.logo {
    display: flex;
    align-items: center;
    align-self: center;
    height: 80px;
    margin-right: 10%;
}

.logo img {
    width: auto;
    height: auto;
}

.nav {
    width: 80%;
}

.nav ul {
    font-size: 0;
}

.nav ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 80px;
    font-size: 16px;
    color: #333333;
    padding: 0 2%;
    margin: 0 1%;
    border-top: 4px solid #2aa6e000;
}



.nav ul li:hover {
    border-top: 4px solid #2aa7e0;
}

.nav ul li.liang {
    border-top: 4px solid #2aa7e0;
}

.header_y {
    width: 5%;
    display: flex;
    align-items: center;
    align-self: center;
    height: 80px;
}

.header_y>div {
    font-size: 0;
    text-align: right;
    width: 100%;
}

.sousuo {
    /* display: inline-block; */
    display: none;
    vertical-align: middle;
    margin-right: 5%;
    width: 73%;

}

.sousuo form {
    width: 100%;
}

.sousuo img {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.sousuo input {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 5px;
    height: 30px;
    font-size: 14px;
    color: #333;
    margin-right: 5%;
    display: none;
}

.fanyi {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    line-height: 30px;
    border: 1px solid #2aa7e0;
    border-radius: 50%;
    font-size: 14px;
    color: #2aa7e0;
    text-transform: uppercase;
    text-align: center;
}

.footer_s_z {
    width: 70%;
}

.footer_nav ul {
    font-size: 0;
}

.footer_nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 2%;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.footer_nav ul li:first-child {
    padding-left: 0;
}

.footer_nav ul li::after {
    content: "";
    width: 2px;
    height: 17px;
    background: #9e9e9e;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.footer_w {
    padding: 60px 0;
}

.footer_nav ul li:last-of-type::after {
    display: none;
}

.footer_nav {
    margin-bottom: 56px;
}

.footer_xx,
.footer_xx * {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.footer_xx h2 {
    font-size: 24px;
    color: #333333;
}

.footer_s_y ul {
    font-size: 0;
}

.footer_s_y ul li {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    margin-right: 12%;

}

.footer_s_y ul li:last-of-type {
    margin-right: 0;
}

.footer_s_y {
    width: 28%;
}

.footer_s_img {
    padding: 10px;
    border: 1px solid #eaeaea;
}

.footer_s_img img {
    width: 100%;
}

.footer_s_y ul li h2 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}

.banquan {
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-top: 30px;
}



.menu {
    display: none;
    height: 80px;
    width: 30px;

}

.menu i {
    transition: all 0.4s;
    position: relative;
    width: 30px;
    height: 3px;
    background: #2aa7e0;
    display: block;
}

.menu i:before,
.menu i:after {
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
    top: -10px;
    background: #2aa7e0;
    display: block;
    transition: all 0.4s;
}

.menu i:after {
    top: unset;
    bottom: -8px;
}

.close i:before {
    top: -6px;
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.close i:after {
    top: -6px;
    -webkit-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.close i {
    background: transparent;
}

.sj_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    top: 80px;
    display: none;
}

.sj_nav ul {
    padding: 20px 0;
}

.sj_nav ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.about_text {
    padding: 50px 0 60px;
}

.main_title h3 {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
}

.main_title img {
    display: block;
    margin: 16px auto 0;
}

.about_text .txt {
    width: 100%;
    margin: 24px auto 40px;
}

.about_text .txt,
.about_text .txt * {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-align: center;
}

.text_list {
    text-align: center;
}

.text_list ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5%;
}

.text_list ul li h3 {
    font-size: 30px;
    line-height: 48px;
    text-transform: uppercase;
}

.text_list ul li h4 {
    font-size: 18px;
    line-height: 32px;
    color: #999;
}

.img_list {
    margin-top: 30px;
}

.img_list ul li {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 31%;
    margin-right: 3.5%;
}

.img_list ul li:nth-child(3n) {
    margin-right: 0;
}

.img_list ul li img {
    width: 100%;
    display: block;
}

.about_wenhua {
    padding: 54px 0 60px;
    background: #f6f6f6;
}

.wenhua_list {
    margin-top: 38px;
}

.wenhua_list ul li {
    width: 33.33%;
    float: left;
    background: #fff;
}

.wenhua_list ul li .img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wenhua_list ul li .img_sj {
    display: none;
}

.wenhua_list ul li .text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wenhua_list ul li .text:after {
    position: absolute;
    content: "";
    background: url(../images/jt.png)no-repeat center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
}

.wenhua_list ul li:nth-child(2n) .text:after {
    top: unset;
    bottom: -15px;
}

.wenhua_list ul li .text>div {
    width: 70%;
}

.wenhua_list ul li .text h3 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 14px;
}

