.content{
    width: 100%;
    padding-top: 64px;
}
.wrap{
    width: 100%;
    font-family: PingFangSC-Medium, PingFang SC;
}
.wrap1{
    height: 761px;
    background:#003b97 url(../images/f1.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.wrap2{
    padding: 100px 0 80px 0;
}
.wrap h3{
    width: 100%;
    font-size: 30px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 38px;
position: relative;
}
.wrap h3::before{
    content: "";
    width: 180px;
height: 6px;
background: #FF9443;
border-radius: 3px;
position: absolute;
left: 0;
bottom: -20px;
}
.wrap2_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 66px;
}
.wrap2_lf{
    font-size: 24px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 48px;
width: 61%;
}
.wrap2_rg{
    width: 33.33%;
    margin-left: 5.6%;
    padding-top: 18px;
}
.wrap2_rg img{
    width: 100%;
    height: auto;
}
.wrap1 h4{
    font-size: 40px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 50px;
position: absolute;
left: 0;
top:314px;
}
.wrap1 p{
    font-size: 18px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
line-height: 28px;
position: absolute;
left: 0;
top: 270px;
}
.wrap3{
    background:#FE7830 url(../images/new/f3.png) no-repeat center;
    background-size: cover;
}
.wrap4{
    padding: 100px 0;
}
.wrap4_box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 66px 0 80px 0;
}
.wrap4_box1 li{
    width: calc(33.33% - 16px);
    display: flex;
    flex-wrap: wrap;
}
.wrap4_box1 li span{
    width: 100%;
    height: 240px;
}
.wrap4_box1 li span img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1440px) {
    .wrap4_box1 li span{
        width: 100%;
        height: 200px;
    }
}
.wrap4_box1 li h4{
    width: 100%;
    height: 26px;
font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 26px;
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap;
margin-top: 24px;
}
.wrap4_box1 li p{
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 24px;
}
.wrap4_box1 li a{
    margin-top: 16px;
    font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FF9443;
line-height: 24px;
position: relative;
}
.wrap4_box1 li a::before{
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/new/e12.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -22px;
    top: 3px;
    transition: all 0.3s;
}
.wrap4_box1 li a:hover::before{
    transform: translateX(4px);
}
.wrap4_box2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -14px;
}
.wrap4_box2 li{
    display: flex;
    width: 100%;
    margin-top: 80px;
    justify-content: space-between;
}
.wrap4_box2 li span{
    width: 310px;
    height: 160px;
    margin-right: 80px;
    flex-shrink:聽1; 
}
.wrap4_box2 li span img{
    width: 100%;
    height: 100%;
}
.wrap4_box2_ln{
    width: calc(100% - 390px);
    display: flex;
    flex-wrap: wrap;
}
.wrap4_box2_ln a{
    width: 100%;
    white-space: nowrap;word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 32px
}
.wrap4_box2_ln a:hover{
    color: #FF9443;
    text-decoration: underline;
}
.wrap4_box2_ln p{
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 24px;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient:vertical;
}
.wrap4_box2_ln em{
    font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 24px;
margin-top: 16px;
}

.wrap5{
    background:#FE7830 url(../images/new/f2.png) no-repeat center;
    background-size: cover;
}
.wrap6{
    padding: 100px 0 0 0;
}
.wrap6_box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.wrap6_box1_lf{
    width: 400px;
}
.wrap6_box1_lf img{
    width: 100%;
    height: auto;
}
.wrap6_box1_rg{
    width: calc(100% - 480px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.wrap6_box1_rg p{
    width: 100%;
    font-size: 18px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 26px;
}
.wrap6_box1_rg h5{
    width: 100%;
    margin-top: 8px;
    font-size: 30px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 38px;
}
.wrap6_box1_rn{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wrap6_box1_rn li{
    width:50%;
    margin-top: 77px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.wrap6_box1_rn li span{
    width: 70px;
}
.wrap6_box1_rn li span img{
    width: 100%;
    height: auto;
}
.wrap6_box1_rn li h6{
    width: 100%;
    margin-top: 10px;
    height: 32px;
font-size: 24px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 32px;
}
.wrap6_box1_rn li em{
    width: 100%;
    font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 24px;
margin-top: 8px;
}
.wrap6_box2{
    width: 80%;
    margin: 148px 10% 168px 10%;
    position: relative;
}
.wrap6_box2::before{
    content: "";
    background: url(../images/new/f5.png) no-repeat;
    width: 54px;
    height: 36px;
    background-size: cover;
    position: absolute;
    left: -54px;
    top: -36px;
}
.wrap6_box2::after{
    content: "";
    background: url(../images/new/f6.png) no-repeat;
    width: 54px;
    height: 36px;
    background-size: cover;
    position: absolute;
    right: -54px;
    bottom: -68px;
}
.wrap6_box2 p{
    width: 100%;
    font-size: 30px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #333333;
line-height: 60px;
}
.wrap6_box2 h6{
    width: 100%;
    text-align: right;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.wrap6_box2 h6 em{
   width: 100%;
    font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 48px;
}
.wrap6_box2 h6 span{
    width: 100%;
    margin-top: 8px;
    font-size: 24px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FF9443;
line-height: 32px;
}
.wrap6_box3{
    width: 100%;
}
.wrap6_box3 img{
    width: 100%;
    height: auto;
}
.wrap7 h2{
    width: 100%;
    position: relative;
    height: 38px;
font-size: 30px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 38px;
text-align: center;
}
.wrap7 h2::before{
    content: "";
    width: 120px;
height: 6px;
background: #FF9443;
border-radius: 3px;
position: absolute;
left: 50%;
margin-left: -60px;
bottom: -26px;
}

.wrap7{
    background: #F8FBFD;
    padding: 80px 0 32px 0;}
.wrap7_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 66px;
    flex-wrap: wrap;
}
.wrap7_box_i{
    width: calc(50% - 24px);
    background: #FFFFFF;
box-shadow: 0px 10px 40px 0px rgba(153, 169, 191, 0.13);
border-radius: 10px;
display: flex;
flex-wrap: wrap;
padding: 40px;
margin-bottom: 48px;
} 
.wrap7_box_i h5{
    width: 100%;
    font-size: 24px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 32px;
text-align: center;
}
.wrap7_box_in{
    width: 100%;
    min-height: 502px;
}
.wrap7_box_i .wrap7_box_ia{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.wrap7_box_i .wrap7_box_ia a{
    width: 154px;
height: 46px;
line-height: 46px;
background: linear-gradient(135deg, #FFC678 0%, #FF9443 100%);
border-radius: 4px;
color: #fff;
font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
display: inline-block;
}
.wrap7_box_in h6{
    width: 100%;
    margin-top: 32px;
    font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #666666;
line-height: 24px;
}
.wrap7_box_in p{
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 26px;
}