@CHARSET "UTF-8";
/*公共样式*/
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: "微软雅黑";
}

ol, ul, li {margin:0;padding:0;list-style: none}
img {border: 0;	margin: 0;	padding: 0;max-width:100%;}
body {	margin:0 auto;text-align:left;font-size:14px;max-width:1920px;}
a, em , input{text-decoration: none;font-style: normal;	cursor: pointer;color: #333}
a:hover {color: #C00;}
.clear {clear: both;}
.center{width:1200px;height:100%;margin:0 auto;}
.fl{float:left;}
.fr{float:right;}

.indexbanner{width:100%;height:910px;}
.nav{
	width:100%;
	height: 112px;
	background: #cdcdcd;
}
.nav .toplogo{
	width:180px;
	height: 82px;
	padding:30px 0 0 0;
}
.nav .navlist{width:660px;height: 112px;margin:0 0 0 30px;}
.nav .navlist a{
	display: block;
	width:110px;
	height:70px;
	padding:42px 0 0 0;
	float:left;
	color:#202020;
	text-align: center;
	font-size: 18px;
}
.nav .navlist a:hover{height:67px;border-bottom: 3px solid #0f3d9e;}
.nav .cellphone{width:220px;height: 90px;padding:22px 0 0 0;}
.nav .cellphone .phonenum{height: 60px;font-size: 20px;}
.nav .cellphone .phoneimg{padding:8px 0 0 0;margin:0 10px;}
.aboutus{width: 100%;height: 597px;}
.abustitle{width: 100%;padding:40px 0;}
.abustitle h3{width:110px;height:22px;border:1px solid #aaaaaa;margin:0 auto;text-align:center;}
.abustitle h2{width:120px;text-align:center;font-size:22px;color:#444444;padding:4px 0;border-bottom:2px solid #b90608;margin:0 auto;}
.abscontents{width:100%;height:310px;padding:20px 0;}
.absimg{width:552px;height:304px;}
.absinfo{width:610px;height:100%;line-height:170%;}
.products{width:100%;height:708px;background:url(../images/productsbg.jpg) no-repeat;background-position:center center;}
.productstitle{width: 100%;padding:40px 0;}
.productstitle h3{width:110px;height:22px;border:1px solid #aaaaaa;margin:0 auto;text-align:center;color:#fff;}
.productstitle h2{width:120px;text-align:center;font-size:24px;color:#fff;padding:4px 0;border-bottom:2px solid #b90608;margin:0 auto;}
.probox{width:100%;height:490px;padding:20px 0;}
.protype{width: 146px;}
.protype li{}
.protype li a{
	display:block;
	width:136px;
	height:30px;
	cursor:pointer;
	font-size:16px;
	padding:7px 0 0 10px;
	background:url(../images/protype.png) no-repeat;
	margin-bottom:40px;
	color:#646464;
}
.protype li a:hover{background:url(../images/protype1.png) no-repeat;color:#fff;}
.prolist{width:1022px;height:490px;}
.prolist dl{float: left;margin:0 0 20px 80px;}
.prolist dl a{color:#fff;font-size:18px;}
.prolist dl dt{width:250px;height: 170px;overflow: hidden;}
.prolist dl dt img{width:100%;}
.prolist dl dd{width:250px;padding:20px 0;text-align:center;}

.application{width:100%;height: 709px;}
.applist{width:100%;min-height: 460px;padding:20px 0;}
.applist li{width: 300px;height: 230px;margin:10px 50px;float:left;position:relative;overflow:hidden;}
.applist li a{diplay:block;color:#fff;}
.appimg{
	width:100%;
	height: 100%;
}
.bigimg{
	-moz-animation: myfirst 1s;	/* Firefox */
	-webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
	-o-animation: myfirst 1s;
	animation-fill-mode :forwards ;
}
.smallimg{
	-moz-animation: mysec 1s;	/* Firefox */
	-webkit-animation: mysec 1s;	/* Safari 和 Chrome */
	-o-animation: mysec 1s;
	animation-fill-mode :forwards ;
}
@keyframes myfirst
{
	from {
		-webkit-transform:scale(1,1);
	    -moz-transform:scale(1,1);
	    -transform:scale(1,1);
	}
	to {
		-webkit-transform:scale(2,2);
    	-moz-transform:scale(2,2);
    	-transform:scale(2,2);
	}
}

@-moz-keyframes myfirst /* Firefox */
{
	from {
		-webkit-transform:scale(1,1);
	    -moz-transform:scale(1,1);
	    -transform:scale(1,1);
	}
	to {
		-webkit-transform:scale(2,2);
    	-moz-transform:scale(2,2);
    	-transform:scale(2,2);
	}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
	from {
		-webkit-transform:scale(1,1);
	    -moz-transform:scale(1,1);
	    -transform:scale(1,1);
	}
	to {
		-webkit-transform:scale(2,2);
    	-moz-transform:scale(2,2);
    	-transform:scale(2,2);
	}
}

@-o-keyframes myfirst /* Opera */
{
	
	from {
		-webkit-transform:scale(2,2);
    	-moz-transform:scale(2,2);
    	-transform:scale(2,2);
	}
	to {
		-webkit-transform:scale(1,1);
	    -moz-transform:scale(1,1);
	    -transform:scale(1,1);
	}
}
@keyframes mysec
{
	from {
		-webkit-transform:scale(2,2);
    	-moz-transform:scale(2,2);
    	-transform:scale(2,2);
	}
	to {
		-webkit-transform:scale(1,1);
	    -moz-transform:scale(1,1);
	    -transform:scale(1,1);
	}
}

@-moz-keyframes mysec /* Firefox */
{
	from {
		-webkit-transform:scale(2,2);
    	-moz-transform:scale(2,2);
    	-transform:scale(2,2);
	}
	to {
		-webkit-transform:scale(1,1);
	    -moz-transform:scale(1,1);
	    -transform:scale(1,1);
	}
}

@-webkit-keyframes mysec /* Safari 和 Chrome */
{
	from {
		-webkit-transform:scale(2,2);
    	-moz-transform:scale(2,2);
    	-transform:scale(2,2);
	}
	to {
		-webkit-transform:scale(1,1);
	    -moz-transform:scale(1,1);
	    -transform:scale(1,1);
	}
}

@-o-keyframes mysec /* Opera */
{
	from {
		-webkit-transform:scale(2,2);
    	-moz-transform:scale(2,2);
    	-transform:scale(2,2);
	}
	to {
		-webkit-transform:scale(1,1);
	    -moz-transform:scale(1,1);
	    -transform:scale(1,1);
	}
}
.apptitle{
	width:280px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	padding:160px 0  0 20px;
	background:url(../images/appbg.png) no-repeat;
	background-position:bottom center;
}
.apptitle:hover{background:url(../images/appbg2.png) no-repeat;}
.apptitle h2{font-size:20px;margin:0 0 10px 0;}
.technical{width:100%;height: 728px;background:url(../images/technical.jpg) no-repeat;}
.technicallist{width:100%;padding:40px 0;}
.technicallist dl{float:left;}
.technicallist dl dt{width:388px;height:274px;margin:0 6px;}
.technicallist dl dt img{width:100%;height:100%;}
.technicallist dl dd{width:388px;padding:20px 0;border-bottom:3px solid #aaaaaa;margin:0 6px; }
.technicallist dl dd a{color:#fff;font-size:20px;}
.contactus{width:100%;background:url(../images/contact.jpg) no-repeat;}
.contactinfo{width:100%;height: 362px;/*margin:40px 0;*/}
.contactleft{width:100%;text-align:center;height:292px;color:#444444}
.contactleft dt{font-size:24px;}
.contactleft dt img{margin:0 20px;}
.contactleft dt *{vertical-align:middle;}
.contactleft dd{width:100%;padding-top:40px;line-height:200%;font-size:16px;}
.contactright{width: 707px;height: 352px;border:5px solid #c2c2c2;}
.contactright img{width:100%;height:100%;}
.bot{width:100%;height:66px;background:#112ab7;padding:37px 0;color:#fff;}
.bot span{color:#fff;}
.botlogo{width:200px;height: 67px;}
.botinfo{width:70%;text-align:center;color:#fff;}
.botinfo *{color:#fff;}
.secbanner{width:100%;}
.secbanner img{width:100%;height:100%;}
.secbanner dt{width:89px;height:89px;padding:30px;text-align:center;border:1px solid #d4d4d4;margin:0 auto;color:#939393;font-size:34px;}
.secbanner dd{color:#102d6a;font-size:24px;text-align:center;margin:10px 0;}
.crumbs{width:100%;height:44px;background:url(../images/crumbs.jpg) repeat-x;color:#444444;}
.crumbs a{color:#444444;}
.crumbsinfo{padding:14px 0;}
.seccontents{width:100%;padding:60px 0;}
.typelist{width:260px;}
.typelist .typelisttitle{width:220px;height:36px;background:#d4d4d4;margin-bottom:5px;font-size:16px;padding:11px 0 0 40px;cursor:pointer;position: relative;}
.typelist .typelisttitle *{vertical-align:middle;}
.typelist .typelisttitle img{position:absolute;right:40px;top:14px;}
.typelist .downlist{display:none;}
.typelist .dd{width:220px;height:36px;background:#f0f0f0;margin-bottom:5px;font-size:16px;padding:11px 0 0 40px;cursor:pointer;}
.typelist .dd *{vertical-align:middle;}
.typelist .dd img{margin-left:90px;}

.detailed{width:900px;line-height:200%;padding-bottom:50px;}
.products_list{float: left;margin:0 14px 5px 0;}
.products_list dt{width:286px;height: 197px;}
.products_list dt img{width:100%;height:100%;}
.products_list dd{text-align:center;padding:15px 0;}
.products_list a{color:#444444;}
.page{width:100%;text-align:center;}
.page a{padding:4px 10px;background:#cecece;margin:0 10px;}
.page a:hover{color:#fff;background:#112ab7;}
.products_show h1{text-align:center;}
.proshowimg{width: 508px;height: 436px;margin: 50px auto;}

.proshowimg img{width:100%;height:auto;}
.prodetailtitle{width:100%;height:89px;border-top:1px dashed #c3c3c3;border-bottom:1px dashed #c3c3c3;position:relative;}
.prodetailtitle li{width:170px;height:74px;float:left;text-align:center;padding:15px 0 0 0;cursor:pointer;}
.prodetailtitle li img{width:33px;height:33px;}
.pdf{width:87px;height:68px;padding:10px 0 0 0;background:#cf0c00;position:absolute;right:67px;top:4px;text-align:center;}
.pdf a{color:#fff;}
.prodetailinfo{width:100%;}
.prodetailinfo li{line-height:200%;padding:30px 0;display:none;}
.prodetailinfo li.show{display:block;}
.shubiao{position:absolute;bottom:6%;left:50%;margin-left:-70px;}
.shubiaogundong{width:100%;text-align:center;position:absolute;bottom:4%;left:0;color:#fff;font-size:18px;}
.totop{
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:10px;
	color:#fff;
	text-align: center;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	z-index:9999;
	position:fixed;
	right:5%;
	bottom:5%;
	background:#ccc;
}





















