@charset "UTF-8";

/* ========== 主体框架 start ========== */


/* ————— 头部 start ————— */

.top {
    width: 100%;
    height: 60px;
    background-color: rgb(51 122 183);
    /* left: 0;
    top: 0; */
    /* z-index: 999; */
    /* position: fixed; */
    min-width: 1280px;
}

.topBoxC {
    height: 60px;
}


/* logo start */

.logo {
    float: left;
    overflow: hidden;
    display: inline;
    margin-right: 50px;
    margin-top: 15px;
}

.logo a {
    display: block;
}

.logo img {
    height: 61px;
}


/* logo end */


/* 导航 start */

.menu {
    /* float: right; */
    display: inline;
    position: relative;
    /* margin-right: -90px; */
}

.menu dd {
    float: left;
    display: inline;
    margin-right: 90px;
    position: relative;
    z-index: 2;
}

.menu dd .yj a {
    display: block;
    line-height: 90px;
    height: 90px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu dt.icn {
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.menu dd .ej {
    position: absolute;
    top: 100%;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

.menu dd .ej.open {
    height: 60px;
}

.menu dd .ej li {
    display: inline-block;
    margin-right: 50px;
}

.menu dd .ej li span a {
    line-height: 60px;
    display: block;
    font-size: 15px;
    color: #fff;
}

.top .bg {
    transition: all 0.5s;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
}

.menu dd .ej li:last-child {
    margin-right: 0;
}

.menu dd.hover .yj {
    color: #fff;
    font-weight: 500;
    background-color: #fff;
}

.menu dd.hover .ej {
    opacity: 1;
    visibility: visible;
}

.menu dd .ej li span a:hover {
    color: #0057a3;
}


/* 导航 end */


/* 视频弹窗 start */

.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
    width: 30px !important;
    height: 30px !important;
    right: -40px;
    top: -40px;
    background: url(../images/videopopclose.png) no-repeat center center;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
    background: url(../images/videopopclose.png) no-repeat center center;
}

.aykj-videoPop {
    border: 10px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
    border-radius: 5px !important;
    background-color: #000 !important;
}


/* 视频弹窗 end */


/* 搜索 start */

.topR {
    margin-top: 32px;
}

.search {
    overflow: hidden;
    background: #f2f2f2;
}

.searchInput {
    width: 268px;
    z-index: 0;
    float: left;
    display: inline;
}

.searchInput input {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
}

.searchInput input input::-webkit-input-placeholder {
    color: #666666;
    /* placeholder颜色  */
    font-size: 14px;
    /* placeholder字体大小  */
    text-align: left;
    /* placeholder位置  */
}

.searchBtn {
    float: left;
    display: inline;
    width: 38px;
    height: 40px;
    overflow: hidden;
    background: url(../images/search.png) no-repeat center center;
    position: relative;
}

.searchBtn:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #d7d7d7;
}

.topSearch {
    width: 40px;
    height: 40px;
    background: #0a569e url(../images/searchh.png) no-repeat center center;
    cursor: pointer;
    border-radius: 40px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.topSearch:hover {
    background-color: #d71718;
}

.animHide {
    opacity: 0;
}

.model.show::before {
    animation: menu-animation .8s ease-out forwards;
    transform: scale(2) translateY(0);
}

.model.show {
    display: block;
}

.model {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.model span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 72px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    z-index: 10;
}

.model::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .87);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(.04) translateY(9999px);
    overflow: hidden;
    z-index: 9;
}

.searchPWBox {
    width: 600px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -30px 0 0 -300px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    ;
}

.searchPWBox input {
    display: block;
    float: left;
    width: 530px;
    height: 60px;
    background: none;
    border: none;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    background: #fff;
}

.searchPWBox input::placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox a {
    float: left;
    display: inline;
    width: 60px;
    height: 60px;
    background: #292e88 url(../images/searchh.png) no-repeat center center;
    background-size: 19px 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.searchPWBox a:hover {
    opacity: 0.9;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%)
    }
    40% {
        transform: scale(.04) translateY(0);
        transition: ease-out
    }
    40% {
        transform: scale(.04) translateY(0)
    }
    60% {
        opacity: 1;
        transform: scale(.02) translateY(0)
    }
    61% {
        opacity: 1;
        transform: scale(.04) translateY(0)
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}


/* 搜索 end */


