.container .case-nav-box {
    height: 108px;
    position: relative;
    background: #fff
}

.case-nav-wrap {
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .13)
}

.container .case-nav {
    font-size: 14px;
    color: #333;
    height: 54px;
    line-height: 54px;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.container .case-nav li {
    width: 120px;
    height: 55px;
    text-align: center;
    float: left
}

.container .case-nav li a {
    display: block;
    color: #333;
    transition: all ease-in .6s;
    -ms-transition: all ease-in .6s;
    -o-transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s
}

.container .case-nav li a:hover {
    color: #fff;
    background-color: #002FA7;
    transition: all ease-in .6s;
    -ms-transition: all ease-in .6s;
    -o-transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s
}

.container .case-nav .case-active {
    color: #fff;
    background-color: #002FA7
}

.case-active {
    color: #fff;
    background-color: #002FA7
}

.container .case-sub-nav-box {
    width: 1200px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    background: url(../images/nav-bg.jpg) no-repeat;
    top: 54px
}

.container .case-sub-nav {
    position: relative;
    left: 50%;
    float: left;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.container .case-sub-nav li {
    margin-right: 32px;
    float: left;
    font-weight: 700
}

.container .case-sub-nav li a:hover {
    color: #002FA7;
    transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s
}

.container .case-sub-nav .case-sub-active {
    color: #002FA7
}

.container .case-sub-nav.case-close {
    display: none
}

.container .case-content-box {
    width: 1135px;
    margin: 5px auto 0
}

.case-content-box ul {
    font-size: 0;
    margin: 0 -3px
}

.case-content-box ul li {
    width: 33.3333%;
    float: left;
    padding: 0 3px;
    margin-bottom: 16px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.case-content-box ul li:hover h3 {
    color: #002FA7
}

.case-content-box ul li:hover .img_scale {
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .45);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .45);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.case-content-box ul li a {
    display: block
}

.case-content-box h3 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    font-weight: 700
}

.case-content-box a h3:hover {
    color: #002FA7
}

.case3-nav {
    margin-left: 20px;
    margin-bottom: 45px
}

.case3-nav ul {
    font-size: 12px;
    overflow: hidden
}

.case3-nav ul li {
    float: left;
    margin-right: 7px;
    font-size: 12px
}

.case3-nav ul li:first-child::before {
    content: url(../images/line.jpg);
    margin-right: 3px
}

.case3-nav ul li img {
    margin-top: -3px
}

.case3-nav ul li a:hover {
    color: #002FA7
}

.case3-active {
    color: #002FA7
}

.case3-content_box {
    padding: 0 12.5%
}

.case3-content_box h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 36px;
    font-weight: 700
}

.case3-content_box h1 {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 700
}

.case3-content_box .case3-content p {
    line-height: 30px;
    font-size: 14px
}

.case3-content_box .case3-content img {
    height: auto;
    max-width: 100%
}

.case3-content_box .performing-3-list li:before {
    content: '';
    width: 3px;
    height: 2px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.case3-content_box .performing-3-list li p {
    display: inline-block;
    vertical-align: middle
}

.case3-content_box .case3-content_menu {
    margin-bottom: 90px;
    position: relative
}

.case3-content_box .case3-content_menu .share {
    margin-top: 12px;
    float: right;
    color: #333
}

.case3-content_box .case3-content_menu .share .iconfont {
    color: #333
}

.case3-content_box .case3-content_menu .share a:hover .iconfont {
    color: #c01920
}

.turn {
    margin-top: 40px
}

.turn li {
    width: 38.2222%;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    font-weight: 700
}

.turn li:hover a {
    color: #002FA7;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.turn .v-left {
    float: left
}

.turn .v-right {
    float: right
}

.turn a {
    color: #333;
    height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.back-list {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -11px
}

@media screen and (min-width:1199px) and (max-width:1600px) {
    .case3-nav {
        height: 17px;
        position: relative
    }

    .case3-nav ul {
        position: absolute;
        left: 12px
    }
}

.vedio-wrap .sec-tit {
    padding-top: 50px;
    padding-bottom: 40px
}

.vedio-content-box {
    width: 1100px;
    margin: 0 auto
}

.vedio-content-box ul {
    font-size: 0;
    margin-left: -3px;
    margin-right: -3px
}

.vedio-content-box li {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 15px;
    transition: all ease-in .6s;
    -ms-transition: all ease-in .6s;
    -o-transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s
}

.vedio-content-box li:hover h3 {
    color: #002FA7;
    transition: all ease-in .6s;
    -ms-transition: all ease-in .6s;
    -o-transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s
}

.vedio-content-box li:hover .v-img:before {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all ease-in .6s;
    -ms-transition: all ease-in .6s;
    -o-transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s
}

.vedio-content-box a {
    position: relative;
    display: block
}

.vedio-content-box h3 {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #333;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: all ease-in .6s;
    -ms-transition: all ease-in .6s;
    -o-transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s;
    font-weight: 700
}

.vedio-content-box .v-img {
    position: relative
}

.vedio-content-box .v-img:before {
    content: '';
    width: 43px;
    height: 41px;
    background: url(../images/vedio-play.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0)
}

.v3-container {
    width: 100%;
    margin-top: 65px;
    background: #464646
}

.v3-main {
    width: 1090px;
    margin: 0 auto;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 50px
}

.v3-main .vedio3-detail {
    height: 492px;
    background: #1e1e1e
}

.v3-title {
    margin-bottom: 16px
}

.v3-title h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700
}

.v3-title p {
    font-size: 12px;
    line-height: 1
}

.v3-title span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.v3-title span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px
}

