﻿*{
    margin:0;
    padding:0;
}

/*共用*/
.warp {
    width: 1200px;
    margin: 0 auto;
}
.page-main {
    width: 100%;
    min-height: 800px;
    background: #fff;
    float: left;
    padding-bottom: 100px;
}

/*..........开始*/
.index-product {
    width: 100%;
    min-height: 384px;
    float: left;
    background: url(i_productbg.jpg) center no-repeat;
    position: relative;
}
    .index-product .warp {
        overflow: hidden;
        top: -216px;
        position: absolute;
        left: 45%;
        margin-left: -600px;
    }

.index-product ul {
    width: 1450px;
}
    .index-product ul li {
        width: 315px;
        float: left;
        margin-right: 45px;
        background: #fff;
    }
        .index-product ul li .img {
            width: 100%;
            height: 216px;
            float: left;
            position: relative;
        }
            .index-product ul li .img img {
                width: 100%;
                height: 216px;
            }
            .index-product ul li .img .more1 {
                width: 124px;
                height: 32px;
                line-height: 32px;
                background: url(i-promore.png) no-repeat;
                background-size: 100%;
                position: absolute;
                right: 0;
                bottom: 0;
                padding-right: 30px;
                text-align: center;
                color: #fff;
                font-weight: bold;
            }
        .index-product ul li .box {
            width: 100%;
            height: 148px;
            float: left;
            padding: 15px;
        }
            .index-product ul li .box h3 {
                width: 100%;
                padding-top: 12px;
                font-size: 18px;
                font-weight: bold;
                position: relative;
            }
            .index-product ul li .box p {
                width: 100%;
                line-height: 26px;
                color: #666;
                float: left;
                margin-top: 20px;
                font-size: 13px;
            }
.index-product .ip_more {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 235px;
}
    .index-product .ip_more a {
        padding: 15px 60px;
        border-radius: 50px;
        background: #fac312;
        color: #fff;
        display: inline-block;
        transition: all 0.4s;
    }
/*..........结束*/

/*我们的特色..........开始*/
.index-features {
    width: 100%;
    min-height: 623px;
    background: #fff;
    float: left;
    padding: 70px 0 110px;
}
    .index-features .warp {
        overflow: hidden;
    }
.index_tit {
    width: 100%;
    float: left;
    text-align: center;
}
    .index_tit > div {
        width: 380px;
        display: inline-block;
        text-align: center;
    }
    .index_tit h3 {
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        float: left;
    }
    .index_tit p {
        width: 100%;
        color: #999;
        float: left;
        margin-top: 15px;
    }
    .index_tit span {
        width: 100%;
        height: 1px;
        background: #ddd;
        float: left;
        position: relative;
        margin-top: 15px;
    }
.index-features ul {
    width: 1260px;
    margin-top: 40px;
    float: left;
}
    .index-features ul li {
        width: 360px;
        height: 120px;
        margin-top: 60px;
        float: left;
        margin-right: 60px;
    }
        .index-features ul li .img {
            width: 70px;
            height: 90px;
            float: left;
            text-align: left;
            margin-right: 10px;
        }
            .index-features ul li .img img {
                display: inline-block;
                width: auto;
                height: 58px;
                margin-top: 20px;
            }
        .index-features ul li .box {
            width: 280px;
            height: 90px;
            float: right;
        }
            .index-features ul li .box p {
                width: 100%;
                font-size: 16px;
                font-weight: 600;
                float: left;
                padding-bottom: 10px;
                position: relative;
            }
            .index-features ul li .box span {
                width: 100%;
                color: #999;
                font-size: 13px;
                line-height: 26px;
                float: left;
                margin-top: 10px;
            }
/*我们的特色..........结束*/


/*服务流程..........开始*/
.service_process {
    width: 100%;
    min-height: 600px;
    background: #fff;
    float: left;
    padding: 70px 0 110px;
}
.service_process_container ul li {
    float: left;
    width: 11%;
    padding: 0 10px;
    margin-top: 100px;
}
    .service_process_container ul li img {
        width: 100%;
        padding: 0 20px;
    }
    .service_process_container ul li p {
        text-align: center;
    }