/* ————— 头部 end   ————— */


/* ————— indexBanner start ————— */

.indexBanner {
    position: relative;
    background-color: #eff2f7;
    z-index: 3;
}

.indexBanner .bannerBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .2); */
    z-index: 1;
}

.indexBanner::before {
    content: '';
    display: block;
    padding-top: 41.6667%;
}

.indexBannerLoad {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 1.3s;
    -webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 100px;
    height: 100px;
    fill: #d71718;
}

.indexBannerLoad.hide {
    visibility: hidden;
    opacity: 0;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.indexBanner .bd {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0 0 0 130px;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
    height: 100%;
}

.indexBanner.delay .bd .slick-track {
    transition-delay: 1.3s !important;
    -webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.indexBanner .mySlide .bg {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 7s 0s ease-in-out;
    transform: scale(1);
}

.indexBanner .mySlide a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.indexBanner .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.indexBanner .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 7px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    background: none;
}

.indexBanner .slick-dots li::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
}

.indexBanner .slick-dots li.slick-active::before {
    visibility: visible;
    opacity: 1;
}

.indexBanner .mySlide .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
    color: #FFF;
    display: none;
}

.indexBanner .mySlide .text .text1 {
    font-size: 25px;
    margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
    font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
    font-size: 70px;
    font-family: "宋体";
    font-weight: bold;
    letter-spacing: 3px;
    float: left;
}

.indexBanner .mySlide.slick-active .text {
    display: block;
}

.indexBanner .img {
    width: 29.84375%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}

.indexBanner .img .imgItem img {
    overflow: hidden;
    display: inline-block;
    visibility: hidden;
}

.indexBanner .img .imgItem.pic::before {
    padding-top: 24.7818%;
}

.indexBanner .img .imgItem img.show {
    visibility: visible;
}

.indexBanner .mySlide.on .bg {
    transform: scale(1);
}


/* ————— indexBanner end ————— */


/* ————— 底部 start ————— */


/* 友情链接start */

.footerBox {
    background-color: #f7faff;
}

.footer {
    background: #333333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footerdetailBox {
    float: left;
    display: inline;
    margin-right: 130px;
}

.footerdetail {
    overflow: hidden;
}

.footerdetail dd .con {
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 25px;
    padding-left: 55px;
    font-size: 15px;
    color: #898989;
}

.footerdetail dd.dd1 .con {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    background-image: url("../images/footericon1.png");
}

.footerdetail dd.dd2 .con {
    background-image: url("../images/footericon2.png");
}

.footerdetail dd.dd3 .con {
    background-image: url("../images/footericon3.png");
}

.footerdetail dd.dd4 .con {
    background-image: url("../images/footericon4.png");
}


/* 友情链接end   */


/* 底部中间start   */

.footerM {
    padding: 80px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footerML {
    float: left;
    display: inline;
    margin-right: 50px;
}

.footerLogo {
    padding-top: 10px;
    margin-bottom: 30px;
}

.footerLogo img {
    display: block;
    height: 70px;
}

.footerPhone {
    padding-left: 60px;
    background: url(../images/footericn2.png) no-repeat left center;
}

.footerPhone .phone {
    margin-bottom: 3px;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    letter-spacing: 1px;
}

.footerPhone .phone img {
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.footerPhone .text {
    line-height: 20px;
    color: #999999;
    font-size: 14px;
    letter-spacing: 2px;
}

.footerMM {
    overflow: hidden;
}

.footerMenu {
    overflow: hidden;
}

.footerMenu dd {
    float: left;
    display: inline;
    margin-right: 60px;
}

.footerMenu dd em {
    font-style: normal;
    display: block;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 20px;
}

.footerMenu dd em a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.footerMenu dd em a:hover {
    color: #0156a3;
}

.footerMenu dd span {
    font-style: normal;
    display: block;
    line-height: 25px;
    padding: 5px 0;
    overflow: hidden;
}

.footerMenu dd span a {
    font-size: 15px;
    color: #898989;
}

.footerMenu dd span a:hover {
    color: #fff;
}

.footerMR {
    float: right;
    display: inline;
}

.footerEwm {
    overflow: hidden;
}

.footerEwm dd {
    float: left;
    display: inline;
    position: relative;
    overflow: hidden;
    margin-left: 30px;
}

.footerEwm dd img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.footerEwm dd span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
}

.footerMR .ewmPic {
    width: 160px;
    height: 160px;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 7px;
}


/* 底部中间end   */


/* 底部版权start   */

.friendCopyRight {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-size: 14px;
    color: #898989;
}

.friendCopyRight .conL {
    float: left;
    display: inline;
}

.friendCopyRight .conL img {
    vertical-align: middle;
    margin: 0 5px;
}

.friendCopyRight .conL a {
    color: #898989;
}

.friendCopyRight .conL a:hover {
    color: #fff;
}

.friendCopyRight .conR {
    float: right;
    display: inline;
}

.friendCopyRight .conR a {
    color: #898989;
}

.friendCopyRight .conR a:hover {
    color: #fff;
}


/* 底部版权end   */


/* ————— 底部 end   ————— */


/* ========== 主体框架 end ========== */


/* ========== 内层框架 start ========== */


/* ————— subBanner start ————— */

.subBanner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.subBanner:before {
    display: block;
    content: '';
    padding-top: 33.8542%;
}

.subBanner img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
}

