/**
*
*        添加字体
*
* */
@font-face {
    font-family: PFDinTextProThin;
    src: url('../images/font/PFDINTEXTCONDPRO-THIN.TTF');
}
@font-face {
    font-family: PFDinTextCondPro-Medium;
    src: url('../images/font/PFDINTEXTCONDPRO-MEDIUM.TTF');
}
@font-face {
    font-family: PFDinTextCondPro-Italic;
    src: url('../images/font/PFDINTEXTCOMPPRO-ITALIC.TTF');
}
@font-face {
    font-family: PFDinTextCondPro-Light;
    src: url('../images/font/PFDINTEXTCOMPPRO-LIGHT.TTF');
}
@font-face {
    font-family: PFDinTextCondPro-Regular;
    src: url('../images/font/PFDINTEXTCOMPPRO-REGULAR.TTF');
}

@font-face {
    font-family: PFDinTextCondPro-XThin;
    src: url('../images/font/PFDINTEXTCOMPPRO-XTHIN.TTF');
}
@font-face {
    font-family: PFDinTextCondPro-XThinItalic;
    src: url('../images/font/PFDINTEXTCOMPPRO-XTHINITALIC.TTF');
}

/* 解决方案政府单位*/

.jjfaHeader{
    width: 100%;
    height: 554px;
}

.winyeahsSjjfaBanner{
    width: 100%;
    height: 554px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.winyeahsSjjfaBanner div:nth-of-type(1){
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}

.winyeahsSjjfaBanner div:nth-of-type(1) img{
    width: 100%;
    height: 554px;
    overflow: hidden;
    position: relative;
    /* margin: 0 auto; */
    object-fit: cover;
    object-position: center center;
}
.winyeahsSjjfaBanner div:nth-of-type(2){
    position: relative;
    text-align: center;
    z-index: 11;
    margin: 0 auto;
    margin-top: 72px;
}
.winyeahsSjjfaBanner div:nth-of-type(2) h1{
    width: 100%;
    text-align: center;
    font-size: 45px;
    letter-spacing: 1px;
    color: #ffffff;
}
.winyeahsSjjfaBanner div:nth-of-type(2) p{
    width: 100%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 31px;
}

.cpfwListArea2Nav{
    width: 100%;
    height: 53px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #f4f4f4;
}
.cpfwListArea2Nav > div{
    width: 512px;
    margin: 0 auto;
    overflow: hidden;
}
.cpfwListArea2Nav > div a{
    float: left;
    margin: 0 30px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #5f6464;
    position: relative;
}
.cpfwListArea2Nav > div a::after{
    content: '';
    display: block;
    width: 100%;
    height:3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 145, 255, 1);
    opacity: 0;
    transition: all .5s ease;
}

.cpfwListArea2Nav > div a:hover{
    font-weight: bold;
}

.cpfwListArea2Nav > div a.cpfwListArea2NavActive{
    font-weight: bold;

}

.cpfwListArea2Nav > div a:hover::after{
    opacity: 1;
    transition: all .5s ease;
}

.cpfwListArea2Nav > div a.cpfwListArea2NavActive::after{
    opacity: 1;
}

.jjfazfdw_area3 {
    width: 100%;
    height: 482px;
    display: table;
}
.jjfazfdw_area3 > .area3content {
    width: 148px;
    height: 84px;
    margin: 0 auto;
    margin-top: 90px;
    vertical-align: middle;
    text-align: center;
}
.jjfazfdw_area3 > .area3content > p {
    font-family: PFDinTextCondPro-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 2.4px;
    color: rgba(141, 141, 141, 1);
}
.jjfazfdw_area3 > .area3content > span {
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: rgba(103, 103, 103, 1);
    margin: 19px 0;
}
.introuducecontent {
    width: 934px;
    height: 173px;
    margin: 50px auto 0 auto;
}
.introuducecontent p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: rgba(98, 98, 98, 1);
}
.introuducecontent p span{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: rgba(5, 72, 174, 1);
}
.jjfazfdw_area3 > .introuducecontent p span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: rgba(1, 64, 153, 1);
}
.jjfazfdw_area3 > .introuducecontent p:nth-of-type(2) {
    margin-top: 20px;
}
.jjfazfdw_area4 {
    overflow: hidden;
    width: 100%;
    height: 298px;
    margin-top: 79px;
    background: url('../images/winyeahs_jjfa_zfdw_area3_bg.jpg') no-repeat;
}

.con {
    display: inline-block;
    background: url(../images/winyeahs_jjfa_zfdw_area4_con.png) no-repeat;
    width: 89px;
    height: 89px;
    margin: 0 20px;
}
.jjfazfdw_area4 > div:nth-of-type(1) {
    margin-top: 66px;
    margin-bottom: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jjfazfdw_area4 > div:nth-of-type(1) > span {
    display: inline-block;
    width: 63px;
    font-family: PFDinTextCondPro-Italic;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 4.8px;
    color: rgba(255, 255, 255, 1);
    margin-right: 20px;
}
.jjfazfdw_area4 > div:nth-of-type(1) > div {
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    margin-left: 11px;
    box-sizing: border-box;
    font-family: PFDinTextCondPro-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2.4px;
    color: rgba(4, 88, 177, 1);
    padding: 2px 20px;
}
/* .jjfazfdw_area4 > div:nth-of-type(1) > div  span {
    width: 143px;
    height: 17px;
    font-family: PFDinTextCondPro-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 2.4px;
    color: rgba(4, 88, 177, 1);
} */
.jjfazfdw_area4 > div:nth-of-type(2) {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    /* margin-top: 102px; */
    clear: both;
    display: flex;
    align-items: center;
    padding-left: 90px;
}
.jjfazfdw_area4 > div:nth-of-type(2) > .subdiv_allinline {
    margin: 0;
    padding: 0;
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
}
.jjfazfdw_area4 > div:nth-of-type(2) > .subdiv_allinline > h3 {
    font-family: MicrosoftYaHei;
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 48px; */
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 1);
}
.jjfazfdw_area4 > div:nth-of-type(2) > .subdiv_allinline > p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    /* line-height: 48px; */
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 1);
    margin-top: 17px;
}

.jjfazfdw_area5 {
    display: flex;
    width: 1320px;
    height: 897px;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;

}

.jjfazfdw_area5 > div:nth-of-type(1) {
    width: 335px;
    height: 351px;
    margin-top: 178px;
    display: inline-block;
}
.jjfazfdw_area5 > div:nth-of-type(1) > .one {
    width: 176px;
    height: 28px;
}
.jjfazfdw_area5 > div:nth-of-type(1) > .two {
    width: 98px;
    height: 24px;
    margin-top: 25px;
}
.jjfazfdw_area5 > div:nth-of-type(1) > .three {
    width: 306px;
    height: 32px;
    opacity: 0.4;
    margin-top: 13px;
}
.jjfazfdw_area5 > div:nth-of-type(1) > div {
    margin-top: 80px;
}
.jjfazfdw_area5 > div:nth-of-type(1) > div h3 {
    width: 263px;
    height: 28px;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    color: rgba(5, 64, 169, 1);
}
.jjfazfdw_area5 > div:nth-of-type(1) > div p {
    width: 335px;
    height: 85px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(98, 98, 98, 1);
    margin-top: 35px;
}

.jjfazfdw_area5 > div:nth-of-type(3) {
    width: 880px;
    height: 660px;
    display: inline-block;
    margin-top: 142px;
    margin-left: 96px;
}

.jjfazfdw_area5 > div:nth-of-type(3) > .flex {
    display: flex;
    width: 880px;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: flex-start;
    text-align: center;
}
.jjfazfdw_area5 > div:nth-of-type(3) > .flex > li {
    box-sizing: border-box;
    height: 220px;
    width: 220px;
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.jjfazfdw_area5 > div:nth-of-type(3) > .flex > li:hover {
    background-color: rgba(251, 251, 251, 1);
}
.jjfazfdw_area5 > div:nth-of-type(3) > .flex > li img {
    margin-bottom: 32px;
}
.jjfazfdw_area5 > div:nth-of-type(3) > .flex > li span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(42, 46, 46, 1);
}

.jjfazfdw_area6 {
    width: 100%;
    height: 1177px;

    background-color: rgba(251, 251, 251, 1);
}
.jjfazfdw_area6 > div:nth-of-type(1) {
    width: 1320px;
    margin: 0 auto;
}
.jjfazfdw_area6 > div:nth-of-type(1) > .img1 {
    width: 308px;
    height: 28px;
    margin-top: 125px;
}
.jjfazfdw_area6 > div:nth-of-type(1) > .img2 {
    width: 98px;
    height: 25px;
    margin-top: 23px;
    display: block;
}
.jjfazfdw_area6 > div:nth-of-type(1) > .img3 {
    width: 306px;
    height: 32px;
    margin-top: 13px;
    display: block;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) {
    width: 336px;
    height: 219px;
    margin-top: 80px;
    display: inline-block;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(1) p:nth-of-type(1) {
    width: 24px;
    height: 25px;
    font-family: PFDinTextCondPro-Light;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(0, 145, 255, 1);

    display: inline-block;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1) {
    width: 1px;
    height: 27px;
    background-color: rgba(181, 181, 181, 1);
    overflow: hidden;
    display: inline-block;
    margin-left: 21px;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2) {
    overflow: hidden;
    display: inline-block;
    margin-left: 18px;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 1.4px;
    color: rgba(5, 64, 169, 1);
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(1) {
    display: flex;
    align-items: center;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) {
    margin-top: 32px;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) p {
    width: 335px;
    height: 156px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(98, 98, 98, 1);
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) {
    display: flex;
    margin-top: 67px;
    /*margin-left: 96px;*/
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon {
    width: 220px;
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon:hover {
    background-color: rgba(255, 255, 255, 1);
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon img {
    margin-bottom: 37px;
}

.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(42, 46, 46, 1);
}

.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 137px;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) {
    height: 70px;
    display: flex;
    align-items: center;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) p {
    width: 24px;
    height: 25px;
    font-family: PFDinTextCondPro-Light;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(0, 145, 255, 1);
    display: inline-block;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1) {
    width: 1px;
    height: 67px;
    background-color: rgba(181, 181, 181, 1);
    display: inline-block;
    margin-left: 21px;
}

.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2) {
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1.4px;
    color: rgba(5, 64, 169, 1);
    margin-left: 14px;
}

.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) {
    width: 336px;
    height: 277px;
    margin-top: 35px;
}

.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: .5px;
    color: rgba(98, 98, 98, 1);
}

.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) {
    display: flex;
    margin-left: 96px;
}

.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div {
    width: 294px;
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div:hover {
    background-color: rgba(255, 255, 255, 1);
}
.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div img {
    margin-bottom: 35px;
}

.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(42, 46, 46, 1);
}

.jjfazfdw_area7 {
    width: 100%;
    height: 741px;
}
.jjfazfdw_area7 > div:nth-of-type(1) {
    width: 1320px;
    margin: 0 auto;
}
.jjfazfdw_area7 > div:nth-of-type(1) > .img4 {
    width: 210px;
    height: 108px;
    margin-top: 137px;
}
.jjfazfdw_area7 > div:nth-of-type(1) > .img5 {
    width: 196px;
    height: 24px;
    display: block;
    margin-top: 33px;
}

.jjfazfdw_area7 > div:nth-of-type(1) > .img6 {
    width: 306px;
    height: 32px;
    display: block;
    margin-top: 12px;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
    margin-top: 79px;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) p {
    width: 205px;
    height: 68px;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(5, 64, 169, 1);
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) span {
    margin-top: 35px;
    width: 278px;
    height: 12px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(98, 98, 98, 1);
    display: block;
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
    display: flex;
    width: 881px;
    margin-top: -288px;
    /*margin-left: 126px;*/
}


.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div p{
    transition: 0.8s;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div img{
    transition: 0.8s;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) img{
    transition: 0.8s;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) p{
    transition: 0.8s;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {
    width: 172px;
    height: 480px;
    border: solid 1px rgba(238, 238, 238, 1);

}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(3) {
    width: 172px;
    height: 480px;
    border: solid 1px rgba(238, 238, 238, 1);

}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(42, 46, 46, 1);
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span:nth-of-type(1) {
    display: block;
    width: 22px;
    height: 2px;
    background-color: rgba(210, 210, 210, 1);
    margin-top: 9px;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span:nth-of-type(2) {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: rgba(42, 46, 46, 1);
    opacity: 0.8;
    margin-top: 9px;
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) h3 {
    margin-top: 35px;
    font-family: PFDinTextProThin;
    font-size: 88px;
    letter-spacing: 0px;
    background-image: linear-gradient(180deg,rgba(0, 145, 255, 1) 0%,rgba(0, 145, 255, 1) 10%,rgba(181, 181, 181, .1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    transition: all .5s ease;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) img {
    width: 160px;
    height: 110px;
    margin-top: 68px;
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) {
    overflow: hidden;
    width: 537px;
    height: 480px;
    border: solid 1px rgba(0, 145, 255, 1);
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(42, 46, 46, 1);
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) span:nth-of-type(1) {
    width: 22px;
    height: 2px;
    background-color: rgba(0, 145, 255, 1);
    display: block;
    margin-top: 13px;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) span:nth-of-type(2) {
    width: 466px;
    height: 100px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: rgba(42, 46, 46, 1);
    margin-top: 13px;
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) img {
    width: 297px;
    height: 263px;
    margin-top: 19px;
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) {
    width: 172px;
    height: 480px;
    border: solid 1px rgba(238, 238, 238, 1);
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(42, 46, 46, 1);
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) span:nth-of-type(1) {
    display: block;
    width: 22px;
    height: 2px;
    background-color: rgba(210, 210, 210, 1);
    margin-top: 9px;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) span:nth-of-type(2) {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: rgba(42, 46, 46, 1);
    opacity: 0.8;
    margin-top: 11px;
}

.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) h3 {
    margin-top: 35px;
    font-family: PFDinTextProThin;
    font-size: 88px;
    letter-spacing: 0px;
    background-image: linear-gradient(180deg,rgba(0, 145, 255, 1) 0%,rgba(0, 145, 255, 1) 10%,rgba(181, 181, 181, .1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    transition: all .5s ease;
}
.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) img {
    width: 166px;
    height: 164px;
    margin-top: 54px;
}
#spicel{
    width: 172px;
    height: 480px;
    border: solid 1px rgba(238, 238, 238, 1);
}
#spicel p{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(42, 46, 46, 1);
}
#spicel span:nth-of-type(1){
    display: block;
    width: 22px;
    height: 2px;
    background-color: rgba(210, 210, 210, 1);
    margin-top: 9px;
}

#spicel span:nth-of-type(2){
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: rgba(42, 46, 46, 1);
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 35px;
}

#spicel img{
    width: 166px;
    height: 164px;
    margin-top: 54px;
}

