.sjlx{display:none;} 
.pcyc{display:block;}
.kd{width:1440px;}
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .line {
        display: block;
        width: 100%;
        height: 1px;
    }
    .banner_swiper {
        margin-top: 99px;
        position: relative;
    }
    .web_banner_swiper {
        display: none;
    }
    .banner_swiper .swiper-slide {
        position: relative;
    }
    .banner_swiper .swiper-slide .txt {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner_swiper .swiper-slide .txt div {
        text-align: left;
        color: #fff;
    }
    .banner_swiper .swiper-slide .txt div .p1 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 35px;
        letter-spacing: 2px;    
    }
    .banner_swiper .swiper-slide .txt div .p2 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 70px;
        font-weight: bold;
    }
    .banner_swiper .swiper-slide .txt div .p4 a{
        display: inline-block;
        width: 200px;
        height: 55px;
        text-align: center;
        color: #fff;
        line-height: 55px;
        border: 1px solid #fff;
        transition: 0.3s;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 48px;
    }
    .banner_swiper .swiper-slide .txt div .p4 a span {}
    .banner_swiper .swiper-slide .txt div .p4 a:hover {
        background: #26bccb;
    }
    .banner_swiper .pagination {
        bottom: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 0;
        height: 50px;
        z-index: 10;
        color: #fff;
    }
    .banner_swiper .pagination>div {
        position: relative;
        height: 50px;
    }
    .banner_swiper .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px;
        left: 0;
        width: 10px;
        height: 10px;
    }
    .banner_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
        background: #ffffff;
        opacity: 0.5;
        margin: 0 5px;
        transition: 0.3s;
        height: 13px;
        width: 13px;
    }
    .banner_swiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
        opacity: 1;
        width: 48px;
        height: 13px;
        border-radius: 20px;
    }
    .banner_swiper .pagination>div .button .swiper-pagination {
        position: unset;
        right: 0;
        width: 100px;
        left: auto;
        top: 0;
        font-size: 18px;
    }
    .banner_swiper .pagination>div .button .box {
        height: 100%;
        display: inline-flex;
    }
    .banner_swiper .pagination>div .button {
        display: flex;
        position: relative;
        position: absolute;
        right: 0;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        width: calc(50% - 110px);
    }
    .banner_swiper .swiper-button-next {
        background: url("../images/icon3.png") no-repeat center;
        width: 60px;
        height: 100%;
        top: 0;
        right: 4%;
        margin: 0 10px;
        transition: 0.3s;
        cursor: pointer;
    }
    .banner_swiper .swiper-button-prev {
        background: url("../images/icon2.png") no-repeat center;
        width: 60px;
        height: 100%;
        top: 0;
        left: 4%;
        margin: 0 10px;
        transition: 0.3s;
        cursor: pointer;
    }
    .banner_swiper .scroll {
        position: absolute;
        width: 100%;
        text-align: left;
        bottom: 50px;
        color: #fff;
        z-index: 9;
    }
    .banner_swiper .scroll .icon {}
    .banner_swiper .scroll .txt {
        margin-top: 20px;
        text-transform: uppercase;
    }




    .main_about {
        position: relative;
        padding: 140px 0 110px 0;
        width: 100%;
        overflow: hidden;
        background: url("../images/bg1.png") no-repeat center;
        background-size: cover;
    }
    .main_about .bg {
        position: absolute;
        right: 0;
        top: 0;
        background: #f0f0f0;
        width: calc(50% - 110px);
    }
    .main_about .bg img {
        visibility: hidden;
    }
    .main_about .w_100{
        display: flex;
        position: relative;
        z-index: 3;
        justify-content: space-between;
    }
    .main_about .w_100 .info .title .p1 {
        color: #28323c;
        font-size: 48px;
        line-height: 50px;
        text-align: left;
        color: #363636;
        font-weight: bold;
    }
    .main_about .w_100 .info .title .p2 {
        color: #28323c;
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 50px;
    }
    .main_about .w_100 .info .txt {
        color: #596571;
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }
    .main_about .w_100 .info .txt p {
        margin-bottom: 12px;
    }
    .main_about .w_100 .info {
        width: calc(50% - 110px);
        margin-top: -25px;
    }
    .main_about .w_100 .pic {
        width: 50%;
        overflow: hidden;
        cursor: pointer;
    }
    .main_about .w_100 .pic img {
        width: 100%;
        transition: 0.5s;
    }
    .main_about .w_100 .pic:hover img {
        transform: scale(1.1);
    }
    .main_about .w_100 .num {
        width: 100%;
        display: flex;
        margin-top: 50px;
    }
    .main_about .w_100 .num .item .p1 {
        color: #ea5413;
        font-size: 86px;
        font-weight: bold;
    }
    .main_about .w_100 .num .item .p2 {
        color: #363636;
        font-size: 16px;
    }
    .main_about .w_100 .num .item {
        width: 50%;
        text-align: center;
        position: relative;
    }
    .main_about .w_100 .num .item::before {
        display: block;
        content: '';
        width: 2px;
        position: absolute;
        top: 0;
        left: 0;
        background: #006ec3;
        height: 50%;

    }
    .main_about .w_100 .operation a {
        width: 200px;
        height: 50px;
        color: #fff;
        display: block;
        line-height: 50px;
        color: #363636;
        font-size: 14px;
        transition: 0.3s;
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 50px;
        background:#0ab4c5;
    }
    .main_about .w_100 .operation a span {
        color: #fff;
    }
    .main_about .w_100 .operation a:hover {
        background:#0998a5;
    }
    .main_about .w_100 .num .item::after {
        display: block;
        content: '';
        width: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #f0f0f0;
        height: 50%;
    }




    
