﻿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;
}

table,
tr,
td {
	border: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
}

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;
	min-width: 1300px;
}

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;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/*ban*/

.banner {
	width: 100%;
	height: 430px;
	white-space: nowrap;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/*border:1px solid #F00; */
}

.banner_m {
	width: 50%;
	height: 430px;
	display: inline-block;
	position: relative;
}

.wrapper {
	*float: left;
	width: 1920px;
	height: 430px;
	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: 180px;
	left: 15%;
	z-index: 100;
	width: 72px;
	height: 64px;
	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: 180px;
	right: 14%;
	z-index: 100;
	width: 72px;
	height: 64px;
	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(../img/ajax-loader.gif) no-repeat left top;
	width: 31px;
	height: 31px;
}

#slideshow {
	width: 1920px;
	height: 430px;
}

#slideshow ul {
	display: none;
}


/*导航*/
.inav {
	width: 100%;
	height: 55px;
	background: #555;
}

.inav ul {
	display: flex;
	justify-content: space-between;
}

.inav ul li {
	flex: 1;
	line-height: 55px;
	text-align: center;
	position: relative;
}

.inav ul li:before {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 0;
}

.inav ul li:first-of-type:before {
	display: none;
}

.inav ul li:after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #444;
	position: absolute;
	right: 0;
	top: 0;
}

.inav ul li:last-of-type:after {
	display: none;
}

.inav ul li:hover,
.inav ul li.on {
	background: #d52b1e;
}

.inav ul li:hover:after,
.inav ul li:hover:before,
.inav ul li.on:after,
.inav ul li.on:before {
	display: none;
}

.inav ul li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

/*logo*/
.ilogo{
	width: 100%;
	height: 120px;
}
.ilogo .logo{
	float: left;
	height: 80px;
	margin-top: 20px;
}
.ilogo .logo h5{
	font-size: 34px;
	font-weight: bold;
	margin: 6px 0;
	color: #d52b1e;
	font-family: "隶书";
}
.ilogo .logo p{
	font-size: 18px;
	color: #d52b1e;
	font-family: "隶书";
}
.ilogo .logo-img{
	float: right;
	width: 133px;
	height: 80px;
	margin-top: 20px;
}
.ilogo .logo-img img{
	display: block;
	width: 100%;
	height: 100%;
}
/*标题*/
.ititle{
	width: 100%;
}
.ititle h5{
	text-align: center;
	font-size: 34px;
}
.ititle h5 span{
	font-size: 18px;
	color: #666;
}

/*业务*/
.ibus{
	width: 100%;
	margin-top: 80px;
}
.ibus .ibus-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ibus .ibus-list ul li{
	width: 380px;
	margin-top: 30px;
}
.ibus .ibus-list ul li .ibus-img{
	width: 380px;
	height: 285px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.ibus .ibus-list ul li .ibus-img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.ibus .ibus-list ul li:hover .ibus-img img{
	transform: scale(1.03);
}

.ibus .ibus-list ul li dl dt{
	font-size: 17px;
	line-height: 40px;
}
.ibus .ibus-list ul li dl i{
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	position: relative;
}
.ibus .ibus-list ul li dl i:before{
	display: block;
	content: "";
	width: 70px;
	height: 1px;
	background: #d52b1e;
	position: absolute;
	left: 0;
	top: 0;
}

.ibus .ibus-list ul li dl dd{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin-top: 10px;
}

/*关于*/
.iabout{
	width: 100%;
	margin-top: 80px;
	padding: 40px 0;
	background: #f2f2f2;
}
.iabout .iabout-txt{
	float: left;
	width: 650px;
	height: 316px;
	margin-top: 30px;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
}
.iabout .iabout-txt img{
	display: block;
	width: 250px;
	height: auto;
}
.iabout .iabout-txt h5{
	font-size: 14px;
	color: #d52b1e;
	margin: 0 0 15px;
	line-height: 25px;
}

.iabout .iabout-txt p{
	font-size: 14px;
	color: #555;
	line-height: 28px;
}
.iabout .iabout-txt a{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #444;
	color: #fff;
	margin-top: 18px;
}
.iabout .iabout-txt a:hover{
	background: #d52b1e;
}
.iabout .iabout-media{
	float: right;
	width: 550px;
	height: 316px;
	margin-top: 30px;
}

/*应用*/
.iapp{
	width: 100%;
	margin-top: 80px;
}

.iapp .iapp-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.iapp .iapp-list ul li{
	width: 380px;
	margin-top: 30px;
}
.iapp .iapp-list ul li img{
	display: block;
	width: 380px;
	height: 200px;
}
.iapp .iapp-list ul li dl{
	width: 100%;
	height: 50px;
	background: #f0f0f0;
	overflow: hidden;
}
.iapp .iapp-list ul li dl dt{
	float: left;
	width: 330px;
	height: 50px;
	line-height: 20px;
	box-sizing: border-box;
	padding: 5px 10px;
}
.iapp .iapp-list ul li:hover dl dt{
	background: #333;
	color: #fff;
}
.iapp .iapp-list ul li dl dd{
	float: right;
	width: 50px;
	height: 50px;
	background: #666;
	position: relative;
}

.iapp .iapp-list ul li dl dd:before{
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 17px;
	right: 20px;
}
.iapp .iapp-list ul li:hover dl dd{
	background: #d52b1e;
}

/*新闻*/
.inews{
	width: 100%;
	margin-top: 80px;
	padding: 40px 0;
	background: #f2f2f2;
}
.inews .inews-list{
	margin-top: 10px;
}
.inews .inews-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inews .inews-list ul li{
	display: flex;
	justify-content: space-between;
	width: 580px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
}
.inews .inews-list ul li .inews-img{
	width: 240px;
	height: 240px;
}
.inews .inews-list ul li .inews-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.inews .inews-list ul li dl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 310px;
}

