﻿*{
    margin:0;
    padding:0;
}

.container {
    padding:0 !important;
}
i {
    font-style:normal;
}
 b {
     font-weight:400;
 }

.bx-index-top01 {
    height: 140px;
    line-height: 140px;
}

    .bx-index-top01 .bx-logo {
        line-height:140px;
    }

        .bx-index-top01 .bx-logo img {
            max-height: 70px;
        }

    .bx-index-top01 .bx-nav ul li {
        line-height: 140px;
        font-size: 18px;
        color: #999999;
    }

        .bx-index-top01 .bx-nav ul li a {
            display:inline-block;
            color: #999;
            width: 120px;
        }

        .bx-index-top01 .bx-nav ul li i {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 20px;
            width: 2px;
            background-color: #999999;
        }

    .bx-index-top01 .bx-nav ul li:last-child i {
        display:none;
    }
        .bx-index-top01 .bx-nav ul li a:hover,
        .bx-index-top01 .bx-nav ul li a.focus,
        .bx-index-top01 .bx-nav ul li a.active {
            color: #485e88;
            background-color: transparent;
        }

body {
    background: url('../images/img/back.png') no-repeat left top;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    display:none;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    opacity: .2;
    background: #fff;
}

.index_title .hangye {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
}

    .index_title .hangye h5 {
        font-size: 25px;
        font-weight: bold;
        color: #666666;
        padding-left: 30px;
        position: relative;
    }

        .index_title .hangye h5::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 100%;
            background-color: #485e88;
        }

    .index_title .hangye a {
        font-size: 18px;
        color: #444444;
    }

        .index_title .hangye a:hover {
            color: #485e88;
        }

.index_News {
    margin-top:25px;
}

.index_News .index_news_left,
.index_News .index_news_right {
    width: 50%;
    overflow: hidden;
}

    .index_News .index_news_right {
        padding-left:25px;
    }

    .index_News .index_news_left .hang {
        width: 100%;
        margin: 0;
    }

    .index_News .index_news_left .swiper-slide {
        position:relative;
    }

        .index_News .index_news_left .swiper-slide .jinri {
            position:absolute;
            bottom:0;
            left:0;
            width:100%;
            padding:10px 0;
            background-color:rgba(0,0,0,.3);
        }

.index_news_left .swiper-slide .jinri p {
    font-size:18px;
    color:#fff;
    padding-left:20px;
    width:80%;
}

.mySwiper {
    position:relative;
}
.index_news_left .swiper-container-horizontal > .swiper-pagination-bullets,
.index_news_left .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: auto;
    width: 20%;
    right:0;
}

.index_news_left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
.index_news_left .swiper-pagination-bullet-active {
    opacity: .2;
    background: #fff;
}

.index_news_left .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.xinweng {
    margin: 20px 0 0 0;
}

.index_news_right .xinweng h5 {
    border-bottom: 1px dashed #999999;
    padding:13px 0;
}

.index_news_right .xinweng h5 p {
    width: 85%;
    font-size: 14px;
    color: #333333;
    text-align: left;
    transition:all .3s;
    padding:0;
    line-height:1;

}
.shijian {
    display:inline-block;
    width:15%;
    color: #999999;
    font-size:14px;
    line-height:1;
    font-weight:400;
}

.index_news_right .xinweng h5:hover p {
    padding-left: 10px;
    color: #485e88;
}

.with-padding {
    width: 100%;
    padding:10px 0 12px;
}

.with-padding span {
    font-size:14px;
    color:#999;
    line-height:24px;
}

    .with-padding span i {
        font-size: 14px;
        color: #bf0606;
    }


.li_ul.ins a .collapse{
    display: block;
}

.index_Service_box .ji {
    padding:24px 0;
    margin:0 -13px;
}

.index_Service_box ul li {
    padding:0 13px;
    float:left;
    width:25%;
}

