@CHARSET "UTF-8";

/*头部样式*/
.w1920{
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	position: relative;
}
#header{background: url(../images/hbg.jpg) center top repeat-x;height: 145px;}
.toper{
	width: 1200px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}
.wel{
	float: left;

}
.k1{
	float: right;
	text-transform: uppercase;
}
.k1 a{
	padding: 0 5px;
}
.top{width: 1200px;margin: 0 auto;padding: 35px 0 25px 0;}
.logo{float:left;}
.k2{
	font-size: 30px;
	color: #2ebbc0;
	line-height: 60px;
}

.topLink{width:400px;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;}

/*热门搜索*/
.sousuo{
	background: #E5E5E5;
	height: 24px;
	padding: 8px 0;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	position: relative;
}
.search{text-align:left;height:24px;width: 1200px;margin: 0 auto;}

.hotSearch{width:400px;float:left;height:24px;line-height:24px;font-weight:normal;}
.hotSearch a{margin-right:6px;}

#formsearch{width:186px;float:right;background: url(../images/ssbg.png) 0 0 no-repeat;}
#formsearch input{height:22px;background:none;border:none;line-height:22px;outline: none;}
#formsearch input#keyword{height:22px;line-height:22px;padding-left:10px;color:#666;width: 136px;}
#formsearch input#s_btn{width:34px;height:24px;line-height:24px;text-align:center;color:#fff;border:none;cursor:pointer;}

