@CHARSET "UTF-8";

/*头部样式*/
#header{
    width:1300px;
    margin:0 auto;
}
.top{
    height: 147px;
}
.logo{
    float:left;
    padding-top:24px;
}

.topLink{float: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:45px;color: #333333;}
.topLink .k1 a{color: #333333}
.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}
.top_contact{
    background: url(../images/tel.png) no-repeat left;
    padding-left:70px;
    color: #000000;
    float: right;
}


/*热门搜索*/
.search{
    width:1300px;
    margin: 10px auto;
}
.search .zh{
    display: block;
    float: left;
    padding-left: 90px;
    padding-right: 5px;
    padding-top: 3px;
}
.search .en{
    display: block;
    float: left;
    padding-right: 5px;
    padding-top: 3px;
}

#formsearch{width:200px;float:right;background: url(../images/ss.png) no-repeat;}
.hotSearch{
    width:400px;float:left;height:24px;line-height:24px;font-weight:normal;
}


/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:10px;}
#container1{width:1000px;margin:0 auto;margin-top:10px;}
/*产品推荐*/
.recommend_product{
    margin-top:10px;
    width:1000px;
    margin: auto;
    margin-bottom: 35px;
}
.recommend_product .title{
    line-height:31px;
    font-family:"微软雅黑";
    background:url(../images/nav1.png) no-repeat center 15px;
    font-size:18px;
    color:#787878;
    text-align: center;
    margin-top: 35px;
}
.recommend_product .title h3{
    color:#017ccb;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 5px;
}
.recommend_product .content{
    padding-top:35px;
    padding-bottom:14px;
}
.tro{
    text-align: center;
    background: url(../images/bj2.png) no-repeat;
    width: 235px;
    height: 217px;
    position: absolute;
    top:0px;
    display: none;
}
.product_list1 li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    _display: inline;
    position: relative;
}
.product_list1 li:hover .tro{
    display: block;
}
.product_list1 li img{
    width: 235px;
    height: 217px;
}
.product_list1 li h3{
    font-weight: normal;
    padding-top: 90px;

}
.product_list1 li h3 a{
    color: #fff;
    font-size: 14px;
}
.roll_product li{padding-bottom:0px;}

.tu1{
    width: 1920px;
    position: relative;
    left:50%;
    margin-left: -960px;
}


.menu_cate1{
    background: #eee;
}
.menu_cate{
    width:1000px;
    margin: 0 auto;
    padding-bottom: 55px;
}
.menu_cate .title{
    font-size: 14px;
    color: #838282;
    text-align: center;
    padding: 30px 0px;
}
.menu_cate .title h3{
    color: #017ccb;
    font-size: 30px;
}
.cate_title{
    width: 205px;
    float: left;

}
.cate_title h3{
    font-family:"微软雅黑";
    font-size:20px;
    color:#fff;
    font-weight: normal;
    text-align: center;
  height: 52px;
    background: #017ccb;
    padding-top: 25px;
    line-height: 22px;
}
.cate_title p{
     font-size:14px;
     color: #fff;
     text-transform: uppercase;
}