.index_Service_box ul li a {
    display:block;
    position:relative;
}

    .index_Service_box ul li a .nihao {
       position:absolute;
       top:0;
       left:0;
       width:100%;
       height:100%;
       display:flex;
       align-items:center;
       justify-content:center;
       transition:all .3s;
    }

    .index_Service_box ul li a .nihao img {
        max-height:52px;
       max-width:52px;
    }

    .index_Service_box ul li a .nihao span {
        font-size:18px;
        color:#333;
        margin-left:20px;
    }

    .index_Service_box ul li:hover .nihao {
        background-color: #485e88;
    }
    .index_Service_box ul li:hover .nihao span {
        color: #fff;
    }

.index_information {
    display:flex;
    margin:0 -12px 80px;
}

    .index_information .index_information_left {
        width: 50%;
        margin-top: 25px;
        padding: 0 12px;
        display: flex;
    }



.index_information_left .index_xx_img {
    display:inline-block;
    width:47.6%;
}

.index_information_left .index_xixi {
    display: inline-block;
    width: calc(100% - 47.6%);
    padding-left:25px;
}

.index_information_left .index_xixi ul li {
    padding:20px 0 8px;
    border-bottom:1px dashed #999999;
}

    .index_information_left .index_xixi ul li:first-child {
        padding:5px 0 8px;
    }

    .index_information_left .index_xixi ul li h6::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translate(-50%,-50%);
        width: 5px;
        height: 5px;
        border: 1px solid #8fb2ba;
        border-radius: 50%;
    }

    .index_information_left .index_xixi ul li h6 {
        font-size: 14px;
        color: #333;
        position:relative;
        padding-left:20px;
        font-weight:400;
    }


/*内页*/

.modular_ny  {
    padding:50px 0 40px;
}

.ny_title h5 {
    font-size:30px;
    font-weight:700;
    padding-bottom:10px;
    color:#666666;
    position:relative;
    width:100%;
    text-align:center;
}

.ny_title h5 i {
    color: #4b618a;
}

    .ny_title h5::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width:50px;
        height: 2px;
        background-color: #4b618a;
    }

.news_box {
    margin-top:30px;
}

    .news_box ul li {
        width:100%;
        padding: 20px 0 20px 20px;
        border-bottom: 1px dashed #cccccc;
        transition:all .3s;
    }

    .news_box ul li a {
        display:flex;
    }

        .news_box ul li a .news_img {
            width:26.7%;
        }

        .news_box ul li a .news_text {
            width: calc(100% - 26.7%);
            padding-left: 23px;
            color: #4b618a;
        }

        .news_box ul li a .news_text h3  {
            padding-top:10px;
            font-size: 18px;
            font-weight:400;
        }

        .news_box ul li a .news_text span {
            display:inline-block;
            font-size:16px;
            margin:35px 0 25px;
        }

        .news_box ul li a .news_text p {
            font-size:16px;
        }

        .news_box ul li:hover {
            border: none;
            background-color: #f5f5f5;
            box-shadow:0 20px 18px rgba(155,155,155,.2);
        }
/*分页*/
.webdiyerCss input,
.webdiyerCss .page_go {
    display:none !important;
}

.webdiyerCss {
    padding: 40px 0;
}

    .webdiyerCss a, .webdiyerCss a:link, .webdiyerCss .redcss {
        display:inline-block;
        line-height:40px;
       text-align:center;
        width: 40px;
        height: 40px;
        font-size: 18px;
        color: #666666;
        padding: 0;
        margin: 0 5px;
    }

    .webdiyerCss .redcss, .webdiyerCss .page_go {
        background: #4b618a;
        border: 1px solid #4b618a;
        color: #fff !important;
    }

.banner {
    width: 1399px;
    margin:0 auto;
}
/*主要客户*/
.margin {
    margin-top: 50px;
}

    .customer_box ul {
        margin:0 -20px;
    }

    .customer_box ul li {
        padding:0 20px;
        float:left;
        width:25%;
        margin-bottom:40px;
    }
        .customer_box ul li .huob_img {
            border: 1px solid #e6e6e6;
            border-radius:10px;
            padding:5px;
            background-color:#fff;
        }

/*联系我们*/

.ContactUs {
    padding:50px 0 80px;
}

