@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;
    color: #fff;
}
i,em{  display: block; font-style: normal; }
.fl{ float: left; }
.fr{ float: right; }
.clearfix{ clear: both; }
button,input, select {
    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;
}
.scale-img {
    width: 100%;
    height: 100%;
    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);}
.w12{ width: 1200px; margin:auto; }
.w1440{ width: 1440px; margin:auto; }
.w15{ width: 1500px; margin:auto; }
.header{ height: 90px; width: 100%; }
.logo{ height: 60px; margin-top: 15px; display: block; }
.logo img{ height: 100% }
.nav{ /*width: 710px; */  width: auto; line-height: 90px;position: relative; }
.nav li{ float: left; margin:0 15px; position: relative;}
.nav li:first-child{ margin-left: 0; }
.nav li:last-child{ margin-right: 0; }
.nav li a{ color: #333; font-size: 16px; position: relative; }
.nav li a:before{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background:#e21f12;
  left: 0;
  bottom: -15px;
  transition: width .5s ease-in-out;
}
.nav li.active a:before,.nav li:hover a:before{ width: 100%; }
.nav li.active a,.nav li:hover a{ color: #20277b; }
.nav li>dl {  background: rgba(255,255,255,.8); display: none; padding:10px 0; width: 200px; position: absolute; z-index: 2;  top: 90px; left: -65px;}
.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: #19a5ff }
/*.nav *, .nav *:after, .nav *:before {
    -webkit-transition: height .3s, width .3s, color .3s, -webkit-box-shadow .3s,border .3s,opacity .3s,-webkit-transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;
    transition: height .3s, width .3s, color .3s, box-shadow .3s,border .3s,opacity .3s, transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;
}*/
.relative{ position: relative; }

.subNav{
    position: absolute;
    top: 90px;
    height: auto !important;
    width: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    box-shadow: 0 5px 8px rgba(0,0,0,.3);
    top: -1000px;
    pointer-events: none;
}
.nav li.active .subNav {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
    top: 90px;
    pointer-events: auto;
}
.nav li .subNav {
    width: 890px;
    right: 0;
    z-index: 2;
    background:rgba(255,255,255,.8)
}
/*.nav li .subNav div {
    padding: 10px 0;
}*/
.nav li .subNav .nav-list-sub-bd {
    padding: 10px 15px;
    overflow: hidden;
    display: flex;
}
.nav li .subNav .nav-list-sub-bd dl {
    width: 25%;
    float: left;
    flex: 1;
   /* -webkit-transform: translateX(20px);
    transform: translateX(20px);*/
    opacity: 1;
    display: block !important
}
.nav li .subNav .nav-list-sub-bd dt {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
}
.nav li .subNav .nav-list-sub-bd a:before{ display: none !important }
.nav li .subNav .nav-list-sub-bd dt a {
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    display: inline;
    color: #000;
}
.nav li .subNav .nav-list-sub-bd dt a:hover{ color: #19a5ff }
.nav li .subNav .nav-list-sub-bd dd {
    padding-top: 5px; display: block;
}
.nav li .subNav .nav-list-sub-bd dd span {
    display: block;
}
.nav li .subNav .nav-list-sub-bd dd a {
    line-height: 28px;
    display: inline;
    font-size: 12px;
    color: #000;
}
.nav li .subNav .nav-list-sub-bd dd a:hover{ color: #19a5ff }

.nav li .subNav .nav-list-sub-bd dd{ width: 90%; height: 120px; overflow: auto; padding-right: 30px  }
.nav li .subNav .nav-list-sub-bd dd::-webkit-scrollbar{ width:2px; }
.nav li .subNav .nav-list-sub-bd dd::-webkit-scrollbar-track{ background:#e6e6e6;}
.nav li .subNav .nav-list-sub-bd dd::-webkit-scrollbar-thumb{ background:#00508f;}

/*移动导航*/
.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_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:#313131; }
.footer-one{ padding: 50px 0; }
.footer-one-l{ width: 268px; position: relative; margin-right: 100px; }
.footer-one-l:before{
  content: "";
  position: absolute;
  width: 1px; height: 170px;
  background:#464646; 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-l.footer-one-l2{ width: 200px; }
.footer-one-l.footer-one-l2 li{ width: 100%; }


.footer-one-c{ width: 400px; }
.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: 310px; }
.footer-one-r li{ width: 125px; margin-left: 60px; float: left; }
.footer-one-r li:first-child{ margin-left: 0; }
.footer-one-r li h5{ color: #fff; font-weight: bold; font-size: 18px; line-height: 1; text-align: center; }
.footer-one-r li span{ display: block; width: 125px; height: 125px; padding:8px; background:rgba(255,255,255,.15); margin-top: 25px; }
.footer-one-r li span img{ width: 100%; }

.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: 60px;  position: fixed; top: 50%; margin-top: -135px; right: 0; z-index: 10;  height: 270px; display: none;  }
.right-fixed ul { width: 100%; zoom:1;}
.right-fixed li {  position: relative;  width: 60px; height: 60px;  float: right;  line-height: 60px;  background: #666; margin-bottom: 10px; transition: width .3s, background .3s, margin .3s;}
.right-fixed li.right-fixed1 {width: 230px;  margin-right: -170px; }
.right-fixed li.right-fixed2{ width: 230px; margin-right: -170px; }
.right-fixed li.right-fixed3{ width: 230px; margin-right: -170px; }
.right-fixed li.right-fixed4{ width: 230px; margin-right: -170px; }
.right-fixed li.right-fixed5{ width: 230px; margin-right: -170px; }
.right-fixed li.right-fixed6{ width: 230px; margin-right: -170px; }
.right-fixed li.top{ background:#666; }
.right-fixed li a { display: block;  width: 100%;  height: 100%;}
.right-fixed li .ico { width: 60px; height: 60px; 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/qq.png) no-repeat center;}
.right-fixed li .ico.ico02 {background: url(../images/tel.png) no-repeat center;}
.right-fixed li .ico.ico05 {background: url(../images/wechat.png) no-repeat center;}
.right-fixed li .ico.ico07 {background: url(../images/toTop.png) no-repeat center;}
.right-fixed li p {
    font-size: 15px;
    color: #fff;
    line-height:60px;
    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 60px;
}
.right-fixed li.right-fixed5 p{ padding:0 0 0 60px; }
.right-fixed li:hover {  background: #19a5ff;}
.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: #19a5ff}
.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; }
/*.right-fixed li.right-fixed1:hover .ico.ico01 {background: url(../images/right-i1-hover.png) no-repeat center;} 
.right-fixed li.right-fixed2:hover .ico.ico02 {background: url(../images/right-i2-hover.png) no-repeat center;} 
.right-fixed li.right-fixed3:hover .ico.ico03 {background: url(../images/right-i3-hover.png) no-repeat center;} */
/*.right-fixed li.top:hover .ico.ico04 {background: url(../images/right-i4-hover.png) no-repeat center;} */

.language{width: 72px; float: left; margin-top:33px;  margin-left: 40px; border:1px solid #00508f; border-radius: 50px; background-color: #fff; position: relative; z-index: 1; overflow: hidden; }
.language_link {
    width: 50%; text-align: center;
    display: block; float: left;
    font-family: Proxima Nova,sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #00508f;
    text-decoration: none;
    transition: color .25s; 
    margin-right: 0 !important;
}
.language_link.active,.language_link:hover {
  color: #fff; background-color: #00508f
}
@media screen and (max-width:1440px) {
  .w1600{ width: 1100px; margin: auto }
  .w1440{width: 1100px; margin: auto }
  .w15{ width: 1200px; margin:auto; }
  .header{ height: 70px; }
  .logo{ height: 50px; margin-top: 10px; }
  .nav{ line-height: 70px; }
  .nav li{ margin: 0 10px; }
  .nav li a:before{ bottom: -10px; }
  .nav li>dl{ top: 70px; }
  .language{ margin-top: 23px; margin-left: 15px;}



  .footer-one{ padding:30px 0; }
  .footer-one-l{ width: 240px; margin-right: 40px; }
  .footer-one-l h5{ font-size: 16px; }
  .footer-one-l li a{ font-size: 14px; line-height: 28px; }
  .footer-one-l:before{ height: 145px; }
  .footer-one-c{ width:320px  }
  .footer-one-c h5{ font-size: 16px; }
  .footer-one-c li{ font-size: 14px; line-height: 28px; }
  .footer-one-r{ width: 240px; }
  .footer-one-r li h5{ font-size: 16px; }
  .footer-one-r li{ width: 100px; margin-left: 20px; float: left; }
  .footer-one-r li:first-child{ margin-left: 0; }
  .footer-one-r li span{ display: block; width: 100px; height: 100px; padding:5px; background:rgba(255,255,255,.15); margin-top: 25px; }



  .footer-two{ line-height: 50px; height: 50px; font-size: 14px; }

  .formSub{ margin-top:40px;height: 60px; line-height: 60px; }
  .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; }
  
}

@media screen and (max-width:1024px) {
  body{ min-width: 100%; }
  .w12,.w1440,.w15{ 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; }


  .footer-one{ display: none; }
  .footer-two{ height: auto; line-height: 24px; padding:5px 0;  }
  .footer-two a:first-child{ display: block; }
  .footer-two span{ display: none; }
}

@media screen and (max-width:1024px) {
  .language{ margin-right: 20px; margin-top: 15px; margin-left: 0; }
  .mobi_navBar{ float: right;}
}