@charset "utf-8";
@font-face{
　　font-family: numberFont;
　　src: url('../fonts/DINAlternateBold.ttf');
}
.common-pc-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	z-index: 11;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.common-pc-nav.mode2{
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.common-pc-nav .logo-area{
	float: left;
}
.common-pc-nav .pc-nav-wrap{
	float: right;
}
.common-pc-nav .pc-nav-wrap > div{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 60px;
}
.common-pc-nav .pc-nav-wrap > div a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	position: relative;
}
.common-pc-nav .pc-nav-wrap > div a i{
	position: absolute;
	bottom: -15px;
	left:50% ;
	transform: translateX(-50%);
	width: 12px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	opacity: 0;
	transition: all linear 0.2s;
}
.common-pc-nav .pc-nav-wrap .dropdown-list{
	position: absolute;
	top: 100%;
	left: 50%;
	line-height: 70px;
	background: #fff;
	border-radius: 0.6rem;
	padding: 1rem 0;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -30px);
	transition: all linear 0.2s;
}
.common-pc-nav .pc-nav-wrap > div:hover .dropdown-list{
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}
.common-pc-nav .pc-nav-wrap .dropdown-list a{
	white-space: nowrap;
	color: #3e3a39;
	font-size: 1.5rem;
	padding: 0 2.5rem;
}
.common-pc-nav .pc-nav-wrap .dropdown-list a i{
	display: block;
	margin: 1.5rem auto 0;
	width: 12px;
	height: 2px;
	background: #3e3a39;
	opacity: 0;
	transition: all linear 0.2s;
}
.common-pc-nav .pc-nav-wrap .dropdown-list a:hover i{
	opacity: 1;
}
.common-pc-nav .pc-nav-wrap .dropdown-list em{
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 10px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.common-pc-nav.mode2 .pc-nav-wrap a{
	color: #333;
}
.common-pc-nav.mode2 .pc-nav-wrap a i{
	background: #333;
}
.common-pc-nav .pc-nav-wrap >div.active > a{
	font-weight: bold;
}
.common-pc-nav .pc-nav-wrap >div.active > a i,.common-pc-nav .pc-nav-wrap >div:hover > a i{
	opacity: 1;
}
.swiper-container-index1 a, .swiper-container-index1 a img{
	display: block;
	width: 100%;
}
.swiper-container-index1 .scroll-area{
	position: absolute;
	bottom: 5rem;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 11;
	text-align: center;
}
.swiper-container-index1 .scroll-area span{
	display: block;
	color: #109191;
	font-size: 1rem;
	padding-bottom: 0.5rem;
}
.swiper-pagination-index1{
	right: 21%;
	top: 40%;
	bottom: auto;
	width: auto;
	left: auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: numberFont;
}
.swiper-pagination-index1 font,.swiper-pagination-index1 span{
	opacity: .4;
}
.swiper-pagination-index1 span.currentSpan{
	font-size: 24px;
	opacity: 1;
}
.common-padding{
	padding-top: 8.33rem;
	padding-bottom: 8.33rem;
}
.common-title1{
	position: relative;
	cursor: default;
	user-select: none;
}
.common-title1 h3{
	font-size: 2.66rem;
	line-height: 4rem;
	color: #3a3e39;
	font-weight: bold;
}
.common-title1.overviewmode h3{
	color: #eabb27;
}
.common-title1 h4{
	font-size: 4rem;
	opacity: .1;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
	background: linear-gradient(180deg, #109191 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	top: -2rem;
	width: auto;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif
}
.model1-content{
	font-size: 1.15rem;
	line-height: 1.7rem;
	color: #717071;
	margin-top: 3.333rem;
}
.model1-numwrap{
	margin: 3.5rem auto 0;
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	padding: 1.83rem 0;
}
.model1-numcontent{
	position: relative;
	width: 25%;
	padding-left: 2.33rem;
}
.model1-numcontent:first-of-type{
	padding-left: 0;
}
.model1-numcontent h3{
	color: #109191;
	font-size: 3rem;
	font-weight: bold;
	font-family: NumberFont;
	position: relative;
	display: inline-block;
}
.model1-numcontent h3 i{
	position: absolute;
	right: -2rem;
	font-size: 2rem;
	top: 0.2rem;
	font-weight: bold;
}
.model1-numcontent h4{
	font-size: 1.5rem;
	padding: 1rem 0 0.6rem;
}
.model1-numcontent h5{
	font-size: 1.15rem;
	color: #999;
}
.model1-numcontent img{
	position: absolute;
	right: 2.33rem;
	top: 50%;
	transform: translateY(-50%);
}
.model1-numcontent:last-of-type img{
	right: 0;
}
.model1-numcontent em{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 3.5rem;
	background: #F0F0F0;
}
.index-model2{
	background: url(../images/bg-index1.png) repeat center;
	background-attachment: fixed;
}
.model2-content{
	background: #FFFFFF;
	border: 1px solid #DADADA;
	text-align: center;
	margin-top: 30px;
	user-select: none;
	transition: all linear 0.2s;
}
.model2-content:hover{
	transform: scale(1.1);
}
.model2-content img{
	display: block;
	margin: 65px auto 30px;
	max-width: 80%;
}
.model2-content p{
	font-size: 1.15rem;
	line-height: 1.7rem;
	min-height: 5.1rem;
	color: #999;
	margin-bottom: 45px;
	cursor: default;
}
.model3-wrap{
	position: relative;
}
.swiper-pagination-index2{
	right: 0;
	top: -3rem;
}
.swiper-pagination-index2 .swiper-pagination-bullet{
	width: auto;
	height: auto;
	background: none;
	font-size: 1.5rem;
	color: #3E3A39;
	opacity: 1;
	outline: none;
	transition: all linear 0.2s;
	margin-left: 5rem;
}
.swiper-pagination-index2 .swiper-pagination-bullet i{
	display: block;
	width: 12px;
	height: 2px;
	margin: 1rem auto 0;
	background: #109191;
	opacity: 0;
	transition: all linear 0.2s;
}
.swiper-pagination-index2 .swiper-pagination-bullet-active{
	color: #109191;
}
.swiper-pagination-index2 .swiper-pagination-bullet-active i{
	opacity: 1;
}
.model3-content-wrap{
	margin-top: 3.33rem;
}
.model3-content-wrap::after{
	clear: both;
	display: block;
	content: "";
}
.model3-content-wrap .left-area{
	float: left;
	width: 510px;
	max-width: 100%;
}
.model3-content-wrap .left-area .img-area{
	position: relative;
	height: 14.9vw;
	overflow: hidden;
}
.model3-content-wrap .left-area .img-area img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear 0.2s;
}
.model3-content-wrap .left-area:hover .img-area img{
	transform: scale(1.1);
}
.model3-content-wrap .left-area .img-area span{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 6rem;
	height: 3rem;
	line-height: 3rem;
	background: #109191;
	text-align: center;
	font-size: 1.15rem;
	color: #fff;
}
.model3-content-wrap.mode2 .left-area .img-area span{
	background: #2E5579;
}
.model3-content-wrap .left-area .text-area{
	background: #f9f9f9;
	padding: 2.3rem 2.5rem;
}
.model3-content-wrap .left-area .text-area h3{
	color: #3e3a39;
	line-height: 1.6rem;
	font-size: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.model3-content-wrap .left-area .text-area > div{
	font-size: 1.15rem;
	color: #999;
	margin-top: 1rem;
	line-height: 1.6rem;
	height: 4.8rem;
	overflow: hidden;
}
.model3-content-wrap .right-area{
	float: right;
	width: 615px;
	max-width: 100%;
}
.model3-content-wrap .right-area .top-area{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.model3-content-wrap .right-area .top-area a{
	width: 47.6%;
}
.model3-content-wrap .right-area .top-area a .img-area{
	position: relative;
	height: 9.3vw;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.model3-content-wrap .right-area .top-area a .img-area img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear 0.2s;
}
.model3-content-wrap .right-area .top-area a:hover .img-area img{
	transform: scale(1.1);
}
.model3-content-wrap .right-area .top-area a .img-area span{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6rem;
	height: 3rem;
	line-height: 3rem;
	background: #109191;
	text-align: center;
	font-size: 1.15rem;
	color: #fff;
}
.model3-content-wrap.mode2 .right-area .top-area a .img-area span{
	background: #2E5579;
}
.model3-content-wrap .right-area .top-area a p{
	font-size: 1.5rem;
	color: #3e3a39;
	line-height: 2.2rem;
	height: 4.4rem;
	overflow: hidden;
	margin-top: 1rem;
}
.model3-content-wrap .right-area .bottom-area{
	margin-top: 3.5rem;
}
.model3-content-wrap .right-area .bottom-area a{
	display: block;
	line-height: 4.16rem;
	border-top: 2px solid #f0f0f0;
	font-size: 0;
	position: relative;
}
.model3-content-wrap .right-area .bottom-area a span:nth-of-type(1){
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 5rem;
	color: #3e3a39;
	font-size: 1.15rem;
	transition: all linear 0.2s;
}
.model3-content-wrap .right-area .bottom-area a span:last-of-type{
	position: absolute;
	right: 0;
	top: 0;
	color: #109191;
	font-size: 1.15rem;
}
.model3-content-wrap .right-area .bottom-area a:hover span{
	color: #109191;
}
.index-model4{
	background: #f9f9f9;
}
.partner-content{
	display: block;
	height: 10.8vw;
	line-height: 10.8vw;
	text-align: center;
	background: #fff;
	border:1px solid #dadada;
	margin-top: 2.5rem;
}
.model5-content{
	padding-top: 3rem;
}
.model5-content img{
	display: block;
	width: 100%;
}
.common-footer{
	background: url(../images/bg-footer.png) no-repeat center;
	padding:5rem 15px 4rem
}
.common-footer .info-area h3{
	font-size: 1.5rem;
	color: #fff;
	padding-bottom: 1.4rem;
}
.common-footer .info-area a{
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 2rem;
}
.footer-copy{
	text-align: center;
}
.pagination2{margin:20px 0 0;text-align:center;font-size:12px}.pagination2 ul>li{display:inline;line-height:24px;}.pagination2 ul>li>a,.pagination2 ul>li>span{margin:0 2px;display:inline-block;padding:4px 14px;background-color:#ddd;color:#666;border-radius:2px}.pagination2 ul>.active>a,.pagination2 ul>.active>span,.pagination2 ul>li>a:hover{background-color:#2C74E6;color:#fff}.pagination2 ul>li>span{color:#999;background-color:transparent}.pagination2 ul>li.previous-page,.pagination2 ul>li.next-page,.pagination2 ul>li.pages-num{display:none}@media (max-width:767px){.pagination2 ul>li{display:none}.pagination2 ul>li.previous-page,.pagination2 ul>li.next-page,.pagination2 ul>li.pages-num{display:inline-block}}
.footer-copy span{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 1rem;
}
.footer-copy a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 1rem;
	margin-left: 2rem;
}
.footer-copy a img{
	width: 1.5rem;
}
.inner-banner-wrap{
	position: relative;
}
.inner-banner-wrap img{
	display: block;
	width: 100%;
}
.inner-banner-wrap .banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-40%);
	text-align: center;
}
.inner-banner-wrap .banner-content.special{
	transform: scale(0.8) translate(-63%,-20%);
}
.inner-banner-wrap .banner-content img{
	width: auto;
	display: inline-block;
}
.inner-banner-wrap .banner-content h3{
	font-size: 3.5rem;
	color: #fff;
	margin-top: 3.5rem;
}
.inner-banner-wrap .banner-content i{
	display: block;
	margin: 3.5rem auto 2.5rem;
	width: 3.7rem;
	height: 4px;
	background: #eabb27;
}
.inner-banner-wrap .banner-content h4{
	font-size: 1.5rem;
	color: #fff;
}
.fullimg-wrap img{
	display: block;
	width: 100%;
}
.tzstudy-wrap{
	position: relative;
	margin-top: 3.5rem;
}
.tzstudy-wrap .swiper-pagination-index2{
	top: -7rem;
}
.party-content-wrap{
	position: relative;
	display: block;
	width: 100%;
	height: 23vw;
}
.party-content-wrap > img{
	display: block;
	width: 100%;
	height: 100%;
}
.party-content-wrap .text-area{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.2rem;
	background: rgba(0,0,0,.6);
	transition: all linear 0.2s;
}
.party-content-wrap:hover .text-area{
	background: #f9f9f9;
}
.party-content-wrap .text-area h3{
	font-size: 1.5rem;
	color: #fff;
	line-height: 2.25rem;
	height: 6.75rem;
	overflow: hidden;
	transition: all linear 0.2s;
}
.party-content-wrap:hover .text-area h3{
	color: #3e3a39;
	margin-bottom: 1.2rem;
	height: auto;
}
.party-content-wrap .text-area p{
	font-size: 1.15rem;
	color: #999;
	line-height: 1.66rem;
	overflow: hidden;
	height: 0;
	transition: all linear 0.2s;
}
.party-content-wrap:hover .text-area p{
	height: 6.64rem;
}
.tzstudy-wrap .swiper-button-white{
	width: 6rem;
	height: 100%;
	top: 0;
	margin: 0;
	background-size: 20%;
	outline: none;
	user-select: none;
	transition: all linear 0.2s;
}
.tzstudy-wrap .swiper-button-prev{
	left: 0;
}
.tzstudy-wrap .swiper-button-next{
	right: 0;
}
.tzstudy-wrap .swiper-button-white img{
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all linear 0.2s;
}
.tzstudy-wrap .swiper-button-white:hover img{
	opacity: 1;
}
.tzstudy-wrap .swiper-pagination-index2 .swiper-pagination-bullet-active{
	color: #2E5579;
}
.tzstudy-wrap .swiper-pagination-index2 .swiper-pagination-bullet-active i{
	background: #2E5579;
}
.party-model1{
	background: #F7FBFA url(../images/bg-gov1.png) no-repeat center bottom;
}
.party-model1-wrap .col-lg-9{
	padding-left: 0;
}
.party-model1-wrap .left-area h3{
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: #3e3a39;
	margin-top: 5.25rem;
}
.party-model1-wrap .left-area > i{
	display: block;
	width: 47px;
	height: 4px;
	background: #2E5579;
	margin: 6rem 0;
}
.party-model1-wrap .left-area .btn-area{
	position: relative;
	font-size: 0;
}
.party-model1-wrap .left-area .btn-area > div{
	position: relative;
	display: inline-block;
	left: auto;
	right: auto;
	top: auto;
	margin: 0;
	background: none;
	outline: none;
	user-select: none;
	width: 3.33rem;
	height: 3.33rem;
	line-height: 3.33rem;
	text-align: center;
	border: 1px solid #2e5579;
	font-size: 1.15rem;
	color: #2e5579;
	transition: all linear 0.2s;
}
.party-model1-wrap .left-area .btn-area > div:last-of-type{
	border-left: none;
}
.party-model1-wrap .left-area .btn-area > div:hover{
	background: #2e5579;
	color: #fff;
}
.swiper-container-partymodel1{
	padding: 2.5rem;
	padding-top: 5.7rem;
}
.swiper-container-partymodel1 a{
	display: block;
	border: 1px solid #e6e7e7;
}
.swiper-container-partymodel1 a img{
	display: block;
	width: 100%;
	opacity: .4;
	transition: all linear 0.2s;
	height: 190px;
}
.swiper-container-partymodel1 a:hover{
	transform: scale(1.1);
}
.swiper-container-partymodel1 a:hover img{
	opacity: 1;
}
.common-title2{
	text-align: center;
}
.common-title2 h3{
	font-size: 2.66rem;
	color: #999;
}
.common-title2 h2{
	font-size: 2rem;
	margin-top: 0.6rem;
}
.common-title2 i{
	display: block;
	width: 3.5rem;
	height: 4px;
	background: #eabb27;
	margin: 2.5rem auto 0;
}
.aboutus-wrap{
	margin-top: 5rem;
	background: #f9f9f9;
}
.aboutus-wrap.mode2{
	background: #fff;
}
.aboutus-wrap.mode2.special{
	background: #f9f9f9;
}
.aboutus-wrap.brandmode{
	background: #fff;
	margin-top: 2.5rem;
}
.aboutus-wrap::after{
	clear: both;
	display: block;
	content: "";
}
.aboutus-wrap .text-area{
	float: left;
	width: 40.3%;
	padding: 4.5rem 4rem 0;
	position: relative;
	z-index: 12;
}
.aboutus-wrap .text-area.mode2{
	padding: 4.5rem 3.3rem 0;
}
.animation1.active .aboutus-wrap .text-area,
.animation3.active .aboutus-wrap .text-area,
.brand-animation2.active .text-area,
.brand-animation4.active .text-area,
.brand-animation6.active .text-area{
	animation: left-move 1s ease-in forwards;
}
.animation2.active .aboutus-wrap .text-area,
.animation4.active .aboutus-wrap .text-area,
.brand-animation1.active .text-area,
.brand-animation3.active .text-area,
.brand-animation5.active .text-area{
	animation: right-move 1s ease-in forwards;
}
.aboutus-wrap.mode2 .text-area{
	float: right;
}
.aboutus-wrap .text-area h3{
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3.5rem;
}
.aboutus-wrap .text-area p{
	font-size: 1.15rem;
	color: #717171;
	line-height: 1.66rem;
	margin-top: 2.5rem;
}
.aboutus-wrap .text-area p.scroll-mode{
	max-height: 23.6rem;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
}
.aboutus-wrap .text-area p.scroll-mode::-webkit-scrollbar {
	width: 5px;
}
.aboutus-wrap .text-area p.scroll-mode::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #888;
}
.aboutus-wrap .text-area p.scroll-mode::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #BBB5B5;
}
.aboutus-wrap.brandmode .text-area p{
	margin-top: 1.5rem;
}
.aboutus-wrap .text-area.mode2 p{
	line-height: 1.8rem;
}
.aboutus-wrap .text-area i{
	position: absolute;
	right: -2.5rem;
	top: 5rem;
	border-left: 2.5rem solid #f9f9f9;
	border-top: 2.29rem solid transparent;
	border-bottom: 2.29rem solid transparent;
}
.aboutus-wrap.mode2 .text-area i{
	right: auto;
	left: -2.5rem;
	border-left: none;
	border-right: 2.5rem solid #fff;
	border-top: 2.29rem solid transparent;
	border-bottom: 2.29rem solid transparent;
}
.aboutus-wrap.brandmode .text-area i{
	border-left-color:#fff
}
.aboutus-wrap.brandmode.mode2 .text-area i{
	border-right-color:#fff
}
.aboutus-wrap .img-area{
	float: right;
	width: 59.7%;
}
.aboutus-wrap.mode2 .img-area{
	float: left;
}
.animation1.active .aboutus-wrap .img-area,
.animation3.active .aboutus-wrap .img-area,
.brand-animation2.active .img-area,
.brand-animation4.active .img-area,
.brand-animation6.active .img-area{
	animation: right-move 0.8s ease-in forwards;
}
.animation2.active .aboutus-wrap .img-area,
.animation4.active .aboutus-wrap .img-area,
.brand-animation1.active .img-area,
.brand-animation3.active .img-area,
.brand-animation5.active .img-area{
	animation: left-move 0.8s ease-in forwards;
}
.animation1.active .aboutus-wrap.special .img-area{
	animation: left-move 0.8s ease-in forwards;
}
.animation1.active .aboutus-wrap.special .text-area{
	animation: right-move 0.8s ease-in forwards;
}
.aboutus-wrap .img-area .big-img{
	float: left;
	width: 73%;
	height: 435.56px;
	overflow: hidden;
}
.aboutus-wrap .img-area .big-img .swiper-container{
	height: 100%;
}
.aboutus-wrap .img-area .big-img img{
	height: 100%;
	width: 100%;
	display: block;
}
.aboutus-wrap .img-area .small-img{
	float: right;
	width: 27%;
	height: 435.56px;
	overflow: hidden;
	overflow-y: auto;
}
.aboutus-wrap .img-area .small-img::-webkit-scrollbar {
	width: 0px;
}
.aboutus-wrap .img-area .small-img::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.aboutus-wrap .img-area .small-img::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.02);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.aboutus-wrap .img-area .small-img .swiper-pagination{
	position: relative;
	font-size: 0;
}
.aboutus-wrap .img-area .small-img .swiper-pagination .swiper-pagination-bullet{
	width: 100%;
	height: auto;
	background: none;
	border-radius: 0;
	outline: none;
	user-select: none;
}
.aboutus-wrap .img-area .small-img .swiper-pagination .swiper-pagination-bullet img{
	display: block;
	width: 100%;
}
.aboutus-padding{
	padding: 1.4rem;
	background: #fff;
}
.aboutus-wrap.aboutus-padding .text-area{
	padding: 4.5rem 2.5rem 0;
}
.inner-bg-gray{
	background: #f9f9f9;
}
.aboutus-swiper-wrap{
	position: relative;
	overflow: hidden;
	padding: 0 25px;
}
.aboutus-swiper-wrap .swiper-container-aboutus{
	padding: 3rem 0;
	overflow: visible;
}
.aboutus-swiper-wrap .swiper-container-aboutus a{
	display: block;
	opacity: .4;
}
.aboutus-swiper-wrap .swiper-container-aboutus a img{
	display: block;
	width: 100%;
	height: 200px;
}
.aboutus-swiper-wrap .swiper-container-aboutus a:hover{
	opacity: 1;
	transform: scale(1.2);
}
.aboutus-swiper-bg .swiper-button-prev,.aboutus-swiper-bg .swiper-button-next{
	background: none;
	outline: none;
	user-select: none;
	width: 3.33rem;
	height: 3.33rem;
	line-height: 3.33rem;
	text-align: center;
	border: 1px solid #2e5579;
	font-size: 1.15rem;
	color: #2e5579;
	transition: all linear 0.2s;
}
.aboutus-swiper-bg .swiper-button-prev:hover,.aboutus-swiper-bg .swiper-button-next:hover{
	background: #2e5579;
	color: #fff;
}
.aboutus-swiper-bg{
	width: 1310px;
	margin: auto;
	max-width: 100%;
	position: relative;
}
.medals-wrap img{
	display: block;
	width: 100%;
	margin-bottom: 2.5rem;
	transition: all linear 0.2s;
}
.medals-wrap img:hover{
	transform: scale(1.1);
}
.animation1{
	padding-top: 3rem;
}
.aboutus-wrap.brand-animation1{
	margin-top: 5rem;
}
.overview-map-wrap{
	width: 800px;
	height: 480px;
	margin: 7.5rem auto 5rem;
	position: relative;
	pointer-events: none;
}
.overview-map-wrap > img{
	width: 100%;
	height: 100%;
	display: block;
}
.overview-line{
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #EABB27;
}
.overview-line > font{
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #EABB27;
	position: absolute;
	top: 0;
	left: 0;
	animation: circleScale 1s linear infinite;
}
.overview-line.line1{
	top: 108px;
	left: 103px;
}
.overview-line > i,.overview-line > i > i{
	transition: all linear 0.5s;
}
.overview-line > i em{
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #EABB27;
	top: -5px;
	left: -12px;
	opacity: 0;
	transition: all linear 0.2s;
}
.overview-line.line1 > i{
	width: 0;
	height: 0;
	border-top: 1px dashed #eabb27;
	position: absolute;
	right: 8px;
	top: 50%;
}
.overview-line.line1.active > i{
	width: 103px;
}
.overview-line.line1 > i > i{
	position: absolute;
	right: 103px;
	bottom: 0;
	height: 0;
	width: 0;
	border-top: 1px dashed #eabb27;
	transform: rotate(53.1deg);
}
.overview-line.line1.active > i > i{
	width: 106px;
	right: 84px;
	bottom: 42px;
	transition-delay: 0.5s;
}
.overview-line.line1.active > i > i em{
	opacity: 1;
	transition-delay: 1s;
}

