@charset "utf-8";

/* CSS Document */
@import "common.css";
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 125;
  height: 78px;
  box-shadow: 0 0 12px #c0c0c0;
  background-color: #fff;
  padding-bottom: 8px
}

#navbar .logo {
  display: inline-block;
  float: left;
  z-index: 50;
  position: relative;
  padding-top: 8px;
}

#navbar .logo h1 {
  display: none;
}
.searDiv{float: right;display: inline-block;margin-top:25px;max-width: 430px;width: 36px;height: 36px;overflow: hidden;position: relative;}
#searcher{    height: 34px;
    float: right;
    display: block;
    width: 160px;
    padding: 0 5px;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    background: transparent;
    border-radius: 18px;
    margin-right: 4px;}
#searchglass{width:36px; float: right; display: block; height: 36px;cursor: pointer;border: none;background-image:url(../images/i03.png);
background-repeat: no-repeat;
background-position:center top;text-indent: -99em;overflow: hidden;    background-color: transparent;}
.searDiv::after{display: block;
    content: "";
    height:36px;
    width: 36px;
    z-index: 5;
    position: absolute;left: 0;top: 0;z-index: 6;cursor: pointer;}
.searDiv.act{width:215px;}
.searDiv.act::after{display: none;}
#Nav{display: block;
    overflow: hidden;
    padding-top: 23px;
}

#Nav li {    display: inline-block;
    font-size: 0;
    position: relative;
    width: 16%;
}

#Nav li>a {display: inline-block;
    line-height: 40px;
    font-size: 15px;
    transition: none;
    width: 100%;
    white-space: nowrap;
    color: #333;
    border-right: 1px solid #ddd;
    text-align: center;position: relative;
}
#Nav li:last-child a{border: none;}
#Nav li:hover>a,
#Nav li a.act {color: #00408b;
}
#Nav li:hover>a::after,
#Nav li a.act::after{display: block;
    content: "";position: absolute;top: -23px;left:24%;width: 80px;height: 3px;background-color: #00408b;}


/* 首页slider */

.topbanner {
  position: relative;
}

.banner {
  width: 100%;
  height: 100%;
}

.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.banner ul.bb li {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}





/*.banner ul.bb li a{width:100%;display:block;height:100%;}*/

.banner ul.bb li img {
  width: 100%;
  height: 100%;
}

.banner .num {
  position: absolute;
  right: 2px;
  bottom: 10px;
  width: 100%;
  z-index: 100;
  padding: 5px 0px;
  opacity: 0.8;
  text-align: center;
}

.banner .num li {
  width: 40px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  background: #fff;
  _display: inline;
  _font-size: 0px;
}

.banner .num li {
  *display: inline;
  _zoom: 1;
  _display: inline;
}

.banner .num li.num_hover {
  background-color: #00408b;
}

.banner .num li.num_hover a {
  color: #00408b;
}

.banner .num li a {
  float: left;
  display: inline;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  width: 28px;
  height: 4px;
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}

.wrap {
  overflow: hidden;
}   

/*首页产品模块*/
.ind_titbar {    text-align: center;
    padding-top: 40px;
    margin-bottom: 48px;overflow: hidden;
}

.ind_titbar h2 {    font-size: 26px;
    color: #000;
    line-height:47px;
    display: block;
}

.ind_titbar small {    font-size: 14px;
    display: inline-block;
    color: #fff;background-color: #00408b;
    line-height:20px;
    position: relative;
    width: 300px;text-align: center;
}
.ind_titbar small::after,.ind_titbar small::before {
   display: block;
    content: "";
    height: 0px;
    width:560px;
    z-index: 5;
    border-top: 1px solid #00408b;
    position: absolute;
    left:-500px;
    top:9px;
} 
.ind_titbar small::after{
  right:-500px;
  left: initial;
}

