
@font-face {
font-family: 'vesterbrobold';
src: url('../fonts/vesterbrobold.eot') format('embedded-opentype'),
url('../fonts/vesterbrobold.woff') format('woff'),
url('../fonts/vesterbrobold.woff2') format('woff2'),
url('../fonts/vesterbrobold.ttf') format('truetype'),
url('../fonts/vesterbrobold.svg#din') format('svg');
}

@font-face {
font-family: 'impact';
src: url('../fonts/impact.eot') format('embedded-opentype'),
url('../fonts/impact.woff') format('woff'),
url('../fonts/impact.woff2') format('woff2'),
url('../fonts/impact.ttf') format('truetype'),
url('../fonts/impact.svg#din') format('svg');
}


.header {width: 100%;position: fixed;top: 0;z-index: 99;-webkit-animation-name: header_in;animation-name: header_in;animation-duration: 1.2s;-webkit-animation-duration: 1.2s;animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;}
@-webkit-keyframes header_in {
  from {opacity: 0;top: -300px;}
  to {opacity: 1;top: 0;}
}
@keyframes header_in {
  from {opacity: 0;top: -300px;}
  to {opacity: 1;top: 0;}
}
@-webkit-keyframes header_out {
  from {opacity: 1;top: 0;}
  to {opacity: 0;top: -300px;}
}
@keyframes header_out {
  from {opacity: 1;top: 0;}
  to {opacity: 0;top: -300px;}
}

