﻿/* 二级导航 */
.navigation{
    padding-top: 70px;
}
.navigation .content{
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.navigation .content .theme{
    width: 30%;
}
.navigation .content .theme h1{
    font-size: 50px;
    color: #f2642d;
    line-height: 36px;
    margin-bottom: 20px;
}
.navigation .content .theme p{
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    font-weight: lighter;
}
.navigation .content ul{
    width: 70%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.navigation .content ul li{
    width: 160px;
    margin-bottom: 30px;
    position: relative;
    text-align: right;
}
.navigation .content ul li::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 70%;
    height: 2px;
    background-color: #dddddd;
    transition: all .5s linear;
}
.navigation .content ul .active::after{
    background-color: #f2642d;
}
.navigation .content ul li:hover::after{
    background-color: #f2642d;
}
.navigation .content ul li a{
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.navigation .content ul .active a{
    color: #f2642d;
}
.navigation .content ul li:hover a{
    color: #f2642d;
}
@media (max-width:1400px){
    .navigation .content{
        width: 85%;
    }
    .navigation .content .theme h1{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .navigation .content .theme p{
        font-size: 20px;
    }
    .navigation .content ul li{
        width: 140px;
    }
}
@media (max-width:1200px){
    .navigation .content{
        width: 95%;
    }
    .navigation .content ul li a{
        font-size: 14px;
    }
    .navigation .content ul li::after{
        width: 80%;
    }
    .navigation .content ul li{
        width: 110px;
        margin-bottom: 20px;
    }
}
@media (max-width:1000px){
    .navigation .content .theme h1{
        font-size: 30px;
        margin-bottom: 0;
    }
    .navigation .content .theme p{
        font-size: 18px;
    }
}
@media (max-width:550px){
    .navigation .content .theme h1{
        font-size: 24px;
        line-height: 30px;
    }
    .navigation .content .theme p{
        font-size: 16px;
        line-height: 30px;
    }
    .navigation .content ul li a{
        font-size: 12px;
    }
    .navigation .content ul li{
        width: 32%;
        margin-bottom: 10px;
    }
    .navigation .content ul li::after{
        width: 90%;
    }
    .navigation .content{
        flex-wrap: wrap;
    }
    .navigation .content .theme{
        width: 100%;
    	display: none;
    }
    .navigation .content ul{
        width: 100%;
    }
    .navigation {
    	padding-top: 30px;
    }
}

/* 公司介绍 */
.about01{
    padding: 70px 0 140px;
}
.about01 .content{
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.about01 .content .left{
    width: 43.75%;
}
.about01 .content .left .list_img{
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
    overflow: hidden;
}
.about01 .content .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.about01 .content .left .list_img .img img{
    width: 100%;
    transition: all .5s linear;
}
.about01 .content .left .list_img:hover .img img{
    transform: scale(1.1);
}
.about01 .content .right{
    width: 53%;
}
.about01 .content .right .theme{
    margin-bottom: 5%;
}
.about01 .content .right .theme h1{
    font-size: 30px;
    color: #f2642d;
    font-weight: normal;
    line-height: 36px;
    margin: 15px 0;
}
.about01 .content .right .theme p{
    font-size: 30px;
    color: #cccccc;
    font-weight: bold;
    line-height: 36px;
    text-transform: capitalize;
}
.about01 .content .right .info p{
    font-size: 15px;
    color: #666666;
    line-height: 36px;
}
.about01 .content .clear{
    display:none;
}
@media (max-width:1400px){
    .about01 .content{
        width: 85%;
    }
    .about01 .content .right .theme h1{
        font-size: 22px;
        line-height: 30px;
        margin: 10px 0;
    }
    .about01 .content .right .theme p{
        font-size: 22px;
        line-height: 30px;
    }
    .about01 .content .right .info p{
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width:1200px){
    .about01 .content{
        width: 95%;
    }
}
@media (max-width:1000px){
    .about01 .content {
        flex-wrap: wrap;
    }
    .about01 .content .left{
        width: 100%;
    }
    .about01 .content .right{
        margin-top: 20px;
        width: 100%;
    }
    .about01{
        padding: 60px 0 100px;
    }
}
@media (max-width:550px){
    .about01 .content .right .theme h1{
        font-size: 20px;
    }
    .about01 .content .right .theme p{
        font-size: 20px;
        line-height: 30px;
    }
    .about01 .content .right .info p{
        font-size: 12px;
    }
}

/* 企业理念 */
.about02{
    padding: 120px 0 150px;
    background: url(../images/about02_background.jpg) no-repeat;
    background-size: cover !important;
}
.about02 .content{
    width: 75%;
    margin: 0 auto;
}
.about02 .content .boxlist{
    display: flex;
    justify-content: space-between;
}
.about02 .content .boxlist .list{
    width: 25%;
    text-align: center;
    padding: 0 3.5%;
}
.about02 .content .boxlist .list h1{
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    color: #f2642d;
    margin-bottom: 40px;
    white-space: nowrap;
}
.about02 .content .boxlist .list .img{
    width: 84px;
    height: 84px;
    margin: 0 auto;
    overflow: hidden;
    
}
.about02 .content .boxlist .list .img img{
    width: 100%;
}
.about02 .content .boxlist .list .info{
    margin-top: 30px;
}
.about02 .content .boxlist .list .info p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
@media (max-width:1400px){
    .about02 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .about02 .content{
        width: 95%;
    }
    .about02 .content .boxlist .list{
        padding: 0px 1%;
    }
    .about02 .content .boxlist .list h1{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .about02 .content .boxlist .list .info{
        margin-top: 20px;
    }
    .about02 .content .boxlist .list .info p{
        font-size: 14px;
    }
    .about02{
        padding: 100px 0 120px;
    }
}
@media (max-width:760px){
    .about02 .content .boxlist{
        flex-wrap: wrap;
    }
    .about02 .content .boxlist .list{
        width: 50%;
        margin-bottom: 30px;
    }
    .about02{
        padding: 60px 0 80px;
    }
}
@media (max-width:550px){
    .about02 .content .boxlist .list h1{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .about02 .content .boxlist .list .info p{
        font-size: 12px;
    }
    .about02{
        padding: 60px 0;
    }
    .about02 .content .boxlist .list .img{
        width: 64px;
        height: 64px;
    }
}

/* 专利证书 */
.about03{
    padding: 120px 0 100px;
}
.about03 .content{
    width: 75%;
    margin: 0 auto;
}
.about03 .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.about03 .content .boxlist .list{
    width: 25%;
    position: relative;
    margin-bottom: 4%;
}
.about03 .content .boxlist .list::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #dddddd;
}
.about03 .content .boxlist .list:first-child::after{
    display: none;
}
.about03 .content .boxlist .list .list_txt{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.about03 .content .boxlist .list .list_txt .txt{
    position: absolute;
    left: 0%;
    top: 20%;
}
.about03 .content .boxlist .list .list_txt .txt .theme{
    margin-bottom: 30%;
}
.about03 .content .boxlist .list .list_txt .txt .theme h1{
    font-size: 30px;
    line-height: 36px;
    color: #f2642d;
    font-weight: normal;
    margin-bottom: 5%;
}
.about03 .content .boxlist .list .list_txt .txt .theme p{
    font-size: 30px;
    line-height: 36px;
    color: #cccccc;
    text-transform: capitalize;
}
.about03 .content .boxlist .list .list_img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.about03 .content .boxlist .list .list_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about03 .content .boxlist .list .list_img a img{
    max-width: 80%;
    max-height: 80%;
    transition: all .5s linear;
}
.about03 .content .boxlist .list:hover .list_img a img{
    transform: scale(1.1);
}
@media (max-width:1400px){
    .about03 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .about03 .content{
        width: 95%;
    }
    .about03 .content .boxlist .list .list_txt .txt .theme p{
        font-size: 22px;
        line-height: 30px;
    }
    .about03 .content .boxlist .list .list_txt .txt .theme h1{
        font-size: 22px;
        line-height: 30px;
    }
    .about03 .content .boxlist .list .list_txt .txt .theme{
        margin-bottom: 20%;
    }
}
@media (max-width:1000px){
    .about03 .content .boxlist .list .list_txt .txt{
        position: absolute;
        left: 0%;
        top: 10%;
    }
    .about03 .content .boxlist .list::after{
        height: 7px;
    }
    .about03 {
        padding: 90px 0 80px;
    }
}
@media (max-width:760px){
    .about03 .content .boxlist .list{
        width: 50%;
    }
    .about03 .content .boxlist .list .list_txt .txt {
        position: absolute;
        left: 0%;
        top: 28%;
    }
}
@media (max-width:550px){
    .about03 .content .boxlist .list .list_txt .txt {
        position: absolute;
        left: 0%;
        top: 20%;
    }
    .about03 .content .boxlist .list .list_txt .txt .theme p{
        font-size: 20px;
    }
    .about03 .content .boxlist .list .list_txt .txt .theme h1{
        font-size: 20px;
    }
    .about03 .content .boxlist .list::after{
        height: 4px;
    }
}
@media (max-width:550px){
    .about03 .content .boxlist .list .list_txt .txt {
        position: absolute;
        left: 0%;
        top: 10%;
    }
    .about03 {
        padding: 60px 0;
    }
}

/* 发展历程 */
.about04{
    padding: 100px 0;
    background: url(../images/about04_background.jpg) no-repeat;
    background-size: cover;
}
.about04 .content{
    width: 75%;
    margin: 0 auto;
}
.about04 .content .theme{
    margin-bottom: 40px;
    text-align: center;
}
.about04 .content .theme h1{
    color: #f2642d;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 20px;
}
.about04 .content .theme p{
    color: #cccccc;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}
.about04 .content .bottom .owl-carousel .item{
    padding: 30px;
    position: relative;
    transition: all .5s linear;
    cursor: pointer;
}
.about04 .content .bottom .owl-carousel .item:hover{
    margin-top: -20px;
}
.about04 .content .bottom .owl-carousel .item::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 42px;
    width: 15px;
    height: 15px;
    border: 4px solid #f2642d;
    border-radius: 100%;
}
.about04 .content .bottom .owl-carousel .item::after{
    content: "";
    position: absolute;
    left: 8px;
    top: 56px;
    width: 4px;
    height: 100%;
    background-image: linear-gradient(to top, rgba(242,100,45,0), rgba(242,100,45,1));
}
.about04 .content .bottom .owl-carousel .item .item_txt h1{
    font-size: 32px;
    color: #cccccc;
    margin-bottom: 3%;
    line-height: 36px;
    font-weight: bold;
    transition: all .5s linear;
    font-family: "Arial";
}
.about04 .content .bottom .owl-carousel .item:hover .item_txt h1{
    color: #f2642d;
}
.about04 .content .bottom .owl-carousel .item .item_txt h2{
    font-size: 20px;
    color: #333333;
    margin-bottom: 3%;
    line-height: 36px;
    font-weight: normal;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.about04 .content .bottom .owl-carousel .item:hover .item_txt h2{
    color: #f2642d;
}
.about04 .content .bottom .owl-carousel .item .item_txt p{
    font-size: 15px;
    color: #333333;
    line-height: 28px;
    height: 84px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.about04 .content .bottom .owl-carousel .owl-controls .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: -5%;
    background: url(../images/about04_icon_left01.png) no-repeat;
    width: 17px;
    height: 31px;
    transform: translateY(-50%);
    transition: all .5s linear;
}
.about04 .content .bottom .owl-carousel .owl-controls .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: -5%;
    background: url(../images/about04_icon_right01.png) no-repeat;
    width: 17px;
    height: 31px;
    transform: translateY(-50%);
    transition: all .5s linear;
}
.about04 .content .bottom .owl-carousel .owl-controls .owl-nav .owl-prev:hover{
    background: url(../images/about04_icon_left02.png) no-repeat;
}
.about04 .content .bottom .owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background: url(../images/about04_icon_right02.png) no-repeat;
}
@media (max-width:1400px){
    .about04 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .about04 .content{
        width: 95%;
    }
    .about04 .content .theme p{
        font-size: 22px;
        line-height: 30px;
    }
    .about04 .content .theme h1{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .about04 .content .theme{
        margin-bottom: 30px;
    }
    .about04 .content .bottom .owl-carousel .owl-controls .owl-nav .owl-next{
        display: none !important;
    }
    .about04 .content .bottom .owl-carousel .owl-controls .owl-nav .owl-prev{
        display: none !important;
    }
    .about04 .content .bottom .owl-carousel .item .item_txt h1{
        font-size: 26px;
        line-height: 30px;
    }
    .about04 .content .bottom .owl-carousel .item .item_txt h2{
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width:550px){
    .about04 .content .theme h1{
        font-size: 20px;
    }
    .about04 .content .theme p{
        font-size: 20px;
    }
    .about04{
        padding: 60px 0;
    }
    .about04 .content .theme{
        margin-bottom: 20px;
    }
    .about04 .content .bottom .owl-carousel .item .item_txt h1{
        font-size: 24px;
        margin-bottom: 0;
    }
    .about04 .content .bottom .owl-carousel .item .item_txt h2{
        font-size: 14px;
        margin-bottom: 0;
    }
    .about04 .content .bottom .owl-carousel .item .item_txt p{
        font-size: 12px;
    }
    .about04 .content .bottom .owl-carousel .item::before{
        border: 3px solid #f2642d;
    }
    .about04 .content .bottom .owl-carousel .item::after{
        width: 3px;
    }
}

/* 加入我们 */
.hire{
    padding: 70px 0 200px;
}
.hire .content{
    width: 75%;
    margin: 0 auto;
    padding: 0 4%;
}
.hire .content .boxlist{
    margin-bottom: 4%;
}
.hire .content .boxlist .list{
    padding: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    transition: all .5s linear;
}
.hire .content .boxlist .list:hover{
    border-bottom: 1px solid #f2642d;
}
.hire .content .boxlist .list .left{
    width: 70%;
}
.hire .content .boxlist .list .left h1{
    font-size: 22px;
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
    transition: all .5s linear;
}
.hire .content .boxlist .list:hover .left h1{
    color: #f2642d;
}
.hire .content .boxlist .list .left ul{
    display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
}
.hire .content .boxlist .list .left ul li{
    width: 50%;
    color: #999999;
    font-size: 15px;
    line-height: 36px;
}
.hire .content .boxlist .list .right .more > a{
    border: 2px solid #cccccc;
    transition: all .5s linear;
}
.hire .content .boxlist .list .right .more > a > span{
    color: #cccccc;
    transition: all .5s linear;
}
.hire .content .boxlist .list .right .more > a > img{
    filter: invert(20%);
    width: 16px;
    height: 9px;
    transition: all .5s linear;
}
.hire .content .boxlist .list:hover .right .more > a{
    border: 2px solid #f2642d;
    background-color: #f2642d;
}
.hire .content .boxlist .list:hover .right .more > a > span{
    color: #ffffff;
}
.hire .content .boxlist .list:hover .right .more > a > img{
    filter: invert(0%);
}
@media (max-width:1400px){
    .hire .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .hire .content{
        width: 95%;
    }
    .hire .content .boxlist .list .left h1{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .hire .content .boxlist .list .left ul li{
        font-size: 14px;
    }
}
@media (max-width:1000px){
    .hire .content{
        padding: 0%;
    }
    .hire .content .boxlist .list .left ul{
        flex-wrap: wrap;
    }
    .hire .content .boxlist .list .left ul li{
        width: 50%;
    }
    .hire{
        padding: 60px 0 150px;
    }
}

@media (max-width:550px){
    .hire .content .boxlist .list .left h1{
        font-size: 16px;
    }
    .hire .content .boxlist .list .left ul li{
        font-size: 12px;
        line-height: 30px;
    }
    .hire .content .boxlist .list .right .more > a{
        border: 1px solid #cccccc;
    }
    .hire .content .boxlist .list:hover .right .more > a{
        border: 1px solid #f2642d;
    }
    .hire .content .boxlist .list .right .more > a {
        width: 100px;
        height: 35px;
    }
    .hire{
        padding: 60px 0 100px;
    }
}

/* 联系我们 */
.contact{
    padding: 70px 0 150px;
}
.contact .content{
    width: 75%;
    margin: 0 auto;
}
/* 地址 */
.contact .content .address{
    display:flex;
    justify-content: space-between;
    margin-bottom: 6%;
}
.contact .content .address .list{
    width: 31.9%;
    padding: 6% 2%;
    text-align: center;
    background-color: #f6f6f6;
}
.contact .content .address .list .img{
    width: 44px;
    height: 44px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact .content .address .list .info p{
    font-size: 15px;
    line-height: 28px;
    color: #333333;
}
.contact .content .address .list .img img{
    width: 100%;
}
/* 高德地图 */
.contact .content .gaode{
    height: 460px;
    position: relative;
}
/* 留言 */
.contact .content .message{
    margin-top: 8%;
}
.contact .content .message h1{
    color: #f2642d;
    font-size: 22px;
    line-height: 28px;
    font-weight: lighter;
    margin-bottom: 30px;
}
.contact .content .message .bottom #onlineMessages{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact .content .message .bottom #onlineMessages .one{
    width: 48.4%;
    margin-bottom: 20px;
}
.contact .content .message .bottom #onlineMessages .one input{
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #dddddd;
    outline: none;
    background: #ffffff;
}
.contact .content .message .bottom #onlineMessages .one input::placeholder{
    color: #666666;
    font-size: 15px;
}
.contact .content .message .bottom #onlineMessages .two{
    width: 100%;
}
.contact .content .message .bottom #onlineMessages .two textarea{
    width: 100%;
    height: 140px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    outline: none;
    background: #ffffff;
}
.contact .content .message .bottom #onlineMessages .two textarea::placeholder{
    color: #666666;
    font-size: 15px;
}
@media (max-width:1400px){
    .contact .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .contact .content{
        width: 95%;
    }
    .contact{
        padding: 60px 0 100px;
    }
}
@media (max-width:760px){
    .contact .content .address{
        flex-wrap: wrap;
    }
    .contact .content .address .list{
        width: 48%;
        margin-bottom: 4%;
    }
    .contact .content .gaode{
        height: 360px;
    }
    .contact .content .message .bottom #onlineMessages .one{
        width: 100%;
    }
    .contact .content .message h1{
        font-size: 20px;
    }
    .contact .content .message .bottom #onlineMessages .one{
        margin-bottom: 10px;
    }
    .contact .content .message .bottom #onlineMessages .one input{
        padding: 10px;
    }
    .contact .content .message .bottom #onlineMessages .two textarea{
        height: 100px;
        padding: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width:550px){
    .contact .content .gaode{
        height: 300px;
    }
    .contact .content .address .list{
        width: 100%;
        padding: 8% 2%;
    }
    .contact .content .address .list .info p{
        font-size: 12px;
    }
    .contact .content .message h1{
        font-size: 16px;
    }
    .contact .content .message .bottom #onlineMessages .one input::placeholder{
        font-size: 12px;
    }
    .contact .content .message .bottom #onlineMessages .two textarea::placeholder{
        font-size: 12px;
    }
    .contact{
        padding: 60px 0;
    }
}

