body,html{
    width: 100%;
    height: 100%;
}
div{
    box-sizing: border-box;
}



.swiper-container{
    width: 100%;
    height: 100%;
}
/* .swiper-slide{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
} */
.up{
    display: none;
}
.swiper-container1{
    overflow: hidden;
}
.swiper-container1 div.swiper-slide{
    width: 10rem;
}
.swiper-container1>div.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.banner{
    /* background: url(../images/banner.jpg)no-repeat center; */
    /* background-size: cover; */
}
.banner img{
    width: 100%;
}
.page{
    width: 4.7rem;
    height: 7rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.9rem;
    background: #F7316A;
    position: absolute;
    left: 50%;
    bottom: 1rem;
    z-index: 99;
    margin-left: -2.35rem;
    cursor: pointer;
}
.page img{
    width: 3.2rem;
} 
.about>div{
    float: left;
}
.about div.left{
    width: 42%;
    height: 58%;
    margin-top: 10%;
}
.introdue{
   float: right;
   width: 50%;
   position: relative;
}
 h1{
    font-family: Arial;
    font-size: 2.4rem;
    padding-top: 1rem;
    line-height: 3rem;
}
 h1 span{
    border-bottom: 4px solid #333;
}
.subtitle{
    font-size: 1.2rem;
    margin-top: 4rem;
}
.text{
    margin-top: 1rem;
    font-size: 0.8rem;
    position: relative;
    z-index: 99;
}
.circular{
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    position: absolute;
    bottom: -6rem;
    left:-6rem ;
    background: #F7316A;
} 
.about div.right{
    margin-top: 10%;
    padding-top: 20px;
    margin-left: 15%;
    width: 37%;
}
.about div.right img{
    width: 90%;
}
.product{
    background: #f5f5f5;
    padding: 5% 0;
    box-sizing: border-box;
    position: relative;
}
.main{
    width: 92%;
    margin-left: 4%;
    height: 80%;
    background: url(../images/product_back.png)no-repeat center;
    background-size: cover;
}
.pro_content{
    width: 60%;
    margin-left: 20%;
    padding-top: 3.5rem;
}
.pro_content h1{
    font-family: Arial;
    font-size: 3.5rem;
    color: #fff;
    line-height: 4rem;
}
.pro_content h1 span{
    border-bottom: 4px solid #fff;
}
.pro_content>p{
    color: #fff;
    font-size: 2rem;
    margin:1rem 0;
}
.product_list{
    margin-top: 2rem;
}
.product_list p{
    float: left;
    font-size: 1rem;
    background: #fff;
    color: #333;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1.25rem;
    text-align: center;
    padding-bottom: 2.5rem;
    padding-top: 3rem;
}
.product_list p.singular{
    background: #F7316A;
    color: #fff;
}
.product_list p img{
    width: 3.5rem;
}
.bubbles{
    position: absolute;
    right: 10%;
    bottom: 1.5rem;
}
.bubbles p.big{
    width: 4.6rem;
    height: 4.6rem;
    background: #F7316A;
    border-radius: 100%;
    margin-top: -1.5rem;
}
.bubbles p.small{
    background: #F7316A;
    width: 2.8rem;
    height: 2.8rem;
    opacity: 0.5;
    border-radius: 100%;
    margin-left: 2.5rem;
}
.plan>div{
    float: left;
}
.plan_link{
    padding-right: 2rem;
    margin-top: 1rem;
    width: 62.5rem;
}
.plan_link p{
    float: left;
    font-size:1.8rem;
}
.plan_link p.more{
    float: right;
    width: 15.5rem;
    height: 3rem;
    font-size:0.8rem ;
    color: #333;
    border:1px solid #ccc;
    text-align: center;
    font-weight: 600;
    line-height:3rem;
    cursor: pointer;
}
.plan_link p.more img{
    width:24px;
    margin-left: 10px;
    vertical-align: text-bottom;
}
.plan_left{
    padding-top: 12%;
    width:18.75% ;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.plan_left img{
    width:100% ;
}
.plan_info{
    width: 74%;
    padding-top: 3rem;
    box-sizing: border-box;
}
.product_content>div{
    float: left;
   
    
}
.product_content>div.project_left{
    background: #F7316A;
}
.project_left{
    position: relative;
    cursor: pointer;
    margin-top: -1rem;
    margin-left: -1rem;
    width: 23.5rem;
    height: 23.5rem;
    position: relative;
}
.project_left p{
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 1rem;
    left: 1rem;
    z-index: 99999;
}
.project_left img{
    width: 23.5rem;
    height: 23.5rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.project_left div{
    position: absolute;
    bottom: -1rem;
    left: 1rem;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(transparent,transparent,rgba(0,0,0,0.5));
    background: -moz-linear-gradient(transparent,transparent,rgba(0,0,0,0.5));
    background: -ms-linear-gradient(transparent,transparent,rgba(0,0,0,0.5));
    background: -o-linear-gradient(transparent,transparent,rgba(0,0,0,0.5));
    background: linear-gradient(transparent,transparent,rgba(0,0,0,0.5));
    -pie-background: linear-gradient(transparent,transparent,rgba(0,0,0,0.5));
}
.product_content{
    width: 100%;
    margin-top: 2rem;
}
.plan_list{
    width: 41rem;
}
.plan_list>p{
    float: left;
    width: 16rem;
    margin-left: 3rem;
    margin-bottom:2rem;
    cursor: pointer;
}
.plan_list>p img{
    width: 16rem;
    height: 9.6rem;
}
.plan_list>p span{
    display: block;
    text-align: center;
    font-size: 0.8rem;
    padding:5px;
}
.plan>div.plan_right{
    width: 12%;
    float: right;
    box-sizing: border-box;
    padding-top: 1rem;
}
.plan_right img{
    width: 100%;
}
.course>div{
    float: left;
}
.course_left{
    width: 13.5%;
    height: 100%;
    background: #F7316A;
}
.course_info{
    width: 66.5rem;
    padding-left: 5rem;
    margin-top: 4rem;
    box-sizing: border-box;
}
.course_list{

}
.course_list>div{
    width: 18rem;
    margin-right: 3rem;
    display: inline-block;
    margin-top: 2rem;
    cursor: pointer;
    vertical-align: middle;
}
.course_list>div:nth-child(3n){
    margin-right: 0;
}
.course_list div p{
    font-size: 16px;
    line-height: 24px;
    padding:5px;
    height: 50px;
}
.course_list div img{
    width: 18rem;
    height: 10rem;
}
.right_red img{
    width: 100%;
}


.course>div.right_red{
    width: 14%;
    height: 100%;
    border-right: 30px solid #F7316A;
    float: right;
}
.resources{
    padding-top: 4rem;
}
.resources h1{
    text-align: center;
}
.resources>p{
    font-size: 1.8rem;
    margin-top: 0.8rem;
    width: 100%;
    text-align: center;
}
.resources_list{
    width: 75rem;
    margin:0 auto;
    margin-top: 2.1rem;
}
.resources_list>div{
    float: left;
    width: 17.5rem;
    margin-right: 1.3rem;
    margin-bottom: 1.5rem;
    position: relative;
}
.resources_list>div:nth-child(4n){
    margin-right: 0;
}
.resources_list>div img{
    width: 100%;
    height: 10.5rem;
}
.resources_list>div p{
    font-size: 16px;
    line-height: 24px;
    padding:0.5rem;
    text-align: center;
}
.salng{

}
.salng>div{
    float: left;
    
}
.salng>div.left_red{
    width: 16%;
    padding-top: 5%;
}
.salng>div.left_red img{
    width: 100%;
}
.salng_content{
    width: 61rem;
    margin:0 auto;
    padding-top: 5%;
}
.salng>div.salng_right{
    width: 8.5%;
    float: right;
}
.salong_list{
    margin-top: 2.2rem;
}
.salong_list>div{
    width: 7.5rem;
    height: 25rem;
    background-size: cover;
    position: relative;
    float: left;
    margin-right: 0.5rem;
    cursor: pointer;
    transition: all 0.5s;
}
.salong_list>div.click{
    width: 44.5rem;
}
.salong_list div.icon{
    background: #F7316A;
    font-size:0.7rem ;
    color: #fff;
    height: 1.3rem;
    line-height: 1.3rem;
    border-radius: 1.5rem;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 6.5rem;
    display: none;
    transition: all 0.5s;
}
.salong_list div.icon img{
    width: 0.8rem;
}
.salong_list div.info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: rgba(247,49,106,0.9);
    display: none;
}
.salong_list div.info h3{
    color: #fff;
    font-size: 1.2rem;
}
.salong_list div.info p{
    font-size: 0.7rem;
    color: #fff;
    margin-top: 0.8rem;
}
.salong_list>div.click div.icon{
    display: block;
}
.salong_list>div.click div.info{
    display: block;
}
.partner {
    padding-top: 5%;
}
.partner h1{
    text-align: center;
}
.partner>p{
    text-align: center;
    font-size: 1.8rem;
}
.partner div.swiper-slide{
    margin:0 1rem;
}
.partner div.swiper-slide p.logo{
    width: 10rem;
    border:1px solid #e5e5e5;
    border-bottom: none;
    text-align: center;
    height: 10rem;
    line-height: 10rem;
}
.partner div.swiper-slide p.logo img{
    width:4rem;
    height: 4rem;
    border-radius: 100%;
}
.partner div.swiper-slide p.info{
    background:#f5f5f5 ;
    text-align: center;
    width: 100%;
    padding:0 1px;
}
.partner div.swiper-slide p span{
    display: block;
    padding:0.5rem 0.3rem;
   
}
.partner div.swiper-slide p span.region{
    text-align: center;
    font-size: 0.7rem;
    color: #666;
    height: 2.3rem;
  
}
.partner div.swiper-slide p span.company{
    font-size:0.9rem ;
    color: #333;
}
.swiper-container1{
    margin-top: 3.2rem;
    width: 80%;
    margin-left: 10%;
}
.service{
    margin-left: 3rem;
}
.news{
    height: 100%;
    position: relative;
}
.news>div{
    float: left;
    padding-top: 5%;
}
.new_left{
    width: 15.3%;
    position: relative;
    height: 100%;
}
.new_left img{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.new_lef img{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news_list{
    margin-top: 2rem;
}
.news_list>div{
    float: left;
  
}
.list{
    margin-left: 5rem;
    width: 33.5rem;
}
.list div.text{
    width: 25rem;
}
.list>div{
    border-bottom: 1px solid #ccc;
    padding:1rem 0;
    height: 100%;
    cursor: pointer;
}
.list>div h3{
    font-size: 0.9rem;
    font-weight: 500;
}
.list>div div{
    float: left;
}
.list>div div p{
    font-size: 0.7rem;
    color: #666;
    margin-top: 0.75rem;
}
.list>div div img{
    width: 1.3rem;
    height: 1.3rem;
    margin-top: -0.65rem;
}
.list>div div.icon{
    height: 100%;
    box-sizing: border-box;
    padding-top: 3rem;
    float: right;
}
.news_right{
    width: 13%;
    padding-top: 15%;
    margin-left:5rem
}
.news>div.bottom{
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 0.8rem;
    padding:1.35rem 0;
    text-align: center;
    background:#2E2C2C ;
}
.news_img{
    width: 21.5rem;
    height:22.5rem ;
    /* background: #F7316A; */
    position: relative;
}
.news_img img{
    width: 21.5rem;
    height:22.5rem ;
    position: absolute;
    top: -1rem;
    left: -1rem;
}
.resources_list div.qrcode p {
    margin: 0.8rem;
    color: #fff;
    font-size: 14px;
    padding: 0;
}

.resources_list div.qrcode img {
    width: 6.5rem;
    height: 6.5rem;
    margin-top: 1.2rem;
}

.qrcode {
    width: 100%;
    height: 10.5rem;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}