/* 头部搜索框*/
    .retrieval{
        display: flex;
        align-items: center;
        line-height: normal;}
    .retrieval-from {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        opacity: 0;
        position: relative;
        -webkit-transform: translateX(180deg);
        transform: translateX(180deg);
        -webkit-transition: width 0.35s, -webkit-transform 0.35s;
        transition: width 0.35s, -webkit-transform 0.35s;
        transition: transform 0.35s, width 0.35s;
        transition: transform 0.35s, width 0.35s, -webkit-transform 0.35s;}

    .retrieval-from.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        /* -webkit-transform: translatex(0);
        transform: translatex(0); */
        -webkit-transition: all 0.35s;
        transition: all 0.35s;}
    .retrieval-from form {
        height: 28px;
        box-sizing: border-box;
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 5px;}
    .retrieval-from.show form {
        padding: 0 5px;}
    .retrieval-from.show button {
        width: 0.19rem;
        margin-right: 0.5em;}

    .retrieval-from.show input {
        width: 2.2rem;
        padding-left: 0.2em;}
    .retrieval-from button {
        background-color: transparent;
        border: none;
        padding: 0;}

    .retrieval-from input {
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
        width: 0;
        transition: width 0.35s;}

    .search {
        background: url(../images/search.jpg) no-repeat;
        background-size: contain;
        cursor: pointer;
        height: 19px;
        width: 18px;
        position: relative;
        z-index: 2;}
    .body_b .search {
        display: none;}
    .body_b .retrieval-from {
        opacity: 1;}
    .body_b  .retrieval-from form {
        padding: 0 5px;}
    .body_b .retrieval-from input {
        width: 2.2rem;height: 100%;
        padding-left: 0.2em;}

    .search.active {
        display: none;}
    .header .nav-top .other .website.active {
        display: none;}


body {
  font-size: 16px;
  min-height: 100%;
  background: #fff;}
a {
  text-decoration: none!important;
  color: #333;}
a:focus,
a:hover {
  text-decoration: none;}
.layout {
  max-width: 1440px;}
.lf250 {
padding-left:250px;}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;}
@media screen and (max-width: 375px) {
  body {
    font-size: 14px;}
}
.header .nav-top {
  position: absolute;
  top: 0.34rem;
  z-index: 1;
  width: 1440px;
  left: 50%;
  transform: translateX(-50%);}
.header .nav-top .logo {
  width: 500px;
  margin-top: 4px;}
.header .nav-top .logo a {
  display: block;
  width: 100%;
  height: 100%;}
.header .nav-top .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;}
.header .nav-top .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  width: 60%;
   min-height: 30px;}
//.header .nav-top .other .search button {
//  border: none;
 // background: none;
 // cursor: pointer;}
//.header .nav-top .other .search button img {
 // width: 23px;
 // height: 23px;}
.header .nav-top .other .website {
  display: flex;}
.header .nav-top .other .website li {
  border-right: 2px solid #fff;}
.header .nav-top .other .website li a {
  display: block;
  color: #fff;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  padding: 0 0.21rem;}
.header .nav-top .other .website li:last-child {
  border-right: 0;}
nav.header-nav .menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.19rem;}
nav.header-nav .menu .menu_item {
  float: left;
  position: relative;}
nav.header-nav .menu .menu_item:last-child .drow_down {}
nav.header-nav .menu .menu_item > a {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 16px;

  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);}
nav.header-nav .menu .menu_item > a span {
  /*display: block;*/
  padding: 0 13.5px;
  line-height: 43px;}
nav.header-nav .menu .menu_item .drow_down {
  position: absolute;
  opacity: 0;
  left: 0;
  /*width: 2.63rem;*/
  padding: 0 9px;
  background-color: #fff;
  box-sizing: border-box;
  visibility: hidden;
  border-top: 4px solid #0655b2;
  text-align: left;z-index:99
;}
nav.header-nav .menu .menu_item .drow_down a {
  display: block;
  line-height: 0.52rem;
  height: 0.52rem;
  font-size: 16px;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  transition: all 0.3s;
font-family: "RobotoCondensedRegular";
  overflow: hidden;
  text-overflow: ellipsis;}
