@media screen and (min-width:1200px){
	.zwdiv{
		width: 100%;
		height: 40px;
	}
	/* banner */
	.partner_banner{
		width: 100%;
		height: 640px;
		background: url(../img/partner/banner_2.png) no-repeat center!important;
		background-size: cover;
		position: relative;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		box-sizing: border-box;
		/* padding: 0 0 80px; */
	}
	.banner_main{
		/* display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box; */
		min-width: 1400px;
		margin: 0 auto;
		margin-top: 220px;
	}
	.banner_main_text{
		position: relative;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		align-self: center;
		box-sizing: border-box;
		max-width: 900px;
		margin: 0 50px;
	}
	.banner_main_text_title{
		width: 100%;
		font-size: 54px;
		line-height: 66px;
		color: #fff;
		font-weight: 600;
		letter-spacing: 2px;
	}
	.banner_main_text_desc{
		max-width: 100%;
		font-size: 24px;
		line-height: 34px;
		color: #fff;
		margin-top: 20px;
		letter-spacing: 2px;
	}
	.btn{
		width: 150px;
		height: 54px;
		border-radius: 100px;
		background-color: #fff;
		line-height: 40px;
		text-align: center;
		font-size: 18px;
		color: #333;
		display: block;
		text-decoration: none;
		margin-top: 40px;
	}
	.btn:visited{
		color: #333;
	}
	.btn:hover{
		color: #002e9b;
		font-weight: bold;
		background-color: #eee;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.3);
	}
	.banner_main__pic{
		position: relative;
		box-sizing: border-box;
		padding: 0 50px;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		/* margin-left: 10%; */
	}
	.banner_main__pic img{
		max-width: 750px;
	}
	
	
	/* 国内销售圈ChatGPT，风口红利项目 */
	.energize{
		width: 100%;
		background-color: #f7f8fc;
	}
	.energize_bx{
		max-width: 1400px;
		margin: 0 auto;
		padding: 90px 50px;
	}
	.energize_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.energize_text{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
	}
	.energize__main{
		width: 100%;
		margin-top: 70px;
	}
	.energize__main ul{
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.energize__main ul li{
		width: 52%;
		padding: 0 2%;
		/* border: 1px solid #ddd; */
		border-radius: 10px;
		/* padding: ; */
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 20px;
		color: #333;
	}
	.energize__main ul li:nth-child(2){
		width: 48%;
		padding: 0 1.3%;
		/* border: 1px solid #ddd; */
		border-radius: 10px;
		/* padding: ; */
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 20px;
		color: #333;
	}
	.energize__main ul li img{
		margin-right: 10px;
	}
	.chatGPT{
		width: 100%;
		margin-top: 50px;
		padding: 0 1.3% 0 1%;
	}
	.chatGPT_title{
		width: 100%;
		font-size: 22px;
		color: #333;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.chatGPT_title img{
		margin-right: 14px;
	}
	.chatGPT_main{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		margin-top: 25px;
	}
	.chatGPT_main ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.chatGPT_main ul li{
		width: 23.5%;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.1);
	}
	
	
	/* 技术强硬，知名教授担任首席科学家 */
	.function{
		width: 100%;
		height: 350px;
		background: url(../img/partner/scientist1.png)no-repeat center!important;
		/* padding: 100px 0; */
		/* background-color: #f7f8fc; */
		position: relative;
	}
	.function_bx{
		max-width: 1400px;
		margin: 0 auto;
		padding: 90px 50px;
	}
	.function_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.function_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #fff;
	}
	.function_main{
		width: 78%;
		min-width: 1100px;
		/* height: 190px; */
		margin-top: 66px;
		background-color: #fff;
		position: absolute;
		left: 11%;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.2);
	}
	.function_main ul{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction:normal;
		/* margin-top: 25px; */
		
	}
	.function_main ul li{
		width: 25%;
		padding: 60px 0 70px;
	}
	.function_main ul li .function_num{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #00008b;
		font-weight: 600;
	}
	.function_main ul li .function_text{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #888;
		margin-top: 16px;
	}
	
	/* 我们的优势 */
	.advantage2{
		display: none;
	}
	.advantage{
		width: 100%;
		padding: 180px 0 0px;
	}
	.advantage_bx{
		/* max-width: 1400px; */
		/* padding: 0 50px; */
		margin: 0 auto;
	}
	.advantage_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.advantage_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
		margin-bottom: 60px;
	}
	.picRoll{
		width: 100%;
	}
	.swiper_pic{
		width: 100%;
		height: 400px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
		margin-top: 30px;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		align-items: flex-start;
		max-width: 1924px;
		padding: 0;
	}
	.swiper_pic .wrapper{
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		height: 400px;
		display: flex;
	}
	.swiper_pic .wrapper .slider{
		box-sizing: border-box;
		/* margin-right: 50px; */
		/* float: left; */
	}
	.swiper_pic .wrapper .slider img{
		height: 400px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.swiper_pic .wrapper{
		animation: test 12s infinite linear;
	}
	@keyframes test{
		from{
			left: 0px;
		}
		to{
			left: -1924px;
		}
	}
	.swiper_pic:hover .wrapper{
		animation-play-state: paused;
	}
	
	
	/* 市场成熟，赢得市场好口碑 */
	.cooperation{
		width: 100%;
		/* height: 980px; */
		background: url(../img/partner/market1.png)no-repeat center;
		margin: 100px 0 0;
		padding: 100px 50px;
	}
	.cooperation_bx{
		max-width: 1400px;
		margin: 0 auto;
	}
	.cooperation_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.cooperation_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #fff;
		margin-bottom: 60px;
	}
	.cooperation_main{
		width: 100%;
	}
	.cooperation_main_top{
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.cooperation_main_top ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.cooperation_main_top ul li{
		width: 32%;
	}
	.cooperation_main_bottom{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.cooperation_main_bottom ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.cooperation_main_bottom ul li{
		width: 49%;
	}
	
	
	/* 体系完善，为您的投资保驾护航 */
	.perfect{
		width: 100%;
		padding: 90px 0;
		background-color: #f7f8fc;
	}
	.perfect_bx{
		margin: 0 auto;
		max-width: 1400px;
		padding: 0 50px;
	}
	.perfect_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.perfect_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
		margin-bottom: 60px;
	}
	.perfect_main{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.perfect_main ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.perfect_main ul li:nth-child(1){
		width: 23%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#54d494,#1fbcab, #00aeb9);
	}
	.perfect_main ul li:nth-child(2){
		width: 23%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#5f72ff,#4e3ff4, #4118ec);
	}
	.perfect_main ul li:nth-child(3){
		width: 23%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#1eacff,#0c71de, #0048c7);
	}
	.perfect_main ul li:nth-child(4){
		width: 23%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#c700f3, #8b02e7, #6003de);
	}
	.perfect_main_title{
		width: 100%;
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		color: #fff;
		margin-top: 60px;
	}
	.perfect_main_line{
		width: 50px;
		margin: 20px auto 26px;
		height: 4px;
		background-color: #fff;	
	}
	.perfect_main_cont{
		width: 83%;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		color: #fff;
		line-height: 28px;
	}
	
	/* 合作流程 */
	.process{
		width: 100%;
		padding: 90px 0;
	}
	.process_bx{
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 50px;
	}
	.process_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 60px;
	}
	.process_main{
		width: 100%;
	}
	
	/* 合伙人报名 */
	.partner{
		width: 100%;
		height: 820px;
		background: url(../img/partner/partner.png)no-repeat center;
		/* margin-top: 100px; */
	}
	.partner_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		/* margin-bottom: 60px; */
	}
	.partner_main{
		max-width: 1400px;
		padding: 0 50px;
		margin: 60px auto 0;
	}
	.partner_main_block{
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.2);
		border-radius: 10px;
		padding: 5% 5% 7%;
	}
	.partner_main_top{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.partner_main_top ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.partner_main_top ul li{
		width: 32%;
		margin-bottom: 36px;
	}
	.partner_main_top ul li span{
		display: block;
		font-size: 16px;
		color: #666;
		margin-bottom: 16px;
	}
	.partner_main_top ul li input{
		width: 100%;
		border: 1px solid #ccc;
		height: 40px;
		outline: none;
		padding: 0 20px;
		border-radius: 4px;
		color: #333;
	}
	.partner_main_top ul li:last-child input{
		width: 72%;
	}
	.partner_main_top ul li:last-child a{
		width: 26%;
		text-align: center;
		display: inline-block;
		color: #002e9b;
		font-size: 16px;
		/* background: #002e9b; */
		/* color: #fff; */
		height: 40px;
		padding: 10px 0;
		
	}
	.partner_main_place{
		width: 100%;
		margin-bottom: 40px;
		/* display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center; */
	}
	.partner_main_place_name{
		width: 100%;
		font-size: 16px;
		color: #666;
		margin-bottom: 16px;
	}
	.partner_main_place ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.partner_main_place ul li{
		width: 32%;
	}
	.partner_main_place ul li select{
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 4px;
		height: 40px;
		outline: none;
		padding: 0 20px;
		font-size: 16px;
		color: #555;
	}
	.submit_partner{
		width: 200px;
		margin: 0 auto;
		height: 50px;
		background-color: #002e9b;
		color: #fff;
		font-size: 18px;
		text-align: center;
		display: block;
		border-radius: 200px;
		border: none;
		margin-top: 50px;
	}
	.partner_main_bottom{
		width: 100%;
	}
	.partner_main_bottom span{
		display: block;
		font-size: 16px;
		color: #666;
		margin-bottom: 16px;
	}
	.partner_main_bottom input{
		width: 100%;
		border: 1px solid #ccc;
		height: 100px;
		outline: none;
		padding: 0 20px;
		border-radius: 4px;
		font-size: 16px;
		color: #333!important;
	}
	
	
	.foot{
		margin-top: 0!important;
	}
}



