﻿@charset "utf-8";

/*规范*/
.g_word1 {
    font-size: 30px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word2 {
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word3 {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word4 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word5 {
    font-size: 14px;
    line-height: 1.75;
    color: #999;
    letter-spacing: 1px;
}

.g_parp p {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/*规范*/
/*pc导航选中*/
.yxnav_active1 .g_nav1 {}

.yxnav_active2 .g_nav2 {}

/*ph导航选中*/
.yxnav_active1.g_phnav1 {
    color: #032c8d;
}

.yxnav_active2.g_phnav2 {
    color: #032c8d;
}

.yxnav_active3.g_phnav3 {
    color: #032c8d;
}

body {
    width: 100%;
    max-width: inherit;
}

.g_sy {
    max-width: 1920px;
    margin: 0 auto;
}

/* ph导航 */
.ys_navph2_header {
    display: none;
}

.ys_navph2_header {
    position: relative;
    z-index: 500;
    height: 100%;
}

.ys_navph2_navbar {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-right: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
}

.ys_navph2_logo {
    position: relative;
    z-index: 50;
    width: 200px;
}

.ys_navph2_logo_btn {
    position: absolute;
    left: 0;
    top: 0;
    display: table-cell;
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding: 0 10px;
    display: block;
    background: #9b120c;
    transition: all .36s;
}

.ys_navph2_logo_btn img,
.ys_navph2_search_btn img {
    width: 100%;
}
.ys_navph2_synavname{
    font-size: 14px;
    line-height: 64px;
    color: #FFFFFF;
	background: #9b120c;
    padding-left: 130px;
	padding-right:10px; 
    position: relative;
    font-weight: bold;
    display: block;
}
.ys_navph2_search_btn {
    display: block;
    font-size: 16px;
    line-height: 64px;
    color: #333333;
    transition: all .36s;
}

.ys_navph2_modal {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    overflow: hidden;
    display: none;
}

.ys_navph2_modalmbox {
    padding: 16px 20px;
}

.ys_navph2_modalm {
    transform: translateX(0px);
}

.ys_navph2_msc_box {
    width: 100%;
    display: block;
}

.ys_navph2_msc_boxl {
    border-bottom: 1px solid #eee;
    width: calc(100% - 40px);
    padding-right: 20px;
    height: 40px;
}

.ys_navph2_msc_boxl input {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.ys_navph2_msc_boxr {
    width: 30px;
}

.ys_navph2_msc_boxr img {
    width: 100%;
    line-height: 40px;
}

.ys_navph2_menu {
    line-height: 64px;
    margin-left: 15px;
}

.ys_navph2_menu_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 22px;
    cursor: pointer;
}

.ys_navph2_menu_line,
.ys_navph2_menu_line::before,
.ys_navph2_menu_line::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #9b120c;
    transition: all .36s;
}

.ys_navph2_menu_line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ys_navph2_menu_line::before {
    content: "";
    position: absolute;
    top: 10px;
}

.ys_navph2_menu_line::after {
    content: "";
    position: absolute;
    top: -10px;
}

.ys_navph2_list {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 84px 0 50px;
    background: #9b120c;
    color: #fff;
    overflow: hidden;
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.ys_navph2_subnav {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}

.ys_navph2_subnav li>div {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.ys_navph2_subnav a {
    line-height: 24px;
    padding: 13px 0;
    color: #ffffff;
    display: inline-block;
}

.ys_navph2_subnav_a {
    font-size: 16px;
}

.ys_navph2_nav_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}

.ys_navph2_nav_icon::before,
.ys_navph2_nav_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #fff;
    transition: all .36s;
}

.ys_navph2_thirnav .ys_navph2_nav_icon::before,
.ys_navph2_thirnav .ys_navph2_nav_icon::after {
    display: none;
}

.ys_navph2_subnav ul {
    display: none;
    padding-left: 15px;
}

.ys_navph2_thirnav_a {
    font-size: 14px;
}

.ys_navph2_thirnav a {
    padding: 8px 0;
}

.ys_navph2_nav_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.ys_navph2_subnav ul {
    display: none;
    padding-left: 15px;
}

.ys_navph2_fournav_li {
    font-size: 12px;
}

.ys_navph2_lang {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.ys_navph2_lang_btn {
    display: inline-block;
    padding: 15px;
    cursor: pointer;
}

.ys_navph2_lang_btn img {
    width: 20px;
}

.ys_navph2_lang_modal {
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.ys_navph2_lang_modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    padding: 84px 0 20px;
}

.ys_navph2_lang_back {
    font-size: 16px;
    margin-bottom: 10px;
}

.ys_navph2_lang_back {
    padding: 0 15px;
    cursor: pointer;
}

.ys_navph2_subnav {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}

.ys_navph2_search_btn {
    width: 20px;
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.ys_navph2_list.act {
    transform: translateX(0);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line {
    background: transparent;
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::before {
    top: 0;
    transform: rotate(45deg);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::after {
    top: 0;
    transform: rotate(-45deg);
}

.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}

.ys_navph2_subnav li.act>div .ys_navph2_nav_icon::after {
    transform: rotate(90deg);
}

.ys_navph2_lang_modal.act {
    transform: translateX(0);
}

.ys_navph2_subnav_a.yxnav_active1,
.ys_navph2_thirnav_a.yxnav_active2,
.ys_navph2_fournav_a.yxnav_active3 {
    color: rgba(255, 255, 255, .7);
}

/* pc导航 */
.g_syhead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 700;
}

.g_syhead.on {
    box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);
}

.s_synav {
    background-color: #fff;
}

.s_synavtop {
    width: 1209px;
    margin: 0 auto;
}

.s_synavlogo {
    width: 269px;
    line-height: 117px;
}

.s_synavlogo img {
    width: 100%;
}

.s_synavname {
    font-size: 26px;
    line-height: 117px;
    color: #921e1e;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
}

/* .s_synavname h1 {
    font-size: 22px;
    line-height: 117px;
    color: #921e1e;
    position: relative;
    font-weight: bold;
} */

.s_synavname::before {
    content: "";
    width: 1px;
    height: 33px;
    background-color: rgb(146, 30, 30, 0.1);
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.s_aynavr {
    width: 297px;
    line-height: 117px;
    position: relative;
}

.s_aynavr::before {
    content: "";
    width: 1px;
    height: 21px;
    background-color: rgb(146, 30, 30, 0.1);
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

.s_aynavr input {
    width: 100%;
    height: 52px;
    border: 2px solid rgb(146, 30, 30, 0.1);
    border-radius: 100px;
    font-size: 14px;
    color: #921e1e;
    padding-left: 40px;
    padding-right: 65px;
}

.s_aynavr input::placeholder {
    font-size: 14px;
    color: #921e1e;
}

.s_aynavr img {
    width: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.s_synavlist {
    width: 100%;
    margin: 0 auto;
    background-color: #9b120c;
}

.s_synavlist ul {
    width: 1206px;
    margin: 0 auto;
}

.s_synavli {
    position: relative;
    margin: 0 5px;
    transition: all .36s;
}

.s_synavli.yxnav_active1 {
    background-color: #7e0e09;
}

.s_synavli a {
    display: block;
    padding: 0 15px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}

.s_synavxl {
    padding: 10px 0;
    background-color: #9b120c;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.s_synavxlnr.yxnav_active2 a {
    color: #fff;
}

.s_synavxlnr a {
    display: inline-block;
    padding: 2px 30px;
    line-height: 1.75;
    font-size: 16px;
    color: rgb(255, 255, 255, 0.4);
    transition: all .36s;
}

/* Banner */
.g_syban {
    position: relative;
    margin-top: 177px;
}

.g_sybannr {
    display: none;
}


.g_sybannr.on {
    display: block;
}

.g_sybantuph {
    display: none;
}

.g_comimg {
    width: 28px;
    position: relative;
}

.g_comimg img {
    width: 100%;
}

.g_arrowtops {
    position: absolute;
    top: 35%;
    left: 40px;
    cursor: pointer;
}

.g_arrowtopx {
    position: absolute;
    top: 35%;
    right: 40px;
    cursor: pointer;
}

/* 内页bnanner */
.s_nyban {
    width: 100%;
    position: relative;
}

.s_nybanig img {
    width: 100%;
}

/* center */
.s_cont1 {
    margin-top: -172px;
}

.s_c1topbox {
    padding-right: 260px;
}

.s_c1top {
    padding-left: 260px;
    background-color: rgb(51, 51, 51, 0.8);
    position: relative;
    z-index: 200;
}

.s_c1topnr {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.s_c1topnr.on {
    border: none;
}

.s_c1topnr a {
    display: block;
    padding: 48px 40px 32px;
    position: relative;
}

.s_c1toptime {
    font-size: 16px;
    color: #f6ac18;
    line-height: 1.75;
    margin-bottom: 8px;
    font-weight: bold;
    transition: all .36s;
    position: absolute;
    top: 48px;
    left: 40px;
}

.s_c1topp p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.s_c1topp {
    height: 56px;
    overflow: hidden;
    margin-top: 36px;
    transition: all .36s;
}

.s_c1topig {
    width: 24px;
    margin-top: 20px;
    opacity: 1;
    transition: all .36s;
    position: absolute;
    bottom: 0;
    left: 40px;
    opacity: 0;
}

.s_c1topig img {
    width: 100%;
}

.s_c1bot {
    padding-left: 260px;
    padding-right: 260px;
    background-color: #fffef8;
}

.s_c1botltop {
    padding-top: 85px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e4df;
}

.s_c1botltopl {
    font-size: 26px;
    color: #9b120c;
    line-height: 1.75;
    font-weight: bold;
}

.s_c1botltopr {
    margin-top: 16px;
}

.s_c1botltopr a {
    font-size: 14px;
    color: #9b120c;
    line-height: 1.75;
}

.s_c1botlnr {
    padding-top: 25px;
}

.s_c1botltw {
    width: 45%;
}

.s_c1botltwig {
    width: 100%;
    position: relative;
}

.s_c1botltwig img {
    width: 100%;
    height: 100%;
}

.s_c1botltwig1 {
    position: relative;
    top: 0;
    left: 0;
}

.s_c1botltwig2 {
    position: absolute;
    top: 0;
    left: 0;
}

.s_c1botltwwz {
    padding-top: 30px;
}

.s_c1botltit {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 4px;
    max-height: 56px;
    overflow: hidden;
    transition: all .36s;
}

.s_c1botltime {
    font-size: 16px;
    color: #999;
    line-height: 2;
    margin-bottom: 6px;
}

.s_c1botlnews {
    width: calc(100% - 45%);
    padding-left: 60px;
}

.s_c1botlp {
    height: 98px;
    overflow: hidden;
}

.s_c1botlp p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.s_c1botlnewtit {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 4px;
}

.s_c1botlnew .s_c1botltit {
    max-height: 28px;
}

.s_c1botlnew .s_c1botlp {
    display: none;
}

.s_c1botlnew .s_c1botltwwz {
    padding-top: 0;
}

.s_c1botlnew a {
    display: block;
    padding-top: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e4df;
}

.s_c1botlnew .s_c1botltime {
    margin: 0;
}

.s_c1botlnewstop a {
    padding-top: 0;
    padding-bottom: 17px;
}

.s_c1botlnewstop .s_c1botlp {
    height: 49px;
    overflow: hidden;
}

.s_c1botlnewstop .s_c1botltime {
    margin-bottom: 11px;
}

.s_c1botlnewstop .s_c1botltwwz {
    padding-top: 0;
}

.s_c1botlnewstop .s_c1botlp {
    display: block;
}

.s_c1botlnewstop .s_c1botltit {
    font-weight: bold;
    max-height: 56px;
}

.s_c1botl {
    width: calc(100% - 27.571428%);
    padding-right: 75px;
}

.s_c1botr {
    width: 27.571428%;
    background-color: #9b120c;
    padding-left: 35px;
    padding-right: 30px;
    padding-bottom: 32px;
}

.s_c1botrtop {
    padding-top: 60px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.1);
}

.s_c1botrtop .s_c1botltopl {
    color: #fff;
}

.s_c1botrtop .s_c1botltopr a {
    color: #fff;
}

.s_c1botrtzl {
    width: 78px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
}

.s_c1botrtztimes {
    font-family: "Arial" !important;
    font-size: 30px;
    color: #9b120c;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}

.s_c1botrtztimex {
    font-family: "Arial" !important;
    font-size: 14px;
    color: #9b120c;
    line-height: 1.5;
    text-align: center;
}

.s_c1botrtzr {
    width: calc(100% - 78px);
    padding-left: 20px;
    padding-right: 11px;
    height: 56px;
    overflow: hidden;
}

.s_c1botrtzr p {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}

.s_c1botrtz {
    margin-bottom: 38px;
}

.s_c1botrnr {
    padding-top: 29px;
}

.s_cont2 {
    width: 100%;
    height: 573px;
    position: relative;
}

.s_c2bg img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.s_c2wz {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 260px;
}

.s_c2wznr {
    width: 845px;
    padding-top: 84px;
}

.s_c2wznr .s_c1botltopl {
    color: #333;
}

.s_c2wzp p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}

.s_c2wzp {
    margin-top: 30px;
    margin-bottom: 73px;
}

.s_c2nrtop {
    width: 100%;
    position: relative;
}

.s_c2nrtop img {
    width: 100%;
    height: 100%;
}

.s_c2nrtop1 {
    position: relative;
    top: 0;
    left: 0;
}

.s_c2nrtop2 {
    position: absolute;
    top: 0;
    left: 0;
}

.s_c2nr {
    width: 100%;
    margin-bottom: 51px;
}

.s_cont3 {
    position: relative;
}

.s_c3 {
    width: 1400px;
    margin: 0 auto;
}

.s_cont4 {
    background-color: #9b120c;
}

.s_c4lb {
    margin: 0 -13px;
}

.s_c4list {
    width: 25%;
    padding: 0 13px;
    display: none;
}

.s_c4list.on {
    display: block;
}

.s_c4listig {
    width: 100%;
    position: relative;
}

.s_c4listig img {
    width: 100%;
    height: 100%;
}

.s_c4listig1 {
    position: relative;
    top: 0;
    left: 0;
}

.s_c4listig2 {
    position: absolute;
    top: 0;
    left: 0;
}

.s_c4listwz {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    margin-top: 15px;
    text-align: center;
    height: 24.5px;
    overflow: hidden;
}

.s_c4top .s_c1botrtop {
    padding-top: 70px;
    padding-bottom: 9px;
}

.s_c4bot {
    padding-top: 47px;
    padding-bottom: 137px;
}

.s_c4lb .slick-dots li {
    border: 1px solid #fff;
    margin: 0 10px;
}

.s_c4lb .slick-dots li.slick-active {
    background: #fff;
}

.s_c4lb .slick-dots {
    bottom: -62px;
}

.s_cont5 {
    background-color: #fffef8;
}

.s_c5bot {
    padding-bottom: 102px;
}

.s_c5botnr {
    position: relative;
}

.s_c5botl {
    width: 41.142857%;
    position: relative;
}

.s_c5botlig {
    width: 100%;
    position: relative;
}

.s_c5botlig img {
    width: 100%;
    height: 100%;
}

.s_c5botlig1 {
    position: relative;
    top: 0;
    left: 0;
}

.s_c5botlig2 {
    position: absolute;
    top: 0;
    left: 0;
}

.s_c5botlwz {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 17px;
}

.s_c5botr {
    width: calc(100% - 41.142857%);
    padding-left: 60px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.s_c5botlnr {
    max-height: 56px;
    overflow: hidden;
}

.s_c5botlnr p {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}

.s_c5botltime {
    font-size: 14px;
    color: rgb(255, 255, 255, 0.7);
    line-height: 1.75;
    margin-top: 8px;
    margin-bottom: 28px;
}

.s_c5botrnew {
    border-bottom: 1px solid #e5e4df;
}

.s_c5botrnew a {
    display: block;
    padding: 18px 0;
}

.s_c5botrnewl {
    width: calc(100% - 90px);
    padding-right: 180px;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    transition: all .36s;
    height: 28px;
    overflow: hidden;
}

.s_c5botrnewr {
    width: 90px;
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    transition: all .36s;
}

.s_c5botrnew:nth-child(1) a {
    padding-top: 0;
    padding-bottom: 13px;
}

.s_c5botrnew:nth-child(1) .s_c5botrnewl {
    height: 56px;
}

.s_c6 {
    padding: 97px 0;
}

.s_c6swiper {
    overflow: hidden;
}

.s_c6swiper .swiper-slide {
    height: 253px;
    width: auto;
    margin-right: 40px;
}

.s_c6swiper .swiper-slide img {
    width: auto;
    height: 100%;
}

.s_syfoot {
    position: relative;
    overflow: hidden;
}

.s_syfootbg {
    width: 100%;
    position: absolute;
    top: -74%;
    left: 0;
}

.s_syfootbg img {
    width: 100%;
}

.s_syfootnr {
    position: relative;
    background-color: rgb(120, 23, 23);
}

.s_syfootnrbox {
    position: relative;
    z-index: 200;
}

.s_syfootop {
    padding-top: 90px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.1);
}

.s_syfootwtith {
    width: 1210px;
    margin: 0 auto;
}

.s_syfootop .s_synavlogo {
    width: 198px;
}

.s_syfootop .s_synavname {
    font-size: 24px;
    color: #fff;
    line-height: 50.5px;
}

.s_syfootop .s_synavname::before {
    background-color: rgb(255, 255, 255, 0.1);
}

.s_syfootop .s_synavlogo {
    line-height: 50.5px;
}

.s_syfootzj {
    padding-top: 53px;
}

.s_syfootzjl {
    width: 300px;
}

.s_syfootlian {
    margin-bottom: 30px;
}

.s_syfootlianl {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}

.s_syfootlianr {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}

.s_syfootlianr a {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}

.s_syfootzjr ul {
    margin-left: 60px;
}

.s_syfootrli {
    margin-bottom: 32px;
}

.s_syfootrli a {
    font-size: 16px;
    color: rgb(255, 255, 255, 0.8);
    line-height: 1.75;
    transition: all .36s;
}

.s_syfoot3 {
    padding-top: 25px;
    padding-bottom: 54px;
}

.s_syf3l {
    width: 196px;
    border: 1px solid rgb(255, 255, 255, 0.1);
    position: relative;
}

.s_syf3p {
    padding: 7px;
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
    text-align: center;
    cursor: pointer;
}

.s_syf3xlbox {
    width: 100%;
    border-top: 1px solid rgb(255, 255, 255, 0.1);
    border-bottom: 1px solid rgb(255, 255, 255, 0.1);
    border-left: 1px solid rgb(255, 255, 255, 0.1);
    border-right: 1px solid rgb(255, 255, 255, 0.1);
    position: absolute;
    bottom: 100%;
    left: 0;
    display: none;
    height: 130px;
    background-color: rgb(120, 23, 23);
    z-index: 200;
}

.s_syf3xlbox .mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 0;
}

.s_syf3xl {
    width: 100%;
    padding: 10px 0;
}

.s_syf3xlnr a {
    width: 100%;
    display: block;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    transition: all .36s;
}

.s_share {
    width: 26px;
    margin-left: 10px;
    position: relative;
    opacity: 0.2;
}

.s_share a {
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    background: none !important;
    left: 0;
    top: 0;
    z-index: 5;
    padding-left: 0 !important;
}

.s_share img {
    width: 100%;
}

.s_syfootbot {
    padding: 20px 0;
    background-color: rgb(0, 0, 0, 0.2);
}

.s_syfootbotl p {
    font-size: 14px;
    color: rgb(255, 255, 255, 0.1);
    line-height: 1.75;
}

.s_syfootbotl a {
    font-size: 14px;
    color: rgb(255, 255, 255, 0.1);
    line-height: 1.75;
    padding-left: 25px;
}

/* amber */
.ab_main {
    width: 100%;
    margin-top: -63px;
    position: relative;
    z-index: 200;
}

.ab_main1200 {
    width: 1200px;
    margin: 0 auto;
}

.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

/* 左侧导航区 */
.ab_navfl {
    width: 240px;
    display: flex;
    flex-flow: column;
    text-align: center;
}

.ab_navflbt {
    color: #fff;
    font-size: 22px;
    line-height: 63px;
    border-bottom: 1px solid #e5e5e5;
}

.ab_navflli {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    transition: all 0.36s;

}

.ab_navflli::before {
    content: "";
    width: 8px;
    height: 61px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 5;
    transition: all 0.36s;
}

.ab_navflli.sel::before {
    content: "";
    width: 8px;
    height: 61px;
    background-color: #9b120c;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 5;
    transition: all 0.36s;
}

.ab_navflli.sel a {
    background-color: #fff;
    color: #9b120c;
}

.ab_navflli a {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 60px;
}

.ab_navflbt a {
    width: 100%;
}

/* 右侧公共 */
.ab_contfr {
    width: calc(100% - 240px);
    padding-left: 60px;
    padding-top: 63px;
}

.ab_tit26 h1 {
    font-size: 26px;
    line-height: 1.4;
    color: #333;
    font-weight: bold;
}

.ab_p66 p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.ab_p6614 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.ab_p66 {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.ab_b1bt {
    padding-bottom: 15px;
}

.ab_9b120c {
    color: #9b120c;
}

.ab_bg9b120c {
    background-color: #9b120c;
}

.ab_p1833 a {
    font-size: 18px;
    color: #333;
    line-height: 60px;
    transition: all .36s;
}

.ab_bread {
    padding-top: 20px;
}

.ab_bhome {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
}

.ab_bhome img {
    width: 15px;
    position: relative;
    top: -2px;
    left: 0;
    bottom: 0;
}

.ab_bli {
    margin-right: 20px;
}

.ab_bli {
    position: relative;
}

.ab_bli::before {
    content: ">";
    width: 7px;
    height: 7px;
    color: #999999;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all 0.36s;
    transform: translate(-15px, 9px);
}

.ab_bli:first-child::before {
    display: none;
}

.ab_pb1 {
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    transition: all 0.36s;
}

/* 分页 */
.mc_fybtn {
    padding: 0 15px;
}

.mc_pcfy a {
    float: left;
}

.mc_fybtn a {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
}

.mc_phfy {
    display: none;
}

.mc_phfy .lp {
    float: left;
}

.mc_phfy .rp {
    float: right;
}

.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.pc_fenye li {
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #999;
    text-align: center;
    margin: 0px 10px;
    transition: .3s;
}

.pc_fenye li.activepage {
    color: #fff;
    background-color: #9b120c;
}
.mc_fybtn {
    padding: 0;
    font-size: 16px;
    color: #333;
    margin-bottom: 50px;
}
.ab_pb50 {
    padding-bottom: 50px;
}

.ab_tit24 h4 {
    font-size: 24px;
    line-height: 32px;
    color: #333;
}

.ab_imgon {
    position: relative;
    top: 0;
    left: 0;
}

.ab_img {
    position: absolute;
    top: 0;
    left: 0;
}

.ab_tit20 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.ab_c1wenzc {
    margin-bottom: 35px;
    height: 48px;
    overflow: hidden;

}

/*公共 - end*/


.ab_b1_main {
    display: flex;
}

.ab_contfrhd {
    border-bottom: 1px solid #e5e5e5;
}

.ab_b1active p {
    margin-bottom: 15px;
}

.ab_b1cont {
    padding-top: 30px;
    padding-bottom: 65px;
}

.ab_b1p1list {
    padding: 25px 30px 40px;
}
.s_b1p1list {
    margin: 0 -30px;
}
.ab_b1p1li {
    width: 25%;
    padding: 0 30px;
}

.ab_b1p1small {
    margin-bottom: 20px;
}

.ab_b1active.zy p {
    margin-bottom: 10px;
}

/* b3 */
.ab_b3h4 {
    margin-bottom: 20px;
    text-align: center;
}

.ab_b3tablebox {
    display: flex;
    align-items: stretch;
    margin-bottom: 25px;
    flex-direction: column;
}

.ab_b3boxli {
    display: flex;
    flex-wrap: wrap;
}

.ab_b3tblibt {
    width: 22.222222%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ab_b3boxli.odd {
    border-top: 1px solid #a52a25;
}

.ab_tableli.odd {
    border-top: 1px solid #e4e4e4;
}

.ab_tit18 {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.ab_tablecont {
    width: 77.777778%;
    display: flex;
    flex-direction: column;
}

.ab_tableli {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 7px 0;
    position: relative;
}

.ab_tableli::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    position: absolute;
    top: 0px;
    left: 18.5%;
}

.ab_tableli.big::before {
    left: 25.7%;
}

.ab_tableli.odd {
    background-color: #fafafa;
}

.ab_tableli:nth-child(2n-1) {
    border-bottom: 1px solid #e4e4e4;
}

.ab_tableli:nth-child(2n) {
    border-bottom: 1px solid #e4e4e4;
    background-color: #fafafa;
}

.ab_tableli:last-child {
    border-bottom: 1px solid transparent;
}

.ab_tableli.big .ab_tablepost {
    width: 25.7%;
    flex-shrink: 0;
}

.ab_tablepost {
    flex-shrink: 0;
    width: 18.5%;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    padding: 0 7px;
}

.ab_tablename {
    height: 100%;
    padding-left: 30px;
    line-height: 32px;
}

.ab_tablename a {
    margin-right: 18px;
    position: relative;
    color: #666;
}

.ab_tablename a::after {
    content: "、";
    width: 4px;
    height: 4px;
    position: absolute;
}

.ab_tablename a:last-of-type::after {
    display: none;
}

.ab_pb90 {
    padding-bottom: 90px;
}

/* c1 */
.g_phfy {
    display: none;
}

.ab_c1cont {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -14px;
    padding-bottom: 15px;
}

.ab_c1contlibox {
    padding: 0 14px;
    width: 50%;
    margin-bottom: 30px;
}

.ab_c1contli {
    width: 100%;
    background-color: #fafafa;
    background-clip: content-box;
    display: flex;
    box-shadow: 0px 10px 15px 0px rgba(76, 76, 76, 0.1);
    transition: all 0.36s;
}

.ab_c1contpic {
    width: 160px;
    position: relative;
    overflow: hidden;
}

.ab_c1contpic img {
    width: 100%;
}

.ab_c1contwen {
    width: calc(100% - 160px);
    padding: 25px 30px;
}

.ab_c1wenname {
    margin-bottom: 20px;
}

.ab_c1contbox a {
    display: block;
    width: 100%;
}


.ab_c1cont {
    padding-top: 40px;
}

/* c2 */
.ab_c2contbox {
    display: flex;
    flex-wrap: wrap;
}

.ab_c2cont {
    padding-top: 40px;
}

.ab_c2contpic {
    width: 260px;
    position: relative;
}

.ab_c2contpic img {
    width: 100%;
}

.ab_c2contwen {
    width: calc(100% - 260px);
    padding-left: 30px;
    padding-top: 15px;
}

.ab_c2contname h3 {
    margin-bottom: 15px;
    font-weight: normal;
}

.ab_c2contlist p {
    margin-bottom: 10px;

}

.ab_c2contbox {
    margin-bottom: 40px;
}

.ab_c2contli {
    margin-bottom: 80px;
}

.ab_c2contlinr p {
    margin-bottom: 16px;
}

.ab_c2contlinr h5 {
    font-size: 22px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 16px;
}

.ab_pt40 {
    padding-top: 40px;
}

/* d1 */
.ab_d1cont {
    padding-bottom: 50px;
}

.ab_d1contli {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
    transition: all 0.36s;
}

.ab_d1contlia {
    padding: 40px;
}

.ab_d1libt {
    line-height: 1.6;
    margin-bottom: 20px;
    transition: all 0.36s;
    height: 32px;
    overflow: hidden;
    transition: all 0.36s;
}

.ab_d1time {
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    margin-bottom: 15px;
}

.ab_d1contp {
    height: 64px;
    overflow: hidden;
    margin-bottom: 25px;
}

.ab_d1more {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    transition: all 0.36s;
}

.ab_d1contli a {
    width: 100%;
    display: block;
}

/* d2 */
.ab_d2contbt h4 {
    margin-bottom: 15px;
    text-align: center;
}

.ab_d2wordbox {
    text-align: center;
    margin-bottom: 10px;
}

.ab_d2wordbox span {
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    text-align: center;
    margin-right: 85px;
}

.ab_d2active p {
    margin-bottom: 10px;
}

.ab_d2sh {
    margin-bottom: 40px;
}

.ab_d2cont {
    border-bottom: 1px solid #e5e5e5;
}

.ab_d2fybox {
    padding-top: 40px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}

.ab_fyli {
    width: 50%;
    height: 32px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab_fyli a {
    height: 100%;
}

.ab_pre {
    transition: all 0.36s;
}

.ab_next {
    transition: all 0.36s;
    float: right;
}

.ab_d2wordbox a:last-child {
    margin-right: 0px;
}

.ab_b3tblibt.ab_bg9b120c.odd {
    border-top: 1px solid #a52a23;
}

/* amber */


/* 改 */
.s_b3table tr {
    border-bottom: 1px solid #e4e4e4;
}

.s_b3table tr:last-child {
    border-bottom: none;
}

.s_b3tablecolor {
    background-color: #f5f5f5;
}

.s_b3tablezong {
    width: 22.222222%;
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
    background-color: #9b120c;
    text-align: center;
}

.s_b3tablepost {
    width: 14.5%;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    padding: 9px 0;
    border-right: 1px solid #e4e4e4;
}

.s_b3tabename {
    padding-left: 30px;
}

.s_b3tabename a {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}

.ab_b3contbox.on .s_b3tablepost {
    width: 20%;
}

.s_b3tablea tr {
    border-top: 1px solid #e4e4e4;
}

.s_b3tablea .s_b3tablezong {
    border-top: 1px solid #a52a23;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .s_synavxlnr:hover.s_synavxlnr a {
        color: #fff;
    }

    .s_c1topnr:hover .s_c1toptime {
        opacity: 0;
    }

    .s_c1topnr:hover .s_c1topp {
        margin-top: 0;
    }

    .s_c1topnr:hover .s_c1topig {
        opacity: 1;
        bottom: 2px;
    }

    .s_c5botrnew:hover .s_c5botrnewl {
        color: #9b120c;
    }

    .s_c5botrnew:hover .s_c5botrnewr {
        color: #9b120c;
    }

    .s_syfootrli:hover.s_syfootrli a {
        color: #fff;
    }

    .s_syf3xlnr:hover.s_syf3xlnr a {
        opacity: 0.7;
    }

    .ab_navflli:hover {
        background-color: #fff;
        color: #9b120c;
    }

    .ab_navflli:hover.ab_navflli::before {
        background-color: #9b120c;
    }

    .ab_bli:hover .ab_pb1 {
        color: #9b120c;
    }

    .ab_bul a:hover::before {
        color: #9b120c;
    }

    .pc_fenye li:hover {
        color: #fff;
        background-color: #9b120c;
    }

    .ab_d1contli a:hover .ab_d1libt {
        color: #9b120c;
    }

    .ab_d1contli a:hover .ab_d1more {
        color: #9b120c;
    }

    .ab_d1contli:hover {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid transparent;
    }

    .ab_fyli a:hover {
        color: #9b120c;
    }

    .ab_navflli:hover a {
        color: #9b120c;
    }

    .s_c1botltwwz:hover .s_c1botltit {
        color: #9b120c;
    }

    .s_c3li:hover .s_c3litit {
        color: #9b120c;
    }

    .s_c1botltw:hover .s_c1botltit {
        color: #9b120c;
    }

    .s_synavli:hover {
        background-color: #7e0e09;
    }

}
/* 09.07改 */
.s_c2wzp {
    margin-top: 20px;
    margin-bottom: 35px;
    height: 112px;
    overflow: hidden;
}
.s_c2nr {
    margin-bottom: 0px;
}
.s_c2wznr {
    padding-top: 70px;
}
.s_c5botlig::before {
    content: "";
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to top, rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
}
.s_c1topp {
    height: 92px;
    margin-top: 0px;
    padding-top: 36px;
}
.s_c1topig {
    margin-top: 0px;
}
.ab_c1contli {
    position: relative;
}
.ab_c1contwen {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.ab_c1contpic img {
    width: 100%;
    height: 100%;
}
.s_b1_main .ab_navfl {
    display: none;
}
.s_b1_main .ab_contfr {
    width: 100%;
    padding-left: 0;
    padding-top: 63px;
}
.s_b3tablename a {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.s_b3tablename {
    padding-left: 30px;
}
@media screen and (min-width: 1200px) {
    .s_c1topnr:hover .s_c1topp {
        padding-top: 0;
    }

    .s_c1topnr:hover .s_c1topig {
        opacity: 1;
        bottom: 21%;
    }
}

