@charset "UTF-8";

/*
通用
*/
.t-cen{
	text-align: center;
}
.bgr-f0f0f0{
	background: #f0f0f0;
}

#topcontrol img{
	width: 0.73rem;
}

.pd_zy_02{
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.com_tit {
	text-align: center;
	line-height: 1.6;
}

.com_tit h2 {
	font-size: 18px;
	color: #292929;
	display: inline-block;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 1;
	padding: 25px 0;
}
.com_tit .en{
	font-size: 14px;
	color: #666666;
}
  
.com_tit h2:after,
.com_tit h2:before {
	width: 100%;
	height: 1px;
	background: #cccccc;
	bottom: 2px;
	left: 0;
	content: "";
	position: absolute; 
	z-index: 1;
}

.com_tit h2:after {
	left: auto;
	bottom: 0;
	height: 5px;
	left: 0;
	background: url(../img/com_tit_bg.png) no-repeat center bottom;
	z-index: 2;
}



 
body {}

.titlen {
	position: relative;
	background: url(../img/titlen_bg.png) no-repeat center;
}

.titlen p span {
	padding: 0 15px;
	background: #fff;
}

.pd_zy_40 {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}

.in_blk {
	display: inline-block;
}

.in-blk {
	display: inline-block;
}

.disp-flex {
	/*width: 100%;*/
	display: flex !important;
	flex-flow: wrap;
}

.flex-between {
	justify-content: space-between;
}

.flex-center {
	justify-content: center;
}

.flex-align {
	align-items: center;
}

.flex-align-top {
	align-items: flex-start;
}

.flex {
	display: flex;
}

.flex-align-left {
	text-align: left;
}

.flex-column {
	flex-direction: column;
}

.img-100 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.img-max100 {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: auto;
}

.en {
	text-transform: uppercase;
}

.font-18 {
	font-size: 18px;
}

.c-666 {
	color: #666;
}

.bgr-f7f7f7{
	background: #F7F7F7;
}

.bgr-f5f5f5{
	background: #f5f5f5;
}

.bgr-fff {
	background: #fff;
}

.bgr-f9f9f9 {
	background: #f9f9f9;
}

.bgr-e7e7e7 {
	background: #e7e7e7;
}

.pd_b_1 {
	padding-bottom: 1%;
}

.pd_b_2 {
	padding-bottom: 2%;
}

.pd_b_25 {
	padding-bottom: 2.5%;
}

.pd_b_3 {
	padding-bottom: 3%;
}

.pd_b_35 {
	padding-bottom: 3.5%;
}

.pd_b_4 {
	padding-bottom: 4%;
}

.pd_b_45 {
	padding-bottom: 4.5%;
}

.pd_b_5 {
	padding-bottom: 5%;
}

.pd_b_55 {
	padding-bottom: 5.5%;
}

.pd_b_6 {
	padding-bottom: 6%;
}

.pd_t_1 {
	padding-top: 1%;
}

.pd_t_15 {
	padding-top: 1.5%;
}

.pd_t_2 {
	padding-top: 2%;
}

.pd_t_25 {
	padding-top: 2.5%;
}

.pd_t_3 {
	padding-top: 3%;
}

.pd_t_35 {
	padding-top: 3.5%;
}

.pd_t_4 {
	padding-top: 4%;
}

.pd_t_45 {
	padding-top: 4.5%;
}

.pd_t_5 {
	padding-top: 5%;
}

.pd_t_55 {
	padding-top: 5.5%;
}

.pd_t_6 {
	padding-top: 6%;
}

.pd_t_65 {
	padding-top: 6.5%;
}

.font-blod {
	font-weight: bold;
}

.c-a7a5a5 {
	color: #a7a5a5;
}

.c-e60012 {
	color: #e60012;
}

.c-333 {
	color: #333;
}

.c-666 {
	color: #666;
}

.c-999 {
	color: #999;
}

.c-fff {
	color: #fff;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-12 {
	font-size: 12px;
}


/*通用end*/

#main {
	max-width: 640px;
	margin: 0 auto;
	padding-top:60px;
}

#main {
	-webkit-transition: -webkit-transform 500ms;
	transition: transform 500ms;
}

