@charset "UTF-8";
/*******/

html,
body {
	-ms-overflow-style: scrollbar;
}

html {
	font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
	html {
		font-size: 19px;
	}
}

@media screen and (max-width: 1660px) and (min-width: 1441px) {
	html {
		font-size: 18px;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1241px) {
	html {
		font-size: 17px;
	}
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
	html {
		font-size: 16px;
	}
}

@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
	html {
		font-size: 60px;
	}
}

@media screen and (max-width: 450px) {
	html {
		font-size: 13.3333333vw;
	}
}


body {
	width: 100%;
	font-size: 1em;
	line-height: 1;
	background: #fff;
	color: #1a1a1a;
	font-family: '微软雅黑';
	position: relative;
	white-space: normal;
	word-wrap: break-word;
	 font-weight: 400; 
}
@media(max-width: 992px){
	body{
		font-weight: 400; 
	}
}
.fontLig {
	font-family: "SourceHanSansCN-Light";
}
.fontNo {
	font-family: "SourceHanSansCN-Normal";
}

@media screen and (max-width: 991.98px) {
	body {
		font-size: 0.3rem;
	}
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: none;
}

::-webkit-scrollbar-thumb {
	background: rgba(34, 37, 56, 0.5);
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
	margin: 0;
	padding: 0;
	font-family: inherit;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 1em;
	line-height: inherit;
	resize: none;
}

div:focus,
div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
	outline: none;
	box-shadow: none;
}

div:focus,
span:focus,
i:focus {
	outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	box-shadow: none;
}

input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
	outline: none;
	box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
	outline: none;
	box-shadow: none;
}

button {
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	outline: none;
	border: none;
	background: transparent;
}

button:focus {
	outline: none;
}

a {
	color: inherit;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:focus,
a:active {
	color: inherit;
	text-decoration: none;
	outline: none;
}

a.btn-white {
	display: block;
	position: relative;
	color: #222;
	background: transparent;
	overflow: hidden;
	border: solid 1px #222;
	text-align: center;
}

a.btn-white:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -101%;
	background: #222;
	transition: left .4s ease-out;
	z-index: 1;
}

a.btn-white span {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 992px) {
	a.btn-white:hover {
		color: #fff !important;
		border-color: #222 !important;
	}

	a.btn-white:hover:before {
		left: 0;
	}
}

a.btn-bwhite {
	display: block;
	position: relative;
	background: transparent;
	overflow: hidden;
	border: solid 1px #fff;
	text-align: center;
}

a.btn-bwhite:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -101%;
	background: #fff;
	transition: left .4s ease-out;
	z-index: 1;
}

a.btn-bwhite span {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 992px) {
	a.btn-bwhite:hover {
		color: #222 !important;
		border-color: #fff !important;
	}

	a.btn-bwhite:hover:before {
		left: 0;
	}
}

a.btn-black {
	display: block;
	position: relative;
	color: #fff;
	background: #222;
	overflow: hidden;
	border: solid 1px #222;
	text-align: center;
}

a.btn-black:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -101%;
	background: #fff;
	transition: left .4s ease-out;
	z-index: 1;
}

a.btn-black span {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 992px) {
	a.btn-black:hover {
		color: #222 !important;
	}

	a.btn-black:hover:before {
		left: 0;
	}
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	vertical-align: middle;
}

table {
	border: solid 1px #ededed;
	border-collapse: collapse;
}

