html {
    font-weight: 300;
    transition:all 0.3s;
}


.web_top{
    position: absolute;
    height: 100px;
    width: 100%;
    top: 0;
    padding-left: 5%;
    padding-right: 5%;

    /* z-index: 999; */
    
}


.logo{
    float: left;
    height: 40px;
    width: 210px;
    margin-top: 2.5%;
    background-image: url(../images/logo@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 209px 32px;
    cursor: pointer;
    
}


.menu{
    float: left;
    margin-top: 3%;
}

.menu ul li{
    float: left;
    margin-left: 36px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
}

.menu ul li a{
    color: #fff;
/*    transition:all 0.3s;*/
    
}




.qr{
    width: 108px;
    height: 108px;
    border-radius: 8px;
    background-color: #fff;
    position: fixed;
    margin-top: 10px;
    background-image: url(../images/emmm.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
    box-shadow: 0px 15px 47px rgb(190 190 190 / 20%);
    z-index: 10;
    
    
}


.reg{
    float: right;
    margin-top: 3%;
}

.reg ul li{
    float: left;
    margin-left: 36px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.reg ul li a{
    color: #fff;
/*    transition:all 0.3s;*/
}
.web_top .reg .dropdown{
    float: right;
}


.web_top .reg .dropdown button{
        border: 0;
    background: none;
    color: #fff;
    font-weight: 500;
}

.web_top .reg .dropdown .dropdown-menu{
    left: -40px;
    top: 30px;
    color: #666;
    background: #fff;
    text-align: center;
    width: 100px;
    left: -20px!important;
}

.web_top .reg .dropdown .dropdown-menu p{
    margin: 8px 0 10px;
    font-weight: 500;
}

.web_top .reg .dropdown .dropdown-menu p a:hover{
    color: #999;
}






.home_banner{
    height: 530px;
    background-image: url(../images/homebanner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 7%;
}

.home_banner h1{
    color: #fff;
    font-weight: 100;
    font-size: 52px;
    margin-top: 60px;
}

.home_banner p{
    color: #fff;
    font-size: 16px;
    width: 45%;
    line-height: 2em;
    margin-top: 22px;
}


.home_banner button{
    height: 48px;
    width: 192px;
    background: none;
    border: 2px solid #FFCA00;
    border-radius:48px;
    color: #fff;
    margin-top: 30px;
}
.home_banner button:hover{
    color: #fff;
    background: #FFCA00;
    border: 2px solid #FFCA00;
    
}

.page_banner{
    height: 530px;
    background-image: url(../images/infobanner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 7%;
}

.page_banner h1{
    color: #fff;
    font-weight: 100;
    font-size: 52px;
    margin-top: 100px;
}

.page_banner p{
    color: #fff;
    font-size: 16px;
    width: 45%;
    line-height: 2em;
    margin-top: 30px;
}













.home_pagebox{
    height: auto;
    width: 100%;
    background-image: url(../images/homebguu.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 7%;
    padding-right: 7%;
    
}

.home_platform h1{
    text-align: center;
    margin-top: 120px;
}

.home_platform p{
   text-align: center;
}



.home_platform .container-fluid{
    margin-top: 70px;
}

.home_platform .container-fluid .platform_box{
    height: 500px;
    padding: 2%;
}

.home_platform .container-fluid .platform_box .platform_f{
    background: #f9f9f9;
    border-radius: 30px;
    height: 100%;
    transition:all 0.3s;
    text-align: center;
    padding-left: 12%;
    padding-right: 12%;
    cursor: pointer;
  
}

.home_platform .container-fluid .platform_box .platform_f:hover{
   box-shadow: 0px 15px 47px rgb(190 190 190 / 20%);
   margin-top: -10px;
   background: #fff;
}

.home_platform .container-fluid .platform_box .platform_f .ficon{
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background-color: #757575;
    margin: 0 auto;
    top: -23px;
    position: relative;
    background-image: url(../images/ficon.png);
    background-repeat: no-repeat;
    background-position: center 23px;
    background-size: 50%;
}

.home_platform .container-fluid .platform_box .platform_f .fbg{
        margin-top: 38px;
    height: 185px;
}

.home_platform .container-fluid .platform_box .platform_f h4{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #4C6CC6;
}

.home_platform .container-fluid .platform_box .platform_f p{
    margin-top: 20px;
    color: #999;
    font-size: 13px;
}







.home_platform .container-fluid .procedure_box{
    height: 620px;
    padding: 2%;
    margin-top: 100px;
}


.home_platform .container-fluid .procedure_box .procedure_f{
    background: #fff;
    border-radius: 30px;
    height: 100%;
    transition:all 0.3s;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0px 15px 47px rgb(190 190 190 / 20%);
  
}

.home_platform .container-fluid .procedure_box .procedure_f .ficon{
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background-color: #4C6CC6;
    margin: 0 auto;
    top: -23px;
    position: relative;
    background-image: url(../images/ficon.png);
    background-repeat: no-repeat;
    background-position: center 23px;
    background-size: 50%;
}

.home_platform .container-fluid .procedure_box .procedure_f h1{
    margin-top: 18px;
}

.procedure_box .procedure_f .owl-carousel .item{
}

.procedure_f .owl-carousel .item h1, .procedure_f .owl-carousel .item p{
    text-align: left!important;
    width: 75%;
    font-size: 13px;
    line-height: 1.8em;
    margin-top: 18px;
}

.procedure_f .owl-carousel .item h1, .procedure_f .owl-carousel .item h3{
   margin-top: 50px!important;
    font-size: 18px;
    color: #4C6CC6;
}

.procedure_f_ibox{
    margin-top: 60px;
    height: 120px;
    
}

.ibox_l{
    float: left;
}
.ibox_r{
    float: right;
    margin-top: 35px;
}


.ibox_l img{
    width: auto!important;
}

.ibox_r img{
    width: auto!important;
}


.home_about{
    width: 100%;
    height: 480px;
    margin-top: -0.9rem;
    background-image: url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 8%;
}


.home_about h1{
    margin-top: 40px;
    color: #4C6CC6;
    font-size: 38px;
}


.home_about i{
    font-size: 16px;
    font-weight: 600;
    color: #4C6CC6;
    line-height: 2em;
}

.home_about p{
    font-size: 13px;
    color: #666;
    margin-top: 30px;
    font-weight: 500;
    line-height: 1.8em;
    width: 65%;
}



.home_authority{
    width: 100%;
    background-color: #f4f4f4;
    padding: 6%;
    text-align: center;
}



.home_authority p{
    font-weight: 500;
    
}

.home_authority div .item{
    height: 438px;
    background-color: #fff;
    border-radius: 30px;
}

.home_authority .owl-carousel2{
        margin-top: 70px;
}


.authority_img{
    width: 100%;
    height: 346px;
    background: #ddd;
    border-radius: 30px 30px 0 0;
    overflow:hidden; 
}
.authority_img img{
    height: 100%;
}

.home_authority div .item h3{
    font-size: 18px;
    color: #666;
    font-weight: 500;
}

.home_authority div .item p{
    font-size: 13px;
    color: #ccc;
    font-weight: 500;
}


.foot{
    width: 100%;
    height: 200px;
    background-color: #494949;
    background-image: url(../images/footbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 7%;
    padding-right: 7%;
}


.f_item{
    width: 33.3%;
    float: left;
    color: #ddd;
}

.foot .foot_c{
        padding-top: 70px;
}

.foot .foot_c .logo{
    margin: 0 auto;
    float:initial;
    
}

.foot .foot_c p{
    text-align: center;
}

.foot_l{
    padding-top: 60px;
}

.foot_l ul{
    padding: 0;
}

.foot_l ul li{
    float: left;
    margin-right: 40px;
    font-weight: 500;
}

.foot_l ul li a{
    color: #ddd;
}

.foot_l p{
    margin-top: 50px;
    font-size: 12px;
    color: #ccc;
}

.foot_r{
    padding-top: 40px;
    float: right;
    text-align: right;
    font-weight: 500;
}

.foot_r img{
    margin-right: 25px;
    margin-bottom: 16px;
}





.info_body{
    padding: 4%;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 400px;
    font-weight: 500;
}

.info_body h1{
    margin-left: 14px;
}

.info_body p{
    margin-left: 14px;
}

.info_body form{
    margin-top: 50px;
}

.info_body input{
    border: solid 2px #F9F9F9;
    height: 42px;
    box-shadow:none;
    background: #F9F9F9;
    margin-top: 2px;
    margin-bottom: 22px;
}

.info_body input:focus{
    box-shadow:none;
    background: #fff;
    border: 2px solid #4C6CC6;
    
}

.info_body textarea{
    border: solid 2px #F9F9F9;
    box-shadow:none;
    background: #F9F9F9;
    margin-top: 2px;
    margin-bottom: 22px;
}

.info_body textarea:focus{
    box-shadow:none;
    background: #fff;
    border: 2px solid #4C6CC6;
    
}

.info_body button{
    height: 42px;
    margin-top: 36px;
}


.info_body select{
    border: solid 2px #F9F9F9;
    height: 42px;
    box-shadow:none;
    background: #F9F9F9;
    margin-top: 2px;
    margin-bottom: 22px;
}

.info_body select:focus{
    box-shadow:none;
    background: #fff;
    border: 2px solid #4C6CC6;
    
}




.info_body .info-item-value{
    border: solid 2px #F9F9F9;
    height: 42px;
    box-shadow:none;
    background: #F9F9F9;
    margin-top: 2px;
    margin-bottom: 22px;
    cursor: pointer;
}




.apply_body{
    padding: 4%;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 400px;
    font-weight: 500;
}

.apply_body h1{
    margin-left: 14px;
}

.apply_body p{
    margin-left: 14px;
}

.apply_list{
    height: 430px;
    border-radius: 30px;
    border: 1px solid #DDDDDD;
    margin-top: 50px;
    overflow: hidden;
}

.apply_list_t{
    height: 100px;
    border-bottom: 1px solid #dddddd;
    background: #F9F9F9;
    padding-left: 3%;
    padding-right: 3%;
}

.apply_list_t span{
    display: inline-block;
}

/* .apply_list_t i{
    display: inline-block;
    width: 1.5rem;
    border-bottom: 1px solid #4C6CC6;
    
} */




.app_body{
    padding: 4%;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 400px;
    font-weight: 500;
    
}

.app_body h1{
    margin-left: 14px;
}

.app_body p{
    margin-left: 14px;
}

.app_box{
    padding: 1.5%;
    margin-top: 50px;
}

.app_f{
    height: 380px;
    border-radius: 20px;
    box-shadow: 0px 15px 47px rgb(190 190 190 / 20%);
    text-align: center;
    transition:all 0.3s;
    cursor: pointer;
}

.app_f:hover{
    margin-top: -10px;
    margin-bottom: 10px;
}

.app_f img{
    margin-top: 110px;
}


.app_f h4{
    color: #4C6CC6;
    margin-bottom: 60px;
}

.app_f p{
    font-size: 12px;
    color: #999;
    width: 70%;
    margin: 0 auto;
    line-height: 1.8em;
    
    
}



.factory_body{
    background-image: url(../images/pagebg.png);
    background-repeat: no-repeat;
    background-position: center 30%;
    background-attachment: fixed;
    background-size: 100%;
    padding: 4%;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 400px;
    font-weight: 500;
}

.factory_body h1{
    color: #4C6CC6;
    margin-top: 30px;
    margin-bottom: 30px;
} 


.factory_body p{
    font-size: 16px;
    line-height: 1.8em;
    color: #666;
}

.factory_body .row{
    margin-top: 50px;
    margin-bottom: 220px;
}


.page_banner .btn{
    width: 192px;
    height: 42px;
    border-radius: 42px;
    background: none;
    border: 2px solid #F5CB68;
    color: #F5CB68;
    line-height: 1.8em;
    margin-top: 10px;
}

.page_banner .btn:hover{
    background: #F5CB68;
    border: 2px solid #F5CB68;
    color: #fff;
}

.fac_hzqy{
    text-align: center;
    
}

.fac_hzqy h1{
    color: #333;
}

.fac_hzqy_box{
   padding-left: 4%;
    padding-right: 4%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.fac_hzqy_f{
    height: 130px;
    border-radius: 20px;
    background: #FAFAFA;
    padding: 5%;
    padding-left: 10%;
}

.fac_hzqy_f_l{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #4C6CC6;
    float: left;
    margin-top: 10px;
    text-align: center;
    
}

.fac_hzqy_f_l p{
    color: #fff;
    line-height: 2.3em;
    font-size: 26px;
}

.fac_hzqy_f_r{
    float: left;
    margin-left: 20px;
}

.fac_hzqy_f_r h4{
    font-size: 22px;
    color: #4C6CC6;
}

.fac_hzqy_f_r p{
    color: #999;
}

.fac_jrtj{
    width: 100%;
        margin-top: 28px;
    margin-bottom: 40px;
}

.fac_jrtj h2{
    font-size: 32px;
}

.fac_jrtj p{
    color: #4C6CC6;
    font-size: 18px;
    margin-left: 30px;
}


.apply_list_t {
    height: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    background: #F9F9F9;
    color: #4C6CC6;
    font-size: 0.18rem;
    padding: 0 0.9rem;
    font-weight: 400;
}

.unuse-color {
    color: #ccc;
}

.apply_list_t span {
    display: inline-block;
}

.apply_l1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.line {
    margin-left: 0.19rem;
    margin-top: 0.15rem;
    width: 1.5rem;
    height: 1px;
    border-top: #4C6CC6 1px solid;
}

.check {
    margin-bottom: 0.05rem;
    margin-top: -0.1rem;
}

.unuse {
    visibility: hidden;
}

.apply_list_d {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
    color: #666666;
    font-size: 0.14rem;
    height: 2.8rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.list-title {
    font-weight: bold;
}

.list-detail {
    margin-top: 0.15rem;
    color: #999999;
    font-weight: 400;
}

.deital-content {
    margin-bottom: 0.05rem;
}


.modal-container {
    margin: 0.5rem 0.3rem;
}

.modal-title {
    font-size: 0.3rem;
    font-weight: 400;
    color: #333333;
}

.modal-image img {
    width: 0.17rem;
    height: 0.09rem;
    margin-left: 0.06rem;
}

.modal-main {
    margin-top: 0.5rem;
}


.form-control:focus {
    border-color: #fff;
    box-shadow: none;
}


























@media (max-width:640px) {
   
    
    
}



