@charset "utf-8";

@font-face {
  font-family: "fontBold";
  src: url("../font/bold.woff2") format("woff2"),
       url("../font/bold.woff") format("woff"),
       url("../font/bold.ttf") format("truetype"),
       url("../font/bold.eot") format("embedded-opentype"),
       url("../font/bold.svg") format("svg");
	   font-weight: normal;
	   font-style: normal;
}
html,body{
	background: #fff;
	margin: 0 auto;
	color:#555657;
	font-size: 14px;
	line-height: 1.6;
}
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);
  }
} */


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader 1.4s infinite ease-in-out;
  animation: loader 1.4s infinite ease-in-out;
}
.loader {
  color: #00a42e;
  font-size: 10px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  z-index: 9999;
  position: fixed;
  top: calc(50% - 1em);
  left: calc(50% - 1em);
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}







.max_1920{max-width: 1920px;margin: 0 auto;}
.max_1200{max-width: 1200px;margin: 0 auto;}
.h_100{height: 100%;box-sizing: border-box;}
.com_pad{padding-left: 4%;padding-right:4%;max-width: 1450px;margin: 0 auto;}
.bg_efeff0{background: #efeff0;}
.bg_eee{background: #eeeeee;}
.bg_ff{background: #FFFFFF;}
.bg_013e39{background: #013e39;}
.bg_ddd{background: #ddd;}
.float_l{float: left;}
.float_r{float: right;}
.t_cen{text-align: center;}
.f_bold{font-weight: bold;}
.fontBold{font-family: 'fontBold';}
.fontwryh{font-family: "微软雅黑";}
.f_lighter{font-weight: lighter;}
.f_up{text-transform: uppercase;}
.c_fff{color: #fff;}
.c_000{color: #000;}
.c_333{color: #333;}
.c_666{color: #666;}
.c_999{color: #999;}
.c_4545{color: #454545;}
.c_29A737{color: #29A737;}
.c_949494{color: #949494;}
.c_555657{color: #555657;}
.c_00a42e{color: #00a42e;}
.c_009944{color: #009944;}
.c_bfbfbf{color: #bfbfbf;}
.c_6A94AD{color: #6A94AD;}
img{display: inline-block;vertical-align: top;}
.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_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;}
.f_arial{font-family: arial;}
.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%;}
.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%;}

.w_100{width: 100%;display: inline-block;vertical-align: top;}
.maxw_100{max-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_rowreve{flex-direction: row-reverse;}
.flex_column{flex-direction: column;}
.flex_d{align-items: flex-end;}
.lh18{line-height: 1.8;}
.lh2{line-height: 2;}
.lh22{line-height: 2.2;}
.over-h{overflow: hidden;}

.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;}

.imgs{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 75%;
}
.imgs img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s 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);
}
.sllist .swiper-slide: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);
}
.slimg{
	overflow: hidden;
	cursor: pointer;
}
.slimg img{
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	object-fit: cover;
}
.slimg:hover 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);
}
.com-a a{
	position: relative;
	display: inline-block;
	padding:4px;
}
.com-a a::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
	height:2px;
	width: 0;
	content: '';
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.com-a a:hover:after{
	width: 100%;
	left: 0;
}
/*头部*/
#head{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
	width: 100%;
	z-index: 999;
	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 .head{
	height: 110px;
	z-index: 9999;
}
#head .head .logo{
	flex-wrap: nowrap;
	-webkit-animation: fadeInLeft 1.3s ease-in-out backwards;
}
#head .head .head_r{
	-webkit-animation: fadeInRight 1.3s ease-in-out backwards;
}
#head .head .logo img{
	max-height:78px;
}
#head .head .logo a{
	padding-right:5%;
}
#head .head .logo a:last-child{
	padding-right: 2%;
}
#head .head .head_r{
	padding-top: 10px;
}
#head .head .nav{
	text-align: center;
	padding-right: 20px;
}
#head .head .nav ul{
	font-size: 0;
}
#head .head .nav ul li{
	display:inline-block;
	padding: 30px 25px;
}
#head .head .nav ul li>a{
	display: block;
	font-size: 16px;
	line-height:26px;
	white-space: nowrap;
	color: #555657;
	position: relative;
	overflow: hidden;
	padding:8px;
}
#head .head .nav ul li>a:hover,#head .head .nav ul li.on>a,#head .head .nav ul li>a.a_hv{
	color:#3eba61;
}
#head .head .nav ul li>a::after{
	position: absolute;
	width: 0px;
	height:2px;
	background: #3eba61;
	transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	bottom: 0;
	left: 50%;	
	content: '';
	opacity: 0;
}
#head .head .nav ul li>a:hover:after,#head .head .nav ul li.on>a:after,#head .head .nav ul li>a.a_hv:after{
	opacity: 1;
	left: 0;
	width: 100%;
}
#head .head .nav .sub{
	position: absolute;
	font-size: 13px;
	width: 100%;
	text-align: left;
	overflow: hidden;
	left: 0px;
	top: 110px;
	display: none;
	overflow: hidden;
}
#head .head .nav .sub a{
	color: #fff;
}
#head .head .nav .sub_a{
	background: rgba(0,82,76,0.66);
}
#head .head .nav .sub_a dl{
	text-align: center;
}
#head .head .nav .sub_a dt{
	display: inline-block;
	font-size: 16px;
	padding: 20px;
}
#head .head .nav .sub_a dt a{
	display: inline-block;
	padding: 5px 0;
}
#head .head .nav .sub_b{
	background: rgba(0,164,46,0.9);
}
#head .head .nav .sub_b::after{
	width: 50%;
	left: 50%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0;
	background:#00524c;
	margin-left: -1400px;
}
#head .head .nav .sub_b .sub_nav_hd{
	width: 20%;
	padding: 2% 5% 2% 1%;
	text-align: right;
	box-sizing: border-box;
	background: #00524c;
	position: relative;
	z-index: 9;
}
#head .head .nav .sub_b .sub_nav_hd dt{
	padding: 6% 0;
}
#head .head .nav .sub_b .sub_nav_hd a{
	font-size: 18px;
	
}
#head .head .nav .sub_b .sub_nav_hd dt.on a,#head .head .nav .sub_b .sub_nav_hd a:hover{
	color: #00a42e;
}
#head .head .nav .sub_b .sub_nav_hd  dt.on a::after,#head .head .nav .sub_b .sub_nav_hd a:hover::after{
	left: 0;
	width: 100%;
	background: #00a42e;
}
#head .head .nav .sub_b .sub_nav_bd{
	padding-left: 5.6%;
	padding-top: 2%;
	flex: 1;
}
#head .head .nav .sub_b .sub_nav_bd dt{
	padding-top: 1%;
	padding-bottom: 25px;
}
#head .head .nav .sub_b .sub_nav_bd dt a{
	font-size: 22px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
}
#head .head .nav .sub_b .sub_nav_bd dt a::after{
	width: 50%;
	height: 3px;
	left: 4px;
}
#head .head .nav .sub_b .sub_nav_bd dd{
	display: inline-block;
	padding: 6px 50px 6px 0;
	font-size: 15px;
}
#head .head .nav .sub_b .sub_nav_bd dd a{
	display: inline-block;
	position: relative;
	padding-left: 12px;
}
#head .head .nav .sub_b .sub_nav_bd dd a::before{
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	content: '';
	background: #fff;
	border-radius: 50%;
}
#head .head .nav .sub_b .sub_nav_bd dd a::after{
	height: 1px;
}
#head .head .nav .sub_b .sub_nav_bd .nav_con{
	display: none;
}




