@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: 130px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  flex-direction: row; 
}
.header-top>div{
  width: 100%;
  display: flex;
  flex-direction: row; justify-content: space-between;
}
.header-top-r-item1{
  position: relative;
  padding-left: 70px;
  float: left;
  margin-top: 10px;
}
.header-top-r-item1:before{
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  background: url(../images/tel.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 10px;
}
.header-top-r-item1 p{
  font-size: 18px;
  color: #333333;
  line-height: 33px;
}
.header-top-r-item1 h5{
  font-size: 30px;
  color: #f36422;
  font-weight: bold;
  font-family: "Arial";
  line-height: 36px;
}
.header-top-r-item2{
  width: 90px;
  height: 90px;
  float: right;
  margin-left: 40px;
}

.logo{ height: 60px; margin-top: 15px; display: block; }
.logo img{ height: 110% }
.nav{ width: 100%; height:50px;  background: #0066cc; position: relative; }
.nav ul{
  width: 920px;
  line-height: 50px;
}
.nav li{ width: 128px; float: left; position: relative; margin-left: 30px; text-align: center;}
.nav li:first-child{ margin-left: 0; }
.nav li a{ color: #fff; font-size: 18px; position: relative; display: block;}
.nav li.active,.nav li:hover{
  background:#f26520;
}
.nav li.active a,.nav li:hover a{ color: #fff; }
.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;}


/*search*/
.search{ 
  width: 225px; 
  height: 35px;
  margin-top: 7.5px; 
}
.index-search{ position: relative; }
.index-search input{ 
  width: 100%; 
  height: 35px; 
  background: initial; 
  border:1px solid #bfbfbf; 
  color: #fff; 
  font-size: 16px; 
  padding: 0 60px 0 20px;
}
.index-search .submit_ajax{ width: 50px; height: 35px; 
  background: #f26520 url(../images/search.png) center no-repeat; 
  cursor: pointer; position: absolute; 
  right: 0; 
  top: 0px; 
}
.index-search input::-webkit-input-placeholder{color: #808080;}
.index-search input::-moz-placeholder{ color: #808080;  }
.index-search input:-ms-input-placeholder{ color: #808080; }
/*search end*/
/*移动导航*/
.mobi-topNav{position:fixed;
  height:50px;width:100%;background: #fff; box-shadow: 0 0 3px #00508f; 
  top: 0;
  z-index: 99;
}
.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:#262626; }
.footer-one{ padding: 40px 0; }
.footer-one-l{
  width: 105px;
}
.footer-one-l a{
  display: block;
}
.footer-one-c{
  width: 820px;
  margin-left: 70px;
}
.footer-one-c ul{
  overflow: hidden;
  border-right: 1px solid #404040;
}
.footer-one-c ul h5 a{
  font-size: 20px;
  color:#fff;
  margin-bottom: 20px;
  display: block;
}
.footer-one-c1{
  width: 290px;
}
.footer-one-c1 li{
  width: 50%;
  float: left;
  line-height: 36px;
}
.footer-one-c1 li a{
  color: #cccccc;
  font-size: 16px;
}
.footer-one-c1 li:hover a{
  color: #fff
}
.footer-one-c2{
  width: 525px;
  padding-left: 80px;
}
.footer-one-c2 li{
  width: 100%;
  float: left;
  color: #cccccc;
  font-size: 16px;
  line-height: 36px;
}





.footer-one-r{
  width: 150px;
  text-align: center;
  position: relative;
}

.footer-one-r h5{
  font-size: 16px;
  color: #fffefe;
}
.footer-one-r span{
  width: 150px;
  height: 150px;
  padding:5px;
  display: block;
  margin-top: 25px;
}
.footer-one-r span img{
  width: 100%;
  height: 100%;
}
.footer-one-r p{
  color: #48bc96;
  font-size: 12px;
  font-weight: bold;
}

.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: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;} */


@media screen and (max-width:1440px) {
  .w1600{ width: 1100px; margin: auto }
  .w1440{width: 1100px; margin: auto }

  
}

@media screen and (max-width:1024px) {
  body{ min-width: 100%; }
  .w12,.w1440{ width: 94%; }
  .footer-one{
    display: none;
  }
  .footer-two {
    height: auto;
    line-height: 24px;
    padding: 5px 0;
}
}
