@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

.animate-item {
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
	will-change: opacity, transform;
}

/* 动画类 */
.animate-fadeInUp {
	animation: fadeInUp 0.8s ease forwards;
}

.animate-fadeInLeft {
	animation: fadeInLeft 0.8s ease forwards;
}

.animate-fadeInRight {
	animation: fadeInRight 0.8s ease forwards;
}

.animate-fadeIn {
	animation: fadeIn 0.8s ease forwards;
}

.animate-fadeInSortUp {
	animation: fadeInSortUp 0.8s ease forwards;
}

.animate-fadeInSortDown {
	animation: fadeInSortDown 0.8s ease forwards;
}

.animate-fadeInSortLeft {
	animation: fadeInSortLeft 0.8s ease forwards;
}

.animate-fadeInSortRight {
	animation: fadeInSortRight 0.8s ease forwards;
}

@keyframes fadeInSortUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInSortDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInSortLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-30%, 0, 0);
		transform: translate3d(-30%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInSortRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* 延迟动画 */
.animate-delay-1 {
	animation-delay: 0.2s;
}

.animate-delay-2 {
	animation-delay: 0.4s;
}

.animate-delay-3 {
	animation-delay: 0.6s;
}

html,
body {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	text-align: center;
	background: #fff;
	font-family: '微软雅黑', sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*开启3d渲染，硬件加速*/
	/*-webkit-transform-style:preserve-3d;
-webkit-backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);*/
}

img {
	width: 100%;
	height: 100%;
	display: block;
}

li {
	list-style: none;
}

i {
	font-style: normal;
}

area {
	outline: none;
}

/* 解决css动画卡顿问题 */
.cube {

	-webkit-backface-visibility: hidden;

	-moz-backface-visibility: hidden;

	-ms-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-perspective: 1000;

	-moz-perspective: 1000;

	-ms-perspective: 1000;

	perspective: 1000;

	/* Other transform properties here */
	-webkit-transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);
}

.loadDom {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
}

.loadingBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loading_jdt {
	width: 4.04rem;
	height: 0.02rem;
	background-color: #d3d7dd;
	position: relative;
	margin: 0.39rem auto 0.25rem auto;
}

.loadCur {
	position: absolute;
	top: 0;
	left: 0;
	height: 0.02rem;
	width: 0;
	background-color: #16438c;
}

.loading_logo {
	width: 1.82rem;
	height: 0.53rem;
	margin: 0 auto;
}

.loading_text {
	width: 0.83rem;
	height: 0.1rem;
	margin: 0 auto;
}

.loadingPageAnimate {
	-webkit-animation: loadingPageAnimate 1s linear 0s both;
}

@-webkit-keyframes loadingPageAnimate {
	0% {
		top: 0;
	}

	100% {
		top: -100%;
	}
}

.mCSB_container {
	margin-right: 0;
}

.wrap {
	width: 100%;
}

.navDom {
	width: 100%;
	height: 1.34rem;
	background-color: #fff;
	border-bottom: 0.04rem solid #3e77d0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.navBox {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 1.08rem;
	transform: translateY(-50%);
}

.logo {
	width: 3.26rem;
	height: 0.66rem;
	position: absolute;
	top: 50%;
	left: 1.35rem;
	transform: translateY(-50%);
	cursor: pointer;
}



.dot {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.09rem;
	opacity: 0;
}

.cur .dot {
	opacity: 1;
}

/* .jp-menu1 {
	width: 0.59rem;
	height: 0.2rem;
}

.jp-menu2 {
	width: 0.82rem;
	height: 0.2rem;
}

.jp-menu3 {
	width: 0.83rem;
	height: 0.2rem;
}

.jp-menu4 {
	width: 0.83rem;
	height: 0.2rem;
}

.jp-menu5 {
	width: 1.23rem;
	height: 0.2rem;
}

.jp-menu6 {
	width: 0.83rem;
	height: 0.2rem;
}

.en-menu1 {
	width: 0.58rem;
	height: 0.14rem;
}

.en-menu2 {
	width: 1.5rem;
	height: 0.14rem;
}

.en-menu3 {
	width: 0.91rem;
	height: 0.14rem;
}

.en-menu4 {
	width: 0.47rem;
	height: 0.14rem;
}

.en-menu5 {
	width: 0.93rem;
	height: 0.14rem;
}

.en-menu6 {
	width: 0.88rem;
	height: 0.14rem;
}

.cn-menu1 {
	width: 0.39rem;
	height: 0.2rem;
}

.cn-menu2 {
	width: 0.82rem;
	height: 0.2rem;
}

.cn-menu3 {
	width: 0.82rem;
	height: 0.2rem;
}

.cn-menu4 {
	width: 0.81rem;
	height: 0.2rem;
}

.cn-menu5 {
	width: 0.81rem;
	height: 0.2rem;
}

.cn-menu6 {
	width: 0.82rem;
	height: 0.2rem;
} */

