
/*.swiper-wrapper{*/
	 /* 通过改变animation-timing-function 制作弹性切换效果 */
/*	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;*/
/*}*/
.home-banner {
    position:relative;
    width:100%;
    max-height: 960px;
    overflow: hidden;
}
.home-banner ul li {
    position:relative;
}
.home-banner ul li .video,
.home-banner ul li .video video {
    width:100%;
    transform: translate(0px,-80px);
}
.home-banner ul li img.banner {
    position:relative;
    width:100%;
    transition: all 0.5s;
}
.home-banner ul li.swiper-slide-active img.banner{
    opacity: 1;
}
.home-banner ul li a {
     display: block;
     width: 100%;
     height: 100%;
     position: relative;
}
.home-banner ul li.video-paly a:after {
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat rgb(0,0,0,0);
    z-index: 1;
    transition: all 0.3s;
}

.home-banner .fix-word {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0);
}

.home-banner .fix-word .p1 {
    font-size: 48px;
    font-weight: bold;

}
.home-banner .fix-word .p2 {
    font-size: 42px;
    font-family: "Oswald-Regular";
    *text-transform: uppercase;
    padding:60px 0;
}
.home-banner .fix-word .p3 {
    margin-top: 5%;
}
.home-banner .fix-word .p3 img {
    width:40px;
}
.home-banner .fix-word .p4 {
    font-size: 14px;
    padding:2% 0 0 0;
}

.home-banner .pagination-banner {
    bottom: 10% !important;
}
.home-banner .pagination-banner span {
    width: 30px;
    height: 3px;
    border-radius:0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 2%);
    transition: width 0.6s ease;
}
.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    background: #e62129;
}


.home-banner .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.home-banner .swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.home-banner .swiper-relative div {
    position:absolute;
    width:50px;
    height:50px;
    border:1px solid rgba(255,255,255,0);
    border-radius:50%;
    cursor:pointer;
}
.home-banner .swiper-relative div:hover {
    position:absolute;
    width:50px;
    height:50px;
	border:1px solid rgba(255,255,255,0);
    border-radius:50%;
	background-color: rgba(0,0,0, 0);
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../images/home/left.svg) no-repeat center center/100%;
    left: 4%;
}
.home-banner .swiper-banner-next {
    background:url(../images/home/right.svg) no-repeat center center/100%;
    right:4%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}


/*板块标题*/
.home-title {}
.home-title h6 {
    font-size: 38px;
    color:#ddd;
    font-family: 'Current-Regular';
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
}
.home-title h6 span {
    color:#e62129;
}
.home-title h3 {
    font-size: 30px;
    color:#000;
    margin:20px 0 0 0;
}
@media screen and (max-width:1024px){
.home-title {}
.home-title h6 {
    font-size: 24px;
}
.home-title h3 {
    font-size: 18px;
    margin:10px 0 0 0;
}
   
}

.title-item {
    position: relative;
    overflow:hidden;
}
.title-item .more {
    position:absolute;
    right:0;
    bottom:0;

}
.title-item .more p {
    font-size: 12px;
    color:#e62129;
    text-transform: uppercase;
}
.title-item .more h4 {
    font-size: 16px;
    color:#e62129;
}
@media screen and (max-width:1024px){
.title-item {
    position: relative;
    overflow:hidden;
}
.title-item .more {
    position:absolute;
    right:0;
    bottom:0;

}
.title-item .more p {
    font-size: 12px;
}
.title-item .more h4 {
    font-size: 14px;
}
}
/*板块标题 end*/


