.layout{
	padding-top: 8.6rem;
}
.wrap{
	width: 166rem;margin: 0 auto;
}

.pc {
	display: block;
}
.phone {
	display: none;
}


.header {
	background: #fff;
	height: 8.6rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	transition: all 0.3s;
	font-family: 'SourceHSCN-Normal';

}
/* 常态模式下的导航栏外观 */
.active {
    background: #fff;
    /*background: #555555;*/
    z-index: 999;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1)
}




.header .wrap {
	position: relative;
	/*margin: 0 20px;*/
}

.header .logo {
	float: left;
	margin-top: 1.8rem;
    height:  5.3rem;
    width: 17.5rem;
	margin-left: 1rem;
}
img {
	max-width: 100%;
}
/*.header.wrap .logo img {*/
/*	width: 17.5rem;*/
/*    height: 5.3rem;*/
/*	!*margin-top: 15px;*!*/
/*	!*margin-right: 40px;*!*/
/*}*/

.header .naver {
	float: left;
	margin-left: 10rem;
	/* margin-left: 73px; */
}

.header .naver li {
	position: relative;
	float: left;
	padding-right: 4rem;
	margin-top: 3rem;
	padding-bottom: 3.6rem;
	transition: all 0.3s;
	/* width: 10rem;
    text-align: right; */
}

/* 常态模式下的选项外观 */
/*.header.active .naver li {*/
/*	margin-top: 16px;*/
/*	padding-bottom: 20px;*/
/*}*/

/* 选项选中时的小蓝杆和小三角 */
.header .naver li:hover::after {
	position: absolute;
	left: 0;
	bottom: 0.6rem;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 1.1rem solid transparent;
	border-bottom: 1.1rem solid #fff;
}

.header .naver li:hover::before {
	position: absolute;
	left: 0;
	top: -1rem;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 0.1rem solid #234ab0;
	border-left: 1.25rem solid #234ab0;
	border-right: 1.25rem solid #234ab0;
}

/* smartplus不显示三角 */
.header .naver .smartplus-li:hover::after {
	position: absolute;
	left: 0;
	bottom: 0.6rem;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 1.1rem solid transparent;

}

.header .naver li.icon h3 a {
	background: none !important;
}

/*一级*/
.header .naver li h3 {
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 2.4rem;
	font-weight: bold;
}

.header .naver li h3 a {
	/* background: url(../images/hico1.webp) no-repeat right 10px; */
	padding-right: 2rem;
	background-size: 1.1rem auto !important;
	transition: all 0s;
	color: #444;
	font-weight: 200 !important;
	font-family: Rany;
}

.header .naver li.on h3 a,
.header .naver li h3 a:hover {
	color: #959595;
	/* background: url(../images/hico1-1.webp) no-repeat right 10px; */
}

.header.white .naver li h3 a:hover,
.header .naver li h3 a:hover {
	color: #0072FF;
	/* background: url(../images/hico1-2.webp) no-repeat right center; */
}

.header .rts {
	float: right;
}

.header .mobileRts {
	display: none;
}

.header .rts .seah {
	overflow: hidden;
	padding: 0.2rem;
	border-radius: 2.3rem;
	position: absolute;
	right: 0;
	top: 2rem;
	width: 4.6rem;
	transition: all 0.3s;
	z-index: 11;
	border: 0.1rem solid #fff;
}

.header .rts .seah .btn {
	background: url(../images/lico4.webp) no-repeat center;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	border: none;
	float: right;
}

.header .rts .seah .txt {
	height: 4.2rem;
	width: 0;
	font-size: 1.8rem;
	border: none;
	box-sizing: border-box;
	color: #333;
	float: left;
	transition: all 0.3s;
}

.header .rts .seah:hover {
	border: 0.1rem solid rgba(78, 116, 225, 0.2);
	width: 24.6rem;
	background: #fff;
}

.header .rts .seah:hover .txt {
	width: 20rem;
	padding: 0 1.5rem;
}

.header .rts .engh {
	position: absolute;
	right: 0.2rem;
	top: 2rem;
	height: 4.2rem;
	border-radius: 2.1rem;
	background: #ffffff;
	width: 11.5rem;
	overflow: hidden;
	transition: all 0.3s;
}

/* 常态模式下的语言选择外观 */
/*.header.active .rts .engh {*/
/*	top: 8px;*/
/*}*/

.header .rts .engh:before {
	/* background: url(../images/Language-01.webp) no-repeat center; */
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	left: 1rem;
	top: 1rem;
	transition: all 0.3s;
	content: "";
}

.header .rts .engh li a {
	font-size: 1.6rem;
	color: #444;
	line-height: 4.2rem;
	display: block;
	text-align: center;
	width: 100%;
}

/* .header .rts .engh:hover:before{
	transform: rotate(180deg);
} */
.header .rts .engh li a:hover {
	color: #959595;
}

.header .rts .engh:hover {
	height: auto;
}

.header .sub {
	position: fixed;
	left: 0;
	right: 0;
	/* margin: 0 3rem 0 3rem; */
	top: 8.6rem;
	background: #ffffff;
	box-shadow: 0 0.3rem 0.4rem 0.03rem #c2c2c2;
	/* border-radius: 0 0 1.5rem 1.5rem; */
	padding: 1.5rem 0 4rem 0;
	/* border-top: 1px solid #e4e4e4; */
	display: none;
	z-index: 111;
}

.header .subTitle {
	display: none;
}

.header .specialSub {
	padding: 1.5rem 0 3rem 0;
}

.header .sub>dl {
	/* overflow: hidden; */
	font-size: 0;
	max-width: 160rem;
	margin: 0 13.5rem;
}

/* 图标文字展示设计 */
.header .sub>.specialWrap {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-left: 40rem;
	height: 18rem;
}

/* 图片文字展示设计 */
.header .sub>.aboutUs {
	display: flex;
	height: 14rem;
	margin-left: 52rem;
}

.header .sub>dl>dd {
	display: block;
	width: 29.8rem;
	height: 5rem;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	padding: 0 !important;
	border-top: 0.1rem solid #D9D9D9;
	border-bottom: 0.1rem solid transparent;
	border-left: 0.1rem solid transparent;
}

/* 图标文字展示设计的选项框 */
.header .specialSub>.specialWrap>dd {
	width: 24rem;
	height: 4.5rem;
	border: 0rem;
}

.header .specialSub>.specialWrap>dd.pc {
    flex: 0 0 33.333%;
    width: 24rem;
    height: 4.5rem;
    border: 0rem;
}

/* 长度不一样的选项框 */
.header .sub>dl>.ddS {
	width: 35rem;
}

/* 最后一个dd选项，特殊处理 */
.header .sub>dl>.lastdd {
	border-bottom: 0.1rem solid #D9D9D9;
}

/* 处理选项选中时，其css的变化，以及其临近兄弟的变化 */
.header .sub>dl>dd.hovered {
	border-left: 0.1rem solid #D9D9D9;
	border-top: 0.1rem solid #D9D9D9;
	border-bottom: 0.1rem solid #D9D9D9;
	border-radius: 1.5rem 0 0 1.5rem;
}

.header .sub>dl>dd.prev-hovered {
	border-bottom: 0.1rem solid transparent;
}

.header .sub>dl>dd.next-hovered {
	border-top: 0.1rem solid transparent;
}

.header .specialSub>.specialWrap>dd.hovered {
	border: 0rem;
}

.header .specialSub>.specialWrap>dd.prev-hovered {
	border: 0rem;
}

.header .specialSub>.specialWrap>dd.next-hovered {
	border: 0rem;
}

.header .sub>dl>dd a {
	position: relative;
	display: block;
}

/* 添加选项的右白边框 */
.header .sub>dl>dd.hovered>a::after {
	position: absolute;
	left: 29.6rem;
	top: 0;
	content: "";
	display: block;
	width: 0;
	height: 6.4rem;
	z-index: 112;
	/* 设置为2是因为这样可以解决px不为整数时出现的偏差导致白边框不起作用 */
	border-right: 0.2rem solid #f0f0f0;
}

.header .sub>dl>.ddS.hovered>a::after {
	left: 34.6rem;
}

.header .sub>dl>dd .icon {
	overflow: hidden;
}

.header .sub>dl>dd i {
	height: 7rem;
	float: left;
	overflow: hidden;
	width: 6rem;
}

/* 图标文字展示设计的选项框图标 */
.header .specialSub>.specialWrap>dd i {
	height: 6.5rem;
	width: 6.5rem;
}

/* 图片文字展示的选项框 */
.header .sub>.aboutUs>.picture {
	width: 23rem;
	margin: 0rem 7rem 0 0;
}

.header .sub>.aboutUs>.divider {
	height: 27rem;
	margin: 3rem 7rem 0 0;
	border-left: 0.1rem solid #dddddd;
}

.header .sub>.aboutUs>.icon {
	margin-top: 11rem;
}

/*二级*/
.header .sub>dl>dd h4 {
	float: left;
	font-size: 1.4rem;
	color: #000000;
	line-height: 4.5rem;
	text-align: left;
	padding-left: 7rem;
	height: 6rem;
}




.header .sub>dl>dd .wrapBack {
	display: none;
}


/* 图标文字展示设计的选项框图标图像 */
.header .specialSub>.specialWrap>dd h4 {
	line-height: 6.5rem;
	height: 6.5rem;
	font-size: 1.4rem;
	padding-left: 0rem;
}

