<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Author:Steven
 * Time: 2018-5-9
 * Email:hwhprince@foxmail.com
 * It's all the style of the home page:
 * + 1.document style
 * + 2.typography
 * + 3.header
 * + 4.class-remaining-time
 * + 5.five-quesition
 * + 6.training
 * + 7.why choose
 * + 8.sign up
 * + 9.case
 * + 10.join us
 * + 11.group photo
 * + 12.news
 * + 13.zhuzhan
 * + 14.footer
 * + 15.other page css
 *
 */

/* ==========================================================================
    1. DOCUMENT STYLE
============================================================================= */
@font-face{
    font-family: 'FZZZHONGJW';
    src : url('../fonts/FZZZHONGJW.ttf');
}
body{
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘", "Microsoft YaHei UI", Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
    background-color: #fff6e8;
}

.container.full{
    width: 100%;
    max-width: 100%;
}

*[class*="row"] *[class*="row"]:last-child{
    margin-bottom: 0;
}

.nicescroll-rails{
    z-index: 10000 !important;
}

.nicescroll-rails div{
    width: 10px !important
}

/* ==========================================================================
    2. TYPOGRAPHY
============================================================================= */

p, a{
    color: #666;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘", Arial, sans-serif;
    margin: 0;
}

span{
    font-family: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘', Arial, sans-serif;
}

p + blockquote,
blockquote + p{
    display: block;
    margin-top: 14px;
}