th,
td {
	font-weight: normal;
	padding: 5px;
	border: solid 1px #ededed;
	word-break: break-all;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.row {
	margin: 0 auto;
	position: relative;
}

.row:before,
.row:after {
	display: none;
}

.lg-inner {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}

.lg-inner:before,
.lg-inner:after {
	content: '';
	display: table;
	clear: both;
}

.global-inner {
	width: 87.5%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}
.sm-inner {
	width: 82.5%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}
.global-inner:before,
.global-inner:after {
	content: '';
	display: table;
	clear: both;
}
.det-inner{
	width: 78.5%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}
@media (max-width: 991.98px) {
    .sm-inner,
	.det-inner,
	.lg-inner,
	.global-inner {
		width: 100% !important;
		max-width: 100%;
		padding: 0 0.4rem;
		margin: 0 auto;
	}
}

.table-cell {
	display: table-cell;
	vertical-align: top;
}

.en {
	font-family: "Arial";
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.swiper-pagination-bullet {
	opacity: 1;
}

.fa {
	display: inline-block;
	line-height: inherit;
	font-size: 1em;
	vertical-align: middle;
	font-style: normal;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}

.padding-0 {
	padding: 0 !important;
}

.padding-top-0 {
	padding-top: 0 !important;
}

@media (min-width: 1600px) {
	.hidden-xxl-up {
		display: none !important;
	}

	.col-xxl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 1599.98px) {
	.hidden-xxl-down {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 991.98px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.visible-sm-down {
		display: none !important;
	}

	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-xs-up {
		display: none !important;
	}
}

@media (max-width: 575.98px) {
	.hidden-xs-down {
		display: none !important;
	}
}

/***** 滚动条 *****/
.mCSB_inside>.mCSB_container {
	margin: 0;
}

.mCSB_scrollTools {
	width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	border-radius: 0;
	background: transparent;
	transition: all 1.5s easeInOut;
	-webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	border-radius: 4px;
	background: #adadad;
}

/**** modal ***/
.modal-backdrop {
	display: none !important;
}

#modalDiv {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow-y: scroll;
	z-index: -1;
}

.modal {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	position: fixed !important;
	background: rgba(0, 0, 0, 0.8);
}

.modal .modal-dialog {
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	pointer-events: auto;
}

.modal .modal-content {
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
	border: none;
	padding: 0;
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.modal-close {
	width: 1.12rem;
	height: 1rem;
	display: block;
	border-radius: 0;
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	cursor: pointer;
	background: url("/Img/images/close2.png") no-repeat center center;
	background-size: 0.34rem;
	z-index: 1030;
}

.heightImg {
	width: 100%;
	opacity: 0;
}

/**** animate ***/
.animated {
	animation-delay: .1s;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
		-webkit-transform: translate3d(0, 100px, 0);
	}

	to {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
	}
}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

@keyframes fadeInUp3 {
	0% {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		-webkit-transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
	}
}

@-webkit-keyframes fadeInUp3 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}

@keyframes fadeInOp1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInOp1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInBottom2 {
	0% {
		opacity: 0;
		transform: translate3d(0, -100px, 0);
		-webkit-transform: translate3d(0, -100px, 0);
	}

	to {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
	}
}

@-webkit-keyframes fadeInBottom2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

.fadeInUp2 {
	animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	-webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.fadeInUp2 p{
    font-size:16px;
	line-height:32px;
}
.fadeInUp3 {
	animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	-webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInOp1 {
	animation: fadeInOp1 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	-webkit-animation: fadeInOp1 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInBottom2 {
	animation: fadeInBottom2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	-webkit-animation: fadeInBottom2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.video-box {
	position: relative;
}

.video-box .adjust {
	width: 100%;
	max-width: 100%;
	display: block;
}

.video-js {
	width: 100% !important;
	height: 100% !important;
	display: block;
	overflow: hidden;
	background-color: #000;
	position: absolute !important;
	left: 0;
	top: 0;
	z-index: 20;
}

.video-js:hover .vjs-big-play-button {
	background-color: transparent;
	opacity: 1;
}

.video-js .vjs-big-play-button {
	width: 60px;
	height: 60px;
	background: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border: none;
	border-radius: 100%;
	z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
	width: 100%;
	height: 100%;
	display: block;
	background: url("/Img/images/video_play.png") no-repeat center center transparent;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border: none;
	z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	display: none;
}

.video-js .vjs-poster {
	background-size: cover;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
	display: none !important;
}

@media (max-width: 1199.98px) {
	.video-js .vjs-big-play-button {
		width: 0.6rem;
		height: 0.6rem;
	}
}

.video-play {
	width: 3.7em;
	height: 4.3em;
	display: block;
	background: url("/Img/images/video_play.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2.15em 0 0 -1.85em;
	z-index: 50;
}

.modal-video video {
	object-fit: fill;
}

@media screen and (max-width: 991.98px) {
	.modal-video video {
		object-fit: contain;
	}
}

.overflow {
	overflow: hidden;
}

.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 头部 */
.header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 0 3em;
	z-index: 9999999;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.headNav ul {
	margin-left: 17.4vw;
}

.headNav li {
	float: left;
	padding: 0 1.75em;
	position: relative;
}

.headNav li a {
	font-size: 0.9em;
	line-height: 80px;
	position: relative;
}

.logo {
	margin-top: 10px;
}

.lau {
	margin-top: 30px;
	font-size: .8em;
}

.lau a {
	padding-right: 14px;
	margin-right: 14px;
	position: relative;
}

.lau a:after {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 14px;
	background-color: #fff;
	opacity: .5;
	right: 0;
	top: 4px;
}

.lau a:last-child {
	padding-right: 0;
	margin-right: 0;
}

.lau a:last-child:after {
	display: none;
}

.lau a:hover {
	opacity: .5;
}

.headNav li>a::after {
	display: block;
	content: '';
	width: 70px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -8px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transform: scale(0);
	margin-left: -35px;
}

.headNav li a:hover::after {
	transform: scale(1);
}

.headNav .item a {
	line-height: 45px;
	height: 45px;
}

.navBottom {
	width: 160px;
	position: absolute;
	top: 80px;
	left: 28px;
	background-color: #035095;
	display: none;
}

.navBottom .item {
	padding-left: 20px;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	color: #fff;
}

.navBottom .item a {
	display: block;
	opacity: 0;
}

.navBottom .item:hover {
	background-color: #007cba;
}

.navBottom .item+.item a {
	transition-delay: .1s;
}

.navBottom .item+.item+.item a {
	transition-delay: .2s;
}

.navBottom .item+.item+.item.item a {
	transition-delay: .3s;
}

.footleft ul {
	float: left;
	font-size: 16px;
	margin-right: 35px;
}
.footleft{
	width: 90%;
	/* padding:0 5em; */
}
.footNavb{
	border-top: 1px solid #dcdcdc;
	padding-top: 1em; 
	margin-top: 1.5em;
	position: relative;
}
.footNav{
	display: flex;
	justify-content: space-between;
}
.footleft li {
	line-height: 40px;
}
.rcode{
	position: absolute;
	right: 0;
	top: 20px;
}
.footleft li:first-child {
	color: #108fc4;
	font-size: 18px;
	margin-bottom: 5px;
}

.beian span {
	font-family: Arial;
}
.rcode img{
	width: 90px;
	height: 90px;
	display: block;
}
.beian {
	font-size: 14px;
	color: #666;
}

.jis {
	height: 30px;
	color: #666;
	font-size: 14px;
}

.p-home {
	overflow-x: hidden;
}

.jis .swiper-slide {
	height: 20px;
}

.beian {
	margin-bottom: 15px;

}

.foot-right .tit {
	font-size: 18px;
	color: #108fc4;
	margin-bottom: 20px;
}

.foot-right .item {
	font-size: 15px;
	line-height: 25px;
}

.foot-right .item+.item {
	margin-top: 12px;
}

.codeText {
	font-size: 14px;
	vertical-align: bottom;
	margin-top: 7px;
	color: #007cba;
}
.shengm a{
	font-size: 14px;
	color: #666666;
	display: inline-block;
	line-height: 1
}
.shengm{
	margin-top: -10px
}
.shengm a+a{
	border-left: 1px solid #666;
	padding-left: 10px;
	margin-left: 4px;
}
.codeText p+p {
	font-size: 12px;
	color: #70bc0a;
	margin-top: 8px;
}

.code {
	margin-top: 2em;
}

.codeimg {
	width: 100px;
	height: 100px;
	padding: 5px;
	background-color: #bfbfbf;
}
.codeimg img{
	width: 100%;
}
.footer {
	padding: 2.5em 0 2.6em;
	background-color: #f5f5f5;
	border-top:1px solid #b6b6b6;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.dian .item {
	padding-left: 16px;
	position: relative;
}
.footUse{
	display: none;
}
.dian .item::before {
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #02cebd;
	position: absolute;
	left: 0;
	top: 12px;
}
.logo img{
	width: 145px;
	height: 60px;
}
.home7{
	height: 600px;
}
.whiteHead .header {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #efefef;
}

.p-home .blue-logo {
	display: none;
}

.whiteHead .blue-logo {
	display: block;
}

.whiteHead .white-logo {
	display: none;
}

.whiteHead .headNav li>a::after {
	background-color: #007cba;
}

.logo2 {
	position: absolute;
	left: 3em;
	width: 145px;
	height: 60px;
}

.whiteHead .lau a:after {
	background-color: #dcdcdc;
}

.home3 .swiper-button-disabled {
	opacity: .3 !important;
	cursor: auto;
}

.home3Btn {
	cursor: pointer;
}
.main{
	min-height: 500px;
}
.footNav a:hover{
	color: #108fc4;
}

@media(max-width:1875px){
	.pcFoot .global-inner{
		margin-left: 15vw;
	}
}
@media(max-width:1695px){
	.pcFoot .global-inner{
		width: 78%;
	}
}
@media(max-width:1550px) {
	.headNav ul {
		margin-left: 7vw;
	}
	
}
@media(max-width:1446px){
	.footleft ul{
		font-size: 14px;
		margin-right: 18px;
	}
	.pcFoot .global-inner{
		margin-left: 17vw;
	}
}
@media(max-width:1310px) {
	.headNav li {
		padding: 0 1em;
	}
	.pcFoot .global-inner{
		width: 81%;
	}
	.pcFoot .global-inner{
		margin-left: 17vw;
	}
}
@media(min-width:993px){
	.foot-swiper .swiper-wrapper{
		height: 30px;
	}
	.foot-right{
		margin-top: 10px
		
	}
}
@media(max-width:991.98px) {
	.banner .global-inner{
		padding: 0 .6rem;
	}
	.logo img{
		height: auto;
	}
	body{
		font-size: .28rem;
	}
	.header {
		height: 1rem;
		background-color: #fff;
		padding: 0 .3rem;
	}

	.wap-menu svg {
		color: #333;
		width: .5rem;
		height: .5rem;
		margin-top: .25rem;
	}

	.wap_head {}

	.logo img {
		width: 1.7rem;
	}

	.wap_head_main {
		position: fixed;
		width: 100vw;
		height: 100vh;
		background-color: #035095;
		left: 100vw;
		top: 0;
		transition: all .5s;
		-webkit-transition: all .5s;
		-ms-transition: all .5s;
		
	}
    .head_mainHead{
		height: 1rem;
	}
	.wap-menuClose svg {
		color: #fff;
	}

	.head_mainHead {
		padding: 0 .3rem;
	}

	.headMain .lv1Box {
		font-size: .52rem;
		
		
	}

	.headMain .lv1Box span {
		position: relative;
		display: block;
		width: .4rem;
		height: .4rem;
		margin-top: 16px;
	}

	.headMain .lv1Box span::after {
		content: "";
		background: #fff;
		display: block;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		position: absolute;
		width: .4rem;
		height: 1px;
		right: 0;
		top: 0%;
	}
	.headMain .lv1Box span::before {
		content: "";
		    background: #fff;
		    display: block;
		    -webkit-transition: all 0.5s;
		    transition: all 0.5s;
		    position: absolute;
			width: 1px;
			height: .4rem;
			right: 50%;
			transform: translateY(-50%);
			top: 0%;
	}
	.headMain .head_lv1{
		margin-bottom: .95rem;
	}
	.headMain .head_lv1{
		padding: 0 .6rem 0 1rem;
	}
	.lv2Box{
		display: none;
		margin: .35rem 0 0;
	}
	.headMain{
		margin-top: 1.1rem;
		height: 250vh;
		overflow-y: scroll;
	}
	.lv2Box .item{
		opacity: .5;
		font-size: .3rem;
		padding:.35rem .3rem;
		position: relative;
		margin-left: .3rem;
		
	}

	.headMain a{
		color: #fff!important;
	}
	.lv2Box .item::before{
		position: absolute;
		left: 0px;
		top: .48rem;
		display: block;
		content: '';
		width: .1rem;
		height: .1rem;
		border-radius: 50%;
		background-color: #fff;
	}
	.lv2Box .item:last-child{
		margin-bottom: -.25rem;
		padding-bottom: 0;
	}
	.active_lv2 span::before{
		height: 0!important;
	}
	.wap-menu_open img{
		width: .6rem;
		margin-top: .3rem;
	}
	.wapLau svg{
		width: .15rem;
		color: #007cba;
		height: .1rem;
	}
	.wapLau{
		color: #333;
		font-size: .28rem;
		margin-right: .6rem;
		margin-top: .35rem;
		position: relative;
	}
	.lauB{
		position: absolute;
		top: 29px;
		width: 2.5rem;
		left: -.48rem;
		background-color: #007cba;
		padding: 0 .45rem;
		display: none;
		color: #fff;
	}
	.lauB .item{
		line-height: .95rem;
		
	}
	.p-sci .global-inner{
		padding: 0 .4rem;
	}
	.wfootTop{
		font-size: .28rem;
		padding: 0 .6rem;
		line-height: .48rem;
		text-align: center;
	}
	.wapCode
	{
		padding:  .7rem .4rem 0;
	}
	.wapCode h2{
		font-size: .36rem;
		text-align: center;
	}
	.wapCode h5{
		font-size: .28rem;
		color: #70bc0a;
		margin: .3rem 0 .38rem;
	}
	.wap_code img{
		display: block;
		margin:.55rem auto 0;
		width: .65rem;
	}
	.wapbeiai{
		padding: .42rem .4rem .45rem;
		text-align: center;
		background-color: #e6e6e6;
		margin-top: .8rem;
	}
	.flex{
		display: flex;
		justify-content: center;
	}
	.wapbeiai .item{
		line-height: .48rem;
		height: .48rem;
		overflow: hidden;
	}
	.foot-swiper{
		height: .48rem;
	}
	.wfootTop .item:first-child{
		padding:0 1.2rem;
	}
	.wfootTop .item:nth-child(2){
		padding:0 .8rem;
	}
	.wfootTop .bi{
		width: .41rem;
		height: .4rem;
		position: absolute;
		left: 20%;
		top: .3rem;
	}
	.telwap{
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		text-align: center;
		border-radius: 35px;
		background-color: #007cba;
		color: #fff;
		font-size: .36rem;
		position: relative;
		margin-top: .7rem;
	}
	.footer{
		background-color: #f2f2f2;
		padding: .7rem 0 0;
	}
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
	.headNav ul{
		margin-left: 3vw;
	}
	.about6 li{
		padding-left: 40px!important;
		padding-right: 40px!important;
	}
	.top_newsRight .text{
		margin-bottom: 5.5em;
	}
	.logo2{
		display: none;
	}
	.pcFoot .global-inner{
		margin-left: 0;
		padding-right: 10px;
		padding-left: 10px;
	}
	.pcFoot .global-inner{
		width: 100%;
	}
	.foot-right{
		width: 38%;
	}
}

@media screen and (min-width: 992px) {
	.footleft{
		width: 82%;
		padding: 0 0;
	}
	.rcode{
		top: 0;
	}
}
@media screen and (max-width: 991.99px) {
	.rcode{
		display: none;
	}
}
