@import url("../common/css/init.css");

@media screen and (max-width: 1300px) {
    .header .nav ul li {
        padding: 0 10px !important;
    }
}

a {
    text-decoration: none !important;
}


li {
    margin: 0;
    padding: 0;
    outline: none;
}

#section1, #section2, #section3, #section4, #section5, #section6, #section7 {
    overflow: hidden;
}

#floatDiv {
    position: fixed;
    z-index: 10;
    left: 10px;
    top: 100px;
    width: 100px;
    height: 100px;
    cursor: pointer;

}


#fullpage .section .index-banner .swiper-button-prev:hover {
    opacity: 1;
}


/* 底部 */
.bottom-nav {
    width: 100%;
    height: 50px;
    background: #BE2624;
    position: fixed;
    bottom: 0px;
    z-index: 12;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box
}

.bottom-nav .bottomHr hr {
    width: 14.75rem;
    height: 1px;
    background: #FFFFFF;
    border: none;
}

.stock {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding-left: 3%;
    padding-right: 4%;
    border-left: 1px solid #fff;
}

.stock .stock-item {
    height: 30px;
    line-height: 30px;
}

.stock .notice-switch {
    margin-left: 5px;
}

.notice-prev {
    width: 0;
    height: 0;
    border-bottom: 0.125rem solid #fff;
    border-right: 0.125rem solid transparent;
    border-left: 0.125rem solid transparent;
    margin-bottom: 0.0625rem;
    cursor: pointer;
}

.notice-next {
    width: 0;
    height: 0;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid transparent;
    border-left: 0.125rem solid transparent;
    cursor: pointer;
}

.bottomHr {
    width: 15%;
    display: flex;
    align-items: center;
}

.bottomHr img {
    width: 25px;
    margin-left: 10px;
}

.bot-navL {
    width: 43%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bot-navL > span {
    height: 24px;
    background-size: 100% 100% !important;
}

.bot-navL span:nth-child(1) {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 27px;

    background: url(bottomImg/vx.png) no-repeat center;

}

.wechat-right-erweiCode {
    position: absolute;
    bottom: 160%;
    left: -200%;
}

.wechat-right-erweiCode>img{
    width: 150px;
    height: 150px;
}


.bot-navL span:nth-child(1) div img {
    display: none !important;
}

.bot-navL span:nth-child(2) div img {
    display: none !important;
}

.bot-navL span:nth-child(3) div img {
    display: none !important;
}


.bot-navL span:nth-child(1):hover div img {
    display: block !important;
}

.bot-navL span:nth-child(2):hover div img {
    display: block !important;
}

.bot-navL span:nth-child(3):hover div img {
    display: block !important;
}

.bot-navL span:nth-child(2) {
    position: relative;
    cursor: pointer;
    display: inline-block;
    /*display: none;*/
    width: 29px;
    height: 24px;
    background: url(bottomImg/vb.png) no-repeat center;

}

.bot-navL span:nth-child(3) {
    position: relative;
    cursor: pointer;
    display: inline-block;
    /*display: none;*/
    width: 37px;
    background: url(bottomImg/tt.png) no-repeat center;
}

.bot-navL span:nth-child(6) .link-group-website {
    position: absolute;
    left: 15vh;
    bottom: 100%;
    height: 250px;
    width: 100%;
    background: #fff;
    display: flex;
    display: none;
}

.link-group-websitebody {
    width: 100%;
    display: flex;
    height: 100%;
    box-shadow: 0px 1px 30px;
}

.link-group-websitebody .link-group-websitebody-title{
    color: #fff;
    margin: auto;
    font-size: 20px;
}

.bot-navL span:nth-child(6) .link-group-website .link-group-websitebody div:nth-child(1) {
    width: 25%;
    background-color: #d6001d;
    height: 100%;
    display: flex;
}

.bot-navL span:nth-child(6) .link-group-website .link-group-websitebody div:nth-child(2) .clearfix2 li {
    width: 25%;
    font-size: 13px;
    color: #333;
    margin-top: inherit;
}

.bot-navL span:nth-child(6) .link-group-website div:nth-child(2) .clearfix2 li:hover a {
    color: #d6001d;
}

.bot-navL span:nth-child(6) .link-group-website .link-group-websitebody div:nth-child(2) .clearfix2 {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 40px;
}

.bot-navL span:nth-child(6) .link-group-website .link-group-websitebody div:nth-child(2):hover {
    display: block;
}

/*.bot-navL span:nth-child(4) {*/
/*    display: none;*/
/*    cursor: pointer;*/
/*    width: 37px;*/
/*    height: 21px;*/
/*    background: url(bottomImg/xinfang.png) no-repeat center;*/
/*}*/

.bot-navL span:nth-child(4) {
    cursor: pointer;
    display: inline-block;
    width: 28px;
    height: 21px;
    background: url(bottomImg/qiyeyoux.png) no-repeat center;
}

.bot-navL span:nth-child(5) {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(bottomImg/gt_logo.png) no-repeat center;
}

.bot-navL span:nth-child(6) {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(bottomImg/qiye.png) no-repeat center;
}

.bot-navR {
    padding: 0 5%;
    border-right: 1px solid #fff;
    text-align: center;
}

.bot-navR>a{
    letter-spacing:5px ;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
}

/* 头部 */


.header {
    width: 100%;
    /* height: 120px; */
    background: rgba(255, 255, 255, 0.85);
    height: 100%;
    position: relative;
    border-bottom: 1px solid #D5D1CC;
}

.header .container {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1080px;
}

.header .logo {
    float: left;
    width: 20%;
}

.header .logo a img {
    display: block;
    width: 100%;
}

.header .nav {
    display: flex;
    float: left;
    align-items: center;
}

#section1 {
    padding-top: 120px;
}

