*{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
input {
    border: 0; 
    outline: none;
}
img
{
    vertical-align:top;   /*解决IMG留白的bug，而且保留原来的行内块属性*/
    border:none;
}
p, div, ul, li, input, select {
    padding: 0 0;
    margin: 0 0;
}
li
{
    list-style:none;
}
.clearfix:after  /*清除浮动*/
{
    display:block;
    clear:both;
    content:'';
}
.clearfix
{
    zoom:1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.bg1{
    background:#fff;
    width:100%;
    display:table;
    padding-bottom: 70px;
    padding-top: 50px;
}
.bg2{
    background:#E4E4E4;
    width:100%;
    display:table;
}
.bg3{
    background:#095199;
    width:100%;
    display:table;
}
.w1000{
    width: 1000px;
    margin:10px auto;
}
.w1200{
    width: 1200px;
    margin:0 auto;
}
@keyframes run{
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-10px);
    }
}


/*顶部开始*/
.top{
    background:#ececec;
}
.top_nav{
    margin:0 auto;
    height:35px;
    line-height:35px;
    width: 1000px;
    display: table;
}

/*顶部结束*/

/*logo开始*/
.head{
    margin:26px auto;
    display:table;
    width: 1000px;
}
.logonav{
    padding-top: 0;
    padding-bottom: 0;
}
.head .logo{
    width:370px;
    height:68;
}
.head .logobgc {
    margin-left:52px;
}

.head .logobgc_zi {
    width:290px;
    height:31px;
    margin-top:20px;
    background:url(../image/logobgc.png);
}
.head .tel{
    height:69px;
}
.head .tel_top{
    height:37px;
    line-height:37px;
    font-size:20px;
    font-weight:bold;
}
.head .tel_bottom{
    height:32px;
    font-size:22px;
    font-weight:bold;
    color:#ed462f;
}
.head .tel_bottom em{
    background-image:url(../image/sprite.png);
    background-position:0px -17px;
    display: inline-block;
    width:22px;
    height:23px;
    margin-top:4px;
}
.head .tel_bottom span{
    height:32px;
    line-height:32px;
    display:block;
}
/*logo结束*/

/*导航栏*/
li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}


button {
    outline: none !important;
}
.meidi_top{
    background-color: #ffffff;
    height: 100px;
}
.meidi_topMain{
    width: 1200px;
    margin: 0px auto;
    height: 100px;
    display: flex;
    align-items: center;
}
.meidi_topMain > div:nth-child(1) {
    flex: 1;
    text-align: left;
}
.meidi_topMain > div:nth-child(1) > img {
    width: 248px;
}
.meidi_topMain > div:nth-child(2) > a {
    flex: 1;
    text-align: right;
    color: blue;
    font-size: 20px;
    line-height: 100px;
}

/*开始*/
.nav_menu {
    background: #19548e;
    height: 50px;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
}
.first-menu{
    margin:0 auto;
    height: 50px;
    line-height: 50px;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.first-menu>li {
    float: left;
}
.first-menu>li:hover{
    background-color: #d8242b;
}
.first-link {
    padding: 0px 15px;
    display: block;
    /*background: #459df5;*/
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.meidi_nav_select {
    background-color: rgba(216, 36, 43, 1) !important;
    /*padding: 0px 20px !important;*/
    /*height: 30px !important;*/
    /*border-radius: 60px !important;*/
    display: inline-block !important;
    /*line-height: 30px !important;*/
    /*margin-top: 10px;*/
    color: #fff !important;
}
.first-menu>li:first-child{
    width: 94px;
}
.first-menu>li:first-child a{
    padding-left: 30px;
}
/*二级菜单*/

.second-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    /*top:10px;*/
    background: #efefef;
    /* padding: 0px 440px; */
    opacity: 1;
    display: none;
    box-sizing: border-box;
}
.courseBox{
    width: 1000px;
    margin: 0 auto;
}
.second_select{
    margin-top:0px;
}
.courseBox span{
    padding-left: 10px;
}
.courseBox>li {
    float: left;
    width: 180px;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 26px;
    /* text-align: center; */
}

.second-link {
    color: #356ded;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
    margin-bottom: 10px;
}



.third-menu>li {
    position: relative;
}

.third-link {
    padding: 5px 12px;
    display: block;
    color: #666;
    font-size: 16px;
}

.third-link.hover {
    /* background: #f3f3f3; */
    color: #f00;
    border-radius: 4px;
}

/*--end -nav----*/
.toolbar {
    position: fixed;
    right: 0;
    top: 216px;
    background: #488bff;
    z-index: 999;
}
.toolbar-item {
    display: block;
    width: 70px;
    padding: 18px 0;
    cursor: pointer;
    margin-top: 1px;
    position: relative;
    outline: none;
    border-bottom: 1px solid #7faeff;
}
.toolbar-item span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.toolbar-item img {
    text-align: center;
    margin: 0 auto 5px;
    display: block;
}

.meidi_topNav{
    width: 100%;
    background-color: #C5D6F2;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.meidi_topNavMain{
    width: 1200px;
    display: flex;
    margin: 0px auto;
    height: 50px;
}
.meidi_topNavMain>div{
    padding: 0px 32px;
    height: 50px;
    line-height: 50px;
}
.meidi_topNavMain>div>a{
    color: rgba(31, 31, 31, 1);
    font-size: 18px;
}
.meidi_topNavMainZxbm{
    background-color: rgba(13, 79, 203, 1) !important;
    padding: 0px 30px !important;
    height: 30px !important;
    border-radius: 60px !important;
    display: inline-block !important;
    line-height: 30px !important;
    margin-top: 10px;
}

.meidi_topNavMainZxbm>a{
    color: #ffffff !important;
    font-size: 15px !important;
}
.meidi_topBar{
    width: 100%;
}
.meidi_topBar>a>img{
    width: 100%;
}

/*2*/
/*课程分类*/

/* tabControlBtn */
.courseOutlineList{
    width: 1200px;
    margin:30px auto;
}
.tabControlBtnList{
    width: 1200px;
    margin:30px auto;
    display: flex;
    justify-content: space-between;
}

.tabControlBtnList li{
    position:relative;
    width: 200px;
    height: 76px;
    line-height: 56px;
    background: url(../image/kclb_bg.png) no-repeat;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.tabControlBtnList li h2{
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.tabControlBtnList li:hover{
     background: url(../image/kclb_bg1.png) no-repeat;
    cursor: pointer;
}

.tabControlBtnList li:first-child.current{
    background:url(../image/kclb_bg1.png) no-repeat;
}
.tabControlBtnList li:nth-child(2).current{
    background:url(../image/kclb_bg2.png) no-repeat;
}
.tabControlBtnList li:nth-child(3).current{
    background:url(../image/kclb_bg3.png) no-repeat;
}
.tabControlBtnList li:nth-child(4).current{
    background:url(../image/kclb_bg4.png) no-repeat;
}
.tabControlBtnList li:nth-child(5).current{
    background:url(../image/kclb_bg5.png) no-repeat;
}
#courseList li:nth-child(2) i{
     background: url(../image/dsicon2.png) no-repeat;
}
#courseList li:nth-child(3) i{
     background: url(../image/dsicon3.png) no-repeat;
}
#courseList li:nth-child(4) i{
     background: url(../image/dsicon4.png) no-repeat;
}
#courseList li:nth-child(5) i{
     background: url(../image/dsicon5.png) no-repeat;
}

