@charset "utf-8";



/* CSS Document */

@import "common.css";
body{padding-top: 173px;}
#header{position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;}
.topbar {height: 36px;line-height: 32px;color: #666;background-color: #f7f7f7; }
.topbar a {color: #333; }
.topbar a:hover {color: #005399;}
 #icon2 {float: right; color: #333;}
.logobar {padding:15px 0 16px;background-color: #fff;
}
.logobar .logo{display: inline-block; vertical-align: middle;padding-right: 24px;}
.logobar a h1, .logobar a strong {height: 0;
    width: auto;text-indent: -999em;}
.logobar .logo img{display: block;}
.slogan {
  padding-left: 21px;
  display: inline-block;vertical-align: middle;
font-weight: bold;
  font-size: 18px;
  color: #000;
  line-height: 28px;border-left: 1px solid #ddd;
}
.slogan span {
  color: #ab0e21;
}
.tellNum {
  height: 45px;
  color: #666;
  float: right;
  margin-top:8px;
  line-height:22px;
}
#phone {float: left;margin-right:10px;
    margin-top: 3px;}
    .tellNum p{text-align: center;
      background: url(../images/i02.png) no-repeat center 10px;display: block; }
.tellNum .yel {color: #ab0e21;
    font-size: 24px;
    display: block;
    font-family: arial;text-align: left;
}
.navbar {
  height:50px;
  position: relative;
  z-index: 3;
  background:#0081c5;    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#Nav {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  overflow: visible;
}
#Nav li {
  float: left;
  width:10%;
  font-size: 16px;
  flex: 1;
}
#Nav li a {
  display: block;
  color: #fff;
  text-align: center;
  height:50px;
  line-height:50px;
  font-size: 16px;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
#Nav li a:hover, #Nav li a.act {
z-index:9;background: #fff; color: #111;height: 48px;
}

.scroll  .topbar{display:none;}
.scroll .logobar{padding:5px 0;}
.scroll .logobar .logo{height:55px;}
.scroll .logobar .logo  img{height:auto;
    margin-top: 6px;}
.scroll .slogan,
.scroll .slogan strong{padding-top:0;}
.scroll .tellNum{margin-top: 7px;}
.scroll .navbar{height:40px;}
.scroll #Nav li{background-position:right 0;}
.scroll #Nav li a{height: 40px;line-height: 39px;}

/* 首页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: #00a0eb;
}

.banner .num li.num_hover a {
  color: #00a0eb;
}

.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: 35px;
    margin-bottom: 48px;
}

.ind_titbar h2 {    font-size: 26px;
    color: #000;
    line-height: 71px;
    display: block;
}

.ind_titbar small {    font-size: 16px;
    display: inline-block;
    color: #999;
    border: 1px solid #ddd;
    line-height: 34px;
    padding: 0 20px;
    position: relative;
}
.ind_titbar small::after,.ind_titbar small::before {
   display: block;
    content: "";
    height: 0px;
    width: 329px;
    z-index: 5;
    border-top: 1px solid #ddd;
    position: absolute;
    left: -315px;
    top: 16px;
} 
.ind_titbar small::after{
  right: -315px;
  left: initial;
}


#ind_pro .pro_list {
  width: 1300px;margin-bottom: 35px;
}
.pro_list li {
    width: 285px;
    margin-right: 20px;
    margin-bottom: 40px;
    float: left;
    position: relative;
}

.pro_list li .imgcon {
 height: 213px;
    overflow: hidden;
    border: 1px solid #bbb;
}

.pro_list .imgcon img {
  min-height: 100%;
}

.pro_list li p {
     width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #0081c5;
    text-align: center;
    color: #fff;
    z-index: 5;
    position: relative;
    font-size: 15px;
}
.pro_list li .con{display: none;}
.pro_list li.act p{background: none;}
.pro_list li.act .con{    display: block;
    background-image: url(../images/i03.png);
    background-repeat: no-repeat;
    background-position: center 143px;
    background-color: rgba(0, 129, 197, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding: 60px 70px 0;
    line-height: 36px;}
/*首页关于我们*/

