@charset "UTF-8";
body,
html,
ul,
p,
h1,
h2,
h3,
h4,
h5, ul, ol, dd {
  padding: 0;
  margin: 0;
}

* {
  font-family: "思源黑体 CN" !important;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

select,
input {
  border: 0;
  outline: none;
}

.clearfix::before,
.clearfix::after {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

body {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: #f7f8f9;
}

.public_head {
  width: 100%;
  background-color: #f5f5f5;
}

.public_head .head_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
}

.public_head .head_main a {
  color: #666;
}

.public_head .head_main a:hover {
  color: #fa2c4f;
}

.public_head .head_main .lf_a {
  position: relative;
  box-sizing: border-box;
}

.public_head .head_main .lf_a span {
  display: inline-block;
  margin-left: 55px;
  box-sizing: border-box;
  position: relative;
}

.public_head .head_main .lf_a span > img {
  vertical-align: middle;
}

.public_head .head_main .lf_a span .a_box {
  width: 625px;
  position: absolute;
  left: 0;
  z-index: 999;
  top: 24px;
  padding-top: 12px;
  display: none;
}

.public_head .head_main .lf_a span .a_box .a_main {
  width: 100%;
  padding: 30px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px #f1f3f6;
}

.public_head .head_main .lf_a span .a_box .a_main a {
  margin: 0 30px;
}

.public_head .head_main .lf_a span .a_box .a_main a img {
  width: 60px;
  margin-bottom: 10px;
}

.public_head .head_main .lf_a span:hover > img {
  transform: rotate(180deg);
}

.public_head .head_main .lf_a span:hover .a_box {
  display: block;
}
.public_head .head_main .right_my_mes .denglu{
  cursor: pointer;
}
.public_head .head_main .right_my_mes a {
  display: inline-block;
  margin-left: 20px;
}

.public_head .head_main .right_my_mes em {
  width: 90px;
  height: 25px;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  background: url(/assets/Home/public/images/lw_icon.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-right: 5px;
  position: relative;
  animation: mymove 1s infinite;
  -webkit-animation: mymove 1s infinite;
}

.public_head .nav_lg_box {
  width: 100%;
  background-color: #fff;
}

.public_head .nav_lg_box .nav_main {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.public_head .nav_lg_box .nav_main .lf_logo {
  width: 208px;
}

.public_head .nav_lg_box .nav_main .lf_logo img {
  display: block;
  width: 100%;
}

.public_head .nav_lg_box .nav_main .nav_list {
  display: flex;
  font-size: 16px;
  color: #666;
}

.public_head .nav_lg_box .nav_main .nav_list a {
  color: #666;
}

.public_head .nav_lg_box .nav_main .nav_list a:hover {
  color: #fa2c4f;
}

.public_head .nav_lg_box .nav_main .nav_list > a {
  margin-left: 45px;
}

.public_head .nav_lg_box .nav_main .nav_list span {
  margin-left: 45px;
  position: relative;
}

.public_head .nav_lg_box .nav_main .nav_list span .a_box {
  display: none;
  position: absolute;
  right: -20px;
  top: 0px;
  padding-top: 40px;
  z-index: 99;
}

.public_head .nav_lg_box .nav_main .nav_list span .a_box .a_main {
  background-color: #fff;
  box-shadow: 0px 0px 18px 3px #e9ebee;
  border-radius: 6px;
  padding: 15px 0;
}

.public_head .nav_lg_box .nav_main .nav_list span .a_box a {
  display: block;
  text-align: center;
  width: 120px;
  padding: 12px 0;
  box-sizing: border-box;
}

.public_head .nav_lg_box .nav_main .nav_list span:hover .a_box {
  display: block;
}

.public_head .nav_lg_box .nav_main .nav_list .active {
  color: #fa2c4f;
  position: relative;
}

.public_head .nav_lg_box .nav_main .nav_list .active::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #fa2c4f;
  content: '';
}

@keyframes mymove {
  from {
    top: -1px;
  }
  to {
    top: 1px;
  }
}

@-webkit-keyframes mymove {
  from {
    top: -1px;
  }
  to {
    top: 1px;
  }
}

.public_foot .ft_nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.public_foot .ft_nav li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
  position: relative;
}

.public_foot .ft_nav li span {
  font-size: 18px;
  color: #333;
  margin-left: 10px;
}

.public_foot .ft_nav .midd_li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #fff 0%, #bfbfbf 50%, #fff 100%);
  content: '';
}

.public_foot .ft_nav .midd_li::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #fff 0%, #bfbfbf 50%, #fff 100%);
  content: '';
}

.public_foot .foot_main {
  width: 100%;
  background-color: #333333;
  padding-top: 50px;
}

.public_foot .foot_main ol {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.public_foot .foot_main ol dl {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.public_foot .foot_main ol dl dt {
  color: #fff;
  font-size: 16px;
}

.public_foot .foot_main ol dl dd {
  font-size: 14px;
  padding-top: 12px;
}

.public_foot .foot_main ol dl dd a {
  color: #aaaaaa;
}

.public_foot .foot_main ol dl dd a:hover {
  color: #fff;
}

.public_foot .foot_main ol dl .pho_kf {
  color: #fff;
  box-sizing: border-box;
}

.public_foot .foot_main ol dl .pho_kf span {
  font-size: 16px;
}

.public_foot .foot_main ol dl .pho_kf a {
  font-size: 14px;
}

.public_foot .foot_main ol dl .pho_kf img {
  vertical-align: middle;
}

.public_foot .foot_main ol dl .pho_kf a {
  color: #fff;
}

.public_foot .foot_main ol dl .top_pho {
  background: url(/assets/Home/public/images/pho_icon.png) no-repeat left 0px;
  padding-left: 30px;
}

.public_foot .foot_main ol dl .kf {
  margin-top: 20px;
  background: url(/assets/Home/public/images/erji_icon.png) no-repeat left 0px;
}

.public_foot .foot_main ol dl .erweima {
  width: 112px;
}

.public_foot .foot_main ol dl .erweima img {
  display: block;
  width: 100%;
}

.public_foot .foot_main ol dl .erweima p {
  color: #333;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  border-radius: 3px;
}

.public_foot .wzba {
  width: 100%;
  background-color: #1e1e1e;
}

.public_foot .wzba .wzba_main {
  width: 100%;
  display: flex;
  padding: 15px 70px;
  box-sizing: border-box;
  justify-content: space-between;
  font-size: 14px;
}

.public_foot .wzba .wzba_main a, .public_foot .wzba .wzba_main span {
  color: #fff;
}

.public_foot .wzba .wzba_main .b_an a {
  display: inline-block;
  margin-right: 20px;
}

.hide {
  display: none !important;
}

::-webkit-scrollbar {
  display: none;
}
