@charset "utf-8";

@font-face {
	font-family: 'SourceHanSansSC-Heavy';
	src: url(../font/SourceHanSansSC-Light.otf) format('truetype');
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.eot');
	src: url('iconfont.eot?#iefix') format('embedded-opentype'),
		url('iconfont.woff2') format('woff2'),
		url('iconfont.woff') format('woff'),
		url('iconfont.ttf') format('truetype'),
		url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	/* 网站采用开源字体“思源黑体” */
	/* The website adopts open source font "Siyuan bold" */
	font-family: 'SourceHanSansSC-Light.otf' !important;
	list-style: none;
}

html {
	margin: 0;
	padding: 0;
	max-width: 100%;
	overflow: auto;
	font-size: 12px;
	height: auto;
	position: relative;
}

body {
	background-color: #ffffff;
	max-width: 160rem;
	margin: 0px auto;
	padding-top: 69px;
}

button {
	outline: none !important;
}

[data-toggle~="collapse"] {
	cursor: pointer;
}

.no-dragging-word {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently not supported by any browser */
}
.font-colorAndFamily {
	color: #5b5b5b;
}

.header {
	width: 100%;
	height: inherit;
	background-color: #ffffff;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	box-shadow: 0px 2px 8px 0px rgba(224, 224, 224, 0.5);
}

.navbar {
	font-size: 18px;
	width: 100%;
	padding: 1.3rem 0px;
}

.nav-link {
	font-size: 20px;
	color: #5b5b5b !important;
	margin-left: 7.1rem;
	z-index: 0;
	text-align: center;
	white-space: nowrap;
	transition: all 0.8s;
	cursor: pointer;
}

.nav-link:hover {
	color: #1e65b1 !important;
}

/* .nav-item.active .nav-link:after,
.nav-item:hover .nav-link:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 11px;
	width: 100%;
	height: 6px;
	z-index: -1;
} */

.occlusion-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000;
	left: 0;
	top: 0;
	z-index: 998;
	opacity: 0.6;
	display: none;
}

.contact-QRcode {
	height: 280px;
	width: 240px;
}


.contact-QRcode {
	z-index: 999;
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	background: #ffffff;
	display: none;
}

.contactQRcode-Close>.close {
	font-size: 3rem !important;
	margin-right: 0.5rem;
}

.contact-QRcode img {
	display: block;
	max-width: 200px;
	max-height: 200px;
	margin: 0 auto;
}

.adv-banner {
	padding: 0rem;
}

.img-responsive {
	max-width: 100%;
	max-height: 100%;
}

.article-content,
.article2-content,
.article2-2-content {
	display: flex;
	justify-content: space-between;
}

.article2-content-en,
.article2-2-content-en {
	display: flex;
	justify-content: space-between;
}

.article-section2,
.article2-section {
	padding-left: 10.833rem;
}

.article-word,
.article2-word,
.article2-2-word {
	color: #858585;
	letter-spacing: 0.0625rem;
	font-size: 1.333rem;
}

.h1 {
	padding: 70px 0 52px 0;
}

.article-section1-img img {
	max-width: 100%;
}

.article-section2 h4 {
	padding-bottom: 0.9375rem;
	font-size: 2rem;
}

.article-section2>h4 {
	padding-top: 0.875rem;
}

.article-section2 h6 {
	padding-bottom: 2rem;
}

.article-word {
	line-height: 1.7rem;
}

.article2-content {
	padding-bottom: 6.875rem;
}

.article2-section1-img img {
	max-width: 100%;
}

.article2-section1-img img,
.article2-section2-img img {
	width: 500px;
	max-height: 500px;
}

.article2-section h4 {
	padding: 6.25rem 0px 1.875rem 0px;
}

.article2-2-section {
	padding: 1.25rem 10.833rem 1.875rem 1.25rem;
}

.article2-section2-img img {
	max-width: 100%;
}

.article2-section h6,
.article2-2-section h6 {
	line-height: 2rem;
	padding-bottom: 4.1875rem;
}

.article2-section button,
.article2-2-section button {
	background-color: #048fd0;
	width: 11.5625rem;
	height: 3.125rem;
	border-radius: 5px;
	transition: all 0.8s;
}

.article2-section button a,
.article2-2-section button a {
	color: #ffffff;
	text-decoration: none;
}