.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;
}

#section1.active .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;
}

@-webkit-keyframes flymove1 {
    0% {
        transform: translateX(250px);
    }

    100% {
        transform: translateX(0px);
    }
}


.header .nav ul {
    float: left;
    display: flex;
}

.header .nav ul li {
    float: left;
    position: relative;
    padding: 0 23px;

}

.header .nav ul li a.f {
    display: block;
    font-size: 18px;
    color: #c68e00;
    font-weight: 600;
}

.header .nav ul li a.f:hover {
    color: #c68e00;
}

.header .nav ul li:hover .nav-child-list {
    display: block;
}

.header .nav ul li .nav-child-list {
    display: none;
    width: 160px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -80px;
    z-index: 4;
    background: #fff;
    border-top: 2px solid #d6001b;
}

.header .nav ul li .nav-child-list .nav-child-list-con {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-shadow: 2px 2px 5px 2px #c9c8c7;
    -moz-box-shadow: 2px 2px 5px 2px #c9c8c7;
    box-shadow: 2px 2px 5px 2px #c9c8c7;
}

.header .nav ul li .nav-child-list .nav-child-list-con dl dt {
    padding: 8px 10px;
    text-align: center;
}

.header .nav ul li .nav-child-list .nav-child-list-con dl dt:nth-child(4) {
    margin-right: 0;
}

.header .nav ul li .nav-child-list .nav-child-list-con dl dt:nth-child(8) {
    margin-right: 0;
}

.header .nav ul li .nav-child-list .nav-child-list-con dl dt:hover {
    color: #c68e00;
}

.header .nav ul li .nav-child-list .nav-child-list-con dl dt:hover a {
    color: #fff;
}

.header .nav ul li .nav-child-list .nav-child-list-con dl dt a {
    display: block;
    font-size: 16px;
    color: #333;
}

.header .nav .searchWrap {
    float: left;
    display: flex;
    align-items: center;
}

.header .nav .searchWrap .searchCon {
    float: left;
    position: relative;
}

