@import url("//at.alicdn.com/t/font_1993373_8g0c193bqqb.css");

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
	font-weight: normal;
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
	font: normal 12px BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 微软雅黑
}

ul,
ol,
li {
	list-style: none
}

a {
	text-decoration: none;
	color: #333
}

a:hover {
	text-decoration: none
}

img {
	vertical-align: top;
	border: 0
}

button,
input,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

div,
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
	font-size: 100px
}

@media screen and (min-width: 320px) {
	html {
		font-size: 85.33333px
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 96px
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 100px
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 128px
	}
}

@media screen and (min-width: 640px) {
	html {
		font-size: 170.66667px
	}
}

@media screen and (min-width: 750px) {
	html {
		font-size: 200px
	}
}

.clearfloat:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' '
}

.clearfloat {
	*zoom: 1
}

.clearboth {
	clear: both
}

.wp {
	width: 1000px;
	margin: 0 auto
}

.checkBrowser {
	font-size: 14px;
	line-height: 40px;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 50%;
	width: 700px;
	height: 40px;
	margin-left: -360px;
	padding: 0 10px;
	color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #e6212a
}

.checkBrowser a {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	color: #333;
	border-radius: 50%;
	background-color: #fff
}

.paged {
	text-align: center;
	margin: .225rem 0 .3rem 0
}

@media screen and (max-width: 750px) {
	.paged {
		margin: 30px 0 50px
	}
}

.paged a,
.paged .p_info,
.paged .current {
	display: inline-block;
	margin: 0 3px 2px;
	padding: 0 15px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ededed;
	background: #f3f3f3;
	color: #8b8b8b;
	border-radius: 4px;
	height: 40px;
	line-height: 40px
}

.paged .current,
.paged a:hover {
	border: 1px solid #dd1313;
	background: #dd1313;
	color: #fff
}

@media screen and (max-width: 1000px) {
	.paged {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.paged .current {
		display: none !important
	}

	.paged a {
		display: none !important
	}

	.paged .prev,
	.paged .next {
		display: block !important
	}
}

.honor-con {
	padding: .3rem 0 .5rem;
	background-color: #fff
}

.news-detail {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto
}

@media screen and (max-width: 1100px) {
	.news-detail {
		width: auto;
		margin: 0 .25rem
	}
}

.news-detail-top {
	border-bottom: 1px dashed #d0d0d0;
	padding-bottom: .2rem;
	margin-bottom: .2rem;
	text-align: center
}

.news-detail-top .t {
	font-size: 28px;
	color: #333;
	margin-bottom: .1rem
}

.news-detail-top .time {
	font-size: 14px;
	color: #999
}

.news-detail-article {
	line-height: 35px;
	color: #666;
	padding-bottom: .15rem;
	font-size: 16px
}

.news-detail-article p {
	margin-bottom: 17.5px
}

.news-detail-article img {
	max-width: 100%;
	height: auto !important
}

.news-detail-article ul {
	list-style: disc
}

.news-detail-article ul li {
	list-style: disc
}

.news-detail-article ol {
	list-style: decimal
}

.news-detail-article ol li {
	list-style: decimal
}

.news-detail-page {
	padding-top: .25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px dashed #d0d0d0
}

.news-detail-page ol {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden
}

.news-detail-page ol li {
	margin-bottom: 10px
}

.news-detail-page ol li a {
	font-size: 14px;
	line-height: 30px;
	color: #666
}

.news-detail-page ol li a:hover {
	color: #dd1313
}

.news-detail-page ol li:last-child {
	margin-bottom: 0
}

.news-detail-page .back-btn {
	display: block;
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 14px;
	background-color: #434343
}

.news-detail-page .back-btn:hover {
	background-color: #dd1313
}

@media screen and (max-width: 750px) {
	.news-detail-top .t {
		font-size: 20px
	}

	.news-detail-article {
		font-size: 14px;
		line-height: 30px
	}

	.news-detail-page {
		display: block
	}

	.news-detail-page .back-btn {
		width: 100%;
		margin-top: 20px
	}
}

.article-swiper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-ms-touch-action: none;
	touch-action: none;
	z-index: 8888
}

.article-swiper .swiper-zoom-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%
}

.article-swiper .swiper-pagination {
	bottom: 1em;
	color: #fff
}

.article-swiper .swiper-slide img {
	max-width: 95%;
	max-height: -moz-calc(100% - 6em);
	max-height: calc(100% - 6em);
	vertical-align: middle
}

.article-swiper .swiper-slide p {
	position: absolute;
	top: 1em;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 22
}

.swiper-scrollbar-drag {
	cursor: pointer
}

.vh100 {
	background: #000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 20;
	filter: alpha(opacity=60);
	opacity: .5 !important
}

.uweb-search {
	width: 1200px;
	max-width: 100%;
	margin: .5rem auto .5rem
}

.uweb-search-input-con {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 25px
}

.uweb-search-select-con {
	float: left;
	width: 37%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 25px
}

@media screen and (max-width: 750px) {

	.uweb-search-input-con,
	.uweb-search-select-con {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px
	}
}

.uweb-search-top {
	position: relative;
	margin-bottom: 40px;
	height: 44px;
	width: 100%
}

.uweb-search-top-s .uweb-search-input-con {
	float: left;
	width: 87%
}

@media screen and (max-width: 750px) {
	.uweb-search-top {
		height: auto
	}

	.uweb-search-top-s .uweb-search-input-con {
		width: 100%
	}
}

.uweb-search-top-text {
	float: left;
	width: 80px;
	font-size: 14px;
	color: #666;
	line-height: 44px
}

.uweb-search-top-input {
	margin: 0 0 0 80px;
	height: 44px;
	border: 1px solid #e9e9e9
}

.uweb-search-top-input input {
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 14px;
	padding: 0 20px
}

.uweb-search-top-button {
	float: left;
	width: 13%;
	height: 46px;
	background: #c7000b;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 0
}

.uweb-search-top-button:hover {
	opacity: .7
}

@media screen and (max-width: 750px) {
	.uweb-search-top-button {
		float: none;
		width: 100%
	}
}

.uweb-search-top-input2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 80px;
	height: 44px;
	border: 1px solid #e9e9e9
}

.uweb-search-top-input2 input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 14px;
	padding: 0 20px
}

.uweb-search-top-text1 {
	float: left;
	width: 70px;
	font-size: 14px;
	color: #666;
	line-height: 44px
}

.uweb-search-top-select {
	position: relative;
	margin-left: 70px;
	height: 44px;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	color: #999
}

.uweb-search-top-select:after {
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #999
}