.tab01{margin-right:-3px;display:flex;justify-content:space-between; flex-flow: row wrap;overflow:hidden; margin-bottom:40px; }
.tab01 li{width:25%;float:left;font-size:16px;color:#666;text-align:left;line-height:58px; flex:1 1 30px;margin-right: 3px; height: 58px;text-indent: 30px;cursor: pointer;
background-image:url(../images/bg01.png);
background-repeat: no-repeat;
background-position:0 -68px;}
.tab01 .act{background-position:0 0; color:#fff;}
.ind_pro_bg{background-color: #e5ecf3;padding:47px 0 40px;overflow: hidden;}
.gallery-more {text-align: center;}
.swiper-container.gallery-more{width: 100%;}
.gallery-more .swiper-slide img{width: 360px;height:280px;border-bottom: 1px solid #bbbbbb;display: block;}
.gallery-more .swiper-slide p.tit{color: #444;
    text-align: center;width: 350px;
    line-height:51px;
    font-size: 15px;
    display: block;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;background-color: #fff;}
.gallery-more .swiper-slide p.tit span {
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    background: #00408b;
    color: #fff;
    font-size: 41px;
    font-family: 宋体;
    line-height: 52px;
}
.gallery-more .swiper-slide:hover p.tit span {background-color: #e8c500;}
.gallery-more  .myBtn{top:30%;width:37px;height:57px;background-image:url(../images/i05.png);
background-repeat: no-repeat;
background-position:center top;right: 0;
position: absolute;z-index: 5;cursor: pointer;}
.gallery-more  .to-prev{transform:rotate(180deg);left:0;}
.ind_pro_bg .con{min-height: 350px;}
.morebtn{    background: #fff;
    display: block;
    margin: 30px auto 0;
    width: 250px;
    height: 40px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    text-align: center;
    line-height: 39px;
    color: #666;clear: both;}
.pro_list {    padding: 10px;
    margin-left: -10px;
  width: 1300px;margin-bottom: 35px;overflow: hidden;
}
.pro_list a{    width: 360px;
    margin-right:50px;
    display: block;
    float: left;
    margin-bottom: 30px;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
/*首页关于我们*/ 
#ind_about dl{overflow: hidden;width: 1250px;}
#ind_about dd{float: left;margin-right:13px;display: inline-block;background-color: #00408b;position: relative;}
#ind_about dd>*{display: block;width: 290px;height: 170px;}
#ind_about dd:nth-child(odd) img{margin-top: 170px;}
#ind_about dd:nth-child(odd) .con{position:absolute;top: 0;left: 0;}
#ind_about dl .con{box-sizing: border-box;
    padding: 15px 20px;
    color: #fff;
    line-height: 24px;}
#ind_about dl .con h2{    font-size: 20px;
    color: #fff;
    line-height: 2.7em;}
#ind_about dl .con p{    height: 5em;
    overflow: hidden;}
.tel01_con{    padding-left: 54px;
    line-height: 27px;
    margin-top: 5px;
    background-image: url(../images/i01.png);
    background-repeat: no-repeat;
    background-position: 3px 9px;}
.tel01_con em{    display: block;
    font-size: 20px;}

#ind_case{background-image: url(../images/06.jpg);
    background-repeat: no-repeat;
    background-position: center 0;height: 520px;margin-top:60px;}
    #caseo {
  width: 100%;
  overflow: hidden;
}

#caseo a {
  width:285px;
  position: relative;
  display: block;
  float: left;
  height: 315px;
  padding-right: 20px;
}

#caseo .imgcon {
  width:100%;
  height: 100%;
}

#caseo .imgcon img {
  min-height: 100%;
}

#caseo .con {
  width:285px;
  height:100px;
  background:#00408b;
  text-align: center;
  z-index: 5;
  position: absolute;
  bottom: 0;left: 0;color: #fff;line-height: 40px;
  box-sizing: border-box;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#caseo .con::after{display: block;
    content: "";position: absolute;box-sizing: border-box;margin:15px;border: 1px solid #fff;
width:calc(100% - 30px);height:calc(100% - 30px);top: 0;left: 0;}
#caseo .con h4{font-size: 16px;font-weight: normal;display:inline-block;line-height: 2em;border-bottom: 3px solid #fff;color: #fff;    margin-top: 26px;}
#caseo .con span{display: none;width: 100px;height: 30px;border: 1px solid #fff;font-size: 13px;text-transform: uppercase;margin:40px auto 0;line-height: 28px;}
#caseo a:hover .con{height: 315px;background-color: rgba(0,64,139,0.8);}
#caseo a:hover .con h4{margin-top:70px;line-height:70px;}
#caseo a:hover .con span{display: block;}
/*首页新闻*/
#ind_news .fl a{display: block;    width:250px;
    float: left;position: relative;padding-bottom: 20px;
    margin-right:30px;}
