@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; }
.header{ width: 100%; }
.header-top{
  height: 115px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  flex-direction: row; 
  position: relative;
}
.header-top>div{
  width: 100%;
  display: flex;
  display: flex;
  justify-content: space-between;
}
.logo{ height: 60px; display: block; }
.logo img{ height: 100% }
.header-top-r{
  position: relative;
  font-size: 24px;
  color: #ff8600;
  font-family: "Arial";
  
}


.header-top-r p:last-child{
  letter-spacing: 0.5px;
}
.header-link{
  float: left;
  margin-right: 30px;
}
.header-link a:first-child{
  margin-right: 10px;
}
.header-link img{
  height: 68px;
}
.header-top .tel{
  float: left;
  position: relative;
  padding-left: 50px;
}
.header-top .tel:before{
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/tel.png) no-repeat;
  left: 0;
  top: 20px;
}
.header-top .language{
  float: right;
  margin-left: 30px;
  /*line-height: 68px;*/
}
.header-top .language a{
  color: #ff8600;
  display: block;
}
.header-top .language a img{
  margin-right: 5px;
  position: relative;
    top: -2px;
}
.header-top .language a:hover{
  color: #ff8600;
  text-decoration: underline !important
}
.nav{ width: 100%; height:50px; background: #007cc2; position: relative; }
.nav ul{
  width: 990px;
  line-height: 50px;
}
.nav li{ float: left; position: relative; padding:0 38px; text-align: center;}
.nav li:first-child{ padding-left: 0; }
.nav li:last-child{
  padding-right: 0;
}
.nav li:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 29px;
  background: url(../images/nav-line.png) no-repeat;
  right: 0;
  top: 10px;
}
.nav li:last-child:before{
  display: none;
}
.nav li a{ color: #fff; font-size: 18px; position: relative; display: block;}
.nav li.active a,.nav li:hover a{ color: #ff8600; }



.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:fixed; top:0; z-index:99;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;
}
/*search*/
.search{ 
  width: 200px; 
  height: 35px;
  margin-top: 7.5px; 
}
.index-search{ position: relative; }
.index-search input{ 
  width: 100%; 
  height: 35px; 
  background: #fff;
  color: #007cc2; 
  font-size: 15px; 
  padding: 0 50px 0 20px;
  border-radius: 50px;
}
.index-search .submit_ajax{ 
  width: 18px; height: 18px; 
  background: url(../images/search.png) center no-repeat; 
  cursor: pointer; position: absolute; 
  right: 20px; 
  top: 8px; 
}
.index-search input::-webkit-input-placeholder{color: #bfbfbf;}
.index-search input::-moz-placeholder{ color: #bfbfbf;  }
.index-search input:-ms-input-placeholder{ color: #bfbfbf; }
/*search end*/



.footer{ width: 100%; overflow: hidden; background:#262626; }
.footer-one{ padding: 34px 0 25px; }
.footer-one-l{
  width: 189px;
}
.footer-one-l a{
  display: block;
}
.footer-one-c{
  width: 635px;
  margin-left: 95px;
}
.footer-one-c ul{
  overflow: hidden;
  width: 290px;
}
.footer-one-c li{
  width: 100%;
  float: left;
  line-height: 30px;
}
.footer-one-c li p{
   width: 75px;
   float: left;
   color: #cccccc;
   text-align: justify;
   text-align-last: justify;
}
.footer-one-c li i{
  width: calc(100% - 75px);
  float: left;
  color: #cccccc
}





.footer-one-r{
  width: 135px;
  text-align: center;
  position: relative;
}
.footer-one-r h5{
  font-size: 16px;
  color: #fffefe;
}
.footer-one-r span{
  width: 135px;
  height: 135px;
  display: block;
}
.footer-one-r span img{
  width: 100%;
  height: 100%;
}
.footer-one-r p{
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.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; 
  background:#1a1a1a;
}
.footer-two a{ color: #a6a6a6; }
.footer-two a:hover{ color: #fff; }
.footer-two span{
  margin-left: 15px;
}


/*浮动客服*/
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDqq li a,#floatDivBoxs .floatDqq li a:hover{
  color: #007cc2
}
#floatDivBoxs .floatDtxt{font-size:16px;color:#333;padding:12px 12px; color: #f08326}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel p{ font-size: 16px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}

@media screen and (max-width:1440px) {
  #floatDivBoxs,#rightArrow{
    top: 100px;
  }
  
}

@media screen and (max-width:1024px) {
  body{ min-width: 100%; }
  .w12,.w1440{ 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{
    padding-bottom: 10px;
  }
  .footer-one{
    display: none;
  }
  .footer-two{
      height: auto;
      padding:10px 3%;
      line-height: 24px;
      overflow: hidden;
  }
  #floatDivBoxs,#rightArrow{
    display: none;
  }
}
