@charset "UTF-8";article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

body {
    background-color: #f5f6f7;
    color: #333;
    font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif;
    font-size: 15px;
    overflow: auto;
    width: 100%;
    height: 100%
}

a {
    outline: 0;
    text-decoration: none;
    color: #333;
    -moz-transition: ease-in-out .25s;
    -webkit-transition: ease-in-out .25s;
    -o-transition: ease-in-out .25s;
    -ms-transition: ease-in-out .25s;
    transition: ease-in-out .25s
}

a:hover {
    color: #a40e09
}

li {
    list-style: none
}

a img {
    border: none
}

img {
    max-width: 100%;
    height: auto
}

img,svg {
    vertical-align: middle
}

hr {
    border: none;
    border-bottom: 1px solid #eee
}

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

*,::after,::before {
    box-sizing: border-box
}

.clear {
    clear: both
}

.inner {
    margin: 0 auto;
    width: 1400px
}

.inner-1200 {
    margin: 0 auto;
    width: 1200px
}

.inner-1300 {
    margin: 0 auto;
    width: 1300px
}

.header {
    background-color: #fff;
    z-index: 999;
    position: relative;
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px)
}

.pb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #ecfafb
}

::-webkit-scrollbar-thumb {
    background: #e13833;
    border-radius: 3px
}

::-webkit-scrollbar-thumb:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.header.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: rgb(255 255 255 / 65%);
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 0;
    padding-bottom: 0
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.header-flex {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0
}

.header-flex .header-logo {
    max-width: 150px
}

.header-flex .header-logo .logo-a {
    font-size: inherit;
    line-height: 1;
    padding: 0
}

.header-flex .header-nav>ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-left: auto
}

.header-flex .header-nav>ul .nav-item {
    position: relative;
    margin-left: 20px;
    margin-right: 20px
}

.header-flex .header-nav ul .nav-item:first-child {
    margin-left: 0
}

.header-flex .header-nav ul .nav-item a {
    position: relative;
    color: #262e2e;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px
}

.header-flex .header-nav ul .nav-item a:hover,.header-flex .header-nav ul .nav-item.active>a {
    color: #a50502
}

.header-flex .header-nav ul .nav-item .sub {
    position: absolute;
    left: -35px;
    top: 50px;
    width: 150px;
    background: #fff;
    margin: 0;
    transform: scale(1,0);
    transform-origin: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 30px 70px 0 rgba(137,139,142,.15);
    -moz-box-shadow: 0 30px 70px 0 rgba(137,139,142,.15);
    box-shadow: 0 30px 70px 0 rgba(137,139,142,.15);
    border-radius: 0;
    padding: 18px;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border-radius: 0 0 5px 5px
}

.header .header-flex .header-nav>ul>.nav-item:hover>.sub {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.header-flex .header-nav ul .nav-item .sub li {
    margin-bottom: 15px;
    text-align: center
}

.header-flex .header-nav ul .nav-item .sub li:last-child {
    margin-bottom: 0
}

.header-flex .header-action ul {
    margin-left: 10px
}

.header-flex .header-action ul li.header-tel {
    display: inline-block;
    margin-left: 20px;
    padding-left: 35px;
    position: relative
}

.header-flex .header-action ul li.header-tel i {
    font-size: 25px;
    color: #a40e09;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-flex .header-action ul li.header-tel p {
    font-size: 18px;
    color: #a40e09;
    font-weight: 600
}

.header-flex .header-action ul li.header-mbtn {
    width: 45px;
    height: 45px;
    display: none;
    background: #f3f7ff;
    border-radius: 50%;
    cursor: pointer;
    color: #a50502;
    font-size: 14px;
    align-items: center;
    justify-content: center
}

.index-banner {
    width: 100%
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets.mph-pagination {
    bottom: 10px
}

.mph-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    background: #dfe1f1;
    border: none;
    cursor: pointer;
    content: "";
    display: inline-block;
    opacity: 1;
    vertical-align: middle
}

.mph-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a50502
}

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

.other_banner img {
    width: 100%;
    vertical-align: bottom
}

.other_banner .banner_tit {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)
}

.banner_tit h1 {
    font-size: 26px;
    margin-bottom: 15px
}

.banner_tit h3 {
    font-size: 1.9vw;
    margin-bottom: 15px
}

.banner_tit h4 {
    font-size: 16px;
    letter-spacing: 25px;
    margin-left: 25px
}

.pages_bar {
    background: url(../img/wz.png) no-repeat left center;
    padding-left: 30px
}

.about1_P {
    padding: 8vh 0
}

.about1_desc {
    margin-top: 6vh;
    line-height: 30px;
    color: #3c3c3c
}

.about1_desc p {
    margin-bottom: 20px
}

.index_tit {
    text-align: center
}

.index_tit h2 {
    font-size: 36px;
    margin-bottom: 10px
}

.index_tit .dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 10px;
    border: 3px solid #b90304;
    vertical-align: middle
}

.index_tit h4 {
    font-size: 16px
}

.artic_title h1 {
    font-size: 30px;
    padding: 10px 0;
    text-align: center
}

.artic_tit {
    text-align: center
}

.artic_tit h1 {
    font-size: 30px;
    padding: 60px 0
}

.artic_tit .bar {
    line-height: 65px;
    color: #666;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.artic_tit .bar span {
    display: inline-block;
    margin: 0 20px
}

.artic_con {
    padding: 50px 0 20px;
    line-height: 36px;
    color: #444
}

.artic_con h1,.artic_con h2,.artic_con h3,.artic_con h4,.artic_con h5,.artic_con h6,.artic_con h7,.artic_con p,.artic_con pre {
    margin: 10px 0
}

.artic_con p {
    text-align: justify;
    word-break: break-word;
    line-height: 30px;
    font-size: 16px;
    word-wrap: break-word
}

.artic_con a {
    color: #a50502
}

.artic_con img {
    max-width: 100%
}

.artic_con h1 {
    font-size: 20px
}

.artic_con h2 {
    font-size: 18px;
    position: relative
}

.artic_con h2::before {
    width: 35px;
    height: 3px;
    left: 0;
    bottom: -3px;
    transition: .4s;
    position: absolute;
    content: '';
    background: #a50502;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px #a50502
}

