*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
    /* background-color: #524300;  */
    /* 鼠标悬停时的背景颜色 */
}

a:active {
    /* background-color: #524300;  */
    /* 点击后的背景颜色 */
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #e9381c;
    /* background-color: #524300;  */
    /* 鼠标悬停时的背景颜色 */
}

h4,p{
    text-align: justify;
    /* font-family: "宋体"; */
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html, body{
    box-sizing: border-box;
    width: 100vw;
    min-width: 1000px;                                                                                                                                                                           
    height: auto;
    overflow-x: hidden;
}

.main-all{
    position: relative;
    width: 100vw;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
    background: url(../img/bgm.jpg) no-repeat center top/100% auto;
}

/* banner */
.main-banner{
    position: relative;
    width: 100vw;
    height: 576px;
    margin: 0 auto;
    min-width: 1000px;
    background: url(../img/banner.jpg) no-repeat center top;
}


.main-con{
    width: 100vw;
    min-width: 1000px;
    margin: 0 auto;
    /* background: url(../img/bgm1.jpg) no-repeat center top,
        url(../img/bgm2.jpg) no-repeat center 580px,
        url(../img/bgm3.jpg) no-repeat center 1228px; */
}

/* .title{
    width: 967px;
    height: 116px;
    padding-top: 58px;
    margin: 0 auto;
} */

/* one */
.main-one{
    position: relative;
    width: 100%;
    height: 1340px;
    margin: 0 auto;
    background: url(../img/bgm1.jpg) no-repeat center top;
}

.main-one .title{
    width: 924px;
    height: 353px;
    margin: 0 auto;
}

.one-con{
    width: 924px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.one-con .one-video{
    overflow: hidden;
    width: 636px;
    height: 358px;
    margin-top: 276px;
    margin-left: 242px;
    position: relative;
}

.one-con .one-video video{
    width: 636px;
    height: 358px;
    margin: 0 auto;
}

.one-con .one-list{
    overflow: hidden;
    width: 504px;
    height: 128px;
    margin-top: 43px;
    margin-left: 308px;
}

.one-con .one-list .list-con{
    position: relative;
    width: 504px;
    height: 128px;
}

.one-con .one-list .list-con .list-link1{
    position: absolute;
    top: 0;
    left: 0;
    width: 335px;
    height: 58px;
}

.one-con .one-list .list-con div a{
    text-decoration: none;
    color: #000;
}

.one-con .one-list .list-con div a:hover p{
    /* -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: #2c9cf0; 
    -wekbit-text-fill-color:#fff; */
    font-weight: bold;
    color: #46c535;
}

.one-con .one-list .list-con div p{
    margin-left: 68px;
    font-size: 22px;
    line-height: 42px;
    padding: 8px;
    text-align: center;
    transition: 0.2s;
}

.one-con .one-list .list-con .list-link2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 335px;
    height: 58px;
}


/* two */
.main-two{
    position: relative;
    width: 100%;
    height: 2045px;
    margin: 0 auto;
    background: url(../img/bgm2.jpg) no-repeat center top;
}

.main-two .title{
    width: 940px;
    height: 622px;
    margin: 0 auto;
}

.two-con{
    width: 924px;
    margin: 0 auto;
}

/* one-第一个板块 */
.two-con .two-list:nth-child(1){
    width: 924px;
    height: 346px;
    overflow: hidden;
}

.two-con .two-list:nth-child(1) .list-box{
    width: 842px;
    height: 230px;
    margin: 64px auto 0;
}

.two-con .two-list:nth-child(1) .list-box .list-video{
    float: left;
}

.two-con .two-list:nth-child(1) .list-box .list-video{
    width: 410px;
    height: 230px;
}

.two-con .two-list:nth-child(1) .list-box video{
    width: 410px;
    height: 230px;
}

.two-con .two-list:nth-child(1) .list-box .list-con{
    float: right;
    width: 400px;
    height: 230px;
}

.two-con .two-list:nth-child(1) .list-box .list-con .list-title{
    width: 400px;
    height: 96px;
}

.two-con .two-list:nth-child(1) .list-box .list-con .list-p{
    width: 400px;
    height: 114px;
    margin-top: 20px;
}

.two-con .two-list:nth-child(1) .list-box .list-con .list-p a p{
    font-size: 22px;
    line-height: 40px;
    padding: 2px;
}

/* two-第二个板块 */
.two-con .two-list:nth-child(2){
    width: 924px;
    height: 398px;
    margin-top: 88px;
    overflow: hidden;
}

.two-con .two-list:nth-child(2) .list-box{
    margin-top: 56px;
}

.two-con .two-list:nth-child(2) .list-box .list-link{
    width: 580px;
    height: 42px;
    padding-left: 40px;
}

.two-con .two-list:nth-child(2) .list-box .list-link+.list-link{
    margin-top: 18px;
}

.two-con .two-list:nth-child(2) .list-box .list-link a p{
    font-size: 28px;
    line-height: 42px;
    text-indent: 1em;
}

/* three-第三个板块 */
.two-con .two-list:nth-child(3){
    width: 924px;
    height: 432px;
    margin-top: 92px;
    overflow: hidden;
}

.two-con .two-list:nth-child(3) .list-box{
    width: 835px;
    height: 370px;
    margin-top: 62px;
    margin-left: 43px;
}

.two-con .two-list:nth-child(3) .list-box .list-video{
    float: left;
    width: 512px;
    height: 285px;
}

.two-con .two-list:nth-child(3) .list-box .list-video{
    width: 512px;
    height: 285px;
}

.two-con .two-list:nth-child(3) .list-box .list-video video{
    width: 512px;
    height: 285px;
}

.two-con .two-list:nth-child(3) .list-box .list-con{
    float: right;
    width: 245px;
    height: 141px;
    margin-top: 228px;
    margin-right: -1px;
}

.two-con .two-list:nth-child(3) .list-box .list-con .list-link{
    width: 245px;
    height: 141px;
    display: flex;
    justify-content: space-between;
}

.two-con .two-list:nth-child(3) .list-box .list-con .list-link>div:nth-child(1){
    margin-left: 1px;
}

.two-con .two-list:nth-child(3) .list-box .list-con .list-link>div{
    width: 64px;
    height: 141px;
    box-sizing: border-box;
    border-radius: 15px;
    transition: 0.3s;
    border: 0px solid #ffafc7;
}

.two-con .two-list:nth-child(3) .list-box .list-con .list-link>div:hover{
    transition: 0.2s;
    border: 4px solid #ffafc7;
}

.two-con .two-list:nth-child(3) .list-box .list-con .list-link>div a{
    display: block;
    width: 65px;
    height: 141px;
}

/* three */
.main-three{
    position: relative;
    width: 100%;
    height: 1450px;
    margin: 0 auto;
    background: url(../img/bgm3.jpg) no-repeat center top;
}

.main-three .title{
    width: 920px;
    height: 712px;
    margin: 0 auto;
}

.three-con{
    width: 920px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.three-con .three-box{
    float: right;
    width: 324px;
    height: 640px;
}

.three-con .three-box .box-list{
    width: 324px;
    height: 640px;
    margin: 0 auto;
}

.three-con .three-box .box-list .list-msg{
    overflow: hidden;
}

.three-con .three-box .box-list .list-msg:nth-child(1){
    width: 324px;
    height: 380px;
}

.three-con .three-box .box-list .list-msg:nth-child(1) .list-link{
    width: 324px;
    height: auto;
    margin-top: 108px;
}

.three-con .three-box .box-list .list-msg:nth-child(1) .list-link p{
    width: 324px;
    height: auto;
    margin-top: 108px;
    font-size: 24px;
    line-height: 44px;
}

.three-con .three-box .box-list .list-msg:nth-child(2){
    width: 324px;
    height: 260px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.three-con .three-box .box-list .list-msg:nth-child(2) .list-link{
    width: 123px;
    height: 123px;
    margin-top: 118px;
    border-radius: 50%;
    box-sizing: border-box;
    /* background-color: #fff; */
    /* border: 4px solid #000; */
    position: relative;
}

.three-con .three-box .box-list .list-msg:nth-child(2) .list-link a{
    display: block;
    width: 113px;
    height: 113px;
    /* margin: 0 auto; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-51%) translateY(-50%);
    padding: 5px;
    border-radius: 50%;
    /* background-color: #e9381c; */
    overflow: hidden;
    transition: 0.3s;
}
.three-con .three-box .box-list .list-msg:nth-child(2) .list-link a img{
    width: 114px;
    height: 100%;
}

.three-con .three-box .box-list .list-msg:nth-child(2) .list-link:hover{
    padding: 4px;
}

.three-con .three-box .box-list .list-msg:nth-child(2) .list-link:hover a{
    background-color: #f8c538;
}

.three-con .three-box .box-list .list-msg:nth-child(2) .list-link>img{
    position: absolute;
    bottom: 0;
    left: 0;
}
/* .three-con .three-box .box-list .list-msg:nth-child(2) .list-link:nth-child(1){
    background: url(../images/three-btn1.png) no-repeat center/112px 112px;
}

.three-con .three-box .box-list .list-msg:nth-child(2) .list-link:nth-child(2){
    background: url(../images/three-btn2.png) no-repeat center/112px 112px;
} */



/* four */
.main-four{
    position: relative;
    width: 100%;
    height: 1980px;
    margin: 0 auto;
    background: url(../img/bgm4.jpg) no-repeat center top;
}

.main-four .title{
    width: 920px;
    height: 268px;
    margin: 0 auto;
}

.four-con{
    width: 920px;
    margin: 0 auto;
}

.four-con .four-list{
    width: 920px;
    height: 516px;
    /* height: 518px; */
    /* margin-top: 10px; */
}

.four-con .four-list+.four-list{
    margin-top: 35px;
}

.four-con .four-list .four-msg{
    float: left;
    width: 442px;
    height: 516px;
}

.four-con .four-list .four-msg+.four-msg{
    float: right;
    width: 442px;
    height: 516px;
    padding-right: 2px;
}

.four-con .four-list .four-msg .msg-area{
    width: 384px;
    /* height: 136px; */
    margin: 0 auto;
    overflow: hidden;
}

.four-con .four-list .four-msg .msg-area .area-title{
    height: 124px;
    margin: 0 auto;
}

.four-con .four-list .four-msg .msg-area p{
    /* text-indent: 2em; */
    font-size: 24px;
    line-height: 44px;
    display: -webkit-box; /* 必须结合 -webkit-line-clamp 实现多行文本省略 */
    -webkit-box-orient: vertical; /* 设置盒子模型的方向为垂直 */
    -webkit-line-clamp: 6; /* 显示的行数，超出的部分会被省略号截断 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示溢出的文本 */
}

.four-con .four-list .four-msg .msg-area p a{
    text-decoration: none;
    color: #000;
}

.four-con .four-list .four-msg .msg-area p a:hover{
    text-decoration: underline;
    color: #e9381c;
}

.four-con .four-list .four-msg .msg-area .video-con{
    width: 386px;
    height: 218px;
    margin-top: 10px;
}

.four-con .four-list .four-msg .msg-area .video-con video{
    width: 386px;
    height: 218px;
}

/* five */
.main-five{
    position: relative;
    width: 100%;
    height: 1680px;
    margin: 0 auto;
    background: url(../img/bgm5.jpg) no-repeat center top;
}

.main-five .title{
    width: 920px;
    height: 693px;
    margin: 0 auto;
}

.five-con{
    width: 920px;
    margin: 0 auto 0;
    overflow: hidden;
}

.five-con .five-list{
    width: 736px;
    height: 308px;
}

.five-con .five-list+.five-list{
    margin-top: 80px;
    float: right;
    width: 734px;
    height: 512px;
}

.five-con .five-list .list-title{
    width: 736px;
    height: 82px;
}

.five-con .five-list .list-msg{
    width: 734px;
    height: 226px;
}

.five-con .five-list .list-msg .msg-con{
    padding: 22px 26px;
}

.five-con .five-list .list-msg .msg-con p{
    font-size: 24px;
    line-height: 44px;
}

.five-con .five-list .list-video{
    width: 734px;
    height: auto;
    overflow: hidden;
}

.five-con .five-list .list-video .video-con{
    padding: 36px 50px;
    width: 635px;
    height: 357px;
}

.five-con .five-list .list-video .video-con .swiper-slide{
    width: 635px;
    height: 357px;
}

.five-con .five-list .list-video .video-con .swiper-slide video{
    width: 635px;
    height: 357px;
}


/* six */
.main-six{
    position: relative;
    width: 100%;
    height: 2042px;
    margin: 0 auto;
    background: url(../img/bgm6.jpg) no-repeat center top;
}

.main-six .title{
    width: 920px;
    height: 618px;
    margin: 0 auto;
}

.six-con{
    width: 920px;
    margin: 0 auto 0;
    overflow: hidden;
}

.six-con .six-box{
    width: 920px;
    height: 676px;
    overflow: hidden;
}

.six-con .six-list{
    margin-top: 62px;
    width: 920px;
    height: 300px;
}

.six-con .six-list+.six-list{
    margin-top: 0;
    width: 920px;
    height: 300px;
    overflow: hidden;
}

.six-con .six-list .list-title{
    width: 920px;
    height: 56px;
}

.six-con .six-list .list-msg{
    width: 600px;
    height: auto;
    overflow: hidden;
}

.six-con .six-list .list-msg>div{
    float: left;
}

.six-con .six-list .list-msg .msg-con{
    padding: 18px 45px 17px 58px ;
}

.six-con .six-list .list-msg .msg-con p{
    font-size: 24px;
    line-height: 44px;
}

.six-con .six-list>div{
    float: left;
}

.six-con .six-list .list-video{
    width: 280px;
    height: 158px;
    margin-top: 28px;
}

.six-con .six-list .list-video .video-con{
    width: 280px;
    height: 158px;
}

.six-con .six-list .list-video .video-con video{
    width: 280px;
    height: 158px;
}


.six-con .six-box:nth-child(2){
    width: 920px;
    height: 534px;
    overflow: hidden;
    margin-top: 48px;
}

.six-con .six-box:nth-child(2) .six-list{
    width: 796px;
    height: 262px;
    margin: 69px auto 0;
    overflow: hidden;
}

.six-con .six-box:nth-child(2) .six-list>div{
    float: left;
    width: 390px;
    height: 122px;
}

.six-con .six-box:nth-child(2) .six-list>div:nth-child(2n){
    float: right;
}

.six-con .six-box:nth-child(2) .six-list>div:nth-child(n+3){
    margin-top: 18px;
}

.six-con .six-box:nth-child(2) .six-list>div p{
    font-size: 28px;
    line-height: 44px;
}

.six-con .six-box:nth-child(2) .six-list>div p:hover a{
    text-decoration: underline;
    color: #e9381c;
}