.about-title-div{
    position: relative;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    text-align: center;
    z-index: 2;
}
.about-title-div::before{
    position: absolute;
    content: "ABOUT US";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 82px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 41px;
    opacity: 0.08;
    text-transform: uppercase;
}
.about .box1{
    padding: 88px 0 113px;
    background-image: url(../img/about-box1-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.about .box1 .text-box{
    width: 1055px;
    max-width: 100%;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;    
    margin: 60px auto 0;
    text-align: center;
}
.about .box1 .text-box p:not(:last-child){
    margin-bottom: 17px;
}
.about .box1 .list{
    width: 1055px;
    max-width: 100%;
    margin: 70px auto 0;
}
.about .box1 .list ul{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.about .box1 .list .number{
    font-size: 20px;
    color: #333;
    font-size: 20px;
     display: flex;
     align-items: center;
}
.about .box1 .list .counter{
    font-size: 48px;
    font-family: Bahnschrift;
    font-weight: normal;
    color: #005BAC;
    line-height: 1;
    margin-right: 6px;
}
.about .box1 .list .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1; 
    margin-top: 5px;   
    text-align: center;
}
.about .box2{
    padding: 104px 0 87px;
    background-image: url(../img/about-box2-bg.jpg);
    background-repeat: no-repeat;
}
.about .box2 .about-title-div{
    color: #fff;
}
.about .box2 .about-title-div::before{
    content: "culture";
    color: #fff;
}
.about .box2 .text{
    width: 858px;
    max-width: 100%;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 30px;
    margin: 61px auto 0;
    text-align: center;
}
.about .box2 .list{
    margin-top: 91px;
}
.about .box2 .list ul{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.about .box2 .list li{
    width: 200px;
    height: 200px;
    border: 1px dashed rgba(255,255,255,0.13);
    border-radius: 50%;
    padding: 16px;
    margin: 0 39px;    
}
.about .box2 .list li .li-box{
    background-color: #fff;
    height: 100%;
    border-radius: 50%;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about .box2 .list li:hover .li-box{
    background-color: #005BAC;
    color: #fff;
}
.about .box2 .list li .li-box .text-title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1;    
}
.about .box2 .list li .li-box .text-des{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1; 
    margin-top: 15px;   
}
.about .box3{
    padding: 105px 0 0;
}
.about .box3 .about-title-div::before{
    content: "course";
}
.about .box3 .box-c{
    position: relative;
    margin-top: 157px;
}
.about .box3 .box-c .btn{
    position: absolute;
    top: -15px;
    color: rgba(0, 92, 173, 1);
    font-size: 40px;
    cursor: pointer;
}
.about .box3 .box-c .btn.swiper-button-disabled{
    opacity: 0.5;
}
.about .box3 .box-c .btn.btn-prev{
    left: -15px;
}
.about .box3 .box-c .btn.btn-next{
    right: -15px;
}
.about .box3 .box-c .btn .iconfont{
    font-size: 40px;
}
.about .box3 .box-c .swiper{
    position: relative;
    padding-bottom: 164px;
}
.about .box3 .box-c .swiper::before{
    position: absolute;
    content: "";
    left: 0;
    top: 49px;
    width: 100%;
    height: 13px;
    background-image: url(../img/tree.png);
    background-size: cover;
}
.about .box3 .box-c .swiper-slide{
    padding: 0 34px;
}
.about .box3 .box-c .text-title{
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 1;
}
.about .box3 .box-c .dot{
    margin-top: 26px;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 92, 173, 1);
}
.about .box3 .box-c .text-des{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 26px;
    margin-top: 35px;
}
.about .box3 .swiper-horizontal>.swiper-pagination-bullets, 
.about .box3 .swiper-pagination-bullets.swiper-pagination-horizontal,
.about .box3 .swiper-pagination-custom, 
.about .box3 .swiper-pagination-fraction{
    bottom: 54px;
}
.about .box3 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.about .box3 .swiper-pagination-bullet-active{
        background-color: #005BAC;
}
.about .box4{
    padding: 100px 0 87px;
    background-image: url(../img/about-box4-bg.jpg);
    background-size: cover;
}
.about .box4 .about-title-div{
    color: #fff;
}
.about .box4 .about-title-div::before{
    content: "Qualification";
    color: #fff;
}
.about .box4 .box-t{
    margin-top: 107px;
}
.about .box4 .box-t .swiper-slide{
    background: #FFFFFF;
    border: 11px solid #E0E2E7;
    padding: 30px 0 0;
    height: 400px;
}
.about .box4 .box-t .swiper-slide .pic{
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .box4 .box-t .swiper-slide .pic img{
    max-width: 80%;
    max-height: 100%;
}
.about .box4 .box-t .swiper-slide .text{
   margin-top: 48px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    text-align: center;
}
.about .box4 .btns{
    margin-top: 35px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.about .box4 .btns .btn{
    margin: 0 20px;
}
.about .box4 .btns .btn.swiper-button-disabled{
    opacity: 0.5;
}
.about .box4 .btns .btn .iconfont{
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.contact .box1{
    padding: 183px 0 92px;
}
.contact .box1 ul{
    display: flex;
    justify-content: space-between;
}
.contact .box1 li{
    width: 210px;
}
.contact .box1 li .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 101px;
    height: 101px;
    background: #005CAD;
    border-radius: 50%; 
    margin: 0 auto;   
}
.contact .box1 li .icon img{
    display: block;
    transition: all 0.6s;
}
.contact .box1 li:hover .icon img{
    transform: rotateY(180deg);
}
.contact .box1 li .text-box{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-top: 22px;
    text-align: center;
}
.contact .box2{
    height: 605px;
}
.contact .box2 #map{
    height: 100%;
    width: 100%;
}
.txt_boxs {
    position: absolute;
	display: flex;
	box-sizing: border-box;
	padding: 0 8px;
	width: 532px;
    height: 86px;
	background-image: url(../img/txt_boxs-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	align-items: center;
	padding-bottom: 5px;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    left: 268px;
    bottom: -116px;
}
.amap-marker-label {
	border: none;
	padding: 0;
	background-color: transparent;
}
.txt_boxs .box-text {
	padding-left: 20px;
	color: #fff;
}
.txt_boxs .box-text .name {
	font-size: 16px;
	font-family: PingFang;
	color: #FFFFFF;
	line-height: 1;
}
.txt_boxs .box-text .address{
	font-size: 12px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 17px;
}
.amap-icon{
    opacity: 0!important;
}