﻿@charset "utf-8";
/* CSS Document */

/* banner */
.banner {
    height: 460px;
    overflow: hidden;
}

    .banner .d1 {
        width: 100%;
        height: 452px;
        display: block;
        position: absolute;
        left: 0px;
        top: 164px;
        z-index: 2400;
    }

    .banner .d2 {
        width: 100%;
        height: 30px;
        clear: both;
        position: absolute;
        z-index: 2500;
        left: 0px;
        top: 580px;
    }

        .banner .d2 ul {
            float: left;
            position: absolute;
            left: 50%;
            top: 0;
            margin: 0 0 0 -50px;
            display: inline;
        }

        .banner .d2 li {
            width: 17px;
            height: 15px;
            overflow: hidden;
            cursor: pointer;
            background: url(../images/img1.png) no-repeat center;
            float: left;
            margin: 0 4px;
            display: inline;
        }

            .banner .d2 li.nuw {
                background: url(../images/img1_1.png) no-repeat center;
            }


/*内容区第一部分*/
.part1 {
    padding: 60px 0;
    margin-top: 160px;
}

    .part1 h1 {
        color: #404246;
        font-size: 26px;
        text-align: center;
        line-height: 36px;
    }

    .part1 h3 {
        color: #b8b8b9;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
    }

.icon {
    width: 24%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .icon h2 {
        font-size: 16px;
        line-height: 40px;
        color: #666;
        font-weight: bold;
    }

    .icon img {
        margin: 40px auto 10px;
        width: 60%;
        border: 1px solid #ccc;
        border-radius: 50%;
    }

    .icon ul li {
        color: #666;
        line-height: 24px;
        text-align: center;
    }

    .icon:hover h2 {
        color: #ff6300;
        transition: 0.4s;
    }


/*媒体查询*/
@media screen and (min-width:1560px) {
    .banner {
        height: 540px;
        overflow: hidden;
    }

        .banner .d1 {
            width: 100%;
            height: 532px;
            display: block;
            position: absolute;
            left: 0px;
            top: 164px;
            z-index: 2400;
        }

        .banner .d2 {
            width: 100%;
            height: 30px;
            clear: both;
            position: absolute;
            z-index: 2500;
            left: 0px;
            top: 660px;
        }

            .banner .d2 ul {
                float: left;
                position: absolute;
                left: 50%;
                top: 0;
                margin: 0 0 0 -50px;
                display: inline;
            }

            .banner .d2 li {
                width: 17px;
                height: 15px;
                overflow: hidden;
                cursor: pointer;
                background: url(../images/img1.png) no-repeat center;
                float: left;
                margin: 0 4px;
                display: inline;
            }

                .banner .d2 li.nuw {
                    background: url(../images/img1_1.png) no-repeat center;
                }

    .part1 {
        margin-top: 160px;
    }
}

@media screen and (min-width:1880px) {
    .banner {
        height: 650px;
        overflow: hidden;
    }

        .banner .d1 {
            width: 100%;
            height: 642px;
            display: block;
            position: absolute;
            left: 0px;
            top: 164px;
            z-index: 2400;
        }

        .banner .d2 {
            width: 100%;
            height: 30px;
            clear: both;
            position: absolute;
            z-index: 2500;
            left: 0px;
            top: 770px;
        }

            .banner .d2 ul {
                float: left;
                position: absolute;
                left: 50%;
                top: 0;
                margin: 0 0 0 -50px;
                display: inline;
            }

            .banner .d2 li {
                width: 17px;
                height: 15px;
                overflow: hidden;
                cursor: pointer;
                background: url(../images/img1.png) no-repeat center;
                float: left;
                margin: 0 4px;
                display: inline;
            }

                .banner .d2 li.nuw {
                    background: url(../images/img1_1.png) no-repeat center;
                }

    .part1 {
        margin-top: 350px;
    }
}


/*客户服务案例*/
#gallery {
    background: #e0f7f6;
    padding: 80px 0;
}

    #gallery h1 {
        color: #404246;
        font-size: 26px;
        text-align: center;
        line-height: 36px;
    }

    #gallery h4 {
        color: #666;
        text-align: center;
        line-height: 26px;
    }

.gallery_main {
    width: 100%;
    padding-top: 40px;
}

    .gallery_main a.swipebox {
        width: 25%;
        display: block;
        float: left;
        position: relative;
    }

        .gallery_main a.swipebox img {
            width: 100%;
            z-index: 9;
            display: block;
            border: none;
            margin: 0;
            padding: 0;
        }

        .gallery_main a.swipebox .textbox {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            background-color: #f39c12;
            opacity: 0.9;
            z-index: 99;
            display: none;
        }

#gallery_more {
    margin: 46px auto 0;
    width: 220px;
    height: 60px;
    border: 1px solid #39bab3;
}

    #gallery_more:hover {
        background: #39bab3;
        transition: all 0.4s ease;
    }

    #gallery_more a {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 60px;
        height: 60px;
        color: #39bab3;
    }

    #gallery_more:hover a {
        color: #fff;
        transition: all 0.4s ease;
    }

.textbox h2 {
    font-size: 20px;
    color: #f8fafc;
    line-height: 40px;
    padding-top: 40px;
}

