* {
	margin: 0;
	padding: 0;
}

* {
	touch-action: pan-y;
}

a {
	color: #303030;
	text-decoration: none;
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

body,
html {
	padding: 0;
	margin: 0;
}

header,
section,
footer {
	width: 100%;
	z-index: 0;
}

.wrap {
	width: 640px;
	margin: 0 auto;
	background: #1ad2f4;
}


/*header*/

#header {
	background-color: rgba(47, 73, 144, 1);
	height: 138px;
	position: fixed;
	top: 0;
	z-index: 100;
}

#logo {
	float: left;
	width: 330px;
	height: 60px;
	line-height: 60px;
	padding: 29px 50px;
	font-size: 36px;
	color: #fff;
}

.box_1 {
	width: 60px;
	height: 60px;
	background: url(../img/mobile/option.png) 100% no-repeat;
	background-size: 100% 100%;
	margin: 39px 40px 0 0;
	float: right;
}

.text-wrapper_5 {
	background-color: rgba(157, 172, 212, 1);
	width: 100%;
	padding: 20px 0;
}

.textStr {
	width: 100%;
	overflow-wrap: break-word;
	text-align: center;
	line-height: 92px;
	color: #FFFFFF;
}

.textStr>a {
	color: rgba(255, 255, 255);
	font-size: 32px;
	font-weight: 500;
}

.box_4 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.block_3 {
	width: 10px;
	height: 20px;
	background-size: 12px 22px;
	margin: 1113px 0 0 660px;
}

#nav {
	position: absolute;
	right: 24px;
	top: 29px;
	text-align: center;
}

#nav li {
	display: block;
	float: left;
	font-size: 20px;
	margin: 16px 16px;
}

#nav li a {
	color: #fff;
}

/*slides*/
.swiper-container {
	height: 440px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

/* .swiper-slide {
	float: left;
} */
.swiper-slide .swiperBgImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	object-fit: cover;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.pagination {
	position: relative;
	z-index: 1;
	bottom: 50px;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #333;
	margin-right: 10px;
	border: 3px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

#development {}

.titleDiv {
	height: 130px;
	text-align: center;
}

.blockTitle {
	font-size: 32px;
	color: #333333;
	font-weight: 700;
	padding-top: 40px;
}

.blockTitleBorder {
	width: 62px;
	height: 2px;
	background-color: #5174FF;
	margin: 0 auto;
	margin-top: 10px;
}


#development .historyContent {
	height: 400px;
	background: url(../img/mobile/historyBg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

#development .historyStr1 {
	font-size: 32px;
	color: #333333;
	font-weight: 700;
	padding: 50px 0 30px 0;
}

#development .historyStr2 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 40px;
}

#development .historyStr3 {
	font-size: 32px;
	color: #5174FF;
	font-weight: 700;
}

#development .historyStr4 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	font-weight: 400;
}

#development .historyStr5 {
	display: flex;
	text-align: center;
}

#development .historyStr5>div {
	padding: 0 20px;
	border-right: 1px solid rgba(153, 153, 153, 0.74);
	border-image: linear-gradient(to bottom,
			transparent 0%,
			transparent 30%,
			rgba(153, 153, 153, 0.74) 30%,
			rgba(153, 153, 153, 0.74) 70%,
			transparent 70%,
			transparent 100%) 1;
}


#mission .missionContent {
	height: 490px;
}

#mission .mission-swiper-container,
#mission .grid,
#mission .swiperContent {
	height: 100%;
	overflow: hidden;
}

#mission .swiperContent {
	position: relative;
	z-index: 10;
	top: 100px;
	left: 40px;
	font-size: 22px;
	color: #fff;
	line-height: 33px;
	font-weight: 500;
}


#figText .grid {
	position: relative;
	z-index: 100;
	top: 100px;
	color: #fff;
}

/*figure*/
#figure {
	margin-top: 138px;
}

.figure {
	margin-top: 138px;
	height: 91px;
	padding: 138px 0 44px;
	text-align: center;
}

.figure img {
	margin: 0 auto;
	vertical-align: middle;
}

.mb_banner {}

.netName {
	font-size: 52px;
	color: #fff;
	margin-left: 20px;
	vertical-align: middle;
}

.name {
	height: 200px;
	font-size: 40px;
	text-align: center;
	color: #fff;
}

.name a {
	color: #fff;
	text-decoration: underline;
}

.down {
	height: 367px;
}

.down a {
	display: block;
	width: 306px;
	height: 90px;
	margin: 0 auto 42px;
	border: 3px solid #fff;
	border-radius: 48px;
	text-indent: -9999px;
}


/*product*/
#allProduct {
	background: url(../img/mobile/bg_product.png) no-repeat;
	background-size: 100% 100%;
	min-height: 630px;
}

#allProduct .blockTitle,
#allProduct .blockSubTitle {
	color: #fff;
}