.flex li p:nth-of-type(1){
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(42, 46, 46, 1);
}

.flex li p:nth-of-type(2){
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(105, 107, 107, 1);
    margin-top: 26px;
    width:220px;
    padding: 20px;
}


/* 窗口宽度<1920,设计宽度=1680 */
@media screen and (max-width: 1919px) {

}
/* 窗口宽度<1680,设计宽度=1440 */
@media screen and (max-width: 1679px) {
}

/* 窗口宽度<1440,设计宽度=1200px */
@media screen and (max-width: 1439px) {
    .cpfwListArea2Nav {
        width: 100%;
        height:53px;
        background-color: #fbfbfb;
        border-bottom: 0.05vw solid #f4f4f4;
    }
    .cpfwListArea2Nav > div {
        margin: 0 auto;
        overflow: hidden;
    }
    .cpfwListArea2Nav > div a.cpfwListArea2NavActive {
        font-weight: bold;
        /*border-bottom: 4px solid #194ac3;*/
    }
    .cpfwListArea2Nav > div a {
        float: left;
        margin: 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        letter-spacing: 0px;
        color: #5f6464;
    }
    .jjfazfdw_area3 {
        width: 100%;
        height: 25.1vw;
        display: table;
    }
    .jjfazfdw_area3 > .area3content {
        width: 349px;
        height: 84px;
        margin: 0 auto;
        margin-top: 90px;
        vertical-align: middle;
        text-align: center;
    }
    .jjfazfdw_area3 > .area3content > p {
        font-family: PFDinTextCondPro-Medium;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 34px;
        color: rgba(141, 141, 141, 1);
    }
    .jjfazfdw_area3 > .area3content > span {
        width: 30px;
        height: 2px;
        display: inline-block;
        background-color: rgba(103, 103, 103, 1);
        margin: 19px 0;
    }

    .jjfazfdw_area4 {
        overflow: hidden;
        width: 100%;
        height: 15.52vw;
        margin-top: 4.06vw;
        background: url(../images/winyeahs_jjfa_zfdw_area3_bg.jpg) no-repeat;
    }
    .jjfazfdw_area4 > div:nth-of-type(1) {
        margin-top: 3.18vw;
        margin-bottom: 1vw;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jjfazfdw_area4 > div:nth-of-type(2) {
        width: 82.13vw;
        margin: 0 auto;
        text-align: center;
        clear: both;
        display: flex;
        justify-content: space-between;
        padding-left: unset;
    }
    .jjfazfdw_area4 > div:nth-of-type(1) > span {
        display: inline-block;
        width: 3.28vw;
        font-family: PFDinTextCondPro-Italic;
        font-size: 2.5vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.25vw;
        color: rgba(255, 255, 255, 1);
    }
    .jjfazfdw_area4 > div:nth-of-type(1) > div {
        display: inline-block;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 0.68vw;
        margin-left: 0.57vw;
        box-sizing: border-box;
        font-family: PFDinTextCondPro-Regular;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0.13vw;
        color: rgba(4, 88, 177, 1);
        padding: 0.1vw 1.04vw;
    }
    .jjfazfdw_area4 > div:nth-of-type(2) > .subdiv_allinline > h3 {
        width: 100%;
        height: 1.61vw;
        font-family: MicrosoftYaHei;
        font-size: 31px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.04vw;
        color: rgba(255, 255, 255, 1);
    }
    .jjfazfdw_area4 > div:nth-of-type(2) > .subdiv_allinline > p {
        width: 100%;
        height: 0.68vw;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.02vw;
        color: rgba(255, 255, 255, 1);
    }

    .jjfazfdw_area5 {
        display: flex;
        justify-content: space-between;
        width: 80vw;
        height: 76.72vw;
        background-color: rgba(255, 255, 255, 1);
        margin: 0 auto;
    }
    .jjfazfdw_area3 > .area3content > span {
        margin: 0.99vw 0;
        width: 1.56vw;
        height: 0.1vw;
        background-color: rgba(103, 103, 103, 1);
        border-radius: 0.05vw;
        opacity: 0.5;
    }
    .introuducecontent {
        width: 944px;
        height: 316px;
        margin: 50px auto 0 auto;
    }
    .introuducecontent p {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0.4px;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area3 > .introuducecontent p span {
        font-family: MicrosoftYaHei-Bold;
        font-size: 16px;
        letter-spacing: 0.4px;
        color: rgba(1, 64, 153, 1);
    }

    .jjfazfdw_area5 > div:nth-of-type(1) {
        width: 17.45vw;
        height: 18.28vw;
        margin-top: 9.27vw;
        display: inline-block;
    }


    .jjfazfdw_area5 > div:nth-of-type(3) {
        width: 45.84vw;
        height: 34.38vw;
        display: inline-block;
        margin-top: 7.4vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(3) > .one {
        width: 9.17vw;
        height: 1.46vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(3) > .two {
        width: 5.1vw;
        margin-top: 1.3vw;
        height: 1.25vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(3) > .three {
        margin-top: 0.678vw;
        width: 15.94vw;
        height: 1.67vw;
        opacity: 0.4;
    }
    .jjfazfdw_area5 > div:nth-of-type(1) > div {
        margin-top: 4.17vw;
    }
    /*.jjfazfdw_area5 > div:nth-of-type(1) > div h3 {*/
    /*    width: 15.7vw;*/
    /*    height: 1.46vw;*/
    /*    font-family: MicrosoftYaHei;*/
    /*    font-size: 1.46vw;*/
    /*    font-weight: normal;*/
    /*    font-stretch: normal;*/
    /*    color: rgba(5, 64, 169, 1);*/
    /*}*/
    .jjfazfdw_area5 > div:nth-of-type(1) > div p {
        width: 335px;
        height: 85px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: rgba(98, 98, 98, 1);
        margin-top: 35px;
    }

    .jjfazfdw_area5 > div:nth-of-type(3) > .flex {
        display: flex;
        width: 55.84vw;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-content: flex-start;
        text-align: center;
    }
    .jjfazfdw_area5 > div:nth-of-type(3) > .flex > li {
        box-sizing: border-box;
        height: 220px;
        width: 220px;
        text-align: center;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .jjfazfdw_area5 > div:nth-of-type(3) > .flex > li img {
        margin-bottom: 1.67vw;
    }
    .flex li p:nth-of-type(1) {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(42, 46, 46, 1);
    }
    .flex li p:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.2vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(105, 107, 107, 1);
        margin-top: 1.35vw;
        width: 170px;
    }
    .jjfazfdw_area6 {
        width: 100vw;
        height:79.3vw;
        background-color: rgba(251, 251, 251, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) {
        width: 80vw;
        margin: 0 auto;
    }
    /*.jjfazfdw_area6 > div:nth-of-type(1) > .img1 {*/
    /*    width: 16.04vw;*/
    /*    height: 1.46vw;*/
    /*    margin-top: 6.51vw;*/
    /*}*/
    /*.jjfazfdw_area6 > div:nth-of-type(1) > .img2 {*/
    /*    display: block;*/
    /*    width: 5.1vw;*/
    /*    height: 1.3vw;*/
    /*    margin-top: 1.2vw;*/
    /*}*/
    /*.jjfazfdw_area6 > div:nth-of-type(1) > .img3 {*/
    /*    display: block;*/
    /*    width: 15.94vw;*/
    /*    height: 1.67vw;*/
    /*    margin-top: 0.68vw;*/
    /*}*/
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) {
        margin-top: 4.17vw;
        display: inline-block;
        width: 17.5vw;
        height: 11.41vw;
    }

    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(1) p:nth-of-type(1) {
        width: 22px;
        height: 25px;
        font-family: PFDinTextCondPro-Light;
        font-size: 36px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0vw;
        color: rgba(0, 145, 255, 1);
        display: inline-block;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1) {
        margin-left: 1.09vw;
        width: 0.05vw;
        height: 1.41vw;
        background-color: rgba(181, 181, 181, 1);
        overflow: hidden;
        display: inline-block;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2) {
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 48px;
        margin-left: 18px;
        color: rgba(5, 64, 169, 1);
        overflow: hidden;
        display: inline-block;
        font-family: MicrosoftYaHei;
        letter-spacing:unset;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) {
        margin-top: 1.67vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) p {
        width: 335px;
        height: 156px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) {
        display: flex;
        margin-top: 3.49vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 11.46vw;
        height: 13.28vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon img {
        margin-bottom: 1.93vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin-top: 140px;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) {
        height: 3.65vw;
        display: flex;
        align-items: center;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) {
        width: 17.5vw;
        height: 14.43vw;
        margin-top: 1.82vw;
    }
    /*.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) p {*/
    /*    overflow: hidden;*/
    /*    display: inline-block;*/
    /*    width: 1.46vw;*/
    /*    height: 1.3vw;*/
    /*    font-family: PFDinTextCondPro-Light;*/
    /*    font-size: 1.88vw;*/
    /*    font-weight: normal;*/
    /*    font-stretch: normal;*/
    /*    line-height: 1.25vw;*/
    /*    letter-spacing: 0vw;*/
    /*    color: rgba(0, 145, 255, 1);*/
    /*}*/
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1) {
        display: inline-block;
        margin-left: 0.94vw;
        width: 0.05vw;
        height: 3.49vw;
        background-color: rgba(181, 181, 181, 1);
    }
    /*.jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2) {*/
    /*    margin-left: 0.73vw;*/
    /*    font-family: MicrosoftYaHei;*/
    /*    font-size: 1.46vw;*/
    /*    font-weight: normal;*/
    /*    font-stretch: normal;*/
    /*    line-height: 2.08vw;*/
    /*    letter-spacing: 0.07vw;*/
    /*    color: rgba(5, 64, 169, 1);*/
    /*}*/
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) p {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.1vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) {
        display: flex;
        margin-left: 176px;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div {
        width: 15.31vw;
        height: 13.28vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3.65vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div img {
        margin-bottom: 1.82vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area7 {
        width: 100%;
        height: 45.59vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) {
        width:80vw;
        margin: 0 auto;
    }
    /*.jjfazfdw_area7 > div:nth-of-type(1) > .img4 {*/
    /*    margin-top: 7.29vw;*/
    /*    width: 10.94vw;*/
    /*    height: 5.63vw;*/
    /*}*/
    /*.jjfazfdw_area7 > div:nth-of-type(1) > .img5 {*/
    /*    display: block;*/
    /*    margin-top: 1.72vw;*/
    /*    width: 10.21vw;*/
    /*    height: 1.25vw;*/
    /*}*/
    /*.jjfazfdw_area7 > div:nth-of-type(1) > .img6 {*/
    /*    display: block;*/
    /*    margin-top: 0.63vw;*/
    /*    width: 15.94vw;*/
    /*    height: 1.67vw;*/
    /*}*/
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
        margin-top: 4.11vw;
    }
    /*.jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) p {*/
    /*    width: 10.68vw;*/
    /*    height: 3.54vw;*/
    /*    font-family: MicrosoftYaHei;*/
    /*    font-size: 1.46vw;*/
    /*    font-weight: normal;*/
    /*    font-stretch: normal;*/
    /*    color: rgba(5, 64, 169, 1);*/
    /*}*/
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) span {
        margin-top: 1.82vw;
        display: block;
        width: 18.73vw;
        height: 0.63vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
        display: flex;
        width: 45.89vw;
        margin-top: -15vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {
        width: 8.96vw;
        height: 25vw;
        background-color: rgba(255, 255, 255, 1);
        border: solid 0.05vw rgba(238, 238, 238, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3.65vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span:nth-of-type(1) {
        display: block;
        margin-top: 0.47vw;
        width: 1.15vw;
        height: 0.1vw;
        background-color: rgba(210, 210, 210, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.4px;
        color: rgba(42, 46, 46, 1);
        opacity: 0.8;
        margin-top: 0.47vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) h3 {
        margin-top: 35px;
        font-family: PFDinTextProThin;
        font-size: 88px;
        letter-spacing: 0px;
        background-image: linear-gradient(180deg,rgba(0, 145, 255, 1) 0%,rgba(0, 145, 255, 1) 10%,rgba(181, 181, 181, .1) 100%);
        -webkit-background-clip: text;
        color: transparent;
        transition: all .5s ease;
        font-size: 4.58vw;
        font-weight: normal;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) img {
        width: 8.33vw;
        height: 5.73vw;
        margin-top: 3.49vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) {
        width: 27.97vw;
        height: 25vw;
        border: solid 0.05vw rgba(0, 145, 255, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) span:nth-of-type(1) {
        width: 1.15vw;
        height: 0.1vw;
        background-color: rgba(0, 145, 255, 1);
        display: block;
        margin-top: 0.68vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) span:nth-of-type(2) {
        width: 24.27vw;
        height: 5.21vw;
        font-family: MicrosoftYaHei;
        font-size: 8px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 0.6px;
        color: rgba(42, 46, 46, 1);
        margin-top: 13px;
        text-align: left;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) img {
        width: 8.47vw;
        height: 10.7vw;
        padding-top: 30px;
        margin-top: 0.99vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(3) {
        width: 8.96vw;
        height: 25vw;
        border: solid 0.05vw rgba(238, 238, 238, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) {
        width: 8.96vw;
        height: 25vw;
        border: solid 0.05vw rgba(238, 238, 238, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) span:nth-of-type(1) {
        display: block;
        width: 1.15vw;
        height: 0.1vw;
        background-color: rgba(210, 210, 210, 1);
        margin-top: 0.47vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) span:nth-of-type(2) {
        margin-top: 0.57vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.02vw;
        color: rgba(42, 46, 46, 1);
        opacity: 0.8;
        text-align: center;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) h3 {
        font-size: 4.58vw;
        font-weight: normal;
        letter-spacing: 0vw;
        color: rgba(0, 145, 255, 1);
        opacity: 0.85;
        margin-top: 35px;
        font-family: PFDinTextProThin;
        background-image: linear-gradient(180deg,rgba(0, 145, 255, 1) 0%,rgba(0, 145, 255, 1) 10%,rgba(181, 181, 181, .1) 100%);
        color: transparent;
        transition: all .5s ease;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) img {
        width: 8.65vw;
        height: 8.54vw;
        margin-top: 2.81vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) p {
        width: 336px;
        height: 277px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: rgba(98, 98, 98, 1);
    }

}

/* 窗口宽度<1200,设计宽度=1024px */
@media screen and (max-width: 1199px) {
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) {
        width: 20.6vw;
        height: 14.43vw;
        margin-top: 1.82vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) {
        display: flex;
        margin-left: 2vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) span {
        margin-top: 1.82vw;
        display: block;
        width: 20.8vw;
        height: 0.63vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area5 > div:nth-of-type(3) > .flex >li img{
        width: 6.2vw;
        diaplay:block;
    }
    .flex li p:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.1vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(105, 107, 107, 1);
        margin-top: 0.25vw;
        width: 75%;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) {
        width: 20.6vw;
        height: 14.43vw;
        margin-top: 1.2vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) p {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.45vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area5 > div:nth-of-type(1) > div p {
        width: 17.45vw;
        height: 4.43vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
        margin-top: 3vw;
    }
    .jjfazfdw_area4 > div:nth-of-type(1) {
        margin-top: 3.18vw;
        margin-bottom: 0.1vw;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jjfazfdw_area4 > div:nth-of-type(2) {
        width: 85vw;
        margin: 0 auto;
        text-align: center;
        clear: both;
        display: flex;
        justify-content: space-between;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 9.46vw;
        height: 10.28vw;
        text-align: center;
        justify-content: space-between;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div {
        width: 11.31vw;
        height: 10.28vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3.65vw;
        text-align: center;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin-top: 6.14vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) {
        width: 28.6vw;
        height: 16.43vw;
        margin-top: 1.2vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) p {
        width: 22.45vw;
        height: 8.13vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.45vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) {
        display: flex;
        margin-top: 6.49vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon img {
        margin-bottom: 1.53vw;
        margin-top: 1vw;
        width: 5vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div img {
        margin-bottom: 1.82vw;
        width: 4vw;
        height: 4vw;
    }

    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) span:nth-of-type(2) {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        width: 24.27vw;
        height: 44px;
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0.6px;
        color: rgba(42, 46, 46, 1);
        margin-top: 13px;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div span:nth-of-type(2) {
        text-align:center;
    }
}

/* 窗口宽度<1024,设计宽度=960px */
@media screen and (max-width: 1023px) {
    .jjfazfdw_area4 > div:nth-of-type(2) {
        width: 88vw;
        margin: 0 auto;
        text-align: center;
        clear: both;
        display: flex;
        justify-content: space-between;
    }
    .jjfazfdw_area4 > div:nth-of-type(1) {
        margin-top: 3.18vw;
        margin-bottom: -1vw;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jjfazfdw_area5 > div:nth-of-type(3) > .flex > li span {
        display: block;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area5 > div:nth-of-type(1) > div p {
        width: 17.45vw;
        height: 4.43vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.45vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
        margin-top: 3vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin-top: 2.14vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) p {
        width: 17.45vw;
        height: 8.13vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.45vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 9.46vw;
        height: 10.28vw;
        text-align: center;
        justify-content: space-between;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div {
        width: 11.31vw;
        height: 10.28vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3.65vw;
        text-align: center;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin-top: 6.14vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) {
        width: 32.6vw;
        height: 16.43vw;
        margin-top: 1.2vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) p {
        width: 22.45vw;
        height: 8.13vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.45vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) {
        display: flex;
        margin-top: 6.49vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon img {
        margin-bottom: 1.53vw;
        margin-top: 1vw;
        width: 5vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div img {
        margin-bottom: 1.82vw;
        width: 4vw;
        height: 4vw;
    }
    .jjfazfdw_area5 > div:nth-of-type(3) {
        width: 45.84vw;
        height: 34.38vw;
        display: inline-block;
        margin-top: 7.4vw;
        margin-left: 8vw;
    }
    .jjfazfdw_area5 > div:nth-of-type(3) > .flex >li img {
        width: 6.2vw;
        height: 4.7vw;
        diaplay: block;
    }
    .jjfazfdw_area5 > div:nth-of-type(1) > div p {
        width: 22.79vw;
        height: 4.43vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.45vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
        margin-top: 3vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) {
        flex-wrap: unset;
        display: unset;
        justify-content: unset;
    }
    .jjfazfdw_area7 {
        width: 100%;
        height: 88.59vw;
    }
    .jjfazfdw_area7 {
        width: 100%;
        height: 68.59vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) {
        width: 68.75vw;
        margin: 0 auto;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > .img4 {
        margin-top: 7.29vw;
        width: 10.94vw;
        height: 5.63vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > .img5 {
        display: block;
        margin-top: 1.72vw;
        width: unset;
        height: unset;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > .img6 {
        display: block;
        margin-top: 0.63vw;
        width: 15.94vw;
        height: 1.67vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
        margin-top: 4.11vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) p {
        width: 10.68vw;
        height: 3.54vw;
        font-family: MicrosoftYaHei;
        font-size: 1.46vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(5, 64, 169, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) span {
        margin-top: 1.82vw;
        display: block;
        width: 17.73vw;
        height: 0.63vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
        display: flex;
        width: 45.89vw;
        margin-top: -15vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {
        width: 107px;
        height: 300px;
        background-color: rgba(255, 255, 255, 1);
        border: solid 0.05vw rgba(238, 238, 238, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3.65vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span:nth-of-type(1) {
        display: block;
        margin-top: 0.47vw;
        width: 1.15vw;
        height: 0.1vw;
        background-color: rgba(210, 210, 210, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.4px;
        color: rgba(42, 46, 46, 1);
        opacity: 0.8;
        margin-top: 0.47vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) h3 {
        font-family: PFDinTextCondPro-Thin;
        font-size: 4.58vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0px;
        color: rgba(0, 145, 255, 1);
        opacity: 0.85;
        margin-top: 1.82vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) img {
        width: 8.33vw;
        height: 5.73vw;
        margin-top: 3.49vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) {
        width: 335px;
        height: 300px;
        border: solid 0.05vw rgba(0, 145, 255, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) span:nth-of-type(1) {
        width: 1.15vw;
        height: 0.1vw;
        background-color: rgba(0, 145, 255, 1);
        display: block;
        margin-top: 0.68vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) span:nth-of-type(2) {
        width: 24.27vw;
        height: 5.21vw;
        font-family: MicrosoftYaHei;
        font-size: 8px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 0.6px;
        color: rgba(42, 46, 46, 1);
        margin-top: 13px;
        display: unset;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
        overflow: unset;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) img {
        width: 7.47vw;
        height: 9.47vw;
        margin-top: 10vw;

    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(3) {
        width: 8.96vw;
        height: 25vw;
        border: solid 0.05vw rgba(238, 238, 238, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) {
        width: 107px;
        height: 300px;
        border: solid 0.05vw rgba(238, 238, 238, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) span:nth-of-type(1) {
        display: block;
        width: 1.15vw;
        height: 0.1vw;
        background-color: rgba(210, 210, 210, 1);
        margin-top: 0.47vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) span:nth-of-type(2) {
        margin-top: 0.57vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.02vw;
        color: rgba(42, 46, 46, 1);
        opacity: 0.8;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) h3 {
        margin-top: 1.77vw;
        font-family: PFDinTextCondPro-Thin;
        font-size: 4.58vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0vw;
        color: rgba(0, 145, 255, 1);
        opacity: 0.85;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) img {
        width: 8.65vw;
        height: 8.54vw;
        margin-top: 2.81vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
        display: flex;
        width: 45.89vw;
        margin-top: -15vw;
        padding-top: 15vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) span {
        margin-top: 1.82vw;
        display: block;
        width: 22.73vw;
        height: 0.63vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
}

/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width: 959px) {
    .jjfazfdw_area3 > .area3content {
        width: 7.71vw;
        height: 4.38vw;
        margin: 0 auto;
        margin-top: 1.5vw;
        vertical-align: middle;
        text-align: center;
    }
    .jjfazfdw_area4 > div:nth-of-type(1) {
        margin-top: 3.18vw;
        margin-bottom: 1vw;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jjfazfdw_area5 > div:nth-of-type(3) > .flex > li span {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: rgba(42, 46, 46, 1);
    }
    .introuducecontent p {
        font-family: MicrosoftYaHei;
        font-size: 0.83vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.8vw;
        letter-spacing: 0.02vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area3 > .introuducecontent p:nth-of-type(2) {
        margin-top: 1vw;
    }
    .jjfazfdw_area4 > div:nth-of-type(2) {
        width: 99.15vw;
        margin: 0 auto;
        text-align: center;
        clear: both;
        display: flex;
        justify-content: space-between;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > .img1 {
        width: 16.04vw;
        height: 1.46vw;
        margin-top: 1.5vw;
    }
    .con {
        display:none;
        background: url(../images/winyeahs_jjfa_zfdw_area4_con.png) no-repeat;
    }
    .jjfazfdw_area5 > div:nth-of-type(1) > .one {
        width: 9.17vw;
        height: 1.46vw;
    }
    .jjfazfdw_area5 > div:nth-of-type(1) > .two {
        /* width: 98px; */
        /* height: 24px; */
        margin-top: 1.35vw;
        width: 6.8vw;
        /* height: 1.25vw; */
        font-family: MicrosoftYaHei-Bold;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.03vw;
        color: rgba(83, 83, 83, 1);
    }
    .jjfazfdw_area5 > div:nth-of-type(1) > .three {
        /* width: 306px; */
        /* height: 32px; */
        /* opacity: 0.4; */
        margin-top: 0.68vw;
        width: 15.94vw;
        height: 1.67vw;
        opacity: 0.4;
    }


    .jjfazfdw_area5 > div:nth-of-type(1) > div p {
        width: 22.79vw;
        height: 4.43vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
        margin-top: 4vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) p {
        width: 30.45vw;
        height: 8.13vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.8vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.8vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(2) > .zfdwicon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 9.46vw;
        height: 12.28vw;
        text-align: center;
        justify-content: space-between;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > .img1 {
        width: 16.04vw;
        height: 1.46vw;
        margin-top: 3vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(1) {
        margin-top: 2vw;
        display: inline-block;
        width: 17.5vw;
        height: 11.41vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin-top: 3vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) p {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.8vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div p {
        font-family: MicrosoftYaHei;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.8vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > div > div:nth-of-type(3) > div:nth-of-type(2) > div {
        width: 11.31vw;
        height: 10.28vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3.65vw;
        text-align: center;
        padding-right: 0.2vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) p {
        width: 13.68vw;
        height: 3.54vw;
        font-family: MicrosoftYaHei;
        font-size: 1.46vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(5, 64, 169, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) {
        width: 68.75vw;
        margin: 0 auto;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) span {
        margin-top: 1.82vw;
        display: block;
        width: 28vw;
        height: 0.63vw;
        font-family: MicrosoftYaHei;
        font-size: 0.2vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.65vw;
        letter-spacing: 0.4px;
        color: rgba(42, 46, 46, 1);
        opacity: 0.8;
        margin-top: 0.47vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(4) span:nth-of-type(2) {
        margin-top: 0.57vw;
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.65vw;
        letter-spacing: 0.02vw;
        color: rgba(42, 46, 46, 1);
        opacity: 0.8;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) img {
        width: 7.47vw;
        height: 9.47vw;
        margin-top: 14vw;
    }
    .jjfazfdw_area7 {
        width: 100%;
        height: 78.59vw;
    }
}

/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width: 639px) {
    .cpfwListArea2Nav {
        width: 100vw;
        height: 11.6vw;
        background-color: rgba(255, 255, 255, 1);
        border-bottom: 0.27vw solid rgba(244, 244, 244, 1);
    }

    .cpfwListArea2Nav > div {
        width: 76.8vw;
        margin: 0 auto;
        overflow: hidden;
    }

    .cpfwListArea2Nav > div a {
        float: left;
        margin: 0 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0px;
        color: #5f6464;
        height: 53px;
        font-size: 16px;
    }

    .jjfazfdw_area3 {
        width: 100%;
        height: 140.93vw;
        display: table;
    }

    .jjfazfdw_area3 > .area3content {
        margin: 0 auto;
        margin-top: 13.73vw;
        vertical-align: middle;
        text-align: center;
        width: 29.47vw;
        height: 16.53vw;
    }

    .jjfazfdw_area3 > .area3content > span {
        margin: 4.13vw 0;
        width: 6.13vw;
        height: 0.53vw;
        background-color: rgba(103, 103, 103, 1);
        border-radius: 0.13vw;
        opacity: 0.5;
    }

    .jjfazfdw_area3 > .area3content > p {
        font-family: MicrosoftYaHei;
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.8vw;
        letter-spacing: 0.48vw;
        color: rgba(141, 141, 141, 1);
    }

    .jjfazfdw_area3 > .area3content > p {
        font-family: PFDinTextCondPro-Medium;
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.53vw;
        letter-spacing: 0.48vw;
        color: rgba(141, 141, 141, 1);
    }

    .introuducecontent {
        width: 88.53vw;
        height: 70.8vw;
        margin: 9.2vw auto 0 auto;
    }

    .introuducecontent p {
        font-family: MicrosoftYaHei;
        font-size: 3.2vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 6.53vw;
        letter-spacing: 0.08vw;
        color: rgba(98, 98, 98, 1);
    }

    .jjfazfdw_area3 > .introuducecontent p span {
        font-family: MicrosoftYaHei-Bold;
        font-size: 3.2vw;
        font-weight: normal;
        letter-spacing: 0.08vw;
        color: rgba(1, 64, 153, 1);
    }

    .jjfazfdw_area3 > .introuducecontent p:nth-of-type(2) {
        margin-top: unset;
    }

    .jjfazfdw_area5 {
        width: 100vw;
        height: 209.2vw;
        background-color: rgba(255, 255, 255, 1);
        display: unset;
    }

    .jjfazfdw_area5 > div:nth-of-type(2) {
        width: 88.53vw;
        height: 59.47vw;
        text-align: center;
        margin: 0 auto;
    }

    .jjfazfdw_area5 > div:nth-of-type(2) > img:nth-of-type(1) {
        width: 35.2vw;
        height: 5.6vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(2) > img:nth-of-type(2) {
        width: 19.47vw;
        height: 4.67vw;
        margin-top: 5.2vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(2) > img:nth-of-type(3) {
        width: 61.07vw;
        height: 6.27vw;
        margin-top: 2.8vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(2) h3 {
        font-family: MicrosoftYaHei;
        font-size: 5.6vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 6.4vw;
        letter-spacing: 0.28vw;
        color: rgba(5, 64, 169, 1);
        margin-top: 10.27vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(2) p {
        font-family: MicrosoftYaHei;
        font-size: 2.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5.53vw;
        letter-spacing: 0vw;
        text-align: left;
        color: rgba(98, 98, 98, 1);
        margin-top: 6.8vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(3) {
        width: 99.99vw;
        height: 133.88vw;
        display: inline-block;
        margin-top: 6.93vw;
        margin-left: unset;
    }

    .jjfazfdw_area5 > div:nth-of-type(3) > .flex {
        display: flex;
        width: 99.99vw;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-content: flex-start;
        text-align: center;
        margin-top: 8vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(3) > .flex > li {
        box-sizing: border-box;
        width: 33.33vw;
        height: 33.47vw;
        text-align: center;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    .jjfazfdw_area5 > div:nth-of-type(3) > .flex > li:hover {
        background-color: rgba(251, 251, 251, 1);
    }

    .jjfazfdw_area5 > div:nth-of-type(3) > .flex > li img {
        margin-bottom: 32px;
        width: 16.13vw;
        height: 10.13vw;
    }

    .jjfazfdw_area5 > div:nth-of-type(3) > .flex > li span {
        display: block;
        font-family: MicrosoftYaHei;
        font-size: 3.07vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.2vw;
        letter-spacing: 0.08vw;
        color: rgba(42, 46, 46, 1);
    }

    .jjfazfdw_area6 {
        width: 100vw;
        height: 259.07vw;
        background-color: rgba(251, 251, 251, 1);
        margin-top: 13.07vw;
    }

    .jjfazfdw_area6 > div:nth-of-type(1) {
        /* width: 68.75vw; */
        margin: 0 auto;
        width: 88.67vw;
        /*height: 75.07vw;*/
        text-align: center;
    }

    .jjfazfdw_area6 > div:nth-of-type(1) > .img1 {
        margin-top: 17.73vw;
        width: 61.73vw;
        height: 5.6vw;
    }

    .jjfazfdw_area6 > div:nth-of-type(1) > .img2 {
        display: block;
        margin: 5.2vw auto;
        width: unset;
        height: unset;
    }

    .jjfazfdw_area6 > div:nth-of-type(1) > .img3 {
        display: block;
        margin: 2.8vw auto;
        width: 61.07vw;
        height: 6.27vw;
    }

    .jjfazfdw_area6 > div:nth-of-type(1) > div {
        display: flex;
        width: 47.33vw;
        height: 5.6vw;
        margin: 16vw auto 0 auto;
    }

    .jjfazfdw_area6 > div:nth-of-type(1) > div:nth-of-type(1) p {
        width: 4.8vw;
        height: 5.07vw;
        font-family: PFDinTextCondPro-Light;
        font-size: 7.2vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5.6vw;
        letter-spacing: 0vw;
        color: rgba(0, 145, 255, 1);
    }

    .jjfazfdw_area6 > div:nth-of-type(1) > div span:nth-of-type(1) {
        width: 0.27vw;
        height: 5.6vw;
        background-color: rgba(181, 181, 181, 1);
        margin-left: 4.13vw;
    }

    .jjfazfdw_area6 > div:nth-of-type(1) > div span:nth-of-type(2) {
        width: 34.93vw;
        /* height: 5.6vw; */
        font-family: MicrosoftYaHei;
        font-size: 5.6vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5.6vw;
        /* letter-spacing: 0.28vw; */
        color: rgba(5, 64, 169, 1);
        margin-left: 3.2vw;
    }

    .jjfazfdw_area6 > div:nth-of-type(1) > p {
        width: 88.67vw;
        height: 22vw;
        font-family: MicrosoftYaHei;
        font-size: 2.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5.53vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
        margin: 6.8vw auto 0 auto;
        text-align: left;
    }

    .jjfazfdw_area6 > div:nth-of-type(2) {
        width: 100vw;
        height: 77.47vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;

    }

    .jjfazfdw_area6 > div:nth-of-type(2) > .zfdwicon {
        box-sizing: border-box;
        width: 33.33vw;
        height: 33.47vw;
        text-align: center;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .jjfazfdw_area6 > div:nth-of-type(2) > .zfdwicon >img{
        width: 12.13vw;
        height: 11.6vw;
    }
    .jjfazfdw_area6 > div:nth-of-type(2) > .zfdwicon:hover {
        background: rgba(255, 255, 255, 1);
    }

    .jjfazfdw_area6 > div:nth-of-type(2) > .zfdwicon p {
        margin-top: 6.93vw;
    }

    .jjfazfdw_area6 > div:nth-of-type(3) {
        width: 88.67vw;
        height: 61.47vw;
        margin: 0 auto;
        margin-top: 10vw;
    }

    .jjfazfdw_area6 > div:nth-of-type(3) > div:nth-of-type(1) {
        width: 53.2vw;
        height: 13.6vw;
        margin: 0 auto;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .jjfazfdw_area6 > div:nth-of-type(3) > div:nth-of-type(1) p {
        width: 5.47vw;
        height: 5.07vw;
        font-family: PFDinTextCondPro-Light;
        font-size: 7.2vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.1vw;
        /* letter-spacing: 0vw; */
        color: rgba(0, 145, 255, 1);
        display: inline;
    }

    .jjfazfdw_area6 > div:nth-of-type(3) > div:nth-of-type(1) span:nth-of-type(1) {
        display: inline-block;
        width: 0.27vw;
        height: 13.6vw;
        background-color: rgba(181, 181, 181, 1);
        margin-left: 3.73vw;
    }

    .jjfazfdw_area6 > div:nth-of-type(3) > div:nth-of-type(1) span:nth-of-type(2) {
        /*width: 40.8vw; */
        /* height: 13.47vw; */
        font-family: MicrosoftYaHei;
        font-size: 5.6vw;
        font-weight: normal;
        font-stretch: normal;
        /* line-height: 5.33vw; */
        color: rgba(5, 64, 169, 1);
        margin-left: 3.2vw;
        text-align:left;
    }

    .jjfazfdw_area6 > div:nth-of-type(3) > p {
        width: 88.67vw;
        height: 41.2vw;
        font-family: MicrosoftYaHei;
        font-size: 2.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5.53vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
        margin-top: 6.67vw;
    }

    .jjfazfdw_area7 {
        width: 100vw;
        height: 300vw;
    }

    .jjfazfdw_area7 > div:nth-of-type(1) {
        width: 88.67vw;
        height: 249.33vw;
        margin: 0 auto;
        text-align: center;
    }

    .jjfazfdw_area7 > div:nth-of-type(1) > .img4 {
        width: 41.73vw;
        height: 21.6vw;
    }

    .jjfazfdw_area7 > div:nth-of-type(1) > .img5 {
        width: 39.07vw;
        height: 4.67vw;
        margin: 0 auto;
        margin-top: 6.33vw;
    }

    .jjfazfdw_area7 > div:nth-of-type(1) > .img6 {
        width: 61.07vw;
        height: 6.27vw;
        opacity: 0.4;
        margin: 0 auto;
        margin-top: 2.8vw;
    }

    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) {
        width: 88.67vw;
        height: 208.53vw;
        margin: 0 auto;
        text-align: center;
    }

    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) p {
        width: 76vw;
        height: 5.6vw;
        font-family: MicrosoftYaHei;
        font-size: 5.6vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5.33vw;
        color: rgba(5, 64, 169, 1);
        margin: 0 auto;
        margin-top: 15.87vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1){
        width: 76vw;
        height: 15.07vw;
        margin: 0 auto;
        text-align: center;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) span {
        width: 62vw;
        height: 3.2vw;
        font-family: MicrosoftYaHei;
        font-size: 3.2vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.2vw;
        letter-spacing: 0vw;
        color: rgba(98, 98, 98, 1);
        margin: 0 auto;
        margin-top: 6.27vw;
    }
    .jjfazfdw_area7 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3) {
        width: 88.67vw;
        height: 167.07vw;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 17.87vw;
    }
    #pt1 > div{
        width: 88.67vw;
        height: 58.8vw;
        background-color: rgba(255, 255, 255, 1);
        border: solid 0.27vw rgba(0, 145, 255, 1);
        margin-bottom:2.4vw;
        text-align: center;
    }
    #pt1 > div:nth-of-type(1) >div{
        margin-top:4vw;
    }
    #pt1 > div:nth-of-type(2) >div{
        margin-top:4vw;
    }
    #pt1 > div:nth-of-type(3) >div{
        margin-top:4vw;
    }
    #pt1 > div:nth-of-type(1)  >div h3{
        width: 11.2vw;
        height: 12.53vw;
        font-size: 17.6vw;
        font-weight: normal;
        font-stretch: normal;
        font-family: PFDinTextProThin;
        letter-spacing: 0px;
        background-image: linear-gradient(180deg,rgba(0, 145, 255, 1) 0%,rgba(0, 145, 255, 1) 10%,rgba(181, 181, 181, .1) 100%);
        -webkit-background-clip: text;
        color: transparent;
        transition: all .5s ease;
        /* color: rgba(0, 145, 255, 1); */
        opacity: 0.85;
        display: inline;
        margin-top: 13vw;
    }
    #pt1 > div:nth-of-type(2) >div   h3{
        width: 11.2vw;
        height: 12.53vw;
        font-size: 17.6vw;
        font-weight: normal;
        font-stretch: normal;
        font-family: PFDinTextProThin;
        letter-spacing: 0px;
        background-image: linear-gradient(180deg,rgba(0, 145, 255, 1) 0%,rgba(0, 145, 255, 1) 10%,rgba(181, 181, 181, .1) 100%);
        -webkit-background-clip: text;
        color: transparent;
        transition: all .5s ease;
        /* color: rgba(0, 145, 255, 1); */
        opacity: 0.85;
        display: inline;
    }

    #pt1 > div:nth-of-type(3) >div  h3{
        width: 11.2vw;
        height: 12.53vw;
        font-size: 17.6vw;
        font-weight: normal;
        font-stretch: normal;
        font-family: PFDinTextProThin;
        letter-spacing: 0px;
        background-image: linear-gradient(180deg,rgba(0, 145, 255, 1) 0%,rgba(0, 145, 255, 1) 10%,rgba(181, 181, 181, .1) 100%);
        -webkit-background-clip: text;
        color: transparent;
        transition: all .5s ease;
        /* color: rgba(0, 145, 255, 1); */
        opacity: 0.85;
        display: inline;
    }

    #pt1 > div:nth-of-type(1) > div span:nth-of-type(1){
        width: 0.27vw;
        height: 12.27vw;
        background-color: rgba(210, 210, 210, 1);
        display: inline-block;
        margin-left: 3.33vw;
    }
    #pt1 > div:nth-of-type(1) >div >div:nth-of-type(1){
        display: inline-block;
        margin-left: 5.2vw;
    }
    #pt1 > div:nth-of-type(1)  >div >div:nth-of-type(1) >p:nth-of-type(1){
        /*width: 14.53vw; */
        height: 3.6vw;
        font-family: MicrosoftYaHei;
        font-size: 3.6vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.2vw;
        letter-spacing: 0.09vw;
        color: rgba(42, 46, 46, 1);
    }
    #pt1 > div:nth-of-type(1) >div >div:nth-of-type(1) >p:nth-of-type(2){
        display: block;
        /* width: 22.8vw; */
        /* height: 2.8vw; */
        font-family: MicrosoftYaHei;
        font-size: 2.8vw;
        font-weight: normal;
        font-stretch: normal;
        /* line-height: 3.2vw; */
        /* letter-spacing: 0.07vw; */
        color: rgba(42, 46, 46, 1);
        opacity: 0.8;
        margin-top: 2.4vw;
        white-space:nowrap;
    }
    #pt1 > div:nth-of-type(1) > p{
        width: 78vw;
        height: 24.93vw;
        font-family: MicrosoftYaHei;
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.64vw;
        letter-spacing: 0.12vw;
        color: rgba(42, 46, 46, 1);
        margin: 0 auto;
        margin-top: 6.67vw;
        text-align: left;
    }
    /*2*/
    #pt1 > div:nth-of-type(2) >div span:nth-of-type(1){
        width: 0.27vw;
        height: 12.27vw;
        background-color: rgba(210, 210, 210, 1);
        display: inline-block;
        margin-left: 3.33vw;
    }
    #pt1 > div:nth-of-type(2) >div >div:nth-of-type(1){
        display: inline-block;
        margin-left: 5.2vw;
    }
    #pt1 > div:nth-of-type(2) >div >div:nth-of-type(1) >p:nth-of-type(1){
        /*width: 14.53vw; */
        height: 3.6vw;
        font-family: MicrosoftYaHei;
        font-size: 3.6vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.2vw;
        letter-spacing: 0.09vw;
        color: rgba(42, 46, 46, 1);
    }
    #pt1 > div:nth-of-type(2) >div >div:nth-of-type(1) >p:nth-of-type(2){
        display: block;
        /* width: 22.8vw; */
        /* height: 2.8vw; */
        font-family: MicrosoftYaHei;
        font-size: 2.8vw;
        font-weight: normal;
        font-stretch: normal;
        /* line-height: 3.2vw; */
        /* letter-spacing: 0.07vw; */
        color: rgba(42, 46, 46, 1);
        opacity: 0.8;
        margin-top: 2.4vw;
        white-space:nowrap;
    }
    #pt1 > div:nth-of-type(2) > p{
        width: 78vw;
        height: 24.93vw;
        font-family: MicrosoftYaHei;
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.64vw;
        letter-spacing: 0.12vw;
        color: rgba(42, 46, 46, 1);
        margin: 0 auto;
        margin-top: 6.67vw;
        text-align: left;
    }
    /*3*/
    #pt1 > div:nth-of-type(3) >div span:nth-of-type(1){
        width: 0.27vw;
        height: 12.27vw;
        background-color: rgba(210, 210, 210, 1);
        display: inline-block;
        margin-left: 3.33vw;
    }
    #pt1 > div:nth-of-type(3) >div  >div:nth-of-type(1){
        display: inline-block;
        width: 29.07vw;
        height: 8.8vw;
        margin-left: 5.2vw;
    }
    #pt1 > div:nth-of-type(3) >div >div:nth-of-type(1) >p:nth-of-type(1){
        /*width: 14.53vw; */
        height: 3.6vw;
        font-family: MicrosoftYaHei;
        font-size: 3.6vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.2vw;
        letter-spacing: 0.09vw;
        color: rgba(42, 46, 46, 1);
    }
    #pt1 > div:nth-of-type(3) >div  >div:nth-of-type(1) >p:nth-of-type(2){
        display: block;
        /* width: 22.8vw; */
        /* height: 2.8vw; */
        font-family: MicrosoftYaHei;
        font-size: 2.8vw;
        font-weight: normal;
        font-stretch: normal;
        /* line-height: 3.2vw; */
        /* letter-spacing: 0.07vw; */
        color: rgba(42, 46, 46, 1);
        opacity: 0.8;
        margin-top: 2.4vw;
        white-space:nowrap;
    }
    #pt1 > div:nth-of-type(3) > p{
        width: 78vw;
        height: 24.93vw;
        font-family: MicrosoftYaHei;
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.64vw;
        letter-spacing: 0.12vw;
        color: rgba(42, 46, 46, 1);
        margin: 0 auto;
        margin-top: 6.67vw;
        text-align: left;
    }
    .area4_cont p {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0.6px;
        color: rgba(42, 46, 46, 1);
        margin-top: 12px;
        margin-left: 5vw;
    }
    .area4_container >div:nth-of-type(2) >div:nth-of-type(1) > div:nth-of-type(1) {
        width: 440px;
        height: 249px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: solid 1px rgba(238, 238, 238, 1);
    }
}

/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width: 415px) {
    .jjfazfdw_area3 {
        width: 100%;
        height: 140.93vw;
        display: table;
    }
    .jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-top: 36px;
        margin-left: 32px;
        height: 76vw;
        width: 80vw;
    }
    .jjfawhdwyh_area4 .wrapper .item {
        height: 180vw;
    }

}




/*解决方案景区用户*/


.jjfajqyh_area3 {
    width: 100%;
    height: 558px;
    display: table;
}
.jjfajqyh_area3 > .area3content {
    width: 148px;
    height: 84px;
    margin: 0 auto;
    margin-top: 90px;
    vertical-align: middle;
    text-align: center;
}
.jjfajqyh_area3 > .area3content > p {
    font-family: PFDinTextCondPro-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 2.4px;
    color: rgba(141, 141, 141, 1);
}
.jjfajqyh_area3 > .area3content > span {
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: rgba(103, 103, 103, 1);
    margin: 19px 0;
}

.jjfajqyh_area4 {
    width: 100%;
    height: 842px;
    background: url('../images/winyeahs_jjfa_jqyh_area3Bg.jpg') no-repeat;
}
.jjfajqyh_area4 > div{
    width:1200px;
    height:894px;
    margin:0 auto;
}
.jjfajqyh_area4 > div> div:nth-of-type(1) {
    width: 1200px;
    height: 894px;
    margin: 0 auto;
}
.jjfajqyh_area4 > div .text > span:nth-of-type(1) {
    display: inline-block;
    font-family: PFDinTextCondPro-Italic;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 4.8px;
    color: rgba(255, 255, 255, 1);
}

.jjfajqyh_area4 > div .text > span:nth-of-type(2) {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 3.6px;
    color: rgba(255, 255, 255, 1);
    margin-left: 12px;
}
.jjfajqyh_area4 > div > div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jjfajqyh_area4 > div .text {
    display: flex;
    align-items: center;
    justify-items: center;
    margin-top: 74px;
}
.jjfajqyh_area4 >div:nth-of-type(1) >div:nth-of-type(1) > div:nth-of-type(2){
    width: 294px;
    height: 26px;
    line-height: 26px;
    background-color: rgba(18, 154, 249, .5);
    border-radius: 13px;
    margin-top: 21px;
    text-align: center;
}
.jjfajqyh_area4 >div:nth-of-type(1) >div:nth-of-type(1) > div:nth-of-type(2) p{
    font-family: PFDinTextCondPro-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing:2.8px;
    color: rgba(25, 233, 246, .8);
}
.jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(2){
    display: inline;
    width: 1078px;
    height: 530px;
}
.jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) {
    width: 380px;
    height: 106px;
}
.jqyhintrouce_prev >div:nth-of-type(1) h3{
    font-family: PFDinTextCondPro-XThin;
    font-size: 120px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(255, 255, 255, 1);
}
.jqyhintrouce_prev> div:nth-of-type(1){
    display: flex;
}
.jqyhintrouce_prev >div:nth-of-type(1) div{
    width: 301px;
    margin-left: 60px;
    margin-top: 10px;
}
.jqyhintrouce_prev>div:nth-of-type(1)  span:nth-of-type(1){
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 48px; */
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 1);
}

.jqyhintrouce_prev >div:nth-of-type(1) span:nth-of-type(2){
    width: 301px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 1);
    margin-top: 21px;
    display: block;
}


.jqyhintrouce_prev >div:nth-of-type(2){
    display:flex;
    margin-top: 76px;
}

.jqyhintrouce_prev >div:nth-of-type(2) h3{
    font-family: PFDinTextCondPro-XThin;
    font-size: 120px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(255, 255, 255, 1);
}
.jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1){
    margin-left: 60px;
    margin-top: 10px;
}
.jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1) .firstspan{
    width: 169px;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 1);
}
.jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1) > div{
    display: flex;
    width: 283px;
    height: 64px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1) > div > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1) > div > div > p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}
.jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) >div:nth-of-type(3) .jqyhintrouce_center{
    display: block;
    width: 0.16vw;
    height: 18vw;
    background-color: rgba(8, 180, 255, 0.5);
}
.jqyhintrouce_next >div:nth-of-type(1) h3{
    font-family: PFDinTextCondPro-XThin;
    font-size: 120px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(255, 255, 255, 1);
}
.jqyhintrouce_next> div:nth-of-type(1){
    display: flex;
}
.jqyhintrouce_next >div:nth-of-type(1) div{
    width: 301px;
    margin-left: 60px;
    margin-top: 10px;
}
.jqyhintrouce_next>div:nth-of-type(1)  span:nth-of-type(1){
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 48px; */
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 1);
}

.jqyhintrouce_next >div:nth-of-type(1) span:nth-of-type(2){
    width: 335px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin-top: 21px;
}

.jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3){
    width: 1122px;
    height: 530px;
    margin: 0 auto;
    display: flex;
    margin-top: 56px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jqyhintrouce_next >div:nth-of-type(2){
    display:flex;
    margin-top: 90px;
}

.jqyhintrouce_next >div:nth-of-type(2)  h3{
    font-family: PFDinTextCondPro-XThin;
    font-size: 120px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(255, 255, 255, 1);
}
.jqyhintrouce_next >div:nth-of-type(2) >div:nth-of-type(1){
    margin-left: 60px;
    margin-top: 10px;
}
.jqyhintrouce_next >div:nth-of-type(2) >div:nth-of-type(1) .firstspan{
    width: 169px;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 1);
}



.jqyhintrouce_next >div:nth-of-type(2) >div:nth-of-type(1) > div{
    display: flex;
    width: 320px;
    height: 64px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.jqyhintrouce_next >div:nth-of-type(2) >div:nth-of-type(1) > div > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.jqyhintrouce_next >div:nth-of-type(2) >div:nth-of-type(1) > div > div > p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}





.jqyhintrouce_bottom {
    width:1078px;
}
.jqyhintrouce_bottom >div:nth-of-type(1){
    display: flex;
    margin-top:75px;
}
.jqyhintrouce_bottom >div:nth-of-type(1) >h3{
    font-family: PFDinTextCondPro-XThin;
    font-size: 120px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(255, 255, 255, 1);
}
.jqyhintrouce_bottom >div:nth-of-type(1) >div {
    margin-left:46px;
}
.jqyhintrouce_bottom >div:nth-of-type(1) >div > .firstspan{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(255, 255, 255, 1);
}
.jqyhintrouce_bottom >div:nth-of-type(1) >div > ul{
    display: flex;
    flex-wrap: wrap;
    width:970px;
}
.jqyhintrouce_bottom >div:nth-of-type(1) >div > ul li{
    display:inline;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 11.48px;
    margin-left: 11px;
    text-align: center;
    margin-top: 13px;
}
.jqyhintrouce_bottom >div:nth-of-type(1) >div > ul .litext{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(255, 255, 255, 1);
    background: none;
}
.jqyhintrouce_bottom >div:nth-of-type(1) >div > ul li span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(1, 63, 151, 1);
    margin: 0 15px 0 15px;
    line-height:20px;
}

.jjfajqyh_area5{
    width:100%;
    height:1142px;
}

.jjfajqyh_area5 > .area5_introduce{
    width: 934px;
    height: 76px;
    margin:80px auto 0 auto;

}
.jjfajqyh_area5 > .area5_introduce p{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height:30px;
    color: rgba(98, 98, 98, 1);
}

.jjfajqyh_area5 > .area5_introduce span{
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    color: rgba(1, 63, 151, 1);
}
.jjfajqyh_area5 > .area5_img{
    width:1122px;
    height: 823px;
    margin:0 auto;
    margin-top:73px;
    display: flex;
    justify-content: center;
}
.jjfajqyh_area6{
    width: 100%;
    height: 911px;
    background-color: rgba(251, 251, 251, 1);
}
.jjfajqyh_area6 .area6_img{
    width: 225px;
    margin: 0 auto;
    padding-top: 4.11vw;
}
.jjfajqyh_area6 .area6_box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.jjfajqyh_area6 .area6_box .area6_box_content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.jjfajqyh_area6 .area6_box .area6_box_content >div {
    width: 300px;
    height: 240px;
    background-color: rgba(242, 243, 245, 1);

}
.jjfajqyh_area6 .area6_box .area6_box_content >div:hover{
    background-color: rgba(255, 255, 255, 1);
}

.jjfajqyh_area6 .area6_box .area6_box_content >div >div{
    margin-top: 40px;
    margin-left: 39px;
}
.jjfajqyh_area6 .area6_box .area6_box_content >div >div h3{
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: rgba(42, 46, 46, 1);
}
.jjfajqyh_area6 .area6_box .area6_box_content >div div p{
    width: 201px;
    height: 87px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    color: rgba(95, 100, 100, 1);
    margin-top: 20px;
}
/* 窗口宽度<1920,设计宽度=1680 */
@media screen and (max-width: 1919px) {
    .jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) >div:nth-of-type(3) .jqyhintrouce_center {
        display: block;
        width: 0.16vw;
        height: 21vw;
        background-color: rgba(8, 180, 255, 0.5);
    }
}
/* 窗口宽度<1680,设计宽度=1440 */
@media screen and (max-width: 1679px) {
    .jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) >div:nth-of-type(3) .jqyhintrouce_center {
        display: block;
        width: 0.16vw;
        height: 25vw;
        background-color: rgba(8, 180, 255, 0.5);
    }
}
/* 窗口宽度<1440,设计宽度=1200px */
@media screen and (max-width: 1439px) {
    .jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3) {
        width: 1000px;
        height: 530px;
        margin: 0 auto;
        display: flex;
        margin-top: 56px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) >div:nth-of-type(3) .jqyhintrouce_center {
        display: block;
        width: 0.16vw;
        height: 29vw;
        background-color: rgba(8, 180, 255, 0.5);
    }
    .jjfajqyh_area3 {
        width: 100vw;
        height: 28.96vw;
        display: table;
    }
    .jjfajqyh_area3 > .area3content {
        width: 349px;
        height: 84px;
        margin: 0 auto;
        margin-top: 90px;
        vertical-align: middle;
        text-align: center;
    }
    .jjfajqyh_area3 > .area3content > p:nth-of-type(1) {
        font-family: PFDinTextCondPro-Medium;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 34px;
        color: rgba(141, 141, 141, 1);
    }
    .jjfajqyh_area3 > .area3content > span {
        width: 30px;
        height: 2px;
        display: inline-block;
        background-color: rgba(103, 103, 103, 1);
        margin: 19px 0;
    }
    .jjfajqyh_area3 > .area3content > p:nth-of-type(2) {
        font-family: PFDinTextCondPro-Medium;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 34px;
        color: rgba(141, 141, 141, 1);
    }

}
/* 窗口宽度<1200,设计宽度=1024px */
@media screen and (max-width: 1199px) {
    .jjfajqyh_area3 > .area3content {
        margin: 0 auto;
        margin-top: 2.74vw;
        vertical-align: middle;
        text-align: center;
        width: 5.21vw;
        height: 4.38vw;
    }
    .jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3) {
        flex-wrap: wrap;
        width: 990px;
        height: 530px;
        display: flex;
        justify-content: space-between;
        margin: unset;
    }
    .jqyhintrouce_prev >div:nth-of-type(1) div {
        width: 15.68vw;
        margin-left: 3.23vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(1) h3{
        font-family: PFDinTextCondPro-XThin;
        font-size: 6.25vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(255, 255, 255, 1);
    }
    .jqyhintrouce_prev>div:nth-of-type(1) span:nth-of-type(1) {
        font-family: MicrosoftYaHei;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.03vw;
        color: rgba(255, 255, 255, 1);
    }
    .jqyhintrouce_prev >div:nth-of-type(1) span:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.02vw;
        color: rgba(255, 255, 255, 1);
        display: block;
        margin-top: 1vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(2) {
        display: flex;
        margin-top: 4.64vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(2) h3 {
        font-family: PFDinTextCondPro-XThin;
        font-size: 6.25vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: unset;
        letter-spacing: 0.63vw;
        color: rgba(255, 255, 255, 1);
    }

    .jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1) {
        margin-left: 3.23vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1) .firstspan {
        width: 8.8vw;
        height: 1.25vw;
        font-family: MicrosoftYaHei;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.03vw;
        color: rgba(255, 255, 255, 1);
    }
    .jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1) ul:nth-of-type(1) {
        display: flex;
        justify-content: space-around;
        margin-top: 1.56vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1) ul {
        text-align: center;
    }
    .jqyhintrouce_prev >div:nth-of-type(2) >div:nth-of-type(1) ul li span {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.02vw;
        color: rgba(255, 255, 255, 1);
    }
    .jqyhintrouce_next {
        margin-left: 15.32vw;
    }

    .jqyhintrouce_next >div:nth-of-type(1) h3 {
        font-family: PFDinTextCondPro-XThin;
        font-size: 6.25vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(255, 255, 255, 1);
    }
    .jqyhintrouce_next >div:nth-of-type(1) div {
        width: unset;
        margin-left: 3.23vw;
        margin-top: 1vw;
    }
    .jqyhintrouce_next>div:nth-of-type(1) span:nth-of-type(1) {
        font-family: MicrosoftYaHei;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(255, 255, 255, 1);
        line-height: unset;
        letter-spacing: unset;
    }
    .jqyhintrouce_next >div:nth-of-type(1) span:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.02vw;
        color: rgba(255, 255, 255, 1);
        margin-top: 1.09vw;
    }
    .jqyhintrouce_next >div:nth-of-type(2) {
        display: flex;
        margin-top: 4.64vw;
    }
    .jqyhintrouce_next >div:nth-of-type(2) h3 {
        font-family: PFDinTextCondPro-XThin;
        font-size: 6.25vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(255, 255, 255, 1);
    }
    .jqyhintrouce_next >div:nth-of-type(2) >div:nth-of-type(1) {
        margin-left: 3.23vw;
    }
    .jqyhintrouce_next >div:nth-of-type(2) >div:nth-of-type(1) .firstspan {
        width: 9.48vw;
        height: 1.25vw;
        font-family: MicrosoftYaHei;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.03vw;
        color: rgba(255, 255, 255, 1);
    }
    .jqyhintrouce_next >div:nth-of-type(2) >div:nth-of-type(1) ul:nth-of-type(1) {
        display: flex;
        justify-content: space-around;
        margin-top: 1.56vw;
    }
    .jqyhintrouce_next >div:nth-of-type(2) >div:nth-of-type(1) ul li span {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.25vw;
        letter-spacing: 0.02vw;
        color: rgba(255, 255, 255, 1);
    }
    .jjfajqyh_area4 > div .text {
        display: flex;
        align-items: center;
        justify-items: center;
        margin-top: 4.01vw;
    }
    .jjfajqyh_area4 >div:nth-of-type(1) >div:nth-of-type(1) > div:nth-of-type(2) {
        margin-top: 1vw;
        text-align: center;
        width: 15.31vw;
        height: 1.35vw;
        background-color: rgba(18, 154, 249, 1);
        border-radius: 0.68vw;
        opacity: 0.5;
    }

    .jjfajqyh_area4 >div:nth-of-type(1) >div:nth-of-type(1) > div:nth-of-type(2) p {
        opacity: 0.8;
        font-family: PFDinTextCondPro-Regular;
        font-size: 0.94vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(255, 255, 255, 1);
        opacity: 0.8;
        line-height: 14px;
    }
    .jjfajqyh_area4 > div> div:nth-of-type(1) {
        width: 1200px;
        height: 43.75vw;
        margin: 0 auto;
    }
    .jqyhintrouce_bottom >div:nth-of-type(1) {
        display: flex;
        margin-top: 3.91vw;
    }
    .jjfajqyh_area4 {
        width: 100%;
        height: 621px;
        background: url(../images/winyeahs_jjfa_jqyh_area3Bg.jpg) no-repeat;
    }
    .jqyhintrouce_bottom {
        width: 67%;
    }
    .jjfajqyh_area5 > .area5_img {
        width: 58.44vw;
        height: 42.86vw;
        margin: 0 auto;
        margin-top: 3.8vw;
        display: flex;
        justify-content: center;
    }
    .jjfajqyh_area5 > .area5_img img{
        width: 58.44vw;
        height: 42.86vw;
    }
    .jjfajqyh_area5 > .area5_introduce {
        width: 48.65vw;
        height: 3.96vw;
        margin: 4.17vw auto 0 auto;
    }
    .jjfajqyh_area5 > .area5_introduce p {
        font-size: 0.83vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.56vw;
        letter-spacing: 0.02vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfajqyh_area5 > .area5_introduce span {
        font-family: MicrosoftYaHei-Bold;
        font-size: 0.83vw;
        font-weight: normal;
        color: rgba(1, 63, 151, 1);
    }
    .jjfajqyh_area5 {
        width: 100%;
        height: 59.48vw;
    }
    .jjfajqyh_area6 .area6_box {
        width: 62.5vw;
        margin: 0 auto;
        margin-top: 4.6vw;
    }
    .jjfajqyh_area6 > .area6_box > .area6_box_img >img{
        width: 62.5vw;
        height: 21.88vw;
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div {
        width: 15.63vw;
        height: 12.5vw;
        background-color: rgba(242, 243, 245, 1);
    }
    .jjfajqyh_area6 .area6_box .area6_box_content {
        display: flex;
        justify-content:start;
        flex-wrap: wrap;
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div >div {
        margin-top: 2.08vw;
        margin-left: 2.03vw;
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div >div h3 {
        font-family: MicrosoftYaHei-Bold;
        font-size: 1.04vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.56vw;
        letter-spacing: 0.03vw;
        color: rgba(42, 46, 46, 1);
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div div p {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.5vw;
        letter-spacing: 0.02vw;
        color: rgba(95, 100, 100, 1);
        margin-top: 0.98vw;
        width:unset;
        height:unset;
    }
    .jjfajqyh_area6 .area6_box .area6_box_content {
        display: flex;
        justify-content:start;
        flex-wrap: wrap;
        width: 62.52vw;
    }
    .jjfajqyh_area4 > div {
        width: 62.5vw;
        height: 46.56vw;
        margin: 0 auto;
    }
    .jjfajqyh_area4 > div> div:nth-of-type(1) {
        width: 62.5vw;
        height: 43.75vw;
        margin: 0 auto;
    }
    .jqyhintrouce_bottom >div:nth-of-type(1) >h3 {
        font-family: PFDinTextCondPro-XThin;
        font-size: 6.25vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.81vw;
        letter-spacing: 0.63vw;
        color: rgba(255, 255, 255, 1);
    }
    .jqyhintrouce_bottom >div:nth-of-type(1) >div > .firstspan {
        font-family: MicrosoftYaHei;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.03vw;
        color: rgba(255, 255, 255, 1);
    }
    .jjfajqyh_area6 {
        width: 100vw;
        height: 53.45vw;
        background-color: rgba(251, 251, 251, 1);
    }

}
/* 窗口宽度<1024,设计宽度=960px */
@media screen and (max-width: 1023px) {
    .jjfajqyh_area6 {
        width: 100vw;
        height: 52.75vw;
        background-color: rgba(251, 251, 251, 1);
    }
    .jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3) {
        flex-wrap: wrap;
        width: 900px;
        height: 530px;
        display: flex;
        justify-content: space-between;
        margin: unset;
    }
    .jjfajqyh_area4 {
        width: 100%;
        height: 640px;
        background: url(../images/winyeahs_jjfa_jqyh_area3Bg.jpg) no-repeat;
    }
}
/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width: 959px) {
    .jjfajqyh_area3 > .area3content {
        margin: 0 auto;
        margin-top: 2.74vw;
        vertical-align: middle;
        text-align: center;
        width: 15.21vw;
        height: 4.38vw;
    }
    .jjfajqyh_area5 > .area5_introduce span {
        font-family: MicrosoftYaHei-Bold;
        font-size: 2.7vw;
        font-weight: normal;
        color: rgba(1, 63, 151, 1);
    }
    .jjfajqyh_area3 > .area3content > span {
        display: block;
        margin: 0 auto 0 auto;
        width: 2.56vw;
        height: 0.1vw;
        background-color: rgba(103, 103, 103, 1);
        border-radius: 0.05vw;
        opacity: 0.5;
    }
    .jjfajqyh_area3 > .area3content > p:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(141, 141, 141, 1);
        letter-spacing: unset;
        width: unset;
        height: unset;
    }
    .jjfajqyh_area3 > .area3content {
        margin: 0 auto;
        margin-top: 0.5vw;
        vertical-align: middle;
        text-align: center;
        width: 15.21vw;
        height: 4.38vw;
    }
    .introuducecontent {
        width: 68.65vw;
        height: 9.01vw;
        margin: 4.6vw auto 0 auto;
    }
    .jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3) {
        justify-content: start;
        flex-wrap: wrap;
        width: 95vw;
        display: flex;
        margin-top: 2.7vw;
        height: 70vw;
        margin: unset;
        padding-top: 3vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(1) span:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.75vw;
        letter-spacing: 0.02vw;
        color: rgba(255, 255, 255, 1);
        display: block;
        margin-top: 1vw;
    }
    .jqyhintrouce_bottom {
        width: 1078px;
    }
    .jjfajqyh_area4 >div:nth-of-type(1) >div:nth-of-type(1) > div:nth-of-type(2) {
        margin-top: 1vw;
        text-align: center;
        width: 23.31vw;
        height: 1.35vw;
        background-color: rgba(18, 154, 249, 1);
        border-radius: 0.68vw;
        opacity: 0.5;
    }


    .jjfajqyh_area5 > .area5_introduce {
        width: 78.65vw;
        height: 3.96vw;
        margin: 4.17vw auto 0 auto;
    }
    .jjfajqyh_area5 > .area5_introduce p {
        font-size: 0.83vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.75vw;
        letter-spacing: 0.02vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div {
        width: 15.63vw;
        height: 16.5vw;
        background-color: rgba(242, 243, 245, 1);
    }
    .jjfajqyh_area6 {
        width: 100vw;
        height: 65.75vw;
        background-color: rgba(251, 251, 251, 1);
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div div p {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.75vw;
        letter-spacing: 0.02vw;
        color: rgba(95, 100, 100, 1);
        margin-top: 0.98vw;
        width: unset;
        height: unset;
    }
    .jqyhintrouce_next >div:nth-of-type(2) {
        display: flex;
        margin-top: 7.3vw;
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div >div h3{
        font-size:2.5vw;
    }
}
/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width: 639px) {

    .jjfaHeader {
        height: 254px;
    }
    .winyeahsSjjfaBanner

    .jjfajqyh_area3 > .area3content > p:nth-of-type(1) {
        font-family: PFDinTextCondPro-Medium;
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.53vw;
        letter-spacing: 0.48vw;
        color: rgba(141, 141, 141, 1);
        margin-top: 13.73vw;
    }
    .jjfajqyh_area3 > .area3content > span {
        width: 6.13vw;
        height: 0.53vw;
        background-color: rgba(103, 103, 103, 1);
        border-radius: 0.13vw;
        opacity: 0.5;
        margin-top: 4.13vw;
    }
    .jjfajqyh_area3 > .area3content > p:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.8vw;
        color: rgba(141, 141, 141, 1);
        margin-top: 37px;
    }
    .jjfajqyh_area3 > .area3content {
        margin: 0 auto;
        margin-top: 0.5vw;
        vertical-align: middle;
        text-align: center;
        width: 29.47vw;
        height: 16.53vw;
    }
    .jjfajqyh_area3 {
        width: 100vw;
        height: 150.93vw;
        display: table;
    }
    .introuducecontent {
        width: 88.53vw;
        height: 9.01vw;
        margin: 9.6vw auto 0 auto;
    }

    .jjfajqyh_area4 > div .text {
        display: flex;
        align-items: center;
        justify-items: center;
        margin: 0 auto;
        margin-top: 4.01vw;
    }

    .jjfajqyh_area4 >div:nth-of-type(1) >div:nth-of-type(1) > div:nth-of-type(2) {
        margin-top: 1vw;
        text-align: center;
        width: 50.31vw;
        height: 5.35vw;
        background-color: rgba(18, 154, 249, 1);
        border-radius: 0.68vw;
        opacity: 0.5;
    }
    .jqyhintrouce_prev >div:nth-of-type(1) div {
        width: 21.68vw;
        margin-left: 3.23vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(1) span:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.02vw;
        color: rgba(255, 255, 255, 1);
        display: block;
        margin-top: 1vw;
    }

    .jjfajqyh_area4 > div> div:nth-of-type(1) {
        width: 67.5vw;
        height: 3.75vw;
        margin: 0 auto;
    }
    .jjfajqyh_area4 {
        width: 100%;
        height: 156vw;
        background: url(../images/winyeahs_jjfa_jqyh_area3Bg.jpg) no-repeat;
    }

    .jjfajqyh_area5 > .area5_introduce p {
        font-size: 2.5vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5vw;
        letter-spacing: 0.02vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfajqyh_area5 > .area5_img {
        width: 58.44vw;
        height: 42.86vw;
        margin: 0 auto;
        margin-top: 11.8vw;
        display: flex;
        justify-content: center;
    }
    .jjfajqyh_area6 .area6_img {
        width: 225px;
        height: 28px;
        margin: 0 auto;
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    .jjfajqyh_area6 .area6_box {
        width: 88.53vw;
        margin: 0 auto;
        margin-top: 7.6vw;
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div {
        width: 88.53vw;
        height: 19.5vw;
        background-color: rgba(242, 243, 245, 1);
    }
    .jjfajqyh_area6 {
        width: 100vw;
        height: 155.75vw;
        background-color: rgba(251, 251, 251, 1);
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div div p {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.02vw;
        color: rgba(95, 100, 100, 1);
        margin-top: 1.98vw;
        width: unset;
        height: unset;
    }
    .jjfajqyh_area5 {
        width: 100%;
        height: 80.48vw;
    }
    .jqyhintrouce_next> div:nth-of-type(1) {
        display: flex;
        margin-top: 20vw;
    }
    .jqyhintrouce_next >div:nth-of-type(2) {
        display: flex;
        margin-top: 25vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(2) {
        display: flex;
        margin-top: 15vw;
    }


    .jqyhintrouce_next {
        margin-left: unset;
        margin-top: -50vw;
    }
    .jqyhintrouce_next >div:nth-of-type(2) {
        display: flex;
        margin-top: 33vw;
    }
    .jqyhintrouce_next> div:nth-of-type(1) {
        display: flex;
        margin-top: 13vw;
    }
    .jqyhintrouce_bottom {
        width: 80vw;
    }
    .jjfajqyh_area4 {
        width: 100%;
        height: 190vw;
        background: url(../images/winyeahs_jjfa_jqyh_area3Bg.jpg) no-repeat;
        background-size: cover;
    }
    .jqyhintrouce_next> div:nth-of-type(1) {
        display: flex;
        margin-top: 12vw;
    }
    .jqyhintrouce_bottom >div:nth-of-type(1) >div > ul {
        display: flex;
        flex-wrap: wrap;
        width: 99.9%;
    }
    .jjfajqyh_area5 > .area5_img img {
        width: 88.44vw;
        /* height: 73.86vw; */
        margin-top: 6vw;
    }
    .jjfajqyh_area6 {
        width: 100vw;
        height: 145.75vw;
        background-color: rgba(251, 251, 251, 1);
    }
    .jjfajqyh_area6 .area6_box .area6_box_content {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        width: 88.53vw;
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div >div {
        margin-top: 4.08vw;
        margin-left: 2.03vw;
    }
    .jjfajqyh_area6 > .area6_box > .area6_box_img >img {
        width: 88.53vw;
        height: 41.88vw;
    }
}

/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width: 479px) {
    .jjfajqyh_area4 >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3) {
        margin-top: 2.7vw;
        height: 70vw;
        padding-top: 3vw;
        margin: unset;
        justify-content: start;
        flex-wrap: wrap;
        width: 95vw;
        display: flex;
    }
    .jjfajqyh_area4 > div .text > span:nth-of-type(1) {
        display: inline-block;
        font-family: PFDinTextCondPro-Italic;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0.25vw;
        color: rgba(255, 255, 255, 1);
    }
    .jjfajqyh_area4 > div .text > span:nth-of-type(2) {
        display: inline-block;
        font-family: MicrosoftYaHei;
        font-size: 1.88vw;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 3.6px;
        color: rgba(255, 255, 255, 1);
        margin-left: 1vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(1) div {
        width: 24.68vw;
        margin-left: 3.23vw;
    }
    .jqyhintrouce_prev >div:nth-of-type(1) span:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 0.73vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.25vw;
        letter-spacing: 0.02vw;
        color: rgba(255, 255, 255, 1);
        display: block;
        margin-top: 1vw;
    }
    .jqyhintrouce_bottom >div:nth-of-type(1) >div {
        margin-left: 2vw;
    }
    .jjfajqyh_area5 > .area5_img {
        width: 58.44vw;
        height: 42.86vw;
        margin: 0 auto;
        margin-top: 11.8vw;
        display: flex;
        justify-content: center;
        padding-top: 5vw;
    }
    .jjfajqyh_area6 .area6_box .area6_box_content >div div p {
        font-family: MicrosoftYaHei;
        font-size: 2.2vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5vw;
        letter-spacing: 0.02vw;
        color: rgba(95, 100, 100, 1);
        margin-top: 1.98vw;
        width: unset;
        height: unset;
    }
    .jjfajqyh_area4 >div:nth-of-type(1) >div:nth-of-type(1) > div:nth-of-type(2) {
        text-align: center;
        width: 50.31vw;
        height: 5.35vw;
        background-color: rgba(18, 154, 249, 1);
        border-radius: 0.68vw;
        opacity: 0.5;
        margin-top: 6vw;
    }
    .jjfajqyh_area4 > div .text {
        display: flex;
        align-items: center;
        justify-items: center;
        margin: 0 auto;
        margin-top: 8vw;
    }
    .jjfajqyh_area4 {
        width: 100%;
        height:260vw;
        background: url(../images/winyeahs_jjfa_jqyh_area3Bg.jpg) no-repeat;
        background-size: cover;
    }
    .jjfajqyh_area4_phone {
        width: 100%;
        /* height:260vw; */
    }
    .jjfajqyh_area4_phone img{
        width: 100%;
        /* height:260vw; */
    }
    .jjfajqyh_area3 > .area3content > p:nth-of-type(1) {
        font-family: PFDinTextCondPro-Medium;
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.53vw;
        letter-spacing: 0.48vw;
        color: rgba(141, 141, 141, 1);
        margin-top: 13.73vw;
    }
    .jjfajqyh_area3 > .area3content > span {
        width: 6.13vw;
        height: 0.53vw;
        background-color: rgba(103, 103, 103, 1);
        border-radius: 0.13vw;
        opacity: 0.5;
        margin-top: 4.13vw;
    }
    .jjfajqyh_area3 > .area3content > p:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.8vw;
        color: rgba(141, 141, 141, 1);
    }
    .jjfajqyh_area3 > .area3content {
        margin: 0 auto;
        margin-top: 0.5vw;
        vertical-align: middle;
        text-align: center;
        width: 29.47vw;
        height: 16.53vw;
    }
    .jjfajqyh_area3 {
        width: 100vw;
        height: 143.93vw;
        display: table;
    }
    .cpfwListArea2Nav > div {
        width: 298px;
        margin: 0 auto;
        overflow: hidden;
    }
    .jqyhintrouce_next> div:nth-of-type(1) {
        display: flex;
        margin-top: 10vw;
    }

}

/*解决方案文化单位用户*/


.jjfawhdwyh_area3 {
    width: 100%;
    height: 619px;
    display: table;
}
.jjfawhdwyh_area3 > .area3content {
    width: 148px;
    height: 84px;
    margin: 0 auto;
    margin-top: 90px;
    vertical-align: middle;
    text-align: center;
}
.jjfawhdwyh_area3 > .area3content > p {
    font-family: PFDinTextCondPro-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2.4px;
    color: rgba(141, 141, 141, 1);

}
.jjfawhdwyh_area3 > .area3content > span {
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: rgba(103, 103, 103, 1);
    margin: 19px 0;
}
.area3_introuducecontent {
    width: 944px;
    height: 316px;
    margin: 50px auto 0 auto;
}
.area3_introuducecontent p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: rgba(98, 98, 98, 1);
}
.jjfawhdwyh_area4{
    width:100%;
    height: 1345px;
    background-color: rgba(251, 251, 251, 1);
}
.jjfawhdwyh_area4 .area4_text{
    width: 411px;
    /* height: 31px; */
    padding-top: 79px;
    margin: 0 auto;
}
.jjfawhdwyh_area4 .area4_text p{
    font-family: MicrosoftYaHei;
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(0, 145, 255, 1);
}
.jjfawhdwyh_area4 .wrapper{
    display:flex;
    flex-wrap: wrap;
    width:1200px;
    margin:0 auto;
    justify-content: space-between;
    margin-top: 69px;
}
.jjfawhdwyh_area4 .wrapper .item{
    width: 588px;
    height: 520px;
    /* border: 1px solid #ccc; */
    margin-bottom: 23px;
}

.jjfawhdwyh_area4 .wrapper .item:hover{
    background-color: rgba(0, 145, 255, 1);
}
.jjfawhdwyh_area4 .wrapper .item:hover >div:nth-of-type(2) *{
    color: rgba(255, 255, 255, 1)!important;
}
.jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) >div:nth-of-type(1) h3{
    font-family: PFDinTextCondPro-Medium;
    font-size: 29px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(0, 145, 255, 1);
    display: inline;
}

.jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) >div:nth-of-type(1) span:nth-of-type(1){
    width: 1px;
    height: 20px;
    background-color: rgba(181, 181, 181, 1);
    display: inline-block;
    margin:0 15px 0 15px;
}
.jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) >div:nth-of-type(1) span:nth-of-type(2){
    width: 177px;
    height: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: rgba(1, 63, 151, 1);
}
.jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2){
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: 50px;
}
.jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) >div:nth-of-type(1){
    align:center;
}
.jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) >div:nth-of-type(2){
    width: 474px;
    height: 89px;

}
.jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) >div:nth-of-type(2){
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0.4px;
    color: rgba(95, 100, 100, 1);
    margin-top: 20px;
}

/* 窗口宽度<1440,设计宽度=1200px */
@media screen and (max-width: 1199px) {
    .jjfawhdwyh_area4 .wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 62.5vw;
        margin: 0 auto;
        justify-content: space-between;
        margin-top: 3.59vw;
    }

}
/* 窗口宽度<1200,设计宽度=1024px */
@media screen and (max-width: 1199px) {
    .jjfawhdwyh_area4 {
        width: 100vw;
        height: 240vw;
        background-color: rgba(251, 251, 251, 1);
    }
    .jjfawhdwyh_area3 {
        width: 100%;
        height: 25.1vw;
        display: table;
    }
    .jjfawhdwyh_area3 > .area3content {
        width: 7.71vw;
        height: 4.38vw;
        margin: 0 auto;
        margin-top: 4.69vw;
        vertical-align: middle;
        text-align: center;
    }
    .jjfawhdwyh_area3 > .area3content > p {
        font-family: PFDinTextCondPro-Medium;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.77vw;
        letter-spacing: 0.13vw;
        color: rgba(141, 141, 141, 1);
    }
    .jjfawhdwyh_area4 .wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 588px;
        margin: 0 auto;
        justify-content: space-between;
        margin-top: 3.59vw;
    }
    .area3_introuducecontent {
        width: 48.65vw;
        height: 9.01vw;
        margin: 50px auto 0 auto;
    }
    .area3_introuducecontent p {
        font-family: MicrosoftYaHei;
        font-size: 0.83vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.56vw;
        letter-spacing: 0.02vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfawhdwyh_area3 {
        width: 100%;
        height: 45.1vw;
        display: table;
    }

}
/* 窗口宽度<1024,设计宽度=960px */
@media screen and (max-width: 1023px) {
    .jjfawhdwyh_area3 > .area3content {
        width: 148px;
        height: 84px;
        margin: 0 auto;
        margin-top: 1vw;
        vertical-align: middle;
        text-align: center;
    }
    .jjfawhdwyh_area3 > .area3content {
        margin: 0 auto;
        margin-top: 4.74vw;
        vertical-align: middle;
        text-align: center;
        height: 4.38vw;
    }
    .jjfawhdwyh_area3 > .area3content > p {
        font-family: PFDinTextCondPro-Medium;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.77vw;
        letter-spacing: 0.13vw;
        color: rgba(141, 141, 141, 1);

    }
    .jjfawhdwyh_area3 > .area3content > span {
        margin: 0.99vw 0;
        width: 1.56vw;
        height: 0.1vw;
        background-color: rgba(103, 103, 103, 1);
        border-radius: 0.05vw;
        opacity: 0.5;
        display: inline-block;
    }
    .jjfawhdwyh_area3 > .area3content > p {
        font-family: PFDinTextCondPro-Medium;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(141, 141, 141, 1);
    }
    .area3_introuducecontent {
        margin: 2.81vw auto 0 auto;
        width: 75vw;
        height: 16.46vw;
    }
    .jjfawhdwyh_area3 > .area3content > p {
        font-family: PFDinTextCondPro-Medium;
        font-size: 1.25vw;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(141, 141, 141, 1);
        line-height: unset;
        letter-spacing: unset;
    }
}
/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width: 959px) {
    .area3_introuducecontent p {
        font-family: MicrosoftYaHei;
        font-size: 0.83vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.86vw;
        letter-spacing: 0.02vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfawhdwyh_area4 {
        width: 100vw;
        height: 300vw;
        background-color: rgba(251, 251, 251, 1);
    }

}
/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width: 639px) {
    .winyeahsSjjfaBanner {
        height: 254px;
    }
    .winyeahsSjjfaBanner div:nth-of-type(1) img{
        height: 254px;
    }
    .winyeahsSjjfaBanner div:nth-of-type(2) {
        margin-top: 16.4vw;
    }
    .winyeahsSjjfaBanner div:nth-of-type(2) h1 {
        width: 100%;
        text-align: center;
        font-size: 3.4vw;
        line-height: 9.6vw;
        letter-spacing: 0.16vw;
        color: rgba(255, 255, 255, 1);
        margin: 0 auto;
    }
    .winyeahsSjjfaBanner div:nth-of-type(2) p {
        width: 63.7vw;
        text-align: center;
        font-size: 3.2vw;
        line-height: 5.07vw;
        letter-spacing: 0.16vw;
        color: rgba(255, 255, 255, 1);
        margin: 7.2vw auto;
        display: none;
    }
    .jjfawhdwyh_area3 > .area3content {
        margin: 0 auto;
        margin-top: 13.47vw;
        vertical-align: middle;
        text-align: center;
        width: 29.47vw;
        height: 16.53vw;
    }
    .introuducecontent p span {
        font-size: 3.2vw;
        font-weight: bold;
        letter-spacing: 0.4px;
        color: rgba(5, 72, 174, 1);
    }
    .area3_introuducecontent p {
        font-family: MicrosoftYaHei;
        font-size: 3.2vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 6.53vw;
        letter-spacing: 0.08vw;
        color: rgba(98, 98, 98, 1);
    }
    .jjfawhdwyh_area3 {
        width: 100vw;
        height: 203vw;
        display: table;
    }
    .jjfawhdwyh_area3 > .area3content {
        margin: 0 auto;
        margin-top: 13.73vw;
        vertical-align: middle;
        text-align: center;
        width: 29.47vw;
        height: 16.53vw;
    }

    .jjfawhdwyh_area3 > .area3content > span {
        margin: 4.13vw 0;
        width: 6.13vw;
        height: 0.53vw;
        background-color: rgba(103, 103, 103, 1);
        border-radius: 0.13vw;
        opacity: 0.5;
    }

    .jjfawhdwyh_area3 > .area3content > p {
        font-family: MicrosoftYaHei;
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.8vw;
        letter-spacing: 0.48vw;
        color: rgba(141, 141, 141, 1);
    }

    .jjfawhdwyh_area3 > .area3content > p {
        font-family: PFDinTextCondPro-Medium;
        font-size: 4.8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.53vw;
        letter-spacing: 0.48vw;
        color: rgba(141, 141, 141, 1);
    }

    .area3_introuducecontent {
        margin: 9.2vw auto 0 auto;
        width: 88.53vw;
        height: 16.46vw;
    }
    .jjfawhdwyh_area4 .area4_text {
        width: 95vw;
        /* height: 31px; */
        padding-top: 15vw;
        margin: 0 auto;
        text-align: center;
    }
    .jjfawhdwyh_area4 .wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 99.99vw;
        margin: 0 auto;
        justify-content: space-between;
        margin-top: 8vw;
    }
    .cpfwListArea2Nav > div a {
        float: left;
        margin: 0 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0px;
        color: #5f6464;
        height: 49px;
    }
    .jjfawhdwyh_area4 {
        width: 100vw;
        height: 600vw;
        background-color: rgba(251, 251, 251, 1);
    }
    .jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) >div:nth-of-type(2) {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0.4px;
        color: rgba(95, 100, 100, 1);
        margin-top: 2vw;
    }
    .jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) >div:nth-of-type(2) {
        width: 80vw;
        height: 60vw;
    }
    .jjfawhdwyh_area4 .wrapper .item > div:nth-of-type(2) {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-left: 50px;
        height: 58vw;
    }
    .jjfawhdwyh_area4 .wrapper .item {
        height: 135vw;
        margin-bottom: 23px;
    }
    .cpfwListArea2Nav {
        width: 100vw;
        height:unset;
        background-color: rgba(255, 255, 255, 1);
        border-bottom:1px solid rgba(244, 244, 244, 1);
        display: flex;
        justify-content: center;
    }
    .cpfwListArea2Nav > div {
        margin: 0 auto;
        overflow: hidden;
        width: unset;
    }
    .jjfawhdwyh_area4 .area4_text p {
        font-family: MicrosoftYaHei;
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        color: rgba(0, 145, 255, 1);
    }

}

