@charset "utf-8";

.banner {
    width: 100%;
    height: auto;
    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%;
    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: 1440px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.xwzxbox {

    margin-top: 105px;

    position: relative;
}

.xwzxbox_left {
    width: 800px;
    float: left;
    height: 450px;
}

.xwzxbox_right {

    width: 600px;

    float: right;

    height: auto;

    position: absolute;

    right: 0;

    top: 0;
}

.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: 85% !important;

    bottom: 20px !important;
}

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

.mySwipers .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 16px !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: 577px;
}













.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;
    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: 24px;
    margin-right: 64px;
}

.tab_menu li.current {
    color: #1B62CE;
    background: #fff;
    border-bottom: 3px solid #1B62CE;
    padding-bottom: 17px;
    font-weight: 700;
}

.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: 397px;
    height: 301px;
    margin-left: 22px;
    overflow: hidden;
}

.box2_right ul li img {
    width: 100%;
    height: 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);
}

.mySwipers1 .swiper-slide:nth-child(1) .tyjs_jsfw ul li {
    background: url(../scheme/sy-fwjz.jpg) no-repeat 93%;
    margin-left: 0;
}

.mySwipers1 .swiper-slide:nth-child(5) .tyjs_jsfw ul li {
    background: url(../scheme/sy-sjyzx.png) no-repeat 93%;
}

.mySwipers1 .swiper-slide:nth-child(6) .tyjs_jsfw ul li {
    background: url(../scheme/sy-gcjl.png) no-repeat 53%;
}

.mySwipers1 .swiper-slide:nth-child(7) .tyjs_jsfw ul li {
    background: url(../scheme/sy-xcl.jpg) no-repeat 53%;
}

.mySwipers1 .swiper-slide:nth-child(2) .tyjs_jsfw ul li {
    background: url(../scheme/xjj5.png) no-repeat 53%;
}


.mySwipers1 .swiper-slide:nth-child(3) .tyjs_jsfw ul li {
    background: url(../scheme/syxny.png) no-repeat 93%;
}

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














.mySwipers1 .swiper-slide.active {
    /* width: 100%; */
    /* transition: all 0.5s; */
    /* background-size: 100% 100%; */
}

.mySwipers1 .swiper-slide.active .jsfw_moren {
    opacity: 0;
    bottom: -100%;
    transition: all 1s;
}

.mySwipers1 .swiper-slide.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;
}

.box4 {
    margin-top: 60px;
}

.box4_lbimg {}

.box4_lbimg ul li {
    width: 466px;
    height: 300px;
    float: left;
    margin-left: 21px;
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
}

.box4_lbimg ul li:nth-child(3n+1) {
    margin-left: 0;
}

.box4_lbimg ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}

.box4_lbimg ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





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



.box4_lbimg ul li h2 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
    position: absolute;
    bottom: 10%;
    left: 10%;
}





















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

    .secondwrap {
        width: 1240px;
    }

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

    .xwzxbox_right {
        width: 566px;

    }

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

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

    .box2_left {
        width: 39.3%;
        /* float: none; */
    }

    .box2_right {
        /* float: none; */
    }

    .box2_right ul li {
        width: 351px;
        height: 100%;
        /* object-fit: cover; */
    }

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

    .box4_lbimg ul li {
        width: 399px;
        height: 250px;
        float: left;
        margin-left: 21px;
        margin-bottom: 21px;
        position: relative;
        overflow: hidden;
    }
}

@media screen and (max-width: 1240px) {
    .banner {
        height: 25vh;
    }

    .mySwiper .swiper-button-prev {
        width: 27px;
        height: 27px;
        top: 50%;
        transform: translateY(50%);
    }

    .mySwiper .swiper-button-next {
        width: 27px;
        height: 27px;
        top: 50%;
        transform: translateY(50%);
    }

    .xwzxbox {
        margin-top: 26px;
    }

    .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: 200px;
        float: none;
    }

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

    .mySwipers .swiper-pagination2 {
        left: 71% !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: 72%;
        height: 30px;
        line-height: 30px;
        color: rgb(102, 102, 102);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

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

    }

    .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;
        margin-right: 22px;
    }

    .tab_menu li.current {
        color: #1B62CE;
        background: #fff;
        border-bottom: 3px solid #1B62CE;
        padding-bottom: 12px;
        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;
    }

    .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;
    }

    .box4 {
        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;
    }

    .box4_lbimg ul li {
        width: 100%;
        height: 250px;
        float: none;
        margin-left: 0;
        margin-bottom: 21px;
        position: relative;
        overflow: hidden;
    }

}


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


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