.article2-section button:hover,
.article2-2-section button:hover {
	transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	/* Internet Explorer */
	-moz-transform: rotateX(360deg);
	/* Firefox */
	-webkit-transform: rotateX(360deg);
	/* Safari and Chrome */
	-o-transform: rotateX(360deg);
	/* Opera */
}

.rotate-container {
	position: relative;
}

.rotate-container .rotate-btn {
	position: relative;
}

.rotate-button-left,
.rotate-button-right {
	position: absolute;
	width: 4.25rem !important;
	background-image: none !important;
	color: #9f9f9f;
	margin-top: 0 !important;
	top: 42%;
	background-color: #f3f3f3;
	border-radius: 20%;
	box-shadow: none;
	border: none;
	text-align: center;
	line-height: 38px;
	transition: all 0.8s;
}

.rotate-button-left {
	left: auto !important;
	right: 10.1% !important;
}

.rotate-button-right {
	margin-right: 4.1%;
}

.rotate-button-left:hover,
.rotate-button-right:hover {
	background-color: #048fd0;
	color: #ffffff !important;
}

.rotate-img img {
	height: 270px;
	max-width: 100%;
	cursor: pointer;
}

.customization {
	background-color: #048fd0;
	height: 18rem;
	margin-top: 115px;
	padding-top: 2rem;
}

.customization-article {
	float: left;
}

.customization-article>h2 {
	padding: 40px 0px 20px 0px;
}

.customization-article h2,
h5 {
	color: #ffffff;
}

.customization-btn {
	float: right;
	height: inherit;
	width: 23.5rem;
	height: 12rem;
	padding-top: 6rem;
	margin-top: 0.9375rem;
	background-image: url(../img/custommade.png);
}

.customization-btn a {
	padding: 0px;
	float: inherit;
	display: block;
	width: 10rem;
	height: 2.5rem;
	color: #048fd0;
	font-size: 0.875rem;
	text-align: center;
	border: none;
	background: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	line-height: 2.5rem;
	transition: all 1s;
}

.customization-btn a:hover {
	background: #048fd0;
	color: #ffffff;
	border: none;
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	/* Internet Explorer */
	-moz-transform: rotateY(360deg);
	/* Firefox */
	-webkit-transform: rotateY(360deg);
	/* Safari and Chrome */
	-o-transform: rotateY(360deg);
	/* Opera */
}

.partner {
	padding-top: 10rem;
	height: auto;
}

.partner-img>.h1 {
	color: #5b5b5b;
	margin: 3rem 0rem;
}

.partner-img>.h3 {
	color: #858585;
}

.partner-img>.h1,
.partner-img>.h3 {
	padding: 0rem 1rem;
}

.partner-gather01 img {
	max-width: 18rem;
	max-height: 13.334rem;
	padding: 1.4rem 1rem;
	cursor: default;
}

.footer-block {
	margin-top: 10rem;
	max-width: 100%;
	height: 18rem;
	background-color: #048fd0;
	padding: 1rem 0;
}

.footer-aboutUS {
	text-align: center;
	margin-top: 1.5rem;
	background: url(../img/custommade.png) no-repeat;
	background-position: right;
}

.footer-block p {
	font-size: 1.7rem;
}

.footer-beian p {}

.footer-beian,
.footer-beian-en{
	display: inline-block;
}

.footer-beian:hover,
.footer-beian-en:hover{
	text-decoration: none;
}

.footer-friendNav a {
	display: inline-block;
	margin: 0 2rem;
	font-size: 1.5rem;
}

.footer-beian p,
.footer-beian-en p,
.footer-friendNav a {
	color: #424242;
}

.footer-copyright,
.footer-copyright-en,
.footer-beian p:hover,
.footer-beian-en p:hover,
.footer-friendNav>p,
.footer-friendNav a:hover {
	color: #FFFFFF;
}

/* aside */
.contactQRCode {
	font-weight: 900;
	cursor: pointer;
}

.sidebar {
	width: 8.5rem;
	height: auto;
	z-index: 999;
	position: fixed;
	right: 0px;
	top: 35%;
	background-color: none;
	border-radius: 10px;
	background-color: #5B5B5B;
	opacity: 0.8;
}

.sidebar>a {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-decoration: none;
	color: #FFFFFF;
	overflow: hidden;
}

.sidebar a span {
	display: block;
	height: 5rem;
	font-size: 2rem;
	line-height: 4rem;
	text-align: center;
	cursor: pointer;
}