#platforms {
	width: 90%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	padding-top: 60px;
	font-size: 22px;
	font-weight: 400;
	color: #fff;

}

#platforms>div {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	height: 108px;
	align-items: center;
	cursor: pointer;
	background: #1A409A;
}

#platforms .platformIcon {
	width: 44px;
	margin: 16px 0 10px 0;
}

#platforms>div:last-child {
	border-right: none;
	flex-direction: column;
}

#platforms>div.active {
	background: url(../cn/proImg/img_choose.png?v=1.03) no-repeat;
	overflow: visible;
	background-size: 100% 100%;
	padding-bottom: 120px;
	color: #000;
}

#productImgs {
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 20px;
	padding-bottom: 40px;

}

#productImgs .proImgBlock>div:last-child {
	word-break: break-all;
}


#productImgs .androidProView,
#productImgs .windowsProView,
#productImgs .iosProView {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 98%;
	margin: 0 auto;
}

#productImgs .platformName {
	font-size: 26px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}

#productImgs>div>div {
	width: 24%;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 30px;
}


/* 
#productImgs .proImgSty {
	height: 160px;
} */

#productImgs .proImgSty>img {
	width: 90%;
}


#productImgs .proImgXcxSty {
	height: 241px;
}

/* 荣誉奖项 */
#honor {
	/* min-height: 700px; */
}

.honor-swiper-container {}

#honor .swiper-slide {
	width: 30%;
}

.honor-swiper-container img {
	width: 100%;
}

.honorPage {
	text-align: center;
	margin-top: 30px;
}

.honorPage>.swiper-pagination-bullet {
	background: #B9B9B9;
	opacity: 1;
}

.honorPage>.swiper-pagination-bullet-active {
	width: 20px;
	background: #5174FF;
	border-radius: 10px;
}




#wrap {
	height: 100vh;
	min-width: unset;
	min-height: unset;
	position: relative;
	width: 100%;
}

#productsView {
	height: 100%;
	transition: .3s linear;
	transform: translateY(-0%)
}

.proCard {
	padding: 60px;
	box-sizing: border-box;
}

.proImageView>img {
	vertical-align: middle;
	margin-right: 20px;
}

#productsView .proName {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	vertical-align: middle;
}

.proIntroduce {
	margin: 30px 0;
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	display: inline-block;
}

.proInfoBtn {
	width: 213px;
	height: 70px;
	background: linear-gradient(237deg, #88C9FF 0%, #1F53FB 100%);
	border-radius: 39px;
	text-align: center;
	display: inline-block;
	margin-right: 70px;
}

.proInfoBtn>a {
	font-size: 28px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 70px;
}

.allProductBtn {
	width: 213px;
	height: 70px;
	border-radius: 39px;
	border: 1px solid #2459FB;
	text-align: center;
	display: inline-block;
}

.allProductBtn>a {
	font-size: 28px;
	font-weight: 400;
	color: #2054FC;
	line-height: 70px;
}

.proView {
	/*margin-top: 46px;*/
	text-align: center;
}

.proView>img {
	/* width: 100%; */
	width: 458px;
}

.product {
	height: 1400px;
}

.product .imgs {
	margin: 0 auto;
}

.product .fTit {
	margin-left: 50px;
	line-height: 100px;
	font-size: 30px;
	color: #000;
}

.product .imgs>div {
	width: 240px;
	height: 140px;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 24px;
	float: left;
}

.product .windowsPros>div {
	padding: 0;
}

.product .windowsPros>div>a {
	width: 100%;
	height: 100%;
	display: block;
}

.product .windowsPros>div>a>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product .imgs>div:nth-child(even) {
	margin-left: 60px;
}

.product .imgs>div:nth-child(odd) {
	margin-left: 50px;
}

.product .imgs .proInfo {
	font-size: 24px;
	color: #fff;
}

.product .products {
	float: right;
	margin-right: 50px;
	font-size: 24px;
}

.product .products a {
	color: #666;
}


/*proBann*/

#proBann .grid {
	padding: 40px 0 0 24px;
	color: #fff;
}


/*aboutBann*/

#aboutBann {
	background: url(../img/banner-about.png) no-repeat;
	background-size: cover;
	height: 200px;
	text-align: center;
	color: #fff;
	margin-top: 138px;
}

#aboutBann .ty {
	padding-top: 60px;
}

#aboutBann .mb {
	font-size: 20px;
}


/*intro*/

#intro {
	background: url(../img/gywm.png) top no-repeat;
	height: 374px;
	margin-top: 30px;
	background-size: cover;
	text-align: center;
	color: #fff;
}

#intro .grid {
	position: relative;
	top: 90px;
}

#intro .com {
	font-size: 20px;
}

#intro .introduce {
	font-size: 14px;
}


/*vision*/

#vision {
	background: url(../img/tp.png) top no-repeat;
	background-size: cover;
	height: 282px;
	margin-top: 50px;
}

