﻿/*开始  Banner样式*/
.slide-box {
    position: relative;
    margin: 0;
    width: 100%;
    height: 454px;
    text-align: center;
    overflow: hidden;
}

    .slide-box .list-box {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -960px;
        width: 1920px;
        height: 100%;
        background: #fff;
    }

        .slide-box .list-box li {
            position: absolute;
            left: 0;
            top: 0px;
            display: block;
            width: 100%;
            height: 100%;
            opacity: 0;
            filter: alpha:opacity(0);
        }

            .slide-box .list-box li a {
                display: block;
                width: 100%;
                height: 100%;
            }

                .slide-box .list-box li a img {
                    position: absolute;
                    top: 50px;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

    .slide-box .speed-box {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        height: 10px;
        text-align: center;
        z-index: 999;
    }

    .slide-box .speed-btn {
        display: inline-block;
        margin: auto 0;
    }

        .slide-box .speed-btn a {
            display: block;
            float: left;
            margin: 0 5px;
            width: 10px;
            height: 10px;
            background: url(../images/slide_btns.png) 0 -166px no-repeat;
            overflow: hidden;
            *float: none;
            *display: inline-block;
        }

            .slide-box .speed-btn a.selected {
                background-position: 0 -176px;
            }

    .slide-box .prev-btn, .slide-box .next-btn {
        position: absolute;
        top: 50%;
        display: block;
        margin-top: -41px;
        width: 42px;
        height: 82px;
        z-index: 999;
        opacity: 0.5;
        filter: alpha:opacity(50);
        background: url(../images/slide_btns.png) no-repeat;
        display: none;
        overflow: hidden;
    }

    .slide-box .prev-btn {
        left: 31px;
        background-position: 0 0;
    }

    .slide-box .next-btn {
        right: 31px;
        background-position: 0 -82px;
    }
/*结束  Banner样式*/

/*开始 公共*/
.line_title {
    display: table;
    font-size: 40px;
    line-height: 32px;
    /*background-color: #fff;*/
    white-space: nowrap;
    border-spacing: 20px 0;
    padding: 10px;
    /*height: 3px;
    background: radial-gradient(red -24%, yellow 100%);*/
}

.line_title_1 {
    height: 1px;
    /*background: radial-gradient(#666 -80%, #fff 100%);*/
    background: radial-gradient(circle at 50px 50px, yellow, #cf0005);
    margin-top: 20px;
}

.line_title:before,
.line_title:after {
    display: table-cell;
    content: '';
    width: 50%;
    background: -webkit-linear-gradient(#ccc,#ccc) repeat-x left center;
    background: linear-gradient(#ccc,#ccc) repeat-x left center;
    background-size: 1px 1px;
}

.line_title_subscript {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding: 20px 0px;
}
/*更多*/
.more-btn {
    margin: 30px;
}

    .more-btn a {
        text-decoration: none;
        color: #909090;
        font: 14px;
        border: 1px solid #909090;
        padding: 8px 25px;
        cursor: pointer;
    }

        .more-btn a:hover {
            color: #d00207;
            border: 1px solid #d00207;
            -moz-box-shadow: 5px 5px 10px #d00207; /* 老的 Firefox */
            box-shadow: 5px 5px 10px #d00207;
            -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }
/*结束 公共*/


/*开始 技术服务*/
.technicalService {
}

    .technicalService div.block {
        min-height: 300px;
        max-height: 300px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

.serviceContent {
    width: 99%;
    padding: 10px 50px;
}

    .serviceContent:hover h3 {
        color: red;
        font-weight: 400;
        font-size: 28px;
        transition: all 0.5s;
        -moz-transition: all 0.5s; /* Firefox 4 */
        -webkit-transition: all 0.5s; /* Safari 和 Chrome */
        -o-transition: all 0.5s; /* Opera */
    }

    .serviceContent h3 {
        color: #444444;
        font-weight: 300;
        text-decoration: none;
    }

    .serviceContent div {
        margin-top: 20px;
        margin-left: 35px;
    }

        .serviceContent div p, .serviceContent div span {
            color: #757575;
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 16px;
            font-weight: 300;
        }

/*结束 技术服务*/
/*开始 解决方案*/
.solution {
}

    .solution .ih-item.myblock {
        position: relative;
        width: 100%;
        height: auto;
        border: none;
    }

        .solution .ih-item.myblock .info {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

        .solution .ih-item.myblock.effect7 {
            overflow: hidden
        }

            .solution .ih-item.myblock.effect7.colored .info {
                background: #1a4a72;
                background: rgba(26,74,114,0.6)
            }

                .solution .ih-item.myblock.effect7.colored .info h3 {
                    background: rgba(12,34,52,0.6)
                }

            .solution .ih-item.myblock.effect7 .img {
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1)
            }

            .solution .ih-item.myblock.effect7 .img_sol {
                width: 100%;
                height: 150%;
                position: absolute;
                top: 0;
                left: 0;
                background: #161a1d;
                opacity:.82;
                font-size: 22px;
                line-height: 24px;
                font-weight: 700;
                transition: all .4s cubic-bezier(.4,0,.2,1);
            }
                .solution .ih-item.myblock.effect7 .img_sol p {
                    text-align: center;
                    width: 100%;
                    position: absolute;
                    top: 40%;
                    color: white;
              
                }
                .solution .ih-item.myblock.effect7 .img_sol div {
                    opacity: 0;
                    font-size: 14px;
                    line-height: 16px;
                    overflow: hidden;
                    color: white;
                    text-align: left;
                    width: 100%;
                    position: absolute;
                    top: 50%;
                    font-weight:normal;
                    padding:20px;
                }
            
            .solution .ih-item.myblock.effect7 a:hover .img_sol {
                top: -40%;
                background: #00c2de;
                -webkit-transition: all 0.35s 0.1s ease-in-out;
                -moz-transition: all 0.35s 0.1s ease-in-out;
                transition: all 0.4s 0.1s ease-in-out;
            }
            .solution .ih-item.myblock.effect7 a:hover div {
                overflow: visible;
                opacity: .82;
                -webkit-transition: all 0.35s 0.1s ease-in-out;
                -moz-transition: all 0.35s 0.1s ease-in-out;
                transition: all 0.4s 0.1s ease-in-out;
            }
            /*.solution .ih-item.myblock.effect7 .info {
                position:absolute;
                background: #333;
                visibility: visible;
                opacity: 0;
                width:100%;
                height:100%;
            }

                .solution .ih-item.myblock.effect7 .info h3 {
                    text-transform: uppercase;
                    color: #fff;
                    text-align: center;
                    font-size: 17px;
                    padding: 10px;
                    background: #111;
                    margin: 30px 0 0 0;
                    -webkit-transform: scale(4);
                    -moz-transform: scale(4);
                    -ms-transform: scale(4);
                    -o-transform: scale(4);
                    transform: scale(4);
                    -webkit-transition: all 0.35s 0.1s ease-in-out;
                    -moz-transition: all 0.35s 0.1s ease-in-out;
                    transition: all 0.4s 0.1s ease-in-out
                }

                .solution .ih-item.myblock.effect7 .info p {
                    font-style: italic;
                    font-size: 14px;
                    position: relative;
                    line-height: 18px;
                    color: #fff;
                    padding: 20px 20px 20px;
                    text-align: center;
                    -webkit-transform: scale(2);
                    -moz-transform: scale(2);
                    -ms-transform: scale(2);
                    -o-transform: scale(2);
                    transform: scale(2);
                    -webkit-transition: all 0.5s 0.1s linear;
                    -moz-transition: all 0.5s 0.1s linear;
                    transition: all 0.5s 0.1s linear;
                }

            .solution .ih-item.myblock.effect7 a:hover .img {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2)
            }

            .solution .ih-item.myblock.effect7 a:hover .info {
                visibility: visible;
                opacity: 1
            }

            .solution .ih-item.myblock.effect7 a:hover .img_title {
                visibility: hidden;
            }

            .solution .ih-item.myblock.effect7 a:hover .info h3, .ih-item.myblock.effect7 a:hover .info p {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1)
            }*/

/*结束 解决方案*/

/*开始 主要产品*/
.products {
    background-color: #F6F6F6;
}
/*结束 主要产品*/




/*开始 资质荣誉*/
.aptitudeHonor {
    background-color: #F6F6F6;
}
/*结束 资质荣誉*/

/*开始 联系我们*/
.contactUs {
}
/*结束 联系我们*/



/*开始 link--kukuri*/
.link {
    outline: none;
    text-decoration: none;
    position: relative;
    padding: 0px 0px 30px 0px;
    font-size: 35px;
    line-height: 1;
    color: #d00207;
    display: inline-block;
}

    .link:visited {
        color: #d00207;
        text-decoration: none;
    }

.link--kukuri {
    text-transform: uppercase;
    font-weight: 900;
    overflow: hidden;
    line-height: 1;
    color: #d00207;
    text-decoration: none;
    padding-bottom: 0px;
}

    .link--kukuri:hover {
        color: #d00207;
        text-decoration: none;
    }

    .link--kukuri::after {
        content: '';
        position: absolute;
        height: 10px;
        width: 100%;
        top: 80%;
        margin-top: -8px;
        right: 0;
        /*background: red;*/
        transform: translate3d(-100%,0,0);
        transition: transform 0.5s;
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        text-decoration: none;
    }

    .link--kukuri:hover::after {
        transform: translate3d(100%,0,0);
        text-decoration: none
    }

    .link--kukuri::before {
        content: attr(data-letters);
        position: absolute;
        z-index: 2;
        overflow: hidden;
        color: #424242;
        white-space: nowrap;
        width: 0%;
        transition: width 0.4s 0.3s;
        text-decoration: none;
    }

    .link--kukuri:hover::before {
        width: 100%;
        text-decoration: none
    }
/*结束 link--kukuri*/


/*开始 字体变大 背景混动显示*/
.ad_1 {
    /*background-image: url(../images/219990984663039181.jpg);*/
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    height: 270px;
    margin-top: 20px;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in 0s;
    -moz-transition: height 0.2s ease-in 0s;
    -ms-transition: height 0.1s ease-in 0s;
    -o-transition: height 0.2s ease-in 0s;
}

.ad_1Text {
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 270px;
    height: 100%;
    width: 100%;
    /*background-image: url(../images/219990984663039181.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
}

.ad_2 {
    /*background-image: url(../images/adbg2.jpg);*/
    background-repeat: no-repeat;
    background-position: center 0;
    text-align: center;
    padding: 80px 10px;
    margin-top: 20px;
    overflow: hidden;
    height: 290px;
    background-size: auto;
}

    .ad_2 h3 span {
        font-size: 20px;
    }

    .ad_2 h3 {
        margin: 0;
        padding-bottom: 40px;
    }

        .ad_2 h3:after {
            bottom: 17px;
        }

    .ad_2 p {
        color: #fff;
        line-height: 160%;
        font-size: 15px;
    }

        .ad_2 p a {
            color: white;
        }

    .ad_2 h3 {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 10px;
    }

        .ad_2 h3 span {
            font-size: 35px;
            color: #fff;
            line-height: 120%;
            display: inline-block;
            position: relative;
        }

            .ad_2 h3 span:before {
                height: 1px;
                background: #fff;
                position: absolute;
                left: 18%;
                right: 18%;
                content: '';
                bottom: -20px;
            }

        .ad_2 h3:after {
            display: block;
            overflow: hidden;
            content: '';
            background: #fff;
            position: absolute;
            left: 50%;
            width: 6px;
            bottom: 27px;
            height: 6px;
            border-radius: 100%;
            margin-left: -3px;
        }

        .ad_2 h3 span:after {
            display: block;
            overflow: hidden;
            content: '';
            background: rgba(255,255,255,0.3);
            position: absolute;
            left: 50%;
            width: 14px;
            bottom: -27px;
            height: 14px;
            border-radius: 100%;
            margin-left: -7px;
        }

    .ad_2 p {
        color: #fff;
        line-height: 160%;
        font-size: 15px;
    }
/*结束 字体变大 背景混动显示*/

