/* @import url("../fonts/index.css"); */
@import url("../lib/animation.css");
@charset "UTF-8";

* {
/*    transition: all 0.3s;
    -webkit-transition: all 0.3s;*/
}
*{  -webkit-font-smoothing: antialiased;  /* 统一macOS抗锯齿方式 */ }


/* 修改滚动条轨道的宽度和颜色 */
::-webkit-scrollbar {
  width: 10px; /* 设置滚动条宽度 */
}

/* 修改滚动条轨道的颜色 */
::-webkit-scrollbar-track {
  background: #f7f7f7; /* 设置轨道背景颜色 */
}

/* 修改滑块（滚动的部分）的颜色和样式 */
::-webkit-scrollbar-thumb {
  background: #e8e8e8; /* 设置滑块颜色 */
  border-radius: 5px; /* 设置滑块圆角 */
}

/* 鼠标悬停时的滑块样式 */
::-webkit-scrollbar-thumb:hover {
  background: #d3d3d3; /* 设置鼠标悬停时滑块的颜色 */
}

/* webkit, opera, IE9 （谷歌浏览器）*/
::selection { 
    background:#d9727a;
    color:#fff;
}
/* mozilla firefox（火狐浏览器） */
::-moz-selection { 
    background:#d9727a;
    color:#fff;
}

