* {
	margin: 0;
	padding: 0;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5em;
	color: rgba(0, 0, 0, .85);
	font-weight: 500
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.flex-centers {
	align-content: center;
	align-items: center;
}

.flex-centerss {
	justify-content: center;
	-webkit-justify-content: center;
}

.flex-centersss {
	-webkit-align-items: center;
	align-items: center;
}

.flex-center {
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.flex-space {
	justify-content: space-between;
}

.flex-column {
	flex-direction: column;
	-webkit-flex-direction: column;
}

.flex-around {
	justify-content: space-around;
}

.flex-row {
	flex-direction: row;
}


.flex-start {
	justify-content: flex-start;
}

.flex-end {
	justify-content: flex-end;
}

.flex-end-align {
	align-items: flex-end;
}


.flex-wrap {
	flex-wrap: wrap;
}

.text-wrap {
	word-wrap: break-word;
	word-break: break-all;
}

.text-hiddle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*超出1行隐藏  */
.flex-hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/*超出两行隐藏  */

.flex-hiddens {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*超出3行隐藏  */
.flex-hiddenss {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.text-center {
	text-align: center;
}

.flex-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-moz-box-flex: 1.0;
	/* Firefox */
	-webkit-box-flex: 1.0;
	/* Safari 和 Chrome */
	box-flex: 1.0;
}

.flex-strech {
	align-items: stretch;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.pore {
	position: relative;
}

.poab {
	position: absolute;
}

.dino {
	display: none;
}

#__next {
	height: 100%;
	background-color: #f7f8fa
}

.ant-layout,
.ant-layout-content {
	min-height: 100%
}

.layout_layout__2t1Ec {
	position: relative
}

.layout_layout__2t1Ec .layout_navModule__1oBhn {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g {
	height: 68px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_logo__3FdHd {
	width: 120px;
	height: 23px;
	cursor: pointer
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_nav__uWpz7 {
	display: flex
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_nav__uWpz7 li {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
	margin-right: 48px;
	cursor: pointer
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_nav__uWpz7 li:last-child {
	margin-right: 0
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_nav__uWpz7 li .layout_phone__22JXk {
	margin-left: 7px
}

.layout_layout__2t1Ec .layout_footer__1UWVy {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
	color: #95a1af;
	text-align: center
}

.flex_right {
	position: fixed;
	top: 50%;
	right: 20px;
	width: 72px;
	border-radius: 36px;
	border: 1px solid #C1C1C1;
	z-index: 999;
	transform: translateY(-50%);
	background: #fff;
}

.flex_flex {
	background: url(../img/flex_center.png) no-repeat top center;
	background-size: 100% 100%;
	width: 350px;
	height: 430px;
	text-align: center;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	top: 30%;
	display: none;
}

.flex_flex .img {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 25px;
	top: 35px;
}

.flex_flex .img img {
	width: 100%;
	height: 100%;
}

.flex_flex .top {
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
}

.flex_flex .shuzi {
	font-weight: 800;
	font-size: 33px;
	color: #1E30A2;
	margin: 32px 0 9.8px;
}

.flex_flex .daxue {
	width: 300px;
	height: 37px;
	background: #182885;
	border-radius: 18px;
	font-weight: normal;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 37px;
	text-align: center;
	margin: 0 auto;
}

.flex_flex .ul ul {
	display: flex;
	padding: 0 35px;
	margin: 15px 0 5px;
}

.flex_flex .ul ul li {
	width: 140px;
	list-style-type: none;
}

.flex_flex .ul ul li h5 {
	font-size: 32px;
	color: #1E30A2;
	margin-bottom: 0;

}

.flex_flex .ul ul li p {
	font-size: 16px;
	color: #464646;
}

.flex_flex .bottom h4 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
}

.flex_flex .bottom h4 span {
	font-size: 25px;
}

.flex_flex .inp {
	width: 230px;
	height: 32px;
	border-radius: 20px;
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
	margin: 10px auto 0;
	position: relative;
}

.flex_flex .inp input {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	padding-left: 50px;
	line-height: 32px;

}

.flex_flex .inp input::placeholder {
	color: #fff;
	/* 设置为您想要的颜色值 */
}

.flex_flex .buttn {
	margin: 14px auto;
	width: 230px;
	height: 32px;
}

.flex_flex .buttn button {
	width: 230px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 20px;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	color: #182885;
	line-height: 32px;
}

.flex_flex .buttn button:hover {
	cursor: pointer;
}

.flex_right ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 270px;
}

.flex_right ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	justify-content: center;
	height: 100px;
	width: 100%;
	cursor: pointer;
}

.flex_right ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	justify-content: center;
	height: 100px;
	width: 100%;
}

.flex_right ul li:nth-child(1) {
	padding-top: 20px;
	border-radius: 30px 30px 0 0
}

.flex_right ul li:nth-child(3) {
	padding-bottom: 20px;
	border-radius: 0 0 30px 30px;
	height: 80px;
}


.flex_right ul li:hover {
	background: #cccccc70;

}

.flex_right ul li img {
	width: 27px;
	height: 27px;
}

.flex_right ul li:nth-child(1) img {
	width: 60px;
	height: 60px;

}

.flex_right ul li p {
	font-weight: 500;
	font-size: 14px;
	color: #182885;
	line-height: 30px;
}

.flex_right ul li .ipnoe {
	background-color: #fff;
	width: 180px;
	border-radius: 10px;
	padding: 6px 0.2rem;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	margin-right: 26px;
	display: none;

}

.flex_right ul li:nth-child(2):hover .ipnoe {
	opacity: 1;
	display: block;
}

.flex_right ul li .ipnoe .shou {
	padding: 10px 12px;
	font-size: 20px;
	font-weight: 600;
	color: #182885;
}

.flex_right ul li .ipnoe .shou:nth-child(2) {
	border: 0;
}

.flex_right ul li .ipnoe .shou div {
	color: #505050;
	margin-bottom: 4px;
}

.styles_container__3yd9V .styles_commonContent__2-vTt {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;

}

.styles_container__3yd9V .styles_main__pj_GW {
	padding-bottom: 72px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT {
	height: 520px;
	color: #fff;
	background: url(../img/topbg.png) no-repeat;
	background-size: cover;
	background-color: #000;
	padding-top: 68px;
	padding-right: 20px;
}


.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd {
	width: 340px;
	height: 423px;
	background: #FFFFFF;
	border-radius: 19px;
	padding: 30px 20px;
}



.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd h3 {
	font-size: 15px;
	color: #414141;
	line-height: 21px;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd input {
	width: 270px;
	height: 47px;
	border-radius: 5px;
	border: 1px solid #7D7D7D;
	font-size: 15px;
	line-height: 47px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd .inp {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd .inp p {
	position: absolute;
	font-size: 22px;
	top: 7px;
	left: 10px;
	color: red;
}

.flex_flex .inp p {
	position: absolute;
	font-size: 22px;
	top: 0px;
	left: 40px;
	color: red;
}

/* .styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd .inp input {
	width: 161px;
	height: 47px;
	border-radius: 5px;
	border: 1px solid #7D7D7D;
	font-size: 15px;
	line-height: 47px;
	margin-bottom: 20px;
	padding-left: 20px;
} */

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd .butt {
	width: 191px;
	height: 44px;
	margin: 0 auto;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd .butt button {
	width: 191px;
	height: 44px;
	background: #182885;
	border-radius: 21px;
	font-weight: bold;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	margin: 0 auto;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd .butt button:hover {
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .styles_name__3iIRp {
	margin: 51px 0 16px;
	font-size: 48px;
	line-height: 67px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .styles_slogan__EpnZn {
	font-size: 21px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 5px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .styles_relation__2jrwI {
	margin-top: 48px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_section__fbbmO .styles_title__vXtqO {
	font-size: 32px;
	text-align: center;
	color: #2f3742;
	line-height: 45px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM {
	padding: 48px 0;
	background-color: #fff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ {
	margin-top: 36px;
	display: flex;
	justify-content: space-between
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG {
	width: 33%;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #e5eaf4;
	padding: 22px 32px 24px;
	margin-right: 55px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG:last-child {
	margin: 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 8px rgba(0, 0, 0, .15)
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG .styles_imgIcon__1Hf9j {
	display: inline-block;
	width: 40px;
	height: 40px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG .styles_itemTitle__3nj4W {
	font-size: 20px;
	color: #2f3742;
	line-height: 24px;
	margin: 16px 0 12px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG .styles_text__bR-DZ {
	font-size: 16px;
	color: #687583;
	line-height: 28px
}

.styles_container__3yd9V .styles_relationBtn__3OT1a {
	display: inline-block;
	width: 184px;
	height: 54px;
	text-align: center;
	border-radius: 27px;
	line-height: 54px;
	background: #408cff;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 0;
}

.styles_container__3yd9V .styles_relationBtn__3OT1a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 13px 24px rgba(2, 39, 95, .2);
	box-shadow: 0 13px 24px rgba(2, 39, 95, .2);
	background-image: -webkit-gradient(linear, left top, right bottom, from(#82b5ff), color-stop(0, #3c89f6));
	background-image: -webkit-linear-gradient(left top, #82b5ff 0, #3c89f6 0);
	background-image: linear-gradient(to right bottom, #82b5ff 0, #3c89f6 0)
}

.styles_container__3yd9V .styles_main__pj_GW .styles_section__fbbmO .styles_title__vXtqO {
	font-size: 32px;
	text-align: center;
	color: #2f3742;
	line-height: 45px;
	margin-bottom: 0;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n {
	padding: 52px 0 60px;
	background: url(../img/bg1.png) no-repeat bottom;
	background-size: cover
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_nav__gcAIG {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
	padding: 6px 10px;
	margin: 52px auto 54px;
	background: #f9fafd;
	border-radius: 10px;
	list-style: none;
	border: 1px solid #e9edf4
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_nav__gcAIG .styles_navItem__2fpb3 {
	width: 140px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #687583;
	font-size: 16px;
	cursor: pointer
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_nav__gcAIG .styles_active__1Heie {
	color: #fff;
	background: #408cff;
	border-radius: 10px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B {
	position: relative
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBox__22NQO {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBox__OX_bC {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 10
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B {
	position: relative
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBox__22NQO {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBox__OX_bC {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 10
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

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

.swiper-container-pointer-events {
	touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-feature-settings: normal, ;
	font-variant: normal;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm {
	height: 360px;
	display: flex;
	-webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .03);
	box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .03);
	border-radius: 16px;
	border: 1px solid #e5eaf4;
	background-color: #fff;
	overflow: hidden
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_imgLeft__19bRn {
	width: 570px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_imgLeft__19bRn img {
	-webkit-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: none;
	margin: auto;
	display: block;
	width: 0px;
	height: 0px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_imgLeft__19bRn img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni {
	flex: 1 1;
	display: flex;
	flex-direction: column;
	padding: 20px 60px 44px 34px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_textList__3pLW2 {
	flex: 1 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_textList__3pLW2 .styles_textItem__3g3TJ {
	margin-bottom: 12px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_textList__3pLW2 .styles_textItem__3g3TJ .styles_swiperTitle__3Qqoe {
	font-weight: 600;
	font-size: 16px;
	color: #2f3742;
	line-height: 22px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_textList__3pLW2 .styles_textItem__3g3TJ .styles_desc__8xMB8 {
	font-size: 14px;
	color: #687583;
	line-height: 20px;
	margin-top: 4px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_detailBtn__mAUvi {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #408cff;
	border-radius: 27px;
	border: 1px solid #408cff;
	cursor: pointer
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_detailBtn__mAUvi:hover {
	background: #408cff;
	color: #fff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ {
	padding: 52px 0 42px;
	background-color: #fff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 75px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 {
	margin-right: 60px;
	text-align: center;
	cursor: pointer
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39:last-child {
	margin-right: 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 .styles_imgIcon__1Hf9j {
	width: 40px;
	height: 40px;
	display: inline-block
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 .styles_itemTitle__3nj4W {
	font-size: 16px;
	color: #183b56;
	line-height: 24px;
	margin-top: 8px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 .styles_active__1Heie {
	color: #408cff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM {
	height: 400px;
	display: flex
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentImg__21VO_ {
	width: 593px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentImg__21VO_ img {
	-webkit-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH {
	padding: 6px 13px;
	flex: 1 1
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH .styles_descItem__1IDn6 {
	margin-bottom: 32px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH .styles_descItem__1IDn6:last-child {
	margin-bottom: 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH .styles_descItem__1IDn6 h4 {
	font-size: 22px;
	color: #212b36;
	line-height: 30px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH .styles_descItem__1IDn6 p {
	margin-top: 14px;
	font-size: 14px;
	color: #687583;
	line-height: 20px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_special__33xAi {
	display: flex;
	flex-direction: column;
	align-items: center
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_special__33xAi .styles_currentImg__21VO_ {
	width: 840px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBtn__2SuUJ {
	display: inline-block;
	width: 54px;
	height: 56px;
	background-color: #ccc;
	background: url(../img/right.png) no-repeat 50%;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBtn__2SuUJ:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBtn__2SuUJ:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBtn__24vOc {
	display: inline-block;
	width: 54px;
	height: 56px;
	background-color: #ccc;
	background: url(../img/left.png) no-repeat 50%;
	background-size: cover;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBtn__24vOc:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBtn__24vOc:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.ant-layout,
.ant-layout * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 75px;
	list-style: none;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 {
	margin-right: 60px;
	text-align: center;
	cursor: pointer
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.styles_container__3yd9V .styles_getMore__1g9Pc {
	text-align: center;
	margin-top: 10px
}

.styles_container__3yd9V .styles_getMore__1g9Pc .styles_btn__3zmpn {
	font-size: 16px;
	color: #408cff;
	display: inline-block;
	width: 240px;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	border: 1px solid #408cff;
	cursor: pointer
}

.styles_container__3yd9V .styles_getMore__1g9Pc .styles_btn__3zmpn:hover {
	background: #408cff;
	color: #fff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght {
	padding: 58px 0 42px;
	background: url(../img/bg2.png) no-repeat 50%
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S {
	display: flex;
	align-items: center;
	margin: 43px 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentLeft__3a_MJ {
	width: 434px;
	height: 307px;
	margin-right: 104px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentLeft__3a_MJ img {
	-webkit-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd {
	flex: 1 1
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li {
	display: flex;
	align-items: center;
	margin-bottom: 8px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li:last-child {
	margin-bottom: 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li .styles_left__x3XLO .styles_imgIcon__1Hf9j {
	display: inline-block;
	width: 82px;
	height: 82px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li .styles_right__giuN4 h4 {
	font-size: 22px;
	color: #212b36;
	line-height: 30px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li .styles_right__giuN4 p {
	margin-top: 14px;
	font-size: 14px;
	color: #687583;
	line-height: 20px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj {
	padding: 53px 0;
	background-color: #fff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u {
	margin: 42px 0 52px;
	-webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .03);
	box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .03);
	border-radius: 8px 8px 16px 16px;
	border-top: 3px solid #408cff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 {
	display: flex;
	list-style: none;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li {
	flex: 1 1;
	padding: 49px 0 43px;
	border-right: 1px solid #e5eaf4;
	text-align: center
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li:last-child {
	border: none
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li .styles_imgIcon__1Hf9j {
	display: inline-block;
	width: 48px;
	height: 48px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li .styles_num__3RHRT {
	display: flex;
	justify-content: center;
	font-size: 48px;
	font-weight: 500;
	color: #2f3742;
	line-height: 60px;
	margin: 20px 0 6px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li .styles_title__vXtqO {
	font-size: 18px;
	color: #95a1af;
	line-height: 32px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_experience__15WRe {
	width: 100%;
	height: 600px;
	padding: 72px 0;
	background: url(../img/bg3.png) no-repeat 50%;
	background-color: #125ac9
}

.styles_container__3yd9V .styles_main__pj_GW .styles_experience__15WRe .styles_title__vXtqO {
	font-size: 32px;
	color: #fff;
	line-height: 45px;
	margin-bottom: 28px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_experience__15WRe .styles_btn__3zmpn {
	text-align: center
}

.backtop {
	width: 68px;
	height: 68px;
	background: #F9F9F9;
	border-radius: 8px;
	border: 1px solid #E5EAF4;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}


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

	.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT {
		height: 520px;
		color: #fff;
		background: url(../img/topbg.png) no-repeat;
		background-size: cover;
		background-color: #000;
		padding-top: 68px;
		padding-left: 1260px;
	}

	.styles_container__3yd9V .styles_commonContent__2-vTt {
		flex-direction: row;
	}

	.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd {
		width: 378px;
		height: 423px;
		background: #FFFFFF;
		border-radius: 19px;
		padding: 30px 20px;
	}



	.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd h3 {
		font-size: 15px;
		color: #414141;
		line-height: 21px;
	}

	.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd input {
		width: 332px;
		height: 47px;
		border-radius: 5px;
		border: 1px solid #7D7D7D;
		font-size: 15px;
		line-height: 47px;
		margin-bottom: 20px;
		padding-left: 20px;
	}


}

@media (max-width:1500px) and (min-width:1000px) {
	.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT {
		height: 100%;
		padding-bottom: 10px;
	}
	.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd input{
		font-size: 12px;
	}
	.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g {
		padding-left: 200px;
	}

	.flex_flex {
		top: 20%;
	}

	.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd {
		height: 270px;
		padding: 15px 20px;
		width: 230px;
	}

	.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd h3 {
		font-size: 12px;
		line-height: 13px;
	}

	.styles_container__3yd9V .styles_commonContent__2-vTt {
		display: flex;
		padding-left: 850px;
		flex-direction: row;
	}


.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd input {
	height: 30px;
	margin-bottom: 10px;
	width: 190px;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd .butt {
	width: 140px;
	height: 30px;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd .butt button {
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .bd .inp p {
	top: 5px;
	left: 12px;
	font-size:15px;
}
}