/*引用字体包*/
/*@font-face {*/
/*font-family: "MingLiU";*/
/*!*src: url(../../fonts/SourceHanSansCN-Regular.otf);*!*/
/*}*/
body {
    /*font-family:  "SourceHanSansSC-Regular","Source-Han-Regular","Source Han Sans CN","SourceHanSansCN-Regular","webfontSourceHanSansSC" !important;*/
    font-family:  "Arial","Verdana",'SimHei' !important;
    background-color: #F5F5F5;
}
.padding-0{
    padding: 0;
}
.bg-setter {
    padding: 30px 0 50px;
}
.bg-setter .container{
    background: #fff;
    padding: 0;
}
#register>a,#login>a{
    font-weight: bold;
    color: #000;
}
#register>a:hover,#login>a:hover{
    color: #0080ee;
    text-decoration: underline;
}
.navbar{
    border-radius: 0 !important;
}
.navbar-brand{
    margin-left: 15px;
    padding:0;
}
.brand-img {
    width: 128px;
}
.navbar-default .navbar-nav>li:hover>a {
    /*background: #e7e7e7;*/
}
.navbar-default {
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0;
    z-index: 1000;
}
.navbar-default li.dropdown:hover ul.dropdown-menu{
    display: block;
}
.dropdown-menu>li>a {
    padding:8px 20px;
}


