/* index */

.headTop {
    background: linear-gradient(90deg, rgba(18, 18, 20, 1) 0%, rgba(55, 54, 62, 1) 100%);
    transition: all 0.5s;
}
「
.headTop h1 img{
    display: none;
}
.headTop h1 img{
    width:50px;
    vertical-align: middle;
    display: none;
}
.headTop h1 img.logo_b{
    display: inline-block;
}    
.headTop.fixed {
    height: 56px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 300;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    border-bottom: 1px solid #ddd;
}
.headTop.fixed h1 img.logo_b{
    display: none;
}
.headTop.fixed h1 img.logo{
    display: inline-block;
}
.headTop_ej.fixed {
    background: #fff;
}

.headTop>div {
    display: flex;
    margin: 0 10%;
    line-height: 56px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.headTop h1 {
    width: 10%;
}

.headTop div.headNavs {
    width: 70%;
}
.headTop div.headNavs_sj{
    display: none;
}
.headTop div.headNavs ul {
    display: flex;
}

.headTop div.headNavs>ul>li {
    position: relative;
    margin: 0 30px;
}

.headTop div.headNavs ul>p {
    display: none;
}

.headTop div.headNavs ul ul {
    display: none;
    line-height: 36px;
    padding: 10px 0;
}

.headTop div.headNavs i {
    display: none;
}

.headTop div.headNavs a {
    font-size: 16px;
    display: block;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.headTop div.headNavs>ul>li>a,.headTop .zxdh{
    color: #fff;
}
.headTop.fixed .zxdh{color:#000;}
.headTop div.headNavs>ul>li.zlm>a {
    padding-right: 24px;
    background: url(../img/01/xjt.png) no-repeat right center;
    background-size: 24%;
}

.headTop.fixed div.headNavs>ul>li.zlm>a,
.headTop_ej.fixed div.headNavs>ul>li.zlm>a {
    background: url(../img/01/xjt2.png) no-repeat right center;
    background-size: 24%;
}
.headTop div.headNavs>ul>li.zlm.active>a{
    background: url(../img/01/xjt2_s.png) no-repeat right center;
    background-size: 24%;
}
.headTop div.headNavs ul>li.active>a,
.headTop.fixed div.headNavs ul>li.active>a {
    color: #00A25E;
}

.headTop div.headNavs ul>li:hover ul {
    display: block;
    position: absolute;
    z-index: 222;
    left: 0;
    top: 56px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
}
.headTop div.headNavs ul>li#a01:hover ul,.headTop div.headNavs ul>li#a02:hover ul{
    display: none;
}
.headTop div.headNavs ul>li ul li.on a,.headTop div.headNavs ul.on>li li.on a{
    color:#00A25E;
}
.headTop div.headNavs>ul>li.on>a{
    color:#00A25E;
}
.dh_xl01{width:100%; height:auto; background:#fff; padding:20px 0px; position:fixed; left:0px; top:57px; z-index:999999; display:none;}
.dh_xl02{width:1200px; height:auto; margin:0px auto;}
.dh_xl02_l{width:700px; height:auto; float:left;}
.dh_xl02_l a{width:300px; height:50px; line-height:50px; background:#FFF; text-align:center; font-size:14px; margin:0px 10px 10px 0px; display:block; float:left;}
.dh_xl02_r{width:480px; height:auto; float:right;}
/* .headTop div.headNavs ul>li:nth-child(3) ul {
    width: 200%;
}
*/
/* .headTop div.headNavs ul>li:last-child ul {
    width: 140%;
} */

.headTop div.headNavs ul>li ul li a {
    color: #666;
    text-indent: 1em;
}

.headTop div.headNavs>ul>li:nth-child(2)>a {
    background: none;
    padding-right: 0;
}

.headTop .zxdh {
    width: 20%;
    text-align: right;
}
.headTop .zxdh img{
    vertical-align: middle;
    display:none;
}
.headTop .zxdh img.dh_b{
    display: inline-block;
}
.headTop.fixed .zxdh img.dh_b{
    display:none;
}
.headTop.fixed .zxdh img.dh{
    display: inline-block;
}
.headTop_ej>div,
.headTop_ej div.headNavs a,
.headTop.fixed>div,
.headTop.fixed div.headNavs>ul>li>a {
    color: rgba(18, 18, 20, 1);
}

.head {
    height: 424px;
    /* background: linear-gradient(90deg, rgb(18, 18, 20) 0%, rgb(55, 54, 62) 100%); */
    background: #121214 url(../img/01/image_banner_bg.png) no-repeat center top;
}

.inBox {
    display: flex;
}

.banner {
    display: flex;
    height: 424px;
    margin: 0 10%;
}

.banner_l {
    padding-top: 100px;
    width: 60%;
}

.banner_l h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(235, 249, 221, 1);
}

.banner_l h3 {
    background: linear-gradient(90deg, #81F212 0%, #CCFF9A 100%);
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    -webkit-background-clip: text;
    background-clip: text;
    /* 使用 color 作为遮罩，实际看到的是背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    /* 防止文本阴影遮挡背景渐变 */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 16px 0;
}

.banner_l p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(235, 249, 221, 1);
    padding-bottom: 10px;
}

.banner_l p a {
    font-size: 16px;
    color: rgba(235, 249, 221, 1);
}

.banner_l p a img {
    width: 6px;
}

.banner_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40%
}

.banner_r img {
    width: 100%;
}

.inBoxCard {
    width: 50%;
    margin: 10px 5px;
    height: 400px;
    display: flex;
    padding: 0 3%
}

.inBoxCard_l {
    background: #121214 url(../img/01/image_bg_l.png) no-repeat 100%;
}

.inBoxCard_r {
    background: #121214 url(../img/01/image_bg_r.png) no-repeat 100%;
}

.inBoxCard .card_l {
    text-align: center;
    padding-top: 130px;
    width: 60%;
}

.inBoxCard .card_l h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: rgba(235, 249, 221, 1);
}

.inBoxCard .card_l h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 58px;
    color: rgba(235, 249, 221, 1);
}