#head .head .head_ico{
	position: absolute;
	right:4%;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 99;
	display: none;
}
#head .head .head_ico span{
	position: absolute;
	top: 19px;
	left: 6px;
	width: 28px;
	height: 3px;
	background: #53be6d;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#head .head .head_ico span:after, #head .head .head_ico span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background:#53be6d;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

#head .head .head_ico span:before{
	top: -8px;
}
#head .head .head_ico span:after{
	bottom: -8px;
}
.body-nav #head .head .head_ico span {
	background:none;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.body-nav #head .head .head_ico span:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 0;
}
.body-nav #head .head .head_ico span:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	bottom: 0;
}

#head .page-navigation{
	display: none;
	z-index:9998;
	top:70px;
	overflow-y: auto;
	position: fixed;
	max-height: calc(100% - 70px);
	left: 0px;
	width: 100%;
	background:#fff;
}

#head .nav_pad{
	padding: 10px 15px;
}
#head .page-navigation a{
	font-size: 14px;
	color:#666;
	text-align: left;
}
#head .page-navigation a:hover{
	color:#0ab451;
}
#head .nav_pad .h3{
	border-bottom: 1px solid #dedede;
	padding: 8px 12px;
}
#head .nav_pad .h3 a{
	color: #029A4D;
	font-size: 18px;
	font-weight: bold;
}
#head .nav_pad dd{
	padding: 5px 0;
	border-bottom: 1px solid #dedede;
}
#head .nav_pad dd a{
	padding: 4px 12px;
	display: inline-block;
}
#head .nav_pad dt{
	padding: 5px 0;
	border-bottom: 1px solid #dedede;
}
#head .nav_pad dt a{
	color: #000;
	display: inline-block;
	padding: 4px 12px;
	font-size: 15px;
}

