@charset "utf-8";
body{
	margin: 0 auto;
	color: #323232;
	font-size: 14px;
	line-height: 1.8;
	background:#fff;
}
/* # */

/* *{box-sizing: border-box;} */
a,.slow{
	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;
}
.slowa{
	transition:all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.hidd{
	overflow: hidden;
}
/* loading 样式 */
.loaderbg {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}
.loader {
	width: 2.5em;
	height: 2.5em;
	transform: rotate(165deg);
	z-index: 9999;
	position: fixed;
	top: calc(50% - 1.25em);
	left: calc(50% - 1.25em);
}
.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	transform: translate(-50%, -50%);
}
.loader:before {
	animation: before 2s infinite;
}
.loader:after {
	animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}


.swiper-button-disabled{
	opacity: 0.6;
}



.com_pad0{padding: 0 ;max-width: 1920px;margin: 0 auto;}
.com_pad{padding: 0 4%;max-width: 1280px;margin: 0 auto;}
.com_pad2{padding: 0 4%;max-width: 1440px;margin: 0 auto;}

.maxw_1200{max-width: 1200px;margin: 0 auto;}

.pad_08{padding: 0 8%;}
.float_l{float: left;}
.float_r{float: right;}
.t_cen{text-align: center;}
.f_bold{font-weight: bold;}
.f_up{text-transform: uppercase;}
.c_fff{color: #fff;}
.c_000{color: #000;}
.c_1AC778 { color: #1AC778; }
.c_00913d{color: #00913d;}
.c_5a5a5a{color: #5a5a5a;}
.c_1271FF {color: #1271FF;}
.c_32{color: #323232;}
.c_666{color: #666;}
.c_79{color: #797979;}
.c_999{color: #999;}
.bg_f9{background: #f9f9f9;}
.bg_f8{background: #f8f8f8;}
.bg_fb{background: #fbfbfb;}
.bg_ff{background: #fff;}
.bg_f6f8f7{background: #f6f8f7;}
.bg_f8faff{ background:#F8FAFF; }
.bg_e3eefa{ background:#E3EEFA; }
.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_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_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_56{font-size: 56px;}
.f_arial{font-family: arial;}
.mw_100{max-width: 100%;display: inline-block;vertical-align: top;}
.w_100{width: 100%;display: inline-block;vertical-align: top;}
.flex{display: flex;flex-flow: wrap;}
.flex_align{align-items: center;}
.flex_between{justify-content: space-between;}
.flex_center{justify-content: center;}
.flex_column{flex-direction: column;}
.flex_row{flex-direction: row-reverse;}
.magl_1{margin-left: 1%;}
.magl_2{margin-left: 2%;}
.magl_3{margin-left: 3%;}
.magl_4{margin-left: 4%;}
.magl_5{margin-left:5%;}
.magl_6{margin-left:6%;}
.magl_7{margin-left:7%;}
.magl_8{margin-left:8%;}
.magl_9{margin-left:9%;}
.magl_10{margin-left:10%;}
.magr_1{margin-right: 1%;}
.magr_2{margin-right: 2%;}
.magr_3{margin-right: 3%;}
.magr_4{margin-right: 4%;}
.magr_5{margin-right: 5%;}
.magr_6{margin-right: 6%;}
.magr_7{margin-right:7%;}
.magr_8{margin-right:8%;}
.magr_9{margin-right:9%;}
.magr_10{margin-right:10%;}
.padt_1{padding-top: 1%;}
.padt_15{padding-top: 1.5%;}
.padt_2{padding-top: 2%;}
.padt_25{padding-top: 2.5%;}
.padt_3{padding-top: 3%;}
.padt_35{padding-top: 3.5%;}
.padt_4{padding-top: 4%;}
.padt_45{padding-top: 4.5%;}
.padt_5{padding-top:5%;}
.padt_55{padding-top:5.5%;}
.padt_6{padding-top:6%;}
.padt_10{padding-top:10%;}
.padb_1{padding-bottom: 1%;}
.padb_15{padding-bottom: 1.5%;}
.padb_2{padding-bottom: 2%;}
.padb_25{padding-bottom: 2.5%;}
.padb_3{padding-bottom: 3%;}
.padb_35{padding-bottom: 3.5%;}
.padb_4{padding-bottom: 4%;}
.padb_45{padding-bottom: 4.5%;}
.padb_5{padding-bottom: 5%;}
.padb_55{padding-bottom: 5.5%;}
.padb_6{padding-bottom: 6%;}
.padb_10{padding-bottom: 10%;}
.lh18{line-height: 1.8;}
.lh2{line-height: 2;}
.lh22{line-height: 2.2;}

.overh{overflow: hidden;}
.mshow { display:none; }

.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;}
.hidd4{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4; -webkit-box-orient: vertical;}

.imgs{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 75%;
	display: block;
}
.imgs img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.sllist li:hover .imgs img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.comslow .li:hover,.comslow li:hover{
	transform: translateY(-5px);
}

/*头部*/
#head{
	position: fixed;
	z-index: 1000;
	box-sizing: border-box;
	margin: 0 auto;
	top: 0px;
	left: 0;
	width: 100%;
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

#head .head_pc{
	height: 70px;
	position: relative;
}

#head .logo a{
	display: block;
}
#head .logo img{
	max-height: 39px;
	display: block;
}
#head .nav{
	text-align: center;
}
#head .nav ul{
	font-size: 0;
}
#head .nav ul li{
	display:inline-block;
	position: relative;
	padding: 0 19px;
}
#head .nav ul li>a{
	display: block;
	font-size: 16px;
	line-height:30px;
	padding: 20px 0;
	white-space: nowrap;
	color: #fefefe;
	position: relative;
}
#head .nav ul li>a::after{
	position: absolute;
	z-index: 1;
	width: 0;
	height: 2px;
	transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	bottom: 0;
	left: 50%;	
	overflow: hidden;
	content: '';
	background: #fefefe;
}
#head .nav ul li>a:hover ,#head .nav ul li.on>a ,#head .nav ul li.a_hv>a{
	color: #fefefe;
}
#head .nav ul li>a:hover::after,#head .nav ul li.on>a::after{
	width:100%;
	left: 0;
}
#head .nav ul li.n::after{
	position: absolute;
	right:8px;
	top: 50%;
	margin-top: -5px;
	content: '';
	border-style: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-color: #323232;
}


#head .nav .sub{
	position: absolute;
	z-index: 98;
	left: 0%;
	top: 70px;
	display: none;
	width:100%;
	background: rgba(247,247,247,1);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	padding: 5px 0;
}
#head .nav li:nth-child(4) .sub{
	width: 136%;
	left: -18%;
}
/* #head .nav li:nth-child(7) .sub{
	left: auto;
	right:0;
} */

#head .nav .sub dt{
	display:block;
	position: relative;
}

#head .nav .sub dt:last-child:after{
	display: none;
}
#head .nav .sub dt a{
	color: #5a5a5a;
	font-size: 14px;
	display: block;
	padding: 8px 5px;
	line-height: 20px;
}
#head .nav .sub dt a:hover{
	color: #0c9e3b;
}