* {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
body{ zoom:1;}

body{
    font-size:16px;
    font-weight:500;
    color:#000;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}


html,body{padding:0; margin:0; font-size:14px; -webkit-text-size-adjust: none;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td,img { margin: 0; padding: 0 ;font-weight: normal}
body, button, input, select, textarea label{outline:none; }
h1, h2, h3, h4, h5, h6 {}
address, cite, dfn, em{ font-style: normal }
i{font-style: normal}
ul, ol, dl { list-style: none }
a {color:#333; text-decoration: none;outline: none ; cursor: pointer;}
img { border: 0 }
input{outline:none;}
table { border-collapse: collapse; border-spacing: 0 }
.fl{float: left}
.fr{float: right}
.clear{clear: both}
.clearFix:after{content: "";display: block;height: 0;clear: both;*zoom:1}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*超出部分省略号*/
.ellipsis2,.ellipsis3,.ellipsis4,.ellipsis5,.ellipsis6,.ellipsis7{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis2{-webkit-line-clamp:2}/*超出两行省略号*/
.ellipsis3{-webkit-line-clamp:3}/*超出三行省略号*/
.ellipsis4{-webkit-line-clamp:4}/*超出四行省略号*/
.ellipsis5{-webkit-line-clamp:5}/*超出5行省略号*/
.ellipsis6{-webkit-line-clamp:6}/*超出6行省略号*/
.ellipsis7{-webkit-line-clamp:7}/*超出6行省略号*/

.inner{width: 1600px;margin: 0 auto;position: relative}

/* 头部样式 */
.header{
    width:calc(100% - 225px); 
    height: 90px; 
    padding:0 140px 0 85px; 
    clear: both; 
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    display:flex;
    align-items: center;
    justify-content: space-between;
    position:fixed; top:0; z-index:999999; 
    --un-backdrop-blur: blur(6px);
    -webkit-backdrop-filter: var(--un-backdrop-blur);
    backdrop-filter: var(--un-backdrop-blur);
}
.header>.logo{width:126px; height:55px; display:block; background:url(../images/logo.svg) top center no-repeat; }
.header>div{ display:flex;  justify-content: space-between;}
/* 导航 */
.header .nav{width:850px; height:90px;  display:flex;  justify-content: space-between; margin-right:20px;}
.header .nav>li{padding:0 15px;}
.header .nav>li:hover{color:#DA251D; border-bottom:4px #da251d solid;}
.header .nav>li>a{font-size: 18px; color: #000; line-height:90px; display: block;}
.header .nav>li>a:hover{color:#DA251D;}
.header .nav>li.on{color:#DA251D; border-bottom:4px #da251d solid;}
.header .nav>li.on>a{color:#DA251D;}

.header .nav>li:hover>.sub-nav{display:block;}
.sub-nav{
    width: 100%; 
    line-height:40px; 
    background: rgba(255,255,255,0.99);
    position: absolute; 
    top:90px; 
    left:0; 
    z-index:99999999;
    padding-top:30px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .08);
    display:none;
}

.sub-nav>div{
    width: max-content;
    display: inline-block;
    display: flex;
    justify-content: center;
    position: relative;
    opacity: 0;
}
.sub-nav>div>dl{
    margin:0 10px;
    padding:0 10px;
}

.sub-nav>div>dl>dt{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
.sub-nav>div>dl>dd{
    font-size: 16px;
    color: #333333;
    padding:0 0px 0  0px;
}
.sub-nav a{
    color: #333333;
}
.sub-nav a:hover {
    color: #DA251D;
}

.header>div>.tel{ font-size: 16px; color: #333; line-height:80px; display:flex; align-items: center; padding-left: 80px; border-left: 1px solid #363c44; margin:5px 0; margin-right: 20px; background:url(../images/tel.png) 41px 31px no-repeat; }
/* .header>div>.tel img{width: 20px; height: 20px; margin-right: 10px;} */

.header>div>.search{width:23px;height:40px; position:relative; top:26px;  overflow: hidden;  display:flex; justify-content: space-between; align-items: center; padding-right:15px;}
.header>div>.search .keyword{display:none; border:0; width:220px; height:40px; background:rgba(0,0,0,0); padding-left:15px;}
.header>div>.search .btn{width: 23px; height: 23px; border:0; background:url(../images/search.png) no-repeat;}

.header>div>.search_on{background:#ddd; width:250px; height:40px; border-radius:40px; display:flex;}
.header>div>.search_on .keyword{ display:block;}
.header>div>.search_on .btn{background:url(../images/index_search.png) no-repeat;}

.header>div>.nav>i{
    display: none;
}

.header>i{
    display: none;
}

/* 语言选择 */
/* .lang{line-height:78px; background: url(../images/lang.png) 0 31px no-repeat; text-indent:23px;float: right;} */
/* 二级页面banner */
.banner{
    width: 100%;
    height: 460px; 
    text-align:center; 
    background-color:#6b6b6b; 
    background-repeat: no-repeat; 
    background-size: auto 100%; 
    background-position:50% 50%;
    background-size:cover; 
    clear: both; 
    display:flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    margin-top: 90px;
}
.banner h1{font-size: 40px; color: #fff; line-height: 65px; position: relative; margin-bottom: 30px;}
/* .banner h1::after{
    content: "";
    width: 77px;
    height: 4px;
    background: #DA251D;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
} */
.banner h2{font-size: 18px; color:#ffffff; line-height: 30px;margin-bottom:0px;}
.banner p{font-size: 18px; color:#f8f8f8; line-height: 30px;}

/* 当前位置 */
.breadcrumb{width: 100%; height:45px; line-height:45px; background:#f5f6fa; margin: 0 auto;}
.breadcrumb .inner{ display:flex; justify-content: space-between;}
.breadcrumb .tab{}
.breadcrumb .tab a{color: #323433; font-size: 16px;  line-height:43px; margin:0 25px 0 0; display: inline-block;}
.breadcrumb .tab a:hover{border-bottom: 2px solid #DA251D;}
.breadcrumb .tab a.on{border-bottom: 2px solid #DA251D;}
.breadcrumb .right{color: #666;}
.breadcrumb .right a{color: #666;}

.tit{width: 100%; height: 46px;line-height: 46px; font-size: 26px;color: #242e9b; font-weight: 400;  border-bottom: 1px #e1e1e1 solid;position: relative;}
.tit span{ border-bottom:3px #232e9a solid; position: absolute; left:0; top:0;}
/*.tit span:after{content: "";  width:105px; height:0; position: absolute; left:0; bottom:0;}*/
.tit a{ font-size: 15px;color: #656766; float:right;background: url(../images/icon_more.png) no-repeat right center;
    padding-right: 28px;}
.tit a:hover{color:#242e9b;}

/*翻页*/
#pagebox {
    width: 100%; 
    line-height:30px; 
    margin:20px auto 51px; 
    text-align: center; 
    display: flex; 
    justify-content: center;
    font-size:14px;
}
#pagebox span{
    display:block;
    color: #333;
    height:30px;
    padding:0 10px; 
    border-radius: 2px;
    background: #f2f2f7;
    margin:0 5px;
}
#pagebox a{
    display:block;
    color: #333;
    height:30px;
    padding:0 10px; 
    border-radius: 2px;
    background: #f2f2f7;
    margin:0 5px;
}

#pagebox a:hover{background: #DA251D;color: #fff}
#pagebox span.active{background: #DA251D;color: #fff}

.loading{
    text-align: center;
    font-size: 16px;
    color: #999;
    padding:150px 0 100px;
    position: relative;
    display: none;
}
.loading::after{ 
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #dbdbdb;
    border-top: 4px solid #da251d;
    position: absolute;
    top: 30%;
    left: 48%;
    transform: translate(-50%, -50%);
    animation: loading 1.5s infinite;
    animation-timing-function: linear;
}
@keyframes loading{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.empty{
    line-height: 200px;
    text-align: center;
    display: none;
}


/*版权区域*/
.footer{font-size:14px;line-height: 28px; color: #ecf0f3; background:#1f242c;  margin-top: 0px; padding-top: 120px; padding-bottom: 64px; clear: both;}
.footer .inner{display:flex; justify-content: space-between;}
.footer .navs{width:920px; text-align:center; display:flex; justify-content: space-between; padding:0px 0;}
.footer .navs dt a{color: #ecf0f3;}
.footer .navs dt{font-size:16px; margin-bottom:13px;}
.footer .navs df{
    width: 72px;
    height: 1px;
    margin:20px auto;
    position: relative;
    display: block;
}
.footer .navs df::after{content: ""; width: 72px; height: 1px; background: #919191; position: absolute; left: 0; bottom:0; top: 50%; transform: translateY(-50%); }
.footer .navs df::before{content: ""; width:10px; height: 10px; border-radius: 100%; background: #da251d; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index:999}

.footer .navs dd{color: #828487; line-height: 42px;}
.footer .navs dd a{color: #828487;}

.footer .left{width: 300px;}
.footer .left .logo{width:100%; margin-bottom: 50px; display: flex; gap:20px;}
.footer .left .logo img{width:50px;}
.footer .left .tel{width:100px; }
.footer .left .tel p{
    font-size: 16px;
    color: #FFFFFF;
}
.footer .left .tel div{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.footer .left .qrcode{width:100%; display: flex; justify-content: space-between; border-top: 1px #46494d solid; border-bottom: 1px #46494d solid; padding:16px;}
.footer .left .qrcode .ewm{width:113px; font-size: 14px; color: #abadae; text-align: center; }
.footer .left .qrcode .ewm img{width:113px; height:113px; background:#fff;}

.copyright{
    width:100%;
    font-size: 16px;
    line-height: 126px;
    color: #636567;
    background: #0e1419;
 }
.copyright .inner{display:flex; justify-content: space-between;}
.copyright a{color:#636567;}



/* 媒体查询 */
@media screen and (max-width: 1680px) {
    body{ zoom:0.9;}
    .inner { width: 1500px; }
    #smzx {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1538px) {
    body{ zoom:0.9;}
    .inner { width: 1400px; }
    #smzx {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1480px) {
    body{ zoom:0.9;}
    .inner { width: 1350px; }
}

@media screen and (max-width: 1366px) {
    body{ zoom:0.9;}
    .inner { width: 1250px; }
    .header {
        width: calc(100% - 100px);
        height: 90px;
        padding: 0 60px 0 40px;
    }
    .footer .navs{width:800px;}
}

@media screen and (max-width: 1280px) {
    body{ zoom:0.9;}
    .inner { width: 1000px; }
    .banner{height: 390px;}
    .footer .navs{width:600px;}
    .sub-nav>div>dl{
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    
    body{font-size:14px; zoom:0.7;} 
    .inner{width: 96%; margin: 0 auto; padding:0;}

    .header{
        background: #fff; align-items: center;
        padding:0;
        width:100%;
        margin:0 auto;
        height: 60px;
    }
    .header .logo {
        width: 133px;
        height: 46px;
        margin:10px 0 0 10px;
        background-size: 80% !important;
    }
    .header>div{
        width:100%;
        position: absolute;
        top:0px;
        right:0;
    }
    .header>i{
        width: 28px;
        height: 24px;
        position: absolute;
        right: 10px;
        top: 17px;
        cursor: pointer;
        z-index: 99;
        display: block;
    }
    .header>i::after{
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        right:0px;
        top:0px;
        z-index: 3;
        border-top:4px #0744ad solid;
        border-bottom:4px #0744ad solid;
    }
    .header>i::before{
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: #0744ad;
        position: absolute;
        right:0px;
        top:12px;
        z-index: 3;        
    }
    .header>div>.nav{
        width:100%;
        height: 110vh;
        position: absolute;
        top:0px; 
        right:0;
        z-index: 999999;
        flex-direction: column;
        justify-content: normal;
        background: rgba(0, 0, 0, .88);
        margin:0;
        padding-top:60px;
        overflow: auto;
        display: none;
         position: relative;
     }
     .header>div:hover>.nav{
        display: block;
        
     }
     .header>div>.nav>li{
        margin-bottom: 5px;
     }
     .header>div>.nav>li:hover{
        border:0;
     }
     .header>div>.nav>li.on{
        border:0;
     }

    .header>div>.nav>li>a{
        line-height: 2.7;
        color: #fff;
        text-align: center;
        font-weight: 600;
        /* background: rgba(143, 143, 143, 0);
        border-bottom: #4f4f4f solid 0px; */
    }
    .nav>li.on{
        border:0;
        background: transparent;
    }
    .nav>li:hover{
        border:0;
        background: transparent;
    }

    .nav>li:hover>.sub-nav{
        text-align: center;        
    }
    .sub-nav{ 
        position: relative;
        display: block;
        padding: 18px 0;
        top:0;
        background: transparent;
        line-height: 1.5;
    }
    .sub-nav a {
        color: #ffffff;
        font-weight: 200;
    }

    .sub-nav>div{
        width:100%;
        padding:0;
        margin:0;
        background: transparent;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        opacity: 1;
    }
    .sub-nav>div>dl{
        width: 25%;
        margin:0px 0 0;
        padding:0;
    }
    .sub-nav>div>dl>dt{
        margin:0;
        text-align: center;
        font-weight: 400;
        color: #ffffff;
        border:0;
        font-size:18px;
        line-height: 1.5;
    }
    .sub-nav>div>dl>dd{
        display: none;
        text-align: center;
        padding:0;
    }
    .sub-nav>div>dl>dd a{
        /* display: none; */
        font-size:12px;
    }

    
    /* #sldpzx dd{ display: none;}
    #swrcpx dd{ display: none;}
    #smzx dd{ display: none;}
    #smsc dd{ display: none;} */
    

    .header>div>.tel{display: none;}
    .header>div>.search{display: none;}
    .header>div>.nav>i{
        width: 32px;
        height: 32px;
        line-height: 32px;
        position: absolute;
        right: 10px;
        top: 14px;
        color:#fff;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        z-index: 999999;
        display: block;
    }
    
    .logo{padding-top:0px;height:40px;}
    .logo img{height:40px;}
   
    .banner {
        height: 45vw;
        margin-top: 60px;
    }

    .banner h1{font-size: 1.1rem; margin:0; line-height: 1.5;}
    .banner p{display: none;}
   

    #pagebox{overflow-x: hidden;margin: 35px auto}
    #pagebox span,#pagebox a{padding: 0 10px;height: 25px;line-height: 25px;}


 
    .footer{display: none;}
    .copyright{
        border:0;
        line-height: 5;
        display: flex;
        justify-content: space-between;
    }


}