
/**通用样式*/
html,body{
    height: 100%;
    width: 100%;
}
*{
    margin: 0px;
    padding: 0px;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.cursor:hover{
    cursor: pointer;
}
.warp,.warp-con{
    width: 100%;
}
/**头部样式**/
.head-fixed{
    background-color: rgba(5,33,85,0.5);
}
.head{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}
.head-con{
    width: 74%;
    margin: 0px auto;
    display: flex;
    padding:20px  30px;
    justify-content: space-between;
    box-sizing: border-box;
}
.head-con .logo img{
    display: block;
    height: 40px;
}
.menu-nav>ul{
    display: flex;
}
.menu-nav>ul>li{
    width: 100px;
}
.menu-nav>ul>li>a{
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    color: #f8f8f8;
    font-size: 18px;
    line-height: 40px;
}
.menu-nav>ul>li.active>a{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.menu-nav>ul>li>a:hover{
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
/**联系我们**/
.middle-footer{
    width: 1000px;
    margin: 0px auto;
    padding-bottom: 100px;
} 
.middle-footer-title{
    text-align: center;
    font-size: 16px;
    padding: 40px;
}
.middle-footer-description{
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    line-height: 70px;
}
.middle-footer-btn{
    width: 150px;
    margin: 0px auto;
    margin-top: 50px;
    background-color: rgb(58, 103, 252);
    height: 40px;
    border-radius: 20px;

}
.middle-footer-btn a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.middle-footer-btn a:hover{
    cursor: pointer;
}
/**底部样式**/
.foot a{
    display: block;
    width: 100%;
}
.foot img{
    width: 100%;
    display: block;
}
/* .foot{
    width: 100%;
    background: url(./../assets/home/image/61.png) no-repeat;
    background-size: 100% 100%;
} */
/* .foot-con{
    width: 1400px;
    margin: 0px auto;
    padding: 180px 0px 0px 0px;
    position: relative;
} */
.foot-top{
    width: 1140px;
    height: 193px;
    background: #0098FF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    margin: 0px auto;
    display: flex;
    align-items: center;
    padding: 0px 70px;
    box-sizing: border-box;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}
.foot-top-con .name{
    font-size: 35px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
}
.foot-top-con .sub-name{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: 11px;
}
.foot-bottom{
    width: 100%;
    padding:200px 0px 100px;
    background-color: #000;
}
.foot-bottom-con{
    width: 1140px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}
.foot-bottom-con .service{
    display: flex;
    align-items: flex-start;
    margin-right: 100px;
}
.foot-bottom-con .service .title{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    margin-right: 40px;
}
.foot-bottom-con .service .con-list{
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 23px;
}
.foot-bottom-con .public{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.foot-bottom-con .public img{
    width: 88px;
    height: 88px;
    margin-right: 30px;
}
.foot-bottom-con .public .text{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}
.foot-bottom-con .nav-list{
    display: block;
}
.foot-bottom-con .nav-list .nav-list-con a{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.bottom{
    background: #1a1b1b;
    width: 100%;
    height: 30px;
    text-align: center;
}
.bottom .bottom-con{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom .bottom-con .p1{
    height: 30px;
    line-height: 30px;
    color: #ccc;
    margin-right: 20px;
    font-size: 12px; 
}
.bottom .bottom-con .p2{
    height: 30px;
    line-height: 30px;
    color: #ccc;
    margin: 0;
    font-size: 12px; 
}
.bottom .bottom-con .p2 a{
    height: 30px;
    line-height: 30px;
    color: #ccc;
    margin: 0;
    font-size: 12px; 
}
.arrive{
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
}
.arrive:hover{
    cursor: pointer;
}
.arrive img{
    width: 100%;
}