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;
	background: #fff;
}

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;
}
/*ban*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 500px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 500px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 500px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 25px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #1f5ec5;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 0;
	background-position: -6px -137px;
}

/*顶部*/
.itop{
	height: 35px;
	line-height: 35px;
	background: #1f5ec5;
	color: #fff;
}
.itop p{
	float: left;
}
.itop dl{
	float: right;
}
.itop dl dd{
	float: left;
}
.itop dl dd a:hover{
	text-decoration: underline;
}

/*logo*/
.logo{
	height: 120px;
}
.logo .ilogo{
	float: left;
	height: 70px;
	padding-left: 95px;
	background: url(../img/ilogo.png) left center no-repeat/70px 70px;
	margin-top: 25px;
}
.logo .ilogo h1{
	font-size: 30px;
	font-weight: bold;
}
.logo .ilogo p{
	font-size: 13px;
	color: #999;
	margin-top: 5px;
}
.logo .iphone{
	float: right;
	height: 54px;
	padding-left: 70px;
	background: url(../img/iphone.png) left center no-repeat/54px 54px;
	margin-top: 33px;
}

.logo .iphone p{
	color: #666;
	margin-top: 2px;
}
.logo .iphone span{
	display: block;
	font-size: 25px;
	color: #1f5ec5;
	font-weight: bold;
	margin-top: 3px;
}

/*nav*/
.inav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../img/inav-bg.png) repeat-x;
}

.inav ul li{
	float: left;
	position: relative;
	width: 150px;
}
.inav ul li:before{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 24px;
	background: #666;
	top: 13px;
	left: 0;
}
.inav ul li:first-of-type:before{
	display: none;
}
.inav ul li:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 24px;
	background: #222;
	top: 13px;
	right: 0;
}
.inav ul li:last-of-type:after{
	display: none;
}

.inav ul li a{
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 99;
}
.inav ul li a:hover{
	background: #1f5ec5;
}
.inav ul li .on{
	background: #1f5ec5;
}