.subBanner.on img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.subBanner .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.subBanner .wrap {
    height: 100%;
    position: relative;
}

.subBanner .textC {
    position: absolute;
    text-align: left;
    width: 100%;
    left: 0;
    bottom: 28%;
}

.subBanner .textC .cnTitle {
    font-size: 36px;
    color: #fff;
    line-height: 55px;
    margin-top: -35px;
    font-weight: bold;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

.subBanner .textC .enTitle {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 55px;
    font-weight: bold;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}


/* ————— subBanner end ————— */


/* ————— 当前位置 start ————— */

.locationBox {
    clear: both;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 3px 5px #dcdcdc;
    position: relative;
}

.location {
    height: 80px;
    overflow: hidden;
    padding-left: 33px;
    position: relative;
}

.location a.home {
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/home.png);
    padding-left: 0;
    margin-right: 0;
}

.location a {
    display: inline;
    float: left;
    height: 80px;
    line-height: 80px;
    padding-left: 14px;
    margin-right: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/icon8.png);
    color: #a3a3a3;
    font-size: 14px;
}

.location a:hover {
    color: #0158a4
}

.location a.hover {
    color: #0158a4
}

.subNavBox {
    margin-right: -15px;
    position: relative;
    text-align: center;
}

.subNav {
    display: inline-block;
}

.subNav::after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}

.subNav a {
    display: inline;
    float: left;
    line-height: 80px;
    height: 80px;
    color: #333333;
    font-size: 18px;
    padding: 0 30px;
}

.subNav a.hover {
    color: #0158a4
}

.subNav a:hover {
    color: #0158a4
}


/* ————— 当前位置 end ————— */


/* ————— 三级栏目 start ————— */

.sjMenu {
    text-align: center;
    font-size: 0;
}

.sjMenu a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    color: #333;
    border: 1px solid #fff;
    border-radius: 32px;
    font-size: 14px;
    margin: 0 5px;
    background: #FFF;
}

.sjMenu a:hover {
    background: #1e5ab0;
    color: #FFF;
    border-color: #1e5ab0;
}

.sjMenu a.hover {
    background: #1e5ab0;
    color: #FFF;
    border-color: #1e5ab0;
}


/* ————— 三级栏目 end ————— */


/* ————— 页码 start ————— */

.page {
    text-align: center;
    clear: both;
    font-size: 15px;
}

.page a {
    display: inline-block;
    overflow: hidden;
    padding: 6px 12px;
    color: #444444;
    border-radius: 3px;
    background: #fafafa;
    margin: 0 3px;
    border: 1px solid #dddddd;
}

.page span {
    display: inline-block;
    padding: 6px 2px;
    position: relative;
    top: -15px;
}

.page a:hover {
    background: #1e5ab0;
    color: #fff;
}

.page a.hover {
    background: #1e5ab0;
    color: #fff;
}

.page input {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    border: 1px solid #e6e6e6;
    position: relative;
    top: -2px;
}

.page input.pageDetail {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #999999;
    position: relative;
    top: -13px;
}

.page label {
    color: #999999;
    position: relative;
    top: -11px;
}

.page input.page_bnt {
    border: none;
    width: 30px;
    height: 25px;
    cursor: pointer;
    background: none;
    color: #999999;
    position: relative;
    top: -13px;
}

