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: #ddd;
}
.ihead{
	width: 100%;
	height: 120px;
}
.ihead .ilogo{
	float: left;
	width: 468px;
	height: 70px;
	margin-top: 25px;
}
.ihead .ilogo img{
	display: block;
	width: 468px;
	height: 70px;
}
.ihead .iphone{
	float: right;
	width: 338px;
	height: 70px;
	background: url(../img/iphone_bg.png) no-repeat;
	margin-top: 25px;
}
.ihead .iphone .iphone-box{
	padding-left: 55px;
	height: 36px;
	background: url(../img/iphone.png) left center no-repeat;
	margin: 22px 0 0 75px;
}

.ihead .iphone .iphone-box p{
	font-size: 12px;
	color: #fff;
	line-height: 1;
}
.ihead .iphone .iphone-box h5{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin-top: 5px;
}

/*导航*/
.inav{
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #d3071b;
}
.inav ul li{
	float: left;
	width: 12.5%;
	height: 55px;
	line-height: 55px;
}
.inav ul li a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.inav ul li a:hover,
.inav ul .on a{
	background: #222222;
}

/*搜索*/
.isearch{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #eee;
}
.isearch .isearch-l{
	float: left;
}
.isearch .isearch-l h5{
	display: inline-block;
	font-weight: bold;
}
.isearch .isearch-l dd{
	display: inline-block;
	margin-right: 10px;
}
.isearch .isearch-l dd a{
	color: #999;
}
.isearch .isearch-l dd a:hover{
	color: #d3071b;
}
.isearch .isearch-r{
	float: right;
}
.isearch .isearch-r h5{
	float: left;
	font-weight: bold;
	color: #d3071b;
	margin-right: 5px;
}

.isearch .isearch-r form {
	float: right;
	width: 298px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-top: 10px;
}

.isearch .isearch-r form input {
	float: left;
	outline: none;
	border: none;
	margin: 0;
}

.isearch .isearch-r form .isearch-txt {
	width: 248px;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 12px;
}

.isearch .isearch-r form .isearch-sub {
	width: 34px;
	height: 28px;
	background: #fff url(../img/isearch_01.png) center center no-repeat;
	cursor: pointer;
}

