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: 56px !important;
}
.a-link {
    color: #05A3B1;
    text-decoration: underline;
}
.h2-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 34px;
    color: #0492E1;
    line-height: 46px;
    letter-spacing: 1px;
}
.h2-tit::before {
    content: '';
    flex: 1;
    height: 2px;
    background: #05A3B1;
    opacity: 0.5;
}
.h2-tit::after {
    content: '';
    flex: 1;
    height: 2px;
    background: #05A3B1;
    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-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-r.png) no-repeat center center;
    background-size: auto 100%;
}
.p1 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}

.con2 {
    background: url(../img/banner-2.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 518px;
    padding-top: 46px;
    box-sizing: border-box;
}
.con2-con {
    padding: 34px;
    border-radius: 12px;
    box-shadow: 0 7px 0 0 #12A8B5;
    border: 1px solid #fff;
    background: linear-gradient(-180deg,#E3FBFE,#FFFFFF);
}
.con2-con .ul-liuc {
    margin-top: 40px;
    padding: 0 47px;
    display: flex;
    justify-content: space-between;
}
.con2-con .ul-liuc li {
    text-align: center;
    position: relative;
}
.con2-con .ul-liuc li .d-tongg{
    position: absolute;
    right: -105%;
    top: 25%;
    width: 212px;
    display: flex;
    justify-content: center;
    display: flex;
    border-bottom: 1px dashed #05A3B1;
    height: 10px;
}
/* .con2-con .ul-liuc li .d-tongg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px dashed #05A3B1;
} */
.con2-con .ul-liuc li .d-tongg span {
    position: relative;
    z-index: 10;
    font-size: 16px;
    color: #05A3B1;
    line-height: 20px;
}
.con2-con .ul-liuc li .d-tongg span::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -10%;
    top: 0;
    width: 120%;
    height: 20px;
    background: #f1fdfe;
}
.con2-con .ul-liuc li .d-tongg::before {
    content: '';
    margin-right: 48px;
    background: url(../img/arrow-1.png) no-repeat center center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
.con2-con .ul-liuc li .d-tongg::after {
    content: '';
    margin-left: 48px;
    background: url(../img/arrow-1.png) no-repeat center center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
.con2-con .ul-liuc li img {
    width: 120px;
}
.con2-con .ul-liuc li .li-tit {
    margin: 10px 0 8px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 1px;
}
.con2-con .ul-liuc li .li-lc span {
    color: #05A3B1;
}

.d-wenxts {
    margin-bottom: 17px;
    line-height: 36px;
    background: linear-gradient(95deg, #FF9F5E 0%, #ED704B 100%);
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    padding: 0 7px 0 20px;
}

.con3 .p1 {
    margin-bottom: 20px;
}
.con3 h3 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 1px;
}
table {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
}
th{
    border:1px solid #ddd;
    color: #fff;
    height: 50px;
    background: linear-gradient(180deg, #02BDCE 0%, #1BC1D0 100%);
    text-align: left;
    padding-left: 26px;
}
.con3 th:first-child{
    width: 468px;
    box-sizing: border-box;
}
td {
    padding: 15px 26px ;
    border:1px solid #ddd;
    line-height: 32px;
    box-sizing: border-box;
}
tr:nth-child(odd)  {
    background: #EFFAF9;
}
.con3 .d-tip {
    margin: 14px 0 38px;
    display: flex;
    align-items: center;
    color: #ED704B;
}
.con3 .d-tip .d-wenxts {
    margin-bottom: 0;
    margin-right: 10px;
}
.con3 .table2 {
    margin-bottom: 29px;
}
.con3 .table2 th:first-child {
    width: 98px;
    text-align: center;
    padding-left: 0;
}
.con3 .table2 td:first-child {
    text-align: center;
}
.con3 .table2 th:last-child {
    width: 732px;
}
.con3 .td-3 {
    text-align: left !important;
    display: flex;
    align-items: center;
}
.con3 .td-3 img {
    width: 56px;
    margin-right: 16px;
}

.h3-tit {
    margin-top: 28px;
    margin-bottom: 20px;
    height: 44px;
    line-height: 44px;
    background: url(../img/title-s.png) no-repeat left center;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.h3-tit .s-num {
    margin-right: 4px;
    width: 44px;
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.h3-tit .a-tit {
    
    font-size: 24px;
    color: #05A3B1;
}

.con4-con1 {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.con4-con1::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/zw-1.png) no-repeat left center;
    background-size: 100% 100%;
    width: 210px;
    height: 280px;
}
.con4-con1-L {
    width: 600px;
}
.con4-con1-L p {
    margin-bottom: 10px;
}
.con4-con1-R {
    width: 562px;
}
.con4-con1-R p {
    text-align: center;
    margin-top: 9px;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}
.con4-con2 {
    display: flex;
    justify-content: space-between;
}
.con4-con2-L {
    width: 600px;
}
.con4-con2-L h4 {
    display: flex;
    align-items: center;
    margin: 24px 0 15px;
    font-size: 18px;
    line-height: 28px;
}
.con4-con2-L h4 img {
    margin-right: 5px;
    width: 18px;
}
.con4-con2-L .d-kems {
    border-top: 1px solid #05A3B1;
    background: #F6FCFC;
    padding: 15px 0;
    font-size: 18px;
    line-height: 28px;
}
.con4-con2-R {
    width: 563px;
    font-size: 15px;
    
}
.con4-con2-R th {
    padding-left: 0;
}
.con4-con2-R .th-fenge {
    position: relative;
    overflow: hidden;
}
.con4-con2-R .th-fenge::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    width: 110%;
    height: 1px;
    background: #ddd;
    transform:  rotate(22deg) translate(-8px, 2px);
}
.con4-con2-R .th-fenge-row {
    position: absolute;
    bottom: 3px;
    left: 20px;
}
.con4-con2-R .th-fenge-col {
    position: absolute;
    top: 3px;
    right: 20px;
}
.con4-con2-R td {
    padding: 10px 0;
    line-height: 20px;
}
.con4-con2-R th, .con4-con2-R td{
    text-align: center;
}
.con4-con2-R tr:nth-child(odd) {
    background: none;
}
.ul-tels {
    display: flex;
    justify-content: space-between;
}
.ul-tels li {
    padding: 18px 0;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 34px;
    border-radius: 8px;
    border: 1px solid #D3FDF6;
    background: linear-gradient(135deg, #E0FBFF 0%, #F4FEFF 50%, #D3FDF6 100%);
}
.ul-tels li img {
    margin-right: 10px;
    width: 40px;
}
.ul-tels li span {
    font-size: 22px;
    color: #05A3B1;
    letter-spacing: 1px;
}
.con4-bot {
    position: relative;
    margin-top: 54px;
    background: linear-gradient(180deg, #E6F5FC 0%, #F5FEFE 100%);
    border-radius: 8px;
    border: 1px solid #A4CCFF;
    padding: 25px 40px 19px 330px;

}
.con4-bot::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 290px;
    height: 186px;
    background: url(../img/zw-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.con4-bot p {
    margin-bottom: 8px;
    line-height: 28px;
    letter-spacing: 1px;
}

.con5 {
    background: #D6F3F6;
    padding: 46px 0;
}
.con5-con {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 38px 36px;
    box-sizing: border-box;
}
.con5-con1 {
    display: flex;
    justify-content: space-between;
}
.con5-con1-L {
    width: 722px;

}
.con5-con1-L p {
    margin-bottom: 8px;
}
.con5-con1-R {
    width: 372px;
}
.con5-con2 {
    margin-top: 18px;
    padding: 82px 82px 57px 20px;
}
.box1 {
    position: relative;
    background: linear-gradient(-180deg,#F0FDFF,#EEFBFC);
    border: 1px solid #91D6DC;
    border-radius: 12px;
    box-shadow: 0 7px 0 0 #12A8B5;
}
.con5-con2 h4 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -190px;
    width: 380px;
}
.con5-con2 .ul-lc {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.con5-con2 .ul-lc1 {
    margin-bottom: 25px;
}
.con5-con2 .ul-lc2 li:first-child .li-tit::before {
    content: '';
    position: absolute;
    z-index: 11;
    left: 100%;
    width: 22.5px;
    top: 8px;
    height: 29px;
    background: url(../img/lc-arrow.png) no-repeat center center;
    background-size: 100% 100%;
}

.con5-con2 .ul-lc1::after {
    content: '';
    position: absolute;
    right: -68px;
    top: 21px;
    background: url(../img/lc-hx.png) no-repeat center center;
    background-size: 100% 100%;
    width: 130px;
    height: 216px;
    
}
.con5-con2 .ul-lc li {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con5-con2 .ul-lc .li-tit {
    z-index: 10;
    position: relative;
    margin-bottom: 4px;
    width: 150px;
    background: #FFFFFF;
    border-radius: 23px;
    border: 1px solid #02BDCE;
    line-height: 46px;
    color: #05A3B1;
    text-align: center;
}
.con5-con2 .ul-lc .li-tit::after {
    content: '';
    position: absolute;
    left: 100%;
    width: 100%;
    top: 20px;
    height: 6px;
    background: #31C9D7;
}
.con5-con2 .ul-lc li:last-child .li-tit::after {
    display: none;
}
.con5-con2 .ul-lc .li-des {
    text-align: center;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    letter-spacing: 1px;
}
.con6-con1 {
    margin-left: 23px;
    border-left: 1px solid #05A3B1;;
}
.con6-con1 li {
    position: relative;
    padding-left: 111px;
    margin-bottom: 22px;
}
.con6-con1 .li-tit {
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    background: #05A3B1;
    border-radius: 23px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    padding: 0 20px 0 57px;
}
.con6-con1 .li-tit .s-num {
    position: absolute;
    left: -9px;
    top: -6px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #05A3B1;
    border: 6px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
}
.con6-con1 .li-des {
    border-radius: 8px;
    border: 1px solid #05A3B1;
    padding: 20px 30px 20px 53px;
    font-size: 17px;
    line-height: 28px;
}
.con6 .d-tip .d-wenxts {
    margin-right: 18px;
}
.con6 table {
    margin-top: 14px;
}
.con6 table th {
    text-align: center;
    padding-left: 0;
}
.con6 table td {
    font-size: 15px;
    line-height: 24px;
    padding: 15px 16px;
}
.con6 table th:first-child {
    width: 58px;
}
.con6 table th:nth-child(2) {
    width: 197px;
}
.con6 table th:last-child {
    width: 368px;
}
.con6 table td:first-child {
    text-align: center;
}
.con6-con3 .p1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.con6-con3 .p1 img {
    margin-right: 10px;
    width: 18px;
}
.con6 .box1 {
    padding: 25px 25px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con6 .box1 a {
    margin-bottom: 15px;
    width: 218px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #57D4DF;
}
.con7 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con7 ul li {
    display: flex;
    box-sizing: border-box;
    padding: 0 18px;
    width: 49%;
    line-height: 60px;
    height: 60px;
    background: #F4F5F7;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.con7 ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.con7 ul li a span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}
.con7 ul li a::before {
    content: '· ';
}
.con7 ul li a::after {
    content: '>';
    font-family: '宋体';
    margin-left: 20px;
}

.con8 {
    margin-bottom: 0 !important;
    background: url(../img/banner-3.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 374px;
    padding-top: 46px;
    box-sizing: border-box;
}

.slide1 {
    position: relative;
}
.slide1 .bd li {

    margin: 0 10px 5px;
    box-sizing: border-box;
    width: 380px !important;
    height: 202px;
    border-radius: 5px;
    padding: 28px 16px 0;
    background: linear-gradient(180deg, #E3FBFE 0%, #fff 100%);
    border: 1px solid #fff;
    box-shadow: 0 5px 0 0 #12A8B5;
}
.slide1 .bd li dl {
    display: flex;
    margin-bottom: 12px;
}
.slide1 .bd li dl dt {
    padding-top: 2px;
    margin-right: 12px;
}
.slide1 .bd li dl.dl-ques dd {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    letter-spacing: 1px;
}
.slide1 .bd li dl.dl-ans dd {
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    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;
}