*{
    margin: 0;
    padding: 0;
    font-size: 18px;
}
a{
    text-decoration: none;
}
/* a:visited{
    color: black;
} */
#register:hover{
    text-decoration: underline;;
}
.header{
    width:100%;
    height: 50px;
    background-color:#337741;
    display: flex;
    justify-content: space-between;
}
.headerleft{
    width: 60%;
    height: 100%;
    margin-top: 8px;
}
.hederright{
    width: 30%;
    height: 100%;
    margin-right: 10%;
}
.footer{
    width:100%;
    height: 70px;
    background-color:#ffffff ;
    display: flex;
    justify-content: space-between;
}
.footerimg{
    width: 22.5px;height: 34.5px;
    float: left;
    margin-left: 15%;
}
.ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    text-align: center;
    padding: 0 10%;
    margin-top: -9px;
}
.ul li{
    display: block;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 32px;
    color: black;
    border-bottom: 6px solid #ffffff;
    margin-top: 33px;
    font-weight: bold;
    font-size: 48x;
}
.ul li:hover{
    cursor: pointer;
}
.footerban{
    width: 100%;
    height: 640px;
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 640px;
    display: flex;
    justify-content: space-between;
}
.footerul{
    width: 200px;
    height: 20px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    /* background-color: redd; */
}
.footerul li{
    font-size: 24px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    line-height: 24px;
    opacity: 0.4;
}
.footerul li:hover{
    cursor: pointer;
}
.foot{
width: 100%;
height: 300px;
background: #192638;        
display: flex;
justify-content: space-between;
}
.footul{
list-style: none;
display: flex;
justify-content: space-around;
align-items: center;
}
.footul li{
position: relative;
text-align: center;
}
.footul li img{
position: absolute;
top: 60px;
left: -50px;
}
.footul li span{
position: absolute;
width:140px ;
color: #ffffff;
height: 18px;
left: -50px;
top: 80px;
}
.cmp{
display: block;
width: 398px;
height: 30px;
font-size: 30px;
transform: translateY(-5px);
/* line-height: 0px; */
}
.addr{
display: block;
width: 254px;
height: 20px;
margin-left: 10px;
/* line-height: 60px; */
}
.phone{
display: block;
width: 132px;
height: 16px;
margin-left: 10px;
/* line-height: 50px; */
}
.chuanzhen{
display: block;
width: 190px;
height: 18px;
margin-left: 10px;
/* line-height: 50px; */
}
.youxian{
display: block;
width: 198px;
height: 22px;
/* line-height: 30px; */
opacity: 0.4;
transform: translateY(-9px);
}
.minfoot{
width: 100%;
height: 200px;
background: #192638;        
display: flex;
justify-content: space-between;
}
.minfootul{
list-style: none;
display: flex;
justify-content: space-around;
align-items: center;
}
.minfootul li{
position: relative;
}
.minfootul li img{
position: absolute;
top: 50px;
left: -50px;
}
.minfootul li span{      
display: block;  
position: absolute;
width:70px ;
color: #ffffff;
height: 9px;
left: -40px;
top: 40px;
}
.mincmp{
display: block;
width: 199px;
height: 30px;
font-size: 15px;
/* line-height: 30px; */
transform: translateY(13px);
}
.minaddr{
display: block;
width: 192px;
height: 20px;
font-size: 9px;
margin-left: 5px;
}
.minphone{
display: block;
width: 192px;
height: 16px;
/* line-height: 20px; */
font-size: 9px;
margin-left: 5px;
}
.minchuanzhen{
width: 198px;
height: 18px;
/* line-height: 20px; */
font-size: 9px;
margin-left: 5px;
}
.minyouxian{
display: block;
width: 198px;
height: 22px;
/* line-height: 10px; */
opacity: 0.4;
font-size: 9px;
transform: translateY(-5px);
}
/* 这个是弹框的 */
.zhezhao{
    position: fixed;
    left: 0px;
    top: 0px;
    background:  rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    /* opacity: 0.5; */
    z-index: 5;
}
.tankuang{
    position: fixed;
    background: #fff;
    width: 600px;
    height: 435px;
    border-radius: 5px;
    /* margin: 5% auto; */
    /* transform: translateY(-458px); */
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -229px;
    
}
#tangkuangheader{
    height: 35px;
    background-color:rgb(64, 150, 209); 
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    padding-left: 5px;
}
#tangkuangheader-right{
    position: absolute;
    width: 35px;
    height: 35px;
    /* border-radius: 5px; */
    /* background: red; */
    color: #fff;
    right: 0px;
    top: 0px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tangkuangheader-right:hover{
    background: rgba(255,255,255,0.5);
}