

body {
	background: #fff;
	font-size: 14px;
	font-family: numfont;
	min-width: 1300px;
	margin: 0 auto;
	color: #0b0b0b;
}
ul,
li {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
a:link,
a:hover,
a:visited,
a:active {
	text-decoration: none;
	color: #0b0b0b;
}
input, select, textarea { -webkit-appearance: none; /*清除ios默认圆角*/ border-radius: 0; }
input:focus,textarea:focus,select:focus{outline: none;}
/* @font-face {
	font-family: 'numfont_b';
	font-display: swap;
	src: url('/static/font/DIN-Medium.otf') format('truetype');
} */

@font-face {
	font-family: 'numfont';
	font-display: swap;
	src: url('../font/DIN-Light.ttf') format('truetype');
}
.s_window {
	position: relative;
	margin: 0 auto;
	width: 90%;
}
/** 通头样式 **/
.s_head {
	position: relative;
}
.s_head ._top {
	position: absolute;
	z-index: 5;
	width: 100%;
	padding-top: 0.18rem;
	height: 0.8rem;
}
.s_head ._logo {
	height: 0.65rem;
	float: left;
	position: relative;
}
.s_head ._logo a {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.s_head ._logo img {
	height: 100%;
	display: block;
}
.s_head ._logo span {
	height: 100%;
	display: block;
	transform: translateY(-0.08rem);
}
.s_head ._location {
	float: left;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 0.16rem;
	padding: 0.06rem 0.14rem 0.06rem 0.26rem;
	position: relative;
	display: block;
	margin: 0.10rem 0 0 0.20rem;
}

.s_head ._location img {
	width: 0.14rem;
	display: block;
	position: absolute;
	left: 0.09rem;
	top: 0.08rem;
}
.s_head ._nav {
	display: flex;
	justify-content: right;
	display: -webkit-Box;
    -webkit-Box-pack: end;
}
.s_head ._nav a {
	display: block;
	padding: 0;
}
.s_head ._nav>ul>li {
	position: relative;
	float: left;
	z-index: 1;
}
.s_head ._nav>ul>li+li {
	margin-left: 0.9rem;
	transition: all .3s;
}
.s_head ._nav>ul>li:hover{
	z-index: 3;
}

/* @media screen and (max-width:1600px){
	.s_head ._nav>ul>li+li{
		margin-left: 0.70rem;
	}
}

@media screen and (max-width:1400px){
	.s_head ._nav>ul>li+li{
		margin-left: 0.60rem;
	}
	.transit_05 li>img{
		transition: all 0.3s linear;
	}
	
	.transit_05 li:hover>img{
		opacity: 1;
	}
}
@media screen and (max-width:1260px){
	.s_head ._nav>ul>li+li{
		margin-left: 0.60rem;
	}
} */
/* .s_head_hover.s_head ._nav>ul>li+li {
	margin-left: 95px;
} */
.s_head ._nav>ul>li>a {
	color: #fff;
	line-height: 0.56rem;
}
.s_head ._menu>ul>li>a {
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.32rem;
}
.s_head ._menu ul {
	display: none;
}
.s_head ._menu:hover ul {
	/* opacity: 1; */
	display: block;
	padding: 0.10rem 0;
	height: auto;
	z-index: 2;
}
.s_head ._menu li{
	position: relative;
}
.s_head ._menu li a {
	color: #6e7e90;
	line-height: 0.42rem;
	padding-left: 0.16rem;
}
.s_head ._menu li:hover img {
	display: inline-block;
}
.s_head ._menu li img {
	display: none;
	position: absolute;
	left: 0.20rem;
	top: 0.10rem;
}
.s_head ._menu li .img {
	display: none !important;
	position: relative !important;
}
.s_head ._menu .spot {
	display: inline-block;
	border-radius: 50%;
	background: #6DA867;
	height: 0.10rem;
	width: 0.10rem;
	border: 0.03rem #cee4fb solid;
	margin-right: 0.08rem;
}
.s_head ._menu ._code {
	box-shadow:none;
	background:#ffffff;
}
.s_head ._menu ._code span{
	display:block;
	width:100%;
	font-size: 14px;
	color:#999;
	margin-top: 0.05rem;
	text-align: center;
}
.s_head ._nav a {
	display: block;
	padding: 0;
}
.s_head ._nav>ul>li {
	position: relative;
	float: left;
}
/* .s_head ._nav>ul>li+li {
	margin-left: 40px;
} */
.s_head ._nav>ul>li>a {
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.56rem;
}
/* .s_head ._menu:nth-of-type(6){
	margin-left: 120px!important;
}
.s_head ._menu:nth-of-type(5){
	margin-left: 80px!important;
}*/
/* .s_head ._menu:nth-of-type(8){
	margin-left:1rem !important;
}  */
/* .s_head ._menu:nth-of-type(8) ul li:nth-of-type(2) div{
	margin-left: 0.30rem !important;
} */
/* .s_head ._menu:nth-of-type(6) ul li:nth-of-type(3):hover a{
	opacity: 0!important;
} */

.s_head ._menu ul {
	position: absolute;
	top: 0.55rem;
	left: -0.18rem;
	opacity: 0;
	z-index: -1;
	/* width: 190px; */
	height: 0;
	padding: 1px 0;
	white-space: nowrap;
	/* overflow: hidden; */
	/* -webkit-box-shadow: 4px 4px 10px #c6e8ff inset;
	box-shadow: 4px 4px 10px #c6e8ff inset;
	background-image: linear-gradient(#ddf2ff, #fff);
	border-radius: 6px;
	border: 3px #fff solid; */
}
.s_head ._menu:hover ul {
	/* opacity: 1;
	padding: 10px 0;
	height: auto; */
}
.s_head ._menu li a {
	color: #6e7e90;
	line-height: 0.35rem;
	padding-left: 0.16rem;
}
.s_head ._menu .spot {
	display: inline-block;
	border-radius: 50%;
	background: #6DA867;
	height: 0.1rem;
	width: 0.10rem;
	border: 0.03rem #cee4fb solid;
	margin-right: 0.08rem;
}
.s_head ._search {
	float: right;
	width: 16.0rem;
	margin: 10px 0 0 32px;
}
.s_head ._search ._icon {
	position: absolute;
	margin: 0;
	top: 0;
	left: 12px;
	line-height: 32px;
	width: 18px;
	display: inline;
}
.s_head ._search .form-control {
	color: #fff;
	background-color: rgba(255, 255, 255, .3);
	border: 0;
	padding-left: 36px;
	line-height: 36px;
	height: 36px;
}
.s_head ._banner {
	width: 100%;
	height: 500px;
}
.s_head .swiper-slide {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.s_head ._ad {
	margin-top: 230px;
	color: #fff;
}
.s_head ._ad ._title {
	font-size: 50px;
}
.s_head ._ad ._slogan {
	font-size: 16px;
	margin-top: 22px;
}
.s_head ._ad ._btn {
	padding: 10px 30px;
	margin-top: 28px;
	margin-right: 16px;
	display: inline-block;
	border: 1px solid rgba(232, 232, 232, .9);
	color: #fff;
	border-radius: 30px;
	background-image: linear-gradient(to right, #ff7f00, #fcba00);
	background-repeat: no-repeat;
	background-size: 0 auto;
}
.s_head ._ad ._btn:hover {
	padding: 11px 31px;
	border: 0;
	background-size: 100% auto;
}
.s_head ._ad ._btn i {
	font-size: 17px;
}
.s_head ._ad2 {
	margin-top: 260px;
	color: #fff;
}
.s_head ._ad2 ._title {
	font-size: 40px;
}
.s_head ._data {
	height: 126px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.s_head ._data ._color {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
}
.s_head ._data ._bg {
	position: absolute;
	z-index: 2;
	top: -30px;
	bottom: -30px;
	left: 0;
	right: -30px;
	-webkit-filter: blur(30px) brightness(110%);
	filter: blur(30px) brightness(110%);
	background-size: auto 750px;
	background-position: center bottom;
	background-repeat: no-repeat;
	opacity: .9;
}
.s_head ._data ul {
	position: relative;
	z-index: 3;
}
.s_head ._data ul li {
	float: left;
	width: 20%;
	color: #fff;
	padding-top: 20px;
}
.s_head ._data ul li+li {
	text-align: center;
	width: 30%;
}
.s_head ._data ul li:last-of-type {
	text-align: right;
	width: 20%;
}
.s_head ._data ._info {
	position: relative;
	display: inline-block;
	text-align: left;
	padding-left: 60px;
}
.s_head ._data ._ico {
	position: absolute;
	left: 0;
	top: 20px;
	width: 46px;
	display: inline-block;
}
.s_head ._data ._ico img {
	width: 100%;
}
.s_head ._data ._number {
	font-size: 33px;
	font-family: numfont_b;
}
.s_head ._data ._title {
	font-size: 16px;
}
/** 地区样式 **/
.regionContent h4 {
	float: left;
	padding: 0 10px 0 20px;
	margin: 0;
	line-height: 32px;
	font-size: 16px;
}
.regionContent ._btn {
	float: left;
	line-height: 32px;
	display: block;
	margin: 0 10px;
	font-size: 16px;
}
/** 顶部头条样式 **/
#scroll_div {
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	color: #666666;
	text-align: center;
}
#scroll_begin,
#scroll_end {
	display: inline;
}
/** 通底样式 **/
.s_footer {
	background: url(../image/footer_bg.png) no-repeat center / cover;
}
.s_footer ._head {
	padding: 50px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.s_footer ._head img {
	width: 2.15rem;
}
.s_footer ._head ._menu {
	position: relative;
	z-index: 3;
	display: none;
}
.s_footer ._head ._menu>a {
	padding: 0.12rem 1.48rem 0.12rem 0.20rem;
	margin-right: 0.16rem;
	display: inline-block;
	color: #fff;
	border-radius: 0.02rem;
	background-color: #1a2234;
	position: relative;
	margin: 0;
	height: 0.46rem;
}
.s_footer ._head ._menu>a i {
	position: absolute;
	right: 0.16rem;
	top: 0.12rem;
	font-size: 0.20rem;
}
.s_footer ._head ._menu ul {
	position: absolute;
	top: 0.46rem;
	left: 0;
	opacity: 0;
	height: 0;
	padding: 0.01rem 0;
	overflow: hidden;
	background-color: #1a2234;
	border-radius: 0.02rem;
	border-top: 0.02px solid #181c22;
	min-width: 100%;
	display: none;
}
.s_footer ._head ._menu:hover ul {
	opacity: 1;
	padding: 0.10rem 0;
	height: auto;
	display: block;
}
.s_footer ._head ._menu li a {
	color: #fff;
	line-height: 0.42rem;
	padding-left: 0.20rem;
}
.s_footer ._head ._menu .spot {
	display: inline-block;
	border-radius: 50%;
	background: #6DA867;
	height: 0.10rem;
	width: 0.10rem;
	border: 0.03rem #cee4fb solid;
	opacity: .4;
	margin-right: 0.08rem;
}
.s_footer ._head ._btn {
	padding: 0.12rem 020rem 0.12rem 0.48rem;
	margin-right: 0.16rem;
	display: none;
	color: #fff;
	border-radius: 2px;
	background-color: #1a2234;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 0.12rem;
	height: 0.46rem;
}
.s_footer ._head ._btn div {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to right, #ff7f00, #fcba00);
	background-repeat: no-repeat;
	background-size: 0 auto;
}
.s_footer ._head ._btn:hover div {
	background-size: 100% auto;
}
.s_footer ._head ._btn img {
	width: 0.18rem;
	display: block;
	position: absolute;
	z-index: 2;
	left: 0.18rem;
	top: 0.14rem;
}
.s_footer ._head ._btn span {
	position: relative;
	z-index: 2;
}
.s_footer ._content {
	color: rgba(255, 255, 255, .4);
	padding: 0.40rem 0;
}
.s_footer ._content p {
	position: relative;
	padding-left: 0.22rem;
	margin-bottom: 0;
}
.s_footer ._content p+p {
	margin-top: 0.20rem;
}
.s_footer ._content p img {
	width: 0.15rem;
	position: absolute;
	top: 0.03rem;
	left: 0;
}
.s_footer ._code>div {
	margin-left: 0.30rem;
	padding-top: 0.06rem;
}
.s_footer ._code img {
	width: 1.12rem;
}
.s_footer ._code span {
	display: block;
	text-align: center;
	margin-top: 3px;
	line-height: 0.30rem;
}
.s_footer ._bottom {
	/* background-color: #101318; */
	background: linear-gradient(0deg, #9EC19C, #789F73);
	color: #fff;
	padding: 0.24rem 0;
}
.s_footer ._bottom a {
	color: rgba(255, 255, 255, .4);
}
/** 相应样式 **/
@media screen and (min-width: 1200px) {
	.s_head .swiper-slide {
		background-position:left;
		background-size:cover;
	}
	.s_head ._data ._bg {
		background-position:left bottom;
		background-size:100% auto;
	}
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	.s_head .s_window {
		position: relative;
		margin: 0 auto;
		width: 98%;
	}
}
/** 通用样式 **/
.opacity_0 {
	opacity: 0;
}
span._blue {
	background-color: #cbddff;
	color: #3254de;
}
span._orange {
	background-color: #ffe8cb;
	color: #ffa940;
}
span._green {
	background-color: #c8f2c7;
	color: #72d03c;
}
span._blue {
	background-color: #cbe5ff;
	color: #3d97e8;
}
span._red {
	background-color: #f0d4d8;
	color: #dd635c;
}
span._purple {
	background-color: #e7d8ff;
	color: #904dff;
}
font._green {
	color: #0ea10b;
}
font._red {
	color: #d74f4f;
}
.shadow_02 {
	-webkit-box-shadow: 0 4px 4px rgba(20, 73, 206, .02);
	box-shadow: 0 4px 4px rgba(20, 73, 206, .02);
}
.shadow_04 {
	-webkit-box-shadow: 0 6px 6px rgba(20, 73, 206, .04);
	box-shadow: 0 6px 6px rgba(20, 73, 206, .04);
}
.shadow_08 {
	-webkit-box-shadow: 0 6px 6px rgba(20, 73, 206, .08);
	box-shadow: 0 6px 6px rgba(20, 73, 206, .08);
}
.shadow_1 {
	-webkit-box-shadow: 2px 3px 30px rgba(20, 73, 206, .1);
	box-shadow: 2px 3px 30px rgba(20, 73, 206, .1);
}
.press:hover {
	-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
}
.press_blue:hover {
	-webkit-box-shadow: 0 8px 10px rgba(55, 70, 250, .1);
	box-shadow: 0 8px 10px rgba(55, 70, 250, .1);
}
.transit_03 {
	transition: all .3s;
	-webkit-transition: all .3s;
}
.transit_05 {
	transition: all .5s;
	-webkit-transition: all .5s;
}
.transit_05 li {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}
.transit_05 li>img{
	margin-left: 10px;
}
.transit_1 {
	transition: all 1s;
	-webkit-transition: all 1s;
}
.transit_15 {
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
}
.transit_2 {
	transition: all 2s;
	-webkit-transition: all 2s;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}
@keyframes bounce-down {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0px);
	}
}
/** 组件样式 **/
.modal-title {
	font-size: 18px;
}
.form-control::-webkit-input-placeholder {
	color: #fff;
}
.form-control::-moz-placeholder {
	color: #fff;
}
.form-control:-ms-input-placeholder {
	color: #fff;
}
.form-control::placeholder {
	color: #fff;
}
.form-control2::-webkit-input-placeholder {
	color: #a4a4b4;
}
.form-control2::-moz-placeholder {
	color: #a4a4b4;
}
.form-control2:-ms-input-placeholder {
	color: #a4a4b4;
}
.form-control2::placeholder {
	color: #a4a4b4;
}
.form-control:focus,
.form-control.focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav-secondary>li>a {
	border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.nav-secondary>li.active>a,
.nav-secondary>li.active>a:focus,
.nav-secondary>li.active>a:hover {
	color: #6DA867;
	border-bottom-color: #6DA867;
	border-width: 3px;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 150px;
	left: 5%;
}
.swiper-pagination {
	position: absolute;
	text-align: left;
}
.swiper-pagination-bullet {
	width: 18px;
	height: 2px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: .3;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}

/* css截取字符串 */
.clamp1 { word-break: break-all; display: -webkit-box !important; -webkit-line-clamp: 1 !important; -webkit-box-orient: vertical; overflow: hidden; }

.clamp2 { word-break: break-all; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical; overflow: hidden; }

.clamp3 { word-break: break-all; display: -webkit-box !important; -webkit-line-clamp: 3 !important; -webkit-box-orient: vertical; overflow: hidden; }

.clamp4 { word-break: break-all; display: -webkit-box !important; -webkit-line-clamp: 4 !important; -webkit-box-orient: vertical; overflow: hidden; }

.clamp5 { word-break: break-all; display: -webkit-box !important; -webkit-line-clamp: 5 !important; -webkit-box-orient: vertical; overflow: hidden; }

.clamp6 { word-break: break-all; display: -webkit-box !important; -webkit-line-clamp: 6 !important; -webkit-box-orient: vertical; overflow: hidden; }

.s_head_hover.s_head ._nav>.clearfix ._menu ul{
	opacity: 1;
    padding: 10px 0;
    height: auto;
}
.s_head_hover.s_head ._nav>.clearfix ._menu ul #app-code{
	display: block !important;
}
.s_head_nav_bg{
	display: block;
	position: absolute;
	width: 100%;
	min-width: 1300px;
	left: 0;
	height: 100px;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 4;
	opacity: 0;
	transition: all .3s;
	background-image: url(../image/s_head_nav_hover_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
.s_head_nav_bg_hover{
	opacity: 1;
	height: 370px;
}
.s_head_hover ._menu ul{
	display: block !important;
}
.s_head.s_head_hover ._location_hover{
	background-color: #F1F1F1;
	color: #737373;
}
.s_head_nav_hover>a{
	color: #6C6C6CFF !important;
	position: relative;
	transition: all .3s;
}

.s_head_search_hover{
	background-color: #F1F1F1 !important;
    box-shadow: none;
}
.s_head_search_hover::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
    color: #737373 !important;
}
.s_head_search_hover::-moz-placeholder { /* Firefox 19+ */
    color: #737373 !important;
}
.s_head_search_hover:-ms-input-placeholder { /* IE 10+ */
    color: #737373 !important;
}
.s_head_search_hover:-moz-placeholder { /* Firefox 18- */
    color: #737373 !important;
}
.s_head_nav_hover>a:after{
	content: '';
    display: inline-block;
    width: 0;
    height: 3px;
    background: #6DA867;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
	transition: all .3s;
}
.s_head_nav_hover:hover>a:after{
	content: '';
    display: inline-block;
    width: calc(100%);
    height: 3px;
    background: #6DA867;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.transit_05 li{
	margin-bottom: 6px;
}
.transit_05 li a{
	background: transparent !important;
	border-radius: 6px !important;
	padding-right: 15px !important;
    color: #6e7e90 !important;
}

.transit_05 li a:hover{
	background: #6DA867 !important;
	border: 0px solid #050001;
	opacity: 0.8;
	border-radius: 6px;
	padding-right: 15px;
    color: #fff !important;
}

.transit_05 li a[href="##"]:hover .spot{
	background: #ffffff !important;
}

.transit_05 li a[href="##"]:hover ~ img {
	position: absolute;
	left: 20px;
	top: 10px;
}
.transit_05 li img ~ a {
	opacity: 1!important;
}
.transit_05 li img:hover ~ a {
	opacity: 0!important;
}
.s_head_hover ._top:before{
	content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    bottom: 1px;
}