﻿*{
    margin:0;
    padding:0;
}

i {
    font-style:normal;
}

b {
    font-weight:400;
}

h5,h6 {
    font-weight:400;
}

.container {
    padding:0 !important;
}

.modular_ny {
    padding:50px 0 40px;
}
section {
    background-color: #fafafa;
}
.banner img{
    width:100%;
}
/*产品中心*/
.in_products ul {
    margin: 0 -9px;
}

.in_products ul li {
    padding:0 9px;
    float:left;
    width:25%;
    margin-bottom:25px;
}

.bx-sideBar{
    background:rgba(0,0,0,0)!important;
}
.bx-sideBar ul li:nth-child(1) {
    border-top-left-radius: 0;
}
.bx-sideBar ul li:last-child {
    border: none;
    border-bottom-left-radius: 0;
}

#returnTop{
    display:none;
}
.in_products ul li a {
    display: block;
    background-color: #fff;
    padding: 5px;
}
        .in_products ul li a .in_products_box,
        in_solution ul li a in_solution_box {
            border: 2px solid #fff;
            transition: all .3s;
        }

.in_products ul li .in_products_text {
    padding: 20px 24px;
    text-align: left;
}

    .in_products ul li .in_products_text h3{
        position: relative;
        font-size: 18px;
        color: #333333;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .in_products ul li .in_products_text h3::before,
        .in_solution ul li .in_solution_text h3::before{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 30px;
            height: 3px;
            background-color: #1f65bc;
        }

        .in_products ul li .in_products_text p {
            font-size: 14px;
            color: #666666;
        }

    .in_products ul li:hover .in_products_text h3 {
        color: #1f65bc;
    }
    .in_products ul li:hover .in_products_box {
        border: 2px solid #88addc;
    }

.terbar-home .container{
    height:100%;
}
/*解决方案*/
.in_solution ul {
    margin: 0 -10px;
}

.in_solution ul li {
    padding:0 10px;
    float:left;
    width:50%;
    margin-bottom:20px;
}
    .in_solution ul li a{
        display:block;
        position:relative;
    }

        .in_solution ul li a .in_solution_text {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: all .1s;
            padding: 10px;
            display: flex;
            align-items: flex-end;
        }

            .in_solution ul li .in_solution_text .in_solution_box {
                width: 100%;
                border: 2px solid;
                border-color: transparent;
                padding: 20px 30px;
            }

            .in_solution ul li a .in_solution_text h3 {
                font-size: 18px;
                color: #fff;
                padding-bottom: 10px;
                margin-bottom: 10px;
                position: relative;
            }
            .in_solution ul li a .in_solution_text h3::before {
                background-color:#fff;
            }

            .in_solution ul li a .in_solution_text p {
                font-size: 14px;
                color: #fff;
            }


    .in_solution ul li:hover .in_solution_text {
        background-color: rgba(255,255,255,.9);
    }
        .in_solution ul li:hover .in_solution_text .in_solution_box {
            height: 100%;
            border-color: #88addc;
            padding: 40px 35px;
        }

    .in_solution ul li:hover .in_solution_box h3 {
        color: #1f65bc;
    }
        .in_solution ul li:hover .in_solution_box h3:before {
            background-color: #1f65bc;
        }

    .in_solution ul li:hover .in_solution_text p {
        color: #666666;
        line-height: 25px;
        height: 125px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

/*业务范围*/


.in_business.in_products ul li {
    width: 33.33%;
}

.in_business ul li .in_business_text {
    padding:10px 15px 15px;
}

    .in_business ul li .in_business_text h6 {
        font-size: 14px;
        color: #333333;
        width:100%;
        text-align:center;
    }

.in_business ul li:hover .in_business_text h6 {
    color: #1f65bc;
}

/*新闻资讯*/

.in_news ul li {
    margin-bottom:20px;
    background-color:#fff;
}
.in_news ul li a {
    display:flex;
}

    .in_news ul li a  .in_news_left {
        width:28.57%;
    }
        .in_news ul li a .in_news_left img {
            width:100%;
        }

        .in_news ul li a .in_news_right {
            width: calc(100% - 28.57%);
            padding: 25px 0 25px 35px;
            display: flex;
        }

            .in_news ul li a .in_news_right .in_news_r_left {
                width: 75.65%;
                padding-right: 45px;
                border-right: 1px solid #1f65bc;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

.in_news_r_left h3 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333333;
    transition: all .3s;
}
.in_news_r_left p {
    font-size: 14px;
    color: #666666;
}


.in_news ul li a .in_news_right .in_news_r_right {
    width: calc(100% - 75.65%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.in_news_r_right .in_news_time {
    text-align:center;
}
    .in_news_r_right .in_news_time p {
        font-size: 44px;
        font-weight: bold;
        color: #999999;
        transition: all .3s;
    }
    .in_news_r_right .in_news_time p:last-child {
        font-size:48px;
        line-height:1;
    }


    .in_news_more {
        margin-top:20px;
        width: 100%;
        text-align: center;
    }


.in_news_more span {
    display: inline-block;
    width: 64%;
    line-height: 40px;
    border: 1px solid #1f65bc;
    background-color: #ffffff;
    border-radius: 25px;
    font-size: 14px;
    color: #1f65bc;
    transition:all .3s;
}

.in_news ul li a:hover .in_news_r_left h3 {
    color: #1f65bc;
}
.in_news ul li a:hover .in_news_more span {
    background-color: #1f65bc;
    color:#fff;
}
.in_news ul li a:hover .in_news_time p {
    color: #1f65bc;
}

/*关于我们*/
.modular {
    padding:70px 0;
    background-color:#fff;
}

    .modular:nth-child(1) {
        background-color: #fafafa;
    }
    .margin {
        margin-top:50px;
    }

.AboutUs_title {
    width:100%;
    text-align:center;
}

    .AboutUs_title h3 {
        font-size: 30px;
        color: #333333;
        padding-bottom:12px;
        position:relative;
    }
    .AboutUs_title i {
        position:absolute;
        bottom:0;
        left:50%;
        transform:translateX(-50%);
        display: inline-block;
        width: 110px;
        height: 1px;
        background-color: #cccccc;
    }

        .AboutUs_title i::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%,50%);
            width: 30px;
            height:5px;
            background-color: #1f65bc;
        }

.about_bjq {
}

    .about_bjq h2 {
        font-size: 18px;
        color: #1f65bc;
        text-align:center;
        margin-bottom:25px;
    }

    .about_bjq p {
        width:90%;
        margin:0 auto;
        font-size:14px;
        color:#666666;
    }

    .about_bjq img {
        margin-top: 30px;
        max-height: 500px;
        width: 100%;
        object-fit: cover;
    }


.about_honor {
    overflow:hidden;
}

/*联系我们*/
.ContactUs_top {
    display:flex;
}

    .ContactUs_top .ContactUs_left,
    .ContactUs_top .ContactUs_right {
        width:50%;
    }
        .ContactUs_top .ContactUs_left ul li {
            margin-bottom:35px;
            display:flex;
        }

.ContactUs_left ul li i {
    font-size: 19px;
    margin-right: 20px;
    color: #1f65bc;
    line-height:1.5;
}

.ContactUs_left ul li p {
    font-size: 18px;
    color: #666666;
    flex:1;
}
.ContactUs_top .ContactUs_left ul li b {
    display:inline-block;
    width:30%;
}

.ContactUs_top .ContactUs_right .code {
    display: flex;
    justify-content: flex-end;
}

.code_img {
    margin-left:50px;
}

.code_img img {
    max-height: 150px;
    max-width: 150px;
}
.code_img p {
    text-align: center;
    font-size: 14px;
    color: #cccccc;
    margin-top:12px;
}

/*视频中心*/

.in_business.in_video ul li .in_business_img {
    position:relative;
}
    .in_business.in_video ul li .in_business_img:before,
    .in_business.in_video ul li .in_business_img:after {
        content: '';
        position: absolute;
        opacity:0;
        z-index:15;
    }

    .in_business.in_video ul li .in_business_img:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
    }

    .in_business.in_video ul li .in_business_img::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 50px;
        height: 50px;
        background: url('../images/img/video.png') no-repeat center;
        background-size:100% 100%;
    }