.header .specialSub>dl>dd:hover h4 {
	font-family: 'SourceHSCN-Medium';
	color: #1F51D1;
}

/* 图片文字展示的选项文字 */
.subActive {
	/* color: #1f51d1 !important; */
	font-weight: bold;
}

.header .sub>.aboutUs>.picture h4 {
	margin-top: 1rem;
	font-size: 1.8rem;
	color: #000000;
	text-align: center;
	font-family: 'Rany';
}

.header .sub>.aboutUs>.picture a:hover h4 {
	color: #1F51D1;
	font-family: 'Rany';
}

.ennah4 {
	color: #1F51D1 !important;
	font-family: 'Rany';
}

.header .sub>.aboutUs>.icon h4 {
	font-weight: 500;
	font-size: 1.6rem;
	color: #000;
}

.header .sub>.aboutUs>.icon a:hover h4 {
	color: #1F51D1;
	font-family: 'SourceHSCN-Medium';
}

.header .sub>dl>dd:hover i img {
	top: -100%;
}


.header .sub>dl>dd:hover h4 {
	/*font-weight: bold;*/
	/* color: #1F51D1; */
	font-family: 'SourceHSCN-Bold';
}



.header .sub>dl>dd i img {
	position: relative;
	top: 0;
	height: 14rem;
	display: block;
	transition: all 0.3s;
	width: auto;
	margin: 0 auto;
}

/* 图标文字展示设计的选项框图标图像 */
.header .specialSub>.specialWrap>dd i img {
	height: 13rem;
}

/* 图片网文字展示的图像大小 */
.header .sub>.aboutUs>.picture img {
	width: 22rem;
	height: 12.5rem;
}

.header .sub>dl>dd:hover {
	background: #f0f0f0;
}

/* 修改后的展示框布局 */
.header .sub>dl .ndl {
	position: absolute;
	display: none;
	max-width: 140rem;
	width: 120rem;
	max-height: 43rem;
	left: 29.7rem;
	top: 0;
	z-index: 110;
	background: #f0f0f0;
	text-align: center;
	border: 0.1rem solid #D9D9D9;
	border-radius: 1.5rem;
}

/* 长度不一样的展示框 */
.header .sub>dl>.ddS .ndl {
	left: 34.7rem;
}

/* 图片文字展示设计的News & Events选项设计 */
.header .sub>.aboutUs>.picture>.emmAll .enn {
	display: block;
}

.header .sub>.aboutUs>.picture>.emmAll dd {
    display: flex;
	margin: 1rem 0;
}

.header .sub>.aboutUs>.picture>.emmAll dd img {
    margin-right: 1rem;
}

.header .sub>.aboutUs>.picture>.emmAll h5 {
	font-size: 1.2rem;
	color: #000;
}

.header .sub>.aboutUs>.picture>.emmAll a:hover h5 {
	color: #1F51D1;
	font-family: 'SourceHSCN-Medium';
}

/* 特殊话展示的wrap */
.header .sub>dl .ndl>.wrap {
	display: flex;
	flex-wrap: wrap;
	width: inherit;
	height: 39rem;
	overflow-y: auto;
	margin: 3rem 1rem 3rem 0;
}

.header .sub>.solutionwap {
	height: 50rem;
}

.header .sub>dl>.specialBit .ndl>.wrap {
	height: 50rem
}

.header .sub>dl>.specialCs .ndl>.wrap {
	height: 50rem
}

.header .sub>dl>.specialOrp .ndl>.wrap {
	height: 50rem;
	margin: 3rem 1rem 0rem 0;
}

.header .sub>.specialswrap {
    height: 50rem !important;
}

.header .sub>dl>.specialS .ndl>.wrap {
	/*height: 240px;*/
}

/* 滚动条定义 */
/* 滚动条宽度 */
.header .sub>dl .ndl>.wrap::-webkit-scrollbar {
	width: 0.4rem;
}

/* 滚动条滑块颜色 */
.header .sub>dl .ndl>.wrap::-webkit-scrollbar-thumb {
	background-color: #B5B5B5;
}

/* 滚动条滑槽颜色 */
.header .sub>dl .ndl>.wrap::-webkit-scrollbar-track {
	background-color: #E5E5E5;
}

/* 第一个ndl展示框的特殊处理 */
.header .sub>dl .firstndl {
	border-radius: 0 1.5rem 1.5rem 1.5rem;
}

.header .sub>dl dl a {
	/* padding: 30px 0 8px; */
	display: block;
   text-decoration: none;
}

/* 修改数码产品展示框 */
.header .sub>dl dl dd {
	/* display: inline-block; */
	/* width: calc((100% - 282px)/7); */
	width: 13rem;
	padding: 0 0 11rem 15rem;
	margin: 0rem !important;
}

/* 修改图片展示框1 */
.header .sub>dl dl .bPicture {
	width: 23rem;
	padding: 4.5rem 3.6rem 0.1rem 12.8rem;
}

/* 修改图片展示框2 */
.header .sub>dl dl .sPicture {
	width: 23rem;
	padding: 4.5rem 1.8rem 0.3rem 8rem;
}

/* 修改more */
.header .sub>dl dl .more {
	padding: 2rem 0 0 20rem;
}

.header .sub.sub4>dl dl dd {
	width: 23rem;
	margin: 0 1.5rem;
}

.header .sub>dl dl dd:nth-child(1) {
	margin-left: 0;
}

.header .sub>dl dl dd:nth-child(7n) {
	margin-right: 0;
}

/* 修改数码产品展示框的图像高度 */
.header .sub>dl dl a .img {
	height: 13rem;
	overflow: hidden;
	position: relative;
}

/* 修改图片展示框1的图像高度 */
.header .sub>dl dl .bPicture a img {
	height: 16rem;
}

.header .sub.sub4>dl dl .bPicture a .img {
	height: 16rem;
	margin-bottom: 1.5rem;
}

/* 修改图片展示框2的图像高度 */
.header .sub>dl dl .sPicture a img {
	height: 16rem;
}

/* 修改图片展示框2的图像高度 */
.header .sub.sub4>dl dl .sPicture a .img {
	height: 16rem;
	margin-bottom: 1rem;
}

.header .sub.sub4>dl dl .more a .img {
	height: 5rem;
}

.header .sub.sub4>dl dl a .img {
	height: 10rem;
}

.header .sub>dl dl a img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 13rem;
}

.header .sub>dl .layouts-3 a .img {
	height: 23rem;
}

.header .sub>dl .layouts-3 a img {
	width: 23rem;
}

.header .sub>dl .more a img {
	width: 5.1rem;
}

.header .sub>dl .more a h5 {
	margin-top: 1rem;
}

/*三级*/
.header .sub>dl dl a h5 {
	font-size: 1.4rem;
	color: #000000;
	line-height: 4.2rem;
	word-wrap: break-word;
	line-height: 1;
	font-family: SourceHSCN-Bold;
}

.header .sub>dl dl a p {
	font-size: 1.2rem;
	color: #000000;
	line-height: 4.2rem;
	word-wrap: break-word;
	line-height: 1;
	text-align: center;
	font-family: SourceHSCN-Medium;
}

/* 添加悬浮时改变字体颜色 */
.header .sub>dl dl a:hover h5 {
	color: #1F51D1;
    text-decoration: none;
	font-family: 'SourceHSCN-Medium';
}
.header .sub>dl dl a:hover p {
    color: #1F51D1;
    text-decoration: none;
    font-family: 'SourceHSCN-Medium';
}

.h_banner{
	position: relative;
}
.h_banner video {
	width: 100%;
	height: 100%;
}
.h_banner .banner-message {
	position: absolute;
	/* top: 23.6rem;
	left: 90.3rem; */
	right: 15rem;
	bottom: 20rem;
}
.h_banner .banner-message p {
	font-size: 5.5rem;
	color: #fff;
	font-family: 'Rany-Bold';
}
.h_banner .banner-message .form-button {
	width: 32.3rem;
	height: 6rem;
	margin-top: 9.5rem;
	border-radius: 3rem;
	text-align: center;
	line-height: 6rem;
	font-size: 3rem;
	color: #fff;
	background-color: #0072FF;
	font-family: 'Rany-Bold';
}
.h_banner .banner-message .form-button a {
	color: #fff;
}
.h_pg1 {
	overflow: hidden;
}
.h_pg1 p{
	font-size: 4.8rem;
	font-family: 'Rany-Bold';
	color: #0072FF;
	text-align: center;
	margin: 12rem auto 0;
}
.h_pg1 img {
	display: block;
	width: 148.6rem;
	height: 138.6rem;
	margin: 4.0rem auto 0;
}
.h_pg1 .phone {
	display: none;
}

.h_pg1 .wrap {
	width: 100%;
	margin: 0 auto;
}

.h_pg1 .list {
	width: 100%;
	margin-top: 5rem;
}

.h_pg1 .list ul {
	overflow: hidden;
}

.h_pg1 .list li {
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-left: 1.3rem;
	margin-top: -1.3rem;
	width: calc((100% - 4rem) / 3);
}

.h_pg1 .list li:before {
	content: "";
	right: 0;
	top: 2.5rem;
	bottom: 2.5rem;
	width: 0.1rem;
	display: block;
	position: absolute;
	z-index: 11;
}

.h_pg1 .list li:hover:before,
.h_pg1 .list li:last-child:before {
	display: none;
}

