body {
    background: #000040 url("//www.news.cn/info/2021zgwlaqnh/images/banner_v1.png") 50% 0 no-repeat;
}

html {
    min-width: 1200px;
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    body {
        background: #0a1439;
    }

    .domPC {
        display: none !important;
    }

    .domMobile {
        display: block !important;
    }
}


@-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;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        /* opacity: 1; */
    }

    to {
        /* opacity: 0; */
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        /* opacity: 1; */
    }

    to {
        /* opacity: 0; */
        -webkit-transform: translate3d(0, -4000px, 0);
        transform: translate3d(0, -4000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("//www.news.cn/info/2021zgwlaqnh/images/coverBg_v1.png") center 0 no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

/* .topic1 {
            position: absolute;
            width: 1107px;
            height: 281px;
            left: 50%;
            margin-left: -554px;
            top: 300px;
            background: url("images/coverCon01_v1.png") center 0 no-repeat;
            background-size: 100% 100%;
        } */

.topic1 {
    position: absolute;
    width: 532px;
    height: 204px;
    left: 50%;
    margin-left: -568px;
    top: 363px;
    background: url("//www.news.cn/info/2021zgwlaqnh/images/coverCon02_v1.png") center 0 no-repeat;
    background-size: 100% 100%;
}

.topic2 {
    position: absolute;
    width: 532px;
    height: 287px;
    left: 50%;
    margin-left: 10px;
    top: 320px;
    background: url("//www.news.cn/info/2021zgwlaqnh/images/coverCon03_v1.png") center 0 no-repeat;
    background-size: 100% 100%;
}

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 530px;
}

.lmt {
    text-align: center;
}

.part01 {
    width: 1200px;
    margin: 0px auto 0;
}

.part01_left {
    width: 750px;
    float: left;
}

.part01_left .focus {
    position: relative;
    width: 750px;
    height: 420px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    border: 1px solid #009cff;
}

.part01_left .focus .swiper-container {
    width: 100%;
    height: 100%
}

.part01_left .focus .media-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.part01_left .focus .swiper-pagination {
    width: auto;
    right: 44%;
    left: auto;
    bottom: 6px
}

.part01_left .focus .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0;
    opacity: 1;
    background: #00a8ff;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 6px;
    width: 6px;
    height: 6px;
}

.part01_left .focus .swiper-pagination .swiper-pagination-bullet-active {
    width: 80px;
    background: #58c4ff;
}

.part01_left .focus .swiper-button-prev {
    display: none;
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) 0 0 no-repeat
}

.part01_left .focus .swiper-button-next {
    display: none;
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) 0 0 no-repeat
}

.part01_left .focus .swiper-container:hover .swiper-button-next,
.part01_left .focus .swiper-container:hover .swiper-button-prev {
    display: block
}

.part01_left .focus .swiper-slide {
    position: relative
}

.part01_left .focus .swiper-slide .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.part01_left .focus .swiper-slide .img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.part01_left .focus .swiper-slide .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 10px 30px 10px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .65);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}

.part01_left .focus .swiper-slide .tit a {
    color: #fff
}

.part01_right {
    width: 410px;
    float: right;
}

.part01_right li {
    overflow: hidden;
    clear: both;

}

.part01_right li+li {
    border-top: 1px dashed #3289ff;
    margin-top: 13px;
    padding-top: 13px;
}

.part01_right li img {
    width: 170px;
    height: 96px;
    float: left;
}

.part01_right li h3 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.part01_right li h3 a {
    font-size: 18px;
    color: #fff;
}

.part01_right li h3 i {
    width: 32px;
    height: 32px;
    margin-top: 3px;
    margin-bottom: 10px;
    padding-right: 13px;
    display: block;
    float: left;
}

.part01_right li h3 i img {
    width: 32px;
    height: 32px;
}

.part02 {
    width: 1200px;
    margin: 80px auto 0;
    background: url("//www.news.cn/info/2021zgwlaqnh/images/lmt_hyjs_v1.png") 50% 0 no-repeat;
}

.part02 .hyjs {
    font-size: 18px;
    color: #fff;
    text-indent: 2em;
    line-height: 38px;
    padding: 80px 30px 0;
    font-weight: normal;
}

.part03 {
    width: 1200px;
    margin: 80px auto 0;
}

.part03 .yc {
    margin-top: 50px;
}

.part03 .ycnr {
    height: 889px;
}

/*选项卡组件1*/
.part03 .tab1 {
    width: 1200px;
    position: relative;
    margin: 40px auto;
}

.part03 .tab1 .tab_menu {
    width: 100%;
    position: absolute;
    z-index: 1;
    float: left;
}

.part03 .tab1 .tab_menu li {
    width: 345px;
    height: 124px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    background: #001192;
    border-top: 3px solid #0a1439;
    line-height: 40px;
}

