ul,li {
    list-style: none;
}
.main {
    margin-top: 50px;
    background-color: #ffffff;
    width: 100%;
}
.w {
    margin: 0 auto;
    overflow: hidden;
}
.bottom-border {
    border-bottom: 2px solid;
    margin-top: 50px;
    height: 75px;
    padding-left: 30px;
    padding-right: 30px;
}
.title {
    font-size: 34px;
    font-weight: bolder;
    text-align: center;
}
.text {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}
.subtitle {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}
.subtext {
    font-size: 18px;
    font-weight: 500;
    color: #aaaaaa
}
.content {
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 50px;
}
.m0 {
	margin: 0 !important;
}
.banner .btn a,
.proxy .btn a {
	text-decoration: none;
	color: #fff;
}
.banner {
	position: relative;
}
.banner img{
    width: 100%;
}
.banner .banner_btn{
	position: absolute;
	top: 67%;
	width: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
}
.banner .banner_btn .btn{
    border-radius: 45px;
	font-family: PingFangSC-Medium;
	font-size: 28px;
	padding: 16px 34px 16px 34px;
}
.banner .banner_btn .btn:nth-child(1){
    background: #0099FF;
	color: #fff;
	margin-right: 40px;
}
.banner .banner_btn .btn:nth-child(2){
    background: #fff;
}
.banner .banner_btn .btn:nth-child(2) a{
	color: #0099FF;
}
.proxy {
	padding-top: 1px;
	padding-bottom: 1px;
}
.proxy > .title{
	font-size: 42px;
	font-family: PingFangSC-Semibold;
	color: #2A2A2A;
	line-height: 59px;
	width: 100%;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}
