@font-face {
  font-family: 'HuXiaoBo';
  src: url('../images/new_img/HuxiaoBo.otf') format('opentype');
}
:root {
    --swiper-theme-color: #ffc107;
}
::-webkit-scrollbar {
    width: 5px; 
}
 
::-webkit-scrollbar-track {
    background: transparent; 
}
 
::-webkit-scrollbar-thumb {
    background: #FED568; 
}
 
::-webkit-scrollbar-thumb:hover {
    background: #FED568; 
}
html, body {
    background: #000;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

ul li {
    list-style: none;
}

ul {
    padding-left: 0;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    color: inherit;
}

.h100 {
    height: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 20px;
    background: #221a18;
}

header .nav .nav-item {
    position: relative;
}

header .nav .nav-link {
    color: #ffffff;
    height: 78px;
    display: flex;
    align-items: center;
}

header .nav .nav-item .nav-link:hover, header .nav .nav-item .down-menu li a:hover {
    color: #E44E3E;
    cursor: pointer;
    /* padding-bottom: 38px; */
    /* margin-top: 20px; */
}
.big-circle{
    width: 322px;
    height: 322px;
    border: 1px solid #ffffff2e;
    border-radius: 50%;
    position: absolute;
    top: -110px;
    z-index: 2;
    left: 156px;
}
.samll-circle{
    width: 167px;
height: 167px;
border-radius: 50%;
border: 1px solid #ffffff2e;
margin: calc((100% - 167px)/2)  auto;

}
.navbar-brand{
    height: 78px;
}


header .nav .nav-item .down-menu {
    width: 156px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    position: absolute;
    top: 100%;
    border-top: 5px solid #E34D3D;
    left: calc(50% - 156px / 2);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .2s;
    /* margin-top: 27px; */
    /* display: none; */
    z-index: 2;
}

header .nav .nav-item .down-menu li a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 10px;
}

header .nav .nav-item:hover .down-menu {
    height: auto;
    opacity: 1;
}

header .nav .nav-item.active .nav-link {
    color: #E44E3E;
}

.nav{
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,.4);
}
.nav::after{
    /* content: ''; */
    position: absolute;
    width: 100%;
    bottom:-30px;
    height: 2px;
    opacity: .4;
    background: #FFFFFF;
}
header .nav .search-box {
    width: 259px;
    height: 50px;
    padding: 0 27px;
    background: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    position: absolute;
    right: 0;
    top: 80px;
    border: none;
    display: none;
}

header.bgn {
    background: none;
}

header.on {
    background: rgba(0, 0, 0, .6)
}
.banner img {
    width: 100%;
}
.bg-black {
    background: #000000;
}

