@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

b, strong {
    font-weight: normal;
}

i, em {
    font-style: normal;
}

img {
    vertical-align: top;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
}

.container_width {
    width: 1000px;
    margin: 0 auto;
}

body {
    font-family: 'Microsoft YaHei';
    overflow-x: hidden;
    position: relative;
    padding-top: 1px;
}

body #iconDiv1 {
    z-index: auto;
}

body > div {
    position: relative;
    z-index: 1;
}

.box_border, .shangshi_c, .shangshi_c .shangshi_c_s .content.zi_fen, .shangshi_c .shangshi_c_s .content, .jiuye_c .jiuye_c_s, .luoji_c .luoji_swiper .swiper-slide, .chenmi_c .chenmi_r .content_t {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.banner_margin_bottom {
    margin-bottom: 639px; }

.banner_s {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    margin-left: -50%;
    height: 640px;
     }

#canvas_div {
    position: relative;
    z-index: 10;
    width: 1920px;
    height: 640px;
    overflow: hidden; }
#canvas_div canvas {
    width: 1920px;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0; }

.banner {
    width: 1920px;
    height: 640px;
    position: absolute;
    overflow: hidden;
    z-index: 15;
    top: 0;
    left: 50%;
    margin-left: -960px; }

#banner {
    width: 100%;
    height: 640px;
    overflow: hidden; }

.banner-img a {
    display: block;
    width: 100%;
    height: 640px; }
.banner-img a .img_true {
    display: block;
    display: none\9; }
.banner-img a .img_false {
    display: block;
    display: block\9; }

#banner .swiper-slide {
    position: relative;
    overflow: hidden; }

#banner .swiper-slide img {
    top: 0;
    left: 50%;
    margin-left: -960px;
    position: absolute; }

#banner .banner_pagination {
    bottom: 90px;
    width: 100%;
    z-index: 20;
    text-align: center;
    position: absolute;


}

#banner .swiper-pagination-switch {
    margin: 0 5px;
    width: 40px;
    height: 5px;
    cursor: pointer;
    display: inline-block;
    background: #333;

}

#banner .swiper-active-switch {
    background: #3697d9; }

/* banner绠ご鏍峰紡 */
.banner_s .portfolio {
    display: none\9; }

.banner_s .jiantou{
    position: absolute;
    bottom: 90px;
    cursor: pointer;
    z-index: 18;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    left: 50%;
    width: 700px;
    margin-left: -350px;
}
.banner_s .banner_jiantou img {
    vertical-align: middle;
    margin-top: -3px; }

.banner_s .banner_jiantou_you {
    float: right;  }
.banner_s .banner_jiantou_you img {
    margin-left: 10px; }

.banner_s .banner_jiantou_zuo {
    float: left; }
.banner_s .banner_jiantou_zuo img {
    margin-right: 10px; }

/*导航*/
.nav_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.nav_bg {
    padding-top: 20px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
}

.logo {
    display: inline-block;
}

.nav_left {
    width: 300px;
    float: left;
}

.nav_left p {
    display: inline-block;
    color: #fff;
    float: right;
    border-left: 1px solid #fff;
    height: 34px;
    line-height: 1.3;
    font-size: 1.4rem;
    padding-left: 20px;
}

.nav_left p span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 12px;
}

.nav_left p em {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}

.nav_ul {
    width: 700px;
    float: right;
}

.nav_ul li {
    width: 100px;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    float: left;
}

.nav_ul li a {
    color: #fff;
    position: relative;
}

.nav_ul li a span {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: #3086c0;
    transition: width .6s;
}

.nav_ul li:hover a span {
    width: 100%;
}

.nav_ul li.nav_active span {
    width: 100%;
}

.nav_kc {
    padding-right: 6px;
}

.nav_kc a {
    cursor: pointer;
}

.nav_kc em {
    position: absolute;
    right: -12px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
}

.nav_kc em img {
    animation: nav_img 1s infinite;
    transform: translateY(-8px);
}

@-webkit-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@-moz-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@-o-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

/*子导航*/
.sub_nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    background: #fff \9;
    filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50);
    text-align: center;
    height: 40px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sub_nav_ul {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.sub_nav_ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: left;
}

.sub_nav_ul li a {
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #333;
}

.sub_nav_ul li.last a {
    border-right: none;
}

.sub_nav_ul li a:hover {
    background: #3697d9;
    color: #fff;
    border-right: none;
    margin-left: -1px;
}

/*第二部分成就*/
.position_rel {
    position: relative;
    z-index: 20;
}

.part1 {
    background: #fff;
    padding-top: 1px;
    padding-bottom: 70px;
}

.cj_content {
    padding-top: 90px;
    padding-bottom: 40px;
}

.cj_content li {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #e4e4e4;
}

.cj_content li .w-center {
    font-size: 27px;
    color: #333333;
}

.cj_content li .num {
    position: relative;
    color: #3c3c3c;
    font-size: 50px;
    display: inline-block;
    font-family: Arial;
}

.cj_content li .num em {
    font-size: 28px;
    font-style: normal;
    position: absolute;
    left: -34px;
    top: 50%;
    margin-top: -21px;
}

.cj_content li .num i {
    position: absolute;
    top: 0;
    right: -20px;
    color: #949494;
    font-size: 12px;
    font-style: normal;
}

.cj_content li .cj_text {
    color: #666666;
    font-size: 14px;
}

.cj_part2 {
    padding: 0 10px;
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: -70px;
    height: 120px;
    background: #fff;
    z-index: 98;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-shadow: 0 2px 3px #cfcfcf;
    -webkit-box-shadow: 0 2px 3px #cfcfcf;
    -ms-box-shadow: 0 2px 3px #cfcfcf;
    box-shadow: 0 2px 3px #cfcfcf;
}

.cj_part2 ul {
    margin-top: 20px;
    width: 1000px;
}

.cj_part2 ul li {
    float: left;
    margin-right: 16px;
    width: 234px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.cj_part2 ul li.tag2 {
    margin-right: 32px;
}

.cj_part2 ul li.tag4 {
    margin-right: 0;
}

.cj_part2 ul li .img {
    float: left;
    width: 84px;
    height: 75px;
}

.cj_part2 ul li.tag1 .img {
    background: url("../img/hot-top-tag1.png") no-repeat center;
}

.cj_part2 ul li.tag2 .img {
    background: url("../img/hot-top-tag2.png") no-repeat center;
}

.cj_part2 ul li.tag3 .img {
    background: url("../img/hot-top-tag3.png") no-repeat center;
}

.cj_part2 ul li.tag4 .img {
    background: url("../img/hot-top-tag4.png") no-repeat center;
}

.cj_part2 ul li .info {
    float: left;
    width: 150px;
    height: 75px;
}

.cj_part2 ul li .info h2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: normal;
}

