@charset "UTF-8";

/**!
 * 首页
 * date:2021-09-09
 * author: wppei;
 */

.main {
    margin: 0 auto 50px;
    padding: 0 27px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(19, 93, 164, .09);
    box-shadow: 0px 0px 7px 0px rgba(19, 93, 164, .09);
}

.floor1 {
    position: relative;
    height: 343px;
}

.slogan {
    height: 72px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slogan.one {
    position: absolute;
    top: -30px;
    right: -85px;
    width: 754px;
    background-image: url("/images/slogan1.png");
}

.slogan.two {
    margin: 0 -87px;
    background-image: url("/images/slogan2.png");
}

.slider-box {
    float: left;
    width: 42.23%;
    margin-top: 55px;
}

.slider-box .swiper-container-horizontal>.swiper-pagination-bullets,
.slider-box .swiper-pagination-custom,
.slider-box .swiper-pagination-fraction {
    bottom: 16px;
    right: 12px;
    left: auto;
}

.slider-box .img-pagination {
    color: #fff;
    font-size: 12px;
}

.slider-box .swiper-pagination-bullet {
    text-align: center;
    line-height: 18px;
}

.slider-link {
    position: relative;
    display: block;
    width: 100%;
}

.slider-img {
    width: 100%;
    height: 264px;
}

.slider-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-indent: 10px;
    padding-right: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.3);
}

.news {
    float: left;
    width: 57.77%;
    padding-left: 50px;
    margin-top: 46px;
}

.news-hd {
    height: 38px;
}

.news-tt {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    color: #135da4;
    font-weight: 600;
    border-bottom: 0px solid #135da4;
}

.news-list {
    margin-top: 6px;
}

.news-list {
    margin-top: 6px;
}

.list-node {
    padding-left: 23px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    background: url("/images/list_ico.png") left center no-repeat;
}

.list-node:hover .list-name {
    color: #fcad02;
}

.list-date {
    float: right;
    text-align: right;
    color: #999;
}

.list-name {
    float: left;
    width: calc(100% - 100px);
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 公共栏目样式 */

.column {
    padding-top: 25px;
    height: 88px;
    text-align: center;
}

.column-tt {
    display: inline-block;
    vertical-align: top;
    color: #135da4;
}

.column-name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 46px;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
}

.column-name:before,
.column-name:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 18px;
    height: 21px;
    background-repeat: no-repeat;
}

.column-name:before {
    left: 0;
    background-image: url("/images/column_icol.png");
}

.column-name:after {
    right: 0;
    background-image: url("/images/column_icor.png");
}

.column-en {
    position: relative;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
}

.column-tt:hover {
    color: #fcad02;
}

.column-tt:hover .column-name:before {
    background-image: url("/images/column_icolh.png");
}

.column-tt:hover .column-name:after {
    background-image: url("/images/column_icorh.png");
}

.column-tt:hover .column-en:before {
    background: #fcad02;
}

.floor2 {
    height: 509px;
}

.tab-hd {
    float: left;
    margin-top: 17px;
    width: 278px;
}

.tab-tt {
    position: relative;
    display: block;
    margin-top: 15px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(13 50 114 / 13%);
    box-shadow: 0px 0px 8px 0px rgb(13 50 114 / 13%);
}

.tab-tt:first-child {
    margin-top: 0;
}

.tab-tt>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
}

.tab-tt:before {
    position: absolute;
    content: "";
    top: 0;
    right: -33px;
    display: none;
    width: 38px;
    height: 68px;
    background-repeat: no-repeat;
}

.tab-hd .tab-tt:first-child {
    background-image: url("/images/tab_bg1.png");
}

.tab-hd .tab-tt:first-child:before {
    background-image: url("/images/tab_icon1.png");
}

.tab-hd .tab-tt:nth-child(2) {
    background-image: url("/images/tab_bg2.png");
}

.tab-hd .tab-tt:nth-child(2):before {
    background-image: url("/images/tab_icon2.png");
}