.sidebar a span:hover {
	transition: font-size 0.3s;
	border-radius: 10px;
	background-color: #424242;
	border: 6px solid #393939e8;
	font-size: 1.5rem;
}

.sidebar a:nth-child(2) span:last-child,
.sidebar a:nth-child(5) span:last-child {
	display: none;
	background-color: #048fd0;
	font-size: 5px;
	word-break: break-all;
	line-height: 1rem;
	padding: 40% 0.5rem;
}

.sidebar a:nth-child(5) span:last-child a {
	position: absolute;
	display: none;
}

.sidebar a:nth-child(2) span:last-child:hover,
.sidebar a:nth-child(5) span:last-child:hover {
	border: 0;
	border-radius: 0px;
	cursor: auto;
	user-select: text;
}

.album {
	margin: 5rem auto 3rem auto;
}

.album p {
	color: #058fd0;
	font-size: 2.167rem;
}

.album-footer {
	background-color: #0791d0;
	height: auto;
	width: auto;
	padding: 0 25rem;
}

.album-footer p {
	font-size: 2.167rem;
	padding: 5rem 0rem 3.330rem 0rem;
	color: #ffffff;
}

.album-footer button {
	margin: 1rem 10rem;
	width: 19.167rem;
	height: 5.330rem;
	border: 1px solid #ffffff;
	background-color: #0791d0;
	transition: all 1s;
	cursor: pointer;
	color: #ffffff;
}

.picture_album {
	cursor: pointer;
	width: auto;
	height: auto;
}

.album-footer a {
	text-decoration: none;
	font-size: 1.5rem;
	color: #ffffff;
}

.album-footer button:hover {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	/* Internet Explorer */
	-moz-transform: rotateY(360deg);
	/* Firefox */
	-webkit-transform: rotateY(360deg);
	/* Safari and Chrome */
	-o-transform: rotateY(360deg);
	/* Opera */
	border: none;
}

.customized-main {
	margin-top: 6.67rem;
	color: #5b5b5b;
}

.customized-title {
	font-size: 2.8rem;
}

.customized-describe {
	padding: 3.08rem 0px 9.167rem 0px;
	font-size: 1.5rem;
	color: #5b5b5b;
}

.special-customized-img {
	height: 10rem;
	margin: 1.67rem 0.8rem 0px 0px;
	padding: 0;
	border-radius: 1rem;
	border: none;
}

.special-customized-img-en a {
	font-size: 1rem;
}

.special-customized-img a {
	width: initial;
	height: 5rem;
	text-decoration: none;
	font-size: 1.33rem;
}

.special-customized-img-en a {
	font-size: 1rem;
}

.customized-img button {
	width: 13.5rem;
	height: 3rem;
	background-color: #048fd0;
	color: #ffffff;
	border-radius: 1rem;
	cursor: pointer;
	border: none;
	transition: all 0.8s;
	padding: 0 2rem;
	margin-top: 1rem;
}

.customized-img button:first-child {
	margin-top: 0rem;
}

.customized-img button:hover {
	background-color: #0069d9;
}

.customized-rotate-img {
	margin: 0;
	padding: 0;
}

.customized-rotate-img-page {
	display: flex;
	height: auto;
	margin-right: 0rem;
	overflow: hidden;
}

.customized-rotate-img-page span {
	display: block;
	width: 20rem;
	height: 20rem;
	overflow: hidden;
	padding: 0 3px;
}

.customized-rotate-img img {
	width: 20rem;
	height: 80%;
	cursor: pointer;
	position: relative;
	transition: all 0.4s;
}

#customized-rotate-img-page span img:nth-child(2) {
	display: none;
}

.customized-rotate-img span img:hover {
	box-shadow: 5px 5px 5px #000000;
	transform: scale(1.05, 1.05);
}

.customized-rotate-img p {
	display: block;
	width: auto;
	height: 8rem;
	margin: 1rem 5rem;
	color: #bdbdbd;
	font-size: 1.67rem;
	text-align: center;
}

.occlusionLayer-img {
	width: 100%;
	height: 100%;
	top: 3rem;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 998;
}
.occlusionLayer-img img {	
	max-width: 70%;
	max-height: 70%;
	top: 50%;
	left: 50%;
	position: absolute;
	cursor: pointer;
	z-index: 999;
	opacity: 100.5 !important;
	border: 5px solid #FFFFFF;
	border-radius: 1.5rem;
	transform: translate(-50%,-50%);
}
.cooperationDetails-show,
.cooperationDetails-show-en,
.news-zh,
.new-en {
	display: block;
	border: none;
	width: auto;
	height: 35rem;
	background-color: #c7c6c6;
	border-radius: 0.8rem;
	margin-top: 13.33rem;
	padding: 7.1rem 5.42rem 8.33rem 5.42rem;
}