#head .nav .sub.subcp{
	width: 700px;
	left: -10%;
}
#head .nav .sub.subcp .dl{
	display: flex;
	flex-wrap: wrap;
	padding: 2% 0;
}
#head .nav .sub.subcp dt{
	width: 33.33333%;
	padding:2% 4%;
	box-sizing: border-box;
}
#head .nav .sub.subcp dt a{
	text-align: left;
	position: relative;
}
/* #head .nav .sub.subcp dt a::after{
	position: absolute;
	width: 1px;
	height: 100%;
	content: '';
	background: #dede;
	right: 0;
	top: 0;
}
#head .nav .sub.subcp dt:nth-child(3n) a::after,#head .nav .sub.subcp dt:last-child a::after{
	display: none;
} */
#head .nav .sub.subcp dt h3{
	font-weight: bold;
	font-size: 16px;
}
#head .nav .sub.subcp dt p{
	font-size: 12px;
	color:rgba(50,50,50,0.5) ;
	padding-top: 6px;
	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 .nav .sub.subcp dt a:hover,#head .nav .sub.subcp dt a:hover p{
	color:#0c9e3b;
}


#head .nav_bg{
	width: 100%;
	position: absolute;
	height: 60px;
	background: rgba(247,247,247,1);
	top:70px;
	left:0;
	display: none !important;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
