﻿@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	margin: 0px;
	font-size: 12px;
	color: #91989f;
	font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
	cursor: default;
}

* {
	padding: 0px;
	margin: 0px;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	list-style: none;
	font-weight: normal;
	color: #555;
}

input,
select,
button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}

button {
	overflow: visible
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	color: #91989f;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:hover {
	color: #005caf;
}

.con {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.con {
	width: 1200px;
	margin: 0 auto;
}

.container {
	width: 1200px;
	margin: 0 auto
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	height: 74px;
	border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
	background: rgb(39, 49, 59, 0.85)
		/* 直接显示背景 */

}

.header.on {
	background: rgb(39, 49, 59, 0.85)
}

.header:hover {
	background: rgb(39, 49, 59, 0.85)
}

.header .container {}

.header .logo {
	width: 180px;
	float: left;
	margin: 20px 0;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .logo img {
	width: 100%;
	height: auto;
	display: block;
	margin: -50px 0px 0px 30px;
}


.header .an {
	position: absolute;
	top: 50%;
	right: 15px;
	height: 18px;
	width: 30px;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .an span {
	width: 30px;
	height: 2px;
	background-color: #555;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an span.a1 {
	top: 0;
	left: 0;
}

.header .an span.a2 {
	top: 8px;
	left: 0;
}

.header .an span.a3 {
	top: 16px;
	left: 0;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.header .right {
	float: right;
	text-align: left;
	margin-left: 100px;
	margin-top: 20px;
}

.header .right .ss {
	line-height: 40px;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	color: #fff;
	font-size: 14px;
	background: rgb(91, 199, 202);
	border-radius: 8px;
}

.header .right .ss a {
	padding: 0 6px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.header .right i {
	font-size: 25px;
}

.header .right .wx {
	line-height: 80px;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	color: #fff;
}

.header .right .wx .e_j {
	position: absolute;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	top: 90px;
	background: #fff;
	display: none
}

.header .right .wx .e_j img {
	width: 100%;
	display: block;
}

.header .right .wx .e_j p {
	line-height: 1.8;
	color: #333;
	text-align: center;
}

.header .nav {
	float: right;
}

.header .nav i {
	font-size: 12px;
	color: #aaa;
	line-height: 54px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 54px;
	right: 0px;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .nav ul li {
	margin: 0 2px;
	line-height: 74px;
	float: left;
	padding: 0 25px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .nav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize
}

.header .nav ul li span {
	width: 0;
	height: 2px;
	background-color: rgb(91, 199, 202);
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.header .nav ul li:hover span {
	width: 100%;
	left: 0;
}

.header .nav ul li.on span {
	width: 100%;
}

.header .nav ul li.po {
	position: relative;
}


.nav .y_j {
	position: relative;
}

.nav .e_j {
	width: 100%;
	position: absolute;
	top: 74px;
	left: 0;
	z-index: 9999;
	border-top: rgba(255, 255, 255, 1) 1px solid;
	background-color: rgba(255, 255, 255, 1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header.on .e_j {
	top: 74px;
}

.nav .e_j.xdh {
	width: 377px;
	left: 50%;
	margin-left: -75px;
	padding: 15px 10px;
	/* overflow: hidden; */
}

.header .nav ul li ul.xdh li {
	/* border-right: 41px solid transparent; */
	width: 87%;
}

.header .nav ul li ul.xdh li ul.xdh {
	position: absolute;
	top: -16px;
	left: 425px;
	display: none;
}

.header .nav ul li ul.xdh li.lli:hover ul.xdh {
	display: block;
	width: 415px;
}


.nav .e_j.pp {}

.header .nav ul li .w1200 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.header .nav ul li .w1200 .xian {
	margin: 25px 0;
	height: 1px;
	background: hsla(0, 0%, 59.2%, .18);
	overflow: hidden;
	width: 100%;
}

.header .nav ul li .e_j h1 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.5;
}

.header .nav ul li .e_j h3 {
	font-size: 18px;
	color: #333;
	line-height: 2;
}

.header .nav ul li .e_j .hd {
	width: 50%;
	float: left;
	margin-left: 25px;
}

.header .nav ul li .e_j .hd ul li {
	width: 100%;
	margin-bottom: 8px;
	text-align: left;
	margin: 5px 0;
	padding: 0;
}

.header .nav ul li .e_j .hd ul li a {
	display: flex;
	text-align: left;
	align-items: center
}

.header .nav ul li .e_j .hd ul li img {
	width: 64px;
	vertical-align: middle;
	margin-right: 10px;
	height: 64px;
}

.header .nav ul li .e_j .hd ul li .w_z {}

.header .nav ul li .e_j .hd ul li .dz {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.header .nav ul li .e_j .hd ul li .xz {
	font-size: 13px;
	line-height: 18px;
	color: #878787;
}

.header .nav ul li .e_j .hd ul li:hover {
	background: #f6f6f6;
}

.header .nav ul li .e_j .bd {
	width: 250px;
	float: left;
	text-align: right;
}

.header .nav ul li .e_j .bd img {
	width: 249px;
}

.header .nav ul li .e_j .bd a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	text-align: left;
}

.header .nav ul li .e_j .bd a:hover {
	color: rgb(91, 199, 202);
}

.header .nav ul li .lm2 {
	width: 50%;
	float: left;
}

.nav .e_j .box {
	padding: 35px 0;
	overflow: hidden;
}

.nav .e_j.pp .tw {
	width: 15%;
	margin: 0 1%;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.nav .e_j.pp .tw:hover {
	transform: translateY(-5px);
	-wbkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.nav .e_j.pp .tw img {
	max-width: 100%;
}

.nav .e_j.pp .tw p {
	font-size: 16px;
	margin-top: 15px;
	color: #333;
	text-align: center;
}

.nav .e_j.cp {
	overflow: auto;
}

.nav ul li.da .e_j {
	position: fixed;
	height: 0;
}

.nav ul li.da:hover .e_j {
	height: calc(100% - 70px);
}

.nav .e_j.cp .container-fluid {
	display: flex;
	flex-wrap: wrap;
}

.nav .e_j.cp .lm {
	width: 25%;
	float: left;
	border-right: hsla(0, 0%, 59.2%, .18) 1px solid;
	box-sizing: border-box;
	padding: 0 31px;
	-moz-flex-grow: 1;
	flex-grow: 1;
	flex-basis: 1;
}

.nav .e_j.cp .lm:last-child {
	border: 0
}

.nav .e_j.cp .lm h3 {
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	color: rgba(0, 0, 0, .85);
	font-weight: bold;
	line-height: 20px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.nav .e_j.cp .lm h3::after {
	content: "";
	width: 20px;
	height: 2px;
	background: rgb(91, 199, 202);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	bottom: 0;
	left: 0;
	position: absolute;
}

.nav .e_j.cp .lm:hover h3::after {
	width: 60px;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.nav .e_j.cp .lm h3 em {
	font-size: 20px;
	margin-right: 10px;
	color: rgb(91, 199, 202);
}

.nav .e_j.cp .lm h4 {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -.02em;
	word-spacing: 0;
	color: rgba(0, 0, 0, .65);
	margin-top: 8px;
	padding-right: 24px;
	max-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
}

.nav .e_j.cp .lm p a {
	display: block;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

/*.nav .e_j.cp .lm p a::before{content: "•";position: absolute;left: 0;}*/
.nav .e_j.cp .lm p a:hover {
	padding-left: 5px;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.nav .e_j.ab .container-fluid {
	display: flex;
	flex-wrap: wrap;
}

.nav .e_j.ab a {
	padding: 0 25px;
	line-height: 1.2;
}

.header .nav ul li .e_j a {
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
}

.header .nav ul li .e_j a:hover {
	color: rgb(91, 199, 202);
}

.head_h2 {
	height: 80px;
	background: #18243c;
}

@media (min-width:1024px) {
	/* .move-li {
		display: none;
	} */

	.header .nav ul li:hover .e_j {
		opacity: 1;
		visibility: inherit;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	.head_h {
		height: 80px;
		display: none;
	}
}

.ban {
	width: 100%;
	position: relative;
}

.ban .swiper-slide img {
	width: 100%;
	display: block;
}

.ban .swiper-pagination {
	bottom: 20px !important;
}

.ban .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 0;
	opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: none;
	border: #fff 1px solid;
}

.ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgb(91, 199, 202);
	border: rgb(91, 199, 202) 1px solid;
}


.ban .swiper-slide .word {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	width: 600px;
	height: 246px;
	top: 50%;
	margin-top: -153px;
	z-index: 10;
	text-align: left;
}

.ban .swiper-slide .tp {
	width: 700px;
	position: absolute;
	top: 28%;
	right: 10%;
	transform: translateY(20px);
	filter: alpha(opacity=0);
	/* IE */
	-moz-opacity: 0;
	/* 老版Mozilla */
	-khtml-opacity: 0;
	/* 老版Safari */
	opacity: 0;
	/* 支持opacity的浏览器*/
	transition: all .2s linear .4s;
	-webkit-transition: all .2s linear .4s;
}

.ban .swiper-slide .tp img {
	width: 100%;
	display: block
}

.ban .swiper-slide.swiper-slide-active .tp {
	transform: translateY(0);
	filter: alpha(opacity=100);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	opacity: 1;
	/* 支持opacity的浏览器*/

}

.ban .swiper-slide .word h4 {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	transform: translateY(20px);
	filter: alpha(opacity=0);
	/* IE */
	-moz-opacity: 0;
	/* 老版Mozilla */
	-khtml-opacity: 0;
	/* 老版Safari */
	opacity: 0;
	/* 支持opacity的浏览器*/
	transition: all .2s linear .4s;
	-webkit-transition: all .2s linear .4s;
}

.ban .swiper-slide .word h3 {
	font-size: 58px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.8;
	margin: 15px 0 15px 0;
	transform: translateY(20px);
	filter: alpha(opacity=0);
	/* IE */
	-moz-opacity: 0;
	/* 老版Mozilla */
	-khtml-opacity: 0;
	/* 老版Safari */
	opacity: 0;
	/* 支持opacity的浏览器*/
	transition: all .2s linear .2s;
	-webkit-transition: all .2s linear .2s;
	font-weight: bold;
}


.ban .swiper-slide .word a.xq {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	background: rgb(91, 199, 202);
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 50px;
	position: absolute;
	bottom: -70px;
	left: 0;
	transform: translateY(20px);
	filter: alpha(opacity=0);
	/* IE */
	-moz-opacity: 0;
	/* 老版Mozilla */
	-khtml-opacity: 0;
	/* 老版Safari */
	opacity: 0;
	/* 支持opacity的浏览器*/
	transition: all .2s linear .6s;
	-webkit-transition: all .2s linear .6s;
}

.ban .swiper-slide .word.l1 a.xq {
	bottom: 0;
	left: 0%;
	margin-left: 0px;
}

.ban .swiper-slide .word a.xq:after {
	content: '';
	display: block;
	width: 15px;
	height: 14px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
}

.ban .swiper-slide .word a.xq:hover {
	background: rgb(91, 199, 202);
}

.ban .swiper-slide.swiper-slide-active .word h4 {
	transform: translateY(0);
	filter: alpha(opacity=100);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	opacity: 1;
	/* 支持opacity的浏览器*/

}

.ban .swiper-slide.swiper-slide-active .word h3 {
	transform: translateY(0);
	filter: alpha(opacity=100);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	opacity: 1;
	/* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
	transform: translateY(0);
	filter: alpha(opacity=100);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	opacity: 1;
	/* 支持opacity的浏览器*/
}


.gallery-top {
	width: 100%;
	position: relative;
}

.gallery-top .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-top .swiper-pagination {
	bottom: 20px !important;
}

.gallery-top .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 0;
	opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000
}


.sy_about {
	padding: 60px 0;
	overflow: hidden
}

.tit {
	text-align: center;
}

.tit h1 {
	font-size: 50px;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
}

.tit h1::before {
	width: 60px;
	height: 4px;
	content: "";
	background: rgb(91, 199, 202);
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
}

.move-li {
	float: right;
	border: 3px solid #ccc !important;
	padding: 7px 13px 6px 13px;
	border-radius: 21px !important;
	font-size: 24px;
	margin: -59px 200px 0px 0px;
	position: relative;
}

.tit h3 {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.sy_about {
	padding: 80px 0;
	overflow: hidden;
	background: rgb(246, 247, 249);
}

.sy_about .container {
	padding-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sy_about .wenz {
	width: 50%;
	float: right;
	line-height: 1.8;
	font-size: 18px;
	color: #333;
}

.sy_about .wenz h2 {
	font-size: 28px;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.5
}

.sy_about .wenz h2 span {
	font-weight: bold;
}

.sy_about .wenz p {
	margin-bottom: 15px;
}

.sy_about .tp {
	width: 45%;
	float: left;
	margin-right: 5%
}

.sy_about .tp img {
	width: 100%;
	display: block;
}


/* 我们的优势 */
.sy_cpfw {
	padding: 60px 0;
	background: #f6f6f6 url(../images/ywbj.jpg) center / cover;
	overflow: hidden;
}

.section-wrapper {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
}

.mall-app>ul {
	margin-left: -10px;
	margin-right: -10px;
}

.mall-app>ul:before,
.mall-app>ul:after {
	content: " ";
	display: table;
	box-sizing: inherit;
}

.mall-app>ul>li {
	float: left;
	width: 33.3333%;
	padding-left: 1px;
	padding-right: 1px;
	box-sizing: border-box;
}

.mall-app-card {
	position: relative;
	height: 400px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	cursor: pointer;
}

.mall-app-card:hover {
	background-color: rgb(21, 43, 59, 0.85);
}

.mall-app-card-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: 0.2s;
}

.mall-app-card-top {
	position: relative;
	height: 50%;
}

.mall-app-card-top i {
	display: block;
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	width: 48px;
	height: 49px;
	margin: 0 auto;
	background-position: center;
	transition: 0.2s;
	background-repeat: no-repeat;
}

.mall-app-card-top h2 {
	position: absolute;
	top: 125px;
	right: 0;
	left: 0;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	transition: 0.2s;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

.mall-app-card-top h2:before {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 0;
	height: 4px;
	margin: 15px auto;
	background-color: #05602f;
	transition: 0.2s 0.2s;
}

.mall-app-card-top p {
	position: absolute;
	top: 173px;
	right: 0;
	left: 0;
	padding-left: 40px;
	padding-right: 40px;
	margin: 10px auto 0;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	opacity: 0;
	transition: 0.2s;
}

.mall-app-card-bottom {
	position: relative;
	height: 50%;
	padding-top: 0px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 25px 50px 0;
	box-sizing: border-box;
}

.mall-app-card-bottom h4 {
	margin-bottom: 10px;
	line-height: 1.8;
	color: #fff;
	font-size: 16px;
}

.section-bottom {
	padding-top: 40px;
	padding-bottom: 50px;
}

.section-more-wrap {
	text-align: center;
}

.section-more-wrap a {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #666a75;
	cursor: pointer;
	user-select: none;
	transition: 0.2s;
}

.section-more-wrap a:hover {
	color: rgb(91, 199, 202);
}

.section-more-wrap a:hover i {
	transform: translate3d(5px, 0px, 0px);
}

.section-more-wrap a .cui-icon {
	margin-top: -2px;
	margin-left: 10px;
	transition: transform 0.2s;
}

.cui-icon {
	font-family: 'cui-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.mall-app-card:hover .mall-app-card-bg {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.mall-app-card:hover .mall-app-card-top i {
	opacity: 0;
}

.mall-app-card:hover .mall-app-card-top h2 {
	top: 85px;
}

.mall-app-card:hover .mall-app-card-top h2:before {
	width: 68px;
}

.mall-app-card:hover .mall-app-card-top p {
	margin-top: -15px;
	opacity: 1;
}



.sy_pro {
	padding: 7em 0 0;
	overflow: hidden;
	background: rgb(39, 49, 59);
}

.sy_pro ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: rgb(62, 78, 95);
	padding: 60px 0
}

.sy_pro ul li:nth-child(2n) {
	background: rgb(39, 49, 59);
}

.sy_pro ul li .tp {
	width: 50%;
}

.sy_pro ul li .tp img {
	width: 600px;
	float: right;
	display: block
}

.sy_pro ul li .wenz {
	width: 50%;
	padding: 0 10%;
	-moz-box-sizing: border-box;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.sy_pro ul li:nth-child(2n) .wenz {
	right: auto;
	left: 0;
}

.sy_pro ul li:nth-child(2n) div.tp {
	float: right !important;
}

.sy_pro ul li:nth-child(2n) .tp img {
	float: left;
}

.sy_pro ul li .wenz .ico {
	width: 80px;
	margin: 0px auto 25px;
	text-align: center;
	color: #fff;
}

.sy_pro ul li .wenz .ico i {
	font-size: 70px;
}

.sy_pro ul li .wenz h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	text-align: center
}

.sy_pro ul li .wenz p {
	line-height: 1.8;
	font-size: 18px;
	color: #ccc;
}

.sy_pro ul li .wenz .more {
	margin-top: 30px;
	width: 180px;
	line-height: 40px;
	border: #fff 1px solid;
	position: relative;
	text-align: center;
}

.sy_pro ul li .wenz .more a {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	z-index: 2;
}

.sy_pro ul li .wenz .more span {
	width: 0;
	height: 100%;
	background-color: rgb(91, 199, 202);
	position: absolute;
	left: 0%;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.sy_pro ul li .wenz .more:hover span {
	width: 100%
}

.sy_pro ul li .wenz .more:hover a {
	color: #111;
}

.sy_xw {
	padding: 80px 0;
	overflow: hidden;
}

.sy_xw ul li {
	width: 48.3333%;
	float: right;
	/* margin: 0 1.5%; */
	box-shadow: 0px 0px 40px 0px rgb(85 128 255 / 20%);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	border-radius: 10px;
	overflow: hidden;
	/* padding: 10px 0px 20px 0px; */
	/* margin: 10px 60px 20px 60px; */
	margin: 12px 11px 20px 15px;
	background: #fff;
}

.sy_xw ul li:hover {
	transform: translateY(-5px);
	-wbkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.sy_xw ul li .tp {
	overflow: hidden;
	position: relative;
}

.sy_xw ul li .tp img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sy_xw ul li:hover .tp img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sy_xw ul li .tp span {
	position: absolute;
	padding: 10px 15px;
	background: #2871FE;
	text-transform: uppercase;
	color: #fff;
	top: 40px;
	left: 30px;
	z-index: 5;
	border-radius: 6px;
}

.sy_xw ul li .blog-meta-title h3 {
	/* color: #010E22; */
	color: rgb(32, 162, 165);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	padding: 14px 30px 2px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 2; */
	height: 75px;
	margin-bottom: 10px;
}










.sy_lx {
	margin: 0 auto;
	background: url(../images/contact-bg.jpg);
	background-attachment: fixed;
	padding-top: 10px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 0;
}

.sy_lx .left input.w_z {
	width: 49%;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	margin-bottom: 20px;
	margin-right: 1%;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 5px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.2);
}

.sy_lx .left textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	outline: none;
	resize: none;
	font-size: 14px;
	line-height: 28px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.sy_lx .left .a_n {
	width: 180px;
	height: 50px;
	background-color: rgb(91, 199, 202);
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 50px;
}

.sy_lx .left .a_n button {
	width: 180px;
	height: 50px;
	background-color: rgb(91, 199, 202);
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 50px;
}




/* start footer */
.footer_bg {
	background: #19333f;
	width: 100%;
	padding: 35px 0 0;
}

.footer {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	z-index: 999;
	max-width: 90%;
}

.footer .zuo3 {
	float: left;
	width: 1200px;
}

.footer .zuo3 ul li {
	float: left;
	padding-right: 38px;
	min-width: 40px;
}

.footer .zuo3 ul li:last-child {
	padding: 0;
}

.footer .zuo3 ul li .tit1 a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	opacity: 1;
	line-height: 36px;
	display: block
}

.footer .zuo3 ul li .line {
	margin-bottom: 20px;
	height: 2px;
	margin-top: 10px
}

.footer .zuo3 ul li .line span {
	width: 15px;
	height: 1px;
	background: rgb(91, 199, 202);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	display: block
}

.footer .zuo3 ul li:hover .line span {
	width: 50px;
	height: 1px;
}

.footer .zuo3 ul li a {
	width: 100%;
	display: block;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	text-transform: capitalize;
}

.footer .zuo3 ul li a:hover {
	opacity: 1;
}

.dzwz {
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	float: left;
}

.dzwz p {
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.dzwz p i {
	color: rgb(91, 199, 202);
	text-align: center;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer .zuo3 ul li.yx {
	width: 260px;
	padding-right: 0;
	float: right;
}

.footer .searchIpt2 {
	width: 260px;
	height: 50px;
	position: relative;
}

.searchIpt2 .search_txt {
	width: 182px;

	padding: 0 0 0 10px;

	line-height: 50px;

	background: #fff;

	color: #666;

	border: 0;

	height: 50px;

	float: left;
	border-radius: 25px;

}

.searchIpt2 .search_btn {
	width: 50px;
	background: #fff;
	border: 0;
	float: right;
	color: #333;
	height: 50px;
	cursor: pointer;
	border-radius: 25px;
	position: relative;
}

.searchIpt2 i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	color: #333;
}

.searchIpt2 .search_btn:hover {
	background: #c11724;
	color: #fff;
}

.searchIpt2 .search_btn:hover i {
	color: #fff;
}

.searchIpt2 .search_btn i:hover {
	color: #fff;
}

.footer_bg .dybox {
	margin-top: 5px;
}

.footer_bg .dybox h3 {
	margin-bottom: 15px;
}

.footer_bg .dy {
	margin-top: 10px;
	width: 240px;
	overflow: hidden;
}

.footer_bg .dy input.w_z {
	width: 85%;
	height: 35px;
	border-radius: 0;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	float: left;
	-webkit-appearance: none;
	background: rgba(255, 255, 255, 0.15);
	padding-left: 15px;
	box-sizing: border-box;
}

.footer_bg .dy button.s_c {
	width: 15%;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	float: left;
	-webkit-appearance: none;
	font-weight: bold;
	background: rgb(91, 199, 202);
}

.footer_bg .dy i {
	font-size: 18px;
	color: #fff;
}

.footer .zuo3 ul li.yx .tb {
	padding-top: 20px
}

.footer .zuo3 ul li.yx .tb a {
	width: 30px;
	margin-right: 10px;
	position: relative;
	float: left;
}

.footer .zuo3 ul li.yx .tb a i {
	font-size: 20px;
}

.footer .zuo3 ul li.yx .tb a .wx {
	width: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	background: #fff;
	top: -120px;
	display: none;
}

.footer .zuo3 ul li.yx .tb a:hover .wx {
	display: block;
}

.footer .zuo3 ul li.yx .tb a img {
	width: 100%;
}

.footer .weix {
	width: 120px;
	float: right;
	text-align: center;
	line-height: 30px;
}

.footer .weix img {
	width: 100%;
}

.footer_btm {
	margin: 30px auto 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
}

.copy {
	width: 1200px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center
}

.copy p {
	font-size: 12px;
	text-transform: uppercase;
	color: #B9B9B9;
}

.copy p a {
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}



.nban {
	height: 460px;
	width: 100%;
	position: relative;
}

.nban .mb {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.55);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nban .mb .box {
	width: 100%;
	text-align: center;
}

.nban .mb h1 {
	font-size: 50px;
	margin-bottom: 60px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}

.nban .mb h1 span {
	font-weight: bold;
	font-family: OPPOSans-B;
}

.nban .mb .more {
	width: 160px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #fc7010;
	border-radius: 25px;
	text-transform: uppercase;
}

.nban .mb .more:hover {
	background: #df2b02;
}

.ny_xw {
	margin: 60px auto 60px;
}

.Activsbf1_lb {
	width: 100%;
	margin-top: 10px;
}

.Activsbf1_lb dl {
	width: 100%;
	background: #f6f6f6;
	padding: 10px;
	margin: 0 0 20px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.Activsbf1_lb dt {
	width: 28%;
	float: left;
	overflow: hidden;
}

.Activsbf1_lb dt a {}

.Activsbf1_lb dt img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Activsbf1_lb dd {
	width: 68%;
	float: right;
	margin-top: 15px;
	margin-right: 0.5%
}

.Activsbf1_lb dd .newNrtit {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.Activsbf1_lb dd .newNrtit a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.Activsbf1_lb dd .newNrjs {
	width: 100%;
	margin-top: 10px;
	line-height: 1.8;
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 76px;
}

.Activsbf1_lb dd .Acdltj_time {
	width: 100%;
	margin: 15px 0 0;
	color: #999;
}

.Activsbf1_lb dd .more1 a {
	width: 90px;
	line-height: 28px;
	border: #ccc 1px solid;
	display: block;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
}

.Activsbf1_lb dd:hover .more1 a {
	background: #fff;
	color: rgb(91, 199, 202)
}

.Activsbf1_lb dl:hover .Acdltj_time {
	color: #ccc;
}

.Activsbf1_lb dl:hover {
	background: rgb(91, 199, 202);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.Activsbf1_lb dl:hover dd .newNrtit a {
	color: #fff;
}

.Activsbf1_lb dl:hover .newNrjs {
	color: #fff;
}

.Activsbf1_lb dl:hover dt img {
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 1s ease 0s;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.Activsbf1_lb dl:hover dt img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.ny_fw {
	padding: 80px 0;
	overflow: hidden;
}

.ny_fw .container {
	padding-bottom: 60px;
	overflow: hidden;
}

.ny_fw .wenz {
	width: 50%;
	line-height: 1.8;
	font-size: 16px;
	color: #333;
}

.ny_fw .wenz h2 {
	font-size: 26px;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.5
}

.ny_fw .wenz h2 span {
	font-weight: bold;
}

.ny_fw .wenz p {
	margin-bottom: 15px;
}

.ny_fw .tp {
	width: 45%;
}

.ny_fw .tp img {
	width: 100%;
	display: block;
}

/*index-contact*/

.index-contact {

	min-width: 1200px;

	padding: 80px 0;

	background-image: url(../images/contact-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

	background-position: center top;

	position: relative;

}

.index-contact .cover {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(0, 0, 0, 0.5);

	z-index: 1;

}

.index-contact .s {

	position: relative;

	padding: 0 360px 0 0;

	z-index: 100;

}

.index-contact h6 {

	font-size: 30px;

	color: #fff;

	line-height: 40px;

}

.index-contact p {

	line-height: 40px;

	font-size: 20px;
	font-weight: bold;

	color: #fff;

}

.index-contact .btn {

	position: absolute;

	top: 50%;

	right: 0px;

	display: block;

	width: 200px;

	margin-top: -25px;

	border: 1px #fff solid;

	text-align: center;

	border-radius: 3px;

}

.index-contact .btn a {

	display: block;

	height: 48px;

	line-height: 48px;

	font-size: 18px;

	color: #fff;

}

.index-contact .btn a:hover {
	background: rgb(91, 199, 202);
}

.ny_lx {
	padding: 80px 0;
	overflow: hidden;
}

.ny_lx .xxpl {
	width: 50%;
}

.ny_lx .xxpl h3 {
	font-size: 20px;
	color: #654b2f;
	margin: 10px 0 5px;
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
}

.ny_lx .xxpl h4 {
	font-size: 28px;
	color: #333;
	margin-bottom: 50px;
}

.ny_lx .xxpl p {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 10px;
}

.ny_lx .xxpl p i {
	margin-right: 8px;
	font-size: 20px;
}

.ny_lx .zxly {
	width: 45%;
}

.ny_lx .zxly h3 {
	font-size: 20px;
	color: #654b2f;
	margin: 10px 0 5px;
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
}

.ny_lx .zxly h4 {
	font-size: 28px;
	color: #333;
	margin-bottom: 50px;
}

.ny_lx .zxly input.w_z {
	width: 48%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	margin-right: 2%;
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
	padding: 0 5px;
	box-sizing: border-box;
	background: #fff;
}

.ny_lx .zxly input.w_z.no {
	margin-right: 0;
}

.ny_lx .zxly input.a_n {
	width: 120px;
	height: 40px;
	background-color: #283550;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	margin-right: 40px;
}

.ny_lx .zxly textarea {
	width: 100%;
	height: 66px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	outline: none;
	resize: none;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.ny_jmb {
	padding: 80px 0;
}

.ny_jmb ul li.bt {
	background: rgb(91, 199, 202);
	color: #fff;
	font-weight: bold;
}

.ny_jmb ul li {
	font-size: 18px;
	color: #222;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	line-height: 40px;
	overflow: hidden;
}

.ny_jmb ul li:nth-child(2n) {
	background: #f3f2ef;
}

.ny_jmb span {
	width: 40%;
	float: left;
	border-right: 1px solid #e7e7e7;
	display: block;
	box-sizing: border-box;
	padding: 15px 20px;
	box-sizing: border-box;
}

.ny_jmb span .ls {
	color: rgb(91, 199, 202);
	font-size: 20px;
	font-style: normal;
}

.ny_jmb span.xiao {
	width: 20%;
}

.ny_jmb .sm {
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	margin-top: 50px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.sy_cjwt {
	padding: 60px 0;
	background: #f6f6f6;
	overflow: hidden;
}

.subNavBox {
	border-bottom: 0;
}

.subNav {
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	color: #222;
	line-height: 60px;
	padding: 0 30px;
	background: #fff url(../images/jiantou1.png) right center / 30px no-repeat;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	border-radius: 6px;
}

.subNav:hover {
	color: rgb(91, 199, 202);
}

.currentDd {
	color: rgb(91, 199, 202)
}

.currentDt {
	background: #fff url(../images/jiantou.png) right center / 30px no-repeat;
}

.navContent {
	display: none;
}

.navContent li {
	line-height: 1.8;
	color: #444;
	padding: 20px;
	font-size: 18px;
}









@media only screen and (max-width:1024px) {
	.move-li {
		display: none;
	}


	.head_h {
		height: 60px;
		display: block;
		background: #18243c;
	}

	.header {
		border: 0;
		height: 60px;
		width: 100%;
		z-index: 9999;
	}

	.header .container {
		padding: 0;
		height: 60px;
		width: 94%
	}

	.header .right .ss {
		line-height: 30px;
		color: #333;
		padding: 0 6px;
	}

	.header .right .wx {
		line-height: 60px;
		color: #333;
		padding: 0 6px;
	}

	.header .right .wx .e_j {
		top: 60px;
	}

	.header .right {
		margin-right: 40px;
		margin-top: 15px;
		margin-left: 0;
	}

	.header .logo {
		width: 150px;
		margin: 15px auto;
	}

	.header.on .logo {
		width: 150px;
		margin: 15px auto;
	}

	.header .logo .img2 {
		display: block;
	}

	.header .logo .img1 {
		display: none;
	}

	.header .an {
		display: block;
		right: 10px;
	}

	.header .an span {
		background-color: #fff
	}

	.header .nav ul {
		width: 100%;
	}

	.header.on .nav {
		width: 100%
	}

	.header .nav {
		width: 100%;
		padding: 15px 5%;
		background: rgba(24, 36, 60, 0.95);
		height: 100%;
		position: fixed;
		top: 60px;
		right: -100%;
		z-index: 9999;
		overflow: auto;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		margin-top: 0;
		box-sizing: border-box;
	}

	.header .nav.on {
		right: 0;
	}

	.header.on .nav ul li a {
		font-size: 16px;
		color: #fff;
	}

	.header .nav i {
		display: block;
		font-size: 16px;
		color: #fff;
	}

	.header .nav ul li {
		line-height: 60px;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		float: none;
		margin: 0;
		padding: 0
	}

	.header .nav ul li::after {
		background: rgba(0, 0, 0, 0);
	}

	.header.on .nav ul li {
		line-height: 60px;
	}

	.nav ul li.da .e_j {
		position: relative;
		height: auto;
		overflow-y: scroll;
	}

	.header .nav ul li .w1200 {
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 0;
	}

	.header .nav ul li .e_j h1 {
		color: #fff;
	}

	.header .nav ul li .lm2 {
		width: 100%;
	}

	.header .nav ul li .e_j .bd {
		width: 100%;
		text-align: center;
	}

	.header .nav ul li .e_j h3 {
		font-size: 14px;
		color: #fff;
	}

	.header .nav ul li .e_j .hd {
		width: 100%;
		margin-left: 0;
	}

	.header .nav ul li .e_j .hd ul li .dz {
		font-size: 14px;
		color: #fff;
	}

	.header .nav .e_j {
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		background: none;
		position: relative;
		display: none;
		top: auto;
		left: auto;
		margin: 0;
		padding-bottom: 10px;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transition: all 0s;
		-o-transition: all 0s;
		-ms-transition: all 0s;
		-moz-transition: all 0s;
		-webkit-transition: all 0s;
		opacity: 1;
		visibility: inherit;
	}

	.header .nav ul li .e_j a {
		color: #aaa;
	}

	.header .nav ul li .e_j a:hover {
		color: #fff
	}

	.header .nav .e_j a {
		border-top: 0;
		font-size: 12px;
		color: #aaa;
		line-height: 32px;
	}

	.header .nav .e_j a:hover {
		background: none;
	}

	.header .nav ul li:hover .e_j {
		display: none;
	}

	.header .nav ul li a {
		font-size: 16px;
		color: #fff;
	}

	.nav .e_j.pp .container-fluid {
		display: block;
	}

	.nav .e_j.cp .lm {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
		border-right: 0;
		padding-left: 0px;
		padding: 0;
	}

	.nav .e_j.cp .lm h4 {
		color: rgba(255, 255, 255, .85);
	}

	.nav .e_j.cp .container-fluid {
		display: block;
	}

	.nav .e_j.pp .tw {
		width: 100%;
		margin: 0 0;
	}

	.nav .e_j.pp .tw img {
		display: none;
	}

	.nav .e_j .box {
		padding: 0;
	}

	.nav .e_j.pp .tw p {
		margin-top: 0px;
		color: #fff;
		text-align: left;
	}

	.header.on .nav ul li .e_j {
		top: 0;
		border-top: 0;
	}

	.nav .e_j.cp .lm h3 {
		position: relative;
		font-size: 16px;
		font-weight: normal;
		color: #fff;
	}

	.nav .e_j.cp .lm h3 em {
		font-size: 25px;
		color: #fff;
	}

	.nav .e_j.cp .lm p a {
		width: 100%;
		color: #fff;
		font-size: 14px;
	}

	.nav .e_j .s_j {
		display: none;
	}

	.header .nav ul li:hover span {
		width: 0;
	}

	.header .nav ul li.on span {
		width: 0;
	}

	.ban .swiper-slide img {
		display: none;
	}

	.ban .swiper-slide {
		height: 40rem
	}

	.ban .swiper-slide .tp img {
		display: block;
	}

	.ban .swiper-slide .tp {
		width: 70%;
		/* position: static; */
		margin: 2.4rem auto
	}

	.ban .swiper-slide .word {
		/* position: static; */
		margin: 0 auto;
		width: 90%;
		height: auto;
		text-align: center;
	}

	.ban .swiper-slide .word h3 {
		font-size: 2.5rem;
		letter-spacing: 0;
		line-height: 1.5;
		margin: 1px 0 10px 0;
	}

	.ban .swiper-slide .word h4 {
		font-size: 1.8rem;
		margin-top: 10px;
	}

	.ban .swiper-slide .word a.xq {
		width: 150px;
		height: 40px;
		font-size: 16px;
		margin: 25px auto 0;
		padding: 0 0px;
		line-height: 40px;
		position: static;
	}

	.ban .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.tit h1 {
		font-size: 36px;
	}

	.sy_about .container {
		flex-wrap: wrap;
	}

	.sy_about .tp {
		width: 100%;
		margin-right: 0%;
	}

	.sy_about .wenz {
		width: 100%;
		margin-top: 25px;
	}

	.mall-app>ul>li {
		float: left;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 2px;
	}


	.pc_ban {
		height: 19rem;
	}

	.container {
		width: 94%;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		/*Firefox3.5+*/
		-webkit-box-sizing: border-box;
		/*Safari3.2+*/
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.pc_ban .mb h1 {
		font-size: 30px;
		margin-bottom: 20px;
		margin-top: 18%;
	}

	.sy_about {
		padding: 40px 0;
	}

	.sy_lx {
		background-attachment: inherit;
		padding: 40px 0;
	}

	.tit h3 {
		margin-bottom: 30px;
	}

	.con {
		width: 90%;
	}

	.sy_td {
		padding: 40px 0;
	}

	.sy_td ul li {
		width: 46%;
		margin: 0 2% 30px;
	}

	.sy_td ul li.last {
		margin-right: 2%
	}

	.sy_pro {
		padding: 40px 0;
	}

	.sy_pro ul li .wenz {
		padding: 30px 3%;
		width: 100%;
		position: static;
	}

	.sy_pro ul li .tp {
		width: 90%;
		margin: 0 5%;
	}

	.sy_pro ul li .tp img {
		width: 100%;
	}

	.sy_pro ul li {
		width: 94%;
		margin: 25px auto;
		padding: 0
	}



	.sy_xw {
		padding: 50px 0;
		overflow: hidden;
	}

	.footer {
		width: 94%;
		padding: 0px 0;
		z-index: 999;
	}

	.footer .zuo3 ul li {
		width: 33.3333%;
		overflow: hidden;
		margin-bottom: 20px;
		padding-right: 0;
	}

	.footer .zuo3 ul li.lx {
		width: 100%
	}

	.footer .you3 .weixin {
		width: 100px;
		padding-top: 20px;
		float: none;
		margin: 0 auto
	}

	.footer_btm {
		margin: 20px auto 0;
		padding-top: 1%;
		width: 94%;
	}

	.footer .you3 {
		width: 100%;
		float: right;
	}

	.footer .zuo3 {
		width: 100%;
	}

	.footer .zuo3 ul li.yx {
		width: 100%;
	}

	.copy {
		width: 90%;
		padding: 10px 0;
		line-height: 1.4;
	}

	.nban {
		height: 10rem;
		width: 100%;
	}

	.ncontent {
		padding: 40px 0 0;
	}

	.nycp {
		width: 94%;
		margin: 0 auto;
		padding: 30px 0;
	}

	.nycp p {
		margin-bottom: 30px;
	}

	.nysp .left {
		width: 100%;
	}

	.nysp .right {
		width: 100%;
	}
}

@media only screen and (max-width:600px) {
	.move-li {
		display: none;
	}

	.tit {
		margin-bottom: 30px;
	}

	.tit h1 {
		font-size: 2.5rem;
	}

	.tit h3 {
		margin-bottom: 0px;
		padding: 0 15px;
	}

	.footer .zuo3 ul li {
		display: none
	}

	.footer .zuo3 ul li.lx {
		display: block;
	}

	.footer .zuo3 ul li.yx {
		display: block;
	}

	.footer_bg .dy {
		width: 100%;
	}

	.sy_xw ul li {
		width: 100%;
		margin: 0 0 2%;
	}











}