﻿@charset "utf-8";
html{}
*{line-height:2em; padding: 0; margin: 0; }
body{font: normal 14px/2 'Microsoft YaHei';color:#333;}
h1,h2,h3,h4,h5,h6{font: normal 14px/2 'Microsoft YaHei';}
em, i, del {}
ul, ol{list-style: none;}
a{text-decoration: none;} 
a:link, a:visited, a:active {color:#333;}
a:hover{color:#003b82; }
img{border: 0px;}
*:link, *:visited, *:hover, *:active, *:focus,{
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.checkbox{border: 0px;}
.clear{clear:both; float:none;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.button{border: 0px; }
.wide{ width: 1200px; margin: 0 auto; }
.wide:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.wrapper{width: 1280px; margin: 0 auto;}

.top{height: 40px; background:#333; color:#d3d3d3;}
.top .wrapper{display: flex; justify-content: space-between; align-items: center;}
.topnav{width: 50%; display: flex; justify-content: flex-end; align-items: center;} 
.topnav a{padding:0 10px;color:#d3d3d3; line-height: 40px; } 
.top p{ width: 50%; line-height: 40px;}
.header{ background:#fff;}
.header .wrapper{display: flex; justify-content: space-between; align-items: center;}
.toptel{background:#1161c0; float:right;height:45px; margin:40px 0;border-radius: 45px;} 
.toptel:before{ content:""; display:inline-block; width:43px;height:43px;background:url(../images/toptel.gif) no-repeat; border:1px #1161c0 solid;border-radius: 45px; vertical-align:top;} 
.toptel span{ display:inline-block; color:#fff; font-size:20px; line-height:45px; padding:0 25px; vertical-align:top;} 
.logo{padding:40px 0; }
.logo img{ float:left; margin-right:15px;}
.logo p{line-height:1.4em;}
.logo p b{font-size: 24px; line-height:1.4em;} 


.menu {
	box-shadow:0px -1px 4px rgba(0,0,0,0.1); 
}

.x-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.x-menu>li {
	position: relative;
	width: 150px;
}

.x-menu>li>a {
	display: block;
	font-size: 16px;
	white-space: nowrap;
	line-height: 65px;
	height: 65px;
	text-align: center;
}



.x-menu>li>a:hover {
	background-color: #1161c0;
	color: #fff;
}

.x-menu>li.active>a {}

.x-menu>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	/*height: 40px;*/
	opacity: 0;
	top: 100%;
}

.x-menu>li:hover .x-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: #fff;
}

.x-sub-menu {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0%;
	top: 65px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.x-sub-menu>li {
	/* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	color: #666666;
	line-height: 2.6;
}

.x-sub-menu>li>a:hover {
	background: #1161c0;
	color: #fff;

}

.x-sub-menu:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
	display: none;
}



.nav{height:60px; box-shadow:0px -2px 4px rgba(0,0,0,0.2);border-top: solid 1px #ddd; }
.nav ul{list-style-type:none; } 
.nav .nLi{ float:left;position:relative; border-left: solid 1px #ddd; }
.nav .nLi:before{ content:"";position: absolute; top:0px; height:0; background:#3e78b9;color:#fff;left:0;right:0; transition:all .3s;}
.nav .nLi a{ position:relative; display: block; padding:0 35px; text-align: center; line-height: 60px; font-size: 16px; z-index:2; }
.nav .nLi:hover:before{height:60px;}
.nav .nLi:nth-child(1){ border-left: 0; }
.nav .on{}
.nav .on:before{height:60px;}
.nav .on a{ color:#fff; } 
.nav .sub{ display:none; min-width:134px; left:0px; top:60px; position:absolute; z-index:999;height: auto;}
.nav .sub li{display: block; zoom:1;}
.nav .sub a{ display: block; line-height: 30px;font-size:14px; background:rgba(0,0,0,0.7);white-space:nowrap; border-bottom:0; }
.nav .sub a:hover{color:#3e78b9; }



.slider{ }
.rslides { position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0; margin: 0; }
.rslides li { position: absolute;  display: none;   width: 1600px;   left: 50%; margin-left:-800px; top: 0; z-index:0; }
.rslides li:first-child { position: relative;  display: block;  float: left; }
.rslides img { display: block;  height: auto; width: 100%;  border: 0;z-index:0; } 
.rslides { margin: 0 auto;  }
.rslides_container {  position: relative;  }
.centered-btns_tabs { position: absolute;  width:100%; bottom:8%; text-align: center; z-index:2; }
.centered-btns_tabs li{display: inline; float: none; _float: left; *float: left;margin: 0 5px;  }
.centered-btns_tabs a{background:#ccc;width:20px; height:3px; text-indent: -9999px; overflow: hidden; display: inline-block; _display: block; *display: block; }
.centered-btns_here a{ background: #e62129; }
.centered-btns_nav { z-index:9999; position: absolute; top: 50%; left: 5%; text-indent: -9999px; overflow: hidden;height: 61px; width: 38px; background: rgba(0,0,0,0.5) url("../images/themes.png") no-repeat left top; margin-top: -30px; }
.centered-btns_nav:active { }
.centered-btns_nav.next { left: auto; background-position: right top; right: 5%; }

.banner{ position:relative; }
.banner img{ max-width: 100%; display:block;}
.banner h3{ position:absolute; top:20%;left:6%; color:#fff; z-index:9; }
.banner h3 strong{ display: block;font-size: 32px; line-height:1.5em; font-weight:normal; }
.banner h3 span{ display: block;font-size: 16px;line-height:1.5em;}
.banner h3 p{ font-size: 16px;line-height:1.5em;}
.hotsearch{background:#fff;padding:1% 0;}
.hotsearch .wrapper{display: flex; justify-content: space-between;}
.search{height:35px;background:#f1f1f1;} 
.search .input{ float:left;width:300px;height:35px;line-height:35px;padding:0 10px;margin:0px; border:none; background:none; outline: none;} 
.search .button{float:left; width:80px;height:35px;line-height:35px; color:#fff;border:none;background:#0260b3 url(../images/search.png) no-repeat 15px center; padding-left:20px;cursor: pointer;margin:0px;} 
.hotsearch p{margin-left:0; font-size:16px; width: 50%; }
.hotsearch p a{margin: 0 6px;}
#imain{ }
.ititle{ padding:0 0 3% 0; text-align:center; }
.ititle h2{display: inline-block; font-size: 32px; line-height:1.8em; position:relative; }
.ititle p{ color: #666; }
.ititle span{line-height:1.8em; text-transform:uppercase; }
.ititle span:after{ content:"";display: inline-block; width:5%; border-top:1px #999 solid; vertical-align:top; margin:12px 30px;}
.ititle span:before{content:"";display: inline-block; width:5%; border-top:1px #999 solid; vertical-align:top; margin:12px 30px;}
a.imore{ background:#2cad42; display: inline-block; padding:0 70px 0 40px; line-height: 44px; color: #fff;margin: 4% auto 0 auto; text-align:center; border-radius: 3px; transition: all .3s; position:relative; }
a.imore:after{ content:">";font-family:"宋体"; position:absolute; right:40px; top:12px; display:inline-block; margin-left:8px; background:#fff; width:15px;height:17px; line-height:19px; padding-left:2px; overflow:hidden; border-radius: 50%; color:#2cad42; }
a.imore:hover{ background:#1f9a34;}
.aboutus{padding:4% 0; background:#f1f1f1 url(../images/about_bg.jpg) no-repeat bottom center; }
.aboutus ul{list-style:none; }
.aboutus li{ float:left;margin:0.5%; background:#fff; position:relative;}
.aboutus li img{ display:block; width:100%;}
.aboutus li div{ position:absolute; left:0;top:0;bottom:0;right:30%; padding:30px;}
.aboutus li div h3{ font-size:24px; margin-bottom:2%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.aboutus li div p{ line-height:1.6em; color:#808080;}
.aboutus li div a{ display:block; font-size:16px; color:#d3d3d3; margin-top:5%;}
.aboutus li div a:after{ content:" →";}
.aboutus li:nth-child(1){ width:38%; }
.aboutus li:nth-child(1) div{ top:auto; color:#fff;right:0;}
.aboutus li:nth-child(1) div p{ color:#fff;}
.aboutus li:nth-child(1) div a{color:#fff;}
.aboutus li:nth-child(2){ width:60%; }
.aboutus li:nth-child(2) div{right:40%; }
.aboutus li:nth-child(3){width:29.5%; }
.aboutus li:nth-child(4){width:29.5%; }

.icompany{margin:0 5%; }
.icompany p{ text-indent:2em; }
.icompany img{ display:block; max-width:100%;margin:0 auto; }
.icompany a{ display:block; border:1px #0e3885 solid; width:100px; text-align:center; color:#0e3885; margin:2% auto; }
.icompany a:after{ content:" >"; font-family:"宋体";} 
.icompany a:hover{ background:#0e3885; color:#fff;} 
.iproduct{padding:3% 0;}
.iproduct .wrapper{display: flex; justify-content: space-between; gap: 20px;}
.iprolist{ float:left; width:260px; background:#0165bb; overflow:hidden;}
.iprolist p{ background:#0462b9;padding:4% 0 5% 0; text-align:center;-moz-box-shadow:0px 2px 5px #333333; -webkit-box-shadow:0px 2px 5px #333333; box-shadow:0px 2px 5px #333333; }
.iprolist p strong{display:block; font-size:24px; color:#fff;}
.iprolist p span{display:block;line-height:1.6em;color:#fff;}
.iprolist dl{list-style-type:none; }
.iprolist dt{padding-left:45px;border-bottom:1px #1f78c3 solid;}
.iprolist dt a{ display:block;line-height:50px;  font-weight:bold; color:#fff;}
.iprolist dt a:hover{color:#ccc;}
.iprolist dd{background:#dedede;margin-bottom:2px;}
.iprolist dd a{display:block; font-size:12px;line-height:30px; padding:0 8px 0 45px;}
.iprolist dd a:hover{ background:#ccc;  color:#fff;}
.iprolist_tel{ background:#ff8b02 url(../images/iprolist_tel.png) no-repeat 8px center; padding:4% 0 4% 73px; color:#fff; }
.iprolist_tel span {display:block;font-size:24px; line-height:1.4em;}

.iproduct_con{flex: 1; overflow:hidden;}

.iproduct_con ul{list-style-type:none; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px;}
.iproduct_con li{width: 100%;}
.iproduct_con li a{ display:block;}
.iproduct_con li a em{display: flex; align-items: center; justify-content: center; background:#fff; border:1px #ccc solid; padding:2px; overflow: hidden; aspect-ratio: 1 / 1;}
.iproduct_con li a img{ display:block; max-width:100%; margin:0 auto; transition: all .3s; object-fit: contain;}
.iproduct_con li a:hover img{ transform: scale(1.1);}
.iproduct_con li a span{ display:block;text-align:center;}
.iservice{padding:4% 0; position:relative;}
.iservice:before{ content:""; position:absolute; left:0;top:0;right:0; height:60%; background:#eee; z-index: -1;}
.iservice ul{list-style:none; display: flex; justify-content: space-between; flex-wrap: wrap;}
.iservice li{width:33.3333%;background:#f1f1f1; min-height:185px; position:relative; }
.iservice li:after{ content:""; position:absolute; top:0;right:40px;text-align:center; color:#fff; width: 28px;height: 40px; font: 14px/36px "Microsoft Yahei"; background: url(../images/ys_h.png) no-repeat; }
.iservice li div{ padding:30px 40px; border:1px #fff solid;}
.iservice li h3{ font-size:16px; font-weight:bold; color: #384652; margin-bottom:5px;}
.iservice li h3 em{ display:block;}
.iservice li h3 em img{display:block; max-width:100%;}
.iservice li h3:after{content:"─"; font-size:18px; display:block;line-height:1em;}
.iservice li p{line-height:1.5em; }
.iservice li:nth-child(1){}
.iservice li:nth-child(1):after{ content:"01";}
.iservice li:nth-child(2){ background:#e7e7e7; }
.iservice li:nth-child(2):after{ content:"02";}
.iservice li:nth-child(3){}
.iservice li:nth-child(3):after{ content:"03";}
.iservice li:nth-child(4){background:#e7e7e7;}
.iservice li:nth-child(4):after{ content:"04";}
.iservice li:nth-child(5){}
.iservice li:nth-child(5):after{ content:"05";}
.iservice li:nth-child(6){background:#e7e7e7;}
.iservice li:nth-child(6):after{ content:"06";}
.inews{padding:4% 0; background:#f1f1f1 url(../images/n_bg.jpg) no-repeat center / cover;}
.inews ul{
	list-style:none;
}
.inews ul li{float:left;width:49%; margin: 0.5%;background:#fff;overflow: hidden; position:relative; }
.inews ul li a{display:block;} 
.inews ul li em{ display:none;overflow:hidden; } 
.inews ul li em img{ display:block; width:100%; } 
.inews ul li div{ padding:4%;}
.inews ul li h3{ font-size:18px;display:block; margin-bottom:1.5%;}
.inews ul li h3 span{display:block; float:right; font-size:14px; color: #999;}
.inews ul li p{color:#818181; line-height:1.6em; }
.inews ul li:hover{ }
.inews ul li:hover a{color: #01468f;}
.inews ul li:hover span{ }
.inews li:nth-child(1){ }
.inews li:nth-child(1) em{display:block; }
.inews li:nth-child(1) div{position:absolute; left:0;right:0;bottom:0; background: rgba(0,84,160,0.8); color:#fff; }
.inews li:nth-child(1) h3 span{ color:#fff; }
.inews li:nth-child(1) p{ color:#fff; }

.iadvantage{ padding:4% 0; }

.icontact{padding:4% 0; } 
.footer{ background:#fff; box-shadow:0px -2px 6px rgba(0,0,0,0.1); border-top: solid 1px #ddd;}
.foot{}
.f_contact{ float:left; width:25%; }
.f_contact a{}
.f_link{ text-align:center;}
.f_link a{padding:0 8px;}
.footnav{padding:3% 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.footnav dl{ list-style:none; padding:0 0 0 2%; width:13%;}
.footnav dt{ }
.footnav dd{}
.footnav dd a{display:block; color:#8a8a8a; }
.copyright { padding:1% 0; text-align:center; background:#333; color:#d3d3d3; }
.copyright a{padding:0 8px;color:#d3d3d3;}
.copyright div{ display:inline;} 
#main{padding:3% 0; }
#left{float:left; width:22%; }
#right{float:right; width:75%; }
#leftmsg{float:left; width:25%; }
#rightmsg{float:right; width:72%; }
.title{ border-bottom:2px #d8d8d8 solid;margin-bottom:3%; }
.title strong{ display: inline-block; font-size:32px; position:relative; font-weight:normal;}
.title strong:after{ content:"";border-bottom:2px #0260b3 solid; position:absolute; left:0; width:100%; bottom:-2px;}

.leftnav{ margin-bottom:3%;}
.leftnav h3{padding:4% 10%; background:#f0f0f0; position:relative; }
.leftnav h3:before{content:""; position:absolute; top:0%; left:0; bottom:0; border-left:3px #0260b3 solid;}
.leftnav h3 strong{ display: block; font-size: 32px;line-height:1.5em; font-weight:normal;}
.leftnav h3 span{ display: block;font-size: 16px;text-transform:capitalize; line-height:1.6em;}
.leftnav dl{list-style-type:none; padding:3% 3% 6% 3%; border:1px #efefef solid;}
.leftnav dt{ border-bottom: 1px solid #e4e4e4; padding-left: 25px;}
.leftnav dt a{ display: block; line-height: 45px; }
.leftnav dt a:before{ content:"> "; font-family:'宋体';} 
.leftnav dt a:hover{color:#01468f;}
.leftnav .current a{color:#01468f;}

.leftnav dd{ background:#fff;padding:8px 0; border-bottom: 1px solid #e4e4e4;}
.leftnav dd a{display:block; font-size:12px; padding:0 0 0 30px; }
.leftnav dd a:before{ content:"• ";}
.leftnav dd a:hover{color:#be0135; }



.place{padding:1% 0; background:#efefef; }
.place p{ background:url(../images/place.png) no-repeat left center; padding-left:25px; }
.place p a{ padding:0 8px; }
.place h3{}
.place strong{ display:block;font-size:24px; font-weight:normal; padding:1.5% 30px; }
.place span{ display:block;font-size:16px; line-height:1.4em; }

.lcontact{ }
.lcontact_t{padding:5% 8%; background:#0079ba; }
.lcontact_t strong{display:block; font-size: 26px; color:#fff; margin-bottom:5%;}
.lcontact_t strong:after{content:""; display:block; width:30px;height:2px;background:#fff;}
.lcontact_t span{ display:block; text-transform:uppercase;line-height:1.3em; }
.lcontact_con{background: #f8f8f8;padding:5% 8%;}

.newslist{}
.newslist ul{ list-style-type:none;}
.newslist li{ background:#f7f7f7; height:auto; overflow:hidden; margin:0 0 3% 0; }
.newslist li em{display:block;float:right; width:40%; height:260px; overflow:hidden; } 
.newslist li em img{width:100%; display:block; margin:0 auto;}
.newslist li div{margin-right:40%; padding:2em 3em;}
.newslist li h3{font-size:24px; font-weight:bold; line-height:2.5em; }
.newslist li p{ font-size:12px; line-height:1.6em; }
.newslist li span{ margin:1em 0 0 0;display: block; }
.newslist li a{display: inline-block; background:#999; padding:0 10px; text-align:center; color:#fff;}
.newslist li a:hover{ background:#3588cc;}
.publiclist{}
.publiclist ul{ list-style-type:none;}
.publiclist li{padding:7px 0px;border-bottom:1px #cdcdcd dotted; line-height:18px; }
.publiclist li a{display:block; padding:0 0 0 25px; background:url('../images/cion1.gif') no-repeat 12px center; line-height:18px; }
.publiclist li span{ float:right;padding-right:8px;color:#999;line-height:18px; }
.publiclist li strong{line-height:18px;}

.contact{padding:0;}
.down{}
.down ul{ list-style-type:none;}
.down li{padding:7px 0px 7px 25px;border-bottom:1px #cdcdcd dotted; line-height:18px;background:url('../images/icon1.gif') no-repeat 12px center;}
.down li a{display:block; float:right; line-height:18px; }
.down li strong{line-height:18px;}

.title02{ margin:2px 0; padding:8px 20px; background:#f5f5f5;position:relative; }
.title02:before{ content:""; width:5px; height: 15px; background:#3588cc; position:absolute;left:8px; top:14px;}
.title02 a{ float:right;}
.container{ }
.content{}
.content h1{margin:2px 0; padding:8px 20px; background:#f5f5f5; position:relative; }
.content h1:before{ content:""; width:5px; height: 15px; background:#3588cc; position:absolute;left:8px; top:14px;}
.content h1 a{}
.content h2{text-align:center; font-size:16px; padding-bottom:15px;}
.content h3{font-size:26px; text-align:center; font-weight:800;}
.content h5{background:#f5ff5f url('../images/cion02.gif') no-repeat 5px center;border-bottom:1px solid #ccc; font-weight:bold; padding:0 0 0 20px;}
.content h4{background:#eeeeee;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;}
.content h4 span{ display:block; float:left; background:#e62129; color:#fff; padding:0 20px; line-height:2.6em;} 
.content h6{ text-align:center; font-size:12px; font-weight:normal; line-height:30px; margin:0 0 8px 0;border-bottom:1px dotted #ccc;}
.content p{ margin:3px auto 5px auto;} 
.content a{text-decoration:underline;}
.content li{ margin-left:3.5em;}
.content img{ max-width:100%;}
.content .detail{ padding:0.5% 0 1% 0;margin:0 auto; overflow:hidden;}
.content table{}
.content table td{padding:0px 5px;}
.content table td p{ margin:0;}
.tableboder table{border:#d4d4d7 solid 1px; text-align:center; border-collapse:collapse;}
.tableboder th{ color:#e62129; padding:2px 5px;border:#d4d4d7 solid 1px;}
.tableboder td{ padding:2px 5px;border:#d4d4d7 solid 1px;}
.brief{ margin:0 auto; }
.brief a{text-decoration:underline;}

.page{ text-align:center; padding:15px 0 0 0;font-size:12px;}
.page a{padding:0 3px;}
.page a:visited{}
.page a:hover{ text-decoration:underline;}
.tool{ text-align:center; font-size:12px; padding:10px 0 15px 0;}
.tool a{padding:0 3px;}
.tool a:visited{}
.tool a:hover{ text-decoration:underline;}
.choice{ height:25px; padding:10px 0;}
.choice a{ display:block; text-align:center; background:url('../images/choice02.gif') no-repeat; margin:0 10px 0 0; font-weight:bold; width:110px;line-height:25px; float:left; }
.choice a:hover{ background:url('../images/choice01.gif') no-repeat; color:#fff;}
.choice #current{ background:url('../images/choice01.gif') no-repeat; color:#fff;}
.product{ }
.product ul{list-style-type:none;}
.pro_a{ padding:1% 0;}
.pro_a img{width:120px; border:7px solid #ededed; margin:0 1.5% 0 0; float:left;}
.pro_a div{ line-height:20px; padding:2px 5px 2px 5px; vertical-align:top;}
.pro_a div strong{ color:#3588cc; line-height:20px; }
.pro_a div p{ display:inline; line-height:20px;}
.pro_n{ padding:2%; float:left; width:45%; margin:0.5%;background:#f9f9f9; height: 140px; overflow: hidden; position:relative;}
.pro_n:before{ content:"";border:1px solid #f7f7f7; position: absolute; left:0;right:0; bottom:0;top:0; z-index:9;}
.pro_n:after{content:""; border-bottom:4px solid #007EC8;position: absolute;bottom:1px; width:0; left:50%; z-index:9;}
.pro_n em{ float:left; width:160px;border-right:1px solid #ccc;}
.pro_n em img{ display:block;max-width:140px; }
.pro_n div{ margin-left:181px; position:relative;}
.pro_n div h3{ font-size:18px;line-height:1.6em; margin-bottom:2%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pro_n div h4{font-size:12px; line-height:1.6em; height:80px;overflow: hidden; color:#676767; }
.pro_n div p{ display:inline; font-size:12px; line-height:1.5em;color:#676767;}
.pro_n div span{font-size:12px; display:block; padding:1% 0; }
.pro_n div span:after{ content:" +"; }
.pro_n div a{ position:absolute; right:0;left:0;top:0;bottom:0;z-index:9;}
.pro_n:hover:before{border:1px #007EC8 solid; transition: all 0.8s ease 0s;} 
.pro_n:hover:after{left:0;right:0; width:100%;transition: all 0.8s ease-out 0s;}
.pro_n:hover em{border-right:1px #007EC8 solid;transition: all 0.5s ease 0s;}
.pro_n:hover div h3{color:#007EC8;}
.caselid .picd{ float:left; width:195px; height:138px; border-right:1px #ccc solid; transition: all 0.5s ease 0s;}
.caselid:hover .picd{}
/*橱窗页1:1*/
.productb{ padding:5px 0;}
.productb .picdiv{ float:left; width:25%; text-align:center; margin:5px 0; min-height:155px;}
.productb h2{width:120px;height:120px; border:1px solid #878787; padding:5px; background:#fff; margin:0 auto;}
.productb h2 a{width:120px;height:120px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:104px;*font-family:Arial;}
.productb h2 img{vertical-align:middle;}
.productb span{line-height:18px; text-align:center;display:block; padding:3px;}
.productb span a{line-height:18px;}
/*橱窗页3:4*/
.pic_list{ padding:5px 0;}
.pic_list .picdiv{ float:left; width:25%; text-align:center;margin:5px 0;}
.pic_list h2{ width:164px; height:124px; margin:0 auto;}
.pic_list h2 a{width:160px;height:120px; border:1px solid #8e8e8e;padding:1px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:104px;*font-family:Arial;}
.pic_list h2 img{vertical-align:middle;}
.pic_list span{line-height:18px; text-align:center;display:block; padding:3px;}
.pic_list span a{line-height:18px;}
/*产品内容页c*/
.special{ padding:2%; background:#fff;}
.special img{float:left;margin:0 2% 0 0; width:200px;border:1px solid #e0e0e0; padding:6px; background:#f1f1f1;}
.special div{padding:0 6px; }
.special div strong{color:#3588cc; }
.special div p{ display:inline;}
.sitemap{padding:5px 10px 10px 5px; font-size:12px;}
.sitemap p{ padding:0 10px; line-height:20px;}
.sitemap a{padding:0 10px;}
.client{}
.client ul{ list-style-type:none;}
.client li{ float:left; width:25%;text-align:center;}
.client p{ }
.client img{ border:1px #ccc solid;margin:10px 0 0 0;}


.temp{color:#656565;clear:both;width:auto;padding:5px 0;font-size:12px;font-family:Tahoma,Arial;text-align:center;}
.temp a{color:#656565}
.CopyrightWrap{}
