*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
table, caption, tbody, tfoot, thead, tr, th, td,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px; }

html { font-size: 100%; 
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

html::-webkit-scrollbar {width:8px;background:none;}
html::-webkit-scrollbar-thumb {width:8px;background:#FFC100;}
html::-webkit-scrollbar-corner {background:none;}
html::-webkit-scrollbar:horizontal{height:9px;}

a {
    text-decoration: none;
}
li {
    list-style: none;
}
img{
    width: 100%;
    vertical-align: bottom;
}
.text-center{
    text-align: center;
}
.wid_10{
    width: 10%;
}
.wid_20{
    width: 20%;
}
.wid_30{
    width: 30%;
}
.wid_40{
    width: 40%;
}
.wid_50{
    width: 50%;
}
.wid_60{
    width: 60%;
}
.wid_70{
    width: 70%;
}
.wid_80{
    width: 80%;
}
.wid_90{
    width: 90%;
}
.wid_100{
    width: 100%;
}
.mb_56{
    margin-bottom: 56px;
}
.j_c{
    justify-content: center;
}
.oh{
    overflow: hidden;
}
.pc-show{
  display: block;
}
.phone-show{
  display: none;
}
.line_one{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 1;     
  line-clamp: 1;          
  -webkit-box-orient: vertical; 
}
.line_two{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 2;     
  line-clamp: 2;          
  -webkit-box-orient: vertical; 
}
.line_three{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 3;     
  line-clamp: 3;          
  -webkit-box-orient: vertical; 
}
.line_four{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 4;     
  line-clamp: 4;          
  -webkit-box-orient: vertical; 
}
.line_five{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 5;     
  line-clamp: 5;          
  -webkit-box-orient: vertical; 
}
.m-b-50{
    margin-bottom: 50px;
}
.m-t-0{
    margin-top: 0!important;
}
.img-hover {
    cursor: pointer;
    transition: 0.6s;
}
.img-hover:hover{
    transform:scale(1.1);
}
.oh{
    overflow: hidden;
}
.dl{
    display: flex;
}
.hide{
    display: none;
}
.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
.p_r{
    position: relative;
}
.p_a{
    position: absolute;
}
/*导航栏*/
.header {
    /*position: fixed;*/
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    height: 80px;
    padding: 0 6%;
    background: rgba(255,255,255,0.62);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__left {
    flex: none;
}
.header__right {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 6rem;
}

.header__right .grzx{
    margin-left: 25px;
    font-size: 15px;
    line-height: 25px;
}

.mr-20{
    margin-left: 20px;
}

.header__right .grzx a{
    color: #1D2088;
}

.header__right .grzx img{
    width: 25px;
    height: 25px;
} 
.header__nav {
    flex: 1;
    display: flex;
    padding-right: 6rem;
    justify-content: flex-end;
}
.header__nav a.active {
    color: #1D2088;
    font-weight: bold;
}
.header__nav a {
    font-size: 16px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 19px;
    height: 48px;
    line-height: 48px;
    padding: 0 28px;
}
.header__nav a:hover {
    color: #1D2088;
}
.header__language {
    flex: none;
     height: 48px;
    line-height: 48px;
}

.header__language a {
    font-size: 16px;
    color: #2C2C2C;
    font-weight: 500;
}

.header__language .cur{
    color: #1D2088;
}

.header__logo img {
    display: block;
    height: 48px;
}

.back-top-menu.show {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.back-top-menu {
    position: fixed;
    top: auto;
    right: 2rem;
    bottom: 8rem;
    left: auto;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 3px solid #4760DB;
    border-radius: 50%;
    background-color: #4760DB;
    color: #ffffff;
    transition: 0.3s cubic-bezier(0.53, -0.31, 0.56, 2.18);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
    cursor: pointer;
}

.back-top-menu .iconfont {
    font-size: 20px;
}


/*首页*/
.web-banner .bt{
   top: 30%;
   left: 6%;
   width: 50%;
   text-align: left;
   color: #fff;
}

.web-banner .bt h1{
   font-size: 35px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #FFFFFF;
    padding-bottom: 26px;
}

.web-banner .bt h3{
      font-size: 16px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 26px;
}

.web-banner .search6{
    width: 589px;
    height: 66px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    top: 75%;
    left: 6%;
    z-index: 9;
}

.web-banner .search6 .keyword{
    width: 80%;
    height: 36px;
    margin: 15px 0;
    border: none;
    padding: 0 7px;
    font-size: 18px;
    color: #999999;
    outline: none;
}

.web-banner .search6  .sr_ico{
    width: 25px;
    margin-top: 20px;
    margin-left: 37px;
}

.web-banner .search6  .submit{
    width: 125px;
    height: 66px;
    background: #1D2088;
    opacity: 1;
    border: none;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
}

.web-banner .swiper-pagination{
    bottom: 47px;
}

.web-banner .swiper-pagination-bullet{
    width: 15px;
    height: 4px;
    background: rgba(255,255,255,0.63);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.web-banner .swiper-pagination-bullet-active{
    width: 29px;
    height: 4px;
    background: #3C41FF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.two{
    margin: 84px 0;
    padding: 0 6%;
}

.two .gssj_item{
    width: 25%;
    text-align: center;
}

.two .gssj_item .gssj_item_zs,.two .gssj_item .dw{
    height: 50px;
    font-size: 34px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1D2088;
    line-height: 64px;
}

.two .gssj_item .gssj_item_ly{
    font-size: 14px;
    font-family: PingFang HK-Regular, PingFang HK;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 35px;
}

.three{
    margin-bottom: 79px;
    padding: 0 6%;
}

.three .top_line{
    width: 80%;
    float: right;
    height: 23px;
    background: #FFD050;
    position: relative;
    top: -11px;
}

.three .top_line .one{
    position: absolute;
    right: 0;
    height: 23px;
    background: #1D2088;
    width: 30%;
}

.three .about{
    background: #F5F6FF;
    
    padding: 30px 0 30px 30px;
}
.three .about .fl {
    width: 44%;
    margin-right: 2%;
    margin-left: 46px;
}
.three .about .fl .m_tit{
    font-size: 16px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #232536;
    margin-top: 100px;
    margin-bottom: 28px;
    line-height: 20px;
}

.three .about .fl .tit{
    font-size: 22px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #232536;
    line-height: 42px;
    margin-bottom: 9px;
}

.three .about .fl .dec{
    font-size: 14px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #6D6E76;
    line-height: 28px;
}

.three .about .fr {
    width: 46%;
    margin-left:4%: 
   
}

.three .about .look_more{
    font-size: 16px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #1D2088;
    line-height: 32px;
    margin-top: 38px;
    display: block;
}

.four{
    padding: 0 6%;
    margin-bottom: 100px;
}

.four .dbt{
    height: 64px;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #232536;
    line-height: 64px;
    position: relative;
}

.four .dbt p{
    width: 177px;
    position: absolute;
    height: 14px;
    background: #F0B000;
    opacity: 0.4;
    bottom: 12px;
}

.four .service .fl{
    background: rgba(173, 173, 173, 0.1);
    padding: 32px;
    width: 55%;
    margin-top: 70px;
}

.four .service .fl .tit1{
    height: 28px;
    font-size: 20px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #1D2088;
    line-height: 28px;
    margin-top: 29px;
}

.four .service .fl .tit2{
    height: 80px;
    font-size: 16px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #232536;
    line-height: 40px;
}

.four .service .fl .dec{
    height: 56px;
    font-size: 14px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #6D6E76;
    line-height: 28px;
    margin-top: 9px;
} 

.four .service .fl .more{
    height: 56px;
    background: #1D2088;
    line-height: 56px;
    width: 178px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 39px;
}


.four .service .fl:hover{
     background: #F5F6FF;
}

.four .service .fr{
    width: 36%;
}

.four .service .fr ul li{
    padding: 32px;
}

.four .service .fr ul li:hover{
    background: rgba(245, 246, 255, 1);
}

.four .service .fr ul li .tit1{
    line-height: 25px;
    font-size: 20px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #1D2088;
    line-height: 28px;
}

.four .service .fr ul li .tit2{
    height: 76px;
    font-size: 15px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #232536;
    line-height: 38px;
}

.five{
    padding: 0 6%;
    margin-bottom: 100px;
}
.five .dbt{
    text-align: center;
    height: 41px;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #232536;
    position: relative;
    width: 177px;
    margin: 0 auto;
}

.five .dbt p{
    width: 177px;
    position: absolute;
    height: 14px;
    background: #F0B000;
    opacity: 0.4;
    bottom: -7px;
}

.five .l_tit{
    margin-top: 9px;
    border-bottom: 4px solid rgba(217,217,217,0.4);
    padding: 8px 0;
}

.five .l_tit .tit{
    height: 48px;
    font-size: 20px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #000;
    line-height: 48px;
    margin-right: 43px;
    cursor: pointer;
}


.five .l_tit .tit:hover{
    color: #1D2088;
    position: relative;
} 

.five .l_tit .tit:hover:after{
     content: "";
    height: 4px;
    background: #1D2088;
    width: 53px;
    position: absolute;
    bottom: -12px;
    left: 0;
}   


.five .l_tit .cur{
   color: #1D2088;
   position: relative;
}


.five .l_tit .cur:after{
    content: "";
    height: 4px;
    background: #1D2088;
    width: 53px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.five .lb{
    margin-top: 90px;
}
.five .lb ul li{
    float: left;
    width: 18%;
    margin: 0 1.25%;
    background: #F7F7F7;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.five .lb ul li:nth-child(1n){
    margin-left:0; 
}

.five .lb ul li:nth-child(5n){
    margin-right:0; 
}

.five .lb ul li img{
    width: 70%;
    margin: 5% 15%;
    height: 260px;
}

.w50{
    width: 50%;
    overflow: hidden;
}
.five .lb ul li .tit{
    width: 70%;
    margin: 0 15%;
    font-size: 16px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: 600;
    color: #232536;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.five .lb ul li .xbt{
    font-size: 12px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #6D6E76;
    line-height: 18px;
    margin:0 15px;
    height: 37px;
}

.five .lb ul li:hover{
    background: #1D2088;
}

.five .lb ul li:hover img{
    transition: 0.6s;
    transform:scale(1.1);
}

.five .lb ul li:hover .tit,.five .lb ul li:hover .xbt{
    color: #fff;
}

.five .more{
    background: #1D2088;
    width: 178px;
    height: 56px;
    font-size: 16px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
    margin-top: 70px;
    display: block;
}

.five .more:hover{
    font-size: 17px;
}


.six{
    padding: 0 6%;
}

.six .cent{
    position: relative;
    min-height: 418px;
}

.six .cent .tit{
    height: 64px;
    font-size: 35px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 64px;
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}

.six .cent .dec{
    height: 56px;
    font-size: 16px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    width: 50%;
    text-align: center;
    left: 25%;
    position: absolute;
    top: 200px;
}

.six .cent .an{
    position: absolute;
    top: 65%;
    justify-content: center;
    width: 100%;
}

.six .cent .an a{
    width: 124px;
    height: 40px;
    background: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    display: block;
}

.six .cent .an .dl{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #1D2088;
    text-align: center;

}


.six .cent .an .zc{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    background: #1D2088;
}



.seven{
    padding: 0 6%;
    margin-top: 100px;
}
.seven .dbt{
    text-align: center;
    height: 41px;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #232536;
    position: relative;
    width: 315px;
    margin: 0 auto;
}

.seven .dbt p{
    width: 315px;
    position: absolute;
    height: 14px;
    background: #F0B000;
    opacity: 0.4;
    bottom: -7px;
}

.seven .xms{
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 19px;
    text-align: center;
    margin-top: 22px;
}

.seven .dd{
    width: 240px;
}

.seven .dd img{
    width: 100%;
}

.seven .cont{
    position: relative;
    top: -30px;
}

.seven .cont .wt{
    margin: 0 40px;
    background: #fff;
    margin-bottom: 14px;
    cursor: pointer;
}

.seven .cont .wt:hover{
    background: #F8F9FD;
}

.seven .cont .wt:hover:before{
    content: "";
    height: 69px;
    width: 3px;
    background: #1D2088; 
    position: absolute;
}

.seven .cont .wt .l1{
    height: 69px;
    line-height: 69px;
    padding: 0 30px;
}

.seven .cont .wt .rjt{
    display: block;
}
.seven .cont .wt .c_rjt{
    display: none;
}

.seven .cont .wt .nr{
    display: none;
}

.seven .cont .cur .rjt{
    display: none;
}

.seven .cont .cur .c_rjt{
    display: block;
}

.seven .cont .cur .nr{
    display: block;
}

.seven .cont .wt .l1 .jt{
    margin-top:15px; 
}

.seven .cont .cur{
    background: #F8F9FD; 
}

.seven .cont .cur:before{
    content: "";
    height: 69px;
    width: 3px;
    background: #1D2088; 
    position: absolute;
}


.seven .cont .wt .nr{
    padding: 0 30px;
    width: 50%;
    height: 64px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #6F767E;
    line-height: 24px;
}

.seven .t_dd{
    width: 250px;
    margin: 0 auto;
}

.seven .t_dd img{
    width: 100%;
}

.eight{
    margin-top: 100px;
    position: relative;
    height: 100vh;
}

.eight .tit{
    width: 100%;
    position: absolute;
    top: 6%;
    text-align: center;
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #FFFFFF;
}

.eight .dec{
  width: 50%;
    position: absolute;
    top: 15%;
    left: 25%;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    margin: 0 auto;
}

.eight .bd{
    position: absolute;
    background: #fff;
    width: 60%;
    margin: 0 20%;
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 25px;
    top: 25%;
    box-shadow: 1px 0px 4px 4px rgba(238,238,238,1);
    z-index: 9;
}

.eight .bg img{
    height: 70vh;
}

.eight .bd .input{
    margin-bottom: 25px;
}


.eight .bd .input input{
    border: 2px solid #DFDFDF;
    padding: 13px;
    font-size: 16px;
    border-radius: 10px;
    width: 90%;
}

.eight .bd .input p{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 19px;
    margin-bottom: 15px;
    display: block;
}

.eight .bd .input .bd-l{
    width: 46%;
    margin: 0 2%;
}

.eight .bd .input input:focus {
    outline:none;
    border:  2px solid #1D2088;
}

.eight .bd .bz{
    margin: 0 1% 0 2%;
}


.eight .bd .bz p{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 19px;
    margin-bottom: 15px;
    display: block;
}

.eight .bd .bz .lyxx{
    height: 118px;
    opacity: 1;
    width: 95%;
    border: 2px solid #DFDFDF;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
}

.eight .bd .bz .lyxx:focus {
    outline:none;
    border:  2px solid #1D2088;
}

.eight .bd .tj{
    width: 178px;
    height: 56px;
    background: #1D2088;
    line-height: 56px;
    text-align: center;
    color: #fff;
    border: 1px solid #1D2088;
    margin-left: 2%;
    margin-top: 30px;
    font-size: 16px;
    cursor: pointer;
}

.eight .yq{
    width: 300px;
    height: 300px;
    background: #3D34D2; 
    opacity: 0.04;
    border: 1px solid #3D34D2;
    border-radius: 50%;
    position: absolute;
    top: 60%;
    left: 7%;
    z-index: 1;
}






/*底部*/
.footer{
    background: #222222;
}

.footer .container{
    padding: 68px 6% 12px 6%;
}
.footer .footer__top{
    padding-bottom: 66px;
    border-bottom: 1px solid #FFFFFF;
}
.footer__top .footer__left{
    float: left;
}

.footer__top .footer__left .db_logo{
    width: 180px;
    height: 55px;
    margin-bottom: 12px;
}


.footer__top .footer__left .f1{
    height: 43px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}

.footer__top .footer__left .f2{
    height: 35px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}

.footer__top .footer__left .f3 a{
    height: 35px; 
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}

.footer__top .footer__right{
   float: right;
}

.footer__top .footer__right .db_menu .fl{
    margin: 0 58px;
}

.footer__top .footer__right .db_menu .fl a{
   width: 58px;
    height: 35px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 35px;
}


.footer__top .footer__right  .fx{
    text-align: right;
    margin-top: 87px;
}


.footer__top .footer__right  .social-share .social-share-icon{
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-right: 39px;
}

.footer__top .footer__right .social-share .icon-weibo,.footer__top .footer__right .social-share .icon-qq,.footer__top .footer__right .social-share .icon-wechat{
    color: #fff;
    border-color: #fff;
}

.footer__bottom{
    margin-top: 39px;
}
.footer__bottom .footer__links h2{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.footer__bottom  .link_list{
    margin-top: 12px;
    margin-bottom: 20px;
}
.footer__bottom  .link_list a{
    font-size: 13px;
    color: #1A75FF;
    margin-right: 20px;
}

.footer__bottom  .copyright{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
}

/*登录*/
.login{
    position: relative;
}
.login .zh{
    position: absolute;
    top: 10%;
    background: rgba(255,255,255,0.88);
    right: 10%;
    padding: 42px;
}

.login .zc{
    top: 1%;
}

.login .logo img{
    width: 230px;
    margin: 0 auto;
    display: block;
}
.login .zh .dl_tit{
    height: 38px;
    font-size: 36px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #14142A;
    line-height: 38px;
    margin-top: 38px;
}

.login .zh .zh_list{
    margin-top: 42px;
}

.login .zh .zh_list input{
    width: 480px;
    padding: 22px;
    background: #FFFFFF;
    border:none;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.login .zh .zh_list label{
    height: 28px;
    font-size: 16px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #14142A;
    line-height: 28px;
    margin-bottom: 9px;
    display: block;
}

.login .zh .zh_list #checkcode{
    width: 250px;
}

.login .zh .zh_list .an_dl{
    width: 100%;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 16px;
    background: #1D2088;
    margin-top: 70px;
    border:1px solid #1D2088;
}

.login .zh .zh_list .zc{
    font-size: 16px;
    color: #1D2088;
    margin-top: 20px;
    display: block;
    text-align: right;
}

/*个人中心*/
.u_center .top{
    position: relative;
}

.u_center .top .tit{
    position: absolute;
    height: 64px;
    font-size: 35px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    width: 100%;
    top: 25%;
}

.u_center .top .dec{
    position: absolute;
    height: 50px;
    font-size: 22px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    left: 25%;
    width: 50%;
    text-align: center;
    top: 40%;
}

.u_center .l_tit{
    margin-top: 9px;
    border-bottom: 4px solid rgba(217,217,217,0.4);
    padding: 8px 0;
    margin: 0 6%;
}

.u_center .l_tit .tit{
    height: 48px;
    font-size: 20px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #000;
    line-height: 48px;
    margin-right: 43px;
    cursor: pointer;
}


.u_center .l_tit .tit:hover{
    color: #1D2088;
    position: relative;
} 

.u_center .l_tit .tit:hover:after{
     content: "";
    height: 4px;
    background: #1D2088;
    width: 81px;
    position: absolute;
    bottom: -12px;
    left: 0;
}   


.u_center .l_tit .cur{
   color: #1D2088;
   position: relative;
}


.u_center .l_tit .cur:after{
    content: "";
    height: 4px;
    background: #1D2088;
    width: 81px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.u_center .lb {
    padding: 0 6%;
    margin-top: 100px;
    margin-bottom: 50px;
}

.u_center .lb ul li{
    background: #F5F5F5;
    padding: 26px 23px;
    margin-bottom: 30px;
}

.u_center .lb .nr{
    margin-left:50px; 
}

.u_center .lb .tp{
    width: 170px;
}

.u_center .lb .nr .tit{
   height: 50px;
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    margin-bottom: 12px;
}


.u_center .lb .nr .xbt{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #505050;
    line-height: 35px;
}

.u_center .lb .status{
    width: 140px;
    height: 56px;
    background: #1D2088;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    /*margin-top: 40px;*/
    margin-right: 5 5px;
}


.u_center .search6{
    width: 35%;
    height: 66px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    top: 75%;
    left: 32.5%;
    z-index: 9;
}

.u_center .search6 .keyword{
    width: 80%;
    height: 36px;
    margin: 15px 0;
    border: none;
    padding: 0 7px;
    font-size: 18px;
    color: #999999;
    outline: none;
}

.u_center .search6  .sr_ico{
    width: 25px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 37px;
}

.u_center .search6  .submit{
    width: 125px;
    height: 66px;
    background: #1D2088;
    opacity: 1;
    border: none;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
}

/*成果头部*/
.cg_top{
    position: relative;
}

.cg_top .tit{
    position: absolute;
    height: 64px;
    font-size: 35px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    width: 100%;
    top: 25%;
}

.cg_top .dec{
    position: absolute;
    height: 50px;
    font-size: 18px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    left: 25%;
    width: 50%;
    text-align: center;
    top: 40%;
}

.cg_top .search6{
    width: 40%;
    height: 66px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    top: 75%;
    left: 30%;
    z-index: 9;
}

.cg_top .search6 .keyword{
    width: 80%;
    height: 36px;
    margin: 15px 0;
    border: none;
    padding: 0 7px;
    font-size: 18px;
    color: #999999;
    outline: none;
}

.cg_top .search6  .sr_ico{
    width: 25px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 37px;
}

.cg_top .search6  .submit{
    width: 126px;
    height: 66px;
    background: #1D2088;
    opacity: 1;
    border: none;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
}


/*成果*/
.cg {
    padding: 0 6%;
    margin: 69px 0;
}
.cg .l_tit{
    margin-top: 9px;
    border-bottom: 4px solid rgba(217,217,217,0.4);
    padding: 8px 0;
}

.cg .l_tit .tit{
    height: 48px;
    font-size: 20px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #000;
    line-height: 48px;
    margin-right: 43px;
    cursor: pointer;
}


.cg .l_tit .tit:hover{
    color: #1D2088;
    position: relative;
} 

.cg .l_tit .tit:hover:after{
     content: "";
    height: 4px;
    background: #1D2088;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
}   


.cg .l_tit .cur{
   color: #1D2088;
   position: relative;
}


.cg .l_tit .cur:after{
    content: "";
    height: 4px;
    background: #1D2088;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.cg .lb ul li{
    width: 42%;
    margin-right: 4%;
    background: #F5F5F5;
    margin-top: 52px;
    padding: 2%;
    margin-bottom: 0;
    height: 260px;
}

.cg .lb ul li .ico{
    width: 148px;
    margin-right: 26px;
}

.cg .lb ul li .tit{
    /*height: 95px;*/
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
}

.cg .lb ul li:nth-child(even){
    margin-right: 0%;
    margin-left: 4%;
}

.cg .lb ul li .xbt{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #505050;
    line-height: 26px;
}

.cg .lb ul li .open_get {
    width: 100px;
    height: 30px;
    border: 1px solid #f27500;
    font-size: 14px;
    border-radius: 4px;
    color: #f27500;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    right: 0;
}

.cg_detail{
    margin: 0 6%;
    margin-top: 60px;
}

.cg_detail .one{
    background: #F5F5F5;
    border-radius: 0px 0px 0px 0px;
    height: 250px;
    padding: 20px;
}

.cg_detail .one .ico{
    width: 150px;
    height: 200px;
    margin-top: 25px;
    margin-right: 25px;
}


.cg_detail .one .ico img{
    width: 100%;
    height: 100%;
}

.cg_detail .one .xq{
    margin-top: 25px;
    width: 60%;
}

.cg_detail .one .xq .tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
}

.cg_detail .one .xq .nr .xbt{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #505050;
    line-height: 26px;
}

.cg_detail .one .xq .nr .sjk{
    color: #1D2088;
}

.cg_detail  .jj{
    margin-top:45px;
}

.cg_detail  .dbt{
    font-size: 20px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #000000;
    line-height: 64px;
    margin-bottom: 15px;
}

.cg_detail  .jj .cont{
   font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #727272;
    line-height: 35px;
    text-align: justify;
}

.cg_detail  .bw{
    margin-top:45px;
    
}

.cg_detail  .cont_bw{
    background: #F5F5F5;
    padding: 20px;
}

.cg_detail  .cont_bw .zz{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 8px;
}

.cg_detail  .bkf{
    background: #fff;
}

.cg_detail .cont_bw ul li{
   width: 29.3%;
    float: left;
    height: 150px;
    margin: 0 1%;
    background: #fff;
    text-align: center;
    padding: 40px 1%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.cg_detail  .editor_item h2{
    margin-bottom: 30px;
}

.cg_detail  .sf{
    background-image: url('../image/sf_bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin: 60px 0 100px 0;
    min-height: 400px;
    width: 95%;
    float: right;
}

.cg_detail  .sf .ico{
    width: 40%;
    position: absolute;
    top: 10%;
    left: -5%;
}


.cg_detail  .sf .ico img{
   height: 100%;
   width: auto;
}
/**/
@media (max-width: 768px) {
    .wz.w_30.line_one.pl_10.pc-show {
        display: none; /* 在手机端隐藏 */
    }
/* 默认样式，PC端显示 */
.w_30.pl_10.pc-show {
    display: block;
}

/* 在手机端隐藏 */
@media (max-width: 768px) {
    .w_30.pl_10.pc-show {
        display: none; /* 在手机端隐藏 */
    }
}
/**/

/* 默认情况下保持原样 */
.w_10.pl_10.m_20 {
    width: auto; /* 或者你可以设置一个默认的宽度 */
}

/* 在手机端设置宽度为 40px */
@media (max-width: 768px) {
    .w_10.pl_10.m_20 {
        width: 80px; /* 在手机端宽度设置为 40px */
    }
}
/**/
.cg_detail .sf .info{
    width: 50%;
    float: right;
    color: #fff;
    margin-top: 5%;
    padding-right: 5%;
    font-size: 14px;
    font-family: PingFang HK-Regular, PingFang HK;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
}


.cg_detail .sf .info .bb{
    font-size: 20px;
font-family: PingFang HK-Semibold, PingFang HK;
font-weight: 600;
color: #FFFFFF;
line-height: 64px;
}





/*服务*/
.service{
    padding: 0 6%;
    margin: 0 0 36px 0;
}

.service_top .lm{
   margin-left: 6%;
    padding: 32px 0;
}

.service_top .dbt {
    height: 64px;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #232536;
    line-height: 64px;
    position: relative;
   
}

.service_top .dbt p {
    width: 177px;
    position: absolute;
    height: 14px;
    background: #F0B000;
    opacity: 0.4;
    bottom: 12px;
}

.service .hx{
    width: 100%;
    height: 2px;
    background: #6D6E76;
    margin:  0px 0 64px 0;
}

.service .nr{
    width: 55%;
    padding-left: 5%;
}

.service .nr .tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 50px;
}


.service .nr .dec{
    font-size: 14px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #6D6E76;
    line-height: 35px;
}


.service  .sa:hover .tit{
    color: #1D2088;
}


.service  .sa:hover .dec{
    color: #1D2088;
}
/*服务详情*/
.service_detail{
    padding: 0 6%;
    margin: 0 0 36px 0;
}

.service_detail .one{
    margin-top: 40px;
}

.service_detail .one .tp{
    position: relative;
}

.service_detail  .one .dhx{
    width: 70%;
    position: absolute;
    bottom: 0px;
    left: 10%;
}

.service_detail  .one .dhx .l1{
    width: 30%;
    height: 23px;
    background: #592EA9;
}

.service_detail  .one .dhx .l2{
    width: 70%;
    height: 23px;
    background: #FFD050;
}

.service_detail .one .info{
   background: #F4F0F8;
   padding: 60px;
}

.service_detail .one .info .tit{
    font-size: 16px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #232536;
    line-height: 20px;
}

.service_detail .one .info .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #232536;
    line-height: 30px;
    margin: 16px 0;
}

.service_detail .one .info .dec{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #6D6E76;
    line-height: 35px;
}

.service_detail .two {
    margin-top: 60px;
}

.service_detail .two .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
}

.service_detail .two .lb .yq{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    border: 2px solid #1D2088;
    margin-right: 16px;
}

.service_detail .two .lb .name{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #18191A;
    line-height: 40px;
}


.service_detail .two .lb{
    margin-top: 35px;
}


.service_detail .two .lb .xhx{
    width: 21px;
    height: 4px;
    background: #1D2088;
    margin-top: 18px;
    margin-left: 16px;
    margin-right: 16px;
}

.service_detail .two ul li:last-child .xhx{
    display: none;
}

.service_detail .three {
    margin-top: 60px;
}

.service_detail .three .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    margin-bottom: 35px;
}

.service_detail .three .wid_25{
    width: 25%;
    float: left;
    text-align: center;
}

.service_detail .three .wid_25 .ico{
    width: 58px;
    height: 58px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.service_detail .three .wid_25 .name{
    font-size: 16px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 30px;
}

.service_detail .three .wid_25 .dec{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
}

.service_detail .four {
    margin-top: 60px;
}

.service_detail .four .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    margin-bottom: 35px;
}

.service_detail .four .wid_25{
    width: 25%;
    float: left;
    text-align: left;
}

.service_detail .four .wid_25 .wz{
   margin-left: 23px;
}

.service_detail .four .wid_25 .db{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 50px;
    margin-bottom: 19px;
}

.service_detail .four .wid_25 .fw{
    font-size: 16px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #6D6E76;
    line-height: 28px;

}

.service_detail .five {
    margin-top: 60px;
}

.service_detail .five .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    margin-bottom: 0px;
}


.service_detail .five .lb{
    margin-top: 15px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #6D6E76;
    line-height: 35px;
}









/*联系我们*/
.job{
    padding: 0 6%;
}

.job .job_one .dbt{
    font-size: 20px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #000000;
    line-height: 64px;
    margin-top: 50px;
}

.job .job_one .cont{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #222222;
    line-height: 35px;
    text-align: justify;
    margin-top: 13px;
}

.job .job_one .an{
    background: #FFFFFF;
    box-shadow: 0px 20px 40px 0px rgba(3,0,77,0.04);
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
}


.job .job_one .btn{
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    display: block;
    text-align: center;
    font-size: 14px;
}


.job .job_one .wid_30{
    width: 25%;
}

.job .job_one .an .now{
    background: #1D2088;
    color: #fff;
    margin-bottom: 12px;
}

.job .job_one .an .fx{
    color: #1D2088;
    border: 2px solid #1D2088;
}

.job .job_one .nr{
    margin-top: 22px;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px 0px rgba(3,0,77,0.04);
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
}

.job .job_one .nr .time{
    font-size: 16px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: bold;
    color: #000000;
    line-height: 19px;
}
.job .job_one .nr .js{
    margin-top: 22px;
}
.job .job_one .nr .js .xbt{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
}

.job .job_one .nr .js .xms{
    font-size: 14px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.job_two{
    margin-top: 53px;
    margin-bottom: 60px;
}

.job_two .tit{
    font-size: 20px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #000000;
    line-height: 64px;
}

.job_two .job_form{
    background: #F9F9F9;
    padding: 64px;
    margin-top: 60px;
    position: relative;
}

.job_two .job_form .input{
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
}

.job_two .job_form .input p{
    font-size: 16px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 19px;
    margin-bottom: 18px;
}


.job_two .job_form .input input{
    width: 100%;
    height: 25px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 2px solid #DFDFDF;
    padding: 8px;
    line-height: 25px;
    font-size: 15px;
}

.job_two .job_form .input input:focus {
    outline:none;
    border:  2px solid #1D2088;
}

.job_two .job_form .info p{
    font-size: 16px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 19px;
    margin-bottom: 18px;
}

.job_two .job_form .info textarea{
    width: 95%;
    height: 120px;
    padding: 8px;
    border: 2px solid #DFDFDF;
    font-size: 15px;
}

.job_two .job_form .info textarea:focus{
    outline:none;
    border:  2px solid #1D2088;
}

.job_two .job_form .checkbox{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #727272;
    line-height: 35px;
    margin-top: 32px;
}

.job_two .job_form .checkbox input{
    border: 2px solid #DFDFDF;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.job_two .job_form .jl{
    width: 120px;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
}

.job_two .job_form .input .jl_input{
    height: 40px;
    line-height: 40px;
}

.job_two .job_form .grjl{
    clear: none;
}


.job_two .job_form button{
    width: 169px;
    height: 50px;
    line-height: 50px;
    background: #1D2088;
    border:1px solid #1D2088;
    color: #fff;
    font-size: 16px;
    margin-top: 45px;
}

.job_form .bg{
    width: 238px;
    position: absolute;
    top: -45px;
    right: -45px;
    z-index: -1;
}

/*关于我们*/
.about{
    margin-top: 100px;
    margin-bottom: 60px;
}
.about .ab_one{
    padding: 0 6%;
}
.about .ab_one ul li{
    width: 33.3%;
}

.about .ab_one ul li img{
    width: 80px;
    height: 80px;
}

.about .ab_one ul li .js{
    margin-left: 30px;
}

.about .ab_one ul li .js .bt{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 50px;
}


.about .ab_one ul li .js .ms{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
    width: 220px;
}

.about .ab_two{
    padding: 0 6%;
    margin-top: 100px;
}

.about .ab_two .fl{
    position: relative;
    width: 50%;
   /* background: url('../images/ab_4_bg.png');
    background-repeat: no-repeat;*/
}

.about .ab_two .l_img{
    width: 65%;
    position: absolute;
    top: 30px;
    left: 150px;
}

.about .ab_two .xq{
    width: 40%;
    margin-left: 10%;
    margin-top: 50px;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 64px;
}


.about .ab_two .xq .dbt{
   position: relative;
}

.about .ab_two .xq .dbt p {
    width: 336px;
    position: absolute;
    height: 14px;
    background: #F0B000;
    opacity: 0.4;
    bottom: 4px;
}

.about .ab_two .dec{
    margin-top: 40px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #727272;
    line-height: 35px;
}

.about .ab_two .look{
    width: 178px;
    height: 56px;
    line-height: 56px;
    background: #1D2088;
    font-size: 16px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 65px;
}

.about .ab_three{
    /*padding: 0 6%;*/
    position: relative;
    margin-top: 45px;
    margin-bottom: 160px;
}

.about .ab_three .dbt{
    position: relative;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 64px;
    width: 371px;
    left: 55%;
}

.about .ab_three .dbt p {
    width: 208px;
    height: 14px;
    background: #F0B000;
    position: absolute;
    opacity: 0.4;
    bottom: 70px;
}

.about .ab_three .b_dd{
    width:238px;
    position: absolute;
    left: 20%;
    top: 70px;
    z-index: -1;
}

.about .ab_three .b_dd_d{
    width:238px;
    position: absolute;
    left: 65%;
    bottom: -55px;
    z-index: -1;
}
.about .ab_three .tp_l{
    width: 95%;
    margin-left: 5%;
    margin-bottom: 40px;
}

.about .ab_three .m-r-l{
    margin:0 2%; 
}

.about .ab_four{
    padding: 0 6%;
}

.about .ab_four .fl{
    position: relative;
}

.about .ab_four .fl .l_img{
    width: 80%;
    position: absolute;
    top: 90px;
    left: 15%;
}


.about  .ab_four .fr{
    margin-left: 10%;
}

.about .ab_four .fr .dbt{
    position: relative;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 64px;
}

.about .ab_four .fr .dbt p {
    width: 134px;
    height: 14px;
    background: #F0B000;
    position: absolute;
    opacity: 0.4;
    bottom: 7px;
}

.about .ab_four .fr .dec{
    margin-top: 32px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
}


.about .xw{
    margin: 0 6%;
    margin-top: 120px;
}

/*提交稿件*/
.bd{
    padding: 0 6%;
    margin-top: 30px;
}

.bd .bt{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bd #gjtj input {
    border: 2px solid #DFDFDF;
    padding: 1%;
    font-size: 16px;
    border-radius: 2px;
    width: 98%;
}

.bd #gjtj input:focus {
    outline:none;
    border:  2px solid #1D2088;
}

.bd #gjtj .form-group{
    margin-bottom: 30px;
}

.bd #gjtj .yzm{
    width: 90%;
    height: 28px;
    padding: 5px 7px;
}

.bd #gjtj .layui-input-block{
    margin-left: 0;
}

.bd #gjtj #ico_box{
    max-width: 300px;
}

.bd #gjtj #ico{
    padding: 5px 7px;
}

.bd #gjtj .pic dl {
    float: left;
    position: relative;
}
.bd #gjtj .pic dl dd {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background: #666;
    color: #fff;
    padding: 2px;
}

.bd #gjtj .tj{
    background: #1D2088;
    border: 1px solid #1D2088;
    color: #fff;
    font-size: 16px;
    width: 150px;
    height: 40px;
    line-height: 40px;
}

.bd #gjtj .layui-form-item .layui-input-inline {
    float: left;
    width: 35%;

    margin-right: 10px;
}

.bd #gjtj .layui-btn{
    background-color: #1D2088;
}