.cooperationDetails-show-en,
.news-zh,
.new-en {
	height: auto;
	padding: 7.1rem 5.42rem 0rem 5.42rem;
}

.cooperationDetails-show-title p:first-child,
.cooperationDetails-show-title-en p:first-child,
.news-zh-ShowTitle p:first-child,
.news-en-ShowTitle p:first-child {
	margin-bottom: 3.33rem;
	font-size: 2.67rem;
	color: #5e5f5e;
}

.cooperationDetails-show-title-en p:first-child,
.news-zh-ShowTitle p:first-child,
.news-en-ShowTitle p:first-child {
	text-align: center;
}

.cooperationDetails-show-title p:last-child,
.cooperationDetails-show-title-en p:last-child,
.news-zh-ShowTitle p:last-child,
.news-en-ShowTitle p:last-child {
	margin-bottom: 10rem;
	font-size: 1.5rem;
	color: #72706f;
}

.cooperationDetails-show-img {
	padding-left: 7.75rem;
}

.cooperationDetails-show-img img {
	max-width: 100%;
}

.cooperationDetails-imgshow {
	margin-top: 5.167rem;
	padding-left: 0px;
	padding-right: 0px;
}

.cooperationDetails-imgshow img {
	width: 30rem;
	height: 33rem;
	margin-bottom: 3.33rem;
	cursor: pointer;
}

.newInformation-main {
	margin-top: 13rem;
}

.newInformation-main-en {
	margin-top: 13rem;
}

.newInformation-img {
	height: 20rem;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.newInformation-img img {
	width: 15rem;
	height: 20rem;
	cursor: pointer;
	position: relative;
	transition: all 0.8s;
}

.newInformation-img img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.article-main {
	margin: 5rem 0rem;
	border-bottom: 1px solid #858585;
}

.newInformation-article p:first-child a {
	font-size: 2rem;
	color: #5b5b5b;
}

.newInformation-article p:nth-child(2),
.newInformation-article p:nth-child(3) {
	font-size: 1.167rem;
	color: #858585;
}

.newFootLine {
	background-color: #5b5b5b;
	height: 1px;
	margin-bottom: 0.5rem;
}

.cases {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.cases img {
	max-width: 100%;
	margin-top: 1rem;
}

.partnerImgAllmain .customized-img-btn {
	/* width: 85% !important; */
	left: 50%;
}

.partnerImgAll {
	display: flex;
	height: auto;
	margin-right: 0rem;
	overflow: hidden;
	padding: 1.67rem 0rem 1.67rem 0px;
}

.partnerImgAll span {
	width: 15rem;
	height: 15rem;
}

.partnerImgAll span img {
	width: 16.67rem;
	height: 8.33rem;
	padding-left: 1.5rem;
	cursor: pointer;
}

.partnerImgAll p {
	display: block;
	width: auto;
	height: 8rem;
	margin: 1rem 1.5rem;
	color: #5b5b5b;
	font-size: 1.67rem;
	text-align: center;
}

.returnButton,
.returnButton-en,
.returnButton-Newzh,
.returnButton-Newen {
	margin: 0 auto;
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 80%;
	display: block;
}

#photopile-active-image-container {
	margin-top: 5rem;
}

.photo-wall p,
.photo-wall-en p {
	margin-bottom: 3.33rem;
	font-size: 2.67rem;
	color: #5e5f5e;
}

div.photopile-wrapper {
	margin: 5rem auto;
}

#photopile img {
	width: 133px;
	height: 100px;
}

@media (max-width: 320px) {
	ul.photopile li a {
		max-width: 85px;
	}
}

@media (min-width: 321px) and (max-width: 568px) {
	ul.photopile li a {
		max-width: 100px;
	}
}

@media (min-width: 569px) and (max-width: 768px) {
	ul.photopile li a {
		max-width: 115px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	ul.photopile li a {
		max-width: 125px;
	}
}

@media (min-width: 1025px) {
	ul.photopile li a {
		max-width: 150px;
	}
}

.js div.photopile-wrapper {
	min-height: 500px;
}

div#photopile-nav-next,
div#photopile-nav-next:hover,
div#photopile-nav-prev,
div#photopile-nav-prev:hover {
	background-image: url(../img/nav-sprites.png);
}

