﻿@media (max-width: 760px){
    .banner > a > img{
        width: 250%;
        margin-left: -76%;
	display: none;
    }
}
/* 二级导航 */
.navigation{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation > li > a{
    margin: 30px 30px 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: block;
    position: relative;
    padding-bottom: 5px;
    transition: all .5s linear;
}
.navigation > li > a::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #1bb9ee;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transition: all .5s linear;
    transform: translateX(-50%);
}
.navigation .active > a{
    color: #1bb9ee;
}
.navigation li:hover > a{
    color: #1bb9ee;
}
.navigation .active a::after{
    opacity: 1;
}
.navigation li:hover a:after{
    opacity: 1;
}
.navigation > li{
    position: relative;
}
.navigation > li > ol{
    display: none;
}
.navigation > .active > ol{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.navigation > .active > ol > li{
    padding: 5px;
}
.navigation > .active > ol > li a{
    display: block;
    width: 100px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    position: relative;
}
.navigation > .active > ol > li a::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #1bb9ee;
    bottom: -5px;
    left: 50%;
    opacity: 0;
    transition: all .5s linear;
    transform: translateX(-50%);
}
.navigation > .active > ol > .active1 a::after{
    opacity: 1;
}
.navigation > .active > ol > .active1 a{
    color: #1bb9ee;
}
.navigation > .active > ol > li:hover a::after{
    opacity: 1;
}
.navigation > .active > ol > li:hover a{
    color: #1bb9ee;
}
@media (max-width:550px){
    .navigation{
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .navigation > li{
        position: inherit;
    }
    .navigation > .active > ol{
        width: 95%;
        position: absolute;
        left: 2.5%;
        transform: translateX(0%);
        display: flex;
        flex-wrap: wrap;
    }
    .navigation > li > a{
        font-size: 14px;
        margin: 20px 15px 15px;
    }
    .navigation > .active > ol > li a{
        font-size: 12px;
    }
}

/* 关于华运 */

/* 公司介绍 */
.about01{
    padding: 100px 0 140px;
    background: #ffffff;
}
.about01 .content{
    width: 66.6%;
    margin: 0 auto;
}
.about01 .content .top{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.about01 .content .top .theme{
    width: 50%;
}
.about01 .content .top .theme h1{
    font-size: 26px;
    line-height: 30px;
    color: #1bb9ee;
    font-weight: normal;
}
.about01 .content .top .theme p{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    position: relative;
    padding-left: 40px;
}
.about01 .content .top .theme p::before{
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #999999;
    transform: translateY(-50%);
}
.about01 .content .top .info{
    width: 50%;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}
.about01 .content .center{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 23.4%;
    margin-bottom: 50px;
}
.about01 .content .center .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}
.about01 .content .center .img img{
    width: 100%;
    transition: all .5s linear;
}
.about01 .content .center .img:hover img{
    transform: scale(1.1);
}
.about01 .content .bottom .info{
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}
@media (max-width:1600px){
    .about01 .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .about01 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .about01 .content{
        width: 95%;
    }
    .about01 .content .top .theme h1{
        font-size: 22px;
    }
}
@media (max-width:1000px){
    .about01 .content .top{
        flex-wrap: wrap;
    }
    .about01 .content .top .theme{
        width: 100%;
        margin-bottom: 40px;
    }
    .about01 .content .top .info{
        width: 100%;
    }
    .about01{
        padding: 80px 0 120px;
    }
    .about01 .content .top .info{
        font-size: 14px;
    }
    .about01 .content .bottom .info{
        font-size: 14px;
    }
}
@media (max-width:550px){
    .about01{
        padding: 30px 0 60px;
    }
    .about01 .content .top .theme p{
        font-size: 12px;
        line-height: 26px;
        padding-left: 26px;
    }
    .about01 .content .top .theme p::before{
        width: 20px;
    }
    .about01 .content .top .theme h1{
        font-size: 18px;
    }
    .about01 .content .top .theme{
        margin-bottom: 20px;
    }
    .about01 .content .top .info{
        font-size: 12px;
    }
    .about01 .content .bottom .info{
        font-size: 12px;
    }
    .about01 .content .top{
        margin-bottom: 30px;
    }
    .about01 .content .center{
        margin-bottom: 30px;
    }
}

.about02{
    padding: 90px 0 110px;
    background: url(../images/about02_background.jpg) no-repeat;
    background-size: cover !important;
}
.about02 .content{
    width: 66.6%;
    margin: 0 auto;
}
.about02 .content .boxlist{
    display: flex;
    justify-content: space-between;
}
.about02 .content .boxlist .list{
    text-align: center;
    width: 32%;
}
.about02 .content .boxlist .list .img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.about02 .content .boxlist .list .img img{
    width: 100%;
    transition: all .5s linear;
}
.about02 .content .boxlist .list .img:hover img{
    transform: scale(1.1);
}
.about02 .content .boxlist .list h3{
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.about02 .content .boxlist .list h3::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 20px;
    height: 1px;
    background: #1bb9ee;
    transform: translateX(-50%);
}
.about02 .content .boxlist .list p{
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}
@media (max-width:1600px){
    .about02 .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .about02 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .about02 .content{
        width: 95%;
    }
    .about02 .content .boxlist .list .img{
        margin-bottom: 20px;
    }
    .about02 .content .boxlist .list h3{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .about02 .content .boxlist .list h3::after{
        bottom: -15px;
    }
    .about02 .content .boxlist .list p{
        font-size: 14px;
    }
}
@media (max-width:760px){
    .about02 .content .boxlist{
        flex-wrap: wrap;
    }
    .about02 .content .boxlist .list{
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width:550px){
    .about02{
        padding: 60px 0 80px;
    }
    .about02 .content .boxlist .list .img{
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    .about02 .content .boxlist .list h3{
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .about02 .content .boxlist .list h3::after{
        bottom: -10px;
    }
    .about02 .content .boxlist .list p {
        font-size: 12px;
        line-height: 24px;
    }
    .about02 .content .boxlist .list{
        margin-bottom: 30px;
    }
}


/* 荣誉资质 */
.honor{
    padding: 120px 0 200px;
}
.honor .content{
    width: 66.6%;
    margin: 0 auto;
}
.honor .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.honor .content .boxlist .list{
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 40px;
}
.honor .content .boxlist .list:nth-child(3),.honor .content .boxlist .list:nth-child(6){
    margin-right: 0%;
}
.honor .content .boxlist .list .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    background: #f0f0f0;
    overflow: hidden;
}
.honor .content .boxlist .list .list_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.honor .content .boxlist .list .list_img a img{
    max-width: 58%;
    max-height: 80%;
    transition: all .5s linear;
}
.honor .content .boxlist .list .list_img:hover a img{
    transform: scale(1.1);
}
.honor .content .boxlist .list .list_txt{
    padding-top: 30px;
    position: relative;
}
.honor .content .boxlist .list .list_txt::after{
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #1bb9ee;
    transform: translateX(-50%);
}
.honor .content .boxlist .list .list_txt a{
    display: block;
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}
.honor .content .boxlist .list .list_txt:hover a{
    color: #1bb9ee;
}
@media (max-width:1400px){
    .honor .content{
        width: 75%;
        margin: 0 auto;
    }
    .honor .content .boxlist .list .list_txt a{
        font-size: 16px;
    }
}
@media (max-width:1200px){
    .honor .content{
        width: 85%;
        margin: 0 auto;
    }
}
@media (max-width:1000px){
    .honor .content{
        width: 95%;
        margin: 0 auto;
    }
    .honor{
        padding: 100px 0 160px;
    }
}
@media (max-width:760px){
    .honor .content .boxlist{
        justify-content: space-between;
    }
    .honor .content .boxlist .list{
        width: 48%;
        margin-right: 0;
    }
}
@media (max-width:550px){
    .honor{
        padding: 30px 0 60px;
    }
    .honor .content .boxlist .list{
        margin-bottom: 20px;
    }
    .honor .content .boxlist .list .list_txt{
        padding-top: 20px;
    }
    .honor .content .boxlist .list .list_txt::after{
        top: 14px;
    }
}

/* 项目案例 */
.cases{
    padding: 100px 0 200px;
}
.cases .content{
    width: 66.6%;
    margin: 0 auto;
}
.cases .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.cases .content .boxlist .list{
    width: 31.6%;
    margin-right: 2.6%;
    margin-bottom: 40px;
    transition: all .5s linear;
}
.cases .content .boxlist .list:nth-child(3),.cases .content .boxlist .list:nth-child(6){
    margin-right: 0%;
}
.cases .content .boxlist .list .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
}
.cases .content .boxlist .list .list_img a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cases .content .boxlist .list .list_img img{
    display: inline-block;
    width: 100%;
    transition: all .5s linear;
}
.cases .content .boxlist .list .list_img:hover img{
    transform: scale(1.1);
}
.cases .content .boxlist .list .list_txt{
    padding: 5% 7%;
    background: #f6f6f6;
    position: relative;
}
.cases .content .boxlist .list .list_txt h3 a{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s linear;
    font-weight: normal;
    position: relative;
}
.cases .content .boxlist .list .list_txt h3 a::after{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 0%;
    height: 0;
    background: #dddddd;
    transition: all .5s linear;
}
.cases .content .boxlist .list:hover .list_txt h3 a::after{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 1px;
    background: #dddddd;
}
.cases .content .boxlist .list .list_txt .info{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 52px;
    margin-top: -10px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .5s linear;
}
.cases .content .boxlist .list:hover .list_txt .info{
    margin-top: 0px;
    margin-bottom: 10px;
}
.cases .content .boxlist .list:hover .list_txt h3 a{
    color: #1bb9ee;
}
.cases .content .boxlist .list:hover{
    box-shadow: 10px 10px 35px rgba(000, 000, 000, .1);
}
.cases .content .boxlist .list:hover .list_txt{
    background: #ffffff;
}
@media (max-width:1400px){
    .cases .content{
        width: 75%;
    }
}
@media (max-width:1200px){
    .cases .content{
        width: 85%;
    }
}
@media (max-width:1000px){
    .cases .content{
        width: 95%;
    }
    .cases .content .boxlist .list .list_txt{
        padding: 3% 5%;
    }
    .cases .content .boxlist .list .list_txt h3 a {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .cases .content .boxlist .list:hover .list_txt .info{
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .cases .content .boxlist .list .list_txt .info {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        margin-top: -5px;
        margin-bottom: 10px;
    }
}
@media (max-width:760px){
    .cases .content .boxlist{
        justify-content: space-between;
    }
    .cases .content .boxlist .list{
        width: 48%;
        margin-right: 0;
    }
}
@media (max-width:550px){
    .cases{
        padding: 30px 0 90px;
    }
    .cases .content .boxlist .list .list_txt h3 a{
        font-size: 14px;
        line-height: 24px;
    }
    .cases .content .boxlist .list .list_txt .info{
        font-size: 12px;
    }
    .cases .content .boxlist .list{
        margin-bottom: 20px;
    }
}

/* 联系我们 */
.contact{
    padding: 100px 0 120px;
}
.contact .content{
    width: 66.6%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contact .content .left{
    width: 40%;
}
.contact .content .left h1{
    font-size: 30px;
    line-height: 40px;
    color: #1bb9ee;
    font-weight: normal;
    margin-bottom: 60px;
}
.contact .content .left .bottom .list{
    display: flex;
    margin-bottom: 30px;
}
.contact .content .left .bottom .list .img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 6px;
}
.contact .content .left .bottom .list .img img{
    width: 100%;
}
.contact .content .left .bottom .list .theme span{
    font-size: 15px;
    color: #999999;
    line-height: 30px;
}
.contact .content .left .bottom .list .theme p{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.contact .content .left .bottom .list .theme .p1{
    font-size: 26px;
    color: #0068b7;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.contact .content .right{
    width: 54.6%;
}
.contact .content .right .map{
    width: 100%;
    height: 560px;
}
@media (max-width:1600px){
    .contact .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .contact .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .contact .content{
        width: 95%;
    }
    .contact .content .left h1{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .contact .content .left .bottom .list .theme span{
        font-size: 14px;
    }
    .contact .content .left .bottom .list .theme .p1{
        font-size: 22px;
    }
    .contact .content .left .bottom .list{
        margin-bottom: 20px;
    }
    .contact .content .left .bottom .list .theme p{
        font-size: 16px;
    }
}
@media (max-width:900px){
    .contact .content{
        flex-wrap: wrap;
    }
    .contact .content .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .contact .content .right{
        width: 100%;
    }
    .contact .content .right .map{
        width: 100%;
        height: 460px;
    }
}
@media (max-width:550px){
    .contact{
        padding: 30px 0 60px;
    }
    .contact .content .right .map{
        width: 100%;
        height: 360px;
    }
    .contact .content .left h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contact .content .left .bottom .list .theme span{
        font-size: 12px;
    }
    .contact .content .left .bottom .list .theme .p1 {
        font-size: 18px;
    }
}

/* 在线留言 */
.message{
    background: #f6f6f6;
    padding: 60px 0;
}
.message .content{
    width: 75%;
    margin: 0 auto;
}
.message .content h1{
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    font-weight: normal;
}
.message .content h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 20px;
    height: 2px;
    background: #1bb9ee;
    transform: translateX(-50%);
}
.message .content .bottom{
    display: flex;
    justify-content: space-around;
}
.message .content .bottom .left{
    width: 45.1%;
}
.message .content .bottom .left img{
    width: 100%;
}
.message .content .bottom .right{
    width: 44.4%;
}
.message .content .bottom .right .one p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #333333;
}
.message .content .bottom .right .one p span{
    color: #f60808;
    margin-right: 2px;
}
.message .content .bottom .right .one input{
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    outline: none;
}
.message .content .bottom .right .one input::placeholder{
    color: #aaaaaa;
}
.message .content .bottom .right .one textarea{
    width: 100%;
    height: 200px;
    padding: 15px;
    border: none;
    margin-bottom: 20px;
    outline: none;
}
.message .content .bottom .right .one textarea::placeholder{
    color: #aaaaaa;
}
.message .content .bottom .right .more a{
    width: 190px;
    height: 50px;
    background: #1bb9ee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.message .content .bottom .right .more a span{
    color: #ffffff;
    font-size: 14px;
}
@media (max-width:1400px){
    .message .content .bottom .right .one input{
        padding: 10px;
        margin-bottom: 10px;
    }
    .message .content .bottom .right .one textarea{
        padding: 10px;
        margin-bottom: 10px;
    }
    .message .content .bottom .right .more a{
        margin-top: 10px;
    }
    .message .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .message .content{
        width: 95%;
    }
    .message .content .bottom .right .more a{
        width: 152px;
        height: 40px;
    }
    .message .content .bottom .right .one textarea{
        height: 140px;
    }
    .message .content h1{
        font-size: 24px;
    }
}
@media (max-width:1000px){
    .message .content .bottom{
        flex-wrap: wrap;
    }
    .message .content .bottom .left{
        width: 70%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .message .content .bottom .right{
        width: 70%;
        margin: 0 auto;
    }
}
@media (max-width:760px){
    .message .content .bottom{
        flex-wrap: wrap;
    }
    .message .content .bottom .left{
        width: 100%;
    }
    .message .content .bottom .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .message .content .bottom .left .theme .title a{
        font-size: 22px;
    }
    .message .content .bottom .left p{
        font-size: 18px;
    }
    .message .content .bottom .left .theme{
        position: static;
    }
    .message .content .bottom .left{
        display: none;
    }
    .message .content .bottom .right .more a{
        width: 114px;
        height: 30px;
        padding: 0 10px;
    }
    .message .content .bottom .right .more a span{
        font-size: 12px;
    }
    .message .content .bottom .right .more a img{
        width: 18px;
        height: 4px;
    }
    .message .content h1{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .message .content h1::after{
        bottom: -20px;
    }
}

/* 新闻动态 */
.news{
    padding: 100px 0 200px;
}
.news .content{
    width: 66.6%;
    margin: 0 auto;
}
.news .content .top{
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
    padding: 1.5%;
    margin-bottom: 80px;
}
.news .content .top .left{
    width: 46.8%;
}
.news .content .top .left .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.news .content .top .left .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.news .content .top .left .img a img{
    width: 100%;
    transition: all .5s linear;
}
.news .content .top .left:hover .img a img{
    transform: scale(1.1);
}
.news .content .top .right{
    width: 53.2%;
    padding: 0 4.5%;
}
.news .content .top .right .time span{
    display: inline-block;
    color: #cccccc;
    font-size: 24px;
    line-height: 120px;
}
.news .content .top .right h3 a{
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s linear;
}
.news .content .top .right:hover h3 a{
    color: #1bb9ee;
}
.news .content .top .right p{
    color: #999999;
    font-size: 15px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 60px;
}
.news .content .top .right .more a{
    color: #666666;
    font-size: 14px;
    align-items: center;
    display: inline-block;
}
.news .content .top .right .more a span{
    width: 36px;
    height: 36px;
    line-height: 34px;
    display: inline-block;
    background: #000;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    margin-left: 15px;
}
.news .content .boxlist{
    margin-bottom: 50px;
}
.news .content .boxlist .list{
    display: flex;
    justify-content: space-between;
    padding: 2.5% 1.5%;
    border-bottom: 1px solid #dddddd;
    transition: all .5s linear;
    margin-bottom: 20px;
}
.news .content .boxlist .list:hover{
    border-bottom: 1px solid #1bb9ee;
}
.news .content .boxlist .list .list_img{
    width: 24.1%;
}
.news .content .boxlist .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.news .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;
    overflow: hidden;
}
.news .content .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.news .content .boxlist .list .list_img:hover .img a img{
    transform: scale(1.1);
}
.news .content .boxlist .list .list_txt{
    width: 70.9%;
    display: flex;
    justify-content: space-between;
}
.news .content .boxlist .list .list_txt .theme{
    width: 71.5%;
}
.news .content .boxlist .list .list_txt .theme h3 a{
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    transition: all .5s linear;
    margin: 35px 0 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news .content .boxlist .list .list_txt:hover .theme h3 a{
    color: #1bb9ee;
}
.news .content .boxlist .list .list_txt .theme p{
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .content .boxlist .list .list_txt .time p{
    margin: 25px 0 15px;
    color: #999999;
    font-size: 30px;
}
.news .content .boxlist .list .list_txt .time span{
    color: #999999;
    font-size: 16px;
}
@media (max-width:1600px){
    .news .content .top .right .time span {
        font-size: 22px;
        line-height: 80px;
    }
    .news .content .top .right h3 a{
        font-size: 18px;
    }
    .news .content .top .right p{
        margin-bottom: 40px;
        font-size: 14px;
    }
    .news .content .boxlist .list .list_txt .theme h3 a{
        font-size: 18px;
        margin: 25px 0 15px;
    }
    .news .content .boxlist .list .list_txt .time p{
        margin: 20px 0 5px;
        color: #999999;
        font-size: 22px;
    }
    .news .content .boxlist .list .list_txt .theme p{
        font-size: 14px;
    }
}
@media (max-width:1400px){
    .news .content{
        width: 75%;
    }
    .news .content .top{
        margin-bottom: 60px;
    }
    .news .content .boxlist .list .list_txt .theme h3 a{
        font-size: 16px;
    }
    .news .content .boxlist .list .list_txt .theme p{
        font-size: 13px;
    }
}
@media (max-width:1200px){
    .news .content{
        width: 85%;
    }
    .news .content .boxlist .list .list_txt .theme h3 a{
        font-size: 14px;
    }
    .news .content .boxlist .list .list_txt .theme p{
        font-size: 12px;
    }
    .news .content .top .right p {
        margin-bottom: 20px;
    }
}
@media (max-width:1000px){
    .news .content{
        width: 95%;
    }
    .news .content .top .right .time span {
        line-height: 60px;
    }
    .news .content .top .right h3 a{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .news .content .boxlist .list .list_txt .time span{
        font-size: 14px;
    }
    .news .content .boxlist .list .list_txt .time p{
        font-size: 18px;
    }
    .news .content .boxlist .list .list_txt .theme h3 a{
        margin: 20px 0 10px;
    }
    .news .content .boxlist .list .list_txt .time p{
        margin: 12px 0 5px;
    }
}
@media (max-width:760px){
    .news .content .top{
        flex-wrap: wrap;
    }
    .news .content .top .left{
        width: 100%;
    }
    .news .content .top .right{
        width: 100%;
        padding: 0;
    }
    .news .content .top .right .more a{
        font-size: 12px;
    }
    .news .content .top .right .more a span{
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 18px;
    }
    .news .content .boxlist .list .list_txt .theme p{
        line-height: 24px;
    }
    .news .content .boxlist .list .list_txt .theme h3 a{
        margin: 10px 0 5px;
    }
    .news .content .boxlist .list .list_txt .time p{
        margin: 5px 0 2px;
        font-size: 16px;
    }
    .news .content .boxlist{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .news .content .boxlist .list{
        width: 48%;
        flex-wrap: wrap;
    }
    .news .content .boxlist .list .list_img{
        width: 100%;
    }
    .news .content .boxlist .list .list_txt{
        width: 100%;
    }
    .news .content .boxlist{
        margin-bottom: 20px;
    }
}
@media (max-width:550px){
    .news .content .boxlist .list{
        width: 100%;
    }
    .news .content .boxlist .list .list_txt .time span{
        font-size: 12px;
    }
    .news{
        padding: 30px 0 90px;
    }
    .news .content .top{
        margin-bottom: 40px;
    }
}

/* 产品中心 */
.product{
    padding: 120px 0 200px;
}
.product .content{
    width: 66.6%;
    margin: 0 auto;
}
.product .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.product .content .boxlist .list{
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 40px;
    transition: all .5s linear;
}
.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%;
    position: relative;
    padding-bottom: 75%;
}
.product .content .boxlist .list .list_img a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product .content .boxlist .list .list_img img{
    display: inline-block;
    width: 100%;
    transition: all .5s linear;
}
.product .content .boxlist .list .list_img:hover img{
    transform: scale(1.1);
}
.product .content .boxlist .list .list_txt{
    padding: 5%;
}
.product .content .boxlist .list .list_txt h3 a{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product .content .boxlist .list .list_txt p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product .content .boxlist .list .list_txt .more a{
    width: 160px;
    height: 40px;
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    transition: all .5s linear;
}
.product .content .boxlist .list .list_txt .more a span{
    color: #999999;
    font-size: 14px;
    transition: all .5s linear;
}
.product .content .boxlist .list .list_txt .more a img{
    filter: invert(35%);
    transition: all .5s linear;
}
.product .content .boxlist .list .list_txt .more a:hover{
    background: #1bb9ee;
}
.product .content .boxlist .list .list_txt .more a:hover span{
    color: #ffffff;
}
.product .content .boxlist .list .list_txt .more a:hover img{
    filter: invert(0%);
}
@media (max-width:1400px){
    .product .content{
        width: 75%;
    }
}
@media (max-width:1200px){
    .product .content{
        width: 85%;
    }
}
@media (max-width:1000px){
    .product .content{
        width: 95%;
    }
    .product .content .boxlist .list .list_txt{
        padding: 3%;
    }
    .product .content .boxlist .list .list_txt h3 a{
        font-size: 16px;
    }
    .product .content .boxlist .list .list_txt p{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .product .content .boxlist .list .list_txt .more a {
        width: 120px;
        height: 30px;
        padding: 0px 10px;
    }
    .product .content .boxlist .list .list_txt .more a span{
        font-size: 12px;
    }
    .product .content .boxlist .list .list_txt .more a img{
        width: 18px;
        height: 4px;
    }
    .product{
        padding: 100px 0 160px;
    }
}
@media (max-width:760px){
    .product .content .boxlist{
        justify-content: space-between;
    }
    .product .content .boxlist .list{
        width: 48%;
        margin-right: 0;
    }
}
@media (max-width:550px){
    .product .content .boxlist .list .list_txt h3 a{
        font-size: 14px;
    }
    .product .content .boxlist .list .list_txt p {
        font-size: 12px;
    }
    .product{
        padding: 30px 0 90px;
    }
    .product .content .boxlist .list .list_txt .more a{
        width: 100px;
        height: 25px;
    }
    .product .content .boxlist .list{
        margin-bottom: 20px;
    }
}


/* 产品详情 */
.product_details{
    padding: 120px 0 220px;
}
.product_details .content{
    width: 66.6%;
    margin: 0 auto;
}
.product_details .content .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.product_details .content .top .left{
    width: 58.5%;
}
.product_details .content .top .left .part_one{
    margin-top: 0;
}
.product_details .content .top .left .part_one .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    cursor: pointer;
}
.product_details .content .top .left .part_one .swiper-container .swiper-wrapper .swiper-slide .img {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_details .content .top .left .part_one .swiper-container .swiper-wrapper .swiper-slide .img img{
    width: 100%;
    transition: all .5s linear;
}
.product_details .content .top .left .part_one .swiper-container .swiper-wrapper .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.product_details .content .top .left .part_one .swiper-container .swiper-button-prev{
    position: absolute;
    top: 50%;
    left: 30px;
    width: 46px;
    height: 46px;
    background: url(../images/index_product_left.png) #cccccc no-repeat center center;
    transition: all .5s linear;
}
.product_details .content .top .left .part_one .swiper-container .swiper-button-next{
    position: absolute;
    top: 50%;
    right: 30px;
    width: 46px;
    height: 46px;
    background: url(../images/index_product_right.png) #cccccc no-repeat center center;
    transition: all .5s linear;
}
.product_details .content .top .left .part_one .swiper-container .swiper-button-prev:hover{
    background: url(../images/index_product_left.png) #1bb9ee no-repeat center center;
}
.product_details .content .top .left .part_one .swiper-container .swiper-button-next:hover{
    background: url(../images/index_product_right.png) #1bb9ee no-repeat center center;
}
.product_details .content .top .right{
    width: 39%;
    padding: 3%;
}
.product_details .content .top .right .theme{
    border-bottom: 1px solid #dddddd;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.product_details .content .top .right .theme::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #1bb9ee;
}
.product_details .content .top .right .theme p{
    display: inline-block;
    border: 1px solid #d3d4d8;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 20px;
}
.product_details .content .top .right .theme h1{
    font-size: 26px;
    line-height: 30px;
    color: #333333;
}
.product_details .content .top .right .info{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 120px;
}
.product_details .content .top .right .three p{
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}
.product_details .content .top .right .three p a{
    color: #999999;
}
.product_details .content .top .right .three p a:hover{
    color: #1bb9ee;
}
@media (max-width:1800px){
    .product_details .content .top .right .theme p{
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .product_details .content .top .right .theme h1{
        font-size: 20px;
        line-height: 26px;
    }
    .product_details .content .top .right .theme {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .product_details .content .top .right .info{
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 80px;
    }
}
@media (max-width:1600px){
    .product_details .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .product_details .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product_details .content{
        width: 95%;
    }
}
@media (max-width:1000px){
    .product_details .content .top{
        flex-wrap: wrap;
    }
    .product_details .content .top .left{
        width: 100%;
    }
    .product_details .content .top .right{
        width: 100%;
    }
}

.product_details .content .bottom h1{
    font-size: 30px;
    color: #333333;
    border-bottom: 1px solid #dddddd;
    padding: 2%;
    font-weight: normal;
    position: relative;
}
.product_details .content .bottom h1::after{
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    width: 6px;
    height: 32px;
    background: #1bb9ee;
    transform: translateY(-50%);
}
.product_details .content .bottom .product_details_info{
    padding: 4% 0;
}
.product_details .content .bottom .product_details_info p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
@media (max-width:1200px){
    .product_details .content .bottom h1{
        font-size: 24px;
    }
    .product_details .content .bottom h1::after{
        width: 4px;
        height: 24px;
    }
}
@media (max-width:760px){
    .product_details .content .top .left .part_one .swiper-container .swiper-button-next{
        width: 36px;
        height: 36px;
    }
    .product_details .content .top .left .part_one .swiper-container .swiper-button-prev{
        position: absolute;
        width: 36px;
        height: 36px;
    }
}

@media (max-width:550px){
    .product_details .content .bottom h1{
        font-size: 20px;
    }
    .product_details .content .bottom h1::after{
        width: 2px;
        height: 18px;
    }
    .product_details .content .bottom .product_details_info{
        padding: 4% 0;
    }
    .product_details{
        padding: 30px 0 90px;
    }
    .product_details .content .top{
        margin-bottom: 80px;
    }
}


/* 新闻详情 */
.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: #1bb9ee;
}
.news_detail .content .news_detail_other ul li:hover a{
    color: #1bb9ee;
}
.news_detail .content .news_detail_other .more a{
    width: 180px;
    height: 54px;
    background: #1bb9ee;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@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;
    }
}
@media (max-width:550px){
    .news_detail .content .news_detail_other .more a{
        font-size: 12px;
        width: 120px;
        height: 38px;
    }
    .news_detail{
	padding: 30px 0 90px;
    }
}

/* info单页 */
/* 内容 */
.info_main{
    padding: 90px 0 130px;
}
.info_main .content{
    width: 71.8%;
    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:1200px){
    .info_main .content{
        width: 85%;
    }
}
@media (max-width:760px){
    .info_main .content{
        width: 95%;
    }
}
@media (max-width:550px){
    .info_main{
    	padding: 30px 0 60px;
    }
}

/* 文章详情 */
.hire_main{
    padding: 50px 0;
}
.hire_main .content{
    width: 71.8%;
    margin: 0 auto;
}
.hire_main .content .box .title{
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0;
    margin-bottom: 0;
}
.hire_main .content .box .title a{
    text-decoration: none;
    color: #222222;
    font-size: 30px;
}
.hire_main .content .box .hire_info{
    padding: 100px 0;
    border-bottom: 1px solid #e2e2e2;
}
.hire_main .content .box .hire_info p{
    font-size: 16px;
}
.hire_main .content .box .hire_info p > img{
    max-width: 100%;
}
.hire_main .content .box .hire_other{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.hire_main .content .box .hire_other ul li{
    font-size: 14px;
    color: #666666;
}
.hire_main .content .box .hire_other ul li a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.hire_main .content .box .hire_other .more a{
    width: 180px;
    text-align: center;
    display: block;
    background: #1bb9ee;
    padding: 15px 0;
    color: white;
    text-decoration: none;
}
@media (max-width:1200px){
    .hire_main .content{
        width: 85%;
    }
}
@media (max-width:760px){
    .hire_main .content{
        width: 95%;
    }
}
@media (max-width:550px){
    .hire_main .content .box .title a{
        font-size: 20px;
    }
    .hire_main .content .box .hire_info p{
        font-size: 14px;
    }
    .hire_main .content .box .hire_info{
        padding: 50px 0;
    }
    .hire_main .content .box .hire_other .more a{
        width: 100px;
        padding: 10px 0;
    }
    .hire_main{
        padding: 30px 0;
    }
}