﻿.block{
    position: relative;
}
.block img{
    width: 100%;
}
.block h2{
    font-size: 27px;
    text-align: center;
    line-height: 55px;
    position: relative;
}
.block p{
    text-align: center;
}
/***************区块1*****************/
.block1 .txt{
    background: linear-gradient(0deg,rgba(255,255,255,0.00) 0%, #f88332 100%);
    padding: 20px 15px 10px;
    margin-top: -5px;
}
.block1 .txt h3{
    font-size: 22px;
    text-align: center;
    padding: 15px 0 0;
}
.block1 .nav{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: -2.5px 0px 19px 0.125px rgba(88,88,88,0.22); 
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.listnav{
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    align-items: baseline;
    margin: 20px 0 10px;
}
.listnav li{
    width:25%;
    text-align: center;
    font-size: 13px;
}
.listnav li img{
    width: revert-layer;
}
.tagnav{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    text-align: left;
    margin: 10px 0;
    padding-left: 5px;
}
.tagnav li img{
    width: 15px;
    margin: 2px 3px 0 0;
    float: left;
}
.tagnav li{
    width: 25%;
    line-height: 20px;
    margin: 5px 0;
    font-size: 12px;
}
/***************区块2*****************/
.block:nth-child(2) p{
    margin: 6px 16px;
}
/***************区块3*****************/
.block3{
    z-index: 1;
}
.block3 img{
    width: revert-layer;
}
.block3 .des{
    font-size: 19px;
    margin-bottom: 20px;
}
.block3 ol{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.block3 ol li{
    width: 33.3%;
    text-align: center;
}
.block3 .mesbox{
    background: #FF8D1E;
    padding: 20px 8px;
    color: #fff;
    position: relative;
}
.block3 .mesbox h2{
    font-size: 26px;
}
.block3 .mesbox>h2{
    margin-bottom: 20px;
}
.block3 .mesbox h3{
    font-size: 18px;
}
.block3 dl{
    display: flex;
    margin:0 10px 20px;
}
.block3 dl h3{
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 21px;
}
.block3 dl p{
    color: #fff;
    font-size: 11px;
    text-align: left;
}
.block3 dl dt{
    margin-right: 10px;
}
.block3 dl dd{
    flex: 1;
}
.block3 .navbox{
    background-color: #fff;
    color: #222;
    border-radius: 11px;
    box-shadow: -2.5px 0px 19px 0.125px rgba(88,88,88,0.22); 
    margin: 15px 10px 0;
    padding-bottom: 1px;
}
.block3 .navbox h3{
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}
.block3 .navbox dd:after{
    content: '';
    display: block;
    clear: both;
}
.block3 .navbox p{
    color: #222;
    width: 33.3%;
    font-size: 12px;
    float: left;
    line-height: 26px;
}
.block3 .navbox p:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FF8231;
    float: left;
    margin: 8px 5px 0 0;
}
.block3 .btlinebg{
    height: 50px;
    border-radius: 50%;
    background-color: #FF8D1E;
    margin-top: -25px;
}
/***************区块4*****************/
.block:nth-child(4){
    margin-top: -65px;
}
.fixtxt{
    position: absolute;
    width: 100%;
}
.block:nth-child(4) .fixtxt{
    top: 75px;
}
.block:nth-child(4) .fixtxt h2{
    font-size: 28px;
}
.block:nth-child(4) .fixtxt ul{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 10px;
}
.block:nth-child(4) .fixtxt ul li{
    font-size: 13px;
    width: 25%;
    margin-bottom: 10px;
}
.block:nth-child(4) .fixtxt ul li::before{
    content: '';
    display: block;
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #FF9220;
    margin: 5px;
}
.block:nth-child(5),
.block:nth-child(6){
    margin-top: -5px;
}
.block:nth-child(5) .fixtxt,
.block:nth-child(6) .fixtxt{
    top: 25px;
    color: #fff;
}
.block:nth-child(5) p,
.block:nth-child(6) p{
    text-align: center;
}
.block:nth-child(6) p:nth-child(1),
.block:nth-child(6) p:nth-child(2){
    font-size: 14px;
}
.block:nth-child(6) p:nth-child(3){
    font-size: 13px;
}
.block:nth-child(6) i{
    font-size: 11px;
    font-style: normal;
    background: #fff;
    line-height: 20px;
    padding: 0 15px;
    border-radius: 10px;
    color: #FF9220;
}
.block:nth-child(7){
    background-color: #FEF4EF;
    padding: 115px 10px 20px;
    margin-top: -5px;
}
.block:nth-child(7) .fixtxt{
    top: 20px;
    text-align: center;
}
.block:nth-child(7) .fixtxt h2{
    font-size: 17px;
    margin-bottom: 10px;
}
.block:nth-child(7) .fixtxt h2::after,
.block:nth-child(8) h2::after{
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    background-color: #EE7D5D;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -19px;
}
.block:nth-child(7) .fixtxt p{
    font-size: 9px;
}
.block:nth-child(7) .ctimg1{
    margin: 20px 26px 0;
}
.block:nth-child(7) .ctimg2{
    margin: 0 26px 10px 26px;
}
/***************区块8*****************/
.block8{
    padding: 30px 0 5px;
}
.block8 h2{
    font-size: 21px;
    margin-bottom: 10px;
}
.block8 p{
    margin-bottom: 20px;
}
.block8 img{
    width: revert-layer;
}
.block8 ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 30px 0 10px;
}
.block8 ul li{
    width: 46%;
    background-color: #F0F0F0;
    margin: 0 2% 10px;
    height: 160px;
    align-items: center;
    display: flex;
    border-radius: 5px;
}
.block8 ul li p{
    flex: 1;
}
.block8 ol{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.block8 ol li{
    width:25%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}
/***************区块9*****************/
.block:nth-child(9){
    background-color: #FF9220;
    color: #fff;
    padding: 20px 0;
}
.block:nth-child(9) h2{
    font-size: 21px;
}
.block:nth-child(9) img{
    width: revert-layer;
}
.block:nth-child(9) p{
    padding: 0 20px;
    font-size: 13px;
}
.block:nth-child(9) ol{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 7px;;
}
.block:nth-child(9) ol li{
    width:33.3%;
    margin-bottom: 13px;
    display: flex;
    justify-content: center;
}
.block:nth-child(9) ol li p{
    display: flex;
    width: 107px;
    height: 53px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}







