 


    .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: 48px;
        line-height: 60px;
        margin-bottom: 35px;
        letter-spacing: 8px;    
        font-weight: bold;
    }
    .banner_swiper .swiper-slide .txt div .p2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 110px;
        font-family: Arial;
    }
    .banner_swiper .swiper-slide .txt div .p3 i{
        width: 90px;
        height: 6px;
        background: #fff;
        display: inline-block;
        margin-bottom: 30px;
    }
.banner_swiper .swiper-slide .txt div .p4 a{
 display: inline-block;
width: 160px;
height: 50px;
border-radius: 50px;
text-align: center;
color: #fff;
font-size: 14px;
background: #ea5513;
line-height: 50px;
transition: 0.5s;
}
.banner_swiper .swiper-slide .txt div .p4 a:hover {
transform: scale(1.05);
}
    .banner_swiper .pagination {
        bottom: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 0;
        height: 100px;
        z-index: 10;
        color: #fff;
    }
    .banner_swiper .pagination .bg {
        position: absolute;
        right: 0;
        background: url("../images/bg1.png") center;
        background-size: 100%;
        height: 100%;
        width: calc(50% - 110px);
    }
    .banner_swiper .pagination>div {
        position: relative;
        height: 100px;
    }
    .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 3px;
        transition: 0.3s;
    }
    .banner_swiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
        opacity: 1;
        width: 40px;
        border-radius: 20px;
    }
    .banner_swiper .pagination>div .button .swiper-pagination .swiper-pagination-current {
        font-size: 30px;
    }
    .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 .pagination>div .button .swiper-button-next {
        background: url("../images/icon3.png") no-repeat center;
        width: 60px;
        height: 100%;
        position: unset;
        right: 0;
        margin: 0 10px;
        transition: 0.3s;
        cursor: pointer;
    }
    .banner_swiper .pagination>div .button .swiper-button-prev {
        background: url("../images/icon2.png") no-repeat center;
        width: 60px;
        height: 100%;
        left: 0;
        position: unset;
        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-bottom: 90px;
        width: 100%;
        overflow: hidden;
    }
    .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;
        padding-top: 100px;
        justify-content: space-between;
    }
    .main_about .w_100 .info .txt p {
        text-align: left;
        text-indent: 30px;
        color: #363636;
        font-size: 16px;
        line-height: 30px;
    }
    .main_about .w_100 .info {
        width: calc(50% - 110px);
        margin-top: -25px;
    }
    .main_about .w_100 .pic {
        width: 50%;
        cursor: pointer;
        overflow: hidden;
    }
    .main_about .w_100 .pic img {
        width: 100%;
        transition: 0.5s;
    }
    .main_about .w_100 .pic:hover img {
        transform: scale(1.15);
    }
    .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;
        font-family: Arial;
    }
    .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 {
        
    }
    .main_about .w_100 .operation a {
        width: 155px;
        height: 50px;
        padding: 0 30px;
        border: 1px solid #efefef;
        display: block;
        line-height: 50px;
        border-radius: 30px;
        color: #363636;
        font-size: 14px;
        transition: 0.3s;
        margin-top: 60px;
        background:#fff url("../images/icon5.png") no-repeat 105px center;
    }
    .main_about .w_100 .operation a:hover {
        background:#efefef url("../images/icon5.png") no-repeat 105px center;
    }
    .main_about .w_100 .num .item::after {
        display: block;
        content: '';
        width: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #f0f0f0;
        height: 50%;
    }




    .main_zy {
        margin-bottom: 90px;
    }
    .main_zy .content {
        position: relative;
    }
    .main_zy .list{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
    }
    .main_zy .list .item {
        width: 20%;
        position: relative;
        height: 100%;
        transition: 0.5s;
        overflow: hidden;
        padding: 120px 60px;
    }
    .main_zy .list .item .box {
        position: relative;
        z-index: 9;
        color: #fff;
    }
    .main_zy .list .item .box .icon {
        margin-bottom: 75px;
    }
    .main_zy .list .item .box .name {
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .main_zy .list .item .box .txt {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 90px;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* 限制在三行 */
        -webkit-box-orient: vertical;
        margin-bottom: 125px;
    }
    .main_zy .list .item .box .more  i {
        background: #ea5813 url("../images/icon3.png") center no-repeat;
        width: 55px;
        height: 55px;
        border-radius: 100px;
        display: block;
        transition: 0.5s;
        transform: scale(1, 1);
        transform-origin: left;
        position: absolute;
        left: 0;
        top: 0;
    }
    .main_zy .list .item:hover .box .more  i {
        opacity: 0;
        transform: scale(0, 1);
    }
    .main_zy .list .item .box .more a {
        transform-origin: left;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 150px;
        border-radius: 100px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        padding: 0 20px;
        transition: 0.5s;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transform: scale(0, 1);
    }
    .main_zy .list .item .box .more a:hover {
        background: #ea6613;
    }
    .main_zy .list .item:hover .box .more a {
        opacity: 1;
        transform: scale(1, 1);
    }

    .main_zy .list .item .box .more {
        display: flex;
        height: 55px;
        position: relative;
    }
    .main_zy .list .item>img {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .main_zy .list .item.active {
        width: 40%;
        flex: auto;
    }
    .main_zy .list .item:hover {
        width: 40%;
    }
    .main_zy .list .item:hover.active {
        width: 20%;
    }



    
.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: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    margin-bottom: 20px;

}
.common_banner .txt .p2 {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.common_banner .txt .p2 i {
    display: flex;
    width: 60px;
    height: 4px;
    background: #fff;
}
.common_banner .txt .p3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    font-family: 'arial', sans-serif;
    
}

.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_101{
    display: flex;
    align-items: center;
    
}
.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 .item.active {
    color: #fff;
    background: #0087dc;
}

.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: 80px;
}
.about_content .content .pic img {
    width: 100%;
    min-width: 538px;
}
.about_content .content .name {
    color: #363636;
    font-size: 30px;
    font-weight: bold;
}
.about_content .content {
    display: flex;
    justify-content: space-between;
}