.js ul.photopile {
	display: none;
}

ul.photopile {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.photopile li {
	display: inline-block;
	position: relative;
	margin: 2px;
	padding: 0;
	-webkit-backface-visibility: hidden;
}

ul.photopile li a {
	display: block;
	padding: 2px;
	outline: none;
	text-decoration: none;
	border: 1px solid #6F6F6F;
	box-shadow: 0 0 20px #3D3D3D;
}

ul.photopile li.photopile-active-thumbnail:hover,
ul.photopile li.photopile-active-thumbnail a:hover {
	cursor: default;
}

ul.photopile li a img {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #6F6F6F;
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div#photopile-active-image-container {
	border: 1px solid #6F6F6F;
	box-shadow: 0 20px 80px black;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div#photopile-active-image-container img {
	margin: 0 auto;
	height: auto;
}

div#photopile-active-image-info {
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}

div#photopile-active-image-info p {
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 3px 8px;
}

div#photopile-nav-next,
div#photopile-nav-prev {
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 40px;
	margin-top: -20px;
	cursor: pointer;
}

div#photopile-nav-next {
	right: 0;
	margin-right: -35px;
	background-position: -50px 0;
}

div#photopile-nav-next:hover {
	background-position: -50px -50px;
}

div#photopile-nav-prev {
	left: 0;
	right: 0;
	margin-left: -35px;
	background-position: 0 0;
}

div#photopile-nav-prev:hover {
	background-position: 0 -50px;
}

.spc-wrapper {
	max-width: 700px;
	margin: 70px auto;
}

@media screen and (min-width:1200px) {
	.newInformation-img img {
		width: 23rem;
		height: 20.5rem;
	}

	#newBridge .icon-right-center {
		right: 6.35% !important;
		top: 55.5% !important;
	}

	#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
		background-color: #5b5b5b !important;
	}
}

@media screen and (min-width:992px) {

	.navbar-nav,
	.nav-item {
		height: 47px;
	}

	.nav-link:hover {
		border-bottom: 4px solid #1e65b1;
		transition: all 0s;
	}

	.nav-link_active {
		border-bottom: 4px solid #1e65b1;
		transition: all 0s;
	}

	.newInformation-img img {
		width: 23rem;
		height: 20.5rem;
	}
}

@media screen and (max-width:1199px) {
	.article-section1-img img {
		display: none;
	}

	.rotate-button-right {
		margin-right: 0px;
	}

	.customization-article-en {
		display: none;
	}

	.customization-articleH5-en {
		margin-top: 1rem;
	}

	.customization-btn-en {
		background-image: none;
	}

	.cooperationDetails-show-img-en {
		display: none;
	}

	.customized-describe-en {
		margin-right: 0rem;
	}

	.cooperationDetails-show-title p:first-child {
		margin-bottom: 1.33rem;
		font-size: 2.67rem;
	}
}

@media (min-width:992px) and (max-width:1199px) {

	.article-word1,
	.article-word2 {
		font-size: 1.0rem;
		line-height: 1.2rem;
	}

	.article-section2 {
		padding-left: 1.25rem;
	}

	.article-section2 button a {
		font-size: 2rem;
	}

	.partner-gather01 img {
		padding: 0px 0px 2.50rem 2.40rem;
	}

	.customized-rotate-img-page {
		width: 720px;
	}

	.customized-img button {
		padding: 0 27px;
	}

	.album-footer p {
		font-size: 1.6rem;
		margin: 0 auto;
	}

	.album-footer a {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 1rem 0rem;
	}

	.album-footer button {
		margin: 1rem 4.5rem;
		width: 17rem;
		height: 3rem;
	}

	.cooperationDetails-show-img {
		padding-left: 0;
	}

	.cooperationDetails-imgshow img {
		width: 25rem;
		height: 30rem;
		margin-bottom: 2.33rem;
	}

	.newInformation-img img {
		width: 19.5rem;
		height: 20rem;
	}
}

