@import url("/static2022/bootstrap-icons/bootstrap-icons.css");
*{
    margin: 0;
    padding: 0;
}
img{
    /*width: auto;*/
    height: auto;
    max-width: 100%;
    max-height: 100%;

}
a{
    outline: none;
    text-decoration: none;
}
a:hover {
    outline: none;
    text-decoration: none;
}
p{
    margin: 0;
}
ol,ul,li{
    list-style: none;
    margin-top: 0;
     margin-bottom: 0;
}
body{
    color: #333;
}
input{
    outline: none;
}
button{
    outline: none;
}
.wp{
    max-width: 1400px;

    margin: auto;
}
/* header */
header{
    background: #af0000b0;
    height: 46px;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    
}
header .headertop{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header ul{
    display: flex;
    
    
}
header .mnav{
    display: none;
}
header .headertop ul li{
    margin-left: 15px;
    line-height: 30px;
}
header ul a,
header ul a:hover{
    display: flex;  
    color: #fff;
}
header ul a>div{
    margin-right: 5px;  
    display: flex;
    align-items: center;
}
header ul a img{
  
}
header ul a span{
    font-size: 13px;
    padding-bottom: 1px;
}
header .headertop .search{
    height: 28px;
    margin-right: 20px;
   
}
header .headertop .search>form{
    display: none;
    border-bottom: 2px solid #FFF;
    padding-bottom:2px;
}
header .headertop .search>div img{
    width: 24px;
    height: 24px;
    cursor: pointer;
    
}
header .headertop .search>div{
    padding-bottom:2px;
}
header .headertop .search>form button{
    border: none;
    outline: none;
    background-color: transparent;

}
header .headertop .search>form input{
    border: none;
    color: #fff;
    width: 170px;
    font-size: 12px;
    background-color: transparent;
    animation:input 1s;
	-webkit-animation:input 1s; /* Safari and Chrome */
}
@keyframes input
{
	from {width: 0;}
	to {width: 170px;}
}

@-webkit-keyframes input /* Safari and Chrome */
{
	from {width: 0;}
	to {width: 170px;}
}
header .headertop .search>form input::placeholder{
    
    color: #ffffff;
   
}
header .headerbottombg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.637), transparent);
    z-index: 10000;
    position: relative;
    height: 100px;
}
header .headerbottombg .headerbottom {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   height: 100%;
}
header .headerbottombg .headerbottom .logo{
    width: 300px;
}
header .headerbottombg .headerbottom .micon{
   display: none;
}
header .headerbottombg .headerbottom>ul>li>a>span{
   font-size: 18px;
}
header .headerbottombg .headerbottom>ul{
    height: 100%;
    
}
header .headerbottombg .headerbottom>ul>li{
   margin-right: 20px;
   height: 100%;
   display: flex;
   align-items: center;
   position: relative;
}

