/*去掉h1的自带样式*/
#h1{
    font-weight: normal;
    max-width: none;
    line-height: normal;
    font-size: 3rem;
}
#h2,#h3{
    font-weight: normal;
}
.logo{
    width: 100px;
    height: 40px;
}
#navbarNav .ul .phone_img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

#navbarNav .ul .phone_font {
    font-size: 1.1rem;
    padding-top: .25rem;
}

#header .text_hiding{
    display: none;
}
header{
    position: relative;
}
#nav{
  transition: 0.3s ease-in-out;
  width:100%;
  z-index:999;
  top:0;
  left:0;
  position: absolute;
}
#nav.select{
  position:fixed;
}

.login_banner_bg{
  background: url(https://res.wx.qq.com/mpres/zh_CN/htmledition/pages/login/loginpage/images/bg_banner4273fb.png) no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.idcard{
  height: 180px;
}
.business_license{
  height: 300px;
}
.get-code-btn{
  padding:.375rem .75rem;
}
.idcard-reverse,.idcard-positive,.business_license{
    background-position: center center;
    background-size: cover;

}
.main-min-height{
  min-height: calc(100vh - 152px);
}
.text-black{
    color: #000;
}
@media (max-width: 320px){
    #h1{
        font-size: 2rem;
    }
    .tit{
        font-size: 1.2rem;
    }
    #first_banner #h1{
        font-size: 1.5rem!important;
    }
    #centralFoot .imgBox1 .mark1,#centralFoot .imgBox2 .mark2,#centralFoot .imgBox3 .mark3{
        opacity: 1!important;
    }
    #centralFoot div:nth-child(1){
        padding-top: 1rem;
    }
    #centralFoot{
        height: auto!important;
    }
    .d_flex{
        padding-top: 1.25rem;
    }
    .logo{
        width: 100px;
        height: 40px;
        margin-left: 30px;
    }
}
.Mobile_button{
    display: none;
}


@media (min-width:325px ) and (max-width:414px){

    #centralFoot .imgBox1 .mark1,#centralFoot .imgBox2 .mark2,#centralFoot .imgBox3 .mark3{
        opacity: 1!important;
    }
    #centralFoot div:nth-child(1){
        padding-top: 1rem;
    }
    #centralFoot{
        height: auto!important;
    }
    .Mobile_button{
        display: block;
    }
    .logo{
        width: 100px;
        height: 40px;
        margin-left: 30px;
    }
    ._li{
        padding-left: 14px;
    }
}
@media (max-width: 767px){
    .Mobile_ul{
        padding-bottom: 0 !important;
    }
    .Mobile_button{
        display: block;
    }
    ._li{
        padding-left: 14px;
    }

    .d_flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #header .text_hiding{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    .pt_0{
        padding-top: 0!important;
    }
    .banner2_p1{
        margin: 4.25rem 0 2rem 0!important;
    }
    .tjsc_setion,.fukf_setion{
        padding-top: 4.25rem;
    }

}

#first_banner{
    background: url('/cdpa/images/about_us_banner.png') no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}
#jfirst_banner{
    background: url('/cdpa/images/about_us_banner.png') no-repeat;
    background-size: 100% auto;
    height: 20rem;
}
/*#first_banner #h1{*/
    /*font-size: 2rem;*/
/*}*/
/*#about_us_header #first_banner .intro-content{*/
    /*padding-top: 3.9rem;*/