.v3-title span:nth-child(1):before {
    width: 12px;
    height: 12px;
    background: url(../images/case3-time1.png) no-repeat
}

.v3-title span:nth-child(2):before {
    width: 15px;
    height: 11px;
    background: url(../images/case3-view2.png) no-repeat
}

.v3-left {
    float: left;
    width: 870px
}

.v3-left a {
    display: block;
    position: relative
}

.v3-left a:after {
    content: '';
    width: 43px;
    height: 41px;
    background: url(../images/vedio-play.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.v3-right {
    width: 220px;
    float: right;
    padding-top: 20px;
    text-align: center;
    color: #fff
}

.v3-right h5 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700
}

.v3-right .v3-play {
    width: 100%
}

.v3-right h6 {
    font-size: 14px;
    color: #d7d7d7;
    line-height: 1;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700
}

.v3-right .swiper-container {
    width: 220px;
    padding: 0 19px;
    height: 430px;
    overflow: hidden
}

.v3-right .swiper-slide {
    margin-bottom: 28px
}

.v3-right .swiper-scrollbar {
    width: 4px;
    right: 0
}

.v3-right .swiper-scrollbar-drag {
    background: red
}

.v3-right a {
    display: block;
    position: relative
}

.v3-right a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    margin-top: -9px
}

.case-3-2-content_box {
    position: relative;
    top: 242px
}

.case-3-2-content_box img {
    max-width: 100%;
    height: auto
}

.case-3-2-content_box .case3-2_left {
    width: 100%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .15);
    margin-bottom: 60px;
    overflow: hidden;
    background-color: #fff
}

.case-3-2-content_box .case3-2_left .case-3-2-img1 {
    width: 1175px;
    height: 800px
}

.case-3-2-content_box .case3-2_left .case3-2_left-text {
    margin-left: 55px;
    margin-top: 70px
}

.case-3-2-content_box .case3-2_right {
    overflow: hidden;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .15);
    background-color: #fff
}

.case-3-2-content_box .case3-2_right .case-3-2-img2 {
    width: 1175px;
    height: 800px;
    background-color: #7c7bcb
}

.case-3-2-content_box .case3-2_right .case3-2_right-text {
    margin-left: 90px;
    margin-top: 72px
}

.case-3-2-content_box .case-3-2fl {
    float: left
}

.case-3-2-content_box .case-3-2fr {
    float: right
}

.case-3-2-content_box h3 {
    font-size: 30px;
    color: #c11920
}

.case-3-2-content_box p {
    font-size: 20px;
    color: 20px
}