.header .nav .searchWrap .searchCon .k {
    float: left;
    width: 84%;
    height: 28px;
    line-height: 28px;
    border: none;
    outline: none;
    background: none;
    text-indent: 10px;
}

.header .nav .searchWrap .searchCon .btn {
    width: 24px;
    height: 24px;
    background: url("../image/search\ copy.png") no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -30px;
}

.header .nav .searchWrap .lang {
    float: left;
    margin-left: 8px;
}

.header .nav .searchWrap .lang p {
    line-height: 24px;
}

.header .nav .searchWrap .lang p a {
    display: inline-block;
    font-size: 14px;
    color: #c68e00;
}

.header .nav .searchWrap .lang p span {
    display: inline-block;
    margin: 0 5px;
    color: #c68e00;
}

.searchCon {
    width: 20px;
}


#fp-nav ul li,
.fp-slidesNav ul li {
    width: 14px;
    height: 14px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #c69001;
}


#fullpage .section .slideDown-ts {
    position: absolute;
    left: 21px;
    bottom: 20%;
    z-index: 6;
    text-align: center;
}

#fullpage .section .slideDown-ts span {
    display: block;
    width: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    word-wrap: break-word;
}

#fullpage .section .slideDown-ts i.line {
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #fff;
    margin: 10px 0;
}

#fullpage .section .slideDown-ts i.mouse {
    display: block;
    width: 22px;
    height: 40px;
    background: url(img/index-mouse.png) no-repeat center;
    -webkit-animation: mouse 2s infinite;
    -moz-animation: mouse 2s infinite;
    -o-animation: mouse 2s infinite;
    animation: mouse 2s infinite;
    position: relative;
}


body {
    position: relative !important;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.banner_class {
    width: 100%;
    height: 100%;
    background: #000000;
    overflow: hidden;
}


.swiper-button-prev {
    color: #fff !important;
    margin-left: 5%;

}

.swiper-button-next {
    color: #fff !important;
    margin-right: 5%;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}


/* 第二页 */
.section-con {
    width: 70%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-container {
    width: 100%;
}

#section1 .news-container {
    width: 92% !important;
}

.banner_top .swiper-slide {
    position: relative;
    cursor: pointer;
}

.banner-swiper-slide {
    cursor: pointer;
}


.newsCent {
    text-align: center;
    height: 60px;
    margin-top: 15px;
}

.newsCent img {
    margin: 0 auto;

    height: 100%;
}

#fullpage .section-con .indexNews {
    width: 100%;

}

#fullpage .section-con .s1-con-l {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 9rem;
    overflow: hidden;

}

.index-tit > i {
    font-weight: bold;
    font-size: 24px;
}

#fullpage .section-con .s1-con-l .newsImg {
    width: 42%;


}

.#fullpage .section-con .s1-con-l .newsImg .swiper-pagination {
    bottom: 50px;
}

#fullpage .section-con .s1-con-l .newsImg img {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;

}

#fullpage .section-con .s1-con-l .newsImg .news-z {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

#fullpage .section-con .s1-con-l .news-z p {
    position: absolute;
    font-size: 18px;
    color: #fff;
    text-align: left;
    bottom: 0;
    left: 0;
    width: 90%;
    padding: 8px 5%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(180, 38, 36, 0.8);
}

.focus-News {
    width: 50%;
    overflow: hidden;
}

.s1-con-l hr {
    width: 1px;
    height: auto;
    background: #e5e5e5;
    border: none;
}


#fullpage .section-con .s1-con-r {
    float: left;
    width: 100%;
    margin-left: -1px;
}


#fullpage .section-con .s1-con-r .news-item:last-child ul {
    height: 300px;
    overflow: hidden;
}


#fullpage .section-con .s1-con-r .news-item ul {
    margin-top: 10px;
}

#fullpage .section-con .s1-con-r .news-item ul li {
    padding: 10px 0;
    font-size: 18px;
}