.artic_con h3 {
    font-size: 16px;
    border-left: 4px solid #a50502;
    background: #f8f8f8;
    padding: 6px 10px;
    font-weight: 300;
    border-radius: 5px 0 0 5px
}

.artic_con video {
    max-width: 100%
}

.artic_con h5,.artic_con h6,.artic_con h7 {
    font-size: 15px
}

.artic_con h4 {
    font-size: 15px;
    position: relative;
    padding-left: 10px
}

.artic_con h4:before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 4px;
    background-color: #a50502;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 2px
}

.artic_con blockquote {
    border: 1px dotted #fefefe;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f4f4f4
}

.artic_con a {
    color: #ef1f1f
}

.artic_con img {
    max-width: 100%!important;
    height: auto!important
}

.artic_tag {
    padding-bottom: 10px;
    margin-bottom: 15px
}

.artic_tag a {
    margin-bottom: 5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
    margin-right: 10px
}

.artic_tag a:hover {
    background: #a40e09;
    color: #fff
}

.artic_bar {
    padding: 40px 0;
    border-top: 1px solid #ccc
}

.artic_bar a:last-child {
    float: right
}

.artic_bar a {
    display: inline-block;
    width: 40%
}

.rebox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #000;
    background: url('data:image/png;	base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=');
    background: rgba(0,0,0,.9)
}

.rebox * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.rebox-contents {
    position: absolute;
    top: 5%;
    left: 5%;
    text-align: center;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center
}

.rebox-contents .rebox-content {
    border: 5px solid #fff;
    box-shadow: 0 0 20px #000;
    border-radius: 1px;
    max-width: 100%;
    max-height: 100%
}

.rebox-loading {
    width: 31px;
    height: 31px;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 48%;
    left: 50%
}

.rebox-caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #000;
    background: rgba(0,0,0,.7)
}

.rebox-caption p {
    margin: 0 auto;
    max-width: 70%;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px
}

