﻿@charset "utf-8";
/* CSS Document */
/*重置*/
:root {
    --colorZT: #e8001b;
    --colorFU: #e8001b;
    --bili: 1;
    --bannerH: 650; /*首页banner高*/
    --inner_bannerH: 340; /*详情页banner高*/
    --hedaH: 110; /*head高*/
    --hedatopH: 30; /*head头部高*/
}

* {
    margin: 0;
    border: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, footer,
header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    line-height: 0;
    display: block;
    font-size: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}


/*************************logo部分********************************/
.logo_big_box {
    width: 100%;
    height: 145px;
}

.logo_box {
    width: 1200px;
    margin: auto;
    padding: 50px 0;
    position: relative;
}

.logo_box li {
    display: block;
    float: left;
    width: 50%;
}

.add2 {
    height: 322px !important;
    width: 100% !important;
}

.add2 .carouse-box {
    left: 0 !important;
}

/*****************导航条部分****************/
.nav-heard {
    width: 100%;
    float: left;
    background: #a40000;
    display: block;
}

.nav_box {
    max-width: 1400px;
    margin: auto;
}

.navbar-header {
    max-width: 400px;
    float: left;
    display: block
}

.nav_all {
    max-width: 600px;
    float: left;
    display: block;
    margin-top: 15px
}

.nav {
    line-height: 48px;
    width: 100px;
    float: left;
    list-style-type: none;
}

.nav a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #f9ebcd;
    padding: 10px 15px;
}

.nav li a:hover {
    color: #FFF;
    text-decoration: none;
    background: #a40000;
}

.nav li {
    float: left;
    width: 100px;
}

.nav li ul {
    line-height: 30px;
    list-style-type: none;
    text-align: left;
    left: -999em;
    width: 180px;
    position: absolute;
    z-index: 99999
}

.nav li ul li {
    float: left;
    width: 100px;
    background: #a40000;
}

.nav li ul a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.nav li ul a:hover {
    color: #F3F3F3;
    text-decoration: none;
    font-weight: normal;
    background: #bc2020;
}

.nav li:hover ul {
    left: auto;
}

.nav li.sfhover ul {
    left: auto;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #e6210a
}

.nav > li.disabled > a {
    color: #e6210a
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #e6210a;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #e6210a
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e6210a
}


.nav_tell {
    max-width: 400px;
    float: right;
    display: block;
    margin-top: 25px
}

.tell_box {
    width: 195px;
    float: right;
    border-radius: 25px;
    height: 42px;
    border: 1px solid #e0c18b;
}

.tell_box li {
    display: block;
    float: left
}

.tell {
    padding: 3px 0 0px 3px;
    width: 36px;
    float: left;
    display: block
}

.tell_xx {
    width: 156px;
    float: left;
    display: block;
    margin-top: 0px
}

.tell_xx span {
    width: 95%;
    float: right;
    display: block;
    color: #f7d5ac
}

.tell_11 {
    font-size: 11px;
}

.tell_16 {
    font-size: 18px;
    font-weight: bold
}

/* banner-box */

#full-screen-slider {
    width: 100%;
    height: 660px;
    float: left;
    position: relative;
    overflow: hidden;
}

#slides {
    display: block;
    width: 100%;
    height: 660px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 0
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 25%;
    top: 540px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0
}

#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #FFF
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #b00c0b
}


.con-wrap {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.b-you {
    z-index: 9999;
    position: absolute;
    top: 680px
}

.b-you ul li {
    float: left;
    width: 380px;
    height: 170px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 0px;
    transition: all .5s;
}

.b-you ul li:last-child {
    margin-right: 0;
}

.b-you ul li .img1 {

    top: 0;
    left: 0;
    z-index: 9;
    border-radius: 8px;
}

.b-you ul li .img1 img {
    height: 170px;
    border-radius: 8px;
}

.b-you ul li .img1::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    z-index: 99;
    padding-right: 6px;
    left: 0;
    border-radius: 8px;
}

.b-you ul li .img2 {
    position: absolute;
    z-index: 9999;
    top: 24px;
    left: 24px;
}

.b-you ul li .nei {
    position: absolute;
    width: 212px;
    right: 54px;
    top: 33px;
    z-index: 9999;
}

