

a:hover{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}

*,i{
    font-family: "Microsoft Yahei";
}
i:focus,i:visited{
    outline: none;
    text-decoration: none;
}


/*分页样式*/
.pg strong{
    padding: 5px;
    border: 1px solid #eee;
    font-size: 18px;
    margin: 5px;
}
.pg a{
    padding: 5px;
    margin: 5px;
    border: 1px solid #eee;
    font-size: 18px;
}
.pg a:hover{
    text-decoration: none;
    color: #999;
}
.mln{
    margin-left: 5px;
}
.mlm{
    margin-left: 10px;
}
.mlw{
    margin-left: 20px;
}
.mrn{
    margin-right: 5px;
}
.mrm{
    margin-right: 10px;
}
.mrw{
    margin-right: 20px;
}

hr{
    margin-top: 10px;
    border-top: 1px solid #ddd;
}
div#page ul{
    float: right;
    margin-bottom: 20px;
}

.table {
    margin-top: 10px;
}

.fwin .table{
    margin-top: 0;
}
.table tbody tr td label.label-default{
    background: inherit;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    left: 0px;
}
/*Discuz冲突*/

    /*select{height: 20px;line-height:20px;}*/
    .m_c h3.flb{
        margin-top: 0px;
        box-sizing: initial;
    }
    .fwin .m_l{
        letter-spacing: 0;
    }
    #calendar input {
        width: 20px;
        margin: 0 5px 0 5px;
    }
    #fwin_content_add table{
        margin: 10px 30px 20px 20px;
    }
    #fwin_content_add table td{
        padding: 5px 0 5px;
    }
    .m_c .o{
        height: auto;
    }
    .checkbox label, .radio label{
        vertical-align: top;
    }
    .checkbox label input, .radio label input{
        margin-right: 2px;
    }
/*Discuz冲突end*/


/* 时间样式 */
.datetimepicker .datetimepicker-hours span,.datetimepicker .datetimepicker-minutes span{
    letter-spacing: 0;
}

/*进度条样式 start*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 9999;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #66CCFF;
    /*background: #450068;*/
    height: 2px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s;
}
/*进度条样式 end*/

/*swiper 样式start*/
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}

#top img {
    margin-left: 30px;
    margin-top: 5px;
    height: 90px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #66CCFF;
    opacity: 1;
    margin: 7px auto!important;
    width: 14px;
    height: 14px;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 20px;
}

/*.swiper-pagination-bullet-active {
    background: #66CCFF;
}*/
/*swiper 样式 end*/
#slide1 {
    background: url(http://www.jingyi.la/source/plugin/train/images/bg1.jpg) no-repeat center;
    background-size: cover !important;
}

.wk_wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*幻灯片1样式 start*/
.wk_slide-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.wk_slide-wrap ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.wk_slide-wrap li {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wk_slide-wrap li video {
    opacity: 0;
}

.wk_slide-wrap li.wk_selected video {
    opacity: 1;
}

.wk_slide-wrap video {
    position: absolute;
    top: -93px;
    left: 0;
    z-index: 0;
    height: auto;
    min-width: 0;
    min-width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s;
}

.wk_slide-wrap li .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(http://www.jingyi.la//source/plugin/train/images/img50.png) repeat;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -ms-transition: all 1s;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
}

.wk_slide-wrap li.wk_selected .bg {
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}

.wk_slide-wrap li .wrap {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -230px;
}

.wk_slide-wrap li#wk_s1.wk_selected .img,.wk_slide-wrap li#wk_s2.wk_selected .img,.wk_slide-wrap li#wk_s3.wk_selected .img{
    opacity: 1;
}

.wk_slide-wrap li#wk_s1 .img,.wk_slide-wrap li#wk_s2 .img,.wk_slide-wrap li#wk_s3 .img {
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
}
.wk_slide-wrap li .img {
    position: relative;
    z-index: 9;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -ms-transition: all 1s;
}

.wk_slide-wrap li#wk_s1 .text,.wk_slide-wrap li#wk_s2 .text,.wk_slide-wrap li#wk_s3 .text {
    opacity: 0;
}

