@CHARSET "UTF-8";

/*头部样式*/

img{max-width: 100%}

.top {
    color: #a4a4a4;
    font: 400 12px/40px "Microsoft Yahei";
    display:none;
}

.top a {
    color: #a4a4a4;
}

.topbox {
    color: #666;
    font: 400 12px/30px "Microsoft Yahei";
}

.topbox a {
    color: #666;
}

.top-contact {
    background: #2598f2;
    width: 129px;
    text-align: center;
}

.lan {
    padding: 0 15px;
    background: #2598f2;
}

#header {
    padding: 10px 0;
    width: 80%;
    margin:0 auto;
    position: relative;
}

.header-tel{
    position: absolute;
    right: 0;
    top: 0;
    font:16px/2 "微软雅黑";
    color: #666;
}

.head {
    max-width: 1510px;
    margin: 0 auto;
    padding: 15px 0 0;
}

.logo {
    float: left;
    padding-top: 1vh;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.toplink {
    padding-top: 10px;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

#menu {
    position: relative;
    padding-top: 35px;
    padding-bottom: 10px;
    width: 60%;
}

@media (max-width: 1199px) {
    #header {
        padding: 5px 10px;
    }
}

@media (max-width: 467px) {
    .logo {
        padding: 0 !important;
        max-width: 248px;
    }
}

.contacts {
    padding-top: 15px;
}

.k1 {
    text-align: right;
}

.k2 {
    color: #071689;
    font: 600 20px/28px "Microsoft Yahei";
    padding-right: 30px;
}

.smaill-lan {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 8px 0;
    background: #f1f1f1;
}

.smaill-lan img {
    padding: 0 5px;
}


/*热门搜索*/

.search {
    padding-top: 65px;
}

#formsearch {
    width: 65px;
    height: 20px;
    border: 1px solid #aaa;
    margin-top: 10px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}

.hotSearch {
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
}

.hotSearch a {}

@media (max-width: 1199px) {
    .search {
        padding: 30px 15px 0;
    }
}

@media (max-width: 991px) {
    #formsearch {
        width: 100%;
    }
    #add1{display:none;}
}

@media (max-width: 567px) {
    .hotSearch {
        font-size: 24px;
    }
}


/*主体样式*/

#container {
    padding: 0 10%;
}

.boxx {
    padding: 0 10%;
}

@media (max-width: 991px) {
    .boxx {
        padding: 0;
    }
}


/* 公司简介 */

.about {
    padding: 56px 0 56px 0;
    position: relative;
    margin-toP: 125px;
}

.aboutbg {
    width: 100%;
    /*height: 100%;*/
    height:96%;
    background: #eee;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 45px;
}

.aboutimg img {
    max-width: 100%;
    height: auto;
}

.about .col-md-6 {
    padding: 0;
}

.aboutimg {
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all 1s;
}