#fullpage .section-con .s1-con-r .news-item ul li div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#fullpage h2.index-tit {
    font-size: 18px;
    color: #4f4f4f;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}


#fullpage h2.index-tit a {
    float: right;
    display: inline-block;
    width: 33px;
    height: 37px;
    background: url(img/icon-more.png) no-repeat right 6px;
}


#fullpage .section-con .s1-con-r .news-item ul li a {
    display: inline-block;
    width: 82%;
    font-size: 20px;
    color: #4f4f4f;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*font-weight: 600;*/
    letter-spacing: 1px
}
.newdivhoverLi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newdivhoverLi > span {
    font-weight: 100;
}
.newdivhoverLi .topping {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background: url(img/icon-topping.png) no-repeat;
    background-size: cover;
}

#fullpage .section-con .s1-con-r .news-item ul li a:hover {
    color: #d0a024;
}

#fullpage .section-con .s1-con-r .news-item ul li .newdivhover {
    font-size: 15px;
    color: #7e7e7e;
    text-indent: 30px;
    margin-top: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: none;
}

.imgclearfix {
    cursor: pointer;
    transition: all 0.6s;
}

.imgclearfix:hover {
    transform: scale(1.2)
}

.classbad {
    border-bottom: 3px solid #c69001;
    padding-bottom: 12px;
}

.newdivhoverShow {
    display: block !important;
}


.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 45.25rem;
    height: 45.25rem;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiperspan {
    display: inline-block;
    font-size: 2.1rem;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 10px;
    color: #FFFFFF;

}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}

#fullpage .section-con .notice-tit {
    float: left;
    padding: 5px 0;
}

#fullpage .section-con .notice-tit p {
    font-size: 16px;
    color: #d6001d;
    padding-left: 28px;
    background: url(img/icon-lb.png) no-repeat center left;
    line-height: 24px;
}

#fullpage .section-con .notice-tit p span {
    display: inline-block;
    margin: 0 20px;
}

#fullpage .section-con .notice-txt {
    float: left;
    padding: 5px 0;
}

#fullpage .section-con .notice-txt .txtScroll-top .bd ul li {
    line-height: 24px;
}

#fullpage .section-con .notice-txt .txtScroll-top .bd ul li a {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

#fullpage .section-con .notice-txt .txtScroll-top .bd ul li a:hover {
    color: #d6001d;
}


/* 第三页 */
.newsCentlogo {
    height: 60px;
    text-align: center;
    margin-top: 39px;
}

.newsCentlogo img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

#fullpage #section2.active .introduceGtou {
    color: #4f4f4f;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 5px;
    animation-duration: 1s;
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    display: inline-block;
    text-align: justify;
    text-indent: 2em;
    font-family: Source Han Serif, SimSun,serif;
}

.about-gt {
    display: flex;
    justify-content: space-between;
}