footer.foot-box {
    /* background: linear-gradient(to top, rgba(228, 89, 62, 0.2) 0%, #000000 73%), #000000; */
    background: url("../images/new_img/footer_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 140px;
}

.foot-box {
    position: relative;
    padding: 72px 0;
}

.foot-box .fask {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.foot-box .company-msg {
    width: 401px;
    margin-right: 225px;
    object-fit: contain;
    font-size: 12px;
    color: #FFFFFF;
}

.foot-box .company-msg img {
    margin-bottom: 79px;
}

.foot-box .company-msg .phone-no {
    margin: 30px 0;
}

.foot-box .about-msg {
    width: 100%;
}

.foot-box .about-msg .item {
    width: 25%;
    padding: 0;
    margin-bottom: 40px;
}

.foot-box .about-msg .item .tit {
    font-size: 16px;
    color: #F26051;
    line-height: 34px;
    display:inline-block
}
.foot-box .about-msg .item .tit:after {
    content: '';
    display:block;
    height: 3px;
    width: 0%;
    transition: all .2s;
    background: #F26051;
}
.foot-box .about-msg .item:hover .tit:after {
    width: 100%;
}


.foot-box .about-msg .item ul {
    padding: 0;
    margin: 0;
    opacity: .7;
    transition: all .2s;
}
.foot-box .about-msg .item:hover ul {
    opacity: 1
}

.foot-box .about-msg .item ul li {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 34px;
    transition: all .2s;
}
.foot-box .about-msg .item ul li:hover {
    color: #F26051;
}

.foot-box .about-msg .item .cimg a {
    margin-right: 20px;
}

.foot-box .about-msg .item .cimg a img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.foot-box .about-msg .item:last-child .tit {
    color: #FFFFFF;
}

.foot-box .copyright {
    font-size: 12px;
    color: #FFFFFF;
    /* line-height: 34px; */
    text-align: center;
}

.sort-page {
    /*padding: 100px 0 115px;*/
}

.sort-page .num {
    width: 76px;
    height: 76px;
    line-height: 76px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 19px;
}

.sort-page .num:hover, .sort-page .num.active {
    color: #E44E3E;
    border: 2px solid #E44E3E;
}

.sort-page .next, .sort-page .prev {
    width: 74px;
    height: 74px;
    background: #F6D487;
    border-radius: 50%;
    margin: 0 19px;
}

.sort-page .next img, .sort-page .prev img {
    width: 37px;
    /* height: 29px; */
}

.sort-page .next:hover, .sort-page .prev:hover {
    background: #E44E3E;
}

.no-bg {
    background: none;
}
.m-show {
    display: none;
}
.cimg .code-item .code {
    background: url('../images/foot/code_bg.png') center no-repeat;
    position: absolute;
    top: -228px;
    width: 202px;
    height: 216px;
    left: calc(50% - 101px);
    display: none;
    padding: 5px;
}
.foot-box .about-msg .item:last-child {
    width: 50%;
}

.cimg .code-item:hover .code {
    display: block;
}
.cimg .code-item {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    max-width: 58px;
}
.cimg .code-item .ccur {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
.cimg .code-item:hover .ccur {
    opacity: 1;
}
.searchIcons {
    display: none;
}
@media (max-width: 990px) {
    
    header .nav .nav-item .down-menu  {
        display: none;
    }
.searchIcons {
    display: block;
    position: absolute;
    right: 60px;
}
#searchIcon {
    display: none;
}
.m-show {
    display: block;
}

.big-circle {
    display: none;
}
.m-hide {
    display: none;
}

    header .nav .nav-item .down-menu  {
        position: static;
        width: 100%;
        text-align: left;
        border: none;
        padding-left: 32px;
    }
    header .nav .nav-item .down-menu li a {
        text-align: left;
    }
    header .nav .nav-item.active .nav-link {
        display: inline;
    }
    header {
        padding-top: 0;
        background: #221a18 !important;
    }

    .banner {
        padding-top: 64px;
    }
    
    header .navbar .container-fluid:after {
        content: "\e621";
        font-family: "iconfont" !important;
        font-size: 32px;
        color: #FFFFFF;
    }

    header .navbar .container-fluid .nav {
        position: fixed;
        right: -320px;
        top: 0;
        width: 320px;
        height: 100%;
        display: block;
        background: #000;
        padding: 20px;
        opacity: 0;
        transition: all .5s;
        z-index: 9999;
    }
header .nav .nav-link {
    height: 32px;
}
    header .navbar .container-fluid .nav.show {
        right: 0px;
        opacity: 1;
    }

    footer .d-flex {
        display: block !important;
    }
.foot-box .copyright {
    text-align: left;
}
    footer .company-msg {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        /* justify-content: center; */
        width: 100% !important;
        margin: 0;
        /* text-align: center; */
    }

    footer .company-msg img {
        margin-bottom: 10px !important;
        max-width: 200px;
    }

    footer .about-msg .item {
        display: none;
    }
    
    footer .about-msg .item:last-child {
        display: block;
        width: 100%!important;
        margin-bottom: 20px;
    }
    .foot-box .about-msg .item .tit {
        display: none;
    }
   footer .about-msg .cimg {
         display: flex!important;
     }
} 
@media (max-width: 480px) {
    .navbar-brand {
        height: 32px;
        padding-top: 0;
    }
    .navbar-brand img {
        height: 32px!important;
    }
    .e-mail {
        font-size: 16px;
    }
    .cimg .code-item {
        width: 38px;
        max-width: 38px;
    }
    .foot-box .company-msg .phone-no {
        margin: 20px 0;
    }
    .sort-page .num {
        width: 42px;
        height: 42px;
        line-height: 42px;
        margin: 0 6px;
    }
    
    .sort-page .next, .sort-page .prev {
        width: 64px;
        height: 64px;
        background: #F6D487;
        border-radius: 50%;
        margin: 0 19px;
    }
    .uni-page .next img, .sort-page .prev img,
    .sort-page .next img, .sort-page .prev img {
        width: 16px !important;
        /* height: 29px; */
    }
    .uni-page .pagination .page-item {
              width: 74px;
        height: 74px;
        background: #F6D487;
        border-radius: 50%;
        overflow: hidden;
          margin: 0 19px;
    }
   .uni-page {
       padding: 0!important;
   }
    .uni-page .pagination .page-item:first-child .page-link {
         background: url('../images/right.png') no-repeat center !important;
    }
    
    .uni-page .pagination .page-item:last-child .page-link {
         background: url('../images/left.png') no-repeat center !important;
        
    }
    .uni-page .pagination .page-item:first-child .page-link,
    .uni-page .pagination .page-item:last-child .page-link {
        text-indent: 100px;
         margin: 0!important;
    }
 
}