@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;
}

.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{
	position: relative;
	z-index: 99999;
	background: #fff;
	box-shadow: 0 0 40px;
}
.head .head_top{
	background: #454545;
	line-height: 35px;
	color: #fff;
}
.head .head_top a{
	padding: 0 15px;
	color: #fff;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head_body img{
	margin: 10px 0;
}
.head_body ul li{
	float: left;
	line-height: 100px;
	font-size: 16px;
	width: 120px;
	background: #004da1;
	text-align: center;
}
.head_body ul li a{
	color: #fff;
}
.head_body ul li:hover{
	background: #004da1 url(../images/navbg.jpg) no-repeat center;
}
/*header end*/

/*banner start*/
.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: #004da1;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*company start*/
.company{
	padding: 50px 0;
}

.company .nr{
	width: 600px;
}
.company .nr b{
	font-weight: normal;
	font-size: 25px;
	color: #454545;
	letter-spacing: 2px;
}
.company .nr span{
	display: block;
	font-family: Arial;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.company .nr .xt{
	height: 1px;
	width: 100px;
	background: #004da1;
	margin: 5px 0;
}
.company .nr p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	color: #555;
}
.company .nr a{
	display: block;
	width: 130px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #004da1;
	color: #004da1;
	font-size: 16px;
	margin-top: 10px;
}
.company .nr a:hover{
	background: #004da1;
	color: #fff;
}
/*company end*/

