.head{
    /* width: 1920px; */
    height: 120px;
    background: #F9954D;
    color: #FFFFFF;
    line-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body{
    margin: 0 !important;
}
.head-img{
    width: 58px;
    height: 62px;
    margin-right: 10px;
}
.head-front{
    height: 120px;
    margin-right: 50px; 
    display: flex;
    align-items: center;
}
.head-text{
    font-size: 36px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.ui{
    list-style: none;
    margin:0;
    padding:0;
}
.ui li{
    margin:0 10px;
    float: left;

}
.ui li:first-child a{
    text-decoration: underline;
}
.ui li a{
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}
.banner img{
    width: 100%;
    height: 800px;
}
.first-content{
    margin-top: 150px;
}
.img1{
    width: 600px;
    height: 450px;
}
.title1{
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    color: #F9954D;
}
.title2{
    font-size: 32px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
.title3{
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
}
.title4{
    font-size: 28px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
}
.first-card{
    display: flex;
    justify-content: center;
}
.second-content{
    height: 920px;
    background: #F5F5F5;
    text-align: center;
    padding-top: 120px;
}
.second-title{
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
.img2{
    width: 130px;
    height: 130px;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.card{
    margin: 20px;
}
.middle-icon{
    width: 80px;
    height: 80px;
}
.text1{
    font-size: 48px;
    font-family: Arial;
    font-weight: bold;
    color: #F9954D;
    padding: 0px;
    margin: 0px;
}
.text2{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
}
.flex-space-around{
    margin: 50px 0px;
    padding: 0px 400px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.foot{
    background: #080530;
    height: 300px;
    display: flex;
    justify-content:center;
}
.location{
    width: 16px;
    height: 20px;
}
.foot-text1{
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}
.foot-text2{
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #8782BD;
    opacity: 0.4;
}
.foot-content{
    width: 60%;
}
.foot-content p{
    line-height: 60px;
}
.foot-content .foot-text2{
    margin-left: 30px;
}
.foot-middle{
    display: flex;
    justify-content:space-between;
    line-height: 20px;
}
.foot-text3{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #CCCCCC;
}
.foot-end{
    display: flex;
    justify-content: center;
}
.hr{
    height: 2px;
    background-color: #FFFFFF;
    opacity: 0.1;
}