.tit{
	background: url(../images/titbg.png) center top no-repeat;
	height: 58px;
	line-height: 58px;
	font-size: 30px;
	text-align: center;
	color: #2ebbc0;
	margin-top: 70px;
}
.weiquan{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 132px;
}
.weiquan .bd .tempWrap{
   width:1200px !important;
   margin:0 auto;
   overflow: hidden;
}
.weiquan ul li{
	float: left;
	width: 374px;
	height: 350px;
	position: relative;
	margin-right: 38px;
}
.weiquan ul li:last-child{
	margin-right: 0 !important;
}
.weiquan ul li a.img{
	width: 372px;
	height: 310px;
	border: 1px solid #D3D3D3;
	overflow: hidden;
	display: block;
}
.weiquan ul li a.img img{
	width: 372px;
	height: 310px;
}
.weiquan ul li a.img img{
    -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;
    cursor: pointer;
}
.weiquan ul 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;
}
.weiquan ul li h3{
	width: 260px;
	height: 46px;
	position: absolute;
	left: 57px;
	bottom: 15px;
	z-index: 9999;
	background: #2EBBC0;
	text-align: center;
	line-height: 46px;
}
.weiquan ul li h3 a{
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

.heng{
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	position: relative;
	text-align: center;
}

.liyou{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: relative;
	margin-top: 110px;
}
.lyleft{
	padding-left: 35px;
	width: 500px;
	float: left;
}
.lyleft ul li{
	margin-bottom: 45px;
}
.lyleft ul li a.img{
	display: block;
	float: left;
	width: 94px;
	height: 80px;
	transition:all 0.8s;transform:scale(1,1);
}
.lyleft ul li:hover a.img{
	/*animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;*/
	/*transform: translate3d(0, 0, 0);*/
	/*backface-visibility: hidden;*/
	/*perspective: 1000px;*/
	transition:all 0.8s;transform:scale(-1,1)
}
/*@keyframes shake {*/
/*	10%, 90% {*/
/*		transform: translate3d(-1px, 0, 0);*/
/*	}*/
/*	20%, 80% {*/
/*		transform: translate3d(2px, 0, 0);*/
/*	}*/
/*	30%, 50%, 70% {*/
/*		transform: translate3d(-4px, 0, 0);*/
/*	}*/
/*	40%, 60% {*/
/*		transform: translate3d(4px, 0, 0);*/
/*	}*/
/*}*/

.lydiv{
	margin-left: 12px;
	float: left;
	width: 390px;
}
.lydiv h3{
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.lydiv span{
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}

.lyrgt{
	float: right;
	width: 534px;
	height: 399px;
	overflow: hidden;
	margin-top: 30px;
}
.lyrgt table td{
    width:260px;
    height:192px;
    overflow: hidden;
    padding:5px;
    border-radius:10px;
}
.lyrgt img{
	width: 260px;
	height: 192px;
}
.lyrgt img {
    -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;
    cursor: pointer;
}

.lyrgt 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;
}

.yinan{
	background: url(../images/bg1.png) center top no-repeat;
	height: 202px;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	position: relative;
	margin-top: 100px;
	padding-bottom: 60px;
}
.yinan2{
	width: 272px;
	position: absolute;
	right: 25%;
	top: 30px;
	text-align: center;	
}
.yinan2>span{
	display: block;
	font-size: 26px;
	line-height: 2;
	color: #666;
}
.yinan2>a{
	display: block;
	width: 135px;
	height: 34px;
	background: #2EBBC0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	border-radius: 10px;
	margin: 6px auto;
}
.yinan2>a:hover{
	background: #26B0B5;
}

.sucase{margin-top: 60px;margin-bottom: 20px;width: 1200px;left: 50%;margin-left: -600px;position: relative;}

.caselist{

}
.caselist li{float:left;_display:inline;margin:0 20px;border: 1px solid #D3D3D3;}
.caselist li a.img{display:block;width:372px;height:310px;overflow: hidden;}
.caselist li a.img img{width:372px;height:310px;}
.caselist li a.img img {
    -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;
    cursor: pointer;
}

.caselist 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;
}
.caselist li h3{border-top: 1px solid #D3D3D3;height: 30px;line-height: 30px;padding: 20px 0;}
.caselist li h3 a{font-weight:normal;font-size: 16px;color: #666;display: block;text-align: center;}
.caselist li:hover h3{
	background: #2EBBC0;
	border-top: 1px solid #2EBBC0;
}
.caselist li:hover h3 a{
	color: #fff;
}

.dibu{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: relative;
	margin-top: 65px;
}
.dibul{
	width: 362px;
	float: left;
}
.dibur{
	width: 362px;
	float: right;
	margin-left: 56px;
}
h3.ntit{
	background: url(../images/ntit.png) left bottom no-repeat;
	height: 50px;
	position: relative;
	padding-left: 10px;
	font-size: 22px;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 25px;
}
h3.ntit a{
	font-size: 12px;
	color: #333;
	position: absolute;
	right: 0;
	top: 5px;
}
.nimg{
	width: 360px;
	height: 128px;	
}
.nimg img{
	width: 360px;
	height: 128px;
}
.ntxt{
	font-size: 14px;
	line-height: 30px;
	text-indent: 28px;
	color: #666;
	padding: 20px 0;
	border-bottom: 2px dotted #EFEFEF;
	text-align: justify;
}
.nlist{
	margin-top: 6px;
}
.nlist li{
	background: url(../images/nico.png) left center no-repeat;
	height: 39px;
	line-height: 39px;
	border-bottom: 2px dotted #EFEFEF;
	position: relative;
}
.nlist li a{
	display: block;
	margin-left: 25px;
	font-size: 14px;
}
.nlist li a:hover{
	color: #2EBBC0;
}
.nlist li span{
	display: block;
	font-size: 12px;
	color: #999;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}




/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:10px;}
.menu_cate{width:220px;float:left;}
.cate_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;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_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;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.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;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .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;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}

/*友情链接*/
.link{
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	position: relative;
	min-height: 30px;
	line-height: 30px;
	padding: 15px 0;
	background: #20B2B7;
	text-align: center;
}
.f_link{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
}
.f_link a{
	color: #fff;
	margin-right: 8px;
	font-size: 14px;
}
.f_link a:hover{
	color: #fff;
}

/*页面底部*/
#footer{position:relative;width:1920px;left: 50%;margin-left: -960px;
	background: #2EBBC0;
	margin-top: 110px;
	padding-top: 35px;
}
#footer a{color:#fff;}
#footer a:hover{color:#fff;text-decoration:none;}
.foot{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.copyright{
	float: left;
	width: 400px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.ftcontact{
	width: 300px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-left: 90px;
	color: #fff;
}
.ftewm{
	background: url(../images/ewmbg.png) left center no-repeat;
	width: 226px;
	height: 100px;
	overflow: hidden;
	float: right;
}
.ftewm img{
	width: 100px;
	height: 100px;
}


/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:#2EBBC0;font-size:14px;color:#fff;}
.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:1920px;left: 50%;margin-left: -960px;position: relative;height: 250px;}
.n_banner img{width:100%;display: block;height: 250px;margin:0 auto}
.left{width:225px;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:960px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:#2EBBC0;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#fff;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;color: #fff;}
.sitemp .site a{
	color: #fff;
}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}


