html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;color:#666;}
a:link{color:#666;}
a:hover,a:active,a:focus{color:#e87518;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}


.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}


/*公用样式*/
.wt{width:1920px;position: relative;left:50%;margin-left:-960px;}
.wt_t{width:1200px;margin:0 auto;}
.wt{width:1920px;position:relative;left:50%;margin-left:-960px;}
.wt_k{width:1200px;margin:0 auto;}


.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}






/* 导航样式 */
.x-menu {
  width: 58.75%;
  float: left;
}

.x-menu > li {
  float: left;
  position: relative;
  margin: 0 .15vw;
}

.x-menu > li > a {
  display: block;
  padding: 0 .8vw;
  font-size: 14px;
  color: #000000;
  line-height: 2.4;
}

.x-menu > li > a:hover {
  background: #292e39;
  color: #fff;
}

.x-menu > li.active > a {
  background: #292e39;
  color: #fff;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #014a99;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}






/*首页banner*/
.banner{width:1920px;position:relative;height:500px;left:50%;margin-left:-960px;z-index:999;}
.banner ul.bb{position:relative;padding:0px;margin:0px;z-index:5;}
.banner ul.bb li{position:absolute;display:none;}
.banner .num{position:absolute;bottom:50px;z-index:100;text-align:center;width:100%;}
.banner .num li{width:52px;height:5px;display:inline-block;margin-right:10px;background:#fff;line-height:5px;
    text-indent:-100px;overflow:hidden;}
.banner .num li.num_hover{background-color:#014a99;;}
.banner .num li.num_hover a{color:#fff;}
.banner .num li a{float:left;display:block;text-align:center;color:#666;text-decoration:none;cursor:pointer;width:52px;height:5px;line-height:5px;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



.wh{width: 1200px;margin:0 auto;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}






.wt{width:1920px;position:relative;left:50%;margin-left:-960px;}
.wt_k{width:1200px;margin:0 auto;}




/*头部样式*/
.tou{height:108px}
.logo{float:left;line-height:108px}


#header{width:1000px;margin:0 auto;}


.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:5px;}
.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}



/*热门搜索*/
.hot{background:url(../images/hot.png) no-repeat left bottom;height:80px;margin-top:-20px;z-index:99999}



/*搜索和热门搜索*/
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#000000;font-size:15px;margin-top:30px;margin-left:90px}
.hotSearch a{margin-right:6px;color:#000000;font-size:15px}

#formsearch{width:300px;float:right;background:url(../images/sou.png) no-repeat left bottom;height:32px;margin-top:35px}
#formsearch input{height:32px;background:none;border:none;line-height:32px;width:240px;outline: none;}
#formsearch input#keyword{height:32px;line-height:32px;padding-left:4px;color:#666;}
#formsearch input#s_btn{width:46px;height:32px;line-height:32px;text-align:center;background-color:none;color:#fff;border:none;cursor:pointer;}







/*导航栏样式*/

#menux{width:880px;float:right;margin-top:35px;position:relative;z-index: 99999}
.navx{height:45px;}
.navx li{line-height:45px;height:45px;text-align:center;width:110px;float:left;position:relative;z-index:999;}
.navx li a{display:block;line-height:45px;color:#5f5f5f;height:45px;font-size:15px;padding: 0;}
.navx li a:hover{color:#5f5f5f;text-decoration:none;background:url(../images/bv.png) no-repeat center bottom}

.navx .sec{height:0;color:#5f5f5f;background:#9bb6d4;overflow:hidden;z-index:9999;position:absolute;top:45px;left:0px;}
.navx .sec a{color:#5f5f5f;height:38px;line-height:38px;width:110px;font-size:12px}
.navx .sec a:hover{text-decoration:none;background:url(../images/tm.png);color:#014a99}






/*产品中心*/
.cptt{text-align:center;color:#3f3f3f;font-size:28px;font-weight:500;text-transform:uppercase;background:url(../images/th.png) no-repeat center;margin-top:35px}
.cptt span{font-weight:200}
.en{color:#3f3f3f;font-size:12px;text-align: center;font-weight:normal}

.pt{background:url(../images/pt.png) no-repeat center top;height:1228px;margin-top:30px}
.sortx li .imgx{float:right;width:600px;padding:10px;border:1px solid #a0a0a0;}
.sortx li .imgx a.img img{width:578px;height:284px;overflow:hidden;}
.sortx li .imgx a.img{display:block;width:578px;height:284px;overflow:hidden;}
.sortx li .dac{float:left;margin-top:45px;width:555px;}

.sortx li .dac .a{color:#4a4b4b;font-size:26px;font-weight:bold;background:url(../images/h.png) no-repeat center left;padding-left:30px;line-height:24px;width:510px;display:block;}
.sortx li .dac .a span{display:block;color:#272727;font-size:10px!important;font-weight:normal;text-transform:uppercase;line-height:24px;}

.sortx li .dac dt{display:block;margin-top:30px;color:#424242;font-size:14px;line-height:25px;margin-left:30px;height:51px;overflow: hidden;font-weight: normal;}
.sortx li .dac dt h3{font-size: 18px;color: #014a99;}

.mm1{display:block;width:107px;height:35px;line-height:35px;margin-left:30px;color:#fff;font-size:15px;text-align:center;background:#014a99;margin-top:45px}
.mm1 a{color:#fff;font-size:15px;text-align:center}
.mm1:hover{background:#ff5019}

.sortx li:nth-child(2n) .imgx{float:left}
.sortx li:nth-child(2n) .dac{float:right;margin-left:45px}




/*关于我们*/
.ab{background:url(../images/ab.png) no-repeat center top;height:475px;margin-top:30px}

.kk2{width:521px;height:473px;border:1px solid #f1f1f1;float:left}
.abimg{width:498px;height:288px;overflow:hidden;margin:0 auto;margin-top:14px}

.contentx{width:498px;margin:0 auto;margin-top:14px}
.product_listz li{float:left;margin-left:15px;padding-bottom:15px;_display:inline;}
.product_listz li a.img{}
.product_listz li a.img img{width:243px;height:140px;}
.product_listz li a.img{display:block;}

.kk3{width:630px;float:right;margin-top:5px}
.kon{color:#3f3f3f;font-size:14px;line-height:27px;height:374px;overflow: hidden;}

.mm2{display:block;width:165px;height:50px;line-height:50px;color:#fff;font-size:15px;text-align:center;background:#014a99;margin-top:45px}
.mm2 a{color:#fff;font-size:15px;text-align:center}
.mm2:hover{background:#ff5019}



/*优势*/
.ys{background:url(../images/ys.png) no-repeat center top;height:909px;}
.sortx2 li .imgx2{float:right;width:600px}
.sortx2 li .imgx2 a img{border:1px solid #a0a0a0;display:block;width:600px;height:303px;overflow: hidden;}
.sortx2 li .dac2{float:left;margin-top:45px;width:555px;}

.sortx2 li .dac2 .a{color:#ffffff;font-size:30px;font-weight:400;text-align:center;display:block;}
.sortx2 li .dac2 .a span{display:block;color:#ffffff;font-size:24px!important;font-weight:normal;text-transform:uppercase;line-height:45px;text-align:center;
background:url(../images/dh.png) no-repeat center bottom;}

.sortx2 li .dac2 dt{width:520px;margin:0 auto;display:block;margin-top:30px;color:#ffffff;font-size:14px;line-height:25px;height:51px;overflow: hidden;text-align:center;}

.sortx2 li:nth-child(2n) .imgx2{float:left}
.sortx2 li:nth-child(2n) .dac2{float:right;margin-left:45px}


.mm3{display:block;width:83px;height:27px;line-height:27px;color:#fff;font-size:15px;text-align:center;background:#014a99;margin:0 auto;margin-top:25px;border:1px solid #fff;border-radius:15px}
.mm3 a{color:#fff;font-size:15px;text-align:center}
.mm3:hover{background:#ff5019}



.catt{background:url(../images/h2.png) no-repeat center left;color:#014a99;font-size:20px;text-transform:uppercase;font-weight:normal;padding-left:30px;position:relative;margin-top:25px}
.catt a{position:absolute;width:135px;height:40px;color:#fff;text-align:center;left:200px;line-height:40px;background:#ff5019;border-radius:10px;font-size:16px}



/*工程案例*/
.honor{float:left;width:380px;height:482px;border:1px solid #959595;margin-top:25px;}
.honor_m{position:relative;width:352px;height:457px;margin:0 auto;margin-top:14px}
.l_btns,.r_btns{position:absolute;cursor:pointer;bottom:0%;z-index:99999;width:27px;height:27px;z-index:99999}
.l_btns{right:27px;background:url(../images/le1.png) no-repeat center top;}
.r_btns{right:0px;background:url(../images/re1.png) no-repeat center top}

.l_btns:hover{background:url(../images/le2.png) no-repeat center top;}
.r_btns:hover{right:0px;background:url(../images/re2.png) no-repeat center top}



#focus {width:352px; height:457px; overflow:hidden; position:relative;margin:0 auto;}
#focus ul {height:243px; position:absolute;}
#focus ul li {width:352px; height:457px; overflow:hidden; position:relative;float:left;}
#focus ul li a img{height:457px;width:352px;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:352px; height:20px; left:0; bottom:0;}
#focus .btn {position:absolute; width:352px; height:10px; padding:5px 10px; right:0; bottom:0; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
#focus .btn span.on {background:#fff;}



.kk4{width:802px;float:right;margin-top:25px;}
.product_list3 li{float:left;margin-right:18px;margin-bottom:14px;_display:inline;position:relative;width:392px;height:235px;}
.product_list3 li a.img{border:1px solid #959595}
.product_list3 li a.img img{width:390px;height:233px;}
.product_list3 li a.img{display:block;}
.product_list3 li h3{color:#fff;text-align:center;line-height:290px;position:absolute;width:100%;height:100%;background:url(../images/hh.png) no-repeat center top;top:0px;left:0px;font-size:15px;font-weight:normal;display:none}
.product_list3 li h3 a{color:#fff;font-weight:normal;display:block;}
.product_list3 li:nth-child(2n){float:right;margin-right:0px}
.product_list3 li:hover h3{display:block}




.wen2{width:445px;float:left;border-right:1px solid #eaeaea}
.xett{position:relative;height:45px;border-bottom:1px solid #e8e8e8;width:408px}

.wt1{color:#014a99;font-size:16px;font-weight:normal;line-height:16px;text-transform:uppercase;float:left;}
.wt2{color:#014a9a;font-size:30px;font-weight:normal;line-height:30px;float:left;width:70px;float:left;}

.mm4{display:block;width:50px;height:17px;line-height:17px;color:#fff;font-size:10px!important;text-align:center;background:#014a99;margin:0 auto;position:absolute;right:0px;top:10px}
.mm4 a{color:#fff;font-size:10px;text-align:center}
.mm4:hover{background:#ff5019}



.cjwt{width:408px;float:left;margin-top:30px;overflow:hidden;}

#kehu{overflow:hidden;height:340px;margin:0 auto;position:relative;}
#jian {height:100%;}
#zheng {}
#xtop{}


.news_listt{}
.news_listt li{margin-bottom:10px;height:80px;}
.news_listt li a{line-height:35px;height:35px;color:#014a99;display:block;background: url(../images/wen.png) no-repeat 0 50%;padding-left:30px;}
.news_listt li a:hover{text-decoration:none;color:#e87518;}
.news_listt li span{color:#535353;z-index:0;line-height:25px;display:block;background: url(../images/da.png) no-repeat 0 6px;padding-left:30px;}
.news_listt li span a.more{display:inline;color:#0095b5;background: none;padding-left:0;font-weight: 400;}




.wen3{width:710px;float:right}
.xett2{position:relative;height:45px;border-bottom:1px solid #e8e8e8;width:710px}

.wt1{color:#014a99;font-size:16px;font-weight:normal;line-height:16px;text-transform:uppercase;float:left;}
.wt2{color:#014a9a;font-size:30px;font-weight:normal;line-height:30px;float:left;width:70px;float:left;}




.news_list3{margin-top:30px;}
.news_list3 li{width:710px;overflow: hidden;height:120px;margin:0 auto;margin-bottom: 30px}
.newtp{float:left;width:216px;}
.newtp a.img img{width:216px;height:129px;}

.mn {color:#252525!important;font-size:12px!important;display:block;margin-top:10px}
.mn a{color:#252525!important;font-size:12px!important;font-size:12px}
.mn a:hover{color:#014a99}
.news_nr{width:475px;float:right;}
.news_nr a{color:#014a99;font-size:14px;}
.news_nr p{color:#535353;font-size:14px;line-height:24px;display:block;margin-top:5px;}


/*新闻列表*/
.news_listz li{line-height:45px;position:relative;}
.news_listz li a{line-height:45px;color:#414141;}
.news_listz li a:hover{text-decoration:none;color:#014a99;}
.news_listz li span{color:#959595;z-index:0;line-height:45px;position:absolute;right:0px;top:0px;}

/*友情链接*/
.f_link{width:1200px;margin:0 auto;margin-top:15px;line-height:30px;}

/*页面底部*/

#menu1{
	background: #014a99;
}


.foot_wap {
    padding-top: 30px;

    background:url(../images/dff.png) no-repeat center top #f0f0f0;padding-bottom:10px
}


.foot_wap .f_aa {
  width: 360px;
	float: left;
	line-height: 20px;margin-top:30px

}



.f_cc {  float: right;}











.f_bb{
	width: 470px;
    float: left;
	margin-left: 105px;
	margin-top:10px;
}
.f_bb h2{
	font-size:14px;
	color:#161616;
	line-height: 35px;
	letter-spacing: 0px;
	font-weight: normal;
}


.f_bb h2 img{margin-right: 10px;}



.nav1{
	height: 51px;
	background: #014a99;
	margin:0 auto;
	width:1200px;
}

.nav1 li{line-height:51px;height:51px;text-align:center;width:150px;float:left;position:relative;z-index:999;}
.nav1 li a{display:block;line-height:51px;color:#ffffff;height:51px;font:400 16px/51px "Microsoft Yahei";}
.nav1 li a:hover{color:#dddddd;}



.ban{color:#242424;font-size:12px;text-align:center;line-height:27px}
.ban a{color:#242424;font-size:12px;text-align:center;line-height:27px}




/*内页左侧样式*/


.container{width: 1200px!important;margin: 0 auto;padding: 0;}