footer.ft-setting { color: #8a8d91; background-color: #394047; padding-bottom: 15rem; }
footer.ft-setting a { color: #8a8d91; }
footer.ft-setting strong { display: inline-block; margin-top: 30px; margin-bottom: 18px; font-size: 15px; }
footer ul { padding: 0; list-style: none; }
footer ul li { line-height: 1.8; padding: 0; font-size: 14px; }
footer .firm-copyright { border-top: 1px solid #565a5e; margin-top: 20px; padding-top: 20px; padding-bottom: 50px; }
footer .footer-logo { display: inline-block; width: 120px; }

i.heading-img, i.class-info-icon, i.firm-product, .sidebar-nav i, .ft-setting i { display: inline; float: left; margin: 3px 10px 0 0; }

.footer-logo-wrapper { display: inline-block; line-height: 44px; }

i.firm-product { width: 116px; height: 58px; cursor: pointer; }

i.firm-product.termbox { background: url("/assets/img/index/firmProduct.png") -116px 0; }
i.firm-product.termbox:hover { background: url("/assets/img/index/firmProduct.png") -116px 0; }
i.firm-product.onedict { background: url("/assets/img//index/firmProduct.png") -116px -58px; }
i.firm-product.onedict:hover { background: url("/assets/img/index/firmProduct.png") -116px -58px; }
i.firm-product.tms { background: url("/assets/img/index/firmProduct.png") -116px -116px; }
i.firm-product.tms:hover { background: url("/assets/img/index/firmProduct.png") -116px -116px; }
i.firm-product.employ { background: url("/assets/img/index/firmProduct.png") -116px -174px; }
i.firm-product.employ:hover { background: url("/assets/img/index/firmProduct.png") -116px -174px; }


i.footer-logo { float: right; width: 120px; height: 44px; margin-left: 10px; cursor: pointer; background: url("/assets/img/index/footerIcon.png") 0 0; }
i.footer-weixin { width: 23px; height: 19px; background: url("/assets/img/index/footerIcon.png") 0 -44px; }
i.footer-weibo { width: 20px; height: 17px; margin-right: 13px; background: url("/assets/img/index/footerIcon.png") -23px -44px; }
i.footer-blog { width: 20px; /*16*/ height: 17px; /*16*/ margin-right: 13px; background: url("/assets/img/index/footerIcon.png") -23px -44px; }
i.footer-phone { width: 15px; height: 15px; background: url("/assets/img/index/footerIcon.png") -73px -44px; }
i.footer-mail { width: 15px; height: 10px; margin-top: 8px; background: url("/assets/img/index/footerIcon.png") -88px -44px; }
i.footer-qqgroup { width: 14px; height: 16px; background: url("/assets/img/index/footerIcon.png") -43px -44px; }
img.img-weixin-qr { position: absolute; bottom: 0; right: -80px; width: 100px; z-index: 100; box-shadow: 2px 2px 10px #292929; display: none; }
#weixinQR:hover img.img-weixin-qr { display: block; }
.text-oh { width: 90%; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
.leftFooter>li:first-child{
    margin-top: 40px;
}

.leftFooter>li:first-child a{
    color: #ffffff;
    float: left;
}
.leftFooter>li:first-child i{
    height: 10px;
    width: 1px;
    background: #ffffff;
    margin: 7px 20px 0;
}
.rightFooter{
    margin-right: 50px;
    margin-top: 50px;
}
.rightFooter>li{
    float: right;
    margin-right: 20px;
}
.weixinQR{
    position: relative;
}
.weChatList{
    position: absolute;
    background: #ffffff;
    /*width: 258px;*/
    width: 387px;
    box-shadow:0px 2px 10px 0px rgba(0,0,0,0.2);
    border-radius:3px;
    top: -180px;
    /*left: -123px;*/
    left: -186px;
    padding: 10px 0px;
    display: none;
}
.weChatList>li{
    float: left;
}
.weChatList>li p{
    font-size:12px;
    color: #111;
}
.ft-setting{
    padding-bottom: 40px!important;
}
.tri{
    position: absolute;
    top: -18px;
    width:0;
    height:0;
    border-right:10px solid transparent;
    border-left:10px solid transparent;
    border-top:10px solid #ffffff;
    z-index: 20;
    display: none;
}
/*首页*/
.errormsg{color: red;}
.toBg{
    background: #e8f6ff;
    padding: 60px 0;
}
.toBox{
    width: 84%;
    margin: 0 auto;
}
.toBox>a{
    width: 48%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all .3s;
}
.toBox>a:hover{
    transform: translateY(-10px);
}
.toBox>a>img{
    width: 100%;
}
.special{
    background: #ffffff;
    padding-bottom: 100px;
}
.imgbox{
    width: 84%;
    overflow: hidden;
    margin: 0 auto;
}
.imgbox>img{
    width: 22%;
    float: left;
}
.title{
    text-align: center;
    font-size: 28px;
    color: #0080ee;
    padding: 50px;
}
.unline{
    width: 85px;
    margin: 10px auto 0;
    height: 3px;
    background: #0080ee;
}
.uns{
    padding-bottom: 50px;
    background: #ffffff;
    text-align: center;
}
/*轮播区域相关样式*/
.class-item .users-count {
    float: right;
}
.class-item .users-count>i.fa {
    color: #4094FE;
    margin-right: 7px;
}
.class-item>img {
    width: 100%;
}
.swp {
    /*height: 220px;*/
    height: 100%;
    padding: 50px 200px 50px 100px;
    float: left;
    width: 50%;
    position: relative;
}
.swp .swiper-container {
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    height: 100%;
}
.swp .swiper-slide {
    padding: 30px;
    text-align: center;
}
.swp .swiper-slide>i.fa {
    font-size: 41px;
    display: block;
    color: #4094FE;
}
.swp .swiper-slide>h4 {
    font-size: 16px;
    font-weight: 700;
}
.swp .swiper-slide>h4,.swp .swiper-slide>h5 {
    margin: 7px 0;
}
.swp .swiper-slide>p {
    margin-top: 15px;
    line-height: 24px;
    text-indent: 0;
}
/*轮播分页*/
.swp .swiper-pagination {
    left: 38%;
}
.swp .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    margin-right: 10px;
    background: rgba(255,255,255,1);
    opacity: .3;
}
.swp .swiper-pagination-bullet-active {
    background: rgba(255,255,255,0.8);
    opacity: 1;
}
.swp .swiper-pagination-clickable .swiper-pagination-bullet:focus {
    outline: none;
}
/*————————————————白色按钮——————————————*/
.btn_eee {
    background: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 5px;
    color: #0080ee;
}
.btn_eee:hover{
    color: #0080ee;
    text-decoration: none;
}
.banner_try>div>h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
}
.banner_try>div>p {
    text-indent: 0;
    margin: 10px 0 20px;
    font-size: 30px;
}
.text_div{
    float: left;
    width: 50%;
    padding: 20px 30px;
    color: #fff;
    height: 100%;
    padding: 125px 0 0 8%;
}
.swipper_div {
    background-size: 100% 100%;
    /*padding-right: 3.6%;*/
    position: relative;
    overflow: hidden;
    height: 435px;
}
.imgMob{
    display: none;
}
/*移动端适配*/
@media screen and (max-width:768px){
    .toBg{
        padding: 20px 0 0;
    }
    .toBox,.imgbox{
        width: 90%;
    }
    .toBox>a{
        width: 100%;
        margin-bottom: 20px;
    }
    .title{
        padding: 20px;
        font-size: 24px;
    }
    .imgbox>img{
        width: 48%;
        margin: 0 0 15px 0!important;
    }
    .imgbox>img:first-child,.imgbox>img:nth-child(3){
        margin-right: 4%!important;
    }
    .special{
        padding-bottom: 10px;
    }
    .text_div,.swp{
        width: 90%!important;
        margin-left:5%;
    }
    .swipper_div{
        height:auto;
        padding-bottom: 600px;
        background-position: center top!important;
        background-color: #0080ee!important;
    }
    .text_div{
        padding:0;
        margin-top: 30px;
    }
    .swp .swiper-container{
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        border-radius: 10px;
    }
    .swp{
        padding: 0;
        position: absolute;
        height: auto;
        top: 320px;
    }
    .banner_try>div>h1{
        font-size: 24px;
    }
    .banner_try>div>p{
        font-size: 20px;
    }
    .imgMob{
        display: block;
    }
    .imgPc{
        display: none;
    }
}