.body-nav #head{
	top: 0 !important;
	background: #fff;
}

.body-nav #head .page-navigation{
	height: 100%;
}

#main{
	max-width: 1920px;
	margin: 0 auto;
}
.swiper-notification{
	display: none;
}
.swiper-button-disabled{
	opacity: 0.5;
}



#foot{
	background: #013e39;
	color:rgba(255,255,255,0.5);
	max-width: 1920px;
	margin: 0 auto;
	/* font-family: "宋体"; */
	font-size: 13px;
	border-top: 6px solid #05a632;
}
#foot a{
	color:rgba(255,255,255,0.5);
}
#foot a:hover{
	color:#fff;
}
#foot .foot_a{
	padding:3% 0 2%;
}
#foot .foot_nav{
	width: 70%;
}
#foot .foot_nav dl{
	padding-right: 2%;
}
#foot .foot_nav dt{
	font-family: "微软雅黑";
	padding-bottom: 8px;
}
#foot .foot_nav dd{
	padding: 6px 0;
	white-space: nowrap;
}
#foot .foot_lx{
	width: 23%;
}
#foot .foot_lx .p1{
	padding-bottom: 4px;
}
#foot .foot_lx .tel{
	font-family:"微软雅黑";
	line-height: 1.2;
}
#foot .foot_lx .lxdz{
	padding: 15px 0;
}
#foot .foot_lx .f_ewm{
	padding-top: 10px;
	display: inline-block;
	text-align: center;
}
#foot .foot_lx .f_ewm p{
	padding-top: 5px;
}
#foot .foot_cpr{
	padding: 20px 0;
	font-size: 12px;
	align-items: flex-end;
}
#foot .f_link{
	position: relative;
	z-index: 999;
}
#foot .f_link .p{
	border: 1px solid rgba(255,255,255,0.5);
	padding: 5px 20px;
	line-height: 24px;
	min-width: 200px;
	font-family: "微软雅黑";
	position: relative;
	cursor: pointer;
}
#foot .f_link .p i{
	width: 24px;
	height: 24px;
	background: url(../images/fl_ico.png) no-repeat right center;
	position: absolute;
	top: 5px;
	right: 20px;
}
#foot .f_link .ul{
	position: absolute;
	bottom: 35px;
	background:#013e39;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
	padding: 10px 0;
	max-height: 220px;
	overflow-y: auto;
	display: none;
}
#foot .f_link .ul li{
	font-size: 12px;
}
#foot .f_link .ul li a{
	display: block;
	padding: 5px 20px;
}


.gotop{
	position: fixed;
	z-index: 9990;
	right: 15px;
	bottom: 20%;
	width: 46px;
	height: 46px;
	background-color: rgba(0,82,76,0.8);
	background-position: center center; 
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-size: 25px;
	border-radius: 4px;
	display: none;
	cursor: pointer;
}


@media screen and (min-width:1921px ) {
	#head{
		max-width: 1920px;
		left: 50%;
		margin-left: -960px;
	}
}
@media screen and (min-width:1025px ) {
	#head .page-navigation{
		display: none !important;
	}
}

@media screen and (max-width:1600px ) {
	#head .head .nav .sub_b::after{
		margin-left: -80%;
	}
	
}

@media screen and (max-width:1400px ) {
	.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_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;}
	.f_64{font-size: 54px;}
	#head .head{
		height: 80px;
	}
	#head .head .logo img{
		height: 56px;
	}
	#head .head .nav ul li{
		padding:14px 20px;
	}
	#head .head .nav ul li > a,#head .head .nav .sub_b .sub_nav_hd a{
		font-size: 15px;
	}
	#head .head .nav .sub{
		top: 80px;
	}
	#head .head .nav .sub_a dt{
		font-size: 14px;
	}
	#head .head .nav .sub_b .sub_nav_bd dt a{
		font-size: 20px;
	}
	#head .head .nav .sub_b .sub_nav_bd dd{
		font-size: 14px;
	}
}

@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_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;}.f_64{font-size: 50px;}
	#head .head .nav ul li{
		padding: 14px 18px;
	}
}