#head .head_r{
	position: relative;
	display: flex;
	align-items: center;
}
#head .head_r a{
	color: #00913d;
	line-height: 32px;
	display: inline-block;
	position: relative;
}
#head .head_r a.a1{
	margin-right: 18px;
}
#head .head_r a.a1:after{
	position: absolute;
	z-index: 1;
	width: 0;
	height: 1px;
	transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	bottom: 0;
	left: 50%;	
	overflow: hidden;
	content: '';
	background: #fefefe;
}
#head .head_r a.a1:hover::after{
	width:100%;
	left: 0;
}
#head .head_r a.a2{
	padding:0 30px;
	border-radius: 40px;
	color: #fff;
	background: #00913d;
}
#head .head_r .h_tel{
	white-space: nowrap;
	color: #ea001c;
	padding-left: 34px;
	background: url(../images/t_ico.png) no-repeat left center;
	background-size: 24px;
	margin-left: 20px;
}


.head_m,.m_foot{
	display: none;
}



.cpcom{
	position: relative;
}
.cp_swiper{
	overflow: hidden;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.cp_swiper li.swiper-slide{
	height: auto;
}
.cp_swiper li .imgs{
	padding-bottom: 56%;
}
.cp_swiper li .padd{
	padding-top: 8%;
	box-sizing: border-box;
	background: #fff;
	display: block;
	height: 100%;
	border-radius: 10px;
	box-shadow: 4px 5px 15px rgba(0,0,0,0.1);
	line-height: 1.5;
}
.cp_swiper li .apad{
	padding: 6% 7%;
	box-sizing: border-box;
	background: #fff;
	display: block;
	height: 100%;
	border-radius: 12px;
	box-shadow: 4px 5px 15px rgba(0,0,0,0.1);
	line-height: 1.5;
}
.cp_swiper li .h3{
	margin: 6% 0 4%;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cp_swiper li .p{
	padding-bottom: 12%;
}
.cp_swiper li:hover .padd{
	transform: translateY(-5px);
}
.cpcom .bprev,.cpcom .bnext{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 9;
	cursor: pointer;
	background-position: center center;
	background-size: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.cpcom .bprev{
	left: -25px;
	background-image: url(../images/cp_l.png);
}
.cpcom .bnext{
	right: -25px;
	background-image: url(../images/cp_r.png);
}
.com_pad0 .cpcom .bprev{
	left: 20px;
}
.com_pad0 .cpcom .bnext{
	right: 20px;
}
.alcom .imgpad {
	text-align: center;
	height: 180px;
	overflow: hidden;
	border-radius: 10px;
}
.alcom .imgpad img {
	width: 100%;
	max-height: 100%;
	display: block;
	border-radius: 10px;
}
.alcom li .more{
	width: 110px; line-height: 34px; background: #00913d; border-radius:8px; text-align: center; color: #fff; margin: 16px 0 0;
}


/*底部*/
.com_ly{
	background: url(../images/f_lybg.png) no-repeat center center;
	background-size: cover;
}
.com_ly .ly_h3{
	padding-bottom: 20px;
}
.com_ly .ly_flex{
	padding: 7.3333% 0;
}
.com_ly .ly_cm{
	width: 100%;
	max-width: 500px;
	background: #fff;
	border-radius: 80px;
	overflow: hidden;
	padding-left: 30px;
	flex-flow: nowrap;
}
.com_ly .ly_btn{
	line-height: 60px;
	border-radius: 80px;
	background-image: linear-gradient(to right, #02be3a , #70e632);
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	width:40%;
	min-width: 80px;
	max-width: 200px;
	text-align: center;
}
.com_ly .ly_txt{
	width: 270px;
	padding-right: 15px;
	background: none;
	border: none;
	flex-grow: 1;
}

.f_links{
	padding: 2% 0;
	border-bottom: 1px solid #c4c4c4;
}
.f_links a{
	color: #797979;
	padding: 5px 30px 5px 0;
	display: inline-block;
}
.f_links a:hover{
	color: #02be3a;
}
#foot .foot{
	padding: 30px 5% 20px;
}
#foot .foot_a{
	width: 20%;
}
#foot .fa_ul{
	padding-top:10%;
} 
#foot .fa_ul li{
	width: 45%;
	border: 1px solid #000;
}
#foot .f_lg{
	height: 38px;
	display: block;
}
#foot .foot_nav{
	width: 40%;
}
#foot .foot_nav dt{
	padding-bottom: 10px;
}
#foot .foot_nav dd{
	padding: 5px 0;
}
#foot .foot_nav dd a{
	color: #444444;
}
#foot .foot_nav dd a:hover{
	color: #0c9e3b;
}
#foot .foot_r{
	max-width: 48%;
}
#foot .f_kf{
	padding-top: 15px;
}
#foot .f_kf a{
	background: #0FBC6D;
	display: inline-block;
	padding: 4px 30px;
	border-radius: 8px;
}
#foot .f_kf a:hover{
	color: #fff;
	background-image: linear-gradient(to right, #02be3a , #70e632);
}