.rebox-button {
    position: absolute;
    z-index: 9999;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.rebox-close {
    right: 0;
    top: 10px;
    font-size: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
    box-sizing: border-box
}

.rebox-next {
    right: 10px;
    top: 48%
}

.rebox-prev {
    left: 10px;
    top: 48%
}

.rebox-loading {
    left: 50%;
    top: 48%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.artic_bar a {
    display: inline-block;
    width: 40%
}

.xg_news {
    margin-bottom: 50px
}

.xg_news .tit {
    font-size: 20px;
    color: #ca0700;
    font-weight: 700;
    margin-bottom: 20px
}

.xg_news li {
    width: 40%;
    float: left;
    margin-bottom: 10px
}

.xg_news li:nth-child(even) {
    float: right
}

.xg_news li:hover a {
    color: #c52f30
}

.artic_con h3 {
    font-weight: 600
}

.about-lb2 {
    margin-top: 60px;
    margin-bottom: 15px;
    position: relative
}

.about_2 .inner {
    overflow: hidden
}

.about-lb2 .swiper-slide img {
    width: 100%
}

.sidebox {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999
}

.sidebox li {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    border-radius: 23px
}

.sidebox a {
    display: block;
    float: left;
    width: 46px;
    background: #a40e09;
    border-radius: 23px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    z-index: 1
}

.sidebox a i {
    color: #fff;
    font-size: 22px
}

.sidebox .cont {
    padding: 0 20px;
    transform: translateX(150%);
    box-sizing: border-box;
    padding-right: 46px;
    transition: all .4s;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    background: linear-gradient(to right,#e97417,#a40e09);
    width: auto;
    font-size: 16px;
    border-radius: 23px;
    color: #fff;
    line-height: 46px
}

.sidebox li:hover .cont {
    transform: translateX(0)
}

.sidebox li .code {
    padding: 5px;
    box-sizing: border-box;
    width: 110px;
    height: 110px;
    border-radius: 3px
}

.sidebox li .code img {
    width: 100%;
    height: 100%
}

.sidebox li:hover .code {
    transform: translateX(-60px)
}

.sidebox li:hover {
    background: linear-gradient(to right,#e97417,#a40e09)
}

.sidebox li:hover a {
    background: 0 0
}

.store_icon2 {
    color: #404040;
    border-top-color: #e5e5e5
}

.store_icon2 .iconfont {
    color: #a40e09;
    text-shadow: 8px 0 40px rgba(164,14,9,.4)
}

.about_1 {
    background: url(../img/bg1.jpg) repeat center
}

.about_2 {
    padding: 60px 0;
    background: #f4f4f4
}

.about_slide {
    margin-top: 60px;
    overflow: hidden
}

.about_slide .swiper-container {
    height: 100%
}

.about_slide .about_view {
    width: 81%;
    float: left;
    height: 34vw;
    position: relative
}

.about_slide li {
    position: relative;
    overflow: hidden
}

.about_slide li .img {
    width: 100%
}

.about_slide li img {
    width: 100%;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s
}

.about_slide li:hover img {
    transform: scale(1.03,1.03)
}

.about_slide li {
    display: flex;
    justify-content: center;
    align-items: center
}

.about_slide li .gs_name {
    position: absolute;
    color: #fff;
    padding: 0 2vw;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,.5);
    width: 100%
}

.about_slide li h3 {
    font-size: 16px;
    font-weight: 700;
    width: 70%
}

.about_slide .about_preview {
    width: 16.5%;
    position: relative;
    float: right;
    height: 34vw;
    overflow: hidden
}

.pc_btn {
    display: inline-block;
    position: absolute;
    right: 1vw;
    bottom: 25px;
    z-index: 10;
    color: #fff
}

.pc_btn .iconfont {
    color: #fff
}

.pc_btn a {
    display: inline-block;
    margin: 0 15px
}

.about_preview ul {
    display: block
}

.about_preview li {
    height: 7.25vw;
    width: 100%;
    margin-bottom: 1.7vw;
    position: relative;
    z-index: 1
}

.about_preview li:last-child {
    margin-bottom: 0
}

.about_preview li:before {
    content: "";
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #b90304;
    box-sizing: border-box;
    z-index: 1
}

.about_preview li.active-nav {
    box-shadow: 6px 0 20px rgba(164,14,9,.24)
}

.about_preview li.active-nav:before {
    opacity: 1
}

.about_preview li img {
    height: 100%
}

.about_3 {
    background: url(../img/bg1.jpg) no-repeat center;
    background-size: cover
}

.process_list {
    width: 63%;
    margin: 40px auto;
    position: relative;
    z-index: 1
}

.process_list:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.process_list li {
    width: 50%;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    float: left;
    margin-bottom: 12vh
}

.process_list li:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/dot.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 40%;
    transform: translateY(-50%)
}

.process_list li:nth-child(odd):before {
    right: -12px
}

.process_list li:nth-child(even):before {
    left: -12px
}

.process_list li:nth-child(even) {
    float: right;
    margin-bottom: 0;
    margin-top: 15vh
}

.process_list li:nth-child(even) a {
    margin-left: 14%
}

.process_list li a {
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
    position: relative;
    width: 86%;
    height: 100%;
    border: 1px solid #b90304;
    background: #fff;
    padding: 24px;
    box-sizing: border-box
}

.process_list li a:before {
    content: "";
    transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    width: 15px;
    height: 29px;
    background: url(../img/arr.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 39%;
    right: -15px;
    transform: translateY(-50%)
}

.process_list li:nth-child(even) a:before {
    background: url(../img/arrl.png) no-repeat center;
    background-size: 100% 100%;
    left: -15px;
    right: auto
}

.process_list li:last-child {
    margin-bottom: 0
}

.process_list span {
    font-family: en;
    font-size: 24px;
    color: #b40822
}

.process_list h3 {
    color: #444;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 10px
}

.process .see {
    margin-top: 5vh
}

.process_list li:hover a {
    background: #c52f30
}

.process_list li:hover h3,.process_list li:hover span {
    color: #fff
}

.process_list li:nth-child(even):hover a:before {
    background: url(../img/arr4.png) no-repeat center;
    background-size: 100% 100%
}

.process_list li:nth-child(odd):hover a:before {
    background: url(../img/arr3.png) no-repeat center;
    background-size: 100% 100%
}

.process_list li:hover {
    transform: translateY(-10px)
}

.about_3 {
    padding: 60px 0
}

.about_4 {
    padding: 60px 0;
    background: url(../img/bg4.jpg) no-repeat center;
    background-size: cover
}

.team_list {
    margin-top: 60px
}

.team_list ul {
    margin-left: -2%
}

.team_list li {
    width: 23%;
    height: 12vw;
    overflow: hidden;
    margin-bottom: 1.5vw;
    float: left;
    margin-left: 2%;
    box-shadow: 6px 0 20px rgba(0,0,0,.16);
    border: 5px solid #fff;
    box-sizing: border-box
}

.team_list li img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    -webkit-transition: all .4s
}

.team_list li:hover img {
    transform: scale(1.03,1.03)
}

.page_nav li {
    display: inline-block;
    font-size: 16px;
    margin-right: 3vw;
    position: relative
}

.page_nav li:before {
    content: "";
    z-index: 1;
    display: block;
    width: 0%;
    transition: all .4s;
    -webkit-transition: all .4s;
    height: 3px;
    background: #b90304;
    position: absolute;
    left: 0;
    bottom: 0
}

.page_nav li a {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%
}

.page_nav li.cur:before,.page_nav li:hover:before {
    width: 100%
}

.page_nav li.cur a,.page_nav li:hover a {
    color: #b90304
}

.wrapper {
    height: 80px;
    background: #eee;
    line-height: 80px
}

.wrapper .inner {
    position: relative;
    display: flex;
    justify-content: space-between
}

.jm_1 {
    padding: 60px 0;
    background: url(../img/bg1.jpg) no-repeat center;
    background-size: cover
}

.jm_ys {
    margin-top: 50px
}

.jm_ys ul {
    border: 1px solid #eee;
    box-sizing: border-box
}

.jm_ys li {
    background: #fff;
    width: 25%;
    padding: 1.7vw;
    float: left;
    box-sizing: border-box;
    border: 1px solid #eee
}

.jm_ys li i {
    font-size: 3vw;
    transition: all .4s;
    margin-bottom: 2vw;
    display: inline-block
}

.jm_ys li h3 {
    font-size: 24px;
    transition: all .4s;
    margin: 20px 0;
    font-family: fz;
    line-height: 36px;
    height: 72px;
    overflow: hidden
}

.jm_ys li h4 {
    font-family: fz;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
    text-transform: uppercase;
    color: #c1c1c1
}

.jm_ys li:hover i {
    transform: rotate(360deg);
    color: #b40822;
    -webkit-transform: rotate(360deg)
}

.jm_ys li:hover .h3 {
    color: #b40822
}

.jm_2 .index_tit {
    padding: 40px 0
}

.jm_2 {
    background: #eee;
    overflow-x: hidden;
    padding-bottom: 60px
}

.sw-join {
    overflow: hidden;
    position: relative
}

.cy_Page {
    padding: 60px 0;
    background: url(../img/bg1.jpg) no-repeat center;
    background-size: cover
}

.cy_Page ul {
    background: #fff;
    padding: 0 40px;
    border-left: 3px solid #a40e09;
    box-sizing: border-box;
    padding-bottom: 60px;
    box-shadow: 0 6px 16px rgba(0,0,0,.04)
}

.cy_Page li a {
    display: block;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6
}

.cy_Page li h3 {
    padding-left: 25px;
    transition: all .4s;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    font-family: fz
}

.cy_Page li h3:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #a40e09;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1
}

.cy_Page li p {
    color: #545454;
    line-height: 24px;
    font-size: 13px
}

.cy_Page li:hover h3 {
    color: #a40e09
}

.cy_Page2 ul {
    padding: 0
}

.cy_Page2 li a {
    padding: 30px 40px;
    transition: all .4s;
    padding-left: 120px;
    box-sizing: border-box
}

.cy_Page2 li h3:before {
    display: none
}

.cy_Page2 li h3 {
    padding-left: 0
}

.cy_Page2 em {
    font-size: 44px;
    color: #a40e09;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%)
}

.cy_Page2 li:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,.04)
}

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

.company_info {
    padding: 60px 0
}

