body{
    background:#f9f9f9;
}

.header .hd3{
    margin-top: 50px;
}

.header .hd3 span{
    display: block;
    width: 200px;
    height: 10px;
    background: #66CCCC;
    margin: auto;
    margin-bottom: 10px;
    margin-top: -15px;
}
.Box{
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.positionBox{
    padding: 60px 0;
}
.positionBox .title{
    padding-bottom: 40px;
}
.positionBox label{
    max-width: none;
}
.contact-icon {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 40px;
    text-align: center;
    white-space: nowrap;
}
.contact-icon li {
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align: top;
}
.contact-icon li span {
    display: block;
    margin: 0 auto;
    white-space: normal;
}
.contact-icon > li:nth-child(1) > span:nth-child(1) {
    width: 70px;
    height: 70px;
    background: url("../newImg/about/contact1.png") no-repeat center center / contain;
}
.contact-icon > li:nth-child(2) > span:nth-child(1) {
    width: 70px;
    height: 70px;
    background: url("../newImg/about/contact2.png") no-repeat center center / contain;
}
.contact-icon > li:nth-child(3) > span:nth-child(1) {
    width: 70px;
    height: 70px;
    background: url("../newImg/about/contact3.png") no-repeat center center / contain;
}
.contact-icon > li:nth-child(3) span a:hover {
    color: #66CCCC;
}
.honorBox{
    padding: 60px 0;
    background:#f9f9f9;
}
 .title h2{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.news-slider{
    margin-top: 0 !important;
}
.news-slider .news__txt{
    text-align: center;
    color: #5e5e5e;
    height: fit-content;
}
.news-slider .news__img{
    height: 400px;
}
.teamBox{

}
.teamBox  .teamimg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url(../newImg/back/productback.jpg) no-repeat center;
    background-attachment: fixed;
}
.map{
    height: 700px;
}
@media screen and (max-width:480px){
    .positionBox{
        position: relative;
        z-index: 0;
    }
    .map{
        height: 300px;
        position: relative;
    }

}