@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{
	width: 100%;
	z-index: 99999999999;
	background: #fff;
	position: relative;
}

.head .head_top{
	background: #dfdfdf;
	line-height: 35px;
	color: #555;
}
.head .head_top a{
	padding: 0 15px;
	color: #555;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	padding: 10px 0;
}
.head .tel{
	padding: 10px 0 10px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 16px;
	line-height: 31px;
	color: #555;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #0e6eb8;
	position: relative;
	top: 2px;
}

.head .head_nav{
	border-bottom: 5px solid #0e6eb8;
	border-top: 1px solid #ededed;
}
.head .head_nav ul li{
    width: 171px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
}
.head .head_nav ul li a{
	color: #000;
}
.head .head_nav ul li:hover {
	background: #0e6eb8;
}
.head .head_nav ul li:hover a{
	color: #fff;
}
.head .head_nav .two{
	display: none;
	color: #fff;
	transition: .4s;
	cursor: pointer;
	background: #0e6eb8;
	overflow: hidden;
}
.head .head_nav .two li{
	height: 45px;
	line-height: 45px;
}
.head .head_nav li:hover .two{
	display: block;
}
.head .head_nav li{
	transition: .4s;
}
.head .head_nav .two li:hover{
	background: #21bd99;
}
/*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: #0e6eb8;
}

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

/*product start*/
.product{
	margin: 30px 0;
}

.title{
	text-align: center;
	background: url(../images/title.png) no-repeat center;
	margin-bottom: 30px;
}
.title b{
	font-size: 25px;
	color: #454545;
	line-height: 30px;
}
.title p{
	color: #888;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	margin-top: 10px;
}

.product .list ul{
	width: 738px;
	margin: 0 auto;
}
.product .list ul li{
	float: left;
	width: 130px;
	border: 1px solid #0e6eb8;
	background: url(../images/pro1.png) no-repeat 5px;
	margin-left: 30px;
	padding: 5px 0;
	padding-left: 30px;
}
.product .list ul li:nth-child(1){
	margin-left: 0;
}
.product .list ul li a{
	line-height: 20px;
	font-size: 17px;
	color: #454545;
	width: 130px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 1px solid #0e6eb8;
	text-align: center;
}
.product .list ul li:hover{
	background: #0e6eb8 url(../images/pro2.png) no-repeat 5px;
}
.product .list ul li:hover a{
	color: #fff;
	border-left: 1px solid #fff;
}

.product .pro_con{
	margin-top: 30px;
	background: #fff;
}
.product .pro_con ul li{
	float: left;
	margin-left:45px;
	margin-bottom: 30px;
}
.product .pro_con ul li:nth-child(1) {
	margin-left: 0;
}
.product .pro_con ul li:nth-child(5) {
	margin-left: 0;
}
.product .pro_con ul li a .img{
	padding: 2px;
	border:1px solid #dfdfdf;
	width: 260px;
	height: 195px;
	overflow: hidden;
}

.product .pro_con ul li a .img img{
	cursor: pointer;
	transition: all 1s;
}
.product .pro_con ul li a .img img:hover{
	transform: scale(1.2);
}

.product .pro_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_con ul li:hover .img{
	border:1px solid #0e6eb8;
}
.product .pro_con ul li:hover p{
	background: #0e6eb8;
	color:#fff;
}
/*product end*/

/*company start*/
.company{
	margin: 30px 0;
	padding: 30px 0;
	background: url(../images/combg.png) repeat-x center bottom;
}

.company .con{
	width: 750px;
}
.company .con b{
	font-size: 18px;
	color: #454545;
	line-height: 40px;
	border-bottom: 3px solid #0e6eb8;
}
.company .con p{
	text-indent: 2em;
	font-size: 15px;
	line-height: 30px;
	color: #555;
}

.company .lx ul{
	padding: 20px;
	box-shadow: 0 5px 5px #ccc;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	margin: 0 60px;
}
.company .lx ul li{
	line-height: 30px;
	font-size: 16px;
	color: #454545;
	margin-bottom: 10px;
}
.company .lx ul li img{
	margin-top: 5px;
	margin-right: 5px;
}
/*company end*/