/*}*/
#companyIntroduction{
    height: 500px;
    background: #fff;
}
#companyIntroduction .title_h2,#developmentHistory #h3{
    color: #646464;
    font-size: 1.2rem;
}
#companyIntroduction article{
    color: #5f5a5a;
}
#developmentHistory{
    height: 800px;
}
#ourCoordinates{
    height: 510px;
}
#developmentHistory article,#ourCoordinates article{
    box-sizing: border-box;
    position: relative;
}
#developmentHistory article p span:nth-child(3),#ourCoordinates article p span:nth-child(3){
    width: 15rem;
    height: 5rem;
    color:#9c9797;
    font-size: .9rem;
}
#developmentHistory article p span:nth-child(2),#ourCoordinates article p span:nth-child(2){
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;

}
#developmentHistory article p span i.blueCir,#ourCoordinates article p span i.blueCir{
    width: 10px;
    height: 10px;
    border: 3px solid #f24141;
    display: inline-block;
    border-radius: 50%;
    background: #f5f5f5;
    z-index: 1;
    position: relative;
    float: left;
    margin-top: 4px
}
#developmentHistory article p span i.blueLine,#ourCoordinates article p span i.blueLine{
    background: #f24141;
    display: block;
    width: 4px;
    height: 500px;
    position: absolute;
    left: auto;
    top: 4px;
    border-radius: 4px;
    z-index: 0;
}
#developmentHistory article p span:nth-child(1) ,#ourCoordinates article p span:nth-child(1){
    width: 5.1rem;
    height:5rem;
    color:#9c9797;
    font-size: .9rem;
}
#centralFoot{
    height: 500px;
    background: #fff;
}
#centralFoot .imgBox1{
    position: relative;
    width: 365px;
    height: 345px;
    background: url('/cdpa/images/footerpng1.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1rem;
    cursor: pointer;

}

#centralFoot .imgBox1 .mark1{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#centralFoot .imgBox1 .mark1 .markImg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('/cdpa/images/markbg.png') no-repeat;
    background-size: 100% 100%;
    opacity: .6;
}
#centralFoot .imgBox1 .mark1 .markContentBox{
    position: absolute;
    color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#centralFoot .imgBox2{
    position: relative;
    width: 365px;
    height: 345px;
    background: url('/cdpa/images/footerpng2.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1rem;
    cursor: pointer;
}

#centralFoot .imgBox2 .mark2{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#centralFoot .imgBox2 .mark2 .markImg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('/cdpa/images/markbg.png') no-repeat;
    background-size: 100% 100%;
    opacity: .6;
}
#centralFoot .imgBox2 .mark2 .markContentBox{
    position: absolute;
    color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#centralFoot .imgBox3{
    position: relative;
    border: .01rem solid #cac5c5;
    width: 365px;
    height: 345px;
    background: url('/cdpa/images/footerpng3.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1rem;
    cursor: pointer;
}

#centralFoot .imgBox3 .mark3{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#centralFoot .imgBox3 .mark3 .markImg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('/cdpa/images/markbg.png') no-repeat;
    background-size: 100% 100%;
    opacity: .6;
}
#centralFoot .imgBox3 .mark3 .markContentBox{
    position: absolute;
    color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* style.
body{
  height: 100%;
  background-color: #FFFFFF;
} */
/* .login-container{
  height:100%;
} */

