@charset "UTF-8";

@font-face {
	font-family: Montserrat-ExtraLight-5;
	src: url(../font/Montserrat-ExtraLight-5.otf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: MontserratMedium7;
	src: url(../font/Montserrat-Medium-7.otf) format('truetype');
	font-weight: 400;
	font-style: normal
}
body {
	font-family: Montserrat, Source Han Sans CN, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	background: #fff;
	font-size: 14px;
	color: #333
}
h1, h2, h3, h4, h5, h6 {
	font-family: MontserratBlod, Source Han Sans CN, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif
}
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	display: block;
}
li {
	list-style-type: none;
}
p{
	letter-spacing: .2px;
}
.page-header {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
	z-index: 9;
	height: 72px;  
}
.bg {
	background: linear-gradient(0deg, #fff 0, #f9fbfe 100%);
	box-shadow: 0px 6px 10px 0px rgba(38, 38, 38, 0.12);
}
.page-header ul{
	margin-left: 32px;
	display: flex;
align-items: center;  
}
.page-header ul li a{
	font-weight: 400;
	font-size: 16px;
	color: #1D2129;
	padding: 10px 0;
}
.page-header ul li:hover a{
	color: #007BDF;
}
.page-header ul li{
	margin-right: 40px;
}
.page-header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 1280px;
	height: 72px;
	color: #000
}

.page-header .content .l {
	display: flex;
	align-items: center
}

.page-header .content .l .logo img{
width: 201px;
}

.page-header .content .logo-headers {
	display: inline-flex;
	width: 112px;
	height: 26px;
	background-size: 100%;
	background-image: url(../images/logo.png?v=cca0878)
}

.page-header .content .logo-headers.shua {
	margin-right: 12px;
	width: 137px;
	height: 47px;
	background-image: url(../images/shuihua.png?v=3fd5d0c)
}

