/* banner */
.banner {
    position: relative;
    overflow: hidden;
	width: 100%;
}
.banner .slides li {
    height: 500px;
}
.banner .slides li img {
    height: 100%;width: 100%;
}
.banner-slides-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 60px;
    margin: auto;
}
.banner-slides-nav span {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
}
.banner-slides-nav span.prev {
    left: 300px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -100px -186px;
    background-color: rgba(0,0,0,0.2);
}
.banner-slides-nav span.next {
    right: 40px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -160px -186px;
    background-color: rgba(0,0,0,0.2);
}
.banner-slides-nav span.prev:hover{
    background-position: -220px -186px;
}
.banner-slides-nav span.next:hover{
    background-position: -280px -186px;
}
/* banner-产品分类 */
.product-banner {
    width: 260px;
    height: 500px;
    position: absolute;
    top: 0;

    z-index: 99;
   /*  padding: 30px 0 0; */
    background-color: rgba(0,0,0,0.4);
}
.product-banner h3{
    color: #fff;
    font-size: 16px;
    padding: 0px 50px;
    height: 58px;
    line-height: 50px;
    font-weight: normal;
    background-image: url(../images/home-bnr.png);
	
}
.product-banner ul>li {
font-size: 14px;
    margin: 5px 0;
   padding: 0 10px 0 10px;
}
.product-banner ul>li>a {
font-size: 14px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
    padding-left: 30px;
}
.product-banner ul>li>a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 0;

    background-repeat: no-repeat;
	font-size: 14px;
}
.product-banner ul>:nth-of-type(1)>a:before {
    background-position: 0px -396px;
}
.product-banner ul>li:nth-of-type(2)>a:before {
    background-position: -30px -396px;
}
.product-banner ul>li:nth-of-type(3)>a:before {
    background-position: -63px -396px;
}
.product-banner ul>li:nth-of-type(4)>a:before {
    background-position: -90px -398px;
}
.product-banner ul>li:nth-of-type(5)>a:before {
    background-position: -120px -396px;
}
.product-banner ul>li:nth-of-type(6)>a:before {
    background-position: -150px -396px;
}
.product-banner ul>li:nth-of-type(7)>a:before {
    background-position: -180px -396px;
}
.product-banner ul>li:nth-of-type(8)>a:before {
    background-position: -210px -396px;
}
.product-banner ul>li>a {
    display: inline-block;
    width: 100%;
    color: #fff;
font-size: 15px;
}
.product-banner ul>li a:after {
    display: inline-block;
    width: 20px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    color: #fff;
}
.product-banner ul>li:hover {
    background-color: #06257a;
}
.sub-product {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px #333;
    padding: 10px 20px;
    width: 940px;
    height: 500px;
    left: 99%;
    top: 1px;
    display: none;
}
.sub-product dl dd {
    float: left;
    position: relative;
}
.sub-product .sub-product-solution {
    margin-bottom: 10px;
}


.sub-product dl dd  p {
    line-height: 33px;
    text-align: left;
   font-size: 13px;
}

.sub-product .sub-product-product dd {
    width: 900px;
	margin: 0 2px;
	border-bottom:1px #CCCCCC  dashed;
	height:auto;
}
.sub-product .sub-product-product dd p {
    color: #333;


	
}
/* soltion-img */
.solution-img {
    margin: 20px auto;
}
.solution-img ul li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.solution-img ul li:after {
    width: 100%;
    height: 100%;
    position: abaolute;
    top: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #fff;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    background-color: #000;
}
.solution-img ul li:hover {
    opacity: 1;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
.solution-img ul li:nth-of-type(1) {
    margin: 0;
}
.solution-img ul li img {
    width: 100%;
}
.solution-img ul li p,
.solution-img ul li span {
    position: absolute;
    color: #000;
    top: 0;
    right: 20px;
    text-align: right;
}
.solution-img ul li p {
    top: 20px;
    font-size: 1.6rem;
}
.solution-img ul li span {
    top: 50px;
    font-size: 1.2rem;
}
/* 设备推荐 */
.main-content {
    padding: 5px 0;
}
.main-content .title {
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
}
.main-content .title p {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
}
.main-content .title p:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../images/icon.png);
    background-position: 0 -20px;
    background-repeat: no-repeat;
}
.main-content .title a {
    color: #666;
    font-size: 1.6rem;
}
.main-content .title a:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 4px;
    margin-left: 8px;
    position: relative;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -220px -160px;
}
.hot-products-slider {
    width: 100%;
    overflow: hidden;
}
.hot-product-ul {
    overflow: hidden;
}
.hot-product-ul li {
    width: 240px;
    position: relative;
    text-align: center;
    float: left;
    overflow: hidden;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}
