@charset "utf-8";

/* CSS Document */

html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    /* font-family: "SourceHanSansCN-Light", Helvetica, sans-serif; */
    font-family: "SourceHanSansCN-Light";
    position: relative;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
img {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-weight: normal;
    font-size: 14px;
}

a {
    text-decoration: none;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* @font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url('../font/SourceHanSansCN-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */


/* @font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url('../font/SourceHanSansCN-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */


/* @font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../font/SourceHanSansCN-Light.otf');

} */

@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../font/SourceHanSansCN-Light.ttf');
    src: url('../font/SourceHanSansCN-Light.otf'),format("opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url('../font/SourceHanSansCN-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url('../font/SourceHanSansCN-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url('../SourceHanSansCN-Heavy.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PangMenZhengDao';
    src: url('../font/PangMenZhengDao2.ttf');
    font-weight: normal;
    font-style: normal;
}


/* 
@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url('../SourceHanSansCN-Heavy.otf');
    font-weight: normal;
    font-style: normal;
} */


/* 
@font-face {
    font-family: 'PangMenZhengDao';
    src: url('../font/PangMenZhengDao.ttf');
    font-weight: normal;
    font-style: normal;
} */

@keyframes boticon {
    0% {
        transform: translatey(-8px)
    }
    50% {
        transform: translatey(0)
    }
    100% {
        transform: translatey(-8px)
    }
}

@-webkit-keyframes boticon {
    0% {
        transform: translatey(-8px)
    }
    50% {
        transform: translatey(0)
    }
    100% {
        transform: translatey(-8px)
    }
}

@keyframes footerCtaFade {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(-10%, -10%)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes footerCtaFade {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(-10%, -10%)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes mymoves {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* 头部导航 */

.head {
    height: 54px;
    width: 100%;
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.head .logo {
    float: left;
}

.head .nav {
    float: left;
    margin-left: 32.5%;
}

.head .nav ul li {
    float: left;
    margin-right: 73px;
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    margin-top: 10px;
}

.head .nav ul li:hover,
.head .nav ul li.active {
    border-color: #e60012;
}

.head .nav ul li:hover a,
.head .nav ul li.active a {
    color: #e60012;
}

.head .nav ul li:last-child {
    margin-right: 0;
}

.head .nav ul li a {
    display: block;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

.head_b .nav ul li a {
    color: #474747;
}

.head.head_b .img1 {
    display: none;
}

.head .img1 {
    display: block;
}

.head .img2 {
    display: none;
}

.head.head_b .img2 {
    display: block;
}

.head .phone {
    float: left;
    margin-left: 3.95%;
    display: block;
    width: 200px;
    height: 45px;
    border-radius: 23px;
    border: solid 1px rgba(255, 255, 255, .3);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.head_b .phone {
    border: solid 1px rgba(0, 0, 0, .3);
}

.head .phone span {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-left: 12px;
}

.head_b .phone span {
    color: #474747;
}

.indexbg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.indexbg video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.indexvideo {
    mix-blend-mode: screen;
    position: absolute;
    top: -100px;
    left: 0;
    transition: all 0.8s ease-in-out;
    z-index: 1;
}

.banner {
    position: relative;
    width: 100%;
    display: block;
}

.banner .zhezhao {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
}

.banner .none_text {
    top: 590px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all 0.8s ease-in-out;
}

.banner .none_text h2 {
    font-size: 60px;
    font-family: PangMenZhengDao;
    color: #fff;
    letter-spacing: 5px;
}

.banner .none_text span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .2;
}

.banner .none_text p {
    margin-top: 15px;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 10px;
    color: #ffffff;
}

.jiantou {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 90px;
    z-index: 1;
    text-align: center;
}

.jiantou p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #ffffff;
    margin-bottom: 32px;
}

.jiantou img {
    animation: boticon 1s infinite;
    margin: auto;
}

.section {
    width: 1800px;
    position: relative;
    z-index: 1;
    float: right;
}

.section1 {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 130px;
    position: relative;
    z-index: 0;
}

.section1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.section1 .title {
    width: 1480px;
    margin: auto;
    padding-top: 170px;
}

.section1 .title .first {
    float: left;
}

.section1 .title .first h2 {
    font-family: PangMenZhengDao;
    font-size: 66px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
}

.section1 .title .first span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #e60012;
    margin-left: 3px;
}

.section1 .title .second {
    margin-left: 110px;
    float: left;
    width: 833px;
}

.section1 .title .second h3 {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #474747;
}

.section1 .title .second p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #474747;
    margin-top: 15px;
}

.section1 .title a {
    float: right;
    display: block;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    border-bottom: 1px solid #7d7d7d;
    transition: all 0.4s ease-in-out;
}

.section1 .title a:hover {
    border-color: #e60012;
}

.section1 .xcp .xcp_title img {
    width: 28px;
    margin-right: 15px;
}

.section1 .xcp .top {
    width: 1480px;
    margin: auto;
    margin-top: 200px;
}

.section1 .xcp .xcp_title {
    float: left;
}

.section1 .xcp .xcp_title h2 {
    display: inline-block;
    font-family: SourceHanSansCN-Bold;
    font-weight: 600;
    font-size: 36px;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 2px;
    color: #474747;
}

.section1 .xcp .nav {
    float: right;
    /* margin-top: 15px; */
    box-sizing: border-box;
    padding-top: 15px;
    display: flex;
    height: 100%;
    justify-content: space-between;
}
.section1 .xcp .top {
    height: 80px;
}
.section1 .xcp .nav a {
    margin-right: 45px;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 18px;
    line-height: 18px;;
    letter-spacing: 1px;
    color: #474747;
    /* border-bottom: 3px solid transparent; */
    /* padding-bottom: 44px; */
    position: relative;
}
.section1 .xcp .nav a .line {
    width: 100%;
    height: 3px;
    background: #e60012;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}
.section1 .xcp .nav a:hover {
    color: #e60012;
    border-color: #e60012;
    transition: all 0.4s ease-in-out;
}
.section1 .xcp .nav a:hover .line {
    display: block;
}
.section1 .xcp .nav a.active {
    color: #e60012;
    border-color: #e60012;
    transition: all 0.4s ease-in-out;
}
.section1 .xcp .nav a.active  .line {
    display: block;
}
.section1 .xcp .nav a:last-child {
    margin-right: 0;
}

.section1 .xcp .content {
    float: right;
    /* margin-top: 17px; */
    position: relative;
    width: 100%;
    display: none;
}

.section1 .xcp .content .pp-box {
    position: absolute;
    left: 60px;
    bottom: 67px;
    z-index: 1;
}

.section1 .xcp .content .pp_pic img {
    display: block;
}

.section1 .xcp .content .pp_nav span {
    font-family: PangMenZhengDao;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-right: 25px;
    opacity: .2;
    cursor: pointer;
}

.section1 .xcp .content .pp_nav span.active {
    opacity: 1;
}

.section1 .xcp .content .pp_nav span:last-child {
    margin-right: 0;
}

.section1 .xcp .content .pp_text {
    height: 190px;
    text-align: left;
}

.section1 .xcp .content .pp_text h2 {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 20px;
}

.section1 .xcp .content .pp_text p {
    width: 474px;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}

.section1 .xcp .content .pp_text a {
    display: inline-block;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section1 .xcp .content .pp_text a:hover {
    border-color: #e60012;
}

.section2 {
    width: 100%;
    margin: auto;
    position: relative;
}

.section2 .title {
    position: absolute;
    left: 160px;
    top: 160px;
    z-index: 1;
}

.section2 .title img {
    width: 28px;
    margin-right: 20px;
}

.section2 .title h2 {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.section2 ul {
    width: 100%;
}

.section2 ul li {
    width: 450px;
    float: left;
    box-sizing: border-box;
    height: 800px;
    padding-top: 300px;
    transition: all 0.4s ease-in-out;
}

.section2 ul li:hover {
    background: none!important;
    transition: all 0.4s ease-in-out;
}

.section2 ul li span.line {
    display: block;
    width: 200px;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
    margin-bottom: 35px;
    margin-top: 10px;
}

.section2 ul li h1 {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.section2 ul li h1 span {
    font-family: PangMenZhengDao;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #ffffff;
    margin-right: 5px;
}

.section2 ul li dl {
    float: left;
}

.section2 ul li dl dd {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.section2 ul li:last-child dl dd {
    line-height: 35px;
}

.section2 ul li:last-child dl p {
    width: 140px;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 5px;
}

.section2 ul li:nth-child(1) {
    background: url(../img/syppyy1.png);
    padding-left: 160px;
}

.section2 ul li:nth-child(2) {
    background: url(../img/syppyy2.png);
    padding-left: 130px;
}

.section2 ul li:nth-child(3) {
    background: url(../img/syppyy3.png);
    padding-left: 100px;
}

.section2 ul li:nth-child(4) {
    background: url(../img/syppyy4.png);
    padding-left: 70px;
}

.section3 {
    background: url(../img/syxwbg.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    height: 880px;
}

.section3 .syxw {
    width: 1480px;
    margin: auto;
}

.section3 .syxw .xw_title {
    padding-top: 150px;
}

.section3 .syxw .xw_title .xw_nav {
    float: left;
}

.section3 .syxw .xw_title .xw_nav span {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #919191;
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    margin-right: 35px;
}

.section3 .syxw .xw_title .xw_nav span.active {
    color: #fff;
    border-color: #e60012;
}

.section3 .syxw .xw_title a {
    float: right;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    transition: all 0.4s ease-in-out;
}

.section3 .syxw .xw_title a:hover {
    border-color: #e60012;
}

.section3 .syxw ul {
    margin-top: 70px;
    display: none;
}

.section3 .syxw ul li {
    float: left;
    width: 700px;
    margin-right: 80px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    opacity: 0.5;
}

.section3 .syxw ul li:nth-child(2n) {
    margin-right: 0;
}

.section3 .syxw ul li .time {
    width: 68px;
    height: 68px;
    border: solid 1px #fff;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.section3 .syxw ul li .time h2 {
    /* font-family: SourceHanSansCN-Heavy; */
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #fff;
    line-height: 44px;
}

.section3 .syxw ul li .time p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
}

.section3 .syxw ul li .text {
    float: left;
    width: 610px;
}

.section3 .syxw ul li .text h2 {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.section3 .syxw ul li .text p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section3 .syxw ul li:hover {
    opacity: 1;
}

.section4 {
    width: 100%;
    height: 660px;
    background: url(../img/syysbg.jpg)no-repeat;
    background-size: cover;
}

.section4 .title h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #474747;
    display: inline-block;
}

.section4 .content {
    width: 1480px;
    margin: auto;
    padding-top: 140px;
}

.section4 .title img {
    width: 28px;
    margin-right: 20px;
}

.section4 .text {
    margin-top: 80px;
}

.section4 .text p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 1px;
    color: #474747;
}

.section4 .text a {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 2px;
    color: #ffffff;
    display: block;
    width: 200px;
    height: 40px;
    background-color: #e60012;
    border-radius: 4px;
    text-align: center;
    margin-top: 15px;
}

.section5 {
    width: 100%;
    float: right;
    margin-bottom: 190px;
}

.section5 .title h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
}

.section5 .content {
    width: 1480px;
    margin: auto;
    padding-top: 140px;
}

.section5 .title {
    margin-bottom: 40px;
}

.section5 .title img {
    width: 28px;
    margin-right: 20px;
}

.section5 .title p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer {
    width: 1800px;
    float: right;
    padding-bottom: 70px;
}

.footer .content {
    width: 1480px;
    margin: auto;
    position: relative;
}

.footer .title {
    margin-bottom: 40px;
}

.footer .title img {
    width: 28px;
    margin-right: 20px;
}

.footer .title h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
}

.footer ul li img {
    float: left;
    margin-right: 15px;
}

.footer ul li {
    border-top: 2px solid rgba(255, 255, 255, .2);
    width: 595px;
    padding-top: 15px;
    margin-bottom: 10px;
}

.footer ul li:nth-child(1) {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.footer ul li:nth-child(3) {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.footer ul li:nth-child(1) h2 {
    float: left;
    /* font-family: SourceHanSansCN-Bold; */
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer ul li:nth-child(1) span {
    display: block;
    float: left;
    width: 1px;
    height: 26px;
    background-color: #ffffff;
    opacity: 0.3;
    margin: 0 30px;
}

.footer ul li h3 {
    float: left;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-right: 22px;
}

.footer ul li h3:last-child {
    margin-right: 0;
}

.footer ul li:nth-child(2) span {
    display: inline-block;
    font-family: SourceHanSansCN-Bold;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer ul li:nth-child(2) p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer ul li:nth-child(3) span {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer ul li:nth-child(4) p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer .content .logo {
    position: absolute;
    right: 120px;
    bottom: 150px;
}

.footer .content .back {
    position: absolute;
    right: 120px;
    bottom: 0;
}

.footer .content .back:hover {
    animation: .65s linear footerCtaFade infinite;
}

.xcp .content .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    opacity: 1;
}

.xcp .content .swiper-pagination-bullet {
    background: none;
    opacity: .5;
    width: auto;
    height: auto;
    font-family: PangMenZhengDao;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.section1 .xcp .content {
    text-align: right;
    overflow: hidden;
}

.section1 .xcp .content .swiper-container {
    width: 1700px;
    display: inline-block;
}

.xcp .content .swiper-container-horizontal>.swiper-pagination-bullets {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    left: 60px;
    bottom: 285px;
}

.footer_nei {
    width: 100%;
    margin: auto;
    float: none;
    background: #000;
}

.footer_nei .content {
    width: 1580px;
    padding-top: 120px;
}


/* 东八区 */

.dbq .introduce {
    width: 100%;
    position: relative;
}

.parallux.dbqbg-3 {
    padding-bottom: 100px;
}

.banner img {
    display: block;
}

.dbqbg-1 .text span {
    font-family: PangMenZhengDao;
    font-size: 120px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.parallux .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 28.125%;
}

.parallux .text.text2 {
    padding-left: 0;
    padding-right: 24.375%;
    width: 75.625%;
}

.parallux .text.text3 {
    padding-left: 18.02%;
    width: 81.98%;
}

.parallux.dbqbg-1 .text_box {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
}

.dbqbg-1 .text h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #474747;
    margin-bottom: -45px;
}

.dbqbg-1 .text .xian {
    width: 71.875%;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 45px;
    margin-top: -5px;
}

.parallux .text p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #474747;
}

.dbqbg-2 .text h2,
.dbqbg-2 .text span,
.parallux .text.text2 p {
    margin-left: 24.375%;
}

.dbqbg-2 .text h2,
.dbqbg-3 .text h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #474747;
}

.dbqbg-2 .text span,
.dbqbg-3 .text span {
    font-family: PangMenZhengDao;
    font-size: 80px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    margin-top: -15px;
    display: block;
}

.dbqbg-2 .text .xian,
.dbqbg-3 .text .xian {
    height: 1px;
    background-color: #e5e5e5;
    margin-top: 14px;
    margin-bottom: 45px;
}

.advantage {
    background: url(../img/dbqbg4.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
}

.advantage .content {
    width: 1570px;
    margin: auto;
}

.advantage .content .title {
    padding-top: 120px;
}

.advantage .content .title h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 3px;
    color: #474747;
}

.advantage .content .title span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #e60012;
    margin-top: 20px;
    margin-bottom: 40px;
}

.advantage .content .title h3 {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #474747;
}

.advantage .content .title p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #474747;
}

.advantage .content ul {
    margin-top: 70px;
}

.advantage .content ul li {
    float: left;
    width: 784px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.advantage .content ul li h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #e60012;
}

.advantage .content ul li h2 span {
    font-family: PangMenZhengDao;
    font-size: 100px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    display: inline-block;
}

.advantage .content ul li p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #474747;
    margin-top: -5px;
    width: 675px;
}

.advantage .content ul li:nth-child(1) {
    border-right: 1px solid #fff;
}

/*.advantage .content ul li:nth-child(1) h2 span {*/
/*    margin-right: -15px;*/
/*}*/

.advantage .content ul li:nth-child(3) h2 span {
    margin-right: 5px;
}

.advantage .content ul li:nth-child(4) h2 span {
    margin-right: 5px;
}

.advantage .content ul li:nth-child(2) {
    padding-left: 107px;
}

.advantage .content ul li:nth-child(3) {
    border-top: 1px solid #fff;
}

.advantage .content ul li:nth-child(4) {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-left: 107px;
}


/* 作品 */

.zuopin {
    width: 100%;
    height: auto;
    background: url(../img/black.png)no-repeat;
    padding-top: 280px;
    background-size: cover;
}

.zuopin .content {
    width: 1600px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.zuopin .content .title {
    text-align: center;
}

.zuopin .content .title h2 {
    font-family: PangMenZhengDao;
    font-size: 130px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.zuopin .content .title p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 19px;
    color: #ffffff;
    margin-top: -15px;
}

.zuopin .content .nav {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    margin-top: 120px;
    margin-left: 62px;
}

.zuopin .content .nav a {
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #626262;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    margin-right: 65px;
    transition: all 0.4s ease-in-out;
}

.zuopin .content .nav a:last-child {
    margin-right: 0;
}

.zuopin .content .nav a:hover,
.zuopin .content .nav a.active {
    background-color: #e60012;
    border-color: #e60012;
    color: #fff;
}

.zuopin .content .zplib {
    display: none;
}

.zuopin .content ul {
    margin-top: 80px;
    margin-left: 54px;
}

.zuopin .content ul li {
    position: relative;
    margin-right: 26px;
    width: 480px;
    float: left;
    margin-bottom: 26px;
}

.zuopin .content ul li .pic {
    width: 480px;
    position: relative;
}

.zuopin .content ul li .pic img {
    display: block;
    width: 100%;
}


/* 
.zuopin .content ul li .pic img:nth-child(1) {
    width: 480px;
    height: 270px;
} */

.zuopin .content ul li .pic .bofang img {
    width: 70px;
    height: 70px;
}

.zuopin .content ul li:nth-child(3n) {
    margin-right: 0;
}

.zuopin .content ul li a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.zuopin .content ul li:hover a {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.zuopin .content ul li p {
    text-align: center;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 10px 0;
}

.zuopin .content .more {
    width: 300px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    margin: auto;
    cursor: pointer;
    margin-top: 90px;
}

.zuopin .content .more img {
    margin-right: 19px;
}

.zuopin .content .more span {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.zuopin .content .more:hover img {
    transition: all .5s;
    transform-origin: center center;
    animation: mymoves .5s linear infinite;
}

.zuopin .zp_banner {
    background: url(../img/zpbanner.png)no-repeat;
    background-size: cover;
    width: 100%;
    height: 460px;
    margin-top: 120px;
    position: relative;
}

.zuopin .zp_banner .text {
    position: absolute;
    top: 127px;
    right: 223px;
}

.zuopin .zp_banner .text p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 5px;
    color: #ffffff;
    text-align: right;
}

.zuopin .zp_banner .text p span {
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 7px;
    color: #ffffff;
}

.zuopin .zp_banner .text p.p1 {
    margin-right: 202px;
}

.zuopin .zp_banner .text p.p3 {
    margin-right: 116px;
}


/* 作品详情 */

.zpxq {
    width: 100%;
    background: #F6F6F6;
    padding-bottom: 105px;
}

.zpxq .xq-banner {
    position: relative;
}

.zpxq .xq-banner img {
    display: block;
}

.zpxq .xq-banner video {
    position: absolute;
    bottom: 1px;
    right: 0;
    left: 0;
    margin: auto;
    width: 1400px;
}


/* .zpxq .xq-banner video {} */

video:focus {
    outline: 0;
}

.zpxq .content {
    width: 1400px;
    margin: auto;
    background: #fff;
}

.zpxq .content .text {
    width: 1200px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 100px;
}

.zpxq .content .text h2 {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #202020;
}

.zpxq .content .text .time span {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #a7a7a7;
    margin-right: 20px;
    display: inline-block;
}

.zpxq .content .text .time img {
    display: inline-block;
    margin-top: 6px;
}

.zpxq .content .text .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 40px auto;
}

.zpxq .content .text .paragraph {
    margin-bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zpxq .content .text .paragraph p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #474747;
}

.zpxq .nei-lib {
    width: 1400px;
    margin: auto;
    margin-top: 80px;
}

.zpxq .nei-lib h2 {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #474747;
    margin-bottom: 20px;
}

.zpxq .nei-lib ul li {
    position: relative;
    width: 32%;
    float: left;
}

.zpxq .nei-lib ul li:not(:nth-child(3n)) {
    margin-right: 2%;
}

.zpxq .nei-lib ul li .pic {
    position: relative;
}

.zpxq .nei-lib ul li:last-child {
    margin-right: 0;
}

.zpxq .nei-lib ul li img {
    display: block;
    border-radius: 10px;
    width: 100%;
}

.zpxq .nei-lib ul li a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: .5;
    transition: all 0.4s ease-in-out;
}

.zpxq .nei-lib ul li:hover a {
    opacity: 1;
}

.zpxq .nei-lib ul li p {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #474747;
    text-align: center;
    padding: 10px 0;
}

.zpxq .nei-lib .more {
    float: right;
    /* font-family: SourceHanSansCN-Light; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #000;
    border-bottom: 1px solid #e60012;
    transition: all 0.4s ease-in-out;
}

.zpxq .nei-lib .more:hover {
    color: #e60012;
}


/* 业务 */

.business .yw_banner {
    background: url(../img/ywbanner.jpg)no-repeat;
    position: relative;
    height: 1000px;
}

.business .yw_banner .yw_title {
    position: absolute;
    top: 260px;
    left: 980px;
    width: 48.958%;
}

.business .yw_banner .yw_title h3 {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #474747;
}

.business .yw_banner .yw_title h2 {
    font-family: PangMenZhengDao;
    font-size: 100px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    margin-top: -20px;
}

.business .yw_banner .yw_title .ul_top {
    margin-top: 115px;
    line-height: 48px;
}

.business .yw_banner .yw_title .ul_top .text {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #474747;
    float: left;
}

.business .yw_banner .yw_title .ul_top .number {
    font-family: PangMenZhengDao;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    margin-right: 5px;
    display: block;
    float: left;
}

.business .yw_banner .yw_title .ul_top .line {
    display: block;
    height: 1px;
    background-color: #e5e5e5;
    width: calc(100% - 114px);
    float: right;
    margin-top: 24px;
}

.business .yw_banner .yw_title ul {
    margin-top: 60px;
    width: 660.1px;
}

.business .yw_banner .yw_title ul li {
    float: left;
    width: 255px;
    margin-bottom: 40px;
    height: 30px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    transition: all 0.4s ease-in-out;
}

.business .yw_banner .yw_title ul li:nth-child(3n) {
    width: 150px;
}

.business .yw_banner .yw_title ul li img {
    margin-right: 5px;
    float: left;
}

.business .yw_banner .yw_title ul li .img1 {
    display: block;
}

.business .yw_banner .yw_title ul li span {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #474747;
    float: left;
}

.business .yw_banner .yw_title ul li .img2 {
    display: none;
}

.business .yw_banner .yw_title ul li:hover .img1 {
    display: none;
}

.business .yw_banner .yw_title ul li:hover .img2 {
    display: block;
}

.business .yw_banner .yw_title ul li:hover span {
    color: #e60012;
}

.business .yw2 {
    position: relative;
}

.business .yw2 .yw2_tltle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1600px;
    top: 115px;
    line-height: 48px;
}

.business .yw2 .yw2_tltle .text {
    font-family: SourceHanSansCN-Light;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fff;
    float: left;
}

.business .yw2 .yw2_tltle .number {
    font-family: PangMenZhengDao;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    margin-right: 5px;
    display: block;
    float: left;
}

.business .yw2 .yw2_tltle .line {
    display: block;
    height: 1px;
    background-color: #e5e5e5;
    width: calc(100% - 133px);
    float: right;
    margin-top: 24px;
    opacity: .2;
}

.business .yw2 ul li {
    float: left;
    width: 19.9%;
    margin-right: 0.125%;
    position: relative;
}

.business .yw2 ul li img {
    display: block;
}

.business .yw2 ul li:last-child {
    margin-right: 0;
}

.business .yw2 ul li .yy {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.business .yw2 ul li .yy img {
    display: inline-block;
    margin-bottom: 25px;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.business .yw2 ul li .yy p {
    font-family: SourceHanSansCN-Light;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.business .yw2 ul li .yy span {
    font-family: SourceHanSansCN-Light;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
}

.business .yw2 ul li:hover .yy img {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY( 360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY( 360deg);
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.business .yw3 {
    width: 100%;
    height: 720px;
    background: url(../img/sysybanner.jpg)no-repeat;
    background-size: cover;
}

.business .yw3 .yw3_tltle {
    margin: auto;
    width: 1600px;
    line-height: 48px;
    padding-top: 160px;
}

.business .yw3 .yw3_tltle .text {
    font-family: SourceHanSansCN-Light;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #474747;
    float: left;
}

.business .yw3 .yw3_tltle .number {
    font-family: PangMenZhengDao;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    margin-right: 5px;
    display: block;
    float: left;
}

.business .yw3 .yw3_tltle .line {
    display: block;
    height: 1px;
    background-color: #e5e5e5;
    width: calc(100% - 190px);
    float: right;
    margin-top: 24px;
}

.business .yw3 ul {
    width: 1600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
    margin-top: 50px;
}

.business .yw3 ul li {
    background: url(../img/sysybg.png)no-repeat;
    width: 280px;
    height: 314px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.business .yw3 ul li .yy {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.business .yw3 ul li .yy img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.business .yw3 ul li .yy img.img2 {
    display: none;
}

.business .yw3 ul li .yy h2 {
    font-family: SourceHanSansCN-Light;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #474747;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.business .yw3 ul li .yy p {
    width: 20px;
    height: 1px;
    background-color: #e60012;
    margin: auto;
}

.business .yw3 ul li:hover {
    background: url(../img/sysybgr.png)no-repeat;
}

.business .yw3 ul li:hover .yy img.img1 {
    display: none;
}

.business .yw3 ul li:hover .yy img.img2 {
    display: block;
    transition: all 0.4s ease-in-out;
}

.business .yw3 ul li:hover .yy h2 {
    color: #e60012;
}

.business .yw4 {
    background: #fff;
}

.business .yw4 .content {
    width: 1600px;
    margin: auto;
    padding-top: 150px;
}

.business .yw4 .content .title {
    line-height: 24px;
}

.business .yw4 .content .title .text {
    font-family: SourceHanSansCN-Light;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #474747;
    float: left;
}

.business .yw4 .content .title .number {
    font-family: PangMenZhengDao;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    margin-right: 5px;
    display: block;
    float: left;
}

.business .yw4 .content .title .line {
    display: block;
    height: 1px;
    background-color: #e5e5e5;
    float: left;
    margin-top: 12px;
    width: 220px;
    margin-left: 20px;
    margin-right: 24px;
}

.business .yw4 .content .title p {
    float: left;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #474747;
}

.business .yw4 .content .nav {
    margin: auto;
    margin-top: 70px;
    text-align: center;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-bottom: 50px;
}

.business .yw4 .content .nav a {
    margin-right: 50px;
    display: block;
    float: left;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #bfbfbf;
    font-family: SourceHanSansCN-Light;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 2px;
    color: #474747;
    text-align: center;
}

.business .yw4 .content .nav a:last-child {
    margin-right: 0;
}

.business .yw4 .content .nav a.active {
    color: #e60012;
    border-color: #e60012;
}

.business .yw4 .content ul {
    width: 100%;
    margin-bottom: 125px;
    display: none;
}

.business .yw4 .content ul li {
    margin-right: 8px;
    float: left;
    margin-bottom: 30px;
}

.business .yw4 .content ul li:nth-child(5n) {
    margin-right: 0;
}

.business .yw4 .content ul li img {
    display: block;
}

.business .yw4 .content ul li p {
    font-family: SourceHanSansCN-Light;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
}


/* 人才 */

.personnel {
    background: url(../img/blackbg.png);
    width: 100%;
    position: relative;
    padding-bottom: 160px;
}

.personnel .banner {
    position: relative;
    width: 1600px;
    margin: auto;
    padding-top: 220px;
    padding-bottom: 60px;
}

.personnel .banner .join {
    margin-top: -20px;
}

.personnel .banner .join p {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #7b7b7b;
}

.personnel .banner .join p.email {
    color: #e60012;
    margin-top: 30px;
    margin-bottom: 10px;
}

.personnel .banner .rc1 {
    position: absolute;
    top: 290px;
    right: 0;
}

.personnel .banner .rc1 h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 52px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 55px;
}

.personnel .banner .rc1 h3 {
    font-family: SourceHanSansCN-Bold;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #7b7b7b;
}

.personnel .banner .rc1 .paragraph {
    margin-top: 30px;
}

.personnel .banner .rc1 p {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #7b7b7b;
    line-height: 28px;
}

.personnel .rc2 {
    padding-top: 60px;
    width: 1600px;
    margin: auto;
}

.personnel .rc2 .title h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #7b7b7b;
    margin-bottom: 25px;
}

.personnel .rc2 .position {
    position: relative;
    margin-bottom: 120px;
}

.personnel .rc2 .position .datu {
    transition: all 1s ease-in-out;
    position: relative;
}

.personnel .rc2 .position .datu .text {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 1s ease-in-out;
}

.personnel .rc2 .position .datu .text .l_word {
    /* width: 340px; */
    float: left;
}

.personnel .rc2 .position .datu .text .shu {
    float: left;
    display: block;
    width: 1px;
    background-color: #ffffff;
    opacity: 0.2;
    margin: 0 68px;
}

.personnel .rc2 .position .datu .text .l_word p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #ffffff;
}

.personnel .rc2 .position .datu .text .r_word {
    width: 600px;
    float: left;
}

.personnel .rc2 .position .datu .text .r_word .paragraph {
    margin-bottom: 35px;
}

.personnel .rc2 .position .datu .text .r_word .paragraph:last-child {
    margin-bottom: 0;
}

.personnel .rc2 .position .datu .text .r_word h2 {
    font-family: SourceHanSansCN-Light;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.personnel .rc2 .position .datu .text .r_word p {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 35px;
}

.personnel .rc2 .position .number {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s ease-in-out;
}

.personnel .rc2 .position .zhiwu {
    position: absolute;
    right: 0;
    bottom: 80px;
    text-align: right;
    transition: all 1s ease-in-out;
}

.personnel .rc2 .position .zhiwu p {
    font-family: SourceHanSansCN-Light;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
}

.personnel .rc2 .position .zhiwu span {
    display: block;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #7b7b7b;
    margin-top: 5px;
}

.personnel .rc2 .position .left {
    position: absolute;
    top: 110px;
    left: 0;
    transition: all 2s ease-in-out;
    transform: translate(-1000px, 0px);
}

.personnel .rc2 .position .left p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #7b7b7b;
}

.personnel .rc2 .position .left h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 60px;
    ffont-weight: 600;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 53px;
}

.personnel .rc2 .position.special .left h2 {
    font-size: 46px;
}

.personnel .rc2 .position:nth-child(7) .left h2 {
    font-size: 46px;
}

.personnel .rc2 .position .left_num {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 2s ease-in-out;
    transform: translate(-1000px, 0px);
}

.personnel .rc2 .position:hover .datu {
    transform: translate(400px, 0px);
}

.personnel .rc2 .position:hover .datu .text {
    opacity: 1;
}

.personnel .rc2 .position:hover .number {
    transform: translate(1000px, -100px);
}

.personnel .rc2 .position:hover .zhiwu {
    transform: translate(1000px, 0px);
}

.personnel .rc2 .position:hover .left {
    transform: translate(0, 0);
}

.personnel .rc2 .position:hover .left_num {
    transform: translate(0, 0);
}


/* 联系 */

.contact {
    background: #101010;
    position: relative;
    padding-top: 150px;
    height: 1420px;
}

.contact .lxdt {
    width: 70.3125%;
    position: absolute;
    right: 0;
    top: 160px;
}

.contact .title {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    position: absolute;
    left: 160px;
    z-index: 1;
    top: 295px;
}

.contact .title h2 {
    font-family: PangMenZhengDao;
    font-size: 130px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.contact .title p {
    font-family: SourceHanSansCN-Light;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #7b7b7b;
}

.contact .title ul {
    margin-top: 66px;
}

.contact .title ul li {
    margin-top: 34px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.contact .title ul li .left {
    float: left;
    margin-right: 27px;
}

.contact .title ul li .right {
    float: left;
}

.contact .title ul li .right span {
    display: block;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #7b7b7b;
}

.contact .title ul li .right h3 {
    font-family: SourceHanSansCN-Bold;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.contact .lxbg {
    position: absolute;
    bottom: -140px;
    left: 0;
}

.contact .lianxi {
    position: absolute;
    bottom: 170px;
    width: 1600px;
    left: 0;
    right: 0;
    margin: auto;
}

.contact .lianxi h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #7b7b7b;
}

.contact .lianxi .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    opacity: 0.2;
}

.contact .lianxi ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
}

.contact .lianxi ul li p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #fff;
}

.contact .lianxi ul li p.lx_title {
    color: #7b7b7b;
}

.contact .lianxi ul li p.email {
    margin-top: 37px;
}

.contact .lianxi ul li .ewm img {
    width: 90px;
    height: 90px;
    display: block;
}

.contact .lianxi ul li form input[type="text"] {
    display: block;
    width: 280px;
    padding-left: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 4px;
    border: solid 1px #7d7d7d;
    outline: none;
    margin-top: 10px;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.contact .lianxi ul li form input[type="text"]::-webkit-input-placeholder {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.contact .lianxi ul li form input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.contact .lianxi ul li form input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.contact .lianxi ul li form input[type="text"]::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.contact .lianxi ul li form input[type="button"] {
    display: block;
    width: 100px;
    height: 40px;
    background-color: #e60012;
    border-radius: 4px;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

.contact .lianxi ul li h3 {
    font-family: SourceHanSansCN-Bold;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 40px;
}

.contact .lianxi ul li .ewm img {
    float: left;
    display: block;
}

.contact .lianxi ul li .ewm .text {
    float: left;
    margin-top: 15px;
    margin-left: 13px;
}

.contact .lianxi ul li .ewm .text p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 1px;
    color: #7b7b7b;
}

.contact .lianxi ul li a {
    display: block;
    width: 160px;
    height: 160px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #7b7b7b;
    text-align: center;
    line-height: 160px;
    border: dashed 1px #7b7b7b;
    border-radius: 50%;
    outline: none;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
}

.contact .lianxi ul li a:hover {
    color: #fff;
    border-color: transparent;
    background: #e60012;
}


/* 新闻 */

.news .banner {
    position: relative;
}

.news .banner img {
    width: 100%;
}

.news .banner h2 {
    position: absolute;
    left: 160px;
    top: 50%;
    transform: translateY(-50%);
    font-family: PangMenZhengDao;
    font-size: 200px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -4px;
    color: #171717;
}

.news .banner .nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: fit-content;
    border-bottom: 1px solid #d2d2d2;
    padding-left: 160px;
}

.news .banner .nav a {
    float: right;
    font-family: SourceHanSansCN-Light;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #474747;
    padding-bottom: 16px;
    border-bottom: 2px solid transparent;
}

.news .banner .nav a:first-child {
    margin-left: 40px;
}

.news .banner .nav a.active {
    border-color: #e60012;
    color: #e60012;
}

.news .tab {
    display: none;
}

.news .xw_lib {
    padding-top: 140px;
    width: 1600px;
    margin: auto;
    margin-bottom: 80px;
}

.news .xw_lib li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 60px 0;
    height: 320px;
}

.news .xw_lib li .time {
    float: left;
    text-align: center;
}

.news .xw_lib li .time h2 {
    font-family: SourceHanSansCN-Heavy;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #474747;
}

.news .xw_lib li .time span {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #474747;
}

.news .xw_lib li .pic {
    float: left;
    margin-left: 80px;
    width: 560px;
    height: 320px;
    overflow: hidden;
}

.news .xw_lib li img {
    display: block;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.news .xw_lib li:hover img {
    transform: scale(1.1);
}

.news .xw_lib li .text {
    float: left;
    height: 100%;
    margin-left: 40px;
    position: relative;
}

.news .xw_lib li .text .wen {
    width: 830px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 30px;
    font-family: SourceHanSansCN-Light;
    letter-spacing: 1px;
}

.news .xw_lib li .text h2 {
    font-family: SourceHanSansCN-Light;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #474747;
    margin-bottom: 20px;
}

.news .xw_lib li .text p {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #474747;
}

.news .xw_lib li .text a {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 28px;
}

.news .xw_lib li .text a:hover {
    color: #e60012;
    border-color: #e60012;
}

.page {
    margin-left: 160px;
    margin-bottom: 160px;
}

.page a {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #f6f6f6;
    text-align: center;
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #474747;
    margin-right: 1px;
    transition: all 0.4s ease-in-out;
}

.page a:last-child {
    margin-right: 0;
}

.page li.active a,
.page a:hover {
    color: #fff;
    background-color: #e60012;
}


/* 新闻内页 */

.news_nei .banner {
    position: relative;
}

.news_nei .content {
    width: 1300px;
    margin: auto;
}

.news_nei .banner .title {
    width: 1300px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
}

.news_nei .banner .title .text {
    margin-top: 165px;
}

.news_nei .banner .title .text p {
    font-family: SourceHanSansCN-Heavy;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.news_nei .banner .title .text p span {
    display: inline-block;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.news_nei .banner .title .text p span.time {
    margin-right: 40px;
}

.news_nei .banner .title .text h2 {
    font-family: SourceHanSansCN-Light;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 43px;
}

.news_nei .content {
    width: 1300px;
    margin: auto;
    padding-bottom: 110px;
}

.news_nei .content .text {
    padding: 100px 0;
    border-bottom: 1px solid #dcdcdc;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #474747;
}

.news_nei .content .text p {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #474747;
    margin-bottom: 30px;
}

.news_nei .content .text p:last-child,
.news_nei .content .text p.tag {
    margin-bottom: 0;
}

.news_nei .content .text p a {
    display: inline-block;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.news_nei .content .nav h2 {
    font-family: SourceHanSansCN-Light;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #474747;
    margin-top: 50px;
    margin-bottom: 30px;
}

.news_nei .content .nav ul {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
}

.news_nei .content .nav li p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #474747;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_nei .content .nav li:hover p {
    color: #e60012;
}

.news_nei .operation {
    width: 100%;
    height: 220px;
    background-color: #f6f6f6;
    /* display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center; */
}

.news_nei .operation .c-w {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.news_nei .operation a.trun {
    display: inline-block;
    text-align: center;
    width: 450px;
    vertical-align: middle;
}

.news_nei .operation a.trun span {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    display: inline-block;
}

.news_nei .operation a.trun span img {
    visibility: hidden;
}

.news_nei .operation a.up span img {
    left: -45px;
    top: 50%;
    right: unset;
}

.news_nei .operation a.trun span img {
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.news_nei .operation a.trun p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 30px;
}

.news_nei .operation a.trun:hover span {
    color: #e60012;
}

.news_nei .operation a.trun:hover span img {
    visibility: visible;
}

.news_nei .operation .more-box {
    width: 400px;
    height: 120px;
    display: inline-block;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.news_nei .operation a.more {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: dashed 1px #000;
    border-radius: 50%;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 100px;
    letter-spacing: 0px;
    color: #000;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.news_nei .operation a.more:hover {
    background: #e60012;
    border-color: transparent;
    color: #fff;
}

.news_nei .operation span.line {
    display: block;
    width: 1px;
    height: 120px;
    background-color: #dcdcdc;
}


/* .news_nei .operation span.left {
    margin-right: 150px;
    margin-left: 127px;
}

.news_nei .operation span.right {
    margin-left: 150px;
    margin-right: 66px;
} */

.section1 .xcp .nav a:last-child {
    display: none;
}

.guanbiss img:hover {
    transform: rotate(360deg);
    transition: all 1s;
}


/* .zuopin .content ul li:nth-child(n+3) {
    margin-left: 54px
} */

.m-zhiwu {
    display: none;
}

.zpxq .xq-banner a {
    position: absolute;
    top: 15%;
    right: 10%;
}

.dbq .banner h2 {
    font-size: 300px;
    font-family: PangMenZhengDao;
    color: rgb(71, 71, 71);
    position: absolute;
    top: 237px;
    left: 316px;
}

.dbq .banner h4 {
    font-size: 200px;
    font-family: PangMenZhengDao;
    color: rgb(71, 71, 71);
    position: absolute;
    top: 502px;
    left: 323px;
}

.dbq .banner span {
    font-size: 16px;
    color: rgb(71, 71, 71);
    width: 464px;
    display: block;
    position: absolute;
    left: 1120px;
}

.dbq .banner span:nth-child(3) {
    top: 546px;
}

.dbq .banner span:nth-child(4) {
    top: 576px;
}

.dbq .banner span:nth-child(5) {
    top: 606px;
}