/*搜索*/
.isearch{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
.isearch .isearch-l{
	float: left;
}
.isearch .isearch-l span{
	font-weight: bold;
	color: #333;
}

.isearch .isearch-l a{
	margin-right: 15px;
	color: #666;
}
.isearch .isearch-l a:hover{
	color: #1f5ec5;
}

.isearch .isearch-r{
	float: right;
	width: 300px;
	height: 26px;
	margin-top: 12px;
}
.isearch .isearch-r input{
	float: left;
	outline: none;
	border: none;
	margin: 0;
}
.isearch .isearch-r .isearch-txt{
	width: 256px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #ddd;
	padding: 4px 8px;
}

.isearch .isearch-r .isearch-sub{
	width: 26px;
	height: 26px;
	background: #1f5ec5 url(../img/isearch.png) center no-repeat;
	cursor: pointer;
}

.isearch .isearch-r .isearch-sub:hover{
	background-color: #043c96;
}

/*标题*/
.ititle{
	text-align: center;
}

.ititle h5{
	color: #1f5ec5;
	font-weight: bold;
	font-size: 25px;
}
.ititle h5 span{
	font-size: 15px;
	color: #666;
	font-weight: normal;
}
.ititle i{
	position: relative;
	display: block;
	width: 900px;
	height: 1px;
	background: #ddd;
	margin: 15px auto;
}
.ititle i:after{
	position: relative;
	content: "";
	display: block;
	width: 90px;
	height: 3px;
	background: #1f5ec5;
	margin: 0 auto;
	top: -1px;
}
.ititle p{
	text-align: center;
	color: #666;
}

/*产品*/
.ipro{
	margin-top: 80px;
}

.ipro .ipro-nav{
	margin-top: 40px;
}
.ipro .ipro-nav ul li{
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-align: center;
	margin-left: 25px;
	margin-bottom: 20px;
}
.ipro .ipro-nav ul li:first-of-type{
	background: #1f5ec5;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.ipro .ipro-nav ul li:nth-of-type(7n+1){
	margin-left: 0;
}
.ipro .ipro-nav ul li a{
	display: block;
}
.ipro .ipro-nav ul li .ipro-list:hover{
	background: #333;
	color: #fff;
}

.ipro .ipro-b{
	margin-top: 20px;
}
.ipro .ipro-b ul li{
	float: left;
	width: 372px;
	border: 1px solid #ddd;
}
.ipro .ipro-b ul li:hover{
	background: #f0f0f0;
}
.ipro .ipro-b ul li:nth-of-type(2){
	margin: 0 39px;
}
.ipro .ipro-b ul li a{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 8px 8px 55px;
}
.ipro .ipro-b ul li a i{
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-size: 100% 100%;
}

.ipro .ipro-b ul li a dl dt{
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0 20px 0;
}

.ipro .ipro-b ul li a:hover dl dt{
	color: #1f5ec5;
}

.ipro .ipro-b ul li a dl dd{
	line-height: 2;
	color: #666;
}
.ipro .ipro-b ul li a span{
	position: absolute;
	display: block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #ddd;
	color: #333;
	right: 0;
	bottom: 0;
}
.ipro .ipro-b ul li a:hover span{
	background: #1f5ec5;
	color: #fff;
}

/*关于*/
.iabout{
	width: 100%;
	padding: 60px 0;
	background: url(../img/iabout-bg.jpg) center no-repeat;
	margin-top: 80px;
}

.iabout img{
	float: left;
	display: block;
	width: 450px;
	height: 320px;
}
.iabout .iabout-txt{
	float: right;
	width: 700px;
}
.iabout .iabout-txt .iabout-title{
	float: left;
}
.iabout .iabout-txt .iabout-title b{
	float: left;
	font-weight: bold;
	font-size: 75px;
	color: #1f5ec5;
	line-height: 55px;
	margin-right: 10px;
}
.iabout .iabout-txt .iabout-title span{
	font-size: 25px;
	color: #1f5ec5;
	line-height: 16px;
}
.iabout .iabout-txt .iabout-title p{
	font-size: 25px;
	font-weight: bold;
	margin-top: 2px;
}

.iabout .iabout-txt .iabout-brief{
	float: left;
	height: 52px;
	border-left: 2px solid #1f5ec5;
	line-height: 2;
	color: #666;
	margin-left: 20px;
	padding-left: 20px;
}
.iabout .iabout-txt .iabout-nr{
	line-height: 2;
	color: #666;
	margin: 35px 0;
}
.iabout .iabout-txt>a{
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #1f5ec5;
	color: #fff;
}
.iabout .iabout-txt>a:hover{
	background: #043c96;
}

/*广告*/
.igg{
	width: 1200px;
	height: 150px;
	background: url(../img/igg.jpg) center no-repeat;
	margin: 80px auto 0 auto;
	position: relative;
}
.igg .igg-txt{
	position: absolute;
	color: #fff;
	text-align: center;
	top: 30px;
	left: 420px;
}

.igg .igg-txt span{
	font-size: 16px;
}
.igg .igg-txt i{
	display: block;
	width: 460px;
	height: 1px;
	background: #79acff;
	margin: 18px 0 12px 0;
}
.igg .igg-txt p{
	font-size: 27px;
	font-weight: bold;
}

.igg .igg-iphone{
	position: absolute;
	text-align: right;
	color: #fff;
	top: 50px;
	right: 90px;
}

.igg .igg-iphone span{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 40px;
	background: url(../img/igg-iphone.png) left no-repeat;
}
.igg .igg-iphone p{
	font-size: 19px;
	margin-top: 5px;
}

/*优势*/
.iys{
	margin-top: 80px;
}

.iys .iys-title{
	text-align: center;
}
.iys .iys-title h5{
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.iys .iys-title h5 b{
	color: #1f5ec5;
}
.iys .iys-title p{
	font-size: 18px;
	color: #1f5ec5;
	line-height: 50px;
}
.iys .iys-title span{
	font-size: 15px;
	color: #ccc;
	line-height: 1;
}

.iys .iys-b{
	position: relative;
	height: 505px;
	background: url(../img/iys-bg.png) center no-repeat;
	margin-top: 30px;
}
.iys .iys-b dl{
	position: absolute;
	width: 250px;
}
.iys .iys-b dl dt{
	font-size: 25px;
	text-align: center;
	color: #1f5ec5;
}
.iys .iys-b dl dt:after{
	display: block;
	content: "";
	width: 250px;
	height: 1px;
	background: #ddd;
	margin: 15px 0 12px 0;
}
.iys .iys-b dl dd{
	width: 236px;
	margin: 0 auto;
	line-height: 2;
}

.iys01{
	left: 20px;
	top: 40px;
}

.iys02{
	right: 20px;
	top: 40px;
}
.iys03{
	left: 20px;
	top: 330px;
}

.iys04{
	right: 20px;
	top: 330px;
}

/*案例*/
.icase{
	margin-top: 70px;
}

.icase .icase-b{
	margin-top: 20px;
}
.icase .icase-b ul li{
	float: left;
	width: 366px;
	border: 4px solid #ddd;
}
.icase .icase-b ul li:hover{
	border-color: #1f5ec5;
}
.icase .icase-b ul li:nth-of-type(2){
	margin: 0 39px;
}
.icase .icase-b ul li a{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 8px 8px 40px;
}
.icase .icase-b ul li a i{
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-size: 100% 100%;
}

.icase .icase-b ul li a dl dt{
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0 20px 0;
	text-align: center;
}

.icase .icase-b ul li a:hover dl dt{
	color: #1f5ec5;
}

.icase .icase-b ul li a dl dd{
	line-height: 2;
	color: #666;
}
.icase .icase-b ul li a span{
	position: absolute;
	display: block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #ddd;
	color: #333;
	left: 183px;
	bottom: -19px;
	margin-left: -55px;
}
.icase .icase-b ul li a:hover span{
	background: #1f5ec5;
	color: #fff;
}

.icase>.wrap>a{
	display: block;
	width: 139px;
	height: 121px;
	line-height: 121px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: url(../img/icase-a.png) center no-repeat;
	margin: 60px auto 0 auto;
}

/*box*/
.ibox{
	margin-top: 80px;
}

.ibox .ibox-title{
	position: relative;
	height: 25px;
	line-height: 25px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}

.ibox .ibox-title:after{
	display: block;
	content: "";
	width: 120px;
	height: 3px;
	background: #1f5ec5;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.ibox .ibox-title h5{
	float: left;
	font-size: 25px;
	color: #1f5ec5;
	font-weight: bold;
}
.ibox .ibox-title a{
	float: right;
	padding-right: 30px;
	background: url(../img/ibox-a.png) right no-repeat;
}

.ibox .ibox-title a:hover{
	color: #1f5ec5;
}

.ibox .inews{
	float: left;
	width: 770px;
}
.ibox .inews .inews-b{
	margin-top: 20px;
}
.ibox .inews .inews-b .inews-isgood img{
	float: left;
	display: block;
	width: 300px;
	height: 170px;
}
.ibox .inews .inews-b .inews-isgood dl{
	float: right;
	width: 440px;
}
.ibox .inews .inews-b .inews-isgood dl dt{
	font-size: 18px;
	margin-top: 8px;
}
.ibox .inews .inews-b .inews-isgood dl dd{
	line-height: 2;
	color: #666;
	margin: 15px 0;
}

.ibox .inews .inews-b .inews-isgood dl a{
	color: #1f5ec5;
}
.ibox .inews .inews-b ul{
	margin-top: 20px;
}
.ibox .inews .inews-b ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.ibox .inews .inews-b ul li a{
	overflow: hidden;
	display: block;
}
.ibox .inews .inews-b ul li a p{
	float: left;
	color: #333;
}

.ibox .inews .inews-b ul li a:hover p{
	color: #1f5ec5;
}

.ibox .inews .inews-b ul li a span{
	float: right;
	color: #999;
}

.ibox .iknowledge{
	float: right;
	width: 370px;
}
.ibox .iknowledge .iknowledge-b dl{
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
.ibox .iknowledge .iknowledge-b dl dt{
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding-left: 40px;
	background: url(../img/ikl01.jpg) left no-repeat;
}
.ibox .iknowledge .iknowledge-b dl:hover dt{
	color: #1f5ec5;
}
.ibox .iknowledge .iknowledge-b dl dd{
	color: #666;
	line-height: 26px;
	padding-left: 40px;
	background: url(../img/ikl02.jpg) left top no-repeat;
	margin-top: 10px;
}


/*页脚*/
.footer{
	margin-top: 100px;
	background: #1f5ec5;
	padding-bottom: 30px;
}

.footer .ft-nav{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #0c4db8;
}

.footer .ft-nav ul li{
	float: left;
	width: 125px;
}
.footer .ft-nav ul li a{
	color: #fff;
}

.footer .ft-nav ul li a:hover{
	text-decoration: underline;
}

.footer .ft-b{
	border-top: 1px solid #417ee2;
}
.footer .ft-b .ft-contact{
	float: left;
	margin-top: 25px;
	line-height: 40px;
	color: #fff;
}
.footer .ft-b .ft-ewm{
	float: right;
	margin-top: 40px;
	margin-right: 50px;
}
.footer .ft-b .ft-ewm img{
	display: block;
	width: 110px;
	height: 110px;
}
/*内页*/
.content {
	margin-top: 50px;
}

/*侧边栏*/

.content-left {
	float: left;
	width: 270px;
}

.content-left .left-nav {
	width: 100%;
}

.content-left .left-nav .left-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: url(../img/left-bg.jpg) repeat-x;
}

.content-left .left-nav .left-title h5 {
	font-size: 17px;
}

.content-left .left-nav .left-title h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #666;
}

.content-left .left-nav .left-list {
	padding: 5px 0 15px 0;
	border: 1px solid #ddd;
}

.content-left .left-nav .left-list ul li {
	width: 230px;
	margin: 0 auto;
	border-bottom: 1px dashed #ddd;
}

.content-left .left-nav .left-list ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #666;
	padding-left: 50px;
	background-image: url(../img/left-icon.jpg);
	background-repeat: no-repeat;
	background-position: left 15px center;
}

