﻿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: 1200px;
	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: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#txt-pages {
	margin-top: 20px;
}


/*iban*/

.iban {
	width: 100%;
	height: 450px;
	position: absolute;
	top: 0;
	z-index: 99;
}

.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: 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: #2e74bc;
}

.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*/
.itop{
	height: 120px;
}

.itop .ilogo{
	float: left;
	margin-top: 35px;
}
.itop .ilogo a{
	display: block;
	width: 428px;
	height: 50px;
	background: url(../img/logo.png) no-repeat;
}
.itop .itop-r{
	height: 50px;
	margin-top: 35px;
	float: right;
}
.itop .itop-r dl{
	height: 50px;
	padding-left: 65px;
	float: left;
}

.itop .itop-r dl dt{
	line-height: 22px;
	color: #999;
}
.itop .itop-r dl dd{
	font-family: impact;
	font-size: 25px;
	color: #7e6b5a;
	line-height: 1;
}

.iphone{
	margin-right: 50px;
	background: url(../img/iphone.png) left no-repeat;
}

.ifax{
	background: url(../img/ifax.png) left no-repeat;
}

/*inav*/
.inav{
	height: 55px;
	line-height: 55px;
	background: url(../img/nav-bg.png) repeat-x;
}
.inav ul li{
	width: 12.5%;
	float: left;
}
.inav ul li a{
	display: block;
	text-align: center;
	font-size: 15px;
}
.inav ul li a:hover{
	color: #0054a3;
	background: url(../img/nav-bg02.png) repeat-x;
}

