body {
    margin: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
p {
    margin: 0;
}
.header-wrap {
    width: 100%;
    min-width: 1200px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header-space {
    height: 80px;
}
.header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.header::after {
    clear: both;
    content: '';
}
.header .left {
    float: left;
}
.header .left img {
    width: 260px;    
    margin-top: 22px;
}
.header .left .logo1,
.header.active .left .logo2 {
    display: block;
}
.header.active .left .logo1,
.header .left .logo2 {
    display: none;
}
.header .right {
    float: right;
    position: relative;
}
.header .right li {
    float: left;
    line-height: 80px;
    position: relative;
}
.header .right li .children-list {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    -webkit-min-width: max-content;
    min-width: max-content;
    overflow: hidden;
    background: #FFFFFF;
    border-top: 2px solid #E5191A;
    box-sizing: border-box;
}
.header .right li .children-list .item {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #212121;
    text-align: center;
}
.header .right li .children-list.children-list-company .item {
    height: 40px;
    line-height: 40px;
}
.header .right li .children-list .item:hover {
    color: #E5191A;
}
.header .right li > a {
    font-size: 16px;
    color: #FFFFFF;
    padding: 6px 15px;
}
.header.active .right li > a {
    color: #333;
}
.header .right li:hover > a {
    color: #E5191A;
}
.header .right li .search {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-left: 15px;
}
.header .right li .search.morenm,
.header.active .right li .search.grey {
    display: initial;
}
.header.active .right li .search.moren,
.header .right li .search.grey {
    display: none;
}
.header .right .search-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: 40px;
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-radius: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    width: 0;
    transition: all .3s;
}
.header .right .search-wrap.active {
    opacity: 1;
    width: 218px;
}
.header .right .search-wrap #search-input {
    flex: 1;
    overflow: hidden;
    margin: 0;
    border: 0;
    background: transparent;
    outline: none;
    color: #212121;
}
.header .right .search-wrap #search-input::placeholder {
    color: #CACACA;
}
.header .right .search-wrap #search-btn {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.header .right li a.active {
    color: #E5191A;
    border-radius: 20px;
}
.footer-wrap {
    width: 100%;
    min-width: 1200px;
    background: #031F3F;
}
.footer {
    width: 1200px;
    height: 425px;
    margin: 0 auto;
}
.footer .top {
    padding-top: 60px;
    overflow: hidden;
}
.footer .top::after {
    content: '';
    clear: both;
}
.footer .top .left {
    float: left;
}
.footer .top .right {
    float: right;
}
.footer .top .left .item {
    float: left;
    width: 172px;
}
.footer .top .left .item li.title {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.footer .top .left .item li.link {
    font-size: 14px;
    margin: 20px 0;
    color: #FFFEFE;
    opacity: .8;
    transition: all .3s;
}
.footer .top .left .item li.link:last-child {
    margin-bottom: 0;
}
.footer .top .left .item li.link:hover {
    opacity: 1;
}
.footer .top .right .img-wrap {
    width: 150px;
    height: 150px;
}
.footer .top .right .img-wrap img {
    width: 100%;
    height: 100%;
}
.footer .top .right .text {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 16px;
}
.footer .center {
    margin-top: 52px;
    color: #FFFFFF;
}
.footer .center .label {
    font-size: 16px;
}
.footer .center a {
    font-size: 14px;
}
.footer .line {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin-top: 20px;
}
.footer .bottom {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 12px;
}
.footer .bottom > * {
    vertical-align: middle;
}
.footer .bottom > img {
    width: 18px;
    height: 18px;
}
.footer .bottom > #mobile {
    position: relative;
}
.footer .bottom .mobile-qrcode-wrap {
    position: absolute;
    top: -180px;
    left: -40px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #FFFFFF;
    display: none;
    transition: all .3s;
    opacity: 0;
    transform: translateY(10px);
}
.footer .bottom .mobile-qrcode-wrap.active {
    opacity: 1;
    transform: translateX(0);
}
.footer .bottom .mobile-qrcode-wrap #mobile-qrcode {
    width: 120px;
    height: 120px;
}
.footer .bottom .mobile-qrcode-wrap .text {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}
.back-top {
    position: fixed;
    bottom: 140px;
    right: 150px;
    width: 48px;
    height: 48px;
    background: #E5191A;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 999;
    display: none;
    cursor: pointer;
    transition: all .3s;
    opacity: 0;
    transform: translateY(20px);
}
.back-top.active {
    opacity: 1;
    transform: translateY(0);
}
.back-top img {
    width: 32px;
    height: 32px;
}
.pagination-wrap {
    width: 100%;
    text-align: center;
}
.pagination {
    display: inline-block;
    overflow: hidden;
}
.pagination::after {
    clear: both;
    content: '';
}
.pagination .prev,
.pagination .next {
    position: relative;
}
.pagination .prev img,
.pagination .next img {
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination > li {
    float: left;
    width: 48px;
    height: 40px;
}
.pagination .item,
.pagination .ellipsis {
    font-size: 20px;
    color: #999999;
    text-align: center;
    line-height: 40px;
}
.pagination .item.active {
    color: #FFFFFF;
    background: #E5191A;
}
.empty {
    width: 100%;
    margin: 156px 0;
    text-align: center;
}
.empty .img-wrap {
    width: 57px;
    font-size: 0;
    margin: 0 auto;
}
.empty .img-wrap img {
    width: 100%;
}
.empty .text {
    font-size: 16px;
    color: #999999;
    margin-top: 30px;
}