.enterprise_fixed{
    position: fixed;
    width: 100%;
    height: 1rem;
    background: #343434;
    left: 0;
    top: 0;
    z-index: 2;
}
.enterprise_fixed .g-doc_in{
    overflow: hidden;
}
.enterprise_fixed span{
    float: left;
    width: 0.18rem;
    height: 0.32rem;
    margin-top: 0.31rem;
    cursor: pointer;
}
.enterprise_fixed span img{
    width: 100%;
}
.enterprise_fixed p{
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    font-size: 0.32rem;
    transform: translate(-50%,-50%);
}
.enterprise_banner{
    position: relative;
}
.enterprise_banner em{
    display: block;
    width: 100%;
    height: 5.6rem;
    background: url(/images/bg_qypj.png) center no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
}
.enterprise_banner .enter_con{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    /*margin-top: 1.64rem;*/
}
.enterprise_banner .enter_con p{
    color: #FFFFFF;
    font-size: 0.48rem;
    line-height: 0.5rem;
    margin-bottom: 0.85rem;
    font-weight:400;
    text-align: center;
}
.enterprise_banner .enter_con  div{
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0.04rem;
    padding: 0.2rem 0.4rem;
}
.enterprise_banner .enter_con  div span{
    display: inline-block;
    cursor: pointer;
    width: 0.4rem;
    height: 0.4rem;
    background: url(/images/entSearch.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 0.28rem;
    transform: translateY(0.06rem);
}
.enterprise_banner .enter_con  div input{
    border: none;
    outline: none;
    font-size: 0.36rem;
    height: 100%;
    box-sizing: border-box;
    background: #ffffff;
}
.enterprise_banner .enter_con  div input::placeholder{
    color: #999999;
    line-height: 0.4rem;
}
.enterprise_content{
    padding-top: 1.23rem;
    overflow: hidden;
}
.enterprise_content h2{
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.38rem;
    color: #010101;
    font-weight:400;
    margin-bottom: 0.26rem;
}
.enterprise_content > p{
    text-align: center;
    margin: 0 1.15rem;
    color: #737373;
    font-size: 0.28rem;
    line-height: 0.36rem;
    margin-bottom: 0.64rem;
}
.enterprise_content > div{
    background: url("/images/entbg.png");
    background-size: 100%;
    width: 100%;
    height: 10.5rem;
}
.enterprise_content ul{
    margin: 0 -0.075rem;
    overflow: hidden;
}
.enterprise_content ul li{
    width: 33.33%;
    float: left;
    margin-bottom: 0.4rem;
}
.enterprise_content ul li div{
    margin: 0 0.075rem;
    text-align: center;
}
.enterprise_content ul li div p{
    font-size: 0.32rem;
    font-weight:400;
    margin-top: 0.57rem;
}
.enterprise_content ul li:nth-child(7),.enterprise_content ul li:nth-child(8),.enterprise_content ul li:nth-child(9){
    margin-bottom: 0;
}
.enterprise_content ul li em{
    display: block;
    padding: 0.66rem;
    border-radius:1px 1px 0.08rem 0.08rem;
    box-sizing: border-box;
    /*width: 2.2rem;*/
    /*height: 2.2rem;*/
}
.enterprise_content ul li em img{
    width: 0.88rem;
    height: 0.88rem;
}
.footer_b{
    background: #191E27;
    height: 3.95rem;
    padding-top: 0.43rem;
    padding-bottom: 0.82rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.26rem;
    color: #778699;
    box-sizing: border-box;
}
.footer_b h4{
    text-align: center;
}
.footer_b h4 a{
    overflow: hidden;
    display: inline-block;
}
.footer_b h4 img{
    height: 0.6rem;
    position: relative;
    left: -3.7rem;
    filter: drop-shadow(3.7rem 0 #778699);
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
}
.footer_b p{
    font-size: 0.24rem;
    color: #778699;
    line-height: 0.26rem;
    text-align: center;
    margin-top: 0.2rem;
}
.footer_b p:nth-child(4){
    font-size: 0.27rem;
    line-height: 0.29rem;
}
.footer_b p:nth-child(5){
    margin-top: 0.4rem;
}
.footer_b p:nth-child(5) a{
    font-size: 0.24rem;
    line-height: 0.26rem;
    color: #778699;
}
.footer_b p:nth-child(5) a:first-child:after{
    content: '';
    display: inline-block;
    width: 0.01rem;
    height: 0.23rem;
    background: #778699;
    margin-left: 0.17rem;
    transform: translateY(0.03rem);
    margin-right: 0.17rem;
}
.pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    display: none;
}
.pop .pop_content{
    background: #ffffff;
    line-height: 2.38rem;
    border-radius: 0.04rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 6.22rem;
    font-size: 0.32rem;
}
.pop .pop_content span{
    font-size:0.34rem;
    color:#1F3777
}


