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 {
    position: relative;
    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: 460px;
    height: 36px;
    margin-right: 67px;
    background: url(../img/title-l.png) no-repeat center center;
    background-size: auto 100%;
}
.h2-tit::after {
    content: '';
    width: 460px;
    height: 36px;
    margin-left: 67px;
    background: url(../img/title-r.png) no-repeat center center;
    background-size: auto 100%;
}
.h2-tit span {
    position: absolute;
    left: 50%;
    top:-7px;
    transform: translateX(-50%);
    font-size: 28px;
    color: #0492E1;
    line-height: 40px;
    opacity: 0.2;
}
.h3-tit {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #4182C8;
    line-height: 32px;
}
.h3-tit::before {
    content: '';
    margin-right: 12px;
    width: 7px;
    height: 23px;
    background: linear-gradient(180deg, #3E8CF7 0%, #7DBBF9 100%);
}
.a-blue {
    color: #3D79E1;
}
.con1 .h2-tit {
    margin-bottom: 5px;
}
.con1-con {
    background: url(../img/kk-1.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 210px;
    box-sizing: border-box;
    padding: 79px 63px 49px 55px;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 1px;
}
.con2-con {
    display: flex;
    justify-content: space-between;
}
.con2-L {
    width: 776px;
}
.con2-L li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #AECFF6;
    padding: 11px;
}
.con2-L li:last-child {
    margin-bottom: 0;
}
.con2-L li img {
    margin-right: 14px;
    width: 34px;
}
.con2-L li p {
    flex: 1;
    line-height: 30px;
    text-align: justify;
}
.con2-R {
    position: relative;
    box-sizing: border-box;
    padding: 24px 26px 0;
    width: 392px;
    background: linear-gradient(180deg, #EEFAFE 0%, #D9F3FE 100%);
}
.con2-R::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 342px;
    height: 220px;
    background: url(../img/zs.png) no-repeat center center;
    background-size: 100% 100%;
}
.con2-R li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #4182C8;
    line-height: 34px;
    letter-spacing: 1px;
}
.con2-R li a {
    color: #4182C8;
    text-decoration: underline;
}
.con2-R li::before {
    content: '';
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: url(../img/arrow.png) no-repeat center center;
    background-size: 100% 100%;
}
.con3 {
    box-sizing: border-box;
    padding-top: 60px;
    height: 517px;
    background: url(../img/banner-2.jpg) no-repeat center center;
    background-size: auto 100%;
}
.con3-con {
    background: linear-gradient(180deg, #E8F7FE 0%, #FFFFFF 100%);
    border-radius: 12px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding:30px;
}
.con3-con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con3-con ul li {
    display: flex;
    width: 555px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    border-bottom: 1px dashed #979797;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.con3-con ul li::before {
    content: '';
    margin-top: 14px;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background: #0492E1;
    border-radius: 50%;
}
.con3-con ul li a {
    flex: 1;
}
.con4-con {
    background: linear-gradient(180deg, #EEFAFE 0%, #D9F3FE 100%);
    box-shadow: 0px 7px 0px 0px #83BBF9;
    border-radius: 12px;
    padding: 36px 30px;
    border: 1px solid #83B4DE;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con4-con li {
    width: 242px;
    margin-bottom: 39px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.con4-con li .d-tit {
    margin-bottom: 12px;
    display: flex;
    line-height: 34px;
    background: url(../img/czlc-0.png) no-repeat center center;
    background-size: auto 100%;
}
.con4-con li .d-tit .a-num{
    padding-left: 7px;
    padding-right: 16px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.con4-con li .p-des {
    flex: 1;
    margin-bottom: 9px;
    font-size: 15px;
    color: #555555;
    line-height: 20px;
}
.con4-con li .d-img img {
    width: 100%;
}
.con4-con2 {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
}
.con4-con2-item {
    box-sizing: border-box;
    width: 580px;
    background: linear-gradient(180deg, #EEFAFE 0%, #D9F3FE 100%);
    box-shadow: 0px 7px 0px 0px #83BBF9;
    border-radius: 12px;
    padding: 20px 20px 0 30px;
    border: 1px solid #83B4DE;
}
.con4-con2-item dl {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.con4-con2-item dt {
    width: 270px;
    font-size: 20px;
    line-height: 34px;
    text-indent: 2em;
    text-align: justify;
}
.con4-con2-item dd {
    width: 230px;
}
.con4-con2-item dd img {
    width: 100%;
}
.con5 {
    padding-top: 62px;
    box-sizing: border-box;
    background: url(../img/banner-3.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 531px;
}
.con5-con {
    display: flex;
    justify-content: space-between;
}
.con5-con__item {
    box-sizing: border-box;
    width: 387px;
    background: linear-gradient(180deg, #D9F3FE 0%, #FFFFFF 100%);
    box-shadow: 0px 7px 0px 0px rgba(131,187,249,0.45);
    border-radius: 12px;
    border: 1px solid #83B4DE;
}
.con5-con__item h3 {
    background: url(../img/btys.png) no-repeat center center;
    background-size: auto 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.con5-con__item p {
    margin: 30px 43px 45px;
    line-height: 30px;
    letter-spacing: 1px;
}
.con5 .d-tip {
    margin-top: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con5 .d-tip__tit {
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 38px;
    letter-spacing: 1px;
    background: linear-gradient(95deg, #FF9F5E 0%, #ED704B 100%);
    border-radius: 21px;
}
.con5 .d-tip__tit img {
    margin-right: 5px;
}
.con5 .d-tip p {
    margin-left: 11px;
    font-size: 20px;
    color: #ED704B;
    line-height: 27px;
    letter-spacing: 1px;
}
.slide1 {
    position: relative;
}
.slide1 .bd {
    overflow: hidden;
}
.slide1 .bd li {

    margin: 0 10px;
    box-sizing: border-box;
    width: 387px !important;
    height: 202px;
    border-radius: 5px;
    padding: 28px 16px 0;
    background: linear-gradient(180deg, #F4FBFF 0%, #E7F7FE 100%);
}
.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;
}
