.header{
    width: 100%;
    height:  38px;
    background-color: #f66;
    
}

.topBan{
    width: 100%;
    height: 1030px;
    background:url(../img/topBan.png) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    top: -15px;
    z-index: 2;
}
.theme{
    width: 100%;
    text-align: center;
    font-size: 90px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 90px;
    padding-top: 200px;
}
.topBanText{
    width: 1097px;
    height: auto;
    margin: auto;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    margin-top: 50px;
}
.btnArea{
    width: 1200px;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    /* position: -webkit-sticky; /* Safari
    position: sticky; */
    z-index: 99;
    /* top: 50px */
}
.btnArea button{
    width: 270px;
    height: 100px;
    background: #FFFFFF;
    
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px;
    font-size: 24px;
    font-weight: 600;
    
    line-height: 34px;
    cursor: pointer;
}
.btnArea button a{
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
}
.btn1{
    box-shadow: 0px 9px 18px 0px rgba(78,52,182,0.74);
}
.btn2{
    box-shadow: 0px 9px 18px 0px rgba(78,52,182,0.74);
}
.btn3{
    box-shadow: 0px 9px 29px 0px rgba(115,25,190,0.61);
}
.btn4{
    box-shadow: 0px 9px 29px 0px rgba(115,25,190,0.67);
}
.btnArea button a img{
    margin-right: 16px;
}
.content{
    width: 100%;
    height: auto;
    position: absolute;
    top: 660px;
}



.innovate{
    width: 100%;
    background-color: #f1f6f9;
    position: relative;
}

