@charset "utf-8";
body {
    /* max-width: 1600px; */
    margin: 0 auto;
}


/* CSS Document */


/*头部样式*/

.gp-header {
    width: 100%;
    position: relative;
    background: url(/cwc/2021/images/header_bg_01.jpg) no-repeat;
    background-size: cover;
}

.gp-header .gp-container {
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(255, 255, 255, .17);
}

.gp-header .top {
    /*! margin: 0 auto 20px; */
    /*! overflow: hidden; */
}

.topNav {
    /*! position: absolute; */
    /*! top: 30px; */
    /*! right: 205px; */
    margin: 17px 0 0 0;
}

.topNav a {
    padding: 0 20px;
    color: #fff;
    position: relative;
}

.topNav a:first-child {
    padding-left: 0px;
}

.topNav a:before {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background: #bdd4ff;
    position: absolute;
    right: 0;
    top: 3px;
}

.topNav a:last-child:before {
    display: none;
}

.logo {
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    float: left;
    overflow: hidden;
    padding: 26px 0 0 0;
}

.logo_02 {
    display: none;
}

.nav {
    /*! background: #2c59be; */
    margin: 10px 0 0 0;
}

.nav ul li {
    float: left;
    height: 46px;
    transition: all 0.3s ease;
    position: relative;
}

.nav ul>li {
    position: relative;
    /*! width: 8.3%; */
}

.nav ul li>a {
    padding: 0 25px;
    text-align: center;
    line-height: 46px;
    height: 46px;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    color: #fff;
    font-weight: bold;
    /*! font-size: 13px; */
}

.nav ul li.on>a,
.nav ul li:hover>a {
    background: #d33628;
    color: #fff;
}

.nav ul li.on>a::before,
.nav ul li:hover>a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a71a13;
    left: 0px;
    bottom: 0px;
}

.nav ul li.on .subNav {
    display: block;
}

.nav-wrapper>div {
    position: relative;
}

.headerFix-menu {
    position: absolute;
    right: -30px;
    top: 3px;
    cursor: pointer;
    display: none;
}

.headerFix-menu i {
    color: #fff;
    font-size: 30px;
}

