body,ul,p,h1,h2{
    margin: 0;
    padding: 0;;
}
li {list-style-type:none;}

body{
    min-width: 800px;
    font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, WenQuanYi Micro Hei, sans-serif;
}
@media (min-width:900px) {
    .content,.footer-bg,.header-bg{
        width: 900px;
    }
    .footer-bg{
        background-position-x: -35px;
    }

}
@media  (max-width:900px){
    .content,.footer-bg.header-bg{
        width: 800px;
    }
    .footer-bg{
        background-position-x: -75px;
    }
 
}
.content{
    margin: 0 auto;
}

.header{
    background: #1A2440;
}
.header-content{
    position: relative;
    z-index: 1;
    background: url("./imgs/head_bg_left.png");
    background-repeat: no-repeat;
    background-size: 428px 244px;
    background-position-y: 100px;
}
@media  (max-width:900px){
    .header-content{
        background-position-x: -30px;
    }
}
@media (min-width:900px) {
    .header-content {
        background-position-x: 15px;
    }

}
.header{
    position: relative;
}
.header-bg-box,.header-bg-gray,.header-bg-blue{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.header-bg-gray,.header-bg-blue{
    display: flex;
}
.header-bg-gray>div,.header-bg-blue>div{
    height: 100%;
}
.bg-gray-right,.bg-gray-left,.bg-blue-left,.bg-blue-right{
    flex: 1;
}

/* .header{
    background: transparent;
}
.header-bg-gray,.header-bg-black{
    display: none;
} */

.bg-gray-left{
    background: rgba(23,33,67,0.6);
}
.bg-gray-con{
    width: 900px;
    background-image: linear-gradient(90deg, rgba(23,33,67,0.6) 0%, rgba(60,52,97,0.00) 100%);
}
.bg-gray-right{
    background:rgba(60,52,97,0.00);
}
.bg-blue-left{
    background:rgba(60,52,97,0.00)

}
.bg-blue-con{
    width: 900px;
    background-image: linear-gradient(264deg, rgba(66,109,196,0.2) 0%, rgba(60,52,97,0.00) 100%);
}
.bg-blue-right{
    background: rgba(66,109,196,0.2);

}
.header-bg-black{
    position: absolute;
    width: 100%;
    height: 135px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 19%, rgba(0,0,0,0.20) 100%);
}
.header-bg{
    padding:40px 0 0 10px;
    margin: 0 auto;
    background: url("./imgs/head_bg_right.png");
    background-repeat: no-repeat;
    background-size: 100% 305px;
    background-position: 170px 40px;
}
.header-logo-box{
    width: 62px;
    padding-bottom: 95px;
}
.header-logo-box>img{
    width: 100%;
    height: 100%;
}
.header-logo-title{
    padding-bottom: 100px;
}
.title-img-box{
    width: 375.2px;
    margin-left: -10px;
}
.title-img-box>img{
    width: 100%;
    height: 100%;
}
.header-title-description{
    overflow: hidden;
}
.header-title-description>li{
    opacity: 0.6;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    float: left;
}
.header-title-description>li:not(:last-child){
    margin-right: 46.7px;
    position: relative;
}
.header-title-description>li:not(:last-child):before { 
    content:'';
    display: block;
    position: absolute;
    left: 100%;
    margin-left: 11.3px;
    top: 50%;
    margin-top: -0.5px;
    width: 24px;
    height: 1px;
    opacity: 0.6;
    background: #FFFFFF;
    border-radius: 0.5px;
    
}
.main{
    padding: 45px 0  60px 0;
}
.main-title-box{
    position: relative;
}
.title-icon{
    color: #ECECF6;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 2%;
}
.title-content{
    padding: 20px;
    position: relative;
    z-index: 1;
    font-size: 22px;
    color: #191F25;
    line-height: 30px;
    text-align: center;
    padding-bottom: 50px;
    background: linear-gradient(360deg, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);}

.main-description{
    font-size: 14px;
    color: #687078;
    text-align: justify;
    line-height: 28px;
    padding-bottom: 40px;
}
.description-title{
    font-size: 16px;
    color: #191F25;
    line-height: 22px;
    padding-bottom: 14px;
}
.description-totle-box>h2{
    display: inline-block;
}
.description-padding{

}
.footer{
    background-color: #1A2440;;
    position: relative;

}
.footer-content{
    padding: 40px 0;
    background-image: url('./imgs/foot_bg_right.png');
    background-repeat: no-repeat;
    background-position:100% 0;
    background-size:auto 50%;
}
.footer-bg{
    position: relative;
    z-index: 2;
    background-image: url("./imgs/foot_bg_left.png");
    background-size: 100% 200px;
    background-position-y: 0;
    background-repeat: no-repeat;
    margin: auto;
}
.footer-bg-black{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.40) 100%);
}
.footer-logo-box{
    width: 62px;
    padding-bottom: 27px;
}
.footer-logo-box>img{
    width: 100%;
    height: 100%;
}
.footer-info-box{
    font-size: 12px;
    color: rgba(255, 2555, 255, 0.4);
    line-height: 20px;
    overflow: hidden;
}
.info-box-left{
    float: left;
}
.info-box-right{
    float: right;
    text-align: right;
}
.icon-badge{
    background-image: url('./imgs/badge.png');
    width: 20px;
    height: 14px;
    background-size: 13px 14px;
    background-position: 7px 0;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: 1;
    margin-bottom: -2.5px;
}
.icp-filing{
    text-decoration:none;
    color: rgba(255, 2555, 255, 0.4);
}