.trust{background: #017ccb;text-align:center;padding-top: 15px;color:#fff;padding-bottom: 15px;}
.trust h3{font-size:22px;line-height:26px;margin-bottom: 8px;background:none;padding-top: 0;}
.trust h3 span{display:block;font:400 12px "微软雅黑";text-transform:uppercase;}
.trust img{margin-bottom:10px;}







.sortt{
    border: 1px solid #017ccb;
    height: 178px;
    background: #fff;
}
.sortt li{
    margin-top: 8px;
}
.sortt li a{
    display: block;
    background: url(../images/bj3.png) no-repeat center;
    line-height: 34px;
    width: 179px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin: auto;
    padding-left: 10px;
}
.sortt li a:hover{
    background: url(../images/bj4.png) no-repeat center;
}
.cate_content{
    width: 770px;
    float: right;
}
.product_list2 li{
    float: left;
    background: #fff;
    margin-left:11px;
    margin-bottom: 20px;
}
.product_list2 li a.img{
    width: 180px;
    height: 166px;
    overflow: hidden;
    display: block;
}
.product_list2 li a.img img{
    width: 180px;
    height: 166px;
    -webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
}
.product_list2 li a.img img:hover{
    -webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;
}
.product_list2 li h3{
    font-weight: normal;
}
.product_list2 li h3 a{
    color: #000;
    line-height: 34px;
    text-align: center;
    display: block;
    font-size:13px;
}
.product_list2 li:hover h3 a{
    background: #017ccb;
    color: #fff;
}


/*修改*/
.product-bg{
    background: #eeeeee;
    padding-top: 10px;
    padding-bottom: 30px;
}
.product-con{
    width: 1300px;
    margin: 0 auto;
}
.p-list1{
    margin: 0 -7px;
    margin-top: 10px;
}
.p-list1 li{
    float: left;
    margin: 0 5px;
    margin-bottom:10px;
}

.p-list1 li img{
    width: 428px;
    height: 327px;
}

.p-list1 li h3{
    background: #fff;
    height: 40px;
}

.p-list1 li h3 a{
    display: block;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    font-weight: normal
}


.about{
    width:1300px;
    margin: 0 auto;
}
.about_title{
    font-size: 14px;
    color: #838282;
    text-align: center;
    padding: 45px 0px 20px 0px;
}
.about_title h3{
    color: #017ccb;
    font-size: 30px;
    background: url(../images/tt1.png) no-repeat 0 50%;
}
.about .content{
    width:740px;
    float: right;
}
.about .content p{
    color:#333333;
    line-height: 25px;
}

.content2{
    padding-top: 20px;
}
.about_img{
    float: left;
    width: 523px;
}
.about_img img{
    width: 523px;
    height:312px;
}


.sl{
    width:1300px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 25px;
}
.sl .sl_title{
    text-align: center;
    background: url(../images/tt1.png) no-repeat center;
    color: #017ccb;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-bottom: 10px;
}
.sl_title span{
    color: #000;
}

.product_list3 li{
    float: left;
    margin-left:11px;
}
.product_list3 li img{
    width: 235px;
    height: 217px;
}
.product_list3 li h3{
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
.product_list3 li h3 a{
    color: #000;
    font-size: 14px;
}
/*成功案例*/
.casess{
    background:#f4f4f4;
    
}
.cases{
    width:1300px;
    margin: 0 auto;
}
.cases_title{
    font-size: 14px;
    color: #838282;
    text-align: center;
    padding-top:30px;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.cases_title h3{
    font-size: 30px;
    color: #1586cf;
    padding-bottom: 5px;
}
.casemore{
    border-bottom:2px solid #d8d8d8;
    padding-bottom:10px;
}
.casemore a{
    text-align: right;
    display: block;
}



.tro1{
    text-align: center;
    background: url(../images/bj6.png) no-repeat;
    width: 229px;
    height: 211px;
    position: absolute;
    top:3px;
    display: none;
}
.product_list4 li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    _display: inline;
    position: relative;
    padding:3px;
    border-radius: 3px;
}
.product_list4 li:hover .tro1{
    display: block;
}
.product_list4 li a.img{
    width: 319px;
    height: 294px;
    overflow: hidden;
    display: block;
}
.product_list4 li a.img img{
    width: 319px;
    height: 294px;
    -webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
}
.product_list4 li a.img img:hover{
    -webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;
}


.product_list4 li h3{
    font-weight: normal;

}
.product_list4 li h3 a{
    color: #333333;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 55px;
}
.product_list4 li span{
    color: #fff;
    line-height: 20px;
    text-align: center;
}
/*优势*/
.ys{
    width: 1000px;
    margin: 0 auto;
}
.ys_title{
    font-size: 14px;
    color: #9c9c9c;
    text-align: center;
    padding-top:35px;
}
.ys_title h3{
    color: #017ccb;
    font-size: 30px;
}
.ys_content{
    margin:0px 25px;
    padding-top: 20px;
}
.ys_content .ys1{
    width: 218px;
    height:488px;
    background: url(../images/ys1.png) no-repeat;
    float: left;
}
.ys_content .ys1:hover{
    background: url(../images/ys11.png) no-repeat;
}
.ys_content .ys2{
    width: 218px;
    height:488px;
    background: url(../images/ys2.png) no-repeat;
    float: left;
    margin: 0px 25px;
}
.ys_content .ys2:hover{
    background: url(../images/ys22.png) no-repeat;
}
.ys_content .ys3{
    width: 218px;
    height:488px;
    background: url(../images/ys3.png) no-repeat;
    float: left;
    margin-right:25px;
}
.ys_content .ys3:hover{
    background: url(../images/ys33.png) no-repeat;
}
.ys_content .ys4{
    width: 218px;
    height:488px;
    background: url(../images/ys4.png) no-repeat;
    float: left;
}
.ys_content .ys4:hover{
    background: url(../images/ys44.png) no-repeat;
}

.ys img{
    width: 100%;
}

/*新闻资讯*/
.newss1{
    background: #efefef;
    padding-top: 30px;

}
.newss{
    width:1300px;
    margin:0 auto;

}
.news_titles{
    padding-bottom: 15px;
}
.news_titles h3{
    float: left;
    font-size: 24px;
    color: #017ccb;
}
.news_titles .tab{


}
.news_titles .tab li{
    float: left;
}
.news_titles .tab li a{
    display: block;
    float: left;
    font-size: 18px;
    color: #000;
    width: 100px;
    line-height: 30px;
    text-align: center;
    margin-left:70px;
    margin-top: 5px;
}
.news_titles .tab li a:hover{
    color: #fff;
    width: 100px;
    line-height: 30px;
    background: #24a502;
}
.news_listt{
    float: left;
    width: 574px
}
.news_listt img{
    width: 574px;
    height: 276px;
}
.zxxw_b{
    padding-top: 5px;
}
.zxxw_b a{
    display: block;
    line-height: 30px;
    color: #131313;
    font-size:14px;
}
.zxxw_b a span{
    display: block;
    float: right;
    font-size:12px;
    line-height: 30px;

}
.zxxw_b span{
    line-height: 20px;
    color: #2d2d2d
}
.zxxw_b span a{
    display: block;
    float: right;
    line-height: 20px;
    color: #24a502;
    font-size: 12px;

}
.news_listt1{
    float: right;
    width: 656px;

}
.news_listt1 .news_list1{
    margin-bottom: 22px;
 }
.news_listt1 .news_list1:hover{
    background: #017ccb;
}
.news_listt1 .news_list1:hover dd{
    color: #fff;
    border: 1px solid #017ccb;
}
.news_listt1 .news_list1:hover dt span{
    color: #fff;
}
.news_listt1 .news_list1:hover dt span a{
    color: #fff;
}
.news_listt1 .news_list1:hover dt a{
    color: #fff;
}
.news_list1 dd{
        width: 95px;
    border: 1px solid #cfcfcf;
    text-align: center;
    font: 400 30px "arial";
    color: #2d2d2d;
    float: left;
    height: 61px;
    padding-top: 14px;

}
.news_list1 dd span {
    display: block;
    font: 400 14px "arial";
}
.news_list1 dt{
    width: 385px;
    float: left;
    border-left: none;
    padding-left: 14px;
    padding-right: 4px;
}
.news_list1 dt a{
        color: rgb(51, 51, 51);
    font: 400 14px/36px 微软雅黑;
}
.news_list1 dt span {
    display: block;
    color: rgb(89, 87, 87);
    font: 400 12px/17px 微软雅黑;
}
.news_list1 dt span a {
    color: rgb(51, 51, 51);
    display: inline;
    font: 400 12px/24px 微软雅黑;
    float: right;
}


.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

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

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}




.container{width:1000px;margin:0 auto;}



/*友情链接*/
.f_link{
    width:1300px;
    margin:0 auto;
    margin-top:15px;
    line-height:30px;
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
}
.f_link a{
    color:#000;
    font-size: 12px;
    margin:0px 3px;
}



.foot-bg{
    background: #017ccb;
}
/*页面底部*/
#footer{
    width:1300px;
    margin:0 auto;
    padding:22px 0;
}
.logo1{
    width:460px;
}
.xian{
    background: url(../images/xian.png) no-repeat top center;
    width:1px;
    height: 123px;
    margin-right: 50px;
} 


