@media (max-width: 1024px) {
	body.no-scroll{
	    position: fixed;
	    left: 0;
	    right: 0;
	}
	.header-view{
		padding:0 5%;
	}

	.index-page header{
		background: #fff;
		border-color:rgba(0, 0, 0, .1);
	}
	.index-page header .logo1{
		
		display: none;
	}
	.index-page header .logo2{
		display: inline-block;
	}
	.index-page header .nav-ul li .tit{
		color: #000;
	}


	.index-page header .header-ss{
		border: 1px solid rgba(0,0,0,.1);
	}
	.index-page header .header-ss .int2{
		color: #333;
	}
	.index-page header .header-ss .int1{
		background-image: url(../img/ico02.png);
	}
	.index-page header .header-en{
		color: #000;
	}
	.index-page .clearfixed{
		display: block;
	}
	nav{
		display: none;
	}
	.header-ss{
		display: none;
	}
	.nav-btn {
	    float: right;
	    position: relative;
	    width: .8rem;
	    height: .5rem;
	    padding: 0;
	    margin: .15rem 0 0 .9rem;
	}
	.nav-btn .line {
	    width: 100%;
	    height: 2px;
	    position: absolute;
	    left: 0;
	    background-color: #383838;
	    transition: all .2s;
	    transform-origin: center;
	}
	.nav-btn .line1 {
	    top: 0;
	}
	.nav-btn .line2 {
	    top: 50%;
	    margin-top: -1px;
	}
	.nav-btn .line3 {
	    bottom: 0;
	}
	.nav-btn.cur .line{
		top: 50%;
	    bottom: auto;
	    margin-top: -1px;
	}
	.nav-btn.cur .line1{
		transform: rotate(45deg);
	}
	.nav-btn.cur .line2{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.nav-btn.cur .line3{
		transform: rotate(-45deg);
	}
	.nav-view{
		width: 66.67%;
		margin:0 auto;
	}
	.m-nav-wrap{
		/*display: block;*/
		position: fixed;
		top: 2.5rem;
		left:0;
		width: 100%;
		height: calc(100% - 2.5rem);
		z-index: 90;
		background-color: rgba(61,72,153,.98);
		box-sizing: border-box;
		padding:2.5rem 0;
	}
	.m-search{
		width: 100%;
		border:1px solid rgba(255,255,255,.3);
		padding:.3rem .9rem;
		border-radius: .75rem;
		box-sizing: border-box;
	}
	.m-search input[type=text]{
		float: left;
		width: 80%;
		height: .85rem;
		line-height: .85rem;
		background-color: transparent;
		color: #fff;
		font-size: .6rem;
	}
	.m-search input[type=submit]{
		float: right;
		width: .6rem;
		height: .6rem;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		background-image: url('../img/m-search.png');
		background-color: transparent;
		margin-top: .1rem;
	}
	.m-nav{
		margin-top: 1.5rem;
	}
	.m-nav .tit{
		display: block;
		font-size: 1rem;
		line-height: 2.75rem;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,.2);
		position: relative;
	}
	.m-nav .tit:before{
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -.1375rem;
		width: .475rem;
		height: .275rem;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		background-image: url('../img/nav-arrow.png');
		transition: all .3s;
	}
	.m-nav li:nth-child(1) .tit:before,
	.m-nav li:nth-child(5) .tit:before{
		display: none;
	}
	.m-nav .navson{
		padding:.7rem 0;
		display: none;
	}
	.m-nav .navson a{
		display: block;
		font-size: .75rem;
		line-height: .8rem;
		margin-bottom: .5rem;
		color: #fff;
		opacity: .5;
		filter: alpha(opacity=50);
	}
	.m-nav .navson a:last-child{
		margin-bottom: 0;
	}
	.m-nav li.on .tit:before{
		transform:rotate(-180deg);
	}
	.m-search input[type=text]::-webkit-input-placeholder{
	    color:#fff;  
	}  
	.m-search input[type=text]:-moz-placeholder{
	    color:#fff;
	}  
	.m-search input[type=text]::-moz-placeholder{
	    color:#fff;
	}  
	.m-search input[type=text]:-ms-input-placeholder {
	    color:#fff;
	}

	.footer-a{
		display: none;
	}
	.footer-b{
		line-height: 25px;
		padding: 20px 0;
		height: auto;
	}
	.footer-b1{
		display: block;
		width: 100%;
		height: auto;
	    float: none;
	    text-align: center;
	}
	.footer-b1 a{
		display: block;
	}
	.footer-b1 span{
		margin: 0;
		display: block;
	}
	.footer-b2{
		float: none;
		display: block;
		text-align: center;
		height: 25px;
		line-height: 25px;
		margin-top: 8px;
	}
	.footer-b2 a{
		line-height: 25px;
	}

	.index-cont{
		width: 90%;
		padding-bottom: 4rem;
		padding-top: .8rem;
	}
	.index-view{
		padding:0 5%;
	}
	.ibanner-pc{
		display: none;
	}
	.ibanner-m{
		display: block;
		/* height: 7rem; */
	}
	.ibanner-m .play-btn{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 2.5rem;
		height: 2.5rem;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-image: url('../img/play-btn.png');
	}
	.ibanner-m img{
		object-fit: cover;
		height: 100%;
	}
	.ibanner-m .m-img{
		display: none;
	}
	.ibanner .center-text{
		bottom: 25%;
	}
	.ibanner .text .txt{
		font-size: 1.6rem;
	    line-height: 2rem;
	}
	.ibanner .center-text .txt{
		font-size: 1.1rem;
		line-height: 1.2rem;
	}
	.ibanner .center-text .ban-more{
		margin-top: 1.0rem;
	}

	.wisdom-box{
		padding-bottom: 1.25rem;
	}
	.dialog-box .pro-dialog{
		width: 90%;
	}
	.core-view{
		padding:0 5%;
		width: auto;
	}
	.team-dialog{
		width: 90%;
	}
	.news-box{
		padding: 2rem 0;
	}
	.industry-box{
		padding: 2rem 0;
	}
	.doc-box{
		padding: 1.75rem 0;
	}
	.recommend-box{
		padding: 2rem 0;
	}
	.result-box{
		padding: 2rem 0;
	}
	.style-box{
		padding: 2rem 0;
	}
	.rule-box{
		padding: 2rem 0;
	}
	.search-box{
		padding: 1.625rem 0;
	}
	.develop-tab .swiper-slide{
		margin-right: 2.5rem;
	}
	.vision-box .vision-list .con-box{
		padding: 2rem 1rem 1.5rem;
	}
	.index-cont{
		padding-bottom: 1.5rem;
		padding-top: 2rem;
	}
	.search-list{
		min-height: 39rem;
	}
}
@media (max-width: 992px){
	.index-cont{
		/* margin-top: -2.5rem; */
	}
	.chip-box .pro-con, 
	.pic-box .pro-con,
	.wisdom-box .pro-con{
		width: 100%;
	}
	.chip-box .pro-con br{
		display: none;
	}
	.ai-list .right{
		width: 60%;
	}
	.pic-list .row{
		margin:0 -.5rem;
	}
	.pic-list .item{
		padding:0 .5rem;
	}
	.calc-box .row{
		margin:0 -.5rem;
	}
	.calc-box .item{
		padding:0 .5rem;
	}
	.material-box .pro-con{
		width: 100%;
	}
	.test-list .right{
		width: 60%;
	}
	.team-dialog .text-box .pub-con{
		height: 2.7rem;
	}
	.recruit-box .left{
		width: 24%;
	}
	.grow-top .left .pub-con{
		height: 8.1rem;
	}
	.campus-box .campus-tit{
		width: 80%;
	}
	.adv-box .adv-list .row{
		margin: 0 -.3rem;
	}
	.adv-box .adv-list .item{
		padding: 0 .3rem;
	}
	.business-box .tag-box .con-box{
		width: 600px;
	}
	.business-box .tag-box{
		margin-top: -1rem;
	}
	.contact-table td{
		padding-left: 1rem;
	}
	.contact-table tr td:nth-child(4){
		padding-left: 1.5rem;
	}
	.news-top-list .con-box .tit{
		height: 2.1rem;
	}
	.search-list{
		min-height: 26.5rem;
	}
	.calc-box .pub-con{
		height: 6.3rem;
	}
}
@media (max-width: 767px) {
	
	
	header{
		height: 1rem;
	}
	header .logo{
		width: 1.95rem;
		margin-top: .1rem;
	}
	header .logo img{
		width: 1.6rem;
	}
	.header-right{
		margin-top: .32rem;
	}
	.nav-btn{
		margin-top: 0;
	}
	.header-bottom .right .nav-btn {
	    width: .5rem;
	    height: .36rem;
	}
	
	.nav-btn {
	    width: .5rem;
	    height: .36rem;
	    margin-left: .5rem;
	}
	
	.header-en{
		line-height: .36rem;
		height: auto;
		font-size: .3rem;
		/*margin-top: .25rem;*/
		/*height: .6rem;*/
		/*line-height: .6rem;*/
		/*display: none;*/
	}
	.m-nav-wrap{
		top: 1rem;
		height: calc(100% - 1rem);
		padding:.95rem 0;
	}
	.m-search{
		padding:.12rem .36rem;

	}
	.m-search input[type=text]{
		height: .34rem;
		line-height: .34rem;
		font-size: .24rem;
	}
	.m-search input[type=submit]{
		width: .16rem;
		height: .16rem;
		/*margin-top: .1rem;*/
	}
	.m-nav{
		margin-top: .6rem;
	}
	.m-nav .tit{
		font-size: .4rem;
		line-height: 1.1rem;
	}
	.m-nav .tit:before{
		width: .19rem;
		height: .11rem;
		margin-top: -.055rem;
	}
	.m-nav .navson{
		padding: .28rem 0;
	}
	.m-nav .navson a{
		font-size: .3rem;
		line-height: .4rem;
		margin-bottom: .2rem;
	}
	.clearfixed{
		height: 1rem;
	}

	.footer-b{
		padding: .4rem 0;
		font-size: .24rem;
		line-height: .4rem;
	}
	footer .w1680{
		padding: 0;
	}
	.footer-b2{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.footer-b2 a{
			font-size: .26rem;
		line-height: .4rem;
	}

	.ibanner-m{
		height: 7rem;
	}
	.ibanner-m .play-btn{
		width: 1rem;
		height: 1rem;
	}
	.ibanner-m .m-img{
		display: block;
	}
	.ibanner-m .pc-img{
		display: none;
	}

	.ibanner .text .txt{
		font-size: .6rem;
		line-height: .8rem;
	}
	.ibanner .text .ban-more{
		width: 2rem;
		height: .7rem;
		line-height: .7rem;
		margin-top: .3rem;
		font-size: .3rem;
		border-radius: .35rem;
	}
	.ibanner-a{
		padding: 0 .4rem;
	}
	.ibanner-a1{
		font-size: .5rem;
		padding: 0;
		padding-top: 1.5rem;
		line-height: .8rem;
	}
	.ibanner-a2{
		padding: 0;
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.ibanner-a3{
		margin-left: 0;
		margin-top: .25rem;
		height: .4rem;
		line-height: .4rem;
		font-size: .26rem;
		padding-right: .25rem;
		background-size: .15rem;
	}
	.ibanner-a3:hover{
		padding-right: .3rem;
	}
	
	.idiv-cont{
		/* min-height: 15rem; */
	}
	
	
	.index-cont{
		/* margin-top: -1rem; */
		/* padding: 0 .4rem; */
		padding-bottom: 1.4rem;
		padding-top: .8rem;
	}
	.ilast-a{
		height: .8rem;
		line-height: .8rem;
		padding: 0 .3rem;
	}
	.ilast-a1{
		font-size: .3rem;
		line-height: .8rem;
	}
	.ilast-a2{
		height: .8rem;
		background-size: .2rem;
		line-height: .8rem;
	}
	.ilast-c{
		height: 1.25rem;
		padding: .2rem .3rem;
		box-sizing: border-box;
	}
	.ilast-c1{
		display: none;
		font-size: .3rem;
		padding-top: .1rem;
	}
	.ilast-c2{
		font-size: .3rem;
		/*margin-top: .15rem;*/
	}
	.ilast-c3{
		width: 1rem;
		height: 1.25rem;
		line-height: 1.25rem;
		font-size: .3rem;
		background-size: .15rem;
		right: .3rem;
	}
	.ipro-ul a{
		width: 100%;
		/* height: 3.98rem; */
		margin-bottom: .2rem;
	}
	.ipro-ul a:last-child{
		margin-bottom: 0;
	}
	.ipro-a{
		width: 100%;
		height: 1rem;
		padding: 0 .3rem;
		font-size: 0;
		line-height: 1rem;
	}
	.ipro-a1{
		font-size: .3rem;
		padding-top: .2rem;
	}
	.ipro-a2{
		font-size: .28rem;
		line-height: 1rem;
		/*margin-top: .05rem;*/
	}
	.ipro-a3{
		height: 1rem;
		line-height: 1rem;
		right: .3rem;
		background-size: .15rem;
	}
	.ilast-c{
		margin-top: .2rem;
	}
	.inews-ul{
		padding: .2rem 0;
	}
	.inews-ul a{
		width: 100%;
		padding: .2rem .3rem;
		padding-right: .6rem;
		height: 1.2rem;
	}
	.inews-b{
		font-size: .28rem;
		height: .35rem;
		line-height: .35rem;
	}
	.inews-c{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.inews-d{
		right: .2rem;
		background-size: .15rem;
	}
	.inews-ul a:nth-child(2n){
		margin-left: 0;
	}
	
	.idiv{
		/* top: 1.1rem; */
	}
	.idiv.cli{
	}
	.idiv.cli{
		margin-bottom: .2rem;
	}
	.ilast-c{
		margin-top: 0;
	}
	.index-cont{
		min-height: auto;
	}
	.sub-banner{
		overflow: hidden;
	}
	.sub-banner img{
		width: 150%;
		transform: translateX(0%);
	}
	.sub-banner .text-box .tit{
		font-size: .48rem;
		line-height: .58rem;
	}
	.sub-banner .text-box .btns{
		margin-top: .4rem;
	}
	.sub-banner .btns a{
		width: 1.5rem;
		height: .7rem;
		line-height: .7rem;
		font-size: .24rem;
	}
	.pro-title{
		font-size: .48rem;
		line-height: .58rem;
	}
	.pro-con{
		font-size: .24rem;
		line-height: .4rem;
	}
	.chip-box .pro-con,
	.pic-box .pro-con,
	.wisdom-box .pro-con{
		margin-top: .24rem;
	}
	.chip-box{
		padding:1rem 0;
	}
	.pro-tit{
		font-size: .34rem;
		line-height: .44rem;
	}
	.pic-box{
		padding:.8rem 0;
	}
	.pic-list{
		margin-top: .5rem;
	}
	.pic-list .row{
		margin:0;
	}
	.pic-list .item{
		padding:0;
	}
	.pic-list .en{
		font-size: .4rem;
		line-height: .5rem;
	}
	.pic-list .cn{
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.pub-con{
		font-size: .24rem;
		line-height: .4rem;
	}
	.pic-list .item{
		margin-bottom: .4rem;
	}
	.pic-list .item:last-child{
		margin-bottom: 0;
	}
	.pic-list .item:before{
		display: none;
	}
	.pic-list .pub-con{
		margin-top: .24rem;
		height: auto;
	}
	.pro-more{
		width: 2rem;
		height: .7rem;
		line-height: .7rem;
		font-size: .3rem;
	}
	.pic-list .pro-more{
		margin-top: .3rem;
	}
	.ai-box{
		padding:.8rem 0;
	}
	.calc-box .pro-con{
		width: 100%;
		margin-top: .3rem;
	}
	.ai-list li{
		padding:.5rem;
	}
	.ai-list .ai-tit{
		float: none;
		line-height: .88rem;
		background-size: .88rem;
		padding:0 0 0 1.2rem;
		font-size: .3rem;
	}
	.ai-list li.on .ai-tit{
		padding:0 0 0 1.2rem;
		background-position: left center;
	}
	.ai-list .right{
		position: static;
		width: 100%;
		transform:translateY(0);
		margin-top: .3rem;
	}
	.calc-box{
		padding:.8rem 0;
	}
	.calc-box .calc-list{
		margin-top: .5rem;
	}
	.calc-box .row{
		margin:0;
	}
	.calc-box .item{
		padding:0;
		margin-bottom: .3rem;
	}
	.calc-box .item:before{
		display: none;
	}
	.calc-box .con-box .icon{
		width: .58rem;
	}
	.calc-box .calc-tit{
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.calc-box .pub-con{
		margin-top: .2rem;
		height: auto;
	}
	.calc-box .pro-more{
		margin-top: .3rem;
	}
	.wisdom-box{
		padding:.8rem 0;
	}
	.chip-wrap{
		width: 100%;
		margin-top: .4rem;
		padding:.5rem 0;
	}
	.chip-wrap .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.chip-wrap .pub-con{
		float: none;
		width: 80%;
		margin: .3rem auto;
		/* margin-top: .3rem; */
	}
	.chip-wrap .pro-more{
		margin-top: .4rem;
	}
	.dialog-box .pro-dialog{
		padding:.5rem;
	}
	.dialog-con{
	    max-height: 6rem;
	}
	.pro-dialog .en{
		font-size: .4rem;
		line-height: .5rem;
	}
	.pro-dialog .cn{
		font-size: .3rem;
		line-height: .4rem;
	}
	.dialog-wrap{
		margin-top: .3rem;
	}
	.dialog-box .type-btns{
		margin-top: .4rem;
	}
	.dialog-box .type-btns a{
		font-size: .3rem;
		line-height: .4rem;
	}
	.dialog-box .type-btns .swiper-wrapper{
		justify-content: flex-start;
	}
	.dialog-box .type-btns .swiper-slide{
		margin:0 .6rem 0 0;
	}
	.dialog-con .mCSB_outside+.mCSB_scrollTools {
	    height: 100%;
	    top: 0;
	    right: -.3rem;
	}
	.params-tit{
		font-size: .24rem;
		line-height: .7rem;
	}
	.params-table{
		overflow: auto;
	}
	.params-table table th,
	.params-table table td{
		font-size: .24rem;
		line-height: .4rem;
	}
	.params-table .params-tit{
		width: 800px;
	}
	.params-table table{
		width: 800px;
	}
	.pro-dialog2 .text-list{
		text-align: left;
	}
	.pro-dialog2 .text-list li{
		font-size: .24rem;
		line-height: .4rem;
		padding-left: .3rem;
		min-width: auto;
		margin: 0 0 .2rem;
	}
	.pro-dialog2 .params-table .params-tit{
		width: 100%;
	}
	.pro-dialog2 .params-table table{
		width: 100%;
	}
	.pro-dialog2 .params-table table tr td:nth-child(1),
	.pro-dialog2 .params-table table tr td:nth-child(2){
		padding: .3rem .25rem;
	}
	.material-box{
		padding:.8rem 0;
	}
	.material-box .pro-con{
		margin-top: .5rem;
	}
	.core-box{
		padding:.8rem 0;
	}
	.core-box .core-title{
		font-size: .4rem;
		line-height: .5rem;
	}
	.core-view{
		padding:0 .4rem;
	}
	.view{
		padding:0 .4rem;
		width: auto;
	}
	.core-list{
		margin-top: .5rem;
	}
	.core-list .row{
		margin:0;
	}
	.core-list .item{
		padding:0;
		margin-bottom: .8rem;
	}
	.core-list .item:last-child{
		margin-bottom: 0;
	}
	.core-list .item:before{
		display: none;
	}
	.core-list .core-tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.core-list .pub-con{
		margin-top: .3rem;
		height: auto;
	}
	.core-list .pub-con p{
		padding-left: .2rem;
	}
	.core-list .pub-con p:before{
		font-size: .24rem;
		line-height: .4rem;
		top: 0rem;
	}
	.test-box{
		padding:.8rem 0;
	}
	.test-list{
		margin-top: .5rem;
	}
	.test-list li{
		padding:.5rem;
		margin-bottom: .4rem;
	}
	.test-list .left{
		padding-left: 1.4rem;
		background-size: 1.1rem;
		line-height: 1.1rem;
		font-size: .34rem;
		float: none;
	}
	.test-list .right{
		float: none;
		width: 100%;
		margin-top: .3rem;
	}
	.test-list .info-box{
		margin-top: .3rem;
		padding:.5rem 0;
	}
	.test-list .info-tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.test-list .info-list{
		margin-top: .5rem;
	}
	.test-list .row{
		margin:0;
	}
	.test-list .item{
		padding:0;
		margin-bottom: .4rem;
	}
	.test-list .item:last-child{
		margin-bottom: 0;
	}
	.test-list .info-box .pro-more{
		margin-top: .5rem;
	}
	.vision-box{
		padding: .8rem 0;
	}
	.vision-box .vision-tit{
		font-size: .36rem;
		line-height: .46rem;
	}
	.vision-box .vision-list{
		margin-top: .5rem;
	}
	.vision-box .vision-list .item{
		margin-bottom: .3rem;
	}
	.vision-box .vision-list .item:last-child{
		margin-bottom: 0;
	}
	.vision-box .vision-list .con-box{
		padding:.8rem .4rem;
		height: auto;
	}
	.vision-box .vision-list .tit{
		font-size: .36rem;
		line-height: .5rem;
		background-size: .36rem;
		padding-left: .54rem;
		margin-left: 0;
	}
	.vision-box .vision-list .pub-con{
		margin-top: .3rem;
		min-height: 1.2rem;
		font-size: .5rem;
		line-height: .7rem;
	}
	.profile-box{
		padding: .8rem 0;
	}
	.profile-box .pub-con{
		margin-top: .3rem;
	}
	.team-box{
		padding: .8rem 0;
	}
	.team-tab{
		margin-top: .5rem;
	}
	.team-tab .text{
		margin-top: .3rem;
	}
	.team-tab .text .name{
		font-size: .24rem;
		line-height: .4rem;
	}
	.team-tab .text .staff{
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.team-tab .scroll-bar{
		margin-top: .5rem;
	}
	.team-dialog{
		padding: .5rem;
	}
	.team-dialog .text-box .name{
		font-size: .3rem;
		line-height: .4rem;
	}
	.team-dialog .text-box .staff{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.team-dialog .text-box .pub-con{
		margin-top: .2rem;
		height: 1.6rem;
	}
	.team-dialog .team-close{
		right: 0;
		top: -.3rem;
		width: .2rem;
		height: .2rem;
	}
	.develop-box{
		padding: .8rem 0;
	}
	.develop-tab{
		margin-top: .5rem;
		padding: 0 1rem;
	}
	.develop-tab .mask{
		display: none;
	}
	.develop-tab .con-box{
		width: 3.5rem;
	}

	.year-tab .line{
		margin-right: 5px;
	}
	.develop-tab .swiper-slide:last-child {
	    margin-right: 0;
	}
	.develop-box .year-box{
		margin-top: .2rem;
	}
	.develop-tab .time{
		font-size: .3rem;
		line-height: .4rem;
	}
	.develop-tab .pub-con{
		height: 1.6rem;
		margin-top: .2rem;
	}
	.develop-tab .con-box{
		background-size: auto 2.2rem;
	}
	.develop-tab .con-wrap .con-box:nth-child(2){
		padding-top: 2.0rem;
		margin-left: 1rem;
	}

	.develop-tab .time:before{
		top: .1rem;
	}
	.year-tab .txt{
		font-size: .24rem;
		line-height: .4rem;
		top: .5rem;
	}
	.develop-tab:before{
		top: 2.42rem;
	}
	.develop-prev,
	.develop-next{
		top: 2.2rem;
		width: .5rem;
		height: .5rem;
		background-size: .08rem;
	}
	.develop-box .year-tab{
		padding-left: .4rem;
	}
	.chairman-box{
		padding: .8rem 0 0;
	}
	.chairman-wrap .img{
		display: none;
		width: 35.9%;
	}
	.chairman-wrap .left{
		width: 100%;
	}
	.chairman-wrap .tab-btns a{
		height: .6rem;
		line-height: .6rem;
		padding: 0 .36rem;
		font-size: .3rem;
	}
	.chairman-text{
		margin-top: .4rem;
	}
	.chairman-wrap{
		padding-bottom: .8rem;
		margin-top: .5rem;
	}
	.chairman-wrap .left .pub-con{
		height: auto;
	}
	.news-box{
		padding: .8rem 0;
	}
	.news-search{
		width: calc(100% - .6rem);
		padding: .2rem .3rem;
		height: .4rem;
		line-height: .4rem;
		font-size: .3rem;
	}
	.news-search input[type=text]{
		
	}
	.news-search input[type=submit]{
		width: .3rem;
		height: .3rem;
		margin-top: .05rem;
	}
	.news-search-box .time-box{
		margin-left: 0;
		margin-top: .3rem;
		width: 80%;
	}
	.news-search-box .time-box .tit{
		width: 100%;
		box-sizing: border-box;
		height: .8rem;
		line-height: .8rem;
		padding: 0 .3rem;
		font-size: .3rem;
	}
	.news-search-box .time-box .tit:before{
		right: .3rem;
	}
	.news-search-box .time-box .sub{
		top: .8rem;
	}
	.news-search-box .time-box .sub a{
		font-size: .3rem;
		line-height: .8rem;
		padding: 0 .3rem;
	}
	.news-search-box input[type=submit]{
		float: right;
		width: 15%;
		height: .8rem;
		margin-top: .3rem;
		background-size: .3rem;
	}
	.news-top-list{
		margin-top: .5rem;
	}
	.news-top-list .row{
		margin: 0;
	}
	.news-top-list .item{
		padding: 0;
		margin-bottom: .4rem;
	}
	.news-top-list .item:last-child{
		margin-bottom: 0;
	}
	.news-top-list .con-box{
		padding: .5rem;
	}
	.news-top-list .con-box .time{
		font-size: .24rem;
		line-height: .4rem;
	}
	.news-top-list .con-box .tit{
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .2rem;
		height: auto;
	}
	.news-top-list .con-box .pub-con{
		margin-top: .2rem;
		height: auto;
	}
	.news-top-list .con-box .pro-more{
		margin-top: .5rem;
	}
	.news-bottom-list{
		margin-top: .5rem;
	}
	.news-bottom-list .item{
		padding: .5rem;
		margin-bottom: .4rem;
	}
	.news-bottom-list .item>div{
		display: block;
	}
	.news-bottom-list .time{
		font-size: .24rem;
		line-height: .4rem;
	}
	.news-bottom-list .tit{
		font-size: .3rem;
		line-height: .4rem;
		height: auto;
		width: 100%;
		height: auto;
		margin: .2rem 0 0;
	}
	.news-bottom-list .pub-con{
		margin: .2rem 0 0;
		width: 100%;
		height: auto;
	}
	.news-bottom-list .item>.pro-more{
		float: none;
	}
	.news-bottom-list .page{
		margin-top: .7rem;
	}
	.page a{
		width: .5rem;
		height: .5rem;
		line-height: .5rem;
		font-size: .24rem;
	}
	.page a[rel=prev],
	.page a[rel=next]{
		background-size: 4px;
	}
	.industry-box{
		padding: .8rem 0;
	}
	.industry-wrap{
		margin-top: .4rem;
	}
	.industry-list{
		float: none;
		width: 100%;
	}
	.industry-list .item{
		padding: .5rem;
	}
	.industry-list .item .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.industry-list .item .time{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.industry-list .item .pub-con{
		margin-top: .2rem;
	}
	.industry-list .item .detail{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.industry-wrap{
		padding-bottom: 0;
	}
	.industry-wrap .page{
		position: static;
		margin-top: .5rem;
	}
	.industry-wrap .right:before{
		display: none;
	}
	.industry-wrap .right{
		float: none;
		width: 100%;
		padding: .5rem 0 0;
		margin: .5rem 0 0;
		border-left: none;
		border-top: 1px solid #f2f2f2;
	}
	.industry-wrap .right .title{
		font-size: .3rem;
		line-height: .4rem;
	}
	.industry-wrap .hot-list{
		margin-top: .3rem;
	}
	.industry-wrap .hot-list .item{
		padding: .3rem;
	}
	.industry-wrap .hot-list .item .pub-con{
		line-height: .4rem;
		height: auto;
	}
	.industry-wrap .hot-list .item .time{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.picture-box{
		padding: .8rem 0;
	}
	.media-tit{
		font-size: .36rem;
		line-height: .46rem;
	}
	.picture-box .list{
		margin-top: .5rem;
	}
	.picture-box .list .row{
		margin: 0 -.1rem;
	}
	.picture-box .list .item{
		padding: 0 .1rem;
		margin-bottom: .3rem;
	}
	.picture-box .list .txt{
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.picture-box .pro-more{
		margin-top: .2rem;
	}
	.doc-box{
		padding: .8rem 0;
	}
	.doc-list{
		margin-top: .4rem;
	}
	.doc-list .con-box{
		padding: .2rem .3rem;
	}
	.doc-list .con-box .txt{
		line-height: .7rem;
		height: .7rem;
		font-size: .3rem;
		padding-left: .4rem;
		background-size: .18rem;
	}
	.doc-list .con-box .down-icon{
		height: .7rem;
		width: .24rem;
	}
	.doc-box .pro-more{
		margin-top: .2rem;
	}
	.newsinfo-box{
		padding: .8rem 0;
	}
	.newsinfo-box .left{
		width: 100%;
		float: none;
	}
	.newsinfo-box .right{
		width: 100%;
	}
	.newsinfo-box .tit-box{
		padding-bottom: .2rem;
	}
	.newsinfo-box .tit-box .tit{
		font-size: .36rem;
		line-height: .5rem;
	}
	.newsinfo-box .tit-box .time{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.newsinfo-box .left .pub-con{
		margin-top: .4rem;
	}
	.newsinfo-box .ctrl-box{
		margin-top: .4rem;
		padding-top: .4rem;
	}
	.newsinfo-box .ctrl a{
		font-size: .3rem;
		line-height: .4rem;
	}
	.newsinfo-box .back-btn{
		font-size: .3rem;
		line-height: .4rem;
		background-size: .3rem;
		padding-left: .6rem;
	}
	.newsinfo-box .right{
		margin-top: .5rem;
		padding: .5rem;
	}
	.newsinfo-box .right-tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.newsinfo-box .list{
		margin-top: .3rem;
	}
	.newsinfo-box .list a{
		padding-left: .3rem;
		font-size: .3rem;
		line-height: .4rem;
	}
	.newsinfo-box .list a:before{
		top: .15rem;
	}
	.sub-nav-box{
		position: relative;
		z-index: 3;
	}
	.sub-nav-box .view{
		padding: 0;
	}
	.sub-nav{
		width: 90%;
		margin: 0 auto;
	}
	.sub-nav .swiper-slide{
		min-width: 1rem;
		padding: 0;
		margin-right: 1rem;
	}
	.sub-nav .swiper-slide:before{
		right: -.5rem;
	}
	.sub-nav .swiper-slide:first-child{
		padding-left: 0;
	}
	.sub-nav .swiper-slide:last-child{
		padding-right: 0;
	}
	.sub-nav .swiper-slide a{

		height: .8rem;
		line-height: .8rem;
		font-size: .24rem;
	}
	.sub-nav .swiper-slide.cur a:before{
		width: 1rem;
	}
	.recruit-box{
		padding: .8rem 0;
	}
	.recruit-box .right{
		float: none;
		width: 100%;
	}
	.recruit-search-box .tit{
		font-size: .34rem;
		line-height: .4rem;
	}
	.recruit-search-box .types-box{
		margin-top: .3rem;
	}
	.recruit-search-box .types-box .recruit-tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.recruit-search-box .types-box .type-list{
		margin-left: 0;
		margin-top: .3rem;
		width: 100%;
	}
	.recruit-search-box .types-box .type-list a{
		font-size: .3rem;
		line-height: .5rem;
		margin-right: .4rem;
	}
	.recruit-search-box .types-box .type-list a:before{
		right: -.2rem;
		height: .2rem;
	}
	.recruit-search-box .types-box .type-list a.cur{
		padding: 0 .2rem;
	}
	.recruit-search{
		margin-top: .4rem;
		width: 100%;
	}
	.recruit-search input[type=text]{
		height: .5rem;
		padding: .2rem .3rem;
		font-size: .3rem;
	}
	.recruit-search input[type=submit]{
		width: .8rem;
		height: .6rem;
		background-size: .3rem;
	}
	.recruit-list-wrap{
		margin-top: .5rem;
	}
	.recruit-list .tit-box{
		padding: .2rem 0;
	}
	.recruit-list .tit-box span,
	.recruit-list .item span{
		vertical-align: middle;
	}
	.recruit-list .tit-box span{
		font-size: .24rem;
		line-height: .4rem;
	}
	.recruit-list .item span{
		font-size: .24rem;
		line-height: .4rem;
		padding: .2rem 0;
	}
	.recruit-list .time{
		float: none;
		width: 22.21%;
	}
	.recruit-list .staff{
		width: 24%;
	}
	.recruit-list-wrap .page{
		margin-top: .4rem;
	}
	.recruit-box .left{
		width: 100%;
		margin-top: .5rem;
	}
	.recruit-box .hot-box,
	.recruit-box .dynamic-box{
		padding: .5rem;
	}
	.recruit-box .left-tit{
		font-size: .3rem;
		line-height: .4rem;
		padding-bottom: .2rem;
	}
	.hot-box .list a{
		padding: .15rem 0;
		font-size: .3rem;
		line-height: .4rem;
	}
	.dynamic-box .list{
		margin-top: .2rem;
	}
	.dynamic-box .list a{
		font-size: .3rem;
		line-height: .5rem;
		margin-bottom: .2rem;
		padding-left: .3rem;
	}
	.dynamic-box .list a:before{
		top: .2rem;
	}
	.recruit-box .guide-box .cn{
		font-size: .36rem;
		line-height: .46rem;
	}
	.recruit-box .guide-box .en{
		font-size: .3rem;
		line-height: .4rem;
	}
	.recruit-box .guide-box .pro-more{
		margin-top: .2rem;
	}
	.recruitinfo-box{
		margin-top: .5rem;
	}
	.recruitinfo-box .title{
		font-size: .3rem;
		line-height: .4rem;
		padding-bottom: .3rem;
	}
	.recruitinfo-box .types-box{
		margin-top: .2rem;
	}
	.recruitinfo-box .types-box span{
		font-size: .3rem;
		line-height: .5rem;
	}
	.recruitinfo-box .pub-con{
		margin-top: .3rem;
	}
	.recruitinfo-box h3{
		font-size: .36rem;
		line-height: .5rem;
	}
	.recruitinfo-box h4{
		font-size: .3rem;
		line-height: .5rem;
	}
	.recruitinfo-box .pub-con p{
		padding-left: .3rem;
	}
	.recruitinfo-box .pub-con p:before{
		top: .15rem;
	}
	.recruitinfo-box .apply-btn{
		width: 2rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .24rem;
		margin-top: .4rem;
	}
	.recommend-box{
		padding: .8rem 0;
	}
	.recommend-tit{
		font-size: .48rem;
		line-height: .58rem;
	}
	.recommend-box .sub-tit{
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.recommend-form{
		margin-top: .36rem;
		width: 100%;
	}
	.recommend-form .tit{
		width: 1.5rem;
		font-size: .3rem;
		line-height: .7rem;
	}
	.recommend-form input[type=text]{
		margin-left: .2rem;
		width: 70%;
		height: .4rem;
		padding: .15rem 0;
		line-height: .5rem;
		font-size: .3rem;
	}
	.recommend-form .tit:before{
		height: .4rem;
	}
	.recommend-form .check-box img{
		height: .7rem;
	}
	.recommend-form input[type=submit]{
		width: 2rem;
		height: .7rem;
		font-size: .3rem;
		margin-top: .3rem;
	}
	.result-box{
		padding: .8rem 0;
	}
	.result-box .result-icon{
		width: 1.1rem;
	}
	.result-box .result{
		width: 100%;
		margin-top: .3rem;
	}
	.result-box .text{
		font-size: .3rem;
		line-height: .4rem;
	}
	.result-box .tip{
		margin-top: .3rem;
		font-size: .24rem;
		line-height: .4rem;
	}
	.grow-box{
		padding: .8rem 0;
	}
	.welfare-tit{
		font-size: .36rem;
		line-height: .46rem;
	}
	.grow-wrap{
		margin-top: .4rem;
	}
	.grow-top .left{
		float: none;
		width: 100%;
	}
	.grow-top .left .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.grow-top .left .pub-con{
		height: auto;
		margin-top: .3rem;
	}
	.grow-top .img{
		float: none;
		width: 100%;
	}
	.grow-top .img:before{
		right: -.3rem;
		top: -.3rem;
	}
	.grow-tab{
		margin-top: .5rem;
	}
	.grow-tab .swiper-slide{
		margin-right: .4rem;
	}
	.grow-tab .row{
		margin: 0 -.2rem;
	}
	.grow-tab .item{
		padding: 0 .2rem;
		margin-bottom: .8rem;
	}
	.grow-tab .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.grow-tab .con{
		margin-top: .1rem;
		font-size: .24rem;
		line-height: .4rem;
	}
	.grow-tab .welfare-btns{
		margin-top: .3rem;
	}
	.welfare-box{
		padding: .8rem 0;
	}
	.welfare-tab{
		margin-top: .5rem;
	}

	.welfare-tab .swiper-slide{
		margin-right: .4rem;
	}
	.welfare-tab .row{
		margin: 0 -.2rem;
	}
	.welfare-tab .item{
		padding: 0 .2rem;
		margin-bottom: .4rem;
	}
	.welfare-tab .item:before{
		height: 2.25rem;
	}
	.welfare-tab .img{
		width: 1rem;
	}
	.welfare-tab .tit{
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.welfare-tab .con{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
		height: 1.6rem;
	}
	.welfare-tab .welfare-btns{
		margin-top: .3rem;
	}
	.style-box{
		padding: .8rem 0;
	}
	.style-box .style-tab{
		margin-top: .5rem;
	}
	.style-box .style-tab .txt{
		margin-top: .3rem;
		font-size: .3rem;
		line-height: .4rem;
	}
	.style-box .style-tab .welfare-btns{
		margin-top: .5rem;
	}
	.rule-box{
		padding: .8rem 0;
	}
	.rule-tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.rule-wrap .pub-con{
		width: 100%;
		margin-top: .3rem;
	}
	.rule-search-box{
		margin-top: .5rem;
	}
	.rule-search-box input[type=text]{
		height: .4rem;
		padding: .15rem .3rem;
		width: calc(100% - .6rem);
		font-size: .3rem;
	}
	.rule-search-box .select-box{
		margin-top: .3rem;
		width: 100%;
	}
	.select-box .item{
		margin-bottom: .3rem;
	}
	.select-box .item:last-child{
		margin-bottom: 0;
	}
	.select-box .select-tit{
		height: .7rem;
		line-height: .7rem;
		padding: 0 .3rem;
		font-size: .3rem;
	}
	.select-box .select-tit:before{
		right: .3rem;
	}
	.rule-search-box input[type=submit]{
		width: 2rem;
		height: .7rem;
		font-size: .3rem;
		margin: .4rem auto 0;
	}
	.rule-list .tit-box span{
		font-size: .3rem;
		line-height: .4rem;
	}
	.rule-container{
		width: 100%;
		overflow: auto;
		margin-top: .4rem;
	}
	.rule-list{
		width: 1000px;
	}
	.rule-list .list .item{
		padding: .2rem 0;
	}
	.rule-list .list span{
		font-size: .3rem;
		line-height: .4rem;
	}
	.rule-wrap .page{
		margin-top: .5rem;
	}
	.select-box .sub{
		top: .7rem;
	}
	.select-box .sub a{
		padding: 0 .3rem;
		font-size: .3rem;
		line-height: .7rem;
	}
	.campus-box{
		padding: .8rem 0;
	}
	.campus-box .campus-tit{
		width: 100%;
		font-size: .48rem;
		line-height: .58rem;
	}
	.campus-box .intro-box{
		width: 100%;
		margin: .5rem auto 0;
	}
	.guide-tit{
		font-size: .34rem;
		line-height: .4rem;
	}
	.campus-box .intro-box .pub-con{
		margin-top: .2rem;
	}
	.campus-box .intro-list{
		margin-top: .5rem;
	}
	.campus-box .intro-list .item{
		width: 3rem;
		margin: 0 .1rem .2rem;
	}
	.campus-box .intro-list .txt{
		font-size: .3rem;
	}
	.adv-box{
		padding: .8rem 0;
	}
	.adv-box .adv-list{
		margin-top: .5rem;
	}
	.adv-box .adv-list .row{
		margin: 0 -.2rem;
	}
	.adv-box .adv-list .item{
		padding: 0 .2rem;
		margin-bottom: .4rem;
	}
	.adv-box .adv-list .icon{
		width: .55rem;
	}
	.adv-box .adv-list .txt{
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .3rem;
		height: .8rem;
	}
	.staff-box{
		padding: .8rem 0;
	}
	.require-box .item{
		margin-bottom: .4rem;
	}
	.require-box .item:last-child{
		margin-bottom: 0;
	}
	.require-box .text .tit{
		font-size: .36rem;
		line-height: .46rem;
	}
	.require-box .text .con{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.staff-box .type-box{
		margin-top: .5rem;
	}
	.staff-box th,
	.staff-box td{
		padding: .15rem .4rem;
		font-size: .3rem;
		line-height: .4rem;
	}
	.staff-box .position-box{
		margin-top: .5rem;
	}
	.staff-box .position-table{
		margin-top: .5rem;

	}
	.staff-box .position-container{
		overflow-x: auto;
		height: 9.1rem;
	}
	.position-box table{
		width: 800px;
	}
	.staff-box .position-container:before{
		height: 1.7rem;
		width: 800px;
	}
	.staff-box .position-box .read-more{
		width: 2.5rem;
		height: .7rem;
		line-height: .7rem;
		border-radius: .35rem;
		font-size: .3rem;
	}
	.salary-box{
		padding: .8rem 0;
	}
	.salary-box .salary-table{
		width: 100%;
	}
	.salary-table th,
	.salary-table td{
		padding: .15rem .2rem;
		font-size: .3rem;
		line-height: .4rem;
	}
	.channel-box{
		margin-top: .6rem;
	}
	.channel-box .website{
		font-size: .3rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.channel-box .qrcode{
		margin-top: .2rem;
	}
	.channel-box .qrcode .txt{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.channel-box .qrcode .img{
		margin-top: .2rem;
		width: 1.5rem;
	}
	.business-box{
		padding: .8rem 0;
	}
	.business-box .view{
		padding: 0;
	}
	.business-box .world-bg{
		display: none;
	}
	.business-box .m-world-bg{
		display: block;
	}
	.business-box .m-world-bg img{
		width: 100%;
	}
	.world-box{
		margin-top: .4rem;
	}

	.business-box .tag-box{
		width: 6.9rem;
		margin: 0 auto;
		box-sizing: border-box;
		padding: .4rem .2rem;
	}
	.business-box .tag-box .con-box{
		width: auto;
	}
	.business-box .tag-box .left,
	.business-box .tag-box .right{
		float: none;
		width: 100%;
	}
	.business-box .tag-box .item{
		font-size: .3rem;
		line-height: .4rem;
		margin-bottom: .3rem;
		background-size: .21rem;
		padding-left: .28rem;
		background-position: left .1rem;
	}
	.business-box .tag-box .right .item:last-child{
		margin-bottom: 0;
	}
	.business-box .m-list{
		display: block;
		padding: 0 .4rem;
	}
	.business-box .m-list .item{
		padding: .5rem 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.business-box .m-list .tit{
		font-size: .36rem;
		line-height: .46rem;
		color: #333;
		/* text-align: center; */
	}
	.business-box .m-list .con{
		font-size: .3rem;
		line-height: .44rem;
		color: #333;
		margin-top: .3rem;
	}
	.business-box .m-list .con>div{
		padding-left: .5rem;
		background-repeat: no-repeat;
		background-position: left .1rem;
		background-size: .3rem;
	}
	.business-box .m-list .address{
		background-image: url('../img/address2.png');
	}

	.business-box .m-list .post{
		background-image: url('../img/post2.png');
	}
	.business-box .m-list .loading{
		width: .36rem;
		height: .36rem;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		background-image: url('../img/loading.png');
		margin: .44rem auto 0;
		display: none;
	}
	.contact-box{
		padding: .8rem 0;
	}
	.contact-table{
		overflow: auto;
	}
	.contact-table table{
		width: 800px;
	}
	.contact-table th,
	.contact-table td{
		font-size: .3rem;
		line-height: .4rem;
		padding: .2rem 0;
	}
	.contact-table td{
		padding-left: .5rem;
	}
	.contact-table tr td:nth-child(4){
		padding-left: 1rem;
	}

	
	.pro-dialog .dialog-close{
		right: 0;
		top: -.3rem;
		width: .2rem;
		height: .2rem;
	}	
	.test-list .info-list .pro-con{
		margin-top: .3rem;
		/* height: .8rem; */
	}
	.style-box .style-tab .view{
		padding: 10px .4rem 0;
	}
	.recruit-list .type,
	.recruit-list .position{
		width: 25%;
	}
	.chairman-wrap .left .pub-con img{
		display: block;
	}

	.ban-about .pc-img{
		display: none;
	}
	.ban-about .m-img{
		display: block;
		width: 100%;
	}
	.search-box{
		padding: .8rem 0;
	}
	.search-box .tab-btns{
		float: none;
		width: 100%;
		font-size: 0;
	}
	.search-box .tab-btns a{
		width: 50%;
		display: inline-block;
		*display: inline;
		zoom: 1;
		border-right: 1px solid #e6e6e6;
		box-sizing: border-box;
		height: .8rem;
		line-height: .8rem;
		font-size: .3rem;
	}
	.search-box .tab-btns a:nth-child(2n){
		border-right: none;
	}
	.search-box .tab-btns a:nth-last-child(2){
		border-bottom: none;
	}
	.search-box .right{
		float: none;
		width: 100%;
		margin-top: .5rem;
	}
	.search-box .right .num{
		font-size: .24rem;
		line-height: .4rem;
		padding-bottom: .3rem;
	}
	.search-list .item{
		padding: .4rem 0;
	}
	.search-list .item .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.search-list .item .pub-con{
		margin-top: .2rem;
	}
	.search-list .item .time{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.search-list .page{
		margin-top: .5rem;
	}
	.recruitinfo-box pre{
		font-size: .24rem;
		line-height: .4rem;
		margin:  .3rem 0;
	}
	.chip-wrap .icon{
		position: static;
		width: .88rem;
		margin: 0 auto;
	}
	.si-box{
		padding: .8rem 0;
	}
	.si-box .si-tab{
		margin-top: .5rem;
		padding: 0;
	}
	.si-box .si-tab .swiper-slide{
		box-shadow: none;
		width: 50%;
	}
	.si-box .si-tab .swiper-slide-active{
		transform: scale(2);
	}
	.search-list{
		min-height: 6rem;
	}
}