#ind_news .fl .big{width: 100%;
height:150px;}
#ind_news .fl .date{    font-size: 13px;
    color: #999;
    line-height: 36px;
    padding-top: 8px;
    display: block;background-image:url(../images/i02.png);
background-repeat: no-repeat;
background-position:right 16px;}
#ind_news .fl h4{    font-size: 16px;
    color: #222222;
    height: 4em;
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0 5px;}
#ind_news .fl p{line-height: 24px;color: #666;overflow: hidden;height: 70px;}
.index-news-r{overflow: hidden;}
.newstop{    height: 50px;
    padding-bottom: 25px;
    background: #f6f6f6;
    padding: 20px 17px 20px 0;
    margin-bottom: 30px;}
.newstop-l{width: 80px;
    height: 100%;
    float: left;
    text-align: center;
    margin-right: 25px;
    border-right: 2px solid #cccccc;
    padding: 0 9px;
    }
.newstop-l p{    color: #666666;
    font-size: 30px;
    line-height: 31px;}
.newstop-l span{    font-size: 16px;
    color: #666666;}
.newstop-r{height:auto;}
.newstop-r p{     width: 100%;
    display: block;}
.newstop-r p a{    font-size: 16px;
    color: #333;
    height: 30px;
    line-height:25px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;display: block;
  }
.newstop-r p a:hover{ text-decoration:underline;}
.newstop-r span{    font-size: 14px;
    color: #666;
    line-height:1em;
    margin-top: 4px;
    display: block;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;display: block;}
/*首页底部*/
#footer{background-color: #00306f;padding:40px 0;overflow: hidden;margin-top: 100px;}
#footer .ewm{float: right;margin-top: 12px;    width: 140px;
}
#footer dl{float:left;margin-right:70px;}
#footer dl dt{font-size:15px;margin-bottom: 12px;padding-bottom: 20px;position: relative;}
#footer dl dt::after {
    display: block;
    content: "";background-color: #3263a3;width: 17px;height: 1px;position: absolute;left: 0;bottom: 0;}
#footer dl dt a{color:#fff;}
#footer dl dd a{font-size:13px;color:#94a8c2;transition:all .3s;line-height: 28px;}
#footer dl dd a:hover{color:#000;transition:all .3s;}
#footer dl em{    font-size: 22px;
    color: #fff;
    margin-top: -29px;
    position: relative;
    display: block;
    margin-bottom: 21px;}
#footer dl .qqonline{display: block;} 
#botshare{color: #fff;font-size: 13px;background-image:url(../images/11.jpg);
background-repeat: no-repeat;
background-position:left top;padding-top: 13px;
    margin-top: 15px;}
