﻿/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}

html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	height: 100%;
	position: relative;
	background:#fff;
	overflow-x: hidden;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
    color: #115db2;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- main-body Style ---- */
.main-body{
    width: 100%;
    min-height: 100%;
    position: absolute;
    overflow: hidden;
	padding-bottom: 13rem;

}
.tab-head {
	zoom: 1;
}

.tab-head li {
	float: left;
	cursor: pointer;
}
.tab-head li a:hover{
	text-decoration: none;
	color: inherit;
}
.tab-body>li {
	display: none;
	position: relative;
}

.tab-body>li.thisclass {
	display: list-item;
}
.container{
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.main-left-container{
	width: 65.5%;
	float: left;
}
.main-right-container{
	width: 31.25%;
	float: right;
}
/* older-model */
.older-model .main-left-container{
	width: 100%;
	float: unset;
}
.older-model .main-right-container{
	width: 100%;
	float: unset;
}
@media (max-width:1024px) {
	.main-body{
		padding-bottom: 14.8rem;
	}
}
@media (max-width:768px) {
	.main-body{
		padding-bottom: 40.4vw;
	}
	.main-left-container{
		width: 100%;
		float: unset;
	}
	.main-right-container{
		width: 100%;
		float: unset;
	}
}
@media (max-width:360px) {
	.main-body{
		padding-bottom: 46.8vw;
	}
}
@media (max-width:320px) {
	.main-body{
		padding-bottom: 53.2vw;
	}
}
.container{
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
/* ---- bottom-container Style ---- */
.banner-container{
	width: 100%;
	min-height: 25.2rem;
	background-image: url(jxw202109_banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: relative;
}
.banner{
	width: 43.75%;
	max-width: 26.2rem;
	margin: 0 auto 2rem;
	padding-top: 2.8rem;
}
.banner img{
	width: 100%;
	height: auto;
}
.older-model .banner-container{
	min-height: 100vh;
}
.older-model .banner{
	width: 56%;
	max-width: 57.6rem;
	margin: 0 auto 3vw;
	padding-top: 2vw;
}
@media (max-width:2000px) {
	.banner-container{
		background-size: auto 100%;
	}
}
@media (max-width:1200px) {
	.banner-container{
		min-height: 42vw;
	}
	.banner{
		margin: 0 auto 3.25vw;
		padding-top: 4.75vw;
	}
}
@media (max-width:768px) {
	.banner-container{
		min-height: 67.2vw;
	}
	.banner{
		width: 61.8%;
		max-width: unset;
		margin: 0 auto 5.2vw;
		padding-top: 20vw;
	}
}
/* ---- bottom-container Style ---- */
.welcome-box{
	height: 3.3rem;
	line-height: 3.3rem;
	padding: 0 0 0 3.4rem;
	background: url(jxw202109_logo-yt.png) left center / 2.3rem auto no-repeat;
	font-size: 0.7rem;
	color: #333333;
	position: relative;
}
.welcome-box .right-link{
	position: absolute;
	top: 0;
	right: 0;
	height: 3.3rem;
	line-height: 3.3rem;
	font-size: 0.7rem;
	color: #333333;
}
.welcome-box .right-link a:hover{
	text-shadow: 0 0 1px #fff;
}
.older-model .welcome-box{
	height: 8vw;
	line-height: 8vw;
	padding: 0 0 0 8vw;
	background-size: 6vw auto;
	font-size: 2vw;
}
.older-model .welcome-box .right-link{
	height: 8vw;
	line-height: 8vw;
	font-size: 2vw;
}
.older-model .welcome-box p{
	display: none;
}
@media (max-width:1200px) {
	.welcome-box{
		height: 5.5vw;
		line-height: 5.5vw;
		padding: 0 0 0 5.75vw;
		background-size: 3.75vw auto;
		font-size: 12px;
	}
	.welcome-box .right-link{
		height: 5.5vw;
		line-height: 5.5vw;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.welcome-box{
		display: none;
	}
}
/* ---- search-box Style ---- */
.search-box{
	width: 55%;
	max-width: 33rem;
	margin: 0 auto;
	position: relative;
	padding: 0 6.6rem 0 5rem;
}
.search-box input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
	color: #cbcbcb;
}

.search-box input:-moz-placeholder,
.search-box textarea:-moz-placeholder {
	color: #cbcbcb;
}

.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
	color: #cbcbcb;
}

.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
	color: #cbcbcb;
}
.search-box .btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 6.6rem;
	height: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	background: #1764ce;
	border: none;
	outline: none;
	border-radius: 0 0.2rem 0.2rem 0;
	font-size: 0.9rem;
	color: #ffffff;
	cursor: pointer;
}
.search-box .btn img{
	width: 1.1rem;
	height: auto;
	margin-right: 0.5rem;
}
.search-box .select-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 2.8rem;
	width: 5rem;
	border-radius: 0.2rem 0 0 0.2rem;
	background: url("jxw202109_arrow-select.png") right center / 1.5rem auto no-repeat #fff;
	overflow: hidden;
	font-size: 0.9rem;
	color: #666666;
}
.search-box .select-box::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.6rem;
	height: 1.2rem;
	width: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: #cbcbcb;
	z-index: 1;
}
.search-box .select-box select{
	height: 2.8rem;
	width: 6rem;
	border: none;
	padding-left: 1rem;
	font-size: 0.9rem;
	color: #666666;
	background: none;
	/*寰埚叧阌细灏嗛粯璁ょ殑select阃夋嫨妗嗘牱寮忔竻闄�*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*鍦ㄩ€夋嫨妗嗙殑链€鍙充晶涓棿鏄剧ず灏忕澶村浘鐗�*/
	/*涓轰笅鎷夊皬绠ご鐣椤嚭涓€镣逛綅缃紝阆垮厤琚枃瀛楄鐩�*/
}
.search-box .text-input{
	width: 100%;
	height: 2.8rem;
	line-height: 2.8rem;
	border: none;
	outline: none;
	background: #fff;
	font-size: 0.9rem;
	color: #555;
	padding: 0 0.9rem;
}
/* older-model */
.older-model .search-box{
	width: 75%;
	max-width: 1200px;
	padding: 0 17.6vw 0 14.8vw;
}
.older-model .search-box .btn{
	width: 17.6vw;
	height: 7.6vw;
	line-height: 7.6vw;
	font-size: 3.2vw;
}
.older-model .search-box .btn img{
	width: 2.8vw;
	margin-right: 1.2vw;
}
.older-model .search-box .select-box{
	height: 7.6vw;
	width: 14.8vw;
	background-size: 4vw auto;
	font-size: 3.2vw;
}
.older-model .search-box .select-box::before{
	margin-top: -1.6vw;
	height: 3.2vw;
}
.older-model .search-box .select-box select{
	height: 7.6vw;
	width: 16vw;
	border: none;
	padding-left: 2.8vw;
	font-size: 3.2vw;
}
.older-model .search-box .text-input{
	height: 7.6vw;
	line-height: 7.6vw;
	font-size: 3.2vw;
	padding: 0 3.2vw;
}
@media (max-width:1200px) {
	.search-box{
		padding: 0 11vw 0 8.25vw;
	}
	.search-box .btn{
		width: 11vw;
		height: 4.75vw;
		line-height: 4.75vw;
		font-size: 1.5vw;
	}
	.search-box .btn img{
		width: 1.75vw;
		margin-right: 0.75vw;
	}
	.search-box .select-box{
		height: 4.75vw;
		width:8.25vw;
		background-size: 2.5vw auto;
		font-size: 1.5vw;
	}
	.search-box .select-box::before{
		margin-top: -1vw;
		height: 2vw;
	}
	.search-box .select-box select{
		height: 4.75vw;
		width: 10vw;
		padding-left: 1.75vw;
		font-size: 1.5vw;
	}
	.search-box .text-input{
		height: 4.75vw;
		line-height: 4.75vw;
		font-size: 1.5vw;
		padding: 0 1.5vw;
	}
}
@media (max-width:768px) {
	.search-box{
		width: 75%;
		max-width: unset;
		padding: 0 17.6vw 0 14.8vw;
	}
	.search-box .btn{
		width: 17.6vw;
		height: 7.6vw;
		line-height: 7.6vw;
		font-size: 3.2vw;
	}
	.search-box .btn img{
		width: 2.8vw;
		margin-right: 1.2vw;
	}
	.search-box .select-box{
		height: 7.6vw;
		width: 14.8vw;
		background-size: 4vw auto;
		font-size: 3.2vw;
	}
	.search-box .select-box::before{
		margin-top: -1.6vw;
		height: 3.2vw;
	}
	.search-box .select-box select{
		height: 7.6vw;
		width: 16vw;
		border: none;
		padding-left: 2.8vw;
		font-size: 3.2vw;
	}
	.search-box .text-input{
		height: 7.6vw;
		line-height: 7.6vw;
		font-size: 3.2vw;
		padding: 0 3.2vw;
	}
}
/* ---- menu-pc-container Style ---- */
.menu-pc-container{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.75rem;
}
.menu-pc-container::before{
	content: "";
	position: absolute;
	left: 0;
	right: 50%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	background: #1367d0;
}
.menu-pc-container .menu{
	position: relative;
	width: 100%;
}
.menu-pc-container .menu-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 85%;
	height: 2.75rem;
	background-color: #1367d0;
}
.menu-pc-container .menu .menu-bg::before{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
    height: 0;
    border-bottom: 2.75rem solid #1367d0;
    border-right: 1.6rem solid transparent;
}
.menu-pc-container .menu>ul{
	width: 85%;
	height: 2.75rem;
	z-index: 1;
}
.menu-pc-container .menu>ul>li{
	float: left;
	margin-right: 5.68%;
}
.menu-pc-container .menu>ul>li>a{
	display: inline-block;
	height: 2.75rem;
	padding-top: 0.7rem;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #ffffff;
	position: relative;
}
.menu-pc-container .menu>ul>li>a::before{
	display: none;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0.2rem;
	line-height: 0;
	font-size: 0;
	background: #fff;
}
.menu-pc-container .menu>ul>li>a img{
	margin-right: 0.6rem;
	width: 1.1rem;
	height: auto;
}
.menu-pc-container .menu>ul>li>a:hover{
	text-decoration: none;
}
.menu-pc-container .menu>ul>li:hover>a::before,
.menu-pc-container .menu>ul>li.active>a::before{
	display: block;
}
.menu-pc-container .menu>ul>li:last-of-type{
	margin-right: 0;
}
.menu-pc-container .menu>ul>li ul{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	padding-top: 0.5rem;
	text-align: center;
	line-height: 0;
}
.menu-pc-container .menu>ul>li:hover ul{
	display: block;
}
.menu-pc-container .menu>ul>li.active ul{
	display: block;
}
.menu-pc-container .menu>ul>li ul li{
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #9cd3fd;
	margin:0 1.75%;
}
.menu-pc-container .menu>ul>li ul li a:hover{
	text-decoration: none;
	color: #fff;
}
/* older-model  */
.older-model .menu-pc-container{
	height: 5.5rem;
}
.older-model .menu-pc-container .menu-bg{
	width: 100%;
	height: 5.5rem;
}
.older-model .menu-pc-container .menu .menu-bg::before{
    border-bottom: 5.5rem solid #1367d0;
    border-right: 3.2rem solid transparent;
}
.older-model .menu-pc-container .menu>ul{
	width: 100%;
	height: 5.5rem;
}
.older-model .menu-pc-container .menu>ul>li{
	margin-right: 3%;
}
.older-model .menu-pc-container .menu>ul>li>a{
	height: 5.5rem;
	padding-top: 1.5rem;
	line-height: 4rem;
	font-size: 2rem;
}
.older-model .menu-pc-container .menu>ul>li>a::before{
	height: 0.2rem;
}
.older-model .menu-pc-container .menu>ul>li>a img{
	margin-right: 0.6rem;
	width: 1.1rem;
}
.older-model .menu-pc-container .menu>ul>li ul{
	display: none;
}
.older-model .menu-pc-container .menu>ul>li:hover ul{
	display: none;
}
@media (max-width:1200px) {
	.older-model .menu-pc-container .menu>ul>li>a{
		font-size: 3vw;
	}
}
@media (max-width:768px) {
	.menu-pc-container{
		display: none;
	}
}
/* ---- toggle-nav Style ---- */
.toggle-nav {
    display: none;
}
@media (max-width:768px) {
	.toggle-nav {
		display: block;
		position: absolute;
		top: 3.25vw;
		right: 3.25vw;
		cursor: pointer;
		color: #fff;
		padding: 1.8vw 0 0 1vw;
		border: 0.4vw solid #fff;
		border-radius: 1.2vw;
		width: 8vw;
		height: 8vw;
		z-index: 9999;
		/* background: rgba(255,255,255,0.6); */
	}

	.toggle-nav .open span.m,
	.toggle-nav .open span.n,
	.toggle-nav .open span.u {
		opacity: 1;
	}

	.toggle-nav span.m,
	.toggle-nav span.n,
	.toggle-nav span.u {
		font-size: 2.8vw;
		opacity: 0;
		-webkit-transition: 250ms;
		transition: 250ms;
		letter-spacing: 0.1rem;
	}

	.toggle-nav span.e {
		display: inline-block;
		height: 6vw;
		width: 6vw;
	}

	.toggle-nav span.e.btn-close span.bar:nth-child(1) {
		-webkit-transition: 250ms;
		transition: 250ms;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 1.6vw;
	}

	.toggle-nav span.e.btn-close span.bar:nth-child(2) {
		opacity: 0;
		-webkit-transition: 250ms;
		transition: 250ms;
	}

	.toggle-nav span.e.btn-close span.bar:nth-child(3) {
		-webkit-transition: 250ms;
		transition: 250ms;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 1.6vw;
	}

	.toggle-nav span.e span.bar {
		-webkit-transition: 250ms;
		transition: 250ms;
		position: relative;
		display: block;
		background: #fff;
		border-radius: 0.4vw;
		border-bottom: 0.4vw solid #fff;
		width: 5.2vw;
		height: 0.4vw;
	}

	.toggle-nav span.e span.bar:nth-child(2) {
		margin: 1.2vw 0;
	}

	.toggle-nav :hover span.m,
	.toggle-nav :hover span.n,
	.toggle-nav :hover span.u {
		opacity: 1;
		-webkit-transition: 250ms;
		transition: 250ms;
	}
}
/* ---- menu in mobile Style ---- */
.navPaneBtn {
    display: none;
}
.navPane {
    display: none;
    -webkit-transition: 250ms;
    transition: 250ms;
    position: fixed;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    top: 0;
    height: 100%;
    width: 85%;
    background: rgba(19, 103 , 208, 0.8);
    box-shadow: 0px 0.3rem 0.6rem rgba(19, 103 , 208, 0.98);
    z-index: 9998;
    padding: 5%;
    overflow-y: auto;
}
.navPane.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 250ms;
    transition: 250ms;
}
@media (max-width:768px) {
    .navPaneBtn {
        display: none;
        position: fixed;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0px;
        background: rgba(0, 0, 0, 0.1);
        z-index: 998;
    }
    .navPaneBtn.open {
        display: block;
    }
    .navPane {
        display: block;
    }
    .mobileMenu {
        width: 100%;
        padding: 10% 0;
    }
    .mobileMenu>li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
        position: relative;
    }
    .otherlinks {
        border-top: 1px solid rgba(255, 255, 255, 0.43);
        margin: 5% auto 0;
        padding-bottom: 0;
    }
    .mobileMenu>li>a.afinve {
        display: inline-block;
        overflow: hidden;
        padding: 0px 5%;
        text-align: left;
        line-height: 10vw;
        color: #fff;
        transition: all .3s;
        position: relative;
        text-decoration: none;
        font-size: 4.4vw;
        position: relative;
        z-index: 1;
        margin-right: 10vw;
    }
    .otherlinks>li>a.afinve {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .mobileMenu>li>a.btn {
        position: absolute;
        height: 10vw;
        width: 10vw;
        top: 0;
        right: 0;
    }
    .mobileMenu li a .arrow::before {
        content:"";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -1vw auto 0;
        width: 2vw;
        height: 2vw;
        font-size: 0;
        line-height: 0;
        background-image: url(jxw202109_menu_right.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 99;
    }
    .mobileMenu li a .arrow.open::before {
        background-image: url(jxw202109_menu_down.png);
        background-size: auto 100%;
    }
    .mobileMenu>li>a.active, .mobileMenu>li>a:hover {
        color: #FFF;
    }
    .mobileMenu>li>ul.sub-menu, .mobileMenu>li>ul.sub-menu>li>ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        margin: 0.4rem 0px 0px 8%;
        padding-bottom: 0.3rem;
    }
    .mobileMenu>li>ul.sub-menu li {
        background: none;
        margin: 0px;
        padding: 0px;
        position: relative;
    }
    .mobileMenu>li>ul.sub-menu li a .arrow::before {
        margin-top: 0;
        top: 0.9rem;
    }
    .mobileMenu>li>ul.sub-menu li>a {
        display: block;
        font-size: 1.1rem;
        line-height: 2.6rem;
        padding-left: 1.1rem;
        color: #fff;
        clear: both;
    }
    .mobileMenu>li>ul.sub-menu li>a.active, .mobileMenu>li>ul.sub-menu li>a:hover, .mobileMenu>li>ul.sub-menu>li.active>a {
        color: #FFF;
    }
}
/* ---- main-news-container Style ---- */
.main-news-container{
	padding-top: 2.5rem;
	padding-bottom: 2.8rem;
	background: #1367d0;
	margin-bottom: 2.1rem;
}
.main-news-box{
	width: 48%;
	float: left;
}
.main-news-box .tab-head{
	position: relative;
	height: 2.4rem;
	margin-bottom: 1.5rem;
}
.main-news-box .tab-head::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: #fff;
}
.main-news-box .tab-head li{
	margin-right: 0.6rem;
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0 1.2rem;
	float: left;
	font-size: 1.2rem;
	color: #fff;
	position: relative;
	z-index: 1;
}
.main-news-box .tab-head li.active{
	font-weight: bold;
	background: #fff;
	color: #186ad2;
}
.main-news-box .tab-head li.active::before{
	display: block;
}
.main-news-box a.more{
	position: absolute;
	right: 0;
	top: -3.9rem;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 0.8rem;
	color: #fff;
}
.main-news-box a.more:hover{
	color: #9abfee;
}
/* older-model */
.older-model .main-news-container{
	padding-top: 3vw;
	padding-bottom: 4vw;
	margin-bottom: 3.6vw;
}
.older-model .main-news-box{
	width: 100%;
	float: unset;
}
.older-model .main-news-box .tab-head{
	height: 6.4vw;
	margin-bottom: 1.75vw;
}
.older-model .main-news-box .tab-head li{
	margin-right: 1vw;
	height: 6.4vw;
	line-height: 6.4vw;
	font-size: 3vw;
}
.older-model .main-news-box a.more{
	top: -8.15vw;
	height: 6.4vw;
	line-height: 6.4vw;
	font-size: 2vw;
}
@media (max-width:1200px) {
	.main-news-container{
		padding-top: 4.25vw;
		padding-bottom: 4.75vw;
		margin-bottom: 2.5vw;
	}
	.main-news-box .tab-head{
		height: 4vw;
		margin-bottom: 1.75vw;
	}
	.main-news-box .tab-head li{
		margin-right: 1vw;
		height: 4vw;
		line-height: 4vw;
		font-size: 2vw;
		padding: 0 2vw;
	}
	.main-news-box a.more{
		top: -5.75vw;
		height: 4vw;
		line-height: 4vw;
		font-size: 1.25vw;
	}
}
@media (max-width:768px) {
	.main-news-container{
		padding-top: 3vw;
		padding-bottom: 7.6vw;
		margin-bottom: 5.6vw;
	}
	.main-news-box{
		width: 100%;
		float: unset;
	}
	.main-news-box .tab-head{
		height: 6.4vw;
		margin-bottom: 2vw;
	}
	.main-news-box .tab-head li{
		margin-right: 1.6vw;
		height: 6.4vw;
		line-height: 6.4vw;
		font-size: 4vw;
	}
	.main-news-box a.more{
		top: -8.4vw;
		height: 6.4vw;
		line-height: 6.4vw;
		font-size: 3.2vw;
	}
}
/* ---- head-news Style ---- */
.head-news-box{
	display: flex;
	min-height: 5.6rem;
	min-height: calc(5.6rem + 1px);
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 0.8rem;
	border-bottom: 1px dotted #62a3ea;
	justify-content: center;
	align-items: center;
	text-align: left;
	margin-bottom: 0.6rem;
}
.head-news-box a:hover{
	color: #fff;
}
/* older-model */
.older-model .head-news-box{
	min-height: unset;
	line-height: 6.4vw;
	font-size: 4.4vw;
	padding: 0 0 2vw;
	margin-bottom: 1.6vw;
}
@media (max-width:1200px) {
	.head-news-box{
		min-height: 9.25vw;
		min-height: calc(9.25vw + 1px);
		line-height: 4vw;
		font-size: 2.75vw;
		padding: 0 0 1.25vw;
		margin-bottom: 1vw;
	}
}
@media (max-width:768px) {
	.head-news-box{
		min-height: unset;
		line-height: 6.4vw;
		font-size: 4.4vw;
		padding: 0 0 2vw;
		margin-bottom: 1.6vw;
	}
}
/* ---- news-lists Style ---- */
.news-lists li{
	height: 2.1rem;
	line-height: 2.1rem;
	padding: 0rem 3.2rem 0rem 1rem;
	font-size: 0.8rem;
	color: #333333;
	position: relative;
	background-image: url(jxw202109_point-b.png);
	background-size: 0.3rem 0.3rem;
	background-repeat: no-repeat;
	background-position: left 0.85rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-lists li span{
	position: absolute;
	top: 0;
	right: 0;
	min-height: 2.1rem;
	line-height: 1.5rem;
	padding: 0.3rem 0;
	font-size: 0.7rem;
	color: #999999;
}
.main-news-box .news-lists li{
	color: #fff;
	background-image: url(jxw202109_point-w.png);
}
.main-news-box .news-lists li a:hover{
	color: #fff;
}
.main-news-box .news-lists li span{
	color: #fff;
}
/* older-model */
.older-model .news-lists li{
	height: auto;
	min-height: 5.6vw;
	line-height: 3.6vw;
	padding: 1vw 10vw 1vw 3.2vw;
	font-size: 2.4vw;
	background-size: 1.2vw 1.2vw;
	background-position: left 2.6vw;
	overflow: auto;
	text-overflow: unset;
	white-space: unset;
}
.older-model .news-lists li span{
	min-height: 5.6vw;
	line-height: 3.6vw;
	padding: 1vw 0;
	font-size: 2vw;
}
@media (max-width:1200px) {
	.news-lists li{
		height: 3.5vw;
		line-height: 3.5vw;
		padding: 0 5vw 0 1.75vw;
		font-size: 1.33vw;
		background-size: 0.5vw 0.5vw;
		background-position: left 1.5vw;
	}
	.news-lists li span{
		min-height: 3.5vw;
		line-height: 2.5vw;
		padding: 0.5vw 0;
		font-size: 1.25vw;
	}
}
@media (max-width:768px) {
	.news-lists li{
		height: auto;
		min-height: 7.2vw;
		line-height: 4.8vw;
		padding: 1.2vw 10vw 1.2vw 3.2vw;
		font-size: 3.6vw;
		background-size: 1.2vw 1.2vw;
		background-position: left 3.2vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}
	.news-lists li span{
		min-height: 7.2vw;
		line-height: 4.8vw;
		padding: 1.2vw 0;
		font-size: 3.2vw;
	}
}
/* ---- news-swiper-box Style ---- */
.news-swiper-box{
	width: 49.75%;
	height: 16rem;
	float: right;
	position: relative;
}
.news-swiper-box .swiper-container{
	height: 16rem;
}
.news-swiper-box .swiper-container{
	height: 16rem;
}
.news-swiper-box .swiper-slide{
	height: 16rem;
	overflow: hidden;
	position: relative;
}
.news-swiper-box .swiper-slide img{
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.news-swiper-box .swiper-slide:hover img{
	transform: translate(-50%, -50%) scale(1.1);
}
.news-swiper-box .swiper-slide b{
    position: absolute;
    color: #FFF;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-swiper-box .pagination{
	position: absolute;
	right: 0;
	width: 100%;
	bottom: -1.8rem;
	height: 0.7rem;
	line-height: 0;
	font-size: 0;
	text-align: right;
}
.news-swiper-box .pagination .swiper-pagination-switch{
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	background: #9abfee;
}
.news-swiper-box .pagination .swiper-active-switch{
	background: #fff;
}
/* older-model */
.older-model .news-swiper-box{
	width: 100%;
	height: 80vh;
	float: unset;
	margin-bottom: 6.8vw;
}
.older-model .news-swiper-box .swiper-container{
	height: 80vh;
	border-radius: 2vw;
}
.older-model .news-swiper-box .swiper-container{
	height: 80vh;
}
.older-model .news-swiper-box .swiper-slide{
	height: 80vh;
}
.older-model .news-swiper-box .swiper-slide p{
	
	height: 5.6vw;
	line-height: 5.6vw;
	padding: 0 1vw;
	font-size: 2.6vw;
}
.older-model .news-swiper-box .pagination{
	bottom: -4.8vw;
	height: 2vw;
}
.older-model .news-swiper-box .pagination .swiper-pagination-switch{
	width: 2vw;
	height: 2vw;
	margin: 0 1.2vw;
}
@media (max-width:1200px) {
	.news-swiper-box{
		height: 26.75vw;
	}
	.news-swiper-box .swiper-container{
		height: 26.75vw;
	}
	.news-swiper-box .swiper-container{
		height: 26.75vw;
	}
	.news-swiper-box .swiper-slide{
		height: 26.75vw;
	}
	.news-swiper-box .swiper-slide p{
		height: 4vw;
		line-height: 4vw;
		padding: 0 1vw;
		font-size: 1.5vw;
	}
	.news-swiper-box .pagination{
		bottom: -3vw;
		height: 1.25vw;
	}
	.news-swiper-box .pagination .swiper-pagination-switch{
		width: 1.25vw;
		height: 1.25vw;
		margin: 0 0.75vw;
	}
}
@media (max-width:768px) {
	.news-swiper-box{
		width: 100%;
		height: 50.4vw;
		float: unset;
		margin-bottom: 6.8vw;
	}
	.news-swiper-box .swiper-container{
		height: 50.4vw;
	}
	.news-swiper-box .swiper-container{
		height: 50.4vw;
	}
	.news-swiper-box .swiper-slide{
		height: 50.4vw;
	}
	.news-swiper-box .swiper-slide p{
		height: auto;
		line-height: 4.8vw;
		width: 100%;
		padding: 1.6vw 1.6vw;
		font-size: 3.6vw;
		text-align: center;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}
	.news-swiper-box .pagination{
		bottom: -4.8vw;
		height: 2vw;
	}
	.news-swiper-box .pagination .swiper-pagination-switch{
		width: 2vw;
		height: 2vw;
		margin: 0 1.2vw;
	}

}
/* ---- main-head-box Style ---- */
.main-head-box{
	height: 2.1rem;
	position: relative;
	line-height: 2.1rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #085db3;
	margin-bottom: 1.5rem;
}
.main-head-box a{
	text-decoration: none;
	color: #085db3;
}
.main-head-box img{
	width: 1.75rem;
	height: auto;
	margin-right: 0.6rem;
}
.main-head-box::before,
.main-head-box::after{
	content: "";
	position: absolute;
	top: 50%;
	width: calc(50% - 3.3em);
	margin-top: -0.05rem;
	height: 0.1rem;
	line-height: 0;
	font-size: 1.6rem;
	overflow: hidden;
	background: #085db3;
}
.main-head-box::before{
	left: 0;
}
.main-head-box::after{
	right: 0;
}
/* older-model */
.older-model .main-head-box{
	height: 4.6vw;
	line-height: 4.6vw;
	font-size: 3.2vw;
	margin-bottom: 2.4vw;
}
.older-model .main-head-box img{
	width: 3.8vw;
	margin-right: 1vw;
}
.older-model .main-head-box::before,
.older-model .main-head-box::after{
	font-size: 3.6vw;
}
@media (max-width:1200px) {
	.main-head-box{
		height: 3.5vw;
		line-height: 3.5vw;
		font-size: 2.75vw;
		margin-bottom: 2.5vw;
	}
	.main-head-box img{
		width: 3vw;
		margin-right: 1vw;
	}
	.main-head-box::before,
	.main-head-box::after{
		font-size: 2.75vw;
	}
}
@media (max-width:768px) {
	.main-head-box{
		height: 5.6vw;
		line-height: 5.6vw;
		font-size: 4.4vw;
		margin-bottom: 4vw;
	}
	.main-head-box img{
		width: 4.8vw;
		margin-right: 1.6vw;
	}
	.main-head-box::before,
	.main-head-box::after{
		font-size: 4.4vw;
	}
}
/* ---- news-left-container Style ---- */
.news-left-container{
	width: 48%;
	float: left;
	margin-bottom: 1.9rem;
}
.news-right-container{
	width: 48%;
	float: right;
	margin-bottom: 1.9rem;
}
.half-left-container{
	width: 48%;
	float: left;
}
.half-right-container{
	width: 48%;
	float: right;
}
.box-head{
	position: relative;
	height: 2.6rem;
	margin-bottom: 1rem;
}
.box-head::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: #eaeaea;
}
.box-head h1{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.6rem;
	line-height: 2.5rem;
	/* border-bottom: 3px solid #115db2; */
	font-size: 1.2rem;
	color: #115db2;
	font-weight: bold;
}
.box-head a.more{
	position: absolute;
	right: 0;
	top: 0;
	height: 2.6rem;
	line-height: 2.5rem;
	color: #999;
	font-size: 0.8rem;
}
.box-head a.more:hover{
	color: #115db2;
}
/* older-model */
.older-model .news-left-container {
	width: 100%;
	float: unset;
	margin-bottom: 3.25vw;
}
.older-model .news-right-container {
	width: 100%;
	float: unset;
	margin-bottom: 3.25vw;
}
.older-model .half-left-container {
	width: 100%;
	float: unset;
}
.older-model .half-right-container {
	width: 100%;
	float: unset;
}
.older-model .box-head {
	height: 6.8vw;
	margin-bottom: 1.75vw;
}

.older-model .box-head h1 {
	height: 6.8vw;
	line-height: 6.4vw;
	font-size: 2.8vw;
}

.older-model .box-head a.more{
	height: 6.4vw;
	line-height: 6.4vw;
	font-size: 2.4vw;
}

@media (max-width:1200px) {
	.news-left-container{
		margin-bottom: 3.25vw;
	}
	.news-right-container{
		margin-bottom: 3.25vw;
	}
	.box-head{
		height: 4.25vw;
		margin-bottom: 1.75vw;
	}
	.box-head h1{
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 2vw;
	}
	.box-head a.more{
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 1.5vw;
	}
}
@media (max-width:768px) {
	.news-left-container{
		width: 100%;
		float: unset;
		margin-bottom: 5.2vw;
	}
	.news-right-container{
		width: 100%;
		float: unset;
		margin-bottom: 5.2vw;
	}
	.half-left-container{
		width: 100%;
		float: unset;
	}
	.half-right-container{
		width: 100%;
		float: unset;
	}
	.box-head{
		height: 6.8vw;
		margin-bottom: 2.8vw;
	}
	.box-head h1{
		height: 6.8vw;
		line-height: 6.4vw;
		font-size: 4vw;
	}
	.box-head a.more{
		height: 6.4vw;
		line-height: 6.4vw;
		font-size: 3.2vw;
	}
}
/* ---- main-head-box Style ---- */
.news-tab-container .tab-head{ 
	position: relative;
	height: 2.6rem;
	margin-bottom: 0.8rem;
}
.news-tab-container .tab-head::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: #eaeaea;
}
.news-tab-container .tab-head li{
	height: 2.6rem;
	line-height: 2.5rem;
	font-size: 1.2rem;
	color: #818181;
	font-weight: normal;
	margin-right: 2.25rem;
}
.news-tab-container .tab-head li:last-of-type{
	margin-right: 0;
}
.news-tab-container .tab-head li.active{
	border-bottom: 3px solid #115db2;
	font-weight: bold;
	color: #115db2;
}
.news-tab-container a.more{
	position: absolute;
	right: 0;
	top: -3.4rem;
	height: 2.6rem;
	line-height: 2.5rem;
	color: #999;
	font-size: 0.8rem;
}
/* older-model */
.older-model .news-tab-container .tab-head{ 
	height: 6.8vw;
	margin-bottom: 1.25vw;
}
.older-model .news-tab-container .tab-head li{
	height: 6.8vw;
	line-height: 6.4vw;
	font-size: 2.5vw;
	margin-right: 3vw;
}
.older-model .news-tab-container a.more{
	top: -8.8vw;
	height: 6.8vw;
	line-height: 6.4vw;
	font-size: 3.2vw;
}
@media (max-width:1200px) {
	.news-tab-container .tab-head{ 
		height: 4.25vw;
		margin-bottom: 1.25vw;
	}
	.news-tab-container .tab-head li{
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 2vw;
		margin-right: 3vw;
	}
	.news-tab-container a.more{
		top: -5.5vw;
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 1.5vw;
	}
}
@media (max-width:768px) {
	.news-tab-container .tab-head{ 
		height: 6.8vw;
		margin-bottom: 2vw;
	}
	.news-tab-container .tab-head li{
		height: 6.8vw;
		line-height: 6.4vw;
		font-size: 4vw;
		margin-right: 6vw;
	}
	.news-tab-container a.more{
		top: -8.8vw;
		height: 6.8vw;
		line-height: 6.4vw;
		font-size: 3.2vw;
	}
}

