@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 url(../images/headbg.png) no-repeat center;
	padding-top: 20px;
}
.head .logo{
	width: 500px;
	height: 80px;
	padding-bottom: 20px;
}
.head .logo img{
	width: 470px;
	height: 80px;
	overflow: hidden;
}

.head_body{
	width: 670px;
}
.head_body .by{
	width: 430px;
}
.head_body .by b{
	font-size: 16px;
	font-weight: normal;
	color: #454545;
	display: block;
	width: 430px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.head_body .by span{
	color: #af3331;
}
.head_body .by p{
	font-size: 16px;
	color: #888;
	line-height: 30px;
	width: 370px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.head_body .tel{
	padding: 0 0 0 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head_body .tel b{
	font-weight: normal;
	font-size: 18px;
	color: #454545;
}
.head_body .tel p{
	font-weight: bold;
	color: #af3331;
	font-family: Arial;
	line-height: 30px;
	font-size: 25px;
}
.head_body ul li{
	float: left;
	border-top: 1px solid #aaa;
	margin-top: 6px;
}
.head_body ul li a{
	display: block;
	width: 95px;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	color: #454545;
	margin: 4px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.head_body ul li:hover a{
	background: #af3331;
	color: #fff;
}
/*header end*/

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

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

.title{
	text-align: center;
	margin-bottom: 20px;
}
.title b{
	display: inline-block;
	padding-left: 25px;
	background: url(../images/titbg.png) no-repeat center left;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	color: #454545;
}
.title span{
	color: #af3331;
}
.title p{
	line-height: 30px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	letter-spacing: 3px;
}

/*product start*/
.product{
	padding: 50px 0;
}
.product .title{
	margin-bottom: 0;
}

.pro_lb{
	width: 100%;
	text-align: center;
}
.pro_lb li{
	display: inline-block;
	margin: 0 20px;
	margin-top: 20px;
}
.pro_lb li a{
	display: block;
	width: 180px;
	text-align: center;
	padding: 0 20px;
	border: 1px solid #af3331;
	font-size: 16px;
	color: #af3331;
	line-height: 35px;
}
.pro_lb li a:hover{
	background: #af3331;
	color: #fff;
}
.pro_lb li .more{
	color: #fff;
	border: 1px solid #454545;
	background: #454545;
}
.pro_lb li .more:hover{
	border: 1px solid #af3331;
}


.pro_nr ul{
	width: 1200px;
}
.pro_nr ul li{
	float: left;
	width: 280px;
	margin-top: 30px;
	margin-left: 26.6px;
	position: relative;
}
.pro_nr ul li .img{
	width: 278px;
	height: 208px;
	overflow: hidden;
	border: 1px solid #aaa;
}
.pro_nr ul li .img img{
	width: 278px;
	height: 208px;
	cursor: pointer;
	transition: all 2s;
}
.pro_nr ul li:hover .img{
	border: 1px solid #af3331;
}
.pro_nr ul li:hover .img img{
	transform: scale(1.2);
}
.pro_nr ul li p{
	position: absolute;
	z-index: 99999;
	line-height: 40px;
	padding: 0 20px;
	width: calc(100% - 40px);
	text-align: center;
	font-size: 16px;
	background: rgba(50,50,50,0.8);
	color: #fff;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_nr ul li:hover p{
	background: rgba(175,51,49,0.8);
}
.pro_nr ul li:nth-child(4n+1) {
	margin-left: 0px;
}
/*product end*/

/*company start*/
.company{
	padding: 50px 0;
	background: url(../images/combg.jpg) no-repeat center;
}
.company .title b{
	color: #fff;
}
.company .title p{
	color: #aaa;
}

.com_body .nr p{
	color: #ddd;
	text-indent:2em;
	line-height: 30px;
	font-size: 16px;
}
.com_body .nr a{
	margin-top: 10px;
	font-size: 16px;
	width: 150px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #af3331;
	color: #af3331;
}
.com_body .nr a:hover{
	background: #af3331;
	color: #fff;
}

.zzry p{
	border-top: 1px solid #aaa;
	padding-top: 15px;
	margin: 20px 0 10px 0;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 40px;
}
.zzry span{
	margin-left: 10px;
	font-family: Arial;
	font-size: 14px;
	color: #aaa;
}
.picMarquee-left{
	overflow:hidden;
	position:relative;
}
.picMarquee-left .bd{
	padding: 0;
}
.picMarquee-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picMarquee-left .bd ul li{
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	position: relative;
}
.picMarquee-left .bd ul li .pic{
	text-align:center;
}
.picMarquee-left .bd ul li .pic img{
	width:200px;
	height:150px;
	display:block;
	padding:2px;
}
/*company end*/

/*case start*/
.case{
	padding: 50px 0 20px 0;
	background: #fff;
}

.case_body li{
	float: left;

	margin-bottom: 30px;
}
.case_body .tit{
	background: #454545;
	padding-top: 20px;
	text-align: center;
}
.case_body .tit b{
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 35px;
	display: block;
}
.case_body .tit .xt{
	margin: 5px auto;
	height: 1px;
	width: 50px;
	background: #af3331;
}
.case_body .tit em{
	display: block;
	font-size: 16px;
	color: #ccc;
	line-height: 30px;
	text-align: center;
	width: 200px;
	margin: 0 50px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
}
.case_body .tit .more{
	margin: 10px 50px 20px 0;
	font-family: Arial;
	font-size: 14px;
	color: #aaa;
	padding: 0;
	border: none;
	width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case_body .tit .more:hover{
	color: #af3331;
	border: none;
	box-shadow: none;
}
.case_body .tit span{
	display: block;
	text-align: center;
	line-height: 50px;
	background: #fff;
	color: #af3331;
	font-weight: bold;
	font-family: Arial;
	font-size: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case_body li a{
	display: block;
	width: 260px;
	border: 1px solid #aaa;
	padding: 2px;
	margin-left: 34px;
}
.fhxc li a{
	margin-left: 0;
}
.case_body li .img{
	width: 260px;
	height: 195px;
	overflow: hidden;
}
.case_body li img{
	width: 260px;
	height: 195px;
	cursor: pointer;
	transition: all 2s;
}
.case_body li img:hover{
	transform: scale(1.2);
}
.case_body li p{
	font-size: 16px;
	color: #454545;
	padding: 0 30px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.case_body li a:hover{
	border: 1px solid #af3331;
	box-shadow: 0 0 10px #888;
}
.case_body li a:hover p{
	color: #af3331;
}

.fhxc li{margin-right: 30px}
.fhxc .tit{margin-right: 0px;padding-top:40px;}
.fhxc .tit .xt{margin: 15px auto;}
.fhxc .tit em{line-height:40px;height: 80px;}
.fhxc .tit .more{margin: 10px 50px 40px 0;}
.fhxc li a{width: 414px;}
.fhxc li .img{
	width: 414px;
	height: 315px;
	overflow: hidden;
}
.fhxc li img{
	width: 412px;
	height: 315px;
	cursor: pointer;
	transition: all 2s;
}
.fhxc li img:hover{
	transform: scale(1.2);
}
.fhxc li p{
	font-size: 16px;
	color: #454545;
	padding: 0 30px;

	text-align: center;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.fhxc li a:hover{
	border: 1px solid #af3331;
	box-shadow: 0 0 10px #888;
}
.fhxc li a:hover p{
	color: #af3331;
}
/*case end*/

.adv{
	background: #454545;
	padding: 50px 0;
}
.adv ul li{
	float: left;
	width: 100px;
	margin: 0 70px;
	text-align: center;
}
.adv ul li img{
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}
.adv ul li .xt{
	height: 1px;
	width: 50px;
	margin: 0 auto;
	background: #af3331;
	margin-bottom: 10px;
}
.adv ul li p{
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 30px;
}

/*new start*/
.new{
	background: #fff;
	padding: 50px 0;
}
.new_bt .title{
	width: 470px;
	margin: 58.5px 0;
}
.new_bt ul{
	width: 720px;
}
.new_bt ul li{
	float: left;
	width: 240px;
	height: 180px;
	overflow: hidden;
	text-align: center;
}
.new_bt .new_nr{
	padding: 20px;
	width: 200px;
	height: 140px;
	background: #454545;
}
.new_bt .new_nr span{
	font-family: Arial;
	font-size: 30px;
	letter-spacing: 1px;
	color: #af3331;
	display: block;
	text-align: center;
	line-height: 40px;
}
.new_bt .new_nr p{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
}
.new_bt ul .new_nr:hover{
	background: #af3331;
}
.new_bt ul .new_nr:hover span{
	color: #454545;
}
.new_bt ul li img{
	width: 240px;
	height: 180px;
}

.new_bot li{
	float: left;
	width: 240px;
	height: 180px;
	overflow: hidden;
	text-align: center;
	padding: 20px;
	width: 200px;
	height: 140px;
	background: #454545;
}
.new_bot li:nth-child(2n+1){background: #ededed;}
.new_bot li:nth-child(2n+1) p{color: #454545;}
.new_bot li span{
	font-family: Arial;
	font-size: 30px;
	letter-spacing: 1px;
	color: #af3331;
	display: block;
	text-align: center;
	line-height: 40px;
}
.new_bot li p{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
}
.new_bot .ys p{
	color: #454545;
}
.new_bot li:hover{
	background: #af3331;
}
.new_bot li:hover span{
	color: #454545;
}
.new_bot li:hover p{
	color: #fff;
}
.new_bot img{
	width: 240px;
	height: 180px;
}
/*new end*/

/*footer start*/
.foot{
	background: #454545;
	padding-top: 30px;
}
.foot_body li{
	float: left;
	width: 300px;
}
.foot_body .logo{
	text-align: center;
	padding: 42px 0;
	width: 200px;
	margin-right: 100px;
}
.foot_body .logo img{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
.foot_body .logo p{
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 25px;
	letter-spacing: 5px;
}
.foot_body .logo em{
	font-family: Arial;
	font-size: 12px;
	color: #aaa;
}
.foot_body b{
	display: block;
	line-height: 30px;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
}
.foot_body span{
	font-family: Arial;
	font-size: 14px;
	color: #aaa;
	margin-left: 10px;
}
.foot_body .xt{
	height: 1px;
	width: 50px;
	background: #af3331;
	margin: 5px 0;
}
.foot_body a{
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #ddd;
}
.foot_body a:hover{
	color: #af3331;
}
.foot_body .cp a{
	line-height: 35px;
}
.foot_body p{
	line-height: 30px;
	font-size: 16px;
	color: #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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