/*标题*/
.ititle{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.ititle:after{
	display: block;
	content: "";
	width: 800px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 200px;
	bottom: 33px;
	z-index: 1;
}
.ititle span{
	position: absolute;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #e5e5e5;
	top: 0;
	right: 0;
	left: 0;
}
.ititle h5{
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #d3071b;
	margin-top: 15px;
}
.ititle i{
	display: block;
	width: 60px;
	height: 3px;
	margin: 12px auto;
	background: #ec6100;
	position: relative;
	z-index: 999;
}

.ititle p{
	font-size: 15px;
	color: #666;
}

/*产品*/
.ipro{
	width: 100%;
	margin-top: 80px;
}
.ipro .ipro-nav{
	margin: 30px 0 10px;
}
.ipro .ipro-nav ul li{
	float: left;
	margin: 10px 25px;
}

.ipro .ipro-nav ul li:nth-of-type(5n+1){
	margin-left: 0;
}
.ipro .ipro-nav ul li:nth-of-type(5n){
	margin-right: 0;
}

.ipro .ipro-nav ul li a{
	display: block;
	width: 160px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: #e5e5e5 url(../img/ipro_01.png) right 20px center no-repeat;
	position: relative;
}
.ipro .ipro-nav ul li a:hover,
.ipro .ipro-nav ul li:nth-of-type(1) a
{
	color: #fff;
	background: #d3071b url(../img/ipro_02.png) right 20px center no-repeat;
}

.ipro .ipro-list ul li{
	float: left;
	width: 278px;
	border: 1px solid #dedede;
	margin-right: 26px;
	margin-top: 20px;
}
.ipro .ipro-list ul li:nth-of-type(4n){
	margin-right: 0;
}
.ipro .ipro-list ul li a{
	display: block;
	padding: 9px;
}
.ipro .ipro-list ul li a img{
	display: block;
	width: 260px;
	height: 195px;
}
.ipro .ipro-list ul li a h5{
	width: 230px;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	background: #d3071b;
	color: #fff;
	margin: 10px 0 15px;
}
.ipro .ipro-list ul li a p{
	padding: 0 10px;
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ipro .ipro-list ul li a p b{
	font-weight: bold;
	color: #333;
}
.ipro .ipro-more a{
	display: block;
	width: 208px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #9c9c9c;
	font-size: 15px;
	color: #666;
	margin: 40px auto 0;
}

/*关于*/
.iabout{
	width: 100%;
	margin-top: 80px;
}
.iabout .iabout-img{
	float: left;
	width: 420px;
	height: 530px;
	margin-top: 40px;
}
.iabout .iabout-img img{
	display: block;
	width: 420px;
	height: 530px;
}
.iabout .iabout-txt{
	float: right;
	width: 730px;
	margin-top: 50px;
}

.iabout .iabout-txt .iabout-t{
	height: 50px;
	border-left: 4px solid #d3071b;
	padding-left: 15px;
	overflow: hidden;
}

.iabout .iabout-txt .iabout-t h5{
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin: 2px 0 8px 0;
}
.iabout .iabout-txt .iabout-t p{
	color: #999;
}
.iabout .iabout-txt .iabout-m{
	margin-top: 25px;
}
.iabout .iabout-txt .iabout-m p{
	font-size: 13px;
	line-height: 2;
	text-indent: 26px;
}
.iabout .iabout-txt .iabout-m a{
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #d3071b;
	color: #fff;
	margin-top: 25px;
}
.iabout .iabout-txt .iabout-b{
	margin-top: 30px;
}
.iabout .iabout-txt .iabout-b dd{
	float: left;
	width: 360px;
	height: 50px;
	line-height: 50px;
	color: #666;
	box-sizing: border-box;
	border-left: 3px solid #d3071b;
	padding-left: 60px;
	background: url(../img/iabout_icon.png) left 15px center no-repeat;
	margin-top: 20px;
}
.iabout .iabout-txt .iabout-b dd:nth-of-type(2n){
	float: right;
}

/*广告*/
.iadv{
	width: 100%;
	height: 240px;
	background: url(../img/iadv.jpg) center no-repeat;
	margin-top: 80px;
	overflow: hidden;
}
.iadv .iadv-t{
	height: 90px;
	border-left: 5px solid #fff;
	padding-left: 20px;
	overflow: hidden;
	margin-top: 30px;
}

.iadv .iadv-t h5{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-top: 2px;
	margin-bottom: 16px;
}
.iadv .iadv-t p{
	font-size: 40px;
	color: #fff;
	line-height: 1;
}

.iadv .iadv-phone{
	width: 600px;
	height: 50px;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	margin-top: 40px;
}
.iadv .iadv-phone .iadv-phone-l{
	float: left;
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	margin-left: 25px;
	padding-left: 50px;
	background: url(../img/iadv_phone.png) left center no-repeat;
	font-size: 16px;
}

.iadv .iadv-phone .iadv-phone-r{
	float: right;
	width: 160px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	background: #d3071b;
	color: #fff;
	border-radius: 14px;
	font-size: 15px;
	margin-top: 11px;
	margin-right: 10px;
}
.iadv .iadv-phone .iadv-phone-r a{
	display: block;
}

/*优势*/
.iys{
	margin-top: 80px;
}
.iys .iys-box{
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin-top: 50px;
}
.iys .iys-box .iys-txt{
	height: 330px;
	display: table;
}
.iys .iys-box:nth-of-type(2n) .iys-txt{
	float: left;
}
.iys .iys-box:nth-of-type(2n+1) .iys-txt{
	float: right;
}
.iys .iys-box .iys-txt .iys-cell{
	display: table-cell;
	vertical-align: middle;
}
.iys .iys-box .iys-txt .iys-cell .iys-title{
	height: 100px;
	padding-left: 140px;
	background: url(../img/iys_title.png) left center no-repeat;
	position: relative;
	overflow: hidden;
}
.iys .iys-box .iys-txt .iys-cell .iys-title:after{
	position: absolute;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	left: 0;
	top: 0;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}
.iys .iys-box:nth-of-type(2) .iys-title:after{
	content: "01";
}
.iys .iys-box:nth-of-type(3) .iys-title:after{
	content: "02";
}
.iys .iys-box:nth-of-type(4) .iys-title:after{
	content: "03";
}
.iys .iys-box .iys-txt .iys-cell .iys-title h5{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-top: 6px;
}
.iys .iys-box .iys-txt .iys-cell .iys-title p{
	font-size: 25px;
	color: #666;
	margin-top: 10px;
}
.iys .iys-box .iys-txt .iys-cell .iys-list{
	margin-top: 30px;
	overflow: hidden;
}
.iys .iys-box .iys-txt .iys-cell .iys-list dd{
	padding-left: 140px;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin-top: 15px;
}

.iys .iys-box .iys-txt .iys-cell .iys-list dd span{
	color: #d3071b;
	margin-right: 10px;
}
.iys .iys-box .iys-img{
	width: 460px;
	height: 330px;
}
.iys .iys-box:nth-of-type(2n) .iys-img{
	float: right;
}
.iys .iys-box:nth-of-type(2n+1) .iys-img{
	float: left;
}

.iys .iys-box .iys-img img{
	display: block;
	width: 460px;
	height: 330px;
}


/*案例*/
.icase{
	width: 100%;
	margin-top: 80px;
}
.icase .icase-nav{
	float: left;
	width: 300px;
	margin-top: 50px;
}
.icase .icase-nav ul li{
	margin-top: 15px;
}
.icase .icase-nav ul li:nth-of-type(1){
	margin-top: 0;
}
.icase .icase-nav ul li a{
	display: table-cell;
	width: 300px;
	height: 80px;
	text-align: center;
	background: #eee;
	color: #333;
	vertical-align: middle;
}

.icase .icase-nav ul li:nth-of-type(1) a,
.icase .icase-nav ul li a:hover{
	background: #d3071b;
	color: #fff;
}
.icase .icase-nav ul li a h5{
	font-size: 18px;
	font-weight: bold;
}
.icase .icase-nav ul li a p{
	font-size: 15px;
	margin-top: 10px;
}
.icase .icase-list{
	float: right;
	margin-top: 50px;
	width: 850px;
}
.icase .icase-list ul li{
	float: left;
	width: 410px;
	margin-top: 25px;
	background: #f0f0f0;
}
.icase .icase-list ul li:nth-of-type(2n){
	float: right;
}
.icase .icase-list ul li:nth-of-type(1),
.icase .icase-list ul li:nth-of-type(2){
	margin-top: 0;
}
.icase .icase-list ul li a{
	display: block;
	
}
.icase .icase-list ul li a img{
	float: left;
	display: block;
	width: 190px;
	height: 140px;
}
.icase .icase-list ul li a dl{
	float: left;
	margin-left: 20px;
	width: 180px;
}
.icase .icase-list ul li a dl dt{
	font-size: 15px;
	font-weight: bold;
	margin-top: 8px
}
.icase .icase-list ul li a dl i{
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	margin: 8px 0;
}
.icase .icase-list ul li a dl dd{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.icase .icase-list ul li a dl span{
	display: block;
	float: right;
	font-size: 13px;
	color: #d3071b;
	margin-top: 8px;
}

/*新闻*/
.inews{
	margin-top: 80px;
}
.inews .inews-l{
	float: left;
	width: 780px;
	padding: 0 20px;
	height: 300px;
	background: #eee;
}

.inews .inews-l .inews-title{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.inews .inews-l .inews-title h5{
	float: left;
	font-size: 22px;
	font-weight: bold;
}
.inews .inews-l .inews-title h5 span{
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.inews .inews-l .inews-title a{
	float: right;
	color: #999;
}
.inews .inews-l .inews-l-list{
	float: left;
	width: 490px;
}
.inews .inews-l .inews-l-list ul li{
	width: 100%;
	margin-bottom: 15px;
}
.inews .inews-l .inews-l-list ul li a .inews-l-date{
	float: left;
	display: table;
	width: 55px;
	height: 60px;
	text-align: center;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.inews .inews-l .inews-l-list ul li a .inews-l-date .inews-l-date-box{
	display: table-cell;
	vertical-align: middle;
}
.inews .inews-l .inews-l-list ul li a .inews-l-date .inews-l-date-box span{
	display: block;
	font-size: 30px;
	line-height: 25px;
}
.inews .inews-l .inews-l-list ul li a .inews-l-date .inews-l-date-box p{
	font-size: 13px;
	line-height: 1;
	margin-top: 8px;
}
.inews .inews-l .inews-l-list ul li a dl{
	float: right;
	width: 390px;
}
.inews .inews-l .inews-l-list ul li a dl dt{
	font-weight: bold;
	color: #d3071b;
}
.inews .inews-l .inews-l-list ul li a dl dd{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 40px;
	margin-top: 5px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inews .inews-l .inews-l-img{
	float: right;
	width: 240px;
	height: 130px;
}
.inews .inews-l .inews-l-img img{
	display: block;
	width: 240px;
	height: 130px;
}
.inews .inews-l .inews-l-img h5{
	font-weight: bold;
	color: #d3071b;
	line-height: 40px;
	margin-top: 5px;
}
.inews .inews-l .inews-l-img p{
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inews .inews-r{
	float: right;
	width: 330px;
}
.inews .inews-r .inews-title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #d3071b;
	color: #fff;
}
.inews .inews-r .inews-title h5{
	float: left;
	margin-left: 20px;
	font-size: 22px;
	font-weight: bold;
}
.inews .inews-r .inews-title h5 span{
	font-size: 16px;
	font-weight: normal;
}
.inews .inews-r .inews-title a{
	float: right;
	margin-right: 20px;
}
.inews .inews-r .inews-r-list{
	overflow: hidden;
}
.inews .inews-r .inews-r-list dl{
	margin-top: 16px;
}
.inews .inews-r .inews-r-list dl dt{
	height: 18px;
	line-height: 18px;
	padding-left: 30px;
	position: relative;
}

.inews .inews-r .inews-r-list dl dt:after{
	display: block;
	content: "Q";
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #d3071b;
	top: 0;
	left: 0;
}
.inews .inews-r .inews-r-list dl dd{
	position: relative;
	padding-left: 30px;
	height: 36px;
	line-height: 18px;
	margin-top: 6px;
}
.inews .inews-r .inews-r-list dl dd:after{
	display: block;
	content: "A";
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #666;
	top: 0;
	left: 0;
}

/*页脚*/
.footer{
	width: 100%;
	margin-top: 100px;
	border-top: 8px solid #d3071b;
	background: #333;
}

.footer .ft-nav{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #333;
	border-bottom: 1px solid #000;
}
.footer .ft-nav ul li{
	float: left;
	width: 12.5%;
	text-align: center;
	color: #aaa;
	font-size: 15px;
}

.footer .ft-nav ul li a:hover{
	color: #fff;
}

.footer .ft-b{
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #444;
}
.footer .ft-b .ft-logo{
	float: left;
	width: 160px;
	text-align: center;
	margin-top: 20px;
}
.footer .ft-b .ft-logo img{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
.footer .ft-b .ft-logo p{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}
.footer .ft-b .ft-txt{
	float: left;
	margin-left: 40px;
	font-size: 15px;
	line-height: 30px;
	color: #aaa;
}
.footer .ft-b .ft-ewm{
	float: right;
	width: 120px;
	height: 120px;
	margin-top: 20px;
	margin-right: 30px;
}
.footer .ft-b .ft-ewm img{
	display: block;
	width: 120px;
	height: 120px;
}



/*侧边栏*/

.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: #d3071b;
	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: #d3071b;
	border-color: #d3071b;
}

.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: #d3071b;
}

.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: #d3071b;
}

.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;
}

.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: #d3071b;
	border-color: #d3071b;
}

.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: #d3071b;
}

.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: #d3071b;
	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: #d3071b;
	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: #d3071b;
	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: #d3071b;
}

.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: #d3071b;
	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;
}