@media screen and (min-width:768px) and (max-width:1199px) {
	.zwdiv{
		width: 100%;
		height: 40px;
	}
	/* banner */
	.partner_banner{
		width: 100%;
		height: 640px;
		background: url(../img/partner/banner_2.png) no-repeat center!important;
		background-size: cover;
		position: relative;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		box-sizing: border-box;
		/* padding: 0 0 80px; */
	}
	.banner_main{
		/* display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box; */
		min-width: 1400px;
		margin: 0 auto;
		margin-top: 220px;
	}
	.banner_main_text{
		position: relative;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		align-self: center;
		box-sizing: border-box;
		max-width: 900px;
		margin: 0 50px;
	}
	.banner_main_text_title{
		width: 100%;
		font-size: 54px;
		line-height: 66px;
		color: #fff;
		font-weight: 600;
		letter-spacing: 2px;
	}
	.banner_main_text_desc{
		max-width: 100%;
		font-size: 24px;
		line-height: 34px;
		color: #fff;
		margin-top: 20px;
		letter-spacing: 2px;
	}
	.btn{
		width: 150px;
		height: 54px;
		border-radius: 100px;
		background-color: #fff;
		line-height: 40px;
		text-align: center;
		font-size: 18px;
		color: #333;
		display: block;
		text-decoration: none;
		margin-top: 40px;
	}
	.btn:visited{
		color: #333;
	}
	.btn:hover{
		color: #002e9b;
		font-weight: bold;
		background-color: #eee;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.3);
	}
	.banner_main__pic{
		position: relative;
		box-sizing: border-box;
		padding: 0 50px;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		/* margin-left: 10%; */
	}
	.banner_main__pic img{
		max-width: 750px;
	}
	
	
	/* 国内销售圈ChatGPT，风口红利项目 */
	.energize{
		width: 100%;
		background-color: #f7f8fc;
	}
	.energize_bx{
		max-width: 1400px;
		margin: 0 auto;
		padding: 90px 50px;
	}
	.energize_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.energize_text{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
	}
	.energize__main{
		width: 100%;
		margin-top: 50px;
	}
	.energize__main ul{
		width: 100%;
		overflow: hidden;
		/* display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none; */
	}
	.energize__main ul li{
		width: 52%;
		padding: 0 2%;
		/* border: 1px solid #ddd; */
		border-radius: 10px;
		/* padding: ; */
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 20px;
		color: #333;
		float: left;
	}
	.energize__main ul li:nth-child(2){
		width: 48%;
		padding: 0 1.3%;
		/* border: 1px solid #ddd; */
		border-radius: 10px;
		/* padding: ; */
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 20px;
		color: #333;
	}
	.energize__main ul li img{
		margin-right: 10px;
	}
	.chatGPT{
		width: 100%;
		margin-top: 50px;
		padding: 0 1.3% 0 1%;
	}
	.chatGPT_title{
		width: 100%;
		font-size: 22px;
		color: #333;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.chatGPT_title img{
		margin-right: 14px;
	}
	.chatGPT_main{
		width: 100%;
		/* display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center; */
		margin-top: 25px;
	}
	.chatGPT_main ul{
		width: 100%;
		/* display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none; */
		overflow: hidden;
	}
	.chatGPT_main ul li{
		width: 23.5%;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.1);
		float: left;
		margin-right: 2%;
	}
	.chatGPT_main ul li:last-child{
		margin-right: 0;
	}
	
	
	/* 技术强硬，知名教授担任首席科学家 */
	.function{
		width: 100%;
		height: 350px;
		background: url(../img/partner/scientist1.png)no-repeat center!important;
		/* padding: 100px 0; */
		/* background-color: #f7f8fc; */
		position: relative;
	}
	.function_bx{
		max-width: 1400px;
		margin: 0 auto;
		padding: 90px 50px;
	}
	.function_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.function_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #fff;
	}
	.function_main{
		width: 84%;
		/* min-width: 1100px; */
		/* height: 190px; */
		margin-top: 60px;
		background-color: #fff;
		position: absolute;
		left: 8%;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.2);
		padding: 30px 0;
	}
	.function_main ul{
		width: 100%;
		overflow: hidden;
		/* display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction:normal; */
		/* margin-top: 25px; */
		
	}
	.function_main ul li{
		float: left;
		width: 50%;
		padding: 30px 0 30px;
	}
	.function_main ul li .function_num{
		width: 100%;
		text-align: center;
		font-size: 46px;
		color: #00008b;
		font-weight: 600;
	}
	.function_main ul li .function_text{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #888;
		margin-top: 18px;
	}
	
	/* 我们的优势 */
	.advantage2{
		display: none;
	}
	.advantage{
		width: 100%;
		padding: 320px 0 0px;
	}
	.advantage_bx{
		/* max-width: 1400px; */
		/* padding: 0 50px; */
		margin: 0 auto;
	}
	.advantage_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.advantage_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
		margin-bottom: 60px;
	}
	.picRoll{
		width: 100%;
	}
	.swiper_pic{
		width: 100%;
		height: 400px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
		margin-top: 30px;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		align-items: flex-start;
		max-width: 1924px;
		padding: 0;
	}
	.swiper_pic .wrapper{
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		height: 400px;
		display: flex;
	}
	.swiper_pic .wrapper .slider{
		box-sizing: border-box;
		/* margin-right: 50px; */
		/* float: left; */
	}
	.swiper_pic .wrapper .slider img{
		height: 400px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.swiper_pic .wrapper{
		animation: test 12s infinite linear;
	}
	@keyframes test{
		from{
			left: 0px;
		}
		to{
			left: -1924px;
		}
	}
	.swiper_pic:hover .wrapper{
		animation-play-state: paused;
	}
	
	
	/* 市场成熟，赢得市场好口碑 */
	.cooperation{
		width: 100%;
		/* height: 980px; */
		background: url(../img/partner/market1.png)no-repeat center;
		margin: 100px 0 0;
		padding: 100px 50px;
	}
	.cooperation_bx{
		max-width: 1400px;
		margin: 0 auto;
	}
	.cooperation_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.cooperation_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #fff;
		margin-bottom: 60px;
	}
	.cooperation_main{
		width: 100%;
	}
	.cooperation_main_top{
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.cooperation_main_top ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.cooperation_main_top ul li{
		width: 32%;
	}
	.cooperation_main_bottom{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.cooperation_main_bottom ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.cooperation_main_bottom ul li{
		width: 49%;
	}
	
	
	/* 体系完善，为您的投资保驾护航 */
	.perfect{
		width: 100%;
		padding: 90px 0;
		background-color: #f7f8fc;
	}
	.perfect_bx{
		margin: 0 auto;
		max-width: 1400px;
		padding: 0 50px;
	}
	.perfect_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.perfect_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
		margin-bottom: 60px;
	}
	.perfect_main{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.perfect_main ul{
		width: 100%;
		/* display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none; */
		overflow: hidden;
	}
	.perfect_main ul li:nth-child(1){
		width: 49%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#54d494,#1fbcab, #00aeb9);
		float: left;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.perfect_main ul li:nth-child(2){
		width: 49%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#5f72ff,#4e3ff4, #4118ec);
		float: left;
		margin-bottom: 20px;
	}
	.perfect_main ul li:nth-child(3){
		width: 49%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#1eacff,#0c71de, #0048c7);
		float: left;
		margin-right: 2%;
	}
	.perfect_main ul li:nth-child(4){
		width: 49%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#c700f3, #8b02e7, #6003de);
		float: left;
	}
	.perfect_main_title{
		width: 100%;
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		color: #fff;
		margin-top: 60px;
	}
	.perfect_main_line{
		width: 50px;
		margin: 20px auto 26px;
		height: 4px;
		background-color: #fff;	
	}
	.perfect_main_cont{
		width: 80%;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		color: #fff;
		line-height: 28px;
	}
	
	/* 合作流程 */
	.process{
		width: 100%;
		padding: 80px 0;
	}
	.process_bx{
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 50px;
	}
	.process_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 60px;
	}
	.process_main{
		width: 100%;
	}
	
	/* 合伙人报名 */
	.partner{
		width: 100%;
		height: 780px;
		background: url(../img/partner/partner.png)no-repeat center;
		/* margin-top: 100px; */
	}
	.partner_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		/* margin-bottom: 60px; */
	}
	.partner_main{
		max-width: 1400px;
		padding: 0 50px;
		margin: 60px auto 0;
	}
	.partner_main_block{
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.2);
		border-radius: 10px;
		padding: 5% 5% 7%;
	}
	.partner_main_top{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.partner_main_top ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.partner_main_top ul li{
		width: 48%;
		margin-bottom: 36px;
	}
	.partner_main_top ul li span{
		display: block;
		font-size: 16px;
		color: #666;
		margin-bottom: 16px;
	}
	.partner_main_top ul li input{
		width: 100%;
		border: 1px solid #ccc;
		height: 40px;
		outline: none;
		padding: 0 20px;
		border-radius: 4px;
	}
	.partner_main_place{
		width: 100%;
		margin-bottom: 40px;
		/* display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center; */
	}
	.partner_main_place_name{
		width: 100%;
		font-size: 16px;
		color: #666;
		margin-bottom: 16px;
	}
	.partner_main_place ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.partner_main_place ul li{
		width: 32%;
	}
	.partner_main_place ul li select{
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 4px;
		height: 40px;
		outline: none;
		padding: 0 20px;
		font-size: 16px;
		color: #555;
	}
	.submit_partner{
		width: 200px;
		margin: 0 auto;
		height: 50px;
		background-color: #002e9b;
		color: #fff;
		font-size: 18px;
		text-align: center;
		display: block;
		border-radius: 200px;
		border: none;
		margin-top: 50px;
	}
	.partner_main_bottom{
		width: 100%;
	}
	.partner_main_bottom span{
		display: block;
		font-size: 16px;
		color: #666;
		margin-bottom: 16px;
	}
	.partner_main_bottom input{
		width: 100%;
		border: 1px solid #ccc;
		height: 100px;
		outline: none;
		padding: 0 20px;
		border-radius: 4px;
		font-size: 16px;
		color: #ccc;
	}
	
	
	.foot{
		margin-top: 0!important;
	}
}



