html {
	font-size: 62.5px;
	width: 100%;
	height: auto;
	overflow: auto;
	background: #fff;
	font-family: arial;
}

body {
	font-size: 0.14rem;
	overflow-y: auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	transition: all 0.5s;
	background: #f2f2f2;
}

body,
html {
	scroll-behavior: auto;
}

.gmu-media-detect {
	bottom: 0;
	display: none;
}

.fp-scrollable {
	height: 100% !important;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

input {
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
}

input,
textarea {
	outline: 0;
	display: block;
	border: none;
	background: none;
}

input[type=button] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input[type=radio] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input[type=checkbox] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input[type=submit] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input[type=text] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
	outline: none;
	background: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wapper {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .fixMenu {
	width: 480px;
	height: 100%;
	background: url(../images/fixMenuBg.jpg) no-repeat bottom center #cf9b62;
	background-size: 100% auto;
	position: fixed;
	top: 82px;
	right: -480px;
	z-index: 2150;
	padding: 45px;
	box-sizing: border-box;
	transition: all 0.5s;
	overflow: auto;
	padding-bottom: 122px;
}


.wapper .fixMenu::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.wapper .fixMenu {
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
	overflow-x: hidden;
	overflow-y: auto;
}

.wapper .fixMenu.now {
	right: 0;
}

.wapper .fixMenu .navList {
	width: 100%;
	height: auto;
}

.wapper .fixMenu .navList .navItem {
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(35, 31, 32, 0.1);
	padding: 10px 0;
}

.wapper .fixMenu .navList .navItem .titl {
	width: 100%;
	height: auto;
}

.wapper .fixMenu .navList .navItem .titl a {
	display: block;
	font-size: 24px;
	color: #231f20;
	line-height: 1.1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .fixMenu .navList .navItem .list {
	margin-top: .5vw;
	width: 100%;
	height: auto;
}

.wapper .fixMenu .navList .navItem .list li {
	width: 100%;
	width: auto;
	height: auto;
	color: #7a5d3f;
}

.wapper .fixMenu .navList .navItem .list li.now,
.wapper .fixMenu .navList .navItem .list li:hover {
	color: #da2128;
}

.wapper .fixMenu .navList .navItem .list li a {
	display: block;
	font-size: 16px;
	color: inherit;
	line-height: 1;
	padding: .5em 0;
	transition: all 0.5s;
}

.wapper .fixMenu .phone {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 8%;
}

.wapper .fixMenu .phone .icon {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 50%;
	background: #231f20;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-right: 10px;
}

.wapper .fixMenu .phone .icon img {
	width: auto;
	height: auto;
	vertical-align: middle;
}

.wapper .fixMenu .phone .textPart {
	width: auto;
	height: auto;
	float: left;
}

.wapper .fixMenu .phone .textPart .tit {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #2a2627;
	line-height: 18px;
	letter-spacing: 3px;
}

.wapper .fixMenu .phone .textPart .phoneNum {
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #231f20;
	line-height: 32px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .waysFix {
	width: 60px;
	height: auto;
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 999;
}

.wapper .waysFix .list {
	width: 100%;
	height: auto;
}

.wapper .waysFix .list li {
	width: 100%;
	height: auto;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.wapper .waysFix .list li:nth-of-type(1) {
	display: none;
	background: rgba(184, 0, 11, 0.9);
}

.wapper .waysFix .list li:nth-of-type(2) {
	background: rgba(159, 0, 10, 0.9);
}

.wapper .waysFix .list li:nth-of-type(3) {
	background: rgba(131, 0, 8, 0.9);
}

.wapper .waysFix .list li:nth-of-type(4) {
	background: rgba(87, 0, 5, 0.99);
}

.wapper .waysFix .list li:nth-of-type(5) {
	background: rgba(190, 140, 66, 1);
	border-bottom: none;
}

.wapper .waysFix .list li .icon {
	width: auto;
	height: auto;
	padding: 20px 0;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
}

.wapper .waysFix .list li .icon img {
	width: auto;
	height: auto;
}

.wapper .waysFix .list li .waysQ {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 90px;
	background: #da2128;
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	z-index: -1;
	padding: 0 25px;
	box-sizing: border-box;
	display: none;
}

.wapper .waysFix .list li .waysQ a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

.wapper .waysFix .list li .waysQ:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #da2128;
}

.wapper .waysFix .list li .waysW {
	width: 80px;
	height: auto;
	position: absolute;
	top: -14px;
	right: 90px;
	background: #da2128;
	padding: 5px;
	box-sizing: border-box;
	display: none;
}

.wapper .waysFix .list li .waysW img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .waysFix .list li .waysW:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #da2128;
}

.wapper .waysFix .list li .waysP {
	width: auto;
	min-width: 138px;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 90px;
	background: #da2128;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	z-index: -1;
	text-align: center;
	box-sizing: border-box;
	display: none;
}

.wapper .waysFix .list li .waysP:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #da2128;
}

.wapper .waysFix .list li .waysE {
	width: auto;
	min-width: 138px;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 90px;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	z-index: -1;
	padding: 0 15px;
	text-align: center;
	box-sizing: border-box;
	background: #da2128;
	display: none;
}

.wapper .waysFix .list li .waysE:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #da2128;
}

.wapper .waysFix .list li:hover {
	filter: brightness(150%);
}

.wapper .head {
	width: 100%;
	height: auto;
	background: #231f20;
	padding-left: 1.5%;
	box-sizing: border-box;
	/* align-items: center;
    display: flex; */
	position: fixed;
	top: 0;
	z-index: 50;
}

.wapper .head.over {
	position: fixed;
	top: 0;
	z-index: 999;
}

.wapper .head .logo {
	width: 172px;
	height: auto;
	float: left;
	margin-right: 3%;
	margin-top: 18px;
}

.wapper .head .logo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .head .menu {
	/* width: auto; */
	height: auto;
	justify-content: space-between;
	display: flex;
}

.wapper .head .menu>ul {
	display: flex;
	white-space: nowrap;
}

.wapper .head .menu ul:nth-of-type(2) {
	float: right;
}

.wapper .head .menu li {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	align-items: center;
	display: flex;
	padding: 0 1.3vw 0 0;
	box-sizing: border-box;

}

.wapper .head .menu li a {
	align-items: center;
	display: flex;
	position: relative;
}

.wapper .head .menu li a::before {
	content: '';
	width: 0px;
	height: 2px;
	background: #cf9b62;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: all 0.1s;
}

.wapper .head .menu li a::after {
	content: '';
	width: 0%;
	height: 2px;
	background: #da2128;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	transition: all 0.5s 0.1s;
}

.wapper .head .menu li.join .drop {
	position: absolute;
	width: auto;
	background-color: #fff;
	color: #1f1f1f;
	top: 100%;
	font-size: 0.9vw;
	font-weight: bold;
	font-family: font_cent;
	white-space: nowrap;
	padding: 8% 10% 5% 8%;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.3s;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.wapper .head .menu li.join:hover .drop {
	height: 11.8vw;
	padding: 8% 10% 5% 8%;
}

.wapper .head .menu li.join .drop .drop-option {
	height: 2.2vw;
	cursor: pointer;
	line-height: 2em;
	display: flex;
	align-items: center;
	margin-bottom: 5%;
	color: #1f1f1f;
}

.wapper .head .menu li.join .drop .drop-option span:hover {
	color: #da2128;
}

.wapper .head .menu li.join .drop .drop-option::after,
.wapper .head .menu li.join .drop .drop-option::before {
	content: none;
}

.wapper .head .menu li.join .drop .drop-option div {
	width: 2.7em;
	height: 2em;
	background: url('../images/join-nav-icon.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 2em;
}

.wapper .head .menu li.join .drop .drop-option span {
	border-bottom: 0.1em dashed #ccc;
	flex: 1;
	margin-left: 0.5em;
	transition: all 0.2s;
}

.wapper .head .menu li.join .drop .drop-option:hover span {
	border-color: #da2128;
}

@media screen and (max-width:1000px) {

	.wapper .head .menu li.join .drop {
		position: fixed;
		top: 47px;
		left: 0;
		width: 100%;
		font-size: max(14px, 1.7vw);
	}

	.wapper .head .menu li.join .drop {
		padding: 0 10%;
	}

	.wapper .head .menu li.join .drop {
		height: 0;
	}


	.wapper .head .menu li.join:hover .drop {
		height: 260px;
		padding: 30px 10%;
	}

	.wapper .head .menu li.join .drop .drop-option {
		min-height: 30px;
		margin-bottom: 20px;
	}
}

.wapper .head .menu li .icon {
	width: auto;
	height: auto;
	float: left;
	margin-right: 6px;
}

.wapper .head .menu li .icon img {
	width: auto;
	height: 1vw;
	max-height: 19px;
	vertical-align: middle;
	margin-top: -4px;
}

.wapper .head .menu li .tit {
	width: auto;
	height: auto;
	float: left;
	font-size: 0.9vw;
	color: #ffffff;
	line-height: 82px;
	font-weight: bolder;
	font-family: font_cent;
	transition: all 0.5s;
	position: relative;
}

.wapper .head .menu li .tit .sha {
	position: absolute;
	bottom: -5px;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	white-space: nowrap
}

.wapper .head .menu li.now a::before {
	width: 18px;
	opacity: 1;
}

.wapper .head .menu li.now a::after {
	width: 100%;
	opacity: 1;
}

.wapper .head .menu li.now .tit {
	color: #da2128;
}

.wapper .head .menu li:hover a::before {
	width: 18px;
	opacity: 1;
}

.wapper .head .menu li:hover a::after {
	width: 100%;
	opacity: 1;
}

.wapper .head .menu li:hover .tit {
	color: #da2128;
}

.wapper .head .menu li:hover .tit .sha {
	bottom: 10px;
	opacity: 1;
	color: #fff;
}


.wapper .head .searchBox {
	width: 82px;
	height: 82px;
	float: right;
	transition: all 0.5s;
	position: relative;
}

.wapper .head .search {
	width: 82px;
	height: 82px;
	background: #da2128;
	transition: all 0.5s;
	align-items: center;
	justify-content: center;
	display: flex;
	cursor: pointer;
	position: relative;
	z-index: 50;
}

.wapper .head .search img {
	width: 26px;
	height: auto;
	vertical-align: middle;
	filter: brightness(2200000%);
}

.wapper .head .search:hover {
	filter: brightness(120%);
}

.wapper .head .searchBox .sousuo {
	width: 470px;
	height: auto;
	padding: 18px 0;
	background: #da2128;
	position: absolute;
	top: 0px;
	right: 0;
	overflow: hidden;
	opacity: 0;
	/* z-index: -1; */
	transition: all 0.5s;
	pointer-events: none;
}

.wapper .head .searchBox .sousuo.now {
	top: 82px;
	opacity: 1;
	pointer-events: all;
}

.wapper .head .searchBox .sousuo .inpt {
	width: 366px;
	height: auto;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 42px;
	padding: 0 30px;
	box-sizing: border-box;
}

.wapper .head .searchBox .sousuo .inpt::placeholder {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 42px;
}

.wapper .head .searchBox .sousuo .btn {
	width: 82px;
	height: auto;
	float: right;
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.32);
	box-sizing: border-box;
	cursor: pointer;
}

.wapper .head .menuBtn {
	width: 82px;
	height: 82px;
	float: right;
	background: #cf9b62;
	transition: all 0.5s;
	align-items: center;
	justify-content: center;
	display: flex;
	cursor: pointer;
	background: url(../images/menu1.png) no-repeat center center #cf9b62;
	background-size: 26px;
	transition: all 0.5s;
}

.wapper .head .menuBtn.now {
	background: url(../images/close.png) no-repeat center center #cf9b62;
	background-size: 23px;
}

.wapper .head .menuBtn:hover {
	filter: brightness(120%);
}

.wapper .head .language {
	position: relative;
	z-index: 99;
	width: 82px;
	height: 82px;
	float: right;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.5s;
	background-color: #353132;
	color: #fff;
}

.wapper .head .language .box {
	width: 100%;
	height: 100%;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .4em;
	position: relative;
	z-index: 2;
	background-color: #353132;
}

.wapper .head .language .box .arrow {
	transform: rotate(90deg);
	margin-top: .2em;
	height: .6em;
	transition: transform .3s;
}

.wapper .head .language:hover .box .arrow {
	transform: rotate(270deg);
}

.wapper .head .language .list {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
	font-size: 14px;
	width: 100%;
	background-color: #353132;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	transition: transform .3s, opacity .3s;
}

.wapper .head .language:hover .list {
	pointer-events: all;
	transform: translateY(0);
	opacity: 1;
}

.wapper .head .language .list .item {
	transition: background-color .3s;
}

.wapper .head .language .list .item.active {
	background-color: rgb(255 255 255 / 10%);
}

.wapper .head .language .list .item:hover {
	background-color: rgb(255 255 255 / 15%);
}

.wapper .head .language .list .item a {
	padding: .6em 0;
	display: block;
	color: inherit;
}

.wapper .banner {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 82px;
}

.wapper .banner .swiper-container {
	width: 100%;
	height: 100%;
}

.wapper .banner .pic {
	width: 100%;
	height: auto;
}

.wapper .banner .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.banner_page {
	width: 100% !important;
	height: 50px !important;
	bottom: 6% !important;
	z-index: 550 !important;
	justify-content: center;
	display: flex;
}

.wapper .banner .inbanner {
	width: 100% !important;
	height: 100% !important;
}

.wapper .banner .swiper-pagination {
	width: 100% !important;
	z-index: 50 !important;
}

.wapper .banner .swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	border: 4px solid #cf9b62;
	box-sizing: border-box;
	opacity: 1 !important;
	background: none !important;
	margin: 0 12px !important;
}

.wapper .banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 8% !important;
}

.wapper .banner .swiper-pagination-bullet-active {
	border: 4px solid #da2128;
	background: #da2128 !important;
}

.wapper .banner .swiper-slide.bslide video {
	width: 100%;
	min-width: 100% !important;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	transform: translateX(0);
}

.wapper .banner .swiper-slide a {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	cursor: pointer;
	position: relative;
}





.wapper .mbanner {
	width: 100%;
	height: auto;
	display: none;
	padding-top: 47px;
}

.wapper .mbanner .pic {
	width: 100%;
	height: auto;
}

.wapper .mbanner .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* .wapper .mbanner .swiper-wrapper{
    transition-duration:0ms !important;
} */
.wapper .mbanner .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	border: 2px solid #cf9b62;
	box-sizing: border-box;
	opacity: 1 !important;
	background: none !important;
	margin: 0 6px !important;
}

.wapper .mbanner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 5% !important;
}

.wapper .mbanner .swiper-pagination-bullet-active {
	border: 4px solid #da2128;
	background: #da2128 !important;
}

.wapper .into {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: stretch;
}

.wapper .into .left {
	width: 24.85%;
	height: auto;
	float: left;
	background: #cf9b62;
	padding: 4% 4% 3% 4%;
	box-sizing: border-box;
	position: relative;
	z-index: 18;
}

.wapper .into .left .theme {
	width: 100%;
	height: auto;
}

.wapper .into .left .theme .time {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #231f20;
	line-height: 35px;
	font-family: font_cent
}

.wapper .into .left .theme .tit {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #231f20;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wapper .into .left .title {
	width: 100%;
	height: auto;
	font-size: 32px;
	color: #231f20;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
	margin-top: 16%;
	transition: all 0.5s;
	font-family: font_cent;
}

.wapper .into .left .title .vessel {
	width: 42px;
	height: 42px;
	float: right;
	background-color: #231f20;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.5s;
}

.wapper .into .left .title .vesCont {
	width: 16px;
	height: 12px;
	align-items: center;
	display: flex;
	overflow: hidden;
}

.wapper .into .left .title .vesCont img {
	width: auto;
	height: 12px;
}

.wapper .into .left .title .qian {
	transform: translate3d(0px, 0, 0);
}

.wapper .into .left .title .hou {
	transform: translate3d(-40px, 0, 0);
}

.wapper .into .left:hover .title .qian {
	transform: translate3d(29px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .into .left:hover .title .hou {
	transform: translate3d(-12px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .into .left:hover .title .vessel {
	background-color: #231f20;
}

.wapper .into .left:hover .title {
	color: #ffffff;
}

.wapper .into .right {
	width: 75.15%;
	height: auto;
	float: right;
	box-sizing: border-box;
	height: auto;
	background: rgba(35, 31, 32, 0.97);
	position: relative;
	z-index: 12;
}

.wapper .into .right .dataList {
	width: 100%;
	height: auto;
	padding: 4% 4% 0% 4%;
	box-sizing: border-box;
}

.wapper .into .right .dataList .clearfix {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.wapper .into .right .dataList li {
	flex: auto;
	height: auto;
}

.wapper .into .right .dataList li .tit {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
}

.wapper .into .right .dataList li .num {
	width: 100%;
	height: auto;
	font-size: 80px;
	color: #cf9b62;
	line-height: 80px;
	font-weight: bolder;
	font-family: font_cent;
	align-items: flex-end;
	display: flex;
}

.wapper .into .right .dataList li .num .unit {
	font-size: 16px;
	color: #cf9b62;
	line-height: 26px;
	margin-bottom: 4px;
	margin-left: 10px;
}

.wapper .into .right .dataList li .num .unit1 {
	font-size: 30px;
	color: #cf9b62;
	line-height: 26px;
	margin-bottom: 4px;
	margin-left: 10px;
}

.wapper .into .right .intoLink {
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	position: absolute;
	bottom: 0;
	right: 0;
}

.wapper .into .right .intoLink .clearfix {
	display: flex;
}

.wapper .into .right .intoLink li {
	width: 33.33%;
	height: auto;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	background: rgba(2552, 255, 255, 0.05);
}

.wapper .into .right .intoLink li p {
	height: 100%;
}

.wapper .into .right .intoLink li a {
	display: block;
	height: 100%;
	padding: 3% 6% 3% 8%;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .into .right .intoLink li .tit {
	font-size: 20px;
	color: #ffffff;
	line-height: 1.2;
	transition: all 0.5s;
}

.wapper .into .right .intoLink li .vessel {
	width: 42px;
	height: 42px;
	float: right;
	/* background-color: #231f20; */
	/* border-radius: 50%; */
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.5s;
}

.wapper .into .right .intoLink li .vesCont {
	width: 16px;
	height: 12px;
	align-items: center;
	display: flex;
	overflow: hidden;
}

.wapper .into .right .intoLink li .vesCont img {
	width: auto;
	height: 12px;
}

.wapper .into .right .intoLink li .qian {
	transform: translate3d(0px, 0, 0);
}

.wapper .into .right .intoLink li .hou {
	transform: translate3d(-40px, 0, 0);
}

.wapper .into .right .intoLink li:hover .qian {
	transform: translate3d(29px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .into .right .intoLink li:hover .hou {
	transform: translate3d(-12px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .into .right .intoLink li:hover .tit {
	color: #cf9b62;
}

.wapper .minto {
	width: 100%;
	height: auto;
	display: none;
}

.wapper .minto .list {
	width: 100%;
	height: auto;
}

.wapper .minto .list ul {
	display: flex;
}

.wapper .minto .list li {
	min-width: 22.5%;
	height: auto;
}

.wapper .minto .list li .icon a {
	box-sizing: border-box;
	justify-content: center;
	display: flex;
}

.wapper .minto .list li:nth-of-type(1) {
	background: #da2128;
}

.wapper .minto .list li:nth-of-type(2) {
	background: #cf9b62;
}

.wapper .minto .list li:nth-of-type(3) {
	background: #808289;
}

.wapper .minto .list li:nth-of-type(4) {
	background: #313033;
}

.wapper .minto .list li .icon {
	padding: 10px 0 0;
	width: 100%;
	height: auto;
}

.wapper .minto .list li .icon img {
	width: auto;
	height: 28px;
	vertical-align: bottom;
}

.wapper .minto .list li:nth-of-type(1) .icon img {
	transform: translateY(3px);
}

.wapper .minto .list li:nth-of-type(4) .icon img {
	transform: translateY(2px);
}

.wapper .minto .list li .tit {
	width: 100%;
	height: auto;
	font-size: 12px;
	padding: 7px 5px 10px;
	min-height: 41px;
	color: #fff;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.wapper .minto .list li .tit a {
	color: #fff;
	line-height: 1;
	font-family: font_cent;
}

.wapper .join-images img,
.wapper .join-images>div,
.wapper .join-images {
	width: 100%;
	height: auto;
	display: block;
}

.wapper .join-images .join-pc {
	display: block;
}

.wapper .join-images .join-mob {
	display: none;
}

.wapper .join-form {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #1f1f1f;
	background-color: #fff;
	padding-bottom: 5%;
}

.wapper .join-form .form-item {
	width: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.wapper .join-form .form-item.submit {
	justify-content: right;
}

.wapper .join-form .form-item.submit>div {
	width: 300px;
	display: flex;
	justify-content: right;
	gap: 6%;
}

.wapper .join-form .form-item label {
	display: block;
	width: 14ch;
	text-align: right;
}

.wapper .join-form .form-item input,
.wapper .join-form .form-item select,
.wapper .join-form .form-item textarea {
	padding: 0.5em 1em;
	width: 300px;
	border: 1px solid #909090;
	transition: none;
	font-size: 1em;
}

.wapper .join-form .form-item.code input {
	width: 210px;
}

.wapper .join-form .form-item .select {
	position: relative;
}

.wapper .join-form .form-item .select .icon {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	z-index: 9999;
	transition: all 0.3s;

	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right: 0.435em solid transparent;
	border-left: 0.435em solid transparent;
	border-bottom: 0.55em solid #1f1f1f;
}

.wapper .join-form .form-item .select-show+.icon {
	transform: rotate(180deg) translateY(50%);
}

.wapper .join-form .form-item.textarea {
	align-items: flex-start
}

.wapper .join-form .form-item .button {
	padding: 0.5em 1em;
	border: 0;
	background-color: #DA2128;
	font-weight: bold;
	font-family: font_cent;
	color: #fff;
	width: 47%;
	font-size: 18px;
	transition: all 0.3s;
	white-space: nowrap;
}

.wapper .join-form .form-item .button:hover {
	background-color: #db464b;
}

.wapper .join-form .form-item .button:active {
	background-color: #dc7a7d;
}

@media screen and (max-width:1000px) {

	.wapper .join-form {
		font-size: 4vw;
	}

	.wapper .join-form .form-item:not(.submit) {
		align-items: flex-start;
		flex-direction: column;
		gap: 1vw;
		margin-bottom: 5%;
	}

	.wapper .join-form .form-item label {
		text-align: left;
	}

	.wapper .join-form .form-item input,
	.wapper .join-form .form-item select,
	.wapper .join-form .form-item textarea,
	.wapper .join-form .form-item.submit>div {
		width: 87vw;
		/* max-width: 300px; */
		/* min-width: 200px; */
	}

	.wapper .join-form .form-item.code {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.wapper .join-form .form-item.code label {
		width: 100%;
	}

	.wapper .join-form .form-item.code input {
		width: auto;
		flex: 1;
	}

	.wapper .join-form .form-item .button {
		width: auto;
		white-space: nowrap;
		flex: 1;
	}
}

.wapper .news {
	width: 100%;
	height: auto;
	padding: 4% 7.6%;
	box-sizing: border-box;
	background: #f8f8f8;
}

.wapper .news .themeBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .news .themeBox .theme {
	width: auto;
	height: auto;
	float: left;
}

.wapper .news .themeBox .theme .cntheme {
	width: 100%;
	height: auto;
	font-size: 38px;
	color: #231f20;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .news .themeBox .theme .entheme {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: rgba(35, 31, 32, 0.5);
	line-height: 28px;
}

.wapper .news .themeBox .newTab {
	width: auto;
	height: auto;
	float: right;
}

.wapper .news .themeBox .newTab li {
	width: auto;
	height: auto;
	float: left;
	margin-left: 29px;
	font-size: 16px;
	color: #231f20;
	line-height: 28px;
	cursor: pointer;
	position: relative;
	padding-bottom: 6px;
	transition: all 0.5s;
}

.wapper .news .themeBox .newTab li::after {
	content: '';
	width: 0%;
	height: 2px;
	background: #da2128;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
}

.wapper .news .themeBox .newTab li:hover {
	color: #da2128;
}

.wapper .news .themeBox .newTab li:hover::after {
	width: 100%;
	opacity: 1;
}

.wapper .news .themeBox .newTab li.now {
	color: #da2128;
}

.wapper .news .themeBox .newTab li.now::after {
	width: 100%;
	opacity: 1;
}

.wapper .news .contBox {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .news .contBox .newCont {
	width: 100%;
	height: auto;
	display: none;
}

.wapper .news .contBox .newCont.now {
	display: block;
}

.wapper .news .contBox .newCont li {
	width: 31.33%;
	height: auto;
	float: left;
	margin-right: 3%;
	transition: all 0.5s;
}

.wapper .news .contBox .newCont li:nth-of-type(3n) {
	margin-right: 0;
}

.wapper .news .contBox .newCont li .pic {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .news .contBox .newCont li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .news .contBox .newCont li .pic::after {
	content: '';
	width: 0%;
	height: 3px;
	background: #da2128;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
}

.wapper .news .contBox .newCont li .textpart {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .news .contBox .newCont li .textpart .title {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #231f20;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wapper .news .contBox .newCont li .textpart .desc {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #a4a4a4;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 1%;
}

.wapper .news .contBox .newCont li:hover {
	transform: translateY(-15px);
}

.wapper .news .contBox .newCont li:hover .pic::after {
	width: 100%;
	opacity: 1;
}

.wapper .news .more {
	width: 118px;
	height: auto;
	border: 1px solid #313033;
	box-sizing: border-box;
	display: none;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 4%;
}

.wapper .news .more a {
	display: block;
	font-size: 16px;
	color: #313033;
	line-height: 38px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .news .more img {
	width: 18px;
	height: auto;
	vertical-align: middle;
	margin-top: -3px;
}

.wapper .production {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.wapper .production .left {
	width: 24.9%;
	height: 100%;
	/* border-right: 1px solid rgba(255,255,255,0.1); */
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.wapper .production .left .proTab {
	width: 100%;
	height: 100%;
}

.wapper .production .left .proTab ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #231f20;
	overflow: auto;
}

.wapper .production .left .proTab ul::-webkit-scrollbar {
	display: none;

}

.wapper .production .left .proTab li {
	width: 100%;
	flex: 1;
	font-size: 28px;
	color: #ffffff;
	line-height: 34px;
	align-items: center;
	display: flex;
	padding: .8em 1em;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	cursor: pointer;
}

.wapper .production .left .proTab li.now {
	background: rgba(245, 245, 245, 0.04);
}

.wapper .production .right {
	width: 75.2%;
	height: auto;
	float: right;
	box-sizing: border-box;
}

.wapper .production .right .contBox {
	width: 100%;
	height: auto;
	background: url(../images/productionBg.jpg) no-repeat right center;
	background-size: cover;
}

.wapper .production .right .contBox .proCont {
	width: 100%;
	height: auto;
	position: relative;
	display: none !important;
	overflow: hidden;
	padding: 3.5% 2% 3.5% 6%;
	z-index: 0;
	grid-template-columns: auto 40%;
	gap: 0 3%;
}

.wapper .production .right .contBox .proCont.now {
	display: grid !important;
}

.wapper .production .right .contBox .proCont .pic {
	width: 100%;
	height: auto;
	grid-row: span 2;
}

.wapper .production .right .contBox .proCont .pic img {
	width: 100%;
	height: auto;
}

.wapper .production .right .contBox .proCont .baseInfo {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: auto;
	z-index: 2;
}

.wapper .production .right .contBox .proCont .baseInfo .name {
	width: 100%;
	height: auto;
	font-size: 40px;
	color: #cf9b62;
	line-height: 1.2;
	font-weight: bolder;
	font-family: font_cent;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: font_cent;
}

.wapper .production .right .contBox .proCont .baseInfo .desc {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.5;
	margin-top: .6em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wapper .production .right .contBox .proCont .baseInfo .advlist {
	width: 100%;
	height: auto;
	margin: 4% 0 0;
}

.wapper .production .right .contBox .proCont .baseInfo .advlist .clearfix {
	display: flex;
}

.wapper .production .right .contBox .proCont .baseInfo .advlist li {
	flex: 1;
	width: auto;
	height: auto;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	padding: 0 3%;
}

.wapper .production .right .contBox .proCont .baseInfo .advlist li:first-child {
	padding-left: 0;
}

.wapper .production .right .contBox .proCont .baseInfo .advlist li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0);
}

.wapper .production .right .contBox .proCont .baseInfo .advlist li .icon {
	width: 100%;
	height: auto;
	align-items: center;
	justify-content: center;
	display: flex;
}

.wapper .production .right .contBox .proCont .baseInfo .advlist li .icon img {
	width: auto;
	height: 36px;
	vertical-align: bottom;
}

.wapper .production .right .contBox .proCont .baseInfo .advlist li .tit {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	margin-top: .2em;
}

.wapper .production .right .contBox .proCont .linkBtn {
	margin: 7% 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wapper .production .right .contBox .proCont .linkBtn .view {
	width: auto;
	height: auto;
	float: left;
	margin-right: 30px;
	border: 2px solid #fff;
	box-sizing: border-box;
	transition: all 0.5s;
}

.wapper .production .right .contBox .proCont .linkBtn .view a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	padding: 0 28px;
	box-sizing: border-box;
}

.wapper .production .right .contBox .proCont .linkBtn .view:hover {
	border: 2px solid #da2128;
	background: #da2128;
}

.wapper .mobproduct {
	display: none;
}

.wapper .mobproduct .proCont {
	width: 100%;
	height: auto;
	padding: 8% 4% 10%;
	box-sizing: border-box;
	background: url(../images/productionBg.jpg) no-repeat right center;
	background-size: cover;
}

.wapper .mobproduct .proCont .baseInfo {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

.wapper .mobproduct .proCont .baseInfo .name {
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #cf9b62;
	line-height: 46px;
	text-align: center;
	font-weight: bolder;
	font-family: font_cent;
	padding: 0 10%;
	box-sizing: border-box;
}

.wapper .mobproduct .proCont .baseInfo .desc {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.wapper .mobproduct .proCont .baseInfo .advlist {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .mobproduct .proCont .baseInfo .advlist ul {
	justify-content: center;
	display: flex;
}

.wapper .mobproduct .proCont .baseInfo .advlist li {
	width: 25%;
	height: auto;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	padding: 0 2%;
}

.wapper .mobproduct .proCont .baseInfo .advlist li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0);
}

.wapper .mobproduct .proCont .baseInfo .advlist li .icon {
	width: 100%;
	height: auto;
	align-items: center;
	justify-content: center;
	display: flex;
}

.wapper .mobproduct .proCont .baseInfo .advlist li .icon img {
	width: auto;
	height: 26px;
	vertical-align: bottom;
}

.wapper .mobproduct .proCont .baseInfo .advlist li .tit {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	margin-top: 2%;
}

.wapper .mobproduct .proCont .pic {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 4%;
}

.wapper .mobproduct .proCont .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	position: relative;
}

.wapper .mobproduct .proCont .linkBtn {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 4%;
	justify-content: space-around;
	display: flex;
}

.wapper .mobproduct .proCont .linkBtn .view {
	width: 124px;
	height: auto;
	float: left;
	border: 2px solid #fff;
	box-sizing: border-box;
	transition: all 0.5s;
}

.wapper .mobproduct .proCont .linkBtn .view a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding: 0 18px;
	box-sizing: border-box;
	text-align: center;
}

.wapper .mobproduct .proCont .linkBtn .view:hover {
	border: 2px solid #da2128;
	background: #da2128;
}

.wapper .mobproduct .gallery-thumbs .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.wapper .mobproduct .swiper-slide {
	background: #282425;
	height: auto;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.wapper .mobproduct .swiper-slide:nth-child(1) {
	border-left: none;
}

.wapper .mobproduct .mobTab {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.3;
	padding: 0 6%;
	margin: 20px 0;
	box-sizing: border-box;
	text-align: center;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wapper .mobproduct .swiper-slide-thumb-active .mobTab {
	color: #cf9b62;
}

.wapper .mobproduct .swiper-slide-thumb-active {
	background-color: #2F2B2C;
}

.img_b {
	width: 100%;
}


.wapper .about {
	width: 100%;
	height: auto;
}

.wapper .about .aboutList {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .about .aboutList li {
	width: 12.5%;
	position: relative;
	overflow: hidden;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
}

.wapper .about .aboutList li.on {
	width: 62.5%;
}

.wapper .about .aboutList li:last-child {
	/* position: absolute; */
	top: 0;
	right: 0.5px;
}

.wapper .about .aboutList li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wapper .about .aboutList li .pic img {
	width: auto;
	vertical-align: bottom;
}

.wapper .about .aboutList li .opBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	align-items: flex-end;
	display: flex;
}

.wapper .about .aboutList li:nth-of-type(1) .opBg {
	background: rgba(218, 33, 40, 0.9);
	transition: all 0.5s;
}

.wapper .about .aboutList li:nth-of-type(2) .opBg {
	background: rgba(207, 155, 98, 0.9);
	transition: all 0.5s;
}

.wapper .about .aboutList li:nth-of-type(3) .opBg {
	background: rgba(35, 31, 32, 0.9);
	transition: all 0.5s;
}

.wapper .about .aboutList li:nth-of-type(4) .opBg {
	background: rgba(218, 33, 40, 0.9);
	transition: all 0.5s;
}

.wapper .about .aboutList li.on:nth-of-type(1) .opBg {
	background: rgba(218, 33, 40, 0);
	transition: all 0.5s;
}

.wapper .about .aboutList li.on:nth-of-type(2) .opBg {
	background: rgba(207, 155, 98, 0);
	transition: all 0.5s;
}

.wapper .about .aboutList li.on:nth-of-type(3) .opBg {
	background: rgba(35, 31, 32, 0);
	transition: all 0.5s;
}

.wapper .about .aboutList li.on:nth-of-type(4) .opBg {
	background: rgba(218, 33, 40, 0);
	transition: all 0.5s;
}

.wapper .about .aboutList li .opBg .advCont {
	width: 100%;
	height: auto;
	padding: 0 5%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20%;
}

.wapper .about .aboutList li.on .opBg .advCont {
	width: 50%;
	margin-bottom: 5%;
}

.wapper .about .aboutList li .opBg .advCont .titl {
	width: 100%;
	height: auto;
	font-size: 36px;
	color: #ffffff;
	line-height: 44px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .about .aboutList li .opBg .advCont .desc {
	width: 100%;
	height: 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 0;
	transform: translateY(100%);
	overflow: hidden;
	transition: all 0.5s;
}

.wapper .about .aboutList li.on .opBg .advCont .desc {
	height: auto;
	transform: translateY(0);
}

.wapper .acceptance {
	width: 100%;
	height: auto;
	padding: 4% 7.5%;
	box-sizing: border-box;
	background: #ffffff;
}

.wapper .acceptance .acceptancebox {
	width: 100%;
	height: auto;
}

.wapper .acceptance .acceptancebox .titlebox {
	width: 100%;
	height: auto;
}

.wapper .acceptance .acceptancebox .titlebox .cntitl {
	width: 100%;
	height: auto;
	font-size: 38px;
	color: #231f20;
	line-height: 46px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .acceptance .acceptancebox .titlebox .entitl {
	display: none !important;
	width: 100%;
	height: auto;
	font-size: 20px;
	color: rgba(35, 31, 32, 0.5);
	line-height: 28px;
}

.wapper .acceptance .acceptancebox .accept {
	width: 100%;
	height: auto;
}

.wapper .acceptance .acceptancebox .accept {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 3%;
	overflow: hidden;
	padding-bottom: 36px;
}

.wapper .acceptance .acceptancebox .accept .acceptList {
	width: 100%;
	height: auto;
	margin: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	box-sizing: border-box;
	padding-bottom: 36px;
	display: inline;
	overflow-x: scroll;
	align-items: center;
	display: flex;
}

.wapper .acceptance .acceptancebox .accept .acceptList::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}

.wapper .acceptance .acceptancebox .accept .acceptList::-webkit-scrollbar-thumb {
	background-color: #cf9b62;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

.wapper .acceptance .acceptancebox .accept .acceptList::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #cecdce;
}

.wapper .acceptance .acceptancebox .accept .acceptList ul {
	width: auto;
	height: auto;
	display: flex;
}

.wapper .acceptance .acceptancebox .accept .acceptList li {
	width: auto;
	height: auto;
	float: left;
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+1) {
	width: 360px;
}

.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+2) {
	width: 527px;
}

.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+3) {
	width: 468px;
	position: relative;
	top: 0;
}

.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+4) {
	width: 468px;
	transform: translateY(262px);
	margin-left: -483px;
}

.wapper .acceptance .acceptancebox .accept .acceptList li .pic {
	width: 100%;
	height: auto;
}

.wapper .acceptance .acceptancebox .accept .acceptList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .acceptance .acceptancebox .accept .acceptList li .textCont {
	width: 100%;
	height: auto;
	position: absolute;
	top: 8%;
	left: 0;
	padding: 0 7%;
	box-sizing: border-box;
}

.wapper .acceptance .acceptancebox .accept .acceptList li .textCont .years {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .acceptance .acceptancebox .accept .acceptList li .textCont .name {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #ffffff;
	line-height: 1.3;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .acceptance .acceptancebox .accept .acceptList li .textCont .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 32px;
	margin-top: 4%;
}

.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+3) .textCont {
	width: 100%;
	top: 23%;
	transform: translateY(-50%);
}

.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+4) .textCont {
	width: 80%;
	top: 23%;
	transform: translateY(-50%);
}

.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+3) .textCont .desc {
	display: none;
}

.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+4) .textCont .desc {
	display: none;
}

.wapper .footer {
	width: 100%;
	height: auto;
	background: #231f20;
	padding: 4% 7.5% 3%;
	box-sizing: border-box;
	position: relative;
	float: left;
}

.wapper .footer .linkPart {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wapper .footer .linkPart .base {
	width: 29%;
	height: auto;
	float: left;
	padding-right: 5%;
	box-sizing: border-box;
}

.wapper .footer .linkPart .base .logo {
	width: 68%;
	height: auto;
	max-width: 270px;
}

.wapper .footer .linkPart .base .logo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .footer .linkPart .base .phone {
	width: 100%;
	height: auto;
	padding-left: 16%;
	box-sizing: border-box;
	margin-top: 8%;
	margin-bottom: 8%;
}

.wapper .footer .linkPart .base .phone .tit {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #636363;
	line-height: 22px;
}

.wapper .footer .linkPart .base .phone .phoneNum {
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #ffffff;
	line-height: 36px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .footer .linkPart .linkBox {
	width: 71%;
	height: auto;
	float: left;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.wapper .footer .linkPart .linkBox .link {
	/* width: 20%; */
	overflow: hidden;
	flex: 1;
	height: auto;
}

.wapper .footer .linkPart .linkBox .link .tit {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #ffffff;
	line-height: 36px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .footer .linkPart .linkBox .link .list {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .footer .linkPart .linkBox .link .list li {
	width: 100%;
	height: auto;
}

.wapper .footer .linkPart .linkBox .link .list li a {
	display: block;
	font-size: 14px;
	color: #919191;
	line-height: 1.4;
	padding: 5px 0;
}

.wapper .footer .linkPart .linkBox .link .list li:hover a {
	color: #da2128;
}

.wapper .footer .copyrightPart {
	width: 100%;
	height: auto;
	margin-top: 5%;
	padding-top: 3%;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.wapper .footer .copyrightPart .copyright {
	width: auto;
	height: auto;
	float: left;
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
}

.wapper .footer .copyrightPart .copyright a {
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
}

.wapper .footer .copyrightPart .supporrt {
	width: auto;
	height: auto;
	float: right;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.2);
	line-height: 22px;
}

.wapper .footer .copyrightPart .supporrt a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.2);
	line-height: 22px;
}

@media screen and (max-width:1550px) {
	.wapper .into .left .title {
		font-size: 28px;
		line-height: 38px;
	}

	.wapper .into .left .title .vessel {
		width: 38px;
		height: 38px;
	}

	.wapper .into .right .dataList li .num {
		font-size: 70px;
		line-height: 70px;
	}

	.wapper .into .right .intoLink li .tit {
		font-size: 18px;
	}

	.wapper .news .themeBox .theme .cntheme {
		font-size: 34px;
		line-height: 38px;
	}

	.wapper .news .themeBox .theme .entheme {
		font-size: 18px;
	}

	.wapper .news .contBox .newCont li .textpart .title {
		font-size: 18px;
	}

	.wapper .production .left .proTab li {
		font-size: 24px;
		line-height: 30px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .name {
		font-size: 32px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .desc {
		font-size: 18px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .advlist li .icon img {
		height: 32px;
	}

	.wapper .about .aboutList li .opBg .advCont .titl {
		font-size: 32px;
		line-height: 40px;
	}

	.wapper .acceptance .acceptancebox .titlebox .cntitl {
		font-size: 34px;
		line-height: 42px;
	}

	.wapper .acceptance .acceptancebox .titlebox .entitl {
		font-size: 18px;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li .textCont .name {
		font-size: 24px;
	}
}



@media screen and (max-width:1440px) {
	.wapper .about .aboutList li .opBg .advCont .titl {
		font-size: 28px;
		line-height: 36px;
	}
}

@media screen and (max-width:1405px) {
	.wapper .head .logo {
		width: 150px;
	}



	.wapper .head .searchBox {
		width: 71px;
	}

	.wapper .head .search {
		width: 71px;
	}

	.wapper .head .menuBtn {
		width: 71px;
	}

	.wapper .head .language {
		width: 71px;
	}
}

@media screen and (max-width:1380px) {
	.wapper .production .left .proTab li {
		font-size: 20px;
		line-height: 26px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .name {
		font-size: 30px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .desc {
		font-size: 16px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .advlist li .icon img {
		height: 28px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .linkBtn .view a {
		line-height: 42px;
	}
}

@media screen and (max-width:1374px) {
	.wapper .production .right .contBox .proCont .linkBtn .view a {
		line-height: 36px;
		padding: 0 22px;
	}
}

@media screen and (max-width:1320px) {
	.wapper .into .right .dataList li .tit {
		font-size: 14px;
		line-height: 24px;
	}

}

@media screen and (max-width:1285px) {
	.wapper .head .menu li .icon img {
		max-height: 16px;
	}

	.wapper .head .menu li:nth-of-type(4) .icon img {
		max-height: 13px;
	}

	.wapper .head .menu li:nth-of-type(5) .icon img {
		max-height: 13px;
	}


}

@media screen and (max-width:1280px) {

	.wapper .head .logo {
		width: 130px;
	}

	.wapper .into .left .theme .time {
		font-size: 22px;
		line-height: 34px;
	}

	.wapper .into .left .theme .tit {
		font-size: 14px;
	}

	.wapper .into .left .title {
		font-size: 24px;
		line-height: 34px;
	}

	.wapper .into .left .title .vessel {
		width: 32px;
		height: 32px;
	}

	.wapper .into .right .dataList li .num {
		font-size: 60px;
		line-height: 60px;
	}

	.wapper .into .right .intoLink li .tit {
		font-size: 16px;
	}

	.wapper .news .themeBox .theme .cntheme {
		font-size: 30px;
		line-height: 34px;
	}

	.wapper .news .themeBox .theme .entheme {
		font-size: 16px;
	}

	.wapper .about .aboutList li .opBg .advCont .titl {
		font-size: 24px;
		line-height: 32px;
	}

	.wapper .acceptance .acceptancebox .titlebox .cntitl {
		font-size: 30px;
		line-height: 38px;
	}

	.wapper .acceptance .acceptancebox .titlebox .entitl {
		font-size: 16px;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+1) {
		width: 320px;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+2) {
		width: 468px;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+3) {
		width: 416px;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+4) {
		width: 416px;
		margin-left: -431px;
		transform: translateY(235px);
	}

	.wapper .footer {
		padding: 4% 4.5% 3%;
	}

	.wapper .footer .linkPart .linkBox .link .tit {
		font-size: 18px;
	}

	.wapper .footer .linkPart .linkBox .link .list li a {
		font-size: 12px;
	}

	.wapper .footer .linkPart .linkBox .link .list li a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}




@media screen and (max-width:1200px) {
	.wapper .production .left .proTab li {
		font-size: 16px;
		line-height: 24px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .name {
		font-size: 24px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .desc {
		font-size: 14px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .advlist li .icon img {
		height: 24px;
	}

	.wapper .production .right .contBox .proCont .baseInfo .linkBtn .view a {
		line-height: 38px;
	}
}

@media screen and (max-width:1185px) {
	.wapper .fixMenu {
		top: 76px;
	}


	.wapper .head .logo {
		margin-right: 1%;
	}

	.wapper .head .menu li .tit {
		line-height: 76px;
	}

	.wapper .head .search {
		width: 68px;
		height: 76px;
	}

	.wapper .head .searchBox {
		width: 68px;
		height: 76px;
	}

	.wapper .head .searchBox .sousuo.now {
		top: 76px;
	}

	.wapper .head .menuBtn {
		width: 68px;
		height: 76px;
	}

	.wapper .head .language {
		width: 68px;
		height: 76px;
	}

	.wapper .banner {
		margin-top: 76px;
	}

}

@media screen and (max-width:1160px) {
	.wapper .into .right .dataList li .tit {
		font-size: 12px;
	}

}

@media screen and (max-width:1130px) {}

@media screen and (max-width:1090px) {
	.wapper .fixMenu {
		top: 70px;
	}

	.wapper .head .logo {
		width: 152px;
	}


	.wapper .head .menu li .tit {
		line-height: 70px;
	}

	.wapper .head .search {
		width: 70px;
		height: 70px;
	}

	.wapper .head .searchBox {
		width: 70px;
		height: 70px;
	}

	.wapper .head .searchBox .sousuo.now {
		top: 70px;
	}

	.wapper .head .menuBtn {
		width: 70px;
		height: 70px;
	}

	.wapper .head .language {
		width: 70px;
		height: 70px;
	}

	.wapper .about .aboutList li .opBg .advCont .titl {
		font-size: 20px;
		line-height: 38px;
	}

	.wapper .banner {
		margin-top: 70px;
	}
}

@media screen and (max-width:1040px) {
	.wapper .head .logo {
		width: 142px;
	}

	.wapper .head .searchBox {
		width: 65px;
	}

	.wapper .head .search {
		width: 65px;
	}

	.wapper .head .menuBtn {
		width: 65px;
	}

	.wapper .head .language {
		width: 65px;
	}

}

@media screen and (max-width:1000px) {
	.wapper .join-images .join-pc {
		display: none;
	}

	.wapper .join-images .join-mob {
		display: block;
	}

	.wapper .fixMenu {
		top: 47px;
		width: 100%;
		padding: 0;
		padding-top: 8%;
		padding-bottom: 107px;
		right: -100%;
		/* display: none; */
	}

	.wapper .fixMenu.now {
		/* display: block; */
	}

	.wapper .fixMenu .navList {
		height: auto;
		overflow-y: scroll;
		padding: 0% 4%;
		box-sizing: border-box;
	}

	.wapper .fixMenu .navList .navItem .titl {
		background: url(../images/navItem.png) no-repeat right center;
		background-size: 24px;
	}

	.wapper .fixMenu .navList .navItem.now .titl {
		background: url(../images/navItem_hover.png) no-repeat right center;
		background-size: 24px;
	}

	.wapper .fixMenu .navList .navItem .titl a {
		font-size: 18px;
		line-height: 36px;
	}

	.wapper .fixMenu .navList .navItem .list li {
		padding-left: 20px;
		box-sizing: border-box;
		background: url(../images/icon6.png) no-repeat 5px center;
		background-size: 5px;
	}

	.wapper .fixMenu .navList .navItem .list li a {
		font-size: 16px;
		line-height: 32px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.wapper .fixMenu .navList .navItem .list li.now,
	.wapper .fixMenu .navList .navItem .list li:hover {
		background-color: #da2128;
		background-image: url(../images/icon6_hover.png);
		color: #fff;
	}

	.wapper .fixMenu .navList .navItem .list {
		/* display: none; */
		display: block;
	}

	.wapper .fixMenu .navList .navItem.now .list {
		display: block;
	}

	.wapper .waysFix {
		display: none;
	}

	.wapper .fixMenu .phone {
		justify-content: center;
		display: flex;
		margin-top: 12%;
	}

	.wapper .head .menu .clearfix,
	.wapper .head .menu ul li:not(.join) {
		display: none;
	}

	.wapper .head .menu ul:nth-of-type(2) {
		margin-left: auto;
	}

	.wapper .head .menu .clearfix {
		margin-left: auto;
	}

	.wapper .head .menu li.join {
		padding: 0 20px 0 0;
		animation-delay: 0s !important;
		animation-name: none !important;
		animation-fill-mode: none !important;
	}

	.wapper .head .menu li .tit {
		line-height: 47px;
		font-size: 2em;
	}

	.wapper .head .search {
		width: 47px;
		height: 47px;
	}

	.wapper .head .searchBox {
		width: 47px;
		height: 47px;
		position: static;
	}

	.wapper .head .searchBox .sousuo {
		width: 100%;
		padding: 10px 0;
		z-index: -22;
	}

	.wapper .head .searchBox .sousuo.now {
		/* position: fixed; */
		width: 100%;
		top: 47px;
		opacity: 1;
		z-index: 2155;
	}

	.wapper .head .searchBox .sousuo.show {
		width: 100%;
		top: 47px;
		opacity: 1;
		z-index: 2155;
	}

	.wapper .head .searchBox .sousuo.now {
		/* position: fixed; */
		width: 100%;
		top: 47px;
		opacity: 1;
		z-index: 2155;
	}

	.wapper .head .searchBox .sousuo .inpt {
		width: 70%;
		line-height: 32px;
		font-size: 16px;
	}

	.wapper .head .searchBox .sousuo .inpt::placeholder {
		line-height: 32px;
		font-size: 16px;
	}

	.wapper .head .searchBox .sousuo .btn {
		width: 94px;
		line-height: 32px;
		font-size: 16px;
	}

	.wapper .head .menuBtn {
		width: 47px;
		height: 47px;
		background-size: 20px;
	}

	.wapper .head .language {
		width: 60px;
		height: 47px;
		font-size: 14px;
	}

	.wapper .head .language .list {
		font-size: 12px;
	}

	.wapper .head .menuBtn.now {
		background-size: 18px;
	}

	.wapper .head .logo {
		width: 112px;
		margin-top: 8px;
	}

	.wapper .head .search img {
		width: 20px;
	}

	.wapper .head .menuBtn img {
		width: 22px;
	}

	.wapper .banner {
		display: none;
	}

	.wapper .mbanner {
		display: block;
	}

	.wapper .into {
		display: none;
	}

	.wapper .minto {
		display: block;
	}

	.wapper .news {
		padding: 6% 4%;
	}

	.wapper .news .themeBox .newTab {
		display: none;
	}

	.wapper .news .themeBox .newTab li {
		font-size: 14px;
		margin-left: 12px;
	}

	.wapper .news .themeBox .theme .cntheme {
		font-size: 24px;
		line-height: 28px;
	}

	.wapper .news .themeBox .theme .entheme {
		font-size: 14px;
		line-height: 22px;
	}

	.wapper .news .contBox .newCont li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
	}

	.wapper .news .contBox .newCont li:nth-of-type(n+2) {
		display: none;
	}

	.wapper .news .contBox .newCont li .textpart .title {
		white-space: normal;
		font-size: 16px;
		line-height: 22px;
	}

	.wapper .news .contBox .newCont li .textpart .desc {
		display: none;
	}

	.wapper .news .more {
		display: block;
	}

	.wapper .production {
		display: none;
	}

	.wapper .mobproduct {
		display: block;
	}

	.wapper .production .right {
		width: 100%;
		padding-left: 0%;
	}

	.wapper .production .left {
		width: 100%;
		height: 78px;
		float: right;
		position: static;
		border-right: none;
		top: auto !important;
		bottom: 0px;
	}

	.wapper .production .right .contBox .proCont .baseInfo {
		width: 100%;
		position: relative;
		transform: translateY(0);
		left: 0;
		margin-bottom: 6%;
	}

	.wapper .production .right .contBox .proCont {
		padding: 10% 4% 20%;
		box-sizing: border-box;
	}

	.wapper .production .right .contBox .proCont:nth-of-type(3) {
		padding: 10% 4% 20%;
	}

	.wapper .production .right .contBox .proCont .baseInfo .name {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
	}

	.wapper .production .right .contBox .proCont .baseInfo .desc {
		text-align: center;
	}

	.wapper .production .right .contBox .proCont .baseInfo .advlist ul {
		width: 100%;
		justify-content: center;
		display: flex;
	}

	.wapper .production .right .contBox .proCont .baseInfo .advlist li:first-child {
		padding-left: 6%;
	}

	.wapper .production .right .contBox .proCont .baseInfo .linkBtn {
		display: none;
	}

	.wapper .production .right .contBox .proCont .pic {
		width: 90%;
		margin-left: 0;
		margin-right: -5%;
	}

	.wapper .production .right .contBox .proCont:nth-of-type(3) .pic {
		width: 100%;
		/* margin-right: 5%; */
		margin-bottom: 5%;
	}

	.wapper .production .right .contBox .proCont .linkBtn {
		justify-content: center;
		display: flex;
	}

	.wapper .production .right .contBox .proCont .linkBtn .view {
		width: 120px;
	}

	.wapper .production .right .contBox .proCont .linkBtn .view:last-child {
		margin-right: 0;
	}

	.wapper .production .right .contBox .proCont .linkBtn .view a {
		line-height: 32px;
		padding: 0 14px;
		text-align: center;
	}

	.wapper .production .left .proTab {
		width: 100%;
		height: 78px;
		background: #231f20;
		overflow-x: scroll;
		display: inline;
		margin: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		box-sizing: border-box;
		display: inline;
		align-items: center;
		display: flex;
	}

	.wapper .production .left .proTab::-webkit-scrollbar {
		display: none;
		/* Chrome Safari */
	}

	.wapper .production .left .proTab {
		scrollbar-width: none;
		/* firefox */
		-ms-overflow-style: none;
		/* IE 10+ */
		overflow-x: auto;
		overflow-y: hidden;
	}

	.wapper .production .left .proTab ul {
		width: auto;
		height: auto;
		display: flex;
	}

	.wapper .production .left .proTab li {
		width: auto;
		max-width: 220px;
		float: left;
		align-items: center;
		display: block;
		padding: 0 26px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 78px;
		min-height: 78px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.wapper .about {
		display: none;
	}

	.wapper .acceptance {
		padding: 10% 4% 6%;
	}

	.wapper .acceptance .acceptancebox .titlebox .cntitl {
		font-size: 24px;
		line-height: 28px;
	}

	.wapper .acceptance .acceptancebox .titlebox .entitl {
		font-size: 14px;
		line-height: 18px;
	}

	.wapper .acceptance .acceptancebox .accept {
		margin-top: 6%;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li {
		margin-right: 10px;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+1) {
		width: 230px;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+2) {
		width: 336px;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+3) {
		width: 299px;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li:nth-of-type(4n+4) {
		width: 299px;
		margin-left: -309px;
		transform: translateY(167px);
	}

	.wapper .acceptance .acceptancebox .accept .acceptList::-webkit-scrollbar {
		/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
		width: 10%;
		/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
		height: 4px;
		margin: 20px auto 0 auto;
		cursor: pointer;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background: #cf9b62;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList::-webkit-scrollbar-track {
		border-radius: 4px;
		background: #cecdce;
	}

	.wapper .acceptance .acceptancebox .accept .acceptList li .textCont .name {
		font-size: 20px;
	}

	.wapper .footer {
		padding: 6% 10.5%;
	}

	.wapper .footer .linkPart .base {
		width: 100%;
		overflow: hidden;
		padding-right: 0;
	}

	.wapper .footer .linkPart .linkBox {
		display: none;
	}

	.wapper .footer .linkPart .base .logo {
		width: 50%;
		float: left;
	}

	.wapper .footer .linkPart .base .phone {
		width: auto;
		float: right;
		padding-left: 0;
		margin: 3% 0;
	}

	.wapper .footer .linkPart .base .phone .tit {
		font-size: 12px;
		line-height: 16px;
	}

	.wapper .footer .linkPart .base .phone .phoneNum {
		font-size: 20px;
		line-height: 24px;
	}

	.wapper .footer .copyrightPart .copyright {
		padding-top: 2%;
		font-size: 11px;
		line-height: 18px;
		color: rgba(255, 255, 255, 0.5);
		text-align: center;
	}

	.wapper .footer .copyrightPart .copyright a {
		font-size: 11px;
		line-height: 18px;
		color: rgba(255, 255, 255, 0.5);
	}

	.wapper .footer .copyrightPart .supporrt {
		width: 100%;
		text-align: center;
	}

	.wapper .footer .copyrightPart .supporrt a {
		font-size: 11px;
		line-height: 18px;
		color: rgba(255, 255, 255, 0.5);
	}

	.wapper .mobproduct .swiper-wrapper {
		align-items: stretch;
	}

	.wapper .mobproduct .proCont {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.wapper .mobproduct .proCont .baseInfo .name {
		line-height: 1.2;
	}

	.wapper .mobproduct .proCont .baseInfo .desc {
		margin: 10px 0;
		line-height: 1.4;
	}

	.wapper .mobproduct .proCont .linkBtn {
		margin-top: auto;
	}
}


/* äº§å“List */

.wapper .proList {
	width: 100%;
	height: auto;
	padding: 4% 4% 6%;
	box-sizing: border-box;
	background: #f8f8f8;
}

.wapper .proList .proBox {
	width: 100%;
	height: auto;
}

.wapper .proList .proBox .titleBox {
	width: 100%;
	height: auto;
	text-align: center;
}

.wapper .proList .proBox .titleBox .title {
	width: 100%;
	height: auto;
	font-size: 60px;
	color: #231f20;
	line-height: 1.1;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	position: relative;
	padding: 1em 15vw 0;
}

.wapper .proList .proBox .titleBox .title span {
	display: block;
}

.wapper .proList .proBox .titleBox .title img {
	position: absolute;
	z-index: 1;
	width: 1.4em;
	height: auto;
	vertical-align: bottom;
	top: 0;
	left: 50%;
	transform: translate(-50%, -16%);
}

.wapper .proList .proBox .titleBox .desc {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: rgba(49, 48, 51, 0.6);
	line-height: 1.5;
	text-align: center;
	margin-top: 0.5%;
}

.wapper .proList .proBox .productList {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .proList .proBox .productList li {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	background: #fff;
	transition: all 0.5s;
}

.wapper .proList .proBox .productList .biglist {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 4%;
}

.wapper .proList .proBox .productList .biglist a {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.wapper .proList .proBox .productList .biglist .cont {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 1;
}

.wapper .proList .proBox .productList .biglist .cont .name {
	text-align: left;
}

.wapper .proList .proBox .productList .biglist .cont .desc {
	text-align: left;
}

.wapper .proList .proBox .productList .biglist .cont .learn {
	text-align: left;
}

.wapper .proList .proBox .productList .biglist .cont .name {
	font-size: 2vw;
	line-height: 1.5;
}

.wapper .proList .proBox .productList .biglist .cont .desc {
	font-size: 18px;
}

.wapper .proList .proBox .productList li:nth-of-type(n) {
	margin-right: 0;
}

.wapper .proList .proBox .productList li:nth-of-type(2n) {
	margin-right: 4%;
}

.wapper .proList .proBox .productList li a {
	display: block;
	padding: 6% 8%;
	box-sizing: border-box;
}

.wapper .proList .proBox .productList li .name {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #231f20;
	line-height: 36px;
	text-align: center;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .proList .proBox .productList li .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: rgba(35, 31, 32, 0.6);
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.wapper .proList .proBox .productList li .learn {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #da2128;
	line-height: 32px;
	text-align: center;
	margin-top: 4%;
}

.wapper .proList .proBox .productList li .learn span {
	border-bottom: 1px solid #da2128;
	padding-bottom: 10px;
}

.wapper .proList .proBox .productList li .pic {
	width: 100%;
	height: auto;
	margin-top: 3%;
}

.wapper .proList .proBox .productList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .proList .proBox .productList li:hover {
	transform: translateY(-20px);
	box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width:1550px) {
	.wapper .proList .proBox .titleBox .title {
		font-size: 50px;
	}

	.wapper .proList .proBox .titleBox .desc {
		font-size: 18px;
	}

	.wapper .proList .proBox .productList li .name {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .proList .proBox .titleBox .title {
		font-size: 40px;
	}

	.wapper .proList .proBox .titleBox .desc {
		font-size: 16px;
	}

	.wapper .proList .proBox .productList li .name {
		font-size: 21px;
		line-height: 32px;
	}
}

@media screen and (max-width:1150px) {
	.wapper .proList .proBox .productList li .name {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .proList {
		padding: 20% 4% 6%;
	}

	.wapper .proList .proBox .titleBox .title img {
		width: 1.5em;
	}

	.wapper .proList .proBox .titleBox .title {
		font-size: 6vw;
		padding: 1.5em 0 0;
	}

	.wapper .proList .proBox .titleBox .desc {
		font-size: 15px;
	}

	.wapper .proList .proBox .productList {
		margin-top: 8%;
	}

	.wapper .proList .proBox .productList li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
	}

	.wapper .proList .proBox .productList li a {
		padding-top: 9%;
	}

	.wapper .proList .proBox .productList li .name {
		width: 80%;
		margin: auto;
		line-height: 24px;
	}
}


/* äº§å“detail */

.wapper .banner.inside {
	border-bottom: 4px solid #d4a368;
}

.wapper .banner.inside.sf {
	border: none;
}

.wapper .banner .opBg {
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.4); */
	position: absolute;
	top: 0;
	left: 0;
}

.wapper .banner .opBg .banCont {
	width: 50%;
	height: auto;
	position: absolute;
	top: 25%;
	left: 50%;
	/* margin-top: -25%; */
	margin-left: -25%;
}

.wapper .banner .opBg .banCont .bigName {
	width: 100%;
	height: auto;
	font-size: 136px;
	color: #cf9b62;
	line-height: 136px;
	text-align: center;
	font-family: font_cent;
}

.wapper .banner .opBg .banCont .cnName {
	width: 100%;
	height: auto;
	font-size: 58px;
	color: #ffffff;
	line-height: 1.2;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .banner .opBg .banCont .enName {
	width: 100%;
	height: auto;
	font-size: 44px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
}

.wapper .banner .opBg .banCont .videoBtn {
	width: 106px;
	height: auto;
	margin: auto;
	margin-top: 10%;
	cursor: pointer;
}

.wapper .banner.sf .opBg .banCont .videoBtn {
	margin-top: 14%;
}

.wapper .banner .opBg .banCont .bantitlebox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wapper .banner .opBg .banCont .bantitlebox .tip {
	font-size: 4vw;
	font-weight: bold;
	font-family: font_cent;
	color: #fff;
	padding: 0 3%;
}

.wapper .banner .opBg .banCont .videoBtn img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .patent {
	width: 100%;
	height: auto;
	background: url(../images/patentBg.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 6%;
}

.wapper .patent .patentBox {
	width: 100%;
	height: auto;
}

.wapper .patent .patentBox .pic {
	width: 50%;
	height: auto;
	margin: auto;
	margin-top: -5%;
	position: relative;
	z-index: 22;
	padding-left: 5%;
	box-sizing: border-box;
}

.wapper .patent.ypn .patentBox .pic {

	margin-top: -3%;
}

.wapper .patent .patentBox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .patent.ypn .patentBox .pic img {
	opacity: 0;
}

.wapper .patent .patentBox .nameBox {
	width: 100%;
	height: auto;
	margin-top: 2%;
}

.wapper .patent .patentBox .nameBox .enName {
	width: 100%;
	height: auto;
	font-size: 48px;
	color: #cf9b62;
	line-height: 56px;
	text-align: center;
	font-family: font_cent;
}

.wapper .patent .patentBox .nameBox .cnName {
	width: 100%;
	height: auto;
	font-size: 60px;
	color: #fff;
	line-height: 70px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .patent .patentBox .techAdv {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .patent .patentBox .techAdv li {
	width: 50%;
	height: auto;
	float: left;
	background: url(../images/icon7.png) no-repeat right center;
	padding: 0 6%;
	box-sizing: border-box;
}

.wapper .patent .patentBox .techAdv li:last-child {
	background: none;
}

.wapper .patent .patentBox .techAdv li .icon {
	width: 100%;
	height: auto;
	justify-content: center;
	display: flex;
}

.wapper .patent .patentBox .techAdv li .icon img {
	width: auto;
	height: 91px;
	vertical-align: bottom;
}

.wapper .patent .patentBox .techAdv li .titl {
	width: 100%;
	height: auto;
	font-size: 40px;
	color: #ffffff;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	margin-top: 4%;
}

.wapper .patent .patentBox .techAdv li .desc {
	width: 100%;
	height: auto;
	padding: 0 19%;
	box-sizing: border-box;
	font-size: 36px;
	color: #cf9b62;
	line-height: 42px;
	text-align: center;
	font-weight: bolder;
	font-family: font_cent;
	margin-top: 3%;
}

.wapper .awards {
	width: 100%;
	height: auto;
	padding: 6% 6% 4%;
	box-sizing: border-box;
	background: url(../images/awardsBg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.wapper .awards .pic {
	width: 55%;
	height: auto;
	float: right;
	margin-top: 1%;
}

.wapper .awards .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .awards .textPart {
	width: 40%;
	height: auto;
	float: left;
}

.wapper .awards .textPart .name {
	width: 100%;
	height: auto;
	font-size: 50px;
	color: #cf9b62;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .awards .textPart .prize {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #fefefe;
	line-height: 1.2;
	margin-top: .5em;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .awards .textPart .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.6;
	margin-top: 6%;
}

.wapper .film {
	width: 100%;
	height: auto;
	padding: 6% 8%;
	box-sizing: border-box;
	background: url(../images/filmBg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.wapper .film .pic {
	width: 50%;
	height: auto;
	float: left;
	padding: 0 3%;
	box-sizing: border-box;
}

.wapper .film .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .film .textPart {
	width: 50%;
	height: auto;
	float: right;
	padding-left: 8%;
	box-sizing: border-box;
	margin-top: 8%;
}

.wapper .film .textPart .name {
	width: 100%;
	height: auto;
	font-size: 50px;
	color: #cf9b62;
	line-height: 60px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .film .textPart .smatit {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #fefefe;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
	letter-spacing: 8px;
}

.wapper .film .textPart .desc {
	width: 100%;
	height: auto;
	margin-top: 6%;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}

.wapper .advantage {
	width: 100%;
	height: auto;
}

.wapper .advantage .advantBox {
	width: 100%;
	height: auto;
}

.wapper .advantage .advantBox .advantCont {
	width: 100%;
	height: auto;
	position: relative;
	display: none;
}

.wapper .advantage .advantBox .advantCont.now {
	display: block;
}

.wapper .advantage .advantBox .advantCont .pic {
	width: 100%;
	height: auto;
}

.wapper .advantage .advantBox .advantCont .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .advantage .advantBox .advantCont .advtext {
	width: 48%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.7);
	border-left: 3px solid #cf9b62;
	padding: 4%;
	box-sizing: border-box;
}

.wapper .advantage .advantBox .advantCont .advtext .advtit {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #cf9b62;
	line-height: 90px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .advantage .advantBox .advantCont .advtext .advcont {
	width: 100%;
	height: auto;
	margin-top: 4%;
	overflow: hidden;
	align-items: flex-start;
	display: flex;
}

.wapper .advantage .advantBox .advantCont .advtext .advcont .num {
	width: auto;
	height: auto;
	float: left;
	font-size: 86px;
	color: #ffffff;
	line-height: 96px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .advantage .advantBox .advantCont .advtext .advcont .desc {
	width: auto;
	height: auto;
	margin-left: 4%;
	padding-left: 6%;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
	line-height: 34px;
}

.wapper .advantage .advTab {
	width: 100%;
	height: auto;
}

.wapper .advantage .advTab ul {
	align-items: stretch;
	display: flex;
}

.wapper .advantage .advTab li {
	width: 33.33%;
	height: auto;
	float: left;
	border-right: 1px solid rgba(8, 58, 34, 0.8);
	box-sizing: border-box;
	background: #0d5733;
	padding: 3% 3% 4%;
	transition: all 0.5s;
	cursor: pointer;
}

.wapper .advantage .advTab li .num {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #ffffff;
	line-height: 80px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .advantage .advTab li .tit {
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	font-weight: bold;
	font-family: font_cent;
}

.wapper .advantage .advTab li.now {
	background: #cf9b62;
}

.wapper .advantage .advTab li:hover {
	filter: brightness(120%);
}

.wapper .madvantage {
	width: 100%;
	height: auto;
	padding: 12% 4% 6%;
	background: #231f20;
	display: none;
	overflow: hidden;
}

.wapper .madvantage .swiper-container {
	padding-bottom: 20%;
}

.wapper .madvantage .theme {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #cf9b62;
	line-height: 32px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	margin-bottom: 4%;
}

.wapper .madvantage .picbox {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 6%;
}

.wapper .madvantage .picbox .pic {
	width: 100%;
	height: auto;
}

.wapper .madvantage .picbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .madvantage .picbox .num {
	width: auto;
	height: auto;
	font-size: 42px;
	color: #231f20;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
	position: absolute;
	bottom: -15px;
	right: 6%;
}

.wapper .madvantage .textpart {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .madvantage .textpart .titl {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .madvantage .textpart .desc {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-top: 3%;
}

.wapper .madvantage .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 7% !important;
}

.wapper .madvantage .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 13px !important;
	height: 13px !important;
	border: 2px solid #cf9b62 !important;
	box-sizing: border-box;
	opacity: 1 !important;
	background: none !important;
}

.wapper .madvantage .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #da2128 !important;
	border: 2px solid #da2128 !important;
}

.wapper .applicable {
	width: 100%;
	height: auto;
	padding: 6% 7.3%;
	box-sizing: border-box;
	background: #ffffff;
	float: left;
}

.wapper .applicable.sf {
	position: relative;
}

.wapper .applicable .titlBox {
	width: 100%;
	height: auto;
}

.wapper .applicable .titlBox .entitl {
	display: none;
	width: 100%;
	height: auto;
	font-size: 76px;
	color: rgba(108, 108, 108, 0.1);
	line-height: 76px;
	text-align: center;
	font-family: arial;
}

.wapper .applicable .titlBox .cntitl {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #cf9b62;
	line-height: 1.2;
	text-align: center;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .applicable .titlBox .desc {
	width: 100%;
	padding: 0 15%;
	height: auto;
	font-size: 18px;
	color: rgba(49, 48, 51, 0.8);
	line-height: 1.5;
	text-align: center;
	margin-top: 2%;
}

.wapper .applicable .scopeList {
	width: 100%;
	height: auto;
	margin-top: 3%;
}

.wapper .applicable .scopeList li {
	height: auto;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.wapper .applicable .scopeList li:nth-of-type(1) {
	width: 23.7%;
}

.wapper .applicable .scopeList li:nth-of-type(2) {
	width: 46.91%;
}

.wapper .applicable .scopeList li:nth-of-type(3) {
	width: 29.37%;
}

.wapper .applicable .scopeList li:nth-of-type(4) {
	width: 23.67%;
}

.wapper .applicable .scopeList li:nth-of-type(5) {
	width: 23.59%;
}

.wapper .applicable .scopeList li:nth-of-type(6) {
	width: 23.35%;
}

.wapper .applicable .scopeList li:nth-of-type(7) {
	width: 29.37%;
}

.wapper .applicable .scopeList li .pic {
	width: 100%;
	height: auto;
}

.wapper .applicable .scopeList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .applicable .scopeList li .opBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	align-items: flex-end;
	display: flex;
	padding: 0 5%;
	box-sizing: border-box;
	transition: all 0.5s;
}

.wapper .applicable .scopeList li .opBg .cont {
	width: 100%;
	height: auto;
	transition: all 0.5s;
	margin-bottom: 25px;
	overflow: hidden;
}

.wapper .applicable .scopeList li .opBg .cont .titl {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #ffffff;
	line-height: 1.1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .applicable .scopeList li .opBg .cont .desc {
	width: 100%;
	height: auto;
	margin-top: 2%;
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	opacity: 0;
	overflow: hidden;
	transition: all 0.5s;
	transform: translateY(100%);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: none
}

.wapper .applicable .scopeList li:nth-of-type(2) .opBg .cont .desc {
	width: 90%;
}

.wapper .applicable .scopeList li:hover .opBg .cont {
	height: auto;
}

@media screen and (max-width:1690px) {
	.wapper .banner .opBg .banCont .bigName {
		font-size: 116px;
		line-height: 116px;
	}

	.wapper .banner .opBg .banCont .cnName {
		font-size: 46px;
	}

	.wapper .banner .opBg .banCont .enName {
		font-size: 40px;
		line-height: 44px;
	}

	.wapper .banner .opBg .banCont .videoBtn {
		width: 96px;
	}

	.wapper .patent .patentBox .nameBox .enName {
		font-size: 42px;
		line-height: 50px;
	}

	.wapper .patent .patentBox .nameBox .cnName {
		font-size: 52px;
		line-height: 64px;
	}

	.wapper .patent .patentBox .techAdv li .titl {
		font-size: 34px;
	}

	.wapper .patent .patentBox .techAdv li .desc {
		font-size: 32px;
		line-height: 38px;
	}

	.wapper .awards .textPart .name {
		font-size: 44px;
	}

	.wapper .awards .textPart .prize {
		font-size: 24px;
		line-height: 36px;
	}

	.wapper .film .textPart {
		margin-top: 0;
	}

	.wapper .film .textPart .name {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .film .textPart .smatit {
		font-size: 24px;
		line-height: 38px;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advtit {
		font-size: 60px;
		line-height: 80px;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advcont .num {
		font-size: 76px;
	}

	.wapper .advantage .advTab li .num {
		font-size: 60px;
		line-height: 70px;
	}

	.wapper .advantage .advTab li .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.wapper .applicable .titlBox .entitl {
		font-size: 66px;
		line-height: 66px;
	}

	.wapper .applicable .titlBox .cntitl {
		font-size: 60px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .banner .opBg .banCont .bigName {
		font-size: 96px;
		line-height: 96px;
	}

	.wapper .banner .opBg .banCont .cnName {
		font-size: 40px;
	}

	.wapper .banner .opBg .banCont .enName {
		font-size: 34px;
		line-height: 38px;
	}

	.wapper .patent .patentBox .techAdv li .icon img {
		height: 81px;
	}

	.wapper .patent .patentBox .nameBox .enName {
		font-size: 36px;
		line-height: 46px;
	}

	.wapper .patent .patentBox .nameBox .cnName {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .patent .patentBox .techAdv li .titl {
		font-size: 28px;
	}

	.wapper .patent .patentBox .techAdv li .desc {
		font-size: 28px;
		line-height: 36px;
	}

	.wapper .awards .textPart .name {
		font-size: 38px;
	}

	.wapper .awards .textPart .prize {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .film .textPart .name {
		font-size: 38px;
		line-height: 48px;
	}

	.wapper .film .textPart .smatit {
		font-size: 20px;
		line-height: 34px;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advtit {
		font-size: 50px;
		line-height: 70px;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advcont .num {
		font-size: 66px;
	}

	.wapper .advantage .advTab li .num {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .advantage .advTab li .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.wapper .applicable .titlBox .entitl {
		font-size: 56px;
		line-height: 56px;
	}

	.wapper .applicable .titlBox .cntitl {
		font-size: 50px;
	}

	.wapper .applicable .scopeList li .opBg .cont .titl {
		font-size: 24px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .banner .opBg .banCont .bigName {
		font-size: 76px;
		line-height: 76px;
	}

	.wapper .banner .opBg .banCont .cnName {
		font-size: 34px;
	}

	.wapper .banner .opBg .banCont .enName {
		font-size: 30px;
		line-height: 34px;
	}

	.wapper .banner .opBg .banCont .videoBtn {
		width: 86px;
	}

	.wapper .patent {
		padding-bottom: 8%;
	}

	.wapper .patent .patentBox .techAdv li .icon img {
		height: 71px;
	}

	.wapper .patent .patentBox .nameBox .enName {
		font-size: 30px;
		line-height: 40px;
	}

	.wapper .patent .patentBox .nameBox .cnName {
		font-size: 38px;
		line-height: 44px;
	}

	.wapper .patent .patentBox .techAdv li .titl {
		font-size: 25px;
	}

	.wapper .patent .patentBox .techAdv li .desc {
		font-size: 24px;
		line-height: 32px;
	}

	.wapper .awards .textPart .name {
		font-size: 32px;
	}

	.wapper .awards .textPart .prize {
		font-size: 18px;
		line-height: 28px;
	}

	.wapper .awards .textPart .desc {
		font-size: 14px;
	}

	.wapper .film .textPart .name {
		font-size: 32px;
		line-height: 38px;
	}

	.wapper .film .textPart .smatit {
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 5px;
	}

	.wapper .film .textPart .desc {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advtit {
		font-size: 40px;
		line-height: 60px;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advcont .num {
		font-size: 56px;
	}

	.wapper .advantage .advTab li .num {
		font-size: 40px;
		line-height: 50px;
	}

	.wapper .advantage .advTab li .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: 56px;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advcont .desc {
		line-height: 32px;
	}

	.wapper .applicable .titlBox .entitl {
		font-size: 50px;
		line-height: 50px;
	}

	.wapper .applicable .titlBox .cntitl {
		font-size: 44px;
	}

	.wapper .applicable .titlBox .desc {
		font-size: 16px;
	}

	.wapper .applicable .scopeList li .opBg .cont {
		margin-bottom: 15px;
	}

	.wapper .applicable .scopeList li .opBg .cont .titl {
		font-size: 22px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .banner .opBg .banCont .bigName {
		font-size: 66px;
		line-height: 66px;
	}

	.wapper .banner .opBg .banCont .cnName {
		font-size: 28px;
	}

	.wapper .banner .opBg .banCont .enName {
		font-size: 24px;
		line-height: 28px;
	}

	.wapper .banner .opBg .banCont .videoBtn {
		width: 76px;
	}

	.wapper .patent .patentBox .techAdv li .icon img {
		height: 61px;
	}

	.wapper .patent .patentBox .nameBox .enName {
		font-size: 24px;
		line-height: 30px;
	}

	.wapper .patent .patentBox .nameBox .cnName {
		font-size: 30px;
		line-height: 34px;
	}

	.wapper .patent .patentBox .techAdv li .titl {
		font-size: 20px;
	}

	.wapper .patent .patentBox .techAdv li .desc {
		font-size: 18px;
		line-height: 28px;
	}

	.wapper .awards .textPart .name {
		font-size: 28px;
	}

	.wapper .awards .textPart .prize {
		font-size: 16px;
		line-height: 28px;
	}

	.wapper .awards .textPart .desc {
		font-size: 14px;
		margin-top: 4%;
	}

	.wapper .film .textPart .name {
		font-size: 28px;
		line-height: 34px;
	}

	.wapper .film .textPart .smatit {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 5px;
	}

	.wapper .film .textPart .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 4%;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advtit {
		font-size: 30px;
		line-height: 50px;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advcont .num {
		font-size: 50px;
	}

	.wapper .advantage .advTab li .num {
		font-size: 34px;
		line-height: 40px;
	}

	.wapper .advantage .advTab li .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}

	.wapper .advantage .advantBox .advantCont .advtext .advcont .desc {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .applicable .scopeList li .opBg .cont .titl {
		font-size: 20px;
	}

	.wapper .applicable .scopeList li .opBg .cont .desc {
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:1000px) {
	.wapper .banner.inside {
		display: block;
		margin-top: 47px;
	}

	.wapper .banner.inside .pic img {
		width: 150%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.wapper .banner .opBg .banCont {
		width: 100%;
		top: 21%;
		margin-left: -50%;
	}

	.wapper .banner .opBg .banCont .bigName {
		font-size: 46px;
		line-height: 46px;
	}

	.wapper .banner .opBg .banCont .cnName {
		font-size: 20px;
		padding: 0 15%;
	}

	.wapper .banner .opBg .banCont .enName {
		font-size: 16px;
		line-height: 22px;
	}

	.wapper .banner .opBg .banCont .videoBtn {
		width: 46px;
		margin-top: 4%;
	}

	.wapper .patent {
		padding-bottom: 12%;
	}

	.wapper .patent .patentBox .pic {
		width: 90%;
		margin-top: -10%;
	}

	.wapper .patent .patentBox .nameBox .enName {
		font-size: 18px;
		line-height: 24px;
	}

	.wapper .patent .patentBox .nameBox .cnName {
		font-size: 22px;
		line-height: 28px;
	}

	.wapper .patent .patentBox .techAdv li {
		background-size: 12px;
		width: 46%;
	}

	.wapper .patent .patentBox .techAdv li:nth-of-type(1) {
		width: 54%;
	}

	.wapper .patent .patentBox .techAdv li .icon img {
		height: 41px;
	}

	.wapper .patent .patentBox .techAdv li .titl {
		font-size: 18px;
	}

	.wapper .patent .patentBox .techAdv li .desc {
		font-size: 14px;
		line-height: 18px;
		padding: 0;
	}

	.wapper .awards .textPart {
		width: 100%;
		float: right;
	}

	.wapper .awards {
		padding: 12% 4% 6% 4%;
	}

	.wapper .awards .textPart .name {
		font-size: 6vw;
		text-align: left;
	}

	.wapper .awards .textPart .prize {
		padding: 0;
		font-size: 16px;
		box-sizing: border-box;
		text-align: left;
		line-height: 1.2;
		margin-top: .5em;
	}

	.wapper .awards .pic {
		width: 100%;
		margin-top: 6%;
	}

	.wapper .film {
		padding: 12% 4% 12%;
	}

	.wapper .film .textPart {
		width: 100%;
		float: left;
		padding-left: 0;
	}

	.wapper .film .textPart .name {
		font-size: 26px;
		line-height: 32px;
		text-align: center;
	}

	.wapper .film .textPart .smatit {
		text-align: center;
		letter-spacing: 3px;
	}

	.wapper .film .pic {
		width: 100%;
		margin-top: 8%;
	}

	.wapper .advantage {
		display: none;
	}

	.wapper .madvantage {
		display: block;
	}

	.wapper .applicable {
		padding: 10% 4%;
	}

	.wapper .applicable .titlBox .entitl {
		font-size: 28px;
		line-height: 42px;
	}

	.wapper .applicable .titlBox .cntitl {
		font-size: 6vw;
		text-align: left;
	}

	.wapper .applicable .titlBox .desc {
		padding: 0;
		text-align: left;
		font-size: 14px;
	}

	.wapper .applicable .scopeList li .opBg .cont {
		margin-bottom: 10px;
		height: 28px;
	}

	.wapper .applicable .scopeList li .opBg .cont .titl {
		font-size: 10px;
		align-items: flex-end;
		display: flex;
	}

	.wapper .mobproduct .proCont .pic {
		margin-top: -10%;
	}
}


/* ååº”ç²˜cps */

.wapper .banner.nocl .opBg .banCont {
	top: 27%;
}

.wapper .banner.ypn .opBg .banCont {
	top: 29%;
}

.wapper .patent.nocl {
	background: url(../images/patentBg2.jpg) no-repeat top center;
	background-size: cover;
}

.wapper .patent.nocl .patentBox .pic {
	width: 65.8%;
	margin-top: -19%;
}

.wapper .patent .patentBox .nameBox .tit {
	width: 100%;
	height: auto;
	font-size: 40px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
}

.wapper .patent.nocl .patentBox .techAdv {
	padding: 0 11.875%;
	box-sizing: border-box;
}

.wapper .patent.nocl .patentBox .techAdv li {
	padding: 0 3% 0 0;
}

.wapper .patent.nocl .patentBox .techAdv li:nth-of-type(2) {
	padding: 0 0 0 3%;
}

.wapper .patent.nocl .patentBox .techAdv li .name {
	width: 100%;
	height: auto;
	font-size: 50px;
	color: #ffffff;
	line-height: 60px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .patent.nocl .patentBox .techAdv li:nth-of-type(1) .name {
	text-align: right;
}

.wapper .patent.nocl .patentBox .techAdv li .tit {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: rgba(207, 155, 98, 0.6);
	line-height: 30px;
	letter-spacing: 3px;
}

.wapper .patent.nocl .patentBox .techAdv li:nth-of-type(1) .tit {
	text-align: right;
}

.wapper .patent.nocl .patentBox .techAdv li .descs {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 30px;
	margin-top: 3%;
}

.wapper .patent.nocl .patentBox .techAdv li .prizeDesc {
	width: 100%;
	height: auto;
	min-height: 144px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 24px;
	margin-top: 3%;
	font-family: ä»¿å®‹;
}

.wapper .patent.nocl .patentBox .techAdv li .picBox {
	width: 100%;
	height: auto;
	margin-top: 10%;
}

.wapper .patent.nocl .patentBox .techAdv li .picBox .pic {
	width: 100%;
	height: auto;
	margin-top: 0;
	padding: 0;
}

.wapper .patent.nocl .patentBox .techAdv li .picBox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all 0.5s;
}

.wapper .patent.nocl .patentBox .techAdv li .picBox .pic:hover img {
	position: relative;
	transform: scale(1.2);
}

.wapper .patent.nocl .patentBox .techAdv li .picBox .titl {
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #cf9b62;
	line-height: 28px;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 3%;
}

.wapper .materials {
	width: 100%;
	height: auto;
	padding: 6% 0;
	background: #e6e7e9;
}

.wapper .materials .materList {
	width: 100%;
	height: auto;
}

.wapper .materials .materList li {
	width: 50%;
	height: auto;
	float: left;
	padding: 0 6.25%;
	box-sizing: border-box;
}

.wapper .materials .materList li .pic {
	width: 100%;
	height: auto;
}

.wapper .materials .materList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .materials .materList li .mpic {
	width: 100%;
	height: auto;
	display: none;
}

.wapper .materials .materList li .mpic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .materials .materList li .name {
	width: 100%;
	height: auto;
	font-size: 78px;
	color: #231f20;
	line-height: 88px;
	font-weight: bolder;
	font-family: font_cent;
	align-items: flex-start;
	display: flex;
	font-family: font_cent;
}

.wapper .materials .materList li .name span {
	font-size: 32px;
	font-weight: normal;
	margin-top: -12px;
}

.wapper .materials .materList li:nth-of-type(2) .name {
	text-align: right;
	justify-content: flex-end;
}

.wapper .materials .materList li .cnName {
	width: 100%;
	height: auto;
	font-size: 32px;
	color: #231f20;
	line-height: 46px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .materials .materList li:nth-of-type(2) .cnName {
	text-align: right;
}

.wapper .proAdvant {
	width: 100%;
	height: auto;
	padding: 6% 3.6% 0;
	box-sizing: border-box;
	background: url(../images/proAdvant.jpg) no-repeat center center;
	background-size: cover;
}

.wapper .proAdvant .themeBox {
	width: 100%;
	height: auto;
}

.wapper .proAdvant .themeBox .title {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #cf9b62;
	line-height: 80px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .proAdvant .themeBox .tit {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: rgba(218, 218, 218, 0.6);
	line-height: 28px;
	text-align: center;
}

.wapper .proAdvant .proAdvantList {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .proAdvant .proAdvantList ul {
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.wapper .proAdvant .proAdvantList li {
	width: 33.33%;
	height: auto;
	float: left;
	padding: 0 4%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 8%;
	display: table-cell;
	word-break: break-all;
	vertical-align: top;
	position: relative;
}

.wapper .proAdvant .proAdvantList li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0);
}

.wapper .proAdvant .proAdvantList li .themebox {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wapper .proAdvant .proAdvantList li .themebox .theme {
	width: 70%;
	height: auto;
	min-height: 102px;
	float: left;
	font-size: 26px;
	color: #cf9b62;
	line-height: 34px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .proAdvant .proAdvantList li .themebox .num {
	width: auto;
	height: auto;
	float: right;
	font-size: 70px;
	color: #ffffff;
	line-height: 70px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .proAdvant .proAdvantList li .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	margin-top: 8%;
}

.wapper .applicable.nocl .scopeList ul {
	display: flex;
	align-items: stretch;
}

.wapper .applicable.nocl .scopeList li {
	width: 25%;
	/* height: auto; */
	overflow: hidden;
	display: table;
}

.wapper .applicable.nocl .scopeList li:nth-of-type(1) {
	background: #cf9b62;
}

.wapper .applicable.nocl .scopeList li:nth-of-type(2) {
	background: #da2128;
}

.wapper .applicable.nocl .scopeList li:nth-of-type(3) {
	background: #313033;
}

.wapper .applicable.nocl .scopeList li:nth-of-type(4) {
	background: #8a6c4b;
}

.wapper .applicable.nocl .scopeList li:nth-of-type(5) {
	background: #6c6c6c;
}

.wapper .applicable.nocl .scopeList li .picbox {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .applicable.nocl .scopeList li .picbox .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.wapper .applicable.nocl .scopeList li .picbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all 0.5s;
}

.wapper .applicable.nocl .scopeList li .picbox .icon {
	width: 26px;
	height: auto;
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
}

.wapper .applicable.nocl .scopeList li:nth-of-type(2n) .picbox .icon {
	bottom: auto;
	top: 8%;
}

.wapper .applicable.nocl .scopeList li .picbox .icon img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .applicable.nocl .scopeList li:nth-of-type(2n) .picbox .icon img {
	transform: rotate(180deg);
}

.wapper .applicable.nocl .scopeList li .textpart {
	width: 100%;
	height: 50%;
	padding: 0% 10%;
	box-sizing: border-box;
	align-items: center;
	display: flex;
}

.wapper .applicable.nocl .scopeList li .textpart div {
	width: 100%;
	height: auto;
}

.wapper .applicable.nocl .scopeList li .textpart .icon {
	width: 100%;
	height: auto;
	align-items: center;
	justify-content: center;
	display: flex;
}

.wapper .applicable.nocl .scopeList li .textpart .icon img {
	width: auto;
	height: auto;
	max-height: 47px;
	vertical-align: bottom;
}

.wapper .applicable.nocl .scopeList li .textpart .text {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	text-align: center;
	margin-top: 4%;
}

.wapper .applicable.nocl .scopeList li:hover .picbox .pic img {
	transform: scale(1.1);
}

@media screen and (max-width:1690px) {
	.wapper .patent .patentBox .nameBox .tit {
		font-size: 34px;
		line-height: 44px;
	}

	.wapper .patent.nocl .patentBox .techAdv li .name {
		font-size: 40px;
		line-height: 50px;
	}

	.wapper .patent.nocl .patentBox .techAdv li .descs {
		min-height: 120px;
	}

	.wapper .patent.nocl .patentBox .techAdv li .prizeDesc {
		min-height: 168px;
	}

	.wapper .patent.nocl .patentBox .techAdv li .picBox .titl {
		font-size: 20px;
	}

	.wapper .materials .materList li .name {
		font-size: 70px;
		line-height: 80px;
	}

	.wapper .materials .materList li .cnName {
		font-size: 28px;
		line-height: 42px;
	}

	.wapper .proAdvant .themeBox .title {
		font-size: 60px;
		line-height: 70px;
	}

	.wapper .proAdvant .proAdvantList li .themebox .theme {
		font-size: 24px;
	}

	.wapper .proAdvant .proAdvantList li .themebox .num {
		font-size: 64px;
		line-height: 64px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .proAdvant .themeBox .title {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .proAdvant .proAdvantList li .themebox .theme {
		font-size: 20px;
	}

	.wapper .proAdvant .proAdvantList li .themebox .num {
		font-size: 58px;
		line-height: 58px;
	}

	.wapper .applicable.nocl .scopeList li .textpart .icon img {
		max-height: 41px;
	}

	.wapper .applicable.nocl .scopeList li .textpart .text {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1490px) {
	.wapper .materials .materList li .name {
		font-size: 60px;
		line-height: 70px;
	}

	.wapper .materials .materList li .cnName {
		font-size: 24px;
		line-height: 38px;
	}

	.wapper .materials .materList li .name span {
		font-size: 28px;
	}
}

@media screen and (max-width:1410px) {
	.wapper .patent.nocl .patentBox .techAdv li .prizeDesc {
		min-height: 192px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .patent .patentBox .nameBox .tit {
		font-size: 28px;
		line-height: 36px;
	}

	.wapper .patent.nocl .patentBox .techAdv li .name {
		font-size: 34px;
		line-height: 44px;
	}

	.wapper .patent.nocl .patentBox .techAdv li .descs {
		min-height: 150px;
	}

	.wapper .patent.nocl .patentBox .techAdv li .prizeDesc {
		min-height: 192px;
	}

	.wapper .patent.nocl .patentBox .techAdv li .picBox .titl {
		font-size: 18px;
	}

	.wapper .proAdvant .themeBox .title {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .proAdvant .proAdvantList li .themebox .theme {
		font-size: 18px;
		line-height: 30px;
	}

	.wapper .proAdvant .proAdvantList li .themebox .num {
		font-size: 58px;
		line-height: 58px;
	}
}

@media screen and (max-width:1280px) {
	.wapper .materials .materList li .name {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .materials .materList li .cnName {
		font-size: 20px;
		line-height: 34px;
	}

	.wapper .materials .materList li .name span {
		font-size: 24px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .patent.nocl .patentBox .techAdv {
		padding: 0 6.875%;
	}

	.wapper .applicable.nocl .scopeList li .textpart .icon img {
		max-height: 37px;
	}

	.wapper .applicable.nocl .scopeList li .textpart .text {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:1080px) {
	.wapper .materials .materList li .name {
		font-size: 40px;
		line-height: 50px;
	}

	.wapper .materials .materList li .cnName {
		font-size: 18px;
		line-height: 34px;
	}

	.wapper .materials .materList li .name span {
		font-size: 20px;
		margin-top: -6px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .patent.nocl .patentBox .pic {
		width: 90%;
		margin-top: -25%;
	}

	.wapper .patent .patentBox .nameBox .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.wapper .patent.nocl .patentBox .techAdv {
		padding: 0 4%;
	}

	.wapper .patent.nocl .patentBox .techAdv li {
		width: 100%;
		padding: 0;
		margin-bottom: 10%;
	}

	.wapper .patent.nocl .patentBox .techAdv li .name {
		font-size: 26px;
		line-height: 32px;
		text-align: center;
	}

	.wapper .patent.nocl .patentBox .techAdv li:nth-of-type(1) .name {
		text-align: center;
	}

	.wapper .patent.nocl .patentBox .techAdv li .tit {
		font-size: 14px;
		line-height: 28px;
		text-align: center;
	}

	.wapper .patent.nocl .patentBox .techAdv li:nth-of-type(1) .tit {
		text-align: center;
	}

	.wapper .patent.nocl .patentBox .techAdv li .descs {
		display: none;
	}

	.wapper .patent.nocl .patentBox .techAdv li .prizeDesc {
		display: none;
	}

	.wapper .patent.nocl .patentBox .techAdv li .picBox {
		margin-top: 4%;
	}

	.wapper .patent.nocl .patentBox .techAdv li .picBox .titl {
		font-size: 16px;
	}

	.wapper .materials {
		padding: 8% 0;
	}

	.wapper .materials .materList li {
		width: 100%;
		padding: 0 4%;
		margin-bottom: 4%;
	}

	.wapper .materials .materList li .mpic {
		display: block;
	}

	.wapper .materials .materList li:first-child .pic {
		display: none;
	}

	.wapper .materials .materList li .name {
		font-size: 34px;
		line-height: 44px;
	}

	.wapper .materials .materList li .name span {
		font-size: 18px;
	}

	.wapper .materials .materList li .cnName {
		font-size: 16px;
		line-height: 28px;
	}

	.wapper .materials .materList li:nth-of-type(2) .name {
		justify-content: flex-start;
	}

	.wapper .materials .materList li:nth-of-type(2) .cnName {
		text-align: left;
	}

	.wapper .proAdvant {
		padding: 10% 4%;
	}

	.wapper .proAdvant .themeBox .title {
		font-size: 26px;
		line-height: 32px;
	}

	.wapper .proAdvant .themeBox .tit {
		font-size: 12px;
		line-height: 18px;
		padding: 0 16%;
		box-sizing: border-box;
		margin-top: 1%;
	}

	.wapper .proAdvant .proAdvantList ul {
		display: block;
	}

	.wapper .proAdvant .proAdvantList li {
		width: 100%;
		padding: 8% 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		border-right: none;
	}

	.wapper .proAdvant .proAdvantList li:last-child {
		border-bottom: none;
	}

	.wapper .proAdvant .proAdvantList li .desc {
		display: none;
	}

	.wapper .proAdvant .proAdvantList li .themebox .theme {
		min-height: auto;
		font-size: 16px;
		line-height: 22px;
	}

	.wapper .proAdvant .proAdvantList li .themebox .num {
		font-size: 38px;
		line-height: 38px;
	}

	.wapper .applicable.nocl .scopeList ul {
		display: block;
	}

	.wapper .applicable.nocl .scopeList li {
		position: relative;
		width: 50%;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		border-bottom: 2px solid #fff;
	}

	.wapper .applicable.nocl .scopeList li:nth-of-type(2n) {
		border-right: 1px solid #fff;
		box-sizing: border-box;
		border-left: none;
	}

	.wapper .applicable.nocl .scopeList li:nth-of-type(1) {
		width: 100%;
		border-left: none;
	}

	.wapper .applicable.nocl .scopeList li .picbox .icon {
		display: none;
	}

	.wapper .applicable.nocl .scopeList li:nth-of-type(1) .picbox .pic {
		height: 200px;
		overflow: hidden;
	}

	.wapper .applicable.nocl .scopeList li:nth-of-type(1) .picbox .pic img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.wapper .applicable.nocl .scopeList li .textpart {
		width: 100%;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/opBg.png);
		z-index: 55;
		padding: 0 5%;
	}

	.wapper .applicable.nocl .scopeList li .textpart .icon img {
		height: 31px;
	}

	.wapper .applicable.nocl .scopeList li .textpart .text {
		font-size: 13px;
		line-height: 18px;
	}
}


/* äº§å“detail-é˜²æ°´è† */

.wapper .patent.fsg {
	background: url(../images/patentBg3.jpg) no-repeat top center;
	background-size: cover;
}

.wapper .patent.fsg .patentBox .pic {
	width: 30.5%;
	margin-top: -15%;
	padding-left: 0;
}

.wapper .patent.fsg .patentBox .techAdv {
	padding: 0 5%;
	box-sizing: border-box;
}

.wapper .patent.fsg .patentBox .techAdv li {
	width: 33.33%;
	padding: 0 3%;
}

.wapper .patent .patentBox .techAdv li .descs {
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	margin-top: 4%;
}

.wapper .awards.fsg {
	background: url(../images/awardsBg2.jpg) no-repeat center center;
	background-size: cover;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .compound {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: stretch;
}

.wapper .compound .pic {
	width: 50%;
	height: auto;
	float: left;
}

.wapper .compound .pic img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.wapper .compound .mpic {
	width: 100%;
	height: auto;
	float: left;
	display: none;
	margin-top: 4%;
}

.wapper .compound .mpic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .compound .textPart {
	width: 50%;
	height: auto;
	float: left;
	background: url(../images/compoundBg.jpg) no-repeat center center;
	background-size: cover;
}

.wapper .compound .textPart .cont {
	width: 100%;
	height: 100%;
	padding: 4.5vw;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wapper .compound .textPart .cont .name {
	width: 100%;
	height: auto;
	font-size: 50px;
	color: #cf9b62;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .compound .textPart .cont .tit {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #231f20;
	line-height: 1.2;
	margin-top: .5em;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .compound .textPart .cont .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #231f20;
	line-height: 1.8;
	margin-top: .7em;
}

.wapper .techecail {
	width: 100%;
	height: auto;
	padding: 6% 7.3%;
	box-sizing: border-box;
	background: url(../images/techBg.jpg) no-repeat center center;
	background-size: cover;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .techecail .textPart {
	width: 50%;
	height: auto;
}

.wapper .techecail .textPart .name {
	width: 100%;
	height: auto;
	font-size: 50px;
	color: #cf9b62;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .techecail .textPart .tit {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #fefefe;
	line-height: 1.2;
	font-weight: bolder;
	font-family: font_cent;
	margin-top: .5em;
}

.wapper .techecail .textPart .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.6;
	margin-top: 6%;
}

.wapper .techecail .pic {
	width: 44.5%;
	height: auto;
}

.wapper .techecail .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .traitList {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .traitList ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2%;
}

.wapper .traitList li {
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
}

.wapper .traitList li:nth-of-type(3n) {
	margin-right: 0;
}

.wapper .traitList li .pic {
	width: 100%;
	height: auto;
}

.wapper .traitList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .traitList li .opBg {
	width: 100%;
	height: 100%;
	background: rgba(35, 31, 32, 0.7);
	border: 15px solid rgba(35, 31, 32, 0);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.wapper .traitList li .opBg .traitCont {
	width: 100%;
	height: auto;
	padding: 0 10%;
	box-sizing: border-box;
	margin-top: 40%;
	transition: all 0.5s;
}

.wapper .traitList li .opBg .traitCont .icon {
	width: 100%;
	height: auto;
	justify-content: center;
	display: flex;
}

.wapper .traitList li .opBg .traitCont .icon img {
	width: auto;
	height: 80px;
	vertical-align: bottom;
}

.wapper .traitList li .opBg .traitCont .titl {
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #ffffff;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	margin-top: 3%;
}

.wapper .traitList li .opBg .traitCont .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
	margin-top: 6%;
	opacity: 0;
	transition: all 0.5s;
}

.wapper .traitList li .opBg .traitCont .desc br {
	font-size: 10px;
}

.wapper .traitList li:hover .opBg {
	background: rgba(146, 104, 58, 0.9);
	border: 15px solid rgba(228, 175, 117, 0.4);
}

.wapper .traitList li:hover .opBg .traitCont {
	margin-top: 5%;
}

.wapper .traitList li:hover .opBg .traitCont .desc {
	opacity: 1;
}

.wapper .applicable.nocl .scopeList li .textpart .tit {
	margin-top: .5em;
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #ffffff;
	line-height: 1.2;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

@media screen and (max-width:1690px) {
	.wapper .patent .patentBox .techAdv li .descs {
		font-size: 20px;
	}

	.wapper .compound .textPart .cont .name {
		font-size: 44px;
	}

	.wapper .compound .textPart .cont .tit {
		font-size: 24px;
	}

	.wapper .techecail .textPart .name {
		font-size: 44px;
	}

	.wapper .techecail .textPart .tit {
		font-size: 24px;
	}

	.wapper .traitList li .opBg .traitCont .icon img {
		height: 70px;
	}

	.wapper .traitList li .opBg .traitCont .titl {
		font-size: 20px;
	}

	.wapper .traitList li .opBg .traitCont .desc {
		font-size: 16px;
	}

	.wapper .traitList li .opBg .traitCont {
		padding: 0 8%;
		margin-top: 35%;
	}

	.wapper .applicable.nocl .scopeList li .textpart .tit {
		font-size: 22px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .patent .patentBox .techAdv li .descs {
		font-size: 18px;
	}

	.wapper .compound .textPart .cont {
		padding: 2.5vw;
	}

	.wapper .compound .textPart .cont .name {
		font-size: 38px;
	}

	.wapper .compound .textPart .cont .tit {
		font-size: 20px;
	}

	.wapper .techecail .textPart .name {
		font-size: 38px;
	}

	.wapper .techecail .textPart .tit {
		font-size: 20px;
	}

	.wapper .traitList li .opBg .traitCont .icon img {
		height: 60px;
	}

	.wapper .traitList li .opBg .traitCont .titl {
		font-size: 18px;
	}

	.wapper .traitList li .opBg .traitCont .desc {
		font-size: 14px;
	}

	.wapper .traitList li .opBg .traitCont {
		padding: 0 6%;
		margin-top: 35%;
	}

	.wapper .applicable.nocl .scopeList li .textpart .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .patent .patentBox .techAdv li .descs {
		font-size: 16px;
	}

	.wapper .compound .textPart .cont .name {
		font-size: 32px;
	}

	.wapper .compound .textPart .cont .tit {
		font-size: 18px;
	}

	.wapper .compound .textPart .cont .desc {
		line-height: 1.5;
	}

	.wapper .techecail .textPart .name {
		font-size: 32px;
	}

	.wapper .techecail .textPart .tit {
		font-size: 18px;
	}

	.wapper .techecail .textPart .desc {
		font-size: 14px;
	}

	.wapper .traitList li .opBg .traitCont .icon img {
		height: 50px;
	}

	.wapper .traitList li .opBg .traitCont .titl {
		font-size: 16px;
	}

	.wapper .traitList li .opBg .traitCont .desc {
		font-size: 13px;
	}

	.wapper .traitList li .opBg .traitCont {
		padding: 0 5%;
		margin-top: 35%;
	}

	.wapper .applicable.nocl .scopeList li .textpart .tit {
		font-size: 18px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .compound .textPart .cont .name {
		font-size: 28px;
	}

	.wapper .compound .textPart .cont .tit {
		font-size: 16px;
	}

	.wapper .compound .textPart .cont .desc {
		line-height: 1.3;
		font-size: 14px;
	}

	.wapper .techecail .textPart .name {
		font-size: 28px;
	}

	.wapper .techecail .textPart .tit {
		font-size: 16px;
	}

	.wapper .traitList li .opBg .traitCont .icon img {
		height: 40px;
	}

	.wapper .traitList li .opBg .traitCont .titl {
		font-size: 15px;
	}

	.wapper .traitList li .opBg .traitCont .desc {
		margin-top: 6px;
		font-size: 12px;
	}

	.wapper .traitList li .opBg .traitCont .desc p~p {
		margin-top: -10px;
	}

	.wapper .traitList li .opBg .traitCont {
		padding: 0 4%;
		margin-top: 35%;
	}
}

.wapper .banner.fsg .opBg .banCont {
	top: 36%;
}

@media screen and (max-width:1000px) {
	.wapper .patent.fsg {
		padding-bottom: 12%;
	}

	.wapper .banner.fsg .opBg .banCont {
		top: 39%;
	}

	.wapper .patent.fsg .patentBox .pic {
		width: 65%;
		margin-top: -26%;
	}

	.wapper .patent .patentBox .techAdv li .descs {
		display: none;
	}

	.wapper .patent.fsg .patentBox .techAdv {
		padding: 0;
	}

	.wapper .patent.fsg .patentBox .techAdv li {
		padding: 0 4% 0 2%;
	}

	.wapper .patent.fsg .patentBox .techAdv li .titl {
		font-size: 14px;
	}

	.wapper .awards.fsg {
		display: block;
		padding: 10% 4%;
	}

	.wapper .compound {
		display: block;
		padding: 10% 4%;
		box-sizing: border-box;
		background: url(../images/mcompoundBg.jpg) no-repeat top center #d5d4d3;
		background-size: 100% auto;
	}

	.wapper .compound .textPart {
		width: 100%;
	}

	.wapper .compound .textPart .cont {
		padding: 0;
	}

	.wapper .compound .textPart .cont .name {
		font-size: 6vw;
		text-align: left;
	}

	.wapper .compound .textPart .cont .tit {
		margin-top: .5em;
	}

	.wapper .compound .pic {
		display: none;
	}

	.wapper .compound .mpic {
		display: block;
	}

	.wapper .techecail {
		padding: 10% 4% 14%;
		display: block;
		overflow: hidden;
	}

	.wapper .techecail .textPart {
		width: 100%;
	}

	.wapper .techecail .textPart .name {
		font-size: 6vw;
		text-align: left;
	}

	.wapper .techecail .textPart .tit {
		width: 100%;
		margin: auto;
		text-align: left;
		margin-top: .5em;
	}

	.wapper .techecail .textPart .desc {
		margin-top: 4%;
	}

	.wapper .techecail .pic {
		width: 100%;
		margin-top: 6%;
	}

	.wapper .traitList ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.wapper .traitList li {
		width: 100%;
	}

	.wapper .traitList li .pic {
		height: 182px;
		overflow: hidden;
	}

	.wapper .traitList li .pic img {
		position: relative;
		top: 45%;
		transform: translateY(-50%);
	}

	.wapper .traitList li .opBg .traitCont {
		margin-top: 7%;
	}

	.wapper .traitList li:hover .opBg .traitCont {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		margin-top: 0;
	}

	.wapper .traitList li .opBg .traitCont .desc {
		display: none;
		font-size: 12px;
	}

	.wapper .traitList li:hover .opBg .traitCont .desc {
		display: none;
	}

	.wapper .applicable.nocl .scopeList li .textpart .tit {
		font-size: 16px;
	}
}


/* äº§å“Detail-çŽ°åˆ¶é˜²æ°´ */

.wapper .banner .opBg.zxfs .banCont {
	top: 23%;
}

.wapper .banner .opBg.zxfs {
	background: rgba(0, 0, 0, 0);
}

.wapper .banner .opBg.zxfs .banCont .cnName {
	font-size: 88px;
	line-height: 98px;
}

.wapper .banner .opBg.zxfs .banCont .zxdesc {
	width: 100%;
	height: auto;
	font-size: 32px;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
}

.wapper .patent.zxfs {
	background: url(../images/patentBg2.jpg) no-repeat top center;
}

.wapper .patent.zxfs .patentBox .pic {
	width: 36.5%;
	margin-top: -14%;
}

.wapper .patent .patentBox .nameBox .fourTit {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #ffffff;
	line-height: 80px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .patent .patentBox .nameBox .fourTit span {
	font-size: 160px;
	color: #cf9b62;
	font-weight: lighter;
}

.wapper .patent .patentBox .nameBox .fourTxt {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #ffffff;
	line-height: 58px;
	text-align: center;
}

.wapper .patent .patentBox .newsTech {
	width: 100%;
	height: auto;
	margin-top: 4%;
	padding: 0 4%;
	box-sizing: border-box;
}

.wapper .patent .patentBox .newsTech li {
	width: 25%;
	height: auto;
	float: left;
	padding: 0 3%;
	box-sizing: border-box;
	background: url(../images/icon7.png) no-repeat right 100px;
}

.wapper .patent .patentBox .newsTech li:last-child {
	background: none;
}

.wapper .patent .patentBox .newsTech li .tit {
	width: 100%;
	height: auto;
	font-size: 32px;
	color: #ffffff;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .patent .patentBox .newsTech li .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 3%;
}

.wapper .newMaterial {
	width: 100%;
	height: auto;
	padding: 6% 6.875%;
	box-sizing: border-box;
	background: url(../images/newMaterialBg.jpg) no-repeat center center;
	background-size: cover;
}

.wapper .newMaterial .titlebox {
	width: 100%;
	height: auto;
}

.wapper .newMaterial .titlebox .titl {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #cf9b62;
	line-height: 80px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .newMaterial .titlebox .txt {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #8d8d8d;
	line-height: 28px;
	text-align: center;
}

.wapper .newMaterial .newMaterCont {
	width: 100%;
	height: auto;
	margin-top: 4%;
	overflow: hidden;
}

.wapper .newMaterial .newMaterCont .left {
	width: 35%;
	height: auto;
	float: left;
	margin-right: 3%;
}

.wapper .newMaterial .newMaterCont .left .titl {
	width: 100%;
	height: auto;
	font-size: 42px;
	color: #cf9b62;
	line-height: 48px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .newMaterial .newMaterCont .left .desc {
	width: 100%;
	height: auto;
	font-size: 17px;
	color: #ffffff;
	line-height: 28px;
	margin-top: 6%;
}

.wapper .newMaterial .newMaterCont .middle {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 3%;
}

.wapper .newMaterial .newMaterCont .middle .pic {
	width: 100%;
	height: auto;
}

.wapper .newMaterial .newMaterCont .middle .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .newMaterial .newMaterCont .right {
	width: 29%;
	height: auto;
	float: right;
}

.wapper .newMaterial .newMaterCont .right .tit {
	width: 100%;
	height: auto;
	font-size: 42px;
	color: #000000;
	line-height: 48px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: right;
}

.wapper .newMaterial .newMaterCont .right .desc {
	width: 100%;
	height: auto;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 28px;
	margin-top: 6%;
	text-align: right;
}

.wapper .standard {
	width: 100%;
	height: auto;
	padding: 8% 5.9375%;
	box-sizing: border-box;
	background: url(../images/standardBg.jpg) no-repeat center center;
	background-size: cover;
}

.wapper .standard .picbox {
	width: 45.5%;
	height: auto;
	float: left;
}

.wapper .standard .picbox .pic {
	width: 100%;
	height: auto;
}

.wapper .standard .picbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .standard .textPart {
	width: 45%;
	height: auto;
	float: right;
}

.wapper .standard .textPart .title {
	width: 100%;
	height: auto;
	font-size: 46px;
	color: #cf9b62;
	line-height: 80px;
}

.wapper .standard .textPart .title span {
	font-size: 70px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .standard .textPart .tit {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #8d8d8d;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .standard .textPart .desc {
	width: 100%;
	height: auto;
	font-size: 17px;
	color: #ffffff;
	line-height: 28px;
	margin-top: 6%;
}

.wapper .craft {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .craft .pic {
	width: 100%;
	height: auto;
}

.wapper .craft .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .craft .craftCont {
	width: 44.7%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 7.5%;
	transform: translateY(-50%);
}

.wapper .craft .craftCont .title {
	width: 100%;
	height: auto;
	font-size: 46px;
	color: #cf9b62;
	line-height: 80px;
}

.wapper .craft .craftCont .title span {
	font-size: 70px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .craft .craftCont .tit {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #313033;
	line-height: 36px;
	font-weight: bolder;
	font-family: font_cent;
	letter-spacing: 12px;
}

.wapper .craft .craftCont .desc {
	width: 100%;
	height: auto;
	font-size: 17px;
	color: rgba(49, 48, 51, 0.8);
	line-height: 28px;
	margin-top: 6%;
}

.wapper .result {
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
}

.wapper .result .resultTab {
	width: 25%;
	height: auto;
	float: left;
}

.wapper .result .resultTab ul {
	width: 100%;
	height: 100%;
	background: #231f20;
}

.wapper .result .resultTab li {
	width: 100%;
	height: 33.33%;
	align-items: center;
	display: flex;
	cursor: pointer;
}

.wapper .result .resultTab li:nth-of-type(1) {
	background: rgba(207, 155, 98, 0.9);
}

.wapper .result .resultTab li:nth-of-type(2) {
	background: rgba(207, 155, 98, 0.8);
}

.wapper .result .resultTab li:nth-of-type(3) {
	background: rgba(207, 155, 98, 0.5);
}

.wapper .result .resultTab li.now:nth-of-type(1) {
	background: url(../images/nowIcon.png) no-repeat 94% center rgba(207, 155, 98, 0.9);
}

.wapper .result .resultTab li.now:nth-of-type(2) {
	background: url(../images/nowIcon.png) no-repeat 94% center rgba(207, 155, 98, 0.8);
}

.wapper .result .resultTab li.now:nth-of-type(3) {
	background: url(../images/nowIcon.png) no-repeat 94% center rgba(207, 155, 98, 0.5);
}

.wapper .result .resultTab li .cont {
	width: 100%;
	height: auto;
}

.wapper .result .resultTab li .titl {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #ffffff;
	align-items: flex-end;
	justify-content: center;
	display: flex;
	font-weight: lighter;
}

.wapper .result .resultTab li .titl span.num {
	font-size: 84px;
	line-height: 84px;
	font-weight: bolder;
	font-family: font_cent;
	margin-left: 10px;
}

.wapper .result .resultTab li .text {
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .result .resultCont {
	width: 75%;
	height: auto;
	float: left;
}

.wapper .result .resultCont .resultItem {
	width: 100%;
	height: auto;
	position: relative;
	display: none;
}

.wapper .result .resultCont .resultItem.now {
	display: block;
}

.wapper .result .resultCont .resultItem .pic {
	width: 100%;
	height: auto;
}

.wapper .result .resultCont .resultItem .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .result .resultCont .resultItem .opBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.wapper .result .resultCont .resultItem .opBg .num {
	width: auto;
	height: auto;
	position: absolute;
	top: 9%;
	right: 9%;
	font-size: 132px;
	color: #ffffff;
	line-height: 132px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .result .resultCont .resultItem .opBg .cont {
	width: auto;
	height: auto;
	position: absolute;
	right: 9%;
	bottom: 9%;
}

.wapper .result .resultCont .resultItem .opBg .cont .theme {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #cf9b62;
	line-height: 78px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: right;
}

.wapper .result .resultCont .resultItem .opBg .cont .tit {
	width: 100%;
	height: auto;
	font-size: 46px;
	color: #cf9b62;
	line-height: 52px;
	text-align: right;
}

.wapper .result .resultCont .resultItem .opBg .cont .desc {
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
	text-align: right;
	margin-top: 6%;
	padding-right: 12px;
	box-sizing: border-box;
}

.wapper .result .resultCont .resultItem .opBg .cont .desc span {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
}

.wapper .result .resultCont .resultItem .opBg .cont .desc span::after {
	content: '';
	width: 2px;
	height: 32px;
	position: absolute;
	right: -12px;
	top: 0;
	background: #fff;
}

.wapper .exhibition {
	width: 100%;
	height: auto;
	padding: 6% 12%;
	box-sizing: border-box;
	background: #fff;
}

.wapper .exhibition .title {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #cf9b62;
	line-height: 76px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .exhibition .desc {
	width: 60%;
	height: auto;
	margin: auto;
	font-size: 18px;
	color: #676668;
	line-height: 40px;
	text-align: center;
	margin-top: 3%;
}

.wapper .exhibition .cityTab {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .exhibition .cityTab ul {
	justify-content: center;
	align-items: center;
	display: flex;
}

.wapper .exhibition .cityTab li {
	width: auto;
	height: auto;
	float: left;
	font-size: 32px;
	color: #231f20;
	line-height: 40px;
	font-weight: bolder;
	font-family: font_cent;
	margin: 0 26px;
	cursor: pointer;
	transition: color 0.5s;
	padding-top: 12px;
}

.wapper .exhibition .cityTab li.now {
	background: url(../images/nowIcon2.png) no-repeat top center;
	color: #da2128;
}

.wapper .exhibition .cityTab li:hover {
	background: url(../images/nowIcon2.png) no-repeat top center;
	color: #da2128;
}

.wapper .exhibition .cityCont {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .exhibition .cityCont .cityItem {
	width: 100%;
	height: auto;
	display: none;
}

.wapper .exhibition .cityCont .cityItem.now {
	display: block;
}

.wapper .exhibition .cityCont .cityItem .pic {
	width: 100%;
	height: auto;
}

.wapper .exhibition .cityCont .cityItem .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width:1690px) {
	.wapper .banner .opBg.zxfs .banCont .cnName {
		font-size: 78px;
		line-height: 88px;
	}

	.wapper .banner .opBg.zxfs .banCont .zxdesc {
		font-size: 30px;
		line-height: 36px;
	}

	.wapper .patent .patentBox .nameBox .fourTit {
		font-size: 60px;
		line-height: 70px;
	}

	.wapper .patent .patentBox .nameBox .fourTit span {
		font-size: 140px;
	}

	.wapper .patent .patentBox .nameBox .fourTxt {
		font-size: 18px;
		line-height: 56px;
	}

	.wapper .patent .patentBox .newsTech li .tit {
		font-size: 30px;
	}

	.wapper .newMaterial .titlebox .titl {
		font-size: 60px;
		line-height: 70px;
	}

	.wapper .newMaterial .titlebox .txt {
		font-size: 18px;
	}

	.wapper .newMaterial .newMaterCont .left .titl {
		font-size: 38px;
		line-height: 46px;
	}

	.wapper .newMaterial .newMaterCont .right .tit {
		font-size: 38px;
		line-height: 46px;
	}

	.wapper .newMaterial .newMaterCont .left .desc {
		font-size: 16px;
	}

	.wapper .newMaterial .newMaterCont .right .desc {
		font-size: 16px;
	}

	.wapper .standard .textPart .title {
		font-size: 38px;
		line-height: 70px;
	}

	.wapper .standard .textPart .title span {
		font-size: 60px;
	}

	.wapper .standard .textPart .tit {
		font-size: 24px;
		line-height: 38px;
	}

	.wapper .craft .craftCont .title {
		font-size: 38px;
		line-height: 70px;
	}

	.wapper .craft .craftCont .title span {
		font-size: 60px;
	}

	.wapper .craft .craftCont .tit {
		font-size: 24px;
		line-height: 38px;
		letter-spacing: 10px;
	}

	.wapper .result .resultTab li .titl span.num {
		font-size: 74px;
		line-height: 74px;
	}

	.wapper .result .resultTab li .titl {
		font-size: 26px;
	}

	.wapper .result .resultTab li .text {
		font-size: 28px;
		line-height: 38px;
	}

	.wapper .result .resultCont .resultItem .opBg .num {
		font-size: 112px;
		line-height: 112px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .theme {
		font-size: 60px;
		line-height: 60px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .tit {
		font-size: 42px;
		line-height: 48px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .desc span {
		font-size: 22px;
		line-height: 30px;
	}

	.wapper .exhibition .title {
		font-size: 60px;
		line-height: 66px;
	}
}

@media screen and (max-width:1600px) {
	.wapper .standard .textPart .title {
		font-size: 33px;
		line-height: 60px;
	}

	.wapper .standard .textPart .title span {
		font-size: 50px;
	}

	.wapper .standard .textPart .tit {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .standard .textPart .desc {
		font-size: 16px;
	}

	.wapper .craft .craftCont .title {
		font-size: 33px;
		line-height: 60px;
	}

	.wapper .craft .craftCont .title span {
		font-size: 50px;
	}

	.wapper .craft .craftCont .tit {
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 8px;
	}

	.wapper .craft .craftCont .desc {
		font-size: 16px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .banner .opBg.zxfs .banCont .cnName {
		font-size: 68px;
		line-height: 78px;
	}

	.wapper .banner .opBg.zxfs .banCont .zxdesc {
		font-size: 28px;
		line-height: 34px;
	}

	.wapper .patent .patentBox .nameBox .fourTit {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .patent .patentBox .nameBox .fourTit span {
		font-size: 120px;
	}

	.wapper .patent .patentBox .nameBox .fourTxt {
		font-size: 16px;
		line-height: 54px;
	}

	.wapper .patent .patentBox .newsTech li .tit {
		font-size: 28px;
	}

	.wapper .patent .patentBox .newsTech li .desc {
		font-size: 15px;
	}

	.wapper .newMaterial .titlebox .titl {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .newMaterial .titlebox .txt {
		font-size: 17px;
	}

	.wapper .newMaterial .newMaterCont .left .titl {
		font-size: 34px;
		line-height: 42px;
	}

	.wapper .newMaterial .newMaterCont .right .tit {
		font-size: 34px;
		line-height: 42px;
	}

	.wapper .newMaterial .newMaterCont .right .desc {
		font-size: 15px;
	}

	.wapper .newMaterial .newMaterCont .left .desc {
		font-size: 15px;
	}

	.wapper .result .resultTab li .titl span.num {
		font-size: 64px;
		line-height: 64px;
	}

	.wapper .result .resultTab li .titl {
		font-size: 24px;
	}

	.wapper .result .resultTab li .text {
		font-size: 22px;
		line-height: 36px;
	}

	.wapper .result .resultCont .resultItem .opBg .num {
		font-size: 92px;
		line-height: 92px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .theme {
		font-size: 50px;
		line-height: 50px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .tit {
		font-size: 38px;
		line-height: 44px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .desc span {
		font-size: 20px;
		line-height: 28px;
	}

	.wapper .exhibition .title {
		font-size: 50px;
		line-height: 56px;
	}

	.wapper .exhibition .desc {
		font-size: 17px;
	}

	.wapper .exhibition .cityTab li {
		font-size: 28px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .banner .opBg.zxfs .banCont {
		width: 70%;
		margin-left: -35%;
	}

	.wapper .banner .opBg.zxfs .banCont .cnName {
		font-size: 58px;
		line-height: 68px;
	}

	.wapper .banner .opBg.zxfs .banCont .zxdesc {
		font-size: 26px;
		line-height: 32px;
	}

	.wapper .patent .patentBox .nameBox .fourTit {
		font-size: 40px;
		line-height: 50px;
	}

	.wapper .patent .patentBox .nameBox .fourTit span {
		font-size: 100px;
	}

	.wapper .patent .patentBox .nameBox .fourTxt {
		font-size: 15px;
		line-height: 52px;
	}

	.wapper .patent .patentBox .newsTech li .tit {
		font-size: 24px;
	}

	.wapper .patent .patentBox .newsTech li .desc {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .newMaterial .titlebox .titl {
		font-size: 40px;
		line-height: 50px;
	}

	.wapper .newMaterial .titlebox .txt {
		font-size: 16px;
	}

	.wapper .newMaterial .newMaterCont .left .titl {
		font-size: 30px;
		line-height: 38px;
	}

	.wapper .newMaterial .newMaterCont .right .tit {
		font-size: 30px;
		line-height: 38px;
	}

	.wapper .newMaterial .newMaterCont .right .desc {
		font-size: 14px;
	}

	.wapper .newMaterial .newMaterCont .left .desc {
		font-size: 14px;
	}

	.wapper .standard .textPart .title {
		font-size: 30px;
		line-height: 50px;
	}

	.wapper .standard .textPart .title span {
		font-size: 40px;
	}

	.wapper .standard .textPart .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.wapper .standard .textPart .desc {
		font-size: 15px;
	}

	.wapper .craft .craftCont .title {
		font-size: 30px;
		line-height: 50px;
	}

	.wapper .craft .craftCont .title span {
		font-size: 40px;
	}

	.wapper .craft .craftCont .tit {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 6px;
	}

	.wapper .craft .craftCont .desc {
		font-size: 15px;
	}

	.wapper .result .resultTab li .titl span.num {
		font-size: 54px;
		line-height: 54px;
	}

	.wapper .result .resultTab li .titl {
		font-size: 22px;
	}

	.wapper .result .resultTab li .text {
		font-size: 20px;
		line-height: 34px;
	}

	.wapper .result .resultCont .resultItem .opBg .num {
		font-size: 72px;
		line-height: 72px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .theme {
		font-size: 40px;
		line-height: 40px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .tit {
		font-size: 34px;
		line-height: 40px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .desc span {
		font-size: 18px;
		line-height: 28px;
	}

	.wapper .exhibition .title {
		font-size: 40px;
		line-height: 46px;
	}

	.wapper .exhibition .desc {
		width: 80%;
		font-size: 16px;
	}

	.wapper .exhibition .cityTab li {
		font-size: 24px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .banner .opBg.zxfs .banCont .cnName {
		font-size: 48px;
		line-height: 58px;
	}

	.wapper .banner .opBg.zxfs .banCont .zxdesc {
		font-size: 24px;
		line-height: 30px;
	}

	.wapper .patent .patentBox .nameBox .fourTit {
		font-size: 36px;
		line-height: 46px;
	}

	.wapper .patent .patentBox .nameBox .fourTit span {
		font-size: 80px;
	}

	.wapper .patent .patentBox .nameBox .fourTxt {
		font-size: 14px;
		line-height: 52px;
	}

	.wapper .patent .patentBox .newsTech li .tit {
		font-size: 22px;
	}

	.wapper .patent .patentBox .newsTech li .desc {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .newMaterial .titlebox .titl {
		font-size: 36px;
		line-height: 46px;
	}

	.wapper .newMaterial .titlebox .txt {
		font-size: 14px;
	}

	.wapper .newMaterial .newMaterCont .left .titl {
		font-size: 28px;
		line-height: 36px;
	}

	.wapper .newMaterial .newMaterCont .right .tit {
		font-size: 28px;
		line-height: 36px;
	}

	.wapper .newMaterial .newMaterCont .right .desc {
		font-size: 14px;
	}

	.wapper .newMaterial .newMaterCont .left .desc {
		font-size: 14px;
	}

	.wapper .standard .textPart .title {
		font-size: 27px;
		line-height: 46px;
	}

	.wapper .standard .textPart .title span {
		font-size: 36px;
	}

	.wapper .standard .textPart .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.wapper .standard .textPart .desc {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .craft .craftCont .title {
		font-size: 27px;
		line-height: 46px;
	}

	.wapper .craft .craftCont .title span {
		font-size: 36px;
	}

	.wapper .craft .craftCont .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.wapper .craft .craftCont .desc {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .result .resultTab li .titl span.num {
		font-size: 48px;
		line-height: 48px;
	}

	.wapper .result .resultTab li .titl {
		font-size: 20px;
	}

	.wapper .result .resultTab li .text {
		font-size: 18px;
		line-height: 32px;
	}

	.wapper .result .resultCont .resultItem .opBg .num {
		font-size: 62px;
		line-height: 62px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .theme {
		font-size: 36px;
		line-height: 36px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .tit {
		font-size: 30px;
		line-height: 46px;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .desc span {
		font-size: 16px;
		line-height: 26px;
	}

	.wapper .exhibition .title {
		font-size: 36px;
		line-height: 42px;
	}

	.wapper .exhibition .desc {
		width: 80%;
		font-size: 16px;
	}

	.wapper .exhibition .cityTab li {
		font-size: 22px;
	}
}

@media screen and (max-width:1070px) {
	.wapper .standard .textPart .title {
		font-size: 24px;
		line-height: 46px;
	}

	.wapper .standard .textPart .title span {
		font-size: 36px;
	}

	.wapper .standard .textPart .tit {
		font-size: 15px;
		line-height: 28px;
	}

	.wapper .standard .textPart .desc {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .craft .craftCont .title {
		font-size: 24px;
		line-height: 46px;
	}

	.wapper .craft .craftCont .title span {
		font-size: 36px;
	}

	.wapper .craft .craftCont .tit {
		font-size: 15px;
		line-height: 28px;
	}

	.wapper .craft .craftCont .desc {
		font-size: 14px;
		line-height: 28px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .banner .opBg.zxfs .banCont {
		width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
		margin-left: -50%;
		top: 13%;
	}

	.wapper .banner .opBg.zxfs .banCont .cnName {
		font-size: 28px;
		line-height: 36px;
	}

	.wapper .banner .opBg.zxfs .banCont .zxdesc {
		font-size: 14px;
		line-height: 32px;
	}

	.wapper .patent.zxfs .patentBox .pic {
		width: 75%;
		margin-top: -24%;
	}

	.wapper .patent .patentBox .nameBox .fourTit span {
		font-size: 50px;
	}

	.wapper .patent .patentBox .nameBox .fourTit {
		font-size: 28px;
		line-height: 36px;
		align-items: center;
		justify-content: center;
		display: flex;
		margin-top: 4%;
	}

	.wapper .patent .patentBox .nameBox .fourTxt {
		line-height: 32px;
	}

	.wapper .patent .patentBox .newsTech li {
		width: 100%;
		padding: 6% 0 9%;
		overflow: hidden;
		align-items: flex-start;
		justify-content: space-between;
		display: flex;
		background: url(../images/icon7.png) no-repeat center bottom;
		background-size: 14px;
	}

	.wapper .patent .patentBox .newsTech li .tit {
		width: auto;
		min-width: 60px;
		float: left;
		font-size: 18px;
		margin-right: 20px;
	}

	.wapper .patent .patentBox .newsTech li .desc {
		margin-top: 0;
	}

	.wapper .newMaterial {
		padding: 8% 4% 20%;
		position: relative;
	}

	.wapper .newMaterial .titlebox .titl {
		font-size: 28px;
		line-height: 36px;
	}

	.wapper .newMaterial .newMaterCont {
		overflow: visible;
	}

	.wapper .newMaterial .newMaterCont .left .desc {
		display: none;
	}

	.wapper .newMaterial .newMaterCont .right .desc {
		display: none;
	}

	.wapper .newMaterial .newMaterCont .middle {
		width: 70%;
		position: relative;
		left: 28%;
		margin-bottom: 4%;
		margin-top: 4%;
		float: none;
	}

	.wapper .newMaterial .newMaterCont .left {
		width: 50%;
		position: absolute;
		left: 0;
		bottom: -26%;
		padding: 0 0%;
		box-sizing: border-box;
	}

	.wapper .newMaterial .newMaterCont .left .titl {
		font-size: 17px;
		line-height: 28px;
	}

	.wapper .newMaterial .newMaterCont .right {
		width: 53%;
		position: absolute;
		right: -3%;
		bottom: -26%;
		padding: 0 0%;
		box-sizing: border-box;
		text-align: right;
	}

	.wapper .newMaterial .newMaterCont .right .tit {
		font-size: 17px;
		line-height: 28px;
	}

	.wapper .standard {
		padding: 8% 4%;
	}

	.wapper .standard .textPart {
		width: 100%;
		float: left;
	}

	.wapper .standard .textPart .title {
		font-size: 20px;
		line-height: 32px;
		text-align: center;
	}

	.wapper .standard .textPart .title span {
		font-size: 28px;
	}

	.wapper .standard .textPart .tit {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}

	.wapper .standard .picbox {
		width: 100%;
		margin-top: 4%;
	}

	.wapper .craft {
		padding-top: 6%;
		background: url(../images/craftBg.jpg);
	}

	.wapper .craft .craftCont {
		width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
		position: static;
		transform: translateY(0);
	}

	.wapper .craft .craftCont .title {
		font-size: 20px;
		line-height: 32px;
		text-align: center;
	}

	.wapper .craft .craftCont .title span {
		font-size: 28px;
	}

	.wapper .craft .craftCont .tit {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		letter-spacing: 4px;
	}

	.wapper .craft .pic {
		height: 240px;
		overflow: hidden;
		margin-top: -15%;
	}

	.wapper .craft .pic img {
		width: 150%;
		margin-left: -50%;
		vertical-align: bottom;
	}

	.wapper .result {
		display: block;
		position: relative;
		overflow: hidden;
		padding-bottom: 108px;
	}

	.wapper .result .resultTab {
		float: right;
		width: 100%;
		position: absolute;
		bottom: 0;
	}

	.wapper .result .resultCont {
		float: right;
		width: 100%;
	}

	.wapper .result .resultCont .resultItem .opBg .cont {
		right: auto;
		left: 4%;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .theme {
		font-size: 28px;
		line-height: 36px;
		text-align: left;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .tit {
		font-size: 20px;
		line-height: 32px;
		text-align: left;
		margin-top: 7%;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .desc {
		padding-right: 0;
		/* padding-left: 10px; */
		text-align: left;
		margin-top: 1%;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .desc span {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		position: relative;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .desc span::after {
		right: 10px;
		height: 24px;
		top: 0;
		display: none;
	}

	.wapper .result .resultCont .resultItem .opBg .cont .desc span::before {
		/* content: '';
        width: 2px;
        height: 28px;
        position: absolute;
        left: -10px;
        top: 0;
        background: #fff; */
	}

	.wapper .result .resultCont .resultItem .opBg .num {
		font-size: 42px;
		line-height: 42px;
	}

	.wapper .result .resultTab li {
		width: 33.33%;
		float: left;
		padding: 26px 0;
	}

	.wapper .result .resultTab li .titl {
		font-size: 12px;
	}

	.wapper .result .resultTab li .titl span.num {
		font-size: 28px;
		line-height: 28px;
		margin-left: 4px;
	}

	.wapper .result .resultTab li .text {
		font-size: 12px;
		line-height: 28px;
	}

	.wapper .result .resultTab li.now:nth-of-type(1) {
		background: url(../images/nowIcon.png) no-repeat center 10px rgba(207, 155, 98, 0.9);
		background-size: 7px;
	}

	.wapper .result .resultTab li.now:nth-of-type(2) {
		background: url(../images/nowIcon.png) no-repeat center 10px rgba(207, 155, 98, 0.8);
		background-size: 7px;
	}

	.wapper .result .resultTab li.now:nth-of-type(3) {
		background: url(../images/nowIcon.png) no-repeat center 10px rgba(207, 155, 98, 0.5);
		background-size: 7px;
	}

	.wapper .exhibition {
		padding: 8% 4% 12%;
	}

	.wapper .exhibition .title {
		font-size: 26px;
		line-height: 36px;
	}

	.wapper .exhibition .desc {
		width: 100%;
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .exhibition .cityTab li {
		font-size: 18px;
		line-height: 32px;
		margin: 0 8px;
		padding-top: 6px;
	}

	.wapper .exhibition .cityTab li.now {
		background-size: 5px;
	}
}


/* å…¬å‘ŠList */

.wapper .navMenu {
	width: 100%;
	height: auto;
	margin-top: 82px;
	justify-content: center;
	display: flex;
	background: #fff;
}

.wapper .navMenu.ts {
	border-bottom: 1px solid #ececec;
	/* height: 0; */
}

.wapper .navMenu li {
	width: auto;
	height: auto;
	float: left;
	margin: 0 30px;
}

.wapper .navMenu li a {
	display: block;
	font-size: 20px;
	color: #231f20;
	line-height: 78px;
	position: relative;
	transition: all 0.5s;
}

.wapper .navMenu li a::after {
	content: '';
	width: 0%;
	height: 3px;
	background: #cf9b62;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
}

.wapper .navMenu li a.cur {
	color: #cf9b62;
}

.wapper .navMenu li a.cur::after {
	width: 100%;
	opacity: 1;
}

.wapper .navMenu li:hover a {
	color: #cf9b62;
}

.wapper .navMenu li:hover a::after {
	width: 100%;
	opacity: 1;
}

.wapper .bulletin {
	width: 100%;
	height: auto;
	padding: 6% 7.6%;
	background: #fff;
	box-sizing: border-box;
}

.wapper .bulletin .themebox {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wapper .bulletin .themebox .theme {
	width: auto;
	height: auto;
	float: left;
	font-size: 56px;
	color: #231f20;
	line-height: 86px;
	font-weight: bolder;
	font-family: font_cent;
	align-items: center;
	display: flex;
}

.wapper .bulletin .themebox .theme span {
	display: none !important;
	font-size: 65px;
	color: #da2128;
	font-weight: bolder;
	font-family: font_cent;
	font-family: font_cent
}

.wapper .bulletin .themebox .location {
	display: none !important;
	width: auto;
	height: auto;
	float: right;
	padding-left: 10px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 15px;
}

.wapper .bulletin .themebox .location .locat {
	width: 100%;
	height: auto;
}

.wapper .bulletin .themebox .location .locat li {
	width: auto;
	height: auto;
	float: left;
	padding: 0 12px 0 16px;
	box-sizing: border-box;
	background: url(../images/icon10.png) no-repeat left center;
}

.wapper .bulletin .themebox .location .locat li:first-child {
	background: url(../images/icon9.png) no-repeat left center;
}

.wapper .bulletin .themebox .location .locat li a {
	font-size: 14px;
	color: #858585;
	line-height: 24px;
	transition: all 0.5s;
}

.wapper .bulletin .themebox .location .locat li:hover a {
	color: #da2128;
}

.wapper .bulletin .bullList {
	width: 100%;
	height: auto;
	margin-top: 6%;
	margin-bottom: 4%;
}

.wapper .bulletin .bullList li {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 4%;
	border-bottom: 1px solid #ececec;
	position: relative;
	transition: all 0.5s;
}

.wapper .bulletin .bullList li::after {
	content: '';
	width: 111px;
	height: 1px;
	background: #cf9b62;
	position: absolute;
	bottom: -1;
	left: 0;
	z-index: 22;
	opacity: 0;
	transition: all 0.5s;
}

.wapper .bulletin .bullList li:nth-of-type(1) {
	border-top: 1px solid #ececec;
}

.wapper .bulletin .bullList li:nth-of-type(2) {
	border-top: 1px solid #ececec;
}

.wapper .bulletin .bullList li:nth-of-type(2n) {
	margin-right: 0;
}

.wapper .bulletin .bullList li a {
	display: block;
	align-items: center;
	display: flex;
	padding: 4% 0;
}

.wapper .bulletin .bullList li .time {
	width: auto;
	height: auto;
	float: left;
	font-size: 22px;
	color: #cfcfcf;
	line-height: 36px;
	position: relative;
	margin-right: 4%;
	transition: all 0.5s;
}

.wapper .bulletin .bullList li .icon {
	width: 26px !important;
	height: 26px;
	float: left;
	margin-right: 18px !important;
	border-radius: 50%;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	display: flex;
	transition: all 0.5s 0.3s;
}

.wapper .bulletin .bullList li .icon img {
	width: 9px;
	height: auto;
	vertical-align: middle;
}

.wapper .bulletin .bullList li:hover .icon {
	background: #da2128;
}

.wapper .bulletin .bullList li .icon .vessel {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.5s;
}

.wapper .bulletin .bullList li .icon .vesCont {
	width: 9px;
	height: 8px;
	align-items: center;
	display: flex;
	overflow: hidden;
}

.wapper .bulletin .bullList li .icon .vesCont img {
	width: auto;
	height: 8px;
}

.wapper .bulletin .bullList li .icon .qian {
	transform: translate3d(0px, 0, 0);
}

.wapper .bulletin .bullList li .icon .hou {
	transform: translate3d(-40px, 0, 0);
}

.wapper .bulletin .bullList li:hover .icon .qian {
	transform: translate3d(15px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .bulletin .bullList li:hover .icon .hou {
	transform: translate3d(-9px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .bulletin .bullList li .tit {
	width: 72%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #231f20;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s;
}

.wapper .bulletin .bullList li:hover {
	border-bottom: 1px solid #da2128;
}

.wapper .bulletin .bullList li:hover::after {
	opacity: 1;
}

.wapper .bulletin .bullList li:hover .time {
	color: #cf9b62;
}

.wapper .bulletin .bullList li:hover .tit {
	color: #da2128;
}

.pages {
	width: 100%;
	height: auto;
	overflow: hidden;
	justify-content: center;
	display: flex;
	margin: 0% 0 4%;
	box-sizing: border-box;
}

.pages .pagesBox {
	width: 100%;
	height: 46px;
	margin: auto;
	text-align: center;
	justify-content: center;
	display: flex;
}

.pages .pagesBox li {
	float: left;
	margin: 0 10px;
	width: auto;
	height: 100%;
	color: #666666;
	line-height: 44px;
	font-size: 22px;
	cursor: pointer;
	font-weight: bold;
	font-family: font_cent;
}

.pages .pagesBox li a.prev,
.pages .pagesBox li a.next {
	width: 44px;
	height: 44px;
	float: left;
	font-size: 22px;
	color: #666666;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	transition: all 0.5s;
	font-family: font_en;
}

.pages .pagesBox li a.prev:hover,
.pages .pagesBox li a.next:hover {
	color: #cf9b62;
}

.pages .pagesBox li a.list {
	width: auto;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	color: #666666;
	padding: 0 2px;
	box-sizing: border-box;
	text-align: center;
	float: left;
	overflow: hidden;
	transition: all 0.5s;
	font-family: font_en;
}

.pages .pagesBox li a.list.now {
	color: #cf9b62;
	border-bottom: 2px solid #cf9b62;
	box-sizing: border-box;
}

.pages .pagesBox li a.list:hover {
	color: #cf9b62;
	border-bottom: 2px solid #cf9b62;
	box-sizing: border-box;
}

@media screen and (max-width:1690px) {
	.wapper .bulletin .bullList li .tit {
		width: 69%;
	}
}

@media screen and (max-width:1550px) {
	.wapper .bulletin .themebox .theme {
		font-size: 50px;
		line-height: 76px;
	}

	.wapper .bulletin .themebox .theme span {
		font-size: 60px;
	}

	.wapper .bulletin .bullList li .tit {
		width: 66%;
	}
}

@media screen and (max-width:1360px) {
	.wapper .navMenu li a {
		font-size: 18px;
	}

	.wapper .bulletin .themebox .theme {
		font-size: 44px;
		line-height: 66px;
	}

	.wapper .bulletin .themebox .theme span {
		font-size: 55px;
	}

	.wapper .bulletin .bullList li .tit {
		width: 63%;
	}
}

@media screen and (max-width:1200px) {
	.wapper .navMenu li a {
		font-size: 15px;
	}


	.wapper .bulletin .themebox .theme {
		font-size: 38px;
		line-height: 56px;
	}

	.wapper .bulletin .themebox .theme span {
		font-size: 46px;
	}

	.wapper .bulletin .bullList li .tit {
		width: 60%;
	}
}

@media screen and (max-width:1185px) {
	.wapper .navMenu {
		margin-top: 76px;
	}
}

@media screen and (max-width:1090px) {
	.wapper .navMenu {
		margin-top: 70px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .navMenu {
		margin-top: 47px;
		width: 100%;
		height: 46px;
		text-align: center;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #eeeeee;
	}

	.wapper .navMenu li {
		line-height: 46px;
		width: auto;
		height: 46px;
		float: left;
		font-size: 15px;
		color: #343533;
		padding: 0 18px;
		box-sizing: border-box;
		margin: 0;
	}

	.wapper .navMenu.tend li {
		width: 33.33%;
	}

	.wapper .navMenu li:first-child {
		background: none;
	}

	.wapper .navMenu li a {
		display: inline-block;
		line-height: 46px;
		font-size: 15px;
		color: #343533;
		transition: all 0.5s;
	}

	.wapper .navMenu li a.cur {
		height: 46px;
		color: #cf9b62;
		box-sizing: border-box;
	}

	.wapper .bulletin .themebox {
		display: none;
	}

	.wapper .bulletin {
		padding: 4%;
	}

	.wapper .bulletin .bullList {
		margin-top: 0;
	}

	.wapper .bulletin .bullList li {
		width: 100%;
		position: relative;
	}

	.wapper .bulletin .bullList li:nth-of-type(1) {
		border-top: none;
	}

	.wapper .bulletin .bullList li:nth-of-type(2) {
		border-top: none;
	}

	.wapper .bulletin .bullList li a {
		display: block;
		overflow: hidden;
		padding-bottom: 5%;
	}

	.wapper .bulletin .bullList li .icon {
		margin-right: 12px;
		position: absolute;
		top: 38px;
		left: 0;
	}

	.wapper .bulletin .bullList li .icon img {}

	.wapper .bulletin .bullList li .time {
		width: 100%;
		padding-left: 38px;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 24px;
	}

	.wapper .bulletin .bullList li .tit {
		width: 100%;
		line-height: 20px;
		padding-left: 38px;
		box-sizing: border-box;
		white-space: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.pages .pagesBox li {
		margin: 0 6px;
	}
}


/* æ–°é—»List */

.wapper .bulletin .newsList {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .bulletin .newsList li {
	width: 27.3%;
	height: auto;
	margin-right: 8.15%;
	margin-bottom: 6%;
	display: inline-block;
	vertical-align: top;
}

.wapper .bulletin .newsList li:nth-of-type(3n) {
	margin-right: 0;
}

.wapper .bulletin .newsList li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wapper .bulletin .newsList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all 0.5s;
}

.wapper .bulletin .newsList li .textpart {
	width: 100%;
	height: auto;
	padding: 4.5% 4% 4.5% 0;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 22;
}

.wapper .bulletin .newsList li .textpart .title {
	width: 100%;
	height: auto;
	min-width: 48px;
	font-size: 16px;
	color: #000000;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	background: #fff;
	transition: all 0.5s;
}

.wapper .bulletin .newsList li .textpart .time {
	display: none !important;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 24px;
	margin-top: 4%;
}

.wapper .bulletin .newsList li:hover .pic img {
	transform: scale(1.1);
}

.wapper .bulletin .newsList li:hover .textpart .title {
	color: #da2128;
}

@media screen and (max-width:1000px) {
	.wapper .bulletin .newsList li {
		width: 100%;
	}
}


/* æ–°é—»Detail */

.wapper .newDtail {
	width: 100%;
}

.wapper .newDtail .detailPic {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 11;
}

.wapper .newDtail .detailPic .pic {
	width: 100%;
	height: 576px;
	opacity: 0.25;
	overflow: hidden;
}

.wapper .newDtail .detailPic .pic img {
	width: 150%;
	height: auto;
	vertical-align: bottom;
	/* position: absolute; */
	/* left: 50%; */
}

.wapper .newDtail .detailPic .opBg {
	width: 100%;
	height: 100%;
	background: rgba(19, 17, 17, 0.9);
	position: absolute;
	top: 0;
	left: 0;
}

.wapper .newDtail .detailPic .opBg .cont {
	width: 100%;
	height: auto;
	padding: 0 16.66%;
	box-sizing: border-box;
	position: absolute;
	top: 20%;
	left: 0;
}

.wapper .newDtail .detailPic .opBg .cont .time {
	width: 100%;
	height: auto;
	font-size: 48px;
	color: #cf9b62;
	line-height: 56px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .newDtail .detailPic .opBg .cont .title {
	width: 100%;
	height: auto;
	padding-right: 13%;
	box-sizing: border-box;
	font-size: 36px;
	color: #ffffff;
	line-height: 50px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .newDtail .detailPic .opBg .cont .from {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 48px;
	margin-top: 4%;
}

.wapper .newDtail .detailsPart {
	width: 100%;
	height: auto;
	/* background: #fafafa; */
	padding: 0 16.66% 6%;
	box-sizing: border-box;
	position: relative;
	z-index: 20;
}

.wapper .newDtail .detailsPart .detailCont {
	width: 100%;
	height: auto;
	/* min-width: 1280px; */
	margin-top: -12%;
	position: relative;
	z-index: 22;
}

.wapper .newDtail .detailsPart .detailCont .detail {
	width: 64%;
	height: auto;
	float: left;
	padding: 4%;
	box-sizing: border-box;
	background: #fff;
}

.wapper .newDtail .detailsPart .detailCont .detail .text {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #000000;
	line-height: 40px;
	overflow: hidden;
}

.wapper .newDtail .detailsPart .detailCont .detail .text img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.wapper .newDtail .detailsPart .detailCont .detail .download {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .titl {
	width: 100%;
	height: auto;
	background: url(../images/line3.gif) repeat-x center 70%;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .titl .entit {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #da2128;
	line-height: 32px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .titl .entit span {
	background: #fff;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .titl .cntit {
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #231f20;
	line-height: 28px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .titl .cntit span {
	background: #fff;
	padding-right: 42px;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .list {
	width: 100%;
	height: auto;
	margin-top: 3%;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .list li {
	width: 100%;
	height: auto;
	border: 1px solid #ececec;
	padding: 0 26px 0 45px;
	box-sizing: border-box;
	background: url(../images/icon14.png) no-repeat 24px center #fbfbfb;
	transition: all 0.5s;
	cursor: pointer;
	margin-bottom: 20px;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .list li .name {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #333333;
	line-height: 50px;
	transition: colo 0.5s;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .list li:hover {
	background: url(../images/icon14_hover.png) no-repeat 24px center #faf4ee;
	border: 1px solid #cf9b62;
}

.wapper .newDtail .detailsPart .detailCont .detail .download .list li:hover .name {
	color: #cf9b62;
	background: url(../images/icon15.png) no-repeat right center;
}

.wapper .newDtail .detailsPart .detailCont .detail .article {
	width: 100%;
	height: auto;
	padding: 5% 0;
	border-top: 1px solid #f2f2f2;
	margin-top: 5%;
}

.wapper .newDtail .detailsPart .detailCont .detail .article .artItem {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	box-sizing: border-box;
	font-size: 18px;
	color: #231f20;
	line-height: 38px;
	transition: all 0.5s;
}

.wapper .newDtail .detailsPart .detailCont .detail .article .artItem a {
	display: block;
	font-size: 18px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 38px;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wapper .newDtail .detailsPart .detailCont .detail .article .artItem span {
	color: #231f20;
	font-weight: bolder;
	font-family: font_cent;
	margin-right: 20px;
}

.wapper .newDtail .detailsPart .detailCont .detail .article .artItem:hover span {
	color: #da2128;
}

.wapper .newDtail .detailsPart .detailCont .detail .article .artItem:hover a {
	color: #da2128;
}

.wapper .newDtail .detailsPart .detailCont .relevant {
	width: 33.75%;
	height: auto;
	float: right;
	padding: 3% 3% 6%;
	box-sizing: border-box;
	background: #fff;
}

.wapper .newDtail .detailsPart .detailCont .relevant .titl {
	width: 100%;
	height: auto;
}

.wapper .newDtail .detailsPart .detailCont .relevant .entit {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #da2128;
	line-height: 32px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .newDtail .detailsPart .detailCont .relevant .cntit {
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #231f20;
	line-height: 28px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .newDtail .detailsPart .detailCont .relevant .list {
	width: 100%;
	height: auto;
}

.wapper .newDtail .detailsPart .detailCont .relevant .list li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ececec;
}

.wapper .newDtail .detailsPart .detailCont .relevant .list li a {
	display: block;
	padding: 6% 0;
}

.wapper .newDtail .detailsPart .detailCont .relevant .list li .time {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #ececec;
	line-height: 28px;
	font-weight: bolder;
	font-family: font_cent;
	transition: all 0.5s;
}

.wapper .newDtail .detailsPart .detailCont .relevant .list li .title {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #231f20;
	line-height: 22px;
}

.wapper .newDtail .detailsPart .detailCont .relevant .list li:hover .time {
	color: #cf9b62;
}

.wapper .newDtail .detailsPart .detailCont .relevant .list li:hover {
	border-bottom: 1px solid #cf9b62;
}

@media screen and (max-width:1550px) {
	.wapper .newDtail .detailPic .opBg .cont .time {
		font-size: 42px;
		line-height: 50px;
	}

	.wapper .newDtail .detailPic .opBg .cont .title {
		font-size: 32px;
		line-height: 46px;
	}

	.wapper .newDtail .detailsPart .detailCont {
		margin-top: -10%;
	}

	.wapper .newDtail .detailPic .pic {
		height: 516px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .newDtail .detailPic .opBg .cont .time {
		font-size: 36px;
		line-height: 44px;
	}

	.wapper .newDtail .detailPic .opBg .cont .title {
		font-size: 28px;
		line-height: 42px;
	}

	.wapper .newDtail .detailsPart .detailCont .detail .text {
		font-size: 16px;
		line-height: 32px;
	}

	.wapper .newDtail .detailPic .pic {
		height: 456px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .newDtail .detailPic .opBg .cont .time {
		font-size: 32px;
		line-height: 40px;
	}

	.wapper .newDtail .detailPic .opBg .cont .title {
		font-size: 24px;
		line-height: 38px;
	}

	.wapper .newDtail .detailPic .opBg .cont .from {
		margin-top: 3%;
	}

	.wapper .newDtail .detailPic .pic {
		height: 406px;
	}
}

@media screen and (max-width:1050px) {
	.wapper .newDtail .detailPic .opBg .cont .from {
		margin-top: 2%;
	}
}

@media screen and (max-width:1000px) {
	.wapper .newDtail .detailPic .opBg .cont {
		width: 100%;
		padding: 0 4%;
	}

	.wapper .newDtail .detailsPart .detailCont {
		margin-top: 0;
	}

	.wapper .newDtail .detailPic .pic {
		height: auto;
		opacity: 1;
		overflow: hidden;
	}

	.wapper .newDtail .detailPic .pic img {
		width: auto;
		height: 241px;
		vertical-align: bottom;
	}

	.wapper .newDtail .detailPic .opBg .cont .time {
		font-size: 26px;
		line-height: 32px;
	}

	.wapper .newDtail .detailPic .opBg .cont .title {
		padding-right: 0;
		font-size: 20px;
		line-height: 26px;
	}

	.wapper .newDtail .detailPic .opBg .cont .from {
		font-size: 12px;
		line-height: 24px;
	}

	.wapper .newDtail .detailsPart {
		padding: 0 4%;
		background: #fff;
	}

	.wapper .newDtail .detailsPart .detailCont .relevant {
		display: none;
	}

	.wapper .newDtail .detailsPart .detailCont .detail {
		width: 100%;
		padding: 6% 0;
	}

	.wapper .newDtail .detailsPart .detailCont .detail .text {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .newDtail .detailsPart .detailCont .detail .download .titl .entit {
		font-size: 20px;
		line-height: 26px;
	}

	.wapper .newDtail .detailsPart .detailCont .detail .download .titl .cntit {
		font-size: 18px;
		line-height: 24px;
	}

	.wapper .newDtail .detailsPart .detailCont .detail .download .titl .cntit span {
		padding-right: 34px;
	}

	.wapper .newDtail .detailsPart .detailCont .detail .download .list li {
		margin-bottom: 10px;
	}

	.wapper .newDtail .detailsPart .detailCont .detail .article .artItem a {
		font-size: 16px;
		line-height: 36px;
	}

	.wapper .newDtail .detailsPart .detailCont .detail .article .artItem span {
		margin-right: 12px;
	}
}


/* æ–°é—»å°ä¸»é¡µ */

.wapper .navMenu.newpag {
	display: none;
}

.wapper .newDtail.homePage {
	margin-top: 82px;
}

.wapper .newDtail.homePage .detailPic .opBg {
	background: rgba(19, 17, 17, 0.9);
}

.wapper .newDtail.homePage .detailPic .opBg .newsSwiper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0;
	overflow: visible !important;
	align-items: flex-end;
	display: flex;
}

.wapper .newDtail.homePage .detailPic .opBg .newPage {
	width: 93%;
	height: auto;
	position: absolute;
	bottom: -16%;
	left: 0;
	overflow: hidden;
	align-items: center;
	display: flex;
}

.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart {
	width: 45.2%;
	height: auto;
	float: left;
	padding-top: 3%;
}

.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .time {
	width: 100%;
	height: auto;
	padding: 0 6% 0 14%;
	box-sizing: border-box;
	font-size: 68px;
	color: #da2128;
	line-height: 78px;
	font-weight: bolder;
	font-family: font_cent;
	opacity: 0;
}

.wapper .newDtail.homePage .detailPic .opBg .swiper-slide-active .newPage .leftPart .time {
	opacity: 1 !important;
}

.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox {
	width: 100%;
	height: auto;
	padding: 7% 6% 7% 14%;
	box-sizing: border-box;
	background: #da2128;
	margin-top: -2.8%;
	overflow: hidden;
}

.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox .title {
	width: 80%;
	height: auto;
	float: left;
	font-size: 28px;
	color: #ffffff;
	line-height: 40px;
	font-weight: bolder;
	font-family: font_cent;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 80px
}

.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox .btn {
	width: 50px;
	height: auto;
	float: right;
}

.btnitem {
	width: 50px;
	height: auto;
	min-height: 120px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.5s;
	margin: 8px 0;
	position: absolute;
	top: 68% !important;
	left: 36% !important;
	z-index: 666;
	overflow: hidden;
}

.btnitem .swiper-button-next {
	position: static !important;
	width: 50px !important;
	height: 50px !important;
	border: 2px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	background: url(../images/icon21.png) no-repeat center center;
	background-size: 12px !important;
	float: left;

	margin-top: 10px;
}

.btnitem .swiper-button-prev {
	position: static !important;
	width: 50px !important;
	height: 50px !important;
	border: 2px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	background: url(../images/icon19.png) no-repeat center center;
	background-size: 12px !important;
	float: left;
	margin-top: 0;
}

.btnitem .swiper-button-next:hover {
	background: url(../images/icon18.png) no-repeat center center #fff;
	background-size: 12px !important;
}

.btnitem .swiper-button-prev:hover {
	background: url(../images/icon20.png) no-repeat center center #fff;
	background-size: 12px !important;
}

.wapper .newDtail.homePage .detailPic .opBg .more {
	width: auto;
	height: auto;
	padding: 3% 3% 3% 0%;
	box-sizing: border-box;
	position: absolute;
	bottom: -30%;
	left: 6%;
	z-index: 9999;
}

.wapper .newDtail.homePage .detailPic .opBg .more a {
	display: block;
	font-size: 20px;
	color: #231f20;
	line-height: 26px;
	transition: all 0.5s;
}

.wapper .newDtail.homePage .detailPic .opBg .more:hover a {
	color: #da2128;
}

.wapper .newDtail.homePage .detailPic .opBg .more img {
	width: 13px;
	height: auto;
	vertical-align: middle;
	margin-left: 20px;
}

.wapper .newDtail.homePage .detailPic .opBg .newPage .rightPart {
	width: 54.8%;
	height: auto;
	float: left;
}

.wapper .newDtail.homePage .detailPic .opBg .newPage .rightPart .pics {
	width: 100%;
	height: auto;
}

.wapper .newDtail.homePage .detailPic .opBg .newPage .rightPart .pics img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .interflow {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 12% 7.3% 4%;
}

.wapper .interflow .themebox {
	width: 100%;
	height: auto;
	overflow: hidden;
	align-items: flex-end;
	justify-content: space-between;
	display: flex;
}

.wapper .interflow .themebox .theme {
	width: auto;
	height: auto;
	float: left;
	font-size: 56px;
	color: #231f20;
	line-height: 66px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .interflow .themebox .theme span {
	font-size: 65px;
	color: #da2128;
}

.wapper .interflow .themebox .more {
	width: auto;
	height: auto;
	float: right;
}

.wapper .interflow .themebox .more a {
	display: block;
	font-size: 20px;
	color: #231f20;
	line-height: 26px;
	transition: all 0.5s;
}

.wapper .interflow .themebox .more img {
	width: 13px;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
}

.wapper .interflow .themebox .more:hover a {
	color: #da2128;
}

.wapper .interflow .coopList {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .interflow .coopList li {
	width: 27.9%;
	height: auto;
	float: left;
	margin-right: 8.15%;
	margin-bottom: 4%;
}

.wapper .interflow .coopList li:nth-of-type(3n) {
	margin-right: 0;
}

.wapper .interflow .coopList li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wapper .interflow .coopList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all 0.5s;
}

.wapper .interflow .coopList li .textpart {
	width: 70%;
	height: auto;
	padding: 3% 4% 6% 0;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 22;
	margin-top: -40px;
}

.wapper .interflow .coopList li .textpart .title {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	background: #fff;
	transition: all 0.5s;
}

.wapper .interflow .coopList li .textpart .time {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 24px;
	margin-top: 4%;
}

.wapper .interflow .coopList li:hover .pic img {
	transform: scale(1.1);
}

.wapper .interflow .coopList li:hover .textpart .title {
	color: #da2128;
}

.wapper .enterprise {
	width: 100%;
	height: auto;
}

.wapper .enterprise .hasPicPart {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .enterprise .hasPicPart .pic {
	width: 100%;
	height: auto;
}

.wapper .enterprise .hasPicPart .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .enterprise .hasPicPart .themePart {
	width: 30%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 7.3%;
	transform: translateY(-50%);
}

.wapper .enterprise .hasPicPart .themePart .enTheme {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #da2128;
	line-height: 70px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .enterprise .hasPicPart .themePart .cnTheme {
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #231f20;
	line-height: 76px;
}

.wapper .enterprise .hasPicPart .themePart .cnTheme span {
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .enterprise .hasPicPart .themePart .more {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .enterprise .hasPicPart .themePart .more a {
	display: block;
	font-size: 20px;
	color: #231f20;
	line-height: 26px;
	transition: all 0.5s;
}

.wapper .enterprise .hasPicPart .themePart .more img {
	width: 13px;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
}

.wapper .enterprise .hasPicPart .themePart .more:hover a {
	color: #da2128;
}

.wapper .enterprise .hasPicPart .enterPart {
	width: 56.125%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2% 4%;
	box-sizing: border-box;
	background: #fff;
}

.wapper .enterprise .hasPicPart .enterPart .list {
	width: 100%;
	height: auto;
}

.wapper .enterprise .hasPicPart .enterPart .list li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ececec;
}

.wapper .enterprise .hasPicPart .enterPart .list li:last-child {
	border-bottom: none;
}

.wapper .enterprise .hasPicPart .enterPart .list li a {
	display: block;
	align-items: center;
	display: flex;
	padding: 4% 0;
}

.wapper .enterprise .hasPicPart .enterPart .list li .time {
	width: auto;
	height: auto;
	float: left;
	font-size: 22px;
	color: #cfcfcf;
	line-height: 36px;
	position: relative;
	margin-right: 4%;
	transition: all 0.5s;
}

.wapper .enterprise .hasPicPart .enterPart .list li .icon {
	width: 26px !important;
	height: 26px;
	float: left;
	border-radius: 50%;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-right: 4%;
	transition: all 0.5s;
}

.wapper .enterprise .hasPicPart .enterPart .list li:hover .icon {
	background: #da2128;
}

.wapper .enterprise .hasPicPart .enterPart .list li .icon .vessel {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.5s;
}

.wapper .enterprise .hasPicPart .enterPart .list li .icon .vesCont {
	width: 9px;
	height: 8px;
	align-items: center;
	display: flex;
	overflow: hidden;
}

.wapper .enterprise .hasPicPart .enterPart .list li .icon .vesCont img {
	width: auto;
	height: 8px;
}

.wapper .enterprise .hasPicPart .enterPart .list li .icon .qian {
	transform: translate3d(0px, 0, 0);
}

.wapper .enterprise .hasPicPart .enterPart .list li .icon .hou {
	transform: translate3d(-40px, 0, 0);
}

.wapper .enterprise .hasPicPart .enterPart .list li:hover .icon .qian {
	transform: translate3d(29px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .enterprise .hasPicPart .enterPart .list li:hover .icon .hou {
	transform: translate3d(-9px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .enterprise .hasPicPart .enterPart .list li .tit {
	width: 72%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #231f20;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s;
}

.wapper .enterprise .hasPicPart .enterPart .list li:hover .tit {
	color: #da2128;
}

.wapper .enterprise .enterpType {
	width: 100%;
	height: auto;
	padding: 6% 7.3%;
	box-sizing: border-box;
	background: #ffffff;
}

.wapper .enterprise .enterpType .enterpTypeItem {
	width: 27.9%;
	height: auto;
	float: left;
	margin-right: 8.15%;
}

.wapper .enterprise .enterpType .enterpTypeItem:nth-of-type(3n) {
	margin-right: 0;
}

.wapper .enterprise .enterpType .enterpTypeItem .picbox {
	width: 100%;
	height: auto;
}

.wapper .enterprise .enterpType .enterpTypeItem .picbox .pic {
	width: 100%;
	height: auto;
}

.wapper .enterprise .enterpType .enterpTypeItem .picbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .enterprise .enterpType .enterpTypeItem .picbox .name {
	width: 70%;
	height: auto;
	background: #fff;
	font-size: 30px;
	color: #000000;
	line-height: 60px;
	margin-top: -10%;
	position: relative;
	z-index: 22;
	padding: 2% 0;
}

.wapper .enterprise .enterpType .enterpTypeItem .list {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li {
	width: 100%;
	height: auto;
	margin-bottom: 3%;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li a {
	align-items: center;
	justify-content: flex-start;
	display: flex;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li .icon {
	width: 26px !important;
	height: 26px;
	float: left;
	margin-right: 18px !important;
	border-radius: 50%;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	display: flex;
	transition: all 0.5s 0.3s;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li .icon img {
	width: 9px;
	height: auto;
	vertical-align: middle;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li:hover .icon {
	background: #da2128;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li .icon .vessel {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.5s;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li .icon .vesCont {
	width: 9px;
	height: 8px;
	align-items: center;
	display: flex;
	overflow: hidden;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li .icon .vesCont img {
	width: auto;
	height: 8px;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li .icon .qian {
	transform: translate3d(0px, 0, 0);
}

.wapper .enterprise .enterpType .enterpTypeItem .list li .icon .hou {
	transform: translate3d(-40px, 0, 0);
}

.wapper .enterprise .enterpType .enterpTypeItem .list li:hover .icon .qian {
	transform: translate3d(29px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li:hover .icon .hou {
	transform: translate3d(-9px, 0, 0);
	transition: transform 0.65s cubic-bezier(.4, 0, .1, 1) .15s;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li .tit {
	width: 88%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #231f20;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s;
}

.wapper .enterprise .enterpType .enterpTypeItem .list li:hover .tit {
	color: #da2128;
}

.wapper .mhomePage {
	width: 100%;
	height: auto;
	padding: 6% 4%;
	box-sizing: border-box;
	display: none;
	background: #fff;
}

.wapper .mhomePage .fistNew {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ececec;
	padding-bottom: 4%;
}

.wapper .mhomePage .fistNew .pic {
	width: 100%;
	height: auto;
}

.wapper .mhomePage .fistNew .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .mhomePage .fistNew .title {
	width: 70%;
	height: auto;
	font-size: 16px;
	color: #231f20;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	background: #fff;
	padding: 4% 3% 2% 0;
	box-sizing: border-box;
	margin-top: -10%;
	position: relative;
	z-index: 22;
}

.wapper .mhomePage .fistNew .time {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 28px;
}

.wapper .mhomePage .newsList {
	width: 100%;
	height: auto;
}

.wapper .mhomePage .newsList li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ececec;
}

.wapper .mhomePage .newsList li:last-child {
	border-bottom: none;
}

.wapper .mhomePage .newsList li a {
	display: block;
	padding: 6% 0;
	align-items: center;
	display: flex;
}

.wapper .mhomePage .newsList li .icon {
	width: 26px;
	height: 26px;
	float: left;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	margin-right: 20px;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 50%;
}

.wapper .mhomePage .newsList li .icon img {
	width: 9px;
	height: auto;
	vertical-align: middle;
}

.wapper .mhomePage .newsList li .textPart {
	width: 55%;
	height: auto;
	float: left;
	margin-right: 3.5%;
}

.wapper .mhomePage .newsList li.nopic .textPart {
	width: 90%;
}

.wapper .mhomePage .newsList li .textPart .type {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #da2128;
	line-height: 26px;
}

.wapper .mhomePage .newsList li .textPart .title {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #231f20;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wapper .mhomePage .newsList li .pic {
	width: 30%;
	height: auto;
	float: right;
}

.wapper .mhomePage .newsList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width:1690px) {
	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .time {
		font-size: 62px;
		line-height: 72px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox .title {
		font-size: 24px;
		line-height: 36px;
	}

	.wapper .interflow .themebox .theme {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .interflow .themebox .theme span {
		font-size: 59px;
	}

	.wapper .enterprise .hasPicPart .themePart .enTheme {
		font-size: 60px;
		line-height: 60px;
	}

	.wapper .enterprise .hasPicPart .themePart .cnTheme {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .enterprise .enterpType .enterpTypeItem .picbox .name {
		font-size: 28px;
		line-height: 56px;
	}

	.wapper .newDtail .detailsPart {
		padding: 0 13% 6%;
	}
}

@media screen and (max-width:1550px) {
	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .time {
		font-size: 56px;
		line-height: 66px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox .title {
		font-size: 22px;
		line-height: 34px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox .btn .btnitem {
		width: 46px;
		height: 46px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox {
		margin-top: -3.3%;
	}

	.wapper .interflow .themebox .theme {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .interflow .themebox .theme span {
		font-size: 53px;
	}

	.wapper .enterprise .hasPicPart .themePart .enTheme {
		font-size: 50px;
		line-height: 50px;
	}

	.wapper .enterprise .hasPicPart .themePart .cnTheme {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .enterprise .hasPicPart .enterPart .list li .tit {
		width: 70%;
	}

	.wapper .enterprise .enterpType .enterpTypeItem .picbox .name {
		font-size: 26px;
		line-height: 52px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .time {
		font-size: 46px;
		line-height: 56px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox .title {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox .btn .btnitem {
		width: 42px;
		height: 42px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox {
		margin-top: -3.3%;
	}

	.wapper .newDtail.homePage .detailPic .opBg .more a {
		font-size: 18px;
	}

	.wapper .interflow .themebox .theme {
		font-size: 38px;
		line-height: 48px;
	}

	.wapper .interflow .themebox .theme span {
		font-size: 47px;
	}

	.wapper .interflow .themebox .more a {
		font-size: 18px;
	}

	.wapper .enterprise .hasPicPart .themePart .enTheme {
		font-size: 40px;
		line-height: 40px;
	}

	.wapper .enterprise .hasPicPart .themePart .cnTheme {
		font-size: 38px;
		line-height: 48px;
	}

	.wapper .enterprise .hasPicPart .enterPart .list li .tit {
		width: 68%;
	}

	.wapper .enterprise .hasPicPart .themePart .more a {
		font-size: 18px;
	}

	.wapper .enterprise .enterpType .enterpTypeItem .picbox .name {
		font-size: 24px;
		line-height: 48px;
	}

	.wapper .enterprise .enterpType .enterpTypeItem .list li {
		margin-bottom: 5%;
	}

	.wapper .newDtail .detailsPart {
		padding: 0 10% 6%;
	}
}

@media screen and (max-width:1280px) {
	.wapper .newDtail.homePage .detailPic .opBg .newPage {
		bottom: -26%;
	}

	.wapper .newDtail .detailsPart {
		padding: 0 8% 6%;
	}
}

@media screen and (max-width:1200px) {
	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .time {
		font-size: 42px;
		line-height: 52px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox .title {
		font-size: 18px;
		line-height: 30px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox .btn .btnitem {
		width: 38px;
		height: 38px;
	}

	.wapper .newDtail.homePage .detailPic .opBg .newPage .leftPart .titlebox {
		margin-top: -3.3%;
	}

	.wapper .newDtail.homePage .detailPic .opBg .more a {
		font-size: 16px;
	}

	.wapper .interflow .themebox .theme {
		font-size: 34px;
		line-height: 44px;
	}

	.wapper .interflow .themebox .theme span {
		font-size: 44px;
	}

	.wapper .interflow .themebox .more a {
		font-size: 16px;
	}

	.wapper .enterprise .hasPicPart .themePart .enTheme {
		font-size: 36px;
		line-height: 36px;
	}

	.wapper .enterprise .hasPicPart .themePart .cnTheme {
		font-size: 34px;
		line-height: 44px;
	}

	.wapper .enterprise .hasPicPart .enterPart .list li .tit {
		width: 66%;
	}

	.wapper .enterprise .hasPicPart .themePart .more a {
		font-size: 16px;
	}

	.wapper .enterprise .enterpType .enterpTypeItem .picbox .name {
		font-size: 22px;
		line-height: 44px;
	}

	.wapper .enterprise .enterpType .enterpTypeItem .list li .tit {
		width: 82%;
	}
}

@media screen and (max-width:1185px) {
	.wapper .newDtail.homePage {
		margin-top: 76px;
	}
}

@media screen and (max-width: 1090px) {
	.wapper .newDtail.homePage {
		margin-top: 70px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .navMenu.newpag {
		display: block;
	}

	.wapper .newDtail.homePage {
		display: none;
	}

	.wapper .interflow {
		display: none;
	}

	.wapper .enterprise {
		display: none;
	}

	.wapper .mhomePage {
		display: block;
	}
}


/* åˆä½œä¼™ä¼´ */

.wapper .partners {
	width: 100%;
	height: auto;
	margin-top: 6%;
	border-top: 1px solid #231f20;
	padding: 6% 0 0%;
	overflow: hidden;
}

.wapper .partners .textPart {
	width: 42%;
	height: auto;
	float: left;
}

.wapper .partners .textPart .titl {
	width: 100%;
	height: auto;
	font-size: 40px;
	color: #231f20;
	line-height: 48px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .partners .textPart .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 28px;
	margin-top: 4%;
}

.wapper .partners .partList {
	width: 54%;
	height: auto;
	float: right;
}

.wapper .partners .partList li {
	width: 100%;
	height: 100%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	cursor: pointer;
}

.wapper .partners .partList li:nth-of-type(3n) {
	margin-right: 0;
}

.wapper .partners .partList li .pic {
	display: none !important;
	width: 100%;
	height: auto;
}

.wapper .partners .partList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .partners .partList li .opBg {

	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 9%;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
}

.wapper .partners .partList li .opBg .cont {
	width: 100%;
	height: auto;
}

.wapper .partners .partList li .opBg .cont .name {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.5;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	margin-bottom: .5em;
}

.wapper .partners .partList li .opBg .cont .desc {
	width: 100%;
	height: auto;
	margin-top: 2%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 24px;
	text-align: center;
}

.wapper .partners .partList li:hover .opBg {
	opacity: 1;
}

.wapper .partners .title {
	width: 100%;
	height: auto;
	font-size: 40px;
	color: #231f20;
	line-height: 48px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .partners .list {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .partners .list ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.wapper .partners .list li {
	width: 12.5%;
	height: auto;
	float: left;
	padding: 1.5% 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	background: #fafafa;
}

.wapper .partners .list li .pic {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.wapper .partners .list li .pic img {
	width: auto;
	height: auto;
	max-width: 86%;
	max-height: 90%;
	vertical-align: middle;
}

.wapper .partners .list li .opBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(218, 33, 40, 0.94);
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 0 9%;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
}

.wapper .partners .list li .opBg .name {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.wapper .partners .list li:hover .opBg {
	opacity: 1;
}

.wapper .partners .nameList {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .partners .nameList li {
	width: 25%;
	height: auto;
	float: left;
	font-size: 18px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 42px;
	padding-right: 3%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s;
	cursor: pointer;
}

.wapper .partners .nameList li:hover {
	color: #da2128;
}

@media screen and (max-width:1690px) {
	.wapper .partners .textPart .titl {
		font-size: 36px;
		line-height: 44px;
	}

	.wapper .partners .title {
		font-size: 36px;
		line-height: 44px;
	}

	.wapper .partners .partList li .opBg .cont .name {
		font-size: 18px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .partners .textPart .titl {
		font-size: 32px;
		line-height: 40px;
	}

	.wapper .partners .title {
		font-size: 32px;
		line-height: 40px;
	}

	.wapper .partners .partList li .opBg .cont .name {
		font-size: 16px;
	}

	.wapper .partners .nameList li {
		font-size: 16px;
		line-height: 42px;
	}

	.wapper .partners .list li .opBg .name {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .partners .textPart .titl {
		font-size: 28px;
		line-height: 36px;
	}

	.wapper .partners .title {
		font-size: 28px;
		line-height: 36px;
	}

	.wapper .partners .partList li .opBg .cont .name {
		font-size: 14px;
		line-height: 1.2;
	}

	.wapper .partners .partList li .opBg .cont .desc {
		font-size: 12px;
		line-height: 20px;
	}

	.wapper .partners .nameList li {
		font-size: 16px;
		line-height: 42px;
	}

	.wapper .partners .list li .opBg .name {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .partners {
		border-top: 1px solid #f2f2f2;
	}

	.wapper .partners:last-child {
		margin-bottom: 10%;
	}

	.wapper .partners .textPart {
		width: 100%;
	}

	.wapper .partners .textPart .titl {
		font-size: 22px;
		line-height: 32px;
	}

	.wapper .partners .partList {
		width: 100%;
		margin-top: 4%;
	}

	.wapper .partners .partList li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.wapper .partners .partList li:nth-of-type(2n) {
		margin-right: 0;
	}

	.wapper .partners .partList li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.wapper .partners .partList li:nth-of-type(6n) {
		margin-right: 0;
	}

	.wapper .partners .title {
		font-size: 22px;
		line-height: 32px;
	}

	.wapper .partners .list li {
		width: 33.33%;
	}

	.wapper .partners .nameList li {
		width: 100%;
		padding-right: 0;
		padding: 0 4%;
		box-sizing: border-box;
	}

	.wapper .partners .nameList li:nth-of-type(2n) {
		background: #fafafa;
	}
}


/* å‘å±•åŽ†ç¨‹ */

.wapper .bulletin .historyList {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .bulletin .historyList li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 6% 0;
	position: relative;
}

.wapper .bulletin .historyList li:nth-of-type(1) {
	border-top: 1px solid #ececec;
}

.wapper .bulletin .historyList li::before {
	content: '';
	width: 22.8%;
	height: 1px;
	background: #ececec;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.5s;
}

.wapper .bulletin .historyList li::after {
	content: '';
	width: 77.2%;
	height: 1px;
	background: #ececec;
	position: absolute;
	bottom: 0px;
	left: 22.8%;
	transition: all 0.5s;
}

.wapper .bulletin .historyList li:hover::before {
	background: #cf9b62;
}

.wapper .bulletin .historyList li:hover::after {
	background: #da2128;
}

.wapper .bulletin .historyList li:last-child::before {
	width: 0;
}

.wapper .bulletin .historyList li:last-child::after {
	width: 0;
}

.wapper .bulletin .historyList li .years {
	width: 22.8%;
	height: auto;
	float: left;
	font-size: 60px;
	color: #da2128;
	line-height: 78px;
	font-weight: bolder;
	font-family: font_cent;
	transition: all 0.5s;
}

.wapper .bulletin .historyList li .contpart {
	width: 77.2%;
	height: auto;
	float: left;
}

.wapper .bulletin .historyList li .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 2;
}

.wapper .bulletin .historyList li .picList {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .bulletin .historyList li .picList li {
	width: 30.3%;
	height: auto;
	float: left;
	margin-right: 4.55%;
	margin-bottom: 4%;
	cursor: pointer;
	padding: 0;
}

.wapper .bulletin .historyList li .picList li::before {
	opacity: 0;
}

.wapper .bulletin .historyList li .picList li::after {
	opacity: 0;
}

.wapper .bulletin .historyList li .picList li:nth-of-type(3n) {
	margin-right: 0;
}

.wapper .bulletin .historyList li .picList li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wapper .bulletin .historyList li .picList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all 0.5s;
}

.wapper .bulletin .historyList li .picList li .textpart {
	width: 70%;
	height: auto;
	margin-top: -8%;
	background: #fff;
	padding: 3% 4% 0 0;
	box-sizing: border-box;
	position: relative;
	z-index: 11;
}

.wapper .bulletin .historyList li .picList li .textpart .titl {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}

.wapper .bulletin .historyList li .picList li .textpart .time {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 24px;
	margin-top: 2%;
}

.wapper .bulletin .historyList li .picList li:hover .pic img {
	transform: scale(1.1);
}

@media screen and (max-width: 1000px) {
	.wapper .bulletin .historyList li .desc {
		font-size: 14px;
		line-height: 1.5;
	}
}


/* Ã¥â€ºÂ¾Ã§â€°â€¡Ã©Â¢â€žÃ¨Â§Ë† */

#imgModule {
	display: none;
	width: 100%;
	height: 100%;
}

.video-bg {
	width: 100%;
	height: 100%;
}

#imgDefault {
	cursor: pointer;
}

.mask {
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	z-index: 5555;
}

.lightBoxContent {
	width: 80%;
	height: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	z-index: 5555;
}

#imgLoader {
	width: 32px;
	height: 32px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	display: none;
	z-index: 5555;
}

#imgLight {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-animation: change 2s;
	animation: change 2s;
}

#imgModule .btn {
	width: 40px;
	height: 50px;
	position: fixed;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 5555;
}

#lightBoxPrev {
	left: 10px;
	background: url(../images/viewPrev.png) no-repeat center center;
	background-size: 26px;
}

#lightBoxNext {
	right: 10px;
	background: url(../images/viewNext.png) no-repeat center center;
	background-size: 26px;
}

.closeBtn {
	width: 35px;
	height: 35px;
	position: fixed;
	top: calc(52px + 2%);
	right: 5%;
	cursor: pointer;
	background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	z-index: 5555;
}

.lightBoxPagination {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;
	display: none;
}

.lightBoxPagination span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 8px;
}

.lightBoxPagination span.current {
	background: #fff;
}

@keyframes change {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.schmenu {
	display: none;
}

@media screen and (max-width: 1000px) {
	.lightBoxContent {
		width: 100%;
		height: auto;
	}

	#imgLight {
		/*width: 100%;
        height: auto;
        max-height: 100%;*/
	}

	#lightBoxPrev {
		left: 0;
		background-size: 16px;
	}

	#lightBoxNext {
		right: 0;
		background-size: 16px;
	}

	.closeBtn {
		background-size: 16px;
	}
}

.wapper .bulletin .historyList li:hover .years {
	color: #cf9b62;
}

@media screen and (max-width:1550px) {
	.wapper .bulletin .historyList li .years {
		font-size: 54px;
		line-height: 62px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .bulletin .historyList li .years {
		font-size: 48px;
		line-height: 62px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .bulletin .themebox.his {
		display: block;
		margin-top: 3%;
	}

	.wapper .bulletin .themebox.his .theme {
		font-size: 26px;
		line-height: 32px;
	}

	.wapper .bulletin .themebox .theme span {
		font-size: 30px;
		font-weight: bold;
		font-family: font_cent;
	}

	.wapper .bulletin .themebox.his .location {
		display: none;
	}

	.wapper .bulletin .historyList li .years {
		width: 100%;
		font-size: 36px;
		line-height: 46px;
	}

	.wapper .bulletin .historyList li .contpart {
		width: 100%;
	}

	.wapper .bulletin .historyList li .picList li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}
}


/* æ¡ˆä¾‹ */

.wapper .banner.half .opBg {
	height: 50%;
	top: 50%;
	background: none;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.wapper .banner.half .opBg .banCont {
	width: 100%;
	height: auto;
	padding: 0 7.6%;
	box-sizing: border-box;
	top: auto;
	bottom: 28%;
	left: 0;
	overflow: hidden;
	margin-left: 0;
	align-items: flex-end;
	justify-content: space-between;
	display: flex;
}

.wapper .banner.half .opBg .banCont .theme {
	width: 70%;
	height: auto;
	float: left;
}

.wapper .banner.half .opBg .banCont .theme .enTheme {
	width: 100%;
	height: auto;
	font-size: 94px;
	color: #da2128;
	line-height: 104px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: left;
}

.wapper .banner.half .opBg .banCont .theme .cnTheme {
	width: 80%;
	height: auto;
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: bolder;
}

.wapper .banner.half .opBg .banCont .location {
	width: auto;
	height: auto;
	float: right;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 15px;
}

.wapper .banner.half .opBg .banCont .location .locat {
	width: 100%;
	height: auto;
}

.wapper .banner.half .opBg .banCont .location .locat li {
	width: auto;
	height: auto;
	float: left;
	padding: 0 12px 0 16px;
	box-sizing: border-box;
	background: url(../images/icon13.png) no-repeat left center;
}

.wapper .banner.half .opBg .banCont .location .locat li:first-child {
	background: url(../images/icon12.png) no-repeat left center;
}

.wapper .banner.half .opBg .banCont .location .locat li a {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	transition: all 0.5s;
}

.wapper .banner.half .opBg .banCont .location .locat li:hover a {
	color: #da2128;
}

.wapper .busOverview {
	width: 100%;
	height: auto;
	padding: 0 7.6% 0%;
	background: #fff;
}

.wapper .busOverview .busOver {
	width: 100%;
	height: auto;
	padding: 4% 4% 6%;
	box-sizing: border-box;
	background: #fff;
	margin-top: -5%;
	position: relative;
	z-index: 11;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .busOverview .busOver .themePart {
	width: 50%;
	height: auto;
	float: left;
	padding-right: 5%;
	box-sizing: border-box;
}

.wapper .busOverview .busOver .themePart .chTheme {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #da2128;
	line-height: 70px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .busOverview .busOver .themePart .cnTheme {
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #231f20;
	line-height: 76px;
	margin-top: 1%;
}

.wapper .busOverview .busOver .themePart .cnTheme span {
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .busOverview .busOver .themePart .phone {
	width: 100%;
	height: auto;
	font-size: 32px;
	color: #231f20;
	line-height: 48px;
	font-weight: bolder;
	font-family: font_cent;
	align-items: center;
	display: flex;
	margin-top: 8%;
}

.wapper .busOverview .busOver .themePart .phone span {
	font-size: 40px;
}

.wapper .busOverview .busOver .textPart {
	width: 50%;
	height: auto;
	float: right;
}

.wapper .busOverview .busOver .textPart .text {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #231f20;
	line-height: 34px;
}

.wapper .busOverview .busOver .textPart .dataList {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .busOverview .busOver .textPart .dataList ul {
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .busOverview .busOver .textPart .dataList li {
	width: auto;
	height: auto;
	float: left;
}

.wapper .busOverview .busOver .textPart .dataList li .num {
	width: 100%;
	height: auto;
	font-size: 54px;
	color: #da2128;
	line-height: 64px;
	font-weight: bolder;
	font-family: font_cent;
	align-items: flex-start;
	display: flex;
}

.wapper .busOverview .busOver .textPart .dataList li .num span {
	font-size: 14px;
	color: #da2128;
	line-height: 26px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.wapper .busOverview .busOver .textPart .dataList li .tit {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #231f20;
	line-height: 20px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .busOverview .busOver .textPart .mphone {
	width: 100%;
	border: 1px solid #e0e0e2;
	box-sizing: border-box;
	background: #f0f0f0;
	font-size: 20px;
	color: #231f20;
	line-height: 56px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	margin-top: 4%;
	align-items: center;
	justify-content: center;
	display: flex;
	display: none;
}

.wapper .busOverview .busOver .textPart .mphone span {
	font-size: 22px;
}

.wapper .cases {
	width: 100%;
	height: auto;
}

.wapper .cases .themePart {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .cases .themePart .pic {
	width: 100%;
	height: auto;
}

.wapper .cases .themePart .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .cases .themePart .tsBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* background: url(../images/opbg2.png) repeat rgba(0,0,0,0.1); */
	background: rgba(0, 0, 0, 0.5);
}

.wapper .cases .themePart .titl {
	width: 100%;
	height: auto;
	position: absolute;
	top: 21%;
	left: 0;
}

.wapper .cases .themePart .titl .titleOne {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #ffffff;
	line-height: 78px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	padding-left: 129px;
	box-sizing: border-box;
}

.wapper .cases .themePart .titl .titleOne img {
	width: 129px;
	height: auto;
	vertical-align: bottom;
	position: relative;
	top: 20px;
}

.wapper .cases .themePart .titl .titlSec {
	width: 100%;
	height: auto;
	font-size: 54px;
	color: #ffffff;
	line-height: 78px;
	text-align: center;
}

.wapper .cases .themePart .tabCase {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 7.6%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
}

.wapper .cases .themePart .tabCase ul {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .cases .themePart .tabCase li {
	width: auto;
	height: auto;
	float: left;
	font-size: 22px;
	color: #ffffff;
	line-height: 34px;
	font-weight: bolder;
	font-family: font_cent;
	padding: 1.5% 0;
	cursor: pointer;
	transition: all 0.5s;
}

.wapper .cases .themePart .tabCase li.now {
	color: #cf9b62;
}

.wapper .cases .themePart .tabCase li:hover {
	color: #cf9b62;
}

.wapper .cases .caseListBox {
	width: 100%;
	height: auto;
	padding: 4% 7.6%;
	box-sizing: border-box;
	background: #fafafa;
}

.wapper .cases .caseListBox .casesList {
	width: 100%;
	height: auto;
	display: none;
}

.wapper .cases .caseListBox .casesList.now {
	display: block;
}

.wapper .cases .caseListBox .casesList li {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	background: #fff;
	cursor: pointer;
	align-items: center;
	display: flex;
}

.wapper .cases .caseListBox .casesList li:nth-of-type(2n) {
	margin-right: 0;
}

.wapper .cases .caseListBox .casesList li .pic {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}

.wapper .cases .caseListBox .casesList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all 0.5s;
}

.wapper .cases .caseListBox .casesList li .textpart {
	width: 50%;
	height: auto;
	float: left;
	padding: 0 4%;
	box-sizing: border-box;
}

.wapper .cases .caseListBox .casesList li .textpart .years {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: rgba(35, 31, 32, 0.6);
	line-height: 28px;
}

.wapper .cases .caseListBox .casesList li .textpart .title {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #231f20;
	line-height: 24px;
	font-weight: bolder;
	font-family: font_cent;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wapper .cases .caseListBox .casesList li .textpart .desc {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: rgba(35, 31, 32, 0.5);
	line-height: 24px;
	margin-top: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.wapper .cases .caseListBox .casesList li:hover .pic img {
	transform: scale(1.1);
}

.wapper .cases .caseListBox .casesList li:hover .textpart .title {
	color: #cf9b62;
}

.wapper .cases .caseListBox .shoeMore {
	width: 210px;
	height: auto;
	margin: auto;
	border: 1px solid #858585;
	box-sizing: border-box;
	font-size: 16px;
	color: #858585;
	line-height: 56px;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 4%;
	cursor: pointer;
	transition: all 0.5s;
}

.wapper .cases .caseListBox .shoeMore:hover {
	background: #cf9b62;
	border: 1px solid #cf9b62;
	color: #fff;
}

.layui-layer-title {
	height: 70px !important;
	line-height: 70px !important;
	font-weight: bolder;
	font-family: font_cent;
	font-size: 22px !important;
}

.layui-layer-setwin {
	top: 0 !important;
	right: -1px !important;
}

.layui-layer-setwin a {
	width: 69px !important;
	height: 69px !important;
	background: url(../images/close2.png) no-repeat center center #da2128;
	background-size: 20px;
	background-position: center center !important;
}

.wapper .caseDetails {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 3% 6%;
	box-sizing: border-box;
	overflow: hidden;
}

.wapper .caseDetails .btn {
	width: auto;
	height: auto;
	/* position: fixed;
    top: -49px;
    right: 79px;
    background: #456; */
	overflow: hidden;
	z-index: 19899202015;
}

.wapper .caseDetails .btn .prev {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(../images/viewPrev.png) no-repeat center center #da2128;
	background-size: 14px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 60;
}

.wapper .caseDetails .btn .next {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url(../images/viewNext.png) no-repeat center center #da2128;
	background-size: 14px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 60;
}

.wapper .caseDetails .btn .prev:hover {
	background: url(../images/viewPrev.png) no-repeat center center #cf9b62;
	background-size: 14px;
}

.wapper .caseDetails .btn .next:hover {
	background: url(../images/viewNext.png) no-repeat center center #cf9b62;
	background-size: 14px;
}

.wapper .caseDetails .picPart {
	width: 50%;
	height: auto;
	float: left;
}

.wapper .caseDetails .picPart .imgnav {
	width: 100%;
	height: auto;
	/* max-height: 385px; */
	float: left;
	margin-left: 0px;
	padding: 1px;
	position: relative;
	overflow: hidden;
}

*html .imgnav {
	margin-left: 2px;
}

*+html .imgnav {
	margin-left: 5px;
}

.wapper .caseDetails .picPart .imgnav .imglist {
	z-index: 10;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.wapper .caseDetails .picPart .imgnav .imglist li {
	width: 100%;
	height: auto;
	display: none;
	border: none;
}

.wapper .caseDetails .picPart .imgnav .imglist li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	justify-content: center;
	display: flex;
}

.wapper .caseDetails .picPart .imgnav .imglist li img {
	width: auto;
	height: 376px;
	position: relative;
	/* left: 50%;
    transform: translateX(-50%); */
}

.wapper .caseDetails .picPart .imgbtn {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.wapper .caseDetails .picPart .imgbtn .SlideUl {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.wapper .caseDetails .picPart .imgbtn .SlideUl ul {
	position: relative;
	width: 100%;
	height: auto;
	align-items: center;
	/* justify-content: space-between; */
	display: flex;
}

.wapper .caseDetails .picPart .imgbtn .SlideUl ul li {
	float: left;
	width: 19%;
	height: auto;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-right: 7px;
	overflow: hidden;
	border: 2px solid #d3d3d3;
	box-sizing: border-box;
	padding: 4px;
	background: #fff;
}

.wapper .caseDetails .picPart .imgbtn .SlideUl ul li:last-child {
	margin-right: 0;
}

.wapper .caseDetails .picPart .imgbtn .SlideUl ul li img {
	width: 100%;
	height: 100%;
	display: block;
}

.wapper .caseDetails .picPart .imgbtn .SlideUl li.hov {
	width: 19%;
	height: auto;
	display: block;
	border: 2px solid #da2128;
	box-sizing: border-box;
}

.wapper .caseDetails .textPart {
	width: 50%;
	height: auto;
	float: right;
	padding-left: 5%;
	box-sizing: border-box;
}

.wapper .caseDetails .textPart .title {
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #231f20;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .caseDetails .textPart .textItem {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .caseDetails .textPart .textItem .tit {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #231f20;
	line-height: 30px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .caseDetails .textPart .textItem .txt {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #858585;
	line-height: 24px;
}

@media screen and (max-width:1690px) {
	.wapper .banner.half .opBg .banCont .theme .enTheme {
		font-size: 84px;
		line-height: 94px;
	}

	.wapper .busOverview .busOver .themePart .chTheme {
		font-size: 60px;
		line-height: 60px;
	}

	.wapper .busOverview .busOver .themePart .cnTheme {
		font-size: 50px;
		line-height: 70px;
	}

	.wapper .busOverview .busOver .themePart .phone {
		font-size: 28px;
		line-height: 40px;
	}

	.wapper .busOverview .busOver .themePart .phone span {
		font-size: 34px;
	}

	.wapper .cases .themePart .titl .titleOne {
		font-size: 60px;
		line-height: 68px;
	}

	.wapper .cases .themePart .titl .titleOne img {
		width: 119px;
	}

	.wapper .cases .themePart .titl .titlSec {
		font-size: 48px;
		line-height: 64px;
	}

	.wapper .cases .themePart .tabCase li {
		font-size: 20px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .banner.half .opBg .banCont {
		bottom: 32%;
	}

	.wapper .banner.half .opBg .banCont .theme .enTheme {
		font-size: 74px;
		line-height: 84px;
	}

	.wapper .busOverview .busOver .themePart .chTheme {
		font-size: 50px;
		line-height: 50px;
	}

	.wapper .busOverview .busOver .themePart .cnTheme {
		font-size: 44px;
		line-height: 64px;
	}

	.wapper .busOverview .busOver .themePart .phone {
		font-size: 24px;
		line-height: 36px;
	}

	.wapper .busOverview .busOver .themePart .phone span {
		font-size: 28px;
	}

	.wapper .busOverview .busOver .textPart .text {
		font-size: 16px;
		line-height: 32px;
	}

	.wapper .busOverview .busOver .textPart .dataList li .num {
		font-size: 48px;
		line-height: 58px;
	}

	.wapper .cases .themePart .titl .titleOne {
		font-size: 50px;
		line-height: 58px;
	}

	.wapper .cases .themePart .titl .titleOne img {
		width: 109px;
	}

	.wapper .cases .themePart .titl .titlSec {
		font-size: 42px;
		line-height: 54px;
	}

	.wapper .cases .themePart .tabCase li {
		font-size: 18px;
	}
}

@media screen and (max-width:1500px) {
	.wapper .caseDetails .textPart .title {
		font-size: 26px;
		line-height: 36px;
	}
}

@media screen and (max-width:1400px) {
	.wapper .cases .caseListBox .casesList li .textpart .desc {
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:1360px) {
	.wapper .banner.half .opBg .banCont .theme .enTheme {
		font-size: 64px;
		line-height: 74px;
	}

	.wapper .busOverview .busOver .themePart .chTheme {
		font-size: 40px;
		line-height: 40px;
	}

	.wapper .busOverview .busOver .themePart .cnTheme {
		font-size: 38px;
		line-height: 44px;
	}

	.wapper .busOverview .busOver .themePart .phone {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .busOverview .busOver .themePart .phone span {
		font-size: 24px;
	}

	.wapper .busOverview .busOver .textPart .text {
		font-size: 16px;
		line-height: 28px;
	}

	.wapper .busOverview .busOver .textPart .dataList li .num {
		font-size: 42px;
		line-height: 52px;
	}

	.wapper .busOverview .busOver .textPart .dataList li .tit {
		font-size: 16px;
	}

	.wapper .cases .themePart .titl .titleOne {
		font-size: 40px;
		line-height: 48px;
	}

	.wapper .cases .themePart .titl .titleOne img {
		width: 99px;
		top: 10px;
	}

	.wapper .cases .themePart .titl .titlSec {
		font-size: 36px;
		line-height: 44px;
	}

	.wapper .cases .themePart .tabCase li {
		font-size: 18px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .banner.half .opBg .banCont .theme .enTheme {
		font-size: 54px;
		line-height: 64px;
	}

	.wapper .busOverview .busOver .themePart .chTheme {
		font-size: 36px;
		line-height: 36px;
	}

	.wapper .busOverview .busOver .themePart .cnTheme {
		font-size: 32px;
		line-height: 42px;
	}

	.wapper .busOverview .busOver .themePart .phone {
		font-size: 18px;
		line-height: 26px;
	}

	.wapper .busOverview .busOver .themePart .phone span {
		font-size: 22px;
	}

	.wapper .busOverview .busOver .textPart .text {
		font-size: 16px;
		line-height: 28px;
	}

	.wapper .busOverview .busOver .textPart .dataList li .num {
		font-size: 38px;
		line-height: 46px;
	}

	.wapper .busOverview .busOver .textPart .dataList li .tit {
		font-size: 14px;
	}

	.wapper .cases .themePart .titl .titleOne {
		font-size: 34px;
		line-height: 38px;
	}

	.wapper .cases .themePart .titl .titleOne img {
		width: 89px;
		top: 5px;
	}

	.wapper .cases .themePart .titl .titlSec {
		font-size: 30px;
		line-height: 44px;
	}

	.wapper .cases .themePart .tabCase li {
		font-size: 16px;
	}

	.wapper .caseDetails .textPart .title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .banner.half {
		display: block;
		margin-top: 47px;
	}

	.wapper .banner.half .opBg .banCont {
		bottom: 30%;
		transform: translateY(-50%);
	}

	.wapper .banner.half .opBg .banCont .location {
		display: none;
	}

	.wapper .banner.half .opBg .banCont .theme {
		width: 100%;
	}

	.wapper .banner.half .opBg .banCont .theme .enTheme {
		font-size: 32px;
		line-height: 38px;
		text-align: center;
	}

	.wapper .banner.half .opBg .banCont .theme .cnTheme {
		text-align: center;
	}

	.wapper .busOverview {
		padding: 0 4%;
	}

	.wapper .busOverview .busOver {
		padding: 6% 0 10% 0;
		margin-top: 0;
		display: block;
	}

	.wapper .busOverview .busOver .themePart {
		width: 100%;
	}

	.wapper .busOverview .busOver .themePart .chTheme {
		font-size: 24px;
		line-height: 28px;
	}

	.wapper .busOverview .busOver .themePart .cnTheme {
		font-size: 22px;
		line-height: 36px;
	}

	.wapper .busOverview .busOver .themePart .phone {
		display: none;
	}

	.wapper .busOverview .busOver .textPart {
		width: 100%;
		margin-top: 4%;
	}

	.wapper .busOverview .busOver .textPart .text {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .busOverview .busOver .textPart .dataList li .num {
		font-size: 24px;
		line-height: 32px;
	}

	.wapper .busOverview .busOver .textPart .dataList li .tit {
		font-size: 12px;
		line-height: 16px;
	}

	.wapper .busOverview .busOver .textPart .mphone {
		display: block;
		margin-top: 6%;
	}

	.wapper .cases .themePart .tabCase {
		margin-top: 47px;
		width: 100%;
		height: 46px;
		text-align: center;
		overflow: hidden;
		padding: 0;
		z-index: 55;
	}

	.wapper .cases .themePart .tabCase ul {
		display: inline-block;
	}

	.wapper .cases .themePart .tabCase li {
		line-height: 46px;
		width: auto;
		height: 46px;
		float: left;
		font-size: 15px;
		color: #fff;
		padding: 0 18px;
		box-sizing: border-box;
		margin: 0;
	}

	.wapper .cases .themePart .tabCase li:first-child {
		background: none;
	}

	.wapper .cases .themePart .tabCase li:last-child {
		padding-right: 2px;
		box-sizing: border-box;
	}

	.wapper .cases .themePart .tabCase li a {
		display: inline-block;
		line-height: 46px;
		font-size: 15px;
		color: #fff;
		transition: all 0.5s;
	}

	.wapper .cases .themePart .tabCase a.cur {
		height: 46px;
		color: #cf9b62;
		box-sizing: border-box;
	}

	.wapper .cases .themePart .pic img {
		width: auto;
		height: 250px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.wapper .cases .themePart .titl {
		top: 14%;
	}

	.wapper .cases .themePart .titl .titleOne {
		padding-left: 46px;
		font-size: 26px;
		line-height: 32px;
	}

	.wapper .cases .themePart .titl .titleOne img {
		width: 69px;
	}

	.wapper .cases .themePart .titl .titlSec {
		font-size: 20px;
		line-height: 28px;
	}

	.wapper .cases .caseListBox {
		padding: 10% 4% 10%;
	}

	.wapper .cases .caseListBox .casesList li {
		width: 100%;
		margin-bottom: 6%;
	}

	.wapper .cases .caseListBox .casesList li .textpart .title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/* -webkit-box-orient: vertical; */
		white-space: normal;
	}

	.wapper .cases .caseListBox .casesList li .textpart .desc {
		display: none;
	}

	.wapper .cases .caseListBox .shoeMore {
		width: 100%;
		line-height: 42px;
	}

	.wapper .caseDetails .picPart {
		width: 100%;
	}

	.wapper .caseDetails .textPart {
		width: 100%;
		margin-top: 4%;
		padding-left: 0;
	}

	.wapper .caseDetails .textPart .textItem {
		display: none;
	}

	.layui-layer-title {
		height: 42px !important;
		font-size: 16px !important;
		line-height: 42px !important;
	}

	.layui-layer-setwin a {
		width: 41px !important;
		height: 41px !important;
		background-size: 14px;
	}

	.wapper .caseDetails .btn .prev {
		width: 40px;
		height: 40px;
		top: 35%;
		background-size: 12px;
	}

	.wapper .caseDetails .btn .next {
		width: 40px;
		height: 40px;
		top: 35%;
		background-size: 12px;
	}

	.wapper .caseDetails .textPart .title {
		font-size: 18px;
		line-height: 28px;
	}

	.wapper .caseDetails {
		height: 98% !important;
	}

	.wapper .caseDetails .picPart .imgnav .imglist li img {
		width: 100% !important;
		height: 306px !important;
	}

	.layui-layer {
		overflow: hidden !important;
	}
}

@media screen and (max-width:600px) {
	.wapper .caseDetails .picPart .imgnav .imglist li img {
		width: 100% !important;
		height: 200px !important;
	}
}


/* æœåŠ¡ */

.wapper .banner.serv .opBg {
	width: 100%;
	height: 100%;
	background: url(../images/opBg3.png) !important;
}

.wapper .banner.serv .opBg .banCont {
	width: 100%;
	height: auto;
	top: 19%;
	left: 0;
	margin-left: 0;
	padding: 0 7.6%;
	box-sizing: border-box;
}

.wapper .banner.serv .opBg .banCont .bigTheme {
	width: 100%;
	height: auto;
	font-size: 88px;
	color: #ffffff;
	line-height: 96px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .banner.serv .opBg .banCont .smaTheme {
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}

.wapper .banner.serv .opBg .banCont .serviceList {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .banner.serv .opBg .banCont .serviceList ul {
	width: 100%;
	height: auto;
	align-items: stretch;
	justify-content: space-between;
	display: flex;
}

.wapper .banner.serv .opBg .banCont .serviceList ul li {
	width: 17%;
	height: auto;
	float: left;
	margin: 0 1.5%;
	border: 4px solid rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;

}

.wapper .banner.serv .opBg .banCont .serviceList ul li a {
	display: block;
	padding: 0 8% 6%;
	box-sizing: border-box;
}

.wapper .banner.serv .opBg .banCont .serviceList ul li .icon {
	width: 77px;
	height: 77px;
	border-radius: 50%;
	background: #cf9b62;
	margin: auto;
	margin-top: -38px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-bottom: 18%;
}

.wapper .banner.serv .opBg .banCont .serviceList ul li .icon img {
	width: auto;
	height: 36px;
	vertical-align: middle;
}

.wapper .banner.serv .opBg .banCont .serviceList ul li .titl {
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #cf9b62;
	line-height: 36px;
	text-align: center;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .banner.serv .opBg .banCont .serviceList ul li .titl a {
	color: #cf9b62;
}

.wapper .banner.serv .opBg .banCont .serviceList ul li .desc {
	width: 82%;
	height: auto;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	text-align: center;
	margin: 10% 10% 20% 10%;

}

.wapper .banner.serv .opBg .banCont .serviceList ul li .desc a {
	color: #ffffff;
}

.wapper .banner.serv .opBg .banCont .serviceList ul li:nth-of-type(3) a {
	padding: 0 0.5% 24%;
}

.wapper .banner.serv .opBg .banCont .serviceList ul li .desc.ts {
	font-size: 14px;
	line-height: 24px;
}

.wapper .banner.serv .opBg .banCont .serviceList ul li:hover {
	/* border: 4px solid ; */
	background-color: rgba(207, 155, 98, 0.7);
}

.wapper .quality {
	width: 100%;
	height: auto;
	padding: 6% 7.3% 0;
	box-sizing: border-box;
	background: #cbced0;
	position: relative;
	z-index: 22;
}

.wapper .quality .mtitle {
	width: 100%;
	height: auto;
	display: none;
}

.wapper .quality .mtitle .num {
	width: 100%;
	height: 26px;
	font-size: 38px;
	color: #da2128;
	line-height: 38px;
	text-align: center;
	overflow: hidden;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .quality .mtitle .tit {
	width: 100%;
	height: auto;
	font-size: 26px;
	line-height: 32px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .quality .picbox {
	width: 61.5%;
	height: auto;
	float: left;
	margin-bottom: -3%;
}

.wapper .quality .picbox .pic {
	width: 100%;
	height: auto;
}

.wapper .quality .picbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .quality .picbox .titl {
	width: 72%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 4%;
	font-size: 20px;
	color: #ffffff;
	line-height: 66px;
}

.wapper .quality .picbox .qual {
	width: 100px !important;
	height: 100px !important;
	top: auto !important;
	bottom: 0px !important;
}

.wapper .quality .picbox .qual.swiper-button-next {
	right: 0px !important;
	background: url(../images/viewNext.png) no-repeat center center #b4171d !important;
	background-size: 20px !important;
	transition: all 0.5ms;
}

.wapper .quality .picbox .qual.swiper-button-next:hover {
	background: url(../images/viewNext.png) no-repeat center center #da2128 !important;
	background-size: 20px !important;
}

.wapper .quality .picbox .qual.swiper-button-prev {
	left: auto !important;
	right: 100px !important;
	background: url(../images/viewPrev.png) no-repeat center center #b4171d !important;
	background-size: 20px !important;
	transition: all 0.5ms;
}

.wapper .quality .picbox .qual.swiper-button-prev:hover {
	background: url(../images/viewPrev.png) no-repeat center center #da2128 !important;
	background-size: 20px !important;
}

.wapper .quality .textPart {
	width: 38.5%;
	height: auto;
	float: left;
}

.wapper .quality .textPart .titl {
	width: 100%;
	height: auto;
	background: url(../images/line1.gif) repeat-x center 75%;
	overflow: hidden;
	align-items: flex-end;
	justify-content: flex-end;
	display: flex;
}

.wapper .quality .textPart .titl .num {
	width: auto;
	height: auto;
	float: right;
	font-size: 132px;
	color: #da2128;
	line-height: 132px;
	font-weight: bolder;
	font-family: font_cent;
	background: #cbced0;
	position: relative;
	z-index: 11;
}

.wapper .quality .textPart .titl .tit {
	width: auto;
	height: auto;
	float: right;
	font-size: 56px;
	color: #231f20;
	line-height: 66px;
	font-weight: bolder;
	font-family: font_cent;
	background: #cbced0;
	margin-right: -6%;
	position: relative;
	z-index: 22;
	padding: 0 6px;
	box-sizing: border-box;
}

.wapper .quality .textPart .cont {
	width: 100%;
	height: auto;
	padding: 0 6% 0 14%;
	box-sizing: border-box;
	margin-top: 10%;
}

.wapper .quality .textPart .cont .theme {
	width: 100%;
	height: auto;
	font-size: 34px;
	color: #231f20;
	line-height: 46px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .quality .textPart .cont .desc {
	width: 100%;
	height: auto;
	font-size: 17px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 36px;
	margin-top: 6%;
}

.wapper .logistics {
	width: 100%;
	height: auto;
	padding: 8% 0 6% 7.3%;
	box-sizing: border-box;
	background: #fff;
}

.wapper .logistics .textPart {
	width: 22.5%;
	height: auto;
	float: left;
}

.wapper .logistics .textPart .titl {
	width: 100%;
	height: auto;
	overflow: hidden;
	align-items: flex-end;
	display: flex;
}

.wapper .logistics .textPart .titl .tit {
	width: auto;
	height: auto;
	float: left;
	font-size: 56px;
	color: #231f20;
	line-height: 66px;
	background: #fff;
	padding: 0 6px;
	box-sizing: border-box;
	font-weight: bolder;
	font-family: font_cent;
	position: relative;
	z-index: 22;
}

.wapper .logistics .textPart .titl .num {
	width: auto;
	height: auto;
	float: right;
	font-size: 132px;
	color: #da2128;
	line-height: 132px;
	font-weight: bolder;
	font-family: font_cent;
	background: #fff;
	position: relative;
	z-index: 11;
	margin-left: -10%;
}

.wapper .logistics .textPart .cont {
	width: 100%;
	height: auto;
	margin-top: 10%;
}

.wapper .logistics .textPart .cont .theme {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #231f20;
	line-height: 38px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .logistics .textPart .cont .desc {
	width: 100%;
	height: auto;
	font-size: 17px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 36px;
	margin-top: 6%;
}

.wapper .logistics .warehousing {
	width: 67.5%;
	height: auto;
	float: right;
	margin: auto;
	overflow-y: hidden;
	box-sizing: border-box;
	padding-bottom: 36px;
	display: inline;
	overflow-x: scroll;
	align-items: center;
	display: flex;
}

.wapper .logistics .warehousing::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}

.wapper .logistics .warehousing::-webkit-scrollbar-thumb {
	background-color: #cf9b62;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

.wapper .logistics .warehousing::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #cecdce;
}

.wapper .logistics .warehousing ul {
	width: auto;
	height: auto;
	display: flex;
}

.wapper .logistics .warehousing li {
	width: 619px;
	height: auto;
	float: left;
	margin-right: 54px;
}

.wapper .logistics .warehousing li .pic {
	width: 100%;
	height: auto;
}

.wapper .logistics .warehousing li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .logistics .warehousing li .namebox {
	width: 40%;
	height: auto;
	margin-top: -10%;
	padding: 3% 4%;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	z-index: 22;
}

.wapper .logistics .warehousing li .namebox .name {
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #231f20;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .logistics .warehousing li .namebox .enName {
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #da2128;
	line-height: 28px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .services {
	width: 100%;
	height: auto;
	padding: 6% 7.3%;
	box-sizing: border-box;
	background: url(../images/serviceBg.jpg) no-repeat top center #fff;
	background-size: 100% auto;
}

.wapper .services .titl {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .services .titl .enTitl {
	width: 100%;
	height: auto;
	font-size: 72px;
	color: rgba(0, 0, 0, 0.2);
	line-height: 82px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .services .titl .num {
	width: 100%;
	height: 86px;
	font-size: 132px;
	color: #cf9b62;
	line-height: 132px;
	text-align: center;
	margin-top: -132px;
	overflow: hidden;
}

.wapper .services .titl .tit {
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #ffffff;
	line-height: 66px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .services .serTab {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .services .serTab li {
	width: 25%;
	height: auto;
	float: left;
	background: url(../images/line2.png) no-repeat right center;
	position: relative;
	padding-bottom: 2%;
	cursor: pointer;
}

.wapper .services .serTab li:first-child::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/line2.png) no-repeat right center;
}

.wapper .services .serTab li::before {
	content: '';
	width: 0%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
	background: #da2128;
}

.wapper .services .serTab li .num {
	width: 100%;
	height: auto;
	font-size: 55px;
	color: #cf9b62;
	line-height: 65px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	align-items: flex-start;
	justify-content: center;
	display: flex;
	transition: all 0.5s;
}

.wapper .services .serTab li .num span {
	font-size: 28px;
	line-height: 36px;
}

.wapper .services .serTab li .tit {
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .services .serTab li.now::before {
	width: 100%;
	opacity: 1;
}

.wapper .services .serTab li.now .num {
	color: #da2128;
}

.wapper .services .serTab li:hover::before {
	width: 100%;
	opacity: 1;
}

.wapper .services .serTab li:hover .num {
	color: #da2128;
}

.wapper .services .serCont {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .services .serCont .serPic {
	width: 100%;
	height: auto;
	display: none;
}

.wapper .services .serCont .serPic.now {
	display: block;
}

.wapper .services .serCont .serPic .pic {
	width: 100%;
	height: auto;
}

.wapper .services .serCont .serPic .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .construction {
	width: 100%;
	height: auto;
	padding: 6% 7.3%;
	box-sizing: border-box;
	background: #fff;
}

.wapper .construction .titl {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .construction .titl .enTitl {
	width: 100%;
	height: auto;
	font-size: 72px;
	color: rgba(0, 0, 0, 0.2);
	line-height: 82px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .construction .titl .num {
	width: 100%;
	height: 86px;
	font-size: 132px;
	color: #cf9b62;
	line-height: 132px;
	text-align: center;
	margin-top: -132px;
	overflow: hidden;
}

.wapper .construction .titl .tit {
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #231f20;
	line-height: 66px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .construction .constructList {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .construction .constructList li {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 5%;
	position: relative;
	cursor: pointer;
}

.wapper .construction .constructList li:nth-of-type(3n) {
	margin-right: 0;
}

.wapper .construction .constructList li .pic {
	width: 100%;
	height: auto;
}

.wapper .construction .constructList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .construction .constructList li .opBg {
	width: 100%;
	height: 100%;
	background: rgba(35, 31, 32, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	padding: 4%;
	border: 15px solid rgba(35, 31, 32, 0);
	box-sizing: border-box;
	transition: all 0.5s;
}

.wapper .construction .constructList li .opBg .opCont {
	width: auto;
	height: auto;
	padding-top: 32%;
	transition: all 0.5s;
}

.wapper .construction .constructList li .opBg .opCont .icon {
	width: 100%;
	height: auto;
	justify-content: center;
	display: flex;
}

.wapper .construction .constructList li .opBg .opCont .icon img {
	width: auto;
	height: 80px;
	vertical-align: bottom;
}

.wapper .construction .constructList li .opBg .opCont .bigTitl {
	width: 100%;
	height: auto;
	font-size: 55px;
	color: #ffffff;
	line-height: 68px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	margin-top: 2%;
}

.wapper .construction .constructList li .opBg .opCont .smaTitl {
	width: 100%;
	height: auto;
	font-size: 34px;
	color: #ffffff;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .construction .constructList li .opBg .opCont .desc {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	margin-top: 6%;
	opacity: 0;
	transition: all 0.5s;
}

.wapper .construction .constructList li:hover .opBg {
	background: rgba(146, 104, 58, 0.9);
	border: 15px solid rgba(228, 175, 117, 0.4);
}

.wapper .construction .constructList li:hover .opBg .opCont {
	padding-top: 22%;
}

.wapper .construction .constructList li:hover .opBg .opCont .desc {
	opacity: 1;
}

.wapper .technique {
	width: 100%;
	height: auto;
	background: #fff;
}

.wapper .technique .techPic {
	width: 100%;
	height: auto;
}

.wapper .technique .techPic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .technique .techCont {
	width: 100%;
	height: auto;
	padding: 0 7.3% 6%;
	box-sizing: border-box;
}

.wapper .technique .techCont .techniq {
	width: 100%;
	height: auto;
	padding: 4% 6%;
	box-sizing: border-box;
	background: #fff;
	margin-top: -5%;
	position: relative;
	z-index: 22;
	overflow: hidden;
}

.wapper .technique .techCont .techniq .textPart {
	width: 37.5%;
	height: auto;
	float: left;
}

.wapper .technique .techCont .techniq .textPart .titl {
	width: 100%;
	height: auto;
	overflow: hidden;
	align-items: flex-end;
	display: flex;
}

.wapper .technique .techCont .techniq .textPart .titl .tit {
	width: auto;
	height: auto;
	float: left;
	font-size: 56px;
	color: #231f20;
	line-height: 66px;
	background: #fff;
	padding: 0 6px;
	box-sizing: border-box;
	font-weight: bolder;
	font-family: font_cent;
	position: relative;
	z-index: 22;
}

.wapper .technique .techCont .techniq .textPart .titl .num {
	width: auto;
	height: auto;
	float: right;
	font-size: 132px;
	color: #da2128;
	line-height: 132px;
	font-weight: bolder;
	font-family: font_cent;
	background: #fff;
	position: relative;
	z-index: 11;
	margin-left: -7%;
}

.wapper .technique .techCont .techniq .textPart .cont {
	width: 100%;
	height: auto;
	margin-top: 6%;
}

.wapper .technique .techCont .techniq .textPart .cont .theme {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #231f20;
	line-height: 38px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .technique .techCont .techniq .textPart .cont .desc {
	width: 100%;
	height: auto;
	font-size: 17px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 36px;
	margin-top: 2%;
}

.wapper .technique .techCont .techniq .mtechPic {
	width: 100%;
	height: auto;
	display: none;
	box-sizing: border-box;
}

.wapper .technique .techCont .techniq .mtechPic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .technique .techCont .techniq .picPart {
	width: 54.5%;
	height: auto;
	float: right;
	margin-top: 2%;
}

.wapper .technique .techCont .techniq .picPart .pic {
	width: 100%;
	height: auto;
}

.wapper .technique .techCont .techniq .picPart .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width:1690px) {
	.wapper .banner.serv .opBg .banCont .bigTheme {
		font-size: 78px;
		line-height: 86px;
	}

	.wapper .banner.serv .opBg .banCont .smaTheme {
		font-size: 26px;
		line-height: 36px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .icon {
		width: 70px;
		height: 70px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .icon img {
		height: 32px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .titl {
		font-size: 22px;
		line-height: 34px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .desc {
		font-size: 18px;
		line-height: 26px;
	}

	.wapper .quality .textPart .titl .tit {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .quality .textPart .titl .num {
		font-size: 112px;
		line-height: 112px;
	}

	.wapper .quality .textPart .cont .theme {
		font-size: 30px;
		line-height: 42px;
	}

	.wapper .quality .textPart .cont .desc {
		font-size: 15px;
		margin-top: 3%;
	}

	.wapper .quality .textPart .cont {
		margin-top: 5%;
	}

	.wapper .quality .picbox .qual {
		width: 90px !important;
		height: 90px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-prev {
		right: 90px !important;
	}

	.wapper .quality .picbox .titl {
		font-size: 18px;
	}

	.wapper .logistics .textPart .titl .tit {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .logistics .textPart .titl .num {
		font-size: 112px;
		line-height: 112px;
	}

	.wapper .logistics .textPart .cont .theme {
		font-size: 24px;
		line-height: 34px;
	}

	.wapper .logistics .textPart .cont .desc {
		font-size: 15px;
	}

	.wapper .logistics .warehousing li {
		width: 579px;
	}

	.wapper .logistics .warehousing li .namebox .name {
		font-size: 26px;
		line-height: 38px;
	}

	.wapper .logistics .warehousing li .namebox .enName {
		font-size: 20px;
		line-height: 26px;
	}

	.wapper .services .titl .enTitl {
		font-size: 62px;
		line-height: 72px;
	}

	.wapper .services .titl .num {
		height: 72px;
		font-size: 112px;
		line-height: 112px;
		margin-top: -112px;
	}

	.wapper .services .serTab li .num {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .services .serTab li .tit {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .services .titl .tit {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .construction .titl .enTitl {
		font-size: 62px;
		line-height: 72px;
	}

	.wapper .construction .titl .num {
		height: 76px;
		font-size: 112px;
		line-height: 112px;
		margin-top: -112px;
	}

	.wapper .construction .titl .tit {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .construction .constructList li .opBg .opCont .icon img {
		height: 70px;
	}

	.wapper .construction .constructList li .opBg .opCont .bigTitl {
		font-size: 50px;
		line-height: 63px;
	}

	.wapper .construction .constructList li .opBg .opCont .smaTitl {
		font-size: 30px;
		line-height: 38px;
	}

	.wapper .technique .techCont .techniq .textPart .titl .tit {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .technique .techCont .techniq .textPart .titl .num {
		font-size: 112px;
		line-height: 112px;
	}

	.wapper .technique .techCont .techniq .textPart .cont .theme {
		font-size: 24px;
		line-height: 34px;
	}

	.wapper .technique .techCont .techniq .textPart .cont .desc {
		font-size: 15px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .banner.serv .opBg .banCont .bigTheme {
		font-size: 68px;
		line-height: 76px;
	}

	.wapper .banner.serv .opBg .banCont .smaTheme {
		font-size: 22px;
		line-height: 32px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .icon {
		width: 64px;
		height: 64px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .icon img {
		height: 28px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .titl {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .desc {
		font-size: 16px;
		line-height: 26px;
	}

	.wapper .quality .textPart .titl .tit {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .quality .textPart .titl .num {
		font-size: 92px;
		line-height: 92px;
	}

	.wapper .quality .textPart .cont .theme {
		font-size: 26px;
		line-height: 38px;
	}

	.wapper .quality .textPart .cont .desc {
		font-size: 15px;
		line-height: 32px;
	}

	.wapper .logistics .textPart .titl .tit {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .logistics .textPart .titl .num {
		font-size: 92px;
		line-height: 92px;
	}

	.wapper .logistics .textPart .cont .theme {
		font-size: 20px;
		line-height: 30px;
	}

	.wapper .logistics .textPart .cont .desc {
		font-size: 15px;
		line-height: 32px;
	}

	.wapper .logistics .warehousing li {
		width: 539px;
	}

	.wapper .logistics .warehousing li .namebox .name {
		font-size: 22px;
		line-height: 34px;
	}

	.wapper .logistics .warehousing li .namebox .enName {
		font-size: 18px;
		line-height: 26px;
	}

	.wapper .services .titl .enTitl {
		font-size: 52px;
		line-height: 62px;
	}

	.wapper .services .titl .num {
		height: 60px;
		font-size: 92px;
		line-height: 92px;
		margin-top: -92px;
	}

	.wapper .services .serTab li .num {
		font-size: 46px;
		line-height: 56px;
	}

	.wapper .services .serTab li .tit {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .services .titl .tit {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .construction .titl .enTitl {
		font-size: 52px;
		line-height: 62px;
	}

	.wapper .construction .titl .num {
		height: 62px;
		font-size: 92px;
		line-height: 92px;
		margin-top: -92px;
	}

	.wapper .construction .titl .tit {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .construction .constructList li .opBg .opCont .icon img {
		height: 60px;
	}

	.wapper .construction .constructList li .opBg .opCont .bigTitl {
		font-size: 44px;
		line-height: 57px;
	}

	.wapper .construction .constructList li .opBg .opCont .smaTitl {
		font-size: 26px;
		line-height: 34px;
	}

	.wapper .construction .constructList li .opBg .opCont .desc {
		font-size: 18px;
		line-height: 34px;
	}

	.wapper .technique .techCont .techniq .textPart .titl .tit {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .technique .techCont .techniq .textPart .titl .num {
		font-size: 92px;
		line-height: 92px;
	}

	.wapper .technique .techCont .techniq .textPart .cont .theme {
		font-size: 20px;
		line-height: 30px;
	}

	.wapper .technique .techCont .techniq .textPart .cont .desc {
		font-size: 15px;
		line-height: 32px;
	}
}

@media screen and (max-width:1400px) {
	.wapper .banner.serv .opBg .banCont .bigTheme {
		font-size: 58px;
		line-height: 66px;
	}

	.wapper .banner.serv .opBg .banCont .smaTheme {
		font-size: 20px;
		line-height: 28px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li {
		padding: 0 0% 0%;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .icon {
		width: 58px;
		height: 58px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .icon img {
		height: 28px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .titl {
		font-size: 18px;
		line-height: 30px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .desc {
		font-size: 14px;
		line-height: 22px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .desc.ts {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .quality .picbox .qual {
		width: 80px !important;
		height: 80px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-prev {
		right: 80px !important;
		background-size: 16px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-next {
		background-size: 16px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-prev:hover {
		right: 80px !important;
		background-size: 16px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-next:hover {
		background-size: 16px !important;
	}

	.wapper .quality .textPart .titl .tit {
		font-size: 38px;
		line-height: 46px;
	}

	.wapper .quality .textPart .titl .num {
		font-size: 82px;
		line-height: 82px;
	}

	.wapper .quality .textPart .cont .theme {
		font-size: 22px;
		line-height: 34px;
	}

	.wapper .quality .textPart .cont .desc {
		font-size: 13px;
		line-height: 28px;
	}

	.wapper .quality .picbox .titl {
		font-size: 16px;
	}

	.wapper .logistics .textPart .titl .tit {
		font-size: 38px;
		line-height: 46px;
	}

	.wapper .logistics .textPart .titl .num {
		font-size: 82px;
		line-height: 82px;
	}

	.wapper .logistics .textPart .cont .theme {
		font-size: 22px;
		line-height: 34px;
	}

	.wapper .logistics .textPart .cont .desc {
		font-size: 13px;
		line-height: 28px;
	}

	.wapper .logistics .warehousing li {
		width: 499px;
	}

	.wapper .logistics .warehousing li .namebox .name {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .logistics .warehousing li .namebox .enName {
		font-size: 18px;
		line-height: 26px;
	}

	.wapper .services .titl .enTitl {
		font-size: 42px;
		line-height: 52px;
	}

	.wapper .services .titl .num {
		height: 52px;
		font-size: 82px;
		line-height: 82px;
		margin-top: -82px;
	}

	.wapper .services .serTab li .num {
		font-size: 42px;
		line-height: 52px;
	}

	.wapper .services .serTab li .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.wapper .services .titl .tit {
		font-size: 38px;
		line-height: 46px;
	}

	.wapper .construction .titl .enTitl {
		font-size: 42px;
		line-height: 52px;
	}

	.wapper .construction .titl .num {
		height: 56px;
		font-size: 82px;
		line-height: 82px;
		margin-top: -82px;
	}

	.wapper .construction .titl .tit {
		font-size: 38px;
		line-height: 46px;
	}

	.wapper .construction .constructList li:hover .opBg .opCont {
		padding-top: 15%;
	}

	.wapper .construction .constructList li .opBg .opCont .icon img {
		height: 44px;
	}

	.wapper .construction .constructList li .opBg .opCont .bigTitl {
		font-size: 38px;
		line-height: 47px;
	}

	.wapper .construction .constructList li .opBg .opCont .smaTitl {
		font-size: 22px;
		line-height: 30px;
	}

	.wapper .construction .constructList li .opBg .opCont .desc {
		font-size: 16px;
		line-height: 32px;
	}

	.wapper .technique .techCont .techniq .textPart .titl .tit {
		font-size: 38px;
		line-height: 46px;
	}

	.wapper .technique .techCont .techniq .textPart .titl .num {
		font-size: 82px;
		line-height: 82px;
	}

	.wapper .technique .techCont .techniq .textPart .cont .theme {
		font-size: 18px;
		line-height: 28px;
	}

	.wapper .technique .techCont .techniq .textPart .cont .desc {
		font-size: 13px;
		line-height: 28px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .banner.serv .opBg .banCont .bigTheme {
		font-size: 48px;
		line-height: 56px;
	}

	.wapper .banner.serv .opBg .banCont .smaTheme {
		font-size: 18px;
		line-height: 26px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .desc {
		display: none;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li {
		border: none;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .icon {
		margin-bottom: 6%;
	}

	.wapper .banner.serv .opBg .banCont .serviceList {
		margin-top: 10%;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li:hover {
		background: none;
	}

	.wapper .quality .picbox .qual {
		width: 70px !important;
		height: 70px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-prev {
		right: 70px !important;
		background-size: 14px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-next {
		background-size: 14px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-prev:hover {
		right: 70px !important;
		background-size: 14px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-next:hover {
		background-size: 14px !important;
	}

	.wapper .quality .textPart .titl .tit {
		font-size: 32px;
		line-height: 40px;
	}

	.wapper .quality .textPart .titl .num {
		font-size: 72px;
		line-height: 72px;
	}

	.wapper .quality .textPart .cont {
		padding: 0 6% 0 10%;
	}

	.wapper .quality .textPart .cont .theme {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .quality .textPart .cont .desc {
		font-size: 12px;
		line-height: 26px;
	}

	.wapper .quality .picbox .titl {
		font-size: 16px;
	}

	.wapper .logistics .textPart .titl .tit {
		font-size: 32px;
		line-height: 40px;
	}

	.wapper .logistics .textPart .titl .num {
		font-size: 72px;
		line-height: 72px;
	}

	.wapper .logistics .textPart .cont .theme {
		font-size: 18px;
		line-height: 30px;
	}

	.wapper .logistics .textPart .cont .desc {
		font-size: 12px;
		line-height: 26px;
	}

	.wapper .logistics .warehousing li {
		width: 459px;
	}

	.wapper .logistics .warehousing li .namebox .name {
		font-size: 18px;
		line-height: 30px;
	}

	.wapper .logistics .warehousing li .namebox .enName {
		font-size: 16px;
		line-height: 24px;
	}

	.wapper .services .titl .enTitl {
		font-size: 36px;
		line-height: 42px;
	}

	.wapper .services .titl .num {
		height: 45px;
		font-size: 72px;
		line-height: 72px;
		margin-top: -72px;
	}

	.wapper .services .serTab li .num {
		font-size: 36px;
		line-height: 42px;
	}

	.wapper .services .serTab li .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.wapper .services .titl .tit {
		font-size: 32px;
		line-height: 40px;
	}

	.wapper .services .serTab li .num span {
		font-size: 20px;
		line-height: 28px;
	}

	.wapper .construction .titl .enTitl {
		font-size: 36px;
		line-height: 42px;
	}

	.wapper .construction .titl .num {
		height: 48px;
		font-size: 72px;
		line-height: 72px;
		margin-top: -72px;
	}

	.wapper .construction .titl .tit {
		font-size: 32px;
		line-height: 40px;
	}

	.wapper .construction .constructList li:hover .opBg .opCont {
		padding-top: 15%;
	}

	.wapper .construction .constructList li .opBg .opCont .icon img {
		height: 40px;
	}

	.wapper .construction .constructList li .opBg .opCont .bigTitl {
		font-size: 32px;
		line-height: 42px;
	}

	.wapper .construction .constructList li .opBg .opCont .smaTitl {
		font-size: 20px;
		line-height: 28px;
	}

	.wapper .construction .constructList li .opBg .opCont .desc {
		font-size: 16px;
		line-height: 32px;
	}

	.wapper .technique .techCont .techniq .textPart .titl .tit {
		font-size: 32px;
		line-height: 40px;
	}

	.wapper .technique .techCont .techniq .textPart .titl .num {
		font-size: 72px;
		line-height: 72px;
	}

	.wapper .technique .techCont .techniq .textPart .cont .theme {
		font-size: 17px;
		line-height: 28px;
	}

	.wapper .technique .techCont .techniq .textPart .cont .desc {
		font-size: 13px;
		line-height: 28px;
	}
}

@media screen and (max-width:1100px) {
	.wapper .construction .constructList li:hover .opBg .opCont {
		padding-top: 10%;
	}

	.wapper .construction .constructList li .opBg .opCont .desc {
		font-size: 14px;
		line-height: 28px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .proList .proBox .productList .biglist .cont .name {
		text-align: center;
	}

	.wapper .proList .proBox .productList .biglist .cont .desc {
		text-align: center;
	}

	.wapper .proList .proBox .productList .biglist .cont .learn {
		text-align: center;
	}

	.wapper .banner {
		margin-top: 47px;
	}

	.wapper .banner.serv {
		display: block;
	}

	.wapper .banner.serv .pic img {
		width: auto;
		height: 340px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.wapper .banner.serv .opBg .banCont {
		padding: 0 4%;
	}

	.wapper .banner.serv .opBg .banCont .bigTheme {
		font-size: 31px;
		line-height: 36px;
	}

	.wapper .banner.serv .opBg .banCont .smaTheme {
		font-size: 14px;
		line-height: 18px;
		padding: 0 8%;
		box-sizing: border-box;
		margin-top: 3%;
	}

	.wapper .banner.serv .opBg .banCont .serviceList {
		margin-top: 16%;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .icon {
		width: 48px;
		height: 48px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .icon img {
		height: 23px;
	}

	.wapper .banner.serv .opBg .banCont .serviceList ul li .titl {
		font-size: 12px;
		line-height: 20px;
	}

	.wapper .quality {
		padding: 6% 4%;
	}

	.wapper .quality .mtitle {
		display: block;
	}

	.wapper .quality .picbox {
		width: 100%;
		margin-top: 4%;
	}

	.wapper .quality .picbox .titl {
		width: 100%;
		font-size: 14px;
		line-height: 38px;
		padding: 0 6%;
		box-sizing: border-box;
		left: 0;
		text-align: center;
	}

	.wapper .quality .picbox .qual {
		width: 40px !important;
		height: 40px !important;
		bottom: 43% !important;
	}

	.wapper .quality .picbox .qual.swiper-button-prev {
		left: 0px !important;
		background-size: 10px !important;
	}

	.wapper .quality .picbox .qual.swiper-button-next {
		background-size: 10px !important;
	}

	.wapper .quality .textPart {
		width: 100%;
	}

	.wapper .quality .textPart .titl {
		display: none;
	}

	.wapper .quality .textPart .cont {
		padding: 2% 0;
	}

	.wapper .quality .textPart .cont .theme {
		font-size: 18px;
		line-height: 30px;
	}

	.wapper .quality .textPart .cont .desc {
		margin-top: 1%;
	}

	.wapper .logistics {
		padding: 6% 0 10% 0%;
	}

	.wapper .logistics .textPart {
		width: 100%;
		box-sizing: border-box;
		padding: 0 4%;
	}

	.wapper .logistics .textPart .titl {
		display: block;
		position: relative;
		padding-top: 26px;
	}

	.wapper .logistics .textPart .titl .num {
		width: 100%;
		height: 26px;
		font-size: 38px;
		color: #da2128;
		line-height: 38px;
		text-align: center;
		overflow: hidden;
		font-weight: bolder;
		font-family: font_cent;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}

	.wapper .logistics .textPart .titl .tit {
		width: 100%;
		font-size: 26px;
		line-height: 32px;
		padding: 0;
		text-align: center;
	}

	.wapper .logistics .textPart .cont {
		margin-top: 4%;
	}

	.wapper .logistics .textPart .cont .desc {
		margin-top: 2%;
	}

	.wapper .logistics .warehousing {
		width: 96%;
		margin-top: 6%;
		padding-bottom: 16px;
	}

	.wapper .logistics .warehousing li {
		width: 219px;
		margin-right: 14px;
	}

	.wapper .logistics .warehousing li .namebox {
		width: 60%;
	}

	.wapper .logistics .warehousing li .namebox .name {
		font-size: 16px;
		line-height: 28px;
	}

	.wapper .logistics .warehousing li .namebox .enName {
		font-size: 14px;
		line-height: 18px;
	}

	.wapper .services {
		padding: 8% 4% 12%;
		background: url(../images/serviceBg.jpg) no-repeat top center;
		background-size: cover !important;
	}

	.wapper .services .titl .enTitl {
		display: none;
	}

	.wapper .services .titl .num {
		height: 24px;
		font-size: 38px;
		line-height: 38px;
		margin-top: 0;
	}

	.wapper .services .titl .tit {
		font-size: 26px;
		line-height: 32px;
	}

	.wapper .services .serTab li {
		background: url(../images/line2.png) no-repeat right 60%;
		background-size: 1px 20px;
	}

	.wapper .services .serTab li .num {
		font-size: 22px;
		line-height: 36px;
	}

	.wapper .services .serTab li .num span {
		font-size: 14px;
		line-height: 28px;
		margin-left: 1px;
	}

	.wapper .services .serTab li .tit {
		font-size: 12px;
		line-height: 18px;
		min-height: 36px;
		padding: 0 4%;
		box-sizing: border-box;
	}

	.wapper .services .serCont {
		margin-top: 6%;
	}

	.wapper .construction {
		padding: 8% 4%;
	}

	.wapper .construction .titl .enTitl {
		display: none;
	}

	.wapper .construction .titl .num {
		height: 24px;
		font-size: 38px;
		line-height: 38px;
		margin-top: 0;
	}

	.wapper .construction .titl .tit {
		font-size: 26px;
		line-height: 32px;
	}

	.wapper .construction .constructList li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}

	.wapper .construction .constructList li .pic {
		height: 160px;
		overflow: hidden;
	}

	.wapper .construction .constructList li .pic img {
		width: 100%;
		vertical-align: bottom;
		position: relative;
		top: 0%;
		transform: translateY(-50%);
	}

	.wapper .construction .constructList li .opBg .opCont {
		padding-top: 0;
	}

	.wapper .construction .constructList li:hover .opBg .opCont {
		padding-top: 0;
	}

	.wapper .construction .constructList li .opBg .opCont .icon img {
		height: 34px;
	}

	.wapper .construction .constructList li .opBg .opCont .bigTitl {
		font-size: 22px;
		line-height: 28px;
	}

	.wapper .construction .constructList li .opBg .opCont .smaTitl {
		font-size: 16px;
		line-height: 22px;
	}

	.wapper .technique .techPic {
		display: none;
	}

	.wapper .technique .techCont {
		padding: 0 4% 6% 4%;
	}

	.wapper .technique .techCont .techniq {
		padding: 0;
	}

	.wapper .technique .techCont .techniq .textPart {
		width: 100%;
	}

	.wapper .technique .techCont .techniq .textPart .titl {
		display: block;
		position: relative;
		padding-top: 26px;
	}

	.wapper .technique .techCont .techniq .textPart .titl .num {
		width: 100%;
		height: 26px;
		font-size: 38px;
		color: #da2128;
		line-height: 38px;
		text-align: center;
		overflow: hidden;
		font-weight: bolder;
		font-family: font_cent;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}

	.wapper .technique .techCont .techniq .textPart .titl .tit {
		width: 100%;
		font-size: 26px;
		line-height: 32px;
		padding: 0;
		text-align: center;
	}

	.wapper .technique .techCont .techniq .textPart .cont {
		margin-top: 4%;
	}

	.wapper .technique .techCont .techniq .mtechPic {
		float: left;
		display: block;
		margin-top: 2%;
	}

	.wapper .technique .techCont .techniq .picPart {
		width: 100%;
		margin-top: 4px;
	}
}


/* è¥¿ç‰›çš®å½±åƒ */

.wapper .videos {
	width: 100%;
	height: calc(100vh - 182px);
	/* max-height: 850px; */
	background: url(../images/videoBg.jpg) no-repeat center center;
	background-size: cover;
	padding: 0% 5.7% 0 0;
	box-sizing: border-box;
	position: relative;
	margin-top: 82px;
	display: flex;
	justify-content: space-between;
	/* align-items: stretch; */
	overflow: hidden;
}

.wapper .videos .themePart {
	width: 42.2%;
	height: 100%;
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	background: rgba(207, 207, 207, 0.05);
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 6% 5%;
	box-sizing: border-box;
}

.wapper .videos .themePart .themebox {
	width: 100%;
	height: auto;
}

.wapper .videos .themePart .themebox .entheme {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #cf9b62;
	line-height: 80px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .videos .themePart .themebox .cnTheme {
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #ffffff;
	line-height: 76px;
	margin-top: 2%;
}

.wapper .videos .themePart .themebox .cnTheme span {
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .videos .themePart .themebox .desc {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	margin-top: 10%;
}

.wapper .videos .content {
	width: 48%;
	height: 100%;
	max-height: 100%;
	overflow: auto;
}

.wapper .videos .content::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.wapper .videos .content {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.wapper .videos .content .promotional {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 5%;
}

.wapper .videos .content .promotional .pic {
	width: 100%;
	height: auto;
}

.wapper .videos .content .promotional .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .videos .content .promotional .contBg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	cursor: pointer;
}

.wapper .videos .content .promotional .contBg .cont {
	width: 100%;
	height: auto;
}

.wapper .videos .content .promotional .contBg .cont .btn {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	margin: auto;
}

.wapper .videos .content .promotional .contBg .cont .btn img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .videos .content .promotional .contBg .cont .titl {
	width: 100%;
	height: auto;
	font-size: 36px;
	color: #ffffff;
	line-height: 48px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	margin-top: 3%;
}

.wapper .videos .content .promotional .contBg .cont .tit {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #cf9b62;
	line-height: 20px;
	text-align: center;
	letter-spacing: 6px;
}

.wapper .videos .content .videoTab {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .videos .content .videoTab ul {
	align-items: center;
	justify-content: flex-start;
	display: flex;
	gap: 1.5em;
	font-size: 20px;
	white-space: nowrap;
}

.wapper .videos .content .videoTab ul li {
	width: auto;
	height: auto;
	float: left;
	color: #ffffff;
	line-height: 1;
	padding: .8em 0;
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
}

.wapper .videos .content .videoTab ul li::after {
	content: '';
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: #cf9b62;
	opacity: 0;
}

.wapper .videos .content .videoTab ul li.now {
	color: #cf9b62;
	/* font-weight: bolder;
	font-family: font_cent; */
}

.wapper .videos .content .videoTab ul li.now::after {
	width: 100%;
	opacity: 1;
}

.wapper .videos .content .videoTab ul li:hover {
	color: #cf9b62;
	/* font-weight: bolder;
	font-family: font_cent; */
}

.wapper .videos .content .videoTab ul li:hover::after {
	width: 100%;
	opacity: 1;
}

.wapper .videos .content .videoCont {
	width: 100%;
	/* height: 290px; */
	padding-top: 4%;
	box-sizing: border-box;
	/* padding-bottom: 10%; */
}

.wapper .videos .content .videoCont .videoList {
	width: 100%;
	height: auto;
	display: none;
}

.wapper .videos .content .videoCont .videoList.now {
	display: block;
}

.wapper .videos .content .videoCont .videoList ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2vw 1.4vw;
	padding-bottom: 5vw;
}

.wapper .videos .content .videoCont .videoList li {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	cursor: pointer;
}

.wapper .videos .content .videoCont .videoList li:nth-of-type(3n) {
	margin-right: 0;
}

.wapper .videos .content .videoCont .videoList li .picbox {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .videos .content .videoCont .videoList li .picbox .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wapper .videos .content .videoCont .videoList li .picbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all 0.5s;
}

.wapper .videos .content .videoCont .videoList li .picbox .btn {
	width: 33px;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.wapper .videos .content .videoCont .videoList li .picbox .btn img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .videos .content .videoCont .videoList li .title {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.4;
	margin: 4% 0;
}

.wapper .videos .content .videoCont .videoList li:hover .picbox .pic img {
	transform: scale(1.1);
}

@media screen and (max-width:1690px) {
	.wapper .videos .themePart .themebox .entheme {
		font-size: 64px;
		line-height: 74px;
	}

	.wapper .videos .themePart .themebox .cnTheme {
		font-size: 50px;
		line-height: 70px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .videos .themePart .themebox .entheme {
		font-size: 58px;
		line-height: 68px;
	}

	.wapper .videos .themePart .themebox .cnTheme {
		font-size: 44px;
		line-height: 64px;
	}

	.wapper .videos .content .promotional .contBg .cont .titl {
		font-size: 32px;
		line-height: 44px;
	}

	.wapper .videos .content .videoTab ul {
		font-size: 16px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .videos .themePart .themebox .entheme {
		font-size: 52px;
		line-height: 62px;
	}

	.wapper .videos .themePart .themebox .cnTheme {
		font-size: 38px;
		line-height: 58px;
	}

	.wapper .videos .content .promotional .contBg .cont .titl {
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .videos {
		margin-top: 76px;
	}

	.wapper .videos .themePart .themebox .entheme {
		font-size: 46px;
		line-height: 56px;
	}

	.wapper .videos .themePart .themebox .cnTheme {
		font-size: 32px;
		line-height: 52px;
	}

	.wapper .videos .content .promotional .contBg .cont .titl {
		font-size: 24px;
		line-height: 36px;
	}

	.wapper .videos .content .videoTab ul {
		font-size: 14px;
	}

	.wapper .videos .themePart .themebox .desc {
		font-size: 14px;
	}
}

@media screen and (max-width:1090px) {
	.wapper .videos {
		margin-top: 70px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .videos {
		margin-top: 47px;
		padding: 0;
	}

	.wapper .videos .themePart {
		display: none;
	}

	.wapper .videos .content {
		width: 100%;
		padding-top: 0;
	}

	.wapper .videos .content .promotional {
		margin-top: 0;
	}

	.wapper .videos .content .promotional .contBg .cont .btn {
		width: 48px;
		height: 48px;
	}

	.wapper .videos .content .promotional .contBg .cont .titl {
		margin-top: 0;
		font-size: 20px;
		line-height: 28px;
	}

	.wapper .videos .content .promotional .contBg .cont .tit {
		font-size: 12px;
		line-height: 18px;
	}

	.wapper .videos .content .videoTab ul {
		overflow: auto;
		padding: 0 5vw;
		justify-content: flex-start;
	}

	.wapper .videos .content .videoTab ul::-webkit-scrollbar {
		display: none;
	}

	.wapper .videos .content .videoCont {
		padding: 4% 4%;
		box-sizing: border-box;
	}

	.wapper .videos .content .videoCont .videoList ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.wapper .videos .content .videoCont .videoList li:nth-of-type(2n) {
		margin-right: 0%;
	}

	.wapper .videos .content .videoCont .videoList li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.wapper .videos .content .videoCont .videoList li:nth-of-type(6n) {
		margin-right: 0%;
	}
}


/* è”ç³» */

.wapper .map {
	width: 100%;
	height: 800px;
	position: relative;
	/* padding-left: 40%; */
	box-sizing: border-box;
	margin-top: 82px;
}

.wapper .map #mapbox1 {
	width: 100%;
	height: 100%;
}

.wapper .map #mapbox1 #allmap {
	width: 100%;
	height: 100%;
}

.wapper .map .themePart {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(20, 18, 18, 0.9);
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 4% 4%;
	box-sizing: border-box;
	z-index: 36;
	transition: all 0.5s;
}

.wapper .map .themePart.now {
	left: -36%;
}

.wapper .map .close {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;
	display: flex;
	cursor: pointer;
}

.wapper .map .close img {
	width: 13px;
	height: auto;
	vertical-align: middle;
}

.wapper .map .close.now img {
	transform: rotate(-180deg);
}

.wapper .map .themePart .cont {
	position: relative;
	width: 100%;
	height: auto;
}

.wapper .map .themePart .cont .enTheme {
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #ffffff;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .map .themePart .cont .cnTheme {
	display: none;
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #ffffff;
	line-height: 66px;
}

.wapper .map .themePart .cont .cnTheme span {
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .map .themePart .cont .contact {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 6%;
}

.wapper .map .themePart .cont .contact .lianxi {
	width: auto;
	height: auto;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.4;
}

.wapper .map .themePart .cont .contact .lianxi h2 {
	margin-bottom: -.7em;
}

.wapper .map .themePart .cont .contact .code {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-25%);
	width: 100px;
	height: auto;
	padding: 4px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ececec;
}

.wapper .map .themePart .cont .contact .code img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .experience {
	display: none !important;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	background: url(../images/contactBg.jpg) no-repeat left center;
	background-size: cover;
	padding: 4% 3.75% 0 7.6%;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .experience .themePart {
	width: 47.5%;
	height: auto;
	float: left;
	padding-right: 5.3%;
	box-sizing: border-box;
}

.wapper .experience .themePart .themebox {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .experience .themePart .themebox .enTheme {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #da2128;
	line-height: 80px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .experience .themePart .themebox .cnTheme {
	width: 100%;
	height: auto;
	font-size: 46px;
	color: #231f20;
	line-height: 54px;
}

.wapper .experience .themePart .themebox .cnTheme span {
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .experience .themePart .themebox .num {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 166px;
	color: rgba(197, 197, 197, 0.5);
	line-height: 166px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .experience .themePart .themebox .num span {
	font-size: 64px;
	line-height: 64px;
}

.wapper .experience .themePart .area {
	width: 100%;
	height: auto;
	margin-top: 6%;
	border-left: 1px solid #ececec;
	box-sizing: border-box;
}

.wapper .experience .themePart .area li {
	width: 25%;
	height: auto;
	float: left;
	/* border: 1px solid #ececec; */
	background: #fff;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
	padding: 3% 0;
	transition: all 0.5s;
	cursor: pointer;
}


.wapper .experience .themePart .area li .qu {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #231f20;
	line-height: 28px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
	transition: all 0.5s;
}

.wapper .experience .themePart .area li .num {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #737373;
	line-height: 24px;
	text-align: center;
	transition: all 0.5s;
	display: none
}

.wapper .experience .themePart .area li.now {
	background: #da2128;
}

.wapper .experience .themePart .area li.now .qu {
	color: #fff;
}

.wapper .experience .themePart .area li.now .num {
	color: #fff;
}

.wapper .experience .themePart .area li:hover {
	background: #da2128;
}

.wapper .experience .themePart .area li:hover .qu {
	color: #fff;
}

.wapper .experience .themePart .area li:hover .num {
	color: #fff;
}

.wapper .experience .areaCont {
	width: 52.5%;
	height: auto;
	float: right;
}

.wapper .experience .areaCont .areaList {
	width: 100%;
	height: 850px;
	padding-right: 5%;
	box-sizing: border-box;
	overflow-y: auto;
	margin-bottom: 6%;
	position: relative;
	display: none;
}

.wapper .experience .areaCont .areaList.now {
	display: block;
}

.wapper .experience .areaCont .areaList::-webkit-scrollbar {
	/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
	width: 4px;
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	height: 1px;
}

.wapper .experience .areaCont .areaList::-webkit-scrollbar-thumb {
	/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #da2128;
}

.wapper .experience .areaCont .areaList::-webkit-scrollbar-track {
	/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #cfcfcf;
}

.wapper .experience .areaCont .areaList ul {
	width: 100%;
	height: auto;
	column-count: 2;
	column-gap: 3%;
}

.wapper .experience .areaCont .areaList li {
	width: 100%;
	height: auto;
	margin-right: 4%;
	margin-bottom: 10%;
	background: #fff;
	padding: 0 0 2% 0;
	box-sizing: border-box;
	break-inside: avoid;
	box-sizing: border-box;
	display: inline-block;
}

.wapper .experience .areaCont .areaList li:first-child {
	margin-top: 26%;
}

.wapper .experience .areaCont .areaList li .province {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #231f20;
	line-height: 42px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .experience .areaCont .areaList li .areaItem {
	width: 100%;
	height: auto;
	padding: 4% 0;
	border-bottom: 1px solid #ececec;
	display: none
}

.wapper .experience .areaCont .areaList li .areaItem:last-child {
	border-bottom: none;
}

.wapper .experience .areaCont .areaList li .areaItem .tit {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #231f20;
	line-height: 26px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .experience .areaCont .areaList li .areaItem .txt {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #737373;
	line-height: 26px;
}

.wapper .experience .areaCont .areaList li .pic {
	width: 100%;
	height: auto;
}

.wapper .experience .areaCont .areaList li .pic img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:1690px) {
	.wapper .map .themePart .cont .cnTheme {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .experience .themePart .themebox .enTheme {
		font-size: 60px;
		line-height: 70px;
	}

	.wapper .experience .themePart .themebox .cnTheme {
		font-size: 40px;
		line-height: 48px;
	}

	.wapper .experience .themePart .themebox .num {
		font-size: 136px;
		line-height: 136px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .map .themePart .cont .enTheme {
		font-size: 50px;
	}

	.wapper .map .themePart .cont .cnTheme {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .map .themePart .cont .contact .lianxi {
		font-size: 16px;
	}

	.wapper .experience .themePart .themebox .enTheme {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .experience .themePart .themebox .cnTheme {
		font-size: 34px;
		line-height: 42px;
	}

	.wapper .experience .themePart .themebox .num {
		font-size: 106px;
		line-height: 106px;
	}

	/*.wapper .experience .areaCont .areaList li .province {
        font-size: 26px;
    }*/
	.wapper .experience .themePart .area li .qu {
		font-size: 18px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .map .themePart .cont .enTheme {
		font-size: 40px;
	}

	.wapper .map .themePart .cont .cnTheme {
		font-size: 38px;
		line-height: 48px;
	}

	.wapper .map .themePart .cont .contact .lianxi {
		font-size: 14px;
	}

	.wapper .experience .themePart .themebox .enTheme {
		font-size: 40px;
		line-height: 50px;
	}

	.wapper .experience .themePart .themebox .cnTheme {
		font-size: 28px;
		line-height: 36px;
	}

	.wapper .experience .themePart .themebox .num {
		font-size: 106px;
		line-height: 106px;
	}

	/*.wapper .experience .areaCont .areaList li .province {
        font-size: 24px;
    }*/
	.wapper .experience .themePart .area li .qu {
		font-size: 16px;
	}
}

@media screen and (max-width:1280px) {
	.wapper .map .themePart .cont .contact .lianxi {
		width: 100%;
		float: none;
	}
}


@media screen and (max-width:1200px) {
	.wapper .map {
		margin-top: 76px;
	}

	.wapper .map .themePart .cont .enTheme {
		font-size: 34px;
	}

	.wapper .map .themePart .cont .cnTheme {
		font-size: 32px;
		line-height: 42px;
	}

	.wapper .map .themePart .cont .contact .lianxi {
		font-size: 14px;
	}

	.wapper .experience .themePart .themebox .enTheme {
		font-size: 34px;
		line-height: 44px;
	}

	.wapper .experience .themePart .themebox .cnTheme {
		font-size: 24px;
		line-height: 32px;
	}

	.wapper .experience .themePart .themebox .num {
		font-size: 86px;
		line-height: 86px;
	}

	/*.wapper .experience .areaCont .areaList li .province {
        font-size: 20px;
    }*/
	.wapper .experience .themePart .area li .qu {
		font-size: 16px;
	}
}

@media screen and (max-width:1090px) {
	.wapper .map {
		margin-top: 70px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .map {
		height: auto;
		padding-left: 0;
		margin-top: 47px;
	}

	.wapper .map .themePart {
		position: relative;
		height: auto;
		width: 100%;
		padding: 10vw 5vw;
	}

	.wapper .map .close {
		display: none;
	}

	.wapper .map .themePart .cont {
		padding: 0;
		box-sizing: border-box;
	}

	.wapper .map .themePart .cont .contact {
		display: block;
	}

	.wapper .map .themePart .cont .enTheme {
		font-size: 28px;
	}

	.wapper .map .themePart .cont .cnTheme {
		font-size: 24px;
		line-height: 32px;
	}

	.wapper .map .themePart .cont .contact .lianxi {
		width: 100%;
	}

	.wapper .map .themePart .cont .contact .lianxi h2 {
		line-height: 18px;
		font-size: 18px;
	}

	.wapper .map .themePart .cont .contact .code {
		transform: none;
		position: relative;
		margin: 20px auto 0;
	}

	.wapper .experience {
		padding: 6% 4%;
		display: block;
		overflow: hidden;
	}

	.wapper .experience .themePart {
		width: 100%;
		padding-right: 0;
	}

	.wapper .experience .themePart .themebox .enTheme {
		font-size: 28px;
		line-height: 32px;
	}

	.wapper .experience .themePart .themebox .cnTheme {
		font-size: 20px;
		line-height: 28px;
	}

	.wapper .experience .themePart .themebox .num {
		font-size: 56px;
		line-height: 56px;
	}

	.wapper .experience .themePart .themebox .num span {
		font-size: 34px;
		line-height: 34px;
	}

	.wapper .experience .themePart .area li {
		background: #fff;
		/* border-bottom: 1px solid #000; */
	}

	/*.wapper .experience .themePart .area li:nth-of-type(4) {
        border-top: 1px solid #ececec;
    }
    .wapper .experience .themePart .area li:nth-of-type(5) {
        border-top: 1px solid #ececec;
    }
    .wapper .experience .themePart .area li:nth-of-type(6) {
        border-top: 1px solid #ececec;
    }*/
	.wapper .experience .areaCont {
		width: 100%;
		margin-top: 10%;
	}

	.wapper .experience .areaCont .areaList {
		height: auto;
		padding-right: 0;
	}

	.wapper .experience .areaCont .areaList ul {
		column-count: 1;
	}

	.wapper .experience .areaCont .areaList li {
		width: 100%;
		margin-bottom: 6%;
	}

	.wapper .experience .areaCont .areaList li:first-child {
		margin-top: 0;
	}
}


/* 311é˜²æ°´ç ”ç©¶é™¢ */

.wapper .banner.inst .opBg .banCont {
	bottom: 52%;
}

.wapper .introduction {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0 7.3% 6%;
	box-sizing: border-box;
}

.wapper .introduction .introductionBox {
	width: 100%;
	height: auto;
	margin-top: -12%;
	position: relative;
}

.wapper .introduction .introductionBox .navBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 1.1% 0;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .introduction .introductionBox .navBox .nav {
	width: auto;
	height: auto;
	float: left;
}

.wapper .introduction .introductionBox .navBox .nav li {
	width: auto;
	height: auto;
	float: left;
	margin-right: 28px;
}

.wapper .introduction .introductionBox .navBox .nav li a {
	display: block;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.5;
	font-weight: bolder;
	font-family: font_cent;
	transition: all 0.5s;
}

.wapper .introduction .introductionBox .navBox .nav li a.cur {
	color: #cf9b62;
}

.wapper .introduction .introductionBox .navBox .nav li:hover a {
	color: #cf9b62;
}

.wapper .introduction .introductionBox .navBox .location {
	display: none !important;
	width: auto;
	height: auto;
	float: right;
	padding-left: 10px;
	box-sizing: border-box;
}

.wapper .introduction .introductionBox .navBox .location .locat {
	width: 100%;
	height: auto;
}

.wapper .introduction .introductionBox .navBox .location .locat li {
	width: auto;
	height: auto;
	float: left;
	padding: 0 12px 0 16px;
	box-sizing: border-box;
	background: url(../images/icon10.png) no-repeat left center;
}

.wapper .introduction .introductionBox .navBox .location .locat li:first-child {
	background: url(../images/icon9.png) no-repeat left center;
}

.wapper .introduction .introductionBox .navBox .location .locat li a {
	font-size: 14px;
	color: #858585;
	line-height: 24px;
	transition: all 0.5s;
}

.wapper .introduction .introductionBox .navBox .location .locat li:hover a {
	color: #cf9b62;
}

.wapper .introduction .introductionBox .introBox {
	width: 100%;
	height: auto;
}

.wapper .introduction .introductionBox .introBox .intro {
	width: 67.5%;
	height: auto;
	float: left;
	padding: 4%;
	box-sizing: border-box;
	background: #fff;
}

.wapper .introduction .introductionBox .introBox .intro .title {
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #231f20;
	line-height: 1;
}

.wapper .introduction .introductionBox .introBox .intro .title span {
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .introduction .introductionBox .introBox .intro .desc {
	width: 100%;
	height: auto;
	margin-top: 4%;
	font-size: 18px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 1.3;
}

.wapper .introduction .introductionBox .introBox .intro .list {
	width: 100%;
	height: auto;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eee;
	margin-top: 4%;
}

.wapper .introduction .introductionBox .introBox .intro .list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.wapper .introduction .introductionBox .introBox .intro .list li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	padding: 3% 5%;
	overflow: hidden;
	transition: all 0.5s;
	cursor: pointer;
}

.wapper .introduction .introductionBox .introBox .intro .list li .icon {
	width: auto;
	height: auto;
	float: left;
	margin-right: 5%;
}

.wapper .introduction .introductionBox .introBox .intro .list li .icon img {
	width: auto;
	height: 50px;
	vertical-align: bottom;
}

.wapper .introduction .introductionBox .introBox .intro .list li .tit {
	width: 65%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #231f20;
	line-height: 1.2;
	transition: all 0.5s;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wapper .introduction .introductionBox .introBox .intro .list li:hover {
	background: #da2128;
}

.wapper .introduction .introductionBox .introBox .intro .list li:hover .icon img {
	filter: brightness(2000000%);
}

.wapper .introduction .introductionBox .introBox .intro .list li:hover .tit {
	color: #fff;
}

.wapper .introduction .introductionBox .introBox .rightPic {
	width: 30%;
	height: auto;
	float: right;
}

.wapper .introduction .introductionBox .introBox .rightPic .pic {
	width: 100%;
	height: auto;
}

.wapper .introduction .introductionBox .introBox .rightPic .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .professor {
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
}

.wapper .professor .picbox {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
}

.wapper .professor .picbox .pic {
	width: 100%;
	height: auto;
}

.wapper .professor .picbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .professor .picbox .opBg {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	z-index: 22;
	padding: 4% 6% 6%;
	box-sizing: border-box;
	align-items: flex-end;
	display: flex;
}

.wapper .professor .picbox .opBg .name {
	width: 100%;
	height: auto;
	font-size: 46px;
	color: #ffffff;
	line-height: 60px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .professor .picbox .opBg .desc {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #ffffff;
	line-height: 36px;
}

.wapper .professor .contbox {
	width: 50%;
	height: auto;
	float: right;
	display: flex;
	flex-wrap: wrap;
}

.wapper .professor .contbox .chengguo {
	width: 100%;
	height: 50%;
	background: url(../images/gainBg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 4% 6%;
	box-sizing: border-box;
}

.wapper .professor .contbox .chengguo .cont {
	width: 100%;
	height: auto;
}

.wapper .professor .contbox .chengguo .cont .titl {
	width: 100%;
	height: auto;
	font-size: 46px;
	color: #ffffff;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .professor .contbox .chengguo .cont .desc {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #ffffff;
	line-height: 1.4;
	margin-top: 3%;
}

.wapper .professor .contbox .acreage {
	width: 50%;
	height: 50%;
	background: url(../images/gainBg2.jpg) no-repeat center center;
	background-size: cover;
	padding: 4% 4%;
	box-sizing: border-box;
}

.wapper .professor .contbox .acreage.staff {
	background: url(../images/gainBg3.jpg) no-repeat center center;
	background-size: cover;
}

.wapper .professor .contbox .acreage .cont {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .professor .contbox .acreage .cont::after {
	content: '';
	width: 45px;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.wapper .professor .contbox .acreage .icon {
	width: 100%;
	height: auto;
}

.wapper .professor .contbox .acreage .icon img {
	width: auto;
	height: 53px;
	vertical-align: bottom;
}

.wapper .professor .contbox .acreage .num {
	width: 100%;
	height: auto;
	font-size: 66px;
	color: #ffffff;
	line-height: 76px;
	font-weight: bolder;
	font-family: font_cent;
	align-items: flex-start;
	display: flex;
	display: none
}

.wapper .professor .contbox .acreage .num span {
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	margin-left: 6px;
}

.wapper .professor .contbox .acreage .txt {
	width: 100%;
	height: auto;
	font-size: 36px;
	color: #ffffff;
	line-height: 1;
	margin: 20px 0 40px 0;
	font-weight: bold;
	font-family: font_cent;
}

.wapper .story {
	width: 100%;
	height: auto;
	padding: 1% 4% 0 7.3%;
	box-sizing: border-box;
	/* align-items: center; */
	/* justify-content: space-between; */
	display: flex;
}

.wapper .story .textPart {
	width: 40.5%;
	margin-right: 7.5%;
	margin-top: 3.5%;
}

.wapper .story .textPart .enTitl {
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #da2128;
	line-height: 1;
}

.wapper .story .textPart .cntitl {
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #231f20;
	line-height: 1;
}

.wapper .story .textPart .cntitl span {
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .story .textPart .desc {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 1.8;
	margin-top: 4%;
}

.wapper .story .storyList {
	width: 52%;
	height: 700px;
	float: right;
	padding-right: 3%;
	box-sizing: border-box;
	overflow: auto;
	margin-bottom: 4%;
}

.wapper .story .storyList::-webkit-scrollbar {
	/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
	width: 4px;
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	height: 1px;
}

.wapper .story .storyList::-webkit-scrollbar-thumb {
	/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #da2128;
}

.wapper .story .storyList::-webkit-scrollbar-track {
	/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #cfcfcf;
}

.wapper .story .storyList ul {
	width: 100%;
	height: auto;
	column-count: 2;
	column-gap: 6%;
}

.wapper .story .storyList li {
	/* width: 48%; */
	height: auto;
	/* margin-right: 4%; */
	margin-bottom: 10%;
	display: inline-block;
}

.wapper .story .storyList li a {
	pointer-events: none;
	cursor: default;
}

.wapper .story .storyList li:first-child {
	margin-top: 16%;
}

.wapper .story .storyList li:nth-of-type(2n) {
	margin-right: 0;
}

.wapper .story .storyList li .pic {
	width: 100%;
	height: auto;
}

.wapper .story .storyList li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .story .storyList li .textbox {
	width: 100%;
	height: auto;
	padding: 6% 8%;
	box-sizing: border-box;
	background: #fff;
	flex: 1;
}

.wapper .story .storyList li .textbox .name {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #231f20;
	line-height: 1.2;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .story .storyList li .textbox .years {
	display: none !important;
	width: 100%;
	height: auto;
	padding: 3% 0;
	margin-top: 5%;
	border-top: 1px solid #ececec;
	background: url(../images/icon16.png) no-repeat right center;
	font-size: 22px;
	color: #cfcfcf;
	line-height: 1.5;
	transition: all 0.5s;
}

.wapper .story .storyList li:hover .textbox .years {
	color: #da2128;
	background: url(../images/icon11.png) no-repeat right center;
}

@media screen and (max-width:1690px) {
	.wapper .introduction .introductionBox .navBox .nav li a {
		font-size: 18px;
	}

	.wapper .introduction .introductionBox .introBox .intro .title {
		font-size: 50px;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li {
		padding: 3% 4%;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .icon img {
		height: 46px;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .tit {
		font-size: 18px;
	}

	.wapper .professor .picbox .opBg .name {
		font-size: 42px;
		line-height: 56px;
	}

	.wapper .professor .picbox .opBg .desc {
		font-size: 24px;
		line-height: 34px;
	}

	.wapper .professor .contbox .chengguo .cont .titl {
		font-size: 42px;
	}

	.wapper .professor .contbox .chengguo .cont .desc {
		font-size: 24px;
	}

	.wapper .professor .contbox .acreage .num {
		font-size: 60px;
		line-height: 70px;
	}

	.wapper .professor .contbox .acreage .txt {
		font-size: 24px;
	}

	.wapper .story .textPart .enTitl {
		font-size: 60px;
	}

	.wapper .story .textPart .cntitl {
		font-size: 50px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .introduction .introductionBox .navBox .nav li a {
		font-size: 16px;
	}

	.wapper .introduction .introductionBox .introBox .intro .title {
		font-size: 44px;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li {
		padding: 3% 3%;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .icon img {
		height: 42px;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .tit {
		font-size: 16px;
	}

	.wapper .professor .picbox .opBg .name {
		font-size: 38px;
		line-height: 52px;
	}

	.wapper .professor .picbox .opBg .desc {
		font-size: 22px;
		line-height: 32px;
	}

	.wapper .professor .contbox .chengguo .cont .titl {
		font-size: 38px;
	}

	.wapper .professor .contbox .chengguo .cont .desc {
		font-size: 22px;
	}

	.wapper .professor .contbox .acreage .num {
		font-size: 54px;
		line-height: 64px;
	}

	.wapper .professor .contbox .acreage .txt {
		font-size: 22px;
	}

	.wapper .story .textPart .enTitl {
		font-size: 50px;
	}

	.wapper .story .textPart .cntitl {
		font-size: 44px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .introduction .introductionBox .navBox .nav li a {
		font-size: 14px;
	}

	.wapper .introduction .introductionBox .introBox .intro .title {
		font-size: 38px;
	}

	.wapper .introduction .introductionBox .introBox .intro .desc {
		font-size: 16px;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li {
		padding: 3% 3%;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .icon img {
		height: 38px;
	}

	.wapper .professor .picbox .opBg .name {
		font-size: 34px;
		line-height: 48px;
	}

	.wapper .professor .picbox .opBg .desc {
		font-size: 20px;
		line-height: 30px;
	}

	.wapper .professor .contbox .chengguo .cont .titl {
		font-size: 34px;
	}

	.wapper .professor .contbox .chengguo .cont .desc {
		font-size: 20px;
	}

	.wapper .professor .contbox .acreage .icon img {
		height: 48px;
	}

	.wapper .professor .contbox .acreage .num {
		font-size: 48px;
		line-height: 58px;
	}

	.wapper .professor .contbox .acreage .txt {
		font-size: 20px;
	}

	.wapper .story .textPart .enTitl {
		font-size: 40px;
	}

	.wapper .story .textPart .cntitl {
		font-size: 38px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .introduction .introductionBox .navBox .nav li {
		margin-right: 20px;
	}

	.wapper .introduction .introductionBox .introBox .intro .title {
		font-size: 32px;
	}

	.wapper .introduction .introductionBox .introBox .intro .desc {
		font-size: 16px;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li {
		padding: 3% 3%;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .icon img {
		height: 32px;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .tit {
		font-size: 14px;
	}

	.wapper .professor .picbox .opBg .name {
		font-size: 30px;
		line-height: 44px;
	}

	.wapper .professor .picbox .opBg .desc {
		font-size: 18px;
		line-height: 28px;
	}

	.wapper .professor .contbox .chengguo .cont .titl {
		font-size: 30px;
	}

	.wapper .professor .contbox .chengguo .cont .desc {
		font-size: 18px;
	}

	.wapper .professor .contbox .acreage .icon img {
		height: 43px;
	}

	.wapper .professor .contbox .acreage .num {
		font-size: 42px;
		line-height: 52px;
	}

	.wapper .professor .contbox .acreage .txt {
		font-size: 18px;
	}

	.wapper .story .textPart .enTitl {
		font-size: 34px;
	}

	.wapper .story .textPart .cntitl {
		font-size: 34px;
	}

	.wapper .story .storyList li .textbox .name {
		font-size: 14px;
	}

	.wapper .story .storyList li .textbox .years {
		font-size: 18px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .map #mapbox1 {
		display: none
	}

	.wapper .banner.inst {
		display: none;
	}

	.wapper .introduction .introductionBox .navBox .location {
		display: none;
	}

	.wapper .introduction {
		padding: 0 0 8% 0;
		margin-top: 47px;
		background: #f8f8f8;
	}

	.wapper .introduction .introductionBox {
		margin-top: 0;
	}

	.wapper .introduction .introductionBox .navBox {
		padding: 0;
	}

	.wapper .introduction .introductionBox .navBox .nav {
		width: 100%;
		height: 46px;
		text-align: center;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #eeeeee;
	}

	.wapper .introduction .introductionBox .navBox .nav li {
		margin: 0;
	}

	.wapper .introduction .introductionBox .navBox .nav li:first-child {
		background: none;
	}

	.wapper .introduction .introductionBox .navBox .nav li a {
		font-size: 15px;
		color: #343533;
		transition: all 0.5s;
		line-height: 46px;
		width: auto;
		height: 46px;
		color: #343533;
		padding: 0 18px;
		box-sizing: border-box;
	}

	.wapper .introduction .introductionBox .navBox .nav li a.cur {
		height: 46px;
		color: #cf9b62;
		box-sizing: border-box;
	}

	.wapper .introduction .introductionBox .introBox {
		padding: 6% 4%;
		box-sizing: border-box;
	}

	.wapper .introduction .introductionBox .introBox .rightPic {
		width: 100%;
		float: left;
	}

	.wapper .introduction .introductionBox .introBox .intro {
		width: 100%;
		padding: 0 0 6%;
		margin-top: 6%;
		background: #f8f8f8;
		/* margin-bottom: 6%; */
	}

	.wapper .introduction .introductionBox .introBox .intro .title {
		font-size: 6vw;
	}

	.wapper .introduction .introductionBox .introBox .intro .desc {
		font-size: 14px;
	}

	.wapper .introduction .introductionBox .introBox .intro .list ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.wapper .introduction .introductionBox .introBox .intro .list li {
		background: #fff;
		padding: 6% 8%;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .icon {
		width: 100%;
		margin-right: 0;
		justify-content: center;
		display: flex;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .icon img {
		height: 28px;
	}

	.wapper .introduction .introductionBox .introBox .intro .list li .tit {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.wapper .professor {
		padding: 0 4%;
		background: #f8f8f8;
		box-sizing: border-box;
		display: block;
	}

	.wapper .professor .picbox {
		width: 100%;
	}

	.wapper .professor .picbox .opBg .name {
		font-size: 20px;
		line-height: 32px;
	}

	.wapper .professor .picbox .opBg .desc {
		font-size: 14px;
		line-height: 20px;
	}

	.wapper .professor .contbox {
		width: 100%;
	}

	.wapper .professor .contbox .chengguo {
		padding: 8% 6%;
	}

	.wapper .professor .contbox .chengguo .cont .titl {
		font-size: 24px;
	}

	.wapper .professor .contbox .chengguo .cont .desc {
		font-size: 12px;
	}

	.wapper .professor .contbox .acreage {
		height: auto;
		padding: 6% 3%;
	}

	.wapper .professor .contbox .acreage .icon img {
		height: 30px;
	}

	.wapper .professor .contbox .acreage .num {
		font-size: 36px;
		line-height: 42px;
	}

	.wapper .professor .contbox .acreage .num span {
		font-size: 14px;
		line-height: 20px;
	}

	.wapper .professor .contbox .acreage .txt {
		font-size: 12px;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.wapper .professor .contbox .acreage .cont::after {
		display: none;
	}

	.wapper .story {
		padding: 6% 4%;
		display: block;
		overflow: hidden;
	}

	.wapper .story .textPart {
		width: 100%;
		margin-right: 0;
	}

	.wapper .story .textPart .enTitl {
		font-size: 28px;
	}

	.wapper .story .textPart .cntitl {
		font-size: 6vw;
	}

	.wapper .story .textPart .desc {
		line-height: 1.5;
		font-size: 14px;
	}

	.wapper .story .storyList {
		width: 100%;
		margin-top: 6%;
		height: auto;
		padding-right: 0;
	}

	.wapper .story .storyList ul {
		column-count: auto;
		column-gap: normal;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 15px;
	}

	.wapper .story .storyList li {
		width: 100%;
		float: none;
		margin: 0 !important;
	}

	.wapper .story .storyList li:nth-child(1) {
		grid-column: span 2;
	}

	.wapper .story .storyList li a {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.wapper .story .storyList li .textbox .name {
		font-size: 13px;
	}
}


/* å…¬å¸æ¦‚å†µ */

.wapper .introduction .introductionBox .introBox .intro .dataList {
	width: 100%;
	height: auto;
	margin-top: 6%;
	display: none
}

.wapper .introduction .introductionBox .introBox .intro .dataList ul {
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.wapper .introduction .introductionBox .introBox .intro .dataList ul li {
	width: auto;
	height: auto;
}

.wapper .introduction .introductionBox .introBox .intro .dataList ul li .num {
	width: 100%;
	height: auto;
	font-size: 54px;
	color: #cf9b62;
	line-height: 64px;
	font-weight: bolder;
	font-family: font_cent;
	align-items: flex-start;
	display: flex;
}

.wapper .introduction .introductionBox .introBox .intro .dataList ul li .num .tit {
	font-size: 14px;
	line-height: 28px;
}

.wapper .introduction .introductionBox .introBox .intro .dataList ul li .event {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #231f20;
	line-height: 24px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .introduction .introductionBox .introBox .rightPic .video {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .introduction .introductionBox .introBox .rightPic .video .pic {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.wapper .introduction .introductionBox .introBox .rightPic .video .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .introduction .introductionBox .introBox .rightPic .video .btn {
	width: 68px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.wapper .introduction .introductionBox .introBox .rightPic .video .btn img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .introduction .introductionBox .introBox .rightPic .theme {
	width: 100%;
	height: auto;
	background: url(../images/videothemeBg.jpg) no-repeat center center;
	background-size: cover;
	padding: 12% 10% 20%;
	box-sizing: border-box;
}

.wapper .introduction .introductionBox .introBox .rightPic .theme .entheme {
	width: 100%;
	height: auto;
	font-size: 46px;
	color: #ffffff;
	line-height: 62px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .introduction .introductionBox .introBox .rightPic .theme .cntheme {
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
	font-weight: bolder;
	font-family: font_cent;
	position: relative;
}

.wapper .introduction .introductionBox .introBox .rightPic .theme .cntheme::after {
	content: '';
	width: 64px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.wapper .concerning {
	width: 100%;
	height: auto;
	overflow: hidden;
	align-items: stretch;
	display: flex;
}

.wapper .concerning .concerCont {
	width: 63.65%;
	height: auto;
	float: left;
}

.wapper .concerning .concerCont .concerItem {
	width: 100%;
	height: auto;
	position: relative;
	display: none;
}

.wapper .concerning .concerCont .concerItem.now {
	display: block;
}

.wapper .concerning .concerCont .concerItem .pic {
	width: 100%;
	height: auto;
}

.wapper .concerning .concerCont .concerItem .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .concerning .concerCont .concerItem .opbg {
	width: 100%;
	height: 100%;
	background: rgba(35, 31, 32, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

.wapper .concerning .concerCont .concerItem .opbg .cont {
	width: 71.15%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 6.8%;
	transform: translateY(-50%);
}

.wapper .concerning .concerCont .concerItem .opbg .cont .theme {
	width: 100%;
	height: auto;
	border-bottom: 3px solid #dd3131;
	overflow: hidden;
	align-items: flex-end;
	justify-content: flex-start;
	display: flex;
}

.wapper .concerning .concerCont .concerItem .opbg .cont .theme .titl {
	width: auto;
	height: auto;
	float: left;
	font-size: 1.4vw;
	color: #ffffff;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
	position: relative;
	z-index: 22;
	padding-bottom: .5em;
}

.wapper .concerning .concerCont .concerItem .opbg .cont .theme .num {
	width: auto;
	height: auto;
	float: left;
	font-size: 16vw;
	color: #da2128;
	line-height: .77;
	font-weight: bolder;
	font-family: font_cent;
	margin-left: -10%;
}

.wapper .concerning .concerCont .concerItem .opbg .cont .desc {
	width: 100%;
	height: auto;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.5;
	margin-top: .5em;
}

.wapper .concerning .concerTab {
	width: 36.35%;
	/* height: 100%; */
	float: left;
}

.wapper .concerning .concerTab ul {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.wapper .concerning .concerTab li {
	width: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	background: #231f20;
	position: relative;
	align-items: flex-end;
	display: flex;
	padding: 6% 3% 6% 6%;
	transition: all 0.5s;
	cursor: pointer;
}

.wapper .concerning .concerTab li:nth-of-type(3) {
	border-bottom: none;
}

.wapper .concerning .concerTab li:nth-of-type(4) {
	border-bottom: none;
}

.wapper .concerning .concerTab li .num {
	width: auto;
	height: auto;
	font-size: 50px;
	color: rgba(0, 0, 0, 0.3);
	line-height: 60px;
	font-weight: bolder;
	font-family: font_cent;
	position: absolute;
	top: 10%;
	right: 6%;
	transition: all 0.5s;
}

.wapper .concerning .concerTab li .cont {
	width: 100%;
	height: auto;
}

.wapper .concerning .concerTab li .cont .icon {
	width: 100%;
	height: auto;
}

.wapper .concerning .concerTab li .cont .icon img {
	width: auto;
	height: 44px;
	vertical-align: bottom;
	transition: all 0.5s;
}

.wapper .concerning .concerTab li .cont .tit {
	width: 100%;
	height: auto;
	font-size: 22px;
	color: #ffffff;
	line-height: 46px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .concerning .concerTab li .cont .txt {
	width: 80%;
	height: auto;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1.2;
}

.wapper .concerning .concerTab li.now .num {
	color: #fff;
}

.wapper .concerning .concerTab li.now {
	background: #da2128;
}

.wapper .concerning .concerTab li.now .cont .icon img {
	filter: brightness(2000000%);
}

.wapper .concerning .concerTab li:hover .num {
	color: #fff;
}

.wapper .concerning .concerTab li:hover {
	background: #da2128;
}

.wapper .concerning .concerTab li:hover .cont .icon img {
	filter: brightness(2000000%);
}

.wapper .innovation {
	width: 100%;
	height: auto;
	background: #f6f6f5;
	padding-bottom: 6%;
}

.wapper .innovation .picbox {
	width: 100%;
	height: auto;
	position: relative;
}

.wapper .innovation .picbox .picpart {
	width: 100%;
	height: auto;
}

.wapper .innovation .picbox .picpart .changePic {
	width: 100%;
	height: auto;
	display: none;
}

.wapper .innovation .picbox .picpart .changePic.now {
	display: block;
}

.wapper .innovation .picbox .pic {
	width: 100%;
	height: auto;
}

.wapper .innovation .picbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .innovation .picbox .theme {
	width: auto;
	height: auto;
	position: absolute;
	top: 40%;
	left: 11.5%;
	transform: translateY(-50%);
}

.wapper .innovation .picbox .theme .enTheme {
	width: 100%;
	height: auto;
	font-size: 80px;
	color: #da2128;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .innovation .picbox .theme .cnTheme {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #231f20;
	line-height: 1.2;
	font-weight: bolder;
}

.wapper .innovation .datapart {
	width: 100%;
	height: auto;
	padding: 0 7.3%;
	box-sizing: border-box;
}

.wapper .innovation .datapart .list {
	width: 100%;
	height: auto;
	margin-top: -10%;
	position: relative;
	z-index: 22;
}

.wapper .innovation .datapart .list ul {
	justify-content: space-between;
	display: flex;
	align-items: stretch;
}

.wapper .innovation .datapart .list li {
	position: relative;
	flex: 1;
	height: auto;
	border-right: 1px solid #f4f4f4;
	box-sizing: border-box;
	background: #fff;
	padding: 4% 2% 3% 2%;
	cursor: pointer;
	transition: all 0.5s;
}

.wapper .innovation .datapart .list li .num {
	width: 100%;
	height: auto;
	font-size: 60px;
	color: #231f20;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
	align-items: flex-start;
	display: flex;
	transition: all 0.5s;
	font-family: font_cent
}

.wapper .innovation .datapart .list li .num span.tit {
	font-size: .4em;
}

.wapper .innovation .datapart .list li .txt {
	width: 100%;
	height: auto;
	font-size: 16px;
	margin-top: .2em;
	color: #231f20;
	line-height: 1.3;
	font-weight: bolder;
	font-family: font_cent;
	transition: all 0.5s;
}

.wapper .innovation .datapart .list li .desc {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.2;
	margin-top: 10%;
	opacity: 0;
	transition: all 0.5s;
}

.wapper .innovation .datapart .list li:hover {
	padding: 2% 2% 4%;
	background: #da2128;
}

.wapper .innovation .datapart .list li:hover .num {
	color: #fff;
}

.wapper .innovation .datapart .list li:hover .txt {
	color: #fff;
}

.wapper .innovation .datapart .list li:hover .desc {
	opacity: 1;
}


.wapper .innovation .datapart .list li.now {
	padding: 2% 2% 4%;
	background: #da2128;
}

.wapper .innovation .datapart .list li.now .num {
	color: #fff;
}

.wapper .innovation .datapart .list li.now .txt {
	color: #fff;
}

.wapper .innovation .datapart .list li.now .desc {
	opacity: 1;
	color: #fff;
}



.wapper .fellow {
	width: 100%;
	height: auto;
	padding: 0 0 6% 0;
	background: #f6f6f5;
}

.wapper .fellow .themebox {
	width: 100%;
	height: auto;
}

.wapper .fellow .themebox .theme {
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #231f20;
	line-height: 66px;
	font-weight: bolder;
	font-family: font_cent;
	text-align: center;
}

.wapper .fellow .themebox .desc {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: rgba(35, 31, 32, 0.6);
	line-height: 33px;
	text-align: center;
	margin-top: 1%;
}

.wapper .fellow .list {
	width: 100%;
	height: 408px;
	position: relative;
}

.wapper .fellow .list li {
	background: #fff;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
}

.wapper .fellow .list li .pic {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 50%;
	transition: all 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.wapper .fellow .list li:hover .pic {
	box-shadow: 0px 0px 15px rgba(35, 35, 39, 0.2);
}

.wapper .fellow .list li a {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.wapper .fellow .list li img {
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
	vertical-align: middle;
}

.wapper .fellow .list li .textbox {
	width: auto;
	width: 260px;
	height: auto;
	background: rgba(35, 31, 32, 0.8);
	padding: 16px;
	box-sizing: border-box;
	position: absolute;
	top: 135%;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999999;
	transition: all 0.5s;
	display: none;
}

.wapper .fellow .list li:nth-of-type(2) .textbox {
	top: auto;
	bottom: 135%;
}

.wapper .fellow .list li:nth-of-type(3) .textbox {
	top: auto;
	bottom: 135%;
}

.wapper .fellow .list li:nth-of-type(4) .textbox {
	top: auto;
	bottom: 135%;
}

.wapper .fellow .list li:nth-of-type(6) .textbox {
	top: auto;
	bottom: 135%;
}

.wapper .fellow .list li:nth-of-type(9) .textbox {
	top: auto;
	bottom: 135%;
}

.wapper .fellow .list li .textbox::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(35, 31, 32, 0.8);
	position: absolute;
	top: -10px;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%)
}

.wapper .fellow .list li:nth-of-type(2) .textbox::after {
	border-top: 10px solid rgba(35, 31, 32, 0.8);
	border-bottom: 0;
	top: auto;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%)
}

.wapper .fellow .list li:nth-of-type(3) .textbox::after {
	border-top: 10px solid rgba(35, 31, 32, 0.8);
	border-bottom: 0;
	top: auto;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%)
}

.wapper .fellow .list li:nth-of-type(4) .textbox::after {
	border-top: 10px solid rgba(35, 31, 32, 0.8);
	border-bottom: 0;
	top: auto;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%)
}

.wapper .fellow .list li:nth-of-type(6) .textbox::after {
	border-top: 10px solid rgba(35, 31, 32, 0.8);
	border-bottom: 0;
	top: auto;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%)
}

.wapper .fellow .list li:nth-of-type(9) .textbox::after {
	border-top: 10px solid rgba(35, 31, 32, 0.8);
	border-bottom: 0;
	top: auto;
	bottom: -10px;
}

.wapper .fellow .list li .textbox .titl {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.wapper .fellow .list li .textbox .desc {
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-top: 6px;
}

.wapper .fellow .list li:hover .textbox {
	opacity: 1;
	top: 115%;
	display: block;
}

.wapper .fellow .list li:nth-of-type(2):hover .textbox {
	opacity: 1;
	top: auto;
	bottom: 115%;
}

.wapper .fellow .list li:nth-of-type(3):hover .textbox {
	opacity: 1;
	top: auto;
	bottom: 115%;
}

.wapper .fellow .list li:nth-of-type(4):hover .textbox {
	opacity: 1;
	z-index: 111111;
	top: auto;
	bottom: 115%;
}

.wapper .fellow .list li:nth-of-type(6):hover .textbox {
	opacity: 1;
	top: auto;
	bottom: 115%;
}

.wapper .fellow .list li:nth-of-type(9):hover .textbox {
	opacity: 1;
	top: auto;
	bottom: 115%;
}

.wapper .fellow .list li:nth-of-type(1) {
	width: 122px;
	height: 122px;
	left: 8.9375%;
	top: -25%;
}

.wapper .fellow .list li:nth-of-type(2) {
	width: 148px;
	height: 148px;
	left: 7.01%;
	bottom: -15%;
}

.wapper .fellow .list li:nth-of-type(3) {
	width: 173px;
	height: 173px;
	left: 22.843%;
	top: -2%;
	z-index: 10;
}

.wapper .fellow .list li:nth-of-type(4) {
	width: 119px;
	height: 119px;
	left: 297.739%;
	bottom: 0%;
}

.wapper .fellow .list li:nth-of-type(5) {
	width: 163px;
	height: 163px;
	left: 46.781%;
	top: 18%;
}

.wapper .fellow .list li:nth-of-type(6) {
	width: 97px;
	height: 97px;
	right: 69.145%;
	bottom: 9%;
	z-index: 102;
}

.wapper .fellow .list li:nth-of-type(7) {
	width: 151px;
	height: 151px;
	right: 23.218%;
	top: -17%;
	z-index: 52;
}

.wapper .fellow .list li:nth-of-type(8) {
	width: 119px;
	height: 119px;
	right: 25.031%;
	top: 48%;
}

.wapper .fellow .list li:nth-of-type(9) {
	display: none !important;
	width: 183px;
	height: 183px;
	right: 7.229%;
	bottom: -18%;
}

.wapper .fellow .list li:nth-of-type(10) {
	display: none !important;
	width: 179px;
	height: 179px;
	right: 4.760%;
	top: -22%;
}

.wapper .fellow .morePartner {
	display: none !important;
	width: 161px;
	height: auto;
	margin: auto;
	border: 2px solid #8f8d8d;
	box-sizing: border-box;
	transition: all 0.5s;
}

.wapper .fellow .morePartner a {
	display: block;
	font-size: 14px;
	color: rgba(35, 31, 32, 0.5);
	text-align: center;
	line-height: 46px;
	transition: all 0.5s;
}

.wapper .fellow .morePartner:hover {
	border: 2px solid #da2128;
	background: #da2128;
}

.wapper .fellow .morePartner:hover a {
	color: #fff;
}

@media screen and (max-width:1690px) {
	.wapper .introduction .introductionBox .introBox .rightPic .theme .entheme {
		font-size: 42px;
		line-height: 58px;
	}

	.wapper .introduction .introductionBox .introBox .rightPic .theme .cntheme {
		font-size: 22px;
		line-height: 30px;
	}

	.wapper .introduction .introductionBox .introBox .intro .dataList ul li .num {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .concerning .concerTab li {
		padding: 6% 4%;
	}

	.wapper .concerning .concerTab li .num {
		font-size: 46px;
		line-height: 56px;
	}

	.wapper .concerning .concerTab li .cont .icon img {
		height: 40px;
	}

	.wapper .concerning .concerTab li .cont .tit {
		font-size: 20px;
		line-height: 42px;
	}

	.wapper .innovation .picbox .theme .enTheme {
		font-size: 70px;
	}

	.wapper .innovation .datapart .list li .num {
		font-size: 50px;
	}

	.wapper .innovation .datapart .list li .txt {
		font-size: 14px;
	}

	.wapper .fellow .themebox .theme {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .fellow .list li:nth-of-type(1) {
		width: 112px;
		height: 112px;
	}

	.wapper .fellow .list li:nth-of-type(2) {
		width: 138px;
		height: 138px;
	}

	.wapper .fellow .list li:nth-of-type(3) {
		width: 163px;
		height: 163px;
	}

	.wapper .fellow .list li:nth-of-type(4) {
		width: 109px;
		height: 109px;
	}

	.wapper .fellow .list li:nth-of-type(5) {
		width: 153px;
		height: 153px;
	}

	.wapper .fellow .list li:nth-of-type(6) {
		width: 87px;
		height: 87px;
	}

	.wapper .fellow .list li:nth-of-type(7) {
		width: 141px;
		height: 141px;
	}

	.wapper .fellow .list li:nth-of-type(8) {
		width: 109px;
		height: 109px;
	}

	.wapper .fellow .list li:nth-of-type(9) {
		width: 163px;
		height: 163px;
	}

	.wapper .fellow .list li:nth-of-type(10) {
		width: 169px;
		height: 169px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .introduction .introductionBox .introBox .rightPic .theme .entheme {
		font-size: 38px;
		line-height: 54px;
	}

	.wapper .introduction .introductionBox .introBox .rightPic .theme .cntheme {
		font-size: 20px;
		line-height: 28px;
	}

	.wapper .introduction .introductionBox .introBox .intro .dataList ul li .num {
		font-size: 46px;
		line-height: 56px;
	}

	.wapper .concerning .concerTab li .num {
		font-size: 42px;
		line-height: 52px;
	}

	.wapper .concerning .concerTab li .cont .icon img {
		height: 36px;
	}

	.wapper .concerning .concerTab li .cont .tit {
		font-size: 18px;
		line-height: 38px;
	}

	.wapper .innovation .picbox .theme .enTheme {
		font-size: 60px;
	}

	.wapper .innovation .datapart .list li .num {
		font-size: 44px;
	}

	.wapper .innovation .datapart .list li .txt {
		font-size: 13px;
	}

	.wapper .fellow .themebox .theme {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .fellow .list li:nth-of-type(1) {
		width: 102px;
		height: 102px;
	}

	.wapper .fellow .list li:nth-of-type(2) {
		width: 128px;
		height: 128px;
	}

	.wapper .fellow .list li:nth-of-type(3) {
		width: 153px;
		height: 153px;
	}

	.wapper .fellow .list li:nth-of-type(4) {
		width: 99px;
		height: 99px;
	}

	.wapper .fellow .list li:nth-of-type(5) {
		width: 143px;
		height: 143px;
	}

	.wapper .fellow .list li:nth-of-type(6) {
		width: 77px;
		height: 77px;
	}

	.wapper .fellow .list li:nth-of-type(7) {
		width: 131px;
		height: 131px;
	}

	.wapper .fellow .list li:nth-of-type(8) {
		width: 99px;
		height: 99px;
	}

	.wapper .fellow .list li:nth-of-type(9) {
		width: 153px;
		height: 153px;
	}

	.wapper .fellow .list li:nth-of-type(10) {
		width: 159px;
		height: 159px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .introduction .introductionBox .introBox .rightPic .theme .entheme {
		font-size: 34px;
		line-height: 50px;
	}

	.wapper .introduction .introductionBox .introBox .rightPic .theme .cntheme {
		font-size: 18px;
		line-height: 26px;
	}

	.wapper .introduction .introductionBox .introBox .intro .dataList ul li .num {
		font-size: 42px;
		line-height: 52px;
	}

	.wapper .concerning .concerCont .concerItem .opbg .cont .desc {
		font-size: 16px;
	}

	.wapper .concerning .concerTab li .num {
		font-size: 38px;
		line-height: 48px;
	}

	.wapper .concerning .concerTab li .cont .icon img {
		height: 32px;
	}

	.wapper .concerning .concerTab li .cont .tit {
		font-size: 15px;
		line-height: 34px;
	}

	.wapper .innovation .picbox .theme .enTheme {
		font-size: 50px;
	}

	.wapper .innovation .datapart .list li {
		padding: 4% 1.5% 3% 1.5%;
	}

	.wapper .innovation .datapart .list li:hover {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}

	.wapper .innovation .datapart .list li .num {
		font-size: 38px;
	}

	.wapper .innovation .datapart .list li .txt {
		font-size: 12px;
	}

	.wapper .fellow .themebox .theme {
		font-size: 38px;
		line-height: 48px;
	}

	.wapper .fellow .themebox .desc {
		font-size: 16px;
		line-height: 30px;
	}

	.wapper .fellow .list li:nth-of-type(1) {
		width: 92px;
		height: 92px;
	}

	.wapper .fellow .list li:nth-of-type(2) {
		width: 118px;
		height: 118px;
	}

	.wapper .fellow .list li:nth-of-type(3) {
		width: 143px;
		height: 143px;
	}

	.wapper .fellow .list li:nth-of-type(4) {
		width: 89px;
		height: 89px;
	}

	.wapper .fellow .list li:nth-of-type(5) {
		width: 133px;
		height: 133px;
	}

	.wapper .fellow .list li:nth-of-type(6) {
		width: 67px;
		height: 67px;
	}

	.wapper .fellow .list li:nth-of-type(7) {
		width: 121px;
		height: 121px;
	}

	.wapper .fellow .list li:nth-of-type(8) {
		width: 89px;
		height: 89px;
	}

	.wapper .fellow .list li:nth-of-type(9) {
		width: 143px;
		height: 143px;
	}

	.wapper .fellow .list li:nth-of-type(10) {
		width: 149px;
		height: 149px;
	}
}

@media screen and (max-width:1250px) {
	.wapper .concerning .concerCont .concerItem .opbg .cont .desc {
		font-size: 14px;
	}

	.wapper .concerning .concerTab li .num {
		font-size: 38px;
		line-height: 48px;
	}

	.wapper .concerning .concerTab li .cont .icon img {
		height: 28px;
	}

	.wapper .concerning .concerTab li .cont .tit {
		font-size: 13px;
		line-height: 34px;
	}

	.wapper .concerning .concerTab li .cont .txt {
		font-size: 12px;
		line-height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media screen and (max-width:1200px) {
	.wapper .introduction .introductionBox .introBox .rightPic .theme .entheme {
		font-size: 30px;
		line-height: 46px;
	}

	.wapper .introduction .introductionBox .introBox .rightPic .theme .cntheme {
		font-size: 16px;
		line-height: 24px;
	}

	.wapper .introduction .introductionBox .introBox .intro .dataList ul li .num {
		font-size: 38px;
		line-height: 48px;
	}

	.wapper .introduction .introductionBox .introBox .intro .dataList ul li .event {
		font-size: 16px;
	}

	.wapper .innovation .picbox .theme .enTheme {
		font-size: 40px;
	}

	.wapper .innovation .datapart .list li .num {
		font-size: 34px;
	}

	.wapper .innovation .datapart .list li .txt {
		font-size: 12px;
	}

	.wapper .fellow .themebox .theme {
		font-size: 34px;
		line-height: 44px;
	}

	.wapper .fellow .themebox .desc {
		font-size: 14px;
		line-height: 28px;
	}

	.wapper .fellow .list li:nth-of-type(1) {
		width: 82px;
		height: 82px;
	}

	.wapper .fellow .list li:nth-of-type(2) {
		width: 108px;
		height: 108px;
		bottom: -10%;
	}

	.wapper .fellow .list li:nth-of-type(3) {
		width: 133px;
		height: 133px;
		top: 0;
	}

	.wapper .fellow .list li:nth-of-type(4) {
		width: 79px;
		height: 79px;
		bottom: 10%;
	}

	.wapper .fellow .list li:nth-of-type(5) {
		width: 123px;
		height: 123px;
	}

	.wapper .fellow .list li:nth-of-type(6) {
		width: 57px;
		height: 57px;
	}

	.wapper .fellow .list li:nth-of-type(7) {
		width: 111px;
		height: 111px;
		top: -10%;
	}

	.wapper .fellow .list li:nth-of-type(8) {
		width: 79px;
		height: 79px;
	}

	.wapper .fellow .list li:nth-of-type(9) {
		width: 133px;
		height: 133px;
	}

	.wapper .fellow .list li:nth-of-type(10) {
		width: 139px;
		height: 139px;
	}
}

@media screen and (max-width:1050px) {
	.wapper .introduction .introductionBox .introBox .rightPic .theme .entheme {
		font-size: 28px;
		line-height: 42px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .introduction .introductionBox .introBox .rightPic .theme {
		display: none;
	}

	.wapper .introduction .introductionBox .introBox .intro .dataList ul li .num {
		font-size: 26px;
		line-height: 38px;
	}

	.wapper .introduction .introductionBox .introBox .intro .dataList ul li .num .tit {
		font-size: 12px;
		line-height: 22px;
	}

	.wapper .introduction .introductionBox .introBox .intro .dataList ul li .event {
		font-size: 12px;
		line-height: 20px;
	}

	.wapper .concerning {
		display: block;
	}

	.wapper .concerning .concerCont {
		width: 100%;
	}

	.wapper .concerning .concerCont .concerItem .opbg .cont {
		width: 92%;
		left: 4%;
		top: 48%;
	}

	.wapper .concerning .concerCont .concerItem .pic img {
		width: 160%;
		position: relative;
		top: 0;
		right: 0;
	}

	.wapper .concerning .concerCont .concerItem .opbg .cont .theme .num {
		font-size: 10vw;
	}

	.wapper .concerning .concerCont .concerItem .opbg .cont .theme .titl {
		font-size: 6vw;
	}

	.wapper .concerning .concerTab {
		width: 100%;
	}

	.wapper .innovation .picbox .pic img {
		width: 120%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.wapper .innovation .picbox .theme {
		left: 0;
		padding: 0 5vw;
		box-sizing: border-box;
	}

	.wapper .innovation .picbox .theme .enTheme {
		font-size: 6vw;
	}

	.wapper .innovation .picbox .theme .cnTheme {
		font-size: 15px;
		width: 80%;
	}

	.wapper .innovation .datapart {
		width: 100%;
		margin: auto;
		padding: 0 4%;
	}


	.wapper .innovation .datapart .list ul {
		display: block;
	}

	.wapper .innovation .datapart .list li {
		width: 100%;
		padding: 4% 6% !important;
		border-bottom: 1px solid #f4f4f4;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.wapper .innovation .datapart .list li:hover {
		padding: 4% 6%;
	}

	.wapper .innovation .datapart .list li .num {
		width: 3em;
	}

	.wapper .innovation .datapart .list li .txt {
		font-size: 15px;
		line-height: 1.2;
		flex: 1;
	}

	.wapper .innovation .datapart .list li .desc {
		display: none;
		margin-top: 10px;
		opacity: 1;
	}


	.wapper .innovation .datapart .list li:hover .desc {
		color: #fff;
	}

	.wapper .fellow {
		padding-bottom: 10%;
	}

	.wapper .fellow .themebox .theme {
		font-size: 26px;
		line-height: 32px;
	}

	.wapper .fellow .themebox .desc {
		padding: 0 4%;
		box-sizing: border-box;
	}

	.wapper .fellow .list {
		height: 308px;
	}

	.wapper .fellow .list li:nth-of-type(1) {
		width: 42px;
		height: 42px;
		top: 5%;
	}

	.wapper .fellow .list li:nth-of-type(2) {
		width: 54px;
		height: 54px;
		bottom: 10%;
	}

	.wapper .fellow .list li:nth-of-type(3) {
		width: 66px;
		height: 66px;
		top: 14%;
	}

	.wapper .fellow .list li:nth-of-type(4) {
		width: 39px;
		height: 39px;
		bottom: 30%;
	}

	.wapper .fellow .list li:nth-of-type(5) {
		width: 61px;
		height: 61px;
		top: 31%;
		left: 43.781%;
	}

	.wapper .fellow .list li:nth-of-type(6) {
		width: 28px;
		height: 28px;
		bottom: 27%;
		right: 37.145%;
	}

	.wapper .fellow .list li:nth-of-type(7) {
		width: 55px;
		height: 51px;
		top: 6%;
		right: 26.218%;
	}

	.wapper .fellow .list li:nth-of-type(8) {
		width: 39px;
		height: 39px;
		top: 40%;
		right: 20.031%;
	}

	.wapper .fellow .list li:nth-of-type(9) {
		width: 66px;
		height: 66px;
		bottom: 16%;
	}

	.wapper .fellow .list li:nth-of-type(10) {
		width: 69px;
		height: 69px;
		top: 10%;
	}

	.wapper .fellow .morePartner {
		width: 92%;
	}

	.wapper .fellow .morePartner a {
		line-height: 42px;
	}

}


/* ä¼ä¸šè£èª‰ */

.wapper .introduction.hon {
	background: #fafafa;
}

.wapper .introduction .introductionBox .introBox .grasp {
	width: 100%;
	height: auto;
	padding: 6% 6%;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
	display: flex;
	gap: 3%;
}

.wapper .introduction .introductionBox .introBox .grasp .themePart {
	width: 40%;
	height: auto;
}

.wapper .introduction .introductionBox .introBox .grasp .themePart .enTheme {
	display: none !important;
	width: 100%;
	height: auto;
	font-size: 70px;
	color: #da2128;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .introduction .introductionBox .introBox .grasp .themePart .cnTheme {
	width: 100%;
	height: auto;
	font-size: 54px;
	color: #231f20;
	line-height: 1;
	font-family: font_cent;
}

.wapper .introduction .introductionBox .introBox .grasp .themePart .cnTheme span {
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart {
	flex: 1;
	height: auto;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2vw 1vw;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart ul::after {
	content: none
}

.wapper .introduction .introductionBox .introBox .grasp .listPart li {
	width: calc(50% - 2.5%);
	height: auto;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart li.whole {
	width: 100%;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart li:nth-of-type(3) {
	margin-bottom: 0;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart li:nth-of-type(4) {
	margin-bottom: 0;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl {
	width: 100%;
	height: auto;
	font-size: 44px;
	color: #da2128;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
	align-items: flex-start;
	display: flex;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl .num {
	font-size: 86px;
	line-height: 96px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl .tit {
	font-size: 32px;
	line-height: 1;
}

.wapper .introduction .introductionBox .introBox .grasp .listPart li .text {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #231f20;
	line-height: 1.2;
	font-weight: bolder;
}

.wapper .introduction .introductionBox .introBox .reward {
	width: 100%;
	height: auto;
	margin-top: 4%;
}

.wapper .introduction .introductionBox .introBox .reward ul {
	align-items: stretch;
	display: flex;
}

.wapper .introduction .introductionBox .introBox .reward ul li {
	width: 49%;
	height: auto;
	float: left;
	margin-right: 2%;
	padding: 4%;
	box-sizing: border-box;
	background: #fff;
	transition: all 0.5s;
	cursor: pointer;
}

.wapper .introduction .introductionBox .introBox .reward ul li:nth-of-type(2n) {
	margin-right: 0;
}

.wapper .introduction .introductionBox .introBox .reward ul li .titl {
	width: 100%;
	height: auto;
	font-size: 38px;
	color: #231f20;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .introduction .introductionBox .introBox .reward ul li .cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 6%;
}

.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem {
	width: 46%;
	height: auto;
	float: left;
	margin-right: 8%;
}

.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem:nth-of-type(2n) {
	margin-right: 0;
}

.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .pic {
	width: 100%;
	height: auto;
}

.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .name {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #231f20;
	line-height: 1.2;
	font-weight: bolder;
	font-family: font_cent;
	margin-top: .5em;
}

.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .tit {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #231f20;
	line-height: 1.5;
}

.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .desc {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 1.5;
	margin-top: 6%;
}

.wapper .introduction .introductionBox .introBox .reward ul li:hover {
	transform: translateY(-25px);
	box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.07);
}

.wapper .introduction .introductionBox .introBox .expound {
	width: 100%;
	height: auto;
	margin-top: 4%;
	overflow: hidden;
}

.wapper .introduction .introductionBox .introBox .expound ul {
	display: flex;
	align-items: stretch;
}

.wapper .introduction .introductionBox .introBox .expound li {
	width: 49%;
	height: auto;
	float: left;
	margin-right: 2%;
	padding: 3% 4%;
	box-sizing: border-box;
	background: #fff;
}

.wapper .introduction .introductionBox .introBox .expound li:nth-of-type(2n) {
	margin-right: 0;
}

.wapper .introduction .introductionBox .introBox .expound li .textpart {
	width: 60%;
	height: auto;
	float: left;
}

.wapper .introduction .introductionBox .introBox .expound li:nth-of-type(1) .textpart {
	width: 100%;
}

.wapper .introduction .introductionBox .introBox .expound li .textpart .title {
	width: 100%;
	height: auto;
	font-size: 38px;
	color: #231f20;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .introduction .introductionBox .introBox .expound li .textpart .desc {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: rgba(35, 31, 32, 0.8);
	line-height: 1.5;
	margin-top: 3%;
}

.wapper .introduction .introductionBox .introBox .expound li .pic {
	width: 35%;
	height: auto;
	float: right;
}

.wapper .introduction .introductionBox .introBox .expound li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wapper .honor {
	width: 100%;
	height: auto;
	padding: 6% 0 8% 7.3%;
	box-sizing: border-box;
	background: url(../images/honorBg.jpg) no-repeat center center;
	background-size: cover;
}

.wapper .honor .titl {
	width: 100%;
	height: auto;
}

.wapper .honor .titl .enTitl {
	width: 100%;
	height: auto;
	font-size: 80px;
	color: #da2128;
	color: #fff;
	line-height: 1;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .honor .titl .cnTitl {
	display: none;
	width: 100%;
	height: auto;
	font-size: 56px;
	color: #fff;
	line-height: 66px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .honor .honorList {
	width: 100%;
	height: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	box-sizing: border-box;
	display: inline;
	overflow-x: scroll;
	align-items: center;
	display: flex;
	margin-top: 2%;
}

.wapper .honor .honorList::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.wapper .honor .honorList {
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
	overflow-x: hidden;
}

.wapper .honor .honorList ul {
	width: auto;
	height: auto;
	display: flex;
	align-items: flex-end;
	margin-left: 7px;
	box-sizing: border-box;
	background: url(../images/honorline.png) repeat-x bottom left;
}

.wapper .honor .honorList li {
	width: 486px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 1%;
	padding-bottom: 1%;
	box-sizing: border-box;
	position: relative;
	margin-left: 7px;
}

.wapper .honor .honorList li:nth-child(4) {
	width: 972px;
}

.wapper .honor .honorList li::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 3px solid #cf9b62;
	box-sizing: border-box;
	position: absolute;
	top: 21px;
	left: -13px;
	border-radius: 50%;
}

.wapper .honor .honorList li::after {
	content: '';
	width: 1px;
	height: auto;
	position: absolute;
	top: 35px;
	bottom: 14px;
	left: -7px;
	background: rgba(255, 255, 255, 0.1);
}

.wapper .honor .honorList li .years {
	width: 100%;
	height: auto;
	font-size: 50px;
	color: #da2128;
	line-height: 60px;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .honor .honorList li .desc {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.8;
	margin-top: 4%;
}

@media screen and (max-width:1690px) {
	.wapper .introduction .introductionBox .introBox .grasp .themePart .enTheme {
		font-size: 60px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .themePart .cnTheme {
		font-size: 50px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl .num {
		font-size: 76px;
		line-height: 86px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl {
		font-size: 40px;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .titl {
		font-size: 32px;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .name {
		font-size: 18px;
	}

	.wapper .introduction .introductionBox .introBox .expound li .textpart .title {
		font-size: 34px;
	}

	.wapper .honor .titl .enTitl {
		font-size: 70px;
	}

	.wapper .honor .titl .cnTitl {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .honor .honorList li .years {
		font-size: 44px;
		line-height: 54px;
	}
}

@media screen and (max-width:1550px) {
	.wapper .introduction .introductionBox .introBox .grasp .themePart .enTheme {
		font-size: 50px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .themePart .cnTheme {
		font-size: 44px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl .num {
		font-size: 66px;
		line-height: 76px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl {
		font-size: 36px;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .titl {
		font-size: 28px;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .name {
		font-size: 17px;
	}

	.wapper .introduction .introductionBox .introBox .expound li .textpart .title {
		font-size: 30px;
	}

	.wapper .honor .titl .enTitl {
		font-size: 60px;
	}

	.wapper .honor .titl .cnTitl {
		font-size: 44px;
		line-height: 54px;
	}

	.wapper .honor .honorList li .years {
		font-size: 38px;
		line-height: 48px;
	}
}

@media screen and (max-width:1360px) {
	.wapper .introduction .introductionBox .introBox .grasp .themePart .enTheme {
		font-size: 40px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .themePart .cnTheme {
		font-size: 38px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl .num {
		font-size: 56px;
		line-height: 66px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl {
		font-size: 32px;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .titl {
		font-size: 24px;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li {
		padding: 4% 2%;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem {
		margin-right: 5%;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .name {
		font-size: 16px;
	}

	.wapper .introduction .introductionBox .introBox .expound li .textpart .title {
		font-size: 26px;
	}

	.wapper .honor .titl .enTitl {
		font-size: 50px;
	}

	.wapper .honor .titl .cnTitl {
		font-size: 38px;
		line-height: 48px;
	}

	.wapper .honor .honorList li .years {
		font-size: 32px;
		line-height: 42px;
	}
}

@media screen and (max-width:1260px) {
	.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .name {
		font-size: 15px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .introduction .introductionBox .introBox .grasp .themePart .enTheme {
		font-size: 34px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .themePart .cnTheme {
		font-size: 32px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl .num {
		font-size: 50px;
		line-height: 60px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl {
		font-size: 28px;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .titl {
		font-size: 20px;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .desc {
		font-size: 14px;
	}

	.wapper .introduction .introductionBox .introBox .expound li .textpart .title {
		font-size: 22px;
	}

	.wapper .honor .titl .cnTitl {
		font-size: 34px;
		line-height: 44px;
	}

	.wapper .honor .honorList li {
		width: 343px;
		padding-right: 1%;
	}

	.wapper .honor .honorList li .years {
		font-size: 30px;
		line-height: 40px;
	}

	.wapper .honor .honorList li .desc {
		font-size: 14px;
	}
}

@media screen and (max-width:1135px) {
	.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .name {
		font-size: 14px;
	}
}

@media screen and (max-width:1000px) {
	.wapper .introduction .introductionBox .introBox .grasp {
		display: block;
		background: none;
		padding: 0;
	}

	.wapper .introduction .introductionBox .introBox .grasp .themePart {
		width: 100%;
		float: none;
	}

	.wapper .introduction .introductionBox .introBox .grasp .themePart .enTheme {
		font-size: 28px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .themePart .cnTheme {
		font-size: 6vw;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart {
		width: 100%;
		background: #fff;
		padding: 10% 6%;
		box-sizing: border-box;
		margin-top: 6%;
		float: none;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl .num {
		font-size: 32px;
		line-height: 38px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl .tit {
		font-size: 20px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .text {
		font-size: 12px;
	}

	.wapper .introduction .introductionBox .introBox .grasp .listPart li .titl {
		font-size: 20px;
	}

	.wapper .introduction .introductionBox .introBox .reward {
		margin-top: 6%;
	}

	.wapper .introduction .introductionBox .introBox .reward ul {
		display: block;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
	}

	.wapper .introduction .introductionBox .introBox .reward ul li .cont .rewardItem .desc {
		margin-top: 2%;
	}

	.wapper .introduction .introductionBox .introBox .expound ul {
		display: block;
	}

	.wapper .introduction .introductionBox .introBox .expound li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
		padding: 6% 4%;
	}

	.wapper .introduction .introductionBox .introBox .expound li .textpart .title {
		font-size: 18px;
	}

	.wapper .introduction .introductionBox .introBox .expound li .textpart .desc {
		font-size: 14px;
		line-height: 20px;
	}

	.wapper .introduction .introductionBox .introBox .expound li .textpart {
		width: 100%;
	}

	.wapper .introduction .introductionBox .introBox .expound li .pic {
		width: 100%;
		margin-top: 4%;
	}

	.wapper .introduction .introductionBox .introBox .expound li:nth-of-type(2) {
		margin-bottom: 0;
	}

	.wapper .honor {
		display: none;
	}
}


/* æœç´¢ç»“æžœ */

.wapper .bulletin .themebox .searchbox {
	width: 770px;
	height: auto;
	float: left;
}

.wapper .bulletin .themebox .searchbox .search {
	width: 100%;
	height: auto;
	border: 3px solid #e7e7e7;
	box-sizing: border-box;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	display: flex;
	transition: all 0.5s;
}

.wapper .bulletin .themebox .searchbox .search:hover {
	border: 3px solid #da2128;
}

.wapper .bulletin .themebox .searchbox .search .inpt {
	width: 90%;
	height: auto;
	font-size: 20px;
	color: #231f20;
	line-height: 60px;
	padding: 0 4%;
	box-sizing: border-box;
}

.wapper .bulletin .themebox .searchbox .search .inpt::placeholder {
	font-size: 20px;
	color: #807e7e;
	line-height: 60px;
}

.wapper .bulletin .themebox .searchbox .search .btns {
	width: 60px;
	height: 60px;
	background: url(../images/search0.png) no-repeat center center;
	background-size: 24px;
	cursor: pointer;
}

.wapper .bulletin .themebox .searchbox .search:hover .btns {
	background: url(../images/search.png) no-repeat center center;
	background-size: 24px;
}

.wapper .bulletin .themebox .searchResult {
	width: 100%;
	height: auto;
	float: left;
	font-size: 18px;
	color: #646263;
	line-height: 42px;
	margin-top: 10px
}

.wapper .bulletin .themebox .searchResult span {
	color: #da2128;
	font-size: 22px;
	font-weight: bolder;
	font-family: font_cent;
}

@media screen and (max-width:1360px) {
	.wapper .bulletin .themebox .searchbox {
		width: 570px;
	}

	.wapper .bulletin .themebox .searchbox .search .inpt {
		line-height: 54px;
	}

	.wapper .bulletin .themebox .searchbox .search .btns {
		width: 54px;
		height: 54px;
	}
}

@media screen and (max-width:1200px) {
	.wapper .bulletin .themebox .searchbox {
		width: 470px;
	}
}

.wapper .patent.ypn {
	background: url(../images/serviceBg2.png) no-repeat center;
	background-size: cover;
	padding-bottom: 9%;
}

.technology {
	width: 100%;
	height: auto;
	padding: 0 10%;
	box-sizing: border-box;
}

.technology .techtitle {
	width: 100%;
	height: auto;
	padding: 4% 0 3% 0;
}

.technology .techtitle .btbox {
	height: auto;
	padding: 0 15%;
}

.technology .techtitle .btbox .tit {
	font-size: 2.5vw;
	color: #fff;
	font-weight: bold;
	font-family: font_cent;
	padding: 0 2%;
	text-align: center;
}

.technology .techtitle .btbox .tit span {
	font-size: 3.5vw;
	color: #d8a56d;
}

.technology .techtitle .text {
	font-size: 1.1vw;
	color: #fff;
	text-align: center;
	padding: 1% 15% 0;
}

.lobox {
	width: 100%;
	height: auto;
	position: relative;
}

.lobox .picbg {
	width: 100%;
	height: auto;
}

.lobox .picbg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.lobox .lolist {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: auto;
}

.lobox .lolist ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lobox .lolist li {
	width: 33%;
	height: auto;
	padding: 0 7%;
	box-sizing: border-box;
}

.lobox .lolist li:first-child {
	padding: 0 9% 0 5%;
}

.lobox .lolist li:last-child {
	padding: 0 5% 0 9%;
}

.lobox .lolist li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.technology .contbox {
	width: 100%;
	height: auto;
}

.technology .contbox ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.technology .contbox li {
	width: 27%;
	height: auto;
	position: relative;
}

.technology .contbox li .txt::before {
	content: '+';
	font-weight: bold;
	font-family: font_cent;
	font-size: 2vw;
	color: #fff;
	position: absolute;
	top: 20%;
	right: -23%;
}

.technology .contbox li:last-child .txt::before {
	display: none;
}

.technology .contbox li .txt {
	font-size: 16px;
	line-height: 1.7;
	color: #bea6a7;
	text-align: left;
	padding: 10% 0 10% 0;
}

.technology .contbox li .picbox {
	width: 100%;
	height: auto;
}

.technology .contbox li .picbox .pc {
	width: 100%;
	height: auto;
}

.technology .contbox li .picbox .pc img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.technology .contbox li .picbox .tiptit {
	font-size: 18px;
	color: #cf9b62;
	text-align: center;
	line-height: 1.2;
	padding-top: 2%;
}

.cpsts {
	width: 100%;
	height: auto;
	background: #dcdcdc;
	position: relative;
	padding: 7% 4% 13% 4%;
	box-sizing: border-box;
	z-index: 9;
}

.cpsts .bgpic {
	width: 100%;
	height: 100%;
	opacity: 0.05;
	background: url(../images/ypnbanner.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.cpsts .bgpic img {
	width: 100%;
	height: auto;
}

.cpsts .castsbox {
	width: 100%;
	height: auto;
}

.cpsts .castsbox .titlebox {
	width: 100%;
	height: auto;
}

.cpsts .castsbox .titlebox .tit {
	font-size: 3vw;
	width: 50vw;
	margin: 0 auto;
	font-weight: bold;
	font-family: font_cent;
	color: #231f20;
	text-align: center;
}

.cpsts .castsbox .titlebox .txt {
	font-size: 1.1vw;
	color: #484546;
	text-align: center;
	padding-top: 1%;
}

.cpsts .castsbox .cpstscont {
	width: 100%;
	height: auto;
	padding-top: 4%;
}

.cpsts .castsbox .cpstscont ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.cpsts .castsbox .cpstscont li {
	width: 100%;
	height: auto;
}

.cpsts .castsbox .cpstscont .yipn {
	font-size: 3.5vw;
	color: #cf9b62;
	font-weight: bold;
	font-family: font_cent;
	text-align: center;
	padding-bottom: 1.5%;
}

.cpsts .castsbox .cpstscont .txtbox {
	width: 100%;
	height: auto;
}

.cpsts .castsbox .cpstscont .txtbox li {
	width: 100%;
	height: auto;
	border-right: 1px solid #d5bca0;
	padding: 0 10%;
	box-sizing: border-box;
}

.cpsts .castsbox .cpstscont .txtbox li:last-child {
	border-right: none;
}

.cpsts .castsbox .cpstscont .txtbox li .txttit {
	font-size: 1.5vw;
	font-weight: bold;
	font-family: font_cent;
	color: #313033;
	line-height: 1.2;
	text-align: left;
	padding: 0% 0 3% 0;
}

.cpsts .castsbox .cpstscont .txtbox li .text {
	font-size: 16px;
	color: #403c3e;
	line-height: 1.7;
}

.kinds {
	width: 100%;
	height: auto;
	display: flex;
}

.kinds .kind {
	flex: 1;
	height: auto;
	padding: 3% 3%;
	box-sizing: border-box;
	position: relative;
}

.kinds .kind.whole {
	width: 100%;
	padding: 6vw 10vw;
}

.kinds .kind:first-child {
	background: #cf9b62;
}

.kinds .kind:nth-child(2) {
	background: #da2128;
}

.kinds .kind:nth-child(3) {
	background: #231f20;
}

.kinds .kind .pic {
	width: 70%;
	height: auto;
	position: absolute;
	top: -9vw;
	left: 15%;
	z-index: 9;
}

.kinds .kind.whole .pic {
	width: 35vw;
	left: 32.5vw;
	top: -14vw;
}

.kinds .kind .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.kinds .kind h2 {
	font-size: 1.5vw;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
	font-family: font_cent;
}

.kinds .kind .tit2 {
	font-size: 1.1vw;
	color: #fff;
	line-height: 1.4;
	font-weight: lighter;
}

.kinds .kind .textcont {
	font-size: 16px;
	color: #f5ebe0;
	line-height: 1.7;
	padding-top: 3%;
}

.structure {
	width: 100%;
	height: auto;
	background: url(../images/ypnbanner3.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 9;
	padding: 7% 9%;
	box-sizing: border-box;
}

.structure .picbg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/ypnbanner2.jpg) no-repeat center;
	opacity: 0.15;
	background-size: cover;
	z-index: -1;
}

.structure .structurebox {
	width: 100%;
	height: auto;
}

.structure .structurebox .tabcurrent {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #83503b;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.structure .structurebox .tabcurrent .tit {
	font-size: 1.5vw;
	font-weight: bold;
	font-family: font_cent;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	padding: .2em 0 .8em;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}

.structure .structurebox .tabcurrent .tit.now {
	color: #cf9b62;
}

.structure .structurebox .tabcurrent .tit.now::before {
	content: '';
	width: 3vw;
	height: 4px;
	background: #da2128;
	position: absolute;
	border-radius: 8px;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
}

.structure .structurebox .tabcurrent .tit:hover {
	color: #cf9b62;
}

.structure .structurebox .tabcurrent .tit:hover::before {
	content: '';
	width: 3vw;
	height: 4px;
	background: #da2128;
	position: absolute;
	border-radius: 8px;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
}

.structure .structurebox .strlist {
	display: none;
}

.structure .structurebox .strlist.now {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 8%;
}

.structure .structurebox .strlist .zuo {
	width: 40%;
	height: auto;
	border-right: 1px solid #8a5742;
	padding: 0 2%;
	box-sizing: border-box;
	visibility: visible !important;
}

.structure .structurebox .strlist .zuo:last-child {
	flex: 1;
	border-right: none;
}

.structure .structurebox .strlist .titlebox {
	width: 100%;
	height: auto;
	padding-bottom: 2vw;
}

.structure .structurebox .strlist .titlebox .cntit {
	font-size: 1.5vw;
	color: #fff;
	font-weight: bold;
	font-family: font_cent;
}

.structure .structurebox .strlist .titlebox .entit {
	font-size: 1.5vw;
	color: #cf9b62;
	font-family: arial;
	text-align: center;
}

.structure .structurebox .strlist .txtbox {
	width: 100%;
	height: auto;
}

.structure .structurebox .strlist .txtcont {
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
}

.structure .structurebox .strlist .txtcont {
	padding: 3% 0;
	border-top: 1px solid #8a5742
}


.structure .structurebox .strlist .txtcont:last-child {
	border-top: none;
	padding-bottom: 0;
}

.pastrecords {
	width: 100%;
	height: auto;
	background: url(../images/ypnbanner4.jpg) no-repeat center;
	background-size: cover;
	padding: 8% 10% 10% 10%;
	box-sizing: border-box;
	position: relative;
}

.pastrecords .titlebox {
	width: 100%;
	height: auto;
}

.pastrecords .titlebox .tit {
	font-size: 3vw;
	font-weight: bold;
	font-family: font_cent;
	color: #231f20;
	text-align: center;
	line-height: 1.5;
}

.pastrecords .titlebox p {
	font-size: 1.1vw;
	color: #484546;
	text-align: center;
	line-height: 1.5;
}

.pastrecords .time-line {
	width: 100%;
	height: auto;
	min-height: 500px;
	display: flex;
	align-items: center;
}

.pastrecords .time-line .time-box {
	width: 100%;
	height: auto;
}

.time-line .time-box ul {
	position: relative;
	padding: 0;
	display: flex;
	gap: 5px;
}

.time-line .time-box li {
	flex: 1;
	min-width: 220px;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}

.time-line .time-box li.even {
	margin: -27px 0 0;
	transform: translateY(50%);
}

.time-line .time-box li.odd {
	margin: 0 0 -27px;
	transform: translateY(-50%);
}

.time-box li.odd {
	vertical-align: bottom;
}

.time-line .time-box li .cont {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	box-sizing: border-box;
}

.time-box li .cont .events {
	max-width: 100%;
	height: auto;
	font-size: 14px;
	color: #231f20;
	line-height: 1.3;
	position: absolute;
}

.time-box li.even .cont .events {
	top: 60px;
}

.time-box li.odd .cont .events {
	bottom: 60px;
}

.time-line .time-box li .time {
	line-height: 1;
	font-size: 24px;
	height: 1em;
	font-family: arial;
	font-weight: bold;
	font-family: font_cent;
	color: #da2128;
	position: absolute;
	bottom: 0;
	left: 53%;
	transform: translateX(-50%);
}

.time-line .time-box li.even .time {
	position: absolute;
	top: 0;
	left: 54%;
	transform: translateX(-50%);
}

.time-line .time-box li .xian::before,
.time-line .time-box li .xian::after {
	content: '';
	width: 50%;
	height: 220px;
	position: absolute;
	background-repeat: no-repeat;
}

.time-line .time-box li .xian::before {
	background-image: url(../images/shan1.png);
	background-position: left bottom;
	background-size: 77%;
	bottom: 5px;
	left: 0;
}

.time-line .time-box li .xian::after {
	background-image: url(../images/shan3.png);
	background-position: right bottom;
	background-size: 60%;
	bottom: 9px;
	right: 0;
}

.time-line .time-box li.even .xian::after {
	background-position: right top;
	top: 9px;
}

.time-line .time-box li.even .xian::before {
	width: 47%;
	background-image: url(../images/shan2.png);
	background-position: left top;
	background-size: 77%;
	top: 4px;
	left: 0;
}

.time-line .left-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/prev.png) no-repeat center #e0cbb4;
	background-size: 7px;
	position: absolute;
	z-index: 9;
	top: 90%;
	left: 45%;
	cursor: pointer;
	transition: all .5s;
}

.time-line .left-btn:hover {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/prev.png) no-repeat center #da2128;
	background-size: 7px;
	position: absolute;
	top: 90%;
	left: 45%;
	cursor: pointer;
}

.time-line .right-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/next.png) no-repeat center #e0cbb4;
	background-size: 7px;
	position: absolute;
	z-index: 9;
	top: 90%;
	right: 45%;
	cursor: pointer;
	transition: all .5s;
}

.time-line .right-btn:hover {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/next.png) no-repeat center #da2128;
	background-size: 7px;
	position: absolute;
	top: 90%;
	right: 45%;
	cursor: pointer;
}

.explain {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.explain .explainbox {
	width: 100%;
	height: auto;
	padding: 6vw 10vw;
	box-sizing: border-box;
	background: #0f0e0e;
	position: relative;
	z-index: 9;
}

.explain .explainbox:last-child {
	width: 100%;
	height: auto;
	padding: 10% 15% 10% 15%;
	box-sizing: border-box;
	background: #7a040b;
}

.explain .explainbox .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/smbg1.jpg) no-repeat center;
	background-size: cover;
	opacity: .15;
	top: 0;
	left: 0;
	z-index: -1;
}

.explain .explainbox:last-child .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/smbg2.jpg) no-repeat center;
	background-size: cover;
	opacity: .15;
	top: 0;
	left: 0;
	z-index: -1;
}

.explain .explainbox .contbox {
	width: 100%;
	height: auto;
}

.explainbox .contbox .titlebox {
	width: 100%;
	height: auto;
}

.explain .explainbox:last-child .contbox .titlebox {
	text-align: right;
}

.explainbox .contbox .titlebox .tit1 {
	font-size: 1.5vw;
	color: #cf9b62;
	font-weight: bold;
	font-family: font_cent;
}

.explainbox .contbox .titlebox .tit2 {
	font-size: 2.5vw;
	color: #fff;
	font-weight: bold;
	font-family: font_cent;
}

.explainbox .contbox .titlebox p {
	font-size: 1.1vw;
	color: #fff;
	line-height: 2;
}

.explainbox .contbox .shuoming {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #cfcfcf;
	line-height: 2;
	text-align: justify;
	padding: 5% 0;
}

.explainbox .contbox ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 5%;
}

.explainbox .contbox li:nth-child(2) {
	/* 往下跨1列 */
	grid-row: span 2;
}

.explainbox .contbox li {
	width: 100%;
	height: auto;
}

.explainbox .contbox li .tit1 {
	font-size: 1.5vw;
	color: #cf9b62;
	font-weight: bold;
	font-family: font_cent;
	line-height: 2;
}

.explainbox .contbox li p {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #cfcfcf;
	line-height: 1.7;
}

.wapper .applicable .scopeList2 li {
	width: 20% !important;
	position: relative;
}

.wapper .applicable .scopeList2 li:nth-of-type(1) {
	width: 40% !important;
}

.wapper .applicable .scopeList2 li:last-child {
	width: 40% !important;
}

.wapper .applicable .scopeList2 li .contbox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0% 17%;
	box-sizing: border-box;
}

.wapper .applicable .scopeList2 li .contbox .tit {
	width: 100%;
	height: auto;
	font-size: 1.5vw;
	color: #ffffff;
	line-height: 1.1;
	text-align: center;
	font-weight: bolder;
	font-family: font_cent;
}

.wapper .applicable .scopeList2 li .contbox .txt {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding-top: 1%;
}

@media screen and (max-width:1000px) {
	.wapper .banner .opBg .banCont .bantitlebox .tip {
		font-size: 7vw;
	}

	.technology {
		padding: 0 5%;
	}

	.technology .contbox {
		padding: 0 5%;
		box-sizing: border-box;
	}

	.technology .contbox ul:first-child {
		display: none;
	}

	.lobox .picbg {
		padding: 3% 0;
	}

	.technology .contbox ul {
		display: block;
	}

	.technology .contbox li {
		width: 100%;
		padding-bottom: 5%;
		display: flex;
		flex-direction: column;
	}

	.technology .contbox li .picbox {
		display: flex;
		flex-direction: column;
	}

	.technology .contbox li .picbox .pc {
		order: 2;
	}

	.technology .techtitle .text {
		font-size: 15px;
		line-height: 1.2;
		text-align: left;
		padding: 10px 0 0;
	}

	.technology .techtitle .btbox {
		padding: 0;
	}

	.technology .techtitle .btbox .tit {
		text-align: left;
		font-size: 5vw;
		padding: 0;
	}

	.technology .techtitle .btbox .tit span {
		font-size: 6vw;
	}

	.technology .contbox li .picbox .tiptit {
		font-size: 15px;
		padding-bottom: 2%;
	}

	.wapper .patent.ypn .patentBox .pic {
		margin-top: -6%;
	}

	.cpsts {
		padding: 7% 4% 21% 4%;
	}

	.cpsts .castsbox .titlebox .tit {
		width: 100%;
		line-height: 1;
		font-size: 6vw;
		margin-bottom: .4em;
		text-align: left;
	}

	.cpsts .castsbox .titlebox .txt {
		font-size: 15px;
		text-align: left;
	}

	.cpsts .castsbox .cpstscont .yipn {
		font-size: 9vw;
	}

	.cpsts .castsbox .cpstscont ul {
		grid-template-columns: 100%;
	}

	.cpsts .castsbox .cpstscont .txtbox li {
		padding: 15px 0;
		border-right: none;
		border-top: 1px solid #d5bca0;
	}

	.cpsts .castsbox .cpstscont .txtbox li:nth-child(1) {
		border: none;
	}

	.cpsts .castsbox .cpstscont .txtbox li .txttit {
		font-size: 18px;
		padding: 0 0 15px;
	}

	.cpsts .castsbox .cpstscont .txtbox li .text {
		/* display: none; */
		line-height: 1.2;
	}

	.kinds {
		display: block;
	}

	.kinds .kind {
		padding: 21% 5%;
	}

	.kinds .kind.whole {
		padding: 14% 5% 8% 5%;
	}

	.kinds .kind h2 {
		font-size: 6vw;
		line-height: 1;
		margin-bottom: .5em;
	}

	.kinds .kind .tit2 {
		font-size: 15px;
	}

	.kinds .kind .textcont {
		font-size: 14px;
		line-height: 1.3;
	}

	.kinds .kind .pic {
		width: 72%;
		height: auto;
		position: absolute;
		top: -19vw;
		left: 13%;
		z-index: 9;
	}

	.kinds .kind.whole .pic {
		width: 54vw;
		left: 23vw;
		top: -16vw;
	}

	.pastrecords .time-line {
		min-height: 380px;
		padding-bottom: 35px;
	}

	.structure {
		padding: 8% 5%;
	}

	.structure .structurebox .strlist {
		flex-direction: column;
	}

	.structure .structurebox .strlist .zuo {
		width: 100%;
		border-right: none;
		padding: 0;
	}

	.structure .structurebox .strlist .txtcont {
		text-align: left;
		border-right: none;
		font-size: 15px;
		line-height: 1.3;
		/* border-top: none; */
		/* border-bottom: 1px solid #8a5742; */
	}

	.structure .structurebox .strlist .txtcont:nth-child(1) {
		border: none;
	}

	.structure .structurebox .strlist .zuo+.zuo {
		margin-top: 10px;
	}

	.structure .structurebox .strlist .zuo:last-child {
		width: 100%;
		height: auto;
	}

	.structure .structurebox .strlist .txtbox {
		display: block;
	}

	.structure .structurebox .strlist .titlebox .cntit {
		font-size: 18px;
	}

	.structure .structurebox .strlist .titlebox .entit {
		font-size: 4vw;
	}

	.pastrecords .titlebox .tit {
		line-height: 1;
		font-size: 6vw;
		text-align: left;
		margin-bottom: 15px;
	}

	.pastrecords {
		padding: 8% 5% 8% 5%;
	}

	.pastrecords .titlebox {
		/* padding-bottom: 10px; */
	}

	.pastrecords .titlebox p {
		text-align: left;
		font-size: 15px;
	}

	.time-line .right-btn {
		width: 35px;
		height: 35px;
		right: 37%;
		bottom: 0;
	}

	.time-line .left-btn {
		width: 35px;
		height: 35px;
		left: 37%;
		bottom: 0;
	}

	.time-line .right-btn:hover {
		width: 35px;
		height: 35px;
		right: 37%;
		bottom: 0;
	}

	.time-line .left-btn:hover {
		width: 35px;
		height: 35px;
		left: 37%;
		bottom: 0;
	}

	.explain {
		display: block;
	}

	.explainbox .contbox ul {
		display: block;
	}

	.explainbox .contbox .shuoming {
		display: none;
	}

	.explainbox .contbox li {
		width: 100%;
		padding: 3% 0;
	}

	.explainbox .contbox .titlebox .tit1 {
		font-size: 4vw;
	}

	.explainbox .contbox .titlebox .tit2 {
		font-size: 6vw;
	}

	.explainbox .contbox .titlebox p {
		font-size: 15px;
	}

	.explainbox .contbox li .tit1 {
		font-size: 4vw;
	}

	.explainbox .contbox li p {
		font-size: 14px;
	}

	.explain .explainbox:last-child .contbox .titlebox {
		text-align: left;
	}

	.explain .explainbox {
		padding: 8% 5%;
	}

	.explain .explainbox:last-child {
		padding: 8% 5%;
	}

	.wapper .applicable .scopeList2 li:nth-of-type(1) {
		width: 100% !important;
	}

	.wapper .applicable .scopeList2 li {
		width: 50% !important;
	}

	.wapper .applicable .scopeList2 li:last-child {
		width: 100% !important;
	}

	.wapper .applicable .scopeList2 li .contbox {
		padding: 0 15px;
	}

	.wapper .applicable .scopeList2 li .contbox .tit {
		font-size: 16px;
	}

	.wapper .applicable .scopeList2 li .contbox .txt {
		text-align: left;
		font-size: 14px;
		line-height: 1.3;
	}

	.wapper .applicable .scopeList li .opBg .cont .titl {
		font-size: 14px;
	}

	.structure .structurebox .tabcurrent .tit.now::before {
		content: '';
		width: 10vw;
		height: 3px;
		background: #da2128;
		position: absolute;
		border-radius: 8px;
		bottom: -2px;
		left: 50%;
		transform: translateX(-50%);
	}

	.structure .structurebox .tabcurrent .tit:hover::before {
		content: '';
		width: 10vw;
		height: 3px;
		background: #da2128;
		position: absolute;
		border-radius: 8px;
		bottom: -2px;
		left: 50%;
		transform: translateX(-50%);
	}

	.structure .structurebox .tabcurrent {
		display: flex;
		justify-content: space-between;
	}

	.structure .structurebox .tabcurrent .tit {
		font-size: 4vw;
		line-height: 1.2;
	}

	.wapper .proList .proBox .productList .biglist a {
		display: block;
	}

	.wapper .proList .proBox .productList .biglist .cont .name {
		font-size: 18px;
	}

	.wapper .proList .proBox .productList .biglist .cont .desc {
		font-size: 16px;
	}

	.technology .contbox li .txt::before {
		display: none;
	}

	.time-box li .cont .events {
		line-height: 1.2;
	}
}



/* 小模块2023-7-26改 */
.wapper .partners .partList ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.wapper .partners .partList li {
	width: 100%;
	margin-bottom: 0;
	margin-right: 0;
}

.wapper .partners .partList li a {
	width: 100%;
	height: 100%;
	display: block;
}

/* .wapper .partners .partList .ppio .conlist{
	width: 100%;
	height:100%;
} */
.wapper .partners .partList li:hover .opBg {
	opacity: unset;
}

.wapper .partners .partList li .opBg {
	opacity: 1;
	background: #fafafa;
}

.wapper .partners .partList li .opBg .cont .name {
	color: #231f20;
}

.wapper .partners .partList li .opBg .cont .desc {
	color: rgba(35, 31, 32, 0.8);
}

.wapper .partners .partList li .pic img {
	width: auto;
}

.partners .partList .clearfix:after {
	display: none;

}

.partners .partList .clearfix {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:1250px) {
	.wapper .partners .partList li .pic img {
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	.partners .partList .clearfix {
		flex-direction: column;
	}

	.wapper .partners .partList li .pic img {
		width: 50%;
	}

	.wapper .partners .partList li {
		margin-bottom: 3%;
		width: 100%;
	}
}


/* 金属膜 */
.wapper .patent.mo {
	width: 100%;
	height: auto;
	background: #fcfcfb;
	padding-bottom: 0;
}

.wapper .patent.mo .patentBox .tit {
	padding: 0 24vw;
	line-height: 1;
	width: 100%;
	text-align: center;
	font-size: 3vw;
	font-weight: bold;
	font-family: font_cent;
	color: #231f20;
}

.wapper .banner.inside.mo {
	border-bottom: none !important;
}

.wapper .banner.mo .opBg .banCont {
	top: 36%;
}

.wapper .banner.mo .opBg .banCont .bantitlebox .tip {
	display: none;
}

.wapper .patent.mo {
	background: #fcfcfb !important;
}

.wapper .patent.mo .patentBox .pic {
	width: 50%;
	max-width: 900px !important;
	margin-top: 0 !important;
	position: relative;
	padding-left: 0 !important;

}

.wapper .patent.mo .patentBox .technology {
	padding: 3vw 0 !important;
}

.cpsts.mo .castsbox .cpstscont {
	padding-top: 5% !important;
}

.cpsts.mo {
	padding: 7% 9%;
}

.cpsts.mo .bgpic {
	background: url(../images/mo_bg3.gif) !important;
	opacity: 1 !important;
}

.cpsts.mo .castsbox .titlebox .tit {
	color: #cf9b62 !important;
}

.cpsts.mo .castsbox .titlebox .txt {
	color: #fff !important;
}

.cpsts.mo .castsbox .titlebox .txt span {
	color: #cf9b62 !important;
}

.cpsts.mo .castsbox .cpstscont ul {
	grid-template-columns: repeat(2, 1fr) !important;
	grid-gap: 5vw;
}

.cpsts.mo .castsbox .cpstscont .txtbox li {
	border-right: none;

}

.cpsts.mo .castsbox .cpstscont .txtbox li .txttit {
	border-bottom: 5px solid #cf9b62;
	display: block !important;
	float: left !important;
	width: 100%;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .txttit .tit1 {
	width: 100%;
	color: #cf9b62 !important;
	text-align: left !important;
	line-height: 1;
	display: block !important;
	font-size: 3vw;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .txttit .tit2 {
	margin-top: .5em;
	width: 100%;
	color: #da2128;
	font-size: 1.5vw;
	line-height: 1;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .txttit .tit2 p {
	width: 100%;
	font-weight: bold;
	font-family: font_cent;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .txttit .tit2 p span {
	margin-top: 1em;
	width: 100%;
	color: #cfcfcf;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.2;
	min-height: 2.4em;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .text ul {
	grid-template-columns: repeat(2, 1fr) !important;
	grid-gap: 2vw;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .text ul li {
	display: flex;
	flex-direction: column;
}

.cpsts.mo .castsbox .cpstscont .txtbox li {
	padding: 0 !important;
}


.cpsts.mo .castsbox .cpstscont .txtbox li .text {
	font-size: .8vw;
	color: #afafaf;
	line-height: 1.7;
	float: left;
	display: block;
	width: 100%;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .tit {
	width: 100%;
	font-size: 1.2vw;
	color: #fff;
	line-height: 1;
	padding: .8em 0 .2em;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .con {
	width: 100%;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .con_img {
	position: relative;
	margin-top: auto;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .con_img .pk {
	position: absolute;
	left: -17%;
	top: 34%;
	width: 5vw;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .con_img img {
	width: 100%;
	margin-top: 10px;
}

.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .con_img_name {
	color: #cf9b62;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}

.mo_year {
	width: 100%;
	display: block;
	float: left;
}

.mo_year .tit {
	width: 100%;
	display: block;
	float: left;
	padding: 5vw 0 3vw;
	background: #fff;
}

.mo_year .tit ul {
	width: 100%;
	margin: 0 auto;
	grid-gap: 10px;
	font-weight: bold;
	text-align: center;
	font-family: font_cent;
}

.mo_year .tit ul .left {
	color: #231f20;
	font-size: 5vw;
	position: relative;
}

.mo_year .tit ul .left span.num {
	color: #231f20;
	font-size: 1.2em;
	line-height: 1;
	color: #da2128;
}

.mo_year .tit ul .left span.txt {
	color: #231f20;
	font-size: 5vw;
	line-height: 2vw;
	font-weight: bolder;
}

.mo_year .tit ul .right {
	color: #231f20;
	font-size: 2vw;
	padding-top: 6px;

}

.mo_year .tit ul .right span {
	color: #da2128;
}

.mo_year .con {
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

.mo_year .con ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.mo_year .con ul li {
	overflow: hidden;
	background: #da2128;

}

.mo_year .con ul li:nth-child(2) {
	background: #af0006;
}

.mo_year .con ul li:nth-child(3) {
	background: #880005;
}

.mo_year .con ul li:nth-child(4) {
	background: #620006;
}

.mo_year .con ul li .con_img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	height: 30vw;
}

.mo_year .con ul li .con_img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 35vw;
	background: linear-gradient(to top, rgb(0, 0, 0, 0.85), rgb(51, 51, 51, 0));
	bottom: 0;
	left: 0;
	z-index: 2;
}

.mo_year .con ul li .con_img img {
	height: 100%;
	width: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.mo_year .con ul li .con_img .year_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 8%;
}

.mo_year .con ul li .con_img .year_txt .year_txt1 {
	font-size: 14px;
	color: #fff;
}

.mo_year .con ul li .con_img .year_txt .year_txt2 {
	font-size: 2vw;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-family: font_cent;
}

.mo_year .con ul li .con_con {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	padding: 10% 9%;
	float: left;
	z-index: 4;
}

.mo_year .con ul li .con_con .con_con_tit {
	font-size: 1.2vw;
	color: #fff;
	font-weight: bold;
	font-family: font_cent;
	line-height: 1.2;
}

.mo_year .con ul li .con_con .con_con_txt {
	margin-top: 10px;
	font-size: 13px;
	color: #fff;

}

.mo_year .con ul li .con_con .con_con_txt ul {
	width: 100%;
	grid-template-columns: repeat(1, 100%);
}

.mo_year .con ul li .con_con .con_con_txt ul li {
	width: 100%;
	grid-template-columns: repeat(1, 100%);
	line-height: 1.5;
	position: relative;
	margin-bottom: 5px;
	list-style-type: disc !important;
	list-style-position: outside !important;
	background: none;
	padding-left: 8px;
}

.mo_year .con ul li .con_con .con_con_txt ul li span {
	color: #cf9b62;
	font-weight: bold;
	font-family: font_cent;
	font-family: font_cent;
	font-size: 15px;
}

.mo_year .con ul li .con_con .con_con_txt ul li:before {
	content: "•";
	position: absolute;
	left: 0;
}

.mo_prog {
	padding: 7% 9% 9% 9%;
	width: 100%;
	display: block;
	position: relative;
	float: left;
	background: url(../images/mo_bg4.jpg) no-repeat center;
	background-size: cover;
}

.mo_prog .progbox {
	width: 100%;
	height: auto;
}

.mo_prog .progbox {
	width: 100%;
	height: auto;
}

.mo_prog .progbox .titlebox {
	width: 100%;
	height: auto;
}

.mo_prog .progbox .titlebox .tit {
	padding: 0 15%;
	font-size: 3vw;
	line-height: 1;
	font-weight: bold;
	font-family: font_cent;
	color: #231f20;
	text-align: center;
}

.mo_prog .progbox .titlebox .txt {
	font-size: 1.1vw;
	color: #484546;
	text-align: center;
	padding-top: 1%;
}

.mo_prog .progbox .pro {
	width: 100%;
	height: auto;
	margin-top: 5%;
}

.mo_prog .progbox .pro ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.mo_prog .progbox .pro ul li {
	position: relative;
}

.mo_prog .progbox .pro ul li .add {
	position: absolute;
	right: -13%;
	top: 35%;
}

.mo_prog .progbox .pro ul .pic {
	width: 100%;
	text-align: center;
}

.mo_prog .progbox .pro ul .pic img {
	width: 100%;
	max-width: 344px;
}

.mo_prog .progbox .pro ul .num {
	width: 100%;
	text-align: center;
	font-family: font_cent;
	color: #da2128;
	font-size: 1vw;
	margin-top: 8px;
}

.mo_prog .progbox .pro ul .txt {
	width: 100%;
	padding: 3% 20%;
	text-align: center;
	color: #231f20;
	font-size: 1vw;
	line-height: 1.2;
	font-weight: bold;
	font-family: font_cent;
}

.mo_prog .progbox .prog {
	width: 100%;
	height: auto;
	margin-top: 5%;
}

.mo_prog .progbox .prog ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2vw;
}

.mo_prog .progbox .prog ul.prog1_3 {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.5vw;
}

.mo_prog .progbox .prog ul .prog_box {
	background: rgb(255, 255, 255, 0.9);
	padding: 6%;
	box-shadow: 0 0 10px 0px rgb(0, 0, 0, 0.05);
}

.mo_prog .progbox .prog ul .prog_box .tit {
	font-size: 2vw;
	font-weight: bold;
	font-family: font_cent;
	text-align: center;
	color: #231f20;
	margin-bottom: 4%;
}

.mo_prog .progbox .prog ul .prog_box .tit span {
	font-size: 1vw;
	font-weight: normal;
	text-align: center;
	color: #231f20;
	width: 100%;
	display: block;
}

.mo_prog .progbox .prog ul .prog_box .prog1 .prog2 {
	display: flex;
	align-items: center;
	text-align: justify;
}

.mo_prog .progbox .prog ul .prog_box .prog1 .prog1_tit {
	width: 70%;
	float: left;
	padding-right: 10px;
	font-size: 14px;
	color: rgba(49, 48, 51, 0.8);
}

.mo_prog .progbox .prog ul .prog_box .prog1 .prog1_pic {
	width: 30%;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.mo_prog .progbox .prog ul .prog_box .prog1 .prog1_pic img {
	width: 100%;
	float: right;
}


.mo_prog .progbox .prog ul .prog_box .prog1 .prog1_tit span {
	display: block;
	width: 100%;
	font-size: 1vw;
	color: #cf9b62;
	font-weight: bold;
	font-family: font_cent;
	margin-bottom: 5px;
}

.mo_prog .progbox .prog ul .prog_box .prog_img {
	width: 100%;
	margin-top: 4%;
}

.mo_prog .progbox .prog ul .prog_box .prog_img img {
	width: 100%;
}


.mo_prog .progbox .prog ul .prog_box .prog1 .prog1_3 .prog1_tit {
	width: 100%;
	float: left;
	padding-right: 0 !important;
	font-size: 14px;
	color: rgba(49, 48, 51, 0.8);
}

.mo_prog .progbox .prog ul .prog_box .prog1 .prog1_3 .prog1_tit span {
	display: block;
	width: 100%;
	font-size: 1vw;
	color: #cf9b62;
	font-weight: bold;
	font-family: font_cent;
	margin-bottom: 5px;
}

.mo_step {
	width: 100%;
	float: left;
	position: relative;
	background: url(../images/mo_bg5.jpg) no-repeat top #f2f2f2;
	background-size: 100%;
	padding: 5% 9% 7% 9%;
}

.mo_step .step_tit {
	font-size: 3vw;
	font-weight: bold;
	font-family: font_cent;
	color: #231f20;
	text-align: center;
	line-height: 1;
}

.mo_step .step_tit p {
	font-size: 18px;
	font-weight: normal;
	color: #da2128;
}

.mo_step .step_tit span {
	font-family: font_cent;
	font-size: 1.8em;
	color: #da2128;
}

.mo_step .step_con {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	background-size: 100%;
	padding: 3% 6% 6% 6%;
	box-shadow: 0 0 10px 0px rgb(0, 0, 0, 0.05);
	margin-top: 1vw;
}

/* 金属膜tab */
.mo_step .step_con .tabcurrent {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-around;
}

.mo_step .step_con .tabcurrent .tit {
	font-size: 1.3vw;
	font-weight: bold;
	font-family: font_cent;
	color: #231f20;
	line-height: 1;
	text-align: center;
	padding: 0 .2em .5em;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}

.mo_step .step_con .tabcurrent .tit.now::before {
	content: '';
	width: 3vw;
	height: 4px;
	background: #da2128;
	position: absolute;
	border-radius: 8px;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
}

.mo_step .step_con .tabcurrent .tit:hover::before {
	content: '';
	width: 3vw;
	height: 4px;
	background: #da2128;
	position: absolute;
	border-radius: 8px;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
}

.mo_step .step_con .strlist {
	display: none;
}

.mo_step .step_con .strlist .strlist_main {
	display: flex;
	/*实现垂直居中*/
	align-items: center;
	width: 100%;
	float: left;
}

.mo_step .step_con .strlist.now {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 4%;
}

.mo_step .step_con .strlist .left {
	width: 50%;
	float: left;
	padding-right: 3vw;
}

.mo_step .step_con .strlist .left .step_title .step_title1 {
	font-family: font_cent;
	font-size: 3vw;
	color: #da2128;
	line-height: 0.8;

}

.mo_step .step_con .strlist .left .step_title .step_title2 {
	font-size: 2vw;
	margin-top: .2em;
	color: #231f20;
	font-weight: bold;
	font-family: font_cent;
	line-height: 1;
}

.mo_step .step_con .strlist .left .step_title .step_title3 {
	font-size: 1.2vw;
	line-height: 1;
	color: #231f20;
	font-weight: bold;
	font-family: font_cent;
	margin-top: .8em;
	width: 100%;
	display: block;
}

.step_txt {
	width: 100%;
	display: block;
	float: left;
}

.mo_step .step_con .strlist .left .step_title .step_title3 span {
	font-size: .5em;
	display: block;
}

.mo_step .step_con .strlist .left .step_txt ul {
	background: none;
	margin-top: 2vw;
}

.mo_step .step_con .strlist .left .step_txt ul li {
	font-size: 14px;
	color: rgba(49, 48, 51, 0.8);
	position: relative;
	list-style-position: outside;
	padding-left: 10px;
	margin-bottom: 0.5vw;
	line-height: 1.5;
}

.mo_step .step_con .strlist .left .step_txt ul li:before {
	content: "•";
	position: absolute;
	left: 0;
}

.mo_step .step_con .strlist .right {
	width: 50%;
	float: left;
}

.mo_step .step_con .strlist .right img {
	width: 100%;
	float: right;
}

.appl_main {
	width: 100%;
	float: left;
	margin-top: 3%;
}

.appl_main ul {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.appl_main ul li .appl_title {
	width: 100%;
	/* display: flex; */

	background: #da2128;
	padding: 5% 4% 3.5% 4%;
	position: relative;
}

.appl_main ul li .appl_title .appl_title1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.appl_main ul li .appl_title .appl_title1 .appl_title1_1 {
	color: #fff;
	font-size: 1.2vw;
	line-height: 0.8;
	font-weight: bold;
	font-family: font_cent;
}

.appl_main ul li .appl_title .appl_title1 .appl_title1_2 {
	color: rgb(255, 255, 255, 0.4);
	font-size: 0.8vw;
	line-height: 1;
	margin-top: 5px;
}

.appl_main ul li .appl_title .appl_title2 {
	font-size: 0.8vw;
	line-height: 1.2;
	color: #fff;
}

.appl_main.sf ul li .appl_title .appl_title2 {
	min-height: 4.5em;
}

.appl_main ul li .appl_title .appl_title2 span {
	font-weight: bold;
	font-family: font_cent;
}

.appl_main ul li .appl_title .appl_title2 span.large {
	font-size: 1.4em;
}

.up {
	width: 0;
	height: 0;
	border-top: 0.8vw solid #da2128;
	border-right: 0.8vw solid transparent;
	border-left: 0.8vw solid transparent;
	border-bottom: 0.8vw solid transparent;
	position: absolute;
	bottom: -1.5vw;
	left: 2.4vw;
	z-index: 4;
}

.appl_main ul li .appl_pic ul {
	grid-template-columns: repeat(1, 100%);
}

.appl_main ul li .appl_pic {
	width: 100%;
	float: left;
	display: grid;

}

.appl_main ul li .appl_pic li {
	width: 100%;
	float: left;
	height: 13vw;
	overflow: hidden;
	position: relative;
}

.appl_main ul li .appl_pic li img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -30%;
}

.appl_main.sf ul li .appl_pic li img {
	position: relative;
	top: 0;
	height: 100%;
	object-fit: cover;
}

.appl_main ul li .appl_pic li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 8vw;
	background: linear-gradient(to top, rgb(0, 0, 0, 0.85), rgb(51, 51, 51, 0));
	bottom: 0;
	left: 0;
	z-index: 2;
}

.appl_main ul li .appl_pic li .txt {
	width: 100%;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 10%;
	left: 6%;
	z-index: 2;
	font-size: 1.2vw;
	color: #fff;
}

.appl_main.sf ul li .appl_pic li .txt {
	font-weight: bold;
	font-family: font_cent;
}

.wapper .applicable.mo {
	padding-top: 0;
}

.mo_temp {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.mo_temp img {
	width: 100%;
	height: auto;
	float: left;
}

@media screen and (max-width:1000px) {
	.cpsts.mo {
		padding: 10% 5%;
	}

	.cpsts.mo .castsbox .cpstscont ul {
		grid-template-columns: repeat(1, 100%) !important;
	}

	.wapper .patent.mo .patentBox .technology {
		padding: 0 !important;
	}

	.patent.mo .lobox .picbg {
		padding: 3% 0 0 0;
	}

	.wapper .patent.mo .patentBox .pic {
		width: 70%;
	}

	.patent.mo .lobox .picbg img {
		width: 130%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.cpsts.mo .castsbox .titlebox .tit {
		font-size: 6vw;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox li .txttit .tit1 {
		font-size: 6vw;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox li .txttit .tit2 {
		font-size: 4.5vw;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .tit {
		font-size: 4.5vw;
		margin-top: 15px;
		padding-top: 0;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox li .text {
		font-size: 12px;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .con_img .pk {
		width: 7vh;
		top: 29%;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .con_img_name {
		text-align: left;
		margin-top: 8px;
	}

	.mo_year .con ul {
		display: grid;
		grid-template-columns: repeat(1, 100%);
	}

	.mo_year .con ul li .con_img {
		width: 100%;
		height: auto;
	}

	.mo_year .con ul li .con_img img {
		width: 100%;
		height: auto;
		object-fit: contain;
		left: auto;
		transform: none;
	}

	.mo_year .con ul li .con_img::before {
		height: 14vh;
	}

	.mo_year .con ul li .con_con {
		width: 100%;
		padding: 5vw;
	}

	.mo_year .con ul li .con_img .year_txt .year_txt2 {
		font-size: 2vh;
	}

	.mo_year .con ul li .con_con .con_con_tit {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 5px;
	}

	.mo_year .con ul li .con_con .con_con_txt {
		font-size: 12px;
	}

	.mo_year .tit ul {
		text-align: left;
		padding: 0 5%;
	}

	.mo_year .tit ul .left {
		font-size: 6vw;
	}

	.mo_year .tit ul .left span.num {
		font-size: 10.5vw;
		top: -5%;
		right: 42%;
	}

	.mo_year .tit ul .left span.txt {
		font-size: 8vw;
		line-height: 7vw;
	}

	.mo_year .tit ul .right {
		font-size: 16px;
		padding-top: 2px;
		line-height: 1.2;
	}

	.wapper .patent.mo .patentBox .tit {
		font-size: 6vw;
		padding: 0 5%;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox>li {
		padding-top: 20px !important;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox>li:nth-child(1) {
		padding-top: 0 !important;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox li .text ul .con_img img {
		display: none;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox li .txttit {
		border-bottom: 2px solid #cf9b62;
	}

	.cpsts.mo .castsbox .cpstscont .txtbox li .text ul {
		grid-template-columns: repeat(1, 1fr) !important;
		grid-gap: 15px;
	}

	.cpsts.mo .castsbox .cpstscont {
		padding-top: 8% !important;
	}

	.mo_year .con ul li .con_img .year_txt {
		padding: 5vw;
	}

	.mo_year .con ul li .con_img .year_txt .year_txt1 {
		font-size: 12px;
	}

	.mo_prog {
		padding: 10% 5%;
	}

	.mo_prog .progbox .titlebox .tit {
		padding: 0;
		text-align: left;
		font-size: 6vw;
	}

	.mo_prog .progbox .titlebox .txt {
		font-size: 13px;
	}

	.mo_prog .progbox .pro ul {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px
	}

	.mo_prog .progbox .pro ul li {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.mo_prog .progbox .pro ul .pic {
		width: 35%;
	}

	.mo_prog .progbox .pro ul li .add {
		display: none;
	}

	.mo_prog .progbox .pro ul .num {
		display: none;
	}

	.mo_prog .progbox .pro ul .txt {
		flex: 1;
		font-size: 16px;
		text-align: left;
		padding: 3% 4%;
	}

	.mo_prog .progbox .prog ul {
		grid-template-columns: repeat(1, 100%);
		grid-gap: 20px;
	}

	.mo_prog .progbox .prog ul .prog_box .tit {
		font-size: 5vw;
	}

	.mo_prog .progbox .prog ul .prog_box .prog1 .prog1_tit span {
		font-size: 2vh;
		margin-bottom: 0;
	}

	.mo_prog .progbox .prog ul .prog_box .tit span {
		font-size: 13px;
	}

	.mo_prog .progbox .prog ul.prog1_3 {
		grid-template-columns: repeat(1, 100%);
	}

	.mo_prog .progbox .prog ul .prog_box .prog1 .prog1_3 .prog1_tit span {
		font-size: 2vh;
		margin-bottom: 0;
	}

	.mo_year .con ul li .con_con .con_con_txt ul li {
		line-height: 1.2;
	}

	.mo_year .con ul li .con_con .con_con_txt ul li span {
		font-size: 13px;
	}

	.mo_step {
		padding: 10% 4%;
	}

	.mo_step .step_tit {
		text-align: left;
		font-size: 6vw;
	}

	.mo_step .step_tit p {
		font-size: 15px;
	}


	.mo_step .step_tit span {
		font-size: 9.5vw;
	}

	.mo_step .step_con {
		margin-top: 2vh;
	}

	.mo_step .step_con .tabcurrent .tit {
		font-size: 13px;
		padding: 5% 5px 7% 5px;
	}

	.mo_step .step_con .strlist .left {
		width: 100%;
	}

	.mo_step .step_con .strlist .strlist_main {
		display: block;
	}

	.mo_step .step_con .strlist .right {
		width: 100%;
	}

	.mo_step .step_con .strlist .left .step_title .step_title1 {
		font-size: 22px;
		line-height: 1.2;
		width: auto;
	}

	.mo_step .step_con .strlist .left .step_title .step_title2 {
		font-size: 18px;
		width: auto;
	}

	.mo_step .step_con .strlist .left .step_title .step_title3 {
		font-size: 14px;
	}

	.mo_step .step_con .strlist .left .step_txt ul li {
		line-height: 1.3;
	}

	.mo_step .step_con .strlist .right {
		margin-top: 10px;
	}

	.mo_step .step_con .strlist {
		margin-top: 3%;
	}

	.appl_main ul {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.appl_main ul li .appl_pic ul {
		grid-gap: 0;
	}

	.appl_main ul li .appl_title {
		padding: 2% 4% 3.5% 4%;
	}

	.appl_main.sf ul li .appl_title {
		padding: 5% 4%;
	}

	.appl_main ul li .appl_title .appl_title1 {}

	.appl_main ul li .appl_title .appl_title1 .appl_title1_1 {
		font-size: 18px;
	}

	.appl_main ul li .appl_title .appl_title1 .appl_title1_2 {
		font-size: 16px;
	}

	.appl_main ul li .appl_title .appl_title2 {
		font-size: 12px;
		line-height: 1.3;
	}

	.appl_main.sf ul li .appl_title .appl_title2 {
		min-height: 3em;
	}

	.appl_main ul li .appl_pic li {
		height: 20vh
	}

	.appl_main ul li .appl_pic li .txt {
		font-size: 15px;
	}

	.up {
		width: 0;
		height: 0;
		border-top: 3.8vw solid #da2128;
		border-right: 3.8vw solid transparent;
		border-left: 3.8vw solid transparent;
		border-bottom: 3.8vw solid transparent;
		position: absolute;
		bottom: -5.5vw;
		left: 3.4vw;
		z-index: 4;
	}

	.appl_main ul li .appl_pic li .txt {
		left: 4.5%;
	}
}

/* #region production-sf */
.product-detail {
	color: #1f1f1f;
	padding: 0 0 7%;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.product-tag {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 7.71vw;
	height: 8.80vw;
	min-width: 50px;
	min-height: 57px
}

/* 标题 */
.product-label {
	line-height: 1;
	text-align: center;
}

.product-label.top {
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 6%;
}

.product-label .title {
	font-size: max(26px, 3vw);
	font-weight: bold;
	font-family: font_cent;
}

.product-label .title .is {
	color: #DA2128;
}

.product-label .text {
	line-height: 1.5;
	margin-top: 1em;
	font-size: max(14px, 1.1vw);
	color: rgb(0 0 0 / 60%);
}

.product-label.light {
	color: #fff;
}

.product-label.light .title .is {
	color: #CC9C63;
}

.product-label.light .text {
	color: rgb(255 255 255 / 60%);
}

@media screen and (max-width: 1000px) {
	.product-label.top {
		top: -1vw;
	}

	.product-label.top .title {
		padding-left: 10px;
		font-size: 22px;
		gap: 6px
	}

	.product-label.top .text {
		line-height: 1;
		margin-top: .5em;
	}

	.product-tag {
		top: 10px;
		left: 10px;
	}
}

/* 证书 */
.product-certificate {
	width: 100%;
	height: auto;
}

.product-certificate .image {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.product-certificate .image.min {
	display: none;
}

/* 内容 */
.product-info {
	margin: 0 7vw -6vw;
	transform: translateY(-7vw);
	color: #1f1f1f;
	display: flex;
	box-shadow: 0px 0px 16px 0px rgba(17, 17, 26, 0.1);
}

.product-info-card {
	position: relative;
	cursor: pointer;
	padding: 3em;
	line-height: 1;
	flex: 1;
	color: #1f1f1f;
	background-color: #fff;
	font-size: max(12px, 0.73vw);
	transition: color .3s, background-color .3s;
}

.product-info-card.active,
.product-info-card:hover {
	color: #fff;
	background-color: #DA2128;
}

.product-info-card::before,
.product-info-card::after {
	content: '';
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 1em;
	transition: background-color .3s;
}

.product-info-card::before {
	top: 1px;
}

.product-info-card::after {
	bottom: 1px;
}

.product-info-card.active::before,
.product-info-card:hover::before {
	transform: translateY(-100%);
	background-color: #DA2128;
}

.product-info-card.active::after,
.product-info-card:hover::after {
	transform: translateY(100%);
	background-color: #DA2128;
}

.product-info-card-title {
	display: flex;
	align-items: center;
	padding-bottom: .8em;
	margin-bottom: .8em;
	border-bottom: 2px solid #1f1f1f;
	transition: border-color .3s;
	font-size: max(15px, 1.15vw);
}

.product-info-card.active .product-info-card-title,
.product-info-card:hover .product-info-card-title {
	border-color: #fff;
}

.product-info-card-title .index {
	font-family: font_cent;
	margin-left: auto;
	color: #DA2128;
	transition: color .3s;
}


.product-info-card.active .index,
.product-info-card:hover .index {
	color: #CF9B62;
}

.product-info-card-text {
	opacity: .6;
	line-height: 1.4;
}

@media screen and (max-width: 1000px) {

	.product-certificate .image.max {
		display: none;
	}

	.product-certificate .image.min {
		display: block;
	}


	.product-info {
		margin: 0 4vw -6vw;
		flex-direction: column;
		gap: 10px;
		box-shadow: none;
	}

	.product-info-card {
		box-shadow: 0px 0px 16px 0px rgba(17, 17, 26, 0.1);
		padding: 1.8em 1.5em;
	}

	.product-info-card::after,
	.product-info-card::before {
		display: none;
	}
}

/* 品质 */
.product-quality {
	position: relative;
	color: #fff;
	background-color: #231F20;
}

.product-quality-box {
	width: 100%;
	display: flex;
}

/* 品质内容 */
.quality-info {
	width: 72.34%;
}

.quality-info-item {
	height: 100%;
	display: none;
	line-height: 1;
	color: #fff;
	font-size: max(14px, 0.94vw);
}

.quality-info-item.active {
	display: flex;
}

.quality-info-cover {
	width: 40.32%;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.quality-info-cover img {
	width: 100%;
	flex: 1;
	object-fit: cover;
}

.quality-info-cont {
	width: 59.68%;
	padding: 5% 4% 0;
}

.quality-info-title {
	font-weight: bold;
	font-family: font_cent;
	font-size: max(20px, 2.60vw);
	display: flex;
	align-items: center;
}

.quality-info__icon {
	margin-left: .3em;
	width: 1.8em;
	height: 1.8em;
	object-fit: cover;
}

.quality-info-text {
	line-height: 1.8;
	margin-top: 1em;
}

.quality-info-msg {
	margin-top: 3em;
	opacity: .6;
	font-size: max(12px, 0.73vw);
	line-height: 1.8;
}

.quality-info-msg+.quality-info-msg {
	margin-top: .8em;
}

/* 品质导航 */
.quality-nav {
	line-height: 1;
	width: 27.66%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background-color: #353132;
}

.quality-nav-item {
	cursor: pointer;
	padding: 1.5em 1em;
	font-size: max(14px, 1.35vw);
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #2A2627;
	transition: background-color .3s;
}

.quality-nav-item:hover,
.quality-nav-item.active {
	background-color: #DA2128;
}

.quality-nav__icon {
	margin-right: .3em;
	width: 1.8em;
	height: 1.8em;
	object-fit: cover;
	filter: brightness(1);
}

.quality-nav-item:hover .quality-nav__icon,
.quality-nav-item.active .quality-nav__icon {
	filter: brightness(10);
}

.quality-nav__title {}

/* 底部 */
.quality-label {
	line-height: 1;
	color: #fff;
	width: 100%;
	display: flex;
	font-size: max(14px, 0.94vw);
	background-color: #DA2128;
	padding: .5em 0;

	background: repeating-linear-gradient(-54deg,
			#CF9B62 0%,
			#CF9B62 28.5%,
			#231F20 28.5%,
			#231F20 29.02%,
			#DA2128 29.02%,
			#DA2128 100%);
	background-size: 100%;
	/* 控制条纹密度 */
	background-repeat: no-repeat;
}

.quality-label__title {
	text-align: right;
	padding-right: 3%;
	width: 72.34%;
}

.quality-label__en {
	margin-left: auto;
	padding-right: 2.5%;
}

.quality-label__en img {
	height: .6em;
	width: auto;
	object-fit: cover;
}

@media screen and (max-width: 1000px) {
	.product-quality-box {
		flex-direction: column-reverse;
	}

	.quality-info-item {
		flex-direction: column;
	}

	.quality-info {
		width: 100%;
	}

	.quality-info-cover {
		width: 100%;
	}

	.quality-info-cont {
		width: 100%;
		padding: 5% 4%;
	}

	.quality-info-text {
		margin-top: .5em;
	}

	.quality-info-msg {
		margin-top: 1em;
	}

	.quality-nav {
		width: 100%;
		grid-template-columns: repeat(4, 1fr);
	}

	.quality-nav-item {
		justify-content: center;
		padding: 1em 0;
	}

	.quality-nav__icon {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.quality-label {
		background: repeating-linear-gradient(-45deg,
				#CF9B62 0%,
				#CF9B62 40.5%,
				#231F20 40.5%,
				#231F20 42.02%,
				#DA2128 42.02%,
				#DA2128 100%);
		background-size: 100%;
		/* 控制条纹密度 */
		background-repeat: no-repeat;
	}

	.quality-label__title {
		width: 56.34%;
	}
}

/* 规格 */
.product-specs {
	position: relative;
	padding: 7% 9%;
	background-image: url(../images/sf_bg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.specs-tables {
	margin-top: 3vw;
	width: 100%;
	height: auto;
	display: flex;
	gap: 10px;
}

.specs-table {
	display: flex;
	flex-direction: column;
	color: #1f1f1f;
	line-height: 1;
	font-size: max(15px, 1.15vw);
	flex: 1;
}

.specs-table-thead {
	color: #fff;
	background-color: #DA2128;
	padding: .8em 6%;
	font-size: max(18px, 1.88vw);
}

.specs-table-tag {
	max-width: 100%;
	width: 90%;
	margin: 0 0 -8% auto;
	z-index: 2;
}

.specs-table-thead.deep {
	background-color: #CF9B62;
}

.specs-table-td {
	padding: 1.2em 6%;
	display: flex;
	align-items: center;
	background-color: #DADADA;
}

.specs-table-td:nth-child(2n) {
	background-color: #E0E0E0;
}

.specs-table-td .table-label {
	width: 70%;
}

.specs-table-td .table-text {
	flex: 1;
}

@media screen and (max-width: 1000px) {
	.product-specs {
		padding: 7% 4%;
	}

	.specs-tables {
		margin-top: 20px;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.specs-table-td .table-label {
		width: 60%;
	}
}

/* 步骤 */
.product-step {
	position: relative;
	padding: 7% 9%;
	background-image: url(../images/sf_bg4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.step-list {
	margin-top: 3vw;
	display: flex;
	align-items: center;
}

.step-item {
	line-height: 1;
	flex: 1;
	text-align: center;
	font-size: max(14px, .94vw);
}

.step-item__index {
	font-family: font_cent;
	font-size: 2.2em;
	color: #D6272B;
	width: 100%;
	font-weight: bold;
	font-family: font_cent;
	padding-bottom: .5em;
}

.step-item__title {
	position: relative;
	font-size: max(15px, 1.43vw);
	width: 100%;
	font-weight: bold;
	font-family: font_cent;
	color: #1f1f1f;
}

.step-item__title>div {
	white-space: nowrap;
	position: relative;
	padding: .4em 0;
}

.step-item__title::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/sf_icon-step1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.step-item:nth-child(1) .step-item__title::before {
	filter: brightness(1.35);
}

.step-item:nth-child(2) .step-item__title::before {
	filter: brightness(1.28);
}

.step-item:nth-child(3) .step-item__title::before {
	filter: brightness(1.21);
}

.step-item:nth-child(4) .step-item__title::before {
	filter: brightness(1.14);
}

.step-item:nth-child(5) .step-item__title::before {
	filter: brightness(1.07);
}

.step-item .hr {
	position: relative;
	width: 100%;
	height: 5em;
	margin: .2em 0 .4em;
}

.step-item .hr::before,
.step-item .hr::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.step-item .hr::before {
	top: 0;
	width: 0;
	height: calc(100% - .7em);
	border-left: 2px dashed #CC9C64;
}

.step-item .hr::after {
	bottom: 0;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	border: 2px solid #CC9C64;
	z-index: 2;
}

.step-item__image {
	margin: 0 auto;
	width: 90%;
	object-fit: cover;
	border-bottom: 4px solid #DA2128;
}

.step-item__text {
	margin-top: .7em;
	color: #CC9C63;
}

/* 文字 */
.step-text {
	margin-top: 5vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5vw;
}

.step-ul {
	color: #fff;
	line-height: 1;
	font-size: max(12px, 0.83vw);
	padding-left: 1em;
}

.step-ul-label {
	font-size: 1.3em;
	font-weight: bold;
	font-family: font_cent;
	position: relative;
	margin-bottom: 1em;
}

.step-ul-label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1em;
	transform: translateY(-50%);
	width: .2em;
	height: 1em;
	border-radius: 1em;
	background-color: #DA2128;
}

.step-ul-li {
	position: relative;
	opacity: .6;
	line-height: 2.2;
}

.step-ul-li::before {
	content: '';
	position: absolute;
	top: 1.1em;
	left: -.5em;
	transform: translate(-50%, -50%);
	width: .2em;
	height: .2em;
	border-radius: 50%;
	background-color: #fff;
}

.step-ul-text {
	margin-top: .5em;
	opacity: .6;
	line-height: 2.2;
}

@media screen and (max-width:1000px) {
	.product-step {
		padding: 7% 4%;
	}

	.step-text {
		margin-top: 9vw;
		grid-template-columns: repeat(1, 1fr);
	}

	.step-list {
		margin-top: 25px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.step-item {
		display: grid;
		grid-template-columns: 15% 85%;
		gap: 10px 0;
	}

	.step-item__index {
		padding-bottom: 0;
	}

	.step-item__title {
		height: 2em;
		padding: .5em 0;
	}

	.step-item__title>div {
		padding: 0;
		height: 1em;
	}

	.step-item .hr {
		grid-row: 2 / 4;
		margin-bottom: 0;
		height: auto;
	}

	.step-item__image {
		width: 80%;
	}

	.step-item__text {
		margin: 0 0 10px;
		grid-column: 2 / 2;
	}
}

/* #endregion */

/* #region instructions */
.instructions {
	background: none !important;
	background-color: #DFE0E2 !important;
}

.instructions-list {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.instructions-item {
	width: 100%;
}

.instructions-card {
	position: relative;
	padding: 3em 3.5em;
	background-color: #fff;
	font-size: 10px;
	line-height: 1;
	color: #1f1f1f;
	display: flex;
	overflow: hidden;
	transition: font-size 0.5s;
}

.instructions-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #DA2128;
	transition: width .5s;
}

.instructions-card:hover::after {
	width: 100%;
}

.instructions-card .cover {
	width: 12.36em;
	height: 18em;
}

.instructions-card .cover img {
	width: 100%;
}

.instructions-card .cont {
	flex: 1;
	padding: 1em 0 0 3em;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.instructions-card .cont .title {
	width: 100%;
	font-weight: bold;
	font-family: font_cent;
	font-size: 2em;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.instructions-card .cont .text {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2;
	color: rgb(0 0 0 / 60%);
	font-size: 12px;
	margin: 1em 0;
}

.instructions-card .cont .link {
	display: block;
	margin-top: auto;
	background-color: transparent;
	color: rgb(0 0 0 / 60%);
	border: 2px solid rgb(0 0 0 / 60%);
	font-size: 1.4em;
	padding: 0 1.5em;
	line-height: 2.3em;
	transition: border-color .3s, background-color .3s, color .3s;
}

.instructions-card:hover .cont .link {
	color: #fff;
	border-color: #DA2128;
	background-color: #DA2128;
}

@media screen and (max-width: 1500px) {
	.instructions-list {
		gap: 30px;
	}

	.instructions-card {
		font-size: 8px;
	}

	.instructions-card .cont .text {
		line-height: 1.8;
		margin: .5em 0;
	}

	.instructions-card .cont .link {
		font-size: 12px;
	}
}

@media screen and (max-width: 1000px) {
	.instructions-card {
		font-size: 7px;
		padding: 15px;
	}

	.instructions-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.instructions-card .cont {
		padding-left: 15px;
	}

	.instructions-card .cont .title {
		font-size: 15px;
	}

	.instructions-card .cont .text {
		line-height: 1.5;
	}
}

/* #endregion */