@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 .head_top{
	height: 35px;
	background: #efefef;
	line-height: 35px;
	position: relative;
}
.head .head_top a{
	padding: 0 15px;
	color: #454545;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	height: 100px;
}
.head .head_body img{
	margin-top: 10px;
}
.head .head_body .qq{
	margin-top: 10px;
}
.head .qq b{
	font-size: 28px;
	font-family: Arial;
	color: #2250d3;
	position: relative;
	top: 2px;
	margin-left: 10px;
	line-height: 80px;
	font-weight: normal;
}

.head .head_nav{
	background: #efefef;
	height: 50px;
	border-bottom: 5px solid #2250d3;
}
.head .head_nav ul li{
	width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
}
.head .head_nav li a{
	color: #444;
	padding-top: 10px;
}
.head .head_nav li:hover{
	background: #2250d3;
}
.head .head_nav li:hover a{
	color: #fff;
}
/*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: #2250d3;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*product start*/
.product{
	margin: 50px 0;
}

.title{
	text-align: center;
	padding-bottom: 22px;
	margin-bottom: 30px;
	background: url(../images/title.png) no-repeat center bottom;
}
.title b{
	font-size: 25px;
	color: #454545;
	line-height: 35px;
	margin-right: 10px;
}
.title span{
	font-size: 25px;
	color: #888;
	font-family: Arial;
}

.product .pro_body .list ul{
	text-align: center;
	margin: 0 auto;
	width: 968px;
}
.product .pro_body .list ul li{
	float: left;
	border: 1px solid #2250d3;
	margin: 10px 20px;
	width: 200px;
}
.product .pro_body .list ul li a{
	font-size: 16px;
	color: #454545;
	line-height: 30px;
	width: 180px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
}
.product .pro_body .list ul li:hover{
	background: #2250d3;
}
.product .pro_body .list ul li:hover a{
	color: #fff;
}
.product .pro_body .list ul .more{
	font-size: 16px;
	line-height: 30px;
	background: #2250d3;
}
.product .pro_body .list ul .more a{
	color: #fff;
}
.product .pro_body .list ul .more:hover{
	background: #e60012;
	border: 1px solid #e60012;
}

.product .pro_body .con{
	height: auto;
	margin-top: 20px;
	background: #fff;
}
.product .pro_body .con ul li{
	float: left;
	margin-left:45px;
	margin-bottom: 30px;
}
.product .pro_body .con ul li:nth-child(1) {
	margin-left: 0;
}
.product .pro_body .con ul li:nth-child(5) {
	margin-left: 0;
}
.product .pro_body .con ul li a .img{
	padding: 2px;
	border:1px solid #dfdfdf;
	width: 260px;
	height: 195px;
	overflow: hidden;
}

.product .pro_body .con ul li a .img img{
	cursor: pointer;
	transition: all 1s;
}
.product .pro_body .con ul li a .img img:hover{
	transform: scale(1.2);
}