.on .aboutimg {
    left: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.about .text {
    padding: 30px 10% 0 60px;
    color: #5a5a5a;
    font: 400 14px/30px "Microsot Yahei";
    position: relative;
    right: -50px;
    opacity: 0;
    transition: all 1.2s;
}
.about .text .tit{text-align: left;}
.about.on .text {
    right: 0;
    opacity: 1;
    transition-delay: 1s;
}

.about .text .con {
    padding-top: 50px;
    overflow: hidden;
}

.about .text .more {
    padding-top:10px;
}

.about .text .more a {
    color: #acacac;
    font: 400 14px/30px "Microsot Yahei";
}

@media (max-width: 991px) {
    .about {
        padding: 0;
        margin-top: 20px;
    }
    .aboutbg {
        display: none;
    }
    .about .text {
        padding: 20px;
    }
    .about .text .con {
        padding-top: 20px;
    }
    .about .text .more {
        padding-top: 20px;
    }
}


/* 课程介绍 */

.course {
    background: #f1f1f1;
    padding: 70px 0;
    margin-top: 120px;
}

.tit {
    color: #689bd2;
    font: 400 30px/40px "Microsot Yahei";
    text-align: center;
}

.tit p {
    color: #b5b5b5;
    font: 400 20px/30px "Microsot Yahei";
    text-transform: uppercase;
}

.courselist {
    padding-top: 55px;
}

.courselist li {
    height: 574px;
    width: 26%;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.courselist li .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
}

.courselist li .cover:before {
    content: ".";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.courselist li .cover a {
    display: inline-block;
    color: #fff;
    font: 400 24px/52px "Microsot Yahei";
    border-bottom: 3px solid #fff;
    vertical-align: middle;
}

.courselist li .text {
    display: none;
}


.courselist li.on {
    width: 48%;
    background-position: 0 0 !important;
}

.courselist li.on .cover {
    display: none;
}

.courselist li.on .text {
    display: block;
    width: 47%;
    float: right;
    background: #689bd2;
    height: 574px;
}

.textbox {
    padding: 60px 40px;
    color: #fff;
}

.textbox h3 {
    font: 400 30px/50px "Microsoft Yahei";
}

.textbox p {
    font: 400 18px/36px "Microsoft Yahei";
    padding: 20px 0;
}

.textbox .intro {
    font: 400 14px/30px "Microsoft Yahei";
}

.textbox .mo{margin-top: 3vh;}

.courselist .img img {
    max-width: 100%;
    height: auto;
}

.swiper-container2 {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}

.swiper-container2 .swiper-slide a {
    display: block;
    color: #333;
    font: 400 14px/36px "Microsoft Yahei";
    text-align: center;
}

@media (max-width: 991px) {
    .course {
        margin-top: 20px;
        padding: 20px 0;
    }
}


/*dis*/
.dis{
    margin-top: 5vh;
    margin-bottom: 8vh;
}
.dis-swiper{
    width: 100%;
    overflow: hidden;
    margin-top: 5vh;
}
.dis-swiper .swiper-slide a{
    display: block;
    text-align: center;
    font:16px/3 "微软雅黑";
    color: #666;
}

/* 新闻资讯 */

.newsbg {
    background: #f3f3f3;
    padding: 75px 0;
}

.news {
    max-width: 1034px;
    margin: 0 auto;
    height: 585px;
    background: url(../images/newsbg.png) no-repeat;
    margin-top: 65px;
}

.news_list1 {
    padding: 12px 0 0 11px;
}

.news_list1 .img img {
    max-width: 100%;
    height: auto;
}

.news_list1 li h3 {
    padding: 0 0 0 25px;
}

.news_list1 li h3 a {
    display: block;
    color: #689bd2;
    font: 400 16px/46px "Microsoft Yahei";
    padding: 30px 0 20px;
}

.news_list1 li h3 p {
    color: #787878;
    font: 400 14px/30px "Microsoft Yahei";
}

.soroll {
    height: 462px;
    overflow: hidden;
    margin-top: 45px;
}

.news_list2 li {
    padding: 23px 0;
}

.news_list2 .time {
    background: #c3c3c3;
    color: #fff;
    font: 400 21px/40px "Microsoft Yahei";
    text-align: center;
    height: 70px;
}

.news_list2 .time p {
    font: 400 16px/20px "Microsoft Yahei";
}

.news_list2 h3 a {
    display: block;
    color: #000;
    font: 400 14px/24px "Microsoft Yahei";
}

.news_list2 h3 p {
    color: #787878;
    font: 400 12px/21px "Microsoft Yahei";
    height: 42px;
    overflow: hidden;
}

.news_list2 li:hover .time {
    background: #689bd2;
    box-shadow: 5px 5px 5px #bdbdbd;
}

.news_list2 li:hover h3 a {
    color: #689bd2;
}

@media (max-width: 991px) {
    .newsbg {
        padding: 20px 0;
    }
    .news {
        margin-top: 20px;
        background: none;
        height: auto;
    }
    .news .news_list1 {
        padding: 0;
    }
    .news_list1 li h3 {
        padding: 0 10px;
    }
    .news_list1 li h3 a {
        padding: 5px 0;
        height: 56px;
        overflow: hidden;
    }
    .news_list2 {
        padding-top: 15px;
    }
    .news_list2 li {
        padding: 10px 0;
    }
    .news_list2 h3 a {
        height: 24px;
        overflow: hidden;
    }
    .news_list2 .time {
        padding: 0;
        font-size: 14px;
    }
}


/* 学员风采 */

.celebbg {
    background: url(../images/celeb.jpg) no-repeat 50% 50%;
    padding: 95px 0;
}

.swiper-container3 {
    padding-top: 15px;
    overflow: hidden;
    width: 100%;
}

.swiper-container3 .swiper-slide a {
    display: block;
    color: #333;
    font: 400 14px/36px "Microsoft Yahei";
    text-align: center;
}

@media (max-width: 991px) {
    .celebbg {
        padding: 20px 0;
    }
}


/*合作客户*/

.partner {
    padding:4vh 0 8vh;
}

.partner-content {
    padding-top: 5vh;
}

.partner-content ul {
    max-width: 1190px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    display: block;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.partner-content ul li {
    width: 13%;
    margin-bottom: 1.5vw;
    position: relative;
    text-align: center;
}
.partner-content ul li img{max-width: 100%}

.partner-content .overlay-bottom {
    position: absolute;
    right: 0;
    bottom:0;
    height: 1px;
    width: 0;
    background-color: #e5e5e5;
}

.partner-content .overlay-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    background-color: #e5e5e5;
}

.partner-content .overlay-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 0;
    background-color: #e5e5e5;
}

.partner-content .overlay-right {
    position: absolute;
    right:0;
    top: 0;
    width: 1px;
    height: 0;
    background-color: #e5e5e5;
}

.partner-content li:hover .overlay-bottom {
    width: 100%;
    transition:.3s;
}

.partner-content li:hover .overlay-left {
    height: 100%;
    transition-duration:.3s;
    transition-delay: .3s;
}

.partner-content li:hover .overlay-top {
    width: 100%;
    transition-duration:.3s;
    transition-delay: .6s;
}

.partner-content li:hover .overlay-right {
    height: 100%;
    transition-duration:.3s;
    transition-delay: .9s;
}


@media (max-width: 991px) {
    .partner {
        padding: 20px 0;
    }
    .partner-content ul li {
        width: 25%;
    }
}

@media (max-width: 735px) {
    .partner-content ul li {
        width: 50%;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.gotop {
    position: absolute;
    right: 0;
    top: -65px;
    cursor: pointer;
}


/*友情链接*/

.f_link {
    font:14px/2 "微软雅黑";
    color: #fcf8f8;
    padding: 2vh 0;
}

.f_link a {
    color: #fcf8f8;
}

@media (max-width: 1199px) {
    .f_link {
        padding: 0 15px;
    }
}

.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.n_bannerbj img,
.n_banners img,
.con_banner img {
    max-width: 100%;
    height: auto;
}

.con_banner {
    display: none;
}

@media (max-width: 767px) {
    .cons {
        display: block;
    }
    .n_banner {
        width: 100%;
        position: static;
        margin: 0;
    }
}

.casebox {
    background: url(../images/tit4.png) no-repeat 90% 50%;
}

@media (max-width:1600px) {
    .casebox {
        background: url(../images/tit4.png) no-repeat 98% 50%;
    }
}

@media (max-width:1400px) {
    .casebox {
        background: none;
    }
}

@media (max-width: 767px) {
    .casebox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .case {
        padding-top: 30px;
    }
    .news_list1 li img {
        max-width: 100%;
        height: auto;
    }
    .news_list1 .text {
        background: #f7f7f7;
    }
}


/*页面底部*/

#footer {
    background: #313131;
    padding-top:8vh;
    border-bottom: 1px solid #4e4e4e;
}
#footer >h1{
    text-align: center;
    font:24px/1 "微软雅黑";
    color: #fff;
}
#footer >h1>span{
    display: block;
    font:14px/2.5 "微软雅黑";
    text-transform: uppercase;
}

