/* 重置元素的默认样式 */
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
a:visited,a:link{
    text-decoration: none;
}
hr{
    border: none;
}
body{
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
    font-size: 16px;
    color: #66666e;
    width: 100%;
    background: #fff;
}
.width_1080px{
    width: 1080px;
}
.header_contact{
    height: 48px;
    background: linear-gradient(-7deg, #2179A6, #1C478F);
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.header_contact div{
    width: 1080px;
}
.header_tab {
    height: 104px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    display: flex;
    justify-content: center;
}
.header_contact .phone_l  {
    margin-right: 26px;
}
header,section,footer,nav{
    width: 100%;
}
/* header 以及 nav 的样式 */
header{
    height: 60px;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
}
.headerCon{
    width: 1080px;
    display: flex;
    align-items: center;
    height: 100%;
}
.headerCon>img{
    height: 51px;
}
.headerCon ul{
    margin-left: 200px;
    height: 60px;
    align-items:center;
    display: flex;
    justify-content: center;
    height: 100%;
}
.headerCon ul li{
    color: rgba(255,255,255,0.4);
    justify-content:center;
    -webkit-justify-content: center;
    height: 60px;
    -webkit-align-items:center;
    align-items:center;
    float: left;
    margin-left: 48px;
    line-height: 26px;
    height: 100%;
    display: flex;
}
.headerCon ul li.act{
    color: #1957B0;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 4px solid #0B3FAD;
}
.headerCon ul li.act>a {
    color: #1957B0;
}
.headerCon ul li>a {
    font-size: 20px;
}
.headerCon ul li>a:hover{
    color: #1957B0;
    font-size: 20px;
    font-weight: 500;
}
.headerCon ul li>a{
    color: #333;
    white-space: nowrap;
    display: flex;
    height: 100%;
    align-items: center;
}
.headerCon>a{
    display: block;
    position: absolute;
    right: 0;
    height: 30px;
    top: 15px;
    color:  rgba(255,255,255,0.4);
    line-height: 30px;
    width: 60px;
    text-align: right;
}
.headerCon>a img{
   /* position: absolute;
    left: 8px;
    top: 5px;*/
}
/* banner部分样式 */
section{
}
section>.banner{
    height: 426px;
    background: url(../img/banner-new.png) no-repeat center;
    background-size: 1920px 426px;
    display: flex;
    justify-content: center;
}
section>.banner .content{
    width: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section>.banner .content h1{
    font-size: 48px;
    font-weight: bold;
    color: white;
    margin-bottom: 36px;
}
section>.banner .content span{
    font-size: 28px;
    color: white;
}
/* 核心摘要 */
.core{
    margin: 0 auto;
    padding: 42px 0 76px 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(234, 234, 234, 0.54);
}
.core>ul{
    overflow: hidden;
    width: 1080px;
}
.core>ul>li{
    float: left;
    text-align: center;
    width: 25%;
}
.core>ul>li>h4{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #201F1F;
    margin-top: 20px;
}
.core>ul>li>p{
    color: #A2A2A2;
    font-size: 18px;
    padding-top: 18px;
    text-align: center;
}
/* 关于我们 */
.about_us_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 94px;
}
.about_us_div .about_kc {
    display: flex;
    width: 1080px;
    
}
.about_us_div .about_kc .p_01{
    width: 53px;
    height: 115px;
    background: linear-gradient(170deg, #275BC8, #1F7FC2);
    border-radius: 4px 4px 0px 0px;
    margin-right: 33px;
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4px;
}
.about_us_div .about_kc .about_content_div{
    flex: 1;
}
.about_us_div .about_kc .about_content_div .about_up{
    display: flex;
    margin-bottom: 20px;
}
.about_us_div .about_kc .about_content_div .about_up .des_div{
    margin-top: 20px;
    padding-right: 24px;
}
.about_us_div .about_kc .about_content_div .about_up .des_div .title{
    font-size: 34px;
    font-weight: 600;
    color: #232829;
}
.about_us_div .about_kc .about_content_div .about_up .des_div .english{
    font-size: 24px;
    font-weight: 400;
    color: #9B9B9B;
    margin-top: 7px;
    margin-bottom: 37px;
}
.about_us_div .about_kc .about_content_div .about_up .des_div .kc_span{
    font-size: 18px;
    font-weight: 300;
    color: #686868;
    line-height: 30px;
}
.about_us_div .about_kc .about_content_div .about_up .des_div .title_com{
    font-size: 24px;
    font-weight: 600;
    color: #201F1F;
    margin-top: 83px;
}
.about_us_div .about_kc .about_content_div .about_up img{
    width: 559px;
    height: 343px;
}
.about_us_div .about_kc .about_content_div .company_breif{
    line-height: 30px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #686868;
}
.about_us_div .cultrue_div {
    height: 425px;
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    margin-top: 148px;
    background: url(../img/blue_bg.jpg) no-repeat center;
    background-size: 1920px 100%;
}
.about_us_div .cultrue_div .cul_bg_div {
    top: 90px;
    position: absolute;
    text-align: center;
}
.about_us_div .cultrue_div .cul_bg_div p{
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
}
.about_us_div .cultrue_div .cul_bg_div span{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.about_us_div .cultrue_div .cul_llist_div{
    background: rgba(0,0,0 , 0);
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.about_us_div .cultrue_div .cul_llist_div ul{
    display: flex;
    justify-content: space-between;
    width: 1080px;
}
.about_us_div .cultrue_div .cul_llist_div ul li{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    background: #FFFFFF;
    box-shadow: 0px -10px 40px 0px rgba(106, 118, 138, 0.34);
    border-radius: 7px;
    height: 329px;
}
.about_us_div .cultrue_div .cul_llist_div ul li img{
    margin-top: 50px;
    width: 64px;
    height: 64px;
}
.about_us_div .cultrue_div .cul_llist_div ul li p{
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #201F1F;
    margin-bottom: 30px;
}
.about_us_div .cultrue_div .cul_llist_div ul li span{
    font-size: 18px;
    font-weight: 400;
    color: #999;
    text-align: center;
    padding: 0 12px;
}
/* 平台优势 */
.plateform_advantage_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #F2F2F2;
    padding-bottom: 50px;
}
.plateform_advantage_div .cul_bg_div{
    margin-top: 250px;
}
.plateform_advantage_div .cul_bg_div p{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #195090;
    text-align: center;
}
.plateform_advantage_div .cul_bg_div span{
    font-size: 24px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #B6B6B6;
}

.plateform_advantage_div .plate_desc{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #686868;
    width: 1080px;
    text-align: center;
    margin: 40px 0;
}
.plateform_advantage_div .plate_list_div{
    width: 1080px;
}
.plateform_advantage_div .plate_list_div ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1080px;
}
.plateform_advantage_div .plate_list_div ul li{
    width: 520px;
    background: #fff;
    height: 250px;
    margin: 1px;
    transition: 0.3s;
    padding-bottom: 20px;
}
.plateform_advantage_div_li_first{
    padding-bottom: 12px !important;
    margin-right: 10px !important;
    box-shadow: 0 3px 15px 3px rgba(51, 51, 51, 0.15);
}
.plateform_advantage_div .plate_list_div ul li:hover {
    padding-bottom: 12px;
    margin-right: 10px;
    box-shadow: 0 3px 15px 3px rgba(51, 51, 51, 0.15);
    /* box-shadow: 0px 11px 57px 0px rgba(0, 0, 0, 0.05); */
}
.plateform_advantage_div .plate_list_div ul li .item{
    cursor: pointer;
}
.plateform_advantage_div .plate_list_div ul li .content{
    padding: 50px 24px;
    cursor: pointer;
    display: flex;
    
}
.plateform_advantage_div .plate_list_div ul li .num_div{
    
}
.plateform_advantage_div .plate_list_div ul li  .content .num{
    font-size: 30px;
    font-family: AXIS;
    font-weight: normal;
    color: #C3C3C3;
}
.plateform_advantage_div .plate_list_div ul li .num_div .title{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #201F1F;
    padding-left: 6%;
}
.plateform_advantage_div .plate_list_div ul li .p1_desc{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #686868;
    padding: 10px 6%;
}
.plateform_advantage_div .plate_list_div ul li .p2_desc{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #686868;
    padding-left: 6%;
    
}
.company_dynamic_div{
    background: url(../img/blue_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 68px;
}
.company_dynamic_div .content{
    width: 1080px;
}
.company_dynamic_div .content .title_div{
    display: flex;
    margin-top: 70px;
}
.company_dynamic_div .content .title_div .num{
    background: linear-gradient(170deg, rgba(32, 143, 221, 0.75), rgba(114, 187, 235, 0));
    background-color: white;
    border-radius: 4px 4px 0px 0px;
    font-size: 34px;
    font-family: Myriad Pro;
    font-weight: bold;
    color: #195090;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2px;
    margin-right: 34px;
    width: 53px;
    justify-content: center;
    height: 115px;
}
.company_dynamic_div .content .title_div .news_div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.company_dynamic_div .content .title_div .news_div h4{
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.company_dynamic_div .content .title_div .news_div span{
    font-size: 24px;
    font-family: Gill Sans;
    font-weight: 400;
    color: #93D4F2;
}

.company_dynamic_div .content .list_div{
    margin-top: 50px;
}
.company_dynamic_div .content .list_div ul{
    display: flex;
    justify-content: space-between;
}
.company_dynamic_div .content .list_div ul li{
    list-style: none;
    height: 440px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    width: 45%;
    background: white;
    max-width: 500px;
}
.company_dynamic_div .content .list_div ul li > img{
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}
.company_dynamic_div .content .list_div ul li > p{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #201F1F;
    margin-left: 35px;
    margin-top: 30px;
    margin-bottom: 28px;
}
.company_dynamic_div .content .list_div ul li > span{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #686868;
    margin-left: 35px;
    line-height: 30px;
}
.company_dynamic_div .content .list_div ul li .a_div{
    margin-left: 35px;
    margin-top: 30px;
    padding-bottom: 22px;
    display: flex;
    align-items: center;
}
.company_dynamic_div .content .list_div ul li .a_div a{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    text-decoration: underline;
    color: #195090;
}
.company_dynamic_div .content .list_div ul li .a_div img{
    width: 28px;
    height: 28px;
}

.information_div {
    background: white;
    padding-bottom: 64px;
    display: flex;
    justify-content: center;
}
.information_div .content{
    width: 1080px;
    display: flex;
    margin-top: 70px;
}
.information_div .title_div{
    display: flex;
    margin-top: 70px;
}
.information_div .content .info_div{
    flex: 1;
}
.information_div .content .num{
    background: linear-gradient(170deg, #275BC8, #1F7FC2);
    border-radius: 4px 4px 0px 0px;
    font-size: 34px;
    font-family: Myriad Pro;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2px;
    margin-right: 34px;
    width: 53px;
    justify-content: center;
    height: 115px;
    margin-top: 40px;
}
.information_div .title_div .news_div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.information_div .title_div .news_div h4{
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #232829;
}
.information_div .title_div .news_div span{
    font-size: 24px;
    font-family: Gill Sans;
    font-weight: 400;
    color: #909090;
}
.information_div .company_info{
    margin-top: 40px;
}
.information_div .company_info .title{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #201F1F;
}
.information_div .company_info ul{
    display: flex;
    flex-direction: column;
}
.information_div .company_info ul li{
    list-style: none;
    border-bottom: 1px solid rgba(25, 80, 144, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.information_div .company_info ul li .item{
    width: 420px;
}
.information_div .company_info ul li .item1{
    max-width: 70%;
}
.information_div .company_info ul li .item2{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.information_div .company_info .title1{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3D3C3C;
}
.information_div .company_info ul li h4{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3D3C3C;
    margin-bottom: 10px;
}
.information_div .company_info ul li .item p{}
.information_div .company_info ul li .item span{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #686868;
    display: flex;
}

.company_permit_div  {
    /* background: #F8F8F8; */
    display: flex;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 55px;
}
.company_permit_div .content {
    width: 1000px;
    margin-left: 107px;
}
.company_permit_div .content .title1 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3D3C3C;
    margin-top: 16px;
}
.company_permit_div .content .list {
    display: flex;
    margin-top: 20px;
}
.company_permit_div .content .list .item{
    width: 246px;
    height: 203px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
    position: relative;
}
.company_permit_div .content .list .item img{
    width: 203px;
    height: 145px;
    margin-top: 16px;
}
.company_permit_div .content .list .item span{
    height: 36px;
    background: #F1F1F1;
    opacity: 0.7;
    width: 100%;
    margin-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company_permit_div .content .list .item .detail{
    position: absolute;
    bottom: -44px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.company_permit_div .content .list .item .detail a{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2B7FD2;
}
.company_permit_div .content .list .item .detail a:hover{
    color: #0a58a4;
}
.company_permit_div .content .list .item .detail img{
    margin-left: 4px;
    width: 17px;
    height: 14px;
    margin-top: 0px;
}
.company_permit_div .content .title {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #201F1F;
}
.company_permit_div .content ul {
    display: flex;
    min-width: 50%;
    justify-content: space-between;
}
.company_permit_div .content ul li {
    width: 40%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #A7CCF6;
    box-shadow: 0px 9px 27px 0px rgba(23, 105, 199, 0.01);
    margin-top: 24px;
    cursor: pointer;
}
.company_permit_div .content ul li .item {
    background: white;
    display: flex;
}
.company_permit_div .content ul li .item p{
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #005CB6;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 280px;
}
.company_permit_div .content ul li .item div{
    background: linear-gradient(93deg, #275BC8, #1F7FC2);
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_permit_div .content ul li .item div img{
    width: 29px;
    height: 10px;
}
.company_permit_div .content .lint_div{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    margin-top: 10px;
    margin-left: 30px;
}
.company_permit_div .content .lint_div span{
    color: #686868;
}
.company_permit_div .content .lint_div div{
    margin-top: 16px;
}
.company_permit_div .content .lint_div img{
    width: 953px;
}


/* 平台产品 */
.platProduct{
    width: 100%;
    background: #f5f7f7;
}
.proTitle{
    width: 100%;
    text-align: center;
    padding: 87px 0 67px 0;
}

/* 所有内容标题以及描述的样式    开始*/
.proTitle h2,.solutionTitle h2,.aboutTitle h2,.partnerTitle h2{
    font-size: 40px;
    color: #33333e;
    font-weight: normal;
    line-height: 88px;
}
.proTitle p,.solutionTitle p,.aboutTitle p,.partnerTitle p{
    font-size: 18px;
    color: #66666e;
    line-height: 48px;
}
/* 所有内容标题以及描述的样式  结束*/
.contact_us_div {
    background: #195090;
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.contact_us_div .content{
    display: flex;
    padding: 40px 0;
}
.contact_us_div .content h2{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 61px;
}
.contact_us_div .content .contact_method_div{
    display: flex;
    align-items: center;
}
.contact_us_div .content .contact_method_div .item{
    display: flex;
    align-items: center;
}
.contact_us_div .content .contact_method_div .item1{
    margin-right: 56px;
}
.contact_us_div .content .contact_method_div .item img{
    width: 28px;
    height: 28px;
    margin-right: 12px;
}
.contact_us_div .content .contact_method_div .item span{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
}
.contact_us_div .content .copyright_div{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.contact_us_div .content .copyright_div span, .contact_us_div a{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #FFFFFF;
    opacity: 0.38;
}
.contact_us_div .content .copyright_div i{
    width: 2px;
    height: 16px;
    background: #BBC5D7;
    margin: 0 32px;
}