#fullpage #section2.active .introduceGtouT .introduceGtouT1 {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 div {
    width: 50%;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 div:nth-child(3) {
    margin-top: 0.5rem;

}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 div:nth-child(4) {
    margin-top: 0.5rem;

}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 .introduceGtouT1Div span {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 600;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 .introduceGtouT1Div .span1 {
    height: 50%;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
    background: url(img/aboutGtouCapital.png) no-repeat center;
    background-size: 100% 100%;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 .introduceGtouT1Div .about-btn1 {
    background: url(img/about-btn1.png) no-repeat center;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 .introduceGtouT1Div .about-btn2 {
    background: url(img/about-btn2.png) no-repeat center;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 .introduceGtouT1Div .about-btn3 {
    background: url(img/about-btn3.png) no-repeat center;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 .introduceGtouT1Div .about-btn4 {
    background: url(img/about-btn4.png) no-repeat center;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 .introduceGtouT1Div .span2 {
    font-size: 25px;
    color: #c60515;
    font-weight: 900;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 .introduceGtouT1Div .span2 .counter {
    font-weight: 600;
}

#fullpage #section2.active .introduceGtouT .introduceGtouT1 .introduceGtouT1Div .span3 {
    height: 20%;
    font-size: 16px;
    font-family:  Source Han Sans, sans-serif;
}

#fullpage #section2 .introduceGtouT .introduceGtouT2 {
    width: 10.5rem;
    height: 5.7rem;
}

.introduceGtouT2 img {
    width: 100%;
    height: 100%;
}

.deadline {
    width: 100%;
    font-size: 0.25rem;
    display: flex;
    justify-content: center;
    font-size: 0.3125rem;
    color: #7a7a7a;
}
/* 第四屏 */

#fullpage .business-list {
    margin-top: 5vh;
    width: 100%;
    margin-left: -1%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#fullpage .business-list div {
    width: 33%;
    height: 100%;
    margin: 20px;
    cursor: pointer;
}

#fullpage .business-list div ul .business-list-first-li {
    display: flex;
    align-items: center;
    margin-top: 20px;


}


#fullpage .business-list div ul .business-list-first-li p:nth-child(1) {
    width: 33px;
    height: 30px;
    background: url(img/messageicon.png) no-repeat center;
}

#fullpage .business-list div ul .business-list-first-li2 p:nth-child(1) {
    width: 33px;
    height: 30px;
    background: url(img/messageicon.png) no-repeat center;
}

#fullpage .business-list div ul .business-list-first-li2 {
    width: 100%;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
}

#fullpage .business-list div ul .business-list-first-png {
    margin-left: auto;
    width: 33px;
    height: 30px;
    background: url(img/icon-more.png) no-repeat center;
}

#fullpage .videoCenter {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: 1%;
}

#fullpage .videoCenter .video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fullpage .videoCenter .video-link .video-link-item {
    position: absolute;
    width: 100%;
}

#fullpage .videoCenter .video-link .video-link-item:nth-child(1) {
    top: 22px;
    left: 300px;
    z-index: 6;
    width: 92%
}

#fullpage .videoCenter .video-link .video-link-item:nth-child(1) img {
    width: 90%;
    margin: 0 auto;
}

#fullpage .videoCenter .video-link .video-link-item:nth-child(2) {
    top: 22px;
    right: 200px;
    z-index: 4;
    width: 92%;
}

#fullpage .videoCenter .video-link .video-link-item:nth-child(2) img {
    width: 90%;
    margin: 0 auto;
}

#fullpage .videoCenter .swiper-container {
    height: auto !important;
    z-index: 8;
}

#fullpage .videoCenter .swiper-container .swiper-wrapper {
    height: auto !important;
}

#fullpage .videoCenter .videoCon {
    position: relative;
    height: auto !important;
    z-index: 8;
    width: 91%;
    margin: 0 auto;
}

#fullpage .videoCenter .videoCon.swiper-slide-active {
    z-index: 99;
}

#fullpage .videoCenter .videoCon.active .video-js {
    opacity: 1;
}

#fullpage .videoCenter .videoCon.active .v-playBtn {
    display: none;
}

#fullpage .videoCenter .videoCon .videoBg {
    display: block;
    width: 100%;
}

#fullpage .videoCenter .videoCon video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#fullpage .videoCenter .videoCon .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#fullpage .videoCenter .videoCon .video-js.active {
    opacity: 1;
}

#fullpage .videoCenter .videoCon .video-js .vjs-big-play-button {
    display: none;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    background: url(img/icon-play.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    border: none;
    outline: none;
    margin-top: -45px;
    margin-left: -45px;
}

#fullpage .videoCenter .videoCon .video-js .vjs-big-play-button span {
    display: none;
}

#fullpage .videoCenter .videoCon .v-playBtn {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(img/icon-play.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
}

/* 第五屏 */

