/*移动端样式重置start*/
html{font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html,body{-webkit-user-select:none;user-select:none;}
html,body,div,object,iframe,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video,progress{margin:0;padding:0;border:0;vertical-align:baseline}
a{text-decoration:none;-webkit-touch-callout:none;background-color:transparent}
li{list-style:none}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0;-webkit-touch-callout:none;}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
a,button,input,optgroup,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;-webkit-appearance:none;outline:none;line-height:normal}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
.clearfix {
    *zoom:1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
/*移动端样式重置end*/
.fl{
    float: left;
}
.fr{
    float: right;
}

.mianfeiphone{
    clear: both;
    display: block;
    padding: 4px;
    text-align: center;
}

.mianfeiphone img {
    width: 50%;
    border-radius: 5px;
}
/*商务通按钮*/
.swtbtn{
    width: 35%;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
    background-color: #dca436;
    border-radius: 5px;
    margin: 0 auto;
}
/*商务通按钮2*/
.swtbtn2{
    width: 40%;
    text-align: center;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    color: #fff;
    background-color: #dca436;
    border-radius: 5px;
    margin: 0 auto;
}
.swtbtn_50 {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    width: 49%;
    color: #fff;
    background: #f78a00;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
}
.color_b{
    background-color: #666666;
}

/*头部样式start*/
#new_nav{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    height: 55px;
    background-color: #282828;
    z-index: 99;
}
.left_logo{
    width: 50%;
    height: 55px;
    float: left;
}
.left_logo img{
    max-width: 110%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
#new_nav .l1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.left_logo span{
    display: table-cell;
    vertical-align: middle;
}
#new_nav .right {
    width: 50%;
    height: 55px;
    float: right;
}
#new_nav .r1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#new_nav .r1 .btn1 {
    width: 25%;
    line-height: 200%;
    background: #ff7e00;
    color: #FFF;
    font-size: 12px;
    float: left;
    margin-left: 15%;
    margin-top: 15px;
    text-align: center;
}
#new_nav .r1 .btn2 {
    width: 25%;
    background: #ff7e00;
    color: #FFF;
    line-height: 200%;
    font-size: 12px;
    float: left;
    margin-left: 8%;
    margin-top: 15px;
    text-align: center;
}
#new_nav .r1 .head_nav {
    width: 24px;
    height: 18px;
    float: right;
    margin-right: 5%;
    margin-top: 14px;
}
@media (max-width:640px){#new_nav  .r1 .btn1{width:25%;line-height:200%;background:#ff7e00;color:#FFF;font-size:12px;float:left;margin-left:15%;margin-top:15px;text-align:center;}#new_nav .r1 .btn2{width:25%;background:#ff7e00;color:#FFF;line-height:200%;font-size:12px;float:left;margin-left:8%;margin-top:15px;text-align:center;}}
@media (max-width:480px){#new_nav  .r1 .btn1{width:28%;line-height:200%;font-size:12px;margin-left:8%;margin-top:15px;}#new_nav .r1 .btn2{width:28%;line-height:200%;font-size:12px;margin-left:8%;margin-top:15px;}}
@media (max-width:420px){#new_nav  .r1 .btn1{width:32%;line-height:200%;font-size:12px;margin-left:6%;margin-top:15px;}#new_nav .r1 .btn2{width:32%;line-height:200%;font-size:12px;margin-left:6%;margin-top:15px;}}
/*菜单*/
.nav_box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #060606;
    /*opacity: 0;*/
    display: none;
    z-index: 100;
}
.nav_box img {
    max-width: 100%;
    height: auto;
    border: 0;
}
.nav_box .nav_logo {
    width: 15%;
    margin: 0 auto;
    height: auto;
    padding: 10px 0;
    text-align: center;
    max-width: 80px;
    min-width: 60px;
}
.nav_box .nav_close {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 18px;
    height: 18px;
}
#new_nav .r1 a{
    color: #fff;
}
#new_nav .r1 .icon-ego-menu{
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}
.nav_box .list {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.nav_box .list li {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #363636;
    text-indent: 20px;
}
.nav_box .list li:last-child {
    text-align: center;
    text-indent: 0;
}
.nav_box .list li a{
    color: #fff;
}
.nav_box .list li .iconxuefie{
    font-family: "iconfont"!important;
    font-size: 23px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

/*头部样式end*/
/*底部nav start*/
.footer_fix{
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    bottom: 0;
    height: 55px;
    background: #323232;
    font-size: 12px;
}
.footer_fix .flex_nav{
    display: flex;
    height: 55px;
    align-items: center;
}
.footer_fix .flex_nav li{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    flex-grow:1;
}
.footer_fix .flex_nav li a{
    color: #fff;
    text-align: center;
}
.footer_fix .flex_nav li div{
    margin-top: 2px;
}
.footer_fix .flex_nav li .iconfont  {
    font-size: 21px;
}
@keyframes shaked {
    0%{
        transform:rotate(0)
    }
    10%{
        transform:rotate(-30deg)
    }
    20%{
        transform:rotate(30deg)
    }
    30%{
        transform:rotate(-20deg)
    }
    40%{
        transform:rotate(20deg)
    }
    50%{
        transform:rotate(-10deg)
    }
    60%{
        transform:rotate(5deg)
    }
    65%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(0);
    }
}
@-webkit-keyframes shaked {
    0%{
        transform:rotate(0)
    }
    10%{
        transform:rotate(-30deg)
    }
    20%{
        transform:rotate(30deg)
    }
    30%{
        transform:rotate(-20deg)
    }
    40%{
        transform:rotate(20deg)
    }
    50%{
        transform:rotate(-10deg)
    }
    60%{
        transform:rotate(5deg)
    }
    65%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(0);
    }
}
.tel-anim{
    animation: shaked 1.2s ease-in-out;
    -webkit-animation: shaked 1.2s ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
/*底部nav end*/
/*弹窗样式start*/
.omqcenterbox {
    width: 275px;
    height: 251px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-left: -137.5px;
    margin-top: -130.5px;
    box-shadow: 0 0 20px rgba(10,2,4,.75);
    -webkit-box-shadow: 0 0 20px rgba(10,2,4,.75);
    -moz-box-shadow: 0 0 20px rgba(10,2,4,.75);
    -ms-box-shadow: 0 0 20px rgba(10,2,4,.75);
    z-index: 11111;
    transition: linear .5s;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.omqcenterboxd {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.omqcenterbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
}
.omqcenterbox .omqcenter-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 28px;
}
.omqcenterbox .omqcenter-ftitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    color: #6a7380;
}
.omqcenterbox .omqcenter-telval {
    width: 227px;
    height: 30px;
    border: 1px solid #6a7380;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    margin: 20px auto 8px;
    text-align: center;
    line-height: 30px;
}
.omqcenterbox .omq-telval {
    width: 164px;
    height: 30px;
    line-height: 30px;
    background-color: #FFF;
    font-size: 14px;
    color: #6a7380;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    padding-left: 13px;
    float: left;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}