.about_content .w_100 .txt {
    font-size: 16px;
    color: #363636;
    line-height: 46px;
    text-indent: 30px;
}
.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;
    font-family: Arial;
}
.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 {
    margin-bottom: 90px;
}
.main_project .swiper-container2 .swiper-pagination-bullet-active {
    background: #ea5a13;
}
.main_project .list {
    overflow: hidden;
}
.main_project .swiper-container2 {
    overflow: unset;
    padding-bottom: 70px;
}
.main_project .swiper-slide {
}
.main_project .swiper-slide a:hover {
    box-shadow: 0 0 10px #ececec;
}
.main_project .swiper-slide a {
    padding: 40px 0;
    border: 1px solid #ececec;
    transition: 0.3s;
    width: 100%;
    display: block;
}
.main_project .swiper-slide a .pic {
    overflow: hidden;
}
.main_project .swiper-slide a .pic img {
    transition: 0.5s;
    max-width: 100%;
}
.main_project .swiper-slide a:hover .pic img {
    transform: scale(1.2);
}
.main_news {
    padding: 70px 0 130px;
    background: url("../images/bg2.png") no-repeat;
    background-size: cover;
    display: flex;
}
.main_news .content {
    justify-content: space-between;
}
.main_news .left {
    width: calc(100% - 88px -  500px);
}
.main_news .left .pic{
    width: 435px;
    margin-right: 50px;
}
.main_news .left .info {
    width: calc(100% - 435px);
}
.main_news .left .pic img {
    width: 100%;
}
.main_news .name {
    color: #303030;
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}
.main_news .item .default {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制在三行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 60px;
}

.main_news .date {
    color: #00aa37;
    font-size: 16px;
    line-height: 55px;
}
.main_news .left .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
    border-bottom: 1px solid #efefef;
    transition: 0.5s;
}
.main_news .item {
    transition: 0.5s;
    cursor: pointer;
}
.main_news .item:hover {
    background: #fff;
    padding: 20px;
}
.main_news .item a {
    display: flex;
    align-items: center;
    color: #0087dc;
}
.main_news .left .item:last-child {
    margin-bottom: 0;
}
.main_news .right {
    width: 500px;
    border-bottom: 1px solid #efefef;
}
.main_news .right img{width:500px;}
.main_news .right .pic {
width: 100%;
}
.main_news .right .pic img {
width: 100%;
}
.main_join .w_100 {
    display: flex;
    justify-content: space-between;
}
.main_join {
    background: url("../images/bg3.png") no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.main_join .w_100 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_join .w_100 span {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.main_join .w_100 a {
    background: #ea6613;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border-radius: 100px;
}


.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:#0087dc;color:#fff;}

.products_box1 .nav .list .item .li a:hover {
    background:#0087dc;color:#fff;

}
.products_box1 .nav .list .item .li:last-child a {
    border-bottom: none;
}

.products_box1 .details {
    width: calc(100% - 405px);
}


.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: 40px 0;
    border: 1px solid #ececec;
    transition: 0.3s;
    width: calc((100% - 80px) / 3);
    display: block;
    margin-right: 40px;
    font-size: 16px;
    color: #363636;
    margin-bottom: 40px;
    text-align: center;
}
.products_box1 .details .list a:nth-child(3n) {
    margin-right: 0;
}
.products_box1 .details .list .name {
    color: #363636;
    transition: 0.3s;
}
.products_box1 .details .list a:hover .name {
    color: #0087dc;
} 
.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: #0087dc;
}
.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: #0087dc;
}
.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: url("../images/bg1.png") no-repeat;
    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;

}