.textbox h3 {
    font-size: 16px;
    color: #f8fafc;
    line-height: 32px;
}

.textbox ul {
    margin: 10px 0 0 60px;
}

    .textbox ul li {
        font-size: 14px;
        line-height: 26px;
        text-align: left;
        color: #f8fafc;
        list-style-type: disc;
        list-style-position: inside;
    }

/*产品介绍*/
#our_pro {
    padding: 60px 0;
    background-image: url(../images/our_pro_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.our_pro h1 {
    color: #e8e8e8;
    font-size: 26px;
    text-align: center;
    line-height: 36px;
}

.our_pro h4 {
    color: #b8b8b8;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
}

.our_pro_outer {
    width: 100%;
    height: 380px;
    display: block;
    position: relative;
    overflow: hidden;
}

    .our_pro_outer .our_pro_inner {
        width: 300%;
        position: absolute;
        top: 40px;
    }

.our_pro_img img {
    width: 72%;
    margin: 0 auto;
}

.our_pro_intro {
    padding: 10px 40px;
    color: #ccc;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}

    .our_pro_intro .our_pro_more {
        display: block;
        float: right;
        width: 160px;
        font-size: 16px;
        height: 48px;
        line-height: 48px;
        border: #f39c12 1px solid;
        color: #f39c12;
        text-align: center;
        text-indent: 0;
        margin-top: 80px;
        cursor: pointer;
    }

        .our_pro_intro .our_pro_more:hover {
            background: #ffa81d;
            color: #f9fafb;
            transition: all 0.4s ease;
        }

.our_pro_cursor {
    position: absolute;
    left: 50%;
    margin-left: -47px;
    bottom: 0;
}

    .our_pro_cursor a {
        display: block;
        float: left;
        width: 16px;
        height: 16px;
        margin: 8px;
        border-radius: 50%;
        background: #000;
        border: #d8d8d8 2px solid;
    }

        .our_pro_cursor a.our_pro_a {
            background: #ffa81d;
            border: #ffa81d 2px solid;
            cursor: pointer;
        }

/*新闻中心*/
#index_news {
    padding: 60px 0;
    background: #f8f8f8;
}

    #index_news h1, #fri_link > h1 {
        color: #404040;
        font-size: 26px;
        text-align: center;
        line-height: 36px;
    }

    #index_news > h4, #fri_link > h4 {
        color: #b8b8b8;
        text-align: center;
        line-height: 26px;
        margin-bottom: 20px;
    }

.index_news_img {
    position: relative;
    display: block;
    height: 336px;
    overflow: hidden;
}

    .index_news_img img {
        width: 100%;
        display: block;
    }

    .index_news_img .index_news_imgintro {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #f39c12;
        opacity: 0.9;
        color: #f8f8f8;
        font-size: 16px;
        line-height: 44px;
        width: 100%;
        height: 44px;
        padding-left: 12px;
    }

.index_news_nav li {
    background: #e8e8e8;
    padding: 30px 20px;
    margin: 0 12px;
    position: relative;
    height: 168px;
}

    .index_news_nav li:hover {
        cursor: pointer;
    }

    .index_news_nav li a {
        font-size: 18px;
        line-height: 26px;
        color: #404040;
    }

    .index_news_nav li span {
        color: #aaa;
        line-height: 24px;
    }

    .index_news_nav li .right_arrow {
        color: #ff6300;
        font-size: 18px;
        line-height: 26px;
    }

.index_news_list_tab {
    margin-top: 2px;
    height: 84px;
}

.index_news_list_left {
    width: 20%;
    background: #32b16c;
    color: #f8f8f8;
    float: left;
}

.index_news_ri {
    display: block;
    font-size: 32px;
    line-height: 30px;
    padding-top: 16px;
    height: 36px;
    color: #f8f8f8;
    text-align: center;
}

.index_news_nianyue {
    display: block;
    color: #f8f8f8;
    text-align: center;
    line-height: 12px;
    padding-bottom: 10px;
    height: 22px;
}

.index_news_list_right {
    width: 76%;
    float: left;
    margin-left: 2%;
}

    .index_news_list_right:hover {
        margin-left: 4%;
        transition: 0.3s;
    }

        .index_news_list_right:hover h4 {
            color: #ff6300;
            transition: 0.3s;
        }

    .index_news_list_right h4 {
        line-height: 28px;
    }

    .index_news_list_right p {
        line-height: 22px;
        color: #888;
    }


/*友情链接*/
#fri_link {
    padding: 60px 0;
    background: #f5f6f8;
}

    #fri_link .link_box {
        position: relative;
        display: block;
        height: 400px;
    }

        #fri_link .link_box .link_img {
            width: 100%;
            position: absolute;
            left: 0;
            top: 20px;
        }

            #fri_link .link_box .link_img a {
                display: block;
                float: left;
                width: 16.6%;
                background: #fff;
                border-right: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
            }

                #fri_link .link_box .link_img a img {
                    width: 100%;
                    display: block;
                    padding: 6%;
                }

                #fri_link .link_box .link_img a:hover {
                    border-right: 1px solid #09aae4;
                    border-bottom: 1px solid #09aae4;
                }
<!-- -->
