@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{
	position: relative;
	z-index: 99999;
	background: #fff;
}
.head .head_body{
	padding: 10px 0 35px 0;
}
.lxr{
	padding: 10px 0 10px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.lxr p{
	font-size: 16px;
	line-height: 31px;
	color: #666;
}
.lxr b{
	font-size: 25px;
	font-family: Arial;
	color: #454545;
}

.head .head_nav{
	background: #558ff2;
}
.head_nav ul li{
	float: left;
	margin: 0 10px;
	position: relative;
}
.head_nav ul li .one{
	color: #fff;
	display: block;
	width: 180px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.head_nav ul li:hover .one{
	background: #32408e;
}
.head_nav .two{
	position: absolute;
	z-index: 9999999;
	width: 180px;
	background: rgba(50,64,142,0.6);
	display: none;
}
.head_nav ul li:hover .two{
	display: block;
}
.head_nav .two li{
	margin: 0;
}
.head_nav .two a{
	display: block;
	width: 180px;
	color: #fff;
	line-height: 30px;
	border-top: 1px solid #32408e;
	font-size: 16px;
	text-align: center;
}
.head_nav .two a:hover{
	background: #32408e;
}
/*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: #558ff2;
}

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

/*product start*/
.product{
	padding: 50px 0;
}

.pro_tit{
	width: 564px;
	height: 75px;
	background: url(../images/cpzx.jpg) no-repeat center;
	padding: 15px 30px;
	margin-bottom: 20px;
}
.pro_tit p{
	font-weight: bold;
	font-family: Arial;
	font-size: 25px;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0.5;
}
.pro_tit b{
	font-size: 25px;
	color: #fff;
	display: block;
	line-height: 35px;
}
.pro_tit .xt{
	height: 5px;
	width: 50px;
	margin-top: 5px;
	background: #558ff2;
	border-radius: 30px;
}

.pro_lb{
	width: 526px;
	height: 125px;
}
.pro_lb li{
	float: left;
	width: 160px;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	border: 1px solid #558ff2;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_lb li:nth-child(3n+1){
	margin-left: 0;
}
.pro_lb li a{
	color: #558ff2;
}
.pro_lb li:hover{
	background: #558ff2;
}
.pro_lb li:hover a{
	color: #fff;
}
.pro_lb .more{
	background: #558ff2;
}
.pro_lb .more a{
	color: #fff;
}
.pro_lb .more:hover{
	border: 1px solid #32408e;
	background: #32408e;
}

.pro_cp li{
	float: left;
	width: 280px;
	position: relative;
	height: 210px;
	margin-left: 26px;
	margin-top: 30px;
}
.pro_cp li:nth-child(4n+1){
	margin-left: 0;
}
.pro_cp li .img{
	width: 280px;
	height: 210px;
	overflow: hidden;
}
.pro_cp li .img img{
	cursor: pointer;
	transition: all 2s;
}
.pro_cp li:hover .img img{
	transform: scale(1.2);
}
.pro_cp p{
	position: absolute;
	width: 200px;
	padding: 0 40px;
	bottom: 0;
	line-height: 30px;
	background: rgba(0,0,0,0.6);
	text-align: center;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*product end*/

/*company start*/
.company .com{
	width: 700px;
}
.company .tit{
	border-bottom: 2px solid #558ff2;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 25px;
	color: #454545;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: 1px;
}

.company .com b{
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	display: block;
	margin-bottom: 5px;
	line-height: 40px;
}
.company .com p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 40px;
	color: #666;
}
.company .com a{
	display: block;
	margin-top: 20px;
	width: 150px;
	border: 1px solid #558ff2;
	font-size: 16px;
	color: #558ff2;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
}
.company .com a:hover{
	background: #558ff2;
	color: #fff;
}

.company .new{
	width: 450px;
}
.company .new b{
	display: block;
	font-size: 17px;
	color: #454545;
	line-height: 30px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.company .new p{
	font-size: 15px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
    border-bottom: 1px solid #888;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.company .new .img:hover b{
	color: #558ff2;
}
.company .new ul li a{
	display: block;
	font-size: 16px;
	color: #555;
	border-bottom: 1px dashed #aaa;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.company .new ul li:hover a{
	color: #558ff2;
	border-bottom: 1px dashed #558ff2;
}
/*company end*/

/*solution start*/
.solution{
	padding: 50px 0;
}
.solution ul li{
	float: left;
	width: 400px;
	text-align: center;
	background: #000;
	position: relative;
}
.solution ul li .img{
	width: 400px;
	height: 300px;
	overflow: hidden;
}
.solution ul li .img img{
	cursor: pointer;
	transition: all 2s;
}
.solution ul li:hover .img img{
	transform: scale(1.2);
	opacity: 0.3;
}
.solution ul li .nr{
	position: absolute;
	bottom: 0;
	width: 400px;
	text-align: center;
	padding: 120px 0;
}
.solution ul li .nr b{
	font-size: 25px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 30px;
}
.solution ul li .nr p{
	font-size: 16px;
	font-family: Arial;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.solution ul .bt{
	width: 360px;
	background: #558ff2 url(../images/solubt.png) no-repeat center;
	padding: 40px 20px;
	height: 220px;
	overflow: hidden;
}
.solution ul .bt em{
	display: block;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	opacity: 0.5;
}
.solution ul .bt b{
	font-size: 25px;
	color: #fff;
	letter-spacing: 1px;
}
.solution ul .bt .xt{
	margin: 10px auto;
	height: 5px;
	width: 50px;
	background: #32408e;
	border-radius: 30px;
}
.solution ul .bt p{
	line-height: 30px;
	text-indent: 2em;
	font-size: 15px;
	color: #fff;
}
.solution ul .bt a{
	margin: 0 auto;
	margin-top: 9px;
	line-height: 30px;
	display: block;
	width: 120px;
	border: 1px solid #32408e;
	color: #32408e;
	font-size: 15px;
	text-align: center;
}
.solution ul .bt a:hover{
	background: #32408e;
	color: #fff;
}
/*solution end*/

/*footer start*/
.foot{
	padding-top: 30px;
	background: #454545;
}

.foot ul li{
	float: left;
	width: 225px;
}
.foot ul li b{
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
}
.foot ul li span{
	font-family: Arial;
	font-size: 14px;
	opacity: 0.5;
}
.foot ul li .xt{
	height: 1px;
	width: 100px;
	margin: 5px 0;
	background: #558ff2;
}
.foot ul li a{
	display: block;
	color: #ddd;
	line-height: 35px;
	font-size: 16px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/zfx.jpg) no-repeat center left;
}
.foot ul li a:hover{
	color: #558ff2;
}
.foot .lx{
	width: 300px;
}
.foot ul li p{
	color: #ddd;
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot .foot_bot{
	background: #454545;
	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*/