
.data{
    width: 100%;
    padding: 60px 0;
}
.data-ul{
    list-style-type: none;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.data-num{
    font-size: 36px;
    /* color: rgb(76, 76, 76); */
    color: #fc6;
}
.data-name{
    font-size: 14px;
    color: #999;
}

.about{
    padding: 100px 0 ;
    background-size: 100% 100%;
}
.about .center{
    display: flex;
    justify-content: space-between;
}
.about-left{
    width: 600px;
    float: left;
}
.about-right{
    width: 460px;
    float: right;
}
.about img{
    width: 100%;
}
.about-title-en{
    font-family: Arial;
    font-size: 34px;
    line-height: 50px;
    font-weight: bolder;
    color: #fc6;
}
.about-title-zh{
    font-size: 24px;
    line-height: 30px;
    font-family: "å¾®è½¯é›…é»‘";
}
.about-p{
    margin-top: 80px;
    font-size: 14px;
    line-height: 2.4em;
    color: #999;
    text-indent: 2em;
}
.about-more{
    margin-top: 80px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #fc6;
    color: #fff;
}
.about-more a{
    display: block;
    width: 100%;
    height: 100%;
}
.about-more a:link{color:#fff}
.about-more a:active{color: #fff;}
.about-more a:hover{color:#fff}
.about-more a:visited{color: #fff;}


.brand{
    padding: 80px 0 140px;
}
.brand-ul{
    list-style-type: none;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand-ul li{
    width: 300px;
    margin-top: 40px;
    padding: 20px 20px 24px;
    border-radius: 5px;
    text-align: center;
}
.brand-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.brand-img{
    width: 300px;
    height: 286px;
    overflow: hidden;
}
.brand-ul li:hover .brand-img img {
    transform:scale(1.2);
}
.brand-ul li:hover .brand-title {
    color: #fc6;
}
.brand-img img {
    width: 300px;
    height: 286px;
    transition-duration:0.5s
}
.brand-title {
    width: 100%;    
    z-index: 99;
    bottom: 0;
    line-height: 30px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
}
.brand-p{
    text-indent: 2em;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.ys{
    padding: 150px 0 180px;
}
.ys .center{
    display: flex;
    justify-content: space-between;
}
.ys-left-img{
    margin-top: 100px;
    width: 700px;
}
.ys-left-img img{
    width: 100%;
}
.ys-left-bottom{
    margin-top: 360px;
}
.ys-p{
    margin-top: 80px;
    width: 650px;
    font-size: 14px;
    color: #999;
    line-height: 2.4em;
}
.ys-right-img{
    width: 600px;
    float: right;
    margin-top: 120px;
}
.news-top{
    padding: 60px 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f8f8f8;
}
.news--{
    margin: 20px 20px 0;
}
.news-bottom{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0 0 100px;
}
.news-bottom li{
    width: 300px;
    padding: 15px;
    border-radius: 5px;
}
@keyframes news {
    0% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .0);}
    25% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .05);}
    50% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1);}
    75% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .15);}
    100% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);}
}
@-moz-keyframes news {
    0% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .0);}
    25% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .05);}
    50% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1);}
    75% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .15);}
    100% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);}
}
@-webkit-keyframes news {
    0% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .0);}
    25% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .05);}
    50% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1);}
    75% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .15);}
    100% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);}
}
@-o-keyframes news {
    0% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .0);}
    25% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .05);}
    50% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1);}
    75% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .15);}
    100% {box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);}
}

.brand-ul li:hover {
    animation: news .5s forwards;
    -moz-animation: news .5s forwards;
    -webkit-animation: news .5s forwards;
    -o-animation: news .5s forwards;
}
.news-bottom li:hover {
    animation:news .5s forwards;
    -moz-animation:news .5s forwards;
    -webkit-animation:news .5s forwards;
    -o-animation:news .5s forwards;
}
.news-bottom li:hover .news-img img {
    transform:scale(1.2);
}
.news-img{
    width: 300px;
    height: 130px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    transition-duration:0.5s
}
.new-title{
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.news-time{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin: 5px 0;
}
.news-p{
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    color: #666;
    line-height: 1.7em;
}
.news-right{
    font-size: 12px;
    color: #999;
    margin-top: 30px;
    text-align: right;
    margin-right: 10px;
}
.zz{
    padding: 74px 0 50px;
}
.zz .center{
    display: flex;
    justify-content:  flex-end;
}
.zz .title-ch{
    color: #fff;
}
.zz-left{
    color: #fff;
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
}
.zz-right{
    margin: 0 80px;
}
.zz-a{
    width: 160px;
    height: 50px;
    background-color: #fc6;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
    border-radius: 25px;
}
.zz-a a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}