/* button */
.more {
    background-color: #c8c8c8;
    color: #fff;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}

.td {
    background-color: #fcbd09;
    color: #fff;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
}

@-webkit-keyframes halo {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes halo {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes halo {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes halo {
    0% {
        opacity: 0;
        -o-transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1.2);
    }
}

@keyframes halo {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

.icon_list {
    margin-top: 30px;
}

.icon_list li {
    width: 90px;
    height: 90px;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
}

.icon_list li p {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;

}

.ico1, .ico2, .ico3 {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
}

.icon_list li:hover .ico1 em {
    background: url(../image/about_icon.png) no-repeat center center;
    background-position: 0 0px;
}

.icon_list li:hover .ico2 em {
    background: url(../image/about_icon.png) no-repeat center center;
    background-position: 0 -50px;
}

.icon_list li:hover .ico3 em {
    background: url(../image/about_icon.png) no-repeat center center;
    background-position: 0 -100px;
}

.icon_list li:hover .ico1, .icon_list li:hover .ico2, .icon_list li:hover .ico3 {
    background-color: #fcbd09;
    border: none;
}

.icon_list li em {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    display: block;
    position: relative;
}

.ico1 em {
    background: url(../image/about_icon.png) no-repeat center center;
    background-position: 0 0px;
    background-position: 0 0px;
}

.ico2 em {
    background: url(../image/about_icon.png) no-repeat center center;
    background-position: 0 0px;
    background-position: 0 -50px;
}

.ico3 em {
    background: url(../image/about_icon.png) no-repeat center center;
    background-position: 0 0px;
    background-position: 0 -100px;
}

.icon_list li:hover em:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    z-index: 3;
    opacity: 0;
    -webkit-animation: halo 1s 0.2s infinite ease-out;
    -moz-animation: halo 1s 0.2s infinite ease-out;
    animation: halo 1s 0.2s infinite ease-out;
}

.c_product {
    width: 100%;

}

.c_news {
    width: 100%;
    display: inline-block;
    padding: 40px 0 80px ;
    position: relative;

}

.c_news .news_list {
    width: 30%;
    margin: 0 1.5%;
    float: left;
}



.news_list .news_date .news_day {
    padding: 0px 0 2px 0;
    margin: 0px 0 10px 0;
    border-bottom: 1px solid #aaaaaa;
    font-size: 28px;
    line-height: 40px;
}





.news_list .news_right .news_main {
    margin: 5px 0;
}

.c_about {
    width: 100%;

}

.c_about .fixbg {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.about_box {
    width: 100%;
    margin: 0 auto;
}

.about_left, .about_right {
    float: left;
}

.about_left {
    width: 32%;
    margin-left: 4%;
}

.about_right {
    width: 54%;
}

.about_right p {
    color: #fff;
}

.about_title {
    font-size: 36px;
    line-height: 36px;
}

.about_main {
    font-size: 16px;
    line-height: 28px;
    margin: 30px 0;
}

.c_partener {
    width: 100%;
}

.c_partener .partener_box {
    padding: 50px 80px;
}

.partener_title {
    width: 100%;
    margin-bottom: 30px;
}

.partener_title p {
    color: #8f8f8f;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

.partener_title p span {
    color: #ffc200;
    font-weight: bold;
}

#pages {
    clear: both;
    margin: 20px 0;
    padding: 30px 0 0 0px;
    text-align: center;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    overflow-y: hidden !important;
    overflow-y: none;
}

#pages a, #pages span {
    display: inline-block;
    margin: 0 0 0 5px;
    width:50px;
    height: 40px;
    font: normal 14px/40px 微软雅黑;
    color: #3679bf;
    background: #fff;
    border: 1px #bebebe solid;
}

#pages a {
    color: #666;
}

#pages a:hover {
    color: #e32606;
}

#pages span {
    background: #e32606;
    color: #fff;
    border: 1px #e32606 solid;
}
