@charset "utf-8";
/* CSS Document */
/****************************************全局样式****************************************/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
html {
    font-size: 10px;
}
body {
    overflow-x: hidden;
    font-size: 2rem;
}
img, button {
    border: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
textarea {
    resize: none;
    overflow: hidden;
}
::selection {
    background: #ff7010;
    color: #fff;
}
/****************************************通用样式****************************************/
.f-l, .y-l, .s-l {
    float: left;
}
.f-r, .y-r, .s-r {
    float: right;
}
/****************************************盒子模型****************************************/
.m-wrap {
    width: 100%;
   
    margin-left: auto;
    margin-right: auto;
}


/****************************************效果集合****************************************/

@keyframes topLoop {
 0% {
 transform: translateY(100px);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 opacity: 1;
}
}

.nav-container{
    width: 100%;
    height: 48px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 24%);
    z-index: 2;
}

.topLoop {
    animation: topLoop 1s ease;
    animation-fill-mode: forwards;
}

/****************************************act1****************************************/
.act1{position: relative;
    padding: 142px 0 78px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear,left top,right bottom,from(#4c6aff),to(#4ca6ff));
    background: linear-gradient(to right bottom,#4c6aff,#4ca6ff);
}
.tourpage{z-index: 2;}
.tourpage h1{
    margin-bottom: 24px;
    padding-left: 80px;
    line-height: 60px;     text-shadow: 0 1px 2px rgba(0,0,0,.12); font-size: 40px;
    line-height: 1.5;
    font-weight: 300;}
.tourpage p{    max-width: 610px;
    border: 1px solid #fff;
    line-height: 25px;  text-shadow: 0 1px 2px rgba(0,0,0,.12); font-size: 16px;
    margin: 0 auto 60px;}
.bj{ position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;}
.bj.lines{    background-position: center 90px;
     background-image: url(../images/1.png); }
.bj.circles{    background-position: center 42px;
     background-image: url(../images/2.png); }

.btn-wrap{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;}
 .pc-link{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pc-link button {
    border: none;
    outline: none;
    display: inline-block;
    text-decoration: none;
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 26.5px; z-index: 6;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
 .pc-link .pc-show {
    /*background: transparent;*/
    border: 1px solid #fff;
    color: #fff; background: #fff;
    border: 1px solid #3da8f5;
    color: #3da8f5; margin-right: 40px;
   
}
.tb-button-primary {
    min-width: 76px;  
    padding: 12px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    vertical-align: top;
    background-color: transparent;
    border: 0;
    border-radius: 26px;
    line-height: normal;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
@media(max-width:1000px){
	.act1{
		padding: 78px 0 50px;}
	.tourpage h1{ font-size: 26px; width: 90%; margin: 0 auto 24px;
    }
}
/**/
.tourpage-item1{    max-width: 1280px;
    padding: 0 80px;
    margin: auto;}
.tourpage-item1 .ti-1 {
    text-align: center;
}
.tourpage-item1 .ti-1 h2 {
    padding-top: 40px;
    margin-bottom: 16px; font-size: 32px;
    color: #383838;
    line-height: 45px;     font-weight: 300;
    text-align: center;
}
.tourpage-item1 .ti-1 p {
    font-size: 16px;
    color: grey;
    line-height: 25px;
    margin: auto auto 28px;
    max-width: 500px;
}
.tourpage-item1 img {
    width: 100%;
	height: 100%;}
@media (max-width: 768px){
 .tourpage-item1 {
	     padding: 0 16px;}
	.ti-1 h2{font-size: 26px;}
	.ti-1 p{font-size: 14px;}
}
/**/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 .ti {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 .tourpage-item1 .ti-2, .tourpage-item1 .ti-4 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
 .ti .ti-desc {
    max-width: 342px;     -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 .ti .ti-desc h3 {
    font-size: 24px;
    color: #383838;
    line-height: 33px;
    margin-bottom: 16px; font-weight: 300;
}
 .ti .ti-desc p {
    font-size: 16px;
    color: grey;
    line-height: 25px;
}
 .tourpage-item1 .ti-2 img, .tourpage-item1 .ti-4 img {
    margin-left: 138px;
    height: 480px;
}
 .ti img {
    max-width: 544px;
}
@media (max-width: 768px){
 .tourpage-item1 .ti-2, .tourpage-item1 .ti-3, .tourpage-item1 .ti-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
	}
@media (max-width: 768px){
	 .ti .ti-desc {
    max-width: auto;
    text-align: center;
}
}

@media (max-width: 768px){
	  .ti {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}
	 .ti h3{font-size: 26px;}
	 .ti p{font-size: 14px;}
}
 .tourpage-item1 .ti-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tourpage-item1 .ti-3 img {
    margin-right: 138px;
    height: 380px;
}

@media (max-width: 768px){ .tourpage-item1 .ti-3 img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}}
@media (max-width: 768px){
	 .tourpage-item1 .ti-2 img, .tourpage-item1 .ti-3 img,  .tourpage-item1 .ti-4 img {
    margin: 0;
    height: auto;
}
}
/*2*/
.tourpage-item2 {
    margin-top: 40px;
    background: #fafbfc;
    padding-bottom: 60px;
}
.tourpage-container {
    max-width: 1280px;
    padding: 0 80px;
    margin: auto;
}
.tourpage-container h2 {
    text-align: center;
    font-size: 32px;
    color: #383838;   font-weight: 300;
    line-height: 45px;
    padding: 60px 0 40px;
}

 .tourpage-item2 .ti-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tourpage-item2 .ti-1 img {
    margin-right: 138px;
    height: 296px;
}
.tourpage-item2 .ti-2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
 .tourpage-item2 .ti-2 img {
    margin-left: 138px;
    height: 430px;
}
@media (max-width: 768px){
	 .tourpage-item2 {
    margin-top: 20px;
    padding-bottom: 40px;
}
}
@media (max-width: 768px){
	 .tourpage-container {
    padding: 0 16px;
}
	.tourpage-container h2{ font-size: 26px;}
}

@media (max-width: 768px){
	.tourpage-item2 .ti-1 img, 
	.tourpage-item2 .ti-2 img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 0;
    height: auto;
}
	
}
/*3*/
 .tourpage-item3 .t-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 264px;
    background: -webkit-gradient(linear,left top,right bottom,from(#4c6aff),to(#4ca6ff));
    background: linear-gradient(to right bottom,#4c6aff,#4ca6ff);
    border-radius: 10px;
}
.tourpage-item3 .t-card .wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 544px;
    flex: 0 1 544px;
    padding: 3% 5.357%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tourpage-item3 .t-card .wrap img {
    width: 100%;
}
.tourpage-item3 .t-card .desc {
    margin-right: 10%;
    margin-top: 55px;
    width: 380px;
    color: #fff;
}
 .tourpage-item3 .t-card .desc h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 16px;
}
.tourpage-item3 .t-card .desc p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 36px;
}
.tourpage-item3 .t-card .desc button {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 128px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    border-radius: 26px;
    -webkit-box-shadow: 0 2px 8px rgba(36,100,147,.15);
    box-shadow: 0 2px 8px rgba(36,100,147,.15);
    background: #fff;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #3da8f5;
}
@media (max-width: 768px){
	 .tourpage-item3 .t-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    border-radius: 0;
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
    padding-bottom: 40px;
}
}
@media (max-width: 768px){
.tourpage-item3 .t-card .wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 54px;
}	
}
@media (max-width: 768px){
	 .tourpage-item3 .t-card .desc {
    margin-top: 40px;
    margin-right: 0;
    width: auto;
    margin-bottom: 58px;
    text-align: center;
}
	.tourpage-item3 .t-card .desc h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}
 .tourpage-item3 .t-card .desc p {
    max-width: 192px;
    margin: 0 auto 36px;
    font-size: 16px;
    line-height: 21px;
}
}
/*4*/
 .tourpage-item4 .as-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto;
}
.tourpage-item4 .as-title {
    font-size: 32px;
    color: #383838;
    text-align: center;
}
.tourpage-item4 .as-wrap .as-i {
    display: inline-block;
    margin-right: 35px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 48px;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 2px 24px rgba(82,94,102,.1);
    box-shadow: 0 2px 24px rgba(82,94,102,.1);
    vertical-align: top;
    cursor: pointer;
}
.tourpage-item4 .as-wrap .as-i img {
    display: block;
    height: 90px;
    margin: 25px auto;
}
.tourpage-item4 .as-wrap .as-i p {
    font-size: 16px;
    color: grey;
    line-height: 22px;
    margin: 26px auto 32px;
    max-width: 205px;
}
.tourpage-item4 .as-wrap .as-i span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #3da8f5;
    -webkit-box-shadow: 0 -1px 0 #f5f5f5;
    box-shadow: 0 -1px 0 #f5f5f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.tourpage-item4 .as-link {
    display: inline-block;
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 20px;
    color: #3da8f5;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media (max-width: 768px){
	 .tourpage-item4 .as-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 0 0;
}
	.tourpage-item4 .as-wrap .as-i {
    display: block;
    width: 100%;
    min-height: 240px;
    height: auto;
    margin-bottom: 20px;
}
	.tourpage-item4 .as-wrap .as-i img {
    height: 60px;
}
	 .tourpage-item4 .as-title {
    font-size: 24px;
		 line-height: 38px;}
	.tourpage-item4 .as-link {
    display: none;
}
}
/*5*/
 .tourpage-item5 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 55px;
}
 .tourpage-item5 .items .item {
    margin-right: 120px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.tourpage-item5 .items .item img {
    width: 94px;
    height: 94px;
}
 .tourpage-item5 .items .item h4 {
    font-size: 18px;
    color: #383838;
    margin-bottom: 12px;
    line-height: 27px;   font-weight: 400;
}
.tourpage-item5 .items .item p {
    font-size: 14px;
    color: grey;
    line-height: 21px;
}
@media (max-width: 768px){
	.tourpage-item5 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	
	 .tourpage-item5 .items .item {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 162px;
}
}
/*6*/
.footer-free {
    max-width: 900px;
    text-align: center;
    margin: auto;
    background-color: #fff;
    padding: 100px 0;
}
.footer-free h3 {
    font-size: 32px;
    line-height: 48px;
    color: #383838;  font-weight: 400;
    padding: 0 0 12px;
} 
.footer-free p {
    font-size: 16px;
    line-height: 24px;
    color: grey;
    margin-bottom: 40px;
}
.footer-free .ff-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-free button {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px; margin: 0 20px;
    border-radius: 26px;
    -webkit-box-shadow: 0 2px 8px rgba(36,100,147,.15);
    box-shadow: 0 2px 8px rgba(36,100,147,.15);
    padding: 0 32px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: -webkit-gradient(linear,left top,right top,from(#4376ff),to(#32b6ff));
    background: linear-gradient(90deg,#4376ff,#32b6ff);
    color: #fff;
}
@media (max-width: 768px){
	.footer-free h3{ font-size: 24px;}
}
/****************************************init****************************************/
 .g-focus .m-c, .g-focus .m-f, .g-teacher .m-t, .g-teacher .m-c .y-t, .g-teacher .m-c .y-c, .g-teacher .m-f, .g-student .m-t, .g-student .m-c, .g-student .m-f, .g-class .m-t, .g-class .m-c li, .g-high .m-t, .g-high .m-c, .g-high .s-bg, .g-about .m-t, .g-about .m-c .f-l, .g-about .m-c .f-r, .g-ad, .g-environment .m-t, .g-environment .m-c li, .g-environment .m-f, .g-consult .m-t, .g-consult .m-c ul li {
    opacity: 0;
}