.bx-ContactUs01 {
    padding-bottom: 0;
}

.ContactUs_box {
    margin-top: 30px;
}

.bx-ContactUs01 ul li .icon-q {
    width: 172px;
    height: 172px;
    border: none;
    line-height: 182px;
    margin: 0 auto;
    background: #4b618a;
}

    .bx-ContactUs01 ul li .icon-q i {
        color: #fff;
        font-size: 50px;
    }

.bx-ContactUs01 ul li span {
    font-size: 18px;
    padding: 20px 0;
    line-height:1;
}

.bx-ContactUs01 ul li p {
    font-size: 16px;
    color: #333;
    height:auto;
}

.bx-Join ul li {
    padding: 0 20px;
    background-color: #4c618a;
}

.bx-Join {
    padding-top:10px;
}
    .bx-Join ul li.li h3:before {
        display:none !important;
    }

    .bx-Join ul li h3 {
        font-weight:400;
        font-size: 20px;
        color: #fff;
        padding-left: 20px;
    }

    .bx-Join ul li span {
        border: none;
        margin-top: 10px;
    }

        .bx-Join ul li span i {
            color: #fff;
        }
    .bx-Join ul li.li {
        background-color: #4c618a;
        border: none;
    }

    .bx-Join .submenu {
        padding: 20px 30px 50px;
        border: none;
        background-color: #f5f5f5;
    }

    .bx-Join .Join-sq {
        padding: 32px 0 0;
    }

        .bx-Join .Join-sq a {
            width: 160px;
            line-height: 50px;
            border-radius: 0;
            background-color: #4c618a;
            font-size: 16px;
            margin-right: 0;
        }
        .bx-Join .Join-sq a:hover {
            opacity:.8;
        }

.Join-sq p {
    margin-left:20px;
    display: inline-block;
    font-size: 14px;
    color: #cccccc;
}
/*项目公示*/
.publicity_box {
    margin-top:25px;
}

.publicity_box ul {
    margin:0 -15px;
}

    .publicity_box ul li {
        padding:0 15px;
        float:left;
        width:33.33%;
        margin-bottom:25px;
    }

        .publicity_box ul li .publicity_text {
            padding: 20px 25px 15px;
            background-color: #f7f7f7;
        }

            .publicity_box ul li .publicity_text p {
                font-size: 16px;
                color: #333333;
                line-height: 30px;
                border-bottom:1px solid  #d8d8d8;
                height:60px;
            }

        .publicity_box ul li .publicity_text span{
            display:block;
            text-align:center;
            font-size: 18px;
            color: #666666;
        }

        .publicity_box ul li:hover .publicity_text {
            background-color: #4b618a;
        }

        .publicity_box ul li:hover .publicity_text p {
           color:#fff;
           border-bottom:1px solid #fff;
        }
        .publicity_box ul li:hover .publicity_text span {
            color:#fff;
        }

       /*关于我们*/
.about_bjq {
    margin-top:45px;
}

.about_honor {
    margin-top:30px;
}

.about_lic{
    margin-top:35px;
}

.bx-AboutUs201 .bx-AboutUs201-content .bx-AboutUs201-nav::before {
    background-color: #000000;
    left: 0;
    top: auto;
    bottom:10px;
}

.bx-AboutUs201 .bx-AboutUs201-content .bx-AboutUs201-nav ul li a {
    font-size: 14px;
    color: #666666;
    padding: 0 0 45px;
}

    .bx-AboutUs201 .bx-AboutUs201-content .bx-AboutUs201-nav ul li a::before {
        width: 15px;
        height: 15px;
        background-color: #fff;
        border: 1px solid #666666;
        left: 50%;
        top: auto;
        bottom:0;
        transform: translate(-50%,-2px);
    }


    .bx-AboutUs201 .bx-AboutUs201-content .bx-AboutUs201-nav ul li a::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 15px;
        background-color: #666666;
        left: 50%;
        bottom:25px;
        transform: translate(-50%,0);
    }
.bx-AboutUs201 .bx-AboutUs201-content .bx-AboutUs201-nav ul li a i {
    padding:3px;
}