.innovateTitle{
    width: 100%;
    height: auto;
    padding-top: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innovateText{
    width: 100%;
    height: auto;
    
}
.innovateText p{
    width: 1198px;
    height: auto;
    margin: auto;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    margin-top: 70px;
}
.innovateImg{
    width: calc(1100px - 40px);
    height: auto;
    margin: auto;
    padding-top: 67px;
    display: flex;
    flex-wrap: wrap;
    padding: 67px 20px 0;
    justify-content: space-between;
}

.innovateImg div{
    width: 498px;
    height: 266px;
    margin-bottom: 53px;
    position: relative;
    overflow: hidden;
}
.innovateImg div .innovateMsg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.innovateImg1{
    border-radius: 100px 50px 0px 50px;
}
.innovateImg1 .innovateImgTop,.innovateImg2 .innovateImgTop,.innovateImg3 .innovateImgTop,.innovateImg4 .innovateImgTop{
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(137,247,254,0) 0%, #66A6FF 100%);
}
.innovateImg2{ 
    border-radius: 50px 100px 50px 0px;
}

.innovateImg3{
    border-radius: 50px 0px 50px 100px;
}
.innovateImg4{
    border-radius: 0px 50px 100px 50px;
}

.bottomText{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.bottomText p{
    width:1100px;
    margin: auto;
}
.bottomText p:nth-child(1){
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
}
.bottomText p:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 70px;
}
.bottomText p:nth-child(2) a{
    font-size: 22px;
    font-weight: 500;
    color: #66A9FE;
    
}
.stage{
    width: 100%;
    height: auto;
    background: #F9FCFF;
    padding-bottom:  70px;
}
.stage .innovateTitle,.contentInfo .innovateTitle,.cooperativeActivity .innovateTitle{
    padding-top: 70px;
}
.mapArea{
    width: calc(1200px - 72px);
    height: auto;
    margin:72px auto 0;
    background: #EFF8FF;
    border-radius: 28px;

    padding: 38px 50px 38px 58px;
    display: flex;
}
.mapAreaText{
    flex: 1;
    padding-right: 115px;
}
.mapAreaText p:nth-child(1){
    font-size: 18px;
    padding-top: 58px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}
.mapAreaText p:nth-child(2){
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 25px;
}
.mapAreaText p:nth-child(3) a,
.mapAreaText p:nth-child(4) a{
    font-size: 22px;
    font-weight: 500;
    color: #66A9FE;
    line-height: 48px;
    cursor: pointer;
}



.mapAreaImg{
    width: auto;
    height: 100%;
}





.contentInfo{
    width: 100%;
    height: auto;
    background-color:#f1f6f9 ;
    padding-bottom: 70px;
}
.contentInfo .innovateText{
    margin-bottom: 70px;
}
.contentMsg{
    width: 1136px;
    margin: auto;
    height: 1490px;
    padding: 20px 14px 20px 50px;
    background: #FFFFFF;
    box-shadow: 0px 6px 15px 1px rgba(181,181,181,0.19);
    border-radius: 30px;
}

.contentMsg .contentZD .serviceSite:last-child{
    border-bottom: none;
}
.serviceSite{
    width: 100%;
    padding: 40px 0 20px 0;
    display: flex;
    border-bottom: 1px solid #E1E5E7;
}
.serviceImg{
    width: 251px;
    height: 192px;
    border-radius: 32px;
    overflow: hidden;
}
.serviceImg img{
    width: 100%;
    height: 100%;
    width: 251px;
    height: 192px;
}
.serviceText{
    flex: 1;
    margin-left: 40px;
    position: relative;
}
.serviceTitle{
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    margin-bottom: 4px;
}
.serviceTitle a{
    color: #000000;
}
.CYarea{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
}
.serviceText p a{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}
.serviceText p{
    color: #999999;
}
.serviceText p:nth-child(3){
    letter-spacing: 2px;
}
.more{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
    text-align: right;
    width: auto
}
.more p{
    cursor: pointer;
    width: 10%;
    float: right;
}
.cooperativeActivity{
    width: 100%;
    height: auto;
    background: #F9FCFF;
    padding-bottom: 70px;
}
.cooperativeContent{
    width: 100%;
    height: auto;
    margin-top: 72px;
}
.cooperativeInfo{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 64px;
}
.activityItem{
    width: 480px;
    height: 308px;
    background: #FFFFFF;
    box-shadow: 0px 8px 26px 3px rgba(131,131,131,0.2);
    border-radius: 24px;
    margin-bottom: 42px;
    padding: 40px 50px 50px 50px;
}
.cooperativeMore{
     width: 1200px;
    margin: auto;
}
.cooperativeMore p{
    font-size: 22px;
    font-weight: 500;
    color: #66A9FE;
    line-height: 48px;
    cursor: pointer;
}
.cityTitle{
    width: 100%;
    height:auto;
    margin-bottom: 32px;
}
.cityTitle p{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
.cityTitle p span{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #6FB0FF;
    border-radius: 50%;
    vertical-align: middle;
}
.cityTitle p span:nth-child(1){margin-right: 5px;}
.cityTitle p span:nth-child(2){margin-left: 8px;}
.cityImg{
    width: 480px;
    height: 257px;
    background: #DEDEDE;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.BF{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* .introduction{
    height: 88px;
    overflow: hidden;
} */
.introduction{
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 20px;
    /* height: 80px; */
    height: auto;
    text-align: justify;
    font-size: 16px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

/* .introduction:after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 4px;
    background: linear-gradient(to right, transparent, #fff 55%);
} */

.overFlowArea{
    overflow-y: scroll;
    height: 1490px;
    padding-right: 36px;
}

.overFlowArea::-webkit-scrollbar {
    width: 4px;
    background: #fff;
    border-radius: 4px;
}

.overFlowArea::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px #F8F8F8;
    background-color: #E1E5E7;
    background-image: url(../img/main.jfif);
}
.fhqIndex{
    width: 1097px;
    height: auto;
    margin: auto;

    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fhqIndex a{
    display: inline-block;
    width: 182px;
    height: 68px;
    text-align: center;
    border-radius: 50px;
    background: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    color: #952ce5;
    line-height: 68px;
    box-shadow: 0px 9px 29px 0px rgba(115,25,190,0.67);
}