@media screen and (max-width:991px) {
	#navbarSupportedContent {
		background: #F5F5F5;
	}

	.nav-item .nav-link {
		padding: 20px 0px;
		border-bottom: 1px solid #E5E5E5;
	}

	.nav-item.active .nav-link:after,
	.nav-item:hover .nav-link:after {
		left: 50%;
		bottom: 23px;
		margin-left: -42px;
		width: 7rem;
	}

	.nav-link {
		margin-left: 0px;
		text-align: center;
	}

	.album-footer p {
		padding: 3rem 0rem 0.5rem 0rem;
	}

	.cooperationDetails-show-title p:last-child {
		font-size: 1rem;
	}

	.nav-item:hover {
		background-color: #1e65b1;
	}

	.nav-item:hover .nav-link {
		color: #ffffff !important;
	}
}


@media (min-width:768px) and (max-width:991px) {

	.article-word1,
	.article-word2 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 3.4rem;
	}

	.article-section1-img {
		max-width: 100%;
	}

	.article-section2 {
		padding-left: 1.25rem;
	}

	.article2-section {
		padding-left: 6.25rem;
	}

	.article-section2 h6 {
		padding-bottom: 1rem;
	}

	.article2-section h4 {
		padding: 0.25rem 0px 0.875rem 0px;
	}

	.article2-2-section {
		padding: 0.25rem 0px 0.875rem 1.25rem;
	}

	.rotate-img img {
		height: 20.83rem;
	}

	.partner {
		padding-top: 5rem;
	}

	.partner-fontImg h1,
	.partner-fontImg h3 {
		text-align: center;
	}

	.partner-gather01 img {
		padding: 1rem 0px 0px 3rem;
	}

	.partnerImg-ratationBtn {
		bottom: 0px;
	}

	.special-customized-img a {
		margin: 0rem 0.1rem;
	}

	.album {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.picture_album {
		width: auto;
		height: auto;
	}

	.picture_album img {
		cursor: pointer;
		width: 600px;
		height: 300px;
	}

	.album-footer {
		padding: 0 15rem;
	}

	.album-footer p {
		font-size: 1.5rem;
		margin: 0 auto;
	}

	.album-footer a {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 1rem 0rem;
	}

	.album-footer button {
		margin: 1rem 4.5rem;
		width: 17rem;
		height: 3rem;
	}

	.cooperationDetails-show {
		height: 20rem;
		padding: 0rem 0.5rem 0rem 8rem;
	}

	.cooperationDetails-show-title p:first-child {
		font-size: 1.5rem;
		margin-top: 5rem;
	}

	.cooperationDetails-show-img {
		padding: 4rem 0px 0px 3.75rem;
	}

	.cooperationDetails-show-img img {
		width: 16.67rem;
		height: 13.33rem;
	}

	.cooperationDetails-imgshow01 {
		padding-left: 16px;
	}

	.cooperationDetails-imgshow img {
		width: 29rem;
		height: 27rem;
		margin-bottom: 1rem;
	}

	.newInformation-article p:first-child a {
		font-size: 1.4rem;
	}

	.newInformation-article p:nth-child(2),
	.newInformation-article p:nth-child(3) {
		font-size: 1rem;
	}

	.cooperationDetails-show-title-en p:first-child {
		margin-top: 3rem;
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}

}

