/* 轮播图 */
.swiper-container{
    width: 100%;
    height: auto;
    font-size: 0;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
/* 小圆点css */
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 5%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background: #BFBFBF;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #F9AD0D;
    border: 1px solid #F9AD0D;
    position: relative;
}
.swiper-pagination-bullet-active::after{
    width: 14px;
    height: 14px;
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #F9AD0D;
    background:transparent;
    position: absolute;
    left: -5px;
    top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* 打造中国安全食品供应链知名品牌 */
.supplyChain-wrap{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.supplyChain-box{
    width: 80%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}
.title-wrap{
    text-align: center;
}
.titleText{
    font-size: 36px;
}
.klfSpell{
    color: #54B33E;
    font-size: 12px;
    padding: 0 2px;
    font-weight: bold;
    position: relative;
}
.klfSpell::before{
    content: "";
    display: block;
    width: 74px;
    height: 1px;
    background-color: #999899;
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.klfSpell::after{
    content: "";
    display: block;
    width: 74px;
    height: 1px;
    background-color: #999899;
    position: absolute;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.supplyChain-Content{
    margin-top: 50px;
}
.supplyChain-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.supplyChain-list li{
	width: 20%;
	border-right: 1px solid #ffffff;
}
.supplyChain-list li h3{
	font-size: 24px;
	color: #ffffff;
	background-color: #689d5c;
	line-height: 57px;
	text-align: center;
	font-weight: normal;
}
.supplyChain-list li .supplyChain_img{
	width: 100%;
	background-color: #80c770;
	background-repeat: no-repeat;
	background-position: center;
}
.supplyChain-list li .supplyChain_img img{
	display: block;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.supplyChain-list li:hover .supplyChain_img img{
	opacity: 1;
}

/* 6大服务优势 */
.advantage-wrap{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.advantage-box{
    width: 80%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}
.advantage-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.advantage-item{
    width: calc((100% - 16px)/ 3);
    height: auto;
    position: relative;
}
.advantage-item:nth-child(n+4){
    margin-top: 22px;
}
.advantage-Img{
    width: 100%;
    height: 100%;
    font-size: 0;
}
.advantage-Img img{
    width: 100%;
    height: 100%;
}
.advantage-Text{
    width: 100%;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
	padding: 0 28px;
	background-color: rgba(0,0,0,0.6);
}
.advantageText1{
    width: 100%;
    font-size: 28px;
	line-height: 70px;
}
.advantageText2{
    width: 100%;
    line-height: 30px;
    font-size: 16px;
	display: none;
}
.advantage-item:hover .advantage-Text{
	height: 270px;
	padding-top: 25px;
}
.advantage-item:hover .advantage-Text .advantageText2{
	display: block;
}


@media screen and (max-width: 1500px) {
    .advantageText1{
        font-size: 24px;
    	line-height: 60px;
    }
    .advantageText2{
        line-height: 24px;
        font-size: 12px;
    }
}

/* 4大服务保障 */
.safeguard-wrap{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.safeguard-box{
    width: 80%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}
.safeguard-list{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.safeguard-item{
    width: calc((100% - 90px) / 4);
    height: 310px;
    padding: 60px 20px 0;
    text-align: center;
    background-color: #F2F2F2;
}
.safeguard-itemOn{
    color: white;
    background-color: #80c770;
}
.safeguard-item .spanIcon{
    display: inline-block;
    width: 54px;
    height: 54px;
}
.safeguard-item .Icon1{
    background: url(../image/index/Icon1.png) no-repeat;
    background-size: 100% 100%;
}
.safeguard-itemOn .Icon1{
    background: url(../image/index/Icon1-a.png) no-repeat;
    background-size: 100% 100%;
}
.safeguard-item .Icon2{
    background: url(../image/index/Icon2.png) no-repeat;
    background-size: 100% 100%;
}
.safeguard-itemOn .Icon2{
    background: url(../image/index/Icon2-a.png) no-repeat;
    background-size: 100% 100%;
}
.safeguard-item .Icon3{
    background: url(../image/index/Icon3.png) no-repeat;
    background-size: 100% 100%;
}
.safeguard-itemOn .Icon3{
    background: url(../image/index/Icon3-a.png) no-repeat;
    background-size: 100% 100%;
}
.safeguard-item .Icon4{
    background: url(../image/index/Icon4.png) no-repeat;
    background-size: 100% 100%;
}
.safeguard-itemOn .Icon4{
    background: url(../image/index/Icon2-a.png) no-repeat;
    background-size: 100% 100%;
}
.safeguard-item .safeguardTitle{
    font-size: 18px;
    font-weight: bold;
    margin: 28px 0 25px 0;
}
.safeguard-item .safeguardText{
    color: #999999;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
}
.safeguard-itemOn .safeguardText{
    color: #fff;
}
/* 新闻资讯 */
.news-wrap{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.news-box{
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}
.newsContent-wrap{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsLeft{
    width: 400px;
    height: 250px;
    font-size: 0;
    position: relative;
}
.newsLeft .newsImg{
    width: 400px;
    height: 250px;
}
.newsLeft .newsText{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 14px;
    padding: 0 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0
}
.newRight{
    width: 740px;
    height: 250px;
    background-color: white;
}
.newsTitle-list{
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    justify-content: flex-start;
}
.newsTitle-item span{
    display: inline-block;
    width: 117px;
    height: 36px;
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.newsTitle-itemOn span{
    color: white;
    background-color: #54B33E;
}
.newsContent-list{
    width: 100%;
    height: calc(250px - 36px);
}
.newsContent-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news-list{
    width: 100%;
    height: auto;
    display: none;
}
.news-listOn{
    display: block;
}
.news-item{
    width: 100%;
    height: 42.8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #999999;

}
.news-item .newsText{
    width: 70%;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333333;
    font-size: 16px;
}
.newsTime{
    width: 30%;
    height: auto;
    font-size: 14px;
    color: #939393;
    text-align: right;
}

/* 中屏幕 */
@media screen and (max-width: 992px) {
	.supplyChain-list{
		flex-wrap: wrap;
	}
	.supplyChain-list li{
		width: 50%;
		border-bottom: 1px solid #ffffff;
	}
	
	
    /* 6大服务优势 */
    .advantage-item{
        width: calc((100% - 10px) / 2);
        margin-top: 10px!important;
    }
    .safeguard-list {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .safeguard-item{
        width: calc((100% - 10px) / 2);
        margin-top: 10px;
    }
}
/* 移动端布局 */
@media screen and (max-width: 768px){
    /* 小圆点 */
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 10px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 5px;
    }
    .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        opacity: 0.5;
        background: #BFBFBF;
    }
    .swiper-pagination-bullet-active{
        opacity: 1;
        background: #F9AD0D;
        border: 1px solid #F9AD0D;
        position: relative;
    }
    .swiper-pagination-bullet-active::after{
        width: 10px;
        height: 10px;
        content: "";
        display: block;
        border-radius: 50%;
        border: 1px solid #F9AD0D;
        background:transparent;
        position: absolute;
        left: -4px;
        top: -4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    /* 打造中国安全食品供应链知名品牌 */
    .supplyChain-list{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .supplyChain-item{
        width: 100%;
        margin-top: 10px;
        padding: 37px 20px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    .supplyChain-item .hanziText {
        text-align: left;
    }
    .supplyChain-item .spellText{
        margin-top: 12px;
        display: block;
    }
    /* 6大服务优势 */
    .advantage-item{
        width: 100%;
        margin-top: 10px!important;
    }
    .safeguard-list {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .safeguard-item{
        width: 100%;
        margin-top: 10px;
    }
    /* 新闻资讯 */
    .newsContent-wrap {
        width: 92%;
        height: auto!important;
        margin: 50px 4% 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .newsLeft{
        width: 100%;
        height: auto;
    }
    .newsLeft .newsImg{
        width: 100%;
        height: auto;
    }
    .newRight{
        width: 100%;
        height: auto;
    }
}