.contentBody{
    position: relative;
    /*margin: var(--sectionMargin) auto 0 auto;*/
    margin: 70px auto 0 auto;
    width: 1200px;
    height: 100%;
    display: grid;
    padding-bottom: 20px;
    /*background: linear-gradient(0deg, #CCD2E3 0%, rgba(204,210,227,0) 100%);*/
}
.sectionFirst{
    margin-top: var(--sectionMargin);
    margin-left: var(--leftMargin);
    float: left;
    width: var(--contentWidth);
    height: 610px;
}
.firstLeft{
    float: left;
    width: 740px;
    height: 596px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
.swiper-container{
    position: relative;
    width: 740px;
    height: 416px;
    overflow: hidden;
}

.swiper-container .swiper-wrapper{
    height: 100%;
    position: relative;
    text-align: center;
}
.swiper-container .swiper-slide{
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-container .swiper-slide span{
    width: 96%;
    display: table-caption;
    position: absolute;
    left: 20px;
    font-size:20px;
    color: #FFFFFF;
    text-align: left;
    margin-top: -70px;
    font-weight: bold;
}
.scrollStrBack{
    width: 100%;
    height: 145px;
    margin-top: -145px;
}
.swiper-slide .singleImg{
    width: 100%;
    height: 100%;
}
.swiper-container .moreBtn{
    position: absolute;
    float: right;
    width: 80px;
    height: 40px;
    right:0px;
    top:20px;
    background:url(/image/more.png);
    background-size: 100% 100%;
    z-index: 22;
    cursor: pointer;

    display: none;
}
.swiper-container .swiper-pagination {
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 24px;
    left: 360px;
    bottom:0px;
}
.swiper-pagination-custom{
}

.swiper-container .swiper-pagination-bullet {
    width:20px;
    height: 5.4px;
    border-radius: 2px;
    background: #F8F8F8;
    margin: 0 10px;
    transition: all 0.3s ease;
    opacity:1;
}

.swiper-container .swiper-pagination-bullet-active {
    background-color:#3BADFF;
}
/*先去掉默认样式*/
.swiper-container .swiper-button-prev:after{
    display: none;
}
.swiper-container .swiper-button-next:after{
    display: none;
}
.swiper-container .swiper-button-next{
    background: url(/image/right.png) no-repeat;
    width: 29px;
    height: 54px;
    background-size: 100% 100%;
    right: 0%;

}
.swiper-container .swiper-button-prev{
    background: url(/image/left.png) no-repeat;
    width: 29px;
    height: 54px;
    background-size: 100% 100%;
    left: 0%;
}



.news{
    float: left;
    width: 100%;
    height: 180px;
    background-color: #FFFFFF;
}
.newsUl{
    margin-top: 5px;
    width: 98%;
    /*margin: 0 auto;*/
    font-size: 16px;
    list-style:none
}
.newsUl li{
    float: left;
    width: 50%;
    height: 15px;
    padding: 12px 0;
    cursor: pointer;
}
.vLine{
    float: left;
    width: 3.6px;
    height:  20px;
    background-color: #F8F8F8;
    margin-left:  20px;
}
.newsStr{
    float: left;
    margin-left: 12px;
    width: 88%;
    color: #4A4E58;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}
.newsUl li:hover .vLine{
    background-color:#3468CD;
}
.newsUl li:hover .newsStr{
    color:#3468CD;
}



.firstRight{
    margin-left: var(--sectionMargin);
    float: left;
    width: 440px;
    height: 596px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
.notice{
    width: 100%;
    height: 50px;
    line-height: 50px;

}
.titleIcon{
    float: left;
    margin-top: 20px;
    width: 10px;
    height: 40px;
    background: #3468CD;
    border-radius: 0px 10px 10px 0px;
}
.titleStr{
    float: left;
    margin-left: 11px;
    margin-top: 14px;
    font-size: 18px;
    color: #4A4E58;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.notice .moreBtn{
    float: right;
    width: 73px;
    height: 40px;
    right:0px;
    margin-top:  20px;
    background:url(/image/more.png);
    background-size: 100% 100%;
    cursor: pointer;

    display: none;
}
.noticesUl{

    list-style:none;
    border-radius: 0px 10px 10px 0px;
    margin-top: 20px;
}
.noticesUl li{
    position: relative;
    width: 415px;
    height: 99px;
    margin-left: 12px;
    border-bottom: 0.5px solid #CCD2E3;
    cursor: pointer;
    color: #4A4E58;
}
.ding{
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 29px;
}
.noticesUl li:last-child{
    border-bottom: 0px solid #CCD2E3;
}
.noticesStr{
    display: inline-block;
    color: #4A4E58;
    width: 93%;
    font-size: 16px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin: 14px 0 0 12px;
}
.noticesDate{
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    color:#99A8C1;
    font-size: 11px;
    text-align: right;
}
.noticesUl li .noticesStr:hover{
    color:#3468CD;
}
.noticesUl li .noticesDate:hover{
    color:#3468CD;
}


.sectionFirstAD{
    float: left;
    margin-top:10px;
    margin-left: var(--leftMargin);
    width: var(--contentWidth);
    height: 90px;
    position: relative;
    border-radius: 8px;
}

.adBack{
    float: left;
    width: 100%;
    height: 100%;
    background: url(/image/ad.png);
    background-size: 100% 100%;
}
.swiperAd{
    width: 100%;
    height: 100%;
    overflow: hidden;

}
.swiperAd .swiper-wrapper {
    width: 100%;
    height: 81.8px;
    position: relative;
    text-align: center;

}
.swiperAd .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 81.8px;
    line-height: 81.8px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.swiperAd .swiper-wrapper .swiper-slide span{
    width: 100%;
    /*position: absolute;*/
    background: linear-gradient(0deg, rgba(255,110,2,1) 0%, rgba(255,255,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 36px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /*-webkit-text-stroke: 0.05rem #FFFFFF;*/
    /*text-stroke: 0.05rem #FFFFFF;*/
}

.sectionSix{
    float: left;
    position: relative;
    margin-left: var(--leftMargin);
    margin-top: var(--sectionMargin);
    width: var(--contentWidth);
    /*height: 832px;*/
    height: 352px;
    border-radius: 8px;
    text-align: center;
    /*box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);*/
}
.sectionSixTopTitleImg{
    background:url(/image/ywline.png);
    background-size: 100% 100%;
    width: 557px;
    height: 2px;
    position: absolute;
    left: 321px;
    top:42px;
}
.sectionSixTopTitle{
    position: absolute;
    left: 561px;
    top:30px;
    color: #044DBB;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.sectionSixContent{
    position: absolute;
    float: left;
    top:80px;
    margin-left: var(--sectionMargin);
    /*background-color: #CCD2E3;*/
    width: 1160px;
    /*height: 724px;*/
    height: 204px;
    font-size: 16px;
    line-height: 10px;
    border-radius: 7px;
    border-radius: 7px;
    text-align: center;
}
.ywImg{
    /*margin-left: 5px;*/
    margin-bottom: 40px;
    /*float: left;*/
    width: 280px;
    height: 100px;
    text-align: center;
    cursor: pointer ;
}

.sectionSecond{
    float: left;
    position: relative;
    margin-left: var(--leftMargin);
    margin-top: var(--sectionMargin);
    width: var(--contentWidth);
    /*height: 832px;*/
    height: 262px;
    background: linear-gradient(0deg,#3468CD 1%, #044DBB 100%);
    border-radius: 8px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
.sectionSecondTopBackImg{
    background:url(/image/associationAboutBack.png);
    background-size: 100% 100%;
    width: 100%;
    /*height: 9.09rem;*/

    height: 181.8px;
}
.sectionSecondTopTitleImg{
    background:url(/image/associationLine.png);
    background-size: 100% 100%;
    width: 557px;
    height: 2px;
    position: absolute;
    left: 321px;
    top:42px;
}

.sectionSecondTopTitle{
    position: absolute;
    left: 561px;
    top:30px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.sectionSecondContent{
    position: absolute;
    float: left;
    top:80px;
    margin-left: var(--sectionMargin);
    background-color: #FFFFFF;
    width: 1160px;
    /*height: 724px;*/
    height: 164px;
    font-size: 16px;
    line-height: 10px;
    border-radius: 7px;
    border-radius: 7px;
}
.contentStr{
    float: left;
    margin-top: 17px;
    margin-left: var(--sectionMargin);
    width: 1116px;
    height: 35px;
    line-height: 20px;
    text-indent: 2em;
    font-size: 16px;
    color: #4A4E58;
}
.detailNumContent{
    float: left;
    margin-top:42px;
    width: 100%;
    height: 91px;
    line-height: 20px;
}
.detailSingleNum{
    float: left;
    width: 33%;
    height: auto;
    border-right: 1px solid #CCD2E3;
    text-align: center;
}
.detailSingleNum:last-child{
    border-right: 0px solid #CCD2E3;
}
.numStr{
    font-size: 30px;
    color: #4A4E58;
    font-weight: bold;
}
.wordStr{
    font-size:  20px;
    color: #4A4E58;
}
.leader{
    cursor: pointer;
}
.leader:hover{
    color:#3468CD;
}
.leaderIntroduce{
    width: 400px;
    height: 510px;
    float: left;
    margin-left: var(--sectionMargin);
    background: url(/image/leaderBack.png);
    background-size: 100% 100%;
}
.leaderIntroduce .titleIcon{
    float: left;
    margin-top: 20px;
    width: 10px;
    height: 40px;
    background: #3468CD;
    border-radius: 0 10px 10px 0;
}
.leaderIntroduce .titleStr{
    float: left;
    margin-top: 32px;
    margin-left: 11px;
    font-size: 18px;
    color: #4A4E58;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.leaderIntroduce .content{
    float: left;
    margin-top: 54px;
    margin-left: 80px;
    width: 284px;
    height: 172px;
    color: #4A4E58;
    font-size: 16px;
    line-height: 40px;

}
.leaderIntroduce .content p{

    width: 46px;
    float: left;
    text-align: justify;
    margin-right: 16px;


}

.leaderIntroduce .content span{

    display: inline-block;
    padding-left: 100%;
}
.leaderIntroduce .content div{
    float: left;
    height: 40px;
    display: block;
}
.leaderIntroduce .content .sub{
    margin-left: 60px;
}
.organizationalStructure{
    float: left;
    margin-left: var(--sectionMargin);
    width: 701px;
    height: 510px;
}
.organizationalStructure .titleIcon{
    float: left;
    margin-top: 20px;
    width: 10px;
    height: 40px;
    background: #3468CD;
    border-radius: 0 10px 10px 0;
}
.organizationalStructure .titleStr{
    float: left;
    margin-top: 29px;
    margin-left: 11px;
    font-size: 18px;
    color: #4A4E58;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.organizationSingle{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    line-height: 20px;
    color: #4A4E58;
}
.organization{
    cursor: pointer;
    margin-right: 10px;
}
.organization:hover{
    color:#3468CD;
}
.organizationName{
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.organizationDetail{

}



.sectionThird{
    float: left;
    margin-top: var(--sectionMargin);
    margin-left: var(--leftMargin);
    width: var(--contentWidth);
    height: 600px;

}
.sectionThirdSingle{
    position: relative;
    background-color: #FFFFFF;
    float: left;
    width: 388px;
    height: 600px;
    overflow: hidden;
    /*cursor: pointer;*/
    /*margin-right: var(--sectionMargin);*/
    border-radius: 8px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    color: #4A4E58;
}
.sectionThirdSingle:nth-child(2){
    width: 386px;
    margin-left: var(--sectionMargin);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
.sectionThirdSingle:nth-child(3){
    width: 386px;
    margin-left: var(--sectionMargin);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
.thirdSingleImg{
    margin-left: 20px;
    margin-top: 20px;
    width: 348px;
    height: 195px;
    display: none;
}
.thirdSingleTop{
    font-size: 18px;
    color: #4A4E58;
    margin-left: var(--sectionMargin);
    margin-top: var(--sectionMargin);
}
.thirdSingleTitle{
    display: inline-block;
    width: 100px;
    height: 40px;
    font-size: 18px;
    color: #4A4E58;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.thirdSingleTitleStr{

}
.hLine{
    display: none;
    position: absolute;
    bottom: 0px;
    left: 5px;
    width: 54.6px;
    height: 3.6px;
    border-radius: 2px;
    background-color:#3468CD;
}
.thirdSingleImg{

}
.detailNewsUl{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #4A4E58;
    list-style: disc;
}
.detailNewsUl li{
    float: left;
    width: 95%;
    height: 15px;
    padding: 10px 0;
    cursor: pointer;
    margin-left: 33px;

}
.detailNewsUl li span{
    float: left;
    width: 90%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detailNewsUl li::marker{
    font-size: 11.4px;
    color: #CCD2E3;
     background-color: red;
}
.detailNewsUl li:hover{
    color:#3468CD;
}
.detailNewsUl li:hover::marker{
    color:#3468CD;
}
.sectionThirdSingle .moreBtn{
    position: absolute;
    width: 80px;
    height: 40px;
    right:0px;
    bottom: 27px;
    background:url(/image/more.png);
    background-size: 100% 100%;
    cursor: pointer;

    display: none;
}




.sectionFour{
    position: relative;
    float: left;
    margin-top: var(--sectionMargin);
    margin-left: var(--leftMargin);
    width: var(--contentWidth);
    height: 400px;
    background-color: #FFFFFF;
    z-index: 12;
    border-radius:8px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}

.sectionFour .titleIcon{
    float: left;
    margin-top: 20px;
    width: 10px;
    height: 40px;
    background: #3468CD;
    border-radius: 0 10px 10px 0;
}
.sectionFour .titleStr{
    float: left;
    margin-top: 28px;
    margin-left: 11px;
    font-size: 18px;
    color: #4A4E58;
    font-family: Microsoft YaHei;
    font-weight: bold;
}


.member{
    width: 100%;
    height: 70px;

}
.member .moreBtn{
    float: right;
    width: 73px;
    height: 40px;
    right:0px;
    margin-top: var(--sectionMargin);
    background:url(/image/more.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.memberDetailImg{
    float: left;
    margin-left: var(--sectionMargin);
}
.mySwiper{
    position: relative;
    top: 6px;
    width: 1161px;
    height: 300px;
    overflow: hidden;
    background-color: #CCD2E3;
}
.mySwiper .swiper-wrapper {
    height: 100%;
    position: relative;
    text-align: center;


}
.mySwiper .swiper-wrapper .swiper-slide{
    /*width: 8.15rem;*/
    /*height: 1.15rem;*/
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    background-color: #FFFFFF;
}
.mySwiper .swiper-wrapper .swiper-slide .swiper-itemImg{
    max-width: 90%;
    max-height:90%;

    cursor: pointer;
    object-fit: contain;
}
/*先去掉默认样式*/
.mySwiper .swiper-button-prev:after{
    display: none;
}
.mySwiper .swiper-button-next:after{
    display: none;
}
.mySwiper .swiper-button-next{
    background: url(/image/right.png) no-repeat;
    width: 29px;
    height: 54.6px;
    background-size: 100% 100%;
    right: 0%;
    top:55%;
}
.mySwiper .swiper-button-prev{
    background: url(/image/left.png) no-repeat;
    width: 29px;
    height: 54.6px;
    background-size: 100% 100%;
    left: 0%;
    top:55%;
}




.sectionFive{
    position: relative;
    float: left;
    margin-top: var(--sectionMargin);
    margin-left: var(--leftMargin);
    width: var(--contentWidth);
    /*height: 16.36rem;*/
    background-color: #FFFFFF;
    z-index: 11;
    border-radius:8px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    padding-bottom: 20px;
}
.contact{
    float: left;
    width: 100%;
}
.contactInfo{
    margin-right: 10px;
}
.contact .titleIcon{
    float: left;
    margin-top: 20px;
    width: 10px;
    height: 40px;
    background: #3468CD;
    border-radius: 0 10px 10px 0;
}
.contact .titleStr{
    float: left;
    margin-top: 28px;
    margin-left: 11px;
    font-size: 18px;
    color: #4A4E58;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.contactDetail{
    float: left;
    width: 80%;
    color: #4A4E58;
    font-size: 16px;
    margin-left: var(--sectionMargin);
}
.singleDetail{
    float: left;
    width: 885px;
    margin: 10px 0;

}
.detailTitle{
    color: #4A4E58;
    font-size: 16px;
    font-weight: bold;
}
.detailStr{
    float: left;

}

.detailContent{
    float: left;
    width: 50%;
}
.QRCode{
    float: left;
    margin-top:108px;
    width: 109px;
    height: 120px;
    text-align: center;
    line-height: 10px;
}
.QRCode img{
    width: 109px;
    height: 107px;
}
.QRCode span{

    font-size: 11px;
    color: #4A4E58;
    text-align: center;
}


.tips{

    float: left;
    top: 378px;
    /*left: 90%;*/
    margin-left: -150px;
    position: fixed;
    justify-content:  center;
    align-items:  center;
    z-index: 2;
    width: 130px;
    height: 300px;
    border-radius: 8px;
    cursor: pointer;

}
.tips img{

    display: block;
    width: 100%;
    height: 100%;
}

.tips1{
    top: 378px;
    left: 52%;
    margin-left: 578px;
    position: fixed;
    justify-content:  center;
    align-items:  center;
    z-index: 2;
    width: 130px;
    height: 300px;
    border-radius: 8px;
    cursor: pointer;
}
.tips1 img{

    display: block;
    width: 100%;
    height: 100%;
}

.feedBack{


    bottom: 150px;
    left: 52%;
    margin-left: 588px;
    position: fixed;
    justify-content:  center;
    align-items:  center;
    z-index: 10000;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background-color: #3468CD;
    cursor: pointer;
}
.feedBack img{
    margin-top: 15%;
    margin-left: 30%;
    display: block;
    width: 29px;
    height: 29px;

}
.feedBack p{
    margin-top: 6px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.middleYunBack{
    position: absolute;
    float: right;
    top:740px;
    right: 0px;
    background: url(/image/middleYun.png);
    background-size: 100% 100%;
    width: 252px;
    height: 311px;
}

 .contentBack{
     position: absolute;
     left: 0;
     top: 270px;
     width: 100%;
     min-width:1220px;
     height: 1000px;
     contain: initial;
     z-index: -1;
     pointer-events: none;
 }
/*.moreBtn{*/
/*    display: none;*/
/*}*/

