@font-face {
  font-family: 'source';
  src: url('../font/source.eot');
  src:
    url('../font/source.eot?#font-spider') format('embedded-opentype'),
    url('../font/source.woff2') format('woff2'),
    url('../font/source.woff') format('woff'),
    url('../font/source.ttf') format('truetype'),
    url('../font/source.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.zizhu{
    font-family: 'source';
}
.nav-container {
	   position: fixed;
       margin: 0 auto;
       height: 90px;
       width: 100%;
       z-index: 1;
       top: 0;
       left: 0;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px
	}
}
@media (min-width:1500px) {
	.container {
		max-width: 1500px
	}
}
#frame{
	min-width: 1200px;
}
.content-1200{
	max-width: 1200px;
	margin: 0 auto;
}
.nav-container{
	min-width: 1200px;
}
.nav-container .content{
	max-width: 1200px;
	margin: 0 auto;
}
.nav-container .logo-box{
	float: left;
	width: 153px;
	height: 34px;
	margin-top: 40px;
}
.logo-box .logo-zi{
	color: white;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 10px;
}
.fp-viewing-1{
    background: #fff;
}
.nav-container.fp-viewing-1 .logo-box .logo-zi{
	color: #333 !important;
}

.nav-container .logo-box img{
	width: auto;
	height: 100%;
}
.menu-head{
	float: right;
	margin-top: 40px;
}
.menu-head .menu-ul{
	overflow: hidden;
}
.menu-head .menu-ul>li {
	float: left;
	width: 115px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
}
.menu-head .menu-ul>li.active{
	border-bottom: 2px solid #31a0ff;
	color: #FFFFFF;
}

.menu-head .menu-ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 14px;
}
.nav-container.fp-viewing-1 .menu-ul>li>a{
	color: #333;
}
.title-label_txt{
	position: relative;
	text-align: center;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.title-label_txt .titleName{
	font-size: 26px;
	color: #000000;
	display: inline-block;
}
.title-label_txt .titleName::after{
	content: " ";
	position: absolute;
	left: 10px;
	bottom: -22px;
	background-color: #31a0ff;
	width: 160px;
	height: 5px;
}
.title-label_txt2{
	position: relative;
	text-align: right;
}
.title-label_txt2 .titleName2{
	font-size: 26px;
	color: #000000;
	display: inline-block;
	text-align: right;
}
.title-label_txt2 .titleName2::after{
	content:" ";
	position: absolute;
	right: 0;
	bottom: -22px;
	background-color: #31a0ff;
	width: 207px;
	height: 5px;
}
.title-label_txt3{
	text-align: center;
}
.title-label_txt3 .titleName3{
	position: relative;
	font-size: 26px;
	color: #000000;
	display: inline-block;
	text-align: right;
}
.title-label_txt3 .titleName3::after{
    content: " ";
    position: absolute;
    right: 102px;
    bottom: -22px;
    background-color: #31a0ff;
    width: 106px;
    height: 4px;
}
.title-label_txt4{
	text-align: center;
}
.title-label_txt4 .titleName4{
	position: relative;
	font-size: 26px;
	color: #000000;
	display: inline-block;
	text-align: right;
}
.title-label_txt4 .titleName4::after{
	content: " ";
	position: absolute;
	right: -36px;
	bottom: -22px;
	background-color: #31a0ff;
	width: 180px;
	height: 4px;
}


.page-one{
	background: url(../img/banner.png) no-repeat;
	background-size: 100% 100%;
}
#particles-js{
	position: absolute;
	width: 100%;
	height: 300px;
	z-index: 1;
	left: 0;
	bottom: 0;
}
.page-one .my-services-brief{
	position: relative;
}
.page-one .word-big{
	font-size: 86px;
	position: relative;
	z-index: 1;
}
.flex-one{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-one .word-big .breif-white{
	display: none;
	color: white;
	z-index: 1;
	letter-spacing: 9px;
}
.page-one .word-big .breif-vue{
	display: none;
	position: relative;
	background-image: linear-gradient(to bottom, #24e0e3,#00a4ff);
	background-image: -moz-linear-gradient(to bottom, #24e0e3,#00a4ff);
	background-image: -webkit-linear-gradient(to bottom, #24e0e3,#00a4ff);
	-webkit-background-clip: text;
	background-clip:text;
	color: transparent;
	height: 97px;
	letter-spacing: 9px;
	margin-left: -12px;
}
.page-one  .bg-circle-small {
	display: none;
    position: absolute;
    content: url(../img/one-circle.png);
    left: -125px;
    top: -125px;
    width: 350px;
    z-index: 1;
	animation: circleStart 3s;
	-moz-animation: circleStart 3s;	
	-webkit-animation: circleStart 3s;	
	-o-animation: circleStart 3s;	
}
@keyframes circleStart
{
from {
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
}
to {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); 
}
}

@-moz-keyframes circleStart /* Firefox */
{
from {
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
}
to {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); 
}
}

@-webkit-keyframes circleStart /* Safari 和 Chrome */
{
from {
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
}
to {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); 
}
}

@-o-keyframes circleStart /* Opera */
{
from {
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
}
to {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); 
}
}
.page-one  .breif-txt{
	display: none;
	font-size: 20px;
	color: white;
	margin-top: 3rem;
	text-align: center;
}
.page-two{
}
.page-two .p-cont{
	width: 100%;
}
.page-container{
 	padding-top: 75px;
}
.page-two .page-two-container .p-cont{
	width: 100%;
	height: auto;
}