.h_pg1 .list li a {
	padding: 1.5rem 0.5rem;
	display: block;
	overflow: hidden;
	position: relative;
}


.h_pg1 .list .img-p {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.h_pg1 .list .img-p img {
	width: 100%;
}

.h_pg1 .list .img-p .product-t {
	width: 100%;
	font-size: 3.2rem;
	position: absolute;
	text-align: center;
	top: 5rem;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-items: center;
}

.h_pg1 .list .img-p .sel-top {
	top: 4.1rem;
}

.h_pg1 .list .img-p .product-txt {
	font-size: 3.2rem;
	line-height: 3.2rem;
	font-family: 'SourceHSCN-Bold';
	color: #000000;
	text-align: center;
}


.h_pg1 .list .img-p .p-more {
	width: 21rem;
	height: 4.5rem;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 4.5rem;
	border-radius: 3rem;
	font-size: 2rem;
	margin-top: 1.8rem;
	font-family: 'SourceHSCN';
	color: #000000;
}

.h_pg1 .list .img-p .p-more img {
	width: 3.4rem;
	margin-right: 1rem;
}

.h_pg1 .list li h3 {
	font-size: 1.8rem;
	color: #333333;
	position: absolute;
	left: 11.5rem;
	top: 50%;
	transform: translateY(-50%);
	right: 2.5rem;
	z-index: 1;
	line-height: 2.4rem;
}

.h_pg2 {
	background: #fff;
	margin: 10rem auto;

}
.h_pg2 .message_show {
	display: flex;
	justify-content: center;
	width: 100%;
}
.h_pg2 .message_show .message_list{
	width: 66rem;
}
.h_pg2 .message_show .message_list .message_box {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 66rem;
	height: 10rem;
	padding: 0 1rem;
	border-top: 0.1rem solid #E5E5E5;
}
.h_pg2 .message_show .message_list .message_box.active {
	height: 23rem;
	border-top: 0.1rem solid #E5E5E5;
	border-bottom: 0.1rem solid #E5E5E5;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0);
}
.h_pg2 .message_show .message_list .message_box .message_title{
	position: relative;
	font-family: 'Rany-Bold';
	font-size: 3rem;
	line-height: 3rem;
	color: #000;
	margin-top: 3.7rem;
}
.h_pg2 .message_show .message_list .message_box .message_title::after {
	content: "";
	position: absolute;
	right: 2rem;
	top: 25%;
	bottom: 0;
	width: 2rem;
	height: 2rem;
	background: url("../images/button/+.png") no-repeat center center;
}
.h_pg2 .message_show .message_list .message_box.active .message_title::after {
	background: url("../images/button/—.png") no-repeat center center;
}
.h_pg2 .message_show .message_list .message_box .message_txt{
	display: none;
	font-family: 'OPPOSans';
	font-size: 1.8rem;
	color: #000;
	margin-top: 2rem;
}
.h_pg2 .message_show .message_list .message_box.active .message_txt{
	display: block;
}
.h_pg2 .message_show .message_list .message_box .img_phone {
	display: none;
}
.h_pg2 .message_show .message_list .message_box.active .message_txt{
	display: block;
}

.h_pg2 .message_show .img_list {
	width: 70rem;
	height: 50rem;
	margin-top: 5rem;
	margin-left: 5rem;
}
.h_pg2 .message_show .img_list .index_img {
	display: none;
}
.h_pg2 .message_show .img_list .index_img.active {
	display: block;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0);
	width: 100%;
}


.h_pg3 {
	position: relative;
	overflow: hidden;
}
.h_pg3 img {
	width: 100%;
}
.h_pg3 .left_title {
	position: absolute;
	top: 19.2rem;
	left: 29.3rem;
}
.h_pg3 .left_title p {
	font-size: 4.8rem;
	font-family: 'Rany-Bold';
	color: #000;
}
.h_pg3 .right_message {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 15.3rem;
	left: 95.8rem;
}
.h_pg3 .right_message .message_show_box {
	width: 41.8rem;
	margin-bottom: 5rem;
}
.h_pg3 .right_message .message_show_box img{
	width: 7rem;
	height: 7rem;
}
.h_pg3 .right_message .message_show_box .message_title{
	font-size: 3rem;
	font-family: 'Rany-Bold';
	margin-top: 1.9rem;
}
.h_pg3 .right_message .message_show_box .message_txt{
	font-size: 1.8rem;
	font-family: 'OPPOSans';
	margin-top: 1.8rem;
}

.bi_box {
	background: #fff;
	overflow: hidden;
}

.bi_box .bi_title {
	font-size: 4.8rem;
	font-family: 'Rany-Bold';
	margin-top: 13.8rem;
	text-align: center;
}
.bi_box .img_box_list {
	display: flex;
	justify-content: space-around;
	margin: 10rem auto 5rem;
	width: 140rem;
}
.bi_box .img_box_list .img_item {
	position: relative;
	width: 45rem;
	height: 40rem;
	overflow: hidden;
	border-radius: 2rem;
}
.bi_box .img_box_list .img_item img {
	width: 100%;
	height: 100%;
}
.bi_box .img_box_list .img_item .img_item_message {
	position: absolute;
	top: 71%;
	width: 39.6rem;
	height: 34.5rem;
	padding: 5.5rem 2.7rem 0;
	z-index: 99;
}
.bi_box .img_box_list .img_item:hover .img_item_message {
	top: 0;
}
.bi_box .img_box_list .img_item .img_item_message .img_item_title {
	font-size: 3rem;
	font-family: 'Rany-Bold';
	color: #fff;
	text-align: left;
}
.bi_box .img_box_list .img_item .img_item_message .img_item_txt {
	font-size: 1.8rem;
	font-family: 'OPPOSans';
	color: #fff;
	text-align: left;
	margin-top: 2.5rem;
}
.bi_box .img_box_list .img_item .img_item_message .img_item_button {
	width: 19rem;
	height: 3.5rem;
	background-color: #fff;
	color: #000;
	margin-top: 2.7rem;
	font-size: 1.8rem;
	line-height: 3.5rem;
	text-align: center;
	font-family: 'Rany-Bold';
	border-radius: 1.75rem;
	cursor: pointer;
}
.bi_box .img_box_list .img_item .img_item_shadow_box {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
}
.bi_box .img_box_list .img_item:hover .img_item_shadow_box {
	top: 0;
}



.fea-txt {
	width: 17rem;
	text-align: left;
	font-size: 2.4rem;
	font-family: 'SourceHSCN-Bold';
	margin-bottom: 2rem;
	margin-left: 3.8rem;
}

.fea-txt2 {
	width: 10.5rem;
}

.fea-line {
	width: 5rem;
	height: 0.2rem;
	background-color: #1F4FCC;
	margin-bottom: 9rem;
	margin-left: 3.8rem;
}

.bi_box .list {
	/* margin: 40px auto 0;
	padding: 0 80px;
	position: relative; */
	margin-left: -7%;
	padding: 0.1rem;
	height: 108.8rem;
	position: relative;
}

.d-title-com {
	font-size: 1.6rem;
	font-family: 'SourceHSCN';
	left: 4rem;
	top: 2rem;
}

.d-subtitle-com {
	font-size: 2.0rem;
	font-family: 'SourceHSCN';
	left: 4rem;
	margin-top: 3rem;
	width: 75%;
}

.d-panel-1 {
	/* width: 462px; */
	width: 26%;
	/* height: 345px; */
	/* height: 450px; */
	position: relative;
	left: 14%;
	/* top: 3%; */
	overflow: hidden;
	border-radius: 2.5rem;
}

.d-panel-1 img {
	/* height: 450px; */
}

.d-panel-1 img,
.d-panel-2 img,
.d-panel-3 img,
.d-panel-4 img,
.d-panel-5 img {
	border-radius: 2.5rem;
	width: 100%;
}

.d-panel-2 img {
	width: 100%;
	/* height:330px; */
}

.d-title-1 {
	position: relative;
	/* top: -12px; */
	color: #FFFFFF;
}

.d-subtitle-1 {
	width: 85%;
	position: relative;
	color: #FFFFFF;
}

.d-panel-2 {
	/* width: 462px; */
	width: 26%;
	position: relative;
	/* left: 250px;
    top: 70px; */
	left: 14%;
	top: 3.5rem;
	/* overflow: hidden; */
	border-radius: 2.5rem;
}

.bi_box .list a {
	display: inline-block;
	height: 85%;
	cursor: pointer;
}

.d-div {
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	bottom: -3.4rem;
	width: 100%;
	height: 17rem;
	border-radius: 0 0 2.5rem 2.5rem;
}

.d-div1 {
	background: none;
	bottom: 0rem;
	color: #FFFFFF;
}

.d-title-2 {
	position: relative;

	width: 100%;
}

.d-subtitle-2 {
	position: relative;
}

.d-panel-3 {
	width: 26%;
	/* height: 710px; */
	position: absolute;
	/* left: 740px;
    top: -750px; */
	left: 42%;
	top: 0%;
	overflow: hidden;
	border-radius: 2.5rem;
}

.d-panel-3 img {
	/* height:710px; */
}

.d-title-3 {
	position: relative;
	/* top: -22px; */
	color: #FFFFFF;
}

.d-subtitle-3 {
	width: 90%;
	position: relative;
	color: #FFFFFF;
}

.d-div3 {
	background: none;
	bottom: 0rem;
	height: 21rem;
	color: #FFFFFF;
}

