@charset "UTF-8";

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #b8b8b8;
    -webkit-border-radius: 6px;
    outline-offset: -2px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #878987;
    -webkit-border-radius: 6px
}

html {
    overflow-y: scroll;
}

body,
html {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
    background: #FBFAF8;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

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

a:hover {
    text-decoration: none;
}

.w100 {
    width: 100%;
}

.header {
    width: 100%;
    position: absolute;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5%;
    justify-content: space-between;
}

.header ul {
    display: flex;
    align-items: center;
}

.header ul li {
    padding-left: 20px;
}

.header ul li a {
    color: #fff;
}

.header ul li a.on {
    color: #B80016;
}

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

.swiper-pagination-bullet-active {
    background: #B80016;
}

.p120 {
    padding-top: 120px;
}

.index1 .col-5 {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
}

.index_1_l {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 5% !important;
}

.index_1_l img {
    width: 20%;
    margin-left: 42px;
}

.index_1_l h1 {
    font-size: 40px;
    font-weight: 300;
    padding-top: 120px;
    padding-bottom: 20px;
}

.index_1_l h1 span {
    padding-left: 42px;
}

.index_1_l p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 42px;
    padding-bottom: 120px;
    text-align: justify;
}

.index_1_l a {
    font-size: 14px;
    color: #B80016;
    border-bottom: 1px solid #B80016;
    padding-bottom: 3px;
    margin-left: 42px;
    padding-right: 20px;
}

.index2 {
    width: 65%;
    margin: 0 auto;
}

.index2 .col-4 {
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
}

.index2box {
    background: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 40px;
}

.index2box h1 {
    font-size: 30px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 20px;
}

.index2bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 11;
    opacity: 0;
    display: NONE;
}

.index2box:hover .index2bj {
    opacity: 1;
}

.index2box p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding-bottom: 116px;
}

.index2box a {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #000;
    z-index: 99;
}

.ccc {
    padding-bottom: 0 !important;
}

.index_4_box .swiper-slide {
    background: #f3f3f3;
}

