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: 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: #0492E1;
    line-height: 46px;
    letter-spacing: 1px;
}
.h2-tit::before {
    content: '';
    width: 310px;
    height: 30px;
    margin-right: 36px;
    background: url(../img/title-l.png) no-repeat center center;
    background-size: auto 100%;
}
.h2-tit::after {
    content: '';
    width: 310px;
    height: 30px;
    margin-left: 36px;
    background: url(../img/title-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 {
    background: url(../img/bg-1.jpg) no-repeat center center;
    background-size: auto 100%;
    box-sizing: border-box;
    height: 187px;
    padding: 56px 44px 0;
    color: #147FEA;
    line-height: 44px;
}
.con1 p {
    border-bottom: 1px dashed #98C1E4 ;
}
.con2 {
    background: url(../img/ys-1.png) no-repeat right bottom;
    background-size: 300px 300px;
}
.con2 dl {
    margin-bottom: 42px;
    width: 906px;
}
.con2 dl dt {
    margin-bottom: 14px;
    display: flex;
    line-height: 56px;
    height: 56px;
    background: url(../img/title-1.png) no-repeat left center;
    background-size: auto 100%;
    letter-spacing: 1px;
    font-size: 22px;
}
.con2 dl dt .s-num {
    margin-left: 14px;
    margin-right: 31px;
    font-weight: bold;
    color: #FFFFFF;
}
.con2 dl dd {
    line-height: 30px;
}
.con3 {
    background: url(../img/banner-2.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 350px;
    box-sizing: border-box;
    padding-top: 45px;
}
.con3-con {
    display: flex;
    justify-content: space-between;
}
.con3-con__item {
    border-top: 5px solid #5EAAFF;
    box-sizing: border-box;
    padding: 30px 32px 0;
    width: 588px;
    height: 180px;
    background: linear-gradient(180deg, #E8F7FE 0%, #FFFFFF 100%);
    border-radius: 4px;
}
.con3-con__item  .p-tit{
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con3-con__item  .p-info {
    display: flex;
    justify-content: space-between;
    color: #777777;
    line-height: 30px;
}
.con4-con {
    display: flex;
    justify-content: space-between;
}
.con4-L {
    flex:1;

}
.con4-L dl {
    margin-bottom: 53px;
}
.con4-L dt {
    margin-bottom: 12px;
    font-size: 24px;
    color: #4182C8;
    line-height: 32px;
}
.con4-L dd {
    font-size: 20px;
    color: #555555;
    line-height: 34px;
    letter-spacing: 1px;
}
.con4-L dd a{
    color:#FF6D09;
    font-size: 24px;
}
.con4-R {
    width: 500px;
    height: 250px;
    background: url(../img/ys-2.png) no-repeat center center;
    background-size: auto 100%;
}
.con4-R-con {
    padding: 34px 198px 0 42px ;
}
.con4-R-con h3 {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 4px 0 17px;
    line-height: 30px;
    background:linear-gradient(180deg, #3E8CF7 0%, #7DBBF9 100%);
    border-radius: 18px;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: normal;
}
.con4-R-con p {
    font-size: 17px;
    color: #147FEA;
    line-height: 28px;
}
.con5 {
    background: url(../img/banner-3.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 536px;
    box-sizing: border-box;
    padding-top: 52px;
}
.con5-con {
    box-sizing: border-box;
    padding: 30px 28px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, #E8F7FE 0%, #FFFFFF 100%);
    border-radius: 12px;
    border: 2px solid #FFFFFF;
}
.con5-L {
    width: 683px;
}
.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 #AECFF6;
}
.list1 li:last-child {
    margin-bottom: 0;
}
.list1 li img {
    margin-right: 14px;
    width: 34px;
}
.con5-R {
    width: 423px;
    background: url(../img/bg-2.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 24px 30px 0;
    box-sizing: border-box;
}
.con5-R p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #3D79E1;
    line-height: 34px;
}
.con5-R p a {
    color: #3D79E1;
    text-decoration: underline;
}
.con6 .p-daoy {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con6-con {
    position: relative;
    padding: 32px 40px 32px 45px;
    background: linear-gradient(180deg, #F5FCFF 0%, #EAF8FF 100%);
    box-shadow: 0px 7px 0px 0px #A8D0FB;
    border-radius: 12px;
    border: 1px solid #A8CBE8;
}
.con6-con::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 130px;
    background: url(../img/ys-3.png) no-repeat center center;
    background-size: 100% 100%;
}
.con6-con li {
    position: relative;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}
.con6-con li::before {
    content: '';
    width: 10px;
    height: 10px;
    background:  linear-gradient(180deg, #3E8CF7 0%, #7DBBF9 100%);
    border-radius: 50%;
    
}
.con6-con li::after {
    content: '';
    width: 1px;
    position: absolute;
    left: 4.5px;
    top: 50%;
    bottom: -41px;
    transform: translateY(9px);
    background: #5AA0F3;
}
.con6-con li:last-child {
    margin-bottom: 0;
}
.con6-con li:last-child::after {
    display: none;
}
.con6-con li:last-child .p-con {
    width: 684px;
}
.con6-con li .li-tit{
    margin: 0 27px 0 34px;
    width: 200px;
    line-height: 44px;
    background: linear-gradient(180deg, #3E8CF7 0%, #7DBBF9 100%);
    border-radius: 23px;
    text-indent: 0.5em;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.con6-con li .p-con {
    width: 836px;
    color: #4182C8;
    line-height: 28px;
}
.con7 {
    margin-bottom: 0 !important;
    padding-bottom: 60px;
}
.con7 table {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
}
.con7 th{
    border:1px solid #ddd;
    color: #fff;
    height: 50px;
    font-weight: bold;
    background:  linear-gradient(180deg, #4B98F5 0%, #8ECCFA 100%);
}
.con7 th:first-child{
    width: 365px;
}
.con7 th:last-child{
    width: 224px;
}
.con7 td {
    padding: 10px 32px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    border:1px solid #ddd;
}
.con7 tr td:last-child {
    text-align: center;
}
.con7 tr:nth-child(odd) {
    background: #ECFAFF;
}