#vision .target {
	float: right;
	position: relative;
	right: 40px;
}

#vision .grid {
	position: relative;
	top: 20px;
	margin-left: 24px;
}

#vision .grid .sp,
.appm {
	font-size: 14px;
	color: #333333;
}

#vision .grid .appm {
	margin-left: 208px;
}

#vision .grid .expect {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	line-height: 20px;
}

#vision .grid .expect .lineh {
	display: block;
}


/*core*/

#core {
	background: url(../img/tp-2.png) top no-repeat;
	background-size: cover;
	height: 212px;
	text-align: center;
	margin-top: 50px;
}

#core .val {
	font-size: 20px;
	color: #333;
	position: relative;
	top: -30px;
}

#core .en_val {
	font-size: 20px;
	color: #999;
	position: relative;
	top: -30px;
}

#core .grid .core_text {
	font-size: 14pxx;
	color: #333;
	line-height: 20px;
}

#core .grid .core_text .texts {
	font-size: 18px;
	color: #333;
}


/*about_address*/

#about_address {
	background: url(../img/gsdz.png?v=1.02) top no-repeat;
	background-size: cover;
	height: 318px;
}

#about_address .company_address {
	text-align: center;
}

#about_address .company_address .address,
.download {
	position: relative;
	top: 90px;
}

#about_address .company_address .address {
	font-size: 20px;
	color: #333;
}

#about_address .company_address .download {
	font-size: 16px;
	color: #999;
}

#about_address .company_address .ph {
	position: relative;
	top: 158px;
	color: #fff;
	text-align: center;
}

#about_address .company_address .ph .com_name {
	font-size: 14px;
}

#about_address .company_address .ph .com_addr {
	font-size: 12px;
}

#about_address .company_address .ph .com_ph {
	font-size: 12px;
	display: block;
	line-height: 12px
}


/*banner_join*/

#banner_join {
	background: url(../img/banner.png) no-repeat;
	background-size: cover;
	height: 200px;
	/* margin-top: 138px; */
}

#banner_join .grid {
	padding: 40px 0 0 24px;
	color: #fff;
}

#banner_join img {
	position: relative;
	left: 350px;
	bottom: 104px;
}


/*join_introduct*/

#join_introduct {
	background: url(../img/jrwm-bg.png) top no-repeat;
	background-size: cover;
	height: 462px;
	text-align: center;
}

#join_introduct .prosime {
	padding-top: 26px;
	font-size: 26px;
	color: #333;
}

#join_introduct .our {
	font-size: 20px;
	color: #999;
}

#join_introduct .bann {
	margin-top: 100px;
	margin-bottom: 10px;
	font-size: 20px;
}

#join_introduct .introduce {
	font-size: 20px;
	color: #566;
	line-height: 26px;
}


/*join_position*/

#join_position .grid {
	margin: 0 24px;
}


/*join_position*/

#join_position .prosime,
.our {
	text-align: center;
}

#join_position .prosime {
	color: #000;
}

#join_position .our {
	color: #999;
	padding-bottom: 40px;
}

#join_position .job_left {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	position: relative;
	left: 22px;
	width: 570px;
	font-size: 20px;
	height: 100%;
}

#join_position .job_left .job_img {
	position: relative;
	right: 22px;
	margin-top: 32px;
	float: left;
}

#join_position .job_left .duty_text,
.requirement,
.duty_requirement {
	padding: 12px;
}

#join_position .job_left .manager {
	color: #333;
	position: relative;
	top: 20px;
	padding-left: 12px;
}

#join_position .job_left .duty {
	color: #666;
	margin-top: 30px;
	padding-left: 12px;
}

#join_position .job_left .requirement {
	color: #666;
}

#join_position .job_left .join_btn {
	width: 150px;
	height: 32px;
	display: table-cell;
	float: right;
	position: relative;
	top: 40px;
	right: 28px;
}

#join_position .job_right {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	width: 576px;
	font-size: 20px;
	height: 100%;
}

#join_position .job_right .job_img {
	position: relative;
	left: 16px;
	margin-top: 32px;
	float: right;
}

#join_position .job_right .duty_text,
.requirement,
.duty_requirement {
	padding: 12px;
}

#join_position .job_right .manager {
	font-size: 22px;
	color: #333;
	position: relative;
	top: 20px;
	padding: 0 8px;
}

#join_position .job_right .duty {
	color: #666;
	margin-top: 30px;
	padding: 0 8px;
}

#join_position .job_right .requirement {
	color: #666;
}

#join_position .job_right .join_btn {
	width: 150px;
	height: 32px;
	display: table-cell;
	float: right;
	position: relative;
	top: 50px;
	right: 28px;
}


/*footer*/

#footer {
	text-align: center;
	color: #fff;
	background-color: #2F4990;
}

#footer>div {
	padding: 20px 12px;
	font-size: 0.5rem;
}