.anm {
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.index_3 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.index_3 li {
    flex: 1;
    position: relative;
    background-size: 100%;
    background-position: center center;
}

.index_3 li:hover {
    background-size: 105%;
}

.index_3 li a {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    line-height: 100px;
    margin-left: -100px;
    margin-top: -50px;
    color: #fff;
    font-weight: 300;
    font-size: 56px;
    width: 200px;
    height: 100px;
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
    position: relative;
}

.div3 {
    grid-area: 2 / 2 / 3 / 3;
    position: relative;
}

.index_4_1,
.index_4_2,
.index_4_3 {
    width: 100%;
    overflow: hidden;

}

.index_4 {
    position: relative;
}

.index_4_box {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.index_4_box p {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 12px;
    color: #fff;
}

.div1,
.div2,
.div3 {
    background-size: cover;
    background-position: center center;
    background-color: #878987;
}

.index_4_l h2 {
    font-size: 14px;
    color: #696969;
    position: absolute;
    top: 40px;
    left: 30px;

}

.index_4_l h1 {
    font-size: 50px;
    color: #000;

}

.index_4_l h3 {
    font-size: 20px;
    color: #000;
    padding-top: 30px;

}

.index_4_l p {
    font-size: 16px;
    padding-top: 5px;
    line-height: 24px;
    padding-bottom: 80px;
}

.index_4_l_box {
    position: relative;
    background: #fff;
}

.index_4_l_box .index_4_l_b {
    position: absolute;
    bottom: 100px;
    left: 30px;
}

.index_4_l_a {
    width: 140px;
    position: relative;
    height: 52px;
}

.index_4_l_a .swiper-button-prev {
    background: url('/static/images/r.png') center center no-repeat;
    border: 1px solid #9F9F9F;
    width: 40px;
    height: 40px;
    left: 0;
    margin-top: -20px;
    background-size: 12px;
}

.index_4_l_a .swiper-button-prev:hover {
    background: url('/static/images/l.png') center center no-repeat #B80016;
    border: 1px solid #B80016;
    width: 40px;
    height: 40px;
    left: 0;
    opacity: 1;
    margin-top: -20px;
    background-size: 12px;
}

.index_4_l_a .swiper-button-next {
    background: url('/static/images/r_1.png') center center no-repeat;
    border: 1px solid #9F9F9F;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 12px;
}

.index_4_l_a .swiper-button-next:hover {
    background: url('/static/images/l_1.png') center center no-repeat #B80016;
    border: 1px solid #B80016;
    width: 40px;
    height: 40px;
    opacity: 1;
    margin-top: -20px;
    background-size: 12px;
}

.index_4_l_a .swiper-button-prev1 {
    background: url('/static/images/r.png') center center no-repeat;
    border: 1px solid #9F9F9F;
    width: 40px;
    height: 40px;
    left: 0;
    margin-top: -20px;
    position: absolute;
    background-size: 12px;
    top: 50%;
    margin-left: 10px;
}

.index_4_l_a .swiper-button-prev1:hover {
    background: url('/static/images/l.png') center center no-repeat #B80016;
    border: 1px solid #B80016;
    width: 40px;
    height: 50px;
    left: 0;
    opacity: 1;
    margin-top: -20px;
    background-size: 12px;
}

.index_4_l_a .swiper-button-next1 {
    background: url('/static/images/r_1.png') center center no-repeat;
    border: 1px solid #9F9F9F;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    background-size: 12px;
    right: 0;
    top: 50%;
}

.index_4_l_a .swiper-button-next1:hover {
    background: url('/static/images/l_1.png') center center no-repeat #B80016;
    border: 1px solid #B80016;
    width: 40px;
    height: 40px;
    opacity: 1;
    margin-top: -20px;
    background-size: 12px;
}

.index_6 {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    max-width: 100%
}

.index_6_tit {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 30px;

}

.index_6_tit h1 {
    font-size: 30px;
}

.new_index h2 {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.new_index h3 {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.new_index p {
    font-size: 14px;
    padding-bottom: 30px;
}

.new_index a {
    font-size: 12px;
    border-bottom: 1px solid #B80016;
    color: #B80016;
    padding-right: 10px;
}

.index6 {
    background: #fff;
    padding-bottom: 60px;
    overflow: hidden;
}

.swiper-button-next1.swiper-button-disabled.swiper-button-disabled,
.swiper-button-prev1.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;

}

.index7 {
    width: 100%;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.index7 .index7_box {
    background: #FFE9E1;
}

.index7_box .swiper-slide {
    background: url(/static/images/sx.jpg) center right no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.index7_box .swiper-slide img {
    max-width: 100%;
    width: 60%;
}

.kk {
    background: #FFE9E1;
    width: 2px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
}

.footer {
    width: 100%;
    background: #000;
    padding: 50px 5% 40px 5%;
}
.fo_logo img{
    display: block;
    height: 80px;
    margin-bottom: 40px;
}
.foot_ul ul {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 20px;
}

.foot_ul ul li {
   padding:6px 26px 15px 0px;
}

.foot_ul li a {
    font-size: 16px;
    color: #B2B2B2;
}

.foot_ul p {
    font-size: 14px;
    color: #B2B2B2;
    padding-top: 10px;
}
.bg{
    background: #000;
    border-top: 1px solid #B2B2B2;
    text-align: center;
    color: #B2B2B2;
    font-size: 14px;
}
.bg a{
    text-align: center;
    color: #B2B2B2;
    font-size: 14px;
    line-height: 40px;
}
.foot_ul span {
    border-bottom: 1px solid #fff;
}

.fo_r h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

.sea {
    width: 100%;
    border-bottom: 1px solid #707070;
    height: 40px;
    font-size: 22px;
    line-height: 30px;
    color: #838383;
    margin-top: 120px;
    background: url(/static/images/jt.png) center right no-repeat;
}

.fo_r ol {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.fo_r ol li {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    position: relative;
    width: 50px;
    height: 50px;
}

.fo_r ol li div {
    position: absolute;
    background: #fff;
    width: 150px;
    bottom: 60px;
    left: 50%;
    margin-left: -75px;
    display: none;
}

.fo_r ol li div p {
    font-size: 12px;
    color: #696969;
    text-align: center;
    padding: 10px 0;
}

.fo_r ol li:hover div {
    display: block;
}

.about_box {
    width: 100%;
    background: #000;
    padding: 330px 5% 80px 5%;
}

.about_box .container-fluid,
.about_box .col-4 {
    padding-left: 0;
    padding-right: 0;
}

.akb {
    display: block;
    width: 100%;
    height: 50px;
}

.ab_1_box {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.ab_1_box img {
    max-width: 100%;
}

.ab_ys img {
    width: 100% !important;
    height: auto !important;
}

.cp_1 {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
}

.show_cp_1 {
    width: 100%;
    padding: 0 10%;
    padding-top: 120px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.tab-content>.active {
    opacity: 1 !important;
}

.xxk {
    width: 100%;
    padding-top: 60px;

}

.xxk .show_lb {
    width: 100%;
    display: flex;
    font-size: 20px;
    color: #D1D5DB;
    position: relative;
}

.show_lb li {
    margin-right: 15px;
    color: #D1D5DB;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.show_lb li span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #D1D5DB;
    margin-right: 5px;
    position: relative;
}

.show_lb li span i {
    display: block;
    width: 16px;
    height: 16px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
}

.show_lb li.active {
    color: #000;
}

.show_lb li.active.active span i {
    opacity: 1;
}

.slb {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swipernext,
.swiperprev {
    width: 15px;
    height: 27px;
    margin: 0 10px;
}

.swipernext {
    background: url('/static/images/sl.png');
}

.swiperprev {
    background: url('/static/images/sr.png');
}

.swipernext:hover {
    background: url('/static/images/sl1.png');
}

.swiperprev:hover {
    background: url('/static/images/sr1.png');
}

.wu {
    background: #f9f9f9;
    position: relative;
}

.wu p {
    font-size: 20px;
    color: #696969;
    position: absolute;
    top: 50%;
    margin-left: -60px;
    margin-top: -15px;
    left: 50%;
}

.show_lb_main {
    margin-top: 30px;
    padding-bottom: 120px;
}

.xxk .swiper-slide {
    background: #fff;
}

.xxk .swiper-slide p {
    padding-top: 10px;
    font-size: 14px;
    color: #5A5A5A;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xxk .swiper-slide p a {
    color: #5A5A5A;
    background: url(/static/images/xiazai_o.png) center left no-repeat;
    background-size: 16px;
    padding-left: 20px;
}

.cont_show {
    padding: 120px 10%;
    width: 100%;
    background: #F5F5F5;
}

.cont_show img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.hide {
    display: none;
}

.cont_show_tj {
    width: 80%;
    margin: 0 auto;
    margin-top: 120px;
}

.cont_box h2 {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 40px;
}

.cont_box p {
    padding-bottom: 80px;
}

.cont_box ul {
    display: flex;
}

.cont_box ul li {
    width: 50%;
}

.tj_bi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tj_bi li {
    display: block;
    width: 24%;
    position: relative;
}

.tj_bi li img {
    width: 100%;
}

.tj_bi li span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #B80016;
}

.tj_b {
    width: 100%;
    padding: 20px 15px;
}

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

.tj_b h4 {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tj_b h4 a {
    font-size: 24px;
    padding-bottom: 1px;
    color: #B80016;
}

.cont_show_tj {
    padding-bottom: 120px;
}

.new_box {
    width: 100%;
    padding: 40px  0 40px 0;
    background: #fff;
}

.new_main {
    padding-bottom: 50px;
}

.new_main h1 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.new_main h2 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 3px
}

.new_main p {
    font-size: 14px;
    padding-bottom: 15px
}

.new_main a {
    color: #B80016;
    border-bottom: 1px solid #B80016;
    font-size: 14px;
    padding-right: 10px;
}

.new_show_tit {
    font-size: 24px;
}

.new_show_fb {
    font-size: 16px;
    padding-top: 15px;
}

.new_show_time {
    margin-top: 40px;
    background: url('/static/images/ruliriqixiao.png') center left no-repeat;
    font-size: 14px;
    background-size: 18px;
    font-weight: 400;
    color: #575757;
    margin-bottom: 30px;
    line-height: 26px;
    padding-left: 22px;
}

.show_new_cont img {
    max-width: 100%;
}

.show_new_cont {
    margin-bottom: 40px;
}

.pa ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 60px;
}

.pa ul li {
    width: 48%;
}

.con_page,
.f_pa {
    display: none;
}

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

.new_page .prev,
.new_page .next {
    position: absolute;
    top: -11px;
    right: 0;
    display: block;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
}

.new_page .prev a,
.new_page .next a {
    display: block;
    width: 100%;
    height: 100%;

}

.new_page li.nx a {
    font-size: 20px;
    color: #B2B2B2;
    font-weight: 300;
}

.new_page li.active a {
    color: #B80016;
}

.new_page li.nx {
    padding-right: 20px;
    position: relative;
}

.new_page li.nx i {
    display: block;
    width: 10px;
    height: 1px;
    background: #B2B2B2;
    position: absolute;
    right: 5px;
    top: 16px;
}

.new_page .prev,
.prevc {
    right: 70px;
    background: url(/static/images/ll.png);
}

.new_page .nex,
.nextc {
    background: url(/static/images/rr.png);
}

.new_page .prev:hover,
.prevc:hover {
    background: url(/static/images/l2.png);
}

.new_page .next:hover,
.nextc:hover {
    background: url(/static/images/r2.png);
}

.p_f {
    display: flex;
    justify-content: end;
    padding-right: 30px;
}

.p_f a {
    margin-left: 15px;
    display: block;
    width: 52px;
    height: 52px;
}

.pa ul li h1 {
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 5px;
}

.pa ul li h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.pa ul li p {
    font-size: 16px;
    margin-bottom: 30px;
}

.pa ul li a {
    color: #fff;
}
.pa ul li{
    background: #000;
    width: 49%;
    text-align: center;
    padding: 10px 0;
}
.lx_box {
    width: 70%;
    margin: 0 auto;
    padding: 120px 0;
    display: flex;
    justify-content: space-between;

}

.lx_l {
    width: 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lx_l h1,
.lx_r h1 {
    margin-bottom: 50px;
    font-weight: 300;
}

.lx_l h2 {
    font-size: 20px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 5px;
}

.lx_l p {
    font-size: 20px;
    font-weight: 300;
    text-decoration: underline;
    margin-top: 30px;
    padding-bottom: 80px;
}

.lx_r {
    width: 45%;
}

.lx_r h3 {
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 80px;
}

input:focus {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow: none;
}

input,
button:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #B80016;
    box-shadow: none
}

.bd_box h5 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.bd_box li {
    margin-bottom: 40px;
}

.bd_box textarea {
    height: 200px;
}

.button_bdf {
    float: right;
    background: #000;
    color: #fff;
    padding: 10px 30px;
}

.button_bdf:hover {
    background: #B80016;
    color: #fff;
}

/* 缺省屏幕 */
.state-indicator {
    position: absolute;
    top: -999em;
    left: -999em;
    z-index: 1;
}



/*导航*/
.top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 69;

}

.new-header {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.shan {
    content: "";
    position: absolute;
    -webkit-animation: changeImg 3.5s;
    -o-animation: changeImg 3.5s;
    animation: changeImg 3.5s;
    top: 0;
    width: 30%;
    height: 100%;
    transform: skewX(-45deg);
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes changeImg {
    from {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

a.logo.box {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    white-space: nowrap;
}

a.logo.box img {
    display: inline-block;
    padding: 20px 0;
}

.nav-pills {
    float: left;
}

.nav-pills li {
    width: auto;
    position: relative;
    list-style: none;
    display: block;
    float: left;
    margin-right: 30px;
}

.nav-pills li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.alogo {
    position: absolute;
    top: 0;
}

.nav-pills li:hover>a,
.nav-pills li a.on {
    color: #B80016;
    font-weight: bold;
}

.top-bar.fixed-nav {
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.fixed-nav.fixed-enabled {
    position: fixed;
    top: -70px;
    z-index: 9999;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}

.fixed-nav.fixed-appear {
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
    background: #000;
}

a {
    color: #212529;
}

.lx_l_box a:hover {
    color: #212529;
}

.ahea .logo {
    display: none !important;
}

.ahea.fixed-nav .alogo {
    display: none !important;
}

.ahea.fixed-nav .logo {
    display: block !important;
}

.xcx_about_box {
    background: #000;
    padding: 80px 5% 80px 5%;
    font-size: 14px;
}

.xcx_about_box .ab_1_box p {
    font-size: 14px;
    line-height: 20px;
    color: #CBCBCB;
}

.xcx_about_box h1 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
}

.a_y_xcx {
    padding: 80px 0 40px 0;
    background: #fff;
}

.a_y_xcx h1 {
    color: #000;
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px
}

.ai {
    margin-top: 15px;
}

a:hover {
    color: #B80016;
}





.mobile-inner {
    width: 100%;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fafafa;
    position: relative;
    z-index: 999999999;
}

.logo img {
    display: block;
    height: 20px;
    margin-left: 10px;
}

.mobile-inner-header {
    background-color: #000;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}





.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}



@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}



@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}



@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    position: fixed;
    height: 100%;
    top: 50px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}


@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.index_4_l_a_wap {
    top: 0;
    right: 20px !important;
    bottom: auto;
}
.mobile-inner-nav .on{
    color: #B80016;
}
/* 手机 */
@media all and (max-width: 768px) {


    .xcx_header {
        width: 100%;
        height: 80px;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #000;
        display: flex;
        justify-content: space-between;
        z-index: 9999;
    }

    .xcx_header li {
        display: flex;
        width: 25%;
        align-items: center;
        justify-content: center;
    }

    .xcx_header li img {
        display: block;
        margin: 0 auto;
        height: 25px;
    }

    .xcx_header li h1 {
        font-size: 12px;
        margin-top: 5px;
        color: #fff;
    }

    .wap img {
        display: block;
    }

    .index_3 {
        width: 90%;
        margin: 0 auto;
        display: block;
        padding-top: 60px;
    }

    .index_3 li {
        margin-bottom: 10px;
    }

    .index_3 li a {
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        line-height: 100px;
        margin-left: -100px;
        margin-top: -50px;
        color: #fff;
        font-weight: 300;
        font-size: 26px;
        width: 200px;
        height: 100px;
    }

    .index_4_l {
        display: block;
    }

    .index_4_box {
        width: 90%;
        margin: 0 auto;
        max-width: 100%;
    }

    .p120 {
        padding-top: 60px;
    }

    .index_4_box p {
        left: 8px;
        bottom: 8px;
        font-size: 12px;
        padding-top: 5px;
        line-height: 12px;
    }

    .index_4_l_box {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        background: none;
        padding: 0;
    }

    .index_4_l_box .index_4_l_b {
        position: relative;
        left: 0;
        bottom: auto;

    }

    .index_4_l h2 {
        font-size: 14px;
        color: #696969;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .index_4_l h1 {
        font-size: 24px;
        color: #000;
        line-height: 20px;
        padding-top: 60px;
    }

    .index_4_l h3 {
        font-size: 14px;
        color: #000;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .index_4_l_a {
        width: 100px;
        position: absolute;
        height: 42px;
        right: 0px;
        bottom: 40px;
    }

    .index_4_l_a .swiper-button-prev {
        background: url('/static/images/r.png') center center no-repeat;
        border: 1px solid #9F9F9F;
        width: 40px;
        height: 40px;
        left: 0;
        margin-top: -25px;
        background-size: 12px !important;
    }

    .index_4_l_a .swiper-button-prev:hover {
        background: url('/static/images/l.png') center center no-repeat #B80016;
        border: 1px solid #B80016;
        width: 40px;
        height: 40px;
        left: 0;
        opacity: 1;
        margin-top: -25px;
        background-size: 12px !important;
    }

    .index_4_l_a .swiper-button-next {
        background: url('/static/images/r_1.png') center center no-repeat;
        border: 1px solid #9F9F9F;
        width: 40px;
        height: 40px;
        margin-top: -25px;
        background-size: 12px !important;
    }

    .index_4_l_a .swiper-button-next:hover {
        background: url('/static/images/l_1.png') center center no-repeat #B80016;
        border: 1px solid #B80016;
        width: 40px;
        height: 40px;
        opacity: 1;
        margin-top: -25px;
        background-size: 12px !important;
    }

    .index7 {
        width: 100%;
        overflow: hidden;
        padding: 60px 0;
        position: relative;
    }

    .xcx_h {
        width: 100%;
        height: 80px;
    }

    .index7_box_wap .swiper-slide {}

    .index7_box_wap .swiper-slide img {
        margin: 5px 0;
        padding: 15px 0;
    }

    .index7_box_wap {
        width: 90%;
        margin: 0 auto;
    }

    .lx_box {
        width: 90%;
        padding: 80px 0;
        display: block;
    }

    .lx_l,
    .lx_r {
        width: 100%;
    }

    .lx_l h1,
    .lx_r h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }


    .lx_l h2 {
        font-size: 16px;
        font-weight: 400;
        text-decoration: underline;
        margin-bottom: 5px;
    }

    .lx_l p {
        font-size: 16px;
        font-weight: 400;
        text-decoration: underline;
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .lx_r {
        padding-top: 50px;
    }

    .lx_r h3 {
        font-size: 14px;
        font-weight: 400;
        text-decoration: underline;
        margin-bottom: 40px;
    }

    .bd_box h5 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .button_bdf {
        width: 100%;
    }

    .show_cp_1 {
        width: 100%;
        padding: 0 5%;
        padding-top: 60px;
        box-sizing: border-box;
        background: #fff;
        overflow: hidden;
    }


    .show_cp_1 h1 {
        font-size: 24px;
    }

    .xxk {
        width: 100%;
        padding-top: 30px;
    }

    .show_lb li {
        font-size: 14px;
    }




    .show_lb li span i {
        display: block;
        width: 12px;
        height: 12px;
        background: #000;
        position: absolute;
        top: 2px;
        left: 2px;
        opacity: 0;
    }

    .show_lb li span {
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 1px solid #D1D5DB;
        margin-right: 5px;
        position: relative;
    }

    .swipernext,
    .swiperprev {
        height: 20px;
        width: 11px;
        background-size: contain !important;
    }


    .cont_show {
        padding: 40px 5%;
    }

    .cont_box h1 {
        font-size: 24px;
    }

    .cont_box h2 {
        font-size: 18px;
        padding: 10px 0 30px 0;
    }


    .cont_cp {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px !important;
    }

    .cont_box ul {
        display: block;
    }

    .cont_box ul li {
        width: 100%;
        margin-top: 5px;
    }


    .cont_show_tj {
        width: 90%;
        margin-top: 40px;
        padding-bottom: 60px;
    }

    .tj_bi li {
        width: 49%;
        margin-top: 10px;
    }

    .tj_b h4 {
        display: none;
    }

    .tj_b h3 {
        font-size: 14px;
    }

    .tj_b {
        padding: 15px;
    }
}