@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
dl,dt,dd{
	padding: 0;
	margin:0;
}
i,em{
	font-style: normal;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	width: 100%;
	position: fixed;
	z-index: 99999999;
	background: #fff;
	box-shadow: 0 0 40px;
}
.head_top{
	background: #454545;
	line-height: 35px;
	color: #fff;
}
.head_top a{
	padding: 0 15px;
	color: #fff;
}
.head_top a:nth-child(3) {
	padding-right: 0px;
}

.head_body{
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}
.head_body .tel{
	padding: 10px 0 10px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head_body .tel p{
	font-size: 16px;
	line-height: 31px;
	color: #454545;
}
.head_body .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #0041b7;
}

.head_nav li{
	float: left;
	text-align: center;
	width: 151px;
	margin: 0 10px;
	border-bottom: 5px solid #fff;
	padding-bottom: 10px;
	padding-top: 5px;
}
.head_nav li b{
	font-size: 16px;
	color: #454545;
	line-height: 40px;
	letter-spacing: 1px;
	display: block;
	overflow: hidden;
	width: 151px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.head_nav li p{
	color: #666;
	font-size: 12px;
	letter-spacing: 5px;
	font-family: Arial;
	text-align: center;
	overflow: hidden;
	width: 151px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.head_nav li:hover{
	border-bottom: 5px solid #0041b7;
}
.head_nav li:hover b{
	color: #0041b7;
}
.head_nav li:hover p{
	color: #0041b7;
}
/*header end*/

/*banner start*/
.banner{
	padding-top: 210px;
}
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #0041b7;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*product start*/
.product{
	padding: 50px 0 25px 0;
	background: #fff;
}

.pro_lb{
	width: 280px;
	border: 1px solid #454545;
}
.pro_lb .tit{
	padding: 15px 0;
	background: #454545 url(../images/probg.jpg) no-repeat center;
	text-align: center;
}
.pro_lb .tit b{
	font-size: 25px;
	letter-spacing: 2px;
	color: #fff;
}
.pro_lb .tit p{
	text-align: center;
	line-height: 40px;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 3px;
	color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 280px;
}
.pro_lb .tit .xt{
	height: 1px;
	width: 50px;
	background: #0041b7;
	margin: 0 auto;
}
.pro_lb li{
	position: relative;
}
.pro_lb .one{
	display: block;
	margin: 0 20px;
	width: 170px;
	padding: 0 20px 0 50px;
	background: #454545 url(../images/bq.png) no-repeat 5px center;
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	color: #fff;
	border-radius: 20px 0 0 20px;
}

.pro_lb li:hover .one{
	background: #0041b7 url(../images/bq1.png) no-repeat 5px center;
}
.pro_lb li a.on{
	background: #0041b7 url(../images/bq1.png) no-repeat 5px center;
}
.pro_lb .two{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 260px;
	display: none;
	padding-left: 10px;
	background: url(../images/sjx.png) no-repeat left top;
}
.pro_lb li:hover .two{
	display: block;
}
.pro_lb .two a{
	display: block;
	width: 150px;
	padding: 0 20px;
	background: rgba(50,50,50,0.8);
	border-top: 1px solid #aaa;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_lb .two li:nth-child(1) a{
	border-top: none;
}
.pro_lb .two a:hover{
	background: rgba(0,65,183,0.7);
}
.pro_lb .bot{
	background: #454545;
	margin-top: 10px;
	padding: 15px 0;
	text-align: center;
}
.pro_lb .bot b{
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #fff;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_lb .bot em{
	display: block;
	text-align: center;
	line-height: 30px;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 3px;
	color: #ccc;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_lb .bot p{
	text-align: center;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 5px;
}
.pro_lb .bot span{
	font-weight: bold;
	font-size: 27px;
	font-family: Arial;
	color: #3f83ff;
	letter-spacing: 0;
}

.pro_cp{
	width: 906px;
}
.pro_cp li{
	width: 262px;
	margin-left: 20px;
	background: #454545;
	padding: 10px;
	float: left;
	margin-bottom: 25px;
}
.pro_cp li a{
	display: block;
	border: 1px solid #fff;
}
.pro_cp li .img{
	width: 260px;
	height: 195px;
	overflow: hidden;
}
.pro_cp li .img img{
	cursor: pointer;
	transition: all 2s;
}
.pro_cp li:hover .img img{
	transform: scale(1.2);
}
.pro_cp li p{
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
	padding: 0 30px;
	width: 200px;
}
.pro_cp li:hover{
	background: #0041b7;
}
/*product end*/

.title{
	margin-bottom: 20px;
	text-align: center;
}
.title b{
	font-size: 25px;
	letter-spacing: 2px;
	color: #454545;
}
.title p{
	text-align: center;
	line-height: 40px;
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 5px;
	color: #666;
}
.title .xt{
	height: 1px;
	width: 50px;
	background: #0041b7;
	margin: 0 auto;
}
.tit_b b{
	color: #fff;
}
.tit_b p{
	color: #ccc;
}

/*company start*/
.company{
	padding: 50px 0;
	background: url(../images/combg.jpg) no-repeat center;
}
.com_nr{
	width: 750px;
}
.com_nr .wz p{
	font-size: 16px;
	line-height: 30px;
	color: #ddd;
	text-indent: 2em;
}
.com_nr .wz a{
	display: block;
	width: 150px;
	margin-top: 9px;
	line-height: 35px;
	border: 1px solid #fff;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
}
.com_nr .wz a:hover{
	background: #fff;
	color: #0041b7;
}

.com_tp{
	width: 400px;
	height: 440px;
}
/*company end*/

/*case start*/
.case{
	padding: 50px 0;
	background: #fff;
}

.case_nr{
	height: 235px;
	margin-bottom: 20px;
}
.case_nr .slideBox{
	width: 1140px;
	overflow:hidden;
	zoom:1;
	padding:10px 0 10px 60px;
	position:absolute;
	z-index: 9999;
}
.case_nr .sPrev,.case_nr .sNext{
	position:absolute;
	left:5px;
	top:10px;
	display:block;
	width:46px;
	height:200px;
	background:url(../images/arrow-left.png) no-repeat center;
}
.case_nr .sNext{
	width:46px;
	height:200px;
	left:auto;
	right:5px;
	background:url(../images/arrow-right.png) no-repeat center;
}
.case_nr .sPrev:hover,.slideBox .sNext:hover{
	border-color:#aaa;
}
.case_nr ul{
	overflow:hidden;
	zoom:1;
}
.case_nr ul li{
	margin:0 15px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.case_nr ul li .img{
	width: 240px;
	height: 180px;
	overflow: hidden;
}
.case_nr ul li img{
	width: 240px;
	height: 180px;
	cursor: pointer;
	transition: all 2s;
}
.case_nr ul li img:hover{
	transform: scale(1.2);
}
.case_nr ul li .pro_name{
	width: 200px;
	background: #454545;
	line-height: 35px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
}
.case_nr ul li:hover .pro_name{
	background: #0041bf;
}

.case .more{
	display: block;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	line-height: 35px;
	background: #454545;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
}
.case .more:hover{
	background: #0041b7;
}
/*case end*/

/*advantage start*/
.scroll_bg{
	width: 100%;
	height: 100%;
	background-image: url(../images/scroll_bg.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}
.adv{
	background: rgba(50,50,50,0.8);
}
.adv_nr li{
	float: left;
	width: 298px;
	border-right: 1px solid #aaa;
	padding: 50px 0;
}
.adv_nr li:nth-child(1){
	border-left: 1px solid #aaa;
	padding-bottom: 100px;
}
.adv_nr li:nth-child(2){
	padding-top: 100px;
}
.adv_nr li:nth-child(3){
	padding-bottom: 100px;
}
.adv_nr li:nth-child(4){
	padding-top: 100px;
}
.adv_nr span{
	display: block;
	font-family: Arial;
	font-size: 50px;
	color: #fff;
	padding-left: 20px;
	background: url(../images/xt.jpg) no-repeat center left;
}
.adv_nr .nr{
	margin-top: 20px;
	padding: 0 30px;
}
.adv_nr .nr b{
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #fff;
	display: block;
	width: 238px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.adv_nr .nr p{
	width: 238px;
	overflow: hidden;
	font-size: 14px;
	color: #ccc;
	line-height: 30px;
	height: 150px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.adv_nr li:hover{
	background: rgba(0,65,183,0.7);
}
.adv_nr li:hover span{
	background: url(../images/xt1.jpg) no-repeat center left;
}
/*advantage end*/

/*new start*/
.new{
	padding: 50px 0 30px 0;
	background: #fff;
}
.new_l{
	width: 700px;
}
.new_l .tit b{
	font-size: 20px;
	line-height: 30px;
	color: #454545;
	margin-right: 10px;
}
.new_l .tit span{
	font-family: Arial;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.new_l .tit a{
	font-size: 16px;
	font-family: Arial;
	color: #888;
	line-height: 30px;
}
.new_l .tit a:hover{
	color: #0041b7;
}

.new_l .con_top{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: 10px 0 20px 0;
	padding: 15px 0;
}
.new_l .con_top .time{
	padding: 2.5px 10px;
	text-align: center;
	border-right: 1px solid #aaa;
	width: 95px;
	margin: 5px 0;
}
.new_l .con_top .time p{
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	color: #0041b7;
	font-family: Arial;
	line-height: 50px;
}
.new_l .con_top .time b{
	font-size: 15px;
	color: #888;
	font-weight: normal;
}
.new_l .con_top .xinwen{
	padding: 0 10px;
	width: 550px;
}
.new_l .con_top .xinwen b{
	font-size: 16px;
	color: #454545;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-weight: normal;
	line-height: 30px;
}
.new_l .con_top .xinwen p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}
.new_l .con_top .xinwen a{
	font-size: 14px;
	line-height: 25px;
	color: #888;
}
.new_l .con_top .xinwen a:hover{
	color: #0041b7;
}

.new_l .con ul li{
	padding-left:30px;
	line-height: 30px;
	background:url(../images/cont5_listbg.png) no-repeat left;
	margin-top: 5px;
}
.new_l .con ul li a{
	color:#555;
	display:block;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: 500px;
}
.new_l .con ul li:hover a{
	color:#0041b7;
}
.new_l .con ul span{
	color:#aaa;
}

.new_r{
	width: 438px;
	overflow: hidden;
}
.new_r .tit{
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
	padding-bottom: 12px;
}
.new_r .tit b{
	font-size: 20px;
	line-height: 30px;
	color: #454545;
	margin-right: 10px;
}
.new_r .tit a{
	font-size: 16px;
	font-family: Arial;
	color: #888;
	line-height: 30px;
}
.new_r .tit a:hover{
	color: #0041b7;
}
.new_r dl{
	height: 100px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 20px;
}
.new_r dl dt{
	background:url(../images/n_w.jpg) no-repeat;
	height: 40px;
	line-height:30px;
	padding-left: 55px;
}
.new_r dl dt a{
	font-size: 16px;
	color: #454545;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 383px;
}
.new_r dl dd{
	background:url(../images/n_d.jpg) no-repeat;
	padding-left: 55px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.new_r dl dd p{
	overflow: hidden;
	height: 44px;
	width: 383px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.new_r dl a:hover{
	color: #0041b7;
}
/*new end*/

/*footer start*/
.foot{
	padding-top: 30px;
	background: #454545;
}
.foot .bg{
	background: #fff;
	padding: 10px 50px 0 50px;
	text-align: center;
}
.foot .logo{
	width: 150px;
	height: 150px;
}

.foot_nav li{
	float: left;
	margin-bottom: 20px;
}
.foot_nav li a{
	display: block;
	width: 160px;
	margin-left: 11px;
	border: 1px solid #ededed;
	line-height: 30px;
	font-size: 16px;
	color: #454545;
	text-align: center;
}
.foot_nav li:nth-child(1) a{
	margin-left: 0;
}
.foot_nav li:hover a{
	border: 1px solid #0041b7;
	background: #0041b7;
	color: #fff;
}

.foot_body{
	width: 900px;
}
.foot_body p{
	display: inline-block;
	margin: 0 30px;
	font-size: 16px;
	color: #454545;
	line-height: 50px;
	padding-left: 10px;
	background: url(../images/yuan.png) no-repeat center left;
}
.foot_ewm{
	width: 250px;
}
.foot_ewm img{
	width: 100px;
	height: 100px;
	margin-right: 10px;
	box-shadow: 0 0 5px #aaa;
}
.foot_ewm p{
	writing-mode:tb-rl;
	letter-spacing: 2px;
	color: #454545;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
.foot_ewm p:nth-child(2) {
	padding-top: 23px;
}
.foot_ewm p:nth-child(3) {
	padding-top: 5px;
}

.foot_bot{
	background: #454545;
	line-height: 35px;
	padding: 0 50px;
	margin-top: 20px;
}
.foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/