/*4个标签*/
.home-icon {
    position:relative;
    z-index: 2;
}
.home-icon ul {

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding:0.4rem 0.5rem;
    background:#fff;
    box-shadow: 0 10px 10px rgb(153 153 153 / 8%);
    transform: translate(0px,-0.6rem);
}
.home-icon ul li {
    display: flex;
    align-items: center;
    *flex-direction: column;
    width: 25%;
}
.home-icon ul li .icon {
    margin: 0 0.2rem;
}
.home-icon ul li .word {
}
.home-icon ul li .word p {
    font-size: 18px;
    color:#333;
    font-family: "Futura-Medium";
    text-transform: uppercase;
}
.home-icon ul li .word h4 {
    font-size: 18px;
    color:#333;
     margin:5px 0 0 0;
}
@media screen and (max-width:1024px){
.home-icon {
    background:#fff;
}
.home-icon ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding:0.1rem 0.1rem;
    background:#fff;
    box-shadow: 0 10px 10px rgb(153 153 153 / 0%);
    transform: translate(0px,0rem);
}
.home-icon ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 2rem;
}
.home-icon ul li .icon {
    margin: 0.2rem;
}
.home-icon ul li .word {
    text-align: center;
}
.home-icon ul li .word p {
    height: 0.6rem;
    font-size: 12px;
}
.home-icon ul li .word h4 {
    font-size: 16px;
}
}

/*4个标签*/

/*关于品牌*/
.home-about {
    position:relative;
    padding:0.8rem 0;
}
.home-about::after {
    opacity: 0.1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 5rem;
    height: 8rem;
    z-index: -1;
    background: url(../images/VI-IP.png) no-repeat right center/100%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.home-about .about-item .item {
    margin:50px 0;
    overflow: hidden;
}
.home-about .about-item .word {
    float:left;
    width:45%;
    z-index: 1;
}
.home-about .about-item .content {
    margin:0% 0;
}
.home-about .about-item .content .tit {
    margin:0% 0 0 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 30px;
    color: #e62129;
    font-weight: bold;
}
.home-about .about-item .content .tit h6 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin:0.1rem 0 0 0;
}
.home-about .about-item .content .tit .intro {
    margin:0.4rem 0 0 0;
}
.home-about .about-item .content .tit .intro p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin:0.08rem 0 0 0;
}


.home-about .about-item .company {
    float: right;
    width: 45%;
}
.home-about .about-item .company .photo {
    position: relative;
    border-radius: 0.8rem 0 0.8rem 0;
    overflow:hidden;
}
.home-about .about-item .company .photo:after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.2) url(../images/video.svg) no-repeat center center;
    background-size: 0.5rem;
}
.home-about .about-item .company .photo figure {}
.home-about .about-item .company .photo figure img {
    width:100%;
}

/*数字*/
.home-about .about-item .number {
    float: right;
    width: 100%;
    margin:0.8rem 0 0 0;
}
.home-about .about-item .number ul {
    overflow:hidden;
}
.home-about .about-item .number ul li {
    float:left;
    width:25%;
    text-align: center;
}
.home-about .about-item .number ul li h3 {
    position:relative;
    padding:0 5px;
    font-size: 58px;
    color: #e62129;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
}

.home-about .about-item .number ul li p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    padding-top: 5px;
}
@media screen and (max-width:1024px){
.home-about {
    position:relative;
    padding:0.8rem 0;
}

.home-about::after {
    opacity: 0.1;
    bottom: 0;
    left: 25%;
    width: 2.5rem;
    height: 3rem;
    transition: all 3s;
}
.home-about .about-item .item {
    margin:20px 0;
    overflow: hidden;
}
.home-about .about-item .word {
    width:100%;
    z-index: 1;
}
.home-about .about-item .content {
    margin:0% 0;
}
.home-about .about-item .content .tit {
    margin:0% 0 0 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 20px;
    color: #e62129;
    font-weight: bold;
}
.home-about .about-item .content .tit h6 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin:0.1rem 0 0 0;
}
.home-about .about-item .content .tit .intro {
    margin:0.4rem 0 0 0;
}
.home-about .about-item .content .tit .intro p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin:0.08rem 0 0 0;
}


.home-about .about-item .company {
    width: 100%;
    margin:20px auto;
}
.home-about .about-item .company .photo {
    position: relative;
    border-radius: 0.8rem 0 0.8rem 0;
    overflow:hidden;
}
.home-about .about-item .company .photo:after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.2) url(../images/video.svg) no-repeat center center;
    background-size: 0.5rem;
}
.home-about .about-item .company .photo figure {}
.home-about .about-item .company .photo figure img {
    width:100%;
}

