.enterTc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 22;
}

.enterBody {
    width: 455px;
    height: 600px;
    background: url(../image/tc.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto 0;
    top: 45%;
    transform: translate(0, -45%);
    -webkit-transform: translate(0, -45%);
    overflow: hidden;
}

.enterBody a {
    display: block;
    width: 140px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 372px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.enterBody a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.enterBody a img {
    display: block;
    width: 100%;
}

.enClose {
    display: block;
    width: 44px;
    position: absolute;
    right: 55px;
    top: 45px;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.enClose:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.logo {
    display: block;
    position: absolute;
    right: 49px;
    top: 127px;
}

.page1-bg-video1 {
    max-width: 1920px;
    min-width: 1200px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    object-fit: fill;
}

.shareDiv > div {
    display: none;
}

.shareDiv > div.active {
    display: block;
}

.enter {
    display: block;
    width: 164px;
    height: 39px;
    position: absolute;
    right: 32px;
    top: 28px;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 15;
}

.enter:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
}

.slo {
    width: 839px;
    height: 407px;
    background: url(../image/slo_n.png) no-repeat center;
    position: absolute;
    left: 134px;
    top: 356px;
}

.slo a {
    display: block;
    width: 87px;
    height: 83px;
    animation: vGo 2s linear infinite;
    -webkit-animation: vGo 2s linear infinite;
    position: absolute;
    top: 204px;
    left: 143px;
}

.kv_main {
    width: 499px;
    height: 155px;
    background: url(../image/kvm.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -249.5px;
    top: 760px;
}

.kv_main .k_banner {
    width: 230px;
    height: 132px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px 7px 0 11px;
}

.kv_main .k_banner li a img {
    display: block;
    width: 230px;
    height: 132px;
    border-radius: 10px;
}

.kv_main .k_banner .swiper-pagination1 {
    bottom: 5px;
    position: absolute;
    z-index: 2;
    text-align: right;
}

.kv_main .k_banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    background-color: #626c7c;
    margin: 0 2px;
}

.kv_main .k_banner .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #9b8c6b;
}

.kv_main .code {
    display: block;
    width: 132px;
    height: 132px;
    float: left;
    margin: 12px 8px 0 10px;
}

.kv_main .k_down {
    width: 191px;
    height: 132px;
    float: left;
    margin-top: 12px;
}

.kv_main .k_down a {
    display: block;
    width: 100%;
    height: 62px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.kv_main .ios_download {
    border: 1px solid #646362;
    border-radius: 5px;
}

.kv_main .k_down a:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
}

.kv_main .k_down a:nth-child(2) {
    margin-top: 8px;
}

.kv_main .pc {
    display: block;
    width: 132px;
    height: 132px;
    float: right;
    transition: all .5s;
    -webkit-transition: all .5s;
    margin: 12px 10px 0 0;
}

.kv_main .pc:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
}

.mou {
    display: none;
    width: 92px;
    height: 114px;
    position: absolute;
    left: 50%;
    margin-left: -46px;
    bottom: 0;
    animation: start infinite 1s ease-in-out;
    -webkit-animation: start infinite 1s ease-in-out;
}

.second {
    width: 100%;
    height: 560px;
    min-width: 1200px;
    max-width: 1920px;
    /*background: url(../c_images/c_se.png) no-repeat center;*/
    position: relative;
    margin: 0 auto 0;
    overflow: hidden;
    padding-top: 40px;
}

.tit {
    display: block;
    margin: 56px auto 0;
}

.label {
    width: 100%;
    height: 38px;
    margin-top: 26px;
}

.label img:nth-child(1) {
    display: block;
    float: left;
}

.label a {
    display: block;
    float: right;
    margin-top: 11px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.label a:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
}

.se_ul {
    width: 100%;
    height: 283px;
    position: relative;
    margin-top: 19px;
}

.se_ul li {
    width: 291px;
    height: 100%;
    float: left;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    margin-left: 12px;
}

.se_ul li .li_img {
    width: 100%;
    height: 213px;
}

.se_ul li .li_p {
    width: 100%;
    height: 70px;
}

.se_ul li .li_p p:nth-child(1) {
    font-size: 20px;
    color: #5f6368;
    margin: 12px 0 0 12px;
}

.se_ul li .li_p p:nth-child(2) {
    margin-top: 0;
}

