@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

@font-face {
	font-family: 'sySong';
	src:
		url('../images/sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #333;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html {
	font-size: 100px;
}

body {
	font-size: 0.16rem;
}

.index::-webkit-scrollbar,
html::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

.index::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}
span.p_pages {
    line-height: 30px;
}
.index::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333;
}

/* rem */

@media screen and (min-width:2000px) {
	html {
		font-size: 110px !important;
	}
}

@media screen and (max-width:1940px) {
	html {
		font-size: 100px !important;
	}
}

@media screen and (max-width:1800px) {
	html {
		font-size: 95px !important;
	}
}

@media screen and (max-width:1600px) {
	html {
		font-size: 90px !important;
	}
}

@media screen and (max-width:1400px) {
	html {
		font-size: 90px !important;
	}
}

@media screen and (max-width:1024px) {
	html {
		font-size: 85px !important;
	}
}

@media screen and (max-width:900px) {
	html {
		font-size: 85px !important;
	}
}

@media screen and (max-width:640px) {
	html {
		font-size: 80px !important;
	}
}

@media screen and (max-width:480px) {
	html {
		font-size: 80px !important;
	}
}

@media screen and (max-width:375px) {
	html {
		font-size: 75px !important;
	}
}

@media screen and (max-width:360px) {
	html {
		font-size: 70px !important;
	}
}

@media screen and (max-width:350px) {
	html {
		font-size: 65px !important;
	}
}

/* rem */

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wp {
	width: 16rem;
	max-width: 94%;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.1);
}

.bg_img {
	position: relative;
	overflow: hidden;
}

.bg_img .a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.4s ease-in;
}