nav.header-nav .menu .menu_item .drow_down a:hover {
  color: #003f88;}
nav.header-nav .menu .menu_item:hover > .drow_down {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;}
/* pc端动画 
.center .header2 > .bg {
  background-color: #003f88;
}
.center .header2 > .bg > .layout {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 65px;
  line-height: 65px;
}
.center .header2 > .bg > .layout .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  width: auto;
}
.center .header2 > .bg > .layout .other .search button {
  border: none;
  background: none;
  cursor: pointer;
  margin-top: -5px;
}
.center .header2 > .bg > .layout .other .search button img {
  width: 23px;
  height: 23px;
}
.center .header2 > .bg > .layout .other .website {
  display: flex;
}
.center .header2 > .bg > .layout .other .website li {
  border-right: 2px solid #fff;
}
.center .header2 > .bg > .layout .other .website li:last-child {
  border-right: none;
}
.center .header2 > .bg > .layout .other .website li a {
  display: block;
  color: #fff;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  padding: 0 0.21rem;
}
.header .top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.center .header2 {
 position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: #fff;
  padding-bottom: 15px;
  box-shadow: 0 10px 10px #ccc;
}
.center .header2 > .layout {
  position: relative;
  margin-top: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
.center .header2 > .layout .logo {
  width: 4.66rem;
}
.center .header2 > .layout .logo img {
  width: 100%;
}
.center .header2 > .layout nav.header-nav .menu .menu_item > a {
  color: #333;
  text-shadow: none;
}
.body_b .header2 {
  /*opacity: 0;
  transform: translateY(-100%);*/
}*/
.body_b.showdiv .header2 {
  transition: all 0.7s ease-in-out 0.5s;
  transform: none;
  opacity: 1;}
.body_b {
 /* position: fixed;
  left: 0%;
  top: 100%;
  bottom: 0;
  right: 0;*/
  background: #fff;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  overflow: auto;
  outline: none;}