.uweb-search-top-select select {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100% !important;
	border: 0px;
	padding: 0 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.uweb-search-top-select .customSelect {
	width: 100%;
	height: 100%;
	line-height: 42px;
	padding: 0 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1200px) {
	.uweb-search-top-select {
		float: none;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: auto
	}
}

.uweb-search-content {
	margin: 140px -12px 40px;
	font-size: 0
}

.uweb-search-content li {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 156px;
	margin-bottom: 30px
}

.uweb-search-content li a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e9e9e9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 40px 30px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.uweb-search-content li a:hover {
	background: #f1f1f1
}

.uweb-search-content li a:hover .text {
	color: #c7000b
}

.uweb-search-content li a:hover .btn {
	background: #c7000b
}

.uweb-search-content li a .text {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden
}

.uweb-search-content li a .time {
	margin-top: 5px;
	font-size: 14px;
	font-family: "Arial";
	color: #999
}

.uweb-search-content li a .btn {
	margin-top: 20px;
	width: 95px;
	height: 28px;
	background: #999;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

@media screen and (max-width: 1200px) {
	.uweb-search-content {
		margin-right: 0;
		margin-left: 0
	}

	.uweb-search-content li:nth-child(2n+1) {
		padding: 0 12px 0 0
	}

	.uweb-search-content li:nth-child(2n) {
		padding: 0 0 0 12px
	}
}

@media screen and (max-width: 480px) {
	.uweb-search-content li {
		float: none;
		width: 100%;
		height: auto
	}

	.uweb-search-content li:nth-child(2n+1),
	.uweb-search-content li:nth-child(2n) {
		padding: 0
	}

	.uweb-search-content li a .text {
		max-height: none
	}
}

.uweb-search-tip-con {
	margin: 40px auto;
	width: 1200px;
	max-width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem;
	text-align: center
}

.uweb-search-tip-con .title {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px
}

.uweb-search-tip-con .tips {
	font-size: 14px;
	color: orange;
	font-weight: bold;
	line-height: 28px;
	width: 900px;
	margin: 0 auto 10px;
	max-width: 100%
}

.uweb-search-tip-con .p {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	margin-bottom: 10px
}

.uweb-search-tip-con .num {
	color: red;
	padding: 0 3px;
	text-decoration: underline
}

.uweb-search-tip-con .tip-btn {
	display: block;
	width: 140px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #999;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 auto;
	cursor: pointer
}

.uweb-search-tip-con .tip-btn:hover {
	background: #b3b3b3
}

.tips-popup {
	display: none
}

.tips-popup.show .tips-popup-mask {
	opacity: 1
}

.tips-popup.show .tips-popup-box {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.tips-popup-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9000;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.tips-popup-box {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: table;
	margin: auto;
	table-layout: fixed;
	padding: 18px 24px 8px;
	width: 320px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	z-index: 9001;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width: 414px) {
	.tips-popup-box {
		max-width: -moz-calc(100% - .4rem);
		max-width: calc(100% - .4rem);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

.tips-popup-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px
}

.tips-popup-head .title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding-top: 1px;
	line-height: 22px;
	font-size: 16px;
	color: #000
}

.tips-popup-close {
	margin: 5px 0 0 10px;
	width: 14px;
	height: 14px;
	background: url(../images/tips_icon.png) top -130px left no-repeat;
	opacity: .7;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.tips-popup-close:hover {
	opacity: 1
}

.tips-popup-content {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.tips-popup-footer {
	padding: 4px 0;
	text-align: right;
	font-size: 0
}

.tips-popup-footer li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	padding: 8px 15px;
	line-height: 1;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.tips-popup-footer li:hover {
	opacity: .8
}

.tips-popup-footer .cancle-btn {
	color: #666;
	background-color: #fff;
	border-color: #dcdfe6
}

.tips-popup-footer .submit-btn {
	color: #fff
}

.tips-popup .tips-icon {
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background-image: url(../images/tips_icon.png);
	background-repeat: no-repeat
}

.tips-popup .tips-icon-success {
	background-position: 0 -104px
}

.tips-popup .tips-icon-question {
	background-position: 0 -78px
}

.tips-popup .tips-icon-info {
	background-position: 0 -52px
}

.tips-popup .tips-icon-error {
	background-position: 0 -26px
}

.tips-popup .tips-icon-alert {
	background-position: 0 0
}

.tips-popup-icon {
	padding-left: 20px;
	padding-right: 20px
}

.tips-popup-icon .tips-popup-content {
	padding-left: 34px
}

.captcha .geetest_holder {
	min-width: auto !important;
	height: 50px !important
}

@media screen and (max-width: 500px) {
	.captcha .geetest_holder {
		height: 35px !important
	}
}

.captcha .geetest_holder .geetest_radar {
	margin: 12px 6px 6px !important
}

@media screen and (max-width: 500px) {
	.captcha .geetest_holder .geetest_radar {
		width: 20px !important;
		height: 20px !important;
		margin: 6px !important
	}
}

.captcha .geetest_holder .geetest_radar_tip {
	margin-top: 5px !important
}

@media screen and (max-width: 500px) {
	.captcha .geetest_holder .geetest_radar_tip {
		height: auto !important;
		line-height: 27px !important
	}
}

.captcha .geetest_holder .geetest_logo {
	top: 16px;
	width: 20px !important;
	height: 20px !important
}

@media screen and (max-width: 500px) {
	.captcha .geetest_holder .geetest_logo {
		top: 8px !important
	}
}

.captcha-title {
	height: .25rem;
	width: 100%;
	text-align: center;
	border-radius: 2px;
	background-color: #f3f3f3;
	color: #bbb;
	font-size: 14px;
	letter-spacing: .1px;
	line-height: .26rem
}

@media screen and (max-width: 500px) {
	.captcha-title {
		height: 35px !important;
		line-height: 35px !important
	}
}

.captcha-show {
	display: none;
	height: .25rem;
	width: 100%;
	text-align: center;
	border-radius: 2px;
	background-color: #f3f3f3
}

@media screen and (max-width: 500px) {
	.captcha-show {
		height: 35px !important
	}
}

.captcha-loading {
	margin: auto;
	width: 70px;
	height: 20px
}

.captcha-loading-dot {
	float: left;
	width: 8px;
	height: 8px;
	margin: 18px 4px;
	background: #ccc;
	border-radius: 50%;
	opacity: 0;
	-webkit-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;
	-webkit-animation: loadingFade 1s infinite;
	-moz-animation: loadingFade 1s infinite;
	animation: loadingFade 1s infinite
}

.captcha-loading-dot:nth-child(2) {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s
}

.captcha-loading-dot:nth-child(3) {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s
}

.captcha-loading-dot:nth-child(4) {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s
}

@-webkit-keyframes loadingFade {
	0% {
		opacity: 0
	}

	50% {
		opacity: .8
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes loadingFade {
	0% {
		opacity: 0
	}

	50% {
		opacity: .8
	}

	100% {
		opacity: 0
	}
}

@keyframes loadingFade {
	0% {
		opacity: 0
	}

	50% {
		opacity: .8
	}

	100% {
		opacity: 0
	}
}

.error-con {
	padding: .5rem 0;
	background: #fff
}

.error-box {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .25rem;
	text-align: center;
	width: 1360px;
	max-width: 100%;
	margin: 0 auto
}

.error-box img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%
}

.error-box .tips {
	margin: 20px auto;
	font-size: 18px;
	color: #666
}

.error-box .btn a {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 40px;
	margin: 0 2px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #999;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	line-height: 40px;
	max-width: 45%
}

.error-box .btn a:hover {
	background: #a6a6a6
}

@font-face {
	font-family: 'HELVETICANEUELTPRO-HVEX';
	src: url("../font/HELVETICANEUELTPRO-HVEX.eot");
	src: local("☺"), url("../font/HELVETICANEUELTPRO-HVEX.woff") format("woff"), url("../font/HELVETICANEUELTPRO-HVEX.ttf") format("truetype"), url("../font/HELVETICANEUELTPRO-HVEX.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

.header {
	width: 100%;
	overflow: hidden
}

.header .header-web-tree {
	/* position: absolute; */
	top: 0;
	width: 100%;
	margin: 0 auto !important;
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 100;
	padding: 0 160px;
	background-color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.header .header-web-tree .header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.header .header-web-tree .header-nav {
	margin-left: 100px
}

.header .header-web-tree .header-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.header .header-web-tree .header-nav ul li:nth-of-type(1) {
	margin-left: 0px !important
}

.header .header-web-tree .header-nav ul li {
	text-align: center;
	margin-left: 70px;
	height: 46px;
	line-height: 46px
}

@media screen and (max-width: 1680px) {
	.header .header-web-tree .header-nav ul li {
		margin-left: 50px
	}
}

@media screen and (max-width: 1300px) {
	.header .header-web-tree .header-nav ul li {
		margin-left: 30px
	}
}

@media screen and (max-width: 1100px) {
	.header .header-web-tree .header-nav ul li {
		margin-left: 15px
	}
}

.header .header-web-tree .header-nav ul li a {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap
}

.header .header-web-tree .header-nav ul .on {
	color: red;
	background: url(../images/header_tree_on.png) no-repeat center center
}

.header .header-web-tree .header-nav ul .on a {
	color: red
}

.header .header-web-tree .header-search {
	margin-left: 90px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .header-web-tree .header-search .header-btn {
	cursor: pointer
}

.header .header-web-tree .header-search .header-search-form {
	-moz-animation-name: r2l;
	animation-name: r2l;
	-webkit-animation-name: r2l;
	-ms-animation-name: r2l;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-duration: .3s;
	-ms-animation-duration: .3s
}

.header .header-web-tree .header-search:hover .header-search-form {
	display: block
}

.header .header-web {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	top: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 1600px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 100
}

.header .header-web .header-logo a {
	display: block;
	max-width: 214px
}

.header .header-web .header-logo a img {
	width: 100%;
	height: 100%
}

.header .header-web .header-nav {
	margin-left: 100px
}

.header .header-web .header-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.header .header-web .header-nav ul li {
	text-align: center;
	margin-left: 30px;
	padding: 4px
}

.header .header-web .header-nav ul li a {
	color: white;
	font-size: 16px;
	padding: 0 13px;
	font-weight: 500;
	text-align: center
}

@media screen and (max-width: 1100px) {
	.header .header-web .header-nav ul li a {
		padding: 0 5px
	}
}

.header .header-web .header-nav ul .on {
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 25px
}

.header .header-web .header-nav ul .on a {
	color: red
}

.header .header-web .header-search {
	margin-left: 170px;
	position: relative
}

.header .header-web .header-search .header-btn {
	cursor: pointer
}

.header .header-web .header-search .header-search-form {
	right: -11px;
	top: -11px;
	-moz-animation-name: r2l;
	animation-name: r2l;
	-webkit-animation-name: r2l;
	-ms-animation-name: r2l;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-duration: .3s;
	-ms-animation-duration: .3s
}

.header .header-web .header-search:hover .header-search-form {
	display: block
}

@-moz-keyframes r2l {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0
	}

	100% {
		-moz-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes r2l {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes r2l {
	0% {
		-webkit-transform: translateX(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		opacity: 1
	}
}

.header .header-hover {
	display: none;
	-webkit-animation: mymove .5s ease-out;
	-moz-animation: mymove .5s ease-out;
	animation: mymove .5s ease-out;
	position: absolute;
	z-index: 999;
	width: 100%;
	padding: 10px 0 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white
}

.header .header-hover .line {
	position: absolute;
	top: 100px;
	width: 100%;
	border-bottom: 2px solid #ccc;
	opacity: .3
}

@-webkit-keyframes mymove {
	0% {
		top: -500px
	}

	100% {
		top: 0px
	}
}

@-moz-keyframes mymove {
	0% {
		top: -500px
	}

	100% {
		top: 0px
	}
}

@keyframes mymove {
	0% {
		top: -500px
	}

	100% {
		top: 0px
	}
}

.header .header-hover a {
	color: black;
	font-size: 16px
}

.header .header-hover .header-hover-top {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 198px 19px
}

@media screen and (max-width: 1530px) {
	.header .header-hover .header-hover-top {
		padding: 0 150px 19px
	}
}

@media screen and (max-width: 1450px) {
	.header .header-hover .header-hover-top {
		padding: 0 100px 19px
	}
}

@media screen and (max-width: 1190px) {
	.header .header-hover .header-hover-top {
		padding: 0 50px 19px
	}
}

.header .header-hover .header-hover-top .header-hover-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 10px
}

.header .header-hover .header-hover-top .header-hover-ul li {
	margin-right: 70px
}

@media screen and (max-width: 1680px) {
	.header .header-hover .header-hover-top .header-hover-ul li {
		margin-right: 55px
	}
}

.header .header-hover .header-hover-top .header-hover-ul li:nth-last-of-type(1) {
	margin-right: 0
}

.header .header-hover .header-hover-top .header-hover-ul .icon-guanbi {
	position: absolute;
	z-index: 999;
	color: #333;
	right: -10%;
	font-size: 30px;
	cursor: pointer
}

.header .header-hover .header-hover-top .header-hover-ul li:hover a {
	color: red !important
}

.header .header-hover .header-hover-top .header-web-hover {
	margin-right: 190px
}

@media screen and (max-width: 1680px) {
	.header .header-hover .header-hover-top .header-web-hover {
		margin-right: 0px
	}
}

.header .header-hover .header-nav-children {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 175px
}

@media screen and (max-width: 1530px) {
	.header .header-hover .header-nav-children {
		padding-right: 130px !important
	}
}

@media screen and (max-width: 1450px) {
	.header .header-hover .header-nav-children {
		padding-right: 80px !important
	}
}

@media screen and (max-width: 1190px) {
	.header .header-hover .header-nav-children {
		padding-right: 50px !important
	}
}

.header .header-hover .header-nav-children .nav:nth-of-type(6) {
	margin-right: 28px
}

@media screen and (max-width: 1680px) {
	.header .header-hover .header-nav-children .nav:nth-of-type(6) {
		margin-right: 18px
	}
}

.header .header-hover .header-nav-children .nav:nth-of-type(5) {
	margin-right: 30px
}

@media screen and (max-width: 1680px) {
	.header .header-hover .header-nav-children .nav:nth-of-type(5) {
		margin-right: 15px
	}
}

.header .header-hover .header-nav-children .nav:nth-of-type(4) {
	margin-right: 32px
}

@media screen and (max-width: 1680px) {
	.header .header-hover .header-nav-children .nav:nth-of-type(4) {
		margin-right: 15px
	}
}

.header .header-hover .header-nav-children .nav:nth-of-type(3) {
	margin-right: 28px
}

@media screen and (max-width: 1680px) {
	.header .header-hover .header-nav-children .nav:nth-of-type(3) {
		margin-right: 15px
	}
}

.header .header-hover .header-nav-children .nav:nth-of-type(2) {
	margin-right: 33px
}

@media screen and (max-width: 1680px) {
	.header .header-hover .header-nav-children .nav:nth-of-type(2) {
		margin-right: 15px
	}
}

.header .header-hover .header-nav-children .nav:nth-of-type(1) {
	margin-right: 32px
}

@media screen and (max-width: 1680px) {
	.header .header-hover .header-nav-children .nav:nth-of-type(1) {
		margin-right: 15px
	}
}

.header .header-hover .header-nav-children .nav:nth-last-of-type(1) {
	margin-right: 0px
}

.header .header-hover .header-nav-children dl:hover {
	border-top: 2px solid red;
	z-index: 999
}

.header .header-hover .header-nav-children dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 104px;
	border-top: 2px solid #f6f6f6
}

.header .header-hover .header-nav-children dl a {
	text-align: center;
	font-size: 14px;
	opacity: .8
}

.header .header-hover .header-nav-children dl dt {
	margin-top: 35px;
	padding: 2px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .header-hover .header-nav-children dl dd {
	margin-top: 35px;
	padding: 2px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .header-hover .header-nav-children dl dd:hover {
	background-color: red;
	border-radius: 15px
}

.header .header-hover .header-nav-children dl dd:hover a {
	color: white;
	opacity: 1
}

.header .header-hover .header-nav-children dl dt:hover {
	background-color: red;
	border-radius: 15px
}

.header .header-hover .header-nav-children dl dt:hover a {
	color: white;
	opacity: 1
}

.header .header-hover .header-web-children {
	padding-right: 365px
}

@media screen and (max-width: 1680px) {
	.header .header-hover .header-web-children {
		padding-right: 180px
	}
}

@media screen and (max-width: 1600px) {
	.header .header-hover .header-web-children {
		padding-right: 150px
	}
}

.header .header-tree-hover {
	position: absolute;
	top: 0;
	background-color: #f6f6f6;
	opacity: 1
}

.header .header-tree-hover a {
	color: #333
}

.header .header-tree-hover .header-hover-top .headertree-hover-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 10px
}

.header .header-tree-hover .header-hover-top .headertree-hover-ul li {
	margin-right: 70px
}

@media screen and (max-width: 1680px) {
	.header .header-tree-hover .header-hover-top .headertree-hover-ul li {
		margin-right: 55px
	}
}

.header .header-tree-hover .header-hover-top .headertree-hover-ul li:nth-last-of-type(1) {
	margin-right: 0
}

.header .header-tree-hover .header-hover-top .headertree-hover-ul .icon-guanbi {
	position: absolute;
	z-index: 999;
	color: #333;
	right: -10%;
	font-size: 30px;
	cursor: pointer
}

.header .header-tree-hover .header-nav-children dl {
	border-top: 2px solid #f6f6f6
}

.header .header-tree-hover .header-nav-children dl dd:hover {
	background-color: red;
	border-radius: 15px
}

.header .header-tree-hover .header-nav-children dl dd:hover a {
	color: white;
	opacity: 1
}

.header .header-tree-hover .header-nav-children dl dt:hover {
	background-color: red;
	border-radius: 15px
}

.header .header-tree-hover .header-nav-children dl dt:hover a {
	color: white;
	opacity: 1
}

@media screen and (max-width: 1300px) {
	.header .header-hover .header-hover-top .header-hover-ul li {
		margin-right: 49px !important
	}

	.header .header-hover .header-hover-top .headertree-hover-ul li {
		margin-right: 49px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(6) {
		margin-right: 24px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(5) {
		margin-right: 10px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(4) {
		margin-right: 12px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(3) {
		margin-right: 8px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(2) {
		margin-right: 12px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(1) {
		margin-right: 10px !important
	}

	.header .header-hover .header-nav-children .nav:nth-last-of-type(1) {
		margin-right: 0 !important
	}
}

@media screen and (max-width: 1100px) {
	.header .header-hover .header-hover-top .header-hover-ul li {
		margin-right: 30px !important
	}

	.header .header-hover .header-hover-top .headertree-hover-ul li {
		margin-right: 30px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(6) {
		margin-right: 7px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(5) {
		margin-right: -7px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(4) {
		margin-right: -10px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(3) {
		margin-right: -13px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(2) {
		margin-right: -9px !important
	}

	.header .header-hover .header-nav-children .nav:nth-of-type(1) {
		margin-right: -7px !important
	}
}

@media screen and (max-width: 1300px) {
	.header .header-hover {
		display: none !important
	}
}

.header .header-search-form {
	display: none;
	position: absolute;
	right: -16px;
	top: 3px;
	width: 240px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
	border-radius: 40px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 6
}

.header .header-search-form form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.header .header-search-form .input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.header .header-search-form input,
.header .header-search-form button {
	display: block;
	height: 40px;
	line-height: 40px;
	outline: none;
	background: none;
	border: none
}

.header .header-search-form input {
	padding-left: 20px;
	width: 100%;
	color: #555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.header .header-search-form button {
	padding: 0 16px;
	font-size: 18px;
	color: #ca2023;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.header .header-search-form button button:hover {
	color: #e6212a
}

.header .header-search-form ::-webkit-input-placeholder {
	color: #666
}

.header .header-search-form ::-moz-placeholder {
	color: #666
}

.header .header-search-form :-ms-input-placeholder {
	color: #666
}

.header .header-mobile {
	display: none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 80px;
	padding: 0 .15rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
	background: #c81a1d;
}

.header .header-mobile .header-mobile-logo img {
	display: block;
	width: 1.05rem;
	min-width: 140px
}

.header .header-mobile .header-mobile-right .header-search-form {
	min-width: 160px
}

.header .header-mobile .header-mobile-right .header-search-form .icon-sousuo {
	font-size: 16px
}

.header .header-mobile .header-mobile-right .btn {
	cursor: pointer
}

.header .header-mobile .header-mobile-right .icon-sousuo {
	color: #fff;
	font-size: 24px;
	margin-right: .2rem
}

.header .header-mobile .header-mobile-right .icon-daohangmoren {
	margin-left: .075rem;
	color: #fff;
	font-size: 30px
}

.header .header-mobile .header-mobile-right .icon-daohangmoren:before {
	content: '\e607';
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.header .header-mobile .header-mobile-right .active:before {
	content: '\e615';
	font-size: 30px !important
}

.header .header-index-mobile {
	position: absolute
}

.header .header-index-mobile .header-mobile-right .icon-sousuo {
	color: #fff
}

.header .header-index-mobile .header-mobile-right .icon-daohangmoren {
	color: #fff
}

.header .header-img img {
	display: block;
	width: 100%
}

.header .header-mobile-img {
	display: none
}

.header .header-mobile-img img {
	display: block;
	width: 100%
}

@media screen and (max-width: 1630px) {
	.header .header-web {
		width: 100%
	}

	.header .header-web .header-nav {
		margin-left: 30px
	}
}

@media screen and (max-width: 1600px) {
	.header .header-web {
		width: 100%
	}

	.header .header-web .header-nav {
		margin-left: 25px
	}
}

@media screen and (max-width: 1500px) {
	.header .header-web-tree {
		padding: 0 100px
	}

	.header .header-web {
		width: 100%
	}

	.header .header-web .header-nav {
		margin-left: 40px
	}

	.header .header-web .header-nav ul li {
		margin-left: 20px
	}
}

@media screen and (max-width: 1400px) {
	.header .header-web {
		width: 100%
	}

	.header .header-web .header-nav {
		margin-left: 40px
	}

	.header .header-web .header-search {
		margin-left: 60px
	}

	.header .header-web-tree {
		padding: 0 60px
	}
}

@media screen and (max-width: 1300px) {
	.header .header-web {
		width: 100%
	}

	.header .header-web .header-nav {
		margin-left: 15px
	}

	.header .header-web .header-nav ul li {
		margin-left: 0px
	}

	.header .header-web .header-search {
		margin-left: 40px
	}

	.header .header-web-tree {
		padding: 0 20px
	}
}

@media screen and (max-width: 1260px) {
	.header .header-web-tree {
		padding: 0 20px
	}
}

@media screen and (max-width: 1152px) {
	.header .header-web-tree {
		padding: 0 20px
	}
}

@media screen and (max-width: 1100px) {
	.header .header-web {
		width: 100%
	}

	.header .header-web .header-search {
		margin-left: 20px
	}

	.header .header-web-tree {
		padding: 0 10px
	}
}

@media screen and (max-width: 1000px) {
	.header .header-web {
		display: none
	}

	.header .header-web-tree {
		display: none
	}

	.header .header-img {
		display: none
	}

	.header .header-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}

	.header .header-mobile-img {
		display: block
	}

	.header .header-mobile-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-moz-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header .header-mobile-right .header-search-position {
		width: 1rem;
		min-width: 140px;
		top: .6rem;
		right: .35rem
	}

	.header .header-mobile-right .header-search-position form .icon-sousuo {
		margin-right: 0px !important
	}

	.header .header-mobile-right .icon-daohangmoren {
		display: inline-block
	}
}

.nav-mobile {
	position: fixed;
	top: 80px;
	right: 0;
	bottom: 0;
	width: 2.1rem;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	-moz-transition: transform .5s ease, -moz-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
	z-index: 6
}

.nav-mobile.anim {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.nav-mobile .kongbai {
	height: 100%;
	width: 100%
}

.nav-mobile-con {
	display: none;
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 8889;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	-moz-transition: transform .4s ease, -moz-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

.nav-mobile-con .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1
}

.nav-mobile-wp {
	position: relative
}

.nav-mobile-wp>li {
	border-bottom: 1px solid #e2e2e2
}

.nav-mobile-wp>li:first-child {
	border-top: 1px solid #e2e2e2
}

.nav-mobile-title {
	position: relative
}

.nav-mobile-title>a {
	position: relative;
	display: block;
	padding: 0 .15rem 0 .325rem;
	width: 100%;
	line-height: .5rem;
	font-size: .16rem;
	color: #333;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.nav-mobile-title.open .nav-mobile-child-btn i:before {
	content: '\e60a'
}

.nav-mobile-child-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 .15rem 0 .325rem;
	text-align: right;
	line-height: .5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1
}

.nav-mobile-child-btn i {
	font-size: .11rem;
	color: #333;
	font-family: "iconfont";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.nav-mobile-child-btn i:before {
	content: "\e609"
}

.nav-mobile-child-btn+a {
	display: inline-block;
	width: auto
}

.nav-mobile .sub {
	display: none;
	border-top: 1px solid #e2e2e2
}

.nav-mobile .sub li {
	position: relative;
	overflow: hidden
}

.nav-mobile .sub li:not(:last-child) a {
	border-bottom: 1px solid #e2e2e2
}

.nav-mobile .sub li a {
	display: block;
	padding: 0 .15rem 0 .325rem;
	line-height: .5rem;
	height: .5rem;
	font-size: .14rem;
	color: #666;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.header-tree-banner {
	/* margin-top: 100px; */
	position: relative;
	width: 100%;
	/* padding-bottom: 26.04167% */
}

@media screen and (max-width: 1000px) {
	.header-tree-banner {
		margin-top: 0px;
		padding-bottom: 0px
		padding-top: 0;
		height: auto;
	}
}

.header-tree-banner .index-banner-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.header-tree-banner .index-banner-box .img-pc,
.header-tree-banner .index-banner-box .img-mobile {
	width: 100%;
	height: auto !important;
	background: #fff none no-repeat center center;
	background-size: cover
}

.header-tree-banner .banner-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	text-align: center;
	z-index: 2
}

.header-tree-banner .banner-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	opacity: 1;
	border: 1px solid #fff;
	outline: none;
	background: white;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.header-tree-banner .banner-pagination .swiper-pagination-bullet-active {
	background: url(../images/redbit.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	width: 70px !important;
	height: 23px !important;
	opacity: 1
}

@media screen and (max-width: 1000px) {
	.header-tree-banner .banner-pagination {
		bottom: .125rem
	}

	.header-tree-banner .banner-pagination .swiper-pagination-bullet {
		margin: 0 5px;
		width: 6px;
		height: 6px
	}
}

.index-banner {
	position: relative;
	width: 100%;
	height: 100vh
}

@media screen and (max-width: 1000px) {
	.index-banner {
		width: auto;
		height: auto;
		padding-bottom: 75.75758%
	}
}

.index-banner-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.index-banner-box .img-pc,
.index-banner-box .img-mobile {
	width: 100%;
	height: 100%;
	background: #fff none no-repeat center center;
	background-size: cover
}

.index-banner-box .img-pc img,
.index-banner-box .img-mobile img {
	width: 100%;
	/* height: 100% */
}

.index-banner .banner-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	text-align: center;
	z-index: 2
}

.index-banner .banner-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	opacity: 1;
	/* border: 1px solid #fff; */
	width: 40px !important;
	height: 5px !important;
	outline: none;
	background: white;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.index-banner .banner-pagination .swiper-pagination-bullet-active {
/* 	background: url(../images/redbit.png);
	background-repeat: no-repeat;
	background-position: center; */
	background: #c81a1d;
	border: none;
	opacity: 1
}

@media screen and (max-width: 1000px) {
	.index-banner .banner-pagination {
		bottom: .125rem
	}

	.index-banner .banner-pagination .swiper-pagination-bullet {
		margin: 0 5px;
		width: 6px;
		height: 6px
	}
}

.banner-mobile {
	display: none
}

.banner-mobile .mobile-banner-box .img-mobile img {
	width: 100%;
	height: 100%
}

@media screen and (max-width: 1000px) {
	.banner-mobile {
		display: block !important
	}

	.banner-web {
		display: none
	}
}

.ly-vh100 {
	background: #000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 20;
	filter: alpha(opacity=60);
	opacity: .5 !important
}

.liuyan {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 650px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 750px) {
	.liuyan {
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px)
	}
}

.liuyan .liuyan-box {
	width: 100%;
	height: auto;
	background-color: #fff
}

.liuyan .ly-guanbi {
	text-align: right
}

.liuyan .ly-guanbi .icon {
	cursor: pointer;
	display: inline-block;
	margin-top: .1rem;
	margin-right: .1rem;
	color: #7f7f7f
}

.liuyan .title {
	text-align: center;
	font-size: .19rem;
	font-weight: bold;
	color: #000
}

.liuyan .line {
	height: 3px;
	width: 40px;
	background-color: #ca1f0f;
	margin: 5px auto 0px
}

.liuyan .form {
	max-width: 500px;
	width: 100%;
	padding-bottom: .375rem;
	margin: .175rem auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 750px) {
	.liuyan .form {
		padding: 0px .15rem .375rem
	}
}

.liuyan .form form {
	width: 100%;
	height: 100%
}

.liuyan .form .form-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	margin: 0px auto
}

.liuyan .form .form-container .form-box {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .1rem
}

@media screen and (max-width: 750px) {
	.liuyan .form .form-container .form-box {
		width: 100%
	}
}

.liuyan .form .form-container .form-box input {
	outline: none;
	width: 100%;
	height: 50px;
	border: 1px solid #cccec3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 500px) {
	.liuyan .form .form-container .form-box input {
		height: 35px
	}
}

.liuyan .form .form-container .form-box input[type="text"] {
	text-indent: .07rem;
	color: #666;
	font-size: 16px;
	background-color: #fbfbfb;
	border-radius: 3px
}

.liuyan .form .form-container .form-textarea {
	width: 100%;
	border: 1px solid #cccec3;
	background-color: #fbfbfb;
	border-radius: 3px;
	margin-bottom: .1rem;
	padding: .08rem .07rem
}

.liuyan .form .form-container .form-textarea .input-text {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	margin-bottom: 5px
}

.liuyan .form .form-container .form-textarea textarea {
	width: 100%;
	outline: none;
	font-size: 16px;
	color: #666;
	resize: none;
	line-height: 22px;
	border: none;
	background: none
}

.liuyan .form .form-container .form-textarea .t_h {
	font-size: 12px;
	color: #666;
	float: right
}

.liuyan .form .form-container .quyu {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: .1rem
}

.liuyan .form .form-container .quyu .row {
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px)
}

.liuyan .form .form-container .quyu select {
	height: 50px;
	outline: none;
	width: 100%;
	border: 1px solid #cccec3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font-size: 16px;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/xlk_03.png) no-repeat right;
	background-position-x: 94%;
	padding-left: .07rem;
	padding-right: .18rem;
	-webkit-appearance: none;
	background-color: #f5f5f5;
	border-radius: 3px
}

@media screen and (max-width: 500px) {
	.liuyan .form .form-container .quyu select {
		height: 35px
	}
}

.liuyan .form .form-container .quyu select::-ms-expand {
	display: none
}

.liuyan .form .form-container .btn {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 7px auto 0px;
	border-radius: 7px
}

@media screen and (max-width: 750px) {
	.liuyan .form .form-container .btn {
		max-width: none;
		width: 100%
	}
}

.liuyan .form .form-container .btn .submit {
	width: 100%
}

.liuyan .form .form-container .btn .submit a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	background-color: #e6212a
}

@media screen and (max-width: 500px) {
	.liuyan .form .form-container .btn .submit a {
		height: 35px;
		line-height: 35px
	}
}

.liuyan .form .form-container .btn .submit a:hover {
	background-color: darkred
}

.logo-tree,
logo-tree {
	background-color: #fbfbfb !important
}

.logo {
	padding: 50px 130px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2
}

.logo .logoSwiper .swiper-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.logo .logoSwiper .swiper-wrapper .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.logo .logoSwiper .swiper-wrapper .swiper-slide img {
	width: 100%
}

@media screen and (max-width: 1200px) {
	.logo .logoSwiper .swiper-wrapper .swiper-slide img {
		height: auto
	}
}

.logo .logo-mobile-container {
	display: none
}

@media screen and (max-width: 1400px) {
	.logo {
		padding: 50px 100px
	}
}

@media screen and (max-width: 1300px) {
	.logo {
		padding: 50px 60px
	}
}

@media screen and (max-width: 1200px) {
	.logo {
		padding: 50px 20px
	}
}

@media screen and (max-width: 1000px) {
	.logo {
		padding: .25rem .16rem
	}

	.logo .logoSwiper {
		display: none
	}

	.logo .logo-mobile-container {
		display: block
	}
}

.code {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px
}

.code .douyin {
	position: relative;
	padding-right: .34rem
}

.code .douyin img {
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid white;
	width: 100%
}

.code .tab-line-itnl {
	display: inline-block;
	height: 60px;
	border-left: 1px solid #e7e7e7
}

.code .weixin {
	position: relative;
	padding: 0px .34rem
}

.code .weixin img {
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid white;
	width: 100%
}

.code .shipin {
	position: relative;
	padding-left: .34rem
}

.code .shipin img {
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid white;
	width: 100%
}

.code .code-click {
	position: absolute;
	z-index: 999;
	top: -moz-calc(.30rem + 63px);
	top: calc(.30rem + 63px);
	left: 0;
	display: none;
	width: 100%;
	padding: .1rem .1rem .2rem;
	background-color: #f6f6f8;
	border-top: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.code .code-click .code-click-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -18px -5px
}

@media screen and (max-width: 1000px) {
	.code .code-click .code-click-flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.code .code-click .code-click-flex .code-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 5px;
	max-width: 250px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 1000px) {
	.code .code-click .code-click-flex .code-img {
		width: 25%
	}
}

@media screen and (max-width: 750px) {
	.code .code-click .code-click-flex .code-img {
		width: 50%
	}
}

.code .code-click .code-click-flex .code-img .img {
	position: relative;
	width: 100%;
	padding-bottom: 100%
}

.code .code-click .code-click-flex .code-img .title {
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: .07rem;
	color: #666;
	white-space: nowrap
}

.code .code-click .code-click-flex .code-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%
}

@media screen and (max-width: 1000px) {
	.code {
		padding: .15rem
	}
}

.footer {
	padding: 65px 120px 65px 130px;
	background-color: #575757;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .footer-left {
	max-width: 1000px;
	width: 100%
}

.footer .footer-left .footer-nav {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.footer .footer-left .footer-nav a {
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.footer .footer-left .footer-nav a:hover {
	text-decoration: underline
}

.footer .footer-left .footer-nav dl {
	margin-right: 55px
}

.footer .footer-left .footer-nav dl dt {
	padding-bottom: 5px;
	font-size: 15px
}

.footer .footer-left .footer-nav dl dt a {
	opacity: .9
}

.footer .footer-left .footer-nav dl dd {
	margin-top: 22px;
	color: #fff;
	opacity: .7;
	font-size: 14px
}

.footer .footer-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .footer-right .phone {
	margin-right: 27px
}

@media screen and (max-width: 750px) {
	.footer .footer-right .phone {
		width: 100%;
		margin-right: 0
	}
}

.footer .footer-right .phone .phone-number {
	min-width: 150px
}

.footer .footer-right .phone .phone-number img {
	width: 100%
}

.footer .footer-right .phone .phone-select {
	margin-top: 30px;
	text-align: right
}

.footer .footer-right .phone .phone-select select {
	width: 90%;
	padding: 10px 20px 10px 10px;
	color: #f4f4f4;
	background-color: #535353;
	border: 1px solid #494949;
	opacity: .9
}

@media screen and (max-width: 750px) {
	.footer .footer-right .phone .phone-select select {
		width: 100%
	}
}

.footer .footer-right .erweima {
	display: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%
}

@media screen and (max-width: 750px) {
	.footer .footer-right .erweima {
		width: -moz-calc(50% - 13.5px);
		width: calc(50% - 13.5px)
	}
}

.footer .footer-right .erweima .erweima-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	overflow: hidden;
	width: 100%
}

.footer .footer-right .erweima .erweima-container .img {
	padding: 0 5px;
	max-width: 178px;
	max-height: 200px
}

.footer .footer-right .erweima .erweima-container .img img {
	width: 100%;
	height: 100%
}

@media screen and (max-width: 750px) {
	.footer .footer-right .erweima .erweima-container .img-hidden {
		display: none
	}
}

.footer .footer-right .erweima2 {
	display: none;
	width: 60%;
	margin-top: 20px
}

@media screen and (max-width: 750px) {
	.footer .footer-right .erweima2 {
		display: none;
		margin-top: 0px
	}
}

.footer .footer-right .erweima2 .erweima2-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%
}

.footer .footer-right .erweima2 .erweima2-flex .img {
	padding: 0 5px;
	width: 50%;
	height: auto
}

.footer .footer-right .erweima2 .erweima2-flex .img img {
	width: 100%;
	height: 100%
}

.footer-bottom {
	padding: 33px 0;
	text-align: center;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.6);
	background-color: #c81a1d;
	font-size: 14px
}

.footer-bottom a {
	display: inline-block;
	margin: 0 4px;
	color: rgba(255, 255, 255, 0.6);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.right-bar {
	position: fixed;
	bottom: 20%;
	right: 0;
	text-align: center;
	z-index: 1000;
	color: white
}

.right-bar li:nth-of-type(1) {
	background-color: #494949;
	padding: .05rem .05rem .05rem .09rem
}

.right-bar li:nth-of-type(2) {
	background-color: #454545;
	padding: .05rem .05rem .05rem .09rem
}

.right-bar .icon {
	font-size: .18rem
}

.right-bar .box {
	color: white;
	display: block;
	padding: .04rem .025rem .03rem;
	cursor: pointer
}

@media screen and (max-width: 1660px) {
	.footer {
		padding: 60px 110px !important
	}
}

@media screen and (max-width: 1620px) {
	.footer {
		padding: 60px 90px !important
	}
}

@media screen and (max-width: 1600px) {
	.footer {
		padding: 60px 85px !important
	}

	.footer dl {
		margin-right: 65px !important
	}

	.footer .number p:nth-of-type(2) {
		font-size: 25px !important
	}
}

@media screen and (max-width: 1530px) {
	.footer {
		padding: 60px 80px !important
	}

	.footer dl {
		margin-right: 55px !important
	}

	.footer .number p:nth-of-type(2) {
		font-size: 25px !important
	}
}

@media screen and (max-width: 1400px) {
	.footer {
		padding: 60px 55px !important
	}

	.footer dl {
		margin-right: 40px !important
	}

	.footer .number p:nth-of-type(2) {
		font-size: 20px !important
	}
}

@media screen and (max-width: 1260px) {
	.footer {
		padding: 60px 30px !important
	}

	.footer dl {
		margin-right: 20px !important
	}
}

@media screen and (max-width: 1100px) {
	.footer {
		padding: 60px 25px !important
	}

	.footer dl {
		margin-right: 15px !important
	}
}

@media screen and (max-width: 1024px) {
	.footer {
		padding: 60px 20px !important
	}

	.footer dl {
		margin-right: 10px !important
	}
}

@media screen and (max-width: 1000px) {
	.footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px !important
	}

	.footer .footer-left {
		display: none
	}

	.right-bar {
		bottom: 0px
	}
}

@media screen and (max-width: 1200px) {
	.wp1200 {
		width: 100%
	}
}

@font-face {
	font-family: 'myEn';
	src: url("../font/TT0038M_.eot");
	src: local("☺"), url("../font/TT0037M_.woff") format("woff"), url("../font/TT0037M_.ttf") format("truetype"), url("../font/TT0037M_.svg") format("svg")
}

.profile {
	padding: 90px 0px
}

.profile .profile-title {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.profile .profile-title .profile-title-box {
	text-align: center
}

.profile .profile-title .profile-title-box .profile-title-cn {
	font-size: 36px;
	font-weight: 500;
	color: #333
}

.profile .profile-title .profile-title-box .profile-title-en {
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	font-family: myEn;
	opacity: .7;
	color: #b3b3b3;
	text-transform: uppercase
}

.profile .profile-title .profile-title-box .profile-title-en span {
	text-decoration: line-through;
	color: #d2d2d2
}

.profile .profile-content {
	margin-top: 65px;
	padding: 0 222px 0 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.profile .profile-content .profile-left {
	-webkit-box-flex: 1.5;
	-webkit-flex: 1.5;
	-moz-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5
}

.profile .profile-content .profile-left video {
	width: 100%
}

.profile .profile-content .profile-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 90px;
	color: #555
}

.profile .profile-content .profile-right .profile-right-sum {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.profile .profile-content .profile-right .profile-right-sum .firstCircle {
	width: 100px
}

.profile .profile-content .profile-right .profile-right-sum .firstCircle p {
	margin-top: 10px;
	text-align: center;
	font-size: 14px
}

.profile .profile-content .profile-right .profile-right-sum .secondCircle {
	width: 100px
}

.profile .profile-content .profile-right .profile-right-sum .secondCircle p {
	margin-top: 10px;
	text-align: center;
	font-size: 14px
}

.profile .profile-content .profile-right .profile-right-sum .threeCircle {
	width: 100px
}

.profile .profile-content .profile-right .profile-right-sum .threeCircle p {
	margin-top: 10px;
	text-align: center;
	font-size: 14px
}

.profile .profile-content .profile-right .profile-content-p {
	padding-top: 40px;
	font-size: 15px;
	line-height: 36px
}

.profile .profile-content .profile-right .profile-right-btn {
	margin-top: 40px;
	width: 150px;
	height: 44px;
	background-color: #cc211a;
	text-align: center;
	line-height: 44px;
	border-bottom-right-radius: 15px
}

.profile .profile-content .profile-right .profile-right-btn a {
	color: white;
	font-size: 14px
}

.profile .profile-content .profile-right .profile-right-btn:hover {
	background-color: #b60809 !important
}

.circle {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	background-color: #cc211a;
	text-align: center;
	line-height: 128px;
	color: white;
	margin: 0 auto
}

.circle .big {
	font-size: 60px
}

@media screen and (max-width: 1550px) {
	.profile .profile-content {
		padding: 0 130px
	}

	.profile .profile-content .profile-right {
		padding-left: 60px
	}

	.profile .profile-content .profile-right .profile-content-p {
		padding-top: 30px
	}
}

@media screen and (max-width: 1400px) {
	.profile .profile-content {
		padding: 0 120px
	}

	.profile .profile-content .profile-right {
		padding-left: 60px
	}

	.profile .profile-content .profile-right .profile-content-p {
		padding-top: 30px
	}
}

@media screen and (max-width: 1300px) {
	.profile .profile-content {
		padding: 0 80px
	}

	.profile .profile-content .profile-right {
		padding-left: 40px
	}

	.profile .profile-content .profile-right .profile-content-p {
		padding-top: 20px
	}
}

@media screen and (max-width: 1100px) {
	.profile .profile-content {
		padding: 0 50px
	}

	.profile .profile-content .profile-right {
		padding-left: 20px
	}

	.profile .profile-content .profile-right .profile-content-p {
		padding-top: 15px
	}
}

@media screen and (max-width: 1000px) {
	.profile {
		padding: .3rem 0px
	}

	.profile .profile-title-en {
		font-size: .07rem !important
	}

	.profile .profile-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: .225rem;
		padding: 0 .16rem
	}

	.profile .profile-content .profile-right {
		padding-left: 0px
	}

	.profile .profile-content .profile-right .profile-right-btn {
		margin-top: .2rem
	}

	.profile .profile-content .profile-left {
		margin-top: .325rem
	}

	.circle {
		width: .6rem;
		height: .6rem;
		line-height: .86rem
	}

	.circle .big {
		font-size: .4rem
	}
}

@media screen and (max-width: 750px) {
	.profile .profile-title-en {
		font-size: 12px !important
	}

	.circle {
		line-height: .81rem
	}
}

.advantages {
	position: relative
}

.advantages img {
	display: inline-block;
	width: 100%
}

.advantages .advantage_mobile {
	display: none
}

.advantages .advantages-title {
	position: absolute;
	top: 20%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.advantages .advantages-title .advantages-title-box {
	text-align: center
}

.advantages .advantages-title .advantages-title-box .advantages-title-cn {
	font-size: 36px;
	font-weight: 400;
	color: #fff
}

.advantages .advantages-title .advantages-title-box .advantages-title-en {
	font-weight: 400;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	font-family: myEn;
	opacity: .7;
	color: #fff;
	text-transform: uppercase
}

.advantages .advantages-title .advantages-title-box .advantages-title-en span {
	text-decoration: line-through;
	color: #fefbfb
}

.advantages .advantages-content:before {
	position: absolute;
	bottom: 10px;
	width: 70%;
	height: 20px;
	content: "";
	-ms-transform: skew(-18deg) rotate(0deg);
	transform: skew(-18deg) rotate(0deg);
	-webkit-transform: skew(-18deg) rotate(0deg);
	-moz-transform: skew(-18deg) rotate(0deg);
	-webkit-box-shadow: 0px -20px 100px #000;
	box-shadow: 0px -20px 100px #000
}

.advantages .advantages-content {
	position: absolute;
	top: 62%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


.advantages .advantages-content .myEn {
	font-family: myEn !important
}

.advantages .advantages-content .advantages-content-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 370px;
	background-color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.advantages .advantages-content .advantages-content-box a {
	display: inline-block
}

.advantages .advantages-content .advantages-content-box .advantages-content-center .iconfont {
	font-size: 65px
}

.advantages .advantages-content .advantages-content-box .advantages-content-center p:nth-of-type(1) {
	margin-top: 30px;
	font-size: 18px
}

.advantages .advantages-content .advantages-content-box .advantages-content-center p:nth-of-type(2) {
	color: #b8b8b8;
	margin-top: 8px
}

.advantages .advantages-content .advantages-content-box .more-flex {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.advantages .advantages-content .advantages-content-box.on .protection-hover {
	display: block
}

.advantages .advantages-content .advantages-content-protection,
.advantages .advantages-content .advantages-content-prodection,
.advantages .advantages-content .advantages-content-machine,
.advantages .advantages-content .advantages-content-creation,
.advantages .advantages-content .advantages-content-newShop,
.advantages .advantages-content .advantages-content-newShop {
	position: relative
}

.advantages .advantages-content .advantages-content-protection,
.advantages .advantages-content .advantages-content-creation,
.advantages .advantages-content .advantages-content-more {
	background-color: #fbfbfb;
	border: 1px solid #eee
}

.advantages .advantages-content .advantages-content-newShop,
.advantages .advantages-content .advantages-content-machine,
.advantages .advantages-content .advantages-content-prodection {
	border: 1px solid white
}

.advantages .advantages-content .advantages-content-protection:hover .protection-hover,
.advantages .advantages-content .advantages-content-prodection:hover .protection-hover,
.advantages .advantages-content .advantages-content-machine:hover .protection-hover,
.advantages .advantages-content .advantages-content-creation:hover .protection-hover,
.advantages .advantages-content .advantages-content-newShop:hover .protection-hover,
.advantages .advantages-content .advantages-content-newShop:hover .protection-hover {
	display: block
}

@-webkit-keyframes mymove2 {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes mymove2 {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes mymove2 {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.protection-hover {
	position: absolute;
	display: none;
	top: -12.5%;
	left: 1px;
	z-index: 999;
	padding: 8px;
	background-color: white;
	width: 98%;
	height: 122.5%;
	-webkit-box-shadow: darkgrey 0px 0px 20px 0px;
	box-shadow: darkgrey 0px 0px 20px 0px
}

.protection-hover .iconfont {
	font-size: 45px !important
}

.protection-hover .protection-hover-backgroundPic {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.protection-hover .protection-hover-backgroundPic .mask {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.protection-hover .protection-hover-backgroundPic .mask .protection-content-center .protection-circle {
	margin: 0 auto;
	color: white;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background-color: red
}

.protection-hover .protection-hover-backgroundPic .mask .protection-content-center .myEn {
	color: white !important
}

.protection-hover .protection-hover-backgroundPic .mask .protection-content-center P {
	width: 150px;
	color: white
}

.protection-hover .protection-hover-backgroundPic .mask .protection-content-center p:nth-of-type(1) {
	margin-top: 10px;
	font-size: 18px
}

.protection-hover .protection-hover-backgroundPic .mask .protection-content-center p:nth-of-type(2) {
	font-size: 12px
}

.protection-hover .protection-hover-backgroundPic .mask .protection-content-center .icon-tianjia {
	width: 30px;
	height: 30px;
	background-color: white;
	font-size: 14px !important;
	font-weight: bold;
	color: red;
	line-height: 30px;
	border-radius: 50%;
	margin-top: 90px !important;
	margin: 0 auto;
	cursor: pointer
}

@media screen and (max-width: 1400px) {
	.advantages .advantages-content {
		padding: 0 120px
	}
}

@media screen and (max-width: 1300px) {
	.advantages .advantages-content {
		padding: 0 100px
	}
}

@media screen and (max-width: 1100px) {
	.advantages .advantages-content {
		padding: 0 80px
	}
}

@media screen and (max-width: 1000px) {
	.advantages .advantages-title-en {
		font-size: .07rem !important
	}

	.advantages .advantage_web {
		display: none
	}

	.advantages .advantage_mobile {
		display: inline-block;
		width: 100%;
		height: 230px
	}

	.advantages .advantages-content:before {
		display: none !important
	}

	.advantages .advantages-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 .16rem
	}

	.advantages .advantages-content .advantages-content-protection,
	.advantages .advantages-content .advantages-content-machine,
	.advantages .advantages-content .advantages-content-creation {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.advantages .advantages-content .advantages-content-prodection {
		border-left-top: 1px solid #eee
	}

	.advantages .advantages-content .advantages-content-machine {
		border-right-top: 1px solid #eee
	}

	.advantages .advantages-content .advantages-content-newShop {
		border-bottom: 1px solid #eee
	}

	.advantages .advantages-content .advantages-content-box {
		height: 1.5rem;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: -moz-calc(32%);
		width: calc(32%)
	}

	.advantages .advantages-content .advantages-content-box .advantages-content-center .iconfont {
		font-size: .325rem
	}

	.advantages .advantages-content .advantages-content-box .advantages-content-center p:nth-of-type(1) {
		margin-top: .15rem
	}

	.advantages .advantages-content .advantages-content-box .advantages-content-center p:nth-of-type(2) {
		font-size: .1rem;
		height: 42px
	}

	.advantages .advantages-content .advantages-content-box .advantages-content-center .protection-hover {
		display: none !important
	}

	.advantages .advantages-content .advantages-content-more {
		display: block !important
	}

	.advantages .advantages-content .advantages-content-more .more-mobile {
		height: 100%;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (max-width: 750px) {
	.advantages .advantages-title-en {
		font-size: 12px !important
	}
}


.read {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.read .title-more:hover {
	background-color: #b60809 !important
}

.read .read-main-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.read .read-main-title .title-news p:nth-of-type(1) {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #333
}

.read .read-main-title .title-news .title-news-word {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-moz-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	font-weight: bold;
	font-size: 14px;
	font-family: myEn;
	opacity: .7;
	color: #999;
	text-transform: uppercase
}

.read .read-main-title .title-news .title-news-word p {
	line-height: 14px
}

.read .read-main-title .title-news .title-news-word span {
	text-decoration: line-through;
	color: #d2d2d2
}

.read .read-main-title .title-more {
	width: .385rem;
	height: 30px;
	min-width: 50px;
	background-color: #cc211a;
	text-align: center;
	line-height: 30px;
	border-bottom-right-radius: 6px
}

.read .read-main-title .title-more a {
	color: white
}

.read .read-left {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 80px 60px 40px 155px
}

.read .read-left .read-left-main .swiper-news .swiper-container .swiper-wrapper {
	margin-top: .25rem
}

.read .read-left .read-left-main .swiper-news .swiper-pagination {
	margin-top: 20px;
	text-align: left;
	padding-left: 40%;
	position: static
}

@media screen and (max-width: 500px) {
	.read .read-left .read-left-main .swiper-news .swiper-pagination {
		padding-left: 0
	}
}

.read .read-left .read-left-main .swiper-news .swiper-pagination .swiper-pagination-bullet {
	margin: 0 7px;
	background: #7d7d7d;
	height: 10px;
	width: 10px;
	opacity: 1;
	outline: none
}

.read .read-left .read-left-main .swiper-news .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #e60012
}

.read .read-left .read-left-main .read-main-article a {
	display: block;
	border-bottom: 1px solid #f4f4f4
}

.read .read-left .read-left-main .read-main-article a:nth-of-type(3) {
	border: 0
}

.read .read-left .read-left-main .read-main-article .article {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-moz-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	padding-top: 10px;
	padding-bottom: 10px
}

.read .read-left .read-left-main .read-main-article .article .article-img {
	width: 161px !important;
	height: 104px !important;
	overflow: hidden
}

.read .read-left .read-left-main .read-main-article .article .article-img img {
	display: inline-block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	width: 100%;
	height: 100%
}

.read .read-left .read-left-main .read-main-article .article .article-word {
	margin-left: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.read .read-left .read-left-main .read-main-article .article .article-word .article-word-h2 .article-word-p1 {
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

@media screen and (max-width: 1000px) {
	.read .read-left .read-left-main .read-main-article .article .article-word .article-word-h2 .article-word-p1 {
		-webkit-line-clamp: 4
	}
}

.read .read-left .read-left-main .read-main-article .article .article-word .article-word-h2 .article-word-p1 img {
	display: none
}

.read .read-left .read-left-main .read-main-article .article .article-word .article-word-h2 .article-word-p2 {
	margin-top: 20px;
	font-size: 14px;
	color: #999;
	max-height: 38px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-clamp: 2;
	overflow: hidden
}

.read .read-left .read-left-main .read-main-article .article .article-word .article-word-h2 .article-word-p3 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 14px;
	color: #999
}

.read .read-left .read-left-main .read-main-article .article:hover .article-word-p1 {
	color: red !important
}

.read .read-left .read-left-main .read-main-article .article:hover .article-word-p1 img {
	display: inline-block !important;
	margin-right: 5px;
	vertical-align: baseline !important
}

.read .read-left .read-left-main .read-main-article .article:hover .article-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.read .read-right {
	background-image: url(../images/magazine_background_03.jpg);
	background-size: cover;
	-webkit-box-flex: 1.1;
	-webkit-flex: 1.1;
	-moz-box-flex: 1.1;
	-ms-flex: 1.1;
	flex: 1.1;
	width: 0;
	padding: 80px 155px 50px 60px
}

.read .read-right .read-right-main .picture {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: .375rem;
	padding: 0 5px
}

.read .read-right .read-right-main .picture .picture-box {
	padding: 20px 12px;
	background-color: #fff;
	border: #ccc 1px solid;
	margin-left: 10px
}

.read .read-right .read-right-main .picture .picture-box .picture-img {
	overflow: hidden
}

.read .read-right .read-right-main .picture .picture-box .picture-img img {
	width: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.read .read-right .read-right-main .picture .picture-box .picture-bookName {
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-family: 微软雅黑;
	font-weight: 500
}

.read .read-right .read-right-main .picture .picture-box:hover .picture-bookName {
	color: #ce4848
}

.read .read-right .read-right-main .picture .picture-box:hover .picture-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.read .read-right .read-right-main .picture-mobile {
	display: none;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.read .read-right .read-right-main .picture-pagination,
.read .read-right .read-right-main .swiper-button-next,
.read .read-right .read-right-main .swiper-button-prev {
	display: none
}

.read .read-right .read-right-main .swiper-button-next {
	right: 0px !important;
	outline: none;
	text-align: center
}

.read .read-right .read-right-main .swiper-button-prev {
	left: 0px !important;
	outline: none;
	text-align: center
}

.read .read-right .read-right-main .swiper-button-next,
.read .read-right .read-right-main .swiper-button-prev {
	top: 56%;
	color: black
}

.read .read-right .read-right-main .swiper-button-prev::after,
.read .read-right .read-right-main .swiper-button-next::after {
	font-size: 28px;
	font-weight: 900;
	color: black
}

.read .read-right .read-right-main .picture-pagination {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 8%
}

.read .read-right .read-right-main .picture-pagination .swiper-pagination-bullet {
	margin-left: 10px;
	background: #7d7d7d;
	height: 10px;
	width: 10px;
	opacity: 1;
	outline: none
}

.read .read-right .read-right-main .picture-pagination .swiper-pagination-bullet-active {
	background-color: #e60012
}

@media screen and (max-width: 1400px) {
	.read .read-right {
		padding: 80px 105px 50px 40px
	}

	.read .read-left {
		padding: 80px 40px 40px 105px
	}
}

@media screen and (max-width: 1300px) {
	.read .read-right {
		padding: 80px 80px 50px 30px
	}

	.read .read-left {
		padding: 80px 30px 40px 80px
	}
}

@media screen and (max-width: 1200px) {
	.read .read-right {
		padding: 80px 60px 50px 20px
	}

	.read .read-left {
		padding: 80px 20px 40px 60px
	}
}

@media screen and (max-width: 1100px) {
	.read .read-right {
		padding: 80px 40px 50px 10px
	}

	.read .read-left {
		padding: 80px 10px 40px 40px
	}
}

@media screen and (max-width: 1000px) {
	.read {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.read .read-left {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px .18rem .35rem
	}

	.read .read-left .read-left-main .title-news-word {
		font-size: 14px !important
	}

	.read .read-left .article-word-p1 {
		font-size: .14rem !important;
		height: 74px !important;
		max-height: none !important;
		line-height: normal !important;
		color: #000 !important;
		font-weight: 400 !important
	}

	.read .read-left .article-word-p2 {
		display: none !important
	}

	.read .read-left .article-word-p3 {
		margin-top: 0px !important
	}

	.read .read-right {
		position: relative;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: .4rem .29rem .725rem
	}

	.read .read-right .read-right-main .title-news-word {
		font-size: 14px !important
	}

	.read .read-right .read-right-main .picture .picture-box {
		margin-left: 0px
	}

	.read .read-right .read-right-main .picture .picture-box .picture-bookName {
		font-size: .13rem;
		color: #020202
	}

	.read .read-right .read-right-main .picture-web {
		display: none
	}

	.read .read-right .read-right-main .picture-mobile {
		display: block
	}

	.read .read-right .read-right-main .picture-pagination,
	.read .read-right .read-right-main .swiper-button-next,
	.read .read-right .read-right-main .swiper-button-prev {
		display: block
	}
}

@media screen and (max-width: 750px) {
	.read .read-left .read-left-main .title-news-word {
		font-size: 12px
	}
}

@media screen and (max-width: 375px) {
	.title-news p {
		font-size: 30px !important
	}
}

@media screen and (max-width: 320px) {
	.title-news p {
		font-size: 25px !important
	}
}

.col-nav {
	background-color: #fbfbfb;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.col-nav .wp1400 {
	width: 1400px
}

@media screen and (max-width: 1000px) {
	.col-nav .wp1400 {
		padding: 0px !important
	}
}

.col-nav .wp1400 nav .on {
	background-color: #b60809;
	color: white
}

.col-nav .wp1400 nav a {
	display: inline-block;
	padding: .125rem .165rem;
	font-size: .08rem
}

.inside-menu {
	background-color: #f5f5f5;
	overflow: hidden
}

@media screen and (max-width: 1000px) {
	.inside-menu {
		padding: 0px !important
	}
}

.inside-swiper {
	overflow: hidden
}

.inside-swiper .swiper-wrapper {
	font-size: 0
}

.inside-swiper .swiper-slide {
	display: inline-block;
	vertical-align: top;
	width: auto
}

.inside-swiper .swiper-slide a {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .125rem .165rem;
	font-size: .08rem;
	position: relative;
	display: block;
	color: #000;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

@media screen and (max-width: 700px) {
	.inside-swiper .swiper-slide a {
		padding: 18px 16px;
		font-size: 14px
	}
}

.inside-swiper .swiper-slide.on a,
.inside-swiper .swiper-slide:hover a {
	color: #fff;
	background-color: #b60809
}

.job-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: .4rem
}

.job-title .title-info {
	width: 180px;
	height: 45px;
	border: 1px solid #d9d9d9;
	border-radius: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px
}

.job-title a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.job-title .title-info:nth-of-type(2) {
	margin-left: 20px
}

.job-title .on {
	background-color: #e70012
}

.job-title .on a {
	color: white
}

@media screen and (max-width: 600px) {
	.job-title {
		padding: 0 .16rem
	}

	.job-title .title-info {
		font-size: 14px;
		height: 38px;
		line-height: 38px
	}
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

.wp1400 {
	max-width: 1400px;
	margin: 0 auto
}

@media screen and (max-width: 1440px) {
	.wp1400 {
		padding: 0 .16rem
	}
}

.fl {
	float: left
}

.fr {
	float: right
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

.hide {
	display: none
}

.talent-recruitment {
	position: relative;
	z-index: 22;
	padding-top: .25rem;
	padding-bottom: .15rem
}

.talent-recruitment .talent-recruitment-list {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.talent-recruitment .talent-recruitment-list .active .talent-title {
	background-color: #b60809
}

.talent-recruitment .talent-recruitment-list .active .talent-title li {
	color: white
}

.talent-recruitment .talent-recruitment-list .active .talent-title .icon-rotate span {
	border: 2px solid white !important;
	background-color: white;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.talent-recruitment .talent-recruitment-list>li:first-child {
	margin-top: 0
}

.talent-recruitment .talent-recruitment-list>li {
	border: 1px solid #e0e0e0;
	background: #fff;
	margin-top: 20px
}

.talent-recruitment .talent-recruitment-list>li .talent-title {
	position: relative;
	width: 100%;
	height: 65px;
	font-size: 0;
	cursor: pointer
}

.talent-recruitment .talent-recruitment-list>li .talent-title li {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 120px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 17px;
	color: #333;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 140px
}

.talent-recruitment .talent-recruitment-list>li .talent-title .name {
	margin-left: 100px
}

@media screen and (max-width: 1440px) {
	.talent-recruitment .talent-recruitment-list>li .talent-title li {
		margin-left: 120px !important
	}
}

@media screen and (max-width: 1360px) {
	.talent-recruitment .talent-recruitment-list>li .talent-title li {
		margin-left: 100px !important
	}
}

@media screen and (max-width: 1200px) {
	.talent-recruitment .talent-recruitment-list>li .talent-title li {
		margin-left: 80px !important
	}
}

@media screen and (max-width: 1150px) {
	.talent-recruitment .talent-recruitment-list>li .talent-title .dn1150 {
		display: none
	}

	.talent-recruitment .talent-recruitment-list>li .talent-title li {
		margin-left: 0px !important
	}

	.talent-recruitment .talent-recruitment-list>li .talent-title li,
	.talent-recruitment .talent-recruitment-list>li .talent-title .name {
		width: 23%
	}
}

.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 72px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	line-height: 65px
}

.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate span {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	border: 2px solid #9a9da1;
	border-radius: 50%;
	background-image: url(../images/icon-21.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

@media screen and (max-width: 800px) {
	.talent-recruitment .talent-recruitment-list>li .talent-title {
		padding-right: .3rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.talent-recruitment .talent-recruitment-list>li .talent-title .dn1150,
	.talent-recruitment .talent-recruitment-list>li .talent-title .department,
	.talent-recruitment .talent-recruitment-list>li .talent-title .number,
	.talent-recruitment .talent-recruitment-list>li .talent-title .add {
		display: none
	}

	.talent-recruitment .talent-recruitment-list>li .talent-title .name {
		width: 100%;
		font-size: 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		padding: 0 .1rem
	}

	.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate {
		padding: 0;
		position: absolute;
		right: 10px;
		top: 0;
		width: .4rem;
		height: 100%
	}

	.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate span {
		width: .25rem;
		height: .25rem
	}
}

.talent-recruitment .talent-recruitment-list>li .nr {
	display: none;
	border-top: 1px solid #d7d7d7;
	background: #fff;
	padding: 70px 0 135px
}

.talent-recruitment .talent-recruitment-list>li .nr>div {
	font-size: 0;
	position: relative;
	padding: 0 100px
}

.talent-recruitment .talent-recruitment-list>li .nr>div:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 48%;
	width: 1px;
	border-right: 1px dashed #000;
	opacity: .3
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox {
	position: absolute;
	left: 100px;
	bottom: -80px
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox .mailbox-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1000px) {
	.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox .mailbox-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox .mailbox-box a {
	font-size: 15px;
	background-color: #e70012;
	color: #fff;
	height: 40px;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	padding: 0 45px;
	border-radius: 40px;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	width: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox .mailbox-box a:hover {
	background-color: #b60809;
	border-color: #5b5b5b
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox .mailbox-box .form {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox .mailbox-box .form input[type=file] {
	opacity: 0;
	width: 150px;
	height: 40px;
	cursor: pointer
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox .mailbox-box .tips {
	line-height: 40px;
	margin-left: 10px;
	font-size: 14px;
	color: red
}

.talent-recruitment .talent-recruitment-list>li .nr>div h1 {
	font-size: 26px;
	color: #444;
	line-height: 28px;
	margin-bottom: 33px;
	font-weight: bold
}

.talent-recruitment .talent-recruitment-list>li .nr>div .p {
	font-size: 15px;
	color: #666;
	line-height: 36px
}

.talent-recruitment .talent-recruitment-list>li .nr .left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 80px
}

.talent-recruitment .talent-recruitment-list>li .nr .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px
}

@media screen and (max-width: 800px) {
	.talent-recruitment .talent-recruitment-list>li .nr {
		padding: .2rem .1rem
	}

	.talent-recruitment .talent-recruitment-list>li .nr>div {
		padding: 0
	}

	.talent-recruitment .talent-recruitment-list>li .nr>div:after {
		display: none
	}

	.talent-recruitment .talent-recruitment-list>li .nr>div h1 {
		margin-bottom: .1rem;
		font-size: 18px
	}

	.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox {
		margin-top: .1rem;
		position: static
	}

	.talent-recruitment .talent-recruitment-list>li .nr .left {
		padding: 0;
		width: 100%
	}

	.talent-recruitment .talent-recruitment-list>li .nr .right {
		margin-top: .2rem;
		padding: 0;
		width: 100%
	}
}

.talent-recruitment .talent-recruitment-list .talent-mobile-title {
	display: none;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-bottom: .1rem;
	border-bottom: 1px dashed #ddd;
	padding-bottom: .1rem
}

@media screen and (max-width: 800px) {
	.talent-recruitment .talent-recruitment-list .talent-mobile-title {
		display: block
	}
}

.title-container .info-en {
	font-size: 20px;
	font-family: '苹方' !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333
}

.title-container .info-cn {
	font-size: .275rem;
	line-height: .24rem;
	font-family: '苹方' !important;
	margin-top: .125rem
}

.title-container .info-cn i {
	font-size: .275rem;
	line-height: .24rem;
	font-family: '苹方' !important;
	color: #e70012
}

.title-container div {
	font-family: 微软雅黑
}

.title-container div i {
	font-family: 微软雅黑
}

@media screen and (max-width: 1000px) {
	.title-container .info-en {
		font-size: 16px !important
	}
}

.magazine-info {
	margin-top: .65rem
}

@media screen and (max-width: 1000px) {
	.magazine-info {
		margin-top: .3rem
	}
}

.magazine-info .wp1400 .info-des {
	margin-top: .325rem;
	color: #666;
	font-size: 16px;
	line-height: 36px
}

@media screen and (max-width: 1000px) {
	.magazine-info .wp1400 .info-des {
		margin-top: .2rem;
		font-size: 14px;
		line-height: 30px
	}
}

.magazine-lunbo {
	margin-top: .4rem;
	margin-left: -moz-calc(50vw - 700px);
	margin-left: calc(50vw - 700px)
}

.magazine-lunbo .magazine-container .swiper-button-disabled {
	background-color: #a7a7a7 !important
}

.magazine-lunbo .magazine-container .swiper-button-next1 {
	margin-left: .15rem
}

.magazine-lunbo .magazine-container .swiper-button-prev1,
.magazine-lunbo .magazine-container .swiper-button-next1 {
	position: static;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #ce2532;
	color: white;
	outline: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.magazine-lunbo .magazine-container .swiper-button-next1:before,
.magazine-lunbo .magazine-container .swiper-button-prev1:before {
	font-size: 16px;
	line-height: 35px
}

.magazine-lunbo .magazine-container .swiper-button-prev1:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.magazine-lunbo .magazine-container .magazine-line {
	max-width: 1400px;
	margin-top: .35rem;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.magazine-lunbo .magazine-container .magazine-line .line {
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	height: 1px;
	background-color: #e5e5e5
}

.magazine-lunbo .magazine-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);
	max-height: 560px
}

.magazine-lunbo .magazine-slider .slide-left {
	width: 50%;
	max-height: 560px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.magazine-lunbo .magazine-slider .slide-left img {
	max-height: 560px;
	height: 100%;
	width: 100%
}

.magazine-lunbo .magazine-slider .slide-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 50%;
	max-height: 560px;
	background: url(../images/magazine_background.jpg) no-repeat center top;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 85px 65px 95px
}

.magazine-lunbo .magazine-slider .slide-right .right-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.magazine-lunbo .magazine-slider .slide-right .right-content .right-content-title {
	font-size: 28px;
	line-height: 35px;
	color: #333
}

.magazine-lunbo .magazine-slider .slide-right .right-content .right-content-article {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin-top: 50px
}

.magazine-lunbo .magazine-slider .slide-right .right-content .btn {
	width: 100px;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e70012;
	text-align: center;
	line-height: 36px;
	margin-top: .25rem
}

.magazine-lunbo .magazine-slider .slide-right .right-content .btn a {
	color: white;
	text-align: center;
	font-size: 16px;
	margin: 0 auto
}

@media screen and (max-width: 1680px) {
	.magazine-lunbo .magazine-slider .slide-right {
		padding: 50px 35px 60px
	}
}

@media screen and (max-width: 1600px) {
	.magazine-lunbo .magazine-slider .slide-right {
		padding: 40px 25px 50px
	}

	.magazine-lunbo .magazine-slider .slide-right .right-content .right-content-title {
		font-size: 22px
	}
}

@media screen and (max-width: 1440px) {
	.magazine-lunbo {
		margin-left: .16rem
	}

	.magazine-lunbo .magazine-slider .slide-right {
		padding: 30px 15px 40px
	}

	.magazine-lunbo .swiper-container .magazine-line {
		padding-right: .15rem !important
	}
}

@media screen and (max-width: 1366px) {
	.magazine-lunbo .magazine-slider .slide-right .right-content .right-content-article {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical
	}
}

@media screen and (max-width: 1280px) {
	.magazine-lunbo .magazine-slider .slide-right {
		padding: 20px 10px 30px
	}

	.magazine-lunbo .magazine-slider .slide-right .right-content .right-content-article {
		font-size: 18px
	}
}

@media screen and (max-width: 1000px) {
	.magazine-lunbo {
		margin-left: 0px;
		padding-left: .16rem
	}

	.magazine-lunbo .magazine-container .magazine-line {
		padding-right: .15rem
	}
}

.magazine-img {
	margin-top: .5rem;
	margin-bottom: .15rem
}

@media screen and (max-width: 1000px) {
	.magazine-img {
		margin-top: .2rem
	}
}

.magazine-img .wp1400 {
	overflow: hidden
}

.magazine-img .wp1400 .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: -.15rem
}

.magazine-img .wp1400 .col .col-3 {
	width: 25%;
	padding: .15rem;
	border: 2px solid white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.magazine-img .wp1400 .col .col-3 .img .img-hover {
	display: none
}

.magazine-img .wp1400 .col .col-3 .img img {
	width: 100%;
	max-height: 410px
}

.magazine-img .wp1400 .col .col-3 .img-title {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: .15rem
}

.magazine-img .wp1400 .col .on .img {
	position: relative;
	overflow: hidden
}

.magazine-img .wp1400 .col .on .img img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.magazine-img .wp1400 .col .on .img .img-hover {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	border: 2px solid #e1202b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.magazine-img .wp1400 .col .on .img .img-hover .icon-add-circle {
	color: white;
	font-size: 32px;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.magazine-img .wp1400 .col .on .img-title {
	color: red
}

.magazine-img .page {
	margin: .35rem 0 .625rem 0 !important
}

@media screen and (max-width: 1000px) {
	.magazine-img .wp1400 .col .col-3 {
		width: 50%
	}

	.magazine-img .wp1400 .col .col-3 .img-title {
		font-size: 16px
	}
}

@media screen and (max-width: 600px) {
	.magazine-img .wp1400 .col .col-3 .img-title {
		font-size: 14px
	}

	.magazine-lunbo {
		padding-left: 0px
	}

	.magazine-lunbo .slide-right .right-content .right-content-title {
		font-size: 18px !important;
		line-height: 28px !important
	}

	.magazine-lunbo .slide-right .right-content .right-content-article {
		font-size: 14px !important;
		margin-top: 20px !important;
		line-height: 28px !important
	}
}

@media screen and (max-width: 500px) {
	.magazine-img .wp1400 .col {
		margin: -10px
	}

	.magazine-img .wp1400 .col .col-3 {
		padding: 10px
	}
}

.news-lunbo {
	margin-top: .15rem !important
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-height: 722px;
	background: url(../images/news_red.jpg) no-repeat center top;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des {
	padding: 60px 65px 0
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-title p {
	font-size: .155rem;
	line-height: 55px;
	color: #fff
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article {
	margin-top: .3rem
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article p {
	font-size: 16px;
	line-height: .18rem;
	color: #fff;
	opacity: .7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-btn {
	margin-top: .5rem;
	text-align: center;
	width: .5rem;
	height: .175rem;
	border: 1px solid #fff
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-btn a {
	font-size: 14px;
	color: #fff;
	line-height: .175rem
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-btn:hover {
	background-color: white;
	color: #666
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-btn:hover a {
	color: #666
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-right {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-moz-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	max-height: 722px
}

.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-right img {
	width: 100%;
	height: 100%
}

.news-img .wp1400 .col {
	margin: -.2rem -.1rem !important
}

.news-img .wp1400 .col .col-6 {
	width: 50% !important;
	padding: .2rem .1rem !important
}

.news-img .wp1400 .col .col-6 .news-img-title .content {
	padding-right: .5rem
}

.news-img .wp1400 .col .col-6 .news-img-title .content .time {
	font-size: 16px;
	line-height: 36px;
	color: #999;
	margin-top: .12rem
}

.news-img .wp1400 .col .col-6 .news-img-title .content .des {
	font-size: 20px
}

.news-img .wp1400 .col .col-6 .news-img-title .content .des:hover {
	-webkit-line-clamp: 3
}

.news-img .wp1400 .col .col-6 .news-img-title .content .article {
	display: none;
	color: #888;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	word-break: break-all;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.news-img .wp1400 .col .on .des {
	color: #dd1313
}

@media screen and (max-width: 1440px) {
	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des {
		padding: 40px 30px 0
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-title p {
		font-size: 18px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article {
		margin-top: 30px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article p {
		font-size: 14px;
		min-height: 100px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-btn {
		margin-top: 50px
	}
}

@media screen and (max-width: 1100px) {
	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des {
		padding: 30px 15px 0
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-title p {
		font-size: 18px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article {
		margin-top: 20px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article p {
		font-size: 14px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-btn {
		margin-top: 30px
	}
}

@media screen and (max-width: 1000px) {
	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-title p {
		font-size: 16px;
		line-height: 30px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article {
		margin-top: 20px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article p {
		font-size: 12px;
		line-height: 25px
	}

	.news-img .news-img-title .content {
		padding-right: 20px !important
	}

	.news-img .news-img-title .content .time {
		font-size: 14px !important
	}

	.news-img .news-img-title .content .des {
		font-size: 16px !important
	}

	.news-img .news-img-title .content .article {
		font-size: 12px !important;
		overflow: hidden;
		line-height: 20px !important;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}
}

@media screen and (max-width: 768px) {
	.news-lunbo .news-swiper .swiper-wrapper .news-slide {
		display: block
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des {
		padding: 30px 20px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-title p {
		font-size: 20px;
		line-height: normal
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article {
		margin-top: 10px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-article p {
		font-size: 14px;
		line-height: 26px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-btn {
		margin-top: 15px;
		width: 80px;
		height: 25px;
		line-height: 25px
	}

	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des .des-btn a {
		font-size: 12px
	}
}

@media screen and (max-width: 600px) {
	.news-lunbo {
		padding-left: 0px !important
	}
}

@media screen and (max-width: 360px) {
	.news-lunbo .news-swiper .swiper-wrapper .news-slide .slide-left .slide-des {
		padding: 20px 16px !important
	}
}

.gallery {
	padding-top: 100px;
	height: 100vh;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.gallery .thumbs {
	position: absolute;
	bottom: 13px;
	left: -moz-calc(50vw - 675px);
	left: calc(50vw - 675px);
	width: 860px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999;
	padding: 0 30px
}

.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: auto !important
}

.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper .swiper-slide {
	height: 90px;
	width: 86px !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper .swiper-slide .img-box {
	width: 86px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #fff;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper .swiper-slide .img-box img {
	width: 100%;
	height: 100%;
	display: inline-block
}

.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper .swiper-slide p {
	display: none;
	text-align: center;
	color: white;
	font-size: 12px;
	line-height: 18px
}

.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
	opacity: 1;
	position: relative;
	top: -5px
}

.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .img-box {
	border: 3px solid #b32e43
}

.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active p {
	display: block
}

.gallery .thumbs .thumbs-next:before,
.gallery .thumbs .thumbs-prev:before {
	font-size: 16px;
	color: #fff
}

.gallery .thumbs .thumbs-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.gallery .thumbs .thumbs-next,
.gallery .thumbs .thumbs-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery .thumbs .thumbs-next {
	right: 15px
}

.gallery .thumbs .thumbs-prev {
	left: 0px
}

.gallery .thumbs .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.gallery .brand-gallery-top {
	position: relative
}

.gallery .brand-gallery-top .swiper-button-next1,
.gallery .brand-gallery-top .swiper-button-prev1 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery .brand-gallery-top .swiper-button-next1 {
	right: 60px;
	z-index: 9999;
	color: #fff !important;
	outline: none
}

.gallery .brand-gallery-top .swiper-button-prev1 {
	left: 60px;
	z-index: 9999;
	color: #fff !important;
	outline: none
}

.gallery .brand-gallery-top .swiper-button-prev1:before,
.gallery .brand-gallery-top .swiper-button-next1:before {
	font-size: .325rem
}

.gallery .brand-gallery-top .swiper-button-prev1:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.gallery .brand-gallery-top .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.gallery .brand-gallery-top .top-wrapper .swiper-slide {
	width: 100% !important;
	height: 100% !important
}

.gallery .brand-gallery-top .top-wrapper .swiper-slide img {
	width: 100% !important;
	height: 100% !important
}

.gallery .brand-gallery-top .top-wrapper .swiper-slide .mobile-img {
	display: none
}

@media screen and (max-width: 1000px) {
	.gallery .brand-gallery-top .top-wrapper .swiper-slide .web-img {
		display: none
	}

	.gallery .brand-gallery-top .top-wrapper .swiper-slide .mobile-img {
		display: block
	}
}

.gallery .brand-gallery-top .brand-right {
	position: absolute;
	top: 0;
	right: -moz-calc(50vw - 800px);
	right: calc(50vw - 800px);
	width: 600px;
	z-index: 999;
	height: 100%;
	background-color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: .93
}

.gallery .brand-gallery-top .brand-right .right-container {
	width: 400px
}

.gallery .brand-gallery-top .brand-right .right-container .right-logo {
	max-width: 204px;
	max-height: 63px
}

.gallery .brand-gallery-top .brand-right .right-container .right-logo img {
	width: 100%;
	height: 100%
}

.gallery .brand-gallery-top .brand-right .right-container .right-title p {
	margin-top: 55px;
	font-size: 38px;
	line-height: 34px
}

.gallery .brand-gallery-top .brand-right .right-container .right-title .btn {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.gallery .brand-gallery-top .brand-right .right-container .right-title .btn div {
	width: 60px;
	height: 30px;
	border-radius: 30px;
	color: white;
	text-align: center;
	line-height: 30px;
	background-color: #e60012;
	margin-left: 10px;
	font-size: 14px
}

.gallery .brand-gallery-top .brand-right .right-container .right-title .btn div:nth-of-type(1) {
	margin-left: 0px
}

.gallery .brand-gallery-top .brand-right .right-container .right-article {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dashed #d3d1d0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	min-height: 216px
}

.gallery .brand-gallery-top .brand-right .right-container .right-article p {
	font-size: 16px;
	line-height: 36px
}

.gallery .brand-gallery-top .brand-right .right-container .right-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .btn {
	position: relative;
	padding: 0 11px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #e5e5e5;
	cursor: pointer
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .btn a {
	color: #333;
	font-size: 16px
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .btn a .iconfont {
	font-size: 20px;
	position: relative;
	top: 2px
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .on {
	background-color: #e60012
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .on a {
	color: #fff
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .shipin .sph {
	width: 21px !important;
	height: 20px !important;
	max-width: 100% !important;
	vertical-align: sub;
	position: relative;
	right: 1px
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .shipin,
.gallery .brand-gallery-top .brand-right .right-container .right-link .douyin,
.gallery .brand-gallery-top .brand-right .right-container .right-link .guangwang {
	margin-left: 10px
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .weixin-hover {
	display: none;
	position: absolute;
	padding: 12px;
	background-color: #e5e5e5;
	border-radius: 15px;
	bottom: 53px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: .95rem
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .weixin-hover .hover-word {
	margin-top: 5px;
	font-size: 14px;
	color: #666;
	line-height: 24px
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .weixin-hover:after {
	content: '';
	position: absolute;
	z-index: 9999;
	bottom: -10px;
	border-width: 6px 9px 6px 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	border-top: 10px solid #e5e5e5;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .weixin:hover .weixin-hover {
	display: block
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .douyin:hover .douyin-hover {
	display: block
}

.gallery .brand-gallery-top .brand-right .right-container .right-link .shipin:hover .shipin-hover {
	display: block
}

.gallery .brand-gallery-top .brand-right-mobile {
	height: 50%
}

.gallery .brand-gallery-top .brand-right-mobile .right-container {
	margin-top: 5%
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-box {
	padding: 0 10px
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-logo img {
	max-width: 203px;
	max-height: 64px
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-title .title-center p {
	margin-top: 10px;
	font-size: .19rem;
	line-height: .17rem;
	text-align: center
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-title .title-center .btn {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-title .title-center .btn div {
	width: 65px;
	height: 35px;
	border-radius: 35px;
	color: white;
	text-align: center;
	line-height: 35px;
	background-color: #e60012;
	margin: 0 auto
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-article {
	margin-top: 5%;
	padding: 10px 10px 0px;
	border-top: 1px dashed #d3d1d0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-article p {
	font-size: 14px;
	line-height: 36px
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	padding: 0 10px
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .btn {
	position: relative;
	padding: 0 .06rem;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #e5e5e5
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .btn a {
	color: #333
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .on {
	background-color: #e60012
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .on a {
	color: #fff
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .shipin .sph {
	width: 16px !important;
	height: 16px !important;
	max-width: 100% !important;
	vertical-align: sub;
	position: relative;
	right: 1px
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .shipin,
.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .douyin,
.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .guangwang {
	margin-left: .05rem
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .weixin-hover {
	display: none;
	position: absolute;
	padding: 12px;
	background-color: #e5e5e5;
	border-radius: 15px;
	width: .95rem;
	bottom: 53px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .weixin-hover .hover-img img {
	width: 100% !important;
	height: 100% !important
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .weixin-hover .hover-word {
	margin-top: 5px;
	font-size: 14px;
	color: #666;
	line-height: 24px
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .weixin-hover:after {
	content: '';
	position: absolute;
	z-index: 9999;
	bottom: -10px;
	border-width: 6px 9px 6px 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	border-top: 10px solid #e5e5e5;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .weixin:hover .weixin-hover {
	display: block
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .douyin:hover .douyin-hover {
	display: block
}

.gallery .brand-gallery-top .brand-right-mobile .right-container .right-link .shipin:hover .shipin-hover {
	display: block
}

.gallery .swiper-container {
	width: 100%
}

.gallery .gallery-top {
	height: 100%;
	width: 100%
}

@media screen and (max-width: 1600px) {
	.gallery .gallery-top .brand-right {
		right: 0px
	}

	.gallery .thumbs {
		left: auto;
		right: 590px
	}
}

@media screen and (max-width: 1460px) {
	.gallery .gallery-top .brand-right {
		width: 500px
	}

	.gallery .gallery-top .swiper-button-next1 {
		right: 35px !important
	}

	.gallery .gallery-top .swiper-button-prev1 {
		left: 35px !important
	}

	.gallery .thumbs {
		right: 490px;
		width: 658px !important
	}
}

@media screen and (max-width: 1180px) {
	.gallery .gallery-top .brand-right {
		width: 450px
	}

	.gallery .gallery-top .swiper-button-next1 {
		right: 15px !important
	}

	.gallery .gallery-top .swiper-button-prev1 {
		left: 15px !important
	}

	.gallery .thumbs {
		right: 435px;
		width: 555px !important
	}
}

@media screen and (max-width: 1000px) {
	.gallery {
		padding-top: 0px;
		height: auto !important
	}

	.gallery .brand-gallery-top .top-wrapper .swiper-slide img {
		height: 50vh !important
	}

	.gallery .brand-gallery-top .top-wrapper .swiper-slide .brand-right {
		display: none
	}

	.gallery .brand-gallery-top .top-wrapper .swiper-slide .brand-right-mobile {
		height: auto !important;
		display: block;
		padding-bottom: 20px
	}

	.gallery .brand-gallery-top .swiper-button-next1,
	.gallery .brand-gallery-top .swiper-button-prev1 {
		top: 25% !important
	}

	.gallery .brand-gallery-top .swiper-button-next1:before,
	.gallery .brand-gallery-top .swiper-button-prev1:before {
		font-size: 26px !important
	}

	.gallery .thumbs {
		width: 824px !important;
		right: 0px !important;
		left: -moz-calc(50vw - 412px) !important;
		left: calc(50vw - 412px) !important;
		top: -moz-calc(50vh - 100px);
		top: calc(50vh - 100px);
		bottom: auto
	}

	.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper {
		height: auto !important
	}

	.gallery .thumbs .brand-gallery-thumbs .swiper-wrapper .swiper-slide {
		height: 76px
	}

	.gallery .thumbs .thumbs-next {
		right: 5px !important
	}
}

@media screen and (max-width: 820px) {
	.gallery .thumbs {
		width: 626px !important;
		left: -moz-calc(50vw - 313px) !important;
		left: calc(50vw - 313px) !important
	}
}

@media screen and (max-width: 630px) {
	.gallery .thumbs {
		width: 330px !important;
		left: -moz-calc(50vw - 165px) !important;
		left: calc(50vw - 165px) !important
	}
}

@media screen and (max-width: 320px) {
	.gallery .thumbs {
		top: -moz-calc(50vh - 70px);
		top: calc(50vh - 70px);
		width: 310px !important;
		left: -moz-calc(50vw - 152px) !important;
		left: calc(50vw - 152px) !important
	}
}

.message_container .message-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px !important
}

.message_container .message-box .message-left {
	-webkit-box-flex: 2.8;
	-webkit-flex: 2.8;
	-moz-box-flex: 2.8;
	-ms-flex: 2.8;
	flex: 2.8;
	padding: .4rem .2rem .5rem .15rem;
	margin-left: -moz-calc(50vw - 700px);
	margin-left: calc(50vw - 700px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.message_container .message-box .message-left h2 {
	font-size: 26px;
	line-height: 36px;
	color: #202020;
	text-align: center
}

.message_container .message-box .message-left .message-attr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.message_container .message-box .message-left .message-attr .attr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.message_container .message-box .message-left .message-attr .attr li {
	margin: 0 .1rem
}

.message_container .message-box .message-left .message-attr .attr .time .icon-shijian {
	font-size: 18px
}

.message_container .message-box .message-left .message-attr .attr .time span {
	color: #848484
}

.message_container .message-box .message-left .message-attr .attr .see .icon-browse {
	font-size: 22px
}

.message_container .message-box .message-left .message-attr .attr .see span {
	color: #848484
}

.message_container .message-box .message-left .message-attr .attr>li>i {
	color: #de1d1d
}

.message_container .message-box .message-left .message-attr .attr .share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.message_container .message-box .message-left .message-attr .attr .share a {
	display: inline-block;
	margin-left: 7px;
	zoom: .7
}

@media screen and (max-width: 750px) {
	.message_container .message-box .message-left .message-attr .attr .share a {
		zoom: .6;
		margin: 3px 3px 3px 0
	}
}

@media screen and (max-width: 350px) {
	.message_container .message-box .message-left .message-attr .attr .share a {
		zoom: .5
	}
}

.message_container .message-box .message-left .message-article {
	border-top: 1px solid #e9e9e9;
	padding-top: .25rem;
	margin-top: .2rem;
	font-size: 16px;
	color: #848484;
	line-height: 28px;
	font-size: 16px
}

.message_container .message-box .message-left .message-article p {
	margin-bottom: 20px
}

.message_container .message-box .message-left .message-article img {
	max-width: 100%;
	height: auto !important
}

.message_container .message-box .message-left .message-article ul {
	list-style: disc
}

.message_container .message-box .message-left .message-article ul li {
	list-style: disc
}

.message_container .message-box .message-left .message-article ol {
	list-style: decimal
}

.message_container .message-box .message-left .message-article ol li {
	list-style: decimal
}

.message_container .message-box .message-left .message-article .article-img {
	text-align: center;
	max-width: 550px;
	overflow: hidden;
	margin: 35px auto 0
}

.message_container .message-box .message-left .message-article .article-img img {
	width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.message_container .message-box .message-left .message-article .article-img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.message_container .message-box .message-left .message-article .h3 {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	font-weight: bold
}

.message_container .message-box .message-left .article-nav {
	background-color: #dc0c1c;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 62px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: .35rem;
	color: white;
	font-size: .075rem
}

.message_container .message-box .message-left .article-nav a {
	display: inline-block;
	color: white;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.message_container .message-box .message-left .article-nav .last-page {
	height: 100%;
	padding: 0 30px;
	line-height: 62px;
	cursor: pointer;
	text-align: center
}

.message_container .message-box .message-left .article-nav .last-page .rotate {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	top: 2px
}

.message_container .message-box .message-left .article-nav .last-page:hover {
	background-color: #b60809
}

.message_container .message-box .message-left .article-nav .back {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	line-height: 62px;
	padding: 0 30px;
	cursor: pointer;
	text-align: center;
	border-right: 2px solid rgba(255, 255, 255, 0.33);
	border-left: 2px solid rgba(255, 255, 255, 0.33)
}

.message_container .message-box .message-left .article-nav .back:hover {
	background-color: #b60809
}

.message_container .message-box .message-left .article-nav .next-page {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	line-height: 62px;
	padding-right: 30px;
	padding: 0 30px;
	cursor: pointer;
	text-align: center
}

.message_container .message-box .message-left .article-nav .next-page:hover {
	background-color: #b60809
}

.message_container .message-box .message-left .article-nav .iconfont {
	font-size: 12px;
	line-height: 20px
}

.message_container .message-box .message-left .article-nav .icon-fanhui {
	font-size: 16px;
	margin-right: 2px
}

.message_container .message-box .message-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .4rem -moz-calc(50vw - 700px) 0 50px;
	padding: .4rem calc(50vw - 700px) 0 50px;
	background-color: #f9f9f9
}

.message_container .message-box .message-right .relation-title .cn {
	font-size: 30px
}

@media screen and (max-width: 1000px) {
	.message_container .message-box .message-right .relation-title .cn {
		margin-top: 20px
	}
}

.message_container .message-box .message-right .relation-title .en {
	font-size: 30px;
	font-family: myEn;
	text-transform: uppercase
}

.message_container .message-box .message-right .line {
	width: 24px;
	height: 3px;
	background-color: #e70012;
	margin-top: 20px
}

.message_container .message-box .message-right .relation-img {
	margin-top: 25px
}

.message_container .message-box .message-right .relation-img .img-box {
	margin-top: 40px;
	max-width: 290px;
	overflow: hidden
}

.message_container .message-box .message-right .relation-img .img-box .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.message_container .message-box .message-right .relation-img .img-box .img-info p:nth-of-type(1) {
	font-size: 16px;
	color: #999;
	line-height: 36px
}

.message_container .message-box .message-right .relation-img .img-box .img-info p:nth-of-type(2) {
	font-size: 20px;
	color: #000;
	line-height: 36px
}

.message_container .message-box .message-right .relation-img .img-box:nth-of-type(1) {
	margin-top: 0px
}

.message_container .message-box .message-right .relation-img .img-box:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

@media screen and (max-width: 1400px) {
	.message_container .message-box .message-left {
		margin-left: auto
	}

	.message_container .message-box .message-right {
		padding-right: 35px
	}
}

@media screen and (max-width: 1160px) {
	.message_container .message-box .message-left .article-nav {
		font-size: 12px
	}
}

@media screen and (max-width: 1000px) {
	.message_container .message-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.message_container .message-box .message-left {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none
	}

	.message_container .message-box .message-right {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		padding: 0 .2rem 50px .15rem
	}

	.message_container .message-box .message-right .relation-img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px
	}

	.message_container .message-box .message-right .relation-img .img-box:nth-of-type(1) {
		margin-top: 40px
	}

	.message_container .message-box .message-right .relation-img .img-box {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		text-align: center;
		max-width: none
	}

	.message_container .message-box .message-right .relation-img .img-box a {
		display: inline-block;
		width: 100%
	}

	.message_container .message-box .message-right .relation-img .img-box a .img {
		width: 100%;
		overflow: hidden
	}

	.message_container .message-box .message-right .relation-img .img-box a .img img {
		width: 100%;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s
	}

	.message_container .message-box .message-right .relation-img .img-box a .img-info p:nth-of-type(2) {
		font-size: 16px;
		line-height: 18px
	}
}

@media screen and (max-width: 600px) {
	.message_container .message-box .message-left .message-attr .attr li {
		margin: 0px 2px
	}

	.message_container .message-box .message-left .message-attr .attr .share .arr-circle {
		width: 20px;
		height: 20px
	}

	.message_container .message-box .message-left .message-attr .attr .share a {
		margin-left: 1px
	}

	.message_container .message-box .message-left .article-nav {
		font-size: 8px
	}

	.message_container .message-box .message-left .article-nav .back {
		padding: 0 5px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
		border-right: 2px solid rgba(255, 255, 255, 0.33);
		border-left: 2px solid rgba(255, 255, 255, 0.33);
		font-size: 16px
	}

	.message_container .message-box .message-left .article-nav .last-page {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0 5px;
		text-align: center;
		font-size: 16px
	}

	.message_container .message-box .message-left .article-nav .last-page .dis {
		display: none
	}

	.message_container .message-box .message-left .article-nav .next-page {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0 5px;
		text-align: center;
		font-size: 16px
	}

	.message_container .message-box .message-left .article-nav .next-page .dis {
		display: none
	}

	.message_container .message-box .message-right .relation-img .img-box a .img-info p:nth-of-type(2) {
		height: 36px;
		word-break: break-all;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}
}

.gprofile .Gprofile-title {
	margin-top: .6rem
}

@media screen and (max-width: 1000px) {
	.gprofile .Gprofile-title {
		margin-top: .4rem
	}
}

.gprofile .Gprofile-title .info-en {
	font-size: .1rem;
	letter-spacing: 3px
}

.gprofile .Gprofile-title .info-cn {
	font-size: .3rem;
	letter-spacing: 5px
}

.gprofile .Gprofile-title .info-cn i {
	font-size: .3rem
}

.Gprofile-des {
	margin-top: .25rem
}

@media screen and (max-width: 1000px) {
	.Gprofile-des {
		margin-top: .15rem
	}
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container {
	width: 100%;
	height: 480px
}

@media screen and (max-width: 750px) {
	.Gprofile-des .wp1400 .des-content .Gprofile-des-container {
		height: auto
	}
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide {
	font-size: 14px;
	line-height: 30px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 40px 0px 0px;
	color: #666;
	font-size: 16px
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide p {
	margin-bottom: 15px
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide img {
	max-width: 100%;
	height: auto !important
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide ul {
	list-style: disc
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide ul li {
	list-style: disc
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide ol {
	list-style: decimal
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide ol li {
	list-style: decimal
}

@media screen and (max-width: 1000px) {
	.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide {
		padding: 0px;
		font-size: 14px;
		line-height: 30px;
		font-size: 14px
	}

	.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide p {
		margin-bottom: 15px
	}

	.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide img {
		max-width: 100%;
		height: auto !important
	}

	.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide ul {
		list-style: disc
	}

	.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide ul li {
		list-style: disc
	}

	.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide ol {
		list-style: decimal
	}

	.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide ol li {
		list-style: decimal
	}
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide p {
	font-size: 14px;
	line-height: 30px;
	height: auto
}

@media screen and (max-width: 1000px) {
	.Gprofile-des .wp1400 .des-content .Gprofile-des-container .swiper-wrapper .Gprofile-des-slide p {
		font-size: 14px;
		line-height: 30px
	}
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .scrollbar-Gprofile {
	width: 6px
}

.Gprofile-des .wp1400 .des-content .Gprofile-des-container .scrollbar-Gprofile .swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.2) !important
}

.Gprofile-des .wp1400 .des-content .swiper-button {
	margin-top: .25rem;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1000px) {
	.Gprofile-des .wp1400 .des-content .swiper-button {
		display: none
	}
}

.Gprofile-des .wp1400 .des-content .swiper-button .swiper-button-prev1,
.Gprofile-des .wp1400 .des-content .swiper-button .swiper-button-next1 {
	position: static;
	outline: none;
	border: 1px solid #b0b0b0;
	color: #b0b0b0;
	width: 50px;
	height: 50px;
	margin-top: 0px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.Gprofile-des .wp1400 .des-content .swiper-button .swiper-button-prev1:before,
.Gprofile-des .wp1400 .des-content .swiper-button .swiper-button-next1:before {
	font-size: 20px
}

.Gprofile-des .wp1400 .des-content .swiper-button .swiper-button-prev1 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.Gprofile-des .wp1400 .des-content .swiper-button .swiper-button-next1 {
	margin-left: 8px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.Gprofile-des .wp1400 .des-content .swiper-button .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.Gprofile-img1 {
	margin-top: .5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 690px
}

@media screen and (max-width: 1000px) {
	.Gprofile-img1 {
		margin-top: .3rem
	}
}

.Gprofile-img1 .img1-left {
	max-width: 850px
}

.Gprofile-img1 .img1-left img {
	display: inline-block;
	width: 100%;
	height: 100%
}

.Gprofile-img1 .img1-right {
	margin-left: .09rem;
	max-width: 790px
}

.Gprofile-img1 .img1-right .gk2 img {
	display: inline-block;
	width: 100%;
	height: 100%
}

.Gprofile-img1 .img1-right .gk3 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: .1rem
}

.Gprofile-img1 .img1-right .gk3 img {
	display: inline-block;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 1440px) {
	.Gprofile-img1 {
		padding-right: .16rem
	}
}

.concept {
	margin-top: .35rem
}

.concept .wp1400 .concept-article {
	line-height: 30px;
	font-size: 14px
}

.concept .wp1400 .concept-article p {
	margin-bottom: 15px
}

.concept .wp1400 .concept-article img {
	max-width: 100%;
	height: auto !important
}

.concept .wp1400 .concept-article ul {
	list-style: disc
}

.concept .wp1400 .concept-article ul li {
	list-style: disc
}

.concept .wp1400 .concept-article ol {
	list-style: decimal
}

.concept .wp1400 .concept-article ol li {
	list-style: decimal
}

@media screen and (max-width: 1000px) {
	.concept .wp1400 .concept-article {
		font-size: 14px;
		line-height: 30px;
		font-size: 14px
	}

	.concept .wp1400 .concept-article p {
		margin-bottom: 15px
	}

	.concept .wp1400 .concept-article img {
		max-width: 100%;
		height: auto !important
	}

	.concept .wp1400 .concept-article ul {
		list-style: disc
	}

	.concept .wp1400 .concept-article ul li {
		list-style: disc
	}

	.concept .wp1400 .concept-article ol {
		list-style: decimal
	}

	.concept .wp1400 .concept-article ol li {
		list-style: decimal
	}
}

.concept .wp1400 .concept-article p {
	font-size: 14px;
	line-height: 30px;
	font-weight: lighter;
	height: auto;
	font-size: 14px
}

.concept .wp1400 .concept-article p p {
	margin-bottom: 15px
}

.concept .wp1400 .concept-article p img {
	max-width: 100%;
	height: auto !important
}

.concept .wp1400 .concept-article p ul {
	list-style: disc
}

.concept .wp1400 .concept-article p ul li {
	list-style: disc
}

.concept .wp1400 .concept-article p ol {
	list-style: decimal
}

.concept .wp1400 .concept-article p ol li {
	list-style: decimal
}

@media screen and (max-width: 1000px) {
	.concept .wp1400 .concept-article p {
		font-size: 14px;
		line-height: 30px;
		font-size: 14px
	}

	.concept .wp1400 .concept-article p p {
		margin-bottom: 15px
	}

	.concept .wp1400 .concept-article p img {
		max-width: 100%;
		height: auto !important
	}

	.concept .wp1400 .concept-article p ul {
		list-style: disc
	}

	.concept .wp1400 .concept-article p ul li {
		list-style: disc
	}

	.concept .wp1400 .concept-article p ol {
		list-style: decimal
	}

	.concept .wp1400 .concept-article p ol li {
		list-style: decimal
	}
}

.concept .wp1400 .concept-article .h2 {
	margin-bottom: .19rem;
	font-size: .15rem
}

@media screen and (max-width: 1000px) {
	.concept .wp1400 .concept-article .h2 {
		font-size: 20px
	}
}

.concept-img {
	margin-top: .5rem;
	margin-left: -moz-calc(50vw - 700px);
	margin-left: calc(50vw - 700px)
}

@media screen and (max-width: 1000px) {
	.concept-img {
		margin-top: .3rem
	}
}

.concept-img .concept-img-line1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.concept-img .concept-img-line1 .line1-1 {
	max-width: 550px;
	max-height: 500px;
	margin-right: .1rem
}

.concept-img .concept-img-line1 .line1-1 img {
	width: 100%;
	height: 100%
}

.concept-img .concept-img-line1 .line1-2 {
	max-width: 1090px;
	max-height: 500px
}

.concept-img .concept-img-line1 .line1-2 img {
	width: 100%;
	height: 100%
}

.concept-img .concept-img-line2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: .1rem
}

.concept-img .concept-img-line2 .line2-2 {
	max-width: 550px;
	max-height: 500px
}

.concept-img .concept-img-line2 .line2-2 img {
	max-width: 550px;
	max-height: 500px;
	width: 100%;
	height: 100%
}

.concept-img .concept-img-line2 .line2-1 {
	margin-right: .1rem;
	max-width: 1090px;
	max-height: 500px
}

.concept-img .concept-img-line2 .line2-1 img {
	max-width: 1090px;
	max-height: 500px;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 1440px) {
	.concept-img {
		padding-left: .16rem;
		margin-left: auto
	}
}

.d-history {
	margin-top: .3rem
}

.d-history .wp1400 .history-p {
	font-size: 14px;
	line-height: 30px;
	color: #666
}

.d-history .wp1400 .history-p p {
	margin-bottom: 15px
}

.d-history .wp1400 .history-p img {
	max-width: 100%;
	height: auto !important
}

.d-history .wp1400 .history-p ul {
	list-style: disc
}

.d-history .wp1400 .history-p ul li {
	list-style: disc
}

.d-history .wp1400 .history-p ol {
	list-style: decimal
}

.d-history .wp1400 .history-p ol li {
	list-style: decimal
}

@media screen and (max-width: 1440px) {
	.d-history .wp1400 .history-p {
		font-size: 14px;
		line-height: 30px
	}

	.d-history .wp1400 .history-p p {
		margin-bottom: 15px
	}

	.d-history .wp1400 .history-p img {
		max-width: 100%;
		height: auto !important
	}

	.d-history .wp1400 .history-p ul {
		list-style: disc
	}

	.d-history .wp1400 .history-p ul li {
		list-style: disc
	}

	.d-history .wp1400 .history-p ol {
		list-style: decimal
	}

	.d-history .wp1400 .history-p ol li {
		list-style: decimal
	}
}

.history-show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: .5rem
}

@media screen and (max-width: 1000px) {
	.history-show {
		margin-top: .3rem
	}
}

.history-show .history-left {
	position: relative;
	max-height: 540px;
	max-width: 396px
}

.history-show .history-left .history-left-img {
	display: none;
	width: 100%;
	height: 100%
}

.history-show .history-left .history-left-img img {
	display: inline-block;
	width: 100%;
	height: 100%
}

.history-show .history-left .active {
	display: block
}

.history-show .history-left .left-btn-box {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.history-show .history-left .left-btn-box .left-btn1 {
	height: 70px;
	width: 230px;
	background-color: white;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	text-align: right;
	line-height: 70px;
	margin-top: .08rem;
	opacity: .9
}

.history-show .history-left .left-btn-box .left-btn1 span {
	display: inline-block;
	margin-right: .05rem;
	font-size: .08rem
}

@media screen and (max-width: 1000px) {
	.history-show .history-left .left-btn-box .left-btn1 span {
		font-size: 12px;
		margin-right: 30px
	}
}

.history-show .history-left .left-btn-box .left-btn1:hover {
	cursor: pointer
}

.history-show .history-left .left-btn-box .on {
	background-color: #e70012;
	color: white;
	opacity: 1 !important
}

.history-show .history-right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .2rem;
	background-color: #f5f5f5;
	height: 540px
}

@media screen and (max-width: 1400px) {
	.history-show .history-right {
		padding: .15rem
	}
}

@media screen and (max-width: 750px) {
	.history-show .history-right {
		height: auto
	}
}

.history-show .history-right .history-des-container {
	max-height: 460px
}

@media screen and (max-width: 750px) {
	.history-show .history-right .history-des-container {
		max-height: none
	}
}

.history-show .history-right .history-des-container .history-des-slide {
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 {
	width: 840px;
	display: none
}

@media screen and (max-width: 1400px) {
	.history-show .history-right .history-des-container .history-des-slide .history-tab1 {
		width: -moz-calc(50vw + 50px);
		width: calc(50vw + 50px)
	}
}

@media screen and (max-width: 750px) {
	.history-show .history-right .history-des-container .history-des-slide .history-tab1 {
		width: auto !important
	}
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-title {
	margin-top: .2rem
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-title .tab1-title {
	font-size: 22px;
	font-weight: bold
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content {
	margin-top: .2rem
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content .content-ul {
	position: relative
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content .content-ul .content-li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: .2rem
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content .content-ul .content-li .year {
	width: 130px;
	position: relative;
	font-size: 16px;
	color: #666
}

@media screen and (max-width: 700px) {
	.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content .content-ul .content-li .year {
		width: 66px
	}
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content .content-ul .content-li .year:before {
	position: absolute;
	left: -44px;
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: white;
	border: 2px solid #ddd;
	z-index: 3
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content .content-ul .content-li .do {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 38px;
	font-size: 16px;
	color: #666
}

@media screen and (max-width: 700px) {
	.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content .content-ul .content-li .do {
		margin-left: 20px
	}
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content .content-ul .content-li:nth-of-type(1) {
	margin-top: 0px
}

.history-show .history-right .history-des-container .history-des-slide .history-tab1 .history-tab1-content .content-ul:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -35px;
	border-left: 2px solid #ddd;
	z-index: 1;
	height: 100%
}

.history-show .history-right .history-des-container .history-des-slide .active {
	display: block
}

.history-show .history-right .history-des-container .scrollbar-history {
	width: 6px
}

@media screen and (max-width: 750px) {
	.history-show .history-right .history-des-container .scrollbar-history {
		display: none
	}
}

.history-show .history-right .history-des-container .scrollbar-history .swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.2) !important
}

@media screen and (max-width: 1000px) {
	.history-show {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.history-show .history-left {
		max-width: 100%;
		max-height: 80%
	}

	.history-show .history-left .left-btn-box {
		height: 60%;
		width: 60%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.history-show .history-left .left-btn-box .left-btn1 {
		height: 25%;
		width: 100%;
		border-top-left-radius: 100px;
		border-bottom-left-radius: 100px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.history-show .history-left .left-btn-box .left-btn1 span {
		font-size: 4vw
	}
}

.honour {
	margin-top: .5rem;
	margin-left: -moz-calc(50vw - 700px);
	margin-left: calc(50vw - 700px);
	margin-bottom: .5rem
}

.honour .honour-show .honour-img {
	position: relative;
	max-width: 1660px;
	max-height: 600px
}

.honour .honour-show .honour-img .bk-img {
	width: 100%;
	height: 100%
}

.honour .honour-show .honour-img .img-time {
	width: 100%;
	position: absolute;
	bottom: 0px
}

.honour .honour-show .honour-img .img-time .time-box {
	position: relative;
	width: 1052px;
	margin-left: 114px
}

@media screen and (max-width: 1260px) {
	.honour .honour-show .honour-img .img-time .time-box {
		margin-left: 53px
	}
}

@media screen and (max-width: 1180px) {
	.honour .honour-show .honour-img .img-time .time-box {
		width: 950px
	}
}

@media screen and (max-width: 1100px) {
	.honour .honour-show .honour-img .img-time .time-box {
		width: 750px;
		margin: 0 auto
	}
}

@media screen and (max-width: 900px) {
	.honour .honour-show .honour-img .img-time .time-box {
		width: 550px;
		margin: 0 auto
	}
}

@media screen and (max-width: 700px) {
	.honour .honour-show .honour-img .img-time .time-box {
		width: 290px;
		margin: 0 auto
	}
}

@media screen and (max-width: 320px) {
	.honour .honour-show .honour-img .img-time .time-box {
		width: 220px;
		margin: 0 auto
	}
}

.honour .honour-show .honour-img .img-time .time-box .honourMenu-swiper .honourMenu-wrapper .swiper-slide {
	width: 60px !important;
	line-height: 70px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	margin-right: 40px;
	color: white
}

@media screen and (max-width: 1180px) {
	.honour .honour-show .honour-img .img-time .time-box .honourMenu-swiper .honourMenu-wrapper .swiper-slide {
		width: 40px
	}
}

@media screen and (max-width: 700px) {
	.honour .honour-show .honour-img .img-time .time-box .honourMenu-swiper .honourMenu-wrapper .swiper-slide {
		font-size: 16px;
		margin-right: 0px
	}
}

.honour .honour-show .honour-img .img-time .time-box .honourMenu-swiper .honourMenu-wrapper .on {
	font-size: 24px
}

@media screen and (max-width: 700px) {
	.honour .honour-show .honour-img .img-time .time-box .honourMenu-swiper .honourMenu-wrapper .on {
		font-size: 20px
	}
}

.honour .honour-show .honour-img .img-time .time-box .honourMenu-swiper .honourMenu-wrapper .swiper-slide:nth-last-of-type(1) {
	margin-right: 0px
}

.honour .honour-show .honour-img .img-time .time-box .honourMenu-swiper .honourMenu-wrapper .swiper-slide:before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: white;
	position: absolute;
	bottom: 0px;
	left: 20px
}

.honour .honour-show .honour-img .img-time .time-box .honourMenu-swiper .honourMenu-wrapper .on:before {
	background-color: #ce2532
}

.honour .honour-show .honour-img .img-time .time-box .honour-y-next,
.honour .honour-show .honour-img .img-time .time-box .honour-y-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ce2532;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	outline: none;
	margin-top: 0px
}

@media screen and (max-width: 700px) {

	.honour .honour-show .honour-img .img-time .time-box .honour-y-next,
	.honour .honour-show .honour-img .img-time .time-box .honour-y-prev {
		width: 25px;
		height: 25px
	}
}

.honour .honour-show .honour-img .img-time .time-box .honour-y-next:before,
.honour .honour-show .honour-img .img-time .time-box .honour-y-prev:before {
	font-size: 16px;
	color: white
}

@media screen and (max-width: 700px) {

	.honour .honour-show .honour-img .img-time .time-box .honour-y-next:before,
	.honour .honour-show .honour-img .img-time .time-box .honour-y-prev:before {
		font-size: 14px
	}
}

.honour .honour-show .honour-img .img-time .time-box .honour-y-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.honour .honour-show .honour-img .img-time .time-box .honour-y-prev {
	left: -42px
}

@media screen and (max-width: 700px) {
	.honour .honour-show .honour-img .img-time .time-box .honour-y-prev {
		left: -10%
	}
}

.honour .honour-show .honour-img .img-time .time-box .honour-y-next {
	right: -42px
}

@media screen and (max-width: 700px) {
	.honour .honour-show .honour-img .img-time .time-box .honour-y-next {
		right: -10%
	}
}

.honour .honour-show .honour-img .img-time .time-box .swiper-button-disabled {
	background-color: #dadee4 !important;
	opacity: 1 !important
}

.honour .honour-show .honour-img .img-time .time-box .swiper-button-disabled:after {
	color: #ce2532
}

.honour .honour-show .honour-img .img-time .time-img {
	margin-left: 140px
}

@media screen and (max-width: 1440px) {
	.honour .honour-show .honour-img .img-time .time-img {
		margin-left: -moz-calc(50vw - 560px);
		margin-left: calc(50vw - 560px)
	}
}

@media screen and (max-width: 1260px) {
	.honour .honour-show .honour-img .img-time .time-img {
		margin-left: 80px
	}
}

.honour .honour-show .honour-img .img-time .time-img img {
	width: 100%;
	height: 100%;
	max-width: 1001px
}

@media screen and (max-width: 1000px) {
	.honour .honour-show .honour-img .img-time .time-img {
		margin-left: 0px;
		padding: 0 50px
	}
}

@media screen and (max-width: 1000px) {
	.honour .honour-show .honour-img .img-time .time-img {
		margin-left: 0px;
		padding: 0 10px
	}
}

.honour .honour-swiper {
	margin-top: .1rem
}

.honour .honour-swiper .honour-container {
	display: none
}

.honour .honour-swiper .honour-container .swiper-slide .honour-slide-img {
	padding: .06rem;
	border: 1px solid #eee
}

.honour .honour-swiper .honour-container .swiper-slide .honour-slide-img .img-box {
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: .15rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%
}

.honour .honour-swiper .honour-container .swiper-slide .honour-slide-img .img-box .maxhw {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%
}

.honour .honour-swiper .honour-container .swiper-slide .honour-slide-img .img-box .maxhw .img {
	width: 100%;
	position: relative;
	padding-top: 71.11111%
}

.honour .honour-swiper .honour-container .swiper-slide .honour-slide-img .img-box .maxhw .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.honour .honour-swiper .honour-container .swiper-slide .honour-slide-name {
	text-align: center;
	font-size: .09rem;
	line-height: 46px
}

@media screen and (max-width: 500px) {
	.honour .honour-swiper .honour-container .swiper-slide .honour-slide-name {
		font-size: 24px
	}
}

.honour .honour-swiper .honour-container .honour-next,
.honour .honour-swiper .honour-container .honour-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	background-color: #ce2532;
	border-radius: 50%;
	color: white;
	outline: none;
	z-index: 9;
	cursor: pointer
}

@media screen and (max-width: 500px) {

	.honour .honour-swiper .honour-container .honour-next,
	.honour .honour-swiper .honour-container .honour-prev {
		height: 25px;
		width: 25px
	}
}

.honour .honour-swiper .honour-container .honour-next:before,
.honour .honour-swiper .honour-container .honour-prev:before {
	font-size: 14px
}

.honour .honour-swiper .honour-container .honour-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.honour .honour-swiper .honour-container .honour-next {
	right: 28px
}

@media screen and (max-width: 500px) {
	.honour .honour-swiper .honour-container .honour-next {
		right: 10px
	}
}

.honour .honour-swiper .honour-container .honour-prev {
	left: 28px
}

@media screen and (max-width: 500px) {
	.honour .honour-swiper .honour-container .honour-prev {
		left: 10px
	}
}

.honour .honour-swiper .honour-container .swiper-button-disabled {
	background-color: #a7a7a7 !important;
	color: #fafafa;
	opacity: 1 !important
}

.honour .honour-swiper .active {
	display: block
}

@media screen and (max-width: 1440px) {
	.honour {
		padding-left: 0px;
		margin-left: auto
	}
}

.staff {
	margin-top: .5rem;
	margin-bottom: .625rem
}

@media screen and (max-width: 1000px) {
	.staff {
		margin-top: .3rem
	}
}

.staff .wp1400 {
	background-color: #f7f7f7;
	padding: 50px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 {
		padding: 15px 20px
	}
}

.staff .wp1400 .detail-wrap {
	width: 100%
}

.staff .wp1400 .detail-wrap .swiper-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-height: 669px
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .swiper-box {
		display: block;
		height: auto
	}
}

.staff .wp1400 .detail-wrap .view {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-moz-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	position: relative;
	max-width: 1000px
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .view {
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-moz-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		margin-right: 0
	}
}

.staff .wp1400 .detail-wrap .view .swiper-slide {
	width: 100% !important;
	height: 100% !important;
	position: relative
}

.staff .wp1400 .detail-wrap .view .swiper-slide img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}

.staff .wp1400 .detail-wrap .view .swiper-slide .slide-word {
	font-size: 22px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .view .swiper-slide .slide-word {
		font-size: 14px;
		color: #fff;
		height: 40px;
		line-height: 40px
	}
}

.staff .wp1400 .detail-wrap .view .button-prev,
.staff .wp1400 .detail-wrap .view .button-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #7f8488;
	opacity: .9;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 5
}

@media screen and (max-width: 1000px) {

	.staff .wp1400 .detail-wrap .view .button-prev,
	.staff .wp1400 .detail-wrap .view .button-next {
		width: 30px;
		height: 30px;
		line-height: 30px
	}
}

.staff .wp1400 .detail-wrap .view .button-prev i,
.staff .wp1400 .detail-wrap .view .button-next i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	font-size: 20px;
	color: #fff
}

@media screen and (max-width: 1000px) {

	.staff .wp1400 .detail-wrap .view .button-prev i,
	.staff .wp1400 .detail-wrap .view .button-next i {
		margin-top: -2px;
		font-size: 14px
	}
}

.staff .wp1400 .detail-wrap .view .button-prev:hover,
.staff .wp1400 .detail-wrap .view .button-next:hover {
	background-color: #b60809
}

.staff .wp1400 .detail-wrap .view .button-prev {
	left: 20px;
	outline: none
}

.staff .wp1400 .detail-wrap .view .button-prev i {
	margin-left: -1px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .view .button-prev {
		left: 10px
	}
}

.staff .wp1400 .detail-wrap .view .button-next {
	right: 20px;
	outline: none
}

.staff .wp1400 .detail-wrap .view .button-next i {
	margin-right: -4px
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .view .button-next {
		right: 10px
	}
}

.staff .wp1400 .detail-wrap .preview {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 35px;
	position: relative;
	max-height: 669px
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .preview {
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-moz-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		margin: 15px 0px;
		padding: 0 20px
	}
}

.staff .wp1400 .detail-wrap .preview .preview-box {
	width: 100%;
	height: -moz-calc(100% - 80px);
	height: calc(100% - 80px)
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .preview .preview-box {
		height: 90px
	}
}

.staff .wp1400 .detail-wrap .preview .preview-box .preview-slide {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin: -5px -10px
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .preview .preview-box .preview-slide {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin: auto
	}
}

.staff .wp1400 .detail-wrap .preview .preview-box .preview-slide .slide {
	width: 53% !important;
	height: 16.6%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	cursor: pointer
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .preview .preview-box .preview-slide .slide {
		width: auto !important;
		height: auto !important;
		padding: 0px;
		margin-top: 0px !important
	}
}

.staff .wp1400 .detail-wrap .preview .preview-box .preview-slide .slide img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #f7f7f7;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.staff .wp1400 .detail-wrap .preview .preview-box .preview-slide .swiper-slide-thumb-active img {
	border: 3px solid red
}

.staff .wp1400 .detail-wrap .preview .btn-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 55px;
	z-index: 5;
	padding: 0 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .preview .btn-box {
		display: none
	}
}

.staff .wp1400 .detail-wrap .preview .btn-box .button-prev i {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.staff .wp1400 .detail-wrap .preview .btn-box .button-next i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.staff .wp1400 .detail-wrap .preview .button-prev,
.staff .wp1400 .detail-wrap .preview .button-next {
	width: 50%;
	height: 100%;
	line-height: 55px;
	text-align: center;
	background-color: #414141;
	cursor: pointer;
	outline: none
}

.staff .wp1400 .detail-wrap .preview .button-prev i,
.staff .wp1400 .detail-wrap .preview .button-next i {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #fff
}

.staff .wp1400 .detail-wrap .preview .button-prev:hover,
.staff .wp1400 .detail-wrap .preview .button-next:hover {
	background-color: #d70010
}

.staff .wp1400 .detail-wrap .preview .button-prev {
	border-right: 1px solid #808080;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1000px) {
	.staff .wp1400 .detail-wrap .preview .button-prev {
		border-right: none
	}
}

.staff .wp1400 .detail-wrap .preview .m-button-prev,
.staff .wp1400 .detail-wrap .preview .m-button-next {
	display: none;
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #666;
	cursor: pointer;
	z-index: 9
}

.staff .wp1400 .detail-wrap .preview .m-button-prev i,
.staff .wp1400 .detail-wrap .preview .m-button-next i {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #fff
}

@media screen and (max-width: 1000px) {

	.staff .wp1400 .detail-wrap .preview .m-button-prev,
	.staff .wp1400 .detail-wrap .preview .m-button-next {
		display: block
	}
}

.staff .wp1400 .detail-wrap .preview .m-button-prev {
	left: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.staff .wp1400 .detail-wrap .preview .m-button-next {
	right: 0
}

.partnenrs .title-container .info-en {
	font-size: .1rem
}

.partnenrs .title-container .info-cn {
	font-size: .3rem;
	letter-spacing: 5px
}

.partnenrs .title-container .info-cn i {
	font-size: .3rem
}

.partnenrs .partners-layout {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: .6rem;
	max-height: 680px
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-layout {
		margin-top: 0px
	}
}

.partnenrs .partners-layout .layout-img {
	max-width: 1100px;
	max-height: 680px
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-layout .layout-img {
		margin-top: .12rem
	}
}

.partnenrs .partners-layout .layout-img img {
	width: 100%;
	height: 100%
}

.partnenrs .partners-layout .layout-des {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-height: 680px;
	max-width: 560px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 125px;
	padding-top: .5rem;
	min-width: 400px
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-layout .layout-des {
		max-height: none;
		max-width: none;
		padding-left: 0px;
		padding-top: .3rem;
		min-width: auto
	}

	.partnenrs .partners-layout .layout-des .title-container .info-en {
		text-align: center
	}

	.partnenrs .partners-layout .layout-des .title-container .info-cn {
		text-align: center
	}
}

.partnenrs .partners-layout .layout-des .des-s {
	font-size: 22px;
	line-height: 30px;
	margin-top: .35rem
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-layout .layout-des .des-s {
		text-align: center;
		margin-top: .2rem
	}
}

.partnenrs .partners-layout .layout-des .des-c {
	font-size: 14px;
	line-height: 30px;
	margin-top: .18rem;
	color: #666
}

.partnenrs .partners-layout .layout-des .des-c p {
	margin-bottom: 15px
}

.partnenrs .partners-layout .layout-des .des-c img {
	max-width: 100%;
	height: auto !important
}

.partnenrs .partners-layout .layout-des .des-c ul {
	list-style: disc
}

.partnenrs .partners-layout .layout-des .des-c ul li {
	list-style: disc
}

.partnenrs .partners-layout .layout-des .des-c ol {
	list-style: decimal
}

.partnenrs .partners-layout .layout-des .des-c ol li {
	list-style: decimal
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-layout .layout-des .des-c {
		text-align: center;
		padding: 0 .16rem
	}
}

@media screen and (max-width: 1400px) {
	.partnenrs .partners-layout {
		padding-right: 0px
	}
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-layout {
		max-height: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap-reverse;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
}

.partnenrs .partners-par {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: .65rem;
	padding-left: -moz-calc(50vw - 700px);
	padding-left: calc(50vw - 700px)
}

@media screen and (max-width: 1400px) {
	.partnenrs .partners-par {
		padding-left: 0px
	}
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-par {
		margin-top: .5rem
	}
}

.partnenrs .partners-par .par-box {
	position: relative
}

.partnenrs .partners-par .par-box .box-right {
	max-width: 820px;
	margin-left: 1vw
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-par .par-box .box-right {
		margin-left: 0px;
		margin-top: 24px
	}
}

.partnenrs .partners-par .par-box .box-right .partners-par-img img {
	width: 100%;
	height: 100%
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-par .par-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.partnenrs .partners-par .par-box .box-left .title-container .info-en {
		text-align: center
	}

	.partnenrs .partners-par .par-box .box-left .title-container .info-cn {
		text-align: center
	}

	.partnenrs .partners-par .par-box .box-right {
		max-width: none;
		width: 100% !important
	}

	.partnenrs .partners-par .par-box .box-right .partners-par-img {
		position: relative
	}

	.partnenrs .partners-par .par-box .box-right .partners-par-img img {
		width: 100%;
		height: 100%
	}
}

.partnenrs .partners-par .par-box .swiper-button-container {
	margin-top: .4rem
}

.partnenrs .partners-par .par-box .swiper-button-container .swiper-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-next,
.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-prev {
	position: static;
	width: 70px;
	height: 70px;
	background-color: #b60809;
	outline: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

@media screen and (max-width: 700px) {

	.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-next,
	.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-prev {
		width: 35px;
		height: 35px
	}
}

.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-prev:before,
.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-next:before {
	font-size: 20px;
	color: white
}

.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-next:hover,
.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-prev:hover {
	background-color: #b60809
}

.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-prev {
		left: 0px
	}
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .partners-next {
		left: 70px
	}
}

.partnenrs .partners-par .par-box .swiper-button-container .swiper-button .swiper-button-disabled {
	opacity: 1;
	background-color: #454545 !important
}

.partnenrs .partners-par .par-des {
	font-size: 14px;
	line-height: 30px;
	max-width: 750px;
	color: #666;
	margin-top: .3rem
}

.partnenrs .partners-par .par-des p {
	margin-bottom: 15px
}

.partnenrs .partners-par .par-des img {
	max-width: 100%;
	height: auto !important
}

.partnenrs .partners-par .par-des ul {
	list-style: disc
}

.partnenrs .partners-par .par-des ul li {
	list-style: disc
}

.partnenrs .partners-par .par-des ol {
	list-style: decimal
}

.partnenrs .partners-par .par-des ol li {
	list-style: decimal
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-par .par-des {
		text-align: center;
		max-width: none;
		padding: 0 .16rem;
		margin-top: .2rem
	}
}

.partnenrs .partners-par .swiper-box {
	width: 1400px;
	margin-top: .1rem
}

@media screen and (max-width: 1550px) {
	.partnenrs .partners-par .swiper-box {
		width: 1300px
	}
}

@media screen and (max-width: 1400px) {
	.partnenrs .partners-par .swiper-box {
		width: 1100px
	}
}

@media screen and (max-width: 1300px) {
	.partnenrs .partners-par .swiper-box {
		width: 1000px
	}
}

@media screen and (max-width: 1250px) {
	.partnenrs .partners-par .swiper-box {
		width: 800px
	}
}

@media screen and (max-width: 1150px) {
	.partnenrs .partners-par .swiper-box {
		width: 600px
	}
}

@media screen and (max-width: 1000px) {
	.partnenrs .partners-par .swiper-box {
		width: 100%
	}
}

@media screen and (max-width: 700px) {
	.partnenrs .partners-par .swiper-box {
		bottom: -300px
	}
}

@media screen and (max-width: 500px) {
	.partnenrs .partners-par .swiper-box {
		bottom: -250px
	}
}

.partnenrs .partners-par .swiper-box .logo-box .logo-box2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.partnenrs .partners-par .swiper-box .logo-box .logo-box2 .box-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%
}

@media screen and (max-width: 700px) {
	.partnenrs .partners-par .swiper-box .logo-box .logo-box2 .box-img {
		width: 33.333%
	}
}

.partnenrs .partners-par .swiper-box .logo-box .logo-box2 .box-img img {
	display: inline-block;
	width: 100%;
	height: 100%
}

.partnenrs .partners-par .swiper-box .logo-box .logo-box2 .box-img:nth-of-type(1n+1) {
	background-color: #fff
}

.partnenrs .partners-par .swiper-box .logo-box .logo-box2 .box-img:nth-of-type(2n+2) {
	background-color: #f8f8f8
}

.partnenrs-al {
	position: relative;
	background-color: #f5f5f5;
	margin-top: .75rem;
	padding-top: .55rem;
	padding-bottom: .6rem
}

@media screen and (max-width: 700px) {
	.partnenrs-al {
		margin-top: .5rem;
		padding: .5rem 0
	}
}

.partnenrs-al .title-container .info-en {
	text-align: center
}

.partnenrs-al .title-container .info-cn {
	text-align: center
}

.partnenrs-al .al-lunbo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: .325rem;
	position: relative
}

@media screen and (max-width: 700px) {
	.partnenrs-al .al-lunbo {
		display: none
	}
}

.partnenrs-al .al-lunbo .al-container {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.partnenrs-al .al-lunbo .swiper-slide .slide-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	margin: -10px
}

.partnenrs-al .al-lunbo .swiper-slide .slide-box .box-img:nth-of-type(1) {
	width: 50%
}

.partnenrs-al .al-lunbo .swiper-slide .slide-box .box-img:nth-of-type(2) {
	width: 50%
}

.partnenrs-al .al-lunbo .swiper-slide .slide-box .box-img:nth-of-type(3) {
	width: 33.3%
}

.partnenrs-al .al-lunbo .swiper-slide .slide-box .box-img:nth-of-type(4) {
	width: 33.3%
}

.partnenrs-al .al-lunbo .swiper-slide .slide-box .box-img:nth-of-type(5) {
	width: 33.3%
}

.partnenrs-al .al-lunbo .swiper-slide .slide-box .box-img {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px
}

.partnenrs-al .al-lunbo .swiper-slide .slide-box .box-img img {
	width: 100%
}

.partnenrs-al .al-lunbo .swiper-slide .slide-box .box-img .dsc {
	position: absolute;
	bottom: .1rem;
	left: .1rem;
	font-size: 16px;
	font-weight: lighter;
	color: #f5f5f5
}

.partnenrs-al .al-lunbo .al-next,
.partnenrs-al .al-lunbo .al-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	width: .35rem;
	height: .35rem;
	background-color: #454545;
	outline: none
}

.partnenrs-al .al-lunbo .al-prev {
	left: -80px
}

.partnenrs-al .al-lunbo .al-next {
	right: -80px
}

@media screen and (max-width: 700px) {
	.partnenrs-al .al-lunbo .al-prev {
		left: -45px
	}

	.partnenrs-al .al-lunbo .al-next {
		right: -45px
	}

	.partnenrs-al .al-lunbo .al-prev,
	.partnenrs-al .al-lunbo .al-next {
		width: 35px;
		height: 35px
	}
}

.partnenrs-al .al-lunbo .al-prev:before,
.partnenrs-al .al-lunbo .al-next:before {
	font-size: 22px;
	color: white
}

.partnenrs-al .al-lunbo .al-next:hover,
.partnenrs-al .al-lunbo .al-prev:hover {
	background-color: #b60809
}

.partnenrs-al .al-lunbo .al-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.partnenrs-al .al-lunbo .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.partnenrs-al .al-lunbo-mobile {
	display: none;
	margin-top: .325rem
}

@media screen and (max-width: 700px) {
	.partnenrs-al .al-lunbo-mobile {
		display: block
	}
}

.partnenrs-al .al-lunbo-mobile .mobile-box .al-slide-img {
	position: relative;
	max-width: 690px;
	max-height: 450px
}

.partnenrs-al .al-lunbo-mobile .mobile-box .al-slide-img img {
	width: 100%;
	height: 100%
}

.partnenrs-al .al-lunbo-mobile .mobile-box .al-slide-img .dsc {
	position: absolute;
	bottom: .1rem;
	left: .1rem;
	font-size: 16px;
	font-weight: lighter;
	color: #f5f5f5
}

.partnenrs-al .al-lunbo-mobile .mobile-box .al-mobile-next,
.partnenrs-al .al-lunbo-mobile .mobile-box .al-mobile-prev {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	width: .35rem;
	height: .35rem;
	background-color: #454545;
	outline: none;
	margin-top: auto;
	z-index: 9
}

.partnenrs-al .al-lunbo-mobile .mobile-box .al-mobile-prev {
	top: -moz-calc(50% + 32.5px);
	top: calc(50% + 32.5px);
	left: 10px
}

.partnenrs-al .al-lunbo-mobile .mobile-box .al-mobile-next {
	top: -moz-calc(50% + 32.5px);
	top: calc(50% + 32.5px);
	right: 10px
}

.partnenrs-al .al-lunbo-mobile .mobile-box .al-mobile-prev:before,
.partnenrs-al .al-lunbo-mobile .mobile-box .al-mobile-next:before {
	font-size: 22px;
	color: white
}

.partnenrs-al .al-lunbo-mobile .mobile-box .al-mobile-next:hover,
.partnenrs-al .al-lunbo-mobile .mobile-box .al-mobile-prev:hover {
	background-color: #b60809
}

.partnenrs-al .al-lunbo-mobile .mobile-box .al-mobile-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.partnenrs-al .al-lunbo-mobile .mobile-box .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.partnenrs-al .wp1560 {
	max-width: 1560px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 80px
}

@media screen and (max-width: 700px) {
	.partnenrs-al .wp1560 {
		padding: 0 45px
	}
}

.linian .title-container {
	margin-top: .61rem
}

@media screen and (max-width: 1000px) {
	.linian .title-container {
		margin-top: .3rem
	}
}

.linian .linian-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -moz-calc(50vw - 710px);
	margin-left: calc(50vw - 710px);
	margin-top: .5rem
}

@media screen and (max-width: 1410px) {
	.linian .linian-img {
		margin-left: 0px
	}
}

@media screen and (max-width: 1000px) {
	.linian .linian-img {
		margin-top: .2rem
	}
}

.linian .linian-img .img1 {
	max-width: 1140px;
	max-height: 690px
}

.linian .linian-img .img2 {
	max-width: 500px;
	max-height: 690px;
	margin-left: .1rem
}

.linian .linian-img img {
	width: 100%;
	height: 100%
}

.linian .linian-ln {
	margin-right: -moz-calc(50vw - 700px);
	margin-right: calc(50vw - 700px);
	margin-top: .5rem;
	margin-bottom: .65rem;
	overflow: hidden
}

@media screen and (max-width: 1400px) {
	.linian .linian-ln {
		margin-right: 0px
	}
}

@media screen and (max-width: 1000px) {
	.linian .linian-ln {
		margin-top: .2rem
	}
}

.linian .linian-ln .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px;
	overflow: hidden
}

.linian .linian-ln .col .col-3 {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px
}

@media screen and (max-width: 1000px) {
	.linian .linian-ln .col .col-3 {
		width: 50%
	}
}

.linian .linian-ln .col .col-3 .col-box {
	padding: .4rem .14rem;
	background-color: #f5f5f5;
	cursor: pointer;
}


.linian .linian-ln .col .col-3 .col-box .icon {
	text-align: center
}

.linian .linian-ln .col .col-3 .col-box .icon i {
	font-size: 90px;
	color: #999
}


.linian .linian-ln .col .col-3 .col-box .name {
	margin-top: .3rem;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	text-align: center
}


.linian .linian-ln .col .col-3 .col-box .des {
	font-size: .08rem;
	margin-top: .1rem;
	line-height: .2rem;
	color: #777;
	text-align: center;
	height: 120px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden
}

@media screen and (max-width: 1700px) {
	.linian .linian-ln .col .col-3 .col-box .des {
		font-size: 14px;
		line-height: 25px;
	}
}

@media screen and (max-width: 700px) {
	.linian .linian-ln .col .col-3 .col-box .des {
			font-size: 14px;
			line-height: 25px
	}
}

.linian .linian-ln .col .col-3 .col-box:hover {
	background-color: #ce2532
}

.linian .linian-ln .col .col-3 .col-box:hover .icon i {
	color: #fff
}

.linian .linian-ln .col .col-3 .col-box:hover .name {
	color: #fff
}

.linian .linian-ln .col .col-3 .col-box:hover .des {
	color: #fff;
	opacity: .8
}

.rc-ln {
	margin-top: .25rem;
	width: 100%
}

.rc-ln .wp1400 .rc-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: -5px;
	overflow: hidden
}

.rc-ln .wp1400 .rc-box .box {
	padding: 5px;
	margin: -5px 0
}

.rc-ln .wp1400 .rc-box .box .box-c {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0
}

.rc-ln .wp1400 .rc-box .box img {
	width: 100%;
	height: 100%
}

.rc-ln .wp1400 .rc-box .box .word .word-bc {
	background-color: #f5f5f5;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.rc-ln .wp1400 .rc-box .box .word .word-bc .word-bc-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.rc-ln .wp1400 .rc-box .box .word .word-bc .word-bc-content .center .p1 {
	text-align: center;
	font-size: 28px;
	line-height: 30px
}

.rc-ln .wp1400 .rc-box .box .word .word-bc .word-bc-content .center .p2 {
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	color: #666;
	margin-top: .15rem
}

@media screen and (max-width: 700px) {
	.rc-ln .wp1400 .rc-box .box .word .word-bc .word-bc-content .center .p2 {
		line-height: 26px
	}
}

.rc-ln .wp1400 .rc-box .rc-ln-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 450px;
	width: 100%
}

@media screen and (max-width: 1000px) {
	.rc-ln .wp1400 .rc-box .rc-ln-left {
		display: block
	}
}

.rc-ln .wp1400 .rc-box .rc-ln-left .box-c {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.rc-ln .wp1400 .rc-box .rc-ln-left .box-c .word-bc1 {
	padding: 20px .3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.rc-ln .wp1400 .rc-box .rc-ln-left .box-c .word-bc2 {
	padding: 20px .3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.rc-ln .wp1400 .rc-box .rc-ln-center {
	max-width: 500px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (max-width: 1000px) {
	.rc-ln .wp1400 .rc-box .rc-ln-center {
		display: block
	}
}

.rc-ln .wp1400 .rc-box .rc-ln-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 430px;
	width: 100%
}

@media screen and (max-width: 1000px) {
	.rc-ln .wp1400 .rc-box .rc-ln-right {
		display: block
	}
}

.rc-ln .wp1400 .rc-box .rc-ln-right .box-c {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.rc-ln .wp1400 .rc-box .rc-ln-right .box-c .word-bc {
	padding: 20px .25rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1000px) {
	.rc-ln .wp1400 .rc-box {
		display: block
	}

	.rc-ln .wp1400 .rc-box .rc-ln-left {
		max-width: none;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.rc-ln .wp1400 .rc-box .rc-ln-right {
		max-width: none;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.rc-ln .wp1400 .rc-box .rc-ln-center {
		max-width: none;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.rc-fl {
	background-color: #f5f5f5;
	margin-top: .5rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	width: 100%;
	overflow: hidden
}

@media screen and (max-width: 1000px) {
	.rc-fl {
		margin-top: .3rem;
		padding-top: .3rem;
		padding-bottom: .3rem
	}
}

.rc-fl .wp1400 .fl-one {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1000px) {
	.rc-fl .wp1400 .fl-one {
		display: block
	}
}

.rc-fl .wp1400 .fl-one .fl-long {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: #fff;
	padding: .14rem
}

@media screen and (max-width: 1400px) {
	.rc-fl .wp1400 .fl-one .fl-long {
		padding: 15px
	}
}

@media screen and (max-width: 700px) {
	.rc-fl .wp1400 .fl-one .fl-long {
		display: block;
		padding: 40px 16px
	}
}

.rc-fl .wp1400 .fl-one .fl-long .fl-long-left,
.rc-fl .wp1400 .fl-one .fl-long .fl-long-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.rc-fl .wp1400 .fl-one .fl-long .fl-long-left .left-name,
.rc-fl .wp1400 .fl-one .fl-long .fl-long-right .left-name {
	font-size: .14rem;
	line-height: 30px
}

@media screen and (max-width: 700px) {

	.rc-fl .wp1400 .fl-one .fl-long .fl-long-left .left-name,
	.rc-fl .wp1400 .fl-one .fl-long .fl-long-right .left-name {
		font-size: 22px
	}
}

@media screen and (max-width: 1400px) {

	.rc-fl .wp1400 .fl-one .fl-long .fl-long-left,
	.rc-fl .wp1400 .fl-one .fl-long .fl-long-right {
		padding: 20px 10px 0px 22px;
		line-height: 25px
	}
}

@media screen and (max-width: 700px) {

	.rc-fl .wp1400 .fl-one .fl-long .fl-long-left,
	.rc-fl .wp1400 .fl-one .fl-long .fl-long-right {
		padding: 0px
	}
}

.rc-fl .wp1400 .fl-one .fl-long .fl-long-left .left-dsc ul li,
.rc-fl .wp1400 .fl-one .fl-long .fl-long-right .left-dsc ul li {
	color: #666;
	font-size: .09rem;
	line-height: 36px
}

.rc-fl .wp1400 .fl-one .fl-long .fl-long-left .left-dsc ul li span,
.rc-fl .wp1400 .fl-one .fl-long .fl-long-right .left-dsc ul li span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #666;
	margin-bottom: 3px
}

.rc-fl .wp1400 .fl-one .fl-long .fl-long-left .left-dsc ul li:nth-of-type(1),
.rc-fl .wp1400 .fl-one .fl-long .fl-long-right .left-dsc ul li:nth-of-type(1) {
	margin-top: .1rem
}

@media screen and (max-width: 700px) {

	.rc-fl .wp1400 .fl-one .fl-long .fl-long-left .left-dsc ul li,
	.rc-fl .wp1400 .fl-one .fl-long .fl-long-right .left-dsc ul li {
		line-height: 26px;
		font-size: 18px
	}
}

.rc-fl .wp1400 .fl-one .fl-long .fl-long-right {
	padding: 45px 20px 0px 52px
}

.rc-fl .wp1400 .fl-one .fl-long .fl-long-left {
	padding: 45px 0px 0px 30px;
	border-right: 1px dashed #e5e5e5
}

@media screen and (max-width: 700px) {
	.rc-fl .wp1400 .fl-one .fl-long .fl-long-left {
		padding: 0px;
		padding-bottom: 40px;
		border-right: none;
		border-bottom: 1px dashed #e5e5e5
	}
}

@media screen and (max-width: 700px) {
	.rc-fl .wp1400 .fl-one .fl-long .fl-long-right {
		padding: 0px;
		padding-top: 40px
	}
}

.rc-fl .wp1400 .fl-one .fl-short {
	margin-left: 10px
}

@media screen and (max-width: 1400px) {
	.rc-fl .wp1400 .fl-one .fl-short {
		margin-left: 0px;
		margin-top: 10px
	}
}

.rc-fl .wp1400 .fl-one .fl-short .img {
	height: 100%;
	width: 500px
}

@media screen and (max-width: 1400px) {
	.rc-fl .wp1400 .fl-one .fl-short .img {
		width: 100%
	}
}

.rc-fl .wp1400 .fl-one .fl-short .img img {
	width: 100%;
	height: 100%
}

.rc-fl .wp1400 .fl-two {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	width: 100%
}

@media screen and (max-width: 700px) {
	.rc-fl .wp1400 .fl-two {
		display: block
	}
}

.rc-fl .wp1400 .fl-two .fl-short {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin: -5px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.rc-fl .wp1400 .fl-two .fl-short .img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 100%
}

.rc-fl .wp1400 .fl-two .fl-short .img img {
	width: 100%;
	height: 100%
}

.rc-fl .wp1400 .fl-two .fl-short .img1 {
	width: 100%;
	max-width: -moz-calc(50% - 10px);
	max-width: calc(50% - 10px)
}

.rc-fl .wp1400 .fl-two .fl-short .img2 {
	width: 100%;
	max-width: -moz-calc(50% + 10px);
	max-width: calc(50% + 10px)
}

.rc-fl .wp1400 .fl-two .fl-long {
	max-width: 600px;
	width: 100%;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media screen and (max-width: 700px) {
	.rc-fl .wp1400 .fl-two .fl-long {
		margin-left: 0px;
		margin-top: 10px
	}
}

.rc-fl .wp1400 .fl-two .fl-long img {
	width: 100%;
	height: 100%
}

.rc-fl .wp1400 .fl-three {
	margin-top: 10px
}

@media screen and (max-width: 700px) {
	.rc-fl .wp1400 .fl-three {
		margin-top: 0px
	}
}

.rc-fl .wp1400 .fl-three .fl-short {
	margin-left: 0px;
	margin-right: 10px
}

@media screen and (max-width: 1400px) {
	.rc-fl .wp1400 .fl-three .fl-short {
		margin-right: 0px
	}
}

.rc-fl .wp1400 .fl-three .fl-long {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media screen and (max-width: 700px) {
	.rc-fl .wp1400 .fl-three .fl-long {
		margin-top: 10px
	}
}

.full {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.full .full-img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.full .full-left {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e70012;
	padding: 80px 0px 120px
}

.full .full-left .left-box {
	margin-left: -moz-calc(50vw - 700px);
	margin-left: calc(50vw - 700px);
	padding-left: .6rem
}

@media screen and (max-width: 1400px) {
	.full .full-left .left-box {
		margin-left: 0px
	}
}

@media screen and (max-width: 700px) {
	.full .full-left .left-box {
		padding-left: 16px
	}
}

.full .full-left .left-box .left-one {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: .2rem
}

.full .full-left .left-box .left-one .icon {
	font-size: 65px;
	color: #fff
}

.full .full-left .left-box .left-one .zx {
	margin-left: .175rem
}

.full .full-left .left-box .left-one .zx p:nth-of-type(1) {
	font-size: 22px;
	line-height: 30px;
	color: #fff
}

@media screen and (max-width: 700px) {
	.full .full-left .left-box .left-one .zx p:nth-of-type(1) {
		font-size: 14px
	}
}

.full .full-left .left-box .left-one .zx p:nth-of-type(2) {
	font-size: 32px;
	line-height: 30px;
	color: #fff;
	margin-top: 10px
}

@media screen and (max-width: 700px) {
	.full .full-left .left-box .left-one .zx p:nth-of-type(2) {
		font-size: 24px
	}
}

.full .full-left .left-box .left-one:nth-of-type(1) {
	margin-top: 0px
}

.full .full-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 50%;
	background-color: #f7f7f7
}

.full .full-right .right-box {
	padding: 80px 0px 0px 90px
}

.full .full-right .right-box .box-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.full .full-right .right-box .box-title .title-name {
	font-size: .15rem;
	line-height: .15rem
}

.full .full-right .right-box .box-title .map {
	position: relative;
	left: 10px;
	display: inline-block;
	width: 100px;
	height: 30px;
	border-radius: 30px;
	background-color: #666;
	text-align: center;
	line-height: 30px
}

.full .full-right .right-box .box-title .map a {
	color: #e0e0e0;
	font-size: 14px
}

@media screen and (max-width: 1250px) {
	.full .full-right .right-box .box-title .map {
		left: 0px
	}
}

@media screen and (max-width: 1000px) {
	.full .full-right .right-box .box-title .map {
		left: 10px
	}
}

@media screen and (max-width: 700px) {
	.full .full-right .right-box .box-title .map a {
		font-size: 12px
	}
}

.full .full-right .right-box .box-title .map:hover {
	background-color: #b60809
}

.full .full-right .right-box .link .link-one {
	margin-top: .15rem
}

.full .full-right .right-box .link .link-one .icon {
	display: inline-block
}

.full .full-right .right-box .link .link-one .icon i {
	font-size: .12rem;
	color: red
}

@media screen and (max-width: 700px) {
	.full .full-right .right-box .link .link-one .icon i {
		font-size: 18px
	}
}

.full .full-right .right-box .link .link-one .word {
	font-size: .08rem;
	color: #666
}

@media screen and (max-width: 700px) {
	.full .full-right .right-box .link .link-one .word {
		font-size: 14px
	}
}

@media screen and (max-width: 1000px) {
	.full {
		display: block;
		padding: 0 .16rem
	}

	.full .full-left {
		width: 100%
	}

	.full .full-right {
		width: 100%
	}

	.full .full-img {
		display: none
	}
}

@media screen and (max-width: 700px) {
	.full .full-left {
		padding: 20px 0px
	}

	.full .full-right .right-box {
		padding: 32px 0px 32px 16px
	}
}

.gps {
	margin-top: .2rem;
	margin-bottom: .6rem
}

.gps .wp1400 .gps-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
	overflow: hidden
}

.gps .wp1400 .gps-box .gps-box-pad {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 50%
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 {
	padding: 50px 35px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f7f7f7;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .gps-box-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .icon i {
	font-size: 34px
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .word {
	margin-left: 10px
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .word .name {
	font-size: 22px
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .word .dsc {
	margin-top: .15rem;
	color: #666
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .word .dsc p {
	font-size: 16px;
	line-height: 30px
}

@media screen and (max-width: 700px) {
	.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .word .dsc p {
		font-size: 14px;
		line-height: 25px
	}
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .word .dsc p:nth-of-type(2) {
	height: 60px
}

@media screen and (max-width: 700px) {
	.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .word .dsc p:nth-of-type(2) {
		height: auto
	}
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .gps-map {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .gps-map .map {
	display: inline-block;
	width: 100px;
	height: 30px;
	border-radius: 30px;
	background-color: #666;
	text-align: center;
	line-height: 30px;
	overflow: hidden
}

.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .gps-map .map a {
	color: #e0e0e0;
	font-size: 14px
}

.gps .wp1400 .gps-box .gps-box-pad:hover .gps-box-1 {
	background-color: #e70012
}

.gps .wp1400 .gps-box .gps-box-pad:hover .gps-box-1 .icon i {
	color: #fff
}

.gps .wp1400 .gps-box .gps-box-pad:hover .gps-box-1 .word .name,
.gps .wp1400 .gps-box .gps-box-pad:hover .gps-box-1 .word .dsc {
	color: #fff
}

.gps .wp1400 .gps-box .gps-box-pad:hover .gps-box-1 .gps-map .map {
	background-color: #fff
}

.gps .wp1400 .gps-box .gps-box-pad:hover .gps-box-1 .gps-map .map a {
	color: #5f5f5f
}

@media screen and (max-width: 1000px) {
	.gps .wp1400 .gps-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.gps .wp1400 .gps-box .gps-box-pad {
		width: 100%
	}
}

@media screen and (max-width: 700px) {
	.gps .wp1400 .gps-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.gps .wp1400 .gps-box .gps-box-pad {
		width: 100%
	}

	.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 5px
	}

	.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .icon i {
		font-size: 26px
	}

	.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .word .name {
		font-size: 16px
	}

	.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .word .des p {
		font-size: 12px
	}

	.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .gps-map {
		margin-top: 15px;
		margin-left: 36px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .gps-map .map {
		width: 100px;
		height: 30px;
		line-height: 30px
	}

	.gps .wp1400 .gps-box .gps-box-pad .gps-box-1 .gps-map .map a {
		font-size: 12px
	}
}

@font-face {
	font-family: 'my1920';
	src: url("../font/tt0524m_.eot");
	src: local("☺"), url("../font/tt0524m_.woff") format("woff"), url("../font/tt0524m_.ttf") format("truetype"), url("../font/tt0524m_.svg") format("svg")
}

.chairman {
	position: relative;
	width: 100%;
	height: 100%
}

.chairman .right-background {
	position: absolute;
	right: 0px;
	background-color: #f9fafa;
	height: 100%;
	width: 31.25%;
	z-index: -1
}

.chairman .title-container .info-cn {
	font-size: 36px;
	margin-top: 0px
}

.chairman .title-container .info-cn i {
	font-size: 36px
}

.chairman .title-container .info-en {
	font-size: 26px
}

.chairman .wp1600 {
	max-width: 1600px;
	margin: 0px auto;
	padding-top: .65rem;
	padding-bottom: .5rem
}

.chairman .wp1600 .title-container {
	margin-left: 100px
}

.chairman .wp1600 .chairman-content {
	position: relative;
	margin-left: 100px;
	margin-top: .2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2
}

.chairman .wp1600 .chairman-content .shuiyin {
	position: absolute;
	color: #d92d2d;
	bottom: 350px;
	left: -360px;
	opacity: .05;
	font-size: 300px;
	line-height: 24px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-family: my1920
}

.chairman .wp1600 .chairman-content .content-left {
	width: 850px
}

.chairman .wp1600 .chairman-content .content-left .chairman-container {
	height: 720px
}

@media screen and (max-width: 750px) {
	.chairman .wp1600 .chairman-content .content-left .chairman-container {
		height: auto
	}
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-size: 14px
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .swiper-slide p {
	margin-bottom: 15px
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .swiper-slide img {
	max-width: 100%;
	height: auto !important
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .swiper-slide ul {
	list-style: disc
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .swiper-slide ul li {
	list-style: disc
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .swiper-slide ol {
	list-style: decimal
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .swiper-slide ol li {
	list-style: decimal
}

@media screen and (max-width: 750px) {
	.chairman .wp1600 .chairman-content .content-left .chairman-container .swiper-slide {
		padding-right: 0px
	}
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .swiper-slide .mr {
	font-size: 20px;
	margin-bottom: .14rem;
	font-weight: bold;
	color: #414141
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .chairman-scrollbar {
	background: #f1c5c5;
	width: 3px
}

.chairman .wp1600 .chairman-content .content-left .chairman-container .chairman-scrollbar .swiper-scrollbar-drag {
	background: #d92d2d
}

.chairman .wp1600 .chairman-content .content-right {
	margin-left: 70px
}

.chairman .wp1600 .chairman-content .content-right .right-red {
	background-color: #d92d2d
}

.chairman .wp1600 .chairman-content .content-right .right-red .right-img {
	position: relative;
	left: -20px;
	top: -20px
}

.chairman .wp1600 .chairman-content .content-right .right-red .right-img img {
	width: 100%;
	height: 100%
}

@media screen and (max-width: 1000px) {
	.chairman .right-background {
		display: none
	}

	.chairman .wp1600 .title-container {
		margin-left: 0px
	}

	.chairman .wp1600 .title-container .info-cn {
		text-align: center
	}

	.chairman .wp1600 .title-container .info-en {
		text-align: center;
		margin-top: 10px
	}

	.chairman .wp1600 .chairman-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0px;
		padding: 0 .16rem
	}

	.chairman .wp1600 .chairman-content .shuiyin {
		display: none
	}

	.chairman .wp1600 .chairman-content .content-left {
		width: 100%
	}

	.chairman .wp1600 .chairman-content .content-right {
		margin-top: 50px;
		margin-left: 0px
	}
}

.hexinyoushi .wp1400 {
	margin-top: .4rem
}

.hexinyoushi .wp1400 .title-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .6rem
}

@media screen and (max-width: 1000px) {
	.hexinyoushi .wp1400 .title-container {
		padding: 0
	}
}

.hexinyoushi .wp1400 .title-container .cxys .info-des:nth-last-of-type(1) {
	margin-bottom: .21rem
}

.hexinyoushi .wp1400 .title-container .box-dsc {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: .45rem
}

.hexinyoushi .wp1400 .title-container .box-dsc .info-en {
	color: #666;
	letter-spacing: 3px;
	font-size: .1rem
}

.hexinyoushi .wp1400 .title-container .box-dsc .info-cn {
	letter-spacing: 15px;
	font-size: .3rem
}

.hexinyoushi .wp1400 .title-container .box-dsc .info-cn i {
	font-size: .3rem
}

.hexinyoushi .wp1400 .title-container .box-dsc .info-des {
	margin-top: .25rem;
	font-size: 16px;
	line-height: 36px;
	color: #666
}


.hexinyoushi .wp1400 .title-container .box-dsc .info-des2 {
	margin-top: .14rem
}

.hexinyoushi .wp1400 .title-container .box-dsc .info-des3 {
	margin-bottom: 0px
}

.hexinyoushi .wp1400 .title-container .box-dsc .info-des4 {
	margin-top: 0px !important
}

.hexinyoushi .wp1400 .title-container .box-dsc .sum {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -.1rem
}

.hexinyoushi .wp1400 .title-container .box-dsc .sum .sum-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.hexinyoushi .wp1400 .title-container .box-dsc .sum .sum-box .box-b {
	width: 160px;
	height: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 700px) {
	.hexinyoushi .wp1400 .title-container .box-dsc .sum .sum-box .box-b {
		width: 140px;
		height: 140px
	}
}

.hexinyoushi .wp1400 .title-container .box-dsc .sum .sum-box .box-b .box-des .number {
	font-size: 50px;
	font-weight: lighter;
	color: #333;
	text-align: center
}

.hexinyoushi .wp1400 .title-container .box-dsc .sum .sum-box .box-b .box-des .word {
	width: 100px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #333
}

.hexinyoushi .wp1400 .title-container .box-dsc .sum .sum-box .box-b .box-des .word1 {
	width: 77px
}

.hexinyoushi .wp1400 .title-container .box-dsc .sum .sum-box .box-b .box-des .word2 {
	width: 83px
}

.hexinyoushi .wp1400 .title-container .box-dsc .sum .sum-box .box-b .box-des .word5 {
	width: 112px
}

.hexinyoushi .wp1400 .title-container .box-dsc2 {
	padding-bottom: .3rem
}

.hexinyoushi .hexin-img {
	margin-top: .5rem;
	margin-right: -moz-calc(50vw - 780px);
	margin-right: calc(50vw - 780px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1560px) {
	.hexinyoushi .hexin-img {
		margin-right: 0px
	}
}

.hexinyoushi .hexin-img .img-left {
	max-height: 690px;
	max-width: 920px
}

.hexinyoushi .hexin-img .img-left img {
	width: 100%;
	height: 100%
}

.hexinyoushi .hexin-img .img-right {
	margin-left: .1rem
}

@media screen and (max-width: 1000px) {
	.hexinyoushi .hexin-img .img-right {
		margin-left: 15px
	}
}

.hexinyoushi .hexin-img .img-right .right-1 {
	max-width: 800px;
	max-height: 335px
}

.hexinyoushi .hexin-img .img-right .right-1 img {
	width: 100%;
	height: 100%
}

.hexinyoushi .hexin-img .img-right .right-1:nth-of-type(2) {
	margin-top: .1rem
}

@media screen and (max-width: 1000px) {
	.hexinyoushi .hexin-img .img-right .right-1:nth-of-type(2) {
		margin-top: 15px
	}
}

.hexinyoushi .background-img {
	margin-top: .4rem
}

.hexinyoushi .background-img img {
	width: 100%;
	height: 100%
}

.hexinyoushi .hexin-img1992 {
	position: relative;
	margin-top: .4rem;
	margin-left: -moz-calc(50vw - 604px);
	margin-left: calc(50vw - 604px)
}

@media screen and (max-width: 1400px) {
	.hexinyoushi .hexin-img1992 {
		margin-left: 0px
	}
}

.hexinyoushi .hexin-img1992 .sy1992 {
	position: absolute;
	left: -400px;
	top: 170px;
	font-size: 120px;
	color: #efefef;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media screen and (max-width: 1650px) {
	.hexinyoushi .hexin-img1992 .sy1992 {
		display: none
	}
}

.hexinyoushi .hexin-img1992 .sy1992 .s1 {
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.hexinyoushi .hexin-img1992 .sy1992 .y1 {
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.hexinyoushi .hexin-img1992 .img1992-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.hexinyoushi .hexin-img1992 .img1992-1 img {
	width: 100%;
	height: 100%
}

.hexinyoushi .hexin-img1992 .img1992-1 .img1 {
	max-width: 1040px;
	max-height: 570px;
	margin-right: .1rem
}

@media screen and (max-width: 1000px) {
	.hexinyoushi .hexin-img1992 .img1992-1 .img1 {
		margin-right: 15px
	}
}

.hexinyoushi .hexin-img1992 .img1992-1 .img2 {
	max-width: 500px
}

.hexinyoushi .hexin-img1992 .img1992-2 {
	margin-top: .1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1000px) {
	.hexinyoushi .hexin-img1992 .img1992-2 {
		margin-top: 15px
	}
}

.hexinyoushi .hexin-img1992 .img1992-2 img {
	width: 100%;
	height: 100%
}

.hexinyoushi .hexin-img1992 .img1992-2 .img1 {
	margin-right: .1rem;
	max-width: 500px;
	max-height: 570px
}

@media screen and (max-width: 1000px) {
	.hexinyoushi .hexin-img1992 .img1992-2 .img1 {
		margin-right: 15px
	}
}

.hexinyoushi .hexin-img1992 .img1992-2 .img2 {
	max-width: 1040px;
	max-height: 570px
}

.hexinyoushi .img-two {
	margin-top: .575rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.hexinyoushi .img-two .img1 {
	max-width: 1308px;
	max-height: 700px
}

.hexinyoushi .img-two .img1 img {
	width: 100%;
	height: 100%
}

.hexinyoushi .img-two .img2 {
	margin-left: .1rem;
	max-width: 590px;
	max-height: 700px
}

@media screen and (max-width: 1000px) {
	.hexinyoushi .img-two .img2 {
		margin-left: 15px
	}
}

.hexinyoushi .img-two .img2 img {
	width: 100%;
	height: 100%
}

.hexinyoushi .img-bottom {
	margin-top: .36rem;
	width: 100%
}

.hexinyoushi .img-bottom img {
	width: 100%;
	height: 100%
}

.opacity-0 {
	opacity: 0
}

.anim .anim-right-to-left {
	-moz-animation-name: r2l;
	animation-name: r2l;
	-webkit-animation-name: r2l;
	-ms-animation-name: r2l;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s
}

.anim2 .anim-left-to-right {
	-moz-animation-name: l2r;
	animation-name: l2r;
	-webkit-animation-name: l2r;
	-ms-animation-name: l2r;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s
}

.anim .anim-bottom-to-top {
	-moz-animation-name: b2t;
	animation-name: b2t;
	-webkit-animation-name: b2t;
	-ms-animation-name: b2t;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s
}

.anim .anim-delay-2 {
	-moz-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-ms-animation-delay: .2s
}

.anim .anim-delay-4 {
	-moz-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-ms-animation-delay: .4s
}

.anim .anim-delay-6 {
	-moz-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-ms-animation-delay: .6s
}

.anim .anim-delay-8 {
	-moz-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
	-ms-animation-delay: .8s
}

.anim .anim-delay-12 {
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s
}

.anim .anim-delay-16 {
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s
}

@keyframes r2l {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes r2l {
	0% {
		-webkit-transform: translateX(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		opacity: 1
	}
}

@-moz-keyframes l2r {
	0% {
		-moz-transform: translateX(0px) !important;
		transform: translateX(0px) !important;
		opacity: 1 !important
	}

	100% {
		-moz-transform: translateX(50px) !important;
		transform: translateX(50px) !important;
		opacity: 0 !important
	}
}

@keyframes l2r {
	0% {
		-webkit-transform: translateX(0px) !important;
		-moz-transform: translateX(0px) !important;
		transform: translateX(0px) !important;
		opacity: 1 !important
	}

	100% {
		-webkit-transform: translateX(50px) !important;
		-moz-transform: translateX(50px) !important;
		transform: translateX(50px) !important;
		opacity: 0 !important
	}
}

@-webkit-keyframes l2r {
	0% {
		-webkit-transform: translateX(0px);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(50px);
		opacity: 0
	}
}

@-moz-keyframes b2t {
	0% {
		-moz-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}

	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes b2t {
	0% {
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes b2t {
	0% {
		-webkit-transform: translateY(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1
	}
}

.building .wp1400 {
	margin-top: .65rem
}

@media screen and (max-width: 1000px) {
	.building .wp1400 {
		margin-top: .3rem
	}
}

.building .wp1400 .box .title-container .box .info-des {
	margin-top: .21rem;
	font-size: 16px;
	color: #666;
	line-height: .18rem
}

.building .wp1400 .box .title-container .box .info-des2 {
	margin-top: .11rem !important;
	line-height: .18rem
}

.building .wp1400 .box .title-container .box .info-cn {
	line-height: normal !important;
	margin-top: .07rem;
	font-size: .3rem !important
}

.building .wp1400 .box .title-container .box .info-cn i {
	line-height: normal !important;
	font-size: .3rem !important
}

@media screen and (max-width: 700px) {
	.building .wp1400 .box .title-container .box .info-des {
		line-height: 30px
	}

	.building .wp1400 .box .title-container .box .info-des2 {
		line-height: 30px
	}
}

.building .wp1400 .box .title-container .box .info-en {
	font-size: .1rem !important
}

.building .wp1400 .box .title-container .box-bb {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: .4rem
}

.building .wp1400 .box-img {
	margin-top: .4rem;
	max-width: 1400px
}

@media screen and (max-width: 1000px) {
	.building .wp1400 .box-img {
		margin-top: .2rem
	}
}

@media screen and (max-width: 750px) {
	.building .wp1400 .box-img {
		max-height: none
	}
}

.building .wp1400 .box-img img {
	width: 100%;
	height: 100%
}

.building .building-dw {
	margin-top: .5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -moz-calc(50vw - 710px);
	margin-left: calc(50vw - 710px)
}

@media screen and (max-width: 1410px) {
	.building .building-dw {
		margin-left: 0px
	}
}

@media screen and (max-width: 1000px) {
	.building .building-dw {
		padding: 0 .16rem
	}
}

@media screen and (max-width: 750px) {
	.building .building-dw {
		margin-top: 20px
	}
}

@media screen and (max-width: 565px) {
	.building .building-dw {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.building .building-dw .img-cy {
	position: relative;
	max-width: 501px;
	margin-right: .1rem
}

@media screen and (max-width: 1000px) {
	.building .building-dw .img-cy {
		margin-right: 0px
	}
}

.building .building-dw .img-cy img {
	width: 100%;
	height: 100%
}

.building .building-dw .img-cy .cy {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 14%
}

@media screen and (max-width: 800px) {
	.building .building-dw .img-cy .cy {
		left: 8%;
		top: 60%
	}
}

.building .building-dw .img-cy .cy .name {
	margin-top: .1rem
}

.building .building-dw .img-cy .cy .name span {
	font-size: 18px;
	color: #fff
}

@media screen and (max-width: 1400px) {
	.building .building-dw .img-cy .cy .name {
		margin-top: 15px
	}

	.building .building-dw .img-cy .cy .name span {
		font-size: 16px
	}
}

@media screen and (max-width: 1000px) {
	.building .building-dw .img-cy .cy .name {
		margin-top: 5px
	}

	.building .building-dw .img-cy .cy .name span {
		font-size: 14px
	}
}

@media screen and (max-width: 800px) {
	.building .building-dw .img-cy .cy .name {
		margin-top: 2px
	}

	.building .building-dw .img-cy .cy .name span {
		font-size: 12px
	}
}

@media screen and (max-width: 565px) {
	.building .building-dw .img-cy .cy .name {
		margin-top: .1rem
	}

	.building .building-dw .img-cy .cy .name span {
		font-size: 18px
	}
}

.building .building-dw .img-cy .cy .name:nth-of-type(1) {
	margin-top: 0px
}

.building .building-dw .img-tp {
	max-width: 1140px
}

.building .building-dw .img-tp img {
	width: 100%;
	height: 100%
}

.building .bottom-imgshow {
	margin-top: .5rem;
	margin-right: -moz-calc(50vw - 700px);
	margin-right: calc(50vw - 700px);
	margin-bottom: .65rem
}

@media screen and (max-width: 1400px) {
	.building .bottom-imgshow {
		margin-right: 0px
	}
}

@media screen and (max-width: 1000px) {
	.building .bottom-imgshow {
		padding: 0 .16rem;
		margin-top: .2rem
	}
}

.building .bottom-imgshow .imgshow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1000px) {
	.building .bottom-imgshow .imgshow {
		display: block
	}
}

.building .bottom-imgshow .imgshow .img {
	max-width: 1110px;
	max-height: 720px
}

.building .bottom-imgshow .imgshow .img img {
	width: 100%;
	height: 100%
}

.building .bottom-imgshow .imgshow .dsc {
	background-image: url(../images/building/bk.jpg);
	background-size: cover;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 115px 70px 0px;
	min-width: 400px
}

@media screen and (max-width: 1400px) {
	.building .bottom-imgshow .imgshow .dsc {
		padding: 80px 40px 0px
	}
}

@media screen and (max-width: 1160px) {
	.building .bottom-imgshow .imgshow .dsc {
		padding: 35px 20px 0px
	}
}

@media screen and (max-width: 1000px) {
	.building .bottom-imgshow .imgshow .dsc {
		padding: .16rem;
		min-width: auto
	}
}

.building .bottom-imgshow .imgshow .dsc .dsc-box .dsc-title {
	font-size: .15rem;
	line-height: 50px;
	color: #fff
}

@media screen and (max-width: 700px) {
	.building .bottom-imgshow .imgshow .dsc .dsc-box .dsc-title {
		line-height: 26px;
		font-size: 20px
	}
}

.building .bottom-imgshow .imgshow .dsc .dsc-box .dsc-word {
	margin-top: .3rem;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	opacity: .6
}

@media screen and (max-width: 700px) {
	.building .bottom-imgshow .imgshow .dsc .dsc-box .dsc-word {
		font-size: 14px;
		line-height: 26px
	}
}

.building .bottom-imgshow .imgshow .dsc .dsc-box .dsc-btn {
	width: 100px;
	height: 30px;
	border: 1px solid #fff;
	margin-top: .45rem;
	margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	color: #fff
}

@media screen and (max-width: 700px) {
	.building .bottom-imgshow .imgshow .dsc .dsc-box .dsc-btn {
		margin-top: 30px
	}
}

.building .bottom-imgshow .imgshow .dsc .dsc-box .dsc-btn:hover {
	background-color: white;
	color: #666
}

.building .bottom-imgshow .imgshow .dsc .dsc-box .dsc-btn:hover a {
	color: #666
}

.building .bottom-imgshow .img-box {
	padding-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.building .bottom-imgshow .img-box .djgz-container .djgz-next,
.building .bottom-imgshow .img-box .djgz-container .djgz-prev {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ce2532;
	outline: none;
	top: 50%;
	position: absolute;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9
}

.building .bottom-imgshow .img-box .djgz-container .djgz-next:before,
.building .bottom-imgshow .img-box .djgz-container .djgz-prev:before {
	font-size: 12px;
	color: white
}

.building .bottom-imgshow .img-box .djgz-container .djgz-next {
	right: 0px
}

.building .bottom-imgshow .img-box .djgz-container .djgz-prev {
	left: 0px
}

.building .bottom-imgshow .img-box .djgz-container .djgz-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.building .bottom-imgshow .img-box .djgz-container .swiper-button-disabled {
	background-color: #a7a7a7 !important;
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.building .bottom-imgshow .img-box .img .img-bk {
	position: relative
}

.building .bottom-imgshow .img-box .img .img-bk img {
	display: block;
	width: 100%;
	height: 100%
}

.building .bottom-imgshow .img-box .img .img-bk .img-title {
	position: absolute;
	left: .075rem;
	color: #fff;
	bottom: .075rem;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	z-index: 999
}

@media screen and (max-width: 700px) {
	.building .bottom-imgshow .img-box .img .img-bk .img-title {
		width: 100%;
		font-size: 12px;
		text-align: center
	}
}

.building .bottom-imgshow .img-box .img .img-bk:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url(../images/product_img_bg.png);
	background-position: center center;
	background-size: 100% 100%;
	content: ''
}

.vh100 {
	background: #000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 20;
	filter: alpha(opacity=60);
	opacity: .5 !important
}

.click-img {
	display: none;
	position: fixed;
	top: 50vh;
	left: 50vw;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: .25rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 9999;
	width: 1100px;
	height: 450px
}

@media screen and (max-width: 1100px) {
	.click-img {
		max-width: 60vw;
		height: auto
	}
}

@media screen and (max-width: 700px) {
	.click-img {
		max-width: 90vw;
		padding: 40px 30px 30px
	}
}

.click-img .swiper-slide .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1100px) {
	.click-img .swiper-slide .box {
		display: block
	}
}

.click-img .swiper-slide .box .img {
	max-width: 550px
}

.click-img .swiper-slide .box .img img {
	width: 100%;
	height: 100%
}

.click-img .swiper-slide .box .dsc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .2rem;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1100px) {
	.click-img .swiper-slide .box .dsc {
		padding: 0px;
		margin-top: 20px
	}
}

@media screen and (max-width: 700px) {
	.click-img .swiper-slide .box .dsc {
		padding: 0
	}
}

.click-img .swiper-slide .box .dsc .dsc-box {
	padding-right: 20px;
	height: 267px
}

@media screen and (max-width: 700px) {
	.click-img .swiper-slide .box .dsc .dsc-box {
		padding: 0px 10px 0px 0px
	}
}

.click-img .swiper-slide .box .dsc .dsc-box .title {
	font-size: 20px;
	color: #000
}

@media screen and (max-width: 700px) {
	.click-img .swiper-slide .box .dsc .dsc-box .title {
		font-size: 16px
	}
}

.click-img .swiper-slide .box .dsc .dsc-box .word {
	margin-top: .175rem;
	font-size: 16px;
	line-height: 36px;
	color: #666
}

@media screen and (max-width: 700px) {
	.click-img .swiper-slide .box .dsc .dsc-box .word {
		font-size: 14px;
		line-height: 26px
	}
}

.click-img .swiper-slide .box .dsc .dsc-box .swiper-slide {
	height: auto !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.click-img .swiper-slide .box .dsc .dsc-box .scroller3 {
	background: #ebebeb;
	width: 1.5px
}

@media screen and (max-width: 700px) {
	.click-img .swiper-slide .box .dsc .dsc-box .scroller3 {
		right: 4px !important
	}
}

.click-img .swiper-slide .box .dsc .dsc-box .scroller3 .swiper-scrollbar-drag {
	background: #ccc;
	width: 300%;
	left: -1px
}

.click-img .click-img-next,
.click-img .click-img-prev {
	outline: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.click-img .click-img-next {
	right: 10px
}

.click-img .click-img-prev {
	left: 10px
}

.click-img .click-img-next:before,
.click-img .click-img-prev:before {
	font-size: 24px;
	color: #ccc
}

.click-img .click-img-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.click-img .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

@media screen and (max-width: 700px) {
	.click-img .click-img-next {
		right: 0px
	}

	.click-img .click-img-prev {
		left: 0px
	}
}

@media screen and (max-width: 700px) {
	.click-img .click-img-next {
		right: 0px
	}

	.click-img .click-img-prev {
		left: 0px
	}
}

.click-img .guanbi {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999
}

.click-img .guanbi i {
	font-size: 36px
}

@media screen and (max-width: 1100px) {
	.click-img .guanbi {
		top: 0px;
		right: 0px
	}
}

@media screen and (max-width: 700px) {
	.click-img .guanbi {
		top: 0px;
		right: 0px
	}
}

.click-img2 {
	display: none;
	position: fixed;
	top: 50vh;
	left: 50vw;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: .25rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 9999;
	width: 1100px;
	height: 450px
}

@media screen and (max-width: 1100px) {
	.click-img2 {
		max-width: 60vw;
		height: auto
	}
}

@media screen and (max-width: 700px) {
	.click-img2 {
		max-width: 90vw;
		padding: 40px 30px 30px
	}
}

.click-img2 .swiper-slide .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1100px) {
	.click-img2 .swiper-slide .box {
		display: block
	}
}

.click-img2 .swiper-slide .box .img {
	max-width: 550px
}

.click-img2 .swiper-slide .box .img img {
	width: 100%;
	height: 100%
}

.click-img2 .swiper-slide .box .dsc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .2rem;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1100px) {
	.click-img2 .swiper-slide .box .dsc {
		padding: 0px;
		margin-top: 20px
	}
}

@media screen and (max-width: 700px) {
	.click-img2 .swiper-slide .box .dsc {
		padding: 0
	}
}

.click-img2 .swiper-slide .box .dsc .dsc-box {
	padding-right: 20px;
	height: 267px
}

@media screen and (max-width: 700px) {
	.click-img2 .swiper-slide .box .dsc .dsc-box {
		padding: 0px 10px 0px 0px
	}
}

.click-img2 .swiper-slide .box .dsc .dsc-box .title {
	font-size: 20px;
	color: #000
}

@media screen and (max-width: 700px) {
	.click-img2 .swiper-slide .box .dsc .dsc-box .title {
		font-size: 16px
	}
}

.click-img2 .swiper-slide .box .dsc .dsc-box .word {
	margin-top: .175rem;
	font-size: 16px;
	line-height: 36px;
	color: #666
}

@media screen and (max-width: 700px) {
	.click-img2 .swiper-slide .box .dsc .dsc-box .word {
		font-size: 14px;
		line-height: 26px
	}
}

.click-img2 .swiper-slide .box .dsc .dsc-box .swiper-slide {
	height: auto !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.click-img2 .swiper-slide .box .dsc .dsc-box .scroller3 {
	background: #ebebeb;
	width: 1.5px
}

@media screen and (max-width: 700px) {
	.click-img2 .swiper-slide .box .dsc .dsc-box .scroller3 {
		right: 4px !important
	}
}

.click-img2 .swiper-slide .box .dsc .dsc-box .scroller3 .swiper-scrollbar-drag {
	background: #ccc;
	width: 300%;
	left: -1px
}

.click-img2 .click-img-next2,
.click-img2 .click-img-prev2 {
	outline: none;
	top: 50%;
	position: absolute;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.click-img2 .click-img-next2 {
	right: 10px
}

.click-img2 .click-img-prev2 {
	left: 10px
}

.click-img2 .click-img-next2:before,
.click-img2 .click-img-prev2:before {
	font-size: 24px;
	color: #ccc
}

.click-img2 .click-img-prev2:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.click-img2 .swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

@media screen and (max-width: 700px) {
	.click-img2 .click-img-next2 {
		right: 0px
	}

	.click-img2 .click-img-prev2 {
		left: 0px
	}
}

.click-img2 .guanbi {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999
}

.click-img2 .guanbi i {
	font-size: 36px
}

@media screen and (max-width: 1100px) {
	.click-img2 .guanbi {
		top: 0px;
		right: 0px
	}
}

@media screen and (max-width: 700px) {
	.click-img2 .guanbi {
		top: 0px;
		right: 0px
	}
}

.social-res .title-container {
	margin-top: .5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px
}

@media screen and (max-width: 1000px) {
	.social-res .title-container {
		padding: 0 .15rem;
		margin-top: .3rem
	}
}

.social-res .title-container .info-en {
	font-size: 20px;
	line-height: 30px;
	color: #666
}

@media screen and (max-width: 700px) {
	.social-res .title-container .info-en {
		font-size: 14px;
		line-height: 24px
	}
}

.social-res .title-container .info-cn {
	font-size: .3rem;
	letter-spacing: 3px
}

.social-res .title-container .info-cn i {
	font-size: .3rem;
	letter-spacing: 3px
}

.social-res .title-container .info-des {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-top: .3rem
}

@media screen and (max-width: 700px) {
	.social-res .title-container .info-des {
		font-size: 14px;
		line-height: 24px
	}
}

.social-res .btn-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: .24rem
}

.social-res .btn-slide .btn-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 -.06rem
}

.social-res .btn-slide .btn-box .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .06rem
}

.social-res .btn-slide .btn-box .box .btn {
	width: 180px;
	height: 40px;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	cursor: pointer
}

@media screen and (max-width: 700px) {
	.social-res .btn-slide .btn-box .box .btn {
		width: 100px;
		height: 30px;
		border-radius: 30px;
		line-height: 30px;
		font-size: 14px
	}
}

@media screen and (max-width: 320px) {
	.social-res .btn-slide .btn-box .box .btn {
		width: 80px;
		height: 30px;
		border-radius: 30px;
		line-height: 30px;
		font-size: 14px
	}
}

.social-res .btn-slide .btn-box .box .btn:hover {
	color: #fff;
	background-color: #e70012
}

.social-res .btn-slide .btn-box .on .btn {
	color: #fff;
	background-color: #e70012
}

.social-res .staff-res {
	margin-top: .15rem;
	margin-bottom: .625rem
}

.social-res .staff-res .wp1400 {
	background-color: #f7f7f7;
	padding: 50px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 {
		padding: 15px 20px
	}
}

.social-res .staff-res .wp1400 .detail-wrap {
	width: 100%
}

.social-res .staff-res .wp1400 .detail-wrap .display {
	display: none
}

.social-res .staff-res .wp1400 .detail-wrap .display .swiper-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-height: 670px
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .swiper-box {
		display: block;
		height: auto
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres {
	position: relative;
	max-width: 1130px
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .viewres {
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-moz-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		margin-right: 0
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .swiper-slide {
	width: 100% !important;
	height: 100% !important;
	position: relative
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .swiper-slide img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .swiper-slide .slide-word {
	font-size: 22px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .viewres .swiper-slide .slide-word {
		font-size: 14px;
		color: #fff;
		height: 40px;
		line-height: 40px
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-prev,
.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #7f8488;
	opacity: .9;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 5
}

@media screen and (max-width: 1000px) {

	.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-prev,
	.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-next {
		width: 30px;
		height: 30px;
		line-height: 30px
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-prev i,
.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-next i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	font-size: 20px;
	color: #fff
}

@media screen and (max-width: 1000px) {

	.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-prev i,
	.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-next i {
		margin-top: -2px;
		font-size: 14px
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-prev:hover,
.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-next:hover {
	background-color: #b60809
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-prev {
	left: 20px;
	outline: none
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-prev i {
	margin-left: -1px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-prev {
		left: 10px
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-next {
	right: 20px;
	outline: none
}

.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-next i {
	margin-right: -4px
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .viewres .button-next {
		right: 10px
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 35px;
	position: relative;
	max-height: 670px
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres {
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-moz-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		margin: 15px 0px;
		padding: 0 20px
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .preview-box {
	width: 100%;
	height: -moz-calc(100% - 56px);
	height: calc(100% - 56px)
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .preview-box {
		height: 90px
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .preview-box .preview-slide {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .preview-box .preview-slide {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin: auto
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .preview-box .preview-slide .slide {
	min-width: 140px;
	width: 100% !important;
	height: 16.6%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .preview-box .preview-slide .slide {
		width: auto !important;
		height: auto !important;
		padding: 0px;
		margin-top: 0px !important
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .preview-box .preview-slide .slide img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #f7f7f7;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .preview-box .preview-slide .swiper-slide-thumb-active img {
	border: 3px solid red
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .btn-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 55px;
	z-index: 5;
	padding: 0 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .btn-box {
		display: none
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .btn-box .button-prev i {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .btn-box .button-next i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .button-prev,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .button-next {
	width: 50%;
	height: 100%;
	line-height: 55px;
	text-align: center;
	background-color: #414141;
	cursor: pointer;
	outline: none
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .button-prev i,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .button-next i {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #fff
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .button-prev:hover,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .button-next:hover {
	background-color: #d70010
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .button-prev {
	border-right: 1px solid #808080;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1000px) {
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .button-prev {
		border-right: none
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next2,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev2,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next3,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev3,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev1,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next1 {
	display: none;
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #666;
	cursor: pointer;
	z-index: 9
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next2 i,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev2 i,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next3 i,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev3 i,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev1 i,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next1 i {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #fff
}

@media screen and (max-width: 1000px) {

	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next2,
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev2,
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next3,
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev3,
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev1,
	.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next1 {
		display: block
	}
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev3,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev2,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-prev1 {
	left: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next3,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next2,
.social-res .staff-res .wp1400 .detail-wrap .display .previewres .m-button-next1 {
	right: 0
}

.social-res .staff-res .wp1400 .detail-wrap .active {
	display: block
}

/*# sourceMappingURL=maps/style.css.map */

/*# sourceMappingURL=maps/style.css.map */