.inews .inews-list ul li dl dt{
	font-size: 15px;
	font-weight: bold;
}

.inews .inews-list ul li dl dd{
	line-height: 22px;
	color: #666;
	margin: 12px 0 20px;
}
.inews .inews-list ul li dl .inews-date{
	width: 100%;
	height: 35px;
	overflow: hidden;
}
.inews .inews-list ul li dl .inews-date span{
	float: left;
	height: 21px;
	line-height: 21px;
	padding-left: 25px;
	background: url(../img/time.png) left center no-repeat / 16px 15px;
	font-size: 12px;
	color: #999;
	margin-top: 15px;
}
.inews .inews-list ul li dl .inews-date a{
	float: right;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #d52b1e;
	color: #fff;
}

/*技术*/
.ijs{
	width: 100%;
	margin-top: 80px;
}
.ijs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ijs ul li{
	width: 380px;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-top: 30px;
}
.ijs ul li:hover{
	border: 1px solid #d52b1e;
}
.ijs ul li a{
	display: block;
	padding: 20px 20px 35px;
	position: relative;
}
.ijs ul li a:before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 0;
	border-color: transparent #666 transparent transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ijs ul li a:hover:before{
	border-color: transparent #d52b1e transparent transparent;
}
.ijs ul li a:after{
	display: block;
	content: "+";
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	position: absolute;
	right: -1px;
	bottom: 3px;
}
.ijs ul li h5{
	font-size: 16px;
}
.ijs ul li:hover h5{
	color: #d52b1e;
}
.ijs ul li p{
	line-height: 22px;
	color: #666;
	margin: 10px 0;
}
.ijs ul li i{
	display: block;
	width: 20px;
	height: 2px;
	background: #d52b1e;
}

/*页脚*/
.footer{
	width: 100%;
	margin-top: 100px;
	padding: 30px 0;
	background: #555;
}
.footer .ft-contact{
	float: left;
	color: #fff;
}
.footer .ft-contact h5{
	font-size: 18px;
}
.footer .ft-contact dl{
	width: 560px;
	margin-top: 10px;
	overflow: hidden;
}
.footer .ft-contact dl dd{
	float: left;
	width: 280px;
	font-size: 14px;
	line-height: 30px;
}
.footer .ft-contact dl dd:nth-of-type(2n){
	float: right;
}
.footer .ft-ewm{
	float: right;
}
.footer .ft-ewm img{
	display: block;
	width: 135px;
	height: 135px;
	margin-top: 26px;
}

/*内页*/

.content {
	width: 100%;
	margin-top: 70px;
}

.content>.wrap {
	display: flex;
	justify-content: space-between;
}

/*内页ban*/
.ny-bg{
	width: 100%;
	height: 429px;
}


/*小标题*/

.little-title {
	position: relative;
}