.inBoxCard .card_l p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(235, 249, 221, 1);
    padding-bottom: 10px;
}

.inBoxCard .card_l p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.inBoxCard .card_l p a img {
    width: 6px;
}

.inBoxCard .card_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40%
}

.inBoxCard .card_r img {
    width: 100%;
}

.foot {
    height: 240px;
    background: rgb(36, 38, 40);
}

.footTop,
.footBottom {
    max-width: 1200px;
    margin: 0 auto;
}

.footTop {
    display: flex;
    padding: 20px 0 0;
    min-height: 169px;
}

.footNavs {
    display: flex;
    width: 90%;
}

.footNavs dl {
    margin-right: 8%;
}

.footNavs dl dt {
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    vertical-align: top;
    margin-bottom: 9px;
}

.footNavs dl dt a {
    color: rgba(255, 255, 255, 1);
}

.footNavs dl dd a {
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.footDy {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.footBottom {
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #3d3d3d;
}

.footBottom,
.footBottom a {
    color: #fff;
    font-size: 14px;
}

.banner_l p a:hover,
.inBoxCard .card_l p a:hover,
.footNavs dl dd a:hover,
.footBottom a:hover,
.headTop div.headNavs ul>li ul li a:hover,
.footNavs dl dt a:hover {
    text-decoration: underline;
}

/* index end */
/* cpfw */
.dh_xl02 .cpfwAllList {
    margin: 0;
    padding: 0;
}
.cpfwAllList {
    padding: 40px 0;
    display: flex;
    margin: 0 10%;
}

.cpfwAllList dl {
    width: 32%;
}

.cpfwAllList dl:nth-child(2) {
    padding: 0 3%;
    margin: 0 3%;
    border-left: 1px solid rgba(238, 238, 238, 1);
    border-right: 1px solid rgba(238, 238, 238, 1);
}

.cpfwAllList dl dt {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
}

.cpfwAllList dl dd {
    padding-top: 10px;
}

.cpfwAllList dl dd p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-height: 40px;
    color: rgba(102, 102, 102, 1);
}

.cpfwAllList dl dd div {
    padding-top: 20px;
}

.cpfwAllList dl dd div img {
    width: 100%;
}

.h20 {
    height: 20px;
    background: #121214;
}

.inBox_cpfw {
    background-color: #666666;
}


.szhbcglxt_banner {
    background: url(../img/04/banner.png) no-repeat center top;
    background-size: cover;
    min-height: 360px;
}

.szhbcglxt_banner>div {
    margin: 0 10%;
    padding-top: 100px;
}

.szhbcglxt_banner>div h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(18, 19, 18, 1);
}