.wk_slide-wrap li#wk_s1.wk_selected .text,.wk_slide-wrap li#wk_s2.wk_selected .text,.wk_slide-wrap li#wk_s3.wk_selected .text {
    opacity: 1;
}

.wk_slide-wrap li .text {
    position: relative;
    z-index: 9;
    margin-top: 25px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s;
}


.wk_slide-wrap li#wk_s2 .quan {
    position: absolute;
    top: -210px;
    right: 0;
}

.wk_slide-wrap li.wk_selected .img {
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
}

.wk_arrow {
    position: absolute;
    bottom: 135px;
    left: 50%;
    display: block;
    margin-left: -64px;
    width: 87px;
    height: 87px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.wk_arrow:before {
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
    -webkit-transition: all 0.8s cubic-bezier(0.455,0.03,0.515,0.955);
    -moz-transition: all 0.8s cubic-bezier(0.455,0.03,0.515,0.955);
    -o-transition: all 0.8s cubic-bezier(0.455,0.03,0.515,0.955);
    transition: all 0.8s cubic-bezier(0.455,0.03,0.515,0.955);
}

.wk_arrow:before {
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
    -webkit-transition: all 0.8s cubic-bezier(0.455,0.03,0.515,0.955);
    -moz-transition: all 0.8s cubic-bezier(0.455,0.03,0.515,0.955);
    -o-transition: all 0.8s cubic-bezier(0.455,0.03,0.515,0.955);
    transition: all 0.8s cubic-bezier(0.455,0.03,0.515,0.955);
}

.wk_arrow:before, .wk_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.wk_arrow:after {
    width: 128px;
    height: 128px;
    border: 0px solid #fff;
    background-color: rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.77,0,0.175,1);
    -moz-transition: all 0.8s cubic-bezier(0.77,0,0.175,1);
    -o-transition: all 0.8s cubic-bezier(0.77,0,0.175,1);
    transition: all 0.8s cubic-bezier(0.77,0,0.175,1);
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
}


.wk_arrow:hover:before {
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
}

.wk_arrow:hover:after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    -ms-transform: scale(1,1);
}

.wk_arrow table {
    position: relative;
    top: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    empty-cells: show;
    border-collapse: collapse;
}
.wk_arrow table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.wk_arrow table tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.wk_arrow table tbody tr a:hover {
    color: #450068;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}
a img {
    border: none;
}

.wk_slide-nav-wrap {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 8;
    overflow: hidden;
    /*margin-bottom: -22px;*/
    padding-top: 25px;
    width: 100%;
    height: 84px;
    opacity: 1;
    -webkit-transform: translateY(100%);
    -webkit-transform: matrix(1,0,0,1,0,0);
    -moz-transform: translateY(100%);
    -moz-transform: matrix(1,0,0,1,0,0);
    transform: translateY(100%);
    transform: matrix(1,0,0,1,0,0);
    -ms-transform: translateY(100%);
    -ms-transform: matrix(1,0,0,1,0,0);
}
#wk_slide-nav {
    position: relative;
    margin: auto;
    width: 620px;
    height: 26px;
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    transform: translateX(90px);
    -ms-transform: translateX(90px);
    z-index: 2;
}

#wk_slide-nav ul{
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
#wk_slide-nav ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.wk_nav-line {
    position: relative;
    top: 13px;
    float: left;
    width: 90px;
    height: 1px;
}

