@charset "utf-8";

html, body {
	position: relative;
}

body {
    font-size: 14px;
    overflow-x: hidden;
    background: #f0efe9;
}

body,input,select,textarea,button{
	-webkit-appearance: none;
    font-family: "PingFang SC","PingHei","STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande","Helvetica Neue", "Helvetica","microsoft yahei","SimHei", "tahoma", "Arial","Verdana", "sans-serif";
}

html,body,ol,ul,li,p,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,input,textarea{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
a{
	text-decoration:none;
	outline:none;
	-webkit-user-drag: none;
}
a:hover,
a:focus{
	text-decoration:none !important;
}
li{
	list-style:none;
}
img{
	border:0;
	-webkit-user-drag: none;
}
.col-xs-1, 
.col-xs-10, 
.col-xs-11, 
.col-xs-12, 
.col-xs-2, 
.col-xs-3, 
.col-xs-4, 
.col-xs-5, 
.col-xs-6, 
.col-xs-7, 
.col-xs-8, 
.col-xs-9{
	padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 992px){

}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-sm-1, 
.col-sm-10, 
.col-sm-11, 
.col-sm-12, 
.col-sm-2, 
.col-sm-3, 
.col-sm-4, 
.col-sm-5, 
.col-sm-6, 
.col-sm-7, 
.col-sm-8, 
.col-sm-9{

}

/*clearifx*/
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearfix {
    zoom: 1;
}

/*use frequently*/

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bgn {
    background: none !important;
}

.bdn {
    border: none !important;
}

.te {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marr0 {
    margin-right: 0 !important;
}

.l0 {
    left: 0;
}

.r0 {
    right: 0;
}

.oh{
	overflow: hidden !important;
	height: 100% !important;
}

.t03{
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.contain{
	padding: 0 10px;
}
/*pagelist*/
#pagelist {
    color: #666;
    font-size: 14px;
    text-align: left;
    display: block;
    float: left;
    line-height: 40px;
}

.pagination {
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    display: block;
    float: right;
    margin: 0;
    border-radius: 0;
    padding-top: 8px;
}

.pagination a {
    border: #d9d9d5 1px solid;
    color: #fff;
    padding: 3px 4px;
    margin-left: 8px;
    background: #da251c;
}

.pagination a:hover {
    color: #fff;
    background: #ff0c00;
}

.pagination span.current {
    border: #d9d9d5 1px solid;
    color: #4e4e4e;
    padding: 3px 4px;
    margin-left: 8px;
    background: #e5e3e5;
}

.pagination span.disabled {
    color: #4e4e4e;
    background: #e5e3e5;
}
.pagination select{
	padding: 0 5px;
}


@media (max-width: 768px){
	#pagelist{
		float: none;
		text-align: center;
    	line-height: 40px;
	}
	.pagination{
		float: none;
		text-align: center;
		font-size: 14px;
	}
}
/*pageSwitch*/

#pageSwitch {
    margin-top: 30px;
}

#pageSwitch a {
    color: #888;
    display: block;
}



#pageSwitch .pre,
#pageSwitch .next {
    color: #888;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

#pageSwitch .pre {
    margin-bottom: 8px;
}

#pageSwitch a:hover {
	color: #da251c !important;
    text-decoration: underline;
}
/*public head*/

