
table {
    border-collapse: collapse;
    border-spacing: 0px;
}

fieldset,
img {
    border: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    letter-spacing: 2px;
}

q::before,
q::after {
    content: "";
}

abbr,
acronym {
    border: 0px;
}

a {
    text-decoration: none;
    outline: none;
    color: rgb(102, 102, 102);
}

img {
    display: block;
    max-width: 100%;
}

p {
    line-height: 2em;
    min-height: 20px;
}

.clear {
    display: block;
    clear: both;
}

.hide {
    display: none;
}

section video {
    display: block;
    margin: 0 auto;
}

video:focus {
    outline: none;
}

::-webkit-scrollbar-track-piece,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    width: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.6);
}

::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 0.6);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(153, 153, 153);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(153, 153, 153);
}
.he_liBl::after,
.news_li,
.news_block,
.news_block::after,
a.me_li,
.vid_button,
.videoBl_clear,
.ide_li,
.ide_teBl,
.nav_ul a::after,
.ho_icon,
.cuBl_block,
.ind_navBl,
.indNe_InBl,
a.indNe_li,
a.indN_li,
.news_block .after {
    transition: all 0.3s ease 0s;
}

.king {
    transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1) 0.3s;
}

.king:hover {
    transform: scale(1.1);
}

.king:hover,
.news_li:hover,
a.me_li:hover {
    transform: scale(0.95);
    box-shadow: rgb(204, 204, 204) 0px 0px 10px 0px;
}

/*.vid_button:hover, .videoBl_clear:hover, .cuBl_block:hover { transform: scale(0.9); }*/
.indCo_button {
    transition: all 0.3s;
}

.indCo_button:hover {
    transform: scale(0.9);
}

.swiper-slide {
    overflow: hidden;
}

.he_logo::after {
    content: "";
    display: block;
    position: absolute;
    left: -200px;
    top: 0px;
    width: 150px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    overflow: hidden;
    transform: skewX(-25deg);
    transition: all 0s ease 0s;
}

.king {
    width: 150px;
    left: 600px;
    transition: all 1.2s ease 0s;
}

.king {
    width: 150px;
    left: 1000px;
    transition: all 1.2s ease 0s;
}