header .headerbottombg .headerbottom>ul>li:hover .towulbg{

   display: block;
}
header .headerbottombg .headerbottom>ul>li .towulbg{
    display: none;
    position: absolute;
    top: 100px;
    min-height: 220px;

    width: 800px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;

    animation:nav .5s;
	-webkit-animation:nav .5s; /* Safari and Chrome */
}
@keyframes nav
{
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes nav /* Safari and Chrome */
{
	from {opacity: 0;}
	to {opacity: 1;}
}
header .headerbottombg .headerbottom>ul>li:nth-child(1) .towulbg{
    left: 50%;
    transform: translateX(-50%);  
}
header .headerbottombg .headerbottom>ul>li:nth-child(2) .towulbg{
    left: 50%;
    transform: translateX(-50%);  
}
header .headerbottombg .headerbottom>ul>li:nth-child(3) .towulbg{
    left: 50%;
    transform: translateX(-50%);  
}
header .headerbottombg .headerbottom>ul>li:nth-child(4) .towulbg{
    left: 50%;
    transform: translateX(-50%);  
}
header .headerbottombg .headerbottom>ul>li:nth-child(5) .towulbg{
    left: 50%;
    transform: translateX(-50%);  
}
header .headerbottombg .headerbottom>ul>li:nth-child(6) .towulbg{
    left: 100%;
    transform: translateX(-70%);  
}
header .headerbottombg .headerbottom>ul>li:nth-child(7) .towulbg{
    left: 100%;
    transform: translateX(-80%); 
}
header .headerbottombg .headerbottom>ul>li:nth-child(8) .towulbg{
    left: 100%;
    transform: translateX(-90%);  
}
header .headerbottombg .headerbottom>ul>li:nth-child(9) .towulbg{
    left: 100%;
    transform: translateX(-100%);  
}
header .headerbottombg .headerbottom>ul>li .towulbg ul{
   
   margin-top: 25px;
 
   display: flex;
   flex-wrap: wrap;
   
}

header .headerbottombg .headerbottom>ul>li .towulbg ul li{
   
   width: 25%;
   margin-bottom: 20px;
   padding: 0 20px;
   box-sizing: border-box;
}
header .headerbottombg .headerbottom>ul>li .towulbg ul li a{
   
   color: #4b4b4b;
   font-size: 13px;
   display: flex;
   align-items: center;
   line-height: 2;
   justify-content: center;
}
header .headerbottombg .headerbottom>ul>li .towulbg ul li div{
   
   
   font-size: 16px;
   font-weight: bold;
   color: #b2141a;
   border-bottom: 2px solid #e5e5e5;
   padding-bottom: 10px;
   margin-bottom: 10px;
   text-align: center;
}
header .headerbottombg .headerbottom>ul>li .towulbg ul li a span{
   font-size: 18px;
   color: #b2141a;
   margin-right: 10px;
}
 /* Ã¥Âºâ€¢Ã©Æ’Â¨ */
 footer{
    background-color: #af0000;
}
footer .top .logo{
    height: 70px;
    margin-bottom: 10px;
}
footer .footermain>.top{
    padding: 20px 0;
    border-bottom: 1px solid #cb7272;
    display: flex;
    justify-content: space-between;

}
footer .footermain>.top .right{
    
    display: flex;
   align-items: flex-end;
}
footer .footermain>.top .right p{
   font-size: 12px;
   text-align: center;
   color: #fff;
   opacity: 0;
}
footer .footermain>.top .right>div>div{
    
   width: 95px;
}
footer .footermain>.top .right>div .div{
    
   opacity: 0;;
}
footer .footermain>.top .right>div{
    
  margin-left: 6px;
}
footer .footermain>.top .right>div .img{
    text-align: center;position: relative;
    margin-top: 20px;
    cursor: pointer;
}
footer .footermain>.top .right>div:hover .div{
    animation:nav 1s;
	-webkit-animation:nav 1s; /* Safari and Chrome */
	animation-fill-mode:both;
}
footer .footermain>.top .right>div:hover p{
    animation:nav 1s;
	-webkit-animation:nav 1s; /* Safari and Chrome */
	animation-fill-mode:both;
}
footer .footermain>.top .right>div:hover .img::before{
    animation:nav 1s;
	-webkit-animation:nav 1s; /* Safari and Chrome */
	animation-fill-mode:both;
}
footer .footermain>.top .right>div .img img{
    width: 64px;
    
}
footer .footermain>.top .right>div .img::before{
    
    content: "";
   background-image: url(../image/yijt.png) ;


   width:46px;
   height:22px;
   position:absolute;
   left:50%;
   top: -17px;
   transform: translateX(-50%);
    opacity: 0;
}
footer .footermain>.bottom p{
   color: #fff;
   font-size: 12px;
   text-align: center;
   padding: 10px 0;
}
footer .footermain>.bottom a{
   color: #fff;
   
}
footer .top .top p{
    font-size: 14px;
    color: #fff;
}
footer .top .top {
    margin-bottom: 20px;
}
footer .top .bottom {
   font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 1500px){
.wp {
    width: 94%;
    
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    margin: 0 auto;
}
}
@media screen and (max-width: 1400px){
    header .headerbottombg .headerbottom>ul>li>a>span{
        font-size: 14px;
    }
}


@media screen and (max-width:1100px) {
    header .headerbottombg .headerbottom .logo{
        width: 190px;
    }
    header .headerbottombg .headerbottom>ul>li:nth-child(1) .towulbg {
        left: 50%;
        transform: translateX(-30%);
    }
    header .headerbottombg .headerbottom>ul>li:nth-child(2) .towulbg {
        left: 50%;
        transform: translateX(-40%);
    }
}
@media screen and (max-width:800px) {
    .wp{
        padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    }
    header .headerbottombg .headerbottom .logo{
        width: 300px;
    }
    header .link ul a, header .link ul a:hover{
        align-items: center;
        flex-direction: column;
        
    }
    header .link ul{
       width: 100%;
        
    }
    header ul li{
        width: 20%;
    }
    header .headertop{
        display: none;
    }
    header .headerbottombg .headerbottom ul{
        display: none;
    }
    header .headerbottombg .headerbottom .micon {
        display: block;
        width: 40px;
    }
    header .headerbottombg{
        background-color: #990000;
        background-image: none;
    }
    header .mnav{
        background-color: #fff;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    header .mnavbg{
        background: rgba(0, 0, 0, 0.6);
        height: 200vh;
        display: none;
    }
    header .mnav a{
        color: #333;
        
    }
    header .mnav .search {
        height: .5333rem;
        background-color: rgba(204, 204, 204, 0.3);
        border-radius: 20px;
        
        padding: 0 20px;
        margin-bottom: 20px;
    }
    header .mnav .search input{
        border: none;
        flex: 1;
        background-color: transparent;
        font-size: 22px;
        line-height: .5333rem;
    }
    header .mnav .search button{
        border: none;
        width: 24px;
        background-color: transparent;
        display: flex;
        align-items: center;
    }
    header .mnav .search form{
        display: flex;
        align-items: center;
        height: 100%;
    }
    header .mnav>ul{
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    header .mnav>ul>li{
        width: 100%;
        line-height: 2.5;
        border-bottom: 1px solid #ccc;
       
    
    }
    header .mnav>ul>li:last-child{
        
        border-bottom: none;
    
    }
  
    header .mnav>ul li .onec{
        display: flex;
        justify-content: space-between;
        color: #333;
        
    }
    header .mnav>ul li .onec span{
        font-size: 22px;
        font-weight: bold;
        
    }
    header .mnav>ul li .onec span.active{
        transform: rotate(90deg);
        
    }
    header .mnav>ul li .towc ul a ,
    header .mnav>ul li .towc ul a:hover {
        font-size: 18px;
        color: #333;
        display: block;
        text-align: center;
    }
    header .mnav>ul li .towc ul div {
        font-size: 18px;
        color: #b2141a;
        font-weight: bold;
        border-bottom: 2px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
        
    }
    header .mnav>ul li .towc ul {
        display: flex;
        flex-wrap: wrap;
        
    }
    header .mnav>ul li .towc  {
        display: none;
        
    }
    header .mnav>ul li .towc ul li{
        width: 25%;
        padding: 0 20px;
    }
    header .mnav .link {
        
        display: flex;
        justify-content: center;
        
    }
    header .mnav .link ul span{
        
        font-size: 18px;
    }
    header .mnav .link ul li {
        
        margin: 0 10px;
    }
    footer .footermain>.top{
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    footer .footermain>.top .left{
       margin-bottom: 70px;
    }
    footer .footermain>.top .right{
        flex-wrap: wrap;
        position: absolute;
        bottom: 10px;
    }
    footer .footermain>.bottom{
       
    }
    footer .footermain>.top .right div{
        width: 33%;
        margin-left: 0;
        align-items: center;
    }
    footer .footermain>.top .right div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    footer .top .top p{
        font-size: 14px;
    }
    footer .top .bottom p{
        font-size: 14px;
    }
    footer .footermain>.top .right p{
        font-size: 14px;
    }
    footer .footermain>.bottom p{
        font-size: 14px;
    }
    footer .footermain>.top .right div{
        width: 25%;
    }
}
@media screen and (max-width:750px) {
    header .mnav>ul li .towc ul li{
        padding: 0 0.13rem;
    }
    header .headerbottombg .headerbottom .logo{
        width: 5.3333rem;
    }
    header .headerbottombg .headerbottom .micon{
        width: .8rem;
    }
    header .mnav .search {
        height: 1.0667rem;
    }
    header .mnav .search input{
        font-size: .48rem;
    }
    header .mnav>ul li .onec span{
        font-size: .48rem;
    }
    header .mnav>ul li .towc ul a, header .mnav>ul li .towc ul a:hover{
        font-size: .4267rem;
    }
    header .mnav>ul li .towc ul div {
        font-size: .4267rem;
        
    }
 
    header .mnav .link ul li{
        margin: 0;
       
        
    }
    header .mnav .link ul span{
        font-size: .32rem;
        color: #af0000;
    }
    footer .top .top p,
    footer .top .bottom p{
        font-size: .3733rem;
    }
    footer .footermain>.top .right p,
    footer .footermain>.bottom p{
        font-size: .32rem;
    }
    header .headerbottombg
    {
        height: 2.1333rem;
    }
 }
.height400 {height:400px;}
.height300 {height:300px;}
.height200 {height:200px;}