.omqcenterbox .omq-telbtn {
    width: 63px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #6a7380;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    float: left;
    border: 0;
    cursor: pointer;
}
.omqcenterbox .omq-innerc {
    width: 228px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
}
.omqcenterbox .omqcenter-chat {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 58px;
    line-height: 58px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
}
.omqcenterbox .omqcenter-ftitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 2px;
    font-weight: 200;
    color: #F00;
}
.omqcenter-swt, .omqcenter-tel {
    display: block;
    color: #fff;
    position: relative;
    width: 50%;
    height: 58px;
    float: left;
    font-size: 16px;
}
.omqcenter-tel {
    background-color: #f18d00;
    border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    text-align: center;
}

.omqcenter-swt {
    background-color: #323232;
    border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    text-align: center;
}
.omqcenter-chat em{
    font-style:normal;
    margin-left: 5px;
}
/*图片弹窗start*/
.mshadow_banner{
    width: 100%;
    height: 194px;
    border-top-left-radius: 15px;
    /*background-color: #0a6999;*/
}
.mshadow_banner a img{
    border-top-left-radius: 15px;
}
/*图片弹窗end*/
/*弹窗样式end*/
/*查看学费 start*/
.common_form{
    padding: 15px;
    background-color: #fff;
}
#form1 .itmbx {
    border-radius: 5px;
    border: 2px solid #dadada;
    margin-top: 24px;
}
.itmbx ul li {
    float: left;
    height: 35px;
    line-height: 35px;
}
.ulione p {
    font-size: 16px;
    color: #444;
    text-align: center;
}
.ulione {
    width: 20%;
}
.ulitwo {
    width: 80%;
    margin-top: 2px;
}
.item_select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 35px;
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: #000;
    width: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
}
#form1 .info {
    width: 100%;
    height: auto;
    margin: 20px auto;
    color: #878787;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}
#form1 .submit {
    width: 45%;
    height: auto;
    background: #666666;
    line-height: 100%;
    padding: 4% 0;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 3px;
}


/*查看学费 end*/
/*离线宝start*/
.lxbclick{ position:relative; text-align:center;}
.lxbclick a{ display:block; width:10%; padding:5px 0; position:fixed; top:40%; right:0px; z-index:999; background:#00b0f0; font-size: 12px; color:#fff; letter-spacing:5px; text-align:center; border-radius:0.3rem; webkit-border-radius:0.3rem; -moz-border-radius:0.3rem; -ms-border-radius:0.3rem;}
.lxbcon{width:85%; position:fixed;    height: 128px; border:2px solid #0b7bd2; top:35%; left:7%; display:none; background:#ffffff; box-shadow:3px 0 8px #ccc;z-index:1200; border-radius:0.3rem; webkit-border-radius:0.3rem; -moz-border-radius:0.3rem; -ms-border-radius:0.3rem;}
.lxbclose{width:100%;position:relative;font-size: 12px;}
.lxbclose span{ position:absolute; background:rgba(0, 0, 0, 0) url(/statics/images/lxbclose.png) repeat scroll -40px 0; height:30px; right:-15px; top:-15px;width:30px; text-indent:-999em;}
.lxbclose span a{display:block;}
.lxbform{ overflow:hidden; zoom:1; padding:10px 10px 0 10px;}
.lxbform .lxbput{ width:70%; float:left;}
.lxbform .lxbput .lxbipt{ width:96%; height:2rem; line-height:2rem; padding:0 2%; background:#fff; border: 1px solid #ccc; border-radius:0.5rem;font-size: 14px;}
.lxbform .lxbsub{ width:29%; float:right;}
.lxbform .lxbsub .lxbtn{ width:100%; height:2rem; background:#2590e2; color:#fff;border:none; border-radius:0.5rem;font-size: 12px;
    font-weight: 700;}
.lxbtxt{margin: 4% 4%; font-size: 12px;line-height: 14px;color:#2d85d5;}
/*离线宝end*/
/*加载样式*/
#loadingbox.loadingModel{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 10;
}
.loadingbox {
    margin: 100px auto;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}
.loadingbox p{
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
}
.loadingbox > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.loadingbox .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.loadingbox .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loadingbox .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loadingbox .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
/*版心*/
.container{
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
}