.d-panel-4 {
	width: 26%;
	position: absolute;
	/* top: -1325px;
    left: 1230px; */
	top: 0%;
	left: 70%;
	/* overflow: hidden; */
	border-radius: 2.5rem;
}

.d-panel-4 img {
	/* height:520px; */
}

.d-div4 {
	bottom: -1.8rem;
	height: 23.1rem;
	width: 100%;

}

.d-div-4 {
	background-color: #FFFFFF;
	position: relative;
	top: -11rem;
	height: 19.1rem;
	border-radius: 0 0 2.5rem 2.5rem;
}

.d-title-4 {
	position: relative;
}

.d-subtitle-4 {
	position: relative;

	width: 40rem;
}

.d-panel-5 {
	width: 26%;
	/* height: 345px; */
	position: absolute;
	top: 57.5rem;
	left: 70%;
	overflow: hidden;
	border-radius: 2.5rem;
}

.d-div5 {
	background: none;
	bottom: 3rem;
	color: #FFFFFF;

	color: #FFFFFF;
}

.d-title-5 {
	position: relative;

	color: #FFFFFF;

}

.d-subtitle-5 {
	position: relative;
	color: #FFFFFF;
}

.d-L-1 {
	font-size: 1.6rem;
	margin-top: 0.7rem;
	margin-left: 4rem;
	display: flex;
	font-family: 'SourceHSCN';
}

.d-L-2 {
	margin-top: 7rem;

}

.d-p-3 {
	top: 49rem;
}

.d-L-4 {
	margin-top: 3rem;

}

.d-p-5 {
	top: 16rem;
}

.d-icon {
	width: 3rem !important;
	height: 3rem !important;
	margin-left: 0.8rem;
}

.bi_box .list .ovs {
	overflow: hidden;
}

.bi_box .list li {
	float: left;
	margin-right: 5rem;
	width: calc((100% - 10rem)/3);
	transition: all 0.4s;
}

.bi_box .list li:nth-child(3n) {
	margin-right: 0;
}

.bi_box .list li .imgs {
	width: 100%;
	height: 26rem;
	overflow: hidden;
}

.bi_box .list li .imgs img {
	width: 100%;
	display: block;
	transition: all 0.4s;
}

.bi_box .list li:hover .imgs img {
	transform: scale(1.05);
}

.bi_box .list li .txt {
	margin-top: 2.4rem;
	margin-left: 2rem;
	position: relative;
}

.bi_box .list li .txt h3 {
	font-family: arial;
	font-weight: bold;
	font-size: 10.8rem;
	position: absolute;
	top: -2.4rem;
	left: -2rem;
	line-height: 12.6rem;
}

.bi_box .list li .txt h3.news {
	color: rgba(255, 1, 1, 0.1);
}

.bi_box .list li .txt h3.events {
	color: rgba(1, 79, 255, 0.1);
}

.bi_box .list li .txt h3.webinar {
	color: rgba(222, 1, 255, 0.1);
}

.bi_box .list li .txt h6.news {
	color: #ff0000;
}

.bi_box .list li .txt h6.events {
	color: #012bff;
}

.bi_box .list li .txt h6.webinar {
	color: #de01ff;
}

.bi_box .list li .txt h6 {
	font-size: 1.6rem;
	color: #ff0000;
	line-height: 2.4rem;
	padding-top: 0.8rem;
}

.bi_box .list li .txt h4 {
	margin-top: 1rem;
	font-size: 2.2rem;
	color: #333333;
	line-height: 2.6rem;
	height: 5.2rem;
	overflow: hidden;
}

.bi_box .list .next,
.bi_box .list .prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2rem;
	background: url(../images/hprev.webp) no-repeat center;
	width: 2.2rem;
	height: 4rem;
	z-index: 111;
	cursor: pointer;
}