.headerFix-close {
    float: right;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.headerFix-close i {
    color: #ccd2de;
    font-size: 24px;
}

.subNav {
    width: 100%;
    background: rgb(232, 56, 39, .7);
    position: absolute;
    left: 0;
    top: 46px;
    display: none;
    z-index: 9;
}

.subNav dd {
    display: block;
}

.subNav dd:hover {
    background: rgb(127, 0, 0, .36)
}

.subNav a {
    padding: 7px 10px;
    font-size: 15px;
    line-height: 24px;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
}

.top_right {
    float: right;
    text-align: right;
    /*! margin: 0 0 10px 0; */
}

.gp-header.current .headerFix-menu {
    display: block;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

.serBtn {
    cursor: pointer;
    display: block;
    height: 40px;
    position: relative;
    z-index: 99992;
    float: left;
    width: auto;
}

.serBtn i {
    display: inline-block;
    zoom: 1;
    width: 30px;
    background: url(/cwc/2021/images/ser.png) no-repeat center;
    height: 40px;
}

.serBtn i:before {
    display: inline-block;
    vertical-align: middle;
}

.ser {
    width: 196px;
    height: 30px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    /*! top: 22px; */
    right: 0;
    /*! border-radius: 20px; */
    /*! background: #fff; */
    margin: 32px 0 0 0;
    border: 1px solid #fff;
    border-radius: 20px;
}

.search input {
    position: absolute;
    height: 32px;
    line-height: 32px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
    outline: none;
}

.search input.notxt {
    color: #fff !important;
    padding: 0 30px 0 15px;
    /*! width:68%; */
    right: 0;
    width: 150px;
}

.search input.notxt1 {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #bbbdc3;
    border: none;
    background: url(/cwc/2021/images/ser.png) no-repeat left center;
}

.mobile_search input.notxt {
    background: none;
    /*! text-align: center; */
}

.goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    transition: none;
    background-color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}

.goTop:hover {
    color: #fff;
    background-color: #4b9ef7;
}

.goTop i {
    font-size: 32px;
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: 63px;
    display: none;
    top: 5px;
    left: 0;
    z-index: 99991;
}

.mobile-search-btn {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.mobile-search-btn i {
    color: #fff;
    font-size: 20px;
}

.mobile-inner-header {
    width: 100%;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.mobile-inner-header-icon {
    height: 26px;
    float: right;
    width: 26px;
    position: relative;
    cursor: pointer;
    text-align: right;
    margin-right: 20px;
    text-align: center;
    line-height: 26px;
    /*! font-size: 26px; */
    margin-top: 18px;
    background: url(/cwc/2021/images/mobile-menu.png) no-repeat;
    display: none;
}

.mobile-inner-header-icon.mobile-inner-header-icon-click {
    background: #6d1511;
}

.mobile-inner-header-icon.mobile-inner-header-icon-click span {
    background: #fff;
}

.mobile-inner-header-icon-out i {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0
}

.mobile-inner-header-icon-click i {
    display: none;
}

.mobile-inner-header-icon-out span {
    width: 25px;
    height: 2px;
    display: none;
    border-radius: 5px;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    width: 0;
    transition: left 0.3s ease-in-out;
    height: 0;
    background-color: #83201b;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    font-size: 1.8rem;
    border-bottom: solid 1px #6d1511;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    padding: 0 20px;
}

.mobile-inner-nav li {
    position: relative;
}

.mobile-inner-nav li.on {
    background-color: #6f1813;
}

.mobile-inner-nav li.on a {
    color: #fff;
    border-bottom: none;
}

.mobile-inner-nav li .icon-fanhui {
    background: url(/cwc/2021/images/n-rt.png) no-repeat center;
}

.mobile-inner-nav li .icon-fanhui:before,
.mobile-inner-nav li .icon-fanhui-copy:before {
    display: none;
}

.mobile-inner-nav li .icon-fanhui-copy {
    background: url(/cwc/2021/images/n-dw.png) no-repeat center;
}

.mobile-inner-nav li strong {
    color: #2c4780;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 1.4rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 50px;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    background: #6f1813;
    border-bottom: solid 1px #6f1813;
    overflow: hidden;
    padding-left: 18px;
    position: relative;
}

.mobile-inner-nav dd {}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: none;
    font-size: 14px;
}

.mobile-inner-nav dd a:hover {}

.mobile_search {
    clear: both;
    position: absolute;
    height: 40px;
    overflow: hidden;
    left: 0;
    top: 105px;
    width: 100%;
    z-index: 99993;
    display: block;
}

.mobile_search .search {
    overflow: hidden;
    height: 37px;
    position: relative;
    border-bottom: #6d1511 2px solid;
}

.mobile_search input.notxt {
    width: 100%;
    color: #fff;
    border: none;
    padding-right: 38px;
    height: 38px;
    box-sizing: border-box;
    font-size: 1.8rem;
}

.mobile_search input.notxt1 {
    width: 40px;
    right: 0;
    background: url(/cwc/2021/images/ser1.png) no-repeat center;
    border: none;
    height: 37px;
    left: auto;
    right: 15px;
}

.mobile-links {
    width: auto;
    margin: 0 20px 10px;
    overflow: hidden;
    padding: 10px 0 0;
    opacity: 0.6;
    font-size: 14px;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
    font-size: 14px;
}

.nav-open .mobile-inner-nav {
    width: 85%;
    display: block;
    position: fixed;
    right: 0px;
    top: 0;
    opacity: 1;
    transform: scale(1);
    height: 85%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    padding: 140px 0 0;
    transition: all 0.3s ease;
}

.m-link {
    color: #fff;
}

.m-link a {
    font-size: 12px;
    display: inline-block;
    width: auto;
    border: none;
    padding: 0 5px;
}


/*footer*/

.wrap_footer {
    background: url(/cwc/2021/images/footer_bg_02.png) no-repeat;
    overflow: hidden;
    background-size: cover;
    padding: 30px 20px;
}

.footer_left {
    float: left;
    line-height: 30px;
    color: #fff;
}

.footer {
    /*! padding: 15px 0; */
    overflow: hidden;
    /* text-align-last: justify; */
}

.footer_right {
    margin: 0 0 0 322px;
    position: relative;
}

.footer_right dt {
    color: #fff;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.footer_right dt a {
    color: #fff;
}

.footer_right::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 136px;
    background: rgb(255, 255, 255, .1);
}

.footer_right ul li {
    float: left;
    margin: 0 0 0 28px;
    width: 118px;
}

.footer_right dd {
    margin: 0 0 10px 0;
}

.footer_right dd.t {
    display: inline-block;
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
}

.footer_right a {
    color: rgb(255, 255, 255, .8);
}

.footer_right a:hover {
    text-decoration: underline;
}

.footer span {
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}

.code {
    display: block;
    width: 110px;
    height: 110px;
    float: left;
}

.codeTxt {
    display: block;
    margin: 30px 20px 30px 0;
    color: #2c59be;
}

.copyRight {
    /*! background: rgba(0, 0, 0, 0.12); */
    /*! padding: 13px; */
    text-align: center;
    overflow: hidden;
    /*! border-top: #5271b9 1px solid; */
    margin: 20px auto 0;
}

.copyRight p {
    color: #fff;
    line-height: 22px;
    margin: 0px;
}

@media screen and (max-width:1240px) {
    .logo {
        width: 30%;
    }
    .top_right {
        width: 60%;
    }
    .nav ul li>a {
        padding: 0 13px;
    }
}

@media screen and (max-width:1130px) {
    .footer_right ul li {
        margin: 0 0 0 50px
    }
}

@media screen and (max-width:1440px) {
    .logo {
        padding: 40px 0;
    }
}

@media screen and (max-width:1020px) {
    .footer_left {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .footer_right {
        margin: 0px;
    }
    .footer_right::before {
        display: none;
    }
    .footer_right ul li {
        width: 16.6%;
        margin: 0px;
        ;
    }
    .gp-header {
        /*! border-top: #2b52c0 4px solid; */
    }
    .logo {
        width: 50%;
    }
    .nav,
    .ser,
    .topNav {
        display: none;
    }
    .mobile,
    .mobile-inner-header-icon {
        display: block;
    }
    .footer {
        /*! padding: 20px 0; */
    }
    .footer-lf {
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer-lf p {
        display: inline-block;
        padding-right: 3%;
    }
    .f-logo {
        width: 100%;
        float: none;
        border-top: #1f5898 1px solid;
        border-bottom: #1f5898 1px solid;
        padding: 15px 0;
        margin: 15px 0;
    }
    .f-logo a {
        display: block;
        max-width: 108px;
        margin: 0 auto;
    }
    .footer-rt {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width:640px) {
    .footer_right ul li {
        width: 32.3%;
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .logo {
        width: 60%;
    }
    .mobile-inner-header-icon {
        margin-top: 20px;
    }
    .footer-lf p {
        display: block;
        padding: 3px 0;
    }
    .copyRight span {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .logo {
        width: 80%;
        padding: 20px 0;
    }
}