.p1 {
    padding-top: 52px;
    margin-bottom: 55px;
}

.p1-cont {
    margin-top: 56px;
    height: 429px;
}

.p1-cont .video-box {
    width: 576px;
    height: 429px;
    float: left;
}

.p1-cont .video-cont{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: none;
}
.p1-cont .video-cont .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 20%);
}
.p1-cont .video-cont video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*width: 800px;*/
    height: 80%;
    object-fit: fill;
    z-index: 13;
}
.p1-cont .video-box{
    width: 567px;
    height: 429px;
    overflow: hidden;
}
.p1-cont .video-box .video-item {
    position: relative;
    width: 567px;
    height: 429px;

}
.p1-cont .video-box .video-item>img{
    width: 100%;
    height: 100%;
}
.p1-cont .video-box .video-item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
}

.p1-cont .video-box .video-item .cover img {
    position: absolute;
    width: 46px;
    height: 46px;
    left: 50%;
    top: 50%;
    margin-top: -23px;
    margin-left: -23px;
}



.p1-cont .tit-list {
    padding-left: 30px;
    width: 631px;
    float: right;
    
    box-sizing: border-box;
}
.p1-cont .tit-list.over{
    overflow-y: scroll;
    overflow-x: hidden;
}
.p1-cont .tit-list::-webkit-scrollbar {
    position: absolute;
    width: 5px;
}
.p1-cont .tit-list::-webkit-scrollbar-track {
    background-color: #ccc;
} /* 滚动条的滑轨背景颜色 */

.p1-cont .tit-list::-webkit-scrollbar-thumb {
    background-color: #ddd; 
} /* 滑块颜色 */


.p1-cont .tit-list .tit-item {
    margin-bottom: 6px;
    padding: 0 50px 0 90px;
    position: relative;
    width: 601px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 1;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 20px;
    color: #1D1D1D;
    box-sizing: border-box;
    cursor: default;
}
.p1-cont .tit-list .tit-item:last-child{
    margin-bottom: 0;
}
.p1-cont .tit-list .tit-item::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 25px;
    width: 29px;
    height: 29px;
    background: url(/static/index/img/tab-ar.png) center no-repeat;
    transform: rotate(-180deg);
}

.p1-cont .tit-list .tit-item.active {
    background: linear-gradient(93deg, #65D17E 0%, #3EAD6D 100%);
    box-shadow: 0px 3px 30px rgba(63,174,109,0.53);
    color: #fff;
}

.p1-cont .tit-list .tit-item.active::after {
    background: url(/static/index/img/tab-ar-on.png) center no-repeat;
}

.p2 {
    margin-bottom: 56px;
}

.p2-cont {
    position: relative;
    margin-top: 50px;
}

.p2-cont .center {
    padding: 22px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -89px;
    margin-left: -89px;
    width: 178px;
    height: 178px;
    background: #FFFFFF;
    border: 1px solid #F5B54D;
    border-radius: 50%;
}

.p2-cont .center .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, #F5B54D 0%, #FFA360 100%);
    font-size: 32px;
    line-height: 37px;
    color: #fff;
}