.bg_img:hover .a {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.wap {
	display: none !important;
}

/*search*/

.search-con {
	margin-left: 0.2rem;
	display: block;
}

.search-con button {
	text-align: center;
	background: none;
	cursor: pointer;
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 0.31rem;
	transition: all 0.3s;
}

.search-con button:hover {
	color: #fff;
}

.search-con button img {
	vertical-align: middle;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 1;
	display: none;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 80px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #00489a url(../images/fdj.png) no-repeat center;
	background-size: 16px 16px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

/* 定位搜索�? */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.search {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;

}

/*头部*/
.pc {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.pc::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	bottom: 0;
	background-image: -moz-linear-gradient(0deg, rgb(0, 93, 136) 0%, rgb(6, 130, 187) 27%, rgb(0, 93, 136) 67%, rgb(0, 93, 136) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(0, 93, 136) 0%, rgb(6, 130, 187) 27%, rgb(0, 93, 136) 67%, rgb(0, 93, 136) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(0, 93, 136) 0%, rgb(6, 130, 187) 27%, rgb(0, 93, 136) 67%, rgb(0, 93, 136) 100%);
	z-index: -1;
}

.pc.on {
	background: linear-gradient(rgba(0, 74, 65, 1), rgba(0, 0, 0, 0));
}

.head {
	padding: 0.28rem 8.33%;
	position: relative;
	z-index: 999;
	transition: all 0.3s;
}


.logo a {
	display: block;
	font-size: 0;
}

.logo img {
	display: block;
	width: 2.60rem;
}

.g-navk {
	position: fixed;
	right: 0;
	top: 0;
	width: 0.74rem;
	height: 0.8rem;
	border-radius: 0px 0px 0px 0.31rem;
	background: #004a41;
	text-align: center;
	font-size: 0;
	z-index: 999;
}

.g-nav {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.g-nav img {
	vertical-align: middle;
	width: 0.74rem;
}

.g-nav img.close-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.head-r {
	flex: 1;
	min-width: 0;
	margin-left: 13.75%;
}

.head-r.on {
	flex: none;
}

.head-r .xiaoxun {
	display: block;
	width: 3.6rem;
	display: none;
}

.head-rt {
	display: flex;
	justify-content: flex-end;
}

.head-rtlink {
	font-size: 0.14rem;
	color: rgba(255, 254, 254, 0.7);
	line-height: 0.31rem;
}

.head-rtlink a {
	display: inline-block;
	margin: 0 0.18rem;
	color: rgba(255, 254, 254, 0.7);
	transition: all 0.5s;
}

.head-rtlink a:hover {
	color: #fff;
}

.head-ren a {
	display: block;
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 0.31rem;
	background: url(../images/en.png) no-repeat left center;
	background-size: 0.21rem 0.21rem;
	padding-left: 0.31rem;
	margin-left: 0.2rem;
	transition: all 0.5s;
}

.head-ren a:hover {
	color: #fff;
}

/* nav */
.nav {
	line-height: 0.4rem;
	align-items: center;
}

.nav>ul {
	font-size: 0;
	text-align: right;
}

.nav>ul>li {
	display: inline-block;
	text-align: center;
	position: relative;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-family: 'sySong';
	font-size: 0.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav>ul>li>a::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	width: 1px;
	height: 0;
	border-left: 1px dashed #fff;
	transition: all 0.3s;
}

.nav>ul>li.active:hover>a::before {
	height: 7px;
}

.nav>ul>li>a>i {
	display: inline-block;
	vertical-align: middle;
	width: 0.13rem;
	height: 0.07rem;
	background: url(../images/nav_sj.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 0.1rem;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(0.3rem);
	width: 100%;
	min-width: 1.4rem;
	z-index: 9999;
	line-height: normal;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}

.nav>ul>li>div>ul {
	margin-top: 0.15rem;
	background: #fff;
	background-size: 100% auto;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
	padding: 0.1rem 0;
	border-radius: 0 0 0.15rem 0.15rem;
	position: relative;
}

.nav>ul>li>div>ul::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.1rem;
	border-top: 5px solid transparent;
	border-bottom: 5px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	transition: all 0.3s;
}

.nav>ul>li>div>ul>li a {
	display: inline-block;
	font-size: 0.16rem;
	line-height: 0.4rem;
	position: relative;
	transition: all 0.3s;
	color: #333;
}

.nav>ul>li>div>ul>li a::before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	height: 0;
	border-left: 1px solid #004a41;
	transition: all 0.3s;
}

.nav>ul>li>div>ul>li a::after {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	height: 1px;
	width: 0;
	border-bottom: 1px solid #004a41;
	transition: all 0.3s;
}

.nav>ul>li>div>ul>li a:hover::before {
	height: 7px;
}

.nav>ul>li>div>ul>li a:hover::after {
	width: 100%;
}

.nav>ul>li>div>ul>li a:hover {
	color: #004a41;
}

.nav>ul>li:hover>div {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.nav-r {
	float: left;
	position: relative;
}

.nav-r a {
	float: left;
	margin-left: 20px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 0;
}

.nav-r a img {
	vertical-align: middle;
	display: none;
}

.nav-r a img:first-child {
	display: inline-block;
}

.nav-r a span {
	display: block;
	font-size: 18px;
}

/*隐藏导航*/

.top-yc {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/m_menu.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	border-top: 2px solid #0674b7;
	z-index: 998;
	display: none;
}

.top-nav {
	position: absolute;
	top: 1.22rem;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 0.3rem;
	overflow-y: hidden;
}

.top-nav>ul {
	padding: 0 5%;
	align-items: flex-start;
}

.top-nav>ul>li {
	text-align: center;
}

.top-nav>ul>li>a {
	color: #fff;
	font-size: 0.2rem;
}

.top-nav>ul>li>div {
	padding-top: 0.1rem;
}

.top-nav>ul>li>div>ul>li>a {
	display: block;
	line-height: 0.42rem;
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
}

.top-nav>ul>li>div>ul>li:hover>a {
	color: #fff;
}



/*底部*/
.foot {
	background: url(../images/foot_bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 0.8rem;
	color: #fff;
	position: relative;
}

.foot::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0.06rem;
	background: linear-gradient(90deg, #1BCEFF 0%, #33FF5C 22%, #FBD858 51%, #F69A4D 77%, #FF22CB 100%);
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #fff;
}

.foot-t {
	align-items: flex-start;
}

.foot-l {
	width: 25%;
   
}

.foot-logo {
	display: block;
	width: 3.34rem;
	max-width: 63.31%;
}



.foot-c {
	width: 40%;
    
}

.foot-zi {
	display: block;  
	width: 5.92rem;
	max-width: 100%;
    margin-top: 20px;
}

.foot-c p {
	font-size: 0.16rem;
	font-weight: 290;
	line-height: 0.4rem;
	color: #FFFFFF;
}

.foot-c p span {
	display: inline-block;
	vertical-align: middle;
	max-width: 0.17rem;
	margin-right: 0.2rem;
}

.foot-c p span img {
	max-width: 100%;
}

.foot-r {
	width: 2.74rem;
}


.foot-media {
	justify-content: center;
}

.foot-media>div {
	position: relative;
	cursor: pointer;
	margin-left: 0.16rem;
}

.foot-media>div:first-child {
	margin-left: 0;
}

.foot-media>div:hover div {
	display: block;
}

.foot-media>div>span {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border: 0.4px solid rgba(255, 255, 255, 0.78);
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	transition: all 0.3s;
}

.foot-media>div>span>img {
	display: inline-block;
	vertical-align: middle;
	max-width: 0.25rem;
	max-height: 0.2rem;
	transition: all 0.3s;
}

.foot-media>div:hover>span>img {
	opacity: 1;
}

.foot-media>div>div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 0.15rem;
	width: 1rem;
	padding: 0.05rem;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	z-index: 6;
	display: none;
}

.foot-media>div>div img {
	display: block;
	width: 100%;
}

.foot-media>div>div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.foot-media>div>img {
	display: block;
	margin: 0 auto;
}


.link {
	margin-top: 0.12rem;
}

.link h3 {
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	padding-left: 0.22rem;
	line-height: 0.36rem;
	position: relative;
}

.link h3::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.03rem;
	height: 0.27rem;
	background: #fff;
}

.link p {
	line-height: 0.45rem;
	padding-right: 0.2rem;
	background: #303c45;
	color: #fff;
	text-align: left;
	font-size: 0.16rem;
	background: url(../images/link-icon-down.png) no-repeat;
	background-position: right center;
	background-size: 0.17rem 0.08rem;
}

.link>div {
	flex: 1;
	position: relative;
	padding: 0 0.2rem;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background-color: none;
	border-radius: 0.05rem;
	margin-top: 0.16rem;
}

.link>div:first-child {
	margin-top: 0.45rem;
}

.link>div:hover div {
	display: block;
}

.link>div div {
	position: absolute;
	bottom: 100%;
	background: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	left: 0;
	right: 0;
	max-height: 2.7rem;
	overflow-y: auto;
	z-index: 9;
	display: none;
}

.link>div div::-webkit-scrollbar {
	width: 3px;
}

.link>div div::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #e5e5e5;
}

.link>div div::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #004a41;
}

