@font-face {
	font-family: 'opposans';
	src: url(../fonts/OPPOSans-R.ttf);
}

img {
	display: inline-block;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1.63rem;
	z-index: 1000;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url(../images/banner-shadow2.png) center no-repeat;
	background-size: 100% 100%;
}

.header.on {
	box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
}

.header .header-top .header-left {
	width: 35%;
	display: inline-block;
	float: left;
}

.logo2 {
	display: none;
}

.header.on .header-top {
	background-color: #fff;
}

.header-right {
	width: 65%;
	display: inline-block;
}

.header-right .top-link {
	height: .3rem;
	line-height: .3rem;
	margin-top: .4rem;
	text-align: right;
}

.header.on .header-right .top-link {
	margin-top: .1rem;
}

.header-right .top-link a {
	color: #fff;
	font-weight: bold;
	font-size: .18rem;
	font-family: 'opposans';
	vertical-align: middle;
}

.header-right .top-link a:last-child:after {
	content: none;
}

.header-right .top-link a.a2 {
	display: inline-block;
	vertical-align: middle;
	height: .18rem;
	width: .18rem;
	background: url(../images/SSS2.png);
	background-size: cover;
	margin-left: .1rem;
}

.header-right .nav {
	margin-top: .1rem;
}

.header-right .nav>ul {
	display: flex;
}

.header-right .nav>ul>li {
	flex: 1;
	text-align: right;
	line-height: .32rem;
	position: relative;
}

.header-right .nav>ul>li>a {
	font-size: .2rem;
	color: #fff;
	font-weight: 400;
}

.header-right .nav .down {
	width: 180px;
	position: absolute;
	top: 120%;
	left: 70%;
	margin-top: 0;
	background-color: #fff;
	z-index: 2;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	padding: 15px 20px;
	pointer-events: none;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	box-shadow: 0 5px 50px rgba(0, 0, 0, .3);
	opacity: 0;
	display: block;
}

.header-right .nav .down:before {
	content: "";
	position: absolute;
	bottom: 100%;
	height: 25px;
	left: 0;
	right: 0;
	background-color: transparent;
}

.header-right .nav .down:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	border-style: solid;
	margin-left: -7px;
	border-width: 7px;
	border-color: transparent transparent #fff;
}

.header-right .nav .down li:not(:last-of-type) {
	border-bottom: 1px solid #efefef
}

.header-right .nav .down a {
	display: block;
	position: relative;
	font-size: 15px;
	padding: 10px 0;
	color: #58595b;
	-webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: color .3s cubic-bezier(.645, .045, .355, 1);
	transition: color .3s cubic-bezier(.645, .045, .355, 1);
	line-height: initial;
	text-align: center;
	letter-spacing: 1px;
	line-height: 24px;
}

.header-right .nav .down a:before {
	content: "";
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: -20px;
	width: 4px;
	background: #000;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.162, .85, .45, 1);
	transition: transform .3s cubic-bezier(.162, .85, .45, 1);
}

.header-right .nav .down a.active,
.header-right .nav .down a:hover {
	color: #000;
}