.wk_nav-line:first-child:before, .wk_nav-line:last-child:before {
    position: absolute;
    top: 0;
    width: 8000px;
    height: 1px;
    background-color: #fff;
    content: '';
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*.wk_nav-line:after {
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    background-color: #fff;
    content: '';
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .8s cubic-bezier(.77,0,.175,1);
    -o-transition: all .8s cubic-bezier(.77,0,.175,1);
    transition: all .8s cubic-bezier(.77,0,.175,1);
}*/

.wk_nav-line:first-child:before, .wk_nav-line:last-child:before {
    position: absolute;
    top: 0;
    width: 8000px;
    height: 1px;
    background-color: #fff;
    content: '';
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}

.wk_nav-line:first-child:before {
    left: -7960px;
}



.wk_nav-bullet-container {
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.wk_nav-bullet-container:before {
    position: absolute;
    top: -15px;
    left: 8px;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    content: '';
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .8s cubic-bezier(.77,0,.175,1);
    -o-transition: all .8s cubic-bezier(.77,0,.175,1);
    transition: all .8s cubic-bezier(.77,0,.175,1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    -ms-transform: translateY(-10px);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wk_nav-bullet-container:after{
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
.wk_nav *:before,.wk_nav *:after{
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}

.wk_nav-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.wk_nav-link:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    opacity: .5;
    -webkit-transition: all .8s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .8s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .8s cubic-bezier(.455,.03,.515,.955);
    transition: all .8s cubic-bezier(.455,.03,.515,.955);
}

.wk_nav-link:after {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    opacity: .5;
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .8s cubic-bezier(.77,0,.175,1);
    -o-transition: all .8s cubic-bezier(.77,0,.175,1);
    transition: all .8s cubic-bezier(.77,0,.175,1);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wk_nav-bullet-container.wk_active .wk_nav-link:after {
    opacity: 1;
}

.wk_nav-bullet {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .8s cubic-bezier(.77,0,.175,1);
    -o-transition: all .8s cubic-bezier(.77,0,.175,1);
    transition: all .8s cubic-bezier(.77,0,.175,1);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    transform: scale(0,0);
    -ms-transform: scale(0,0);
}

/*幻灯片1样式end*/

/*幻灯片2样式 start*/
#slide2 .wk_wrapper {
    height: 100%;
}

#slide2 ul {
    height: 100%;
    margin: 0;
    padding: 0;
}

#slide2 li {
    position: relative;
    float: left;
    display: inline;
    width: 25%;
    height: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#slide2.swiper-slide-active li {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#slide2 li.wk_l1 {
    -webkit-transform: translate3d(-600px,0,0);
    transform: translate3d(-600px,0,0);
    -ms-transform: translate3d(-600px,0,0);
}


#slide2 li.wk_l2 {
    -webkit-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
    -ms-transform: translate3d(-300px,0,0);
}

#slide2 li.wk_l3 {
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
    -ms-transform: translate3d(300px,0,0);
}

#slide2 li.wk_l4 {
    -webkit-transform: translate3d(600px,0,0);
    transform: translate3d(600px,0,0);
    -ms-transform: translate3d(600px,0,0);
}

#slide2 li.wk_selected .wk_bg {
    height: 100%;
}
#slide2 li .wk_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: #9a02e0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#slide2 li.wk_l2 .wk_bg {
    background-color: #acd146;
}

#slide2 li.wk_l3 .wk_bg {
    background-color: #04afa6;
}

#slide2 li.wk_l4 .wk_bg {
    background-color: #f8c200;
}

#slide2 li .wk_wrap {
    position: absolute;
    top: 50%;
    right: 30px;
    left: 30px;
    margin-top: -110px;
}

#slide2 li.wk_selected .wk_ico {
    background-position: center bottom;
}

#slide2.swiper-slide-active li {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#slide2  li.wk_l1 .wk_ico {
    background-image: url(http://www.jingyi.la/source/plugin/train/images/img5_1.png);
}

#slide2 li.wk_l2 .wk_ico {
    background-image: url(http://www.jingyi.la/source/plugin/train/images/img6_1.png);
}


#slide2 li.wk_l3 .wk_ico {
    background-image: url(http://www.jingyi.la/source/plugin/train/images/img7.png);
}

#slide2 li.wk_l4 .wk_ico {
    background-image: url(http://www.jingyi.la/source/plugin/train/images/img8_1.png);
}

#slide2  li .wk_ico {
    overflow: hidden;
    margin: 0 auto;
    width: 109px;
    height: 109px;
    border-radius: 109px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

#slide2 li h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

#slide2 li dl {
    margin-top: 18px;
    margin: 0;
    padding: 0;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 0;
}

#slide2 li dd {
    display: inline;
    margin: 0;
    padding: 0;
}

