                                    .picCenter {
                                    width: 100%;
                                    margin: 15px auto;
                                    margin-top: 70px;
                                }
                                
                                .xinxiIcon {
                                    margin: 0 0 -20px auto;
                                }
                                
                                .xinxiIcon img {
                                    width: 100%;
                                    height: auto;
                                    object-fit: cover;
                                }
                                
                                .photo_img img {
                                    box-sizing: border-box;
                                    border: 1px solid #fff;
                                    transition: all .7s ease 0s;
                                }
                                
                                .photo_img img:hover {
                                    animation: mymove 3s;
                                    animation-iteration-count: 1;
                                    animation-fill-mode: forwards;
                                    /* animation-fill-mode：mymove forwards; */
                                    /* transform: rotateY(-90deg); */
                                    /* transform: scale(1.2);
    transition: 2s;
    transform: rotate(360deg);
    transform-origin: center; */
                                    box-sizing: border-box;
                                    box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
                                    -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
                                    -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
                                    /* display: none; */
                                }
                                
                                @keyframes mymove {
                                    0% {
                                        transform: scale(1.2);
                                    }
                                    /* 30% {
            transform: rotate(360deg);
        }
        50% {
            transform: rotate(0deg);
        }
        70% {
            transform: rotate(-360deg);
        } */
                                    100% {
                                        /* transform: rotate(0deg);
            transform: scale(0); */
                                        opacity: 0;
                                    }
                                }
                                
                                .photo_nr {
                                    display: flex;
                                    align-items: center;
                                    /* width: 888px; */
                                    margin: 15px auto;
                                }
                                
                                .informationText {
                                    width: 888px;
                                    margin: 15px auto;
                                    text-align: center;
                                }
                                
                                .informationText span {
                                    background: #ffffff;
                                    color: #1C1F86;
                                }
                                /* 
ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
} */
                                
                                .photo_nr ul li {
                                    float: left;
                                    margin: 0 35px;
                                    line-height: 30px;
                                    text-align: center;
                                }
                                
                                .photo_nr ul li img {
                                    height: 500px;
                                }
                                
                                .photo_img {
                                    position: relative;
                                    overflow: hidden;
                                }
                                
                                #picList1 p {
                                    font-size: 20px;
                                }
                                
                                .photo_img .pic2 {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    z-index: 111;
                                }
                                
                                .photo_nr p {
                                    padding: 0;
                                    margin: 0;
                                }
                                
                                #LeftArr {
                                    background: url(img/e_left.png) no-repeat;
                                    width: 40px;
                                    height: 40px;
                                    margin-left: -15px;
                                    text-decoration: none;
                                    color: #323232;
                                }
                                
                                #RightArr {
                                    background: url(img/e_right.png) no-repeat;
                                    width: 40px;
                                    height: 40px;
                                    margin-right: -15px;
                                    text-decoration: none;
                                    color: #323232;
                                }
                                
                                @media screen and (max-width:760px) {
                                    html,
                                    body {
                                        background-color: #f7f7f7;
                                        /* overflow: hidden; */
                                        width: 100%;
                                        overflow-x: hidden;
                                    }
                                    .ideology .copy {
                                        position: absolute;
                                        top: -157px;
                                        left: 50%;
                                        width: 100%;
                                        max-width: 600px;
                                        transform: translate(-50%, -72%);
                                        padding: 20px 0;
                                        overflow: hidden;
                                        z-index: 2;
                                    }
                                    .ideology .section-title {
                                        display: none;
                                    }
                                    .picCenter {
                                        width: 100%;
                                        margin: 0;
                                    }
                                    .xinxiIcon {
                                        margin: 0 0 -20px auto;
                                    }
                                    .xinxiIcon img {
                                        width: 100%;
                                        height: auto;
                                        /* object-fit: cover; */
                                    }
                                    .photo_img img {
                                        /* box-sizing: border-box;
        border: 1px solid #fff;
        transition: all .7s ease 0s; */
                                    }
                                    .photo_img img:hover {
                                        /* box-sizing: border-box;
        box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
        -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
        -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53); */
                                        /* transform: scale(1.2);
            transition: 2s;
            transform: rotate(360deg);
            transform-origin: center; */
                                    }
                                    .photo_nr {
                                        display: flex;
                                        /* align-items: center; */
                                        width: 100%;
                                        flex-direction: column;
                                        margin: 15px auto;
                                    }
                                    .informationText {
                                        width: 100%;
                                        margin: 15px auto;
                                        text-align: center;
                                    }
                                    .informationText span {
                                        background: #ffffff;
                                        color: #1C1F86;
                                    }
                                    .ul_box_1 {
                                        list-style: none;
                                        padding: 0;
                                        display: flex;
                                        flex-direction: column;
                                        margin: 0;
                                    }
                                    .photo_nr ul li {
                                        float: left;
                                        margin: 0 0;
                                        padding: 0 60px;
                                        line-height: 30px;
                                        text-align: center;
                                    }
                                    .photo_nr ul li img {
                                        display: block;
                                        width: 100%;
                                        height: 100%;
                                    }
                                    .photo_nr p {
                                        padding: 0;
                                        margin: 0;
                                    }
                                    #LeftArr {
                                        background: url(img/e_left.png) no-repeat;
                                        width: 40px;
                                        height: 40px;
                                        margin-left: -15px;
                                        text-decoration: none;
                                        color: #323232;
                                    }
                                    #RightArr {
                                        background: url(img/e_right.png) no-repeat;
                                        width: 40px;
                                        height: 40px;
                                        margin-right: -15px;
                                        text-decoration: none;
                                        color: #323232;
                                    }
                                }
                                /* 导航 */
                                
                                .nav_box {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    display: flex;
                                    align-items: center;
                                    justify-content: space-between;
                                    padding: 0 8.6vw;
                                    width: 100vw;
                                    height: 100px;
                                    background-color: rgba(0, 0, 0, 0.6);
                                    color: white;
                                    padding-right: 8vw;
                                }
                                
                                .logo {
                                    font-size: 24px;
                                    font-weight: 600;
                                    flex: 1;
                                    min-width: 100px
                                }
                                
                                .nav-menu {
                                    flex: 1;
                                    display: flex;
                                    justify-content: space-between;
                                    max-width: 1000px;
                                }
                                
                                .nav-menu li {
                                    list-style: none;
                                    color: #dadbdd;
                                    font-weight: 300;
                                    font-size: 18px;
                                }
                                
                                .nav-menu li a {
                                    color: #dadbdd;
                                    font-weight: 300;
                                    font-size: 18px;
                                }
                                
                                .nav-menu li a:hover {
                                    color: #e60012;
                                    font-weight: 700;
                                }
                                
                                .burger div {
                                    width: 25px;
                                    height: 3px;
                                    background-color: #dadbdd;
                                    margin: 4px;
                                }
                                
                                .burger {
                                    display: none;
                                }
                                
                                @media screen and (max-width:760px) {
                                    .about_text {
                                        margin-top: -150px !important;
                                        margin-bottom: 250px !important;
                                        text-align: center;
                                        font-weight: 500;
                                        font-size: 40px;
                                    }
                                    .nav-menu {
                                        position: absolute;
                                        top: 100px;
                                        right: 0;
                                        width: 45vw;
                                        height: calc(100vh - 80px);
                                        background-color: rgba(65, 81, 101, 0.9);
                                        flex-direction: column;
                                        align-items: center;
                                        justify-content: flex-start;
                                        transform: translateX(100%);
                                    }
                                    .nav-menu li {
                                        margin: 3vh;
                                        opacity: 0.3;
                                        position: relative;
                                        transform: translateX(20vw);
                                    }
                                    .burger {
                                        display: block;
                                    }
                                    .active div {
                                        transition: 0.3s ease-in-out 0.3s;
                                    }
                                    .active .top-line {
                                        transform: rotate(45deg) translate(4px, 6px);
                                    }
                                    .active .bottom-line {
                                        transform: rotate(-45deg) translate(4px, -6px);
                                    }
                                    .active .middle-line {
                                        opacity: 0;
                                        transform: translateX(10px);
                                        transition: 0.3s ease-in-out;
                                    }
                                    .nav-menu.open {
                                        transform: translateX(0);
                                    }
                                    @keyframes slideIn {
                                        from {
                                            transform: translateX(20px);
                                            opacity: 0;
                                        }
                                        to {
                                            transform: translateX(0);
                                            opacity: 1;
                                        }
                                    }
                                    .wrap {
                                        position: relative;
                                        /* width: 1200px; */
                                        height: 360px;
                                        margin: 100px auto;
                                        margin-bottom: 0 !important;
                                    }
                                    #PageTop .business {
                                        position: relative;
                                        margin-top: 50px;
                                    }
                                    .aaaaa {
                                        margin-bottom: 50px !important;
                                    }
                                    #PageTop .business li {
                                        margin-bottom: 30px !important;
                                    }
                                }
                                /* 3d */
                                
                                .wrap {
                                    position: relative;
                                    /* width: 1200px; */
                                    /* height: 360px; */
                                    margin: 100px auto;
                                }
                                
                                .content {
                                    position: absolute;
                                    /* width: 1200px; */
                                    height: 360px;
                                }
                                
                                .content li {
                                    position: absolute;
                                    background-size: 100% 100%;
                                    cursor: pointer;
                                }
                                
                                .wrap a {
                                    position: absolute;
                                    display: none;
                                    z-index: 2;
                                    top: 50%;
                                    width: 60px;
                                    height: 60px;
                                    margin-top: -30px;
                                    font: 36px/60px "宋体";
                                    text-align: center;
                                    text-decoration: none;
                                    color: #fff;
                                    background: rgb(255, 100, 0);
                                    background: rgba(255, 100, 0, .6);
                                    transition: background 1s ease;
                                }
                                
                                .wrap a:hover {
                                    background: rgb(255, 100, 0);
                                }
                                
                                .prev {
                                    left: 30px;
                                }
                                
                                .next {
                                    right: 30px;
                                }
                                /* 全屏 */
                                
                                .container_box {
                                    overflow: hidden;
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    right: 0;
                                    bottom: 0;
                                }
                                
                                #background_video {
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    transform: translate(-50%, -50%);
                                    object-fit: cover;
                                    height: 100%;
                                    width: 100%;
                                }
                                
                                #video_cover {
                                    position: absolute;
                                    width: 100%;
                                    height: 100%;
                                    /* background: url('video_cover.jpeg') no-repeat; */
                                    background-size: cover;
                                    background-position: center;
                                }
                                
                                #video_controls {
                                    position: absolute;
                                    left: 50%;
                                    transform: translate(-50%, 0);
                                }
                                
                                #play img {
                                    width: 100px;
                                }
                                
                                #pause img {
                                    width: 90px;
                                }
                                
                                #pause {
                                    display: none;
                                }
                                
                                @media (max-width: 778px) {
                                    .container_box {
                                        height: 100%;
                                        /* display: none; */
                                    }
                                    #PageTop .career .copy {
                                        position: absolute;
                                        top: -15.8vw;
                                        right: 13.6vw;
                                        width: 60%;
                                        mix-blend-mode: difference;
                                        z-index: 3;
                                    }
                                    .ideology .box2 {
                                        position: relative;
                                        margin-top: 29.2vw;
                                        padding: 0 30px;
                                        z-index: 1;
                                    }
                                    @media (min-width: 768px) {
                                        #video_controls {
                                            display: none;
                                        }
                                    }
                                    /* Demo page specific styles */
                                    body {
                                        text-align: center;
                                        font-family: 'proxima-nova', Helvetica;
                                    }
                                    .container_box {
                                        height: 100%;
                                    }
                                    #overlay {
                                        position: absolute;
                                        top: 0;
                                        right: 0;
                                        left: 0;
                                        bottom: 0;
                                        background: rgba(0, 0, 0, 0.5);
                                    }
                                    #main_content {
                                        z-index: 2;
                                        position: relative;
                                        display: inline-block;
                                        /* Vertical center */
                                        top: 50%;
                                        transform: translateY(-50%);
                                    }
                                    #main_content h1 {
                                        text-transform: uppercase;
                                        font-weight: 600;
                                        font-family: 'proxima-nova-condensed', Helvetica;
                                        color: #fff;
                                        font-size: 35px;
                                    }
                                    #main_content .sub_head {
                                        color: rgba(255, 255, 255, 0.5);
                                        font-size: 18px;
                                    }
                                    #main_content .info {
                                        color: rgba(255, 255, 255, 0.5);
                                        font-size: 12px;
                                        margin-top: 10px;
                                    }
                                    #links {
                                        margin-top: 50px;
                                    }
                                    #links a {
                                        border: 2px solid rgba(255, 255, 255, 0.20);
                                        border-radius: 61px;
                                        font-size: 12px;
                                        color: #FFFFFF;
                                        letter-spacing: 1px;
                                        text-decoration: none;
                                        text-transform: uppercase;
                                        padding: 10px 25px;
                                        display: inline-block;
                                        margin-right: 15px;
                                    }
                                    #footer {
                                        position: absolute;
                                        bottom: 0;
                                        left: 0;
                                        right: 0;
                                    }
                                    #footer a {
                                        color: rgba(255, 255, 255, 0.5);
                                        text-decoration: none;
                                        margin: 10px;
                                        font-size: 12px;
                                    }
                                    #footer a:first-child {
                                        float: left;
                                    }
                                    #footer a:last-child {
                                        float: right;
                                    }