﻿/* 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-body>li {
	display: none;
	position: relative;
}

.tab-body>li.thisclass {
	display: block;
}
.container{
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.main-left-container{
	width: 73%;
	float: left;
}
.main-right-container{
	width: 23.33%;
	float: right;
}
/* older-model */
.older-model .container{
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.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(wjw202111_banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: relative;
}
.banner{
	width: 27.75%;
	max-width: 26.1rem;
	margin: 2.8rem auto 1.8rem;
}
.banner img{
	width: 100%;
	height: auto;
}
.older-model .banner-container{
	min-height: 100vh;
}
.older-model .banner{
	width: 38.2%;
	max-width: 32rem;
	margin: 4.75vw auto 3vw;
}
@media (max-width:2000px) {
	.banner-container{
		background-size: auto 100%;
	}
}
@media (max-width:1200px) {
	.banner-container{
		min-height: 42vw;
	}
	.banner{
		margin: 4.75vw auto 3vw;
	}
}
@media (max-width:768px) {
	.banner-container{
		min-height: 67.2vw;
	}
	.banner{
		width: 61.8%;
		max-width: unset;
		margin: 0 auto 0.4vw;
		padding-top: 14vw;
	}
}
/* ---- bottom-container Style ---- */
.welcome-box{
	height: 3.3rem;
	line-height: 3.3rem;
	padding: 0 0 0 3.4rem;
	/* background: url(wjw202111_logo-yt.png) left center / 2.3rem auto no-repeat; */
	font-size: 0.7rem;
	color: #333333;
	position: relative;
}
.welcome-box .yt-logo{
	position: absolute;
	left: 0;
	top: 50%;
	height: 2.3rem;
	width: auto;
	margin-top: -1.15rem;
}
.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;
}
.welcome-box .right-link .row{
	display: inline;
}
/* older-model */
.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 .yt-logo{
	height: auto;
	width: 6vw;
	margin-top: -3.5vw;
}
.older-model .welcome-box .right-link{
	height: auto;
	min-height: 8vw;
	padding: 1vw 0;
	line-height: 0;
	font-size: 0vw;
	text-align: right;
}
.older-model .welcome-box .right-link .row{
	line-height: 3vw;
	font-size: 2rem;
	display: block;
}
.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 .yt-logo{
		height: auto;
		width: 3.75vw;
		margin-top: -2vw;
	}
	.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;
	padding-left: 1.4rem;
	background-color: #1764ce;
	background-position: 1.2rem center;
	background-size: 1.1rem auto;
	background-repeat: no-repeat;
	background-image: url(wjw202111_icon-search.png);
	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("wjw202111_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: 6vw;
	line-height: 6vw;
	font-size: 3.2vw;
	padding-left: 3.6vw;
	background-position: 3.2vw center;
	background-size: 2.8vw auto;
}
.older-model .search-box .btn img{
	width: 2.8vw;
	margin-right: 1.2vw;
}
.older-model .search-box .select-box{
	height: 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: 6vw;
	width: 16vw;
	border: none;
	padding-left: 2.8vw;
	font-size: 3.2vw;
}
.older-model .search-box .text-input{
	height: 6vw;
	line-height: 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;
		padding-left: 2.25vw;
		background-position: 2vw center;
		background-size: 1.75vw auto;
	}
	.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;
		padding-left: 3.6vw;
		background-position: 3.2vw center;
		background-size: 2.8vw auto;
	}
	.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;
	z-index: 999;
}
.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%;
	z-index: 999;
}
.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.1%;
}