@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: 18px;}
	.f_24{font-size: 19px;}.f_26{font-size: 20px;}.f_28{font-size: 22px;}.f_30{font-size: 24px;}.f_32{font-size: 26px;}
	.f_34{font-size: 28px;}.f_35{font-size: 28px;}.f_40{font-size: 30px;}.f_42{font-size: 31px;}.f_44{font-size: 32px;}
	.f_45{font-size: 33px;}.f_46{font-size: 34px;}.f_48{font-size: 35px;}.f_50{font-size: 36px;}.f_64{font-size: 42px;}
	#head{
		position: fixed;
	}
	#head .head{
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		z-index: 9999;
		position: relative;
	}
	#head .head .nav{
		display: none;
	}
	#head .head .head_ico{
		display: block;
	}
	#head .head .head_r{
		padding-top: 0;
		padding-right: 54px;
	}
	#head.onn{
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	#main{
		padding-top: 80px;
	}
	#foot .foot_cpr>p{
		width: 100%;
	}
	#foot .f_link{
		padding-top: 12px;
	}
}
@media screen and (max-width:960px ) {
	
}

@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: 15px;}.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_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;}
	.f_64{font-size: 40px;}
	#head .head{
		height: 65px;
	}
	#head .head .logo img{
		height: 45px;
	}
	#head .page-navigation{
		top:65px;
		max-height: calc(100% - 65px);
	}
	#main{
		padding-top: 65px;
	}
	
}

@media screen and (max-width:600px ) {
	.f_16{font-size: 13px;}.f_18{font-size: 14px;}.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: 21px;}
	.f_35{font-size: 22px;}.f_40{font-size: 24px;}.f_42{font-size: 25px;}.f_44{font-size: 26px;}.f_45{font-size: 27px;}
	.f_46{font-size: 28px;}.f_48{font-size: 29px;}.f_50{font-size: 30px;}.f_64{font-size: 32px;}
	#foot{
		border-width: 5px;
	}
	#foot .foot_nav,#foot .f_link{
		display: none;
	}
	#foot .foot_lx{
		width: 100%;
	}
	.gotop{
		display: none !important;
	}
}


@media screen and (min-width:1450px ) {
	.links_528{ width: 23%;}
	.links_528 .f_link{ max-width: 240px;}
}


@media screen and (max-width:374px ) {
	#head .head .logo img{
		height: 34px;
	}
	
}

@media screen and (min-width:1025px ) {
	#head .head .logo img{
		height: 78px;
		transition: all .3s ease 0s;
	}
	.rolling-top{ height: 80px; display: none;}
	#head.header-fixed{ position: fixed; left: 0; right: 0; top: 0;}
	#head.header-fixed .head{
		height: 80px;
	}
	#head.header-fixed .head .logo img{
		height: 56px;
	}
	#head.header-fixed .head .nav ul li{
		padding:14px 20px;
	}
	#head.header-fixed .head .nav ul li > a,#head.header-fixed .head .nav .sub_b .sub_nav_hd a{
		font-size: 15px;
	}
	#head.header-fixed .head .nav .sub{
		top: 80px;
	}
	#head.header-fixed .head .nav .sub_a dt{
		font-size: 14px;
	}
	#head.header-fixed .head .nav .sub_b .sub_nav_bd dt a{
		font-size: 20px;
	}
	#head.header-fixed .head .nav .sub_b .sub_nav_bd dd{
		font-size: 14px;
	}
}


.foot_nav_bg{ height: 60px; display: none; box-sizing: content-box; padding-bottom: calc(env(safe-area-inset-bottom) / 2)}
.foot_nav{ height: 60px; 
/*display: none; position: fixed; */
left: 0; right: 0; bottom: 0; 
/*background: #fff; */
z-index: 8888; box-sizing: content-box; padding-bottom: calc(env(safe-area-inset-bottom) / 2)}

@media screen and (max-width:640px ) {
	.foot_nav_bg{ display: block;}
	.foot_nav{ display: flex; align-items: center; justify-content: center;}
	.foot_nav > a{ flex: 1; text-align: center; color: #029A4D; font-weight: bold; position: relative; display: flex; align-items: center; justify-content: center; height: 60px;}
	.foot_nav img{ width: 20px; height: 20px; margin-right: 5px;}
	.foot_nav > a + a::after{ content: ''; position: absolute; left: 0; top: 0; bottom: 0; height: 30%; margin: auto 0; border-left: 2px solid #029A4D;}
}