*{
    margin:0;
    padding:0
}
a{ text-decoration: none; color: #333333 }
.banner{
    width:100%;
    height:216px;
    background-image: url(./fupin.png);
    background-position: center;
    background-size: cover
}
.inner{
    width:100%;
    margin:auto;
}
.nav{
    height:88px;
     background-color: #fff;
     background-image: linear-gradient(180deg, #F20202 0%, #A31C1C 100%);
     /* border-radius: 12px;
     border-radius: 12px; */
}
ul{
    list-style: none;  
}
.navbox{
  box-sizing: border-box;
     display:flex;
    justify-content: space-around;
    font-family: SourceHanSansCN-Regular;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
flex-wrap: wrap;
justify-content:center ;
line-height: 43px
}
.navbox>li{
    display:flex;
    width: 87px;
}
 
section{
    margin-top:50px;
}
footer{
    background-image: linear-gradient(179deg, #E30000 0%, #D82121 44%, #A80000 100%);
    position: relative;
}



.footmain{ width: 100%;  background-repeat: no-repeat;
background-position: 20px 50%;  position: relative; }
.footmain{padding-top: 30px; padding-bottom: 30px;}
.footmain p{ font-size: 12px; line-height: 23px; text-align: center; color: #fff;  }
.footmain p a{ color: #fff }
.footicon{ width: 200px; position: absolute; right: 20px; top: 50%; margin-top: -35px; }
.footinone{ width: 100px; height: 100px; text-align: center; line-height: 1.8em; color: #fff; display: none; }
.footinone:first-child{display: none;}
.frilink{ height: 63px;margin-top: 50px; margin-bottom: 50px; background-color: #fff;
 box-shadow:1px 3px 3px rgba(0, 0, 0, 0.24) ; background-image:url(./linktit.jpg); background-repeat: no-repeat;
background-position: 0 0;}
.linktit{ width: 176px; height: 63px; line-height: 50px; }
.linktit span{ line-height: 63px; font-size: 18px; color: #fff; font-weight: 800; padding-left: 40px;  }
.linkmain{ width: 1142px; height: 63px; overflow: hidden; }
.linkmain a{ line-height: 63px; font-size: 14px; color: #969696; padding-left: 5px; padding-right: 5px; }
.more img{ width: 24px;  }
.frilink .more{ margin-top: 20px; }