.advantage-box{
	padding-top: 40px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 15px;
	overflow: hidden;
}
.advantage-box .adv-item{
	float: left;
	width: 30%;
	/* max-width: 320px; */
	box-shadow: 2px 2px 10px rgba(51, 51, 51, 0.16);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 2px solid rgb(253 253 253);
}
.advantage-box .adv-item:nth-child(2){
	margin-right: 5%;
	margin-left: 5%;
}
 
.advantage-box .adv-item .adv-item-flex{
	text-align: center;
}
.adv-item .major-img{
	width: 100%;
	overflow: hidden;
	max-width: 320px;
	margin: 0 auto;
}
.adv-item .major-img img{
	width: 80%;
	height: auto;
}
.adv-item .major-title{
	font-size: 20px;
	color: #000000;
	border-bottom: 4px solid #31a0ff;
	width: 88px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.major-desc{
	color: #000000;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 80px;
}
.major-desc .mtext1, .major-desc .mtext2 {
    font-size: 14px;
    margin-bottom: 1rem;
    width: 100%;
    height: 22px;
    overflow: hidden;
    color: #333;
}



.page-third{
	 
}
.third-content{
	overflow: hidden;
	width: 100%;
}
.third-content .comm-services-img-box{
	float: left;
	width: 40%;
	max-width: 500px;
}
.comm-services-img-box img{
	width: 100%;
	height: auto;
}
.com-service_p{
	float: right;
	margin-left: 4%;
	width: 56%;
	margin-top: 60px;
}
.page-third .services-btns{
    margin-top: 80px;
    overflow: hidden;
    margin-bottom: 56px;
    text-align: right;
}
.page-third .services-btns .ser_btn{
	width: 104px;
	line-height:42px;
	font-size: 16px;
	border: 1px solid #eff1f7;
	text-align: center;
	float: right;
	margin-left: 1rem;
	margin-bottom: 1rem;
	color:#222222;
}
.page-third .service-dsc{
	color:#222222;
	font-size: 14px;
	text-align: right;
	line-height: 45px;
}
.page-fourth .practical_introduce{
	font-size: 16px;
	color:#222222;
	padding-top: 40px;
	text-align: center;
}
.edu-icon-list{
	padding-top: 60px;
	overflow: hidden;
}
.edu-icon-list .edu-icon-item{
	float: left;
	width: calc(25% - 133.5px);
	margin-right: 178px;
	
}
.edu-icon-list .edu-icon-item:nth-child(4){
	margin-right: 0 !important;
}
.edu-icon-list .edu-icon-item .edu-img{
	width: 174px;
}
.edu-icon-list .edu-icon-item .edu-img img{
	width: 100%;
	height: auto;
}
.edu-icon-list .edu-icon-item .edu-name {
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
	width: 174px;
	text-align: center;
}
.page-fourth_content .platform-styeam{
	margin-top: 45px;
	overflow: hidden;
}
.page-fourth_content .platform-styeam .plat-item{
	float: left;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 45%;
	padding: 18px;
	border: 1px solid #e8e8e8;
	height: 211px;
}
.page-fourth_content .platform-styeam .plat-item:nth-child(2){
	margin-left: 10%;
}
.page-fourth_content .platform-styeam .plat-item .plat-item-img{
	float: left;
	width:45%;
}
.plat-item .plat-item-img img{
	width: 100%;
	height: auto;
}
.plat-item .plat-desc_box{
	float: left;
	width: 51%;
	margin-left: 4%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plat-item .plat-desc_box .plat_text{
	font-size: 14px;
	color: #000000;
	line-height: 35px;
}
.page-fourth{
}
.page-five{
}
.page-five_content{
    width: 1200px;
}
.page-five_content .joinus_box{
    padding-top: 76px;
    height: 590px;
}
.joinus_box .jobs-content-left{
	float: left;
	width: 48%;
	height: 100%;
}
.joinus_box .job-env-right{
	position: relative;
	float: left;
	width: 48%;
	height: 100%;
	overflow: hidden;
	margin-left: 4%;
}
.joinus_box .job-env-right .swiper-wrapper{
    width: 576px;
    height: 512px;
}
.joinus_box .job-env-right .com-env-box{
	width: 100%;
	height: 512px;
	overflow: hidden;						
}
.joinus_box .job-env-right .com-env-box img{
	width: auto;
	height: 100%;
}
.jobs-content-left .jobs-title-top{
	position: relative;
	width: 100%;
}
.jobs-content-left .jobs-title-top .swiper-wrapper{
}
.jobs-content-left .jobs-title-top .jobs-tit_box{
    width: 100%;
	overflow: hidden;
}
.jobs-tit_box>li{
	float: left;
	width: 48%;
	height: 56px;
	margin-bottom:19px;
	cursor: pointer;
}
.jobs-tit_box>li.active a,.jobs-tit_box>li:hover a{
	background-color: #0277ff;
	color: white;
	border:1px solid #0277ff;
}
.jobs-tit_box>li:nth-child(2n){
	margin-left: 4%;
}
.jobs-tit_box>li>a{
	display: block;
	line-height: 56px;
	text-align: center;
	color: #7c8396;
	font-size: 16px;
	border:1px solid #e1e6f1;
}
.jobs-title-top .swiper-pagination-jobs{
	position: relative !important;
}
.jobs-title-top .swiper-slide{
	width: 100% !important;
}
.jobs-title-top .swiper-pagination-jobs .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.jobs-content-left .jobs-recruit-detail{
	position: relative;
	height: calc(100% - 182px);
	overflow: hidden;
	border:1px solid #0277ff;
	padding: 30px;
	margin-top: 13px;
}
.jobs-recruit-detail .jobs-bg{
	background-image: url(../img/jobs-bg.png);
	position: absolute;
	width: 99px;
	height: 107px;
	right: 0;
	top: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.jobs-content-left .jobs-recruit-detail .job-tit{
	font-size: 16px;
	color: #0277ff;
}
.jobs-content-left .jobs-recruit-detail .job-address{
	border:1px solid #788aa5;
	font-size: 14px;
	color: #788aa5;
	text-align: center;
	width: 45px;
	line-height: 22px;
	display: inline-block;
	margin: 18px 0;
}
.jobs-content-left .jobs-recruit-detail .job-desc__box{
	border-top: 1px dashed #eeeeee;
	padding-top: 18px;
}
.jobs-content-left .jobs-recruit-detail .job-desc__box .job-desc__text{
	font-size: 12px;
	color: #9ca8bb;
	line-height: 25px;
	height: 178px;
	overflow-y: auto;
}
.jobs-content-left .jobs-recruit-detail .job-desc__box .job-desc__text a{color: #9ca8bb;}
.job-env-right .com-img-bar{
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	height: 24px;
	overflow: hidden;
}
.job-env-right .com-img-bar .com-img-title{
	display: inline-block;
	margin-left: 22px;
	font-size:12px;
	color:white;
}
.job-env-right  .swiper-buttons__imgbars{
	position: absolute;
	right: 22px;
	bottom: 15px;
	z-index: 9;
}
.swiper-button_prev_imgbar:focus{
    border: 0 !important;
}
.swiper-buttons__imgbars .swiper-button_prev_imgbar{
	display: inline-block;
	background-position: 0 -32px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.swiper-buttons__imgbars .swiper-button_prev_imgbar.swiper-button-disabled{
	background-position: -32px -32px !important;
}
.swiper-buttons__imgbars .swiper-button_next_imgbar{
	display: inline-block;
	background-position: -65px -32px;
	width: 30px;
	height: 30px;
	margin-left: 11px;
	cursor: pointer;
}
.swiper-buttons__imgbars .swiper-button_next_imgbar.swiper-button-disabled{
	background-position: -96px -32px !important;
}
.swiper-buttons__imgbars .swiper-button_next_imgbar:active{
	border:0;
}	
.thago-icon{
	background-image: url(../img/icons.png);
	background-size: 175px 156px;
}

.page-six{
}
.page-six_content{
	position: relative;
	width: 100%;
	height: 85%;
	overflow: hidden;
}
.page-six_content img{
	width: 100%;
	height: auto;
}
.page-six_content .contact-us-box{
	position:absolute;
	left: 660px;
	top: 192px;
}
.page-six_content .contact-us-box .contact-us-con{
	position: relative;
    width: 345px;
    height: 228px;
    background-color: #0d78f4;
    color: white;
    padding: 25px 38px;
}
.contact-us-box .contact-us-con::before{
	content:" ";
    border-left: 0px solid #0d78f4;
    border-top:17px solid transparent;
    border-right:17px solid #0d78f4;
    border-bottom:17px solid transparent;
    position: absolute;left:-10px;top:18px;
}
.contact-us-con .contact-title-remark{
	display: inline-block;
	font-size: 16px;
	border-bottom: 2px solid white;
	padding-bottom: 8px;
}
.contact-us-con .contact-detail{
	font-size: 12px;
}
.contact-detail .con-label{
	margin-top: 30px;
}
.contact-detail  .con-d{
	margin-top: 10px;
}
.contact-detail  .con-d a{
    color:white;
}

/* btn-toggle */
.btn-toggle {
    position: fixed;
    width: 56px;
	height: 26px;
    z-index: 12;
    left: calc(50% - 28px);
	bottom: 5.5%;
    margin-left: -13px;
	cursor: pointer;
	animation: toggleMove .8s infinite;
	-moz-animation: toggleMove  0.8s infinite;
	-webkit-animation: toggleMove .8s infinite;
	-o-animation: toggleMove .8s infinite;
}
@media (max-width:767px) {
   .btn-toggle{
       width: 200px;
        height: 80px;
        left: calc(50% - 100px);
        text-align: center;
   }
   .hidden-xs {
		display: none !important
	}
}

.hide{
	display: none;
}
.nextPage {
	display: inline-block;
	width: 56px;
	height: 26px;
}
.nextPage_main{
	background-image: url(../img/icons.png);
	background-position: -65px 0;
}
.nextPage_child{
	background-image: url(../img/icons.png);
	background-position: -5px 0;
}
.nextPage_blue .nextPage_main{
	background-position: -65px -43px !important;
}
.nextPage_blue .nextPage_child{
	background-position: -5px -43px !important;
}
@keyframes toggleMove {
	0% {
		bottom: 5.5%;
		opacity:.3
	}

	50% {
		bottom: 4.5%;
		opacity:1
	}

	to {
		bottom: 5.5%;
		opacity:.3
	}
}

@-webkit-keyframes toggleMove {
	0% {
		bottom: 5.5%;
		opacity:.3
	}

	50% {
		bottom: 4.5%;
		opacity:1
	}

	to {
		bottom: 5.5%;
		opacity:.3
	}
}

.dt-footer__copyright {
    position: absolute;
    width: 500px;
    left: calc(50% - 250px);
    bottom: 10px;
    text-align: center;
    color: #333;
    font-size: 12px;
}
.dt-footer__copyright p{
    margin-bottom: 1rem;
}
.swiper-lazy-preloader{
    border: 0;
}
.swiper-pagination span:focus,.swiper-pagination span:active {
    outline: none !important;
    border:0 !important;
}
.swiper-buttons__imgbars .thago-icon:focus{
    outline: none !important;
    border:0 !important;
}