.banner {
    width: 100%;
    margin: 170px 0 0 0;
}

.banner .swiper {
    width: 100%;
}

.banner .swiper .swiper-slide img {
    width: 100%;
}

.banner .swiper .swiper-pagination {
    bottom: 14px;
}

.banner .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #fff;
    opacity: 1;
}

.banner .swiper .swiper-pagination-bullet-active {
    background: #F7AB00;
    transform: scale(1) !important;
}

.banner .swiper .swiper-pagination-bullet-active-main {
    transform: scale(.88);
}

.banner .swiper .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    width: 1200px;
}
.banner .swiper .text span{
    color: #000;
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}

.banner .swiper .text p{
    color: #9c9c9c;
    font-size: 18px;
}

.search {
    width: 100%;
    overflow: hidden;
}

.search .wrap {
    width: 1200px;
    margin: 20px auto 26px;
}

.search .wrap .title {
    width: 100%;
    height: 60px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 28px;
}

.search .wrap .title .keyword {
    display: flex;
    align-items: center;
}

.search .wrap .title .keyword p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.search .wrap .title .keyword a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
html[lang="en"] .search .wrap .title .keyword a{
    max-width: 94px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.search .wrap .title .keyword a:not(:last-child) {
    margin: 0 16px 0 0;
}

.search .wrap .title .keyword a.on {
    text-decoration: underline;
}

.search .wrap .title .keyword a:hover {
    text-decoration: underline;
}

.search .wrap .title form {
    display: flex;
    align-items: center;
}

.search .wrap .title form input {
    width: 549px;
    height: 40px;
    background: #FFFFFF;
    padding: 0 0 0 17px;
    border: none;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.search .wrap .title form input::placeholder {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.search .wrap .title form button {
    width: 40px;
    height: 40px;
    background: #F7AB00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .wrap .title form button .iconfont {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.search .wrap .content {
    margin: 23px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.search .wrap .content .item {
    width: 230px;
    height: 196px;
    background: #F2F2F2;
    border: 2px solid #999999;
    margin: 0 12px 13px 0;
    padding: 14px 15px 10px 15px;
    text-align: center;
}
.search .wrap .content .item:nth-child(2) img{
    position: relative;
    top: 5px;
}
.search .wrap .content .item:nth-child(4) img{
    position: relative;
    top: 5px;
}
.search .wrap .content .item:nth-child(5) img{
    position: relative;
    top: 15px;
}

.search .wrap .content .item:nth-child(5n) {
    margin: 0 0 13px 0;
}

.search .wrap .content .item .color_lump {
    width: 200px;
    height: 36px;
    background: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    transition: 0.6s;

}

.search .wrap .content .item .color_lump p{
    max-width: 90%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search .wrap .content .item:hover .color_lump {
    background: #F7AB00;
}

.search .wrap .content .item img {
    transition: all 1.5s cubic-bezier(0, 0.46, 0, 1.5);
}

.search .wrap .content .item:hover img {
    transform: rotateY(360deg);
}

.index_directory {
    width: 100%;
    overflow: hidden;
    background: #F2F2F2;
}

.index_directory .wrap {
    width: 1200px;
    margin: 42px auto 55px;
}

.index_directory .wrap .title {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 24px 0;
}

.index_directory .wrap .content .switch {
    display: flex;
}

.index_directory .wrap .content .switch a {
    width: 397px;
    height: 50px;
    background: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    transition: 0.6s;
}

.index_directory .wrap .content .switch a:not(:last-child) {
    margin: 0 5px 0 0;
}

.index_directory .wrap .content .switch a:hover {
    background: #F7AB00;
    color: #333333;
}

.index_directory .wrap .content .switch a.on {
    background: #F7AB00;
    color: #333333;
}

.index_directory .wrap .content .directory_swiper {
    margin: 26px 0 0 0;
}

.directory_swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: 0.6s;
}

.directory_swiper .swiper-slide-active {
    opacity: 1;
}

.directory_swiper .swiper-slide .item {
    width: 290px;
    height: 100px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 11px 2px 11px 10px;
    margin: 0 13px 11px 0;
    position: relative;
}

.directory_swiper .swiper-slide .item:nth-child(4n) {
    margin: 0 0 11px 0;
}

.directory_swiper .swiper-slide .item .picture {
    width: 88px;
    height: 78px;
    overflow: hidden;
    margin: 0 16px 0 0;
}

.directory_swiper .swiper-slide .item .picture img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
}

.directory_swiper .swiper-slide .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
}

.directory_swiper .swiper-slide .item .more {
    width: 20px;
    height: 20px;
    background: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.6s;
}

.directory_swiper .swiper-slide .item:hover .picture img {
    transform: scale(1.1);
}

.directory_swiper .swiper-slide .item:hover p {
    color: #F7AB00;
}

.directory_swiper .swiper-slide .item:hover .more {
    background: #F7AB00;
}

.directory_swiper .swiper-slide .item .more .iconfont {
    color: #FFFFFF;
}

.hot {
    width: 100%;
    overflow: hidden;
}

.hot .wrap {
    width: 1200px;
    margin: 35px auto 69px;
}

.hot .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px 0;
}

.hot .wrap .title .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot .wrap .title .text img {
    width: 44px;
    margin: 0 9px 0 0;
}

.hot .wrap .title .text span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    position: relative;
    top: 2px;
}