/* ---- disclosure-container Style ---- */
.disclosure-head {
	position: relative;
	height: 2.6rem;
	line-height: 2.6rem;
	background: url(jxw202109_disclosure-head-bg.jpg) center center / 100% 100% no-repeat;
	text-align: center;
	font-size: 1.3rem;
	color: #106bc7;
	font-weight: bold;
}
.disclosure-head img{
	position: absolute;
	right: 1.6rem;
	top: 0;
	height: 100%;
	width: auto;
}
.disclosure-lists li{
	display: table;
	float: left;
	width: 47.04%;
	margin-top: 0.5rem;
}
.disclosure-lists li:nth-of-type(2n) {
	float: right;
}
.disclosure-lists li a{
	position: relative;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 2.85rem;
	width: 100%;
	padding-left: 4.5rem;
	font-size: 0.8rem;
	color: #333333;
	line-height: 1.2rem;
	background: #f5f5f5;
}
.disclosure-lists li a img{
	position: absolute;
	top: 50%;
	left: 1.3rem;
	margin-top: -0.7rem;
	width: 1.4rem;
	height: auto;
}
.disclosure-lists li a:hover{
	text-decoration: none;
	color: #115db2;
	background: #daecfb;
}
/* older-model */
.older-model .disclosure-container{
	margin-top: 2.4vw;
}
.older-model .disclosure-head {
	height: 6.8vw;
	line-height: 6.8vw;
	font-size: 3vw;
}
.older-model .disclosure-head img{
	right: 2.75vw;
}
.older-model .disclosure-lists li{
	margin-top: 1.6vw;
}
.older-model .disclosure-lists li a{
	height: 9.34vw;
	padding-left: 7.5vw;
	font-size: 2.4vw;
	line-height: 3vw;
}
.older-model .disclosure-lists li a img{
	left: 3vw;
	margin-top: -1.5vw;
	width: 3vw;
}
@media (max-width:1200px) {
	.disclosure-head {
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 2.25vw;
	}
	.disclosure-head img{
		right: 2.75vw;
	}
	.disclosure-lists li{
		margin-top: 0.75vw;
	}
	
	.disclosure-lists li a{
		height: 4.75vw;
		padding-left: 7.5vw;
		font-size: 0.75vw;
		line-height: 2vw;
	}
	.disclosure-lists li a img{
		left: 2.25vw;
		margin-top: -1.1vw;
		width: 2.25vw;
	}
}
@media (max-width:768px) {
	.disclosure-container{
		margin-top: 5.6vw;
	}
	.disclosure-head {
		height: 6.8vw;
		line-height: 6.8vw;
		font-size: 4vw;
	}
	.disclosure-head img{
		right: 4.4vw;
	}
	.disclosure-lists li{
		margin-top: 1.6vw;
	}
	.disclosure-lists li a{
		height: 9.34vw;
		padding-left: 10vw;
		font-size: 3.6vw;
		line-height: 4.4vw;
	}
	.disclosure-lists li a img{
		left: 3.6vw;
		margin-top: -1.8vw;
		width: 3.6vw;
	}
}
@media (max-width:475px) {
	.disclosure-lists li a{
		padding-left: 0;
		text-align: center;
	}
	.disclosure-lists li a img{
		display: none;
	}
}
/* ---- government-open-listsStyle ---- */
.government-service-container{
	margin-bottom: 2.9rem;
}
.government-service-lists{
	margin-top: 1.4rem;
	border: 1px solid #f5f5f5;
}
.government-service-lists li{
	display: table;
	width: 20%;
	float: left;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.government-service-lists li:nth-of-type(5n) {
	border-right: none;
}
.government-service-lists li:nth-last-of-type(1),
.government-service-lists li:nth-last-of-type(2),
.government-service-lists li:nth-last-of-type(3),
.government-service-lists li:nth-last-of-type(4),
.government-service-lists li:nth-last-of-type(5){
	border-bottom: none;
}
.government-service-lists li a{
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: left;
	height: 2.4rem;
	padding-left: 5.5rem;
	font-size: 0.8rem;
	color: #333333;
}
.government-service-lists li a img{
	position: absolute;
	top: 50%;
	margin-top: -0.6rem;
	left: 2.2rem;
	height: 1.2rem;
	width: auto;
}
.government-service-lists li a:hover{
	text-decoration: none;
	background: #dcedff;
}
/* .older-model */
.older-model .government-service-container{
	margin-bottom: 4.75vw;
}
.older-model .government-service-lists{
	margin-top: 2.25vw;
}
.older-model .government-service-lists li{
	width: 50%;
}
.older-model .government-service-lists li:nth-of-type(2n) {
	border-right: none;
}
.older-model .government-service-lists li:nth-last-of-type(3),
.older-model .government-service-lists li:nth-last-of-type(4),
.older-model .government-service-lists li:nth-last-of-type(5){
	border-bottom: 1px solid #f5f5f5;
}
.older-model .government-service-lists li a{
	height: 6vw;
	padding-left: 10vw;
	font-size: 3vw;
}
.older-model .government-service-lists li a img{
	margin-top: -1.6vw;
	left: 5vw;
	height: 3.2vw;
}
@media (max-width:1200px) {
	.government-service-container{
		margin-bottom: 4.75vw;
	}
	.government-service-lists{
		margin-top: 2.25vw;
	}
	.government-service-lists li a{
		height: 4vw;
		padding-left: 9vw;
		font-size: 1.25vw;
	}
	.government-service-lists li a img{
		margin-top: -1vw;
		left: 3.75vw;
		height: 2vw;
	}
}
@media (max-width:768px) {
	.government-service-container{
		margin-bottom: 7.6vw;
	}
	.government-service-lists{
		margin-top: 3.6vw;
	}
	.government-service-lists li{
		width: 50%;
	}
	.government-service-lists li:nth-of-type(2n) {
		border-right: none;
	}
	.government-service-lists li:nth-last-of-type(3),
	.government-service-lists li:nth-last-of-type(4),
	.government-service-lists li:nth-last-of-type(5){
		border-bottom: 1px solid #f5f5f5;
	}
	.government-service-lists li a{
		height: 9.4vw;
		padding-left: 21.5vw;
		font-size: 3.6vw;
	}
	.government-service-lists li a img{
		margin-top: -1.6vw;
		left: 8.8vw;
		height: 3.2vw;
	}
}
/* ---- bottom-container Style ---- */
.ads-bar{
	margin-bottom: 1rem;
	overflow: hidden;
}
.ads-bar li{
	margin-bottom: 0.8rem;
	width: 100%;
}
.ads-bar li img{
	width: 100%;
	height: auto;
}
.ads-bar li img.ph{
	display: none;
}
.ads-bar li img.web{
	display: inline;
}
/* older-model */
.older-model .ads-bar{
	margin-bottom: 2.8vw;
}
.older-model .ads-bar li{
	margin-bottom: 2vw;
}
.older-model .ads-bar li img.ph{
	display: inline;
}
.older-model .ads-bar li img.web{
	display: none;
}
@media (max-width:1200px) {
	.ads-bar{
		margin-bottom: 1.75vw;
	}
	.ads-bar li{
		margin-bottom: 1.25vw;
	}
}
@media (max-width:768px) {
	.ads-bar{
		margin-bottom: 2.8vw;
	}
	.ads-bar li{
		margin-bottom: 2vw;
	}
	.ads-bar li img.ph{
		display: inline;
	}
	.ads-bar li img.web{
		display: none;
	}
}
/* ---- government-open-container Style ---- */
.government-open-container{
	width: 100%;
	background: #f5f5f5;
	padding: 2.1rem 0;
	margin-bottom: 2.5rem;
}
.government-open-container .main-head-box{
	margin-bottom: 0.6rem;
}
.business-online-links {
	padding-top: 0.3rem;
}
.business-online-links li{
	display: table;
	width: 47.3%;
	float: left;
	margin-bottom: 0.8rem;
}
.business-online-links li:nth-of-type(2n){
	float: right;
}
.business-online-links li:nth-last-of-type(1),
.business-online-links li:nth-last-of-type(2){
	margin-bottom: 0;
}
.business-online-links li a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 4.5rem;
	font-size: 0.9rem;
	color: #115db2;
	font-weight: bold;
	line-height: 1.3rem;
	background: #daecfb;
}
.business-online-links li a img{
	width: 1.8rem;
	margin-right: 2.1rem;
}
.business-online-links li a:hover{
	text-decoration: none;
	color: #115db2;
}
/* older-model */
.older-model .government-open-container{
	padding: 3.6vw 0;
	margin-bottom: 4vw;
}
.older-model .government-open-container .main-head-box{
	margin-bottom: 1vw;
}
.older-model .business-online-links {
	padding-top: 0;
	margin-bottom: 2vw;
}
.older-model .business-online-links li{
	margin-bottom: 1.25vw;
}
.older-model .business-online-links li a{
	height: 10vw;
	font-size: 3vw;
	line-height: 4vw;
}
.older-model .business-online-links li a img{
	width: 3.6vw;
	margin-right: 2.4vw;
}