.content-left .left-nav .left-list ul li:last-of-type a {
	border-bottom: none;
}

.content-left .left-nav .left-list ul li a:hover {
	background: #f2f2f2;
	color: #1f5ec5;
	background-image: url(../img/left-icon.jpg);
	background-repeat: no-repeat;
	background-position: left 15px center;
}

.content-left .left-nav .left-list ul .on a {
	background: #1f5ec5;
	color: #fff;
}
.content-left .left-contact{
	margin-top: 30px;
}

.content-left .left-contact .left-contact-b{
	padding: 5px 0 15px 0;
	border: 1px solid #ddd;
}
.content-left .left-contact .left-contact-b p{
	width: 230px;
	margin: 8px auto 0 auto;
	line-height: 2;
	font-size: 15px;
	color: #666;
}

.content-right {
	float: right;
	width: 890px;
}

.content-right .right-title {
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-bottom: 10px;
}

.content-right .right-title:after {
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background: #1f5ec5;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.content-right .right-title h5 {
	float: left;
	font-size: 23px;
}

.content-right .location {
	float: right;
	color: #666;
	margin-top: 12px;
}

.content-right .content-b {
	padding-top: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}


/*新闻列表*/

.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: #1f5ec5;
}

.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: #1f5ec5;
}

.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 40px;
}