/*服务流程..........结束*/
/*覆盖范围..........开始*/
.index-range {
    width: 100%;
    height: 578px;
    background: url(rangebg.jpg) center no-repeat;
    float: left;
    padding: 50px 0;
}
    .index-range h3 {
        width: 100%;
        font-size: 22px;
        color: #fff;
        float: left;
        margin-top: 10px;
        padding-left: 10px;
    }
    .index-range p {
        width: 100%;
        color: #fff;
        float: left;
        margin-top: 15px;
        padding-left: 10px;
    }
    .index-range img {
        margin-top: 30px;
        float: left;
    }
    .index-range dl {
        float: left;
        padding-left: 36px;
        width: 400px;
    }
        .index-range dl dd {
            width: 100%;
            height: 55px;
            line-height: 55px;
            color: #fff;
            margin-top: 26px;
            font-size: 16px;
        }
/*覆盖范围..........结束*/


/*底部..........开始*/
.footer {
    width: 100%;
    height: 465px;
    background: url(footerbg.jpg) center no-repeat;
    float: left;
}
    .footer .foot-top {
        width: 100%;
        float: left;
        margin-top: 60px;
        min-height: 345px;
    }
        .footer .foot-top dl {
            width: 225px;
            float: left;
        }
            .footer .foot-top dl dt {
                width: 100%;
                font-size: 15px;
                color: #fff;
                font-weight: bold;
                margin-bottom: 20px;
            }
            .footer .foot-top dl dd {
                width: 100%;
                height: 31px;
                line-height: 31px;
                float: left;
                color: #bcc0c4;
                font-size: 13px;
            }
                .footer .foot-top dl dd a {
                    color: #bcc0c4;
                    font-size: 13px;
                }
        .footer .foot-top .dz {
            width: 300px;
        }
        .footer .foot-top dl dt {
            width: 100%;
            font-size: 15px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .footer .foot-top dl p {
            width: 100%;
            /*height: 31px;*/
            line-height: 31px;
            float: left;
            color: #bcc0c4;
            font-size: 13px;
        }
        .footer .foot-top dl b {
            width: 100%;
            height: 31px;
            line-height: 31px;
            float: left;
            color: #fac312;
            font-size: 16px;
        }
    .footer .foot-copy {
        width: 100%;
        height: 60px;
        /*line-height: 60px;*/
        float: left;
        padding: 0 15px;
    }
        .footer .foot-copy p {
            font-size: 12px;
            color: #bcc0c4;
        }
        .footer .foot-copy p {
            font-size: 12px;
            color: #bcc0c4;
        }
            .footer .foot-copy p a {
                font-size: 12px;
                color: #bcc0c4;
            }
    .footer .foot-top dl dd a:after {
        content: '';
        width: 9px;
        height: 13px;
        background: url(footer01.png) no-repeat;
        background-size: 100%;
        float: left;
        margin-right: 10px;
        margin-top: 9px;
    }
.kslj_dd a {
    width: 100%;
    height: 31px;
    line-height: 31px;
    float: left;
    color: #bcc0c4;
    font-size: 13px;
}
.gywm_dd .pcmenu_xun:nth-child(2) {
    display: block;
}
.gywm_dd .pcmenu_xun:not(:nth-child(2)) {
    display: none;
}
.gywm_dd .pcmenu_xun:nth-child(2) .pcmenu_xun_a{
    display: none;
}
/*底部..........结束*/s
/*关于我们..........结束*/
.page-main .pm-nav {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eaeaea;
    float: left;
    text-align: left;
    font-size: 0;
}
.pm-nav:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(about01.png) no-repeat;
    float: left;
    margin-top: 25px;
    margin-right: 10px;
}
.page-main .pm-nav a {
    color: #2674B1;
    display: inline-block;
}
.page-main .pm-nav span {
    color: #666;
    display: inline-block;
}
.page-main .pm-left {
    width: 880px;
    float: left;
}
.pl-tit a:nth-child(1){
    display:none;
}
.pl-tit a {
    font-size: 36px;
    color: #666;
}
.page-main .pm-left .pl-tit {
    width: 100%;
    height: 99px;
    line-height: 99px;
    font-size: 36px;
    color: #666;
    position: relative;
    float: left;
}
        .page-main .pm-left .pl-tit:before {
            content: '';
            width: 175px;
            height: 5px;
            background: #fdc300;
            position: absolute;
            left: 0;
            top: 99px;
        }
        .page-main .pm-left .pl-tit:after {
            content: '';
            width: 700px;
            height: 5px;
            background: #006db7;
            position: absolute;
            right: 0;
            top: 99px;
        }
    .page-main .pm-left .pl-cont {
        width: 100%;
        float: left;
        text-align: center;
    }
        .page-main .pm-left .pl-cont p {
            width: 100%;
            line-height: 30px;
            color: #666;
            margin-top: 30px;
            float: left;
            font-size: 15px;
            text-align: left;
        }
        .page-main .pm-left .pl-cont img {
            margin-top: 30px;
            display: inline-block;
            margin-top: 30px;
        }