.bi_box .list .prev {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

.bi_box .list li .txt p {
	font-size: 1.6rem;
	color: #999999;
	line-height: 2.6rem;
	margin-top: 2rem;
	height: 5.2rem;
	overflow: hidden;
}

.bi_box .list li .txt .btn {
	margin-top: 2.8rem;
	width: 15.8rem;
	height: 5.4rem;
	border: 0.1rem solid #8b8b8b;
	border-radius: 0.3rem;
	line-height: 5.4rem;
	text-align: center;
	display: block;
	font-size: 1.6rem;
	color: #333333;
	transition: all 0.4s;
}

.bi_box .list li .txt .btn:hover {
	background: #4e74ff;
	border-color: #4e74ff;
	color: #FFFFFF;
}

.buttom_form {
	width: 130rem;
	height: 88.5rem;
	margin: 10rem auto 14rem;
	padding: 13rem 12.1rem 3rem;
	border-radius: 1rem;
	box-shadow: 0rem 0rem 3.4rem rgba(0, 0, 0, 0.1);
}
.buttom_form .form_title {
	text-align: center;
	font-size: 4.8rem;
	font-family: 'Rany-Bold';
	color: #000;
}
.buttom_form .form_box {
	display: flex;
	justify-content: space-between;
}
.buttom_form .form_box .form_text {
	width: 50rem;
	font-size: 4.8rem;
	font-family: 'Rany-Bold';
	color: #000;
	margin-top: 35rem;
}
.buttom_form .form_box .form_text p{
	margin-top: 2.7rem;
	width: 20rem;
	height: 0.5rem;
	background-color: #0072FF;
}
.buttom_form .form_box .form_input_list {
	width: 105rem;
	margin-top: 10rem;
}
.buttom_form .form_box .form1{
    width: 65%;
    margin-top: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}
.buttom_form .form_box .form1-input-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.buttom_form .form_box .form1-button-box{
    width: 84%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
   
}
.buttom_form .form_box .form-button{
    width: 21rem;
    height: 6rem;
    border-radius: 5.2rem;
    background-color: #4f74ff;
    /* font-family: Roboto-Bold; */
    color: white;
    /* margin-top: 2rem; */
    font-size: 3rem;
	margin-top: 2rem;
    padding: 0 0.7rem;
    border: 0rem;
    cursor: pointer;
}
.buttom_form .form_box .form-tip {
	width: 80%;
	text-align: center;
	font-size: 1.2rem;
	color: red;
	height: 3rem;
	line-height: 3rem;

}
.buttom_form .form_box .form-input-0,.footerTable .form-input-1 {
    height: 5.6rem;
    width: 75.5rem;
    border: 0rem solid #eaeaea;
    margin-top: 2rem;
    padding: 0 0.7rem;
    font-size: 1.8rem;
    color: #B5B5B5;
    border-radius: 0.5rem;
    background-color: #F9F9F9;
}
.buttom_form .form_box .footerTable.form-input-0 option:first-child {
    color: #B5B5B5;
}

.buttom_form .form_box .form-input-9, .form_box .form-input-3, .form_box .form-input-5, .form_box .form-input-7{
    height: 5.6rem;
    width: 37.1rem;
    border: 0rem solid #eaeaea;
    margin-top: 2rem;
    padding: 0 0.7rem;
    font-size: 1.8rem;
    color: #B5B5B5;
    border-radius: 0.5rem;
    background-color: #F9F9F9;
}
.buttom_form .form_box .form-input-2, .form_box .form-input-4,.form_box .form-input-6, .form_box .form-input-8{
    height: 5.6rem;
    width: 37.1rem;
    border: 0rem solid #eaeaea;
    margin-left: 1%;
    margin-top: 2.0rem;
    padding: 0 0.7rem;
    color: #B5B5B5;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    background-color: #F9F9F9;
}

.buttom_form .form_box .form1-input-box select option {
    font-family: "";
    color: #000000;
}

.buttom_form .form_box input::-webkit-input-placeholder {
    font-family: "";
    color: #B5B5B5;
    /* font-size:2.8rem; */
}
.buttom_form .form_box .cap-panel{
    width: 79.1rem;
    display: flex;
}
.buttom_form .form_box .cap{
	display: table-cell;
	white-space: nowrap;
    vertical-align: middle;
    height: 5.6rem;
    width: 37.1rem;
    margin-top: 2rem;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    padding:0;border:none;cursor:pointer;background: white;margin-left: -3%;
}
.buttom_form .form_box .cap-img{
	display: inline-block;
    margin-top: 1%;
    margin-left: 5%;
    width: 14rem;  
    height: 5rem;
}
.buttom_form .form_box .form-input-check {
	margin-top: 2rem;
	position: relative;
    font-size: 1.5rem;
    color: #B5B5B5;
    width: 79.1rem;
}
.buttom_form .form_box .marketing-advertising {
	margin-top: 2rem;
}
.buttom_form .form_box .annotations-text {
	width: 96%;
	font-size: 1.5rem;
	color: #B5B5B5;
	margin-top: 1.5rem;
}


.footer {
	background: #1c1c1c;
	overflow: hidden;
    padding-top: 6rem;
}

.footer .lts {
	float: left;
	width: 100%;
}

.footer .rts {
	float: right;
	width: 50%;
}
.footer .lts .top{
	
}
.footer .lts .top h3 {
	font-size: 2.4rem;
	font-family: 'Rany-Bold';
	color: #fff;
	margin-bottom: 1rem;
}
.footer .lts .top li {
	margin-top: 2.6rem;
	margin-right: 5.0rem;
}
.footer .lts .top li a{
	line-height: 2.4rem;font-size: 1.8rem;color: #999999;padding-left: 4rem;box-sizing: border-box;display: inline-block;
	font-family: OPPOSans;
}

.footer .lts .top li a:hover {
	color: #fff;
}

.footer .lts .top li:nth-child(1) a {
	background: url(../images/media/EMAIL.webp) no-repeat left center;
    background-size: contain !important;
}

.footer .lts .top li:nth-child(2) a {
	background: url(../images/media/PHONE.webp) no-repeat left center;
    background-size: contain !important;
}

.footer .lts .top li:nth-child(3) a {
	background: url(../images/hico28.webp) no-repeat left center;
    background-size: contain !important;
}
.footer .rts .seh{
	float: left;overflow: hidden;
	height: 5rem;width: 32rem;
	border-radius:2.5rem ;
	background: #fff;
	padding: 0.2rem;box-sizing: border-box;
}
.footer .rts .seh .txt{
	height: 4.6rem;
	border: none;
	background: none;
	font-size: 1.6rem;
	color: #333;float: left;
	width: 20rem;display: block;
	box-sizing: border-box;padding: 0 1rem;
}
.footer .rts .seh .sub{
	width: 9.8rem;height: 4.6rem;
	border-radius: 2.3rem;
	background: #4e74ff;color: #fff;
	font-size: 1.4rem;float: right;display: block;
	border: none;text-align: center;line-height: 4.6rem;
	cursor: pointer;
}
.footer .nav ul{
	margin-top: 4.5rem;
}
.footer .nav{
	height: 25rem;
}
.footer .nav li{
	float: left;margin-right: 5rem;
	position: relative;
}

.footer .nav li:hover {
	z-index: 11;
}
.footer .nav li h2 a{
	font-size: 1.6rem;
	color: #ffffff;
	line-height: 3.6rem;
	padding-right: 2.5rem;
	display: inline-block;
	position: relative;
}

.footer .nav li dl {
	display: none;
	position: absolute;
	z-index: 11;width: 26rem;
	left: 0;top: 3.6rem;
}
.footer .nav li dd a{
	font-size: 1.4rem;
	color: #5f5f5f;
	line-height: 3rem;
}

.footer .nav li.on i {
	transform: rotate(180deg);
}
.footer .nav li h2 i{
	background: url(../images/lico8.webp) no-repeat center;transition: all 0.3s;
	width: 1rem;height: 0.6rem;
	display: block;position: absolute;right: 0;
	top: 50%;margin-top: -0.3rem;
}

.footer .rts {
	float: right;
	width: 43%;
}
.footer .rts .tel{
	float: right;width: 50rem;
}

.footer .rts .tel .hd {
	overflow: hidden;
	padding-top:5rem;
}

.footer .rts .tel h4{
	font-size: 1.4rem;color: rgba(255,255,255,0.4);line-height: 2.2rem;
	text-align:right;
}
.footer .rts .tel h2{
	font-family: "微软雅黑";font-size: 2.2rem;color: #FFFFFF;line-height: 3.2rem;text-align:right;
}
.footer .rts .tel ul{
	font-size: 0;text-align: right;
}
.footer .rts .tel li{
	display: inline-block;margin-right: 5.8rem;height: 2rem;
}

.footer .rts .tel li img{
   background-size: contain !important;
    height: 1.9rem;
}

.footer .rts .tel li a {
	display: block;
}

.footer .rts .tel li:last-child {
	margin-right: 0;
}
.footer .copy{
	height: 6rem;border-top:0.1rem solid #404040;margin-top: 2rem;
}

.footer .copy .txt {
	float: left;
	width: 50%;
}

.footer .copy .txt ul {
	font-size: 0;
}
.footer .copy li{
	display: inline-block;margin-right: 6rem;
}
.footer .copy li a{
	font-size: 1.8rem;color: #999999;line-height: 6rem;
	display: inline-block;font-family: OPPOSans;
}

.footer .copy li a:hover {
	color: #fff;
}
.footer .copy h6{
	font-size: 1.8rem;color: #999999;line-height: 6rem;
	text-align: left;margin-left: 110rem;font-family: OPPOSans;
}

.l_banner{
	height: 51.9rem;
}
.bipc{
    display:block;
}
.biphone{
    display:none;
}



.header.white .naver li h3 a {
	color: #fff;
	/* background: url(../images/hico1white-1.webp) no-repeat right center; */
}


 video::-internal-media-controls-download-button {
                display:none;
            }
            video::-webkit-media-controls-enclosure {
                overflow:hidden;
            }
            video::-webkit-media-controls-panel {
                width: calc(100% + 3rem);
            }

.mc_form .bd .text .rad input {
	display: none;
}
.error {
	text-align: center;
	font-size: 28px;
	padding: 80px 0px;
}

.errorcomm {
	text-align: center;
	font-size: 16px;
	padding: 0px;
	display: none;
	color: #ff0000;
}
.header {
	z-index: 1000;
}

.home-pc {
	display: block;
}

.home-phone {
	display: none;
}
/*全屏完整视频*/
.full-screen-video-dis1 {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999999 !important;
	background: rgba(0, 0, 0, .8);
	display: none;
}

.iframe {
	width: 60%;
	height: 66rem;
	/* margin: auto; */
	margin-left: 20%;
	/* margin-top: 4rem; */
	position: relative;
	transform: translateY(-50%);
	top: 50%;
}

.full-screen-close:link,
.full-screen-close:visited {
	width: 48px;
	height: 48px;
	background: #f4f3f3;
	color: #211d1e;
	line-height: 48px;
	border-radius: 2.4rem;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	position: absolute;
	right: 102px;
	top: 10rem;
	text-decoration: none;
	transform: scale(.9, .9);
	transition: transform .2s ease;
	z-index: 100;
}
.formLoading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	backdrop-filter:blur(10px) brightness(100%)
}
.formLoading .loadingBox {
	text-align: center;
	width: 30rem;
	height: 20rem;
	margin: 20% auto;
}
.formLoading .loadingBox>span {
	animation: loader 1000ms infinite linear;
	border-radius: 100%;
	border: 6px solid rgba(78, 116, 255);
	border-left-color: transparent;
	color: transparent;
	display: inline-block;
	line-height: 1.2;
	width: 5rem;
	height: 5rem;
}
@keyframes loader {
	0% {  transform: rotate(0deg);  }
	100% {transform: rotate(360deg);}
}
.product_index {

}
.product_index .banner {
	position: relative;
	width: 192rem;
	height: 80rem;
}
.product_index .banner img {
	width: 100%;
	height: 100%;
}
.product_index .banner .banner_message {
	position: absolute;
	top: 23.8rem;
	left: 35.6rem;
}
.product_index .banner .banner_message .banner_title {
	font-size: 5.5rem;
	color: #fff;
	font-family: 'Rany-Bold';
}
.product_index .banner .banner_message .banner_little_title {
	font-size: 5.5rem;
	color: #fff;
	font-family: 'Rany';
}
.product_index .banner .banner_message .banner_line {
	width: 29.4rem;
	border: 0.1rem solid #fff;
	margin: 4.5rem 0 3.7rem;
}
.product_index .banner .banner_message .banner_txt {
	font-size: 2.4rem;
	color: #fff;
	font-family: 'OPPOSans';
}
.product_index .pg_box {
	height: 506rem;
	padding-top: 5rem;
	background: url(../images/products/BG.jpg) no-repeat center;
}
.product_index .pd_pg {
	display: flex;
	width: 151rem;
	height: 75rem;
	margin: 0 20.5rem 10rem;
	border-radius: 3rem;
	background: rgba(255, 255, 255, 0.60);
	/* cursor: pointer; */
}
.product_index a .pd_pg1 {
    flex-direction: row-reverse;
}
.product_index .pg_box a .pd_pg2.pd_pg {
    flex-direction: row;
}
.product_index .pd_pg:nth-child(odd) {
    flex-direction: row-reverse;
}
.product_index .pd_pg:nth-child(even) {
    flex-direction: row;
}
.product_index .pd_pg img {
	width: 85rem;
	height: 75rem;
}
.product_index .pd_pg .pd_message {
	width: 66rem;
	padding-left: 7rem;
	margin-top: 20rem;
}
/* .product_index .pd_pg:nth-child(odd) .pd_message {
	padding-left: 10rem;
}
.product_index .pd_pg:nth-child(even) .pd_message {
	padding-left: 6.8rem;
} */
.product_index .pd_pg .pd_message .pd_message_title{
	font-size: 4.8rem;
	color: #000;
	font-family: 'Rany-Bold';
}
.product_index .pd_pg .pd_message .pd_message_txt{
	font-size: 1.8rem;
	color: #000;
	font-family: 'OPPOSans';
	margin-top: 4rem;
    margin-bottom: 3rem;
}
.product_index .pd_pg .pd_message .pd_message_button {
	font-size: 3rem;
	color: #0E050A;
	font-family: 'Rany-L';
	margin-top: 4rem;
}
.product_index .pd_pg .pd_message .pd_message_tip {
	font-size: 1.8rem;
	color: #000;
	font-family: 'OPPOSans';
}
.product_index .pd_pg .pd_message img {
	width: 35.5rem;
	height: 9.8rem;
}
.che-window{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
	transform: scale(1);
}
.che-window .window-box{
	width: 68rem;
	max-width: 95%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 0 0;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0,0,0,0.1);
    border-radius: 1rem;
}
.che-window .window-box .window-title{
	display: flex;
	justify-content: space-between;
	height: 4.8rem;
	padding: 0.8rem 2.4rem 0.8rem 2.4rem;
	line-height: 4.8rem;
	border-bottom: 0.05rem solid #888888;
	color: #000;
}
.che-window .window-box .window-title .title-message{
	font-size: 2.4rem;
	font-weight: bold;
}
.che-window .window-box .window-title .backbuttom{
	cursor: pointer;
	font-size: 2rem;
}
.che-window .window-box .window-message .text{
	padding: 0 1.92rem;
    max-height: 60.8rem;
    overflow-y: auto;
	color: #000;
	text-align: left;
}
.che-window .window-box .window-message .text::-webkit-scrollbar{
	width: 1rem;
}
.che-window .window-box .window-message .text::-webkit-scrollbar-track{
	background: #e5e5e5;
	border-radius: 1rem;
}
.che-window .window-box .window-message .text::-webkit-scrollbar-thumb{
	background: #888888;
	border-radius: 1rem;
}
.che-window .window-box .window-message .text h3 {
	font-weight: bold;
    color: #333333;
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
	padding: 0;
	text-align: left;
}
.che-window .window-box .window-message .text p{
	width: 100%;
	color: #000;
	text-align: left;
	margin: 0 auto 1.2rem;
	font-size: 1.6rem;
}
.che-window .window-box .window-message .text table{
    background: #ccc;
}
.che-window .window-box .window-message .text table th,
.che-window .window-box .window-message .text table td{
	padding: 0.3rem 0.5rem 0.3rem 0.5rem;
	text-align: left;
	background: #fff;
	font-size: 1.2rem;
}
.che-window .window-box .window-buttom{
	padding: 1rem 0;
	text-align: center;
}
.che-window .window-box .window-buttom input{
	height: 4rem;
	width: 32rem;
	border-radius: 5px;
	color: #ffffff;
	background: rgba(78,116,255,0.6);
	transition: all 0.4s;
	cursor: pointer;
	border: 0rem;
}
.che-window .window-box .window-buttom input:hover{
	background: rgba(78,116,255,1);
}
.mc_fx {
	position: fixed;
	right: 2.5rem;
	top: 54%;
	z-index: 999;
	/*background: #fff;
	border-radius: 30px;box-shadow: 0 0 6px 1px #ccc;*/
}