.logo {display: block;width: 276px;position: absolute;left: 50%;margin: 0 0 0 -138px;z-index: 10;-webkit-animation-name: header_in;animation-name: header_in;animation-duration: 1.2s;-webkit-animation-duration: 1.2s;animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;animation-delay: .4s;top: -300px;animation-fill-mode: forwards;}
.logo1 {display: block;margin: 9px auto 22px;width: 108px;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.logo2{opacity: 1;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;position: relative;margin-top: 0;}
.logo::before {content: '';display: block;background: url(../images/logo_in.svg) center no-repeat;width: 90px;height: 90px;position: absolute;top: 18px;left: 50%;margin: 0 0 0 -45px;transition: 0.5s;transform-origin: 50% 50%;animation: rotate 25s linear infinite;background-size: 100% 100%;}
@keyframes rotate {
  0% {transform: rotate(0);}
  100% {transform: rotate(360deg);}
}

.header .bg {display: block;width: 300px;position: absolute;left: 50%;transform: translateX(-50%);top: 0;/* overflow: hidden; */z-index: 4;-webkit-animation-name: header_in;animation-name: header_in;animation-duration: 1.2s;-webkit-animation-duration: 1.2s;animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;animation-delay: .4s;top: -300px;animation-fill-mode: forwards;}
.header .bg::before {content: '';display: block;width: 260px;height: 135px;position: absolute;left: 50%;top: 0;margin: 0 0 0 -130px;background: #0d4a94;box-shadow: 0 10px 20px rgba(0, 0, 0, .3);z-index: 4;}

.header .top{line-height: 36px;height: 36px;padding: 9px 0;background: #0a3c7a;transition: all linear .3s;-ms-transition: all linear .3s;-moz-transition: all linear .3s;-webkit-transition: all linear .3s;-o-transition: linear .3s;position: relative;z-index: 1;}
.header .top .row{transition: all linear .3s;-ms-transition: all linear .3s;-moz-transition: all linear .3s;-webkit-transition: all linear .3s;-o-transition: linear .3s;opacity: 1;}
.header .top .lf{float: left;font-size: 0;}
.header .top .rt{float: right;font-size: 0;}
.header .top a{display: inline-block;vertical-align: middle;color: rgba(255,255,255,.6);padding: 0 18px;position: relative;}
.header .top a::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 14px;background: rgba(255, 255, 255, .6);}
.header .top a:first-child::before{display: none;}
.header .top a.en{margin: 0 0 0 30px;}
.header .top a.en::before{right: 0;left: auto;}
.header .top .ser_btn{width: 36px;height: 36px;display: inline-block;vertical-align: middle;background: url(../images/search.png) center no-repeat;margin: 0 13px;}
.full_menu .top a.en::before{display: block;}


.search_btn{height: 50px;z-index:600;width: 50px;position: relative;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;margin: 0 0 0 10px;background: url(../images/search_btn.png) center no-repeat;z-index: 999;}
.search_box{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0,0,0,.8);z-index: 999;display: none;}
.search_box.on{display: block;}
.search_box .close{background: url(../images/close.png) center no-repeat;background-size: 60%;width: 80px;height: 80px;position: absolute;right: 50px;top: 50px;cursor: pointer;}

.ser{height: 45px;z-index:600;width: 500px;position: absolute;margin: 0 13px 0 20px;z-index: 999;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
.ser .search{width: 500px;height: 45px;background: #fff;position: absolute;/* top: 40px; */right: 0;z-index: 999;box-shadow: 0 0 10px rgba(0,0,0,.4);}
.ser .search input.notxt{position:absolute;width: calc(100% - 150px);height: 100%;color: #666;left: 0px;top: 1px;padding:0;margin:0px;outline: none;font-size: 14px;z-index: 3;padding: 0 0 0 20px;background: transparent;border: 0;}
.ser .search input.notxt1{position:absolute;width: 120px;height: 100%;border:none;background: none;right: 0;cursor: pointer;z-index: 3;font-size: 0;bottom: 0;background: url(../images/search.png) center no-repeat #0c4994;}
.ser.on .search{display: block;}

.header .row{max-width: 1560px;}
.header .wrapNav{position: relative;z-index: 1;}
.header .wrapNav::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;padding-bottom: calc(150% / 19.2);background: -webkit-linear-gradient(top , rgba(0,0,0,.6), rgba(0,0,0,0));background: -o-linear-gradient(bottom , rgba(0,0,0,.6), rgba(0,0,0,0));background: -moz-linear-gradient(bottom , rgba(0,0,0,.6), rgba(0,0,0,0));background: linear-gradient(to bottom , rgba(0,0,0,.6), rgba(0,0,0,0));pointer-events: none;}
.header .nav{position: relative;/* height: 200px; */background: center no-repeat;z-index: 2;border-bottom: 1px solid rgba(255,255,255,.5);}
.header .nav ul{font-size: 0;text-align: justify;text-justify:inter-ideograph;overflow: visible !important;width: calc(50% - 140px);position: relative;z-index: 2;}
.header .nav ul.lf_nav{float: left;left: -20px;}
.header .nav ul.rt_nav{float: right;right: -20px;}
.header .nav ul::after{content: '';width: 100%;display: inline-block;*display: inline;*zoom:1;height: 0;}
.header .nav ul > li{text-align: center;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;transform: perspective(5000px);-moz-transform: perspective(5000px);-o-transform: perspective(5000px);-webkit-transform: perspective(5000px);transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.header .nav ul li > a{font-size: 16px;display: block;position: relative;color: #fff;padding: 0 20px;font-weight: bold;line-height: 80px;height: 80px;}
/* .header .nav ul li:hover > a,.header .nav ul a.on{background: #0c4994;} */

.nav li:hover{background: #0c4994;}
.nav li:hover .subNav{display: block;}
.subNav{display: none;position: absolute;left: 0;/* right: 0; */top: 100%;display: none;/* width: 100%; */font-size: 14px;background:#fff;border-top: 4px solid #0477d4;z-index: 10;}
.subImg{width: 220px;float: left;padding: 20px;}
.subNavList{margin-left: 260px;font-size: 0;padding-top:10px;text-align: left;}
.subNav dd{position: relative;z-index: 3;text-align: left;width: 33%;display: inline-block;*display: inline;*zoom: 1;font-size: 14px;vertical-align: top;}
.subNav a{color:#4c4c4c;padding: 12px 16px 12px 12px;display: block;line-height: 23px;position: relative;transition: all 0.35s ease-out;}
.subNav a::before{content: '';width: 4px;height: 4px;background: #2a659b;border-radius: 50%;position: absolute;left: 0;top: 22px;}
.subNav a:hover{transform: translateX(10px);}
.header .lf_nav li:first-child .subImg{width: 160px;}
.header .lf_nav li:first-child .subNavList{margin-left: 200px;}

.nav li:hover .subNav{-webkit-animation-name: flipInY ;animation-name: flipInY ;animation-duration: 0.4s;-webkit-animation-duration: 0.4s;animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;visibility: visible !important;display: block;}
@keyframes flipInY  {
  from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;transform: scaleX(0);}
  to {-webkit-transform: perspective(400px);transform: perspective(400px);opacity: 1;transform: scaleX(1);}
}

.header > .nav{position: absolute;left: 0;right: 0;top: 0;display: none;}

header.currents {z-index: 99999;}
/* header.currents .top {height: 0;overflow: hidden;}
header.currents .top .row{opacity: 0;}
header.currents .logo2 {opacity: 0;margin-top: -120px;z-index: -1;} */
/* header.currents .bg::before {display: none;} */
header.currents::after {display: none; width: 100%;-webkit-animation-name: scale2;animation-name: scaleX2;animation-duration: .4s;-webkit-animation-duration: .4s;animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;animation-delay: 0s;}
@-webkit-keyframes scaleX2 {0% {width: 280px;}
100% {width: 100%;}
}
@keyframes scaleX2 {0% {width: 280px;}
100% {width: 100%;}
}
/* header.currents .bg::before {background: url(../images/logo_bg2.png) top center no-repeat;box-shadow: none;width: 100%;height: 100%;margin: 0 0 0 -50%;} */

.fix_logo{position: fixed;left: calc(50% - 159px);top: -150px;width: 300px;background: url(../images/logo_fix_bg.svg) top center no-repeat;padding: 30px 10px 64px;z-index: 10;transition: all ease-in-out 1s;-ms-transition: all ease-in-out 1s;-moz-transition: all ease-in-out 1s;-webkit-transition: all ease-in-out 1s;-o-transition: all ease-in-out 1s;}
.fix_logo img{display: block;margin: 0 auto;}
header.currents .fix_logo{top: -4px;}

header.currents .bg,header.currents .logo,header.full .logo,.header.full .bg{-webkit-animation-name: header_out;animation-name: header_out;animation-duration: .8s;-webkit-animation-duration: .8s;animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;animation-delay: 0s;animation-fill-mode: forwards;}

header .full_menu_btn{background: url(../images/top_menu_btn1.png) center no-repeat;width: 93px;height: 91px;position: absolute;right: 0;top: 0;z-index: 10;}
header.full .full_menu_btn{background-image: url(../images/top_menu_btn2.png);}

header.full .fix_logo{top: -4px;}

/* header.full .top,header.full .wrapNav{-webkit-animation-name: header_out;animation-name: header_out;animation-duration: .8s;-webkit-animation-duration: .8s;animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;animation-delay: 0s;animation-fill-mode: forwards;} */

.full_menu{background: url(../images/top_menu.png) center no-repeat;background-size: cover;position: absolute;left: 0;right: 0;top: 0;height: 0;z-index: 2;overflow: hidden;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.header.full .full_menu{height: 100vh;}
.full_menu .top{padding: 50px 170px 50px 80px;background: transparent;border-bottom: 1px solid rgba(255, 255, 255, .3);}

.full_menu .full_nav{border-bottom: none;padding: 30px 100px 0;}
.full_menu .nav ul{width: auto;}
.header .full_menu ul li > a{padding: 0;}
.full_nav.nav li:hover{background: transparent !important;}
.full_menu .subNav2{position: absolute;left: 0;top: 100%;display: block;font-size: 17px;text-align: left;color: #fff;line-height: 26px;max-height: calc(100vh - 270px);overflow: auto;}
.full_menu .subNav2::-webkit-scrollbar{width: 0;}
.full_menu .subNav2 a{color: #fff;display: block;/* white-space: nowrap; */width: 6em;margin: 0 0 20px;}






/*手机端导航*/
.mobile{width:100%;position:absolute;height: auto;display: none;top:0;left: 0;z-index: 99991;}
.mobile-search-btn{float: right;margin-right: 15px;cursor: pointer;}
.mobile-search-btn i{color:#fff;font-size: 20px;}
.mobile-inner-header{width:20%;height: auto;position: absolute;top: 0;right: 0px;z-index: 50}
.mobile-inner-header-icon{
  color: #ffffff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);  width: 25px;  height: 4px;  background-color: rgba(255,255,255,1);}
.mobile-inner-header-icon{color: #fff; height: 30px;float:right;width: 30px;position: relative; cursor: pointer;text-align: right;margin-right: 8px;text-align: center;line-height: 30px;font-size: 30px;/*! margin-top: 18px; */}
.mobile-inner-header-icon-click{ position: fixed; right: 0;}
.mobile-inner-header-icon-out i{font-size: 22px;position: absolute;right: 0;top: 0}
.mobile-inner-header-icon-click i{display: none;}
.mobile-inner-header-icon-out span{width: 25px;height:4px;display: block; border-radius: 5px;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
    0% {
      opacity: 0
  }

  100% {
    opacity: 0
  }
}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{ width: 100%;text-align: center;opacity: 0;transform: scale(0.8);width: 0;transition: left 0.3s ease-in-out;height:0;background-color:rgba(12,73,148,0.95); overflow: hidden;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;text-decoration: none;  width: 100%;font-size: 1.4rem;border-bottom: solid 1px #446c9d;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;color:#fff;-o-transition: all 0.5s;    transition: all 0.5s;text-align: left;padding: 0 20px;}
.mobile-inner-nav li:first-child a{border-top:1px solid rgba(255,255,255,0.2);}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li.on{background-color: #2b6dbf;}
.mobile-inner-nav li.on a{ color: #fff;}
.mobile-inner-nav li .icon-fanhui{ background: url(../images/jia.png) no-repeat center; }
.mobile-inner-nav li .icon-fanhui-copy{background: url(../images/jian.png) no-repeat center; }
.mobile-inner-nav li strong{color:#2c4780;position: absolute;right:5px;top:0;font-size: 1.4rem;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;-o-transition: all 0.5s;    transition: all 0.5s;line-height: 50px; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }


.mobile_subNav{display: none;background: #2b6dbf;}
.mobile-inner-nav dd a{height: 40px;line-height: 40px;border-bottom: solid 1px rgba(255,255,255,0.1);font-size: 1.5rem;}
.mobile-inner-nav dd a:hover{ }

.mobile_search input.notxt{background: none;} 
.mobile_search{clear: both;position: absolute;height: 40px;overflow: hidden;left: 0;top: 58px;width: 100%;z-index: 99993;display: block;}
.mobile_search .search{ overflow:hidden;height: 37px;position:relative;border-bottom: #3478cc 2px solid;background: #fff;} 
.mobile_search input.notxt{width: 84%;color:#999;border:none;padding: 0 20px;height: 35px;box-sizing: border-box;font-size:1.4rem; float: left;}
.mobile_search input.notxt1{width: 40px;right:10px;background:url(../images/search.png) no-repeat center #3478cc;border:none;height: 37px;left: auto;/*! right: 0; */float: right;}.mobile-links{width: auto;margin:0 20px 10px;overflow: hidden;padding:10px 0 0;opacity: 0.6;font-size: 14px;}
.mobile-links span{float:left;padding:0 15px;}
.mobile-links span a{border:none;line-height: 25px;padding:4px 0;font-size: 14px;}
.nav-open .mobile-inner-nav{width: 100%;display: block;position: fixed;right: 0px;top: 0;box-shadow: 0 2px 5px rgba(0,0,0,0.2);opacity: 1;
  transform: scale(1);height: 100%;box-sizing: border-box;overflow-y: auto;overflow-x: hidden;z-index: 10;padding: 95px 0 20px;
  transition: all 0.3s ease;}
.mobile_topNav{ width: 100%; height: auto; padding: 10px 0; overflow: hidden; }
.mobile_topNav a{ display: inline-block; width: auto; float: left;line-height: 18px; border-right: #446c9d 1px solid; border-bottom: none;
  margin: 10px 0; padding: 0 12px;}


.wrap_footer{position: relative;}
footer{position: relative;padding:80px 0 0;box-sizing: border-box;position: relative;width: 100%;}
footer::after{content: '';display: block;clear: both;}
/* footer::before{content: '';display: block;width: 100%;height:834px ;position: absolute;top: -470px;left: 0;background: url(../images/footerbg.png) center bottom no-repeat;} */
footer h3{font-weight: bold;color: #fff;line-height: 20px;margin: 0 0 34px;}
.footercon{}
.footer_logo{display: block;float: left;width: 200px;padding: 80px 0;}

.footer_lf{float: left;width: 600px;margin: 0 0 0 100px;}
.footer_rt{float: right;width: 450px;}
.footer_address{color: #fff;overflow: hidden;}
.footer_address .box{width: 280px;margin: 0 20px 30px 0;float: left;}
.footer_address .title{font-weight: bold;margin: 0 0 7px;}

.footer_links{}
.footer_links ul{margin: -11px 0 0 0;}
.footer_links li{width: 100%;}
.footer_links a{margin: 0 0 13px 0;color: #fff;background: left center no-repeat;display: block;padding: 0 0 0 40px;line-height: 46px;border-bottom: 1px dashed rgba(255, 255, 255, .2);position: relative;transition: all linear .3s;-ms-transition: all linear .3s;-moz-transition: all linear .3s;-webkit-transition: all linear .3s;-o-transition: linear .3s;box-shadow: 0 15px 30px 3px rgba(12, 58, 150, 0);left: 0;}
.footer_links a:hover{left: 12px;}

.footer_select_links{text-align: center;margin: 0 -10px;font-size: 0;}
.footer_select_links h3{text-align: left;padding: 0 10px;}
.footer_select_links .select_link{position: relative;background: #fff;margin: 0 10px 32px;display: inline-block;width: calc(33.3% - 20px);}
.footer_select_links .select_link p{text-align: left;padding: 0px 38px 0px 20px;border-right: none;width: auto;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.footer_select_links .select_link .arrow {width: 20px;height: 20px;position: absolute;right: 4px;bottom: 50%;cursor: pointer;margin: 0 0 -10px;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.footer_select_links .select_link .arrow::before{content: '';display: block;border-top: 6px solid #0c4891;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;position: absolute;left: 50%;top: 50%;margin: -4px 0 0 -5px;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.footer_select_links .select_link .arrow.on { transform: rotate(180deg);}
.footer_select_links .select_link .arrow.on::before{border-top-color: #fff;}
.footer_select_links .select_link .alert_box { height: 0px; position: absolute; left: 0; bottom: 100%; background: #0c4891; right: 0; border-radius: 3px 3px 0px 0px;overflow: hidden; border: 0px; opacity: 0;transition: all ease-in-out .2s;-ms-transition: all ease-in-out .2s;-moz-transition: all ease-in-out .2s;-webkit-transition: all ease-in-out .2s;-o-transition: all ease-in-out .2s;max-height: 200px;overflow: auto;}
.footer_select_links .select_link .alert_box::-webkit-scrollbar{width: 6px;}
.footer_select_links .select_link .alert_box::-webkit-scrollbar-thumb{background: rgba(255, 255, 255, .2);border-radius: 5px;}
.footer_select_links .select_link .alert_box.on { opacity: 1; height: auto;}
.footer_select_links .select_link .alert_box a{font-size: 14px; color: #fff;line-height: 1.5;padding: 6px 20px;display: block;text-align: left;}
.footer_select_links .select_link .alert_box a:hover { background: rgba(255, 255, 255, 0.2); }
.footer_select_links .select_link.on { border-radius: 0px 0px 3px 3px; background: #0c4891;border-color: #0c4891;}
.footer_select_links .select_link.on p,.footer_select_links .alert_box.on a{ color: #fff; }

.copy_right{text-align: center;line-height: 30px;padding: 25px 0;color: rgba(255, 255, 255, .8);background: rgba(0, 0, 0, .3);margin: 32px 0 0;}
.copy_right span{display: inline-block;padding: 0 24px;}

/* 二级页footer */
.subFooter{ background-color: #0d4b94;}
.gp-clearFix{*zoom:1;clear:both;}
.gp-clearFix:after{content: '';display: block;clear:both;}
.db{ width:100%; background:url(../images/bottom_bj.png);}
.db_q{ padding: 25px 0 20px;}
.db_w{ float:left; margin-right: 50px;}
.db_e{ float:left; margin-left:28px; margin-top:10px}
.db_e p{ font-family:"微软雅黑"; font-size:14px; color:#ffffff; line-height:26px}
.db_r{ float:right;}
.db_r p{ font-family:"微软雅黑"; font-size:14px; color:#FFF; line-height:27px;}
.db_r p a{ color:#FFF}
.db_r p a:hover{ color:#FFF; text-decoration:underline}
.db_y{ margin-left:200px}

/* 2022-12-26 start */
.gp_m_logo{ display: none;}
/* 2022-12-26 end */


@media screen  and (max-width:1680px){
  .header .row{ width: calc(100vw - 100px);}
  .header .top .rt{margin-right: 80px;}

}


@media screen  and (max-width:1520px){
  .header .row{ width: calc(100vw - 60px);}
  .logo{ width: 170px; margin: 0 0 0 -85px;}
  .header .bg{ width: 220px;}
  .header .bg::before{ width: 220px; margin: 0 0 0 -110px;}
  .header .top a.en{ margin: 0;}
}

@media screen  and (max-width:1440px){
  .header .top a{ font-size: 14px; padding: 0 15px;}
  .header .nav ul li > a{ font-size: 18px;}

  .footer_lf{margin-left: 50px;}
  .footer_rt{width: 400px;}
  .footer_select_links .select_link{width: calc(50% - 20px);}
}
@media screen  and (max-width:1300px){
  .header .nav ul li > a{font-size: 16px;padding: 0 12px;}
  .header .top .rt{margin-right: 40px;}
  header .full_menu_btn{width: 60px;height: 60px;background-size: 100% auto;}

  .footer_logo{width: 160px;}
  .footer_lf{margin-left: 20px;margin-right: -50px;}
  .footer_address .box{width: 260px;}
  .footer_rt{width: 300px;}
}
@media screen  and (max-width:1100px){
  .header{ position: static;}
  .header .top .row,.wrapNav{ display: none;}
  header.currents .top{ height: 36px;}
  header.currents .fix_logo{display: none;}
  .mobile{ display: block; }
  header .full_menu_btn{display: none;}
  .full_menu{display: none !important;}

  .footer_rt{width: 200px;}
  .footer_select_links .select_link{width: calc(100% - 20px);margin-bottom: 20px;}
}
@media screen  and (max-width:992px){
  footer{padding:50px 0 0;}
  .footer_lf{float: none;margin: 0 0 0 200px;/* width: 100%; */}
  .footer_rt{float: none;text-align: center;padding: 30px 0 0;width: auto;}
  .footer_rt br{ display: none;}
  .footer_links ul{margin-left: -30px;}
  .footer_links a{margin-left: 30px;}
  .footer_address .box{width: calc(50% - 30px);margin-bottom: 20px;}

  /* .footer_rt{width: 400px;} */
  .footer_select_links .select_link{width: calc(33.3% - 20px);}
}

@media screen  and (max-width:820px){
  .footer_links li{ width: 50%;}
}

@media screen  and (max-width:766px){
  .header .bg{ width: 90px; height: auto;}
  .header .bg::before{ width: 90px; margin-left: -45px;display: none;}
  .logo{ width: 90px; margin-left:-45px;}
  .logo1{ width: 55px; margin:9px auto 14px;}
  .logo::before{width: 44px;height: 44px;margin-left: -22px;top: 15px;}
  .header .top{ height: 20px; line-height: 20px;}
  .footer_logo{float: none;margin: 0 auto 20px;padding: 0;}
  .footer_lf{width: auto;margin: 0;}
  .footer_lf h3{ margin: 0 0 14px;}

  .footer_select_links .select_link{width: calc(50% - 20px);}
}

/* 2022-12-26 start */
@media screen  and (max-width:750px){
  .header .top{ height: unset; line-height: auto; padding: 13px 0;}
  .logo{ display: none;}
  .gp_m_logo{ display: block;}
  .header .top .gp_m_logo a{ padding: 0px; padding-left: 20px;width: 154px;}
  .mobile{ top: 8px;}
}
/* 2022-12-26 end */

@media screen  and (max-width:640px){
  .logo1{ margin: 5px auto;}
  .logo{ width: 70px;margin-left: -35px;}
  .logo::before{top: 11px;}
  footer{padding: 25px 0 0;}
  .footer_links li{width: 100%;}
  .footer_links a{ margin-bottom: 0;}
  .db_r p a{ display: inline-block;}

  .footer_address .box{width: 100%;}

  .db_q{text-align: center;}
  .db_w{float: none;margin: 0 auto;}

}

@media screen  and (max-width:380px){
  .footer_links li{ width: 100%;}

  .footer_select_links .select_link{width: calc(100% - 20px);margin-bottom: 16px;}
}