#footer .bdsharebuttonbox {
    width:130px;    display: inline-block;
    vertical-align: middle;    
}
#footer .icon {
    float:left;
    margin-top:15px;
    display:inline-block
}
#footer #weixin {    box-sizing: border-box;
    width:30px;
    height:30px;
    background:url(../images/icon-4.png) no-repeat
}
#footer #tsina {    box-sizing: border-box;
   width:30px;
    height:30px;
    background:url(../images/icon-5.png) no-repeat
}
#footer #qzone {
      box-sizing: border-box;
    width:30px;
    height:30px;
    background:url(../images/icon-6.png) no-repeat
}
.bd_weixin_popup {
    box-sizing:content-box !important;
    -webkit-box-sizing:content-box !important;
    -moz-box-sizing:content-box !important
}
.Copyright{clear: both;padding-top:50px;}
#footer  .fr {display: inline-block;font-size: 13px;color: #94a8c2;text-align: right;padding-left: 100px;}
#footer  .fr a{color:#94a8c2; }
.links{color: #fff;font-size: 13px;}
.links a{color: #fff;padding: 0 5px;}
.titbar.break{margin-bottom: 60px;
    overflow: hidden;
    border-bottom: 1px solid #bbb;
    height:51px;
    box-sizing: border-box;}
    .break_nav{float: right}
    .break_nav li{display: inline-block;}
    .break_nav li a{font-weight: bold;
    color: #333;
    padding: 0 5px;
    display: block;
    line-height: 52px;
    margin-left: 13px;
    height: 47px;}
    .break_nav li a.act{
    border-bottom: 3px solid #00408b;
      
    }
    .inner_case{    overflow: hidden;
    width: 1250px;}
.inner_case li{width: 370px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 19px;
    margin-right: 45px;
    margin-bottom: 40px;
    float: left;}
.inner_case li a{display: block;}
.inner_case li .big{    width: 100%;
    height: 240px;}
.inner_case li .img{}
.inner_case li h4{    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
    height: 35px;
    line-height: 50px;}
    .inner_news li{    display: block;
    padding: 40px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;}
    .inner_news li a{display: block;}
.inner_news li .big{    width: 250px;
    height: 160px;
    float: left;}
.inner_news li .img{}
.inner_news li .time{width: 130px;
    float: left;
    font-size: 13px;
    color: #999;
    box-sizing: border-box;
    padding-left: 32px;
    padding-top: 51px;}
.inner_news li .time strong{    font-size: 24px;
    color: #333;
    font-weight: normal;
    display: block;
    line-height: 30px;}
.inner_news li h4{font-size: 16px;
    color: #333;
    font-weight: normal;
    padding: 6px 0;
    line-height: 30px;}
    .inner_news li p{color: #666;
    height: 80px;
    display: block;
    overflow: hidden;}
    
#inform h3{ 
    font-size: 24px;
    color: #333;
    display: block;
    width: 4.2em;
    border-bottom: 3px solid #00408b;
    text-align: center;
    line-height: 50px;
    margin: 40px auto 35px;}
#inform input[type="text"],#inform input[type="tel"]{width: 550px;height: 46px;box-sizing: border-box;
    border: 1px solid #ddd;padding-left:60px;background-image:url(../images/contact_03.jpg);
background-repeat: no-repeat;
background-position:0 0;}
#inform input[type="text"]{background-image: url(../images/contact_05.jpg);}
#inform input[type="tel"]{float: right;}
#inform textarea{clear: both;height: 145px;box-sizing: border-box;
    border: 1px solid #ddd;margin-top: 20px;display: block;width: 1200px;padding:11px 0 11px 60px;background-image:url(../images/contact_09.jpg);
background-repeat: no-repeat;
background-position:0 0;}
#inform input[type="submit"]{    background-color: #00408b;
    margin: 19px auto;
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100px;
    height: 36px;
    border: none;
    text-align: center;
    line-height: 36px;}
/*新闻内页*/
.articleCon p {
  line-height: 2em;
}

.articleCon img {
  max-width: 100%;
}
.articleTit{margin-top:37px;font-size: 22px;color: #434343;text-align:center;font-weight: normal;
    line-height: 1.5em;}
.articleTit02{font-size: 22px;color: #434343;text-align: center;line-height: 47px;} 
.backlist{float: right;width: 108px;height: 32px;background-image:url(../images/16.jpg);
background-repeat: no-repeat;
background-position:0 0;}
.sub_info {text-align: left;
    padding: 25px 0 15px;
    line-height: 30px !important;
    margin-bottom: 7px !important;
    color: #434343;
}

.sub_info.line {
  border-bottom: 1px dashed #dddddd;
}

.sub_info span {
  margin-right: 30px;
}

#icon1 {
  display: inline-block;float: right;
}
.articleCon{line-height: 2em;color: #666;clear: both;
    padding-top:30px;}
h3.tag {
  line-height: 24px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 10px;
  color: #999;
  font-weight: normal;
  padding-top: 8px;
  font-size: 14px;
}

h3.tag a {
  color: #005a98;
  margin: 0 8px 0 5px;
}

h3.tag a:hover {
  color: #0172bd;
}