/*.body_b.showdiv {
  top: 0;
}*/
@media screen and (max-width: 1600px) {
  nav.header-nav .menu .menu_item .drow_down {
    min-width: 162px;}
}
@media screen and (max-width: 1500px) {
  .header .nav-top {
    left: 0;
    right: 0;
    transform: none;
    width: auto;}
.lf250 {
padding-left:0px;}
}
@media screen and (max-width: 1400px) {
  nav.header-nav .menu .menu_item .drow_down {
    min-width: 155px;}
}
@media screen and (max-width: 1350px) {
  nav.header-nav .menu .menu_item > a {
    font-size: 18px;}
  .header .nav-top .other .website li a {
    font-size: 16px;}
}
@media screen and (max-width: 1250px) {
  nav.header-nav .menu .menu_item > a span {
    padding: 0 9.5px;}
  .header .nav-top .other .search input {
    height: 35px;}
  .center .header2 > .bg > .layout {
    height: 50px;
    line-height: 50px;}
}
@media screen and (max-width: 1150px) {
  nav.header-nav .menu .menu_item > a span {
    padding: 0 6px;}
}
@media screen and (max-width: 1100px) {
  nav.header-nav .menu .menu_item > a {
      font-size: 17px;}
  nav.header-nav .menu .menu_item .drow_down {}
  nav.header-nav .menu {
    padding-top: 5px;}
  nav.header-nav .menu .menu_item .drow_down a {
    font-size: 14px;}
}
@media screen and (max-width: 1040px) {
  nav.header-nav .menu .menu_item > a span {
    padding: 0 4px;}
}
@media screen and (max-width: 991px) {
  .header .nav-top,.header .header-nav {
    display: none;}.header {

padding:0 !important;}
}
.header .mo-header {
  background-color: #003f88;}
.header .mo-header .head-mo-box {
  width: 100%;
  display: table;
  position: relative;
  z-index: 201;
  padding: 0 3%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;}
.header .mo-header .head-mo-box .global-inner {
  position: static;}
.header .mo-header .head-mo-box .global-inner .head-logo-box {
  float: left;
  padding: 0.825em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}
.header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo {
  float: left;
  line-height: 2.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}
.header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo img {
  display: block;
  float: left;
  width: 100%;
  height: 42px;
  max-width: 32.75em;}
.header .mo-header .head-mo-box .global-inner .head-tool-box {
  height: 4.375em;
  overflow: hidden;
  position: relative;
  text-align: right;
  /*margin: 0.875em -0.4em 0.875em 0;*/
  float: right;
  line-height: 4.357em;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links {
  margin-top: 1.375em;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links > ul {
  position: relative;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link a {
  display: block;
  width: 31px;
  height: 31px;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link:last-child {
  margin-right: 0;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .seach {
  margin-right: 0.625em;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link button {
  display: block;
  width: 31px;
  height: 31px;
  background: transparent;
  padding: 0;
  border: 0;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .links .seach button span {
  background: url(../images/search.jpg) no-repeat center center;
  background-size: 23px;
  height: 100%;
  display: block;
  width: 100%;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon {
  width: 2.5em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em auto;
  margin-left: 0.4em;
  line-height: 1.625em;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-close {
  display: none;
  background: #003F88;
  position: absolute;
  right: 0;
  top: 0;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger {
  overflow: hidden;
  text-align: center;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .inner {
  width: 1.625em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .line {
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .line:nth-child(2) {
  margin: 6px 0;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(2) {
  opacity: 0;}
.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);}
.header .mo-header .pop-ph-nav {
  width: 100%;
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.3);}
.header .mo-header .pop-ph-nav .other {
  background-color: #fff;
  padding-left: 4%;}
.header .mo-header .pop-ph-nav .other  a {
  display: inline-block;
  color: #003F88;
  line-height: 3.5em;}
.header .mo-header .pop-ph-nav .ph-nav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;}
.header .mo-header .pop-ph-nav .ph-nav-list a {
  display: block;}
.header .mo-header .pop-ph-nav .ph-nav-list > li {
  position: relative;
  border-bottom: solid 1px #ececec;}
.header .mo-header .pop-ph-nav .ph-nav-list > li.on .nav-level1 .arrow {
  background: url(../images/icon2.jpg) no-repeat center center;}
.header .mo-header .pop-ph-nav .ph-nav-list > li.has-subnav .nav-level1 .arrow {
  display: block;}
.header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 4%;
  font-size: 16px;
  line-height: 3.5em;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;}
.header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 a {
  float: left;
  color: #003f88;}
.header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 .arrow {
  width: 0.8em;
  height: 0.8em;
  display: none;
  overflow: hidden;
  background: url(../images/icon1.jpg) no-repeat center center;
  position: absolute;
  right: 0.937em;
  top: 1.3em;}
.header .mo-header .pop-ph-nav .links {
  background: #fff;
  padding: 1.375em 4%;}
.header .mo-header .pop-ph-nav .links .link {
  margin-right: 1.1875em;}
.header .mo-header .pop-ph-nav .links .link a {
  display: block;
  width: 31px;
  height: 31px;}
.header .mo-header .pop-ph-nav .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;}
.header .mo-header .pop-ph-nav .links .link:last-child {
  margin-right: 0;}
.header .mo-header .pop-ph-nav .links .vx a span {
  background-image: url(../images/mo-vx.jpg);}
.header .mo-header .pop-ph-nav .links .email a span {
  background-image: url(../images/mo-email.jpg);}
.header .mo-header .pop-ph-nav .links .phone a span {
  background-image: url(../images/mo-phone.jpg);}
.header .mo-header .seach-box {
  display: none;
  background-color: #f6f6f6;
  padding: 1.35em 1.25em;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
  padding-bottom: 1.7em;}
.header .mo-header .seach-box .sch {
  width: 100%;
  height: 2.5em;
  overflow: hidden;
  background: #fff;
  padding: 0.375em 6.5em 0.375em 2.25em;
  border-radius: 15px;
  position: relative;}
.header .mo-header .seach-box .sch .sch-inp {
  width: 100%;
  height: 100%;
  border: none;
  color: #333;
  background: #fff;
  margin-left: -10px;}
.header .mo-header .seach-box .sch .btn-sch {
  width: 5.5em;
  height: 2.5em;
  font-size: 1em;
  display: block;
  background: #003F88;
  color: #ffffff;
  background-size: 1.625em auto;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  line-height: 2.5em;
  padding-top: 1px;
  border: none;}
.mo-header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  background-color: #003f88;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);}
.ph-nav-level2 {
  width: 100%;
  display: none;
  background: #e6edf3;
  padding: 0.75em 4% 1.5em 4%;
  box-sizing: border-box;}
.ph-nav-level2 .nav-level2 {
  font-size: 1em;
  line-height: 2em;
  color: #333333;}
.ph-nav-level3 {
  display: block;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 1;
  color: #333;
  margin-top: -0.5em;
  margin-bottom: 1em;}
.ph-nav-level3 > li {
  width: 50%;
  float: left;
  padding: 0.5em 0;}
.ph-nav-level3 > li a {
  color: #333;
  padding-left: 1em;
  background: url(../images/arrow_14.jpg) no-repeat left center;}
@media screen and (max-width: 1500px) {
  .layout {
    max-width: 100%;
    padding: 0 30px;}
  .header .pc-header .layout {
    background-position: right 3.4rem center;
    background-size: 45%;}
}
@media screen and (max-width: 1500px) {
  .layout2 {
    max-width: 100%;
    padding: 0 30px;}
  .header .pc-header .layout2 {
    background-position: right 3.4rem center;
    background-size: 45%;}
}
@media screen and (max-width: 1440px) {
  .header .pc-header {
    padding-bottom: 0.2rem;}
}
@media screen and (max-width: 1350px) {
  .header_bg {
    background-size: 40%;}
}
@media screen and (max-width: 1250px) {
  .header .pc-header .layout {
    background-position: right 3.7rem center;
    background-size: 50%;}
}
@media screen and (max-width: 1100px) {
  .header .pc-header .layout {
    background-position: right 3.9rem center;
    background-size: 45%;}
}
@media screen and (max-width: 991px) {
  .header .mo-header .head-mo-box .global-inner .head-tool-box .icon {
    margin-left: 0.2em;}
  .hidden-sm {
    display: none !important;}
  .visible-lg,
  .visible-md,
  .visible-sm,
  .visible-xs {
    display: block !important;}
  .header .mo-header .head-mo-box .global-inner .head-logo-box {
    max-width: 70%;
    padding: 0.65em 0;}
  .header .mo-header .head-mo-box .global-inner .head-tool-box .links {
    margin-top: 1.5em;}
  .header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo {
    height: 55px;}
  .header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo img {
    height: 100%;}
}
@media screen and (max-width: 420px) {
  .header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 {
    font-size: 14px;}
}
@media screen and (max-width: 375px) {
  .header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .inner {
    margin-top: 0.1rem;}
}


/*底部*/
.footer {
  width: 100%;
  padding-top:0.26rem;
  background: #003f88 url(../images/footer-bg1.jpg) no-repeat center/cover;
  position: relative;}
.footer .footer_bg {
  width: 224px;
  height: 109px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);}
.footer .footer-container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 25px;
    align-items: center;}
.footer .footer-container .left {
  float: left;
  width: 26.5%;
  padding-right: 3.6%;}
.footer .footer-container .left .logo {
  width: 100%;
  height: 100%;
  font-size: 0;}
.footer .footer-container .left .logo img {
  width: 100%;
  height: auto;}
.footer .footer-container .contect {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 38%;
  padding: 0 3.6% ;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;}
.footer .footer-container .contect h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  margin-bottom: 24px;}
.footer .footer-container .contect h4>a {
  color: #fff;}
.footer .footer-container .contect .contect-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}
.footer .footer-container .contect .contect-box .wechat  {
    flex: 1;
    text-align: center;}
.footer .footer-container .contect .contect-box .wechat p {
  text-align: center;
  color: #fff;
  padding-top: 0.19rem;}
.footer .footer-container .contect .contect div {
  line-height: 40px;
  color: #fff;}
.footer .footer-container .contect .contect-content {
  width: 75%;}
.footer .footer-container .contect .contect-content .bt div {
  padding-left: 20px;}
.footer .footer-container .contect .contect-content .bt div:first-child {
  background: url(../images/footer_icon1.jpg) no-repeat left center;}
.footer .footer-container .contect .contect-content .bt div:nth-child(2) {
  background: url(../images/footer_icon2.jpg) no-repeat left center;}
.footer .footer-container .contect .contect-content .bt div:nth-child(3) {
  background: url(../images/footer_icon3.jpg) no-repeat left center;}

.footer .footer-container .contect .contect-content span {
  font-size: 16px;
  color: #fff;
  line-height: 2;}
.footer .footer-container .links {
  padding-top: 0.08rem;
  padding-left: 29px;
  width: 276px;}
.footer .footer-container .links h4 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0.2rem;
    font-weight: bold;}
.footer .footer-container .links p {
  width: 100%;}
.footer .footer-container .links p a {
  color: #fff;
  line-height: 1.9;
  padding-left: 16px;
  font-size: 16px;
  background: url(../images/links_icon1.jpg) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;}
.footer .footer-container .links .links-btn {
  width: 236px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-top: 13px;}
.footer .footer-container .links .links-btn span {
  font-size: 14px;
  color: #333;
  display: block;
  background: url(../images/subscript.jpg) no-repeat right center;}
.footer .footer-container .links .links-btn .links-item {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0px;
  max-height: 230px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  overflow: auto;
  display: none;
  z-index: 9;
  box-sizing: border-box;}

.footer .footer-container .links .links-btn .links-item a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 10px;}
.footer .footer_bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 16px;
  padding: 16px 0;
  text-align: center;}
.footer .footer_bottom .space {
  padding: 0 10px;}
.footer .footer_bottom i {
  font-style: normal;}
.footer .footer_bottom a {
  color: #fff;}
.footer .footer_bottom a:hover {
  color: #5394e5;}
@media screen and (max-width: 1425px) {
  .footer .footer-container .contect {
    padding: 0 2%;}
  .footer .footer-container .left {
    width: 26.5%;
    padding-right: 1.6%;}
}
@media screen and (max-width: 1275px) {
  .footer .footer-container .contect {
    width: 67%;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 5%;}
  .footer .footer-container .contect .contect-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;}
  .footer .footer-container .line2 {
    display: none;}
}
@media screen and (max-width: 1265px) {
  .footer .footer-container .contect .contect-content {
    width: 70%;}
}
@media screen and (max-width: 1110px) {
  .footer .footer-container .left {
    width: 28%;}
}
@media screen and (max-width: 985px) {
  .footer .footer-container .line2 {
    display: none;}
  .footer .footer-container .left {
    width: 38%;}
  .footer .footer-container .links {
    width: 100%;}
  .footer .footer-container .contect h4,
  .footer .footer-container .links h4 {
    font-size: 18px;
    line-height: 22px;}
  .footer .footer-container .links .links-btn {
    width: 298px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    margin-bottom: 15px;}
  .footer .footer-container .links .links-btn span {
    font-size: 14px;}
  .footer .footer-container .links .links-btn img {
    margin-top: 20px;}
  .footer .footer-container .links .links-btn .links-item a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;}
  .footer .footer-container .contect {
    width: 60%;
    padding: 0 2%;
    font-size: 16px;
    line-height: 2;}
.body_b .header2{
display: none;}
}
@media screen and (max-width: 980px) {
  .footer .footer-container .contect {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 0;}
  .footer .footer-container .line {
    display: none;}
  .footer .footer-container .links {
    padding-left: 0;}
  .footer .footer-container .left {
    max-width: 466px;
    max-height: 97px;
    width: auto;
    height: 97px;
    padding: 0;}
  .footer .footer-container .left .logo {
    width: auto;
    height: auto;}
  .footer .footer-container .left .logo a {
    display: block;
    width: 100%;
    height: 100%;}
  .footer .footer-container .left .logo a img {
    display: block;
    width: 100%;
    height: 100%;}
}
@media screen and (max-width: 700px) {
  .footer .footer-container .left .logo {
    width: 100%;}
}
@media screen and (max-width: 580px) {
  .footer .footer-container .contect .contect-content {
    width: 100%;
    margin-bottom: 10px;}
  .footer .footer-container .contect .contect-box .wechat {
    float: none;
    text-align: left;}
  .footer .footer-container .contect .contect-content .bt div:nth-child(2) span:first-child {
    display: none;}
  .footer .footer-container .contect .contect-box .wechat p {
    text-align: justify;}
  .footer .footer-container .links .links-btn {
    width: 100%;}
  .footer .footer-container .links > div {
    float: none;}
}