@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%;
	background: #fff;
}

.head .head_top{
	height: 35px;
	background: #dfdfdf;
	line-height: 35px;
	color: #454545;
	border-bottom: 1px solid #999;
}
.head .head_top a{
	padding: 0 10px;
	color: #454545;
}
.head .head_top a:nth-child(3){
	padding-right: 0px;
}

.head .head_body{
	height: 95px;
}
.head .head_body .tel img{
	width: 40px;
	height: 40px;
	margin-top: 27.5px;
}
.head .head_body .tel b{
	font-weight: normal;
	line-height: 94px;
	font-size: 17px;
}
.head .head_body .tel span{
	font-weight: bold;
	color: #2c6ac4;
	font-size: 22px;
	line-height: 94px;
}

.head .head_nav{
	height: 40px;
	background: #2c6ac4;
}
.head .head_nav ul li{
	float: left;
	width: 150px;
	text-align: center;
}
.head .head_nav ul li a{
	color: #fff;
	line-height: 40px;
	font-size: 15px;
}
.head .head_nav ul li:hover{
	background: #509cce;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:450px;
	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: 0px;
	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: #2c6ac4;
}

.flexslider .slides a img {
	width: 100%;
	height: 450px;
	display: block;
}

.search{
	height: 44px;
	width: 100%;
	background: #2c6ac4;
	line-height: 43px;
}
.search span{
	font-size: 15px;
	color: #fff;
}
.search a{
	color: #fff;
	margin-right: 10px;
}
.search a:hover{
	color: #ed5d3d;
}
.search .searchpannel{
	height: 20px;
	color: #888;
}
.search .inputbutton{
	cursor: pointer;
	background: #f0a30d;
	height: 24px;
	border-radius: 2px;
	border: none;
	width: 50px;
	color: #fff;
}
/*banner end*/

/*company start*/
.company{
	height: 280px;
	background: #f1f1f1 url(../images/xsd.jpg) repeat-x bottom;
}

.company .com_body{
	height: 210px;
	width: 680px;
	padding: 20px 10px;
	margin-right: 30px;
}
.company .title{
	height: 30px;
	margin-bottom: 10px;
	line-height: 30px;
}
.company .title b{
	font-size: 16px;
	color: #2c6ac4;
	margin-left: 5px;
}
.company .title span{
	font-family: Arial;
	font-size: 18px;
	margin-left: 10px;
	color: #2c6ac4;
}
.company .title a:hover{
	color: #fb7b4b;
}
.company .com_body .wz img{
	margin: 0 20px 20px 0;
}
.company .com_body .wz p{
	color: #454545;
	line-height: 26px;
	text-indent: 2em;
}

.company .com_tel{
	height: 230px;
	width: 400px;
	padding: 20px 10px 0 10px;
	background: url(../images/lxwm.png) no-repeat center right;
}
.company .com_tel ul li{
	width: 230px;
	color: #666;
	line-height: 160%;
}
.company .com_tel .bt{
	font-size: 15px;
	color: #555;
	font-weight: bold;
	margin-bottom: 5px;
}
/*company end*/

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

.product .list{
	width: 210px;
	border: 1px solid #dfdfdf;
	padding: 5px;
}
.product .list .title{
	background: #2c6ac4;
	height: 40px;
}
.product .list .title b{
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	margin-left: 20px;
}
.product .list ul{
	margin-top: 10px;
}
.product .list ul li{
	border-bottom: 1px dashed #dfdfdf;
	height: 30px;
}
.product .list ul li:hover{
	background: #509cce;
}
.product .list ul li:hover a{
	color: #fff;
}
.product .list ul li a{
	color: #454545;
	line-height: 30px;
	margin-left: 20px;
	width: 170px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .list ul img{
	margin: 15px 0 10px 3px;
}

.product .pro_body{
	width: 950px;
	border: 1px solid #dfdfdf;
	padding: 5px;
}
.product .pro_body .title{
	height: 40px;
	background: #dfdfdf;
	border-bottom: 3px solid #2c6ac4;
}
.product .pro_body b{
	line-height: 40px;
	font-size: 18px;
	margin-left: 20px;
}
.product .pro_body a{
	float: right;
	line-height: 40px;
	font-size: 16px;
	margin-right: 20px;
}
.product .pro_body a:hover{
	color: #fb7b4b;
}
.product .pro_body ul li{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.product .pro_body ul li:nth-child(1){
	padding-left: 20px;
}
.product .pro_body ul li:nth-child(4){
	padding-left: 20px;
}
.product .pro_body ul li img{
	width: 260px;
	height: 195px;
	border: 1px solid #dfdfdf;
}
.product .pro_body ul li p{
	 width:260px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
/*product end*/

/*new start*/
.new{
	height: 300px;
	background: #f1f1f1;
}
.new .bor1{
	height: 20px;
	background: url(../images/xsd.jpg) repeat-x top;
}
.new .bor2{
	height: 20px;
	background: url(../images/xsd.jpg) repeat-x bottom;
}

.new .new_body{
	height: 260px;
	background: url(../images/shuxian.jpg) no-repeat center;
}
.new .new_body .title{
	height: 40px;
}
.new .new_body .title b{
	color: #2c6ac4;
	line-height: 40px;
	font-size: 18px;
}
.new .new_body .title span{
	font-family: Arial;
	color: #2c6ac4;
	font-size: 17px;
	font-weight: bold;
}
.new .new_body .title a{
	float: right;
	line-height: 40px;
}
.new .new_body .title a:hover{
	color: #fb7b4b;
}
.new .new_body ul li{
	line-height: 35px;
	border-bottom: 1px dashed #dfdfdf;
}
.new .new_body ul li b{
	width:420px;
	 overflow:hidden; vertical-align: top;
	font-weight: normal; display: inline-block;
}
.new .new_body ul li span{
	float: right;
}
.new .new_body ul li:hover a{
	color: #fb7b4b;
}

.new .new_body .xw{
	width: 550px;
}

.new .new_body .wt{
	width: 550px;
}
/*new end*/

/*case start*/
.case{
	height: 250px;
	padding: 20px 0;
}
.case .case_body{
	background: url(../images/line0.jpg) no-repeat center top;
	height: 200px;
	padding-top: 50px;
}
.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:5px;
	display:block;
	width:46px;
	height:200px;
	background:url(../images/arrow-left.jpg) no-repeat center;
}
.case .sNext{
	width:46px;
	height:200px;
	left:auto;
	right:5px;
	background:url(../images/arrow-right.jpg) no-repeat center;
}
.case .sPrev:hover,.slideBox .sNext:hover{
	border-color:#f60;
}
.case ul{
	overflow:hidden;
	zoom:1;
}
.case ul li{
	margin:0 15px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	width: 238px;
	border: 1px solid #ededed;
}
.case ul li:hover{
	border: 1px solid #2c6ac4;
}
/*case end*/

/*footer start*/
.foot{
	border-top: 3px solid #2c6ac4;
	background: #dfdfdf;
	height:auto;
	padding:25px 0px;
}
.foot .foot_body p{
	text-align: center;
	line-height: 25px;
	font-size: 15px;
}
.foot .foot_body a{
	color: #444;
}
/*footer end*/