/*数字*/
.home-about .about-item .number {
    float: right;
    width: 100%;
    margin:0.2rem 0 0 0;
}
.home-about .about-item .number ul {
    overflow:hidden;
}
.home-about .about-item .number ul li {
    width:50%;
    height: 2rem;
    padding:0.2rem 0;
    text-align: center;
}
.home-about .about-item .number ul li h3 {
    padding:0 5px;
    font-size: 28px;
}

.home-about .about-item .number ul li p {
    font-size: 16px;
}
.home-about .about-item .number ul li p.en {
    font-size: 14px;
    line-height: 1.2;
}
}
/*关于品牌 end*/

/*4大产品*/
.home-product {
    padding:7% 0;
}
.home-product .product-item {}
.home-product .product-item .product-list {
    margin:30px 0 0 0;
}
.home-product .product-item .product-list ul {}
.home-product .product-item .product-list ul li {
    position:relative;
}
.home-product .product-item .product-list ul li a {
    display:block;
    padding:5%;
}
.home-product .product-item .product-list ul li .photo{
    position: relative;
}
.home-product .product-item .product-list ul li .photo .big-photo {
    display: none;
}
.home-product .product-item .product-list ul li .photo .big-photo img {
      width: 100%;
}

.home-product .product-item .product-list ul li .photo .small-photo {
    *position: absolute;
    *right: 0;
    *bottom: -20%;
    *width: 60%;
    max-width: 100%;
    transition: all 0.6s ease;
}
.home-product .product-item .product-list ul li .photo .small-photo img {
    width: 100%;
    
}
.home-product .product-item .product-list ul li:hover .photo .small-photo{
    transform: translate(0px,-10px);
}
.home-product .product-item .product-list ul li .word {
    padding:15% 0 0 0;
}

.home-product .product-item .product-list ul li .word h3 {
    font-size: 22px;
    color:#252525;
}
.home-product .product-item .product-list ul li .word h3::after {
    opacity: 0;
    content: "";
    width: 50px;
    height: 40px;
    background: url(../images/home/go.svg) no-repeat center center/30px;
    margin: 0 0;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.6s ease;
}
.home-product .product-item .product-list ul li:hover .word h3::after {
    opacity: 1;
    transform: translate(10px,0px);
}
.home-product .product-item .product-list ul li:hover .word h3 {
    color:#e62129;
}
.home-product .product-item .product-list ul li .word h4 {
    font-size: 14px;
    color:#252525;
    font-family: "Futura-Light";
    text-transform: uppercase;
}
.home-product .product-item .product-list ul li .word p {
    padding:10px 0 10px 0;
    font-size: 16px;
    color:#666;
}
@media screen and (max-width:1024px){
.home-product {
    padding:30px 0;
}
.home-product .product-item {}
.home-product .product-item .product-list {
    margin:20px 0 0 0;
}
.home-product .product-item .product-list ul {}
.home-product .product-item .product-list ul li {
}
.home-product .product-item .product-list ul li a {
    padding:0%;
}
.home-product .product-item .product-list ul li .photo {}
.home-product .product-item .product-list ul li .photo img {
}

.home-product .product-item .product-list ul li .word {
    padding:15% 0 0 0;
}
.home-product .product-item .product-list ul li .word h3 {
    font-size: 20px;
    padding:10px 0 0 0;
}
.home-product .product-item .product-list ul li .word p {
    font-size: 14px;
}

}
/*热销产品*/


/*实力优势*/
.home-advantage {
    position:relative;
    margin:0% 0;
    background: url(../images/home/advantage.png) no-repeat top center/cover;
}
.home-advantage::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background-image: linear-gradient(to right,rgba(252,251,246,1) 0,rgba(0,0,0,0) 100%);
    display: block;
    z-index: 1;
}
.home-advantage .container {
    position:relative;
    height:100%;
    z-index: 2;
}
.home-advantage .advantage-box {
}