.header-right .nav .down a.active:before,
.header-right .nav .down a:hover:before {
	-ms-transform-origin: top;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.header-right .nav .down.active {
	pointer-events: all;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	-webkit-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
	opacity: 1;
}

.header.on {
	height: 1.05rem;
	background-color: #fff;
}

.header.on .header .header-top .logo1 {
	height: 1.63rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-right: 7%;
}

.header.on .header-top .logo1 {
	display: none;
}

.header.on .header-top .logo2 {
	display: block;
	height: 1.05rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-right: 12%;
}

.header.on .header-right .nav>ul>li>a {
	color: #000;
}

.header.on .top-link a {
	color: #000;
}

.header.on .header-right .top-link a.a2 {
	background: url(../images/SSS.png);
	background-size: cover;
}

.header.on .header-right .top-link a::after {
	background-color: #000;
}

.search {
	height: 0rem;
	width: 100%;
	background: #454545c9;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search.show {
	height: .85rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search1 {
	width: 51%;
	height: .45rem;
	margin: .2rem auto;
	-webkit-box-shadow: 0 .01rem .02rem rgb(0 0 0);
	-moz-box-shadow: 0 .01rem .02rem rgb(0, 0, 0);
	-ms-box-shadow: 0 .01rem .02rem rgb(0, 0, 0);
	box-shadow: 0 .01rem .02rem rgb(0 0 0);
	position: relative;
	z-index: 9999;
}

.search_kuang {
	width: 73%;
	padding-left: 2%;
	height: .45rem;
	background: #fff;
	font-size: .14rem;
	outline: none;
}

.search_submit {
	width: 26.5%;
	height: .45rem;
	background: #007579;
	vertical-align: bottom;
	color: #fff;
	font-size: .16rem;
	outline: none;
}

.bodyList .search_submit,
.sz .search_submit {
	width: calc(100% - 74% - 2%);
}

.search1 a.close {
	width: .3rem;
	height: .3rem;
	position: absolute;
	top: .1rem;
	right: -0.6rem;
	background: url(../images/close.png) no-repeat;
	background-size: cover;
	opacity: 1;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

::-webkit-input-placeholder {
	color: #dfdfdf;
}

::-moz-placeholder {
	color: #dfdfdf;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #dfdfdf;
}

/* ie */
input:-moz-placeholder {
	color: #dfdfdf;
}

.searchbox .search-button {
	outline: none;
	vertical-align: middle;
}

.bodyList .container,
.sz .container {
	max-width: 16.4rem;
	margin: 0 auto;
}

.cs-contain-box {
	max-width: 16.4rem;
	margin: 0 auto;
	padding: .37rem 0;
	position: relative;
	z-index: 2
}

.cs-detail-bg .cs-contain-box {
	padding: 0;
}

.cs-detail-bg .cs-contain-box .cs-ny-996::after {
	content: "";
	position: absolute;
	right: 0;
	top: 1.4rem;
	width: .02rem;
	height: .88rem;
	background-color: #000;
}

.cs-footer-img .cs-contain-box {
	padding: .3rem 0
}

.cs-footer-box {
	background: #00666a;
	background-size: cover;
	color: #fff;
	font-size: .16rem
}

.cs-footer-box .cs-contain-box {
	padding: .2rem 0 0 0;
}

.cs-footer-box .cs-contain-box .footer {
	display: flex;
	padding: .2rem 0;
	/* align-items: center; */
	justify-content: space-between;
	/* border-top: solid 1px rgba(216, 246, 247, .28); */
	border-bottom: solid 1px rgba(216, 246, 247, .28);
}

.cs-footer-box .cs-contain-box .footer .logo img {
	max-width: 100%;
}

.cs-footer-box .cs-contain-box .footer .list ul {
	display: flex;
	align-items: center;
	text-align: center;
}

.cs-footer-box .cs-contain-box .footer .list ul li {
	/* margin-left: .2rem; */
	width: 1rem;
}

.cs-footer-box .cs-contain-box .footer .list ul li a {
	position: relative;
	z-index: 1000;
}

.cs-footer-box .cs-contain-box .footer .list ul li h3 {
	margin-top: .15rem;
	font-size: .14rem;
	font-weight: normal;
	color: #8adee2;
}

.cs-footer-box .cs-contain-box .footer .list ul li p.img {
	width: .66rem;
	margin: 0 auto;
	height: .66rem;
	line-height: 0.6rem;
	border: solid 1px rgba(138, 222, 226, .39);
	border-radius: 50%;
}

.cs-footer-box .cs-contain-box .footer .list ul li p.img img {
	vertical-align: middle;
}

.cs-footer-box .cs-contain-box .footer .list ul li .show {
	display: none;
	position: absolute;
	left: 5%;
	top: -1.1rem;
	transform: translateX(-50%);
	background: url(../images/wx-bg.png) no-repeat center center;
	width: 1.02rem;
	height: 1.07rem;
	background-size: contain;
}

.cs-footer-box .cs-contain-box .footer .list ul li .show img {
	width: 1rem;
	height: 1rem;
	max-width: 1rem;
	max-height: 1rem;
}

.cs-footer-box .cs-contain-box .footer .logo {
	width: 3.01rem;
}

.cs-footer-box .cs-contain-box .footer .list {
	/* width: 3.84rem; */
}

.cs-footer-box .cs-contain-box .footer .link {
	display: flex;
	width: calc(100% - 3.01rem - 4rem - 16%);
	padding: 0 8%;
	box-sizing: content-box;
}

.cs-footer-box .cs-contain-box .footer .link .link-list1,
.cs-footer-box .cs-contain-box .footer .link .link-list2,
.cs-footer-box .cs-contain-box .footer .link .link-list3 {
	width: 25%;
}

.cs-footer-box .cs-contain-box .footer .link .link-list2 {
	margin: 0 12.5%
}

.cs-footer-box .cs-contain-box .footer .link>div>h3 {
	font-size: .18rem;
	color: #7dd1d5;
	position: relative;
	margin-bottom: .2rem;
}

.cs-footer-box .cs-contain-box .footer .link>div>h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: .3rem;
	width: .22rem;
	height: .01rem;
	background-color: #8adee2;
	/* margin-bottom: .2rem; */
}

.cs-footer-box .cs-contain-box .footer .link>div>ul>li>a {
	width: 100%;
	display: inline-block;
	height: .21rem;
	font-size: .14rem;
	color: #7dd1d5;
	/* margin: .04rem 0; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cs-footer-link {
	/* margin: 0 .3rem; */
	overflow: hidden;
	padding-bottom: .2rem;
	position: relative;
}

.cs-footer-link .swiper-slide a {
	/* display: block; */
	color: #8adee2;
	text-align: center;
}

.cs-footer-link .swiper-button-prev {
	width: .08rem;
	height: .14rem;
	background: url(../images/link-arr-left.png) no-repeat center center;
	/* margin-top: -1.09rem; */
	left: 0;
	background-size: contain;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 3));
}