/*解决方案涉旅企业*/



.jjfaslqy_area3 {
    width: 100%;
    height: 482px;
    display: table;
}
.jjfaslqy_area3 > .area3content {
    width: 349px;
    height: 84px;
    margin: 0 auto;
    margin-top: 90px;
    vertical-align: middle;
    text-align: center;
}
.jjfaslqy_area3 > .area3content > p {
    font-family: PFDinTextCondPro-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    color: rgba(141, 141, 141, 1);
}
.jjfaslqy_area3 > .area3content > span {
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: rgba(103, 103, 103, 1);
    margin: 19px 0;
}
.introuducecont {
    width: 943px;
    height: 142px;
    margin: 54px auto 0 auto;
}
.introuducecont p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: rgba(98, 98, 98, 1);
}
.jjfaslqy_area3 > .introuducecont p span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.4px;
    color: rgba(1, 64, 153, 1);
}
.jjfaslqy_area3 > .introuducecont p:nth-of-type(2) {
    margin-top: 20px;
}
.jjfaslqy_area4{
    width:100%;
    height:1006px;
    background-color: rgba(251, 251, 251, 1);
}
.jjfaslqy_area4 .area4_container{
    width: 1310px;
    height: 805px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.area4_container >div:nth-of-type(1){
    padding-top: 125px
}
.area4_container >div:nth-of-type(1) .one{
    width: 253px;
    height: 108px;
}
.area4_container >div:nth-of-type(1) .two{
    width: 195px;
    height: 24px;
    margin-top: 34px;
}
.area4_container >div:nth-of-type(1) .three{
    width: 305px;
    height: 31px;
    margin-top: 14px;
    display: block;
}
.area4_container >div:nth-of-type(1) >div{
    width: 335px;
    height: 133px;
    margin-top: 80px;
}
.area4_container >div:nth-of-type(1) >div p{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(98, 98, 98, 1);
    line-height:24px;
}
.area4_container >div:nth-of-type(2){
    width: 880px;
    height: 747px;
    margin-top: 125px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 95px;
}
.area4_container >div:nth-of-type(2) >div{
    background-color: rgba(255, 255, 255, 1);
    /*border: solid 1px rgba(238, 238, 238, 1);*/

}
.area4_container >div:nth-of-type(2) > div > div {
    margin-right: -1px;
    margin-bottom: -1px;
    margin-top: -1px;
}
/*第一个盒子模型*/
.area4_container >div:nth-of-type(2) >div:nth-of-type(1) > div:nth-of-type(1){
    width: 440px;
    height: 249px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    border: solid 1px rgba(238, 238, 238, 1);
}

.area4_container >div:nth-of-type(2) >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) div:nth-of-type(1){
    width: 102px;
    height: 151px;
}
.area4_container >div:nth-of-type(2) >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) p{
    width: 73px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: rgba(42, 46, 46, 1);
    margin-top: 34px;
}
.area4_container >div:nth-of-type(2) >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1){
    width: 22px;
    height: 2px;
    background-color: rgba(210, 210, 210, 1);
    opacity: 0.35;
    display: block;
    margin-top: 11px;
}