.home-advantage .advantage-box .word {
    float:left;
    position:relative;
    width:40%;
    min-width: 400px;
    z-index: 1;
    padding:1.2rem 0;
}
.home-advantage .advantage-box .word h6 {
    padding:10% 0 30px 0;
    opacity: 1;
    font-size: 38px;
    color: #ddd;
    line-height: 1.8;
    letter-spacing: 0;
    font-family: 'Current-Regular';
    font-family: "Oswald-Regular";
    text-transform: uppercase;
}
.home-advantage .advantage-box .word h5 {
    font-size: 46px;
    color: #e62129;
    font-weight: bold;
    
}
.home-advantage .advantage-box .word h4 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    line-height: 1.8;
    padding: 0.5rem 0 0.3rem 0;
}

.home-advantage .advantage-box .word  {}
.home-advantage .advantage-box .word  i {}
.home-advantage .advantage-box .word  i img {
    max-width: 100%;
}
.home-advantage .advantage-box .word  .intro {}
.home-advantage .advantage-box .word  .intro p {
    font-size: 16px;
    color:#333;
}
.home-advantage .advantage-box .word  .intro p {
    margin:0.2rem 0 0 0;
}

.home-advantage .advantage-box .word .honor {
    margin:1.2rem 0 0 0;
}
@media screen and (max-width:1024px){
.home-advantage {
    position:relative;
    margin:0% 0;
    background:#ebebeb url(../images/home/advantage.png) no-repeat bottom center/100%;
}
.home-advantage::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background-image: linear-gradient(to right,rgba(252,251,246,1) 0,rgba(0,0,0,0) 100%);
    display: block;
    z-index: 1;
}
.home-advantage .container {
    position:relative;
    height:100%;
    z-index: 2;
}
.home-advantage .advantage-box {
}

.home-advantage .advantage-box .word {
    width:100%;
    min-width: 100%;
    padding:1.2rem 0;
}
.home-advantage .advantage-box .word h6 {
    padding:10% 0 30px 0;
    opacity: 0.6;
    font-size: 16px;
    color: #333;
}
.home-advantage .advantage-box .word h5 {
    font-size: 24px;
    
}
.home-advantage .advantage-box .word h4 {
    font-size: 20px;
    line-height: 1.8;
    padding: 0.25rem 0 0.15rem 0;
}

.home-advantage .advantage-box .word  {}
.home-advantage .advantage-box .word  i {}
.home-advantage .advantage-box .word  i img {
    max-width: 100%;
}
.home-advantage .advantage-box .word  .intro {}
.home-advantage .advantage-box .word  .intro p {
    font-size: 14px;
}
.home-advantage .advantage-box .word  .intro p {
    margin:0.2rem 0 0 0;
}

.home-advantage .advantage-box .word .honor {
    margin:1.2rem 0 0 0;
}
}
/*实力优势 end*/

.home-case {
    padding:1rem 0;
}
.home-case .case-item {
    margin:0.5rem 0 0 0;
}
.home-case .case-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2%;
}
.home-case .case-item ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 23.5%;
}
.home-case .case-item ul li .photo {
    position: relative;
    width:100%;
}
.home-case .case-item ul li .photo:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background:#000;
    background-repeat: repeat;
    opacity: .5;
}
.home-case .case-item ul li .photo figure {
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
    position: relative;
}
.home-case .case-item ul li .photo figure img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.home-case .case-item ul li:hover .photo figure img{
    transform: scale(1.1);
}
.home-case .case-item ul li .word {
    position:absolute;
    top:0;
    left:0;
    z-index: 2;
    width:100%;
    height:100%;
    padding:0.5rem;
    transition: all 0.6s ease;
}
.home-case .case-item ul li:hover .word {
    padding:0.6rem;
}
.home-case .case-item ul li .word h6 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.home-case .case-item ul li .word h5 {
    font-size: 20px;
    color: #fff;
    padding: 0.1rem 0 0.15rem 0;
}
.home-case .case-item ul li .word p {
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width:1024px){
.home-case {
    padding:1rem 0;
}
.home-case .case-item {
    margin:0.5rem 0 0 0;
}
.home-case .case-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1%;
}
.home-case .case-item ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 48.5%;
    margin:0 0 1% 0;
}
.home-case .case-item ul li .photo {
    position: relative;
    width:100%;
}
.home-case .case-item ul li .photo:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background:#000;
    background-repeat: repeat;
    opacity: .3;
}
.home-case .case-item ul li .photo figure {
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
    position: relative;
}
.home-case .case-item ul li .photo figure img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.home-case .case-item ul li:hover .photo figure img{
    transform: scale(1.1);
}
.home-case .case-item ul li .word {
    position:absolute;
    top:0;
    left:0;
    z-index: 2;
    width:100%;
    height:100%;
    padding:0.3rem;
    transition: all 0.6s ease;
}
.home-case .case-item ul li:hover .word {
    padding:0.4rem;
}
.home-case .case-item ul li .word h6 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.home-case .case-item ul li .word h5 {
    font-size: 16px;
    padding: 0.05rem 0 0.075rem 0;
}
.home-case .case-item ul li .word p {
    font-size: 12px;
}
}

