.header{
	width: 100%;
	height: 100px;
}
.header .container{
	height: 100%;
}
.header .logo{
	float: left;
	height: 100%;
	padding: 10px;
}
.logo img{
	height: 100%;
}
.header-right{
	height: 100%;
	float: right;
}
.nav{
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.nav li{
	float: left;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 8px 8px 0 0;
	font-weight: bold;
	cursor: pointer;
}
.nav li:hover,
.nav li.active{
	background: #C70000;
	color: white;
}
.lang{
	margin: 20px;
	float: right;
}
.lang li{
	float: left;
	line-height: 20px;
	margin-left: 20px;
	cursor: pointer;
}
.lang img{
	display: table;
	float: left;
	height: 20px;
	margin: 0 5px;
}
.search{
	position: relative;;
	float: right;
}
.search input{
	margin-top: 15px;
	padding: 5px 8px;
}
.search_btn{
	position: absolute;
	right: 0;
	top: 15px;
	height: 32px;
	background: #c70000;
	width: 32px;
	color: white;
	text-align:center;
}

.search_btn{
	line-height: 32px;
	font-size: 20px;
	cursor: pointer;
}


.bu{ background:none; color:#fff; height:32px; width:32px; cursor:pointer;}
.bu i{ font-size: 20px;}
/***  banner  ***/
// .banner{
// 	width: 100%;
// }
// .banner img{
// 	width: 100%;
// }

.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner_scroll{
	position: relative;
}
.banner_cell{
	position: relative;
	left: 0;
	float: left;
}
.banner img{
	float: left;
}
.banner_progress_bar{
	height: 3px;
	width: 100%;
}
.banner_progress_bar_in{
	width: 0;
	height: 100%;
}
#banner_prev,
#banner_next{
	position: absolute;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
#banner_prev{
	left: 0;
}
#banner_next{
	right: 0;
}
.banner_index{
	width: 100%;
	position: absolute;
}
.banner_index ul{
	position: relative;
	margin: 0 auto;
	display: table;
}
.banner_index li{
	float: left;
	display: block;
	cursor: pointer;
}
.banner_progress_bar{
	background: #ccc;
}
.banner_progress_bar_in{
	background: gray;
}
#banner_prev,
#banner_next{
	top: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: rgba(255,255,255,.0);
	background: rgba(204,204,204,.0);
}
.banner:hover #banner_prev,
.banner:hover #banner_next{
	color: rgba(0,0,0,.8);
	background: rgba(204,204,204,.8);
}
.banner_index{
	bottom: 30px;
}
.banner_index li{
	height: 5px;
	width: 50px;
	margin: 0 10px;
	background: white;
}
.banner_index li.active{
	background: #005bae;
}
/***  main  ***/
.index-title{
	width: 100%;
	margin: 50px 0 40px 0;
	text-align: center;
	font-size: 32px;
	color: #CBCBCB;
}
.index-title strong{
	display: block;
	font-size: 40px;
	color: black;
}
.message .index-title,
.contacts .index-title{
	text-align: left;
}
/***  products  ***/
.prodcut{
	width: 100%;
}
.pro-class{
	display: table;
	text-align: center;
	margin: 0 auto;
}
.pro-class li{
	padding: 10px 20px;
	background: #C70000;
	float: left;
	margin: 0 5px;
	color: white;
	font-weight: bold;
}
.pro-list{
	width: 100%;
	margin-top: 30px;
}
.pro-list li{
	width: 20%;
	float: left;
	padding: 15px;
	text-align: center;
}
.pro-list li img{
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	padding: 10px;
}
.pro-list li span{
	display: block;
	padding: 10px;
	font-size: 18px;
}
.pro-detail-pic{
	width: 50%;
	float: left;
}
.pro-detail-pic img{
	width: 100%;
}
.pro-detail-text{
	width: 50%;
	float: left;
}
.pro-title{
	position: relative;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	padding: 0 20px;
}
.pro-title a{
	font-size: 14px;
	display: block;
	float: right;
	line-height: 20px;
	position: relative;
	top: 20px;
}
.feedback{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.form-contral-half,
.form-contral{
	margin: 20px 0;
}
.form-contral-half{
	width: 50%;
	float: left;
}
.form-contral{
	width: 100%;
	float: left;
}
.form-contral label,
.form-contral-half label{
	display: block;
	width: 30%;
	float: left;
	line-height: 52px;
	text-align: right;
	padding-right: 10px;
}
.form-contral input,
.form-contral-half input{
	width: 70%;
	float: left;
	margin: 0;
}
.form-contral label{
	width: 15%;
}
.form-contral input{
	width: 85%;
}
.form-contral textarea{
	width: 85%;
	height: 200px;
}
.feedback span{
	color: red;
}
#form_submit{
	display: table;
	background: #C70000;
	padding: 15px 30px;
	color: white;
	font-weight: bold;
	margin: 30px auto;
}
/***  about  ***/
.about-text{
	float: left;
	width: 50%;
	padding: 0 20px 0 50px;
	line-height: 30px;
}
.about-pic{
	float: left;
	padding: 0 0 0 50px;
	width: 50%;
}
.about-pic .main-pic{
	width: 60%;
	float: left;
}
.about-pic .other-pic{
	width: 40%;
	float: left;
	padding: 0 0 0 30px;
}
.about-pic img{
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	padding: 3%;
}
img.half{
	width: 45%;
	float: left;
	margin: 30px 0;
}
.half-first{
	margin-right: 10% !important;
}