.page-main .pm-right {
    width: 290px;
    float: right;
    margin-top: 20px;
}
    .page-main .pm-right dl {
        width: 100%;
        float: left;
    }
        .page-main .pm-right dl dt {
            width: 100%;
            height: 65px;
            line-height: 65px;
            background: #006db7;
            color: #fff;
            font-size: 18px;
            text-align: center;
            margin-bottom: 25px;
        }
        .page-main .pm-right dl dd {
            width: 100%;
            height: 54px;
            line-height: 54px;
            border-bottom: 1px dashed #ddd;
            color: #666;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
        }
    .page-main .pm-right .pr-active a {
        color: #006db7;
    }
    .page-main .pm-right dl dd a {
        width: 100%;
        height: 54px;
        color: #666;
        font-size: 16px;
        font-weight: bold;
        float: left;
    }
    .page-main .pm-right .img {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 30px;
        text-align: center;
        float: left;
    }
        .page-main .pm-right .img img {
            display: inline-block;
        }
    .page-main .pm-right .bottom {
        width: 100%;
       /* height: 90px;*/
        background: #006db7;
        float: left;
        padding: 18px 20px 20px;
    }
        .page-main .pm-right .bottom p {
            width: 100%;
            color: #fff;
            font-size: 15px;
            float: left;
        }
        .page-main .pm-right .bottom span {
            width: 100%;
            color: #fff;
            font-size: 29px;
            font-weight: bold;
            float: left;
        }
/*关于我们..........结束*/

/*业务..........开始*/
.product {
    background: #f6f6f6;
    padding-top: 45px;
    padding-bottom: 0px;
}
    .product .warp {
        overflow: hidden;
    }
.index_tit {
    width: 100%;
    float: left;
    text-align: center;
}
    .index_tit > div {
        width: 380px;
        display: inline-block;
        text-align: center;
    }
    .index_tit h3 {
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        float: left;
    }
    .index_tit p {
        width: 100%;
        color: #999;
        float: left;
        margin-top: 15px;
    }
    .index_tit span {
        width: 100%;
        height: 1px;
        background: #ddd;
        float: left;
        position: relative;
        margin-top: 15px;
    }
        .index_tit span:after {
            content: '';
            width: 40px;
            height: 4px;
            background: #fac312;
            position: absolute;
            left: 50%;
            margin-left: -20px;
            top: -1.5px;
        }