.nav1 {
    width: 157px;
}
.nav1 h2{
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: normal;
}
.sec1 a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.cop{
    text-align: center;
    line-height: 31px;
    padding: 10px 0;
}

.foot-right{
   
}

.main2 a{color:#fff;}
.main2 a:hover{color:#e87518;text-decoration:none;}
.main2{
    width:1000px;
    margin:0 auto;
    text-align:center;
    padding-top:8px;
    padding-bottom: 15px;
    background: url(../images/line3.png) no-repeat center bottom;
}
.nav1{
    float: left;
}
.foot{
    text-align: left;
    color: #fff;
    float: left;
    margin-left:40px;
}
.foot p{
    line-height: 30px;
    font-size: 14px;
}
.nav1 li{
    float: left;
    width: 75px;
    margin: 0px 50px 0px 20px;
    text-align: left;
}
.nav1 li a{
    font-size: 14px;
    display: block;
    line-height: 30px;
}
.sb1 a{
    display: block;
}
.code1{
    float: right;
    width:97px ;
    color: #fff;
    margin-right:30px;
    margin-top: 8px;
}

.nav_foot{
    text-align:center;
    color:#fff;
    background: #0262b8;
    height: 46px;
}
.nav_foot1{
    width:1300px;
    margin: 0 auto;
}
.nav_foot a{
    color:#fff;
    line-height:46px;
    font-size: 16px;
    padding:0 48px;
}
.copyright{
    line-height:24px;
}

.tj{
    text-align:center;
    color:#fff;
}
.tj a{
    color: #fff;
}
.sb1{
    height: 96px;
    overflow: hidden;
}

/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{
    width:100%;
    height: auto;
}
.n_banner img{
    width:100%;
    margin:0 auto;
    height: auto;
}
.left{width:300px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:850px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}



/*我们的优势*/
.js_goods {
	background: #fff;
	padding: 40px 0;
}
.js_goods .tt {
	text-align: center;
	margin-bottom:30px;
}
.js_goods .tt h3{
	font-size:30px;
	color: #017ccb;
	font-weight: bold;
    background: url(../images/tt1.png) no-repeat 0 50%;
}
.js_goods .tt p {
	font-size:14px;
	color: #838282;
	line-height:22px;
}
.js_goods .items {
	margin: 0 -30px;
}
.js_goods .items li{
	width: 280px;
	float: left;
	margin:0 30px;
	position: relative;
	padding-top:22px;
	overflow: hidden;
}
.js_goods .items li:nth-child(1) .icon {
	display: block;
	width: 84px;
	height:84px;
	border-radius: 2px;
	text-align: center;
	background: url(../images/t1.png) no-repeat center;
	margin: 0 auto;
	margin-bottom: 15px;
}

.js_goods .items li:nth-child(2) .icon {
	display: block;
	width: 84px;
	height:84px;
	border-radius: 2px;

    text-align: center;
    background: url(../images/t2.png) no-repeat center;
    	margin: 0 auto;
	margin-bottom: 15px;
}

.js_goods .items li:nth-child(3) .icon {
	display: block;
	width: 84px;
	height:84px;
	border-radius: 2px;

    text-align: center;
    background: url(../images/t3.png) no-repeat center;
    	margin: 0 auto;
	margin-bottom: 15px;
}
.js_goods .items li:nth-child(4) .icon{
    display: block;
	width: 84px;
	height:84px;
	border-radius: 2px;
	
    text-align: center;
    background: url(../images/t4.png) no-repeat center;
    	margin: 0 auto;
	margin-bottom: 15px;
}

.js_goods .items li .icon img {
	max-width: 100%;
	max-height:100%;
	display: inline-block;
	vertical-align: middle;
}
.js_goods .items li .icon:after {
	content: '';
	display: inline-block;
	height:100%;
	vertical-align: middle;
}
.js_goods .items li .tttt {
	text-align: center;
	font-size:17px;
	color: #017ccb;
	font-weight: bold;
	margin-bottom:25px;
}
.js_goods .items li .img {
	display: block;
	width: 270px;
	height: 315px;
	border:5px solid #e9e7ea;
}
.js_goods .items li .img img {
	width: 270px;
	height: 315px;
}
.js_goods .items li .h_box {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:99;
	transition: all .5s ease;
	opacity:0;
}
.js_goods .items li:hover .h_box {
	opacity:1;
}

.js_goods .items li .h_box .icon_h {
	height:149px;
	display: block;
	background:#017ccb;
	padding-top:22px;
}
.js_goods .items li:nth-child(1) .h_box .icon_h .icon{
	background: url(../images/t1h.png) no-repeat center;
}
.js_goods .items li:nth-child(2) .h_box .icon_h .icon{
	background: url(../images/t2h.png) no-repeat center;
}
.js_goods .items li:nth-child(3) .h_box .icon_h .icon{
	background: url(../images/t3h.png) no-repeat center;
}
.js_goods .items li:nth-child(4) .h_box .icon_h .icon{
	background: url(../images/t4h.png) no-repeat center;
}



.js_goods .items li .h_box .wz {
    color:#fff;
	height:204px;
	background: rgba(1,124,203,.53);
	padding: 120px 30px 0 30px;
}

.js_goods .items li .h_box .wz h4{
	font-size:18px;
	color: #ffffff;
	border-bottom: 1px solid #fff;
	margin-bottom:10px;
    padding-bottom:5px;
    text-align: center;
    font-weight:normal;
}

.js_goods .items li .h_box .wz p{
	font-size:13px;
	color: #fff;
    line-height:22px;
    text-align: justify;
}


