	
	
	.ban{
		position: relative;
	}
	.ban .pic{
		width: 100%;
		height: auto;
	}
	.ban .txts,
	.g-idxtit{
		text-align: center;
		position: absolute;
		left: 50%;
		top: 3.2rem;
		transform: translateX(-50%);
		color: #fff;
	}
	.ban .txts .tit,
	.g-idxtit .tit{
		font-size: 0.42rem;
		margin-bottom: 0.2rem;
	}
	.ban .txts .info,
	.g-idxtit .info{
		font-size: .2rem;
	}
	
	.m-opts {
		position: absolute;
		left: 50%;
		bottom: .5rem;
		transform: translateX(-50%);
	}
	.m-opts a {
		font-size: .16rem;
		color: #fff;
	}
	.m-opts a:hover {
		color: #fff;
	}
	.m-opts .home {
		padding-left: .3rem;
		background: url(../images/icon1.png) no-repeat left center;
		background-size: .21rem;
	}
	.m-opts a::after {
		content: '/';
		margin-left: 5px;
	}
	.m-opts a:last-of-type::after{
		display: none;
	}
	.pd01{
		padding: 1rem 0 .8rem;
	}
	.m-newstab{
		text-align: center;
		border: 1px solid #dbdbdb;
		border-left: none;
		border-right: none;
		padding-top: .05rem;
		margin-bottom: 0.5rem;
	}
	.m-newstab .tab{
		display: inline-block;
		font-size: 0.24rem;
		color: #333;
		border-bottom: 2px solid transparent;
		padding: 0 .1rem;
		margin: 0 .75rem;
		line-height: .8rem;
	}
	.m-newstab .tab:hover{
		color: #3e67ff;
	}
	.m-newstab .tab.on{
		color: #3e67ff;
		border-color:#3e67ff ;
	}
	
	
	.ul-newsl {
		margin-bottom:.7rem;
	}
	.ul-newsl li{
		margin-bottom: 0.15rem;
	}
	.ul-newsl li:last-of-type{
		margin-bottom: 0;
	}
	.ul-newsl .con {
		display: block;
		width: 100%;
		overflow: hidden;
		padding: .26rem .3rem ;
		transition: .5s;
	}
	.ul-newsl .con:hover{
		box-shadow: 0px .02rem .18rem 0px rgba(61, 61, 61, 0.11);
	}
	.ul-newsl .con:hover .txt .tit{
		color:#3e67ff ;
	}
	.ul-newsl .con:hover .txt .tit::after{
		width: .8rem;
		background-color:#3e67ff ;
		height: 2px;
	}
	.ul-newsl .con:hover .date{
		color: #3e67ff;
	}
	.ul-newsl .con .pic {
		width: 3.49rem;
		height: 1.96rem;
		overflow: hidden;
		float: left;
		position: relative;
		margin-right: .4rem;
	}
	.ul-newsl .con .pic:hover img{transform: scale(1.1);}
	.ul-newsl .con .pic img {
		width: 100%;
		min-height: 100%;
		display: block
	}
	.ul-newsl .con .txt {
		padding: .2rem 2.3rem 0 0;
		position: relative;
		overflow: hidden;
	}
	.ul-newsl .con .txt::after{
		content: '';
		height: 1.65rem;
		border-right: 1px solid #e5e5e5;
		position: absolute;
		right: 1.65rem;
		top: .15rem;
	}
	.ul-newsl .con .txt .tit {
		font-size: .24rem;
		color: #333;
		line-height: 1.5em;
		font-weight: 400;
		padding-bottom: 0.2rem;
		position: relative;
		margin-bottom: 0.2rem;
		transition: .5s;
	}
	.ul-newsl .con .txt .tit::after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: .4rem;
		height: 1px;
		background-color: #999;
		transition: .5s;
	}
	
	.ul-newsl .con .desc {
		font-size: .16rem;
		color: #666;
		overflow: hidden;
		line-height: 1.8;
	}
	
	.ul-newsl .con .date{
		position: absolute;
		right:.4rem;
		top: 50%;
		transform: translateY(-50%);
		color: #999;
		text-align: center;
		line-height: 1;
		transition: .5s;
	}
	.ul-newsl .con .day{
		font-size: 0.56rem;
		
	}
	.ul-newsl .con .year{
		font-size: 0.16rem;
		
	}
	.ul-newsl li:first-of-type{
		margin-bottom: 0.5rem;
	}
	.ul-newsl li:first-of-type .con{
		height: 5.06rem;
		background-color: #fafafa;
		padding: 0;
	}
	.ul-newsl li:first-of-type .con .pic{
		height: 100%;
		width: 9rem;
		margin-right: 0.5rem;
	}
	.ul-newsl li:first-of-type .con .txt{
		padding-right: 0.5rem;
		padding-top: 0.4rem;
	}
	.ul-newsl li:first-of-type .con .txt::after{
		display: none;
	}
	.ul-newsl li:first-of-type .con .txt .tit::after{
		display: none;
	}
	.ul-newsl li:first-of-type .con .tit{
		padding-bottom: 0;
		margin-bottom: 0.2rem;
	}
	.ul-newsl li:first-of-type  .con .desc{
		-webkit-line-clamp:4;
		line-height: 1.8;
		min-height: 7.2em;
		margin-bottom: 0.4rem;
	}
	.ul-newsl li:first-of-type .date{
		position: static;
		transform: none;
		text-align: left;
		margin-bottom: 0.3rem;
	}
	.g-moreicon{
		padding-right: .4rem;
		background: url(../images/icon2.png) no-repeat right center;
		background-size: .31rem;
		display: inline-block;
		font-size: 0.16rem;
		color: #999;
		transition: .5s;
	}
	.moreicon:hover .g-moreicon{
		background-image:url(../images/icon3-1.png) ;
	}
	
	
	.g-pages {
		overflow: hidden;
		text-align: center;
	}
	.g-pages ul {
		display: inline-block;
		vertical-align: middle;
	}
	
	.g-pages li {
		float: left;
		margin: 0 0.06rem
	}
	
	.g-pages li a,
	.g-pages li span {
		display: block;
		width: 0.45rem;
		height: 0.45rem;
		font-size: 0.16rem;
		color: #333;
		line-height: 0.43rem;
		border: 1px solid #ccc;
		overflow: hidden;
		transition: .3s;
		background-color: #fcfcfc;
	}
	
	.g-pages .pages-next a,
	.g-pages .pages-prev a,
	.g-pages .over a {
		width: .75rem
	}
	
	.g-pages li.on a,
	.g-pages li:hover a {
		color: #fff;
		border-color: #3e67ff;
		background-color: #3e67ff
	}
	
	@media only screen and (max-width: 750px){
		.m-opts{
			display: none;
		}
		.pd01{
			padding: .8rem 0;
		}
		.ban{
			height: 5.7rem;
			overflow: hidden;
		}
		.ban .pic{
			height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.ban .pic img{
			width: auto;
			height: 100%;
		}
		.m-newstab .tab{
			font-size: 0.32rem;
			margin: 0 .3rem;
		}
		
		.ul-newsl .con .pic,
		.ul-newsl li:first-of-type .con .pic{
			float: none;
			width: 100%;
			height: auto;
			margin: 0;
		}
		.ul-newsl .con{
			background-color: #fafafa;
		}
		.ul-newsl .con,
		.ul-newsl li:first-of-type .con{
			height: auto;
			padding: 0;
			margin-bottom: 0.4rem;
		}
		.ul-newsl .con .txt{
			overflow: hidden;
			margin: 0;
			padding-right: 0;
		}
		.ul-newsl .con .txt::after{
			display: none;
		}
		.ul-newsl li:first-of-type .con .txt{
			padding: .2rem .3rem;
		}
		
		.ul-newsl .con .year{
			font-size: 0.2rem;
		}
		.ul-newsl .con .desc,
		.ul-newsl li:first-of-type .con .desc{
			font-size: 0.24rem;
			display: block;
		}
		.ul-newsl .con .txt .tit{
			font-size: 0.3rem;
		}
		.g-moreicon{
			font-size: 0.24rem;
		}
		.ul-newsl .con .date{
			position: static;
			transform: none;
			text-align: left;
			margin-bottom: 0.2rem;
		}
		.ul-newsl .con .txt{
			padding: .2rem .3rem;
		}
		.g-pages li a, .g-pages li span{
			font-size: 0.24rem;
		}
	}
	
	
	/* 案例 */
	.m-newstab.case{
		border-top: none;
	}
	.m-newstab.case .tab.on{
		font-size: .4rem;
		font-weight: bold;
		color: #333;
		padding-bottom: 0.1rem;
	}
	.m-newstab.case .tab.on span{
		color: #3a67ff;
		margin: 0 .15rem;
	}
	
	
	
	.ul-newsinfo {
		overflow: hidden;
		margin: 0 -0.1rem .4rem;
	}
	.ul-newsinfo li{
		float: left;
		width: 33.33%;
		margin-bottom: 0.3rem;
	}
	.ul-newsinfo .con{
		margin: 0 0.1rem;
		display: block;
	}
	.ul-newsinfo .pic{
		width: 100%;
		height: 3.05rem;
		overflow: hidden;
	}
	.ul-newsinfo .pic img{
		min-height: 100%;
	}
	.ul-newsinfo .con:hover .txts{
		border-color:#3a67ff ;
	}
	.ul-newsinfo .con:hover img{
		transform: scale(1.1);
	}
	.ul-newsinfo .con:hover .g-moreicon{
		color: #fff;
	}
	.ul-newsinfo .con:hover .txts{
		background-color: #3a67ff;
		color: #fff;
	}
	.ul-newsinfo .txts{
		padding:0.25rem;
		background-color: #fff;
		border: 1px solid #e6e6e6;
	}
	.ul-newsinfo .tit{
		font-size: 0.2rem;
		font-weight: normal;
		min-height: 0.5rem;
		transition: .3s;
	}
	.ul-newsinfo .tits{
		position: relative;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.ul-newsinfo .tits::after{
		content: '';
		left: 0;
		bottom: 0;
		position: absolute;
		height: 1px;
		width: 100%;
		background-color: #e5e5e5;
	}
	.ul-newsinfo .desc{
		font-size: 0.16rem;
		transition: .3s;
	}
	.ul-newsinfo .g-moreicon{
		display: block;
		color: #3e67ff;
		background-image:url(../images/icon3-1.png) ;
	}
	.ul-newsinfo .con:hover .g-moreicon{
		background-image:url(../images/icon3-2.png) ;
	}
	@media only screen and (max-width: 750px){
		.ul-newsinfo li{
			width: 100%;
			float:none;
		}
		.ul-newsinfo .pic{
			height: auto;
		}
		.ul-newsinfo .tit{
			font-size: 0.3rem;
			margin-bottom: 0.04rem;
		}
		.ul-newsinfo .desc{
			font-size: 0.26rem;
		}
		
	}
	
	
	
	/* 案例详情 */
	
	.m-newsdetail{
		padding: .5rem 0 0;
	}
	.m-newsdetail .tits{
		padding-bottom: 0.25rem;
		margin-bottom: 0.5rem;
	}
	.m-newsdetail .tits .tit{
		font-size:.24rem;
		font-weight: bold;
		margin-bottom: 0.2rem;
		line-height: 1.3;
		text-align: center;
	}
	.m-newsdetail .infos{
		font-size: 0.16rem;
		color: #666;
		padding-left: 0.15rem;
	}
	.m-newsdetail .infos .item{
		margin-bottom: 0.2rem;
	}
	.m-newsdetail .infos .item::after{
		content: '';
		clear: both;
		display: table;
	}
	
	.m-newsdetail .infos .item .label{
		float: left;
		position: relative;
	}
	.m-newsdetail .infos .item .label::before{
		content: '';
		position: absolute;
		left: -0.07rem;
		top: 50%;
		transform: translate(-100%,-50%);
		width: 0.07rem;
		height: 0.07rem;
		background-color: #3e67ff;
		border-radius: 50%;
	}
	.m-newsdetail .infos .item .t{
		overflow: hidden;
	}
	.m-newsdetail .txts{
		line-height: 2;
		font-size: 0.16rem;
		color: #333;
		margin-bottom: 0.45rem;
		padding-bottom: 0.2rem;
		border-bottom: 1px solid #e5e5e5;
	}

	.m-newsdetail .txts .mb40{
		margin-bottom: 0.4rem;
	}
	.m-newsdetail .txts .mb35{
		margin-bottom: 0.3rem;
	}
	.m-newsdetail .txts .mb20{
		margin-bottom: 0.25rem;
	}
	.m-newsdetail .txts img{
		width: auto;
		max-width: 100%;
		margin: 5px auto;
	}
	.m-newsdetail .page{
		font-size: 0.2rem;
		color: #333;
		overflow: hidden;
	}
	.m-newsdetail .page .p{
		max-width: 47%;
		transition: .5s;
	}
	.m-newsdetail .page .p:hover{
		color:#3e67ff ;
	}
	.m-newsdetail .page .prev{
		float: left;
	}
	.m-newsdetail .page .next{
		float: right;
	}
	
	.m-newsdetail .m-opts{
		position: static;
		transform: none;
		padding-bottom: 0.23rem;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 0.4rem;
	}
	.m-newsdetail .m-opts a{
		color: #333;
	}
	.m-newsdetail .m-opts a.on{
		color:#3e67ff ;
	}
	.m-newsdetail .m-opts .home{
		background-image: url(../images/icon1-2.png);
	}
	
	@media only screen and (max-width: 750px){
		.m-newsdetail{
			padding: 1rem 0 0;
		}
		.m-newsdetail .tits {
			margin-bottom: 0.2rem;
		}
		.m-newsdetail .tits .tit{
			font-size: 0.44rem;
			margin-bottom: 0.3rem;
		}
		.m-newsdetail .infos{
			font-size: 0.28rem;
		}
		.m-newsdetail .page .p{
			font-size: 0.28rem;
			float: none;
			max-width: 100%;
			display: block;
			margin-bottom: 0.1rem;
		}
	}
	
	
	
	
	/* 联系我们 */
	.pd02{
		padding:1.3rem 0 2.3rem ;
	}
	.m-contact{
		width: 100%;
		height: 6.44rem;
		background: url(../images/bg1.jpg) no-repeat ;
		background-size: 100% 100%;
		padding: 1.4rem 0 0 1.6rem;
		position: relative;
		box-sizing: border-box;
	}
	.m-contact .txts{
		color: #fff;
		font-size: 0.4rem;
		font-weight: bold;
	}
	.m-contact .txts .tit_en{
		text-transform: uppercase;
		margin-bottom: 0.3rem;
	}
	.m-contact .txts .desc{
		font-size: 0.3rem;
		font-weight: normal;
	}
	.m-contact .qrcode{
		position: absolute;
		right: 1.6rem;
		top: 1.9rem;
	}
	.m-contact .qrcode .pic{
		background-color: rgba(255, 255, 255, .4);
	}
	.m-contact .qrcode .tit{
		color: #fff;
	}
	
	.m-contact ul{
		position: absolute;
		left: 50%;
		bottom: -1.4rem;
		transform: translateX(-50%);
		display: flex;
	}
	.m-contact ul::after{
		content: '';
		clear: both;
		display: table;
	}
	.m-contact li{
		float: left;
		margin: 0 .12rem;
	}
	.m-contact ul .con{
		width: 3.59rem;
		height: 3.4rem;
		background: url(../images/bg2-1.png) no-repeat ;
		background-size: 100% 100%;
		border-radius: .05rem;
		overflow: hidden;
		padding: 0.5rem .3rem 0;
		box-sizing: border-box;
		text-align: center;
		transition: .5s;
	}
	.m-contact ul .icon{
		border-radius: 50%;
		width: 0.96rem;
		height: 0.96rem;
		background-color: rgba(0, 0, 0, 0.03);
		margin: 0 auto .25rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.m-contact ul .icon::after{
		content: '';
		position: absolute;
		left: .08rem;
		top: 0.08rem;
		right: 0.08rem;
		bottom: 0.08rem;
		border-radius: 50%;
		background-color: #e3e3e3;
		transition: .5s;
	}
	.m-contact ul .icon img{
		width: auto;
		height: auto;
		max-height: .35rem;
		position: relative;
		z-index: 10;
		max-width: 90%;
	}
	.m-contact ul .tit{
		font-size: 0.24rem;
		margin-bottom: 0.1rem;
	}
	.m-contact ul .info{
		font-size: .16rem;
	}
	.m-contact ul .con:hover{
		box-shadow: 0px .06rem .35rem 0px rgba(99, 129, 242, 0.6);
		transform: translateY(-30px);
		background-image: url(../images/bg2-2.png) ;
		color: #fff;
	}
	.m-contact ul .con:hover .icon::after{
		background-color: #4366eb;
	}
	.m-contact ul .con:hover img{
		display: none;
	}
	.m-contact ul .con:hover img.dn{
		display: block;
	}
	.m-contact ul .con:hover .icon{
		background-color:#496fff;
		background-color:rgba(255, 255, 255, .1);
	}
	
	.contactbg{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
	}
	
	@media only screen and (max-width: 750px){
		.m-contact .txts,
		.m-contact .qrcode .tit{
			color: #333;
		}
		.m-contact{
			height: auto;
			background-size: cover;
			background-position: center;
			padding: .2rem 0;
			background-image: none;
		}
		.m-contact .txts{
			text-align: center;
			margin-bottom: 0.4rem;
		}
		.m-contact .qrcode{
			position: static;
			margin: 0 auto .4rem;
			width: 2rem;
		}
		.m-contact .qrcode .pic{
			width: 100%;
			height: 2rem;
		}
		.m-contact .qrcode .pic img{
			width: 100%;
			max-height: none;
		}
		.m-contact .qrcode .tit{
			font-size: 0.28rem;
		}
		.m-contact ul{
			position: static;
			transform: none;
			display: block;
		}
		.m-contact ul li{
			float: none;
			width: auto;
			margin:0 0 0.4rem;
		}
		
		.m-contact ul .con{
			width: auto;
			box-sizing: border-box;
			box-shadow: 0px 0.06rem 0.2rem 0px rgb(0 0 0 / 15%);
		}
		.m-contact ul .con:hover {
		    transform: none;
		}
		.m-contact ul .tit{
			font-size: 0.3rem;
		}
		.m-contact ul .info{
			font-size: 0.24rem;
		}
		
		.pd02{
			padding-top: 0.8rem;
		}
	}
	
	
	
	
	/* 加入我们 */
	
	.ul-jobs {
		margin-bottom: 0.8rem;
	}
	.ul-jobs ul{
		overflow: hidden;
		width: 10.8rem;
		transition: .3s;
	}
	.ul-jobs ul li{
		float: left;
		margin-right: 0.4rem;
	}
	.ul-jobs .jobtits{
		font-size: 0.16rem;
		color: #999;
		padding: .25rem .4rem 0.3rem;
		transition: .1s;
		border-bottom: 1px solid #dbdbdb;
		position: relative;
	}
	.ul-jobs .jobtits .icon{
		width: 0.14rem;
		height: 0.8rem;
		background: url(../images/icon5-1.png) no-repeat center;
		background-size: 100%;
		position: absolute;
		right: .65rem;
		top: 50%;
		transform:translateY(-50%) ;
	}
	.ul-jobs .jobtits .jobname{
		font-size: 0.24rem;
		margin-bottom: 0.1rem;
		color: #333;
	}
	.ul-jobs .jobtits .label,
	.ul-jobs .jobtits .info{
		display: inline-block;
	}
	
	.ul-jobs .on .jobtits{
		background-color: #3e67ff;
		color: #fff;
		
		
	}
	.ul-jobs .on .jobtits .jobname{
		display: none;
	}
	.ul-jobs .on .jobtits ul{
		display: flex;
		justify-content: space-between;
	}
	.ul-jobs .on .jobtits ul li{
		float: none;
	}
	.ul-jobs .on .jobtits ul li.dn{
		display: block;
	}
	.ul-jobs .on .jobtits ul li.ydn{
		display: none;
	}
	.ul-jobs .on .jobtits .label,
	.ul-jobs .on .jobtits .info{
		display: block;
	}
	.ul-jobs .on .jobtits .label{
		 font-size: 0.22rem;
		 margin-bottom: 0.1rem;
	 }
	.ul-jobs .on .jobtits .info{
		 font-size: 0.16rem;
	 }
	.ul-jobs .on .jobtits .icon{
		 background-image: url(../images/icon5-2.png);
	 }
	.ul-jobs .on .jobtits{
		 border-color: #3e67ff;
	 }
	 
	.ul-jobs .jobinfno{
		float: none;
		width: 100%;
		clear: both;
		padding: .6rem .6rem .55rem;
		border: 1px solid #3e67ff;
		border-top: none;
		margin-bottom: 0.1rem;
		box-sizing: border-box;
		background-color: #fafafa;
		display: none;
	}
	.ul-jobs .jobinfno .con{
		height: auto;
	}
	.ul-jobs .jobinfno .tits{
		margin-bottom: 0.3rem;
	}
	.ul-jobs .jobinfno .tits .tit{
		font-size: .28rem;
		color: #3e67ff;
		position: relative;
	}
	.ul-jobs .jobinfno .tits .tit::before{
		content: '';
		width: 0.05rem;
		height: .22rem;
		background-color: #3e67ff;
		position: absolute;
		left: -0.15rem;
		top: .1rem;
	}
	
	.ul-jobs .jobinfno .jobbody{
		margin-bottom: 0.4rem;
	}
	.ul-jobs .jobinfno .jobbody .job{
		margin-bottom: 0.4rem;
	}
	.ul-jobs .jobinfno .jobbody .job:last-of-type{
		margin-bottom: 0;
	}
	.ul-jobs .jobinfno .jobbody .tit{
		color: #333;
		margin-bottom: 0.3rem;
		font-size: 0.24rem;
		
	}
	.ul-jobs .jobinfno .jobbody .info{
		line-height: 2.3;
		font-size: 0.16rem;
		color: #666;
	}
	.ul-jobs .jobinfno .emall{
		color: #3e67ff;
		display: inline-block;
		height: 0.6rem;
		line-height: 0.6rem;
		border-radius: 0.03rem;
		background-color: #e7ebfb;
		border-radius:0.3rem ;
		width: auto;
		font-size: 0.24rem;
		padding: 0 0.25rem;
	}
	@media only screen and (max-width: 750px){
		.ul-jobs ul{
			width: 100%;
		}
		.ul-jobs ul li{
			width: 50%;
			margin: 0 0 .1rem;
		}
		.ul-jobs .jobinfno .tits .tit{
			font-size: 0.3rem;
		}
		.ul-jobs .jobtits,
		.ul-jobs .jobinfno .jobbody .info,
		.ul-jobs .on .jobtits .info{
			font-size: 0.24rem;
		}
		.ul-jobs .jobtits .jobname{
			font-size: 0.32rem;
		}
		.ul-jobs .jobinfno .jobbody .tit{
			font-size: 0.26rem;
		}
		.ul-jobs .jobtits .icon{
			top: 20%;
		}
		
		
		
		.ul-jobs .on .jobtits{
			padding-bottom: 0;
			transition: none;
		}
		.ul-jobs .on .jobtits .icon{
			top: 50%;
		}
		.ul-jobs .on .jobtits ul{
			flex-wrap: wrap;
		}
		.ul-jobs .on .jobtits ul li{
			margin-bottom: 0.3rem;
		}
	}
	
	
	
	/* 首页 */
	.swp-idx{
	}
	.swp-idx .swiper{
		overflow: hidden;
	}
	.swp-idx .ban{
		background: url() no-repeat center;
		background-size: cover;
		height: 100vh;
	}
	.swp-idx .ban .txts .tit{
		font-size: 0.56rem;
		margin-bottom: .1rem;
	}
	.swp-idx .ban .txts .info{
		font-size: 0.3rem;
		margin-bottom: 0.8rem;
	}
	.swp-idx .ban .g-moreicon{
		height: 0.6rem;
		line-height: .6rem;
		background-color: #3e67ff;
		border-radius: .3rem;
		color: #fff;
		width: 2rem;
		box-sizing: border-box;
		background-position: 1.2rem center;
		background-image: url(../images/icon3-2.png);
	}
	
	.swp-idx .swiper-pagination-bullet{
		width: 0.11rem;
		height: 0.11rem;
		background-color: #fff;
		transition: .3s;
	}
	.swp-idx .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 0.6rem;
	}
	.swp-idx .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 .08rem;
		opacity: 0.4;
	}
	.swp-idx .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
		width: 0.53rem;
		border-radius: .06rem;
		opacity: 1;
	}
	
	.row-idx2,
	.row-idx3,
	.row-idx4{
		background:url(../images/bg2.jpg) no-repeat center;
		background-size: cover;
	}
	.row-idx3{
		background-image:url(../images/bg3.jpg) ;
	}
	.row-idx4{
		background-image:url(../images/bg4.jpg) ;
	}
	.row-idx5,
	.row-idx5 .fp-tableCell{
		height: auto !important;
	}
	
	.g-idxtit{
		position: static;
		transform: none;
	}
	.g-idxtit .tit{
		font-size: 0.4rem;
		margin-bottom: 0.1rem;
	}
	.g-idxtit .info{
		color: rgba(255, 255, 255, .6);
		font-size: 0.16rem;
	}
	.row-idx2 .g-idxtit{
		margin-bottom: 1.7rem;
		position: static;
		transform: none;
	}
	.row-idx2 .wp1440{
		height: 5.7rem;
		position: relative;
	}
	
	.ul-ly {
		display: flex;
		justify-content: space-between;
	}
	.ul-ly li{
		
	}
	.ul-ly .con{
		width: 2.0rem;
		height: 2.0rem;
		transition: .5s;
		border-radius: 50%;
		box-shadow: 0px .02rem .3rem 0px rgba(211, 223, 232, 0.61);
		background-color: rgba(0, 0, 0, .31);
		display: block;
		overflow: hidden;
	}
	.ul-ly .con .icon{
		width: .8rem;
		height: .61rem;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto .2rem;
		padding-top: 0.5rem;
		
	}
	.ul-ly .con .icon img{
		max-width: 100%;
		max-height: 100%;
		height: auto;
		width: auto;
	}
	.ul-ly .con .tit{
		color: #fff;
		font-size: 0.24rem;
		text-align: center;
		position: relative;
		margin-bottom: 0.3rem;
	}
	.ul-ly .con .tit::after{
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -.1rem;
		width: 0.4rem;
		height: 0.03rem;
		background-color: #fff;
		opacity: 0;
		transition: .5s;
	}
	.ul-ly .con .txt{
		color: #fff;
		font-size: 0.16rem;
		line-height: 1.5;
		width: 1.4rem;
		margin: 0 auto .2rem;
		text-align: center;
		min-height: 3em;
	}
	.ul-ly .con .op{
		opacity: 0;
		transition: .5s;
	}
	.ul-ly .con  .btn{
		width: 0.6rem;
		height: 0.6rem;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		margin: 0 auto;
	}
	.ul-ly .con .btn img{
		width: .32rem;
	}
	.ul-ly .con:hover{
		background-color: #3e67ff;
		height: 3.9rem;
		border-radius: 1.05rem;
		box-shadow: none;
	}
	.ul-ly .con:hover .tit::after{
		opacity: 1;
	}
	.ul-ly .con:hover .op{
		opacity: 1;
	}
	
	
	.row-idx3 .g-idxtit{
		margin-bottom: 0.4rem;
		padding-top: 1.1rem;
	}
	.g-idxtit.sty2 .tit{
		color: #333;
	}
	.g-idxtit.sty2 .info{
		color: #666;
	}
	.m-mapbox {
		position: relative;
	}
	.m-mapbox .mapbox{
		background: url(../images/bg5.png) no-repeat;
		background-size: 100%;
		width: 8.76rem;
		height: 6.22rem;
		position: relative;
	}
	.m-mapbox .mapbox .site{
		position: absolute;
		text-align: center;
		cursor: pointer;
	}
	.m-mapbox .mapbox .site.i1{
		left: 4.48rem;
		top: 1.94rem;
	}
	
	
	
	
	.m-mapbox .mapbox .site.i2{
		left: 5.54rem;
		top: 2.26rem;
	}
	.m-mapbox .mapbox .site.i3{
		left: 5.25rem;
		top: 2.3rem;
	}
	.m-mapbox .mapbox .site.i4{
		left: 4.83rem;
		top: 2.55rem;
	}
	.m-mapbox .mapbox .site.i5{
		left: 5.6rem;
		top: 2.8rem;
	}
	.m-mapbox .mapbox .site.i6{
		left: 4.4rem;
		top: 3rem;
	}
	.m-mapbox .mapbox .site.i7{
		left: 5.1rem;
		top: 3.17rem;
	}
	.m-mapbox .mapbox .site.i8{
		left: 1.68rem;
		top: 3.7rem;
	}
	.m-mapbox .mapbox .site.i9{
		left: 4.85rem;
		top: 4.2rem;
	}
	.m-mapbox .mapbox .site.i10{
		left: 5.19rem;
		top: 4.95rem;
	}
	.m-mapbox .mapbox .site .icon{
		width: .22rem;
		margin: 0 auto .02rem;
	}
	.m-mapbox .mapbox .site .name{
		font-size: 0.16rem;
	}
	.m-mapbox .mapbox .site .name.sty2{
		position: absolute;
		right: -.02rem;
		bottom: -.02rem;
		white-space: nowrap;
		transform: translateX(100%);
	}
	
	.m-mapbox .mapbox .site.on::before,
	.m-mapbox .mapbox .site.on::after{
		content: '';
		width: 0.9rem;
		height: 0.9rem;
		background-color:  rgba(62, 103, 255,.2);
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -.45rem;
		margin-top:  -.45rem; 
		border-radius: 50%;
		z-index: 1;
		animation: aniscal .5s;
		pointer-events: none;
	}
	.m-mapbox .mapbox .site.on::after{
		animation: aniscal2 .5s;
		transform: scale(1.3);
	}
	@keyframes aniscal {
		0%{transform: scale(.3); opacity: 0;}
		100%{transform: scale(1); opacity:1;}
	}
	@keyframes aniscal2 {
		0%{transform: scale(.3); opacity:0;}
		100%{transform: scale(1.3); opacity: 1;}
	}
	
	
	
	.m-mapbox .maptabs{
		position: absolute;
		top: 0;
		right: 0;
		
	}
	.m-mapbox .maptabs .tab{
		width: 4.13rem;
		border-radius: .1rem;
		overflow: hidden;
		background-color: #fff;
	}
	.m-mapbox .maptabs .tab .pic{
		width: 100%;
		height: 2.39rem;
		border-radius: .1rem;
		margin-bottom: 0.2rem;
		overflow: hidden;
	}
	.m-mapbox .tab .txts{
		padding: 0 .3rem;
		
	}
	.m-mapbox .tab .txts>.tit{
		font-size: 0.2rem;
		padding-left: 0.1rem;
		position: relative;
		padding-bottom: 0.2rem;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 0.2rem;
	}
	.m-mapbox .tab .txts>.tit::after{
		content: '';
		width: 0.03rem;
		height: 0.18rem;
		background-color: #3e67ff;
		position: absolute;
		left: 0;
		top: 0.05rem;
	}
	.m-mapbox .countlist{
		margin: 0;
		padding-bottom: .1rem;
		
	}
	.m-mapbox .countlist li{
		float: none;
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.m-mapbox .countlist .con{
		background-color: transparent;
		padding: 0 .05rem;
		height: auto;
		margin: 0;
	}
	.m-mapbox .countlist .tit{
		font-size: 0.18rem;
		font-weight: normal;
		margin-bottom: 0.05rem;
		color: #666;
	}
	.m-mapbox .countlist .desc{
		color: #333;
		font-size: 0.16rem;
	}
	.m-mapbox .countlist li:last-of-type .icon{
		width: 0.16rem;
	}
	
	.row-idx4 .g-idxtit{
		margin-bottom: 1.2rem;
	}
	.row-idx4 .pics{
		overflow: hidden;
	}
	.row-idx4 .pics img{
		display: inline-block;
	}
	.row-idx4 .pics .pic{
		white-space: nowrap;
		display: flex;
		align-items: center;
		margin-bottom: 0.6rem;
	}
	.row-idx4 .pics .pic.p1{
		animation: scrollToRight 20s linear infinite;
	}
	.row-idx4 .pics .pic.p2{
		animation: scrollToRight 26s linear infinite;
	}
	.row-idx4 .pics .pic.p3{
		animation: scrollToRight 16s linear infinite;
		margin-bottom: 0;
	}
	.row-idx4 .pics .icon{
		margin-right: 1.4rem;
	}
	.row-idx4 .pics .icon img{
		max-width: 3.4rem;
		max-height: 1.4rem;
		width: auto;
		height: auto;
	}
	@keyframes scrollToRight {
		from {
			transform: translate3d(-100%, 0, 0);
		}
		to {
			transform: translate3d(0%, 0, 0);
		}
	}
	
	
	@media only screen and (max-width: 750px){
		.section,
		.fp-tableCell{
			height: auto !important;
		}
		.ban .txts{
			top: 50%;
			transform: translate(-50%,-50%);
			width: 100%;
			box-sizing: border-box;
			padding: 0 .4rem;
		}
		.swp-idx{
			overflow: hidden;
		}
		.swp-idx .ban{
			height: 5.7rem;
		}
		.swp-idx .ban .txts .tit{
			margin-bottom: 0;
		}
		.swp-idx .ban .txts .info{
			margin-bottom: 0.3rem;
		}
		.swp-idx .ban .g-moreicon{
			background-position: 1.3rem .22rem;
		}
		.swp-idx .swiper-pagination{
			display: none;
		}
		
		.row-idx2{
			padding: .6rem 0;
		}
		.row-idx2 .wp1440{
			height: auto;
		}
		.row-idx2 .g-idxtit{
			margin-bottom: 0.6rem;
		}
		.ul-ly{
			flex-wrap: wrap;
		}
		.ul-ly li{
			margin-bottom: 0.4rem;
		}
		.ul-ly .con{
			border: .02rem solid rgba(255, 255, 255, .6);
		}
		.ul-ly .con:hover{
			height: 2.1rem;
		}
		.ul-ly .con:hover .tit::after{
			display: none;
		}
		.ul-ly .con:hover .op{
			opacity: 0;
		}
		
		
		.row-idx3,
		.row-idx4{
			background-image: none;
			background-color: #fff;
			padding: .6rem 0 0;
		}
		.m-mapbox .mapbox{
			display: none;
		}
		.m-mapbox .maptabs{
			position: static;
			transform: none;
			width: 100%;
			overflow-x: auto;
			white-space: nowrap;
			padding-bottom: 0.4rem;
		}
		.m-mapbox .maptabs .tab:first-child{
			display: inline-block;
			margin-right: 0rem;
			box-shadow: 0px .02rem .2rem 0px rgba(211, 223, 232, 0.84);
			width:100%;
		}
		.m-mapbox .maptabs .tab{
			display: inline-block;
			margin-right: 0.2rem;
			box-shadow: 0px .02rem .2rem 0px rgba(211, 223, 232, 0.84);
			display:none;
		}
		.m-mapbox .maptabs .tab .pic{
		width: 100%;
		height: 4.39rem;
		border-radius: .1rem;
		margin-bottom: 0.2rem;
		overflow: hidden;
		}
		
		
		
		
		
		.m-mapbox .countlist .desc{
			text-overflow: ellipsis;
			overflow: hidden;
			display: block;
		}
		
		.m-mapbox .countlist,
		.m-mapbox .countlist .tit{
			float: none;
		}
		
		.row-idx4 .pics{
			display: none;
		}
		.row-idx4{
			padding-bottom: 1.2rem;
		}
		.row-idx4 .g-idxtit{
			margin-bottom: 0.4rem;
		}
		.swp-phpics{
			position: relative;
			display: block;
		}
		.swp-phpics .swiper-container-horizontal>.swiper-pagination-bullets{
			bottom: -0.5rem;
		}
		.swp-phpics .swiper{
			overflow: hidden;
			margin: 0 -.15rem;
			padding: .15rem 0;
		}
		.swp-phpics .con{
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		.swp-phpics .con .icon{
			width: calc(50% - .3rem);
			height: 1.2rem;
			background-color: #fff;
			display: flex;
			align-items: center;
			justify-content: center;
			box-shadow: 0px .02rem .2rem 0px rgba(0, 0, 0, 0.16);
			margin: 0 .15rem .2rem;
		}
		.swp-phpics .con .icon img{
			max-width: 85%;
			max-height: 65%;
			width: auto;
			height: auto;
		}
		
		.row-idx3 .g-idxtit{
			padding-top: 0;
		}
		
		.g-idxtit .info{
			font-size: 0.28rem;
		}
		.m-mapbox .tab .txts>.tit{
			font-size: 0.28rem;
		}
		.m-mapbox .countlist .tit{
			font-size: 0.26rem;
		}
		.m-mapbox .countlist .desc{
			font-size: 0.22rem;
		}
		.m-mapbox .tab .txts>.tit::after{
			height: 0.24rem;
			top: .08rem;
			width: 0.04rem;
		}
		.countlist .icon{
			width: .25rem;
		}
		.m-mapbox .countlist li:last-of-type .icon{
			width: .2rem;
		}
	}
	
	
	
	
	
	
	
	
	/* 关于我们 */
	.m-about{
		padding: .9rem 0;
	}
	.m-about .m-newstab{
		margin-bottom: 0.7rem;
	}
	.m-about .descs{
		overflow: hidden;
		margin-bottom: 0.5rem;
	}
	.m-about .descs .pic{
		float: right;
		width: 5.31rem;
		margin-left: 2rem;
	}
	.m-about .descs .txt{
		overflow: hidden;
		padding-top: 0.8rem;
		
	}
	.m-about .descs .tit{
		font-size: 0.24rem;
		padding-bottom: 0.1rem;
		position: relative;
		margin-bottom: 0.2rem;
	}
	.m-about .descs .tit::after{
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: .38rem;
		height: .02rem;
		background-color: #3e67ff;
	}
	.m-about .descs .desc{
		color: #666;
		font-size: .16rem;
		line-height: 2;
	}
	.m-about .descs .desc p{
		margin-bottom: 0.2rem;
	}
	.m-about .tabs{
		overflow: hidden;
	}
	.m-about .tabs .tab::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(62,103,255,.8);
		transition: .5s;
		opacity: 0;
	}
	.m-about .tabs .tab:hover::after{
		opacity: 1;
	}
	.m-about .tabs .tab{
		float: left;
		width: 50%;
		height: 2.6rem;
		display: flex;
		align-items: center; 
		justify-content: center;
		flex-flow: column;
		font-size: 0.24rem;
		color: #fff;
		background-color: #ddd;
		background: url(../images/img2-2.jpg) no-repeat;
		background-size: cover
		;
		position: relative;
	}
	.m-about .tabs .tit_en,
	.m-about .tabs .tit{
		position: relative;
		z-index: 10;
	}
	.m-about .tabs .tit_en{
		font-size: 0.18rem;
		color: rgba(255, 255, 255, .4);
		opacity: 0;
		transition: .5s;
		
	}
	.m-about .tabs .tab:hover .tit_en{
		opacity: 1;
	}
	
	
	
	
	
	.m-culture{
		padding-top: 1.1rem;
	}
	.m-culture ul{
		overflow: hidden;
	}
	.m-culture ul li{
		float: left;
		width: 50%;
	}
	.m-culture ul .con{
		height: 5.5rem;
		background: url(../images/bg2-1.jpg) no-repeat;
		background-size: 100% 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
		color: #fff;
	}
	.m-culture ul .icon{
		width: 1.2rem;
		height: 1.2rem;
		background-color: rgba(255, 255, 255, .2);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0.3rem;
	}
	.m-culture ul .icon img{
		width: .73rem;
	}
	.m-culture ul li:last-of-type .icon img{
		width: .66rem;
	}
	.m-culture ul .tit{
		font-size: 0.24rem;
	}
	
	
	
	
	
	.m-survey{
		height: 8.3rem;
		width: 100%;
		background: url(../images/bg1.jpg) no-repeat;
		background-size: 100%;
		padding-top: 0.8rem;
		box-sizing: border-box;
		
	}
	.m-survey .m-newstab{
		margin-bottom: 0.6rem;
	}
	
	.swp-survey {
		position: relative;
	}
	
	.aboutswp .swiper-button-prev:after,
	.aboutswp .swiper-button-next:after{
		display: none;
	}
	.aboutswp .swiper-button-prev,
	.aboutswp .swiper-button-next{
		background: url(../images/icon2-1.png) no-repeat;
		background-size: 100%;
		width: 0.6rem;
		height: 0.6rem;
		top: 1.1rem;
		bottom: auto;
		transform: none;
	}
	.aboutswp .swiper-pagination{
		bottom: -.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.aboutswp .swiper-pagination-bullet{
		width: 0.12rem;
		height: 0.12rem;
		margin: 0 .09rem;
	}
	.aboutswp .swiper-button-prev{
		left: -0.95rem;
	}
	.aboutswp .swiper-button-next{
		right: -0.95rem;
		background-image: url(../images/icon2-2.png)
	}
	.swp-survey .swiper{
		overflow: hidden;
		padding: .2rem;
	}
	.swp-survey .swiper .con{
		text-align: center;
		height: 4.8rem;
		position: relative;
	}
	.swp-survey .swiper .con::after{
		content: '';
		display: table;
		clear: both;
	}
	.swp-survey .swiper .pic{
		width: 3.6rem;
		height: auto;
		margin: .3rem auto 1.2rem;
		/* padding-top: 0.3rem; */
		transition: .5s;
		position: relative;
	}
	.swp-survey .swiper .con::before{
		content: '';
		display: table;
		clear: both;
	}
	.swp-survey .swiper-slide-prev .pic{
		float: left;
	}
	.swp-survey .swiper-slide-next .pic{
		float: right;
	}
	.swp-survey .swiper-slide-active .pic{
		width: 4rem;
		padding-top: 0;
		margin-top: 0;
	}
	.swp-survey .pic {
		box-shadow: 0 0 .15rem rgba(0, 0, 0, .2);
	}
	.swp-survey .pic img{
		position: relative;
		opacity: 0.5;
	}
	.swp-survey .pic::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, .7);
		opacity: 1;
		transition: .5s;
		display: none;
	}
	.swp-survey .swiper-slide-active .pic::after{
		opacity: 0;
	}
	.swp-survey .swiper-slide-active .pic img{
		opacity: 1;
	}
	.swp-survey .swiper-slide-active .tit{
		opacity: 1;
	}
	.swp-survey .tit{
		font-size: 0.2rem;
		opacity: 0;
		transition: .5s;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}
	.swp-survey .tit::before,
	.swp-survey .tit::after{
		content: '';
		width: 0.7rem;
		border-bottom: 1px solid #c8c8c8;
		position: absolute;
		left: -.15rem;
		top: 50%;
		transform: translate(-100%,-50%);
	}
	.swp-survey .tit::after{
		left: auto;
		right: -.15rem;
		transform: translate(100%,-50%);
	}
	
	
	
	.m-course{
		width: 100%;
		height: 10.79rem;
		background: url(../images/bg3.jpg) no-repeat;
		background-size: cover;
		padding-top: 0.9rem;
		box-sizing: border-box;
	}
	.m-newstab.sty2{
		color: #fff;
		border-color: rgba(255, 255, 255, .2);
	}
	.m-newstab.sty2 .tab.on,
	.m-newstab.sty2 .tab.on span{
		color: #fff;
		border-color: #fff;
	}
	
	
	.swp-course{
		position: relative;
	}
	.swp-course .swiper{
		height: 6.3rem;
		overflow: hidden
	}
	.swp-course .swiper-slide{
		/* width: 4.5rem; */
	}
	.swp-course .con{
		height: 100%;
		position: relative;
	}
	.swp-course .con .line{
		width: 100%;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.swp-course .con .line::after{
		content: '';
		width: 1px;
		height: 1.5rem;
		position: absolute;
		left: .6rem;
		bottom: 0;
		background-color: #fff;
	}
	.swp-course .con .txts{
		padding-left: 1.5rem;
		color: #fff;
		position: relative;
		min-height: 2.82rem;
	}
	.swp-course .con .txts .pic{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 1.2rem;
		height: 1.2rem;
		border-radius: 50%;
	}
	.swp-course .con .txts .pic img{
		width: 100%;
		height: 100%;
	}
	.swp-course .con .num{
		color: rgba(255, 255, 255, 0.302);
		font-size: 0.3rem;
		font-weight: bold;
		margin-bottom: 0.1rem;
	}
	.swp-course .con .year{
		font-size: 0.5rem;
		font-weight: bold;
		position: relative;
		margin-bottom: 0.2rem;
	}
	.swp-course .con .year::after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0.54rem;
		height: 0.03rem;
		background-color: #fff;
	}
	.swp-course .con .desc{
		font-size: 0.16rem;
		line-height: 1.75;
		-webkit-line-clamp:4;
		width: 2.9rem;
	}
	
	
	
	.swp-course .con.bt .txts{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.swp-course .con.bt .line::after{
		transform: translateY(100%);
	}
	.swp-course .con.bt .pic{
		top: 0;
		bottom: auto;
	}
	.swp-course .con.bt .num{
		margin-bottom:0rem;
		padding-top: 0.2rem;
	}
	
	.swp-course .swiper-slide:nth-of-type(odd) .con .txts{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.swp-course .swiper-slide:nth-of-type(odd) .con .line::after{
		transform: translateY(100%);
	}
	.swp-course .swiper-slide:nth-of-type(odd) .con .pic{
		top: 0;
		bottom: auto;
	}
	.swp-course .swiper-slide:nth-of-type(odd) .con .num{
		margin-bottom:0rem;
		padding-top: 0.2rem;
	}
	
	.swp-course .con .line.noline::after{
		display: none;
	}
	.swp-course.aboutswp .swiper-button-prev,
	.swp-course.aboutswp .swiper-button-next{
		background-image: url(../images/icon2-3.png);
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		margin: 0;
	}
	.swp-course.aboutswp .swiper-button-next{
		background-image: url(../images/icon2-4.png);
	}
	
	@media only screen and (max-width: 1300px) {
		.swp-course .con .line::after{
			height: 0.8rem;	
			left: 0.5rem;
		}
	}
	@media only screen and (max-width: 1200px) {
		
		.swp-course .con .txts .pic{
			width: 1rem;
			height: 1rem;
		}
		.swp-course .con .desc{
			-webkit-line-clamp:3;
			overflow-y: auto;
			display: block;
			height:5.25em ;
		}
	}
	
	@media only screen and (max-width: 750px) {
		.m-about .descs .pic{
			float: none;
			margin: 0 auto .4rem;
		}
		.m-about .descs .txt{
			padding-top: 0.2rem;
		}
		.m-about .descs .tit{
			font-size: 0.36rem;
		}
		.m-about .descs .desc{
			font-size: 0.26rem;
		}
		.m-about .tabs .tab{
			float: none;
			width: 100%;
			font-size: 0.3rem;
			
		}
		.m-about .tabs .tit_en{
			padding-top: 0.1rem;
			display: block;
			opacity: 1;
			color: rgba(255, 255, 255, .6);
		}
		
		
		.m-course{
			height: auto;
			padding-bottom: 1rem;
		}
		.swp-course{
			padding: 0 .4rem;
		}
		.swp-course .swiper{
			height: auto;
		}
		.swp-course .con{
			padding: 0 .2rem;
		}
		.swp-course .con .line{
			display: none;
		}
		
		.swp-course .swiper-slide:nth-of-type(odd) .con .txts,
		.swp-course .con .txts{
			position: static;
			padding: 0;
		}
		.swp-course .swiper-slide:nth-of-type(odd) .con .pic,
		.swp-course .con .txts .pic{
			position: static;
			margin: 0 auto;
			width: 2rem;
			height: 2rem;
		}
		.swp-course .swiper-slide:nth-of-type(odd) .con .num,
		.swp-course .con .num{
			font-size: 0.4rem;
		}
		.swp-course .con .year{
			font-size: 0.6rem;
		}
		.swp-course .con .desc{
			width: auto;
			overflow: none;
			height: auto;
			font-size: 0.28rem;
		}
		
		.swp-course.aboutswp .swiper-button-prev{
			left: -.2rem;
		}
		 .swp-course.aboutswp .swiper-button-next{
			right: -.2rem;
		 }
		 
		 .m-survey{
			 background-size: auto 100%;
			 background-position: center;
		 }
		.swp-survey .tit{
			bottom: .2rem;
			font-size: 0.26rem;
		}
		.aboutswp .swiper-pagination-bullet{
			width: 0.2rem;
			height: 0.2rem;
		}
		.aboutswp .swiper-button-prev,
		.aboutswp .swiper-button-next{
			top: 50%;
			transform: translateY(-50%);
			/* margin: 0; */
		}
		.aboutswp .swiper-button-prev{
			left: -.1rem;
		}
		.aboutswp .swiper-button-next{
			right: -.1rem;
		}
		.m-culture ul li{
			float: none;
			width: 100%;
		}
		.m-culture ul .tit{
			font-size: 0.32rem;
		}
		.m-culture ul .con{
			height: 3.5rem;
		}
	}
	
	