.bx-AboutUs201 .bx-AboutUs201-content .bx-AboutUs201-nav ul .active a::before {
    background-color: #4c618a !important;
    border: 1px solid #4c618a;
}

.bx-AboutUs201 .bx-AboutUs201-content .bx-AboutUs201-nav ul .active a::after {
    background-color: #4c618a !important;
}

.bx-AboutUs201 .bx-AboutUs201-content .bx-AboutUs201-nav ul .active a i {
    color: #fff;
    background-color: #4c618a;
}

.bx-AboutUs201-item {
    margin-top: 20px;
    padding: 20px;
    background-color: #f7f7f7;
}

.bx-AboutUs201-list {
    line-height: 24px;
    font-size: 16px;
    color: #777;
    display:flex;
}

    .bx-AboutUs201-list .about_list_img {
        width:29.31%;
    }

    .bx-AboutUs201-list .about_list_text {
        width:calc(100% - 29.31%);
        padding-left:20px;
        display:flex;
        align-items:center;
    }
    .bx-AboutUs201-list p {
        padding-left: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: #666666;
    }

.about_bang {
    margin:30px 0 70px;
    padding:0 0 30px;
    overflow:hidden;
    position:relative;
}

    .about_bang .swiper-slide {
        transition:all .3s;
    }

    .about_bang .swiper-slide.swiper-slide-active {
        transform: translateY(-30px);
    }

.about_bang .swiper-wrapper {
    padding: 30px 0 0;
}

   /* .about_bang .swiper-container-horizontal > .swiper-pagination-bullets,
    .about_bang .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
        width:100%;
        left:0;
    }*/

    .about_bang .swiper-pagination {
        bottom:0;
        width: 100%;
        left: 0;
    }

    .about_bang .swiper-pagination-bullet-active {
        background: #4c618a;
    }
    .about_bang .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .about_bang .swiper-pagination-bullet {
        background: #4c618a;
    }
.about_lic .bx-AboutUs201-nav .swiper-container {
    margin: 0 100px;
}

.bx-AboutUs201-nav .swiper-button-prev,
.bx-AboutUs201-nav .swiper-container-rtl .swiper-button-next,
.bx-AboutUs201-nav .swiper-button-next,
.bx-AboutUs201-nav .swiper-container-rtl .swiper-button-prev {
    background: none;
}

    .bx-AboutUs201-nav .swiper-button-prev i,
    .bx-AboutUs201-nav .swiper-button-next i {
        font-size:35px;
        color: #4b618a;
    }

.bx-AboutUs201-nav .swiper-wrapper {
    overflow:hidden;
}

.bx-AboutUs201-nav .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px;
}
.bx-AboutUs201-nav .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right:30px;
}

/*企业文化*/
.Culture_box {
    margin-top:50px;
}

.Culture_box ul {
     margin:0 -25px;
}

    .Culture_box ul li {
        padding: 0 25px;
        margin-bottom:.2rem;
        float: left;
        width: 33.33%;
        
    }

        .Culture_box ul li a {
            display: block;
            height: 4.2rem;
            width: 3.65rem;
            background: url('../images/img/li19.png') no-repeat center;
            background-size: 100% 100%;
            transition: all .3s;
            /*box-shadow: 0 13px 20px rgba(109,129,166,.55);*/
        }

        .Culture_box ul li a:hover {
            background: url('../images/img/li20.png') no-repeat center;
            background-size: 100% 100%;
        }

        .Culture_box ul li:nth-child(1) a,
        .Culture_box ul li:nth-child(2) a,
        .Culture_box ul li:nth-child(3) a {
            margin:0 auto;
        }
