@charset "utf-8";
/* keywords */
.keywords{
    background:#f7f8fa;
    padding:35px 0;
}
.keywords .keywords-box{
    line-height: 30px;
}
.keywords .keywords-box strong{
    color:#ec3838;
    font-weight: bold;
}
.keywords .keywords-box a{
    padding:0 10px;
    position: relative;
}
.keywords .keywords-box a::after{
    content:'';
    display: inline-block;
    height:16px;
    border-right:1px solid #584a4a;
    position: absolute;
    top:3px;
    right:-4px;
}
.keywords .keywords-box a:last-child::after{
    border-right:none;
}
.keywords .search .search-box{
    width:80%;
    height:30px;
    background:#fff;
    border-radius: 5px;
}
.keywords .search .search-box form{
    width:100%;
    height:100%;
}
.keywords .search .search-box form input{
    border:none;
    height:100%;
    width:80%;
    border-radius: 5px 0 0 5px;
}
.keywords .search .search-box form input:focus{
    border:0;
    outline: none;
}
.keywords .search .search-box form input:-moz-placeholder {
   color: #a5a5a5;
   font-size: 14px;
   padding-left:10px;
}
.keywords .search .search-box form input:-ms-input-placeholder{
   color: #a5a5a5;
   font-size: 14px;
   padding-left:10px;
}
.keywords .search .search-box form input::-webkit-input-placeholder{
   color: #a5a5a5;
   font-size: 14px;

   padding-left:10px;
}
.keywords .search .search-box button{
    border:none;
    background:#ec3838;
    width:20%;
    height:100%;
    border-radius: 0 5px 5px 0;
}
.keywords .search .search-box button i{
    color:#fff;
}
@media (max-width: 992px){
    .keywords .keywords-box a{
        padding:0 6px;
    }
    .keywords .keywords-box a::after{
        border:none;
    }
    .keywords .search .search-box{
        width:100%;
        margin-top:20px;
    }
}

/* 自动化输送线 */
.section{
    padding:120px 0;
}
.product{
    background:#fff;
}
.product .product-nav{
    width:20%;
    background:url(../img/pro-list-bg.jpg) no-repeat;
    background-size: 100%;
    padding:120px 20px 120px 40px;
}
.product .product-nav ul li{
    padding:18px 0;
    position: relative;
}
.product .product-nav ul li a{
    display: block;
    color:#fff;
    position: relative;
}
.product .product-nav ul li a span{
    font-size: 12px;
    position: absolute;
    top:5px;
    right:0;
    display: none;
}
.product .product-nav ul li::before{
    content:'';
    display: inline-block;
    width:10px;
    height:10px;
    border:2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left:-20px;
    top:44%;
}
.product .product-nav ul li.active::before{
    background:#fff;
}
.product .product-nav ul li.active a{
    font-weight: bold;
}
.product .product-nav ul li.active a span{
    display: block;
}
.product .product-nav ul li:hover::before{
    background:#fff;
}
.product .product-nav ul li:hover a{
    font-weight: bold;
}
.product .product-nav ul li:hover a span{
    display: block;
}

