﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0; padding:0; margin-left:auto; margin-right:auto;}
fieldset,img{border:0;} 
body{font:12px "微软雅黑","黑体"; color:#000;background-color:#f8f8f8;}
fieldset,img{border:0;} 
ol,ul,li{list-style:none;} 
.clear{clear:both;}
a{color:#333; text-decoration:none;}
a:hover{font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal; border:none;}
/*页眉*/
.top{max-width:100%; height:30px;}
.top1{max-width:1920px; height:30px; background-color:#1E50AF;}
.top2{width:1140px; height:30px;}
.top2 p{color:#fff; line-height:30px; font-size:12px; text-align:left;}
.top2 p span{ color:#fff; margin-left:850px;}
.top2 p span a{color:#fff;}
.top2 p span a:hover{ text-decoration:underline;}
/*页眉*/

/*导航栏*/
.menuu{max-width:100%; background:#ffffff; height:100px;}
.menu{ width:1140px;}
.menu > ul{ float:right; width:600px; height:100px;}
.menu ul > li{ width:100px; text-align:center; float:left; line-height:100px; font-size:16px;}
.menu ul li > a{display:block;width:100px;height:100px;color:#333;}
.menu ul li:hover{color:#06C; background-color:#3477E0;}
.menu .menu-two li a{display:block;width:100px;line-height:60px;background-color:#eee;height:60px;}
.logo{
	float:left;
	width:450px;
	}
.logo img{
	max-width:100%;
	margin-top:30px;
	}
.menu .menu-two li a:hover{
	color:#333; background-color:#3477E0;
	}
.menu .menu-two{
	position:relative;
	z-index:2;
	display:none;}
.menu ul li:hover .menu-two{
	display:block;
	}
/*导航栏*/

/*公司品质*/
.valuee{
	max-width:100%;
	heigth:400px;

	}
.value{
	max-width:100%;
	height:360px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:rgb(255,255,255);
	}
.valueOne{
	width:1150px;
	}
.value ul li{
	float:left;
	width:260px;
	height:360px;	
	padding-left:60px;
	padding-right:60px;
	text-indent:2em;
}
.value ul li p{
	font-size:18px;
	color:#666;
	text-align:center;
	margin-top:220px;
	margin-bottom:5px;
	text-indent:0;
	}
.value ul li span{
	display:block;
	}
.valueOneleft{
	background:url(../images1/p1.png) no-repeat center 20px;
	}
.valueOnetop{
	background:url(../images1/p2.png) no-repeat center 20px;
	}
.valueOneright{
	background:url(../images1/p3.png) no-repeat center 20px;
	}
/*公司品质*/

/*公司简介*/
.profile{
	max-width:100%;
	height:700px;
	}
.profile p{
	margin:45px auto 0;
	width:1140px;
	height:50px;
	border-left:5px solid #1E51AF;
	font-size:30px;
	color:#1E51AF;
	padding-left:10px;
	line-height:28px;
	}
.profile span{
	display:block;
	font-size:14px;
	}
.profileBottom{
	width:100%;
	height:600px;
	margin-top:35px;
	background-color:rgb(210,222,244);
	}
.profileLeft{
	float:left;
	width:50%;
	height:600px;
	background-image:url(../images1/profile.jpg);
	}
.profileRight{
	float:left;
	width:530px;
	height:300px;
	margin-left:60px;
	margin-top:145px;
	}
.profileRight h2{
	margin:0;
	width:240px;
	height:35px;
	border-bottom:1px solid #000;
	font-size:20px;
	border-left:none;
	color:#000;
	margin-bottom:25px;
	padding:0;
	}
.profileRight span{
	text-indent:2em;
	}
.profileRight a{
	margin:40px 0 0 430px;
	display:block;
	width:90px;
	line-height:22px;
	border:1px solid #1E50AF;
	color:#1E50AF;
	text-align:center;
	padding:5px 0;
	}
.profileRight a:hover{
	background-color:#1E50AF;
	color:#fff;
	}
/*公司简介*/

/*产品中心*/
.product{
	position:relative;
	width:100%;
	height:770px;
	margin-top:70px;
	padding-top:30px;
	background-image:url(../images1/product.jpg);
	}
.product p{
	margin:auto;
	width:1140px;
	height:50px;
	border-left:5px solid #fff;
	font-size:30px;
	color:#fff;	
	padding-left:10px;
	line-height:28px;
	}
.product span{
	display:block;
	font-size:14px;
	}
.product ul{
	width:1150px;
	}
.product ul li{
	position:relative;
	float:left;
	width:270px;
	height:270px;
	margin-right:15px;
	margin-top:70px;
	}
.product-name{
	position:absolute;
	bottom:0;
	width:270px;
	height:50px;
	background-color:rgba(0,0,0,.5);
	text-align:center;
	line-height:50px;
	font-size:18px;
	color:#fff;
	

	}
.product ul li:hover .product-name{
	transition:1s;
	color:#0385de;
	}
.product1{
	background-image:url(../images/c1.jpg);
	}
.product2{
	background-image:url(../images/c2.jpg);
	}
.product3{
	background-image:url(../images/c3.jpg);
	}
.product4{
	background-image:url(../images/c4.jpg);
	}
.product5{
	background-image:url(../images/c5.jpg);
	}
.product6{
	background-image:url(../images/c6.jpg);
	}
.product7{
	background-image:url(../images/c7.jpg);
	}
.product8{
	background-image:url(../images/c8.jpg);
	}
.more1{
	position:absolute;
	top:85px;
	right:20%;
	color:#fff;
	font-size:14px;
	text-decoration:underline;
	}
.product ul li a{
	display:block;
	width:270px;
	height:270px;
	}
/*产品中心*/

/*应用领域*/
.field{
	position:relative;
	width:100%;
	height:590px;
	background-color:rgb(255,255,255);
	margin-top:80px;
	padding-top:10px;
	}
.field p{
	margin:auto;
	width:1140px;
	height:50px;
	border-left:5px solid #1E51AF;
	font-size:30px;
	color:#1E51AF;
	padding-left:10px;
	margin-top:5px;
	line-height:28px;
	margin-top:35px;
	}
.field span{
	display:block;
	font-size:14px;
	}
.field a{
	position:absolute;
	top:85px;
	right:20%;
	color:#1E51AF;
	font-size:14px;
	text-decoration:underline;
	}
.field-1{
	width:1140px;
	height:400px;
	margin-top:60px;
	background-image:url(../images1/yy1.jpg);
	}
/*应用领域*/

/*新闻中心*/
.news{
	position:relative;
	width:100%;
	height:480px;
	margin-top:80px;
	padding-top:20px;
	background-color:rgb(255,255,255);
	}
.news p{
	width:1140px;
	height:50px;
	border-left:5px solid #1E51AF;
	font-size:30px;
	color:#1E51AF;
	padding-left:10px;
	margin:auto;
	line-height:28px;
	}
.news span{
	display:block;
	font-size:14px;
	}
.more{
	position:absolute;
	top:85px;
	right:20%;
	color:#1E51AF;
	font-size:14px;
	text-decoration:underline;
	}
.newstop{
	width:1140px;
	height:320px;
	margin-top:60px;
	}
.newsleft{
	float:left;
	width:50%;
	height:320px;
	background-image:url(../images1/news.jpg);
	background-repeat:no-repeat;
	}
.newsleft1{
	display:inline-block;
	margin-top:280px;
	font-size:16px;
	width:530px;
	height:40px;
	line-height:30px;
	text-align:center;
	background-color:rgba(0,0,0,.3);
	}
.newsleft:hover .newsleft1{
	font-size:17px;
	transition:1s;
	color:#fff;
	}
.i-c2-1-2{width:340px; height:320px; float:left;}
#i-r-1{margin:0;width:340px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:url(../images/ck.png) no-repeat left center; border-bottom:#999 1px dashed;border-left:none;}
#i-r-2{margin-left:15px; line-height:47px;color:#717171;}
#i-r-2:hover{color:#0385d6;}
/*新闻中心*/

/*页尾*/
.footer{
	width:100%;
	height:200px;
	padding-top:50px;
	background-color:rgb(13,105,179);
	}
.footer1{
	width:1180px;
	height:150px;
	}
.footer1-1{
	float:left;
	width:245px;
	height:150px;
	background:url(../images1/footer.png) no-repeat left/225px 150px;
	border-right:1px solid #FFF;
	}
.footer1-2{
	float:left;
	width:580px;
	height:150px;
	border-right:1px solid #fff;
	line-height:22px;
	color:#fff;
	padding-left:35px;
	}
.footer1-2 a{
	font-size:16px;
	color:#fff;
	line-height:40px;
	margin-right:25px;
	}
.footer1-2 a:hover{
	text-decoration:underline;
	}
.footer1-3 div{
	display:inline-block;
	margin-left:30px;
	width:110px;
	height:130px;
	text-align:center;
	line-height:245px;
	font-size:16px;
	color:#FFF;
	}
.ewm1{
	background:url(../images1/ewm1.png) no-repeat left top/110px;
	}
.ewm2{
	background:url(../images1/ewm2.png) no-repeat left top/110px;
	}
/*页尾*/




.inner-top{max-width:100%;}
.inner-top1{width:1200px;}
.inner-top1-right{width:1200px;background:#ffffff; padding-bottom:50px;}
.inner-top1-right dl{line-height:32px; padding-right:0;  padding-top:45px; padding-bottom:20px; color:#333; font-size:13px;}
.inner-top1-right dl h1{width:1100px;margin-left:0;border-bottom:#555 1px solid; padding-bottom:20px; margin-bottom:15px; font-size:24px; color:#222;}
.inner-top1-right dl a{}
.inner-top1-right dl a:hover{ text-decoration:underline; color:#06C;}

.left-bgname{background:#0064b5;}
.left-bgname span{line-height:50px; font-size:15px; margin-left:20px; color:#fff;}
.left-bg{background:#ffffff;}
.left td{height:45px; line-height:45px; font-size:14px; background:#fff; border-top:#ddd 1px solid;}
.left a{ display:block; font-size:14px; padding-left:20px;}
.left a:hover{color:#fff; background:#e3921e;}

.pro{width:1140px; margin-top:40px;}
.pro1{ border-bottom:#333 1px solid; height:40px;}
.pro1 span{line-height:40px; font-size:15px; font-weight:bold; margin-left:10px;}
.pro2{margin-top:10px;}
.pro3{margin-left:10px; margin-right:10px;}
.pro-img{border:#e0e0e0 6px solid}
.pro-img:hover{border:#0064b5 6px solid}

.pro-name{width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pro-click{border:#555 1px solid; padding-top:4px; padding-bottom:4px; padding-left:9px; padding-right:9px;}
.pro-click1{border:#0064b5 1px solid; background:#0064b5; color:#fff; padding-top:4px; padding-bottom:4px; padding-left:9px; padding-right:9px;}

.new{padding:16px; font-weight:bold; font-size:15px;}
.new1{border-top:#ddd 1px dashed; background:url(../images/r3.png) no-repeat left center;}
.new2{width:10%; border-top:#ddd 1px dashed;}
.n1{margin:55px; font-size:14px;}
.n1:hover{color:#0064b5;}
.n3{line-height:22px; font-size:18px; font-weight:bold;}
.n4{border-bottom:#ddd 1px solid; padding-bottom:10px; font-size:12px;}
.n5{padding:15px; line-height:28px; font-size:14px;}

.inner-top1-right dl{width:1100px;}
.inner-top1-right dl a{}
.inner-top1-right dl a:hover{ text-decoration:underline; color:#06C;}

.left-bgname{background:#0064b5;}
.left-bgname span{line-height:50px; font-size:15px; margin-left:20px; color:#fff;}
.left-bg{background:#ffffff;}
.left td{height:45px; line-height:45px; font-size:22px; background:#fff; border-top:#ddd 1px solid;}
.left a{ display:block; font-size:14px; padding-left:20px;}
.left a:hover{color:#fff; background:#e3921e;}

.pro{width:1140px; margin-top:40px;}
.pro1{ border-bottom:#333 1px solid; height:40px;}
.pro1 span{line-height:40px; font-size:15px; font-weight:bold; margin-left:10px;}
.pro2{margin-top:10px;}
.pro3{margin-left:10px; margin-right:10px;}
.pro-img{border:#e0e0e0 6px solid}
.pro-img:hover{border:#0064b5 6px solid}

.pro-name{width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pro-click{border:#555 1px solid; padding-top:4px; padding-bottom:4px; padding-left:9px; padding-right:9px;}
.pro-click1{border:#0064b5 1px solid; background:#0064b5; color:#fff; padding-top:4px; padding-bottom:4px; padding-left:9px; padding-right:9px;}

.new{padding:16px; font-weight:bold; font-size:15px;}
.new1{border-top:#ddd 1px dashed; background:url(../images/r3.png) no-repeat left center;}
.new2{width:10%; border-top:#ddd 1px dashed;}
.n1{margin:55px; font-size:14px;}
.n1:hover{color:#0064b5;}
.n3{line-height:22px; font-size:18px; font-weight:bold;}
.n4{border-bottom:#ddd 1px solid; padding-bottom:10px; font-size:12px;}
.n5{padding:15px; line-height:28px; font-size:14px;}


.inner-main{width:100%;}
.inner-main1{width:1200px; margin-bottom:20px;}
.inner-main1 h1{font-size:26px; margin-top:50px; border-left:#ccc 1px solid; padding-left:20px; font-weight:bold; color:#333;}
.inner-main1 h1 span{color:#aaaaaa; font-size:20px; line-height:40px; font-weight:normal;}
.inner-main1 dl{ font-size:14px; margin-top:30px; padding-bottom:30px; line-height:30px;}
.inner-main1 dl a{ font-size:14px; font-size:#333;}
.inner-main1 dl a:hover{ text-decoration:underline; color:#f7b000;}

.pro-img{ border:#fff 1px solid;}
.pro-img:hover{ border:#111 1px solid;}
.pro-ck{border:#888 1px solid; padding-top:8px; padding-bottom:8px; padding-left:15px; padding-right:15px;}
.pro-ck:hover{border:#f7b000 1px solid; background:#f7b000; padding-top:8px; padding-bottom:8px; padding-left:15px; padding-right:15px; color:#ffffff;}
.pro-ck1{border:#f7b000 1px solid; background:#f7b000; padding-top:8px; padding-bottom:8px; padding-left:15px; padding-right:15px; color:#ffffff;}

.left-menu{width:1200px; height:60px; margin-top:50px;}
.dj{background:none; border:#999 1px solid; padding-top:10px; font-size:15px; padding-bottom:10px; padding-left:25px; padding-right:25px; float:left; margin-right:20px; margin-top:15px;-moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;}
.dj:hover{background:#f7b000; border:#f7b000 1px solid; color:#fff;}

.xww{width:100%;}
.xww1{width:1200px;}
.xww1-1{width:238px; height:148px; border:#ddd 1px solid; float:left; background:url(../images/newbg.jpg); margin-bottom:30px; margin-top:10px;}
.xww1-2{width:920px; height:150px; float:right; margin-bottom:30px; margin-top:10px;}
.xww1-2:hover{ background:#f0f0f0;}
.xww1-2 h1{width:920px; overflow:hidden;}
.xww1-2 h1 a{font-size:24px; font-weight:bold;}
.xww1-2 h1 a:hover{color:#f7b000;}
.xww1-2 h2{ font-size:12px; width:920px; height:70px; overflow:hidden; color:#666; margin-top:10px; line-height:24px;}
.xww1-2 h3{ font-size:12px; width:920px; height:12px; color:#888; margin-top:15px;}
.xww2{width:1200px;}

.xqq{width:100%;}
.xqq1{width:1200px; margin-bottom:120px;}
.xqq1 h4{ font-size:26px; text-align:center; font-weight:bold;}
.xqq1 h5{ font-size:12px; text-align:center; margin-top:20px;}
.xqq1 h6{font-size:14px; margin-top:60px; line-height:28px; text-align:left;}
.xqq2{width:1200px; margin-top:80px;}
.xqq2 h7{font-size:14px; text-align:left;}
.xqq2 h7 a{font-size:14px;}
.xqq2 h7 a:hover{color:#f7b000;}
.xqq3{width:1200px; margin-top:30px;}
.xqq3 h8{font-size:14px; text-align:left;}
.xqq3 h8 a{font-size:14px;}
.xqq3 h8 a:hover{color:#f7b000;}

/*banner公众*/
[class|='banner']{
	width:100%;
	height:400px;
	}
/*公司简介*/
.banner-1{
	background-image:url(../images1/b1.jpg);
	}
/*产品中心*/
.banner-2{
	background-image:url(../images1/b2.jpg);
	}
/*应用领域*/
.banner-3{
	background-image:url(../images1/b3.jpg);
	}
/*新闻中心*/
.banner-4{
	background-image:url(../images1/b4.jpg);
	}
/*联系我们*/
.banner-5{
	background-image:url(../images1/b5.jpg);
	}
.honor-content{
	text-align:center;
	}
.honor-content img{
	margin:20px;
	width:200px;
	}
.cooperation-content{
	text-align:center;
	}
.workshop-content{
	text-align:center;
	}
.workshop-content img{
	margin:20px;
	width:500px;
	}