@charset "utf-8";
html{
    color:#000;
    background:#FFF;

}

html, body {
    width:100%;
    user-select: none;
    overflow-x: hidden;
}


body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1;
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a { text-decoration:none;cursor:pointer; color: inherit;}
a:focus{outline:0;}
li{list-style:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
input {
    border: none;
    outline: none;
}

img {
    max-width:100%
}
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'iconfont';
    src: url('./fonts/iconfont.ttf?t=1700707768544') format('truetype');
}


@font-face{ font-family: EUROSTILE-BOLDEXTENDEDTWO; src: url(../fonts/EUROSTILE-BOLDEXTENDEDTWO.OTF);}
@font-face{ font-family: Neutraface2Display-Titling; src: url(../fonts/Neutraface2Display-Titling.woff);}

.w_1600{max-width: 1600px;width: 95%;margin: 0 auto;}
.w_1400{max-width: 1400px;width: 95%;margin: 0 auto;}
.w_1200{max-width: 1200px;width: 95%;margin: 0 auto;}




header .h_top_t {
    height: 36px;
    line-height: 36px;
    background-color: #f7f7f7;
}
header .h_top_c {
    height:80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .h_top_c .logo {
    height:100%;
    display: flex;
    align-items: center;
}
header .h_top_c .logo .logo_i {
    padding-right: 10px;
}
header .h_top_c .logo .logo_c {
    border-left: 1px solid #dbdbdb;
    padding-left: 10px;
}
header .h_top_c .logo .logo_c p:nth-child(1){
    font-size: 22px;
    font-weight: bold;
    color: #b71d25;
    line-height: 44px;
}
header .h_top_c .logo .logo_c p:nth-child(2){
    color: #3b3b3b;
    font-size: 18px;
}
header .h_top_c .h_contact {
    height:100%;
    display: flex;
    align-items: center;
}
header .h_top_c .h_contact .phone {
    height:100%;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
header .h_top_c .h_contact .phone i{
    font-size: 36px;
    color:#b71d25;
    padding-right: 10px;
    animation: yyhh 1.2s linear infinite;
}
header .h_top_c .h_contact .phone .phone_num p:nth-child(1){
    font-size: 18px;
    line-height: 30px;
}
header .h_top_c .h_contact .phone .phone_num p:nth-child(2){
    font-size: 22px;
    color:#b71d25;
}


header .header_nav {
    width:100%;
    height:50px;
    background-color: #b71d25;
}
header .header_nav.fixed {
    position: fixed;
    top:0;
    z-index: 999;
}
header .header_nav .menu {
    height:100%;
    display: flex;
    align-items: center;
    position: relative;
}
header .header_nav .menu li {
    flex-grow: 1;
    color:#fff;
    text-align: center;
    font-size: 16px;
}
header .header_nav .menu li:not(.pro) {
    position: relative;
}
header .header_nav .menu li.on,header .header_nav .menu li:hover {
    background: #910000;
}
header .header_nav .menu li a{
    display: block;
    width:100%;
    height:50px;
    line-height: 50px;
}
header .header_nav .menu li i {
    font-size: 12px;
    margin-left: 5px;
}



header .menu li .submenu {
    display: none;
    position: absolute;
    top:50px;
    left:0;
    background: #fff;
    z-index: 99;
    padding:20px 10px 0 10px;
    box-shadow: 0.05rem 0.05rem 0.2rem 0.05rem #ddd;
    width: 100%;
}
header .menu li .submenu .oneul{
    width: 100%;
    display: flex;
    flex-direction:column;
}
header .menu li.pro .submenu .oneul{
    width: 100%;
    display: flex;
    flex-direction:row;
    margin-bottom: 20px;
}
header .menu li .submenu .twoli {
    width:100%;
    color:#333;
    border-top: solid 1px #b71d25;
    text-align: center;
}
header .menu li .submenu .twoli .twoa {
    font-size: 18px;
    color: #333;
}
header .menu li.pro .submenu .twoli .twoa {
    font-weight: 600;
}
header .menu li .submenu .threeli {
    width:96%;
    margin:0 auto;
    color:#333;
    padding-top:15px;
}
header .menu li .submenu .threeli .threea{
    display: block;
    width:100%;
    color:#333;
    font-size: 14px;
    height:40px;
    line-height: 40px;
    border-top: dashed 1px #b71d25;
}
header .menu li .submenu .twoli .twoa:hover,header .menu li .submenu .threeli .threea:hover{
    color:#b71d25;
}







.footer {
    position: relative;
    z-index: 9;
    background: url(../images/footbg.jpg);
    background-size: cover
}
.foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.foot1 {
    padding: 50px 0 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.foot1 .menu {
    width:100%;
    display: flex;
}
.foot1 .menu dl {
    flex:1;
}
.foot1 .menu dt{
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.foot1 .menu dt:after {
    position: absolute;
    left:0;
    bottom:-20px;
    content: '';
    width:90px;
    height:2px;
    background: #555555;
}
.foot1 .menu p a {
    font-size: 16px;
    color: rgb(205 205 205)
}
.foot1 .menu p a:hover {
    color: #b71d25;
}
.foot1 .menu dd p {
    margin-top: 30px;
}


.foot1 .contact {

}
.foot1 .contact p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.foot1 .contact p.tel {
    font-size: 30px;
    color:#b71d25
}
.foot_ewm {
    display: flex;
    margin-top: 30px;
}
.foot_ewm .ewm {
    margin-right: 10px;
}
.foot_ewm .ewm .pic {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #525252;
    padding: 2px;
}
.foot_ewm .ewm .pic img {}

.foot_ewm .ewm p {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    color:#fff
}
.qr-scanner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.qr-scanner .scanner_box {
    height: 100%;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.qr-scanner .line {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #b71d25 211%);
    border-bottom: 1px solid #b71d25;
    transform: translateY(-100%);
    animation: radar-beam 2s infinite;
    animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
    animation-delay: 1.5s;
}
@keyframes radar-beam {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.foot2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 30px !important;
    padding-bottom: 30px !important
}
.foot2, .foot2 p, .foot2 a {
    color: #fff;
    font-size: 16px
}












.floatFns {
    position: fixed;
    right: -170px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;
}

.floatFns li a {
    text-decoration: none;
}
.floatFns li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.floatFns li i {
    display: block;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    color:#fff;
}

.floatFns li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.floatFns .kefu_tel i {
    background-position: 0 -21px;
    animation: yyhh 1.2s linear infinite;
}
@keyframes yyhh {
    0%,90%,100% {
        transform: rotate(0) scale(1);
    }
    20%,40% {
        transform: rotate(-15deg) scale(1.1);
    }
    30%,50% {
        transform: rotate(15deg) scale(1.1);
    }
}

.floatFns .kefu_wx i {
    background-position: -34px 4px;
}


.floatFns .kefu_top {
    display: none;
}

.floatFns .kefu_top i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}
.floatFns .kefu_top .kefu_top_main{
    padding-top: 6px;
}

.floatFns .kefu_left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.floatFns .kefu_tel_right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}


.floatFns .kefu_tel_main {
    background: #b71d25;
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
    border-radius: 10px 0 0 10px;
}

.floatFns .kefu_main {
    background: #b71d25;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
    border-radius: 10px 0 0 10px;
}

.floatFns .kefu_wx_pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
    box-sizing: unset;
}

.kefu_wx_pic img {
    width: 115px;
    height: 115px;
}





.pagenation {
    text-align: center;
    margin: 30px 0;
}
.pagenation .pages li {
    display: inline-block;
    margin: 0px 5px;
}
.pagenation .pages li a, .pagenation .pages li span{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    width: auto;
    padding: 0 20px;
    line-height: 40px;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    transition: all 500ms ease;
}

.pagenation .pages .active a{
    background: #2d2d2d;
    color: #FFF;
}