@charset "utf-8";
/* CSS Document */


.sec1 {
    /* background: url(../images/homeonebg.jpg) no-repeat right top;
    background-size: 55%; */
    padding: 40px 0 0px;
    position: relative;
}

.sec1 .fl {
    width:100%;
    float: right;
}

.sec1 .fl li {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 0 30px 40px;
    text-align: center;
}

.sec1 .fl li a {
    display: block;
    border: 1px solid #f3f3f3;
}

.sec1 .fl li .pho {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.sec1 .fl li .pho img {
    position: relative;
    z-index: 90;
    width: 90%;
}

.sec1 .fl li .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .24);
    transition: 0.3s;
}

.sec1 .fl li .bg span {
    display: block;
    position: absolute;
    left: 50%;
    top: 150%;
    width: 50px;
    height: 50px;
    margin-left: -27px;
    border: 2px solid #fff;
    background: url(../images/icon02.png) rgba(0, 0, 0, .5) no-repeat center;
    background-size: 39px;
    border-radius: 50%;
}

.sec1 .fl li p {
    line-height: 50px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    color: #0e0e0e;
}

.sec1 .fl li:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.sec1 .fl li:hover .bg {
    top: 0;
}

.sec1 .fl li:hover .bg span {
    top: 50%;
    margin-top: -27px;
}

.sec1 .fr {
    width: 21%;
    color: #fff;
    text-align: center;
    position: relative;
    float: left;
}

.sec1 .form form {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    line-height: 34px;
    margin-bottom: 20px;
    border: 1px solid #dedede;
}

.sec1 .form input[type="text"] {
    width: 100%;
    line-height: 34px;
    height: 34px;
    border: none;
    background: #fff;
    padding: 0 65px 0 10px;
    box-sizing: border-box;
    margin: 0;
}

.sec1 .form .submi {
    width: 60px;
    height: 28px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: #0090ff;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.sec1 .fr li {
    position: relative;
    background: #f6f7f6;
}

.sec1 .fr li a {
    display: block;
    text-align: left;
    line-height: 55px;
    padding: 15px 0 15px 85px;
    border-bottom: 1px solid #eaeaea;
    background:url(../images/icon03.png)no-repeat left 25px center;
    background-size: 40px;
    font-size: 18px;
    color: #333;
}

.sec1 .fr li:nth-child(2) a {
    background-image: url(../images/icon07.png);
}

.sec1 .fr li:nth-child(3) a {
    background-image: url(../images/icon05.png);
}

.sec1 .fr li:nth-child(4) a {
    background-image: url(../images/icon08.png);
}

.sec1 .fr li:nth-child(5) a {
    background-image: url(../images/icon06.png);
}

.sec1 .fr li:nth-child(6) a {
    background-image: url(../images/icon36.png);
}

.sec1 .fr li:nth-child(7) a {
    background-image: url(../images/icon09.png);
}

.sec1 .fr li:nth-child(8) a {
    background-image: url(../images/icon34.png);
}

.sec1 .fr li:nth-child(9) a {
    background-image: url(../images/icon35.png);
}

.sec1 .fr li:hover {
    background: linear-gradient(to right, #70c1ff, #0090ff);

}

.sec1 .fr li:hover a {
    color: #fff
}


@media all and (min-width: 1023px) and (max-width:1200px) {
    .sec1 .fr li a {
        line-height: 40px;
        background-size: 32px;
        padding-left: 66px;
        font-size: 16px;
    }

    .sec1 .fl li .pho img {
        width: 90%;
    }


}

@media all and (min-width: 0) and (max-width: 767px) {
 
    .sec1 {
        padding: 20px 10px 0px;
    }

    .sec1 .fl {
        width: 100%;
        float: inherit;
        margin-top: 10px;
    }

    .sec1 .fl li {
        width: 50%;
        padding: 0 6px 20px;
    }

    .sec1 .fl li .pho img {
        width: 100%;
    }

    .sec1 .fl li p {
        line-height: 40px;
        font-size: 15px;
        padding: 0 4px;
    }

    .sec1 .fl li:hover .bg {
        top: 0;
    }

    .sec1 .fl li:hover .bg span {
        top: 50%;
        margin-top: -27px;
    }

    .sec1 .fl li:last-child {
        display: none;
    }

    .sec1 .fr {
        width: 100%;
        float: inherit;
    }

    .sec1 .fr li {
        width: 50%;
        float: left;
        padding: 3px 6px;
        box-sizing: border-box;
        background: none
    }

    .sec1 .fr li:last-child {
        display: none;
    }

    .sec1 .fr li.on {
        background: none
    }

    .sec1 .fr li a {
        line-height: 36px;
        padding: 0;
        text-align: center;
        border-radius: 5px;
        background: #f6f7f6 !important;
        color: #333;
        font-size: 15px;
        border-bottom: none;
    }

	.sec1 .fr li:hover {
    background: none;

}

.sec1 .fr li:hover a {
    color: #333
}

    .sec1 .fr li.on a {
        color: #333
    }

    #gFooter .fLink {
        margin: 10px 0px 0;
        padding: 0 10px;
    }

.sec1.more a {
    margin-top: 0;
}
.sec1.more a {
    display: block;
    width: 120px;
    line-height: 38px;
    padding-left: 7px;
    background: #0090ff;
    color: #fff;
    text-align: center;
    margin: 30px auto 0;
    border-radius: 3px;
    font-size: 15px;
}