.cj_part2 ul li .info p {
    margin-top: 8px;
    line-height: 14px;
    color: #999;
    font-size: 14px;
}

.cj_part2 ul li .link {
    top: 75px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(222, 41, 134, 0.9);
    transition: 0.4s;
    background: #49a1dc \9;
}

.cj_part2 ul li .link a {
    display: block;
}

.cj_part2 ul li .link p {
    margin: 21px auto 0;
    font-size: 16px;
    width: 101px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.cj_part2 ul li:hover .link {
    top: 0;
    transition: 0.2s;
}


.globalDiv {
    background: #fff;
}

/*part1*/
.p1Cont {
    height: 503px;

}

.p1Cont .swiper-container {
    width: 930px;
    height: 426px;
    float: left;
}

.p1Cont .swiper-container .swiper-wrapper {
}

.p1Cont .swiper-container .swiper-slide {
    width: 100%;
    height: 426px;
    background: url("../img/p1Cont_bg.jpg") no-repeat left top;

}

#p1SwiperContent .slideBox .left {
    width: 380px;
    float: left;
    padding: 80px 60px 0;
}

#p1SwiperContent .slideBox .left h2 {
    font-size: 30px;
    color: #fff;
}

#p1SwiperContent .slideBox .left h2:after {
    content: '';
    clear: both;
    display: block;
    width: 40px;
    height: 1px;
    background: #de2986;
    margin-top: 10px;

}

#p1SwiperContent .slideBox .left p {
    font-size: 16px;
    color: #cccccc;
    padding: 15px 0 30px;
    line-height: 26px;
}

#p1SwiperContent .slideBox .left a {
    display: inline-block;
    width: 128px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

#p1SwiperContent .slideBox .left a:hover {
    background: rgba(255, 255, 255, 0.9);
    background: #fff \9;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #de2986;
}

#p1SwiperContent .slideBox .right {
    width: 550px;
    float: right;
    padding-top: 116px;
}

.p1Cont .p1Ul {
    width: 540px;
    position: absolute;
    bottom: 25px;
    left: 45px;
    height: 140px;
    z-index: 2;
}

.p1Cont .p1Ul li {
    width: 150px;
    height: 140px;
    float: left;
    margin: 0 15px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
}

