@import url('common.css');
.company,
.products,
.FactoryEquipment {
    padding-top: 20px;
}

.aboutus {
    width: 790px;
}

.news {
    width: 380px;
}

.title span {
    padding: 0 5px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #931e23;
}

.aboutus .title,
.news .title {
    border-bottom: 1px solid #f3d740;
}

.aboutus-box,
.news>ul {
    padding: 15px 0;
}

.aboutus-box {
    display: flex;
}

.aboutus-box p {
    width: 100%;
    padding-left: 15px;
    line-height: 22px;
    text-indent: 2em;
}

.aboutus-box p a {
    color: #931e23
}

.aboutus-box img {
    width: 100%;
}

.news li {
    border-bottom: 1px dotted #eee;
}

.news li a {
    line-height: 30px;
    font-size: 14px;
    color: #343538;
}

.news li a:hover {
    color: #931e23;
}

.swiperTab {
    width: 100%;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.swiperTab li {
    margin-bottom: -1px;
    float: left;
}

.swiperTab li.active {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.swiperTab li a {
    padding: 0 25px;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    display: block;
}

#products a {
    width: 25%;
    padding: 7px 7px 0;
}

#products span.pic,
#FactoryEquipment span.pic,
ul.productsList li span.pic {
    width: 100%;
    height: 175px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#FactoryEquipment span.pic {
    border: 1px solid #e8e8e8;
}

#products span.tit,
#FactoryEquipment span.tit,
ul.productsList li span.tit {
    line-height: 32px;
    font-size: 14px;
    color: #222;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

#products a:hover span.tit,
#FactoryEquipment a:hover span.tit {
    color: #931e23
}

#products span.tit {
    font-size: 16px;
}

.FactoryEquipment-main {
    padding: 20px 45px;
    border: 1px solid #ddd;
    position: relative;
}

.FactoryEquipment-main .swiper-slide {
    width: 185px;
    padding: 0 10px;
}

.FactoryEquipment-main .FactoryEquipment-prev,
.FactoryEquipment-main .FactoryEquipment-next {
    width: 35px;
    height: 35px;
    margin: auto;
    background: url('../imgs/img.png');
    border-radius: 4px;
    outline: none;
    top: 0;
    bottom: 0;
    position: absolute;
}

.FactoryEquipment-main .FactoryEquipment-prev {
    left: 10px;
    background-position: 0 -63px;
}

.FactoryEquipment-main .FactoryEquipment-next {
    right: 10px;
    background-position: -39px -63px;
}

.container-box.clearfix {
    padding: 30px 0;
}

.aside {
    width: 230px;
}

.main {
    width: 955px;
    min-height: 600px;
    border: 1px solid #e8e8e8;
}

.aside .tit {
    height: 40px;
    line-height: 38px;
}

.aside .tit span {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.aside-navbar .tit {
    color: #fff;
    background-color: #931e23;
    border-bottom: 1px solid #f3d740;
}

.aside-contactus .tit {
    background-color: #e8e8e8;
}

.aside-navbar ul {
    overflow: hidden;
}

.aside-navbar ul li {
    border-top: 1px dashed #ddd;
}

.aside-navbar ul li:first-child {
    border-top: 0;
}

.aside-navbar ul li a {
    padding: 0 10px;
    line-height: 36px;
    font-size: 16px;
    color: #343538;
    display: block;
}

.aside-navbar ul li:hover a {
    color: #fff;
    background-color: #931e23;
}

.aside-contactus {
    padding: 35px 0;
}

.aside-contactus p {
    padding: 15px 10px 0;
}

.main .typeTitle {
    height: 40px;
    line-height: 46px;
    border-left: 3px solid #931e23;
    /* border-bottom: 1px solid #f3d740; */
}

.main .typeTitle span {
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #931e23;
}

.position {
    padding-right: 10px;
}

.position a {
    color: #343538;
}

.position a:hover {
    color: #931e23;
}

.mainBody {
    padding: 25px 15px;
}

ul.productsList,
ul.newsList,
ul.solutionList {
    overflow: hidden;
}

ul.productsList li {
    width: 25%;
    padding: 7px;
    float: left;
}

ul.productsList li a {
    padding: 7px;
    border: 1px solid #e8e8e8;
    display: block;
}

ul.productsList li a:hover {
    background-color: #e8e8e8;
}

ul.newsList,
ul.solutionList {
    padding: 0 15px 10px; 
}

ul.newsList li {
    padding: 10px;
    /* line-height: 40px; */
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #e8e8e8;
}

ul.newsList li a span{
    font-size: 16px;
    font-weight: bold;
    color: #343538;
}

ul.newsList li a:hover span{
    color: #931e23;
}
ul.newsList li p {
  font-size: 14px;
  line-height: 24px;
  color: #747da1;
}

ul.solutionList li {
    padding: 7px;
}

ul.solutionList li a {
    display: flex;
}

ul.solutionList li img,
.solutionInfo img {
    width: 210px;
    margin-right: 15px;
}

ul.solutionList li p {
    padding-top: 10px;
    line-height: 24px;
    color: #343538;
}

ul.solutionList li p span {
    font-size: 16px;
    color: #931e23;
    padding-bottom: 15px;
    display: block;
}

.productsBody {
    padding: 25px 30px;
}

.bodyTop .proPic {
    width: 500px;
    height: 390px;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bodyTop .proInfo {
    width: 380px;
}

.proInfo h4 {
    line-height: 60px;
    font-size: 20px;
    color: #931e23;
    border-bottom: 1px dashed #e8e8e8;
}

.proInfo .info {
    padding-top: 15px;
    font-size: 16px;
    line-height: 40px;
}

.bodyBottom {
    padding: 35px 0;
}

.bodyBottom .tit {
    height: 40px;
    border-bottom: 1px solid #931e23;
}

.bodyBottom .tit span {
    padding: 0 15px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background-color: #931e23;
    display: block;
}

.articleBody,
.solutionBody {
    padding: 25px 45px;
}

.articleBody h4 {
    padding-bottom: 15px;
    line-height: 36px;
    font-size: 20px;
    color: #931e23;
    border-bottom: 1px dashed #e8e8e8;
}

.solutionInfo {
    padding: 7px;
    background-color: #e8e8e8;
    display: flex;
}

.solutionInfo p {
    line-height: 30px;
}

.solutionInfo p span {
    display: block;
}

.solutionCase {
    padding: 35px 10px 10px;
}

.solutionCase p {
    color: #931e23;
}

.solutionCase ul {
    padding-top: 15px;
    overflow: hidden;
}

.solutionCase ul li {
    padding: 10px;
    line-height: 28px;
    float: left;
}

.solutionCase ul li a {
    color: #343538;
    border: 1px solid #e8e8e8;
    display: block;
}

.solutionCase ul li a span {
    padding: 0 15px;
}

.solutionCase ul li.on a,
.solutionCase ul li a:hover {
    color: #fff;
    background-color: #931e23;
}

.article {
    padding: 25px;
    line-height: 28px;
}

.display .article {
    display: none;
}

.display .article:first-child {
    display: block;
}

.pages {
    padding: 45px 0 35px;
}

.pagination {
    display: inline-flex;
}

.pages a {
    color: #343538;
}

.pages a:hover {
    color: #931e23;
}

.pagination li {
    padding: 0 5px;
}

.pagination li a {
    padding: 4px 10px;
    display: block;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #931e23;
    color: #fff;
}