.b-you ul li .nei h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.b-you ul li .nei h3::after {
    content: '';
    display: block;
    width: 57px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
}

.b-you ul li .nei p {
    font-size: 14px;
    color: #fff;
}

.b-you ul li:hover {
    position: relative;
    margin-top: -10px;
}

.b-you ul li:hover .img1::after {
    background-color: red;
}

/*****************/


.i-shangc {
    background: url(../images/bg_04.gif) no-repeat top center;
    height: 500px;
    width: 100%;
    float: left;
    padding-top: 180px
}


.dzxlist {
    width: 100%;
    float: left;
    background: #ffffff url(../images/bg_04.gif) no-repeat 50% 100%;

}

.index_padd180 {
    padding: 180px 0 70px 0;
}

.index_padd80 {
    padding: 80px 0 70px 0;
}


.dzxlist_talk {
    background: url(/images/guide2022/dialogue1.png) no-repeat;
    width: 276px;
    height: 40px;
    display: block;
    margin: 50px auto 0;
    transition: 0.3s;
}

.dzxlist_talk .icon {
    padding: 8px 0 0 18px;
    display: block;
    position: relative;
    -webkit-animation: guidebounce 3s 0.2s ease both infinite;
}

.dzxlist_talk:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.tit {
    text-align: center;
}

.info-txt {
    color: #222;
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 0 60px;
}