.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 ul.two-row{
	background: #1367d0;
	border-radius: 0 0 0.3rem 0.3rem;
	padding-bottom: 0.5rem;
}
.menu-pc-container .menu>ul>li ul.m-left{
	text-align: left;
	padding-left: 5rem;
}
.menu-pc-container .menu>ul>li ul.m-right{
	text-align: right;
}
.menu-pc-container .menu>ul>li ul.two-row{
	background: #1367d0;
}
.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: #1764ce;
		padding: 1.8vw 0 0 1vw;
		border: 0.4vw solid #1764ce;
		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: #1764ce;
		border-radius: 0.4vw;
		border-bottom: 0.4vw solid #1764ce;
		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(wjw202111_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(wjw202111_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;
	background: url(wjw202111_main-news-bg.jpg) center center / auto 100% repeat-x;
	margin-bottom: 2.1rem;
}
.main-news-box{
	width: 48%;
	float: left;
}
.main-news-box .tab-head{
	position: relative;
	height: 3rem;
	margin-bottom: 1.1rem;
}
.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: 1.9rem;
	height: 3rem;
	line-height: 3rem;
	float: left;
	font-size: 1.2rem;
	color: #fff;
	position: relative;
	z-index: 1;
}
.main-news-box .tab-head li img{
	width: 1.2rem;
	height: auto;
	margin-right: 0.75rem;
}
.main-news-box .tab-head li::before{
	display: none;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 0.2rem;
	width: 100%;
	list-style: 0;
	font-size: 0;
	background: #fff;
	overflow: hidden;

}
.main-news-box .tab-head li.active{
	font-weight: bold;
}
.main-news-box .tab-head li a:hover{
	color: #fff;
	text-decoration: none;
}
.main-news-box .tab-head li.active::before{
	display: none;
}
.main-news-box a.more{
	position: absolute;
	right: 0;
	top: -4.1rem;
	height: 3rem;
	line-height: 3rem;
	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: 8vw;
	margin-bottom: 2.8vw;
}
.older-model .main-news-box .tab-head li{
	margin-right: 5.2vw;
	height: 8vw;
	line-height: 8vw;
	font-size: 4vw;
}
.older-model .main-news-box .tab-head li img{
	width: 4vw;
	margin-right: 1.6vw;
}
.older-model .main-news-box a.more{
	top: -10.8vw;
	height: 8vw;
	line-height: 8vw;
	font-size: 2.4vw;
}
@media (max-width:1200px) {
	.main-news-container{
		padding-top: 4.25vw;
		padding-bottom: 4.75vw;
		margin-bottom: 3.5vw;
	}
	.main-news-box .tab-head{
		height: 5vw;
		margin-bottom: 1.75vw;
	}
	.main-news-box .tab-head li{
		margin-right: 3.25vw;
		height: 5vw;
		line-height: 5vw;
		font-size: 2vw;
	}
	.main-news-box .tab-head li img{
		width: 2vw;
		margin-right: 1vw;
	}
	.main-news-box a.more{
		top: -6.75vw;
		height: 5vw;
		line-height: 5vw;
		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: 8vw;
		margin-bottom: 2.8vw;
	}
	.main-news-box .tab-head li{
		margin-right: 5.2vw;
		height: 8vw;
		line-height: 8vw;
		font-size: 4vw;
	}
	.main-news-box .tab-head li img{
		width: 4vw;
		margin-right: 1.6vw;
	}
	.main-news-box a.more{
		top: -10.8vw;
		height: 8vw;
		line-height: 8vw;
		font-size: 3.2vw;
	}
}
/* ---- head-news Style ---- */
.head-news-box{
	display: flex;
	min-height: 4.8rem;
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	text-align: left;
	border-bottom: 1px dotted #62a3ea;
	padding-bottom: 0.7rem;
	margin-bottom: 0.8rem;
}
.head-news-box a:hover{
	color: #fff;
}
.head-news-content{
	line-height: 1.5rem;
	height: 6rem;
	font-size: 0.8rem;
	color: #98bfe8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.head-news-more{
	margin-top: 0.75rem;
	line-height: 0;
}
.head-news-more a{
	display: inline-block;
	height: 2.8rem;
	line-height: 1.7rem;
	border-bottom: 0.1rem solid #ffffff;
	padding-right: 2.6rem;
	text-align: center;
	font-size: 1.2rem;
	color: #fefefe;
	position: relative;
}
.head-news-more a::before{
	content: "";
	position: absolute;
	right: 0rem;
	bottom: -0.1rem;
	width: 0.75rem;
	height: 0.1rem;
	line-height: 0;
	font-size: 0;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}
