﻿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;
	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;
}


/*通用代码*/

.cls {
	clear: both;
}

.wrap {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}


/*iban*/

.iban {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	z-index: 99;
}

.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: #d10000;
}

.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;
}


/*header*/

.header {
	width: 100%;
}

.itop {
	height: 40px;
	line-height: 40px;
	background: #008eff;
	color: #fff;
}

.itop .itop-l {
	float: left;
}

.itop .itop-r {
	float: right;
}

.itop .itop-r .itop-ly,
.itop .itop-r .itop-lx {
	height: 40px;
	padding-left: 45px;
	padding-right: 20px;
	float: right;
	border-left: 1px solid #b8e0ff;
}

.itop .itop-r .itop-ly {
	background: url(../img/top-ly.png) 20px no-repeat;
}

.itop .itop-r .itop-lx {
	background: url(../img/top-lx.png) 20px no-repeat;
}

.itop .itop-r .itop-ly a:hover,
.itop .itop-r .itop-lx a:hover {
	text-decoration: underline;
}

.itop .itop-r .itop-en{
	height: 40px;
	padding-left: 25px;
	float: right;
	border-left: 1px solid #b8e0ff;
}
.itop .itop-r .itop-en a:hover{
	text-decoration: underline;
}


/*logo*/

.ilogo {
	height: 100px;
}

.ilogo .ilogo-l {
	height: 70px;
	margin-top: 15px;
	padding-left: 110px;
	background: url(../img/ilogo.png) left no-repeat;
	float: left;
}

.ilogo .ilogo-l h1 {
	font-size: 28px;
	line-height: 1;
	margin-top: 7px;
}

.ilogo .ilogo-l p {
	font-size: 17px;
	color: #999;
	line-height: 1;
	margin-top: 12px;
}

.ilogo .ilogo-r {
	height: 50px;
	padding-left: 50px;
	margin-top: 25px;
	margin-right: 20px;
	float: right;
	background: url(../img/iphone.png) left no-repeat;
}

.ilogo .ilogo-r span {
	font-size: 13px;
	color: #999;
	display: block;
	line-height: 1;
}

.ilogo .ilogo-r p {
	font-size: 35px;
	color: #d10000;
	line-height: 1;
	font-family: impact;
    margin-top: 3px;
}


/*nav*/

.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #ececec;
}

.nav ul li {
	float: left;
	text-align: center;
	width: 14.2857%;
	font-size: 15px;
	color: #666;
}

.nav ul li a:hover {
	color: #008eff;
}


/*ititle*/

.ititle {
	text-align: center;
}

.ititle>span {
	font-size: 35px;
	display: block;
	line-height: 1;
	color: #999999;
}

.ititle h5 {
	font-size: 35px;
	font-weight: bold;
	color: #008eff;
	margin: 8px 0 10px 0;
}
.ititle h5 span{
	color: #d10000;
	font-weight: normal;
	font-size: 18px;
}
.ititle p {
	width: 840px;
	font-size: 13px;
	line-height: 2;
	margin: 0 auto;
	color: #666;
}


/*iabout*/

.iabout {
	margin-top: 60px;
}

.iabout .iabout-b {
	color: #333;
	font-size: 15px;
	line-height: 2;
	margin-top: 25px;
}

.iabout .iabout-nav dl {
	width: 160px;
	height: 160px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #ccc;
	float: left;
	margin: 0 30px;
	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;
}

.iabout .iabout-nav dl dt {
	display: block;
	width: 70px;
	height: 60px;
	margin: 25px auto;
	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;
}

.iabout .iabout-nav dl dd {
	text-align: center;
	font-size: 16px;
	line-height: 1;
	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;
}

.iabout01 {
	background: url(../img/iabout-nav.png) 0 0 no-repeat;
}

.iabout02 {
	background: url(../img/iabout-nav.png) -70px 0 no-repeat;
}

.iabout03 {
	background: url(../img/iabout-nav.png) -140px 0 no-repeat;
}

.iabout04 {
	background: url(../img/iabout-nav.png) -210px 0 no-repeat;
}

