@charset "utf-8";
/* CSS Document */
.w980{
	position: relative;
	width:1050px;
	margin: 0 auto;
}
a{
color:#333;
}
.header{
	position: relative;
	z-index: 10;
	height: 232px;
	background: url(../images/bg_header.jpg) repeat-x;
}
.h-top{
	height: 41px;
	line-height: 41px;
}
.h-top p.fr{
	font-size: 14px;
	color: #dadada;
}
.h-top p.fr span{
	display: inline-block;
	padding: 0 10px;
	background: #e4e5e6;
}
.h-top a{
	display: inline-block;
	padding: 0 13px;
	color: #666;
	transition: color 500ms ease-in 0ms;
}
.h-top a.blue, .h-top a:hover{
	color: #003673;
}
.h-top a.red{
	color: #c00725;
}
.h-top a.last{
	padding-right: 0;
}
.h-mid{
	height: 67px;
	padding: 40px 0 32px;
}
.logo{
	float: left;
	padding-right: 10px;
	border-right: 1px solid #dfdfdf;
	margin:6px 16px 0 0;
	display: inline;
}
.h-mid .tips{
	margin-top: 12px;
}
.h-mid .tips h2{
	font-size:18px;
	color: #014099;
	font-weight:normal;
	line-height:25px;
}
.h-mid .tips p{ 
	font-size:18px;
	line-height:25px;
	color:#000;}
.h-mid .tel{
	width: 157px;
	height: 36px;
	padding-left: 48px;
	margin: 19px 25px 0 0;
	display: inline;
	background: url(../images/h_tel.png) no-repeat;
	font-size: 12px;
	line-height: 14px;
}
.h-mid .ewm{
	position: relative;
	width:69px;
	height:69px;
	cursor: pointer;
}
.h-mid .ewm .box{
	position: absolute;
	left: -90px;
	top: 42px;
	width: 120px;
	height:120px;
	border: 1px solid #e4e4e4;
	display: none;
}
.nav ul{width:1050px; overflow:hidden}
.nav li{
	height: 52px;
	line-height: 52px;
}
.nav a.tit{
	display: inline-block;
	border-left: 1px solid #0855ab;
	border-right: 1px solid #0e5fb9;
	padding: 0 43px;
	font-size: 14px;
	color: #fff;
}
.nav a.last{
	border-right: none;
}
.nav a.tit:hover, .nav a.tit.on{
	border-color: #014099;
	background: #014099;
}
.float-service{
	position: absolute;
	/*left: 50%;*/
	top: 1219px;
	right: 0;
	z-index: 50;
	width:150px;
	margin-left: 520px;
}
.float-service .top{
	width:150px;
	height: 96px;
	background: url(../images/float_top.jpg) no-repeat;
}
.float-service .list{
	padding: 18px 16px 0;
	background: #333
}
.float-service .list a{
	display: inline-block;
	width: 120px;
	background: url(../images/bg_sign02.jpg) no-repeat left 2px;
	text-indent:24px;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #515151;
	font-size: 16px;
	line-height:30px;
	color: #fff;
}
.float-service .list span{font-size:12px; color:#fff;display:block; text-indent:0px;}
.float-service .list a.first{
	border-top: none;
}
.float-service .list a.last{
	border-bottom: none;
}
.float-service .bot{
	width: 150px;
	height: 107px;
	background: url(../images/float_bot.png) no-repeat;
	cursor: pointer;
}
.float-service .float-ewm{
	width:150px;
	height: 69px;
	text-align:center;
	padding: 16px 0 0;
	background: #313232;
}
.footer{
	background: #003c7e;
}
.footer .ewm{
	width: 190px;
	padding-top:20px;
	padding-bottom:10px;
	background: #023267;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.footer .ewm img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.footer-main{
	width:806px;
	padding-top: 24px;
	line-height: 28px;
	color: #cbd2de;
}
.footer-main a{
	color: #cbd2de;
	transition: color 500ms ease-in 0ms;
}
.footer-main a:hover{
	color: #fff;
}
.footer-main .menu{
	height: 50px;
	border-bottom: 1px solid #1a508b;
	margin-bottom: 19px;
}
.footer-main .menu a{
	display: inline-block;
	float: left;
	padding: 0 26px;
	font-size: 14px;
	line-height: 50px;
	color: #e7e7e7;
}
.footer-main .menu a.home{
	padding-left: 0;
}
.footer-main p.link a{
	display: inline-block;
	padding: 0 15px;
}

.footer-link{
	margin-top: 15px;
	border-top: 1px solid #1a508b;
	padding-top: 12px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.footer-link a{
	display: inline-block;
	float: left;
	margin-right:30px;
	color: #a3b0c5;
	transition: color 500ms ease-in 0ms;
}
.footer-link a:hover{
	color: #fff;
}

.banner{
	position: relative;
	z-index: 1;
	height: 529px;
	overflow: hidden;
}
.i-search{
	height: 50px;
}
.i-search p.fl{
	line-height:25px;
}
.i-search b{
	font-size: 14px;
	color: #104eaa;
}
.i-search a{
	display: inline-block;
	padding: 0 14px;
	background: url(../images/bg_li01.png) no-repeat right center;
	color: #888;
	transition: color 500ms ease-in 0ms;
}
.i-search a.last{
	background: none;
}
.i-search a:hover{
	color: #104eaa;
}
.i-products{
	padding: 16px 0 50px;
	background: #f5f8fc;
}
.i-products .tit{
	position: relative;
	height: 90px;
	margin: 0 auto;
	text-align: center;
}
.i-products .tit .line{
	position: absolute;
	left: 50%;
	top: 46px;
	width:1050px;
	height: 1px;
	background: #c3c5c9;
	margin-left: -490px;
}
.i-products .tit b{
	position: relative;
	z-index: 2;
	padding: 0 35px;
	background: #f5f8fc;
	font-size: 24px;
	line-height: 90px;
	color: #0045a4;
}
.i-prorec{
	height: 185px;
	margin-bottom: 50px;
}
.i-prorec .btn{
	float: left;
	width: 39px;
	height: 185px;
	cursor: pointer;
}
.i-prorec .prev{
	margin-left: -59px;
	background: url(../images/prev03.jpg) no-repeat left center;
}
.i-prorec .next{
	float: right;
	margin-right: -59px;
	background: url(../images/next03.jpg) no-repeat left center;
}
.i-prorec .btn:hover{
	background-position: right center;
}
.i-prorec .list{
	position: relative;
	overflow: hidden;
	float: left;
	width: 1050px;
	height: 185px;
}
.i-prorec ul{
	width: 996px;
}
.i-prorec li{
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 185px;
	margin-right: 17px;
	display: inline;
}
.i-prorec p{
	padding: 0 18px 9px;
	background: #fff;
	font: bold 14px/28px "微软雅黑";
	color: #333;
}
.i-prorec .bg{
	position: absolute;
	left: 0;
	top: 183px;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=68); 
	opacity: 0.68;
}
.i-prorec .price{
	display: inline-block;
	position: absolute;
	left: -100%;
	top: 64px;
	width: 100%;
	font: bold 16px/56px "微软雅黑";
	color: #fff;
	text-align: center;
}
.i-prorec .num{
	font-size: 32px;
	font-family: Arial;
}
.i-prorec .button{
	display: inline-block;
	position: absolute;
	left: -91px;
	top: 120px;
	width: 91px;
	background: url(../images/bg_btn02.png) no-repeat;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.i-prolist .menu{
	width: 282px;
	background:#fff;
}
.i-prolist .menu a.name{
	display: block;
	width: 241px;
	padding-left: 41px;
	background: url(../images/bg_btn03.png) no-repeat;
	font: bold 22px/76px "微软雅黑";
	color: #fff;
}
.i-prolist .menu h2{
	background: #fff;
	width: 280px;
	border: 1px solid #c7c9cd;
	border-top: none;
}
.i-prolist .menu h2 .t{
	display: inline-block;
	width: 240px;
	padding-left: 40px;
	background: url(../images/bg_li02.png) no-repeat 236px -70px;
	font: bold 16px/70px "微软雅黑";
	color: #073eac;
}
.i-prolist .menu h2 .on{
	display: inline-block;
	width: 240px;
	padding-left: 40px;
	background: url(../images/bg_li02.png) no-repeat 236px 0px;
	font: bold 16px/70px "微软雅黑";
	color: #073eac;
}
.i-prolist .sub{
	padding: 14px 0;
	overflow:hidden;
	border-left: 1px solid #c7c9cd;
	border-right: 1px solid #c7c9cd;
}
.i-prolist .sub li{
	display:block;
	overflow:hidden;
	height:36px;
	width:240px;
	padding:0 0 0 20px;
	margin-right:10px;
	font-size: 14px;
	line-height:36px;
	color: #333;
	transition: color 500ms ease-in 0ms;
	background:url(../images/jian01.png) no-repeat right center;
}

.i-prolist .sub li a{color: #333;}
.i-prolist .sub li:nth-child(1) a{font-weight:bold}
.i-prolist .sub li:nth-child(1) a,.i-prolist .sub li:nth-child(13) a{color:#F00;}
.i-prolist .sub li:nth-child(2) a,.i-prolist .sub li:nth-child(12) a,.i-prolist .sub li:nth-child(14) a{color:#F60;}
.i-prolist .sub li:nth-child(3) a,.i-prolist .sub li:nth-child(11) a,.i-prolist .sub li:nth-child(15) a{color:#FC3;}
.i-prolist .sub li:nth-child(4) a,.i-prolist .sub li:nth-child(10) a,.i-prolist .sub li:nth-child(16) a,.i-prolist .sub li:nth-child(20) a{color:#0C3;}
.i-prolist .sub li:nth-child(5) a,.i-prolist .sub li:nth-child(9) a,.i-prolist .sub li:nth-child(17) a,.i-prolist .sub li:nth-child(19) a{color:#3CF;}
.i-prolist .sub li:nth-child(6) a,.i-prolist .sub li:nth-child(8) a,.i-prolist .sub li:nth-child(18) a{color:#06F;}
.i-prolist .sub li:nth-child(7) a{color:#63F;}
.i-prolist .sub li a:hover,.i-prolist .sub li a.on{
	color: #073eac;
	transition: background 500ms ease-in 0ms;
}
.i-prolist .list{
	float: right;
	width: 730px;
}
.i-prolist .list ul{
	width: 747px;
}
.i-prolist .list li{
	width: 232px;
	margin: 0 17px 18px 0;
	display: inline;
}
.i-prolist .list .bg{
	background: #fff;
}
.i-prolist .list .name{
	display: inline-block;
	width: 192px;
	padding-bottom: 4px;
	margin: 0 20px 4px;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	height:64px;
	overflow:hidden;
	color: #333;
	transition: all 500ms ease-in 0ms;
}
.i-prolist .list li:nth-child(1) .name{color:#F00;}
.i-prolist .list li:nth-child(2) .name{color:#F60;}
.i-prolist .list li:nth-child(3) .name{color:#FC3;}
.i-prolist .list li:nth-child(4) .name{color:#0C3;}
.i-prolist .list li:nth-child(5) .name{color:#3CF;}
.i-prolist .list li:nth-child(6) .name{color:#06F;}
.i-prolist .list li:nth-child(7) .name{color:#63F;}
.i-prolist .list li:nth-child(8) .name{color:#F60;}
.i-prolist .list li:nth-child(9) .name{color:#C00;}
.i-prolist .list li.hover .name{
	color: #073eac;
	transition: all 500ms ease-in 0ms;
	border-bottom: 1px solid #073eac;
}
.i-prolist .list .more{
	display: inline-block;
	width: 91px;
	margin: 10px 0 10px 20px;
	background: url(../images/bg_btn02.png) no-repeat;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.i-prolist .list p{
	padding: 0 20px;
	line-height:18px;
	color: #333;
	height:36px;
	overflow:hidden;
}
.i-prolist .line{
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 2px;
	margin-top: 1px;
	background: #87a1d6;
}
.i-prolist .line-in{
	position: absolute;
	left: -232px;
	top: 0;
	width: 232px;
	height: 2px;
	background: #073eac;
}

.i-customer{
	position: relative;
	z-index: 2;
	padding: 38px 0;
	text-align: center;
}
.i-customer .title{
	width: 1000px;
	height: 62px;
	margin: 0 auto;
}
.i-customer .title a{
	display: inline-block;
}
.i-customer h2{
	font-size: 24px;
	line-height: 62px;
	color:#014099;
}
.i-customer .title img{
	margin-left: 10px;
}
.i-customer li img{
	display: block;
	margin: 0 auto;
}
.i-customer .list{
	width: 980px;
	height: 124px;
	margin: 48px auto 0;
}
.i-customer .btn{
	width: 39px;
	height: 84px;
	cursor: pointer;
}
.i-customer .prev{
	float: left;
	margin-left: -40px;
	background: url(../images/prev03.jpg) no-repeat left center;
}
.i-customer .next{
	float: right;
	margin-right: -40px;
	background: url(../images/next03.jpg) no-repeat left center;
}
.i-customer .btn.hover{
	background-position: right center;
}
.i-customer .list-in{
	position: relative;
	overflow: hidden;
	margin:0 auto;
	width: 854px;
	height:80px;
	border: 1px solid #dedede;
}
.i-customer li{
	width: 170px;
	height:80px;
	border-right: 1px dotted #cacaca;
}
.i-customer .list-in li img{
	display: inline-block;
	max-width:170px;
}
.i-intro{
	height: 375px;
	padding-top: 66px;
	background: url(../images/bg_iintro.jpg) no-repeat center;
	background-size: 130% 130%;
}
.i-intro.move{
	animation: introMove 2s forwards;
}
@keyframes introMove{
	100%{
		background-size: 100% 100%;
	}
}
.i-intro .w980{
	overflow: hidden;
}
.i-intro .video{
	float: left;
	width: 416px;
	height: 271px;
	padding: 28px 21px 27px;
	background: url(../images/bg_iintrovideo.png) no-repeat;
}
.i-intro .video img{width:411px; height:271px}
.i-intro .detail{
	position: relative;
	float: right;
	width: 440px;
	height: 294px;
	padding-top: 32px;
	margin-right: -440px;
	line-height: 22px;
	color: #dbe4ed;
}
.i-intro .detail h2{
	font-size: 18px;
	line-height: 70px;
	color: #fff;
}
.i-intro .detail a{
	display: inline-block;
	width: 134px;
	border: 2px solid #f0f3f7;
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	color: #f0f3f7;
	text-align: center;
	transition: all 500ms ease-in 0ms;
}
.i-intro .detail a:hover{
	border-color: #073eac;
	background: #073eac;
	color: #fff;
}
.i-list{
	padding: 35px 0 40px;
	background: #f5f8fc;
}
.i-list .w980{
	overflow: hidden;
}
.i-list-tit{
	height: 54px;
}
.i-list-tit h2{
	font-size: 18px;
	line-height: 54px;
	text-transform: uppercase;
	color: #014099;
}
.i-list-tit span{
	display: inline-block;
	margin: 6px 0 0 8px;
	font-size: 14px;
	line-height: 48px;
}
.i-list-tit a{
	display: inline-block;
	line-height: 48px;
	color:#014099;
}
.i-news{
	width:1050px;
	margin-left: -1050px;
}
.i-news .img{
	float: left;
	width: 278px;
	margin-top: 2px;
	background: #014099;
}
.i-news .img .int{
	padding:5px 18px 10px;
}
.i-news .img a{
	display: inline-block;
	width: 100%;
	line-height: 20px;
	color: #a3b2cc;
	transition: color 500ms ease-in 0ms;
}
.i-news .img a:hover{
	color: #fff;
}
.i-news .img a.tit{
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
}
.i-news .list{
	width:750px;
}
.i-news .list li{
	width: 325px;
	height: 42px;
	margin-left:40px;
	padding: 5px 0 12px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 21px;
}
.i-news .list span{
	display: inline-block;
	width: 49px;
	font: bold 40px/42px Arial;
	text-align:center;
	color: #c4c4c4;
	transition: color 500ms ease-in 0ms;
}
.i-news .list .fr{
	width: 258px;
	padding-left: 14px;
	border-left: 1px solid #dadada;
	line-height: 20px;
	color: #888;
}
.i-news .list a{
	display: inline-block;
	width: 100%;
	line-height: 22px;
	color: #333;
}
.i-news .list li.hover span{
	color: #333;
}
.i-news .list li.hover a{
	font-weight: bold;
}

.i-tips{
	height: 70px;
	padding: 40px 0 32px;
}
.i-tips .w980{
	overflow: hidden;
}
.i-tips ul{
	width: 1098px;
}
.i-tips li{
	width: 250px;
	height: 46px;
	padding: 14px 0 10px 88px;
	margin-right: 20px;
	display: inline;
	font-size: 14px;
	line-height: 20px;
}
.i-tips li.fi{
	background: url(../images/bg_sign06.png) no-repeat left center;
}
.i-tips li.se{
	background: url(../images/bg_sign07.png) no-repeat left center;
}
.i-tips li.th{
	background: url(../images/bg_sign08.png) no-repeat left center;
}
.i-tips .line{
	border-right: 1px solid #dadada;
}
.i-tips li p.fz20{
	font-size: 20px;
	color: #1e1e1e;
}
.products-list .list{
	position: relative;
	overflow: hidden;
}
.products-list ul{
	width: 747px;
	*padding-bottom: 18px;
}
.products-list li{
	border-bottom: 1px solid #e6e6e6;
	margin:0 10px 18px 12px;
	padding-bottom:18px;
}
.products-list li img{ width:232px;height:145px;float:left; border:4px solid #CCC; margin-top:20px;}
.products-list li img:hover{border:4px solid #0857b0;
	transition: all 500ms ease-in 0ms;}
.products-list li .int{
	float:left;
	padding-left:10px;
	line-height: 32px;
	width:450px;
}
.products-list li a.tit{
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	color: #333;
	transition: all 500ms ease-in 0ms;
}
.products-list li:nth-child(1) a.tit{color:#F00;}
.products-list li:nth-child(2) a.tit{color:#F60;}
.products-list li:nth-child(3) a.tit{color:#FC3;}
.products-list li:nth-child(4) a.tit{color:#0C3;}
.products-list li:nth-child(5) a.tit,.products-list li:nth-child(9) a.tit{color:#3CF;}
.products-list li:nth-child(6) a.tit,.products-list li:nth-child(8) a.tit{color:#06F;}
.products-list li:nth-child(7) a.tit{color:#63F;}
.products-list li a.tit:hover{
	color: #0857b0;
	border-bottom: 1px solid #0857b0;
}
.products-list li p.price{
	font-weight: bold;
	font-size:14px;
	line-height:30px;
	color: #333;
}
.products-list li p a{
	font-weight:normal;
	font-size:13px;
	color: #0857b0;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	margin-right:1px;
	margin-bottom:1px;
	padding:0 10px;
	text-align:center;
	display:inline-block;
}
.products-list li p a:hover{
	transition: all 500ms ease-out 0ms;text-decoration:underline;color:#F00;}
.inside-wrap{
	padding: 20px 0 20px;
	border: 1px solid #eaeaea;
	border-top: none;
}
.page{
	text-align: center;
}
.pro-info{
	padding:30px 20px; border-bottom:1px solid #eaeaea; line-height:2em;}
.pro-info h1,.pro-info h2,.pro-info h3,.pro-info h4,.pro-info h5,.pro-info h6{
	font-weight: bold;}
.pro-info h2{ font-size:20px; color:#0099ff}
.pro-info h3{ font-size:14px; font-weight:normal; color:#0099ff}
.pro-info h4{ font-size:18px; font-weight:normal;line-height:2em;}
.pro-info h5{ font-size:14px; font-weight:normal;}
.pro-info h6{ font-size:18px; font-weight:normal;color:#0099ff; line-height:2em;}
.pro-info .l12{ font-size:12px; font-weight:normal; color:#0099ff}
.pro-info .l14{ font-size:14px; font-weight:normal; color:#0099ff}
.pro-info .fst{ font-weight:bold;}
.pro-info .l{color:#0099ff}
.pro-info .h{color:#ffcc00}
.pro-info .bg{text-align:center;border-collapse:collapse; line-height:2.5em;}
.pro-info .wb{word-spacing:0.5em;}
.pro-info .lan{ background:#0857b0; color:#fff; font-size:14px; border-color:#ccc}
.pro-info .f12{font-size:12px}
.pro-info .lh1{line-height:1.5em;}
.pro-info .lh2{line-height:2em;}
.pro-info img{ max-width:100%}
.pagination{
	font-size: 0px;
	margin-right: -5px;
	padding-top: 15px;
	text-align: center;
}
.pagination ul li {
	float: left;
}
.pagination a{
	font-size: 12px;
	color: #888;
	display: inline-block;
	_display:inline;
	padding: 0 7px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;
}
.pagination a.prev,.pagination a.next{
	padding: 0 15px;
}
.pagination a:hover,
.pagination a.cur,
.pagination a.active,
.pagination li.active a,
.pagination li.active a:hover {
	background: #0066a5;
	font-weight: bold;
	color: #fff;
	border: 1px solid #0066a5;
}


/*下拉*/
.lxabout{ max-width:100%; min-width:1210px;  height:250px; margin:0 auto; overflow:hidden; display:none; background:url(../images/big.jpg) no-repeat center top #7B010B; text-align:center; position:relative;}
.lxabout .link{ width:100%; height:250px; display:block; z-index:10;}
.lxabout .up{ display:block; width:120px; height:12px; background:url(../images/arrow.jpg) no-repeat left bottom; position:absolute; left:50%; bottom:0; z-index:20; margin-left:-60px;}
.lxabout .down{ display:block; width:120px; height:12px; background:url(../images/arrow.jpg) no-repeat left top; position:absolute; left:50%; top:88px; z-index:20; margin-left:-60px;}