.hot .wrap .title .more {
    display: flex;
    align-items: center;
}

.hot .wrap .title .more .circle {
    width: 20px;
    height: 20px;
    background: #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}

.hot .wrap .title .more .circle .iconfont {
    color: #333333;
}

.hot .wrap .title .more p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.hot .wrap .content {
    display: flex;
    flex-wrap: wrap;
}

.hot .wrap .content .item {
    width: 230px;
    height: 274px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin: 0 12px 12px 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}

.hot .wrap .content .item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #F7AB00;
    transition: 1s;
    z-index: 2;
    pointer-events: none;
}
.hot .wrap .content .item:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #F7AB00;
    transition: 1s;
    z-index: 2;
    pointer-events: none;
}

.hot .wrap .content .item .pseudo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.hot .wrap .content .item .pseudo:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #F7AB00;
    transition: 1s;
    z-index: 2;
    pointer-events: none;
}
.hot .wrap .content .item .pseudo:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #F7AB00;
    transition: 1s;
    z-index: 2;
    pointer-events: none;
}
.hot .wrap .content .item:hover:after,.hot .wrap .content .item:hover .pseudo:after{
    width: 100%;
}
.hot .wrap .content .item:hover:before,.hot .wrap .content .item:hover .pseudo:before{
    height: 100%;
}
.hot .wrap .content .item:nth-child(5n) {
    margin: 0 0 12px 0;
}

.hot .wrap .content .item .text {
    padding: 0 10px 0 20px;
}

.hot .wrap .content .item .text p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 0 0 8px 0;
    height: 48px;
    position: relative;
    top: 11px;
}

.hot .wrap .content .item .text p span {
    color: #F7AB00;
}

.hot .wrap .content .item .text .num {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    color: #333333;
}

.hot .wrap .content .item .images {
    height: 209px;
    width: 100%;
    overflow: hidden;
}

.hot .wrap .content .item .images img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    object-fit: contain;
}

.hot .wrap .content .item:hover .images img {
    transform: scale(1.1);
}

.index_about {
    width: 100%;
    height: 460px;
    position: relative;
}