.pro-list ul li:hover {
	color: #1f5ec5;
	border-color: #1f5ec5;
}

.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;
}

.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:670px;  }
.case-list ul li dt{ height:34px; line-height:34px;  }
.case-list ul li dt a{color:#1f5ec5;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:#1f5ec5;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:#1f5ec5; 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: 450px;
	height: 300px;
}
.proright h2{
	font-size: 18px;
	color: #1f5ec5;
}
.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: #1f5ec5;
	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;
}



.content-b .ijs-sr{
	margin-top: 30px;
	width: 680px;
}
.content-b .ijs-sr li{
	font-size: 15px;
	color: #555;
}
.content-b .ijs-sr li:nth-of-type(2){
	margin: 18px 0;
}
.content-b .ijs-sr label{
	float: left;
	height: 37px;
	line-height: 37px;
	width: 100px;
}
.content-b .ijs-sr label em{
	color: #f00;
	font-style: italic;
	margin-right: 10px;
}
.content-b .ijs-sr input{
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	outline: none;
	margin: 0 15px 0 10px;
}
.content-b .ijs-sr #gname{
	width: 210px;
}
.content-b .ijs-sr #gtitle,
.content-b .ijs-sr #gtel{
	width: 550px;
}
.content-b .ijs-sr #btnSubmit{
	width: 160px;
	height: 37px;
	line-height: 37px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: #d55454;
	border-radius: 6px;
	border: none;
	margin-left: 110px;
	margin-top: 25px;
	cursor: pointer;
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.content-b .ijs-sr #btnSubmit:hover{
	background: #c12c2c;
}

.content-b .ijs-sc{
	width: 450px;
	height: 155px;
	padding: 30px 0;
	background: #f0f0f0;
	margin-top: 50px;
}
.content-b .ijs-sc h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.content-b .ijs-sc i{
	display: block;
	width: 400px;
	height: 1px;
	margin: 15px auto 0 auto;
	background: #dddddd;
}
.content-b .ijs-sc .ijs-sc-txt{
	width: 400px;
	margin: 0 auto;
}
.content-b .ijs-sc .ijs-sc-txt dd{
	float: left;
	width: 200px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 15px;
	color: #666;
}
.content-b .ijs-sc .ijs-sc-txt dd span{
	color: #1f5ec5;
}
.content-b .ijs-sc p{
	text-align: center;
	font-size: 15px;
}
.content-b .ijs-sc p span{
	color: #1f5ec5;
}

.marqueeleft{overflow:hidden;}
.marqueeleft ul{float:left;}