@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{
	background: #fff;
	position: fixed;
	z-index: 999999;
	width: 100%;
	box-shadow: 0 0 40px;
}
.head_logo{
	width: 97px;
	height: 60px;
	padding: 35px 0;
}
.head_body{
	width: 1050px;
}
.head_top{
	border-bottom: 1px solid #aaa;
}
.head_top b{
	font-size: 30px;
	letter-spacing: 2px;
	color: #454545;
	line-height: 74px;
}
.head_top .tel{
	padding: 5px 0 5px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head_top .tel p{
	font-size: 18px;
	color: #454545;
	line-height: 29px;
}
.head_top .tel b{
	display: block;
	line-height: 35px;
	font-family: Arial;
	font-size: 25px;
	letter-spacing: 1px;
	color: #db0100;
}
.head_nav li{
	float: left;
	margin: 10px;
}
.head_nav li a{
	display: block;
	width: 110px;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}
.head_nav li:hover a{
	background: #db0100;
	color: #fff;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.head_nav .on a{
	background: #db0100;
	color: #fff;
}
/*header end*/

/*banner start*/
.banner{
	padding-top: 130px;
}
.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: #db0100;
}

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

/*product start*/
.product{
	padding: 50px 0 25px 0;
	background: #fff;
}

.pro_lb{
	width: 270px
}
.tit{
	padding: 10px 0;
	background: #454545;
	text-align: center;
}
.tit b{
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 2px;
	color: #fff;
}
.tit .xt{
	margin: 0 auto;
	margin-top: 10px;
	height: 1px;
	width: 50px;
	background: #db0100;
}
.pro_lb li{
	position: relative;
}
.pro_lb li .one{
	display: block;
	width: 200px;
	padding-left: 50px;
	padding-right: 20px;
	background: #ededed url(../images/prolb.jpg) no-repeat center left;
	line-height: 32px;
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #454545;
}
.pro_lb li:hover .one{
	background: #db0100 url(../images/prolb1.jpg) no-repeat center left;
	color: #fff;
}
.pro_lb li .two{
	display: none;
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 270px;
	width: 200px;
	padding-left: 10px;
	background: url(../images/sjx.png) no-repeat left 11px;
}
.pro_lb li:hover .two{
	display: block;
}
.pro_lb .two li a{
	display: block;
	width: 180px;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	border-top: 1px solid #fff;
	background: rgba(50,50,50,0.6);
}
.pro_lb .two li:nth-child(1) a{
	border-top: none;
}
.pro_lb .two li:hover a{
	background: #db0100;
}

.pro_cp{
	width: 906px;
}
.pro_cp li{
	width: 262px;
	margin-left: 20px;
	background: #ededed;
	padding: 10px;
	float: left;
	margin-bottom: 25px;
}
.pro_cp li a{
	display: block;
	border: 1px solid #fff;
}
.pro_cp li .img{
	width: 260px;
	height: 195px;
	overflow: hidden;
}
.pro_cp li .img img{
	cursor: pointer;
	transition: all 2s;
}
.pro_cp li:hover .img img{
	transform: scale(1.2);
}
.pro_cp li p{
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #454545;
	padding: 0 30px;
	width: 200px;
}
.pro_cp li:hover{
	background: #db0100;
}
.pro_cp li:hover p{
	color: #fff;
}
/*product end*/

/*company start*/
.scroll_bg{
	width: 100%;
	height: 100%;
	background-image: url(../images/scroll_bg.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.company{
	padding: 50px 0;
	background: url(../images/combg.png) no-repeat center top;
}
.com_body{
	width: 600px;
	padding: 0 50px;
}
.com_body span{
	display: block;
	font-family: Arial;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	opacity: 0.5;
}
.com_body b{
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 2px;
}
.com_body .xt{
	margin: 10px 0;
	height: 5px;
	width: 50px;
	background: #db0100; 
}
.com_body em{
	display: block;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}
.com_body p{
	text-indent: 2em;
	font-size: 16px;
	color: #ddd;
	line-height: 30px;
}
.com_body a{
	display: block;
	width: 130px;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #db0100;
	color: #db0100;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 1px;
}
.com_body a:hover{
	background: #db0100;
	color: #fff;
}

.com_lx{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.com_lx li{
	float: left;
	width: 25%;
	background: #454545;
}
.com_lx li .nr{
	padding: 50px;
}
.com_lx li:nth-child(2n){
	background: #db0100;
}
.com_lx img{
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.com_lx b{
	line-height: 30px;
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
}
.com_lx p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
	margin-top: 10px;
}
/*company end*/

.title{
	margin-bottom: 20px;
	text-align: center;
}
.title b{
	font-weight: normal;
	font-size: 25px;
	color: #454545;
	letter-spacing: 1px;
}
.title span{
	color: #db0100;
}
.title p{
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 3px;
	color: #888;
}

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

.adv_body{
	background: url(../images/advbg.png) no-repeat center;
}
.adv_body li{
	float: left;
	width: 470px;
	padding: 0 30px 0 100px;
	margin: 65px 0;
}
.adv_body li:nth-child(2n){
	padding: 0 100px 0 30px;
}
.adv_body li img{
	width: 470px;
	height: 300px;
}
.adv_body li b{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #454545;
}
.adv_body li p{
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
	overflow: hidden;
	color: #666;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.adv_body li span{
	color: #db0100;
}
/*adv end*/

/*case start*/
.case{
	padding: 50px 0;
	background: #ededed;
}
.case .title{
	margin-bottom: 0;
}
#d_tab29 ul,#d_tab29 li{
	margin:0;
	padding:0;
	list-style:none;
}
#d_tab29 img{
	border:0;
	vertical-align:top;
}
#d_tab29{
	position:relative;
	height:370px;
	text-align:left;
}
#d_tab29 .d_img{
	position:relative;
	margin:0 auto;
	width:1200px;
	height:100%;
} 
#d_tab29 .d_img li{
	position:absolute;
	display:none;
	z-index:0;
}
#d_tab29 .d_img li img{
	width:100%;
	border: 6px solid #fff;
}
#d_tab29 .d_img li:nth-child(1) {
	display:block;
	width:350px;
	left:0%;
	top:60px;
	z-index:1;
}
#d_tab29 .d_img li:nth-child(2) {
	display:block;
	width:400px;
	left:16%;
	top:40px;
	z-index:2;
}
#d_tab29 .d_img li:nth-child(3) {
	display:block;
	width:450px;
	left:32%;
	top:20px;
	z-index:3;
}
#d_tab29 .d_img li:nth-child(4) {
	display:block;
	width:400px;
	right:16%;
	top:40px;
	z-index:2;
}
#d_tab29 .d_img li:nth-child(5) {
	display:block;
	width:350px;
	right:0%;
	top:60px;
	z-index:1;
}
#d_tab29 .d_next{
	position:absolute;
	left:50%;
	margin-left:620px;
	top:180px;
	z-index:10;
	cursor:pointer;
}
#d_tab29 .d_prev{
	position:absolute;
	left:50%;
	margin-left:-660px;
	top:180px;
	z-index:10;
	cursor:pointer;
}
/*case end*/

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

