@charset "utf-8";

.banner {
    width: 100%;
    height: 4rem;
    /* background: #ccc; */
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mySwiper .swiper-button-next {
    background: url(../scheme/rlb.png) no-repeat;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    right: 3%;
}

.mySwiper .swiper-button-prev {
    background: url(../scheme/zlb.png) no-repeat;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    left: 3%;
}

.mySwiper .swiper-pagination span {
    width: 8px;
    height: 8px;
    border-radius: 0px;
    background: #fff;
    right: 10%;
    opacity: 1;

}



.mySwiper .swiper-pagination-bullet-active {
    width: 32px !important;
    background: #1B62CE !important;
}


.mySwiper .swiper-button-prev:after {
    content: '' !important;
}

.mySwiper .swiper-button-next:after {
    content: '' !important;
}

.secondwrap {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 42px;
}

.xwzxbox {

    margin-top: 0;

    position: relative;

    width: 1600px;

    margin: 0 auto;

    padding-bottom: 52px;
}

.xwzxbox_left {
    width: 672px;
    float: left;
    height: 412px;
}

.xwzxbox_right {

    width: 890px;

    float: right;

    height: 412px;

    position: relative;
}

.xwzxTITLE {

    border-bottom: 4px solid rgb(240, 240, 239);

    padding-bottom: 17px;

    margin-bottom: 30px;
}

.xwzxTITLE h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(51, 51, 51);
}

.mySwipers .swiper-slide {
    position: relative;
}

.mySwipers .swiper-slide img {
    width: 100%;
}

.mySwipers .swiper-slide div {
    width: 100%;
    height: 60px;
    background: rgb(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;

}

.mySwipers .swiper-slide div h2 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 60px;
    text-align: left;
    padding-left: 3%;
}

.mySwipers .swiper-slide div h2 a {
    color: rgb(255, 255, 255);

}

.mySwipers .swiper-pagination2 {

    width: auto !important;

    right: 0;

    /* left: 15% !important; */

    bottom: 62px !important;
}

.mySwipers .swiper-pagination2 span {
    width: 26px;
    height: 4px;
    border-radius: 100px;
    background: #d1d1d1;
    right: 10%;
    opacity: 1;
}

.mySwipers .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 26px !important;
    background: #1B62CE !important;
}

.lieb_titl {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    background: url(../scheme/599.png) no-repeat right;
}

.lieb_titl_left {

    display: flex;

    float: left;

    width: 110px;

    height: 110px;

    border-radius: 6px;

    background: rgb(240, 240, 239);

    justify-content: center;

    flex-direction: column;

    align-items: center;
}

.lieb_titl_left span {
    color: rgb(27, 98, 206);
    font-family: Arimo;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0px;
}

.lieb_titl_left p {
    color: rgb(81, 81, 81);
    font-family: Arimo;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
}

.lieb_titl_right {

    float: right;

    width: 75%;
}

.lieb_titl_right h2 a {
    display: block;
    color: rgb(51, 51, 51);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 33px;
    width: 93%;
    display: -webkit-box;
    /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置盒子的垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制在3行 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 多行时显示省略符号 */
    white-space: normal;
    /* 使用正常的白空格处理方式，允许换行 */
}

.lieb_titl_right p {
    color: rgb(153, 153, 153);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    padding-top: 14px;
    width: 90%;
    display: -webkit-box;
    /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置盒子的垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制在3行 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 多行时显示省略符号 */
    white-space: normal;
    /* 使用正常的白空格处理方式，允许换行 */
}

.box2 {

    margin-top: 60px;
}

.box2_left {
    float: left;
    width: 480px;
}













.box2_right {
    float: right;
}


#title {
    width: 300px;
    margin: 3% auto 0;
}

#title h2 {
    font-size: 18px;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #a3a3a3;
    padding: 20px 20px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

h3 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

/* box */

.box {}