.company_info .tit {
    padding: 40px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.company_info h3 {
    font-size: 24px
}

.company_info .tel {
    position: absolute;
    font-size: 12px;
    color: #878787;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.company_info span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #a40e09
}

.company_info .addre {
    padding: 40px 0;
    display: flex;
    justify-content: space-between
}

.company_info img {
    display: block;
    float: left;
    margin-top: 5px;
    vertical-align: middle;
    margin-right: 10px
}

.company_info .addre li {
    line-height: 30px;
    line-height: 30px;
    color: #383838
}

.ly_part {
    background: url(../img/ly_bg.jpg) no-repeat center;
    background-attachment: fixed;
    padding: 150px 0
}

.ly_part .inner {
    background: #fff;
    width: 1200px;
    border-top: 10px solid #b82536;
    padding: 100px;
    box-sizing: border-box
}

.ly_part .ly_desc {
    width: 21%;
    color: #878787;
    float: left
}

.ly_form {
    width: 61%;
    float: right
}

.ly_desc .tit {
    color: #333;
    font-size: 16px
}

.ly_desc .tit h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    font-family: arial;
    line-height: 30px
}

.ly_desc .tit .line {
    display: block;
    width: 18px;
    height: 4px;
    background: #9c0707;
    margin: 35px 0
}

.ly_desc .text {
    line-height: 24px;
    margin-bottom: 30px
}

.ly_desc .hot_tel span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    color: #333;
    margin-top: 10px
}

.ly_form .input_text {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    outline: 0;
    background: 0 0
}

.ly_form label {
    display: block;
    margin: 20px 0;
    margin-bottom: 10px
}

.ly_form .texta {
    width: 100%;
    height: 130px;
    border: none;
    background: #f4f4f4;
    padding: 20px;
    box-sizing: border-box
}

.ly_form .sub_btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ce8484;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    transition: all .4s;
    outline: 0;
    border: none
}

.ly_form .sub_btn:hover {
    background: #b82536
}

.store_cx {
    background: url(../img/bg1.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0
}

.store_cx .index_tit {
    text-align: left;
    margin-bottom: 25px
}

.store_cx .index_tit h1 {
    font-size: 30px
}

.store_tj {
    width: 340px;
    float: left
}

.sel_box {
    display: flex;
    margin-bottom: 16px;
    justify-content: space-between
}

.sel_box li {
    display: inline-block;
    width: 49%;
    background: url(../img/arr_b.png) no-repeat right 10px center;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #9d0a0a
}

.sel_box li select {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box
}

.serch_box {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #9d0a0a;
    padding: 0 10px
}

.serch_box input {
    width: 80%;
    height: 100%;
    border: none
}

.serch_box a {
    float: right;
    color: #a40e09;
    width: 10%;
    font-weight: 700;
    font-size: 20px;
    height: 44px;
    text-align: center;
    display: block;
    line-height: 44px
}

.store_jg {
    height: 520px;
    overflow: hidden
}

.store_jg li {
    width: 100%;
    height: 130px!important;
    overflow: hidden;
    border-bottom: 1px solid #9d0a0a;
    padding: 20px 1.6vw;
    box-sizing: border-box
}

.store_jg li:last-child {
    border-bottom: none
}

.store_jg {
    border: 1px solid #9d0a0a;
    border-top: none
}

.store_jg li h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px
}

.store_jg li .tel {
    background: url(../img/tel.png) no-repeat left center;
    padding-left: 20px
}

.store_jg li .dz {
    background: url(../img/dz2.png) no-repeat left center;
    padding-left: 20px
}

.store_jg li p {
    line-height: 30px
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.store_map {
    width: 55%;
    float: right;
    margin-right: 5%
}

.store_map img {
    width: 100%
}

.store_xq_page {
    background: url(../img/bg1.jpg) repeat center;
    padding: 50px 0
}

.store_xq .tit {
    font-size: 18px;
    background: url(../img/arr5.png) no-repeat left center;
    padding-left: 30px;
    font-family: fz;
    margin-bottom: 30px
}

.store_xq .tit .iconfont {
    transition: all .3s;
    transform: rotate(-36deg)
}

.store_con {
    box-shadow: 0 13px 17px rgba(90,90,90,.26);
    width: 1000px;
    float: left;
    position: relative;
    background: #fff;
    border: 10px solid #fff;
    box-sizing: border-box
}

.store_con .img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.store_desc {
    width: 300px;
    height: 100%;
    box-shadow: 0 13px 17px rgba(90,90,90,.26);
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    border: 10px solid #fff;
    box-sizing: border-box
}

.store_box img {
    width: 100%
}

.store_name {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.store_name h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.store_name .tel {
    background: url(../img/s1.png) no-repeat left;
    padding-left: 20px
}

.store_name .dz {
    background: url(../img/s2.png) no-repeat left top 6px;
    padding-left: 20px
}

.store_name p {
    line-height: 24px
}

.store_box ul {
    overflow-y: scroll;
    padding-right: 10px;
    box-sizing: border-box;
    height: 515px
}

.store_box li {
    box-sizing: border-box;
    overflow: hidden;
    width: 42.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 90px;
    margin-top: 20px
}

.store_box li:nth-child(even) {
    float: right
}

.store_box li.on {
    border: 5px solid #a40e09;
    box-sizing: border-box
}

.store_box li img {
    height: 100%;
    width: auto
}

.store_pic {
    height: 620px;
    position: relative
}

.store_pic li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.store_pic li img {
    width: 100%;
    max-height: 100%
}

.store_pic li.on {
    opacity: 1
}

.pw-box {
    display: flex;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px
}

.pw-left {
    width: 350px
}

.pw-left img {
    width: 100%
}

.pw-right {
    padding: 0 20px;
    flex: 1
}

.pw-right .pw-pull {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: 600;
    font-size: 20px
}

.pw-right .pw-pull:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #a40e09;
    content: "";
    z-index: 2
}

.pw-con p {
    line-height: 1.8;
    margin-bottom: 15px
}

.jm_lc .swiper-slide {
    height: 500px;
    overflow: hidden;
    z-index: 1
}

.jm_lc .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.jm_lc .swiper-slide a:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../img/boxbg2.png) no-repeat left center;
    background-size: 100% 100%;
    z-index: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    opacity: 0
}

.jm_lc .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-size: cover!important;
    display: block
}

.jm_lc .swiper-slide .lc_info {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    padding-top: 60%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .5s
}