/*新闻资讯*/
.home-news {
    padding:5% 0 3% 0;
}
.home-menu {
    overflow:hidden;
}
.home-menu .home-tag a {
    display: block;
    float: left;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 10px 10px;
    padding: 6px 30px;
    border-radius: 25px;
    text-align: center;
    font-style: normal;
    max-width: 150px;
    font-size: 14px;
    color: #464646;
}
.home-menu .home-tag a:hover {
    border: solid 1px #edbf04;
    background: #e62129;
    color: #fff;
}
.news-box {
    padding:2% 0;
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 31%;
    margin: 1%;
    border:1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.6s;
}
.news-box ul li .pic {
    width: 100%;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
}
.news-box ul li .pic .news-pic {
    position: absolute;
    top: 0%;
    left: 0%;
    width:100%;
    height:100%;
}
.news-box ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    width:100%;
    height:60px;
    font-size: 18px;
    color: #000;
    line-height:1.6;
    
}
.news-box ul li .item p {
    width: 100%;
    height: 80px;
    line-height: 26px;
    color: #999999;
    font-size: 14px;
    margin: 3% 0 3%;
    overflow: hidden;
}
.news-box ul li .item .more {
    border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 4% 2%;
    line-height: 30px;
    transition: 0.3s;
}
.news-box ul li .item .more time {
    color:#999;
    font-family: "Futura-Light";
}
.news-box ul li .item .more time::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/time-icon.svg) no-repeat center center/18px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.news-box ul li .item .more span {
    float: right;
    display: block;
    color: #666;
    font-family: "Futura-Light";
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-box ul li:hover .item {
    background: #fff;
}
.news-box ul li:hover .item h3 {
    color: #000;
}
.news-box ul li:hover .item p {
}
.news-box ul li:hover .item .more span {
    color: #e62129;
}
.news-box ul li .item .more span i {
    padding: 0 0 0 10px;
    font-family:"宋体";
    font-style: normal;
}
/*特效*/
.news-box ul li:hover {
    border-radius: 10px 10px 10px 10px;
}
.news-box ul li:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.news-more {}
.news-more a {
    margin:2% auto 2% auto;
}
@media screen and (max-width:1024px){
.home-news {
    padding: 50px 0;
}
.home-tag {
    width:100%;
    padding:5% 0;
}
.home-menu .home-tag a {
    display: block;
    float: left;
    width: 30%;
    max-width: 150px;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 5px 5px;
    padding: 6px 15px;
    border-radius: 25px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #464646;
}
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 98%;
    margin:5% 1%;
    
}
.news-box ul li .pic {
}
.news-box ul li .pic .news-pic {
}
.news-box ul li .pic .link {
    display:none;
}
.news-box ul li .pic img {
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    font-size: 16px;
    color:#000;
    height: auto;
}
.news-box ul li .item p {
    width:100%;
    height: auto;
    line-height:1.6;
    font-size: 14px;
    margin: 3% 0 3%;
}
}