.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fixed {
	position: fixed;
}

.bg {
	background-image: linear-gradient(-90deg, #0b59c3 0%, #046335 100%);
	background-blend-mode: normal, normal;
}

.u-df {
	display: -webkit-box;
	display: -ms-box;
	display: flex;
}

.u-flex-h {
	-webkit-box-orient: horizontal;
}

.u-flex-r {
	-ms-flex-direction: row;
	flex-direction: row;
}

.u-flexd--c {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.u-jc-c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.u-jc-sb {
	justify-content: space-between;
}

.u-jc-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.u-fd-rr {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


.u-ai-fs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.u-ai-c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.u-al-fe {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.u-as-bl {
	-webkit-align-self: baseline;
	-ms-align-self: baseline;
	align-self: baseline;
}

.u-flex-sb {
	justify-content: space-between;
}

.flex-1 {
	flex: 1;
}

.u-fw {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.flex-wrap {
	flex-flow: wrap;
}

.flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

.hide {
	display: none;
}

.bold {
	font-weight: 700;
}

.txt-center {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.before {
	opacity: 0;
	visibility: hidden;
}

.after {
	opacity: 1;
	visibility: visible;
}

.font {
	 
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}

.upper {
	text-transform: uppercase;
}

.middle {
	vertical-align: middle;
}

.background {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/* @media screen and (max-width: 1660px) and (min-width: 1420px){
	.header-wrapper .box{padding: 0;}
} */
@media screen and (min-width: 1024px) {
	::-webkit-scrollbar {
		width: 5px;
		background-color: #f7f8f9;
	}

	::-webkit-scrollbar-thumb {
		background-color: #046335;
	}

	.share ul li:hover:before {
		animation: iconScale 1.5s ease infinite;
		opacity: 1;
		visibility: visible;
	}

	.share ul li:hover .hidebox {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	.share ul li:hover a {
		/*    background-color: #046335;
    border-color: #046335; */
	}

	.header-wrapper:hover {
		background-color: #fff;
	}

	.header-wrapper:hover .logo-box img.on {
		display: block;
	}

	.header-wrapper:hover .pc-nav-box ul li:hover>a {
		color: #046335;
	}

	.header-wrapper:hover .pc-nav-box ul li:hover>a:after {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	.header-wrapper:hover .pc-nav-box ul li .nav a:hover {
		color: #046335;
		font-weight: 700;
	}

	.header-wrapper:hover .text-box {
		/* margin-left: 18px; */
		color: #333;
	}

	.header-wrapper:hover .pc-nav-box ul li a {
		color: #333;
	}

	.header-wrapper:hover .pc-nav-box ul li a:after {
		background-color: #046335;
	}

	.header-wrapper:hover .search {
		background-image: url(../images/search5.png);
	}

	.header-wrapper:hover .language .caption {
		color: #333;
		background-image: url(../images/earth2.png);
	}

	.header-wrapper .language:hover .caption:after {
		opacity: 1;
		visibility: visible;
	}

	.header-wrapper .language:hover .list {
		opacity: 1;
		visibility: visible;
	}

	.header-wrapper .language:hover .list:before {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}

	.header-wrapper .language:hover .list a {
		display: block;
		animation: navInUp50 0.6s ease;
		animation-fill-mode: forwards;
	}

	.page-nav-wrapper {
		position: relative;
		z-index: 1;
	}

	.page-nav-wrapper:before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #e6e6e6;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 0;
	}

	.page-nav-wrapper.special .nav a {
		padding: 0.27rem 0;
	}

	.page-nav-wrapper.special .nav a.on,
	.page-nav-wrapper.special .nav a:hover {
		font-weight: 700;
	}

	.page-nav-wrapper.special p {
		line-height: 0.3rem;
		margin-top: 0.08rem;
	}

	.page-nav-wrapper .intruction-caption {
		display: none;
	}

	.page-nav-wrapper .page-nav-box {
		overflow: hidden;
	}

	.page-nav-wrapper .icon {
		position: relative;
		width: 0.33rem;
		height: 0.33rem;
		margin: 0 auto;
	}

	.page-nav-wrapper .icon img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
	}

	.page-nav-wrapper .icon .on {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		opacity: 0;
		visibility: hidden;
	}

	.page-nav-wrapper .nav {
		font-size: 0;
		text-align: center;
	}

	.page-nav-wrapper .nav>a {
		position: relative;
		display: inline-block;
		font-size: var(--fs16);
		line-height: 0.8rem;
		margin-right: 0.82rem;
		transition: color 0.3s ease;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		-ms-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
	}

	.page-nav-wrapper .nav>a:last-child {
		margin-right: 0;
	}

	.page-nav-wrapper .nav>a:before {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		background-color: #046335;
		transition: transform 0.3s ease;
		-webkit-transition: transform 0.3s ease;
		-moz-transition: transform 0.3s ease;
		-ms-transition: transform 0.3s ease;
		-o-transition: transform 0.3s ease;
	}

	.page-nav-wrapper .nav>a.on,
	.page-nav-wrapper .nav>a:hover {
		color: #046335;
		font-weight: 700;
	}

	.page-nav-wrapper .nav>a.on:before,
	.page-nav-wrapper .nav>a:hover:before {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	.page-nav-wrapper .nav>a.on .icon .init,
	.page-nav-wrapper .nav>a:hover .icon .init {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		opacity: 0;
		visibility: hidden;
	}

	.page-nav-wrapper .nav>a.on .icon .on,
	.page-nav-wrapper .nav>a:hover .icon .on {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		opacity: 1;
		visibility: visible;
	}

	.research-wrapper .box-5 li:nth-child(-n+6) {
		margin-top: 0;
	}

	.research-wrapper .box-5 li:nth-child(6n) {
		margin-right: 0;
	}

	.category-box a:hover .icon .init {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		opacity: 0;
		visibility: hidden;
	}

	.category-box a:hover .icon .on {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		opacity: 1;
		visibility: visible;
	}

	.category-box a:hover p {
		color: #046335;
	}

	.newspaper-wrapper .list li:nth-child(-n+4) {
		margin-top: 0;
	}

	.newspaper-wrapper .list li:nth-child(4n) {
		margin-right: 0;
	}

	.activity-wrapper .item li:nth-child(-n+3) {
		margin-top: 0;
	}

	.activity-wrapper .item li:nth-child(3n) {
		margin-right: 0;
	}

	.activity-wrapper .tab-box a:hover {
		color: #046335;
	}

	.activity-wrapper .tab-box a.on:hover {
		color: #fff;
	}

	.advice-wrapper .tab-box a:hover,
	.investor-wrapper .tab-box a:hover,
	.contact-wrapper .tab-box a:hover {
		color: #046335;
		font-weight: 700;
	}

	.advice-wrapper .tab-box a.on:hover,
	.investor-wrapper .tab-box a.on:hover,
	.contact-wrapper .tab-box a.on:hover {
		color: #fff;
	}

	.contact-wrapper .box-3 li:nth-child(-n+7) {
		margin-top: 0;
	}

	.contact-wrapper .box-3 li:nth-child(7n) {
		margin-right: 0;
	}

	.contact-wrapper .form .group:nth-child(-n+3) {
		margin-top: 0;
	}

	.contact-wrapper .form .group:nth-child(3n) {
		margin-right: 0;
	}

	.goods-wrapper li:nth-child(-n+3) {
		margin-top: 0;
	}

	.goods-wrapper li:nth-child(3n) {
		margin-right: 0;
	}

	.goods-cat-box .goods-cat li:hover>a {
		color: #046335;
	}

	.goods-cat-box .goods-cat li:hover>a:after {
		background-image: url(../images/g-right2.png);
	}

	.goods-cat-box .goods-cat li.on:hover>a {
		color: #fff;
	}

	.goods-cat-box .goods-cat li.on:hover>a:after {
		background-image: url(../images/g-down.png);
	}

	.case-box li:nth-child(-n+3) {
		margin-top: 0;
	}

	.case-box li:nth-child(3n) {
		margin-right: 0;
	}

	.goodsinfo-wrapper .info-box .brief li:nth-child(-n+4) {
		margin-top: 0;
	}

	.goodsinfo-wrapper .info-box .brief li:nth-child(4n) {
		padding-right: 0;
	}

	.case-wrapper .case-box .info {
		padding: 0.3rem 0.35rem 0.34rem;
	}

	.case-wrapper .case-box .title {
		font-size: 0.2rem;
	}

	.case-wrapper .case-box .desc {
		margin: 0.08rem auto 0.16rem;
	}

	.finance-wrapper .box li:nth-child(-n+4) {
		margin-top: 0;
	}

	.finance-wrapper .box li:nth-child(4n) {
		margin-right: 0;
	}

	.team-wrapper .list li:nth-child(-n+4) {
		margin-top: 0;
	}

	.team-wrapper .list li:nth-child(4n) {
		margin-right: 0;
	}

	.contactus-wrapper .form .group:nth-child(-n+3) {
		margin-top: 0;
	}

	.contactus-wrapper .form .group:nth-child(3n) {
		margin-right: 0;
	}

	.investor-wrapper .box-3 li:nth-child(-n+3) {
		margin-top: 0;
	}

	.investor-wrapper .box-3 li:nth-child(3n) {
		margin-right: 0;
	}

	.question-wrapper li.on:hover .title {
		color: #fff;
		font-weight: 500;
	}

	.question-wrapper li:hover .title {
		color: #046335;
		font-weight: 700;
	}

	.job-box ul li:hover .top div {
		color: #fff;
	}

	.job-box ul li:hover .top:before {
		opacity: 1;
		visibility: visible;
	}

	.job-box ul li:hover .icon {}

	.joblist-wrapper .other-box ul li.on:hover {
		color: #fff;
	}

	.joblist-wrapper .other-box ul li:hover {
		color: #046335;
		font-weight: 700;
	}

	.joblist-wrapper .cate-box a:hover {
		font-weight: 700;
		color: #046335;
		border-color: #046335;
	}

	.index-box-2 .tab-box a:nth-child(-n+5) {
		border-top: none;
	}

	.index-box-2 .tab-box a:nth-child(5n) {
		border-right: none;
	}

	.index-box-5 li:hover .info {
		transform: translateY(-70%);
		-webkit-transform: translateY(-70%);
		-moz-transform: translateY(-70%);
		-ms-transform: translateY(-70%);
		-o-transform: translateY(-70%);
	}

	.about-wrapper .year-box .swiper-slide:hover .year {
		color: #046335;
	}

	.about-wrapper .year-box .swiper-slide:hover .dot i {
		background-color: #046335;
	}

	.index-box-2 .tab-box a:hover:before {
		opacity: 1;
		visibility: visible;
	}

	.page-banner-wrapper .swiper-slide img,
	.page-banner-wrapper>img {
		opacity: 1;
		visibility: visible;
	}

	.page-banner-wrapper .swiper-slide {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

@media screen and (max-width: 1900px) {
	.pc-nav-box {
		margin: 0 0.4rem;
	}
}

@media screen and (max-width: 1800px) {
	.pc-nav-box li {
		margin-right: 0.28rem;
	}

	.pc-nav-box {
		margin: 0 0.4rem;
	}
}

@media screen and (max-width: 1600px) {
	.box-container {
		width: 14rem;
	}

	.header-wrapper .text-box {
		display: none;
	}

	.index-box-6 {
		background-image: linear-gradient(-90deg, #046335 0%, #11A84E 100%);
	}

	.index-box-6 .box_title li {
		width: 50%;
	}

	.index-box-6 .box_title li:nth-child(2) {
		display: none;
	}

	.pc-nav-box {
		margin: 0 1rem;
	}

	.pc-nav-box ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.pc-nav-box li {
		margin-right: 0;
	}

	.header-wrapper .search-box {
		padding-right: 0.4rem;
	}

	.footer-wrapper {
		/* padding: 0.8rem 0 0; */
	}

	.footer-nav-box li>a {
		margin-bottom: 0.22rem;
	}

	.gotop {
		width: 0.64rem;
		height: 0.64rem;
	}

	.cat-box a {
		margin-right: 0.8rem;
	}

	.index-box-3 .title {
		font-size: 0.2rem;
		line-height: 0.32rem;
		height: 0.64rem;
	}

	.index-box-3 .left .info {
		padding: 0.32rem 0.32rem 0.46rem;
	}

	.index-box-3 .right .desc {
		margin: 0.06rem auto 0.14rem;
	}

	.index-box-3 .right li a {
		height: 0.44rem;
		line-height: 0.44rem;
	}

	.culture-wrapper .cate-box a {
		padding: 0.34rem 0.2rem 0.34rem 0.3rem;
	}

	.culture-wrapper .cate-box .icon {
		width: 0.76rem;
		height: 0.76rem;
		margin-right: 0.2rem;
	}

	.culture-wrapper .cate-box .name {
		font-size: 0.24rem;
	}

	.culture-wrapper .cate-box p {
		line-height: 0.2rem;
		font-size: 14px;
	}

	.culture-wrapper .box-3 .title {
		font-size: 0.28rem;
	}

	.page-box {
		padding: 0.6rem 0 2rem;
	}

	.development-wrapper .box-4,
	.contact-wrapper.job .box-2,
	.join-wrapper .box-2 {
		padding-bottom: 2rem;
	}

	.mt {
		margin-top: 0.4rem;
	}

	.index-box-3,
	.index-box-4 {
		padding-top: 1rem;
	}

	.padding {
		padding: 0.4rem 0;
	}

	.culture-wrapper .box-1 .index-title-box {
		margin-bottom: 0.4rem;
	}

	.culture-wrapper .box-1 .brief {
		font-size: 0.36rem;
		margin-bottom: 0.26rem;
	}

	.page-banner-wrapper h1 {
		font-size: 0.54rem;
	}

	.research-wrapper .box-1 .brief {
		font-size: 0.32rem;
		line-height: 0.4rem;
		margin-bottom: 0.24rem;
	}

	.research-wrapper .box-3 .info {
		width: 44.8%;
	}

	.research-wrapper .data .num {
		font-size: 0.4rem;
		line-height: 0.44rem;
	}

	.research-wrapper .box-3 .data p {
		margin-top: 0.06rem;
	}

	.research-wrapper .box-3 .data {
		margin-top: 0.3rem;
	}

	.research-wrapper .box-4 .year {
		margin-bottom: 0.06rem;
	}

	.research-wrapper .data em,
	.research-wrapper .data p {
		font-size: 15px;
	}

	.research-wrapper .box-4 .swiper-container {
		padding: 0 calc((100% - 14rem) / 2 + 0.6rem);
	}

	.research-wrapper .box-4 .inner {
		width: 380px;
	}

	.page-banner-wrapper.swiper .info,
	.research-wrapper .box-4 .prev {
		left: calc((100% - 14rem) / 2);
	}

	.research-wrapper .box-4 .next {
		right: calc((100% - 14rem) / 2);
	}

	.research-wrapper .box-4 .swiper-btn {
		width: 0.46rem;
		height: 0.46rem;
	}

	.category-box .icon {
		width: 0.52rem;
		height: 0.52rem;
	}

	.video-wrapper .btn-box a {
		width: 0.54rem;
		height: 0.54rem;
	}

	.social-wrapper .desc {
		margin: 0.1rem auto 0.3rem;
	}

	.social-wrapper .title {
		font-size: 0.19rem;
	}

	.activity-wrapper .first-box .info {
		padding-left: 1rem;
	}

	.activity-wrapper .first-box .index-title-box {
		margin-bottom: 0.32rem;
	}

	.contact-wrapper .box-1 .detail-box li {
		margin-bottom: 0.24rem;
	}

	.contact-wrapper .box-1 .map {
		height: 5.72rem;
	}

	.contact-wrapper .box-3 li {
		width: 10%;
		margin-right: 5%;
	}

	.goods-wrapper .list .pic img {
		height: 2.18rem;
	}

	.goodsinfo-wrapper .info-box h2 {
		font-size: 0.34rem;
	}

	.goodsinfo-wrapper .info-box .brief {
		margin-top: 0.24rem;
		padding-bottom: 0.24rem;
	}

	.goodsinfo-wrapper .base-box .content {
		margin-bottom: 0.24rem;
	}

	.case-box .desc {
		font-size: 14px;
	}

	.news-wrapper .news-box {
		padding-top: 0;
	}

	.news-wrapper .swiper-box .title {
		font-size: 0.26rem;
	}

	.news-wrapper .first-box {
		margin-bottom: 1rem;
	}

	.stock-box .number span {
		font-size: 0.68rem;
		margin-right: 0.3rem;
	}

	.stock-box .num,
	.stock-box h2 {
		font-size: 0.34rem;
	}

	.stock-wrapper table th,
	.stock-wrapper table td {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.stock-wrapper .caption {
		font-size: 0.28rem;
		margin-bottom: 0.32rem;
	}

	.form-box .name {
		font-size: 0.22rem;
	}

	.finance-wrapper .main {
		padding-top: 0.9rem;
	}

	.team-wrapper .name {
		font-size: 0.24rem;
	}

	.contactus-wrapper .box-1 .info li {
		margin-bottom: 0.2rem;
	}

	.culture-wrapper .box-2 .info .en {
		font-size: 0.17rem;
		line-height: 0.28rem;
	}

	.culture-wrapper .box-2 .info .inner:before {
		left: 4%;
	}

	.culture-wrapper .box-2 .info .inner:after {
		right: 4%;
	}

	.culture-wrapper .box-2 .info .inner:before,
	.culture-wrapper .box-2 .info .inner:after {
		font-size: 2.6rem;
	}

	.newsinfo-wrapper .right {
		padding-top: 0.4rem;
		padding-bottom: 0.5rem;
	}

	.investor-wrapper .tab-box {
		margin-bottom: 1.2rem;
	}

	.investor-wrapper .box-1 .stock-box .number span {
		font-size: 0.5rem;
	}

	.investor-wrapper .box-1 .stock-box h2 {
		font-size: 0.24rem;
	}

	.investor-wrapper .box-3 .name {
		padding: 0 0.36rem;
	}

	.joblist-wrapper .other-box .caption {
		margin-right: 0.1rem;
	}

	.joblist-wrapper .job-box .top {
		height: 0.74rem;
		padding-left: 0.4rem;
	}

	.joblist-wrapper .job-box ul li .detail {
		padding-left: 0.4rem;
		padding-bottom: 0.6rem;
	}

	.joblist-wrapper .cate-box {
		margin-bottom: 0.6rem;
	}

	.contact-wrapper.job .box-2 .name {
		font-size: 0.2rem;
	}

	.contact-wrapper.job .box-2 .info {
		padding: 0.36rem 0.32rem;
	}

	.join-wrapper .tab-box a {
		padding: 0.3rem 0.6rem;
	}

	.join-wrapper .tab-box .key {
		margin-right: 0.4rem;
	}

	.join-wrapper .tab-box .name {
		font-size: 0.28rem;
	}

	.join-wrapper .swiper-box .info {
		padding: 1.3rem 1.5rem 0 1.2rem;
	}

	.join-wrapper .swiper-box .btn-box {
		left: 1.2rem;
		bottom: 1.2rem;
	}

	.join-wrapper .swiper-box .title {
		font-size: 0.28rem;
		line-height: 0.56rem;
	}

	.join-wrapper .swiper-box .info:before {
		top: 0.9rem;
	}

	.join-wrapper .swiper-box .key {
		font-size: 2rem;
		right: 0.8rem;
	}

	.join-wrapper .box-2 .info {
		padding-left: 0.4rem;
		padding-right: 0.3rem;
	}

	.development-wrapper .data {
		margin-top: 0.6rem;
	}

	.about-wrapper .box-1 .index-title-box h3 {
		font-size: 0.46rem;
	}

	.about-wrapper .box-1 .index-title-box .en {
		font-size: 1.9rem;
	}

	.about-wrapper .box-1 .index-title-box .line {
		margin-top: 0.24rem;
	}

	.about-wrapper .box-1 .content {
		line-height: 0.28rem;
	}

	.about-wrapper .detail-swiper .year {
		font-size: 0.5rem;
	}

	.about-wrapper .detail-swiper .info {
		padding-top: 0;
	}

	.about-wrapper .year-box .box-container {
		padding: 0 1.4rem;
	}





	.index-banner-wrapper .info-1 {
		top: 26%;
	}

	.index-banner-wrapper .title {
		font-size: 0.56rem;
		line-height: 0.68rem;
	}

	.index-banner-wrapper .info-2 {
		top: 30%;
	}

	.index-box-1 .info {
		padding-left: calc((100% - 14rem) / 2);
		padding-right: 1rem;
	}



	.index-box-1 h1 {
		font-size: 0.26rem;
	}

	.index-box-1 .since {
		font-size: 0.36rem;
		margin-top: 0.2rem;
	}

	.index-box-1 .desc {
		margin-top: 0.18rem;
	}

	.index-box-2 .swiper-slide .info {
		padding-top: 1.1rem;
	}

	.index-box-2 .swiper-slide .name {
		font-size: 0.44rem;
	}

	.index-box-2 .swiper-slide .ename {
		margin-bottom: 0.3rem;
	}

	.index-box-2 .swiper-slide .name,
	.index-box-2 .swiper-slide .ename,
	.index-box-2 .swiper-slide .desc {
		width: 44%;
	}

	.index-box-2 .tab-box .icon {
		margin-right: 0.3rem;
	}

	.index-box-2 .tab-box a {
		height: 1rem;
	}

	.index-box-2 .tab-box .name {
		max-width: calc(100% - 1.2rem);
	}

	.index-box-4 .title {
		font-size: 0.32rem;
		margin: 1rem 0 0.8rem;
	}

	.index-box-4 .title b {
		font-size: 0.52rem;
	}

	.index-box-5 .desc {
		font-size: 0.18rem;
	}

	.index-box-5 {
		/* margin-bottom: 1.1rem; */
	}

	.index-box-4 {
		padding-bottom: 1.3rem;
	}

	.goods-wrapper .main.special .list .pic img {
		height: 2.95rem;
	}

	.footer-wrapper .pagebg {
		top: -2rem;
	}

	.worldwide-wrapper .box-2 .detail-list {
		padding-left: calc((100% - 14rem) / 2);
	}

	.worldwide-wrapper .main .item {
		padding: 1.1rem 0;
	}
}

@media screen and (max-width: 1440px) {
	.w1536 {
		margin: 0 auto;
		max-width: 1536px;
		width: 90%;
	}

	.index-box-1 .index-title-box h3 {
		line-height: 0.3rem;
	}

	.index-box-1 .data .num {
		font-size: 36px;
	}

	:root {
		--fs16: 15px;
	}

	.footer-wrapper .tel {
		margin-bottom: 0.36rem;
	}

	.footer-wrapper {
		/* padding: 0.7rem 0 0.8rem; */
	}

	.header-wrapper .text-box {
		display: none;
	}

	.footer-nav-box li>a {
		margin-bottom: 0.12rem;
		font-size: 15px;
	}

	.index-title-box h3 {
		font-size: 0.34rem;
	}

	.index-box-3 .left .time {
		margin-bottom: 0.24rem;
	}

	.index-box-3 .left .info {
		padding-bottom: 0.4rem;
	}

	.index-box-3 .left .desc {
		margin: 0.1rem auto;
	}

	.index-box-3 .title {
		font-size: 0.19rem;
		line-height: 0.3rem;
		height: 0.6rem;
	}

	.index-box-3 .right .desc {
		margin: 0.02rem auto 0.1rem;
	}

	.index-box-3 .right>a {
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}

	.index-box-3 .right ul {
		margin-top: 0.3rem;
	}

	:root {
		--fs16: 15px;
	}

	.culture-wrapper .box-3 .title {
		font-size: 0.26rem;
		margin-bottom: 0.2rem;
	}

	.culture-wrapper .box-3 .title:after {
		margin-top: 0.14rem;
	}

	.culture-wrapper .box-3 .desc {
		max-height: 4.2rem;
	}

	.culture-wrapper .box-1 .brief {
		font-size: 0.34rem;
		margin-bottom: 0.24rem;
	}

	.index-banner-wrapper .swiper-slide a {
		margin-top: 6%;
	}

	.page-box {
		/* padding-bottom: 1.7rem; */
	}

	.development-wrapper .box-4,
	.contact-wrapper.job .box-2,
	.join-wrapper .box-2 {
		padding-bottom: 1.7rem;
	}

	.culture-wrapper .cate-box .name {
		font-size: 0.22rem;
	}

	.culture-wrapper .cate-box p {
		font-size: 12px;
		margin-top: 0.06rem;
	}

	.culture-wrapper .cate-box .icon {
		width: 0.72rem;
		height: 0.72rem;
	}

	.culture-wrapper .cate-box a {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.page-banner-wrapper h1 {
		font-size: 0.5rem;
		line-height: 0.54rem;
	}

	.research-wrapper .box-1 .brief {
		font-size: 0.3rem;
	}

	.research-wrapper .box-3 .index-title-box {
		margin-bottom: 0.24rem;
	}

	.research-wrapper .data .num {
		font-size: 0.36rem;
		line-height: 0.4rem;
	}

	.research-wrapper .box-3 .data p {
		margin-top: 0;
	}

	.research-wrapper .box-5 p {
		height: 48px;
	}

	.research-wrapper .box-4 .inner {
		width: 320px;
	}

	.newspaper-wrapper .btn-box img {
		width: 0.22rem;
	}

	.newspaper-wrapper .btn-box {
		padding: 0.15rem 0;
	}

	.social-wrapper .desc {
		font-size: 14px;
	}

	.activity-wrapper .first-box .info {
		padding-left: 0.9rem;
		padding-right: 0.8rem;
	}

	.activity-wrapper .first-box .index-title-box {
		margin-top: -0.9rem;
	}

	.contact-wrapper .box-1 .detail-box li {
		margin-bottom: 0.2rem;
	}

	.contact-wrapper .form label {
		left: 0.24rem;
	}

	.goods-cat-box .search {
		margin-bottom: 0.4rem;
	}

	.goodsinfo-wrapper .info-box h2 {
		font-size: 0.32rem;
	}

	.goodsinfo-wrapper .base-box .page-more {
		margin-top: 0.4rem;
	}

	.goodsinfo-wrapper .thumb-box {
		padding: 0 0.3rem;
	}

	.goodsinfo-wrapper .base-box .content {
		margin-bottom: 0.2rem;
	}

	.case-box .info {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.news-wrapper .news-box li {
		padding: 0.44rem 0;
	}

	.news-wrapper .news-box {
		padding-top: 0.16rem;
	}

	.news-wrapper .list li {
		margin-top: 0.6rem;
	}

	.news-wrapper .swiper-box .title {
		font-size: 0.24rem;
	}

	.news-wrapper .desc {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 0.26rem;
	}

	.news-wrapper .list .info {
		padding-bottom: 0.4rem;
	}

	.finance-wrapper .main {
		padding-top: 0.8rem;
	}

	.form-box .en {
		font-size: 13px;
	}

	.advice-wrapper .btn-box a {
		padding-right: 0.24rem;
		margin-right: 0.24rem;
	}

	.advice-wrapper .btn-box a img {
		margin-right: 0.1rem;
	}

	.team-wrapper .name {
		font-size: 0.22rem;
	}

	.team-wrapper .list li {
		margin-top: 0.64rem;
	}

	.contactus-wrapper .qrcodes {
		margin-top: 0.4rem;
	}

	.culture-wrapper .box-2 .swiper-slide .info {
		top: 1rem;
	}

	.culture-wrapper .box-2 .info .inner {
		padding: 0 1.4rem;
	}

	.culture-wrapper .box-2 .info .inner:before,
	.culture-wrapper .box-2 .info .inner:after {
		font-size: 2.4rem;
	}

	.culture-wrapper .box-2 .swiper-slide .info .en {
		margin-top: 0.08rem;
	}

	.newsinfo-wrapper .right {
		width: 3.7rem;
	}

	.investor-wrapper .box-3 .name {
		line-height: 0.7rem;
		font-size: 0.2rem;
	}

	.investor-wrapper .box-2 .name {
		margin-left: 0.3rem;
	}

	.investor-wrapper .box-2 li {
		padding-right: 0.3rem;
		padding-top: 0.24rem;
		padding-bottom: 0.24rem;
	}

	.investor-wrapper .tab-box {
		margin-bottom: 1rem;
	}

	.bidding-wrapper li {
		padding-left: 1.9rem;
		line-height: 0.84rem;
		height: 0.84rem;
	}

	.question-wrapper .title {
		font-size: 15px;
	}

	.joblist-wrapper .cate-box {
		margin-bottom: 0.5rem;
	}

	.contact-wrapper .qrcodes p {
		font-size: 13px;
		margin-top: 0.1rem;
	}

	.contact-wrapper.job .box-2 ul li {
		margin-top: 0.6rem;
	}

	.join-wrapper .tab-box a {
		padding: 0.32rem 0.5rem;
	}

	.join-wrapper .tab-box .key {
		margin-right: 0.3rem;
	}

	.join-wrapper .tab-box .name {
		font-size: 0.26rem;
	}

	.join-wrapper .swiper-box .info {
		padding: 1.1rem 1.5rem 0 1.1rem;
	}

	.join-wrapper .swiper-box .btn-box {
		left: 1.1rem;
		bottom: 1rem;
	}

	.join-wrapper .swiper-box .title {
		font-size: 0.26rem;
		line-height: 0.52rem;
	}

	.join-wrapper .swiper-box .info:before {
		top: 0.8rem;
	}

	.join-wrapper .swiper-box .key {
		font-size: 1.7rem;
		right: 0.7rem;
	}

	.join-wrapper .box-2 .info {
		padding-left: 0.36rem;
		padding-right: 0.26rem;
	}

	.join-wrapper .tab-box .key {
		width: 0.78rem;
		height: 0.78rem;
		line-height: 0.78rem;
		font-size: 0.28rem;
	}

	.development-wrapper .box-3 li .name {
		font-size: 0.22rem;
	}

	.development-wrapper .box-3 li .brief {
		font-size: 0.19rem;
	}

	.development-wrapper .box-3 li .icon {
		height: 0.6rem;
	}

	.development-wrapper .box-3 li .name {
		margin-top: 0.24rem;
	}

	.about-wrapper .box-1 .index-title-box .en {
		font-size: 1.7rem;
	}

	.about-wrapper .box-1 .index-title-box h3 {
		font-size: 0.44rem;
	}

	.about-wrapper .box-1 .index-title-box .line {
		margin-top: 0.2rem;
	}

	.about-wrapper .detail-swiper .year {
		font-size: 0.46rem;
	}

	.about-wrapper .detail-swiper .year:after {
		margin-top: 0.22rem;
	}

	.about-wrapper .detail-swiper .brief {
		margin-top: 0.32rem;
	}


	.about-wrapper .box-1 .index-title-box h3 {
		font-size: 0.42rem;
	}

	.about-wrapper .detail-swiper .brief li {
		padding-left: 0.26rem;
	}

	.index-banner-wrapper .title {
		font-size: 0.52rem;
		line-height: 0.64rem;
	}

	.index-box-1 .info {
		padding-right: 0.8rem;
	}



	.index-box-1 h1 {
		font-size: 0.32rem;
	}

	.index-box-2 .swiper-slide .info {
		padding-top: 1rem;
	}

	.index-box-2 .swiper-slide .name {
		font-size: 0.4rem;
		line-height: 0.5rem;
	}

	.index-box-2 .swiper-slide .ename {
		margin-bottom: 0.24rem;
		margin-top: 0.06rem;
	}

	.index-box-2 .tab-box .icon {
		margin-right: 0.2rem;
	}

	.index-box-2 .tab-box .name {
		max-width: calc(100% - 1.1rem);
	}

	.index-box-4 .title {
		font-size: 0.3rem;
		margin-bottom: 0.7rem;
		line-height: 0.56rem;
	}

	.index-box-4 .title b {
		font-size: 0.48rem;
	}

	.index-box-4 .data p {
		margin-top: 0.1rem;
	}

	.index-box-5 {
		margin-bottom: 1rem;
	}

	.goods-wrapper .main.special .list .pic img {
		height: 3.04rem;
	}

	.index-box-4 {
		padding-bottom: 1.2rem;
	}

	.index-box-4 .pros {
		width: auto;
	}

	.data i {
		font-size: 20px;
	}

	.index-box-1 .data ul li {
		max-width: 42%;
	}

	.footer-wrapper .pagebg {
		top: -1.7rem;
		height: 3.4rem;
	}


	.worldwide-wrapper .main .brief {
		font-size: 14px;
	}

	.worldwide-wrapper .main .item {
		padding: 1rem 0;
	}
}

@media screen and (max-width: 1366px) {
	:root {
		--fs16: 14px;
	}

	.index-box-3 .desc {
		line-height: 22px;
		height: 66px;
	}

	.index-box-3 .right .desc {
		height: 44px;
	}

	.index-box-4 {
		background-color: #fff;
		padding-bottom: 1.1rem;
	}

	.data i {
		font-size: 18px;
		height: 14px;
		line-height: 14px;
	}

	.index-box-1 .index-title-box h3 {
		line-height: 0.2rem;
	}

	.footer-wrapper .pagebg {
		height: 3.2rem;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1030px) {

	body,
	h1,
	div,
	li,
	a,
	button,
	input,
	select,
	textarea {
		font-size: 13px;
	}

	.index-box-3 .right .desc {
		margin-bottom: 0.06rem;
	}
}

@media screen and (max-width: 1004px) {

	/* .about-wrapper .box-2 .next {
		right: auto;
	} */
	.box-container,
	.w1200 {
		width: 100%;
		padding: 0 0.3rem;
	}

	.hidden-xs {
		display: none;
	}

	.hidden-pc {
		display: block;
	}

	.nav-icon {
		font-size: 0;
		order: 2;
		width: 0.44rem;
		height: 0.44rem;
		position: relative;
	}

	.index-banner-wrapper .swiper-slide a {
		margin-top: 7%;
	}

	.nav-icon.on span:nth-child(1) {
		transform: rotate(45deg);
		margin: 0;
		transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
	}

	.nav-icon.on span:nth-child(2) {
		opacity: 0;
	}

	.pcpt {
		display: none;
	}

	.mbpt {
		display: block;
	}

	.page-banner-wrapper {
		margin-top: 8%;
	}

	.additional .index-title-box.center {
		margin-top: 4%;
	}

	.nav-icon.on span:nth-child(3) {
		transform: rotate(-45deg);
		margin: 0;
		transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
	}

	.nav-icon span {
		display: inline-block;
		width: 100%;
		height: 0.048rem;
		background: #046335;
		position: absolute;
		left: 0;
		top: 0.2rem;
		z-index: 10;
		transform-origin: center center;
		border-radius: 5px;
		transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	}

	.nav-icon span:nth-child(1) {
		margin-top: -0.15rem;
	}

	.nav-icon span:nth-child(2) {
		margin-top: 0;
	}

	.nav-icon span:nth-child(3) {
		margin-top: 0.13rem;
	}

	.phone-nav {
		width: 100%;
		height: calc(100% - 1.2rem);
		position: fixed;
		right: 0;
		top: 1.2rem;
		background: #fff;
		z-index: 501;
		overflow: auto;
		border-top: 1px solid #f3f3f3;
	}

	.phone-nav ul {
		width: 100%;
		margin: 0 auto;
		position: relative;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		transition: max-height 0.8s ease;
		-webkit-transition: max-height 0.8s ease;
		-moz-transition: max-height 0.8s ease;
		-ms-transition: max-height 0.8s ease;
		-o-transition: max-height 0.8s ease;
	}

	.phone-nav ul::-webkit-scrollbar {
		width: 4px;
	}

	.phone-nav ul::-webkit-scrollbar-track {
		background-color: #eaeaea;
	}

	.phone-nav ul::-webkit-scrollbar-thumb {
		background-color: #046335;
	}

	.phone-nav ul li {
		position: relative;
	}

	.phone-nav ul li.active .cat {
		color: #046335;
		font-weight: 700;
	}

	.phone-nav ul li.active .cat:before {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.phone-nav ul li>a {
		position: relative;
		display: block;
		font-size: 0.3rem;
		color: #333;
		line-height: 0.96rem;
		padding: 0 0.3rem;
		border-bottom: 1px solid #f3f3f3;
	}

	/* .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #046335;
    position: absolute;
    z-index: 10;
  } */
	.phone-nav ul li .cat:before {
		width: 0.06rem;
		height: 0.26rem;
		right: 0.4rem;
		top: 0.36rem;
		transition: transform 0.3s ease;
		-webkit-transition: transform 0.3s ease;
		-moz-transition: transform 0.3s ease;
		-ms-transition: transform 0.3s ease;
		-o-transition: transform 0.3s ease;
	}

	.phone-nav ul li .cat:after {
		width: 0.26rem;
		height: 0.06rem;
		right: 0.3rem;
		top: 0.46rem;
	}

	.phone-nav ul li.on>a {
		font-weight: 700;
		color: #046335;
	}

	.phone-nav ul li .navs {
		background: #f9f9f9;
		width: 100%;
		display: none;
	}

	.phone-nav ul li .navs a {
		font-size: 14px;
		display: block;
		color: #666;
		padding-left: 0;
		line-height: 1rem;
		padding: 0 0.3rem;
		border-bottom: 1px solid #f3f3f3;
	}

	.phone-nav ul li .navs a:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}

	.pic img.pc {
		display: none;
	}

	.pic img.phone {
		display: block;
	}

	.search-form {
		top: 1.2rem;
		padding: 0.24rem 0;
		box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
		/* input placeholder  */
	}

	.search-form img {
		width: 14px;
	}

	.search-form .w960 {
		width: 100%;
		padding: 0 0.3rem;
	}

	.search-form .keywords {
		line-height: 40px;
		margin-left: 15px;
		font-size: 14px;
		padding-right: 20px;
	}

	.search-form ::-webkit-input-placeholder {
		/* WebKit browsers */
		color: #999;
		font-size: 14px;
	}

	.search-form :-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #999;
		font-size: 14px;
	}

	.search-form ::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #999;
		font-size: 14px;
	}

	.search-form :-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: #999;
		font-size: 14px;
	}

	.search-form .close {
		margin-top: -10px;
		width: 16px;
		height: 16px;
		right: 15px;
	}

	.search-form .search-btn img {
		width: 16px;
	}

	.header-wrapper.on .nav-icon span {
		background-color: #046335;
	}

	.header-wrapper .box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		/* justify-content: space-between; */
		align-items: center;
		height: 1.2rem;
		padding: 0 0.3rem;
	}

	.header-wrapper .logo-box {
		width: 1rem;
	}

	.header-wrapper .logo-box a {
		display: block;
	}

	.header-wrapper .logo-box img {
		width: 100%;
	}

	.header-wrapper .other-box {
		display: flex;
		display: -webkit-box;
		/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
		display: -moz-box;
		/* Firefox 17- */
		display: -webkit-flex;
		/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
		display: -moz-flex;
		/* Firefox 18+ */
		display: -ms-flexbox;
		/* IE 10 */
		align-items: center;
		width: auto;
	}

	.header-wrapper .search-box {
		order: 1;
		/* padding: 0 0.4rem; */
	}

	.header-wrapper .search-box .text {
		height: 0.8rem;
		line-height: 0.48rem;
		padding-left: 0;
	}

	.header-wrapper .form {
		position: fixed;
		top: 1.2rem;
		width: 100%;
		right: 0;
		padding: 0.2rem 0.3rem;
	}

	.header-wrapper .search {
		position: relative;
		width: 24px;
		height: 0.9rem;
		background-image: url(../images/search5.png);
	}

	.header-wrapper .submit {
		right: 0.4rem;
	}

	.header-wrapper .language {
		order: 0;
	}

	.header-wrapper .language .caption {
		padding-left: 0;
		font-size: 0;
		line-height: 0.6rem;
		width: 0.26rem;
		height: 1rem;
		background-position: center center;
		background-size: 100%;
	}

	.header-wrapper .language .caption:after {
		border-width: 0.08rem;
		margin-left: -0.08rem;
		bottom: -0.1rem;
	}

	.header-wrapper .language .caption i {
		display: none;
	}

	.header-wrapper .list {
		top: 130%;
		width: 1.8rem;
		margin-left: -0.9rem;
		padding: 0.26rem 0.2rem;
	}

	.home_solution .pic_content .item .img ul {
		justify-content: center;
	}

	.header-wrapper .list a {
		line-height: 0.44rem;
		margin-bottom: 0.16rem;
	}

	.footer-nav-box,
	.pc-nav-box {
		display: none;
	}

	.footer-wrapper {
		/* padding: 0.8rem 0 1.0rem; */
		padding-top: 0.5rem;

	}

	.footer-wrapper .pagebg {
		top: -1.5rem;
		height: 3rem;
	}

	.footer-wrapper .box-container>div {
		margin-bottom: 0.6rem;
		flex-flow: wrap;
	}

	.footer-wrapper .copyright,
	.footer-wrapper .copyright a {
		font-size: 0.24rem;
	}

	.footer-wrapper .copyright {
		line-height: 0.42rem;
	}

	.footer-wrapper .other-box {
		display: flex;
		flex-wrap: wrap;
		width: 4.4rem;
		text-align: left;

	}

	.footer-wrapper .other-box p {
		font-size: 14px;
		line-height: 0.32rem;
	}

	.footer-wrapper .contact {}

	.footer-wrapper .qrcodes {
		margin-bottom: 0.2rem;
	}

	.footer-wrapper .qrcodes li {
		width: 1.65rem;
	}

	.footer-wrapper .qrcodes li img {
		width: 100%;
	}

	.footer-wrapper .qrcodes p {
		color: #999;
		font-size: 18px;
		margin-top: 0.07rem;
	}

	.footer-wrapper .tel {
		font-size: 0.36rem;
		line-height: 0.44rem;
		margin: 0.12rem auto 0.5rem;
	}

	.footer-wrapper .box-2 {
		margin-top: 0.43rem;
	}

	.footer-wrapper .other {
		width: 3.6rem;
		max-width: inherit;
	}

	.friend-link {
		margin-top: 0;
		width: 40%;
	}

	.friend-link .name {
		height: 0.7rem;
		line-height: 0.7rem;
		padding: 0 0.6rem 0 0.3rem;
		font-size: 0.24rem;
		background-position: right 0.3rem center;
	}

	.friend-link .list {
		max-height: 3.9rem;
	}

	.friend-link .list a {
		font-size: 0.28rem;
		line-height: 0.64rem;
		padding: 0 0.3rem;
	}

	.link {
		margin-bottom: 0.3rem;
	}

	.link a {
		font-size: 0.24rem;
	}

	.gotop {
		right: 0.2rem;
		width: 0.64rem;
		height: 0.64rem;
		background-size: 0.14rem;
	}

	.share {
		margin-top: 0rem;
	}

	.share ul li {
		margin-right: 0.24rem;
	}

	.share ul li:last-child {
		margin-right: -150px
	}

	.share ul li:nth-child(3) .hidebox {
		left: auto;
		right: 0;
		margin-left: auto;
	}

	.share ul li a {
		width: 0.4rem;
		height: 0.4rem;
	}

	.share .hidebox {
		margin-left: -1rem;
		width: 1.5rem;
	}

	.index-more {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.24rem;
		background-size: 100% 100%;
	}

	.index-more i {
		width: 0.28rem;
		height: 0.24rem;
		margin-left: 0.24rem;
	}

	.more {
		font-size: 0.24rem;
		line-height: 0.4rem;
	}

	.more i {
		width: 0.3rem;
		height: 0.1rem;
		margin-left: 0.2rem;
	}

	.index-title-box {
		margin-bottom: 0.3rem;
	}

	.index-title-box h3 {
		font-size: 0.42rem;
		line-height: 0.6rem;
	}

	.index-title-box .en {
		font-size: 0.28rem;
		line-height: 0.36rem;
		margin: 0.1rem auto 0.3rem;
	}

	.index-title-box .line {
		width: 0.56rem;
		height: 0.06rem;
	}

	.index-title-box .brief {
		font-size: 0.26rem;
		line-height: 0.48rem;
	}

	.cat-box a {
		margin-right: 0.5rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
		padding-bottom: 0.1rem;
	}

	.cat-box a:after {
		height: 0.04rem;
	}

	.index-banner-wrapper .index-banner-swiper .video>img {
		display: block;
		opacity: 0;
		visibility: hidden;
	}

	.index-banner-wrapper .index-banner-swiper .video video {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		height: 100%;
	}

	.index-banner-wrapper .swiper-slide a>img {
		display: none;
		height: auto;
	}

	.index-banner-wrapper .swiper-slide a>img.phone {
		display: block;
	}

	.index-banner-wrapper .info {
		text-align: center;
	}

	.index-banner-wrapper .info img {
		width: 70%;
		margin: 0 auto;
	}

	.index-banner-wrapper .info-2 {
		top: 2.2rem;
	}

	.index-banner-wrapper .title {
		font-size: 0.44rem;
		line-height: 0.6rem;
	}

	.index-banner-wrapper .en {
		font-size: 0.22rem;
		line-height: 0.28rem;
		margin-top: 0.2rem;
	}

	.index-banner-wrapper .swiper-pagination {
		bottom: 0.5rem;
	}

	.index-box-1 {
		display: block;
		padding: 0 0.3rem 0.2rem;
		position: relative;
		background: url(../images/p_indexbg.jpg) no-repeat left bottom;
		background-size: contain;
	}


	.m2tu img {
		width: 80%;
		text-align: center;
	}

	.index-box-1 .info,
	.index-box-1 .pic {
		width: 100%;
	}

	.index-box-1 .info {
		background: none;
		padding: 0;
	}

	.index-box-1 .pic {
		margin-top: 0.5rem;
	}

	.index-box-1 .play {
		width: 1.4rem;
		height: 1.4rem;
		margin-top: -0.7rem;
		margin-left: -0.7rem;
		cursor: pointer;
	}

	.index-box-1 .play circle {
		cx: 0.7rem;
		cy: 0.7rem;
		r: 0.68rem;
		stroke-width: 0.04rem;
	}

	.index-box-1 .play i {
		width: 1rem;
		height: 1rem;
		margin-top: -0.5rem;
		margin-left: -0.5rem;
		background-size: 0.8rem;
	}

	.index-box-1 .play .button-svg {
		stroke-dasharray: 220 220;
		stroke-dashoffset: 260;
	}

	.index-box-1 .since {
		font-size: 0.32rem;
	}

	.index-box-1 h1 {
		font-size: 0.36rem;
	}

	.index-box-1 .desc {
		/* line-height: 0.rem; */
		font-size: 0.30rem;
		margin: 0.2rem auto 0.5rem;
	}

	.index-box-1 .data {
		margin-bottom: 0.5rem;
	}

	.index-box-1 .data li {
		max-width: 44%;
		margin-right: 0.3rem;
	}

	.index-box-1 .data li:last-child {
		margin-right: 0;
	}

	.index-box-1 .data p {
		line-height: 0.36rem;
	}

	.index-box-1 .data em {
		font-size: 0.24rem;
		margin-left: 0.06rem;
	}

	.index-box-1 .data p {
		margin-top: 0.2rem;
		line-height: 0.32rem;
		font-size: 0.24rem;
	}

	.data i {
		font-size: 14px;
		height: 10px;
		line-height: 10px;
		top: -24px;
	}

	.index-box-2 .tab-box {
		position: static;
	}

	.index-box-2 .tab-box a {
		width: 33.33%;
		height: 1.26rem;
		background: #fff;
		padding: 0.2rem 0.15rem;
		border: 1px solid #ebebeb;
		border-color: #ebebeb;
		box-shadow: none;
	}

	.index-box-2 .tab-box a:nth-child(10) {
		display: none;
	}

	.index-box-2 .tab-box a.on .icon .init {
		display: none;
	}

	.index-box-2 .tab-box a.on .icon .on {
		display: block;
	}

	.index-box-2 .tab-box a.on .name {
		color: #fff;
	}

	.index-box-2 .tab-box .icon {
		margin-right: 0.2rem;
	}

	.index-box-2 .tab-box .icon .init {
		display: block;
	}

	.index-box-2 .tab-box .icon .on {
		display: none;
	}

	.index-box-2 .tab-box .icon img {
		height: 0.46rem;
	}

	.index-box-2 .tab-box .name {
		color: #666;
		font-size: 0.24rem;
		line-height: 0.32rem;
		max-width: calc(100% - 0.8rem);
	}

	.index-box-2 .swiper-slide .info {
		padding-top: 0.6rem;
	}

	.index-box-2 .swiper-slide .name,
	.index-box-2 .swiper-slide .ename,
	.index-box-2 .swiper-slide .desc {
		width: 100%;
	}

	.index-box-2 .swiper-slide .name {
		font-size: 0.34rem;
		line-height: 0.4rem;
	}

	.index-box-2 .swiper-slide .ename {
		font-size: 0.24rem;
		line-height: 0.36rem;
		margin: 0.06rem 0 0.2rem;
		color: rgba(255, 255, 255, 0.6);
	}

	.index-box-2 .swiper-slide .desc {
		line-height: 0.36rem;
		margin-bottom: 0.2rem;
		max-height: 1.08rem;
		font-size: 0.24rem;
		-webkit-line-clamp: 3;
	}

	.index-box-2 .swiper-slide .index-more {
		display: none;
	}

	.index-box-3 {
		padding-bottom: 0.4rem;
	}

	.index-box-3,
	.index-box-4 {
		padding-top: 0.4rem;
	}

	.index-box-3 .canvas {
		bottom: -3rem;
		height: 6rem;
	}

	#more {
		display: none;
	}

	.index-box-3 .anniu {
		margin-top: auto;
	}

	.index-box-3 .main .item.on {
		display: block;
	}

	.index-box-3 .main .item.on .left {
		animation: fadeInRight50 0.8s ease;
	}

	.index-box-3 .main .item.on .right {
		animation: fadeInLeft50 0.8s ease;
	}

	.index-box-3 .left {
		width: 100%;
	}

	.index-box-3 .left ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.index-box-3 .left li {
		width: 48%;
		margin-right: 0;
	}

	.index-box-3 .left li:nth-child(3) {
		margin-top: 3%;
	}

	.index-box-3 .left .info {
		padding: 0.32rem 0.3rem;
	}

	.index-box-3 .left .desc {
		margin: 0.16rem auto 0.18rem;
	}

	.index-box-3 .left .time {
		margin-bottom: 0.12rem;
	}

	.index-box-3 .title {
		font-size: 0.28rem;
		height: auto;
		max-height: 0.84rem;
		line-height: 0.42rem;
	}

	.index-box-3 .desc {
		line-height: 0.4rem;
		height: auto;
		font-size: 16px;
	}

	.index-box-3 .time {
		font-size: 14px;
	}

	.index-box-3 .right {
		width: 100%;
		margin-top: 0.3rem;
		padding: 0.6rem 0.5rem;
	}

	.index-box-3 .right>a {
		padding-bottom: 0.4rem;
		margin-bottom: 0.4rem;
	}

	.index-box-3 .right .title {
		font-size: 0.3rem;
	}

	.index-box-3 .right .desc {
		height: 0.8rem;
		margin: 0.1rem auto;
	}

	.index-box-3 .right ul {
		margin-top: 0.4rem;
	}

	.index-box-3 .right li a {
		font-size: 0.26rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	.index-box-4 {
		padding-bottom: 0.4rem;
	}

	.index-box-4 .pros .cum {
		width: auto;
	}

	.index-box-4 .box-container {
		flex-flow: wrap;
	}

	.index-box-4 .info {
		width: 100%;
		padding-top: 0;
	}

	.index-box-4 .title {
		font-size: 0.4rem;
		line-height: 0.7rem;
		margin: 0.7rem auto;
	}

	.index-box-4 .title b {
		font-size: 0.6rem;
		margin-right: 0.16rem;
	}

	.index-box-4 .data {
		position: static;
		width: 100%;
	}

	.index-box-4 .data p {
		line-height: 0.32rem;
	}

	.index-box-4 .data .num {
		font-size: 0.4rem;
	}

	.index-box-4 .data i {
		font-size: 0.32rem;
		line-height: 0.24rem;
		margin-left: 0.1rem;
	}

	.index-box-4 .data p {
		font-size: 0.24rem;
		margin-top: 0.12rem;
		line-height: 0.3rem;
	}

	.index-box-4 .pic {
		margin-top: 0.6rem;
		width: 100%;
	}

	.index-box-4 .pic ul li:nth-child(2) {
		top: 17%;
	}

	.index-box-4 .pic ul li:nth-child(3) {
		top: 5%;
	}

	.index-box-4 .pic ul li:nth-child(4) {
		bottom: 25%;
	}

	.index-box-4 .pic ul li:nth-child(5) {
		bottom: 40%;
	}

	.index-box-5 {
		margin-bottom: 0;
	}

	.index-box-5 li {
		width: 50%;
	}

	.index-box-5 .info {
		padding: 0 0.4rem 0 0.6rem;
		top: 50%;
	}

	.index-box-5 .icon {
		width: 0.6rem;
		height: 0.6rem;
	}

	.index-box-5 .title {
		font-size: 0.3rem;
		line-height: 0.44rem;
		margin: 0.32rem auto 0.06rem;
	}

	.index-box-5 .en {
		font-size: 0.24rem;
		line-height: 0.3rem;
		margin-bottom: 0.44rem;
	}

	.index-box-5 .desc {
		font-size: 0.26rem;
		line-height: 0.36rem;
		margin: 0.24rem auto 0.4rem;
		-webkit-line-clamp: 2;
		height: 0.72rem;
	}

	.index-box-5 .more {
		width: 1.34rem;
		height: 1rem;
	}

	.page-nav-wrapper {
		position: relative;
		z-index: 20;
		padding: 0;
		height: auto;
		margin-top: 0;
	}

	.page-nav-wrapper .box-container {
		height: auto;
		padding: 0;
	}

	.page-nav-wrapper .page-nav-box {
		padding-right: 0;
	}

	.page-nav-box {
		width: 100%;
		background: #f4f4f4;
	}

	.page-nav-box .icon {
		display: none;
	}

	.page-nav-box .w1200 {
		position: relative;
		height: auto;
		padding: 0;
	}

	.page-nav-box .intruction-caption {
		position: relative;
		display: block;
		line-height: 44px;
		padding: 0 15px;
		background: #046335;
		color: #fff;
	}

	.page-nav-box .intruction-caption.extend:after {
		transform: rotateX(180deg);
	}

	.page-nav-box .intruction-caption:after {
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 0;
		z-index: 10;
		content: "";
		width: 13px;
		height: 100%;
		background: url(../images/down.png) no-repeat center center;
		background-size: contain;
	}

	.page-nav-box .nav {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 10;
		width: 100%;
		background: #f7f8f9;
		display: none;
		box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
	}

	.page-nav-box .nav a {
		display: block;
		width: 100%;
		text-align: left;
		line-height: 42px;
		padding: 0 15px;
		border-top: 1px solid #f2f2f2;
		height: auto;
		max-width: inherit;
		min-width: inherit;
	}

	.page-nav-box .nav a:first-child {
		border-top: none;
	}

	.page-nav-box .nav>a.on,
	.page-nav-box .nav>a:hover {
		background: none;
	}

	.page-nav-box .nav>a:before {
		display: none;
	}

	.page-box {
		padding: 0.4rem 0 0.1rem;
	}

	.page-box .list {
		margin-bottom: auto;
	}

	.mt {
		margin-top: 0.4rem;
	}

	.loading {
		margin-top: 0.8rem;
	}

	.loading a {
		font-size: 0.24rem;
		line-height: 0.48rem;
	}

	.loading img {
		display: inline-block;
		width: 0.48rem;
		margin-right: 0.2rem;
	}

	.content {
		font-size: 0.26rem;
		line-height: 0.48rem;
	}

	.culture-wrapper .box-1 .index-title-box {
		margin-bottom: 0.4rem;
	}

	.culture-wrapper .box-1 .box-container {
		display: block;
	}

	.culture-wrapper .box-1 .info-box {
		width: 100%;
	}

	.culture-wrapper .box-1 .brief {
		font-size: 0.42rem;
		line-height: 0.48rem;
	}

	.culture-wrapper .box-1 .pic-box {
		width: 100%;
		height: auto;
		padding-left: 0.8rem;
		margin-top: 1rem;
	}

	.culture-wrapper .box-1 .pic-box:before {
		left: 0;
		width: 1.04rem;
		top: -0.4rem;
		z-index: 1;
		background: url(../images/dot.png) repeat;
		transition-delay: 1s;
	}

	.culture-wrapper .box-1 .pic-box:after {
		content: "";
		top: 0;
		left: 0.3rem;
		width: calc(100% - 0.3rem);
		background: #f3f3f3;
		z-index: 0;
		transition-delay: 1.8s;
	}

	.culture-wrapper .box-1 .pic-box .pic {
		position: relative;
		overflow: inherit;
	}

	.culture-wrapper .box-1 .pic-box .pic>img {
		position: relative;
		display: block;
		z-index: 1;
		transition: transform 1.5s ease;
		-webkit-transition: transform 1.5s ease;
		-moz-transition: transform 1.5s ease;
		-ms-transition: transform 1.5s ease;
		-o-transition: transform 1.5s ease;
		transform: translateX(-30%);
		-webkit-transform: translateX(-30%);
		-moz-transform: translateX(-30%);
		-ms-transform: translateX(-30%);
		-o-transform: translateX(-30%);
	}

	.culture-wrapper .box-1 .content img {
		width: 1rem;
	}

	.culture-wrapper .cate-box {
		position: static;
	}

	.culture-wrapper .cate-box .box-container {
		flex-flow: wrap;
		padding-left: 0;
		padding-right: 0;
	}

	.culture-wrapper .cate-box a {
		width: 50%;
		padding: 0.4rem 0.24rem;
	}

	.culture-wrapper .cate-box a:nth-child(-n+2):after {
		border-bottom: none;
	}

	.culture-wrapper .cate-box a:nth-child(even):after {
		border-right: 1px solid #eee;
	}

	.culture-wrapper .cate-box .icon {
		width: 0.7rem;
		height: 0.7rem;
		margin-right: 0.2rem;
	}

	.culture-wrapper .cate-box .name {
		font-size: 0.28rem;
		line-height: 0.36rem;
	}

	.culture-wrapper .cate-box p {
		line-height: 0.24rem;
		font-size: 0.2rem;
	}

	.culture-wrapper .box-2 .swiper-slide .pic img {
		height: 4.2rem;
		object-fit: cover;
	}

	.culture-wrapper .box-2 .swiper-slide .info {
		top: 0.7rem;
	}

	.culture-wrapper .box-2 .swiper-slide .info h3 {
		font-size: 0.3rem;
		color: #fff;
		line-height: 0.42rem;
	}

	.culture-wrapper .box-2 .swiper-slide .info .en {
		font-size: 0.24rem;
		line-height: 0.3rem;
		margin-top: 0.14rem;
	}

	.culture-wrapper .box-2 .info .inner {
		padding: 0 0.6rem;
	}

	.culture-wrapper .box-2 .info .inner:before,
	.culture-wrapper .box-2 .info .inner:after {
		font-size: 1.2rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	.culture-wrapper .box-2 .info .inner:before {
		top: 0;
		left: 0.1rem;
	}

	.culture-wrapper .box-2 .info .inner:after {
		top: 100%;
		right: 0.1rem;
	}

	.culture-wrapper .box-3 .item {
		display: block;
		margin-bottom: 0.8rem;
	}

	.culture-wrapper .box-3 .pic {
		width: 100%;
	}

	.culture-wrapper .box-3 .info {
		width: 100%;
		margin-top: 0.6rem;
	}

	.culture-wrapper .box-3 .title {
		font-size: 0.34rem;
		line-height: 0.48rem;
		margin-bottom: 0.4rem;
	}

	.culture-wrapper .box-3 .title:after {
		width: 0.44rem;
		height: 0.03rem;
		margin-top: 0.24rem;
	}

	.culture-wrapper .box-3 .desc {
		line-height: 0.48rem;
		padding-right: 0.38rem;
		max-height: 4.8rem;
	}

	.page-banner-wrapper.swiper .info {
		left: 0;
	}

	.page-banner-wrapper>img,
	.page-banner-wrapper .swiper-slide img {
		height: 4rem;
		object-fit: cover;
	}

	.page-banner-wrapper .info {
		padding-top: 0.5rem;
	}

	.page-banner-wrapper h1 {
		font-size: 0.36rem;
	}

	.page-banner-wrapper p {
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}

	.page-banner-wrapper .swiper-pagination {
		bottom: 0.4rem;
	}

	.page-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
		margin: 0 0.1rem;
		width: 0.16rem;
		height: 0.16rem;
	}

	.research-wrapper .data ul {
		flex-flow: wrap;
	}

	.research-wrapper .data .num {
		font-size: 0.48rem;
	}

	.research-wrapper .data em {
		margin-left: 0.1rem;
	}

	.research-wrapper .data em,
	.research-wrapper .data p {
		font-size: 0.24rem;
		line-height: 0.26rem;
	}

	.research-wrapper .box-1 .box-container {
		display: block;
	}

	.research-wrapper .box-1 .brief {
		font-size: 0.34rem;
	}

	.research-wrapper .box-1 .info {
		width: 100%;
	}

	.research-wrapper .box-1 .pic {
		width: 100%;
		margin-top: 0.6rem;
	}

	.research-wrapper .box-3 .box-container {
		display: block;
	}

	.research-wrapper .box-3 .pic {
		width: 100%;
	}

	.research-wrapper .box-3 .info {
		width: 100%;
		margin-top: 0.6rem;
	}

	.research-wrapper .box-3 .data {
		margin-top: 0.6rem;
	}

	.research-wrapper .box-3 .data p {
		margin-top: 0.2rem;
	}

	.research-wrapper .box-3 .index-title-box {
		margin-bottom: 0.4rem;
	}

	.research-wrapper .box-4 .swiper-box:before {
		display: none;
	}

	.research-wrapper .box-4 .swiper-container,
	.research-wrapper .box-4 .swiper-wrapper {
		overflow: inherit;
	}

	.research-wrapper .box-4 .swiper-container {
		height: auto;
		padding: 0 0.3rem;
	}

	.research-wrapper .box-4 .swiper-slide {
		height: auto;
		padding-bottom: 0.8rem;
	}

	.research-wrapper .box-4 .swiper-slide:last-child {
		padding-bottom: 0;
	}

	.research-wrapper .box-4 .swiper-slide:nth-child(odd) .inner {
		padding-top: 0;
	}

	.research-wrapper .box-4 .swiper-slide:nth-child(even) .inner:after {
		bottom: auto;
		top: 0;
	}

	.research-wrapper .box-4 .swiper-slide .line {
		width: 0.36rem;
		height: 0.06rem;
	}

	.research-wrapper .box-4 .swiper-wrapper {
		flex-flow: wrap;
	}

	.research-wrapper .box-4 .year {
		font-size: 0.36rem;
		line-height: 0.4rem;
		margin: 0.4rem auto 0.14rem;
	}

	.research-wrapper .box-4 .desc {
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.research-wrapper .box-4 .inner {
		padding-left: 0.6rem;
		width: 6rem;
		width: 100%;
		position: static;
		height: auto;
	}

	.research-wrapper .box-4 .inner:before {
		left: 0;
		width: 0.04rem;
	}

	.research-wrapper .box-4 .inner:after {
		left: -0.08rem;
		width: 0.2rem;
		height: 0.2rem;
		top: 0;
	}

	.research-wrapper .box-4 .swiper-btn {
		display: none;
	}

	.research-wrapper .box-5 li {
		width: calc((100% - 0.6rem) / 3);
		margin-right: 0.3rem;
		margin-top: 0.3rem;
		padding: 0.46rem 0.3rem 0.4rem;
	}

	.research-wrapper .box-5 li:nth-child(3n) {
		margin-right: 0;
	}

	.research-wrapper .box-5 li:nth-child(-n+3) {
		margin-top: 0;
	}

	.research-wrapper .box-5 p {
		height: 0.8rem;
		line-height: 0.4rem;
		margin-top: 0.2rem;
	}

	.video-modal-box .box {
		padding: 1.2rem 0.3rem 0;
	}

	.video-modal-box .w1200 {
		padding: 0.4rem 0.3rem 0.6rem;
	}

	.video-modal-box .top {
		margin-bottom: 0.4rem;
		padding-bottom: 0.2rem;
	}

	.video-modal-box .name {
		font-size: 0.32rem;
		line-height: 0.5rem;
		padding-right: 0.5rem;
	}

	.video-modal-box .close {
		top: -0.1rem;
	}

	.video-modal-box .video-box video {
		max-height: 50vh;
	}

	.video-wrapper .btn-box a {
		margin-right: 0.2rem;
	}

	.video-wrapper .list ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.video-wrapper .list li {
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0;
		margin-top: 0.8rem;
	}

	.video-wrapper .list li:nth-child(3) {
		margin-top: 0.8rem;
	}

	.video-wrapper .title {
		font-size: 0.24rem;
		line-height: 0.42rem;
		margin-top: 0.2rem;
	}

	.category-box {
		margin-bottom: 0.6rem;
	}

	.category-box a:after {
		height: 95%;
	}

	.category-box p {
		font-size: 0.24rem;
		line-height: 0.32rem;
		margin-top: 0.2rem;
	}

	.category-box .icon {
		width: 0.48rem;
		height: 0.48rem;
	}

	.newspaper-wrapper .btn-box {
		padding: 0.2rem 0;
	}

	.newspaper-wrapper .btn-box a {
		font-size: 0.2rem;
		padding-right: 0.4rem;
		margin-right: 0.4rem;
		line-height: 0.4rem;
	}

	.newspaper-wrapper .btn-box a:after {
		height: 60%;
		top: 20%;
	}

	.newspaper-wrapper .btn-box img {
		width: 0.26rem;
		margin-right: 0.16rem;
	}

	.newspaper-wrapper .list ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.newspaper-wrapper .list li {
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0;
		margin-top: 0.52rem;
	}

	.newspaper-wrapper .list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.newspaper-wrapper .info {
		margin-top: 0.22rem;
	}

	.newspaper-wrapper .info p {
		line-height: 0.4rem;
		font-size: 0.2rem;
	}

	.newspaper-wrapper .title {
		font-size: 0.24rem;
		line-height: 0.36rem;
	}

	.social-wrapper .list li {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0.3rem;
	}

	.social-wrapper .list li:last-child {
		margin-bottom: 0;
	}

	.social-wrapper .info {
		padding: 0 0.3rem;
	}

	.social-wrapper .title {
		font-size: 0.28rem;
		line-height: 0.36rem;
		height: 0.72rem;
	}

	.social-wrapper .desc {
		font-size: 0.22rem;
		line-height: 0.34rem;
		height: 0.68rem;
		margin: 0.1rem auto 0.2rem;
	}

	.social-wrapper .i-more {
		width: 0.3rem;
	}

	.i-more {
		width: 0.56rem;
		height: 0.32rem;
	}

	.activity-wrapper .first-box {
		display: block;
	}

	.activity-wrapper .first-box .pic,
	.activity-wrapper .first-box .info {
		width: 100%;
	}

	.activity-wrapper .first-box .info {
		padding: 0.8rem 0.4rem;
	}

	.activity-wrapper .first-box .index-title-box {
		margin-top: -0.8rem;
		margin-bottom: 0.5rem;
	}

	.activity-wrapper .tab-box {
		margin-bottom: 0.4rem;
	}

	.activity-wrapper .tab-box a {
		min-width: inherit;
		width: calc((100% - 0.6rem) / 3);
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.06rem;
		margin-right: 0.3rem;
		font-size: 0.28rem;
		margin-bottom: 0.3rem;
		padding: 0 0.2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.activity-wrapper .tab-box a:nth-child(-n+3) {
		margin-top: 0;
	}

	.activity-wrapper .tab-box a:nth-child(3n) {
		margin-right: 0;
	}

	.activity-wrapper .item ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.activity-wrapper .item li {
		width: calc((100% - 0.3rem) / 2);
		margin-top: 0.5rem;
		margin-right: 0;
	}

	.activity-wrapper .item li:nth-child(-n+2) {
		margin-top: 0;
	}

	.activity-wrapper .title {
		font-size: 0.24rem;
		line-height: 0.4rem;
		margin-top: 0.26rem;
	}

	.advice-wrapper .tab-box,
	.investor-wrapper .tab-box {
		text-align: center;
	}

	.advice-wrapper .tab-box,
	.investor-wrapper .tab-box,
	.contact-wrapper .tab-box {
		margin-bottom: 0.2rem;
	}

	.advice-wrapper .tab-box a,
	.investor-wrapper .tab-box a,
	.contact-wrapper .tab-box a {
		min-width: inherit;
		width: calc((100% - 0.6rem) / 3);
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.06rem;
		margin-right: 0.3rem;
		font-size: 0.28rem;
		margin-bottom: 0.3rem;
		padding: 0 0.2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.advice-wrapper .tab-box a:nth-child(-n+3),
	.investor-wrapper .tab-box a:nth-child(-n+3),
	.contact-wrapper .tab-box a:nth-child(-n+3) {
		margin-top: 0;
	}

	.advice-wrapper .tab-box a:nth-child(3n),
	.investor-wrapper .tab-box a:nth-child(3n),
	.contact-wrapper .tab-box a:nth-child(3n) {
		margin-right: 0;
	}

	.contact-wrapper.job {
		padding-bottom: 1.2rem;
	}

	.contact-wrapper.job .box-1 .map {
		width: 100%;
		height: 5rem;
	}

	.contact-wrapper.job .box-2 .tab-box {
		margin-bottom: 0.4rem;
	}

	.contact-wrapper.job .box-2 ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0.3rem;
	}

	.contact-wrapper.job .box-2 ul li:last-child {
		margin-bottom: 0;
	}

	.contact-wrapper.job .box-2 .info {
		line-height: 0.48rem;
		padding: 0.6rem 0.4rem;
	}

	.contact-wrapper.job .box-2 .name {
		font-size: 0.32rem;
		margin-bottom: 0.12rem;
	}

	.contact-wrapper.job .box-2 .desc {
		font-size: 0.28rem;
		line-height: 0.44rem;
	}

	.contact-wrapper .qrcodes {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: flex-start;
	}

	.contact-wrapper .qrcodes .item {
		width: 48%;
		margin-right: 0;
	}

	.contact-wrapper .qrcodes img {
		width: 2rem;
		margin: 0 auto;
	}

	.contact-wrapper .qrcodes p {
		margin-top: 0.2rem;
		text-align: center;
		font-size: 16px;
		line-height: 0.36rem;
	}

	.contact-wrapper .box-1 .box-container {
		display: block;
	}

	.contact-wrapper .box-1 .info {
		width: 100%;
		padding-right: 0;
	}

	.contact-wrapper .box-1 .detail-box {
		margin-top: 0;
	}

	.contact-wrapper .box-1 .detail-box li {
		font-size: 0.28rem;
		line-height: 0.44rem;
		margin-bottom: 0.3rem;
	}

	.contact-wrapper .box-1 .detail-box li img {
		width: 0.4rem;
		top: 0.02rem;
	}

	.contact-wrapper .box-1 .map {
		width: 100%;
		height: 5rem;
		margin-top: 0.7rem;
	}

	.contact-wrapper .box-1 .map:before,
	.contact-wrapper .box-1 .map:after {
		width: 0.6rem;
		height: 1rem;
	}

	.contact-wrapper .form .group {
		width: 100%;
		margin-right: 0;
		margin-top: 0.3rem;
	}

	.contact-wrapper .form .group:first-child {
		margin-top: 0;
	}

	.contact-wrapper .form .group.max label {
		line-height: 0.5rem;
		top: 0.24rem;
	}

	.contact-wrapper .form .text,
	.contact-wrapper .form .msg {
		border-radius: 0.06rem;
	}

	.contact-wrapper .form label {
		left: 0.3rem;
		line-height: 0.9rem;
	}

	.contact-wrapper .form label i {
		margin-left: 0.1rem;
	}

	.contact-wrapper .form .text {
		height: 0.9rem;
		line-height: 0.9rem;
		padding-left: 1.9rem;
	}

	.contact-wrapper .form .msg {
		height: 3rem;
		padding-top: 0.66rem;
		line-height: 0.52rem;
	}

	.contact-wrapper .box-3 .tab-box {
		position: static;
	}

	.contact-wrapper .box-3 .tab-box a {
		min-width: inherit;
		height: 0.8rem;
		line-height: 0.8rem;
	}

	.contact-wrapper .box-3 li {
		width: 23%;
		margin-top: 0.4rem;
		margin-right: 2.67%;
	}

	.contact-wrapper .box-3 li:nth-child(-n+4) {
		margin-top: 0;
	}

	.contact-wrapper .box-3 li:nth-child(4n) {
		margin-right: 0;
	}

	.contact-wrapper .box-3 li .pic img {
		height: 1.6rem;
	}

	.contact-wrapper .box-3 li p {
		font-size: 0.24rem;
		line-height: 0.36rem;
		margin-top: 0.2rem;
	}

	.goods-cat-box {
		width: 100%;
		margin-bottom: 0.6rem;
	}

	.goods-cat-box .caption {
		font-size: 0.32rem;
		line-height: 0.5rem;
		margin-bottom: 0.2rem;
	}

	.goods-cat-box .search {
		margin-bottom: 0.3rem;
	}

	.goods-cat-box .search .text {
		height: 0.86rem;
		line-height: 0.86rem;
		padding: 0 1rem 0 0.3rem;
	}

	.goods-cat-box .search .submit {
		width: 0.86rem;
	}

	.goods-cat-box .goods-cat li.active>a:after {
		background-image: url(../images/g-right3.png);
	}

	.goods-cat-box .goods-cat li>a {
		line-height: 0.86rem;
		padding: 0 0.6rem 0 0.3rem;
	}

	.goods-cat-box .goods-cat li>a:after {
		right: 0.3rem;
	}

	.goods-cat-box .goods-cat .child {
		padding: 0.32rem 0;
	}

	.goods-cat-box .goods-cat .child a {
		padding: 0 0.3rem;
		line-height: 0.64rem;
	}

	.goods-cat-box .goods-cat a {
		font-size: 0.28rem;
	}

	.goods-wrapper .main {
		flex-flow: wrap;
	}

	.goods-wrapper .main.special .list .pic img {
		height: 2.32rem;
	}

	.goods-wrapper .list {
		width: 100%;
	}

	.goods-wrapper .list ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.goods-wrapper .list li {
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0;
		margin-top: 0.4rem;
	}

	.goods-wrapper .list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.goods-wrapper .list .pic img {
		height: auto;
	}

	.goods-wrapper .list .title {
		font-size: 0.24rem;
		line-height: 0.4rem;
		height: 0.8rem;
	}

	.pageNum {
		display: none;
	}

	.page-more {
		width: 2rem;
		line-height: 0.8rem;
	}

	.goodsinfo-wrapper .base-box .box-container {
		display: block;
	}

	.goodsinfo-wrapper .base-box .pic-box {
		width: 100%;
	}

	.goodsinfo-wrapper .base-box .info-box {
		margin-top: 0.6rem;
		width: 100%;
	}

	.goodsinfo-wrapper .base-box .caption {
		line-height: 0.48rem;
		margin-bottom: 0.1rem;
	}

	.goodsinfo-wrapper .base-box .caption,
	.goodsinfo-wrapper .base-box .content {
		font-size: 0.28rem;
	}

	.goodsinfo-wrapper .base-box .content {
		margin-bottom: 0.4rem;
	}

	.goodsinfo-wrapper .base-box .page-more {
		margin-top: 0.6rem;
	}

	.goodsinfo-wrapper .info-box h2 {
		font-size: 0.4rem;
		line-height: 0.48rem;
	}

	.goodsinfo-wrapper .info-box .brief {
		margin: 0.24rem auto 0.4rem;
		padding-bottom: 0.4rem;
	}

	.goodsinfo-wrapper .info-box .brief ul {
		display: flex;
		display: -webkit-box;
		/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
		display: -moz-box;
		/* Firefox 17- */
		display: -webkit-flex;
		/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
		display: -moz-flex;
		/* Firefox 18+ */
		display: -ms-flexbox;
		/* IE 10 */
		flex-flow: wrap;
	}

	.goodsinfo-wrapper .info-box .brief li {
		font-size: 0.24rem;
		width: 33.33%;
		line-height: 0.4rem;
		margin-top: 0.16rem;
	}

	.goodsinfo-wrapper .info-box .brief li:nth-child(-n+3) {
		margin-top: 0.16rem;
	}

	.goodsinfo-wrapper .info-box .brief li:nth-child(3n) {
		padding-right: 0;
	}

	.goodsinfo-wrapper .info-box .brief li img {
		width: 0.42rem;
		margin-left: 0.1rem;
	}

	.goodsinfo-wrapper .swiper-pagination {
		display: block;
		bottom: 0.4rem;
		font-size: 0;
	}

	.goodsinfo-wrapper .swiper-pagination .swiper-pagination-bullet {
		opacity: 1;
		background: none;
		margin: 0 5px;
		width: 8px;
		height: 8px;
		border: 1px solid #fff;
		transition: width 0.3s ease;
		-webkit-transition: width 0.3s ease;
		-moz-transition: width 0.3s ease;
		-ms-transition: width 0.3s ease;
		-o-transition: width 0.3s ease;
	}

	.goodsinfo-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
	.goodsinfo-wrapper .swiper-pagination .swiper-pagination-bullet:active,
	.goodsinfo-wrapper .swiper-pagination .swiper-pagination-bullet:link {
		outline: none;
	}

	.goodsinfo-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fff;
		width: 24px;
		border-radius: 30px;
	}

	.goodsinfo-wrapper .thumb-box {
		display: none;
	}

	.goodsinfo-wrapper .tab-box a {
		width: 2rem;
		line-height: 0.86rem;
	}

	.goodsinfo-wrapper table {
		width: 28rem;
	}

	.goodsinfo-wrapper table td,
	.goodsinfo-wrapper table th {
		font-size: 0.24rem;
		height: 0.9rem;
	}

	.goodsinfo-wrapper .detail-box>.box-container>div {
		padding-top: 0.4rem;
		padding-bottom: 0;
	}

	.goodsinfo-wrapper .detail-box .content {
		overflow-x: auto;
		padding-bottom: 0.1rem;
	}

	.goodsinfo-wrapper .detail-box .content::-webkit-scrollbar {
		height: 3px;
		background-color: #f7f8f9;
	}

	.goodsinfo-wrapper .detail-box .content::-webkit-scrollbar-thumb {
		background-color: #046335;
	}

	.case-box li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3rem;
		margin-top: 0;
	}

	.case-box li:last-child {
		margin-bottom: 0;
	}

	.case-box li a:after {
		height: 0.03rem;
	}

	.case-box .info {
		padding: 0.5rem 0.4rem;
	}

	.case-box .title {
		font-size: 0.32rem;
		line-height: 0.4rem;
	}

	.case-box .desc {
		line-height: 0.4rem;
		font-size: 0.26rem;
		height: 0.8rem;
		margin: 0.2rem auto 0.3rem;
	}

	.case-wrapper .main {
		flex-flow: wrap;
	}

	.case-wrapper .case-box {
		width: 100%;
	}

	.brand-wrapper .index-title-box .brief {
		font-size: 0.28rem;
		line-height: 0.48rem;
		width: 100%;
		margin-top: 0.5rem;
	}

	.brand-wrapper .list li {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0.3rem;
	}

	.news-wrapper .first-box {
		margin-bottom: 0.3rem;
	}

	.news-wrapper .swiper-box {
		width: 100%;
	}

	.news-wrapper .swiper-box .info {
		padding: 0.36rem 1rem 0.36rem 0.36rem;
	}

	.news-wrapper .swiper-box .title {
		font-size: 0.32rem;
		height: 0.48rem;
	}

	.news-wrapper .swiper-box .swiper-pagination {
		bottom: 0.4rem;
		right: 0.4rem;
	}

	.news-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
		width: 0.18rem;
		height: 0.18rem;
	}

	.news-wrapper .news-box {
		display: none;
	}

	.news-wrapper .list li {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0.3rem;
	}

	.news-wrapper .list li:last-child {
		margin-bottom: 0;
	}

	.news-wrapper .list .info {
		padding: 0.5rem 0.4rem 0.4rem;
	}

	.news-wrapper .desc {
		font-size: 0.28rem;
		line-height: 0.48rem;
		height: auto;
		max-height: 0.96rem;
		margin: 0.1rem auto 0.2rem;
	}

	.news-wrapper .date {
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.news-wrapper .title {
		font-size: 0.3rem;
		line-height: 0.48rem;
		height: auto;
		max-height: 0.96rem;
	}

	.newsinfo-wrapper .box-container {
		display: block;
	}

	.newsinfo-wrapper .top {
		margin-bottom: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.newsinfo-wrapper .top h1 {
		font-size: 0.32rem;
		line-height: 0.52rem;
		margin-bottom: 0.1rem;
	}

	.newsinfo-wrapper .top .desc span {
		font-size: 0.24rem;
		margin-right: 0.2rem;
	}

	.newsinfo-wrapper .left {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.newsinfo-wrapper .right {
		width: 100%;
		position: static;
		top: 0;
		height: auto;
		margin-top: 0.6rem;
		padding: 0.6rem 0.4rem;
	}

	.newsinfo-wrapper .right p {
		line-height: 0.48rem;
	}

	.newsinfo-wrapper .share-box {
		margin-top: 0.36rem;
	}

	.newsinfo-wrapper .share-box a {
		width: 0.6rem;
		height: 0.6rem;
		margin-right: 0.24rem;
		background-size: 0.6rem;
	}

	.newsinfo-wrapper .return {
		line-height: 0.86rem;
	}

	.newsinfo-wrapper .return img {
		margin-right: 0.2rem;
		width: 0.32rem;
	}

	.newsinfo-wrapper .content {
		line-height: 0.48rem;
	}

	.stock-box p {
		font-size: 0.24rem;
		line-height: 0.32rem;
		margin-bottom: 0;
	}

	.stock-box li {
		width: auto;
		min-width: 18%;
		max-width: 26%;
		padding-right: 10px;
	}

	.stock-box .num {
		font-size: 0.34rem;
		line-height: 0.48rem;
	}

	.stock-box h2 {
		font-size: 0.36rem;
		line-height: 0.4rem;
	}

	.stock-box .number {
		font-size: 0.3rem;
		height: 0.8rem;
		line-height: 0.8rem;
		margin-top: 0.2rem;
	}

	.stock-box .number span {
		font-size: 0.64rem;
	}

	.stock-box .number i {
		width: 0.2rem;
		height: 0.28rem;
	}

	.stock-box .tips {
		font-size: 0.24rem;
		line-height: 0.44rem;
		text-align: left;
		margin-top: 0.2rem;
	}

	.stock-wrapper .stock-box {
		display: block;
	}

	.stock-wrapper .stock-box ul {
		padding-top: 0.3rem;
	}

	.stock-wrapper .stock-box .stock {
		width: 100%;
		height: auto;
	}

	.stock-wrapper .info {
		width: 100%;
	}

	.stock-wrapper .detail-box {
		margin-top: 0.6rem;
	}

	.stock-wrapper .caption {
		font-size: 0.3rem;
		line-height: 0.4rem;
		margin-bottom: 0.3rem;
	}

	.stock-wrapper .content {
		padding-bottom: 0.1rem;
		overflow-x: auto;
	}

	.stock-wrapper .content::-webkit-scrollbar {
		height: 3px;
		background-color: #f7f8f9;
	}

	.stock-wrapper .content::-webkit-scrollbar-thumb {
		background-color: #046335;
	}

	.stock-wrapper .item {
		margin-bottom: 0.6rem;
	}

	.stock-wrapper .item:first-child table {
		width: 24rem;
	}

	.stock-wrapper .item:first-child th {
		height: 0.7rem;
	}

	.stock-wrapper .item:nth-child(3) table th {
		width: 40%;
	}

	.stock-wrapper .item:nth-child(3) table th:first-child {
		width: 30%;
	}

	.stock-wrapper .item:nth-child(3) table th:nth-child(2) {
		width: 30%;
	}

	.stock-wrapper table th,
	.stock-wrapper table td {
		padding: 0.1rem 0.2rem;
	}

	.stock-wrapper table th {
		height: 1rem;
		font-size: 0.28rem;
	}

	.stock-wrapper table td {
		height: 0.9rem;
	}

	.finance-wrapper .main {
		padding-top: 0.3rem;
	}

	.finance-wrapper .main .box-container {
		flex-flow: wrap;
		flex-direction: column-reverse;
	}

	.finance-wrapper .box {
		width: 100%;
	}

	.finance-wrapper .box ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.finance-wrapper .box li {
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0;
		margin-top: 0.5rem;
	}

	.finance-wrapper .box li:nth-child(-n+2) {
		margin-top: 0;
	}

	.finance-wrapper .box .title {
		font-size: 0.26rem;
		line-height: 0.48rem;
		height: 0.48rem;
		margin: 0.3rem auto 0.05rem;
	}

	.finance-wrapper .box .bottom {
		line-height: 0.4rem;
	}

	.finance-wrapper .box .view {
		font-size: 0.24rem;
		background-size: 0.24rem;
		padding-left: 0.3rem;
	}

	.finance-wrapper .time {
		font-size: 0.24rem;
		line-height: 0.24rem;
		margin-right: 0.2rem;
	}

	.form-box {
		width: 100%;
		padding-bottom: 0;
		background: none;
		margin-bottom: 0.3rem;
	}

	.form-box .pic {
		display: none;
	}

	.form-box .form {
		padding: 0;
	}

	.form-box .form .title {
		color: #333;
	}

	.form-box .text,
	.form-box .caption {
		height: 0.9rem;
		line-height: 0.9rem;
	}

	.form-box .text {
		padding: 0 0.8rem 0 0.3rem;
	}

	.form-box .submit {
		right: 0.3rem;
	}

	.form-box .caption {
		padding: 0 0.3rem 0 0.8rem;
	}

	.form-box .caption:before {
		width: 0.3rem;
		left: 0.3rem;
	}

	.form-box .caption:after {
		width: 0.14rem;
		right: 0.3rem;
	}

	.form-box .list {
		max-height: 4.8rem;
	}

	.form-box .list a {
		line-height: 0.8rem;
		padding: 0 0.3rem 0 0.8rem;
	}

	.advice-wrapper .tab-box {
		margin-bottom: 0.4rem;
	}

	.advice-wrapper .box-container {
		flex-flow: wrap;
	}

	.advice-wrapper .box {
		width: 100%;
		order: 1;
	}

	.advice-wrapper .box li {
		display: block;
		position: relative;
		padding: 0.3rem 0;
	}

	.advice-wrapper .box li:hover .btn-box {
		right: 0.3rem;
	}

	.advice-wrapper .box .info {
		padding-right: 0;
	}

	.advice-wrapper .box .title {
		font-size: 0.3rem;
		line-height: 0.48rem;
	}

	.advice-wrapper .box .time {
		font-size: 0.24rem;
		margin-top: 0.2rem;
		line-height: 0.4rem;
	}

	.advice-wrapper .btn-box {
		position: absolute;
		right: 0;
		bottom: 0.2rem;
		z-index: 10;
		transition: right 0.3s ease;
		-webkit-transition: right 0.3s ease;
		-moz-transition: right 0.3s ease;
		-ms-transition: right 0.3s ease;
		-o-transition: right 0.3s ease;
	}

	.advice-wrapper .btn-box a {
		margin-right: 0.24rem;
		padding-right: 0.24rem;
		font-size: 0.24rem;
	}

	.advice-wrapper .btn-box a img {
		width: 0.32rem;
		margin-right: 0.2rem;
	}

	.team-wrapper .list ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.team-wrapper .list li {
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0;
		margin-top: 0.4rem;
	}

	.team-wrapper .list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.team-wrapper .name {
		font-size: 0.28rem;
		line-height: 0.4rem;
		margin-top: 0.34rem;
	}

	.team-wrapper .name i {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		font-size: 0.24rem;
		margin-left: 0.04rem;
		transform-origin: left center;
	}

	.team-wrapper .desc {
		font-size: 0.24rem;
		line-height: 0.36rem;
		margin-top: 0.04rem;
	}

	.contactus-wrapper {
		padding-bottom: 0 !important;
		background: none;
	}

	.contactus-wrapper .box-1 .index-title-box {
		margin-bottom: 0.5rem;
	}

	.contactus-wrapper .box-1 .info {
		width: 100%;
	}

	.contactus-wrapper .box-1 .info li {
		font-size: 0.28rem;
		line-height: 0.44rem;
		padding-left: 0.6rem;
		margin-bottom: 0.3rem;
	}

	.contactus-wrapper .box-1 .info li img {
		width: 0.4rem;
		top: 0.02rem;
	}

	.contactus-wrapper .box-1 .pic {
		display: none;
	}

	.contactus-wrapper .qrcodes .item {
		width: 2rem;
	}

	.contactus-wrapper .qrcodes p {
		font-size: 0.26rem;
		line-height: 0.4rem;
		margin-top: 0.2rem;
	}

	.contactus-wrapper .box-2 {
		background-attachment: inherit;
	}

	.contactus-wrapper .form .group {
		width: 100%;
		margin-right: 0;
		margin-top: 0.3rem;
	}

	.contactus-wrapper .form .group:first-child {
		margin-top: 0;
	}

	.contactus-wrapper .form .text,
	.contactus-wrapper .form .msg {
		border-radius: 0.06rem;
	}

	.contactus-wrapper .form .text {
		height: 0.9rem;
		line-height: 0.9rem;
	}

	.contactus-wrapper .form .msg {
		height: 3rem;
		line-height: 0.52rem;
	}

	.contactus-wrapper .page-more {
		width: 2.4rem;
		margin: 0.4rem auto 0;
	}

	.investor-wrapper .tab-box {
		margin-bottom: 0.6rem;
	}

	.investor-wrapper .box-1 .box-container {
		display: block;
	}

	.investor-wrapper .box-1 .box-container:before {
		display: none;
	}

	.investor-wrapper .box-1 .info-box {
		width: 100%;
		padding-right: 0;
		margin-bottom: 1rem;
	}

	.investor-wrapper .box-1 .info-box .index-title-box {
		margin-bottom: 0.3rem;
	}

	.investor-wrapper .box-1 .content {
		line-height: 0.48rem;
		height: auto;
		margin-bottom: 0.6rem;
		display: block;
	}

	.investor-wrapper .box-1 .stock-box {
		width: 100%;
	}

	.investor-wrapper .box-1 .stock-box .index-title-box {
		margin-bottom: 0.4rem;
	}

	.investor-wrapper .box-1 .stock-box ul {
		padding-top: 0.3rem;
	}

	.investor-wrapper .box-1 .stock-box h2 {
		font-size: 0.28rem;
	}

	.investor-wrapper .box-1 .stock-box .number {
		margin-top: 0;
	}

	.investor-wrapper .box-1 .stock-box .number span {
		margin-right: 0.2rem;
	}

	.investor-wrapper .box-1 .stock-box .num {
		font-size: 0.32rem;
	}

	.investor-wrapper .box-2 li {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0.3rem;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
		padding-right: 0.3rem;
	}

	.investor-wrapper .box-2 li:last-child {
		margin-bottom: 0;
	}

	.investor-wrapper .box-2 .date {
		width: 1.7rem;
		line-height: 0.36rem;
	}

	.investor-wrapper .box-2 .date p {
		margin-top: 0.06rem;
	}

	.investor-wrapper .box-2 .day {
		font-size: 0.32rem;
	}

	.investor-wrapper .box-2 .name {
		margin-left: 0.3rem;
		font-size: 0.28rem;
	}

	.investor-wrapper .box-3 ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.investor-wrapper .box-3 li {
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0;
		margin-top: 0.3rem;
	}

	.investor-wrapper .box-3 li:nth-child(-n+2) {
		margin-top: 0;
	}

	.investor-wrapper .box-3 .name {
		font-size: 0.24rem;
		line-height: 0.7rem;
		padding: 0 0.3rem;
	}

	.bidding-wrapper .special li {
		display: block;
	}

	.bidding-wrapper .special li .icon {
		width: 0.4rem;
		height: 0.6rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		right: 0.3rem;
	}

	.bidding-wrapper li {
		padding: 0.3rem;
		height: auto;
		line-height: 0.4rem;
	}

	.bidding-wrapper li a {
		display: block;
	}

	.bidding-wrapper .time {
		font-size: 0.27rem;
		width: 100%;
		position: static;
		text-align: left;
		margin-top: 0.08rem;
	}

	.bidding-wrapper .title {
		-webkit-line-clamp: 2;
		padding-right: 0.6rem;
	}

	.question-wrapper li>div {
		position: relative;
		padding-left: 0.88rem;
	}

	.question-wrapper li .tag {
		top: 0.54rem;
	}

	.question-wrapper li .icon {
		width: 0.52rem;
		height: 0.52rem;
		right: 0.3rem;
		top: 0.28rem;
	}

	.question-wrapper li .icon:before {
		width: 0.2rem;
		height: 0.04rem;
		margin-left: -0.1rem;
	}

	.question-wrapper li .icon:after {
		width: 0.04rem;
		height: 0.2rem;
		margin-top: -0.1rem;
	}

	.question-wrapper .top {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
		padding-right: 0.88rem;
		height: auto;
	}

	.question-wrapper .top .tag {
		top: 0.34rem;
	}

	.question-wrapper .detail {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-right: 0.4rem;
	}

	.question-wrapper .tag {
		width: 0.4rem;
		height: 0.4rem;
		line-height: 0.4rem;
		left: 0.3rem;
		font-size: 0.24rem;
	}

	.question-wrapper .desc {
		font-size: 0.26rem;
		line-height: 0.44rem;
	}

	.question-wrapper .title {
		font-size: 0.28rem;
		line-height: 0.48rem;
		max-height: inherit;
		display: block;
	}

	.job-wrapper .index-title-box {
		margin-bottom: 0.4rem;
	}

	.job-wrapper .search-box {
		margin-bottom: 0.6rem;
	}

	.job-wrapper .form {
		width: 100%;
	}

	.job-wrapper .text,
	.job-wrapper .submit {
		height: 0.88rem;
		line-height: 0.86rem;
	}

	.job-wrapper .text {
		font-size: 14px;
		padding: 0 2rem 0 0.3rem;
	}

	.job-wrapper .submit {
		width: 1.8rem;
		font-size: 0.26rem;
	}

	.job-wrapper .submit img {
		margin-right: 0.1rem;
	}

	.job-box>.top {
		display: none;
	}

	.job-box .top {
		position: relative;
		height: auto;
		padding: 0.4rem 0.6rem 0.4rem 0.3rem;
	}

	.job-box .top div {
		height: auto;
		width: 100%;
		line-height: 0.48rem;
		margin: 0;
	}

	.job-box .top div.name {
		width: 100%;
	}

	.job-box .top div.apartment {
		width: 100%;
	}

	.job-box .top div.company {
		width: 100%;
	}

	.job-box .top div.number {
		width: 100%;
	}

	.job-box .top div span {
		display: inline-block;
		margin-right: 0.2rem;
	}

	.job-box .top .name {
		font-size: 0.32rem;
		color: #333;
		margin-bottom: 0.06rem;
		width: 100%;
	}

	.job-box .top .name img {
		width: 0.4rem;
	}

	.job-box .top .icon {
		position: absolute;
		right: 0.3rem;
		top: 0;
		z-index: 10;
		height: 100%;
		margin-left: 0;
		width: 0.2rem;
	}

	.job-box ul li {
		border-bottom: none;
	}

	.job-box ul li .top {
		display: block;
	}

	.job-box ul li .top div {
		height: auto;
		font-size: 0.26rem;
	}

	.job-box ul li .detail {
		padding: 0.6rem 0.4rem;
	}

	.job-box ul li .desc {
		line-height: 0.48rem;
		margin-bottom: 0.4rem;
	}

	.job-box ul li .caption {
		font-size: 0.3rem;
		line-height: 0.48rem;
		margin-bottom: 0.08rem;
	}

	.joblist-wrapper .main {
		display: block;
	}

	.joblist-wrapper .other-box {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.joblist-wrapper .other-box .form {
		flex-flow: wrap;
	}

	.joblist-wrapper .other-box .caption {
		margin-right: 0;
		width: 100%;
		height: auto;
		line-height: 0.6rem;
	}

	.joblist-wrapper .other-box .item {
		flex-flow: wrap;
		margin-bottom: 0.3rem;
	}

	.joblist-wrapper .other-box ul {
		width: 100%;
	}

	.joblist-wrapper .other-box ul li {
		width: 48%;
		margin-top: 4%;
	}

	.joblist-wrapper .form {
		margin-bottom: 0.2rem;
	}

	.joblist-wrapper .search {
		width: 100%;
	}

	.joblist-wrapper .search .text {
		height: 38px;
		padding: 0 0.55rem 0 0.12rem;
	}

	.joblist-wrapper .cate-box {
		margin-bottom: 0.4rem;
	}

	.joblist-wrapper .cate-box a {
		min-width: 2.4rem;
		line-height: 0.8rem;
	}

	.joblist-wrapper .job-box {
		width: 100%;
	}

	.joblist-wrapper .job-box .top {
		padding: 0.4rem 0.6rem 0.4rem 0.3rem;
		height: auto;
	}

	.joblist-wrapper .job-box .top div {
		height: auto;
		font-size: 0.26rem;
	}

	.joblist-wrapper .job-box>.top {
		margin-bottom: 0.03rem;
	}

	.joblist-wrapper .job-box>.top div {
		font-size: 0.26rem;
	}

	.joblist-wrapper .job-box ul li .detail {
		padding: 0.6rem 0.4rem;
	}

	.join-wrapper .tab-box {
		margin-bottom: 0.3rem;
	}

	.join-wrapper .tab-box a {
		padding: 0.4rem 0.26rem;
		flex-flow: wrap;
	}

	.join-wrapper .tab-box .key {
		width: 0.8rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.36rem;
		margin: 0 auto 0.2rem;
	}

	.join-wrapper .tab-box .info {
		flex: 0 0 100%;
		line-height: 0.48rem;
		text-align: center;
	}

	.join-wrapper .tab-box .name {
		font-size: 0.3rem;
	}

	.join-wrapper .tab-box p {
		font-size: 0.22rem;
		line-height: 0.3rem;
	}

	.join-wrapper .swiper-box {
		padding: 0 0.3rem;
	}

	.join-wrapper .swiper-box .box-container {
		padding-top: 0.3rem;
	}

	.join-wrapper .swiper-box .swiper-slide {
		flex-flow: wrap;
		flex-direction: column-reverse;
	}

	.join-wrapper .swiper-box .title {
		font-size: 0.36rem;
		line-height: 0.6rem;
	}

	.join-wrapper .swiper-box .key {
		font-size: 1.6rem;
		line-height: 1.2rem;
		right: 0.4rem;
		bottom: -0.3rem;
	}

	.join-wrapper .swiper-box .info,
	.join-wrapper .swiper-box .pic {
		width: 100%;
	}

	.join-wrapper .swiper-box .info {
		padding: 1rem 0.6rem 1.5rem;
	}

	.join-wrapper .swiper-box .info:before {
		width: 1rem;
		left: 0;
		top: 0.6rem;
	}

	.join-wrapper .swiper-box .btn-box {
		left: 0.6rem;
		bottom: 0.5rem;
	}

	.join-wrapper .swiper-box .btn-box span.current {
		font-size: 16px;
	}

	.join-wrapper .swiper-box .swiper-btn {
		top: -2px;
		width: 7px;
		height: 16px;
	}

	.join-wrapper .swiper-box .prev {
		margin-right: 0.2rem;
	}

	.join-wrapper .swiper-box .next {
		margin-left: 0.2rem;
	}

	.join-wrapper .box-2 {
		padding-bottom: 1.2rem;
	}

	.join-wrapper .box-2 ul li {
		width: 100%;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}

	.join-wrapper .box-2 ul li:last-child {
		margin-bottom: 0;
	}

	.join-wrapper .box-2 .info {
		padding-left: 0.6rem;
		line-height: 0.48rem;
		padding-right: 0.3rem;
		padding-top: 0.5rem;
		padding-bottom: 0.4rem;
	}

	.join-wrapper .box-2 .title {
		font-size: 0.34rem;
	}

	.join-wrapper .box-2 .desc {
		padding-right: 0.3rem;
		font-size: 0.28rem;
		height: 0.96rem;
		margin-top: 0.2rem;
	}

	.development-wrapper .data {
		margin-top: 0.4rem;
	}

	.development-wrapper .data ul {
		flex-flow: wrap;
	}

	.development-wrapper .data .num {
		font-size: 0.48rem;
	}

	.development-wrapper .data em {
		margin-left: 0.1rem;
	}

	.development-wrapper .data em,
	.development-wrapper .data p {
		font-size: 0.24rem;
		line-height: 0.26rem;
	}

	.development-wrapper .data i {
		top: -0.2rem;
	}

	.development-wrapper .box-1 .box-container {
		display: block;
	}

	.development-wrapper .box-1 .info {
		width: 100%;
	}

	.development-wrapper .box-1 .pic {
		width: 100%;
		margin-top: 0.6rem;
	}

	.development-wrapper .box-1 .content {
		line-height: 0.48rem;
		margin: 0.6rem auto 0.48rem;
	}

	.development-wrapper .box-1 .more {
		line-height: 0.48rem;
	}

	.development-wrapper .box-1 .more img {
		width: 0.24rem;
	}

	.development-wrapper .box-3 .index-title-box {
		margin-bottom: 0.5rem;
	}

	.development-wrapper .box-3 .top .title {
		font-size: 0.32rem;
		line-height: 0.5rem;
		margin-bottom: 0.08rem;
	}

	.development-wrapper .box-3 .top .desc {
		line-height: 0.48rem;
	}

	.development-wrapper .box-3 .list ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.development-wrapper .box-3 li {
		width: 48%;
		margin-right: 0;
		margin-top: 0.6rem;
	}

	.development-wrapper .box-3 li:nth-child(3) {
		margin-top: 0.6rem;
	}

	.development-wrapper .box-3 li:last-child {
		margin-bottom: 0;
	}

	.development-wrapper .box-3 li .info {
		line-height: 0.48rem;
	}

	.development-wrapper .box-3 li .icon {
		height: 0.7rem;
	}

	.development-wrapper .box-3 li .name {
		font-size: 0.3rem;
		line-height: 0.48rem;
		margin: 0.3rem auto 0.06rem;
	}

	.development-wrapper .box-3 li .brief {
		font-size: 0.26rem;
	}

	.development-wrapper .box-3 li .desc {
		font-size: 0.26rem;
		line-height: 0.44rem;
	}

	.development-wrapper .box-4 {
		padding-bottom: 1.2rem;
	}

	.about-wrapper .swiper-btn {
		width: 0.6rem;
		height: 0.6rem;
		border-radius: 50%;
	}

	.about-wrapper .box-1 .info {
		width: 100%;
	}

	.about-wrapper .box-1 .pic {
		width: 100%;
		margin-top: 0.5rem;
	}

	.about-wrapper .box-1 .content {
		line-height: 0.48rem;
	}

	.about-wrapper .box-1 .index-title-box {
		margin-bottom: 0.4rem;
		/* padding-top: 0.38rem; */
	}

	.about-wrapper .box-1 {
		margin-top: 4%;
	}

	.contact-wrapper .box-1 {
		margin-top: 4%;
	}

	.about-wrapper .box-1 .index-title-box h3 {
		font-size: 0.42rem;
	}

	.about-wrapper .box-1 .index-title-box .en {
		font-size: 1.8rem;
		line-height: 1.2rem;
		letter-spacing: 0.3rem;
	}

	.about-wrapper .box-1 .index-title-box .line {
		width: 0.6rem;
		margin-top: 0.2rem;
	}

	.about-wrapper .box-2 .detail-box {
		width: 100%;
		overflow: hidden;
	}

	.about-wrapper .box-2 .main {
		display: flex;
		display: -webkit-box;
		/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
		display: -moz-box;
		/* Firefox 17- */
		display: -webkit-flex;
		/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
		display: -moz-flex;
		/* Firefox 18+ */
		display: -ms-flexbox;
		/* IE 10 */
		flex-flow: wrap;
		width: 100%;
		flex-direction: column-reverse;
	}

	.about-wrapper .box-2 .swiper-btn {
		bottom: -0.3rem;
	}

	.about-wrapper .category-box p {
		font-size: 0.26rem;
	}

	.about-wrapper .category-box .brief {
		font-size: 0.22rem;
		line-height: 0.24rem;
	}

	.about-wrapper .year-box {
		margin-top: 0;
		margin-bottom: 0.3rem;
	}

	.about-wrapper .year-box:before {
		bottom: 0.24rem;
	}

	.about-wrapper .year-box .box-container {
		padding: 0 0.6rem;
	}

	.about-wrapper .year-box .year {
		line-height: 0.48rem;
		margin-bottom: 0.1rem;
	}

	.about-wrapper .year-box .dot {
		position: relative;
		width: 0.3rem;
		height: 0.3rem;
	}

	.about-wrapper .year-box .swiper-btn {
		width: 0.6rem;
		height: 0.6rem;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		top: auto;
		bottom: -0.03rem;
		background-size: 0.2rem;
	}

	.about-wrapper .detail-swiper .swiper-slide {
		flex-flow: wrap;
	}

	.about-wrapper .detail-swiper .pic {
		width: 100%;
	}

	.about-wrapper .detail-swiper .info {
		width: 100%;
		padding-top: 0.8rem;
	}

	.about-wrapper .detail-swiper .year {
		font-size: 0.44rem;
		line-height: 0.6rem;
	}

	.about-wrapper .detail-swiper .year:after {
		width: 0.6rem;
		margin-top: 0.2rem;
	}

	.about-wrapper .detail-swiper .year span {
		font-size: 0.6rem;
		margin-right: 0.2rem;
	}

	.about-wrapper .detail-swiper .brief,
	.about-wrapper .detail-swiper .brief li {
		font-size: 0.28rem;
	}

	.about-wrapper .detail-swiper .brief {
		line-height: 0.48rem;
		margin-top: 0.3rem;
	}

	.about-wrapper .detail-swiper .brief li:before {
		width: 0.08rem;
		height: 0.08rem;
		top: 0.2rem;
	}

	.about-wrapper .company-swiper .swiper-slide {
		padding: 0 0.4rem 0.2rem;
	}

	.about-wrapper .company-swiper .swiper-slide:after {
		height: 0.02rem;
	}

	.about-wrapper .company-swiper .title {
		font-size: 0.24rem;
		line-height: 0.36rem;
		height: 0.72rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-top: 0.25rem;
	}



	.worldwide-wrapper .box-2 {
		/* padding-top: 1rem; */
		padding-bottom: 1rem;
		flex-flow: wrap;
		flex-direction: column-reverse;
	}

	.worldwide-wrapper .box-2 .detail-box {
		width: 100%;
		padding-left: 0.3rem;
		border-left: none;
	}

	.worldwide-wrapper .box-2 .detail-box .index-title-box {
		display: block;
	}

	.worldwide-wrapper .box-2 .detail-box:before {
		content: "";
		height: 1.74rem;
	}

	.worldwide-wrapper .box-2 .detail-list {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
		width: 100%;
		padding-top: 0;
	}

	.worldwide-wrapper .box-2 .detail-list .index-title-box {
		display: none;
	}

	.worldwide-wrapper .box-2 .detail-list .item {
		padding: 0.6rem 0 0;
	}

	.worldwide-wrapper .box-2 .year {
		font-size: 0.48rem;
		line-height: 0.5rem;
		margin-bottom: 0.2rem;
	}

	.worldwide-wrapper .box-2 .desc {
		font-size: 0.28rem;
		line-height: 0.48rem;
	}

	.worldwide-wrapper .box-2 .swiper-box {
		padding-left: 0;
	}

	.worldwide-wrapper .box-2 .swiper-box .swiper-container {
		height: 7.2rem;
	}

	.worldwide-wrapper .box-2 .swiper-box .swiper-slide {
		font-size: 0.4rem;
	}

	.worldwide-wrapper .box-2 .swiper-box .swiper-slide.swiper-slide-active {
		font-size: 0.48rem;
	}

	.worldwide-wrapper .box-2 .btn-box {
		left: auto;
		right: 1rem;
		width: 0.8rem;
		height: 1.74rem;
	}

	.worldwide-wrapper .box-2 .btn-box:before {
		width: 1.2rem;
	}

	.worldwide-wrapper .box-2 .swiper-btn {
		height: 0.32rem;
	}

	.worldwide-wrapper .box-2 .swiper-btn:before {
		background-size: 0.24rem;
	}

	.worldwide-wrapper .box-2 .swiper-btn.prev {
		margin-bottom: 1.16rem;
	}

	.worldwide-wrapper .main .item {
		padding: 1.2rem 0;
	}

	.worldwide-wrapper .main .item .box-container {
		display: block;
	}

	.worldwide-wrapper .main .index-title-box {
		margin-bottom: 0.5rem;
	}

	.worldwide-wrapper .main .pic {
		width: 100%;
	}

	.worldwide-wrapper .main .info {
		width: 100%;
		margin-bottom: 0.6rem;
	}

	.worldwide-wrapper .main .swiper-slide {
		width: 240px;
	}

	.worldwide-wrapper .main .name {
		padding: 0 0.3rem;
		line-height: 0.7rem;
	}

	.worldwide-wrapper .main .brief {
		font-size: 0.28rem;
		line-height: 0.48rem;
	}

	.worldwide-wrapper .main .swiper-btn {
		width: 0.6rem;
		height: 0.6rem;
	}

	.worldwide-wrapper .main .prev {
		left: 0;
	}

	.worldwide-wrapper .main .next {
		right: 0;
	}
}

@media screen and (max-width: 850px) {
	.index-box-6 .box_title .main6-ts {
		font-size: 20px;
	}

	.index-box-6 .box_title a {
		font-size: 18px;
		padding: 8px 20px;
	}

	.footer-wrapper .ft-links dt {
		margin-top: 30px;
	}

	.page-ft-right {
		display: none;
	}

	.research-wrapper .imgtxtbox .txt p.ts {
		height: auto;
	}

	.index-banner-wrapper .swiper-slide a {
		margin-top: 11%;
	}
}

@media screen and (max-width: 678px) {

	/* .index-box-6 .box_title{display: block;} */
	.home_solution .pic_content .item .img ul {
		justify-content: end;
	}

	.home_solution .pic_content .item .img ul li {
		margin-left: 1%;
	}

	.index-banner-wrapper .swiper-slide a {
		margin-top: 14%;
	}

	.page-banner-wrapper {
		margin-top: 16%;
	}

	.header-wrapper .language {
		display: none;
	}

	.header-wrapper .encn a {
		padding-right: 0.12rem;
	}

	.header-wrapper .search-box {
		padding-right: 0.26rem;
		padding: 1;
	}

	.aboutbbox {
		margin-top: auto;
	}

	.aboutblist .title {
		font-size: 20px;
	}

	.aboutblist .text {
		font-size: 16px;
	}

	.index-title-box.center {
		margin-top: 4%
	}

	.home_solution .pic_content .item .img ul li:nth-child(5) {
		margin-right: 0%;
	}

	.home_solution .pic_content .item .img ul li:nth-child(8) {
		margin-right: 0%;
	}

	.home_solution .pic_content .item .img ul li {
		width: 48%;
	}

	.about-wrapper .box-2 .next {
		right: 1px;
	}

	.index-box-6 .box_title li {
		width: 100%;
	}

	.index-box-6 .box_title li:nth-child(3) {
		margin-top: 24px;
	}

	.index-box-6 .box_title .main6-ts {
		font-size: 20px;
		float: inherit;
	}

	.index-box-6 .box_title a {
		float: initial;
		font-size: 16px;
		padding: 6px 16px;
	}

	.research-wrapper .imgtxtbox .txt h2 {
		font-size: 24px;
	}

	.research-wrapper .imgtxtbox .txt h2 emz {
		font-size: 16px;
	}

	.research-wrapper .imgtxtbox .txt p.ts {
		font-size: 16px;
	}

	.research-wrapper .imgtxtbox {
		padding: 10px 0;
	}

	.research-wrapper .box-4 .year {
		font-size: 20px;
	}

	.research-wrapper .box-4 .desc {
		font-size: 16px;
	}

	.sercbox {
		padding: 20px 0 50px;
	}
}

@media only screen and (max-width:521px) {
	#tab2 li {
		width: 100%;
	}

	.index-box-3 .left li {
		width: 100%;
	}

	.index-banner-wrapper .swiper-slide a {
		margin-top: 16%;
	}

	.index-banner-wrapper .btn span {
		font-size: 14px;
		padding: 8px 30px;
	}

	.index-box-1 .data .num {
		font-size: 26px;
	}

	.box-container-fluid {
		margin-bottom: 0;
	}

	.aboutblist {
		width: 100%;
		margin-bottom: 2%;
	}

	/* .home_solution .pic_content .item .img ul li{width: 100%;} */
	.index-banner-wrapper .btn span:hover {
		box-shadow: 0 0 10px #1A9D46;
	}
}