#head{
	background: #fff;
	height: 60px;
	position: relative;
}
#head .logo{
	width: 134px;
	height: 60px;
	display: block;
	float: left; 	
	background: url('../images/logo_m.png') left center no-repeat;
	background-size: contain;
	position: relative;
	z-index: 999;
}
#head .logo.w{
	background-image: url('../images/logo_m_w.png');
}
.head_r{
	display: none;
}
.nav_button{
	overflow: hidden;
	width: 23px;
	float: right;
	margin-top: 15px;
	position: relative;
	z-index: 999;
}
.nav_button .nav_bar{
	width: 23px;
	height: 2px;
	display: block;
	margin: 5px 0;
	background: #000;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.nav_button .mid{
	width: 18px;
}
.nav_button.animate .nav_bar{
	background: #fff;
}
.nav_button.animate .top{
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	-o-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
.nav_button.animate .mid{
	width: 0;
}
.nav_button.animate .bottom{
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

/*nav for mobile*/
.nav_m{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	background: #2e2929;
	z-index: 998;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0 15px;
}
.nav_m .head{
	position: fixed;
	height: 60px;
	top: 0;
	background: #2e2929;
	width: 100%;
	margin-left: -15px;
	padding: 0 15px;
}
.nav_m .logo{
	width: 134px;
	display: block;
	float: left;
	margin-top: 10px;
}
.nav_m .logo img{
	width: 100%;
	display: block;
}
.nav_m .menu{
	min-height: 100%;
	margin-top: 70px;
	padding-bottom: 60px;
}
.nav_m .main_item{
	overflow: hidden;
	border-bottom: 1px solid #5a5a5a;
	opacity: 0;
	-webkit-transform: scale(1.1) translateY(-24px);
	transform:  scale(1.1) translateY(-24px);
	-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.nav_m .main_item:nth-child(2){
	-webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}
.nav_m .main_item:nth-child(3){
	-webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}
.nav_m .main_item:nth-child(4){
	-webkit-transition-delay: 240ms;
    transition-delay: 240ms;
}
.nav_m .main_item:nth-child(5){
	-webkit-transition-delay: 360ms;
    transition-delay: 360ms;
}
.nav_m .main_item:nth-child(6){
	-webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.nav_m .main_item:nth-child(7){
	-webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}
.nav_m .main_item:nth-child(8){
	-webkit-transition-delay: 560ms;
    transition-delay: 560ms;
}
.nav_m .main_item:nth-child(9){
	-webkit-transition-delay: 640ms;
    transition-delay: 640ms;
}
.nav_m .main_item:nth-child(10){
	-webkit-transition-delay: 720ms;
    transition-delay: 720ms;
}
.nav_m .main_item>a{
	display: block;
	line-height: 48px;
	font-size: 14px;
	color: #ccc;
	background: url('../images/plus.png') 98% center no-repeat;
	background-size: 12px;
}
.nav_m .menu.show .main_item{
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.nav_m .on{
	border: none;
	height: auto;
}
.nav_m .on>a{
	background-image:url('../images/minus.png');
}

.nav_m .link>a{
	background-image:url('../images/arrow.png');
}

.drop_list{
	display: none;
}
.drop_list a{
	display: block;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #5a5a5a;
	text-indent: 20px;
	height: 42px;
	line-height: 42px;
}
/*public footer*/
#footer{
	margin-top: 30px;
	background: #593939;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer .coprm{
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 24px;
}
#footer .coprm span,
#footer .coprm p,
#footer .coprm a{
	font-size: 14px;
	color: #ccc;
}
#footer .top{
	display: none;
}
#footer .addr{
	display: none;
}
#footer .copr{
	display: none;
}



.mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
}
.glyphicon-remove{
	font-size: 50px;
	color: #fff;
	position: fixed;
	right: 3%;
	top: 5%;
	cursor: pointer;
	z-index: 999;
}
.searchbox{
	width: 50%;
	top: 25%;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	height: 68px;
	border: 1px solid #535353;
}
.searchbox .text{
	display: block;
	padding: 15px 60px 15px 15px;
	width: 100%;
	border: none;
	background: none;
	font-family: '微软雅黑';
	outline: none;
	line-height: 36px;
	font-size: 36px;
	height: 66px;
	color: #a7a7a7;
}
.searchbox .button{
	width: 50px;
	height: 68px;
	background: #000;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	background: url('../images/s_btn.png') center center no-repeat;
}


