.con-about {
    width: 100%;
    min-height: 660px;
    background: url(con-about-bg.png) no-repeat;
    background-position-y: 0;
}

.con-about .intro {
    margin-top: 80px;
}


.con-about .explain {
    text-align: center;
}

.con-about .explain span a {
    font-size: 36px;
    color: #d7171f;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.con-about .number {
    display: flex;
    margin: 90px auto 0 auto;
    width: 87%;
    justify-content: space-between;
}

.con-about .intro .desc {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 35px;
    margin: 35px auto 0 auto;
    text-align: center;
    width: 87%;
}

.con-about .number .item p span {
    font-size: 36px;
    color: #3c3c3c;
}

.con-about .number .item p:nth-child(2) {
    color: #3c3c3c;
    opacity: 0.5;
    font-size: 14px;
}

.con-about .leader {
    padding-top: 120px;
}

.leader-column {
    text-align: center;
}

.leader-column a {
    font-size: 30px;
    color: #3c3c3c;
    font-weight: bold;
}

.leader-column p {
    font-size: 16px;
    color: #393939;
    text-transform: uppercase;
    opacity: 0.5;
}

.con-about .leader-list {
    margin-top: 40px;
}

.con-about .leader-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.con-about .leader-list ul li {
    width: 33.1%;
    cursor: pointer;
    height: 197px;
    border: 1px dashed #e5e5e5;
    overflow: hidden;
    position: relative;
}

.con-about .leader-list ul li.last {
    display: none;
}

.con-about .leader-list ul li:nth-child(2) {
    border-left: none;
    border-right: none;
}

.con-about .leader-list ul li:nth-child(5) {
    border-left: none;
    border-right: none;
}

.con-about .leader-list ul li:nth-child(8) {
    border-left: none;
    border-right: none;
}


.con-about .leader-list ul li .img img {
    width: 125px;
    height: 165px;
}

.con-about .leader-list ul li .text {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.con-about .leader-list ul li:hover .pos {
    transition: all 0.5s;
    opacity: 1;
    transform: scale(1.02);
}


.con-about .leader-list ul li .pos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 94%;
    padding: 0 3%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 3;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    transition: all 0.5s;
    opacity: 0;
    transform: scale(1);
}

.con-about .leader-list ul li .text2 {
    margin-left: 30px;
}

.con-about .leader-list ul li .text2 a {
    font-size: 24px;
    color: #3c3c3c;
    font-weight: bold;
}

.con-about .leader-list ul li .text2 p {
    font-size: 16px;
    color: #8d8d8d;
    line-height: 30px;
    line-height: 35px;
}

.con-about .leader-list ul li.last a {
    font-size: 16px;
    color: #8d8d8d;
    line-height: 30px;
    line-height: 35px;
}



.con-about .leader-list ul li .name a {
    font-size: 24px;
    color: #3c3c3c;
}

.con-about .leader-list ul li .desc {
    font-size: 16px;
    color: #8d8d8d;
    margin: 10px 0 20px 0;
}

.con-about .leader-list ul li .xian {
    background: #d7171f;
    width: 35px;
    height: 1px;
    display: inline-block;
}

.con-about .leader-list ul li:hover {
    background: #fff;
}



.con-about .zzjg {
    width: 100%;
    height: 220px;
    margin: 80px 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(about-zzjj.jpg) no-repeat;
    transition: left 0.5s ease-in-out;
    position: relative;
    left: 0;
}

.con-about .zzjg:hover {
    left: 10px;
    transition: left 0.5s ease-in-out;
}

.con-about .zzjg .leader-column a span {
    color: #fff;
}

.con-about .zzjg .leader-column p {
    color: #fff;
}

.con-about .zzjg .leader-column a {
    /* transition: left 0.5s ease-in-out; */
    /* left: 0; */
    display: inline-block;
    position: relative;
}

.con-about .zzjg .leader-column a:hover {
    /* left: 15px; */
}

/* 浜у搧 */
.pro-mian {
    margin: 80px 0 90px 0;
}