/*ipro*/
.ipro{
	margin-top: 70px;
}
.ipro .ipro-l{
	width: 250px;
	float: left;
}
.ipro .ipro-l .ipro-title{
	width: 250px;
	height: 70px;
	background: #0054a3;
	overflow: hidden;
}
.ipro .ipro-l .ipro-title h5{
	width: 170px;
	height: 34px;
	line-height: 34px;
	margin: 18px auto 0 auto;
	text-align: right;
	background: url(../img/ipro-t.png) left no-repeat;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
.ipro .ipro-l .ipro-nav{
	width: 200px;
	background: #eee;
	padding: 10px 25px;
}

.ipro .ipro-l .ipro-nav ul li{
	width: 180px;
	line-height: 40px;
	padding: 0 10px;
	color: #666;
	border-bottom: 1px dashed #ccc;
	background: url(../img/ipro-list.png) center right 10px no-repeat;
}
.ipro .ipro-l .ipro-nav ul li:last-of-type{
	border: 0;
}
.ipro .ipro-l .ipro-nav ul li a:hover{
	color: #0054a3;
}

.ipro .ipro-r{
	width: 890px;
	float: right;
}
.ipro .ipro-r .ipro-txt{
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #0054a3;
}

.ipro .ipro-r .ipro-list ul li{
	float: left;
	width: 200px;
	margin-right: 30px;
	margin-top: 20px;
}
.ipro .ipro-r .ipro-list ul li:nth-of-type(1),
.ipro .ipro-r .ipro-list ul li:nth-of-type(2),
.ipro .ipro-r .ipro-list ul li:nth-of-type(3),
.ipro .ipro-r .ipro-list ul li:nth-of-type(4){
	margin-top: 0;
}
.ipro .ipro-r .ipro-list ul li:nth-of-type(4n){
	margin-right: 0;
}
.ipro .ipro-r .ipro-list ul li img{
	display: block;
	width: 200px;
	height: 270px;
}
.ipro .ipro-r .ipro-list ul li p{
	line-height: 35px;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #ccc;
}
.ipro .ipro-r .ipro-list ul li:hover p{
	color: #0054a3;
	border-color: #0054a3;
}

/*iabout*/
.iabout{
	padding: 60px 0;
	background: url(../img/iabout-bg.png) repeat;
	margin-top: 70px;
}
.iabout .iabout-l{
	width: 650px;
	margin-top: 20px;
	float: left;
}
.iabout .iabout-l h5{
	line-height: 1;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
.iabout .iabout-l span{
	display: block;
	line-height: 55px;
	color: #fff;
}
.iabout .iabout-l p{
	line-height: 2;
	color: #bddfff;
}
.iabout .iabout-l a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2e74bc;
	color: #fff;
	font-size: 15px;
	margin-top: 20px;
}
.iabout .iabout-l a:hover{
	background: #e60012;
}
.iabout .iabout-r{
	width: 490px;
	float: right;
}
.iabout .iabout-r img{
	display: block;
	width: 490px;
	height: 280px;
	box-sizing: border-box;
	border: 3px solid #fff;
}

/*ititle*/
.ititle{
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.ititle h5{
	font-size: 25px;
	color: #0054a3;
	font-weight: bold;
	line-height: 28px;
	float: left;
}
.ititle h5 em{
	font-size: 20px;
	color: #aaa;
}
.ititle a{
	margin-top: 8px;
	float: right;
}
/*icase*/
.icase{
	margin-top: 70px;
}
.icase .icase-b ul li{
	background: #eee;
	margin-top: 30px;
	float: left;
}
.icase .icase-b ul li:nth-of-type(2n){
	float: right;
}

.icase .icase-b ul li a{
	display: block;
	width: 540px;
	height: 150px;
	padding: 20px;
}
.icase .icase-b ul li a img{
	display: block;
	width: 220px;
	height: 150px;
	float: left;
}
.icase .icase-b ul li a dl{
	width: 300px;
	float: right;
}
.icase .icase-b ul li a dl dt{
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: 40px;
}
.icase .icase-b ul li a dl dd{
	color: #666;
	line-height: 2;
}
.icase .icase-b ul li:hover{
	background: #0054a3;
}
.icase .icase-b ul li:hover dt,
.icase .icase-b ul li:hover dd{
	color: #fff;
}

/*inews*/
.inews{
	margin-top: 70px;
}
.inews .inews-b{
	margin-top: 30px;
}
.inews .inews-b img{
	display: block;
	width: 420px;
	height: 300px;
	float: left;
}

.inews .inews-b ul li{
	width: 350px;
	height: 150px;
	margin-left: 40px;
	float: left;
}
.inews .inews-b ul li h5{
	font-size: 15px;
	line-height: 1;
	padding-left: 30px;
	background: url(../img/inews-bg.jpg) top left no-repeat;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-top: 12px;
}
.inews .inews-b ul li p{
	line-height: 24px;
	margin: 8px 0;
	color: #666;
}
.inews .inews-b ul li span{
	font-size: 12px;
	color: #999;
	float: left;
}
.inews .inews-b ul li a{
	font-size: 12px;
	color: #ff0000;
	float: right;
}

/*广告*/
.igg{
	margin-top: 70px;
	height: 90px;
	line-height: 90px;
	font-size: 15px;
	color: #fff;
	background: #0054a3;
}
.igg p{
	float: left;
}
.igg a{
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin-top: 29px;
	float: right;
}
.igg a:hover{
	background: #fff;
	color: #0054a3;
}

/*联系*/
.icontact{
	padding: 40px 0;
	background: #eee;
}
.icontact dl{
	width: 260px;
	height: 205px;
	position: relative;
	margin-right: 53px;
	float: left;
}
.icontact dl:last-of-type{
	margin-right: 0;
}
.icontact dl dt{
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border-radius: 50%;
	background: #333;
	overflow: hidden;
	z-index: 999;
}
.icontact dl dt i{
	display: block;
	width: 30px;
	height: 30px;
	margin: 20px auto 0 auto;
}
.ft01{
	background: url(../img/ft01.png) center center no-repeat;
}
.ft02{
	background: url(../img/ft02.png) center center no-repeat;
}
.ft03{
	background: url(../img/ft03.png) center center no-repeat;
}
.ft04{
	background: url(../img/ft04.png) center center no-repeat;
}
.icontact dl dd{
	width: 260px;
	height: 115px;
	padding-top: 50px;
	background: #fff;
	position: absolute;
	top: 35px;
	text-align: center;
}
.icontact dl dd span{
	font-size: 20px;
}
.icontact dl dd p{
	width: 184px;
	margin: 15px auto 0 auto;
	line-height: 24px;
}

/*底部*/
.ft{
	line-height: 2;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #333;
}


/*content*/

.content {
	margin-top: 40px;
	margin-bottom: 70px;
}


/*content-left*/

.content-left {
	width: 230px;
	float: left;
}

.left-t {
	background: #2e74bc;
	padding: 15px 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.left-t h5 {
	font-size: 24px;
	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: #2e74bc;
}

.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: 45px;
}

.leftnavdl dd a:hover {
	color: #2e74bc;
}

.left-box02 {
	margin-top: 40px;
}

.left-box02 .left-t {
	background: #ff6c00;
}

.left-box02 .left-t span {
	color: #fff;
}

.left-box02 dl {
	border: 1px solid #dcdbdb;
	border-top: 0;
	padding: 10px 20px 15px 20px;
	background: #f5f5f5;
	color: #666;
	overflow: hidden;
}

.left-box02 dl dd {
	line-height: 2;
	margin-top: 5px;
}


/*content-right*/

.content-right {
	width: 920px;
	float: right;
}

.right-t {
	height: 52px;
	line-height: 52px;
	background: #2e74bc;
	padding: 0 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.right-t h5 {
	font-size: 24px;
	color: #fff;
	float: left;
}

.content-pos {
	float: right;
	color: #fff;
}

.right-b {
	line-height: 2;
	margin-top: 11px;
	font-size: 13px;
}

.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: #333;
}

.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: 210px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 30px;
	margin-right: 26px;
}

.pro-list ul li:nth-of-type(4n) {
	margin-right: 0;
}

.pro-list ul li:hover {
	color: #2e74bc;
	border-color: #2e74bc;
}

.pro-list ul li a {
	display: block;
}

.pro-list ul li a img {
	display: block;
	width: 210px;
	height: 265px;
	padding: 5px;
	margin-bottom: 6px;
	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%;
}

.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: #2e74bc;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}
.prodetails img{
	max-width: 100%;
}
.case-list ul li {
	width: 100%;
	height: 185px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 9px;
	margin: 0 15px 20px 0;
	float: left;
}

.case-list ul li:hover {
	border-color: #2e74bc;
}

.case-list ul li a {
	display: block;
}

.case-list ul li a img {
	width: 220px;
	height: 165px;
	float: left;
}

.case-list ul li:hover .case-txt {
	background: #2e74bc;
	color: #fff;
}

.case-list h4 {
	font-size: 17px;
	font-weight: bold;
	color: #2e74bc;
	border-bottom: 1px solid #999;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

.case-list ul li:hover .case-txt h4 {
	border-color: #fff;
	color: #fff;
}

.case-txt {
	width: 670px;
	height: 165px;
	box-sizing: border-box;
	padding: 10px;
	background: #f2f2f2;
	float: right;
	position: relative;
}

.case-txt p {
	color: #666;
	line-height: 1.7;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.case-txt span {
	display: block;
	position: absolute;
	color: #ff7600;
	bottom: 8px;
	right: 10px;
}

.case-list ul li:hover .case-txt p,
.case-list ul li:hover .case-txt span {
	color: #fff;
}

.equipment {
	display: block;
	width: 500px;
	margin: 0 auto;
	height: 314px;
	margin-top: 40px;
	background: url(../img/equipment.jpg) no-repeat left top;
}

.equipment a {
	float: left;
	width: 250px;
	height: 150px;
	line-height: 150px;
}