.cs-footer-link .swiper-button-next {
	width: .08rem;
	height: .14rem;
	background: url(../images/link-arr-right.png) no-repeat center center;
	/* margin-top: -1.09rem; */
	right: 0;
	background-size: cover;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 3));
}

.cs-footer-link .swiper-button-next:after,
.cs-footer-link .swiper-button-prev:after {
	display: none;
}

.cs-footer-bottom {
	color: #8adee2;
	font-size: .18rem;
	opacity: .45;
}

.cs-footer-bottom .cs-contain-box {
	padding: .15rem 0;
}

.cs-footer-bottom .cs-contain-padding {
	text-align: center;
	font-size: .14rem;
}

.cs-footer-bottom .cs-contain-padding .right {
	display: flex;
}

.cs-footer-bottom .cs-contain-padding .right select {
	background: transparent;
	color: #69b7ba;
	border: solid 1px #69b7ba;
	padding: .1rem .3rem;
	outline: none;
}

.cs-footer-bottom .cs-contain-padding .right select option {
	background: #007579;
	padding: .2rem;
	min-height: .2rem;
}

.cs-footer-bottom .cs-contain-padding .right ul {
	display: flex;
	align-items: center;
}

.cs-footer-bottom .cs-contain-padding .right ul li {
	margin-left: .2rem
}

.cs-footer-bottom .cs-contain-padding .right ul li img {
	margin-right: .1rem;
	vertical-align: middle;
}

.cs-footer-bottom .cs-contain-padding .right ul li a {
	color: #69b7ba;
}

@media (max-width: 1025px) {
	.cs-footer-box .cs-contain-box .footer {
		flex-wrap: wrap;
	}

	.cs-footer-box .cs-contain-box .footer .logo,
	.cs-footer-box .cs-contain-box .footer .link,
	.cs-footer-box .cs-contain-box .footer .list {
		width: auto;
	}

	.cs-footer-box .cs-contain-box .footer .link .link-list1,
	.cs-footer-box .cs-contain-box .footer .link .link-list2,
	.cs-footer-box .cs-contain-box .footer .link .link-list3 {
		width: 30%;
	}

	.cs-footer-box .cs-contain-box .footer .link .link-list2 {
		margin: 0 5%;
	}

	.cs-footer-box .cs-contain-box .footer .link {
		padding: 0 0 0 4%;
	}
}

@media (max-width:700px) {
	.cs-footer-box .cs-contain-box .footer {
		padding: .2rem 0;
	}

	.cs-footer-box .cs-contain-box .footer .link {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
	}

	.cs-footer-box .cs-contain-box .footer .list ul li {
		width: auto;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 20px;
	}

}