@charset "UTF-8";
body:before{
	display: block;
	height:80px;
	content: '';
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
.bw{
	background-color: #fff!important;
}
.of-h{
	overflow: hidden!important;
}
.bg-cover{
	-webkit-background-size:100% 100%; background-size:100% 100%;
}
.fixed{
	position: fixed;
	left:0;
	right:0;
	margin:auto;
	z-index: 10;
}
.row{
	margin-left:0;
	margin-right:0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-right:0;
	padding-left: 0;
}
/*------ 动效 -----*/
[data-animation] {
	opacity: 0;
}
[data-animation].animated {
	opacity: 1;
}
.header{
	top:0;
	-webkit-box-shadow: 0 2px 5px -1px #ccc;
	-moz-box-shadow: 0 2px 5px -1px #ccc;
	box-shadow: 0 2px 5px -1px #ccc;
	height:80px;
}
.cont-box{
	width:1200px;
	margin:auto;
}
.header-c{
	max-width: 1200px;
	margin:auto;
	height:80px;
	line-height: 80px;
	color:#c9151e;
	font-weight:bold;
}
.header-c h1{
	line-height: 80px;
	font-size:30px;
	font-weight:bold;
}
.header-c .tel-num{
	font-size:0;
}
.header-c .tel-num a{
	font-size:26px;
	color:#c9151e;
	vertical-align: middle;
}
.header-c .tel-num i{
	display: inline-block;
	width:22px;
	height:22px;
	background-image: url("../images/ic_tel.png");
	vertical-align: middle;
	margin-right:15px;
}
.swiper-index{
	height:634px;
}
.swiper-index .swiper-slide a{
	display: table;
	position: absolute;
	height:100%;width:100%;
	background-size:cover;background-repeat:no-repeat;background-position:center;
	color:#fff;
}
.swiper-index .swiper-slide a > div{
	text-align: center;
	display:table-cell;
	vertical-align:middle;
}
.swiper-index .swiper-slide a h1{
	padding-bottom:90px;
	font-size:60px;
	font-weight:bold;
	color:#c9151e;
}
.swiper-pagination{
	bottom:40px;
}
.swiper-pagination .swiper-pagination-bullet{
	background:#fff;width:16px;height:16px;opacity:1;
	margin-right:10px;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background:#c9151e;
}
.prod-list{
	padding:90px 0 100px 0;
}
.com-title.center{
	text-align: center;
}
.com-title{
	font-size:36px;
}
.com-title h2{
	font-weight:bold;
	color:#0e0e0e;
	position: relative;
	padding:0 0 20px 0;
}
.com-title p{
	padding:15px 0;
}
.com-title h2:after{
	position: absolute;
	content: '';
	display: block;
	height:3px;
	width:64px;
	bottom:0;
	left:0;
	background:#c9151e;
}
.com-title.center h2:after{
	left:50%;
	margin-left:-32px;
}

.swiper-about{
	width:100%;
	height:280px;
	position: relative;
	margin-top:100px;
}
.swiper-about .swiper-slide{
	border:1px solid #ddd;
}
.swiper-about .swiper-slide:hover{
	cursor: pointer;
	border:1px solid #c9151e;
}
.swiper-about .swiper-slide:hover p{
	background-color: #c9151e;
	color:#fff;
}
.swiper-about .swiper-slide img{
	width:100%;
	height:220px;
}
.swiper-about .swiper-slide p{
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; text-overflow: ellipsis;
	text-align: center;
	font-size:18px;
	background-color:#dbdbdb;
	color:#333;
}
.swiper-about .swiper-button-next,
.swiper-about .swiper-button-prev{
	position: absolute;
	top:50%;
	margin-top:-140px;
	width:42px;
	height:280px;
	cursor: pointer;
	border:1px solid #ddd;
	-webkit-background-size:20%; background-size:20%;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
	z-index: 1;
}
.swiper-about .swiper-button-next{
	right:-50px;
	background-image: url("../images/ic-arrow-R-1.png");
}
.swiper-about .swiper-button-next:hover{
	background-color: #c9151e;
}
.swiper-about .swiper-button-prev{
	left:-50px;
	background-image: url("../images/ic-arrow-L-1.png");
}
.swiper-about .swiper-button-prev:hover{
	background-color: #c9151e;
}
.partners{
	padding:100px 0 80px 0;
}
.partners .part-list{
	font-size:0;
	text-align: center;
	padding:100px 0;
}
.partners .part-list .pl-item{
	display: inline-block;
	width:20%;
}
.partners .part-list .pl-item .num{
	font-size:60px;
	font-weight:bold;
}
.partners .part-list .pl-item .num:after{
	content: '+';
	color:#333;
	font-size:60px;
}
.partners .part-list .pl-item .desc{
	font-size:16px;
	color:#999;
}
.swiper-partners{
	padding:15px 50px;
	border:1px solid #e1e1e1;
	position: relative;
}
.swiper-partners .swiper-slide img{
	width:100%;
}
.swiper-partners .swiper-button-next,
.swiper-partners .swiper-button-prev{
	position: absolute;
	top:50%;
	margin-top:-41px;
	width:36px;
	height:82px;
	cursor: pointer;
	-webkit-background-size:25%; background-size:25%;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
	z-index: 1;
}
.swiper-partners .swiper-button-next{
	right:0;
	background-image: url("../images/ic-arrow-R-2.png");
}
.swiper-partners .swiper-button-prev{
	left:0;
	background-image: url("../images/ic-arrow-L-2.png");
}
.contact{
	padding:85px 0;
}
.contact .txt-box,
.contact .map-box{
	width:50%;
	padding:0 30px;
}
.contact .txt-box{
	padding:30px;
	padding-top:80px;
}
.contact .txt-box .info{
	padding-top:30px;
}
.contact .txt-box .info p{
	font-size:16px;
	line-height: 35px;
}
#map{
	border:2px solid #b7b7b7;
}
.BMapLabel{
	position: relative!important;
}
.m-map{
	display: none;
}
.footer{
	text-align: center;
	background-color: #333;
	color:#fff;
	padding:20px 0;
}
.footer a{
	color:#fff;
}
.m-footer{
	display: none;
}
.p-fast{
	position: fixed;
	right:5px;top:30%;
	width:42px;
	z-index:10;
}
.p-fast li{
	position: relative;
	height:42px;
	width:42px;
	margin-bottom:3px;
}
.p-fast li a{
	padding:8px 6px;
	display: block;
	height:100%;
	width:100%;
	background-color: #7a6e6e;
	position: absolute;
	z-index: 1;
}
.p-fast li .cont{
	position: absolute;
	white-space: nowrap;
	bottom:0;
	right:0;
	line-height: 42px;
	font-size:16px;
	color:#fff;
	width:42px;
	padding:0 10px;
	height:100%;
	background-color: #d72414;
	-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;
}
.qrcode{
	display: none;
	position: absolute;
	bottom:0;
	right:50px;
	font-size:12px;
	color:#000;
	width:120px;
	padding:10px;
	background-color: #fff;
	text-align: center;
}
.qrcode img{
	width:100%;
}
.qrcode p{
	padding:5px 0;
}
.m-qrcode{
	display: none;
	position: fixed;
	top:30%;
	right:50%;
	margin-right:-100px;
	font-size:12px;
	color:#000;
	width:200px;
	padding:10px;
	background-color: #fff;
	text-align: center;
	z-index: 16;
}
.m-qrcode img{
	width:100%;
}
.m-qrcode p{
	padding:5px 0;
}
.p-fast li:hover a{
	background-color: #d72414;
}
.p-fast li:hover .cont{
	right:42px;
	width:auto;
}
.p-fast li:hover .qrcode{
	display: block;
}
.p-fast .ic{
	display: inline-block;
	width:30px;
	height:26px;
}
.p-fast .ic-home{
	background-image: url("../images/ic-m-home.png");
}
.p-fast .ic-qq{
	background-image: url("../images/ic-m-qq.png");
}
.p-fast .ic-tel{
	background-image: url("../images/ic-m-tel.png");
}
.p-fast .ic-qrcode{
	background-image: url("../images/ic-qrcode.png");
}
.m-mask{
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;height:100%;
	background-color:rgba(0,0,0,.3);
	z-index:15;
}
@media only screen and (max-width: 1920px) {

}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1024px) {

}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	body:before{
		height:46px;
	}
	body:after{
		display: block;
		content: '';
		height:50px;
	}
	.header{
		height:46px;
	 }
	.cont-box{
		width:auto;
		padding:0 15px;
	}
	.header-c{
		padding:0 15px;
		height:46px;
		line-height: 46px;
	}
	.header-c h1{
		line-height: 46px;
		font-size:15px;
	}
	.header-c .tel-num a{
		font-size:13px;
	}
	.header-c .tel-num i{
		width:15px;
		height:15px;
		margin-right:8px;
	}
	.swiper-index{
		height:190px;
	}
	.swiper-index .swiper-slide a{
		padding:0 10px;
	}
	.swiper-index .swiper-slide a h1{
		padding-bottom:30px;
		font-size:20px;
	}
	.swiper-pagination{
		bottom:20px;
	}
	.swiper-pagination .swiper-pagination-bullet{
		width:12px;height:12px;
		margin-right:8px;
	}
	.prod-list{
		 padding:40px 0 45px 0;
	 }
	.com-title{
		font-size:16px;
	}
	.com-title h2{
		font-size:16px;
		padding:0 0 10px 0;
	}
	.com-title h2:after{
		height:2px;
		width:32px;
	}
	.com-title.center h2:after{
		left:50%;
		margin-left:-16px;
	}
	.swiper-about{
		margin:auto;
		width:90%;
		height:140px;
		margin-top:50px;
	}
	.swiper-about .swiper-slide img{
		width:100%;
		height:110px;
	}
	.swiper-about .swiper-slide p{
		line-height: 30px;
		font-size:12px;
	}
	.swiper-about .swiper-button-next,
	.swiper-about .swiper-button-prev{
		position: absolute;
		top:50%;
		margin-top:-71px;
		width:21px;
		height:144px;
	}
	.swiper-about .swiper-button-next{
		right:-25px;
	}
	.swiper-about .swiper-button-prev{
		left:-25px;
	}
	
	.partners{
		padding:40px 0;
	}
	.partners .part-list{
		padding:30px 0;
	}
	.partners .part-list .pl-item{
		width:50%;
	}
	.partners .part-list .pl-item:nth-child(1),
	.partners .part-list .pl-item:nth-child(2){
		padding:15px 0 30px 0;
		border-bottom:1px solid #e1e1e1;
	}
	.partners .part-list .pl-item:nth-child(3),
	.partners .part-list .pl-item:nth-child(4){
		padding:30px 0 15px 0
	}
	.partners .part-list .pl-item:nth-child(1),
	.partners .part-list .pl-item:nth-child(3){
		border-right:1px solid #e1e1e1;
	}
	.partners .part-list .pl-item .num{
		font-size:30px;
	}
	.partners .part-list .pl-item .num:after{
		font-size:30px;
	}
	.partners .part-list .pl-item .desc{
		font-size:12px;
	}
	.swiper-partners{
		padding:10px 25px;
	}
	.swiper-partners .swiper-button-next,
	.swiper-partners .swiper-button-prev{
		margin-top:-21px;
		width:18px;
		height:42px;
	}
	.contact{
		padding:30px 0;
	}
	.contact .txt-box,
	.contact .map-box{
		width:100%;
		padding:0 15px;
	}
	.contact .txt-box{
		padding:15px;
	}
	.contact .txt-box .info{
		padding-top:15px;
	}
	.contact .txt-box .info p{
		font-size:14px;
		line-height: 25px;
	}
    .m-map{
	    display: block;
	    border-top:1px solid #b7b7b7;
	    border-bottom:1px solid #b7b7b7;
    }
	.contact .map-box{
		display:none;
	}
	.footer{
		background-color: #fff;
		color:#333;
		padding:15px 0;
		border-top:1px solid #eee;
	}
	.footer a{
		color:#333;
	}
    .m-footer{
	    height:50px;
	    background-color: #c9151e;
	    display: block;
	    bottom:0;
	    font-size:0;
	    padding-top:3px;
    }
	.m-footer a{
		display: inline-block;
		color:#fff;
		font-size:12px;
		width:25%;
		text-align: center;
	}
	.m-footer a .ic{
		display: inline-block;
		width:27px;
		height:24px;
	}
	.m-footer a .ic-home{background-image: url("../images/ic-m-home.png")}
	.m-footer a .ic-tel{background-image: url("../images/ic-m-tel.png")}
	.m-footer a .ic-wx{background-image: url("../images/ic-m-wx.png")}
	.m-footer a .ic-qq{background-image: url("../images/ic-m-qq.png")}
	.p-fast{
		display: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {

}
/*IPhone portrait and smaller. You can probably stop on 320px*/
@media (max-device-width: 320px) {

}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                