@charset "utf-8";

/*

*	****************************************

*	*           Index style               

*	****************************************

*/

/*banner*/
#banner .swiper-container {
    width: 100%;
    height: 100%;
}

#banner .swiper-container img {
    display: block;
    width: 100%;
}

#banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    color: #000;
    opacity: 1;
    background: #fff;
}

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

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
#banner .swiper-pagination-fraction {
    bottom: 10px;
}
@media (max-width: 768px) {

    /*.swiper-container {
    	left: 50%;
    	margin-left: -384px;
    	position: absolute;
        width: 768px;
        height: 320px;
    }

    .swiper-container img {
        display: block;
        width: 100%;
    }
    #banner{
		width: 100%;
		height: 320px;
		position: relative;
		overflow: hidden;
    }*/
    #banner .swiper-container-horizontal>.swiper-pagination-bullets,
	#banner .swiper-pagination-custom,
	#banner .swiper-pagination-fraction {
	    bottom: 5px;
	}
	#banner .swiper-pagination-bullet {
	    width: 5px;
	    height: 5px;
	}
}


/*public style*/

.title_index{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	background: url('../images/line.png') center 9px repeat-x;
}
.title_index h1{
	padding: 0 20px;
	display: inline-block;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.title_index span{
	color: #da2419;
}
.title_index p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Arial';
	text-transform: uppercase;

}
.more{
	display: block;
    margin: 0 auto;
    width: 148px;
    height: 30px;
    border: 1px solid #d4cce4;
    text-align: center;
    line-height: 30px;
    color: #da2419;
}
.more:active,
.more:hover{
	background: #da2419;
	color: #fff;
	border-color: #da2419;
}
#products .vmore{
	display: none;
}
@media (min-width: 768px){
	.title_index{
		margin-top: 60px;
		margin-bottom: 40px;
		background-position: center 12px;
	}
	.title_index h1{
		padding: 0 50px;
		font-size: 24px;
		line-height: 24px;
	}
	.title_index p{
		font-size: 16px;
		line-height: 16px;
	}
}
@media (min-width: 996px){
	#products .more{
		display: none;
	}
	#products .vmore{
		display: block;
	}
}

/*products*/
#products .title_index{
	position: relative;
	left: 100px;
	opacity: 0;
}
#products ul.container{
	padding: 0;
	position: relative;
	right: 100px;
	opacity: 0;
}
#products li{
	margin-bottom: 30px;
}
#products li a{
	display: block;
	position: relative;
}
#products li img{
	display: block;
	width: 100%;
}

#products .box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background: rgba(0,0,0,0);
}
#products .box .text{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	height: 70px;
	z-index: 11;
	text-align: center;
	width: 100%;
}
#products .text p{
	font-size: 14px;
	color: #ccc;
	line-height: 14px;
}
#products .box h2{
	margin-top: 15px;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #ccc;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 42px;
}

#products li a:hover .text{
	margin-top: -90px;
}
#products a:hover .box{
	background: rgba(0,0,0,0.5);
}
#products .box .m{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 50%;
	margin-bottom: -90px;
	background: url('../images/more.png') center center no-repeat;
	opacity: 0;
	filter:alpha(opacity=0); 
}
#products li a:hover .m{
	opacity: 1;
	filter:alpha(opacity=100); 
}
@media (max-width: 650px){
	#products .box{
		display: none;
	}
	#products li .x{
		font-size: 14px;
		color: #333;
		line-height: 14px;
		margin-top: 15px;
		padding: 0 5px;
		text-align: center;
	}
	#products li:active .x{
		color: #da2419;
	}
}

@media (min-width: 651px){
	#products li .x{
		display: none;
	}
}

#products li .sb{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	text-align: center;
}
#products li .sb .b{
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	text-align: center;
}
#products li .sb .b h2{
	background: rgba(0,0,0,0.5);
	padding: 0 10px;
	border: 1px solid #ccc;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	display: inline-block;
}
#products li:hover .sb{
	background: rgba(0,0,0,0.5);
}
@media (max-width: 650px){
	#products .sb{
		display: none;
	}
	#products li .x{
		font-size: 14px;
		color: #333;
		line-height: 14px;
		margin-top: 15px;
		padding: 0 5px;
		text-align: center;
	}
	#products li:active .x{
		color: #da2419;
	}
}

@media (min-width: 651px){
	#products li .x{
		display: none;
	}
}

#honor{
	padding-bottom: 30px;
	margin-top: 40px;
	width: 100%;
	background: url("../images/honor_bg.jpg") center center repeat;
}
#honor .title_index{
	position: relative;
	left: 100px;
	/*opacity: 0;*/
}
#honor .swiper-container{
	position: relative;
	right: 100px;
	opacity: 0;
}
#honor .more{
	position: relative;
	left: 100px;
	opacity: 0;
}
#honor .left{
	position: relative;
	left: 100px;
	opacity: 0;
}
#honor .more{
	margin-top: 30px;
}
#honor .title_index h1{
	background: url("../images/honor_bg.jpg") center center repeat;
}
#honor .swiper-slide{
	background: #fff;
}
#honor .swiper-button-next{
	background: url('../images/aright.png') right center no-repeat;
}
#honor .swiper-button-prev{
	background: url('../images/aleft.png') left center no-repeat;
}
#honor .swiper-slide img{
	display: block;
	width: 100%;
}
#honor .swiper-slide a{
	background: #fff;
	display: block;
	padding:3px;
	border: 1px solid #ccc
}


#about .title_index{
	position: relative;
	right: 100px;
	opacity: 0;
}
#about .clearfix{
	position: relative;
	/*left: 100px;*/
	/*opacity: 0;*/
}
#about .more{
	position: relative;
	right: 100px;
	opacity: 0;
}
#about .more{
	margin-top: 30px;
}
#about .left{
	float: left;
	display: none;
}
#about .right{
	float: right;
}
#about .right p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 15px;
}
#about .right img{
	margin-top: 20px;
	width: 100%;
	display: block;
}



#news{
	padding-top: 30px;
	margin-bottom: 50px;
}
@media (min-width: 768px){
	#news{
		padding-top: 50px;
		margin-bottom: 80px;
	}
}
#news .title_index{
	position: relative;
	opacity: 0;
	top: -50px;
}
#news ul.container{
	padding: 0;
}
#news ul li{
	margin-bottom: 20px;

	position: relative;
	top: 50px;
	opacity: 0;
}
	
#news ul a{
	padding-bottom: 20px;
	position: relative;
	top: 0;
	-webkit-box-shadow: 2px 2px 5px 0 #ccc;
	box-shadow: 2px 2px 5px 0 #ccc;
	display: block;
}
#news ul li a:hover,
#news ul li a:active{
	top: -5px;
	-webkit-box-shadow: 2px 2px 5px 0 #c1a1ff;
	box-shadow: 2px 2px 5px 0 #c1a1ff;
}
#news ul img{
	display: block;
	width: 100%;
}
#news ul h2{
	padding: 0 20px;
	font-size: 18px;
	color: #333;
	line-height: 60px;
}
#news ul p{
	height: 75px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
#news .more{
	margin-top: 30px;
	position: relative;
	top: 50px;
	opacity: 0;
}


#cooperate{
	width: 100%;
	padding: 30px 0 10px 0;
	background: #eae8eb;
}
#cooperate li{
	margin-bottom: 20px;
}
#cooperate li img{
	display: block;
	width: 100%;
}