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: 58px !important;
}
.a-link {
    color: #0091FF;
    text-decoration: underline;
}
.h2-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
    font-size: 34px;
    color: #137ADBFF;
    line-height: 46px;
    letter-spacing: 1px;
}
.h2-tit::before {
    content: '';
    width: 253px;
    height: 32px;
    margin-right: 40px;
    background: url(../img/title-l.png) no-repeat center center;
    background-size: auto 100%;
}
.h2-tit::after {
    content: '';
    width: 253px;
    height: 32px;
    margin-left: 40px;
    background: url(../img/title-r.png) no-repeat center center;
    background-size: auto 100%;
}
.h3-tit {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #137ADB;
    line-height: 34px;
}
.h3-tit::before {
    margin-right: 13px;
    content: '';
    background: url(../img/ico-1.png) no-repeat center center;
    background-size: auto 100%;
    width: 32px;
    height: 32px;
}
.p-daoyu {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con1 {
    position: relative;
    background: linear-gradient(180deg, #F6FCFF 0%, #EAF8FF 100%);
    border-radius: 8px;
    border: 1px solid #A8CBE8;
    box-sizing: border-box;
    padding: 53px 38px 29px;
}
.con1__title {
    position: absolute;
    left: 0;
    top: 0;
    width: 137px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background:  linear-gradient(180deg, #3E8CF7 0%, #7DBBF9 100%);
    border-radius: 0px 28px 28px 28px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.con1-con {
    color: #4182C8;
    line-height: 38px;
    text-align: justify;
}
.con1-con p {
    text-align: justify;
    border-bottom: 1px dashed #98C1E4;
}
.con2-con .con2__item {
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 22px;
    padding: 30px 30px 33px ;
}
.con2__item__info {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con2__item__info img {
    margin-right: 37px;
    width: 110px;
}
.con2__item__info p {
    flex: 1;
    line-height: 32px;
}
.con2-con .con2__item:nth-child(1) {
    box-shadow: 7px 8px 0px 0px rgba(61,152,225,0.3);
    border: 1px solid #9CC3E5;
}
.con2-con .con2__item:nth-child(2) {
    box-shadow: 7px 8px 0px 0px rgba(43,193,182,0.3);
    border: 1px solid #8DDEC6;
}
.con2-con .con2__item:nth-child(3) {
    box-shadow: 7px 8px 0px 0px rgba(253,149,89,0.3);
    border: 1px solid #EBBA7D;
}
.con2-con .con2__item table {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
    font-size: 16px;
}
.con2-con .con2__item th{
    border:3px solid #fff;
    height: 50px;
    background: #E3F6FF;
    padding: 5px 0;
    font-weight: normal;
}
.con2-con .con2__item:nth-child(2) th {
    background: #E0F9F7;
}
.con2-con .con2__item:nth-child(3) th {
    background: #FFF5EB;
}
.con2-con .con2__item th span {
    font-size: 13px;
}

.con2-con .con2__item td {
    padding: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    border:3px solid #fff;
    background: #E3F6FF;
    text-align: center;
}
.con2-con .con2__item:nth-child(2) td {
    background: #E0F9F7;
}
.con2-con .con2__item:nth-child(3) td {
    background: #FFF5EB;
}
.con2-con .con2__item .s-orange {
    font-size: 22px;
    font-weight: bold;
    color: #EB642D;
}
.con3 {
    background: url(../img/banner-2.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 688px;
    box-sizing: border-box;
    padding-top: 45px;
}
.con3-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 40px 30px 20px;
}
.con3-con__item {
    position: relative;
    margin-bottom: 20px;
    width: 560px;
    box-sizing: border-box;
    padding: 19px 24px 0 28px;
    background:  linear-gradient(180deg, #F4FBFF 0%, #E7F7FE 100%);
    border: 1px solid #9CC3E5;
    border-radius: 8px;

    display: flex;
    justify-content: space-between;
}
.con3-con__item p {
    padding-top: 11px;
    width: 288px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
}
.con3-con__item .img-2wm {
    width: 187px;
}
.con3-con__item .img-bg {
    width: 280px;
    position: absolute;
    left: 20px;
    bottom: 0;
}
.con3-con__item h3 {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con3-con__item h3::before {
    margin-right: 10px;
    content: '';
    width: 6px;
    height: 22px;
    background: linear-gradient(180deg, #3E8CF7 0%, #7DBBF9 100%);
}
.con3-con__item:last-child {
    display: block;
}
.con3-con__item ul li {
    display: flex;
    align-items: center;
    color: #0084CE;
    line-height: 34px;
}
.con3-con__item ul li::before {
    content: '· ';
    margin-right: 6px;
}
.con3-con__item ul li a {
    text-decoration: underline;
    color: #0084CE;
}
.con4 ul {
    padding: 15px 0 5px 65px;
    position: relative;
}
.con4 ul::before {
    content: '';
    background: #9EC5FB;
    width: 1px;
    position: absolute;
    left: 23px;
    top:0;
    bottom: 0;
}
.con4 ul li {
    margin-bottom: 18px;
    position: relative;
    padding: 8px 30px 8px 20px;
    line-height: 30px;
    border: 1px solid #BAD5ED;
    border-radius: 8px;
    background: linear-gradient(180deg, #F8FDFF 0%, #EFFAFF 100%);
}
.con4 ul li::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 18px;
    transform: rotate(-45deg);
    border: 1px solid #BAD5ED;
    border-bottom: 0;
    border-right: 0;
    width: 10px;
    height: 10px;
    background: #F8FDFF;
}
.con4 ul li .s-num {
    position: absolute;
    left: -65px;
    top: 3px;
    width: 36px;
    height: 36px;
    background:linear-gradient(180deg, #3E8CF7 0%, #7DBBF9 100%);
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    /* font-size: 20px; */
    font-weight: bold;
    letter-spacing: 1px;
}
.con4 ul li p {
    text-align: justify;
    padding: 10px 0;
}
.con4 .d-sbzs {
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.con4 .d-sbzs h4 {
    margin-right: 14px;
    padding: 0 6px 0 14px;
    line-height: 30px;
    background: linear-gradient(90deg, #469FC2 0%, #26D481 100%);
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
}
.con5 {
    display: flex;
    justify-content: space-between;
}
.con5-L {
    width: 500px;
}
.con5-L table {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
}
.con5-L th{
    box-sizing: border-box;
    border:1px solid #ddd;
    color: #fff;
    height: 50px;
    font-weight: bold;
    background: linear-gradient(180deg, #4B98F5 0%, #8ECCFA 100%);
}
.con5-L th:first-child{
    width: 288px;
}
.con5-L td {
    padding: 10px 32px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    border:1px solid #ddd;
    text-align: left;
}
.con5-L  tr td:nth-child(2) {
    text-align: center;
}
.con5-L tr:nth-child(odd) {
    background: #EFFAF9;
}

.con5-R {
    position: relative;
    width: 650px;
}
.con5-R::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/zw.png) no-repeat center center;
    background-size: auto 100%;
    width: 650px;
    height: 340px;
}
.con5-R .p-daoyu {
    margin-bottom: 20px;
}
.con5-R__item4 {
    background: linear-gradient(180deg, #F4FBFF 0%, #E7F7FE 100%);
    border: 1px solid #9CC3E5;
    padding: 27px 30px 27px;
}

.con5-R__item4 p {
    margin-bottom: 12px;
    line-height: 28px;
}
.con5-R__item4 p:last-child {
    padding-right: 100px;
}
.con6 {
    margin-bottom: 0 !important;
    background: url(../img/banner-3.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 338px;
    box-sizing: border-box;
    padding-top: 45px;
}
.con6-con {
    display: flex;
    justify-content: space-between;
}
.con6-con li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 387px;
    height: 172px;
    background: url(../img/bg-zc.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 27px 25px 25px;
}
.con6-con li .p-tit {
    margin-bottom: 16px;
    line-height: 28px;
}
.con6-con li .p-des a {
    position: relative;
    font-size: 15px;
    color: #68AEF7;
    line-height: 20px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.con6-con li .p-des a::after {
    margin-top: 2px;
    margin-left: 8px;
    content: '';
    width: 20px;
    height: 1px;
    background: #68AEF7;
}
.con6-con li .p-des a::before {
    content: '';
    position: absolute;
    left: 86px;
    top: 8px;
    transform: rotate(45deg);
    width: 8px;
    height: 1px;
    background: #68AEF7;
}