﻿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 {
	min-width: 1100px;
	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;
}


/*通用代码*/

.cls {
	clear: both;
}

.wrap {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.en {
	font-family: arial;
}


/*列表栏目*/

#pages {
	padding: 14px 0 10px;
	text-align: center;
	font-size: 13px;
}
#pagesize{
	overflow: hidden;
}
#pages>a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}

#pages>a.a1 {
	width: 56px;
	padding: 0
}

#pages>a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none
}

#pages>span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}


/*header*/
.itop{
	width: 100%;
	line-height: 30px;
	color: #fff;
	background: #0c5caf;
}

.ilogo{
	height: 100px;
}
.ilogo-l{
	float: left;
	position: relative;
	margin-top: 18px;
}
.ilogo-l:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: 7px;
}
.ilogo-l h1{
	font-size: 28px;
	font-weight: bold;
	color: #d60000;
}

.ilogo-l p{
	background: #fff;
	text-align: center;
	width: 240px;
	margin: 8px auto 0 auto;
	color: #666;
	position: relative;
	z-index: 99;
}


/*nav*/
nav{
	border-top: 1px solid #ddd;
}
nav ul li{
	float: left;
	width: 12.5%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	position: relative;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
nav ul li a{
	display: block;
	padding: 0 auto;
	font-weight: bold;
}
nav ul li a:after{
	content: "";
	display: block;
	height: 2px;
	width: 50%;
	margin-left: 25%;
	background: #d60000;
	position: absolute;
	bottom: 0;
	z-index: -1;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
nav ul li:hover a{
	color: #fff;
}
nav ul li:hover a:after{
	height: 100%;
	width: 100%;
	margin-left: 0;
}

.iphone-r{
	padding-left: 55px;
	height: 50px;
	background: url(../img/iphone.png) left no-repeat;
	float: right;
	margin-top:25px;
	margin-right: 10px;
	line-height: 1;
}
.iphone-r span{
	font-size: 13px;
	color: #666;
}
.iphone-r p{
	font-family: impact;
	font-size: 30px;
	color: #0075c2;
	line-height: 1;
	margin-top: 8px;
}

/*banner*/
.iban {
	width: 100%;
	height: 450px;
	margin-top: 20px;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 450px;
	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: 450px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 450px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 20px;
}

.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:#f00;}
.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;}

/*iabout*/
.iabout{
	width: 100%;
	height: 300px;
	background: url(../img/iaboutbj.png) repeat-x;
	margin-top: 80px;
}
.iabout-b{
	width: 620px;
	padding: 25px 0;
	height: 250px;
	float: right;
}
.iabout-b h4{
	font-size: 25px;
	font-weight: bold;
	color: #0C5CAF;
	margin-top: 10px;
}
.iabout-b p{
	line-height: 2;
	color: #666;
	margin-top: 10px;
}
.iabout-b a{
	display: inline-block;
	width: 100px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	margin-right: 20px;
	margin-top: 15px;
}
.iabout-ck{
	background: #0C5CAF;
}
.iabout-ck:hover{
	background: #044588;
}
.iabout-lx{
	background: #d60000;
}
.iabout-lx:hover{
	background: #a30000;
}


/*ipro*/
.ipro{
	width: 100%;
	margin-top: 80px;
}

.ipro-l{
	width: 250px;
	background: url(../img/ipro.jpg) no-repeat center;
	padding-top: 10px;
	float: left;
}

.ipro-l ul{
	padding: 0 25px;
	color: #fff;
}
.ipro-l ul li{
	line-height: 45px;
	border-bottom: 1px dashed #fff;
}
.ipro-l ul li a{
	display: block;
	padding: 0 5px;
	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;
}
.ipro-l ul li a i{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #fff;
	margin-bottom: 3px;
	margin-right: 10px;
}
.ipro-l ul li a span{
	display: inline-block;
}
.ipro-l ul li a:hover{
	padding-left:40px;
	background: rgba(0,0,0,0.2);
}

.ipro-l-b{
	width: 250px;
	margin-top: 20px;
	background: #0C5CAF;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.ipro-l-b h5{
	display: block;
	margin: 25px auto 0 auto;
	width: 125px;
	font-size: 20px;
	font-weight: bold;
	background: #0C5CAF;
	position: relative;
	z-index: 99;
}
.ipro-l-b:after{
	content: "";
	display: block;
	position: absolute;
	width: 220px;
	height: 1px;
	background: #fff;
	top: 38px;
	left: 15px;
}
.ipro-l-b p{
	font-family: impact;
	font-size: 35px;
	margin-top: 12px;
}
.ipro-l-b a{
	display: block;
	width: 110px;
	line-height: 30px;
	margin: 15px auto 20px auto;
	border: 1px solid #fff;
}
.ipro-l-b a:hover{
	background: #fff;
	color: #0C5CAF;
}
.ipro-r{
	width: 810px;
	float: right;
}
.ipro-r ul li{
	display: block;
	width: 255px;
	margin-bottom: 18px;
	float: left;
}
.ipro-r ul li:nth-of-type(3n+2){
	margin-left: 22px;
	margin-right: 22px;
}
.ipro-r ul li img{
	display: block;
	width: 255px;
	height: 175px;
}
.ipro-r ul li a{
	display: block;
}
.ipro-r ul li a img{
	display: block;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.ipro-r ul li a p{
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	background: #ddd;
	color: #333;
}
.ipro-r ul li a:hover img{
	border-color: #d60000;
}
.ipro-r ul li a:hover p{
	background: #d60000;
	color: #fff;
}

/*icase*/
.icase{
	margin-top: 60px;
}
.ititle{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1px;
	position: relative;
}
.ititle:after{
	content: "";
	position: absolute;
	display: block;
	width: 110px;
	height: 3px;
	background: #d60000;
	bottom: -2px;
}
.ititle h5{
	font-size: 23px;
	float: left;
}

.ititle h5 span{
	font-size: 15px;
	color: #999;
}
.ititle a{
	display: block;
	margin-top: 10px;
	float: right;
}
.ititle a:hover{
	color: #0C5CAF;
	border-bottom: 1px solid #0C5CAF;
}
.marqueeleft{height:227px;width:1100px;overflow:hidden;margin:20px auto 0 auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 8px;display:inline;overflow:hidden;}
.marqueeleft li .pic{display:block;border:#ccc 1px solid;width:250px;height:187px;padding:4px;overflow:hidden;}
.marqueeleft li .pic img{
	width: 100%;
}
.marqueeleft li .txt{text-align:center;height:30px;line-height:30px;}


/*inews*/
.inews{
	margin-top: 80px;
}

.inews-l{
	width: 530px;
	float: left;
}

.inews-l-b-isr img{
	display: block;
	width: 530px;
	height: 220px;
	margin-top: 20px;
}

.inews-l-b-isr a h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5;
}
.inews-l-b-isr a p{
	color: #999;
	line-height: 1.8;
}
.inews-l-b ul {
	margin-top: 15px;
}
.inews-l-b ul li{
	line-height: 2.5;
	border-bottom: 1px dashed #ccc;
}

.inews-l-b ul li a{
	display: block;
	overflow: hidden;
	color: #666;
	padding-left: 20px;
	background: url(../img/inews.png) left no-repeat;
}
.inews-l-b ul li a:hover{
	color: #0C5CAF;
}
.inews-l-b ul li a p{
	display: inline-block;
	float: left;
}
.inews-l-b ul li a span{
	display: inline-block;
	float: right;
}

.inews-r{
	width: 530px;
	float: right;
	
}
.inews-r-b{
	margin-top: 20px;
}
.inews-r-b-isr{
	padding: 10px 18px;
	background: #ddd;
}
.inews-r-b-isr:hover{
	background: #0C5CAF;
}
.inews-r-b-isr:hover h4,.inews-r-b-isr:hover p{
	color: #fff;
}
.inews-r-b-isr h4{
	font-size: 18px;
	font-weight: bold;
}
.inews-r-b-isr p{
	line-height: 2;
	color: #666;
	margin-top: 10px;
}
.inews-r-b ul li{
	margin-top: 20px;
}
.inews-time {
	float: left;
	width: 70px;
	height: 80px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #aaa;
	color: #999;
	margin-top: 2px;
}

.inews-time-day {
	font-size: 33px;
}

.inews-time-day:after {
	content: "";
	display: block;
	width: 55px;
	height: 2px;
	background: #999;
	margin: 2px auto 8px auto;
}

.inews-time-year {
	font-size: 13px;
}

.inews-txt {
	float: right;
	width: 442px;
	font-size: 13px;
	line-height: 25px;
	color: #999;
}

.inews-txt h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}
.inews ul li a:hover .inews-time{
	border-color: #d60000;
	background: #d60000;
}
.inews ul li a:hover .inews-time-day,.inews ul li a:hover .inews-time-year{
	color: #fff;
}
.inews ul li a:hover .inews-time-day:after{
	background: #fff;
}

.inews ul li a:hover .inews-txt h4 {
	color: #d60000;
}
/*footer*/
footer{
	width: 100%;
	padding: 30px 0;
	background: #333;
	margin-top: 80px;
	color: #fff;
}

.ftnav {
	width: 890px;
	margin: 0 auto 40px auto;
}

.ftnav ul li {
	width: 110px;
	line-height: 15px;
	float: left;
	text-align: center;
	border-left: 1px solid #FFFFFF;
}

.ftnav ul li:first-child {
	border-left: 0px;
}

.ftnav ul li a {
	color: #FFFFFF;
}
.ft-l{
	line-height: 2;
	float: left;
}
.ft-l span{
	font-size: 16px;
}

.ft-m{
	width: 120px;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-left: 370px;
}

.ft-m img{
	width: 120px;
	height: 120px;
	display: block;
}
.ft-m span{
	line-height: 2.5;
}
.ft-r{
	float: left;
	margin-top: 40px;
	margin-left: 130px;
}
.ft-r h5{
	font-size: 16px;
}
.ft-r p{
	font-size: 35px;
	font-family: impact;
	line-height: 60px;
}

.content {
	width: 100%;
	margin-top: 40px;
}

.lbox {
	width: 250px;
    float: left;
}

.lbox-t{
    height: 55px;
    background: #d60000;
	font-size: 23px;
    color: #fff;
    padding: 10px 15px;
}
.lbox-t span{
	font-size: 15px;
}
.lbox-pro ul{
	padding: 20px 20px 10px;
	border: 1px solid #ccc;
	border-top: 0;
}

.lbox-pro ul li{
	font-size: 13px;
	line-height: 40px;
	background: #eee;
	margin-bottom: 10px;
	padding:0 20px;
}
.lbox-pro ul li:hover{
	background: #d60000;
	color: #fff;
}
.lbox-pro ul li a{
	display: block;
	background: url(../img/jt01.png) right no-repeat;
}
.lbox-pro ul li a:hover{
	background: url(../img/jt02.png) right no-repeat;
}
.lbox-news{
	margin-top: 30px;
}
.lbox-news ul{
	padding: 20px 20px 10px;
	border-bottom: 1px solid #ccc;
}

.lbox-news ul li{
	font-size: 13px;
	line-height: 40px;
	background: #eee;
	margin-bottom: 10px;
	padding:0 10px;
}
.lbox-news ul li:hover{
	background: #0c5caf;
	color: #fff;
}
.lbox-news ul li a{
	display: block;
}
.rbox {
	width: 800px;
	float: right;
}

.rbox-t {
	position: relative;
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #ccc;
}
.rbox-t i{
	display: block;
	width: 3px;
	height: 33px;
	margin-top: 10px;
	background: #0c5caf;
	float: left;
}
.rbox-t h5 {
	font-size: 23px;
	color: #d60000;
}
.content-pos{
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	color: #666;
}
.rbox-m {
	margin-top: 20px;
}
.rbox-m p{
	padding: 10px;
	width: 100%;
	line-height: 2;
	font-weight: bold;
	color: #fff;
	background: #0c5caf;
}
.rbox-b {
	line-height: 2;
	margin-top: 15px;
	font-size: 13px;
}
.prenext {
	display: block;
	position: relative;
	padding: 60px 0;
	font-size: 14px;
	color: #333;
}

.prenext a {
	color: #666;
}

.prenext a:hover {
	color: #d60000;
}

.news-list ul li {
	padding-bottom: 15px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}

.news-list a {
	display: block;
}

.news-list h3 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #333;
}
.news-list h3:hover{
	color: #d60000;
}
.news-list ul li {
	color: #666;
}