.wenhua_list ul li .text h3:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #71c4ea;
    left: 0;
    bottom: 0;
}

.wenhua_list ul li .text .txt,
.wenhua_list ul li .text .txt * {
    font-size: 16px;
    line-height: 30px;
}

.about_ry {
    padding: 48px 0 62px;
}

.about_ry .swiper-container {
    padding-bottom: 44px;
    margin-top: 28px;
}

.about_ry .swiper-slide img {
    width: 100%;
    display: block;
}

.about_ry .pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #2aa7e0;
    border-radius: 100%;
    display: inline-block;
    margin: 0 10px;
    opacity: 1;
}

.about_ry .pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #2aa7e0;
}

.about_ry .pagination {
    bottom: 0;
    text-align: center;
    right: 0;
}

.banner img {
    width: 100%;
	padding-bottom: 30px;
}


.mozujian_w {
    padding: 30px 0;
}

.mozujian_z {
    width: 18%;
}

.mozujian_z h2 {
    line-height: 40px;
    padding: 0 44px;
    background: #2aa7e0;
    font-size: 18px;
    color: #fff;
    background-image: url("../images/a5_03.png");
    background-repeat: no-repeat;
    background-position: left 12px center;
    margin-bottom: 10px;
}

.mozujian_z ul li {
    border: 1px solid #b8e2f5;
    margin-bottom: 10px;
}

.h22 {
    line-height: 40px;
    font-size: 0;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.h22 img {
    /* display: inline-block;
    vertical-align: middle; */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
}

.h22 span {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #2aa7e0;
    margin-right: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.h22 span::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #2aa7e0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 18px;
    margin-top: -6px;
}

.h22 span:hover{
    text-overflow:clip;
    overflow:visible;
}

.mozujian_erji {
    border-top: 1px solid #b6dff2;
    padding: 10px 24px;
}
.mozujian_erji:hover::before {
    display: block;
}

.mozujian_erji dl dt {
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
}

.mozujian_erji dl dt::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    margin-right: 10px;
}

.mozujian_erji dl dt a {
    /* display: inline-block; */
    vertical-align: middle;
}

.mozujian_erji dl dt:hover::before {
    border: 1px solid #2aa7e0;
}

.mozujian_erji dl dt:hover a {
    color: #2aa7e0;
}

.mozujian_erji dl dt.on::before {
    border: 1px solid #2aa7e0;
}

.mozujian_erji dl dt.on a {
    color: #2aa7e0;
}



.mozujian_erji {
    display: none;
}


.show_w {
    padding: 30px 0;
}

.mozujian_y {
    width: 78%;
    background: #f8f8f8;
    padding: 20px 30px;
}

.mozujian_y h1 {
    border-bottom: 1px solid #b3ddf0;
    padding-bottom: 20px;
    padding-left: 36px;
    background-image: url("../images/a5_l.png");
    background-position: left top 3px;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #2aa7e0;
    font-weight: normal;
    margin-bottom: 30px;
}

.mozujian_y_ul .swiper-wrapper {
    font-size: 0;
    text-align: center;
}

.mozujian_y_ul table tr td{
    border: 1px solid #2aa7e0;
    text-align: center;
    height: 60px;
    padding: 0 10px;
    font-size: 14px;
}

.mozujian_y_ul .swiper-wrapper .swiper-slide {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    /* margin-right: 5%; */
    margin-bottom: 20px;
    background: #fff;
}

.mozujian_y_ul .swiper-wrapper .swiper-slide:nth-of-type(3n) {
    margin-right: 0;
}

.mozujian_y_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}


.mozujian_y_img {
    position: relative;
}

.meng {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    background: rgba(6, 32, 97, 0.4);
    opacity: 0;
    /*菜单透明到显示 0到1*/
    visibility: hidden;
    /*隐藏（动画过渡的固定写法）*/

}

