@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{
	background: #fff;
	position: relative;
	z-index: 999999;
	box-shadow: 0 0 40px #aaa;
}
.head .logo{
	padding: 10px 0;
}
.head .tel a{
	font-size: 15px;
	color: #888;
	line-height: 30px;
	margin: 0 10px;
}
.head .tel a:nth-child(1){
	margin-left: 45px;
}

.head .nav{
	padding: 5px 0;
	background: #dcdcdc;
	border-top: 5px solid #3398cc;
}
.head .nav ul li{
	float: left;
	line-height: 30px;
	border-bottom: 5px solid #dcdcdc;
	width: 65px;
	text-align: center;
	margin-right: 50px;
}
.head .nav ul li a{
	font-size: 16px;
	color: #454545;
}
.head .nav ul li:hover{
	border-bottom: 5px solid #3398cc;
}
.head .nav p{
	line-height: 30px;
	font-size: 20px;
	color: #454545;
	padding-left: 40px;
	background: url(../images/tel.png) no-repeat center left;
	font-family: Arial;
}
/*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: #3398cc;
}

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

.title{
	margin-bottom: 20px;
	text-align: center;
}
.title p{
	text-align: center;
	font-size: 25px;
	color: #bbb;
	padding-bottom: 25px;
	margin-bottom: 5px;
	background: url(../images/title.png) no-repeat center bottom;
}
.title b{
	font-size: 25px;
	color: #454545;
}

/*product start*/
.product{
	margin-top: 50px;
}

.product .list{
	margin: 0 auto;
	width: 100%; text-align: center;
}
.product .list ul li{
display: inline-block;
	width: 100px;
	text-align: center;
	margin:0px 20px;
	line-height: 30px;
}
.product .list ul .qb{
	margin-left: 0;
	border: 1px solid #3398cc;
	color: #3398cc;
	font-size: 16px;
}
.product .list ul li a{
	font-size: 16px;
	color: #454545;
}
.product .list ul li:hover a{
	color: #3398cc;
}

.pro_body ul li{
	float: left;
	width: 286px;
	margin-right: 18px;
	text-align: center;
	overflow: hidden;
	position: relative;
	top: 20px;
}
.pro_body ul li:nth-child(4n){
	margin-right: 0;
}
.pro_body ul li .img{
	width: 280px;
	height: 210px;
	overflow: hidden;
	padding: 2px;
	border: 1px solid #3398cc;
	border-bottom: none;
}
.pro_body ul li img{
	cursor: pointer;
	transition: all 1s;
}
.pro_body ul li img:hover{
	transform: scale(1.2);
}
.pro_body .pro_top{
	position: relative;
	z-index: 999;
	background: rgba(51,152,204,0.56);
	padding: 20px;
	bottom: 50px;
}
.pro_body .pro_top p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_body .pro_top .xt{
	height: 5px;
	width: 50px;
	margin: 0 auto;
	background: #fff;
}
.pro_body .pro_top a{
	line-height: 30px;
	display: block;
	width: 100px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
	margin-top: 20px;
}
.pro_body .pro_top a:hover{
	background: #fff;
	color: #3398cc;
}

/*product end*/

/*company start*/
.company{
	padding: 30px 0;
	margin-top: 20px;
	background: url(../images/combg.jpg) no-repeat center;
}

.company .tit{
	background: rgba(51,152,204,0.8) url(../images/com.png) no-repeat center;
	width: 360px;
	padding: 20px;
}
.company .tit b{
	font-size: 30px;
	color: #fff;
	margin-left: 170px;
}
.company .tit span{
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	opacity: 0.3;
	font-family: Arial;
}
.company .tit p{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin: 90px 0;
	padding-left: 230px;
}
.company .tit .tel{
	width: 360px;
	text-align: center;
}
.company .tit .tel img{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	margin-left: 90px;
}
.company .tit .tel p{
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	width: 280px;
	float: none;
	padding: 0;
}
.company .con{
	background: rgba(255,255,255,0.8);
	padding: 20px;
	width: 760px;
	height: 364px;
	overflow: hidden;
}
.company .con b{
	font-size: 18px;
	line-height: 30px;
	color: #454545;
}
.company .con .xt{
	height: 5px;
	width: 100px;
	background: #3398cc;
	margin-top: 10px;
	margin-bottom: 7px;
}
.company .con p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
.company .con a{
	line-height: 30px;
	width: 100px;
	font-size: 15px;
	border: 1px solid #3398cc;
	color: #3398cc;
	text-align: center;
	margin-top: 10px;
}
.company .con a:hover{
	background: #3398cc;
	color: #fff;
}
/*company end*/