/*product start*/
.product .pro1{
	background: #ededed url(../images/probg1.jpg) no-repeat center bottom;
	padding: 30px 0 50px 0;
}
.product .list{
	width: 400px;
	margin-left: 70px;
}
.product .list .tit{
	background: rgba(255,255,255,0.8);
	text-align: center;
	padding:20px 0;
}
.product .list .tit b{
	display: block;
	color: #454545;
	letter-spacing: 2px;
	font-size: 25px;
	line-height: 40px;
	font-weight: normal;
}
.product .list .tit p{
	color: #666;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
.product .list .tit .xt{
	height: 1px;
	width: 100px;
	margin: 0 auto;
	margin-top: 10px;
	background: #004da1;
}
.product .list ul{
	background: rgba(0,77,161,0.2);
	padding: 20px;
}
.product .list ul li{
	float: left;
	margin: 0 80px;
	margin-top: 20px;
}
.product .list ul li a{
	width: 150px;
	background: #fff url(../images/listbg.png) no-repeat center left;
	line-height: 39px;
	padding-left: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #454545;
	display: block;
}
.product .list ul li:nth-child(1){
	margin-top: 0;
}
.product .list ul li:hover .one{
	color: #fff;
	background: #004da1 url(../images/listbg1.png) no-repeat center left;
}
.product .list .two{
	position: relative;
	background: none;
	width: 200px;
	padding: 0;
	background: rgba(255,255,255,0.3);
}
.product .list .two li{
	margin: 0;
}
.product .list .two li a{ 
	padding: 0px;
	padding-left: 50px;
	background: none;
	line-height: 30px;
	font-size: 15px;
	color: #454545;
	width: 150px;
}
.product .list .two li:hover a{
	background: rgba(0,77,161,0.5);
	color: #fff;
}

.product .pro_body{
	width: 650px;
}
.product .strengthMain li{
	float:left;
	width:285px;
	height:215px;
	overflow:hidden;
	background:#000;
	position:relative;
	margin:30px 0px 0px 50px;
}
.product .strengthMain li:nth-child(2n+1) {
	margin-left: 0;
}
.product .strengthMain li img{
	width:285px;
	height:215px;
	transition:all .5s;
	opacity:1;
	filter:alpha(opacity=100);
}
.product .strengthMain li .font{
	width:285px;
	height:190px;
	top:0;
	left:0;
	position:absolute;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:25px;
}
.product .strengthMain li .font h3{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:36px;
	position: relative;
	top: 155px;
	background: url(../images/imghoverbg1.png);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 235px;
	padding: 0 25px;
}
.product .strengthMain li:hover img{
	transform: scale(1.1, 1.1);
	opacity:0.4;
	filter:alpha(opacity=40);
}
.product .strengthMain li:hover .font h3{
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:160px;
	background: none;
	position: relative;
	top: 0;
	display: block;
}
.product .strengthMain li .font::before,.strengthMain li .font::after{
	position:absolute;
	content:'';
	opacity:0;
	transition:all 0.5s;
}
.product .strengthMain li .font::before{
	top:25px;
	right:15px;
	bottom:25px;
	left:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
.product .strengthMain li .font::after{
	top:15px;
	right:25px;
	bottom:15px;
	left:25px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	transform:scale(1,0);
	transform-origin:100% 0;
}
.product .strengthMain li:hover .font::before,.strengthMain li:hover .font::after{
	opacity:1;
	transform:scale(1);
	transition: all 0.5s;
}

.product .pro2{
	background: url(../images/probg2.jpg) no-repeat center bottom;
	padding: 30px 0 50px 0;
}
.product .pro2 .list{
	width: 460px;
	margin-right: 10px;
}
.product .pro2 .list ul li{
	margin: 0;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
.product .pro2 .list ul li a{
	width: 150px;
	margin: 0;
	background: #fff url(../images/listbg.png) no-repeat center left;
	line-height: 39px;
	padding-left: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.product .pro2 .list ul li:nth-child(2n+1){
	margin-left: 0;
}
.product .pro2 .list ul li:nth-child(1){
	margin-top: 0;
}
.product .pro2 .list ul li:nth-child(2){
	margin-top: 0;
}
.product .pro2 .list ul li:hover a{
	color: #fff;
	background: #004da1 url(../images/listbg1.png) no-repeat center left;
}
/*product end*/

/*new start*/
.new{
	padding: 50px 0 40px 0;
}

.newl{
	width: 480px;
	margin-right: 20px;
}
.newl .tit{
	border-bottom: 1px solid #aaa;
	line-height: 40px;
	font-size: 25px;
	color: #454545;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.newl .tit span{
	font-family: Arial;
	color: #666;
	font-size: 18px;
}
.newl .nr{
	width: 240px;
}
.newl .nr b{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #454545;
	font-weight: normal;
	line-height: 32px;
}
.newl .nr .xt{
	margin: 5px 0;
	height: 1px;
	width: 100px;
	background: #004da1;
}
.newl .nr p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	height: 60px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newl .nr a{
	margin-top: 10px;
	display: block;
	width: 130px;
	text-align: center;
	border: 1px solid #004da1;
	color: #004da1;
	line-height: 30px;
	font-size: 16px;
}
.newl .nr a:hover{
	background: #004da1;
	color: #fff;
}

.new ul{
	width: 700px;
}
.new ul li{
	float: left;
	width: 310px;
	margin-left: 30px;
	border: 1px solid #ddd;
	padding: 4px;
	margin-bottom: 28px;
	box-shadow: 0 3px 5px #ccc;
}
.new ul li span{
	line-height: 40px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	background: #004da1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40px;
	text-align: center;
	display: block;
}
.new ul li p{
	line-height: 40px;
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #454545;
}
.new ul li:hover{
	background: #004da1;
	border: 1px solid #004da1;
}
.new ul li:hover span{
	background: #fff;
	color: #004da1;
}
.new ul li:hover p{
	color: #fff;
}
/*new end*/

.dw{
	background: #ededed url(../images/dwbg.jpg) no-repeat center;
	padding: 30px;
}
.dw .dt{
	width: 650px;
	height: 285px;
	overflow: hidden;
	box-shadow: 0 5px 10px #aaa;
}

.dw .lx{
	width: 1200px;
	padding: 30px 0;
}
.dw .lx b{
	font-weight: normal;
	font-size: 25px;
	color: #454545;
	display: block;
	letter-spacing: 1px; text-align:center;
}
.dw .lx span{
	font-family: Arial;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	display: block; text-align:center;
}
.dw .lx .xt{
	margin: 5px auto 6px auto;
	height: 1px;
	width: 100px;
	background: #004da1;
}
.dw .lx p{
	line-height: 35px;
	font-size: 16px;
	color: #454545; text-align:center;
}

/*footer start*/
.foot{
	background: #454545;
	padding-top: 30px;
}
.foot ul li{
	float: left;
	width: 350px;
}
.foot ul li b{
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
}
.foot ul li span{
	font-family: Arial;
	opacity: 0.5;
	font-size: 16px;
}
.foot ul li .xt{
	margin: 10px 0;
	height: 1px;
	width: 100px;
	background: #004da1;
}
.foot ul li a{
	line-height: 30px;
	display: block;
	font-size: 16px;
	color: #ddd;
}
.foot ul li a:hover{
	color: #007aff;
}
.foot .ad{
	width: 500px;
}
.foot .ad a{
	display: inline-block;
	width: 240px;
}

.foot .foot_bot{
	background: #004da1;
	line-height: 35px;
	margin-top: 20px;
}
.foot .foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/