body {
    font-size: 18px;
    font-family: '微软雅黑';
    color: #333;
}
a {
    color: #333;
    text-decoration: none;
}
.a-link {
    color: #0091FF;
}
.d-banner {
    background: url(../img/banner-1.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 360px;
    /* margin-bottom: 72px; */
}
.main {
    width: 1200px;
    margin: 0 auto;
}
section {
    margin-bottom: 60px !important;
}
.a-link {
    color: #3D79E1;
    text-decoration: underline;
}
.h2-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 34px;
    color: #05A3B1;
    line-height: 46px;
    letter-spacing: 1px;
}
.h2-tit::before {
    content: '';
    flex: 1;
    height: 2px;
    background: #02BDCE;
    opacity: 0.5;
}
.h2-tit::after {
    content: '';
    flex: 1;
    height: 2px;
    background: #02BDCE;
    opacity: 0.5;
}
.h2-tit .a-tit {
    display: flex;
    color: #05A3B1;
    align-items: center;
    margin: 0 21px;
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}
.h2-tit .a-tit::before {
    content: '';
    width: 35px;
    height: 32px;
    margin-right: 36px;
    background: url(../img/title-ys-l.png) no-repeat center center;
    background-size: auto 100%;
}
.h2-tit .a-tit::after {
    content: '';
    width: 35px;
    height: 32px;
    margin-left: 36px;
    background: url(../img/title-ys-r.png) no-repeat center center;
    background-size: auto 100%;
}
.h3-tit {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #4182C8;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 22px;
}
.h3-tit::before {
    margin-right: 8px;
    content: '';
    width: 7px;
    height: 23px;
    background: linear-gradient(180deg, #3E8CF7 0%, #7DBBF9 100%);
}
.con1-con {
    background: url(../img/bg-1.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    height: 187px;
    padding: 36px 51px 0 42px ;
    color: #05A3B1;
    line-height: 52px;
}
.con1 p {
    border-bottom: 1px dashed #05A3B1 ;
}
.p-daoyu {
    margin: 40px 0 60px;
    text-align: center;
    line-height: 34px;
}
.list1 li {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    padding: 9px 12px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #91D6DC;
}
.list1 li:last-child {
    margin-bottom: 0;
}
.list1 li img {
    margin-right: 14px;
    width: 34px;
}
.con2 {
    background: url(../img/banner-2.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 420px;
    box-sizing: border-box;
    padding-top: 46px;
}
.con2-con {
    position: relative;
    background: linear-gradient(180deg, #E3FBFE 0%, #FFFFFF 100%);
    box-sizing: border-box;
    padding: 34px 28px;
    border-radius: 10px;
}
.con2-con::after {
    position: absolute;
    content: '';
    right: 20px;
    bottom: 0;
    background: url(../img/zw-1.png) no-repeat center center;
    background-size: auto 100%;
    width: 370px;
    height: 246px;
}
.con2-con .list1 {
    width: 683px;
}
.p-daoyu2{
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con3 h3 {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.con3 h3 .s-num {
    margin-right: 4px;
    width: 40px;
    height: 44px;
    background: url(../img/title-3.png) no-repeat center center;
    background-size: auto 100%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.con3 h3 .a-tit {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: #05A3B1;
    line-height: 32px;
}
.con3 h3 .a-tit::after {
    content: '';
    margin-top: 4px;
    width: 404px;
    height: 2px;
    opacity: 0.74;
    background: linear-gradient(270deg, rgba(11, 191, 207, 0), rgba(16, 191, 207, 1)) ;
}
/* .con3-con1 {
 
} */
.con3-con1 ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #8CE3EB;
}
.con3-con1 ul::before {
    content: '';
    position: absolute;
    left: -21px;
    top: -18px;
    background: url(../img/arrow-2.png) no-repeat center center;
    background-size: 100% 100%;
    width: 21px;
    height: 49px;
}
.con3-con1 ul::after {
    content: '';
    position: absolute;
    right: -21px;
    top: 27px;
    background: url(../img/arrow-3.png) no-repeat center center;
    background-size: 100% 100%;
    width: 21px;
    height: 49px;
}
.con3-con1 ul:first-child::before ,.con3-con1 ul:last-child::after{
    display: none;
}
.con3-con1 ul:last-child {
    border-bottom: 0;
}
.con3-con1 li {
    position: relative;
    background: #F3FEFF;
    border: 1px solid #BAE9ED;
    line-height: 52px;
    padding: 0 25px;
    color: #257D80;
    border-radius: 5px;
}
.con3-con1 li::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -30px;
    height: 2px;
    width: 30px;
    background: #8CE3EB;
}
.con3-con1 li::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -7px;
    width: 7px;
    height: 12px;
    background: url(../img/arrow-1.png) no-repeat center center;
    background-size: 100% 100%;
}
.con3-con1 :not(ul:nth-child(1)) li:first-child::before,.con3-con1 :not(ul:nth-child(1)) li:first-child::after {
    display: none;
} 
.con3-con1 ul:nth-child(1) li {
    padding: 0 30px;
}
.con3-con1 ul:nth-child(2) li {
    padding: 0 24.5px;
}
.con3-con1 ul:nth-child(3) li {
    padding: 0 21px;
}
.con3-con1 ul:nth-child(4) li {
    padding: 0 31.5px;
}
.con3-con2 {
    display: flex;
    justify-content: space-between;
}
.con3-con2__item {
    margin-bottom: 28px;
    box-sizing: border-box;
    width: 580px;
    background: linear-gradient(180deg,#F0FDFF, #EEFBFC) ;
    border: 1px solid #91D6DC;
    box-shadow: 0 7px 0 #12A8B5;
    border-radius: 12px;
    padding: 27px 30px 38px;
}
.con3-con2__item h4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con3-con2__item p {
    margin-bottom: 29px;
    font-size: 17px;
    color: #555555;
    line-height: 28px;
}
.con3-con2__item__imglist {
    display: flex;
    justify-content: space-between;
}
.con3-con2__item__imglist img{
    width:242px;
}
.con4 {
    background: url(../img/banner-3.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 637px;
    box-sizing: border-box;
    padding-top: 46px;
}
.con4-con {
    padding: 30px 40px 42px;
    background: linear-gradient(180deg,#E3FBFE, #fff) ;
    border-radius: 12px;
    box-shadow: 0 7px 0 #12A8B5;
}
.con4-con table {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
}
.con4-con th{
    border:4px solid #fff;
    color: #fff;
    height: 50px;
    font-weight: bold;
    background: linear-gradient(180deg, #02BDCE 0%, #1BC1D0 100%);
}
.con4-con th:first-child{
    width: 236px;
}
.con4-con th:last-child{
    width: 648px;
}
.con4-con td {
    padding: 25px 12px;
    font-size: 24px;
    color: #FF6D09;
    line-height: 34px;
    letter-spacing: 1px;
    border:4px solid #fff;
    background: #EFFAF9;
    text-align: center;
}
.con4-con tr td:last-child {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    letter-spacing: 1px;
}
.con5-con {
    display: flex;
    justify-content: space-between;
}
.con5-con__item {
    position: relative;
    background: linear-gradient(180deg, #F0FDFF 0%, #fff 100%);
    width: 387px;
    box-sizing: border-box;
    padding: 16px 32px 34px;
    border: 1px solid #91D6DC;
    border-radius: 9px;
}
.con5-con__item span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    line-height: 40px;
    background: #40CBEB;
    border-radius: 0px 21px 21px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.con5-con__item .d-img {
    margin: 0 auto;
    width: 238px;
    margin-bottom: 20px;
}
.con5-con__item .d-img img {
    width: 100%;
}
.con5-con__item p {
    line-height: 28px;
    letter-spacing: 1px;
}
.con6 table {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
}
.con6 th{
    box-sizing: border-box;
    border:1px solid #ddd;
    color: #fff;
    height: 50px;
    font-weight: bold;
    background: linear-gradient(180deg, #02BDCE 0%, #1BC1D0 100%);
}
.con6 th:first-child{
    width: 312px;
}
.con6 th:last-child{
    width: 541px;
}
.con6 td {
    padding: 10px 32px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    border:1px solid #ddd;
    text-align: left;
}
.con6 tr th:last-child {
    text-align: left;
    padding-left: 32px;
}
.con6  tr td:nth-child(2) {
    text-align: center;
}

.con6 tr:nth-child(odd) {
    background: #EFFAF9;
}
.con7__item {
    position: relative;
    border-radius: 8px;
    margin-bottom: 22px;
    padding: 16px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con7__item span {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 46px;
    background: #40C8CB;
    border-radius: 8px 0px 28px 0px;
    padding: 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.con7__item img {
    margin-right: 30px;
    width: 120px;
}
.con7__item p {
    flex: 1;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con7-con .con7__item:nth-child(1) {
    background: linear-gradient(180deg, #DFFDFF 0%, #F2FEFF 100%);
    border: 1px solid #B6EEF2;
}
.con7-con .con7__item:nth-child(2) {
    background: linear-gradient(180deg, #D9F3FE 0%, #EEFAFE 100%);
    border: 1px solid #ABD1F3;
}
.con7-con .con7__item:nth-child(2) span {
    background-color: #5CB4F1;
}
.con7-con .con7__item:nth-child(3) {
    background: linear-gradient(180deg, #FCF1E6 0%, #FEFBF5 100%);
    border: 1px solid #FFD2A4;
}
.con7-con .con7__item:nth-child(3) span {
    background-color: #F1A55D;
}
.con8 {
    background: url(../img/banner-4.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 374px;
    box-sizing: border-box;
    padding-top: 46px;
}
.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: linear-gradient(180deg, #E3FBFE 0%, #fff 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 22px 16px 0;
    box-shadow: 0 5px 0 #12A8B5;
}
.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;
}
.con9 {
    margin-bottom: 0 !important;
    padding-bottom: 45px;
}
.con9 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con9 ul li {
    margin-bottom: 12px;
    display: flex;
    box-sizing: border-box;
    width: 588px;
    padding: 13px 26px 13px 18px;
    background: #F4F5F7;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con9 ul li a {
    overflow: hidden;
    position: relative;
    flex: 1;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con9 ul li a span {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.con9 ul li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '· ';
}
.con9 ul li a::after {
    content: '>';
    margin-left: 44px;
    color: #979797;
    font-family: '宋体';
    font-weight: bold;
} 
