body.indexbody {
    min-width: inherit;
}
.headerCon.animation .header .logo {
    -webkit-animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    -o-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.headerCon.animation .header .nav {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.header {
    width: 100%;
    height: 120px;
    background: #fff;
    border-bottom: 1px solid #d71920;
    position: relative;
}
.header .logo {
    flex-shrink: 1;
}
.header .logo a img {
    height: 58px;
    max-width: 100%;
    object-fit: contain;
}
.header .nav  {
    flex-shrink: 0;
}
.m-btn {
    display: none;
    width: 30px;
    height: 30px;
    background: url(../images/menu-btn.png)no-repeat center;
    background-size: 100%;
}
.header .nav ul li {
    height: 120px;
    position: relative;
}
.header .nav ul li a.tit {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 0 20px;
    line-height: 120px;
}
.header .nav ul li .nav-subnav {
    display: none;
    width: 220px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -80px;
    z-index: 4;
    background: #fff;
    border-top: 2px solid #d6001b;
    /* padding: 10px 0; */
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.header .nav ul li .nav-subnav dl dt {
    padding: 8px 10px;
}
.header .searchWrap {
    width: 30px;
    margin-left: 10px;
}
.header .search-btn {
    background: url(../images/search.png)no-repeat center;
    height: 100%;
    background-size: 18px;
    cursor: pointer;
}
.header .search-btn.cur {
    opacity: 0;
}
.header .searchWrap .searchCon {
    width: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    position: relative;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 5px 2px #C9C8C7;
    -moz-box-shadow: 2px 2px 5px 2px #C9C8C7;
    box-shadow: 2px 2px 5px 2px #C9C8C7;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-top: 35px;
}
.header .searchWrap .searchCon.on {
    opacity: 1;
    visibility: visible;
    width: 162px;
}
.header .searchWrap .searchCon input[type='text'] {
    width: 84%;
    height: 34px;
    background: none;
    padding: 0 10px;
}
.header .searchWrap .searchCon .btn {
    width: 28px;
    background: url("../images/search.png") no-repeat center;
    cursor: pointer;
}
.public-title {
    margin-top: 70px;
    margin-bottom: 50px;
}
@media (max-width:1921px) {
    .public-title {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}
@media (max-width:1440px) {
    .public-title {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
@media (max-width:1366px) {
    .public-title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
.public-title .en {
    text-transform: capitalize;
    font-size: 60px;
    color: #999;
    font-weight: bold;
    opacity: .2;
}
.public-title .cn {
    font-size: 40px;
    padding-bottom: 30px;
}
.public-title .cn::after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #d71920;
    height: 3px;
    width: 80px;
    left: 0;
}
.page-skipping {
    text-align: center;
    margin-top: 40px;
}
.page-skipping ul {
    display: inline-block;
}
.page-skipping ul li {
    float: left;
    font-size: 14px;
    color: #333;
    height: 32px;
    line-height: 32px;
    margin: 0 6px;
}
.page-skipping ul li.on a {
    color: #fff;
    background: #d71920;
    border: 1px solid #d71920;
}
.page-skipping ul li a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    padding: 0 12px;
    border: 1px solid #dbdbdb;
}
.page-skipping ul li a:hover {
    color: #fff;
    background: #d71920;
    border: 1px solid #d71920;
}
.page-skipping ul li input.t {
    width: 40px;
    height: 24px;
    outline: none;
    text-align: center;
}
.page-skipping ul li input.btn {
    width: 40px;
    font-size: 14px;
    color: #fff;
    height: 28px;
    cursor: pointer;
    background: #d71920;
    outline: none;
    border: 1px solid #d71920;
}
.footer .f-nav {
    padding: 100px 0;
    overflow: hidden;
}
.footer h4 {
    font-size: 18px;
}
.footer .f-nav ul {
    margin-right: 60px;
}
.footer .f-nav ul li dl {
    margin-top: 40px;
}
.footer .f-nav ul li dl dd {
    line-height: 40px;
}
.footer .f-nav ul li dl dd a {
    color: #777;
}
.footer .f-nav ul li dl dd a:hover {
    color: #d71920;
}
.footer .f-nav .f-qrImg {
    width: 150px;
}
.footer .f-nav .f-qrImg .pic {
    margin-top: 40px;
}
.footer .f-nav .f-qrImg .pic img {
    width: 100%;
}
.footer-copy {
    background: #f4f4f4;
}
.footer-copy .container {
    height: 180px;
}
.footer-copy .f-logo {
    margin-right: 20px;
}
.footer-copy .info {
    color: #777;
    font-size: 14px;
}
.footer-copy .copy-con {
    font-size: 14px;
    color: #777;
}
.footer-copy .copy-con .f-nav span {
    margin: 0 10px;
}
.footer-copy .copy-con a {
    color: #777;
}
.footer-copy .copy-con a:hover {
    color: #d71920;
}
.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}
.videoShow {
    width: 750px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 30%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.maskBg.active {
    opacity: 1;
}
.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.sub-banner {
    width: 100%;
    height: 765px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 110px;
}
.sub-banner .cn {
    font-size: 60px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    padding-bottom: 30px;
}
.sub-banner .cn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #FFF;
    width: 60px;
}
.sub-banner .en {
    font-size: 36px;
    text-transform: capitalize;
    color: #FFF;
    opacity: .7;
    margin-top: 30px;
    font-weight: bold;
}
.sub-banner.auto-height {
    height: auto;
}
.sub-banner .img {
    width: 100%;
}
.sub-nav-con {
    width: 100%;
    border-bottom: 1px #ccc solid;
    overflow-x: auto;
    overflow-y: hidden;
}
.sub-nav .container {
    white-space: nowrap;
}
.sub-nav a {
    margin-right: 60px;
    line-height: 80px;
}
.sub-nav a:last-child {
    margin-right: 0;
}
.sub-nav .on {
    color: #d6001b;
}
.sub-nav .on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #ab000c;
    z-index: 9;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}
.dp-con {
    display: none;
}
@media (min-width:1025px) {
    .header .nav ul li a.tit:hover {
        color: #c2021a;
    }
    .header .nav ul li:hover .nav-subnav {
        display: block;
    }
    .header .nav ul li .nav-subnav dl dt:hover {
        background: #d6001b;
    }
    .header .nav ul li .nav-subnav dl dt:hover a {
        color: #fff;
    }
}
@media (max-width:1440px) {
    .header,
    .header .nav ul li {
        height: 110px;
    }
    .header .nav ul li a.tit {
        line-height: 110px;
    }
    .header .nav ul li .nav-subnav {
        top: 110px;
    }
}
@media (max-width:1366px) {
    .public-title .en {
        font-size: 50px;
    }
    .public-title .cn {
        font-size: 32px;
        margin-top: -10px;
        padding-bottom: 15px;
    }
    .header,
    .header .nav ul li {
        height: 100px;
    }
    .header .nav ul li a.tit {
        line-height: 100px;
    }
    .header .nav ul li .nav-subnav {
        top: 100px;
    }
}
@media (max-width:1199px) {
    .public-title .en {
        font-size: 42px;
    }
    .public-title .cn {
        font-size: 30px;
    }
    .public-title .cn::after {
        width: 60px;
    }
    .m-btn {
        display: block;
    }
    .header .logo a img {
        height: 50px;
    }
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 90px;
        z-index: 999;
    }
    .header .container {
        height: 100%;
    }
    .header .nav {
        display: none;
        position: fixed;
        background-color: #FFF;
        left: 0;
        top: 99px;
        z-index: 99;
        top: 90px;
        width: 100%;
        height: calc(100% - 90px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
    }
    .header .nav ul li a.tit {
        line-height: 50px;
        border-bottom: 1px #e5e5e5 solid;
        text-align: left;
    }
    .header .nav ul li a.tit i {
        width: 10px;
        height: 10px;
        position: absolute;
        right: 20px;
        top: 50%;
        border-right: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        z-index: 9;
    }
    .header .nav ul li a.tit.cur i {
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
    }
    .header .searchWrap {
        display: none;
    }
    .header .nav ul li .nav-subnav {
        width: 100%;
        top: auto;
        position: inherit;
        border: 0;
        left: 0;
        margin: 0;
        box-shadow: none;
    }
    .header .nav ul li .nav-subnav dl dt a {
        text-align: left;
        padding-left: 40px;
    }
    .footer .f-nav {
        padding: 50px 0;
    }
    .footer .f-nav ul li dl {
        margin-top: 20px;
        font-size: 14px;
    }
    .sub-banner {
        height: 550px;
        padding-top: 90px;
    }
    .sub-banner .cn {
        font-size: 42px;
    }
    .sub-banner .en {
        font-size: 28px;
    }
    .sub-nav .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .sub-nav .mCSB_scrollTools .mCSB_draggerContainer {
        display: none;
    }
    .sub-nav a {
        line-height: 60px;
        margin-right: 40px;
    }
}
@media (max-width:950px) {
    .public-title .en {
        font-size: 38px;
    }
    .public-title .cn {
        font-size: 26px;
    }
    .footer .f-nav .f-qrImg {
        display: none;
    }
    .footer .f-nav ul {
        margin-right: 0;
    }
    .footer-copy .container {
        flex-flow: column;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-copy .container>div:first-child {
        display: none;
    }
    .footer-copy .copy-con {
        text-align: center;
        width: 100%;
    }
    .sub-banner {
        height: 480px;
        padding-top: 80px;
    }
    .sub-banner .cn {
        font-size: 34px;
        padding-bottom: 20px;
    }
    .sub-banner .en {
        font-size: 24px;
        margin-top: 20px;
    }
    .sub-nav a {
        margin-right: 30px;
    }
}
@media (max-width:767px) {
    .public-title .en {
        font-size: 32px;
    }
    .public-title .cn {
        font-size: 24px;
    }
    .sub-banner {
        height: 420px;
        padding-top: 70px;
    }
}
@media (max-width:480px) {
    body {
        font-size: 14px;
    }
    .public-title .en {
        font-size: 28px;
    }
    .public-title .cn {
        font-size: 20px;
    }
    .header {
        height: 70px;
    }
    .header .logo a img {
        height: 40px;
        max-width: 90%;
        object-fit: contain;
    }
    .header .nav {
        top: 70px;
        height: calc(100% - 70px);
    }
    .header .nav ul li a.tit {
        font-size: 16px;
    }
    .header .nav ul li .nav-subnav dl dt {
        font-size: 14px;
    }
    .sub-banner {
        height: 320px;
    }
    .sub-banner .cn {
        font-size: 28px;
        padding-bottom: 15px;
    }
    .sub-banner .cn::after {
        width: 40px;
    }
    .sub-banner .en {
        font-size: 18px;
        margin-top: 10px;
    }
    .sub-nav a {
        line-height: 50px;
        margin-right: 20px;
        font-size: 14px;
    }
}
@media (max-width:480px) {
    .footer-copy .copy-con {
        font-size: 12px;
    }
    .footer-copy .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer h4 {
        font-size: 16px;
    }
    .footer .f-nav ul li dl {
        font-size: 13px;
        margin-top: 10px;
    }
    .sub-nav a {
        margin-right: 15px;
    }
}