* {
	padding: 0;
	margin: 0;
}
@font-face {
  font-family: 'PingFang SC-Heavy';
  src:  url('../font/PingFang Heavy.ttf');
}
@font-face {
  font-family: 'PingFang SC-Bold';
  src:  url('../font/PingFang Bold.ttf');
}
@font-face {
  font-family: 'PingFang SC-Regular';
  src:  url('../font/PingFang Regular.ttf');
}
@font-face {
  font-family: 'PingFang SC-Light';
  src:  url('../font/PingFang Light.ttf');
}
@font-face {
  font-family: 'PingFang SC';
  src:  url('../font/PingFang Regular.ttf');
}

.red{
	color: #da1b1b;
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
pre {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
}

ul li {
	font-size: 100%;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
}

.clear {
	clear: both;
}

em,
b {
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

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

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;

}

img {
	border: 0;
	vertical-align: top;
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: none;
	resize: none;
}

table {
	padding: 0;
	border: none;
	outline: none;
	border-collapse: collapse;
}

pre,
.pre {
	white-space: pre-wrap;
	word-break: break-word;
	word-wrap: break-word;
	font-family: Arial, tahoma, '\5b8b\4f53', sans-serif;
}

td,
th,
ul,
ol {
	padding: 0;
	font-weight: normal;
}
body{min-width: 1200px;background: linear-gradient(180deg, #3B4450 0%, #191D22 100%);}
.strong {
	font-weight: bold;
}

.header{
	min-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 18px;
	height: 164px;
	background: rgba(136,136,136,0.1);
	box-shadow: 0px 0px 6px #00000063;
}
.header_box{
	width: 1200px;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo{
    height: 88px;
}
.header_r{
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;

    color:#fff;
}
.header_r div a{
	font-family: PingFang SC-Bold, PingFang SC;
	display:block;
	height:100%;
	width: 100%;
	padding-bottom: 10PX;
	BOX-SIZING: border-box;
}
.header_r div{
    font-size: 18px;
    margin-right:48px;
    /* padding-bottom:10px; */
    cursor:pointer;
}

.header_r div.select,
.header_r div:hover{
	font-weight: 800;
	transition:0.5s ease;
	color:#8EABCC;
	border-bottom:3px solid;
}

.header_r div.download{
	width: 140px;
	height: 40px;
	background: #8EABCC;
	border-radius: 28px 28px 28px 28px;
	opacity: 1;
	line-height: 40px;
	font-size:16px;
	padding:0;
	text-align:center;
}
.header_r div.download:hover{
	transition:0s;
	color:#fff;
}
.header_r p{
	font-size: 16px;
	letter-spacing: 1px;
	border:1px solid;
	padding:5px 10px;
	cursor:pointer;
}
.container{
	width: 1200px;
	margin: 30px auto;
}
.container_home .container_home_box{
	width: 100%;
	height: 305px;
	
background: linear-gradient(0deg, #88888833 0%, rgba(136,136,136,0) 100%);position: absolute;
	bottom: 0;
	backdrop-filter: blur(12px);
}
.container_home_box ul{
	display:flex;
	justify-content: space-between;
}

.container_home_box ul li>p:nth-child(1){
	font-size: 40px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 70px;
	margin-top: 45px;
	}
.container_home_box ul li>p:nth-child(2){
	font-size: 24px;
	font-weight: 400;
	font-family: PingFang SC-Regular, PingFang SC;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 15px;
}

.container_home_box ul li>p:nth-child(3){
	font-size: 18px;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 21px;
	margin-top: 15px;
}
.container_home_box ul li:nth-child(1)>p:nth-child(1):after{
	content:'';
	display:block;
	width:148px;
	height:4px;
	background:#8EABCC;
}
.container_home_box ul li:nth-child(2)>p:nth-child(1):after{
	content:'';
	display:block;
	width:36px;
	height:4px;
	background:#8EABCC;
}
.container_home_box ul li:nth-child(3)>p:nth-child(1):after{
	content:'';
	display:block;
	width:124px;
	height:4px;
	background:#8EABCC;
}
.container_home_box ul li:nth-child(4)>p:nth-child(1):after{
	content:'';
	display:block;
	width:84px;
	height:4px;
	background:#8EABCC;
}
.container_msg{
    height: 80px;
    width: 100%;
    background: RGBA(60, 68, 80, 1);
    border-radius: 0px 0px 0px 0px;
    background: linear-gradient(90deg, #d9d9d900 0%, #8eabcc63 51%, #d9d9d900 100%);
    }
.msg_box{
	width:1200px;
	height: 80px;
	margin:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
.msg{
	background:url(../images/sound.png) no-repeat;
	height: 24px;
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	padding-left:40px;
}
.msg_close{
	background:url(../images/close.png) no-repeat center;
position:absolute;
right:10px;
height:80px;
width:40px;
top:0;
}
.container_collection{
	background:RGBA(59, 68, 80, 1);
	padding-bottom: 150px;
}
.container_h2{
	text-align:center;
	font-size: 32px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 38px;
	padding: 48px;
	box-sizing: border-box;
	}


.slider_one_big_2 img{
  max-width:100%;
  border-radius:8px}
.co_name{
	font-size: 22px;
font-family: PingFang SC-Heavy, PingFang SC;
font-weight: 800;
color: #FFFFFF;
line-height:2;
padding-left:5px;
}
.co_name span{
	position:absolute;
	right:10px;
}
.co_name span>i:nth-child(1){
	background: #EC4A4A;
border-radius: 2px 0px 0px 2px;
opacity: 0.75;
font-size:12px;
font-style:normal;
padding:2px 5px;
}
.co_name span>i:nth-child(2){
	background: #000;
border-radius:  0px 2px 2px 0px;
opacity: 0.75;
font-size:12px;
font-style:normal;
padding:2px 5px;
}
.co_author{
	margin-top:20px;
	padding-left:5px;
font-size: 16px;
font-family: PingFang SC-Heavy, PingFang SC;
font-weight: 800;
color: #FFFFFF;
background:url(../images/Union.png) no-repeat 320px;
height:32px;
line-height:32px;
}
.flex{
	display: flex;
	justify-content: space-between;
}


.logo{
    height: 48px;
    border-radius: 3px;
}
.container_home{
	background: url(../images/image1.jpg) no-repeat center;
	width:100%;
	height:1080px;
	position: relative;
}
.container_advantage{
	background: #2f3540 url(../images/advantage.png) no-repeat top center;
	width:100%;
	height: 1089px;
	position: relative;
}

.advantage{
    width: 1260px;
    margin: auto;
}
.advantage .advantage_item{
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 80px;
    width:628px;
    height:464px;
    position:relative;
    cursor: pointer;
}
.advantage .advantage_item:hover{
background: url(../images/bg1.png) no-repeat center;

}

.advantage_item div{
	font-size: 160px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 160px;
	position:absolute;
	right:40px;
	bottom:35px;
	height:90px;
	overflow:hidden;
	opacity: 0.1;
	display: none;
}

.advantage_item:hover div{
	display:block;
}
.advantage_item img{
    width: 150px;
    height: 150px;
}
.advantage_item h5{
    font-size: 24px;
    font-family: PingFang SC-Heavy, PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 28px;
    margin: 20px;
}
.advantage_item p{
    height: 72px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.container_framework{
	height:880px;
    background: linear-gradient(179deg, #3B4450 0%, #191D22 100%);
}


footer{
height: 440px;
background: rgba(39, 47, 56, 1);
}
.footer_flex{
    width: 1200px;
    margin: 0px auto;
}
.fo_logo{
    height: 210px;
    border-right: 1px solid #313131;
    padding-right: 100px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}


.footer_t{
	display:flex;
}
.footer_l{
    width: 60%;
}
.footer_l .link{
	display:flex;
	justify-content: space-between;
	margin-top: 10px;
}
.footer_l .link a,
.footer_r_title{
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    padding: 20px 30px;
}
.footer_l .link a:hover{
	color: #8EABCC;
}
.contact{}
.contact div{
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    padding: 18px 30px;
}
.phone_num{
    padding: 0 30px 30px 28px;
    font-size: 32px;
    font-family: PingFang SC-Heavy, PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    margin-top: -15px;
}
.footer_r{
    width: 30%;
    margin-left: 6%;
    margin-top: 10px;
}
.download_btn{
    display: flex;
    margin-top: 20px;
}
.download_btn_android{
    width: 160px;
    height: 56px;
    background: #8EABCC url(../images/android.png) no-repeat 20px;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    cursor:pointer;
    margin-right:40px;
    margin-left:30px;
}
.download_btn_ios{
    width: 160px;
    height: 56px;
    background: #8EABCC url(../images/ios.png) no-repeat 40px;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    cursor:pointer;
}
.download_btn>div .btn{
	line-height:56px;
	text-align:center;
	padding-left:30px;
	width: 160px;
	box-sizing: border-box;
}
.download_btn>div:hover{
	background-color:#7a92ad;
}
.download_btn>div .dl_img{
	display:none;
	margin-top: 15px;
	width: 160px;
	height: 176px;
	background: url(../images/down_bg.png) no-repeat;
	border-radius: 8px;
	color: #fff;
	cursor:pointer;
}
.dl_img img{
	display:none;
	width:132px;
}

.download_btn>div:hover .dl_img{
	display:block;
}
.download_btn>div:hover img{
	display:block;
	padding: 27px 0 0 0px;
	margin-left: 14px;
}
.footer_b_flex{
	width:90%;
	margin:auto;
	border-top:2px solid  rgba(136,161,189,0.25);
}
.footer_b{
	text-align:center;
	line-height:70px;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*/download*/

.container_download{
	width:100%;
	height:1500px;
	background: url(../images/download/download_bg.png) no-repeat top center;
}

.container_download{}
.container_download h1{
    padding-top: 300px;
    color: #fff;
    margin: 0;
    line-height:4;
    text-align: center;
}
.down_box{
    display: flex;
    width: 850px;
    margin:auto;
    flex-direction: row;
    justify-content: space-between;
}
.d_btn_android .d_btn{
background:#fff url(../images/download/android.png) no-repeat center;

}
.d_btn_ios .d_btn{
	background:#fff url(../images/download/ios.png) no-repeat center;

}
.d_btn_android p,
.d_btn_ios p{
	font-size: 32px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 38px;
	text-align:center;
	margin-top: 30px;
}
.d_btn{
	width: 250px;
	height: 250px;
	border-radius: 8px 8px 8px 8px;
	width:250px;	
	cursor:pointer;
}
.d_btn:nth-child(1){
}
.d_btn img{
	display:none;
	width:230px;
}
.d_btn:hover img{
	display:block;
	padding:10px;
}
.down_img{
	width:800px;
	display: block;
	margin:100px auto;
}

/*about	*/

 #timeline .timeline-item:after,#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}



#timeline {
    width: 1200px;
    margin: 30px auto;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #D9D9D9;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    background: #D9D9D9;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 50%;
    overflow: hidden;
    margin-left: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    }
#timeline .timeline-item .timeline-icon img {
    position: relative;
    top: 14px;
    left: 14px;
}
#timeline .timeline-item .timeline-content {
    width: 50%;
    border-top: 6px solid #D9D9D9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content p{
    width: 62%;
    border: 2px solid #D9D9D9;
    padding: 20px;
    margin: 0;
    margin-top: -2px;
    color: #fff;
    font-size: 24px;
    font-family: PingFang SC-Light, PingFang SC;
    font-weight: 300;
    line-height: 1.5;
    background: #3B4450;
}
#timeline .timeline-item .timeline-content p b{

font-size: 32px;
font-family: PingFang SC-Heavy, PingFang SC;
font-weight: 800;
color: #FFFFFF;
line-height: 38px;
display:block;
margin-bottom:20px

}
#timeline .timeline-item .timeline-content p b:after{
	content:'';
	display:block;
	width: 60px;
height: 6px;
background: #8EABCC;
border-radius: 0px 0px 0px 0px;
opacity: 1;
margin-top:10px;
}
#timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    background: #ee4d4d;
    color: #fff;
    margin: -20px -20px 0 -20px;
    font-weight: 500;

}
#timeline .timeline-item .timeline-content:before {

}
#timeline .timeline-item .timeline-content.right {
    float: right;
}

#timeline .timeline-item .timeline-content.right p{
    float: right;
}
.container_about{
	width:100%;
	height:600px;
	background:url(../images/about/aboutus.png) no-repeat top center;
}
.container_about_c{
	width:100%;
	height: 2800px;
	background: linear-gradient(179deg, #3B4450 0%, #191D22 100%) url(../images/about/about_bg.png) no-repeat center;
}
.container_about_c2{
	width:100%;
	height: 2200px;
	background: url(../images/about/about_bg.png) no-repeat center;
}
.container_about_c2 nav{
	display:flex;
	width: 1200px;
	height: 88px;
	margin: auto;
	background: #3b4450;
	border-radius: 16px;
	margin-top: -30px;
	overflow:hidden;
	box-shadow: 0 10px 10px rgba(142, 171, 204, 0.25);
}
.container_about_c2 nav div{
	width:50%;
	height: 88px;
	font-size: 32px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #888888;
	line-height: 88px;
	text-align: center;
	cursor:pointer;
}
.container_about_c2 nav div .icon1{
	display:inline-block;
	background: url(../images/about/logo_g.png) no-repeat center;
	width: 33px;
	height: 27px;
}
.container_about_c2 nav div.select .icon1{
		background: url(../images/about/logo_w.png) no-repeat center;
}
.container_about_c2 nav div.select{
    color: #fff;
    background:#8eabcc;
}
.container_about_c2 nav div .icon2{
	display:inline-block;
	background: url(../images/about/f_g.png) no-repeat center;
	width: 33px;
	height: 27px;
}
.container_about_c2 nav div.select .icon2{
	background: url(../images/about/f_w.png) no-repeat center;
}
.about_history,
.about_maxchi{
    padding-top: 80px;
    
}
.about_maxchi {
	height: 1935px;
	background: rgba(77,84,98,0.5);
	/* margin-top:100px; */
	background: url(../images/about/bg2.png) 15px 60px;
	overflow: hidden;
}
.about_maxchi h2{
width: 1200px;
    font-size: 48px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 86px;
	margin:auto;
}
.about_maxchi>p{
	width: 1200px;
	height: 160px;
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.8;
	margin:auto;
}
.container_cy ul{
	display:flex;
	flex-wrap:wrap;
	width:960px;
	margin:auto;
	position:relative;
}
.container_cy ul li{
	width:40%;
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin: 20px 5%;
}
.container_cy ul li b{
	display:block;
	font-size: 28px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 36px;
	margin-bottom:20px;
	height: 36px;
}
.container_cy ul li b span{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left:10px;
	position: absolute;
}
.container_cy ul li .cy1 span{
	background: url(../images/about/icon1.png) no-repeat;
}
.container_cy ul li .cy2 span{
	background: url(../images/about/icon2.png) no-repeat;
}
.container_cy ul li .cy3 span{
	background: url(../images/about/icon3.png) no-repeat;
}
.container_cy ul li .cy4 span{
	background: url(../images/about/icon4.png) no-repeat;
}
.container_cy ul li p{
	line-height:1.5
}
.container_cy{
	position:relative;
}
.container_cy:after{
	position:relative;
	content:'';
	width:1px;
    background: rgba(136,161,189,0.25);;
	height:40%;
	position:absolute;
	left:50%;
	top:40%;
}
.container_cy ul:after{
	content:'';
	width:30%;
    background: rgba(136,161,189,0.25);;
	height:1px;
	position:absolute;
	left:10%;
	top:45%;

}
.container_cy ul:before{
	content:'';
	width:30%;
    background: rgba(136,161,189,0.25);;
	height:1px;
	position:absolute;
	left:60%;
	top:45%;

}

.container_contact{
	width:100%;
	height: 1050px;
	background: linear-gradient(180deg, #3B4450 0%, #191D22 100%);
}
.container_contact>div{
	width:100%;
	background:url(../images/contact_bg.png) no-repeat top center;
}
.container_contact ul{
	width:1200px;
	margin: auto;
	padding-top: 660px;
	height: 600px;
	display:flex;
	box-sizing:border-box;
	min-width:1200px;
}
.container_contact ul li{
	width:33%;
	color:#fff;
}
.container_contact ul li h2{
	font-size: 24px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	margin-bottom:20px;
}
.container_contact ul li p{
	margin:24px 0 36px 0;
	height: 120px;
}
.container_contact ul li p span{
	display:block;
	line-height: 2;
}
.container_contact ul li a{
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
}
.container_contact ul li a:hover{
	color: #8EABCC;transition:0.5s;
}

/*ip*/
.container_ip1 .container,
.container_ip2 .container{
	position:relative;
	margin: 0 auto;
}
.joinus{
    position: absolute;
    left: 0;
    top: 440px;
    width: 200px;
    height: 48px;
    background: rgba(136,136,136,0.25);
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
.joinus:hover{
	transition:0.5s;
		color: #8EABCC;
}
.container_ip1{
	width:100%;
	height:600px;
	background:url(../images/ip/ip1.png) no-repeat top center;
}
.container_ip2{
	width:100%;
	height:288px;
	background:url(../images/ip/ip2.png) no-repeat top center;
}
.container_ip2 h2{
	font-size: 48px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 56px;
	margin-bottom:30px;
	padding-top:50px;
}
.container_ip2>div>div {
	display:flex;
	justify-content: space-between;
	width: 800px;
}
.container_ip2>div>div>div{
	font-size: 32px;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #FFFFFF;
line-height: 38px;
cursor:pointer;
}
.container_ip2>div>div>div.select:after{
	content:'';
	display:block;
width: 80%;
margin-left:10%;
height: 4px;
background: #D9D9D9;
opacity: 1;
margin-top:10px;
}
.container_ip3{
	width:100%;
	height: 690px;
}
.container_ip4{
	width:100%;
	height:350px;
	background:url(../images/ip/ip_bg.png) no-repeat top center;
}
.container_ip4 p:nth-child(1){
	font-size: 56px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	padding-top: 66px;
	height: 78px;
}
.container_ip4 p:nth-child(2){
	font-size: 32px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	text-align:center;
	height: 80px;
}
.container_ip4 p:nth-child(3){
	width: 160px;
	height: 56px;
	border-radius: 8px;
	opacity: 1;
	border: 1px solid #8EABCC;
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8EABCC;
	line-height:56px;
	margin:auto;
	text-align: center;
}


.container_support{
	width:100%;
	background: linear-gradient(179deg, #3B4450 0%, #191D22 100%);
	height:1260px;
}
.container_support ul{
	width:1200px;
	display:flex;
	    flex-wrap: wrap;
}


.container_support ul li{
	position:relative;
	height:397px;
	width: 577px;
	margin: 40px 0 60px;
}
.container_support ul li:nth-child(2n+1){
	margin-right:44px;
}
.s1{background:url(../images/cooperation/c_i_bg1.png) no-repeat;}
.s2{background:url(../images/cooperation/c_i_bg2.png) no-repeat;}
.s3{background:url(../images/cooperation/c_i_bg3.png) no-repeat;}
.s4{background:url(../images/cooperation/c_i_bg4.png) no-repeat;}
.container_support ul li div{
	font-size: 128px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #8EABCC;
	line-height: 150px;
	position:absolute;
	right:0;
	top: -74px;
}
.container_support ul li h5{
	font-size: 32px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 38px;
	margin-left:32px;
	margin-top: 32px;
}
.container_support ul li p{
    margin:20px 32px;
}
.container_support ul li span{
	display:block;
	font-size: 18px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin: 5px 0;
}
.container_process{
		width:100%;
	height:600px;
	background:url(../images/cooperation/c_bg2.png) no-repeat top center;
}
.container_process ul{
	width:1200px;
	display:flex;
}
.container_process li{
	width:25%;
}
.container_process li div{
	width: 120px;
	height: 120px;
	opacity: 1;
	border: 2px dashed #fff;
	margin:auto;
	font-size: 48px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 120px;
	margin-bottom: 32px;
	text-align: center;
	border-radius: 50%;
}
.container_process li p{
	font-size: 32px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 38px;
	text-align:center;
}
.container_apply{
	width:100%;
	height:1045px;
	background:url(../images/cooperation/c_bg3.png) no-repeat top center;
}
.c_apply{
	width:680px;
	margin:auto;
}
.apply_list{}
.apply_list div{
	position:relative;
}
.apply_list p{
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 44px;
}
.apply_list input.normal{
	box-sizing:border-box;
	width: 660px;
height: 50px;
border-radius: 8px;
opacity: 1;
padding-left:16px;
border: 1px solid #FFFFFF;
}
.apply_list input.small{
	width: 300px;
	height: 50px;
	border-radius: 8px;
	padding-left:16px;
	border: 1px solid #FFFFFF;
	margin-right: 20px;
	display: inline-block;
}

.apply_list input.normal_munber{
	width: 660px;
	box-sizing:border-box;
	height: 50px;
	border-radius: 8px;
	opacity: 1;
	padding-left:85px;
	border: 1px solid #FFFFFF;
}
.apply_list input.normal_munber+span{
	position:absolute;
	left: 15px;
	bottom: 10px;
	line-height: 30px;
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	border-right: 1px solid;
	padding-right: 10px;
}
.apply_clause{
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin: 28px 18px 64px;
}
.apply_submit_btn{
	width: 200px;
	height: 60px;
	background: #8EABCC;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	font-size: 24px;
	font-family: PingFang SC-Heavy, PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height:60px;
	text-align: center;
	margin: auto;
	cursor: pointer;
}
.container_ip4 p:nth-child(3):hover,
.apply_submit_btn:hover{
color: #8EABCC;
background: #FFFFFF;
transition:0.5s;
}

.certificate_box{
    position: relative;
    width: 1200px !important;
    margin: auto;
}
.certificate_item{
	width:286px;
	height:388px;
	border: 20px solid #ffffff;
	border-radius: 15px;
	margin: 20px;
	box-shadow: 0px 0px 10px #d9d9d9;
	background: #fff;
}
.ci1{
    margin-left: 50px;
}
.ci2{}
.ci3{}
.ci4{
	width:504px;
	height:356px;

}
.ci5{
	width:504px;
	height:356px;
}
.slider_one_big_picture.certificate_box .active{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.card-list li h3{
	font-size: 56px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	padding-left:15px;
	color: #FFFFFF;
}
.card-list li h3 p{
	font-size: 24px;
	font-family: PingFang SC-Bold, PingFang SC;
	display:inline;
} 
.card-list li div{
	text-align: left;
	/* margin-left:20px; */
	margin-bottom: 50px;
	display: none;
}
.card-list li.card.activeNow>div{
	display:block;
}
.card-list li div>p{
	font-size: 32px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:15px;

}
.card-list li h4{
	font-size: 24px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height:48px;
	margin-top:10px;
	border-top:1px solid rgba(98,120,156,0.25);;
	padding-left:15px;
}

.card-list li h4:before{
	content:'';
	display:block;
	width: 100px;
	height: 6px;
	background: #62789C;
	margin-top:-3px;
	margin-left:-15px;
}
.card-list li h4 p{
	font-size: 16px;
	font-family: PingFang SC-Bold, PingFang SC;
	display:inline;
}
.card-list li h5{
	font-size: 24px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height:48px;
	margin-top:10px;
	border-top:1px solid rgba(98,120,156,0.25);;
	background: rgba(48,58,77,0.75);
	padding-left:15px;
}
.card-list li h5 p{
	font-size: 16px;
	font-family: PingFang SC-Bold, PingFang SC;
	display:inline;
}