.page a div {
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}

.page a.firstPage div {
    background-image: url(../images/firstpage.png)
}

.page a.prevPage div {
    background-image: url(../images/prevpage.png)
}

.page a.nextPage div {
    background-image: url(../images/nextpage.png)
}

.page a.lastPage div {
    background-image: url(../images/lastpage.png)
}

.page a.firstPage:hover div {
    background-image: url(../images/firstpageh.png)
}

.page a.prevPage:hover div {
    background-image: url(../images/prevpageh.png)
}

.page a.nextPage:hover div {
    background-image: url(../images/nextpageh.png)
}

.page a.lastPage:hover div {
    background-image: url(../images/lastpageh.png)
}

.page a.firstPage.disabled {
    background: #E2E2E2;
}

.page a.prevPage.disabled {
    background: #E2E2E2;
}

.page a.nextPage.disabled {
    background: #E2E2E2;
}

.page a.lastPage.disabled {
    background: #E2E2E2;
}

.page a.firstPage.disabled div {
    background-image: url(../images/firstpage.png)
}

.page a.prevPage.disabled div {
    background-image: url(../images/prevpage.png)
}

.page a.nextPage.disabled div {
    background-image: url(../images/nextpage.png)
}

.page a.lastPage.disabled div {
    background-image: url(../images/lastpage.png)
}


/* ————— 页码 end ————— */


/* ————— 弹窗 start ————— */

.aykj-recruitTc .layui-layer-btn {
    text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
    background: #1e5ab0;
    color: #FFF;
    border-color: #1e5ab0;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
    background: #ddd;
    color: #8b8b8b;
    border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
    background: #1e5ab0;
    border-color: #1e5ab0;
}


/* ————— 弹窗 end ————— */


/* ========== 内层框架 end ========== */


/* ========== 首页 start ========== */


/* ————— 公共部分 start ————— */

.indexTitle .enTitle {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #cccccc;
}

