@charset "utf-8";

/*侧边导航*/

.en_up{
	text-transform: uppercase;
}
 
.w_100 {
	width: 100%;
}

/*图片经过效果*/
 
   
.pd_b_10 {
	padding-bottom: 10px;
}

.pd_b_20 {
	padding-bottom: 20px;
}

.pd_b_25 {
	padding-bottom: 25px;
}

.pd_b_30 {
	padding-bottom: 30px;
}

.pd_b_35 {
	padding-bottom: 35px;
}

.pd_b_40 {
	padding-bottom: 40px;
}

.pd_b_45 {
	padding-bottom: 45px;
}

.pd_b_50 {
	padding-bottom: 50px;
}

.pd_b_55 {
	padding-bottom: 55px;
}

.pd_b_60 {
	padding-bottom: 60px;
}

.pd_t_10 {
	padding-top: 10px;
}

.pd_t_15 {
	padding-top: 15px;
}

.pd_t_20 {
	padding-top: 20px;
}

.pd_t_25 {
	padding-top: 25px;
}

.pd_t_30 {
	padding-top: 30px;
}

.pd_t_35 {
	padding-top: 35px;
}

.pd_t_40 {
	padding-top: 40px;
}

.pd_t_45 {
	padding-top: 45px;
}

.pd_t_50 {
	padding-top: 50px;
}

.pd_t_55 {
	padding-top: 55px;
}

.pd_t_60 {
	padding-top: 60px;
}

.pd_t_65 {
	padding-top: 65px;
}

.in-blk {
	display: inline-block;
}

.t-cen {
	text-align: center;
}

 

/* CSS Document */
  

body {
	font-family: "Microsoft YaHei";
}



#head,
#main,
#foot {
	width: 100%;
	min-width: 1348px;
	margin: 0 auto;
}

#main {
	overflow: hidden;

}
 
.font_bold {
	font-weight: bold;
}
 
.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

#head {
	height: 80px;
	background: #fff;
	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;
	/*position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;*/
}
/*.small #head{
	height: 65px;
}
.small .head_pc .nav_pc .logo_pc a img{
	transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8,0.8);
}*/


.head_pc {
	height: 100%;
	position: relative;
}

.head_pc .nav_pc {
	width: 100%;
	height: 100%;
	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;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: auto;
	padding: 0 4%;
}

.head_pc .nav_pc .rit_con {
	display: flex;
	justify-content: flex-end;
}

.head_pc .nav_pc .logo_pc {
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 4%;
	top: 0;
}

.head_pc .nav_pc .logo_pc .text {
	padding-left: 20px;
}

.head_pc .nav_pc .logo_pc a {
	display: inline-block;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.head_pc .nav_pc .logo_pc a img {
	display: inline-block;
}

.head_pc .nav_pc .pc_ul {
	display: flex;
	text-align: center;
	font-size: 0;
	display: flex;
	width: auto;
	height: 100%;
}

.head_pc .nav_pc .pc_ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 30px;
	position: relative;
	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_pc .nav_pc .pc_ul li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #00a350;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}
.head_pc .nav_pc .pc_ul li:hover:after,
.head_pc .nav_pc .pc_ul li.a_hv:after{
	 
	height: 90%;
	left: 0;
}
 
.head_pc .nav_pc .pc_ul li a.a1 {
	display: inline-block;
	position: relative;
	font-size: 16px; 
	color: #333;
	z-index: 9;
}

.head_pc .nav_pc .pc_ul li.a_hv,
.head_pc .nav_pc .pc_ul li:hover{
	
}

.head_pc .nav_pc .pc_ul li.a_hv a.a1,
.head_pc .nav_pc .pc_ul li:hover a.a1{
	color: #fff;
}
/*二级导航*/
 .head_pc .nav_pc .pc_ul li .subnav {
	position: absolute;
	width: 100%;
	top: 100%;
	left:0;
	z-index: 199;
	visibility: hidden;
	overflow: hidden;
	height: auto;
	background-color: #fff;
	opacity: 0;
	transition: all .36s ease;
}
.head_pc .nav_pc .pc_ul li .subnav dl{
	width: 100%;
}
.head_pc .nav_pc .pc_ul li .subnav dl dd{

}
.head_pc .nav_pc .pc_ul li .subnav dl dd a{
	border-bottom: 1px solid #E6E6E6;
	padding: 14px 20px;
	width: 100%;
	line-height: 20px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333 ;
	font-size: 12px;
}
.head_pc .nav_pc .pc_ul li .subnav dl dd a i{
	display: inline-block;
	transition: all ease-out .2s;
	opacity: 0;
	margin-right: 10px;
	
}
.head_pc .nav_pc .pc_ul li .subnav dl dd a:hover i{
	opacity: 1;
	margin-right: 0;
}
.head_pc .nav_pc .pc_ul li .subnav dl dd a:hover{
	background: #00a350 none repeat scroll 0% 0%;
	color: #fff;
}

.head_pc .nav_pc .pc_ul li .subnav dl dd:last-child{
	border-bottom: none;
}
.head_pc .nav_pc .pc_ul li .subnav dl dd a:after{
	content: "";
	background: #00a350;
	height: 1px;
	width: 0;
	left: 50%;
	bottom: -1px;
	position: absolute;
	z-index: 2;
}

  

.head_pc .nav_pc .pc_ul li:hover .subnav {
	visibility: visible;
	opacity: 1
}

.head_pc .nav_pc .pc_ul li .subnav dd a.active,
.head_pc .nav_pc .pc_ul .subnav dd a:hover {
	color: #005ca9
}
.head_pc .nav_pc .pc_ul li .subnav dd a.active:after,
.head_pc .nav_pc .pc_ul .subnav dd a:hover:after {
	width: 100%;
	left: 0;
}
 

/*二维码搜索*/
 


/*底部导航*/
 
 
 #foot {
	height: auto;
	background: #000000;
}

#foot .foot_a{
	padding: 45px 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#foot .foot_a .foot_a-1{
	width: 410px;
}
 .foot_a-1 .foot_ewm{
 	padding-top: 25px;
 }
.foot_a-1 .foot_ewm img{
	float: left;
	margin-left: 12px;
	
}
 

#foot .foot_a .foot_a-3{
	width: auto;
	text-align: left;
	color: #fff;
	padding-bottom: 20px;
}
#foot .foot_a .foot_a-3 h3{
	font-size: 20px;
	padding-bottom: 20px;
	color: #fff;
}
#foot .foot_a .foot_a-3 p{
	text-align: left;
}
#foot .foot_a .foot_a-3 p a{
	font-size: 15px;
	color: #999;
	margin-right: 40px;
	
}
#foot .foot_a .foot_a-3 p a:last-child{
	margin-right: 0;
}
 

#foot .foot_b .copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	
}
#foot .foot_b .copy p,.foot_b .copy p a{
	color: #666666;
	font-size: 14px;
}
#foot .foot_b .copy p a:hover{
	color: #fff;
}