.proxy1 {
	background-color: #fff;
}
.proxy1 > .title{
	margin-bottom: 47px;
}
.proxy1 .decision,
.proxy2 .decision{
	margin: auto;
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 81px;
}
.proxy1 .decision .fun {
	width: 20%;
}
.proxy1 .decision .fun img{
	width: 100%;
}
.proxy1 .decision .fun p{
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #2A2A2A;
	text-align: center;
}
.proxy .proxy_btn {
	display: flex;
	justify-content: center;
	margin-bottom: 103px;
}
.proxy .proxy_btn .btn {
	font-family: PingFangSC-Medium;
	font-size: 30px;
	color: #FFFFFF;
	background: #0099FF;
	border-radius: 33.5px;
	padding:  13px 59px 13px 59px;
}
.proxy2 {
	background-color: #F8FAFF;
}
.proxy2 .decision .fun{
	width: 20%;
	min-width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proxy2 .decision .fun img{
	width: 76px;
	margin-right: 23px;
}
.proxy2 .decision .fun .num{
	font-family: PingFangSC-Semibold;
	font-size: 30px;
	color: #0099FF;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom: 14px;
}
.proxy2 .decision .fun .title{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #242424;
	letter-spacing: 0;
	line-height: 12px;
}
.proxy2 .awards {
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
	margin-bottom: 103px;
}
.proxy2 .awards .awards_item {
	position: relative;
	margin-bottom: 31px;
	width: 30%;
	min-width: 350px;
}
.proxy2 .awards .awards_item img {
	width: 100%;
	height: 100%;
}
.proxy2 .awards .awards_item .text {
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: 24px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.proxy2 .awards_item .text .time {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #3B3B3B;
}
.proxy2 .awards_item .text .title {
	font-family: PingFangSC-Semibold;
	font-size: 22px;
	color: #3B3B3B;
}
.proxy3 .product{
	margin: auto;
	width: 80%;
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.proxy3 .product_item{
	width: 20%;
	min-width: 500px;
	margin: 0 2% 58px 2%;
	position: relative;
	border-radius: 50%;
	transition: all .5s ease;
}
.proxy3 .product_item:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 11%);
}
.proxy3 .product_item .icon_bg{
	width: 100%;
}
.proxy3 .product_item .item_content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.proxy3 .product_item .item_content img{
	width: 105px;
	margin-left: 30px;
	margin-right: 38px;
}
.proxy3 .product_item .right{
	font-family: PingFangSC-Semibold;
	color: #FFFFFF;
	text-align: left;
}
.proxy3 .product_item .right .title{
	font-size: 28px;
	text-align: left;
	font-weight: normal;
}
.proxy3 .product_item .right .describe{
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 24px;
}
.proxy3 .product_item .right .btn{
	font-family: PingFangSC-Medium;
	font-size: 20px;
	color: #5F59F4;
	background: #FFFFFF;
	border-radius: 32px;
}
.proxy3 .product_item .right .btn_jxc {
	color: #0099FF;
}
.proxy3 .product_item .right .btn_syt {
	color: #15B59C;
}
.proxy3 .product_item .right .btn_zhls {
	color: #5F59F4;
}
.proxy3 .product_item .right .btn_xcx {
	color: #FBA236;
}
.proxy3 .product_item .right .btn_wxzdh {
	color: #20A308;
}
.proxy3 .product_item .right .btn_xcx {
	color: #03A8EF;
}
.support_content {
	background-color: #F8FAFF;
}
.support_content .support{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 60%;
	margin: auto;
}
.support_content .support .support_item{
	width: 30%;
	padding: 0 50px 80px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.support_content .support .support_item .icon_bg{
	width: 144px;
}
.support_content .support .support_item .title{
	font-family: PingFangSC-Medium;
	font-size: 32px;
	color: #2A2A2A;
	margin-top: 34px;
	margin-bottom: 12px;
}
.support_content .support .support_item .describe{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #747474;
	text-align: center;
	line-height: 28px;
}
.cooperation_content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.cooperation_content > .title{
	margin-bottom: 43px;
}
.cooperation_content .wx_qrcode{
	width: 142px;
}
.cooperation_content .describe{
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #2A2A2A;
	text-align: center;
	line-height: 28px;
	margin-top: 23px;
	margin-bottom: 79px;
}
.achievement,
.software,
.Hardware,
.cooperation,
.tab {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 50px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.achievement {
    background-image: url('/m/img/marketCooperation/bgimg1.jpg');
    color: #fff;
}
.achievement .content p {
    margin-top: 15px;
}
.software ul {
    padding-left: 20%;
    padding-right: 20%;
}
.software ul li {
    padding: 15px;
    width: 25%;
    float: left;
}
.software ul li img {
    width: 100%;
    box-shadow: 5px 5px #61e2ff;
}
.Hardware {
    background-image: url('/m/img/marketCooperation/bgimg2.jpg');
    color: #fff;
}
.Hardware ul {
    padding-left: 30%;
    padding-right: 30%;
}
.Hardware ul li {
    padding: 50px;
    width: 50%;
    float: left;
}
.Hardware ul li img {
    width: 100%;
    box-shadow: 0px 0px 20px #333;
}
.cooperation ul {
    padding-left: 20%;    
    padding-right: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cooperation ul li {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 20px;
    width: 33.333333333%;
}
.cooperation ul li img {
    width: 100%;
    margin-bottom: 15px;
}
.tab {
    background-color: #31bdee;
    padding-top: 40px;
    color: #fff;
}
.tab .float {
    display: flex;
    justify-content: center;
}
.tab .float .intro,
.tab .float .recru {
    width: 400px;
    overflow: hidden;
}
.tab .float .recru p {
    color: #fbe702;
}
.tab .float .intro p {
    border-right: 2px solid #fff;
}
.tab .float .hover {
    border-bottom: 2px solid #fff;
}
.tab .title:hover {
   cursor: pointer;
}
.tab .introduce {
    overflow: hidden;
    width: 100%;
    display: none;
    padding-bottom: 100px;
}
.tab .introduce img {
    width: 30%;
    margin-left: 35%;
    margin-top: 50px;
    margin-bottom: 40px;
}
.tab .introduce p {
    width: 40%;
    margin-left: 30%;
    font-size: 18px;
}
.tab .recruit {
    /* display: none; */
    overflow: hidden;
    width: 100%;
}
.tab .recruit .bgc {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #09a5de;
}
.tab .recruit .bgc div {
    color: #aad3ef;
    text-align: center;
    font-size: 24px;
}
.tab .recruit .subTab {
    line-height: 60px;
    width: 15%;
    height: 60px;
    cursor: pointer;
}
.tab .recruit .bgc div.hover {
    color: #fff;
}
.tab .recruit .details{
    padding: 30px 400px 30px 400px;
    width: 100%;
}
.tab .recruit .details .details1{
    overflow: hidden;
    width: 100%;
}
.tab .recruit .details .companyName {
    text-align: center;
    font-size: 30px;
}
.tab .recruit .details span {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
}
.job {
    border-bottom: 2px solid #fff;
    height: 60px;
    padding-left: 10px;
}
.duty,
.requirement,
.treatment,
.contact
 {
    padding-left: 10px;
    margin-top: 30px;
}
.duty div,
.requirement div,
.treatment div,
.contact div {
    padding-bottom: 10px;
}