﻿/* 面包屑导航 */
.crumbs{
    margin-top: -60px;
    margin-bottom: 30px;
}
.crumbs ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 83.3%;
    margin: 0 auto;
}
.crumbs ul::before{
    content: '';
    width: 26px;
    height: 30px;
    background: url(../images/crumbs_icon01.png) no-repeat;
    background-size: cover;
}
.crumbs ul li a{
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    position: relative;
}
.crumbs ul li a::after{
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0px;
    height: 0px;
    border-width: 8px;
    border-style: solid;
    border-color:  transparent transparent transparent #ffffff;
    transform: translateY(-50%);
}
.crumbs ul li:last-child a::after{
    display: none;
}
@media (max-width: 1200px){
    .crumbs ul{
        width: 95%;
    }
}
@media (max-width: 760px){
    .crumbs ul li a{
        font-size: 14px;
    }
    .crumbs{
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #0daaff;
    }
    .crumbs ul{
        justify-content: center;
    }
    .crumbs ul li a{
        padding: 10px 20px;
    }
    .crumbs ul li a::after{
        right: -8px;
        border-width: 6px;
    }
}
@media (max-width: 550px){
    .crumbs ul li a{
        font-size: 12px;
    }
}

/* banner */
.banner{
    width: 100%;
}
.banner a{
    width: 100%;
    display: block;
    overflow: hidden;
}
.banner > a > img{
    overflow: hidden;
    width: 100%;
}
@media (max-width:1200px){
    .inside_pages{
        margin-top: 70px;
    }
}
@media (max-width: 760px){
    .banner > a > img{
        width: 250%;
        margin-left: -76%;
    }
}
p > img{
    display:none;
}

