@charset "UTF-8";
body { margin: 0; padding: 0; font-size: 14px;  font-family:"Microsoft YaHei"; overflow-x: hidden; }
ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, hr, img, div, label, span, p, table, tr, td { margin: 0; padding: 0; list-style: none; border: 0;}
ol,ul{ margin-bottom: 0 !important }
.h1, .h2, .h3,.h5, h1, h2, h3,h5{ margin-top: 0; margin-bottom: 0 }
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}
a{ text-decoration: none; outline: none !important;}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img{vertical-align: middle;}
a:focus, a:hover {
    text-decoration: none !important;
}
i,em{  display: block; font-style: normal; }
.fl{ float: left; }
.fr{ float: right; }
.clearfix{ clear: both; }
input, select,button {
    outline: none; border:0;
}
select::-ms-expand { display: none; }
select {
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;

}
:focus{
    outline: 0;
}
input[type=text] {
    -webkit-appearance: none;
}
.w12{ width: 1200px; margin:auto; }
.w1200{ width: 1200px; margin:auto; }
.w14{ width: 1400px; margin:auto; }
.scale-img {
    width: 100%;
    height: 100%;
    height: auto\0;
    overflow: hidden;
    position: relative;
    display: block;
}
.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.scale-img:hover img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}


.header{ width: 100%; height: 80px; background:#fff;  }
.logo{ max-width: 202px;/* line-height: 80px; */display: block;    margin-top: 20px; }
.logo img{ width: 100%; }

.header-r{ max-width: 665px; width: 665px\0; }
.nav{ margin-right: 80px; }
.nav li{ float: left; margin: 0 30px; line-height: 80px; position: relative;}
.nav li:first-child{ margin-left: 0; }
.nav li:last-child{ margin-right: 0; }
.nav li a{ color: #676767; font-size: 16px; position: relative; }
.nav li a:before{
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background:#00a0e9;
  bottom: -10px;
  transition: width .5s ease-in-out;
}
.nav li:hover a:before,.nav li.active a:before{ width: 100%; }
.nav li:hover a,.nav li.active a{ color: #0062b2 }

.nav li>dl{  background: #fff; display: none; padding:10px 0; width: 200px; position: absolute; z-index: 2;  top: 80px; left: -80px;}
.nav li>dl>dd{ width: 100%; border-bottom: 1px solid #eee; text-align: center; }
.nav li>dl>dd:last-child{ border-bottom: 0; }
.nav li>dl>dd a{ font-size: 16px; line-height: 40px; color: #343434; }
.nav li>dl>dd a:before{ display: none; }
.nav li.active>dl>dd a{ font-size: 16px; line-height: 40px; color: #676767; }
.nav li>dl>dd a:hover{ color: #0062b2 }



.header-r-right{ width: 80px; }
.header-r-right a{ display: block; position: relative; float: left;}
.header-r-right .tel:before{ 
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background:url(../images/tel.png) no-repeat;
  left: 0; top: 30px;
}
.header-r-right .wechat:before{ 
  content: "";
  position: absolute;
  width: 24px;
  height: 20px;
  background:url(../images/wechat.png) no-repeat;
  left: 0; top: 30px;
}
.header-r-right .wechat{ margin-left: 50px; float: left; }
.header-r-right a span{ display: none; z-index: 2;}
.header-r-right .wechat span{width:130px;height:130px;text-align:center;background:#fff;position:absolute;top:66px; left:-50px; border-radius:4px;box-shadow:0 0 10px #d9d9d9;z-index:15;padding:10px;display:none;opacity:1;}
.header-r-right .wechat span:before{display:block;content:"";width:0px;height:0px;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #fff;font-size:0px;line-height:0px;position:absolute;top:-9px; right:55px;z-index:99;}
.header-r-right .wechat span img{ width: 110px; height: 110px; }
.header-r-right .tel span{ width: 140px; height: 40px; line-height: 40px; background: #7bc91e; color: #fff; font-size: 16px; text-align: center;position:absolute;top:66px; left:-66px; border-radius: 5px; }
.header-r-right .tel span:before{display:block;content:"";width:0px;height:0px;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #7bc91e;font-size:0px;line-height:0px;position:absolute;top:-9px; right:55px;z-index:99;}


/*移动导航*/
.mobi-topNav{position:relative;height:50px;width:100%;background: #fff; box-shadow: 0 0 3px #00508f; }
.mobi-topNav .mobi-logo{height: 30px;max-width:230px;float:left; margin-top: 10px;    margin-left: 2%;}
.mobi-topNav .mobi-logo img{display: block;height: 30px;}
.mobi_nav_default{float:right; width:auto;height:100%; margin-right: 3%;}
.mobi_nav_default a{display: block;float:left;height:100%;box-sizing:border-box;cursor:pointer; margin-right: 15px;}
.mobi_nav_default a.current{border-bottom:3px solid #5cb047;}
.mobi_nav_default .searchBtn{width:45px;height:100%;background: url(../images/ssBtn1.png) no-repeat center center;background-size:auto 50%;}
.mobi_nav_default .searchBtn.current{background: url(../images/mobi_searchBg_cur.png) no-repeat center center;background-size:auto 50%;}*/
.mobi_nav_default .mobi_navBar{width:45px;height:100%;background: url(../images/mobi_navBar.png) no-repeat center center;background-size:auto 50%;}*/
.mobi_nav_default .mobi_navBar{ float: left; }
.mobi_nav_default .mobi_navBar.current{background: url(../images/mobi_navBar_cur.png) no-repeat center center;background-size:auto 50%;}

.mobi_top_default{height:30px; position: absolute; top: 15px; right:60px; }
.mobi_top_default a{display: block;float:left;height:100%;box-sizing:border-box;cursor:pointer;}
.mobi_top_default .searchBtn{width:25px;height:25px;background: url(../images/sousuo.png) no-repeat center center;background-size:100%; margin-top: -1px; }
.mobi_search_con{display:none;height:60px;position:absolute;top:0;left:0;right:0;background: #ededed; z-index: 1009;padding: 0 0.7em;}
.mobi_con_inner{position:relative;width:86%;background: #fff;    border: solid 1px #bfbfbf;border-radius: 3px;height:38px;margin:15px 0;}
.mobi_con_inner .mobibtn{position:absolute;top:0;right:0;border:0;width:40px;height:100%;background: url(../images/sousuo.png) no-repeat center center;background-size:auto 60%;}
.mobi_con_inner .mobitext{display:block;width:200px;background: none;border:0;height:14px;font-size:14px;padding:18px 10px;color:#333;box-sizing:border-box;}
.search-cancel-btn {
    line-height: 30px;
    width: 46px;
    position: absolute;
    right: 0;
    top: 20px;
}
.pl-10 {
    padding-left: 10px;
}
.c-fff {
    color: #333;
}

.mobi_navfixed{display:none;position: fixed;width:235px;left:-210px;top:0;height:100%;background: #333333;z-index:9999;}
.mobi_navfixed.current{left:0;}
.navfixmask{display:none;position: fixed;width:100%;height:100%;top:0;left:0;background: #000;opacity: 0.6;z-index:998}
.navfixed_con{position:relative;z-index:100;width:100%;height:100%;overflow-y: auto;}
.navfixed_con a{display: block;width:100%;box-sizing:border-box;position: relative;text-decoration: none;}
.navfixed_con .same{position: relative;}
.navfixed_con .iglys{position: absolute;top:0;width:40px;}
.navfixed_con i.glyphicon{position: absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;font-size:16px;color:#fff;}
.navfixed_con>ul>li>.same>.iglys{right:0;height:50px;}

.navfixed_con>ul>li>.same>a{padding-left:20px;font-size:14px;color:#fff;height:50px;line-height:50px;border-bottom:1px solid #1a1a1a;border-top:1px solid #464545;}
.navfixed_con>ul>li:first-child>.same>a{border-top:0;}

.navfixed_con .mobiSecondNav{display: none;}
.navfixed_con .mobiSecondNav>ul>li>.same>a{font-size:13px;color:#fff;border-bottom:1px solid #1a1a1a; padding:10px 10px 10px 30px;}
.navfixed_con .mobiSecondNav>ul>li>.same>.iglys{right:10px;height:40px;}

.navfixed_con .mobithreeNav{display: none;}
.navfixed_con .mobithreeNav>ul>li>.same>a{font-size:13px;padding-left:40px;color:#fff;height:36px;line-height:36px;border-bottom:1px solid #1a1a1a;}
.navfixed_con .mobithreeNav>ul>li>.same>.iglys{right:15px;height:36px;}


.glysamei{-webkit-transition: all 0.3s linear}
.glysamei.current{transform:rotate(90deg);-webkit-transform:rotate(90deg); -webkit-transition: all 0.3s linear;}

#hamburger {
  cursor: pointer;
  float: right;
  margin-top: 7px;
  margin-right: 3%;
}

#hamburger span,
#hamburger::before,
#hamburger::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #00508f;
  margin: 8px 0;
  transition: 0.3s;
  text-indent: -999em;
}

.mobi_navBar.current #hamburger::before {
  transform: translate(0, 10px) rotate(-45deg);
}

.mobi_navBar.current #hamburger span {
  opacity: 0;
}

.mobi_navBar.current #hamburger::after {
  transform: translate(0, -10px) rotate(45deg);
}

.wrapper.hamburger::after {
  content: "";
  display: block;
  height: 0;
  clear: left;
}




.footer{ width: 100%; overflow: hidden; background:#262626; }
.footer-one{ padding: 50px 0; }
.footer-one-l{ width: 435px; position: relative; margin-right: 100px; }
.footer-one-l:before{
  content: "";
  position: absolute;
  width: 1px; height: 175px;
  background:rgba(255,255,255,.15); right: 0;
  top: 0;
}
.footer-one-l h5{ font-size: 18px; font-weight: bold; color: #fff; }
.footer-one-l ul{ overflow: hidden; margin-top: 20px; }
.footer-one-l li{ width: 50%; float: left; }
.footer-one-l li a{ color: #999; font-size: 16px; line-height: 36px; }
.footer-one-l li a:hover{ color: #fff; }
.footer-one-c{ width: 460px; }
.footer-one-c h5{ font-size: 18px; font-weight: bold; color: #fff; }
.footer-one-c ul{ overflow: hidden; margin-top: 20px; }
.footer-one-c li{ width: 100%; float: left; color: #999; font-size: 16px; line-height: 36px;}
.footer-one-r{ width: 340px; }
.footer-one-r span{ display: block; width: 170px; height: 170px; padding:10px; background:rgba(255,255,255,.15); }
.footer-one-r span img{ width: 100%; }
.footer-one-r-div{ height:170px; display: flex; justify-content: right; align-items: center; color: #fff; font-size: 18px; font-weight: bold; line-height: 36px; }

.footer-two{ width: 100%; line-height: 70px;height: 70px; text-align: center; border-top: 1px solid rgba(255,255,255,.15); color: #999; font-size: 16px; }
.footer-two a{ color: #999; }
.footer-two a:first-child{ margin-right: 30px; }
.footer-two a:hover{ color: #fff; }


.right-fixed{ width: 70px;  position: fixed; top: 50%; margin-top: -248px; right: 0; z-index: 10;  height: 497px; display: none;  }
.right-fixed ul { width: 100%; zoom:1;}
.right-fixed li {  position: relative;  width: 70px; height: 70px;  float: right;  line-height: 70px; border-bottom: 1px solid #fff;  background: #0062b2; transition: width .3s, background .3s, margin .3s;}
.right-fixed li.right-fixed1 {width: 230px;  margin-right: -160px; }
.right-fixed li.right-fixed2{ width: 230px; margin-right: -160px; }
.right-fixed li.right-fixed3{ width: 230px; margin-right: -160px; }
.right-fixed li.right-fixed4{ width: 230px; margin-right: -160px; }
.right-fixed li.right-fixed5{ width: 230px; margin-right: -160px; }
.right-fixed li.right-fixed6{ width: 230px; margin-right: -160px; }
.right-fixed li.top{ background:#b2b2b2; }
.right-fixed li a { display: block;  width: 100%;  height: 100%;}
.right-fixed li .ico { width: 70px; height: 70px; position: absolute;  top: 0;  left: 0;  transition: left .3s;}
.right-fixed li.right-fixed1 .ico, .right-fixed li.right-fixed2 .ico ,.right-fixed li.right-fixed3 .ico,
.right-fixed li.right-fixed4 .ico, .right-fixed li.right-fixed5 .ico ,.right-fixed li.right-fixed6 .ico,
{left: 0;}
.right-fixed li .ico.ico01 {background: url(../images/right-i1.png) no-repeat center;}
.right-fixed li .ico.ico02 {background: url(../images/right-i2.png) no-repeat center;}
.right-fixed li .ico.ico03 {background: url(../images/right-i3.png) no-repeat center;}
.right-fixed li .ico.ico04 {background: url(../images/right-i4.png) no-repeat center;}
.right-fixed li .ico.ico05 {background: url(../images/right-i5.png) no-repeat center;}
.right-fixed li .ico.ico06 {background: url(../images/right-i6.png) no-repeat center;}
.right-fixed li .ico.ico07 {background: url(../images/right-i7.png) no-repeat center;}
.right-fixed li p {
    font-size: 15px;
    color: #fff;
    line-height: 70px;
    padding: 0 20px;
    transition: transform .3s;
}
.right-fixed li.right-fixed1 p, .right-fixed li.right-fixed2 p , .right-fixed li.right-fixed3 p,
.right-fixed li.right-fixed4 p, .right-fixed li.right-fixed6 p
{
    padding: 0 20px 0 70px;
}
.right-fixed li.right-fixed5 p{ padding:0 0 0 70px; height: 70px; }
.right-fixed li.right-fixed5 p img{ width: 158px; height: 158px;  }
.right-fixed li:hover {  background: #17a90b;}
.right-fixed li.right-fixed1:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed2:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed3:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed4:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed5:hover {margin-right: 0;width: 230px; background: #17a90b}
.right-fixed li.right-fixed5:hover p{ width: 160px; height:160px; border:1px solid #ccc; padding:0; background: #fff; padding-left: 0;}
.right-fixed li.right-fixed5:hover p img{ display: block; width: 100%; }
.right-fixed li.right-fixed6:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed1:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed2:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed3:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed4:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed5:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed6:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed1:hover p,.right-fixed li.right-fixed2:hover p,
.right-fixed li.right-fixed3:hover p,.right-fixed li.right-fixed4:hover p,.right-fixed li.right-fixed6:hover p{ padding: 0 20px; }


.formSub{ width: 100%; height: 90px; margin-top: 60px; background:#00a0e9; }
.formSub h5{ font-size: 24px; font-weight: bold; color: #fff; line-height: 90px; display: inline; margin-right: 20px; }
.formSubRight{ width: 1216px; display: inline;}
.formSubRight input{ width: 250px; height: 45px; font-size: 15px; color: #333; background:#fff; margin-left: 20px; display: inline; padding:0 15px; }
.formSubRight input:first-child{ margin-left: 0; }
.formSubRight input.ajax_submit{ width: 135px; line-height: 45px; text-align: center; font-size: 16px; color: #00a0e9 }
.formSubRight input::-webkit-input-placeholder{color: #999999;}
.formSubRight input::-moz-placeholder{ color: #999999;  }
.formSubRight input:-ms-input-placeholder{ color: #999999; }




@media screen and (max-width:1440px) {
  .w12{ width: 1000px; }
  .w14{ width: 1000px; }
  .footer-one{ padding:30px 0; }
  .footer-one-l{ width: 315px; margin-right: 40px; }
  .footer-one-l li a{ font-size: 14px; line-height: 28px; }
  .footer-one-l:before{ height: 145px; }
  .footer-one-c{ width:380px  }
  .footer-one-c li{ font-size: 14px; line-height: 28px; }
  .footer-one-r{ width: 240px; }
  .footer-one-r span{ width: 130px; height: 130px; }
  .footer-one-r-div{ height: 130px; font-size: 14px; line-height: 28px; }
  .footer-two{ line-height: 50px; height: 50px; font-size: 14px; }

  .formSub{ margin-top:40px;height: 60px; line-height: 60px; line-height: 1\0; }
  .formSub h5{ font-size: 20px; line-height: 60px; }
  .formSubRight input{ width: 156px; height: 40px; font-size: 14px; padding:0 5px;}
  .formSubRight input.ajax_submit{ line-height: 40px;  width: 115px;}
}

@media screen and (max-width:1024px) {
  .w12{ width: 94%; }
  .w1200{ width: 94%; }
  .w14{ width: 94%; }
  .right-fixed{ height: 40px; margin-top: -20px; }
  .right-fixed li{ display: none; }
  .right-fixed li.top{ display: block; width: 40px; height: 40px;line-height: 40px; }
  .right-fixed li .ico{ width: 25px; height: 25px; }
  .right-fixed li .ico.ico07{ background-size: 100% 100%; bottom: 0;right: 0; margin:auto; }
  .formSub{ margin-top: 20px; height: auto; line-height: 1; padding:20px 0;}
    .formSub h5{ font-size: 20px; line-height: 30px;display: block; margin-right: 0; }
    .formSubRight{ width: 100%; float: initial; }
    .formSubRight input{ width: 100%; margin-top: 20px; margin-left: 0; }
    .formSubRight input.ajax_submit{ margin:20px auto 0;  display: block;}
  .footer-one{ display: none; }
  .footer-two{ height:auto; line-height:24px; padding:10px 0}
  .footer-two a:first-child{ display:inline-block;}
}