.in_business.in_video ul li:hover .in_business_img:before,
.in_business.in_video ul li:hover .in_business_img:after{
    opacity: 1;
}


.bd{
    min-height:400px;
}
.bx-xs-pb20{
    margin-bottom:3%;
}
.bx-index-top01 .bx-nav ul li a.active::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
}
.focus {
    border-bottom: 1px solid #fff !important;
    background: #09225f !important;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(0,0,0,0.5) !important;
}

.dierb-home{
    position:relative;
}
.iptbox {
    display: none;
    width: 400px;
    line-height: 42px;
    background: #fff;
    position: absolute;
    top: 110%;
    right: 13%;
}
.iptbox input {
    width: 100%;
    line-height: 40px;
    background: #fff;
    border:none;
    outline:none;
    padding-left:3%;
    font-size:14px;
}

.solutionswiper a{
    display:block;
    width:100%;
    height:100%;
}

.more-homess > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #2f70c1;
    border-radius: 20px;
}
.more-homess > a:hover{
    background:#1f65bc;
    color:#fff;
}

.shoutuimg-home {
    position: relative;
}

.s1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}
.s1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
.s1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #88addc;
    /* 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;
}

    .s1 .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.s1 .swiper-button-next {
    background-image: url(../images/img/youjt.png) !important;
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
    right: 13%;
}

.s1 .swiper-button-prev {
    left: 13%;
    background-image: url(../images/img/zuojt.png) !important;
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
}

.bx-Search-title .pull-left {
    float: none !important;
    display: block;
    margin: 2% 0;
}
.bx-Search-title .pull-right {
    float: none !important;
    display: block;
    margin: 2% 0;
}
.s1 .swiper-pagination {
    bottom: 6% !important;
    left: 50% !important;
    width: 50% !important;
    margin: 0 auto;
    display: block;
    transform: translateX(-50%);
    z-index: 9999999;
    height: 9px;
}

.hshow{
    display:flex!important;
}

.hact {
    background: #1f65bc!important;
    color:#fff!important;
}