.iabout05 {
	background: url(../img/iabout-nav.png) -280px 0 no-repeat;
}

.iabout-nav {
	margin-top: 30px;
}

.iabout .iabout-nav dl:hover {
	background: #008eff;
	border-color: #008eff;
}

.iabout .iabout-nav dl:hover .iabout01 {
	background: url(../img/iabout-nav.png) 0 -60px no-repeat;
}

.iabout .iabout-nav dl:hover .iabout02 {
	background: url(../img/iabout-nav.png) -70px -60px no-repeat;
}

.iabout .iabout-nav dl:hover .iabout03 {
	background: url(../img/iabout-nav.png) -140px -60px no-repeat;
}

.iabout .iabout-nav dl:hover .iabout04 {
	background: url(../img/iabout-nav.png) -210px -60px no-repeat;
}

.iabout .iabout-nav dl:hover .iabout05 {
	background: url(../img/iabout-nav.png) -280px -60px no-repeat;
}

.iabout .iabout-nav dl:hover dd {
	color: #fff;
}

/*iys*/
.iys{
	margin-top: 60px;
	padding: 40px 0;
	background: url(../img/iys-bj.jpg) center no-repeat;
}

.iys .iys-t{
	text-align: center;
	color: #fff;
}
.iys .iys-t h5{
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
}
.iys .iys-t p{
	font-size: 15px;
	color: #999999;
	line-height: 1;
	margin-top: 20px;
}
.iys .iys-b{
	margin-top: 30px;
}
.iys .iys-b ul li{
	float: left;
}
.iys .iys-b ul li:nth-of-type(2){
	margin: 0 40px;
}
.iys .iys-b ul li img{
	display: block;
	width: 340px;
	height: 700px;
}

/*ipro*/
.ipro{
	margin-top: 60px;
}
.ipro .ipro-nav{
	margin-top: 25px;
}
.ipro .ipro-nav ul li{
	width: 143px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 15px;
	color: #666;
	border: 1px solid #d0d0d0;
	float: left;
	margin-right: 93px;
}
.ipro .ipro-nav ul li:last-of-type{
	margin-right: 0;
}
.ipro .ipro-nav ul li a{
	display: block;
}
.ipro .ipro-nav ul li:hover{
	color: #008eff;
	border-color: #008eff;
}

.ipro .ipro-b ul li{
	width: 350px;
	height: 280px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-top: 25px;
}
.ipro .ipro-b ul li:nth-of-type(1){
	animation-delay: 0.2s;
}
.ipro .ipro-b ul li:nth-of-type(2){
	animation-delay: 0.4s;
}
.ipro .ipro-b ul li:nth-of-type(3){
	animation-delay: 0.6s;
}
.ipro .ipro-b ul li:nth-of-type(4){
	animation-delay: 0.8s;
}
.ipro .ipro-b ul li:nth-of-type(5){
	animation-delay: 1s;
}
.ipro .ipro-b ul li:nth-of-type(6){
	animation-delay: 1.2s;
}
.ipro .ipro-b ul li:nth-of-type(3n+2){
	margin-left: 25px;
	margin-right: 25px;
}
.ipro .ipro-b ul li img{
	display: block;
	width: 350px;
	height: 280px;
}

.ipro .ipro-b ul li dl{
	width: 350px;
	height: 280px;
	background: rgba(0,142,255,0.8);
	position: absolute;
	top: 280px;
	text-align: center;
	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;
}
.ipro .ipro-b ul li:hover dl{
	top: 0;
}
.ipro .ipro-b ul li dl dt{
	font-size: 15px;
	color: #fff;
	margin-top: 65px;
}
.ipro .ipro-b ul li dl dd{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 45px;
}
.ipro .ipro-b ul li dl a{
	display: block;
	width: 118px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	margin: 0 auto;
}
.ipro .ipro-b ul li dl a:hover{
	background: #fff;
	color: #008eff;
}

/*imore*/
#imore{
	display: block;
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #008eff;
	color: #fff;
	font-size: 16px;
	margin: 40px auto 0 auto;
}
#imore:hover{
	background: #f39800;
}