.newl{
	width: 600px;
}
.newl .tp{
	background: #ededed;
	margin-bottom: 8px;
}
.newl .tp img{
	width: 200px;
	height: 160px;
}
.newl .tp .nr{
	width: 360px;
	padding: 20px;
}
.newl .tp .nr b{
	display: block;
	font-size: 18px;
	color: #454545;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	font-weight: normal;
}
.newl .tp .nr p{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 15px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newl .tp .nr a{
	margin-top: 10px;
	font-size: 14px;
	color: #db0100;
	border-bottom: 1px solid #ededed;
}
.newl .tp .nr a:hover{
	border-bottom: 1px solid #db0100;
}
.newl ul li{
	width: 590px;
	line-height: 38px;
	padding-left: 10px;
	background: url(../images/yuan.png) no-repeat center left;
}
.newl ul li b{
	display: inline-block;
	font-size: 16px;
	color: #454545;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.newl ul li span{
	display: inline-block;
	font-family: Arial;
	font-size: 15px;
	color: #aaa;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
	text-align: center;
}
.newl ul li:hover b{
	color: #db0100;
}

.newr{
	width: 550px;
}
.newr li{
	padding: 10px 0;
	border-bottom: 1px dashed #aaa;
}
.newr li:nth-child(1){
	padding-top: 0;
}
.newr li b{
	display: block;
	font-weight: normal;
	font-size: 17px;
	color: #454545;
	width: 500px;
	padding-left: 50px;
	line-height: 30px;
	background: url(../images/xw.jpg) no-repeat center left;
}
.newr li p{
	line-height: 30px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newr li:hover{
	border-bottom: 1px solid #db0100;
}
.newr li:hover b{
	color: #db0100;
}
/*new end*/

/*footer start*/
.foot{
	background: #454545;
}
.foot_logo{
	width: 200px;
	padding: 37px 50px;
	text-align: center;
	background: #fff;
}
.foot_logo img{
	width: 97px;
	height: 60px;
	margin-bottom: 10px;
}
.foot_logo b{
	display: block;
	line-height: 30px;
	font-size: 25px;
	color: #454545;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}
.foot_logo ul li{
	float: left;
}
.foot_logo ul li a{
	display: block;
	text-align: center;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #454545;
	letter-spacing: 1px;
	line-height: 30px;
}
.foot_logo ul li:hover a{
	color: #db0100;
}

.foot_cp{
	width: 270px;
	margin-left: 100px;
	padding: 30px 0;
}
.foot_cp b{
	display: block;
	line-height: 30px;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
}
.foot_cp span{
	margin-left: 10px;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 1px;
	color: #aaa;
}
.foot_cp .xt{
	margin: 5px 0;
	height: 1px;
	width: 50px;
	background: #db0100;
}
.foot_cp a{
	display: inline-block;
	width: 130px;
	font-size: 16px;
	color: #ccc;
	line-height: 31px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.foot_cp a:hover{
	color: #db0100;
}

.foot_lx{
	width: 300px;
	margin: 0 50px;
	padding: 30px 0;
}
.foot_lx b{
	display: block;
	line-height: 30px;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
}
.foot_lx span{
	margin-left: 10px;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 1px;
	color: #aaa;
}
.foot_lx .xt{
	margin: 5px 0;
	height: 1px;
	width: 50px;
	background: #db0100;
}
.foot_lx p{
	line-height: 30px;
	font-size: 16px;
	color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot_ewm{
	width: 130px;
	text-align: center;
	padding: 62px 0;
}
.foot_ewm img{
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}
.foot_ewm p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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