#ind_about {
  height: 600px;
  background-image: url(../images/01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;    background-size: 100% 100%;    overflow: hidden;
}
#ind_about .ind_titbar small::after,
#ind_about .ind_titbar small::before,
#ind_about .ind_titbar small{color: #666;border-color: #666;}
#ind_about .big {
  width: 444px;
  height: 452px;
  float: left;
  margin-right: 60px;
}
#ind_about strong{color: #1575b1;font-size: 30px;line-height: 50px;
    padding-bottom: 20px;display: block;}
#ind_about .con {
  line-height:30px;
  color: #333;
  text-indent: 2em;
}

#ind_about .more {
  display: inline-block;
  float: left;
  clear: both;
  width: 120px;
  height: 34px;
  line-height: 34px;
  color: #0081c5;
  margin-top:35px;
  border: 1px solid #0081c5;
  text-indent:40px;
  background-image: url(../images/i05.png);
  background-repeat: no-repeat;
  background-position:17px center;
}

/*首页案例模块*/

#ind_case {    padding-bottom: 40px;
}

.bg_01 {
  padding: 0 64px;
  width: 100%;
  margin-left: -64px;
  background-image: url(../images/i04.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#caseo {
  width: 100%;
  overflow: hidden;
}

#caseo a {
  width:283px;
  position: relative;
  display: block;
  float: left;
}

#caseo .imgcon {
  width:270px;
  height: 215px;
}

#caseo .imgcon img {
  min-height: 100%;
}

#caseo .con {
  width: 270px;
  height: 40px;
  background:rgb(0, 129, 197);
  background:rgba(0, 129, 197, 0.8);
  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;
    padding: 0 10px;
    text-overflow: ellipsis;
}




/*首页新闻模块*/