.area4_container >div:nth-of-type(2) >div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2){
    width: 102px;
    /* height: 14px; */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 24px; */
    /* letter-spacing: 0.4px; */
    color: rgba(42, 46, 46, 1);
    opacity: 0.8;
    margin-top: 11px;
    display: block;
}
.area4_cont{
    width: 212px;
    margin-top: -63px;
}
.area4_cont p{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: rgba(42, 46, 46, 1);
    margin-top: 12px;
}

/*第二个盒子模型*/
.area4_container >div:nth-of-type(2) >div:nth-of-type(2) > div:nth-of-type(1){
    width: 440px;
    height: 249px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    border: solid 1px rgba(238, 238, 238, 1);
}


.area4_container >div:nth-of-type(2) >div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) p{
    width: 73px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: rgba(42, 46, 46, 1);
    margin-top: 34px;
}
.area4_container >div:nth-of-type(2) >div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1){
    width: 22px;
    height: 2px;
    background-color: rgba(210, 210, 210, 1);
    opacity: 0.35;
    display: block;
    margin-top: 11px;
}

.area4_container >div:nth-of-type(2) >div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2){
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(42, 46, 46, 1);
    opacity: 0.8;
    margin-top: 11px;
    display: block;
}
.area4_cont{
    width: 212px;
    margin-top: -63px;
}
.area4_cont p{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: rgba(42, 46, 46, 1);
    margin-top: 12px;
}
/*第三个盒子模型*/
.area4_container >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1){
    width: 440px;
    height: 249px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    border: solid 1px rgba(238, 238, 238, 1);
}