.little-title h5 {
	display: block;
	line-height: 35px;
	color: #444;
	padding: 0 20px;
	font-size: 21px;
	font-weight: bold;
}

.little-title p {
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	font-family: Candara, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 40px;
	margin-top: 5px;
}


/*内页侧边栏*/

.content-left {
	width: 250px;
}

.content-left .content-left-nav .content-left-nav-t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 84px;
	background: #f0f0f0;
}

.content-left .content-left-nav .content-left-nav-list ul li {
	width: 100%;
	margin-top: 3px;
}

.content-left .content-left-nav .content-left-nav-list ul li>a {
	display: block;
	line-height: 50px;
	background: #f0f0f0;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	color: #666;
}

.content-left .content-left-nav .content-left-nav-list ul li>a:hover {
	background: #c71a1e;
	color: #fff;
}

.content-left .content-left-nav .content-left-nav-list ul li dl dd {
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}

.content-left .content-left-nav .content-left-nav-list ul li dl dd>a {
	display: block;
	line-height: 45px;
	font-size: 13px;
	font-weight: normal;
	padding-left: 30px;
	background: none;
	color: #666;
	background: url(../img/dian.png) no-repeat 15px center;
}

.content-left .content-left-nav .content-left-nav-list ul li dl dd>a:hover {
	font-weight: bold;
	color: #c71a1e;
	background: url(../img/dianh.png) no-repeat 15px center;
}


/*内页右侧*/

.content .content-right {
	flex: 1;
	max-width: 920px;
	margin-left: 30px;
}

.content .content-right .content-right-t {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e1e1e1;
}

.content .content-right .content-right-t:after {
	display: block;
	content: "";
	width: 100px;
	height: 3px;
	background: #c71a1e;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.content .content-right .content-right-t h5 {
	font-size: 26px;
	color: #444;
}

.content .content-right .content-right-t .content-right-pos {
	line-height: 60px;
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-t .content-right-pos a {
	color: #666;
}

.content .content-right .content-right-t .content-right-pos a:hover {
	color: #c71a1e;
}

.content .content-right .content-right-b {
	padding-top: 20px;
	font-size: 13px;
	line-height: 30px;
	color: #666;
}

.content .content-right .content-right-b p img {
	max-width: 100%;
}

.content .content-right .content-right-b .prodetails img {
	max-width: 100%;
}


/*内页产品列表*/
.content .content-right .content-right-b .content-productname{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 60px;
	line-height: 60px;
	background: #f0f0f0;
}
.content .content-right .content-right-b .content-productname h5{
	font-size: 25px;
}
.content .content-right .content-right-b .content-productlist ul {
	width: 100%;
}

.content .content-right .content-right-b .content-productlist ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
	border-bottom: 2px solid #f0f0f0;
}
.content .content-right .content-right-b .content-productlist.productmore ul li{
	width: 218px;
	margin-right: 16px;
}

.content .content-right .content-right-b .content-productlist ul li:hover {
	border-bottom-color: #c71a1e;
}

.content .content-right .content-right-b .content-productlist ul li:nth-of-type(3n) {
	margin-right: 0;
}
.content .content-right .content-right-b .content-productlist.productmore ul li:nth-of-type(3n) {
	margin-right: 16px;
}
.content .content-right .content-right-b .content-productlist.productmore ul li:nth-of-type(4n) {
	margin-right: 0;
}