.szhbcglxt_banner>div h1 {
    background: linear-gradient(90deg, #121312 0%, #6EA933 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 16px 0 20px;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    display: inline-block;
}

.szhbcglxt_banner>div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(18, 19, 18, 1);
}

.szhbcglxt_jj>div,
.szhbcglxt_cptx>div {
    margin: 0 10%;
    padding: 50px 0;
}

.szhbcglxt_jj>div {
    padding: 70px 0;
}

.szhbcglxt_jj {
    background: url(../img/04/bj.png) no-repeat center top;
    background-size: cover;
}

.szhbcglxt_jj>div>h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.szhbcglxt_jj>div>p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-top: 20px;
}

.szhbcglxt_jj_con {
    padding: 60px 0 0;
    display: flex;
}

.szhbcglxt_jj_con .zcms {
    width: 25%;
    border-radius: 12px;
    background: linear-gradient(180deg, #EEF7FF 0%, #F8FCFF 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 4px 4px 24px -4px #1B2449;
    margin-right: 3%;
    padding: 20px;
}

.szhbcglxt_jj_con .zynl {
    width: 75%;
}

.szhbcglxt_jj_con .zcms h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.szhbcglxt_jj_con .zcmsList {
    display: flex;
    padding: 30px 0 10px;
}

.szhbcglxt_jj_con .zcmsList dl {
    text-align: center;
    width: 50%;
}

.szhbcglxt_jj_con .zcmsList dl dd {
    font-size: 16px;
    padding-top: 10px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
}

.szhbcglxt_cptx {
    background: #FDFDFB;
    padding: 20px 0;
}

.szhbcglxt_cptx>div h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.szhbcglxt_cptx_con {
    display: flex;
    padding: 40px 0;
}

.szhbcglxt_cptx_con dl {
    border-radius: 12px;
    width: 33.3333%;
    padding: 20px;
    text-align: center;
    background: #FFFFFF;
}

.szhbcglxt_cptx_con dl:hover {
    box-shadow: 12px 12px 32px #e0e0e0;
}

.szhbcglxt_cptx_con dl:nth-child(2) {
    margin: 0 3%;
}

.szhbcglxt_cptx_con dl dd h4 {
    font-size: 20px;
    padding: 10px 0 10px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}

.szhbcglxt_cptx_con dl dd p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(153, 153, 153, 1);
    text-align: justify;
}

.szhbcglzd_banner {
    background: #AFDDFF url(../img/05/banner.png) no-repeat center top;
    background-size: cover;
}

.szhbcglxt_banner>div {
    padding-top: 80px;
}

.szhbcglzd_banner>div h1 {
    background: linear-gradient(90deg, #121312 0%, #121312 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.szhbcglzd_jj {
    background: none;
}

.szhbcglzd_jj>div>h3 {
    color: rgba(51, 51, 51, 1);
}

.szhbcglzd_jj>div>p {
    color: rgba(102, 102, 102, 1);
}

.szhbcglzd_jj_con {
    margin: 40px 0 0;
}

.szhbcglzd_jj_con .zcms {
    display: flex;
    align-items: center;
}

.szhbcglzd_jj_con .zcms h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    color: rgba(51, 51, 51, 1);
    width: 30%;
    margin: 0;
}