.mc_fx li {
	width: 6rem;
	height: 6rem;
	position: relative;
}

.mc_fx li img {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	top: 50%;
}
.mc_fx li {
	position: relative;
	z-index: 11;
	transition: all 0s;
}

.mc_fx li h4 {
	position: absolute;
	right: 3rem;
	top: 0;
	bottom: 0;
	width: 20rem;
	background: #fff;
	line-height: 6rem;
	font-size: 1.6rem;
	color: #333;
	padding: 0;
	transition: all 0.3s;
	z-index: 1;
	box-sizing: border-box;
	width: 0;
	overflow: hidden;
	box-shadow: 0 0 0.4rem 0px #ccc;
}

.mc_fx li img {
	z-index: 11;
	/*background: #fff;*/
}

.mc_fx li:hover h4 {
	width: 20rem;
	padding: 0 1.5rem;
}

.mc_fx li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 11;
	transition: all 0s;
	/*background: #fff;*/
}

.mc_fx li:nth-child(1) a {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	margin-top: 1rem;
}

.mc_fx li:hover {
	z-index: 1;
}

.mc_fx li:nth-child(3) a {
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	margin-bottom: 1rem;
}
/* .mc_fx li a{
	height: 6rem;
	border-radius:3rem;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background: #0189ff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 6rem;
	color: #fff;
	padding: 0 1rem;
	text-transform: uppercase;
	transition: all 0.3s; 
	width: 6rem;
	box-sizing: border-box;
	text-align: center;
}

.mc_fx li a span{
	display: block;
	float: left;
	background: #0189ff;position: relative;
	z-index: 11;
}
.mc_fx li a i{
	width: 0;
	float: left;
	transition: all 0.3s;
	padding-right: 0;
	overflow: hidden;
	display: block;
}
.mc_fx li.ad_demo a:hover {
	width: 14rem;
}
.ad_demo a:hover i{
	width: 7.5rem;
	padding-right: 0.5rem;
}
.ad_demo a:hover{
	width: 14rem;
} */


.tc_mask {
    background: url(../images/q_img25.jpg) no-repeat center top #FFFFFF;
    width: 105.6rem;
    border-radius: 0.5rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    z-index: 1112;
    margin: 0 auto;
    padding-bottom: 3rem;
    display: none;
    padding-top: 1.5rem;
    background-size: 100%;
}
.tc_mask .ty{
	font-size: 2.2rem;color: #FFFFFF;line-height: 4.8rem;text-align: center;
}
.tc_mask .uit_form{
	padding-top: 7rem;width: 94.2rem;margin: 0 auto;
}
.tc_mask .uit_form li{
	margin-bottom: 0.5rem;
	overflow: hidden;
    font-family: 'SourceHSCN-Normal';
}

.tc_mask .uit_form .sub {
	background: #4E74FF;
}
.tc_mask .btn{
	/*position: absolute;*/
    /*bottom: -6.5rem;*/
    /*left: 0;right: 0;*/
    /*width: 12rem;*/
    /*height: 4rem;*/
    /*border: 0.2rem solid rgba(255,255,255,0.2);*/
    /*background: rgba(0,0,0,0.2);border-radius:3.5rem ;*/
    /*margin: 0 auto;font-size: 1.8rem;color: #FFFFFF;line-height: 4rem;text-align: center;*/
    position: absolute;
    top: 1.5rem;
    right: 1.3rem;
    width: 4.2rem;
    height: 4rem;
    border: 0.2rem solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 14.1rem;
    margin: 0 auto;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 4rem;
    text-align: center;
}
.tc_mask .uit_form p {
    font-size: 1.5rem;
    line-height: 1.8;
    font-family: 'SourceHSCN-L';
}
.tc_mask .uit_form p {
    font-size: 1.5rem;
    line-height: 1.8;
    font-family: 'SourceHSCN-L';
}

.tc_mask2{
	width: 125rem;
	background: url(../images/m_bg2.jpg) no-repeat center top #fff;
	border-radius: 0.8rem;
	box-sizing: border-box;
	padding: 1.8rem 6rem 4rem;
}
.tc_mask2 .uit_form .lts{
	float: left;width: 40%;
	margin-left:2.5rem;
}

.tc_mask2 .uit_form .rts {
	float: right;
	width: 43%;
}

.tc_mask2 .uit_form {
	width: auto;
}
.tc_mask2 .lts h4{
	font-size: 2.8rem;
	color: #333333;
	line-height: 3.4rem;
	margin-bottom: 6rem;
	margin-top: 6rem;
}
.tc_mask2 .lts dd{
	font-size: 1.8rem;
	color: #666666;
	line-height: 3rem;
}
.tc_mask2 .lts dl{
	margin-bottom: 3rem;
}
.tc_mask2 .lts span{
	color: #cccccc;display: inline-block;
	margin-right: 0.5rem;
}
.tc_mask2 .lts p{
	font-size: 1.8rem;
	color: #666666;
	line-height: 1.6;margin-bottom: 1rem;
}
.tc_mask {
	height: 25.5rem;
}

.tc_mask .ps_new {
	height: auto;
	padding: 2rem;
	margin-top: 5rem;
}
.tc_mask .ps_new .form{
	box-shadow: 0 0 0.8rem 0.5rem #ecf0ff;
}
.tc_mask .btns {
	background: url(../images/mc_ico1.webp) no-repeat center;
	width: 3.1rem;height: 3.1rem;cursor: pointer;
	position: absolute;z-index: 11;
	right: 3rem;top: 3rem;transition: all 0.3s;
}

.tc_mask .btns:hover {
	transform: rotate(720deg);
}

.uit_form  li{
	margin-bottom: 1rem;
}
.uit_form  li label{
	font-size: 1.6rem;color: #333333;line-height: 3.6rem;font-family: 'SourceHSCN-Normal';
}
.uit_formc  li label{
	font-size: 1.6rem;color: #333333;line-height: 2.8rem;
}

.uit_form  li .t4,
.uit_form  li .sel,
.uit_form  li .se1,
.uit_form  li .t3,
.uit_form  li .t2,
.uit_form  li .t1{
	width: 100%;height: 4.6rem;font-size: 1.6rem;color: #333333;border: 0.1rem solid #cccccc;background: none;border-radius:0.5rem;padding: 0 2rem;box-sizing: border-box;
}

.uit_formc  li .t4,
.uit_formc  li .sel,
.uit_formc  li .se1,
.uit_formc  li .t3,
.uit_formc  li .t2,
.uit_formc  li .t1{
	width: 100%;height: 4rem;font-size: 1.6rem;color: #333333;border: 0.1rem solid #cccccc;background: none;border-radius:0.5rem;padding: 0 2rem;box-sizing: border-box;
}



.uit_form li .lt {
	float: left;
	width: 48%;
}

.uit_form li .rt {
	float: right;
	width: 48%;
}

.uit_form li .sel,
.uit_form li .t3,
.uit_form li .t2 {
	width: 100%;
}
.uit_form  li .se1,
.uit_form  li .sel{
	background: url(../images/q_ico23.webp) no-repeat right 2rem center;
}
.uit_form  li .t4{
	height: 8.4rem;padding: 1.5rem 2rem;resize:none;line-height: 2.6rem;margin-top:1.5rem;
	font-family:"Microsoft YaHei",sans-serif;
}