.tab-hd .tab-tt:nth-child(3) {
    background-image: url("/images/tab_bg3.png");
}

.tab-hd .tab-tt:nth-child(3):before {
    background-image: url("/images/tab_icon3.png");
}

.tab-hd .tab-tt:nth-child(4) {
    background-image: url("/images/tab_bg4.png");
}

.tab-hd .tab-tt:nth-child(4):before {
    background-image: url("/images/tab_icon4.png");
}

.tab-hd .tab-tt:nth-child(5) {
    background-image: url("/images/tab_bg5.png");
}

.tab-hd .tab-tt:nth-child(5):before {
    background-image: url("/images/tab_icon5.png");
}

.tab-hd .tab-tt:nth-child(6) {
    background-image: url("/images/tab_bg6.png");
}

.tab-hd .tab-tt:nth-child(6):before {
    background-image: url("/images/tab_icon6.png");
}

.tab-tt.active {
    font-weight: 600;
}

.tab-tt.active:before {
    display: block;
}

.tab-bd {
    margin: 10px -7px 0 303px;
    height: 496px;
    overflow: hidden;
    background: url(/images/info_bg.png) no-repeat;
}

.tab-list {
    padding: 33px 31px 0 31px;
}

.tab-item {
    height: 71px;
    border-top: 1px dashed #e5e5e5;
}

.tab-item:first-child {
    border-top: 0;
}

.tab-node {
    float: left;
    width: calc(100% - 188px);
    height: 71px;
    line-height: 70px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.tab-name {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 23px;
    line-height: 32px;
    max-height: 64px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    background: url("/images/list_ico.png") left 12px no-repeat;
}

.tab-btns {
    float: right;
    margin-top: 21px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.tab-btns.btn2 {
    color: #217bd5;
}

.tab-btns.btn1 {
    color: #31b192;
}

.tab-name:hover {
    color: #fcad02;
}


/* 在线访谈 */

.interview {
    padding-top: 18px;
    margin: 0 -17px;
}

.interview-node {
    float: left;
    width: 33.33333333333333%;
    vertical-align: top;
}

.interview-item {
    display: block;
    margin: 0 17px;
    height: auto;
}

.interview-img {
    height: 248px;
    overflow: hidden;
}

.interview-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.interview-info {
    margin-top: 8px;
}

.interview-info li {
    line-height: 28px;
    vertical-align: top;
    font-size: 16px;
    color: #333;
}

.interview-info li p {
    margin-left: 90px;
}

.interview-info li:first-child>p {
    color: #135da4;
}

.text-dot {
    max-height: 56px;
    overflow: hidden;
}

.city {
    width: 955px;
    margin: 0 auto;
    padding: 10px 0 72px 0;
}

.city-list>li {
    line-height: 28px;
    float: left;
    width: 9.09%;
    text-align: center;
}

.city-list>li a {
    color: #333;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .slogan.one {
        right: -24px;
    }
    .slogan.two {
        margin: 0;
    }
    .tab-node {
        width: calc(100% - 60px);
    }
    .interview-img {
        height: 210px;
    }
    .interview-item {
        height: auto;
    }
}

@media (max-width: 979px) {
    .interview-img {
        height: 160px;
    }
    .city {
        width: 100%;
    }
    .city-list>li {
        width: auto;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .main {
        padding: 0 10px;
    }
    .column-name {
        font-size: 22px;
    }
    .slogan {
        height: 45px;
    }
    .slogan.one {
        width: 100%;
        right: 0;
    }
    .slider-box,
    .news {
        padding: 0;
        width: 100%;
    }
    .floor1,
    .floor2 {
        height: 100%;
        padding-bottom: 20px;
    }
    .tab-hd {
        float: none;
        width: 265px;
    }
    .tab-bd {
        margin-left: 0;
        background-size: 100% 100%;
    }
    .interview-node {
        width: 100%;
        margin-bottom: 20px;
    }
    .interview {
        margin: 0;
    }
}