.mt{
    margin: 1rem 0;
}
.tit{
    width: 90%;
    text-align: center;
    color: rgb(255, 121, 3);
    font-size: 2rem;
    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: 2rem;
    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%;
     margin-top: 6rem;
     background-color: rgb(238, 238, 238);
     padding: 3rem 1rem 1rem;
}
.zy ul li img{
    position: absolute;
    width: 50%;
    left: 25%;
    top: -5rem;
}
.zy ul li a{
    display: inline-block;
    width: 45%;
    background: rgb(254, 0, 0);
    padding:.3rem .7rem;
    color: white;
}
.tl{
    text-align: left;
    height: 6rem;
}
.zy_bt{
    color: rgb(225, 125, 69);
    font-size: 1.4rem;
    font-weight: bold;
}
.zy_bt span{
    color:black;
    font-size: 1rem;
}
.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: 2rem;
}
.wz{
    color: grey;
}
.zxbtn{
    height: 3rem;
    line-height: 3rem;
    width: 50%;
    background-color: rgb(253,152, 18);
    border-radius: 20px;
    text-align:center;
    font-size: 1.5rem;
    margin: 2rem auto;
}
.zxbtn a{
    color: white;
}
.main8 ul li{
   width: 48%;
   float: left;
   margin: 1%;
}