/*--------------------strenght------------------------*/
.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%;
}
/*--------------------news------------------------*/


.news_box {
    margin-top: 80px;
}

.news_box .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 0px;
    transition: 0.3s;
    width: 100%;
}
.news_box .item .pic {
    width: 600px;
    height: 300px;
    overflow: hidden;
    margin-right: 60px;
}


.news_box .item .pic img {
    width: 100%;
    transition: 1s;
    height: 100%;
    border-radius: 0% 10% ;
}

.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;
    text-align: center;
    line-height: 50px;
    background: #fff;
    font-size: 16px;
    transition: 0.3s;
    border: 1px solid #0087dc;
}

.news_box .item:hover .info .title{
    color: #0087dc;
}

.news_box .item:hover .info .more a {
    border: 1px solid #0087dc;
    background: #0087dc;
    color: #fff;
}
.news_box .item .date .p1 {
    color: #0087dc;
    font-size: 60px;
    font-weight: bold;
}
.news_box .item .date .p2 {
    font-size: 24px;
    color: #0087dc;
    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------------------------*/


.contact_box .name {
    padding: 60px 0 60px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 65px;
}

.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: url(/images/rcbj.png) no-repeat;
    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_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;

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


.contact_form {
   
    margin-top:50px;
    background:#f3f3f3;
}

.contact_form .w_100 {
    padding: 70px 0px;
   
    border-radius: 5px;
    align-items: center;
}


.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: 260px;
    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:url(/images/tijiao.png) no-repeat;
    text-align: center;
    border-radius: 5px;
    border: none;
    outline: none;
    height: 50px;
}

.project_box .details .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project_box .details .list .item {
    width: 25%;
    margin-bottom: 35px;
    padding: 15px;
    flex-wrap: wrap;
    text-align: center;
}
.project_box .details .list .item a {
    
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.project_box .details .list .item .pic {
    width: 100%;
}
.project_box .details .list .item .pic img {
    width: 100%;
}
.project_box .details .list .item .title {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #515151;
    line-height: 20px;
    margin: 25px 0;
    text-align: center;
    width: 100%;
}

.common_banners{display:none;}


.list-news {display: flex;align-items: center;justify-content: center;margin-bottom:30px}
.list-news .time{margin-right:-20px;padding:15px 0 10px 0;border-right:1px solid #eee;}
.list-news .time .text-large{font-size:52px;line-height:54px;}
.list-news .news {margin-left:50px;margin-right:30px}
.list-news .news h3{font-size:18px;}
.list-news .news h3 a{display:block;font-size:24px;color:#333;margin-bottom:20px;font-weight:normal;}
.text-gray{color:#888888;line-height:24px;font-size:14px;}
.list-news .button{width:70px;line-height:56px;font-size:24px;border:1px solid #ebebeb;}
.list-news .button i{font-size: 22px;}
.list-news:hover .button{background:#0087dc;color:#fff;border:1px solid #0087dc}
.list-news:hover h3 a{color:#0087dc}
.x4{width:33.33333333%;float:left;position:relative;min-height:1px;}
.img-responsive {display:block;width:100%;height:280px;}
.img-new-w {max-height:95px}
.img-new-h {min-height: 410px;}
.text-center{text-align:center;}
.x1{width:8.33333333%;float:left;position:relative;min-height:1px;}
.x6{width:60%;float:left;position:relative;min-height:1px;}

.container{width:1680px;margin:0 auto;padding-top:30px;}
.bs{background:#fff;padding:50px;}