.overview-line.line2{
	top: 113px;
	left: 395px;
}
.overview-line.line2 > i{
	width: 0;
	height: 0;
	border-top: 1px dashed #eabb27;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-53.1deg);
}
.overview-line.line2.active > i{
	width: 192px;
	right: -31px;
	top: 84px;
	transition-delay: 0.9s;
}
.overview-line.line2 > i > i{
	position: absolute;
	right: 192px;
	bottom: 0;
	height: 0;
	width: 0;
	border-top: 1px dashed #eabb27;
	transform: rotate(53.1deg);
}
.overview-line.line2.active > i > i{
	width: 330px;
	transition-delay: 1.4s;
	bottom: 134px;
	right: 127px;
}
.overview-line.line2.active > i > i em{
	opacity: 1;
	transition-delay: 1.9s;
}
.overview-line.line3{
	top: 157px;
	left: 710px;
}
.overview-line.line3 > i{
	width: 0;
	height: 0;
	border-top: 1px dashed #eabb27;
	position: absolute;
	left: 8px;
	top: 50%;
}
.overview-line.line3.active > i{
	transition-delay: 2.2s;
	width: 55px;
}
.overview-line.line3 > i > i{
	position: absolute;
	left: 57px;
	bottom: 0;
	height: 0;
	width: 0;
	border-top: 1px dashed #eabb27;
	transform: rotate(110deg);
}
.overview-line.line3.active > i > i{
	width: 141px;
	transition-delay: 2.7s;
	left: 11px;
	bottom: 66px;
}
.overview-line.line3.active > i > i em{
	opacity: 1;
	transition-delay: 3.2s;
}
.overview-line.line4{
	top: 388px;
	left: 739px;
}
.overview-line.line4 > i{
	width: 0;
	height: 0;
	border-top: 1px dashed #eabb27;
	position: absolute;
	right: 8px;
	top: 50%;
}
.overview-line.line4.active > i{
	width: 100px;
	transition-delay: 3.2s;
}
.overview-line.line4 > i > i{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-top: 1px dashed #eabb27;
}
.overview-line.line4.active > i > i em{
	opacity: 1;
	transition-delay: 3.7s;
}
.overview-text{
	position: absolute;
	z-index: 2;
	transition: all ease-out 0.8s;
	opacity: 0;
}
.overview-text .text-content{
	margin-top: 1.2rem;
}
.overview-text .text-content b{
	display: block;
	font-size: 1.5rem;
	color: #3e3a39;
	font-weight: normal;
	line-height: 27px;
}
.overview-text .text-content span{
	font-size: 1.15rem;
	color: #717171;
	line-height: 20px;
}
.overview-text.text1{
	left: -236px;
	top: -3px;
}
.overview-text.text1.active{
	opacity: 1;
	left: -196px;
	transition-delay: 1s;
}
.overview-text.text2{
	left: -236px;
	top: 246px;
}
.overview-text.text2.active{
	opacity: 1;
	left: -196px;
	transition-delay: 2s;
}
.overview-text.text3{
	right: -236px;
	top: -3px;
}
.overview-text.text3.active{
	opacity: 1;
	right: -196px;
	transition-delay: 3.2s;
}
.overview-text.text4{
	left: 562px;
	top: 370px;
}
.overview-text.text4.active{
	opacity: 1;
	left: 517px;
	transition-delay: 3.7s;
}
.matrix-wrap a{
	display: block;
	width: 100%;
	height: 208px;
	background: #fff;
	border: 1px solid #dadada;
	text-align: center;
	margin-bottom: 2.5rem;
}
.matrix-wrap a img{
	display: inline-block;
	margin-top: 3.33rem;
	max-width: 60%;
	transition: all linear 0.2s;
}
.matrix-wrap a:hover img{
	transform: scale(1.1);
}
.matrix-wrap a h3{
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin-top: 1.2rem;
	color: #3e3a39;
}
.news-nav-wrap{
	text-align: center;
	font-size: 0;
	padding: 5rem 0 1rem;
}
.news-nav-wrap a{
	display: inline-block;
	width: 16rem;
	height: 4.5rem;
	line-height: 4.5rem;
	border: 1px solid #f0f0f0;
	font-size: 1.5rem;
	color: #109191;
}
.news-nav-wrap a.active{
	background: #109191;
	color: #fff;
}
.list-news-content{
	display: block;
	padding: 3.5rem 0;
	border-bottom: 2px solid #f0f0f0;
}
.list-news-content::after{
	clear: both;
	display: block;
	content: "";
}
.list-news-content:last-of-type{
	border: none;
}
.list-news-content .img-area{
	float: left;
	width: 25%;
	height: 165px;
	overflow: hidden;
	position: relative;
}
.list-news-content .img-area img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear 0.2s;
}
.list-news-content .img-area i{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6rem;
	height: 3rem;
	line-height: 3rem;
	background: #109191;
	text-align: center;
	font-size: 1.15rem;
	color: #fff;
}
.list-news-content:hover .img-area img{
	transform: scale(1.1);
}
.list-news-content .text-area{
	float: right;
	width: 75%;
	padding-left: 30px;
}
.list-news-content .text-area h3{
	font-size: 1.5rem;
	line-height: 2.25rem;
	padding: 0.4rem 0 1rem;
	color: #3e3a39;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-news-content .text-area p{
	font-size: 1.15rem;
	line-height: 1.66rem;
	color: #717171;
	height: 6.64rem;
	overflow: hidden;
}
.list-news-content .text-area span{
	display: inline-block;
	font-size: 1.15rem;
	line-height: 1.66rem;
	color: #109191;
	margin-top: 1rem;
}
.list-news-content .text-area span font{
	display: inline-block;
	width: 1rem;
	transition: all linear 0.2s;
}
.list-news-content:hover .text-area span font{
	width: 1.8rem;
}
.news-detail-wrap{
	float: left;
	width: 67%;
	padding: 5rem 2.5rem;
	background: #fff;
	margin-bottom: 2.5rem;
}
.news-detail-wrap.mode2{
	float: none;
	width: 100%;
}
.news-detail-wrap .title-area{
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 2.5rem;
}
.news-detail-wrap .title-area h5{
	font-size: 1.15rem;
	color: #999;
	margin-top: 1.25rem;
}
.common-edit-area{
	padding: 2.5rem 0 0;
}
.common-edit-area video,.common-edit-area iframe,.common-edit-area img{
	max-width: 100%;
	border: none;
}
.news-detail-right{
	float: right;
	width: 31.6%;
	background: #fff;
	padding: 5rem 15px 2rem;
	margin-bottom: 2.5rem;
}
.news-right-list{
	padding-top: 2rem;
}
.news-right-list a{
	display: block;
	padding: 1.25rem 0;
	border-bottom: 1px solid #f0f0f0;
}
.news-right-list a::after{
	clear: both;
	display: block;
	content: "";
}
.news-right-list a:last-of-type{
	border-bottom: none;
}
.news-right-list a .img-area{
	float: left;
	width: 37.6%;
	height: 72.11px;
	overflow: hidden;
}
.news-right-list a .img-area img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear 0.2s;
}
.news-right-list a:hover .img-area img{
	transform: scale(1.1);
}
.news-right-list a .text-area{
	float: right;
	width: 57.6%;
}
.news-right-list a .text-area h3{
	font-size: 1.15rem;
	line-height: 1.66rem;
	height: 3.32rem;
	overflow: hidden;
	color: #3e3a39;
	margin: 0.3rem 0;
}
.news-right-list a .text-area span{
	display: block;
	font-size: 1.15rem;
	color:#109191;
}
.contact-content-wrap{
	text-align: center;
	border: 1px solid #dadada;
	padding: 3rem 0 7rem;
	margin-top: 5rem;
}
.contact-content-wrap .img-area{
	height: 18rem;
	line-height: 18rem;
}
.contact-content-wrap .img-area img{
	vertical-align: middle;
	display: inline-block;
}
.contact-content-wrap h3{
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding-bottom: 1rem;
}
.contact-content-wrap .text-area{
	margin-top: 1rem;
	display: block;
}
.contact-content-wrap .text-area h4{
	font-size: 1.15rem;
	line-height: 1.66rem;
	color: #999;
	margin-top: 0.5rem;
}
.toast-window-wrap{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 3rem;
	font-size: 1.15rem;
	color: #fff;
	border-radius: .6rem;
	background: rgba(0,0,0,.7);
	z-index: 21;
	padding: 0 1.5rem;
	max-width: 60%;
}
.copy-btn{
	cursor: pointer;
}
.contact-bottom-wrap{
	background: #fff;
	margin-top: 5rem;
}
.contact-bottom-wrap::after{
	clear: both;
	display: block;
	content: "";
}
.contact-bottom-wrap .bdmap-wrap{
	float: left;
	width: 60%;
	height: 474px;
}
#map1{
	width: 100%;
	height: 100%;
}
.contact-bottom-wrap .text-area{
	padding: 5rem;
	float: right;
	width: 40%;
}
.contact-bottom-wrap .text-area h3{
	font-size: 2.66rem;
	line-height: 4rem;
	font-weight: bold;
}
.contact-bottom-wrap .text-area .info-area{
	margin-top: 3rem;
}
.contact-bottom-wrap .text-area .info-area h4{
	font-size: 1.5rem;
	line-height: 2.25rem;
}
.contact-bottom-wrap .text-area .info-area p{
	font-size: 1.15rem;
	line-height: 1.66rem;
	color: #717171;
	margin-top: 1.25rem;
}
.job-wrap{
	background: #fff;
	padding: 4.5rem;
	margin-top: 2.5rem;
}
.job-wrap:first-of-type{
	margin-top: 5rem;
}
.job-wrap .title-area{
	border-bottom: 2px solid #f0f0f0;
}
.job-wrap .title-area h3{
	font-size: 2.66rem;
	line-height: 4rem;
	font-weight: bold;
	padding-bottom: 2.5rem;
}
.job-wrap .job-content{
	margin-top: 2.5rem;
}
.job-wrap .job-content h4{
	font-size: 1.5rem;
	color: #3e3a39;
	line-height: 2.25rem;
}
.job-wrap .job-content p{
	font-size: 1.15rem;
	color: #717171;
	line-height: 1.66rem;
	margin-top: 1.25rem;
}
.job-right-pagination{
	position: absolute;
	right: -200px;
	top: 100px;
}
.job-right-pagination span{
	position: relative;
	z-index: 2;
	display: block;
	font-size: 1.6rem;
	line-height: 1.7rem;
	color: #3e3a39;
	margin-bottom: 2.5rem;
	cursor: pointer;
	transition: all linear 0.2s;
}
.job-right-pagination span:last-of-type{
	margin-bottom: 0;
}
.job-right-pagination span i{
	position: absolute;
	left: -37px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #f0f0f0;
	transition: all linear 0.2s;
}
.job-right-pagination span i em{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 16px;
	height: 16px;
	background: #f0f0f0;
	border-radius: 100%;
	transition: all linear 0.2s;
}
.job-right-pagination span.active{
	color: #109191;
}
.job-right-pagination span.active i{
	border-color:#109191
}
.job-right-pagination span.active em{
	background: #109191;
}
.job-right-pagination .left-line{
	position: absolute;
	left: -28px;
	top: 5px;
	width: 0;
	height: 96%;
	border-right: 1px solid #f0f0f0;
	z-index: 1;
}
.overview-wrap{
	overflow: hidden;
	height: 880px;
}
.course-wrap{
	position: relative;
	margin-top: 5rem;
	height: auto;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}
