﻿.mainct{
    text-align: center;
}
.block{
    position: relative;
    font-size: 0;
}
.block img{
    width: 100%;
}
.block h2{
    font-size: 29px;
    position: relative;
    color: #7D633F;
}
.block p.des{
    font-size: 15px;
    color: #7D633F;
}
.fixtxt{
    position: absolute;
    width: 100%;
}

.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;
    height: 70px;
}
.listnav li img{
    width: revert-layer;
}
.target{
    background-color: #C9985E;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0;
}
/***************区块3*****************/
.block3{
    padding: 20px 5px 10px;
}
.list{
    display: flex;
    font-size: 8px;
    flex-wrap: wrap;
    margin: 30px 0 10px;
    text-align: left;
}
.list img{
    width: revert-layer;
}
.list dl{
    width: 29.3%;
    height: 145px;
    border-radius: 5px;
    margin: 9px 2%;
    box-shadow: 0px 0px 5px 0px rgba(104,104,104,0.36); 
}
.list dl dt{
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}
.list dl dt span{
    display: inline-block;
    width: 75px;
    line-height: 26px;
    font-size: 15px;
    border-radius: 7px 0px 7px 0px;
    color: #fff;
    text-align: center;
}
.list dl:nth-child(1) span{
    background: #38D3A7;
}
.list dl:nth-child(2) span{
    background: #FBB540;
}
.list dl:nth-child(3) span{
    background: #6368FC;
}
.list dl:nth-child(4) span{
    background: #2CB6FF;
}
.list dl:nth-child(5) span{
    background: #A074FD;
}
.list dl:nth-child(6) span{
    background: #FF6968;
}
.list dl dd{
    padding: 0 10px;
    font-size: 10px;
}
.list dl dd.img{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
/***************区块4*****************/
.block4{
    padding: 20px 5px;
    background-color: #C9985E;
}
.block4 h2,
.block4 p{
    color: #fff;
}
.block4 p.more{
    font-size: 18px;
    margin: 10px 0 25px;
}
.block4 ul{
    display: flex;
    flex-wrap: wrap;
}
.block4 ul li{
    width: 30.3%;
    height: 90px;
    float: left;
    margin: 2px 1.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.block4 ul li h3{
    font-size: 15px;
    font-weight: normal;
    position: relative;
    padding-bottom: 10px;
}
.block4 ul li h3:after{
    content:'';
    display: block;
    width: 9px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -4px;
}
.block4 ul li p{
    font-size: 9px;
}
.block4 ul li:nth-child(1){
    background-image: url('https://m.nakesoft.com/images/qipai/0401.png');
    background-size: 100% 100%;
}
.block4 ul li:nth-child(2){
    background-image: url('https://m.nakesoft.com/images/qipai/0402.png');
    background-size: 100% 100%;
}
.block4 ul li:nth-child(3){
    background-image: url('https://m.nakesoft.com/images/qipai/0403.png');
    background-size: 100% 100%;
}
.block4 ul li:nth-child(4){
    background-image: url('https://m.nakesoft.com/images/qipai/0404.png');
    background-size: 100% 100%;
}
.block4 ul li:nth-child(5){
    background-image: url('https://m.nakesoft.com/images/qipai/0405.png');
    background-size: 100% 100%;
}
.block4 ul li:nth-child(6){
    background-image: url('https://m.nakesoft.com/images/qipai/0406.png');
    background-size: 100% 100%;
}
/***************区块5*****************/
.block:nth-child(5){
    font-size: 10px;
}
.block:nth-child(5) h2{
    font-size: 25px;
    color: #252525;
    margin: 30px 0 20px;
}
.block:nth-child(5) .img1{
    margin: 0 10px;
}
.block:nth-child(5) h3,
.block:nth-child(6) h3{
    font-size: 20px;
    color: #252525;
    margin: 10px 0;
}
.block:nth-child(5) .img2,
.block:nth-child(6) .img{
    width: 256px;
    margin: 20px auto 10px;
}
.block:nth-child(5) h4 span,
.block:nth-child(6) h4 span{
    background-color: #F66D12;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    line-height: 21px;
    padding: 0 10px;
}
.block:nth-child(5) .note,
.block:nth-child(6) .note{
    color: #F66D12;
    margin: 10px 0;
}
.block:nth-child(5) dl{
    display: flex;
    text-align: left;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 20px;
}
.block:nth-child(5) dl dt{
    border-radius: 9px;
    border: 2px #F66D12 solid;
    margin-right: 10px;
}
.block:nth-child(5) dl dt span{
    display: flex;
    align-items: center;
    height: 54px;
    font-size: 12px;
    background-color: #F66D12;
    padding: 0 5px;
    border-radius: 6px;
    border: 1px #fff solid;
    color: #fff;
}
.block:nth-child(6){
    background-color: #F3E7DA;
    font-size: 11px;
    padding: 20px 0;
}
.block:nth-child(6) .mark{
    background-color: #fff;
    width: 93%;
    margin: 0 auto;
    border-radius: 21px;
    border: 5px #EEEAE6 solid;
    padding: 20px 0 10px;
    box-shadow: -3px 0px 20px 0.5px #E6DBCE;
}
.block:nth-child(6) .note{
    font-size: 9px;
}
.block:nth-child(6) ol{
    font-size: 10px;
    margin: 20px 0;
    text-align: left;
    padding-left: 20%;
}
/***************区块7*****************/
.block7{
    padding: 30px 0 0;
}
.block7 img{
    width: revert-layer;
}
.block7 ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 20px;
}
.block7 ul li{
    width: 30.3%;
    height: 100px;
    border-radius: 11px;
    box-shadow: 0px 0px 7px 0px rgba(88,88,88,0.16); 
    margin: 1.5%;
    padding: 20px 0;
}
.block7 ul li p{
    font-size: 14px;
    margin-top: 10px;
}
/***************区块8*****************/
.block8,
.block9{
    padding: 30px 0 25px;
    background-color: #EDDCC8;
}
.block7 .tag,
.block8 .tag,
.block9 .tag{
    margin: 0 20px;
    font-size: 18px;
    color: #7D633F;
    margin: 5px 0 20px;
}
.block8 .img,
.block9 .img{
    margin: 0 20px;
}
.block9{
    background-color: #EEEEEE;
}
.block:nth-child(10) .img{
    margin: 40px 20px;
}
.block9 .listnav li{
    margin-bottom: 15px;
}
/***************区块10*****************/
.block10{
    padding: 30px 0 15px;
}
.block p{
    font-size: 13px;
}
.block h2.line{
    font-size: 21px;
    position: relative;
    margin-bottom: 15px;
    line-height: 55px;
}
.block h2.line::after{
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background-color: #7D633F;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
}
.block10 img{
    width: revert-layer;
}
.block10 ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 30px 0 10px;
}
.block10 ul li{
    width: 46%;
    background-color: #F0F0F0;
    margin: 0 2% 10px;
    height: 160px;
    align-items: center;
    display: flex;
    border-radius: 5px;
}
.block10 ul li p{
    flex: 1;
}
.block10 ol{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.block10 ol li{
    width:25%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}
/***************区块11*****************/
.block:last-child{
    background-color: #EDDCC8;
    padding: 20px 0 1px;
}
.block:last-child img{
    width: revert-layer;
}
.block:last-child ol{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 20px;
    padding: 0 7px;;
}
.block:last-child ol li{
    width:33.3%;
    margin-bottom: 13px;
    display: flex;
    justify-content: center;
}
.block:last-child ol li p{
    display: flex;
    width: 118px;
    height: 60px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px #DFAF77 solid;
}