.area4_container >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) p{
    width: 73px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: rgba(42, 46, 46, 1);
    margin-top: 34px;
}
.area4_container >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1){
    width: 22px;
    height: 2px;
    background-color: rgba(210, 210, 210, 1);
    opacity: 0.35;
    display: block;
    margin-top: 11px;
}

.area4_container >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2){

    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(42, 46, 46, 1);
    opacity: 0.8;
    margin-top: 11px;
    display: block;
}
.area4_cont{
    width: 212px;
    margin-top: -63px;
}
.area4_cont p{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: rgba(42, 46, 46, 1);
    margin-top: 12px;
}

/*第四个盒子模型*/
.area4_container >div:nth-of-type(2) >div:nth-of-type(4) > div:nth-of-type(1){
    width: 440px;
    height: 249px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    border: solid 1px rgba(238, 238, 238, 1);
}


.area4_container >div:nth-of-type(2) >div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) p{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: rgba(42, 46, 46, 1);
    margin-top: 34px;
}
.area4_container >div:nth-of-type(2) >div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1){
    width: 22px;
    height: 2px;
    background-color: rgba(210, 210, 210, 1);
    opacity: 0.35;
    display: block;
    margin-top: 11px;
}

.area4_container >div:nth-of-type(2) >div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2){

    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(42, 46, 46, 1);
    opacity: 0.8;
    margin-top: 11px;
    display: block;
}
.area4_cont{
    width: 212px;
    margin-top: -63px;
}
.area4_cont p{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: rgba(42, 46, 46, 1);
    margin-top: 12px;
}

