html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.wrap:after {
	display: block;
	content: "";
	clear: both;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/*ban*/
.banner {
	width: 100%;
	height: 500px;
	white-space: nowrap;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/*border:1px solid #F00; */
}

.banner_m {
	width: 50%;
	height: 500px;
	display: inline-block;
	position: relative;
}

.wrapper {
	*float: left;
	width: 1920px;
	height: 500px;
	display: inline-block;
	position: relative;
	left: -967px;
}

.fn-clear {
	zoom: 1;
}

.box_skitter {
	position: relative;
	background: none;
}

.box_skitter ul {
	display: none;
}

.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}

.box_skitter .image {
	overflow: hidden;
}

.box_skitter .image img {
	display: none;
}

.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.box_skitter .prev_button {
	position: absolute;
	top: 203px;
	left: 15%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/prev.png) no-repeat left top !important;
}

.box_skitter .next_button {
	position: absolute;
	top: 203px;
	right: 14%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/next.png) no-repeat left top !important;
}

.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	display: none;
}

.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url('ajax-loader.gif') no-repeat left top;
	width: 31px;
	height: 31px;
}

#slideshow {
	width: 1920px;
	height: 500px;
}

#slideshow ul {
	display: none;
}


/*内页*/

.content {
	margin-top: 50px;
}

.content-b>h5 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.content-b img {
	display: inline-block;
	max-width: 100%;
}

/*顶部*/
.itop{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #eee;
	border-bottom: 1px solid #ddd;
}
.itop .itop-l{
	float: left;
	height: 35px;
	line-height: 35px;
}

.logo-nav{
	width: 100%;
	height: 120px;
}
/*logo*/
.ilogo{
	float: left;
	width: 224px;
	height: 70px;
	background: url(../img/ilogo.png) center no-repeat;
	margin-top: 25px;
}

/*nav*/
.inav{
	float: right;
	height: 120px;
	line-height: 120px;
}
.inav ul li{
	float: left;
	height: 120px;
	line-height: 120px;
	text-align: center;
	margin-left: 55px;
}
.inav ul li a{
	display: block;
	font-size: 14px;
	color: #666;
}
.inav ul li.on a,
.inav ul li a:hover{
	color: #0070ad;
}

/*ititle*/
.ititle{
	width: 100%;
}
.ititle .ititle-t{
	height: 60px;
	border-left: 4px solid #0752a5;
	position: relative;
	padding-left: 20px;
	overflow: hidden;
}
.ititle .ititle-t h5{
	font-size: 19px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin: 2px 0 10px 0;
	font-style: italic;
}
.ititle .ititle-t p{
	font-size: 30px;
	font-weight: bold;
	color: #0752a5;
	line-height: 1;
	font-style: italic;
}
.ititle .ititle-t a{
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 12px;
	background: #f9bd61;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ititle .ititle-t a:hover{
	background: #ec7e0e;
}
.ititle i{
	display: block;
	width: 800px;
	height: 1px;
	background: #ccc;
	margin-top: 12px;
	margin-bottom: 8px;
}
.ititle span{
	font-size: 12px;
	color: #888;
}

/*产品*/
.ipro{
	margin-top: 80px;
}