#foot .foot_cpr{
	padding: 20px 0;
	border-top: 1px solid #c4c4c4;
}
#foot .foot_cpr a{
	color: #797979;
}
#foot .foot_cpr a:hover{
	color: #0c9e3b;
}



.fade_cm{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -100px;
	z-index: 999;
}
.fade_cm li{
	/* border-bottom: 1px solid rgba(255,255,255,0.1); */
}
.fade_cm a{
	width: 65px;
	height:65px;
	padding-top: 8px;
	display: block;
	background:#4ab498;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.fade_cm a:hover{
	background:#0aa078;
}
.fade_cm a.kf_tel:hover{
	border-radius: 0;
}
.fade_cm .tel_nb{
	position: absolute;
	right:70px;
	top: 0;
	display: none;
	padding: 8px 10px;
	box-sizing: border-box;
	background:#0aa078;
	color: #fff;
	height: 65px;
	line-height: 20px;
	white-space: nowrap;
}
.fade_cm .fade_wx{
	position: absolute;
	right:70px;
	bottom: 0;
	display: none;
	background: #fff;
	padding: 5px;
}
.fade_cm .fade_wx img{
	width: 100px;
	display: block;
}
.fade_cm a i{
	width: 100%;
	height: 30px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px;
}
.fade_cm a i.i1{
	background-image: url(../images/fade_ico1.png);
}
.fade_cm a i.i2{
	background-image: url(../images/fade_ico2.png);
}
.fade_cm a i.i3{
	background-image: url(../images/fade_ico3.png);
}
.fade_cm a i.i4{
	background-image: url(../images/fade_ico4.png);
}
.fade_cm a i.i5{
	background-image: url(../images/fade_ico5.png);
	height: 10px;
	padding-top: 8px;
}
.fade_cm a.getTop{
	padding-top: 15px;
}


@media screen and (max-width:1440px ) {
	.f_16{font-size: 15px;}.f_18{font-size: 17px;}.f_20{font-size: 19px;}.f_22{font-size: 20px;}.f_24{font-size: 22px;}.f_26{font-size: 24px;}
	.f_28{font-size: 26px;}.f_30{font-size: 28px;}.f_32{font-size: 30px;}.f_34{font-size: 32px;}.f_35{font-size: 33px;}.f_38{font-size: 35px;}
	.f_40{font-size: 38px;}.f_42{font-size: 39px;}.f_44{font-size: 40px;}.f_45{font-size: 41px;}.f_46{font-size: 42px;}.f_48{font-size: 45px;}
	.f_50{font-size: 46px;}
	#head .nav ul li{
		padding: 0px 15px;
	}
	.com_pad{
		max-width: 1080px;
	}
}
@media screen and (max-width:1366px ) {
	#head .nav ul li{
		padding: 0px 12px;
	}
	#head .nav ul li.n::after{
		right: 0px;
	}
}

