@charset "utf-8";
/*public*/
.title_index{
	margin-top: 40px;
	margin-bottom: 15px;
}
.title_index h1{
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}
.title_index p{
	display: none;
}
.title_index a{
	float: right;
	display: block;
	width: 18px;
}
.title_index img{
	width: 100%	;
	display: block;
}
/*banner*/
.banner {
	position: relative;
    width: 100%;
    overflow: hidden;
}

.banner  img{
    display: block;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    
	width: 35px;
	height: 3px;
	border-radius: 0;
    color: #000;
    opacity: 1;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #da251c;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 10px;
}

/*public style start*/
.fix-top{
	margin-top: -20px;
}
.title-index{
	margin-bottom: 40px;
}
.title-index p{
	font-size: 18px;
	color: #333;
	line-height: 20px;
	vertical-align: middle;
}
.title-index span{
	margin-top: 18px;
	display: block;
	font-size: 14px;
	color: #888;
	line-height: 16px;
}
.title-index .line{
	display: inline-block;
	width: 25px;
	height: 2px;
	background: #f34c06;
	margin-right: 20px;
	vertical-align: middle;
}
.button-more{
	margin-top: 50px;
	float: right;
	border: 1px solid #f34c06;
	padding: 3px;
}
.button-more a{
	display: block;
	width: 160px;
	height: 48px;
	text-align: center;
	color: #fff;
	background: #f34c06;
	line-height: 48px;
	font-size: 14px;
}
.button-more a:hover{
	background: #ba3700;
}
@media (max-width: 1500px){
	
}
@media (max-width: 1200px){
	.title-index{
		margin-bottom: 40px;
	}
}
@media (max-width: 992px){

}
@media (max-width: 768px){
	.title-index{
		margin-bottom: 20px;
	}
	.button-more{
		width: 128px;
		margin-top: 30px;
		float: none;
		border: 1px solid #f34c06;
		padding: 3px;
		margin-left: auto;
		margin-right: auto;
	}
	.button-more a{
		display: block;
		width: 120px;
		height: 30px;
		text-align: center;
		color: #fff;
		background: #f34c06;
		line-height: 30px;
		font-size: 14px;
	}
	.button-more a:hover{
		background: #f34c06;
	}
}
/*public style end*/

