@charset "utf-8";
*{ outline:none;resize:none;}
body{
	line-height: 1.6;
	color: #333;
}
.en_up{
	text-transform: uppercase;
}
 
.w_100 {
	width: 100%;
}
.w_91{
	width: 91%;
}
.w_97-3{
	width: 97.3%;
}
.w_62-3{
	width: 62.3%;
}

/*图片经过效果*/
 
   
.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;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-between{
	justify-content: space-between;
}
.flex-align{
	align-items: center;
}
.flex-center{
	justify-content: center;
}
.flex-rowreve{
	flex-direction: row-reverse;
}
.flex-column{
	flex-direction: column;
}
.f_12{font-size: 12px;}
.f_14{font-size: 14px;}
.f_15{font-size: 15px;}
.f_16{font-size: 16px;}
.f_18{font-size: 18px;}
.f_20{font-size: 20px;}
.f_22{font-size: 22px;}
.f_24{font-size: 24px;}
.f_25{font-size: 25px;}
.f_26{font-size: 26px;}
.f_28{font-size: 28px;}
.f_30{font-size: 30px;}
.f_32{font-size: 32px;}
.f_34{font-size: 34px;}
.f_35{font-size: 35px;}
.f_36{font-size: 36px;}
.f_38{font-size: 38px;}
.f_40{font-size: 40px;}
.f_42{font-size: 42px;}
.f_44{font-size: 44px;}
.f_45{font-size: 45px;}
.f_46{font-size: 46px;}
.f_48{font-size: 48px;}
.f_50{font-size: 50px;}
.f_64{font-size: 64px;}

.hidd1{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.hidd2{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hidd3{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.font_spacing {
  text-align: justify;
	text-justify: distribute-all-lines; /*ie6-8*/
	text-align-last: justify; /* ie9*/
	-moz-text-align-last: justify; /*ff*/
	-webkit-text-align-last: justify; /*chrome 20+*/
}

.lh18{line-height: 1.8;}
.lh2{line-height: 2;}
.lh22{line-height: 2.2;}
.f-bold{
	font-weight: bold;
}
.f-up{
	/*text-transform: uppercase;*/
}

.c-0468a6{
	color: #0468a6;
}
.c-333{
	color: #333;
}
.c-666{
	color: #666;
}
.c-999{
	color: #999;
}
.c-fff{
	color: #fff;
}

/* 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;
}
/*.small #head{
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
}
.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 {
	height: 84px;
	padding: 0 5%;
	/*position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;*/
	background: rgba(255,255,255,0.8);
	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 {
	height: 100%;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.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: space-between;
	align-items: center;
	margin: auto;
}

.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;
}

.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;
	
	position: relative;
}

.head_pc .nav_pc .pc_ul li a.a1 {
	display: inline-block;
	position: relative;
	font-size: 14px; 
	color: #0468a6;
	line-height: 84px;
	font-weight: bold;
	
	padding: 0 35px;
}
.head_pc .nav_pc .pc_ul li a.a1 span{
	position: relative;
	z-index: 9;
}
.head_pc .nav_pc .pc_ul li a.a1:after{
 	width: 0%;
 	height: 100px;
 	background: #0468a6;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0; 	
	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.a_hv a.a1:after,
.head_pc .nav_pc .pc_ul li:hover a.a1:after {
	width: 100%;
	left: 0;
}
.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;
	top: 120%;
	left: 0;
	z-index: 199;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all .36s ease
}

.head_pc .nav_pc .pc_ul li:last-child .subnav {
	right: 0;
	left: auto
}

.head_pc .nav_pc .pc_ul li .subnav dd {
	width: 100%
}

.head_pc .nav_pc .pc_ul li .subnav dd a {
	display: block;
	padding: 9pt 24px;
	color: #666;
	font-weight: 500;
	font-size: 9pt;
	line-height: 22px;
	transition: all .2s ease-in-out
}

.head_pc .nav_pc .pc_ul li:hover .subnav {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.head_pc .nav_pc .pc_ul li .subnav dd a.active,
.head_pc .nav_pc .pc_ul .subnav dd a:hover {
	padding-left: 24px;
	background-color: #0468a6;
	color: #fff
}
    


/*底部导航*/
 
 #foot {
	height: auto;
	background: #211f20;
}

#foot .foot_a{
	padding: 45px 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#foot .foot_a .foot_a-1{
	width: 410px;
}
 

 

#foot .foot_a .foot_a-3{
	width: auto;
	text-align: left;
	color: #fff;
}
#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 .foot_br{
	display: flex;
	align-items: center;
}
#foot .foot_b .copy .foot_br p{
	margin-left: 8px;
}
#foot .foot_b .copy p,.foot_b .copy p a{
	color: #666666;
	font-size: 14px;
}
#foot .foot_b .copy p a:hover{
	color: #fff;
}



.ind_lycm,
.ind_lycm *{ transition: all 0s ease 0s !important;}
.ind_lycm ul{
	padding-top: 25px;
}
.ind_lycm li{
	width: 32.333%;
	padding-bottom:2%;
	position: relative;
}
.ind_lycm li:nth-child(2){
	width: 66.1%;
}
.ind_lycm li:nth-child(2) .ly_txt{ max-width: 470px;}
.ind_lycm.sub_lycm li:nth-child(1),
.ind_lycm.sub_lycm li:nth-child(2){
	width: 48.5%;
}
.ind_lycm li .ly_txt{
	line-height: 50px;
	padding: 0 20px;
	font-size: 16px;
	width: 100%;
	background: #e5e5e5;
	color: #333;
	border: none;
	font-family: '微软雅黑';
	position: relative;
}
.ind_lycm li .ly_txt.select{ color: #888; user-select: none;}
.ind_lycm li .ly_txt.select.on{ color: #333;}
.ind_lycm li .ly_txt.select{ cursor: pointer; padding-right: 60px;}
.ind_lycm li .ly_txt.select::before{ content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 50px;  height: 50px; background: url(../img/downico.png) center no-repeat;}
.ind_lycm li dl{ z-index: 20; display: none; position: absolute; left: 0; max-width: 470px; top: 50px; width: 100%; max-height: 370px; overflow: auto !important; border: 1px solid #ddd; background: #fff;}
.ind_lycm li dd{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical; height: 40px; line-height: 40px; padding: 0 20px 0 45px; position: relative; cursor: pointer; font-size: 16px; color: #999; background: #fff; z-index: 1;}
.ind_lycm li dd::before{ content: ''; position: absolute; left: 20px; top: 12px; width: 16px; height: 16px; background: url(../img/ns1.png);}
.ind_lycm li dd.on{ background: #e6f7ff;}
.ind_lycm li dd.on::before{ background-image: url(../img/ns2.png);}
.g_hastop{ padding-left: 20px !important;}
.g_hastop::before{ display: none !important;}
.ind_lycm li:nth-child(2) dd{ display: none;}

.ind_lycm li.last{
	width: 100%;
}
.ind_lycm li .ly_nr{
	height: 150px;
	line-height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ind_lycm  .ly_btn{
	width: 150px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	font-size: 16px;
	background: #0468a6;
	box-shadow: 0 4px 5px rgba(36,36,36,0.3);
	margin: 20px auto 0;
	color: #fff;
	text-align: center;
}