.szhbcglzd_jj_con .zcms dl {
    width: 50%;
    border-radius: 8px;
    background: rgba(230, 246, 239, 1);
    padding: 2%;
    margin: 0 2% 0 0;
    border: 1px solid rgba(238, 238, 238, 1);
    text-align: center;
    align-items: center;
    display: flex;
}

.szhbcglzd_jj_con .zcms dl:nth-child(3) {
    margin-right: 0;
}

.szhbcglzd_jj_con .zcms dl dt {
    width: 38%;
    text-align: right;
    margin-right: 3%;
}

.szhbcglzd_jj_con .zcms dl dt img {
    width: 40px;
}

.szhbcglzd_jj_con .zcms dl dd {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}

.szhbcglzd_jj_con .zynl {
    margin-top: 20px;
}

.szhbcglzd_jj_con .zynl h4 {
    width: 26%;
}

.zcmsList {
    width: 100%;
    margin: 2% 0;
}

.zcmsList ul {
    display: flex;
    align-items: center;
}

.zcmsList ul li {
    border-radius: 8px;
    background: rgba(241, 246, 244, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    width: 25%;
    text-align: center;
    padding: 2% 0;
    margin: 0 2% 2% 0;
}

.zcmsList ul li:nth-child(4n) {
    margin-right: 0;
}

.zcmsList ul:nth-child(2) li {
    margin-bottom: 0;
}

.szhbcglzd_cptx {
    background: #F7F0EC;
}

.szhbcglzd_cptx .szhbcglxt_cptx_con {
    padding-bottom: 0;
}

.szhbcglzd_cptx .szhbcglxt_cptx_con dl {
    padding: 0px;
}

.szhbcglzd_cptx .szhbcglxt_cptx_con dl dt img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.szhbcglzd_cptx .szhbcglxt_cptx_con dl dd {
    padding: 10px 20px 20px;
}
.szbc_banner{
    background:#D6EEFF url(../img/06/banner.png) no-repeat center top;
    background-size: cover;
}
.szbc_jj_con h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding:2% 0 2%;
}
.szbc_jj_con .zynl{
    display: flex;
}
.szbc_jj_con .zynl dl{
    text-align: center;
    border-radius: 8px;
    background: #E6F6EF;
    border: 1px solid #EEEEEE;
    width: 33.3333%;
    padding:4% 0;
}
.szbc_jj_con .zynl dl:nth-child(2){
    margin:0 2%;
}
.szbc_jj_con .zynl dl dt{padding-bottom: 6%;}
.szbc_jj_con .zynl dl dd{font-size: 20px;
font-weight: 500;
line-height: 28px;
color: rgba(51, 51, 51, 1);}
/* cpfw end */
/* jjfa */
.jjfaAllList dl {
    width: 50%;
}

.jjfaAllList dl:nth-child(1) {
    padding-right: 3%;
}

.jjfaAllList dl:nth-child(2) {
    padding: 0 0 0 3%;
    margin: 0 0;
    border-left: 1px solid rgba(238, 238, 238, 1);
    border-right: none;
}

.banner_gxbcfa {
    background: url(../img/02/image_banner.png) no-repeat center top;
    background-size: cover;
}

.banner_gxbcfa div {
    margin: 0 10%;
}

.banner_gxbcfa div dl {
    padding: 30px 0 50px;
}