.jm_lc .swiper-slide h3 {
    display: inline-block;
    transform: translateX(50px);
    transition: all .4s;
    letter-spacing: -2px;
    font-size: 20px;
    font-family: fz;
    padding: 20px;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    letter-spacing: 10px;
    writing-mode: tb-rl;
    background: url(../img/titbg3.png) no-repeat center;
    background-size: 100% 100%;
    white-space: nowrap
}

.jm_lc .swiper-slide h4 {
    writing-mode: vertical-rl;
    transform: translateX(60px);
    height: auto;
    font-size: 16px;
    font-family: fz;
    height: 72%;
    line-height: 30px;
    width: 60px;
    overflow: hidden;
    writing-mode: tb-rl;
    margin-left: 30px;
    visibility: hidden
}

.jm_lc .swiper-slide em {
    position: absolute;
    transition: all .3s;
    left: 30px;
    top: 10px;
    font-size: 36px;
    font-weight: 700;
    color: #a8a6a6
}

.jm_lc .swiper-slide:hover em {
    color: #fff
}

.jm_lc .swiper-slide:hover .lc_info {
    padding-top: 30%
}

.jm_lc .swiper-slide:hover h4 {
    transform: translateX(0);
    visibility: visible
}

.jm_lc .swiper-slide:hover h3 {
    transform: translateX(0)
}

.jm_lc .swiper-slide:hover a:before {
    opacity: 1
}

.features {
    background-color: #f9faff
}

.intro {
    background-color: #f8f9fa
}

.index-contact {
    position: relative;
    background-color: #f4f4f4
}

.index-contact-title {
    text-align: center;
    margin-bottom: 100px
}

.index-contact-title h3 {
    margin-bottom: 30px;
    font-size: 38px
}

.index-contact-form .index-form-flex {
    display: flex
}

.index-contact-form .index-form-flex input {
    border-radius: 10px;
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.04);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.04);
    width: 100%;
    height: 50px;
    border: none;
    outline: 0;
    margin-right: 20px
}

.index-contact-form .index-form-flex input:last-child {
    margin-right: 0
}

.index-contact-form .index-form-width {
    width: 100%;
    text-align: center
}

.index-contact-form .index-form-width textarea {
    margin-bottom: 30px;
    height: 150px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.04);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.04);
    width: 100%;
    overflow: auto;
    resize: vertical;
    border: none;
    outline: 0
}