.meng a {
    font-size: 14px;
    color: #fff;
}

.mozujian_y_ul .swiper-wrapper .swiper-slide h2 {
    line-height: 50px;
    padding: 0 24px;
}

.mozujian_y_ul .swiper-wrapper .swiper-slide h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.mozujian_y_ul .swiper-wrapper .swiper-slide h2 span::after {
    content: "";
    /* width: 6px; */
    height: 11px;
    background: url("../images/yss_03.png") center center no-repeat;
    background-size: 100% 100%;
    display: none;
    vertical-align: middle;
    margin-left: 20px;

}

.mozujian_y_ul .swiper-wrapper .swiper-slide h3 {
    line-height: 50px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
}

.mozujian_y_ul .swiper-wrapper .swiper-slide h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
}

.mozujian_y_ul .swiper-wrapper .swiper-slide h3 span::after {
    content: "";
    width: 6px;
    height: 11px;
    background: url("../images/yss_03.png") center center no-repeat;
    background-size: 100% 100%;
    display: none;
    vertical-align: middle;
    margin-left: 20px;

}

.mozujian_y_ul .swiper-wrapper .swiper-slide:hover h2 span::after {
    display: inline-block;
}

.mozujian_y_ul .swiper-wrapper .swiper-slide:hover h2 span {
    color: #2aa7e0;
}

.mozujian_y_ul .swiper-wrapper .swiper-slide:hover .meng {
    opacity: 1;
    transition: opacity 0.8s;
    /*动画过渡*/
    visibility: visible;
    /*显示（动画过渡的固定写法）*/
}



#pages {
    padding: 14px 0 10px;
    font-family: 宋体;
    text-align: -webkit-center;
    font-size: 14px;
}

#pages a {
    margin: 0 2px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px
}

#pages a.a1 {
    width: 80px;
    padding: 0
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    margin: 0 2px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #2aa7e0;
    border: 1px solid #2aa7e0;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 30px;
    line-height: 30px;
    background: url(../images/titlebg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}


.show_s {
    margin-bottom: 36px;
}

.show_s_z {
    width: 30%;
}

.show_s_z img {
    width: 100%;
}

.show_s_y {
    /* width: 90%; */
}

.show_s_y h3 {
    padding-bottom: 24px;
    border-bottom: 1px solid #b3ddf0;
    display: inline-block;
    margin-bottom: 28px;
}