.dzxlist .list {
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.dzxlist .list_tit {
    text-align: center;
    padding: 10px 0 30px;
}

.dzxlist .item {
    width: 340px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 20px 20px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 20px;
}

.dzxlist .item .img img {
    border-radius: 20px 20px 0 0;
}

.dzxlist .item .ul {
    padding: 20px 0;
}

.dzxlist .item .li {
    display: flex;
    color: #3e3a39;
    padding: 16px 20px 16px 0;
    margin: 0 30px 0 40px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eeeeed;
    background: url(../images/more.jpg) no-repeat 100% 50% / 15px;
    transition: 0.3s;
    position: relative;
}

.dzxlist .item .li .vip {
    background: url(../images/pro-icon1.png) no-repeat 0 0 / contain;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -24px;
}

.dzxlist .item .li:hover {
    transform: translateX(4px);
}

.dzxlist .item .li .name {
    line-height: 1;
}

.dzxlist .item .li .name span {
    font-size: 30px;
    font-family: "Oswald", Arial, SimSun;
    margin-right: 4px;
}

.dzxlist .item .li:first-child {
    border-top: 0;
}

.dzxlist .item .li:last-child {
    border-bottom: 0;
}

.dzxlist .item .name {
    width: 80px;
    text-align: right;
    flex-shrink: 0;
}

.dzxlist .item .des {
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    border-radius: 12px;
    padding: 0 20px;
    line-height: 1;
}

.dzxlist .item .li .xx,
.dzxlist .item .li .cx {
    padding: 0 0 0 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.dzxlist .item .li .xx {
    background: url(../images/icon-x1.png) no-repeat 0 50% / 14px;
}

.dzxlist .item .li .cx {
    margin-top: 2px;
    background: url(../images/icon-x2.png) no-repeat 0 50% / 14px;
}

.dzxlist .item .li .des span {
    font-size: 16px;
    font-family: "Oswald", Arial, SimSun;
    vertical-align: middle;
    padding: 0 4px;

}

.index_gg {
    width: 100%;
    float: left;
    background: url(../images/gg.jpg) no-repeat;
    height: 599px
}

.index_gg01 {
    width: 100%;
    float: left;
    background: url(../images/bg_02.jpg) no-repeat;
    padding: 80px 0
}

.gg01_box {
    max-width: 1200px;
    margin: 0 auto
}

.gg01_text {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
    color: #f8f4f4;
    line-height: 26px;
    font-size: 15px
}

.gg01_text h1 {
    font-size: 32px;
    font-family: 幼圆;
    font-weight: lighter;
    margin-bottom: 20px
}

.gg01_nr {
    max-width: 870px;
    margin: 0 auto
}

.gg01_nr01 {
    width: 100%;
    float: left;
    border: 4px solid #f9e3cd;
    border-radius: 20px;
    background-color: #1c1c1c;
    padding: 10px 0;
    margin-top: 70px;
    padding: 20px
}

.nr_list {
    width: 20%;
    float: left;
    display: block
}

.nr_list li {
    width: 100%;
    float: left;
    text-align: center;
    color: #ebd6b2;
}

.ch_font {
    font-size: 14px;
    margin-top: 20px
}

.eng_font {
    font-size: 12px;
    margin-top: 5px
}

.nr_list_line {
    background: url(../images/index_line.jpg) repeat-y right
}

.index_new {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: url(../images/bg_06.jpg) no-repeat center top;
}

.news-index {
    position: relative;
    padding-bottom: 70px;
}

.news-index:before {
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: 4px;
    content: "\20";
}

.news-index .nav {
    text-align: center;
    font-family: "Trirong", serif;
    padding: 70px 0 50px 0;
}

.news-index .nav a {
    display: inline-block;
    width: 100px;
    height: 30px;
    text-align: center;
    color: #000000;
}

.news-index .nav a span {
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.news-index .nav a em {
    display: block;
    font-size: 12px;
}

.news-index .nav a.cur {
    background: #b00c0b;
    color: #FFFFFF;
    border-radius: 0px;
}

.news-index .nav a:hover {
    background: #b00c0b;
    border-radius: 0px;
    color: #FFFFFF
}

.news-index .con {
    max-width: 1020px;
    padding-left: 20px;
    margin: 0 auto;
}

.con .li:nth-child(2) {
    background: linear-gradient(#452f16, #867867);
}

.con .li:nth-child(3) {
    background: linear-gradient(#2b466b, #798aa1);
}

.con .li:nth-child(4) {
    background: linear-gradient(#74533f, #a79386);
}

.con .li:nth-child(5) {
    background: linear-gradient(#287074, #7ba7a9);
}

.con .li:nth-child(6) {
    background: linear-gradient(#a89116, #c7b969);
}

.con .li:nth-child(7) {
    background: linear-gradient(#500d58, #906595);
}

.con .li:nth-child(8) {
    background: linear-gradient(#b7781c, #d2a86b);
}

.news-index .first {
    max-width: 660px;
    float: left;
    margin: 0 20px 20px 0;
}

.news-index .first .text {
    position: relative;
    background: #222222;
    color: #fff;
    height: 82px;
    border-radius: 0 0 16px 16px;
    padding: 5px 100px 0 25px;
}

.news-index .first .icon-video {
    position: absolute;
    width: 72px;
    height: 72px;
    left: 20px;
    top: 14px;
    background: url(/images/index/icon-video.png) no-repeat;
}

.news-index .first .label {
    position: absolute;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    background: #fff;
    color: #a00709;
    border-radius: 4px;
    right: 20px;
    bottom: 18px;
}

.news-index .first .img {
    height: 230px;
}

.news-index .li {
    margin: 0 20px 20px 0;
    width: 320px;
    float: left;
}

.news-index .li .img {
    height: 180px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 16px 16px 0 0;
}

.news-index .li .img img,
.news-index .first .img img {
    border-radius: 16px 16px 0 0;
}

.news-index .li .img img {
    width: 100%;
    position: absolute;
}

.news-index .li h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
}

.news-index .li p {
    font-size: 12px;
    line-height: 20px;
    opacity: 0.6;
}

.news-index .li a {
    display: block;
}

.news-index .li .text {
    position: relative;
    /*background: #222222;*/
    color: #fff;
    border-radius: 0 0 16px 16px;
}

.news-index .li .text .por {
    position: relative;
    padding: 5px 20px 0 20px;
    height: 132px;
    z-index: 3;
}

.news-index .li .text:before {
    content: "\20";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 16px 16px;
}

.news-index .li .label {
    position: absolute;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    background: #fff;
    color: #a00709;
    border-radius: 4px;
    left: 20px;
    bottom: 18px;
}

.news-index .li .text p {
    line-height: 16px;
    height: 48px;
    overflow: hidden;
}

.news-index .li .text h3 {
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
}

.news-index .li,
.news-index .first {
    transition: all 0.3s ease;
    transform: translateY(0);
}

.news-index .li:hover,
.news-index .first:hover {
    transform: translateY(-5px);
}

.news-index .more {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 20px;
}

.news-index .more a {
    transition: all 0.3s ease;
    font-family: "webfont";
    display: inline-block;
    padding: 0 50px;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    color: #d9d9d9;
    font-size: 18px;
}

.news-index .more a:hover {
    color: #000;
    border: 1px solid #000;
}


.gg03_box {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 80px
}

.tips-index {
    position: relative;

}

.tips-index:before {
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: 4px;
    background: url(../images/blx-white.png) repeat-x;
    content: "\20";
}

.tips-index .title {
    padding: 80px;
    text-align: center;
}

.tips-index .list {
    max-width: 1008px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.tips-index .list li {
    float: left;
    position: relative;
    margin-right: 20px;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.tips-index .list li img {
    border-radius: 150px;
    border: 6px solid #fff;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.32);
}

.tips-index .list li span {
    position: absolute;
    width: 85px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    bottom: 40px;
    left: 50%;
    margin-left: -40px;
}

.tips-index .list li:hover {
    transform: translateY(-5px);
}

.tips-index .list .know:nth-child(2) {
    margin-top: 60px
}

.tips-index .list .know:nth-child(3) {
    margin-top: 20px
}

.tips-index .list .know:nth-child(4) {
    margin-top: 60px
}

.tips-index .list .know:nth-child(5) {
    margin-top: 110px
}

.tips-index .box {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.tips-index .box img {
    position: relative;
    width: 1920px;
    margin-left: -960px;
    top: 0;
    left: 50%;
}


.footer {
    background-color: #1c1c1c;
    padding: 70px 0 0px;
    min-width: 1100px;
    width: 100%;
    float: left
}

.footer .strenght {
    max-width: 1080px;
    margin: 0 auto;
    height: 56px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(#fee8d2, #ecd6b0);
    border-radius: 16px;
}

.footer .strenght ul {
    width: 90%;
    margin: 0 auto
}

.footer .strenght li {
    display: block;
    float: left;
    width: 24%;
    height: 56px;
    padding-top: 10px
}

.icon-img {
    width: 30%;
    margin-left: 5%;
    float: left;
    text-align: center;
    display: block
}

.icon-img img {
    width: 36px;
    height: 36px
}

.icon-wz {
    width: 60%;
    float: left;
    display: block
}

.icon-wz p {
    font-size: 15px;
    height: 20px
}

.icon-line {
    border-left: 2px solid #000000
}

.footer-wrap {
    max-width: 1080px;
    margin: 0 auto 0;
}

.footer_left {
    max-width: 450px;
    float: left;
    margin-left: 50px;
    margin-top: 30px
}

.footer_gz {
    width: 150px;
    float: left;
}

.footer_gz img {
    width: 132px;
    height: 132px
}

.footer_gz li {
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF
}

.footer_tel {
    width: 250px;
    float: left;
    height: 31px;
    line-height: 31px;
    margin-left: 20px
}

.footer_tel li {
    display: block;
    float: left;
    width: 100%;
    height: 31px;
    line-height: 31px;
    padding-bottom: 10px;
    font-size: 13px
}

.footer_line {
    border-bottom: 1px solid #333333
}

.footer_right {
    width: 450px;
    float: left;
    margin-left: 110px;
    margin-top: 30px
}

.footer_right li {
    width: 25%;
    float: left
}

.footer_right li span {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px
}

.footer_right li a {
    width: 100%;
    float: left;
    color: #676666;
    font-size: 13px;
    padding: 5px 0
}

.footer_right li a:hover {
    color: #FFF;
    text-decoration: none;
    color: #ffffff;
}

.footer_bq {
    width: 100%;
    float: left;
    background: #121212;
    padding: 20px 0;
    text-align: center;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_bq a {
    color: #676666;
}


.subBanner {
    position: relative;
    max-height: 360px;
    z-index: 2;
    width: 100%;
    float: left
}

.subBanner img {
    width: 100%;
}

.subBanner_a {
    display: block;
    height: 360px;
}

.ny_box {
    width: 100%;
    float: left;
}

.ny_wz {
    width: 100%;
    float: left;
    background: #f0f0f0;
    padding: 15px 0
}

.ny_wz_01 {
    max-width: 1200px;
    margin: 0 auto;
    color: #6d696d;
    font-size: 13px
}

.ny_wz_01 a {
    color: #6d696d
}

.ny_wz_01 a:hover {
    color: #FFF;
    text-decoration: none;
    color: #ad0505;
}

.ny_wz_01 span {
    display: block;
    float: right;
    color: #a40000;
    font-size: 14px
}

.ny_01 {
    width: 100%;
    float: left;
    padding: 50px 0;
    color: #313031;
}

.ny_h1 {
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: inherit;
    margin-bottom: 50px
}

.ny_h1 span {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #b40707
}

.ny_01a {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 36px;
    font-size: 16px
}

.ny_02a {
    max-width: 1200px;
    margin: 0 auto;
}

.a_box {
    width: 100%;
    float: left;
    display: block;
    background: #FFFFFF;
    border: 2px solid #FF0000;
    text-align: center;
    margin-top: 80px
}

.ny_yy {
    width: 100%;
    float: left;
    text-align: center;
    color: #797979
}


.new_box {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding-bottom: 50px
}

.science-list2 {
    max-width: 1300px;
    text-align: center;
    margin: 0px auto;
    padding: 50px 0 10px 0;

}

.science-list2 a {

    padding: 15px 30px 15px 30px;
    text-align: center;
    border-radius: 0px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑", "方正正中黑简体";
    background: #1c1c1c;
}

.science-list2 a:hover, .science-list2 .science-cur {
    color: #fff;
    background: #ad0505;
}

.new_list {
    max-width: 1200px;
    margin: 0 auto;
}


.playBox {
    width: 100%;
    float: left;
    margin-top: 35px
}

.playBox li {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 40px;
}

.playBox li .content {
    width: 60%;
    padding-left: 40px;
    float: left;
}

.playBox .img00 {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.playBox li .pic {
    overflow: hidden;
    position: relative;
    width: 30%;
    height: 250px;
    float: left;
}

.playBox ul .img00 {
    transition: 600ms;
    -webkit-transition: 600ms;
    height: 250px;
}

.playBox ul li:hover .img00 {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

.playBox img {
    width: 100%;
    height: 250px;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}

.playBox ul li h3 {
    color: #333;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playBox ul li p {
    color: #999;
    text-align: justify;
    height: 90px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 38px;
    line-height: 2.0;
}

.playBox ul li span {
    color: #333;
}

.newTitle {
    font-size: 18px
}

.tips {
    font-size: 13px;
    color: #cccccc
}


img {
    border: none;
}


.p_OccupyBox {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    border: none;
    overflow: hidden;
}

.e_pagebox {
    width: auto;
    height: auto;
    clear: both;
    float: right;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.p_page .pre {
    display: inline-table;
    float: left;
    margin-left: 18px;
    margin-right: 5px;
}

.p_page .pageNum {
    display: inline-block;
    position: static;
    float: left;
    margin-right: 5px;
    line-height: 30px;
}

.p_page .next {
    display: inline-table;
    float: left;
}

.p_page .PageInterval {
    display: inline-block;
    position: static;
    float: left;
    margin-right: 5px;
    line-height: 38px;
    font-size: 12px;
}

.p_page .p_PageInterval {
    display: inline-block;
    position: static;
    float: left;
    margin-right: 5px;
    line-height: 38px;
    font-size: 12px;
}

.p_page .pre:after {
    content: "";
    display: none;
    position: absolute;
    top: 5px;
    left: -14px;
    width: 27px;
    height: 27px;
    background-color: rgba(242, 242, 242, 1);
    font-size: 0;
    line-height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.p_page .pre:hover:after {
    top: 4px;
    left: -12px;
    background-color: rgba(101, 190, 186, 1);
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.p_page .pre:active:after {
    top: 8px;
    left: -12px;
    width: 28px;
    height: 25px;
    background-color: #e60012;
    border-radius: 0 3px 0 0;
    -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    -webkit-transform: rotate(-226deg);
    -moz-transform: rotate(-226deg);
    -o-transform: rotate(-226deg);
    -ms-transform: rotate(-226deg);
    transform: rotate(-226deg);
    z-index: -1;
}

.p_page .pre {
    height: 30px;
    color: rgba(102, 102, 102, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(242, 242, 242, 1);
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    left: 0;
    top: 0;
}

.p_page .pre:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: #e60012;
    cursor: pointer;
}

.p_page .pre:active {
    background-color: #e60012;
}

.p_page .pre .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px;
}

.p_page .pre:hover .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .pre:active .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .pre .iconfont:before {
    content: "";
    margin-right: 5px;
}

.p_page .next:after {
    content: "";
    display: none;
    position: absolute;
    top: 5px;
    right: -14px;
    width: 27px;
    height: 27px;
    background-color: rgba(101, 190, 186, 1);
    font-size: 0;
    line-height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.p_page .next:hover:after {
    top: 5px;
    right: -12px;
    background-color: rgba(101, 190, 186, 1);
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: 0 3px 0px #777;
    -moz-box-shadow: 0 3px 0px #777;
    box-shadow: 0 3px 0px #777;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
    width: 26px;
    height: 26px;
}

.p_page .next:active:after {
    top: 8px;
    right: -12px;
    width: 27px;
    height: 24px;
    background-color: #e60012;
    border-radius: 0 3px 0 0;
    -webkit-box-shadow: 0 3px 0px #777;
    -moz-box-shadow: 0 3px 0px #777;
    box-shadow: 0 3px 0px #777;
    -webkit-transform: rotate(226deg);
    -moz-transform: rotate(226deg);
    -o-transform: rotate(226deg);
    -ms-transform: rotate(226deg);
    transform: rotate(226deg);
    z-index: -1;
}

.p_page .next {
    height: 30px;
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: #e60012;
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    left: 0;
    top: 0;
}

.p_page .next:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: #e60012;
    cursor: pointer;
}

.p_page .next:active {
    background-color: #e60012;
}

.p_page .next .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px;
}

.p_page .next:hover .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .next:active .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .next .iconfont:before {
    content: "";
    margin-top: 3px;
    float: right;
    margin-left: 5px;
}

.p_page .pageNum {
    position: absolute;
    background-size: 100% 100%;
    color: inherit;
    cursor: pointer;
    display: table;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    height: inherit;
    text-decoration: none;
    width: inherit;
}

.p_page .pageNum {
    height: 30px;
    width: 30px;
    color: rgba(102, 102, 102, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(242, 242, 242, 1);
    text-align: center;
    position: relative;
}

.p_page .pageNum:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    text-decoration: none;
    background-color: #e60012;
}

.p_page .pageNum:active {
    text-decoration: none;
    background-color: #e60012);
}

.p_page .pageNum.active {
    text-decoration: none;
    background-color: #e60012;
    color: rgba(255, 255, 255, 1);
}

.p_page .pageNum .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
}

.p_page .pageNum .iconfont {
    display: inline;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
}

.p_page .pageNum:hover .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .pageNum:active .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .pageNum .iconfont:before {
    content: "";
}

.p_page .PageInterval {
    line-height: 30px;
    cursor: text;
    color: rgba(102, 102, 102, 1);
}

.p_page .p_PageInterval {
    line-height: 30px;
    cursor: text;
    color: rgba(102, 102, 102, 1);
}

.xq_box {
    max-width: 1200px;
    margin: 0 auto
}

.ny_03a {
    max-width: 1100px;
    margin: 0 auto;
    line-height: 36px;
    font-size: 16px;
    padding: 50px
}

.ny_h11 {
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: inherit;
    margin-bottom: 50px;
    color: #333333;
    border-bottom: 1px solid #f0f0f0;
    height: 100px
}

.ny_h11 span {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #888888;
    margin-top: 15px
}


.index_gg_box {
    max-width: 1400px;
    margin: 0 auto
}

.dzx-baozhuang {
    background: url(../images/gg.jpg) no-repeat;
    height: 600px;
    overflow: hidden;
}

.dzx-baozhuang .con {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.dzx-baozhuang ._rgt {
    width: 650px;
    height: 350px;
    position: relative;
    border-bottom: 1px solid #c4c5c5;
    border-radius: 0 0 0 50px;
    padding: 60px 0 30px 50px;
}

.dzx-baozhuang .tips {
    position: absolute;
    left: 50px;
    bottom: -40px;
    opacity: 0.3;
}

.dzx-baozhuang ._rgt .imglist img {
    display: none;
}

.dzx-baozhuang ._rgt .imglist .cur {
    display: block;
    -webkit-animation: tranXbom 0.3s ease both;
}

.dzx-baozhuang ._rgt .info .text {
    display: none;
    color: #FFFFFF;
    margin-top: 50px
}

.dzx-baozhuang ._rgt .info .text p {
    opacity: 0.6;
    color: #FFFFFF
}

.dzx-baozhuang ._rgt .info .cur {
    display: block;
    -webkit-animation: tranXtop 0.4s ease 0.1s both;
}

.dzx-baozhuang ._rgt .a-sec {
    display: flex;
    width: 614px;
    background: url(../images/gg_wz1.png) left no-repeat
}

.dzx-baozhuang ._rgt .a-sec span {
    width: 32%;
    float: left;
    text-align: center;
    height: 83px;
    line-height: 83px;
    font-size: 26px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffdeb1;
    user-select: none;
}

.dzx-baozhuang ._rgt .a-sec .cur {

    color: #ffdeb1;
    position: relative;
    overflow: hidden;
}

.dzx-baozhuang ._rgt .a-sec .cur .progress {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(
            to bottom,
            rgba(248, 223, 171, 0) 0%,
            rgba(255, 211, 117, 0.2) 100%
    );
}

.dzx-baozhuang ._rgt .a-sec .cur .progress.begin {
    -webkit-animation: beginProgress 5s linear;
}

.dzx-baozhuang ._rgt .text {
    font-size: 16px;
    line-height: 34px;
    display: flex;
    color: #222222;
}


/*分页*/
.page-content {
    position: relative;
}

#page {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.pagel #page {
    justify-content: flex-end;
}

#page .page-item {
    border: 1px solid #dddddd;
    /*margin: 5px;*/
    margin: 0 0 0 -1px;
    font-size: calc(var(--bili) * var(--fspage) * 1px);
    background: #fff;
    color: #444444;
    /*border-radius: 4px;*/
}

#page .up, #page .down {
    display: block;
    text-decoration: none;
    padding: 0 25px;
    height: 30px;
    color: #444444;
    margin: 0 0 0 -1px;
    background: rgba(242, 242, 242, 1);

}

#page .on {
    background-color: #e60012;
    width: auto;
    color: #ffffff;
    line-height: 30px;
}

#page a {
    height: 30px;
    width: 30px;
    color: rgba(102, 102, 102, 1);
}

#page a:last-child {
    margin-right: 0;
}

#page a:hover {
    color: var(--colorZT);
}

#page a.myde-page {
    background: var(--colorZT);
    color: #fff;
    border: 1px solid var(--colorZT);
}

#page a.cur {
    text-decoration: none;
    background-color: #e60012;
    color: rgba(255, 255, 255, 1);
}

#page p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0;
    color: #555;
}

#page p.pageRemark b {
    margin: 0 6px;
    color: var(--colorZT);
}

#page p.pageEllipsis {
    line-height: 30px;
    color: #555;
    text-align: center;
    width: 30px;
}

/*分页-e*/


.swiper-container {
    width: 100%;
    height: 100%;
}

.honor-swiper .swiper-slide {
    width: 270px;
    height: 215px;
    background: #fff;
    /* box-shadow: 0 8px 30px #ddd; */
}

.honor-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.eim {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.honor-page {
    position: absolute;
    width: 80%;
    bottom: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    left: 10%;
}

.honor-page .honor-icl {
    background: var(--colorZT) url(../images/u70.svg) no-repeat center;
    background-size: calc(var(--bili) * 10px);
    transform: rotateY(180deg);
}

.honor-page .honor-an {
    z-index: 2;
    width: calc(var(--bili) * 30px);
    height: calc(var(--bili) * 60px);
    cursor: pointer;
}

.honor-page .honor-icr {
    background: var(--colorZT) url(../images/u70.svg) no-repeat center;
    background-size: calc(var(--bili) * 10px);
}

.buy_top {
    background: #FFF;
    box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
    margin: 0 auto 10px auto;
    overflow: hidden;
    padding: 0;
    max-width: 1130px;
}

.img_list {
    border-right: dashed 1px #eee9e4;
    box-shadow: none;
    float: left;
    margin: 0;
    padding: 10px;
    width: 500px;
    z-index: 9999;
}

.img_list img {
    width: 100%;
    height: auto
}

.xr {
}

.xr h1 {
    font-size: 24px;
    padding: 15px 0;
    font-weight: normal
}

.xr dl div {
    background: #eee;
    padding: 10px;
}

.xr dl div dd {
    width: 80%;
    margin-top: 5px;
    font-size: 16px;
}

.xr .xls {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.xr hr {
    /*border-bottom: #ccc solid 2px;*/
    margin-bottom: 17px
}

.ne-con li img {
    border-radius: 15px;
}

.ne-con li h4 {
    padding-top: 10px
}

.xr .xls li {
    width: 50%;
    /*float: left;*/
    color: #999
}

.name p {
    font-size: 16px;
    color: #999
}

.name {
    position: relative
}

.name:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 6px;
    /*background: #8f0100;*/
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -20px
}

.xs1 li {
    float: left;
    width: 50%;
    line-height: 24px;
    margin-top: 15px;
    font-size: 13px;
}

.xs1 span {
    background: #332e23;
    padding: 0 20px;
    display: inline-block;
    color: #cab78c
}

.xs1 b {
    background: #cab78c;
    text-align: left;
    width: 190px;
    padding-left: 10px;
    display: inline-block;
    color: #333333
}

.ss {
    overflow: hidden;
    padding: 0 15px
}

.ss .xs1 ul{
    display: flex;
}


.xr .xls li span {
    border-bottom: #999 solid 1px;
    font-size: 13px;
    padding-bottom: 5px;
    min-width: 150px;
    display: inline-block;
    margin-top: 5px
}

.xx {
    width: 100%;
    float: left;
    margin-top: 15px
}

.xx li {
    display: block;
    float: left
}

.xx li img {
    margin-right: 15px;
    margin-left: 10px
}

.xx li p {
    font-size: 22px;
    margin: 0;
    font-weight: normal;
    color: #e61212
}


.buy_xx {
    margin: 0 auto 10px auto;
    overflow: hidden;
    padding: 0;
    max-width: 1130px;
}

.xx_bt {
    width: 100%;
    float: left;
    border-bottom: 2px solid #a80707;
    margin-top: 30px
}

.xx_bt li {
    background: #a80707;
    padding: 15px;
    width: 160px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 8px 8px 0 0px;
    font-size: 18px
}

.ny_04 {
    width: 96%;
    margin-left: 2%;
    margin-top: 30px;
    float: left;
    line-height: 36px;
    font-size: 16px;
}


@media screen and (max-width: 1024px) {
    .nav {
        width: 80px;
    }

    .ny_02a p img {
        width: 100%;
    }

    .tips-index .list li {
        margin-right: 15px;
    }

    .dzxlist .item {
        width: 324px;
    }

    .dzxlist .item img {
        width: 100%;
    }

    .news-index .first {
        width: 460px;
        margin-left: 100px;
    }

    .news-index .first .img img {
        width: 100%;
        height: 100%;
    }

    .footer {
        width: 100%;
        min-width: 100%;
    }

    .footer_right {
        margin-left: 40px;
    }

    .news-index .li {
        width: 300px;
    }

    .dzx-baozhuang ._rgt {
        margin: 0 auto;
    }

    .b-you {
        width: 100%;
    }

    .b-you .top {
        width: 100%;
    }

    .b-you ul {
        display: flex;
        width: 100%;
    }

    .b-you ul li {
        width: 32%;
        margin-right: 2%;
    }

    .b-you ul li img1 {
        width: 100%;
    }

    .b-you ul li .nei {
        width: 160px;
    }

    .b-you ul li .img1 img {
        width: 100%;
    }


}