 *{
    margin: 0;
    padding: 0;
    list-style: none;
 }
 html,body{
    width: 100%;
    height: 100%;
    min-width: 1350px;
 }
 body{
    overflow-y: auto;
 }
 @font-face{
    font-family:"JDLANGZHENGTI" ;
    src: url("../face/JDLANGZHENGTI.TTF");
 }
 .header_box {
   width: 100%;
   height: 7%;
   background-color: #fff;
   font-family: "JDLANGZHENGTI";
   color: #d32f1f;
 }
 .header_box_info{
   width: 100%;
    padding: 0px 15%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "JDLANGZHENGTI";
    
 }
 .header_box_info>img{
   height: 75%;
   margin-right: 8px;
 }
 .header_box_info>.line_box{
   width: 2px;
   height: 45%;
   background-color: rgba(255, 255, 255, 0.5);
   margin: 0px 12px;
 }
 .banner_box{
    width: 100%;
 }
 .banner_box>img{
   width: 100%;
   display: block;
 }
 .container_box{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
 }
 .container_box>h3{
    font-size: 38px;
    font-weight: bold;
    font-family:"JDLANGZHENGTI" ;
    text-align: center;
    margin-bottom: 6px;
 }
 .container_box>p{
    font-size: 14px;
    font-family:"JDLANGZHENGTI" ;
    text-align: center;
    text-transform:uppercase;
    margin-bottom: 20px;
 }
 .type_box{
    width: 1280px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
 }
 .type_box>li{
    width: 245px;
    height: 145px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
 }
 .typeAll_box{
   width: 1280px;
   display: flex;
   justify-content: space-between;
   overflow: hidden;
   margin: 0 auto;
 }
 .type_big_box{
   width: 245px;
   border-radius: 10px;
   overflow: hidden;
   background-color: #cfe5ff;
 }
 .type_big_box>a{
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   outline: none;
   text-decoration: none;
 }
 .type_big_box>a>img{
   height: 74px;
   margin-bottom: 10px;
}
.type_big_box>a>span{
   font-size: 14px;
   color: #333;
   /* font-family:"JDLANGZHENGTI" ; */
}
 .type_box>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: none;
    text-decoration: none;
    /* text-underline-offset: none; */
 }
 .type_box>li>a>img{
    height: 74px;
    margin-bottom: 10px;
 }
 .type_box>li>a>span{
    font-size: 14px;
    color: #333;
    /* font-family:"JDLANGZHENGTI" ; */
 }
 .type_box>li:nth-child(1){
    background-color: #d3f1f6;
 }
 .type_box>li:nth-child(2){
    background-color: #e2e7ff;
 }
 .type_box>li:nth-child(3){
    background-color: #cfe5ff;
 }
 .type_box>li:nth-child(4){
    background-color: #f0f3ff;
    margin-bottom: 0px;
 }
 .type_box>li:nth-child(5){
    background-color: #e3ddfd;
    margin-bottom: 0px;
 }
 .type_box>li:nth-child(6){
    background-color: #d5f3ef;
    margin-bottom: 0px;
 }
 .type_box>li:nth-child(7){
    background-color: #d5f9ff;
    margin-bottom: 0px;
 }
 .type_box>li:nth-child(8){
    background-color: rgb(253, 255, 207);
    margin-bottom: 0px;
 }
 .type_box>li:nth-child(9){
    background-color: #a9fcf4;
    margin-bottom: 0px;
 }
 .footer{
    width: 100%;
    height: calc(100% - 7% - 36% - 44.9%);
    background: #333;
 }
 .type_box>li:hover .hover_box{
   display: flex;
 }
 .hover_box{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0,0.5);
   display: none;
   align-items: center;
   justify-content: space-between;
   padding: 0px 8px;
   box-sizing: border-box;
 }
 .item_hover{
   width: 30%;
   height: 24px;
   line-height: 24px;
   text-align: center;
   border:1px solid #fff;
   font-size: 12px;
   color: #fff;
   cursor: pointer;
   border-radius: 4px;
   text-decoration: none;
 }