/* 热点专题样式修改 */
.chibc-index-programme {
    overflow: hidden;
    height: 25vw;
    position: relative;
}


#fullpage #section5.active .chibc-index-programme li {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -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;
}

.chibc-index-programme li {
    float: right;
    transition: 0.3s linear;
    height: 25vw;
    width: 25vw;
    position: relative;
    cursor: pointer;
}

.chibc-index-programme-img img {
    width: 30vw;
    height: 25vw;
}

.chibc-index-programme li:hover {
    width: 30vw;
}

.chibc-index-programme-szlw {
    position: absolute !important;
    left: 0;
    width: 30vw !important;
}

.hover-after-text {
    font-size: 16px !important;
    margin-left: -0.1vw;
    padding: 0.35vw 0.85vw;
    line-height: 3vw;
    background-color: red;
    border-radius: 25px;
    text-align: center;
}

.chibc-index-programme li:not(:hover) {
    width: 13.4vw;
}

.chibc-index-programme-text {
    position: absolute;
    color: #ffffff;
    font-family: SourceHanSansCN;
    left: 1vw;
    top: 1.28vw;
}

.chibc-index-programme-text a {
    font-size: 16px;
    line-height: 3vw;
    color: #fff;
}

.titleclass {
    font-size: 20px;
    font-weight: 1000;
}

.title2 {
    font-size: 20px;
    color: #fff;
    font-weight: 1000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.group_12 {
    margin-top: 4vh;
}


.chibc-index-programme li .programme-mask {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.chibc-index-programme-text .hover-after-text {
    background: none
}

/* 第6屏 */

#fullpage .groupSlide {
    margin-top: 3vh;
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide img {
    display: block;
    width: 100%;
}

.swiperspan {
    display: inline-block;
    font-size: 0.4rem;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 10px;
    color: #FFFFFF;
}

.s6-con {
    width: 100% !important;
}


/* 第七屏 */
.s7-con {
    display: block !important;
}

.Ownership {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.Ownership div {
    width: 120px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.Ownershipsecond4 {
    color: #c30518;
    font-size: 20px;
}

.Ownershipsecondspan {
    color: #c30518;
    font-size: 20px;
}


.flexOwnership {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: space-between;
    padding-top: 40px;
    padding-left: 45px;
}

.flexOwnership li {
    width: 10%;
    height: 25%;
    display: flex;
    justify-content: center;
}

.flexOwnership li img {
    text-align: center;
}

.flexOwnership h5 {
    text-align: left;
    width: 33%;
    height: 100px;
    font-size: 17px;
    position: relative;
}

.flexOwnership h5 span {
    padding-left: 20px;
    position: absolute;
    margin-left: 6%;
    margin-top: -5%;
}

.flexOwnership h5 div {
    height: 6px;
    width: 285px;
    border-bottom: 1px dashed;
}

.Ownership_body {
    display: inline-block;
    width: 100%;
    margin-top: 3%;
}

/* 第八屏 */
.s8-con {
    width: 100%;
    background: #fff url(img/bommitpng.jpg) no-repeat bottom;
    -moz-background-size: 100%;
    background-size: 100%;
    height: 100%;
}

#fullpage .groupSlide {
    margin-top: 3vh;
}

#fullpage .groupSlide .groupSlide-item {
    width: 100%;
    margin-top: 10px;
}

#fullpage .groupSlide .groupSlide-item .tempWrap {
    overflow: inherit !important;
}

#fullpage .groupSlide .groupSlide-item ul {
    width: 100%;
    overflow: inherit !important;
}

#fullpage .groupSlide .groupSlide-item ul li {
    width: 4.8rem;
    position: relative;
    cursor: pointer;
}

#fullpage .groupSlide .groupSlide-item ul li:hover img {

}

#fullpage .groupSlide .groupSlide-item ul li .c-text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 30%;
    text-align: center;
    transition: all 0.5s;
}