@keyframes toShow {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

body {
    animation: toShow 1s ease-in-out backwards;
}


/* am02 */
@keyframes am1 {
    0% {
        transform: translate(0%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

.am02 {
    overflow: hidden;
    position: relative;
}

.am02::after {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 110%;
    background: rgb(181, 0, 30);
    z-index: 120;
    animation: am1 1s linear backwards;
}

@keyframes am2 {
    0% {
        opacity: 0;
    }

    99.9% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.am02 img {
    animation: am2 0.5s linear backwards;
}

/* am02 */


@keyframes t_01 {
    0% {
        opacity: 0;
        transform: translate(0, 60px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@keyframes t_02 {
    0% {
        opacity: 1;
        transform: translate(0, -60px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

.com_img {
    animation: t_01 0.6s ease-in-out backwards;
}

/*.com_tiBl { animation: t_01 0.6s ease-in-out 0.3s backwards; }*/
.com_conBlock {
    animation: t_02 1s ease-in-out backwards;
}


@-webkit-keyframes anim09 {
    0% {
        left: -200px;
    }

    30% {
        left: 600px;
    }

    100% {
        left: 600px;
    }
}

.he_logo::after {
    animation: 5s ease-in-out 0s infinite normal none running anim09;
}

@keyframes animScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes animScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.ind_bgImg,
.vid_img {
    animation: 10s linear 0s infinite normal none running animScale;
}

.king {
    animation: 1s linear 0s infinite normal none running animScale;
}

.he_content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 900;
    background: url("/images/1_2.png");
    height: 80px;
}

.he_ulBl {
    position: absolute;
    left: 50%;
    margin-left: -320px;
    top: 0px;
}

.he_logo {
    padding: 18px 1%;
    width: 150px;
    position: absolute;
    left: -1%;
    top: 0px;
    z-index: 90;
    display: block;
    overflow: hidden;
}

.he_logo img {
    display: block;
}

.he_liBl {
    float: left;
    position: relative;
    height: 80px;
}

.he_a {
    display: block;
    padding: 31px 20px;
    color: rgb(51, 51, 51);
    position: relative;
    z-index: 90;
}

@keyframes top01 {
    0% {
        transform: translate(0px, 20px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

.he_block {
    position: absolute;
    top: 75px;
    padding-top: 6px;
    width: 1920px;
    left: 0%;
    display: none;
    animation: 0.3s ease-in-out 0s 1 normal backwards running top01;
}

.top_button {
    animation: 0.3s ease-in-out 0s 1 normal backwards running top01;
}

.he_ul {
    background: url("/images/1_2.png");
    padding: 10px;
    height: 40px;
}

.he_ul a {
    display: block;
    text-align: center;
    padding: 10px 12px;
    float: left;
    margin-right: 2px;
}

.he_liBl.active .he_a,
.he_liBl:hover .he_a {
    color: rgb(255, 255, 255);
}

.he_ulBl:hover .he_liBl.active .he_a {
    color: rgb(102, 102, 102);
}

.he_ulBl .he_liBl.active:hover .he_a {
    color: rgb(255, 255, 255);
}

img.lo2 {
    display: none;
}

body.home .he_content {
    background: url("/images/1_1.png");
}

body.home a.he_logo img {
    display: none;
}

body.home a.he_logo img.lo2 {
    display: block;
}

body.home a.he_a {
    color: rgb(255, 255, 255);
}

body.home .he_ulBl:hover .he_liBl.active .he_a {
    color: rgb(255, 255, 255);
}

.ind_ico img {
    display: none;
}

body.home .ind_ico {
    background: url("/images/a1_51.png") center center no-repeat;
    border: 1px solid rgb(153, 153, 153);
}

body.home .ind_input input {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
}

.tou_ico {
    display: none;
}

.ind_body {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1200px;
    min-height: 500px;
}

.ind_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-container.swiper-container01 {
    height: 100%;
    width: 100%;
    position: relative;
}

.swiper-container01 .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ind_conBlock {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(32, 32, 32);
}

.ind_bgContent {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/a1_6.jpg") center center / cover no-repeat;
}

.ind_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 990;
    background: rgb(35, 35, 35);
    width: 180px;
    cursor: pointer;
}

.ind_navBu {
    position: absolute;
    top: 22px;
    left: 200px;
    z-index: 90;
    width: 34px;
    cursor: pointer;
    opacity: 0.5;
}

img {
    max-width: 100%;
}

.ind_ico {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid rgb(153, 153, 153);
    z-index: 99;
    padding: 28px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url("/images/a1_5.png") center center no-repeat;
}

body.homeZ .he_content {
    background: url("");
}

@keyframes topAm {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -20px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.ind_bottom {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    opacity: 1;
    animation: 1s ease-in-out 0s infinite normal none running topAm;
    cursor: pointer;
}

.ind_navBl {
    position: absolute;
    left: 30px;
    top: 76px;
    z-index: 60;
    height: 100%;
    width: 1px;
    opacity: 0;
}

.ind_InnerBlock {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
}

.indN_ul {
    position: absolute;
    top: 33%;
    width: 120px;
    left: -6px;
}

.indN_li {
    color: rgb(0, 0, 0);
    padding: 10px 0px 10px 30px;
    background: url("../images/a1_4.png") left center no-repeat;
    opacity: 0.3;
    display: block;
}

.indN_li.cur,
.indN_li:hover {
    background: url("../images/a1_4.png") left center no-repeat;
    opacity: 1;
}

.indA_img {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -293px;
    margin-top: -93px;
}

.ind_navBl.active {
    opacity: 1;
}

.ind_navBl.col2 a {
    background: url(../images/a1_42.png) left center no-repeat;
}

.ind_navBl.col2 {}

.ind_navBl.col2 a.indN_li.cur,
.ind_navBl.col2 a.indN_li:hover {
    background: url(../images/a1_42.png) left center no-repeat;
}

.bigImg_content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bigImg_contentBlock {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.bigImg_ulBlock {
    position: relative;
    width: 100%;
    height: 100%;
}

.big_imgContent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.big_img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.big_img {
    animation: 12s linear 0s infinite normal none running animScale;
}

.big_imgBlock {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}

@-webkit-keyframes btssize {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.big_imgBlock.current {
    animation: 3s linear 0s 1 normal forwards running btssize;
}

.navIcon_block {
    position: absolute;
    bottom: 30px;
    right: 60px;
}

.navIcon_block {
    position: absolute;
    bottom: 40px;
    right: 8%;
    z-index: 99;
    text-align: right;
}

.navIcon_block span {
    position: relative;
    display: inline-table;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
}

@keyframes roAm {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navIcon_block span.swiper-active-switch::after {
    background: url("../images/a1_3.png") center center / 40px no-repeat;
    animation: 2s linear 0s infinite normal none running roAm;
}

.indA_content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.ind_bg2 {
    background: rgb(55, 55, 55);
}

.ind_InnContent {
    position: relative;
    padding-left: 16%;
    height: 100%;
    z-index: 90;
}

.ind_bgImg,
.ind_bgImgB,
.ind_parentImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ind_InImg {
    position: absolute;
    top: 0px;
    left: -3%;
    width: 106%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body.bo_cur .ind_navBl {
    opacity: 0;
}

body.bo_cur .ind_bottom {
    opacity: 0;
}

.indE_ho img {
    width: 316px;
}

video#video_2 {
    width: 100%;
}

.indB_teBl,
.indB_bgC,
.indB_vBl,
.indB_teIco,
.indB_teImg,
.ind_ico,
.indB_ho,
.indE_more img,
.ind_navBu,
.indB_IImg {
    transition: all 0.3s ease 0s;
}

.indB_content.cur .indB_teBl {
    width: 28%;
}

a.indE_more img {
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 9;
    opacity: 0;
    display: none;
}

.he_liBl.active::after,
.he_liBl:hover::after {
    height: 100%;
}

.he_liBl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgb(181, 0, 30);
    height: 0px;
}

.he_ulBl:hover .he_liBl::after {
    height: 0px;
}

.he_ulBl:hover .he_liBl:hover::after {
    height: 100%;
}

.com_content {
    position: relative;
    padding-top: 80px;
    width: 100%;
}

.com_navBlock {
    position: relative;
    width: 100%;
    height: 62px;
    z-index: 99;
}

a.com_li {
    float: left;
    padding: 21px 0px 21px 25px;
    height: 20px;
    display: block;
    background: url("/img/aboutus/16.png") left center no-repeat;
    margin-left: 18px;
    color: rgb(255, 255, 255);
}

a.com_li.home {
    width: 30px;
    background: url("/img/aboutus/15.png") center center / 18px no-repeat;
    padding-left: 0px;
    margin-left: 0px;
}

.com_ul {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    background: rgb(189, 28, 55);
    padding-right: 35px;
    padding-left: 30px;
}

.nav_ul {
    position: relative;
    float: right;
}

.nav_ul a {
    padding-top: 20px;
    display: block;
    float: left;
    position: relative;
    margin-left: 40px;
    color: rgb(102, 102, 102);
}

.nav_ul a::after {
    content: "";
    display: block;
    width: 0%;
    margin: 21px auto auto;
    border-bottom: 2px solid rgb(184, 28, 39);
}

.nav_ul a:hover::after,
.nav_ul a.active::after {
    content: "";
    display: block;
    width: 100%;
}

.nav_ul a:hover,
.nav_ul a.active {
    color: rgb(184, 28, 39);
}

.com_InnContent {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 90;
    min-width: 1150px;
}

.com_conBlock {
    position: relative;
    width: 100%;
    min-height: 402px;
    overflow: hidden;
    z-index: 90;
    background: #fff;
}

.com_bgImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.com_navBlock::after {
    content: "";
    display: block;
    position: absolute;
    left: 10%;
    top: 0px;
    width: 90%;
    height: 100%;
    background: rgb(255, 255, 255);
}

.com_img img {
    width: 100%;
    display: block;
}

.com_tiBl {
    position: absolute;
    top: 22%;
    z-index: 90;
    right: 10%;
    text-align: center;
}

.com_banner {
    position: relative;
    width: 100%;
}

h2.com_h2 {
    font-size: 28px;
    color: rgb(255, 255, 255);
    letter-spacing: 5px;
    margin-top: 10px;
}

.com_tiBlock {
    position: relative;
    width: 100%;
    padding: 25px 0px;
    background: rgb(255, 255, 255);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.com_tiInn {
    width: 80%;
    margin: auto;
    position: relative;
}

.com_tiEn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.com_tiEn span {
    background: rgb(255, 255, 255);
    padding: 0px 30px;
    z-index: 90;
    position: relative;
    font-weight: 100;
}

.com_InnBlock {
    position: relative;
    width: 80%;
    margin: auto;
    z-index: 90;
}

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

.he_enCh {
    position: absolute;
    right: 0px;
    top: 30px;
}

.he_enCh a {
    padding: 5px;
}

a {
    color: rgb(102, 102, 102);
}

.he_enCh a.active,
.he_enCh a:hover {
    color: rgb(181, 0, 30);
}

.he_conBlock {
    position: relative;
    width: 100%;
}

.navIcon_block span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.he_ul a:hover {
    color: rgb(184, 28, 39);
}

.com_pages {
    position: relative;
    z-index: 90;
    width: 100%;background:#fff;
}

.page_ul {
    font-size: 16px;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 20px 0px;
}

.page_ul a {
    padding: 8px;
    margin: 0px 5px;
}

.page_ul::after {
    content: "";
    display: inline-block;
    width: 30px;
    border-bottom: 1px solid rgb(153, 153, 153);
    margin-left: 10px;
    position: relative;
    top: -6px;
}

.page_ul::before {
    content: "";
    display: inline-block;
    width: 30px;
    border-bottom: 1px solid rgb(153, 153, 153);
    margin-right: 10px;
    position: relative;
    top: -6px;
}

.page_ul a:hover,
.page_ul a.active {
    color: rgb(189, 28, 55);
}

.vidBl_content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}

.vidBl_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("/images/a5_8.png");
}

.videoBl_conBlock {
    position: absolute;
    left: 10%;
    top: 0%;
    width: 80%;
    height: 80%;
    z-index: 20;
}

.videoBl_conBlock video {
    position: relative;
}

.videoBl_clear {
    position: absolute;
    right: 10%;
    margin-right: -64px;
    top: 10%;
    cursor: pointer;
    width: 48px;
}

.videoBl_conBlock video {
    width: 100%;
}

.sw_prev {
    position: absolute;
    left: 3%;
    top: 50%;
    z-index: 90;
    width: 56px;
    height: 56px;
    border: 1px solid rgb(255, 255, 255);
    background: url("/images/prev.png") center center / 20px no-repeat;
    border-radius: 200px;
    margin-top: -28px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-shadow: rgb(204, 204, 204) 0px 0px 10px 0px;
    display: none;
}

.sw_next {
    position: absolute;
    right: 3%;
    top: 50%;
    z-index: 90;
    width: 56px;
    height: 56px;
    border: 1px solid rgb(255, 255, 255);
    background: url("/images/next.png") center center / 20px no-repeat;
    border-radius: 200px;
    margin-top: -28px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-shadow: rgb(204, 204, 204) 0px 0px 10px 0px;
    display: none;
}

.sw_prev:hover {
    background: url("/images/prev.png") center center / 20px no-repeat rgb(189, 28, 55);
    border: 1px solid rgb(189, 28, 55);
    transform: scale(0.9);
}

.sw_next:hover {
    background: url("/images/next.png") center center / 20px no-repeat rgb(189, 28, 55);
    border: 1px solid rgb(189, 28, 55);
    transform: scale(0.9);
}

.comIco {
    position: absolute;
    bottom: 15px;
    left: 20%;
    z-index: 90;
    width: 60%;
    text-align: center;
    margin-bottom: 0px;
    display: none;
}

.comIco span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0px 8px;
}

.comIco span.swiper-active-switch {
    background: rgb(189, 28, 55);
}

.he_ul a.active {
    color: rgb(184, 28, 39);
}

div#Footer {
    position: relative;
    width: 90%;
    background: rgb(39, 39, 39);
    color: rgb(255, 255, 255);
    font-size: 13px;
    padding: 30px 5%;
    min-height: 20px;
}

.fo_te {
    position: relative;
    opacity: 0.8;
    float: left;
}

.fo_riBl {
    position: relative;
    opacity: 0.8;
    float: right;
}

a.fo_a {
    color: rgb(255, 255, 255);
}

.fo_te a {
    color: rgb(255, 255, 255);
    margin: 0px 10px;
}

.indE_content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.indE_conBlock {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    margin-top: -353px;
}

.indE_ulBl {
    position: relative;
    width: 200%;
}

.indE_li {
    position: relative;
    float: left;
    margin-right: 3%;
    width: 12%;
    max-width: 330px;
}

.indE_ho {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    opacity: 0;
    transform: scale(1.1);
}

.indE_ho:hover {
    opacity: 1;
    transform: scale(1);
}

.bannerSwiper {
    width: 100%;
    height: 100%;
}

.a1_block {
    position: relative;
    width: 100%;
    padding: 100px 0px;
}

h2.a1_ti {
    font-size: 24px;
    color: rgb(189, 28, 54);
}

.a1_wi {
    position: relative;
    width: 40px;
    border-bottom: 2px solid rgb(170, 170, 170);
    margin: 40px 0px;
}

.a1_text {
    position: relative;
    text-align: justify;
    line-height: 2em;
}

.a1_block::after {
    content: "";
    display: block;
    clear: both;
}

.news_content {
    position: relative;
    width: 100%;
    padding: 100px 0px;
}

.news_ul {
    position: relative;
    width: 104%;
}

a.news_li {
    position: relative;
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-bottom: 40px;
}

a.news_li:hover {
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 0px;
    background: rgb(250, 247, 244);
}

.news_block {
    padding: 12%;
    position: relative;
    overflow: hidden;
}

.news_block h2 {
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_block .date {
    margin-bottom: 10px;
}

.news_block .date span {
    font-size: 22px;
    margin-right: 6px;
}

.indSo_conBlock .text {
    position: relative;
    width: 600px;
    margin: auto;
    padding: 60px 0;
}

.news_block .text {
    line-height: 1.8em;
    text-align: justify;
    padding: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    height: 68px;
}

a.news_li .more {
    padding: 20px 0px;
    width: 76%;
    margin: auto;
    border-top: 1px solid rgb(204, 204, 204);
    position: relative;
}

a.news_li .more span.ico {
    position: absolute;
    right: -8px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url("/images/c2_2.png") center center / 28px no-repeat;
}

.news_In {
    position: relative;
    width: 100%;
    z-index: 90;
}

.news_block .after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
}

a.news_li:hover .news_block .after {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1);
    opacity: 0.3;
    transform: scale(1);
    filter: blur(2px) brightness(0.8);
}

.neIn_conBlock {
    position: relative;
    min-height: 600px;
}

.neNa_content {
    position: absolute;
    width: 280px;
    right: 0px;
    top: 0px;
    z-index: 20;
}

.neNa_block {
    background: rgb(239, 242, 245);
    padding: 20px;
    margin-bottom: 8px;
}

.neNa_ti {
    text-align: center;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 20px;
    font-size: 18px;
    padding-bottom: 10px;
}

a.neNa_more {
    text-decoration: underline;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.neNa_imgBl {
    position: relative;
    width: 100%;
    height: 116px;
    overflow: hidden;
}

.neNa_imgBl img {
    width: 100%;
}

.neNa_conBlock {
    position: relative;
    width: 100%;
    background: rgb(239, 242, 245);
    padding: 20px;
    margin-bottom: 8px;
}

a.neNa_li {
    margin-bottom: 20px;
    padding-left: 18px;
    position: relative;
}

.neNa_te {
    line-height: 26px;
    text-align: justify;
}

.neNa_icon {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: rgb(136, 136, 136);
}

a.neNa_aBl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.neNa_bg img {
    width: 100%;
}

.neNa_imgTi {
    position: absolute;
    top: 30px;
    z-index: 20;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}

.neIn_ti {
    font-size: 24px;
    padding-bottom: 30px;
}

.neIn_block {
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.neIn_leUl {
    position: relative;
    width: 100%;
}

a.neIn_back {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    padding-right: 22px;
    background: url("/images/c2_3.png") right 3px no-repeat;
    letter-spacing: 2px;
}

.neIn_leLi {
    float: left;
    margin-right: 30px;
    position: relative;
}

.neIn_share {
    position: absolute;
    left: 42px;
    top: 0px;
    width: 200px;
}

.neIn_teBl {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.neIn_teBl p,
.neIn_teBl section {
    margin-bottom: 20px;
    line-height: 2.2em;
    font-size: 15px;
}

.neIn_teBl img {
    margin: auto;
    display: block;
}

a.news_li:hover .more {
    border-top: 1px solid rgb(250, 247, 244);
}

.neIn_ul {
    position: relative;
    width: 85%;
    border-top: 1px solid rgb(204, 204, 204);
    padding-top: 25px;
    margin-top: 40px;
    padding-right: 15%;
}

a.neIn_li {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

a.neIn_back:hover {
    color: rgb(199, 62, 85);
    font-weight: bold;
}

a.neIn_li:hover {
    color: rgb(181, 0, 30);
}

.bgColor1 {
    background: rgb(247, 247, 247);
}

.me_content {
    padding: 100px 0px;
}

.me_ul {
    position: relative;
    width: 104%;
}

a.me_li {
    position: relative;
    width: 24%;
    float: left;
    margin-right: 3%;
    margin-bottom: 50px;
    background: rgb(255, 255, 255);
    padding: 3%;
}

.me_ul::after {
    content: "";
    display: block;
    clear: both;
}

a.me_li img {
    width: 100%;
}

a.me_li h2 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgb(204, 204, 204);
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

a.me_li .text {
    margin-bottom: 20px;
    line-height: 1.8em;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

a.me_li .more {
    padding-left: 16px;
    display: block;
    background: url("/images/c2_5.png") left center no-repeat;
    color: rgb(189, 28, 55);
}

a.me_li:hover h2 {
    color: rgb(189, 28, 55);
}

.vid_img img {
    width: 100%;
}

.vid_block img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
    z-index: 90;
}

.vid_img,
.vid_block {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: hidden;
}

.vid_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bgCol3 {
    background: rgb(240, 240, 240);
}

.pr_content {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.pr_content::after {
    content: "";
    clear: both;
    display: block;
}

.pr_imgBlock {
    position: relative;
    float: left;
    width: 60%;
}

.pr_imgBlock img {
    max-width: 150%;
    width: 100%;
    left: 0%;
    position: relative;
}

.pr_imgBlock::after {
    content: "";
    display: block;
    clear: both;
}

.pr_teBl {
    position: relative;
    width: 36%;
    float: right;
    padding-top: 7%;
}

.pr_en {
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(204, 204, 204);
    margin-bottom: 20px;
}

h2.pr_ti {
    font-size: 24px;
    color: rgb(181, 0, 30);
    opacity: 0.8;
    margin-bottom: 25px;
}

.pr_wire {
    position: relative;
    width: 40px;
    border-bottom: 3px solid rgb(181, 0, 30);
    margin-bottom: 30px;
    opacity: 0.6;
}

.pr_0 {
    position: relative;
    width: 100%;
}

@keyframes s_1 {
    0% {
        transform: scale(0.2) translate(110%, 172%);
        opacity: 1;
    }

    100% {
        transform: scale(1) translate(0px);
        opacity: 1;
    }
}

.pr_1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    animation: 1s ease-in-out 0s 1 normal backwards running s_1;
}

@keyframes t_1 {
    0% {
        transform: translate(0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px);
    }
}

.pr_imgBlock img.ico {
    width: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 15;
    margin-left: -20px;
    animation: 1s ease-in-out 0s infinite normal none running t_1;
}

@keyframes s_2 {
    0% {
        transform: scale(0.15) translate(68%, 0%);
        opacity: 1;
    }

    100% {
        transform: scale(1) translate(0px);
        opacity: 1;
    }
}

.pr_2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
    animation: 1s ease-in-out 0s 1 normal backwards running s_2;
}

.pr_0 img.ico {
    bottom: 17%;
    left: 72%;
}

.pr_1 img.ico {
    left: 61%;
    bottom: 50%;
}

.com_conBlock.bg_3 {
    background: #fff url("/images/d2_4.png") left bottom no-repeat;
}

.pa_content {
    padding: 100px 0px;
}

.pa_ul {
    position: relative;
    width: 40%;
    float: left;
}

.pa_map {
    position: relative;
    width: 54%;
    float: right;
}

.pa_map::after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 88%;
    height: 100%;
    border: 1px solid rgb(189, 28, 55);
}

.pa_map img {
    position: relative;
    z-index: 90;
}

h2.pa_ti img {
    display: inline-block;
    width: 24px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

h2.pa_ti {
    font-size: 18px;
    margin-bottom: 6px;
}

.pa_li {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.pa_li.n2 p {
    font-size: 20px;
    font-weight: bold;
}

.jo_content {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.jo_img img {
    width: 100%;
}

.jo_ul {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.jo_li {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.jo_li h2 {
    font-size: 18px;
    color: rgb(189, 28, 55);
    margin-bottom: 10px;
}

.re_content {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.re_block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
}

.re_block span,
.re_block a {
    margin-right: 20px;
}

.re_seek {
    position: relative;
    width: 500px;
    height: 40px;
    background: rgb(245, 245, 245);
    margin-top: 30px;
}

.re_seek input {
    height: 40px;
    border: 0px;
    background: url("");
    padding-left: 20px;
    color: rgb(153, 153, 153);
    width: 400px;
    outline: none;
}

.re_bu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    background: url("/images/d2_7.png") center center / 20px no-repeat rgb(189, 28, 55);
}

.re_table {
    position: relative;
    width: 100%;
    margin: 60px 0px 30px;
}

.re_th {
    background: rgb(238, 238, 238);
    font-size: 16px;
}

.re_td {
    float: left;
    padding: 20px 0% 20px 3%;
    width: 14%;
    position: relative;
}

.re_td.td1 {
    width: 27%;
    padding-left: 5%;
}

.re_tr {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.re_button {
    border: 1px solid rgb(189, 28, 55);
    width: 80px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 200px;
    color: rgb(189, 28, 55);
    position: absolute;
    top: 15px;
    font-size: 13px;
    cursor: pointer;
}

.re_button:hover {
    background: rgb(189, 28, 55);
    color: rgb(255, 255, 255);
}

.reAl_content {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 990;
    width: 100%;
    height: 100%;
    display: none;
}

.reAl_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("/images/1_1.png");
}

.reAl_InnBlock {
    position: absolute;
    top: 14%;
    left: 20%;
    width: 54%;
    z-index: 90;
    background: rgb(255, 255, 255);
    padding: 3%;
    height: 60%;
    overflow: scroll;
}

h2.reAl_ti {
    font-size: 20px;
}

.reAl_close {
    position: absolute;
    right: 5%;
    top: 30px;
    width: 80px;
    border: 1px solid rgb(189, 28, 55);
    text-align: center;
    color: rgb(189, 28, 55);
    padding: 4px 0px;
    border-radius: 200px;
    cursor: pointer;
}

.reAl_close:hover {
    background: rgb(189, 28, 55);
    color: rgb(255, 255, 255);
}

.reAl_ul {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid rgb(238, 238, 238);
}

.reAl_ul h3 {
    font-size: 18px;
    color: rgb(189, 28, 55);
    margin-bottom: 10px;
    padding-top: 25px;
}

.reAl_ul p {
    margin-bottom: 15px;
}

@keyframes op_1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes top_1 {
    0% {
        opacity: 0;
        transform: translate(0px, 50px);
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

.reAl_content {
    animation: 0.3s ease-in-out 0s 1 normal backwards running op_1;
}

.reAl_InnBlock {
    animation: 0.3s ease-in-out 0s 1 normal backwards running top_1;
}

.re_block a.active {
    color: rgb(189, 28, 55);
}

.com_conBlock.st_bgImg {
    background: #fff url("/images/d2_9.png") right bottom / 500px no-repeat;
}

.st_tiBl {
    position: relative;
    width: 100%;
    padding: 60px 0px;
    text-align: center;
    font-size: 20px;
    color: rgb(181, 0, 30);
}

.st_content.st_bgCol {
    background: rgb(244, 244, 244);
}

.st_content {
    padding: 80px 0px;
}

.st_ul {
    position: relative;
    width: 103%;
}

a.st_li {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
    position: relative;
}

.st_ul::after {
    content: "";
    display: block;
    clear: both;
}

a.st_li h2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px 5%;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    font-size: 16px;
}

.st_ti {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: rgb(181, 0, 30);
}

.st_wi {
    position: relative;
    width: 40px;
    border-bottom: 2px solid rgb(181, 0, 30);
    margin: 30px auto;
}

.st_te {
    position: relative;
    width: 100%;
    text-align: center;
}

.st_te img {
    width: 100%;
}

.st_te p {
    margin-bottom: 10px;
}

.st_te {
    position: relative;
    width: 60%;
    margin: auto;
    text-align: left;
}

.st_li img {
    width: 100%;
}

.com_conBlock.ge_bgCol::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 68%;
    height: 100%;
    background: rgb(242, 242, 242);
}

.ge_content {
    position: relative;
    padding: 80px 0px;
}

.ge_teBl {
    float: left;
    width: 44%;
}

.ge_imgBl {
    position: relative;
    width: 50%;
    float: right;
    overflow: hidden;
}

.ge_content::after {
    content: "";
    display: block;
    clear: both;
}

.ge_imgBl::after {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 110%;
    background: rgb(181, 0, 30);
    z-index: 120;
}

.ge_imgBl img {
    position: relative;
    z-index: 90;
}

.ge_ti {
    font-size: 20px;
    color: rgb(181, 0, 30);
    margin-bottom: 15px;
    padding-top: 20px;
}

.ge_en {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 25px;
}

.ge_wi {
    position: relative;
    width: 40px;
    border-bottom: 2px solid rgb(181, 0, 30);
    margin-bottom: 25px;
}

.ge_te {
    line-height: 1.8em;
    margin-bottom: 35px;
}

.ge_li {
    float: left;
    width: 29.3%;
    border-left: 1px solid rgb(204, 204, 204);
    margin-right: 3%;
    text-align: center;
    height: 80px;
}

.ge_li:nth-child(1) {
    border-left: 0px;
}

.ge_li span {
    font-size: 30px;
    color: rgb(181, 0, 30);
    margin: 0px 2px;
}

.ge_li:nth-child(1) .te,
.ge_li:nth-child(2) .te {
    padding: 8px 0px;
}

.ide_content {
    position: relative;
    width: 100%;
    padding: 80px 0px;
}

h2.ide_ti {
    text-align: center;
    font-size: 20px;
    color: rgb(181, 0, 30);
}

.ide_wi {
    width: 40px;
    border-bottom: 2px solid rgb(204, 204, 204);
    margin: 30px auto;
}

.ide_te {
    padding-top: 10px;
    width: 70%;
    margin: auto;
    text-align: center;
}

.ide_ul {
    position: relative;
    width: 1000px;
    margin: 60px auto auto;
}

.ide_li {
    position: relative;
    float: left;
    width: 32.3%;
    text-align: center;
    border-radius: 200px;
    padding: 1.5%;
    margin-left: -5%;
    left: 7%;
}

.ide_teBl h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.ide_teBl p {
    text-align: left;
}

.ide_teBl {
    position: relative;
    width: 70%;
    padding: 15%;
    background: rgb(243, 243, 243);
    border-radius: 200px;
    height: 226px;
}

.ide_li:hover {
    z-index: 90;
    transform: scale(1.1);
}

.ide_li:nth-child(2) {
    z-index: 10;
}

.ide_li:hover .ide_teBl {
    background: rgb(252, 231, 226);
}

.ide_teBl::after {
    content: "";
    display: block;
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    border: 1px dashed rgb(204, 204, 204);
    border-radius: 200px;
}

@keyframes ro_1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ide_li:hover .ide_teBl::after {
    border: 1px dashed rgb(181, 0, 30);
    animation: 20s linear 0s infinite normal none running ro_1;
}

.ad_ul {
    position: relative;
    width: 90%;
    margin: 60px auto auto;
    left: 1.5%;
}

.ad_li {
    position: relative;
    width: 23.3%;
    float: left;
    margin-right: 4%;
    text-align: center;
    background: rgb(249, 249, 249);
    padding: 40px 3% 10px;
    box-shadow: rgb(238, 238, 238) 0px 0px 5px 1px;
    transition: all 0.3s ease 0s;
}

.ad_ul::after {
    content: "";
    display: block;
    clear: both;
}

.ad_li img {
    width: 70px;
    margin: auto auto 15px;
}

.ad_li h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.ad_li .wi {
    width: 36px;
    border-bottom: 2px solid rgb(204, 204, 204);
    display: block;
    margin: 20px auto;
}

.ad_li p {
    text-align: left;
    min-height: 200px;
}

.ad_li:hover {
    transform: scale(1.1);
}

.bu_content {
    position: relative;
    padding-top: 60px;
}

h2.bu_ti {
    font-size: 20px;
    color: rgb(181, 0, 30);
}

.bu_wi {
    width: 40px;
    border-bottom: 2px solid rgb(204, 204, 204);
    margin: 30px 0px;
}

.bu_ul {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.bu_li {
    float: left;
    width: 50%;
    position: relative;
    z-index: 90;
    padding: 60px 0px;
    height: 100px;
}

.com_conBlock.bg_6 {
    background: #fff url("/images/d3_4.png") right bottom / 400px no-repeat;
}

.bu_ul::after {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: 0px;
    width: 120%;
    height: 100%;
    background: rgb(247, 247, 247);
}

.bu_tTi {
    font-size: 20px;
    float: left;
    padding-top: 35px;
    padding-left: 10%;
}

.bu_tIco {
    position: relative;
    width: 40px;
    height: 120px;
    background: url("/images/d3_3.png") 0% 0% / 14px no-repeat;
    float: left;
    margin-left: 40px;
}

.bu_tTe {
    padding-top: 36px;
    float: left;
    width: 56%;
    line-height: 1.8em;
}

.bu_li:nth-child(2) .bu_tTe {
    padding-top: 24px;
}

.ho_ulBl {
    position: relative;
    width: 100%;
}

.ho_liBl {
    position: relative;
    width: 100%;
}

.ho_Bl {
    position: relative;
    width: 45%;
    float: right;
    border-left: 1px solid rgb(221, 221, 221);
    padding-left: 5%;
    padding-bottom: 60px;
    left: 1px;
}

.odd .ho_Bl {
    position: relative;
    width: 45%;
    border-right: 1px solid rgb(221, 221, 221);
    padding-right: 5%;
    text-align: right;
    left: 1px;
    padding-bottom: 60px;
    float: left;
    padding-left: 0px;
    border-left: 0px;
}

.odd .ho_Bl .ho_text p {
    text-align: right;
}

.ho_icon {
    position: absolute;
    width: 56px;
    height: 56px;
    background: url("/img/honor/19.png") center center no-repeat;
    top: -28px;
    left: -29px;
}

.odd .ho_Bl .ho_icon {
    right: -29px;
    left: auto;
}

.ho_teBl {
    text-align: center;
    padding-top: 40px;
}

.ho_year {
    font-size: 24px;
    color: rgb(189, 28, 55);
    padding-bottom: 5px;
    position: relative;
    height: 22px;
    top: -14px;
}

.ho_Bl:hover .ho_icon {
    background: url("/img/honor/18.png") center center no-repeat;
}

.ho_liBl:last-child .ho_Bl {
    border: 0px;
}

.ho_Img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30%;
}

.odd .ho_Img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30%;
}

.ho_liBl:last-child .ho_rightImg {
    width: 40%;
    right: -10%;
}

.ho_InnBlock {
    position: relative;
    padding: 30px 0px;
}

.ho_content {
    position: relative;
    width: 90%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 20px;
}

.com_conBlock.bg_8 {
    background: rgb(252, 250, 250);
}

.du_ti {
    text-align: center;
    font-size: 24px;
    color: rgb(181, 0, 30);
    padding: 60px 0px 40px;
    font-weight: 100;
}

.du_ul {
    position: relative;
    width: 100%;
}

.du_li {
    position: relative;
    width: 100%;
    padding: 40px 0px;
}

.du_imgBlock {
    float: left;
    width: 48%;
    padding: 1%;
    box-shadow: rgb(204, 204, 204) 0px 0px 10px 0px;
    z-index: 90;
    position: relative;
}
.du_img img{width:100%;}
.du_teBl {
    position: relative;
    width: 43%;
    float: right;
    z-index: 90;
    padding-top: 40px;
}

.du_li:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -20%;
    width: 140%;
    height: 100%;
    background: rgb(247, 247, 247);
}

.du_en {
    font-size: 30px;
    text-transform: uppercase;
    color: rgb(218, 218, 218);
    line-height: 1.2;
    font-weight: bold;
}

.du_tTi {
    font-size: 22px;
    padding: 20px 0px 25px;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 30px;
}

.buBl_ti {
    font-size: 24px;
    color: rgb(181, 0, 30);
    margin-bottom: 20px;
    position: relative;
    z-index: 90;
    letter-spacing: 2px;
    font-weight: 100;
}

.buBl_tUl {
    float: left;
    width: 44%;
}

.buBl_img {
    position: relative;
    width: 50%;
    float: right;
}

.duBl_content {
    position: relative;
    padding: 60px 0px 80px;
}

.buBl_img::after {
    content: "";
    display: block;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 120px;
    height: 90px;
    background: rgb(196, 196, 196);
}

.buBl_img img {
    position: relative;
    z-index: 90;
    width: 100%;
}

.buBl_img::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    bottom: -12px;
    width: 120px;
    height: 90px;
    background: rgb(196, 196, 196);
}

.duBl_content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    left: -20%;
    width: 140%;
    height: 100%;
    background: rgb(247, 247, 247);
}

.buBl_conBlock {
    position: relative;
    z-index: 90;
}

.buBl_tLi {
    padding: 30px 0px 30px 80px;
    border-bottom: 1px solid rgb(238, 238, 238);
    background: url("/img/aboutus/7.png") 10px 29px no-repeat;
}

.buBl_tTi {
    font-size: 18px;
    margin-bottom: 10px;
}

.buBl_tLi:nth-child(2) {
    background: url("/img/aboutus/8.png") 10px 29px no-repeat;
}

.buBl_tLi:nth-child(3) {
    background: url("/img/aboutus/9.png") 10px 29px no-repeat;
}

.buBl_tLi:nth-child(4) {
    background: url("/img/aboutus/10.png") 10px 29px no-repeat;
}

.du_imgBlock .comIco.swiper0 {
    display: block;
}

.cu_content {
    position: relative;
    width: 100%;
    margin: 60px 0px;
    background: rgb(250, 250, 250);
}

.cu_teBl {
    position: relative;
    width: 54%;
    padding: 5%;
    float: left;
}

.cu_imgBlock {
    position: relative;
    width: 36%;
    float: right;
}

.cu_content::after {
    content: "";
    display: block;
    clear: both;
}

.cu_ti {
    font-size: 20px;
    color: rgb(181, 0, 30);
    margin-bottom: 20px;
}

.cu_te {
    position: relative;
    padding-bottom: 30px;
    line-height: 2em;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 30px;
}

.cu_ul p {
    padding-left: 25px;
    background: url("/images/d4_5.png") 0px 7px no-repeat;
}

.cu_img img {
    width: 100%;
}

.du_imgBlock .comIco {
    bottom: 8%;
}

.cu_imgBlock .sw_prev {
    display: block;
    border-radius: 0px;
    width: 46px;
    height: 46px;
    left: -46px;
    top: auto;
    margin-top: 0px;
    bottom: 0px;
    background: url("/images/prev.png") center center / 20px no-repeat rgb(189, 28, 55);
    border: 0px;
    box-shadow: 0px 0px 0px 0px;
}

.cu_imgBlock .sw_next {
    display: block;
    border-radius: 0px;
    width: 46px;
    height: 46px;
    left: 0px;
    top: auto;
    margin-top: 0px;
    bottom: 0px;
    background: url("/images/next.png") center center / 20px no-repeat rgb(189, 28, 55);
    border: 0px;
    box-shadow: 0px 0px 0px 0px;
}

.cuBl_content {
    position: relative;
    width: 100%;
    padding: 60px 0px;
    margin-bottom: 80px;
}

.cuBl_content.cu_bgCol::after {
    background: rgb(235, 235, 235);
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 7%;
    width: 100%;
    height: 100%;
}

.cuBl_conBlock {
    position: relative;
    width: 90%;
    margin: auto;
}

.cuBl_ul {
    position: relative;
    width: 100%;
}

.cuBl_block {
    width: 75%;
    float: left;
    margin: 0 a;
    background: rgb(255, 255, 255);
    padding: 60px 5% 30px;
}

.cuBl_block h3 {
    margin-top: 30px;
    border: 1px solid rgb(204, 204, 204);
    padding: 15px 0px;
    text-align: center;
    padding-bottom: 0;
    min-height: 50px;
}

.cuBl_conBlock .swiper-container {
    width: 90%;
    margin: 0px;
}

.cuBl_content .sw_next {
    display: block;
    background: url("/img/aboutus/right.png") center center / 20px no-repeat rgb(255, 255, 255);
    border-radius: 40px 0px 0px 40px;
    right: 2.2%;
    height: 46px;
    margin-top: -23px;
}

.cuBl_content .sw_next:hover {
    transform: scale(1);
}

.cuBl_block img {
    width: 100%;
}

.indCo_content {
    position: relative;
    width: 50%;
    margin-top: 20px;
}

.ind_conBlock .com_InnContent {
    height: 100%;
}

.indCo_tiBl h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.indCo_tiBl span {
    text-transform: uppercase;
    opacity: 0.3;
    font-weight: bold;
}

.indCo_tiBl {
    color: rgb(181, 0, 30);
    margin-bottom: 40px;
}

.indCo_img {
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    width: 108%;
    margin-left: -10px;
    margin-bottom: 40px;
    position: relative;
    z-index: 90;
}

.indCo_te {
    line-height: 2em;
    width: 70%;
}

.indCo_wi {
    width: 200%;
    border-bottom: 1px solid rgb(181, 0, 30);
    margin: 30px 0px;
}

a.indCo_more {
    padding: 5px;
    position: relative;
    left: -5px;
}

.indCo_videoBlock {
    position: absolute;
    left: 100%;
    top: 40%;
    width: 100%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    z-index: 91;
}

.indCo_button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 90;
    margin-top: -30px;
    margin-left: -30px;
    cursor: pointer;
}

.indCo_img img {
    width: 100%;
}

a.indCo_more:hover {
    color: rgb(181, 0, 30);
}

.indMe_content {
    position: relative;
    width: 710px;
}

.indMe_te {
    line-height: 2em;
    text-align: justify;
}

.indMe_te::after {
    content: "";
    display: block;
    clear: both;
}

.indSo_content .indCo_tiBl {
    color: #333;
}

.indSo_conBlock {
    text-align: center;
    position: relative;
    width: 60%;
    margin: auto;
}

.indSo_conBlock h2 {
    font-size: 34px;
    font-weight: 100;
    margin-bottom: 10px;
}

.indSo_conBlock .en {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.indSo_conBlock .text img {
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.indSo_conBlock .text:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 5px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.indSo_conBlock .text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 5px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.indSo_conBlock .text p {
    line-height: 3em;
}

.indNe_content .indCo_tiBl {
    top: 16%;
    position: absolute;
    z-index: 90;
}

.indNe_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.indNe_ul {
    position: relative;
    width: 200%;
    height: 100%;
}

a.indNe_li {
    position: relative;
    width: 12.5%;
    float: left;
    display: block;
    height: 100%;
    background: bottom;
    background-size: 100%;
}

.indNe_InBl {
    position: absolute;
    top: 56%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    left: 10%;
    width: 80%;
}

.indNe_InBl .date {
    font-size: 26px;
    font-weight: bold;
    color: #adadad;
}

.indNe_InBl h2 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.6em;
    height: 50px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.indNe_InBl .date2 {
    display: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #adadad;
}

.indNe_InBl .ico {
    display: none;
    width: 60px;
    margin: auto;
    text-align: center;
    border: 1px solid #999;
    font-size: 18px;
    padding-bottom: 1px;
}

.indNe_InBl .text {
    line-height: 1.8em;
    text-align: justify;
    padding: 30px 0;
    height: 76px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

a.indNe_li.active {
    background: #e4e4e4 url(/images/d5_7.png) no-repeat bottom;
    background-size: 100%;
}

.indNe_InBl .img {
    display: none;
}

a.indNe_li.active:after {
    content: "";
    display: block;
    position: absolute;
    top: 2%;
    left: 5%;
    width: 90%;
    height: 96%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

a.indNe_li.active .img {
    display: block;
}

a.indNe_li.active .date {
    display: none;
}

a.indNe_li.active .date2 {
    display: block;
}

a.indNe_li.active .indNe_InBl {
    top: 54%;
}

a.indNe_li.active .ico {
    display: block;
}

@keyframes faIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.indNe_InBl .date2,
.indNe_InBl .date {
    animation: faIn 0.3s ease-in-out backwards;
}

@keyframes heAm {
    0% {
        opacity: 1;
        max-height: 0px;
    }

    100% {
        opacity: 1;
        max-height: 250px;
    }
}

.indNe_InBl .img {
    position: relative;
    width: 100%;
    overflow: hidden;
    animation: heAm 0.6s ease-in-out backwards;
}

.indPr_content .indCo_tiBl {
    color: #fff;
}

.indPr_conBlock {
    position: relative;
    color: #fff;
    left: 0%;
    width: 100%;
    background: url(/images/d6_1.png);
    margin-top: 100px;
}

.indPr_block {
    position: relative;
    width: 100%;
    height: 200px;
}

.indPr_block2 {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.indPr_num {
    position: absolute;
    left: 6%;
    top: -75px;
    font-size: 20px;
}

.indPr_num .n {
    font-size: 60px;
    position: relative;
    top: 32px;
    font-weight: bold;
    margin-right: 5px;
    opacity: 1;
}

.indPr_num span {
    opacity: 0.8;
}

.indPr_ti {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 70px;
}

.indPr_ti h3 {
    font-size: 20px;
    margin-bottom: 4px;
    position: relative;
    left: 20px;
    line-height: 1.6em;
}

.indPr_te {
    position: relative;
    width: 56%;
    float: right;
    padding-top: 70px;
    padding-right: 14%;
    line-height: 1.8em;
}

.indPr_ul {
    position: relative;
    width: 100%;
    float: left;
}

.indPr_button {
    position: relative;
    float: right;
    width: 20%;
    height: 100%;
    background: #4b4b4b;
}

.indPr_le {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/images/prev.png) no-repeat center;
    background-size: 28px;
    right: 55%;
    top: 50%;
    margin-top: -30px;
    border-radius: 200px;
    cursor: pointer;
}

.indPr_ri {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/images/next.png) no-repeat center;
    background-size: 28px;
    left: 55%;
    top: 50%;
    margin-top: -30px;
    border-radius: 200px;
    cursor: pointer;
}

.indPr_button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    margin-top: -10px;
    margin-left: -1px;
}

.indPr_ti h4 {
    text-transform: uppercase;
}

.indPr_li {
    position: relative;
    width: 80%;
    height: 40px;
    background: url(/images/d6_1.png);
    padding: 80px 10%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.indPr_li:after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 8%;
    width: 82%;
    height: 60%;
    border: 1px solid #fff;
    opacity: 0.6;
}

.indPr_li .num {
    position: absolute;
    font-size: 40px;
    top: 16px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    text-align: center;
    letter-spacing: 2px;
    z-index: 20;
}

.indPr_li h4 {
    font-size: 12px;
    letter-spacing: 0;
    opacity: 0.8;
    margin-top: 2px;
}

.indPr_li h3 {
    font-size: 18px;
}

.indPr_li:before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    border-bottom: 1px solid #000;
    width: 68px;
    margin-left: -34px;
    z-index: 10;
}

.indPr_ri,
.indPr_li,
.indPr_li:before,
.indPr_li:after,
.indPr_li .num,
.indPr_li h3 {
    transition: all 0.3s ease-in-out;
}

.indPr_le:hover,
.indPr_ri:hover {
    box-shadow: 0 0 5px 2px #fff;
}

.prSwiper .sw_active .indPr_li,
.prSwiper .swiper-slide:hover .indPr_li {
    background: url(/images/d5_9.png) no-repeat center;
    background-size: cover;
}

.prSwiper .sw_active .indPr_li:before,
.prSwiper .swiper-slide:hover .indPr_li:before {
    opacity: 0;
}

.prSwiper .sw_active .indPr_li:after,
.prSwiper .swiper-slide:hover .indPr_li:after {
    position: absolute;
    top: 8%;
    height: 84%;
    left: 6%;
    width: 87%;
}

.prSwiper .sw_active .indPr_li .num,
.prSwiper .swiper-slide:hover .indPr_li .num {
    font-size: 60px;
    opacity: 0.4;
    top: 22px;
}

.prSwiper .sw_active .indPr_li h3,
.prSwiper .swiper-slide:hover .indPr_li h3 {
    margin-top: 20px;
}

.indPr_ti .num {
    display: none;
}

.indCo_videoBlock video {
    width: 100%;
}



@keyframes m1 {
    0% {
        transform: translate(0px, 60px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

@keyframes m2 {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 200%;
        opacity: 1;
    }
}

@keyframes m3 {
    0% {
        transform: translate(60px, 0px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

.swiper-slide-active .indCo_tiBl {
    animation: 0.6s ease-in-out 0.6s 1 normal backwards running m1;
}

.swiper-slide-active .indCo_img,
.swiper-slide-active .indMe_te,
.swiper-slide-active .indPr_conBlock,
.swiper-slide-active .indSo_conBlock,
.swiper-slide-active .indNe_li {
    animation: 0.6s ease-in-out 0.9s 1 normal backwards running m1;
}

.swiper-slide-active .indCo_videoBlock .indCo_blIn {
    animation: 0.6s ease-in-out 0.9s 1 normal backwards running m3;
}

.swiper-slide-active .indCo_te {
    animation: 0.6s ease-in-out 1.2s 1 normal backwards running m1;
}

.swiper-slide-active .indCo_wi {
    animation: 0.6s ease-in-out 1.8s 1 normal backwards running m2;
}

.swiper-slide-active .indCo_more {
    animation: 0.6s ease-in-out 1.8s 1 normal backwards running m2;
}

/*.swiper-slide-active .indNe_ul { animation: 0.6s ease-in-out 0.9s 1 normal backwards running m3; }*/
.swiper-slide-active .indSo_conBlock h2 {
    animation: 0.6s ease-in-out 1.2s 1 normal backwards running m1;
}

.swiper-slide-active .indSo_conBlock .en {
    animation: 0.6s ease-in-out 1.5s 1 normal backwards running m1;
}

.swiper-slide-active .indSo_conBlock .text {
    animation: 0.6s ease-in-out 1.8s 1 normal backwards running m1;
}


.st2_ulBl {
    position: relative;
    width: 80%;
    margin: auto;
    padding: 50px 0;
}

.st2_liBl {
    position: relative;
    width: 55%;
    float: left;
    margin-top: 70px;
}

.st2_liBl.li_2 {
    width: 40%;
    float: right;
    margin-top: 0;
}

.st2_ulBl:after {
    content: "";
    display: block;
    clear: both;
}

.st2_ico {
    width: 65px;
    height: 65px;
    background: #b5001e;
    color: rgba(255, 255, 255, 0.9);
    line-height: 65px;
    text-align: center;
    border-radius: 200px;
    position: absolute;
    left: 9%;
    top: -32px;
    z-index: 90;
    margin-left: -32px;
}

.st2_img {
    position: relative;
    left: 9%;
    z-index: 30;
    background: #fff;
}

.st2_liBl.li_2 .st2_img {
    left: 0;
}

.st2_liBl.li_2 .st2_ico {
    left: 0;
}

.st2_bg {
    position: absolute;
    left: 0px;
    width: 72%;
    height: 64%;
    background: #b5001e;
    bottom: -35px;
}

.st2_liBl.li_2 .st2_bg {
    background: url();
    border: 1px solid #b5001e;
    right: -25px;
    left: auto;
    width: 104%;
    bottom: auto;
    top: -25px;
}

.pagination {
    padding: 20px 0px;
    text-align: center;
}

.pagination span,
.pagination a {
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(220, 220, 220);
    font-size: 16px;
    color: rgb(51, 51, 51);
    transition: all 0.5s ease 0s;
    overflow: hidden;
}

.pagination .prev {
    border: 1px solid rgb(255, 255, 255);
    text-indent: 999rem;
}

.pagination .next {
    border: 1px solid rgb(255, 255, 255);
    text-indent: 999rem;
}

.pagination a:hover,
.pagination a.page_current {
    color: rgb(255, 255, 255);
    background: #b7001f;
    border: 1px solid #b7001f;
    cursor: pointer;
}

.Inn_content {
    position: relative;
    width: 100%;
    padding-top: 80px;
    min-height: 400px;
}

.Inn_conBlock {
    position: relative;
    padding-right: 360px;
}

.InR_Block {
    position: absolute;
    right: 0px;
    width: 240px;
    background: rgb(230, 231, 235);
    top: 80px;
    padding: 20px 25px 40px;
}

.InR_ti {
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.InR_ulBl {
    position: relative;
    width: 100%;
}

a.InR_liBl {
    width: 94%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 14px;
    line-height: 1.6em;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    display: block;
}

a.InR_liBl::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: rgb(153, 153, 153);
    position: absolute;
    left: 0px;
    top: 8px;
}

a.InR_more {
    border-bottom: 1px solid rgb(153, 153, 153);
    padding-bottom: 2px;
    position: relative;
    left: 210px;
}

.Inn_ti {
    font-size: 24px;
    padding-bottom: 20px;
}

.Inn_bl {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

.Inn_tLi {
    float: left;
    margin-right: 30px;
    position: relative;
}

.Inn_tLi .neIn_share {
    position: absolute;
    left: 42px;
    top: 0px;
    width: 200px;
}

a.Inn_back {
    position: relative;
    float: right;
    padding-right: 20px;
    background: url("/images/d1_7.png") right center no-repeat;
}

.Inn_teBl p {
    text-align: justify;
}

a.Inn_buLi {
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.Inn_buBl {
    border-top: 1px solid rgb(204, 204, 204);
    padding-top: 25px;
    margin-top: 25px;
}

.Inn_teBl img {
    display: block;
    margin: 10px auto;
}

.Inn_teBl {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

.indSo_content {
    position: relative;
    width: 100%;
    margin-top: -40px;
}

.neIn_wx {
    position: absolute;
    right: 0px;
    width: 100px;
    top: 0;
}

a.st_back {
    position: absolute;
    right: 0;
    top: -35px;
    background: rgb(184, 28, 39);
    padding: 8px 20px;
    color: #fff;
    transition: all 0.3s;
}

a.st_back:hover {
    transform: scale(0.9);
}

.alb_block {
    position: relative;
    margin: 80px 0;
}

a.alb_aBl {
    display: block;
    position: absolute;
    left: 8%;
    bottom: 20%;
    border: 1px solid #be213b;
    z-index: 90;
    width: 150px;
    height: 40px;
    border-radius: 200px;
    background: url(/images/d8_2.png) no-repeat center;
    overflow: hidden;
    transition: all 0.3s ease;
}

a.alb_aBl:hover {
    background: #eee url(/images/d8_2.png) no-repeat center;
    transform: scale(0.95);
    box-shadow: 0 0 5px 0 #ccc;
}

.int_content {
    position: relative;
    width: 100%;
    padding: 80px 0;
}

.int_ul {
    position: relative;
    width: 100%;
}

.int_li {
    position: relative;
    width: 100%;
    background: #fcfcfc;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.int_bl {
    position: absolute;
    float: left;
    width: 30%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
}

.int_img {
    position: relative;
    width: 70%;
    float: right;
    min-height: 200px;
}

.int_tiBl {
    position: absolute;
    top: 50%;
    left: 26%;
    width: 70%;
    margin-top: -33px;
}

.int_tiBl:after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: -40px;
    width: 80px;
    height: 100px;
    border: 1px solid #b2b2b2;
}

.int_ti {
    font-size: 20px;
    color: #bd1c36;
    padding-bottom: 6px;
    background: #fcfcfc;
    position: relative;
    z-index: 20;
    padding-top: 5px;
    transition: all 0.3s ease;
}

.int_te {
    position: relative;
    background: #fcfcfc;
    z-index: 20;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    width: 80%;
}

.int_bl:after {
    content: "";
    display: block;
    position: absolute;
    right: -19px;
    width: 20px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    z-index: 80;
    background: url(/images/d8_31.png) no-repeat center left;
    transition: all 0.3s ease;
}

.int_img img {
    width: 100%;
}

.int_li.odd .int_img {
    float: left;
}

.int_li.odd .int_bl {
    left: auto;
    right: 0;
}

.int_li.odd {}

.int_li.odd .int_bl:after {
    right: auto;
    left: -19px;
    background: url(/images/d8_33.png) no-repeat center right;
}

.int_li:hover {
    background: #b5001e;
    transform: scale(1.05);
}

.int_li:hover .int_ti,
.int_li:hover .int_te {
    background: #b5001e;
    color: #fff;
}

.int_li:hover .int_ti .int_bl:after {}

.int_li:hover .int_bl:after {
    background: url(/images/d8_32.png) no-repeat center left;
}

.int_li.odd:hover .int_bl:after {
    background: url(/images/d8_34.png) no-repeat center right;
}

.int_teBl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/d6_1.png);
    z-index: 90;
    display: none;
}

.int_teT {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
    color: #fff;
    line-height: 2em;
    text-align: justify;
}

.int_li:hover .int_teBl {
    display: block;
}

.bg_li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.indMe_te {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.video_block {
    position: relative;
    width: 100%;
    margin: 60px 0;
}

.video_block img.play.vid_button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
    z-index: 90;
}

.join_ul {
    position: relative;
    width: 100%;
    background: url(../images/d9_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.join_li {
    position: relative;
    width: 16.666%;
    float: left;
    text-align: center;
    transition: all 0.3s;
}

.join_text {
    padding: 160px 0;
    font-size: 18px;
    line-height: 34px;
    height: 68px;
    transition: all 0.3s
}

.join_ul:after {
    content: "";
    display: block;
    clear: both;
}

.join_li:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 2px solid #eee;
}

.join_li:hover {
    background: #b5001e;
    color: #fff;
}

.join_title {
    text-align: center;
    font-size: 26px;
    color: #b5001e;
    letter-spacing: 3px;
}

.join_te {
    text-align: center;
}

.join_block {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.join_wire {
    position: relative;
    width: 40px;
    border-bottom: 2px solid #ccc;
    margin: 30px auto;
}

.join_te p {
    margin-bottom: 20px;
}

.join_img img {
    display: block;
    margin: auto;
}

.join_text:hover {
    font-size: 20px;
}

.join_title img {
    display: block;
    margin: auto;
}