/*new start*/
.new{
	margin-top: 50px;
}

.new .new_l{
	width: 600px;
}
.new .new_l .img{
	background:url(../images/new1.jpg) no-repeat center;
	padding: 20px;
	text-align: center;
	margin-bottom: 9px;
}
.new .new_l .img b{
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.new .new_l .img .xt{
	height: 5px;
	width: 100px;
	background: #fff;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.new .new_l .img p{
	color: #fff;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 20px;
}
.new .new_l .img a{
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
}
.new .new_l .img a:hover{
	background: #fff;
	color: #3398cc;
}

.new .new_body ul li{
	line-height: 35px;
	width: 600px;
	border-bottom: 1px dashed #bbb;
}
.new .new_body ul li a{
	padding-left: 30px;
	color: #454545;
	font-size: 15px;
	overflow: hidden;
	width: 450px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	background: url(../images/lx.png) no-repeat center left;
}
.new .new_body ul li span{
	font-size: 15px;
	color: #888;
	font-family: Arial;
	margin-right: 10px;
}
.new .new_body ul li:hover a{
	color: #3398cc;
}

.new .new_r{
	width: 600px;
	background: #ededed;
}
.new .new_r ul li{
	float: left;
	width: 259px;
	padding: 20px;
	height: 160px;
	text-align: center;
}
.new .new_r ul li:nth-child(1){
	border-right: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
}
.new .new_r ul li:nth-child(2){
	border-bottom: 1px dashed #aaa;
}
.new .new_r ul li:nth-child(3){
	border-right: 1px dashed #aaa;
}
.new .new_r ul li b{
	font-size: 18px;
	color: #454545;
	display: block;
	width: 200px;
	text-align: center;
	margin-left: 29.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.new .new_r ul li:hover b{
	color: #3398cc;
}
.new .new_r ul li .xt{
	width: 50px;
	height: 5px;
	background: #3398cc;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new .new_r ul li p{
	font-size: 15px;
	color: #888;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new .new_r ul li a{
	display: block;
	width: 100px;
	line-height: 30px;
	color: #3398cc;
	border: 1px solid #3398cc;
	margin: 0 auto;
	margin-top: 20px;
}
.new .new_r ul li a:hover{
	background: #3398cc;
	color: #fff;
}
/*new end*/

/*footer start*/
.foot{
	margin-top: 50px;
	padding-top: 30px;
	background: #2b2b2b;
}

.foot .tel{
	width: 300px;
	margin-right: 100px;
	text-align: center;
	margin-top: 18px;
}
.foot .tel b{
	display: block;
	text-align: center;
	color: #3398cc;
	line-height: 40px;
	background: url(../images/tel2.png) no-repeat 65px center;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}
.foot .tel span{
	font-size: 30px;
	color: #3398cc;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: 1px;
}
.foot .tel p{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #888;
	color: #3398cc;
	line-height: 35px;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
}
.foot .tel a{
	color: #3398cc;
}

.foot .xt{
	height: 5px;
	width: 50px;
	background: #3398cc;
	margin-top: 5px;
}

.foot .nav{
	width: 100px;
	margin-right: 50px;
}
.foot .nav b{
	display: block;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
.foot .nav ul li{
	line-height: 30px;
}
.foot .nav ul li a{
	color: #aaa;
	font-size: 15px;
}
.foot .nav ul li:hover a{
	color: #3398cc;
}

.foot .lx b{
	display: block;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
.foot .lx p{
	line-height: 30px;
	color: #aaa;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}

.foot .ewm{
	width: 280px;
	margin-top: 38px;
}
.foot .ewm img{
	margin-right: 20px;
	width: 150px;
	height: 150px;
}
.foot .ewm p{
	writing-mode:tb-rl;
	letter-spacing: 2px;
	color: #fff;
	font-size: 16px;
}
.foot .ewm span{
	color: #3398cc;
}

.foot .foot_bot{
	background: #0d0d0d;
	line-height: 35px;
	margin-top: 30px;
}
.foot .foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/