#fullpage .groupSlide .groupSlide-item ul li:hover span.zz {
    display: none;


}

#fullpage .groupSlide .groupSlide-item ul li:hover span.zz2 {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
}

#fullpage .groupSlide .groupSlide-item ul li img {
    display: block;
    width: 100%;
    height: 168px;
    max-width: inherit;
    position: relative;
}

#fullpage .groupSlide .groupSlide-item ul li .img2 {
    display: block;
    width: 90%;
    height: 5.5rem;
    max-width: inherit;
    position: relative;
}

#fullpage .groupSlide .groupSlide-item ul li h4 {
    position: absolute;
    color: #fff;
    font-size: 28px;
    z-index: 101;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    margin-right: 10%;
    top: -5%;
    text-shadow: 0 0 20px #f9e6d3;

}


#fullpage .groupSlide .groupSlide-item ul li:hover .c-text-box {
    top: 30%;
}


#fullpage .groupSlide .groupSlide-item ul li:hover h6 {
    opacity: 1;
}


#fullpage .groupSlide .groupSlide-item ul li h6 {
    position: absolute;
    color: #fff;
    left: -10%;
    right: 0;
    margin: 0 auto;
    padding: 0 35px;
    top: 54%;
    z-index: 101;
    text-align: center;
    font-size: 16px;
    transition: all 0.5s;
    opacity: 0;
}

#fullpage .groupSlide .groupSlide-item ul li span.zz {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