@media screen and (max-width:1280px ) {
	.f_14{font-size: 13px;}.f_15{font-size: 13px;}.f_16{font-size: 14px;}.f_18{font-size: 16px;}.f_20{font-size: 18px;}.f_22{font-size: 19px;}
	.f_24{font-size: 20px;}.f_26{font-size: 22px;}.f_28{font-size: 24px;}.f_30{font-size: 26px;}.f_32{font-size: 28px;}.f_34{font-size: 30px;}
	.f_35{font-size: 30px;}.f_38{font-size: 32px;}.f_40{font-size: 34px;}.f_42{font-size: 35px;}.f_44{font-size: 36px;}.f_45{font-size: 37px;}
	.f_46{font-size: 38px;}.f_48{font-size: 40px;}.f_50{font-size: 42px;}
	
	#head .logo img{
		max-height: 36px;
	}
	#head .nav ul li{
		padding: 0px 10px;
	}
}
@media screen and (max-width:1279px ) {
	#head .head_r .h_tel{
		display: none;
	}
}

@media screen and (max-width:1024px ) {
	.f_15{font-size: 13px;}.f_16{font-size: 14px;}.f_18{font-size: 15px;}.f_20{font-size: 16px;}.f_22{font-size: 17px;}
	.f_24{font-size: 18px;}.f_26{font-size: 19px;}.f_28{font-size: 20px;}.f_30{font-size: 21px;}.f_32{font-size: 22px;}
	.f_34{font-size: 23px;}.f_35{font-size: 24px;}.f_38{font-size: 24px;}.f_40{font-size: 25px;}.f_42{font-size: 26px;}.f_44{font-size: 27px;}
	.f_45{font-size: 28px;}.f_46{font-size: 29px;}.f_48{font-size: 30px;}.f_50{font-size: 31px;}
	#head{
		top: 0 !important;
	}
	#head .head_pc{
		display: none;
	}
	#head .head_m{
		display: block;
		height: 52px;
		position: relative;
	}
	#head .head_m .logo{
		left: 4%;
		top: 13px;
		position: absolute;
	}
	#head .head_m .logo img{
		height: 26px;
	}
	#head .head_m .head_ico{
		position: absolute;
		right:3.5%;
		top: 5px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 99;
	}
	#head .head_m .head_ico span{
		position: absolute;
		top: 19px;
		left: 6px;
		width: 28px;
		height: 2px;
		background: #00913d;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:after, #head .head_m .head_ico span:before {
		content: '\20';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background:  #00913d;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:before{
		top: -8px;
	}
	#head .head_m .head_ico span:after{
		bottom: -8px;
	}
	.body-nav #head .head_m .head_ico span {
		background:none;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.body-nav #head .head_m .head_ico span:before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 0;
		top: 0;
	}
	.body-nav #head .head_m .head_ico span:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 0;
		bottom: 0;
	}
	
	#head .head_m .page-navigation{
		display: none;
		z-index:9999;
		top:52px;
		overflow-y: auto;
		position: fixed;
		max-height: calc(100% - 52px);
		left: 0px;
		width: 100%;
		background:#fff;
	}
	#head .head_m .nav_pad{
		padding: 30px 10%;	
	}
	#head .head_m .nav_pad li{
		position: relative;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		border-bottom: 1px solid #dedede;
	}
	#head .head_m .page-navigation a{
		line-height:40px;
		padding: 5px 15px;
		font-size:16px;
		color:#333;
		display: block;
		text-align: center;
	}
	#head .head_m .page-navigation .sub{
		display: none;
		padding: 5px 10%;
	}
	#head .head_m .page-navigation .sub a{
		line-height: 28px;
		font-size:14px;
		color: #666;
	}
	.body-nav #head .page-navigation{
		height: 100%;
	}
	#foot .f_cen .f_clx,.foot_cpr,#foot .f_nav dd{
		font-size: 12px;
	}
	#foot .f_nav dt a{
		font-size: 14px;
	}
	#foot .f_cen .f_ico a img{
		width:20px;
	}
	.fade_cm{
		display: none !important;
	}
}

@media screen and (max-width:960px ) {
	.com_ly .ly_txt{
		width: 220px;
	}
	.com_ly .ly_btn{
		line-height: 58px;
		font-size: 18px;
	}
	
	.cpcom .bprev, .cpcom .bnext{
		width:40px;
		height: 40px;
		margin-top: -20px;
	}
	.cpcom .bprev{
		left: -20px;
	}
	.cpcom .bnext{
		right: -20px;
	}
}