.product ol {
    width: 1200px;
}
    .product ol li {
        width: 50%;
        float: left;
        padding: 10px;
        margin-top: 30px;
        
    }
        .product ol li .img {
            width: 100%;
            height: 300px;
            float: left;
            position: relative;
        }
            .product ol li .img img {
                width: 100%;
                height: 300px;
            }
            .product ol li .img .more1 {
                width: 124px;
                height: 32px;
                line-height: 32px;
                background: url(i-promore.png) no-repeat;
                background-size: 100%;
                position: absolute;
                right: 0;
                bottom: 0;
                padding-right: 30px;
                text-align: center;
                color: #fff;
                font-weight: bold;
            }
        .product ol li .box {
            width: 100%;
            height: 170px;
            float: left;
            padding: 20px;
            background: #fff;
        }
            .product ol li .box h3 {
                width: 100%;
                padding-top: 20px;
                font-size: 18px;
                font-weight: bold;
                position: relative;
            }
                .product ol li .box h3:after {
                    content: '';
                    width: 40px;
                    height: 2px;
                    background: #fac312;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                }
            .product ol li .box p {
                width: 100%;
                line-height: 26px;
                color: #666;
                float: left;
                margin-top: 20px;
                font-size: 13px;
            }


/*业务..........结束*/

/*新闻..........结束*/

.page-main .pm-nav {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eaeaea;
    float: left;
    text-align: left;
    font-size: 0;
}

.page-main .pm-nav a {
    color: #2674B1;
    display: inline-block;
}
.page-main .pm-nav span {
    color: #666;
    display: inline-block;
}
.page-main .pm-left {
    width: 880px;
    float: left;
}
    .page-main .pm-left .pl-tit {
        width: 100%;
        height: 99px;
        line-height: 99px;
        font-size: 36px;
        color: #666;
        position: relative;
        float: left;
    }
        .page-main .pm-left .pl-tit:before {
            content: '';
            width: 175px;
            height: 5px;
            background: #fdc300;
            position: absolute;
            left: 0;
            top: 99px;
        }
        .page-main .pm-left .pl-tit:after {
            content: '';
            width: 700px;
            height: 5px;
            background: #006db7;
            position: absolute;
            right: 0;
            top: 99px;
        }
    .page-main .pm-left .pml-news {
        width: 100%;
        float: left;
    }
        .page-main .pm-left .pml-news li {
            width: 100%;
            height: 180px;
            float: left;
            margin-top: 30px;
            border-bottom: 1px solid #eaeaea;
        }
            .page-main .pm-left .pml-news li .left {
                width: 220px;
                height: 130px;
                float: left;
                overflow: hidden;
                margin-right: 20px;
            }
                .page-main .pm-left .pml-news li .left img {
                    width: 220px;
                    height: 130px;
                }
            .page-main .pm-left .pml-news li .cen {
                width: 500px;
                height: 130px;
                float: left;
                overflow: hidden;
            }
                .page-main .pm-left .pml-news li .cen h3 {
                    width: 100%;
                    font-size: 16px;
                    float: left;
                    margin-top: 10px;
                }
                .page-main .pm-left .pml-news li .cen p {
                    width: 100%;
                    line-height: 24px;
                    color: #666;
                    float: left;
                    margin-top: 20px;
                }
            .page-main .pm-left .pml-news li .right {
                width: 100px;
                height: 110px;
                float: right;
            }
                .page-main .pm-left .pml-news li .right h3 {
                    width: 100%;
                    height: 75px;
                    line-height: 75px;
                    text-align: center;
                    font-size: 36px;
                    background: #f8f8f8;
                }
                .page-main .pm-left .pml-news li .right p {
                    width: 100%;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    color: #fff;
                    background: #006db7;
                }
            .page-main .pm-left .pml-news li .bottom {
                width: 100%;
                line-height: 50px;
                float: left;
                text-align: right;
            }
                .page-main .pm-left .pml-news li .bottom a {
                    color: #006db7;
                    font-weight: bold;
                }

.page-main .pm-right {
    width: 290px;
    float: right;
    margin-top: 20px;
}
    .page-main .pm-right dl {
        width: 100%;
        float: left;
    }
        .page-main .pm-right dl dt {
            width: 100%;
            height: 65px;
            line-height: 65px;
            background: #006db7;
            color: #fff;
            font-size: 18px;
            text-align: center;
            margin-bottom: 25px;
        }
        .page-main .pm-right dl dd {
            width: 100%;
            height: 54px;
            line-height: 54px;
            border-bottom: 1px dashed #ddd;
            color: #666;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
        }
    .page-main .pm-right .pr-active a {
        color: #006db7;
    }
    .page-main .pm-right dl dd a {
        width: 100%;
        height: 54px;
        color: #666;
        font-size: 16px;
        font-weight: bold;
        float: left;
    }
    .page-main .pm-right .img {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 30px;
        text-align: center;
        float: left;
    }
        .page-main .pm-right .img img {
            display: inline-block;
        }
    .page-main .pm-right .bottom {
        width: 100%;
       
        background: #006db7;
        float: left;
        padding: 18px 20px 20px;
    }
        .page-main .pm-right .bottom p {
            width: 100%;
            color: #fff;
            font-size: 15px;
            float: left;
        }
        .page-main .pm-right .bottom span {
            width: 100%;
            color: #fff;
            font-size: 29px;
            font-weight: bold;
            float: left;
        }

/*新闻..........结束*/

/*新闻详情..........开始*/
.page-main .pm-left {
    width: 880px;
    float: left;
}
    .page-main .pm-left .pl-tit2 {
        padding-top: 50px;
        padding-bottom: 35px;
        border-bottom: 1px solid #eaeaea;
        float: left;
    }
        .page-main .pm-left .pl-tit2 h1 {
            width: 100%;
            font-size: 26px;
            float: left;
        }
        .page-main .pm-left .pl-tit2 .plc-time {
            width: 100%;
            float: left;
            text-align: left;
            margin-top: 15px;
        }
            .page-main .pm-left .pl-tit2 .plc-time span {
                display: inline-block;
                color: #999;
                margin-right: 10px;
            }
            .page-main .pm-left .pl-tit2 .plc-time span {
                display: inline-block;
                color: #999;
                margin-right: 10px;
            }
    .page-main .pm-left .pl-cont {
        width: 100%;
        float: left;
        text-align: center;
    }
        .page-main .pm-left .pl-cont p {
            width: 100%;
            line-height: 30px;
            color: #666;
            margin-top: 30px;
            float: left;
            font-size: 15px;
            text-align: left;
        }
        .page-main .pm-left .pl-cont p {
            width: 100%;
            line-height: 30px;
            color: #666;
            margin-top: 30px;
            float: left;
            font-size: 15px;
            text-align: left;
        }


/*新闻详情..........结束*/



/*联系我们..........开始*/

.contact {
    width: 100%;
    float: left;
}
    .contact .contact-li {
        width: 555px;
    }

.fl {
    float: left !important;
}
.contact .contact-li h3 {
    width: 100%;
    float: left;
    font-size: 24px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}
    .contact .contact-li h3:before {
        content: '';
        width: 45px;
        height: 4px;
        background: #fac312;
        position: absolute;
        top: 0;
        left: 0;
    }
.contact .contact-li label {
    width: 100%;
    float: left;
    margin-top: 30px;
}
    .contact .contact-li label p {
        width: 100%;
        font-size: 14px;
        color: #666;
    }
        .contact .contact-li label p b {
            font-weight: 400;
            color: red;
        }
    .contact .contact-li label select {
        width: 100%;
        padding: 7px;
        border: 1px solid #eaeaea;
        margin-top: 15px;
        border-radius: 5px;
        color: #666;
    }

    .contact .contact-li label input {
        width: 100%;
        padding: 7px;
        border: 1px solid #eaeaea;
        margin-top: 15px;
        border-radius: 5px;
        color: #666;
    }
.contact .contact-li .btn {
    padding: 15px 55px;
    background: #006db7;
    color: #fff;
    font-size: 16px;
    margin-top: 23px;
    float: left;
    border-radius: 50px;
}


/*联系我们..........结束*/


/*留言..........开始*/

.ff_title td select{
    width:100%;
    height:36px;
    border:1px solid #ccc;
}

/*留言..........结束*/


.indexcase h3 {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    float: left;
}




/*顶部登录与追踪..........结束*/

.banner_popup_box {
    position: absolute;
    top: 100px;
    z-index: 1;
    right: 300px;
    width: 350px;
    display: none;
}
.homeImgIntroBox {
    padding: 15px;
    border-radius: 0px 0px 20px 20px;
}
    .homeImgIntroBox .tab a {
        font-size: 16px;
        width: 50%;
        float: left;
        text-align: center;
        padding: 10px 20px;
    }
.t2 {
    background-color: #2F7CB7;
    color:#fff !important;
}
.t1 {
    background-color: #fff;
}
.tabbox {
    margin-top: 20px;
}
/*顶部登录与追踪..........结束*/

.pcmenu_xun_xiala{
display: grid;
}