/* .login-banner{
  background: url(/img/login_banner.png) no-repeat;
  background-size: cover;
  background-position: center center;
} */
.login-logo{
  width: 100%;
  padding: 0px 56px;
  margin: 16px 0px;
  background-color: #FFFFFF;
  margin-bottom: 32px;
}
.login-content{
  width: 100%;
  margin: 16px 0px;
  background-color: #FFFFFF;
}
.login-title{
  font-style: normal;
  font-weight: bold;
  line-height: 44px;
  font-size: 32px;
  margin-bottom: 24px;
  color: #3D3D3D;
}
.lable-attr{
  font-weight: 500;
  font-size: 14px;
  color: #3D3D3D;
  text-align: left;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.login-input{
  width: 100%;
  background-color: #FFFFFF;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  margin: 8px 0px;
  border: 1px solid #B8B8B8;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  -webkit-transition-property: border-width,border-color,box-shadow;
  transition-property: border-width,border-color,box-shadow;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  box-shadow: 2px 2px 0 2px transparent;
  text-overflow: ellipsis;
  overflow: hidden;
}
.login-btn{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  -webkit-appearance: none;
  position: relative;
  -webkit-transition-property: background-color,border-color,color;
  transition-property: background-color,border-color,color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #FFFFFF;
  background-color: #2c4bff;
  padding-right: 16px;
  padding-left: 16px;
  margin: 8px 0px;
  height: 48px;
}
.login-btn:hover{
  background-color: #1F35B3;
  color: #FFFFFF;
}
.login-btn:focus{
  box-shadow: 0 0 0 3px #ABB7FF;
  outline: 0;
}
.login-footer{
  width: 100%;
  font-size: normal;
  font-weight: 500;
  font-size: 14px;
  margin: 16px 0px;
  color: #636363;
}
.login-footer a{
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.login-left{
  height: 100%;
  min-height: 100%;
  margin: 0px auto;
  overflow-y: auto;
  max-width: 100%;
  background-color: #FFFFFF;
}
.login-wechat{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  -webkit-appearance: none;
  position: relative;
  -webkit-transition-property: background-color,border-color,color;
  transition-property: background-color,border-color,color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #FFFFFF;
  background-color: #2c4bff;
  padding-right: 16px;
  padding-left: 16px;
  margin: 8px 0px;
  height: 48px;
  background-color: #FFFFFF;
  color: #636363;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 1px solid #B8B8B8;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 991px){
    .Mobile_button{
        display: block;
    }
    #about_us_header{
        background: url('/cdpa/images/about_us_mobile_banner.png') no-repeat;
        background-size: 100% 100%;
    }
    #first_banner{
        background: none;
    }
}
@media (min-width: 768px) {
    .mainBox{
        min-height: 100vh;
    }
    /*.navfooter{*/
        /*height: 1100px;*/
    /*}*/
    #about_us_header{
        background: url('/cdpa/images/about_us_banner.png') no-repeat;
        background-size: 100% 100%;
    }
    #Jabout_us_header{
        background: url('/cdpa/images/about_us_banner.png') no-repeat;
        background-size: 100% 100%;
    }
    #centralFoot .imgBox1 .mark1:hover{
        opacity: 1;
        animation:fadeInUp .5s both;
    }
    #centralFoot .imgBox2 .mark2:hover{
        opacity: 1;
        animation:zoomIn .5s both;
    }
    #centralFoot .imgBox3 .mark3:hover{
        opacity: 1;
        animation:fadeInUp .5s both;
    }

    /* .navbar{
        min-width: 1200px;
    }
    .navbar .container{
        min-width: 1200px;
    } */
}
@media (min-width:1300px) {
    .mainBox{
        height: 100vh;
    }
}

.hover-bg-light:hover {
    background-color: #f8f9fa!important;
}
  
.h1, h1 {
  font-size: 2.3rem;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2;
}

.oneBox{
    width: 16rem;
}
.allOne{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin-top: 3rem;
}
.title_h2{
    color: #646464;
    padding-top: 3.8rem;
    font-size: 2rem;
}
.allOne4{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    padding: 1rem 0 2.1rem 0;
}
.allOne4 .oneBox{
    width: 34%;
    margin: .25rem 0;
    border: 1px solid #eee;
    background: #eee;
}
.j{
    margin: 0 auto;
    padding: 1.5rem 0;
}
.qz{
    color: #4d8af5;
    font-weight: 600;
    justify-content: center;
    letter-spacing: .025rem;
}
.zx{
    padding: 1rem 0;
}
.jtitle_h2{
    color: #646464;
    font-size: 1.5rem;
    padding-top: 2rem;
    margin-bottom: 1rem;

}
.jallOne{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 1rem .2rem 2.2rem .2rem;
}
.jallOne .oneBox{
    border: .01rem solid #eee;
}

@media (max-width: 750px){
    .jtitle_h2{
        color: #646464;
        font-size: 1rem;
        padding-top: 2rem;
    }
    .jallOne{
        flex-direction: column;
        margin-bottom: 1.2rem;
    }
    .jallOne .oneBox{
        margin-bottom: 1rem;
    }

    .allOne4 .oneBox{
        width: 100%;
    }
}