.index_about .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index_about .wrap {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.index_about .wrap .text_swiper {
    width: 380px;
    height: 125px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.index_about .wrap .text_swiper .swiper-slide {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}

.index_about .wrap .text_swiper span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.3s;
}

.index_about .wrap .text_swiper .swiper-slide .video {
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    position: absolute;
    left: 106%;
    transition: 0.6s;
}

.index_about .wrap .text_swiper .swiper-slide-active .video {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0.5s;
}

.index_about .wrap .text_swiper .swiper-slide-active span {
    font-size: 22px;
    opacity: 1;
}

.index_about .wrap .text_swiper .swiper-slide .line {
    width: 124px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
    margin: 0 0 0 10px;
    display: none;
}

.index_about .wrap .text_swiper .swiper-slide .play {
    width: 90px;
    height: 90px;
    /*border: 1px solid rgba(255,255,255,0.3);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.index_about .wrap .text_swiper .swiper-slide .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 600ms;
    z-index: 0;
}

.index_about .wrap .text_swiper .swiper-slide .play:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 200ms;
    z-index: 0;
}

@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(1.85);
        opacity: 0;
    }
}

.index_about .wrap .text_swiper .swiper-slide .play .circle {
    width: 50px;
    height: 50px;
    background: #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_about .wrap .text_swiper .swiper-slide .play .circle .triangle {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 13px solid #666666;
    border-bottom: 8px solid transparent;
    position: relative;
    left: 1px;
}

.index_about .content {
    width: 513px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.index_about .content .yellow {
    width: 100%;
    height: 100px;
    background: #F7AB00;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    overflow: hidden;
}

.index_about .content .yellow span {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.index_about .content .yellow img {
    position: absolute;
    right: 60px;
    top: 10px;
}

.index_about .content .details {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 23px 46px 32px 50px;
}

.index_about .content .details > span {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    display: block;
    margin: 0 0 22px 0;
}

.index_about .content .details > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.index_about .content .details .figure {
    margin: 23px 0 0 0;
    display: flex;
    display: none;
}

.index_about .content .details .figure .item:not(:last-child) {
    margin: 0 71px 0 0;
}

.index_about .content .details .figure .item span {
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #F7AB00;
    position: relative;
    display: block;
    width: fit-content;
}

.index_about .content .details .figure .item span:after {
    content: attr(data-text);
    position: absolute;
    right: -22px;
    bottom: 7px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.index_about .content .details .figure .item:nth-child(2) span:after, .index_about .content .details .figure .item:nth-child(3) span:after {
    right: -18px;
}

.index_about .content .details .figure .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.index_about .content .details .more {
    margin: 28px 0 0 0;
    width: 140px;
    height: 46px;
    background: #666666;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.index_about .content .details .more:hover {
    background: #F7AB00;
}

.index_about .content .details .more .iconfont {
    color: #FFFFFF;
    margin: 0 15px 0 0;
}

.index_about .content .details .more p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.innovation {
    overflow: hidden;
    width: 100%;
}

.innovation .wrap {
    width: 1200px;
    margin: 59px auto 29px;
}

.innovation .top .title {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 0 0 27px 0;
}

.innovation .top .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.innovation .top .content .item {
    width: 380px;
    margin: 0 30px 30px 0;
}

.innovation .top .content .item:nth-child(3n) {
    margin: 0 0 30px 0;
}

.innovation .top .content .item .images {
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: block;
}

.innovation .top .content .item .images img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.innovation .top .content .item:hover .images img {
    transform: scale(1.1);
}

.innovation .top .content .item .text {
    margin: 26px 0 0 0;
}

.innovation .top .content .item .text .headline {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 15px 0;
    display: block;
    transition: 0.6s;
    width: fit-content;
}

.innovation .top .content .item:hover .text .headline {
    color: #F7AB00;
}

.innovation .top .content .item .text p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.innovation .center .images {
    width: 100%;
    height: 420px;
}

.innovation .center .images img {
    width: 100%;
    height: 100%;
}

.innovation .center .content {
    display: flex;
    flex-wrap: wrap;
}

.innovation .center .content .item {
    width: 50%;
    padding: 74px 48px 40px 48px;
    display: flex;
    transition: 0.6s;
    cursor: pointer;
}

.innovation .center .content .item .circle {
    width: 82px;
    height: 82px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.innovation .center .content .item .circle .iconfont {
    color: #333333;
    font-size: 40px;
    transition: 0.6s;
}

.innovation .center .content .item .line {
    margin: 0 20px 0 23px;
    width: 1px;
    height: 128px;
    background: rgba(0, 0, 0, 0.1);
    transition: 0.6s;
}

.innovation .center .content .item .line div {
    width: 1px;
    height: 20px;
    background: #000000;
    opacity: 0.3;
    transition: 0.6s;
}

.innovation .center .content .item .text {
    width: 359px;
    margin: 30px 0 0 0;
}

.innovation .center .content .item .text span {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 20px 0;
    display: block;
    transition: 0.6s;
}

.innovation .center .content .item .text p {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    transition: 0.6s;
}

.innovation .center .content .item.on {
    background: #F7AB00;
    transform: translateY(-44px);
}

.innovation .center .content .item.on .text p {
    color: #333;
}

.innovation .bottom {
    display: flex;
    margin: 10px 0 0 0;
}

.innovation .bottom .text {
    margin: 67px 18px 0 0;
}

.innovation .bottom .text span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 18px 22px 0;
}

.innovation .bottom .text p {
    width: 289px;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.innovation .bottom .map {
    width: 577px;
    margin: 0 24px 0 0;
}

.innovation .bottom .map img {
    width: 100%;
}

.innovation .bottom .marketing {
    margin: 60px 0 0 0;
    display: none;
}

.innovation .bottom .marketing .list:first-child {
    margin: 0 0 51px 0;
}

.innovation .bottom .marketing .list .num {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 10px 0;
}

.innovation .bottom .marketing .list .num div {
    display: flex;
    align-items: center;
}

.innovation .bottom .marketing .list .num span {
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: #F7AB00;
    margin: 0 8px 0 0;
}

.innovation .bottom .marketing .list .num p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transform: translateY(5px);
}

.innovation .bottom .marketing .list {
    text-align: right;
}

.innovation .bottom .marketing .list p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.custom {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.custom .background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
}

.custom .wrap {
    width: 1200px;
    margin: 58px auto 12px;
    position: relative;
    z-index: 1;
}

.custom .wrap .title {
    text-align: center;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 46px 0;
}

.custom .wrap .content {
    display: flex;
    flex-wrap: wrap;
}

.custom .wrap .content .list {
    text-align: center;
    margin: 0 0 40px 0;
    cursor: pointer;
}

.custom .wrap .content .list .circle {
    width: 82px;
    height: 82px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: Helvetica;
    font-weight: bold;
    color: #F7AB00;
    margin: 0 auto 27px;
    transition: 0.6s;
}

.custom .wrap .content .list:hover .circle {
    background: #F7AB00;
    color: #333333;
}

.custom .wrap .content .list .text span {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 6px 0;
}

.custom .wrap .content .list .text p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.custom .wrap .content .line {
    margin: 40px 12px 0 12px;
    width: 114px;
    border-top: 1px dashed #999999;
}

.buy {
    width: 100%;
    overflow: hidden;
}

.buy .wrap {
    width: 1200px;
    margin: 41px auto 38px;
}

.buy .wrap .title {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 20px 0;
    text-align: center;
}

.buy .wrap .content {
    width: 100%;
    height: 110px;
    background: #FFFFFF;
    border: 2px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px;
}

.buy .wrap .content img {
    transition: 0.6s;
    cursor: pointer;
}

.buy .wrap .content img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .banner .swiper .swiper-slide img{
        min-height: 400px;
    }
    .banner{
        margin: 60px 0 0 0;
    }
    .banner .swiper .text{
        max-width: 90%;
        margin: 28px 0 10px 5%;
        position: static;
        transform: none;
        height: 52px;
        display: flex;
        align-items: center;
    }
    .banner .swiper .text span{
        font-size: 20px;
    }
    .banner .swiper .text p{
        font-size: 12px;
    }
    .banner .swiper .text {
        display: none;
    }
    .banner .swiper .swiper-slide{
        display: flex;
        flex-direction: column-reverse;
    }
    .banner .swiper .swiper-slide img {
        min-height: 200px;
    }
    .search .wrap .title{
        flex-direction: column;
        align-items: unset;
        height: auto;
        padding: 15px 5%;
    }
    .search .wrap .title .keyword{
        flex-wrap: wrap;
    }
    .search .wrap .title .keyword p{
        font-size: 12px;
        margin: 0 16px 10px 0!important;
    }
    .search .wrap .title form input{
        width: 90%;
    }
    .search .wrap .title .keyword a{
        font-size: 12px;
        margin: 0 16px 10px 0!important;
    }
    .search .wrap{
        max-width: 100%;
        padding: 0 20px;
    }
    .search .wrap .title form input::placeholder{
        font-size: 12px;
    }
    .search .wrap .title form input{
        padding: 0 0 0 6px;
    }
    .search .wrap .content{
        justify-content: space-between;
    }
    .search .wrap .content .item{
        width: 49%;
        margin: 0 0 7px!important;
        padding: 3%;
    }
    .search .wrap .content .item .color_lump{
        width: 100%;
        font-size: 13px;
    }
    .index_directory .wrap{
        max-width: 100%;
        padding: 0 20px;
        margin: 42px auto 12px;
    }
    .index_directory .wrap .title{
        font-size: 20px;
    }
    .index_directory .wrap .content .switch a{
        width: 100%;
        font-size: 13px;
    }
    .directory_swiper .swiper-slide .item{
        width: 49%;
        margin: 0 0 7px!important;
        height: 82px;
    }
    .index_directory .wrap .content .directory_swiper {
        margin: 12px 0 0 0;
    }
    .directory_swiper .swiper-slide .item p{
        font-size: 12px;
    }
    .directory_swiper .swiper-slide .item .picture {
        width: 60px;
        height: 58px;
    }
    .directory_swiper .swiper-slide .item .picture img{
        object-fit: contain;
    }
    .hot .wrap{
        max-width: 100%;
        padding: 0 20px;
        margin: 35px auto 14px;
    }
    .hot .wrap .title .text span{
        font-size: 20px;
    }
    .hot .wrap .title .text img{
        width: 30px;
    }
    .hot .wrap .title .more p{
        font-size: 12px;
    }
    .directory_swiper .swiper-slide{
        justify-content: space-between;
    }
    .hot .wrap .content{
        justify-content: space-between;
    }
    .hot .wrap .content .item .text p{
        font-size: 13px;
    }
    .hot .wrap .content .item{
        width: 49%;
        margin: 0 0 7px 0!important;
        height: auto;
        padding: 20px 0;
        justify-content: center;
    }
    .hot .wrap .content .item .images{
        height: 88px;
    }
    .index_about .wrap{
        max-width: 100%;
        padding: 0 20px;
        flex-direction: column;
    }
    .index_about .content{
        position: static;
        /*display: none;*/
        width: 100%;
        margin: 0 0 15px;
    }
    .index_about .content .yellow {
        height: 64px;
        padding: 0 5%;
    }
    .index_about .content .yellow span{
        font-size: 20px;
    }
    .index_about .wrap .text_swiper{
        height: 150px;
        transform: none;
        top: 0;
        margin: 25px 0 35px 0;
    }
    .index_about .background{
        min-height: 400px;
    }
    .index_about{
        height: auto;
    }

    .index_about .content .details{
        padding: 5%;
    }
    .index_about .content .details > span {
        font-size: 15px;
        line-height: 22px;
    }

    .index_about .content .details > p{
        font-size: 13px;
    }
    .index_about .content .details .figure{
        justify-content: space-between;
    }
    .index_about .content .details .more p{
        font-size: 13px;
    }
    .index_about .content .details .more .iconfont {
        color: #FFFFFF;
        margin: 0 5px 0 0;
    }
    .index_about .content .details .more {
        width: 120px;
        height: 42px;
    }
    .index_about .content .details .figure .item span{
        font-size: 20px;
    }
    .index_about .content .details .figure .item p{
        font-size: 12px;
    }
    .index_about .content .details .figure .item span:after{
        font-size: 12px;
        right: unset;
        left: 107%;
    }
    .index_about .content .details .figure .item:not(:last-child) {
        margin: 0;
    }

    .innovation .wrap{
        width: 100%;
        padding: 0 20px;
        margin: 34px auto 29px;
    }
    .innovation .top .title{
        font-size: 20px;
    }
    .innovation .top .content .item{
        width: 100%;
        margin: 0 0 35px 0;
    }
    .innovation .top .content .item .text .headline{
        font-size: 18px;
        margin: 0 0 6px 0;
    }
    .innovation .top .content .item .text p{
        font-size: 13px;
    }
    .innovation .top .content .item .text {
        margin: 19px 0 0 0;
    }
    .innovation .center .images{
        height: auto;
    }
    .innovation .center .content .item.on{
        transform: translateY(0);
    }
    .innovation .center .content{
        flex-direction: column;
    }
    .innovation .center .content .item{
        width: 100%;
        padding: 15px;
        flex-direction: column;

    }
    .innovation .center .content .item .text{
        width: 100%;
    }
    .innovation .center .content .item .text span{
        font-size: 20px;
        margin: 0 0 12px 0;
    }
    .innovation .center .content .item .circle{
        width: 45px;
        height: 45px;
    }
    .innovation .center .content .item .circle .iconfont{
        font-size: 20px;
    }
    .innovation .center .content .item .line{
        display: none;
    }
    .innovation .center .content .item .text p{
        font-size: 14px;
    }
    .innovation .center .content .item .text {
        margin: 22px 0 0 0;
    }
    .innovation .bottom{
        flex-direction: column;
    }
    .innovation .bottom .text span{
        font-size: 20px;
    }
    .innovation .bottom .text p{
        font-size: 13px;
        width: 100%;
    }
    .innovation .bottom .map{
        margin: 20px 0 ;
        width: 100%;
    }
    .innovation .bottom .text{
        margin: 45px 0 0 0;
    }
    .innovation .bottom .marketing .list{
        text-align: left;
    }
    .innovation .bottom .marketing .list .num{
        align-items: unset;
        justify-content: unset;
    }
    .innovation .bottom .marketing .list .num span{
        font-size: 30px;
    }
    .innovation .bottom .marketing .list .num p{
        font-size: 13px;
    }
    .innovation .bottom .marketing .list p{
        font-size: 13px;
    }
    .innovation .bottom .marketing .list:first-child {
        margin: 0 0 29px 0;
    }
    .innovation .bottom .marketing {
        margin: 22px 0 0 0;
    }
    .custom .wrap{
        width: 100%;
        padding: 0 20px;
    }
    .custom .wrap .title{
        font-size: 20px;
        margin: 0 0 33px 0;
    }
    .custom .wrap .content .line{
        display: none;
    }
    .custom .wrap .content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }
    .custom .wrap .content .list .text span{
        font-size: 17px;
    }
    .custom .wrap .content .list .text p{
        font-size: 13px;
        margin: 10px 0 0 0;
    }
    .custom .wrap .content .list .circle{
        margin: 0 auto 13px;
        width: 65px;
        height: 65px;
        font-size: 22px;
    }
}