@charset "utf-8";
/* CSS Document */
/*全局样式*/
/* *{padding:0;margin:0 auto;}  */
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,p,span,a{border:0;} 
img,input{border:none;vertical-align:middle;} 
body{font-family:Tahoma,Arial,Helvetica,"微软雅黑"; color:#333333;} 
html{overflow-y:scroll;} 
ul,ol{list-style-type:none;} 
th,td,input{font-size:12px;} 
h3{font-size:14px;} 
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;} 
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;} 
.clear{clear:both;font-size:1px;height:0;visibility:hidden;line-height:0;} 
.clearfix:after{content:"";display:block;clear:both;} 
.clearfix{zoom:1;} 
a:link,a:visited{text-decoration:none;color:#cdbb7c;} 
a:hover,a:active{text-decoration:none;color:#cdbb7c;cursor: pointer;}
.clearfloat{clear: both;}

li,li ,li a,ul{color:#333333;}
.claer{ clear:both;}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.official_website_container{
    position: relative;
    /* overflow: auto; */
}
.official_website_container .website_module_item{
    padding-left:180px;
    padding-right:180px;
}
.website_header{
    position: fixed;
    top:0;
    left:0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    height:60px;
}
.website_header.active{
    background-color: #ffffff;
}
.website_header .website_logo{
    height:23px;
}
.website_header .website_nav{
    display: flex;
    font-size: 14px;
    font-weight: 700;
}
.website_header .website_nav .nav_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left:80px;
    cursor: pointer;
}
.website_header .website_nav .nav_item.active{
    color:#3C50FF;
}
.website_header .website_nav .nav_item span {
    display: inline-block;
    width: 15px;
    height: 3px;
    margin-top:3px;
    border-radius: 75px;
}
.website_header .website_nav .nav_item.active span {
    background: #3C50FF;
}
.website_header .website_nav a{
    color:#333333;
}
.website_banner_container{
    position: relative;
    width:100%;
    /* height:600px; */
    /* background-image: url(../img/website_banner_bg.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.website_banner_img{
    width:100%;
}
.website_banner_content{
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:80%;
    height:100%;
    padding-left:240px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.website_banner_container .website_slogn{
    font-size: 45px;
    font-weight: 700;
    color:#222326;
}
.website_banner_container .slogn_tip{
    font-size: 18px;
    font-weight: 500;
    color:#83898D;
    line-height:60px;
}
.website_banner_container .consult_btn{
    width: 158px;
    height: 46px;
    line-height: 46px;
    margin-top:50px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color:#fff;
    border-radius: 5px;
    background: linear-gradient(90deg, #3C50FF 0%, #02A6FF 100%);
    cursor: pointer;
}
.website_banner_container .business_introduction{
    position: absolute;
    bottom:-38px;
    display: flex;
    justify-content: space-between;
    width:100%;
}
.business_introduction .business_item{
    /* flex-shrink: 0; */
    display: flex;
    /* align-items: center; */
    /* width: 260px; */
    width:calc(25% - 10px);
    height: 78px;
    padding:17px 18px 0;
    border-radius: 10px;
    background: linear-gradient(137.93deg, rgba(238, 247, 254, 1) 0%, rgba(254, 254, 255, 1) 100%);
    border: 3px solid rgba(255, 255, 255, 1);
}
.business_content{
    display: flex;
}
.business_item .business_img{
    flex-shrink: 0;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    margin-right:10px;
    border-radius: 50%;
    border: 1.4px solid rgba(196, 196, 196, 1);
}
.business_item .business_img img{
    width:12px;
    /* padding:6px;
    border-radius: 50%;
    border: 1.4px solid rgba(196, 196, 196, 1); */
}
.business_text .business_title{
    font-size: 15px;
    color: #2F2F33;
}
.business_text .business_introduce{
    font-size: 12px;
    color: #B2BAC5;
}
/* 底部 */
.website_footer{
    /* position: absolute; */
    bottom:20px;
    width: 100%;
    height: 142.5px;
    margin-top:100px;
    background: #EFF0F8;
}
.website_footer .filing_info{
    position: absolute;
    bottom:0;
    width:100%;
    height: 40px;
    line-height: 40px;
    background: #232ED1;
    color:#ffffff;
    text-align: center;
    font-size: 15px;
}
.website_footer .filing_info a{
    color:#ffffff;
}
.unite_container{
    margin-top:46px;
}
.unite_container .unite_content{
    width:100%;
    height: 100%;
}
.unite_container .unite_content img{
    width:100%;
}