/* 专利证书 */
.honor{
    padding: 70px 0 180px;
}
.honor .content{
    width: 75%;
    margin: 0 auto;
}
.honor .content .boxlist{
    display: flex;
    justify-content: space-between;
}
.honor .content .boxlist .left{
    width: 33.3%;
}
.honor .content .boxlist .left .list{
    background-color: #f6f6f6;
}
.honor .content .boxlist .left .list .list_img{
    width: 100%;
    padding-bottom: 127%;
    position: relative;
    overflow: hidden;
}
.honor .content .boxlist .left .list .list_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.honor .content .boxlist .left .list .list_img a img{
    max-width: 80%;
    max-height: 80%;
    transition: all .5s linear;
}
.honor .content .boxlist .left .list:hover .list_img a img{
    transform: scale(1.1);
}
.honor .content .boxlist .left .list .list_img p{
    text-align: center;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 2%;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    transform: translateX(-50%);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.honor .content .boxlist .right{
    width: 64.5%;
    display: flex;
    flex-wrap: wrap;
}
.honor .content .boxlist .right .list{
    width: 31.1%;
    background-color: #f6f6f6;
    margin-right: 3.2%;
    margin-bottom: 3.2%;
}
.honor .content .boxlist .right .list:nth-child(3),
.honor .content .boxlist .right .list:nth-child(6){
    margin-right: 0%;
}
.honor .content .boxlist .right .list .list_img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.honor .content .boxlist .right .list .list_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.honor .content .boxlist .right .list .list_img a img{
    max-width: 80%;
    max-height: 70%;
    transition: all .5s linear;
}
.honor .content .boxlist .right .list:hover .list_img a img{
    transform: scale(1.1);
}
.honor .content .boxlist .right .list .list_img p{
    text-align: center;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 2%;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    transform: translateX(-50%);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width:1400px){
    .honor .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .honor .content{
        width: 95%;
    }
    .honor .content .boxlist .left .list .list_img p{
        font-size: 14px;
    }
    .honor .content .boxlist .right .list .list_img p{
        font-size: 14px;
    }
    .honor{
        padding: 60px 0 120px;
    }
}
@media (max-width:760px){
    .honor .content .boxlist{
        flex-wrap: wrap;
    }
    .honor .content .boxlist .left{
        width: 100%;
        margin-bottom: 4%;
    }
    .honor .content .boxlist .right{
        width: 100%;
        justify-content: space-between;
    }
    .honor .content .boxlist .right .list{
        width: 48%;
        margin-right: 0;
    }
    .honor {
        padding: 60px 0;
    }
    .honor .content .boxlist .left .list .list_img p{
        font-size: 12px;
    }
    .honor .content .boxlist .right .list .list_img p{
        font-size: 12px;
    }
}

/* 公司资讯 */
.news{
    padding: 70px 0 200px;
}
.news .content{
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news .content .left{
    width: 60%;
}
.news .content .left .boxlist{
    width: 100%;
}
.news .content .left .boxlist .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4%;
    border-bottom: 1px solid #dddddd;
    transition: all .5s linear;
    margin-bottom: 5%;
}
.news .content .left .boxlist .list:hover{
    border-bottom: 1px solid #f2642d;
}
.news .content .left .boxlist .list .list_img{
    width: 31.3%;
}
.news .content .left .boxlist .list .list_img .img{
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
    overflow: hidden;
}
.news .content .left .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .content .left .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.news .content .left .boxlist .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.news .content .left .boxlist .list .list_txt{
    width: 68%;
    padding: 0 8.3% 0 6%;
}
.news .content .left .boxlist .list .list_txt h1{
    margin-bottom: 3%;
}
.news .content .left .boxlist .list .list_txt h1 a{
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news .content .left .boxlist .list:hover .list_txt h1 a{
    color: #f2642d;
}
.news .content .left .boxlist .list .list_txt .time{
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    margin-bottom: 2%;
}
.news .content .left .boxlist .list .list_txt p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .content .right{
    width: 30%;
}
.news .content .right h1{
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 30px;
}
.news .content .right .boxlist{
    width: 100%;
}
.news .content .right .boxlist .list{
    margin-bottom: 20px;
}
.news .content .right .boxlist .list .list_img{
    width: 100%;
}
.news .content .right .boxlist .list .list_img .img{
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
    overflow: hidden;
}
.news .content .right .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .content .right .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.news .content .right .boxlist .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.news .content .right .boxlist .list .list_txt{
    padding: 2% 0;
}
.news .content .right .boxlist .list .list_txt h3 a{
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news .content .right .boxlist .list:hover .list_txt h3 a{
    color: #f2642d;
}
.news .content .right .boxlist .list .list_txt .time{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}
@media (max-width:1400px){
    .news .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .news .content{
        width: 95%;
    }
    .news .content .right h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .news .content .left .boxlist .list .list_txt h1 a{
        font-size: 18px;
    }
    .news .content .left .boxlist .list .list_txt .time{
        font-size: 13px;
        line-height: 22px;
    }
    .news .content .left .boxlist .list .list_txt p{
        font-size: 13px;
        line-height: 24px;
    }
    .news .content .right .boxlist .list .list_txt .time {
        font-size: 13px;
        line-height: 22px;
    }
    .news .content .right .boxlist .list .list_txt h3 a{
        font-size: 16px;
        line-height: 24px;
    }
    .news{
        padding: 60px 0 120px;
    }
}
@media (max-width:760px){
    .news .content .left .boxlist .list{
        flex-wrap: wrap;
    }
    .news .content .left .boxlist .list .list_img{
        width: 100%;
    }
    .news .content .left .boxlist .list .list_txt{
        width: 100%;
        padding: 2% 0;
    }
    .news .content .left{
        width: 50%;
    }
    .news .content .right{
        width: 40%;
    }

}
@media (max-width:550px){
    .news .content .left .boxlist .list .list_txt h1{
        margin-bottom: 0;
    }
    .news .content .left .boxlist .list .list_txt h1 a{
        font-size: 14px;
        line-height: 24px;
    }
    .news .content .left .boxlist .list .list_txt .time{
        font-size: 12px;
        line-height: 20px;
    }
    .news .content .left .boxlist .list .list_txt p{
        font-size: 12px;
        line-height: 20px;
    }
    .news .content .right h1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .news .content .right .boxlist .list .list_txt .time{
        font-size: 12px;
        line-height: 20px;
    }
    .news .content .right .boxlist .list .list_txt h3 a {
        font-size: 14px;
    }
    .news {
        padding: 60px 0;
    }
    .news .content .left{
	width:100%;
    }
    .news .content .right{
        display:none;
    }
    .news .content .left .boxlist .list{
	margin-bottom: 40px;
    }
}

/* 产品中心 */
.product{
    padding: 70px 0 170px;
}
.product .content{
    width:75%;
    margin: 0 auto;
}
.product .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.product .content .boxlist .list{
    width: 30.5%;
    margin-right: 4.1%;
    margin-bottom: 2%;
}
.product .content .boxlist .list:nth-child(3),
.product .content .boxlist .list:nth-child(6){
    margin-right: 0%;
}
.product .content .boxlist .list .list_img{
    width: 100%;
    overflow: hidden;
}
.product .content .boxlist .list .list_img .img{
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.product .content .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product .content .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.product .content .boxlist .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.product .content .boxlist .list .list_txt{
    padding: 1% 3%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product .content .boxlist .list .list_txt .theme{
    width: 70%;
}
.product .content .boxlist .list .list_txt .theme h1 a{
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
    color: #333333;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product .content .boxlist .list:hover .list_txt .theme h1 a{
    color: #f2642d;
}
.product .content .boxlist .list .list_txt .theme p{
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product .content .boxlist .list .list_txt .img{
    margin-top: 4%;
    width: 16px;
    height: 10px;
}
.product .content .boxlist .list .list_txt .img img{
    filter: invert(45%);
    transition: all .5s linear;
}
.product .content .boxlist .list:hover .list_txt .img img{
    filter: invert(0%);
}
@media (max-width:1400px){
    .product .content{
        width:85%;
    }
}
@media (max-width:1200px){
    .product .content{
        width:95%;
    }
    .product .content .boxlist .list .list_txt .theme h1 a{
        font-size: 16px;
        line-height: 30px;
    }
    .product .content .boxlist .list .list_txt .img{
        margin-top: 3.5%;
    }
    .product .content .boxlist .list .list_txt .theme p{
        font-size: 13px;
        line-height: 30px;
    }
    .product {
        padding: 60px 0 110px;
    }
}
@media (max-width:760px){
    .product .content .boxlist{
        justify-content: space-between;
    }
    .product .content .boxlist .list{
        width: 48%;
        margin-right: 0;
        margin-bottom: 3%;
    }
}
@media (max-width:550px){
    .product .content .boxlist .list .list_txt .theme h1 a{
        font-size: 14px;
        line-height: 24px;
    }
    .product .content .boxlist .list .list_txt .theme p {
        font-size: 12px;
        line-height: 24px;
    }
    .product {
        padding: 60px 0;
    }
}

/* 产品详情 */
.product_detail{
    padding: 70px 0 170px;
}
.product_detail .content{
    width: 66.6%;
    margin: 0 auto;
}

/* 产品展示 */
.product_detail .content .top_show{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6%;
}
.product_detail .content .top_show .left{
    width: 68%;
}
.product_detail .content .top_show .left .swiper-container .swiper-wrapper .swiper-slide .img img{
    width: 100%;
}
.product_detail .content .top_show .left .swiper-pagination{
    position: absolute;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
}
.product_detail .content .top_show .left .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, .3);
    margin: 0 5px;
}
.product_detail .content .top_show .left .swiper-pagination .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background-color: #f2642d;
}
.product_detail .content .top_show .left .swiper-slide{
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
}
.product_detail .content .top_show .left .swiper-slide .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_detail .content .top_show .right{
    width: 32%;
    background-color: #f7f7f7;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.product_detail .content .top_show .right .theme p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
.product_detail .content .top_show .right .theme h1{
    font-size: 30px;
    color: #000000;
    line-height: 36px;
    font-weight: normal;
}
.product_detail .content .top_show .right .info h3{
    font-size: 14px;
    color: #000000;
    line-height: 36px;
}
.product_detail .content .top_show .right .info p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.product_detail .content .top_show .right ul li{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.product_detail .content .top_show .right ul li a{
    color: #666666;
    transition: all .5s linear;
}
.product_detail .content .top_show .right ul li a:hover{
    color: #f2642d;
}
.product_detail .content .top_show .right .more > a{
    border: 2px solid #aaaaaa;
    transition: all .5s linear;
}
.product_detail .content .top_show .right .more > a:hover{
    border: 2px solid #f2642d;
    background-color: #f2642d;
}
.product_detail .content .top_show .right .more > a > span{
    color: #aaaaaa;
    transition: all .5s linear;
}
.product_detail .content .top_show .right .more > a:hover > span{
    color: #ffffff;
}
.product_detail .content .top_show .right .more > a > img{
    filter: invert(20%);
    width: 16px;
    height: 9px;
    transition: all .5s linear;
}
.product_detail .content .top_show .right .more > a:hover > img{
    filter: invert(0%);
}

/* 产品信息 */
.product_detail .content .bottom_detail h1{
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}
.product_detail .content .bottom_detail .info_detail{
    padding: 2% 0;
}
.product_detail .content .bottom_detail .info_detail p{
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}

@media (max-width:1600px){
    .product_detail .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .product_detail .content{
        width: 85%;
    }
    .product_detail .content .top_show .right .theme h1{
        font-size: 24px;
    }
}
@media (max-width:1200px){
    .product_detail .content{
        width: 95%;
    }
}
@media (max-width:1000px){
    .product_detail .content .top_show .right .theme p{
        font-size: 14px;
        line-height: 30px;
    }
    .product_detail .content .top_show .right .theme h1{
        font-size: 20px;
        line-height: 30px;
    }
    .product_detail .content .top_show .right .info h3{
        font-size: 13px;
        line-height: 30px;
    }
    .product_detail .content .top_show .right .info p{
        font-size: 13px;
        line-height: 24px;
    }
    .product_detail .content .top_show .right ul li{
        font-size: 13px;
        line-height: 24px;
    }
    .product_detail .content .top_show .right .more > a > span {
        font-size: 13px;
    }
    .product_detail .content .top_show .right{
        padding: 3%;
    }
    .product_detail .content .top_show .right .more > a{
        width: 120px;
        height: 40px;
    }
    .product_detail .content .bottom_detail h1 {
        font-size: 20px;
    }
    .product_detail{
        padding: 60px 0 120px;
    }
}
@media (max-width:760px){
    .product_detail .content .top_show{
        flex-wrap: wrap;
    }
    .product_detail .content .top_show .left{
        width: 100%;
    }
    .product_detail .content .top_show .right{
        width: 100%;
    }
    .product_detail .content .top_show .right .theme{
        margin-bottom: 3%;
    }
    .product_detail .content .top_show .right .info{
        margin-bottom: 3%;
    }
    .product_detail .content .top_show .right ul{
        margin-bottom: 3%;
    }
    .product_detail .content .top_show .right{
        padding: 4%;
    }
    .product_detail .content .bottom_detail .info_detail p {
        font-size: 14px;
    }
}
@media (max-width:550px){
    .product_detail .content .top_show .right .info h3{
        font-size: 12px;
    }
    .product_detail .content .top_show .right .theme h1{
        font-size: 16px;
    }
    .product_detail .content .top_show .right .theme p{
        font-size: 12px;
        line-height: 24px;
    }
    .product_detail .content .top_show .right .info p{
        font-size: 12px;
    }
    .product_detail .content .top_show .right ul li{
        font-size: 12px;
    }
    .product_detail .content .bottom_detail h1{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .product_detail .content .bottom_detail .info_detail p{
        font-size: 12px;
        line-height: 24px;
    }
    .product_detail{
        padding: 60px 0;
    }
}

/* 新闻详情 */
.news_detail{
    padding: 90px 0 160px;
}
.news_detail .content{
    width:75%;
    margin: 0 auto;
}
.news_detail .content .theme{
    border-bottom: 1px solid #e5e5e5;
}
.news_detail .content .theme .title{
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}
.news_detail .content .theme .time{
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
}
.news_detail .content .news_detail_info{
    padding: 80px 0;
    border-bottom: 1px solid #bfbfbf;
}
.news_detail .content .news_detail_info p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 0 2%;
}
.news_detail .content .news_detail_info p > img{
    max-width: 100%;
}
.news_detail .content .news_detail_other{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.news_detail .content .news_detail_other ul li{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.news_detail .content .news_detail_other ul li a{
    color: #666666;
}
.news_detail .content .news_detail_other ul li:hover{
    color: #f2642d;
}
.news_detail .content .news_detail_other ul li:hover a{
    color: #f2642d;
}
.news_detail .content .news_detail_other .more a{
    color: #f2642d;
}
.news_detail .content .news_detail_other .more a:hover{
    color:#ffffff;
}
@media (max-width:1400px){
    .news_detail .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .news_detail .content{
        width: 95%;
    }
    .news_detail .content .theme .title{
        font-size: 22px;
    }
}



/*招聘详情 */
.hire_detail{
    padding: 50px 0;
}
.hire_detail .content{
    width: 75%;
    margin: 0 auto;
}
.hire_detail .content .box .title{
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0;
    margin-bottom: 0;
}
.hire_detail .content .box .title a{
    text-decoration: none;
    color: #222222;
    font-size: 30px;
}
.hire_detail .content .box .hire_info{
    padding: 100px 0;
    border-bottom: 1px solid #e2e2e2;
}
.hire_detail .content .box .hire_info p{
    font-size: 16px;
}
.hire_detail .content .box .hire_info p > img{
    max-width: 100%;
}
.hire_detail .content .box .hire_other{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.hire_detail .content .box .hire_other ul li{
    font-size: 14px;
    color: #666666;
}
.hire_detail .content .box .hire_other ul li a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.hire_detail .content .box .hire_other ul li:hover{
    color: #f2642d;
}
.hire_detail .content .box .hire_other ul li:hover a{
    color: #f2642d;
}
.hire_detail .content .box .hire_other .more a{
    color: #f2642d;
}
@media (max-width:1400px){
    .hire_detail .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .hire_detail .content{
        width: 95%;
    }
}
@media (max-width:550px){
    .hire_detail .content .box .title a{
        font-size: 20px;
    }
    .hire_detail .content .box .hire_info p{
        font-size: 14px;
    }
    .hire_detail .content .box .hire_info{
        padding: 50px 0;
    }
    .hire_detail{
        padding: 30px 0;
    }
}


/* info单页 */
/* 内容 */
.info_main{
    padding: 90px 0 130px;
}
.info_main .content{
    width: 75%;
    margin: 0 auto;
}
.info_main .content .info_edit p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.info_main .content .info_edit p > img{
    max-width: 100%;
}
@media (max-width:1400px){
    .info_main .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .info_main .content{
        width: 95%;
    }
}
p > img{
    max-width:100%;
}