.content .content-right .content-right-b .content-productlist ul li a {
	display: block;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	overflow: hidden;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img i {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.content .content-right .content-right-b .content-productlist.productmore ul li .content-productlist-img i{
	width: 218px;
	height: 218px;
}

.content .content-right .content-right-b .content-productlist ul li:hover .content-productlist-img i {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.content .content-right .content-right-b .content-productlist ul li h5 {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	margin-top: 3px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-productlist .content-productlist-a{
	width: 218px;
	height: 265px;
	border: none;
}
.content .content-right .content-right-b .content-productlist .content-productlist-a a{
	display: block;
	width: 218px;
	height: 265px;
	line-height: 265px;
	text-align: center;
	background: #ddd;
	font-size: 30px;
}
.content .content-right .content-right-b .content-productlist .content-productlist-a a:hover{
	background: #c71a1e;
	color: #fff;
}

/*产品内容页*/

.content .content-right .content-right-b .content-right-b-img>h5 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.content .content-right .content-right-b .content-right-b-img>img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.content .content-right .content-right-b .prodetails {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
	color: #666;
}

.content .content-right .content-right-b .prodetails h3 {
	font-size: 18px;
	font-weight: normal;
	color: #35383d;
	height: 40px;
	line-height: 40px;
	background: #e7e8e9;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

/*内页案例列表*/
.content .content-right .content-right-b .content-caselist .content-caselist-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.content .content-right .content-right-b .content-caselist ul {
	width: 100%;
}

.content .content-right .content-right-b .content-caselist ul li {
	float: left;
	width: 290px;
	margin-right: 25px;
	margin-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}

.content .content-right .content-right-b .content-caselist ul li:hover {
	border-bottom-color: #c71a1e;
}

.content .content-right .content-right-b .content-caselist ul li:nth-of-type(3n) {
	margin-right: 0;
}

.content .content-right .content-right-b .content-caselist ul li a {
	display: block;
}

.content .content-right .content-right-b .content-caselist ul li .content-caselist-img {
	position: relative;
	width: 290px;
	padding-bottom: 146px;
	box-sizing: border-box;
	border: 1px solid #eee;
	overflow: hidden;
}

.content .content-right .content-right-b .content-caselist ul li .content-caselist-img i {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.content .content-right .content-right-b .content-caselist ul li:hover .content-caselist-img i {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.content .content-right .content-right-b .content-caselist ul li h5 {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	margin-top: 3px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-caselist .content-caselist-a{
	width: 290px;
	height: 164px;
	border: none;
}
.content .content-right .content-right-b .content-caselist .content-caselist-a a{
	display: block;
	width: 290px;
	height: 164px;
	line-height: 164px;
	text-align: center;
	background: #ddd;
	font-size: 30px;
}
.content .content-right .content-right-b .content-caselist .content-caselist-a a:hover{
	background: #c71a1e;
	color: #fff;
}

/*案例内页*/
.content .content-right .content-right-b .content-case-nr h2{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.content .content-right .content-right-b .content-case-nr img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/*内页新闻*/

.content .content-right .content-right-b .content-newslist ul li {
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content .content-right .content-right-b .content-newslist ul li h5 {
	height: 32px;
	line-height: 32px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li h5 a {
	font-size: 18px;
	color: #c71a1e;
}

.content .content-right .content-right-b .content-newslist ul li h5 a:hover {
	text-decoration: underline;
}

.content .content-right .content-right-b .content-newslist ul li h5 span {
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-b .content-newslist ul li p {
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li>a {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	border: 2px solid #e1e1e1;
	line-height: 32px;
	border-radius: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.content .content-right .content-right-b .content-newsnr>h5 {
	font-size: 18px;
	color: #c71a1e;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.content .content-right .content-right-b .content-newsnr>span {
	display: block;
	font-size: 12px;
	text-align: center;
	border-bottom: dotted 1px #ccc;
	font-weight: normal;
	margin: 5px 0 10px;
}

.content .content-right .content-right-b .content-prenext {
	margin-top: 80px;
}

.content .content-right .content-right-b .content-prenext p a {
	font-size: 12px;
	line-height: 2;
	color: #666;
}

.content .content-right .content-right-b .content-prenext p a:hover {
	color: #c71a1e;
}

.proright {
	float: right;
	width: 480px;
}

.proright h2 {
	font-size: 18px;
	color: #c71a1e;
}

.proright .summary {
	margin-top: 15px;
}

.proright .product-pdf{
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	padding-left: 25px;
	background: url(../img/pdf.png) center left no-repeat;
	color: #c71a1e;
	margin-top: 30px;
}
.proright .product-pdf a:hover{
	text-decoration: underline;
}


.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: #c71a1e;
	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: 400px;
	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: 6px;
	overflow: hidden;
}

#spec-left {
	background: url(img/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-right {
	background: url(img/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-list {
	width: 375px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 62px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}


/*jqzoom*/

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 700px;
	height: 700px;
}

.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: 375px;
	margin-right: 6px;
}

#spec-list div {
	margin-top: 0;
	*margin-left: 0;
}

/*联系我们&地图*/
.content-contact-txt{
	float: left;
	width: 360px;
}
.content-contact-map{
	float: right;
	width: 530px;
}
.content-contact-map .BMap_Marker{
	background: url(../img/map_icon.png) center no-repeat !important;
}
.content-contact-map .BMap_Marker img{
	display: none;
}