.uit_formc  li .t4{
	margin-top:0.5rem;
}

.uit_form  .ra{
	width: 100%;margin: 1rem auto 0;
}

.uit_form .ra input {
	/* display: none; */
}
.uit_form  .ra label{
	/* background: url(../images/q_ico22.webp) no-repeat left top 0.2rem;padding-left: 4.4rem;display: block; */
	cursor: pointer;
}
.uit_form  .ra label{
	font-size: 1.6rem;color: #666666;line-height: 2.4rem;
}
.uit_form  .ra{
	font-size: 1.6rem;color: #666666;line-height: 2.4rem;
}
.uit_form  .ra input:checked + label{
	/* background: url(../images/q_ico22-1.webp) no-repeat left top 0.2rem; */
}
.uit_form  .error{
	font-size: 1.6rem;color: #ff0000;line-height: 2.4rem;padding-top:1.5rem;
	display:none;
}
.uit_form  .sub{
	margin: 2rem auto 0;width: 100%;height: 5rem;border-radius:0.5rem;text-align: center;font-size: 2rem;color: #FFFFFF;background: rgba(91,136,253,0.6);border: none;display: block;cursor: pointer;transition: all 0.4s;
}

.uit_form .sub:hover {
	background: #4E74FF;
}
/*弹窗*/
.uit_mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	z-index: 1111;
	display: none;
}

.features_index .banner {
	position: relative;
	width: 192rem;
	height: 80rem;
}
.features_index .banner img {
	width: 100%;
	height: 100%;
}
.features_index .banner .banner_message {
	position: absolute;
	top: 23.6rem;
	left: 96.3rem;
}
.features_index .banner .banner_message .banner_title {
	font-size: 5.5rem;
	color: #fff;
	font-family: 'Rany-Bold';
}
.features_index .banner .banner_message .banner_txt {
	font-size: 2.4rem;
	color: #fff;
	font-family: 'OPPOSans';
	margin-top: 4rem;
}
.features_index .f_pg1 {
	margin-bottom: 15rem;
}
.features_index .f_pg1 .f_pg1-txt1 {
	margin: 12rem auto 10rem;
	text-align: center;
}
.features_index .f_pg1 .f_pg1-t1-title {
	font-family: 'Rany-Bold';
	font-size: 4.8rem;
	color: #000;
}
.features_index .f_pg1 .f_pg1-panel-swiper .swiper-slide {
	position: relative;
}
.features_index .f_pg1 .f_pg1-panel-swiper .swiper-slide .f_pg1-message {
	position: absolute;
	top: 5rem;
	left: 0;
	width: 100%;
	font-family: 'Rany-Bold';
	font-size: 3rem;
	color: #fff;
	text-align: center;
}
.features_index .f_pg1 .f_pg1-panel-swiper .swiper-slide .f_pg1-bottom {
	width: 100%;
	text-align: center;
	font-family: 'OPPOSans';
	font-size: 1.8rem;
	color: #000;
	line-height: 3rem;
	margin: 5rem auto;
}
.features_index .f_pg1 .f_pg1-panel-swiper .swiper-slide-prev {
    width: 100rem !important;
    margin-right: 90px;
    margin-left: -89rem !important;
    overflow: hidden;
}
.features_index .f_pg1 .f_pg1-panel-swiper .swiper-slide-active {
    width: 100rem !important;
    margin-right: 90px;
    overflow: hidden;
}
.features_index .f_pg1 .f_pg1-panel-swiper .swiper-slide-next {
    width: 100rem !important;
    overflow: hidden;
}
.features_index .f_pg1 .f_pg1-panel-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 1.0rem;
    width: 1.0rem;
    background-color: #b5b5b5;
    opacity: 100%;
    border-radius: 0.5rem;
}
.features_index .f_pg1 .f_pg1-panel-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 5rem;
    height: 1.0rem;
    background-color: #b5b5b5;
}
.features_index .f_pg2 {
	position: relative;
	overflow: hidden;
}
.features_index .f_pg2 img {
	width: 100%;
}
.features_index .f_pg2 .left_title {
	position: absolute;
	top: 15rem;
	left: 35rem;
}
.features_index .f_pg2 .left_title p {
	font-size: 4.8rem;
	font-family: 'Rany-Bold';
	color: #000;
}
.features_index .f_pg2 .right_message {
	position: absolute;
	top: 10.5rem;
	left: 112.9rem;
}
.features_index .f_pg2 .right_message .message_show_box {
	width: 70rem;
	/* margin-bottom: 5rem; */
}
.features_index .f_pg2 .right_message .message_show_box .message_title{
	font-size: 3rem;
	font-family: 'Rany-Bold';
	color: #0072FF;
	margin-top: 7.5rem;
}
.features_index .f_pg2 .right_message .message_show_box .message_txt{
	font-size: 1.8rem;
	font-family: 'OPPOSans';
	color: #000;
	line-height: 2.4rem;
	margin-top: 2.5rem;
}
.features_index .f_pg3 {
	background: #fff;
	margin: 0 auto 10rem;
}
.features_index .f_pg3 .f_pg3-txt1 {
	margin: 20rem auto 10rem;
	text-align: center;
}
.features_index .f_pg3 .f_pg3-t1-title {
	font-family: 'Rany-Bold';
	font-size: 4.8rem;
	color: #000;
}
.features_index .f_pg3 .message_show {
	display: flex;
	justify-content: center;
	width: 100%;
}
.features_index .f_pg3 .message_show .message_list{
	width: 66rem;
}
.features_index .f_pg3 .message_show .message_list .message_box {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 66rem;
	height: 10rem;
	padding: 0 1rem;
	border-top: 0.1rem solid #E5E5E5;
}
.features_index .f_pg3 .message_show .message_list .message_box.active {
	height: 23rem;
	border-top: 0.1rem solid #E5E5E5;
	border-bottom: 0.1rem solid #E5E5E5;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0);
}
.features_index .f_pg3 .message_show .message_list .message_box .message_title{
	position: relative;
	font-family: 'Rany-Bold';
	font-size: 3rem;
	line-height: 3rem;
	color: #000;
	margin-top: 3.7rem;
}
.features_index .f_pg3 .message_show .message_list .message_box .message_title::after {
	content: "";
	position: absolute;
	right: 2rem;
	top: 25%;
	bottom: 0;
	width: 2rem;
	height: 2rem;
	background: url("../images/button/+.png") no-repeat center center;
}
.features_index .f_pg3 .message_show .message_list .message_box.active .message_title::after {
	background: url("../images/button/—.png") no-repeat center center;
}
.features_index .f_pg3 .message_show .message_list .message_box .message_txt{
	display: none;
	font-family: 'OPPOSans';
	font-size: 1.8rem;
	color: #000;
	margin-top: 2rem;
}
.features_index .f_pg3 .message_show .message_list .message_box.active .message_txt{
	display: block;
}
.features_index .f_pg3 .message_show .message_list .message_box .img_phone {
	display: none;
}
.features_index .f_pg3 .message_show .message_list .message_box.active .message_txt{
	display: block;
}

.features_index .f_pg3 .message_show .img_list {
	width: 70rem;
	height: 50rem;
	/* margin-top: 5rem; */
	margin-left: 5rem;
}
.features_index .f_pg3 .message_show .img_list .index_img {
	display: none;
}
.features_index .f_pg3 .message_show .img_list .index_img.active {
	display: block;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0);
	width: 100%;
}
.features_index .f_pg4 {
	position: relative;
}
.features_index .f_pg4 .f_pg4-txt1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10rem 26rem 6rem;
	text-align: left;
}
.features_index .f_pg4 .f_pg4-t1-title {
	font-family: 'Rany-Bold';
	font-size: 4.8rem;
	color: #000;
}
.features_index .f_pg4 .f_pg4-message {
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: 25rem;
	left: 0;
	width: 140rem;
	padding: 0 26rem;
}
.features_index .f_pg4 .f_pg4-message .message-box {
	width: 68.5rem;
	height: 60rem;
	background-color: #fff;
	border-radius: 3rem;
	overflow: hidden;
}
.features_index .f_pg4 .f_pg4-message .message-box .text {
	padding: 0 4.2rem;
}
.features_index .f_pg4 .f_pg4-message .message-box .text h3{
	font-family: 'Rany-Bold';
	font-size: 3.0rem;
	color: #000;
	margin-top: 3rem;
}
.features_index .f_pg4 .f_pg4-message .message-box .text p{
	font-family: 'OPPOSans';
	font-size: 1.8rem;
	color: #000;
	line-height: 3rem;
	margin-top: 3.1rem;
}
.aboutAkuvox_index .banner{
	width: 100%;
	height: 65rem;
}
.aboutAkuvox_index .aa_pg1 {
	background-color: #fafafa;
}
.aboutAkuvox_index .aa_pg1 .pg1_title {
	font-family: 'Rany-Bold';
	font-size: 4.8rem;
	color: #000;
	padding-top: 12rem;
	text-align: center;
}
.aboutAkuvox_index .aa_pg1 .pg1_txt {
	font-family: 'OPPOSans';
	font-size: 1.8rem;
	color: #535353;
	line-height: 3rem;
	padding-top: 5rem;
	text-align: center;
}
.aboutAkuvox_index .aa_pg1 .pg1_bottom {
	display: flex;
	justify-content: center;
	margin-top: 8rem;
	padding-bottom: 10rem;
}
.aboutAkuvox_index .aa_pg1 .pg1_bottom .bottom_box {
	margin: 0 3.5rem;
}
.aboutAkuvox_index .aa_pg1 .pg1_bottom .bottom_box img {
	width: 9rem;
	height: 9rem;
}
.aboutAkuvox_index .aa_pg1 .pg1_bottom .bottom_box p {
	font-family: 'Rany';
	font-size: 2.4rem;
	color: #535353;
	text-align: center;
}
.aboutAkuvox_index .aa_pg2 {
	display: flex;
	background-color: #fff;
	padding-top: 20rem;
	padding-bottom: 10rem;
}
.aboutAkuvox_index .aa_pg2 .left_list {
	display: flex;
	flex-wrap: wrap;
	width: 89.6rem;
	margin-left: 22rem;
}
.aboutAkuvox_index .aa_pg2 .left_list .left_box {
	width: 50%;
	text-align: left;
}
.aboutAkuvox_index .aa_pg2 .left_list .left_box .title {
	font-family: 'Rany';
	font-weight: lighter;
	font-size: 9rem;
	color: #0072FF;
}
.aboutAkuvox_index .aa_pg2 .left_list .left_box .txt {
	font-family: 'OPPOSans';
	font-size: 1.8rem;
	color: #000;
	line-height: 3rem;
}
.aboutAkuvox_index .aa_pg2 .right_box {
	width: 70rem;
	height: 50rem;
}
.aboutAkuvox_index .aa_pg2 .right_box video {
	width: 100%;
	height: 100%;
}