#slide2 li dd span {
    display: inline-block;
    margin: 0 15px;
    width: 1px;
    height: 15px;
    background: #fff;
}

#slide2 li p {
    margin-top: 30px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 12px;
}

#slide2 li.wk_selected .wk_img {
    bottom: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}


#slide2 li .wk_img {
    position: absolute;
    right: 0;
    bottom: -200px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

#slide2 li .wk_img img {
    display: block;
    width: 100%;
}
.wk_img img {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    -webkit-transition: all .5s ease-out;
}

.wk_img:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}


/*幻灯片2样式 end*/

.protect-title {
    text-align: center;
    margin: 0 0 90px 0;
}

.protect-title h2{
    font-size: 42px;
    font-weight: 100;
    padding: 10px 0 0 0;
    color: #444;
    line-height: 60px;
}

.protect-title span{
    position: relative;
    font-size: 22px;
    color: #999;
    line-height: 35px;
    display: block;
}

.swiper-slide-active div.protect-title span:after,.swiper-slide-active div.d-item-desc {
    width: 120px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -ms-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;

}

.protect-title span:after{
    content: " ";
    margin: 20px auto 0;
    height: 4px;
    width: 40px;
    background: #66CCFF;
    display: block;
    box-sizing: content-box;
}


/*幻灯片3样式 start*/
#slide3{
    position: relative;
}




.data-box {
    position: relative;
    z-index: 1;
    margin: 0 auto 30px;
    width: 1000px;
    text-align: center;
}

.data-item {
    margin: 0 25px;
    position: relative;
    width: 310px;
    height: 280px;
    background: url(http://www.jingyi.la/source/plugin/train/images/lbx.png) no-repeat #fff;
    background-size: 100%;
    background-position: 50%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.d-item-f {
    position: relative;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 100px;
    margin: -40px 0 0 -130px;
}

.data-item p {
    font-size: 40px;
    color: #666;
    letter-spacing: -1px;
    padding: 0px 0 0px;
    margin: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.data-item span {
    font-size: 18px;
    color: #ABABAB;
    position: relative;
    margin: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}


.d-item-desc {
    position: absolute;
    top: 65%;
    left: 50%;
    height: 70px;
    width: 185px;
    margin: -45px 0 0 -92px;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: left;
}

.d-item-desc span {
    font-size: 20px;
    color: #66CCFF;
}

.d-item-desc span:before {
    content: "";
    width: 50px;
    background: #66CCFF;
    height: 4px;
    position: absolute;
    top: -10px;
    left: 0px;
}

/*幻灯片3样式 end*/

/*幻灯片4样式 start*/

#slide4{
    background-color: #eee;
}
.tab-content>.tab-pane {
    display: none;
}

#slide4 .teacher-content{
    padding-top: 50px;
    padding-bottom: 50px;
}

.tab-content>.active {
    display: block;
}

#jswbox {
    width: 100%;
    margin: 0 auto;
}

#jswbox .prev, #jswbox .next {
    display: none;
}

#jswbox ul {
    position: relative;
    height: 450px;
    padding: 0;
}

#jswbox li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    left: 10px;
    list-style: none;
}

#jswbox li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    float: left;
    border: 0;
}

#jswbox ul li:nth-child(1) img, #jswbox ul li:nth-child(5) img {
    filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -webkit-filter: blur(10px);
}

#jswbox ul li:nth-child(2n) img {
    filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -webkit-filter: blur(5px);
}


/*幻灯片4样式 end*/


/*幻灯片5样式 start*/
#slide5{
   background: url(http://www.jingyi.la/source/plugin/train/images/bg3.jpg) no-repeat center;
   background-size: cover !important;
}
#slide5 .protect-title {
    text-align: center;
    margin: 0 0 30px 0;
}

#slide5 .protect-title h2{
    color:#fff;
}
#slide5 .p-item-box h3 {
    color:#E7E0E0;
}

#slide5 .p-item-box p{
    color: #D1CDCD;
}
.protect-item {
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px dotted #d8d8d8;
}
.p-item-box {
    width: 99%;
    box-sizing: content-box;
    margin: 15px auto;
}

