.index_con {
    overflow: hidden;

}


/* 多行省略号 */
.elli-m {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.gywm {
    width: 100%;
    height: 486px;
    box-sizing: border-box;
    padding: 40px 0;
}

.gywm_center {
    height: 100%;
    margin: 0 auto;
    /* background-color: aquamarine; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* padding-top: 40px; */
}

.gywm_center_left {
    width: 44.2%;
    height: 100%;
    /* background-color: brown; */
    overflow: hidden;
    position: relative;
}


.line {
    /* height: 1px; */
    border-top: 1px solid #A6A6A6;
    /* border-bottom: 1px solid #A6A6A6; */
    /* margin-top: 50px; */
    /* padding-bottom: 50px; */
}

.gywm_center_left_tit {
    margin-top: 30px;
    margin-bottom: 23px;
    position: relative;

}
.gywm_center_left_tit h2{
    font-size: 48px;
    font-weight: bold;
}
.gywm_center_left_tit h2 span{color:#2E6DDD}

.gywm_center_left_tit img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}


.gywm_center_left_con {
    font-size: 24px;
    line-height: 41px;
    height: 205px;
    color: #383838;
    font-family: Arial;
text-align: justify;

}

.gywm_center_left_learn {
    color: #2948AC;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.gywm_center_left_learn a {
    color: #2948AC;
}


.gywm_center_right {
    width: 47%;
    height: 100%;
    overflow: hidden;
    /* background-color: rgb(42, 165, 112); */
}

.lj {
    width: 100%;
    height: 292px;

    background-color: #fff;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    /* 添加阴影效果 */

}

.lj_center {
    height: 292px;
    margin: 0 auto;
}

.lj_center li {
    float: left;
    width: 16.66%;
    height: 205px;
}

.lj_center li a{display: block;margin-top: 40px;font-weight: bold;}


.lj_center li a div.imgscale {
    background-color: #fff;
    width: 160px;
    height: 160px;
    margin: auto;
    background: url(../images/links_icon_bg.png) no-repeat;
    background-size: 100%;
    position: relative;

}
.lj_center li:hover a{color:#2E6DDD}
.lj_center li:hover a div.imgscale{color:#2E6DDD;
    background: url(../images/links_icon_bg_on.png) no-repeat;
    background-size: 100%;}
.lj_center li a div.imgscale i{display: block; width: 50px;height: 50px;position: absolute; top: 50%;margin-top: -25px; left: 50%;margin-left: -25px;background-size: 100%!important;}
.lj_center li.li1 a div.imgscale i{background: url(../images/links_icon1_on.png) no-repeat;}
.lj_center li.li2 a div.imgscale i{background: url(../images/links_icon2_on.png) no-repeat;}
.lj_center li.li3 a div.imgscale i{background: url(../images/links_icon3_on.png) no-repeat;}
.lj_center li.li4 a div.imgscale i{background: url(../images/links_icon4_on.png) no-repeat;}
.lj_center li.li5 a div.imgscale i{background: url(../images/links_icon5_on.png) no-repeat;}
.lj_center li.li6 a div.imgscale i{background: url(../images/links_icon6_on.png) no-repeat;}


.lj_center li.li1:hover a div.imgscale i{background: url(../images/links_icon1.png) no-repeat;}
.lj_center li.li2:hover a div.imgscale i{background: url(../images/links_icon2.png) no-repeat;}
.lj_center li.li3:hover a div.imgscale i{background: url(../images/links_icon3.png) no-repeat;}
.lj_center li.li4:hover a div.imgscale i{background: url(../images/links_icon4.png) no-repeat;}
.lj_center li.li5:hover a div.imgscale i{background: url(../images/links_icon5.png) no-repeat;}
.lj_center li.li6:hover a div.imgscale i{background: url(../images/links_icon6.png) no-repeat;}

.lj_center_tit {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}

.services {
    width: 100%;
    height: 740px;

    background: url('../images/spfm.png');

    background-size: 100% 740px;
    /* background-color: aqua; */
}

.services_mc {

    width: 100%;
    height: 740px;
    background-color: rgba(0, 0, 0, .7);

}

.services_center {
    height: 740px;
    margin: 0 auto;
    /* background-color: aquamarine; */
    overflow: hidden;
}

.services_center_tit {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 49px;

}

.services_center_tit img {
    width: 100%;
}

.services_con {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* overflow: hidden; */
}

.services_con li {
    width: 23%;
    height: 450px;

    /* background-color: aqua; */

}



.services_con li:nth-child(2) {
    background: url('../images/sev2.png');
    background-size: 100% 100%;
    margin-top: 70px;
}

.services_con li:nth-child(4) {
    background: url('../images/sev4.png');
    background-size: 100% 100%;
    margin-top: 70px;
}

.services_con li:nth-child(1) {
    background: url('../images/sev1.png');
    background-size: 100% 100%;
    margin-top: 70px;

    transform: translateY(-70px);
    transition: transform 0.8s ease;
}

.services_con li:nth-child(3) {
    background: url('../images/sev3.png');
    background-size: 100% 100%;
    margin-top: 70px;

    transform: translateY(-70px);
    transition: transform 0.8s ease;
}

.services_con_li_top {
    width: 100%;
    height: 78.5%;
    display: flex;
    justify-content: center;

}

.services_con_li_top_yuan {

    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    margin-top: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.services_con_li_bottom {
    width: 100%;
    height: 21.5%;
    background-color: #2E6DDD;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.services_con_li_bottom_tit {
    font-size: 20px;
    font-weight: bold;
    color: #fff;

}

.services_con_li_bottom_gd {
    width: 30.3%;
    height: 29px;
    border: 1px solid #b4b1b1;
    text-align: center;
    line-height: 29px;
    color: #fff;
}

.services_con_li_bottom_gd a {
    color: #fff;

}
.services_con_li_bottom_gd a:hover{color:#fff}

.index_news {
    width: 100%;
    height: 890px;
    background-color: rgba(248, 251, 252, 1);
    background: url('../images/newbg.png');

}

.index_news_center {
    height: 890px;
    margin: 0 auto;
}


.index_news_center_tit {
    width: 100%;
}

.index_news_center_tit img {
    width: 100%;

    margin-top: 39px;
    margin-bottom: 49px;

}

.index_news_center_con {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}



.index_news_center_left {
    width: 50%;
    height: 630px;
    /* background-color: #2E6DDD; */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;

}

.index_news_center_right {
    width: 48.4%;
    height: 630px;
    overflow: hidden;
    box-shadow:15px 12px 48px 0 rgba(0, 0, 0, .10);
    position: relative;

}

.index_news_center_right a img {
  width: 100%;
    height: 388px;

}


.index_news_center_left_con {
    width: 100%;
    height: 150px;
    /* background-color: red; */

}

.index_news_center_left_con:hover {
    background-color: #eceaea;

}


.index_news_center_left_con_tit {
    font-size: 22px;
    font-weight: bold;
    height: 60px;

}

.index_news_center_left_txt {
    color: #808080;
    font-size: 20px;
    height: 80px;
    line-height: 40px;
}


.news_swiper_img {
    width: 100%;
    height: 388px;
    display: block;
    overflow: hidden;

}

.news_swiper_img>img {
    width: 100%;
    height: 100%;
}


.zg {
    width: 100%;
    height: 242px;
    background-color: #fff;
    padding: 22px 37px;
}

.zg_tit {
    font-size: 22px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
}

.zg_txt {
    margin-top: 15px;
    width: 89%;

    height: 80px;
    line-height: 40px;
    font-size: 20px;
    color: #808080;

    position: relative;

}

.swiper-button {
    width: 100px;
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    bottom: 70px;
    color:#fff;
    font-size: 20px;
    text-align: center;
    line-height: 33px;
    z-index: 1;
}

.swiper-button div:hover{background-color: #2E6DDD;}
.swiper-button-pre {
    width: 33px;
    height: 33px;
    cursor: pointer;
    background-color: #2E6DDD;
}

.swiper-button-nex {
    background-color: #ccc;
    width: 33px;
    height: 33px;
    cursor: pointer;
}