.part03 .tab1 .tab_menu li h2 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    margin-top: 11px;
    vertical-align: middle;
    width: 345px;
    display: table-cell;
    height: 123px;
    text-align: center;
}

.part03 .tab1 .tab_box {
    width: 747px;
    height: 885px;
    clear: both;
    top: 3px;
    position: relative;
    background-color: #00056f;
    left: 354px;
    padding: 0 50px;
    z-index: 100;
}

.part03 .tab1 .tab_menu .selected {
    background-color: #1f67d3;
    cursor: pointer;
    color: #fff;
}

.part03 .tab1 .tab_menu .selected h2 {
    background-color: #1f67d3;
    cursor: pointer;
    color: #fff;
}

.part03 .tab1 .hide {
    display: none;
}

.part03 .qbyc {
    margin: auto;
    height: 846px;
    overflow: auto;
    padding-top: 20px;
}

.part03 .qbyc li {
    position: relative;
    padding-left: 0px;
    padding-bottom: 29px;
    border-bottom: 1px dashed #3289ff;
    padding-top: 20px;
    padding-right: 20px;
    margin-right: 20px;
}

.part03 .qbyc li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("//www.news.cn/info/2021zgwlaqnh/images/timeIcon_v1.png") 0 0 no-repeat;
    left: 0px;
    top: 35px;
}

.part03 .qbyc li h3 {
    font-size: 18px;
    color: #68ffba;
    padding-top: 8px;
    line-height: 35px;
    padding-left: 30px;
}

.part03 .qbyc li h4 {
    font-size: 18px;
    color: #FFF;
    padding-top: 10px;
}

.part03 .qbyc li p {
    font-size: 18px;
    color: #fff;
    margin-top: 18px;
    color: #FFF;
    font-weight: normal;
}

.part03 .qbyc li h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 18px;
    color: #FFF;
    font-weight: normal;
}

.part03 .qbyc li h3 a {
    color: #fff;
}

.part03 .qbyc li h4 a {
    color: #fff;
}

.part03 .qbyc li p a {
    color: #fff;
}

.part04 {
    width: 1200px;
    margin: 100px auto 0;
}

.part04_left {
    width: 750px;
    float: left;
    margin-top: 50px;
}

.part04_left .focus {
    position: relative;
    width: 750px;
    height: 420px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    border: 1px solid #009cff;
}

.part04_left .focus .swiper-container {
    width: 100%;
    height: 100%
}

.part04_left .focus .media-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.part04_left .focus .swiper-pagination {
    width: auto;
    right: 44%;
    left: auto;
    bottom: 6px
}

.part04_left .focus .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0;
    opacity: 1;
    background: #00a8ff;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 6px;
    width: 6px;
    height: 6px;
}

.part04_left .focus .swiper-pagination .swiper-pagination-bullet-active {
    width: 80px;
    background: #58c4ff;
}

.part04_left .focus .swiper-button-prev {
    display: none;
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) 0 0 no-repeat
}

.part04_left .focus .swiper-button-next {
    display: none;
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) 0 0 no-repeat
}

.part04_left .focus .swiper-container:hover .swiper-button-next,
.part04_left .focus .swiper-container:hover .swiper-button-prev {
    display: block
}

.part04_left .focus .swiper-slide {
    position: relative
}

.part04_left .focus .swiper-slide .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.part04_left .focus .swiper-slide .img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.part04_left .focus .swiper-slide .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 10px 30px 10px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .65);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}

.part04_left .focus .swiper-slide .tit a {
    color: #fff
}

.part04_right {
    width: 410px;
    float: right;
    margin-top: 70px;

}

.part04_right li {
    overflow: hidden;
    clear: both;

}

.part04_right li+li {
    border-top: 1px dashed #3289ff;
    margin-top: 26px;
    padding-top: 26px;
}

.part04_right li h3 {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.part04_right li h3 a {
    font-size: 16px;
    color: #fff;
}

.part04_right li h3 i {
    width: 47px;
    height: 57px;
    display: block;
    float: left;
    margin-right: 20px;
}

.part04_right li h3 i img {
    width: 47px;
    height: 57px;
}

.part05 {
    width: 1200px;
    margin: 60px auto 0;
}

.part05 ul {
    margin-top: 50px;
    overflow: hidden;
}

.part05 ul+ul {
    margin-top: 30px;
}

.part05 li {
    width: 580px;
    max-height: 129px;
    float: left;
}

.part05 li+li {
    float: right;
}

.part05 li:hover {
    background: #1f67d3;
}

.part05 li img {
    width: 230px;
    height: 129px;
    display: block;
    float: left;
    margin-right: 15px;
}

.part05 li h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.part05 li h3 a {
    color: #fff;
}

.part05 li p {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}


.footer {
    font-size: 14px;
    padding-top: 30px;
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 24px;
    color: #3289ff;
    margin-top: 56px;
    border-top: 1px solid #0f297a;
}

.domPC {
    display: block;
}

.domMobile {
    display: none !important;
}