.swiper-slide-active .p-item-box h3 {
    opacity: 1;
    filter: alpha(opacity=1);
    left: 0;
}
.p-item-box h3 {
    position: relative;
    left: -100px;
    font-size: 20px;
    padding: 0 5px 10px 0;
    color: #656565;
    opacity: 0;
    filter: alpha(opacity=0);
    font-weight: normal;
    -webkit-transition: all 1s ease .4s;
    -moz-transition: all 1s ease .4s;
    -ms-transition: all 1s ease .4s;
    -o-transition: all 1s ease .4s;
    transition: all 1s ease .4s;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}


.p-item-box h3 i {
    padding: 0;
    margin: 0;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    background: #66CCFF;
    border-radius: 50%;
    font-size: 28px;
   
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    font-style: normal;
}


.swiper-slide-active .p-detail {
    opacity: 1;
    filter: alpha(opacity=1);
    left: 0;
    text-align: left;
}
.p-item-box p {
    position: relative;
    left: 100px;
    font-size: 18px;
    line-height: 2;
    color: #909090;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease .7s;
    -moz-transition: all 1s ease .7s;
    -ms-transition: all 1s ease .7s;
    -o-transition: all 1s ease .7s;
    transition: all 1s ease .7s;
}
.p-item-box i.glyphicon{
    color: #fff;
}

/*幻灯片5样式 end*/


/*幻灯片6样式 start*/
#slide6{
    position: relative;
    background: rgb(0, 0, 0);
}


#slide6 .block {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin:0;
    z-index: 2;
}

#slide6 .bg {
    background: rgba(0,0,0,0.9);
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    z-index: 1;
    width: 100%;
    height: 313px;
}

#slide6 .wk_img:hover img.wk_quan {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

#slide6 .block .wk_img{
   width: 280px;
   height: 200px;
   margin: 0 auto;
   transform: scale(0.85);
}
#slide6 .block .wk_wen{
    /*max-width: 280px;*/
    position: absolute;
    top: 70px;
    left: 45%;
    width: 100%;
    width: 380px;
}
#slide6 .block .info{
    height: 60px;
    width: 100%;
    z-index: 200;
}
#slide6 .block .info p{
    margin: 0;
    padding: 2px 0;
    /*height: 60px;*/
    color: #fff;
    font-size: 18px;
    line-height: 60px;
}

#slide6 .map {
    height: 313px;
    /*padding-top: 67px;*/
}
.rel {
    position: relative;
}

#slide6 .map .map-con {
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#slide6 .map .map-con ul{
    margin: 0;
    height: 100%;
}

#slide6 .map .map-con ul li{
    display: inline-block;
    width: 33%;
    height: 100%;
    list-style-type: none;
}

.map_con_item{
    display: block;
}

.map_con_item>div{
    display: block;
    width: 100%;
    margin-top: 15%;
    position: relative;
}
.map_con_item>div p.care{
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
}

.map_con_item>div p.tel{
    position: absolute;
    bottom: -40px;
    left: 0;
    text-align: center;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
}

#slide6 .about{
    width: 100%;
    height: 460px;
    position: relative;
}

.wk_time{
    position: absolute;
    bottom: 5px;
    left: 10%;
}
.wk_time h4{
    color: #fff;
}

.wk_tele{
    position: absolute;
    bottom: 55px;
    right: 10%;
}

.wk_info {
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
}
.wk_info span{
    color: #fff;
    text-indent: 2em;
    display: block;
    text-align: left;
}
/*幻灯片6样式 end*/


/*左侧固定菜单栏 start*/
.leftNav{
    position: fixed;
    top: 210px;
    left: 3px;
    z-index: 5000;

}

.leftNav ul li{
    list-style: none;
    color :#fff;
    width: 54px;
    height: 54px;
    position: relative;
    box-sizing: content-box;
}

.leftNav ul li:hover{
    cursor: pointer;
}

.leftNav ul li:hover .navBox{
    opacity: 1;
}

.navBox{
    position: absolute;
    background-color: #66CCFF;
    opacity: 0.9;
    overflow: hidden;
    height: 54px;
    width: 54px;
    left: 0;
    top: 0;
}

