body {
    font-size: 18px;
    font-family: '微软雅黑';
    color: #333;
}
a {
    color: #333;
    text-decoration: none;
}
.d-banner {
    background: url(../img/banner-1.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 360px;
    margin-bottom: 48px;
}
.main {
    width: 1200px;
    margin: 0 auto;
}
section {
    margin-bottom: 68px !important;
}
.a-link {
    color: #3D79E1;
    text-decoration: underline;
}
.h2-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
    font-size: 34px;
    color: #E54D80;
    line-height: 46px;
    letter-spacing: 1px;
}
.h2-tit::before {
    content: '';
    width: 160px;
    height: 20px;
    margin-right: 30px;
    background: url(../img/title-l.png) no-repeat center center;
    background-size: auto 100%;
}
.h2-tit::after {
    content: '';
    width: 160px;
    height: 20px;
    margin-left: 30px;
    background: url(../img/title-r.png) no-repeat center center;
    background-size: auto 100%;
}
.p-daoyu {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con1 .p-daoyu {
    text-align: center;
}
.con2-con {
    margin: 22px 0;
    display: flex;
    justify-content: space-between;
}
.con2-con li {
    width: 585px;
    border-radius: 8px;
    height: 132px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 22px;
}
.con2-con li:nth-child(1) {
    background: linear-gradient(180deg, #FCE2EB 0%, #FFF9FB 100%);
    border: 1px solid rgba(244,118,160,0.9);
}
.con2-con li:nth-child(2) {
    background: linear-gradient(180deg, #DCF5FB 0%, #F7FDFF 100%);
    border: 1px solid #8DBFE8;
}
.con2-con li img{
    width: 78px;
    margin-right: 18px;
}
.con2-con li p {
    font-size: 19px;
    line-height: 34px;
    letter-spacing: 1px;
}
.d-tip {
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-tip__btn {
    background: linear-gradient(95deg, #FF9F5E 0%, #ED704B 100%);
    border-radius: 21px;
    line-height: 34px;
    margin-right: 11px;
    padding: 0 5px 0 15px;
    color: #fff;
}
.d-tip p {
    color: #ED704B;
    line-height: 24px;
}
.con3 {
    background: url(../img/banner-2.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 354px;
    box-sizing: border-box;
    padding-top: 45px;
}
.con3-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background:#fff;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid #F476A0;
    box-shadow: 0 5px 0 #E54D8080;
    padding: 37px 31px 25px;
}
.con3-con li {
    width: 554px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #DDDDDD;
    line-height: 34px;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.con3-con li::before {
    content: '· ';
    margin-right: 5px;
}
.con3-con li a {
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.con4 {
    margin-bottom: 30px !important;
}
.con4-con {
    display: flex;
    justify-content: space-between;
}
.con4-L {
    width: 968px;
}
.con4-L .p-daoyu {
    margin-bottom: 15px;
}
.con4-R {
    width: 210px;
    transform: translateY(-40px);
}
.con5 {
    background: #FEF1F5;
    padding: 45px 0;
}
.con5-con {
    box-sizing: border-box;
    border-radius: 12px;
    padding: 38px 36px;
    background: #fff;
}
.con5-con h3 {
    margin-bottom: 25px;
    display: flex;
    line-height: 50px;
    background: url(../img/title-2-0.png) no-repeat left center;
    background-size: auto 100%;
}
.con5-con h3 .s-num {
    margin-right: 35px;
    width: 60px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    font-size: 24px;
}
.con5-con h3 .a-tit {
    margin-right: 18px;
    font-size: 24px;
    letter-spacing: 1px;
}
.con5-con h3 .a-des {
    font-size: 22px;
    color: #E54D80;
    letter-spacing: 1px;
}
.con5-con1 ,.con5-con2 {
    display: flex;
    justify-content: space-between;
}
.con5  h4 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con5-L ,.con5-R{
    width: 544px;
}
.con5-L  p {
    margin-bottom: 15px;
    line-height: 34px;
}

.con5-R table {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
}
.con5-R th{
    border:2px solid #fff;
    color: #fff;
    height: 50px;
    font-weight: bold;
    background: #FF6792
}
.con5-R th:first-child{
    width: 130px;
}
.con5-R th:last-child{
    width: 168px;
}
.con5-R td {
    padding: 12px;
    font-size: 18px;
    color: #85153B;
    line-height: 24px;
    letter-spacing: 1px;
    border:2px solid #fff;
    background: #FFECE9;
    text-align: center;
}
.con5-R tr td:last-child {
    color: #E54D80;
    letter-spacing: 1px;
}
.con5-R tr:nth-child(n+5) td {
    background: #FFEAEF;
}
.d-example {
    position: relative;
    margin: 33px 0 48px;
    padding: 22px 24px 20px 157px;
    background: #FFF8E8;
    border-radius: 4px;
}
.d-example::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 135px;
    height: 115px;
    background: url(../img/zw-jl.png) no-repeat left center;
    background-size: auto 100%;
}
.d-example p {
    line-height: 30px;
}
.d-example p span {
    color: #F55913;
}
.con5-con2 p {
    line-height: 34px;
}
.con6 h3 {
    margin-top: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.con6 h3 .s-num {
    margin-right: 4px;
    width: 40px;
    height: 44px;
    background: url(../img/title-3-0.png) no-repeat center center;
    background-size: auto 100%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.con6 h3 .a-tit {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: #E54D80;
    line-height: 32px;
}
.con6 h3 .a-tit::after {
    content: '';
    margin-top: 4px;
    width: 404px;
    height: 2px;
    opacity: 0.74;
    background: linear-gradient(270deg, rgba(229, 77, 128, 0), rgba(229, 77, 128, 1)); ;
}
.con6-con1 {
    display: flex;
    justify-content: space-between;
}
.con6-con1__item {
    position: relative;
    width: 387px;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 20px 40px 10px 27px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
}
.con6-con1__item span {
    margin-top: 6px;
    font-size: 44px;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #F7CAC7;
    line-height: 62px;
    letter-spacing: 2px;
}
.con6-con1__item::before {
    position: absolute;
    right:0;
    bottom: 0;
    content: '';
    width: 214px;
    height: 108px;
    background:  no-repeat center center;
    background-size: 100% 100%;
}
.con6-con1__item:nth-child(1) {
    background-image: linear-gradient(180deg, #FFF6F4 0%, #FFEAE6 100%);
}
.con6-con1__item:nth-child(1)::before {
    background-image: url(../img/zl-1.png) ;
}
.con6-con1__item:nth-child(2) {
    background-image: linear-gradient(180deg, #FFF4F7 0%, #FFE6EC 100%);
}
.con6-con1__item:nth-child(2)::before {
    background-image: url(../img/zl-2.png) ;
}
.con6-con1__item:nth-child(2) span {
    color: #F7C7CB;
}
.con6-con1__item:nth-child(3) {
    background-image: linear-gradient(180deg, #FFF9EA 0%, #FEF2D8 100%);
}
.con6-con1__item:nth-child(3)::before {
    background-image: url(../img/zl-3.png) ;
}
.con6-con1__item:nth-child(3) span {
    color: #F7D0B1;
}

.con6-con2 p {
    margin-bottom: 12px;
}
.d-box1 {
    background: linear-gradient(180deg, #FFF7FA 0%, #FFF4F8 100%);
    border: 2px solid #FFD1E1;
    border-radius: 12px;
    box-shadow: 0 7px 0 #E54D8080;
    padding: 28px 0 15px;
}
.h4-tit {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #E54D80;
    line-height: 34px;
    letter-spacing: 1px;
}
.h4-tit::before {
    margin-right: 8px;
    content: '';
    width: 6px;
    height: 28px;
    background: #E54D80;
}
.ul-xsblsm {
    margin:0 14px 36px 34px;
    display: flex;
    justify-content: space-between;
}
.ul-xsblsm li .p-tit {
    display: flex;
    /* align-items: center; */
    margin-bottom: 17px;
    font-size: 17px;
    line-height: 26px;
}
.ul-xsblsm li .p-tit span {
    margin-right: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #E54D80;
}
.ul-xsblsm li .d-img {
    display: flex;
    justify-content: space-between;
}
.ul-xsblsm li .d-img img {
    width: 202px;
}
.con6-con2-1 .ul-xsblsm li {
    width: 413px;
    position: relative;
}
.ul-xsblsm li::after {
    position: absolute;
    right: -52px;
    top: 50%;
    margin-top: -20px;
    content: '';
    width: 52px;
    height: 52px;
    background: url(../img/arrow.png) no-repeat center center;
    background-size: auto 100%;
}
.ul-xsblsm li:last-child::after {
    display: none;
}
.con6-con2-1 .ul-xsblsm li:first-child {
    margin-right: 23px;
}
.con6-con2-1 .ul-xsblsm li:nth-child(3) {
    width: 241px;
}

.con6-con2-1 .ul-xsblsm li:nth-child(3) .p-tit,.con6-con2-1 .ul-xsblsm li:nth-child(3) .d-img {
    justify-content: center;
}
.con6-con2-2 {
    margin-top: 32px;
}
.con6-con2-2 .ul-xsblsm {
    margin-right: 34px;
}
.con6-con2-2 .ul-xsblsm li {
    position: relative;
    width: 538px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.con6-con2-2 .ul-xsblsm li .d-img img {
    width: 100%;
}
.con7 {
    margin-bottom: 0 !important;
    background: url(../img/banner-3.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 380px;
    box-sizing: border-box;
    padding-top: 50px;
}
.slide1 {
    position: relative;
}
.slide1 .bd {
    width: 1230px;
    transform: translateX(-15px);
}
.slide1 .bd li {
    margin: 0 10px 7px;
    box-sizing: border-box;
    width: 390px !important;
    height: 202px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 22px 16px 0;
    box-shadow: 0 5px 0 #E54D8080;
}
.slide1 .bd li dl {
    display: flex;
    margin-bottom: 12px;
}
.slide1 .bd li dl dt {
    margin-right: 12px;
}
.slide1 .bd li dl.dl-ques dd {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}
.slide1 .bd li dl.dl-ans dd {
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slide1 .prev,.slide1 .next {
    position: absolute;
    width: 54px;
    top: 74px;
    cursor: pointer;
}
.slide1 .prev {
    left: -100px;
}
.slide1 .next {
    right: -100px;
}
.slide1 .prev img,.slide1 .next img {
    width: 54px;
}