/* tabControlCon */
.tabControlConList{
    position:relative;/*必要元素*/
    height:375px;
    overflow:hidden;
}

.tabControlConList .tabContBox{
    position:absolute;/*必要元素*/
    left:0;
    top:0;
}
.tabControlConList .tabContItem{
}

/* leftSwiper */
#leftSwiperList .tabContBox{width:9999em;}
#leftSwiperList .tabContBox .tabContItem{
    float:left;
    width:1200px;
}

.w1212{
    width: 1212px;
    margin:16px auto;
    box-sizing: border-box;
}
.subjectTitle{
    text-align: center;
    margin: 50px auto;
}
.subjectCont{
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 4px;
}
.subjectCont span{
    font-size: 36px;
    font-weight: 400;
}
.tabContItem:not(:first-child) .subjectItemRight{
    padding-top: 15px;
}

.subjectItemRight{
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.tabContItem:nth-child(1) .subjectItemRight{
    padding-top: 15px;
    padding-bottom:15px;
    background-image: linear-gradient(135deg,#FBCA46,#f95f2d);
}
.tabContItem:nth-child(2) .subjectItemRight{
    background-image: linear-gradient(135deg,#565CFB,#40A0FB);
}
.tabContItem:nth-child(3) .subjectItemRight{
    background-image: linear-gradient(135deg,#F76DF6,#AB59FA);
}
.tabContItem:nth-child(4) .subjectItemRight{
    background-image: linear-gradient(135deg,#8F63FB,#506FFB);
}
.tabContItem:nth-child(5) .subjectItemRight{
    background-image: linear-gradient(135deg,#6C90FC,#58CDF7);
}
.subjectItemRight  li{
    position: relative;
    width: 310px;
    height: 110px;
    line-height: 160px;
    font-size: 18px;
    text-align:center;
    border: 1px solid #ddd;
    background-color: #f8f5f2;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.subjectItemRight  li i{
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 14px;
    left: 131px;
    background: url(../image/kcicon5.png) no-repeat;
    background-size: 100% 100%;
}
.subjectItemRight  li:nth-child(2) i{
    background: url(../image/kcicon6.png) no-repeat;
}
.subjectItemRight  li:nth-child(3) i{
    background: url(../image/kcicon7.png) no-repeat;
}
.subjectItemRight  li:nth-child(4) i{
    background: url(../image/kcicon8.png) no-repeat;
}
.subjectItemRight  li:nth-child(5) i{
    background: url(../image/kcicon9.png) no-repeat;
}
.subjectItemRight  li:nth-child(6) i{
    background: url(../image/kcicon10.png) no-repeat;
}
.subjectItemRight  li:nth-child(7) i{
    background: url(../image/kcicon11.png) no-repeat;
}
.subjectItemRight  li:nth-child(8) i{
    background: url(../image/kcicon3.png) no-repeat;
}
.subjectItemRight  li:nth-child(9) i{
    background: url(../image/kcicon12.png) no-repeat;
}
.tabContItem:nth-child(2) li:first-child i{
     background: url(../image/kcicon2.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(2) i{
     background: url(../image/kcicon13.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(3) i{
     background: url(../image/kcicon14.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(4) i{
     background: url(../image/kcicon15.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(5) i{
     background: url(../image/kcicon16.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(6) i{
     background: url(../image/kcicon17.png) no-repeat;
}
.tabContItem:nth-child(3) li:first-child i{
     background: url(../image/kcicon19.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(2) i{
     background: url(../image/kcicon20.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(3) i{
     background: url(../image/kcicon21.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(4) i{
     background: url(../image/kcicon22.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(5) i{
     background: url(../image/kcicon23.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(6) i{
     background: url(../image/kcicon24.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(1) i{
     background: url(../image/keicon25.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(2) i{
     background: url(../image/kcicon26.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(3) i{
     background: url(../image/kcicon27.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(4) i{
     background: url(../image/kcicon28.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(5) i{
     background: url(../image/kcicon29.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(6) i{
     background: url(../image/kcicon30.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(1) i{
     background: url(../image/kcicon18.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(2) i{
     background: url(../image/kcicon10.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(3) i{
     background: url(../image/kcicon31.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(4) i{
     background: url(../image/kcicon1.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(5) i{
     background: url(../image/kcicon32.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(6) i{
     background: url(../image/kcicon33.png) no-repeat;
}
.subjectItemRight  li:hover{
    background-color: #19548E;
}
a:link{
    text-decoration: none;
}
.subjectItemRight li a{
    text-decoration: none;
    color: #000;
}
.subjectItemRight li:hover a{
    color: #fff;
}
.subjectItem{
    margin-bottom: 16px;
}
.subjectItem:nth-child(2) .subjectItemLeft {
    height: 111px;
    background-image: linear-gradient(135deg, #5758fb, #3ea6fa);
}
.subjectItem:nth-child(2) .subjectItemLeft i {
    background: url(../image/dsicon2.png) no-repeat;
    width: 47px;
    height: 48px;
    margin: 14px 94px 0px 93px;
}
.subjectItem:nth-child(2) .subjectItemRight{
    height: 111px;
    padding-top: 5px;
}
.subjectItem:nth-child(2) .subjectItemRight li{
    background-color: #f3f6f8;
}
.subjectItem:nth-child(2) .subjectItemRight li:hover{
    background-color: #19548E;
}
.subjectItem:nth-child(3) .subjectItemRight li:hover{
    background-color: #19548E;
}
.subjectItem:nth-child(4) .subjectItemRight li:hover{
    background-color: #19548E;
}
.subjectItem:nth-child(5) .subjectItemRight li:hover{
    background-color: #19548E;
}
.subjectItem:nth-child(3) .subjectItemRight li {
    background-color: #f4f1f7;
}
.subjectItem:nth-child(3) .subjectItemLeft {
    height: 111px;
    background-image: linear-gradient(135deg, #fc6ef6, #a557fa);
}

.subjectItem:nth-child(3) .subjectItemLeft i {
    background: url(../image/dsicon3.png) no-repeat;
    width: 47px;
    height: 48px;
    margin: 14px 94px 0px 94px;
}
.subjectItem:nth-child(3) .subjectItemRight {
    height: 111px;
    padding-top: 5px;
}
/* 4 */
.subjectItem:nth-child(4) .subjectItemRight li {
    background-color: #f1f3f8;
}

.subjectItem:nth-child(4) .subjectItemLeft {
    height: 111px;
    background-image: linear-gradient(135deg, #9462fb, #4a71fb);
}

.subjectItem:nth-child(4) .subjectItemLeft i {
    background: url(../image/dsicon4.png) no-repeat;
    width: 47px;
    height: 48px;
    margin: 14px 94px 0px 93px;
}

.subjectItem:nth-child(4) .subjectItemRight {
    height: 111px;
    padding-top: 5px;
}
/* 5 */
.subjectItem:nth-child(5) .subjectItemRight li {
    background-color: #f3f7f9;
}

.subjectItem:nth-child(5) .subjectItemLeft {
    height: 111px;
    background-image: linear-gradient(135deg, #6d8bfc, #57d4fa);
}

.subjectItem:nth-child(5) .subjectItemLeft i {
    background: url(../image/dsicon5.png) no-repeat;
    width: 47px;
    height: 48px;
    margin: 14px 94px 0px 94px;
}

.subjectItem:nth-child(5) .subjectItemRight {
    height: 111px;
    padding-top: 5px;
}




/*首页课程列表结束*/

@keyframes run{
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-10px);
    }
}
 .meidi_eradicateMainMainItem:hover{
    animation: run 0.3s;
    animation-iteration-count: 1;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
    box-shadow: 1px 2px 4px 4px #ccc;
}
.conTitle{
    text-align:center;
}
.conTitle h2{
    font-size: 44px;
    margin-bottom: 5px;
}

/*表单*/
.firstSubmit{
    width: 100%;
    background: url(../image/dssubmitbg1.png) no-repeat;
    height: 150px;
    margin-top:30px;
    overflow: hidden;
}
#firstSubmit{
    width: 1200px;
    margin:52px auto;
    display: flex;
    justify-content: space-between;
}
#firstSubmit input{
    width: 380px;
    height: 48px;
    border-radius: 8px;
    box-sizing: border-box;
    border:1px solid #ccc;
    font-size: 16px;
    padding-left: 15px;
}
.firstSubmitBtn{
    width: 380px;
    height: 48px;
    line-height:48px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 21px;
    text-align:center;
    /*font-weight: 700;*/
    color: #fff;
    letter-spacing: 2px;
    background-image: linear-gradient(135deg,#fec801,#f88100);
}
.firstSubmitBtn:hover{
    cursor: pointer;
    background-image: linear-gradient(-90deg,#fec801,#f88100);
    color: #E6202D;
    font-weight: 700;
}

.applyCourse{
    padding:0px 0 50px 0;
}
.applyCourseFlex{
    display: flex;
    justify-content: space-between;
}
.applyList{
    width: 222px;
    height: 320px;
    border-radius:10px;
    background-image: linear-gradient(135deg,#548ae4,#204ff6);
}
.applyList:hover{
    animation: run 0.3s;
    animation-iteration-count: 1;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
    box-shadow: 2px 5px 8px 2px #b7b7b7;
}
.applyList i{
    display: block;
    width: 62px;
    height: 56px;
    margin:65px auto 45px auto;
    background: url(../image/dscyicon1.png) no-repeat;
    background-size: cover;
}
.appiyCont{
    width: 175px;
    margin:40px auto;
    text-align:center;
    color: #fff;
}
.appiyCont h2{
    font-size: 26px;
    margin-bottom:8px;
}
.applyList:nth-child(2){
     background-image: linear-gradient(135deg,#5457e4,#5820f6);
}
.applyList:nth-child(3){
     background-image: linear-gradient(135deg,#9a45f8,#a821f6);
}
.applyList:nth-child(4){
     background-image: linear-gradient(135deg,#ae30f6,#8330f6);
}
.applyList:nth-child(5){
    background-image: linear-gradient(125deg,#f6bc30,#f68031);
}
.applyList:nth-child(2) i{
    width: 51px;
    height: 65px;
    background: url(../image/dscyicon2.png) no-repeat;
    background-size: cover;
}
.applyList:nth-child(3) i{
    width: 68px;
    height: 65px;
    background: url(../image/dscyicon3.png) no-repeat;
    background-size: cover;
}
.applyList:nth-child(4) i{
    width: 75px;
    height: 60px;
    background: url(../image/dscyicon4.png) no-repeat;
    background-size: cover;
}
.applyList:nth-child(5) i{
    width: 63px;
    height: 57px;
    background: url(../image/dscyicon5.png) no-repeat;
    background-size: cover;
}
/*适合人群结束*/

/*痛点开始*/
.painPoints{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.painPointsCont:hover{
}
.painPoint{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #2d58f8;
    color: #fff;
}
.conTitle{
    text-align:center;
}
.conTitle h2{
    font-size: 44px;
    margin-bottom: 5px;
}
.painPointsCont{
    width: 230px;
    height: 240px;
    padding-top: 8px;
    margin-right:48px;
    margin-bottom:30px;
    /*box-sizing: border-box;*/
}
.painPointsCont p{
    font-size: 15px;
}
.w1200 .conTitle{
    margin:0px auto;
    margin-bottom: 50px;
}
.painBgc{
    width: 156px;
    height: 156px;
    line-height: 156px;
    font-size: 40px;
    margin:0 auto;
    border-radius: 50%;
    color: #fff;
    background-color: #6ce355;
    text-align: center;
    font-weight: 700;
    transition: all .6s;
}
.painBgc:hover{
    border:;
    box-shadow: 2px 2px 4px 2px #6ce355;
    transform: rotate(360deg);

}
.painPoints>div:nth-child(2) .painBgc{
    background-color: #e47355;
}
.painPoints>div:nth-child(3) .painBgc{
    background-color: #548ae4;
}
.painPoints>div:nth-child(4) .painBgc{
    background-color: #548ae4;
}
.painPoints>div:nth-child(5) .painBgc{
    background-color: #ac55e2;
}
.painPoints>div:nth-child(6) .painBgc{
    background-color: #e455af;
}
.painPoints>div:nth-child(7) .painBgc{
    background-color: #55a3e3;
}
.painPoints>div:nth-child(8) .painBgc{
    background-color: #55a3e3;
}
.painTitle{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 5px;
}
.painPointsBtn{
    position: relative;
    display: block;
    width: 614px;
    height: 74px;
    line-height: 74px;
    margin:30px auto;
    text-align:center;
    font-size: 36px;
    background-image: linear-gradient(130deg,#f6bb30,#f57f31);
    border-radius: 36px;
    color: #fff;
}
.painPointsBtn:hover{
    background-image: linear-gradient(-45deg,#f66730,#f57f31);
}
.painPointsBtn i{
    display: inline-block;
    width: 40px;
    height: 18px;
    position: absolute;
    /* left: 80%; */
    margin-left: 505px;
    bottom: 36%;
    background: url(../image/right_arrow.png) center no-repeat;
    animation: arrow 1.5s ease-in-out infinite;
    transition: all 1.5s;
}

.painPointsBtn:hover{
    background-color: #E455AF;
    color: #fff;
    cursor: pointer;
}


/*通用按钮*/
.batchBtn{
    width: 730px;
    height: 74px;
    line-height: 74px;
    background: #19548e;
    box-shadow: 0px 19px 29px 0px rgba(0, 90, 255, 0.31);
    border-radius: 36px;
    text-align: center;
    margin: 0px auto 48px auto;
}
.batchBtn:hover{
    background-color: #f18b41;
    box-shadow: 0px 19px 29px 0px rgba(241, 139, 65, 0.31);

}
.batchBtn>a{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}
.batchBtn span{
    display: inline-block;
    background:url(../image/chaticon.png) no-repeat;
    width: 48px;
    height: 40px;
    margin-bottom: -5px;
    animation: myfirst .6s linear infinite alternate;
}
.batchBtn:hover span{
    background:url(../image/chaticon_red.png) no-repeat;

}

.batchBtn i{
    display: inline-block;
    width: 40px;
    height: 18px;
    position: absolute;
    /*left: 80%;*/
    margin-left:630px;
    bottom: 36%;
    background: url(../image/right_arrow.png) center no-repeat;
    animation: arrow 1.5s ease-in-out infinite;
    transition: all 1.5s;
}
@keyframes arrow{
            0%{
                left: 0px;
            }
            25%{
                left:5px;
            }
            50%{
                left:10px;
            }
            75%{
                left: 15px;
            }
            100%{
                left:20px;
            }
        }
@keyframes myfirst {
    0% {
        transform: scale(1);
    }
    
    100% {
        transform: scale(1.2);
    }
}
/*通用结束*/

/*课程大纲开始*/
.courseOutline{
    padding-top: 50px;
}
.kedgCont{
    width: 1200px;
    margin:80px auto 20px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.kedgContDesc{
        background-color: #fff;
        width: 275px;
        height: 530px;
        border-radius: 40px 0 40px 0;
        box-shadow: 10px 10px 55px 1px #9c9c9c;
        position: relative;
        margin-bottom:120px;
        box-sizing: border-box;
}
.kedgContDesc:nth-last-child(-n+4){
    margin-bottom:30px;
}


 .kedgContDesc:hover{
    animation: run 0.3s;
    animation-iteration-count: 1;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}
.kedgContDesc:nth-child(2) span,
.kedgContDesc:nth-child(14) span{
    background-color: #5e49ff;
}
.kedgContDesc:nth-child(2) .kedgBtn a,
.kedgContDesc:nth-child(14) .kedgBtn a{
    background-color: #5e49ff;
}
.kedgContDesc:nth-child(3) span,
.kedgContDesc:nth-child(11) span{
    background-color: #c341ff;
}
.kedgContDesc:nth-child(3) .kedgBtn a,
.kedgContDesc:nth-child(11) .kedgBtn a{
    background-color: #c341ff;
}
.kedgContDesc:nth-child(4) span,
.kedgContDesc:nth-child(15) span{
    background-color: #ff58d8;
}
.kedgContDesc:nth-child(4) .kedgBtn a,
.kedgContDesc:nth-child(15) .kedgBtn a{
    background-color: #ff58d8;
}
.kedgContDesc:nth-child(5) span,
.kedgContDesc:nth-child(9) span{
    background-color: #ff5283;
}
.kedgContDesc:nth-child(5) .kedgBtn a,
.kedgContDesc:nth-child(9) .kedgBtn a{
    background-color: #ff5283;
}
.kedgContDesc:nth-child(6) span,
.kedgContDesc:nth-child(16) span{
    background-color: #ff824c;
}
.kedgContDesc:nth-child(6) .kedgBtn a,
.kedgContDesc:nth-child(16) .kedgBtn a{
    background-color: #ff824c;
}
.kedgContDesc:nth-child(7) span,
.kedgContDesc:nth-child(10) span{
    background-color: #8b57ff;
}
.kedgContDesc:nth-child(7) .kedgBtn a,
.kedgContDesc:nth-child(10) .kedgBtn a{
    background-color: #8b57ff;
}
.kedgContDesc:nth-child(8) span{
    background-color: #5771ff;
}
.kedgContDesc:nth-child(8) .kedgBtn a{
    background-color: #5771ff;
}
.kuajing_kecg .kedgCont{
    width: 1200px;
    margin:100px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.kedgContDesc_1{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.kedgContDesc_2{
    margin:22px auto;
     width: 230px;
}
.kedgContDesc_2 ol{
    margin: 40px 10px 0 20px;
}
.kedgContDesc_2 li{
    list-style: decimal;
    list-style-position: inside;
    font-size: 14px;
   
}
.kedgContDesc .kedgXh{
    width: 95px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin:-45px auto 40px auto;
    border-radius: 15px;
    background-color: #5b88ff;
}
.kedgContDesc .kedgBtn{
        margin:0 auto;
        width: 180px;
        position: absolute;
        left: 50%;
        margin-left: -90px;
        bottom: 4%;
}

.kedgContDesc .kedgBtn a{
    color: #fff;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #5b88ff;
    margin-bottom:30px;
}
.kedgContDesc .kedgBtn a:hover{
    background-color: #f5ba2a;
}
/*课程大纲结束*/

/*师资团队开始*/
.teacherGroup{
    padding-top: 48px;
    padding-bottom: 60px;
    background: url(../image/teacher_bg.png) no-repeat;
    overflow: hidden;
}
.teacherTitle{
    color: #fff;
}
.company{
    text-align:center;
    margin:30px auto 45px auto;
}

.Box {
    position: relative;
}
.Box .content {
    width: 1200px;
    margin: 0 auto;
}
.Box .Box_con {
    position: relative;
}
.Box .Box_con .btnl {
    position: absolute;
}
.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}
.Box .Box_con .btnl {
    background: url(../image/jtl02.png) no-repeat center;
    left: -72px;
}
.Box .Box_con .btnr {
    background: url(../image/jtr02.png) no-repeat center;
    right: -72px;
}
.Box .Box_con .btnl:hover {
    background: url(../image/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
    background: url(../image/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}
.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}
.Box .Box_con .conbox ul li {
    float: left;
    width: 121px;
    height: 320px;
    /*margin-left: 20px;*/
    overflow: hidden;
}
.Box .Box_con .conbox ul li span{
    color: #fff;
    display: inline-block;
    width: 40px;
    margin-left: 26px;
    text-align:center;
}
.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}
.Box .Box_con .conbox ul li img {
    display: block;
    width: 121px;
    height: 296px;
    transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.01);
    box-shadow: 0px 1px 2px #000;
}
.Box .Box_con .conbox ul li:hover{
    animation: run 0.3s;
    animation-iteration-count: 1;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}
            
.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
.Box .BoxSwitch span.cur {background: red;}


/*师资团队结束*/

/*开班时间开始*/
.classSchedule{
    padding:42px 0 0 0;
}
.selectMainClass{
    width: 1200px;
    margin: 25px auto 20px auto;
}
.selectMainFlexClass{
    width: 1000px;
    margin:10px auto 5px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.selectMainItemClass{
    width: 202px;
    height: 52px;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor:pointer;
}
.selectMainItemClass:hover{
    background-color: #fff;
    color: #19548e;
    border:1px solid #19548e;
}
.selectActClass{
    background: #19548e !important;
    color: #fff !important;
    border-color: #19548e;
    font-weight: 700;
}
.tabControlDivClass{
    position: relative;
    width: 1200px;
    height: calc(465px);
    overflow: hidden;
}
.tabControlClass{
    width: calc(12 * 1200px);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.3s;
}

.tabControlClass>div{
    width: 1200px;
    float: left;
}

.fourItemFourItem{
    position: relative;
    background: #FFFFFF;
    border:1px dashed #3576b6;
    width: 1200px;
    height: 63px;
    margin-bottom: 14px;
    line-height: 63px;
    box-sizing: border-box;
}
.fourItemFourItem:last-child{
    margin-bottom: 0;
}
.fourItemFourItemTitle{
    float: left;
    width: 340px;
    height: 63px;
    background: #19548e;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 30px;
    box-sizing: border-box;
    /*text-align: center;*/
}
.fourItemFourItemTitle>span{
    margin-right:10px;
}
.fourItemFourItemTime{
    position: relative;
    float: left;
    width: 848px;
    height: 63px;
    font-size: 24px;
    color: #000000;
}
.fourItemFourItemTime>div{
    position: absolute;
    top:-1px;
    right: 220px;
    font-size: 24px;
    color: #f00;
}
.fourItemFourItemTime>div i{
    width: 30px;
    height: 34px;
    position: absolute;
    left: -38px;
    top: 12px;
    background: url('../image/huoicon.png') no-repeat;
    background-size: cover;
    animation: myfirst .6s linear infinite alternate;
}
.fourItemFourItemTimeP{
     letter-spacing: 2px;
}
.fourItemFourItemTimeP span{
    position: relative;
    /*top:10px;*/
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 48px;
    border-radius:50%;
    background-color: #1961D4;
    color: #fff;
    text-align:center;
    font-size: 24px;
}
.fourItemFourItemTime p{
    /*text-indent: 5px;*/
    padding-left: 8px;
   
}
.fourItemFourItemTime a {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 155px;
    height: 42px;
    background: #E91B1E;
    border-radius: 24px;
    text-align: center;
    line-height: 42px;
    font-size: 21px;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 25px;
}
.fourItemFourItemTime a:hover{
    background-color: #ff710a;
}
.fourItemFourItemTime a i{
    position: absolute;
    left: 22px;
    top: 13px;
    width: 19px;
    height: 18px;
    background: url('../image/zxclass.png') no-repeat;
    background-size: cover;
    animation: myfirst .6s linear infinite alternate;
}

/*线下教学环境*/
.offlineTeaching{
    padding: 65px 0 10px 0;
    background-color: #E4E4E4;
}
.offlineTeachingCont{
    width: 1200px;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.offlineCont{
    margin-bottom:45px;
}
.offlineContDesc{
    width: 374px;
    text-align: center;
    font-size: 20px;
}
.offlineContDesc a{
    height: 247px;
    margin-bottom: 15px;
    cursor: default;
}
.offlineContDesc img{
    border-radius: 16px;
    /*transition: all 0.4s;*/
}
.offlineContDesc:hover img{
    box-shadow: 1px 2px 8px 2px rgba(0,0,0,.4);
    animation: myscale .4s ease-in-out;
    transition: all .4s;
}

/*服务保障*/
.serviceGuaranteeCont{
    width: 1120px;
    margin:0 auto;
    padding:30px 0 30px 0; 
}
.serviceGuarantee{
	padding:50px 0 24px 0;
}
.serviceGuaranteeCont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serviceGuaranteeCont .serviceFlex{
    width: 261px;
    height: 235px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 24px;
}
.serviceFlex a{
    height: 191px;
    margin-bottom: 15px;
    cursor: default;
}
.serviceFlex img{
    border-radius: 16px;
}
.serviceFlex:hover img{
    transition: all .4s;
     box-shadow: 1px 2px 8px 2px rgba(0,0,0,.5);
    animation: myscale .4s ease-in-out;
}

/*常见问题开始*/
.meidi_common{
    padding-top: 50px;
    background-color: #E4E4E4;
    padding-bottom: 45px;
}
.meidi_commonFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 52px auto 0px auto;
}
.meidi_commonItem{
    width: 554px;
    height: 74px;
    border-radius: 37px;
    background-color: rgba(193, 193, 193, 1);
    margin-bottom: 41px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 25px;
    padding-left: 27px;
}
.meidi_commonItemImg{
    width: 39px;
    height: 49px;
    margin-right: 9px;
}
.meidi_commonItemBtn{
    width: 248px;
    height: 68px;
    background: #19548e;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 11px 16px 0px rgba(25, 84, 142, 0.35);
    border-radius: 37px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}
.meidi_commonItemBtn>a{
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 68px;
}
.meidi_commonItemBtn:hover{
    background-color: #ef802f;
}


/*免费试听*/
.meidi_contend{
    width: 100%;
    height: 655px;
    background: url("../image/submitbg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 73px;
}
.meidi_contendMain{
    width: 1095px;
    height: 513px;
    box-sizing: border-box;
    margin: 42px auto 0px auto;
    background-color: rgba(29, 89, 145, 1);
    display: flex;
}
.meidi_contendMainLeft{
    width: 617px;
}

.meidi_contendMainRight{
    width: 478px;
    padding:30px 15px 30px 35px;
}
.biaodan label {
    color: #fff;
}
.shiting{
    width:478px;
    height:80px;
    font-size:56px;
    font-weight:bold;
    letter-spacing:3px;
    padding-bottom:10px;
    margin-top:40px;
}
.biaodan{
    width:478px;
    display:table;
    font-size:22px;
    padding-left: 40px;
}

.biaodan select{
    padding:5px;
    width:260px;
    height:40px;
}
.biaodan input{
    padding:5px;
    width:250px;
    height:28px;
}
 .biaodan button{
    background:#ffa200;
    cursor:pointer;
    margin-top:20px;
    width:353px;
    height:60px;
    font-size:26px;
    outline: none;
    border:none;
    border-radius: 30px;
    color: #fff;
}
 .biaodan button:hover{
    background-color: #E6202D;
 }
.biaodan option{
    width:300px;
    height:60px;
    display:table;
    margin:20px 0;
}
.biaodan span{
    display:table;
    margin-bottom:10px;
    font-weight:bold;
}

/*试听课程结束*/


/* tabbtn */


.tabbtn li {
    float: left;
    position: relative;
    margin: 0 0 0 -1px;
}

.tabbtn li.current {
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
    border-top: solid 1px #c5c5c5;
}



/* tabcon */

.tabcon {
    position: relative;
    /*必要元素*/
    height: 480px;
    overflow: hidden;
}

.tabcon .subbox {
    position: absolute;
    /*必要元素*/
    left: 0;
    top: 0;
}

.tabcon .sublist {
    height: 480px;
}
.sublist:last-child .tabControlOneWhy{
    display: flex;
    justify-content: space-between;
}
.companyTitle {
    width: 402px;
    padding-top: 23px;
    text-indent: 2em;
    font-size: 20px;
    line-height: 28px;
    background-color: #dfedff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 16px;
}
.companyTitle b{
    color: #19548e;
    font-size: 22px;
}
.companyyw{
    height: 576px;
    height: 444px;
}

/* leftcon */

#leftcon .subbox {
    width: 9999em;
}

#leftcon .subbox .sublist {
    float: left;
    width: 1080px;
}

/* sublist */

.sublist {
    padding: 10px;
}
/*选择我们*/
.whySelect{
    padding: 50px 0 0px 0;
}

.select{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
.selectMain{
    width: 1080px;
    margin: 50px auto 15px auto;
}
.selectMainFlex{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 45px;
}
.selectMainItem{
    width: 200px;
    height: 58px;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor:pointer;
}

.tabbtn li.current {
    background: #19548e !important;
    color: #FFFFFF !important;
    border-color: #19548e;
}
.tabControlDivWhy{
    position: relative;
    width: 1080px;
    height: calc(450px);
    overflow: hidden;
}
.tabControlWhy{
    width: calc(5 * 1080px);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.3s;
}
.ourSelect{
    width: 360px;
    height: 206px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 10px;
}
.ourSelect img:hover{
    box-shadow: -1px 3px 8px 3px rgba(25,84,142,.4);
    transition: all 0.4s;
    animation: myscale .4s ease-in-out;
    border-radius:10px;
}

.tabControlWhy>div{
    width: 1080px;
    float: left;
}
.tabControlOneWhy
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*美迪校区开始*/
.medeSchool{
    padding: 35px 0 15px 0;
    background-color: #E4E4E4;
}
.zsline{
    width: 1087px;
    height: 9px;
    margin:10px auto;
    background:url(../image/zsline.png) no-repeat ;
}
.schoolAll{
    width: 1080px;
    margin:35px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.schoolAll img{
    border-radius: 0 16px 0 16px;
}
.schoollist:hover img{
    box-shadow: 2px 2px 5px 3px rgba(220,238,255,.6);
    transition: all .6s;
    /*animation: myscale 1.5s ease-in-out;*/
    transform: scale(1.03);
}
.schoollist{
    width: 262px;
    height: 243px;
    margin-bottom:10px;
}
/*校区结束*/

/*底部开始*/


/*底部*/
.meidi_bottom{
    height: 372px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #0062b9;
}

.meidi_bottomBottom{
    text-align: center;
    margin-top: 40px;
    background-color: #125696;
    height: 120px;
    line-height: 60px;
}
.meidi_bottomBottom>a{
    color: #fff;
    width: 800px;
    margin:0 auto;
}

.footer-links {
    padding-top: 40px;
    padding-left: 69px;
    width: 1000px;
    margin:0 auto;
    position: relative;
}

.footer-article-item {
    width: 125px;
    height: 226px;
    float: left;
    margin-right: 23px;
    line-height: 2;
    font-size: 14px;
  
}
.fgline{
    position: absolute;
    top: 52px;
    left: 183px;
    width: 1px;
    height: 215px;
    background-color: #002956;
/*    border-right: 1px solid #69727e;
    border-left: 1px solid #17202a;*/
}
.fgline1{
     position: absolute;
    top: 52px;
    left: 184px;
    width: 1px;
    height: 215px;
    background-color: #78abef;
}

.fgline2{
    position: absolute;
    top: 52px;
    left: 334px;
    width: 1px;
    height: 215px;
    background-color: #002956;

}
.fgline3{
     position: absolute;
    top: 52px;
    left: 335px;
    width: 1px;
    height: 215px;
    background-color: #78abef;
}
.fgline4{
    position: absolute;
    top: 52px;
    left: 483px;
    width: 1px;
    height: 215px;
    background-color: #002956;

}
.fgline5{
     position: absolute;
    top: 52px;
    left: 484px;
    width: 1px;
    height: 215px;
    background-color: #78abef;
}

.footer-article-item dt {
    color: #fffc00;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 2;
    font-weight: 700;
}

.footer-article-item dd {
    line-height: 2;
}

.footer-article-item dd a {
    color: #fff;
    transition: all .1s;
}

.footer-article-item dd a:hover {
    color: #fff;
}

.footer-contact-item {
    width: 156px;
    float: left;
    margin-top: 13px;
    margin-left:100px;
}


.footer-ewm {
    float: left;
    width: 156px;
    margin-right: 18px;
    /*text-align: center;*/
}

.footer-ewm img {
    width: 156px;
    /*height: 110px;*/
    display: block;
    border: none;
}

.footer-ewm p {
    font-size: 19px;
    color: #fffc00;
    margin-top: 12px;
    font-weight: 700;
}

.footer-friend {
    width: 1050px;
    height: 20px;
    line-height: 20px;
    margin: 30px auto;
}

.footer-friend-title {
    float: left;
    color: #ccc;
    font-size: 14px;
}

.footer-friend-title-list {
    float: left;
}

.footer-friend-title-list li {
    float: left;
}

.footer-friend-title-list li a {
    color: #888;
    transition: all .1s;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

.footer-friend-title-list li a:hover {
    color: #fff;
}

.footer-friend-more {
    color: #ccc;
    transition: all .1s;
    float: left;
    font-size: 14px;
}
.footer_right{
    color: #fff;
    margin-left: 40px;
    width: 260px;
    height: 226px;
    float: right;
    line-height: 2;
    font-size: 14px;
    margin-top: 5px;
}
.footer-copyright {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.footer-copyright p {
    margin-bottom: 9px;
    font-size: 14px;
    color: #888;
}

/*客服侧边栏*/
#kefu{
    width:244px;
    box-sizing: border-box;
    background:url(../image/zxkfbg.png) no-repeat;
    height:685px;
    position:fixed;
    top:40%;
    right:5px;
    z-index:8888;
    display:block;
    margin-top:-240px;
}
.zxkeimg{
    width: 158px;
    height: 158px;
    margin:-42px auto 0 auto;
}
#kefu .kefuTop{
    position: relative;
}
#kefu .zxtitle{
    font-size: 16px;
    text-align: center;
    font-family:  "Source Han Sans CN";
}
.zxtitle:before,
.zxtitle:after{
    content: '';
    width: 60px;
    height: 2px;
    background: #CCCCCC;
    display: block;
    position: relative;
}
.zxtitle:before {
    top: 12px;
    left: 4px;
}
 
.zxtitle:after {
    top: -11px;
    right: -138px;
}
#kefu .middle{
    width: 200px;
    margin:0 auto;
}

.zxlist li{
    background-image: linear-gradient(135deg,#016dff,#0090ff);
    width: 168px;
    height: 34px;
    margin:10px auto;
    line-height: 34px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    padding-left: 18px;
    box-sizing: border-box;
}
.zxlist li:hover{
    cursor: pointer;
    background-image: linear-gradient(0deg,#016dff,#0030ff);
    font-weight: 700;
}
.zxlist li img{
    height: 17px;
    vertical-align: middle;
    margin-right: 5px;
}
.zxtitle2:before,
.zxtitle2:after{
    width: 40px;
}
.zxtitle2:after {
    top: -11px;
    right: -153px;
}
.kefuQR{
    text-align: center;
    margin-top: 5px;
}
.contactTel{
    position: absolute;
    bottom: 38px;
    left: 15%;
    width: 180px;
    margin: 20px auto 5px auto;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#kefu .close{
    cursor:pointer;
    position: absolute;
    top:50px;
    right: 9px;
}
#kefu a{
    text-decoration: none;
    color: #fff;
}
.right_bar{
    width:40px;
    height:100px;
    writing-mode: vertical-lr;
    text-align:center;
    position:fixed;
    top:25%;
    right:10px;
    z-index:9999;
    display: none
}
.right_bar:hover{
    cursor: pointer;
}
.backTop{
    position: absolute;
    bottom: -20px;
    left:45%;
    cursor: pointer;
}






/* 固定浮窗窗口*/
#fix_bottom{
    height: 141px;
    position: fixed;
    bottom: -12px;
    width: 100%;
    z-index: 9998;
}
#fix_bottom form{
    position:relative
}
#fix_bottom .footfloat_btn{
    display: inline-block;
    width: 136px;
    height: 72px;
    position: absolute;
    top:-5px;
    right: 27%;
    z-index: 9999;
}
.bottom-contact-bg {
    position: relative;
    height: 66px;
}

.bottom-contact-bg .bottom-nav-bg {
    max-width: 100%;
    height: 129px;
    background: url(../image/footbgc.png) no-repeat;
    margin: 0 auto;
    /* position: absolute; */
    bottom: 0;
}
.bottom-contact-bg .bottom-contact-form {
    position: absolute;
    height: 66px;
    top: 65px;
    bottom: 0px;
    width: 725px;
    left: 50%;
    margin-left: -395px;
    background: none;
    display: flex;
    justify-content: space-between;
}


.bottom-contact-bg .form-row {
    height: 30px;
    background-color: #ffffff;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-top: 23px;
}
.bottom-contact-bg .form-row i {
    float: left;
    width: 15px;
    margin-top: 5px;
}
i {
    font-style: italic;
}
.bottom-contact-bg .form-row .input-small {
    width: 106px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: none;
}
.bottom-contact-bg .form-row span.line {
    height: 26px;
    width: 1px;
    display: inline-block;
    background-color: #b5b2b1;
    margin-top: 2px;
}

@keyframes myfirst {
    0% {
        transform: scale(1);
    }
    
    100% {
        transform: scale(1.1);
    }
}

@keyframes myscale {
    0% {
        transform: scale(1);
    }
    50%{
        transform: scale(1.01);
    };
    
    100% {
        transform: scale(1.005);
    }
}
.bottom-contact-bg .get-button {
    width: 80px;
    height: 80px;
    color: #ffffff;
    margin: -25px 55px;
    text-align: center;
    background-color: #F66E00;
    border-radius: 50%;
    font: normal 20px "Microsoft Yahei";
    border: 2px solid #fff;
    font-weight: 600;
    animation: myfirst .6s linear infinite alternate;
    outline: none;

}


.sel {
    border-style: none;
    height: 30px;
    appearance: normal;
    -moz-appearance: normal;
    -webkit-appearance: normal;
    width: 100%;
}

.fl {
    float: left;
}
select {
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    cursor: default;
    font: 400 13.3333px Arial;
}

/* 左边侧咨询 */
.leftFloatNav{
    width: 70px;
    position:fixed;
    left:0; 
    top:35%; 
    margin-top:-150px; 
    z-index: 9999;
}
li{
    list-style: none;
}
.leftFloatNav ul{
    box-shadow: 0 1px 24px rgba(39,69,193,.25);
    /*border-radius: 10px;*/
}
.leftFloatNav li{
    width: 70px; 
    height: 92px; 
    border-bottom: 1px solid #e7e9ee; 
    background: rgba(254,254,254,0.85);
    position: relative; 
    z-index: 9999;
}
.leftFloatNav li a{
    display: block; 
    width:70px; 
    height: 92px; 
    color:#7d4242;
    float: left;
}
.leftFloatNav li span.icon_s{ 
    display:block; 
    width: 100%;
    height: 62px; 
    background:url(../image/shiting.png) no-repeat center 10px; 
}
.leftFloatNav li p{
    font-size:14px; 
    text-align: center;
}
.leftFloatNav li:hover p{
    color: #fff;
}
.leftFloatNav li.li_1{ 
    border-color:#c3c3c3;
}
.leftFloatNav li.li_1:hover{
    background-color: #FF5947;
    /*background-color: #38f;*/
}
.leftFloatNav li.li_1:last-child{ 
    border-style: none;
}
.leftFloatNav .li_1:hover span.icon_s{
    background:url(../image/shiting1.png) no-repeat center 10px;
}
.leftFloatNav .li_1:nth-child(2) span.icon_s{
    background:url(../image/dpzd.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(3) span.icon_s{
    background:url(../image/jykc.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(4) span.icon_s{
    background:url(../image/cykc.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(5) span.icon_s{
    background:url(../image/zygh.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(6) span.icon_s{
    background:url(../image/kczl.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(7) span.icon_s{
    background:url(../image/kktime.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(2):hover span.icon_s{
    background:url(../image/dpzd1.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(3):hover span.icon_s{
    background:url(../image/jykc1.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(4):hover span.icon_s{
    background:url(../image/cykc1.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(5):hover span.icon_s{
    background:url(../image/zygh1.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(6):hover span.icon_s{
    background:url(../image/kczl1.png) no-repeat center 10px; 
}
.leftFloatNav .li_1:nth-child(7):hover span.icon_s{
    background:url(../image/kktime1.png) no-repeat center 10px; 
}

/*------右侧边浮窗------*/
.rightFloatNav{
    width: 88px;
    position:fixed;
    right:0; 
    top:35%; 
    margin-top:-150px; 
    z-index: 9999;
}
.rightFloatNav li{
    width: 88px; 
    height: 36px; 
    border-bottom: 1px solid #fff; 
    /*background: #fd8000;*/
    background-color: #FE4B47;
    /*background: rgba(38,59,70,.75);*/
    position: relative; 
    z-index: 9999;
}
.rightFloatNav li:first-child{
    background-color: #e83430;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.rightFloatNav li:last-child{
    border-style: none;
    background-color: #e83430;
}
.rightFloatNav li a{
    display: block; 
    width:88px; 
    height: 36px; 
    line-height: 36px;
    float: left;
    font-size: 14px;
    color: #fff4f4;
    text-align:center;
}
.rightFloatNav li:first-child a{
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #fff;
}
.rightFloatNav li.li_right:hover{ 
    /*background-color:#f34444; */
    background-color: #fd8000;

}