@media (max-width:767px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	button {
		font-size: 1rem !important;
	}

	.article-word1,
	.article-word2 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 3.4rem;
	}

	.article-section2 {
		padding-left: 1.25rem;
	}

	.article2-section {
		padding-left: 1rem;
	}

	.article2-word,
	.article2-2-word {
		display: none;
	}

	.article2-2-section {
		padding: 1rem 6rem 1.875rem 1.25rem;
	}
	
	.article2-2-section h4 {
		padding-bottom: 1.875rem;
	}

	.article2-section1-img img,
	.article2-section2-img img {
		width: 500px;
		max-height: 15rem;
	}
	.index-container h1{
		padding-bottom: 0px;
	}
	.sidebar {
		opacity: 0.2;
		width: 6rem;
	}
	.icon-tel,
	.icon-mail {
		display: none;
	}
	.rotate-btn h1 {
		padding: 80px 0 15px 0;
	}

	.rotate-button-left,
	.rotate-button-right {
		display: none;
	}

	.rotate-img img {
		width: 27rem;
		height: 15rem;
	}

	.customization-btn {
		width: auto;
		height: auto;
		background-image: none;
		padding-top: 0rem;
	}

	.partner {
		height: auto;
	}

	.partner-fontImg h1 {
		padding: 0.833rem 0 0px 0;
		text-align: center;
	}

	.partner-gather01 img {
		max-width: 13rem;
	}

	.footer-aboutUS {
		background-image: none;
	}

	.special-customized-img {
		margin: 0;
		height: 12rem;
	}

	.special-customized-img a {
		padding: 0rem 3rem;
	}

	.customized-rotate-img-page span {
		width: 15rem;
		height: 18rem;
	}

	.customized-img img {
		height: 14rem;
		width: 14.6rem;
		margin: 0 2px;
	}

	.customized-img p {
		margin: 1rem 2rem;
	}

	.customized-img button {
		width: 9rem;
	}

	.album {
		padding-left: 0;
		padding-right: 0;
	}

	.album p {
		text-align: center;
	}

	.picture_album img {
		cursor: pointer;
		height: 250px;
		padding: 0rem 1.5%;
	}

	.album-footer {
		padding: 0 3rem;
	}

	.album-footer button {
		margin: 1rem 3rem;
	}

	.album-footer p {
		padding-bottom: 1rem;
		text-align: center;
	}

	.cooperationDetails-show {
		height: 23rem;
		padding: 3rem 15px 0rem 15px;
		margin-top: 5rem;
	}

	.cooperationDetails-show-title p:first-child {
		font-size: 2rem;
		margin-bottom: 1.33rem;
	}

	.cooperationDetails-show-title p:last-child {
		margin-bottom: 5rem;
	}

	.cooperationDetails-show-title-en p:last-child {
		display: none;
	}

	.cooperationDetails-show-img {
		padding-left: 0px;
	}

	.cooperationDetails-show-img img {
		width: 22rem;
		height: 14rem;
		margin-top: 1rem;
	}

	.cooperationDetails-imgshow img {
		width: 22rem;
		height: 27rem;
		margin-bottom: 1rem;
	}

	.cooperationDetails-show,
	.cooperationDetails-show-en,
	.news-zh,
	.new-en {
		margin-top: 0rem;
	}

	.newInformation-img {
		height: auto;
	}

	.newInformation-img img {
		width: 11rem;
		height: 10rem;
	}

	.newInformation-article {
		margin: 1rem 0rem 0rem 4rem;
	}

	.newInformation-article p:first-child a {
		font-size: 1rem;
	}

	.newInformation-article p:first-child {
		margin: 2rem 0rem;
	}

	.newInformation-article p:nth-child(2) {
		display: none;
	}

	.newInformation-article p:nth-child(2),
	.newInformation-article p:nth-child(3) {
		font-size: 1rem;
	}

	.cooperationDetails-show-title-en p:first-child {
		margin-top: 3rem;
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}

	.partnerImgAll span img {
		width: 7rem;
		height: 3rem;
	}

	.navbar {
		font-size: 18px;
		width: 100%;
		padding: 1rem 2rem;
	}
}

@media (min-width:490px) and (max-width: 767px) {
	.partner-gather01 img {
		max-width: 17rem;
	}
}

@media (min-width:600px) and (max-width: 767px) {
	.customized-rotate-img-page span {
		width: 15rem;
		height: 19rem;
	}

	.customized-img img {
		height: 16rem;
		width: 16rem;
		margin: 0 2px;
	}
}

@media (min-width:400px) and (max-width: 489px) {
	.partner-gather01 img {
		max-width: 14rem;
		padding: 0px 0px 2rem 6rem;
	}
}

@media (max-width: 414px) {
	.customized-rotate-img-page span {
		width: 11rem;
		height: 17rem;
	}

	.customized-img img {
		height: 11rem;
		width: 11rem;
	}
}

@media (min-width:400px) and (max-width: 430px) {
	.partner-gather01 img {
		max-width: 13rem;
		padding: 0px 0px 2rem 6rem;
	}
}

@media (min-width:360px) and (max-width: 399px) {
	.partner-gather01 img {
		max-width: 12rem;
	}
}

@media (max-width: 375px) {
	.customized-img img {
		height: 10rem;
		width: 10rem;
		margin: 0 2px;
	}

	.customized-rotate-img-page span {
		width: 10.3rem;
		height: 14rem;
	}
}

@media (max-width: 359px) {
	.partner-gather01 img {
		max-width: 6.5rem;
		padding: 1rem 1rem;
		margin: 0rem 1rem;
	}
}

@media (max-width: 320px) {
	.customized-rotate-img-page span {
		width: 8.8rem;
		height: 14rem;
	}

	.customized-img img {
		height: 8rem;
		width: 8rem;
	}
}