.p1Cont .p1Ul li h3 {
    font-size: 18px;
    color: #222;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p1Cont .p1Ul li:before {
    content: '';
    display: block;
    clear: both;
    margin: 28px auto 8px;
    width: 50px;
    height: 50px;
    background: url("../img/allicon.png") no-repeat left top;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.p1Cont .p1Ul li.li_1:before {
    background-position: 0 0;
}

.p1Cont .p1Ul li.li_2:before {
    background-position: 0 -50px;
}

.p1Cont .p1Ul li.li_3:before {
    background-position: 0 -100px;
}

.p1Cont .p1Ul li > span {
    display: inline-block;
    width: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #de2986;
    position: absolute;
    bottom: 7px;
    right: 5px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.p1Cont .p1Ul li > p {
    width: 0;
    height: 30px;
    background: #de2986;
    position: absolute;
    right: 5px;
    bottom: -25px;
    text-align: center;
    padding-top: 1px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.p1Cont .p1Ul li > p:before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 83px;
    background: url("../img/start.png") no-repeat left center;
}

.p1Cont .p1Ul li.li_1 > p:before {
    width: 67px;
}

.p1Cont .p1Ul li.li_2 > p:before {
    width: 50px;
}

.p1Cont .p1Ul li.li_3 > p:before {
    width: 83px;
}

.p1Cont .p1Ul li.act:before {
    margin: 10px auto 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.p1Cont .p1Ul li.act > span {
    width: 80px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.p1Cont .p1Ul li.act > p {
    width: 100px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

/*右边*/
.part1 .p1Right {
    position: absolute;
    right: 10px;
    height: 426px;
}

.part1 .p1Right > p {
    font-size: 12px;
    color: #666666;
    transform: rotateZ(-90deg);
    transform-origin: 95% 90%;
    line-height: 1;
}

.part1 .p1Right hr {
    width: 1px;
    height: 113px;
    background: #666;
    position: absolute;
    right: 10px;
    top: 137px;
}

.part1 .p1Right .num {
    position: absolute;
    transform: rotateZ(90deg);
    bottom: 125px;
    right: -18px;
    font-size: 1.4rem;
    color: #666;
}

.part1 .p1Right .num i {

}

.part1 .p1Right .num em {
    display: inline-block;
    transform: rotateZ(90deg);
}

.part1 .p1Right .btnL, .part1 .p1Right .btnR {
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #000;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: '宋体';
}

.part1 .p1Right .btnL {
    bottom: 45px;
}

.part1 .p1Right span.btnAct {
    background: #de2986;
}

/*part2*/
/*会VR*/
.vr {
    width: 100%;
    height: 755px;
    position: relative;
    overflow: hidden;
}

.vr > iframe {
    width: 100%;
    height: 100%;
}

.vr_s {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.8);
    text-align: center;
    transition: all 0.5s;
}

.vr_s.true {
    top: -100%;
}

.vr_s > p {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-top: 270px;
}

.vr_s > span {
    font-size: 26px;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.vr_button {
    margin: 50px auto 0;
    border: 1px solid #fff;
    line-height: 48px;
    width: 175px;
    display: block;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

.vr_button:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
}

.vr_button_true {
    display: none;
}

.vr.true .vr_button_true {
    display: block;
    position: absolute;
    right: 0;
    z-index: 10;
    top: 50%;
    text-align: center;
    margin-right: 10px;
    width: 48px;
    height: 175px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 24px 10px;
    line-height: 20px;
    margin-top: -87.5px;
}

/*part3*/
.part3 {
}

.part4 .ulBox {
    margin: 0 -17px;
}

.part3 .ulBox li {
    width: 25%;
    float: left;
    padding: 0 17px;
}

.part3 .ulBox li > div {
    width: 225px;
}

.part3 .ulBox li > div > p {
    position: relative;
}

.part3 .ulBox li > div > p img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.part3 .ulBox .delBox {
    height: 70px;
    margin-top: 0;
    margin-bottom: 13px;
}

.part3 .ulBox .delBox.even {
    margin-top: 14px;
}

.part3 .ulBox .delBox .num {
    padding: 30px 0 0 10px;
    float: left;
    border: 1px solid #dddddd;
    color: #de2986;
    position: relative;
    width: 54px;
    height: 70px;
    font-size: 22px;
}

.part3 .ulBox .delBox .num:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #de2986;
    position: absolute;
    bottom: -1px;
    left: 0.4rem;
}

.part3 .ulBox .delBox .delR {
    float: left;
    width: 170px;
    padding-left: 13px;
}

.part3 .ulBox .delBox .delR h3 {
    color: #333;
    font-size: 16px;
    padding-bottom: 3px;
}

.part3 .ulBox .delBox .delR p {
    font-size: 13px;
    text-align: justify;
    color: #666;
}

.part3 .ulBox .delBox.even .num {
    padding: 10px 0 0 15px;
}

.part3 .ulBox .delBox.even .num:before {
    top: -1px;
}

.part3 .ulBox li:hover > div > p img {
    transform: scale(0.97);
    transform-origin: 0 0;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.part3 .ulBox li > div > p:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    background: #de2986;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.part3 .ulBox li:hover > div > p:before {
    width: 97%;
    height: 97%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*中间表单*/
.centerFrom {
	margin-top: 134px;
    height: 280px;
    background: #eb5405;
}

.centerFrom .left {
    width: 500px;
    height: 400px;
    position: absolute;
    left: 169px;
    top: -99px;
}

.centerFrom .right {
    float: left;
    width: 450px;
    padding: 72px 0 0 40px;
    line-height: 1.3;
    margin-left: 420px;
}

.centerFrom .left .img {
    float: left;
    height: 379px;
    overflow: hidden;
}

.centerFrom .left img > img {
    display: block;
}

.centerFrom .formDiv {
    width: 265px;
    height:280px;
    background: #fff;
    margin-top: 35px;
    position: absolute;
    top: 20px;
    left: 225px;
    box-shadow: 0 15px 40px rgba(175, 60, 0, 0.6);
}

.centerFrom .formDiv form {
    padding: 0 30px;
}

.centerFrom .formDiv h3 {
    padding: 30px 0 10px;
    font-size: 24px;
    color: #222;
    text-align: center;
    font-weight: bold;
}

.centerFrom .formDiv form label {
    width: 205px;
    height: 32px;
    border: 1px solid #eb5405;
    display: block;
    border-radius: 16px;
    margin-bottom: 14px;
}

.centerFrom .formDiv form label span {
    display: inline-block;
    background: #eb5405;
    height: 30px;
    width: 45px;
    border-radius: 15px 0 0 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
    line-height: 30px;

}

.centerFrom .formDiv .ipt input {
    width: 130px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-left: 10px;
}

.centerFrom .formDiv .selected select {
    width: 130px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: none;
    display: block;
    position: relative;
}

.centerFrom .formDiv .selected select option {
    border: 1px solid #eb5405;
    height: 30px;
    line-height: 30px;
    display: block;
}

.centerFrom .formDiv .selected:after {
    position: absolute;
    content: '';
    display: block;
    top: 12px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #eb5405 transparent transparent transparent;
}

.centerFrom .formDiv button {
    width: 100%;
    height: 40px;
    background: #2f8658;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    margin-top: 8px;
    border-radius: 4px;
    cursor: pointer;
}

.centerFrom .right h3 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.3;
}

.centerFrom .right p {
    font-size: 25px;
    color: #fff;
    position: relative;
    padding-left: 40px;
}

.centerFrom .right p:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/formIcon.png") no-repeat center bottom;
    position: absolute;
    top: 4px;
    left: 0;
}
/*part4*/
.part4 {
    width: 100%;
    height: 809px;
    background: url("../img/p4Bg.jpg") no-repeat center;
}

.p4Ul {
    background: #0c0c0c;
    box-shadow: 0 10px 20px 5px rgba(8, 8, 8, 0.4);
    margin-bottom: 80px;
}

.p4Ul li {
    width: 20%;
    height: 420px;
    float: left;
    position: relative;
    cursor: pointer;
    border: 0 solid #0c0c0c;
    overflow: hidden;
}

.p4Ul li .top {
    width: 100%;
    height: 414px;
    color: #0dc9ff;
    padding-top: 104px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.p4Ul li .imgBox {
    height: 6px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.p4Ul li .imgBox img {
    width: 100%;
}

.p4Ul li .top h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 20px;
}

.p4Ul li .top:before {
    content: '';
    display: block;
    clear: both;
    margin: 0 auto 10px;
    width: 70px;
    height: 70px;
    background: url("../img/allicon.png") no-repeat -50px top;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.p4Ul li .top p {
    font-size: 18px;
    text-align: center;
}

.p4Ul li .top p span {
    display: inline-block;
    position: relative;
}

.p4Ul li .top p span:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #0dc9ff;
    position: absolute;
    left: -10px;
    top: 10px;
}

.p4Ul li.l1_1 {
    background: #131313;
}

.p4Ul li.l1_1 .top:before {
    background-position: -50px 0;
}

.p4Ul li.l1_1 .top {

}

.p4Ul li.l1_2 {
    background: #131313;
}

.p4Ul li.l1_2 .top {
    color: #03888a;
}

.p4Ul li.l1_2 .top:before {
    background-position: -50px -140px;
}

.p4Ul li.l1_2 .top p span:before {
    background: #b41317;
}

.p4Ul li.l1_3 {
    background: #0c0c0c;
}

.p4Ul li.l1_3 .top:before {
    background-position: -50px -210px;
}

.p4Ul li.l1_3 .top {
    color: #8fb5e5;
}

.p4Ul li.l1_3 .top p span:before {
    background: #03888a;
}

.p4Ul li.l1_4 {
    background: #131313;
}

.p4Ul li.l1_4 .top:before {
    background-position: -50px -280px;
}

.p4Ul li.l1_4 .top {
    color: #8d0f19;
}

.p4Ul li.l1_4 .top p span:before {
    background: #ba9553;
}

.p4Ul li.l1_5 {
    background: #0c0c0c;
}

.p4Ul li.l1_5 .top:before {
    background-position: -50px -70px;
}

.p4Ul li.l1_5 .top {
    color: #b41317;
}

.p4Ul li.l1_5 .top p span:before {
    background: #b95e0b;
}


.p4Ul li.act {
    border: 4px solid #0dc9ff;
}

.p4Ul li.act .top {
    background: #001d26;
}

.p4Ul li.act .imgBox {
    height: 190px;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.p4Ul li.act .top {
    height: 222px;
    padding-top: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.p4Ul li.act .top h3 {
    font-size: 23px;
    padding-bottom: 10px;
}

.p4Ul li.act .top p {
    font-size: 16px;
}

.p4Ul li.act .top:before {
    margin: 0 auto;
    transform: scale(0.7);
    transform-origin: center bottom;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

/*part5*/
.part5 {
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 60px;
}

.p5Cont {
    height: 610px;
    position: relative;
}

.p5Cont:after, .p5Cont:before {
    content: '';
    display: block;
    height: 1px;
    background: #de2986;
    position: absolute;
    z-index: 20;
    right: 110px;
}

.p5Cont:after {
    width: 100px;
    right: 134px;
    bottom: 113px;
}

.p5Cont:before {
    width: 80px;
    right: 110px;
    bottom: 112px;
}

.p5Cont .swiper-container {
    width: 100%;
    height: 610px;
    float: left;
}

.p5Cont .swiper-container .swiper-wrapper {
}

.p5Cont .swiper-container .swiper-slide {
    width: 100%;
    height: 610px;
    position: relative;
}

.p5Cont .btnDiv {
    width: 40px;
    height: 100px;
    position: absolute;
    bottom: 150px;
    left: 50px;
    z-index: 19;
}

.p5Cont .btnDiv span {
    width: 40px;
    height: 40px;
    display: block;
    background: #000;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: '宋体';
    margin-top: 10px;
}

.p5Cont .btnDiv span.btnAct {
    background: #de2986;
}

.p5Cont .contDiv .cont {
    width: 290px;
    height: 310px;
    position: absolute;
    top: 200px;
    left: 140px;
}

.p5Cont .contDiv .tip {
    position: absolute;
    top: 70px;
    left: 60px;
    width: 155px;
    height: 75px;
    background: #de2986;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-top: 14px;
    line-height: 1.4;
}

.p5Cont .contDiv .tip:after, .p5Cont .contDiv .tip:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    bottom: 20px;
}

.p5Cont .contDiv .tip:after {
    width: 60px;
    left: -60px;
    background: #de2986;
}

.p5Cont .contDiv .tip:before {
    width: 20px;
    left: 0;
    background: #fff;
}

.p5Cont .contDiv .tip span {
    font-weight: normal;
    font-size: 14px;
    display: block;
}

.p5Cont .contDiv .cont li {
    width: 33.33%;
    float: left;
    display: inline-block;
    position: relative;
    height: 62px;
    margin-bottom: 30px;
}

.p5Cont .contDiv .cont li .box {
    position: relative;
    z-index: 1;

}

.p5Cont .contDiv .cont li .box h3 {
    font-size: 14px;
    color: #222222;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p5Cont .contDiv .cont li .box:before {
    content: '';
    display: block;
    clear: both;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("../img/p5_icon.png") no-repeat left top;
}

.p5Cont .contDiv .cont.cont_1 li.li_1 .box:before {
    background: url("../img/p5_icon.png") no-repeat 0 0;
}

.p5Cont .contDiv .cont.cont_1 li.li_2 .box:before {
    background: url("../img/p5_icon.png") no-repeat -40px 0;
}

.p5Cont .contDiv .cont.cont_1 li.li_3 .box:before {
    background: url("../img/p5_icon.png") no-repeat -80px 0;
}

.p5Cont .contDiv .cont.cont_1 li.li_4 .box:before {
    background: url("../img/p5_icon.png") no-repeat -120px 0;
}

.p5Cont .contDiv .cont.cont_1 li.li_5 .box:before {
    background: url("../img/p5_icon.png") no-repeat -160px 0;
}

.p5Cont .contDiv .cont.cont_1 li.li_6 .box:before {
    background: url("../img/p5_icon.png") no-repeat -200px 0;
}

.p5Cont .contDiv .cont.cont_2 li.li_1 .box:before {
    background: url("../img/p5_icon.png") no-repeat 0 -40px;
}

.p5Cont .contDiv .cont.cont_2 li.li_2 .box:before {
    background: url("../img/p5_icon.png") no-repeat -40px -40px;
}

.p5Cont .contDiv .cont.cont_2 li.li_3 .box:before {
    background: url("../img/p5_icon.png") no-repeat -80px -40px;
}

.p5Cont .contDiv .cont.cont_2 li.li_4 .box:before {
    background: url("../img/p5_icon.png") no-repeat -120px -40px;
}

.p5Cont .contDiv .cont.cont_2 li.li_5 .box:before {
    background: url("../img/p5_icon.png") no-repeat -160px -40px;
}

.p5Cont .contDiv .cont.cont_2 li.li_6 .box:before {
    background: url("../img/p5_icon.png") no-repeat -200px -40px;
}

.p5Cont .contDiv .cont.cont_2 li.li_7 .box:before {
    background: url("../img/p5_icon.png") no-repeat -240px -40px;
}

.p5Cont .contDiv .cont.cont_2 li.li_8 .box:before {
    background: url("../img/p5_icon.png") no-repeat -280px -40px;
}

.p5Cont .contDiv .cont.cont_3 li:nth-child(1) .box:before {
    background: url("../img/p5_icon.png") no-repeat 0 -80px;
}

.p5Cont .contDiv .cont.cont_3 li.li_2 .box:before {
    background: url("../img/p5_icon.png") no-repeat -40px -80px;
}

.p5Cont .contDiv .cont.cont_3 li.li_3 .box:before {
    background: url("../img/p5_icon.png") no-repeat -80px -80px;
}

.p5Cont .contDiv .cont.cont_3 li.li_4 .box:before {
    background: url("../img/p5_icon.png") no-repeat -120px -80px;
}

.p5Cont .contDiv .cont.cont_3 li.li_5 .box:before {
    background: url("../img/p5_icon.png") no-repeat -160px -80px;
}

.p5Cont .contDiv .cont.cont_3 li.li_6 .box:before {
    background: url("../img/p5_icon.png") no-repeat -200px -80px;
}

.p5Cont .contDiv .cont.cont_3 li.li_7 .box:before {
    background: url("../img/p5_icon.png") no-repeat -240px -80px;
}

.p5Cont .contDiv .cont.cont_4 li:nth-child(1) .box:before {
    background: url("../img/p5_icon.png") no-repeat 0 -120px;
}

.p5Cont .contDiv .cont.cont_4 li.li_2 .box:before {
    background: url("../img/p5_icon.png") no-repeat -40px -120px;
}

.p5Cont .contDiv .cont.cont_4 li.li_3 .box:before {
    background: url("../img/p5_icon.png") no-repeat -80px -120px;
}

.p5Cont .contDiv .cont.cont_4 li.li_4 .box:before {
    background: url("../img/p5_icon.png") no-repeat -120px -120px;
}

.p5Cont .contDiv .cont.cont_4 li.li_5 .box:before {
    background: url("../img/p5_icon.png") no-repeat -160px -120px;
}

.p5Cont .contDiv .cont.cont_4 li.li_6 .box:before {
    background: url("../img/p5_icon.png") no-repeat -200px -120px;
}
.p5Cont .contDiv .cont.cont_4 li.li_7 .box:before {
    background: url("../img/p5_icon.png") no-repeat -240px -120px;
}
.p5Cont .contDiv .cont.cont_5 li:nth-child(1) .box:before {
    background: url("../img/p5_icon.png") no-repeat 0 -160px;
}

.p5Cont .contDiv .cont.cont_5 li.li_2 .box:before {
    background: url("../img/p5_icon.png") no-repeat -40px -160px;
}

.p5Cont .contDiv .cont.cont_5 li.li_3 .box:before {
    background: url("../img/p5_icon.png") no-repeat -80px -160px;
}

.p5Cont .contDiv .cont.cont_5 li.li_4 .box:before {
    background: url("../img/p5_icon.png") no-repeat -120px -160px;
}

.p5Cont .contDiv .cont.cont_5 li.li_5 .box:before {
    background: url("../img/p5_icon.png") no-repeat -160px -160px;
}

.p5Cont .contDiv .cont.cont_5 li.li_6 .box:before {
    background: url("../img/p5_icon.png") no-repeat -200px -160px;
}

.p5Cont .contDiv .cont.cont_5 li.li_7 .box:before {
    background: url("../img/p5_icon.png") no-repeat -240px -160px;
}

.p5Cont .contDiv .cont.cont_5 li.li_8 .box:before {
    background: url("../img/p5_icon.png") no-repeat -280px -160px;
}
.p5Cont .contDiv .cont.cont_6 li:nth-child(1) .box:before {
    background: url("../img/p5_icon.png") no-repeat 0 -160px;
}

.p5Cont .contDiv .cont.cont_6 li.li_2 .box:before {
    background: url("../img/p5_icon.png") no-repeat -40px -200px;
}

.p5Cont .contDiv .cont.cont_6 li.li_3 .box:before {
    background: url("../img/p5_icon.png") no-repeat -80px -200px;
}

.p5Cont .contDiv .cont.cont_6 li.li_4 .box:before {
    background: url("../img/p5_icon.png") no-repeat -120px -200px;
}


.p5Cont .contDiv .right {
    width: 250px;
    height: 200px;
    background: #de2986;
    border: 6px solid #fff;
    position: absolute;
    top: 240px;
    right: 15px;
    z-index: 10;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.p5Cont .contDiv .right .listDiv {
    width: 170px;
    height: 42px;
    margin: 0 auto 25px;
}

.p5Cont .contDiv .right .listDiv:before {
    content: '';
    display: block;
    width: 47px;
    height: 42px;
    background: url("../img/p5icon.png") no-repeat left top;
    float: left;
}

.p5Cont .contDiv .right .listDiv.listDiv_11:before {
    background-position: 0 0;
}


.p5Cont .contDiv .right .listDiv.listDiv_21:before {
    background-position: -50px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_22:before {
    background-position: 0 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_31:before {
    background-position: -100px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_32:before {
    background-position: -200px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_41:before {
    background-position: -50px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_42:before {
    background-position: -150px 0;
}
.p5Cont .contDiv .right .listDiv.listDiv_51:before {
    background-position: -50px 0;
}
.p5Cont .contDiv .right .listDiv.listDiv_61:before {
    background-position: -250px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_62:before {
    background-position: -300px 0;
}

.p5Cont .contDiv .right .listDiv .del {
    width: 115px;
    float: right;
    position: relative;
    height: 42px;
}

.p5Cont .contDiv .right .listDiv .del p {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.p5Cont .contDiv .right .listDiv .del:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    border-radius: 6px;
    background: #a82166;
}

.p5Cont .contDiv .right .listDiv .del em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 12px;
    border-radius: 6px;
    background: #fff;
    display: block;
    z-index: 2;
}

.p5Cont .contDiv .right .listDiv.listDiv_11 .del em {
    width: 90%;
}
.p5Cont .contDiv .right .listDiv.listDiv_11 {
    margin-top: 30px;
}

.p5Cont .contDiv .right .listDiv.listDiv_51 {
    margin-top: 30px;
}

.p5Cont .pagination {
    width: 100%;
    z-index: 20;
    text-align: center;
    position: absolute;
    bottom: -20px;
}

.p5Cont .swiper-pagination-switch {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    background: #cccccc;
    border-radius: 100%;
}

.p5Cont .swiper-active-switch {
    background: #de2986;
}

/*part6*/
.part6 {
    background: #fff;
}

.p6Cont {
    background: #222;
}

.p6Cont > div {
    width: 20%;
    float: left;
}

.p6Cont > div img {
    width: 100%;
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80);
    height: auto;
}

.p6Cont > div img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

/*part7*/
.part7 {
    background: #f7f7f7;
    padding-bottom: 60px;
}

/* 讲师模块 */
.jiangshi {
    background: #f9f9f9;
    /* padding-bottom: 80px;*/
    padding-top: 1px \9;
}

.jiangshi_c {
    margin-top: 50px;
    margin-bottom: 50px;
}

.jiangshi_c .content {
    box-shadow: 0 0 50px #e0e0e0;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    width: 960px;
    height: 520px;
    position: relative;
}

.jiangshi_c .content .bg_l {
    width: 250px;
    height: 100%;
    background: #131313;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

.jiangshi_c .content .bg_l.false {
    z-index: 5;
    left: auto;
    animation: jiangshi_bg_l_false 0.6s ease-in forwards;
}

.jiangshi_c .content .bg_l.true {
    z-index: 1;
    left: auto;
    animation: jiangshi_bg_l_true 0.3s ease-in forwards;
}

.jiangshi_c .content .bg_img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.jiangshi_c .content .bg_img.true {
    animation: jiangshi_bgimg_true 0s ease-in forwards 0.4s;
}

.jiangshi_c .content .bg_img img {
    width: 100%;
    height: auto;
}

.jiangshi_c .content .jiaoshi_img {
    width: 345px;
    height: 345px;
    float: left;
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-top: 88px;
    margin-left: 25px;
}

.jiangshi_c .content .jiaoshi_img.true {
    animation: jiangshi_img_true 0.4s ease-in forwards 0.4s;
}

.jiangshi_c .content .jiaoshi_img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 345px;
    overflow: hidden;
    height: 100%;
    background: #de2986;
}

.jiangshi_c .content .jiaoshi_img .img.true {
    background: #de2986;
    z-index: 3;
    animation: jiangshi_width 0.5s forwards ease-in;
}

.jiangshi_c .content .jiaoshi_img .img.true img {
    animation: jiangshi_img_youyi 0.4s ease-in forwards 0.2s;
}

.jiangshi_c .content .jiaoshi_img .img.false {
    z-index: 2;
}

.jiangshi_c .content .jiaoshi_img .img.false img {
    animation: jiangshi_img_zuoyi 0.4s ease-in 0.2s;
}

.jiangshi_c .content .jiaoshi_img .img.true2 {
    background: #de2986;
    right: 0;
    left: auto;
    z-index: 3;
    animation: jiangshi_width 0.5s forwards ease-in;
}

.jiangshi_c .content .jiaoshi_img .img.true2 img {
    animation: jiangshi_img_youyi2 0.4s ease-in forwards 0.2s;
}

.jiangshi_c .content .jiaoshi_img .img.false2 {
    z-index: 2;
}

.jiangshi_c .content .jiaoshi_img .img.false2 img {
    animation: jiangshi_img_zuoyi2 0.4s ease-in 0.2s;
}

.jiangshi_c .content .jiaoshi_img .img img {
    width: 345px;
    height: 345px;
    display: block;
}

.jiangshi_c .content .content_s_l {
    position: relative;
    z-index: 8;
    float: left;
}

.jiangshi_c .content .content_s_l .tedu {
    font-size: 13px;
    color: #fff;
    margin-top: 33px;
    margin-left: 55px;
}

.jiangshi_c .content .content_s_l .xian {
    margin-top: 140px;
    margin-left: 50px;
}

.jiangshi_c .content .content_s_l .xian .xian_s {
    height: 110px;
    background: rgba(255, 255, 255, 0.6);
    background: #000 \9;
    width: 1px;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
}

.jiangshi_c .content .content_s_l .xian .xian_s div {
    position: absolute;
    width: 100%;
    height: 110px;
    top: 110px;
    background: #fff;
}

.jiangshi_c .content .content_s_l .xian .xian_s div.true {
    top: 0;
}

.jiangshi_c .content .content_s_l .xian .text_1 {
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    transform: rotate(-90deg);
}

.jiangshi_c .content .content_s_l .text {
    margin-top: 110px;
    margin-left: 55px;
    color: #9f9f9f;
}

.jiangshi_c .content .content_s_l .text > div {
    float: left;
}

.jiangshi_c .content .content_s_l .text > div.help {
    margin-left: 28px;
}

.jiangshi_c .content .content_s {
    color: #fff;
    background: #fff;
    padding-top: 1px;
    position: relative;
    height: 100%;
}

.jiangshi_c .content .content_s.true {
    animation: jiangshi_contents_true 0.6s forwards 0.8s;
}

.jiangshi_c .content .content_s .jiangshi_text {
    height: 330px;
    overflow: hidden;
    float: left;
    margin-top: 100px;
    margin-left: 50px;
    position: relative;
    width: 380px;
}

.jiangshi_c .content .content_s .jiangshi_text .text {
    display: none;
    background: #fff;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.jiangshi_c .content .content_s .jiangshi_text .text.true {
    display: block;
    z-index: 2;
    animation: jiangshi_text_true 0.6s ease-in forwards;
}

.jiangshi_c .content .content_s .jiangshi_text .text > span {
    width: 100%;
    height: 28px;
    display: inline-block;
    background: #5569ab;
    text-align: center;
    line-height: 28px;
    color: #fff;
    margin-bottom: 25px;
    font-size: 14px;
}

.jiangshi_c .content .content_s .jiangshi_text .text p {
    font-size: 34px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 25px;
}

.jiangshi_c .content .content_s .jiangshi_text .text p span {
    font-size: 50px;
    font-weight: 900;
    display: inline-block;
    margin-right: 25px;
}

.jiangshi_c .content .content_s .jiangshi_text .text div {
    font-size: 14px;
    color: #777777;
    width: 270px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.jiangshi_c .content .content_s .jiangshi_text .text a {
    font-size: 14px;
    color: #de2986;
}

.jiangshi_c .content .content_s .jiangshi_jiantou {
    position: absolute;
    right: 0;
    bottom: 0;
}

.jiangshi_c .content .content_s .jiangshi_jiantou > div {
    width: 35px;
    height: 50px;
    background: #df2d8a;
    float: left;
    cursor: pointer;
}

.jiangshi_c .content .content_s .jiangshi_jiantou > div span {
    width: 100%;
    height: 100%;
    display: block;
    background: url("../img/jiangshi_jiantou.png") no-repeat -20px center;
}

.jiangshi_c .content .content_s .jiangshi_jiantou .zuo {
    background: #b7236f;
}

.jiangshi_c .content .content_s .jiangshi_jiantou .zuo span {
    background-position-x: 10px;
}

/* 讲师每次轮播的出场动画 */
@keyframes jiangshi_width {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/* 讲师每次轮播的出场动画时讲师的右移动画 */
@keyframes jiangshi_img_youyi {
    0% {
        margin-left: -150px;
    }
    100% {
        margin-left: 0;
    }
}

/* 讲师每次轮播的出场动画时讲师的底部图片左移动画 */
@keyframes jiangshi_img_zuoyi {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 150px;
    }
}

/* 相反轮播时的动画 */
@keyframes jiangshi_img_youyi2 {
    0% {
        margin-left: 150px;
    }
    100% {
        margin-left: 0;
    }
}

@keyframes jiangshi_img_zuoyi2 {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -150px;
    }
}

/* 讲师介绍的出场动画 */
@keyframes jiangshi_text_true {
    0% {
        opacity: 0;
        top: -100px;
    }
    80% {
        opacity: 0.2;
        top: -20px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

/*讲师bg_l的出场动画  和入场动画*/
@keyframes jiangshi_bg_l_false {
    0% {
        width: 250px;
    }
    35% {
        left: auto;
        width: 960px;
    }
    60% {
        right: 0;
        left: auto;
        width: 960px;
    }
    100% {
        right: 0;
        left: auto;
        width: 0;
    }
}

@keyframes jiangshi_bg_l_true {
    0% {
        z-index: 5;
        left: 0;
        right: auto;
        width: 0;
    }
    35% {
        left: 0;
        right: auto;
        width: 0;
    }
    100% {
        z-index: 5;
        left: 0;
        width: 250px;
    }
}

/* 讲师出场动画 */
@keyframes jiangshi_img_true {
    0% {
        z-index: 5;
        width: 0;
    }
    100% {
        z-index: 5;
        width: 345px;
    }
}

/* 背景图片的img动画 */
@keyframes jiangshi_bgimg_true {
    0% {
        z-index: 3;
    }
    100% {
        z-index: 3;
    }
}

/*  */
@keyframes jiangshi_contents_true {
    0% {
        z-index: 4;
        width: 0;
    }
    100% {
        z-index: 4;
        width: 100%;
    }
}

/*part8*/
.part8 {
    width: 100%;
    background: #fff;
    padding-bottom: 80px;
    border-bottom: 1px solid #ededed;
}

.part8 .p8Cont {
    height: 340px;
}

.part8 .p8Cont li {
    width: 25%;
    float: left;
    padding: 0 20px;
}

.part8 .p8Cont li > div {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 270px;
    overflow: hidden;
}

.part8 .p8Cont li > div > img {
    width: 100%;
    height: auto;
}

.part8 .p8Cont li > div .del {
    padding: 0 10px;
}

.part8 .p8Cont li > div .del h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
}

.part8 .p8Cont li > div .del p {
    font-size: 15px;
    color: #999;
    padding: 10px 0 25px;
}

.part8 .p8Cont li > div .del span {
    display: block;
    font-size: 13px;
    color: #de2986;
    text-decoration: underline;
}

.part8 .p8Cont li.act > div {
    padding: 0 0 30px;
    box-shadow: 0 15px 20px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 320px;
    margin-top: -10px;
}

/* 上市公司 */
.shangshi {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fff;
}

.shangshi_c {
    /*margin-top: 50px;*/
    margin-bottom: 70px;
    position: relative;
    padding: 30px 0 0 30px;
    height: 400px;
}

.shangshi_c .bg {
    width: 715px;
    height: 400px;
    background: #de2986;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 60px 0 60px 0;
}

.shangshi_c .shangshi_c_s {
    margin: 0 -3px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.shangshi_c .shangshi_c_s .content {
    overflow: hidden;
    width: 25%;
    padding: 0 3px;
    float: left;
    position: relative;
    height: auto;
    margin-bottom: 6px;
    padding-top: 1px;
}

.shangshi_c .shangshi_c_s .content .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.shangshi_c .shangshi_c_s .content .img:hover img {
    transform: scale(1.2, 1.2);
}

.shangshi_c .shangshi_c_s .content .img img {
    transform: scale(1, 1);
    transition: transform 0.5s;
}

.shangshi_c .shangshi_c_s .content.zi_bai .text {
    font-size: 32px;
    font-weight: 900;
    padding-right: 38px;
    color: #fff;
    line-height: 1.3;
    padding-top: 20px;
}

.shangshi_c .shangshi_c_s .content.zi_bai .text img {
    vertical-align: middle;
    margin-left: 13px;
}

.shangshi_c .shangshi_c_s .content.zi_bai .xian {
    width: 70px;
    border-top: 4px solid #fff;
    margin-top: 35px;
}

.shangshi_c .shangshi_c_s .content.zi_fen {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    padding-top: 7px;
}

.shangshi_c .shangshi_c_s .content.zi_fen > div {
    border: 2px solid #de2986;
    border-radius: 0 0 60px 0;
    height: 100%;
}

.shangshi_c .shangshi_c_s .content.zi_fen .text {
    text-align: center;
    margin-top: 34px;
    line-height: 1;
}

.shangshi_c .shangshi_c_s .content.zi_fen .text span {
    font-size: 18px;
    color: #de2986;
    font-weight: 100;
}

.shangshi_c .shangshi_c_s .content.zi_fen .text p {
    font-size: 24px;
    color: #de2986;
    font-weight: 900;
    margin-top: 10px;
}

.shangshi_c .shangshi_c_s .content.zi_fen a {
    width: 100px;
    height: 30px;
    margin: 15px auto 0;
    display: block;
    background: #de2986;
    border: 1px solid #de2986;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
}

.shangshi_c .shangshi_c_s .content.zi_fen a:hover {
    background: #fff;
    color: #de2986;
}

.shangshi_c .shangshi_c_s .content > img {
    width: 100%;
    height: auto;
    display: block;
}

.shangshi_c .shangshi_c_s .content > p {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 0 3px;
    width: 100%;
    left: 0;
}

.shangshi_c .shangshi_c_s .content > p span {
    font-size: 18px;
    line-height: 2;
    background: rgba(0, 0, 0, 0.5);
    background: #000 \9;
    color: #fff;
    display: block;
    width: 100%;
}

/*partNum*/
.partNum ul {
    width: 100%;
    height: 140px;
    background: #f7f7f7;
    border-top: 1px solid #ebebeb;
}

.partNum ul li {
    width: 19%;
    color: #939393;
    font-size: 12px;
    border-right: 1px solid #ebebeb;
    height: 88px;
    margin-top: 27px;
    text-align: center;
}

.partNum ul li h3 .text2 {
    font-size: 26px;
    color: #3c3c3c;
    position: relative;
}

.partNum ul li h3 .text2 em {
    font-size: 40px;
}

.partNum ul li h3 .text2 i {
    position: relative;
    top: -5px;
    left: -5px;
}

.partNum ul li h3 .text2 span {
    position: absolute;
    right: 36%;
    top: -2%;
    color: #939393;
    font-size: 12px;
}

.partNum ul li.last {
    border-right: none;
}

.partNum ul li.sec h3 .text2 span {
    right: 28%;
}

.partNum ul li.thr h3 .text2 span {
    right: 12%;
}

.partNum ul li.fou h3 .text2 span {
    right: 24%;
}

.partNum ul li.last h3 .text2 span {
    right: 11%;
}

/* 标题 */

.button {
    width: 220px;
    height: 52px;
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 50px auto 0;
    border: 1px solid #de2986;
    border-radius: 26px;
    color: #de2986;
    line-height: 52px;
    transition: all 0.5s;
}

.button:hover {
    background: #de2986;
    color: #fff;
}

/*footer*/
.footer {
    width: 100%;
    height:140px;
    background: #191919;
}

.footer p {
    color: #999999;
    line-height: 60px;
    text-align: center;
}

.footer p span {
    margin-left: 26px;
}

/*表单*/
/*表单*/
.bd_part12 {
    width: 100%;
    height: 504px;
    overflow: hidden;
    background: url("../img/form.jpg") no-repeat center;
}

.form h2 {
    margin-top: 40px;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
}

.form h2 span {
    color: #de2986;
}

.form h3 {
    margin-top: 26px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #cccccc;
}

.form form {
    margin-top: 50px;
}


.form-btn {
    margin-top: 40px;
}

.form-btn .btn1 {
    float: left;
    width: 156px;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #4375b9;
    border-radius: 3px;
}

.form-btn input[type="submit"] {
    float: right;
    width: 198px;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background: #de2986;
    border-radius: 3px;
    border: none;
}
/*小球*/
.circle {
    position: absolute;
    animation: movingCircle 10s ease-in-out infinite alternate;
    z-index: 50;
}

.circle.circle1 {
    left: 50px;
    top: 50px;
}

.circle.circle2 {
    right: 100px;
    top: 50px;
    animation: movingCircle 25s ease-in-out infinite alternate;
}

.circle.circle3 {
    right: 150px;
    bottom: 50px;
    animation: movingCircle 20s ease-in-out infinite alternate;
}

.circle.circle4 {
    left: 100px;
    bottom: 100px;
    animation: movingCircle 15s ease-in-out infinite alternate;
}

@-webkit-keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
    }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px);
    }
}

@-moz-keyframes movingCircle {
    0% {
        -moz-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
    }
    50% {
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px);
    }
    100% {
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px);
    }
}

@keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
    }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px);
    }
}

/*算一算*/
.suan {
    background: #000000 \9;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    padding-top: 1px;
    bottom: -455px;
    z-index: 500;
    width: 100%;
    transition: all 0.5s;
}

.suan.true {
    bottom: 0;
}

.suan > .title {
    text-align: left;
    /*position: absolute;*/
    /*top:-90px;*/
    width: 900px;
    margin: 5px auto 15px;
    position: relative;
}

.suan > .title p {
    height: 47px;
    font-size: 28px;
    line-height: 47px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.suan > .title p span {
    font-size: 36px;
    font-weight: 600;
    color: #ffe400;
    display: inline-block;
    margin-left: 20px;
}

.suan > .title > .xiaoren {
    position: absolute;
    bottom: -5px;
    margin-left: 140px;
}

.suan > .title > .jiantou {
    width: 21px;
    height: 31px;
    display: inline-block;
    float: right;
    background: url("../img/formPoint.png") no-repeat center;
    animation: jianTou 1.5s ease-in infinite alternate;
}
@keyframes jianTou {
    0%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(5px);
    }
}

.suan_c {
    width: 1000px;
    height:450px;
    margin: 0 auto 0;
    background: #fff;
    position: relative;
}

.suan_z {
    padding-left: 20px;
    width: 646px;
    float: left;
    padding-top: 10px;
    border-right: 1px solid #de2986;
    height: 100%;
}

.suan_z > p > span {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.suan_z > p {
    color: #5f5f5f;
    font-size: 16px;
    margin-bottom: 4px;
}

.suan_z > p > i {
    color: #d81e06;
    font-style: normal;
}

.suan_z > div > p {
    font-size: 20px;
    color: #222;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 24px;
    font-weight: bold;
}

.suan_z > div > p > img {
    margin-right: 10px;
}

.suan_z > div > p > span {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 20px;
    border: 1px solid #de2986;
}

/*.suan_z > div > p > span.true {
    background: url("../img/duigou.png") no-repeat center;
}*/

.suan_z .fenlei {
    padding-right: 20px;
    display: inline-block;
}

.suan_z .fenlei > p {
    font-size: 15px;
    margin-top: 0;
    display: inline-block;
    color: #222;
}

.suan_z .fenlei > span {
    font-size: 14px;
    cursor: pointer;
}

.suan_z .fenlei > span > i {
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
    margin-left: 18px;
    margin-right: 38px;
    display: inline-block;
    margin-top: 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 1px;
}

.suan_z .fenlei > span > i.true > em {
    width: 100%;
    height: 100%;
    background: #de2986;
    display: block;
    border-radius: 50%;
}

.suan_z .fenlei > p > i {
    width: 10px;
    height: 10px;
    border: 1px solid #de2986;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 1px;
}

.suan_z .fenlei > p > i.true > em {
    width: 100%;
    height: 100%;
    background: #de2986;
    display: block;
    border-radius: 50%;
}

.suan_y {
    width: 350px;
    float: left;
}

.suan_y > p {
    font-size: 38px;
    font-weight: 900;
    color: #000;
    margin: 130px auto 40px;
    width: 80%;
    text-align: right;
}

.suan_y > p > span {
    color: #de2986;
}

.suan_y > a {
    width: 170px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    background: #de2986;
    border-radius: 5px;
}

.baojia {
    position: absolute;
    left: 578px;
    top: 175px;
    cursor: pointer;
}

/*弹出表单*/
.tan_form.true {
    display: block;
}

.tan_form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
    z-index: 501;
    background: #000 \9;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
    /*IE4-IE9*/
    /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

.tan_form > form {
    width: 500px;
    height: 300px;
    background: #fff;
    position: absolute;
    margin-left: -175px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
    border-radius: 10px;
}

.tan_form > form > span {
    cursor: pointer;
}

.tan_form > form > p {
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 30px;
}

.tan_form > form > input {
    width: 40%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #de2986;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    padding-left: 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.tan_form > form > button {
    width: 40%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #de2986;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    background: #de2986;
    color: #fff;
}

.tan_form > form > button:hover {
    background: transparent;
    color: #de2986;
    cursor: pointer;
}

@keyframes zouchu {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes youchu {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes diannao {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