.product .product-box{
    width:76%;
}
.product .product-box .product-title{
    text-align: right;
}
.product .product-box .product-title h1{
    font-size: 40px;
    font-weight: bold;
    color:#db3141;
    position: relative;
    padding-bottom:20px;
    margin-top:0;
}
.product .product-box .product-title h1::after{
    content:'';
    display: block;
    width:30px;
    height:2px;
    background:#db3141;
    position: absolute;
    right:0;
    bottom:5px;
}
.product .product-box .product-title p{
    font-size: 20px;
}
.product .product-box .product-list{
    margin:40px 0;
}
.product .product-box .product-list .product-list-box{
    display: none;
}
.product .product-box .product-list .product-list-box .product-img .product-img-box img{
    width:100%;
}
.product .product-box .product-list .product-list-box .product-img{
    margin-bottom:30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.product .product-box .product-list .product-list-box .product-img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product .product-box .product-list .product-list-box .product-img p{
    background:#f7f8fa;
    font-size: 14px;
    padding:10px 0 15px 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.product .product-box .product-list .product-list-box .product-img:hover p{
    background:#db3141;
    color:#fff;
}
.product .product-box .product-list .product-list-box .product-img:hover p::before{
    background:#fff;
}
.product .product-box .product-list .product-list-box .product-img p::before{
    content:'';
    display: inline-block;
    height:4px;
    width:4px;
    background:#595858;
    border-radius: 50%;
    position: absolute;
    top:42%;
    left:10px;
}
.more{
    text-align: right;
}
.more a{
    display: inline-block;
    width:180px;
    height:45px;
    background:#db3141;
    color:#fff;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;

}

@media (max-width: 992px){
    .product{
        padding:50px 0;
    }
    .product .product-box{
        width:100%;
    }
    .product .product-box .product-title{
        text-align: left;
    }
    .product .product-box .product-title h1{
        font-size: 25px;
    }
    .product .product-box .product-title h1::after{
        left:0;
    }
    .product .product-box .product-title p{
        font-size: 16px;
    }
    .more{
        text-align: center;
    }
    .product .product-box .product-list{
        margin:20px 0;
    }
}

/* 科技改变劳动方式 */
.keji .keji-box{
    background:url(../img/keji-bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding:70px 40px;
}
.keji .keji-box .keji-title{
    color:#fff;
}
.keji .keji-box .keji-title strong{
    font-size: 25px;
}
.keji .keji-box .keji-title h1{
    font-size: 50px;
    font-weight: bold;
    margin:0;
    padding:5px 0 20px 0;
}
.keji .keji-box .keji-title h1::after{
    content:'';
    display: block;
    margin-top:10px;
    width:50px;
    height:2px;
    background:#fff;
}
.keji .keji-box .keji-title p{
    font-size: 18px;
   letter-spacing: 1px;
   line-height: 25px;
}
.keji .keji-box .keji-img{
    margin-top:50px;
}
.keji .keji-box .keji-img .keji-img-box{
    text-align: center;
    margin-top:40px;
}
.keji .keji-box .keji-img .keji-img-box img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.keji .keji-box .keji-img .keji-img-box img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.keji .keji-box .keji-img .keji-img-box span{
    display: block;
    margin:10px auto;
    width:30px;
    height:2px;
    background:#db3141;
}
.keji .keji-box .keji-img .keji-img-box p{
    margin:0;
    padding-top:5px;
}
@media (max-width: 992px){
    .keji .keji-box{
        padding:50px 20px;
    }
    .keji .keji-box .keji-title strong{
        font-size: 18px;
    }
    .keji .keji-box .keji-title h1{
        font-size: 28px;
    }
    .keji .keji-box .keji-title h1::after{
        width:30px;
    }
    .keji .keji-box .keji-title p{
        font-size: 14px;
    }
    .keji .keji-box .keji-img .keji-img-box img{
        height:50px;
    }
    .keji .keji-box .keji-img{
        margin-top:120px;
    }
}

/* 广告条 */
.ad{
    padding-bottom:120px;
}
.ad .ad-box{
    background:url(../img/index-line1.jpg) no-repeat top center;
    text-align: center;
    padding:35px 0;
}
.ad .ad-box p{
    font-size: 35px;
    font-weight: bold;
    color:#fff;
}
.ad .ad-box a{
    display:block;
    background:#fff;
    height:50px;
    line-height: 50px;
    width:330px;
    font-size: 25px;
    font-weight: bold;
    color:#db3141;
    border-radius: 50px;
    margin:0 auto;
}
@media (max-width: 992px){
    .ad{
        margin-bottom:0;
        padding-bottom:50px;
    }
    .ad .ad-box p{
        font-size: 20px;
    }
    .ad .ad-box a{
        height:35px;
        line-height: 35px;
        width:250px;
        font-size: 18px;
    }
}

/* 应用领域 */
.application{
    background:#fff;
}
.application .application-box .application-right{
    width:25%;
    height:600px;
}
.application .application-box .application-left{
    width:75%;
}
.application .application-box .application-title{
    background:url(../img/lingyu-right-bg.jpg) no-repeat;
    color:#fff;
    padding:100px 40px;
    height:100%;
}
.application .application-box .application-title h1{
    font-size: 40px;
    font-weight: bold;
}
.application .application-box .application-title h1::after{
    content:'';
    display: block;
    width:40px;
    height:2px;
    background:#fff;
    margin:15px 0 20px 0;
}
.application .application-box .application-title p{
    line-height: 25px;
}
.application .application-box .application-left .application-content ul{
    overflow: hidden;
    margin:0;
}
.application .application-box .application-left .application-content ul li{
    float:left;
    width:33.3%;
    text-align: center;
    padding:55px 0;
    height:200px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.application .application-box .application-left .application-content ul li:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.application .application-box .application-left .application-content ul li:nth-child(odd){
    background:#fcfcfc;
}
.application .application-box .application-left .application-content ul li p::before{
    content:'';
    display: block;
    width:20px;
    height:2px;
    background:#db3141;
    margin:10px auto;
}

@media (max-width: 992px){
    .application .application-box .application-right{
        width:100%;
        height:250px;
    }
    .application .application-box .application-left{
        width:100%;
    }
    .application .application-box .application-title{
        padding:30px 20px;
        background-size: 100% 100%;
    }
    .application .application-box .application-left .application-content ul li{
        height:150px;
        padding:32px 0;
    }
    .application .application-box .application-left .application-content ul li img{
        height:40px;
    }
    .application .application-box .application-title h1{
        font-size: 25px;
    }
}

/* 定制流程 */
.process .process-box .process-title{
    text-align: right;
    position: relative;
}
.process .process-box .process-title p{
    font-size: 120px;
    font-weight: bold;
    color:#fff;
    text-transform:uppercase;
}
.process .process-box .process-title h1{
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right:0;
    top:27%;
}
.process .process-box .process-title h1 span{
    color:#db3141;
}
.process .process-box .process-content{
    margin-top:-41px;
}
.process .process-box .process-content .part1{
    background:#fff;
}
.process .process-box .process-content .part1 ul{
    overflow: hidden;
    margin:0;
}
.process .process-box .process-content .part1 ul li{
    float: left;
    width:14.28%;
    height:276px;
    text-align: center;
    padding:70px 0;
    border-right: 1px dotted #eee;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.process .process-box .process-content .part1 ul li p{
    text-align: center;
}
.process .process-box .process-content .part1 ul li .hover-look{
    display: none;
    text-align: center;
}
.process .process-box .process-content .part1 ul li:hover{
    text-align: center;
    background:#db3141;
    color:#fff;
}
.process .process-box .process-content .part1 ul li:hover p{
    color:#fff;
}
.process .process-box .process-content .part1 ul li:hover .look{
    display: none;
}
.process .process-box .process-content .part1 ul li:hover .hover-look{
    display: inline-block;
    text-align: center;
}
/* .process .process-box .process-content .part1 ul li:hover img{
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
} */

.process .process-box .process-content .part1 ul li:last-child{
    border:none;
}
.process .process-box .process-content .part1 ul li::after{
    content:'';
    display: block;
    height:10px;
    border-left:1px solid #db3141;
    position: absolute;
    right:-1px;
    top:0;
}
.process .process-box .process-content .part1 ul li:last-child::after{
    border:none;
}
.process .process-box .process-content .part1 ul li p{
    color:#d9d9d9;
    font-size: 56px;
    font-weight: 300;
}
.process .process-box .process-content .part1 ul li span{
    display: block;
    margin:5px 0;
}
.process .process-box .process-content .part2{
    background:url(../img/index-line2.jpg) no-repeat;
    padding:35px 0;
    text-align: center;
}
.process .process-box .process-content .part2 p{
    font-size: 35px;
    font-weight: bold;
    color:#fff;
}
.process .process-box .process-content .part2 a{
    display: block;
    width:330px;
    height:50px;
    background:#db3141;
    color:#fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin:0 auto;
}
@media (max-width: 992px){
    .process .process-box .process-title p{
        font-size: 40px;
    }
    .process .process-box .process-content{
        margin-top:0;
    }
    .process .process-box .process-title h1{
        font-size: 20px;
        top:-13%;
    }
    .process .process-box .process-content .part1 ul li p{
        font-size: 20px;
    }
    .process .process-box .process-content .part1 ul li{
        padding:50px 0;
        height:200px;
    }
    .process .process-box .process-content .part1 ul li span{
        font-size: 10px;
    }
    .process .process-box .process-content .part2 p{
        font-size: 25px;
    }
    .process .process-box .process-content .part2 a{
        font-size: 16px;
        width:250px;
        height:35px;
        line-height: 35px;
    }
}

/* 关于我们 */
.about{
    background:#fff;
}
.about .about-box .about-img img{
    width:100%;
}
.about .about-box .about-content .about-title h1{
    font-size: 40px;
    font-weight: bold;
    color:#d12132;
    margin:0;
}
.about .about-box .about-content .about-title h1::after{
    content:'';
    display: block;
    width:40px;
    height:2px;
    background:#d12132;
    margin:10px 0;
}
.about .about-box .about-content .about-title p{
    font-size: 22px;
}
.about .about-box .about-content .about-text p{
    line-height: 28px;
}
.about .about-box .about-content .about-text p strong{
    color:#d12132;
}
.about .about-box .about-content .more{
    text-align: left;
    margin-top:60px;
}

@media (max-width: 992px){
    .about-content{
        margin-top:20px;
    }
    .about .about-box .about-content .about-title h1{
        font-size: 25px;
    }
    .about .about-box .about-content .about-title p{
        font-size: 17px;
    }
    .about .about-box .about-content .more{
        margin-top:30px;
    }
}

/* 新闻资讯 */
.news .news-top .news-title h1{
    font-size: 40px;
    color:#d12132;
    font-weight: bold;
    margin:0;
}
.news .news-top .news-title h1::after{
    content:'';
    display: block;
    width:40px;
    height:2px;
    background:#d12132;
    margin:10px 0;
}
.news .news-top .news-nav ul{
    overflow: hidden;
}
.news .news-top .news-nav ul li{
    float: left;
    height:45px;
    line-height: 45px;
    width:160px;
    background:#fff;
    border-radius: 3px;
    text-align: center;
}
.news .news-top .news-nav ul li.active{
    background:#d12132;
}
.news .news-top .news-nav ul li.active a{
    color:#fff;
}
.news .news-box{
    margin-top:30px;
    background:#fff;
}
.news .news-box .news-lists{
    display: none;
}
.news .news-box .news-img img{
    width:100%;
}
.news .news-box .news-list {
    padding:25px 40px 20px 10px;
}
.news .news-box .news-list ul li{
    padding:10px 0 10px 0;
    border-bottom:1px solid #eee;
}
.news .news-box .news-list ul li h1{
    font-size: 16px;
    margin:10px 0;
    padding-left:20px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .news-box .news-list ul li h1::before{
    content:'';
    display: inline-block;
    width:10px;
    height:3px;
    background:#474a4f;
    position: absolute;
    left:0;
    top:9px;
}
.news .news-box .news-list ul li p{
    font-size: 14px;
    color:#a9a9a9;
    padding-left:20px;
    margin:0;
}
.news .news-box .news-list ul li:hover h1{
    color:#d12132;
    font-weight: bold;
}
.news .news-box .news-list ul li:hover p{
    color:#d12132;
}
.news .news-box .news-list ul li:hover h1::before{
    background:#d12132;
}

@media (max-width: 992px){
    .section{
        padding:50px 0;
    }
    .news .news-top .news-nav{
        width:100%;
        margin-top:20px;
    }
    .news .news-top .news-nav ul li{
        width:50%;
    }
    .news .news-box .news-list ul li h1{
        font-size: 14px;
    }
    .news .news-top .news-title h1{
        font-size: 25px;
    }
}


