/* 公共样式 */
.title {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1100px;
    height: 90px;
    line-height: 90px;
    background: url(https://resource.gximg.cn/3f1d8a_m346gg8r42.png) top center no-repeat;
    background-size: 20%;
    font-weight: 500;
}
.title .title-word {
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: 800;
}
.title .title-word span {
    color: #098B93;
}
.common-btn {
    margin: 0 auto;
    width: 334px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    background-image: linear-gradient(90deg, #098B93 0%, #20C5B3 100%);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 12px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
}
/* 动画 */
@keyframes scale2{
    0%{ transform: scale(1);}
    100%{ transform: scale(1.1);}
}
@keyframes ballonX {
    0%{transform: translateX(-5px);}
    50%{transform: translateX(0);}
    100%{transform: translateX(-5px);}
}
@keyframes ballonY {
    0%{transform: translateY(-5px);}
    50%{transform: translateY(0);}
    100%{transform: translateY(-5px);}
}
.animation-btn {
    animation: scale2 0.8s infinite alternate linear;
}
.animation-btn2 {
    animation: ballonY 0.8s infinite alternate linear;
}

/* banner */
.banner {
    margin: 0 auto;
    max-width: 1920px;
    height: auto;
}
.banner-top {
    width: 100%;
    height: 285px;
    background: url(https://resource.gximg.cn/7c77b1_m346ge499.jpeg) center no-repeat;
    background-size: 1920px;
}
.banner-bottom {
    width: 100%;
    height: 175px;
    background: url(https://resource.gximg.cn/3889e3_m346ge6010.jpeg) center no-repeat;
    background-size: 1920px;
}
.banner-cont {
    width: 1100px;
    margin: 0 auto;
}
.banner-cont .banner-ul {
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
}
.banner-cont .banner-ul li {
    margin-left: 40px;
    position: relative;
    font-size: 23px;
    color: #FFFFFF;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 26px;
}
.banner-cont .banner-ul li:first-child {
    margin-left: 0;
}
.banner-cont .banner-ul li::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 20px;
    height: 16px;
    background: url(https://resource.gximg.cn/be6b91_m346ge7r11.png) center no-repeat;
    background-size: 100%;
}
.banner-cont .banner-btn {
    margin: 30px auto 0;
    width: 196px;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(180deg, #FFF2CC 0%, #FFCA7E 100%);
    border: 1px solid rgba(254,245,222,1);
    box-shadow: 0px 3px 7px 0px rgba(3,68,115,1);
    border-radius: 25px;
    cursor: pointer;
    font-size: 24px;
    color: #543B20;
    text-align: center;
    font-weight: 600;
}

/* 快速扫盲 */
.kssm {
    margin: 0 auto;
    max-width: 1920px;
    background: #F6F6F6;
    box-sizing: border-box;
    padding: 65px 0 78px 0;
}
.kssm-container {
    width: 1100px;
    margin: 0 auto;
}
.kssm-cont {
    margin-top: 30px;
}
.kssm-cont .cont-top {
    width: 100%;
    height: 200px;
    background: url(https://resource.gximg.cn/362ad1_m346ge9g12.png) center no-repeat;
    background-size: 100%;
    display: flex;
}
.kssm-cont .cont-top li {
    width: 50%;
    box-sizing: border-box;
}
.kssm-cont .cont-top li:first-child {
    padding-left: 32px;
}
.kssm-cont .cont-top li:nth-child(2) {
    padding-left: 32px;
}
.kssm-cont .cont-top li h2 {
    margin-top: 32px;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 600;
}
.kssm-cont .cont-top li p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 400;
}
.kssm-cont .cont-top li p:nth-child(2) {
    margin-top: 10px;
}
.kssm-cont .cont-bottom {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    background: url(https://resource.gximg.cn/5a1e99_m346geb813.png) center no-repeat;
    background-size: 100%;
    display: flex;
}
.kssm-cont .cont-bottom li {
    width: 33%;
    box-sizing: border-box;
}
.kssm-cont .cont-bottom li:first-child {
    padding-left: 32px;
}
.kssm-cont .cont-bottom li:nth-child(2) {
    margin-left: 20px;
    padding-left: 32px;
}
.kssm-cont .cont-bottom li:nth-child(3) {
    margin-left: 20px;
    padding-left: 32px;
}
.kssm-cont .cont-bottom li h2 {
    margin-top: 22px;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 600;
}
.kssm-cont .cont-bottom li p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 400;
}
.kssm-cont .cont-bottom li p:nth-child(2) {
    margin-top: 10px;
}
.kssm-cont .cont-bottom li .bottom-btn {
    margin-top: 15px;
    width: fit-content;
    height: 34px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid rgba(132,125,251,1);
    border-radius: 8px;
    font-size: 14px;
    color: #7E78FB;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
}
.kssm-cont .cont-bottom li:nth-child(2) .bottom-btn {
    border: 1px solid rgba(231,130,25,1);
    color: #E78218;
}
.kssm-cont .cont-bottom li:nth-child(3) .bottom-btn {
    border: 1px solid rgba(23,119,220,1);
    color: #1776DB;
}
.kssm .common-btn {
    margin-top: 40px;
}

/* 关键日期 */
.gjrq {
    max-width: 1920px;
    margin: 24px auto 0;
    background: url(https://resource.gximg.cn/3f1d8a_m346gg2o39.jpeg) center no-repeat;
    background-size: 110%;
}
.gjrq-container {
    width: 1110px;
    margin: 0 auto;
    box-sizing: box-sizing;
    padding: 75px 0 88px 0;
}
.gjrq-cont .cont-center {
    width: 1084px;
    height: 93px;
    background: url(https://resource.gximg.cn/68418a_m346geep15.png) center no-repeat;
    background-size: 100%;
}
.gjrq-cont .cont-top-ul, .gjrq-cont .cont-bottom-ul {
    display: flex;
}
.gjrq-cont .cont-top-ul li, .gjrq-cont .cont-bottom-ul li {
    width: 160px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
.gjrq-cont .cont-top-ul {
    margin-top: 42px;
    align-items: flex-end;
}
.gjrq-cont .time {
    font-size: 20px;
    color: #0A8D94;
    font-weight: 700;
}
.gjrq-cont .red {
    color: #E8340D;
}
.gjrq-cont .cont-top-ul li:nth-child(1) {
    margin-left: 100px;
}
.gjrq-cont .cont-top-ul li:nth-child(2) {
    margin-left: 56px;
}
.gjrq-cont .cont-top-ul li:nth-child(3) {
    margin-left: 44px;
}
.gjrq-cont .cont-top-ul li:nth-child(4) {
    margin-left: 18px;
}
.gjrq-cont .cont-top-ul li:nth-child(5) {
    margin-left: 34px;
}
.gjrq-cont .cont-bottom-ul li:nth-child(2) {
    margin-left: 46px;
}
.gjrq-cont .cont-bottom-ul li:nth-child(3) {
    margin-left: 56px;
}
.gjrq-cont .cont-bottom-ul li:nth-child(4) {
    width: 90px;
    margin-left: 64px;
}
.gjrq-cont .cont-bottom-ul li:nth-child(5) {
    width: 90px;
    margin-left: 96px;
}
.gjrq-cont .cont-bottom-ul li:nth-child(6) {
    width: 76px;
    margin-left: 112px;
}
.gjrq .common-btn {
    margin-top: 45px;
}

/* 科目简介 */
.kmjj {
    max-width: 1920px;
    margin: 0 auto;
    background: #EDF8F9;
    box-sizing: box-sizing;
    padding: 52px 0 80px 0;
}
.kmjj-container {
    width: 1100px;
    margin: 0 auto;
}
.kmjj .kmjj-cont {
    margin-top: 30px;
    width: 100%;
    height: 334px;
    display: flex;
    background: url(https://resource.gximg.cn/889771_m346geic17.png) center no-repeat;
    background-size: 100%;
}
.kmjj .kmjj-cont .cont-left {
    box-sizing: border-box;
    padding: 34px;
    width: 380px;
}
.kmjj .kmjj-cont .cont-left .cont-left-title {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 600;
    box-sizing: border-box;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.kmjj .kmjj-cont .cont-left .cont-left-desc {
    margin-top: 20px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
    font-weight: 400;
}
.kmjj .kmjj-cont .cont-right ul {
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 40px;
}
.kmjj .kmjj-cont .cont-right ul li {
    font-size: 18px;
    color: #000000;
    line-height: 46px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}
.kmjj .kmjj-cont .cont-right ul li::before {
    position: absolute;
    content: '';
    top: 18px;
    left: 0;
    width: 18px;
    height: 14px;
    background: url(https://resource.gximg.cn/889771_m346gegm16.png) center no-repeat;
    background-size: 100%;
}
.kmjj .kmjj-cont .cont-right ul li span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    font-weight: 400;
}
.kmjj .common-btn {
    margin-top: 42px;
}

/* 全套资料 */
.ziliao {
    width: 1100px;
    margin: 0 auto;
    padding-top: 126px;
}
.ziliao-title {
    margin-left: 284px;
    font-size: 25px;
    color: #098B93;
    line-height: 34px;
    font-weight: 700;
}
.ziliao-box-bottom {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 161px;
    background: url(https://resource.gximg.cn/889771_m346gek318.png) center no-repeat;
    background-size: 100%;
}
.ziliao-box-bottom .book {
    position: absolute;
    bottom: 0;
    left: 68px;
    width: 189px;
    height: 255px;
}
.ziliao-box-bottom p {
    box-sizing: border-box;
    padding-top: 18px;
    margin-left: 284px;
    font-size: 32px;
    color: #FFEFC8;
}
.ziliao-box-bottom p span {
    font-size: 38px;
    font-weight: 700;
}
.ziliao-box-bottom-form {
    margin-top: 16px;
    margin-left: 284px;
    width: 740px;
    display: flex;
    justify-content: space-between;
}
.ziliao-box-bottom-form-input1, .ziliao-box-bottom-form-input2 {
    width: 248px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
}
.ziliao-box-bottom-form-input1 input, .ziliao-box-bottom-form-input2 input {
    border: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 16px 12px;
}
.ziliao-box-bottom-form-input1 input::placeholder, .ziliao-box-bottom-form-input2 input::placeholder {
    font-size: 16px;
    color: #A0A09F;
}
.ziliao-box-bottom-form-btn {
    width: 194px;
    height: 50px;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color: #563D21;
    background-image: linear-gradient(90deg, #FFCE85 1%, #FFF0C9 100%);
    border-radius: 6px;
    cursor: pointer;
    text-shadow: 0 1px 1px #FFFFFF;
    font-weight: 700;
}

/* 课程体系 */
.kctx {
    width: 1100px;
    margin: 80px auto 0;
}
.kctx-cont {
    display: flex;
    justify-content: space-between;
}
.kctx-cont .cont-box {
    margin-top: 30px;
    width: 266px;
    height: 328px;
    cursor: pointer;
}
.kctx-cont .cont-box-top img {
    width: 100%;
    height: 156px;
    display: block;
}
.kctx-cont .cont-box-bottom {
    box-sizing: border-box;
    padding: 16px 0 0 10px;
    width: 100%;
    height: 172px;
    background: #3E3E3E;
    border-radius: 0px 0px 8px 8px;
}
.kctx-cont .cont-box:hover .cont-box-bottom {
    background: #098B93;
}
.kctx-cont .cont-box-bottom-bg {
    width: 100%;
    height: 100%;
    background: url(https://resource.gximg.cn/3e0713_m3864k9412.png) right bottom no-repeat;
    background-size: 30%;
}
.kctx-cont .cont-box-bottom .cont-title {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 700;
}
.kctx-cont .cont-box-bottom p {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 400;
}
.kctx .common-btn {
    margin-top: 30px;
}

/* 明显优势 */
.mxys {
    max-width: 1920px;
    margin: 80px auto 0;
    background: url(https://resource.gximg.cn/3f1d8a_m346gg4f40.png) center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 70px 0 80px 0
}
.mxys-container {
    width: 1100px;
    margin: 0 auto;
}
.mxys-cont {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mxys-cont .cont-box {
    width: 340px;
    height: 188px;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(5,72,76,0.16);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 42px 0 0 25px;
    cursor: pointer;
    transition: all .3s linear;
}
.mxys-cont .cont-box:hover {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
}
.mxys-cont .cont-box:nth-child(n + 4) {
    margin-top: 35px;
}
.mxys-cont .cont-box .cont-title {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
.mxys-cont .cont-box p {
    margin-top: 22px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    font-weight: 400;
}
.mxys-cont .cont-box:nth-child(4), .mxys-cont .cont-box:nth-child(6) {
    padding-top: 26px;
}
.mxys-cont .cont-box:nth-child(4) p, .mxys-cont .cont-box:nth-child(6) p {
    margin-top: 6px;
}
.mxys-cont .cont-box:nth-child(1) {
    background: url(https://resource.gximg.cn/ae38dc_m385fbn43.png) center no-repeat;
    background-size: 100%;
}
.mxys-cont .cont-box:nth-child(2) {
    background: url(https://resource.gximg.cn/ae38dc_m385fbom4.png) center no-repeat;
    background-size: 100%;
}
.mxys-cont .cont-box:nth-child(3) {
    background: url(https://resource.gximg.cn/ae38dc_m385fbq35.png) center no-repeat;
    background-size: 100%;
}
.mxys-cont .cont-box:nth-child(4) {
    background: url(https://resource.gximg.cn/ae38dc_m385fbrr6.png) center no-repeat;
    background-size: 100%;
}
.mxys-cont .cont-box:nth-child(5) {
    background: url(https://resource.gximg.cn/ae38dc_m385fbtb7.png) center no-repeat;
    background-size: 100%;
}
.mxys-cont .cont-box:nth-child(6) {
    background: url(https://resource.gximg.cn/ae38dc_m385fbux8.png) center no-repeat;
    background-size: 100%;
}
.mxys .common-btn {
    margin-top: 44px;
}

/* 报考条件 */
.bktj {
    width: 1100px;
    margin: 0 auto;
}
.bktj .title {
    margin-top: 60px;
}
.bktj-cont {
    margin-top: 24px;
    width: 1100px;
    height: 484px;
    background: url(https://resource.gximg.cn/00c74e_m346gecx14.png) center no-repeat;
    background-size: 100%;
}
.bktj-ul {
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 4px;
}
.bktj-ul li {
    margin-top: 20px;
}
.bktj-ul li:first-child {
    margin-top: 0;
}
.bktj-ul li h2 {
    box-sizing: border-box;
    padding: 0 20px;
    width: fit-content;
    height: 35px;
    line-height: 35px;
    background: #0A8D94;
    border-radius: 0 0 16px 0;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
}
.bktj-ul li:first-child h2 {
    border-radius: 10px 0 16px 0;
}
.bktj-ul li p {
    width: 620px;
    margin-left: 22px;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    font-weight: 400;
}
.bktj-ul li p:nth-child(2) {
    margin-top: 10px;
}
.bktj .common-btn {
    margin-top: 50px;
}

/* 合作伙伴样式 */
.partner {
    margin: 0 auto;
    width: 1100px;
    padding-top: 80px;
    height: auto;
    box-sizing: border-box;
}
.partner .swiper-container {
    width: 1100px;
    height: 315px;
}
.partner .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.partner .swiper-slide img {
    width: 100%;
}
#swiper6 {
    width: 100%;
    height: 100%;
}
#swiper6 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
#swiper6 .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.poster_box {
    margin: 30px 0 0;
}
.poster_box .swiper-pagination {
    left: 0;
    right: 0;
    width: 1100px;
    margin: 36px auto 0;
}
.poster_box .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid rgba(63,150,171,1);
    background: #FFFFFF;
    opacity: 1;
    margin-right: 16px;
}
.poster_box .swiper-pagination-clickable .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.poster_box .swiper-pagination-bullet-active {
    background: rgba(63,150,171,1) !important;
}
.poster_box .swiper-slide {
    width: 366px;
    height: 280px;
    border-radius: 10px;
}
.poster_box .tabImg {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide-container {
    background-image: linear-gradient(120deg, #40A2AA 0%, #3D86AD 100%);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px;
}
.swiper-slide-container .p1 {
    margin-top: 10px;
}
.swiper-slide-container .p1, .swiper-slide-container .p2 {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
}
.hzhb_btn {
    margin-top: 68px;
}
.partner .common-btn {
    margin-top: 100px;
}

/* 团队 */
.tuandui {
    margin-top: 80px;
    padding-top: 60px;
    box-sizing: border-box;
    width: 100%;
    height: 800px;
    background: url(https://resource.gximg.cn/3f1d8a_m346gg6v41.jpeg) center no-repeat;
}
.tuandui .title {
    background: url(https://resource.gximg.cn/ae38dc_m385fby610.png) top center no-repeat;
    background-size: 20%;
}
.tuandui .title .title-word {
    color: #FFFFFF;
}
.tuandui-cont {
    width: 1100px;
    margin: 40px auto 0;
    display: flex;
}
.tuandui-cont-left {
    width: 400px;
    height: 435px;
}
.tuandui-cont-left img {
    display: block;
}
.tuandui-cont-right {
    margin-left: 40px;
}
.tuandui-cont-right-box {
    display: flex;
    align-items: center;
    width: 659px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(15,182,169,1);
    border-radius: 0 10px 10px 0;
}
.tuandui-cont-right-box:nth-child(2) {
    margin: 22px 0;
}
.tuandui-cont-right-box-left {
    width: 126px;
    text-align: center;
    font-size: 58px;
    color: #2897FB;
    position: relative;
    margin-right: 20px;
    font-weight: 500;
}
.tuandui-cont-right-box-left:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 1px;
    height: 88px;
    background: #EFEDED;
}
.tuandui-cont-right-box-left img {
    margin: 0 auto;
    display: block;
    width: 98px;
    height: 77px;
}
.tuandui-cont-right-box-left span {
    font-size: 24px;
}
.tuandui-cont-right-box-right {
    width: 485px;
}
.tuandui-cont-right-box-right p:nth-child(1) {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.tuandui-cont-right-box-right p:nth-child(2) {
    font-size: 17px;
    color: #666666;
    line-height: 30px;
}
.tuandui-bottom {
    width: 1100px;
    margin: 50px auto 0;
    height: 58px;
    display: flex;
    justify-content: space-around;
}
.tuandui-bottom-left {
    width: 334px;
    height: 56px;
    line-height: 56px;
    background-image: linear-gradient(90deg, #FFCE85 1%, #FFF0C9 100%);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 12px;
    font-size: 22px;
    color: #563D21;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}
.tuandui-bottom-right {
    width: 334px;
    height: 56px;
    line-height: 56px;
    background-image: linear-gradient(90deg, #098B93 0%, #20C5B3 100%);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 12px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}
/* 服务体系 */
.fwtx {
    margin: 70px auto 0;
    width: 1100px;
    box-sizing: border-box;
    padding-bottom: 70px;
}
.fwtx-cont-top {
    margin-top: 40px;
    display: flex;
}
.fwtx-cont-top-box {
    width: 272px;
    height: 208px;
    cursor: pointer;
}
.fwtx-cont-top-box:nth-child(1) {
    background: url(https://resource.gximg.cn/2e572b_m346gf4627.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-top-box:nth-child(2) {
    margin: 0 58px;
    background: url(https://resource.gximg.cn/8e7730_m346gf5u28.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-top-box:nth-child(3) {
    background: url(https://resource.gximg.cn/feb930_m346gf7k29.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-top-box p:nth-child(1) {
    margin-top: 26px;
    margin-left: 25px;
    height: 40px;
    font-size: 22px;
    color: #333333;
    position: relative;
    font-weight: 800;
}
.fwtx-cont-top-box p:nth-child(1):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 48px;
    height: 3px;
    background: #098B93;
}
.fwtx-cont-top-box p:nth-child(2) {
    width: 215px;
    margin-top: 15px;
    margin-left: 25px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.fwtx-cont-top .active1 {
    background: url(https://resource.gximg.cn/3f1d8a_m346gfqp33.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-top .active3 {
    background: url(https://resource.gximg.cn/3f1d8a_m346gfsq34.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-top .active5 {
    background: url(https://resource.gximg.cn/3f1d8a_m346gfuu35.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-center {
    margin: 10px 0;
    width: 1100px;
    height: 51px;
    background: url(https://resource.gximg.cn/ae38dc_m385fbwh9.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-center ul {
    padding-top: 7px;
    margin-left: 117.5px;
    box-sizing: border-box;
    display: flex;
}
.fwtx-cont-center ul li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #27c0c8;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    color: #FFFFFF;
    margin-right: 130.3px;
    cursor: pointer;
}
.fwtx-cont-center ul li:last-child {
    margin-right: 0;
}
.fwtx-cont-center ul .active {
    background: #098B93;
}
.fwtx-cont-bottom {
    display: flex;
    margin-left: 164px;
}
.fwtx-cont-bottom-box {
    width: 272px;
    height: 173px;
    cursor: pointer;
}
.fwtx-cont-bottom-box:nth-child(1) {
    background: url(https://resource.gximg.cn/f6656a_m346gfd330.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-bottom-box:nth-child(2) {
    margin: 0 58px;
    background: url(https://resource.gximg.cn/3f1d8a_m346gfix31.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-bottom-box:nth-child(3) {
    background: url(https://resource.gximg.cn/3f1d8a_m346gfm632.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-bottom-box p:nth-child(1) {
    margin-top: 40px;
    margin-left: 25px;
    height: 40px;
    font-size: 22px;
    color: #333333;
    position: relative;
    font-weight: 800;
}
.fwtx-cont-bottom-box p:nth-child(1):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 48px;
    height: 3px;
    background: #098B93;
}
.fwtx-cont-bottom-box p:nth-child(2) {
    width: 215px;
    margin-top: 15px;
    margin-left: 25px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.fwtx-cont-bottom .active2 {
    background: url(https://resource.gximg.cn/3f1d8a_m346gfwp36.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-bottom .active4 {
    background: url(https://resource.gximg.cn/3f1d8a_m346gfz437.png) center no-repeat;
    background-size: 100%;
}
.fwtx-cont-bottom .active6 {
    background: url(https://resource.gximg.cn/3f1d8a_m346gg0z38.png) center no-repeat;
    background-size: 100%;
}
.fwtx .common-btn {
    margin-top: 40px;
}