.yyLis {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.yyLis li {
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #f3f3f3;
}

.yyLis li:last-child {
    border: none;
}

.yyLis li h1 {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background: #f1f6fa;
    border: 2px solid #3d64ab;
    position: relative;
    margin: 0 auto;
}

.yyLis li h1 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.yyLis li h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 15px 0 10px;
}

.yyLis li p {
    font-size: 24px;
    line-height: 1.5;
}
.xxBanner img {
    width: 100%;
    display: block;
}

.xxBanner {
    position: relative;
}

.bTxt {
    position: absolute;
    right: 0;
    top: 170px;
    width: 100%;
    color: #fff;
}

.wrap {
    width: 100%;
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
}

.wbNr {
    float: right;
}

.bTxt h1 {
    font-size: 46px;
    margin-bottom: 50px;
}


.bTxt p {
    font-size: 32px;
    line-height: 2.8;
}

.hdSy {
    padding: 40px 0 60px;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 426px;
    margin: 0 auto;
}

.title .h1 {
    font-size: 32px;
    font-weight: bold;
}

.title span {
    height: 2px;
    width: 50px;
    background: #0f1112;
}

.tubiao {
    background: url(../images/section_3.png) no-repeat center center;
    height: 20px;
    width: 60px;
    margin: 20px auto 50px auto;
}

.hdLis {
    overflow: hidden;
}

.hdSy .title {
    width: 272px;
}

.hdLis dl {
    display: flex;
}

.hdLis dl dd {
    width: 400px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hdLis dl dd img {
    width: 100%;
    display: block;
}

.hdZi {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}

.bmBtn {
    font-weight: bold;
    width: 396px;
    line-height: 64px;
    color: #fff;
    font-size: 30px;
    background: linear-gradient(90deg, #2C55A2, #4865AE, #00ADE9);
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 40px;
    transition: 200ms;
}

.bmBtn:hover {
    border-radius: 20px;
}

.xxNew {
    border-top: 1px solid #00ade9;
    border-bottom: 1px solid #00ade9;
    padding: 60px 0 60px 0;
}

.xxNew .title {
    

}

.myNewsSwiper dl dt {
    width: 100%;
    height: 229px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background: #000;
}

.myNewsSwiper dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.myNewsSwiper dl dt .spBtn {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition-duration: .5s;
}

.myNewsSwiper dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.myNewsSwiper dl:hover dt .spBtn {
    opacity: 1;
}

.myNewsSwiper dl dd h1 {
    font-size: 22px;
    font-weight: normal;
    padding: 15px 0;
}

.myNewsSwiper dl dd p {
    font-size: 16px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

.myNewsSwiper dl dd .homeMore {
    margin: 20px 0 0;
}

.fAq .title {
    width: 332px;
    padding-top: 80px;
}

.subNavBox {
    width: 100%;
    padding-bottom: 80px;
}

.subNav {
    display: block;
    width: 100%;
    height: 51px;
    display: flex;
    align-items: center;
 
    color: #555;
    background: linear-gradient(90deg, #2C55A2, #4865AE, #00ADE9);
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 25px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.subNav i {
    display: block;
    position: absolute;
    right: 30px;
    width: 34px;
    height: 36px;
    background: url(../images/jia.png) no-repeat center;
}

.currentDt {
    margin-bottom: 0;
}

.currentDt i {
    background: url(../images/jian.png) no-repeat right center;
}

.navContent {
    display: none;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 22px;color: #666;line-height: 1.8;
}

.kcLis:after {
    content: '';
    clear: both;
    display: block;
}

.kcLis dl {
    width: 47%;
    float: left;
    min-height: 430px;
}

.kcLis dl:nth-child(2n) {
    float: right;
}

.kcLis dl dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.kcLis dl dt h1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    background: #2c56a3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kcLis dl dt h2 {
    width: calc(98% - 50px);
    /* width: -webkit-calc(98% - 50px); */
	width:95%;
    background: url(../images/bg.png) no-repeat center;
    height: 50px;
    padding-left: 34px;
    font-size: 26px;
    color: #fff;
    line-height: 50px;
}

.kcLis dl dd {
    padding-left: 60px;
    font-size: 18px;
    line-height: 2.4;
    min-height: 26 0px;
}

.kcLis dl dd .nrZi {
    position: relative;
    padding-left: 15px;
}

.kcLis dl dd .nrZi:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}