/*icase*/
.icase{
	margin-top: 60px;
	padding: 40px 0;
	background: url(../img/icase-bj.jpg) center no-repeat;
}
.icase .icase-b ul li{
	width: 350px;
	height: 230px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}
.icase .icase-b ul li img{
	display: block;
	width: 100%;
}
.icase .icase-b ul li p{
	width: 100%;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	font-size: 15px;
}
.icase .icase-b ul li:nth-of-type(3n+2){
	margin-left: 25px;
	margin-right: 25px;
}

.icase .icase-b ul li dl{
	width: 350px;
	height: 230px;
	box-sizing: border-box;
	padding: 12px 35px 0 35px;
	text-align: center;
	color: #fff;
	background: #008eff;
}
.icase .icase-b ul li dl dt{
	font-size: 16px;
	line-height: 2;
}
.icase .icase-b ul li dl dd{
	color: #b8e0ff;
	line-height: 2;
	margin-top: 5px;
}
.icase .icase-b ul li dl a{
	display: block;
	width: 128px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #fff;
	margin: 10px auto 0 auto;
}
.icase .icase-b ul li dl a:hover{
	background: #fff;
	color: #008eff;
}


/*inews*/
.inews{
	margin-top: 60px;
}
.inews .inews-b ul li{
	height: 190px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
	margin-top: 30px;
}
.inews .inews-b ul li img{
	display: block;
	width: 330px;
	height: 190px;
	float: left;
}
.inews .inews-b ul li .inews-txt{
	width: 510px;
	float: left;
	margin-left: 30px;
	margin-top: 23px;
}
.inews .inews-b ul li .inews-txt h5{
	font-size: 20px;
	font-weight: bold;
}
.inews .inews-b ul li .inews-txt span{
	display: block;
	color: #999;
	margin: 12px 0;
}
.inews .inews-b ul li .inews-txt p{
	color: #666;
	line-height: 2;
}
.inews .inews-b ul li:hover .inews-txt h5{
	color: #008eff;
}
.inews .inews-b ul li .inews-date{
	float: right;
	text-align: center;
	height: 140px;
	margin-top: 25px;
	padding: 0 55px;
	border-left: 3px solid #ddd;
}
.inews .inews-b ul li .inews-date span{
	display: block;
	font-size: 80px;
	color: #008eff;
	line-height: 1;
	margin-top: 10px;
}
.inews .inews-b ul li .inews-date p{
	font-size: 20px;
	color: #008eff;
	line-height: 1;
	margin-top: 10px;
}

/*ilc*/
.ilc{
	margin-top: 80px;
}
.ilc .ilc-t{
	height: 70px;
	line-height: 70px;
	background: #008eff;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.ilc .ilc-t span{
	font-size: 15px;
	color: #b8e0ff;
	font-weight: normal;
}
.ilc .ilc-b img{
	display: block;
	width: 100%;
}

/*foot*/
.foot{
	padding: 40px 0;
	background: #333;
	margin-top: 100px;
}
.foot dl{
	float: left;
	color: #ddd;
	width: 240px;
}
.foot dl dt{
	font-size: 15px;
	line-height: 1;
}
.foot dl dt:after{
	display: block;
	content: "";
	width: 240px;
	height: 1px;
	background: #ddd;
	margin-top: 12px;
}
.foot dl dd{
	width: 120px;
	float: left;
	margin-top: 20px;
}
.foot dl dd:hover{
	color: #fff;
}
.foot .ft-lx{
	color: #ddd;
	width: 500px;
	float: left;
	margin-left: 120px;
}
.foot .ft-lx h5{
	line-height: 1;
}
.foot .ft-lx span{
	color: #d10000;
	font-size: 35px;
	font-family: impact;
	display: block;
	margin-top: 15px;
}
.foot .ft-lx ul li{
	float: left;
	width: 250px;
	margin-top: 12px;
}
.foot .ft-ewm{
	float: right;
	text-align: center;
	margin-right: 40px;
}
.foot .ft-ewm p{
	color: #fff;
	margin-top: 10px;
}