#head {
	width: 100%;
	height: auto;
	padding: 0;
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	display: flex;
	background: url(../img/head_bg.png) repeat-x center;
	padding: 0 0.2rem;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}



#head .logo {
	height: 100%;
	padding: 0.15rem;
	z-index: 999;
	font-size: 0;
	align-items: center;
	display: flex;
}

#head .logo img {
	/*width: 1.9rem;*/
	height: 40px;
	
	/*logo 旋转加载*/



}

#head .i_h {
	position: absolute;
	top: 11px;
	right: 0.5rem;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#head .i_h span {
	position: absolute;
	top: 19px;
	left: 8px;
	width: 24px;
	height: 2px;
	background: #009944;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

#head .i_h span:after,
#head .i_h span:before {
	content: '\20';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #009944;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

#head .i_h span:before {
	top: -6px;
}

#head .i_h span:after {
	bottom: -6px;
}

.body-nav #head .i_h span {
	background: 0 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.body-nav #head .i_h span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 0;
}

.body-nav #head .i_h span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	bottom: 0;
}

#head .hide-nav {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	right: 176px;
	bottom: 0;
}

.body-nav #head .hide-nav {
	display: block;
}

.head_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: background-color 600ms;
	transition: background-color 600ms;
}

.body-nav #head .head_bg {}


/*nav*/
.page-navigation {
		position: fixed;
		z-index: 9999;
		width: 100%;
		top: 60px;
		overflow-y: auto;
		position: fixed;
		z-index: 9998;
		bottom: 0;
		right: -176px;
		width: 176px;
		-webkit-transition: right 650ms;
		transition: right 650ms;
		background: rgba(184,46,0,0.8);
	}
	.body-nav .page-navigation {
		right: 0;
		-webkit-transition: right 350ms;
		transition: right 350ms;
	}
	 
	.page-navigation .link a{
		height: 40px;
		line-height: 40px;
		padding-left: 0.4rem;
		padding-right: 0.4rem;
		font-size: 14px;
		color: #fff;
		display: inline-block;
		width: 100%;
	}
	.page-navigation .link .yw_a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.nav_pad .accordion>li:hover,
	.nav_pad .accordion .open {
		background: #b82e00;
	}
	.page-navigation a {
		color: #fff;
	}
	 
	/**
	 * Submenu
	 -----------------------------*/
	.submenu {
		display: none;
		background: #bf9f6c;
		font-size: 14px;
	}
	.submenu li {
		background: rgba(255, 255, 255, 0.9);
	}
	.submenu li a {
		color: #333;
	}
	.submenu a {
		display: block;
		text-decoration: none;
		padding: 5px 0;
		padding-left: 20px;
		cursor: pointer;
	}
	.submenu li.li_dd:hover {
		background: rgba(255, 255, 255, 1);
	}
	.submenu li.li_dd:hover a {
		color: #333;
	}

 

.body-nav .page-navigation {
	right: 0;
	-webkit-transition: right 800ms;
	transition: right 800ms;
}



  

.body-nav {
	height: 100%;
	overflow: hidden;
}

.body-nav #main,
.body-nav #foot,
.body-nav .s_nav_cm {
	-webkit-transform: translate(-176px);
	transform: translate(-176px);
	-webkit-transition: -webkit-transform 800ms;
	transition: transform 800ms;
}


/*分页*/
 


/*footer*/

.foot_dh{
	width: 100%;
	display: flex;
	font-size: 0;
}
.foot_dh li{
	width: 25%;
	display: flex;
	font-size: 0;
}

.foot_dh li a{
	background: #1e1e1e;
	display: flex;
	align-items: center;
	padding: 20px 0;
	width: 100%;
	justify-content: center;
	border-left: 1px solid rgba(255,255,255,0.15);
}
.foot_dh li:first-child a{
	border-left: none;
}
.foot_dh li a img{
	display: inline-block;
	width: 0.42rem;
}
.foot_dh li a span{
	font-size: 12px;
	color: #fff;
	padding-left: 5px;
}


.foot_dh li a:hover{
	/*background: #009944;*/
}

.foot_copy{
	padding:  0.3rem;
	text-align: center;
}

.foot_copy p,.foot_copy p a{
	font-size: 12px;
	color: #333;
	line-height: 1.8;
}

