*{
    box-sizing: border-box;
}
html,body,ul,h1,h2,h3,h4,h5,p{
    margin: 0;
    padding: 0;
}
h4{
    margin: 10px 0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000000;
    font-weight: 200;
}
h4{
    font-weight: 400;
    font-size: 22px;
}

body{
    font-size: 14px;
    color: #000000;
    position: relative;
    min-width:1400px;
}
.container{
    width: 1200px;
    margin: 0 auto;
}





.content .actiacl-box p{font-family: 仿宋_gb2312, fangsong_gb2312; font-size: 18px!important;line-height: 2em!important;}








/*头部*/
header{
    width: 100%;
    min-height: 50px;
    background-color: #ffffff;
}
.header-top{
    height: 18px;
    background-image: linear-gradient(to right, #e70312 ,#ee6904,#e0af00,#89b520,#3a984b, #248c58);
}
.header-top>.container,.top-link{
    height: 100%;
}
.top-link{
    display: flex;
    justify-content: end;
    align-items: center;
}
.top-link>span{
    padding: 0 10px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 100;
}
.top-link>a{
    color: #ffffff;
    font-size: 12px;
}
.plate-head{
    height: 100px;
    display: flex;
    align-items: center;
    background-image: url(../img/plate-logo.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto 100px;
}
.plate-head img{
    height: 60px;
}
header>.header-nav{
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right,#e60113,#c83a40);
}
header>nav>div{
    width: 100%;
    height: 100%;
    background: url(../img/nav-right.png) left center no-repeat,url(../img/nav-left.png) right center no-repeat;
    background-size: auto 42px;
}
header>nav>div>ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
header>nav>div>ul>li{
    width: 10%;
    height: 100%;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
header>nav>div>ul>li>a{
    color: #ffffff;
font-weight: 600;
font-size: 16px;
}
/*下拉菜单*/
header>nav>div>ul>li>ul{
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 42px;
    transition: .6s all;
}
header>nav>div>ul>li>ul>li{
    width: 100%;
    height: 42px;
    background-color: #E62738;
    border: 1.5px solid #E62738;
}
header>nav>div>ul>li>ul>li>a{
    color: #ffffff;
    font-weight: 600;
}
header>nav>div>ul>li>ul>li:hover{
    background-color: #ffffff;
}
header>nav>div>ul>li>ul>li:hover>a{
    color: #E62738;
}
header>nav>div>ul>li:hover>ul{
    opacity: 1;
    z-index: 3;
    transition: .6s all;
}
/*center*/
body>.content{
    width: 1200px;
    min-height: 800px;
    padding: 18px 0;
    margin: 0 auto;
    overflow:hidden;
}
.content .actiacl-top{
    width: 100%;
    height: 105px;
    text-align: center;
    border-bottom: 3px solid #de0000;
}
.content .actiacl-box{
    width: 100%;
    min-height: 500px;
    padding-top: 10px;
}
.content .actiacl-top>h4{
    font-size: 21px;
    font-weight: 600;
}
.content .actiacl-top>span{
    display: inline-block;
    margin-top: 5px;
}
/*底部*/
footer{
    color: #ffffff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
footer>div:nth-child(1){
    order: 2;
    padding: 6px 0;
    text-align: center;
    background-color: #b2272a;
}
footer>div:nth-child(2){
    padding: 6px 0;
    background-color: #c73c41;
    text-align: center;
}
footer>div:nth-child(2)>a{
    color: #ffffff;
    cursor: pointer;
}
footer>div>span:nth-child(2){
    padding: 0 10px;
}