/* 二级导航 */
.navigation {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.navigation .content {
    width: 69%;
    margin: 0 auto;
}

.navigation .content ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
}

.navigation .content ul li {
    margin-right: 50px;
}

.navigation .content ul li a {
    padding: 20px 0;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    display: block;
    position: relative;
}

.navigation .content ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fcb948;
    bottom: 0px;
    left: 0%;
    display: none;
}

.navigation .content ul span {
    padding: 0 40px;
    margin-top: 10px;
}

.navigation .content ul .active>a {
    color: #fcb948;
    font-weight: bold;
}

.navigation .content ul li:hover>a {
    color: #fcb948;
    font-weight: bold;
}

.navigation .content ul .active a::after {
    display: block;
}

.navigation .content ul li:hover a:after {
    display: block;
}

@media (max-width:1600px) {
    .navigation .content {
        width: 75%;
    }
}

@media (max-width:1400px) {
    .navigation .content {
        width: 85%;
    }
}

@media (max-width:1200px) {
    .navigation .content {
        width: 95%;
    }

    .navigation .content ul li a {
        font-size: 16px;
    }

    .navigation .content ul {
        padding: 0;
    }

    .navigation .content ul li a::after {
        height: 3px;
    }
}

@media (max-width:760px) {
    .navigation .content ul li a {
        font-size: 14px;
        padding: 15px 0;
    }

    .navigation .content ul li a::after {
        height: 2px;
    }

    .navigation .content ul li {
        margin-right: 30px;
    }
}

@media (max-width:550px) {
    .navigation .content ul li a {
        font-size: 12px;
        padding: 10px 0;
        line-height: 24px;
    }

    .navigation .content ul li a::after {
        height: 1px;
    }

    .navigation .content ul li {
        margin-right: 20px;
    }
}

/* banner */
.banner {
    margin-top: 90px;
    width: 100%;
    position: relative;
}

.banner>.img {
    width: 100%;
}

.banner>.img>a>img {
    width: 100%;
}

.banner>.content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    animation-name: example;
    animation-duration: 1.2s;
}