.page {
  line-height:60px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 6px;
  padding-top:45px;
  font-size: 12px;
  padding-bottom: 25px;overflow: hidden;
}
.page>*{width:45%;background-color: #f7f7f7;height: 60px;box-sizing:border-box;}
.page>* span{width:80px;background-color: #e8e8e8;text-align: center;display: block;height: 100%;line-height: 60px;}
.page .prev{float: left;padding-right: 15px;}
.page .prev span{float: left;margin-right: 15px;}
.page .next{float: right;padding-left: 15px;}
.page .next span{float: right;margin-left: 15px;}
.page a {
  color: #666;line-height: 60px;
}

.page a:hover {
  color: #333;
}

.page span {
  color: #666;
}

.titbar.t3 {    text-align: left;
    height: 40px;
    margin-bottom: 25px;
    margin-top: 15px;
    clear: both;
    background: #f2f2f2;
}

.titbar.t3 h3 {    color: #fff;
    text-indent: 30px;
    width: 120px;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    background: #00408b;
}

.news_pre {
  clear: both;
  color: #626262;
  width: 102%;
  margin-top: 10px;
  margin-bottom: 70px;
}

.news_pre li {
  position: relative;
  width: 48%;
  line-height: 32px;
  border-bottom: 1px dashed #dedede;
  padding: 2px 0 3px;
  float: left;
  margin-right: 2%;
}

.news_pre a {
  color: #626262;
  font-size: 13px;
  padding-left: 18px;
  background: url(../images/tran.png) no-repeat 2px center;
  display: block;
  padding-right: 8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_pre span {
  font-size: 12px;
}

.news_pre span {
  position: absolute;
  right: 7px;
  bottom:3px;
}
.news_box{width: 865px;padding-right:35px;margin-right: 40px;border-right: 1px solid #bbb;float: left; }

.prc_news strong{font-size: 22px;color: #333;    line-height: 83px;
    padding-top: 30px;
    display: block;}
.prc_news ul.ul{padding: 17px 15px 17px;border-top: none;background-color: #f7f7f7;}
.prc_news ul.ul li a{line-height: 35px;font-size: 15px;color: #464646;display: block;padding-left:28px;
    background: url(../images/tran01.png) no-repeat 2px center;}
.news_wrap .article{padding: 20px 0 0 0;}
.prc_news h3{width: 100%;
    height: 90px;
    background: #00408b;
    font-size: 30px;
    color: #fff;
    line-height: 90px;
    text-align: center;
    margin-top: 45px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.prc_news .iauth{padding: 0;    margin-bottom: -25px;}
.iauth li a{height: 52px;line-height: 51px;font-size: 16px;color: #333;border-bottom: 1px solid #ddd;display: block;text-indent: 3em;padding-right: 1em;background: url(../images/i08.png) no-repeat 16px center;}
.iauth li a:hover,.iauth li a.act{background-color: #dddddd;color: #3263a3;}

/*产品详情页*/
.proTop{overflow: hidden;padding: 48px 0;}
.proTop .imgcon{width: 378px;height: 355px;border: 1px solid #ddd;float: left;margin-right: 35px;}
.prodetls{text-align:left;overflow: hidden;}
.prodetls .titleA{font-size: 18px;color: #00408b;border-bottom:2px solid #cecece;text-align: left;line-height: 23px;font-weight: bold;padding-top: 10px;margin-bottom: 15px;}
.prodetls .con{display: flex;flex-wrap:nowrap;line-height:36px;color: #464646;max-height:165px;
overflow: hidden;}
.prodetls .con span{white-space: nowrap;}
.pd_hotline{    font-size: 14px;
    color: #666;
    font-style: italic;
    border-top: 2px solid #cecece;
    padding-top: 13px;
    margin-top: 22px;
    margin-bottom: 23px;}
.font_hotline {font-size: 26px; font-weight: bold; color: #1144a3;padding-top: 7px;font-style: normal; }
a.qqonline2{background-color: #40d76f;width: 134px;height: 42px;text-align: center;line-height: 40px;display: inline-block;font-size: 18px;color: #fff;border-radius: 7px;}

.pro_pre a {display: block;padding-right: 28px;width: 293px;float: left;}
.pro_pre .imgcon {height: 238px;width: 100%;}
.pro_pre img {
    border: 1px solid #dedede;
}
.searchbox .search-head .search-head-submit{background-color: #00408b !important;}
.ind_pro_bg .swiper-slide{float: left;width: 360px;}
.pro_list02 {    padding: 10px;
    margin-left: -10px;
    width: 928px;
    margin-bottom: 35px;
    overflow: hidden;
    margin-top: 35px;
}
.pro_list02 a{    width:288px;
    margin-right:20px;
    display: block;
    float: left;
    margin-bottom: 30px;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.pro_list02 .swiper-slide img{width: 100%;height:224px;}
.pro_list02 .swiper-slide p.tit{width: 100%;    box-sizing: border-box;}