/*quick-link start*/
.quick-link{
	position: relative;
	margin-top: -60px;
	z-index: 9999;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.quick-link a{
	vertical-align: middle;
	display: inline-block;
	width: 385px;
	height: 120px;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 8 8px 0 #ddd;
	border-top: 5px solid #f34c06;
	background: #fff;
	margin: 0 15px;
}
.quick-link a .box{
	width: 320px;
	text-align: left;
	background-position: 48px center;
	background-repeat: no-repeat;
	padding-left: 115px;
	height: 50px;
	margin-top: 32px;
}
.quick-link a .box p{
	font-size: 24px;
	color: #333;
	line-height: 26px;
	margin-bottom: 2px;
	padding-top: 4px;
}
.quick-link a .box span{
	display: block;
	font-size: 14px;
	color: #ccc;
	line-height: 16px;
	margin-bottom: 1px;
}
.quick-link .a1 .box{
	background-image: url('../images/icon/icon-about.png');
}
.quick-link .a2 .box{
	background-image: url('../images/icon/icon-product.png');
}
.quick-link .a3 .box{
	background-image: url('../images/icon/icon-support.png');
}
.quick-link a:hover{
	background: #f34c06;
}
.quick-link .a1:hover .box{
	background-image: url('../images/icon/icon-about-white.png');
}
.quick-link .a2:hover .box{
	background-image: url('../images/icon/icon-product-white.png');
}
.quick-link .a3:hover .box{
	background-image: url('../images/icon/icon-support-white.png');
}
.quick-link a:hover p{
	color: #fff;
}
.quick-link li:hover span{
	color: #f79077;
}


@media (max-width: 1500px){
	.quick-link{
		margin-top: -50px;
	}
	.quick-link a{
		width: 310px;
		height: 100px;
	}
	.quick-link a .box{
		margin-top: 27px;
	}
	.quick-link a .box p{
		font-size: 20px;
		padding-top: 2px;
	}
}

@media (max-width: 1200px){
	.quick-link{
		margin-top: -40px;
	}
	.quick-link a{
		width: 245px;
		height: 80px;
	}
	.quick-link a .box{
		margin-top: 17px;
		padding-left: 100px;
		background-position: 40px center;
	}
	.quick-link a .box p{
		font-size: 18px;
	}
}

@media (max-width: 992px){
	.quick-link{
		display: none;
	}
}
/*quick-link end*/

/*about start*/
.about{
	margin-top: 100px;
	margin-bottom: 60px;
}
.about .slogancn{
	margin-bottom: 10px;
	font-size: 24px;
	color: #333;
	line-height: 26px;
}
.about .sloganen{
	font-size: 60px;
	font-family:"BebasNeue";
	text-transform: uppercase;
	line-height: 60px;
	width: 1000px;
}
.about .content{
	display: table;
	width: 1100px;
	margin: 0 auto;
}
.about .content .left{
	display: table-cell;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.about .content .left p{
	font-size: 14px;
	color: #888;
	line-height: 28px;
}
.about .content .left b{
	font-size: 22px;
	color: #333;
	padding-right: 5px;
}
.about .content .right{
	display: table-cell;
	width: 50%;
	border-left: 20px solid #fff;
	background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.about .content .right img{
	display: block;
	display: none;
}
@media (max-width: 1500px){
	.about{
		margin-top: 80px;
		margin-bottom: 50px;
	}
	.about .slogancn{
		font-size: 22px;
		line-height: 24px;
	}
	.about .sloganen{
		width: 840px;
		font-size: 50px;
		line-height: 50px;
	}
	.about .content{
		width: 900px;
	}
}
@media (max-width: 1200px){
	.about{
		margin-top: 60px;
		margin-bottom: 40px;
	}
	.about .slogancn{
		font-size: 20px;
		line-height: 22px;
	}
	.about .sloganen{
		margin-bottom: 20px;
		width: 100%;
		font-size: 40px;
		line-height: 40px;
	}
	.about .content{
		width: 100%;
	}
}
@media (max-width: 992px){
	.about .slogancn{
		font-size: 20px;
		line-height: 22px;
	}
	.about .sloganen{
		margin-bottom: 20px;
		width: 100%;
		font-size: 30px;
		line-height: 30px;
	}
	.about .content{
		width: 100%;
	}
}
@media (max-width: 768px){
	.about{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.about .slogancn{
		margin-bottom: 10px;
		font-size: 18px;
		color: #333;
		line-height: 20px;
	}
	.about .sloganen{
		font-size: 28px;
		line-height: 28px;
	}
	.about .content{
		display: block;
		overflow: hidden;
	}
	.about .content .left{
		width: 100%;
		display: block;
		padding: 0 ;
		margin-bottom: 20px;
	}
	.about .content .left p{
		font-size: 14px;
		line-height: 22px;
	}
	.about .content .left b{
		font-size: 20px;
	}
	.about .content .right{
		width: 100%;
		display: block;
		border: none;
		background: none;
	}
	.about .content .right img{
		width: 100%;
		display: block;
	}
}
/*about end*/

/*products start*/
.product{
	width: 100%;
	background: #f8f8f8;
	padding-top: 100px;
	padding-bottom: 50px;
}
.product-wrap{
	overflow: hidden;
}
.product-l{
	float: left;
	width: 920px;
	margin-right: 60px;
}
.product-l .box{
	margin-bottom: 50px;
	display: table;
}
.product-l .img{
	display: table-cell;
	width: 440px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-l .text{
	display: table-cell;
	width: 480px;
	padding: 70px 50px 60px 50px;
	background: #fff;
}
.product-r{
	float: right;
	width: 430px;
}
.product-r .box{
	display: block;
	margin-bottom: 50px;
}

.product-r .img{
	height: 266px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-r .text{
	padding: 40px 50px 40px 50px;
	background: #fff;
}
.product-l .text p,
.product-r .text p{
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin-bottom: 15px;
}
.product-l .text span,
.product-r .text span{
	display: block;
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.product-l .text strong,
.product-r .text strong{
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	margin-top: 28px;
}
@media (min-width: 768px){
	.product-l .box:hover,
	.product-r .box:hover{
		box-shadow: 0 0 20px 0 #ccc;
	}
	.product-l .box:hover .text,
	.product-r .box:hover .text{
		background: #f34c06;
	}
	.product-l .box:hover p,
	.product-l .box:hover span,
	.product-l .box:hover strong,
	.product-r .box:hover p,
	.product-r .box:hover span,
	.product-r .box:hover strong{
		color: #fff;
	}
	.product-l .box:hover strong,
	.product-r .box:hover strong{
		border-color: #fff
	}
}


@media (max-width: 1500px){
	.product{
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.product-l{
		width: 740px;
		margin-right: 50px;
	}
	.product-l .box{
		margin-bottom: 40px;
	}
	.product-l .img{
		width: 355px;
	}
	.product-l .text{
		width: 385px;
		padding: 60px 40px 50px 50px;
	}
	.product-r{
		width: 350px;
	}
	.product-r .box{
		display: block;
		margin-bottom: 40px;
	}

	.product-r .img{
		height: 215px;
	}
	.product-r .text{
		padding: 30px 30px 30px 40px;
	}

}
@media (max-width: 1200px){
	.product{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.product-l{
		width: 600px;
		margin-right: 40px;
	}
	.product-l .box{
		margin-bottom: 30px;
		display: table;
	}
	.product-l .img{
		width: 290px;
	}
	.product-l .text{
		width: 310px;
		padding: 50px 30px 40px 40px;
	}
	.product-r{
		width: 300px;
	}
	.product-r .box{
		margin-bottom: 30px;
	}

	.product-r .img{
		height: 204px;
	}
	.product-r .text{
		padding: 20px 20px 20px 30px;
	}
}
@media (max-width: 992px){
	.product-l{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.product-l .box{
		margin-bottom: 30px;
		display: table;
	}
	.product-l .img{
		width: 450px;
	}
	.product-l .text{
		display: table-cell;
		width: 490px;
		padding: 50px 30px 40px 40px;
	}
	.product-r{
		float: none;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
	.product-r .box{
		display: block;
		margin-bottom: 30px;
	}
	.product-r .box{
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.product-r .img{
		height: 204px;
	}
}
@media (max-width: 768px){
	.product{
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.product-l .box{
		margin-bottom: 20px;
		display: block;
	}
	.product-l .img{
		display: block;
		width: auto;
		background: none;
	}
	.product-l img{
		display: block;
		width: 100%;
	}
	.product-l .text{
		display: block;
		width: auto;
		padding: 30px 20px 30px 20px;
	}
	.product-r{
		margin-left: 0px;
		margin-right: 0px;
	}
	.product-r .box{
		display: block;
		margin-bottom: 20px;
	}
	.product-r .box{
		width: auto;
		float: none;
		padding: 0;
	}
	.product-r .img{
		height: auto;
	}
	.product-r .img img{
		display: block;
		width: 100%;
	}
	.product-r .text{
		padding: 30px 20px 30px 20px;
	}
	.product-l .text p,
	.product-r .text p{
		margin-bottom: 10px;
	}	
	.product-l .text strong,
	.product-r .text strong{
		margin-top: 15px;
	}
}
/*products end*/

/*news start*/
.news{
	margin-top: 100px;
	margin-bottom: 60px;
}
.news .wrap{
	overflow: hidden;
}
.pic-news{
	display: block;
	float: left;
	width: 450px;
}
.pic-news .imgbox{
	overflow: hidden;
}
.pic-news img{
	display: block;
	width: 100%;
	height: 265px;
}
.pic-news .time{
	font-size: 12px;
	line-height: 14px;
	color: #999;
	margin-top: 16px;
	margin-bottom: 12px;
}
.pic-news .title{
	font-size: 18px;
	color: #f34c06;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.pic-news .summary{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.pic-news .more{
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	margin-top: 24px;
}
.text-news{
	width: 850px;
	float: right;
}
.text-news li{
	margin-bottom: 44px;
}
.text-news li:nth-child(3){
	margin-bottom: 0;
}
.text-news a{
	display: block;
	overflow: hidden;
}
.text-news .time{
	width: 90px;
	height: 114px;
	float: left;
	border-right: 1px solid #ddd;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}
.text-news .time .date{
	font-size: 36px;
	color: #333;
	font-family: Arial;
}
.text-news .time .year{
	font-size: 18px;
	color: #999;
	font-family: Arial;
	white-space: nowrap;
}
.text-news .text{
	width: 760px;
	height: 114px;
	float: right;
	overflow: hidden;
	padding-left: 30px;
}
.text-news .text .title{
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
}
.text-news .text .summary{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.text-news .text .more{
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	margin-top: 15px;
}
@media (min-width: 768px){
	.text-news a:hover .more{
		color: #f34c06;
		border-color: #f34c06;
	}
	.pic-news:hover img{
		transform: scale(1.2);
	}
	.pic-news:hover .more{
		color: #f34c06;
		border-color: #f34c06;
	}
}

@media (max-width: 1500px){
	.news{
		margin-top: 80px;
		margin-bottom: 50px;
	}
	.pic-news{
		width: 450px;
	}
	.text-news{
		width: 640px;
	}
	.text-news .text{
		width: 550px;
	}
}
@media (max-width: 1200px){
	.news{
		margin-top: 60px;
		margin-bottom: 40px;
	}
	.pic-news{
		width: 450px;
	}
	.text-news{
		width: 450px;
	}
	.text-news .text{
		width: 360px;
	}
}
@media (max-width: 992px){
	.pic-news{
		float: none;
		width: auto;
	}
	.pic-news img{
		width: 100%;
		height: auto;
	}
	.text-news{
		width: auto;
	}
	.text-news li{
		margin-top: 44px;
		margin-bottom: 0;
	}
	.text-news .text{
		width: 630px;
	}
}
@media (max-width: 768px){
	.news{
		margin-bottom: 80px;
	}
	.pic-news .more{
		display: none;
	}
	.pic-news{
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}
	.text-news{
		float: none;
	}
	.text-news li{
		margin-top: 25px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}
	.text-news .time{
		display: none;
	}
	.text-news .text{
		width: 100%;
		height: auto;
		float: right;
		overflow: hidden;
		padding-left: 0;
	}
	.text-news .time-m{
		font-size: 14px;
		color: #888;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.text-news .text .more{
		display: none;
	}
}
/*news end*/
@media (max-width: 1500px){

}
@media (max-width: 1200px){

}
@media (max-width: 992px){

}
@media (max-width: 768px){
	
}