@charset 'utf-8';
.cll {
    color: #3c7fe2
}

.video-banner {
    position: relative;
    overflow: hidden;
}

.vbvideo {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.homeText {
    position: absolute;
    left: 65px;
    top: 55%;
    text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.6);
    font-size: 2vw;
    font-weight: 400;
    letter-spacing: 0px;
    color: white;
    vertical-align: middle;
    z-index: 2;
    text-align: right;
    line-height: 4vw;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}

.expo {
    width: 100%;
    position: relative;
    margin: 0 0 0 0%;
    display: block;
    overflow: inherit;
    top: -90px;
    z-index: 3;
    height:22.5vw;
}

.expo dl {

    overflow: hidden;
    background: #fff;
    width: calc(50% - 60px);
    float: right;
    padding: 30px;

    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items:flex-start;
    -webkit-align-items:flex-start;
    box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.2);
}

.expo dt {
    display: block;
    overflow: hidden;
    width: 50%;
    margin: 0 0 0 0;
}

.expo dt strong {
    font-size: 24px;
    color: #0073b7;
    font-weight: normal;
    margin-bottom: 12px;
    display: block;
}

.expo dt p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.homemain{
    position: relative;
    margin-top: -22.5vw;

}

.i-banner {
    display: none;
}

.i-banner ul li {
    height: 860px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.i-banner:hover .owl-controls .owl-buttons div {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

.i-banner:hover .owl-controls .owl-buttons .owl-prev {
    left: 5%
}

.i-banner:hover .owl-controls .owl-buttons .owl-next {
    right: 5%
}

.i-banner .owl-controls .owl-buttons div {
    width: .25rem;
    height: .46rem;
    margin-top: -0.23rem;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.i-banner .owl-controls .owl-buttons .owl-prev {
    left: 4%;
    background-image: url("../images/banner_l.png")
}

.i-banner .owl-controls .owl-buttons .owl-next {
    right: 4%;
    background-image: url("../images/banner_r.png")
}

.i-banner .owl-pagination {
    bottom: .3rem
}

.i-banner .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5)
}

.i-banner .owl-controls .owl-page.active span, .i-banner .owl-controls .owl-page:hover span {
    background: #fff
}

@media (max-width: 1024px) {
    .video-banner {
        display: none;
    }

    .i-banner {
        display: block;
    }

    .i-banner ul li {
        height: 4rem
    }
}

@media (max-width: 750px) {
    .video-banner {
        display: none;
    }

    .i-banner {
        display: block;
    }

    .i-banner ul li {
        height: inherit;
        background-image: none !important
    }

    .i-banner ul li img {
        display: block
    }

    .i-banner .owl-pagination {
        text-align: inherit;
        bottom: .2rem;
        right: inherit
    }

    .i-banner .owl-pagination .owl-page span {
        width: 12px;
        height: 12px
    }
}

.header {
    z-index: 888;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 2%;
    background: transparent;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header .logo {
    line-height: 100px
}

.header .logo .img2 {
    display: none
}

.header .nav ul li {
    position: relative;
    float: left;
    margin-right: 40px;
    padding: 0 10px;
}

.header .nav ul li h2 > a {
    color: #fff;
    line-height: 100px;
    font-size: 20px
}

.header .nav ul li::before {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    content: '';
    border-top: 2px solid #3c7fe2;
    filter: alpha(opacity=0);
    opacity: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: opacity .5s ease 0s, transform .5s ease 0s;
    -moz-transition: opacity .5s ease 0s, transform .5s ease 0s;
    -o-transition: opacity .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, transform .5s ease 0s
}

.header .nav ul li.cur::before, .header .nav ul li:hover::before {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.header .nav ul li:hover .sub-nav {
    top: 100px;
    opacity: 1;
    visibility: visible
}

.header .nav ul li .sub-nav {
    z-index: 999;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -75px;

    width: 150px;
    background: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header .nav ul li .sub-nav a {
    display: block;
    min-height: 35px;
    line-height: 35px;
    height: auto;
    overflow: hidden;
}

.header .nav ul li .sub-nav a:hover {
    color: #fff;
    background: #3c7fe2
}

.header .search-btn {
    position: relative;
    width: 33px;
    height: 33px;
    line-height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    background: url("../images/search_btn.png") no-repeat center;
    cursor: pointer;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header .search-btn::after {
    position: absolute;
    bottom: -19px;
    right: 12px;
    content: '';
    border-bottom: 9px solid #eee;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header .search-btn.cur::after {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

.header .search-btn.cur .search {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

.header .search {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 888;
    width: 150px;
    height: 30px;
    line-height: 28px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff
}

.header .search .txt {
    float: left;
    width: calc(100% - 30px);
    height: 30px;
    line-height: 28px;
    padding-left: 10px;
    font-size: 12px;
    color: #666
}

.header .search .btn {
    float: right;
    width: 25px;
    height: 28px;
    line-height: 28px;
    background: url("../images/search.png") no-repeat center;
    cursor: pointer
}

.header .search {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 888;
    width: 150px;
    height: 30px;
    line-height: 28px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header .search .txt {
    float: left;
    width: calc(100% - 30px);
    height: 30px;
    line-height: 28px;
    padding-left: 10px;
    font-size: 12px;
    color: #666
}

.header .search .btn {
    float: right;
    width: 25px;
    height: 28px;
    line-height: 28px;
    background: url("../images/search.png") no-repeat center;
    cursor: pointer
}

.header .language a {
    float: left;
    width: 33px;
    height: 33px;
    line-height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header .language a:hover {
    border-color: #3c7fe2;
    color: #3c7fe2
}

.headers {
    background: #fff
}

.headers .logo .img1 {
    display: none
}

.headers .logo .img2 {
    display: initial
}

.headers .nav ul li h2 > a {
    color: #333
}

.headers .nav ul li.cur > a, .headers .nav ul li:hover > a {
    color: #3c7fe2
}

.headers .search-btn {
    border-color: #3c7fe2;
    background: url("../images/search_btns.png") no-repeat center
}

.headers .language a {
    color: #333;
    border-color: #333
}

.footer {
    position: relative;
    padding: .6rem 0 0 0;
    background: #404040 url("../images/footer_bg.jpg") no-repeat top center
}

.footer .icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 68px;
    height: 32px;
    margin-left: -34px;
    background: url("../images/footer_t_icon.png") no-repeat center
}

.footer .foot-head {
    padding-bottom: .3rem
}

.footer .foot-head h3 {
    font-size: 26px;
    color: #999;
    margin-bottom: .3rem
}

.footer .foot-head .txt, .footer .foot-head .btn {
    border-radius: 5px;
    width: 83%;
    height: 40px;
    line-height: 40px;
    margin-bottom: .2rem
}

.footer .foot-head .txt {
    padding: 0 .2rem;
    color: #333;
    font-size: 14px;
    background: #fff
}

.footer .foot-head .txt:focus {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85)
}

.footer .foot-head .yzm {
    position: relative;
    overflow: hidden
}

.footer .foot-head .yzm .img {
    width: 80px;
    height: 40px;
    left: 8.5%;
    right: 0;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden
}

.footer .foot-head .yzm .img img {
    width: 100%;
    height: 100%
}

.footer .foot-head .yzm .txt {
    padding-left: 100px
}

.footer .foot-head .btn {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #3c7fe2
}

.footer .copright {
    background: #333;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #454545;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 25px
}

.i-main .i-tt1 {
    text-align: center;
    padding-bottom: 15px;
    background: url("../images/i_tt1_bg.png") no-repeat bottom center
}

.i-main .i-tt1 strong {
    font-size: 26px;
    color: #3c7fe2
}

.i-main .i-tt1 span {
    color: #999
}

.i-main .i-guide {
    padding-top: 1.4rem;
    padding-bottom: .6rem;
    background: #f8f8f8
}

.i-main .i-guide ul {
    padding: .85rem 0 0 0
}

.i-main .i-guide li {
    float: left;
    width: 100%;
    padding: 0 .09rem;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.i-main .i-guide li:hover {
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateY(-20px)
}

.i-main .i-guide li a .icon {
    position: relative;
    z-index: 1;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin: 0 auto
}

.i-main .i-guide li a .info {
    height: 225px;
    padding: 85px .15rem 0 .15rem;
    margin-top: -65px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;


}

.i-main .i-guide li a .info h3 {
    font-size: 18px
}

.i-main .i-guide li a .txt {
    line-height: 20px;
    font-size: 12px;
    color: #999;
    max-height: 100px;

}

.i-main .i-guide .owl-carousel .owl-wrapper {
    padding-top: .2rem
}

.i-main .i-guide .owl-controls .owl-page.active span, .i-main .i-guide .owl-controls.clickable .owl-page:hover span {
    background: #bc0a20
}

.i-main .i-about {
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll \9;
    -webkit-background-attachment: fixed;
    background-attachment: fixed
}

.i-main .i-about .abs {
    right: 0;
    bottom: 0
}

.i-main .i-about a {
    height: 285px;
    background: rgba(255, 255, 255, 0.9);
    padding: .4rem 0 0 .4rem
}

.i-main .i-about h3 strong {
    font-size: 26px;
    color: #3c7fe2
}

.i-main .i-about h3 span {
    color: #999
}

.i-main .i-about .txt {
    width: 95%;
    height: 100px;
    overflow: hidden
}

.i-main .i-about .icon {
    width: 30px;
    height: 30px;
    background: url("../images/more_icon.png") no-repeat center
}

.i-main .i-ab-class li {
    height: 320px;
    overflow: hidden
}

.i-main .i-ab-class li:hover a .bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.i-main .i-ab-class li .dt {
    display: block
}

.i-main .i-ab-class li .bg {
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.i-main .i-ab-class li .dtcell {
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.i-main .i-ab-class li a {
    height: 320px;
    color: #fff
}

.i-main .i-ab-class .icon {
    height: 55px;
    line-height: 55px
}

.i-main .i-ab-class h3 strong {
    font-size: 16px;
    padding-top: .25rem
}

.i-main .i-ab-class h3 span {
    font-size: 12px;
    padding-top: .05rem
}

.i-main .i-news {
    padding-top: .6rem;
    padding-bottom: .6rem;
    background: #f8f8f8
}

.i-main .i-news .news-l .tt1 .txt {
    position: relative;
    width: 185px;
    height: 160px;
    color: #fff;
    background: #bc0a20;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.i-main .i-news .news-l .tt1 .txt::after {
    position: absolute;
    left: 50%;
    bottom: -13px;
    content: '';
    border-top: 13px solid #bb0d26;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -15px
}

.i-main .i-news .news-l .tt1 .txt strong {
    font-size: 26px
}

.i-main .i-news .news-l .tt1 .txt span {
    text-align: left
}

.i-main .i-news .news-l .tt1 .img {
    width: calc(100% - 185px);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden
}

.i-main .i-news .news-l .dtcell {
    text-align: inherit
}

.i-main .i-news .news-l .list-tt1 {
    padding: .5rem 0 .4rem 0
}

.i-main .i-news .news-l .list-tt1 .date {
    width: 185px
}

.i-main .i-news .news-l .list-tt1 .date strong {
    position: relative;
    font-size: 40px;
    color: #666
}

.i-main .i-news .news-l .list-tt1 .date strong::after {
    position: absolute;
    top: -12px;
    left: 50%;
    content: '';
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background: #d7d7d7
}

.i-main .i-news .news-l .list-tt1 .info {
    width: calc(100% - 185px)
}

.i-main .i-news .news-l .list-tt1:hover .pb30, .i-main .i-news .news-l .list-tt1:hover h3 {
    color: #3c7fe2
}

.i-main .i-news .news-l .list-tt1:hover .date strong {
    color: #3c7fe2
}

.i-main .i-news .news-l .list li {
    height: 50px;
    line-height: 50px;
    border-top: 2px solid #f8f8f8
}

.i-main .i-news .news-l .list li:hover h3 {
    color: #3c7fe2
}

.i-main .i-news .news-l .list .date {
    width: 185px
}

.i-main .i-news .news-l .list h3 {
    width: calc(100% - 185px)
}

.i-main .i-news .news-r .tt1 {
    background: #ececec;
    height: 160px;
    padding: 0 .4rem
}

.i-main .i-news .news-r .tt1 strong {
    font-size: 26px
}

.i-main .i-news .news-r .dtcell {
    text-align: inherit
}

.i-main .i-news .news-r .info:hover h3 {
    color: #3c7fe2
}

.i-main .i-news .news-r .info .img {
    height: 188px
}

.i-main .i-news .news-r .info h3 {
    width: 65%
}

.i-main .i-news .news-r .info .txt-w {
    padding: .3rem
}

.i-main .i-news .news-r .info .txt {
    height: 40px;
    overflow: hidden;
    line-height: 20px
}

.i-main .i-video {
    padding-top: .6rem;
    padding-bottom: .9rem
}

.i-main .i-video ul {
    margin-left: -12px
}

.i-main .i-video li {
    padding-left: 12px;
    margin-bottom: 5px
}

.i-main .i-video li a {
    position: relative;
    border-radius: 5px;
    height: 235px;
    overflow: hidden
}

.i-main .i-video li a .img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s
}

.i-main .i-video li a:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.i-main .i-video li a:hover .bg {
    background: rgba(0, 0, 0, 0.6)
}

.i-main .i-video li a:hover .bg .icon {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.i-main .i-video li a:hover .bg .dtcell {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

.i-main .i-video li a .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3)
}

.i-main .i-video li a .bg .icon {
    width: 45px;
    height: 45px;
    background: url("../images/video.png") no-repeat center
}

.i-main .i-video li a .bg .dtcell {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.i-main .i-video .li1 a {
    height: 480px
}

.i-main .i-video .owl-pagination {
    bottom: -0.35rem
}

.i-main .i-video .owl-controls .owl-page span {
    width: 30px;
    height: 2px;
    border-radius: inherit;
    background: #6c6564
}

.i-main .i-video .owl-controls .owl-page.active span, .i-main .i-video .owl-controls.clickable .owl-page:hover span {
    background: #bd0e22
}

.i-main .i-cooperation {
    padding-top: .6rem;
    padding-bottom: .6rem;
    background: #f8f8f8
}

.i-main .i-cooperation .item {
    float: left;
    width: 178px;
    height: 178px;
    background: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 90px
}

.i-main .i-cooperation .item img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.i-main .i-contact {
    padding-bottom: .6rem;
    background: #f8f8f8
}

.i-main .i-contact .mauto {
    border-radius: 5px;
    overflow: hidden
}

.i-main .i-contact .map {
    width: calc(100% - 455px);
    height: 370px
}

.i-main .i-contact .map img {
    max-width: inherit
}

.i-main .i-contact .info {
    width: 455px;
    height: 370px;
    background: #3c7fe2;
    padding: .45rem
}

.i-main .i-contact .info h3 {
    font-size: 16px;
    border-bottom: 1px solid #fff
}

.i-main .i-contact .info .txt {
    line-height: 35px
}

.banner {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.main {
    background: #f8f8f8
}

.main .main-btn a {
    width: 160px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px
}

.main .main-btn a:hover {
    border-color: #3c7fe2;
    color: #3c7fe2
}

.main .main-title {
    display: none
}

.main .main-menu {
    padding: 60px 0px;
    text-align: center;
}

.main .main-menu a {
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0 3.1%;
    margin: 0px 5px;
    border-radius: 5px
}

.main .mauto .main-menu {
    padding: 60px 0px;
    text-align: left;
}

.main .mauto .main-menu a {
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0 3.1%;
    margin: 5px 5px;
    border-radius: 5px
}

.main .main-menu a:hover, .main .main-menu a.cur {
    border-color: #3c7fe2;
    color: #3c7fe2
}

.main .about .txt {
    width: 46%
}

.main .about .txt h3 {
    position: relative;
    font-size: 30px;
    color: #3c7fe2
}

.main .about .txt h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100px;
    height: 2px;
    background: #be172c
}

.main .about .img {
    width: 50%
}

.main .pic-list ul {
    margin-left: -0.3rem
}

.main .pic-list li {
    padding-left: .3rem;
    margin-bottom: .3rem
}

.main .pic-list li a {
    height: 175px;
    background: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .pic-list li a:hover {
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateY(-5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2)
}

.main .event ul {
    position: relative
}

.main .event ul::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    content: '';
    background: #ddd;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main .event ul li .item {
    width: calc(50% - 30px);
    padding: .25rem 30px
}

.main .event ul li .item:hover {
    background: #3c7fe2
}

.main .event ul li .item:hover h3, .main .event ul li .item:hover .txt {
    color: #fff
}

.main .event ul li .item h3 {
    position: relative;
    font-size: 26px;
    padding-bottom: .1rem;
    color: #3c7fe2
}

.main .event ul li .item h3::after {
    z-index: 1;
    position: absolute;
    top: 50%;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #3c7fe2;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main .event ul li .item .txt {
    font-size: 12px;
    color: #666;
    line-height: 22px
}

.main .event ul li:nth-child(odd) .item {
    float: left;
    text-align: right
}

.main .event ul li:nth-child(odd) .item h3::after {
    right: -65px
}

.main .event ul li:nth-child(even) .item {
    float: right
}

.main .event ul li:nth-child(even) .item h3::after {
    left: -64px
}

.main .member-list ul {
    margin-left: -32px;
    margin-top: -84px
}

.main .member-list li {
    padding-left: 32px;
    margin-top: 85px
}

.main .member-list li a {
    position: relative;
    background: #f2f2f2
}

.main .member-list li a:hover {
    background: #fff
}

.main .member-list li a:hover .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.main .member-list li a:hover .tac {
    color: #3c7fe2
}

.main .member-list li .info {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 75px 0 30px 0
}

.main .member-list li .icon {
    position: absolute;
    top: -55px;
    left: 50%;
    width: 107px;
    height: 107px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -53.5px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.main .member-list li h3 {
    font-size: 16px
}

.main .member-list li .txt {
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    padding: 0 14%;
    color: #999;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.main .video-list ul {
    margin-left: -37px
}

.main .video-list li {
    padding-left: 37px;
    margin-bottom: 40px
}

.main .video-list li a {
    position: relative;
    border-radius: 5px;
    height: 297px;
    overflow: hidden
}

.main .video-list li a .img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s
}

.main .video-list li a:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.main .video-list li a:hover .bg {
    background: rgba(0, 0, 0, 0.6)
}

.main .video-list li a:hover .bg .icon {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.main .video-list li a:hover .bg .dtcell {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

.main .video-list li a .bg {
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.main .video-list li a .bg .icon {
    width: 45px;
    height: 45px;
    background: url("../images/video.png") no-repeat center
}

.main .video-list li a .bg .dtcell {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.main .video-list .li1 a {
    height: 634px
}

.main .video-info .tt1 {
    border-bottom: 1px solid #ddd
}

.main .video-info .share {
    display: table;
    margin: 0 auto;
    height: 20px;
    overflow: hidden
}

.main .video-info .share a {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 2px 0 2px !important
}

.main .video-info .share .a1 {
    background-image: url("../images/weixin.jpg")
}

.main .video-info .share .a2 {
    background-image: url("../images/weibo.jpg")
}

.main .video-info .share .a3 {
    background-image: url("../images/qq1.jpg")
}

.main .video-info .share .a4 {
    background-image: url("../images/qq2.jpg")
}

.main .video-info .edit .video-w {
    width: 715px;
    height: 475px;
    margin: 0 auto
}

.main .video-info .edit .video-w video {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.main .news-list ul {
    margin-left: -30px
}

.main .news-list li {
    padding-left: 30px;
    margin-bottom: .3rem
}

.main .news-list li a {
    border: 1px solid #ddd;
    background: #fff;
    padding: 8.5%
}

.main .news-list li a:hover h3 {
    color: #3c7fe2
}

.main .news-list li a:hover .icon {
    background: url("../images/news_icon2.png")
}

.main .news-list li a .imgs {
    height: 230px
}

.main .news-list li a h3 {
    height: 55px;
    line-height: 55px
}

.main .news-list li a .els2 {
    height: 38px
}

.main .news-list li a .icon {
    width: 20px;
    height: 20px;
    background: url("../images/more_icon.png")
}

.main .news-list li a .date {
    height: 20px;
    line-height: 20px
}

.main .news-lists .imgs {
    width: 245px;
    height: 178px
}

.main .news-lists li {
    border-bottom: 1px solid #ddd;
    padding: .3rem 0
}

.main .news-lists li:hover {
    background: #fff
}

.main .news-lists a:hover h3 {
    color: #3c7fe2
}

.main .news-lists a:hover .btn {
    background: #3c7fe2;
    border-color: #3c7fe2;
    color: #fff
}

.main .news-lists .info {
    padding-left: 30px;
    width: calc(100% - 245px)
}

.main .news-lists .info h3 {
    width: 65%
}

.main .news-lists .info .txt {
    height: 60px;
    line-height: 20px;
    overflow: hidden
}

.main .news-lists .info .btn {
    width: 100px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff
}

.main .news-info .tt1 {
    border-bottom: 1px solid #ddd
}

.main .news-info .share {
    display: table;
    margin: 0 auto;
    height: 20px;
    overflow: hidden
}

.main .news-info .share a {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 2px 0 2px !important
}

.main .news-info .share .a1 {
    background-image: url("../images/weixin.jpg")
}

.main .news-info .share .a2 {
    background-image: url("../images/weibo.jpg")
}

.main .news-info .share .a3 {
    background-image: url("../images/qq1.jpg")
}

.main .news-info .share .a4 {
    background-image: url("../images/qq2.jpg")
}

.main .online {
    padding-left: 114px;
    padding-right: 114px
}

.main .online form {
    max-width: 310px
}

.main .online form .txt, .main .online form .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: .12rem
}

.main .online form .txt {
    padding: 0 .2rem;
    color: #666;
    border: 1px solid #fff
}

.main .online form .txt:focus {
    border-color: #3c7fe2
}

.main .online form .yzm {
    position: relative;
    overflow: hidden
}

.main .online form .yzm .y-img {
    width: 80px;
    height: 40px;
    left: 0;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden
}

.main .online form .yzm .y-img img {
    width: 100%;
    height: 100%
}

.main .online form .yzm .txt {
    padding-left: 100px;
    height: 40px;
    line-height: 40px
}

.main .online form .yzm .txt:focus {
    border-color: transparent
}

.main .online form .btn {
    cursor: pointer;
    color: #fff;
    text-align: center;
    background: #3c7fe2
}

.main .policy .txt .li35 {
    line-height: 35px
}

.main .contact .box {
    border-radius: 5px;
    overflow: hidden
}

.main .contact .map {
    width: calc(100% - 455px);
    height: 370px
}

.main .contact .map img {
    max-width: inherit
}

.main .contact .info {
    width: 455px;
    height: 370px;
    background: #3c7fe2;
    padding: .45rem
}

.main .contact .info h3 {
    font-size: 16px;
    border-bottom: 1px solid #fff
}

.main .contact .info .txt {
    line-height: 35px
}

.main .title {
    text-align: center;
    font-size: 20px;
    color: #3c7fe2;
    background: url("../images/title_bg.png") no-repeat center bottom;
    padding-bottom: 35px
}

.main .identity .requirement ul {
    margin-left: -40px
}

.main .identity .requirement li {
    padding-left: 40px
}

.main .identity .requirement .box {
    background: #fff
}

.main .identity .requirement .img {
    width: 110px
}

.main .identity .requirement .info {
    width: calc(100% - 120px)
}

.main .identity .requirement .info h3 {
    font-size: 16px;
    color: #be172c
}

.main .identity .advantage {
    background: #f8f8f8
}

.main .identity .advantage li {
    float: left;
    padding: 0 .09rem;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .identity .advantage li:hover {
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateY(-20px)
}

.main .identity .advantage li a .icon {
    position: relative;
    z-index: 1;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center
}

.main .identity .advantage li a .info {
    height: 255px;
    padding: 65px .15rem 0 .15rem;
    margin-top: -55px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    overflow: hidden
}

.main .identity .advantage li a .info h3 {
    font-size: 16px;
    color: #3c7fe2
}

.main .identity .advantage li a .txt {
    line-height: 20px;
    font-size: 12px;
    color: #666;
    max-height: 100px
}

.main .identity .advantage .owl-carousel .owl-wrapper {
    padding: .4rem 0
}

.main .identity .advantage .owl-controls .owl-page.active span, .main .identity .advantage .owl-controls.clickable .owl-page:hover span {
    background: #bc0a20
}

.main .identity .advantage2 ul {
    margin-left: -0.45rem
}

.main .identity .advantage2 li {
    padding-left: .45rem;
    margin-bottom: .4rem
}

.main .identity .advantage2 .dt {
    width: 100%;
    height: 105px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px
}

.main .recruit .tt1 {
    padding-left: 45px;
    position: relative;
    background: url("../images/recruit_icon.png") no-repeat left center
}

.main .recruit .tt1::after {
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd
}

.main .recruit .list li {
    margin-bottom: .2rem
}

.main .recruit .list li .fl {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3c7fe2;
    border-radius: 50%;
    color: #fff
}

.main .recruit .list li .fr {
    width: calc(100% - 75px);
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding: .09rem .25rem
}

.main .recruit .list li .fr .dtcell {
    text-align: left
}

.main .recruit .pimg {
    width: 540px
}

.main .recruit .ptxt {
    width: calc(100% - 540px)
}

.main .recruit .list2 {
    margin-left: -0.2rem
}

.main .recruit .list2 li {
    padding-left: .2rem
}

.main .recruit .list2 li .dt {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px
}

.main .investment .twhp .img {
    width: 540px
}

.main .investment .twhp .txt {
    width: calc(100% - 540px)
}

.main .investment .list ul {
    margin-left: -0.4rem
}

.main .investment .list li {
    text-align: center;
    padding-left: .15rem
}

.main .investment .list li:nth-child(odd) .box {
    color: #fff;
    background: #4c5e86;
}

.main .investment .list .box {
    min-height: 210px;
    background: #fff;
    padding: .3rem .35rem .3rem .35rem;
    border-radius: 5px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .investment .list .box:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1)
}

.main .advantage-list ul {
    margin-left: -10px
}

.main .advantage-list li {
    float: right;
    padding-left: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.main .advantage-list li a {
    width: 100%;
    height: 235px;
    border-radius: 5px;
    background: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .advantage-list li a:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    background: #3c7fe2
}

.main .advantage-list li a:hover h3, .main .advantage-list li a:hover .txt {
    color: #fff
}

.main .advantage-list li a:hover .icon1 {
    display: none
}

.main .advantage-list li a:hover .icon2 {
    display: block
}

.main .advantage-list li .icon {
    height: 57px;
    background-repeat: no-repeat;
    background-position: center
}

.main .advantage-list li .icon2 {
    display: none
}

.main .advantage-list li:nth-child(1) a {
    height: 480px
}

.main .system .list {
    margin-top: -20px
}

.main .system .list li {
    padding: 0 .125rem;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .system .list li:hover {
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateY(-20px)
}

.main .system .list li a {
    width: 100%
}

.main .system .list li a .icon {
    position: relative;
    z-index: 1;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center
}

.main .system .list li a .info {
    height: 215px;
    padding: 75px .15rem 0 .15rem;
    margin-top: -45px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    overflow: hidden
}

.main .system .list li a .info h3 {
    font-size: 16px;
    color: #3c7fe2
}

.main .system .list li a .txt {
    line-height: 20px;
    font-size: 12px;
    color: #666;
    max-height: 100px
}

.main .system .list .owl-wrapper-outer {
    padding-top: 20px
}

.main .system .list .owl-pagination {
    bottom: 5%
}

.main .system .list .owl-controls .owl-page.active span, .main .system .list .owl-controls.clickable .owl-page:hover span {
    background: #bc0a20
}

.main .system .table {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center
}

.main .system .table th {
    width: 25%;
    height: 40px;
    background: #be172c;
    color: #fff
}

.main .system .table td {
    height: 40px;
    border: 1px solid #ccc;
    padding: 5px
}

.main .system .list-2 {
    margin-left: -0.8rem
}

.main .system .list-2 li {
    padding-left: .8rem;
    margin-bottom: .4rem
}

.main .system .list-2 a {
    height: 255px;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .system .list-2 a:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1)
}

.main .system .list-2 .txt a {
    padding: .4rem
}

.main .system .list-2 .pic a {
    overflow: hidden
}

.main .advantage-info .list {
    padding: 0 82px;
    margin-top: -20px
}

.main .advantage-info .list li {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .advantage-info .list li:hover {
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateY(-20px)
}

.main .advantage-info .list .owl-carousel .owl-wrapper {
    padding-top: 20px
}

.main .advantage-info .list .owl-pagination {
    bottom: -8%
}

.main .advantage-info .list .owl-controls .owl-page.active span, .main .advantage-info .list .owl-controls.clickable .owl-page:hover span {
    background: #bc0a20
}

.main .advantage-info .list2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: .87rem 0
}

.main .advantage-info .list2 li {
    padding: 0 .1rem;
    text-align: center
}

.main .advantage-info .list2 li .box {
    height: 225px;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: .2rem
}

.main .advantage-info .list2 .owl-pagination {
    bottom: -13%
}

.main .advantage-info .list2 .owl-controls .owl-page span {
    background: rgba(255, 255, 255, 0.5)
}

.main .advantage-info .list2 .owl-controls .owl-page.active span, .main .advantage-info .list2 .owl-controls.clickable .owl-page:hover span {
    background: #bc0a20
}

.main .advantage-info .table table {
    width: 100%;
    border: 1px solid #f00;
    text-align: center
}

.main .advantage-info .table table th {
    height: 40px;
    background: #be172c;
    color: #fff;
    font-size: 16px;
    font-weight: normal
}

.main .advantage-info .table table td {
    width: 33.3333%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 5px
}

.main .system-list {
    position: relative
}

.main .system-list .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    content: '';
    background: #ddd;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main .system-list li .item {
    position: relative
}

.main .system-list li .item::after {
    z-index: 1;
    position: absolute;
    content: '';
    top: 21px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #f8f8f8
}

.main .system-list li .icon {
    width: 50px;
    height: 50px;
    background: #f3f3f3;
    border-radius: 50%;
    overflow: hidden
}

.main .system-list li .info {
    width: calc(100% - 115px);
    border-radius: 5px;
    background: #f3f3f3;
    padding: .15rem .4rem .25rem .4rem;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .system-list li .info h3 {
    font-size: 20px
}

.main .system-list li:nth-child(odd) .item {
    float: left
}

.main .system-list li:nth-child(odd) .item::after {
    right: -6px
}

.main .system-list li:nth-child(odd) .icon {
    float: right;
    margin-right: 35px
}

.main .system-list li:nth-child(even) .item {
    float: right
}

.main .system-list li:nth-child(even) .item::after {
    left: -5px
}

.main .system-list li:nth-child(even) .icon {
    float: left;
    margin-left: 35px
}

.main .system-list li:nth-child(even) .info {
    float: right
}

.main .system-list li:nth-child(1):hover .info {
    background-color: #0bb0ff
}

.main .system-list li:nth-child(1):hover .info h3, .main .system-list li:nth-child(1):hover .info .txt {
    color: #fff
}

.main .system-list li:nth-child(1) .item::after {
    border-color: #0bb0ff
}

.main .system-list li:nth-child(2) {
    margin-top: -191px
}

.main .system-list li:nth-child(2):hover .info {
    background-color: #4acfb0
}

.main .system-list li:nth-child(2):hover .info h3, .main .system-list li:nth-child(2):hover .info .txt {
    color: #fff
}

.main .system-list li:nth-child(2) .item::after {
    border-color: #4acfb0
}

.main .system-list li:nth-child(3) {
    margin-top: -197px
}

.main .system-list li:nth-child(3):hover .info {
    background-color: #ef637e
}

.main .system-list li:nth-child(3):hover .info h3, .main .system-list li:nth-child(3):hover .info .txt {
    color: #fff
}

.main .system-list li:nth-child(3) .item::after {
    border-color: #ef637e
}

.main .system-list li:nth-child(4) {
    margin-top: -16px
}

.main .system-list li:nth-child(4):hover .info {
    background-color: #ffac1e
}

.main .system-list li:nth-child(4):hover .info h3, .main .system-list li:nth-child(4):hover .info .txt {
    color: #fff
}

.main .system-list li:nth-child(4) .item::after {
    border-color: #ffac1e
}

.in-page {
    line-height: .38rem;
    color: #888
}

.in-page a {
    padding: 0 .15rem;
    border: 1px solid #ccc
}

.in-page a:hover, .in-page a.cur {
    color: #fff;
    background: #378288;
    border-color: #378288
}

.page {
    position: relative;
    padding: .3rem 0 .2rem 0;
    border-top: 1px dashed #d6d6d6
}

.page div {
    padding-bottom: .2rem;
    color: #666
}

.page .els {
    width: 70%
}

.edit {
    overflow: hidden;
    line-height: 30px !important;
    font-size: 14px !important
}

.edit p, .edit span, .edit em, .edit strong {
    line-height: 30px !important
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.imgs {
    background: url("../images/loading.gif") no-repeat center
}

.fix-wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.fix-wrap .po-auto {
    display: table;
    width: 100%;
    height: 100%
}

.fix-wrap .hide {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 25px;
    right: 5%;
    top: 5%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #090908;
    background-image: url("../images/hide.png");
    border-radius: 50%;
    -webkit-transition: all 8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.fix-wrap .hide:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(180deg)
}

.fix-wrap .video-w video {
    width: 55%;
    height: 55%;
    background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 750px) {
    .fix-wrap .video-w video {
        width: 90%;
        height: 50%
    }
}

.fix-wrap .fix-pic h3 {
    max-width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #000;
    margin: .4rem auto 0 auto;
    border-radius: 20px;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word
}