*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
ul{
    list-style: none;
}
.com{
    width: 1280px;
    margin: 0 auto;
}

.title h2{
    text-align: center;
    margin-top: 30px;
}

.index img{
    width:1280px;
    height: auto;
    margin-top: 30px;
}

.box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.box .box_left{
    width: 35%;
    height: auto;
    /* background-color: #cccccc; */
}
.box_left_text{
    font-size: 40px;
    color: #faac1b;
    letter-spacing: 1.5px;
}
.box_left_span{
    margin-top: 40px;

}

.box_left_span ul li {
    line-height: 35px;
    display: flex;
    align-items: center;
}
.box .box_right{
    width: 50%;
    /* background-color: red; */
    height: auto;
}
.box_right_text{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.box_right_span ul li {
    height: 40px;
    padding: 10px 0px;
}
.box_right_span ul li a{
    color: #000000;
}
.btn{
    margin-top: 30px;
   text-align: center;
}

.btn button{
   padding: 10px 130px;
   background-color: #faac1b;
   border: none;
   border-radius: 25px;
   font-size: 17px;
   color: #ffffff;
   font-weight: 600;
 }


.buttom{
    margin-top: 40px;
    background-color: #f2f2f2;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    text-align: center;
    font-size: 13px;
}