.Culture-xg ul li:nth-child(4),
.Culture-xg ul li:nth-child(5) {
    width: 50%;
    margin-top: -50px;
}
        /* .Culture_box ul li:nth-child(4),
        .Culture_box ul li:nth-child(5),
        .Culture_box ul li:nth-child(9),*/
        .Culture_box ul li:nth-child(10),
        .Culture_box ul li:nth-child(14),
        .Culture_box ul li:nth-child(15),
        .Culture_box ul li:nth-child(19),
        .Culture_box ul li:nth-child(20),
        .Culture_box ul li:nth-child(24),
        .Culture_box ul li:nth-child(25) {
            width: 50%;
            margin-top: -50px;
        }

            .Culture_box ul li:nth-child(4) a,
            .Culture_box ul li:nth-child(9) a,
            .Culture_box ul li:nth-child(14) a,
            .Culture_box ul li:nth-child(19) a,
            .Culture_box ul li:nth-child(24) a,
            .Culture_box ul li:nth-child(29) a {
                margin-left: auto;
            }

            .Culture_box ul li:nth-child(5) a,
            .Culture_box ul li:nth-child(10) a,
            .Culture_box ul li:nth-child(15) a,
            .Culture_box ul li:nth-child(20) a,
            .Culture_box ul li:nth-child(25) a,
            .Culture_box ul li:nth-child(30) a,
            .Culture_box ul li:nth-child(35) a {
                margin-right: auto;
            }

        .Culture_box ul li .Culture_text {
            height: 4.2rem;
            width: 3.65rem;
            display:flex;
            justify-content:center;
            align-items:center;
            flex-direction:column;
            padding:0 0.4rem;
        }

        .Culture_box ul li .Culture_text h3 {
            font-size:0.26rem;
            color:#fff;
            font-weight:400;
            margin:0.3rem 0 0.4rem;
        }

        .Culture_box ul li .Culture_text p {
            font-size:0.2rem;
            color:#fff;
            text-align:center;
            line-height:35px;
            height:100px;
        }

        .Culture_box ul li a:hover .Culture_text h3,
        .Culture_box ul li a:hover .Culture_text p {
            color: #4c618a;
        }

/*服务领域*/
    .Culture_box.service ul li .Culture_text h3 {
        margin: 0 0 50px;
        position: relative;
        font-size: 0.26rem;
        color: #fff;
        padding-bottom:0.1rem;
    }

    .Culture_box.service ul li .Culture_text {
        padding:0 0.2rem;
    }

    .Culture_box.service ul li .Culture_text h3::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0.7rem;
        height: 2px;
        background-color: #fff;
    }

    .Culture_box.service ul li .Culture_text p {
        font-size:16px;
        color:#fff;
        line-height:28px;
        height:110px;
        text-align:left;
    }

    .Culture_box.service ul li:hover .Culture_text h3 {
        color:#333;
    }

    .Culture_box.service ul li:hover .Culture_text h3::before {
        background-color:#666;
    }

    .Culture_box.service ul li:hover .Culture_text p {
        color:#666;     
    }

.imga {
    display:block;
}
.imgb {
    display:none;
}

.Culture_box ul li a:hover .imga,
.index_Service_box ul li a:hover .imga {
    display: none;
}

.Culture_box ul li a:hover .imgb,
.index_Service_box ul li a:hover .imgb {
    display: block;
}

.bx-sideBar ul li {
    display:none;
}

.bx-sideBar ul li:last-child {
    display:block;
}
.bx-sideBar ul li {
    background-color: #4b6089;
    border-radius:5px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}

.lie_bianl h4 {
   font-size:16.5px;
   color:#fff;
   position:relative;
   padding-left:15px;
   text-align:left;
   margin-bottom:5px;
}

    .lie_bianl h4 i {
        display:block;
        font-size: 26px;
        color: #696969;
        font-weight:bold;
        margin-bottom:5px;
    }

    .lie_bianl h4::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: #f6a620;
    }

.lie_bianl a {
    text-align:left;
}

/*//搜索页样式*/
#search li {
    margin-top: 20px;
}

#search a {
    display: block;
    overflow: hidden;
    padding: 10px;
    background-color: #f7f7f7;
}

.bx-sideBar {
    top:70%;
}

.huob_img img {
    max-width:90%;
    max-height:90%;
}

/*.bx-nav-fd {
    display:none !important;
}*/

.index_Service {
    margin-bottom:1rem;
}


.publicity_img img {
    width:100%;
    height:100%;
}