@media screen and (max-width:1199px) {
    .case-3-2-content_box .case3-2_left {
        height: 544px
    }

    .case-3-2-content_box .case3-2_left .case-3-2-img1 {
        width: 800px;
        height: 554px
    }

    .case-3-2-content_box .case3-2_left .case-3-2-img1 img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .case-3-2-content_box .case3-2_right {
        height: 544px
    }

    .case-3-2-content_box .case3-2_right .case-3-2-img2 {
        width: 800px;
        height: 554px
    }

    .case-3-2-content_box .case3-2_right .case-3-2-img2 img {
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .case-3-2-content_box .case3-2_left {
        height: 544px
    }

    .case-3-2-content_box .case3-2_left .case-3-2-img1 {
        width: 800px;
        height: 554px
    }

    .case-3-2-content_box .case3-2_left .case-3-2-img1 img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .case-3-2-content_box .case3-2_right {
        height: 544px
    }

    .case-3-2-content_box .case3-2_right .case-3-2-img2 {
        width: 800px;
        height: 554px
    }

    .case-3-2-content_box .case3-2_right .case-3-2-img2 img {
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .case-3-2-content_box .case3-2_left {
        height: 544px
    }

    .case-3-2-content_box .case3-2_left .case-3-2-img1 {
        width: 1000px;
        height: 680px
    }

    .case-3-2-content_box .case3-2_left .case-3-2-img1 img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .case-3-2-content_box .case3-2_right {
        height: 544px
    }

    .case-3-2-content_box .case3-2_right .case-3-2-img2 {
        width: 1000px;
        height: 680px
    }

    .case-3-2-content_box .case3-2_right .case-3-2-img2 img {
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

.news-nav-box {
    width: 100%;
    height: 55px;
    position: relative;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .13)
}

.news-nav {
    font-size: 14px;
    color: #333;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.news-nav li {
    width: 120px;
    height: 55px;
    text-align: center;
    float: left
}

.news-nav li:hover {
    background-color: #002FA7;
    transition: all ease-in .6s;
    -ms-transition: all ease-in .6s;
    -o-transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s
}

.news-nav li:hover a {
    color: #fff;
    transition: all ease-in .8s;
    -ms-transition: all ease-in .8s;
    -o-transition: all ease-in .8s;
    -webkit-transition: all ease-in .8s;
    -moz-transition: all ease-in .8s
}

.news-nav li a {
    display: block;
    color: #333
}

.news-nav li .case-active {
    color: #fff
}

.news2-content_box {
    padding-top: 55px;
    background-color: #f7f7f7
}

.news2-content_box .news-item {
    margin: 3px auto 0;
    width: 100%;
    border: 1px solid rgba(1, 1, 1, 0);
    padding: 23px 0 23px 28px;
    position: relative;
    background-color: #fff;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.news2-content_box .news-item:last-child {
    margin-bottom: 30px
}

.news2-content_box .news-item:hover {
    border: 1px solid #002FA7;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.news2-content_box .news-item:hover .news-img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.news2-content_box .news-item:hover .news-text h3 {
    color: #002FA7;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.news2-content_box .news-item:hover .news-date_detail {
    background-color: #002FA7 !important;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.news2-content_box .news-item .news-img {
    float: left;
    width: 29.6%
}

.news2-content_box .news-item .news-img img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.news2-content_box .news-item .news-text {
    float: left;
    margin-left: 48px;
    margin-top: 50px
}

.news2-content_box .news-item .news-text h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    letter-spacing: .08em;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: 700
}

.news2-content_box .news-item .news-text p {
    width: 600px;
    font-size: 12px;
    color: #666;
    letter-spacing: .12em;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.news2-content_box .news-item .news-date {
    width: 66px;
    position: absolute;
    top: 50%;
    right: 90px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-left: 25px
}

.news2-content_box .news-item .news-date span {
    font-size: 12px;
    display: block;
    text-align: center;
    color: #999
}

.news2-content_box .news-item .news-date .news-date_detail {
    height: 66px;
    background-color: #666;
    border-radius: 5px;
    color: #fff;
    text-align: center
}

.news2-content_box .news-item .news-date .news-date_detail span {
    font-size: 12px;
    display: block;
    color: #fff
}

.news2-content_box .news-item .news-date .news-date_detail .day {
    font-size: 30px
}

.expand1-subnav {
    text-align: center;
    font-size: 0;
    margin: 20px 0
}

.expand1-subnav a {
    display: inline-block;
    width: 95px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 700;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    position: relative
}

.expand1-subnav a:after {
    content: '';
    width: 2px;
    height: 11px;
    background: #c9c9c9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.expand1-subnav a:nth-child(1):before {
    content: '';
    width: 2px;
    height: 11px;
    background: #c9c9c9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.expand1-subnav a.active,
.expand1-subnav a:hover {
    color: #002FA7
}

.performing-subnav {
    height: 20px;
    line-height: 20px;
    margin: 0 auto 24px;
    text-align: center
}

.performing-subnav a {
    color: #333;
    font-size: 14px
}

.performing-subnav a:hover {
    color: #002FA7
}

.performing-subnav span {
    color: #999;
    width: 2px;
    height: 11px;
    line-height: 11px;
    margin-left: 14px;
    margin-right: 14px
}

.performingarts-grid li {
    width: 25% !important
}

.performingarts-grid li img {
    width: 100%;
    max-width: 100%;
    height: 190px
}

.performing-active {
    color: #002FA7 !important
}

.performing3-imgbox {
    margin-bottom: 55px
}

.performing3-imgbox .performing-3-title {
    color: #002FA7
}

.performing3-imgbox img {
    margin-top: 0 !important
}

.performing3-imgbox ul {
    position: unset !important;
    float: none !important;
    transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    margin-top: 0 !important
}

.performing3-imgbox p {
    text-indent: 0 !important;
    line-height: 36px;
    font-size: 14px;
    color: #333
}

.relative {
    width: 100%;
    height: 390px;
    padding: 45px 48px 0 43px
}

.relative p {
    text-align: center;
    margin-top: 15px
}

.relative a {
    display: block
}

.relative h3:before {
    content: '';
    width: 2px;
    height: 14px;
    background: #002FA7;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px
}

.relative h3 {
    color: #002FA7;
    font-size: 15px;
    font-weight: 700
}

.scheme3-container,
.video-container {
    margin-top: 17px;
    width: auto
}

.scheme3-container .swiper-pagination-bullet-active,
.video-container .swiper-pagination-bullet-active {
    background-color: #002FA7
}

.scheme3-container .swiper-wrapper,
.video-container .swiper-wrapper {
    height: 242px
}

.video-container .swiper-slide {
    height: 280px
}

.scheme3-container .swiper-slide {
    height: 300px
}

.scheme3-container .swiper-slide p {
    float: left;
    margin-top: 1px
}

.scheme-container .swiper-slide img,
.video-container .swiper-slide img {
    width: 100%;
    height: 242px
}

.video-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 49px;
    margin-top: -49px;
    z-index: 10;
    cursor: pointer;
    background: rgba(255, 255, 255, .3);
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 5px;
    padding-top: 12px
}

.video-prev img {
    width: 11px;
    height: 20px
}

.video-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 49px;
    margin-top: -49px;
    z-index: 10;
    cursor: pointer;
    background: rgba(255, 255, 255, .3);
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 5px;
    padding-top: 12px
}

.video-next img {
    width: 11px;
    height: 20px
}

.expand1 {
    width: 100%;
    padding: 15px 9.3333% 0
}

.expand1-grid {
    padding-left: 90px;
    padding-right: 70px;
    overflow: hidden
}

.expand1-grid img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.expand1-grid li {
    width: 224px !important;
    height: 309px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2) !important;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative
}

.expand1-grid li .img_scale {
    box-shadow: 0 0 0 0 #fff !important;
    height: 100% !important
}

.expand1-grid li .img_scale img {
    height: 309px !important
}

.expand1-grid li:hover .text {
    opacity: 1;
    filter: alpha(opacity=100)
}

.expand1-grid .text {
    width: 100%;
    height: 61px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    line-height: 1;
    box-shadow: 0 0 0 0 #fff !important;
    background: rgba(206, 19, 30, .85);
    border-radius: 0 0 8px 8px;
    padding: 8px 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.expand1-grid .name {
    font-size: 14px;
    margin-bottom: 4px
}

.expand1-grid .post {
    font-size: 12px
}

.profile {
    width: 790px;
    margin: 0 auto;
    margin-bottom: 42px
}

.profile img {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .13)
}

.profile .expand3-1-line {
    margin-top: 35px;
    margin-bottom: 25px
}

.profile h3 {
    font-size: 28px;
    font-weight: 700
}

.profile .profile_detail {
    display: inline-block;
    margin-left: 50px
}

.profile .profile_detail .job {
    width: 87px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: url(../images/job.jpg);
    margin-top: 15px
}

.profile .profile_detail p {
    line-height: 22px;
    font-size: 14px
}

.expand3-1_detail {
    width: 790px;
    margin: 0 auto
}

.expand3-1_detail h4 {
    font-size: 16px;
    color: #002FA7;
    font-weight: 700;
    margin-bottom: 14px
}

.expand3-1_detail P {
    font-size: 14px;
    color: #333;
    line-height: 28px
}

.expand3-1_detail h5 {
    font-size: 14px;
    font-weight: 700;
    color: #002FA7;
    margin-top: 42px
}

.media-content-box {
    width: 1100px;
    margin: 0 auto
}

.media-content-box .media-grid {
    font-size: 0;
    padding: 2px;
    padding-left: 14px
}

.media-content-box .media-grid li {
    width: 262px;
    display: inline-block;
    height: 154px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 8px;
    border-top: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .29);
    position: relative;
    background: #fff
}