.ft-bq{
	background: #000;
	color: #fff;
	height: 35px;
	line-height: 35px;
}

/*content*/

.content {
	margin-top: 40px;
}


/*content-left*/

.content-left {
	width: 230px;
	float: left;
}

.left-t {
	background: #008eff;
	padding: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.left-t h5 {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}

.left-t h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}
.left-b ul {
	border: 1px solid #dcdbdb;
	border-top: 0;
}
.left-b ul li {
	color: #333;
	border-bottom: 1px solid #dcdbdb;
	font-size: 15px;
	background: #f0f0f0;
}
.left-b ul li:last-of-type{
	border-bottom: 0;
}

.left-b ul li>a {
	display: block;
	padding-left: 30px;
	line-height: 50px;
	background: url(../img/ipro-navbj.png) right 30px top 18px no-repeat;
}

.left-b ul li a:hover {
	color: #008eff;
}
.leftnavdl{
	border-bottom: 1px solid #dcdbdb;
	padding: 0 30px;	
}

.leftnavdl dd{
	padding: 0 20px;
	border-bottom: 1px dashed #ccc;
	line-height: 1;
}

.leftnavdl dd:last-of-type{
	border: 0;
}
.leftnavdl dd a{
	color: #666;
	display: block;
	line-height: 50px;
}
.leftnavdl dd a:hover{
	color: #008eff;
}

.left-box02{
	margin-top: 40px;
}
.left-box02 .left-t{
	background: #f39800;
}
.left-box02 .left-t span{
	color: #fff;
}
.left-box02 dl{
	border: 1px solid #dcdbdb;
	border-top: 0;
	padding: 10px 5px 15px 5px;
	background: #f0f0f0;
	color: #666;
}
.left-box02 dl dd{
	line-height: 2.5;
	margin-top: 5px;
}
/*content-right*/

.content-right {
	width: 820px;
	float: right;
}

.right-t {
	position: relative;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #ccc;
}

.right-t h5 {
	font-size: 25px;
	color: #008eff;
}

.content-pos {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	color: #666;
}

.right-b {
	line-height: 2;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}
.right-b p{
	margin-top: 10px;
}

.news-list ul li {
	padding-bottom: 10px;
	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: #008eff;
}

.news-list ul li {
	color: #666;
}

.news-list span {
	font-size: 12px;
	color: #aaa;
}

.news-list h4 {
	display: block;
	text-align: right;
	color: #36436e;
	margin-top: 5px;
}
.news-list h4:hover{
	color: #f00;
}
.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;
}

.pro-list ul li {
	float: left;
	width: 250px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.pro-list ul li:nth-of-type(3n+2) {
	margin: 0 35px;
}

.pro-list ul li:hover {
	color: #008eff;
	border-color: #008eff;
}

.pro-list ul li a {
	display: block;
}

.pro-list ul li a img {
	width: 250px;
	height: 200px;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.pro-list ul li a span {
	display: block;
}

.pro-nr>h5{
	font-size: 20px;
	text-align: center;
}
.pro-nr>img{
	display: block;
	margin: 10px auto;
	max-width: 70%;
}


.case-list ul li {
	float: left;
	width: 250px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.case-list ul li:nth-of-type(3n+2) {
	margin: 0 35px;
}

.case-list ul li:hover {
	color: #008eff;
	border-color: #008eff;
}

.case-list ul li a {
	display: block;
}

.case-list ul li a img {
	width: 250px;
	height: 165px;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.case-list ul li a span {
	display: block;
}


.case-nr>h5{
	font-size: 20px;
	text-align: center;
}
.case-nr>img{
	display: block;
	margin: 10px auto;
	max-width: 70%;
}


.prodetails {
	margin-top: 10px;
	color: #333;
}

.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #008eff;
	text-indent: 15px;
	margin-bottom: 25px;
	margin-top: 25px;
	border: none;
}

.prodetails p {
	padding: 0 2px
}
.prodetails img{
	max-width: 100%;
}
.prodetails table{
	text-align: center;
}

.contact-title{
	font-size: 24px;
	color: #f00;
	font-weight: bold;
}