.navBox a{
    display: block;
    color:#fff;
}
.navBox a,.navBox a:hover{
    text-decoration: none;
}
.navBox a span{
    line-height: 54px;
    height: 54px;
    display: inline-block;
}
.navBoxBottomBorder{
    border-bottom: 1px solid #fff;

}
.weixinNav img{
    position: relative;
    top: 10px;
    left: 10px;
}

.tooltip{
    opacity: 0;
    width: 150px;
    height: 150px;
}


.tooltip.show {
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 35px;
    width: 200px;
    height: 200px;
    background: #fff;
    text-align: center;
    opacity: 1;
}


.tooltip.show:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    right: 195px;
    top: 90px;
}

.tooltip.show:before {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip img {
    width: auto;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navBox .box{
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #66CCFF;
    display: none;
}

#link{
    overflow: visible;
}

.navBox:hover .box{
    display: block;
}

.navBox .box a{
    display: block;
    width: 100px;
    text-align: center;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color:#eee;
}

.navBox .box a:hover{
    color: #fff;
}
/*左侧固定菜单栏 end*/

/*手机版适配*/
@media (max-width: 768px) {
    #slide1 .wrap img {
        max-width: 98%;
    }

    #slide2 li .wk_wrap {
        top: 30%;
        right: 0px;
        left: 0px;
        margin-top: -110px;
    }
    
    #slide2 li .wk_ico{
        width: 100%;
        height: 109px;
        border-radius: 100%;
    }

    #slide2 li h2 {
        font-size: 14px;
    }
    
    #slide2 li dd span{
        display: none;
       
    }
    
    #slide2 li p {
        font-size: 10px;
    }
    
   /* .protect-title {
        margin: 0 0 20px 0;
    }

    #slide5 .protect-title {
        margin: 0 0 10px 0;
    }
    .protect-title h2 {
        font-size: 32px;
        font-weight: 100;
        padding: 10px 0 0 0;
        line-height: 40px;
    }*/

    /*.protect-title span {
        font-size: 18px;
        line-height: 28px;
    }*/


    /*.data-item {
        margin: 0;
        width: 280px;
        height: 150px;
        height: 250px;
        background-size: contain;
        background-size: 100%;
        cursor: pointer;
    }*/
    
    #slide4 .container{
        width: 100%;
        overflow: hidden;
    }

    #slide4 #jswbox{
        position: relative;
        left: -280px;
    }

    #slide5 .protect-item {
        width: 100%;
        margin: 0;
    }
    
    #slide5 .p-item-box {
        width: 90%;
        margin: 5px auto;
    }
    
    #slide5 .p-item-box h3 {
        font-size: 15px;
        padding: 0 2px 5px 0;
    }
    
    #slide5 .p-item-box p {
        position: relative;
        left: 20px;
        font-size: 12px;
        line-height: 1.8;
        
    }
    
    #slide6 .block .wk_img {
        width: 240px;
        height: 200px;  
        margin: 0 auto;
        padding-top: 30px;
        position: relative;
        top: 60px;
        left: -50px;
    }
    
    #slide6 .wk_img img {
        max-height: 100%;
        width: auto;
    }
    
    #slide6 .block .wk_wen{
        width: 220px;
    }
    #slide6 .block .wk_wen img{
        width: 230px;
    }
    
    #slide6 .block .info {
        height: auto;
    }
    
    #slide6 .block .info p {
        color: #fff;
        font-size: 14px;
        height: auto;
        line-height: auto;
    }
    
    #slide6 .map .map-con ul li {
         height: auto; 
    }
    
    #top img {
        margin-left: 20px;
        margin-top: 5px;
        height: 60px;
    }
    .map_con_item img{
        max-width: 100%;
    }

    .wk_tele{
        right: 5%;
    }

    .wk_nav-line{
        width: 5%;
    }

    .wk_nav-line:first-child:before {
        left: -7990px;
    }
    
    #wk_slide-nav {
        width: 100%;
    }

    #wk_slide-nav ul {
        -webkit-padding-start: 0px;
    }

}