#fullpage .groupSlide .groupSlide-item ul li span.zz2 {
    display: block;
    width: 90%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1440px) {
    .left-nav .nav-menu .menu-slideCon-wrap {
        top: 10px;
    }

    .left-nav .nav-menu .menu-slideCon-wrap dl dd {
        height: 50px;
        line-height: 50px;
    }

    .left-nav .nav-menu .menu-slideCon-wrap dl dd a {
        font-size: 16px;
    }

    .left-nav .nav-link .link-slideCon-wrap {
        top: -40px;
        height: 220px;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem h3 {
        margin-top: 20px;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem .link-search {
        margin: 30px 10% 0;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem ul {
        margin-top: 15px;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem ul li {
        width: 29.33%;
        padding: 10px 0 10px 4%;
    }

    .left-nav .nav-link .link-slideCon .link-slideItem a {
        margin-top: 30px;
    }
}

.fleDivBottom {
    height: 60px;
    display: flex;
    justify-content: space-around;
    padding: 0 6%;
    align-items: center;
    border-bottom: 1px solid #dddad5;
    border-top: 1px solid #dddad5;
}

.fleDivBottom2 {
    height: 60px;
    display: flex;
}

.bgColoBotton {
    background-color: #c40518;
    width: 200px;
    height: 35px;
    text-align: left;
    padding-left: 15px;
    line-height: 35px;
    position: relative;
}

.bgColoBotton_list {
    position: absolute;
    width: 100%;
    left: 0;
    background: #c40518;
    display: none;
    height: 216px;
    overflow-y: auto;

}

.bgColoBotton_list li {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-left: 12px;
    cursor: pointer;
}

.bgColoBotton2 {
    background-color: #c40518;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.bgColoBotton h4 {
    display: inline;
    color: #fff;
}

.bgColoBotton span {
    cursor: pointer;
    float: right;
    color: #fff;
    padding-right: 25px;
}

.Ownership {

    display: flex;
    justify-content: space-around;
    align-items: center;
}


.OwnershipFirstdiv {
    width: 120px;
    height: 90px;
    display: flex;
    background-color: #ab0017;
    color: #fff !important;
}


.flexOwnership {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: space-between;
    padding-top: 40px;
    padding-left: 45px;
}

.flexOwnership li {
    width: 10%;
    height: 25%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.flexOwnership li img {
    text-align: center;
}

.flexOwnership h5 {
    text-align: left;
    width: 33%;
    height: 100px;
    font-size: 17px;
    position: relative;
}

.flexOwnership h5 span {
    padding-left: 16px;
    position: absolute;
    margin-left: 8%;
    margin-top: -4.5%;
    cursor: pointer;
    color: #4f4f4f;
}

.flexOwnership h5 div {
    height: 6px;
    width: 316px;
    border-bottom: 1px dashed;
}

.footer .f-nav {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.footer .f-nav ul {
    float: left;
    width: 60%;
}

.footer .f-nav ul li {
    float: left;
    width: 25%;
}

.footer .f-nav ul li h4 {
    font-size: 20px;
    color: #333;
}

.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 {
    display: inline-block;
    font-size: 16px;
    color: #666;
}

.f-nav .qr-title {
    margin-top: 10px;
}

.f-nav ul li dl dd a:hover {
    color: #d6001d;
}

.f-nav {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 52px;
    margin-top: -36px;
    font-size: 0.3125rem;
    color: #646464;
    font-weight: bold;
}

.f-nav .f-qrImg {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: -28px;
}

.f-nav .f-qrImg p {
    display: inline-block;
    padding: 20px;
}

.f-nav .f-qrImg p img {
    display: inline-block;
    width: 145px;
}


.swiper-slide_banner {
    width: 100% !important;
    height: auto !important;
}

.bommt-dingwei {
    width: 200px;
    height: 150px;
    position: fixed;
    bottom: 65px;
    z-index: 999;
    right: 10px;
    cursor: pointer;
}

.bommt-dingwei img {
    width: 100%;
    height: 100%;

}

.bommt-dingwei .b {
    float: right;
}

.flexOwnershipbody {
    display: none;
}

.searchWrap .search {
    position: relative;
}

.searchWrap .search input {
    width: 3rem;
    height: 0.59rem;
    background-color: #fff;
    border-radius: 0.3125rem;
    line-height: 0.59rem;
    padding-left: 0.1875rem;
    padding-right: .375rem;
    color: #979797;
    font-size: 0.2rem;
    border: 1px solid #BE912F;
}

.searchWrap .search-btn {
    position: absolute;
    cursor: pointer;
    top: 23%;
    right: 4%;
}

.searchWrap .search-btn img {
    width: 0.3rem;
    height: 0.3rem;
}

.notice-container {
    margin-top: -25px;
}

.swiper-slidebody {
    background-position: center;
    background-size: cover;
    width: 7.25rem !important;
    height: 8rem;
}

.swiper-slidebody img {
    display: block;
    width: 100%;
    height: 6.25rem;
}
.swiper-pagination-bullet-active {
    background-color: red;
}

.shutter {
    width: 100% !important;
    height: calc(100vh - 100px) !important;
}

.home-video {
    width: 100% !important;
    height: 100vh !important;
    position: relative;
}
.home-player {
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
}


/*媒体查询  缩放比例125%*/
@media screen and (min-resolution: 120dpi) and (max-resolution: 149dpi) {
    /* 适用于分辨率在120dpi到149dpi之间的样式 */
    #fullpage .groupSlide .groupSlide-item ul li .img2 {
        width: 87%;
        height: 5.2rem;
    }
    #fullpage .groupSlide .groupSlide-item ul li span.zz2 {
        width: 87%;
    }
    #fullpage .groupSlide {
        margin-top: 1.8vh;
    }

    #fullpage .groupSlide .groupSlide-item ul li .c-text-box {
        width: 97%;
    }
    #fullpage .groupSlide .groupSlide-item ul li h4 {
        font-size: 26px;
    }
    .fleDivBottom {
        height: 50px;
    }
    .f-nav {
        font-size: 0.27rem;
        margin: 0;
        padding: 10px 0 39px;
    }

    .f-nav .f-qrImg p img {
        width: 125px;
    }

    .bot-navL span:nth-child(6) .link-group-website {
        left: 10vh;
        height: 230px;
        width: 96%;
    }
}