/*第五个盒子模型*/
.area4_container >div:nth-of-type(2) >div:nth-of-type(5) > div:nth-of-type(1){
    width: 440px;
    height: 249px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    border: solid 1px rgba(238, 238, 238, 1);
}

.area4_container >div:nth-of-type(2) >div:nth-of-type(5) > div:nth-of-type(1) > div:nth-of-type(1) p{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: rgba(42, 46, 46, 1);
    margin-top: 34px;
}
.area4_container >div:nth-of-type(2) >div:nth-of-type(5) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1){
    width: 22px;
    height: 2px;
    background-color: rgba(210, 210, 210, 1);
    opacity: 0.35;
    display: block;
    margin-top: 11px;
}

.area4_container >div:nth-of-type(2) >div:nth-of-type(5) > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2){

    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 24px; */
    /* letter-spacing: 0.4px; */
    color: rgba(42, 46, 46, 1);
    opacity: 0.8;
    margin-top: 11px;
    display: block;
}
.area4_cont{
    width: 212px;
    margin-top: -63px;
}
.area4_cont p{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: rgba(42, 46, 46, 1);
    margin-top: 12px;
}

.jjfaslqy_area5{
    width:100%;
    height: 636px;
}
.jjfaslqy_area5 .area5_content{
    width: 1310px;
    height: 388px;
    margin: 0 auto;
    display: flex;
    padding-top: 118px;
    justify-content: flex-start;
}
.area5_content >div:nth-of-type(1){
    width:429px;
}