.media-content-box .media-grid li .img_scale {
    height: 140px
}

.media-content-box .media-grid li img {
    width: 100%;
    max-width: 100%;
    height: 154px;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.media-content-box .media-grid li img:hover {
    -webkit-animation: myfirst 1.5s;
    -o-animation: myfirst 1.5s;
    -moz-animation: myfirst 1.5s;
    animation: myfirst 1.5s
}

@-webkit-keyframes myfirst {
    from {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.media-container {
    position: relative;
    padding-bottom: 40px
}

.media-container .swiper-pagination {
    position: absolute;
    bottom: 0
}

.media-container .swiper-pagination-bullet-active {
    background-color: #002FA7
}

.service-content-box {
    width: 1105px;
    margin: 36px auto 0
}

.service-content-box img {
    width: 100%;
    max-width: 100%;
    height: 384px
}

.service-content-box ul {
    font-size: 0
}

.service-content-box ul li {
    width: 358px;
    height: 384px;
    overflow: hidden;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 6px;
    position: relative;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.service-content-box ul li a {
    overflow: hidden;
    display: block;
    border-radius: 8px
}

.service-content-box ul li a #s-first {
    position: absolute;
    left: 0;
    top: 0
}

.service-content-box ul li a #s-second {
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.service-content-box ul li:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

/* .service-content-box ul li:nth-child(1)::after {
    width: 115px;
    height: 100px;
    background: url(../images/diaosu.png) no-repeat
}

.service-content-box ul li:nth-child(2)::after {
    width: 115px;
    height: 100px;
    background: url(../images/zhuangzhi.png) no-repeat
}

.service-content-box ul li:nth-child(3)::after {
    width: 115px;
    height: 100px;
    background: url(../images/jianzhu.png) no-repeat
}

.service-content-box ul li:nth-child(4)::after {
    width: 115px;
    height: 100px;
    background: url(../images/yishupin.png) no-repeat;
    position: absolute
}

.service-content-box ul li:nth-child(5)::after {
    width: 115px;
    height: 100px;
    background: url(../images/chengshijiaju.png) no-repeat
}

.service-content-box ul li:nth-child(6)::after {
    width: 115px;
    height: 100px;
    background: url(../images/meichen.png) no-repeat
}

.service-content-box ul li:nth-child(7)::after {
    width: 115px;
    height: 110px;
    background: url(../images/jingguan.png) no-repeat
}

.service-content-box ul li:nth-child(8)::after {
    width: 115px;
    height: 100px;
    background: url(../images/wenhuayishu.png) no-repeat
}

.service-content-box ul li:nth-child(9)::after {
    width: 115px;
    height: 100px;
    background: url(../images/wenhuayishu.png) no-repeat
} */

.service-content-box ul li:hover::after {
    width: 78px;
    height: 78px;
    background: url(../images/service-more.png) no-repeat;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.service-content-box .service-mask .s-mask {
    background-color: rgba(111, 111, 111, .8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.service-content-box .service-mask img {
    width: 115px;
    height: 104px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.s-text {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #002fa75e;
    border-radius: 0 0 8px 8px;
    z-index: 999
}

.process {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 82px;
    margin-bottom: 5px;
    padding-top: 55px
}

.process .process-text {
    text-align: center;
    position: relative;
    margin-top: 20px
}

.process .process-text h3 {
    color: #002FA7;
    font-size: 18px;
    padding-left: 4px
}

.process .process-text h3::before {
    content: "";
    width: 106px;
    height: 1px;
    background: url(../images/process-line1.jpg) no-repeat;
    position: absolute;
    left: 26%;
    top: 20%
}

.process .process-text h3::after {
    content: "";
    width: 106px;
    height: 1px;
    background: url(../images/process-line1.jpg) no-repeat;
    position: absolute;
    left: 66%;
    top: 20%
}

.process .process-text p {
    font-size: 14px;
    color: #666;
    margin-top: 12px;
    letter-spacing: 1px
}

.process .process-detail-box {
    margin-top: 32px;
    text-align: center
}

.process .process-detail-box .process-detail {
    display: inline-block;
    margin-left: 46px;
    margin-right: 46px
}

.process .process-detail-box .process-detail h5 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-top: 14px
}

.process .process-detail-box .process-detail p {
    margin-top: 3px;
    font-size: 12px;
    color: #666
}

.process .process-detail-box .process-detail .process-img {
    position: relative;
    height: 76px;
    width: 60px;
    margin: 0 auto
}

.process .process-detail-box .process-detail .process-img img {
    position: absolute;
    bottom: 0;
    left: 0
}

.process .process-detail-box .process-detail .process-img::after {
    content: "";
    width: 82px;
    height: 3px;
    background: url(../images/process-point.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 130%;
    top: 60%
}

.process .process-detail-box .process-detail .process-img .process-last::after {
    content: "";
    width: 0;
    height: 0;
    background: url(../images/process-point.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 100%;
    top: 60%
}

.process .process-detail-box .process-detail #acopd::after {
    content: "";
    width: 0;
    height: 0
}

.scheme-nav {
    transform: translateX(-42%) !important;
    -ms-transform: translateX(-42%) !important;
    -o-transform: translateX(-42%) !important;
    -webkit-transform: translateX(-42%) !important;
    -moz-transform: translateX(-42%) !important
}

.scheme-content-box {
    width: 100%;
    padding: 10px 28px 0
}

.scheme-content-box ul {
    font-size: 0
}

.scheme-content-box li {
    width: calc(33.333% - 12px);
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.scheme-content-box li:hover a {
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .31)
}

.scheme-content-box li:hover h4 {
    color: #002FA7
}

.scheme-content-box a {
    display: block;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.scheme-content-box .scheme-text {
    background: #fff;
    padding: 0 12px 10px
}

.scheme-content-box h4 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: 700
}

.scheme-content-box span {
    font-size: 14px;
    line-height: 1;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.scheme-content-box span:before {
    content: '';
    width: 14px;
    height: 10px;
    background-image: url(../images/h-programs-icon1.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 6px
}

.scheme-content-box span:nth-child(2):before {
    width: 13px;
    height: 11px;
    background-image: url(../images/h-programs-icon2.png);
    vertical-align: unset
}

.scheme3-position .location {
    margin-top: 65px;
    margin-bottom: 34px
}

.scheme3-position .share {
    color: #333;
    padding-left: 18px;
    margin-top: 15px
}

.scheme3-position .share .iconfont {
    color: #333
}

.scheme3-position .share .iconfont:hover {
    color: #002FA7
}

.scheme3-position .relative a {
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.scheme3-position .relative a:hover h4 {
    color: #002FA7;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.scheme3-position .relative a:hover .scheme3-title {
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .31);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.scheme3-content_box {
    width: 1150px;
    margin: 0 auto
}

.scheme3-title {
    padding: 30px 40px 0
}

.scheme3-title h2 {
    font-size: 20px;
    line-height: 1;
    color: #333;
    float: left;
    font-weight: 700
}

.scheme3-title p {
    float: right
}

.scheme3-title p span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px
}

.scheme3-title p span:before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 8px
}

.scheme3-title p span:nth-child(1):before {
    width: 14px;
    height: 11px;
    background: url(../images/scheme-view.png) no-repeat
}

.scheme3-title p span:nth-child(2):before {
    width: 13px;
    height: 11px;
    background: url(../images/scheme-download.png) no-repeat
}

.swiper-container-wrap {
    margin: 20px 40px 0
}

.swiper-container-wrap .swiper-slide {
    position: relative
}

.swiper-container-wrap .swiper-slide img {
    display: block;
    margin: 0 auto
}

.swiper-container-wrap .s-pagination {
    margin-top: 16px;
    padding-bottom: 20px;
    text-align: center
}

.scheme3-main {
    width: 900px;
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .16);
    float: left;
    position: relative
}

.tip {
    width: 100%;
    background: #b9171e;
    color: #fff;
    text-align: center
}

.tip>div {
    width: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 3
}

.tip .continueWatching {
    width: 194px;
    letter-spacing: 5px;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #fff;
    margin: 20px auto 0;
    cursor: pointer;
    background: #002FA7;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.tip .continueWatching:hover {
    background: rgba(206, 19, 30, .2);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.tip p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px
}

.scheme3-right {
    width: 240px;
    float: right
}

.scheme3-right .scheme3-right-top {
    background: #fff;
    padding: 0 18px;
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .16);
    padding-top: 33px;
    padding-bottom: 18px
}

.scheme3-right .pay-box-title {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-bottom: 12px;
    border-bottom: 1px solid #999
}

.scheme3-right .scheme3-pay-box {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #333
}

.scheme3-right .download-button {
    width: 100%;
    line-height: 40px;
    background: #002FA7;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 5px;
    margin: 12px 0 16px;
    cursor: pointer
}

.price span {
    font-size: 24px;
    color: #002FA7;
    font-weight: 500;
    display: inline-block;
    margin: 0 4px 0 8px
}

.scheme3-pay-list li {
    margin-bottom: 12px
}

.scheme3-pay-list p {
    float: left
}

.scheme3-pay-list p:nth-child(1) {
    width: 106px
}

.scheme3-pay-list p:nth-child(2) {
    width: calc(100% - 106px)
}

.scheme3-collect {
    margin-top: 30px;
    padding-left: 18px
}

.scheme3-collect p {
    display: inline-block;
    vertical-align: middle
}

.scheme3-collect span {
    width: 23px;
    height: 22px;
    background: url(../images/scheme3-star.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    cursor: pointer;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.scheme3-collect span.active,
.scheme3-collect span:hover {
    background: url(../images/scheme3-star-active.png) no-repeat;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.pay-win {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 99;
    width: 404px;
    padding: 35px 34px 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d73d46
}

.pay-win .pay-win-main li {
    padding: 12px 5px;
    border: 1px solid rgba(222, 146, 148, 0);
    border-radius: 8px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.pay-win .pay-win-main li.active,
.pay-win .pay-win-main li:hover {
    border: 1px solid #de9294;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.pay-win .pay-tit {
    font-size: 14px;
    line-height: 1;
    color: #333;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 16px
}

.pay-win .pay-tit p {
    color: #002FA7;
    display: inline-block;
    margin: 0 10px;
    font-weight: 500
}

.pay-win .price {
    text-align: center;
    margin-bottom: 16px
}

.pay-win .price span {
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px
}

.pay-win .pay-btn {
    width: 197px;
    line-height: 35px;
    background: #002FA7;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 5px;
    margin: 0 auto;
    cursor: pointer
}

.sitemap-content-box {
    width: 842px;
    margin: 0 auto;
    padding-bottom: 100px
}

.sitemap-row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-left: 26px
}

.sitemap-row:last-child {
    border-bottom: 1px solid #ccc
}

.sitemap-row a {
    margin: 0 17px;
    display: inline-block;
    width: 65px
}

.sitemap-row a:hover span {
    color: #002FA7
}

.sitemap-row .sitemap-active {
    font-size: 14px;
    color: #002FA7;
    margin-right: 20px;
    font-weight: 700
}

.sitemap-row span {
    font-size: 13px;
    color: #333
}

.sitemap-row ul {
    float: left;
    margin: 0 2px
}

.sitemap-row ul li {
    margin-bottom: 6px
}

.sitemap-row ul li:nth-child(2) {
    margin-top: 12px
}

.sitemap-row ul a {
    font-size: 12px;
    color: #666
}

.sitemap-row ul a:hover {
    color: #002FA7
}

.register-box {
    width: 100%;
    height: 589px;
    position: relative;
    background: url(../images/register-img-background.png) 0 0 no-repeat
}

.register-box .register-bg-text {
    position: absolute;
    left: 132px;
    top: 190px
}

.register-box .register-bg-logo {
    position: absolute;
    left: 130px;
    top: 315px
}

.register-box .register-content-box {
    width: 390px;
    padding-bottom: 40px;
    background-color: #fff;
    position: absolute;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .15);
    text-align: center
}

.register-box .register-content-box h3 {
    color: #002FA7;
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 27px
}

.register-box .register-content-box input {
    border: 1px solid #002FA7;
    border-radius: 8px;
    display: block;
    margin: 10px auto
}

.register-box .register-content-box input[type=text] {
    width: 300px;
    height: 38px;
    padding-left: 1.5em
}

.register-box .register-content-box input[type=password] {
    width: 300px;
    height: 38px;
    padding-left: 1.5em
}

.register-box .register-content-box .identifyCode {
    width: 125px !important;
    float: left;
    margin-left: 45px
}

.register-box .register-content-box .identifyCodeImg {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid #002FA7
}

.register-box .register-content-box .change {
    float: left;
    margin-left: 10px;
    margin-top: 19px;
    color: #002FA7;
    font-size: 12px;
    text-decoration: underline
}

.register-box .register-content-box .afterRead {
    height: 36px;
    line-height: 36px;
    margin-top: 15px;
    position: relative
}

.register-box .register-content-box .afterRead input[type=checkbox] {
    display: inline-block;
    position: absolute;
    top: 3px;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-radius: 0
}

.register-box .register-content-box .afterRead input[type=checkbox]:checked {
    background: url(../images/register-cheacked.png) no-repeat center
}

.register-box .register-content-box .afterRead .readText {
    margin-left: 20px;
    display: inline-block;
    font-size: 12px
}

.register-box .register-content-box .afterRead .readText a {
    color: #002FA7;
    font-size: 12px;
    text-decoration: underline
}

.register-box .register-content-box .afterRead .readText_login {
    display: inline-block;
    font-size: 12px;
    height: 30px
}

.register-box .register-content-box .afterRead .readText_login span {
    position: absolute;
    left: 70px
}

.register-box .register-content-box .afterRead .readText_login a {
    color: #002FA7;
    font-size: 12px;
    text-decoration: underline;
    position: absolute;
    right: 50px
}

.register-box .register-content-box .quickReg {
    margin-top: 15px
}

.register-box .register-content-box .quickReg p {
    font-size: 12px;
    color: #2d2d2d
}

.register-box .register-content-box .quickReg a {
    color: #002FA7;
    font-size: 12px;
    text-decoration: underline
}

.register-box .register-content-box .quickLogin-logo div {
    display: inline-block;
    margin-left: 38px;
    margin-right: 38px;
    margin-top: 22px
}

.register-box .register-content-box input[type=submit] {
    width: 208px;
    height: 34px;
    background-color: #002FA7;
    color: #fff;
    text-align: center;
    border-radius: 0
}

.register-box .register-content-box .loginFail,
.register-box .register-content-box .loginSuccess,
.register-box .register-content-box .registerFail,
.register-box .register-content-box .registerSuccess,
.register-box .register-content-box .updateFail,
.register-box .register-content-box .updateSuccess {
    width: 260px;
    height: 110px;
    border-radius: 8px;
    background-color: #002FA7;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    -o-transform: translate(-50%, -65%);
    -webkit-transform: translate(-50%, -65%);
    -moz-transform: translate(-50%, -65%);
    padding-top: 12px
}

.register-box .register-content-box .loginFail .faillogo,
.register-box .register-content-box .loginFail .successlogo,
.register-box .register-content-box .loginSuccess .faillogo,
.register-box .register-content-box .loginSuccess .successlogo,
.register-box .register-content-box .registerFail .faillogo,
.register-box .register-content-box .registerFail .successlogo,
.register-box .register-content-box .registerSuccess .faillogo,
.register-box .register-content-box .registerSuccess .successlogo,
.register-box .register-content-box .updateFail .faillogo,
.register-box .register-content-box .updateFail .successlogo,
.register-box .register-content-box .updateSuccess .faillogo,
.register-box .register-content-box .updateSuccess .successlogo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 auto 8px
}

.register-box .register-content-box .loginFail .successlogo,
.register-box .register-content-box .loginSuccess .successlogo,
.register-box .register-content-box .registerFail .successlogo,
.register-box .register-content-box .registerSuccess .successlogo,
.register-box .register-content-box .updateFail .successlogo,
.register-box .register-content-box .updateSuccess .successlogo {
    background: #fff url(../images/register-success-logo.png) no-repeat center
}

.register-box .register-content-box .loginFail .faillogo,
.register-box .register-content-box .loginSuccess .faillogo,
.register-box .register-content-box .registerFail .faillogo,
.register-box .register-content-box .registerSuccess .faillogo,
.register-box .register-content-box .updateFail .faillogo,
.register-box .register-content-box .updateSuccess .faillogo {
    background: #fff url(../images/register-fail-logo.png) no-repeat center
}

.protocol-content {
    color: #333;
    font-size: 12px;
    padding: 0 60px 40px
}

.protocol-content p {
    margin-bottom: 20px
}

.protocol-content h6 {
    font-size: 12px;
    margin-bottom: 13px
}

.protocol-content h5 {
    font-size: 12px
}

.protocol-content li ul {
    margin-left: 14px
}

.personal {
    padding-top: 1px
}

.personal-content_box {
    width: 1040px;
    height: 600px;
    margin: 0 auto;
    margin-top: 68px;
    margin-bottom: 48px
}

.personal-content_box .personal-active {
    color: #002FA7
}

.personal-content_box .personal-box {
    background: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 15px;
    padding-top: 25px;
    overflow-y: auto;
    overflow-x: hidden
}

.personal-content_box .personal-box::-webkit-scrollbar {
    width: 3px;
    background-color: #bdbdbd
}

.personal-content_box .personal-box::-webkit-scrollbar-thumb {
    background-color: #002FA7;
    height: 65px
}

.personal-content_box .personal-box ul {
    font-size: 0;
    margin-left: -3px;
    margin-right: -3px;
    overflow-Y: auto;
    padding: 6px 6px 0 20px
}

.personal-content_box .personal-box li {
    width: 262px;
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    margin-bottom: 24px;
    margin-left: 3px;
    margin-right: 3px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.personal-content_box .personal-box li a {
    display: block;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.personal-content_box .personal-box li a div {
    height: 204px;
    width: 280px
}

.personal-content_box .personal-box li a div img {
    width: 100%;
    max-width: 100%;
    height: 204px
}

.personal-content_box .personal-box li:hover {
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .31)
}

.personal-content_box .personal-box li:hover a h4 {
    color: #002FA7;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.personal-content_box .personal-text {
    height: 40px !important;
    padding-left: 6px
}

.personal-content_box .personal-text h4 {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.personal-content_box .personal-text p {
    font-size: 12px
}

.personal-content_box .personal-text p span {
    margin-left: 3px;
    margin-right: 4px
}

.personal-content_box .personal-text p img {
    width: 15px !important;
    height: 10px !important
}

.personal-content_box .icon-active {
    color: #002FA7;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.personal-left {
    float: left;
    width: 170px;
    height: 100%;
    padding-right: 5px;
    text-align: center;
    position: relative
}

.personal-left .personal-member {
    width: 165px;
    height: 140px;
    position: relative
}

.personal-left .personal-member .member-name {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    font-weight: 600
}

.personal-left .member-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .16)
}

.personal-left .member-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.personal-left .personal-nav {
    width: 165px;
    height: 100%;
    padding: 0 32px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 17.82px .18px rgba(0, 0, 0, .1);
    box-shadow: 0 0 17.82px .18px rgba(0, 0, 0, .1)
}

.personal-left .personal-nav div {
    width: 100%;
    line-height: 75px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8
}

.personal-left .personal-nav div:last-child {
    border-bottom: 0 solid #d8d8d8
}

.personal-left .personal-nav div a:hover {
    color: #002FA7
}

.personal-left .personal-nav .personal-active {
    color: #002FA7
}

.personal-main {
    color: #333;
    width: 860px;
    height: 100%;
    float: right;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 17.82px .18px rgba(0, 0, 0, .1);
    box-shadow: 0 0 17.82px .18px rgba(0, 0, 0, .1)
}

.personal-main .personal-main-title {
    border-radius: 20px 20px 0 0;
    height: 45px;
    line-height: 45px;
    background-color: #848484;
    color: #fff;
    padding-left: 30px
}

.personal-main .personal-main-title h5 {
    height: 45px;
    line-height: 45px;
    font-size: 16px
}

.personal-main .phoneNumber {
    margin-top: 40px;
    margin-left: 60px
}

.personal-main .phoneNumber .number {
    margin-left: 12px
}

.personal-main .phoneNumber .number-change {
    color: #002FA7;
    font-size: 14px;
    margin-left: 12px
}

.personal-main .personal-bunding {
    margin-top: 45px;
    margin-left: 60px
}

.personal-main .personal-bunding h6 {
    font-size: 14px;
    display: inline-block
}

.personal-main .personal-bunding div {
    display: inline-block
}

.personal-main .personal-bunding div i {
    font-style: normal;
    color: #999
}

.personal-main .personal-bunding div button {
    width: 58px;
    height: 24px;
    color: #fff;
    background-color: #002FA7;
    border-radius: 8px;
    border: 0;
    margin-left: 4px
}

.personal-main .layui-form {
    padding: 0 50px
}

.personal-main-form {
    margin-top: 30px
}

.personal-main-form #name {
    width: 175px
}

.personal-main-form #identifyCode {
    width: 156px
}

.personal-main-form .ipt {
    margin-bottom: 20px
}

.personal-main-form .ipt-box .ipt {
    float: left;
    height: 38px;
    line-height: 38px
}

.personal-main-form .ipt-box .layui-radio {
    display: inline-block;
    vertical-align: middle
}

.personal-main-form .ipt-box .layui-radio label {
    line-height: 38px;
    margin-left: 34px
}

.personal-main-form .ipt-box .layui-radio .layui-input-block {
    margin-left: 110px
}

.personal-main-form .ipt-box .layui-form-radio {
    line-height: 38px
}

.personal-main-form input[type=radio] {
    display: none
}

.personal-main-form .identifyCode-button {
    width: 104px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #002FA7;
    color: #fff;
    background-color: #002FA7;
    margin-left: 18px
}

.personal-main-form .submit-button {
    width: 134px;
    height: 35px;
    margin-left: 160px
}

.personal-main-form .submit-button input[type=submit] {
    width: 134px;
    height: 35px;
    color: #fff;
    background-color: #002FA7;
    text-align: center;
    border-radius: 8px
}

.personal-main-form label {
    font-size: 14px;
    letter-spacing: .1em
}

.personal-main-form .input {
    width: 280px;
    height: 38px;
    border: 1px solid #002FA7;
    border-radius: 10px;
    padding-left: 12px;
    margin-left: 3px
}