@media (max-width:1200px) {
	.government-open-container{
		padding: 6vw 0;
		margin-bottom: 4vw;
	}
	.government-open-container .main-head-box{
		margin-bottom: 1vw;
	}
	.business-online-links {
		padding-top: 0.5vw;
	}
	.business-online-links li{
		margin-bottom: 1.25vw;
	}
	.business-online-links li a{
		height: 7.5vw;
		font-size: 1.5vw;
		line-height: 2.5vw;
	}
	.business-online-links li a img{
		width: 3vw;
		margin-right: 3vw;
	}
}
@media (max-width:768px) {
	.government-open-container{
		padding: 5.6vw 0;
		margin-bottom: 6.4vw;
	}
	.government-open-container .main-head-box{
		margin-bottom: 1.6vw;
	}
	.government-open-container .main-head-box{
		margin-bottom: 0.6rem;
	}
	.business-online-links {
		padding-top: 0;
		margin-bottom: 5.6vw;
	}
	.business-online-links li{
		margin-bottom: 2vw;
	}
	.business-online-links li a{
		height: 12vw;
		font-size: 4vw;
		line-height: 5vw;
	}
	.business-online-links li a img{
		width: 4.8vw;
		margin-right: 2.4vw;
	}
}
/* ---- bottom-container Style ---- */
.business-new-links{
	width: 100%;
}
.business-new-links li{
	display: table;
	float: left;
	width: 48%;
	margin-top: 2%;
}
.business-new-links li:nth-of-type(2n){
	float: right;
}
.business-new-links li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 4.1rem;
	font-size: 0.9rem;
	color: #115db2;
	background: #daecfb;
	font-weight: bold;
}
.business-new-links li a:hover{
	text-decoration: none;
	color: #115db2;
}
.business-new-links li a img{
	width: 1.9rem;
	height: auto;
	margin-right: 1.1rem;
}
/* older-model */
.older-model .business-new-links li a{
	height: 13.2vw;
	font-size: 3vw;
	line-height: 4vw;
}
.older-model .business-new-links li a img{
	width: 5.6vw;
	margin-right: 0vw;
	margin-bottom: 0.8vw;
}
.older-model .business-new-links li a span{
	display: inline-block;
	width: 100%;
	padding: 0 1.6vw;
}
@media (max-width:1200px) {
	.business-new-links li a{
		height: 6.75vw;
		font-size: 1.5vw;
	}
	.business-new-links li a img{
		width: 3vw;
		margin-right: 2.5vw;
	}
}
@media (max-width:768px) {
	.business-new-links li a{
		height: 15vw;
		font-size: 3.6vw;
		line-height: 4.2vw;
	}
	.business-new-links li a img{
		width: 5.6vw;
		margin-right: 0vw;
		margin-bottom: 0.8vw;
	}
	.business-new-links li a span{
		display: inline-block;
		width: 100%;
		padding: 0 1.6vw;
	}
}
/* ---- bottom-container Style ---- */
.minsheng-list{
	margin-bottom: 2.6rem;
}
.interaction-lists{
	margin-bottom: 2.6rem;
}
.interaction-lists li{
	display: table;
	width: 48.5%;
	float: left;
	margin-bottom: 1.2rem;
}
.interaction-lists li:nth-of-type(2n){
	float: right;
}
.interaction-lists li:nth-last-of-type(1),
.interaction-lists li:nth-last-of-type(2){
	margin-bottom: 0;
}
.interaction-lists li a{
	display: table-cell;
	height: 5.4rem;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 0.9rem;
	line-height: 1.3rem;
	color: #115db2;
	background: #ddedff;
	font-weight: bold;
}
.interaction-lists li a:hover{
	text-decoration: none;
	color: #115db2;
}
.interaction-lists li a img{
	margin-right: 1.5rem;
	width: 2.65rem;
	height: auto;
}
.interaction-lists li a p{
	padding: 0;
	display: inline;
}
/* older-model */
.older-model .minsheng-list{
	margin-bottom: 4vw;
}
.older-model .interaction-lists{
	margin-bottom: 4vw;
}
.older-model .interaction-lists li{
	width: 48%;
	margin-right: 0;
	margin-bottom: 2vw;
}
.older-model .interaction-lists li:nth-of-type(2n){
	float: right;
}
.older-model .interaction-lists li a{
	height: 10vw;
	font-size: 3vw;
	line-height: 4vw;
}
.older-model .interaction-lists li a img{
	margin-right: 2.5vw;
	width: 4vw;
}
.older-model .interaction-lists li a p{
	padding: 0;
}
@media (max-width:1200px) {
	.minsheng-list{
		margin-bottom: 4.25vw;
	}
	.interaction-lists{
		margin-bottom: 4.25vw;
	}
	.interaction-lists li{
		margin-bottom: 2vw;
	}
	.interaction-lists li a{
		height: 9vw;
		font-size: 1.5vw;
		line-height: 2vw;
	}
	.interaction-lists li a img{
		margin-right: 2.5vw;
		width: 4.5vw;
	}
}
@media (max-width:768px) {
	.minsheng-list{
		margin-bottom: 6.8vw;
	}
	.interaction-lists{
		margin-bottom: 6.8vw;
	}
	.interaction-lists li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 3.2vw;
	}
	.interaction-lists li:nth-of-type(2n){
		float: right;
	}
	.interaction-lists li a{
		height: 13vw;
		font-size: 4vw;
		line-height: 5vw;
	}
	.interaction-lists li a img{
		margin-right: 4vw;
		width: 7.2vw
	}
}
/* ---- column-container Style ---- */
.column-container{
	background: #f5f5f5;
	width: 100%;
	padding: 2.1rem 0 5.1rem;
}
.column-swiper-box{
	width: 100%;
	max-width: 1240px;
	position: relative;
	height: 8.25rem;
	margin: 0 auto;
}
.column-swiper-box .swiper-container {
	width: 100%;
	height: 8.25rem;
}
.column-swiper-box .swiper-slide{
	/* padding: 0 1rem; */
	height: 8.25rem;
}
.column-swiper-box .swiper-slide .item{
	width: 100%;
	height: 8.25rem;
	overflow: hidden;
	position: relative;
	padding:0 1rem;
}
.column-swiper-box .swiper-slide .item a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.column-swiper-box .swiper-slide .item a img{
	width: 100%;
	height: 100%;
}
.column-swiper-box  .pagination{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -2.6rem;
	height: 0.7rem;
	line-height: 0;
	font-size: 0;
	text-align: center;
}
.column-swiper-box  .pagination .swiper-pagination-switch{
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background: #999999;
	margin: 0 0.5rem;
}
.column-swiper-box  .pagination  .swiper-active-switch{
	background: #db4e5c;
}
/* older-model */
.older-model .column-container{
	padding: 4vw 0 8vw;
}
.older-model .column-swiper-box{
	height: 20vw;
}
.older-model .column-swiper-box .swiper-container {
	height: 20vw;
}
.older-model .column-swiper-box .swiper-slide{
	height: 20vw;
}
.older-model .column-swiper-box .swiper-slide .item{
	height: 20vw;
	padding:0 1vw;
}
.older-model .column-swiper-box  .pagination{
	bottom: -4vw;
	height: 2vw;
}
.older-model .column-swiper-box  .pagination .swiper-pagination-switch{
	width: 2vw;
	height: 2vw;
	margin: 0 1.2vw;
}
@media (max-width:1200px) {
	.column-container{
		padding: 3.5vw 0 8.5vw;
	}
	.column-swiper-box{
		height: 13.75vw;
	}
	.column-swiper-box .swiper-container {
		height: 13.75vw;
	}
	.column-swiper-box .swiper-slide{
		height: 13.75vw;
	}
	.column-swiper-box .swiper-slide .item{
		height: 13.75vw;
		padding:0 1.75vw;
	}
	.column-swiper-box  .pagination{
		bottom: -4.25vw;
		height: 1.25vw;
	}
	.column-swiper-box  .pagination .swiper-pagination-switch{
		width:  1.25vw;
		height:  1.25vw;
		margin: 0 0.75vw;
	}
}
@media (max-width:768px) {
	.column-container{
		padding: 9.6vw 0 13.6vw;
	}
	.column-swiper-box{
		height: 25vw;
	}
	.column-swiper-box .swiper-container {
		height: 25vw;
	}
	.column-swiper-box .swiper-slide{
		height: 25vw;
	}
	.column-swiper-box .swiper-slide .item{
		height: 25vw;
		padding:0 2.8vw;
	}
	.column-swiper-box  .pagination{
		bottom: -6.8vw;
		height: 2vw;
	}
	.column-swiper-box  .pagination .swiper-pagination-switch{
		width: 2vw;
		height: 2vw;
		margin: 0 1.2vw;
	}
}
/* ---- bottom-container Style ---- */
.bottom-container{
    position: absolute;
    width: 100%;
    left: 0;
}
/* ---- friendship-container Style ---- */
.friendship-container{
    width: 100%;
    background: #daecfb;
}
.friendship-box{
    height: 3rem;
    width: 100%;
    max-width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.friendship-box>li{
    float: left;
    width: 15%;
    margin-right: 2%;
	padding-right: 1.5rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 0.8rem;
    color: #115db2;
	position: relative;
}
.friendship-box>li::before{
	content: "";
	position: absolute;
	right: 0.7rem;
	top: 50%;
	margin-top: -0.15rem;
	width: 0.55rem;
	height: 0.3rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(jxw202109_arrow_down.png);
}
.friendship-box>li:hover::before{
	background-image: url(jxw202109_arrow_up.png);
}
.friendship-box>li.no-sub{
	padding-right: 0;
}
.friendship-box>li.no-sub::before{
	display: none;
}
.friendship-box>li a:hover{
    text-decoration: none;
}
.friendship-box>li:last-of-type{
    margin-right: 0;
}
.friendship-box>li ul.links{
    display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 14.4rem;
	overflow-y: auto;
	background: #fff;
	z-index: 100%;
	border: 1px solid #ccc;
}
.friendship-box>li:hover ul.links{
	display: block;
}
.friendship-box>li ul.links li{
	font-size: 0.7rem;
	color: #333;
	line-height: 0.9rem;
	text-align: left;
}
.friendship-box>li ul.links li a{
	display: block;
	width: 100%;
	padding: 0.15rem 0.5rem;
}
.friendship-box>li ul.links li a:hover{
	color: #333;
}
.friendship-box>li ul.links li:hover{
	background: #cccccc;
}
/* older-model */
.older-model .friendship-container .container{
	max-width: unset;
	width: 98%;
}
.older-model .friendship-box{
    height: 5rem;
    max-width: unset;
}
.older-model .friendship-box>li{
	padding-right: 1.5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.4rem;
}
.older-model .friendship-box>li ul.links{
	height: 18rem;
}
.older-model .friendship-box>li ul.links li{
	font-size: 1.2rem;
	line-height: 1.5rem;
}
@media (max-width:768px) {
	.friendship-container{
		display: none;
	}
}
/* ---- footer-container Style ---- */
.footer-container{
	width: 100%;
	background: #115db2;
	padding: 2.2rem 0 2.1rem;
}
.footer-box{
	padding: 0 11.5rem 0 12rem;
	position: relative;
}
.footer-box a{
	color: #fff;
}
.footer-info{
	width: 100%;
	min-height: 5.7rem;
	border-left: 1px solid #417dc1;
	border-right: 1px solid #417dc1;
	padding: 0 6.2%;
}
.footer-info p{
	font-size: 0.8rem;
	color: #fff;
	line-height: 1.6rem;
	min-height: 1.6rem;
}
.footer-info p span{
	display: inline-block;
	margin: 0 0.8rem 0 0;
}
.footer-jiguan{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.8rem;
	width: 3rem;
	height: 3.6rem;
}
.footer-jiguan img{
	width: 100%;
	height: 100%;
}
.footer-zhaocuo{
	position: absolute;
	left: 4rem;
	top: 50%;
	margin-top: -1.35rem;
	width: 5.5rem;
	height: 2.75rem;
}
.footer-zhaocuo img{
	width: 100%;
	height: 100%;
}
.footer-qrcode{
	position: absolute;
	top: 50%;
	margin-top: -2.95rem;
	right: 0;
	width: 11rem;
}
.footer-qrcode li{
	float: left;
	width: 4.6rem;
	margin-left: 0.9rem;
}
.footer-qrcode li img{
	width: 100%;
	height: auto;
	margin-bottom: 0.45rem;
}
.footer-qrcode li p{
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
/* older-model */
.older-model .footer-container{
	padding: 4vw 0 3.6vw;
}
.older-model .footer-box{
	padding: 0;
}
.older-model .footer-info{
	min-height: unset;
	border-left: none;
	border-right: none;
	padding: 0 4%;
	text-align: center;
}
.older-model .footer-info p{
	font-size: 2vw;
	line-height: 3.2vw;
	min-height: unset;
	/* padding: 0.8vw 0; */
}
.older-model .footer-info p span{
	display: inline-block;
	margin: 0 1rem 0 0;
}
.older-model .footer-jiguan{
	position: relative;
	left: auto;
	top: auto;
	margin-top: 0;
	margin-bottom: 1.2vw;
	width: 100%;
	text-align: center;
}
.older-model .footer-jiguan img{
	height: 4vw;
	width: auto;
}
.older-model .footer-zhaocuo{
	display: none;
}
.older-model .footer-qrcode{
	width: 100%;
	max-width: 740px;
	position: relative;
	top: auto;
	margin: 4vw auto 0;
	right: auto;
	text-align: center;
}
.older-model .footer-qrcode li {
	float: none;
	display: inline-block;
	width: 25%;
}
.older-model .footer-qrcode li p{
	font-size: 1.4vw;
}
@media (max-width:768px) {
	.footer-container{
		padding: 6vw 0 5.6vw;
	}
	.footer-box{
		padding: 0;
	}
	.footer-info{
		min-height: unset;
		border-left: none;
		border-right: none;
		padding: 0 4%;
		text-align: center;
	}
	.footer-info p{
		font-size: 3.2vw;
		line-height: 5.6vw;
		min-height: unset;
		/* padding: 0.8vw 0; */
	}
	.footer-info p span{
		display: inline-block;
		margin: 0 1rem 0 0;
	}
	.footer-jiguan{
		position: relative;
		left: auto;
		top: auto;
		margin-top: 0;
		margin-bottom: 1.2vw;
		width: 100%;
		text-align: center;
	}
	.footer-jiguan img{
		height: 3.6rem;
		width: auto;
	}
	.footer-zhaocuo{
		display: none;
	}
	.footer-qrcode{
		display: flex;
		width: 100%;
		max-width: 414px;
		position: relative;
		top: auto;
		margin: 4vw auto 0;
		right: auto;
		justify-content: center;
		align-items: flex-start;
		align-content: flex-start;
	}
	.footer-qrcode li {
		width: 25%;
	}
}
/* ---- side-bar-container Style ---- */
.side-bar-container{
	position: fixed;
	left: 50%;
	bottom: 1.5rem;
	margin-left: 630px;
	width: 3.4rem;
	background: #fff;
	padding: 0.2rem;
	z-index: 999;
	opacity: 0.5;
}
.side-bar-container:hover{
	opacity: 1;
}
.side-bar-container .qrcode-box{
	width: 3rem;
	height: auto;
	position: relative;
	margin-bottom: 0.4rem;
}
.side-bar-container .qrcode-box img{
	width: 100%;
	height: auto;
}
.side-bar-container .qrcode-box img.qrcode{
	display: none;
	position: absolute;
	width: 6.8rem;
	top: -0.2rem;
	left: -7rem;
}
.side-bar-container .qrcode-box:hover img.qrcode{
	display: block;
}
.side-bar-container .to-top-box{
	width: 3rem;
	height: auto;
	position: relative;
}
.side-bar-container .to-top-box img{
	width: 100%;
	height: auto;
}
@media (max-width:1400px) {
	.side-bar-container{
		left: unset;
		right: 0.5rem;
		bottom: 0.5rem;
		margin: 0;
	}
}