.se_ul li .li_p p:nth-child(2) span {
    font-size: 12px;
    color: #9a855d;
    float: left;
    display: block;
    margin: 5px 0 0 12px;
}

.se_ul li .li_p p:nth-child(2) img {
    display: block;
    width: 68px;
    height: 23px;
    float: right;
    margin-right: 8px;
}

.se_ul li:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
}

.se_ul li:nth-child(1) {
    margin-left: 0;
}

.se_ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.se_ul li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.label.ne {
    margin-top: 38px;
}

.th_main {
    width: 100%;
    height: 340px;
    position: relative;
    margin-top: 46px;
    display: flex;
    align-items: center;
}

.th_main .left_banner {
    width: 560px;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.th_main .left_banner ul li a img {
    display: block;
    width: 560px;
    height: 340px;
}

.th_main .left_banner .swiper-pagination1 {
    width: 100%;
    position: absolute;
    bottom: 22px;
    text-align: right;
    z-index: 5;
    padding: 0 17px;
    box-sizing: border-box;
}

.th_main .left_banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    opacity: 1;
    background-color: #ebddbb;
    margin: 0 5px;
    transition: width .2s;
}

.th_main .left_banner .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 47px;
    background-color: #d3af82;
}

.centerTop {
    width: 349px;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    background-color: #fff;
}

.centerBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: 'sxs';
    margin: 13px 0 0 14px;
}

.centerBox li:nth-child(1) {
    margin-left: 0;
}

.centerBox li {
    width: 77px;
    height: 31px;
    position: relative;
    float: left;
    font-size: 20px;
    color: #000;
    line-height: 31px;
    text-align: center;
    margin-left: 13px;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    font-family: 'sxs';
}

.centerBox li.active {
    color: #fcf9ed;
    background-color: #a29171;
}

.topList {
    width: 318px;
    position: relative;
    overflow: hidden;
    margin: 9px auto 0;
}

.topList ul {
    width: 316px;
    overflow: hidden;
    border: 1px solid #e7e7e8;
    position: relative;
}

.topList div {
    width: 100%;
    height: 22px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #e7e7e8;
    background-color: #fcf9ed;
}

.topList div span:nth-child(1) {
    display: block;
    width: 58px;
    height: 22px;
    float: left;
    border-right: 1px solid #e7e7e8;
}

.topList div span:nth-child(2) {
    display: block;
    width: 98px;
    height: 22px;
    float: left;
    border-right: 1px solid #e7e7e8;
}

.topList div span:nth-child(3) {
    display: block;
    width: 76px;
    height: 22px;
    float: left;
    border-right: 1px solid #e7e7e8;
}

.topList div span:nth-child(4) {
    border-right: none;
}

.topList li:nth-child(2) {
    color: #9e4d3e;
}

.topList li:nth-child(3) {
    color: #9e4d3e;
}

.topList li:nth-child(4) {
    color: #9e4d3e;
}

.topList li:nth-child(odd) {
    background-color: #fcf9ed;
}

.topList li {
    width: 100%;
    height: 25px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e7e7e8;
}

.topList li:last-of-type {
    border-bottom: none;
}