.hot-product-ul li:nth-of-type(1) {
    margin-left: 0;
}
.hot-product-ul li .li-img {
    margin: 0 8px;
    border-top: 3px solid #ccc;
    position: relative;
}
.hot-product-ul li .li-img img {
    width: 100%;
}
.hot-product-ul li:hover img {
    top: 0;
}
.hot-product-ul li .img-pre {
    position: absolute;
    top: -120%;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hot-product-ul li:hover .img-pre {
    top: 0;
}
.hot-product-ul li p,
.hot-product-ul li span {
    display: block;
    color: #000;
    font-size: 1.2rem;
    line-height: 2;
    background-color: #fff;
    padding-top: 5px;
    margin: 0 8px;
}
.hot-product-ul li span {
    padding-bottom: 15px;
}
.slides-nav {
    padding-top: 12px;
}
.slides-nav span {
    display: inline-block;
    width: 36px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
}
.slides-nav span.prev {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -196px -276px;
    background-color: rgba(0,0,0,0.2);
}
.slides-nav span.next {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -160px -276px;
    background-color: rgba(0,0,0,0.2);
}
.slides-nav span.prev:hover{
    background-position: -268px -276px;
}
.slides-nav span.next:hover{
    background-position: -232px -276px;
}
/* 量身定制解决方案 */
.home-solution .title p:before {
    background-position: -40px -20px;
}
.home-solution .img-left {
    width: 46%;
    background-color: #fff;
    position: relative;
    float: left;
}
.home-solution .img-left img {
    width: 100%;
}
.home-solution .img-left p{
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: 2rem;
    background-color: rgba(0,0,0,0.4)
}
.home-solution ul {
    width: 54%;
}
.home-solution ul li {
    width: 48%;
    position: relative;
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
}
.home-solution ul li img {
    width: 100%;
}
.home-solution ul li p{
    position: absolute;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    bottom: 0;
    left: 0;
    display:flex;
    align-items:center;
    justify-content: space-around;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 1.4rem;
}
.home-solution ul li:hover p {
    height: 100%;
    line-height: 100%;
}
.home-solution p span {
    display: inline-block;
}
.home-solution p span:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 20px;
    position: relative;
    top: 5px;
    background-image: url(../images/icon.png);
    background-position: -212px -140px;
    background-repeat: no-repeat;
}
/* 广告 */
.home-ad img {
    width: 100%;
}
/* 果蔬加工设备解决方案 */
.fruit-solution .title p:before {
    background-position: -80px -20px;
}
.main-content .content-img {
    width: 75%;
    max-height: 340px;
    position: relative;
    overflow: hidden;
}
.main-content .content-img:after {
    content: '';
    display: block;
    width: 0px;                           /*设置宽高为0，所以div的内容为空，从才能形成三角形尖角*/
    height: 0px;
    border-right: 30px solid #f5f5f5;
    border-top: 20px solid transparent;    /*transparent 表示透明*/
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main-content .content-img img {
    width: 100%;
}
.main-content .content-text {
    width: 25%;
    padding: 30px 20px 42px;
    position: relative;	left: -18px;
}.main-content .content-text a{
    margin-left: 30px;    display: block;
}
.main-content .content-text:before {
    content: '';
    display: block;
    width: 0px;                           /*设置宽高为0，所以div的内容为空，从才能形成三角形尖角*/
    height: 0px;
    border-top: 20px solid transparent;    /*transparent 表示透明*/
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fruit-solution .main-content .content-text:before {
    /* border-right: 30px solid #54a84e; */
}
.main-content .content-text h3 {
    font-size: 2rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-content .content-text p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #fff;
    max-height: 156px;	min-height: 156px;
    overflow: hidden;
    margin: 25px 0;
}
.main-content .content-text span {
    display: block;
    width: 120px;
    height: 340px;
    height: 32px;
    line-height: 32px;
    font-size: 1.4rem;
    text-align: center;
    color: #469942;
    background-color: #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.main-content .content-text span:hover {
    border-radius: 10px;
}
.fruit-solution .content-text span {
    color: #469942;
}.content-text span {
    color: #469942 !important;
}
.fruit-solution .solution-content .content-text {
    background: -webkit-linear-gradient(-135deg,#81dc77, #489b44);
    background: -o-linear-gradient(-135deg,#81dc77, #489b44);
    background: -ms-linear-gradient(-135deg,#81dc77, #489b44);
    background: linear-gradient(-135deg,#81dc77, #489b44);
}
.solution-product-ul {
    margin: 20px 0;
}
.solution-product-ul li {
    width: 23.5%;
    margin-left: 2%;
    text-align: center;
    float: left;
    background-color: #fff;
    padding: 20px 0;
    position: relative;
}
.solution-product-ul li:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #54a84e;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
.solution-product-ul li:hover:before {
    left: 0;
    right: 0;
}
.solution-product-ul li .img {
    width: 100%;
    overflow: hidden;
}
.solution-product-ul li img {
    width: 100%;
}
.solution-product-ul li:nth-of-type(1) {
    margin: 0;
}
.solution-product-ul li p {
    font-size: 1.4rem;
    color: #000;
    line-height: 2;
}
.solution-product-ul li span {
    font-size: 1.4rem;
    color: #8c8c8c;
}
/* 坚果加工设备解决方案 */
.nut-solution .title p:before {
    background-position: -120px -20px;
}
.nut-solution .solution-content .content-text{	background-image: url(/static/images/cp-bg.png);     background-position: 0px 2px;
}.solution-content .content-text{	background-image: url(/static/images/cp-bg.png) !important;     background-position: 0px 2px !important;
}
.nut-solution .main-content .content-text:before {
    /* border-right: 30px solid #b97648; */
}
.nut-solution .content-text span {
    color: #469942;
}
.nut-solution .solution-product-ul li:before {
    background-color: #469942;
}
/* 面点加工设备 */
.pastry-solution .title p:before {
    background-position: -160px -20px;
}
.pastry-solution .solution-content .content-text{
    background: -webkit-linear-gradient(-135deg,#ffd28c, #f6ad2b);
    background: -o-linear-gradient(-135deg,#ffd28c, #f6ad2b);
    background: -ms-linear-gradient(-135deg,#ffd28c, #f6ad2b);
    background: linear-gradient(-135deg,#ffd28c, #f6ad2b);
}
.pastry-solution .main-content .content-text:before {
   /*  border-right: 30px solid #f4b647; */
}
.pastry-solution .content-text span {
    color: #469942;
}
.pastry-solution .solution-product-ul li:before {
    background-color: #469942;
}
/* 包装设备 */
.pack-solution .title p:before {
    background-position: -200px -20px;
}
.pack-solution .solution-content .content-text{
    background: -webkit-linear-gradient(-135deg,#5498ff, #469942);
    background: -o-linear-gradient(-135deg,#5498ff, #469942);
    background: -ms-linear-gradient(-135deg,#5498ff, #469942);
    background: linear-gradient(-135deg,#5498ff, #469942);
}
.pack-solution .main-content .content-text:before {
   /*  border-right: 30px solid #3174fe; */
}
.pack-solution .content-text span {
    color: #1d2088;
}
.pack-solution .solution-product-ul li:before {
    background-color: #469942;
}
/* 视频 */
.home-video .title p:before {
    background-position: -240px -20px;
}
.home-video-ul li {
    width: 23.5%;
    margin-left: 2%;
    text-align: center;
    float: left;
    background-color: #fff;
    padding-bottom: 10px;
}
.home-video-ul li:nth-of-type(1) {
    margin-left: 0;
}
.home-video-ul li video {
    width: 100%;
}
.home-video-ul li p {
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
}
/* 新闻 */
.home-video .news p:before {
    background-position: -280px -20px;
}
.news-list {
    width: 48%;
}
.news-list .li-text a.more{
	font-size: 1.4rem;
	color: #333;
}
.news-list .li-text a:hover.more{
	font-size: 1.4rem;
	color: #469942;
}
.news-list li {
    width: 47%;
    float: left;
    margin-left: 6%;
}
.news-list li:nth-of-type(1) {
    margin-left: 0;
}
.news-list li .li-img {
    width: 100%;
    overflow: hidden;
}
.news-list li .li-img img {
    width: 100%;
}
.news-list li h3 {
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin: 15px 0;
    color: #333;
}
.news-list li:hover h3 {
    color: #469942;
}
.news-list li p {
    font-size: 1.4rem;
    color: #333;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-list li span {
    font-size: 1.2rem;
    color: #333;
}
.news-img {
    width: 49%;
    overflow: hidden;
    position: relative;
}
.news-img li {
    width: 100%;
}
.news-img li img {
    width: 100%;
}
.news-slide-nav {
    position: absolute;
    width: 195px;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
}
.news-slide-nav li {
    float: left;
    width: 60px;
    height: 4px;
    overflow: hidden;
    margin-right: 5px;
    background-color:#fff;
    cursor: pointer;
}
.news-slide-nav li.on {
    background-color: #469942;
}
/* 联系我们 */
.home-contact {
    padding: 30px 0 50px;
}
.contact-content {
    background-color: #fff;
    border: 1px solid #bebebe;
    padding: 40px 0;
}
.contact-content ul li {
    width: 25%;
    padding: 0 40px;
    float: left;
    border-left: 1px solid #dcdcdc;
}
.contact-content ul li:nth-of-type(1) {
    border-right: 0;
}
.contact-content ul li .icon {
    display: block;
    width: 100px;
    height: 80px;
    margin: auto;
    background-image: url(../images/icon.png);
    background-position: 0 -60px;
    background-repeat: no-repeat;
}
.contact-content ul li:nth-of-type(1) .icon {
    background-position: 0 -60px;
}
.contact-content ul li:nth-of-type(2) .icon {
    background-position: -100px -60px;
}
.contact-content ul li:nth-of-type(3) .icon {
    background-position: -200px -60px;
}
.contact-content ul li:nth-of-type(4) .icon {
    background-position: -300px -60px;
}
.contact-content ul li p {
    text-align: center;
    height: 50px;
    line-height: 1.8;
    margin-top: 20px;
    font-size: 1.4rem;
}
/* 屏幕适应 */
@media screen and (max-width:768px) {
    .product-banner {
        display: none;
    }
	.solution-img ul li span{
		display:none;
	}
	.home-solution p span:after{
		display:none;
	}
    .banner {
        margin-top: 90px;
    }
    .banner .slides li {
        height: auto;
    }
    .banner .slides li img {
        width: 100%;
        height: auto;
    }
	.banner-slides-nav span.prev {
        left: 40px;
    }
    .solution-img ul li {
        width: 49%;
        margin: 0 0 2% 2%;
    }
    
    .solution-img ul li:nth-of-type(2n+1) {
        margin: 0;
    }
    .home-solution .img-left {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .home-solution ul {
        width: 100%;
    }
    .home-solution ul li {
        width: 49%;
        margin: 2% 2% 0 0;
    }
    .home-solution ul li:nth-of-type(2n+2) {
        margin: 2% 0 0 0;
    }
    .hot-product-ul li {
        width: 390px;
    }
    .home-video-ul li {
        width: 49%;
        margin: 0 2% 2% 0;
    }
    .home-video-ul li:nth-of-type(2n+2) {
        margin: 0 0 2% 0;
    }
    .news-list {
        width: 100%;
    }
    .news-img {
        display: none;
    }
    .news-list li {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 2%;
    }
    .news-list li h3,
    .news-list li p {
        margin: 10px 0;
    }
}
@media screen and (max-width: 992px) {
    .main-content .content-img {
        width: 57%;
        height: 288px;
        background-color: #e6e6e6;
        display: flex;
        align-items: center;
    }
    .main-content .content-text {
        width: 41%;
        padding: 20px;
    }		.solution-content .content-text {    background-position: 0px -21px !important;}
    .main-content .content-text p {
        margin: 15px 0;
    }
    .main-content .title a {
        font-size: 1.4rem;
    }
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .main-content .content-text {
        padding: 18px;
    }
    .main-content .content-text p {
        margin: 15px 0;
    }
    .hot-product-ul li {
        width: 194px;
    }
    .news-list li h3 {
        margin: 10px 0;
    }
    .news-list li p {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1200px) {

}
@media screen and (max-width: 640px) {
    .hot-product-ul li {
        width: 300px;
    }
    .solution-product-ul li {
        width: 49%;
        margin-bottom: 2%;
    }
    .solution-product-ul li:nth-of-type(2n+1) {
        margin-left: 0;
    }
}
@media screen and (max-width: 480px) {
    .hot-product-ul li {
        width: 240px;
    }
}
@media screen and (max-width: 414px) {
    .main-content .title p {
        font-size: 1.8rem;
    }
    .main-content .content-text h3 {
        font-size: 1.8rem;
    }
    .main-content .content-img {
        display: none;
    }
    .main-content .content-text {
        width: 100%;
    }
    .main-content .content-text:before {
        display: none;
    }
    .banner-slides-nav span {
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
    .hot-product-ul li {
        width: 200px;
    }
}
@media screen and (max-width: 375px) {
    .hot-product-ul li {
        width: 180px;
    }
}