.solution_co_index {
	position: relative;
	width: 192rem;
	/* height: 80rem; */
}
.solution_co_index .banner {
	position: relative;
	width: 100%;
	height: 80rem;
}
.solution_co_index .banner img {
	width: 100%;
	height: 100%;
}
.solution_co_index .banner .banner_message {
	position: absolute;
	top: 41rem;
	left: 26rem;
}
.solution_co_index .banner .banner_message .banner_title {
	font-family: 'Rany-Bold';
	font-size: 5.5rem;
	color: #fff;
}
.solution_co_index .banner .banner_message .banner_txt {
	font-family: 'OPPOSans';
	font-size: 2.4rem;
	color: #fff;
	line-height: 3.6rem;
	margin-top: 5rem;
}
.solution_co_index .co_pg1 {
	position: relative;
	width: 100%;
	height: 115rem;
}
.solution_co_index .co_pg1 .co_message {
	position: absolute;
	top: 12rem;
	width: 100%;
	font-family: 'Rany-Bold';
	font-size: 4.8rem;
	color: #000;
	text-align: center;
}
.solution_co_index .co_pg2 {
	position: relative;
	width: 100%;
}
.solution_co_index .co_pg2 .message_title {
	display: block;
	font-family: 'Rany-Bold';
	font-size: 4.8rem;
	color: #000;
	margin: 20rem 0 10rem 26rem;
}
.solution_co_index .co_pg2 .pg2_box {
	position: relative;
	width: 100%;
	height: 70rem;
	background-color: #f5f5f5;
}
.solution_co_index .co_pg2 .pg2_box img {
	width: 100%;
	height: 100%;
}
.solution_co_index .co_pg2 .pg2_box.pg2_box2 img {
	position: absolute;
	top: 10rem;
	left: 96rem;
	width: 70rem;
	height: 50rem;
}
.solution_co_index .co_pg2 .pg2_box .pd_message {
	position: absolute;
	top: 24.7rem;
	left: 104rem;
	color: #fff;
}
.solution_co_index .co_pg2 .pg2_box.pg2_box2 .pd_message {
	position: absolute;
	top: 26.2rem;
	left: 17rem;
	color: #000;
}
.solution_co_index .co_pg2 .pg2_box .pd_message .pd_message_title {
	font-family: 'Rany-Bold';
	font-size: 3.6rem;
}
.solution_co_index .co_pg2 .pg2_box .pd_message .pd_message_txt {
	font-family: 'OPPOSans';
	font-size: 2.4rem;
	line-height: 3rem;
	margin-top: 5rem;
}


.contact_us {
	display: flex;
	margin-bottom: 20rem;
}
.contact_us .left-message {
	padding-top: 12rem;
	padding-left: 26rem;
}
.contact_us .left-message .title {
	font-family: 'Rany-Bold';
	font-size: 4.8rem;
	color: #000;
	margin-bottom: 10rem;
}
.contact_us .left-message .left-box {
	display: flex;
	width: 67.4rem;
	margin-bottom: 5rem;
}
.contact_us .left-message .left-box img {
	width: 3rem;
	height: 3rem;
	margin-right: 3.7rem;
}
.contact_us .left-message .left-box .message {
	text-align: left;
}
.contact_us .left-message .left-box .message p {
	font-family: 'Rany';
	font-size: 1.8rem;
	color: #898989;
}
.contact_us .left-message .left-box .message span {
	font-family: 'Rany';
	font-size: 2.4rem;
	color: #000;
}
.contact_us .left-message .left-box .message span a {
	color: #000;
	font-family: 'Rany';
}
.contact_us .right-box .form1{
    width: 100%;
    margin-top: 25.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}
.contact_us .right-box .form1-input-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact_us .right-box .form1-button-box{
    width: 84%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
   
}
.contact_us .right-box .form-button{
    width: 21rem;
    height: 6rem;
    border-radius: 5.2rem;
    background-color: #4f74ff;
    /* font-family: Roboto-Bold; */
    color: white;
    /* margin-top: 2rem; */
    font-size: 3rem;
	margin-top: 2rem;
    padding: 0 0.7rem;
    border: 0rem;
    cursor: pointer;
}
.contact_us .right-box .form-tip {
	width: 80%;
	text-align: center;
	font-size: 1.2rem;
	color: red;
	height: 3rem;
	line-height: 3rem;

}
.contact_us .right-box .form-input-0,.footerTable .form-input-1 {
    height: 5.6rem;
    width: 75.5rem;
    border: 0rem solid #eaeaea;
    margin-top: 2rem;
    padding: 0 0.7rem;
    font-size: 1.8rem;
    color: #B5B5B5;
    border-radius: 0.5rem;
    background-color: #F9F9F9;
}
.contact_us .right-box .footerTable.form-input-0 option:first-child {
    color: #B5B5B5;
}

.contact_us .right-box .form-input-9, .form-input-3, .form-input-5, .form-input-7{
    height: 5.6rem;
    width: 37.1rem;
    border: 0rem solid #eaeaea;
    margin-top: 2rem;
    padding: 0 0.7rem;
    font-size: 1.8rem;
    color: #B5B5B5;
    border-radius: 0.5rem;
    background-color: #F9F9F9;
}
.contact_us .right-box .form-input-2, .form-input-4, .form-input-6, .form-input-8{
    height: 5.6rem;
    width: 37.1rem;
    border: 0rem solid #eaeaea;
    margin-left: 1%;
    margin-top: 2.0rem;
    padding: 0 0.7rem;
    color: #B5B5B5;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    background-color: #F9F9F9;
}

.contact_us .right-box .form1-input-box select option {
    font-family: "";
    color: #000000;
}

.contact_us .right-box input::-webkit-input-placeholder {
    font-family: "";
    color: #B5B5B5;
    /* font-size:2.8rem; */
}
.contact_us .right-box .cap-panel{
    width: 79.1rem;
    display: flex;
}
.contact_us .right-box .cap{
	display: table-cell;
	white-space: nowrap;
    vertical-align: middle;
    height: 5.6rem;
    width: 37.1rem;
    margin-top: 2rem;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    padding:0;border:none;cursor:pointer;background: white;margin-left: -3%;
}
.contact_us .right-box .cap-img{
	display: inline-block;
    margin-top: 1%;
    margin-left: 5%;
    width: 14rem;  
    height: 5rem;
}
.contact_us .right-box .form-input-check {
	margin-top: 2rem;
	position: relative;
    font-size: 1.5rem;
    color: #B5B5B5;
    width: 79.1rem;
}
.contact_us .right-box .marketing-advertising {
	margin-top: 2rem;
}
.contact_us .right-box .annotations-text {
	width: 96%;
	font-size: 1.5rem;
	color: #B5B5B5;
	margin-top: 1.5rem;
}
.in_mask {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 -0.3rem 0.6rem 0.1rem #e8e8e8;
}
.in_mask .wrap{
	padding: 3.2rem 0;
	background: url(../images/m_bg3.webp) no-repeat left bottom;
	overflow: hidden;padding-left:18rem ;
	box-sizing: border-box;
}
.in_mask .wrap p{
	font-size: 1.8rem;
	color: #333333;
	line-height: 3rem;
	width: 60%;float: left;
}

.in_mask .wrap p a {
	color: #4f74ff;
	text-decoration: underline !important;
}
.in_mask .wrap .btn{
	width: 21rem;
	height: 6.6rem;
	box-sizing: border-box;
	border: 0.1rem solid #cbd7ff;
	border-radius: 3.3rem;
	text-align: center;
	display: block;
	float: right;
	background: #fff;
	box-shadow: 0 0.4rem 0.6rem 0.1rem #ebf0ff;
	cursor: pointer;
}

.in_mask .wrap .btn i {
	display: inline-block;
	background: url(../images/m_ico1.webp) no-repeat left center;
	padding-left: 0rem;font-size: 2rem;color: #4d74fd;
	line-height: 6.6rem;
}