@media (max-width: 600px) {
    #wk_slide-nav ul {
        -webkit-padding-start: 100px;
    }
}

@media (max-width: 450px) {
    #wk_slide-nav ul {
        -webkit-padding-start: 32px;
    }
}

@media (max-width: 420px) {
    #wk_slide-nav ul {
        -webkit-padding-start: 20px;
    }

    #slide4 .teacher-content{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #slide4 #jswbox{
        position: relative;
        left: -410px;
    }
    #slide4  .teacher-content{
        transform: scale(0.75);
    }

    #slide4 .protect-title {
        margin: 0 0 0 0;
        position: relative;
        top: 20px;
    }
    

    .protect-title {
         margin: 0 0 10px 0;

     }

    .protect-title h2 {
        font-size: 28px;
        font-weight: 100;
        padding: 10px 0 0 0;
        line-height: 35px;
    }

    .protect-title span {
        font-size: 16px;
        line-height: 23px;
    }
    
    .protect-title span:after {
        margin: 5px auto 0;
        height: 4px;
        width: 40px;
    }
    
    #slide5 .p-item-box h3 {
        font-size: 6px;
        padding: 0 1px 1px 0;
    }
    
    #slide5 .p-item-box p {
        position: relative;
        left: 20px;
        font-size: 5px;
        line-height: 1.1;
    }
    
    .p-item-box h3 i {
        margin: 0;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        border-radius: 50%;
        font-size: 20px;
    }
    
    #slide5 .protect-title {
        margin: 0 0 10px 0;
    }

    #slide5 .p-item-box {
        width: 95%;
        margin: 2px auto;
    }

    #slide5 h2 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #slide6 .block .info p {
        font-size: 14px;
        height: auto;
        line-height: 23px;
    }

    .wk_time {
        bottom: 20px;
        left: 3%;
    }
    .wk_tele {
        right: 3%;
    }
}

@media (max-width: 350px) {
    #wk_slide-nav ul {
        -webkit-padding-start: 0px;
    }

    #slide4 .teacher-content{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #slide4 #jswbox{
        position: relative;
        left: -450px;
    }
    #slide4  .teacher-content{
        transform: scale(0.6);
    }

    #slide4 .protect-title {
        margin: 0 0 0 0;
        position: relative;
        top: 50px;
    }
    

    .protect-title {
         margin: 0 0 10px 0;

     }

    .protect-title h2 {
        font-size: 24px;
        font-weight: 80;
        padding: 10px 0 0 0;
        line-height: 30px;
    }

    .protect-title span {
        font-size: 15px;
        line-height: 20px;
    }
    
    .protect-title span:after {
        margin: 5px auto 0;
        height: 4px;
        width: 40px;
    }

    #slide5 .p-item-box h3 {
        font-size: 5px;
        padding: 0 1px 1px 0;
    }
    
    #slide5 .p-item-box p {
        position: relative;
        left: 20px;
        font-size: 3px;
        line-height: 1;
    }
    
    .p-item-box h3 i {
        margin: 0;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        border-radius: 50%;
        font-size: 20px;
    }
    
    #slide5 .protect-title {
        margin: 0 0 10px 0;
    }

    #slide5 .p-item-box {
        width: 99%;
        margin: 1px auto;
    }

    #slide5 h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    #slide6 .block .info p {
        font-size: 12px;
        height: auto;
        line-height: 20px;
    }

    .wk_time {
        bottom: 0px;
        left: 2%;
        transform: scale(0.85);
    }
    .wk_tele {
        right: 2%;
        transform: scale(0.85);
    }
}

@media (max-height: 738px) {
    .data-item {
        margin: 0;
        width: 280px;
        height: 180px;
        background-size: contain;
        cursor: pointer;
    }
    
    .data-item p {
        font-size: 30px;
    }
    
    .data-item span {
        font-size: 18px;
    }
    
    .d-item-f {
        padding-top: 15px;
    }
    
    .d-item-desc span:before {
        content: "";
        width: 30px;
        background: #66CCFF;
        height: 4px;
        position: absolute;
        top: -10px;
        left: 0px;
    }
    
    .d-item-desc {
        position: absolute;
        top: 60%;
        left: 65%;
        height: 70px;
        width: 120px!important;
        margin: -45px 0 0 -92px;
        opacity: 0;
        filter: alpha(opacity=0);
        text-align: left;
    }

    .d-item-desc span {
        font-size: 18px;
        width: 110px;
        display: block;
    }
}
@media (max-height: 1024px) {
    #slide3 .protect-title {
        text-align: center;
        margin: 0 0 20px 0;
    }
}

