

/* about */
.about{
    padding: 60px 0;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.about-box1{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.about-left{
    width: 700px;
    height: 350px;
}
.about-left img{
    width: 700px;
    height: 350px;
}
.about-right{
    width: 680px;
    text-indent: 2em;
    margin-top: 60px;
}
.about-title{
    margin: 40px 0;
    font-size: 18px;
}

/* join */

.join {
    padding: 60px 0;
    font-size: 16px;
    line-height: 30px;
}
.join h3{
    margin: 30px 0 10px;
    color: #666;
}

/* news */

.news {
    padding: 60px 0;
}
.news-body{
    margin-top: 60px;
}
.news-new{
    padding: 0 40px;
    line-height: 30px;
}
@keyframes news {
    0% {box-shadow: 0 0 16px 0 rgba(7, 17, 27, .0);}
    25% {box-shadow: 0 0 16px 0 rgba(7, 17, 27, .07);}
    50% {box-shadow: 0 0 16px 0 rgba(7, 17, 27, .15);}
    75% {box-shadow: 0 0 16px 0 rgba(7, 17, 27, .22);}
    100% {box-shadow: 0 0 16px 0 rgba(7, 17, 27, .3);}
}
.news-new:hover{
    animation:news 1s forwards;
}
.news-new:hover .news-title {
    color: #fc6;
}
.news-new a:link{
    color: #666;
}
.news-new a:visited{
    color: #666;
}
.news-new a:hover{
    color: #666;
}
.news-new a:active {
    color: #666;
}
.news-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
}
.news-bottom{
    width: 100%;
    font-size: 14px;
    color: #666;
}

.news-new a{
    display: block;
    padding: 40px 0;
}
.news-new:not(:last-child) a {
    border-bottom: 1px solid #e5e5e5;
}


/* new */
.new{
    padding: 60px 0;
}
.new-top{
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.new-title{
    font-size: 20px;
    color: #000;
    font-weight: 300;
}
.new-time{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
.new-body{
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}
.new-bottom{
    width: 800px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    line-height: 100px;
}
.new-bottom div{
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* contact */
.contact{
    padding: 60px 0;
}
.contact-body{
    width: 1200px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}
.contacts{
    text-align: center;
}
.contact-ico{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.contact-ico img{
    width: 100%;
    height: 100%;
}
.conatct-q{
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    color: #666;
}
.conatct-a{
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
.contact-bottom{
    width: 100%;
    margin-top: 80px;
}
.contact-bottom img{
    width: 100%;
}

/* product */
.product{
    padding: 80px;
}
.product-body{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.products{
    width: 400px;
    height: 260px;
    margin: 40px 0 0 100px;
}
.product-body .products:nth-child(3n+1){
    margin-left: 0px;
}
.products:hover img{
    transform: scale(1.1);
}
.product-relative{
    position: relative;
    width: 400px;
    height: 260px;
}
.product-img{
    position: absolute;
    width: 400px;
    height: 260px;
    top: 0;
    overflow: hidden;
}
.product-img img{
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}
.product-title{
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    color: #fff;
}
.product-nav{
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

/* img */

.img{
    padding: 80px;
}
.img-body{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-left{
    width: 700px;
}
.img-left img{
    width: 100%;
}
.img-right{
    width: 600px;
}
.img-title{
    font-size: 20px;
}
.img-p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.img-contact{
    margin-top: 80px;
}
.img-a{
    max-width: 200px;
    padding: 0 15px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #999;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.img-a a:link{color: #333;}
.img-a a:active{color: #333;}
.img-a a:hover{color: #333;}
.img-a a:visited{color: #333;}
.img-buttom{
    width: 800px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}