.overview-wrap.active{
	height: auto;
}
.course-line{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 810px;
	background: #109191;
}
.overview-wrap.active .course-line,.course-line.active{
	height: 100%;
}
.course-year-area{
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 100%;
	border: 1px solid #109191;
	position: relative;
	background: #fff;
	margin: 0 auto 1.3rem;
}
.course-year-area i{
	position: absolute;
	top: 3px;
	left: 3px;
	width: 66px;
	height: 66px;
	line-height: 66px;
	font-weight: bold;
	color: #fff;
	border-radius: 100%;
	background: #109191;
	font-size: 1.8rem;
}
.course-year-area.nowmode i{
	font-size: 1.5rem;
}
.course-content{
	margin: 0 auto 1.3rem;
}
.course-content::after{
	clear: both;
	display: block;
	content: "";
}
.course-content .text-area{
	float: right;
	text-align: left;
	width: 47%;
	position: relative;
}
.course-content.leftmode .text-area{
	float: left;
	text-align: right;
}
.course-content .text-area b{
	display: block;
	font-size: 1.66rem;
	line-height: 1.7rem;
}
.course-content .text-area p{
	font-size: 1.15rem;
	color: #717171;
	line-height: 1.66rem;
	margin-top: 8px;
}
.course-content .text-area i{
	position: absolute;
	left: -44.5px;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #109191;
	background: #fff;
}
.course-content.leftmode .text-area i{
	left: auto;
	right: -45.5px;
}
.course-content .text-area i em{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #109191;
}
.course-more-btn{
	margin-top: 2.5rem;
	text-align: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.course-more-btn.active{
	opacity: 0;
	pointer-events: none;
}
.course-more-btn span{
	display: inline-block;
	width: 240px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #109191;
	text-align: center;
	font-size: 1.15rem;
	border-radius: 0.6rem;
	border: 1px solid #109191;
	cursor: pointer;
	transition: all linear 0.2s;
}
.course-more-btn span:hover{
	background: #109191;
	color: #fff;
}
.course-bg-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 440px;
	background: url(../images/bg-mountain.png) repeat-x 0 bottom;
}
.course-bg-wrap.active{
	height: 100%;
	background-position: 0 center;
	background-attachment: fixed;
}
.course-animation.active{
	animation: up-move 0.8s ease-out forwards;
}
@media (max-width:1250px) {
	.common-padding{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.common-title1 h4{
		font-size: 3rem;
		top: -1rem;
	}
	.model1-content{
		margin-top: 1rem;
	}
	.model2-content{
		margin-top: 4vw;
	}
	.model2-content img{
		margin: 3vw auto;
	}
	.model2-content p{
		min-height: auto;
		margin-bottom: 3vw;
	}
	.swiper-pagination-index2 .swiper-pagination-bullet{
		margin-left: 4vw;
	}
	.model3-content-wrap{
		margin-top: 5vw;
	}
	.model3-content-wrap .left-area,.model3-content-wrap .right-area{
		float: none;
		width: 100%;
	}
	.model3-content-wrap .left-area .img-area{
		height: auto;
	}
	.model3-content-wrap .right-area .top-area{
		display: none;
	}
	.model3-content-wrap .left-area .text-area{
		padding: 4vw;
	}
	.model3-content-wrap .left-area .text-area > div{
		max-height: 4.8rem;
		height: auto;
	}
	.model3-content-wrap .right-area .bottom-area{
		margin-top: .5rem;
	}
	.model3-content-wrap .right-area .bottom-area a{
		line-height: 3rem;
		border-top: none;
		border-bottom: 1px solid #f0f0f0;
	}
	.partner-content{
		margin-top: 5vw;
		height: 20vw;
		line-height: 20vw;
	}
	.partner-content img{
		max-height: 70%;
		max-width: 70%;
	}
	.common-footer{
		background-size: auto 100%;
		padding-top: 3rem;
	}
	.common-footer .info-area h3{
		padding-top: 1.5rem;
		padding-bottom: 1rem;
	}
	.footer-copy{
		margin-top: 2rem;
	}
	.footer-copy > span,.footer-copy > a{
		display: block;
		margin-left: 0;
		line-height: 2rem;
	}
	.tzstudy-wrap{
		margin-top: 2rem;
	}
	.tzstudy-wrap .swiper-pagination-index2{
		top: -5rem;
	}
	.party-content-wrap{
		height: 110vw;
	}
	.tzstudy-wrap .swiper-button-white img{
		display: none;
	}
	.party-model1-wrap .left-area h3{
		margin-top: 2rem;
	}
	.party-model1-wrap .left-area > i{
		margin: 2rem 0;
	}
	.party-model1-wrap .col-lg-9{
		padding-left: 15px;
	}
	.swiper-container-partymodel1{
		padding: 2.5rem 0;
	}
	.swiper-container-partymodel1 a img{
		opacity: 1;
		height: 60vw;
	}
	.inner-banner-wrap .banner-content.special{
		transform: scale(0.6) translate(-84%,-40%);
	}
	.inner-banner-wrap .banner-content img{
		width: 14vw;
	}
	.inner-banner-wrap .banner-content h3{
		font-size: 4vw;
		white-space: nowrap;
		margin-top: 3vw;
	}
	.inner-banner-wrap .banner-content i,.inner-banner-wrap .banner-content h4{
		display: none;
	}
	.common-title2 i{
		margin-top: 1.5rem;
	}
	.aboutus-wrap{
		margin-top: 2.5rem;
	}
	.aboutus-wrap .text-area{
		float: none;
		width: 100%;
		padding: 5vw;
	}
	.aboutus-wrap .text-area i{
		display: none;
	}
	.aboutus-wrap .img-area{
		float: none;
		width: 100%;
	}
	.aboutus-wrap .text-area p{
		margin-top: 1rem;
	}
	.aboutus-wrap .text-area p.scroll-mode{
		max-height: none;
		overflow: visible;
		padding: 0;
	}
	.aboutus-wrap .text-area h3{
		line-height: 2rem;
		line-height: 2.5rem;
	}
	.aboutus-wrap.aboutus-padding .text-area{
		padding: 0;
	}
	.animation1{
		padding-top: 1rem;
	}
	.aboutus-wrap .text-area.mode2{
		padding: 5vw;
	}
	.aboutus-wrap .img-area .big-img,.aboutus-wrap .img-area .small-img{
		height: 57vw;
	}
	.medals-wrap img{
		margin-bottom: 1.5rem;
	}
	.aboutus-wrap.brand-animation1{
		margin-top: 2rem;
	}
	.aboutus-wrap.brandmode{
		margin-top: 15px;
	}
	.matrix-wrap a{
		margin-bottom: 15px;
		height: auto;
		padding: 4vw 0;
	}
	.matrix-wrap a img{
		max-width: 47%;
		margin-top: 0;
	}
	.news-nav-wrap{
		padding-top: 2rem;
	}
	.news-nav-wrap a{
		width: auto;
		padding: 0 1.5rem;
		height: 11vw;
		line-height: 11vw;
	}
	.list-news-content{
		padding: 1.5rem 0;
	}
	.list-news-content .img-area,.list-news-content .text-area{
		float: none;
		width: 100%;
		height: auto;
		padding: 0;
	}
	.list-news-content .text-area p{
		height: auto;
		max-height: 6.64rem;
	}
	.news-detail-wrap{
		float: none;
		width: auto;
		padding: 2rem 15px;
		margin: 0 -15px;
	}
	.news-detail-wrap .title-area{
		padding-bottom: 1.5rem;
	}
	.common-title1 h3{
		font-size: 2.33rem;
		line-height: 2.7rem;
	}
	.contact-content-wrap{
		padding: 4vw 0;
		margin-top: 2rem;
	}
	.contact-content-wrap .img-area{
		position: absolute;
		left: 10vw;
		top: 50%;
		transform: translateY(-50%);
	}
	.contact-content-wrap .text-area{
		margin-top: 0.5rem;
		text-align: left;
		padding-left: 36vw;
		line-height: 5vw;
	}
	.contact-content-wrap .img-area img{
		width: 20vw;
	}
	.contact-content-wrap .text-area img{
		display: inline-block;
		vertical-align: middle;
		width: 4vw;
	}
	.contact-content-wrap .text-area h4{
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 1vw;
	}
	.contact-bottom-wrap{
		margin-top: 2rem;
	}
	.contact-bottom-wrap .bdmap-wrap{
		float: none;
		width: 100%;
		height: 60vw;
	}
	.contact-bottom-wrap .text-area{
		float: none;
		width: 100%;
		padding: 4vw;
	}
	.contact-bottom-wrap .text-area .info-area{
		margin-top: 1.5rem;
	}
	.contact-bottom-wrap .text-area .info-area p{
		margin-top: 0.3rem;
	}
	.contact-bottom-wrap .text-area h3{
		font-size: 5vw;
		line-height: 6vw;
	}
	.job-wrap{
		margin-top: 2rem !important;
		padding: 5vw;
	}
	.job-wrap .title-area h3{
		font-size: 2.33rem;
		line-height: 3rem;
		padding-bottom: 1rem;
	}
	.job-wrap .job-content{
		margin-top: 1.5rem;
	}
	.job-wrap .job-content p{
		margin-top: 0.8rem;
	}
	.course-content .text-area{
		width: 45%;
	}
	.course-wrap{
		margin-top: 2rem;
	}
	.course-content .text-area i{
		display: none;
	}
	.course-bg-wrap{
		display: none;
	}
	.model5-content{
		padding-top: 4vw;
	}
	.aboutus-swiper-wrap .swiper-container-aboutus a img{
		height: 57vw;
	}
}
@media (max-width:1630px){
	.job-right-pagination{
		display: none !important
	}
}
