body,div,ul,ol,dl,dt,dd,li,dl,h1,h2,h3,h4{margin:0;padding:0;font:12px/1.5 Tahoma,'Microsoft Yahei','Simsun';-webkit-text-size-adjust:none}
ol,ul,li{list-style:none}
img{border:0;vertical-align:middle}
a,u{color:#333;text-decoration:none}
a:hover{text-decoration:none}
body{
    box-sizing: border-box;
    background: #2C3D99;
}
.header{
    background: #1D2023;
}
.haderin{
    width: 1200px!important;
    margin: 0 auto;
}
.haderin ul span{
    float: left;
    display: inline-block;
    padding: 13px 12px;
    background: #E50120;
    box-shadow: 2px 0 4px 0 rgba(255, 0, 0, 0.5);
    margin-right: 110px;
}
.haderin ul li a{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F5E4E4;
    line-height:60px;
    float: left;
    margin-right: 50px;
}
.haderin ul li.active a{
    color: rgba(229, 1, 32, 1);
}
.banner{
    width:100%;
    min-width: 1200px;
}
.banner a{
    display: block;
}
.banner a img{
    width:100%;
    height: 520px;
    object-fit: cover;
}
.content{
    width: 1200px!important;
    margin: 0 auto;
    padding: 0;
}
.maintab ul{
    background: #4E48C0;
}
.maintab ul li{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 4px;
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px 0;
}
.maintab ul li:hover{
    cursor: pointer;
}
.maintab ul li.active{
    background: linear-gradient(90deg, #DF87C6 0%, #8393F4 100%) !important;
}
.active{
    background: linear-gradient(90deg, #DF87C6 0%, #8393F4 100%) !important;
}
/*首页样式*/
.plan_onebox{
    display: flex;
    margin-top: 95px;
}
.leftpic{
    margin-right: 40px;
}
.leftpic img{
    width: 380px;
    height: 380px;
}
.rightdesc p em{
    font-style: normal;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D5DCFF;
    line-height: 22px;
    display: block;
    margin-bottom: 20px;
}
.btnmore{
    width: 140px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #16267D;
    line-height: 25px;
    letter-spacing: 3px;
    background: linear-gradient(90deg, #DF87C6 0%, #8393F4 100%);
    padding: 6px 28px;
    display: inline-block;
    margin-top: 15px;
}
.btnmore:hover{
    cursor: pointer;
}
.plan_twobox, .plan_threebox, .plan_fourbox, .plan_fivebox, .plan_sixbox{
    margin-top: 95px;
}
.plan_twoboxtit{
    text-align: center;
    margin-bottom: 47px;
}
.resousebox{
    margin-top: 40px;
}
.resousebox ul li{
    text-align: center;
    width:49%;
    float: left;
    margin-bottom: 20px;
}
.resousebox ul li:first-child{
    margin-right:2%;
}
.resousebox ul li:nth-child(3){
    margin-right:2%;
}
.resousebox ul li img{
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.resousebox ul li span{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-top:8px;
    display: inline-block;
}
.morebtn{
    text-align: center;
}
.morebtn span{
    background: linear-gradient(90deg, #DF87C6 0%, #8393F4 100%);
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #16267D;
    line-height: 25px;
    letter-spacing: 3px;
    padding:10px 40px;
    display: inline-block;
    margin-top: 15px;
}
.morebtn span:hover{
    cursor: pointer;
}
.traitesc ul{
    display: flex;
    margin-top: 60px;
}
.traitesc ul:last-child{
    margin-top:40px;
}
.traitesc ul li{
    text-align: center;
    width: 33%;
    padding: 0 30px;
}
.traitesc ul li>div{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top:15px;
    height: 170px;
    align-items: center;
}
.traitesc ul li img{
    width: 160px;
    height: 160px;
}
.traitesc ul li h4{
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
}
.traitesc ul li em{
    margin-top: 10px;
    font-style: normal;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D5DCFF;
    line-height: 25px;
    display: block;
}
.views{
    background: #384EC5;
    padding: 46px;
    margin:46px 0 30px 0;
}
.viewstit p{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E1E4F0;
    line-height: 33px;
    margin:0;
}
.viewdesc{
    margin-top: 46px;
}
.viewdesc ul{
    display: flex;
    justify-content: center;
}
.viewdesc ul li{
    text-align: center;
}
.viewdesc ul li img.viewicon{
    padding-top:35px;
}
.viewdesc ul li span{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    display: block;
    margin-top: 26px;
}
.goplan{
    text-align: center;
    padding:120px 0;
}
.goplan span{
    font-size: 40px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2C3D99;
    line-height: 56px;
    background: linear-gradient(90deg, #DF87C6 0%, #8393F4 100%);
    box-shadow: 0 5px 30px 0 rgba(57, 8, 159, 0.3);
    border-radius: 57px;
    display: inline-block;
    padding: 17px 220px;
}
.goplan span:hover{
    cursor: pointer;
}
.maincontent{
    background: url("../../img/feiyingjihua/pc/sotrbottom.png") no-repeat;
    background-position: bottom;
}
.contentmiddle{
    background: url("../../img/feiyingjihua/pc/bg1s.png") 0 40% no-repeat;
    background-size: 100%;
}
/*.飞鹰计划*/
.eagleplan_one{
    margin-top: 86px;
}
.eagleplan{
    margin-top: 96px;
}
.eagleone{
    display: flex;
    margin-top: 46px;
    justify-content: space-between;
}
.eagleone>div{
    text-align: center;
}
.toppic{
    padding:10px;
    box-shadow: 0 2px 6px 0 rgba(79, 12, 146, 0.5), 0 0 6px 0 rgba(255, 255, 255, 0.1);
    border: 2px solid #BCF1FF;
    margin-bottom: 16px;
}
.toppic img{
    width: 360px;
    height: 218px;
}
.topdesc span{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}
.eagleplanesc ul li img{
    margin-bottom:15px;
}

.traininfo{
    margin-top: 40px;
}
.trained_model{
    background:hsla(231, 56%, 50%, 1);
    display: flex;
    padding:20px 50px;
    margin-bottom: 26px;
}
.trained_model img{
    margin: 10px 30px 0 0;
    width: 100px;
    height: 100px;
}
.trained_model span{
    display: block;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E1E4F0;
    line-height: 33px;
}
.trained_model em{
    font-style: normal;
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D5DCFF;
    line-height: 22px;
}

.trainother ul{
    width: 100%;
    display: flex;
}
.trainother ul:first-child{
    margin-bottom: 30px;
}
.trainother ul li{
    width: 33.3%;
    background: hsla(231, 56%, 50%, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:24px 0 40px 0;
    margin-right: 30px;
}
.trainother ul li:nth-child(3n){
    margin-right:0;
}
.trainother ul li img{
    width: 74px;
    height: 74px;
}
.trainother ul li span{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E1E4F0;
    line-height: 22px;
    display: block;
    margin:10px 0;
}
.trainother ul em{
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D5DCFF;
    line-height: 22px;
}
.factortab ul{
    display: flex;
}
.factortab ul li{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #788FF7;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background: #4E48C0;
    padding: 9px 50px;
    margin-right: 4px;
}
.factortab ul li.active{
    font-size: 30px;
    color: #FFFFFF;
    line-height: 42px;
    background: #384EC5;
}
.factorinfo{
    background: #384EC5;
}
.factortitle{
    padding:40px 36px;
}
.factortitle span{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}
.factortitle em{
    font-style: normal;
    color: hsla(188, 99%, 56%, 1);
}
.pagebox.selecteds{display:block}
.factorinfo.selecteds{display:block}
.appinfo{
    text-align: center;
    width: 30%;
}
.appinfo span{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    display: block;
}
.appinfo img{
    width: 188px;
    height: 348px;
}
.factor_detail{
    display: flex;
}
.factorbw{
    text-align: center;
    margin-right: 5%;
}
.factorwords{
    box-shadow: 0 2px 6px 0 rgba(79, 12, 146, 0.5), 0 0 6px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid #BCF1FF;
    padding:60px 30px;
    width: 470px;
}
.factorwords ul{
   display: flex;
}
.factorwords ul li{
    text-align: center;
}
.factorwords ul li:nth-child(2){
    padding:0 55px;
}
.factorwords ul li span{
    display: block;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D5DCFF;
    line-height: 25px;
    margin-top: 15px;
}
.factorpro span{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}
.factorprobg{
    position: absolute;
}
.factorpropicin{
    position: relative;
    top:4%;
    right:1%;
}
.factorpropicin img:last-child{
    margin-top: 5px;
}
.factorpro{
    width: 30%;
    text-align: center;
}
.classnotice{
    background: url("../../img/feiyingjihua/pc/enterclass.png") no-repeat;
    background-size: 100% 100%;
}
.classnotice a{
    font-size: 42px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E1E4F0;
    line-height: 59px;
    padding: 2% 0 0 15%;
    display: inline-block
}
.classnotice ul{
    margin-top: 60px;
    padding: 20px 35px 10px 35px;
}
.classnotice ul li{
    display: flex;
    padding-bottom: 24px;
}
.classnotice ul li i{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 28px;
    margin-right: 13px;
    font-size: 14px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    background: linear-gradient(136deg, #BCF1FF 0%, #7790F7 62%, #987CEB 100%);
    box-shadow: 0 2px 6px 0 rgba(79, 12, 146, 0.5), 0 0 6px 0 rgba(255, 255, 255, 0.1);
}
.classnotice ul li span{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    display: block;
}
.classnotice ul li em{
    font-style: normal;
    display:block;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 32px;
    color: #D5DCFF;
}
.process{
    text-align: center;
    background: #384EC5;
    padding:60px 44px 60px 37px;
}
.studyplace{
    background: #384EC5;
    padding:80px 72px;
}
.studywprk{
    text-align: center;
}
.studywprk span{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}
.studydesc{
    margin-top:44px;
}
.studydesc ul{
    display: flex;
}
.studydesc ul li{
    text-align: center;
    padding: 0 57px;
}
.studydesc ul li span{
    display: block;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}
.studydesc ul li em i{
    color:hsla(188, 100%, 56%, 1);
    font-style: normal;
}
.studydesc ul li em{
    font-style: normal;
    display: block;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: hsla(230, 100%, 92%, 1);
    line-height: 25px;
    margin-top: 15px;
}
/*顶级平台*/
.platform_twoboxtit{
    text-align: center;
    margin-bottom: 20px;
}
.platformtit{
    text-align: center;
}
.platformtit p{
    margin:0;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #21E3FF;
    line-height: 42px;
}

.platform_fourboxtit{
    text-align: center;
    margin-bottom: 32px;
}
.seriverspic{
    margin-top: 40px;
}
.seriverspic ul{
    display: flex;
    justify-content: space-between;
}
.seriverspic ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.seriverspic ul li img{
    width: 220px;
    height: 196px;
    object-fit: cover;
}
.seriverspic ul li span{
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #E1E4F0;
    line-height: 42px;
}
.seriverspic ul i{
    margin-top: 50px;
    font-style: normal;
    display: inline-block;
    width: 43px;
    height: 98px;
    font-size: 70px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #E1E4F0;
    line-height: 98px;
    background: linear-gradient(180deg, #1DBDF2 0%, #1373E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.elecompanyinfo{
    display: flex;
    justify-content: space-between;
    margin-top:50px;
}
.elecompany_desc{
    width:47%;
    margin-right: 3%;
}
.elecompany_desc h4{
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 20px;
}
.elecompany_desc span{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 300;
    color:hsla(230, 100%, 92%, 1);
    line-height: 22px;
    display: inline-block;
}
.elecompany_desc span i{
    font-size: 16px;
    color: hsla(188, 100%, 56%, 1);
    font-style: normal;
}
.elecompany_desc em{
    font-size: 16px;
    color: hsla(188, 100%, 56%, 1);
    display: block;
    font-style: normal;
}
.elecompany_desc span.companywords, .elecompany_desc span.companywords{
    margin-bottom: 10px;
}
.emearight{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 50%;
}
.emearight video{
    display: inline-block;
    vertical-align: baseline;
    outline: none;
}
.emearight .video-img{
    position: absolute;
    top: 40%;
    left: 45%;
    cursor:pointer
}
/*老师处轮播图手动按钮样式及交互*/
#swiperOne{width:180px;height:400px;padding: 10px 0;position:relative;left: 40%;top:10%}
#swiperOne .showprev{width: 30px;height: 30px;background-image:url(https://edu.eda365.com/h5/emea/pc/img/uphover.png) !important;background-size: 100% 100%;background-color: transparent !important;}
#swiperOne .shownext{width: 30px;height: 30px;background-image:url(https://edu.eda365.com/h5/emea/pc/img/downhover.png) !important;background-size: 100% 100%;background-color: transparent !important;}
#swiperOne .hideprev{width: 30px;height: 30px;background-image:url(https://edu.eda365.com/h5/emea/pc/img/upgray.png) !important;background-size: 100% 100%;background-color: transparent !important;}
#swiperOne .hidenext{width: 30px;height: 30px;background-image:url(https://edu.eda365.com/h5/emea/pc/img/downgray.png) !important;background-size: 100% 100%;background-color: transparent !important;}
#swiperOne .swiper-button-prev.swiper-button-disabled, #swiperOne .swiper-button-next.swiper-button-disabled {display: none;}
#swiperOne .showprev{background-image:url(https://edu.eda365.com/h5/emea/pc/img/uphover.png) !important;background-size: 100% 100%;background-color: transparent !important;}
#swiperOne  .shownext{background-image:url(https://edu.eda365.com/h5/emea/pc/img/downhover.png) !important;background-size: 100% 100%;background-color: transparent !important;}
#swiperOne .hideprev{background-image:url(https://edu.eda365.com/h5/emea/pc/img/upgray.png) !important;background-size: 100% 100%;background-color: transparent !important;display: none;}
#swiperOne .hidenext{background-image:url(https://edu.eda365.com/h5/emea/pc/img/downgray.png) !important;background-size: 100% 100%;background-color: transparent !important;display: none;}
#swiperOne .leftbtn:hover .showprev{display: none;}
#swiperOne .leftbtn:hover .hideprev{display: block;}
#swiperOne .rightbtn:hover .shownext{display: none;}
#swiperOne .rightbtn:hover .hidenext{display: block;}
#swiperOne .swiper-button-prev{top:4%;left:12%}
#swiperOne .swiper-button-next{top:99%;right:70%}
#swiperOne .swiper-button-prev,#swiperOne .swiper-button-next{padding:0 !important;}
.hoverimgs{opacity: 1 !important;}
.teadetailbox, .teadetailbox02, .teadetailbox03, .teadetailbox04, .teadetailbox05, .teadetailbox06, .teadetailbox07{width: 100%}
.teashows .teadetailbox, .teashows .teadetailbox02, .teashows .teadetailbox03, .teashows .teadetailbox04, .teashows .teadetailbox05, .teashows .teadetailbox06, .teashows .teadetailbox07{display:none}
.teashows .teashowed{display:block;}
.swiper-slide{margin-bottom: 0 !important;}
.teacherintro{
    display: flex;
    padding:0 50px;
    background: #384EC5;
    margin-top: 44px;
}
.teadetail{
    display: flex;
    padding: 70px 0;
    width: 85%;
}
.teapics{
    width: 30%;
    float: left;
}
.teapics img{
    width: 240px;
    height: 360px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 60px;
}
.teawords{
    float: right;
    width: 68%;
}
.teawords h3{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E1E4F0;
    line-height: 55px;
}
.teawords span{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E1E4F0;
    line-height: 40px;
}
.teaago{
    background: #4A63EA;
    border-radius: 12px;
    line-height: 22px;
    padding: 24px 30px;
    position: relative;
    width: 570px;
    height: 180px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D5DCFF;
}
.teaago:before,.teaago:after{
    position: absolute;
    content: " ";
    top: 30px;
    left: -48px;
    display: block;
    width: 0;
    height: 0;
    border: 24px solid #4A63EA;
    border-color: transparent #4A63EA transparent transparent;
    z-index: 111;
}
.teaago:after{
    left: -17px;
    border-color: transparent #4A63EA transparent transparent;
    z-index: 11;
}
.allteain{
    display: flex;
    flex-direction: column;
}
.allteain img:hover{
    opacity: 1;
}
.allteain img{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-top:15px;
    margin-bottom:10px;
    opacity: 0.4;
}
.allteainimgs{
    opacity:1;
}

/*价值全方位提升*/
.worthbg{
    margin-top: 50px;
}
.worthbg img{
    width: 100%;
}
.worthprocess ul li{
    text-align: center;
    width: 20%;
    float:left;
    margin-top: 70px;
}
.worthprocess ul li span{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}
.worthprocess ul li img{
  margin-top:10px;
}
/*footer部分*/
.footer{
    background: #222222 !important;
}
.footer_bottom{
    background: #2A2A2A !important;
}
.footones p, .footone p{
    color: #339966 !important;
}
.footerin span.bottomTit{
    color: #fff !important;
}

.infobox{
    background: #544ED1;
    border-radius: 50px;
    position: fixed;
    top: 50%;
    margin-top: -125px;
    right:10%;
    padding: 35px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.infobox>div{
    text-align: center;
}
.infobox>div:nth-child(2){
    margin:5px 0;
}
.infobox>div span{
    margin-bottom: 9px;
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
}
.top_icon img{
    min-width: 54px;
    min-height: 54px;
    max-width: 54px;
    max-height: 54px;
}
.top_icon:hover .top-img1{display: none;}
.top_icon:hover .top-img2{display: block;}
.top-img2{
    display: none;
}

.plan_sixbox{
    background: url(../../img/feiyingjihua/pc/code_bgs.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:40px 5px;
    margin-top: 40px;
    margin-bottom: -90px;
}
.plan_sixbox img{
    width: 192px;
    height: 192px;
    max-width:192px;
    min-width:192px;
    max-height:192px;
    min-height:192px;
}
.plan_sixbox span {
    color: #fff;
    font-size:28px;
    line-height:40px;
    background: url(../../img/feiyingjihua/pc/words_bg.png) no-repeat;
    background-size: 100% 100%;
    display: inline-table;
    padding:50px 96px;
}