@media screen and (min-width:320px) and (max-width:767px) {
	.zwdiv{
		width: 100%;
		height: 60px;
	}
	/* banner */
	.partner_banner{
		width: 100%;
		height: 650px;
		/* height: 750px; */
		background: url(../img/partner/mob_banner.png) no-repeat center;
		background-size: cover;
		/* position: relative; */
		/* display: flex; */
		padding: 50px 8% 30px;
	}
	.banner_main{
		width: 100%;
		/* display: flex; */
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.banner_main_text{
		position: relative;
		width: 100%;
		/* display: flex; */
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		align-self: center;
		box-sizing: border-box;
	}
	.banner_main_text_title{
		width: 100%;
		font-size: 44px;
		line-height: 56px;
		color: #fff;
		font-weight: 600;
	}
	.banner_main_text_desc{
		max-width: 100%;
		font-size: 18px;
		line-height: 30px;
		color: #fff;
		margin-top: 20px;
	}
	.btn{
		width: 130px;
		height: 48px;
		border-radius: 100px;
		background-color: #fff;
		line-height: 36px;
		text-align: center;
		font-size: 16px;
		color: #333;
		display: block;
		text-decoration: none;
		margin-top: 30px;
	}
	.btn:visited{
		color: #333;
	}
	.btn:hover{
		color: #002e9b;
		font-weight: bold;
		background-color: #eee;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.3);
	}
	.banner_main__pic{
		position: relative;
		box-sizing: border-box;
		padding: 0 50px;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		/* margin-left: 10%; */
	}
	.banner_main__pic img{
		max-width: 750px;
	}
	
	
	/* 国内销售圈ChatGPT，风口红利项目 */
	.energize{
		width: 100%;
		background-color: #f7f8fc;
		padding: 80px 5%;
	}
	.energize_bx{
		width: 100%;
		margin: 0 auto;
		/* padding: 90px 50px; */
	}
	.energize_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.energize_text{
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		color: #666;
	}
	.energize__main{
		width: 100%;
		margin-top: 40px;
	}
	.energize__main ul{
		width: 100%;
		overflow: hidden;
		/* display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none; */
	}
	.energize__main ul li{
		width: 100%;
		padding: 0 2%;
		/* border: 1px solid #ddd; */
		border-radius: 10px;
		/* padding: ; */
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 20px;
		color: #333;
		float: left;
		margin-bottom: 20px;
	}
	.energize__main ul li:nth-child(2){
		width: 100%;
		padding: 0 1.3%;
		/* border: 1px solid #ddd; */
		border-radius: 10px;
		/* padding: ; */
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 20px;
		color: #333;
	}
	.energize__main ul li img{
		/* margin-right: 10px; */
	}
	.chatGPT{
		width: 100%;
		margin-top: 30px;
		padding: 0 1.3% 0 1%;
	}
	.chatGPT_title{
		width: 100%;
		font-size: 22px;
		color: #333;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.chatGPT_title img{
		margin-right: 14px;
	}
	.chatGPT_main{
		width: 100%;
		/* display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center; */
		margin-top: 25px;
	}
	.chatGPT_main ul{
		width: 100%;
		/* display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none; */
		overflow: hidden;
	}
	.chatGPT_main ul li{
		width: 48%;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.1);
		float: left;
		margin-right: 4%;
	}
	.chatGPT_main ul li:nth-child(1){
		margin-bottom: 10px;
	}
	.chatGPT_main ul li:nth-child(2){
		margin-right: 0;
		margin-bottom: 10px;
	}
	.chatGPT_main ul li:last-child{
		margin-right: 0;
	}
	
	
	/* 技术强硬，知名教授担任首席科学家 */
	.function{
		width: 100%;
		height: 380px;
		padding: 80px 8%;
		background: url(../img/partner/scientist1.png)no-repeat center!important;
		/* padding: 100px 0; */
		/* background-color: #f7f8fc; */
		position: relative;
	}
	.function_bx{
		width: 100%;
		margin: 0 auto;
		/* padding: 90px 50px; */
	}
	.function_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 44px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.function_desc{
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 28px;
		color: #fff;
	}
	.function_main{
		width: 84%;
		/* min-width: 1100px; */
		/* height: 190px; */
		margin-top: 40px;
		background-color: #fff;
		position: absolute;
		left: 8%;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.2);
		padding: 30px 3%;
	}
	.function_main ul{
		width: 100%;
		overflow: hidden;
		/* display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction:normal; */
		/* margin-top: 25px; */
		
	}
	.function_main ul li{
		float: left;
		width: 50%;
		padding: 30px 0 30px;
	}
	.function_main ul li .function_num{
		width: 100%;
		text-align: center;
		font-size: 26px;
		color: #00008b;
		font-weight: 600;
	}
	.function_main ul li .function_text{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #888;
		margin-top: 18px;
		line-height: 26px;
	}
	
	/* 我们的优势 */
	.advantage2{
		display: none;
	}
	.advantage{
		width: 100%;
		padding: 320px 5% 0px;
	}
	.advantage_bx{
		width: 100%;
		/* max-width: 1400px; */
		/* padding: 0 50px; */
		margin: 0 auto;
	}
	.advantage_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: #000;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.advantage_desc{
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 28px;
		color: #666;
		margin-bottom: 40px;
	}
	.picRoll{
		width: 100%;
	}
	.swiper_pic{
		width: 100%;
		height: 200px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
		margin-top: 30px;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		align-items: flex-start;
		max-width: 1924px;
		padding: 0;
	}
	.swiper_pic .wrapper{
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		height: 200px;
		display: flex;
	}
	.swiper_pic .wrapper .slider{
		box-sizing: border-box;
		/* margin-right: 50px; */
		/* float: left; */
	}
	.swiper_pic .wrapper .slider img{
		height: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.swiper_pic .wrapper{
		animation: test 12s infinite linear;
	}
	@keyframes test{
		from{
			left: 0px;
		}
		to{
			left: -1924px;
		}
	}
	.swiper_pic:hover .wrapper{
		animation-play-state: paused;
	}
	
	
	/* 市场成熟，赢得市场好口碑 */
	.cooperation{
		width: 100%;
		/* height: 980px; */
		background: url(../img/partner/market1.png)no-repeat center;
		margin: 80px 0 0;
		padding: 80px 5%;
	}
	.cooperation_bx{
		max-width: 1400px;
		margin: 0 auto;
	}
	.cooperation_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 42px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.cooperation_desc{
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #fff;
		margin-bottom: 40px;
	}
	.cooperation_main{
		width: 100%;
	}
	.cooperation_main_top{
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.cooperation_main_top ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.cooperation_main_top ul li{
		width: 32%;
	}
	.cooperation_main_bottom{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.cooperation_main_bottom ul{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.cooperation_main_bottom ul li{
		width: 49%;
	}
	
	
	/* 体系完善，为您的投资保驾护航 */
	.perfect{
		width: 100%;
		padding: 80px 5%;
		background-color: #f7f8fc;
	}
	.perfect_bx{
		margin: 0 auto;
/* 		max-width: 1400px;
		padding: 0 50px; */
		width: 100%;
	}
	.perfect_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 42px;
		color: #000;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.perfect_desc{
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #666;
		margin-bottom: 40px;
	}
	.perfect_main{
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.perfect_main ul{
		width: 100%;
		/* display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none; */
		overflow: hidden;
	}
	.perfect_main ul li:nth-child(1){
		width: 49%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#54d494,#1fbcab, #00aeb9);
		float: left;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.perfect_main ul li:nth-child(2){
		width: 49%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#5f72ff,#4e3ff4, #4118ec);
		float: left;
		margin-bottom: 20px;
	}
	.perfect_main ul li:nth-child(3){
		width: 49%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#1eacff,#0c71de, #0048c7);
		float: left;
		margin-right: 2%;
	}
	.perfect_main ul li:nth-child(4){
		width: 49%;
		height: 280px;
		background-image: linear-gradient(to bottom right,#c700f3, #8b02e7, #6003de);
		float: left;
	}
	.perfect_main_title{
		width: 100%;
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		color: #fff;
		margin-top: 40px;
	}
	.perfect_main_line{
		width: 40px;
		margin: 20px auto 24px;
		height: 4px;
		background-color: #fff;	
	}
	.perfect_main_cont{
		width: 88%;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		color: #fff;
		line-height: 28px;
	}
	
	/* 合作流程 */
	.process{
		width: 100%;
		padding: 60px 5%;
	}
	.process_bx{
		/* max-width: 1400px; */
		margin: 0 auto;
		/* padding: 0 50px; */
		width: 100%;
	}
	.process_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 42px;
		color: #000;
		font-weight: 600;
		margin-bottom: 40px;
	}
	.process_main{
		width: 100%;
	}
	
	/* 合伙人报名 */
	.partner{
		width: 100%;
		height: 850px;
		background: url(../img/partner/partner.png)no-repeat center;
		/* margin-top: 100px; */
		padding: 0 5%;
	}
	.partner_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 42px;
		color: #000;
		font-weight: 600;
		/* margin-bottom: 20px; */
	}
	.partner_main{
		width: 100%;
		margin: 40px auto 0;
	}
	.partner_main_block{
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.2);
		border-radius: 10px;
		padding: 9% 7% 16%;
	}
	.partner_main_top{
		width: 100%;
		/* display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center; */
		margin-bottom: 10px;
	}
	.partner_main_top ul{
		width: 100%;
		/* display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between; */
		list-style: none;
		overflow: hidden;
	}
	.partner_main_top ul li{
		width: 100%;
		margin-bottom: 24px;
	}
	.partner_main_top ul li span{
		display: block;
		font-size: 16px;
		color: #666;
		margin-bottom: 10px;
	}
	.partner_main_top ul li input{
		width: 100%;
		border: 1px solid #ccc;
		height: 40px;
		outline: none;
		padding: 0 20px;
		border-radius: 4px;
	}
	.partner_main_place{
		width: 100%;
		margin-bottom: 30px;
		/* display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center; */
	}
	.partner_main_place_name{
		width: 100%;
		font-size: 16px;
		color: #666;
		margin-bottom: 16px;
	}
	.partner_main_place ul{
		width: 100%;
		/* display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between; */
		list-style: none;
		overflow: hidden;
	}
	.partner_main_place ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.partner_main_place ul li select{
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 4px;
		height: 40px;
		outline: none;
		padding: 0 20px;
		font-size: 16px;
		color: #555;
	}
	.submit_partner{
		width: 200px;
		margin: 0 auto;
		height: 50px;
		background-color: #002e9b;
		color: #fff;
		font-size: 18px;
		text-align: center;
		display: block;
		border-radius: 200px;
		border: none;
		margin-top: 50px;
	}
	.partner_main_bottom{
		width: 100%;
	}
	.partner_main_bottom span{
		display: block;
		font-size: 16px;
		color: #666;
		margin-bottom: 16px;
	}
	.partner_main_bottom input{
		width: 100%;
		border: 1px solid #ccc;
		height: 100px;
		outline: none;
		padding: 0 20px;
		border-radius: 4px;
		font-size: 16px;
		color: #ccc;
	}
	
	
	.foot{
		margin-top: 0!important;
	}
}