.navList {
	display: flex;
}

.navItem {
	display: flex;
	align-items: center;
	margin-right: 0.48rem;
	cursor: pointer;
	font-size: 0.21rem;
}

.languageBox {
	position: relative;
}

.languageBox:hover .languageSelBox {
	display: block;
}

.languageText {
	width: 1.17rem;
	height: 0.26rem;
	background-color: #094cb2;
	border-radius: 0.13rem;
	color: #fff;
	font-size: 0.18rem;
	cursor: pointer;
}

.languageSelBox {
	width: 1.15rem;
	height: 1.3rem;
	background-color: #fff;
	position: absolute;
	top: 0.26rem;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.languageItem {
	font-size: 0.16rem;
	width: 0.84rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-bottom: 0.01rem solid #bbcde8;
	margin: 0 auto;
	color: #094cb2;
	cursor: pointer;
}

.languageItem:last-child {
	border-bottom: none;
}

.banner-wrap {
	padding-top: 1.34rem;
}

.bannerBox {
	width: 100%;
	position: relative;
}

.bannerTextBox {
	position: absolute;
	bottom: -0.1rem;
	right: 0.6rem;
	display: none;
}

.bannerTextContent {
	margin-bottom: 0.15rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

.enBannerTextContent {
	margin-bottom: 0;
}

.jp-bannerText1,
.jp-bannerText2 {
	font-size: 0.7rem;
	color: #2559ad;
	letter-spacing: 0.08rem;
	font-weight: bold;
	text-align: right;
	-webkit-animation: fadeInRight .8s ease 0s both;
}


.en-bannerText1 {
	font-size: 0.7rem;
	line-height: 0.7rem;
	color: #2559ad;
	letter-spacing: 0.04rem;
	font-weight: bold;
	text-align: right;
	-webkit-animation: fadeInRight .8s ease 0s both;
}

.cn-bannerText1 {
	-webkit-animation: fadeInRight .8s ease 0s both;
	font-size: 0.75rem;
	color: #2559ad;
	letter-spacing: 0.06rem;
	font-weight: bold;
	text-align: right;
}


.singleWordItem {
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}

@keyframes up1 {
	from {
		transform: translateY(100%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes up2 {
	from {
		transform: translateY(130%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes up3 {
	from {
		transform: translateY(120%);
	}

	to {
		transform: translateY(0);
	}
}

.singleWord {
	line-height: 1.5rem;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	-webkit-animation: up1 .8s ease 0s both;
}

.singleWord1 {
	-webkit-animation: up2 .8s ease .3s both;
}

.singleWord2 {
	-webkit-animation: up1 .8s ease 0s both;
}

.singleWord3 {
	-webkit-animation: up3 .8s ease 0.3s both;
}

.singleWord4 {
	-webkit-animation: up2 .8s ease 0s both;
}

.singleWord5 {
	margin-right: -0.05rem;
	-webkit-animation: up1 .8s ease 0s both;
}

.singleWord6 {
	-webkit-animation: up2 .8s ease 0s both;
}

.singleWord7 {
	-webkit-animation: up1 .8s ease 0s both;
}

.singleWord8 {
	-webkit-animation: up3 .8s ease 0.3s both;
}

.singleWord9 {
	-webkit-animation: up2 .8s ease 0s both;
}

.singleWord10 {
	-webkit-animation: up3 .8s ease 0.3s both;
}

.singleWord11 {
	-webkit-animation: up2 .8s ease 0s both;
}

.singleWord12 {
	-webkit-animation: up1 .8s ease 0s both;
}

.singleWord13 {
	-webkit-animation: up3 .8s ease 0.3s both;
}

.singleWord14 {
	-webkit-animation: up2 .8s ease 0s both;
}

.jp-title1 {
	width: 2.11rem;
	height: 0.99rem;
	margin-top: 2.95rem;
	margin-left: 4.74rem;
}

.en-title1 {
	width: 4.89rem;
	height: 1.49rem;
	margin-top: 2.95rem;
	margin-left: 4.74rem;
}

.cn-title1 {
	width: 2.13rem;
	height: 1.03rem;
	margin-top: 2.95rem;
	margin-left: 4.74rem;
}

.jp-content1 {
	width: 5.36rem;
	margin-top: 0.93rem;
	margin-left: 4.74rem;
	font-size: 0.2rem;
	color: #4f4f4f;
	line-height: 0.36rem;
	text-align: left;

}

.en-content1 {
	width: 5.37rem;
	margin-top: 0.4rem;
	margin-left: 4.74rem;
	font-size: 0.2rem;
	color: #4f4f4f;
	line-height: 0.36rem;
	text-align: left;
}

.cn-content1 {
	width: 5.43rem;
	margin-top: 0.93rem;
	margin-left: 4.74rem;
	font-size: 0.2rem;
	color: #4f4f4f;
	line-height: 0.36rem;
	text-align: left;
}

.cn-content1-text1 {
	margin-bottom: 0.8rem;
}

.jp-content1-text1 {
	margin-bottom: 0.5rem;
}

.en-content1-text1 {
	margin-bottom: 0.7rem;
}

.introduction-wrap {
	position: relative;
}

.introductionImgBox {
	position: absolute;
	top: 0.35rem;
	left: 12.14rem;
}

.introPic1 {
	width: 9.17rem;
	height: 5.13rem;
	position: relative;
	z-index: 5;
}

.colorBlock1 {
	width: 2.78rem;
	height: 1.39rem;
	position: absolute;
	bottom: -0.7rem;
	left: -0.56rem;
}

.colorBlock2 {
	width: 2.17rem;
	height: 1.84rem;
	position: absolute;
	top: 1.57rem;
	right: -0.7rem;
	z-index: 10;
}

.bg {
	width: 100%;
	margin-top: 5.3rem;
}

.address-wrap {
	position: relative;
}

.jp-address {

	position: absolute;
	top: 2.42rem;
	left: 50%;
	transform: translateX(-50%);
}

.jp-address .en-address-box {
	width: 9.24rem;
	height: 4.08rem;
}

.en-address {
	position: absolute;
	top: 2.42rem;
	left: 50%;
	transform: translateX(-50%);
}

.en-address .en-address-box {
	width: 11.16rem;
	height: 4.34rem;
}

.addressImg {
	width: 7.18rem;
	height: 6.04rem;
	margin-left: 0.5rem;
}

.cn-address {
	position: absolute;
	top: 2.42rem;
	left: 50%;
	transform: translateX(-50%);
}

.cn-address .en-address-box {
	width: 9.24rem;
	height: 4.38rem;
}

.flexBox {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.en-address-item {
	display: flex;
	border-top: 1px solid #e1e1e1;
	height: 0.8rem;
	align-items: center;
	box-sizing: border-box;
}

.en-address-item:last-child {
	height: 1.6rem;
	border-bottom: 1px solid #e1e1e1;
}

.jp-address-item {
	display: flex;
	border-top: 1px solid #e1e1e1;
	height: 0.8rem;
	align-items: center;
	box-sizing: border-box;
}

.jp-address-item:last-child {
	height: 1.6rem;
	border-bottom: 1px solid #e1e1e1;
}

.jp-address-item:last-child .jp-address-item-title {
	width: 1.5rem;
}

.jp-address-item-title {
	color: #1d4794;
	font-size: 0.2rem;
	padding-left: 0.3rem;
	width: 2.82rem;
	text-align: left;
	box-sizing: border-box;
	flex-shrink: 0;
}

.en-address-item-title {
	color: #1d4794;
	font-size: 0.2rem;
	padding-left: 0.3rem;
	width: 3.42rem;
	text-align: left;
	box-sizing: border-box;
	flex-shrink: 0;
}

.en-address-item:last-child .en-address-item-title {
	width: 2.1rem;
}

.en-address-item-content {
	color: #4f4f4f;
	font-size: 0.2rem;
}

.uppercase {
	text-transform: uppercase;
}

.en-address-item-childBox:nth-child(1) {
	border-bottom: 1px solid #e1e1e1;
}

.en-address-item-childBox {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 0.8rem;
	font-size: 0.2rem;
	color: #4f4f4f;

}

.en-address-item-childTitle {
	width: 2.75rem;
	text-align: left;
	padding-left: 1.3rem;
	flex-shrink: 0;
}

.en-address-item-childContent {
	text-align: left;
}

.businessContent {
	display: flex;
	margin-top: 2.64rem;
	margin-left: 5.5rem;
}

.businessBox {
	position: relative;
}

.businessBox:nth-child(2) {
	margin: auto 1.43rem auto 1.03rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.businessImg1 {
	width: 3.59rem;
	height: 6.11rem;
	position: relative;
	z-index: 10;
}

.businessImg2 {
	width: 3.66rem;
	height: 6.05rem;
	position: absolute;
	top: 0.32rem;
	right: -0.25rem;

}

.businessImg3 {
	width: 1.93rem;
	height: 2.74rem;
	position: absolute;
	top: 3.76rem;
	left: -0.47rem;
	z-index: 10;
}

.businessImg4 {
	width: 3.23rem;
	height: 5.73rem;
	position: relative;
	z-index: 5;
}

.businessImg5 {
	width: 0.9rem;
	height: 3.18rem;
	position: absolute;
	top: 0.84rem;
	left: -0.34rem;
	z-index: 1;
}

.sy-wrap {
	position: relative;
}

.jp-ywTitle1 {
	margin-bottom: 1rem;
}

.jp-ywContent1 {
	width: 5.72rem;
	height: 1.88rem;
}

.en-ywTitle1 {
	width: 6.07rem;
	height: 0.93rem;
	margin-bottom: 1rem;
}

.en-ywContent1 {
	width: 5.6rem;
	height: 1.96rem;
}

.cn-ywTitle1 {
	margin-bottom: 1rem;
}

.ywTitleItem {
	font-size: 0.7rem;
	color: #2559ad;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

.jp-ywTitleItem {
	font-size: 0.5rem;
	color: #2559ad;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

.en-ywTitleItem {
	font-size: 0.42rem;
	color: #2559ad;
	font-weight: bold;
}

.cn-ywContent1 {
	width: 5.7rem;
}

.ywContentItem {
	font-size: 0.2rem;
	color: #4f4f4f;
	margin-bottom: 0.4rem;
	line-height: 0.34rem;
}

.jp-syTitle1 {
	width: 2.09rem;
	height: 0.9rem;
	margin-top: 5.52rem;
	margin-left: 4.74rem;
}

.jp-syContent1 {
	width: 5.34rem;
	height: 1.2rem;
	margin-top: 0.77rem;
	margin-left: 4.74rem;
}

.en-syTitle1 {
	width: 3.05rem;
	height: 1.47rem;
	margin-top: 5.52rem;
	margin-left: 4.74rem;
}

.en-syContent1 {
	width: 5.32rem;
	height: 1.96rem;
	margin-top: 0.77rem;
	margin-left: 4.74rem;
}

.cn-syTitle1 {
	width: 2.16rem;
	height: 0.94rem;
	margin-top: 5.52rem;
	margin-left: 4.74rem;
}

.cn-syContent1 {
	width: 5.21rem;
	height: 1.2rem;
	margin-top: 0.77rem;
	margin-left: 4.74rem;
}

.en-syContentItem {
	color: #4f4f4f;
	font-size: 0.18rem;
	text-align: left;
	margin-bottom: 0.6rem;
	line-height: 0.3rem;
}

.jp-syContentItem {
	color: #4f4f4f;
	font-size: 0.2rem;
	text-align: left;
	line-height: 0.34rem;
}

.cn-syContentItem {
	color: #4f4f4f;
	font-size: 0.19rem;
	text-align: left;
	line-height: 0.34rem;
	margin-bottom: 0.45rem;
}

.syPicBox {
	width: 9.73rem;
	height: 7.08rem;
	top: -1.75rem;
	left: 11.05rem;
	position: absolute;
}

.syImg1 {
	width: 2.01rem;
	height: 2.13rem;
	position: absolute;
	top: 0.44rem;
	left: 0;
	z-index: 10;
}

.syImg2 {
	width: 4.3rem;
	height: 6.4rem;
	position: absolute;
	top: 0;
	left: 0.17rem;
}

.syImg3 {
	width: 6.95rem;
	height: 6.66rem;
	position: absolute;
	top: 0.42rem;
	left: 2.78rem;
	z-index: 5;
}

.syImg4 {
	width: 1.72rem;
	height: 1.93rem;
	position: absolute;
	top: 5.15rem;
	right: 0.35rem;
}

.jp-caseTitle {
	margin: 5.23rem auto auto auto;
	width: 2.09rem;
	height: 0.89rem;
}

.en-caseTitle {
	margin: 5.23rem auto auto auto;
	width: 4.99rem;
	height: 0.95rem;
}

.cn-caseTitle {
	margin: 5.23rem auto auto auto;
	width: 2.13rem;
	height: 0.92rem;
}

.caseImgBox {
	width: 13.36rem;
	height: 5.71rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0.3rem auto auto auto;
}

.caseItem:nth-child(1) {
	width: 4.14rem;
	height: 5.71rem;
}

.caseItem:nth-child(2) {
	width: 2.41rem;
	height: 5.71rem;
}

.caseItem:nth-child(3) {
	width: 4.08rem;
	height: 5.71rem;
}

.caseItem:nth-child(4) {
	width: 2.5rem;
	height: 5.71rem;
}

.jp-contactTitle {
	width: 3.13rem;
	height: 0.9rem;
	margin: 3.22rem auto 0.39rem auto;
}

.jp-contactContent {
	margin: 0 auto;
}

.en-contactTitle {
	width: 7.8rem;
	height: 0.95rem;
	margin: 3.22rem auto 0.39rem auto;
}

.en-contactContent {
	width: 4.77rem;
	height: 0.57rem;
	margin: 0 auto;
}

.cn-contactTitle {
	width: 2.11rem;
	height: 0.94rem;
	margin: 3.22rem auto 0.39rem auto;
}

.cn-contactContent {
	margin: 0 auto;
}

.cn-contactContentItem {
	font-size: 0.18rem;
	color: #756e6e;
	margin-bottom: 0.17rem;
}

.en-contactContentItem {
	font-size: 0.16rem;
	color: #756e6e;
}

.cn-contactContentItem span,
.en-contactContentItem span {
	color: #2559ad;
}


.infoBox {
	width: 8.32rem;
	height: 5rem;
	margin: 0.64rem auto auto auto;
	position: relative;
}


.btn_tj {
	width: 2.83rem;
	height: 0.6rem;
	margin: 0.4rem auto auto auto;
}

.jp-companyAddressTitle {
	width: 2.09rem;
	height: 0.89rem;
	margin: 3rem auto 0.85rem auto;
}

.jp-addressInfo {
	width: 11.55rem;
	height: 5.42rem;
	margin: 0 auto 0.8rem auto;
	position: relative;
}

.en-companyAddressTitle {
	width: 5.27rem;
	height: 0.87rem;
	margin: 3rem auto 0.85rem auto;
}

.en-addressInfo {
	width: 11.55rem;
	height: 5.58rem;
	margin: 0 auto 0.8rem auto;
	position: relative;
}

.addressDetail1 {
	font-size: 0.18rem;
	color: #333333;
	position: absolute;
	top: 0.65rem;
	left: 0.54rem;
	text-align: left;
}

.emall1 {
	font-size: 0.2rem;
	color: #333333;
	position: absolute;
	top: 1.55rem;
	left: 0.54rem;
}

.phone1 {
	font-size: 0.2rem;
	color: #333333;
	position: absolute;
	top: 1.95rem;
	left: 0.54rem;
	
}

.fax1 {
	font-size: 0.2rem;
	color: #333333;
	position: absolute;
	top: 1.95rem;
	left: 3.37rem;
}

.addressDetail2 {
	font-size: 0.2rem;
	color: #333333;
	position: absolute;
	top: 0.65rem;
	left: 6.64rem;
	text-align: left;
}

.emall2 {
	font-size: 0.2rem;
	color: #333333;
	position: absolute;
	top: 1.55rem;
	left: 6.64rem;
}

.phone2 {
	font-size: 0.2rem;
	color: #333333;
	position: absolute;
	top: 1.95rem;
	left: 6.64rem;
}

.fax2 {
	font-size: 0.2rem;
	color: #333333;
	position: absolute;
	top: 1.95rem;
	left: 9.47rem;
}

.cn-companyAddressTitle {
	width: 2.15rem;
	height: 0.92rem;
	margin: 3rem auto 0.85rem auto;
}

.cn-addressInfo {
	width: 11.55rem;
	height: 5.58rem;
	margin: 0 auto 0.8rem auto;
	position: relative;
}

.cn-addressInfo .emall1,
.cn-addressInfo .emall2 {
	top: 1.2rem;
}

.cn-addressInfo .phone1,
.cn-addressInfo .phone2,
.cn-addressInfo .fax1,
.cn-addressInfo .fax2 {
	top: 1.6rem;
}

.jp-addressInfo .emall1,
.jp-addressInfo .emall2 {
	top: 1.15rem;
}

.jp-addressInfo .phone1,
.jp-addressInfo .phone2,
.jp-addressInfo .fax1,
.jp-addressInfo .fax2 {
	top: 1.56rem;
}

.copyright-wrap {
	width: 100%;
	height: 1.07rem;
	background-color: #2559ad;
	display: flex;
	align-items: center;
	justify-content: center;
}

.copyright {
	width: 4.88rem;
	height: 0.21rem;
}

input {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 0.1rem;
	box-sizing: border-box;
	background-color: transparent;
	outline: none;
}

.infoItem {
	display: flex;
	padding: 0.12rem;
	align-items: center;
	border-top: 1px solid #e3e2e2;
}

.infoItem2 {
	display: flex;
	padding: 0.12rem;
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
}

.iptTitle {
	font-size: 0.2rem;
	width: 2.05rem;
	text-align: left;
}

.icon {
	font-size: 0.2rem;
	color: #2559ad;
	margin-right: 0.3rem;
}

.iptBox {
	width: 5.6rem;
	height: 0.5rem;
	background-color: #eef2f9;
	padding: 0 0.05rem 0 0.15rem;
	box-sizing: border-box;
	position: relative;
}

.iptBox2 {
	width: 5.6rem;
	height: 1.23rem;
	background-color: #eef2f9;
	padding: 0 0.05rem 0 0.15rem;
	box-sizing: border-box;
	position: relative;
}

.iptBox2 textarea {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	padding: 0.1rem;
	box-sizing: border-box;
	background-color: transparent;
	resize: none;
	outline: none;
}

.name {
	width: 5.6rem;
	height: 0.5rem;
	position: absolute;
	top: 0.11rem;
	left: 2.66rem;
}

.zipCode {
	width: 5.6rem;
	height: 0.5rem;
	position: absolute;
	top: 0.84rem;
	left: 2.66rem;
}

.userAddress {
	width: 5.6rem;
	height: 0.5rem;
	position: absolute;
	top: 1.53rem;
	left: 2.66rem;
}

.tel {
	width: 5.6rem;
	height: 0.5rem;
	position: absolute;
	top: 2.24rem;
	left: 2.66rem;
}

.email {
	width: 5.6rem;
	height: 0.5rem;
	position: absolute;
	top: 2.95rem;
	left: 2.66rem;
}

.zxContent {
	width: 5.6rem;
	height: 1.23rem;
	position: absolute;
	top: 3.66rem;
	left: 2.66rem;
}

.zxContent textarea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0.1rem;
	box-sizing: border-box;
	background-color: transparent;
	resize: none;
	outline: none;
}

.back-to-top {
	width: 0.7rem;
	height: 0.7rem;
	position: fixed;
	bottom: 0.85rem;
	right: 0.85rem;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 100;
}

.back-to-top.visible {
	opacity: 1;
}

.en,
.cn {
	display: none;
}