/*case start*/
.case{
	margin: 30px 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 ul{
	overflow:hidden;
	zoom:1;
}
.case ul li{
	margin:0 15px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	border: 1px solid #ededed;
}
.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{
	border: 1px solid #0e6eb8;
}
.case ul li:hover .pro_name{
	background: #0e6eb8;
	color: #fff;
}
/*case end*/

/*new start*/
.new{
	margin: 50px 0 30px 0;
}

.new .coop_body{
	margin-left: 30px;
}
.new .coop_body .tit{
	border-bottom: 5px solid #0e6eb8;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.new .coop_body .tit b{
	font-size: 25px;
	line-height: 30px;
	color: #454545;
}
.new .coop_body .tit span{
	font-size: 16px;
	line-height: 30px;
	font-family: Arial;
	color: #888;
}
.new .coop_body .tit a{
	font-size: 16px;
	line-height: 30px;
	color: #888;
}
.new .coop_body .tit a:hover{
	color: #0e6eb8;
}

.new .new_body{
	width: 630px;
}
.new .new_body .tit{
	border-bottom: 5px solid #0e6eb8;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.new .new_body .tit b{
	font-size: 25px;
	line-height: 30px;
	color: #454545;
}
.new .new_body .tit span{
	font-size: 16px;
	line-height: 30px;
	font-family: Arial;
	color: #888;
}
.new .new_body .tit a{
	font-size: 16px;
	line-height: 30px;
	color: #888;
}
.new .new_body .tit a:hover{
	color: #0e6eb8;
}
.new .new_body .con{
	padding: 0 10px;
	padding-bottom: 10px;
}
.new .new_body .con_body{
	width: 400px;
}
.new .new_body .con_body b{
	font-size: 18px;
	color: #454545;
	line-height: 40px;
	display: block;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.new .new_body .con_body p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.new .new_body .con_body a{
	background: #0e6eb8;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	margin-top: 10px;
}
.new .new_body .con_body a:hover{
	background: #21bd99;
}
.new .new_body .con ul li{
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding: 0 10px;
}
.new .new_body .con ul li:nth-child(1){
	margin-top: 10px;
	border-top: 1px solid #aaa;
	padding-top: 10px;
}
.new .new_body .con ul li .num{
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	line-height: 50px;
	padding-right: 10px;
	color: #0e6eb8;
}
.new .new_body .con ul li .nr b{
	font-size: 17px;
	line-height: 30px;
	color: #454545;
	display: block;
	width: 530px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.new .new_body .con ul li .nr p{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 530px;
}
.new .new_body .con ul li:hover{
	border-bottom: 1px solid #0e6eb8;
}
.new .new_body .con ul li:hover b{
	color: #0e6eb8;
}
.new .new_body .con ul li:hover p{
	color: #0e6eb8;
}
/*new end*/

/*footer start*/
.foot{
	padding-top: 10px;
	border-top: 5px solid #0e6eb8;
	background: rgba(14,110,184,0.15) url(../images/footbg.png) repeat-x center 10px;
}
.foot ul li{
	float: left;
	width: 150px;
	text-align: center;
}
.foot ul li:nth-child(7){
	width: 300px;
}
.foot ul li a{
	line-height: 40px;
	font-size: 18px;
	color: #454545;
	border-bottom: 2px solid #0e6eb8;
}
.foot ul li:hover a{
	color: #0e6eb8;
}
.foot .two li{
	float: none;
}
.foot .two li a{
	line-height: 30px;
	font-size: 16px;
	color: #666;
	border: none;
}
.foot .two li:hover a{
	border-bottom: 1px solid #0e6eb8;
}
.foot .lx li{
	float: none;
	width: 300px;
	line-height: 30px;
	color: #555;
	font-size: 16px;
}

.foot .foot_bot{
	background: #0e6eb8;
	margin-top: 20px;
}
.foot .foot_bot b{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	line-height: 35px;
}
.foot .foot_bot a{
	font-size: 15px;
	color: #fff;
	line-height: 35px;
}
/*footer end*/