@media screen and (max-width:800px ) {
	.f_14{font-size: 12px;}.f_15{font-size: 12px;}.f_16{font-size: 13px;}.f_18{font-size: 14px;}.f_20{font-size: 15px;}
	.f_22{font-size: 17px;}.f_24{font-size: 18px;}.f_26{font-size: 19px;}.f_28{font-size: 20px;}.f_30{font-size: 21px;}
	.f_32{font-size: 22px;}.f_34{font-size: 24px;}.f_35{font-size: 25px;}.f_38{font-size: 26px;}.f_40{font-size: 28px;}.f_42{font-size: 29px;}
	.f_44{font-size: 30px;}.f_45{font-size: 31px;}.f_46{font-size: 32px;}.f_48{font-size: 33px;}.f_50{font-size: 34px;}
	
	.com_ly .ly_btn{
		line-height: 48px;
		font-size: 16px;
	}
	.com_ly .ly_txt{
		width: 180px;
	}
	.cp_swiper li .p{ padding-bottom:0; }
}
@media screen and (max-width:600px ) {
	.f_16{font-size: 13px;}.f_18{font-size: 13px;}.f_20{font-size: 14px;}.f_22{font-size: 15px;}.f_24{font-size: 16px;}
	.f_26{font-size: 17px;}.f_28{font-size: 18px;}.f_30{font-size: 19px;}.f_32{font-size: 20px;}.f_34{font-size: 20px;}
	.f_35{font-size: 20px;}.f_38{font-size: 20px;}.f_40{font-size: 21px;}.f_42{font-size: 22px;}.f_44{font-size: 22px;}.f_45{font-size: 23px;}
	.f_46{font-size: 24px;}.f_48{font-size: 24px;}.f_50{font-size: 25px;}
	
	
	.cpcom .bprev, .cpcom .bnext{
		width:30px;
		height: 30px;
		margin-top: -15px;
	}
	.cpcom .bprev{
		left: -12px;
	}
	.cpcom .bnext{
		right: -12px;
	}
	
	.com_ly .ly_btn{
		line-height: 40px;
		font-size: 14px;
	}
	.com_ly .ly_cm{
		width: 80%;
	}
	.com_ly .ly_txt{
		width: 150px;
	}
	.f_links a{
		padding: 2px 15px 2px 0;
	}
	#foot{
		padding-bottom:calc(50px + constant(safe-area-inset-bottom));
		padding-bottom:calc(50px + env(safe-area-inset-bottom));
	}
	#foot .foot_a{
		width: 45%;
	}
	#foot .foot_nav{
		display: none;
	}
	.foot_r .f_rw { font-size:12px; }
	.pshow { display:none; }
	.m_foot {
		position: fixed;
		width: 100%;
		height:calc(50px + constant(safe-area-inset-bottom));
		height:calc(50px + env(safe-area-inset-bottom));
		background: #F2F2F2;
		border-top: 1px solid #C8CDD5;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 999;
	}
	.m_foot li{
		flex: 1;
	}
	.m_foot li img{
		width: 26px;
		display: inline-block;
		vertical-align: top;
	}
	.m_foot li a{
		display: block;
		padding-top: 3px;
		text-align: center;
		color: #333;
	}
	.m_foot li:first-child a{
		color: #009A40;
	}
	.m_foot li p{
		font-size: 12px;
	}
}


@-webkit-keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

/*数字滚动特效 开始*/
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}
.main{ padding:60px 0; margin: 0 auto; max-width: 1000px;}
.numCount{ margin: 0 -10px;}
.numCount li{ float: left; width: 20%; text-align: center; min-width:180px; }
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:54px; color:#2DC882;}
.numCount li .numU .unitC{ line-height: 1.3; margin-left: 0.3em; color:#2DC882; font-size:30px; }
.numCount li .numU sup{vertical-align: super; }
.numCount li .numU sub{vertical-align:baseline;}
.numCount li .indc { font-weight:bold; }
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}
/*数字滚动特效 结束*/