@charset "utf-8";

/*产品图标,产品列表页共用*/
.product_logo li{
    width:14.2%;
    margin-bottom:10px;
    padding-right:15px;
    padding-left:15px;
}
.product_logo li+li{
    border-left:1px solid #ccc;
}
.product_logo li a{
    display: block;
    padding-bottom:10px;
    font-size:12px;
    color: #666;
}
@media screen and (min-width: 768px) {
    .product_logo li a{
        opacity:0.6;
    }
    .product_logo li a:hover{
        opacity:1;
        color: #000;
    }
}
.product_logo li a img {
    min-height: 60px;
    max-height:60px;
    width:60px;
    margin-bottom:5px;
}
@media screen and (max-width: 768px) {
    .product_logo li a{
        padding:12px 0;
    }
    .product_logo li {
        width: 33.3%;
    }
    .product_logo li a img{
        min-height:40px;
        max-height:40px;
        width:40px;
    }
    .product_logo li+li{
        border-left:1px solid transparent;
    }
}
@media screen and (max-width: 320px) {
    .product_logo li a {
        padding: 7px;
    }
}

/*产品效果展示*/
#showProduct .dot_c{
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    padding-top: 20px;
}
#showProduct .dot{
    display: inline-block;
    width:10px;
    height:10px;
    margin:auto;
    background: rgb(0, 148, 141);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}
#showProduct .dot1 {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top:17px;
    left:12px;
    background: rgb(0, 148, 141);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: dot1 1.5s ease-out;
    -o-animation: dot1 1.5s ease-out;
    animation: dot1 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes dot1 {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.7);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(1);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: scale(1.3);
        opacity: 0.0;
    }
}

/*新闻部分*/
#i-News .news_tab{
    min-width: 10%;
    margin: 0 20px;
}
#i-News .news_tab a{
    display: inline-block;
    font-size:1.1rem;
    color: #666;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    #i-News .news_tab{
        margin: 0 15px;
    }
    #i-News .news_tab a{
        display: inline-block;
        font-size:16px;
    }
}
@media screen and (max-width: 323px) {
    #i-News .news_tab{
        margin: 0 10px;
    }
}
#i-News .i_news_ac a{
    color: #02A69F;
}
#i-News .i_news_ac a:after{
    display: block;
    content: '';
    position: relative;
    bottom:-5px;
    width: 100%;
    margin:auto;
    border:1px solid #02A69F;
}
/*新闻---内容部分*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    #news-Con{
        width:1200px;
    }
}
#i-News .news_title,#i-News .news_content{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
}
#i-News .news_title{
    /*font-weight:bold;*/
    -webkit-line-clamp:1;
}
#i-News .news_content{
    color: #666;
    -webkit-line-clamp:2;
}
#i-News .news_c_roud{
    position: absolute;
    top:1.5rem;
    left:5px;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*数字递增*/
.number_text{
    padding-top:6rem;
    padding-bottom:2rem;
}
#manor,#choose,#i-honor{
    font-size:3rem;
}
.number_text>div>div{
    min-height:8rem;
}
@media screen and (min-width: 768px) {
    .number_text>div>div:nth-of-type(2){
        border-right: 1px solid #888;border-left: 1px solid #888;
    }
}
@media screen and (max-width: 767px) {
    .number_text{
        padding-top:2rem;
    }
}
