body{font-family: "Microsoft YaHei"}
.mt{
    margin: 1rem 0;
}
.tit{
    width: 90%;
    text-align: center;
    color: rgb(255, 121, 3);
    font-size:32px;
    position: relative;
    margin: 1rem auto;
}
.tit::before{
    content: '';
    display: inline-block;
    height: 4px;
    width: 3rem;
    background-color: rgb(255, 121, 3);
    position: absolute;
    left: 10%;
    top: 1rem;
}
.tit::after{
    content: '';
    display: inline-block;
    height: 4px;
    width: 3rem;
    background-color: rgb(255, 121, 3);
    position: absolute;
    right: 10%;
    top: 1rem;
}
.tit1{
    width:95%;
    text-align: center;
    color: rgb(255, 121, 3);
    font-size: 32px;
    position: relative;
    margin: 1rem auto;
}
.tit1::before{
    content: '';
    display: inline-block;
    height: 4px;
    width: 3rem;
    background-color: rgb(255, 121, 3);
    position: absolute;
    left: 5%;
    top: 1rem;
}
.tit1::after{
    content: '';
    display: inline-block;
    height: 4px;
    width: 3rem;
    background-color: rgb(255, 121, 3);
    position: absolute;
    right: 5%;
    top: 1rem;
}
.zy ul li{
    position: relative;
     width: 48%;
     float: left;
     text-align: center;
     margin: 1%;
     background-color: rgb(238, 238, 238);
     padding: 10px;
}
.zy ul li img{
    position: relative;
}
.zy ul li a{
    display: inline-block;
    width: 49%;
    background: rgb(254, 0, 0);
    padding: 10px;
    color: white;
    font-size: 24px;
}
.tl{
    text-align: left;
    height: 200px;
    font-size: 24px;
    padding: 10px;
}
.zy_bt{
    color: rgb(225, 125, 69);
    font-size: 30px;
    font-weight: bold;
}
.zy_bt span{
    color:black;
    font-size:24px;
}
.clearfix{
    clear: both;
}
.main3{
    text-align: center;
     height: 8rem;
     background: url(../images/9.jpg)no-repeat center;
     margin: 1rem auto;
}
.main3 h3{
    display: inline-block;
     margin-top: 1rem;
      color: white;
}
.main3 h3 span {
    color: rgb(255, 239, 0);
    font-size: 1.5rem;
}
.main3 form {
    margin-top: 1rem;
}
.main3 form input{
    width: 10rem;
    height: 2rem;
    line-height: 2rem;
    margin: 0 .5rem;
    border-radius: 5px;
}
.main3 form .sub{
    width: 7rem;
    height: 2rem;
    background-color: rgb(0, 102, 203);
    outline: none;
    border: none;
    color: white;
}
.sma{
    text-align: center;
    color: grey;
    margin-bottom: 20px;
    font-size: 24px;
}
.wz{
    color: grey;
    font-size: 26px;
    padding: 30px 30px 0 30px;
    line-height: 1.6;
}
.zxbtn{
    height: 65px;
    line-height: 65px;
    width: 80%;
    background-color: rgb(253,152, 18);
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    margin: 25px auto;
}
.zxbtn a{
    color: white;
}
.main8 ul li{
   width: 48%;
   float: left;
   margin: 1%;
}
