header{
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    /* border-bottom: 1px solid #73c1dd; */
}
.helogo{
    float: left;
    height: 100px;
    width: 125px;
    line-height: 100px;
}
.helogo img{
    width: 70%;margin-left: 30px;

}
header ul {
    height: 100px;
    float: left;
    line-height: 100px;
	font-weight: bold;
}
header ul li {
    float: left;
    margin-left: 60px;
    color: white;
    font-size: 14px;
}
.comri{
    float: right;
    height: 100px;
    color:white;
    line-height: 100px;
}
.comri a,.comri i{
    color: white;
}
.comri button{
    width: 50px;
    height: 28px;
line-height:28px;
    background-color: white;
    border: none;
    font-size: 14px;
    border-radius:3px; 
}
.sous{
    float: left;
    margin-right: 5px;
    position: relative;
}
.sous input{
    /* display: none; */
    /* background-color: #9999; */
    width: 0px;
    border: none;
    display: inline;
    border-radius: 3px; 
    /* border-bottom: 1px solid #4d4d4d; */
}
.sous input:focus {

    outline:none;
    /* padding-left: 10px; */
    /* border-bottom: 1px solid #4d4d4d; */
    
    }
.sous  .inputxxx{
    display: none;
        position: absolute;
        right: 30px;
        top: 1px;
        color: #333333;
    }
.zebox{
    font-size: 14px;
    margin-right: 40px;
	font-weight: bold;
}
.zebox a{
    margin:0 10px; 
}

/* 页脚 */

footer{
    width: 100%;
    height: 160px;
    background-color: #2982bc;
    overflow: hidden;
}
.footnav{
    width: 100%;
    height: 100px;
    line-height: 85px;
    border-bottom:1px solid #3f8fc3;
    /* overflow: hidden; */
    position: relative;
}
.flogo{
    float: left;
    width: 70px;
}
.flogo img{
    width: 100%;
}
.fabox{
    font-size: 14px;
    color: white;
    margin-left: 30px;
    float: left;
}
.fabox a{
    font-size: 14px;
    color: white;
    margin-right: 15px;
    margin-left: 15px;
}
.cafu{
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 110px;
    border-radius:3px;
    background-color: white; 
    float: right;
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
	color:#3f8fc3;
	font-size: 14px;

}
.cafu img{
    margin: 0 5px;
	white: 12px;
}
.ddd p{
    line-height: 60px;
    color: white;
    font-size: 14px;
    text-align: left;    
	/* margin-left: 78px; */
}
.footnav .main{
    position: relative;
}

/* 内页头部 */
.nyheader{
    background-color: #ffffff;
    border: none;
    position: fixed;
    top: 0;
    z-index: 99999;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.nyheader ul li{
    color: #4c4c4c;
}
.nyheader .zebox a{
    color: #4d4d4d;
}
.nyheader .zebox{
    color: #4d4d4d;
}
.nyheader button{
    color: white;
    background-color: #1e9df7;
}

/* 内页背景 */
.poster{
    width: 100%;
   
    position: relative;
    margin-top: 100px;
}
.poster img{
    width: 100%;
}
.pbox{
    width: 100%;
    position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
}
.pbox p{
    color: white;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Source Han Sans CN ExtraLight';
}

/* 手机头部 */

.mnav{
    display: none;
}
.he1{
    display: none;
}
.navxl{
    display: none;
}

.codeimg{
    width: 70px;
 height: 70px;
 position: absolute;
 right: 140px;
 top: 5px;
}
.codeimg img{
 width: 100%;
}

@media screen and (max-width: 700px) {
    body{
        margin: 0 !important;
    }
    header{
        display: none;
    }
    .main{
        width: 100%;
    }
    .mnav{
        width: 100%;
        height: 1rem;
        text-align: center;
        line-height: 1rem;
        padding:  0 0.2rem; 
        font-size: 0;
        position: fixed;
        top: 0;
        display: block;
        background-color: white;
        z-index: 99;
    }
    .mnav img   {
        height: 80%;
        line-height: 1rem;  
    }
    .Hui-iconfont-menu{
        float: left;
    }
    .Hui-iconfont-close{
        float: left;
        display: none;
    }
    .mnav span{
        font-size: 0.5rem; 
        /* margin-top: 50px; */
    }
    .navxl{
        background: white;
        display:none;
        height: calc(100% - 1rem);
        width: 100%;
        position: fixed;
        top: 1rem;
        z-index: 999;

    }
    .navxl ul{
        padding: 0.2rem;
    }
    .navxl ul li{
        font-size: 0.32rem;
        line-height: 1.4rem;
        color: #333333;
        border-top: 1px #f2f2f2 solid;

    }
    .he1{
        width: 100%;
        height: 1rem;
        display: block;
    }
    .footnav{
        display: none;
    }
    .ddd p {
        line-height: 1rem;
        color: white;
        font-size: 0.22rem;
        text-align: center;
    }
    footer {
        width: 100%;
        height: auto;
        background-color: #2982bc;
        overflow: hidden;
    }
    .pbox p {
        color: white;
        font-size: 0.3rem;
        line-height: 0.4rem;
        font-family: 'Source Han Sans CN ExtraLight';
    }
    .poster{
        height: 1.8rem;
		margin-top: 0;
    }

}





.lched{
    width:120px;
width:-webkit-fit-content;
width:-moz-fit-content;
    margin: 0 auto;
    font-size: 30px;
    color: #4c4c4c;
    text-align: center;
    border-bottom: 3px solid #f2f2f2;
    position: relative;
    bottom: -2px;
    padding-bottom: 0px;
}
.lched .xxx {
    width:50%;
    height: 3px;
    background-color: #2982bc;
    /* margin: 40px auto 0; */
    position: absolute;
    bottom: -3px;
    left: 0;
    /* transform: translateX(-50%); */
}