/*关于我们*/
.about-info{
    overflow: hidden;
    background: #f5f5f5;
}
.around-tab{
    width: 100%;
    height: 44px;
    background-color: #e6e6e6;
}
.around-tab a{
    display: block;
    height: 44px;
    line-height: 44px;
    margin-right: 30px;
    color: #333;
    font-size: 16px;
}
.around-tab a.active{
    color: #ff6600;
}
.about-desc{
    display: none;
    overflow: hidden;
}
.about-desc.active{
    display: block;
}
.about-title{
    position: relative;
    margin: 30px auto;
    height: 24px;
}
.about-title:after{
    position: absolute;
    left: 32px;
    bottom:0;
    content: '';
    width: 68px;
    height: 11px;
    background-color: #ff6600;
    opacity: 0.38;
}
.about-title span{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #ff6600;
}
.about-desc .detail-box{
    padding: 0;
}
.qualifications{
    margin-bottom: 20px;
}
.qualifications p{
    padding-left: 30px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    color: #666666;
    position: relative;
}
.qualifications p:after{
    position: absolute;
    top: 11px;
    left: 5px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ff6600;
}

/*产品动态*/
.product-info{
    padding: 50px 0;
    background: #f5f5f5;
}
.product-list-box{
    margin-bottom: 50px;
}
.prodict-list {
    width: 970px;
    flex-wrap: wrap;
}

a.prodict-list-item {
    display: block;
    width: 310px;
    margin-right: 15px;
    margin-bottom: 15px;
}

a.prodict-list-item:nth-child(3n) {
    margin-right: 0;
}

.prodict-list-item img {
    display: block;
    width: 310px;
    height: 248px;
    background-color: #ffffff;
}
.prodict-list-item div {
    height: 72px;
    text-align: left;
    padding: 0 10px;
    background: #ededed;
}
.prodict-list-item h3 {
    line-height: 40px;
    color: #333d40;
}
.prodict-list-item p {
    line-height: 32px;
    color: #333d40;
}
.qualifications-img{
    padding: 20px 0;
}
.qualifications-img img{
    display: block;
    width: 286px;
    height: 200px;
    margin: 0 20px 20px 0;
}
/*案例*/
.case-title{
    padding: 12px 15px;
    text-align: center;
    line-height: 24px!important;
}
/*新闻*/
.news-list{
    margin-bottom: 30px;
}
.news-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px;
    border-bottom: 1px solid #c6c6c6;
}
.news-list a p{
    width: 800px;
    color: #666666;
}
.news-list a  span{
    color: #666666;
}
.detail-news-title{
    padding: 20px 0 10px;
    font-size: 28px;
    text-align: center;
    line-height: 150%;
}
.creat-time{
    line-height: 40px;
    color: #999;
    text-align: center;
    margin-bottom: 30px;
}

/*招聘*/
.like-desc{
    margin-top: 40px ;
}
.like-desc img{
    display: block;
    width: 450px;
    height: 280px;
}
.like-desc div{
    width: 705px;
    min-height: 280px;
}
.like-desc div h3{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #262626;
    margin-bottom: 10px;
}
.like-desc div p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #666666;
}
.like-title{
    height: 75px;
    background: #e2e2e2;
    margin-top: 40px;
}
.like-title div{
    font-size: 22px;
    color: #ff6600;
    line-height: 75px;
    font-weight: 500;
}
.like-item{
    padding: 20px 0;
    border-bottom: 1px dashed #c6c6c6;
}
.like-item-left{
    width: 450px;
}
.like-item-left h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
    color: #262626;
}
.like-item-left p{
    line-height: 37px;
    color: #262626;
}
.like-item-right{
    width: 700px;
}
.like-item-right h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
    color: #262626;
}
.like-item-right p{
    position: relative;
    padding-left: 30px;
    line-height: 37px;
    color: #262626;
}
.like-item-right p:after{
    position: absolute;
    top: 11px;
    left: 5px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ff6600;
}
/*联系我们*/
.call-box{
    padding: 40px 0;
}
.call-title{
    height: 44px;
    font-size: 22px;
    color: #262626;

}
.call-title span{
    display: block;
    width: 500px;
    height: 1px;
    background: #666;
}
.contact-us{
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    color: #666666;
}
.call-info div.call-text{
    width: 500px;
    padding: 0 40px;
}
.call-info div.call-text.active{
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.call-info div.call-text h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}
.call-info div.call-text p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}


.call-info div.call-img{
    width: 200px;
}
.call-img img{
    display: block;
    width: 150px;
    height: 150px;
    margin: 20px auto;
}
.call-img p{
    text-align: center;
    font-size: 16px;
}
.map-img{
    display: block;
    width: 1200px;
    margin: 30px auto;
}