.indexTitle .cnTitle {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.indexBtn a {
    display: inline-block;
    padding: 0 35px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

.indexBtn a span {
    display: block;
    padding-right: 15px;
    background: url("../images/indexbtnicon1h.png") no-repeat right center;
    font-size: 16px;
    color: #666666;
    position: relative;
    z-index: 2;
}

.indexBtn a::before {
    background-image: linear-gradient(to right, #0157a3, #157cd8);
    background-image: -webkit-linear-gradient(to right, #0157a3, #157cd8);
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.indexBtn a:hover::before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.indexBtn a:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.indexBtn a:hover span {
    color: #fff;
    background-image: url("../images/indexbtnicon1.png");
}


/* ————— 公共部分 end ————— */


/* ————— 第1通栏 start ————— */

.column1 {
    background-color: #eff2f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 130px 0;
    position: relative;
    z-index: 2;
    margin-top: -130px;
}

.column1C {
    padding: 210px 30px 80px 0;
}

.column1C .indexTitle {
    margin-bottom: 30px;
}

.column1CUp {
    margin-bottom: 65px;
}

.column1CUp .pic {
    width: 540px;
    float: right;
    display: inline;
    margin-left: 120px;
}

.column1CUp .pic::before {
    padding-top: 77.7778%;
}

.column1CUp .pic img {
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}

.column1CUp .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.column1CUp .pic .bg::before {
    display: block;
    content: "";
    width: 103%;
    height: 100%;
    position: absolute;
    left: -8px;
    top: 0;
    background-color: #c4daef;
    transform: skewX(-2deg);
    z-index: 1;
    border-radius: 5px;
}

.column1CUp .pic .bg::after {
    display: block;
    content: "";
    width: 106%;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    background-color: #e0eaf4;
    transform: skewX(-6deg);
    z-index: 0;
    border-radius: 5px;
}

.column1CUp .text {
    overflow: hidden;
}

.column1CUp .text .info {
    text-align: justify;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    font-size: 15px;
    color: #666666;
    margin-bottom: 55px;
}

.column1CListC {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.column1CList {
    padding: 40px 0;
    margin-right: -110px;
}

.column1CList dd {
    width: 25%;
    float: left;
    display: inline;
}

.column1CList dd .con {
    margin-right: 110px;
    position: relative;
}

.column1CList dd.dd4 .con::before {
    display: none;
}

.column1CList dd .con::before {
    display: block;
    content: "";
    height: 80px;
    width: 1px;
    background-color: #c0c2c6;
    position: absolute;
    right: -55px;
    top: 50%;
    margin-top: -40px;
}

.column1CList dd .con .icon {
    float: right;
    display: inline;
    width: 45px;
    margin-top: 25px;
}

.column1CList dd .con .icon img {
    max-width: 45px;
    max-height: 36px;
}

.column1CList dd .con .conL {
    overflow: hidden;
}

.column1CList dd .con .conL .conLNum {
    line-height: 60px;
    height: 60px;
    font-size: 55px;
    font-weight: bold;
    color: #333333;
    position: relative;
    display: inline-block;
}

.column1CList dd .con .conL .conLNum .span2 {
    position: absolute;
    line-height: 20px;
    height: 20px;
    font-size: 15px;
    color: #999999;
    left: 100%;
    top: 0;
    font-weight: normal;
    white-space: nowrap;
}

.column1CList dd .con .conL .textC {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 15px;
    color: #999999;
}


/* ————— 第1通栏 end ————— */


/* ————— 第2通栏 start ————— */

.column2 {
    background-color: #eff2f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -130px;
}

.column2C {
    padding: 200px 0 300px;
}

.column2CUp {
    margin-bottom: 75px;
}

.column2CUp .indexBtn {
    float: right;
    display: inline;
    margin-top: 25px;
}

.column2CUp .indexBtn a span {
    background-image: url("../images/indexbtnicon1.png");
    color: #fff;
}

.column2CUp .indexTitle {
    overflow: hidden;
}

.column2CUp .indexTitle .cnTitle {
    color: #fff;
}

.column2ConR {
    float: right;
    display: inline;
    width: 50%;
    margin-right: -30px;
    margin-left: 180px;
}

.column2ConR .html {
    display: none;
}

.column2ConR dd {
    float: left;
    width: 25%;
    display: inline;
}

.column2ConR::after {
    display: block;
    content: ' ';
    clear: both;
    visibility: hidden;
}

.column2ConR dd.active .con .title .cnTitle {
    color: #0158a4;
}

.column2ConR dd.active .con .title .enTitle {
    color: #a3b7d4;
}

.column2ConR dd .con {
    display: block;
    background-color: #fff;
    padding: 35px 0 0px 30px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-right: 30px;
}

.column2ConR dd .con .title {
    margin-bottom: 60px;
}

.column2ConR dd.dd2 .con .title {
    margin-bottom: 0px;
}

.column2ConR dd.dd2 .con {
    padding: 0 0 35px 30px;
}

.column2ConR dd .con .title .cnTitle {
    font-size: 18px;
    color: #333333;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    font-weight: bold;
}

.column2ConR dd .con .title .enTitle {
    font-size: 15px;
    color: #999999;
    line-height: 25px;
    height: 35px;
    overflow: hidden;
}

.column2ConR dd .con .picC .pic {
    width: 100%;
    mask-image: url(../images/column2RddBg.png);
    -webkit-mask-image: url(../images/column2RddBg.png);
    mask-size: cover;
    -webkit-mask-size: cover;
}

.column2ConR dd.dd2 .con .pic {
    margin-bottom: 40px;
    padding-bottom: 20px;
    mask-image: url(../images/column2Rdd2Bg.png);
    -webkit-mask-image: url(../images/column2Rdd2Bg.png);
}

.column2ConR dd .con .picC .pic::before {
    padding-top: 106.6667%;
}

.column2ConL {
    overflow: hidden;
    padding-top: 70px;
}

.column2ConLMenu {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    margin-bottom: 30px;
}

.column2ConLMenu dd {
    float: left;
    display: inline;
}

.column2ConLMenu::after {
    display: block;
    content: ' ';
    clear: both;
    visibility: hidden;
}

.column2ConLMenu dd .con {
    display: block;
    margin-right: 60px;
    line-height: 35px;
    height: 35px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.column2ConLMenu dt {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 100px;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.column2ConL .info {
    text-align: justify;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 40px;
}

.column2Arrow {
    font-size: 0;
}

.column2prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 40px;
    background: url("../images/column2previcon.png") no-repeat center center;
    margin-right: 30px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.column2next {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 40px;
    background: url("../images/column2nexticon.png") no-repeat center center;
    cursor: pointer;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.column2prev:hover {
    background-color: #fff;
    background-image: url("../images/column2previconh.png");
}

.column2next:hover {
    background-color: #fff;
    background-image: url("../images/column2nexticonh.png");
}


/* ————— 第2通栏 end ————— */


/* ————— 第3通栏 start ————— */

.column3 {
    background-color: #f6f9ff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 130px 0 0 0;
    margin-top: -180px;
}

.column3C {
    padding: 70px 0 80px;
}

.column3CUp {
    margin-bottom: 45px;
}

.column3CUp .indexBtn {
    float: right;
    display: inline;
    margin-top: 25px;
}

.column3CUp .indexTitle {
    overflow: hidden;
}

.column3Scroll {
    position: relative;
}

.column3Scroll .bd {
    overflow: hidden;
}

.column3Scroll .slick-list {
    overflow: visible;
    margin-right: -40px;
}

.column3Scroll .myslide {
    width: 33.3333%;
    float: left;
    display: inline;
}

.column3Scroll .con {
    margin-right: 40px;
    background-color: #fff;
    padding: 85px 0 85px;
    overflow: hidden;
    border-radius: 5px;
}

.column3Scroll .con .pic {
    overflow: hidden;
    margin-bottom: 25px;
    /* display: none; */
}

.column3Scroll .con .pic::before {
    /* padding-top: 59.8377%; */
}

.column3Scroll .con .text {
    padding: 0 30px;
}

.column3Scroll .con .text .titleC {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

.column3Scroll .con .text .titleC a {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.column3Scroll .con .text .time {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    font-size: 16px;
    color: #999999;
    margin-bottom: 25px;
}

.column3Scroll .con .text .info {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    font-size: 15px;
    color: #666666;
    margin-bottom: 95px;
}

.column3Scroll .con .text .btn a {
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 35px;
    position: relative;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}

.column3Scroll .con .text .btn a span {
    display: block;
    padding-right: 20px;
    background: url("../images/indexbtnicon1h.png") no-repeat right center;
    font-size: 16px;
    color: #999999;
    position: relative;
    z-index: 2;
}

.column3Scroll .con .text .btn a::before {
    background-image: linear-gradient(to right, #0157a3, #157cd8);
    background-image: -webkit-linear-gradient(to right, #0157a3, #157cd8);
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.column3Scroll .con:hover .text .btn a::before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.column3Scroll .con:hover .text .btn a {
    border-color: rgba(255, 255, 255, 0.5);
}

.column3Scroll .con:hover .text .btn a span {
    color: #fff;
    background-image: url("../images/indexbtnicon1.png");
}

.column3Scroll .con:hover {
    /* padding: 0 0 35px; */
}

.column3Scroll .con:hover .pic {
    display: block;
}

.column3Scroll .con:hover .text .info {
    display: none !important;
}


/* ————— 第3通栏 end ————— */


/* ————— 第4通栏 start ————— */

.column4 {
    background-color: #f6f9ff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 130px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.column4 .wrap {
    position: relative;
    z-index: 2;
}

.column4 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.column4C {
    padding: 240px 490px 255px;
    text-align: center;
}

.column4 .indexBtn {
    display: inline-block;
}

.column4 .indexBtn a span {
    background-image: url("../images/indexbtnicon1.png");
    color: #fff;
}

.column4 .indexTitle {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}

.column4 .indexTitle .cnTitle {
    color: #fff;
}

.column4 .info {
    text-align: center;
    line-height: 25px;
    height: 25px;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 80px;
}


/* ————— 第4通栏 end ————— */


/* ————— 第5通栏 start ————— */

.column5 {
    background-color: #f7faff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-top: -130px;
}

.column5C {
    padding: 250px 0 130px;
}

.column5C .pic {
    float: right;
    display: inline;
    width: 800px;
    margin-left: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.column5C .pic::before {
    padding-top: 67.5%;
}

.column5C .text {
    overflow: hidden;
    padding-top: 80px;
}

.column5C .indexTitle {
    margin-bottom: 20px;
}

.column5C .info {
    font-size: 15px;
    color: #666666;
    text-align: justify;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 80px;
}


/* ————— 第5通栏 end ————— */


/* ========== 首页 end ========== */


/* ========== 频道页 start ========== */


/* ========== 频道页 end ========== */