.page-header .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.page-header .content .nav .menu {
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.page-header .content .nav .menu a {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	width: 112px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 14px;
	overflow: hidden
}
.page-header .content .nav .menu a:nth-child(5) {
	margin-right: 0;
}
.page-header .content .nav .menu a:hover {
	color: #fff;
	border-radius: 8px;
	background: #0ad48a
}

.page-header .content .nav .menu a:hover::before {
	content: "";
	position: absolute;
	width: 118px;
	height: 118px;
	left: 0;
	top: 0;
	margin-left: -3px;
	margin-top: -39px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	animation: mask 1s infinite both;
	-webkit-animation: mask 1s infinite both;
	-moz-animation: mask 1s infinite both;
	-o-animation: mask 1s infinite both
}

.page-header .content .r {
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.page-header .content .r .item {
	display: inline-block;
	margin-left: 12px;
	padding-left: 26px;
	height: 32px;
	line-height: 32px;
	color: #000;
	background-image: url(../images/icon-qq.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.page-header .content .r .item:last-child {
	margin-right: 0;
	background-image: url(../images/icon-message.png)
}

@media (max-width:1400px) {
	.page-header .content {
		padding: 0 12px;
		width: 100%;
		box-sizing: border-box;
	}
}

@-webkit-keyframes success {
	0% {
		top: 230px;
		opacity: 1
	}

	20% {
		top: 250px;
		opacity: 1
	}

	70% {
		top: 250px;
		opacity: 1
	}

	100% {
		top: 250px;
		opacity: 0
	}
}

@keyframes success {
	0% {
		top: 230px;
		opacity: 1
	}

	20% {
		top: 250px;
		opacity: 1
	}

	70% {
		top: 250px;
		opacity: 1
	}

	100% {
		top: 250px;
		opacity: 0
	}
}



.error {
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	background: #666;
	background: rgba(0, 0, 0, .7);
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 60px;
	-webkit-animation: success 4s;
	animation: success 4s;
	opacity: 0;
	display: none;
	z-index: 100
}

.title,
h3 {
	color: #0a1833
}

.btn {
	position: relative;
	display: inline-flex;
	padding: 18px 48px;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
	background: linear-gradient(90deg, #07cf7b 36.83%, #00bf6f 100%);
	text-decoration: none;
	overflow: hidden;
	align-items: center;
}

.radio {
	border-radius: 8px;
	background: linear-gradient( 134deg, #1BFFED 0%, #5E76FF 100%);
	font-size: 18px;
	padding: 12px 44px;
	height: 64px;
	box-sizing: border-box;
	margin-top: 40px;
}
.radio .t1 {
	font-weight: bold;
	font-size: 20px;
}
.radio .t2 {

	font-size: 14px;
}
.btn i {
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background-image: url(../images/wind.png);
	background-size: 100%
}


.bannlift .btn::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	animation: mask 1s infinite both;
	-webkit-animation: mask 1s infinite both;
	-moz-animation: mask 1s infinite both;
	-o-animation: mask 1s infinite both
}
.bts {
	position: relative;
	text-decoration: none;
	overflow: hidden;
	align-items: center;
}

.coner .lift a.bts:hover {
	background: rgba(7, 207, 123, .9)
}

.bts::before {
	content: "";
	position: absolute;
	width: 290px;
	height: 290px;
	left: 0;
	top: 0;
	margin-left: -42px;
	margin-top: -110px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	animation: mask 1s infinite both;
	-webkit-animation: mask 1s infinite both;
	-moz-animation: mask 1s infinite both;
	-o-animation: mask 1s infinite both
}
.radio::before {
	width: 360px;
	height: 360px;
	left: -22px;
	top: -147px;
	margin: 0;
}
.bannlift .xt {
	font-size: 14px;
	color: #9BB8AF;
	margin-top: 24px;
	line-height: 20px;
}
.flex {
	display: flex;
}
.downLoadNumberBox {
	display: flex;
}
.bannerNumberBox {
	margin-top: 30px;
	gap: 20px;
}
.digit {
	display: inline-block;
	position: relative;
	overflow: hidden;
	top: -2px;
	height: 28px;
	width: 14px;
	text-align: center;
}
.digit span {
	display: block;
	position: absolute;
	color: #1CC980;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	animation: roll-up 0.5s ease-in-out;
}
@keyframes roll-up {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0);
	}
}
@-webkit-keyframes mask {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes mask {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}



.page-header .btn {
	position: relative;
	display: inline-flex;
	padding: 8px 18px;
	color: #fff;
	font-size: 12px;
	border-radius: 6px;
	background: linear-gradient( 134deg, #1BFFED 0%, #5E76FF 100%);
	text-decoration: none;
	overflow: hidden;
	font-family: Montserrat, Montserrat;
}

.page-header .btn i {
	display: inline-block;
	margin-right: 16px;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon-windows.png?v=91dbd4f);
	background-size: 100%
}

.page-header .btn:hover {}



.banner {
	width: 100%;
	height: auto;
	padding-bottom: 65px;
	box-sizing: border-box;
	background: url("../images/banner.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.banner .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 1280px;
}

.banner .content h1 {
	position: relative;
	margin-top: 196px;
	font-weight: 600;
	font-size: 48px;
	color: #082E1D;
	line-height: 60px;
	
}
.banner .content h1 i {
	display: block;
	position: absolute;
	right: 25px;
	top: -54px;
	width: 136px;
	height: 42px;
	background: url(../images/ai.png);
	background-size: 100% 100%;
}
.banner .content h3 {
	font-weight: 400;
	font-size: 24px;
	color: #546960;
	line-height: 1;
	margin-top: 22px;
}

.banner .content h4 {
	font-weight: 400;
	font-size: 16px;
	color: #808F89;
	line-height: 1;
	margin: 18px 0 40px;
}

.banner .content .section {
	display: flex;
	margin-top: 38px;
}

.banner .content .section li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.banner .content .section li span {
	font-weight: 400;
	font-size: 16px;
	color: #546960;
	margin-top: 7px;
}

.banner .content .section li i {
	width: 55px;
	height: 55px;
	background-size: cover !important;
}
.banner .content .r {
	right: 100px;
	width: 50%;
	position: relative;
	margin-top: 193px;
	
}





.banner .content .r .banner2 {
	position: absolute;
	left: 103px;
	top: 54px;
	width: 137px;
	animation: slideIn 1.5s ease-in-out forwards;

}

.banner .content .r .banner3 {
	position: absolute;
	width: 327px;
	top: 219px;
	left: 442px;
	animation: slideIn 1.3s ease-in-out forwards;
}
.banner1_box{
	top: 0;
    left: 0;
	position: absolute;
	animation: wavet 2s ease-in-out infinite;	
}
@keyframes wavet {
    0%,100% {
        margin-top: 0
    }

    50% {
        margin-top: 6px
    }
}
@keyframes slideIn {
    0% {
        opacity: 0;
        margin-left: -100px
    }

    100% {
        opacity: 1;
        margin-left: 0
    }
}

.banner .content .section li:first-child i {
	background: url('../images/icon1.png') no-repeat;
}

.banner .content .section li:nth-child(2) i {
	background: url('../images/icon2.png') no-repeat;
}

.banner .content .section li:nth-child(3) i {
	background: url('../images/icon3.png') no-repeat;
}

.banner .content .section li:nth-child(4) i {
	background: url('../images/icon4.png') no-repeat;
}

.banner .content .section li:last-child i {
	background: url('../images/icon5.png') no-repeat;
}

.banner .content .section li:first-child {
	margin-right: 100px;
}

.banner .content .section li:nth-child(2) {
	margin-right: 85px;
}

.banner .content .section li:nth-child(3) {
	margin-right: 60px;
}

.banner .content .section li:nth-child(4) {
	margin-right: 65px;
}

.page-content {
	background: #fff
}

.bannlift {
	width: 45%;
}
.bannlift ul li {
	margin-top: 16px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	color: #4E5969;
	line-height: 22px;
}
.bannlift ul li img {
	margin-right: 6px;
}
.page-content .section .desc-bx {
	width: 1200px;
	margin: 0 auto;
}

.page-content .section.matter .apply {
	width: 1199px;
	height: 669px;
	margin: 54px auto 0;
	background: url('../images/apply_bg.png') no-repeat;
	background-size: cover;
}

.page-content .section {}
.page-content .section h3 {
	padding-top: 60px;
}
.row2 {
	padding: 59px 0 41px;
}

.page-content .section h3 {
	text-align: center;
	font-weight: bolder;
	font-size: 32px;
	line-height: 1;

}

.page-content .section p.title {
	font-weight: 700;
	font-size: 18px;
	line-height: 2;
	margin-top: 40px;
	
}


.page-content .section.feature {}

.page-content .section.feature h3 {
	margin: 0 auto 40px
}


.row2 .desc-bx .tab_list {
	display: flex;
	align-items: flex-start;
	position: relative;
	border-bottom: 1px solid #C9CDD4;
}

.tab_line {
	position: absolute;
	width: 33.3%;
	background: #007BDF;
	height: 2px;
	transform: translateX(0px);
	bottom: 0;
	left: 0;
	transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.tab_img {
	display: none;
}

.dll1 {
	display: block;
}

.page-footer .tet {
	font-size: 18px;
	color: #010101;
	margin-top: 22px;
	text-align: center;
}
.page-footer .tet span {
	font-size: 30px;
	color: #1CCA81;
	font-weight: 600;
}
.page-footer {
	padding: 60px 0 50px;
	background: url(../images/foot.png);
	background-size: 100% 100%;
}

.page-footer .content {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	flex-direction: column;
}

.page-footer .content .l .cont {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-footer .content .l .cont img {
	width: 55px;
	margin-right: 12px;
}

.page-footer .content .l .cont h3 {
	font-weight: bold;
	font-size: 42px;
	color: #010101;
}

.page-footer .content .r {
	flex: 1;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.page-footer .content .r .link-box:not(:last-child) {
	margin-bottom: 53px
}

.page-footer .content .r .link-box li {
	font-size: 16px;
	color: #ccc
}

.page-footer .content .r .link-box li:not(:first-child) {
	margin-top: 15px
}

.page-footer .content .r .link-box li:not(:first-child) a {
	color: #ccc
}

.page-footer .content .r .link-box li:not(:first-child) a:hover {
	text-decoration: underline
}

.page-footer .content .r .link-box li:first-child {
	margin-bottom: 20px;
	font-weight: 700
}

.page-footer .company-msg {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #64766E;
	font-size: 14px;
	line-height: 20px;
}

.page-footer .company-msg .l,
.page-footer .company-msg .r {
	align-self: center
}

.page-footer .company-msg a {
	color: #999
}
.company-msg {
	background: #22362D;
}
.company-msg p {
	text-align: center;
	line-height: 70px;
	font-size: 14px;
	color: #99A6A1;
}
.fenge {
	margin: 0 5px;
}

.mc {
	display: none;
}

@keyframes wave {

	0%,
	100% {
		bottom: 86px;

	}

	50% {
		bottom: 71px;
	}
}

@keyframes wave1 {

	0%,
	100% {
		bottom: 174px;
	}

	50% {
		bottom: 189px;
	}
}

@keyframes success {
	0% {
		top: 60px;
		opacity: 1
	}

	20% {
		top: 68px;
		opacity: 1
	}

	70% {
		top: 68px;
		opacity: 1
	}

	100% {
		top: 68px;
		opacity: 0
	}
}

.wh13 {
	width: 1381px;
	margin: 20px auto 0;
}
.infobj {

	background: url(../images/info.png);
	background-size: 100% 100%;
	height: 574px;
	box-sizing: border-box;
	padding-top: 30px;
}
.info h3 {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #010101;
	margin-bottom: 45px;
}
.info .r {
	flex: 1;
	display: flex;
	justify-content: center;
	margin-top: 52px;
}
.info .btn {
	padding: 17px 64px;
	margin: 0 auto;
}
.info .btn::before {
	margin-left: -7px;

}
.page-content p.titl {
	font-size: 16px;
	color: #9A9A9A;
	margin-top: 32px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 60px;
}
.wh12 {
	width: 1200px;
	margin: 0 auto
}
.coner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pt60 {
	padding-top: 60px
}
.pb60 {
	padding-bottom: 60px
}
.coner .lift {
	width: 45%;
	display: flex;
	align-items: center;
}
.coner .right {
	width: 50%
}
.coner .lift h4 {
	font-weight: bold;
	font-size: 36px;
	color: #1CC981;
}
.coner .lift p {
	font-weight: 400;
	font-size: 20px;
	color: #6E6E6E;
	line-height: 36px;
	margin-top: 20px
}
.coner .lift a {
	display: block;
	width: 217px;
	height: 70px;
	background: linear-gradient(90deg, #20D489, #1BC77F);
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 70px;
	border-radius: 6px;
	margin-top: 40px
}
.coner .lift a span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt80 {
	padding-top: 80px;
}
.coner .lift a span img {
	margin-right: 8px
}
.bj {
	background: #F7F8FA;
}
.pinlun h3 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 32px;
	color: #0A1833;
	text-align: center;
	margin-top: 60px;
}
.xiufu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xiufu .lift {
	padding: 25px 40px 25px 40px;
	width: 49%;
	background: #F1F7F5;
	border-radius: 10px;
	box-sizing: border-box;
}
.xiufu .rights {
	box-sizing: border-box;
	padding: 25px 40px 25px 40px;
	width: 48%;
	background: #F1F7F5;
	border-radius: 10px;
}
.xiufu ul li {
	font-size: 19px;
	color: #333333;
	line-height: 46px;
	display: flex;
	align-items: center;
}
.xiufu ul li img {
	margin-right: 8px;
}
.xiufu {
	margin-bottom: 60px;
	margin-top: 55px;
}
.banlist{
	margin-top: 53px;
	padding: 23px;
	width: 100%;
	background: #FFFFFF;
	border-radius: 20px;
	box-sizing:border-box;
}	
.banlist ul{
	display: flex;
flex-wrap: wrap;
justify-content: space-between; 
}
.banlist ul li{
	justify-content:center;
	display: flex;
   align-items: center;
   width: 25%;
}
.banlist ul li img{
	width: 52px;
	margin-right: 8px;
}
.banlist ul li h4{
	line-height: 28px;
	color: #1D2129;
	font-weight: 400;
	font-size: 28px;
}
.banlist ul li p{
	font-size: 16px;
	color: #1D2129;
	line-height: 24px;
	margin-top: 4px;
}
/***/
.row {
	background: #FFFFFF;
	padding: 80px 0;
	box-sizing: border-box;
}
.wh12 {
	width: 1280px;
	margin: 0 auto;
}
.row h2 {
	font-weight: 600;
	font-size: 46px;
	color: #1D2129;
	line-height: 60px;
	text-align: center;
	font-style: normal;
}
.row h2 span{
	background: -webkit-linear-gradient(left, #0F75F0 0%, #1A86F4 42%, #42ADFF 100%);
	-webkit-background-clip: text;
	color: transparent;
	background-clip: text;
}
.row p.tele {
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	color: #4E5969;
	line-height: 26px;
	text-align: center;
	font-style: normal;
}
.row ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flip-container li{
	text-align:center; 
	width: 24%;
	background: rgba(97,167,255,0.1);
	border-radius: 16px;
	padding: 20px;
	box-sizing:border-box;
margin-top: 60px;
}
.flip-container li img{
  margin: 0 auto;
   width: 181px;
}
.flip-container li h3{
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #1D2129;
	margin-top: 20px;
}
.flip-container li p{
	font-weight: 400;
	color: #4E5969;
	line-height: 22px;
	font-size: 16px;
	margin-top: 12px;
	padding: 0 5px;
	margin-bottom: 20px;
}




.row1 {
	background: linear-gradient( 180deg, #FFFFFF 0%, #D5FFFB 100%);
	padding: 80px 0 80px 0;
	box-sizing: border-box;
}
.row1 h2 {
	font-weight: 600;
	font-size: 46px;
	color: #1D2129;
	line-height: 60px;
	text-align: center;
	font-style: normal;
	
}
.row1 h2 span{
	background: -webkit-linear-gradient(left, #0F75F0 0%, #1A86F4 42%, #42ADFF 100%);
	-webkit-background-clip: text;
	color: transparent;
	background-clip: text;
}
.row1 p.tele {
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	color: #4E5969;
	line-height: 26px;
	text-align: center;
	font-style: normal;
}
.row1 .conner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tabs {
    display: flex;
    width: 544px;
    margin: 60px auto 50px;
    border-radius: 30px;
	background: #CCE8FF;
}
.tabs li {
    flex: 1;
    height: 42px;
    line-height: 42px;
	font-size: 20px;
    cursor: pointer;
	color: #4E5969;
	font-weight: 500;
    text-align: center;
	background: #CCE8FF;
  
}

.tabs li:nth-child(1) {
	border-radius: 30px;
    border-right: 0
}

.tabs li:nth-child(2) {
	border-radius: 30px;
    border-left: 0
}

.tabs li.active {
	
	background: linear-gradient( 213deg, #42ADFF 0%, #1A86F4 58%, #0F75F0 100%);
    color: #FFF
}
.row1 .list ul{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.row1 .list ul li{
	max-height:289px;	
margin-top: 25px;
	cursor:pointer;  
	padding: 40px 20px;
	text-align:center;
	width: 32%;
	box-sizing:border-box;
	transition: 0.5s;
}

.row1 .top1 ul li:nth-child(1){
	background: url(../images/wt1.png); 
background-size:100% 100%; 
}
.row1 .top1 ul li:nth-child(2){
	background: url(../images/wt2.png); 
background-size:100% 100%; 
}.row1 .top1 ul li:nth-child(3){
	background: url(../images/wt3.png); 
background-size:100% 100%; 
}.row1 .top1 ul li:nth-child(4){
	background: url(../images/wt4.png); 
background-size:100% 100%; 
}.row1 .top1 ul li:nth-child(5){
	background: url(../images/wt5.png); 
background-size:100% 100%; 
}.row1 .top1 ul li:nth-child(6){
	background: url(../images/wt6.png); 
background-size:100% 100%; 
}
.row1 .top2 ul li:nth-child(1){
	background: url(../images/wt7.png); 
background-size:100% 100%; 
}
.row1 .top2 ul li:nth-child(2){
	background: url(../images/wt8.png); 
background-size:100% 100%; 
}.row1 .top2 ul li:nth-child(3){
	background: url(../images/wt9.png); 
background-size:100% 100%; 
}.row1 .top2 ul li:nth-child(4){
	background: url(../images/wt10.png); 
background-size:100% 100%; 
}.row1 .top2 ul li:nth-child(5){
	background: url(../images/wt11.png); 
background-size:100% 100%; 
}.row1 .top2 ul li:nth-child(6){
	background: url(../images/wt12.png); 
background-size:100% 100%; 
}
.row1 .list ul li img{
	width: 80px;
	margin: 0 auto;
}
.row1 .list ul li h3{
	color: #FFFFFF;
	font-weight: 500;
	font-size: 28px;
	line-height: 28px;
	margin-top: 20px;
}
.row1 .list ul li p{
	padding: 0 10px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 15px;
}
.conner .list{
	display: none;
}
.conner .list:nth-child(1){
	display: block;
}
.row2 {
	background: linear-gradient( 180deg, #D5FFFC 0%, #D3EBFF 100%);
	padding: 80px 0 80px 0;
	box-sizing: border-box;
}
.row2 h2 {
	box-sizing: border-box;
	
	font-weight: 600;
	font-size: 46px;
	color: #1D2129;
	line-height: 60px;
	text-align: center;
	font-style: normal;
}
.row2 h2 span{
	background: -webkit-linear-gradient(left, #0F75F0 0%, #1A86F4 42%, #42ADFF 100%);
	-webkit-background-clip: text;
	color: transparent;
	background-clip: text;
}
.row2 p.tele {
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	color: #4E5969;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	margin-bottom: 35px;
}
.row2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row2 ul li{
	margin-top: 25px;
	box-shadow: 0px 0px 20px 0px rgba(9,106,237,0.2);
	background: #FFFFFF;
	border-radius: 16px;
	width: 32%;
	text-align:center;
	cursor:pointer; 
	transition: all 0.5s ease; 
}
.row2 ul li:hover{
	transform: translateY(-10px);
}
.row2 ul li .top{
	width: 100%;
	padding: 20px;
	box-sizing:border-box;
}
.row2 ul li:nth-child(1) .top{
	background: url(../images/in1.png); 
	background-size:100% 100%; 
}
.row2 ul li:nth-child(2) .top{
	background: url(../images/in2.png); 
	background-size:100% 100%; 
}
.row2 ul li:nth-child(3) .top{
	background: url(../images/in3.png); 
	background-size:100% 100%; 
}
.row2 ul li:nth-child(4) .top{
	background: url(../images/in4.png); 
	background-size:100% 100%; 
}
.row2 ul li:nth-child(5) .top{
	background: url(../images/in5.png); 
	background-size:100% 100%; 
}
.row2 ul li:nth-child(6) .top{
	background: url(../images/in6.png); 
	background-size:100% 100%; 
}
.row2 ul li img{
width: 100px;
margin: 0 auto;
}
.row2 ul li h3{
	font-weight: 600;
	font-size: 28px;
	color: #2C6BE8;
	line-height: 28px;
}
.row2 ul li p{
	margin-top: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #4E5969;
	line-height: 22px;
}
.row2 ul li .bod{
	padding: 16px 40px 40px 40px;
}
.bant{
	display: block;
	background: linear-gradient( 134deg, #1BFFED 0%, #5E76FF 100%);
	width: 300px;
	height: 64px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height:64px;
	margin: 60px auto 0 auto;
	transition: all 0.5s ease; 
}
.bant:hover{
	transform: translateY(-10px);	
}
.bant span{
	display: flex;
align-items: center; 
justify-content:center;   
}
.bant span img{
	width: 24px;
	margin-right: 8px;
}

.row6 {
	background: linear-gradient( 180deg, #D4EDFF 0%, #FFFFFF 100%);
	padding: 80px 0 80px 0;
	box-sizing: border-box;
}
.row6 h2 {
	box-sizing: border-box;
	
	font-weight: 600;
	font-size: 46px;
	color: #1D2129;
	line-height: 60px;
	text-align: center;
	font-style: normal;
}
.row6 h2 span{
	background: -webkit-linear-gradient(left, #0F75F0 0%, #1A86F4 42%, #42ADFF 100%);
	-webkit-background-clip: text;
	color: transparent;
	background-clip: text;
}
.row6 p.tele {
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	color: #4E5969;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	margin-bottom: 35px;
}

.row6 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;   
}
.row6 ul li{
	margin-top: 25px;
	box-shadow: 0px 0px 20px 0px rgba(9,106,237,0.2);
	background: #FFFFFF;
	border-radius: 16px;
	width: 32%;
	text-align:center;
	cursor:pointer;  
	transition: all 0.5s ease;
}
.row6 ul li:hover{
	transform: translateY(-10px);
}
.row6 ul li img{
	width: 100%;
}
.row6 ul li h3{
	font-weight: 600;
	font-size: 28px;
	color: #2C6BE8;
	line-height: 28px;
	margin-top: 21px;
}
.row6 ul li p{
	font-weight: 400;
	font-size: 16px;
	color: #4E5969;
	line-height: 28px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.row6 ul li a{
	font-weight: 400;
	font-size: 16px;
	color: #2C6BE8;
	padding: 5px 0;
}
.row6 ul li a:hover{
	text-decoration-line: underline;
}
.row6 ul li a span{
	display: flex;
   align-items: center; 
   justify-content:center;    
}
.row6 ul li a span img{
	width: 16px;
	margin-left: 5px;
}
.row6 ul li div{
	padding: 0 20px 20px 20px;
}



.tab_img .dinde {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab_img .lists {
	width: 40%;
}
.tab_img .lists {
	display: flex;
	align-items: center;
}
.tab_img .rights img {
	width: 640px;
}
.tab_img .lists h4 {
	font-weight: 600;
	font-size: 22px;
	color: #1D2129;
	line-height: 32px;
}
.tab_img .lists p {
	font-weight: 400;
	font-size: 16px;
	color: #4E5969;
	line-height: 28px;
	margin-top: 20px;
}
.row3 {
	background: linear-gradient(180deg, #E9F0FF 0%, #FFFFFF 100%);
	padding: 80px 0;
	box-sizing: border-box;
}
.row3 h2 {
	box-sizing: border-box;
	font-weight: 600;
	font-size: 46px;
	color: #1D2129;
	line-height: 60px;
	text-align: center;
	font-style: normal;
	margin-bottom: 50px;
}
.row3 h2 span{
	background: -webkit-linear-gradient(left, #0F75F0 0%, #1A86F4 42%, #42ADFF 100%);
	-webkit-background-clip: text;
	color: transparent;
	background-clip: text;
}
.row3 .simple {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row3 .simple .list {
	display: flex;
	align-items: center;
	width: 38%;
}
.row3 .simple .right .stlp img {
	width: 710px;
}
.row3 .simple .right .stlp {
	display: none;
}
.row3 .simple .right .stlp:nth-child(1) {
	display: block;
}
.row3 .simple .list ul li {
	cursor: pointer;
	height: 136px;

}
.row3 .simple .list ul li {
	display: flex;
	align-items: center;
}
.row3 .simple .list ul li h4 {
	color: #1D2129;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
}
.row3 .simple .list ul li.active h4 {
	color: #007BDF;
}

.row3 .simple .list ul li p {
	font-weight: 400;
	font-size: 16px;
	color: #4E5969;
	line-height: 28px;
	margin-top: 5px;
}
.row3 .simple .list ul li.tab {
	padding-left: 40px;
	border-left: 1px solid #C9CDD4;
}
.row3 .simple .list ul {
	position: relative;
}
.tabli {
	position: absolute;
	width: 2px;
	background: #007BDF;
	height: 33.3%;
	transform: translatey(0px);
	bottom: 0;
	left: 0;
	transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}
.row3 .banet {
	margin: 45px auto 0 auto;
	display: block;
	width: 224px;
	font-weight: bold;
	color: #FFFFFF;
	height: 54px;
	background: linear-gradient(213deg, #42ADFF 0%, #1A86F4 58%, #0F75F0 100%);
	border-radius: 8px;
	font-size: 17px;
	text-align: center;
	line-height: 54px;
}
.row4 {
	padding: 80px 0 80px 0;
	box-sizing: border-box;
	background: #E8F3FF;
	height: 724px;
}
.row4 h2 {
	box-sizing: border-box;
	
	font-weight: 600;
	font-size: 46px;
	color: #1D2129;
	line-height: 60px;
	text-align: center;
	font-style: normal;
}
.xinxin{
	width: 174px;
	margin: 20px auto 0 auto;
}
.slide-carousel {
width: 1200px;
margin: 60px auto 0 auto;
height: 400px;
position: relative;
overflow: hidden;
}
.slide-carousel .item-list {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
}
.slide-carousel .item-list li .item-content {
width: 100%;
height: 100%;
}
.slide-carousel .item-list li .item-content a {
display: block;
width: 100%;
height: 100%;
}
.slide-carousel .item-list li .item-content a .cover-img {
width: 100%;
height: 100%;
padding: 40px;
text-align:center;
box-sizing:border-box;
}
.slide-carousel .item-list li .item-content a .cover-img .tx{
width: 100px;
margin: 0 auto;
}
.slide-carousel .item-list li .item-content a .cover-img .plxx{
width: 97px;
margin: 20px auto 0 auto;
}

.slide-carousel .item-list li .item-content a .cover-img h3{
font-weight: 400;
font-size: 22px;
color: #1D2129;
line-height: 22px;
margin-top: 20px;
margin-bottom: 20px;
}
.slide-carousel .item-list li .item-content a .cover-img p{
font-weight: 400;
color: #4E5969;
line-height: 20px;
font-size: 16px;
}
.slide-carousel .indicator-list {
position: absolute;
bottom: 0px;
left: 51%;
margin-left: -63px;
z-index: 100;
}
.slide-carousel .indicator-list a {
display: inline-block;
width: 8px;
height: 8px;
background: #BEDAFF;
border-radius: 50%;
overflow: hidden;
background-color: #ccc;
margin-left: 5px;
}
.slide-carousel .indicator-list a.selected {
background: #2C6BE8;
}
.slide-carousel .controls {
opacity: 0;
}
.slide-carousel .controls a {
cursor: pointer;
text-decoration: none;
width: 40px;
height: 60px;
position: absolute;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
font-size: 35px;
padding-top: 25px;
z-index: 2;
}
.slide-carousel .controls a:hover {
background-color: rgba(0, 0, 0, 0.5);
}

.slide-carousel {
margin-bottom: 20px;
}
.slide-3d .desc {
display: none;
}
.slide-3d .item-list li {
width: 750px;
height: 344px;
transition: all 0.5s ease-out;
opacity: 0;
position: absolute;
top: 0;
left: 0;
border-radius: 4px;
box-shadow: 0px 0px 20px 0px rgba(9,106,237,0.2);
background: #FFFFFF;
}
.slide-3d .item-list li.item0 {
transform: translate3d(-225px, 0, 0) scale(0.8);
}
.slide-3d .item-list li.item1 {
transform: translate3d(0, 0, 0) scale(0.8);
transform-origin: 0 50%;
opacity: 1;
z-index: 2;
}
.slide-3d .item-list li.item2 {
transform: translate3d(225px, 0, 0) scale(1);
transform-origin: 0 50%;
opacity: 1;
z-index: 3;
}
.slide-3d .item-list li.item3 {
transform: translate3d(450px, 0, 0) scale(0.8);
transform-origin: 100% 50%;
opacity: 1;
z-index: 2;
}
.slide-3d .item-list li.item4 {
transform: translate3d(675px, 0, 0) scale(0.8);
}
.slide-3d .item-list li.item5 {
transform: translate3d(900px, 0, 0) scale(0.8);
}
.slide-3d .item-list li.item6 {
transform: translate3d(1125px, 0, 0) scale(0.8);
}

.row5 {
	padding: 80px 0;
	box-sizing: border-box;
}
.rowfooter {
	background: url(../images/row5.jpg);
	background-size: 100% 100%;
	height: 457px;
	padding: 80px 0;
	box-sizing: border-box;
}
.rowfooter h2 {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	justify-content: center;
	font-weight: 600;
}
.rowfooter h2 img {
	width: 452px;
}
.rowfooter p {
	color: #FFFFFF;
	font-size: 46px;
	text-align: center;
	line-height: 46px;
	font-weight: 600;
	margin-top: 40px;
}
.rowfooter a {
	margin: 40px auto 0 auto;
	display: block;
	width: 300px;
	font-weight: bold;
	color: #007BDF;
	height: 64px;
	background: #FFFFFF;
	border-radius: 8px;
	font-size: 20px;
	text-align: center;
	line-height: 64px;
}
.rowfooter a span{
	display: flex;
align-items: center;     
justify-content:center; 
}
.rowfooter a span img{
	margin-right:8px;
}
.dibu {
	background: #1D2129;
	padding: 40px 0;
	box-sizing: border-box;
}
.dibu p {
	font-weight: 400;
	font-size: 14px;
	color: #86909C;
	line-height: 16px;
	text-align: center;
}
.dibu p a{
	color: #86909C;	
}
.dibu p.time {
	margin-top: 16px;
}

.footer {
	background: url(../images/foot.png);
	background-size: 100% 100%;
	height: 325px;
	box-sizing: border-box;
	margin-top: 40px
}
.footer h3 {
	font-weight: bold;
	font-size: 36px;
	color: #010101;
	text-align: center;
	padding-top: 66px
}
.footer ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 62px;
	justify-content: space-between;
}
.footer ul li {
	padding: 45px 39px 27px 39px;
	width: 49%;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;

}
.footer ul li h4 {
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
.footer ul li p {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
}
.footer ul li div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer .te {
	font-weight: 400;
	font-size: 14px;
	color: #99A6A1;
	text-align: center;
	margin-top: 40px
}
.right img {
	width: 642px;
}
@media (max-width:1390px) {
	.wh13 {
		width: 100%
	}
	.wh13 img {
		width: 100%;
	}
	.infobj {
		height: auto;
	}
	.banner .content .r .banner3{
		left: 400px;
	}
}
@media (max-width:1320px) {
	.banner .content .r .banner3{
		left: 300px;
		width: 300px;
	}
.wh12{width: 100%;padding: 0px 20px;
	box-sizing: border-box;}
	.banner .content{
		width: 100%;padding: 0px 20px;
	box-sizing: border-box;
	}
	.banner .content .r .banner1{
		width: 100%;
	}
	.row4 .wh12{
		overflow: hidden;
		padding: 0;
	}
	.banner .content .r{
		right: 60px;
	}
	.banner .content h1{
		margin-top: 150px;
	}
	.banner .content .r{
		margin-top: 150px;
	}
	.banner{
		height: auto;
		padding-bottom: 60px;
	}
	.row{
		padding: 60px 0;
	}
	.row1{
		padding: 60px 0 60px 0;
	}
	.row2{
		padding: 60px 0 60px 0;
	}
	.row6{
		padding: 60px 0 60px 0;	
	}
	.row3{
		padding: 60px 0;
	}
	
}

@media (max-width:1200px) {
	
	.banner .content .r{
		right: 0;
		width: 729px;
	}
	.banner .content .r .banner3{
		width: 327px;
		left: 400px;
	}
	.row3 .simple{
		justify-content: center;
	}
	.row6 h2{
		padding: 0;
	}
	.row2 h2{
		padding: 0;
	}
	.banner .content .r .banner1{
		width: auto;
	}
	.slide-carousel{
		width: 100%;
	}
	.slide-3d .item-list li{
		width: 60%;
	}
	.evaluate-container .swiper-container {
		width: 100%;
		overflow: hidden;
	}
	.banner .content h1 {
		margin-top: 130px
	}
	.banner .content h1 {
		margin: 130px auto 30px!important;
		text-align: center;
		display: table;
		width: 500px;
	}
	.page-header .content {
		padding: 0 12px;
		width: 100%
	}
	.banner .content .r {
		margin: 0 auto;
	}
	.bannlift ul li {
		justify-content: center;
	}
	.bannlift {
		text-align: center;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner {
		height: auto;
		padding-bottom: 60px;
	}
	.right img {
		width: 100%
	}
	.banner .content {
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}
	.wh12 {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.apply_bg {
		width: 100%
	}
	.page-content .section {
		box-sizing: border-box;
		padding: 45px 12px;
		width: 100%
	}

	.page-footer .content {
		box-sizing: border-box;
		width: 100%;
		padding: 0 12px;
		padding-bottom: 20px
	}

	.page-footer .company-msg {
		width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
	}

	.page-footer .company-msg .l,
	.page-footer .company-msg .r {
		line-height: 24px
	}

	.page-content .section .desc-bx {
		width: 80%;
		margin: 0 auto;
	}
	.banner .content h4 {
		line-height: initial;
		text-align: center;
	}
	.banner .content h3 {
		line-height: initial;
		text-align: center;
	}
	.footer {
		height: auto;
		padding-bottom: 30px
	}
	
	.banner .content .r .banner1{
		margin-top: 40px;
	}

	
}
@media (max-width:980px) {
	.row3 .simple .list{
		width: 100%;
	}
	.flip-container li{
		width: 48%;
	}
	.row1 .list ul li{
		width: 48%;
	}
	.row2 ul li{
		width: 48%;
	}
	.banlist ul li{
		width: 50%;
	}
	.banner .content .r .banner3{
		right: 0;
	}
}
@media (max-width:870px) {
	.row1 .list ul li{
		width: 100%;
	}
	.flip-container li{
		width: 100%;
	}
	.row2 ul li{
		width: 100%;
	}
	.row5{
		padding: 60px 0;
	}
	.rowfooter {
		height:auto;
	}
	.row6 ul li{
		width: 100%;
	}
	.row3 .simple .right .stlp img{
		width: 100%;
	}
	.banner .content .r{
		width: 100%;
		right: 0;
	}
	.page-header ul{
		display: none;
	}
	
	.page-header .content .nav .menu {
		display: none
	}
	.banner .content .section {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}
	.banner .content .section li {
		margin-right: 0 !important;
	}
	.coner {
		display: inline;
	}
	.coner .lift {
		justify-content: center;
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}
	.coner .right {
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}
	.coner .lift a {
		margin: 40px auto 0 auto
	}
	.bj {
		padding: 20px 0 20px 0;
	}
	.footer ul li {
		width: 100%;
		margin-bottom: 20px
	}
}
@media (max-width:800px) {
	.banner .content .r .banner1{
		width: 100%;
	}
	.banner .content .r .banner3{
		left: 300px;
	}

}
@media (max-width:700px) {

	.banner .content .r .banner3{
	
		width: 200px;
	}

}