#ind_news {overflow: hidden;
}
.index-news-l{ width:500px;float:left; position: relative;height: 400px;position: relative;}
.index-news-l .con{position: absolute;bottom: 0;left: 0;background-color: rgba(0,129,197,0.6);    width: 100%;}
.newleftfont1{color: #fff;
    font-size: 18px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #fff;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;}
.newleftfont2{ font-size: 14px; color: #fff; line-height: 23px;    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 3.5em;
    padding: 5px 10px;
    display: block;
    overflow: hidden;}
.index-news-r{    width: 660px;
    height: auto;
    float: right;}
.index-news-c-r{ width:463px; height:auto; border:1px solid #dedede; padding:15px 0px;}

/* 首页新闻样式 */
.newstop{    width: 100%;
    height: 80px;
    padding-bottom: 25px;}
.newstop-l{     width: 80px;
    height: 100%;
    float: left;
    text-align: center;
    margin-right: 25px;
    background: #f6f6f6;}
.newstop-l p{     color: #666666;
    font-size: 30px;
    line-height: 50px;}
.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: 30px;
    font-weight: bold;
        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: #333;
    line-height: 24px;
    margin-top: 4px;
    display: block;}
/* 友情链接 */
.links {
  color: #999;
  padding:10px 15px;
  min-height: 26px;border: 1px dashed #ddd;margin-bottom: -20px;
}

.links .fl {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}

.links .wrapper {
  left: -7px;
  position: relative;
  color: #333;
}

.links a {
  color: #0070BC;
  padding-right: 17px;
  line-height: 26px;
  position: relative;
  display: inline-block;
  padding-left: 7px;
  float: left;
}

/* 底部样式 */
.footer{width:100%; height:auto;margin-top: 80px;}
.footnav{ width:100%; height:60px; line-height:60px;background-color:#0081c5;margin-bottom: 36px;}
.footnav ul{height: auto;display: flex;flex-flow: row wrap;overflow: hidden;}
.footnav ul li{ float:left; width:140px; height:auto; text-align:center;flex:1;color: #fff;}
.footnav ul li a{ width:100%; height:18px; line-height:18px;color:#fff;font-size:16px;}
.footnav ul li span.line{float: right;}
.footnav ul li:last-child .line{display: none;}
.footnav ul li a:hover{ color:#fff; text-decoration:none; }
/*左边logo，右边版权*/
.footer>.containe{overflow: hidden;text-align: center;    padding-bottom: 15px;}
.f_left{ width:200px; height:auto;display: inline-block;vertical-align: middle;}
.f_right{width:auto; float:right;color:#666; line-height:14px; margin-left:40px;overflow: hidden;box-sizing: border-box;}
.f_right .ewm{width: 120px;height: 116px;display: inline-block;vertical-align: middle;text-align: center;}
.f_right span{display: block;line-height: 3em;}
.footer-content{overflow: hidden;height: auto;
    padding-bottom: 4px;
    color: #999999;
    text-align: left;
    line-height: 27px;
    display: inline-block;
    width: 500px;
    font-size: 13px;
    border-left: 1px solid #cacaca;
    padding-left: 57px;    vertical-align: middle;    margin-left: 30px;}
.footer-content h3{font-size: 16px;color: #333;}    
.footer-content a{color: #999999;padding-right: 5px;padding-left: 3px}
.footer-content .business{
    box-sizing: border-box;
    padding: 7px 14px;
    font-size: 12px;
    margin-top: 17px;
    text-align: left;
    line-height: 21px;}
.footer-content .business a{margin-right:3px }
.copyright{height:29px;
    line-height:28px;font-size: 12px;
    text-align: center;border-top: 1px solid #cacaca;
    color: #444444;}
.copyright a{color:#444444;}
/*产品列表页*/
.infoCon {
  margin-bottom: 80px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  padding:32px 30px;
}
.Lside {
  width: 266px;
  float: left;
  margin-right:30px;
}
.Lside h3{width: 266px;height: 67px;background: url(../images/i055.png) no-repeat 0 0;font-size: 20px;
color: #fff;
line-height: 70px;
text-indent: 30px;font-weight: 600;
}
.iauth li a{height: 49px;line-height: 48px;font-size: 16px;color: #333;border: 1px solid #666;display: block;margin-top: 6px;text-indent: 3em;padding-right: 1em;}
.iauth li a:hover,.iauth li a.act{background-color: #e80c26;color: #fff;border-color: #e80c26;}
.tjnews h2{height: 47px;line-height: 45px;background-color: #0081c5;font-size: 18px;color: #fff;text-indent: 1em;margin-top:20px;}
.tjnews h2 small{font-size: 15px;color: #fff;font-weight: 400;}
.tjnews ul{border: 1px solid #cccccc;padding: 7px 13px 9px 9px;border-top: none;}
.tjnews li a{line-height: 35px;border-bottom: 1px dotted #ccc;font-size: 15px;color: #464646;display: block;padding-left: 18px;
    background: url(../images/tran.png) no-repeat 2px center;}

.wrap {
  overflow: hidden;
}

.breakdiv {
  height: 42px;
  overflow: hidden;
  line-height: 37px;
  background-image: url(../images/09.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f9f8f8;
  padding-left: 6em;
  margin-bottom: 28px;
}

.breakdiv .breaker {
  float: none;
  margin-top: 7px;
}

.breaker {
  color: #555;
  margin-top: 12px;
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 17px;
}

.breaker a {
  color: #555;
  max-width: 12em;
  overflow: hidden;
  display: inline-block;
  margin: 0 8px;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}   
.titbar{line-height: 55px;background: url(../images/06.jpg) no-repeat 0 bottom;margin-bottom:30px;height: 55px;
  border-bottom: 1px solid #a0a0a0;
}
.titbar h2{font-size:22px;color: #333;display: inline-block;    border-bottom: 3px solid #0081c5; height: 54px;} 
.titbar small{font-size: 16px;color: #555;font-weight: 400;font-family: arial;padding-left:7px;}
.titbar .more{float: right;font-size: 14px;
    color: #666;
    font-family: arial;
    margin-top: 6px;
    height: 40px;}
.pro_pre img {
    width: 200px;
    height: 156px;
    margin-right: 20px;
    background-color: #fff;
    padding: 3px;
    border: 1px solid #dedede;
}





/*新闻列表页*/

.newsList02 li {
  overflow: hidden;
  padding: 8px 0 9px 21px;
  border-bottom: 1px dashed #d0d1d1;
  height: 89px;
  background: url(../images/i13.png) no-repeat 2px 21px;
}
.newsList02 li .title {
  position: relative;
}
.newsList02 h2 {
  color: #000;
  font-size: 15px;
  padding-right: 5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 26px;
  line-height: 30px;
}
.newsList02 span{height: 30px;
    color: #888;
    line-height: 32px;
    float: right;
}
.newsList02 p {
  height: 47px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  margin-top: 6px;
  margin-top: 9px;
  display: block;
}
/*在线留言页面*/
#inform{width:600px;margin: 20px auto;}
.zxlyinp {
  width: 400px;
  margin: 8px 0 11px;
  height: 32px;
  border: 1px solid #bbb;    display: block;    padding: 0 8px;
    box-sizing: border-box;
}
.zxlyyzm {
  width:100px;
  height:30px;    margin-right: 12px;
  border: 1px solid #bbb;
}
.indexcode{vertical-align: middle;}
.zxlysub {
  width: 120px;
  height: 34px;
  background-color: #0081c5;
  color: #fff;
  border: 0px;
  margin: 30px auto;
  font-size: 15px;
  display: block;
}
.zxlysub:hover{background-color: #00458e;color: #fff;}
#inform  label{display: block;
    float: left;
    clear: both;
    width: 100px;
    text-align: right;
    padding-right: 13px;
    line-height: 32px;}
.wrap>.pro_list{width: 103%;}
.wrap>.pro_list li{width: 268px;margin-right: 20px;margin-bottom: 20px;}
.wrap>.pro_list li .imgcon{height: 201px;}
.wrap .article{min-height:300px;}
.articleCon p {
  text-indent: 2em;
  line-height: 2em;
  /*padding: 10px;*/
}

.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;} 
.sub_info {
  text-align: center !important;
  padding: 4px 0 5px;
  line-height: 19px !important;
  margin-bottom: 7px !important;
  color: #434343;
}

.sub_info.line {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
}

.sub_info span {
  margin-right: 6px;
}

#icon1 {
  display: inline-block;
  vertical-align: middle;
}
.articleCon{line-height: 2em;color: #666;}
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: 26px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 6px;
  padding-top: 15px;
  font-size: 12px;
  padding-bottom: 25px;
}

.page a {
  color: #005a98;
}

.page a:hover {
  color: #0172bd;
}

.page span {
  color: #005a98;
}

.titbar.t3 {
  text-align: left;
  height:50px;
  margin-bottom: 25px;
  margin-top: 15px;
  clear: both;
}

.titbar.t3 h3 {
  color: #333;
  padding-right:30px;
  border-bottom: 3px solid #0081c5;
  display: inline-block;
  line-height:45px;
}

.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: 0;
}
/*产品详情页*/
.proTop{overflow: hidden;padding: 30px 20px 0;}
.proTop .imgcon{width: 378px;height: 355px;/*border: 1px solid #bbbbbb;*/float: left;margin-right: 35px;}
.prodetls{text-align:left;overflow: hidden;}
.prodetls .titleA{font-size: 18px;color: #333;border-bottom: 1px dashed #bbb;text-align: left;line-height: 23px;font-weight: bold;padding-top: 10px;margin-bottom: 15px;}
.prodetls .con{display: flex;flex-wrap:nowrap;line-height: 27px;color: #464646;max-height:165px;
overflow: hidden;}
.prodetls .con span{white-space: nowrap;}


 #casenav{text-align: center; margin-bottom: 35px; }
#casenav  a {display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #111;
    height: 45px;
    line-height:44px;
    margin: 0 6px 15px;
    background: #fff;padding: 0 15px;
    box-sizing: border-box;border: 1px solid #bbb;
}
#casenav a:hover,#casenav a.act{background-color: #0081c5;color: #fff;border-color:#0081c5;}

#casenav ul{text-align: center;}
#casenav li{display: inline-block;}