.index-contact-form .index-form-width button {
    outline: inherit;
    -webkit-box-shadow: 0 0 0 10px #fff,0 2px 48px 0 rgba(0,0,0,.04);
    box-shadow: 0 0 0 10px #fff,0 2px 48px 0 rgba(0,0,0,.04);
    cursor: pointer;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    letter-spacing: 2px;
    font-size: 15px;
    white-space: nowrap;
    color: #fff;
    background-color: #a50502;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.index_pro {
    box-sizing: border-box;
    background: url(../img/bg2.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 60px
}

.index_store {
    background: url(../img/bg3.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
    padding-bottom: 0
}

.index_store2 {
    background: url(../img/bg5.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 80px
}

.index_pro_cai,.index_store_cai {
    margin-top: 60px
}

.index_pro_caimodel li {
    width: 24.2%;
    overflow: hidden;
    height: 30vw
}

.index_news {
    padding: 80px 0;
    padding-bottom: 0;
    background: url(../img/bg1.jpg) no-repeat center;
    background-size: cover
}

.index_news_caimodel li {
    width: 32.4%;
    overflow: hidden
}

.index_news_cai {
    margin-top: 60px;
    padding-bottom: 60px
}

.index_news_caimodel li .img {
    height: 250px;
    overflow: hidden;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.index_news_caimodel li img {
    transition: all .4s;
    -webkit-transition: all .4s;
    width: 100%
}

.index_news_caimodel li:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1)
}

.index_news_caimodel li .info {
    background: #fff;
    padding: 2vw;
    box-sizing: border-box
}

.index_news_caimodel li h3 {
    font-size: 16px;
    transition: all .2s;
    -webkit-transition: all .2s;
    font-weight: 700;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

.index_news_caimodel li p {
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px
}

.index_news_caimodel li {
    position: relative
}

.index_news_caimodel li:before {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #a40e09;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all .4s;
    -webkit-transition: all .4s
}

.index_news_caimodel li:hover:before {
    width: 100%
}

.index_news_caimodel li:hover h3 {
    color: #a40e09
}

.index_pro_caimodel li a {
    display: block;
    width: 100%;
    position: relative
}

.index_pro_caimodel li a:before {
    z-index: 2;
    content: "";
    display: block;
    width: 0%;
    height: 0%;
    transition: all .6s;
    -webkit-transition: all .6s;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    border-left: 8px solid #a40e09;
    border-top: 8px solid #a40e09;
    box-sizing: border-box
}

.index_pro_caimodel li a:after {
    z-index: 2;
    content: "";
    display: block;
    width: 0%;
    height: 0%;
    transition: all .6s;
    -webkit-transition: all .6s;
    position: absolute;
    opacity: 0;
    right: 0;
    bottom: 0;
    border-right: 8px solid #a40e09;
    border-bottom: 8px solid #a40e09;
    box-sizing: border-box
}

.index_pro_caimodel li:hover a:after,.index_pro_caimodel li:hover a:before {
    width: 100%;
    height: 100%;
    opacity: 1
}

.index_pro_caimodel li .bg {
    z-index: 3;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/probg.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0
}

.index_pro_caimodel li:hover .bg {
    opacity: 1
}

.index_pro_caimodel li img {
    width: 100%;
    transition: all .6s;
    -webkit-transition: all .6s;
    vertical-align: bottom
}

.index_pro_caimodel li .img {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.index_pro_caimodel li:hover img {
    transform: scale(1.1,1.1)
}

.index_pro_caimodel li .pic_name {
    transition: all .5s;
    max-height: 90%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    height: auto!important;
    width: 70px;
    line-height: 70px;
    padding: 20px 0;
    padding-bottom: 12px;
    text-align: center;
    box-sizing: border-box;
    background: url(../img/titbg1.jpg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #a40e09
}

.index_pro_caimodel li .pic_name span {
    display: inline-block
}

.index_pro_caimodel li .pic_name:before {
    content: "";
    display: block;
    width: 0%;
    height: 0%;
    transition: all .4s;
    -webkit-transition: all .4s;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/titbg2.jpg) no-repeat center;
    background-size: 100% 100%;
    z-index: -1
}

.index_pro_caimodel li:hover .pic_name {
    color: #fff
}

.index_pro_caimodel li:hover .pic_name:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.index_store_model li {
    width: 24.2%;
    overflow: hidden
}

.index_store_model li .name {
    background: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: fz
}

.index_store_model li .img {
    height: 200px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.index_store_model li img {
    vertical-align: bottom;
    height: 100%;
    min-width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s
}

.index_store_model li:hover img {
    transform: scale(1.1,1.1)
}

.store_xq_page {
    background: url(../img/bg1.jpg) repeat center;
    padding: 50px 0
}

.store_xq {
    margin: 0 auto;
    position: relative;
    width: 1300px;
    display: flex;
    overflow: hidden;
}

.store_con {
    box-shadow: 0 13px 17px rgba(90,90,90,.26);
    width: 1000px;
    float: left;
    position: relative;
    background: #fff;
    border: 10px solid #fff;
    box-sizing: border-box
}

.store_con .img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.store_desc {
    width: 300px;
    height: 100%;
    box-shadow: 0 13px 17px rgba(90,90,90,.26);
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    border: 10px solid #fff;
    box-sizing: border-box
}

.store_box img {
    width: 100%
}

.store_name {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.store_name h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.store_name .tel {
    background: url(../img/s1.png) no-repeat left;
    padding-left: 20px
}

.store_name .dz {
    background: url(../img/s2.png) no-repeat left top 6px;
    padding-left: 20px
}

.store_name p {
    line-height: 24px
}

.store_box ul {
    overflow-y: scroll;
    padding-right: 10px;
    box-sizing: border-box;
    height: 515px
}

.store_box li {
    box-sizing: border-box;
    overflow: hidden;
    width: 42.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 90px;
    margin-top: 20px
}

.store_box li:nth-child(even) {
    float: right
}

.store_box li.on {
    border: 5px solid #a40e09;
    box-sizing: border-box
}

.store_box li img {
    height: 100%;
    width: auto
}

.store_pic {
    height: 620px;
    position: relative
}

.store_pic li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.store_pic li img {
    width: 100%;
    max-height: 100%
}

.store_pic li.on {
    opacity: 1
}

.pw_list {
    background: url(../img/bg1.jpg) repeat;
    padding: 50px 0
}

.pw_list ul {
    margin-left: -2.3%
}

.pw_list li {
    width: 22.7%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 460px;
    margin-bottom: 40px;
    z-index: 1;
    overflow: hidden;
    float: left;
    margin-left: 2.3%;
    position: relative
}

.pw_list li img {
    max-height: 100%;
    min-width: 100%;
    transition: all .4s;
    vertical-align: bottom
}

.pw_list li .pw_name {
    position: absolute;
    width: 70px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    writing-mode: tb-rl;
    opacity: 0;
    transition: all .4s;
    -webkit-writing-mode: vertical-rl;
    font-size: 23px;
    white-space: nowrap;
    max-height: 90%;
    overflow: hidden;
    font-family: fz;
    color: #fff;
    background: url(../img/titbg2.jpg) no-repeat center;
    background-size: 100% 100%;
    letter-spacing: 10px;
    box-sizing: border-box
}

.pw_list li a:before {
    content: "";
    z-index: 1;
    transition: all .2s;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/boxbg2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0
}

.pw_list li:hover .pw_name {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 1
}

.pw_list li:hover a:before {
    opacity: 1
}

.pw_list li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.pw_list li:hover {
    box-shadow: 0 13px 17px rgba(67,2,0,.26)
}

.page_bar {
    text-align: center;
    margin: 30px 0
}

.page_bar a {
    display: inline-block;
    font-weight: 700;
    margin: 0 4px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #626262
}

.page_bar a img {
    vertical-align: middle
}

.page_bar a:hover {
    background: #a40e09;
    color: #fff;
    border-color: #a40e09
}

.page_bar a.btn:hover {
    background: 0 0
}

.pw_slide {
    background: #fff;
    box-shadow: 0 13px 17px rgba(90,90,90,.26);
    padding: 6px;
    box-sizing: border-box
}

.pw_view {
    width: 100%;
    height: 38vw;
    overflow: hidden
}

.pw_slide li img {
    width: 100%;
    height: 100%
}

.pw_slide li {
    display: flex;
    justify-content: center;
    align-items: center
}

.pic_desc {
    position: absolute;
    writing-mode: tb-lr;
    display: none;
    writing-mode: vertical-lr;
    font-family: fz;
    width: 170px;
    height: 320px;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    right: 3vw;
    top: 3vw;
    background: url(../img/desc_bg.jpg) no-repeat center;
    background-size: 100% 100%
}

.pic_name {
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-rl;
    font-size: 24px;
    letter-spacing: 10px;
    margin-right: 10px
}

.pic_text {
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    line-height: 24px;
    width: 72px;
    overflow: hidden;
    letter-spacing: 2px
}

.pw_preview {
    position: relative
}

.pw_preview .swiper-container {
    width: 94%;
    position: relative;
    overflow: hidden;
    margin: 20px auto
}

.pw_preview li {
    width: 165px;
    float: left;
    padding-right: 20px;
    box-sizing: border-box
}

.pw_preview .btn {
    position: absolute;
    width: 3%;
    text-align: center;
    display: block;
    top: 50%;
    transform: translateY(-50%)
}

.pw_preview .arrow-left {
    left: 0
}

.pw_preview .arrow-right {
    right: 0
}

.pw_preview .active-nav {
    box-sizing: border-box
}

.pw_preview li:before {
    content: "";
    display: block;
    border: 5px solid #a40e09;
    opacity: 0;
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.pw_preview li.active-nav img {
    border: 5px solid #a40e09;
    box-sizing: border-box
}

.news_list ul {
    margin-left: -2%
}

.news_list li {
    width: 31.3%;
    margin-bottom: 30px;
    float: left;
    margin-left: 2%
}

.news_page {
    background: url(../img/bg1.jpg) repeat;
    padding: 60px 0
}

.news_artic {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 24px rgba(0,0,0,.05);
    margin: 0 10vw;
    padding: 0 40px;
    box-sizing: border-box
}

.news_lb {
    overflow: hidden
}

.noimg {
    text-align: center
}

.news_lb li .img {
    height: 250px;
    overflow: hidden;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.news_lb li img {
    transition: all .4s;
    -webkit-transition: all .4s;
    width: 100%;
    height: 100%
}

.news_lb li:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1)
}

.news_lb li .info {
    background: #fff;
    padding: 2vw;
    box-sizing: border-box
}

.news_lb li h3 {
    font-size: 16px;
    transition: all .2s;
    -webkit-transition: all .2s;
    font-weight: 700;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

.news_lb li p {
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px
}

.news_lb li {
    position: relative
}

.news_lb li:before {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #a40e09;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all .4s;
    -webkit-transition: all .4s
}

.news_lb li:hover:before {
    width: 100%
}

.news_lb li:hover h3 {
    color: #a40e09
}

.news_lb .slide_hd {
    margin: 45px 0
}

.store_icon ul {
    display: flex;
    height: 165px;
    border-top: 1px solid rgba(255,255,255,.2);
    align-items: center;
    display: -webkit-flex;
    justify-content: space-between;
    color: #fff
}

.store_icon ul li {
    width: 25%;
    text-align: center
}

.store_icon ul li .item {
    margin: 0 10px
}

.store_icon ul li .numU {
    line-height: 1.3
}

.about_1 .store_icon ul li .numCX {
    color: #333
}

.about_1 .store_icon ul li .numU .unitC {
    color: rgb(0 0 0 / 50%)
}

.store_icon ul li .numCX {
    font-size: 54px;
    color: #fff
}

.store_icon ul li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    vertical-align: 28px;
    margin-left: .3em
}

.store_icon ul li .indc {
    color: #a9a9a9
}

.slide_hd {
    width: 100%;
    text-align: center;
    margin-top: 50px
}

.slide_hd .swiper-pagination-bullet {
    margin: 0 5px
}

.slide_hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a50502
}

.section-title {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.section-title h6 {
    color: #f4f4f4;
    margin-bottom: 0;
    line-height: .2;
    font-size: 80px
}

.index_store .section-title h6 {
    color: rgba(0,0,0,.09)
}

.section-title h3 {
    font-size: 46px
}

.index_store .section-title h3 {
    color: #f5f6f7
}

.section-title h3 em {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 10px;
    border: 3px solid #b90304;
    vertical-align: middle
}

.section-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.section-flex .section-item {
    flex: 0 0 auto;
    width: 33.33333333%
}

.section-flex .section-item .features-card {
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    margin: 20px 15px 10px;
    padding: 20px 25px;
    background-color: #fff;
    display: flex;
    border-radius: 5px
}

.section-flex .section-item .features-card:hover {
    -webkit-box-shadow: 0 5px 15px -5px #ccc;
    box-shadow: 0 5px 15px -5px #ccc
}

.section-flex .section-item .features-card .features-card-img {
    width: 64px;
    margin-right: 20px
}

.section-flex .section-item .features-card .features-card-text-area {
    flex: 1
}

.features-card .features-card-text-area h4 {
    font-size: 20px;
    margin-bottom: 12px
}

.features-card .features-card-text-area p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden
}

.intro-content {
    position: relative
}

.intro-content .shape .shape3 {
    position: absolute;
    top: 10%;
    left: 0;
    -webkit-animation: top-bottom 2s infinite linear;
    animation: top-bottom 2s infinite linear
}

.intro-content .shape .shape4 {
    position: absolute;
    bottom: -10%;
    right: 0;
    -webkit-animation: top-bottom 2s infinite linear;
    animation: top-bottom 2s infinite linear
}

.intro-bottom-card-area {
    display: flex;
    align-items: center
}

.intro-about {
    width: 40%
}

.intro-about .about_img {
    max-width: 250px;
    margin: 0 auto
}

.intro-about .about_img img {
    height: auto
}

.about_pic {
    width: 50%;
    float: right;
    margin-left: auto
}

.about_desc {
    margin: 30px 0;
    line-height: 30px;
    color: #3c3c3c;
    text-indent: 2em
}

.about_desc p {
    margin-bottom: 20px
}

.about_card h4>a {
    display: inline-block;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    color: #262e2e;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    padding: 12px 30px 12px 30px;
    font-size: 16px;
    font-weight: 700
}

.intro-about .about_card:first-child h4>a {
    margin-right: 15px;
    color: #fff;
    background-color: #e13833
}

.intro-about .about_card:last-child h4>a {
    color: #262e2e;
    border: 1px solid #e13833;
    background-color: transparent
}

.intro-about .about_card h4:hover a {
    background-color: #262e2e;
    color: #fff
}

.intro-video {
    width: 60%;
    margin-left: 50px;
    position: relative;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 15px -5px #ccc;
    box-shadow: 0 0 15px -5px #ccc
}

.intro-video>img {
    width: 100%
}

.intro-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.intro-video .play-button a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e13833;
    position: relative
}

.intro-video .play-button a::before {
    content: '';
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #a40e098c;
    border: 1px solid #9d0a0a;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: video-play 3s infinite linear;
    animation: video-play 3s infinite linear
}

.play-button a i {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #a40e09;
    position: relative;
    font-size: 30px
}

footer {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.04);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.04);
    background-image: url(../images/1.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.footer {
    background: rgba(36,38,50,.95);
    color: #838383;
    box-sizing: border-box
}

.footer-c {
    width: 1400px;
    margin: 0 auto
}

.footer .re_top {
    height: 70px;
    cursor: pointer;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #313131;
    font-size: 16px;
    font-family: fz;
    color: #fff
}

.copyright_head {
    display: flex;
    padding: 45px 0;
    justify-content: space-between;
    align-items: center
}

.copyright_L {
    width: 406px
}

.copyright_C {
    overflow: hidden;
    flex: 1;
    display: flex
}

.copyright_R {
    width: 150px
}

.copyright_L>p {
    display: block;
    height: 48px;
    margin-bottom: 26px
}

.copyright_L span {
    display: flex;
    overflow: hidden;
    margin-bottom: 4px;
    align-items: center
}

.copyright_L span em {
    display: block;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 30px;
    font-style: inherit
}

.copyright_L span strong {
    font-weight: 600;
    display: block;
    float: left;
    font-size: 24px;
    color: #f90;
    line-height: 30px
}

.copyright_C_list {
    padding-top: 24px;
    margin-right: 76px
}

.copyright_C_list:last-child {
    margin-right: 0
}

.copyright_C_list>p {
    display: block;
    font-size: 18px;
    color: #fff;
    padding-bottom: 28px
}

.copyright_C_list>.about {
    overflow: hidden;
    margin-bottom: 22px
}

.copyright_C_list>.about:last-child {
    margin-bottom: 0
}

.copyright_C_list>.about:nth-child(6),.copyright_C_list>.about:nth-child(7) {
    display: none
}

.copyright_C_list>.about a {
    display: block;
    font-size: 12px;
    color: #bbb;
    margin-right: 24px
}

.copyright_R span {
    display: block;
    width: 122px;
    height: 122px;
    border: 1px solid #ededed;
    padding: 13px;
    margin: 0 auto
}

.copyright_R span img {
    width: 100%
}

.copyright_R p {
    display: block;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-top: 18px
}

.copyright_bottom {
    overflow: hidden;
    border-top: 1px solid #313131;
    padding: 20px 0;
    color: #bbb;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.copyright_bottom span {
    display: block;
    font-size: 12px;
    color: #a9a9a9
}

.copyright_bottom span>a {
    color: #eee;
    margin-left: 10px;
    font-size: 12px
}

.copyright_bottom p {
    font-size: 12px;
    color: #a9a9a9
}

.foot_link {
    border-top: 1px solid #313131;
    padding: 20px 0 10px;
    color: #bbb
}

.foot_link span {
    font-size: 16px
}

.foot_link>a {
    margin: 0 10px 10px 0;
    display: inline-block;
    color: #a9a9a9
}

#mnav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100%;
    color: #fff;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    z-index: 1000;
    transition: right .3s;
    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 50%)
}

#mnav.open {
    right: 0
}

#mnav .mnav-flex {
    position: relative;
    padding: 30px 25px;
    display: flex
}