.foot-main{max-width: 1200px;margin:0 auto;margin-top: 5vh;}
.fContact{
    font:14px/2.5 "微软雅黑";
    color: #9d9d9d;
}
.fMess{
    margin-top: 2vh;
}
.fMess input{
    display: block;
    width: 100%;
    background:none;
    border:none;
    border-bottom: 1px solid #acacac;
    font:14px/42px "微软雅黑";
    color: #ddd;
    margin-top: 2vh;
    outline: none;
}
.fMess input::-webkit-input-placeholder{
    color: #ddd;
}
.fMess .code{}
.fMess .code input{
    display: inline-block;
    width: 20%;
}
.fMess .code img{
    cursor: pointer;
}
.fMess input[type="submit"]{
    border:none;
    background-color: #689bd2;
    font-size: 16px;
}

.foot-bottom{
    border-top: 1px solid #212121;
    background-color: #313131;
}
.foot-bottom-main{
    max-width: 1200px;margin:0 auto;
    padding: 1vw 0;
    font:14px/2 "微软雅黑";
    color: #d1d1d1;
}
.foot-bottom-main a{color: #d1d1d1;}

/*------------内页-------------------*/

.left .box {
    margin-bottom: 15px;
}

.left .box h3 {
    line-height: 59px;
    font-weight: 400;
    font-family: "微软雅黑";
    background: #689bd2;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    position: relative;
}

.left .box .content {
    padding: 5px 0;
    background: #f0f0f0;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.topbanner {
    width: 100%;
    height: 807px;
}

.left {}

.sort_menu {}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.left .n_contact .content {
    padding: 20px;
    line-height: 30px;
    color: #000;
}

.right {
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.pages {
    padding-top: 20px;
}

.sitemp a {
    color: #666;
}

.sitemp h2 {
    font-size: 16px;
    color: #689bd2;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.sitemp .site {
    color: #000;
    font: 400 14px/30px "Microsoft Yahei";
}

.sitemp .site a {
    color: #000;
}

.right .content {
    padding: 15px 0 10px;
    overflow: hidden;
    line-height: 24px;
}
.right .content img{
    max-width: 100%;
    width:auto !important;
    height:auto !important;
}
.bottom_tel {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 62px;
    background: url(../images/top_bg.jpg) repeat-x left top;
}

.span-line {
    border-left: #ccc 1px solid;
}

.bottom_tel a {
    display: block;
    height: 62px;
}

.bottom_tel a.tel {
    background: url(../images/tel.png) no-repeat 50% 50%;
}

.bottom_tel a.mail {
    background: url(../images/mail.png) no-repeat 50% 50%;
}

.bottom_tel a.tel:hover {
    background: url(../images/tel2.png) no-repeat 50% 50%;
}

.bottom_tel a.mail:hover {
    background: url(../images/mail2.png) no-repeat 50% 50%;
}