.pro-mian .pro-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro-mian .pro-list ul li {
    cursor: pointer;
    width: 69.28%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.pro-mian .pro-list ul li.num2 {
    width: 29.28%;
}


.pro-mian .pro-list ul li .text {
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    bottom: 0;
    padding: 30px;
    font-size: 14px;
    bottom: -85px;
}

.pro-mian .pro-list ul li .title {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pro-mian .pro-list ul li .title a {
    font-size: 14px;
    color: #fff;
    opacity: 0;
}

.pro-mian .pro-list ul li .title span::before {
    content: '';
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.pro-mian .pro-list ul li:nth-child(1) .title span::before {
    background: url(ins-fff-ptj.png) no-repeat;
}

.pro-mian .pro-list ul li:nth-child(2) .title span::before {
    background: url(ins-fff-mls.png) no-repeat;
}

.pro-mian .pro-list ul li:nth-child(3) .title span::before {
    background: url(ins-fff-spjg.png) no-repeat;
}

.pro-mian .pro-list ul li:nth-child(4) .title span::before {
    background: url(ins-fff-xdzy.png) no-repeat;
}

.pro-mian .pro-list ul li:nth-child(5) .title span::before {
    background: url(ins-fff-gs.png) no-repeat;
}

.pro-mian .pro-list ul li:nth-child(6) .title span::before {
    background: url(ins-fff-xm.png) no-repeat;
}

.pro-mian .pro-list ul li:nth-child(7) .title span::before {
    background: url(ins-fff-mx.png) no-repeat;
}

.pro-mian .pro-list ul li:nth-child(8) .title span::before {
    background: url(ins-fff-swyy.png) no-repeat;
}





.pro-mian .pro-list ul li .desc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pro-mian .pro-list ul li.num2 .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pro-mian .pro-list ul li.num2 .text {
    bottom: -115px;
}


.pro-mian .pro-list ul li .img {
    position: relative;
}


.pro-mian .pro-list ul li .img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url(mask_grad.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    visibility: visible;
}

.pro-mian .pro-list ul li:hover .mask {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 3px;
    z-index: 2;
    background-image: url(mask_grad-on.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
}

.pro-mian .pro-list ul li:hover .text {
    bottom: 0;
}

.pro-mian .pro-list ul li:hover .title a {
    opacity: 1;
}

.pro-mian .pro-list ul li .img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.pro-mian .pro-list ul li:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* 鏂伴椈 */



.con-jtkx .swiper-slide .text {
    width: 685px;
    height: 395px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 2%);
    z-index: 999;
    margin-top: 25px;
    position: relative;
    padding: 35px;
    left: 10px;
    color: #000;
    background: url(jtkx-text-bg.png) no-repeat;
    background-color: #fff;
    box-sizing: border-box;
}

.con-jtkx .textlist .swiper-slide a {
    font-size: 20px;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 35px;
    position: absolute;
}

.con-jtkx .textlist .swiper-slide a span {
    font-size: 14px;
    color: #fff;
    background: #d7171f;
    border-radius: 10px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
}

.con-jtkx .swiper-slide p.desc {
    color: #444;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    height: 90px;
    width: 615px;
    opacity: 0.7;
    margin: 45px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-jtkx .swiper-slide p.dete {
    font-size: 14px;
    color: #444;
    opacity: 0.5;
    margin-top: 155px;
}

.con-jtkx .swiper-pagination {
    text-align: center;
    position: relative;
    bottom: 130px;
    left: 40px;
    display: inline-block;
    width: auto;
}



.con-jtkx .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    margin: 0 3px;
    height: 10px;
    background: #a9dbb6;
}

.con-jtkx .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    height: 10px;
    border-radius: 5px;
    background: #29a449;
}

.con-jtkx .swiper-slide .img {
    overflow: hidden;
}

.con-jtkx .swiper-slide .img img {
    width: 100%;
    height: 450px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-jtkx .swiper-slide .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.news-main .leader-column {
    margin: 75px 0 35px 0;
}

.con-mtbd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con-mtbd ul li {
    width: 50%;
    margin-bottom: 30px;
}


.con-mtbd ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.con-mtbd ul li .text {
    padding: 20px;
    width: 57.86%;
    box-sizing: border-box;
}

.con-mtbd ul li .title {
    font-size: 18px;
    color: #3c3c3c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-mtbd ul li .desc {
    color: #2c2c2c;
    font-size: 14px;
    /* opacity: 0.5; */
    margin: 16px 0;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-mtbd ul li .dete {
    color: #2c2c2c;
    font-size: 14px;
    opacity: 0.5;
}

.con-mtbd ul li .img {
    overflow: hidden;
    width: 42.14%;
}

.con-mtbd ul li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-mtbd ul li a:hover .title {
    color: #29a449;
    font-weight: bold;
}



.con-mtbd ul li a:hover .dete {
    color: #29a449;
    opacity: 1;
}

.con-mtbd ul li a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}

.con-jcdt {
    width: 100%;
    height: auto;

    position: relative;
    background: url(con-jcdt-bg.jpg) no-repeat;
    background-size: cover;
}

.con-jcdt .leader-column {
    padding: 75px 0 35px 0;
}



.con-jcdt .bd ul li {
    width: 445px;
    position: relative;
    margin-right: 30px;
}

.con-jcdt .bd ul li .dete {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: rgb(255 0 0 / 80%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.con-jcdt .bd ul li .d {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.con-jcdt .bd ul li .y {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    text-align: center;
}

.con-jcdt .hd {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    padding: 30px 0 60px;
}



.con-jcdt .hd ul li {
    width: 10px;
    height: 10px;
    background: #a3d6b4;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 50%;
    float: none;
    display: inline-block;
}

.con-jcdt .hd ul li.on {
    width: 28px;
    height: 10px;
    border-radius: 5px;
    background: #29a449;
}


.con-jcdt .bd ul li .title {
    font-size: 18px;
    margin: 25px 0;
    color: #3c3c3c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-jcdt .bd ul li .desc {
    color: #2c2c2c;
    font-size: 14px;
    /* opacity: 0.5; */
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-jcdt .bd ul li .img {
    overflow: hidden;
}

.con-jcdt .bd ul li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-jcdt .bd ul li a:hover .title {
    color: #29a449;
    font-weight: bold;
}

.con-jcdt .bd ul li a:hover .dete {
    background: rgb(41, 164, 73, 0.8);
}

.con-jcdt .bd ul li a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}

.con-hydt {
    margin-bottom: 45px;
}

.con-hydt .leader-column {
    margin: 75px 0 35px 0;
}

.con-hydt ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.con-hydt ul li a {
    padding: 25px;
    padding-right: 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    justify-content: flex-start;
}

.con-hydt ul li a .title {
    font-size: 18px;
    color: #3c3c3c;
    line-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-hydt ul li a .desc {
    font-size: 14px;
    color: #232c2c;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-hydt ul li a .d {
    font-size: 32px;
    color: #3c3c3c;
    text-align: center;
}

.con-hydt ul li a .y {
    font-size: 14px;
    color: #b5b5b5;
    text-align: center;
}

.con-hydt ul li a .dete {
    width: 10%;
    height: 65px;
    padding-right: 20px;
    border-right: 1px solid #f4f4f4;
    margin-right: 15px;
}

.con-hydt ul li a .text {
    width: 90%;
}

.con-hydt ul li:hover .title {
    color: #29a449;
    font-weight: bold;
}

.con-hydt ul li:hover .d {
    color: #29a449;
}

.con-hydt ul li {
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    width: 48.7%;

}


.con-hydt ul li:hover a {
    border: 1px solid #fff;
    background: #fff;
}

.con-hydt ul li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
}

.landing {
    margin: 80px 0 70px 0;
}

.landing .land {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.land-base {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.land-form {
    width: 50%;
    height: 100%;
    background: #fff;
    padding: 42px 40px;
    box-sizing: border-box;
}

.land-base .item {
    width: 49.5%;
    height: 210px;
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.land-base .item p {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 25px;
    text-align: center;
}

.land-base .item:hover {
    background: #29a449;
}

.land-base .item:hover p {
    color: #fff;
}


.land-base .item .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
}

.land-base .item:hover .hv {
    top: 0;
}

.land-base .item .hv {
    top: 100%;
}


.land-base .item .box {
    width: 68px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}



#liuyan p.text1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

#liuyan p.text1 a {
    position: relative;
    color: #222222;
    font-size: 28px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
}

#liuyan p.text1 a::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 5px;
    height: 28px;
    background-color: #3e6dcb;
}



#liuyan .layui-input {
    height: 50px;
}

#liuyan .layui-textarea {
    height: 115px;
}

#liuyan .layui-btn {
    background-color: #29a449;
    height: 50px;
    width: 100%;
    font-size: 16px;
}

.layui-col-space20>* {
    padding: 0;
    padding-bottom: 10px;
}




/* sousuo */

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-90 {
    padding-top: 90px;
}

.text-danger {
    color: #c1232c;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.alert.alert-danger {
    background: #fff;
}

.alert {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.font-size-20 {
    font-size: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-20 {
    padding: 20px;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}


.colinfo-list .layui-col-md12 {
    background: #fff;
    margin-bottom: 30px;
}

.colinfo-list .layui-col-md12 .textbox {
    padding: 15px;
}

.colinfo-list .layui-col-md12 .textbox .title {
    margin: 15px 0;
}

.colinfo-list .layui-col-md12 .textbox .title a {
    font-size: 18px;

}


.nei-banner .mb-img {
    display: none;
}

.nei-banner .mb-img img {
    width: 100%;
}


/* --- */



.jtkx-content {
    width: 100%;
    display: flex;
    position: relative;
}


.jtkx-content .textlist {
    width: 49%;
    z-index: 10;
}


.jtkx-content .imglist {
    width: 57.15%;
    position: absolute;
    right: 0;
    z-index: 9;
}

.jtkx-content .imglist .swiper-slide .title {
    position: absolute;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.con-jtkx .jtkx-content .imglist .swiper-pagination {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: unset;
}

.con-jtkx .swiper-slide .img img {
    border: 1px solid #f2f2f2;
}

.con-jtkx .textlist .swiper-slide {
    padding-bottom: 15px;
}

