/*头部定位*/
.header.currents{box-shadow: 0 0 15px rgba(0,0,0,0.2);position: fixed;left:0;top: 0;width: 100%;margin-bottom: 0;/* height: auto; *//* background: #1c6ab1; */}
.header.currents::before{height: 100%;transition: all 0.35s linear;}
.header.currents .nav{padding-top: 0;}

/* .header.currents::before{display: none;}
.header.currents .topNav{display: none;}
.header.currents .logo{padding-top: 8px;width:210px;padding-bottom: 0;}
.header.currents .topRight{padding-top: 0;}
.header.currents .nav{padding-top: 0;}
.header.currents .nav > li > a{height: 60px;line-height: 60px;padding: 0;font-weight: normal;font-size: 16px;}
.header.currents .second_nav1{top: 60px;}
.header.currents .second_nav1 dd a{font-size: 1.4rem;}
.header.currents .gp-serBtn2{padding-top: 8px;}
.header.currents .gp-search4 input,.header.currents  .gp-search4 button{height: 45px;line-height: 45px;}
.header.currents .gp-search4 .gp-ser{height: 45px;}
.header.currents .gp-search4{height: 46px;}
.header.currents .serachClose{top: 10px;} */
.header.currents .logo,.header.currents .topRight{/* height: 100px; */}
.header.currents .nav li{/* height: 60px; *//* line-height: 60px; */}
.header.currents .nav li .second_nav1{top: 60px;}
/* .header.currents .gp-m-search.active{top: 100px;} */
/*手机端导航默认*/
.mobile_bg{width: 100%;height: 100%;z-index: 90;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);display: none;z-index: 300;}
.gp-menu{width: 100%;z-index: 98;/* height: 100%; */position: absolute;display: none;right: 0;top: 0;z-index: 400;}
.gp-menu-header{position: absolute;top: 15px;right: 0;z-index: 996;/* width: 100%; */height:50px;}
.header.currents .gp-menu-header{top: 8px;}
.gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{float:right;position: relative;  -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;cursor: pointer;margin:0 25px 0 0;width: auto;height: 50px;text-align: center;text-align: center;line-height: 50px;width: 50px;}
.gp-menu-header-icon span{  position: absolute; right: calc((100% - 30px) / 2);  top: calc((100% - 6px) / 2.3);  width: 27px;  height: 2px;  background-color: #fff;display: none;}
.gp-menu-header-icon-out span{width: 30px;height: 2px;background-color:#fff;display: block;border-radius: 4px;display: none;}
.gp-menu-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}       
.gp-menu-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.gp-menu-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
.gp-menu-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.gp-menu-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.gp-menu-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.gp-menu-header .searchBtn{width: 50px;font-size:24px;padding-top: 10px;text-align: center;color: #fff;position: absolute;right: 70px;top:0;font-weight: normal;}
.gp-menu-header-icon-out i{width: 40px;display: inline-block;vertical-align: middle;height: 40px;background-color: #fff;font-size: 35px;color: #1c6ab1;line-height: 40px;}
@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); }
}
.gp-menu-header-icon-click span{top: calc((100% - 2px) / 2.1);display: block;}
.gp-menu-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}     
.gp-menu-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;margin-left: 0;}
.gp-menu-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
.gp-menu-header-icon-click i{display: none;}
.gp-menu-header-icon-click strong{display: none;}
.gp-menu-header-icon-click em{display: inline-block;margin-right: 90px;width: 40px;height: 40px;vertical-align: middle;position: absolute;left: -40px;top: 5px;}
@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}
}   
.gp-menu-header-icon-click{background-color: #1c6ab1;}
.gp-menu-nav{  width: 90%; position: absolute;top: 0;right: 0px;display: none;background:#fff;border-top: 1px solid #D8D8D8;padding-top: 70px;max-width: 400px; border-left: 10px solid #1c6ab1;height: 100vh;overflow-y: auto;box-sizing: border-box;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul {}
.gp-menu-nav > ul > li{position: relative;box-sizing: border-box;transition: transform 0.5s ease-in;transform: translateY(-40px);opacity: 0;}
.gp-menu-nav > ul > li{position: relative;border-bottom: 1px solid #f3f3f3;border-right: 1px solid #f0f0f0;box-sizing: border-box;}
.gp-menu-nav > ul > li > a{display: inline-block;font-size: 16px;line-height: 1.4;padding:18px 15px;width: 70%;box-sizing: border-box;}
.m-second-nav {display: none;padding-bottom: 10px;padding:0 8px;background-color: #efe6f2;}
.m-second-nav > li{border-bottom: 1px solid #f2f2f2;}
.m-second-nav > li:last-child{border-bottom: none;}
.m-second-nav > li.on > span{transform: rotate(45deg);}
.m-second-nav > li > a{display:block;padding:16px 0 16px 50px;font-size:14px;color: #333;}
.m-second-nav > li > span{top: 4px;color: #dad6ce;font-size: 18px;}
.gp-menu-arrow {cursor: pointer;width: 30px;height: 60px;line-height: 60px;color:#999;text-align: right;position: absolute;right: 10px;top: 0;font-size: 20px;text-align: center;}
.gp-menu-arrow::before{transition: all 0.3s ease-in-out;}
.gp-menu-nav > ul > li.on > span{color: #fff;}
.gp-menu-nav > ul > li.on > span::before{transform: rotate(90deg);display: inline-block;}
.gp-menu-nav li ul {}
/*导航内标签效果*/
.open .gp-menu-link{display: none;}
.open .gp-menu-header{background: none;}
.open .logo,.open .header .divSelect{z-index: 90;}
.open .gp-menu-nav > ul > li{transform: none;opacity: 1;}
.open .gp-menu-nav > ul > li.on{background-color: #1c6ab1;}
.gp-menu-nav.gp-menu-offcanvas2{position: fixed;display: block;transform: translate(150%,0);transition: all 1s ease-in-out;width: 85%;max-width: 400px;border-left: 8px solid #9A0000;}
body.open .gp-menu-offcanvas2{transform: translate(0,0);position:absolute;}
body.open .gp-menu-nav > ul > li.on > a{color: #fff;}
body.open .searchBtn {display: none !important;  }
body.open .m_en{display: inline-block;padding-top: 4px;}
.m_logo{padding: 25px 80px 40px 20px;background-color: #9A0000;}
.mobile-column1{width: 100%;left: -100%;position: absolute;top: 50%;transform: translateY(-50%);}
.m-link{padding:30px 20px;text-align: center;}
.m-link a{display: inline-block;vertical-align: middle;line-height: 1.5;padding:4px 10px;font-size: 14px ;color: #666;}
.m-link span{color: #dadada;}
.m-link2 em{font-style: normal;}
.m-link2 i{color: #a853c0;margin-right: 5px;}
.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:#2A6239; overflow: hidden;}
.mobile-inner-nav a{display: inline-block;line-height: 50px; color: #fff;
    text-decoration: none;  width: 100%;font-size: 1.4rem; 
     border-bottom:1px solid #3e7c4e;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -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 #3e7c4e;}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li.on{}
.mobile-inner-nav li.on a{}
.mobile-inner-nav li .icon-fanhui{ background: url(/www/images/mobile_arrow1.png) no-repeat center; }
.mobile-inner-nav li .icon-fanhui-copy{background: url(/www/images/mobile_arrow2.png) no-repeat center; }
.mobile-inner-nav li strong{position: absolute;right:5px;top:0;font-size: 1.4rem;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 45px; }
.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;}
.mobile-inner-nav dd a{height: 40px;line-height: 40px;border-bottom: solid 1px rgba(255,255,255,0.1);font-size: 1.3rem; padding-left: 35px;}
.mobile-inner-nav dd a:hover{background-color: #08589b;}

.mobile_search input.notxt{background: none;} 
.mobile_search{clear: both;position: absolute;height: 40px;overflow: hidden;left: 0;top: 75px;width: 100%;z-index: 99993;display: block;}
.mobile_search .search{ overflow:hidden;height: 37px;position:relative;border-bottom: #08589b 4px solid;background: #fff;} 
.mobile_search input.notxt{width: 84%;color:#566c99;border:none;padding: 0 20px;height: 38px;box-sizing: border-box;font-size:1.5rem; float: left;outline: none;}
.mobile_search .notxt1{width: 40px;right:10px;background:url(/www/images/search_btn.png) no-repeat center #63a775;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: -5px 0px 10px 0px rgba(0, 0, 0, 0.1);opacity: 1;
  transform: scale(1);height: 100%;box-sizing: border-box;overflow-y: auto;overflow-x: hidden;z-index: 10;padding:115px 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; border: none; line-height: 35px;}




.fix_box2 { position: fixed; bottom: 80px; right: 7px; box-shadow: 0 3px 7px rgba(0,0,0,0.3); background: #fff; padding: 0 8px;z-index: 99;}
.fix_box2 a { display: block;width: 80px;height: 90px;}
.fix_box2 .gp-goTop{ background: url(/www/images/gotop.png) center no-repeat; border: none; }
.fix_box2 .gp-goback{ background: url(/www/images/goback.png) center no-repeat; border-bottom: #e5e5e5 1px solid;}
@media screen  and (max-width:1300px) {
	.fix_box2 a{ width: 60px; height: 80px;}
}
@media screen  and (max-width: 767px){
	.fix_box2{ position: static;text-align: center; }
	.fix_box2 a{ display: inline-block;margin: 0 5px; }
	.fix_box2 .gp-goback{ border: none; }
}


footer{clear: both;position: relative;padding: 32px 0 20px;text-align: center;color: #fff;background: #005bac;z-index: 10;}
footer1::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: 0;width: 110px;background: rgba(3, 69, 35, 1);}
footer1::after{content: '';display: block;position: absolute;left: 45px;right: 0;top: 70px;bottom: 0;background: #275C3D;width: 130px;}
.footer_img{display: block;margin: 0px auto 15px;}
.copyright{text-align: center;color: #fff;line-height: 28px;}
footer span, footer a{display: inline-block;color: #fff;margin: 0 12px;}
.footer_bottom{border-top: 1px solid rgba(255,255,255,.3);margin: 24px 0 0;padding: 10px 0 11px;}
@media screen  and (max-width:1640px){
	
}

@media screen  and (max-width:1480px){

	.nav ul li > a{font-size: 18px;padding: 0 12px;}
	
}

@media screen  and (max-width:1200px){
	.header .top,.wrapNav{ display: none;}
	.header{}
  .header::before{ padding-bottom:0; height: 100px; background-size: cover; z-index: 1;}
	.logo{ position: static; transform: none; padding:10px 0;width: 80px; margin: 0 auto;}
	.mobile{ display: block;}
}

@media screen  and (max-width:1040px){
	.nav ul.lf_nav{left: 0;}
	.nav ul.rt_nav{right: 0;}
	footer{padding: 20px 0;}
}
@media screen  and (max-width:992px) {
	
	
}
@media screen  and (max-width:766px) {
  .header::before{height: 55px;top: -10px;}
  .logo{width: 35px;padding: 5px;}
  .mobile-inner-header{top: -20px;}
	footer::after{ left: 0;}
	
	
}
@media screen  and (max-width:640px){
	footer::before,footer::after{ display: none;}
	
}