.area5_content >div:nth-of-type(1) .one{
    width: 209px;
    height: 108px;
}
.area5_content >div:nth-of-type(1) .two{
    width: 147px;
    height: 25px;
    margin-top: 35px;
}
.area5_content >div:nth-of-type(1) .three{
    width: 305px;
    height: 31px;
    margin-top: 14px;
    display: block;
}

.area5_content >div:nth-of-type(2){
    width:742px;
    height:388px;

}
.area5_content >div:nth-of-type(2) > div{
    display: flex;
    justify-content: space-around;
}
.area5_content >div:nth-of-type(2) > div  >div:nth-of-type(1){
    width:234px;
    height:388px;

}
.area5_content >div:nth-of-type(2) > div >div:nth-of-type(2){
    width:234px;
    height:388px;

}
.area5_content >div:nth-of-type(2)> div >div:nth-of-type(3){
    width:234px;
    height:388px;

}

.area5_content >div:nth-of-type(2) > div >div span{

}


@media screen and (max-width: 639px) {
    .area4_container >div:nth-of-type(2) >div:nth-of-type(1) > div:nth-of-type(1) {
        width: 440px;
        height: 249px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: solid 1px rgba(238, 238, 238, 1);
    }
    .area4_container >div:nth-of-type(2) >div:nth-of-type(2) > div:nth-of-type(1) {
        width: 440px;
        height: 249px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: solid 1px rgba(238, 238, 238, 1);
    }
    .area4_container >div:nth-of-type(2) >div:nth-of-type(3) > div:nth-of-type(1) {
        width: 440px;
        height: 249px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: solid 1px rgba(238, 238, 238, 1);
    }
    .area4_container >div:nth-of-type(2) >div:nth-of-type(4) > div:nth-of-type(1) {
        width: 440px;
        height: 249px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: solid 1px rgba(238, 238, 238, 1);
    }
    .area4_container >div:nth-of-type(2) >div:nth-of-type(5) > div:nth-of-type(1) {
        width: 440px;
        height: 249px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: solid 1px rgba(238, 238, 238, 1);
    }


}

/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width: 479px) {
    .cpfwListArea2Nav > div a {
      font-size: 12px;
    }
    .jjfazfdw_area6 > div:nth-of-type(1) > p {
        height: 34vw;
    }
    .jjfazfdw_area6 {
        height: 286.07vw;
    }
    .jjfawhdwyh_area4 .wrapper .item {
        height: 148vw;
    }
    .jjfawhdwyh_area4 .area4_text p {
        font-size: 23px;
    }
    .jjfawhdwyh_area4 {
        height: 616vw;
    }
  }