#mnav .mnav-flex>i {
    color: #a50502;
    font-size: 36px;
    margin-left: 15px;
    cursor: pointer
}

#mnav #mph-nav>li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%)
}

#mnav #mph-nav>li:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%)
}

#mnav #mph-nav>li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#mnav #mph-nav>li em {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #a50502;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 5
}

#mnav #mph-nav>li>.sub {
    display: none
}

#mnav #mph-nav>li>.sub a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#mry-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(43 46 56 / 73%);
    z-index: 999;
    display: none
}

#mry-opo {
    position: fixed;
    color: #2b2e38;
    background: #fff;
    z-index: 7000;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

#mry-opo-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0
}

#mry-opo-content {
    padding: 15px
}

#mry-opo-content video {
    width: 100%
}

#mry-opo .mrt-close {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    font-size: 36px;
    display: inline-block
}

#mry-opo .mrt-close:hover {
    opacity: .8
}

@-webkit-keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes video-play {
    0% {
        width: 50%;
        height: 50%
    }

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

@keyframes video-play {
    0% {
        width: 50%;
        height: 50%
    }

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

@media only screen and (max-width: 768px) {
    .inner,.inner-1200,.inner-1300 {
        width:100%
    }

    .main .intro.pb-100 {
        padding: 50px 0
    }

    .section-title h3 {
        font-size: 35px
    }

    .section-flex .section-item .features-card {
        flex-wrap: wrap;
        justify-content: center
    }

    .section-flex .section-item .features-card .features-card-img {
        margin-right: 0;
        width: 100%;
        text-align: center
    }

    .features-card .features-card-text-area h4 {
        display: block
    }

    .section-flex .section-item .features-card .features-card-text-area {
        text-align: center
    }

    .intro-about,.intro-video {
        width: 100%;
        margin: 20px
    }

    .header-flex {
        padding: 15px
    }

    .header-flex .header-action ul li.header-tel,.header-flex .header-nav {
        display: none
    }

    .header-flex .header-action ul li.header-mbtn {
        display: inline-flex;
        font-size: 18px
    }

    .intro-bottom-card-area,.store_icon ul {
        flex-wrap: wrap
    }

    .index_pro_caimodel .swiper-wrapper {
        margin: 0 20px
    }

    .index_news_caimodel li {
        width: 100%
    }

    .store_icon ul li .numCX {
        font-size: 38px
    }

    .index_store_model li,.store_icon ul li {
        width: 50%
    }

    .index_pro_caimodel li {
        width: 49%;
        height: auto
    }

    .section-flex .section-item {
        width: 50%
    }

    .index-contact {
        padding: 100px 20px
    }

    .news_list li {
        width: 48%;
        margin-bottom: 15px
    }

    .news_artic {
        padding: 0 20px;
        margin: 0
    }

    .footer-c {
        width: 100%
    }

    .cy_Page,.news_page,.pw_list {
        padding: 50px 20px
    }

    .news_lb li .img {
        height: 180px
    }

    .jm_ys li {
        width: 50%
    }

    .jm_ys {
        padding: 0 20px
    }

    .pw_list li {
        width: 47.7%;
        height: auto
    }

    .xg_news {
        margin-bottom: 20px
    }

    .store_con,.xg_news li {
        width: 100%
    }

    .store_pic {
        height: 300px
    }

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

    .copyright_head {
        flex-wrap: wrap;
        padding: 0 20px
    }

    .copyright_C,.copyright_L,.copyright_R {
        width: 100%;
        display: block;
        flex: none
    }

    .store_xq {
        flex-wrap: wrap
    }

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

    .copyright_L span {
        justify-content: center
    }

    .copyright_C {
        display: none
    }

    .copyright_R {
        padding: 10px 0 20px
    }

    .copyright_R span {
        margin: 0 auto
    }

    .foot_link {
        padding: 10px 20px
    }

    .section-flex {
        justify-content: space-evenly
    }

    .copyright_bottom {
        display: block;
        padding: 20px;
        text-align: center
    }

    .copyright_bottom span {
        margin-bottom: 10px;
        line-height: 1.8
    }

    .about_1,.wrapper {
        padding: 0 20px
    }

    .other_banner .banner_tit {
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .banner_tit h3 {
        font-size: 18px
    }

    .banner_tit h4 {
        display: none
    }

    .pages_bar {
        display: none
    }

    .pw-box {
        flex-wrap: wrap
    }

    .pw-left {
        width: 100%
    }

    .pw-right {
        padding: 0;
        margin-top: 20px
    }
}