.product .pro_body .con ul li p{
	width: 266px;
	height: 35px;
	background: #dfdfdf;
	line-height: 34px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product .pro_body .con ul li:hover .img{
	border:1px solid #2250d3;
}
.product .pro_body .con ul li:hover p{
	background: #2250d3;
	color:#fff;
}
/*product end*/

/*company start*/
.company{
	margin: 50px 0;
	background: #efefef;
	padding: 30px 0;
}

.company .com_body{
	padding: 20px 0 30px 0;
	background: url(../images/combg.png) no-repeat 550px bottom;
}
.company .com_body .tp img{
	box-shadow: 0 10px 10px #aaa;
	width: 500px;
	height: 500px;
}
.company .com_body .con{
	margin: 0 50px;
	width: 600px;
}
.company .com_body .con b{
	font-size: 16px;
	color: #454545;
	line-height: 30px;
}
.company .com_body .con p{
	color: #666;
	font-size: 14px;
	line-height: 25px;
	text-indent: 2em;
}
.company .com_body .con ul{
	margin-top: 100px;
}
.company .com_body .con ul li{
	float: left;
	color: #555;
	margin-right: 70px;
	font-size: 16px;
	line-height: 30px;
}
.company .com_body .con ul li:nth-child(1){
	margin-right: 140px;
}
.company .com_body .con ul li img{
	width: 20px;
	height: 20px;
	margin: 5px 10px 0 0;
}
/*company end*/

/*case start*/
.case{
	margin: 50px 0;
}

.case .case_body{
	height: 235px;
}
.case .slideBox{
	width: 1140px;
	overflow:hidden;
	zoom:1;
	padding:10px 0 10px 60px;
	position:absolute;
	z-index: 9999;
}
.case .sPrev,.case .sNext{
	position:absolute;
	left:5px;
	top:10px;
	display:block;
	width:46px;
	height:200px;
	background:url(../images/arrow-left.png) no-repeat center;
}
.case .sNext{
	width:46px;
	height:200px;
	left:auto;
	right:5px;
	background:url(../images/arrow-right.png) no-repeat center;
}
.case .sPrev:hover,.slideBox .sNext:hover{
	border-color:#aaa;
}
.case ul{
	overflow:hidden;
	zoom:1;
}
.case ul li{
	margin:0 15px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.case ul li .pro_name{
	width: 240px;
	height: 35px;
	background: #ededed;
	line-height: 35px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
}
.case ul li:hover .pro_name{
	background: #2250d3;
	color: #fff;
}
/*case end*/

/*new start*/
.new{
	margin: 50px 0;
}

.new .new_body .con{
	width: 550px;
	margin: 30px 0 0 48px;
}
.new .new_body .con_top{
	padding: 20px;
	padding-top: 0;
	background: url(../images/newtop.jpg) no-repeat top left;
}
.new .new_body .con_top b{
	font-size: 20px;
	color: #454545;
	margin-left: 50px;
	width: 450px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
}
.new .new_body .con_top img{
	width: 160px;
	height: 120px;
	margin: 20px;
	margin-left: 0;
}
.new .new_body .con_top p{
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
	color: #666;
	padding-top: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.new .new_body .con_top a{
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #2250d3;
	color: #fff;
	margin-top: 20px;
}
.new .new_body .con_top a:hover{
	background: #e60012;
}
.new .new_body .con_body ul li{
	margin-bottom: 5px;
}
.new .new_body .con_body .sum{
	width: 50px;
	background: #2250d3;
	text-align: center;
}
.new .new_body .con_body .sum span{
	font-size: 25px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}
.new .new_body .con_body .tit{
	width: 460px;
	margin: 0 20px;
}
.new .new_body .con_body .tit b{
	font-size: 16px;
	color: #555;
	line-height: 50px;
	width: 460px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.new .new_body .con_body ul li:hover .tit b{
	color: #2250d3;
}

.new .new_body .tp .tp_body{
	width: 500px;
	margin: 30px 50px 0 50px;
	background: #efefef;
	box-shadow: 0 10px 10px #aaa;
	padding-top: 10px;
}
.new .new_body .tp img{
	width: 500px;
	height: 375px;
	margin-bottom: 20px;
}
.new .new_body .tp b{
	margin: 0 20px 10px 20px;
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	width: 400px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 40px;
	background: url(../images/newimg.png) no-repeat center left;
}
.new .new_body .tp p{
	margin: 0 20px;
	font-size: 15px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.new .new_body .tp a{
	margin: 20px;
	font-size: 15px;
	color: #fff;
	background: #2250d3;
	padding: 5px 10px;
	border-radius: 5px;
}
.new .new_body .tp a:hover{
	background: #e60012;
}
/*new end*/

/*footer start*/
.foot{
	background: #efefef;
	border-top: 5px solid #2250d3;
}

.foot .nav ul li{
	float: left;
	width: 198px;
	text-align: center;
	font-size: 16px;
	color: #454545;
	line-height: 30px;
	margin: 5px 0;
	border-right: 1px solid #2250d3;
}
.foot .nav ul li:nth-child(1){
	border-left: 1px solid #2250d3;
}
.foot .nav ul li a:hover{
	color: #2250d3;
}

.foot .logo{
	width: 200px;
	height: 200px;
	margin-left: 100px;
}
.foot .con{
	margin: 40px 0;
	width: 700px;
}
.foot .con li{
	font-size: 16px;
	color: #454545;
	line-height: 30px;
	float: left;
	margin-right: 150px;
}
.foot .con li:nth-child(1){
	margin-right: 220px;
}

.foot .foot_bot{
	height: 35px;
	background: #2250d3;
	line-height: 35px;
}
.foot .foot_bot span{
	padding:0 15px;
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/