/*响应式*/
@media (min-width: 768px){
	#head{
		height: 90px;
	}
	#head .logo{
		width: 160px;
		height: 90px;
	}
	.nav_button{
		display: none;
	}
	.head_r{
		display: block;
		float: right;
	}
	.nav_top{
		padding-top: 6px;
		height: 50px;
		text-align: right;
		overflow: hidden;
	}
	.nav_top a.lng{
		font-size: 14px;
		color: #333;
		display: inline-block;
		line-height: 24px;
		height: 24px;
		vertical-align: top;
		border-bottom: 1px solid #ddd;
		text-indent: 20px;
		background: url('../images/en.png') left center no-repeat;
	}
	.search{
		display: inline-block;
		width: 12px;
		height: 19px;
		line-height: 12px;
		vertical-align: top;
		margin-left: 15px;
		cursor: pointer;
		padding-top: 7px;
	}
	.nav_list{
		height: 40px;
	}
	.nav_list .item{
		float: left;
		margin-left: 30px;
		position: relative;
		z-index: 9999;
	}
	.nav_list .item>a{
		display: block;
		height: 40px;
		font-size: 14px;
		color: #333;
		line-height: 14px;
	}
	.nav_list .item>a:hover{
		color: #da251c;
	}
	.nav_list .item>a.active{
		border-bottom: 3px solid #da251c;
	}
	.nav_list .drop_nav{
		position: absolute;
		top: 40px;
		background: #f7f7f7;
		margin-left: -10px;
		display: none;
		z-index: 9999;
	}
	.nav_list .drop_nav a{
		display: block;
		text-align: center;
		height: 36px;
		color: #666;
		font-size: 14px;
		line-height: 36px;
		padding: 0 10px;
		white-space: nowrap;
	}
	.nav_list .drop_nav a:hover{
		background: #da251c;
		color: #fff;
	}

	/*public footer*/
	#footer{
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 60px;
	}
	#footer .coprm{
		display: none;
	}
	#footer .top{
		display: block;
		padding-bottom: 50px;
		padding-top: 40px;
	}
	#footer  .nav{
		float: left;
	}
	#footer  .nav dl{
		float: left;
		padding-right: 50px;
	}
	#footer  .nav dt{
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 20px;
	}
	#footer  .nav dt a{
		color: #fff;
	}
	#footer  .nav dd{
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	#footer  .nav dd a{
		color: #ccc;
	}
	#footer .qrcode{
		width: 100px;
		float: right;
		text-align: center;
		line-height: 14px;
		color: #ccc;
		font-size: 14px;
		float: right;
		line-height: 22px;
	}
	#footer .qrcode img{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	#footer .copr{
		display: block;
		padding: 10px 0;
	}

	#footer .copr span,
	#footer .copr p,
	#footer .copr a{
		font-size: 14px;
		color: #ccc;
	}
}
@media (min-width: 992px){
	
	.nav_list .item{
		margin-left: 60px;
	}
	.contain{
		padding: 0 15px;
	}
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2, 
	.col-md-3, 
	.col-md-4, 
	.col-md-5, 
	.col-md-6, 
	.col-md-7, 
	.col-md-8, 
	.col-md-9 {
		padding-right: 8px;
	    padding-left: 8px;
	}
	#footer{
		margin-top: 80px;
	}
	#footer .nav dl{
		padding-right: 60px;
	}
	#footer .addr{
		display: block;
		float: right;
		border-left: 1px solid #7a6161;
		padding-left: 50px;
		padding-right: 40px;
	}
	#footer .addr h1{
		font-size: 14px;
		color: #ccc;
		line-height: 16px;
		margin-bottom: 25px;
	}
	#footer .addr p{
		font-size: 14px;
		line-height: 24px;
		color: #fff;
	}
}
@media (min-width: 1200px){
	.nav_list .item{
		margin-left: 80px;
	}
	#footer{
		margin-top: 100px;
		padding-top: 20px;
	}
	#footer .nav dl{
		padding-right: 100px;
	}
}
@media (min-width: 1530px){
	.contain{
		width: 1500px;
		margin: 0 auto;
	}
}