@font-face {
    font-family: 'Figtree-Regular';
    src: url('../fonts/Figtree-Regular.ttf');
}
body {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 200;
    visibility: visible;
    font-family:'Figtree-Regular',arial,sans-serif;
    color: #000;
  }
  
p{
    margin-bottom: 10px;
}
ul,li{
    list-style: none;
}
ul{
    padding-left: 0px;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: #0a0094;
}

.pc{
    display: block;
}@media(max-width:992px){
    .pc{
        display: none;
    }
}

.w-90{
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.btn:focus,
.btn:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
}




.top{
    height: 42px;
    background-color: #0a0094;
    padding: 0;
    margin: 0;
}
.top .top-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top .top-bar .top-left{
    color: #fff;
    line-height: 42px;
}
.top .top-bar .top-left a{
    color: #fff;
}

.top .top-bar .top-right{
    display: flex;
    justify-content: end;
    align-items: center;
    color: #fff;
    line-height: 42px;
}

.top .top-bar .top-right li a{
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}
.top .top-bar .top-right li a:hover{
    text-decoration: underline !important;
}

@media (min-width:993px){
    .header.scrolled{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0px 0px 3px #eee;
    }
}


.header{
    background-color: #fff;
    padding: 0;
    margin: 0;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 3px #eee;
}
.header .logo-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo-bar .logo{
    padding: 20px 0px;
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}
.header .logo-bar .logo h4{
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #0a0094;
}
.header .logo-bar .logo img{
    max-width: 100px;
}
.header .logo-bar .search .form-control{
    border: 1px solid #ccc;
    width: 300px;
    font-size: 14px;
}
.header .logo-bar .search .btn-outline-secondary{
    background-color: #0a0094;
    color: #fff;
}

.header .nav-bar{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0px;
    row-gap:0px;
    flex-wrap: wrap;
}
.header .nav-bar li{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.header .nav-bar a{
    color: #333;
    line-height: 40px;
}
.header .nav-bar li:hover{
    background-color: #0a0094;
}
.header .nav-bar li:hover a{
    color: #fff;
}

.header .nav-bar li .erji{
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 9;
    min-width: 150px;
    display: none;
}
.header .nav-bar li:hover .erji{
    display: block;
}
.header .nav-bar li .erji p{
    margin-bottom: 0px;
}
.header .nav-bar li .erji p a{
    line-height: 36px;
    font-size: 14px;
    color: #444;
    padding-left: 15px;
    padding-right: 15px;
}
.header .nav-bar li .erji p:hover{
    background-color: #0a0094;
}
.header .nav-bar li .erji p:hover a{
    color: #fff;
}

@media (max-width:992px){
    .header .logo-bar .search{
        display: none;
    }
    .top .top-bar .top-left{
        display: none;
    }
}






.banner{
    padding: 0;
    margin: 0;
}
.banner .swiper-pagination-bullet-active{
    background-color: #0a0094;
}


.pic{
    overflow: hidden;
}
.pic img{
    transition: all .3s;
}
.pic:hover img{
    transform: scale(1.1);
}



.hotcp{
    padding-top: 50px;
    padding-bottom: 60px;
}
.hotcp .hotcpitem{
    margin-bottom: 20px;
}
.hotcp .hotcpitem .pic01{
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
}
.hotcp .hotcpitem .wenzi{
    padding: 10px 0px;
    text-align: left;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.hotcp .hotcpitem .wenzi:hover{
    text-decoration: underline !important;
}

.hotcp h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}


.more{
    margin-top: 40px;
    text-align: center;
}
.more a{
    padding: 10px 35px;
    border: 1px solid #0a0094;
    color: #000;
    transition: all .3s;
}
.more a i{
    margin-left: 15px;
}
.more a:hover{
    background-color: #0a0094;
    color: #fff;
}



.h-about{
    padding: 60px 0px;
    background-color: #e4e4e4;
}
.h-about .ab h2{
    color: #000;
    font-size: 20px;
}
.h-about .ab p{
    color: #444;
    margin-bottom: 0;
}
@media (min-width:993px){
    .h-about .ab{
        padding-right: 10%;
    }
}






.partner{
    padding-top: 60px;
    padding-bottom: 60px;
}
.partner h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.partner .hzSwiper{
    padding-bottom: 50px;
}
.hzSwiper .swiper-pagination-bullet-active{
    background-color: #0a0094;
}