.about-more{
	padding: 10px 50px;
	border: 1px solid #C70000;
	display: table;
	margin: 10px 0;
	color: #C70000;
	float: right;
	cursor: pointer;
	font-weight: bold;
}
.about-more:hover{
	background: #C70000;
	color: white;
}
/***  news  ***/
.news{
	width: 100%;
}
.news ul{
	width: 1100px;
	margin: 0 auto;
}
.news ul li{
	margin: 20px 0;
	cursor: pointer;
	width: 500px;
	height: 100px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}
.news ul li:nth-child(odd){
	float: left;
}
.news ul li:nth-child(even){
	float: right;
}
.news ul li:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,.7);
}
.news-time{
	background: #C70000;
	color: white;
	float: left;
	width: 100px;
	height: 100%;
}
.news-time span{
	display: block;
	width: 100%;
	text-align: center;
}
span.day{
	height: 75px;
	line-height: 75px;
	font-size: 56px;
}
span.y-m{
	height: 25px;
	line-height: 25px;
	background: rgba(0,0,0,.4);
}
.news-detial{
	float: left;
	width: 400px;
	padding: 15px 20px;
}
.news-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.news-content{
	text-indent: 2em;
	height: 40px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.5em;
	color: #cccccc;
}
/***  contacts  ***/
.contacts{
	width: 50%;
	float: left;
}
.contacts-detail{
	width: 100%;
	padding: 0 30px;
}
.contacts-detail ul{
	width: 50%;
	float: left;
	line-height: 25px;
}
.contacts-detail ul li{
	text-indent: 2em;
}
.contacts-detail li strong{
	display: black;
	font-size: 18px;
}
.qrcode{
	width: 50%;
	float: left;
}
.map{
	width: 100%;
	height: 300px;
	margin: 30px -30px;
	background: black;
}
/***  message  ***/
.message{
	text-align: center;
	width: 50%;
	float: left;
}
.message-form{
	padding: 0 30px;
	width: 100%;
}
.message-form textarea{
	height: 200px;
}
.message-form a{
	display: table;
	background: #C70000;
	padding: 15px 30px;
	color: white;
	font-weight: bold;
	margin: 0 auto;
}
/***  footer  ***/
footer{
	padding: 30px;
	line-height: 25px;
	background: black;
	color: white;
	text-align: center;
}




ul.page-change{
	margin: 30px;
	float: right;
}
ul.page-change li{
	float: left;
	display: block;
	width: auto;
	border: 1px solid rgba(204, 204, 204,.7);
	padding: 10px;
	line-height: 12px;
	font-size: 12px;
	margin-right: -1px;
}

ul.page-change li:nth-of-type(2) a.page-num-current{color: white;
	background: #003366;
	font-weight: bold;
	cursor: pointer;}