.head-news-more a:hover{
	text-decoration: none;
}
/* 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;
}
.older-model .head-news-content{
	line-height: 175%;
	height: auto;
	font-size: 3.2vw;
	overflow: unset;
	text-overflow: unset;
	display: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}
.older-model .head-news-more{
	margin-top: 1.25vw;
	text-align: center;
}
.older-model .head-news-more a{
	display: inline-block;
	height: 6vw;
	line-height: 5.6vw;
	width: 30vw;
	font-size: 3.2vw;
	padding-right: 0;
}
.older-model .head-news-more a::before{
	display: none;
}
@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: 1.25vw;
	}
	.head-news-content{
		line-height: 2.5vw;
		height: 10vw;
		font-size: 1.25vw;
	}
	.head-news-more{
		margin-top: 1.25vw;
	}
	.head-news-more a{
		height: 4.75vw;
		line-height: 2.75vw;
		font-size: 2vw;
		padding-right: 4.25vw;
	}
	.head-news-more a::before{
		width: 1.25vw;
	}
	.head-news-more a:hover{
		text-decoration: none;
	}
}
@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;
	}
	.head-news-content{
		line-height: 175%;
		height: auto;
		font-size: 3.2vw;
		overflow: unset;
		text-overflow: unset;
		display: unset;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
	}
	.head-news-more{
		display: none;
		margin-top: 2vw;
		text-align: center;
	}
	.head-news-more a{
		display: inline-block;
		height: 6vw;
		line-height: 5.6vw;
		width: 30vw;
		font-size: 3.2vw;
	}
}
/* ---- 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(wjw202111_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(wjw202111_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.6vw;
		line-height: 5.2vw;
		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-content-box Style ---- */
