﻿/* 二级导航 */
.navigation{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 80px;
}
.navigation ul{
    width: 66.6%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}
.navigation ul li a{
    padding: 30px 20px 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: block;
    position: relative;
}
.navigation ul li a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2c0001;
    bottom: -1px;
    left: 0%;
    display: none;
}
.navigation ul span{
    padding: 0 40px;
    margin-top: 10px;
}
.navigation ul .active > a{
    color: #2c0001;
}
.navigation ul li:hover > a{
    color: #2c0001;
}
.navigation ul .active a::after{
    display: block;
}
.navigation ul li:hover a:after{
    display: block;
}
@media (max-width:750px){
    .navigation ul{
        width: 95%;
    }
}
@media (max-width:550px){
    .navigation ul{
        width: 95%;
    }
    .introduction .content{
        width: 95%;
    }
    .navigation ul li a{
        font-size: 14px;
        padding: 20px 10px 10px;
    }
    .navigation ul span{
        padding: 0 10px;
        
    }
    .navigation{
        margin-bottom: 40px;
    }
}

/* 关于我们 */

/* 公司介绍 */
.introduction{
    margin-bottom: 120px;
}
.introduction .content{
    width: 66.6%;
    margin: 0 auto;
}
.introduction .content .theme{
    display: flex;
    justify-content: space-between;
}
.introduction .content .theme .left{
    width: 30%;
    font-family: "宋体";

}
.introduction .content .theme .right{
    width: 70%;
}
.introduction .content .theme .left .title{
    color: #2c0001;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;

}
.introduction .content .theme .left p{
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    font-family: "宋体";
}
.introduction .content .theme .left p span{
    font-weight: bold;
    color: #2c0001;
    font-size: 20px;
    margin-left: 5px;
    font-family: "宋体";
}
.introduction .content .theme .right{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.introduction .content .img{
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
}
.introduction .content .img img{
    width: 100%;
    transition: all .5s linear;
}
.introduction .content .img:hover img{
    transform: scale(1.1);
}
.introduction .content .info p{
    margin-top: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
@media (max-width:1000px){
    .introduction .content .theme{
        flex-wrap: wrap;
    }
    .introduction .content .theme .left{
        width: 100%;
    }
    .introduction .content .theme .right{
        width: 100%;
        margin-top: 40px;
    }
}
@media (max-width:750px){
    .introduction .content{
        width: 95%;
    }
}
@media (max-width:550px){
    .introduction .content .theme .left .title{
        font-size: 18px;
    }
    .introduction .content .theme .left p span{
        font-size: 16px;
    }
    .introduction .content .theme .left p{
        font-size: 12px;
    }
    .introduction .content .theme .right{
        font-size: 12px;
    }
    .introduction .content .theme .right{
        margin-top: 20px;
    }
    .introduction .content .img{
        margin-top: 20px;
    }
    .introduction .content .info p{
        margin-top: 20px;
        font-size: 12px;
    }
    .introduction{
        margin-bottom: 60px;
    }
}
/* 发展历程 */
.history{
    background: url(../images/about_history_back01.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0 150px;
}
.history .content .owl-carousel::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 37.8%;
    left: 0%;
    background: url(../images/about_line.png) no-repeat;
    background-size: 100%;
    z-index: -1;
}
.history .content{
    width: 66.6%;
    margin: 0 auto;
}
.history .content .theme{
    text-align: center;
    margin-bottom: 90px;
}
.history .content .theme .title1{
    font-size: 30px;
    line-height: 36px;
    color: #2c0001;
    font-family: "宋体";
    font-weight: bold;
}
.history .content .theme .info{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 10px;
}
.history .content .item{
    padding: 10px;
}

/* .history .content .item .years{
    border-bottom: 1px dashed #aaaaaa;
} */
.history .content .item .years{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 20px 0;
    display: block;
    position: relative;
    transition: all .5s linear;
    font-family: "宋体";
    font-weight: bold;
}
.history .content .item .years::after{
    content: "";
    width: 20px;
    height: 20px;
    left: 0%;
    bottom: -13%;
    position: absolute;
    background: url(../images/about_hisotry_icon01.png) no-repeat;
    background-size: 100%;
    transition: all .5s linear;
}
.history .content .item:hover .years{
    color: #2c0001;
}
.history .content .item:hover .years::after{
    content: "";
    width: 20px;
    height: 20px;
    left: 0%;
    bottom: -13%;
    position: absolute;
    background: url(../images/about_hisotry_icon02.png) no-repeat;
    background-size: 100%;
}
.history .content .item .theme{
    margin-bottom: 0px;
}
.history .content .item .theme .title{
    text-align: left;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.history .content .item .theme .title{
    color: #333333;
    font-size: 20px;
    line-height: 26px;
    transition: all .5s linear;
}
.history .content .item .theme .info{
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.history .content .item:hover .theme .title{
    color: #2c0001;
}
.history .content .owl-carousel{
    position: relative;
}
@media (max-width:1000px){
.history .content .item .theme .title {
    font-size: 16px;
}
}
@media (max-width:550px){
    .history{
        padding: 60px 0 120px;
        margin-bottom: 80px;
    }
    .history .content .theme{
        margin-bottom: 40px;
    }
    .history .content{
        width: 95%;
    }
    .history .content .item{
        padding:  10px 10px 10px 0;
    }
    .history .content .theme .title1{
        font-size: 18px;
    }
    .history .content .theme .info{
        font-size: 12px;
    }
    .history .content .owl-carousel::after{
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 39.8%;
        left: 0%;
        background: url(../images/about_line.png) no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    .history .content .item .theme .title a{
        font-size: 16px;
    }
    .history .content .item .theme .info{
        font-size: 12px;
        margin-top: 10px;
    }
}

/* 资质证书 */
.certificate{
        padding: 120px 0 200px;
}
.certificate .content{
    width: 66.6%;
    margin: 0 auto;
}
.certificate .content .top{
    margin-bottom: 40px;
    text-align: center;
}
.certificate .content .top .title{
    font-size: 30px;
    color: #2c0001;
    line-height: 36px;
    font-weight: bold;
    font-family: "宋体";
}
.certificate .content .top .info{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 20px;
}
.certificate .content .bottom{
    display: flex;
    justify-content: space-between;
}
.certificate .content .bottom .one{
    width: 39.8%;
    position: relative;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}
.certificate .content .bottom .one:hover .img img{
    transform: scale(1.1);
}
.certificate .content .bottom .one:hover .title a{
    color: #2c0001;
}
.certificate .content .bottom .one .img{
    max-width: 60%;
    overflow: hidden;
}
.certificate .content .bottom .one .img img{
    width: 100%;
    transition: all .5s linear;
}
.certificate .content .bottom .one .title{
    position: absolute;
    bottom: 3%;
    left: 0%;
    width: 100%;
    text-align: center;
}
.certificate .content .bottom .one .title a{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    transition: all .5s linear;
}
.certificate .content .bottom .two{
    width: 58.2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.certificate .content .bottom .two .list{
    width: 48.3%;
    position: relative;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    
}
.certificate .content .bottom .two .list:nth-child(1){
    margin-bottom: 20px;
}
.certificate .content .bottom .two .list:nth-child(2){
    margin-bottom: 20px;
}
.certificate .content .bottom .two .list .img{
    max-width: 60%;
    overflow: hidden;
}
.certificate .content .bottom .two .list .img img{
    width: 100%;
    transition: all .5s linear;
}
.certificate .content .bottom .two .list .title{
    position: absolute;
    bottom: 3%;
    left: 0%;
    width: 100%;
    text-align: center;
}
.certificate .content .bottom .two .list .title a{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    transition: all .5s linear;
}
.certificate .content .bottom .two .list:hover .img img{
    transform: scale(1.1);
}
.certificate .content .bottom .two .list:hover .title a{
    color: #2c0001;
}
@media (max-width:1300px){
    .certificate .content{
        width: 95%;
    }
}

@media (max-width:800px){
    .certificate .content{
        width: 66.6%;
    }
    .certificate .content .bottom{
        flex-wrap: wrap;
    }
    .certificate .content .bottom .one{
        width: 100%;
        margin-bottom: 20px;
    }
    .certificate .content .bottom .two{
        width: 100%;
    }
    .certificate .content .bottom .two .list{
        padding: 40px 0;
    }
}
@media (max-width: 600px){
    .certificate .content{
        width: 95%;
    }
}
@media (max-width: 500px){
    .certificate .content .top .title{
        font-size: 18px;
    }
    .certificate .content .top .info{
        font-size: 12px;
        margin-top: 10px;
    }
    .certificate .content .bottom .one .title a{
        font-size: 12px;
    }
    .certificate .content .bottom .two .list .title a{
        font-size: 12px;
    }
    .certificate{
        padding: 60px 0 120px;
    }
}


/* 联系我们 */
.contact{
    padding: 150px 0 110px;
}
.contact .address{
    width: 75%;
    margin: 0 auto;
    background: url(../images/contact_back01.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0 200px;
}
.contact .address .title{
    text-align: center;
    margin-bottom: 60px;
    color: #f1e3ad;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    font-family: "宋体";
}
.contact .address .list{
    width: 88.8%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contact .address .list .one{
    display: flex;
}
.contact .address .list .one .img{
    margin-top: 10px;
    margin-right: 10px;
}
.contact .address .list .one p{
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}
.contact .baidu{
    width: 66.6%;
    height:500px;
    margin: 0 auto;
    margin-top: -90px;
    /* box-shadow: 0px 10px 30px #999; */
}
@media (max-width:1300px){
    .contact .address{
        width: 95%;
    }
    .contact .baidu{
        width: 85%;
    }
}
@media (max-width:1000px){
    .contact .address{
        width: 95%;
    }
    .contact .baidu{
        width: 95%;
        margin-top: 20px;
    }
    .contact .address .list{
        flex-wrap: wrap;
    }
    .contact .address .list .one{
        width: 48%;
    }
}
@media (max-width:800px){
    .contact .address .list .one{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact .address{
        width: 95%;
        padding: 60px 0 120px;
    }
    .contact .baidu{
        height:400px;
    }
}
@media (max-width:550px){
    .contact .address .list .one{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact .address{
        width: 95%;
        padding: 40px 0 80px;
    }
    .contact .baidu{
        height:300px;
    }
    .contact .address .title{
        margin-bottom: 20px;
    }
    .contact .address .title{
        font-size: 18px;
    }
    .contact .address .list .one p{
        font-size: 12px;
    }
}
/* 留言 */
.message {
    background: #f6f6f6;
    padding: 90px 0;
}
.message .content {
    width: 66.6%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.message .content .left{
    width: 46.8%;
}
.message .content .right{
    width: 46.8%;
}
.message .content .left .title{
    margin-top: 40px;
    font-size: 30px;
    line-height: 36px;
    color: #2c0001;
    font-weight: bold;
    font-family: "宋体";
}
.message .content .left p{
    margin-top: 40px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.message .content .right .one{
    width: 100%;
}
.message .content .right .one input{
    width: 90%;
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    border-bottom: 1px solid #666666;
    background: #f6f6f6;
}
.message .content .right .one textarea{
    width: 90%;
    padding: 15px;
    border: none;
    margin-bottom: 20px;
    outline: none;
}
.message .content .right a{
    width: 33.3%;
    border: none;
    background: #2c0001;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
    outline: none;
    text-align: center;
}
@media (max-width:1000px){
    .message .content {
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width:650px){
    .message .content {
        flex-wrap: wrap;
    }
    .message .content .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .message .content .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .message{
        padding: 60px 0;
    }
    .message .content .left .title{
        margin-top: 20px;
    }
    .message .content .left p{
        margin-top: 20px;
    }
    .message .content .left .title{
        font-size: 18px;
    }
    .message .content .left p{
        font-size: 12px;
    }
}

/* 人才招聘 */
.hire{
    margin-bottom: 200px;
}
.hire .content{
    width: 66.6%;
    margin: 0 auto;
}
.hire .content .theme{
    padding-top: 40px;
}
.hire .content .theme .title{
    font-size: 24px;
    line-height: 26px;
    color: #2c0001;
    font-weight: bold;
    font-family: "宋体";
}
.hire .content .theme p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
}
.hire .content .boxlist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.hire .content .boxlist .list{
    width: 48.4%;
    border: 3px solid transparent;
    padding: 40px 50px;
    background: #f0f0f0;
    transition: all .5s linear;
    margin-top: 40px;
}
.hire .content .boxlist .list .title a{
    font-size: 20px;
    line-height: 36px;
    color: #333333;
}
.hire .content .boxlist .list .info{
    display: flex;
    border-bottom: 1px solid #dddddd;
}
.hire .content .boxlist .list .info p{
    font-size: 14px;
    line-height: 36px;
    width: 32%;
    padding: 20px 0;
}
.hire .content .boxlist .list .more{
    padding-top: 20px;
}
.hire .content .boxlist .list .more a{
    display: flex;
    align-items: center;
}
.hire .content .boxlist .list .more a span{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-right: 10px;
    transition: all .5s linear;
}
.hire .content .boxlist .list .more a img{
    filter: contrast(0%);
    transition: all .5s linear;
}
.hire .content .boxlist .list:hover{
    border: 3px solid #2c0001;
}
.hire .content .boxlist .list:hover .more a span{
    color: #2c0001;
}
.hire .content .boxlist .list:hover .more a img{
    filter: contrast(100%);
}

@media (max-width:1400px){
    .hire .content{
        width: 75%;
    }
}
@media (max-width:1200px){
    .hire .content{
        width: 85%;
    }
}
@media (max-width:1050px){
    .hire .content{
        width: 95%;
    }
}
@media (max-width:950px){
    .hire .content .boxlist .list{
        padding: 20px 30px;
    }
}
@media (max-width:850px){
    .hire .content .boxlist .list{
        width: 70%;
        margin: 0 auto;
        margin-top: 40px;
    }
}
@media (max-width:700px){
    .hire .content .boxlist .list{
        width: 85%;
        margin: 0 auto;
        margin-top: 40px;
    }
}
@media (max-width:550px){
    .hire .content .boxlist .list{
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .hire .content .theme .title{
        font-size: 18px;
    }
    .hire .content .theme p{
        font-size: 12px;
    }
    .hire .content .theme{
        padding-top: 20px;
    }
    .hire .content .boxlist .list .title a{
        font-size: 16px;
    }
    .hire .content .boxlist .list .info p{
        font-size: 12px;
    }
    .hire {
        margin-bottom: 120px;
    }
}
@media (max-width:400px){
    .hire .content .boxlist .list .info p{
        padding: 10px 0;
    }
    .hire .content .boxlist .list .more{
        padding-top: 10px;
    }
    .hire .content .boxlist .list{
        padding: 10px 0;
    }
}

/* 资质证书 */
.honor{
    padding-top: 40px;
    margin-bottom: 200px;
}
.honor .content .boxlist{
    width: 66.6%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.honor .content .boxlist .list{
    width: 31.2%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    position: relative;
    padding: 40px 0 80px;
    margin-bottom: 40px;
}
.honor .content .boxlist .list .img{
    max-width: 66%;
    overflow: hidden;
}
.honor .content .boxlist .list .img img{
    width: 100%;
    transition: all .5s linear;
}
.honor .content .boxlist .list .title{
    position: absolute;
    bottom: 5%;
    left: 36%;
}
.honor .content .boxlist .list:hover .img img{
    transform: scale(1.1);
}
.honor .content .boxlist .list .title a{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    transition: all .5s linear;
}
.honor .content .boxlist .list:hover .title a{
    color: #2c0001;
}
@media (max-width:1400px){
    .honor .content .boxlist{
        width: 75%;
    }
    .honor .content .boxlist .list .title {
        position: absolute;
        bottom: 5%;
        left: 34%;
    }
}
@media (max-width:1200px){
    .honor .content .boxlist{
        width: 85%;
    }
}
@media (max-width:1000px){
    .honor .content .boxlist{
        width: 95%;
    }
}
@media (max-width:800px){
    .honor .content .boxlist .list{
        width: 48%;
    }
    .honor .content .boxlist .list .title {
        position: absolute;
        bottom: 5%;
        left: 33%;
    }
}
@media (max-width:550px){
    .honor .content .boxlist .list .title {
        position: absolute;
        bottom: 5%;
        left: 33%;
    }
    .honor .content .boxlist .list .title a{
        font-size: 12px;
    }
    .honor .content .boxlist .list{
        padding: 30px 0 60px;
        margin-bottom: 20px;
    }
    .honor {
        padding-top: 20px;
        margin-bottom: 120px;
    }
}
@media (max-width:400px){
    .honor .content .boxlist .list .title {
        position: absolute;
        bottom: 3%;
        left: 30%;
    }
    .honor .content .boxlist .list{
        padding: 20px 0 40px;
        margin-bottom: 20px;
    }
    .honor .content .boxlist .list .img{
        width: 70%;
    }
}
@media (max-width:350px){
    .honor .content .boxlist .list .title {
        position: absolute;
        bottom: 3%;
        left: 25%;
    }
}
/* 底部页码 */
.honor .pagination{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.honor .pagination li a{
    padding: 15px 10px;
    display: block;
    text-decoration: none;
    background: #f6f6f6;
    margin-left: 15px;
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}
.honor .pagination li a:hover{
    background: #2c0001;
    color: white;
}
.honor .pagination > .active a{
    background: #2c0001;
    color: white;
}
@media (max-width:550px) {
    .honor .pagination{
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    .honor .pagination li a{
        padding: 10px 5px;
        margin-left: 5px;
    }
}
/* 新闻中心 */
.news{
    padding-top: 40px;
    margin-bottom: 200px;
}
.news .content{
    width: 66.6%;
    margin: 0 auto;
}
.news .content .top{
    display: flex;
    justify-content: space-between;
}
.news .content .top .img{
    width: 51.5%;
    overflow: hidden;
}
.news .content .top .img:hover img{
    transform: scale(1.1);
}
.news .content .top .img img{
    width: 100%;
    transition:  all .5s linear;
}
.news .content .top .right{
    width: 48.5%;
    padding: 80px;
}
.news .content .top .right .time span{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-right: 10px;
}
.news .content .top .right .title a{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    padding: 20px 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .content .top .right .title a::after{
    content: "";
    width: 7%;
    height: 1px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    background: #2c0001;
}
.news .content .top .right .info {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .content .top .right .more {
    margin-top: 60px;
}
.news .content .top .right .more a{
    display: flex;
    align-items: center;
}
.news .content .top .right .more a span{
    font-size: 14px;
    color: #2c0001;
    margin-left: 10px;
}
.news .content .bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
.news .content .bottom .list{
    width: 30.4%;
    margin-bottom: 40px;
}
.news .content .bottom .list .img{
    width: 100%;
    overflow: hidden;
}
.news .content .bottom .list .img img{
    width: 100%;
    transition: all .5s linear;
}
.news .content .bottom .list .theme .time{
    margin-top: 20px;
}
.news .content .bottom .list .theme .time span{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
}
.news .content .bottom .list .theme .title a{
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .content .bottom .list .theme .more{
    padding-top: 20px;
}
.news .content .bottom .list .theme .more a{
    display: flex;
    align-items: center;
}
.news .content .bottom .list .theme .more a span{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-right: 10px;
    transition: all .5s linear;
}
.news .content .bottom .list .theme .more a img{
    filter: contrast(50%);
    transition: all .5s linear;
}
.news .content .bottom .list .img:hover img{
    transform: scale(1.1);
}
.news .content .bottom .list:hover .theme .title a{
    color: #2c0001;
}
.news .content .bottom .list:hover .theme .more a span{
    color: #2c0001;
}
.news .content .bottom .list:hover .theme .more a img{
    filter: contrast(100%);
}
@media (max-width:1700px){
    .news .content .top .right{
        padding: 60px;
    }
    .news .content .top .right .more{
        margin-top: 40px;
    }
}
@media (max-width:1600px){
    .news .content .top .right{
        padding: 50px;
    }
    .news .content .top .right .more{
        margin-top: 30px;
    }
    .news .content .top .right .title a{
        padding: 10px 0;
    }
    .news .content .top .right .info{
        margin-top: 10px;
    }
}
@media (max-width:1400px){
    .news .content{
        width: 75%;
    }
}
@media (max-width:1200px){
    .news .content{
        width: 85%;
    }
}
@media (max-width:1050px){
    .news .content{
        width: 95%;
    }
}
@media (max-width:960px){
    .news .content .top{
        flex-wrap: wrap;
    }
    .news .content .top .img{
        width: 100%;
    }
    .news .content .top .right{
        width: 100%;
    }
}
@media (max-width:760px){
    .news .content .bottom{
        flex-wrap: wrap;
    }
    .news .content .bottom .list{
        width: 48%;
    }
}
@media (max-width:550px){
    .news .content .bottom{
        margin-top: 0;
    }
    .news .content .top .right .time span{
        font-size: 12px;
    }
    .news .content .top .right .title a{
        font-size: 16px;
        padding: 20px 0;
    }
    .news .content .top .right .info{
        font-size: 12px;
        margin-top: 20px;
    }
    .news .content .top .right{
        padding: 40px 0;
    }
    .news .content .bottom .list{
        margin-bottom: 30px;
    }
    .news .content .bottom .list .theme .time{
        margin-top: 10px;
    }
    .news .content .bottom .list .theme .time span{
        font-size: 12px;
    }
    .news .content .bottom .list .theme .title a{
        padding: 10px 0;
        font-size: 16px;
    }
    .news .content .bottom .list .theme .more{
        padding-top: 10px;
    }
    .news{
        padding-top: 20px;
        margin-bottom: 120px;
    }
}
@media (max-width:450px){
    .news .content .bottom .list .theme .time{
        margin-top: 0;
    }
    .news .content .bottom .list .theme .title a{
        padding: 0;
    }
}
/* 底部页码 */
.news .pagination{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.news .pagination li a{
    padding: 15px 10px;
    display: block;
    text-decoration: none;
    background: #f6f6f6;
    margin-left: 15px;
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}
.news .pagination li a:hover{
    background: #2c0001;
    color: white;
}
.news .pagination > .active a{
    background: #2c0001;
    color: white;
}
@media (max-width:550px) {
    .news .pagination{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .news .pagination li a{
        padding: 10px 5px;
        margin-left: 5px;
    }
}

/* 产品中心 */
.product_navigation{
    margin-bottom: 120px;
}
.product_navigation ul li a {
    padding: 30px 10px 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: block;
    position: relative;
}
.product_navigation ul li{
    /*position: relative;*/
}

.product_navigation ul li ol{
    position: absolute;
    top: 100%;
    left: 0%;
    display: flex;
    /*justify-content: space-between;*/
    /*width: 520px;*/
}
.product_navigation ul li ol li{
    padding: 30px 10px 20px;
    display: none;
    margin-right: 20px;
}
.product_navigation ul li ol li a{
    border-bottom: 1px solid transparent;
}
.product_navigation ul .active ol li{
    display: block;
}
.product_navigation ul li ol li a{
    color: #666666;
    padding: 0;
}
.product_navigation ul li ol li:hover a{
    border-bottom: 1px solid #aba3a3;
}
.product_navigation ul .active ol .active1 a{
    border-bottom: 1px solid #aba3a3;
    color: #2c0001;
}
.product_navigation ul .active ol li a::after{
    display: none;
}
.product{
    margin-bottom: 200px;
}
.product .content{
    width: 66.6%;
    margin: 0 auto;
}
.product .content .top{
    margin-top: 20px;
    margin-bottom: 70px;
}
.product .content .top ul{
    display: flex;
}
.product .content .top ul>.active a{
    border-bottom: 1px solid #2c0001;
}
.product .content .top ul>.active a{
    color: #2c0001;
}
.product .content .top ul li{
    margin-right: 60px;
}
.product .content .top ul li a{
    border-bottom: 1px solid transparent;
    transition: all .5s linear;
    font-size: 14px;
}
.product .content .top ul li:hover a{
    border-bottom: 1px solid #2c0001;
}
.product .content .top ul li:hover a{
    color: #2c0001;
    transition: all .5s linear;
}
.product .content .top ul li a{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.product .content .bottom .boxlist{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.product .content .bottom .boxlist .list{
    width: 32%;
    margin-bottom: 20px;
    margin-right:2%;
}
.product .content .bottom .boxlist .list:nth-child(3),.product .content .bottom .boxlist .list:nth-child(6){
    margin-right:0;
}
.product .content .bottom .boxlist .list .img{
    background: #f0f0f0;
    width: 100%;
    padding: 45px;
}
.product .content .bottom .boxlist .list .img img{
    width: 100%;
}
.product .content .bottom .boxlist .list .theme{
    padding: 10px 20px;
    background: #dddddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s linear;
}
.product .content .bottom .boxlist .list .theme .left .title a{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    transition: all .5s linear;
}
.product .content .bottom .boxlist .list .theme .left p{
    font-size: 14px;
    line-height: 30px;
    color: #888888;
    transition: all .5s linear;
}
.product .content .bottom .boxlist .list .theme .right{
    opacity: 0;
    transition: all .5s linear;
}
.product .content .bottom .boxlist .list:hover .theme .right{
    opacity: 1;
}
.product .content .bottom .boxlist .list:hover .theme{
    background: #2c0001;
}
.product .content .bottom .boxlist .list:hover .theme .left .title a{
    color: #f1e3ad;
}
.product .content .bottom .boxlist .list:hover .theme .left p{
    color: #f6f6f6;
}
@media (max-width:1200px) {
    .product .content{
        width: 75%;
    }
}
@media (max-width:1000px) {
    .product .content{
        width: 85%;
    }
}
@media (max-width:800px) {
    .product .content{
        width: 95%;
    }
}
@media (max-width:700px) {
    .product .content .bottom .boxlist{
        flex-wrap: wrap;
	justify-content: space-between;
    }
    .product .content .bottom .boxlist .list{
        width: 48%;
	margin-right:0;
    }
    .product .content .top ul li{
        margin-right: 30px;
    }
}
@media (max-width:550px) {
    .product .content .bottom .boxlist .list .theme .right a img{
        display: block;
        width: 80%;
        text-align: right;
    }
    .product .content .bottom .boxlist .list .theme .left .title a{
        font-size: 14px;
    }
    .product .content .bottom .boxlist .list .theme .left p{
        font-size: 12px;
    }
    .product .content .bottom .boxlist .list .theme{
        padding: 10px 0px 10px 10px;
    }
    .product .content .top ul li a{
        font-size: 12px;
    }
    .product_navigation ul li a{
        font-size: 14px;
    }
    .product .content .top{
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .product .content .bottom .boxlist .list .img{
        padding: 20px;
    }
    .product .content .bottom .boxlist .list .theme .right{
        width: 20%;
    }
    .product{
        margin-bottom: 120px;
    }
    .product_navigation ul li ol{
        /*width: 220px;*/
        flex-wrap: wrap;
    }
    .product_navigation ul li ol li{
        padding: 10px 10px 10px;
    }
    .product .content .top ul li a{
        font-size: 12px;
    }
}
@media (max-width:450px) {
    .product_navigation ul li a {
        padding: 20px 1px 10px;
    }
    .product .content .top ul{
        flex-wrap: wrap;
    }
    .product .content .top ul li{
        margin-right: 0px;
        width: 50%;
    }
}
@media (max-width:400px) {
    .product .content .bottom .boxlist .list .theme{
        padding: 5px;
        padding-right: 0;
    }
    .product .content .bottom .boxlist .list .theme .left p{
        display: none;
    }
    .product .content .bottom .boxlist .list .img{
        padding: 10px;
    }
}
/* 底部页码 */
.product .pagination{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.product .pagination li a{
    padding: 15px 10px;
    display: block;
    text-decoration: none;
    background: #f6f6f6;
    margin-left: 15px;
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}
.product .pagination li a:hover{
    background: #2c0001;
    color: white;
}
.product .pagination > .active a{
    background: #2c0001;
    color: white;
}
@media (max-width:550px) {
    .product .pagination{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .product .pagination li a{
        padding: 10px 5px;
        margin-left: 5px;
    }
}

/* 产品详情 */
.product_details{
    margin-bottom: 200px;
}
.product_details .content{
    width: 66.6%;
    margin: 0 auto;
}
.product_details .content .top{
    margin-top: 20px;
    margin-bottom: 70px;
}
.product_details .content .top ul{
    display: flex;
}
.product_details .content .top ul>.active a{
    border-bottom: 1px solid #2c0001;
}
.product_details .content .top ul>.active a{
    color: #2c0001;
}
.product_details .content .top ul li{
    margin-right: 60px;
}
.product_details .content .top ul li a{
    border-bottom: 1px solid transparent;
    transition: all .5s linear;
}
.product_details .content .top ul li:hover a{
    border-bottom: 1px solid #2c0001;
}
.product_details .content .top ul li:hover a{
    color: #2c0001;
    transition: all .5s linear;
}
.product_details .content .top ul li a{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.product_details .content .bottom .part_one{
    margin-top: 0;
}
.product_details .content .bottom .part_one .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
}
.product_details .content .bottom .part_one .swiper-container .swiper-button-prev{
    width: 40px;
    height: 40px;
    left: 3%;
    background: url(../images/products_detail_icon03.png) no-repeat;
    background-size: 100%;
    transition: all .5s linear;
}
.product_details .content .bottom .part_one .swiper-container .swiper-button-next{
    width: 40px;
    height: 40px;
    right: 3.1%;
    background: url(../images/products_detail_icon04.png) no-repeat;
    background-size: 100%;
    transition: all .5s linear;
}
.product_details .content .bottom .part_one .swiper-container .swiper-button-prev:hover{
    background: url(../images/products_detail_icon02.png) no-repeat;
    background-size: 100%;
}
.product_details .content .bottom .part_one .swiper-container .swiper-button-next:hover{
    background: url(../images/products_detail_icon01.png) no-repeat;
    background-size: 100%;
}
@media (max-width:760px) {
    .product_details .content .bottom .part_one .swiper-container .swiper-button-prev{
        width: 30px;
        height: 30px;
        top: 53%;
    }
    .product_details .content .bottom .part_one .swiper-container .swiper-button-next{
        width: 30px;
        height: 30px;
        top: 53%;
    }
}
.product_details .content .bottom .details{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.product_details .content .bottom .details .left{
    width: 22.6%;
}
.product_details .content .bottom .details .right{
    width: 65.6%;
}
.product_details .content .bottom .details .left .one .title a{
    font-size: 22px;
    line-height: 30px;
    color: #2c0001;
}
.product_details .content .bottom .details .left .one p{
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    color: #888888;
}
.product_details .content .bottom .details .left .two{
    margin-top: 40px;
    border-bottom: 1px solid #dddddd;
}
.product_details .content .bottom .details .left .two .title{
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.product_details .content .bottom .details .left .two p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 20px;
}
.product_details .content .bottom .details .left .three{
    margin-top: 20px;
}
.product_details .content .bottom .details .left .three p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.product_details .content .bottom .details .left .three p a{
    color: #666666;
    transition: all .5s linear;
}
.product_details .content .bottom .details .left .three p:hover a{
    color: #2c0001;
}
.product_details .content .bottom .details .right .title{
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-left: 10px;
}
.product_details .content .bottom .details .right .info{
    margin-top: 30px;
    padding: 50px 0;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
@media (max-width:1200px) {
    .product_details .content{
        width: 75%;
    }
}
@media (max-width:1000px) {
    .product_details .content{
        width: 85%;
    }
}
@media (max-width:800px) {
    .product_details .content{
        width: 95%;
    }
}
@media (max-width:700px) {
    .product_details .content .bottom .details{
        flex-wrap: wrap;
    }
    .product_details .content .bottom .details .left{
        width: 100%;
    }
    .product_details .content .bottom .details .right{
        width: 100%;
        margin-top: 20px;
    }
    .product_details .content .top ul li{
        margin-right: 30px;
    }
}
@media (max-width:550px) {
    .product_details .content .bottom .details{
        margin-top: 40px;
    }
    .product_details .content .bottom .details .left .one .title a{
        font-size: 18px;
    }
    .product_details .content .bottom .details .left .one p{
        font-size: 12px;
        margin-top: 0;
    }
    .product_details .content .bottom .details .left .two{
        margin-top: 20px;
    }
    .product_details .content .bottom .details .left .two p{
        margin-top: 0;
        font-size: 12px;
    }
    .product_details .content .bottom .details .left .two .title{
        font-size: 12px;
    }
    .product_details .content .bottom .details .left .three p{
        font-size: 12px;
    }
    .product_details .content .bottom .details .right .title{
        font-size: 18px;
    }
    .product_details .content .bottom .details .right .info{
        font-size: 12px;
    }
    .product_details{
        margin-bottom: 120px;
    }
    .product_details .content .top ul li a{
        font-size: 12px;
    }
    .product_details .content .top{
        margin-top: 10px;
        margin-bottom: 40px;
    }
}
@media (max-width:450px) {
    .product_navigation ul li a {
        padding: 20px 1px 10px;
    }
    .product_details .content .top ul{
        flex-wrap: wrap;
    }
    .product_details .content .top ul li{
        margin-right: 0px;
        width: 50%;
    }
}

/* info单页面 */
.info-main{
    margin-bottom: 200px;
}
.info-main .content{
    width: 66.6%;
    margin: 0 auto;
}
.info-main .content .info-edit p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
@media (max-width:550px){
    .info-main .content{
        width: 95%;
    }
    .info-main{
        margin-bottom: 120px;
    }
}

/* 新闻详情页面 */
.news-main{
    margin-bottom: 200px;
}
.news-main .content{
    width: 66.6%;
    margin: 0 auto;
}
.news-main .content .theme{
    border-bottom: 1px solid #e2e2e2;
}
.news-main .content .theme .title{
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    color: #222222;
    font-size: 30px;
}
.news-main .content .theme .release{
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #999999;
}
.news-main .content .news-info{
    padding: 100px 0;
    border-bottom: 1px solid #e2e2e2;
}
.news-main .content .news-info p{
    font-size: 16px;
}
.news-main .content .news-other{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.news-main .content .news-other ul li{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.news-main .content .news-other ul li a{
    color: #666666;
}
.news-main .content .news-other .more a{
    text-decoration: none;
    width: 180px;
    text-align: center;
    display: block;
    background: #2c0001;
    padding: 15px 0;
    color: white;
}
@media (max-width:550px){
    .news-main .content .theme .title{
        font-size: 18px;
    }
    .news-main .content .news-info p{
        font-size: 12px;
    }
    .news-main .content .news-other .more a{
        width: 100px;
        padding: 10px 0;
        font-size: 12px;
    }
    .news-main .content{
        width: 95%;
    }
    .news-main .content .theme .release{
        font-size: 12px;
    }
    .news-main .content .news-other ul li{
        font-size: 12px;
    }
    .news-main{
        margin-bottom: 120px;
    }
}

/* 文章详情页面 */
.article-main{
    margin-bottom: 200px;
}
.article-main .content{
    width: 66.6%;
    margin: 0 auto;
}
.article-main .content .theme{
    border-bottom: 1px solid #e2e2e2;
}
.article-main .content .theme .title{
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    color: #222222;
    font-size: 30px;
}
.article-main .content .news-info{
    padding: 100px 0;
    border-bottom: 1px solid #e2e2e2;
}
.article-main .content .news-info p{
    font-size: 16px;
}
.article-main .content .news-other{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.article-main .content .news-other ul li{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.article-main .content .news-other ul li a{
    color: #666666;
}
.article-main .content .news-other .more a{
    text-decoration: none;
    width: 180px;
    text-align: center;
    display: block;
    background: #2c0001;
    padding: 15px 0;
    color: white;
}
@media (max-width:550px){
    .article-main .content .theme .title{
        font-size: 18px;
    }
    .article-main .content .news-info p{
        font-size: 12px;
    }
    .article-main .content .news-other .more a{
        width: 100px;
        padding: 10px 0;
        font-size: 12px;
    }
    .article-main .content{
        width: 95%;
    }
    .article-main .content .news-other ul li{
        font-size: 12px;
    }
    .article-main{
        margin-bottom: 120px;
    }
}