.news-list h5 {
	font-size: 12px;
	color: #aaa;
}

.news-list-l{
	float: left;
	margin-top: 7px;
}
.news-list-l img{
	width: 190px;
	height: 140px;
	padding: 5px;
	border: 1px solid #ccc;
}
.news-list-r{
	float: right;
	width:570px ;
}

.news-list-r h3 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #333;
}

.news-list-r h5 {
	font-size: 12px;
	color: #aaa;
}

.news-list-r span {
	line-height: 35px;
	text-align: center;
	color: #0c5caf;
	margin-top: 10px;
	font-weight: bold;
}
.news-list-r span:hover{
	color: #ff7600;
	
}

.news-nr h5 {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 25px;
	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;
}

.news-nr>img{
	display: block;
	margin: 0 auto 20px auto;
}

.pro-list ul li {
	float: left;
	width: 250px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.pro-list ul li:nth-of-type(3n+2) {
	margin: 0 25px;
}

.pro-list ul li:hover {
	color: #d60000;
	border-color: #d60000;
}

.pro-list ul li a {
	display: block;
}

.pro-list ul li a img {
	width: 250px;
	height: 188px;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.pro-list ul li a span {
	display: block;
}

.rbox-b img{
	max-width: 750px;
}

.protp{
	margin-top: 30px;
}


.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: 380px;
	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;
}