.link>div div a {
	display: block;
	color: #333;
	line-height: 0.36rem;
	font-size: 0.15rem;
	padding: 0 0.1rem;
}

.link>div div a:hover {
	background: #004a41;
	color: #fff;
}


.foot-bq {
	background: rgba(119, 152, 146, 0.7);
	text-align: center;
	margin-top: 0.5rem;
}

.foot-bq p {
	font-size: 0.16rem;
	padding: 0.2rem 0.1rem;
}

.foot-bq p a {
	display: inline-block;
}

.foot-bq p img.sydw {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.1rem;
	width: 0.2rem;
	height: 0.23rem;
}

.foot-bq p img.ga {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.1rem;
	margin-left: 1rem;
	width: 0.23rem;
	height: 0.24rem;
}

@media screen and (max-width:1600px) {
	.head {
		padding: 0.28rem 7% 0.28rem 0.2rem;
		position: relative;
		z-index: 999;
		transition: all 0.3s;
	}
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {
	.head-r {
		margin-left: 4.75%;
	}
}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {
	.logo img {
		width: 3rem;
	}

	.nav>ul>li>a {
		font-size: 0.18rem;
	}
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.banner .slick-slide a:before {
		display: none;
	}

	.m-top {
		max-width: 19.2rem;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap {
		display: block !important;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #004a41;
		z-index: 999;
		padding: 10px 20px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		font-size: 12px;
		padding: 10px 15px 0 15px;
		color: rgba(255, 255, 255, 0.5);
	}

	.m-tlink a {
		font-size: 12px;
		margin: 0 8px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		/*background: #fff;*/
		line-height: 24px;
		border-radius: 5px;
	}

	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #004a41;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

}

@media screen and (max-width:768px) {
	.foot {
		padding-top: 0.5rem;
	}

	.foot-t {
		flex-direction: column;
		align-items: center;
	}

	.foot-l {
		width: auto;
	}

	.foot-logo {
		margin: 0 auto;
	}

	.foot-zi {
		margin: 0 auto;
		margin-top: 0.3rem;
	}

	.foot-c {
		width: auto;
		margin-top: 0.3rem;
	}

	.foot-r {
		width: auto;
		margin-top: 0.3rem;
	}

	.link>div:first-child {
		margin-top: 0.2rem;
	}

	.foot-bq p img.ga {
		margin-left: 0.2rem;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}




.cont img{height:auto !important;max-width:100%;margin: 5px 0px;}
.cont p{text-indent:2em;line-height: 28px;}
.cont video{
height:auto !important;
max-width:100%;
}
.cont .vsbcontent_img{text-align: center;}
.cont .table{
overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.cont .table table{
    margin: 0 auto;
    width: auto;
    max-width: 895px;
}

.cont .table p{
text-indent:0px;
}
