@charset "utf-8";
/*public*/
.index_title{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.index_title .block{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ec6300;
	vertical-align: middle;
}
.index_title .t{
	text-align: center;
	line-height: 30px;
}
.index_title .t h1{
	display: inline-block;
	font-size: 18px;
	color: #333;
	padding: 0 15px;
	margin: 0;
	vertical-align: middle;
	font-weight: bold;
}
.index_title p{
	display: inline-block;
	font-size: 14px;
	color: #666;
	text-align: center;
	font-weight: lighter;
	line-height: 14px;
	padding-top: 5px;
}
/*banner*/
.banner {
	position: relative;
    width: 100%;
    overflow: hidden;
}

.banner .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/video_cover.png') left top repeat;
}
.banner .cover .icon-bofang{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}
.banner video{
	display: none;
}
.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: #ec6300;
}

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

.fix-top{
	margin-top: -20px;
}
.video{
	max-width: 640px;
	width: 95%;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -150px;
}
.mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
}
.icon-guanbi{
	font-size: 30px;
	color: #fff;
	position: fixed;
	right: 3%;
	top: 5%;
	cursor: pointer;
	z-index: 999;
}

/*products*/
.products{
	margin-left: -7px;
	margin-right: -8px;
	overflow: hidden;
}
.products li{
	float: left;
	width: 50%;
    margin-bottom: 15px;
    padding: 0 7px 0 8px;
}
.products li a{
    display: block;
    overflow: hidden;
    text-align: center;
}
.products li img{
	width: 100%;
	display: block;
}
.products li span{
	display: none;
}
.products li p{
	display: inline-block;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	line-height: 14px;
	padding-top: 10px;
}

/*about*/
.about{
	display: table;
	width: 100%;
}
.about .left{
	position: relative;
	display: block;
	cursor: pointer;
}
.about .left img{
	display: block;
	width: 100%;
}
.about .right{
	display: block;
	background: #f2f2f2;
	padding: 20px;
	vertical-align: top;
}
.about .right p{
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.about .right a{
	display: block;
	margin: 0 auto;
	width: 120px;
	color: #ec6300;
	border: 1px solid #ec6300;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
}
.about .right a:hover,
.about .right a:active{
	background: #ec6300;
	color: #fff;
}


/*news*/
.news{
	margin-bottom: 80px;
}
.news li{
	width: 100%;
	margin-bottom: 15px;
}
.news li a{
	display: block;
	box-shadow: none;
}
.news li a:active{
	box-shadow: 0 0 5px 0 #ffa39e;
}
.news li img{
	display: block;
	width: 100%;
}
.news .text{
	background: #f2f2f2;
	padding: 15px 10px 15px 10px;
}
.news li h1{
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
.news li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news li span{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-top: 10px;
}
.zhaoshang{
	display: none;
}
.zhaoshang2 a{
	height: 480px;
	display: block;
	background: url('../images/zhaoshang2.jpg') top center no-repeat;
}
@media (min-width: 768px){
	/*public*/
	.index_title{
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.fix-top{
		margin-top: -30px;
	}
	/*products*/
	.products{
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}
	.products li{
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.products li span{
		display: block;
		font-size: 14px;
		color: #666;
		line-height: 14px;
		margin-top: 15px;
		text-transform: uppercase;
	}
	.products li p{
		display: inline-block;
		padding-top: 5px;
	}
	/*news*/
	.news{
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 0;
	}
	.news li{
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.news a{
		position: relative;
		top:0;
		background: #000;
	}
	.news a img{
		opacity: 1;
	}
	.news a:hover{
		top: -3px;
	}
	.news a:hover img{
		opacity: 0.7;
	}

	/*about*/
	.about .left{
		display: table-cell;
		width: 50%;

		background-image:url('../images/about.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.about .left img{
		display: none;
	}
	.about .right{
		display: table-cell;
		width: 50%;
	}

	.zs{
		display: block;
	}
	.zhaoshang2{
		display: none;
	}
	.zhaoshang{
		display: block;
		height: 600px;
		background: url('../images/zhaoshang.jpg') -50px -50px no-repeat,
		url('../images/cut.png') -50px top repeat-y;
	}
	.zhaoshang ul{
		padding-top: 450px;
		text-align: center;
		font-size: 0;
	}
	.zhaoshang ul li{
		margin: 0 5px 10px 0;
		font-size: 0;
		line-height: 0;
		display: inline-block;
		padding: 6px;
		border: 1px dashed #fff;
	}
	.zhaoshang ul li a{
		display: block;
		background: rgba(153,109,20,0.7);
		width: 180px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		font-weight: bold;
		padding: 0 20px;
	}
	.zhaoshang ul li a:hover{
		background: rgba(153,109,20,1);

	}
	.zhaoshang ul li span{
		display: block;
		color: #fff;
		float: left;
	}
	.zhaoshang ul li strong{
		display: block;
		color: #000;
		float: right;
	}
}

@media (min-width: 992px){
	/*public*/
	.index_title{
		margin-top: 60px;
		margin-bottom: 40px;
	}
	.index_title .t{
		line-height: 24px;
	}
	.index_title .t h1{
		font-size: 24px;
		padding: 0 20px;
		vertical-align: middle;
	}
	.index_title p{
		padding-top: 10px;
	}

	.banner video{
		display: block;
	}
	.banner .vimg{
		display: none;
	}
	.products li{
		float: left;
		width: 25%;
	    margin-bottom: 30px;
	}
	
	/*news*/
	.news{
		margin-left: -15px;
		margin-right: -15px;
	}
	.news li{
		width: 25%;
		padding: 0 15px;
		margin-bottom: 16px;
	}
	.news .text{
		padding: 20px 20px;
	}

	.zhaoshang{
		background: url('../images/zhaoshang.jpg') left top no-repeat;
	}
	.zhaoshang ul{
		padding-top: 500px;
	}
	.zhaoshang ul li a{
		width: 150px;
	}
}

@media (min-width: 1200px){
	.index_title{
		margin-top: 100px;
		margin-bottom: 60px;
	}
	.index_title .block{
		width: 10px;
		height: 10px;
	}
	.index_title .t{
		text-align: center;
		line-height: 30px;
	}
	.index_title .t h1{
		font-size: 30px;
	}
	.index_title p{
		padding-top: 15px;
	}
	.zhaoshang ul li a{
		width: 180px;
	}
}

@media (min-width: 1500px){
	/*products*/
	.products li .pimg{
		display: block;
		width: 570px;
		float: left;
	}
	
	.products li .info{
		width: 110px;
		height: 277px;
		padding: 15px 32px;
	}
	.products .info p{
		font-weight: bold;
		width: 18px;
		float: right;
	}
	.products .info h6{
		width: 14px;
		float: left;
	}
}