.p2-cont .item {
    float: left;
    width: 563px;
    height: 283px;
    margin: 0 74px 31px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.p2-cont .item:nth-of-type(2n) {
    margin-right: 0;
}

.p2-cont .item.item1 {
    background: url(/static/index/img/zsfw/p2-bg1.png) top center no-repeat;
    background-size: 100%;
    border-radius: 49px 2px 2px 2px;
    border: 1px solid #42E9C2;
}

.p2-cont .item.item2 {
    background: url(/static/index/img/zsfw/p2-bg2.png) top center no-repeat;
    background-size: 100%;
    border: 1px solid #6EACFD;
    border-radius: 2px 49px 2px 2px;
}

.p2-cont .item.item3 {
    background: url(/static/index/img/zsfw/p2-bg3.png) top center no-repeat;
    background-size: 100%;
    border: 1px solid #9876FD;
    border-radius: 2px 2px 2px 49px;
}

.p2-cont .item.item4 {
    background: url(/static/index/img/zsfw/p2-bg4.png) top center no-repeat;
    background-size: 100%;
    border: 1px solid #FB778E;
    border-radius: 2px 2px 49px 2px;
}
.p2-cont .item.item1 .item-tit {
    background: linear-gradient(90deg, #4FEBC6 0%, #01DEAB 100%);
}

.p2-cont .item.item2 .item-tit {
    background: linear-gradient(90deg, #5D86F8 0%, #73B9FE 100%);
}

.p2-cont .item.item3 .item-tit {
    background: linear-gradient(90deg, #9872FD 0%, #C367FA 100%);
}

.p2-cont .item.item4 .item-tit {
    background: linear-gradient(90deg, #FEAB65 0%, #FB778E 100%);
}

.p2-cont .item .item-tit {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.p2-cont .item .item-tit img {
    width: 30px;
    height: 28px;
    vertical-align: middle;
}

.p2-cont .item .item-cont {
    height: 213px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    color: #3A3A3A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p2-cont .item .item-cont .inner {

    display: inline-block;
    text-align: left;
}

.p3 {
    margin-bottom: 47px;
}

.p3-cont {
    margin-top: 35px;
    height: 453px;
    background: url(/static/index/img/zsfw/p3-bg.png) top center no-repeat;
    background-size: 100%;
}

.p3-list {
    padding-top: 45px;
    float: right;
}

.p3-list li {
    margin-bottom: 30px;
}

.p3-list li:nth-of-type(1),
.p3-list li:nth-of-type(3) {
    margin-left: -70px;
}

.p3-list li a {
    padding: 15px 0 0 50px;
    width: 334px;
    height: 99px;
    background: url(/static/index/img/zsfw/p3-icon1.png) center no-repeat;
    background-size: 100%;
    color: #fff;
    box-sizing: border-box;
}

.p3-list li a:hover {
    background: url(/static/index/img/zsfw/p3-icon2.png) center no-repeat;
    background-size: 100%;
}

.p3-list li a:hover .btn {
    color: #FF9E36;
}

.p3-list li .name {
    margin-bottom: 10px;
    font-size: 20px;
}

.p3-list li .btn {
    font-size: 16px;
    color: #3CAD6C;
    width: 99px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
}

.p3-more {
    margin-top: 35px;
}

.p3-more a {
    margin: 0 auto;
    width: 314px;
    height: 53px;
    background: linear-gradient(93deg, #FEA703 0%, #FE8003 100%);
    box-shadow: 0px 3px 6px #FFD5A2;
    opacity: 1;
    border-radius: 27px;
    text-align: center;
    line-height: 53px;
    font-size: 22px;
    color: #fff;
}

.p4-cont {
    margin-top: 44px;
    padding-bottom: 55px;
}


.p4-cont .tab-tit {
    margin-bottom: 49px;
}

.p4-cont .tab-tit span {
    position: relative;
    margin-right: 30px;
    display: inline-block;
    width: 144px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    border-radius: 6px;
    background: #3AAB6A;
    font-size: 18px;
    color: #fff;
    cursor: default;
}

.p4-cont .tab-tit span::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 7px;
    background: url(/static/index/img/tab-icon.png) center no-repeat;
    background-size: 100%;
    display: none;
}

.p4-cont .tab-tit span.hover {
    background: #FD8F00;
}

.p4-cont .tab-tit span.hover::after {
    display: block;
}

.p4-cont .tab-cont {
    position: relative;
    min-height: 355px;
}

.p4-cont .tab-cont .cont-item {
    position: absolute;
    display: none;
}

.p5 {
    position: relative;
    padding-top: 125px;
    margin-bottom: 50px;
}

.p5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background: url(/static/index/img/gy/p3-bg2.png) center no-repeat;
    background-size: cover;
}

.p5-cont {
    margin-top: 47px;
    padding-bottom: 93px;
    background: url(/static/index/img/zsfw/p5-bg.png) bottom center no-repeat;
    background-size: 100%;
}

.p5-cont ul {
    padding: 0 52px;
}

.p5-cont li {
    padding-top: 74px;
    margin-right: 218px;
    float: left;
    width: 219px;
    height: 224px;
    background: url(/static/index/img/zsfw/p5-c.png) center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    text-align: center;

}

.p5-cont li .name {
    margin-bottom: 11px;
    font-size: 22px;
    color: #202020;
}

.p5-cont li .btn {
    margin: 0 auto;
    width: 107px;
    height: 31px;
    background: #FFFFFF;
    opacity: 1;
    font-size: 16px;
    color: #FEAE00;
    text-align: center;
    line-height: 31px;
}

.p5-cont li:last-child {
    margin-right: 0;
}

.p6 {
    position: relative;
    padding-bottom: 99px;
}

.p6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background: url(/static/index/img/gy/p3-bg2.png) center no-repeat;
    background-size: cover;
    transform: rotateX(180deg) rotateY(180deg);
}

.p6 .p6-cont {
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p6 .p6-cont .img-box {
    width: 630px;
    flex: 0 0 630px;
    margin-right: 8px;
}

.p6 .p6-cont .txt-box {
    font-size: 22px;
    line-height: 35px;
    color: #575757;
}