/*header*/
@media only screen and (min-width:768px) {
	.header.white .head-nav .column.on::before {
		background-color: #00a7d2;
	}
	.header.white .head-nav .column:hover .item {
		color: #00a7d2;
		font-weight: bold;
	}
	.header.white .head-nav .column:hover::before {
		background-color: #00a7d2;
	}
	.header.white{
		background-color: #ffffff;
		/*box-shadow: 0 3px 7px rgba(0, 0, 0, .1);*/
		border-bottom: #E8E8E8 solid 1px;
	}
	.header.white .logo_2 {
		display: inline-block;
	}

	.header.white .logo_1 {
		display: none;
	}

	.header.white .head-nav .item {
		color: #333333;
	}

	.header.white .head-nav .column.on .item {
		color: #00a7d2;
		font-weight: bold;
	}

	.header.white .head-nav .item:hover {
		color: #9dcd17;
	}

	.header.white .head-lang {
		color: #333333;
	}
	.header.white .head-lang span {
		border: #ffffff solid 1px;
		background: url(../images/img1a.png) center right 10px no-repeat;
	}
	.header.white .head-rbox .head-lang .drop-down {
		background-color: #FFFFFF;
	}
	.header.white .head-lang .item {
		color: #333333;
	}
	.header.white .head-menu .line {
		background-color: #000000;
	}
}
@media only screen and (max-width:1024px){
	.m-header.white{
		background-color: #ffffff;
		border-bottom: #E8E8E8 solid 1px;
	}
	.m-header.white .m-head-logo .logo_2 {
		display: block;
	}
	.m-header.white .m-head-logo .logo_1 {
		display: none;
	}
	.m-header.white .m-head-menu .but-icon_2 {
		display: block;
	}
	.m-header.white .m-head-menu .but-icon_1 {
		display: none;
	}
}
/**/
@media only screen and (min-width: 768px){
	.prev-next{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.prev-next .item{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: auto;
		line-height: 38px;
		font-size: 16px;
		box-sizing: border-box;
		border: #eeeeee solid 1px;
		background-color: #FFFFFF;
		border-radius: 4px;
	}
	.prev-next .item i{
		display: inline-block;
		vertical-align: inherit;
		width: 10px;
		height: 16px;
	}
	.prev-next .article_prev i{
		margin-right: 10px;
		background: url(../images/addimg50.png);
		background-size: 10px 16px;
	}
	.prev-next .article_next i{
		margin-left: 10px;
		background: url(../images/addimg47.png);
		background-size: 10px 16px;
	}
	.prev-next .article_prev:hover i{
		background: url(../images/addimg51.png);
		background-size: 10px 16px;
	}
	.prev-next .article_next:hover i{
		background: url(../images/addimg48.png);
		background-size: 10px 16px;
	}
	.prev-next .article_prev.none i{
		background: url(../images/addimg52.png);
		background-size: 10px 16px;
	}
	.prev-next .article_next.none i{
		background: url(../images/addimg49.png);
		background-size: 10px 16px;
	}
	.prev-next .icon{
		margin: 0 2%;
		width: auto;
	}
	.prev-next .item.article_prev,
	.prev-next .item.article_next{
		color: #03A8F4;
		border: #03A8F4 solid 1px;
	}
	.prev-next .item.none{
		pointer-events: none;
		color: #EBEBEB;
		border: #EBEBEB solid 1px;
	}
	.prev-next .item:hover{
		background: #03A8F4 !important;
		color: #FFFFFF !important;
	}
}
/**/
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after{
    clear: both
}
.clearfix {
    zoom: 1
}
.pImg{}
.mImg{
	display: none;
}
.conarea{
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.partner_banner{
	position: relative;
	width: 100%;
}
.partner_banner .swiper-slide>a{
	display: block;
	width: 100%;
}
.partner_banner .swiper-slide>a>img{
	width: 100%;
}
.banner_text{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1440px;
	width: 90%;
	text-align: center;
}
.banner_text .t1{
	font-family: '鎬濇簮榛戜綋';
    color: #03A8F4;
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 23px;
}
.banner_text .t2{
	font-family: '鎬濇簮榛戜綋';
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 400;
}
.partner_banner .control_box{
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 5;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.partner_banner .control_box .icon{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/addimg2.png) center no-repeat;
}
.partner_banner .control_box .icon.on{
	background: url(../images/addimg3.png) center no-repeat;
}
.partner_banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	opacity: 1;
	margin: 0px 5px;
}
.partner_banner .swiper-pagination-bullet-active{
	background: #03A8F4;
}
.partner_banner .swiper-pagination{
	position: static;
	display: inline-block;
}
.partner_banner .swiper-container-horizontal>.swiper-pagination-bullets, 
.partner_banner .swiper-pagination-custom, 
.partner_banner .swiper-pagination-fraction{
	position: static;
	display: inline-block;
	width: auto;
}



.join{
	padding-top: 5%;
	padding-bottom: 5%;
}
.join .h1{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	text-align: center;
	color: #666666;
	font-size: 18px;
	line-height: 2.22;
	font-weight: 500;
}
.join .box{
	max-width: 1140px;
	width: 100%;
	margin: 7.8% auto 0;
}
.join .box ul li{
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
}
.join .box ul li:nth-child(3n){
	margin-right: 0;
}
.join .box ul li a{
	display: block;
	width: 100%;
	border: 1px solid rgba(3, 168, 244, 1);
	box-sizing: border-box;
	color: #03A8F4;
	font-size: 28px;
	height: 70px;
	line-height: 68px;
	font-weight: 400;
	text-align: center;
	transition: all 0.5s ease;
}
.join .box ul li a:hover{
	color: #FFFFFF;
	border: #03A8F4 solid 1px;
	background: #03A8F4;
}

.contitle{
	text-align: center;
}
.contitle.left{
	text-align: left;
}
.contitle .h1{
	color: #333333;
	font-size: 40px;
}
.contitle.white .h1{
	color: #ffffff;
}
.contitle i{
	display: block;
	margin: 17px auto 0px;
	background: #03A8F4;
	width: 86px;
	height: 3px;
}
/**/
.why{
	padding-top: 70px;
	padding-bottom: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.why .box{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 65px;
}
.why .box ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	background: #ffffff;
	min-height: 490px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.why .box ul li:nth-child(3n){
	margin-right: 0;
}
.why .box ul li span{
	display: block;
	max-width: 260px;
	width: 90%;
	margin: auto;
	text-align: center;
}
.why .box ul li .icon{
	margin-bottom: 35px;
}
.why .box ul li .t1{
	color: #333333;
	font-size: 32px;
	margin-bottom: 17px;
}
.why .box ul li .t2{
	color: #707070;
	font-size: 18px;
	line-height: 1.5;
	min-height: 96px;
}

/**/
.partner_resource{
	padding-top: 60px;
	padding-bottom: 80px;
}
.partner_resource .box{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 7.5%;
}
.partner_resource .box ul li{
	float: left;
	width: calc((100% - 48px) / 4);
	margin-right: 16px;
	padding: 4% 3.16%;
	min-height: 467px;
	box-sizing: border-box;
	background: #F5F5F5;
	transition: all 0.5s ease;
}
.partner_resource .box ul li:nth-child(4n){
	margin-right: 0;
}
.partner_resource .box ul li:hover{
	background: #03A8F4;
}
.partner_resource .box ul li .icon{
	margin-bottom: 20px;
}
.partner_resource .box ul li .icon img{
	max-width: 108px;
}
.partner_resource .box ul li .icon .ic2{
	display: none;
}
.partner_resource .box ul li:hover .icon .ic1{
	display: none;
}
.partner_resource .box ul li:hover .icon .ic2{
	display: inline-block;
}
.partner_resource .box ul li .t1{
	color: #333333;
	font-size: 32px;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}
.partner_resource .box ul li .t2{
	color: #2B2B2B;
	font-size: 18px;
	line-height: 1.5;
	transition: all 0.3s ease;
}
.partner_resource .box ul li:hover .t1,
.partner_resource .box ul li:hover .t2{
	color: #ffffff;
}
.partner_resource .box ul li .linkbox{
	margin-top: 30px;
	color: #2B2B2B;
	font-size: 18px;
	line-height: 1.6;
	transition: all 0.3s ease;
}
.partner_resource .box ul li:hover .linkbox{
	color: #ffffff;
}
.partner_resource .box ul li .linkbox a{
	display: inline-block;
	padding-right: 30px;
	color: #2B2B2B;
	background: url(../images/addimg12.png) center right no-repeat;
	background-size: 26px 26px;
	transition: all 0.3s ease;
}
.partner_resource .box ul li:hover .linkbox a{
	color: #FFFFFF;
	background: url(../images/addimg12a.png) center right no-repeat;
	background-size: 26px 26px;
}
.join_btn{
	text-align: center;
}
.partner_resource .join_btn{
	margin-top: 6.4%;
}
.becoming .join_btn{
	margin-top: 5%;
}
.join_btn a{
	display: inline-block;
	margin-right: 30px;
	min-width: 360px;
	height: 70px;
	line-height: 68px;
	padding: 0px 30px;
	border: #03A8F4 solid 1px;
	box-sizing: border-box;
	color: #03A8F4;
	font-size: 28px;
	transition: all 0.5s ease;
}
.join_btn a:last-child{
	margin-right: 0;
}
.join_btn a:hover{
	color: #FFFFFF;
    border: #03A8F4 solid 1px;
    background: #03A8F4;
}


.solutions_alliance{
	position: relative;
	z-index: 1;
	padding-top: 60px;
	padding-bottom: 100px;
}
.solutions_alliance .atlasBox{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.solutions_alliance .atlasBox ul li{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.5s ease;
}
.solutions_alliance .atlasBox ul li.swiper-slide-active{
	opacity: 1;
}
.solutions_alliance .box{
	max-width: 880px;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	margin-top: 40px;
}
.solutions_alliance .box .left_w{
	position: relative;
    float: left;
    width: 174px;
    box-sizing: border-box;
}
.solutions_alliance .box .left_w>i{
	position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #E7EBEE;
    overflow: hidden;
}
.solutions_alliance .box .left_w ul li{
	position: relative;
	padding-top: 7px;
	margin-top: 28px;
	margin-bottom: 28px;
    cursor: pointer;
    text-align: center;
}
.solutions_alliance .box .left_w ul li .icon{
	margin-bottom: 10px;
}
.solutions_alliance .box .left_w ul li .h4{
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
}
.solutions_alliance .box .left_w ul li i{
	position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #03A8F4;
    opacity: 0 !important;
}
.solutions_alliance .box .left_w ul li.on i{
	opacity: 1 !important;
}
.solutions_alliance .box .right_w{
	position: relative;
    float: left;
    width: calc(100% - 174px);
    box-sizing: border-box;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 9.8%;
}
.solutions_alliance .box .right_w ul li{
	display: none;
}
.solutions_alliance .box .right_w ul li.on{
	display: block;
}
.solutions_alliance .box .right_w ul li .t1{
	color: #999999;
	font-size: 18px;
	line-height: 1.77;
}
.solutions_alliance .box .right_w ul li .t2{
	color: #333333;
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 23px;
}
.solutions_alliance .box .right_w ul li .t3{
	color: #999999;
	font-size: 18px;
	line-height: 1.77;
	min-height: 190px;
}
.solutions_alliance .box .right_w ul li .t4{
	margin-top: 54px;
	text-align: right;
}
.solutions_alliance .box .right_w ul li .t4 a{
	display: inline-block;
	padding-right: 30px;
	background: url(../images/addimg21.png) center right no-repeat;
	color: #03A8F4;
	font-size: 18px;
	line-height: 1.5;
}

/**/
.cooperation_infor{
	padding-top: 80px;
	padding-bottom: 5.78%;
}
.cooperation_infor .box{
	text-align: right;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: #E7EBEE solid 1px;
}
.cooperation_infor .box a{
	display: inline-block;
	padding-right: 30px;
	background: url(../images/addimg21.png) center right no-repeat;
	color: #03A8F4;
	font-size: 18px;
	line-height: 1.5;
}
.cooperation_infor .wrap{
	margin-top: 5%;
	overflow: hidden;
}
.cooperation_infor .img{
	float: left;
	width: 48.33%;
}
.cooperation_infor .img ul li{
	display: none;
}
.cooperation_infor .img ul li.on{
	display: block;
}
.cooperation_infor .img ul li a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.cooperation_infor .img ul li img{
	width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cooperation_infor .img ul li:hover img{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.9;
}
.cooperation_infor .img ul li .tit{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 20px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.5;
	background: rgba(0, 0, 0, 0.2);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.cooperation_infor .text{
	float: right;
	width: 51.67%;
	padding-left: 5.6%;
	box-sizing: border-box;
}
.cooperation_infor .text ul li{
	border-bottom: #E7EBEE solid 1px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.cooperation_infor .text ul li.on{
	height: auto;
}
.cooperation_infor .text ul li a{
	display: block;
	box-sizing: border-box;
}
.cooperation_infor .text ul li .subtit{
	color: #000000;
	font-size: 22px;
	line-height: 1.5;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.cooperation_infor .text ul li.on .subtit{
	height: auto;
}
.cooperation_infor .text ul li .txt{
	height: 0;
	opacity: 0;
}
.cooperation_infor .text ul li.on .txt{
	height: auto;
	opacity: 1;
}
.cooperation_infor .text ul li .txt .t1{
	color: #707070;
	font-size: 18px;
	line-height: 1.6;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2;
	margin-top: 5px;
	margin-bottom: 10px;
}
.cooperation_infor .text ul li .txt .t2{
	overflow: hidden;
	font-size: 18px;
}
.cooperation_infor .text ul li .txt .t2 .sp1{
	float: left;
	color: #BDBDBD;
}
.cooperation_infor .text ul li .txt .t2 .sp2{
	float: right;
	padding-right: 30px;
	background: url(../images/addimg21.png) center right no-repeat;
	color: #03A8F4;
}
.cooperation_infor .text .more{
	margin-top: 20px;
	padding: 0px 35px;
	box-sizing: border-box;
}
.cooperation_infor .text .more a {
    position: relative;
    padding-bottom: 3px;
    font-family: 'monel';
    color: #8cdfa5;
    font-size: 14px;
    line-height: 1.7;
}
.cooperation_infor .text .more a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.cooperation_infor .text .more a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 1px;
	background: #8cdfa5;
	transition: all 0.5s ease;
}
.cooperation_infor .text .more a:hover:before{
	width: 100%;
}

/**/
.filing_sheet_entry{
	padding-top: 105px;
	padding-bottom: 133px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.filing_sheet_entry .btns{
	margin-top: 40px;
	text-align: center;
}
.filing_sheet_entry .btns a{
	display: inline-block;
	min-width: 185px;
	height: 50px;
	line-height: 50px;
	padding: 0px 25px;
	box-sizing: border-box;
	background: #03A8F4;
	color: #FFFFFF;
	font-size: 18px;
}
.filing_sheet_entry .btns a i{
	display: inline-block;
	vertical-align: text-top;
	width: 30px;
	height: 26px;
	background: url(../images/addimg12a.png) center right no-repeat;
}

/**/
.becoming{
	padding-top: 72px;
	padding-bottom: 5.78%;
}
.becoming .text{
	max-width: 690px;
	width: 100%;
	margin: 40px auto 0;
	color: #707070;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

/**/
.inner_banner{
	position: relative;
}
.inner_banner .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.inner_banner .text.center{
	text-align: center;
}
.inner_banner .text .h1{
	color: #03A8F4;
	font-size: 72px;
}
.inner_banner .text .h2{
	color: #FFFFFF;
	font-size: 60px;
}
/**/
.text_center{
	text-align: center;
}
.text_overflow{
	overflow: hidden;
}
.application_form{
	padding-top: 80px;
	padding-bottom: 5.7%;
}
.application_form .box{
	max-width: 780px;
	width: 100%;
	margin: auto;
}
.application_form .box .h2{
	color: #454545;
	font-size: 36px;
	line-height: 1.5;
	text-align: center;
}
.application_form .box form{
	margin-top: 67px;
}
.application_form .box .form_li{
	padding-bottom: 30px;
}
.application_form .box .tit{
	margin-bottom: 24px;
	border-bottom: #D6D6D6 solid 1px;
}
.application_form .box .tit span{
	display: inline-block;
	color: #666666;
	font-size: 18px;
	line-height: 58px;
	padding: 0px 16px;
	background: #F7F9FA;
	border-top: #D6D6D6 solid 1px;
	border-right: #D6D6D6 solid 1px;
	border-left: #D6D6D6 solid 1px;
}
.application_form .box .subtit{
	padding-left: 180px;
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	overflow: hidden;
}
.application_form .box .crossh{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	overflow: hidden;
}
.application_form .box .divli{
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
}
.application_form .box .divli .half{
	display: inline-block;
	vertical-align: middle;
	width: 47.7%;
	margin-right: 4.6%;
	font-size: 0;
}
.application_form .box .divli .half:nth-child(2n){
	margin-right: 0;
}
.application_form .box .one-third{
	float: left;
	width: calc((100% - 32px) / 3);
	margin-right: 16px;
}
.application_form .box .one-third:nth-child(3n){
	margin-right: 0;
}
.application_form .box .quarter{
	float: left;
	width: calc((100% - 39px) / 4);
	margin-right: 13px;
}
.application_form .box .quarter:nth-child(4n){
	margin-right: 0;
}
.application_form .box .div_name{
	position: relative;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}
.application_form .box .div_name.w100{
	width: 100%;
	padding-left: 15px;
}
.application_form .box .div_name.w100.padleft0{
	padding-left: 0;
}
.application_form .box .div_name.w100.marbot{
	margin-bottom: 10px;
}
.application_form .box .div_name.w100.marbot.none{
	display: none;
}
.application_form .box .div_name.w_110{
	width: 110px;
}
.application_form .box .div_name.text_bottom{
	vertical-align: bottom;
	line-height: 40px;
}
.application_form .box .must{
	display: inline-block;
	color: #FF594A;
	font-size: 18px;
}
.application_form .box .div_name .must{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
}
.application_form .box .div_content{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 180px);
}
.application_form .box .div_choice{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 110px);
}
.application_form .box .div_choice ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.application_form .box .div_choice ul li{
	flex-grow: 1;
}
.application_form .box .divli input{
	width: 100%;
	/* height: 40px; */
	line-height: 38px;
	padding: 0px 15px;
	border: 1px solid rgba(128, 128, 128, 0.32);
	box-sizing: border-box;
	background: #ffffff;
	color: #666666;
	font-size: 16px;
}
.application_form .box .line{
	width: 100%;
	height: 1px;
	background: #D6D6D6;
	margin: 32px auto;
}
.application_form .box .form_tips{
	color: #FF594A;
	font-size: 14px;
	line-height: 1.5;
}
.application_form .box .form_tips.oth{
	padding-left: 180px;
	box-sizing: border-box;
}
.application_form .box .prompt_txt{
	margin-top: 20px;
	color: #666666;
	font-size: 18px;
	line-height: 1.5;
}
.application_form .box .uploadBox{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 145px;
	height: 145px;
	background: #F7F9FA;
	border: #D5D5D5 solid 1px;
	margin-top: 25px;
}
.application_form .box .uploadBox img{
	display: block;
	margin: auto;
}
.application_form .box .uploadBox p{
	color: #CCCCCC;
	font-size: 14px;
	margin-top: 5px;
}
.application_form .box .uploadBox input{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    opacity: 0;
}

.application_form .box .checkli .txt{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: -moz-calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	width: calc(100% - 35px);
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.application_form .box .checkli .check-label{
	font-size: 0;
	cursor: pointer;
}
.application_form .box .checkli .check-label .choice-input{
    display: none;
}
.application_form .box .checkli .check-label .choice-input[type=checkbox]+span {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	background: url(../images/addimg26.png) center no-repeat;
	background-size: 22px 22px;
}
.application_form .box .checkli .check-label .choice-input[type=checkbox]:checked+span {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	background: url(../images/addimg28.png) center no-repeat;
	background-size: 22px 22px;
}
.application_form .box .checkli .check-label .choice-input[type=checkbox]:checked+span+div{
	color: #03A8F4;
}
.application_form .box .checkli .check-label .choice-input[type=radio]+span {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	background: url(../images/addimg26.png) center no-repeat;
	background-size: 22px 22px;
}
.application_form .box .checkli .check-label:hover .choice-input[type=radio]+span{
	background: url(../images/addimg27.png) center no-repeat;
	background-size: 22px 22px;
}
.application_form .box .checkli .check-label .choice-input[type=radio]:checked+span {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	background: url(../images/addimg28.png) center no-repeat;
	background-size: 22px 22px;
}
.application_form .box .checkli .check-label .choice-input[type=radio]:checked+span+div{
	color: #03A8F4;
}
.application_form .box select{
	width: 100%;
    border: 1px solid rgba(128, 128, 128, 0.32);
    outline: none;
    line-height: 38px;
    height: 40px;
    color: #666666;
	font-size: 16px;
    padding-left: 15px;
    padding-right: 30px;
    background: url(../images/addimg32.png) center right 15px no-repeat;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.application_form .box .dateBox{
	width: 100%;
	border: 1px solid rgba(128, 128, 128, 0.32);
    background: none;
    outline: none;
    color: #666666;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
}
.application_form .box .icon{
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
}
.application_form .box .icon span{
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/addimg33.png) center no-repeat;
}
.application_form .box .addtable{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(128, 128, 128, 0.32);
	color: #666666;
	font-size: 16px;
}
.application_form .box .addtable tr th{
	font-weight: normal;
	background-color: #F7F9FA;
	height: 40px;
	text-align: center;
	padding: 0px 5px;
	box-sizing: border-box;
	vertical-align: middle !important;
	border: 1px solid rgba(128, 128, 128, 0.32);
}
.application_form .box .addtable tr td{
	height: 40px;
	padding: 0px 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle !important;
    border: 1px solid rgba(128, 128, 128, 0.32);
}
.application_form .box .addtr{
	margin-top: 14px;
	border: #03A8F4 solid 1px;
	background: #F2F9FC;
	color: #03A8F4;
	font-size: 16px;
	line-height: 38px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
.application_form .box .textareaBox{
	width: 100%;
	overflow: hidden;
}
.application_form .box .spname{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 12px;
}
.application_form .box .spname span{
	color: #D6D6D6;
}
.application_form .box .textareaBox textarea{
	width: 100%;
	height: 120px;
	line-height: 1.5;
	padding: 10px 15px;
	border: 1px solid rgba(128, 128, 128, 0.32);
	box-sizing: border-box;
	background: #ffffff;
	color: #666666;
	font-size: 16px;
}
.application_form .box .textareaBox textarea::-webkit-input-placeholder {
	font-family: "寰蒋闆呴粦";
    color: #D4D4D4;
}
.application_form .box .textareaBox textarea:-moz-placeholder {
	font-family: "寰蒋闆呴粦";
   	color: #D4D4D4;
}
.application_form .box .textareaBox textarea::-moz-placeholder {
	font-family: "寰蒋闆呴粦";
    color: #D4D4D4;
}
.application_form .box .textareaBox textarea:-ms-input-placeholder {
	font-family: "寰蒋闆呴粦";
    color: #D4D4D4;
}
.application_form .box .frombtn{
	padding-top: 32px;
	border-top: #D6D6D6 solid 1px;
}
.application_form .box .frombtn.none{
	padding-top: 0;
	border: none;
}
.application_form .box .frombtn .btns{
	display: block;
	margin: auto;
	width: 176px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background: #03A8F4;
}
.application_form .box .frombtn .tickbox{
	text-align: center;
	margin-top: 13px;
}
.application_form .box .frombtn .labeldiv{
	display: inline-block;
}
.application_form .box .frombtn .labeldiv input {
	position: relative;
    top: 1px;
    display: inline-block;
    -webkit-appearance: auto;
}
.application_form .box .frombtn .labeldiv .txt{
    display: inline-block;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}
.application_form .box .frombtn .labeldiv .txt a{
	color: #03A8F4;
}

.popBox{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: none;
}
.popBox .content{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 550px;
    width: 90%;
    background: #FFFFFF;
    border-radius: 20px;
    padding-bottom: 5.5%;
    box-sizing: border-box;
    overflow: hidden;
}
.popBox .logincon{
	max-width: 450px;
}
.popBox .content .subtit{
	color: #454545;
	font-size: 18px;
	line-height: 55px;
	background: #F5F7F7;
	padding: 0px 20px;
	box-sizing: border-box;
    overflow: hidden;
}
.popBox .content .text{
	margin-top: 40px;
	padding: 0px 45px;
	box-sizing: border-box;
	text-align: center;
}
.popBox .content .icon{
	margin-bottom: 16px;
}
.popBox .content .icon img{
	max-width: 80px;
}
.popBox .content .text .t1{
	color: #454545;
	font-size: 24px;
	line-height: 1.5;
}
.popBox .content .text .t2{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}
.popBox .content .text .t3{
	color: #999999;
	font-size: 16px;
	line-height: 1.5;
}
.popBox .content .text .t3 span{
	color: #03A8F4;
	font-size: 20px;
}
.popBox .content .text .line{
	width: 100%;
	margin: 30px auto 16px;
	border-top: #DEDEDE dashed 1px;
}
.popBox .content .text .btns{
	margin-top: 32px;
}
.popBox .content .text .btns a{
	display: inline-block;
	min-width: 314px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	border-radius: 4px;
	padding: 0px 20px;
	border: #03A8F4 solid 1px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 18px;
}
.popBox .content .text .btns a.btn1{
	background: #03A8F4;
	color: #FFFFFF;
}
.popBox .content .text .btns a.btn2{
	margin-top: 15px;
	color: #03A8F4;
}
.popBox .popclose{
	position: absolute;
    right: 10px;
    top: 5px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

/**/
.user_login{
	position: relative;
    width: 100%;
    overflow: hidden;
}
.user_login .bgimg{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.user_login .bgimg img{
	width: 100%;
}
.user_login .bgimg .im2{
	display: none;
}
.user_login .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	max-width: 1350px;
	width: 90%;
}
.user_login .box .title{
	float: left;
	width: 50%;
	margin-top: 8.8%;
}
.user_login .box .title .t1{
	color: #FFFFFF;
	font-size: 50px;
	margin-bottom: 15px;
}
.user_login .box .title .t2{
	color: #FFFFFF;
	font-size: 36px;
	line-height: 1.7;
}
.user_login .box .loginForm{
	float: right;
	width: 40%;
	border-radius: 20px;
	background: #ffffff;
	padding: 3.3% 2.6% 5.3%;
	box-sizing: border-box;
	overflow: hidden;
}
.user_login .box .loginForm .subtit{
	color: #333333;
	font-size: 36px;
	margin-bottom: 64px;
}
.user_login .box .loginForm form{
}
.user_login .box .loginForm .login-li{
	border: #D9D9D9 solid 1px;
	border-radius: 4px;
	background: #F7F9FA;
	overflow: hidden;
}
.user_login .box .loginForm .login-li input{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #666666;
	font-size: 16px;
	background: none;
	border-bottom: #D9D9D9 solid 1px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.user_login .box .loginForm .login-li input:last-child{
	border: none;
}
.user_login .box .loginForm .login-li input::-webkit-input-placeholder{
    color: #999999;
}
.user_login .box .loginForm .login-li input::-moz-placeholder{ 
    color: #999999;
}
.user_login .box .loginForm .login-li input:-moz-placeholder{ 
    color: #999999;
}
.user_login .box .loginForm .login-li input:-ms-input-placeholder{
    color: #999999;
}
.user_login .box .loginForm .login-btns{
	margin-top: 35px;
	background: #03A8F4;
	border-radius: 4px;
	overflow: hidden;
}
.user_login .box .loginForm .login-btns input{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background: none;
	border: none;
}
.user_login .box .loginForm .login-oth{
	margin-top: 40px;
	overflow: hidden;
}
.user_login .box .loginForm .login-oth a{
	color: #666666;
	font-size: 18px;
}
.user_login .box .loginForm .login-oth .link1{
	float: left;
}
.user_login .box .loginForm .login-oth .link2{
	float: right;
}

.whiteBox{
	padding-top: 77px;
}
.unpacking_video{
	padding-bottom: 6%;
}
.unpacking_video .box{
}
.crumbBox{
	padding: 34px 0px;
	border-bottom: #E8E8E8 solid 1px;
}
.crumbBox.none{
	border-bottom: none;
}
.crumbBox a, .crumbBox span {
    color: #666666;
    font-size: 18px;
    line-height: 1.5;
}
.classification{
	display: flex;
	width: 100%;
	overflow: hidden;
	color: #666666;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 23px;
}
.classification .t1{
	float: left;
	/*width: 120px;*/
	margin-right: 45px;
}
.classification .t2{
	float: left;
	flex: 1;
	/*width: calc(100% - 120px);*/
	overflow: hidden;
}
.classification .t2 ul li{
	position: relative;
	float: left;
	margin-right: 66px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}
.classification .t2 ul li:last-child{
	margin-right: 0;
}
.classification .t2 ul li a{
	color: #666666;
}
.classification .t2 ul li.all a, .classification .t2 ul li.on a {
    color: #03A8F4;
}
.classification .t2 ul li.all:before,
.classification .t2 ul li.on:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #03A8F4;
}
.unpacking_video .wrap{
	margin-top: 50px;
}
.unpacking_video .wrap ul{
	margin-bottom: 8%;
}
.unpacking_video .wrap ul li{
	position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.unpacking_video .wrap ul li:nth-child(3n){
	margin-right: 0;
}
.unpacking_video .wrap ul li .img{
	width: 100%;
	overflow: hidden;
}
.unpacking_video .wrap ul li .img img{
	width: 100%;
}
.unpacking_video .wrap ul li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/addimg37.png) center no-repeat;
}
.unpacking_video .wrap ul li .txt{
	position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 20px;
    width: 35%;
    word-break: break-word;
}
/*鍒嗛〉*/
.page{
    width: 100%;
    text-align: center;
}
.page-list{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.page-list a{
	display: inline-block;
	vertical-align: middle;
   	padding: 0px 12px;
   	min-width: 40px;
   	height: 40px;
   	line-height: 38px;
   	margin-right: 16px;
	margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    color: #6E6E6E;
    background-color: #ffffff;
    border: #EBEBEB solid 1px;
    overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a.fyprev{
	background: #FFFFFF url(../images/addimg38.png) center no-repeat;
}
.page-list a.fynext{
	background: #FFFFFF url(../images/addimg39.png) center no-repeat;
}
.page-list a.fyprev:hover{
	background: #FFFFFF url(../images/addimg38a.png) center no-repeat;
}
.page-list a.fynext:hover{
	background: #FFFFFF url(../images/addimg39a.png) center no-repeat;
}
.page-list a:hover{
	color: #03A8F4;
	border: #03A8F4 solid 1px;
}
.page-list a.on{
    color: #ffffff;
    background-color: #03A8F4;
    border: #03A8F4 solid 1px;
}
.page .exhibit{
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	font-size: 14px;
    color: #494949;
}
.page .exhibit span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 54px;
	height: 40px;
	border: #cccccc solid 1px;
	box-sizing: border-box;
}
.page .exhibit span input{
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	background: none;
	border: none;
}
.page .exhibit span select{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0px 5px;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
    color: #494949;
	text-align: center;
    text-align-last: center;
    border: none;
    outline: none;
    background: none;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.page .ellipsis{
	display: inline-block;
	vertical-align: middle;
   	height: 40px;
   	line-height: 40px;
   	margin-right: 16px;
	margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    color: #6E6E6E;
    overflow: hidden;
	box-sizing: border-box;
}

/**/
.product_infor{
	padding-bottom: 5.4%;
}
.product_infor .box{
}
.product_infor .box .partBox{
	margin-top: 30px;
}
.product_infor .box .partBox .subtit{
	color: #333333;
	font-size: 26px;
	line-height: 1.5;
}
.product_infor .box .wrap{
	margin-top: 40px;
}
.product_infor .box .wrap.oth{
	margin-top: 30px;
	padding-top: 40px;
	border-top: #E8E8E8 solid 1px;
}
.product_infor .box .wrap ul{
	margin-bottom: 40px;
}
.product_infor .box .wrap ul li{
	float: left;
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.product_infor .box .wrap ul li:nth-child(5n){
	margin-right: 0;
}
.product_infor .box .wrap ul li a{
	display: block;
	width: 100%;
}
.product_infor .box .wrap ul li .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.product_infor .box .wrap ul li .img img{
	width: 100%;
}
.product_infor .box .wrap ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45) url(../images/addimg43.png) center no-repeat;
	background-size: 33.6% auto;
	opacity: 0;
	transition: all 0.5s ease;
}
.product_infor .box .wrap ul li:hover .icon{
	opacity: 1;
}
.product_infor .box .wrap ul li .txt{
	text-align: center;
	margin-top: 25px;
	color: #666666;
	font-size: 20px;
	line-height: 1.5;
}

/**/
.hz_info{
	padding-bottom: 5.4%;
}
.hz_info .box{
}
.hz_info ul{
	margin-bottom: 40px;
}
.hz_info ul li{
	padding-bottom: 20px;
}
.hz_info ul li a{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}
.hz_info ul li:hover a{
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	box-shadow: 0px 13px 14px #F0F3F5;
}
.hz_info ul li .img{
	float: left;
	width: 30%;
	overflow: hidden;
}
.hz_info ul li .img img{
	width: 100%;
}
.hz_info ul li .txt{
	position: relative;
	float: right;
	width: 66%;
	box-sizing: border-box;
}
.hz_info ul li .txt .t1{
	color: #000000;
	font-size: 24px;
	line-height: 1.5;
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-bottom: 15px;
	transition: all 0.5s ease;
}
.hz_info ul li:hover .txt .t1{
	color: #03A8F4;
}
.hz_info ul li .txt .t2{
	color: #707070;
	font-size: 18px;
	line-height: 1.5;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.hz_info ul li .txt .t3{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #CCCCCC;
	font-size: 18px;
	line-height: 1.5;
}
@media only screen and (max-width:1536px){
	.banner_text .t1,
	.inner_banner .text .h1{
		font-size: 60px;
	}
	.banner_text .t2 {
		font-size: 30px;
	}
	.inner_banner .text .h2{
		font-size: 54px;
	}
	.join .h1{
		font-size: 16px;
	}
	.join .box ul li a{
		font-size: 24px;
	}
	.contitle .h1{
		font-size: 36px;
	}
	.why .box ul li .t1{
		font-size: 28px;
	}
	.why .box ul li .t2{
		font-size: 16px;
	}
	.partner_resource .box ul li .t1{
		font-size: 28px;
	}
	.partner_resource .box ul li .t2{
		font-size: 16px;
	}
	.partner_resource .box ul li .linkbox{
		font-size: 16px;
	}
	.partner_resource .box ul li .linkbox a{
		background: url(../images/addimg12.png) center right no-repeat;
		background-size: 22px 22px;
	}
	.partner_resource .box ul li:hover .linkbox a{
		background: url(../images/addimg12a.png) center right no-repeat;
		background-size: 22px 22px;
	}
	.join_btn a{
		font-size: 24px;
	}
	.solutions_alliance .box .left_w ul li{
		margin-top: 24px;
    	margin-bottom: 24px;
	}
	.solutions_alliance .box .left_w ul li .h4{
		font-size: 17px;
	}
	.solutions_alliance .box .right_w ul li .t1,
	.solutions_alliance .box .right_w ul li .t3,
	.solutions_alliance .box .right_w ul li .t4 a{
		font-size: 16px;
	}
	.solutions_alliance .box .right_w ul li .t2{
		font-size: 32px;
	}
	.cooperation_infor .box a{
		font-size: 16px;
	}
	.cooperation_infor .img ul li .tit,
	.cooperation_infor .text ul li .subtit{
		font-size: 20px;
	}
	.cooperation_infor .text ul li .txt .t1,
	.cooperation_infor .text ul li .txt .t2{
		font-size: 16px;
	}
	.becoming .text{
		font-size: 16px;
	}
	/**/
	.crumbBox{
		padding: 30px 0px;
	}
	.crumbBox a, .crumbBox span{
		font-size: 16px;
	}
	.hz_info ul li .txt .t1{
		font-size: 21px;
	}
	.hz_info ul li .txt .t2,
	.hz_info ul li .txt .t3{
		font-size: 16px;
	}
	/**/
	.classification{
		font-size: 18px;
	}
	.classification .t1{
		margin-right: 40px;
	}
	.classification .t2 ul li{
		margin-right: 60px;
	}
	.classification .t2 ul li.all:before, 
	.classification .t2 ul li.on:before{
		height: 3px;
	}
	.product_infor .box .wrap ul li .txt{
		/*font-size: 16px;*/
		font-size: 18px;
		margin-top: 20px;
	}
	/**/
	.user_login .box .title .t1{
		font-size: 45px;
	}
	.user_login .box .title .t2{
		font-size: 32px;
	}
	.user_login .box .loginForm .subtit{
		font-size: 32px;
		margin-bottom: 45px;
	}
	.user_login .box .loginForm .login-btns input,
	.user_login .box .loginForm .login-oth a{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1440px){
	.banner_text .t1,
	.inner_banner .text .h1{
		font-size: 54px;
	}
	.banner_text .t2{
		font-size: 24px;
	}
	.inner_banner .text .h2{
		font-size: 48px;
	}
	.why .box ul li .icon img{
		max-width: 86px;
	}
	.why .box ul li .t1{
		font-size: 25px;
	}
	.partner_resource .box ul li .icon img{
		max-width: 90px;
	}
	.partner_resource .box ul li .t1{
		font-size: 25px;
	}
	.solutions_alliance .box .right_w ul li .t2{
		font-size: 28px;
	}
	/**/
	/*.product_infor .box .partBox .subtit{
		font-size: 28px;
	}*/
	/**/
	.user_login .box .title .t1{
		font-size: 40px;
	}
	.user_login .box .title .t2{
		font-size: 28px;
	}
	.user_login .box .loginForm .subtit{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.user_login .box .loginForm .login-li input,
	.user_login .box .loginForm .login-btns input{
		height: 56px;
    	line-height: 56px;
	}
	/**/
	.popBox .content .icon img{
		max-width: 70px;
	}
	.popBox .content .text .t1{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.popBox .content .text .t2,
	.popBox .content .text .t3{
		font-size: 15px;
	}
	.popBox .content .text .btns a{
		height: 56px;
    	line-height: 54px;
	}
	
}
@media only screen and (max-width: 1280px){
	.banner_text .t1,
	.inner_banner .text .h1{
		font-size: 44px;
	}
	.banner_text .t2{
		font-size: 20px;
	}
	.inner_banner .text .h2{
		font-size: 44px;
	}
	.contitle .h1{
		font-size: 32px;
	}
	.join .box ul li a,
	.join_btn a{
		font-size: 20px;
		height: 60px;
    	line-height: 58px;
	}
	.why .box ul li .t1,
	.partner_resource .box ul li .t1{
		font-size: 21px;
	}
	.solutions_alliance .box .right_w ul li .t2{
		font-size: 24px;
	}
	/**/
	.application_form .box .tit span{
		line-height: 54px;
	}
	/**/
	/*.classification{
		font-size: 18px;
	}*/
	/**/
	.user_login .box .title .t1{
		font-size: 36px;
	}
	.user_login .box .title .t2{
		font-size: 24px;
	}
	.user_login .box .loginForm .subtit{
		font-size: 24px;
	}
	.user_login .box .loginForm .login-li input,
	.user_login .box .loginForm .login-btns input{
		height: 50px;
    	line-height: 50px;
	}
	.user_login .box .loginForm .login-li input{
		font-size: 15px;
	}
	.user_login .box .loginForm .login-btns input, .user_login .box .loginForm .login-oth a{
		font-size: 15px;
	}
}
@media only screen and (max-width: 1024px){
	.banner_text .t1,
	.inner_banner .text .h1{
		font-size: 36px;
	}
	.banner_text .t2{
		font-size: 18px;
	}
	.inner_banner .text .h2{
		font-size: 36px;
	}
	.partner_banner .control_box{
		bottom: 30px;
	}
	.partner_banner .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.join{
		padding: 7% 0;
	}
	.join .h1{
		font-size: 15px;
	}
	.join .box{
		margin-top: 6%;
	}
	.join .box ul li a, .join_btn a{
		font-size: 18px;
		height: 56px;
		line-height: 54px;
	}
	.join_btn a{
		min-width: 250px;
	}
	.contitle .h1{
		font-size: 28px;
	}
	.contitle i{
		height: 2px;
	}
	.why .box{
		margin-top: 7%;
	}
	.why .box ul li{
		min-height: 360px;
	}
	.why .box ul li .icon img{
		max-width: 70px;
	}
	.why .box ul li .t2{
		font-size: 15px;
	}
	.partner_resource .box ul li{
		padding: 3% 2.5%;
		min-height: 330px;
	}
	.partner_resource .box ul li .icon img{
		max-width: 75px;
	}
	.partner_resource .box ul li .t2,
	.partner_resource .box ul li .linkbox{
		font-size: 15px;
	}
	.solutions_alliance .box .left_w ul li i{
		width: 4px;
	}
	.solutions_alliance .box .right_w ul li .t1, .solutions_alliance .box .right_w ul li .t3, .solutions_alliance .box .right_w ul li .t4 a{
		font-size: 15px;
	}
	.solutions_alliance .box .right_w ul li .t3{
		min-height: 150px;
	}
	.cooperation_infor{
		padding-top: 7%;
		padding-bottom: 7%;
	}
	.cooperation_infor .text ul li{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.cooperation_infor .img ul li .tit, .cooperation_infor .text ul li .subtit{
		font-size: 18px;
	}
	.cooperation_infor .text ul li .txt .t1, .cooperation_infor .text ul li .txt .t2{
		font-size: 15px;
	}
	.filing_sheet_entry .btns a{
		font-size: 16px;
	}
	.becoming{
		padding-bottom: 7%;
	}
	.becoming .text{
		font-size: 15px;
	}
	.becoming .join_btn{
		margin-top: 40px;
	}
	/**/
	.whiteBox{
		padding-top: 51px;
	}
	.application_form{
		padding-top: 7%;
		padding-bottom: 7%;
	}
	.application_form .box .h2{
		font-size: 32px;
	}
	.application_form .box form{
		margin-top: 7%;
	}
	.application_form .box .tit span{
		font-size: 16px;
		line-height: 48px;
	}
	.application_form .box .div_name,
	.application_form .box .divli input,
	.application_form .box .one-third,
	.application_form .box .crossh,
	.application_form .box select,
	.application_form .box .addtable,
	.application_form .box .addtr,
	.application_form .box .spname,
	.application_form .box .textareaBox textarea,
	.application_form .box .checkli .txt{
		font-size: 15px;
	}
	.application_form .box .prompt_txt{
		font-size: 16px;
	}
	.application_form .box .frombtn .btns{
		font-size: 16px;
	}
	
	/**/
	.crumbBox{
		padding: 20px 0px;
	}
	.crumbBox a, .crumbBox span{
		font-size: 15px;
	}
	.hz_info{
		padding-bottom: 7%;
	}
	.hz_info ul li a{
		padding: 20px;
	}
	.hz_info ul li .txt .t1{
		font-size: 20px;
	}
	.hz_info ul li .txt .t2,
	.hz_info ul li .txt .t3{
		font-size: 15px;
	}
	.page-list a{
		min-width: 36px;
	    height: 36px;
	    line-height: 34px;
	}
	.page .ellipsis{
		height: 36px;
		line-height: 36px;
	}
	.page .exhibit{
		line-height: 36px;
	}
	.page .exhibit span{
		height: 36px;
	}
	.page .exhibit span input{
		height: 34px;
		line-height: 34px;
	}
	.page-list a.fyprev{
		background: #FFFFFF url(../images/addimg38.png) center no-repeat;
		background-size: 22px 22px;
	}
	.page-list a.fynext{
		background: #FFFFFF url(../images/addimg39.png) center no-repeat;
		background-size: 22px 22px;
	}
	.page-list a.fyprev:hover{
		background: #FFFFFF url(../images/addimg38a.png) center no-repeat;
		background-size: 22px 22px;
	}
	.page-list a.fynext:hover{
		background: #FFFFFF url(../images/addimg39a.png) center no-repeat;
		background-size: 22px 22px;
	}
	/**/
	.product_infor{
		padding-bottom: 7%;
	}
	.product_infor .box .partBox .subtit{
		font-size: 24px;
	}
	.product_infor .box .wrap ul li{
		width: 23.5%;
	}
	.product_infor .box .wrap ul li:nth-child(5n){
		margin-right: 2%;
	}
	.product_infor .box .wrap ul li:nth-child(4n){
		margin-right: 0;
	}
	.product_infor .box .wrap ul li .txt{
		/*font-size: 15px;*/
		margin-top: 15px;
	}
	/**/
	.unpacking_video{
		padding-bottom: 7%;
	}
	.unpacking_video .wrap{
		margin-top: 40px;
	}
	.unpacking_video .wrap ul{
		margin-bottom: 40px;
	}
	.unpacking_video .wrap ul li .txt{
		font-size: 18px;
	}
	/**/
	.user_login .bgimg .im1{
		display: none;
	}
	.user_login .bgimg .im2{
		display: block;
	}
	.user_login .box .title .t1{
		font-size: 32px;
	}
	.user_login .box .title .t2{
		font-size: 21px;
	}
	.user_login .box .loginForm{
		padding: 4.5% 3% 7%;
	}
	.user_login .box .loginForm .subtit{
		font-size: 21px;
		margin-bottom: 25px;
	}
	.user_login .box .loginForm .login-btns{
		margin-top: 30px;
	}
	.user_login .box .loginForm .login-oth{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 768px){
	.banner_text .t1,
	.inner_banner .text .h1{
		font-size: 32px;
	}
	.banner_text .t2{
		font-size: 16px;
	}
	.inner_banner .text .h2{
		font-size: 32px;
	}
	.join .box ul li a, .join_btn a{
		font-size: 16px;
		height: 50px;
		line-height: 48px;
	}
	.join_btn a{
		min-width: 200px;
	}
	.why .box ul li{
		min-height: 300px;
	}
	.why .box ul li .icon{
		margin-bottom: 25px;
	}
	.partner_resource .box{
		margin-top: 6%;
	}
	.partner_resource .box ul li{
		width: 48%;
		margin-right: 4%;
		min-height: 320px;
		margin-top: 2%;
		margin-bottom: 2%;
		padding: 25px;
	}
	.partner_resource .box ul li:nth-child(4n){
		margin-right: 4%;
	}
	.partner_resource .box ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.cooperation_infor .img{
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.cooperation_infor .text ul li{
		height: auto;
	}
	.cooperation_infor .text ul li .txt{
		height: auto;
		opacity: 1;
	}
	.cooperation_infor .img ul li .tit{
		padding: 10px 20px;
	}
	.cooperation_infor .text{
		float: none;
		width: 100%;
		padding-left: 0;
	}
	/**/
	.application_form .box .h2{
		font-size: 28px;
	}
	/**/
	.popBox .content{
		padding-bottom: 7%;
	}
	.popBox .content .subtit{
		font-size: 16px;
	}
	.popBox .content .icon img{
		max-width: 60px;
	}
	.popBox .content .text .t1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.popBox .content .text .t2,
	.popBox .content .text .t3{
		font-size: 14px;
	}
	.popBox .content .text .btns{
		margin-top: 25px;
	}
	.popBox .content .text .btns a{
		height: 50px;
    	line-height: 48px;
	}
	.popBox .popclose{
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	/**/
	.crumbBox{
		padding: 15px 0px;
	}
	.hz_info ul{
		margin-bottom: 30px;
	}
	.hz_info ul li{
		padding-bottom: 15px;
	}
	.hz_info ul li .img{
		width: 36%;
	}
	.hz_info ul li .txt{
		width: 60%;
	}
	.hz_info ul li .txt .t1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.page-list a{
		min-width: 32px;
	    height: 32px;
	    line-height: 30px;
	    padding: 0px 8px;
	}
	.page .ellipsis{
		height: 32px;
		line-height: 32px;
	}
	.page .exhibit{
		line-height: 32px;
	}
	.page .exhibit span{
		height: 32px;
	}
	.page .exhibit span input{
		height: 30px;
		line-height: 30px;
	}
	/**/
	.classification{
		font-size: 16px;
	}
	.classification .t1{
		/*width: 100px;*/
		margin-right: 32px;
	}
	.classification .t2{
		/*width: calc(100% - 100px);*/
	}
	.classification .t2 ul li{
		margin-right: 48px;
	}
	.product_infor .box .wrap{
		margin-top: 30px;
	}
	.product_infor .box .wrap.oth{
		padding-top: 30px;
		margin-top: 20px;
	}
	.product_infor .box .partBox .subtit{
		font-size: 21px;
	}
	.product_infor .box .wrap ul{
		margin-bottom: 30px;
	}
	.product_infor .box .wrap ul li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.product_infor .box .wrap ul li:nth-child(5n){
		margin-right: 3.5%;
	}
	.product_infor .box .wrap ul li:nth-child(4n){
		margin-right: 3.5%;
	}
	.product_infor .box .wrap ul li:nth-child(3n){
		margin-right: 0;
	}
	.product_infor .box .wrap ul li .txt{
		/*font-size: 15px;*/
		font-size: 16px;
		margin-top: 15px;
	}
	/**/
	.unpacking_video .wrap{
		margin-top: 30px;
	}
	.unpacking_video .wrap ul{
		margin-bottom: 30px;
	}
	.unpacking_video .wrap ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.unpacking_video .wrap ul li:nth-child(3n){
		margin-right: 4%;
	}
	.unpacking_video .wrap ul li:nth-child(2n){
		margin-right: 0;
	}
	/**/
	.user_login .box .title{
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.user_login .box .title .t1{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.user_login .box .title .t2{
		font-size: 18px;
	}
	.user_login .box .loginForm{
		float: none;
		width: 100%;
		padding: 40px 30px 50px;
	}
	.user_login .box .loginForm .login-btns input, 
	.user_login .box .loginForm .login-li input{
		font-size: 14px;
		height: 44px;
		line-height: 44px;
	}
	.user_login .box .loginForm .login-oth a{
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 767px){
	/**/
	.prev-next .item {
		width: 1.5rem;
		background-color: #FFFFFF;
	}
	.prev-next .icon-item{
		width: 0.6rem;
	}
	.prev-next .item i{
		display: inline-block;
		vertical-align: inherit;
		width: 0.1rem;
		height: 0.16rem;
	}
	.prev-next .article_prev i{
		margin-right: 0.1rem;
		background: url(../images/addimg50.png) center no-repeat;
		background-size: 0.1rem 0.16rem;
	}
	.prev-next .article_next i{
		margin-left: 0.1rem;
		background: url(../images/addimg47.png) center no-repeat;
		background-size: 0.1rem 0.16rem;
	}
	.prev-next .article_prev:hover i{
		background: url(../images/addimg51.png) center no-repeat;
		background-size: 0.1rem 0.16rem;
	}
	.prev-next .article_next:hover i{
		background: url(../images/addimg48.png) center no-repeat;
		background-size: 0.1rem 0.16rem;
	}
	.prev-next .article_prev.none i{
		background: url(../images/addimg52.png) center no-repeat;
		background-size: 0.1rem 0.16rem;
	}
	.prev-next .article_next.none i{
		background: url(../images/addimg49.png) center no-repeat;
		background-size: 0.1rem 0.16rem;
	}
	.prev-next .item.article_prev,
	.prev-next .item.article_next{
		color: #03A8F4;
		border: #03A8F4 solid 1px;
	}
	.prev-next .item.none{
		pointer-events: none;
		color: #EBEBEB;
		border: #EBEBEB solid 1px;
	}
	.prev-next .item:hover{
		background: #03A8F4 !important;
		color: #FFFFFF !important;
	}
	
	/**/
	.pImg{
		display: none;
	}
	.mImg{
		display: block;
	}
	.banner_text .t1, .inner_banner .text .h1{
		font-size: 28px;
	}
	.banner_text .t1{
		margin-bottom: 15px;
	}
	.banner_text .t2{
		font-size: 15px;
	}
	.inner_banner .text .h2{
		font-size: 28px;
	}
	.solutions_alliance .box .left_w{
		width: 140px;
	}
	.solutions_alliance .box .right_w{
		width: calc(100% - 140px);
		padding-left: 30px;
	    padding-top: 50px;
	    padding-right: 40px;
	}
	.application_form .box .div_choice ul{
		display: block;
	}
	.application_form .box .div_choice ul li{
		float: left;
		margin-right: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
		white-space: nowrap;
	}
	.application_form .box .div_choice ul li:last-child{
		margin-right: 0;
	}
	/**/
	.hz_info ul li .img{
		width: 40%;
	}
	.hz_info ul li .txt{
		width: 56%;
	}
	.page-list a,
	.page .ellipsis{
		margin-right: 12px;
	}
	.page .exhibit span{
		width: 45px;
	}
	/**/
	#Layer1 {
	    position: fixed;
	    z-index: 9;
	    background: #000000;
	    top: 0;
	    left: 0;
	}
	.bigPicLayer.unpacking{
		display: none;
		position: fixed;
		width: 94%;
		height: auto;
		margin-left: 0px;
		top: 35% !important;
		left: 3% !important;
		z-index: 10;
	}
	
	.bigPicLayer.unpacking .close{
		display: block;
		width: 40px;
		height: 40px;
		right: 0;
		top: -20%;
		position: absolute;
		background-size: cover;
		z-index: 15;
		opacity: 1 !important;
	}
	/**/
	.user_login .box .title .t1{
		font-size: 24px;
	}
	.user_login .box .title .t2{
		font-size: 16px;
	}
	.user_login .box .loginForm{
		padding: 30px 25px 40px;
	}
	.user_login .box .loginForm .subtit{
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 540px){
	.banner_text .t1, .inner_banner .text .h1{
		font-size: 24px;
	}
	.banner_text .t2{
		font-size: 14px;
	}
	.inner_banner .text .h2{
		font-size: 24px;
	}
	.contitle .h1{
		font-size: 24px;
	}
	.join{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.join .box ul li a, .join_btn a{
		font-size: 15px;
	}
	.why{
		padding: 60px 0px 70px;
	}
	.why .box{
		margin-top: 9%;
	}
	.why .box ul li{
		min-height: 270px;
	}
	.why .box ul li .t2{
		min-height: 1px;
	}
	.why .box ul li .t1, .partner_resource .box ul li .t1{
		font-size: 19px;
	}
	.partner_resource{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.partner_resource .box ul li{
		min-height: 280px;
	}
	.partner_resource .box ul li .icon img{
		max-width: 60px;
	}
	.partner_resource .box ul li .linkbox{
		margin-top: 20px;
	}
	.solutions_alliance{
		padding-bottom: 80px;
	}
	.solutions_alliance .box .left_w{
		width: 110px;
	}
	.solutions_alliance .box .left_w ul li {
	    margin-top: 18px;
	    margin-bottom: 18px;
	}
	.solutions_alliance .box .left_w ul li .h4{
		font-size: 15px;
	}
	.solutions_alliance .box .left_w ul li .icon img{
		max-width: 36px;
	}
	.solutions_alliance .box .right_w{
		width: calc(100% - 110px);
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.solutions_alliance .box .right_w ul li .t2{
		margin-bottom: 15px;
	}
	.solutions_alliance .box .right_w ul li .t4{
		margin-top: 7%;
	}
	.cooperation_infor{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.becoming{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	/**/
	.application_form{
		padding: 50px 0px;
	}
	.application_form .box .h2{
		font-size: 24px;
	}
	.application_form .box .tit span{
		font-size: 15px;
		line-height: 44px;
	}
	.application_form .box form{
		margin-top: 40px;
	}
	.application_form .box .form_li{
		padding-bottom: 20px;
	}
	.application_form .box .div_name,
	.application_form .box .div_name.w_110{
		width: 100%;
		margin-bottom: 10px;
	}
	.application_form .box .div_name.text_bottom{
		line-height: 1.5;
	}
	.application_form .box .div_content,
	.application_form .box .div_choice{
		width: 100%;
	}
	.application_form .box .subtit,
	.application_form .box .form_tips.oth{
		padding-left: 0;
	}
	.application_form .box .one-third,
	.application_form .box .quarter,
	.application_form .box .divli .half{
		float: none;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	.application_form .box .one-third:last-child,
	.application_form .box .quarter:last-child,
	.application_form .box .divli .half:last-child{
		margin-bottom: 0;
	}
	.application_form .box .div_name.w100.marbot.none{
		display: block;
	}
	.application_form .box .addtable{
		font-size: 14px;
	}
	.popBox .content{
		padding-bottom: 40px;
	}
	.popBox .content .text{
		margin-top: 30px;
		padding: 0px 25px;
	}
	.popBox .content .text .t1{
		font-size: 18px;
	}
	.popBox .content .text .line{
		margin-top: 20px;
	}
	.popBox .content .text .btns a{
		font-size: 16px;
		height: 46px;
    	line-height: 44px;
	}
	.popBox .popclose {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
	/**/
	.hz_info{
		padding-bottom: 50px;
	}
	.hz_info .wrap{
		margin-top: 20px;
	}
	.hz_info ul li{
		padding-bottom: 25px;
	}
	.hz_info ul li a{
		display: block;
		padding: 20px;
		border: #ebebeb solid 1px;
	}
	.hz_info ul li .img{
		width: 100%;
		margin-bottom: 25px;
	}
	.hz_info ul li .txt{
		width: 100%;
	}
	.hz_info ul li .txt .t2, .hz_info ul li .txt .t3{
		font-size: 14px;
	}
	.hz_info ul li .txt .t3{
		position: static;
		margin-top: 10px;
	}
	/**/
	.product_infor{
		padding-bottom: 50px;
	}
	.product_infor .box .partBox .subtit{
		font-size: 18px;
	}
	.product_infor .box .wrap ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5%;
	}
	.product_infor .box .wrap ul li:nth-child(5n){
		margin-right: 4%;
	}
	.product_infor .box .wrap ul li:nth-child(4n){
		margin-right: 4%;
	}
	.product_infor .box .wrap ul li:nth-child(3n){
		margin-right: 4%;
	}
	.product_infor .box .wrap ul li:nth-child(2n){
		margin-right: 0;
	}
	.classification{
		font-size: 15px;
	}
	.product_infor .box .wrap.oth{
		margin-top: 10px;
	}
	.product_infor .box .wrap ul li .txt{
		font-size: 15px;
	}
	.classification .t1{
		/*width: 90px;*/
		margin-right: 30px;
	}
	.classification .t2{
		/*width: calc(100% - 90px);*/
	}
	.classification .t2 ul li{
		margin-right: 45px;
	}
	/**/
	.unpacking_video{
		padding-bottom: 50px;
	}
	.unpacking_video .wrap{
		margin-top: 20px;
	}
	.unpacking_video .wrap ul li{
		float: none;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 25px;
	}
	/**/
	.user_login .bgimg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.user_login .bgimg img{
		height: 100%;
		object-fit: cover;
	}
	.user_login .box{
		position: relative;
		top: 0;
	    left: 0;
	    transform: none;
	    padding-top: 80px;
	    padding-bottom: 50px;
	}
	.user_login .box .loginForm .login-oth{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 480px){
	.bigPicLayer.unpacking .close {
		width: 36px;
		height: 36px;
	}
}
@media only screen and (max-width: 440px){
	.join .h1{
		font-size: 14px;
	}
	.join .box ul li a, .join_btn a{
		font-size: 14px;
		height: 44px;
    	line-height: 42px;
	}
	.join_btn a{
		min-width: 36%;
		padding: 0 15px;
		margin-right: 20px;
	}
	.why .box ul li .icon img{
		max-width: 60px;
	}
	.why .box ul li .t1, .partner_resource .box ul li .t1{
		font-size: 18px;
	}
	.why .box ul li .t2{
		font-size: 14px;
	}
	.solutions_alliance .box{
		margin-top: 30px;
	}
	.solutions_alliance .box .left_w ul li i{
		width: 3px;
	}
	.partner_resource .box ul li .t2, .partner_resource .box ul li .linkbox{
		font-size: 14px;
	}
	.solutions_alliance .box .right_w{
		padding: 30px 20px;
	}
	.solutions_alliance .box .right_w ul li .t2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.solutions_alliance .box .right_w ul li .t1, .solutions_alliance .box .right_w ul li .t3, .solutions_alliance .box .right_w ul li .t4 a{
		font-size: 14px;
	}
	.cooperation_infor .box a,
	.cooperation_infor .text ul li .txt .t1, .cooperation_infor .text ul li .txt .t2{
		font-size: 14px;
	}
	.filing_sheet_entry .btns{
		margin-top: 30px;
	}
	.filing_sheet_entry .btns a{
		font-size: 15px;
		height: 44px;
    	line-height: 44px;
	}
	.filing_sheet_entry .btns a i{
		height: 22px;
		background: url(../images/addimg12a.png) center right no-repeat;
		background-size: 22px 22px;
	}
	.becoming .text{
		font-size: 14px;
		margin-top: 30px;
	}
	.becoming .join_btn{
		margin-top: 30px;
	}
	/**/
	.application_form{
		padding: 40px 0px 50px;
	}
	.application_form .box form{
		margin-top: 30px;
	}
	.application_form .box .div_name, 
	.application_form .box .divli input, 
	.application_form .box .one-third, 
	.application_form .box .crossh, 
	.application_form .box select, 
	.application_form .box .addtable, 
	.application_form .box .addtr, 
	.application_form .box .spname, 
	.application_form .box .textareaBox textarea, 
	.application_form .box .checkli .txt{
		font-size: 14px;
	}
	.application_form .box .addtable{
		font-size: 12px;
	}
	.popBox .content .text .btns a{
		min-width: 80%;
	}
	.solutions_alliance .box .left_w{
		width: 100px;
	}
	.solutions_alliance .box .right_w{
		width: calc(100% - 100px);
	}
	.solutions_alliance .box .left_w ul li .icon{
		margin-bottom: 6px;
	}
	.solutions_alliance .box .left_w ul li .icon img{
		max-width: 32px;
	}
	.crumbBox{
		padding: 12px 0px;
	}
	.classification{
		display: block;
	}
	.classification .t1{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.classification .t2{
		display: flex;
		float: none;
		width: 100%;
	}
	.classification .t2 ul li{
		margin-right: 30px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 375px){
	.join .box ul li a{
		line-height: 1.5;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
	}
	
}


.application_form .box .addtable tr td input{
	display: block;
	width:100%;
}


/*20220812*/
.application_form .box{
	max-width: 928px;
}
.application_form .box .addtable,
.application_form .box .addtr{
	max-width: 880px;
	width: calc(100% - 48px);
}
.application_form .box .addtable tr{
	position: relative;
}
.application_form .box .addtable  .closeIcon{
	position: absolute;
	right: -48px;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	color: #ff0000;
	font-size: 15px;
	cursor: pointer;
}
.application_form .box .addtable  .closeIcon img{
	max-width: 100%;
	/*width: 28px;
	height: 28px;*/
}
@media only screen and (max-width: 640px){
	.application_form .box .addtable,
	.application_form .box .addtr{
		width: calc(100% - 36px);
	}
	.application_form .box .addtable  .closeIcon{
		right: -36px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px){
	.application_form .box .addtable,
	.application_form .box .addtr{
		width: calc(100% - 30px);
	}
	.application_form .box .addtable  .closeIcon{
		right: -30px;
		font-size: 12px;
	}
}