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: 52px !important;
}
.h2-tit {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h2-tit::before {
    content: '';
    flex: 1;
    height: 2px;
    background: #9FD3FD;
}
.h2-tit::after {
    content: '';
    flex: 1;
    height: 2px;
    background: #9FD3FD;
}
.h2-tit .a-tit{
    padding: 0 21px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #2184CE;
    line-height: 46px;
    letter-spacing: 1px;
    /* -webkit-text-stroke: 1px #fff; */
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}
.h2-tit .a-tit::before {
    margin-right: 41px;
    content: "";
    width: 35px;
    height: 32px;
    background: url(../img/title-l.png) no-repeat center center;
    background-size:100% 100%;
}
.h2-tit .a-tit::after {
    margin-left: 41px;
    content: "";
    width: 35px;
    height: 32px;
    background: url(../img/title-r.png) no-repeat center center;
    background-size:100% 100%;
}
.h3-tit {
    margin-bottom: 12px;
    display: flex;
    align-items: center ;
    font-size: 22px;
    color: #2184CE;
    line-height: 30px;
    font-weight: normal;
}
.h3-tit a{
    color: #2184CE;
}
.h3-tit::before {
    content: '';
    margin-right: 8px;
    width: 7px;
    height: 23px;
    background: linear-gradient(180deg, #008EFF 0%, #68BDFF 100%);
}
.con1 {
    box-sizing: border-box;
    padding: 53px 38px 0;
    height: 242px;
    background: url(../img/bg-1.jpg) no-repeat center center;
    background-size: auto 100%;
    color: #2184CE;
    line-height: 38px;
    text-indent: 2em;
  
}
.con1 span {
    padding-bottom: 5px;
    border-bottom:1px dashed ;
}
.p-daoy {
    margin-bottom: 20px;
    text-indent: 2em;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con2 ul li {
    margin-bottom: 14px;
    position: relative;
    border: 1px solid #A5D0FA;
    padding: 11px 22px 11px 35px;
    font-size: 18px;
    color: #555555;
    line-height: 32px;
}
.con2 ul li span {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #008EFF 0%, #68BDFF 100%);
}

.con3 {
    box-sizing: border-box;
    padding-top: 52px;
    height: 590px;
    background: url(../img/banner-2-1.jpg) no-repeat center center;
    background-size: auto 100%;
}
.con3-con {
    display: flex;
    justify-content: space-between;

}
.con3-L,.con3-R {
    box-sizing: border-box;
    padding: 24px 16px 0;
    background: linear-gradient(180deg, #E4F8FF 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
}
.con3-L {
    width: 784px;
}
.con3-L ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con3-L ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 28px;
  
    width: 49%;
}
.con3-L ul li a {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.con3-L ul li::before {
    content: '';
    margin-right: 6px;
    width: 18px;
    height: 18px;
    background: url(../img/wd.png) no-repeat;
    background-size: 100% 100%;
}
.con3-R {
    width: 400px;
}
.con3-R li {
    display: flex;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}
.con3-R li::before {
    content: '·';
    margin-right: 6px;
}
.con4 table,.con5 table {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
}
.con4 th,.con5 th{
    border:1px solid #ddd;
    color: #fff;
    height: 50px;
    background:  linear-gradient(180deg, #008EFF 0%, #68BDFF 100%);
}
.con4 th:first-child{
    width: 192px;
}
.con4 td,.con5 td {
    padding-left: 20px;
    border:1px solid #ddd;
    height: 50px;
    line-height: 32px;
}
.con4 tr:nth-child(odd) ,.con5 tr:nth-child(odd) {
    background: #ECFAFF;
}
.con5 th:first-child{
    width: 175px;
}
.con5 th:last-child {
    width: 231px;
}
.con5 td {
    text-align: center;
    padding: 10px 0;
}
.con5 td a {
    color: #207BE8;
    text-decoration: underline;
}
.con6 h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #333;
}
.box1 {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, #F5FCFF 0%, #EAFAFF 100%);
    border-radius: 8px;
    border: 1px solid #ACD3EE;
    padding: 25px 32px;
   
}
.box1_L {
    margin-right: 18px;
    font-size: 20px;
    color: #2184CE;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: right;
}
.box1_L p {
    margin-bottom: 22px;
}
.box1_R {
    position: relative;
    padding-left: 23px;
    flex: 1;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}

.box1_R .box1_R__tit {
    margin-bottom: 22px;
    position: relative;
}
.box1_R .box1_R__tit::before {
    content: '';
    position: absolute;
    left: -23.5px;
    top: 14px;
    width: 7px;
    height: 7px;
    background: #2184CE;
    border-radius: 50%;
}
.box1_R .box1_R__tit::after {
    content: '';
    position: absolute;
    left: -20.5px;
    top: 25px;
    bottom: -32px;
    width: 1px;
    background: #2184CE;
}
.box1_R .box1_R__tit:last-child::after {
    display: none;
}
.d-tip {
    margin: 14px 0 38px;
    font-size: 18px;
    color: #E0561E;
    line-height: 32px;
    letter-spacing: 1px;
}
.d-tip img {
    margin-right: 10px;
}
.box1_R__tit .p-tit {
    color: #2184CE;
}
.box1_R__tit .p-des {
    font-size: 18px;
    line-height: 32px;
}
.con7 {
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 52px;
    height: 434px;
    background: url(../img/banner-3-2.jpg) no-repeat center center;
    background-size: auto 100%;
}
.con7-con {
    box-sizing: border-box;
    padding-left: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con7-con_L {
    margin-right: 32px;
}
.con7-con_C {
    flex:1;
}
.con7-con_C h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #2170CE;
    line-height: 34px;
    letter-spacing: 1px;
}
.con7-con_C .d-tit {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con7-con_C .d-tit a {
    color: #207BE8;
    text-decoration: underline;
}
.con7-con_C p {
    margin-bottom: 26px;
    padding-left: 118px;
    font-size: 16px;
    line-height: 34px;
}