.show_s_con,
.show_s_con * {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.show_fw h3 {
    font-size: 18px;
    color: #2aa7e0;
    margin-bottom: 20px;
}

.show_fw_con,
.show_fw_con * {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.show_fw_con img {
    max-width: 100%;
    margin: 20px auto;
}


.show_fw {
    margin-bottom: 50px;
}

.show_xl h3 {
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.show_xl h3::after {
    width: 80px;
    height: 4px;
    background: #2aa7e0;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
}

.show_xl_con,
.show_xl_con * {
    font-size: 16px;
    color: #333333;
    line-height: 2.4;
}

.show_xl_con h2 {
    color: #2aa7e0;

}

.pdf_w {
    padding: 40px 0 0;
}

.jszc_ul {
    border-bottom: 1px solid #f5f5f5;
}

.jszc_ul ul {
    font-size: 0;
}

.jszc_ul ul li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px;
    text-align: center;

}

.jszc_ul ul li:nth-of-type(4n) {
    margin-right: 0;
}

.jszc_img {
    border: 1px solid #f5f5f5;
    height: 150px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.jszc_img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;

}

.jszc_ul ul li h2 {
    font-size: 16px;
    color: #333333;
}

.jszc_ul ul li h3 {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    /* width: 44%; */
    line-height: 35px;
    border-radius: 100px;
    border: 1px solid #333;
    margin-top: 10px;
    padding-left: 60px;
    padding-right: 30px;
    text-align: left;
    background-image: url("../images/xzzz_03.png");
    background-position: left 30px center;
    background-repeat: no-repeat;

}

.jszc_imgg img {
    width: 100%;
    max-width: unset;
}

.jszc_imgg {
    height: unset;
    display: block;
}

.jszc_ull ul li {
    cursor: pointer;
}

.jszc_ull ul li h3 {
    text-align: center;
    background-image: none;
    padding: 0;
    margin: 0;
}


.ldlpoi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.ldlpoi_cen {
    width: 30%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #fff 10px solid;
    border-radius: 10px;
}

.ldlpoi img {
    display: block;
    width: 100%;
    height: 100%;
}

.ldlpoi_cen i {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: -25px;
    right: -25px;
    text-shadow: none;
    cursor: pointer;
    background-size: 100% 100%;
}

.zhuanli_w {
    padding: 30px 0;
}

.zhuanli ul {
    font-size: 0;
}

.zhuanli ul li {
    display: inline-block;
    vertical-align: top;
    width: 22.5%;
    margin-right: 3.3%;
    margin-bottom: 40px;
}

.zhuanli ul li:nth-of-type(4n) {
    margin-right: 0;
}

.zhuanli ul li:last-of-type {
    margin-right: 0;
}

.zhuanli ul li h2 {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}

.zhuanli_img {
    width: 100%;
    min-height: 340px;
    display: flex;
    align-items: center;
}

.zhuanli_img img {
    width: 100%;
}

.news ul li {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.news_rq {
    width: 6%;
    font-size: 18px;
    color: #999999;
    margin-right: 1%;
}

.news_rq h2 {
    margin-bottom: 45px;
}

.news ul li hr {
    width: 6%;
    height: 1px;
    background: #d5d5d5;
    border: 0;
    float: left;
    display: block;
    margin-top: 14px;
    margin-right: 2.5%;
}

.news_w {
    padding: 40px 0;
}

.news_rq img {
    margin: 0 auto;
}

.news_rq img:last-of-type {
    display: none;
}

.news ul li:hover .news_rq img:last-of-type {
    display: block;
}

.news ul li:hover .news_rq img:first-of-type {
    display: none;
}

.news ul li:hover .news_rq h2 {
    color: #5db9e2;
}

.news ul li:hover .news_ms h2 {
    color: #5db9e2;
}

.news_ms {
    width: 66.66%;
}

.news_ms h2 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}


.news_ms p {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

.news_img {
    width: 15%;
}

.news_img img {
    width: 180px;
    height: 90px;
    object-fit: cover;
}

.pages {
    display: inline-block;
}

.news_show_w {
    padding: 35px 0;
}

.news_show_tit {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news_show_tit h2 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.news_show_tit h3 {
    font-size: 14px;
    color: #666666;
}

.news_show_showw {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0 30px;
}

.news_show_con img {
    max-width: 100%;
    margin: 20px auto;
}

.news_show_con,
.news_show_con * {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}


.fan {
    margin-top: 30px;
}

.fan a {
    display: table;
    font-size: 14px;
    color: #666666;
    margin-bottom: 14px;
}

.fan a:hover {
    color: #2aa7e0;
}

.main_titlee h3 {
    font-size: 24px;
    color: #333333;
    line-height: normal;
    margin-bottom: 15px;
}

.lxwm_w {
    padding: 40px 0;
}

.lxwm_ms {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 84%;
    line-height: 1.8;
    margin-bottom: 35px;

}

.lxwm_k {
    text-align: center;
}

.ditu {
    width: 47.5%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
}

.dituu{
    margin: 0;
    display: block;
}

.lxwm_y {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}


.lxwm_y_con,
.lxwm_y_con * {
    font-size: 16px;
    color: #333333;
    line-height: 2.6;
    text-align: left;
}

.lianxi_bd_li ul {
    font-size: 0;
}

.lianxi_bd_li ul li {
    width: 47.5%;
    margin-right: 4%;
    display: inline-block;
    margin-bottom: 20px;
}

.lianxi_bd_li ul li:nth-of-type(2n) {
    margin-right: 0;
}

.lianxi_bd_li ul li input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 40px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #e5e5e5;
}

.lianxi_bd {
    padding: 40px 0;
}


.lianxi_bd input::-webkit-input-placeholder {
    font-size: 16px;
    color: #333333;
}

.lianxi_bd textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #333333;
}

.lianxi_bd_textarea textarea {
    width: 100%;
    height: 220px;
    padding: 20px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #e5e5e5;
    resize: none;
}

.lianxi_bd input[type="submit"] {
    width: 150px;
    height: 50px;
    background: #2aa7e0;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
}

.lianxi_bd_submit {
    text-align: right;
}

.index_gy_w {
    padding: 70px 0;
}

.index_gy_z {
    width: 47.5%;
}

.index_gy_z img {
    width: 100%;
}

.index_gy_k {
    padding: 30px 0;
}

.index_gy_y {
    width: 47%;
    padding-top: 20px;
}

.index_gy_y h2 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.index_gy_y h2::after {
    content: "";
    width: 120px;
    height: 2px;
    background: #71c4ea;
    display: block;
    margin-top: 20px;
}

.index_gy_con,
.index_gy_con * {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.index_more {
    width: 130px;
    line-height: 36px;
    background: #2aa7e0;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 30px;
}

.index_mozuj_w {
    padding: 60px 0;
}

.main_titleee h3 {
    color: #fff;
}

.mozujian_y_ull {
    padding: 20px 0;
}

.mozujian_y_ull .swiper-wrapper .swiper-slide {
    width: 270px;
    /* margin-right: 3%; */
}

.mozujian_y_ull .swiper-wrapper .swiper-slide:last-of-type {
    margin-right: 0;
}

.mozujian_y_ull .swiper-wrapper .swiper-slide:nth-of-type(3) {
    /* margin-right: 4%; */
}

.moree {
    width: 130px;
    line-height: 36px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.index_news_w {
    padding: 60px 0;
}

.index_news_z {
    width: 32.5%;
    position: relative;
}

.index_news_z img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_news_zi {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 30px;
}

.index_news_zi_rq {
    width: 30%;
    position: relative;
    text-align: center;
}

.index_news_zi_rq h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 4px;
}

.index_news_zi_rq h3 {
    font-size: 16px;
    color: #ffffff;
}

.index_news_zi_rq::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    transform: rotate(20deg);
    position: absolute;
    right: 0;
    top: 0;
}

.index_news_zi_ms {
    width: 69%;
    padding-left: 10px;
}

.index_news_zi_ms h2 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_zi_ms h3 {
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mengg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.index_news_y {
    width: 62.5%;
}

.index_news_y ul {
    font-size: 0;
}

.index_news_y ul li {
    width: 48%;
    margin-right: 4%;
    overflow: hidden;
    padding: 10px;
    display: inline-block;
   
}

.index_news_y ul li:nth-of-type(2n) {
    margin-right: 0;
}

.index_news_y ul li:hover .index_news_y_rq h2{
    color: #fff;
}
.index_news_y ul li:hover .index_news_y_rq h3{
    color: #fff;
}

.index_news_y ul li:hover .index_news_y_ms h2{
    color: #fff;
}

.index_news_y ul li:hover .index_news_y_ms h3{
    color: #fff;
}

.index_news_y ul li:hover .index_news_y_rq::after{
    background: #fff;
}

.index_news_y ul li:hover{
    background-image: url("../images/b5_03.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.index_news_y_rq {
    width: 26%;
    text-align: center;
    width: 26%;
    position: relative;
}

.index_news_y_rq h2 {
    font-size: 24px;
    color: #999999;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_y_rq h3 {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_k {
    padding: 30px 0;
}


.index_news_y_rq::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #999999;
    transform: rotate(20deg);
    position: absolute;
    right: 0;
    top: 0;
}

.index_news_y_ms {
    width: 68%;
}

.index_news_y_ms h2 {
    font-size: 18px;
    color: #999999;
    /* margin-top: 15px; */
}

.index_news_y_ms h3 {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.moreee{
    width: 130px;
    line-height: 36px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #2aa7e0;
    font-size: 16px;
    color: #2aa7e0;
    display: block;
    margin: 0 auto;
}


.index_lx_w{
    padding: 60px 0;
}

.index_lx_y{
    width: 47%;
}

.index_lx_y h2{
    font-size: 36px;
    color: #333333;
    text-align: left;
    margin-bottom: 50px;
}

.index_lx_y_ul ul li{
    margin-bottom: 40px;
}

.index_lx_y_ul ul li input{
    width: 100%;
    padding-bottom: 22px;
    display: block;
    font-size: 16px;
    color: #666666;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: none;
    font-size: 16px;
    color: #333;
}

.index_lx_y [type="submit"]{
    width: 180px;
    height: 50px;
    background: #2aa7e0;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    display: block;
}