.common_banner {
    position: relative;
    margin-top:99px;
}
.common_banner .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.common_banner .txt .p1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    margin-bottom: 20px;
     text-align: left;

}
.common_banner .txt .p2 {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
   
}
.common_banner .txt .p2 i {
    display: flex;
    width: 60px;
    height: 7px;
    background: #fff;
}
.common_banner .txt .p3 {
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    
}
.common_banners{display:none;}
.about_tab {
    position: relative;
    border-bottom: 1px solid #efefef;
}
.about_tab .common_crumbs1 {height:80px;line-height: 80px;
}
.about_tab .w_100 .list {
    display: flex;
}
.about_tab .w_100{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_tab .w_100 .item {
    font-size: 14px;
    color: #222222;
    width:135px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    
}
.about_tab .w_100 .items {
    font-size: 14px;
    color: #222222;
    
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    padding-right:20px;
}
.about_tab .w_100 .item a:hover{color:#26bccb}
.about_tab .w_100 .item.active {
    color: #fff;
    background: #0ab4c5;
}
.about_tab .w_100 .item.active a{color: #fff!important;}
.about_content .item .title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    padding: 85px 0 55px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 100px;
}

.about_content .content {
    margin-bottom: 100px;
}
.about_content .content .pic {
    margin-right: 0px;
}
.about_content .content .pic img {
    width: 49%;
    
    padding:15px;
}
.about_content .content .name {
    color: #363636;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.about_content .content {
    
    justify-content: space-between;
}

.about_content .w_100 .txt {
    font-size: 15px;
    color: #363636;
    line-height: 40px;
    text-indent: 30px;
    padding-top:35px;
}
.about_content .w_100 .num {
    width: 100%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 30px;
}
.about_content .w_100 .num .item .p1 {
    color: #ea5413;
    font-size: 86px;
    font-weight: bold;
    height: 86px;
    margin-bottom: 20px;
    line-height: 86px;
}
.about_content .w_100 .num .item .p2 {
    color: #363636;
    font-size: 16px;
}
.about_content .w_100 .num .item {
    width: 330px;
    text-align: center;
    position: relative;
}
.about_content .w_100 .num .item::before {
    display: block;
    content: '';
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #006ec3;
    height: 50%;

}

.about_content .w_100 .num .item::after {
    display: block;
    content: '';
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    height: 50%;
}








.main_project {
    position: relative;
    border-top: 6px solid #0ab4c5;
}


.main_project .w_100 {
    display: flex;
    height: 840px;
}



.main_project .w_100 .left,
.main_project .w_100 .right {
    width: 50%;
}
.main_project .w_100 .left .title .p1{
    color: #28323c;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}
.main_project .w_100 .left .title .p2{
    color: #838a91;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
}
.main_project .w_100 .left .title .p3 {
    margin-bottom: 60px;
}
.main_project .w_100 .left .title .p3 a{
    width: 200px;
    height: 50px;
    color: #fff;
    display: block;
    line-height: 50px;
    color: #363636;
    font-size: 14px;
    transition: 0.3s;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    border: 1px dashed #a0a0a0;
    border-radius: 40px;
    transition: 0.3s;
}
.main_project .w_100 .left .title .p3 a:hover {
    background: #a0a0a0;
    color: #fff;
}
.main_project .w_100 .left .title .p3 a span {
    transition: 0.3s;
}
.main_project .w_100 .left .title .p3 a:hover span {
    color: #fff;
}
.main_project .w_100 .left {
    padding: 125px 150px 125px 0;
}
.main_project .w_100 .right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.main_project .w_100 .right .item{
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.main_project .w_100 .right .item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
}
.main_project .w_100 .right .item .tag {
    background: #0ab4c5;
    font-size: 14px;
    width: 90px;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.main_project .w_100 .right .item1 .tag {
    background: #fff;
    color: #0ab4c5;
}
.main_project .w_100 .right .item .txt {
    display: flex;
    max-width: 600px;
    flex-wrap: wrap;
}
.main_project .w_100 .right .item .txt a {
    padding: 0px 30px;
    display: block;
    color: #3d3d3d;
    font-size: 14px;
    border: 1px solid #ccc;
    line-height: 40px;
    min-width: 245px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
    text-align:center;

}
.main_project .w_100 .right .item .txt a:hover {
    background: #0ab4c5;
    color: #fff;
}



.main_project .w_100 .right .item .txts {
    display: flex;
    max-width: 600px;
    flex-wrap: wrap;
}
.main_project .w_100 .right .item .txts a {
    padding: 0px 30px;
    display: block;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 40px;
    min-width: 245px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
    text-align: center;

}
.main_project .w_100 .right .item .txts a:hover {
    background: #fff;
    color: #0ab4c5;
}



.main_project .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #ccc;
    margin: 0 5px;
    height: 13px;
    width: 13px;
    opacity: 1;
}
.main_project .swiper-pagination-clickable .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd9c3e;
    border: 1px solid #fd9c3e;
    border-radius: 20px;
}
.main_project .w_100 .right .item1 .txt a {
    
    border: 1px solid #fff;
    color: #fff;
}
.main_project .w_100 .right .item .name {
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 45px;

}
.main_project .w_100 .right .item1 .name {
    color: #fff;
}

.main_project .w_100 .right .item .box {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 55px 110px;
}

.main_project .list {
    overflow: hidden;
}
.main_project .swiper-slide {
}
.main_project .swiper-slide a:hover {
    box-shadow: 0 0 10px #ececec;
}
.main_project .swiper-slide a {
    
    transition: 0.3s;
    max-width: 100%;
    max-height: 400px;
    display: block;
}
.main_project .swiper-slide a .pic {
    overflow: hidden;
}
.main_project .swiper-slide a img {
    max-width: 100%;
    max-height: 400px;
}
.main_project .swiper-slide a:hover .pic img {
}
.main_news {
    padding: 85px 0 110px;
    background: url("../images/bg3.png") no-repeat;
    background-size: cover;
    display: flex;
}
.main_news .title .p1 {
    font-size: 36px;
    color: #28323c;
    line-height: 36px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    letter-spacing: 3px;
}
.main_news .title .p2 {
    font-size: 40px;
    margin-top: -10px;
    color: #d9d9d9;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}
.main_news .title {
    text-align: center;
}

.main_news .content {
    display: flex;
    margin-top: 50px;
}
.main_news .content .item {
    width: calc((100% - 90px) / 3);
    margin-right: 45px;
}
.main_news .content .item:last-child {
    margin-right: 0;
}

.main_news .content .item1 {
    background: #fff;
}

.main_news .content .item1 .pic {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.main_news .content .item1 .pic img {
    width: 100%;
}

.main_news .content .item1 .info {
    padding: 40px;
}

.main_news .content .item .other .type {
    color: #0eb5be;
    font-size: 14px;
    
}
.main_news .content .item .other .date {
    color: #808080;
}
.main_news .content .item1 .info .dsc {
    line-height: 30px;
    color: #6d747b;
    font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
    height: 60px;
}
.main_news .content .item .name {
    color: #404040;
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}
.main_news .content .item .other {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main_news .content .item2 {
    background: url("../images/bg2.png") no-repeat center;
    background-size: cover;
    padding: 80px 40px;
}
.main_news .content .item2 .other {
    margin-bottom: 50px;
}

.main_news .content .item2 .dsc {
    line-height: 30px;
    color: #6d747b;
    font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;					
	-webkit-box-orient: vertical;
    height: 90px;
    margin-bottom: 150px;
}

.main_news .content .item2 .link a{
    width: 200px;
    height: 50px;
    color: #fff;
    display: block;
    line-height: 50px;
    color: #363636;
    font-size: 14px;
    transition: 0.3s;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    border-radius: 40px;
    transition: 0.3s;
    background:#0ab4c5;
}
.main_news .content .item2 .link a span {
    color: #fff;
}
.main_news .content .item2 .other .type {
    color: #808080;
}
.main_news .content .item2 .other .date {
    color: #0eb5be;
}
.main_news .content .item2 .link a:hover {
    color: #fff;
    background:#0998a5;
}
.main_news .content .item3 a {
    display: flex;
    margin-bottom: 40px;
}

.main_news .content .item3 a:last-child {
    margin-bottom: 0;
}

.main_news .content .item3 a .pic {
    width: 220px;
    height: 160px;
}
.main_news .content .item3 a .pic img {
    width: 100%;
}
.main_news .content .item3 a .txt {
    width: calc(100% - 250px);
    margin-left: 30px;
}


.main_news .content .item3 .name {
    color: #404040;
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 30px;
    transition: 0.3s;
}

.main_news .content .item3 a:hover .name {
    color: #0ab4c5;
}
.main_news .content .item3 a:hover .name
.main_news .content .item3 .icon {
    margin-top: 28px;
}
.main_news .content .item3 .dsc {
    line-height: 30px;
    color: #838a91;
    font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
    height: 60px;
    transition: 0.3s;
}
.main_news .content .item .name a:hover{color: #0998a5;}
.main_news .content .item3 a:hover .dsc {
    color: #0998a5;
}



.strenght_box .box {
    display: none;
}
.strenght_box .box1 {
    display: block
}

.strenght_box .box .name {
    padding: 90px 0 60px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 65px;
}
.strenght_box .box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.strenght_box .box .list .item {
    width: 24%;
    padding: 48px 25px;
    background-color: #eef1f5;
    margin-bottom: 40px;
}

.strenght_box .box .list .item .name {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 35px;
    border: none;
}
.strenght_box .box .list .item .pic {
    width: 100%;
}
.strenght_box .box .list .item .pic img {
    width: 100%;
}

.img_dialog {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
}
.img_dialog.active {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.img_dialog .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: 0.5s;
    opacity: 0;
}
.img_dialog.active .bg {
    opacity: 0.7;
}
.img_dialog .content {
    max-width: 80%;
    max-height: 80%;
    position: relative;
    z-index: 1000;
}
.img_dialog .content img {
    max-width: 100%;
    transition: 1s;
    max-height: 100%;
    transform: scale(0);
    transform-origin: center;
}

.img_dialog.active .content img {
    transform: scale(1);
}
.img_dialog .operation div {
    position: absolute;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #000;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    font-family: cursive;
    font-size: 26px;
    justify-content: center;
}
.img_dialog .operation .left {
    left: 3%;
}
.img_dialog .operation .right {
    right: 3%;
}


.contact_box .name {
    padding: 60px 0 60px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 0px;
}

.contact_box .info {
    display: flex;
    justify-content: space-between;
}
.contact_box .info .item {
    width: calc(50% - 30px);
    background: #eff1f5;
}
.contact_box .info .item .txt .details {
    color: #565656;
    font-size: 14px;
    line-height: 35px;
}
.contact_box .info .item .txt .title {
    color: #004190;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}
.contact_box .info .item .txt {
    padding: 45px;
}
.contact_box2 {

    margin-top: 20px;
}

.contact_box2 .name {
    padding: 90px 0 60px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 65px;
}

.contact_box2 .table {}
.contact_box2 .table .tr_top{
    background: #0ab4c5;
    color: #fff;
}
.contact_box2 .table .tr_top span {
    line-height: 60px;
}
.contact_box2 .table .tr{
    display: flex;
    padding: 0px;
}

.contact_box2 .table .tr span {
    text-align: center;
    flex: 1;
}

.contact_box2 .table .item .tr {
    border-bottom: 1px solid #eff1f5;
    background: #fff;
}
.contact_box2 .table .item .tr span {
    line-height: 70px;
}
.contact_box2 .table .item .tr span.operation {
    cursor: pointer;
}
.contact_box2 .table .details p{
    line-height: 35px;
}
.contact_box2 .table .details{
    padding: 25px 114px;
    display: none;
    color: #515151;
    font-size: 14px;
    background:#f2f2f2;
}

.contact_form {
   
    margin-top:50px;
    
}

.contact_form .w_100 {
    padding: 40px 0px;
   
    border-radius: 5px;
    align-items: center;
    margin-bottom:50px;
}


.contact_form .name {
    font-size: 35px;
    color: #000;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.contact_form .tips {
    font-size: 14px;
    color: #515151;
    margin-bottom: 40px;
    padding-top:15px;
    text-align: center;
}

.contact_form .list form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form .list .item {
    width: 33%;
    margin-bottom: 30px;
}
.contact_form .list .item1 {
    width: 100%;
}
.contact_form .list .item input {
    outline: none;
    border-radius: 5px;
    border: 1px solid #ced4da;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #515151;
    width: 100%;
}
.contact_form .list .item textarea {
    outline: none;
    width: 100%;
    height: 140px;
    padding: 25px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #515151;
    border: 1px solid #ced4da;
}
.contact_form .list .button {
    width: 100%;
}
.contact_form .list .button button{
    width: 100%;
    color: #fff;
    background:#0ab4c5;
    text-align: center;
    border-radius: 5px;
    border: none;
    outline: none;
    height: 50px;
}
/*--------------------news------------------------*/


.news_box {
    margin-top: 80px;
}

.news_box .item {
    display: flex;
    align-items: center;
    
    padding: 20px;
    transition: 0.3s;
    width: 100%;
    
    margin-bottom:40px;
}
.news_box .item .pic {
    width: 600px;
    height: 300px;
    overflow: hidden;
    margin-right: 60px;
}


.news_box .item .pic img {
    width: 100%;
    transition: 1s;
    height: 100%;
    
}

.news_box .item .info .tips {
    color: #515151;
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    margin-bottom: 30px;
    transition: 0.3s;
}
.news_box .item .info .title {
    font-size: 24px;
    color: #000;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 25px;
    font-weight: bold;
    transition: 0.3s;
}
.news_box .item .info {
    width: calc(100% - 0px);
    padding: 50px 0px;
}

.news_box .item .info .more a{
    display: inline-block;
    width: 150px;
    height: 50px;
    border-radius: 40px 40px 0px 40px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    font-size: 16px;
    transition: 0.3s;
    border: 1px solid #26bccb;
    
}
.news_box .item .info .more a span{padding-right:20px;float:right;}
.news_box .item:hover .info .title{
    color: #26bccb;
}

.news_box .item:hover .info .more a {
    border: 1px solid #26bccb;
    background: #26bccb;
    color: #fff;
    border-radius: 40px 40px 0px 40px;
}
.news_box .item .date .p1 {
    color: #26bccb;
    font-size: 60px;
    font-weight: bold;
}
.news_box .item .date .p2 {
    font-size: 24px;
    color: #26bccb;
    line-height: 35px;
}
.news_box .item .web_date {
    display: block;padding:0px 0px 15px 0px;font-size:16px;
}
.news_box .item .date {
    padding: 30px 0;
    text-align: right;
    border-left: 1px solid #fbfbfb;
    flex: 1;
}

.news_details .w_100{
    display: flex ;
    padding-top: 70px;
    align-items: flex-start;
}
.news_details .info{
    width: calc(100% - 0px);
}
.news_details .info .other {
    display: flex;
    align-items:  center;
    color: #9b9b9b;
    font-size: 16px;
    justify-content: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.news_details .info .other span {
    margin: 0 13px;
}
.news_details .info .name {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}
.news_details .list{
    width: 405px;
    margin-left: 60px;
    padding: 35px;
    border:1px solid #efefef;
}

.news_details .list .name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}

.news_details .list .item {
    padding: 20px 0;
    color: #333333;
    border-bottom: 1px solid #efefef;display: block;
}

.news_details .list .item .date {
    
    padding-left: 20px;
}
.news_details .list .item .title {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding-left: 20px;
    background: url("../images/icon_1.png") no-repeat left center;
}

.news_details .info .zw .txt{
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    margin-bottom: 30px;
}
.news_details .info .zw p{font-size:16px;color:#333;line-height:38px;}
.news_details .info .zw .pic{
    text-align: center;
    margin-bottom: 30px;
}
.project_details2  .operation,
.news_details .info .operation{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    height: 55px;
    padding: 10px 0;
    background: #efefef;
    align-items: center;
    margin-bottom: 70px;
}

.project_details2  .operation a ,
.news_details .info .operation a {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;

}

/*--------------------news------------------------*/

.products_box1 {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.products_box1 .nav{
    width: 360px;
    margin-right: 40px;
}
.products_box1 .nav .title {
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 0 30px;
    background: url('../images/bg3.png') no-repeat center;
    background-size: cover;
}
.products_box1 .nav .list{
    border: 1px solid #efefef;
    border-top: none;
}
.products_box1 .nav .list .item {
    border-bottom: 1px solid #ebebeb;
}
.products_box1 .nav .list .item p{
    height: 60px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background: #f5f5f5;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 0 20px;
    width: 100%;
    cursor: pointer;
    position: relative;

}
.products_box1 .nav .list .item p::before {
    border-left: 1px solid #ebebeb;
    display: block;
    content: '';
    width: 50px;
    background: url("../images/icon12.png") no-repeat center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.products_box1 .nav .list .item .ul {
    display: none;
}
.products_box1 .nav .list .item .li {
    width: 100%;
}

.products_box1 .nav .list .item.active .ul {
    display: block;
}

.products_box1 .nav .list .item .li a {
    padding: 0 40px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    line-height: 60px;
    height: 60px;
    background: #ebebeb;
    transition: 0.3s;
    color: #666;
    font-size: 16px;
}



.products_box1 .nav .list .item .li .active2{background:#0ab4c5;color:#fff;}

.products_box1 .nav .list .item .li a:hover {
    background:#0ab4c5;color:#fff;

}
.products_box1 .nav .list .item .li:last-child a {
    border-bottom: none;
}

.products_box1 .details {
    width: calc(100% - 0px);
}


.products_box1 .details .list a:hover {
    box-shadow: 0 0 10px #ececec;
}
.products_box1 .details .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.products_box1 .details .list a {
    padding: 18px 0;
    border: 1px solid #ececec;
    transition: 0.3s;
    width: calc((100% - 120px) / 4);
    display: block;
    margin-right: 40px;
    font-size: 16px;
    color: #363636;
    margin-bottom: 40px;
    text-align: center;
}
.products_box1 .details .list a:nth-child(4n) {
    margin-right: 0;
}
.products_box1 .details .list .name {
    color: #363636;
    transition: 0.3s;
}
.products_box1 .details .list a:hover .name {
    color: #0ab4c5;
} 
.products_box1 .details .list a .pic {
    overflow: hidden;
    width: 100%;
}
.products_box1 .details .list a .pic img {
    transition: 0.5s;
    max-width: 100%;
}
.products_box1 .details .list a:hover .pic img {
    transform: scale(1.2);
}

.project_details1 {
}
.project_details1 .w_100 {
    border: 1px solid #efefef;
    padding: 35px;
    display: flex;
}
.project_details1 .w_100 .pic {
    
}
.project_details1 .swiper {
  margin-left: auto;
  margin-right: auto;
}

.project_details1 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.project_details1 .mySwiper2 {
  width: 540px;
  border: 1px solid #efefef;
  height: 540px;
  margin-bottom: 20px;  
}

.project_details1 .mySwiper {
  height: 80px;
  margin-top: 40px;
  box-sizing: border-box;
  margin: 0 30px;
  width: calc(540px - 60px);
}

.project_details1 .mySwiper .swiper-slide {
  width: 80px;
  height: 100%;
  opacity: 0.7;
}
.project_details1 .mySwiper .swiper-slide img {

    border: 1px solid #efefef;
}
.project_details1 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.project_details1 .swiper-button-next,
.project_details1 .swiper-button-prev {
    width: 10px;
}
.project_details1 .swiper-button-next:after,
.project_details1 .swiper-button-prev:after {
    font-size: 24px;
}
.project_details1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project_details1 .swiper_botoom {
    position: relative;
}

.project_details1 .txt{
    flex: 1;
    margin-left: 50px;
}

.project_details1 .txt .name {
    padding: 25px 0;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    color: #404040;
    border-bottom: 1px solid #efefef;
}
.project_details1 .txt .type  {
    border-bottom: 1px solid #efefef;
    margin-bottom: 25px;
    color: #7b7b7b;
    font-size: 16px;
    padding-bottom: 35px;
}
.project_details1 .txt .type a {
    color: #0ab4c5;
}
.project_details1 .txt .des  {
    padding: 20px 0;
    font-size: 14px;
    color: #727272;
    line-height: 30px;
}
.project_details1 .txt .tel  {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.project_details1 .txt .tel span {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #515151;
}
.project_details1 .txt .tel span img {
    margin-right: 10px;
}
.project_details1 .txt .tel a {
    font-size: 24px;
    color: #0ab4c5;
}
.project_details1 .txt .button button {
    width: 160px;
    height: 50px;
    color: #fff;
    background: #ea6513;
    text-align: center;
    border-radius: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.project_details2 {
    margin-top: 65px;
}

.project_details2 .tab  {
    display: flex;
    margin-bottom: 65px;
    border-bottom: 1px solid #efefef;
}
.project_details2 .details p b {
    color: #004190;

}
.project_details2 .details {
    width: 100%;
}
.project_details2 .details {
    padding: 0 15px;
    width: 100%;
}
.project_details2 .details p{
    color: #515151;
    font-size: 16px;
    line-height: 35px;
}
.project_details2 .tab span {
    width: 170px;
    height: 55px;
    font-size: 16px;
    color: #fff;
    background:#0ab4c5;
    background-size: cover;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
}
.project_details2 .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    justify-content: space-between;
}
.project_details2 .list .item {
    width: 485px;
    margin-bottom: 20px;
}
.project_details2 .list .item .txt {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.project_details2  .operation {
    background: #fff;
    border-top: 1px solid #efefef;
    margin-bottom: 100px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    height: 55px;
    padding: 10px 0;
    align-items: center;
    margin-bottom: 70px;
}

.project_details2  .operation a{
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;

}




.contact_box .l_name {
    text-align: center;
    font-size: 14px;
    color: #565656;
    margin-bottom: 50px;
}
.contact_box .info1 {
    display: flex;
    box-shadow: 0 0 5px #e9e9e9;
    flex-wrap: wrap;
    padding-top:50px;

}
.contact_box .info1 .txt{
    width: 50%;
}
.contact_box .info1 .map{
    width: 50%;
    height: 100%;
}

.contact_box .info1 .txt {
    display: flex;
    height:450px;
    background:url(/images/lxbj.png) no-repeat;
}
.contact_box .info1 .ewm p {
    line-height: 25px;
    color: #515151;
    font-size: 14px;
}
.contact_box .info1 .ewm {
    flex: 1;
    text-align: center;
}
.contact_box .info1 .ewm 
.contact_box .info1 .details {
    padding-left: 30px;
    margin-right: 100px;
    
}
.contact_box .info1 .details{padding:30px 0px 0px 40px;line-height:50px;}
.contact_box .info1 .details .title {
    font-weight: bold;
    color: #004190;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
}

.contact_box .info1 .details .item .p1 {
    color: #004190;
    font-size: 16px;
    line-height: 36px;
}

.contact_box .info1 .details .item .p2 {
    color: #565656;
    font-size: 14px;
    line-height: 36px;
}.news_box .item .info
/* 新闻列表 */

.news_box .item .info .time{margin-right:-20px;padding:15px 0 10px 0;border-right:1px solid #eee;}
.news_box .item .info .time .text-large{font-size:52px;line-height:54px;}
.news_box .item .info .news {margin-left:50px;margin-right:30px}
.news_box .item .info .news h3 a{display:block;font-size:24px;color:#333;margin-bottom:20px}
.news_box .item .info .button{width:70px;line-height:56px;font-size:24px;border:1px solid #ebebeb;}
.news_box .item .info .button i{font-size: 22px;}
.news_box .item .info:hover .button{background:#ff9600;color:#fff;border:1px solid #ff9600}
.news_box .item .info:hover h3 a{color:#ff9600}
/* 新闻列表 */
.text-center{text-align:center;}
.x1{width:8.33333333%}


.firstRow img {display: inline-block;}
.jlgd{margin-top:80px;}
.bs{padding:0px 40px;}
.bjtp{background:url(../images/lxwm.jpg) no-repeat;height:513px;}


.zh{font-size:18px;padding-top:10px;}
/* 新闻列表 */

.bjnews{border:1px solid #eee;}
.jlsb{padding:0px;}
.sjyc{display:none;}



.bannerNormal{width:100%;height:auto;position:relative;border:1px solid #efefef}
.bannerNormal .bannerBox{width:100%;height:auto;overflow:hidden;}
.bannerNormal .bannerBox img{width:100%;height:auto;display:block;}
.bannerNormal .bannerNav{width:100%;height:80px;}
.bannerNormal .bannerNav .inside{display:flex;justify-content:space-between;align-items:center;}
.bannerNormal .bannerNav .bannerNavInside{}
.bannerNormal .bannerNav .bannerNavInside>ul{width:100%;}
.bannerNormal .bannerNav .bannerNavInside>ul>li{display:inline-block;float:left;height:80px;line-height:80px;position:relative;}
.bannerNormal .bannerNav .bannerNavInside>ul>li:hover,
.bannerNormal .bannerNav .bannerNavInside>ul>li.cur{background-image:linear-gradient(to right,#0ab4c5,#0ab4c5);}
.bannerNormal .bannerNav .bannerNavInside>ul>li>a{display:block;padding:0 60px;font-size:16px;color:#000;}
.bannerNormal .bannerNav .bannerNavInside>ul>li>a:hover{color:#fff;}
.bannerNormal .bannerNav .bannerNavInside>ul>li:hover, .bannerNormal .bannerNav .bannerNavInside>ul>li.cur a{color:#fff;}
.bannerNormal .bannerNav .bannerNavInside>ul>li:hover>ul{display:block;}
.bannerNormal .bannerNav .bannerNavInside>ul>li>ul.showSub{display:block;}
.bannerNormal .bannerNav .bannerNavInside>ul>li>ul{position:absolute;top:100%;left:0;right:0;height:auto;background: #029eae;display:none;z-index:10;}
.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li{width:100%;height: 36px;line-height: 36px;border-bottom:1px solid #eeeeee;}
.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li:hover{}
.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li>a{display:block;font-size:12px;color:#fff;text-indent:10px;}
/*.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li>a.hasSun{background:url(../images/arrowright2.png) 80% center no-repeat;}*/
/*.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li:hover>ul{display:block;}*/
.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li>ul.showSub2{display:block;}

.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li>ul{position:absolute;left:100%;background:#fff;width:100px;display:none;margin-top:-26px;}
.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li>ul>li{width:100%;height:26px;line-height:26px;border-bottom:1px solid #eeeeee;}
.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li>ul>li>a{font-size:12px;color:#515151;text-indent:10px;display:block}
.bannerNormal .bannerNav .bannerNavInside>ul>li>ul>li>ul>li:hover>a{opacity:0.6}
.bannerNormal .bannerNav .bread{display:flex;align-items:center;height:80px;}
.bannerNormal .bannerNav .bread a,
.bannerNormal .bannerNav .bread span{font-size:14px;color:#000;padding:0 2px;}
.bannerNormal .bannerNav .bread img{width:13px;height:15px;display:block;}

.list-news .news .more a{
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 40px 40px 0px 40px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid #26bccb;
    padding-left:10px;
    margin-top:20px;
    
}
.list-news .news .more a span{padding-right:20px;float:right;}


.list-news .news:hover .more a {
    border: 1px solid #26bccb;
    background: #26bccb;
    color: #fff;
    border-radius: 40px 40px 0px 40px;
}
.inside{width:100%;height:auto;overflow:visible;margin:0 auto;max-width:1440px;}