@media (max-height: 960px) {
    .data-item {
        margin: 0;
        width: 280px;
        height: 177px;
        background-size: contain;
        cursor: pointer;
    }
    
    .data-item p {
        font-size: 28px;
    }
    
    .data-item span {
        font-size: 16px;
    }
    
    .d-item-f {
        padding-top: 15px;
    }
    
    .d-item-desc span:before {
        content: "";
        width: 30px;
        background: #66CCFF;
        height: 4px;
        position: absolute;
        top: -10px;
        left: 0px;
    }
    
    .d-item-desc {
        position: absolute;
        top: 65%;
        left: 65%;
        height: 70px;
        width: 120px!important;
        margin: -45px 0 0 -92px;
        opacity: 0;
        filter: alpha(opacity=0);
        text-align: left;
    }

    .d-item-desc span {
        font-size: 16px;
        width: 110px;
        display: block;
    }
}

@media (max-height: 628px) {
    .data-item {
        margin: 0;
        width: 280px;
        height: 167px;
        background-size: contain;
        cursor: pointer;
    }
    
    .data-item p {
        font-size: 28px;
    }
    
    .data-item span {
        font-size: 16px;
    }
    
    .d-item-f {
        padding-top: 15px;
    }
    
    .d-item-desc span:before {
        content: "";
        width: 30px;
        background: #66CCFF;
        height: 4px;
        position: absolute;
        top: -10px;
        left: 0px;
    }
    
    .d-item-desc {
        position: absolute;
        top: 65%;
        left: 65%;
        height: 70px;
        width: 120px!important;
        margin: -45px 0 0 -92px;
        opacity: 0;
        filter: alpha(opacity=0);
        text-align: left;
    }

    .d-item-desc span {
        font-size: 16px;
        width: 110px;
        display: block;
    }
}

@media (max-height: 580px) {
    .data-item {
        margin: 0;
        width: 280px;
        height: 145px;
        background-size: contain;
        cursor: pointer;
    }
    
    .data-item p {
        font-size: 24px;
    }
    
    .data-item span {
        font-size: 14px;
    }
    
    .d-item-f {
        padding-top: 12px;
    }
    
    .d-item-desc span:before {
        content: "";
        width: 30px;
        background: #66CCFF;
        height: 4px;
        position: absolute;
        top: -10px;
        left: 0px;
    }
    
    .d-item-desc {
        position: absolute;
        top: 70%;
        left: 68%;
        height: 70px;
        width: 120px!important;
        margin: -45px 0 0 -92px;
        opacity: 0;
        filter: alpha(opacity=0);
        text-align: left;
    }

    .d-item-desc span {
        font-size: 14px;
        width: 95px;
        display: block;
    }
}

@media (max-height: 480px) {
    .data-item {
        margin: 0;
        width: 280px;
        height: 120px;
        background-size: contain;
        cursor: pointer;
    }
    
    .data-item p {
        font-size: 24px;
    }
    
    .data-item span {
        font-size: 14px;
    }
    
    .d-item-f {
        padding-top: 10px;
    }
    
    .d-item-desc span:before {
        content: "";
        width: 30px;
        background: #66CCFF;
        height: 4px;
        position: absolute;
        top: -10px;
        left: 0px;
    }
    
    .d-item-desc {
        position: absolute;
        top: 70%;
        left: 68%;
        height: 70px;
        width: 120px!important;
        margin: -45px 0 0 -92px;
        opacity: 0;
        filter: alpha(opacity=0);
        text-align: left;
    }

    .d-item-desc span {
        font-size: 14px;
        width: 95px;
        display: block;
    }
}