.banner_gxbcfa div dl dt {
    background: linear-gradient(90deg, #24400d, #000);
    -webkit-background-clip: text;
    background-clip: text;
    /* 使用 color 作为遮罩，实际看到的是背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    /* 防止文本阴影遮挡背景渐变 */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 16px 0 20px;
    /** 文本1 */
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
}

.banner_gxbcfa div dl dd p {
    font-size: 16px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
}

.banner_gxbcfa div dl dd p a {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

.banner_gxbcfa div dl dd p a img {
    width: 6px;
    margin-left: 10px;
}

.banner_gxbcfa div dl dd p a:hover {
    text-decoration: underline;
}

.img_gxbcfa {
    text-align: center;
    padding: 50px 0 40px;
}

.img_gxbcfa>div {
    margin: 0 10%;
}

.img_gxbcfa>div img {
    width: 100%;
}

.rhjj_gxbcfa {
    background: #DCE1E8 url(../img/02/image_bj.png) no-repeat center top;
}

.rhjj_gxbcfa>div {
    margin: 0 10%;
    padding: 50px 0;
}

.rhjj_gxbcfa>div>h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: rgba(18, 19, 18, 1);
}

.con_rhjj_gxbcfa dl {
    margin: 30px 0 0;
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    padding: 30px;
}

.con_rhjj_gxbcfa dl dt {
    width: 40%;
    margin: 0 10% 0 0;
}

.con_rhjj_gxbcfa dl:nth-child(2) dt {
    margin: 0 0 0 10%;
}

.con_rhjj_gxbcfa dl dt h2 {
    width: 15%;
}

.con_rhjj_gxbcfa dl dt h2 img {
    width: 100%;
}

.con_rhjj_gxbcfa dl dt p {
    font-size: 24px;
    padding-bottom: 10px;
    text-align: justify;
    font-weight: 500;
    line-height: 40px;
    color: rgba(51, 51, 51, 1);
    background: url(../img/02/titbz.png) no-repeat left 19px;
    padding-left: 20px;
    background-size: 2%;
}

.con_rhjj_gxbcfa dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60%
}

.con_rhjj_gxbcfa dl dd img {
    width: 100%;
}

.banner_ctbcfa {
    background: url(../img/03/image_banner.png) no-repeat center top;
    background-size: cover;
    min-height: 360px;
}

.banner_ctbcfa div dl {
    padding-top: 60px;
}

.img_ctbcfa {
    background: url(../img/03/image_bj.png) no-repeat center;
    background-size: cover;
    padding: 60px 0 20px;
}

.img_ctbcfa h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: rgba(235, 249, 221, 1);
}

.img_ctbcfa div.img {
    margin-top: -50px;
}

.rhjj_ctbcfa .con_rhjj_gxbcfa dl dt h2 {
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 64px;
    color: rgba(51, 51, 51, 1);
}

.rhjj_ctbcfa .con_rhjj_gxbcfa dl dt {
    margin: 0 0 0 10%;
}

.rhjj_ctbcfa .con_rhjj_gxbcfa dl:nth-child(2) dt {
    margin: 0 10% 0 0;
}

/* jjfa end */
/* lxwm */
.lxwmMain {
    height: 800px;
    background: url(../img/08/bj.png) no-repeat;
    background-size: cover;
}

.lxwmMain .text {
    width: 36%;
    margin: 0 auto;
}

.lxwmMain .gsxx {
    padding: 160px 0 0;
}

.lxwmMain .gsxx dt {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 30px;
}

.lxwmMain .gsxx dd,
.lxwmMain .dy dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
}

.lxwmMain .dy {
    text-align: center;
    padding: 50px 0 0;
}

.lxwmMain .dy dt img {
    /* padding: 20px; */
    /* border-radius: 10px; */
    /* background-color: #fff; */
    width: 200px;
}

.lxwmMain .dy dd {
    padding-top: 20px;
}

/* lxwm end */
/* gywm */
.gywmMain {
    background-color: #F7F0EC;
}

.gywmMain .top {
    background: url(../img/07/bj.png) no-repeat center top;
}

.gywmMain .top div {
    margin: 0 10%;
    padding: 50px 0 100px;
}

.gywmMain .top h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 30px;
    text-align: center;
}

.gywmMain .top p {
    font-size: 24px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: justify;
}

.cpfw {
    margin: 0 10%;
    padding: 50px 0 80px;
}

.cpfw>h3 {
    text-align: center;
    line-height: 48px;
}

.cpfw>h3 a {
    font-weight: 700;
    font-size: 40px;
    color: rgba(51, 51, 51, 1);
}

.cpfwList {
    padding: 40px 0 0;
    display: flex;
}

.cpfwList dl {
    border-radius: 12px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 1);
}

.cpfwList dl dt {}

.cpfwList dl dt img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.cpfwList dl dd {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 0;
    color: rgba(51, 51, 51, 1);
}

/* gywm end */