a{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a:hover{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'FZZZHONGJW', Arial, sans-serif;
}

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

img.float-left{
    float: left;
    margin: 12px 12px 12px 0;
}

img.float-right{
    float: right;
    margin: 12px 0px 12px 12px;
}

img + p, p+img{
    display: block;
    margin-top: 15px;
}

a.read-more{
    float: right;
    padding-top: 15px;
    position: relative;
}

a.read-more::after{
    content: "\f178";
    font-family: 'IconFont';
    position: relative;
    top: 1px;
    padding-left: 10px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a.read-more:hover::after{
    padding-right: 5px;
}
.mt-20{
    margin-top: 20px;
}

/* ==========================================================================
    3. HEADER
============================================================================= */
.top{
    background: #fff;
}
.logo{
    margin: 30px 0;
    overflow: hidden;
    *zoom: 1;
}
.logo .header_tel{

    text-align: right;
}
.logo .header_tel p{
    font-size: 14px;
    color: #000000;
    font-weight: lighter;
}
.logo .header_tel p a{
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .top .container{
        padding: 0;
    }
    .top .container .col-xs-12{
        padding: 0;
    }
    .logo{
        margin:10px 0;
    }
    .logo .header_logo{
        text-align: left;
    }
    .logo .header_logo img{
        margin-left: 5px;
    }
    .logo .header_tel{
        display: none;
        margin-top: 10px;
        text-align: right;
    }

}
header{
    background: #e3e3e3;
    width:100%;
    z-index: 9999999;
}
.navbar-default .navbar-collapse{
    background: #e3e3e3;
}
.navbar-brand{
    padding: 29px 15px;
    height: auto;
}
nav.navbar.bootsnav{
    border: none;
}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav &gt; li &gt; a{
    color: #000;
    text-transform: uppercase;
    padding: 20px 39px;
    font-size: 16px;
    font-weight: lighter;
}
nav.navbar.bootsnav ul.nav &gt; li:hover, nav.navbar.bootsnav ul.nav &gt; li.active{
    background: #9e03ef;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav &gt; li:hover a, nav.navbar.bootsnav ul.nav &gt; li.active a{
    color: #fff;
}

nav.navbar.bootsnav ul.nav &gt; li.dropdown &gt; a.dropdown-toggle:after{
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 10%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav &gt; li.dropdown.on &gt; a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
.navbar{
    min-height: auto;
}
@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav &gt; li.dropdown &gt; a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav &gt; li.dropdown.on &gt; a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav &gt; li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav &gt; li &gt; a{ margin: 0; }
    nav.navbar.bootsnav ul.nav &gt; li:hover a, nav.navbar.bootsnav ul.nav &gt; li.active a{
        color: #333;
    }
    .navbar-toggle{
        margin-right: -15px;
    }
}

/* ==========================================================================
    4. class-remaining-time
============================================================================= */
.class-remaining-time{
    background: #81bbdf;
    width:100%;
    min-height: 75px;
    overflow: hidden;
    *zoom:1;
}
.class-remaining-time .signup-endtime{
    font-family: "FZZZHONGJW";
    font-size: 35px;
    color: #fff;
    line-height:40px;
    margin-top: 10px;
}
.class-remaining-time .signup-starttime{
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
}
.class-remaining-time .downtime{
    margin-top: 15px;
}
.class-remaining-time .downtime .icon{
    font-size: 50px;
    color: #fff;
}
.class-remaining-time .downtime .show-time{
    font-size: 32px;
    font-weight: lighter;
    color: #fff;
}
.class-remaining-time .downtime .show-time .num{
    display: inline-block;
    background: #0381d7;
    padding: 2px;
    border-radius: 4px;
    margin: 0 2px;
    width:40px;
    height:40px;
    line-height:36px;
    text-align: center;
    font-weight: lighter;
}
.class-remaining-time .letsgo{
    background: #0381d7;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width:90%;
    line-height:50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
}
.class-remaining-time .letsgo a{
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 768px){
    .class-remaining-time .signup-endtime{
        font-size: 30px;
    }
    .class-remaining-time{
        text-align: center;
    }
    .class-remaining-time .downtime .icon img{
        margin-top: 10px;
    }
    .class-remaining-time .downtime .show-time{
        font-size: 20px;
    }
    .class-remaining-time .downtime .show-time .num{
        font-size: 20px;
    }
    .class-remaining-time .letsgo{
        margin: 20px auto;
    }
    .class-remaining-time .col-md-6{
        padding: 0;
    }
}

/* ==========================================================================
    5. five-quesition
============================================================================= */
.five-quesition .five-quesition-title{
    margin-top: 65px;
}
.five-quesition .five-quesition-title h2{
    color: #333;
    font-size: 50px;
    text-align: center;
    font-family: "FZZZHONGJW";
}
.five-quesition .five-quesition-title h2 span{
    color: #9e03ef;
    font-family: "FZZZHONGJW";
}
.five-quesition .five-quesition-title P{
    color: #666666;
    font-size: 20px;
    line-height:24px;
    font-weight: lighter;
    text-align: center;
}
.five-quesition  .five-quesition-content{
    margin-top: 50px;
    width: 760px;
}
.five-quesition  .five-quesition-content .five-quesition-content-list:nth-of-type(2){
    margin-top: -40px;
}
.five-quesition  .five-quesition-content .five-quesition-content-list:nth-of-type(3){
    margin-top: -26px;
}
.five-quesition  .five-quesition-content .five-quesition-content-list:nth-of-type(4){
    margin-top: -26px;
}
.five-quesition  .five-quesition-content .five-quesition-content-list:nth-of-type(5){
    margin-top: -34px;
}

@media only screen and (min-width: 320px) and (max-width: 768px){
    .five-quesition .five-quesition-title h2 span{
        font-size: 30px;
    }
    .five-quesition .five-quesition-title h2{
        font-size: 30px;
    }
    .five-quesition .five-quesition-title P{
        font-size: 16px;
    }
    .five-quesition  .five-quesition-content{
        margin-top: 20px;
        width: 100%;
    }
    .five-quesition  .five-quesition-content .five-quesition-content-list:nth-of-type(2), .five-quesition  .five-quesition-content .five-quesition-content-list:nth-of-type(3),
    .five-quesition  .five-quesition-content .five-quesition-content-list:nth-of-type(4), .five-quesition  .five-quesition-content .five-quesition-content-list:nth-of-type(5){
        margin-top: 10px;
    }
}

/* ==========================================================================
    6. trining
============================================================================= */
.training{
    width:100%;
    margin-top: 50px;
    overflow: hidden;
    *zoom: 1;
}
.training-top{
    background: url("../images/training/training-top-bg.png") top center no-repeat;
    height: 171px;
}
.training-content{
    background: #ffd43d;
    width:100%;
}
.training-content .training-title{
    margin-bottom: 40px;
}
.training-content .training-title h2{
    font-size: 50px;
    color: #9e03ef;
    font-family: "FZZZHONGJW";
    text-align: center;
}
.training-content .training-title em{
    display: block;
    font-size: 18px;
    color: #9e03ef;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    font-weight: lighter;
    font-style: normal;
    text-align: center;
}
.training-content .training-title h2:before{
    content: " ";
    width:127px;
    height: 50px;
    border-bottom: 6px #9e03ef solid;
    position: absolute;
    margin-left: -135px;
}
.training-content .training-title h2:after{
    content: " ";
    width:127px;
    height: 50px;
    border-bottom: 6px #9e03ef solid;
    position: absolute;
    margin-right: -135px;
    float: left;
}
.training-content .col-md-3, .training-content .col-md-6{
    padding: 0;
}
.training-content .hover {
    width: 94%;
    height: 94%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    padding: 3%;
    margin-bottom: 23px;
}
.training-midd-img{
    padding:0;
    height: 427px;
}
.training-midd-img .hover{
    width: 97%;
    height: 97%;
    padding: 1.5%;

}
.training-content .training-midd-img .ehover1:hover button.info{
    margin-top: 190px;
}
.training-midd-img .hover img{
    height: 100%;
}
.training-content  .hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.training-content .hover img {
    display: block;
    position: relative;
}
.training-content .hover h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}
.training-content .hover button.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 80px 0 0 0;
    border-radius: 0px;
    background-color: transparent;
}
.training-content .hover button.info:hover {
    box-shadow: 0 0 5px #fff;
}
.training-content .hover button.nullbutton {
    border: none;
    padding: 0px;
    margin: 0px;
}
.training-content .hover button.nullbutton:hover {
    box-shadow: none;
}
.training-content .modal-open .modal, button:focus {
    outline:none!important
}
.training-content .point {
    cursor: pointer;
}
.training-content .ehover1 img {
    width:257px;
    height:178px;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.training-content .ehover1 .overlay {
    opacity: 0;
    background-color: rgba(0,0,0, 0.5);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.training-content .ehover1 h2 {
    -moz-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    -o-transform: translatey(-100px);
    -webkit-transform: translatey(-100px);
    transform: translatey(-100px);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.training-content .ehover1 button.info {
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.training-content .ehover1:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.training-content .ehover1:hover .overlay {
    opacity: 1;
}

.training-content .ehover1:hover h2, .ehover1:hover button.info {
    opacity: 1;
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
.training-content .ehover1:hover button.info {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.training-content .col-md-6 .ehover1:hover h2{
    margin-top: 120px;
}
.training-midd-img .hover img{
    height: 396px;
    width:100%;
}
.training-more{
    display: block;
    background: #9e03ef;
    width:290px;
    height:65px;
    margin: 20px auto 0 auto;
    line-height:65px;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    border-radius: 30px;
    padding-bottom: 20px;
}
.training-more:hover{
    background: #6CB6FE;
    color: #fff;
}
.training-bottom{
    background: url("../images/training/training-bottom-bg.png") top center no-repeat;
    height:166px;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    .training-content .training-title h2{
        font-size: 30px;
    }
    .training-content .training-title em{
        font-size: 16px;
    }
    .training-content .training-title h2:before, .training-content .training-title h2:after{
        width:40px;
        border-bottom: 4px #9e03ef solid;
    }
    .training-content .training-title h2:before{
        margin-left: -45px;
    }
    .training-content .training-title h2:after{
        margin-right: -45px;
    }
    .training-content .hover{
        width:46%;
        height:auto;
        margin: 2%;
        float: left;
    }
    .training-content .training-site .ehover1{
        padding: 1.5%;
    }
    .training-midd-img .hover img, .training-content .ehover1 img{
        width:100%;
        height:auto;
    }
    .training-midd-img{
        display: none;
    }
    .training-content .hover button.info{
        margin-top: 40px;
    }
    .nav-tabs&gt;li {
        float: none;
    }
    .mobile-footer {
        display: none;
    }
}

/* ==========================================================================
    7. why choose zhuzhan
============================================================================= */
.why-choose{
    padding-bottom: 100px;
}
.why-choose .why-choose-title{
    margin: 40px;
}
.why-choose .why-choose-title h2{
    font-size: 50px;
    color: #9e03ef;
    font-family: "FZZZHONGJW";
    text-align: center;
}
.why-choose .why-choose-title p{
    display: block;
    color: #666666;
    font: lighter 20px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    font-style: normal;
    text-align: center;
}
.why-choose .why-choose-list{
    min-height: 157px;
    float: left;
    text-align: center;
}
.why-choose .why-choose-list h2{
    font: bold 22px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘ Light";
    margin: 10px 0 0 0;
}
.why-choose .why-choose-list p{
    font: 16px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘ Light";
    color: #666;
}
.why-choose .why-choose-list:nth-of-type(1) h2{
    color: #a5190a;
    margin-top: 35px;
}
.why-choose .why-choose-list:nth-of-type(2) h2{
    color: #d405c0;
}
.why-choose .why-choose-list:nth-of-type(3) h2{
    color: #468b03;
}
.why-choose .why-choose-list:nth-of-type(4) h2{
    color: #d29404;
}
.why-choose .why-choose-list:nth-of-type(5) h2{
    color: #07a4b6;
}
.why-choose .why-choose-list:nth-of-type(6) h2{
    color: #ff7502;
}
.why-choose .why-choose-list:nth-of-type(2) p:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(3) p:nth-of-type(1),
.why-choose .why-choose-list:nth-of-type(4) p:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(5) p:nth-of-type(1),
.why-choose .why-choose-list:nth-of-type(6) p:nth-of-type(1){
    margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .why-choose{
        padding-bottom: 40px;
    }
    .why-choose .why-choose-list{
        margin-bottom: 20px;
        float: left;
        text-align: center;
    }
    .why-choose .why-choose-list:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(2),.why-choose .why-choose-list:nth-of-type(3),
    .why-choose .why-choose-list:nth-of-type(4), .why-choose .why-choose-list:nth-of-type(5){
        background-size: 75%;
    }
    .why-choose .why-choose-list:nth-of-type(2) p:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(3) p:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(4) p:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(5) p:nth-of-type(1){
        margin-top: 60px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .why-choose .why-choose-title{
        margin: 40px 0;
    }
    .why-choose{
        padding-bottom: 40px;
    }
    .why-choose .why-choose-title h2{
        font-size: 30px;
    }
    .why-choose .why-choose-title p{
        font-size: 16px;
    }
    .why-choose .why-choose-list{
        margin-bottom: 20px;
        float: left;
        text-align: center;
    }
    .why-choose .why-choose-list:nth-of-type(2) p:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(3) p:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(4) p:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(5) p:nth-of-type(1), .why-choose .why-choose-list:nth-of-type(6) p:nth-of-type(1){
        margin-top: 0;
        font: 12px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘ Light";
    }
    .why-choose .why-choose-list h2{
        font-size: 14px;
        margin-top: 10px;
    }
    .why-choose .why-choose-list:nth-of-type(1) h2{
        margin-top: 25px;
    }

    .why-choose .why-choose-list p{
        font: 12px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘ Light";
    }
    .why-choose .why-choose-list:nth-of-type(5){
        float: right;
    }
}
/* ==========================================================================
    8. sign up
============================================================================= */
.sign-up{
    background: #9e03ef;
    width: 100%;
}
.sign-up .container{
    background: url("../images/qiqiu.png") top right no-repeat;
    height:285px;
}
.sign-up .sign-up-info h3{
    font-size: 36px;
    color: #fff;
    margin-top: 50px;
}
.sign-up .sign-up-info h2{
    font-size: 48px;
    color: #fff;
    margin-top: 30px;
}
.sign-up .sign-up-info h2 span{
    font-size: 60px;
    font-family: "FZZZHONGJW";
}
.sign-up .sign-up-info p{
    color: #fff;
    font-size: 24px;
    font-family: "FZZZHONGJW";
    margin-top: 30px;
}
.sign-up .sign-up-info p em{
    font-size: 36px;
    font-style: normal;
}
.sign-up .sign-up-btn a{
    display: block;
    width:150px;
    color: #fff;
    font: 24px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘ Light";
    border: 2px #fff solid;
    text-align: center;
    padding: 5px 0;
    margin: 140px auto 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sign-up .sign-up-btn a:hover{
    border: 2px #FFDF00 solid;
    color: #FFDF00;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    .sign-up .container{
        background: url(../images/qiqiu.png) 150px 0 no-repeat;
        background-size: 114%;
        height:auto;
    }
    .sign-up .sign-up-info{
        text-align: center;
    }
    .sign-up .sign-up-info h3{
        font-size: 22px;
    }
    .sign-up .sign-up-info h2{
        font-size: 20px;
    }
    .sign-up .sign-up-info h2 span{
        font-size: 30px;
    }
    .sign-up .sign-up-info p {
        font-size: 18px;
    }
    .sign-up .sign-up-info p em{
        font-size: 26px;
    }
    .sign-up .sign-up-btn a{
        margin: 30px auto;
    }
}
/* ==========================================================================
    9. case
============================================================================= */
.case{
    margin-bottom: 40px;
}
.case .case-title{
    margin: 40px;
}
.case .case-title h2{
    font-size: 50px;
    color: #9e03ef;
    font-family: "FZZZHONGJW";
    text-align: center;
}
.case .case-title p{
    display: block;
    color: #666666;
    font: lighter 20px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    font-style: normal;
    text-align: center;
}
.case .nav &gt; li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #9e03ef;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.case .nav{
    border: 1px #bdbdbd solid;
    border-radius: 10px;
    padding: 0 4%;
    margin: 0 15px;
}
.case .nav &gt; li{
    width:14%;
    text-align: center;
    padding-top: 10px;
}
.nav-tabs&gt;li&gt;a:hover{
    background-color: #FEF5E5;
    padding-top: 15px;
    color: #9e03ef;
    border: none;
    font: lighter 16px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
}
.case .nav-tabs&gt;li.active&gt;a{
    background-color: #FEF5E5;
    border: none;
    color: #9e03ef;
    font: lighter 16px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    border-bottom: 6px solid #9e03ef;
}
.case .nav &gt; li:hover:after{
    width: 100%;
}
.case #myTabContent{
    margin-top: 30px;
}
.case .case-box{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.case .case-box:before{
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.case .case-box:hover:before{
    width: 100%;
    left: 0;
    opacity: 0.5;
}
.case .case-box img{
    width: 100%;
    height: auto;
}
.case .case-box .case-box-content{
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 38%;
    left: 0;
}
.case .case-box .case-more{
    display: block;
    width:50%;
    font-size: 16px;
    font-weight: lighter;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border: 1px #fff solid;
    color: #fff;
}
.case .case-box .post{
    font-size: 15px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.case .case-box:hover .case-more,
.case .case-box:hover .post{
    opacity: 1;
    transition-delay: 0.7s;
}
.case .case-box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}
.case .case-box .icon li{
    display: inline-block;
}
.case .case-box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f74e55;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}
.case .case-box:hover .icon li a{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.case .case-box:hover .icon li:last-child a{
    transition-delay: 0.8s;
}
.case-more-all{
    display: block;
    background: #9e03ef;
    width:290px;
    height:65px;
    margin: 20px auto 0 auto;
    line-height:65px;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    border-radius: 30px;
    padding-bottom: 20px;
}
.case-more-all:hover{
    background: #6CB6FE;
    color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    .case .case-title h2{
        font-size: 30px;
    }
    .case .case-title p{
        font-size: 16px;
    }
    .case .nav{
        overflow: hidden;
    }
    .case .nav &gt; li{
        width:auto;
        display: inline-block;
    }
    .case .nav&gt;li&gt;a{
        padding:0;
        font-size: 16px;
        margin: 0 5px;
        border-bottom: 6px #fff6e8 solid;
        text-align: center;
    }
    .case .nav-tabs&gt;li.active&gt;a {
        background-color: #FEF5E5;
        border: none;
        color: #9e03ef;
        font: lighter 16px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
        border-bottom: 2px solid #9e03ef;
    }
    .case .nav &gt; li:after {
        content: "";
        width: 0;
        height: 2px;
        background: #9e03ef;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }
    .case .case-box .case-box-content{
        top: 20%;
    }
    .case .case-box .case-more{
        width: 80%;
        line-height: 30px;
    }
}

/* ==========================================================================
    10. join us
============================================================================= */
.join{
    width:100%;
    margin-top: 50px;
    overflow: hidden;
    *zoom: 1;
}
.join-top{
    background: url("../images/training/training-top-bg.png") top center no-repeat;
    height: 171px;
}
.join-content{
    background: #ffd43d;
    width:100%;
}
.join-content .join-title{
    margin-bottom: 40px;
}
.join-content .join-title h2{
    font-size: 50px;
    color: #9e03ef;
    font-family: "FZZZHONGJW";
    text-align: center;
}
.join-content .join-title em{
    display: block;
    font-size: 18px;
    color: #9e03ef;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    font-weight: lighter;
    font-style: normal;
    text-align: center;
}
.join-content .join-list{
    height:110px;
    margin-bottom: 15px;
}
.join-content .join-list h2{
    margin: 16px 0 0;
    color: #fff;
    font:  lighter 18px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
}
.join-content .join-list p{
    color: #fff;
    font:  lighter 14px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
}
.join-content .join-list:nth-of-type(1){
    background: url("../images/joinus/join-us-01.png") left top no-repeat;
}
.join-content .join-list:nth-of-type(2){
    background: url("../images/joinus/join-us-05.png") right top no-repeat;
}
.join-content .join-list:nth-of-type(3){
    background: url("../images/joinus/join-us-02.png") left top no-repeat;
}
.join-content .join-list:nth-of-type(4){
    background: url("../images/joinus/join-us-06.png") right top no-repeat;
}
.join-content .join-list:nth-of-type(5){
    background: url("../images/joinus/join-us-03.png") left top no-repeat;
}
.join-content .join-list:nth-of-type(6){
    background: url("../images/joinus/join-us-07.png") right top no-repeat;
}
.join-content .join-list:nth-of-type(7){
    background: url("../images/joinus/join-us-04.png") left top no-repeat;
}
.join-content .join-list:nth-of-type(8){
    background: url("../images/joinus/join-us-08.png") right top no-repeat;
}
.join-content .join-list:nth-of-type(odd) .join-list-content{
    width:52%;
    float: left;
    margin-left: 200px;
}
.join-content .join-list:nth-of-type(even) .join-list-content{
    width:52%;
    float: right;
}
.join-content .join-list:last-child .join-list-content p{
    margin-top: 18px;
}
.join-more{
    display: block;
    background: #9e03ef;
    width:290px;
    height:65px;
    margin: 20px auto 0 auto;
    line-height:65px;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    border-radius: 30px;
    padding-bottom: 20px;
}
.join-more:hover{
    background: #6CB6FE;
    color: #fff;
}
.join-bottom{
    background: url("../images/training/training-bottom-bg.png") top center no-repeat;
    height:166px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .join-content .join-list{
        height:170px;
        margin-bottom: 15px;
    }
    .join-content .join-list h2{
        margin: 16px 0 0 0;
        color: #fff;
        font:  lighter 30px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    }
    .join-content .join-list p{
        font-size: 18px;
        margin-top: 10px;
    }
    .join-content .join-list:nth-of-type(1){
        background: url("../images/joinus/join-us-01.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(2){
        background: url("../images/joinus/join-us-02.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(3){
        background: url("../images/joinus/join-us-03.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(4){
        background: url("../images/joinus/join-us-04.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(5){
        background: url("../images/joinus/join-us-05.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(6){
        background: url("../images/joinus/join-us-06.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(7){
        background: url("../images/joinus/join-us-07.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(8){
        background: url("../images/joinus/join-us-08.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(odd) .join-list-content{
        width:60%;
        float: left;
        margin-left: 40%;
    }
    .join-content .join-list:nth-of-type(even) .join-list-content{
        width:60%;
        float: left;
        margin-left: 40%;
    }
    .join-content .join-list:last-child .join-list-content p{
        margin-top: 18px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .join-content .join-title h2{
        font-size: 30px;
    }
    .join-content .join-title p{
        font-size: 16px;
    }
    .join-content .join-list{
        height:80px;
        margin-bottom: 15px;
    }
    .join-content .join-list h2{
        margin: 6px 0 0 0;
        color: #fff;
        font:  lighter 16px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    }
    .join-content .join-list p{
        font-size: 12px;
    }
    .join-content .join-list:nth-of-type(1){
        background: url("../images/joinus/join-us-01.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(2){
        background: url("../images/joinus/join-us-02.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(3){
        background: url("../images/joinus/join-us-03.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(4){
        background: url("../images/joinus/join-us-04.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(5){
        background: url("../images/joinus/join-us-05.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(6){
        background: url("../images/joinus/join-us-06.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(7){
        background: url("../images/joinus/join-us-07.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(8){
        background: url("../images/joinus/join-us-08.png") left top no-repeat;
        background-size: 100%;
    }
    .join-content .join-list:nth-of-type(odd) .join-list-content{
        width:60%;
        float: left;
        margin-left: 40%;
    }
    .join-content .join-list:nth-of-type(even) .join-list-content{
        width:60%;
        float: left;
        margin-left: 40%;
    }
    .join-content .join-list:last-child .join-list-content p{
        margin-top: 18px;
    }
}
/* ==========================================================================
    11. group-photo
============================================================================= */
.group-photo{
    margin-bottom: 40px;
}
.group-photo .group-photo-title{
    margin: 40px;
}
.group-photo .group-photo-title h2{
    font-size: 50px;
    color: #9e03ef;
    font-family: "FZZZHONGJW";
    text-align: center;
}
.group-photo .group-photo-title p{
    display: block;
    color: #666666;
    font: lighter 20px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    font-style: normal;
    text-align: center;
}
.group-photo .group-photo-box{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.group-photo .group-photo-box:before{
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.group-photo .group-photo-box:hover:before{
    width: 100%;
    left: 0;
    opacity: 0.5;
}
.group-photo .group-photo-box img{
    width: 100%;
    height: auto;
}
.group-photo .group-photo-box .group-photo-box-content{
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 35%;
    left: 0;
}
.group-photo .group-photo-box .group-photo-mores{
    display: block;
    width:50%;
    font-size: 16px;
    font-weight: lighter;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border: 1px #fff solid;
    color: #fff;
}
.group-photo .group-photo-box .post{
    font-size: 24px;
    line-height:40px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.group-photo .group-photo-box:hover .group-photo-mores,
.group-photo .group-photo-box:hover .post{
    opacity: 1;
    transition-delay: 0.7s;
}
.group-photo .group-photo-box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}
.group-photo .group-photo-box .icon li{
    display: inline-block;
}
.group-photo .group-photo-box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f74e55;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}
.group-photo .group-photo-box:hover .icon li a{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.group-photo .group-photo-box:hover .icon li:last-child a{
    transition-delay: 0.8s;
}
.group-photo-more{
    display: block;
    background: #9e03ef;
    width:290px;
    height:65px;
    margin: 20px auto 0 auto;
    line-height:65px;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    border-radius: 30px;
    padding-bottom: 20px;
}
.group-photo-more:hover{
    background: #6CB6FE;
    color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .group-photo .group-photo-title h2{
        font-size: 30px;
    }
    .group-photo .group-photo-title p{
        font-size: 16px;
    }
    .group-photo .group-photo-box .group-photo-box-content{
        top: 15%;
    }
    .group-photo .group-photo-box .group-photo-mores{
        width: 80%;
    }
}
/* ==========================================================================
    12. news
============================================================================= */
.news{
    width:100%;
    margin-top: 50px;
    overflow: hidden;
    *zoom: 1;
}
.news-top{
    background: url("../images/training/training-top-bg.png") top center no-repeat;
    height: 171px;
}
.news-content{
    background: #ffd43d;
    width:100%;
}
.news-content .news-title{
    margin-bottom: 40px;
}
.news-content .news-title h2{
    font-size: 50px;
    color: #9e03ef;
    font-family: "FZZZHONGJW";
    text-align: center;
}
.news-content .news-title em{
    display: block;
    font-size: 18px;
    color: #9e03ef;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    font-weight: lighter;
    font-style: normal;
    text-align: center;
}
.news-content .news-img{
    margin: 0;
    padding: 0;
}
.news-content .news-img img{
    width:100%;
    min-height: 322px;
    border: 10px #9e03ef solid;;
}
.news-content .news-list{
    margin: 0;
    padding: 0;
}
.news-content .news-list li{
    text-emphasis: none;
    /*width:100%;*/
    margin-bottom: 30px;
    overflow: hidden;
    *zoom: 1;
}
.news-content .news-list li .news-list-left img{
    border: 2px #ffd43d solid;
    border-radius: 4px;
}
.news-content .news-list li:hover .news-list-left img{
    border: 2px #9e03ef solid;
    border-radius: 4px;
}
.news-content .news-list li .news-list-right{padding-top:20px;}
.news-content .news-list li .news-list-right a{padding-top:30px;
    color: #000;
    font-size: 18px;
    font-weight: lighter;
    line-height: 30px;
}
.news-content .news-list li:hover .news-list-right a{
    color: #9e03ef;
}
.news-content .news-list li .news-list-right p{
    color: #333333;
    font-size: 14px;
    font-weight: lighter;
    margin-top: 0;
}
.news-more{
    display: block;
    background: #9e03ef;
    width:290px;
    height:65px;
    margin: 40px auto 0 auto;
    line-height:65px;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    border-radius: 30px;
    padding-bottom: 40px;
}
.news-more:hover{
    background: #6CB6FE;
    color: #fff;
}
.news-bottom{
    background: url("../images/training/training-bottom-bg.png") top center no-repeat;
    height:166px;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    .news-content .news-title h2{
        font-size: 30px;
    }
    .news-content .news-title p{
        font-size: 16px;
    }
    .news-content .news-list ul{
        padding: 0;
        margin: 0;
    }
    .news-content .news-list li{
        padding: 0Ã¯Â¼Â›
    }
    .news-content .news-list li .news-list-left,.news-content .news-list li .news-list-right{
        padding: 0;
    }
    .news-list-left img{
        width: 100%;
    }
    .news-img{
        display: none;
    }
    .news-content .news-list li .news-list-right a span{
        display: block;
    }
}
/* ==========================================================================
    13. zhuzhan
============================================================================= */
.zhuzhan{
    margin-bottom: 40px;
}
.zhuzhan .zhuzhan-title{
    margin: 40px;
}
.zhuzhan .zhuzhan-title h2{
    font-size: 50px;
    color: #9e03ef;
    font-family: "FZZZHONGJW";
    text-align: center;
}
.zhuzhan .zhuzhan-title p{
    display: block;
    color: #666666;
    font: lighter 20px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©Â›Â…Ã©Â»Â‘";
    font-style: normal;
    text-align: center;
}
.zhuzhan .zhuzhan-box{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.zhuzhan .zhuzhan-box:before{
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.zhuzhan .zhuzhan-box:hover:before{
    width: 100%;
    left: 0;
    opacity: 0.5;
}
.zhuzhan .zhuzhan-box img{
    width: 100%;
    height: auto;
}
.zhuzhan .zhuzhan-box .zhuzhan-box-content{
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 0;
}
.zhuzhan .zhuzhan-box .zhuzhan-mores{
    display: block;
    width:50%;
    font-size: 16px;
    font-weight: lighter;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border: 1px #fff solid;
    color: #fff;
}
.zhuzhan .zhuzhan-box .zhuzhan-post{
    font-size: 24px;
    line-height:40px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.zhuzhan .zhuzhan-box:hover .zhuzhan-mores,
.zhuzhan .zhuzhan-box:hover .zhuzhan-post{
    opacity: 1;
    transition-delay: 0.7s;
}
.zhuzhan .zhuzhan-box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}
.zhuzhan .zhuzhan-box .icon li{
    display: inline-block;
}
.zhuzhan .zhuzhan-box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f74e55;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}
.zhuzhan .zhuzhan-box:hover .icon li a{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.zhuzhan .zhuzhan-box:hover .icon li:last-child a{
    transition-delay: 0.8s;
}
.zhuzhan-more{
    display: block;
    background: #9e03ef;
    width:290px;
    height:65px;
    margin: 20px auto 0 auto;
    line-height:65px;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    border-radius: 30px;
    padding-bottom: 20px;
}
.zhuzhan-more:hover{
    background: #6CB6FE;
    color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    .zhuzhan .zhuzhan-title h2{
        font-size: 30px;
    }
    .zhuzhan .zhuzhan-title p{
        font-size: 16px;
    }
    .zhuzhan .zhuzhan-box .zhuzhan-box-content{
        top: 2%;
        padding: 0;
    }
    .zhuzhan .zhuzhan-box .zhuzhan-post{
        font-size: 16px;
    }
    .zhuzhan .zhuzhan-box .zhuzhan-post h2{
        margin-top: 0;
    }
    .zhuzhan .zhuzhan-box .zhuzhan-mores{
        font-size: 12px;
        line-height: 20px;
    }
    .news-more,.group-photo-more,.join-more,.case-more-all,.training-more {
        display: block;
        background: #9e03ef;
        width: 160px;
        height: 45px;
        margin: 20px auto 0 auto;
        line-height: 45px;
        color: #fff;
        font-size: 16px;
        font-weight: lighter;
        text-align: center;
        border-radius: 30px;
        padding-bottom: 20px;
    }
}
/* ==========================================================================
    14. footer
============================================================================= */
footer{
    background: #E3E3E3;
    padding: 30px 0 20px;
}
footer .footer-midd{
    border-left: 2px #999999 solid;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    footer{
        background: url(../images/map.jpg) bottom center no-repeat;
        background-size: 100%;
        padding: 70px 0;color:#fff;
    }
    footer .footer-left{
        text-align: center;
        margin-bottom: 10px;
    }
    footer .footer-midd{
        text-align: center;
        border-left: 0;
        
    }
    
    .col-xs-6{
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* ==========================================================================
    15. other page public css
============================================================================= */
.ny-banner{
    width:100%;
    overflow: hidden;
    *zoom:1;
}
.ny-title{
    background: url("../images/tips.png");
    width:214px;
    height:72px;
    margin: 40px auto;
}
.ny-title h2{
    font-size: 36px;
    text-align: center;
    color: #fff;
    line-height:60px;
}
</pre></body></html>