.topList li span {
    display: block;
    float: left;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topList li span:nth-child(1) {
    display: block;
    width: 58px;
    height: 25px;
    float: left;
    border-right: 1px solid #e7e7e8;
}

.topList li span:nth-child(2) {
    display: block;
    width: 98px;
    height: 25px;
    float: left;
    border-right: 1px solid #e7e7e8;
}

.topList li span:nth-child(3) {
    display: block;
    width: 76px;
    height: 25px;
    float: left;
    border-right: 1px solid #e7e7e8;
}

.topList li span:nth-child(4) {
    width: 80px;
    height: 25px;
    overflow: hidden;
    position: relative;
}

.topList li span:nth-child(4) i {
    display: block;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto 0;
    position: relative;
    font-style: normal;
}

.right_news {
    width: 640px;
    height: 340px;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #fcf9ed;
}

.right_news .news_ul {
    width: 640px;
    overflow: hidden;
    position: relative;
    margin: 25px 0 0 28px;
    border-bottom: 1px solid #969697;
}

.right_news .news_ul li {
    width: 76px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    color: #212121;
    float: left;
    text-align: center;
    padding-bottom: 5px;
    cursor: pointer;
}

.right_news .news_ul li.active {
    color: #a29171;
    border-bottom: 4px solid #a29171;
}

.right_news .tj_news {
    width: 600px;
    text-align: center;
    margin: 18px auto 0;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_news .tj_news a {
    color: #a29171
}

.right_news .tj_news a:hover {
    opacity: .9;
}

.news_div {
    width: 600px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 0;
}

.news_div > ul {
    display: none;
    position: relative;
    overflow: hidden;
}

.news_div > ul.active {
    display: block;
}

.news_div > ul li {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 44px;
}

.news_div > ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.news_div > ul li a img {
    display: block;
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 17px;
}

.news_div > ul li a p {
    width: 510px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #2a2a2a;
    margin-left: 10px;
}

.news_div > ul li a em {
    display: block;
    float: right;
    color: #a29171;
}

.third {
    width: 100%;
    height: 936px;
    min-width: 1200px;
    max-width: 1920px;
    /*background: url(../c_images/c_th.jpg) no-repeat center;*/
    position: relative;
    margin: 0 auto 0;
    overflow: hidden;
}

.zy_main {
    width: 1600px;
    height: 667px;
    position: absolute;
    left: 160px;
    top: 218px;
}

.zy_main .zy_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.zy_main .zy_img li {
    width: 100%;
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
    display: none;
}
.zy_main .zy_img li img {
    position: absolute;
    object-fit: cover;
    width: 1920px;
    height: 667px;
    left: 50%;
    transform: translateX(-50%);
}
.zy_main .zy_img li.active {
    display: block;
}

.zy_main .bg_img {
    width: 363px;
    height: 827px;
    position: absolute;
    right: 220px;
    top: -84px;
}

.zy_main .bg_img li {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.zy_main .bg_img li.active {
    display: block;
}

.per_img {
    width: 1074px;
    position: absolute;
    left: -160px;
    top: -140px;
}

.per_img li {
    width: 100%;
    position: relative;
    display: none;
}

.per_img li.active {
    display: block;
}

.per_div {
    width: 412px;
    height: 647px;
    position: absolute;
    left: 755px;
    top: 28px;
    z-index: 2;
}

.per_div > div {
    display: none;
    width: 100%;
    height: 667px;
    position: relative;
}

.per_div > div.active {
    display: block;
}

.per_div > div .p_img {
    width: 159px;
    height: 610px;
    position: relative;
    float: left;
}

.per_div > div .p_img img:nth-child(1) {
    display: block;
    width: 159px;
    height: 250px;
}

.per_div > div .p_img img:nth-child(2) {
    display: block;
    width: 115px;
    height: 339px;
    margin-top: 20px;
}

.per_div > div .per_tab {
    width: 180px;
    height: 578px;
    position: relative;
    float: left;
    margin-top: -37px;
    margin-left: 28px;
}

.per_div > div:nth-child(1) .per_tab {
    background: url(../image/tab5.png) no-repeat center;
}

.per_div > div:nth-child(2) .per_tab {
    background: url(../image/tab1.png) no-repeat center;
}

.per_div > div:nth-child(3) .per_tab {
    background: url(../image/tab2.png) no-repeat center;
}

.per_div > div:nth-child(4) .per_tab {
    background: url(../image/tab.png) no-repeat center;
}

.per_div > div:nth-child(5) .per_tab {
    background: url(../image/tab3.png) no-repeat center;
}

.per_div > div:nth-child(6) .per_tab {
    background: url(../image/tab4.png) no-repeat center;
}

.per_div > div .per_tab ul {
    width: 99px;
    overflow: hidden;
    position: relative;
    margin-top: 34px;
    float: left;
}

.per_div > div .per_tab ul li {
    width: 99px;
    height: 99px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
}

.per_div > div:nth-child(1) .per_tab ul li {
    background: url(../image/t5.png) no-repeat center;
}

.per_div > div:nth-child(2) .per_tab ul li {
    background: url(../image/t1.png) no-repeat center;
}

.per_div > div:nth-child(3) .per_tab ul li {
    background: url(../image/t2.png) no-repeat center;
}

.per_div > div:nth-child(4) .per_tab ul li {
    background: url(../image/w.png) no-repeat center;
}

.per_div > div:nth-child(5) .per_tab ul li {
    background: url(../image/t3.png) no-repeat center;
}

.per_div > div:nth-child(6) .per_tab ul li {
    background: url(../image/t4.png) no-repeat center;
}

.per_div > div .per_tab ul li p {
    width: 30px;
    font-size: 20px;
    color: #c8b88f;
    margin: 16px auto 0;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
}

.per_div > div:nth-child(1) .per_tab ul li p {
    margin-top: 26px;
}

.per_div > div:nth-child(2) .per_tab ul li p {
    margin-top: 26px;
}

.per_div > div:nth-child(5) .per_tab ul li p {
    margin-top: 26px;
}

.per_div > div:nth-child(6) .per_tab ul li p {
    margin-top: 26px;
}

.per_div > div .per_tab ul li.active {
    background: url(../image/h.png) no-repeat center;
}

.per_div > div .per_tab ul li.active p {
    color: #fff;
}

.per_div > div .per_tab .per_txt {
    width: 78px;
    height: 370px;
    float: left;
    margin-top: 158px;
}

.per_div > div .per_tab .per_txt p {
    display: none;
    font-size: 14px;
    color: #37393d;
    line-height: 16px;
}

.per_div > div .per_tab .per_txt p.active {
    display: block;
}

.per_div > div .per_tab .per_txt p span {
    display: block;
    width: 18px;
    float: right;
}

.per_div > div .per_tab .per_txt p span:nth-child(1) {
    margin-right: 28px;
}

.per_div > div .per_cz {
    width: 27px;
    height: 277px;
    background: url(../image/cz.png) no-repeat center;
    position: relative;
    float: left;
    margin: 94px 0 0 17px;
}

.per_div > div .per_cz span {
    display: block;
    width: 27px;
    height: 25px;
    background: url(../image/star.png) no-repeat center;
    margin-top: 7px;
}

.per_div > div .per_cz span:nth-child(1) {
    margin-top: 120px;
}

.per_div > div .per_cz span.active {
    background: url(../image/starc.png) no-repeat center;
}

.per_sel {
    width: 363px;
    height: 827px;
    position: absolute;
    right: 220px;
    top: -84px;
}

.per_sel ul {
    width: 223px;
    height: 709px;
    position: relative;
    margin: 40px 0 0 122px;
}

.per_sel ul li {
    width: 128px;
    height: 132px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.per_sel ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

/*.per_sel ul li.active{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}*/
.per_sel ul li:nth-child(2) {
    margin: -8px 0 0 62px;
}

.per_sel ul li:nth-child(3) {
    margin: -8px 0 0 100px;
}

.per_sel ul li:nth-child(4) {
    margin: -8px 0 0 100px;
}

.per_sel ul li:nth-child(5) {
    margin: -8px 0 0 62px;
}

.per_sel ul li:nth-child(6) {
    margin: -10px 0 0 0;
}

.per_sel ul li.active img:nth-child(1) {
    display: none;
}

.four {
    width: 100%;
    height: 1078px;
    min-width: 1200px;
    max-width: 1920px;
    background: url(../image/fo.jpg) no-repeat center;
    position: relative;
    margin: 0 auto 0;
    overflow: hidden;
}

.four .tit {
    margin-top: 57px;
}

.a1 {
    display: block;
    width: 663px;
    height: 517px;
    position: absolute;
    left: 20px;
    top: 133px;
}

.a2 {
    display: block;
    width: 698px;
    height: 738px;
    position: absolute;
    left: 191px;
    top: 328px;
}

.a3 {
    display: block;
    width: 795px;
    height: 741px;
    position: absolute;
    left: 668px;
    top: 330px;
}

.last {
    width: 100%;
    height: 453px;
    min-width: 1200px;
    max-width: 1920px;
    background: url(../image/la.jpg) no-repeat center;
    position: relative;
    margin: 0 auto 0;
    overflow: hidden;
}

.last ul {
    width: 100%;
    height: 272px;
    position: relative;
    margin: 103px auto 0;
    display: flex;
    justify-content: center;
}

.last ul li {
    width: 209px;
    height: 241px;
    background: url(../image/la1.png) no-repeat center;
    position: relative;
    float: left;
    margin-left: 89px;
}

.last ul li:nth-child(1) {
    margin-left: 0;
}

.last ul li a {
    display: block;
    width: 92px;
    height: 22px;
    border: 1px solid #cec8b8;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #ffeeda;
    margin: 7px 0 0 114px;
}

.last ul li img {
    display: block;
    width: 178px;
    height: 178px;
    margin: 26px 0 0 26px;
}

.last ul li p {
    width: 188px;
    height: 24px;
    margin: 13px 0 0 20px;
    text-align: center;
    font-size: 16px;
    color: #ffeeda;
    line-height: 24px;
}

.left_menu {
    width: 151px;
    height: 254px;
    background: url(../image/flo.png) no-repeat center;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 45%;
    transform: translate(0, -45%);
    -webkit-transform: translate(0, -45%);
    z-index: 20;
}

.left_menu ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.left_menu ul li {
    width: 100%;
    height: 22px;
    position: relative;
    margin-top: 32px;
    cursor: pointer;
}

.left_menu ul li p {
    font-size: 18px;
    color: #0b0c0f;
    float: left;
    margin-left: 12px;
    letter-spacing: 2px;
}

.left_menu ul li p i {
    font-style: normal;
}

.left_menu ul li span {
    display: block;
    width: 26px;
    height: 25px;
    background: url(../image/gg.png) no-repeat center;
    float: left;
    margin-left: 20px;
}

.left_menu ul li img {
    display: none;
    margin-top: 5px;
}

.left_menu ul li.active p {
    color: #736032;
}

.left_menu ul li.active span {
    background: url(../image/g.png) no-repeat center;
}

.left_menu ul li.active img {
    display: block;
}

.float {
    width: 222px;
    height: 457px;
    background: url(../image/i_flo.png) no-repeat center;
    position: fixed;
    right: 0;
    top: 45%;
    transform: translate(0, -45%);
    -webkit-transform: translate(0, -45%);
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 20;
}

.float.active {
    right: -200px;
}
.f_code {
    width: 170px;
    height: 170px;
    background-color: #a1916e;
    border: 1px solid #d1b775;
    margin: 28px auto 0;
    position: relative;
}

.f_code img:nth-child(1) {
    display: block;
    width: 159px;
    height: 159px;
    margin: 7px auto 0;
}

.f_code img:nth-child(2) {
    display: block;
    width: 183px;
    height: 8px;
    position: absolute;
    left: 50%;
    margin-left: -91.5px;
    top: 0;
    animation: iGo 3s linear infinite;
    -webkit-animation: iGo 3s linear infinite;
}

.float a {
    display: block;
    width: 172px;
    height: 55px;
    margin: 10px auto 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.float a:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}

.float .op_close {
    width: 42px;
    height: 56px;
    background: url(../image/op.png) no-repeat center;
    position: absolute;
    left: -19px;
    top: 216px;
    cursor: pointer;
}

.float.active .op_close img {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    margin-left: 11px;
}

.float .op_close img {
    display: block;
    width: 11px;
    height: 18px;
    margin: 20px 0 0 16px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.group_5th {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.group_5th img {
    width: 340px;
    height: auto;
    margin: 0 30px;
}

.bg-wrapper {
    width: 100%;
    height: 2420px;
    min-width: 1200px;
    max-width: 1920px;
    background: url("../image/bg_1.jpg") no-repeat center top;
    margin: 0 auto;
}

.p4-swiper {
    position: relative;
    width: 1500px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    height: 650px;
}

.p4-swiper .swiper-wrapper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../image/img_border.png') no-repeat center;
    background-size: 100% 100%;
    height: 588px;
    opacity: .7;
    padding: 30px;
    box-sizing: border-box;
}
 .p4-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
     opacity: 1;
 }
.p4-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #a7925d;
}

.p4-button-prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 160px;
    margin: auto 0;
    width: 121px;
    height: 99px;
    background: url('../image/slide_left.png') no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.p4-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 160px;
    z-index: 1;
    margin: auto 0;
    width: 121px;
    height: 99px;
    background: url('../image/slide_right.png') no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.p4-swiper .p4-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: auto;
    padding: 0 30px;
}
.p4-swiper .swiper-pagination-bullet {
    width: 23px;
    height: 22px;
    background: url('../image/pagination-btn.png') no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 1;
}

.p4-swiper .swiper-pagination-bullet:hover {
    background-image: url('../image/pagination-btn_active.png');
}

.p4-swiper .swiper-pagination-bullet-active {
    width: 23px;
    height: 22px;
    background: url('../image/pagination-btn_active.png') no-repeat center;
    background-size: 100% 100%;
}