@charset "gb2312";
/* CSS Document */
*{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
hr{
	color:#B3B3B3;
}
li{
	list-style-type:none;
}
/*首页*/
/*页头*/
.top{
	width: 100%;
	height: 110px;
	background-color: #E0E0E0;
}
.top1{
	width: 1200px;
	height: 110px;
	margin: auto;
}
.logo{
	float: left;
	width: 450px;
	height: 90px;
	padding-top: 20px;
}

/* 导航开始 */
.daohang{
	float:right;
	width: 660px;
	height: 110px;
}
.daohang li{
	float:left;
	width: 110px;
	height: 110px;
}
/* 导航结束 */

/*/页头*/
/*内容*/
.shou1{
	width: 100%;
	height: 140px;
	background-color: #E0E0E0;
}
.shou1n{
	width: 1200px;
	height: 140px;
	margin: auto;
}
.shou1-1{
	float: left;
	width: 390px;
	height: 80px;
	margin-top: 30px;
	border-right: 1px solid #666666;
}
.shou1-2{
	float: left;
	width: 400px;
	height: 80px;
	margin-top: 30px;
	border-right: 1px solid #666666;
}
.sousuo{
	width: 350px;
	height: 40px;
	text-align: center;
	margin: auto;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.sousuo input{
	float: left;
	margin-right: 10px;
}
.sousuo a{
	float: left;
}
.sousuo1{
	padding-top: 10px;
}
.inp1{
	width: 300px;
	height: 40px;
	background-color: rgba(0,0,0,0);
	outline: none;
	border: none;
}
.shou1-2-1{
	width: 350px;
	height: 30px;
	overflow: hidden;
	margin: auto;
}
.shou1-3{
	float: left;
	width: 300px;
	height: 80px;
	text-align: center;
	margin-top: 30px;
	border-right: 1px solid #666666;
}
.shou1-4{
	float: right;
	width: 100px;
	height: 80px;
	margin-top: 30px;
	text-align: right;
}
.biaoti1{
	width: 1200px;
	height: 60px;
	margin:50px auto;
}
.biaoti1-1{
	width: 410px;
	height: 30px;
	margin: auto;
}
.biaoti1-1l{
	float: left;
	width: 130px;
	height: 15px;
	padding-top: 15px;
}
.biaoti1-1c{
	float: left;
	width: 150px;
	height: 30px;
	text-align: center;
}
.biaoti1-1r{
	float: right;
	width: 130px;
	height: 15px;
	padding-top: 15px;
}
.biaoti1-2{
	width: 410px;
	height: 30px;
	text-align: center;
	margin: auto;
}
.shou2{
	width: 1200px;
	margin:40px auto 0px;
	overflow: hidden;
	position: relative;
}
.shou2 li{
	float: left;
	width: 280px;
	height: 240px;
	margin-right: 26px;
	margin-bottom: 26px;
}
.shou2-1 img{
	transition:all 500ms linear;
}
.shou2 li:hover .shou2-1 img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.shou2 li:hover .shou2-2{
	background-color: #2C6696;
	color: #FFFFFF;
	transition-duration: .5S;
}
.shou2-1{
	width: 280px;
	height: 200px;
	overflow: hidden;

}
.shou2-2{
	width: 280px;
	height: 40px;
	background-color: #F7F7F7;
	text-align: center;
	line-height: 40px;
}
.anniu1-1{
	width: 200px;
	height: 40px;
	margin:20px auto 30px;
}
.anniu1{
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-family:"5FAE\8F6F\96C5\9ED1"; 
	color:#FFFFFF;
	border: 1px solid #2C6696;
	border-radius: 10px;
	background-color:#2C6696; 
	TEXT-DECORATION: none;
	text-align: center;
	
}
.anniu1:hover{
	color:#2C6696;
	border: 1px solid #2C6696;
	background-color:#FFFFFF;
	transition-duration:.5S;
}
.shou4{
	width: 1200px;
	height: 340px;
	margin:30px auto;
}
.shou4-1{
	float: left;
}
.shou4-2{
	float: right;
	width: 600px;
	height: 280px;
	padding: 30px;
	background-color: #F7F7F7;
}
.shou4-2-1{
	margin-top: 20px;
	height: 140px;
	overflow: hidden;
}
.shou4-2-2{
	display: block;
	float: right;
	margin-top: 30px;
}
.shou5 {
    width: 1200px;
    height: 300px;
    margin: auto;
    margin-top: 20px;
    clear: left;
}
.shou5-1 {
    -webkit-perspective:800;
    -moz-perspective:800;
    float: left;
    width: 280px;
    margin-right: 20px;
}
.shou5-1n{
    width: 100%;
    height: 200px;
    -webkit-transform-style:preserve-3d;
    -webkit-transition:1.5s;
    -moz-transform-style:preserve-3d;
    -moz-transition:1.5s;
}
.shou5-1:hover .shou5-1n {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}
.shou5-1n1{
    position: absolute;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
}
.shou5-1n1-1{
	width: 280px;
	height: 120px;
	padding-top: 80px;
    color: white;
    line-height: 40px;
    text-align: center;
}
.shou5-1n2 {
	width: 280px;
    height: 200px;
    line-height: 200px;
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    background-color: #2C6696;
    border-radius: 15px;
}

.shou5-2{
	width: 200px;
	height: 40px;
	margin:20px auto;
}
.shou6{
	width: 1200px;
	height: 380px;
	margin:80px auto;
}
.shou6-1{
	float: left;
	width: 490px;
	height: 380px;
}
.shou6-1-1{
	float: left;
	width: 490px;
	height: 90px;
	border-bottom: 1px solid #FFFFFF;
}
.shou6-1-2{
	width: 490px;
	height: 170px;
	padding-top: 20px;
	overflow: hidden;
}
.shou6-2{
	float: right;
	width: 660px;
	height: 380px;
}
.biaoti2{
	width: 1200px;
	height: 60px;
	margin: auto;
}
.biaoti2-1{
	width: 410px;
	height: 30px;
	margin: auto;
}
.biaoti2-1l{
	float: left;
	width: 130px;
	height: 15px;
	padding-top: 15px;
}
.biaoti2-1c{
	float: left;
	width: 150px;
	height: 30px;
	text-align: center;
}
.biaoti2-1r{
	float: right;
	width: 130px;
	height: 15px;
	padding-top: 15px;
}
.biaoti2-2{
	width: 410px;
	height: 30px;
	text-align: center;
	margin: auto;
}
.hr1{
	color:#FFFFFF;
}





/*/内容*/
/*页脚*/
.yejiao{
	width: 100%;
	background-color: #E0E0E0;
}
.yejiao1{
	width: 1200px;
	height: 100px;
	margin: auto;
}
.yejiao1-1{
	float: left;
	width: 500px;
	height: 70px;
	margin-top: 20px;
}
.yejiao1-2{
	float: right;
	width: 600px;
	height: 70px;
}
.yejiao1-2 li{
	float: left;
	width: 100px;
	height: 70px;
	line-height: 70px;
	text-align: right;
	margin-top: 20px;
}
.yejiao2{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	text-align: center;
}


/*/页脚*/
/*/首页*/
/*关于我们*/
/*二级导航*/
.erjidaohang1{
	height: 60px;
	background-color: #F7F7F7;
}
.erjidaohang1-1{
	width: 1200px;
	height: 50px;
	margin: auto;
}
.erjidaohang1-1zuo{
	float: left;
	width: 800px;
	height: 50px;
}
.erjidaohang1-1zuo li{
	float: left;
	padding-right: 30px;
	line-height: 60px;
}
.erjidaohang1-1you{
	float: right;
	text-align: right;
	width: 400px;
	height: 60px;
	line-height: 60px;
}
/*/二级导航*/
.guanyuwomen1{
	width: 1200px;
	margin:40px auto;
}
/*/关于我们*/
/*/产品展示开始*/
.chanpinzhanshi1{
	width: 1200px;
	margin:20px auto;
}
.chanpinzhanshi1zuo{
	float: left;
	width: 300px;
}
.chanpinzhanshi1zuo-1{
	width: 240px;
	height: 50px;
	margin-bottom: 6px;
	background-color:#2C6696 ;
	padding:25px 30px;
}
.erjibiaoti{
	width: 240px;
	height: 50px;
	background-color:#2C6696 ;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 6px;
}
.erjibiaoti a{
	display: block;
	line-height: 50px;
}
.chanpinzhanshi1zuo-2{
	width: 300px;
}
.chanpinzhanshi1zuo-2 li{
	margin-bottom: 6px;
}
.chanpinzhanshi1yuo{
	float: right;
	width: 880px;
	overflow: hidden;
	position: relative;
}
.chanpinzhanshi1yuo ul li{
	float: left;
	width: 280px;
	height: 250px;
	border: 1px solid #CCCCCC;
	margin-right: 16px;
	margin-bottom: 20px;
}
.chanpinzhanshi1yuo1 img{
	transition:all 500ms linear;
}
.chanpinzhanshi1yuo li:hover .chanpinzhanshi1yuo1 img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.chanpinzhanshi1yuo1{
	width: 280px;
	height: 200px;
	overflow: hidden;
}
.chanpinzhanshi1yuo2{
	width: 280px;
	height: 50px;
	background-color: #F7F7F7;
	line-height: 50px;
	text-align: center;
}
/*翻页开始*/
.page{
	text-align:center;
	font-size:14px;
	font-family:"微软雅黑";}
.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 12px;
    margin-top: 20px;
    font-size: 14px;
}
.page_list a {
    display: inline-block;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    background: #FFF;
    text-align: center;
    padding: 2px 10px;
    margin: 0 3px;
    font-size: 14px;
}
.page_list a.on {
    color: #FFF;
    border: 1px solid #2C6696;
    background: #2C6696;
    font-size: 14px;
}

a.a16ym:link {font-family:"微软雅黑"; background-color: #FFF; color:#4D4D4D; TEXT-DECORATION: none}
a.a16ym:visited { font-family:"微软雅黑"; background-color: #FFF; color:#4D4D4D; TEXT-DECORATION: none}
a.a16ym:hover {background-color: #2C6696;border: 1px solid #2C6696; color: #FFF; TEXT-DECORATION: none}
/*翻页结束*/

/*/产品展示*/
/*产品详情开始*/
.chanpin-xq1{
	width: 1200px;
	margin:auto;
	padding-top: 50px;
}
.chanpin-xq1zuo{
	float: left;
	width: 580px;
}
.chanpin-xq1zuo1{
	width: 580px;
	height: 410px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.chanpin-xq1zuo2{
	width: 580px;
	height: 100px;
}
.chanpin-xq1zuo2-1{
	display: block;
	float: left;
	width: 20px;
	height: 100px;
	margin-right: 10px;
}
.chanpin-xq1zuo2-2{
	float: left;
	width: 528px;
	height: 100px;
}
.chanpin-xq1zuo2-2 a{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
}
.chanpin-xq1you{
	float: right;
	width: 600px;
	height: 410px;
	overflow: hidden;
}
.chanpin-xq1you1{
	height: 40px;
}
.chanpin-xq1you1-1{
	width: 600px;
	height: 40px;
}
.chanpin-xq1you1-1z{
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #20ACAB;
}
.chanpin-xq1you1-1y{
	float: left;
	width: 500px;
	height: 40px;
	background-color:#2C6696;
}
.chanpin-xq1you1-2{
	width: 1200px;
	height: 40px;
	margin:30px auto;
}
.chanpin-xq1you1-2z{
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #20ACAB;
}
.chanpin-xq1you1-2y{
	float: left;
	width: 1100px;
	height: 40px;
	background-color:#2C6696;
}
.chanpin-xq1you2{
	margin-top: 20px;
}
.chanpin-xq1you2 p{
	margin-bottom: 20px;
}
.chanpin-xq1you3{
	width: 100%;
	height: 100px;
	margin-top: 10px;
}

.chanpin-xq1you4{
	width: 1200px;
	margin:20px auto;
}
.chanpin-xq1you4 a{
	float: left;
	display: block;
	color: #FFFFFF;
	line-height: 40px;
	margin-right: 20px;
}
.sekuai{
	width: 40px;
	height: 20px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
.chanpin-xq1zuo2-3{
	float: right;
	width: 20px;
	height: 100px;
}
.chanpin-xq2{
	width: 1140px;
	padding: 30px;
	background-color: #F7F7F7;
	margin: auto;
}
.biaodan1{
	width: 1140px;
	margin-top: 30px;
}
.biaodan1 li{
	width: 1140px;
	height: 30px;
	margin-bottom: 30px;
}
.biaodan1-1-1{
	float: left;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.biaodan1-1-2{
	float: right;
	width: 1000px;
	height: 30px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}
.biaodan1-2-1{
	float: left;
	width:370px ;
	height: 30px;
	margin-right: 15px;
}
.biaodan1-2-2inp{
	float: right;
	width: 230px;
	height: 30px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}
.biaodan1-2 a{
	display: block;
	float: left;
	width: 160px;
}
.biaodan1-2-3inp{
	float: left;
	width: 840px;
	height: 110px;
}

/*产品详情结束*/

/*应用案例*/
.shipinzhongxin{
	width: 1200px;
	margin: 30px auto 50px;
}
.shipinzhongxin1{
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.shipinzhongxin1 li{
	float: left;
	width: 590px;
	height: 440px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.shipinzhongxin1 li:nth-child(even){
	margin-right: 0px;
}
.shipinzhongxin1-1{
	width: 590px;
	height: 400px;
	overflow: hidden;
}
.shipinzhongxin1-2{
	width: 590px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.shipinzhongxin1-1 img{
	transition:all 500ms linear;
}
.shipinzhongxin1 li:hover .shipinzhongxin1-1 img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
/*/应用案例*/
/*新闻资讯*/
.xinwen1{
	width: 1200px;
	margin:20px auto;
}
.xinwen1 li{
	width: 1200px;
	height: 180px;
	margin-bottom: 20px;
}
.xinwen1 li:hover{
	position: relative;
	top: -5px;
}
.xinwen1-1{
	float: left;
	width:250px ;
	height: 180px;
}
.xinwen1-2{
	float:right;
	width:890px ;
	height: 140px;
	background-color: #F7F7F7;
	padding:20px 30px;
}

.xinwen1-2-1{
	height: 40px;
}
.xinwen1-2-2{
	height: 70px;
	overflow: hidden;
}
.xinwen1-2-1z{
	float: left;
	width:150px ;
}
.xinwen1-2-1y{
	float:right;
	width:150px ;
	text-align: right;
}
/*/新闻资讯*/
/*联系我们*/
.lianxiwomen{
	width: 1200px;
	height:370px ;
	margin:30px auto;
}
.lianxiwomen1{
	float: left;
	width: 720px;
	height: 370px;
}
.lianxiwomen2{
	float:right;
	width: 480px;
	height: 370px;
}
/*/联系我们*/