@keyframes example {
    0% {
        opacity: 0;
        margin-top: 50px;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.banner>.content>p {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-transform: capitalize;
}

.banner>.content>h1 {
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .banner>.content>p {
        font-size: 20px;
        line-height: 30px;
    }

    .banner>.content>h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner {
        margin-top: 60px;
    }
}

@media (max-width: 760px) {
    .banner>.img>a>img {
        width: 200%;
        margin-left: -25%;
    }

    .banner>.content>p {
        font-size: 16px;
        line-height: 30px;
    }

    .banner>.content>h1 {
        font-size: 32px;
        line-height: 30px;
    }
}

/* 产品系列 */
.product {
    width: 100%;
    padding: 70px 0;
    background-color: #fff;
}

.product .content {
    width: 69%;
    margin: 0 auto;
}

.product .content .boxlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product .content .boxlist .list {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 4%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.product .content .boxlist .list:nth-child(4n) {
    margin-right: 0;
}

.product .content .boxlist .list .list_img {
    width: 100%;
    margin-bottom: 20px;
}

.product .content .boxlist .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 114.9%;
    overflow: hidden;
}

.product .content .boxlist .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.product .content .boxlist .list .list_img .img a img {
    width: 100%;
}

.product .content .boxlist .list .list_img .img a.mask {
    border-radius: 195px/195px;
    opacity: 0;
    background: url(../images/index_product_background.png) no-repeat;
    background-size: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    overflow: hidden;
}

.product .content .boxlist .list .list_img .img a.mask>img {
    width: 44px;
    height: 44px;
}

.product .content .boxlist .list:hover .list_img .img a.mask {
    opacity: 1;
}

.product .content .boxlist .list .list_txt {
    text-align: center;
}

.product .content .boxlist .list .list_txt a {
    display: block;
}

.product .content .boxlist .list .list_txt a p {
    font-size: 24px;
    color: #999999;
    text-transform: uppercase;
    line-height: 30px;
}

.product .content .boxlist .list .list_txt a h1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.product .content .boxlist .list:hover .list_txt a h1 {
    color: #fcb948;
}

@media (max-width: 1600px) {
    .product .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .product .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .product .content {
        width: 95%;
    }

    .product .content .boxlist .list .list_txt a p {
        font-size: 18px;
    }

    .product .content .boxlist .list .list_txt a h1 {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .product .content .boxlist .list {
        width: 32%;
        margin-right: 2%;
    }

    .product .content .boxlist .list:nth-child(4n) {
        margin-right: 2%;
    }

    .product .content .boxlist .list:nth-child(3n) {
        margin-right: 0%;
    }
}

@media (max-width: 760px) {
    .product .content .boxlist {
        justify-content: space-between;
    }

    .product .content .boxlist .list {
        width: 48%;
        margin-right: 0%;
    }

    .product .content .boxlist .list:nth-child(4n) {
        margin-right: 0%;
    }

    .product .content .boxlist .list:nth-child(3n) {
        margin-right: 0%;
    }

    .product .content .boxlist .list .list_img .img a.mask>img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 550px) {
    .product .content .boxlist .list .list_txt a p {
        font-size: 14px;
        line-height: 24px;
    }

    .product .content .boxlist .list .list_txt a h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .product {
        padding: 50px 0;
    }
}

/* 产品详情 */
.product_detail {
    margin-top: 90px;
    width: 100%;
    padding-bottom: 100px;
}

.product_detail .product_img {
    width: 100%;
    position: relative;
}

.product_detail .product_img .img {
    width: 100%;
}

.product_detail .product_img .img img {
    width: 100%;
}

.product_detail .product_img .content_title {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    animation-name: example;
    animation-duration: 1.2s;
}

.product_detail .product_img .content_title p {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
}

.product_detail .product_img .content_title h1 {
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
    font-weight: bold;
}

.product_detail .content_info {
    width: 100%;
    background-color: #f6f6f6;
}

.product_detail .content_info .content {
    width: 69%;
    margin: 0 auto;
}

.product_detail .content_info .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5% 4%;
}

.product_detail .content_info .content .boxlist .left {
    width: 20%;
}

.product_detail .content_info .content .boxlist .left p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.product_detail .content_info .content .boxlist .left h1 {
    color: #333333;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
}

.product_detail .content_info .content .boxlist .left h1::after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 40px;
    height: 6px;
    background-color: #fdba48;
}

.product_detail .content_info .content .boxlist .left h3 {
    color: #333333;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}

.product_detail .content_info .content .boxlist .center {
    width: 38%;
}

.product_detail .content_info .content .boxlist .center .info {
    width: 100%;
    margin-bottom: 40px;
}

.product_detail .content_info .content .boxlist .center .info:last-child {
    margin-bottom: 0;
}

.product_detail .content_info .content .boxlist .center .info h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 32px;
}

.product_detail .content_info .content .boxlist .center .info p {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

.product_detail .content_info .content .boxlist .right {
    width: 25%;
}

.product_detail .content_info .content .boxlist .right h1 {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
}

.product_detail .content_info .content .boxlist .right p {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 30px;
}

.product_detail .content_info .content .boxlist .right .img img {
    max-width: 100%;
}

.product_detail .product_show {
    width: 100%;
}

.product_detail .product_show .content {
    width: 69%;
    margin: 0 auto;
}

.product_detail .product_show .content .product_show_info {
    width: 100%;
    padding: 5% 4%;
    margin-bottom: 40px;
}

.product_detail .product_show .content .product_show_info img {
    max-width: 100%;
}

.product_detail .product_show .content .more {
    width: 100%;
}

.product_detail .product_show .content .more a {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 18px;
    background-color: #fcb948;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .product_detail .content_info .content {
        width: 75%;
    }

    .product_detail .product_show .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .product_detail .content_info .content {
        width: 85%;
    }

    .product_detail .product_show .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .product_detail .content_info .content {
        width: 95%;
    }

    .product_detail .product_show .content {
        width: 95%;
    }

    .product_detail .content_info .content .boxlist .left p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .product_detail .content_info .content .boxlist .left h3 {
        font-size: 22px;
    }

    .product_detail .content_info .content .boxlist .left h1 {
        font-size: 22px;
    }

    .product_detail .content_info .content .boxlist .left h1::after {
        bottom: -20px;
        width: 30px;
        height: 4px;
    }

    .product_detail .content_info .content .boxlist .center .info h1 {
        font-size: 16px;
    }

    .product_detail .content_info .content .boxlist .center .info p {
        font-size: 16px;
    }

    .product_detail .content_info .content .boxlist .right h1 {
        font-size: 16px;
    }

    .product_detail .content_info .content .boxlist .right p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .product_detail .content_info .content .boxlist .center .info {
        margin-bottom: 25px;
    }

    .product_detail .product_show .content .more a {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .product_detail {
        margin-top: 60px;
    }

    .product_detail .product_img .content_title p {
        font-size: 20px;
        line-height: 30px;
    }

    .product_detail .product_img .content_title h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 1000px) {
    .product_detail .content_info .content .boxlist {
        flex-wrap: wrap;
    }

    .product_detail .content_info .content .boxlist .left {
        width: 48%;
        order: 1;
    }

    .product_detail .content_info .content .boxlist .center {
        width: 100%;
        order: 3;
    }

    .product_detail .content_info .content .boxlist .right {
        width: 48%;
        order: 2;
    }
}

@media (max-width: 760px) {
    .product_detail .product_img .content_title p {
        font-size: 16px;
        line-height: 30px;
    }

    .product_detail .product_img .content_title h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .product_detail .product_img .img img {
        width: 200%;
        margin-left: -25%;
    }
}

@media (max-width: 550px) {
    .product_detail .content_info .content .boxlist .left h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .product_detail .content_info .content .boxlist .left h1 {
        font-size: 16px;
        line-height: 24px;
    }

    .product_detail .content_info .content .boxlist .left h1::after {
        bottom: -10px;
        width: 20px;
        height: 2px;
    }

    .product_detail .content_info .content .boxlist .left p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product_detail .content_info .content .boxlist .right h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .product_detail .content_info .content .boxlist .right p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .product_detail .content_info .content .boxlist .center .info h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .product_detail .content_info .content .boxlist .center .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .product_detail .content_info .content .boxlist .center .info {
        margin-bottom: 15px;
    }

    .product_detail .product_show .content .more a {
        width: 100px;
        height: 32px;
        font-size: 12px;
    }

    .product_detail {
        padding-bottom: 50px;
    }
}

/* 诚邀您的加盟合作 */
.product_detail_join {
    width: 100%;
}

.product_detail_join .content {
    width: 100%;
}

.product_detail_join .content .boxlist {
    width: 100%;
}

.product_detail_join .content .boxlist img {
    width: 100%;
}

@media (max-width: 760px) {
    .product_detail_join .content .boxlist img {
        width: 200%;
        margin-left: -50%;
    }
}

/* 精质案例 */
.case {
    width: 100%;
    padding: 90px 0 110px;
}

.case .content {
    width: 69%;
    margin: 0 auto;
}

.case .content .boxlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.case .content .boxlist .list {
    width: 30.9%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.case .content .boxlist .list:nth-child(3n) {
    margin-right: 0;
}

.case .content .boxlist .list .list_img {
    width: 100%;
}

.case .content .boxlist .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 56.34%;
    overflow: hidden;
}

.case .content .boxlist .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.case .content .boxlist .list .list_img .img a img {
    width: 100%;
}

.case .content .boxlist .list .list_img .img a.mask {
    opacity: 0;
    background-color: rgba(252, 185, 72, .8);
}

.case .content .boxlist .list .list_img .img a.mask>img {
    width: 44px;
    height: 44px;
}

.case .content .boxlist .list:hover .list_img .img a.mask {
    opacity: 1;
}

.case .content .boxlist .list .list_txt {
    width: 100%;
}

.case .content .boxlist .list .list_txt a {
    padding: 20px;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.case .content .boxlist .list:hover .list_txt a {
    color: #fcb948;
}

@media (max-width: 1600px) {
    .case .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .case .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .case .content {
        width: 95%;
    }

    .case .content .boxlist .list .list_txt a {
        font-size: 16px;
        padding: 15px;
    }

    .case {
        padding: 60px 0 80px;
    }
}

@media (max-width: 760px) {
    .case .content .boxlist {
        justify-content: space-between;
    }

    .case .content .boxlist .list {
        width: 48%;
        margin-right: 0;
    }

    .case .content .boxlist .list .list_txt a {
        font-size: 14px;
        padding: 10px;
    }

    .case .content .boxlist .list .list_img .img a.mask>img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 550px) {
    .case .content .boxlist .list .list_txt a {
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
    }

    .case {
        padding: 40px 0 60px;
    }
}

/* 加盟合作 */
.join_cooperation {
    width: 100%;
}

.join_cooperation .top_info {
    width: 100%;
    background-color: #ffffff;
    padding: 80px 0;
}

.join_cooperation .top_info .content {
    width: 50%;
    margin: 0 auto;
}

.join_cooperation .top_info .content .theme {
    width: 100%;
    text-align: center;
    margin-bottom: 90px;
}

.join_cooperation .top_info .content .theme h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.join_cooperation .top_info .content .theme h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 40px;
    height: 6px;
    background-color: #fdba48;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.join_cooperation .top_info .content .info p {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

.join_cooperation .message {
    width: 100%;
    background-color: #f6f6f6;
    padding: 60px 0 80px;
}

.join_cooperation .message .content {
    width: 41.6%;
    margin: 0 auto;
}

.join_cooperation .message .content .theme {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.join_cooperation .message .content .theme h1 {
    font-size: 24px;
    line-height: 60px;
    color: #333333;
    font-weight: bold;
}

.join_cooperation .message .content .theme p {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.join_cooperation .message .content .theme p span {
    color: #fdba48;
}

.join_cooperation .message .content .boxlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.join_cooperation .message .content .boxlist .one {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.join_cooperation .message .content .boxlist .one span {
    width: 95px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.join_cooperation .message .content .boxlist .one span spu {
    color: #fcb948;
}

.join_cooperation .message .content .boxlist .one input {
    width: calc(100% - 95px);
    height: 35px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0 20px;
    border: none;
    outline: none;
    background-color: #e2e2e2;
}

.join_cooperation .message .content .boxlist .one select {
    width: calc(100% - 95px);
    height: 35px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0 20px;
    border: none;
    outline: none;
    background: #e2e2e2 url(../images/message_icon01.png) no-repeat right center;
    appearance: none;
    padding: 0 20px;
}

.join_cooperation .message .content .boxlist .one input::placeholder {
    color: #333333;
    font-size: 14px;
}

.join_cooperation .message .content .boxlist .two {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.join_cooperation .message .content .boxlist .one .code{ padding-left:15px;}
.join_cooperation .message .content .boxlist .two span {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.join_cooperation .message .content .boxlist .two textarea {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    border: none;
    outline: none;
    background-color: #e2e2e2;
    overflow: hidden;
}

.join_cooperation .message .content .boxlist .two textarea::placeholder {
    color: #333333;
    font-size: 14px;
}

.join_cooperation .message .content .boxlist .more {
    width: 100%;
}

.join_cooperation .message .content .boxlist .more a {
    width: 130px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    background-color: #fcb948;
    margin: 0 auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 1800px) {
    .join_cooperation .top_info .content {
        width: 60%;
    }

    .join_cooperation .message .content {
        width: 52%;
    }
}

@media (max-width: 1600px) {
    .join_cooperation .top_info .content {
        width: 75%;
    }

    .join_cooperation .message .content {
        width: 66%;
    }
}

@media (max-width: 1400px) {
    .join_cooperation .top_info .content {
        width: 85%;
    }

    .join_cooperation .message .content {
        width: 76%;
    }
}

@media (max-width: 1200px) {
    .join_cooperation .top_info .content {
        width: 95%;
    }

    .join_cooperation .message .content {
        width: 86%;
    }

    .join_cooperation .top_info .content .theme h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .join_cooperation .top_info .content .theme h1::after {
        bottom: -30px;
        width: 30px;
        height: 4px;
    }

    .join_cooperation .top_info .content .info p {
        font-size: 16px;
    }

    .join_cooperation .top_info .content .theme {
        margin-bottom: 60px;
    }

    .join_cooperation .top_info {
        padding: 60px 0;
    }

    .join_cooperation .message .content .theme h1 {
        font-size: 20px;
        line-height: 40px;
    }

    .join_cooperation .message .content .theme {
        margin-bottom: 40px;
    }

    .join_cooperation .message .content .boxlist .one span {
        font-size: 16px;
    }

    .join_cooperation .message .content .boxlist .two span {
        font-size: 16px;
    }

    .join_cooperation .message .content .boxlist .more a {
        font-size: 16px;
    }
}

@media (max-width: 760px) {
    .join_cooperation .top_info .content .theme h1 {
        font-size: 20px;
    }

    .join_cooperation .top_info .content .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .join_cooperation .message .content .theme h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .join_cooperation .message .content .boxlist .one span {
        font-size: 14px;
    }

    .join_cooperation .message .content .boxlist .one {
        width: 100%;
    }

    .join_cooperation .message .content .boxlist .more a {
        width: 105px;
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .join_cooperation .top_info {
        padding: 40px 0;
    }

    .join_cooperation .top_info .content .theme h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .join_cooperation .top_info .content .info p {
        font-size: 12px;
    }

    .join_cooperation .top_info .content .theme h1::after {
        bottom: -20px;
        width: 20px;
        height: 2px;
    }

    .join_cooperation .top_info .content .theme {
        margin-bottom: 40px;
    }

    .join_cooperation .message .content .theme h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .join_cooperation .message .content .theme p {
        font-size: 12px;
        line-height: 20px;
    }

    .join_cooperation .message .content .theme {
        margin-bottom: 20px;
    }

    .join_cooperation .message .content .boxlist .one span {
        width: 70px;
        font-size: 12px;
    }

    .join_cooperation .message .content .boxlist .one input {
        width: calc(100% - 75px);
    }

    .join_cooperation .message .content .boxlist .one select {
        width: calc(100% - 75px);
    }

    .join_cooperation .message .content .boxlist .two span {
        font-size: 12px;
    }

    .join_cooperation .message .content .boxlist .two textarea {
        width: 100%;
        height: 100px;
        padding: 10px;
    }

    .join_cooperation .message .content .boxlist .one {
        margin-bottom: 15px;
    }

    .join_cooperation .message .content .boxlist .one input::placeholder {
        color: #333333;
        font-size: 12px;
    }

    .join_cooperation .message .content .boxlist .two textarea::placeholder {
        color: #333333;
        font-size: 12px;
    }

    .join_cooperation .message .content .boxlist .two {
        margin-bottom: 40px;
    }

    .join_cooperation .message .content .boxlist .more a {
        width: 90px;
        height: 30px;
        font-size: 12px;
    }

    .join_cooperation .message {
        padding: 40px 0 60px;
    }
}

/* 关于小象 */
.about01 {
    padding: 80px 0 120px;
    background-color: #ffffff;
}

.about01 .content {
    width: 69%;
    margin: 0 auto;
}

.about01 .content .boxlist {
    width: 100%;
}

.about01 .content .boxlist .info {
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
}

.about01 .content .boxlist .info p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

.about01 .content .boxlist .img {
    width: 100%;
    text-align: center;
}

.about01 .content .boxlist .img img {
    max-width: 100%;
}

@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 .boxlist .info p {
        font-size: 16px;
    }
}

@media (max-width: 760px) {
    .about01 .content .boxlist .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .about01 {
        padding: 50px 0 80px;
    }
}

@media (max-width: 550px) {
    .about01 .content .boxlist .info p {
        font-size: 12px;
    }
}

/* 品牌优势 */
.about02 {
    background-color: #f2f2f2;
    padding: 60px 0 70px;
}

.about02 .content {
    width: 69%;
    margin: 0 auto;
}

.about02 .content .boxlist {
    width: 100%;
}

.about02 .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.about02 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.about02 .content .boxlist .top .theme h1 {
    color: #333333;
    font-size: 42px;
    line-height: 72px;
    font-weight: bold;
    position: relative;
}

.about02 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 40px;
    height: 6px;
    background-color: #fdba48;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about02 .content .boxlist .top .info {
    width: 100%;
    text-align: center;
}

.about02 .content .boxlist .top .info p {
    color: #444e52;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.about02 .content .boxlist .bottom {
    width: 100%;
}

.about02 .content .boxlist .bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about02 .content .boxlist .bottom ul li {
    width: 25%;
    text-align: center;
}

.about02 .content .boxlist .bottom ul li .img {
    width: 74px;
    height: 54px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about02 .content .boxlist .bottom ul li .img img {
    width: 100%;
}

.about02 .content .boxlist .bottom ul li p {
    font-size: 18px;
    line-height: 30px;
    color: #444e52;
}


@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 .top .theme p {
        font-size: 50px;
        line-height: 40px;
    }

    .about02 .content .boxlist .top .theme h1 {
        font-size: 30px;
        line-height: 60px;
    }

    .about02 .content .boxlist .top .theme h1::after {
        bottom: -10px;
        width: 30px;
        height: 4px;
    }

    .about02 .content .boxlist .top .theme {
        margin-bottom: 40px;
    }

    .about02 .content .boxlist .top .info p {
        font-size: 16px;
    }

    .about02 .content .boxlist .bottom ul li p {
        font-size: 16px;
    }

    .about02 .content .boxlist .top {
        margin-bottom: 60px;
    }
}

@media (max-width: 760px) {
    .about02 .content .boxlist .top .theme p {
        font-size: 40px;
        line-height: 35px;
    }

    .about02 .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 50px;
    }

    .about02 .content .boxlist .top .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .about02 .content .boxlist .bottom ul li .img {
        width: 55px;
        height: 40px;
        margin-bottom: 10px;
    }

    .about02 .content .boxlist .bottom ul li p {
        font-size: 14px;
    }

    .about02 .content .boxlist .top .theme h1::after {
        bottom: -10px;
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 550px) {
    .about02 {
        padding: 40px 0 50px;
    }

    .about02 .content .boxlist .top .theme p {
        font-size: 30px;
        line-height: 25px;
    }

    .about02 .content .boxlist .top .theme h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .about02 .content .boxlist .top .info p {
        font-size: 12px;
        line-height: 20px;
    }

    .about02 .content .boxlist .bottom ul li p {
        font-size: 12px;
        line-height: 24px;
    }

    .about02 .content .boxlist .bottom ul li .img {
        width: 45px;
        height: 33px;
    }

    .about02 .content .boxlist .top {
        margin-bottom: 40px;
    }
}

/* 资讯 */
.news {
    width: 100%;
    background-color: #fff;
    padding: 80px 0 130px;
}

.news .content {
    width: 69%;
    margin: 0 auto;
}

.news .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .content .boxlist .list {
    width: 46%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6%;
}

.news .content .boxlist .list .list_img {
    width: 45%;
}

.news .content .boxlist .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 56.36%;
    overflow: hidden;
}

.news .content .boxlist .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.news .content .boxlist .list .list_img .img a>img {
    width: 100%;
}

.news .content .boxlist .list .list_img .img a.mask {
    opacity: 0;
    background-color: rgba(252, 185, 72, .8);
}

.news .content .boxlist .list .list_img .img a.mask>img {
    width: 44px;
    height: 44px;
    max-width: 100%;
}

.news .content .boxlist .list:hover .list_img .img a.mask {
    opacity: 1;
}

.news .content .boxlist .list .list_txt {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 2px solid #e6e6e6;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.news .content .boxlist .list:hover .list_txt {
    border-top: 2px solid #fcb948;
}

.news .content .boxlist .list .list_txt h1 {
    margin-top: 10px;
    font-weight: bold;
}

.news .content .boxlist .list .list_txt h1 a {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news .content .boxlist .list .list_txt .time {
    display: flex;
    align-items: flex-end;
    color: #666666;
}

.news .content .boxlist .list .list_txt .time span:nth-child(1) {
    font-size: 16px;
    color: #666666;
    margin-right: 10px;
}

.news .content .boxlist .list .list_txt .time span:nth-child(2) {
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
}

.news .content .boxlist .more {
    width: 100%;
}

.news .content .boxlist .more a {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 18px;
    background-color: #fcb948;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .news .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .news .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .news .content {
        width: 95%;
    }

    .news .content .boxlist .list .list_txt h1 a {
        line-height: 20px;
        font-size: 14px;
    }

    .news .content .boxlist .list .list_txt .time span:nth-child(1) {
        font-size: 16px;
    }

    .news .content .boxlist .list .list_txt .time span:nth-child(2) {
        font-size: 14px;
    }

    .news {
        padding: 60px 0 100px;
    }
}

@media (max-width: 1000px) {
    .news .content .boxlist .list {
        flex-wrap: wrap;
    }

    .news .content .boxlist .list .list_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news .content .boxlist .list .list_txt {
        width: 100%;
    }

    .news .content .boxlist .list .list_txt h1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 760px) {
    .news .content .boxlist .list .list_img .img a.mask>img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 550px) {
    .news {
        padding: 40px 0 70px;
    }

    .news .content .boxlist .list .list_txt h1 a {
        font-size: 12px;
    }

    .news .content .boxlist .list .list_img {
        margin-bottom: 10px;
    }

    .news .content .boxlist .list .list_txt .time span:nth-child(1) {
        font-size: 16px;
        line-height: 20px;
    }

    .news .content .boxlist .list .list_txt .time span:nth-child(2) {
        font-size: 12px;
    }

    .news .content .boxlist .list .list_txt .time {
        font-size: 12px;
    }

    .news .content .boxlist .list .list_txt h1 {
        margin: 5px 0 10px;
    }

    .news .content .boxlist .list {
        margin-bottom: 30px;
    }
}

/* 资讯详情 */
.news_detail {
    margin-top: 90px;
    padding: 90px 0 110px;
    border-top: 1px solid #eaeaea;
}

.news_detail .content {
    width: 69%;
    margin: 0 auto;
}

.news_detail .content .boxlist {
    width: 100%;
}

.news_detail .content .boxlist .theme {
    width: 74%;
    margin: 0 auto;
}

.news_detail .content .boxlist .theme .title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px;
    color: #333333;
    font-weight: bold;
}

.news_detail .content .boxlist .theme .time {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news_detail .content .boxlist .news_detail_info {
    padding: 70px 0 100px;
    width: 74%;
    margin: 0 auto;
}

.news_detail .content .boxlist .news_detail_info .img {
    text-align: center;
}

.news_detail .content .boxlist .news_detail_info img {
    max-width: 100%;
    margin: 0 auto;
}

.news_detail .content .boxlist .news_detail_info p>img {
    max-width: 100%;
}

.news_detail .content .boxlist .news_detail_other {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_detail .content .boxlist .news_detail_other .more a {
    width: 150px;
    height: 50px;
    background: #fcb948;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

@media (max-width:1600px) {
    .news_detail .content {
        width: 75%;
    }
}

@media (max-width:1400px) {
    .news_detail .content {
        width: 85%;
    }
}

@media (max-width:1200px) {
    .news_detail {
        margin-top: 60px;
        padding: 60px 0 90px;
    }

    .news_detail .content {
        width: 95%;
    }

    .news_detail .content .boxlist .theme .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .news_detail .content .boxlist .news_detail_other .more a {
        font-size: 13px;
        width: 130px;
        height: 40px;
    }

    .news_detail .content .boxlist .news_detail_info {
        width: 90%;
        padding: 50px 0 80px;
    }

    .news_detail .content .boxlist .theme {
        width: 90%;
    }
}

@media (max-width:760px) {
    .news_detail .content .boxlist .news_detail_other .more a {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .news_detail .content .boxlist .theme .title {
        font-size: 20px;
    }

    .news_detail .content .boxlist .news_detail_info {
        width: 100%;
        padding: 30px 0 50px;
    }

    .news_detail .content .boxlist .theme {
        width: 100%;
    }
}

@media (max-width:550px) {
    .news_detail .content .boxlist .news_detail_other .more a {
        font-size: 12px;
        width: 100px;
        height: 30px;
    }

    .news_detail .content .boxlist .theme .title {
        font-size: 20px;
    }

    .news_detail .content .boxlist .news_detail_info {
        padding: 20px 0 40px;
    }

    .news_detail {
        padding: 40px 0 60px;
    }

    .news_detail .content .boxlist .theme .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news_detail .content .boxlist .theme .time {
        font-size: 12px;
        line-height: 24px;
    }
}

/* 联系我们 */
.contact {
    width: 100%;
    background-color: #fff;
    padding: 90px 0 100px;
}

.contact .content {
    width: 69%;
    margin: 0 auto;
}

.contact .content .boxlist {
    width: 100%;
}

.contact .content .boxlist .top {
    width: 100%;
    margin-bottom: 8%;
}

.contact .content .boxlist .top .info {
    width: 100%;
    text-align: center;
}

.contact .content .boxlist .top .info p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.contact .content .boxlist .bottom {
    width: 100%;
}

.contact .content .boxlist .bottom ul {
    display: flex;
    justify-content: space-between;
}

.contact .content .boxlist .bottom ul li {
    width: 32%;
}

.contact .content .boxlist .bottom ul li .img {
    width: 23%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.contact .content .boxlist .bottom ul li:nth-child(3) .img {
    margin-bottom: 30px;
}

.contact .content .boxlist .bottom ul li .img img {
    width: 100%;
}

.contact .content .boxlist .bottom ul li .theme {
    width: 100%;
    text-align: center;
}

.contact .content .boxlist .bottom ul li .theme img {
    width: 23%;
    margin-bottom: 10px;
}

.contact .content .boxlist .bottom ul li .theme h1 {
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}

.contact .content .boxlist .bottom ul li:nth-child(1) .theme h1 {
    font-size: 30px;
}

.contact .content .boxlist .bottom ul li:nth-child(2) .theme h1 {
    font-size: 24px;
}

.contact .content .boxlist .bottom ul li .theme p {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.contact .content .boxlist .bottom ul li:nth-child(3) .theme p {
    font-size: 18px;
}

@media (max-width:1600px) {
    .contact .content {
        width: 75%;
    }
}

@media (max-width:1400px) {
    .contact .content {
        width: 85%;
    }
}

@media (max-width:1200px) {
    .contact {
        padding: 60px 0 70px;
    }

    .contact .content {
        width: 95%;
    }

    .contact .content .boxlist .bottom ul li .img {
        margin-bottom: 50px;
    }

    .contact .content .boxlist .bottom ul li:nth-child(2) .theme h1 {
        font-size: 18px;
    }

    .contact .content .boxlist .bottom ul li:nth-child(1) .theme h1 {
        font-size: 22px;
    }

    .contact .content .boxlist .bottom ul li .theme p {
        font-size: 18px;
    }

    .contact .content .boxlist .bottom ul li .theme h1 {
        margin-top: 0;
    }

    .contact .content .boxlist .bottom ul li:nth-child(3) .theme p {
        font-size: 14px;
    }

    .contact .content .boxlist .bottom ul li:nth-child(3) .img {
        margin-bottom: 20px;
    }

    .contact .content .boxlist .top .info p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:760px) {
    .contact .content .boxlist .bottom ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact .content .boxlist .bottom ul li {
        width: 50%;
        margin-bottom: 40px;
    }

    .contact .content .boxlist .bottom ul li .img {
        margin-bottom: 30px;
    }

    .contact {
        padding: 60px 0 30px;
    }

    .contact .content .boxlist .top .info p {
        font-size: 14px;
    }
}

@media (max-width:550px) {
    .contact .content .boxlist .bottom ul li:nth-child(1) .theme h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .contact .content .boxlist .bottom ul li:nth-child(2) .theme h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .contact .content .boxlist .bottom ul li .theme p {
        font-size: 14px;
        line-height: 24px;
    }

    .contact .content .boxlist .bottom ul li .img {
        width: 35%;
    }

    .contact .content .boxlist .bottom ul li .theme img {
        width: 35%;
        margin-bottom: 5px;
    }

    .contact .content .boxlist .bottom ul li:nth-child(3) .theme p {
        font-size: 12px;
    }

    .contact .content .boxlist .bottom ul li {
        margin-bottom: 20px;
    }

    .contact .content .boxlist .bottom ul li .img {
        margin-bottom: 15px;
    }

    .contact .content .boxlist .bottom ul li:nth-child(3) .img {
        margin-bottom: 10px;
    }

    .contact {
        padding: 40px 0 30px;
    }

    .contact .content .boxlist .top .info p {
        font-size: 12px;
    }
}

.contact_map {
    width: 100%;
}

.contact_map .content {
    width: 100%;
}

.contact_map .content .boxlist {
    width: 100%;
}

.contact_map .content .boxlist img {
    width: 100%;
}

@media (max-width: 760px) {
    .contact_map .content .boxlist img {
        width: 250%;
        margin-left: -75%;
    }
}

.product .content .boxlist .list .list_img .img{ border-radius: 195px/195px;}
.case .content .boxlist .list .list_txt a.hide{ display:none;}