.single-content-box{
	height: 12.6rem;
	line-height: 2.1rem;
	font-size: 0.8rem;
	color: #333333;
	overflow: hidden;
}
/* older-model */
.older-model .single-content-box{
	height: auto;
	line-height: 200%;
	font-size: 2.4vw;
}
@media (max-width:1200px) {
	.single-content-box{
		height: 21vw;
		line-height: 3.5vw;
		font-size: 1.33vw;
	}
}
@media (max-width:768px) {
	.single-content-box{
		height: auto;
		line-height: 200%;
		font-size: 3.6vw;
	}
}
/* ---- 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 p{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.4rem;
	line-height: 2.4rem;
	width: 100%;
	padding: 0 0.6rem;
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.6);
	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;
	}
}
/* ---- 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: 0.8rem;
}
.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;
	margin-bottom: 3.25vw;
}
.older-model .half-right-container {
	width: 100%;
	float: unset;
	margin-bottom: 3.25vw;
}
.older-model .box-head {
	height: 6.8vw;
	margin-bottom: 2vw;
}

.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.25vw;
	}
	.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;
		margin-bottom: 5.2vw;
	}
	.half-right-container{
		width: 100%;
		float: unset;
		margin-bottom: 5.2vw;
	}
	.box-head{
		height: 6.8vw;
		margin-bottom: 2vw;
	}
	.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-box{
	position: relative;
	margin-bottom: 0.8rem;
}
.news-tab-container .tab-head{
	position: relative;
	height: 2.6rem;
	z-index: 1;
}
.news-tab-container .tab-head-box::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{
	/* position: relative; */
	height: 2.6rem;
	line-height: 2.5rem;
	font-size: 1.2rem;
	color: #333333;
	font-weight: bold;
	margin-right: 2.25rem;
	z-index: 1;
}
.news-tab-container .tab-head li.active{
	border-bottom: 0.1rem solid #115db2;
	font-weight: bold;
	color: #115db2;
}
.news-tab-container .tab-head li a.more{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 2.6rem;
	line-height: 2.6rem;
	font-size: 0.8rem;
	color: #999;
	font-weight: normal;
}
.news-tab-container .tab-head li.active a.more{
	display: block;
}
.news-tab-container .tab-head li a.more:hover{
	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-box{
	margin-bottom: 1.25vw;
}
.older-model .news-tab-container .tab-head{
	height: 6vw;
}
.older-model .news-tab-container .tab-head li{
	height: 6vw;
	line-height: 5.6vw;
	font-size: 3vw;
	margin-right: 3.75vw;
}
.older-model .news-tab-container .tab-head li a.more{
	top: 0;
	height: 6vw;
	line-height: 6vw;
	font-size: 2.6vw;
}
.older-model .news-tab-container a.more{
	top: -7.25vw;
	height: 6vw;
	line-height: 5.6vw;
	font-size: 2.6vw;
}
@media (max-width:1200px) {
	.news-tab-container .tab-head-box{
		margin-bottom: 1.25vw;
	}
	.news-tab-container .tab-head{
		height: 4.25vw;
	}
	.news-tab-container .tab-head li{
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 2vw;
		margin-right: 3.75vw;
	}
	.news-tab-container .tab-head li a.more{
		top: 0;
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 1.5vw;
	}
	.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-box{
		margin-bottom: 2vw;
	}
	.news-tab-container .tab-head{
		height: 6.8vw;
	}
	.news-tab-container .tab-head li{
		height: 6.8vw;
		line-height: 6.4vw;
		font-size: 4vw;
		margin-right: 4vw;
	}
	.news-tab-container .tab-head li a.more{
		top: 0;
		height: 6.8vw;
		line-height: 6.8vw;
		font-size: 3.2vw;
	}
	.news-tab-container a.more{
		top: -8.8vw;
		height: 6.8vw;
		line-height: 6.4vw;
		font-size: 3.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;
	}
}

/* ---- 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 1.3rem;
}
.government-right li:first-of-type{
	margin-top: 2.5rem;
}
.government-right li:last-of-type{
	margin-top: 1.8rem;
}
.government-right li img{
	width: 100%;
	height: auto;
}
.government-open-lists li{
	display: table;
	width: 100%;
	float: left;
	margin-bottom: 0.75rem;
}
.government-open-lists li:last-of-type{
	margin-bottom: 0;
}
.government-open-lists li a{
	position: relative;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	background: #fff;
	border-left: 0.25rem solid #115db2;
	padding-left: 5.2rem;
	padding-right: 1rem;
	height: 2.75rem;
	width: 100%;
}
.government-open-lists li a img{
	position: absolute;
	left: 2.4rem;
	top: 50%;
	margin-top: -0.6rem;
	width: auto;
	height: 1.25rem;
}
.government-open-lists li p{
	line-height: 1.2rem;
	font-size: 0.8rem;
	color: #333333;
	text-align: left;
}
.government-open-lists li a:hover{
	color: #115db2;
	text-decoration: none;
	background: #ddeeff;
}

/* older-model  */
.older-model .government-open-container{
	padding: 6vw 0;
}
.older-model .government-open-lists li{
	margin-bottom: 1.25vw;
}
.older-model .government-open-lists li a{
	height: 8vw;
	border-left: 0.5vw solid #115db2;
	padding-left: 7.75vw;
	padding-right: 1.75vw;
}
.older-model .government-open-lists li a img{
	left: 3vw;
	margin-top: -1.6vw;
	height: 3.2vw;
}
.older-model .government-open-lists li p{
	line-height: 3.2vw;
	font-size: 2.4vw;
}
.older-model .government-open-lists li a:hover{
	color: #115db2;
	text-decoration: none;
	background: #ddeeff;
}
@media (max-width:1200px) {
	.government-open-container{
		padding: 3.5vw 0 2.25vw;
	}
	.government-open-lists li{
		margin-bottom: 1.25vw;
	}
	.government-open-lists li a{
		height: 4.5vw;
		border-left: 0.5vw solid #115db2;
		padding-left: 8.5vw;
		padding-right: 1.75vw;
	}
	.government-open-lists li a img{
		left: 4vw;
		margin-top: -1vw;
		height: 2vw;
	}
	.government-open-lists li p{
		font-size: 1.25vw;
		line-height: 2vw;
	}
}
@media (max-width:768px) {
	.government-open-container{
		padding: 5.6vw 0 3.6vw;
	}
	.government-open-lists{
		margin-top: 4.8vw;
	}
	.government-open-lists li{
		margin-bottom: 2vw;
	}
	.government-open-lists li a{
		border-left: 0.8vw solid #115db2;
		padding-left: 14.4vw;
		padding-right: 2.8vw;
		height: 10vw;
	}
	.government-open-lists li a img{
		left: 6.8vw;
		margin-top: -1.6vw;
		height: 5.6vw;
	}
	.government-open-lists li p{
		line-height: 6vw;
		font-size: 4.8vw;
	}
	.government-open-lists li a:hover{
		color: #115db2;
		text-decoration: none;
		background: #ddeeff;
	}
}
/* ---- government-service-container Style ---- */
.government-service-container{
	padding: 1.5rem 0 1.6rem;
}
.government-service-lists{
	margin-bottom: 1.9rem;
}
.government-service-lists li{
	width: 48%;
	float: left;
}
.government-service-lists li:nth-of-type(2n){
	float: right;
}
.government-service-lists li img{
	width: 100%;
	height: auto;
}
/* older-model */
.older-model .government-service-container{
	padding: 2.5vw 0 2.75vw;
}
.older-model .government-service-lists{
	margin-bottom: 3.25vw;
}
.older-model .government-service-lists li{
	width: 100%;
	float: unset;
	margin-bottom: 2%;
}
.older-model .government-service-lists li:nth-of-type(2n){
	float: unset;
}
.older-model .government-service-lists li:last-of-type{
	margin-bottom: 0;
}
@media (max-width:1200px) {
	.government-service-container{
		padding: 2.5vw 0 2.75vw;
	}
	.government-service-lists{
		margin-bottom: 3.25vw;
	}
}
@media (max-width:768px) {
	.government-service-container{
		padding: 4vw 0 4.4vw;
	}
	.government-service-lists{
		margin-bottom: 5.2vw;
	}
	.government-service-lists li{
		width: 100%;
		float: unset;
		margin-bottom: 2%;
	}
	.government-service-lists li:nth-of-type(2n){
		float: unset;
	}
	.government-service-lists li:last-of-type{
		margin-bottom: 0;
	}
}

/* ---- interaction-container Style ---- */
.interaction-container{
	width: 100%;
	background: #f5f5f5;
	padding: 2.25rem 0 1.6rem;
}
.interaction-lists{
	margin-top: 2vw;
}
.interaction-lists li{
	width: 23.75%;
	float: left;
	margin-right: 1.66%;
	display: table;
}
.interaction-lists li:nth-of-type(4n){
	margin-right: 0;
}
.interaction-lists li a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 4.5rem;
	font-size: 0.9rem;
	color: #333333;
	background: #fff;
	text-decoration: none;
}
.interaction-lists li a img{
	width: 2rem;
	height: auto;
	margin-right: 1rem;
}
.interaction-lists li a:hover{
	background: #ddeeff;
	text-decoration: none;
}
/* older-model */
.older-model .interaction-container{
	padding: 3.75vw 0 2.75vw;
}
@media (max-width:1200px) {
	.interaction-container{
		padding: 3.75vw 0 2.75vw;
	}
	.interaction-lists{
		margin-top: 2vw;
	}
	.interaction-lists li a{
		height: 7.5vw;
		font-size: 1.5vw;
	}
	.interaction-lists li a img{
		width: 3.25vw;
		margin-right: 1.75vw;
	}

}
@media (max-width:768px) {
	.interaction-container{
		padding: 6vw 0 4.4vw;
	}
	.interaction-lists{
		margin-top: 6vw;
	}
	.interaction-lists li{
		width: 48.5%;
		float: left;
		margin-right: 0%;
		margin-bottom: 3%;
	}
	.interaction-lists li:nth-of-type(2n){
		float: right;
	}
	.interaction-lists li a{
		height: 15vw;
		font-size: 4vw;
	}
	.interaction-lists li a img{
		width: 6vw;
		margin-right: 2.8vw;
	}
}
/* ---- minsheng-container Style ---- */
.minsheng-container{
	margin-bottom: 1.4rem;
}
.minsheng-head{
	position: relative;
	margin-bottom: 0.6rem;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: 0.8rem;
	color: #333333;
}
.minsheng-head .links{
	position: absolute;
	top: 0;
	right: 0;
}
.minsheng-head .links li{
	float: left;
	margin-right: 1.8rem;
	height: 1.4rem;
}
.minsheng-head .links li:last-of-type{
	margin-right: 0;
}
.minsheng-head .links li a{
	display: block;
	height: 1.4rem;
	padding: 0 0.6rem;
	line-height: 1.4rem;
	background: #115db2;
	font-size: 0.7rem;
	color: #ffffff;
}
.minsheng-head .links li a:hover{
	color: #fff;
	text-decoration: none;
}
.minsheng-box{
	border-top: 1px solid #dadada;
}
.minsheng-list li{
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.minsheng-list li:nth-of-type(2n+1){
	background: #ededed;
}
.minsheng-list li>div{
	height: 2rem;
	display: table-cell;
	border-collapse: collapse;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0.4rem 0.6rem;
	vertical-align: middle;
	line-height: 1.2rem;
	font-size: 0.8rem;
	color: #333;
	text-align: center;
}
.minsheng-list li>div.number{
	width: 11.5rem;
}
.minsheng-list li>div.com{
	width: 10.5rem;
}
.minsheng-list li>div.time{
	width: 6.5rem;
}
.minsheng-list li>div.state{
	width: 5.4rem;
}
.minsheng-list li>div.title{
	text-align: left;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
}
.minsheng-list li>div:first-of-type{
	border-left: none;
}
.minsheng-list li>div:last-of-type{
	border-right: none;
}
.minsheng-title li{
	background: #e7ecf4;
	border-bottom: 2px solid #fff;
}
.minsheng-title li:first-of-type{
	background: #e7ecf4;
}
.minsheng-title li>div{
	font-weight: bold;
}
.minsheng-title li>div.title{
	text-align: center;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}
/* older-model */
.older-model .minsheng-container{
	margin-bottom: 2.25vw;
}
.older-model .minsheng-head{
	margin-bottom: 1vw;
	height: 4.8vw;
	line-height: 4.8vw;
	font-size: 3vw;
}
.older-model .minsheng-head .links li{
	margin-right: 2vw;
	height: 6vw;
}
.older-model .minsheng-head .links li:last-of-type{
	margin-right: 0;
}
.older-model .minsheng-head .links li a{
	height: 4.8vw;
	padding: 0 1vw;
	line-height: 4.8vw;
	font-size: 2.5vw;
}
.older-model .minsheng-box{
	border-top: none;
}
.older-model .minsheng-list li{
	display: block;
	position: relative;
	margin: 2.5vw 0;
}
.older-model .minsheng-list li::before{
	content: "";
	position: absolute;
	bottom: -1.4vw;
	width: 100%;
	height: 0.1rem;
	line-height: 0;
	font-size: 0;
	border-top: 0.1rem dotted #ccc;
}
.older-model .minsheng-list li:nth-of-type(2n+1){
	background: none;
}
.older-model .minsheng-list li:last-of-type::before{
	display: none;
}
.older-model .minsheng-list li>div{
	height: auto;
	display: block;
	border: none;
	padding: 0.75vw 0;
	line-height: 4vw;
	font-size: 2.5vw;
	color: #999;
	text-align: left;
}
.older-model .minsheng-list li>div.number{
	width: unset;
}
.older-model .minsheng-list li>div.com{
	width: unset;
}
.older-model .minsheng-list li>div.time{
	width: unset;
	position: absolute;
	bottom: 0;
	right: 0;
}
.older-model .minsheng-list li>div.state{
	width: unset;
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
}
.older-model .minsheng-list li>div.title{
	padding-left: 0;
	padding-right: 0;
	font-size: 3vw;
	line-height: 4.4vw;
	color: #333;
}
.older-model .minsheng-list li>div:first-of-type{
	border-left: none;
}
.older-model .minsheng-list li>div:last-of-type{
	border-right: none;
}
.older-model .minsheng-title{
	display: none;
}
@media (max-width:1200px) {
	.minsheng-container{
		margin-bottom: 2.25vw;
	}
	.minsheng-head{
		margin-bottom: 1vw;
		height: 2.25vw;
		line-height: 2.25vw;
		font-size: 1.33vw;
	}
	.minsheng-head .links li{
		margin-right: 3vw;
		height: 2.25vw;
	}
	.minsheng-head .links li a{
		height: 2.25vw;
		padding: 0 1vw;
		line-height: 2.25vw;
		font-size: 1.25vw;
	}
	.minsheng-list li>div{
		height: 3.25vw;
		padding: 0.75vw 1vw;
		line-height: 2vw;
		font-size: 1.33vw;
	}
	.minsheng-list li>div.title{
		padding-left: 2.25vw;
		padding-right: 2.25vw;
	}
	.minsheng-title li>div.title{
		padding-left: 1vw;
		padding-right: 1vw;
	}
}
@media (max-width:768px) {
.tableList{width:100%;overflow-x:auto;font-size:1rem !important;}
.tableList tr td{white-space:nowrap;word-break:break-all;}
.tableList tr th:first-child,.tableList tr td:first-child{display:none;}
.tableList tr td:nth-child(2){min-width:12rem;}
.tableList tr td:nth-child(2) a,.tableList tr td:last-child a{width:auto;}

	.minsheng-container{
		margin-bottom: 3.6vw;
	}
	.minsheng-head{
		margin-bottom: 3.2vw;
		height: 6vw;
		line-height: 6vw;
		font-size: 3.6vw;
	}
	.minsheng-head .links li{
		margin-right: 3.2vw;
		height: 6vw;
	}
	.minsheng-head .links li a{
		height: 6vw;
		padding: 0 1.6vw;
		line-height: 6vw;
		font-size: 3.6vw;
	}
	.minsheng-box{
		border-top: none;
	}
	.minsheng-list li{
		display: block;
		position: relative;
		margin: 4vw 0;
	}
	.minsheng-list li::before{
		content: "";
		position: absolute;
		bottom: -2vw;
		width: 100%;
		height: 1px;
		line-height: 0;
		font-size: 0;
		border-top: 1px dotted #ccc;
	}
	.minsheng-list li:nth-of-type(2n+1){
		background: none;
	}
	.minsheng-list li:last-of-type::before{
		display: none;
	}
	.minsheng-list li>div{
		height: auto;
		display: block;
		border: none;
		padding: 1.2vw 0;
		line-height: 5.2vw;
		font-size: 3.6vw;
		color: #999;
		text-align: left;
	}
	.minsheng-list li>div.number{
		width: unset;
	}
	.minsheng-list li>div.com{
		width: unset;
	}
	.minsheng-list li>div.time{
		width: unset;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.minsheng-list li>div.state{
		width: unset;
		position: absolute;
		top: 0;
		right: 0;
		color: #333;
	}
	.minsheng-list li>div.title{
		padding-left: 0;
		padding-right: 0;
		font-size: 4vw;
		line-height: 6.4vw;
		color: #333;
	}
	.minsheng-list li>div:first-of-type{
		border-left: none;
	}
	.minsheng-list li>div:last-of-type{
		border-right: none;
	}
	.minsheng-title{
		display: none;
	}
}
/* ---- column-container Style ---- */
.column-container{
	background: #f5f5f5;
	width: 100%;
	padding: 2rem 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;
	max-width: 1440px;
}
.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;
                margin-bottom: 4rem;
	}
	.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;
    bottom: 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(wjw202111_arrow_down.png);
}
.friendship-box>li:hover::before{
	background-image: url(wjw202111_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: right;
	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: 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;
}
.side-bar-container .qrcode-box:hover .qrcode-list{
	display: block;
}
.qrcode-list{
	display: none;
	position: absolute;
	background: #fff;
	right: 3.2rem;
	bottom: -3.6rem;
	width: 5.7rem;
}
.qrcode-list ul{
	padding: 0.2rem;
	background: #fff;
}
.qrcode-list ul li img{
	width: 100%;
	height: auto;
}
.qrcode-list ul li p{
	font-size: 12px;
	line-height: 14px;
	padding: 2px 0;
	text-align: center;
	margin-top: 0.2rem;
}
.qrcode-list .xiaochengxu{
	background: #115db2;
	padding: 0.2rem;
	text-align: center;
}
.qrcode-list .xiaochengxu img{
	width: 100%;
	height: auto;
}
.qrcode-list .xiaochengxu h1{
	font-size: 0.9rem;
	line-height: 1.7rem;
	color: #fff;
	font-weight: bold;
}
.qrcode-list .xiaochengxu h2{
	height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
    background: #cf1c33;
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
}
@media (max-width:1400px) {
	.side-bar-container{
		left: unset;
		right: 0.5rem;
		bottom: 0.5rem;
		margin: 0;
	}
}

.tableList{border-top:1px solid #dadada;}
.tableList th{background:#e8f2fe;font-weight:bold;text-align:center;border:1px solid #fff;border-top:none;padding:10px;white-space:nowrap;}
.tableList td{background:#f5f5f5;text-align:center;border:1px solid #fff;border-top:none;padding:10px;white-space:nowrap;}
.tableList tr:nth-child(even) td{background:#f1f1f1;border:1px solid #fff;}
.tableList tr td{text-align:center;white-space:nowrap;padding:10px;box-sizing:border-box;}
.tableList tr td:nth-child(2){text-align:left;}
/*.tableList tr td:nth-child(2) a,.tableList tr td:last-child a{display:block;width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/
.tableList tr td:last-child a{width:130px;}
.tableList tr td:nth-child(1){white-space:normal;}
.f16{font-size:16px;}
.sysw{width:100% !important;box-sizing:border-box;}