/* 二级导航 */
.navigation{
    background: #f4f4f4;
}
.navigation ul{
    width: 83.3%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.navigation ul > li{
    margin-right: 3%;
    position: relative;
}
.navigation ul > li:last-child{
    margin-right: 0px;
}
.navigation ul > li > a{
    font-size: 16px;
    color: #666666;
    display: inline-block;
    padding: 30px 0;
    border-bottom: 1px solid transparent;
    transition: all .5s linear;
}
.navigation ul > li .an{
    display: none;
}
.navigation ul .active > .an{
    color: #0daaff;
}
.navigation ul > li:hover > .an{
    color: #0daaff;
}
.navigation ul .active > a{
    color: #0daaff;
    border-bottom: 2px solid #0daaff;
}
.navigation ul > li:hover > a{
    color: #0daaff;
    border-bottom: 2px solid #0daaff;
}
.navigation_center ul{
    justify-content: center;
}
.navigation_center ul > li{
    margin-right: 5%;
}
.navigation ul > li > ol{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    display: none;
    z-index: 10;
}
.navigation ul > li:hover > ol{
    display: block;
}
.navigation ul > li > ol > li{
    width: 140px;
    text-align: center;
    background-color: #f8f8f8;
    line-height: 40px;
    position: relative;
}
.navigation ul > li > ol > li:hover{
    background-color: #0daaff;
    transition: all .5s linear;
}
.navigation ul > li > ol > li > a{
    color: #333333;
    font-size: 12px;
}
.navigation ul > li > ol > li:hover > a{
    color: #ffffff;
    transition: all .5s linear;
}
.navigation ul > li > ol > li > ol{
    position: absolute;
    top: 0;
    left: 102%;
    display: none;
    z-index: 20;
}
.navigation ul > li > ol > li:hover > ol{
    display: block;
}
.navigation ul > li > ol > li > ol > li{
    width: 140px;
    text-align: center;
    background-color: #f8f8f8;
    line-height: 40px;
}
.navigation ul > li > ol > li > ol > li:hover{
    background-color: #0daaff;
    transition: all .5s linear;
}
.navigation ul > li > ol > li > ol > li > a{
    color: #333333;
    font-size: 12px;
}
.navigation ul > li > ol > li > ol > li:hover > a{
    color: #ffffff;
    transition: all .5s linear;
}
.navigation ul .active > ol .active1{
    background-color: #0daaff;
}
.navigation ul .active > ol .active1 > a{
    color:#ffffff;
}
.navigation ul > li > ol > li:hover > .an{
    color: #ffffff;
}
@media (max-width:1200px){
    .navigation ul{
        width: 95%;
    }
}
@media (max-width:1000px){
    .navigation ul > li > a{
        padding: 20px 0;
    }
    .navigation ul > li > a{
        font-size: 14px;
    }
}
@media (max-width:760px){
    .navigation ul > li > a{
        padding: 15px 0;
    }
    .navigation ul > li > ol > li > ol{
	top: 100%;
    	left: 25%;
    }
    .navigation ul > li > ol > li{
	width: 100px;
    	line-height: 30px;
    }
    .navigation ul > li > ol > li > ol > li{
	width: 100px;
    	line-height: 30px;
    }
    .navigation ul > li .an{
        display: inline-block;
        width: 10px;
        text-align: center;
    }
    .navigation ul > li > ol > li:hover > ol{
        display: none;
    }
    .navigation ul > li:hover > ol{
        display: none;
    }
}

/* 关于我们 */
.about01{
    padding: 110px 0 80px;
}
.about01 .content{
    width: 83.3%;
    margin: 0 auto;
}
.about01 .content .information{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about01 .content .information .clear{
    display:none;
}
.about01 .content .information .left{
    width: 51.25%;
}
.about01 .content .information .left .theme{
    margin-bottom: 5%;
}
.about01 .content .information .left .theme h1{
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    line-height: 34px;
}
.about01 .content .information .left .theme p{
    font-size: 18px;
    color: #999999;
    line-height: 34px;
}

.about01 .content .information .left .info p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}

.about01 .content .information .right{
    width: 40.96%;
}
.about01 .content .information .right .list_img{
    width: 100%;
    padding-bottom: 73.52%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.about01 .content .information .right .list_img .img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.about01 .content .information .right .list_img .img img{
    width: 100%;
    transition: all .5s linear;
}
.about01 .content .information .right .list_img:hover .img img{
    transform: scale(1.1);
}
@media (max-width:1200px){
    .about01 .content .information .left .info p{
        font-size: 13px;
        line-height: 30px;
    }
    .about01 .content .information .left .theme h1{
        font-size: 24px;
    }
    .about01 .content .information .left .theme p{
        font-size: 16px;
    }
    .about01 .content{
        width: 95%;
    }
}
@media (max-width:1000px){
    .about01 .content .information{
        flex-wrap: wrap;
    }
    .about01 .content .information .left{
        width: 100%;
        margin-bottom: 4%;
    }
    .about01 .content .information .right{
        width: 100%;
    }
    .about01{
        padding: 90px 0 60px;
    }
}
@media (max-width:550px){
    .about01{
        padding: 60px 0;
    }
    .about01 .content .information .left .theme h1{
        font-size: 18px;
        line-height: 24px;
    }
    .about01 .content .information .left .theme p{
        font-size: 14px;
        line-height: 24px;
    }
    .about01 .content .information .left .info p{
        font-size: 12px;
        line-height: 24px;
    }
}

.about02{
    padding: 160px 0;
    background: url(../images/about_background.jpg) no-repeat;
    background-size: cover !important;
}
.about02 .content{
    width: 83.3%;
    margin: 0 auto;
}
.about02 .content ul{
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
}
.about02 .content ul li h3{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: lighter;
}
.about02 .content ul li h3 span{
    color: #ffffff;
    font-size: 48px;
    margin-right: 10px;
    font-weight: bold;
}
.about02 .content ul li p{
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}
@media (max-width:1200px){
    .about02 .content{ 
        width:95%;
    }
    .about02 .content ul li h3 span{
        font-size: 38px;
    }
}
@media (max-width:1000px){
    .about02 .content ul{
        width: 90%;
    }
}
@media (max-width:550px){
    .about02{
        padding: 100px 0 90px;
    }
    .about02 .content ul{
        flex-wrap: wrap;
    }
    .about02 .content ul li{
        width: 50%;
        text-align: center;
        margin-bottom: 10%;
    }
    .about02 .content ul li h3 span{
        font-size: 30px;
    }
    .about02 .content ul li h3{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .about02 .content ul li p{
        font-size: 12px;
    }
}

/* 联系我们 */
.contact{
    padding: 90px 0;
}
.contact .content{
    width: 83.3%;
    margin: 0 auto;
}
.contact .content .address .top .theme{
    margin-bottom: 2%;
}
.contact .content .address .top .theme h1{
    font-size: 30px;
    color: #000000;
    line-height: 34px;
    font-weight: normal;
    text-align: center;
}
.contact .content .address .top .theme p{
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    text-align: center;
    letter-spacing: 1.1px;
}
.contact .content .address .top .info p{
    font-size: 16px;
    color: #999999;
    line-height: 34px;
    text-align: center;
}
.contact .content .address .top .info span{
    font-size: 34px;
    color: #010101;
    text-align: center;
    display: block;
}
.contact .content .address .boxlist{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
}
.contact .content .address .boxlist .list{
    width: 31.25%;
    border: 1px solid #bfbfbf;
    padding: 2.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s linear;
}
.contact .content .address .boxlist .list:hover{
    box-shadow: 9px 9px 16px rgba(8, 21, 49, .6);
    background-color: #0daaff;
    border: 1px solid #0daaff;
}
.contact .content .address .boxlist .list .list_img{
    width: 15%;
}
.contact .content .address .boxlist .list .list_img img{
    max-width: 100%;
    filter: invert(30%);
    transition: all .5s linear;
}
.contact .content .address .boxlist .list:hover .list_img img{
    filter: invert(0%);
}
.contact .content .address .boxlist .list .list_txt{
    width: 80%;
}
.contact .content .address .boxlist .list .list_txt h3{
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 2.5%;
    transition: all .5s linear;
}
.contact .content .address .boxlist .list:hover .list_txt h3{
    color: #ffffff;
}
.contact .content .address .boxlist .list .list_txt p{
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    transition: all .5s linear;
}
.contact .content .address .boxlist .list:hover .list_txt p{
    color: #ffffff;
}
.contact .content .gaode{
    height: 576px;
    position: relative;
}
.contact .content .gaode .amap-info-combo{
    display: none;
}
@media (max-width:1400px){
    .contact .content .gaode{
        height: 476px;
    }
}
@media (max-width:1200px){
    .contact .content{
        width: 95%;
    }
    .contact .content .address .top .theme h1{
        font-size: 24px;
    }
    .contact .content .address .top .theme p{
        font-size: 14px;
        letter-spacing: .3px;
    }
    .contact .content .address .top .info p{
        font-size: 14px;
        line-height: 22px;
    }
    .contact .content .address .top .info span{
        font-size: 24px;
    }
    .contact .content .address .boxlist .list .list_txt h3{
        font-size: 16px;
    }
    .contact .content .address .boxlist .list .list_txt p{
        font-size: 14px;
    }
}
@media (max-width:1000px){
    .contact .content .address .boxlist{
        flex-wrap: wrap;
    }
    .contact .content .address .boxlist .list{
        width: 48%;
        margin-bottom: 4%;
    }
    .contact {
        padding: 70px 0;
    }
}
@media (max-width:550px){
    .contact{
        padding: 60px 0;
    }
    .contact .content .address .top{
        margin-bottom: 8%;
    }
    .contact .content .address .top .theme{
        margin-bottom: 3%;
    }
    .contact .content .address .boxlist .list{
        width: 100%;
    }
    .contact .content .gaode {
        height: 376px;
    }
    .contact .content .address .top .theme h1{
        font-size: 20px;
        line-height: 20px;
    }
    .contact .content .address .top .theme p{
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    .contact .content .address .top .info span{
        font-size: 18px;
    }
    .contact .content .address .top .info p {
        font-size: 12px;
        line-height: 30px;
    }
    .contact .content .address .boxlist .list .list_txt h3{
        font-size: 14px;
    }
    .contact .content .address .boxlist .list .list_txt p{
        font-size: 12px;
    }
    .contact .content .address .boxlist .list .list_img{
        width: 12%;
    }
}

/* 留言版 */
.message{
    padding: 100px 0 80px;
    background: url(../images/contact_message_background.jpg) no-repeat;
    background-size: cover;
}
.message .content{
    width: 83.3%;
    margin: 0 auto;
}
.message .content .boxlist{
    display: flex;
    justify-content: space-between;
}
.message .content .boxlist .theme{
    width: 34%;
}
.message .content .boxlist .theme h1{
    font-size: 26px;
    line-height: 34px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 6%;
}
.message .content .boxlist .theme .info p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}
.message .content .boxlist .bottom{
    width: 66%;
}
.message .content .boxlist .bottom #onlineMessages{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message .content .boxlist .bottom #onlineMessages .one{
    width: 48%;
    margin-bottom: 20px;
}
.message .content .boxlist .bottom #onlineMessages .one input{
    width: 100%;
    padding: 4% 5%;
    border: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
    outline: none;
    background: #ffffff;
}
.message .content .boxlist .bottom #onlineMessages .one input::placeholder{
    color: #999999;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.message .content .boxlist .bottom #onlineMessages .two{
    width: 100%;
}
.message .content .boxlist .bottom #onlineMessages .two textarea{
    width: 100%;
    height: 260px;
    padding: 2%;
    border: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin-bottom: 40px;
    outline: none;
    background: #ffffff;
}
.message .content .boxlist .bottom #onlineMessages .two textarea::placeholder{
    color: #999999;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.message .content .boxlist .bottom #onlineMessages .more a{
    display: block;
    width: 180px;
    height: 46px;
    background-color: #0093dd;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    color: #ffffff;
    font-size: 16px;
}
@media (max-width:1200px){
    .message .content{
        width: 95%;
    }
    .message .content .boxlist .theme h1{
        font-size: 20px;
        line-height: 30px;
    }
    .message .content .boxlist .theme .info p{
        font-size: 14px;
        line-height: 20px;
    }
    .message .content .boxlist .bottom #onlineMessages .two textarea{
        height: 200px;
    }
    .message .content .boxlist .bottom #onlineMessages .more a{
        width: 140px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .message{
        padding: 80px 0 60px;
    }
}
@media (max-width:1000px){
    .message .content .boxlist{
        flex-wrap: wrap;
    }
    .message .content .boxlist .theme h1{
        margin-bottom: 2%;
    }
    .message .content .boxlist .theme{
        width: 100%;
        margin-bottom: 4%;
    }
    .message .content .boxlist .bottom{
        width: 100%;
    }
}
@media (max-width:550px){
    .message .content .boxlist .bottom #onlineMessages .one{
        width: 100%;
    }
    .message .content .boxlist .bottom #onlineMessages .two textarea{
        height: 140px;
        padding: 4% 5%;
    }
    .message .content .boxlist .bottom #onlineMessages .more a{
        width: 120px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }
    .message .content .boxlist .bottom #onlineMessages .one input::placeholder{
        font-size: 12px;
    }
    .message .content .boxlist .bottom #onlineMessages .two textarea::placeholder{
        font-size: 12px;
    }
}

