﻿/* banner */
.banner{
    width: 100%;
}
.banner > a{
    width: 100%;
    display: block;
    overflow: hidden;
}
.banner > a > img{
    overflow: hidden;
    width: 100%;
}
@media (max-width: 1200px){
    .banner{
        margin-top:70px;
    }
}
@media (max-width: 760px){
    .banner > a > img{
        width: 230%;
        margin-left: -70%;
    }
}


.main_content{
    background-color: #ffffff;
}
.main_content .content{
    width: 83.3%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.main_content .content .left_navigation{
    max-width: 160px;
}
.main_content .content .left_navigation .navigation{
    padding-top: 150px;
    max-width: 160px;
    position: sticky;
    top: 0;
    left: 0;
    margin-bottom: 100px;
}
.main_content .content .left_navigation .navigation h1{
    color: #222222;
    font-size: 38px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 35px;
}
.main_content .content .left_navigation .navigation ul{
    border-right: 1px solid #dddddd;
    text-align: right;
    padding: 20px 0 40px;
}
.main_content .content .left_navigation .navigation ul li{
    margin-bottom: 35px;
}
.main_content .content .left_navigation .navigation ul li a{
    font-size: 18px;
    color: #666666;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .left_navigation .navigation ul .active a{
    color: #0086d1;
}
.main_content .content .left_navigation .navigation ul li a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto;
    width: 2px;
    height: 18px;
    background-color: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .left_navigation .navigation ul .active a::after{
    background-color: #0086d1;
}
.main_content .content .left_navigation .navigation ul li:hover a{
    color: #0086d1;
}
.main_content .content .left_navigation .navigation ul li:hover a::after{
    background-color: #0086d1;
}
@media (max-width:1600px){
    .main_content .content .left_navigation .navigation h1{
        font-size: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width:1200px){
    .main_content .content{
        width: 95%;
    }
    .main_content .content .left_navigation .navigation{
        padding-top: 100px;
    }
    .main_content .content .left_navigation .navigation h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .main_content .content .left_navigation .navigation ul li a{
        font-size: 14px;
        padding: 0 10px;
    }
    .main_content .content .left_navigation .navigation ul li{
        margin-bottom: 25px;
    }
}
@media (max-width:760px){
    .main_content .content{
        flex-wrap: wrap;
    }
    .main_content .content .left_navigation{
        width: 100%;
        max-width: 100%;
    }
    .main_content .content .left_navigation .navigation{
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .main_content .content .left_navigation .navigation ul{
        display: flex;
        flex-wrap: wrap;
        border-right: none;
        border-bottom: 1px solid #dddddd;
        padding: 0;
    }
    .main_content .content .left_navigation .navigation h1{
        font-size: 20px;
        margin-bottom: 10px;
        display: none;
    }
    .main_content .content .left_navigation .navigation ul li a{
        font-size: 12px;
        padding: 10px 0px;
        margin: 0 10px;
    }
    .main_content .content .left_navigation .navigation ul li{
        margin-bottom: 10px;
    }
    .main_content .content .left_navigation .navigation ul li a::after{
        right: 0;
        top: 100%;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 1px;
        background-color: transparent;
    }
    .main_content .content .left_navigation .navigation{
        padding-top: 30px;
    }
}

.main_content .content .right_content{
    padding-top: 150px;
    width: 80%;
}
.main_content .content .right_content .about01{
    margin-bottom: 160px;
}
.main_content .content .right_content .about01 .top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.main_content .content .right_content .about01 .top h1{
    font-size: 38px;
    line-height: 30px;
    font-weight: normal;
    color: #333333;
    position: relative;
}
.main_content .content .right_content .about01 .top h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    right: auto;
    top: auto;
    width: 30px;
    height: 1px;
    background-color: #0086d1;
}
.main_content .content .right_content .about01 .top .info{
    width: 71%;
}
.main_content .content .right_content .about01 .top .info p{
    color: #666666;
    font-size: 16px;
    margin-bottom: 15px;
}
.main_content .content .right_content .about01 .center{
    width: 100%;
    margin-bottom: 80px;
}
.main_content .content .right_content .about01 .center .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 35.9%;
    overflow: hidden;
    margin-bottom: 60px;
}
.main_content .content .right_content .about01 .center .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_content .content .right_content .about01 .center .list_img .img img{
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.main_content .content .right_content .about01 .center .list_img:hover .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.main_content .content .right_content .about01 .center ul{
    width: 100%;
}
.main_content .content .right_content .about01 .center ul li{
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}
.main_content .content .right_content .about01 .bottom{
    display: flex;
    justify-content: space-between;
}
.main_content .content .right_content .about01 .bottom .list{
    width: 32%;
}
.main_content .content .right_content .about01 .bottom .list:hover{
	background: linear-gradient(125deg,#00c0fa 40%,#015eea);

}
.main_content .content .right_content .about01 .bottom .list{
    width: 32%;
    padding: 50px;
    background-color: #f6f6f6;
    text-align: center;
}
.main_content .content .right_content .about01 .bottom .list .img{
    width: 55px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.main_content .content .right_content .about01 .bottom .list .img img{
    width: 100%;
}
.main_content .content .right_content .about01 .bottom .list h1{
    color: #333333;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 60px;
}
.main_content .content .right_content .about01 .bottom .list:hover h1{
    color: #ffffff;
}
.main_content .content .right_content .about01 .bottom .list .more{
    margin-bottom: 30px;
}
.main_content .content .right_content .about01 .bottom .list .more a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_content .content .right_content .about01 .bottom .list .more a span{
    margin-right: 20px;
    color: #666666;
    font-size: 16px;
}
.main_content .content .right_content .about01 .bottom .list:hover .more a span{
    color: #ffffff;
}
.main_content .content .right_content .about01 .bottom .list:hover .more a img{
    filter: brightness(200);
    -webkit-filter: brightness(200);
}
.main_content .content .right_content .about01 .bottom .list:hover:nth-child(1) .img img{
    display: none;
}
.main_content .content .right_content .about01 .bottom .list:hover:nth-child(1) .img{
    background: url(../images/index_about_icon1.png);
}
.main_content .content .right_content .about01 .bottom .list:hover:nth-child(2) .img img{
    display: none;
}
.main_content .content .right_content .about01 .bottom .list:hover:nth-child(2) .img{
    background: url(../images/index_about_icon2.png);
}
.main_content .content .right_content .about01 .bottom .list:hover:nth-child(3) .img img{
    display: none;
}
.main_content .content .right_content .about01 .bottom .list:hover:nth-child(3) .img{
    background: url(../images/index_about_icon3.png);
}

@media (max-width:1600px){
    .main_content .content .right_content .about01 .top h1{
        font-size: 30px;
    }
    .main_content .content .right_content .about01 .bottom .list h1{
        font-size: 22px;
    }
}
@media (max-width:1200px){
    .main_content .content .right_content{
        padding-top: 100px;
    }
    .main_content .content .right_content .about01 .top h1{
        font-size: 24px;
    }
    .main_content .content .right_content .about01 .bottom .list h1{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .main_content .content .right_content .about01 .bottom .list{
        padding: 40px;
    }
    .main_content .content .right_content .about01{
        margin-bottom: 100px;
    }
}
@media (max-width:1000px){
    .main_content .content .right_content .about01 .bottom .list .img{
        width: 45px;
        height: 45px;
    }
    .main_content .content .right_content .about01 .bottom .list h1{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .main_content .content .right_content .about01 .bottom .list .more{
        margin-bottom: 20px;
    }
}
@media (max-width:760px){
    .main_content .content .right_content .about01 .top{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .main_content .content .right_content .about01 .top h1{
        margin-bottom: 60px;
        font-size: 20px;
    }
    .main_content .content .right_content .about01 .top .info{
        width: 100%;
    }
    .main_content .content .right_content .about01 .top h1::after{
        bottom: -20px;
    }
    .main_content .content .right_content .about01 .top .info p{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .main_content .content .right_content .about01 .center .list_img{
        margin-bottom: 40px;
    }
    .main_content .content .right_content .about01 .center ul li{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .main_content .content .right_content .about01 .center{
        margin-bottom: 60px;
    }
    .main_content .content .right_content .about01 .bottom{
         flex-wrap: wrap;
    }
    .main_content .content .right_content .about01 .bottom .list{
        width: 48%;
        margin-bottom: 20px;
    }
    .main_content .content .right_content .about01 .bottom .list h1{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .main_content .content .right_content .about01 .bottom .list .more a span{
        margin-right: 10px;
        color: #666666;
        font-size: 12px;
    }
    .main_content .content .right_content{
        width: 100%;
    }
    .main_content .content .right_content .about01{
        margin-bottom: 60px;
    }
    .main_content .content .right_content{
        padding-top: 60px;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .about01 .bottom .list{
        width: 100%;
    }
    .main_content .content .right_content .about01 .bottom .list h1{
        margin-bottom: 30px;
    }
}

/* 发展历史 */
.main_content .content .right_content .about02{
    margin-bottom: 200px;
}
.main_content .content .right_content .about02 .theme{
    margin-bottom: 50px;
    padding-top: 160px;
    position: relative;
}
.main_content .content .right_content .about02 .theme::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 140px;
    height: 140px;
    background-color: #000;
    transform: translateX(-50%);
    background: url(../images/development_icon.png) no-repeat;
    background-size: 100% !important;
}
.main_content .content .right_content .about02 .theme h1{
    font-size: 42px;
    color: #333333;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}
.main_content .content .right_content .about02 .boxlist{
    width: 100%;
    position: relative;
    padding: 70px 0;
}
.main_content .content .right_content .about02 .boxlist::before{
    content: "";
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 16px;
    height: 15px;
    background: url(../images/about02_icon01.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
}
.main_content .content .right_content .about02 .boxlist::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 1px;
    height: 100%;
    border-left: 2px dashed #cccccc;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.main_content .content .right_content .about02 .boxlist .list{
    width: 50%;
    position: relative;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .right_content .about02 .boxlist .list:nth-child(odd)::after{
    content: "";
    position: absolute;
    left: 0;
    top: 32px;
    right: auto;
    bottom: auto;
    width: 9px;
    height: 9px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
}
.main_content .content .right_content .about02 .boxlist .list:nth-child(even)::after{
    content: "";
    position: absolute;
    left: auto;
    top: 32px;
    right: 0;
    bottom: auto;
    width: 9px;
    height: 9px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    z-index: 2;
}

.main_content .content .right_content .about02 .boxlist .active:nth-child(odd)::after{
    top: 20px;
    width: 37px;
    height: 37px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .right_content .about02 .boxlist .active:nth-child(even)::after{
    top: 20px;
    width: 37px;
    height: 37px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .right_content .about02 .boxlist .list::after{
    background: url(../images/about02_icon04.png);
    background-size: cover;
}
.main_content .content .right_content .about02 .boxlist .active::after{
    background: url(../images/about02_icon02.png) no-repeat;
    background-size: cover;
}
.main_content .content .right_content .about02 .boxlist .list:nth-child(odd){
    margin: auto 0 auto auto;
}
.main_content .content .right_content .about02 .boxlist .list:nth-child(even){
    margin: auto auto auto 0;
}
.main_content .content .right_content .about02 .boxlist .list .list_txt{
    width: 78.9%;
    background-color: #f6f6f6;
    position: relative;
}
.main_content .content .right_content .about02 .boxlist .list:hover .list_txt{
    background: linear-gradient(125deg,#00c0fa 40%,#015eea);
}
.main_content .content .right_content .about02 .boxlist .list:hover .list_txt h1{
    color: #ffffff;
}
.main_content .content .right_content .about02 .boxlist .list:hover .list_txt .info p{
    color: #ffffff;
}
.main_content .content .right_content .about02 .boxlist .list .list_txt{
    padding: 30px 50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
}
.main_content .content .right_content .about02 .boxlist .list:nth-child(odd) .list_txt{
    margin: auto auto auto 50px;
    text-align: left;
}
.main_content .content .right_content .about02 .boxlist .list:nth-child(even) .list_txt{
    margin: auto 50px auto auto;
    text-align: right;
}
.main_content .content .right_content .about02 .boxlist .list:nth-child(odd) .list_txt::after{
    content: "";
    position: absolute;
    left: auto;
    top: 27px;
    right: 100%;
    bottom: auto;
    width: 15px;
    height: 19px;
    background: url(../images/about02_icon03.png) no-repeat;
    background-size: cover;
}
.main_content .content .right_content .about02 .boxlist .list:nth-child(even) .list_txt::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 27px;
    right: auto;
    bottom: auto;
    width: 15px;
    height: 19px;
    background: url(../images/about02_icon03.png) no-repeat;
    background-size: cover;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}
.main_content .content .right_content .about02 .boxlist .list .list_txt h1{
    font-size: 28px;
    font-weight: normal;
    color: #222222;
    line-height: 30px;
}
.main_content .content .right_content .about02 .boxlist .list .list_txt .info p{
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.main_content .content .right_content .about02 .boxlist .active .list_txt{
    background: linear-gradient(125deg,#00c0fa 40%,#015eea);
}
.main_content .content .right_content .about02 .boxlist .active .list_txt h1{
    color: #ffffff;
}
.main_content .content .right_content .about02 .boxlist .active .list_txt .info p{
    color: #ffffff;
}
@media (max-width:1600px){
    .main_content .content .right_content .about02 .theme h1{
        font-size: 32px;
    }
    .main_content .content .right_content .about02 .boxlist .list .list_txt h1{
        font-size: 22px;
    }
    .main_content .content .right_content .about02 .boxlist .list .list_txt{
        padding: 20px 40px;
    }
}
@media (max-width:1200px){
    .main_content .content .right_content .about02 .theme h1{
        font-size: 26px;
    }
    .main_content .content .right_content .about02 .boxlist .list .list_txt{
        padding: 20px 40px;
    }
    .main_content .content .right_content .about02 .boxlist .list .list_txt h1{
        font-size: 18px;
        line-height: 24px;
    }
    .main_content .content .right_content .about02 .boxlist .list .list_txt .info p{
        font-size: 13px;
        line-height: 24px;
    }
    .main_content .content .right_content .about02{
        margin-bottom: 120px;
    }
}
@media (max-width:760px){
    .main_content .content .right_content .about02 .theme h1{
        font-size: 20px;
    }
    .main_content .content .right_content .about02 .boxlist::before{
        left: 10%;
    }
    .main_content .content .right_content .about02 .boxlist::after{
        left: 10%;
    }
    .main_content .content .right_content .about02 .boxlist .list{
        width: 90%;
    }
    .main_content .content .right_content .about02 .boxlist .list:nth-child(even){
        margin: auto 0 auto auto;
    }
    .main_content .content .right_content .about02 .boxlist .list:nth-child(even) .list_txt{
        text-align: left;
        margin: auto auto auto 50px;
    }
    .main_content .content .right_content .about02 .boxlist .list:nth-child(even)::after{
        left: 0;
        top: 32px;
        right: auto;
        bottom: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .main_content .content .right_content .about02 .boxlist .list:nth-child(even) .list_txt::after{
        content: "";
        position: absolute;
        left: auto;
        top: 27px;
        right: 100%;
        bottom: auto;
        width: 15px;
        height: 19px;
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
    .main_content .content .right_content .about02 .boxlist .list:nth-child(odd){
        margin-bottom: 20px;
    }
    .main_content .content .right_content .about02 .boxlist .list:nth-child(even){
        margin-bottom: 20px;
    }
    .main_content .content .right_content .about02 .boxlist{
        padding: 40px 0;
    }
    .main_content .content .right_content .about02{
        margin-bottom: 60px;
    }
    .main_content .content .right_content .about02 .boxlist .active:nth-child(odd)::after{
        top: 16px;
    }
    .main_content .content .right_content .about02 .boxlist .active:nth-child(even)::after{
        top: 16px;
    }
}

/* 企业文化 */
.main_content .content .right_content .about03{
    margin-bottom: 160px;
    display: none;
}
.main_content .content .right_content .about03 .theme{
    margin-bottom: 50px;
}
.main_content .content .right_content .about03 .theme h1{
    font-size: 42px;
    color: #333333;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}
.main_content .content .right_content .about03 .boxlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.main_content .content .right_content .about03 .boxlist .list{
    width: 32%;
    background-color: #f6f6f6;
    padding: 4.5%;
    position: relative;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .right_content .about03 .boxlist .list::after{
    content: "";
    position: absolute;
    bottom: 15%;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: #333333;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .right_content .about03 .boxlist .list .img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20%;
}
.main_content .content .right_content .about03 .boxlist .list .img img{
    width: 100%;
}
.main_content .content .right_content .about03 .boxlist .list h1{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 12%;
}
.main_content .content .right_content .about03 .boxlist .list .info{
    margin-bottom: 16%;
}

.main_content .content .right_content .about03 .boxlist .list .info p{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
.main_content .content .right_content .about03 .boxlist .list:hover{
    background-color: #ffffff;
    box-shadow: 10px 10px 35px rgba(0, 0, 0, .1);
}
.main_content .content .right_content .about03 .boxlist .list:hover:after{
    background-color: #0086d1;
}

@media (max-width:1600px){
    .main_content .content .right_content .about03 .theme h1{
        font-size: 32px;
    }
    .main_content .content .right_content .about03 .boxlist .list::after{
        bottom: 10%;
    }
}
@media (max-width:1200px){
    .main_content .content .right_content .about03 .theme h1{
        font-size: 26px;
    }
    .main_content .content .right_content .about03 .boxlist .list h1{
        font-size: 18px;
    }
    .main_content .content .right_content .about03{
        margin-bottom: 110px;
    }
}
@media (max-width:1000px){
    .main_content .content .right_content .about03 .boxlist{
        flex-wrap: wrap;
    }
    .main_content .content .right_content .about03 .boxlist .list{
        width: 48%;
        margin-bottom: 30px;
    }
}
@media (max-width:760px){
    .main_content .content .right_content .about03 .boxlist .list{
        padding: 40px 20px;
    }
    .main_content .content .right_content .about03 .theme h1{
        font-size: 20px;
    }
    .main_content .content .right_content .about03 .boxlist .list .info{
        margin-bottom: 30px;
    }
    .main_content .content .right_content .about03{
        margin-bottom: 40px;
    }
    .main_content .content .right_content .about03 .boxlist .list h1{
        font-size: 14px;
    }
    .main_content .content .right_content .about03 .boxlist .list .info p{
        font-size: 12px;
        line-height: 22px;
    }
    .main_content .content .right_content .about03 .boxlist .list .img{
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
}

/* 合作伙伴 */
.main_content .content .right_content .about04{
    margin-bottom: 200px;
    display: none;
}
.main_content .content .right_content .about04 .theme{
    margin-bottom: 50px;
}
.main_content .content .right_content .about04 .theme h1{
    font-size: 42px;
    color: #333333;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}
.main_content .content .right_content .about04 .bottom{
    width: 100%;
    position: relative;
    padding-bottom: 25.5%;
    background-color: #fff;
}
.main_content .content .right_content .about04 .bottom .boxlist{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main_content .content .right_content .about04 .bottom .boxlist .swiper{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main_content .content .right_content .about04 .bottom .boxlist .swiper-slide{
    text-align: center;
    font-size: 20px;
    background: #f8f8f8;
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.main_content .content .right_content .about04 .bottom .boxlist .swiper-slide .img{
    width: 100%;
}
.main_content .content .right_content .about04 .bottom .boxlist .swiper-slide .img a{
    width: 100%;
    filter: opacity(50%);
    -webkit-filter: opacity(50%);
}
.main_content .content .right_content .about04 .bottom .boxlist .swiper-slide .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.main_content .content .right_content .about04 .bottom .boxlist .swiper-slide:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.main_content .content .right_content .about04 .bottom .boxlist .swiper-slide:hover .img a img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.main_content .content .right_content .about04 .bottom .boxlist .swiper-slide:hover .img a{
    filter: opacity(100%);
    -webkit-filter: opacity(100%);
}
.main_content .content .right_content .about04 .bottom .boxlist .swiper-pagination{
    display: none;
}
.main_content .content .right_content .about04 .more{
    margin-top: 40px;
}
.main_content .content .right_content .about04 .more a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_content .content .right_content .about04 .more a span{
    margin-right: 20px;
    color: #666666;
    font-size: 16px;
}
@media (max-width:1600px){
    .main_content .content .right_content .about04 .theme h1{
        font-size: 32px;
    }
}
@media (max-width:1400px){
    .main_content .content .right_content .about04 .bottom{
        padding-bottom: 35.5%;
    }
}
@media (max-width:1200px){
    .main_content .content .right_content .about04 .theme h1{
        font-size: 26px;
    }
    .main_content .content .right_content .about04{
        margin-bottom: 140px;
    }
}
@media (max-width:760px){
    .main_content .content .right_content .about04 .theme h1{
        font-size: 20px;
    }
    .main_content .content .right_content .about04{
        margin-bottom: 80px;
    }
    .main_content .content .right_content .about04 .more{
        margin-top: 20px;
    }
    .main_content .content .right_content .about04 .more a span{
        font-size: 12px;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .about04 .bottom{
        padding-bottom: 55.5%;
    }
}

/* 海远物流科技 */
.main_content .content .right_content .contact1{
    margin-bottom: 90px;
}
.main_content .content .right_content .contact1 .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.main_content .content .right_content .contact1 .top .left h1{
    font-size: 32px;
    line-height: 46px;
    color: #0086d1;
    font-weight: normal;
    margin-bottom: 10px;
}
.main_content .content .right_content .contact1 .top .left p{
    font-size: 24px;
    line-height: 46px;
    color: #222222;
    font-weight: normal;
}
.main_content .content .right_content .contact1 .top .right{
    display: flex;
}
.main_content .content .right_content .contact1 .top .right .hotline{
    text-align: right;
    margin-right: 20px;
}
.main_content .content .right_content .contact1 .top .right .hotline h3{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 10px;
}
.main_content .content .right_content .contact1 .top .right .hotline p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    font-weight: normal;
}
.main_content .content .right_content .contact1 .top .right .hotline p a{
    font-size: 32px;
    line-height: 36px;
    color: #0086d1;
    font-weight: normal;
    display: block;
}
.main_content .content .right_content .contact1 .top .right .img{
    width: 120px;
    height: 120px;
    border: 2px solid #0086d1;
}
.main_content .content .right_content .contact1 .top .right .img img{
    width: 100%;
}
.main_content .content .right_content .contact1 .bottom .boxlist{
    display: flex;
    justify-content: space-between;
}
.main_content .content .right_content .contact1 .bottom .boxlist .list{
    width: 32.8%;
    background-color: #f6f6f6;
    text-align: center;
    padding: 4% 7%;
}
.main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt{
    width: 100%;
}
.main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt .img{
    width: 47px;
    height: 47px;
    margin: 0 auto;
    margin-bottom: 12%;
}.main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt .img img{
    width: 100%;
}
.main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt h1{
    font-size: 22px;
    color: #222222;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 6%;
}
.main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt .info{
    margin-bottom: 6%;
}
.main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt .info p{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

@media (max-width:1600px){
    .main_content .content .right_content .contact1 .top .left h1{
        font-size: 24px;
        line-height: 36px;
    }
    .main_content .content .right_content .contact1 .top .left p{
        font-size: 18px;
        line-height: 36px;
    }
    .main_content .content .right_content .contact1 .top .right .hotline h3{
        font-size: 14px;
        line-height: 26px;
    }
    .main_content .content .right_content .contact1 .top .right .hotline p{
        font-size: 13px;
        line-height: 30px;
    }
    .main_content .content .right_content .contact1 .top .right .hotline p a{
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width:1400px){
    .main_content .content .right_content .contact1 .bottom .boxlist .list{
        padding: 3% 5%;
    }
}
@media (max-width:1200px){
    .main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt .img{
        width: 37px;
        height: 37px;
    }
    .main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt h1{
        font-size: 16px;
    }
    .main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt .info p{
        font-size: 13px;
    }
    .main_content .content .right_content .contact1 .top .left h1{
        font-size: 20px;
        line-height: 30px;
    }
    .main_content .content .right_content .contact1 .top .left p{
        font-size: 16px;
        line-height: 30px;
    }
    .main_content .content .right_content .contact1 .top .right .hotline h3{
        font-size: 13px;
        line-height: 22px;
    }
    .main_content .content .right_content .contact1 .top .right .hotline p{
        font-size: 12px;
        line-height: 26px;
    }
    .main_content .content .right_content .contact1 .top .right .hotline p a{
        font-size: 20px;
        line-height: 26px;
    }
    .main_content .content .right_content .contact1{
        margin-bottom: 70px;
    }
}
@media (max-width:1000px){
    .main_content .content .right_content .contact1 .bottom .boxlist{
        flex-wrap: wrap;
    }
    .main_content .content .right_content .contact1 .bottom .boxlist .list{
        width: 48%;
        margin-bottom: 30px;
    }
}
@media (max-width:760px){
    .main_content .content .right_content .contact1 .top{
        flex-wrap: wrap;
    }
    .main_content .content .right_content .contact1 .top .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .main_content .content .right_content .contact1 .top .right{
        width: 100%;
        justify-content: flex-start;
    }
    .main_content .content .right_content .contact1 .top .right .img{
        width: 100px;
        height: 100px;
	order:1;
	margin-right: 20px;
    }
    .main_content .content .right_content .contact1 .top .right .hotline{
	order:2;
	text-align: left;
    	margin-right: 0px;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt h1{
        font-size: 14px;
        line-height: 24px;
    }
    .main_content .content .right_content .contact1 .bottom .boxlist .list .list_txt .info p{
        font-size: 12px;
        line-height: 22px;
    }
    .main_content .content .right_content .contact1 .bottom .boxlist .list{
        padding: 20px;
    }
    .main_content .content .right_content .contact1 .bottom .boxlist .list{
	width: 100%;
        margin-bottom: 20px;
    }
    .main_content .content .right_content .contact1{
        margin-bottom: 50px;
    }
}

/* 高德地图 */
.main_content .content .right_content .contact2{
    width: 100%;
    margin-bottom: 160px;
}
.main_content .content .right_content .contact2 .gaode{
    position: relative;
    width: 100%;
    padding-bottom: 46.8%;
}
@media (max-width:1200px){
    .main_content .content .right_content .contact2{
        margin-bottom: 100px;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .contact2{
        margin-bottom: 60px;
    }
}

/* 分公司 */
.main_content .content .right_content .contact03{
    margin-bottom: 160px;
}
.main_content .content .right_content .contact03 .boxlist{}
.main_content .content .right_content .contact03 .boxlist .list{
    display: flex;
    justify-content: space-between;
    padding: 0 20px 30px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 40px;
}
.main_content .content .right_content .contact03 .boxlist .list .list_img{
    width: 40.6%;
    display: flex;
}
.main_content .content .right_content .contact03 .boxlist .list .list_img .left{
    width: 46.1%;
    margin-right: 10%;
}
.main_content .content .right_content .contact03 .boxlist .list .list_img .left .left_img{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.main_content .content .right_content .contact03 .boxlist .list .list_img .left .left_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_content .content .right_content .contact03 .boxlist .list .list_img .left .left_img .img img{
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.main_content .content .right_content .contact03 .boxlist .list .list_img .left .left_img:hover .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.main_content .content .right_content .contact03 .boxlist .list .list_img .right{
    
}
.main_content .content .right_content .contact03 .boxlist .list .list_img .right h1{
    color: #222222;
    font-size: 28px;
    line-height: 46px;
    font-weight: normal;
    position: relative;
    padding-bottom: 10px;
}
.main_content .content .right_content .contact03 .boxlist .list .list_img .right h1::after{
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #0086d1;
}
.main_content .content .right_content .contact03 .boxlist .list .list_txt{
    width: 59.3%;
    display: flex;
    justify-content: space-between;
}
.main_content .content .right_content .contact03 .boxlist .list .list_txt ul{
    width: 63.1%;
}
.main_content .content .right_content .contact03 .boxlist .list .list_txt ul li{
    display: flex;
}
.main_content .content .right_content .contact03 .boxlist .list .list_txt ul li span{
    font-size: 17px;
    color: #666666;
    line-height: 30px;
    white-space: nowrap;
}
.main_content .content .right_content .contact03 .boxlist .list .list_txt ul li p{
    font-size: 17px;
    color: #666666;
    line-height: 30px;
}
.main_content .content .right_content .contact03 .boxlist .list .list_txt .more{

}
.main_content .content .right_content .contact03 .boxlist .list .list_txt .more a{
    width: 140px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.main_content .content .right_content .contact03 .boxlist .list .list_txt .more a span{
    font-size: 16px;
    color: #ffffff;
}
.main_content .content .right_content .contact03 .boxlist .list .list_txt .more a img{
    width: 13px;
    height: 18px;
}
.main_content .content .right_content .contact03 .boxlist .list .list_txt .more a:hover{
    background: linear-gradient(125deg,#0080d0 35%,#2545a1);
    box-shadow: 10px 10px 35px rgba(42, 128, 216, .25);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

@media (max-width:1600px){
    .main_content .content .right_content .contact03 .boxlist .list .list_img .right h1{
        font-size: 20px;
        line-height: 36px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt ul li span{
        font-size: 14px;
        line-height: 26px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt ul li p{
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width:1400px){
    .main_content .content .right_content .contact03 .boxlist .list .list_txt .more a{
        width: 120px;
        height: 35px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt .more a span{
        font-size: 13px;
    }
}
@media (max-width:1200px){
    .main_content .content .right_content .contact03 .boxlist .list .list_img .right h1{
        font-size: 16px;
        line-height: 30px;
    }
    .main_content .content .right_content .contact03{
        margin-bottom: 100px;
    }
}
@media (max-width:1000px){
    .main_content .content .right_content .contact03 .boxlist .list .list_img{
        flex-wrap: wrap;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_img .left{
        width: 90%;
        margin-right: 0;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_img .right{
        width: 90%;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt{
        flex-wrap: wrap;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt ul{
        width: 100%;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt .more{
        width: 100%;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .contact03 .boxlist .list{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_img{
        width: 100%;
        margin-bottom: 20px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt{
        width: 100%;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_img .left{
        width: 100%;
        margin-bottom: 10px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_img .right{
        width: 100%;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt .more a span{
        font-size: 12px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt .more a img{
        width: 11px;
        height: 15px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt .more a{
        width: 100px;
        height: 30px;
        padding: 0 10px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt ul li span{
        font-size: 12px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt ul li p{
        font-size: 12px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_img .right h1{
        font-size: 14px;
    }
    .main_content .content .right_content .contact03{
        margin-bottom: 60px;
    }
    .main_content .content .right_content .contact03 .boxlist .list .list_txt ul{
	margin-bottom: 10px;
    }
}

/* 在线留言 */
.main_content .content .right_content .contact4{
    margin-bottom: 200px;
}
.main_content .content .right_content .contact4 .theme{
    margin-bottom: 40px;
}
.main_content .content .right_content .contact4 .theme h1{
    color: #222222;
    font-size: 32px;
    line-height: 46px;
    padding-bottom: 20px;
    font-weight: normal;
    position: relative;
}
.main_content .content .right_content .contact4 .theme h1::after{
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #0086d1;
}
.main_content .content .right_content .contact4 .theme p{
    color: #666666;
    font-size: 20px;
    line-height: 26px;
}
.main_content .content .right_content .contact4 .bottom .boxlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_content .content .right_content .contact4 .bottom .boxlist .one{
    width: 49.3%;
    margin-bottom: 20px;
}
.main_content .content .right_content .contact4 .bottom .boxlist .one input{
    width: 100%;
    padding: 20px;
    border: none;
    outline: none;
    background-color: #f6f6f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.main_content .content .right_content .contact4 .bottom .boxlist .one input::placeholder{
    color: #666666;
    font-size: 16px;
}
.main_content .content .right_content .contact4 .bottom .boxlist .two{
    width: 100%;
}
.main_content .content .right_content .contact4 .bottom .boxlist .two textarea{
    width: 100%;
    height: 150px;
    padding: 20px;
    border: none;
    margin-bottom: 40px;
    outline: none;
    background-color: #f6f6f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.main_content .content .right_content .contact4 .bottom .boxlist .two textarea::placeholder{
    color: #666666;
    font-size: 16px;
}
.main_content .content .right_content .contact4 .bottom .boxlist .more{
    margin: auto 0 auto auto;
}
.main_content .content .right_content .contact4 .bottom .boxlist .more a{
    width: 140px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.main_content .content .right_content .contact4 .bottom .boxlist .more a span{
    font-size: 16px;
    color: #ffffff;
}
.main_content .content .right_content .contact4 .bottom .boxlist .more a img{
    width: 7px;
    height: 11px;
}
.main_content .content .right_content .contact4 .bottom .boxlist .more a:hover{
    background: linear-gradient(125deg,#0080d0 35%,#2545a1);
    box-shadow: 10px 10px 35px rgba(42, 128, 216, .25);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .right_content .contact4 .bottom .boxlist .more a img{
    filter: brightness(8);
    -webkit-filter: brightness(8);
}
@media (max-width:1600px){
    .main_content .content .right_content .contact4 .theme h1{
        font-size: 24px;
        line-height: 36px;
    }
    .main_content .content .right_content .contact4 .bottom .boxlist .one input{
        padding: 15px;
    }
    .main_content .content .right_content .contact4 .bottom .boxlist .two textarea{
        padding: 15px;
    }
}
@media (max-width:1400px){
    .main_content .content .right_content .contact4 .bottom .boxlist .more a{
        width: 120px;
        height: 35px;
    }
    .main_content .content .right_content .contact4 .bottom .boxlist .more a span{
        font-size: 13px;
    }
}
@media (max-width:1200px){
    .main_content .content .right_content .contact4 .theme h1{
        font-size: 20px;
        line-height: 30px;
    }
    .main_content .content .right_content .contact4{
        margin-bottom: 150px;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .contact4 .bottom .boxlist .one{
        width: 100%;
    }
    .main_content .content .right_content .contact4 .bottom .boxlist .one input{
        padding: 10px;
    }
    .main_content .content .right_content .contact4 .bottom .boxlist .two textarea{
        padding: 10px;
        height: 120px;
    }
    .main_content .content .right_content .contact4 .bottom .boxlist .one input::placeholder{
        font-size: 12px;
    }
    .main_content .content .right_content .contact4 .bottom .boxlist .two textarea::placeholder{
        font-size: 12px;
    }
    .main_content .content .right_content .contact4 .bottom .boxlist .more a{
        width: 100px;
        height: 30px;
        padding: 0 10px;
    }
    .main_content .content .right_content .contact4 .bottom .boxlist .more a span{
        font-size: 12px;
    }
    .main_content .content .right_content .contact4{
        margin-bottom: 100px;
    }
}

/* 快乐工作 */
.main_content .content .right_content .happy_work{
    margin-bottom: 200px;
}
.main_content .content .right_content .happy_work .boxlist_more{
    display: none;
}
.main_content .content .right_content .happy_work .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.main_content .content .right_content .happy_work .boxlist .list{
    width: 30.4%;
    margin-right: 4.2%;
    margin-bottom: 30px;
}
.main_content .content .right_content .happy_work .boxlist .list:nth-child(3n){
    margin-right: 0%;
}
.main_content .content .right_content .happy_work .boxlist .list .list_img{
    width: 100%;
}
.main_content .content .right_content .happy_work .boxlist .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.main_content .content .right_content .happy_work .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_content .content .right_content .happy_work .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.main_content .content .right_content .happy_work .boxlist .list .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.main_content .content .right_content .happy_work .boxlist .list .list_txt{
    width: 100%;
    text-align: center;
    padding: 10px;
}
.main_content .content .right_content .happy_work .boxlist .list .list_txt a{
    font-size: 20px;
    line-height: 36px;
    color: #222222;
    font-weight: normal;
}
.main_content .content .right_content .happy_work .list_other{
    text-align: center;
}
.main_content .content .right_content .happy_work .list_other span{
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.main_content .content .right_content .happy_work .list_other span::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    right: auto;
    top: auto;
    width: 12px;
    height: 7px;
    background: url(../images/happy_work_icon01.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.main_content .content .right_content .happy_work .list_other .opened::after{
    transform: translateX(-50%) rotateZ(180deg);
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
}
@media (max-width:1200px){
    .main_content .content .right_content .happy_work .boxlist .list .list_txt a{
        font-size: 16px;
        line-height: 28px;
    }
    .main_content .content .right_content .happy_work .boxlist{
        justify-content: space-between;
    }
    .main_content .content .right_content .happy_work .boxlist .list{
        width: 48%;
        margin-right: 0;
    }
    .main_content .content .right_content .happy_work{
        margin-bottom: 150px;
    }
}
@media (max-width:760px){
    .main_content .content .right_content .happy_work .boxlist .list .list_txt a{
        font-size: 14px;
    }
    .main_content .content .right_content .happy_work .list_other span {
        font-size: 14px;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .happy_work .boxlist .list .list_txt a{
        font-size: 12px;
    }
    .main_content .content .right_content .happy_work{
        margin-bottom: 100px;
    }
    .main_content .content .right_content .happy_work .list_other span {
        font-size: 12px;
    }
}

/* 加入我们 */
.main_content .content .right_content .join{
    margin-bottom: 250px;
    display: flex;
    justify-content: space-between;
}
.main_content .content .right_content .join .left{
    width: 48.4%;
}
.main_content .content .right_content .join .right{
    width: 46.3%;
}
.main_content .content .right_content .join .left .boxlist{
    width: 100%;
}
.main_content .content .right_content .join .left .boxlist .list{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.main_content .content .right_content .join .left .boxlist .list h1{
    padding: 30px;
    font-size: 22px;
    color: #222222;
    font-weight: normal;
    background-color: #f0f0f0;
}
.main_content .content .right_content .join .left .boxlist .list .click_more{
    position: absolute;
    top: 27px;
    right: 30px;
    left: auto;
    bottom: auto;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/join_icon01.png) no-repeat center center;
    cursor: pointer;
}
.main_content .content .right_content .join .left .boxlist .list .join_info{
    display: none;
    padding: 20px 30px;
    background-color: #f7f7f7;
}
.main_content .content .right_content .join .left .boxlist .list .join_info h3{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #222222;
}
.main_content .content .right_content .join .left .boxlist .list .join_info p{
    font-size: 1px;
    font-weight: normal;
    line-height: 30px;
    color: #666666;
}
.main_content .content .right_content .join .left .boxlist .list .join_info .more{
    margin: 60px 0 30px;
}
.main_content .content .right_content .join .left .boxlist .list .join_info .more a{
    width: 140px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.main_content .content .right_content .join .left .boxlist .list .join_info .more a span{
    font-size: 16px;
    color: #ffffff;
}
.main_content .content .right_content .join .left .boxlist .list .join_info .more a img{
    width: 7px;
    height: 11px;
    filter: brightness(8);
    -webkit-filter: brightness(8);
}
.main_content .content .right_content .join .left .boxlist .list .join_info .more a:hover{
    background: linear-gradient(125deg,#0080d0 35%,#2545a1);
    box-shadow: 10px 10px 35px rgba(42, 128, 216, .25);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
/* 员工福利 */
.main_content .content .right_content .join .right .one{
    margin-bottom: 50px;
}
.main_content .content .right_content .join .right .one h1{
    font-size: 32px;
    line-height: 34px;
    color: #222222;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.main_content .content .right_content .join .right .one h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    top: auto;
    right: auto;
    width: 30px;
    height: 1px;
    background-color: #0086d1;
}
.main_content .content .right_content .join .right .one ul li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.main_content .content .right_content .join .right .one ul li span{
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    color: #222222;
    /* white-space: nowrap; */
    position: relative;
    padding-left: 30px;
    width: 150px;
    margin-right: 5px;
}
.main_content .content .right_content .join .right .one ul li span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 20px;
    height: 20px;
    background: url(../images/join_icon02.png) no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.main_content .content .right_content .join .right .one ul li p{
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    color: #222222;
}

/* 联系方式 */
.main_content .content .right_content .join .right .two{
    margin-bottom: 50px;
}
.main_content .content .right_content .join .right .two h1{
    font-size: 32px;
    line-height: 34px;
    color: #222222;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.main_content .content .right_content .join .right .two h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    top: auto;
    right: auto;
    width: 30px;
    height: 1px;
    background-color: #0086d1;
}
.main_content .content .right_content .join .right .two ul li{
    display: flex;
    align-items: flex-start;
}
.main_content .content .right_content .join .right .two ul li span{
    font-size: 18px;
    line-height: 34px;
    font-weight: normal;
    color: #222222;
    white-space: nowrap;
}
.main_content .content .right_content .join .right .two ul li p{
    font-size: 18px;
    line-height: 34px;
    font-weight: normal;
    color: #222222;
}
.main_content .content .right_content .join .right .two ul li p a{
    color: #222222;
}
.main_content .content .right_content .join .right .two ul li p .youxiang{
    color: #0086d1;
}

/* 员工活动 */
.main_content .content .right_content .join .right .three{
    margin-bottom: 50px;
}
.main_content .content .right_content .join .right .three h1{
    font-size: 32px;
    line-height: 34px;
    color: #222222;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.main_content .content .right_content .join .right .three h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    top: auto;
    right: auto;
    width: 30px;
    height: 1px;
    background-color: #0086d1;
}
.main_content .content .right_content .join .right .three .bottom .swiper-container .swiper-button-next{
    display: none;
}
.main_content .content .right_content .join .right .three .bottom .swiper-container .swiper-button-prev{
    display: none;
}
.main_content .content .right_content .join .right .three .bottom .swiper-container .swiper-pagination{
    display: none;
}
.main_content .content .right_content .join .right .three .bottom .swiper-container .swiper-slide .list .list_img{
    width: 100%;
}
.main_content .content .right_content .join .right .three .bottom .swiper-container .swiper-slide .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.main_content .content .right_content .join .right .three .bottom .swiper-container .swiper-slide .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_content .content .right_content .join .right .three .bottom .swiper-container .swiper-slide .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.main_content .content .right_content .join .right .three .bottom .swiper-container .swiper-slide .list .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 户外活动 */
.main_content .content .right_content .join .right .four{
    margin-bottom: 50px;
}
.main_content .content .right_content .join .right .four h1{
    font-size: 32px;
    line-height: 34px;
    color: #222222;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.main_content .content .right_content .join .right .four h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    top: auto;
    right: auto;
    width: 30px;
    height: 1px;
    background-color: #0086d1;
}
.main_content .content .right_content .join .right .four .bottom .swiper-container .swiper-button-next{
    display: none;
}
.main_content .content .right_content .join .right .four .bottom .swiper-container .swiper-button-prev{
    display: none;
}
.main_content .content .right_content .join .right .four .bottom .swiper-container .swiper-pagination{
    display: none;
}
.main_content .content .right_content .join .right .four .bottom .swiper-container .swiper-slide .list .list_img{
    width: 100%;
}
.main_content .content .right_content .join .right .four .bottom .swiper-container .swiper-slide .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.main_content .content .right_content .join .right .four .bottom .swiper-container .swiper-slide .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_content .content .right_content .join .right .four .bottom .swiper-container .swiper-slide .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.main_content .content .right_content .join .right .four .bottom .swiper-container .swiper-slide .list .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width:1600px){
    .main_content .content .right_content .join .right .one h1{
        font-size: 24px;
        line-height: 30px;
    }
    .main_content .content .right_content .join .right .one ul li span{
        font-size: 14px;
    }
    .main_content .content .right_content .join .right .one ul li p{
        font-size: 14px;
    }
    .main_content .content .right_content .join .right .two ul li span{
        font-size: 14px;
        line-height: 30px;
    }
    .main_content .content .right_content .join .right .two ul li p{
        font-size: 14px;
        line-height: 30px;
    }
    .main_content .content .right_content .join .right .two h1{
        font-size: 24px;
        line-height: 30px;
    }
    .main_content .content .right_content .join .right .three h1{
        font-size: 24px;
        line-height: 30px;
    }
    .main_content .content .right_content .join .right .four h1{
        font-size: 24px;
        line-height: 30px;
    }
    .main_content .content .right_content .join .left .boxlist .list h1{
        padding: 25px;
        font-size: 18px;
    }
    .main_content .content .right_content .join .left .boxlist .list .click_more{
        top: 22px;
    }
}
@media (max-width:1200px){
    .main_content .content .right_content .join .right .one h1{
        font-size: 20px;
    }
    .main_content .content .right_content .join .right .one ul li span{
        font-size: 13px;
    }
    .main_content .content .right_content .join .right .one ul li p{
        font-size: 13px;
    }
    .main_content .content .right_content .join .right .two h1{
        font-size: 20px;
    }
    .main_content .content .right_content .join .right .two ul li span{
        font-size: 13px;
        line-height: 26px;
    }
    .main_content .content .right_content .join .right .two ul li p{
        font-size: 13px;
        line-height: 26px;
    }
    .main_content .content .right_content .join .right .three h1{
        font-size: 20px;
    }
    .main_content .content .right_content .join .right .four h1{
        font-size: 20px;
    }
    .main_content .content .right_content .join .right .one ul li{
        margin-bottom: 10px;
    }
    .main_content .content .right_content .join .left .boxlist .list h1{
        padding: 20px;
        font-size: 16px;
    }
    .main_content .content .right_content .join .left .boxlist .list .click_more{
        top: 17px;
    }
    .main_content .content .right_content .join .left .boxlist .list .join_info h3{
        font-size: 14px;
        line-height: 26px;
    }
    .main_content .content .right_content .join .left .boxlist .list .join_info p {
        font-size: 13px;
        line-height: 26px;
    }
    .main_content .content .right_content .join .left .boxlist .list .join_info .more{
        margin: 40px 0 20px;
    }
    .main_content .content .right_content .join .left .boxlist .list .join_info .more a span{
        font-size: 13px;
    }
    .main_content .content .right_content .join .left .boxlist .list .join_info .more a{
        width: 120px;
        height: 35px;
    }
    .main_content .content .right_content .join{
        margin-bottom: 180px;
    }
}
@media (max-width:1000px){
    .main_content .content .right_content .join{
        flex-wrap: wrap;
    }
    .main_content .content .right_content .join .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .main_content .content .right_content .join .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .join .left .boxlist .list h1{
        padding: 15px;
        font-size: 14px;
    }
    .main_content .content .right_content .join .left .boxlist .list .click_more{
        top: 10px;
    }
    .main_content .content .right_content .join .left .boxlist .list .join_info p{
        font-size: 12px;
        line-height: 24px;
    }
    .main_content .content .right_content .join .left .boxlist .list .join_info .more a{
        width: 100px;
        height: 30px;
        padding: 0 10px;
    }
    .main_content .content .right_content .join .left .boxlist .list .join_info .more a span{
        font-size: 12px;
    }
    .main_content .content .right_content .join .left .boxlist .list .join_info .more{
        margin: 30px 0 15px;
    }
    .main_content .content .right_content .join .right .one ul li span{
        font-size: 12px;
    	width: 120px;
    }
    .main_content .content .right_content .join .right .one ul li p{
        font-size: 12px;
    }
    .main_content .content .right_content .join .right .one{
        margin-bottom: 30px;
    }
    .main_content .content .right_content .join .right .two{
        margin-bottom: 30px;
    }
    .main_content .content .right_content .join .right .three{
        margin-bottom: 30px;
    }
    .main_content .content .right_content .join .right .four{
        margin-bottom: 30px;
    }
    .main_content .content .right_content .join .right .two ul li span{
        font-size: 12px;
    }
    .main_content .content .right_content .join .right .two ul li p{
        font-size: 12px;
    }
    .main_content .content .right_content .join{
        margin-bottom: 100px;
    }
}

/* 新闻中心 */
.main_content .content .right_content .news{
    margin-bottom: 200px;
}
.main_content .content .right_content .news .boxlist{
    width: 100%;
}
.main_content .content .right_content .news .boxlist .list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 20px 30px;
    border-bottom: 1px solid #dddddd;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .right_content .news .boxlist .list .list_img{
    width: 18.75%;
}
.main_content .content .right_content .news .boxlist .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.66%;
    overflow: hidden;
}
.main_content .content .right_content .news .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_content .content .right_content .news .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.main_content .content .right_content .news .boxlist .list .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.main_content .content .right_content .news .boxlist .list .list_txt{
    width: 74.2%;
    display: flex;
    justify-content: space-between;
}
.main_content .content .right_content .news .boxlist .list .list_txt .time span:nth-child(1){
    display: block;
    font-size: 36px;
    color: #aaaaaa;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 10px;
}
.main_content .content .right_content .news .boxlist .list .list_txt .time span:nth-child(2){
    display: block;
    font-size: 17px;
    color: #aaaaaa;
    line-height: 36px;
    font-weight: normal;
}
.main_content .content .right_content .news .boxlist .list .list_txt .theme{
    width: 53.1%;
}
.main_content .content .right_content .news .boxlist .list .list_txt .theme h1{
    margin-bottom: 20px;
    font-weight: normal;
}
.main_content .content .right_content .news .boxlist .list .list_txt .theme h1 a{
    font-size: 22px;
    color: #222222;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.main_content .content .right_content .news .boxlist .list .list_txt .theme .info p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.main_content .content .right_content .news .boxlist .list .list_txt .more a span{
    font-size: 16px;
    color: #666666;
    margin-right: 20px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .right_content .news .boxlist .list .list_txt .more a img{
    width: 7px;
    height: 11px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.main_content .content .right_content .news .boxlist .list:hover{
    border-bottom: 1px solid #0086d1;
}
.main_content .content .right_content .news .boxlist .list:hover .list_txt .more a span{
    color: #0086d1;
}
.main_content .content .right_content .news .boxlist .list:hover .list_txt .more a img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

@media (max-width:1600px){
    .main_content .content .right_content .news .boxlist .list .list_txt .time span:nth-child(1){
        font-size: 26px;
        line-height: 30px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .time span:nth-child(2){
        font-size: 14px;
        line-height: 30px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .theme h1{
        margin-bottom: 10px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .theme h1 a{
        font-size: 20px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .theme .info p{
        font-size: 13px;
        line-height: 24px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .more a span{
        font-size: 13px;
    }
}
@media (max-width:1200px){
    .main_content .content .right_content .news .boxlist .list .list_txt .time span:nth-child(1){
        font-size: 22px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .theme h1 a{
        font-size: 18px;
    }
}
@media (max-width:1000px){
    .main_content .content .right_content .news .boxlist .list .list_img{
        width: 40.75%;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt{
        flex-wrap: wrap;
        width: 54.2%;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .time{
        width: 100%;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .theme{
        width: 100%;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .theme .info{
        margin-bottom: 20px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .more{
        width: 100%;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .time span:nth-child(1){
        display: inline-block;
        margin-right: 20px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .time span:nth-child(2){
        display: inline-block;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .news .boxlist .list .list_txt .time span:nth-child(1){
        font-size: 12px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .time span:nth-child(2){
        font-size: 12px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .theme h1 a{
        font-size: 14px;
        line-height: 26px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .theme .info p{
        font-size: 12px;
        line-height: 20px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .more a span{
        font-size: 12px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt .theme .info{
        margin-bottom: 10px;
    }
    .main_content .content .right_content .news .boxlist .list{
    	flex-wrap: wrap;
    }
    .main_content .content .right_content .news .boxlist .list .list_img{
   	width: 100%;
    	margin-bottom: 20px;
    }
    .main_content .content .right_content .news .boxlist .list .list_txt{
	width: 100%;
    }
}

/* 关于我们——合作伙伴 */
.main_content .content .right_content .partner{
    margin-bottom: 200px;
}
.main_content .content .right_content .partner .boxlist{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.main_content .content .right_content .partner .boxlist .list{
    width: 18%;
    background-color: #ffffff;
    margin: 0 1%;
    margin-bottom: 2%;
}
.main_content .content .right_content .partner .boxlist .list .list_img{
    width: 100%;
}
.main_content .content .right_content .partner .boxlist .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 50%;
}
.main_content .content .right_content .partner .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* filter: opacity(.5); */
    /* -webkit-filter: opacity(.5); */
}
.main_content .content .right_content .partner .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    /* filter: grayscale(100%); */
    /* -webkit-filter: grayscale(100%); */
}
.main_content .content .right_content .partner .boxlist .list .list_img:hover .img a{
    /*filter: opacity(1);
    -webkit-filter: opacity(1);*/
    background-color: #ffffff;
}
.main_content .content .right_content .partner .boxlist .list .list_img:hover .img a img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    /*filter: grayscale(0%);
    -webkit-filter: grayscale(0%);*/
}
.main_content .content .right_content .partner .list_other{
    text-align: center;
    display: none;
}
.main_content .content .right_content .partner .list_other span{
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.main_content .content .right_content .partner .list_other span::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    right: auto;
    top: auto;
    width: 12px;
    height: 7px;
    background: url(../images/happy_work_icon01.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.main_content .content .right_content .partner .list_other .opened::after{
    transform: translateX(-50%) rotateZ(180deg);
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
}
@media (max-width:1400px){
    .main_content .content .right_content .partner .boxlist .list{
        width: 23%;
    }
}
@media (max-width:1000px){
    .main_content .content .right_content .partner{
        margin-bottom: 150px;
    }
    .main_content .content .right_content .partner .boxlist .list{
        width: 31%;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .partner{
        margin-bottom: 100px;
    }
    .main_content .content .right_content .partner .boxlist{
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .main_content .content .right_content .partner .boxlist .list{
        width: 48%;
    }
}

/* 服务区service */
.service{
    background-color: #ffffff;
    padding: 200px 0 260px;
}
.service .content{
    width: 85%;
    margin: 0 auto;
}
.service .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.service .content .boxlist .list{
    width: 20%;
}
.service .content .boxlist .list:nth-child(1){
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.service .content .boxlist .list:nth-child(2){
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.service .content .boxlist .list:nth-child(3){
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.service .content .boxlist .list:nth-child(4){
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.service .content .boxlist .list:nth-child(5){
    border-bottom: 1px solid #f0f0f0;
}
.service .content .boxlist .list:nth-child(6){
    border-right: 1px solid #f0f0f0;
}
.service .content .boxlist .list:nth-child(7){
    border-right: 1px solid #f0f0f0;
}
.service .content .boxlist .list:nth-child(8){
    border-right: 1px solid #f0f0f0;
}
.service .content .boxlist .list:nth-child(9){
    border-right: 1px solid #f0f0f0;
}
.service .content .boxlist .list a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20% 0;
    background: #ffffff;
}
.service .content .boxlist .list a .list_img{
    width: 100px;
    height: 100px;
    margin-bottom: 8%;
}
.service .content .boxlist .list a .list_img img{
    width: 100%;
}
.service .content .boxlist .list:hover a .list_img img{
    filter: brightness(200);
}
.service .content .boxlist .list:hover a{
    background: linear-gradient(125deg,#00c0fa 40%,#015eea);
    box-shadow: 0px 0px 35px rgba(1, 106, 171, .3);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.service .content .boxlist .list a .list_txt p{
    font-size: 20px;
    font-weight: normal;
    color: #222222;
    margin-bottom: 0;
    text-align: center;
}
.service .content .boxlist .list:hover a .list_txt p{
    color: #ffffff;
}

@media (max-width:1600px){
    .service{
        padding: 200px 0 260px;
    }
}
@media (max-width:1400px){
    .service .content .boxlist .list a .list_txt p{
        font-size: 18px;
    }
}
@media (max-width:1200px){
    .service .content{
        width: 95%;
    }
    .service .content .boxlist .list a .list_img{
        width: 50px;
        height: 50px;
    }
    .service{
        padding: 140px 0 180px;
    }
}
@media (max-width:1000px){
    .service .content .boxlist .list{
        width: 25%;
    }
    .service .content .boxlist .list:nth-child(1){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(2){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(3){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(4){
        border-bottom: 1px solid #f0f0f0;
        border-right: none;
    }
    .service .content .boxlist .list:nth-child(5){
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(6){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(7){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(8){
        border-bottom: 1px solid #f0f0f0;
        border-right: none;
    }
    .service .content .boxlist .list:nth-child(9){
        border-right: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(10){
        border-right: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list a .list_txt p{
        font-size: 16px;
    }
}
@media (max-width:760px){
    .service .content .boxlist .list {
        width: 33.33%;
    }
    .service .content .boxlist .list:nth-child(1){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(2){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(3){
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(4){
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(5){
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(6){
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(7){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(8){
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(9){
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(10){
        border-right: 1px solid #f0f0f0;
    }
    .service{
        padding: 90px 0 120px;
    }
    .service .content .boxlist .list a .list_txt p{
        font-size: 14px;
    }
}
@media (max-width:550px){
    .service .content .boxlist .list {
        width: 50%;
    }
    .service .content .boxlist .list:nth-child(1){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(2){
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(3){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(4){
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(5){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(6){
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(7){
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(8){
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .service .content .boxlist .list:nth-child(9){
        border-right: 1px solid #f0f0f0;
        border-bottom: none;
    }
    .service .content .boxlist .list:nth-child(10){
        border-right: none;
        border-bottom: none;
    }
    .service{
        padding: 60px 0 100px;
    }
    .service .content .boxlist .list a .list_txt p{
        font-size: 12px;
    }
    .service .content .boxlist .list a .list_img{
        width: 40px;
        height: 40px;
    }
}

/* 服务区service详情 */
.service_detail{
    background-color: #ffffff;
    padding: 160px 0 200px;
}
.service_detail .content{
    width: 66.6%;
    margin: 0 auto;
}
.service_detail .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.service_detail .content .boxlist .top{
    width: 100%;
    margin-bottom: 100px;
}
.service_detail .content .boxlist .top .theme{
    margin-bottom: 60px;
}
.service_detail .content .boxlist .top .theme h1{
    font-size: 0px;
    font-weight: normal;
    line-height: 30px;
    color: #222222;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}
.service_detail .content .boxlist .top .theme h1 span{
    color: #0086d1;
    font-size: 42px;
}
.service_detail .content .boxlist .top .theme .info p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.service_detail .content .boxlist .top .swiper-container{
    width: 100%;
}
.service_detail .content .boxlist .top .swiper-container .swiper-wrapper{
    width: 100%;
}
.service_detail .content .boxlist .top .swiper-container .swiper-wrapper .swiper-slide{
    width: 100% !important;
}
.service_detail .content .boxlist .top .swiper-container .swiper-wrapper .swiper-slide .list{
    width: 100%;
}
.service_detail .content .boxlist .top .swiper-container .swiper-wrapper .swiper-slide .list .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}
.service_detail .content .boxlist .top .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_detail .content .boxlist .top .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img img{
    width: 100%;
}
.service_detail .content .boxlist .top .swiper-container .swiper-button-next{
    position: absolute;
    right: 30px;
    left: auto;
    top: 50%;
    bottom: auto;
    width: 46px;
    height: 46px;
    background: url(../images/service_detail_right01.png) rgba(0, 0, 0, .4) no-repeat center center;
    border-style:none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.service_detail .content .boxlist .top .swiper-container .swiper-button-next::after{
    display: none;
}
.service_detail .content .boxlist .top .swiper-container .swiper-button-prev{
    position: absolute;
    right: auto;
    left: 30px;
    top: 50%;
    bottom: auto;
    width: 46px;
    height: 46px;
    background: url(../images/service_detail_left01.png) rgba(0, 0, 0, .4) no-repeat center center;
    border-style:none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.service_detail .content .boxlist .top .swiper-container .swiper-button-prev::after{
    display: none;
}
.service_detail .content .boxlist .top .swiper-container .swiper-pagination{
    display: none;
}
.service_detail .content .boxlist .top .swiper-container .swiper-button-next:hover{
    background: url(../images/service_detail_right01.png) rgba(0, 134, 209, 1) no-repeat center center;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.service_detail .content .boxlist .top .swiper-container .swiper-button-prev:hover{
    background: url(../images/service_detail_left01.png) rgba(0, 134, 209, 1) no-repeat center center;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.service_detail .content .boxlist .bottom .list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}
.service_detail .content .boxlist .bottom .list:last-child{
    margin-bottom: 0;
}
.service_detail .content .boxlist .bottom .list .list_img{
    width: 50%;
}
.service_detail .content .boxlist .bottom .list .list_img .img1{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.service_detail .content .boxlist .bottom .list .list_img .img1 .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_detail .content .boxlist .bottom .list .list_img .img1 .img img{
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.service_detail .content .boxlist .bottom .list .list_img:hover .img1 .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.service_detail .content .boxlist .bottom .list .list_txt{
    width: 50%;
}
.service_detail .content .boxlist .bottom .list .list_txt .theme{
    margin-bottom: 40px;
}
.service_detail .content .boxlist .bottom .list .list_txt .theme span{
    display: inline-block;
    padding-left: 40px;
    font-size: 22px;
    line-height: 30px;
    color: #666666;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
}
.service_detail .content .boxlist .bottom .list .list_txt .theme span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 30px;
    height: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #666666;
}
.service_detail .content .boxlist .bottom .list .list_txt .theme h1{
    font-size: 26px;
    line-height: 30px;
    color: #222222;
    font-weight: normal;
}
.service_detail .content .boxlist .bottom .list .list_txt .info p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.service_detail .content .boxlist .bottom .list:nth-child(odd) .list_img{
    order: 1;
}
.service_detail .content .boxlist .bottom .list:nth-child(odd) .list_txt{
    order: 2;
    padding: 50px 40px 50px 80px;
}
.service_detail .content .boxlist .bottom .list:nth-child(even) .list_img{
    order: 2;
}
.service_detail .content .boxlist .bottom .list:nth-child(even) .list_txt{
    order: 1;
    padding: 50px 80px 50px 40px;
}
@media (max-width:1600px){
    .service_detail .content{
        width: 75%;
    }
    .service_detail .content .boxlist .top .theme h1 span{
        font-size: 30px;
    }
}
@media (max-width:1400px){
    .service_detail .content{
        width: 85%;
    }
    .service_detail .content .boxlist .bottom .list:nth-child(odd) .list_txt {
        padding: 40px 30px 40px 60px;
    }
    .service_detail .content .boxlist .bottom .list:nth-child(even) .list_txt {
        padding: 40px 60px 40px 30px;
    }
}
@media (max-width:1200px){
    .service_detail .content{
        width: 95%;
    }
    .service_detail .content .boxlist .top .theme h1{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .service_detail .content .boxlist .top .theme h1 span{
        font-size: 24px;
    }
    .service_detail .content .boxlist .top .theme .info p{
        font-size: 13px;
        line-height: 24px;
    }
    .service_detail .content .boxlist .bottom .list .list_txt .theme h1{
        font-size: 20px;
    }
    .service_detail .content .boxlist .bottom .list .list_txt .theme{
        margin-bottom: 30px;
    }
    .service_detail .content .boxlist .bottom .list .list_txt .info p{
        font-size: 13px;
        line-height: 24px;
    }
    .service_detail .content .boxlist .bottom .list .list_txt .theme span{
        line-height: 24px;
    }
    .service_detail .content .boxlist .top .theme{
        margin-bottom: 40px;
    }
    .service_detail{
        padding: 100px 0 140px;
    }
    .service_detail .content .boxlist .top{
        margin-bottom: 60px;
    }
    .service_detail .content .boxlist .bottom .list{
        margin-bottom: 40px;
    }
}
@media (max-width:1000px){
    .service_detail .content .boxlist .bottom .list:nth-child(odd) .list_txt{
        padding: 20px 20px 20px 40px;
    }
    .service_detail .content .boxlist .bottom .list:nth-child(even) .list_txt{
        padding: 20px 40px 20px 20px;
    }
    .service_detail .content .boxlist .bottom .list .list_txt .theme{
        margin-bottom: 20px;
    }
    .service_detail .content .boxlist .bottom .list .list_txt .theme span{
        margin-bottom: 0px;
    }
}
@media (max-width:800px){
    .service_detail .content .boxlist .bottom .list{
        flex-wrap: wrap;
    }
    .service_detail .content .boxlist .bottom .list:nth-child(odd) .list_img{
        width: 100%;
        order: 1;
    }
    .service_detail .content .boxlist .bottom .list:nth-child(odd) .list_txt{
        width: 100%;
        order: 2;
        padding: 20px;
    }
    .service_detail .content .boxlist .bottom .list:nth-child(even) .list_img{
        width: 100%;
        order: 1;
    }
    .service_detail .content .boxlist .bottom .list:nth-child(even) .list_txt{
        width: 100%;
        order: 2;
        padding: 20px;
    }
    .service_detail .content .boxlist .top .swiper-container .swiper-button-next{
        right: 15px;
        width: 36px;
        height: 36px;
    }
    .service_detail .content .boxlist .top .swiper-container .swiper-button-prev{
        left: 15px;
        width: 36px;
        height: 36px;
    }
}
@media (max-width:550px){
    .service_detail .content .boxlist .top .theme h1 span{
        font-size: 20px;
    }
    .service_detail .content .boxlist .top .theme .info p{
        font-size: 12px;
    }
    .service_detail .content .boxlist .bottom .list .list_txt .theme h1{
        font-size: 16px;
    }
    .service_detail .content .boxlist .bottom .list .list_txt .info p{
        font-size: 12px;
    }
    .service_detail{
        padding: 60px 0 80px;
    }
    .service_detail .content .boxlist .top{
        margin-bottom: 40px;
    }
    .service_detail .content .boxlist .bottom .list{
        margin-bottom: 30px;
    }
}

/* 解决方案 */
.solution{
    background-color: #ffffff;
    padding: 150px 0 180px;
}
.solution .content{
    width: 56.25%;
    margin: 0 auto;
}
.solution .content .boxlist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solution .content .boxlist .list{
    width: 48.2%;
    margin-bottom: 40px;
}
.solution .content .boxlist .list .list_img{
    width: 100%;
}
.solution .content .boxlist .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}
.solution .content .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution .content .boxlist .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.solution .content .boxlist .list .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.solution .content .boxlist .list .list_txt{
    padding: 15px 20px;
    background-color: #f6f6f6;
}
.solution .content .boxlist .list .list_txt .theme{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.solution .content .boxlist .list .list_txt .theme h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #222222;
}
.solution .content .boxlist .list .list_txt .theme h1 a{
    color: #222222;
}
.solution .content .boxlist .list .list_txt .theme .more a span{
    font-size: 16px;
    color: #666666;
    margin-right: 20px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.solution .content .boxlist .list .list_txt .theme .more a img{
    width: 7px;
    height: 11px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.solution .content .boxlist .list:hover .list_txt .theme .more a span{
    color: #0086d1;
}
.solution .content .boxlist .list:hover .list_txt .theme .more a img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
}
.solution .content .boxlist .list .list_txt .info{
    width: 100%;
}
.solution .content .boxlist .list .list_txt .info p{
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width:1800px){
    .solution .content{
        width: 66.6%;
    }
}
@media (max-width:1600px){
    .solution .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .solution .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .solution .content{
        width: 95%;
    }
    .solution .content .boxlist .list .list_txt .theme{
        margin-bottom: 10px;
    }
    .solution .content .boxlist .list .list_txt .theme h1{
        font-size: 18px;
    }
    .solution{
        padding: 100px 0 120px;
    }
}
@media (max-width:760px){
    .solution .content .boxlist .list .list_txt{
        padding: 10px 20px;
    }
    .solution .content .boxlist .list .list_txt .theme h1{
        font-size: 14px;
    }
    .solution .content .boxlist .list .list_txt .theme .more a span{
        font-size: 12px;
        margin-right: 10px;
    }
    .solution .content .boxlist .list .list_txt .info p{
        font-size: 12px;
    }
    .solution .content .boxlist .list .list_txt .theme{
        margin-bottom: 0px;
    }
}
@media (max-width:550px){
    .solution .content .boxlist .list{
        width: 100%;
        margin-bottom: 30px;
    }
    .solution{
        padding: 60px 0 80px;
    }
}

/* 注册 */
.price_register{
    background: url(../images/price_register_background.jpg) no-repeat;
    background-size: cover;
    padding: 250px 0 150px;
}
.price_register .content{
    width: 75%;
    margin: 0 auto;
}
.price_register .content .boxlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.price_register .content .boxlist .left{
    width: 38.8%;
}
.price_register .content .boxlist .left h1{
    font-weight: bold;
    font-size: 62px;
    color: #ffffff;
    margin: 90px 0;
}
.price_register .content .boxlist .left .info p{
    font-weight: normal;
    font-size: 34px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 2px;
}
.price_register .content .boxlist .right{
    width: 31.9%;
    background-color: #ffffff;
    padding: 40px 50px;
}
.price_register .content .boxlist .right > h1{
    font-size: 32px;
    font-weight: normal;
    color: #0086d1;
    margin-bottom: 30px;
}
.price_register .content .boxlist .right .login{
    width: 100%;
}
.price_register .content .boxlist .right .login .one{
    width: 100%;
    margin-bottom: 15px;
}
.price_register .content .boxlist .right .login .one input{
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #dddddd;
    outline: none;
}
.price_register .content .boxlist .right .login .one input::placeholder{
    font-size: 16px;
    color: #666666;
}
.price_register .content .boxlist .right .login .two{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.price_register .content .boxlist .right .login .two .left_validation{
    width: 22.2%;
}
.price_register .content .boxlist .right .login .two .left_validation a{
    width: 100%;
    display: block;
    text-align: center;
    color: #666666;
}
.price_register .content .boxlist .right .login .two .left_validation a img{
    width: 100%;
}
.price_register .content .boxlist .right .login .two .right_validation{
    width: 72.2%;
}
.price_register .content .boxlist .right .login .two .right_validation input{
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #dddddd;
    outline: none;
}
.price_register .content .boxlist .right .login .two .right_validation input::placeholder{
    color: #666666;
    font-size: 16px;
}
.price_register .content .boxlist .right .login .login_button{
    margin-bottom: 15px;
}
.price_register .content .boxlist .right .login .login_button a{
    display: block;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.price_register .content .boxlist .right .login .register_button{
    margin-bottom: 15px;
}
.price_register .content .boxlist .right .login .register_button a{
    display: block;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.price_register .content .boxlist .right .login .login_button a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
.price_register .content .boxlist .right .login .register_button a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
.price_register .content .boxlist .right .login .info{
    margin-bottom: 15px;
}
.price_register .content .boxlist .right .login .info p{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
}
.price_register .content .boxlist .right .login .info p a{
    color: #0086d1;
}

@media (max-width:1800px){
    .price_register .content .boxlist .left h1{
        font-size: 50px;
        margin: 70px 0;
    }
}
@media (max-width:1600px){
    .price_register .content .boxlist .left{
        width: 44.8%;
    }
    .price_register .content .boxlist .right{
        width: 38.9%;
    }
}
@media (max-width:1400px){
    .price_register .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .price_register .content{
        width: 95%;
    }
    .price_register .content .boxlist .left h1{
        font-size: 40px;
        margin: 50px 0;
    }
    .price_register .content .boxlist .left .info p{
        font-size: 24px;
        line-height: 40px;
    }
}
@media (max-width:1000px){
    .price_register .content .boxlist{
        flex-wrap: wrap;
    }
    .price_register .content .boxlist .left{
        width: 100%;
        margin-bottom: 50px;
    }
    .price_register .content .boxlist .right{
        width: 55%;
        margin: 0 auto;
    }
    .price_register{
        padding: 150px 0 100px;
    }
}
@media (max-width:760px){
    .price_register .content .boxlist .left h1{
        font-size: 30px;
    }
    .price_register .content .boxlist .left .info p{
        font-size: 20px;
    }
    .price_register .content .boxlist .right{
        width: 75%;
    }
    .price_register .content .boxlist .right > h1{
        font-size: 24px;
    }
}
@media (max-width:550px){
    .price_register .content .boxlist .right{
        width: 100%;
        padding: 20px 30px;
    }
    .price_register{
        padding: 100px 0 60px;
    }
    .price_register .content .boxlist .right > h1{
        font-size: 20px;
    }
    .price_register .content .boxlist .right > h1{
        margin-bottom: 20px;
    }
    .price_register .content .boxlist .right .login .one input{
        padding: 8px;
    }
    .price_register .content .boxlist .right .login .two .right_validation input{
        padding: 8px;
    }
}

/* 登录 */
.price_login{
    background: url(../images/price_login_background.jpg) no-repeat;
    background-size: cover;
    padding: 250px 0 150px;
}
.price_login .content{
    width: 75%;
    margin: 0 auto;
}
.price_login .content .boxlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.price_login .content .boxlist .left{
    width: 38.8%;
}
.price_login .content .boxlist .left h1{
    font-weight: bold;
    font-size: 62px;
    color: #ffffff;
    margin: 90px 0;
}
.price_login .content .boxlist .left h1 span{
    color: red;
}
.price_login .content .boxlist .left .info p{
    font-weight: normal;
    font-size: 34px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 2px;
}
.price_login .content .boxlist .right{
    width: 31.9%;
    background-color: #ffffff;
    padding: 40px 50px;
}
.price_login .content .boxlist .right > h1{
    font-size: 32px;
    font-weight: normal;
    color: #0086d1;
    margin-bottom: 30px;
}
.price_login .content .boxlist .right .login{
    width: 100%;
}
.price_login .content .boxlist .right .login .one{
    width: 100%;
    margin-bottom: 15px;
}
.price_login .content .boxlist .right .login .one input{
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #dddddd;
    outline: none;
}
.price_login .content .boxlist .right .login .one input::placeholder{
    font-size: 16px;
    color: #666666;
}
.price_login .content .boxlist .right .login .two{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.price_login .content .boxlist .right .login .two label{
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0;
}
.price_login .content .boxlist .right .login .two label input{
    width: 12px;
    height: 12px;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #999999;
    margin-right: 5px;
}
.price_login .content .boxlist .right .login .two label input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.price_login .content .boxlist .right .login .two label p{
    font-size: 14px;
    color: #666666;
}
.price_login .content .boxlist .right .login .two .password a{
    color: #0080d0;
    font-size: 14px;
}
.price_login .content .boxlist .right .login .login_button{
    margin-bottom: 15px;
}
.price_login .content .boxlist .right .login .login_button a{
    display: block;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.price_login .content .boxlist .right .login .register_button{
    margin-bottom: 15px;
}
.price_login .content .boxlist .right .login .register_button a{
    display: block;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.price_login .content .boxlist .right .login .login_button a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
.price_login .content .boxlist .right .login .register_button a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
.price_login .content .boxlist .right .login .info{
    margin-bottom: 60px;
}
.price_login .content .boxlist .right .login .info p{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
}
.price_login .content .boxlist .right .login .info p a{
    color: #0086d1;
}

@media (max-width:1800px){
    .price_login .content .boxlist .left h1{
        font-size: 50px;
        margin: 70px 0;
    }
}
@media (max-width:1600px){
    .price_login .content .boxlist .left{
        width: 44.8%;
    }
    .price_login .content .boxlist .right{
        width: 38.9%;
    }
}
@media (max-width:1400px){
    .price_login .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .price_login .content{
        width: 95%;
    }
    .price_login .content .boxlist .left h1{
        font-size: 40px;
        margin: 50px 0;
    }
    .price_login .content .boxlist .left .info p{
        font-size: 24px;
        line-height: 40px;
    }
}
@media (max-width:1000px){
    .price_login .content .boxlist{
        flex-wrap: wrap;
    }
    .price_login .content .boxlist .left{
        width: 100%;
        margin-bottom: 50px;
    }
    .price_login .content .boxlist .right{
        width: 50%;
        margin: 0 auto;
    }
    .price_login{
        padding: 150px 0 100px;
    }
}
@media (max-width:760px){
    .price_login .content .boxlist .left h1{
        font-size: 30px;
    }
    .price_login .content .boxlist .left .info p{
        font-size: 20px;
    }
    .price_login .content .boxlist .right{
        width: 65%;
    }
    .price_login .content .boxlist .right > h1{
        font-size: 24px;
    }
}
@media (max-width:550px){
    .price_login .content .boxlist .right{
        width: 100%;
        padding: 20px 30px;
    }
    .price_login{
        padding: 100px 0 60px;
    }
    .price_login .content .boxlist .right > h1{
        font-size: 20px;
    }
    .price_login .content .boxlist .right > h1{
        margin-bottom: 20px;
    }
    .price_login .content .boxlist .right .login .one input{
        padding: 8px;
    }
    .price_login .content .boxlist .right .login .two .right_validation input{
        padding: 8px;
    }
}

/* 找回账户密码 */
.forgot_password{
    padding: 150px 0;
}
.forgot_password .content{
    width: 66.6%;
    margin: 0 auto;
}
.forgot_password .content .boxlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.forgot_password .content .boxlist .right{
    width: 31.9%;
    background-color: #ffffff;
    padding: 40px 50px;
}
.forgot_password .content .boxlist .right > h1{
    font-size: 32px;
    font-weight: normal;
    color: #0086d1;
    margin-bottom: 30px;
}
.forgot_password .content .boxlist .right .login{
    width: 100%;
}
.forgot_password .content .boxlist .right .login .one{
    width: 100%;
    margin-bottom: 15px;
}
.forgot_password .content .boxlist .right .login .one > span{
    color: #666666;
    font-size: 16px;
}
.forgot_password .content .boxlist .right .login .one input{
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #dddddd;
    outline: none;
}
.forgot_password .content .boxlist .right .login .one input::placeholder{
    font-size: 16px;
    color: #666666;
}
.forgot_password .content .boxlist .right .login .two{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.forgot_password .content .boxlist .right .login .two .left_validation{
    width: 22.2%;
}
.forgot_password .content .boxlist .right .login .two .left_validation a img{
    width: 100%;
}
.forgot_password .content .boxlist .right .login .two .right_validation{
    width: 70%;
}
.forgot_password .content .boxlist .right .login .two .right_validation input {
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #dddddd;
    outline: none;
}
.forgot_password .content .boxlist .right .login .two > span{
    width: 100%;
    margin-bottom: 10px;
    color: #666666;
    font-size: 16px;
}
.forgot_password .content .boxlist .right .login .register_button{
    margin-bottom: 15px;
}
.forgot_password .content .boxlist .right .login .register_button a{
    display: block;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.forgot_password .content .boxlist .right .login .login_button a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
.forgot_password .content .boxlist .right .login .register_button a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
.forgot_password .content .boxlist .right .login .info{
    margin-bottom: 10px;
}
.forgot_password .content .boxlist .right .login .info p{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
}
.forgot_password .content .boxlist .right .login .info p a{
    color: #0086d1;
}

@media (max-width:1800px){
    .forgot_password .content .boxlist .left h1{
        font-size: 50px;
        margin: 70px 0;
    }
    .forgot_password .content .boxlist .right{
        width: 40%;
    }
}
@media (max-width:1600px){
    .forgot_password .content{
        width: 75%;
    }
    .forgot_password .content .boxlist .right{
        width: 38.9%;
    }
}
@media (max-width:1400px){
    .forgot_password .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .forgot_password .content{
        width: 95%;
    }
    .forgot_password .content .boxlist .left h1{
        font-size: 40px;
        margin: 50px 0;
    }
    .forgot_password .content .boxlist .left .info p{
        font-size: 24px;
        line-height: 40px;
    }
}
@media (max-width:1000px){
    .forgot_password .content .boxlist{
        flex-wrap: wrap;
    }
    .forgot_password .content .boxlist .left{
        width: 100%;
        margin-bottom: 50px;
    }
    .forgot_password .content .boxlist .right{
        width: 50%;
        margin: 0 auto;
    }
    .forgot_password{
        padding: 150px 0 100px;
    }
}
@media (max-width:760px){
    .forgot_password .content .boxlist .left h1{
        font-size: 30px;
    }
    .forgot_password .content .boxlist .left .info p{
        font-size: 20px;
    }
    .forgot_password .content .boxlist .right{
        width: 65%;
    }
    .forgot_password .content .boxlist .right > h1{
        font-size: 24px;
    }
}
@media (max-width:550px){
    .forgot_password .content .boxlist .right{
        width: 100%;
        padding: 20px 30px;
    }
    .forgot_password{
        padding: 100px 0 60px;
    }
    .forgot_password .content .boxlist .right > h1{
        font-size: 20px;
    }
    .forgot_password .content .boxlist .right > h1{
        margin-bottom: 20px;
    }
    .forgot_password .content .boxlist .right .login .one input{
        padding: 8px;
    }
    .forgot_password .content .boxlist .right .login .two .right_validation input{
        padding: 8px;
    }
}

/* 新闻详情 */
.main_content .content .right_content .news_detail{
    margin-bottom: 200px;
}
.main_content .content .right_content .news_detail .theme{
    border-bottom: 1px solid #e5e5e5;
}
.main_content .content .right_content .news_detail .theme .title{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-weight: normal;
}
.main_content .content .right_content .news_detail .theme .time{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
}
.main_content .content .right_content .news_detail .news_detail_info{
    padding: 80px 0;
    border-bottom: 1px solid #bfbfbf;
}
.main_content .content .right_content .news_detail .news_detail_info p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 0 2%;
}
.main_content .content .right_content .news_detail .news_detail_info p > img{
    max-width: 100%;
}
.main_content .content .right_content .news_detail .news_detail_other{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.main_content .content .right_content .news_detail .news_detail_other ul li{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.main_content .content .right_content .news_detail .news_detail_other ul li a{
    color: #666666;
}
.main_content .content .right_content .news_detail .news_detail_other ul li:hover{
    color: #0086d1;
}
.main_content .content .right_content .news_detail .news_detail_other ul li:hover a{
    color: #0086d1;
}
.main_content .content .right_content .news_detail .news_detail_other .more a{
    width: 120px;
    height: 35px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
}
.main_content .content .right_content .news_detail .news_detail_other .more a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
@media (max-width:1200px){
    .main_content .content .right_content .news_detail .theme .title{
        font-size: 18px;
    }
    .main_content .content .right_content .news_detail{
        margin-bottom: 150px;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .news_detail .news_detail_other .more a{
        width: 100px;
        height: 30px;
        font-size: 12px;
    }
    .main_content .content .right_content .news_detail .news_detail_other ul li{
        font-size: 12px;
    }
    .main_content .content .right_content .news_detail{
        margin-bottom: 100px;
    }
}


/* 加入我们详情 */
.main_content .content .right_content .join_detail{
    margin-bottom: 200px;
}
.main_content .content .right_content .join_detail .theme{
    border-bottom: 1px solid #e5e5e5;
}
.main_content .content .right_content .join_detail .theme .title{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-weight: normal;
}
.main_content .content .right_content .join_detail .theme .time{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
}
.main_content .content .right_content .join_detail .join_detail_info{
    padding: 80px 0;
    border-bottom: 1px solid #bfbfbf;
}
.main_content .content .right_content .join_detail .join_detail_info p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 0 2%;
}
.main_content .content .right_content .join_detail .join_detail_info p > img{
    max-width: 100%;
}
.main_content .content .right_content .join_detail .join_detail_other{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.main_content .content .right_content .join_detail .join_detail_other ul li{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.main_content .content .right_content .join_detail .join_detail_other ul li a{
    color: #666666;
}
.main_content .content .right_content .join_detail .join_detail_other ul li:hover{
    color: #0086d1;
}
.main_content .content .right_content .join_detail .join_detail_other ul li:hover a{
    color: #0086d1;
}
.main_content .content .right_content .join_detail .join_detail_other .more a{
    width: 120px;
    height: 35px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
}
.main_content .content .right_content .join_detail .join_detail_other .more a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
@media (max-width:1200px){
    .main_content .content .right_content .join_detail .theme .title{
        font-size: 18px;
    }
    .main_content .content .right_content .join_detail{
        margin-bottom: 150px;
    }
}
@media (max-width:550px){
    .main_content .content .right_content .join_detail .join_detail_other .more a{
        width: 100px;
        height: 30px;
        font-size: 12px;
    }
    .main_content .content .right_content .join_detail .join_detail_other ul li{
        font-size: 12px;
    }
    .main_content .content .right_content .join_detail{
        margin-bottom: 100px;
    }
}


/* 解决方案详情 */
.solution_detail{
    padding: 120px 0;
}
.solution_detail .content{
    width: 75%;
    margin: 0 auto;
}
.solution_detail .content .boxlist .title{
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0;
    margin-bottom: 0;
}
.solution_detail .content .boxlist .title{
    text-decoration: none;
    color: #222222;
    font-size: 32px;
    font-weight: normal;
}
.solution_detail .content .boxlist .solution_detail_info{
    padding: 100px 0;
    border-bottom: 1px solid #e2e2e2;
}
.solution_detail .content .boxlist .solution_detail_info p{
    font-size: 18px;
}
.solution_detail .content .boxlist .solution_detail_info p > img{
    max-width: 100%;
}
.solution_detail .content .boxlist .solution_detail_other{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solution_detail .content .boxlist .solution_detail_other ul li{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.solution_detail .content .boxlist .solution_detail_other ul li a{
    text-decoration: none;
    color: #666666;
    font-size: 16px;
}
.solution_detail .content .boxlist .solution_detail_other ul li:hover{
    color: #0086d1;
}
.solution_detail .content .boxlist .solution_detail_other ul li:hover a{
    color: #0086d1;
}
.solution_detail .content .boxlist .solution_detail_other .more a{
    width: 120px;
    height: 35px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
}
.solution_detail .content .boxlist .solution_detail_other .more a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
@media (max-width:1400px){
    .solution_detail .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .solution_detail .content{
        width: 95%;
    }
}
@media (max-width:550px){
    .solution_detail .content .boxlist .title{
        font-size: 20px;
    }
    .solution_detail .content .boxlist .solution_detail_info p{
        font-size: 14px;
    }
    .solution_detail .content .boxlist .solution_detail_info{
        padding: 50px 0;
    }
    .solution_detail .content .boxlist .solution_detail_other ul li{
        font-size: 12px;
    }
    .solution_detail .content .boxlist .solution_detail_other .more a{
        width: 100px;
        height: 30px;
        font-size: 12px;
    }
    .solution_detail{
        padding: 60px 0;
    }
}


/* info单页 */
/* 内容 */
.info_main{
    padding: 90px 0 130px;
}
.info_main .content{
    width: 66.6%;
    margin: 0 auto;
}
.info_main .content .info_edit p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
@media (max-width:1600px){
    .info_main .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .info_main .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .info_main .content{
        width: 95%;
    }
}
p > img{
    max-width: 100%;
}
p > a > img{
    max-width: 100%;
}
p > span > img{
    max-width: 100%;
}

.header .navbar .pc_fixed01{transition: all 0.2s linear -1ms;}
.header_active .navbar .pc_fixed01 .pc_menu_right li .t{ color:#666666;}
.header .navbar .pc_fixed01 .pc_menu_right li .t{color:#666666;}
.header .navbar .pc_fixed01 .pc_menu_right .active .t{color:#0086d1;}
.header .navbar .pc_fixed01 .pc_logo a .img2{
    display: block;
}
.header .navbar .pc_fixed01 .pc_logo a .img1{
    display: none;
}
.header .navbar .pc_fixed01 .pc_menu_right > .active::after {
    background-color: #0086d1;
}
.pc_fixed01 .language ul li{
    color: #666666;
}
.pc_fixed01 .language ul li a{
    color: #666666;
}
.header .navbar .pc_fixed01{
	background: #ffffff;
	box-shadow: 8px 0 45px rgb(0 0 0 / 10%);
}
.header .navbar .pc_fixed01 .pc_menu_right > li:hover::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #0086d1;
	transition: all .5s linear;
}
.header .navbar .pc_fixed01 .pc_menu_right li:hover .t{
    color: #0086d1;
}

/* 会员中心 */
.user_center{
    padding: 150px 0;
}
.user_center .content{
    width: 66.6%;
    margin: 0 auto;
}
.user_center .content .boxlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.user_center .content .boxlist .left{
    width: 20%;
}
.user_center .content .boxlist .left h1{
    font-size: 32px;
    font-weight: normal;
    color: #0086d1;
    margin-bottom: 30px;
    text-align: right;
}
.user_center .content .boxlist .left ul{
    border-right: 1px solid #dddddd;
}
.user_center .content .boxlist .left ul li{
    margin-bottom: 10px;
    text-align: right;
    padding: 10px 0;
}
.user_center .content .boxlist .left ul li a{
    color: #666666;
    padding: 0 10px;
    display: block;
    border-right: 1px solid transparent;
}
.user_center .content .boxlist .left ul .active a{
    color: #0086d1;
    border-right: 1px solid #0086d1;
}
.user_center .content .boxlist .left ul li:hover a{
    color: #0086d1;
    border-right: 1px solid #0086d1;
}
.user_center .content .boxlist .left ul li a{
    font-size: 18px;
    
}
.user_center .content .boxlist .right{
    width: 75%;
}
.user_center .content .boxlist .right h1{
    font-size: 32px;
    font-weight: normal;
    color: #0086d1;
    margin-bottom: 30px;
}
.user_center .content .boxlist .right h1 a{
    color: #0086d1;
}
.user_center .content .boxlist .right ul li{
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.user_center .content .boxlist .right ul li span{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    width: 15%;
    text-align: right;
}
.user_center .content .boxlist .right ul li p{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    width: 80%;
}

@media (max-width:1600px){
    .user_center .content{
        width: 75%;
        margin: 0 auto;
    }
}
@media (max-width:1400px){
    .user_center .content{
        width: 85%;
        margin: 0 auto;
    }
}
@media (max-width:1200px){
    .user_center .content{
        width: 95%;
        margin: 0 auto;
    }
    .user_center .content .boxlist .right h1{
        font-size: 24px;
    }
    .user_center .content .boxlist .left h1{
        font-size: 24px;
    }
    .user_center .content .boxlist .left ul li a{
        font-size: 14px;
    }
    .user_center .content .boxlist .right ul li span{
        width: 20%;
    }
    .user_center .content .boxlist .right ul li p{
        width: 75%;
    }
}
@media (max-width:1000px){
    .user_center .content .boxlist .left{
        width: 28%;
    }
    .user_center .content .boxlist .right{
        width: 65%;
    }
}
@media (max-width:760px){
    .user_center .content .boxlist{
        flex-wrap: wrap;
        padding: 20px;
    }
    .user_center .content .boxlist .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .user_center .content .boxlist .left ul li{
        margin-right: 10px;
    }
    .user_center .content .boxlist .right{
        width: 100%;
    }
    .user_center .content .boxlist .left h1{
        font-size: 18px;
        
    }
    .user_center .content .boxlist .right h1{
        font-size: 18px;
    }
    .user_center .content .boxlist .left ul{
        display: flex;
        flex-wrap: wrap;
    }
    .user_center .content .boxlist .left ul li a{
        font-size: 12px;
    }
    .user_center .content .boxlist .right ul li span{
        font-size: 12px;
        width: 23%;
    }
    .user_center .content .boxlist .right ul li p{
        font-size: 12px;
        width: 72%;
    }
    .user_center{
        padding: 100px 0;
    }
}



/* 修改密码 */
.user_modify_password{
    padding: 150px 0;
}
.user_modify_password .content{
    width: 66.6%;
    margin: 0 auto;
}
.user_modify_password .content .boxlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.user_modify_password .content .boxlist .left{
    width: 20%;
}
.user_modify_password .content .boxlist .left h1{
    font-size: 32px;
    font-weight: normal;
    color: #0086d1;
    margin-bottom: 30px;
    text-align: right;
}
.user_modify_password .content .boxlist .left ul{
    border-right: 1px solid #dddddd;
}
.user_modify_password .content .boxlist .left ul li{
    margin-bottom: 10px;
    text-align: right;
    padding: 10px 0;
}
.user_modify_password .content .boxlist .left ul li a{
    color: #666666;
    padding: 0 10px;
    display: block;
    border-right: 1px solid transparent;
}
.user_modify_password .content .boxlist .left ul .active a{
    color: #0086d1;
    border-right: 1px solid #0086d1;
}
.user_modify_password .content .boxlist .left ul li:hover a{
    color: #0086d1;
    border-right: 1px solid #0086d1;
}
.user_modify_password .content .boxlist .left ul li a{
    font-size: 18px;
}
.user_modify_password .content .boxlist .right{
    width: 75%;
}
.user_modify_password .content .boxlist .right h1{
    font-size: 32px;
    font-weight: normal;
    color: #0086d1;
    margin-bottom: 30px;
}
.user_modify_password .content .boxlist .right h1 a{
    color: #0086d1;
}
.user_modify_password .content .boxlist .right ul li{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.user_modify_password .content .boxlist .right ul li span{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    width: 15%;
    text-align: right;
}
.user_modify_password .content .boxlist .right ul li input{
    border: none;
    border: 1px solid #dddddd;
    outline: none;
    color: #666666;
    padding: 10px;
    width: 50%;
}
.user_modify_password .content .boxlist .right ul li input::placeholder{
    font-size: 16px;
    color: #666666;
}
.user_modify_password .content .boxlist .right .more{
    text-align: center;
}
.user_modify_password .content .boxlist .right .more a{
    margin-left: 15%;
    width: 120px;
    height: 35px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
}
.user_modify_password .content .boxlist .right .more a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}
@media (max-width:1600px){
    .user_modify_password .content{
        width: 75%;
        margin: 0 auto;
    }
}
@media (max-width:1400px){
    .user_modify_password .content{
        width: 85%;
        margin: 0 auto;
    }
}
@media (max-width:1200px){
    .user_modify_password .content{
        width: 95%;
        margin: 0 auto;
    }
    .user_modify_password .content .boxlist .right h1{
        font-size: 24px;
    }
    .user_modify_password .content .boxlist .left h1{
        font-size: 24px;
    }
    .user_modify_password .content .boxlist .left ul li a{
        font-size: 14px;
    }
    .user_modify_password .content .boxlist .right ul li span{
        width: 20%;
    }
    .user_modify_password .content .boxlist .right ul li p{
        width: 75%;
    }
}
@media (max-width:1000px){
    .user_modify_password .content .boxlist .left{
        width: 28%;
    }
    .user_modify_password .content .boxlist .right{
        width: 65%;
    }
}
@media (max-width:760px){
    .user_modify_password .content .boxlist{
        flex-wrap: wrap;
        padding: 20px;
    }
    .user_modify_password .content .boxlist .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .user_modify_password .content .boxlist .left ul li{
        margin-right: 10px;
    }
    .user_modify_password .content .boxlist .right{
        width: 100%;
    }
    .user_modify_password .content .boxlist .left h1{
        font-size: 18px;
        
    }
    .user_modify_password .content .boxlist .right h1{
        font-size: 18px;
    }
    .user_modify_password .content .boxlist .left ul{
        display: flex;
        flex-wrap: wrap;
    }
    .user_modify_password .content .boxlist .left ul li a{
        font-size: 12px;
    }
    .user_modify_password .content .boxlist .right ul li span{
        font-size: 12px;
        width: 23%;
    }
    .user_modify_password .content .boxlist .right ul li p{
        font-size: 12px;
        width: 72%;
    }
    .user_modify_password{
        padding: 100px 0;
    }
    .user_modify_password .content .boxlist .right ul li input::placeholder{
        font-size: 12px;
        color: #666666;
    }
    .user_modify_password .content .boxlist .right ul li input{
        padding: 5px;
    }
    .user_modify_password .content .boxlist .right .more a{
        width: 100px;
        height: 30px;
        font-size: 12px;
    }
}


/* 修改信息 */
.user_modify_information{
    padding: 150px 0;
}
.user_modify_information .content{
    width: 66.6%;
    margin: 0 auto;
}
.user_modify_information .content .boxlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.user_modify_information .content .boxlist .left{
    width: 20%;
}
.user_modify_information .content .boxlist .left h1{
    font-size: 32px;
    font-weight: normal;
    color: #0086d1;
    margin-bottom: 30px;
    text-align: right;
}
.user_modify_information .content .boxlist .left ul{
    border-right: 1px solid #dddddd;
}
.user_modify_information .content .boxlist .left ul li{
    margin-bottom: 10px;
    text-align: right;
    padding: 10px 0;
}
.user_modify_information .content .boxlist .left ul li a{
    color: #666666;
    padding: 0 10px;
    display: block;
    border-right: 1px solid transparent;
}
.user_modify_information .content .boxlist .left ul .active a{
    color: #0086d1;
    border-right: 1px solid #0086d1;
}
.user_modify_information .content .boxlist .left ul li:hover a{
    color: #0086d1;
    border-right: 1px solid #0086d1;
}
.user_modify_information .content .boxlist .left ul li a{
    font-size: 18px;
    
}
.user_modify_information .content .boxlist .right{
    width: 75%;
}
.user_modify_information .content .boxlist .right h1{
    font-size: 32px;
    font-weight: normal;
    color: #0086d1;
    margin-bottom: 30px;
}
.user_modify_information .content .boxlist .right h1 a{
    color: #0086d1;
}
.user_modify_information .content .boxlist .right ul li{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user_modify_information .content .boxlist .right ul li span{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    width: 15%;
    text-align: right;
}
.user_modify_information .content .boxlist .right ul li p{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    width: 80%;
}
.user_modify_information .content .boxlist .right ul li > input{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    width: 80%;
    padding: 5px;
    border: 1px solid #dddddd;
    outline: none;
}
.user_modify_information .content .boxlist .right ul li .radio{
    display: flex;
    align-items: center;
    width: 80%;
}
.user_modify_information .content .boxlist .right ul li .radio label{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-right: 20px;
}
.user_modify_information .content .boxlist .right ul li .radio label input{
    margin-right: 5px;
}
.user_modify_information .content .boxlist .right ul li > input::placeholder{
    font-size: 16px;
    color: #666666;
}

.user_modify_information .content .boxlist .right .more{
    text-align: center;
}
.user_modify_information .content .boxlist .right .more a{
    margin-left: 20%;
    width: 120px;
    height: 35px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #dddddd;
    color: #666666;
}
.user_modify_information .content .boxlist .right .more a:hover{
    background: linear-gradient(125deg,#0080d0 40%,#2545a1);
    color: #ffffff;
}

@media (max-width:1600px){
    .user_modify_information .content{
        width: 75%;
        margin: 0 auto;
    }
}
@media (max-width:1400px){
    .user_modify_information .content{
        width: 85%;
        margin: 0 auto;
    }
}
@media (max-width:1200px){
    .user_modify_information .content{
        width: 95%;
        margin: 0 auto;
    }
    .user_modify_information .content .boxlist .right h1{
        font-size: 24px;
    }
    .user_modify_information .content .boxlist .left h1{
        font-size: 24px;
    }
    .user_modify_information .content .boxlist .left ul li a{
        font-size: 14px;
    }
    .user_modify_information .content .boxlist .right ul li span{
        width: 20%;
    }
    .user_modify_information .content .boxlist .right ul li p{
        width: 75%;
    }
}
@media (max-width:1000px){
    .user_modify_information .content .boxlist .left{
        width: 28%;
    }
    .user_modify_information .content .boxlist .right{
        width: 65%;
    }
}
@media (max-width:760px){
    .user_modify_information .content .boxlist{
        flex-wrap: wrap;
        padding: 20px;
    }
    .user_modify_information .content .boxlist .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .user_modify_information .content .boxlist .left ul li{
        margin-right: 10px;
    }
    .user_modify_information .content .boxlist .right{
        width: 100%;
    }
    .user_modify_information .content .boxlist .left h1{
        font-size: 18px;
        
    }
    .user_modify_information .content .boxlist .right h1{
        font-size: 18px;
    }
    .user_modify_information .content .boxlist .left ul{
        display: flex;
        flex-wrap: wrap;
    }
    .user_modify_information .content .boxlist .left ul li a{
        font-size: 12px;
    }
    .user_modify_information .content .boxlist .right ul li span{
        font-size: 12px;
        width: 23%;
    }
    .user_modify_information .content .boxlist .right ul li p{
        font-size: 12px;
        width: 72%;
    }
    .user_modify_information{
        padding: 100px 0;
    }
    .user_modify_information .content .boxlist .right .more a{
        width: 100px;
        height: 30px;
        font-size: 12px;
    }
    .user_modify_information .content .boxlist .right ul li > input{
        font-size: 12px;
    }
    .user_modify_information .content .boxlist .right ul li > input::placeholder{
        font-size: 12px;
    }
    .user_modify_information .content .boxlist .right ul li{
        margin-bottom: 10px;
    }
}

/* 用户协议 */
.user_agreement{
    padding: 150px 0;
}
.user_agreement .content{
    width: 66.6%;
    margin: 0 auto;
}
.user_agreement .content .boxlist{
    width: 100%;
    padding: 30px;
}
@media (max-width:1600px){
    .user_agreement .content{
        width: 75%;
        margin: 0 auto;
    }
}
@media (max-width:1400px){
    .user_agreement .content{
        width: 85%;
        margin: 0 auto;
    }
}
@media (max-width:1200px){
    .user_agreement .content{
        width: 95%;
        margin: 0 auto;
    }
}



/* 企业文化 2022.7.28 */
.qiye_wenhua{
    display: flex;
    justify-content: space-between;
}
.qiye_wenhua .left_navigation{
    max-width: 160px;
}
.info_main .left_navigation .navigation h1{
    color: #222222;
    font-size: 38px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 35px;
}
.info_main .left_navigation .navigation ul{
    border-right: 1px solid #dddddd;
    text-align: right;
    padding: 20px 0 40px;
}
.info_main .left_navigation .navigation ul li{
    margin-bottom: 35px;
}
.info_main .left_navigation .navigation ul li a{
    font-size: 18px;
    color: #666666;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.info_main .left_navigation .navigation ul .active a{
    color: #0086d1;
}
.info_main .left_navigation .navigation ul li a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto;
    width: 2px;
    height: 18px;
    background-color: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.info_main .left_navigation .navigation ul .active a::after{
    background-color: #0086d1;
}
.info_main .left_navigation .navigation ul li:hover a{
    color: #0086d1;
}
.info_main .left_navigation .navigation ul li:hover a::after{
    background-color: #0086d1;
}
@media (max-width:1600px){
    .info_main .left_navigation .navigation h1{
        font-size: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width:1200px){
    .info_main .left_navigation .navigation h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .info_main .left_navigation .navigation ul li a{
        font-size: 14px;
        padding: 0 10px;
    }
    .info_main .left_navigation .navigation ul li{
        margin-bottom: 25px;
    }
}
@media (max-width:760px){
    .qiye_wenhua{
	flex-wrap: wrap;
    }
    .info_main .left_navigation{
        width: 100%;
        max-width: 100%;
    }
    .info_main .left_navigation .navigation{
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .info_main .left_navigation .navigation ul{
        display: flex;
        flex-wrap: wrap;
        border-right: none;
        border-bottom: 1px solid #dddddd;
        padding: 0;
    }
    .info_main .left_navigation .navigation h1{
        font-size: 20px;
        margin-bottom: 10px;
        display: none;
    }
    .info_main .left_navigation .navigation ul li a{
        font-size: 12px;
        padding: 10px 0px;
        margin: 0 10px;
    }
    .info_main .left_navigation .navigation ul li{
        margin-bottom: 10px;
    }
    .info_main .left_navigation .navigation ul li a::after{
        right: 0;
        top: 100%;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 1px;
        background-color: transparent;
    }
}
.qiye_wenhua .wenhua{
    width: 80%;
    padding: 50px;
    background: url(../images/wenhua_background.jpg) no-repeat;
    background-size: cover !important;
}
.info_main .wenhua .theme{
    margin-bottom: 50px;
}
.info_main .wenhua .theme h1{
    font-size: 42px;
    color: #ffffff;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}
.info_main .wenhua .boxlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.info_main .wenhua .boxlist .list{
    width: 32%;
    background-color: #f6f6f6;
    padding: 4%;
    position: relative;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.info_main .wenhua .boxlist .list::after{
    content: "";
    position: absolute;
    bottom: 15%;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: #333333;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    display: none;
}
.info_main .wenhua .boxlist .list .img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20%;
}
.info_main .wenhua .boxlist .list .img img{
    width: 100%;
}

.info_main .wenhua .boxlist .list h1{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 12%;
}
.info_main .wenhua .boxlist .list .info{
    margin-bottom: 16%;
}

.info_main .wenhua .boxlist .list .info p{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
.info_main .wenhua .boxlist .list:hover{
    background: linear-gradient(125deg,#00c0fa 40%,#015eea);
}
.info_main .wenhua .boxlist .list:hover:after{
    background-color: #ffffff;
}
.info_main .wenhua .boxlist .list:hover h1{
    color: #ffffff;
}
.info_main .wenhua .boxlist .list:hover .info p{
    color: #ffffff;
}
.info_main .wenhua .boxlist .list:hover .img img{

    filter: grayscale(100%) brightness(250%);
    -webkit-filter: grayscale(100%) brightness(250%);
}
@media (max-width:1600px){
    .info_main .wenhua .theme h1{
        font-size: 32px;
    }
    .info_main .wenhua .boxlist .list::after{
        bottom: 10%;
    }
}
@media (max-width:1200px){
    .info_main .wenhua .theme h1{
        font-size: 26px;
    }
    .info_main .wenhua .boxlist .list h1{
        font-size: 18px;
    }
    
}
@media (max-width:1000px){
    .info_main .wenhua .boxlist{
        flex-wrap: wrap;
    }
    .info_main .wenhua .boxlist .list{
        width: 48%;
        margin-bottom: 30px;
    }
}
@media (max-width:760px){
    .info_main .wenhua .boxlist .list{
        padding: 40px 20px;
    }
    .info_main .wenhua .theme h1{
        font-size: 20px;
    }
    .info_main .wenhua .boxlist .list .info{
        margin-bottom: 30px;
    }
    .info_main .wenhua{
        margin-bottom: 40px;
	padding: 30px;
    }
    .info_main .wenhua .boxlist .list h1{
        font-size: 14px;
    }
    .info_main .wenhua .boxlist .list .info p{
        font-size: 12px;
        line-height: 22px;
    }
    .info_main .wenhua .boxlist .list .img{
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
.info_main .wenhua{
	width: 100%;
	margin-top: 40px;
    }
}
@media (max-width:550px){
    .info_main .wenhua .boxlist .list{
        width: 100%;
    }
}

/* 三级导航2020.8.1 */
.navigation03{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #dddddd;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.navigation03 li{
    /* margin-left: 50px; */
    width: 24%;
    height: 60px;
    line-height: 60px;
    margin-right: 1.33%;
    text-align: left;
    background-color: #f6f6f6;
    margin-bottom: 1.33%;
    border-radius: 30px;
}
.navigation03 li:nth-child(4n){
    margin-right: 0;
}
.navigation03 li a{
    color: #666666;
    font-size: 16px;
    /* padding: 20px 0; */
    display: inline-block;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    border-bottom: 1px solid transparent;
    position:relative;
    padding-left:70px;
}
.navigation03 li a::after{
    content:"";
    position:absolute;
    top:10px;
    left:20px;
    width:40px;
    height:40px;
    background: #000;
}
.navigation03 .active a{
    color: #0086d1;
}
.navigation03 li:hover a{
    color: #0086d1;
}
.navigation03 li:nth-child(1) a::after{
    background: url(../images/happy_icon01.png) no-repeat;
    background-size: 100% !important;
}
.navigation03 li:nth-child(2) a::after{
    background: url(../images/happy_icon02.png) no-repeat;
    background-size: 100% !important;
}
.navigation03 li:nth-child(3) a::after{
    background: url(../images/happy_icon03.png) no-repeat;
    background-size: 100% !important;
}
.navigation03 li:nth-child(4) a::after{
    background: url(../images/happy_icon04.png) no-repeat;
    background-size: 100% !important;
}
.navigation03 li:nth-child(5) a::after{
    background: url(../images/happy_icon05.png) no-repeat;
    background-size: 100% !important;
}
.navigation03 li:nth-child(6) a::after{
    background: url(../images/happy_icon06.png) no-repeat;
    background-size: 100% !important;
}
.navigation03 li:nth-child(7) a::after{
    background: url(../images/happy_icon07.png) no-repeat;
    background-size: 100% !important;
}
.navigation03 li:nth-child(8) a::after{
    background: url(../images/happy_icon08.png) no-repeat;
    background-size: 100% !important;
}
@media (max-width:1200px) {
    .navigation03 li a{
        font-size: 14px;
    	padding-left: 60px;
    }
    .navigation03 li a::after{
    	top: 15px;
    	left: 20px;
    	width: 30px;
    	height: 30px;
    }
    .navigation03 li{
    	width: 32%;
	margin-bottom: 2%;
    	margin-right: 2%;
    }
    .navigation03 li:nth-child(4n) {
    	margin-right: 2%;
    }
    .navigation03 li:nth-child(3n) {
    	margin-right: 0;
    }
}
@media (max-width:760px) {
    .navigation03{
	justify-content: space-between;
    }
    .navigation03 li{
	 width: 48%;
    	margin-bottom: 0%;
    	margin-right: 0%;
	margin:0;
	height: 50px;
     	line-height: 50px;
    }
    .navigation03 li a{
        font-size: 12px;
    }
    .navigation03 li:nth-child(4n) {
    	margin-right: 0%;
    }
    .navigation03 li:nth-child(3n) {
    	margin-right: 0;
    }
    .navigation03{
        background-color: #f6f6f6;
        border-bottom: 1px solid transparent;
        justify-content: flex-start;
    }
    .navigation03 li a::after{
	top: 10px;
    }
}