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: "arial" , "微雅软黑", "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;
}


/*通用代码*/
.wrap{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.wrap:after{
	display: block;
	content: "";
	clear: both;
}
.cls{
	clear: both;
}
.en{
	font-family: arial;
}
.prenext{
	margin-top: 50px;
}
#pagesize{
	overflow: hidden;
}

/*ban*/
.banner{ width:100%; height:500px; white-space:nowrap; margin:0 auto; overflow:hidden;  position:relative; z-index:1; /*border:1px solid #F00; */}
.banner_m{ width:50%; height:500px; display:inline-block; position:relative;}
.wrapper {*float:left; width:1920px; height:500px; 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: 203px; left:15%; z-index: 100; width: 72px; height: 143px; 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: 203px; right:14%; z-index: 100; width: 72px; height: 143px; 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('ajax-loader.gif') no-repeat left top; width: 31px; height: 31px; }
#slideshow { width:1920px; height:500px; }
#slideshow ul { display: none; }

/*内页*/
.content{
	margin-top: 50px;
}
.content-b>h5{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content-b img{
	display: inline-block;
	max-width: 100%;
}

/*顶部*/
.itop{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	background: #333;
}
.itop>.wrap>p{
	float: left;
	color: #fff;
}

.itop .itop-ewm{
	float: right;
	width: 85px;
	padding-left: 25px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 99;
}
.itop .itop-ewm i{
	float: left;
	font-size: 28px;
	line-height: 34px;
	margin-right: 10px;
}
.itop .itop-ewm img{
	display: none;
	position: absolute;
	width: 110px;
	height: 110px;
	top: 35px;
	left: 0;
}
.itop .itop-ewm:hover img{
	display: block;
}

.itop dd{
	float: right;
	margin-right: 30px;
}
.itop dd a{
	color: #fff;
}
.itop dd a:hover{
	text-decoration: underline;
}

/*logo*/
.ilogo{
	width: 100%;
	height: 110px;
}

.ilogo .ilogo-l{
	float: left;
	height: 80px;
	width: 570px;
	text-align: center;
	background: url(../img/logo.png) left top no-repeat;
	margin-top: 15px;
}


.ilogo .isearch{
	float: right;
	margin-top: 24px;
}

.ilogo .isearch input{
    float: left;
    outline: none;
    border: none;
    margin: 0;
}

.ilogo .isearch .isearch-txt {
    width: 256px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #ddd;
    padding: 4px 8px;
}

.ilogo .isearch .isearch-sub {
    width: 50px;
    height: 31px;
    background: #1f5ec5 url(../img/isearch.png) center no-repeat;
    cursor: pointer;
}
.ilogo .iphone{
	float: right;
	height: 22px;
	line-height: 22px;
	text-align: right;
	margin-top: 10px;
}
.ilogo .iphone span{
	float: left;
	color: #666;
}
.ilogo .iphone span i{
	float: left;
	font-size: 22px;
	margin-right: 10px;
}
.ilogo .iphone p{
	float: left;
	font-size: 19px;
	font-weight: bold;
	color: #ff0000;
}

/*导航*/
.inav{
	width: 100%;
	height: 50px;
	background: url(../img/inav-bg02.png) repeat-x;
}

.inav ul li{
	float: left;
	width: 12.5%;
}
.inav ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
.inav ul li a:hover{
	background: url(../img/inav-bg.png) repeat-x;
	color: #333;
}

/*图标*/
.icon{margin-top: 80px;}
.icon .list{display:block; padding-bottom: 30px; width:1200px;background:#fff; box-shadow:0px 2px 5px 3px #eee; margin:0 auto;}
.icon .list ul{display:block; width:100%;}
.icon .list ul li{float:left; width:132px;border-right:1px solid #e1e1e1;}
.icon .list ul li img{display:Block; margin:0 auto; transition:all 1s linear 0s; -wekit-transition:all 1s linear 0s; -moz-transition:all 1s linear 0s; -o-transition:all 1s linear 0s;}
.icon .list ul li a{display:block;font-size:20px; line-height:30px; text-align:center; color:#014099;}
.icon .list ul li:hover img{transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg);}
.icon .list ul li.none{border:none;}

/*产品*/
.ipro{
	margin-top: 80px;
}
.ipro .ipro-t{
	width: 100%;
}
.ipro .ipro-t .ipro-t-t h5{
	font-size: 25px;
	color: #014099;
	font-weight: bold;
	line-height: 1;
}
.ipro .ipro-t .ipro-t-t h5 span{
	color: #666;
}
.ipro .ipro-t .ipro-t-t h5:after{
	display: block;
	content: "";
	width: 70px;
	height: 2px;
	background: #014099;
	margin: 12px 0;
}
.ipro .ipro-t .ipro-t-t h4{
	font-size: 18px;
	font-weight: bold;
}
.ipro .ipro-t .ipro-t-t h4 span{
	font-size: 13px;
	color: #666;
	font-weight: normal;
}
.ipro .ipro-t .ipro-t-nav{
	margin-top: 25px;
}
.ipro .ipro-t .ipro-t-nav ul li{
	float: left;
	width: 216px;
	margin-right: 30px;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #ccc;
}
.ipro .ipro-t .ipro-t-nav ul li:nth-of-type(5n){
	margin-right: 0;
}
.ipro .ipro-t .ipro-t-nav ul li a{
	display: block;
	font-size: 13px;
	padding: 0 20px;
	color: #666;
	background: url(../img/ipro-icon.png) right 20px center no-repeat;
}
.ipro .ipro-t .ipro-t-nav ul li:first-of-type a,
.ipro .ipro-t .ipro-t-nav ul li a:hover{
	background: #014099 url(../img/ipro-icon02.png) right 20px center no-repeat;
	color: #fff;
}
.ipro .ipro-list ul li{
	float: left;
	margin-top: 30px;
	margin-right: 30px;
}
.ipro .ipro-list ul li:nth-of-type(3n){
	margin-right: 0;
}
.ipro .ipro-list ul li a{
	position: relative;
	display: block;
	width: 380px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 7px 7px 50px;
}
.ipro .ipro-list ul li a:hover{
	background: #eee;
}
.ipro .ipro-list ul li a img{
	display: block;
	width: 364px;
	height: 273px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.ipro .ipro-list ul li a h5{
	font-size: 15px;
	font-weight: bold;
	margin: 25px 0 20px 0;
}
.ipro .ipro-list ul li a:hover h5{
	color: #014099;
}
.ipro .ipro-list ul li a p{
	color: #666;
	line-height: 2;
}
.ipro .ipro-list ul li a i{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-width: 40px 40px 0 0;
	border-color: transparent #666 transparent transparent;
    border-style: solid;
    right: 0;
    bottom: 0;
}
.ipro .ipro-list ul li a i:before{
	position: absolute;
	display: block;
	content: "";
	width: 13px;
	height: 1px;
	background: #fff;
	top: -12px;
	right: -35px;
}
.ipro .ipro-list ul li a i:after{
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 13px;
	background: #fff;
	top: -18px;
	right: -29px;
}
.ipro .ipro-list ul li a:hover i{
	border-color: transparent #014099 transparent transparent;
}

/*标题*/
.ititle{
	width: 100%;
	text-align: center;
}
.ititle h5{
	font-size: 25px;
	font-weight: bold;
	color: #014099;
	line-height: 1;
}
.ititle h5 span{
	color: #666;
}
.ititle p{
	line-height: 1;
	font-size: 15px;
	color: #999;
	margin-top: 15px;
}

/*服务*/
.iser{
	margin-top: 80px;
}
.iser .iser-b{
	margin-top: 30px;
}
.iser .iser-b ul li{
	float: left;
	width: 220px;
	text-align: center;
	background: #f0f0f0;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #ddd;
	margin-right: 25px;
}
.iser .iser-b ul li:last-of-type{
	margin-right: 0;
}
.iser .iser-b ul li:hover{
	background: #014099;
}
.iser .iser-b ul li a{
	display: block;
	overflow: hidden;
}
.iser .iser-b ul li a dd{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: #fff;
	margin: 35px auto 30px;
	position: relative;
}
.iser .iser-b ul li:hover dd{
	border-color: #014099;
}
.iser .iser-b ul li a dd i{
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.iser01{
	background: url(../img/iser-icon.png) top left no-repeat;
}
.iser02{
	background: url(../img/iser-icon.png) top left -40px no-repeat;
}
.iser03{
	background: url(../img/iser-icon.png) top left -80px no-repeat;
}
.iser04{
	background: url(../img/iser-icon.png) top left -120px no-repeat;
}
.iser05{
	background: url(../img/iser-icon.png) top left -160px no-repeat;
}
.iser .iser-b ul li a span{
	font-size: 18px;
	line-height: 1;
	color: #014099;
}
.iser .iser-b ul li:hover span{
	color: #fff;
}
.iser .iser-b ul li a p{
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 30px;
}
.iser .iser-b ul li:hover p{
	color: #a1c8ff;
}
.iser .iser-txt{
	text-align: center;
    color: #666;
    margin-top: 25px;
    line-height: 1.8;
}

/*广告*/
.igg{
	width: 1200px;
	height: 160px;
	margin: 60px auto 0;
	background: url(../img/ys_banner.jpg) center no-repeat;
	position: relative;
}
.igg a{
	position: absolute;
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	color: #014099;
	bottom: 75px;
	right: 100px;
}
.igg p{
	position: absolute;
	color: #fff;
	font-size: 16px;
	right: 33px;
	bottom: 30px;
	
}
/*关于*/
.iabout{
	margin-top: 80px;
	padding: 50px 0;
	background: #f0f0f0;
}
.iabout .iabout-t .iabout-pic{
	float: left;
}
.iabout .iabout-t .iabout-pic img{
	display: block;
	width: 430px;
	height: 270px;
	
}
.iabout .iabout-t .iabout-txt{
	float: right;
	width: 720px;
}
.iabout .iabout-t .iabout-txt .iabout-txt-t .iabout-title{
	float: left;
	position: relative;
	height: 50px;
	padding-left: 60px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 2px solid #1f5ec5;
}
.iabout .iabout-t .iabout-txt .iabout-txt-t .iabout-title em{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: #1f5ec5;
	line-height: 24px;
	left: 0;
}
.iabout .iabout-t .iabout-txt .iabout-txt-t .iabout-title p{
	font-size: 20px;
	color: #1f5ec5;
	line-height: 1;
}
.iabout .iabout-t .iabout-txt .iabout-txt-t .iabout-title span{
	font-size: 22px;
	font-weight: bold;
}

.iabout .iabout-t .iabout-txt .iabout-txt-t .iabout-font{
	float: left;
}
.iabout .iabout-t .iabout-txt .iabout-txt-t .iabout-font dd{
	font-size: 14px;
	line-height: 25px;
}
.iabout .iabout-t .iabout-txt .iabout-txt-b{
	margin-top: 30px;
}
.iabout .iabout-t .iabout-txt .iabout-txt-b p{
	line-height: 24px;
	color: #666;
}
.iabout .iabout-t .iabout-txt .iabout-txt-b a{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1f5ec5;
	color: #fff;
	margin-top: 28px;
}

.iabout .iabout-b .iabout-honor{
	float: left;
	width: 780px;
	margin-top: 55px;
}

.iabout .iabout-b .iabout-honor .iabout-honor-t{
	position: relative;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
}
.iabout .iabout-b .iabout-honor .iabout-honor-t:after{
	position: absolute;
	display: block;
	content: "";
	width: 500px;
	height: 1px;
	background: #666;
	right: 80px;
	top: 12px;
}
.iabout .iabout-b .iabout-honor .iabout-honor-t h5{
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
}
.iabout .iabout-b .iabout-honor .iabout-honor-t h5 span{
	font-weight: normal;
	color: #999;
}
.iabout .iabout-b .iabout-honor .iabout-honor-t a{
	float: right;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #1f5ec5;
	color: #fff;
}
.iabout .iabout-b .iabout-honor .iabout-honor-b ul li{
	float: left;
	margin-right: 30px;
}
.iabout .iabout-b .iabout-honor .iabout-honor-b ul li:nth-of-type(3){
	margin-right: 0;
}
.iabout .iabout-b .iabout-honor .iabout-honor-b ul li a{
	display: block;
}

.iabout .iabout-b .iabout-honor .iabout-honor-b ul li a img{
	display: block;
	width: 214px;
	height: 150px;
	border: 13px solid #fff;
}

.iabout .iabout-b .iabout-honor .iabout-honor-b ul li a p{
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #999;
	color: #fff;
}
.iabout .iabout-b .iabout-honor .iabout-honor-b ul li a:hover p{
	background: #1f5ec5;
}
.iabout .iabout-b .iabout-content{
	float: right;
	width: 348px;
	border: 6px solid #1f5ec5;
	background: #fff;
	margin-top: 25px;
}
.iabout .iabout-b .iabout-content .iabout-box{
	width: 324px;
	background: #1f5ec5;
	padding: 6px;
	margin: 6px auto;
}
.iabout .iabout-b .iabout-content .iabout-box img{
	display: block;
	width: 324px;
	height: 150px;
}
.iabout .iabout-b .iabout-content .iabout-box .iabout-box-txt{
	padding: 0 15px;
	line-height: 2;
	color: #fff;
	margin: 10px 0 5px 0;
}

/*案例*/
.icase{
	width: 100%;
	margin-top: 80px;
}
.icase .icase-nav{
	width: 100%;
	font-size: 0;
	text-align: center;
	margin-top: 30px;
}
.icase .icase-nav ul li{
	display: inline-block;
	width: 178px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	color: #666;
	font-size: 14px;
	margin: 0 10px;
}
.icase .icase-nav ul li:hover{
	background: #014099;
	color: #fff;
	font-weight: bold;
	border-color: #014099;
}
.icase .icase-nav ul li a{
	display: block;
}
.icase .icase-b ul li{
	float: left;
	position: relative;
	width: 580px;
	padding-bottom: 5px;
	margin-top: 40px;
}
.icase .icase-b ul li:nth-of-type(2n){
	float: right;
}
.icase .icase-b ul li img{
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 360px;
	height: 270px;
	border: 3px solid #ccc;
	top: 0;
	left: 0;
}
.icase .icase-b ul li a{
	position: relative;
	display: inline-block;
	width: 290px;
	height: 270px;
	box-sizing: border-box;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.25);
	padding: 0 45px;
	border: 1px solid #ddd;
	background: #f0f0f0;
	z-index: 9;
	left: 290px;
	margin-top: 50px;
}
.icase .icase-b ul li a span{
	display: block;
	margin-top: 35px;
	color: #666;
}
.icase .icase-b ul li a h5{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}

.icase .icase-b ul li a h5:after{
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background: #ccc;
	margin: 12px 0;
}
.icase .icase-b ul li a p{
	line-height: 22px;
	color: #666;
}
.icase .icase-b ul li a:hover{
	background: #014099;
	border-color: #014099;
}

.icase .icase-b ul li a:hover span,
.icase .icase-b ul li a:hover h5:after{
	color: #b7d5ff;
}

.icase .icase-b ul li a:hover h5{
	color: #fff;
}
.icase .icase-b ul li a:hover p{
	color: #d9e9ff;
}

.icase .icase-more a{
	display: block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	text-align: center;
	background: #014099;
	color: #fff;
	margin: 35px auto 0;
}

/*新闻*/
.inews{
	width: 100%;
	margin-top: 80px;
}
.inews .inews-title{
	margin-bottom: 20px;
}
.inews .inews-title h5{
	float: left;
	font-size: 20px;
}
.inews .inews-title span{
	font-size: 13px;
	color: #999;
}
.inews .inews-title a{
	float: right;
	font-size: 13px;
	color: #f00;
}
.inews .inews-l{
	float: left;
	width: 680px;
	margin-top: 40px;
}
.inews .inews-l .inews-isgood{
	background: #f0f0f0;
}
.inews .inews-l .inews-isgood img{
	float: left;
	display: block;
	width: 290px;
	height: 170px;
}
.inews .inews-l .inews-isgood dl{
	float: right;
	width: 350px;
	margin-top: 10px;
	padding-right: 10px;
}
.inews .inews-l .inews-isgood dl dt{
	font-size: 16px;
	font-weight: bold;
}
.inews .inews-l .inews-isgood dl dd{
	color: #666;
	line-height: 2;
	margin: 10px 0;
}
.inews .inews-l .inews-isgood dl a{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #014099;
}
.inews .inews-l .inews-list{
	margin-top: 20px;
}
.inews .inews-l .inews-list ul li{
	border-bottom: 1px solid #ccc;
}
.inews .inews-l .inews-list ul li:hover{
	border-color: #014099;
}
.inews .inews-l .inews-list ul li a{
	display: block;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
}
.inews .inews-l .inews-list ul li a p{
	float: left;
	color: #555;
}
.inews .inews-l .inews-list ul li a p i{
	margin-right: 15px;
}

.inews .inews-l .inews-list ul li a span{
	float: right;
	color: #999;
}
.inews .inews-l .inews-list ul li:hover p,
.inews .inews-l .inews-list ul li:hover span{
	color: #014099;
}

.inews .inews-r{
	float: right;
	width: 470px;
	margin-top: 40px;
}

.inews .inews-r .inews-list02{
	margin-top: 20px;
}
.inews .inews-r .inews-list02 ul li{
	padding: 0 30px;
	height: 70px;
	line-height: 70px;
	box-sizing: border-box;
	background: #f2f2f2;
	border-bottom: 1px dashed #ddd;
}
.inews .inews-r .inews-list02 ul li:hover{
	background: #014099;
	border-bottom: 1px solid #014099;
}
.inews .inews-r .inews-list02 ul li a{
	display: block;
	overflow: hidden;
}
.inews .inews-r .inews-list02 ul li a p{
	float: left;
	font-size: 13px;
}
.inews .inews-r .inews-list02 ul li:hover p{
	color: #fff;
}
.inews .inews-r .inews-list02 ul li a p i{
	margin-right: 8px;
}
.inews .inews-r .inews-list02 ul li a span{
	position: relative;
	float: right;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #014099;
	margin-top: 25px;
}
.inews .inews-r .inews-list02 ul li a span:after{
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	top: 0;
	right: 2px;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
}
.inews .inews-r .inews-list02 ul li:hover span{
	background: #fff;
}
.inews .inews-r .inews-list02 ul li:hover span:after{
	border-color: #014099;
}

/*合作*/
.ihz{
	width: 100%;
	margin-top: 60px;
}
.ihz .ihz-t{
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.ihz .ihz-t h5{
	font-size: 25px;
	font-weight: bold;
}
.ihz .ihz-t h5 span{
	color: #014099;
}
.ihz .ihz-b ul li{
	float: left;
	width: 183px;
	height: 53px;
	padding: 5px 0;
	margin-right:18px;
	margin-top: 20px;
	border: 1px solid #ddd;
}
.ihz .ihz-b ul li:nth-of-type(6n){
	margin-right: 0;
}
.ihz .ihz-b ul li a{
	display: block;
}
.ihz .ihz-b ul li a img{
	display: block;
	width: 183px;
	height: 53px;
}

/*页脚*/
.footer{
	margin-top: 100px;
	padding: 30px 0;
	background: #333;
}
.footer dl{
	float: left;
	margin-right: 80px;
}
.footer dl dt{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.footer dl dt:after{
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	margin: 10px 0 12px 0;
}
.footer dl dd{
	line-height: 2;
	color: #ccc;
}
.footer dl dd:hover{
	color: #fff;
}
.footer .ft-content{
	float: right;
}
.footer .ft-content dd{
	color: #fff;
}
.footer .ft-ewm{
	float: right;
}
.footer .ft-ewm img{
	width: 120px;
	margin-top: 5px;
}
.footer .ft-ewm p{
	text-align: center;
	color: #fff;
	line-height: 2;
}


/*侧边栏*/
.content-left {
	float: left;
	width: 270px;
}

.content-left .left-nav {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.content-left .left-nav .left-title {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #014099;
	overflow: hidden;
}

.content-left .left-nav .left-title h5 {
	width: 230px;
	height: 60px;
	line-height: 60px;
	border-top: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	font-size: 22px;
	font-weight: bold;
	margin: 14px auto;
	background: #f2f2f2;
}

.content-left .left-nav .left-title h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #666;
}
.content-left .left-nav .left-list{
	overflow: hidden;
}
.content-left .left-nav .left-list ul li {
	width: 230px;
	margin: 0 auto 12px;
}
.content-left .left-nav .left-list ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	color: #333;
	padding: 0 25px;
}
.content-left .left-nav .left-list ul li a:hover,
.content-left .left-nav .left-list ul .active a{
	color: #fff;
	background: #014099;
	border-color: #014099;
}
.content-left .left-nav .left-list ul li a i{
	float: right;
	line-height: 45px;
	font-size: 15px;
}
.content-left .left-nav .left-list ul dl{
	width: 230px;
	margin: -12px auto 0 auto;
}
.content-left .left-nav .left-list ul dl dd{
	background: #f2f2f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
}
.content-left .left-nav .left-list ul dl dd:first-of-type{
	border-top: none;
}
.content-left .left-nav .left-list ul dl dd a{
	display: block;
	padding-left: 45px;
	color: #666;
}
.content-left .left-contact{
	margin-top: 30px;
}
.content-left .left-contact .left-contact-b{
	width: 230px;
	margin: 0 auto 10px auto;
}
.content-left .left-contact .left-contact-b p{
	margin: 8px auto 0 auto;
	line-height: 2;
	font-size: 14px;
	color: #666;
}
.content-left .left-contact .left-contact-b p:first-of-type{
	margin-top: 0;
}
.content-right {
	float: right;
	width: 890px;
}
.content-right .right-title {
	padding: 10px 20px;
	position: relative;
	background: #fff;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
}
.content-right .right-title h5 {
	float: left;
	font-size: 23px;
}
.content-right .location {
	float: right;
	color: #666;
	line-height: 30px;
}
.content-right .content-b {
	margin-top: 10px;
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	background: #fff;
	border: 1px solid #ddd;
}
/*新闻列表*/
.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: #014099;
}

.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: #014099;
}

.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 19px;
}

.pro-list ul li:hover {
	color: #014099;
	border-color: #014099;
}

.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;
}
.pro-list ul li a p{
	height: 50px;
	line-height: 1.8;
	color: #888;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro-list ul li:hover p{
	color: #014099;
}
.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:630px;  }
.case-list ul li dt{ height:34px; line-height:34px;  }
.case-list ul li dt a{color:#014099;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:#014099;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:#014099; 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: 420px;
	height: 300px;
}
.proright h2{
	font-size: 18px;
	color: #014099;
}
.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: #014099;
	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;
}