ul.page-change li:nth-of-type(2){ border:none; padding:0}
ul.page-change li:nth-of-type(2):hover{color: #333; font-weight:normal;
	background: #fff;}
	
ul.page-change li:nth-of-type(2) a:hover{color: white;
	background: #003366;
	font-weight: bold;
	cursor: pointer;}

ul.page-change li .page-num{
	float: left;
	display: block;
	width: auto;
	border: 1px solid rgba(204, 204, 204,.7);
	padding: 10px;
	line-height: 12px;
	font-size: 12px;
	margin-right: -1px;
}

ul.page-change li:first-child{
	border-radius: 5px 0 0 5px;
}
ul.page-change li:last-child{
	border-radius: 0 5px 5px 0;
}
ul.page-change li:hover,
ul.page-change li.active{
	color: white;
	background: #003366;
	font-weight: bold;
	cursor: pointer;
}
ul.page-change li a{
	color: inherit;
}

.sns_btn{
	position: fixed;
	right: 0;
	bottom: 100px;
	text-align:center;
}
.sns_btn li{
	background: #C70000;
	color: white;
	margin-top:3px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.sns_btn li:hover{
	background: #670000;
}
.sns_btn a{
	display: block;
	width: 100%;
	height: 100%;
}
.sns_btn i{
	font-size: 26px;
	line-height: 50px;
}
.slide_qr{
	position: absolute;
	right: 50px;
	bottom: 0;
	display: none;
}
.xs-nav{
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	cursor: pointer;
}
.xs-nav i{
	margin: 20px;
	line-height: 20px;
	font-size: 20px;
	display: block;
}
.fac-list{
	width: 25% !important;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: white repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 5;
}
.content_text{
	width: 100%;
	padding: 30px 100px;
	font-size: 18px;
	line-height: 2em;
}
.regTime{
	font-size: 14px;
}
.news_prev{
	float: left;
	display: block;
	margin-left: 100px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #c70000;
	margin-bottom: 100px;
}
.news_next{
	float: right;
	display: block;
	margin-right: 100px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #c70000;
	margin-bottom: 100px;
}
.news_prev:hover,
.news_next:hover{
	background: #c70000;
	color: white;
}
@media screen and (max-width: 767px){
	.header{
		height: auto;
	}
	.logo{
		width: 100%;
	}
	.logo img{
		width: 100%;
		height: auto;
	}
	.nav{
		width: 100%;
		z-index: 10;
		display: none;
		bottom: -40px;
	}
	.nav li{
		float: none;
		width: 100%;
		border-radius: 0;
		text-align: center;
		background: #C70000;
		color: white;
	}
	.search{
		display: none;
	}
	.pro-class li{
		width: 100%;
		margin: 1px 0;
	}
	.pro-list li{
		width: 100%;
	}
	.about-text{
		width: 100%;
		padding: 15px;
	}
	.about-pic{
		width: 100%;
		padding: 15px;
	}
	.about-pic .main-pic{
		width: 100%;
	}
	.about-pic .other-pic{
		width: 100%;
		padding: 15px;
	}
	.news ul {
		padding: 10px;
		width: 100%;
	}
	.news ul li{
		width: 100%;
	}
	.news-detial{
		display: table;
		width: auto;
	}
	.news-content{
		display: none;
	}
	.contacts{
		width: 100%;
	}
	.message .index-title,
	.contacts .index-title{
		text-align: center;
	}
	.contacts-detail ul{
		width: 100%;
	}
	.qrcode{
		display: none;
	}
	.map{
		margin: 0;
	}
	.message{
		width: 100%;
		margin-bottom: 50px;
	}
	footer{
		width: 100%;
		line-height: 2em;
		height: auto;
		padding: 10px;
	}
	.form-contral-half,
	.form-contral{
		width: 100%;
		padding: 0 30px;
	}
	.form-contral-half input,
	.form-contral input,
	.form-contral textarea,
	.form-contral-half label,
	.form-contral label{
		width: 100%;
		text-align: left;
		float: none;
	}
	.sns_btn{
		display: none;
	}
	.pro-class li:last-child{
		display: none;
	}
	.xs-nav{
		display: block;
	}
	.fac-list{
		width: 100% !important;
	}
	.pro-detail-pic{
		width: 100%;
	}
	.pro-detail-text{
		width: 100%;
		margin: 30px 0;
	}
}