.tab_menu {
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.tab_menu li {
    width: 100px;
    float: left;
    height: auto;
    color: #999999;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    width: auto;
    height: 42px;
    cursor: pointer;
    color: rgb(153, 153, 153);
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 0px;
    white-space: nowrap;
    border-radius: 4px 0 0 4px;
    background: #fff;
    border: 1px solid #dcdfe6;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
}

.tab_menu li.current {
    color: #fff;
    background: #337ab7;
}

.tab_menu li a {
    color: #fff;
    text-decoration: none;
}

.tab_menu li.current a {
    color: #333;
}

.tab_box {}

.tab_box li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.tab_box li span {
    margin: 0 5px 0 0;
    font-family: "宋体";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

.tab_box .hide {
    display: none;
}

.tab_box div img {
    width: 100%;
    cursor: pointer;
}

.box2_right ul li {
    float: left;
    position: relative;
    width: 215px;
    height: 300px;
    margin-left: 22px;
    overflow: hidden;
}

.box2_right ul li img {
    width: 100%;
}

.box2_right ul li div h2 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 23px;
}

.box2_right ul li div a {
    display: block;
    width: auto;
    height: 14px;
    background: url(../scheme/jtfff.png) no-repeat;
}

.box2_right ul li:hover div a {
    display: block;
    width: auto;
    height: 14px;
    background: url(../scheme/jtblue.png) no-repeat;
}

.box2_right ul li:hover h2 {
    color: #0098E6;
}

.box2_right ul li div {
    position: absolute;
    top: 45px;
    left: 30px;
}

.box2_right ul li>a {

    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: 9;
}

.box3 {
    margin-top: 60px;
}

.box3title {
    margin-bottom: 26px;
}

.box3title h2 {
    color: rgb(51, 51, 51);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
}










.tyjs_jsfw {
    width: 100%;
    height: 536px;
}

.tyjs_jsfw ul {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.tyjs_jsfw ul li {
    position: relative;
    width: 4.9rem;
    height: 100%;
    /* background: url(images/sfqbacimg010328.jpg) no-repeat center; */
    /* transition: all 1s; */
    overflow: hidden;
    margin-left: 0.1rem;
    background-size: 100% 100% !important;
    box-shadow: inset 0px -136px 100px -82px rgb(0 0 0 / 80%);
}

.tyjs_jsfw ul li .jsfw_moren {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 447px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.tyjs_jsfw ul li .jsfw_moren .jsfw_logo {
    margin-top: 397px;
    width: .3906rem;
    height: .3906rem;
    /* background: url(images/sfqjslogo.png) no-repeat center / cover; */
    /* text-align: left; */
}

.tyjs_jsfw ul li .jsfw_moren p:nth-child(2) {
    height: auto;
    line-height: initial !important;
    margin-top: 0;
    font-size: 24px;
    color: #FFFFFF;
}

.tyjs_jsfw ul li .jsfw_moren p:nth-child(3) {
    font-size: .1rem;
    color: #fff;
    margin-top: 0.15rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.18rem;
}

.tyjs_jsfw ul li .jsfw_xianshi {
    opacity: 0;
    position: absolute;
    bottom: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 1s;
    background: url(../scheme/sfqxianshibac0328.png) no-repeat center / cover;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont {
    width: 83%;
    margin: 0 auto;
    margin-top: 270px;
    line-height: 1;
    /* cursor: pointer; */
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont .jsfw_tubiao {
    width: .3906rem;
    height: .3906rem;
}


.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont h3 {
    margin-top: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
    text-align: left;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont h3 a {
    font-size: 24px;
    color: #fff;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont h3:hover {
    transform: translateY(-0.05rem);
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont .xianshi_p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
    transition: all 0.5s;
    width: 100%;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont .xianshi_p:hover {
    transform: translateY(-0.05rem);
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont .xianshi_fzhy {
    font-size: 0.22rem;
    color: #fff;
    margin-top: 0.7rem;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont dl {
    margin-top: 0.28rem;
    display: flex;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont dl dd {
    margin-right: 1rem;
    /* cursor: pointer; */
    transition: all 0.5s;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont dl dd .tubiao_logo {
    width: 0.55rem;
    height: 0.5rem;
    margin: 0 auto;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont dl dd p {
    font-size: 0.2rem;
    color: #fff;
    opacity: 0.8;
    margin-top: 0.1rem;
    text-align: center;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont dl dd:nth-child(2) .tubiao_logo {}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont dl dd:nth-child(3) .tubiao_logo {}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont dl dd:hover {
    transform: translateY(-0.05rem);
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont .jsfw_gengduo {
    width: 140px;
    height: 46px;
    border: 1px solid #ffffff;
    border-radius: 0;
    line-height: 46px;
    margin-top: 38px;
    transition: all 1s;
    cursor: pointer;
    background: url(../scheme/zh3.png) no-repeat 106px 20px;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont .jsfw_gengduo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    padding-left: 24px;
}

.tyjs_jsfw ul li .jsfw_xianshi .jsfw_cont .jsfw_gengduo:hover {
    transform: translateY(-0.05rem);
}

.tyjs_jsfw ul li:nth-child(1) {
    background: url(../scheme/jz1.png) no-repeat 93%;
    margin-left: 0;
}

.tyjs_jsfw ul li:nth-child(2) {
    background: url(../scheme/jz2.png) no-repeat 93%;
}

.tyjs_jsfw ul li:nth-child(3) {
    background: url(../scheme/jz3.png) no-repeat 53%;
}

.tyjs_jsfw ul li:nth-child(4) {
    background: url(../scheme/jz4.png) no-repeat 53%;
}

.tyjs_jsfw ul li:nth-child(5) {
    background: url(../scheme/jz5.png) no-repeat 53%;
}

.tyjs_jsfw ul li:nth-child(3) .jsfw_logo {
    background: url(zichanguanli-zichantaizhang.png) no-repeat center / cover;
}

.tyjs_jsfw ul li.active {
    /* width: 100%; */
    /* transition: all 0.5s; */
    /* background-size: 100% 100%; */
}

.tyjs_jsfw ul li.active .jsfw_moren {
    opacity: 0;
    bottom: -100%;
    transition: all 1s;
}

.tyjs_jsfw ul li.active .jsfw_xianshi {
    opacity: 1;
    left: 0;
    bottom: 0;
    transition: all 1s;

}


.box2_right ul li:hover img {
    transform: scale(1.1);
    transition: all 0.8s;
}


@media screen and (max-width: 1600px) {

    .secondwrap {
        width: 1240px;
    }

    .xwzxbox_left {
        width: 601px;
        height: 382px;
    }

    .xwzxbox_right {
        width: 566px;
        height: 354px;
    }

    .m1b2 ul li:nth-child(6) {
        display: none;
    }

    .m1b2 {
        width: 100%;
        display: none;
    }

    .box2_left {
        width: 100%;
        float: none;
    }

    .box2_right {
        float: none;
    }

    .box2_right ul li {
        width: 186px;
        height: auto;
    }

    .box2_right ul li img {
        height: 100%;
    }

    .xwzxbox {
        margin-top: 0;
        position: relative;
        width: 1200px;
        margin: 0 auto;
        padding-bottom: 52px;
    }
.m1b2s ul li:nth-child(6) {
    display: none;
}
    .ywlywrap {
        width: 1200px !important;
    }

    .fyxwwrap {
        width: 1200px !important;
    }

    .fyxwwrap ul li {
        width: 205px !important;

    }

    .fyxwwrap ul li div {
        height: 125px !important;
    }

}

@media screen and (max-width: 750px) {
    .banner {
        height: 375px;
    }

    .mySwiper .swiper-button-prev {
        width: 45px;
        height: 45px;
        display: none;
    }

    .mySwiper .swiper-button-next {
        width: 45px;
        height: 45px;
        display: none;
    }

    .xwzxbox {
        margin-top: 0;
        width: 87%;
    }

    .secondwrap {
        width: 90%;
    }


    .xwzxTITLE {
        border-bottom: 2px solid rgb(240, 240, 239);
        padding-bottom: 17px;
        margin-bottom: 20px;
    }

    .xwzxTITLE h2 {
        font-size: 22px;
    }

    .m1a2b span {
        height: auto;
        cursor: pointer;
        color: rgb(153, 153, 153);
        /* margin: 0 7px; */
        font-size: 18px;
        letter-spacing: 0px;
        /* padding-bottom: 12px !important; */
    }

    .xwzxbox_left {
        width: 100%;
        height: auto;
        float: none;
    }

    .xwzxbox_right {
        width: 100%;
        float: none;
        height: auto;
        position: initial;
        margin-top: 27px;
    }

    .mySwipers .swiper-pagination2 {
        /* left: 71% !important; */
        bottom: 13px !important;
    }

    .mySwipers .swiper-pagination2 span {
        width: 10px;
        height: 10px;
    }

    .lieb_titl_left {
        width: 83px;
        height: 83px;
    }

    .lieb_titl_left span {
        color: rgb(27, 98, 206);
        font-family: Arimo;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    .lieb_titl_left p {
        color: rgb(81, 81, 81);
        font-family: Arimo;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    .lieb_titl_right {

        float: right;

        width: 75%;
    }

    .lieb_titl_right h2 a {
        display: block;
        color: rgb(51, 51, 51);
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 25px;
        width: 93%;
        display: -webkit-box;
        /* 作为弹性伸缩盒子模型显示 */

        /* 设置盒子的垂直排列 */
        -webkit-line-clamp: 1;
        /* 限制在3行 */
        overflow: hidden;
        /* 隐藏溢出的内容 */

        /* 多行时显示省略符号 */

        /* 使用正常的白空格处理方式，允许换行 */
    }

    .lieb_titl_right p {
        color: rgb(153, 153, 153);
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 24px;
        padding-top: 5px;
        width: 90%;
        display: -webkit-box;
        /* 作为弹性伸缩盒子模型显示 */
        -webkit-box-orient: vertical;
        /* 设置盒子的垂直排列 */
        -webkit-line-clamp: 2;
        /* 限制在3行 */
        overflow: hidden;
        /* 隐藏溢出的内容 */
        text-overflow: ellipsis;
        /* 多行时显示省略符号 */
        white-space: normal;
        /* 使用正常的白空格处理方式，允许换行 */
    }


    .lieb_titl {
        padding-bottom: 16px;
    }


    .m1b2 li a p {
        font-size: 18px;
        align-items: center;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .m1a1 {
        /* display: flex; */
        /* align-items: center; */
        border-bottom: 2px solid rgb(240, 240, 239);

    }
.m1b2 li a i {
    font-size: 16px;
    color: rgb(153, 153, 153);
    display: none;
}
    .m1b {
        margin-top: 20px;
    }




    .tab_menu {
        overflow: hidden;
        border-bottom: 1px solid #F0F0EF;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .tab_menu li {
        width: 100px;
        float: left;
        height: auto;
        color: #999999;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
    }

    .tab_menu li.current {
        font-weight: 700;
        text-align: left;
        width: auto;
    }

    .tab_menu li a {
        color: #fff;
        text-decoration: none;
    }

    .tab_menu li.current a {
        color: #333;
    }

    .tab_box {}

    .tab_box li {
        height: 24px;
        line-height: 24px;
        overflow: hidden;
    }
    .m1b2s li {
    display: flex;
    height: auto;
    align-items: center;
    /* border-bottom: 1px solid #EEEEEE; */
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    transition: all .3s ease;
}
.m1b2s li a i {
display:none;
}
    .m1b2s li a p {
    font-size: 18px!important;
    align-items: center;
    width: 100%!important;
    height: auto;
    line-height: normal;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s ease;
}
    .tab_box li span {
        margin: 0 5px 0 0;
        font-family: "宋体";
        font-size: 12px;
        font-weight: 400;
        color: #ddd;
    }

    .tab_box .hide {
        display: none;
    }

    .tab_box div img {
        width: 100%;
        cursor: pointer;
    }

    .box2_right ul li {
        float: left;
        position: relative;
        width: 47%;
        height: auto;
        margin-left: 20px;
        overflow: hidden;
        margin-right: 0;
        margin-top: 22px;
    }

    .box2_right ul li:nth-child(odd) {
        margin-left: 0;
    }

    .box2_right ul li img {
        width: 100%;
    }

    .box2_right ul li div h2 {
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-weight: 900;
        line-height: 35px;
        letter-spacing: 0px;
        margin-bottom: 23px;
    }

    .box2_right ul li div a {
        display: block;
        width: auto;
        height: 14px;
        background: url(../scheme/jtfff.png) no-repeat;
    }

    .box2_right ul li:hover div a {
        display: block;
        width: auto;
        height: 14px;
        background: url(../scheme/jtblue.png) no-repeat;
    }

    .box2_right ul li:hover h2 {
        color: #0098E6;
    }

    .box2_right ul li div {
        position: absolute;
        top: 45px;
        left: 30px;
    }

    .box2_right ul li>a {

        display: block;

        width: 100%;

        height: 100%;

        position: absolute;

        z-index: 9;
    }

    .box3 {
        margin-top: 30px;
    }

    .box3title {
        margin-bottom: 26px;
    }

    .box3title h2 {
        color: rgb(51, 51, 51);
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    .box2 {
        margin-top: 30px;
    }

    .secondwrap {
        margin-bottom: 40px;
    }




    .tyjs_jsfw {
        display: none;
    }

    .mySwiper_hxyw {
        display: block !important;
    }

    .mySwiper_hxyw .swiper-slide {
        position: relative;
    }

    .mySwiper_hxyw .swiper-slide h2 {
        position: absolute;
        bottom: 0;
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-weight: 900;
        line-height: 60px;
        letter-spacing: 0px;
        margin-bottom: 0;
        width: 100%;
        height: 60px;
        background: rgb(0, 0, 0, 0.6);
    }

    .mySwiper_hxyw .swiper-slide a {

        display: block;

        width: 100%;

        height: 100%;

        position: absolute;

        top: 0;
    }


    .topa1 {
        display: block!important;
        width: 80%;
    }


    .topa {
        display: none;
    }
    .wapnav dl a {
        display: block;
        color: rgb(154, 156, 163);
        font-size: 16px;
        text-align: left;
        line-height: 28px;
    }


    .wapnav dl {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content-h2 {
        font-size: 26px!important;
    
        padding: 25px!important;
        padding-bottom: 15px!important;
    }
.content-h21 {
     font-size: 26px!important;
     padding: 25px!important;
     padding-bottom: 30px!important;
}

    .mySwiperkjyf .swiper-slide h3 {
        font-weight: 700;
        font-size: 20px!important;
        color: #000;
        margin: 14px 0;
    }
    .mySwiperkjyf .swiper-slide p {
      
        font-size: 16px!important;
      
    }

.moregd {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    display: block;
    position: absolute;
    right: 0;
    bottom: 23px;
}

.ywlywrap {
    width: 87% !important;
}
.fyxwwrap {
    width: 87% !important;

}


.ywlywrap ul li:nth-child(1) {
    margin-top: 0;
}
.ywlywrap ul li {
    background: #fff;
    height: 43px;
    width: 100%!important;
    float: none!important;
    height: 60px;
    margin-left: 0!important;
    text-align: center;
    line-height: 60px;
    margin-top: 16px;
}

.ywlywrap ul li a {
    display: block;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s ease;
    width: 87%;
    margin: 0 auto;
}
.fyxwwrap ul li {
    width: 86% !important;
    padding: 25px!important;
    margin-left: 0!important;
    margin-bottom: 20px;
}
.fyxwwrap ul li div img {
    width: 100%!important;
}
.fyxwwrap ul li div {
        height: 148px !important;
    }



.secondwrap3 {
    background-color: #f6f6f6;
    padding-bottom: 20px!important;
}










}

.topa1 {
    display: none;
}

.mySwiper_hxyw {
    display: none;
    height: 400px;
}


@media screen and (max-width: 668px) {
    .m1a2b span {
    }
}


.content-h2 {
    font-size: 32px;
    color: #0071a8;
    font-weight: 700;
    text-align: center;
    padding: 39px;
    padding-bottom: 45px;
}

.mySwiperkjyf .swiper-slide {

    display: flex;

    flex-direction: column;
}

.mySwiperkjyf .swiper-slide h3 {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 24px;
    color: #000;
    margin: 14px 0;
}

.mySwiperkjyf .swiper-slide p {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-height: 27px;
}

.mySwiperkjyf .swiper-slide:hover h3 {
    color: #0071a8
}

.mySwiperkjyf .swiper-slide:hover p {

    color: #0071a8
}

.mySwiperkjyf .swiper-slide a {

    display: inline-block;

    width: 100%;

    height: 100%;

    position: absolute;
}

.secondwrap1 {
    background-color: #f6f6f6;
}

.content-h21 {
    font-size: 32px;
    color: #0071a8;
    font-weight: 700;
    text-align: center;
    padding: 39px;
    padding-bottom: 45px;
}

.mySwipers .swiper-slide a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ddjs_left {
    float: right;
}

.ddjs_right {
    float: left;
}





.m1b2s li {
    display: flex;
    height: auto;
    align-items: center;
    /* border-bottom: 1px solid #EEEEEE; */
    padding-top: 11px;
    padding-bottom: 11px;
    transition: all .3s ease;
}

.m1b2s ul li:nth-child(6) {
    /* display: none; */
}

.m1b2s li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
}

.m1b2s li a p {
    font-size: 20px;
    align-items: center;
    width: 80%;
    height: auto;
    line-height: normal;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s ease;
}

.m1b2s li a p span {
    margin-right: 10px;
    display: inline-flex;
}

.m1b2s li a i {
    font-size: 16px;
    color: rgb(153, 153, 153);
}

.m1b2s li a:hover p {
    color: rgb(27, 98, 206);
}

.m1b2s li a:hover p {
    transition: all .6s ease;
    font-size: 20.2px;
    box-sizing: border-box;
}

.secondwrap3 {
    background-color: #f6f6f6;
    padding-bottom: 50px;
}

.ywlywrap {
    width: 1600px;
    margin: 0 auto;
}

.ywlywrap ul li:nth-child(1) {
    margin-left: 0;
}

.ywlywrap ul li {
    background: #fff;
    height: 43px;
    width: 31%;
    float: left;
    height: 60px;
    margin-left: 3%;
    text-align: center;
    line-height: 60px;
}

.ywlywrap ul li a {
    display: block;
    color: #333;
    font-size: 18px;

}


.ywlywrap ul li:hover {
    background-color: #0071a8;
}


.ywlywrap ul li:hover a {
    color: #fff;
}





.fyxwwrap {

    width: 1440px;

    margin: 0 auto;
}

.fyxwwrap ul li {
    width: 265px;
    float: left;
    background: #fff;
    height: auto;
    margin-left: 36px;
    padding: 34px;
    position: relative;
    transition: all .3s ease;
}

.fyxwwrap ul li:nth-child(1) {
    margin-left: 0;
}

.fyxwwrap ul li a {

width: 100%;

height: 100%;

position: relative;

left: 0;
}

.fyxwwrap ul li h2 {

    font-size: 20px;

    color: #000;

    overflow: hidden;

    text-overflow: ellipsis;

    font-weight: 700;

    white-space: nowrap;
}

.fyxwwrap ul li span {

    font-size: 16px;

    display: block;

    color: #000;

    margin-top: 14px;

    margin-bottom: 12px;
}

.fyxwwrap ul li p {

    font-size: 16px;

    color: #000;

    line-height: 24px;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;
}

.fyxwwrap ul li div {

    margin-top: 7px;

    height: 150px;
}

.fyxwwrap ul li div img {
    width: 100%;
    height: 100%;
}


.fyxwwrap ul li:hover {
    box-shadow: 0 0 10px #ccc;
    transition: all .3s ease;
}