.ipro .ipro-list{
	margin-top: 30px;
}
.ipro .ipro-list ul li{
	float: left;
	width: 360px;
	margin-right: 60px;
}
.ipro .ipro-list ul li:nth-of-type(3n){
	margin-right: 0;
}
.ipro .ipro-list ul li .ipro-img{
	width: 358px;
	height: 268px;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.ipro .ipro-list ul li .ipro-img img{
	display: block;
	width: 100%;
	height: 100%;
}

.ipro .ipro-list ul li .ipro-txt{
	width: 100%;
	box-sizing: border-box;
	padding: 0 14px;
}
.ipro .ipro-list ul li .ipro-txt h5{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 10px 0;
}
.ipro .ipro-list ul li .ipro-txt p{
	color: #666;
	line-height: 25px;
}
.ipro .ipro-list ul li .ipro-txt .ipro-icon{
	margin-top: 15px;
}
.ipro .ipro-list ul li .ipro-txt .ipro-icon em{
	float: left;
	height: 14px;
	line-height: 14px;
	padding-left: 22px;
	font-size: 12px;
	color: #666;
	margin-top: 9px;
}
.ipro .ipro-list ul li .ipro-txt .ipro-icon .ipro-time{
	background: url(../img/ipro_time.png) left center no-repeat;
}
.ipro .ipro-list ul li .ipro-txt .ipro-icon .ipro-visit{
	background: url(../img/ipro_visit.png) left center no-repeat;
	margin-left: 20px;
}
.ipro .ipro-list ul li .ipro-txt .ipro-icon a{
	float: right;
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #0752a5;
	color: #fff;
}
.ipro .ipro-list ul li .ipro-txt .ipro-icon a:hover{
	background: #ec7e0e;
}


/*关于*/
.iabout{
	width: 100%;
	height: 600px;
	background: url(../img/iabout_bg.jpg) center no-repeat;
	overflow: hidden;
	margin-top: 80px;
}
.iabout>.wrap{
	overflow: hidden;
	position: relative;
}
.iabout .iabout-title{
	margin-top: 130px;
}
.iabout .iabout-title h5{
	color: #8fc4ff;
	font-size: 60px;
	line-height: 75px;
	font-weight: bold;
	font-style: italic;
}

.iabout .iabout-title i{
	display: block;
	width: 90px;
	height: 4px;
	background: #8fc4ff;
	margin: 20px 0 20px;
}

.iabout .iabout-title p{
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

.iabout .iabout-title dl{
	width: 340px;
	margin-top: 30px;
}

.iabout .iabout-title dl dd{
	float: left;
	width: 170px;
	line-height: 35px;
	color: #8fc4ff;
}

.iabout .iabout-txt{
	overflow: hidden;
	width: 820px;
	height: 450px;
	box-sizing: border-box;
	padding: 0 50px;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	box-shadow: 5px 0 5px rgba(0,0,0,0.6);
	position: absolute;
	right: 0;
	top: 75px;
}

.iabout .iabout-txt .iabout-t{
	height: 130px;
	border-left: 3px solid #003f82;
	padding-left: 20px;
	margin-top: 40px;
}
.iabout .iabout-txt .iabout-t p{
	line-height: 2;
	text-indent: 2em;
	color: #003f82;
}
.iabout .iabout-txt .iabout-b dl{
	float: left;
	width: 340px;
}
.iabout .iabout-txt .iabout-b dl:nth-of-type(2n){
	float: right;
}
.iabout .iabout-txt .iabout-b dl dt{
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding-left: 65px;
	color: #ec7e0e;
}
.iabout-icon01{
	background: url(../img/iabout01.png) left no-repeat;
}
.iabout-icon02{
	background: url(../img/iabout02.png) left no-repeat;
}
.iabout-icon03{
	background: url(../img/iabout03.png) left no-repeat;
}
.iabout-icon04{
	background: url(../img/iabout04.png) left no-repeat;
}
.iabout .iabout-txt .iabout-b{
	margin-top: 15px;
}
.iabout .iabout-txt .iabout-b dl{
	margin-top: 20px;
}
.iabout .iabout-txt .iabout-b dl dd{
	font-size: 12px;
	line-height: 2;
	margin-top: 5px;
	color: #666;
}

/*优势*/
.iys{
	margin-top: 80px;
}
.iys .iys-title{
	text-align: center;
}
.iys .iys-title h5{
	font-size: 40px;
	line-height: 40px;
	color: #003f82;
}
.iys .iys-title h5 span{
	font-size: 30px;
	color: #aaa;
}
.iys .iys-title h4{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #ec7e0e;
	margin-top: 10px;
}
.iys .iys-title h4 span{
	font-size: 30px;
	color: #333;
}
.iys .iys-b{
	margin-top: 40px;
}
.iys .iys-b .iys-b01{
	height: 841px;
	overflow: hidden;
	background: url(../img/iys_bg01.jpg) right no-repeat;
}
.iys .iys-b .iys-b02{
	overflow: hidden;
	padding-left: 650px;
	background: url(../img/iys_bg02.jpg) left center no-repeat;
}
.iys .iys-b .iys-list{
	margin-top: 40px;
	overflow: hidden;
}
.iys .iys-b .iys-list .iys-list-title{
	height: 34px;
	overflow: hidden;
	font-size: 20px;
}
.iys .iys-b .iys-list .iys-list-title h5{
	float: left;
	width: 92px;
	height: 34px;
	text-align: center;
	line-height: 36px;
	background: #ff7300;
	color: #fff;
}
.iys .iys-b .iys-list .iys-list-title em{
	float: left;
	width: 50px;
	height: 34px;
	line-height: 36px;
	text-align: center;
	background: #003f82;
	color: #fff;
}
.iys .iys-b .iys-list h4{
	font-size: 20px;
	font-weight: bold;
	color: #003f82;
	margin-top: 20px;
}
.iys .iys-b .iys-list p{
	color: #999;
	margin-top: 10px;
}
.iys .iys-b .iys-list dl{
	margin-top: 15px;
}
.iys .iys-b .iys-list dl dd{
	font-size: 15px;
	line-height: 25px;
	padding-left: 18px;
	background: url(../img/iys_icon.png) left center no-repeat;
	margin: 15px 0;
}

/*案例*/
.icase{
	margin-top: 80px;
}
.icase .icase-list{
	margin-top: 10px;
}
.icase .icase-list ul li{
	width: 600px;
	height: 200px;
	float: left;
	margin-top: 20px;
}
.icase .icase-list ul li a{
	display: block;
	height: 200px;
	background: #f2f2f2;
}
.icase .icase-list ul li a:hover{
	background: #003f82;
}
.icase .icase-list ul li img{
	display: block;
	width: 300px;
	height: 200px;
	float: left;
}
.icase .icase-list ul li dl{
	float: left;
	width: 260px;
	padding: 0 20px;
}
.icase .icase-list ul li dl dt{
	font-size: 18px;
	font-weight: bold;
	color: #003f82;
	margin-top: 25px;
}
.icase .icase-list ul li dl dd{
	color: #666;
	line-height: 23px;
	margin-top: 10px;
}
.icase .icase-list ul li a:hover dt,
.icase .icase-list ul li a:hover dd{
	color: #fff;
}
.icase .icase-list ul li dl i{
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #003f82;
	position: relative;
	margin-top: 15px;
}
.icase .icase-list ul li a:hover i{
	border-color: #fff;
}
.icase .icase-list ul li dl i:after{
	position: absolute;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #003f82 #003f82 transparent transparent;
	transform-origin: top right;
	-ms-transform-origin: top right;
	-moz-transform-origin: top right;
	-webkit-transform-origin: top right;
	-o-transform-origin: top right;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	top: 12px;
	left: 7px;
}

.icase .icase-list ul li a:hover i:after{
	border-color: #fff #fff transparent transparent;
}

/*标语*/
.igg{
	width: 100%;
	height: 250px;
	background: url(../img/gg.jpg) center no-repeat;
	margin-top: 80px;
}

/*新闻*/
.inews{
	margin-top: 80px;
}
.inews .inews-title{
	width: 100%;
	height: 65px;
	border-top: 1px solid #dfdfdf;
	background: #f2f2f2;
}
.inews .inews-title .inews-title-box{
	float: left;
	height: 45px;
	border-left: 4px solid #003f82;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
.inews .inews-title .inews-title-box h5{
	font-size: 18px;
	color: #003f82;
	font-weight: bold;
}
.inews .inews-title .inews-title-box p{
	color: #666;
	margin-top: 5px;
}
.inews .inews-title a{
	float: right;
	display: block;
    width: 60px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 12px;
    background: #f9bd61;
    color: #fff;
    margin-top: 21px;
    margin-right: 10px;
}
.inews .inews-title a:hover{
	background: #ec7e0e;
}

.inews .inews-l{
	width: 840px;
	float: left;
}

.inews .inews-l .inews-img{
	float: left;
	width: 370px;
	margin-top: 20px;
}
.inews .inews-l .inews-img img{
	display: block;
	width: 370px;
	height: 220px;
}
.inews .inews-l .inews-img h5{
	font-size: 15px;
	color: #003f82;
	font-weight: bold;
	margin: 15px 0 10px 0;
}
.inews .inews-l .inews-img p{
	line-height: 1.8;
	color: #666;
}
.inews .inews-l .inews-img a{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #003f82;
	color: #fff;
	margin-top: 12px;
}
.inews .inews-l .inews-list{
	float: right;
	width: 430px;
}
.inews .inews-l .inews-list ul li{
	padding-left: 85px;
	height: 60px;
	overflow: hidden;
	position: relative;
	padding-bottom: 19px;
	border-bottom: 1px solid #ddd;
	margin-top: 19px;
}
.inews .inews-l .inews-list ul li:after{
	display: block;
	font-family: arial;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	color: #ddd;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.inews .inews-l .inews-list ul li:nth-of-type(1):after{
	content: "01";
}
.inews .inews-l .inews-list ul li:nth-of-type(2):after{
	content: "02";
}
.inews .inews-l .inews-list ul li:nth-of-type(3):after{
	content: "03";
}
.inews .inews-l .inews-list ul li:nth-of-type(4):after{
	content: "04";
}
.inews .inews-l .inews-list ul li a{
	display: block;
}
.inews .inews-l .inews-list ul li h5{
	font-size: 15px;
	line-height: 1;
}
.inews .inews-l .inews-list ul li p{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-top: 7px;
}
.inews .inews-r{
	float: right;
	width: 320px;
}
.inews .inews-r .inews-title .inews-title-box{
	border-color: #ff7300;
}
.inews .inews-r .inews-title .inews-title-box h5{
	color: #ff7300;
}
.inews .inews-r .inews-list ul li{
	border-bottom: 1px dashed #ddd;
	margin-top: 20px;
	padding-bottom: 20px;
}
.inews .inews-r .inews-list ul li a{
	height: 18px;
	line-height: 18px;
	padding-left: 30px;
	background: url(../img/download.png) left no-repeat;
}
.inews .inews-r .inews-list ul li a:hover{
	color: #ff7300;
}

/*footer*/
.footer{
	width: 100%;
	background: #003f82;
	margin-top: 100px;
}
.footer .ft-nav{
	border-bottom: 1px solid #00346b;
}
.footer .ft-nav ul{
	width: 880px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
.footer .ft-nav ul li{
	float: left;
	width: 110px;
	text-align: center;
}
.footer .ft-nav ul li a{
	color: #fff;
}
.footer .ft-b{
	border-top: 1px solid #0152a9;
	padding: 40px 0;
}
.footer .ft-b .ft-logo{
	float: left;
	width: 224px;
	height: 70px;
	margin-top: 25px;
}
.footer .ft-b .ft-logo img{
	display: block;
	width: 224px;
	height: 70px;
}
.footer .ft-b .ft-contact{
	float: left;
	width: 480px;
	margin-left: 90px;
}
.footer .ft-b .ft-contact p{
	color: #fff;
	line-height: 30px;
}
.footer .ft-b .ft-contact dd{
	float: left;
	width: 240px;
	color: #fff;
	line-height: 30px;
}
.footer .ft-b .ft-ewm{
	float: right;
	width: 231px;
	height: 114px;
}
.footer .ft-b .ft-ewm img{
	display: block;
	width: 231px;
	height: 114px;
}


/*侧边栏*/

.content-left {
	float: left;
	width: 270px;
}

.content-left .left-nav {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.content-left .left-nav .left-title {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #003f82;
	overflow: hidden;
}

.content-left .left-nav .left-title h5 {
	width: 230px;
	height: 60px;
	line-height: 60px;
	border-top: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	font-size: 22px;
	font-weight: bold;
	margin: 14px auto;
	background: #f2f2f2;
}

.content-left .left-nav .left-title h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #666;
}

.content-left .left-nav .left-list {
	overflow: hidden;
}

.content-left .left-nav .left-list ul li {
	width: 230px;
	margin: 0 auto 12px;
}

.content-left .left-nav .left-list ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	color: #333;
	padding: 0 25px;
}

.content-left .left-nav .left-list ul li a:hover,
.content-left .left-nav .left-list ul .active a {
	color: #fff;
	background: #003f82;
	border-color: #003f82;
}

.content-left .left-nav .left-list ul li a i {
	float: right;
	line-height: 45px;
	font-size: 15px;
}

.content-left .left-nav .left-list ul dl {
	width: 230px;
	margin: -12px auto 0 auto;
}

.content-left .left-nav .left-list ul dl dd {
	background: #f2f2f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
}

.content-left .left-nav .left-list ul dl dd:first-of-type {
	border-top: none;
}

.content-left .left-nav .left-list ul dl dd a {
	display: block;
	padding-left: 45px;
	color: #666;
}

.content-left .left-contact {
	margin-top: 30px;
}

.content-left .left-contact .left-contact-b {
	width: 230px;
	margin: 0 auto 10px auto;
}

.content-left .left-contact .left-contact-b p {
	margin: 8px auto 0 auto;
	line-height: 2;
	font-size: 14px;
	color: #666;
}

.content-left .left-contact .left-contact-b p:first-of-type {
	margin-top: 0;
}

.content-right {
	float: right;
	width: 890px;
}

.content-right .right-title {
	padding: 10px 20px;
	position: relative;
	background: #fff;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
}

.content-right .right-title h5 {
	float: left;
	font-size: 23px;
}

.content-right .location {
	float: right;
	color: #666;
	line-height: 30px;
}

.content-right .content-b {
	margin-top: 10px;
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	background: #fff;
	border: 1px solid #ddd;
}


/*新闻列表*/

.news-list ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}

.news-list ul li:last-of-type {
	border-bottom: none;
}

.news-list ul li dd {
	font-size: 16px;
	font-weight: bold;
	color: #003f82;
}

.news-list ul li dd a:hover {
	text-decoration: underline;
}

.news-list ul li p {
	margin: 5px 0;
	color: #666;
}

.news-list ul li span {
	float: left;
	font-size: 13px;
	color: #999;
	margin-top: 2px;
}

.news-list ul li>a {
	display: block;
	float: right;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #666;
	font-size: 13px;
}

.news-list ul li>a:hover {
	background: #003f82;
}

.news-nr h5 {
	display: block;
	line-height: 35px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.news-nr h4 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}
.down-list ul li{
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.down-list ul li dd{
	float: left;
}
.down-list ul li dd:hover{
	color: #003f82;
}
.down-list ul li a{
	float: right;
}
.down-list ul li a:hover{
	color: #003f82;
}
.pro-list ul li {
	float: left;
	width: 270px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

.pro-list ul li:nth-of-type(3n+2) {
	margin: 0 19px;
}

.pro-list ul li:hover {
	color: #003f82;
	border-color: #003f82;
}

.pro-list ul li a {
	display: block;
}

.pro-list ul li a img {
	display: block;
	width: 270px;
	height: 203px;
	margin-bottom: 6px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.pro-list ul li a span {
	display: block;
}

.pro-list ul li a p {
	height: 50px;
	line-height: 1.8;
	color: #888;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pro-list ul li:hover p {
	color: #003f82;
}

.case-list ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e1e1e1;
}

.case-list ul li a img {
	width: 200px;
	height: 150px;
	float: left;
}

.case-list ul li dl {
	float: right;
	width: 630px;
}

.case-list ul li dt {
	height: 34px;
	line-height: 34px;
}

.case-list ul li dt a {
	color: #003f82;
	font-size: 16px;
	font-weight: bold;
}

.case-list ul li dt a:hover {
	text-decoration: underline;
}

.case-list ul li dd {
	line-height: 24px;
	margin-top: 0px;
	height: 110px;
	position: relative;
	font-size: 13px;
	color: #888;
}

.case-list ul li dd .moret {
	position: absolute;
	right: 10px;
	background: #003f82;
	bottom: -5px;
	width: 62px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	height: 24px;
}

.case-list ul li dd .moret:hover {
	background: #003f82;
	color: #fff;
	line-height: 24px;
}

.pro-nr>h5 {
	font-size: 20px;
	text-align: center;
}

.pro-nr>img {
	display: block;
	margin: 10px auto;
	max-width: 70%;
}

.pro-nr>h3 {
	font-size: 18px;
	color: #35383d;
	height: 40px;
	line-height: 40px;
	background: #e7e8e9;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.proright {
	float: right;
	width: 420px;
	height: 300px;
}

.proright h2 {
	font-size: 18px;
	color: #003f82;
}

.proright .summary {
	margin-top: 15px;
}

.prodetails {
	margin-top: 10px;
	color: #333;
	overflow: hidden;
}

.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #003f82;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}

#preview {
	float: left;
	margin: 0px auto;
	width: 402px;
}

.jqzoom {
	width: 400px;
	height: 300px;
	position: relative;
	border: solid 1px #cccccc;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 420px;
	height: 56px;
	padding-top: 8px;
	overflow: hidden;
}

#spec-left {
	background: url(img/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-right {
	background: url(img/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-list {
	width: 350px;
	float: left;
	overflow: hidden;
	margin-left: 8px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0;
	display: inline;
	width: 75px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 60px;
	height: 45px;
}


/*jqzoom*/

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 700px;
	height: 473px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 366px;
	margin-right: 8px;
}

#spec-list div {
	margin-top: 0;
	margin-left: 0;
	*margin-left: 0;
}

.pre-next {
	margin-top: 30px;
}


/*搜索结果*/

.search-list ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
}

.search-list ul li a {
	display: block;
}

.search-list ul li a p {
	float: left;
	height: 40px;
	line-height: 40px;
}

.search-list ul li a span {
	float: right;
	height: 40px;
	line-height: 40px;
}