/* 产品中心 */
.product{
    padding: 60px 0 140px;
}
.product .content{
    width: 83.3%;
    margin: 0 auto;
}
.product .content .boxlist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product .content .boxlist .list{
    width: 44.5%;
    padding: 2%;
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all .5s linear;
    margin-bottom: 2.5%;
    box-shadow: 3px 6px 13px rgba(0,0,0,.16);
}
.product .content .boxlist .list .list_img{
    width: 31.25%;
}
.product .content .boxlist .list .list_img .img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.product .content .boxlist .list .list_img .img a{
    display: inline-block;
    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 .list_img:hover .img a img{
    transform: scale(1.1);
}
.product .content .boxlist .list .list_txt{
    width: 55%;
    padding: 0 5%;
}
.product .content .boxlist .list .list_txt h3{
    margin-bottom: 4%;
}
.product .content .boxlist .list .list_txt h3 a{
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product .content .boxlist .list:hover .list_txt h3 a{
    color: #ffffff;
}
.product .content .boxlist .list .list_txt ul li{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product .content .boxlist .list:hover .list_txt ul li{
    color: #ffffff;
}
.product .content .boxlist .list .list_txt .more{
    text-align: right;
}
.product .content .boxlist .list .list_txt .more a{
    display: inline-block;
    text-align: center;
    width: 86px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #999999;
    color: #999999;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .5s linear;
}
.product .content .boxlist .list:hover .list_txt .more a{
    background: #ffffff;
    color: #0291df;
    border: 1px solid #0291df;
}
.product .content .boxlist .list:hover{
    box-shadow: none;
    background: #0291df;
}

@media (max-width:1600px){
    .product .content .boxlist .list .list_txt h3 a{
        font-size: 16px;
        line-height: 20px;
    }
    .product .content .boxlist .list .list_txt ul li{
        font-size: 13px;
        line-height: 20px;
    }
    .product .content .boxlist .list .list_txt h3{
        margin-bottom: 4%;
    }
    .product .content .boxlist .list .list_txt .more a {
        width: 70px;
        height: 28px;
        line-height: 26px;
    }  
}
@media (max-width:1200px){
    .product .content{
        width: 95%;
    }
    .product{
        padding: 60px 0 100px;
    }
}
@media (max-width:900px){
    .product .content .boxlist .list .list_txt h3 a{
        font-size: 14px;
    }
    .product .content .boxlist .list .list_txt ul li{
        font-size: 12px;
    }
}
@media (max-width:760px){
    .product .content .boxlist .list{
        width: 100%;
        padding: 2%;
    }
}
@media (max-width:550px){
    .product{
        padding: 60px 0 80px;
    }
    .product .content .boxlist .list{
        padding: 4%;
        margin-bottom: 5%;
    }
}

/* 产品详情 */
.product_detail{
    padding: 60px 0 170px;
}
.product_detail .content{
    width: 83.3%;
    margin: 0 auto;
}
.product_detail .content > .boxlist{
    width: 100%;
    border-top: 4px solid #363636;
}
.product_detail .content .boxlist .prod-top-container{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.product_detail .content .boxlist .prod-top-container .prod-top-left{
    width: 31.25%;
}
.product_detail .content .boxlist .prod-top-container .prod-top-left .slider-pro{
    width: 79.2% !important;
    max-width: 100% !important;
}

.product_detail .content .boxlist .prod-top-container .left .slider-pro .sp-slides .sp-slide{
    width: 100%;
}
.boxlist .sp-thumbnails .sp-thumbnail .sp-thumbnail-image-container .sp-thumbnail-image{
    width: 100%;
}
@media (max-width:1600px){
    .product_detail .content .boxlist .prod-top-container .prod-top-left{
        width: 36.2%;
    }
    #boxlist{
        width: 100% !important;
    }
    .sp-slides-container{
        width: 100% !important;
    }
    .sp-mask{
        width: 100% !important;
        height: 100% !important;
        padding-bottom: 100%;
    }
    .sp-slides{
        width: 100% !important;
        height: 100% !important;
        position: relative;
    }
    .sp-slide{
        position: absolute;
        top: 0;
        left: 0;
    }
    .sp-image-container{
        width: 100% !important;
        height: 100% !important;
    }
    .sp-image-container img{
        width: 100%;
    }
    .sp-thumbnail-container{
        margin-top: 2% !important;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-left .slider-pro{
        width: 100% !important;
        max-width: 100% !important;
    }
}
.product_detail .content .boxlist .prod-top-container .prod-top-right{
    width: 60%;
}
.product_detail .content .boxlist .prod-top-container .prod-top-right h1{
    font-size: 30px;
    color: #010101;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: -1.7px;
}
.product_detail .content .boxlist .prod-top-container .prod-top-right p{
    font-size: 16px;
    color: #999999;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.product_detail .content .boxlist .prod-top-container .prod-top-right ul{
    margin-bottom: 40px;
}
.product_detail .content .boxlist .prod-top-container .prod-top-right ul li{
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.product_detail .content .boxlist .prod-top-container .prod-top-right .more a{
    width: 180px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #363636;
    transition: all .5s linear;
}
.product_detail .content .boxlist .prod-top-container .prod-top-right .more a:hover{
    background: #0291df;
    box-shadow: 10px 10px 8px rgb(3 25 49 / 50%);
}
.product_detail .content .boxlist .prod-top-container .prod-top-right .more a span{
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 10px;
}
@media (max-width:1800px){
    .product_detail .content .boxlist .prod-top-container .prod-top-right h1{
        font-size: 24px;
        letter-spacing: 0px;
    }
}
@media (max-width:1200px){
    .product_detail .content{
        width: 95%;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-right h1{
        font-size: 18px;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-right ul li{
        font-size: 14px;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-left{
        width: 40%;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-right{
        width: 50%;
    }
    .product_detail .content > .boxlist{
        border-top: 3px solid #363636;
    }
    .product_detail{
        padding: 60px 0 120px;
    }
}
@media (max-width:760px){
    .product_detail .content > .boxlist{
        width: 100%;
        border-top: 2px solid #363636;
    }
    .product_detail .content .boxlist .prod-top-container{
        flex-wrap: wrap;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-left{
        width: 100%;
        margin-bottom: 4%;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-right{
        width: 100%;
    }
}
@media (max-width:550px){
    .product_detail .content .boxlist .prod-top-container .prod-top-right h1{
        font-size: 18px;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-right p{
        font-size: 14px;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-right ul li{
        font-size: 14px;
    }
    .product_detail .content .boxlist .prod-top-container .prod-top-right .more a span{
        font-size: 12px;
    }
    .product_detail .content > .boxlist{
        border-top: 1px solid #363636;
    }
    .product_detail{
        padding: 60px 0 80px;
    }
}

.product_detail .content .boxlist .prod-bottom-container{
    width: 100%;
    border: 1px solid #d2d2d2;
}
.product_detail .content .boxlist .prod-bottom-container .tab .hd ul{
    display: flex;
    border-bottom: 1px solid #d2d2d2;
    background: #eaedf0;
}
.product_detail .content .boxlist .prod-bottom-container .tab .hd ul li{
    font-size: 18px;
    border-right: 1px solid #d2d2d2;
    width: 220px;
    height: 48px;
    line-height: 48px;
    position: relative;
    color: #999999;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.product_detail .content .boxlist .prod-bottom-container .tab .hd ul li::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0;
}
.product_detail .content .boxlist .prod-bottom-container .tab .hd ul .on::after{
    opacity: 1;
}
.product_detail .content .boxlist .prod-bottom-container .tab .hd ul .on{
    background: #ffffff;
    color:#000000;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul{
    padding: 4% 2% 6%;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list{
    margin-bottom: 40px;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3{
    width: 100%;
    height: 46px;
    background: #dbdbdb;
    position: relative;
    overflow: hidden;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3::after{
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    width: 260px;
    height: 100%;
    background: #363636;
    transform: skewX(30deg) !important;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3::before{
    content: "";
    position: absolute;
    left: 8px;
    bottom: 0;
    width: 260px;
    height: 55%;
    background: #b7b5b5;
    transform: skewX(-30deg) !important;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3 span{
    display: inline-block;
    color: #ffffff;
    line-height: 46px;
    padding-left: 2%;
    font-size: 18px;
    z-index: 2;
    position: relative;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list .info{
    padding: 2%;
    background: #f4f4f4;
    padding-bottom: 5%;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list .info p{
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .img{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .img img{
    text-align: center;
    max-width: 100%;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .more{
    padding: 2%;
    border-top: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 40px;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .more p{
    line-height: 24px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .more p a{
    color: #15addf;
    font-weight: normal;
}
@media (max-width:1200px){
    .product_detail .content .boxlist .prod-bottom-container .tab .hd ul li {
        font-size: 16px;
        width: 180px;
        height: 40px;
        line-height: 40px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3 span{
        font-size: 16px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3::after{
        width: 220px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3::before{
        width: 220px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list .info p{
        font-size: 14px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .more p{
        font-size: 14px;
    }
}
@media (max-width:550px){
    .product_detail .content .boxlist .prod-bottom-container .tab .hd ul li {
        font-size: 12px;
        width: 140px;
        height: 34px;
        line-height: 34px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3 span{
        font-size: 14px;
        line-height: 36px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3::after{
        width: 180px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3::before{
        width: 180px;
        left: 4px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list h3{
        height: 36px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .list .info p{
        font-size: 12px;
        line-height: 26px;
    }
    .product_detail .content .boxlist .prod-bottom-container .tab .bd ul .boxlist .more p {
        font-size: 12px;
    }
}

/* 品牌代理 */
.agent_brand{
    padding: 60px 0 170px;
}
.agent_brand .content{
    width: 83.3%;
    margin: 0 auto;
}
.agent_brand .content .boxlist{
    width: 100%;
}
.agent_brand .content .boxlist .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    transition: all .5s linear;
    margin-bottom: 2%;
}
.agent_brand .content .boxlist .list:hover{
    box-shadow: 8px 8px 18px rgba(000, 000, 000, .25);
}
.agent_brand .content .boxlist .list .list_img{
    width: 43.75%;
}
.agent_brand .content .boxlist .list .list_img .img{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 54.28%;
}
.agent_brand .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;
}
.agent_brand .content .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.agent_brand .content .boxlist .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.agent_brand .content .boxlist .list .list_txt{
    width: 56.25%;
    padding: 2% 5%;
}
.agent_brand .content .boxlist .list .list_txt p{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #999999;
    margin-bottom: 6%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.agent_brand .content .boxlist .list .list_txt h1 a{
    font-size: 22px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 4%;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 500;
}
.agent_brand .content .boxlist .list .list_txt .more a{
    display: inline-block;
    width: 160px;
    height: 52px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 26px;
    color: #999999;
    transition: all .5s linear;
    text-transform: uppercase;
}
.agent_brand .content .boxlist .list:hover .list_txt h1 a{
    color: #0291df;
}
.agent_brand .content .boxlist .list:hover .list_txt .more a{
    border: 1px solid #0291df;
    color: #ffffff;
    background: #0291df;
}
@media (max-width:1200px){
    .agent_brand .content {
        width: 95%;
    }
    .agent_brand .content .boxlist .list .list_txt p{
        font-size: 14px;
        line-height: 26px;
        height: 52px;
    }
    .agent_brand .content .boxlist .list .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .agent_brand{
        padding: 60px 0 120px;
    } 
}
@media (max-width:1000px){
    .agent_brand .content .boxlist .list .list_txt .more a{
        width: 140px;
        height: 46px;
        line-height: 44px;
        font-size: 14px;
    }
    .agent_brand{
        padding: 60px 0 80px;
    }
}
@media (max-width:760px){
    .agent_brand .content .boxlist .list .list_txt p{
        font-size: 12px;
        line-height: 24px;
        height: 48px;
    }
    .agent_brand .content .boxlist .list .list_txt h1 a{
        font-size: 16px;
        line-height: 24px;
    }
    .agent_brand .content .boxlist .list .list_txt .more a{
        width: 110px;
        height: 38px;
        line-height: 36px;
        font-size: 12px;
    }
}
@media (max-width:550px){
    .agent_brand .content .boxlist .list .list_txt p{
        line-height: 20px;
        height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .agent_brand .content .boxlist .list .list_txt h1 a{
        font-size: 14px;
        line-height: 20px;
    }
    .agent_brand .content .boxlist .list .list_txt .more a{
        width: 80px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }
    .agent_brand .content .boxlist .list{
        margin-bottom: 4%;
        padding: 4%;
    }
    .agent_brand{
        padding: 60px 0 80px;
    }
}

/* 新闻中心 */
.news{
    padding: 60px 0 170px;
}
.news .content{
    width: 83.3%;
    margin: 0 auto;
}
.news .content .top{
    margin-bottom: 3%;
}
.news .content .top .boxlist{
    padding: 2%;
    background-color: #f3f3f3;
}
.news .content .top .boxlist .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .content .top .boxlist .list .list_img{
    width: 26.25%;
}
.news .content .top .boxlist .list .list_img .img{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 85.7%;
}
.news .content .top .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 .top .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.news .content .top .boxlist .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.news .content .top .boxlist .list .list_txt{
    width: 73.75%;
    padding: 0 6%;
}
.news .content .top .boxlist .list .list_txt span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-bottom: 2%;
    transition: all .5s linear;
}
.news .content .top .boxlist .list:hover .list_txt span{
    color: #0291df;
}
.news .content .top .boxlist .list .list_txt h1{
    margin-bottom: 3%;
}
.news .content .top .boxlist .list .list_txt h1 a{
    font-size: 24px;
    color: #333333;
    margin-bottom: 3%;
    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 .top .boxlist .list:hover .list_txt h1 a{
    color: #0291df;
}
.news .content .top .boxlist .list .list_txt p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 4%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news .content .top .boxlist .list .list_txt .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 48px;
    background-color: #0291df;
    border-radius: 8px;
}
.news .content .top .boxlist .list .list_txt .more a span{
    color: #ffffff;
    font-size: 14px;
    margin-right: 5px;
}
.news .content .top .boxlist .list .list_txt .more a img{
    width: 15px;
    height: 13px;
}
.news .content .bottom .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.news .content .bottom .boxlist .list{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 4%;
}
.news .content .bottom .boxlist .list:nth-child(3n){
    margin-right: 0%;
}
.news .content .bottom .boxlist .list .list_img{
    width: 100%;
}
.news .content .bottom .boxlist .list .list_img .img{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 75%;
}
.news .content .bottom .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 .bottom .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
}
.news .content .bottom .boxlist .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.news .content .bottom .boxlist .list .list_txt{
    width: 100%;
    padding: 3% 0;
}
.news .content .bottom .boxlist .list .list_txt span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-bottom: 2%;
    font-family: "Arial";
    transition: all .5s linear;
}
.news .content .bottom .boxlist .list:hover .list_txt span{
    color: #0291df;
}
.news .content .bottom .boxlist .list .list_txt h1{
    margin-bottom: 3%;
}
.news .content .bottom .boxlist .list .list_txt h1 a{
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 3%;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 56px;
    transition: all .5s linear;
}
.news .content .bottom .boxlist .list:hover .list_txt h1 a{
    color: #0291df;
}
.news .content .bottom .boxlist .list .list_txt p{
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    height: 48px;;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width:1400px){
    .news .content .top .boxlist .list .list_txt h1 a{
        font-size: 20px;
    }
    .news .content .top .boxlist .list .list_txt .more a{
        width: 120px;
        height: 42px;
    }
    .news .content .top .boxlist .list .list_txt .more a span{
        font-size: 13px;
    }
    .news .content .top .boxlist .list .list_txt p{
        font-size: 13px;
        line-height: 24px;
    }
    .news .content .bottom .boxlist .list .list_txt h1 a{
        font-size: 18px;
    }
}
@media (max-width:1200px){
    .news .content{
        width: 95%;
    }
    .news .content .bottom .boxlist .list .list_txt h1 a{
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
    .news{
        padding: 60px 0 120px;
    }
}
@media (max-width:1000px){
    .news .content .top .boxlist .list .list_txt span{
        font-size: 14px;
    }
    .news .content .top .boxlist .list .list_txt h1 a{
        font-size: 18px;
    }
    .news .content .top .boxlist .list .list_txt .more a{
        width: 100px;
        height: 36px;
    }
    .news .content .top .boxlist .list .list_txt .more a span{
        font-size: 12px;
    }
    .news .content .top .boxlist .list .list_txt .more a img{
        width: 12px;
        height: 11px;
    }
}
@media (max-width:760px){
    .news .content .bottom .boxlist{
        justify-content: space-between;
    }
    .news .content .bottom .boxlist .list{
        width: 47%;
        margin-right: 0;
    }
    .news .content .top .boxlist .list .list_txt h1 a{
        font-size: 16px;
    }
    .news .content .top .boxlist .list .list_txt span{
        font-size: 13px;
    }
    .news .content .top .boxlist .list .list_txt p{
        font-size: 12px;
        line-height: 20px;
    }
    .news .content .top .boxlist .list .list_txt .more a{
        width: 90px;
        height: 30px;
    }
    .news .content .top .boxlist .list .list_txt .more a img{
        width: 11px;
        height: 10px;
    }
    .news .content .top .boxlist .list .list_txt{
        padding: 0 3%;
    }
    .news .content .bottom .boxlist .list .list_txt span{
        font-size: 14px;
    }
    .news .content .bottom .boxlist .list .list_txt h1 a{
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
}
@media (max-width:550px){
    .news .content .top{
        margin-bottom: 6%;
    }
    .news .content .bottom .boxlist .list{
        margin-bottom: 6%;
    }
    .news .content .top .boxlist .list{
        flex-wrap: wrap;
    }
    .news .content .top .boxlist .list .list_img{
        width: 100%;
    }
    .news .content .bottom .boxlist .list .list_txt{
        padding: 4%;
    }
    .news .content .bottom .boxlist .list .list_txt span{
        font-size: 12px;
    }
    .news .content .bottom .boxlist .list .list_txt p{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .news .content .top .boxlist .list .list_txt{
        width: 100%;
        padding: 4%;
    }
    .news {
        padding: 60px 0;
    }
}


/* 新闻详情 */
.news_detail{
    padding: 60px 0 170px;
}
.news_detail .content{
    width: 83.3%;
    margin: 0 auto;
}
.news_detail .content .theme{
    border-bottom: 1px dashed #e5e5e5;
}
.news_detail .content .theme .title{
    font-size: 24px;
    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: 2% 3% 5%;
    border-bottom: 1px dashed #bfbfbf;
}
.news_detail .content .news_detail_info p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
.news_detail .content .news_detail_info .imglist{
    margin: 20px 0 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 6%;
}
.news_detail .content .news_detail_info .imglist .img{
    width: 45%;
    overflow: hidden;
}
.news_detail .content .news_detail_info .imglist .img img{
    width: 100%;
    transition: all .5s linear;
}
.news_detail .content .news_detail_info .imglist .img:hover img{
    transform: scale(1.1);
}
.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: #0291df;
}
.news_detail .content .news_detail_other ul li:hover a{
    color: #0291df;
}
.news_detail .content .news_detail_other .more a{
    width: 140px;
    height: 46px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0291df;
}
.news_detail .content .news_detail_other .more a span{
    font-size: 14px;
    color: #0291df;
    margin-left: 8px;
}
@media (max-width:1200px){
    .news_detail .content{
        width: 95%;
    }
    .news_detail{
        padding: 60px 0 120px;
    }
}
@media (max-width:1000px){
    .news_detail .content .theme .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width:760px){
    .news_detail .content .news_detail_info .imglist{
        flex-wrap: wrap;
        margin: 4% 0 0;
    }
    .news_detail .content .news_detail_info .imglist .img{
        width: 100%;
        margin-bottom: 4%;
    }
}
@media (max-width:550px){
    .news_detail{
        padding: 60px 0 80px;
    }
    .news_detail .content .news_detail_info .imglist{
        padding: 0;
    }
    .news_detail .content .news_detail_info p{
        font-size: 12px;
        line-height: 20px;
    }
    .news_detail .content .news_detail_other{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .news_detail .content .news_detail_other ul{
        width: 100%;
        margin-bottom: 10px;
    }
    .news_detail .content .news_detail_other ul li{
        font-size: 12px;
    }
    .news_detail .content .news_detail_other .more a{
        width: 120px;
        height: 38px;
    }
    .news_detail .content .news_detail_other .more a span{
        font-size: 12px;
    }
    .news_detail .content .news_detail_other .more a img{
        width: 16px;
        height: 12px;
    }
}

/* 新闻详情 */
.agent_brand_detail{
    padding: 60px 0 170px;
}
.agent_brand_detail .content{
    width: 83.3%;
    margin: 0 auto;
}
.agent_brand_detail .content .theme{
    border-bottom: 1px dashed #e5e5e5;
}
.agent_brand_detail .content .theme .title{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}
.agent_brand_detail .content .theme .time{
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
}
.agent_brand_detail .content .agent_brand_detail_info{
    padding: 2% 3% 5%;
    border-bottom: 1px dashed #bfbfbf;
}
.agent_brand_detail .content .agent_brand_detail_info p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
.agent_brand_detail .content .agent_brand_detail_info .imglist{
    margin: 20px 0 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 6%;
}
.agent_brand_detail .content .agent_brand_detail_info .imglist .img{
    width: 45%;
    overflow: hidden;
}
.agent_brand_detail .content .agent_brand_detail_info .imglist .img img{
    width: 100%;
    transition: all .5s linear;
}
.agent_brand_detail .content .agent_brand_detail_info .imglist .img:hover img{
    transform: scale(1.1);
}
.agent_brand_detail .content .agent_brand_detail_other{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.agent_brand_detail .content .agent_brand_detail_other ul li{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.agent_brand_detail .content .agent_brand_detail_other ul li a{
    color: #666666;
}
.agent_brand_detail .content .agent_brand_detail_other ul li:hover{
    color: #0291df;
}
.agent_brand_detail .content .agent_brand_detail_other ul li:hover a{
    color: #0291df;
}
.agent_brand_detail .content .agent_brand_detail_other .more a{
    width: 140px;
    height: 46px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0291df;
}
.agent_brand_detail .content .agent_brand_detail_other .more a span{
    font-size: 14px;
    color: #0291df;
    margin-left: 8px;
}
@media (max-width:1200px){
    .agent_brand_detail .content{
        width: 95%;
    }
    .agent_brand_detail{
        padding: 60px 0 120px;
    }
}
@media (max-width:1000px){
    .agent_brand_detail .content .theme .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width:760px){
    .agent_brand_detail .content .agent_brand_detail_info .imglist{
        flex-wrap: wrap;
        margin: 4% 0 0;
    }
    .agent_brand_detail .content .agent_brand_detail_info .imglist .img{
        width: 100%;
        margin-bottom: 4%;
    }
}
@media (max-width:550px){
    .agent_brand_detail{
        padding: 60px 0 80px;
    }
    .agent_brand_detail .content .agent_brand_detail_info .imglist{
        padding: 0;
    }
    .agent_brand_detail .content .agent_brand_detail_info p{
        font-size: 12px;
        line-height: 20px;
    }
    .agent_brand_detail .content .agent_brand_detail_other{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .agent_brand_detail .content .agent_brand_detail_other ul{
        width: 100%;
        margin-bottom: 10px;
    }
    .agent_brand_detail .content .agent_brand_detail_other ul li{
        font-size: 12px;
    }
    .agent_brand_detail .content .agent_brand_detail_other .more a{
        width: 120px;
        height: 38px;
    }
    .agent_brand_detail .content .agent_brand_detail_other .more a span{
        font-size: 12px;
    }
    .agent_brand_detail .content .agent_brand_detail_other .more a img{
        width: 16px;
        height: 12px;
    }
}

/* info单页 */
/* 内容 */
.info_main{
    padding: 90px 0 130px;
}
.info_main .content{
    width: 83.3%;
    margin: 0 auto;
}
.info_main .content .info_edit p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
@media (max-width:760px){
    .info_main .content{
        width: 95%;
    }
}
