@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
ul, li ,dl ,dt ,dd{
	list-style-type: none;
}
input,button{
	outline:none;
}
body{
    font-size: 18px;
    line-height: 24px;
	background: #f0f2f7;
	color:#465d62;
	font-family:'Titillium Web', sans-serif;
}
input,textarea,button{
    font-family:'Titillium Web', sans-serif;
}
a{
	color: inherit;
	text-decoration: none;
	webkit-tap-highlight-color: transparent;
}

.container{
	width: 100%;
	margin: 0 auto;
    max-width: 1200px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.orange{
    color: #E55241;
}
.cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.noweight{
    font-weight: normal;
}
.top-line{
    border-top: 1px solid #4B3CDB;
}
.news-links{
    font-weight: 600;
    font-size: 18px;
    color: rgb(75, 60, 219);
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 24px 0 0;
    
}
.news-links svg {
    margin-left: 10px;
    transition: all 0.3s;
}
.news-links:hover svg{
    margin-left: 16px;
}
.svg-text{
    display: inline-flex;
    align-items: center;
    color: #4B3CDB;
    font-weight: bold;
    margin-left: 15px;
}
.svg-text svg{
    margin-right: 10px;
}
.dot{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #E55241;
    border-radius: 50%;
}
.main-title{
    font-size: 36px;
    line-height: 55px;
    margin: 0 0 10px;
}
.bottom-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
}
.left-bottom-bg{
    position: absolute;
    left: 0;
    bottom: 0;
}

.right-bottom-bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.top-right-bg,
.right-bg{
    position: absolute;
    right: 0;
    top: 0;
}
.mid-bg{
    position: absolute;
    right: 0;
    top: 0;
}
.index-btn1{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    font-size: 18px;
    padding: 0 35px;
    margin: 24px 0 0;
    transition: all 0.3s;
}
.index-btn1:hover{
	background: #fff;
	color: #4B3CDB;
}
.index-btn2{
	display: inline-block;
    height: 48px;
    line-height: 46px;
    background: #4B3CDB;
    border-radius: 30px;
    border: 1px solid #4B3CDB;
    color: #fff;
    font-size: 18px;
    padding: 0 35px;
    margin: 24px 0 0;
    transition: all 0.3s;
}
.index-btn2:hover{
	background: #fff;
	color: #4B3CDB;
}
.index-btn3{
    margin: 20px 0 0;
    display: inline-block;
    padding: 0 20px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    height: 48px;
    background: #4B3CDB;
    box-shadow: 3px 3px 0px 0px #05003B;
    border-radius: 30px;
    border: 3px solid #05003B;
    transition: all 0.3s;
}
.index-btn3:hover{
    box-shadow: none;
}

.edit-cus{
    margin: 20px 0 0;
    display: flex;
}
.edit-cus li{
    margin-right: 30px;
    display: flex;
    align-items: center;
    color: #4B3CDB;
}
.edit-cus li svg{
    margin-right: 10px;
}

.page_box .news_page_list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
.page_box .news_page_list .pageon,
.page_box .news_page_list a.page{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #05003B;
    color: #fff;
    margin: 5px;
    transition: all 0.3s;
    border: 1px solid #05003B;
}
.page_box .news_page_list .pageon{
    opacity: .8;
    cursor: default;
}
.page_box .news_page_list a.page:hover{
    color: #05003B;
    background: none;
    text-decoration: none;
}


.scroll-bar::-webkit-scrollbar{
    width:7px;
    height:7px;
}
.scroll-bar::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.1);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.scroll-bar:hover::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.2);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.scroll-bar::-webkit-scrollbar-thumb:hover{
    background-color:rgba(0,0,0,.4);
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.scroll-bar::-webkit-scrollbar-track{
    border-radius:10px;
    -webkit-box-shadow:inset006pxrgba(0,0,0,0);
    background-color:#f5f5f5;
}
.scroll-bar::-webkit-scrollbar-track:hover{
    -webkit-box-shadow:inset006pxrgba(0,0,0,.4);
    background-color:rgba(0,0,0,.1);
}
.header-top,
.header-navigation{
    display: none;
}

#header-box{
    position: relative;
    height: auto;
    border: none;
}
#header-box .header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    height: 80px;
}
#header-box .header-left{
    display: flex;
    align-items: center;
}
#header-box .logo a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-box .logo a img{
    max-height: 48px;
    max-width: 200px;
}
#header-box .header-nav{
    margin-left: 40px;
}
#header-box .header-nav .nav{
    display: flex;
    align-items: center;
}
#header-box .header-nav .nav > li{
    position: relative;
    margin-right: 40px;
}
#header-box .header-nav .nav > li > a{
    display: block;
    height: 80px;
    line-height: 80px;
    color: #05003B;
    font-size: 18px;
    font-weight: 600;
}




#header-box .header-nav .nav li .sub_nav{
    display: none;
    position: absolute;
    left: 0px;
    top: 80px;
    padding: 8px 9px;
    min-width: 200px;
    background: #fff;
    z-index: 999;
    
}
#header-box .header-nav .nav li .sub_nav li a{
    display: block;
    font-size: 16px;
    color: #05003B;
    line-height: 32px;
    padding: 0 16px;
    white-space: nowrap;
    border-radius: 4px;
    transition: all 0.3s;
}
#header-box .header-nav .nav li .sub_nav li a:hover{
    background: rgba(75, 60, 219, .1);
    color: #4B3CDB;
}    

#header-box .header-nav .manufacturers-list .down-list{
    position: absolute;
    top: 80px;
    left: 0;
    display: flex;
    align-items: flex-start;
    z-index: 99;
}

#header-box .header-nav .manufacturers-list .Level-1,
#header-box .header-nav .manufacturers-list .Level-2,
#header-box .header-nav .manufacturers-list .Level-3{
    position: relative;
    height: 304px;
    width: 240px;
    padding: 8px 9px;
    overflow: auto;
    display: none;
    background: rgba(255,255,255,.98);
}
#header-box .header-nav .manufacturers-list .Level-1 a,
#header-box .header-nav .manufacturers-list .Level-2 a,
#header-box .header-nav .manufacturers-list .Level-3 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #05003B;
    line-height: 32px;
    padding: 0 16px;
    border-radius: 4px;
    transition: all 0.3s;
}

#header-box .header-nav .manufacturers-list .Level-1 a:hover,
#header-box .header-nav .manufacturers-list .Level-2 a:hover,
#header-box .header-nav .manufacturers-list .Level-3 a:hover,
#header-box .header-nav .manufacturers-list .Level-1 a.on,
#header-box .header-nav .manufacturers-list .Level-2 a.on,
#header-box .header-nav .manufacturers-list .Level-3 a.on{
    background: rgba(75, 60, 219, .1);
    color: #4B3CDB;
}
#header-box .header-nav .manufacturers-list .Level-3 a.on svg g,
#header-box .header-nav .manufacturers-list .Level-3 a:hover svg g{
    stroke: #4B3CDB;
}
#header-box .header-nav .manufacturers-list .Level-1 a .name,
#header-box .header-nav .manufacturers-list .Level-2 a .name,
#header-box .header-nav .manufacturers-list .Level-3 a .name{
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header-box .header-nav .manufacturers-list .Level-1 .seeall a{
    color: #4B3CDB;
    font-weight: bold;
    text-decoration: underline;
}
#header-box .header-nav .manufacturers-list .Level-1 .seeall a:hover{
    background: none;
    text-decoration: none;
}


#header-box .header-nav .manufacturers-list .Level-2 .Level2-box,
#header-box .header-nav .manufacturers-list .Level-3 .Level3-box{
    display: none;
}

#header-box .header-nav .manufacturers-list .up-icon{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    animation-name: floatup;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background: rgba(255,255,255,.5);
}
#header-box .header-nav .manufacturers-list .up-icon.hide{
    display: none !important;
}
@keyframes floatup{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}




















#header-box .header-right{
    display: flex;
    align-items: center;
}
#header-box .header-right a {
    margin-left: 40px;
}
#header-box .header-right a svg{
    display: block;
}
#header-box .header-right .menu-icon{
    display: none;
}

#header-box .pop-search-box{
    z-index: 9;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #F1F2F7;
    display: block;
    overflow: hidden;
    opacity: 1;
    display: none;
    visibility: visible;
}

#header-box .pop-search-box .header_search_box {
    position: relative;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
#header-box .pop-search-box .header_search_box h3, #header-box .pop-search-box .header_search_box .h3{
    font-weight: bold;
    font-size: 48px;
    color: #05003B;
    line-height: 73px;
    text-align: center;
}
#header-box .pop-search-box .header_search_box .detail{
    font-weight: bold;
    font-size: 18px;
    color: #05003B;
    margin: 10px 0 0;
}

#header-box .pop-search-box .header_search_box .search-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 32px 0 0;
}
#header-box .pop-search-box .header_search_box .search-center{
    width: calc(100% - 225px);
    text-align: left;
    position: relative;
}

#header-box .pop-search-box form{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #FFFFFF;
    border-radius: 34px;
    border: 1px solid #4B3CDB;
    color: #003d4c;
    font-weight: 400;
    z-index: 9;
    box-sizing: border-box;
}
#header-box .pop-search-box .header_search_text{
    width: calc(100% - 60px);
    height: 68px;
    background: none;
    border: none;
    text-indent: 20px;
    font-size: 18px;
}
#header-box .pop-search-box .search-btn{
    width: 60px;
    height: 60px;
    background: #4B3CDB;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header-box .pop-search-box .search-btn svg{
    height: 27px;
    width: 27px;
    fill: #fff;
}


#header-box .pop-search-box .search_prompt{
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    padding: 35px 0 0;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    border: 1px solid #d4d4d4;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
}

#header-box .pop-search-box .search_prompt li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    line-height: 20px;
    padding: 0 20px 10px;
}
#header-box .pop-search-box .search_prompt li svg{
    width: 15px;
    height: 20px;
}
#header-box .pop-search-box .search_prompt li .text{
    width: calc(100% - 30px);
    font-size: 12px;
}
#header-box .pop-search-box .search_prompt li.search_err{
    display: none;
}

#header-box .pop-search-box .header_search_box.focus form{
	border:2px solid #39306E;
}
#header-box .pop-search-box .header_search_box.focus .search_prompt{
    opacity: 1;
    visibility: visible;
}
#header-box .pop-search-box .search_prompt .search_hot{
    padding: 0 0 10px;
}
#header-box .pop-search-box .search_prompt .search_hot li{
    padding:0;
}
#header-box .pop-search-box .search_prompt li a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
#header-box .pop-search-box .search_prompt li a:hover{
    background: #f5f5f5;
}

#header-box .pop-search-box .header_search_box .search-wrapper > a{
    display: block;
    width: 208px;
    height: 68px;
    line-height: 66px;
    background: #4B3CDB;
    border-radius: 34px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    border: 1px solid #4B3CDB;
    transition: all 0.3s;
}
#header-box .pop-search-box .header_search_box .search-wrapper > a:hover{
    color: #4B3CDB;
    background: #fff;
    
}

#header-box .wap-menu{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
    z-index: 9999;
}

#header-box .wap-menu .wap-menu_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 7;
}

#header-box .wap-menu .wap-menu-wrapper{
    position: relative;
    background: #f0f2f7;
    max-width: 375px;
    height: 100vh;
    transform: translate(-100%, 0);
    transition: all 0.3s;
    z-index: 8;
}

#header-box .wap-menu.on{
    opacity: 1;
    visibility: visible;
}
#header-box .wap-menu.on .wap-menu_bg{
    opacity: 1;
    visibility: visible;
}
#header-box .wap-menu.on .wap-menu-wrapper{
    transform: none;
}
#header-box .wap-menu .wap-menu-close{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 80px;
    background: #fff;
    font-weight: bold;
    font-size: 26px;
    color: #05003B;
}
#header-box .wap-menu .wap-menu-close .close-icon svg{
    display: block;
}
#header-box .wap-menu .menu-nav{
    height: calc(100vh - 80px);
    padding: 16px 15px 20px;
    overflow-y: auto;
}

#header-box .wap-menu .menu-nav li .links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}
#header-box .wap-menu .menu-nav li .links a{
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #05003B;
    height: 48px;
    line-height: 48px;
    width: calc(100% - 48px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header-box .wap-menu .menu-nav li .links .down-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
#header-box .wap-menu .menu-nav li .links .down-icon svg{
    display: block;
    width: 15px;
    height: 10px;
    transition: all 0.3s;
}
#header-box .wap-menu .menu-nav li .links .down-icon.cur svg{
    transform: rotate(-180deg);
}
#header-box .wap-menu .menu-nav li .wap-level-1{
    border-bottom: 1px solid rgba(5, 0, 59, .1);
}
#header-box .wap-menu .menu-nav li .wap-down-1 a{
    font-weight: normal;
    font-size: 16px;
}
#header-box .wap-menu .menu-nav li .wap-level-1 > .links{
    
}

#header-box .wap-menu .menu-nav li .wap-down-2 .links{
    height: 32px;
}
#header-box .wap-menu .menu-nav li .wap-down-2 .links .down-icon{
    height: 32px;
}
#header-box .wap-menu .menu-nav li .wap-down-2 a{
    color: #05003B;
    height: 32px;
    line-height: 32px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header-box .wap-menu .menu-nav li .wap-down-2 a.cur{
    width: calc(100% - 48px);
}
#header-box .wap-menu .menu-nav li .wap-down-1{
    padding: 0 0 0 10px;
}
#header-box .wap-menu .menu-nav li .wap-down-2{
    padding: 0 0 15px 10px;
}
#header-box .wap-menu .menu-nav li .wap-down-3{
    padding: 8px 0 8px 10px;
}
#header-box .wap-menu .menu-nav li .wap-down-2 a{
    display: block;
    width: 100%;
}

#header-box .wap-menu .menu-nav li .wap-down-3,
#header-box .wap-menu .menu-nav li .wap-down-2,
#header-box .wap-menu .menu-nav li .wap-down-1{
    display: none
}









#body-box{
    margin-top: 0;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.index-banner{
    position: relative;
}
.index-banner .bg-img{
    height: 600px;
}
.index-banner .bg-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-banner .banner-img-swiper{
    position: relative;
    overflow: hidden;
    width: 547px;
    height: 431px;
}
.index-banner .banner-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-banner .banner-wrapper{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 600px;
}
.index-banner .banner-wrapper .banner-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 547px;
    padding: 55px 0 0;
}
.index-banner .banner-wrapper .banner-left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 500px;
    color: #fff;
}   
.index-banner .banner-wrapper .banner-left .tag{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}
.index-banner .banner-wrapper .banner-left h2{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 55px;
    margin: 16px 0 8px;
}
.index-banner .banner-wrapper .banner-left .detail{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
.index-banner .banner-wrapper .banner-left .banner-button{
    margin: 24px 0 0;
    display: flex;
    align-items: center;
}
.index-banner .banner-wrapper .banner-left .banner-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s;
}
.index-banner .banner-wrapper .banner-left .banner-button a svg{
    
}
.index-banner .banner-wrapper .banner-left .banner-button-prev{
    margin-right: 24px;
}
.index-banner .banner-wrapper .banner-left .banner-button-next{}
.index-banner .banner-wrapper .banner-left .banner-button-next svg{
     transform: rotate(180deg);
 }   
 .index-banner .banner-wrapper .banner-left .banner-button-next svg g{
     transition: all 0.3s;
 }
 .index-banner .banner-wrapper .banner-left .banner-button a:hover{
     background: none;
 }
.index-banner .banner-wrapper .banner-left .banner-button a:hover svg g{
    stroke: #fff;
}



.index-title{
    font-size: 36px;
    color: #05003B;
    line-height: 55px;
    text-align: center;
}
.index-detail{
    color: #05003B;
    margin: 8px 0 0;
    text-align: center;
}
.index-section-1{
    position: relative;
    padding: 100px 0 0;
}
.index-section-1 .bg-img{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    z-index: -1;
}
.index-section-1 .section1-swiper{
    position: relative;
    overflow: hidden;
    margin: 40px 0 0 ;
    padding: 30px 5px 0;
}
.index-section-1 .swiper-slide > .svg{
    text-align: center;
}
.index-section-1 .swiper-slide:hover > .svg{
    text-align: center;
    animation-name: floatup;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.index-section-1 .swiper-slide > .svg svg{
    width: 80px;
    height: 80px;
}
.index-section-1 .swiper-slide > h4, .index-section-1 .swiper-slide > .h4{
    font-weight: bold;
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    text-align: center;
    margin: 8px 0 0;
}
.index-section-1 .swiper-slide > .detail{
    color: #465D62;
    line-height: 21px;
    text-align: center;
    margin: 16px 0 0;
}
.index-section-1 .swiper-slide .plist{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 24px;
    margin: 16px 0 0;
    transition: all 0.3s;
}
.index-section-1 .swiper-slide:hover .plist{
    box-shadow: 0px 2px 10px 0px rgba(5, 0, 59, 0.1);
}
.index-section-1 .swiper-slide .plist h5, .index-section-1 .swiper-slide .plist .h5{
    display: flex;
    align-items: center;
}
.index-section-1 .swiper-slide .plist h5 .svg, .index-section-1 .swiper-slide .plist .h5 .svg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #05003B;
    border-radius: 50%;
}
.index-section-1 .swiper-slide .plist h5 .text, .index-section-1 .swiper-slide .plist .h5 .text{
    color: #05003B;
    line-height: 21px;
    margin: 0 0 0 8px;
    font-size: 16px;
}
.index-section-1 .swiper-slide .plist dl{
    margin: 16px 0 0;
}
.index-section-1 .swiper-slide .plist dd{
    position: relative;
    color: #465D62;
    line-height: 21px;
    padding: 0 0 0 14px;
    margin: 0 0 8px;
}
.index-section-1 .swiper-slide .plist dd:before{
    content:'';
    position: absolute;
    left: 0;
    top:8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E55241;
}
.index-section-1 .swiper-slide .links{
    text-align: center;
    margin: 24px 0 0;
}
.index-section-1 .swiper-slide .links a{
    font-weight: 600;
    font-size: 18px;
    color: #4B3CDB;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-section-1 .swiper-slide .links a span{
    margin: 0 16px 0 0;
}
.index-section-1 .section1-swiper-pagination{
    display: none;
}





.index-section-2{
    margin: 80px 0 0;
}
.index-section-2 .section2-top{
    border-top: 1px solid #4B3CDB;
}
.index-section-2 .section2-tag{
    color: #05003B;
    margin: 8px 0 0;
}
.index-section-2 .index-title{
    text-align: left;
}
.index-section-2 .section2-list{
    margin: 40px 0 0;
}
.index-section-2 .section2-list .items{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-section-2 .section2-list-box{
    position: relative;
    width: calc(50% - 12px);
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}
.index-section-2 .section2-list-box:nth-child(3),
.index-section-2 .section2-list-box:nth-child(4),
.index-section-2 .section2-list-box:nth-child(5){
    width: calc(33.33333% - 16px);
}

.index-section-2 .section2-list-box .section2-list-pic{
    width: 100%;
    height: 260px;
    
}
.index-section-2 .section2-list-box .section2-list-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.index-section-2 .section2-list-box .section2-list-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 130px;
    width: 100%;
    background: linear-gradient(180deg, rgba(5, 0, 59, 0) 0%, #05003B 100%);
    padding: 0 40px;
    color: #fff;
    transition: all 0.3s;
}
.index-section-2 .section2-list-box .name{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
.index-section-2 .section2-list-box .view{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
}
.index-section-2 .section2-list-box .view svg{
	transform: rotate(180deg);
}
.index-section-2 .section2-list-box .view svg g{
	stroke: #fff;
}
.index-section-2 .section2-list-box:hover .section2-list-pic img{
    transform: scale(1.1);
}
.index-section-2 .section2-list-box:hover .section2-list-text{
    padding-bottom: 50px;
    height: 180px;
}



.index-section-3{}
.index-section-3 .section3-swiper{
    position: relative;
    overflow: hidden;
}
.index-section-3 .section3-swiper .section3-content{
    position: relative;
}
.index-section-3 .section3-swiper .img{
    height: 450px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.index-section-3 .section3-swiper .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-section-3 .section3-swiper .text{
    position: absolute;
    right: 40px;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    color: #fff;
    max-width: 600px;
    text-align: right;
}
.index-section-3 .section3-swiper .text h3{
    font-size: 36px;
    color: #FFFFFF;
    line-height: 55px;
}
.index-section-3 .section3-swiper .section3-swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 27px 0 0;
}
.index-section-3 .section3-swiper .section3-swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border: 1px solid #4B3CDB;
    background: none;
    opacity: 1;
    margin: 0 10px
}
.index-section-3 .section3-swiper .section3-swiper-pagination .swiper-pagination-bullet-active{
	background: #4B3CDB;
}





.index-section-4{
    background: #fff;
    margin: 40px 0 0;
    padding: 50px 0 0;
}
.index-section-4 .section4-content{
    position: relative;
    padding: 0 0 64px;
}
.index-section-4 .container{
    position: relative;
    z-index: 1;
}
.index-section-4 .section4-tag{
    color: #05003B;
}

.index-section-4 .index-title {
	text-align: left;
}
.index-section-4 .section4-list{
    margin: 40px 0 24px;
}
.index-section-4 .section4-list ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 110px;
}
.index-section-4 .section4-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-section-4 .section4-list li .svg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #05003B;
    border-radius: 50%;
}
.index-section-4 .section4-list li .text{
	width: calc(100% - 84px);
}
.index-section-4 .section4-content-bg{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 0;
}
.index-section-4 .section4-content-bg img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-section-4 .section4-video{
    width: 100%;
    height: 460px;
}
.index-section-4 .section4-video video{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.index-section-4 .section4-video video.ipad-video,
.index-section-4 .section4-video video.mobile-video{
    display: none;
}



.index-section-5{
    margin: -150px 0 0;
    position: relative;
    padding: 0 0 200px;
}
.index-section-5 .section5-wrapper{
    background: #FFFFFF;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px;
}
.index-section-5 .section5-top{
    
}
.index-section-5 .section5-tag{
    color: #05003B;
}
.index-section-5 .index-title{
	text-align: left;
	line-height: 48px;
}
.index-section-5 ul{
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
}
.index-section-5 li a{
    position: relative;
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 14px;
    margin: 2px 0;
    font-weight: bold;
    font-size: 18px;
    color: #4B3CDB;
    text-decoration: underline;
    transition: all 0.3s;
}
.index-section-5 li a:hover{
    text-decoration: none;
}
.index-section-5 li a:before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    left: 0;
    background: #E55241;
    border-radius: 50%;
}
.index-section-5 li a span{
    display: block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.index-section-5 .section5-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
}
.index-section-5 .section5-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.index-section-6{
    background: #fff;
}
.section6-top{
	position: relative;
}
.index-section-6 .section6-top .section6-bg{
    position: relative;
    height: 480px;
    width: 100%;
    overflow: hidden;
}
.index-section-6 .section6-top .section6-bg:before{
    content: '';
    position: absolute;
    top: 80px;
    right: 0;
    height: 159px;
    width: calc(50% + 425px);
    background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}
.index-section-6 .section6-top .section6-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-section-6 .section6-top-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.index-section-6 .section6-top-content-wrapper{
    display: flex;
    align-items: center;
    padding: 80px 0 0;
}
.index-section-6 .section6-top-content h2{
    font-weight: bold;
    font-size: 48px;
    color: #4B3CDB;
    line-height: 73px;
    padding: 0 0 0 27px;
}
.index-section-6 .section6-mid{
    position: relative;
    margin: -73px 0 0;
    z-index: 8;
}
.index-section-6 .section6-mid .section6-pagination{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    align-items: flex-end;
}
.index-section-6 .section6-mid .section6-pagination .swiper-pagination-bullet{
    width: auto;
    height: 48px;
    line-height: 48px;
    background: rgba(75, 60, 219, .8);
    opacity: 1;
    font-weight: bold;
    font-size: 32px;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    border-radius: 0;
}
.index-section-6 .section6-mid .section6-pagination .swiper-pagination-bullet-active{
	height: 73px;
	line-height: 73px;
	font-size: 48px;
	background: rgba(75, 60, 219, 1);
	color: rgba(255, 255, 255, 1);
}
.index-section-6 .section6-mid .section6-mid-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 64px 0;
}
.index-section-6 .section6-mid .section6-button-prev,
.index-section-6 .section6-mid .section6-button-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: none;
    border-radius: 30px;
    border: 1px solid #4B3CDB;
    cursor: pointer;
    transition: all 0.3s;
}
.index-section-6 .section6-mid .section6-button-next svg{
	transform: rotate(180deg);
}

.index-section-6 .section6-mid .section6-button-prev:hover,
.index-section-6 .section6-mid .section6-button-next:hover{
    background: #4B3CDB;
}
.index-section-6 .section6-mid .section6-button-prev:hover svg g,
.index-section-6 .section6-mid .section6-button-next:hover svg g{
	stroke: #fff;
}

.index-section-6 .section6-mid .section6-swiper{
    position: relative;
    overflow: hidden;
    width: calc(100% - 200px);
}
.index-section-6 .section6-mid .section6-mid-content{
	text-align: center;
}
.index-section-6 .section6-mid .section6-mid-content h4, .index-section-6 .section6-mid .section6-mid-content .h4{
	font-size: 24px;
	color: #05003B;
	line-height: 36px;
}
.index-section-6 .section6-mid .section6-mid-content .detail{
	margin: 16px 0 0;
}




.index-section-7{
    margin: 80px 0 0;
}
.index-section-7 ul{
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
}
.index-section-7 li{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.index-section-7 li .img{
    height: 415px;
}
.index-section-7 li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-section-7 li .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 40px;
    z-index: 2;
    box-sizing: border-box;
}
.index-section-7 li .tag{
    font-size: 18px;
    line-height: 27px;
}
.index-section-7 li h4{
    font-size: 24px;
    margin: 16px 0 8px;
}
.index-section-7 li .index-btn1{
    margin: 12px 0 0;
}
.index-section-7 li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( 270deg, rgba(62,52,167,0.3) 0%, #3E34A7 100%);

}
.index-section-7 li .detail{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-section-7 li .newsletter{
    margin: 20px 0 0;
    width: 100%;
}
.index-section-7 li .newsletter h5{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
}
.index-section-7 li .newsletter form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    background: #FFFFFF;
    border-radius: 30px;
    width: 100%;
    margin: 16px 0 0;
}
.index-section-7 li .newsletter input{
    height: 48px;
    width: calc(100% - 150px);
    border: none;
    background: none;
    text-indent: 20px;
}
.index-section-7 li .newsletter button{
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    background: #4B3CDB;
    border: none;
    height: 44px;
    border-radius: 30px;
    margin-right: 2px;
    padding: 0 30px;
    cursor: pointer;
}





.index-box .index-section-8{
    padding: 0 0 80px;
}
.index-section-8{
    margin: 80px 0 0;
}
.index-section-8 .section8-top{
    border-top: 1px solid #4B3CDB;
}
.index-section-8 .section8-tag{
    color: #05003B;
    margin: 8px 0 0;
}
.index-section-8 .index-title{
	text-align: left;
}
.index-section-8 .detail{
    margin: 16px 0 0;
}
.index-section-8 .section8-swiper{
    margin: 40px 0 0;
    position: relative;
    overflow: hidden;
}
.index-section-8 .section8-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 0;
}
.index-section-8 .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border: 1px solid #4B3CDB;
    opacity: 1;
    background: none;
    margin: 0 10px;
}
.index-section-8 .swiper-pagination-bullet-active{
	background: #4B3CDB;
}
#footer-box{
    margin: 0;
}
#footer-box .footer-top-bg{
    background: linear-gradient(134deg, #0D006D 0%, #3E34A7 100%);
    width: 100%;
    height: 362px;
}
#footer-box .footer-top-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#footer-box .footer-top{
    position: relative;
    text-align: left;
}
#footer-box .footer-top-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
}
#footer-box .footer-top-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 362px;
}
#footer-box .footer-top-content .footer-top-left{
    width: calc(100% - 350px);
}
#footer-box .footer-top-left h3{
    font-size: 48px;
    color: #FFFFFF;
    line-height: 73px;
    margin: 8px 0 16px;
    max-width: 800px;
}
#footer-box .footer-top-left .detail{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}
#footer-box .footer-top-right{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    background: #FFFFFF;
    border-radius: 34px;
    font-weight: 600;
    font-size: 18px;
    color: #4B3CDB;
    padding: 0 35px;
}
#footer-box .footer-top-right svg{
    margin-right: 15px;
}
#footer-box .footer-mid{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 0 50px;
    text-align: left;
}

#footer-box .footer-mid .footer-mid-left{
    width: 350px;
}
#footer-box .footer-mid .footer-mid-left .footer-logo{}
#footer-box .footer-mid .footer-mid-left .footer-logo img{
    max-height: 50px;
}
#footer-box .footer-mid h4{
    margin: 48px 0 0;
    font-weight: bold;
    font-size: 32px;
    color: #05003B;
    line-height: 36px;
}
#footer-box .footer-mid .footer-mid-left .detail{
    font-size: 16px;
    color: #05003B;
    margin: 8px 0 0;
}
#footer-box .footer-mid .footer-mid-left .cus-list{
    margin: 24px 0 0;
}
#footer-box .footer-mid .footer-mid-left .items{
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
#footer-box .footer-mid .footer-mid-left .items .svg svg{
    display: block;
}
#footer-box .footer-mid .footer-mid-left .items .text{
    font-weight: bold;
    font-size: 18px;
    color: #4B3CDB;
    line-height: 36px;
    margin-left: 16px;
}



#footer-box .footer-mid dl{
    width: calc((100% - 350px) / 4);
}
#footer-box .footer-mid dt{
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #05003B;
    line-height: 36px;
}
#footer-box .footer-mid dl dt svg{
	display:none;
	position:absolute;
	right:0;
	top:0;
	width:25px;
	height:25px;
	fill:#a3c3cf;
}
#footer-box .footer-mid dl dd{
    margin: 16px 0 0;
}
#footer-box .footer-mid dl dd a{
    display: block;
    font-size: 16px;
    color: #05003B;
    line-height: 36px;
    transition: all 0.3s;
}
#footer-box .footer-mid dl dd a:hover{
    text-decoration: underline;
}
#footer-box .footer-mid dl dd .text{
    font-size: 16px;
    color: #05003B;
    line-height: 24px;
    margin: 16px 0 0;
}
#footer-box .copyright{
    border-top: 1px solid #ccc;
    padding: 30px 0 0;
}



/*分类总页*/
.crumbs{
    padding: 25px 0 0;
}

.page-banner{
    position: relative;
}
.page-banner .banner-bg{
    height: 480px;
    width: 100%;
}
.page-banner .banner-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-banner .banner-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-banner .banner-content{
    height: 480px;
}

.page-banner .banner-text{
    height: calc(100% - 52px);
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.page-banner .banner-text .svg{
    width: 56px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-banner .banner-text .svg svg{
    width: 30px;
    height: 30px;
}
.page-banner .banner-text h1{
    font-size: 36px;
    line-height: 55px;
    margin: 0 0 10px;
}
.page-banner .banner-text h1 span{
    color: #E55241;
}
.allcate-box .index-title{
    text-align: left;
}
.allcate-box .allcate-section-1{
    background: #fff;
}
.allcate-box .allcate-section-1 .section1-top{
    padding: 50px 0;
    border-bottom: 1px solid #4B3CDB;
}
.allcate-box .allcate-section-1 .tag{
    color: #05003B;
    font-size: 16px;
}
.allcate-box .allcate-section-1 .index-title{
	text-align: left;
}
.allcate-box .allcate-section-1 .section1-top ul{
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 24px;
}
.allcate-box .allcate-section-1 .section1-top li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.allcate-box .allcate-section-1 .section1-top li .label{
    width: 28px;
    height: 28px;
    background: #4B3CDB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.allcate-box .allcate-section-1 .section1-top li .text{
    width: calc(100% - 36px);
    font-size: 18px;
    color: #05003B;
    line-height: 28px;
}


.allcate-box .allcate-section-1 .section1-mid{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.allcate-box .allcate-section-1 .section1-mid .section1-mid-left{
    max-width: 700px;
    width: calc(100% - 320px);
}
.allcate-box .allcate-section-1 .section1-mid .section1-mid-left .detail{
    margin: 15px 0;
}
.allcate-box .allcate-section-1 .section1-mid .section1-mid-right{
    width: 270px;
}
.allcate-box .allcate-section-1 .section1-mid .section1-mid-right li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}
.allcate-box .allcate-section-1 .section1-mid .section1-mid-right li .svg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(62, 52, 167, 0.2);
    border-radius: 8px;
}
.allcate-box .allcate-section-1 .section1-mid .section1-mid-right li .text{
    width: calc(100% - 110px);
}
.allcate-box .allcate-section-1 .section1-mid .section1-mid-right li .text h4{
    font-weight: bold;
    font-size: 36px;
    color: #4B3CDB;
    line-height: 55px;
}
.allcate-box .allcate-section-1 .section1-mid .section1-mid-right li .text .detail{
    font-size: 16px;
    color: #465D62;
    line-height: 24px;
}


.allcate-box .allcate-section-2{
    position: relative;
    padding: 120px 0;
}
.allcate-box .allcate-section-2 .section2-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
}
.allcate-box .allcate-section-2 .section2-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.allcate-box .allcate-section-2 .section2-list{
    position: relative;
    z-index: 2;
}
.allcate-box .allcate-section-2 .section2-list ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 40px;
}
.allcate-box .allcate-section-2 .section2-list li .pic{
    height: 360px;
    width: 100%;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    transform: translate(-6px,-6px);
    transition: all 0.3s;
}
.allcate-box .allcate-section-2 .section2-list li:hover .pic{
    transform:none;
    box-shadow: none;
}
.allcate-box .allcate-section-2 .section2-list .pic a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.allcate-box .allcate-section-2 .section2-list li .section2-list-content{
    margin: 24px 0 0;
}
.allcate-box .allcate-section-2 .section2-list li .section2-list-content h2{
    font-weight: bold;
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    text-align: center;
}
.allcate-box .allcate-section-2 .section2-list li .section2-list-content .detail{
    margin: 8px 0 0;
    text-align: center;
}
.allcate-box .allcate-section-2 .section2-list li .section2-list-content .links{
    font-weight: 600;
    font-size: 18px;
    color: #4B3CDB;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 0;
}
.allcate-box .allcate-section-2 .section2-list li .section2-list-content .links svg{
    margin-left: 16px;
}




.allcate-box .allcate-section-2 .section2-list li .manufacturers-select{
    width: 100%;
    padding: 40px 32px;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    background: #D3301D;
    transform: translate(-6px,-6px);
    transition: all 0.3s;
    text-align: center;
}
.allcate-box .allcate-section-2 .section2-list li .manufacturers-select:hover{
    box-shadow: none;
    transform: none;
}
.allcate-box .allcate-section-2 .section2-list li .manufacturers-select h3{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 24px 0 0;
}
.allcate-box .allcate-section-2 .section2-list li .manufacturers-select .detail{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.allcate-box .allcate-section-2 .section2-list li .manufacturers-select .cate_list_content{
    margin: 18px 0 0;
    line-height: 28px;
    text-align: left;
}
.allcate-box .allcate-section-2 .section2-list li .manufacturers-select .cate_list_content ul{
    max-height: 500px;
    overflow-y: auto;
}
.allcate-box .allcate-section-2 .cate_list_content ul::-webkit-scrollbar{
    width:7px;
    height:7px;
}
.allcate-box .allcate-section-2 .cate_list_content ul::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.1);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.allcate-box .allcate-section-2 .cate_list_content ul:hover::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.2);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.allcate-box .allcate-section-2 .cate_list_content ul::-webkit-scrollbar-thumb:hover{
    background-color:rgba(0,0,0,.4);
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.allcate-box .allcate-section-2 .cate_list_content ul::-webkit-scrollbar-track{
    border-radius:10px;
    -webkit-box-shadow:inset006pxrgba(0,0,0,0);
    background-color:#f5f5f5;
}
.allcate-box .allcate-section-2 .cate_list_content ul::-webkit-scrollbar-track:hover{
    -webkit-box-shadow:inset006pxrgba(0,0,0,.4);
    background-color:rgba(0,0,0,.1);
}

.allcate-box .allcate-section-2 .cate_list_content .dt_select dt{
    border: 3px solid #05003B;
    height: 48px;
    line-height: 48px;
}
.allcate-box .allcate-section-2 .cate_list_content .filter_btn {
    margin: 20px 0 0;
    display: block;
    line-height: 42px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    height: 48px;
    background: #4B3CDB;
    box-shadow: 3px 3px 0px 0px #05003B;
    border-radius: 30px;
    border: 3px solid #05003B;
    transition: all 0.3s;
}
.allcate-box .allcate-section-2 .cate_list_content .filter_btn:hover{
    box-shadow: none;
}
.allcate-box .allcate-section-3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.allcate-box .allcate-section-3:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 124deg, #E55241 0%, #3E34A7 100%);
    border-radius: 8px;
    opacity: 0.1;
}
.allcate-box .allcate-section-3 .section3-left{
    position: relative;
    z-index: 2;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allcate-box .allcate-section-3 .section3-left img{
    max-width: 450px;
}
.allcate-box .allcate-section-3 .section3-right{
    position: relative;
    z-index: 2;
    width: calc(100% - 500px);
    padding: 0 65px;
}
.allcate-box .allcate-section-3 .section3-right .tag{
    font-weight: 400;
    font-size: 18px;
    color: #4B3CDB;
    line-height: 27px;
}
.allcate-box .allcate-section-3 .section3-right h3{
    font-weight: bold;
    font-size: 48px;
    color: #4B3CDB;
    line-height: 73px;
    margin: 16px 0 0;
}
.allcate-box .allcate-section-3 .section3-right .detail{
    font-size: 24px;
    color: #4B3CDB;
    line-height: 36px;
    margin: 8px 0 0;
}
.allcate-box .allcate-section-3 .section3-right .index-btn2:hover{
    background: none;
}
.allcate-section-4{
    position: relative;
    padding: 80px 0 166px;
}
.allcate-section-4 .section4-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.allcate-section-4 .section4-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.allcate-section-4 .section4-left{
    max-width: 500px;
}
.allcate-section-4 .section4-left h2{
    margin: 0 0 8px;
}

.allcate-section-4 .section4-right ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.allcate-section-4 .section4-right li .pic{
    display: block;
    width: 111px;
    height: 111px;
    border: 3px solid #4B3CDB;
    box-shadow: 3px 3px 0 0 #05003B;
    transition: all 0.3s;
    transform: translate(-3px,-3px);
}
.allcate-section-4 .section4-right li:hover .pic{
    box-shadow: none;
    transform: none;
}
.allcate-section-4 .section4-right li .name{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #05003B;
    line-height: 24px;
    margin: 15px 0 0;
    text-align: center;
}




.allcate-box .allcate-section-5{
    margin: -85px 0 0;
}
.allcate-box .allcate-section-5 .section5-top{
    height: 85px;
    border-top: 1px solid #4B3CDB;
}
.allcate-box .allcate-section-5 .section5-top .tag{
    font-size: 16px;
    color: #05003B;
    line-height: 21px;
}
.allcate-box .allcate-section-5 .section5-top .index-title{
    text-align: left;
    line-height: 48px;
}
.allcate-box .allcate-section-5 iframe{
    display: block;
}






.allcate-box .allcate-section-6{
    position: relative;
    padding: 0 0 200px;
    margin: 40px 0 0;
}
.allcate-box .allcate-section-6 .section6-wrapper{
    
}
.allcate-box .allcate-section-6 .section6-top{
    border-top: 1px solid #4B3CDB;
}
.allcate-box .allcate-section-6 .section6-tag{
    color: #05003B;
}
.allcate-box .allcate-section-6 .index-title{
	text-align: left;
	line-height: 48px;
}
.allcate-box .allcate-section-6 ul{
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
}
.allcate-box .allcate-section-6 li a{
    position: relative;
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 14px;
    margin: 2px 0;
    font-weight: bold;
    font-size: 18px;
    color: #4B3CDB;
    text-decoration: underline;
    transition: all 0.3s;
}
.allcate-box .allcate-section-6 li a:hover{
    text-decoration: none;
}
.allcate-box .allcate-section-6 li a:before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    left: 0;
    background: #E55241;
    border-radius: 50%;
}
.allcate-box .allcate-section-6 li a span{
    display: block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.allcate-box .allcate-section-6 .section6-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
}
.allcate-box .allcate-section-6 .section6-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}




/*about us*/

.aboutus .tag{
    font-size: 14px;
    color: #05003B;
    line-height: 22px;
}

.aboutus .index-title{
    text-align: left;
}
.aboutus .index-title span{
    color: #E55241;
}
.aboutus-section-1{
    position: relative;
    padding: 80px 0;
}
.aboutus-section-1 .section1-top-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
}
.aboutus-section-1 .section1-bom-bg img,
.aboutus-section-1 .section1-top-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus-section-1 .section1-content{
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aboutus-section-1 .section1-img{
    width: 600px;
    height: 600px;
    position: relative;
    z-index: 1;
}
.aboutus-section-1 .section1-bom-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 456px;
    z-index: 2;
}
.aboutus-section-1 .section1-text{
    position: relative;
    z-index: 3;
    width: calc(100% - 680px);
}

.aboutus-section-2{
    position: relative;
}
.aboutus-section-2 .section2-bg{
    height: 572px;
    width: 100%;
}
.aboutus-section-2 .section2-bg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus-section-2 .section2-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutus-section-2 .tag{
    font-size: 16px;
    color: #05003B;
    line-height: 24px;
    margin-bottom: 8px;
}
.aboutus-section-2 .index-title span{
    display: block;
}
.aboutus-section-2 .detail{
    margin: 16px 0 0;
}
.aboutus-section-2 .links{
    margin: 20px 0 0;
    display: inline-block;
    padding: 0 20px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    height: 48px;
    background: #4B3CDB;
    box-shadow: 3px 3px 0px 0px #05003B;
    border-radius: 30px;
    border: 3px solid #05003B;
    transition: all 0.3s;
}
.aboutus-section-2 .links:hover{
    box-shadow: none;
}

.mid-bg{
    position: relative;
}
.mid-bg-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 480px;
}

.aboutus-section-3{
    margin: 80px 0 0;
}
.aboutus-section-3 .section3-swiper{
    position: relative;
    overflow: hidden;
}
.aboutus-section-3 .section3-swiper img{
    display: block;
}

.page-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 27px 0 0;
}
.page-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border: 1px solid #4B3CDB;
    background: none;
    opacity: 1;
}
.page-pagination .swiper-pagination-bullet-active{
	background: #4B3CDB;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px !important;}
.aboutus-section-4{
    position: relative;
    margin: 40px 0 0;
}
.aboutus-section-4 .detail{
    margin: 16px 0 0;
}
.aboutus-section-4 .section4-swiper{
    margin: 40px 0 0;
    position: relative;
    overflow: hidden;
}


.aboutus-section-5{
    position: relative;
    margin: 40px 0 0;
}
.aboutus-section-5 .section5-swiper{
    position: relative;
    overflow: hidden;
    margin: 40px 0 0;
}
.aboutus-section-5 .section5-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aboutus-section-5 .section5-content .img{
    width: 550px;
    height: 360px;
}
.aboutus-section-5 .section5-content .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus-section-5 .section5-content .text{
    width: calc(100% - 600px);
}
.aboutus-section-5 .section5-content .text h3{
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    margin: 0 0 8px;
}
.aboutus-section-5 .section5-content .text .links{
    font-weight: 600;
    font-size: 18px;
    color: rgb(75, 60, 219);
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 24px 0 0;
}
.aboutus-section-5 .section5-content .text .links svg{
    margin-left: 16px;
}

.aboutus-section-5 .section5-swiper-button{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}


.aboutus-section-5 .section5-swiper-button a.section5-button-prev,
.aboutus-section-5 .section5-swiper-button a.section5-button-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #4B3CDB;
    background: #4B3CDB;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s;
}
.aboutus-section-5 .section5-swiper-button a.section5-button-prev{
    margin-right: 24px;
}
.aboutus-section-5 .section5-swiper-button a.section5-button-next{}
.aboutus-section-5 .section5-swiper-button a.section5-button-next svg{
     transform: rotate(180deg);
 }   
.aboutus-section-5 .section5-swiper-button a.section5-button-prev svg g,
.aboutus-section-5 .section5-swiper-button a.section5-button-next svg g{
    stroke: #fff;
     transition: all 0.3s;
 }
.aboutus-section-5 .section5-swiper-button a.section5-button-prev:hover,
.aboutus-section-5 .section5-swiper-button a.section5-button-next:hover{
     background: none;
 }
.aboutus-section-5 .section5-swiper-button a.section5-button-prev:hover svg g,
.aboutus-section-5 .section5-swiper-button a.section5-button-next:hover svg g{
    stroke: #4B3CDB;
}


.aboutus-section-5 .section5-pagination-wrapper{
    position: relative;
    overflow: hidden;
    width: calc(100% - 200px);
}
.aboutus-section-5 .section5-pagination-wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 1px;
    background: linear-gradient( 135deg, #4B3CDB 0%, rgba(62,52,167,0) 100%);
}
.aboutus-section-5 .section5-pagination-wrapper h3{
    position: relative;
    font-size: 18px;
    color: #465D62;
    line-height: 27px;
    font-weight: normal;
    padding: 55px 0 0;
    cursor: pointer;
}

.aboutus-section-5 .section5-pagination-wrapper h3:before{
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #CAD1DA;
    border: 1px solid #4B3CDB;
    border-radius: 50%;
}
.aboutus-section-5 .section5-pagination-wrapper .swiper-slide-thumb-active h3{
    font-weight: bold;
    color: #4B3CDB;
    max-width: 240px;
    
}
.aboutus-section-5 .section5-pagination-wrapper .swiper-slide-thumb-active h3:before{
    background: #4B3CDB;
}
.white-bg{
    position: relative;
    margin: 80px 0 0;
    padding: 80px 0;
    background: #fff;
}
.white-bg .white-bg-img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.white-bg .white-bg-img img{
    display: block;
}
.aboutus-section-6{
    
}
.aboutus-section-6 .section6-swiper{
    position: relative;
    overflow: hidden;
    padding: 15px;
}
.aboutus-section-6 .section6-wrapper{
    text-align: center;
    padding: 24px;
    transition: all 0.3s;
}
.aboutus-section-6 .section6-wrapper:hover{
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(5,0,59,0.1);
}
.aboutus-section-6 .section6-wrapper .img{
    display: flex;
    justify-content: center;
    padding: 16px;
    height: 300px;
}
.aboutus-section-6 .section6-wrapper h3{
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    margin: 16px 0 0;
}
.aboutus-section-6 .section6-wrapper .detail{
    font-size: 18px;
    color: #465D62;
    line-height: 28px;
    margin: 8px 0 0;
}
.aboutus-section-6 .section6-wrapper .index-btn2{
    width: 100%;
    margin: 40px 0 0;
}



.aboutus-section-6 .section6-swiper-pagination{
    display: none;
}


.aboutus-section-7,
.team-style-section-5{
    position: relative;
    margin: 80px 0 0;
}
.aboutus-section-7 .section7-video,
.team-style-section-5 .section5-video{
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
}
.aboutus-section-7 .section7-video .left,
.team-style-section-5 .section5-video .left{
    width: 50%;
}
.aboutus-section-7 .section7-video .left iframe,
.team-style-section-5 .section5-video .left iframe{
    width: 100%;
    height: 340px;
    display: block;
}
.aboutus-section-7 .section7-video .right,
.team-style-section-5 .section5-video .right{
    position: relative;
    width: 50%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutus-section-7 .section7-video .right:before,
.team-style-section-5 .section5-video .right:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(124deg, #E55241 0%, #3E34A7 100%);
    opacity: 0.1;
}
.aboutus-section-7 .section7-video .right .index-title,
.team-style-section-5 .section5-video .right .detail{
    position: relative;
}

.contactus{
    background: #fff;
}
.contactus .top-line{
    border-top: 1px solid #4B3CDB;
}
.contactus .tag{
    font-size: 14px;
    color: #05003B;
    line-height: 22px;
}

.contactus .index-title{
    text-align: left;
}
.contactus-section-1{
    position: relative;
    padding: 80px 0 0;
}
.contactus-section-1 .section1-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
}
.contactus-section-1 .section1-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactus-section-1 .section1-content{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.contactus-section-1 .section1-left{
    width: 50%;
}
.contactus-section-1 .section1-right{
    width: calc(50% - 40px);
}
.contactus-section-1 .contactus-form-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contactus-section-1 .contactus-form-email,
.contactus-section-1 .contactus-form-company{
    width: calc(50% - 10px);
}
.contactus-section-1 .contactus-form .title{
    color: #05003B;
    line-height: 28px;
}
.contactus-section-1 .contactus-form-text{
    width: 100%;
    height: 60px;
    border: 1px solid rgba(5, 0, 59, .3);
    border-radius: 4px;
    color: #05003B;
    font-size: 18px;
    text-indent: 16px;
    margin: 8px 0 0;
}
.contactus-section-1 textarea.contactus-form-text{
    padding: 10px 16px;
    text-indent: 0;
    height: 90px;
    border: 1px solid rgba(5, 0, 59, .3);
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 18px;
    color: #05003B;
        font-family: 'Titillium Web', sans-serif;
}
.contactus-section-1 .contactus-form-mobile,
.contactus-section-1 .contactus-form-content{
    margin-top: 8px;
}

.contactus-section-1 .contactus-form-upload{
    margin: 16px 0 0;
    position: relative;
    
}
.contactus-section-1 .contactus-form-upload-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contactus-section-1 .contactus-form-upload a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #4B3CDB;
    color: #4B3CDB;
    font-weight: bold;
}
.contactus-section-1 .contactus-form-upload a svg{
    margin-right: 16px;
}
.contactus-section-1 .contactus-form-upload #attachData{
    position: absolute;
    top: 0;
    left: 0;
    width: 136px;
    height: 60px;
    opacity: 0;
    cursor: pointer;
}
.contactus-section-1 .contactus-form-upload .exts{
    width: calc(100% - 156px);
}
.contactus-section-1 #upload_list p {
  position:absolute;
  left:60px;
  top:10px;
  width:calc(100% - 100px);
  color:#999;
  font-size:14px;
  line-height:20px;
}
.contactus-section-1 #upload_list li {
  height:34px;
  line-height:34px;
  color:#333;
  position:relative;
  margin-top:8px;
  background:#f2f3f7;
  padding:0 10px;
}
.contactus-section-1 #upload_list li svg {
  position:absolute;
  right:10px;
  top:9px;
  width:16px;
  height:16px;
  cursor:pointer;
}
.contactus-section-1 #upload_list li .folder-con{
    font-size: 14px;
}


.contactus-section-1 .index-btn2{
    width: 100%;
    text-align: center;
    padding: 0;
}
.contactus-section-1 .remark{
    margin: 16px 0 0;
}
.contactus-section-1 .remark a{
    margin: 16px 0 0;
}


.contactus-section-2{
    margin: 80px 0 0;
    padding:  0 0 80px;
    position: relative;
}
.contactus-section-2 .section2-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
}
.contactus-section-2 .section2-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.contactus-section-2 .section2-wrapper{
    position: relative;
    z-index: 1;
}
.contactus-section-2 .section2-wrapper ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 80px;
}
.contactus-section-2 .section2-wrapper li{
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(5, 0, 59, .3);
    text-align: center;
    transition: all 0.3s;
}
.contactus-section-2 .section2-wrapper li:hover{
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(5,0,59,0.1);
}
.contactus-section-2 .section2-wrapper li .svg{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #4B3CDB;
    border-radius: 50%;
}

.contactus-section-2 .section2-wrapper li h3, .contactus-section-2 .section2-wrapper li .h3{
    font-weight: bold;
    font-size: 24px;
    color: #4B3CDB;
    line-height: 36px;
    margin: 16px 0 0;
}
.contactus-section-2 .section2-wrapper li .detail{
    color: #05003B;
    line-height: 28px;
    margin: 8px 0 0;
}
.contactus-section-2 .section2-wrapper li .index-btn2{
    width: 100%;
    padding: 0;
}


.contactus-section-2 .section2-wrapper li:nth-child(1) .index-btn2{
    background: none;
    color: #4B3CDB;
}
.contactus-section-2 .section2-wrapper li:nth-child(1) .index-btn2:hover{
    background: #4B3CDB;
    color: #fff;
}
.contactus-section-2 .section2-wrapper li:nth-child(3) .svg{
    background: #207E21;
}
.contactus-section-2 .section2-wrapper li:nth-child(3) .svg svg{
    fill:#fff;
    width: 43px;
    height: 43px;
}
.contactus-section-2 .section2-wrapper li:nth-child(3) h3{
    color: #207E21;
}
.contactus-section-2 .section2-wrapper li:nth-child(3) .index-btn2{
    background: #207E21;
    color: #fff;
    border-color: #207E21;
}
.contactus-section-2 .section2-wrapper li:nth-child(3) .index-btn2:hover{
    background: none;
    color: #207E21;
    border-color: #207E21;
}




.contactus-section-3{
    position: relative;
}
.contactus-section-3 #map-canvas iframe{
    display: block;
    width: 100%;
    height: 680px;
}
.contactus-section-3 .section3-tip{
    position: absolute;
    left: calc((100vw - 1200px) / 2);
    top: 195px;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
}
.contactus-section-3 .section3-tip h2{
    display: flex;
    align-items: center;
    font-size: 36px;
    color: #4B3CDB;
    line-height: 55px;
}
.contactus-section-3 .section3-tip h2 svg{
    margin-right: 16px;
}
.contactus-section-3 .section3-content{
    color: #05003B;
    line-height: 28px;
    margin: 16px 0 0;
}




.contactus-section-4 .section4-swiper{
    position: relative;
    overflow: hidden;
}
.contactus-section-4 .section4-wrapper{
    text-align: center;
    padding: 24px;
    transition: all 0.3s;
}
.contactus-section-4 .section4-wrapper:hover{
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(5,0,59,0.1);
}
.contactus-section-4 .section4-wrapper .img{
    display: flex;
    justify-content: center;
    padding: 16px;
    height: 300px;
}
.contactus-section-4 .section4-wrapper h3{
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    margin: 16px 0 0;
}
.contactus-section-4 .section4-wrapper .detail{
    font-size: 18px;
    color: #465D62;
    line-height: 28px;
    margin: 8px 0 0;
}
.contactus-section-4 .section4-wrapper .index-btn2{
    width: 100%;
    margin: 40px 0 0;
}
.contactus-section-4 .section4-swiper-pagination{
    display: none;
}


.contactus-section-5{
    margin: 80px 0 0;
    padding: 0 0 80px;
    position: relative;
}
.contactus-section-5 .section5-bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.contactus-section-5 .section-list{
    position: relative;
    z-index: 2;
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contactus-section-5 .section-list dt{
    font-weight: bold;
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
}
.contactus-section-5 .section-list dd{
    font-size: 18px;
    color: #05003B;
    line-height: 27px;
    margin: 16px 0 0;
}



/*video*/
.video-box{
    position: relative;
    background: #fff;
    padding: 0 0 80px;
}
.video-box .crumbs ul li.breadcrumb--separator,
.video-box .crumbs ul li a{
    color: #465D62;
    line-height: 24px;
}
.video-box .video-right-bg{
    position: absolute;
    right: 0;
    top: 0;
}
.video-box .video-left-bg{
    position: absolute;
    left: 0;
    bottom: 0;
}
.video-box .video-wrapper{
    position: relative;
    z-index: 2;
}
.video-box .video-content h1{
    margin: 60px 0 0;
    font-size: 48px;
    color: #05003B;
    line-height: 74px;
}

.video-box .video-content h1 .noweight{
    font-weight: normal;
}
.video-box .video-list li{
    margin: 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
    margin: 40px 0 0;
}
.video-box .video-list li .youtuvideo{
    width: 50%;
}
.video-box .video-list li .youtuvideo iframe{
    width: 100%;
    height: 340px;
    display: block;
}
.video-box .video-list li .text{
    position: relative;
    width: 50%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-box .video-list li .text:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(124deg, #E55241 0%, #3E34A7 100%);
    opacity: 0.1;
}
.video-box .video-list li .index-title{
    text-align: left;
}



/*team style*/
.team-style .index-title{
    text-align: left;
}
.team-style-top{
    background: #fff;
}
.team-style-top .crumbs{
    padding: 24px 0;
}
.team-style-top .crumbs ul li.breadcrumb--separator,
.team-style-top .crumbs ul li a{
    color: #465D62;
    line-height: 24px;
}

.team-style-banner{
    position: relative;
}
.team-style-banner .banner-bg{
    height: 572px;
    width: 100%;
}
.team-style-banner .banner-bg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-style-banner .banner-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-style-banner .tag{
    font-size: 16px;
    color: #05003B;
    line-height: 24px;
    margin-bottom: 8px;
}

.team-style-banner .index-title span{
    display: block;
}
.team-style-banner .detail{
    margin: 16px 0 0;
}
.team-style-banner .links{
    margin: 20px 0 0;
    display: inline-block;
    padding: 0 20px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    height: 48px;
    background: #4B3CDB;
    box-shadow: 3px 3px 0px 0px #05003B;
    border-radius: 30px;
    border: 3px solid #05003B;
    transition: all 0.3s;
}
.team-style-banner .links:hover{
    box-shadow: none;
}

.team-style-mid{
    position: relative;
    padding: 0 0 80px;
}
.team-style-mid .team-style-mid-bg{
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 160px;
}
.team-style-mid .team-style-mid-bottom-bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.team-style-mid .team-style-mid-wrapper{
    position: relative;
    z-index: 2;
    margin: -55px 0 0;
}


.team-style-section-1{
    border-radius: 8px;
    overflow: hidden;
}
.team-style-section-1 .section1-top{
    position: relative;
}
.team-style-section-1 .section1-top .img{
    width: 100%;
    height: 280px;
}
.team-style-section-1 .section1-top .section1-top-title{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
}
.team-style-section-1 .section1-top .section1-top-title .index-title{
    color: #fff;
}
.team-style-section-1 .section1-mid{
    background: #fff;
    color: #05003B;
    line-height: 28px;
    padding: 40px;
}



.team-style-section-2{
    position: relative;
    margin: 80px 0 0;
}
.team-style-section-2 .section2-swiper{
    position: relative;
    overflow: hidden;
    margin: 40px 0 0;
}
.team-style-section-2 .section2-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team-style-section-2 .section2-content .img{
    width: 550px;
    height: 360px;
}
.team-style-section-2 .section2-content .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-style-section-2 .section2-content .text{
    width: calc(100% - 600px);
}
.team-style-section-2 .section2-content .text h3{
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    margin: 0 0 8px;
}
.team-style-section-2 .section2-content .text .links{
    font-weight: 600;
    font-size: 18px;
    color: rgb(75, 60, 219);
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 24px 0 0;
}
.team-style-section-2 .section2-content .text .links svg{
    margin-left: 16px;
}

.team-style-section-2 .section2-swiper-button{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}


.team-style-section-2 .section2-swiper-button a.section2-button-prev,
.team-style-section-2 .section2-swiper-button a.section2-button-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #4B3CDB;
    background: #4B3CDB;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s;
}
.team-style-section-2 .section2-swiper-button a.section2-button-prev{
    margin-right: 24px;
}
.team-style-section-2 .section2-swiper-button a.section2-button-next{}
.team-style-section-2 .section2-swiper-button a.section2-button-next svg{
     transform: rotate(180deg);
 }   
.team-style-section-2 .section2-swiper-button a.section2-button-prev svg g,
.team-style-section-2 .section2-swiper-button a.section2-button-next svg g{
    stroke: #fff;
     transition: all 0.3s;
 }
.team-style-section-2 .section2-swiper-button a.section2-button-prev:hover,
.team-style-section-2 .section2-swiper-button a.section2-button-next:hover{
     background: none;
 }
.team-style-section-2 .section2-swiper-button a.section2-button-prev:hover svg g,
.team-style-section-2 .section2-swiper-button a.section2-button-next:hover svg g{
    stroke: #4B3CDB;
}


.team-style-section-2 .section2-pagination-wrapper{
    position: relative;
    overflow: hidden;
    width: calc(100% - 200px);
}
.team-style-section-2 .section2-pagination-wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 1px;
    background: linear-gradient( 135deg, #4B3CDB 0%, rgba(62,52,167,0) 100%);
}
.team-style-section-2 .section2-pagination-wrapper h3{
    position: relative;
    font-size: 18px;
    color: #465D62;
    line-height: 27px;
    font-weight: normal;
    padding: 55px 0 0;
    cursor: pointer;
}

.team-style-section-2 .section2-pagination-wrapper h3:before{
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #CAD1DA;
    border: 1px solid #4B3CDB;
    border-radius: 50%;
}
.team-style-section-2 .section2-pagination-wrapper .swiper-slide-thumb-active h3{
    font-weight: bold;
    color: #4B3CDB;
    max-width: 240px;
    
}
.team-style-section-2 .section2-pagination-wrapper .swiper-slide-thumb-active h3:before{
    background: #4B3CDB;
}



.team-style-section-3{
    margin: 80px 0 0;
    border-radius: 8px;
    overflow: hidden;
}
.team-style-section-3 .section3-top{
    position: relative;
}
.team-style-section-3 .section3-video{
    width: 100%;
    height: 280px;
}
.team-style-section-3 .section3-video video{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.team-style-section-3 .section3-video video.ipad-video,
.team-style-section-3 .section3-video video.mobile-video{
    display: none;
}
.team-style-section-3 .section3-top .section3-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
}
.team-style-section-3 .section3-top .section3-text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 270deg, rgba(75,60,219,0) 0%, #4B3CDB 100%);
}
.team-style-section-3 .section3-top .index-title{
    position: relative;
    color: #fff;
    z-index: 2;
}

.team-style-section-3 .section3-top .noweight{
    display: inline-block;
}
.team-style-section-3 .section3-mid{
    background: #fff;
    padding: 40px;
    color: #05003B;
    line-height: 28px;
}

.team-style-section-4{
    margin: 80px 0 0;
}
.team-style-section-4 .section4-list li{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}
.team-style-section-4 .section4-list li:last-child{
    margin: 0;
}
.team-style-section-4 .section4-list-bg{
    height: 460px;
    width: 100%;
}

.team-style-section-4 .section4-list-bg2{
    position: absolute;
    left: 0;
    bottom: 0;
}
.team-style-section-4 .section4-list-bg2:before{
    content: '';
    position: absolute;
    left: -132px;
    bottom: -95px;
    width: 328px;
    height: 328px;
    background: linear-gradient( 133deg, #E55241 0%, rgba(229,82,65,0) 100%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 2;
}
.team-style-section-4 .section4-list-bg2:after{
    content: '';
    position: absolute;
    left: 44px;
    bottom: 40px;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    border: 16px solid #4B3CDB;
    opacity: 0.5;
    box-sizing: border-box;
    z-index: 1;
}
.team-style-section-4 .section4-list-bg3{
    position: absolute;
    right: 50%;
    top: 0;
    width: 120px;
    height: 100%;
}
.team-style-section-4 .section4-list-bg3:before{
    content: '';
    position: absolute;
    right: -40px;
    top: -20px;
    width: 80px;
    height: calc(100% + 40px);
    transform: rotate(-10deg);
    background: #4B3CDB;
}
.team-style-section-4 .section4-list-bg3:after{
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    width: 60px;
    height: calc(100% + 40px);
    transform: rotate(-10deg);
    background: rgba(75, 60, 219, .5);
}


.team-style-section-4 .section4-list li:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    z-index: 2;
}
.team-style-section-4 .section4-list li:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #4B3CDB;
}
.team-style-section-4 .section4-content{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 60px;
    
    color: #fff;
    z-index: 3;
}
.team-style-section-4 .section4-content-wrapper{
    max-width: 500px;
}
.team-style-section-4 .section4-content-wrapper h2{
    font-size: 24px;
    line-height: 36px;
}
.team-style-section-4 .section4-content-wrapper .detail{
    line-height: 28px;
    margin: 8px 0 24px;
}
.team-style-section-4 .section4-content-wrapper .news-links{
    color: #fff;
}
.team-style-section-4 .section4-content-wrapper .news-links svg g{
    stroke: #fff;
}


.team-style-section-4 .section4-list li:nth-child(2n):after{
    right: auto;
    left: 0;
    background: #E55241;
}
.team-style-section-4 .section4-list li:nth-child(2n) .section4-list-bg2{
    left: auto;
    right: 0;
}
.team-style-section-4 .section4-list li:nth-child(2n) .section4-list-bg2:before{
    left: auto;
    right: -132px;
    
}
.team-style-section-4 .section4-list li:nth-child(2n) .section4-list-bg2:after{
    left: auto;
    right: 44px;
}
.team-style-section-4 .section4-list li:nth-child(2n) .section4-list-bg3{
    left: 50%;
    right: auto;
}
.team-style-section-4 .section4-list li:nth-child(2n) .section4-list-bg3:before{
    transform: rotate(10deg);
    background: #E55241;
    right: auto;
    left: -40px;
}
.team-style-section-4 .section4-list li:nth-child(2n) .section4-list-bg3:after{
    transform: rotate(10deg);
    background: rgba(229, 82, 65, .5);
    right: 20px;
    left: auto;
}


.team-style-section-4 .section4-list li:nth-child(2n) .section4-content{
    right: auto;
    left: 0;
    padding: 0 0 0 60px;
    justify-content: flex-start;
}



/*team style view*/
.team-style-view .index-title{
    text-align: left;
}
.team-style-view{
    background: #fff;
}
.team-style-view .crumbs{
    padding: 24px 0;
}
.team-style-view .crumbs ul li.breadcrumb--separator,
.team-style-view .crumbs ul li a{
    color: #465D62;
    line-height: 24px;
}
.team-style-view-banner{
    position: relative;
}
.team-style-view-banner .team-style-view-banner-bg{
    height: 275px;
    width: 100%;
}
.team-style-view-banner .team-style-view-banner-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.team-style-view-banner .team-style-view-banner-wrapper .tag{
    color: #05003B;
}
.team-style-view-banner .team-style-view-banner-wrapper h1{
    font-size: 48px;
    color: #05003B;
    line-height: 73px;
    max-width: 800px;
}
.team-style-view-section-1{
    margin: 60px 0 0;
}
.team-style-view-section-1 ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
}
.team-style-view-section-1 li{
    background: rgba(75, 60, 219, .05);
    padding: 70px 32px;
    text-align: center;
}
.team-style-view-section-1 li .title{
    font-weight: bold;
    font-size: 68px;
    color: #4B3CDB;
    line-height: 103px;
}
.team-style-view-section-1 li .detail{
    color: #05003B;
}
.team-style-view-section-2{
    margin: 60px 0 0;
}
.team-style-view-section-2 .content{
    margin: 40px 0 0;
    color: #05003B;
}

.team-style-view-section-2 .links a{
    display: flex;
    align-items: center;
    margin: 40px 0 0;
    color: #4B3CDB;
}
.team-style-view-section-2 .links a svg{
    transform: rotate(180deg);
    margin-right: 16px;
}

.team-style-view-section-3{
    margin: 80px 0 0;
}
.team-style-view-section-3 ul{
    position: relative;
    width: 100%;
    height: 400px;
}
.team-style-view-section-3 li{
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    
}
.team-style-view-section-3 li img{
    display: block;
}
.team-style-view-section-3 li:nth-child(1){
    left: 40px;
    top: 0;
    width: calc((100% - 140px) / 6);
    height: 190px;
}
.team-style-view-section-3 li:nth-child(2){
    left: 40px;
    bottom: 0;
    width: calc((100% - 140px) / 6);
    height: 190px;
}
.team-style-view-section-3 li:nth-child(3){
    right: calc(50% + 10px);
    top: 0;
    width: calc((100% - 140px) / 3);
    height: 400px;
}

.team-style-view-section-3 li:nth-child(4){
    left: calc(50% + 10px);
    top: 0;
    width: calc((100% - 140px) / 3);
    height: 400px;
}
.team-style-view-section-3 li:nth-child(5){
    right: 40px;
    top: 0;
    width: calc((100% - 140px) / 6);
    height: 190px;
}
.team-style-view-section-3 li:nth-child(6){
    right: 40px;
    bottom: 0;
    width: calc((100% - 140px) / 6);
    height: 190px;
}

.team-style-view-section-3 .section3-prev-next{
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
    color: #4B3CDB;
    line-height: 26px;
}
.team-style-view-section-3 .section3-prev-next .section3-prev,
.team-style-view-section-3 .section3-prev-next .section3-next{
    display: flex;
    align-items: flex-start;
}
.team-style-view-section-3 .section3-prev-next .section3-prev a,
.team-style-view-section-3 .section3-prev-next .section3-next a{
    display: inline-block;
    text-decoration: underline;
    margin-left: 10px;
    max-width: 460px;
}





.privacy-policy{
    position: relative;
    padding: 0 0 240px;
    background: #fff;
}
.privacy-policy .privacy-policy-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
}
.privacy-policy .crumbs{
    padding: 24px 0;
}
.privacy-policy .crumbs ul li.breadcrumb--separator,
.privacy-policy .crumbs ul li a{
    color: #465D62;
    line-height: 24px;
}

.privacy-policy .privacy-policy-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 0;
}
.privacy-policy .privacy-policy-content .index-title{
    font-size: 48px;
    color: #05003B;
    line-height: 73px;
    text-align: left;
}
.privacy-policy .privacy-policy-content .privacy-policy-title{
    font-size: 24px;
    color: #E55241;
    line-height: 36px;
    margin: 40px 0 0;
}
.privacy-policy .privacy-policy-content ul{
    margin: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8px;
    grid-column-gap: 30px;
}
.privacy-policy .privacy-policy-content li{
    position: relative;
    padding-left: 14px;
}
.privacy-policy .privacy-policy-content li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #E55241;
    border-radius: 50%;
}
.privacy-policy .privacy-policy-content li a{
    display: block;
    color: #4B3CDB;
    line-height: 28px;
    text-decoration: underline;
    transition: all 0.3s;
}
.privacy-policy .privacy-policy-content li a:hover{
    text-decoration: none;
}

.privacy-policy-view .privacy-policy-view-top{
    padding: 0 0 120px;
    background: #fff;
}
.privacy-policy-view .crumbs{
    padding: 24px 0;
}
.privacy-policy-view .crumbs ul li.breadcrumb--separator,
.privacy-policy-view .crumbs ul li a{
    color: #465D62;
    line-height: 24px;
}
.privacy-policy-view .privacy-policy-view-top h1{
    margin: 40px 0 24px;
    font-size: 48px;
    color: #05003B;
    line-height: 73px;
}
.privacy-policy-view .privacy-policy{
    background: none;
}
.privacy-policy-view .privacy-policy .privacy-policy-content{
    padding: 80px 0 0;
}



/*download*/

.download .index-title{
    text-align: left;
}
.download .tag{
    font-size: 14px;
    color: #05003B;
    line-height: 22px;
}
.download-banner .banner-text .svg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}
.download-section-1{
    position: relative;
    padding: 80px 0;
    background: #fff;
}
.download-section-1 .section1-top-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
}
.download-section-1 .section1-bottom-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
}

.download-section-1 .container{
    position: relative;
    z-index: 2;
}
.download-section-2{
    position: relative;
    padding: 60px 0 160px;
    border-top: 8px solid #4B3CDB;
}
.download-section-2 .section2-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
}
.download-section-2 ul{
    margin: 40px 0 0;
}
.download-section-2 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    padding: 24px 0;
}
.download-section-2 li{
    margin-bottom: 24px;
}
.download-section-2 li:last-child{
    margin: 0;
}
.download-section-2 li .svg{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-section-2 li .text{
    width: calc(100% - 400px);
}
.download-section-2 li .text h3{
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
}
.download-section-2 li .text .detail{
    line-height: 28px;
}
.download-section-2 li .links-box{
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 24px;
}
.download-section-2 li .links{
    width: 238px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    text-align: center;
    height: 48px;
    background: #4B3CDB;
    box-shadow: 3px 3px 0px 0px #05003B;
    border-radius: 30px;
    border: 3px solid #05003B;
    transition: all 0.3s;
}
.download-section-2 li .links:hover{
    box-shadow: none;
}

.download-section-3 .section3-swiper{
    position: relative;
    overflow: hidden;
}
.download-section-3 .section3-swiper .swiper-pagination-bullet{margin: 0 10px;}
.download-section-3 .section3-video{
    position: relative;
    width: 100%;
    height: 450px;
}

.download-section-3{}
.download-section-3 .section3-video-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.download-section-3 .video-play{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -37px 0 0 -37px;
    width: 77px;
    height: 77px;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    background: #4B3CDB;
}
.download-section-3 .section3-video-img img,
.download-section-3 .section3-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.download-section-4{
    position: relative;
    padding: 0 0 80px;
}
.download-section-4 .section4-bg{
    position: absolute;
    right: 0;
    bottom: 0;
}









.dienstleistungen .main-body{
    position: relative;
    padding: 0 0 200px;
}
.dienstleistungen .main-body .top-bg{
    position: absolute;
    right: 0;
    top: 0;
}
.dienstleistungen .main-body .bottom-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.dienstleistungen-section-2{
    margin: 80px 0 0;
}
.dienstleistungen-section-2 li{
    position: relative;
    margin-bottom: 40px;
}
.dienstleistungen-section-2 li:last-child{
    margin: 0;
}
.dienstleistungen-section-2 .section2-bg{
    position: relative;
}
.dienstleistungen-section-2 .section2-bg .img1{
    display: block;
    width: 55%;
    position: relative;
    z-index: 2;
}
.dienstleistungen-section-2 .section2-bg .img2{
    display: block;
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
}

.dienstleistungen-section-2 li:nth-child(2) .section2-bg .img2{
    z-index: 3;
}

.dienstleistungen-section-2 li .section2-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0 120px;
    z-index: 4;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.dienstleistungen-section-2 li h2{
    font-size: 32px;
    line-height: 48px;
}   
.dienstleistungen-section-2 li .detail{
    line-height: 27px;
}
.dienstleistungen-section-2 li .links{
    margin: 24px 0 0;
}
.dienstleistungen-section-2 li .links a{
    font-weight: 600;
    color: #fff;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dienstleistungen-section-2 li .links a svg{
    margin-left: 16px;
}
.dienstleistungen-section-2 li .links a svg g{
    stroke:#fff;
}
.dienstleistungen-section-2 li:nth-child(2) .section2-content{
    right: 0;
    left: auto;
}


/*server*/
.server-section-1{
    position: relative;
    padding: 80px 0;
    background: #fff;
}
.server-section-1 .section1-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 2;
}
.server-section-1 .section1-img{
    width: 100%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}
.server-section-1 .tab-box{
    margin: 32px 0 0;
}
.server-section-1 .tab-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 8px solid #E55241;
    background: #4B3CDB;
    padding-left: 16px;
}
.server-section-1 .tab-title .index-title{
    color: #fff;
}
.server-section-1 .tab-title .tab-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #E55241;
    cursor: pointer;
}
.server-section-1 .tab-title .tab-icon svg{
    display: block;
}
.server-section-1 .tab-title .minus-sign{
    display: none;
}
.server-section-1 .tab-content{
    display: none;
    background: #4B3CDB;
    border-top: 1px solid #fff;
    padding: 32px;
    color: #fff;
}
.server-section-1 .tab-content .text{
    margin-bottom: 32px;
}
.server-section-1 .tab-content h3{
    margin: 0 0 16px;
}
.server-section-1 .tab-content .index-btn2{
    background: #fff;
    color: #4B3CDB;
}

.server-section-1 .tab-title .tab-icon.on .minus-sign{
    display: block;
}
.server-section-1 .tab-title .tab-icon.on .plus-sign{
    display: none;
}


.server-section-2{
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.server-section-2 .section2-left-bg{
    position: absolute;
    left: 0;
    top: 0;
}
.server-section-2 .section2-right-bg{
    position: absolute;
    right: 0;
    top: 0;
}
.server-section-2 .section2-wrapper{
    position: relative;
    z-index: 2;
}
.server-section-2 .section2-tab-title{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
}

.server-section-2 .section2-tab-title a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 120px;
    border-radius: 8px;
    border: 1px solid #4B3CDB;
    padding: 20px;
    color: #4B3CDB;
    line-height: 28px;
    transition: all 0.3s;
}
.server-section-2 .section2-tab-title a.on,
.server-section-2 .section2-tab-title a:hover{
    color: #fff;
    background: #4B3CDB;
}
.server-section-2 .section2-tab-content{
    margin: 32px 0 0;
}

.server-section-2 .section2-tab-content .index-title{
    display: flex;
    align-items: center;
    text-align: left;
}
.server-section-2 .section2-tab-content .index-title:before{
    content: '';
    display: block;
    width: 8px;
    height: 28px;
    background: #E55241;
    margin-right: 16px;
}
.server-section-2 .section2-tab-content ul{
    position: relative;
    overflow: hidden;
}
.server-section-2 .section2-tab-content li{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.server-section-2 .section2-tab-content li.on{
    position: relative;
    transform:none;
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.server-section-2 .section2-tab-content .section2-tab-items-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0 0;
}
.server-section-2 .section2-tab-content .left{
    width: 445px;
    background: #4B3CDB;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
}
.server-section-2 .section2-tab-content .left .img{
    padding: 20px 0 0;
}
.server-section-2 .section2-tab-content .left .tag{
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    margin: 16px 0 0;
}
.server-section-2 .section2-tab-content .left .tag span{
    display: block;
    font-size: 28px;
    font-weight: normal;
}
.server-section-2 .section2-tab-content .left h3{
    font-size: 36px;
    color: #FFFFFF;
    line-height: 32px;
    margin: 48px 0 0;
}
.server-section-2 .section2-tab-content .left .detail {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    margin: 15px 0 0;
}
.server-section-2 .section2-tab-content .left .slogo{
    border-top: 1px solid #fff;
    margin: 32px 0 0;
    padding: 24px 0 0;
}
.server-section-2 .section2-tab-content .right{
    width: calc(100% - 500px);
}
.server-section-2 .section2-tab-content .right dd{
    background: #FFFFFF;
    border-radius: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    margin: 0 0 16px;
}
.server-section-2 .section2-tab-content .right dd:last-child{
    margin: 0;
}
.server-section-2 .section2-tab-content .right .svg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    background: #E55241;
    border-radius: 50%;
}
.server-section-2 .section2-tab-content .right .text{
    width: calc(100% - 88px);
    padding: 0 32px;
    color: #05003B;
    line-height: 28px;
}

.server-section-1 .bottom-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
}
.server-section-3{
    padding: 80px 0 200px;
}



/*spares*/
.spares{}
.spares-section-1{
    position: relative;
    padding: 80px 0;
    background: #fff;
}
.spares-section-1 .container{
    position: relative;
    z-index: 1;
}
.spares-section-1 .section1-list{
    margin: 80px 0 0;
}
.spares-section-1 .section1-list ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 80px;
}
.spares-section-1 .section1-list li{
    text-align: center;
}
.spares-section-1 .section1-list li .svg{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: rgba(75, 60, 219, .1);
    border-radius: 8px;
}
.spares-section-1 .section1-list li h3{
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    margin: 8px 0 0;
}
.spares-section-1 .section1-list li .detail{
    margin: 16px 0 0;
}

.spares-section-1 .section1-mid{
    margin: 80px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.spares-section-1 .section1-mid .left{
    width: 720px;
}
.spares-section-1 .section1-mid .left ul {
    position: relative;
    overflow: hidden;
}
.spares-section-1 .section1-mid .left li{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.spares-section-1 .section1-mid .left li.on {
    position: relative;
    transform: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.spares-section-1 .section1-mid .left .img{
    height: 340px;
    border-radius: 8px;
    overflow: hidden;
}
.spares-section-1 .section1-mid .left h3{
    font-size: 28px;
    color: #4B3CDB;
    line-height: 43px;
    margin: 24px 0 0;
}
.spares-section-1 .section1-mid .left .detail{
    line-height: 28px;
    margin: 8px 0 0;
}
.spares-section-1 .section1-mid .right{
    width: 400px;
}
.spares-section-1 .section1-mid .right dl{
    margin: 0 0 40px;
    cursor: pointer;
}
.spares-section-1 .section1-mid .right dl:last-child{
    margin: 0;
}
.spares-section-1 .section1-mid .right dt{
    font-size: 20px;
    color: #05003B;
    line-height: 31px;
    font-weight: bold;
}
.spares-section-1 .section1-mid .right dd{
    line-height: 24px;
    margin: 8px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spares-section-1 .section1-mid .right dl.on dt{
    color: #4B3CDB;
    text-decoration-line: underline;
}



.spares-section-2{
    position: relative;
    padding: 80px 0 160px;
}
.spares-section-2 .section2-list{
    background: #FFFFFF;
    border-radius: 8px;
    margin: 80px 0 0;
}
.spares-section-2 ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.spares-section-2 li{
    transition: all 0.3s;
}
.spares-section-2 li.on{
    box-shadow: 0px 2px 10px 0px rgba(5, 0, 59, 0.1);
    border-radius: 8px;
    transform: scale(1.2);
    background: #fff;
}
.spares-section-2 .section2-list-wrapper{
    text-align: center;
    padding: 40px;
}
.spares-section-2 h3{
    font-size: 20px;
    color: #05003B;
    line-height: 32px;
    margin: 8px 0;
}
.spares .white-bg{
    margin: 0;
}
.spares-section-3{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.spares-section-3 .section3-left{
    width: 320px;
}
.spares-section-3 .section3-left .index-title{
    text-align: left;
    margin: 0 0 8px;
}
.spares-section-3 .section3-right{
    width: 800px;
}
.spares-section-3 .section3-right ul{
    
}
.spares-section-3 .section3-right li, .spares-section-3 .section3-right .swiper-slide{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.spares-section-3 .section3-right .img{
    height: 360px;
}
.spares-section-3 .section3-right .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(75, 60, 219, 0) 0%, rgba(75, 60, 219, 0.8) 100%);
    color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s;
    transform: translate(0, 50px);
}
.spares-section-3 .section3-right h3{
    font-size: 24px;
    line-height: 36px;
}
.spares-section-3 .section3-right .detail{
    margin: 8px 0 0;
}
.spares-section-3 .section3-right .news-links{
	color: #fff;
}
.spares-section-3 .section3-right .news-links span{
    text-decoration: underline;
}
.spares-section-3 .section3-right .news-links svg g{
    stroke: #fff;
}


.spares-section-3 .section3-right li:hover .text, .spares-section-3 .section3-right .swiper-slide:hover .text{
    transform: none;
}
.spares-section-3 .section3-swiper{
    position: relative;
    overflow: hidden;
}
.spares-section-3 .section3-swiper-pagination{
    display: none;
}

/*news*/
.news-top{
    background: #fff;
}
.news-box .crumbs{
    padding: 24px 0;
}
.news-box .crumbs ul li.breadcrumb--separator,
.news-box .crumbs ul li a{
    color: #465D62;
    line-height: 24px;
}
.news-banner{
    position: relative;
}
.news-banner .news-banner-bg{
    height: 320px;
    width: 100%;
}
.news-banner .news-banner-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.news-banner .news-banner-content{
	height: 320px;
}
.news-banner .news-banner-text{
    height: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-banner .news-banner-text h1{
    font-size: 48px;
    color: #05003B;
    line-height: 73px;
    margin: 0 0 16px;
}
.news-banner .news-banner-bom{
    height: 146px;
    background: #4B3CDB;
    border-bottom: 16px solid #312791;
}
.news-banner .news-banner-bom-wrapper{
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 130px;
}
.news-banner .news-banner-bom .img{
    position: absolute;
    left: 0;
    top: 20px;
}
.news-banner .news-banner-bom .scroll-text{
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    width: calc(100% - 135px);
    padding-left: 10%;
    position: relative;
    z-index: 2;
}
.news-banner .news-banner-bom ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    white-space: nowrap;
    line-height: 130px;
    font-weight: bold;
    font-size: 24px;
    animation: scrollText 10s linear infinite;
}
.news-banner .news-banner-bom ul:hover{
    animation-play-state: paused;
}
.news-banner .news-banner-bom li{
	position: relative;
    margin-right: 56px;
    padding-left: 24px;
}
.news-banner .news-banner-bom li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 61px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}
.news-banner .news-banner-bom li:nth-child(2n){
    font-weight: normal;
}

.news-section-1,
.news-section-2,
.news-section-3{
    position: relative;
    z-index: 2;
}
.news-section-1 .news-top-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-section-1 .news-pic{
    width: 50%;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    transition: all 0.3s;
}
.news-section-1 .news-pic:hover{
    box-shadow: none;
}
.news-section-1 .news-pic img{
    display: block;
}
.news-section-1 .news-content {
    width: calc(50% - 60px);
}
.news-section-1 .news-addtime{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news-section-1 .news-cate-name{
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    padding: 0 15px;
    border: 1px solid rgba(75, 60, 219, .3);
    color: #4B3CDB;
    margin-right: 24px;
}
.news-section-1 .news-name{
    margin: 20px 0 8px;
    font-size: 28px;
    color: #05003B;
    line-height: 44px;
    font-weight: bold;
}
.news-section-1 .news-detail{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-section-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 180px;
    margin: 80px 0 0;
    padding: 0 40px;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    background: #E55241;
}
.news-section-2 .left{
    display: flex;
    align-items: center;
}
.news-section-2 .left h3, .news-section-2 .left .h3{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 44px;
    max-width: 375px;
    margin-left: 24px;
}
.news-section-2 .right .newsletter_form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 550px;
}
.news-section-2 .right .newsletter_txt{
    height: 48px;
    width: calc(100% - 160px);
    background: #FFFFFF;
    border-radius: 30px;
    border: 3px solid #05003B;
    text-indent: 15px;
}
.news-section-2 .right .newsletter_btn{
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    white-space: nowrap;
    padding: 0;
    width: 145px;
    font-weight: bold;
    cursor: pointer;
}
.news-section-3{
    margin: 80px 0 0;
}
.news-section-3 .index-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-section-3 .index-title .right-all-links{
    font-size: 20px;
    text-decoration: underline;
    color: #4B3CDB;
}
.news-section-3 .section3-title{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #CAD1DA;
    padding: 0 0 8px;
}
.news-section-3 .section3-title h2{
    margin: 0 20px;
    font-size: 20px;
    line-height: 36px;
}
.news-section-3 .section3-title h2 a{
    display: block;
    position: relative;
    color: #05003B;
    transition: all 0.3s;
    
}
.news-section-3 .section3-title h2 a.on,
.news-section-3 .section3-title h2 a.cur{
    color: #4B3CDB;
}
.news-section-3 .section3-title h2 a:before,
.news-section-3 .section3-title h2 a:before{
    content: '';
    width: 0;
    transition: all 0.3s;
}
.news-section-3 .section3-title h2 a.on:before,
.news-section-3 .section3-title h2 a.cur:before{
    content: '';
    position: absolute;
    left: -8px;
    bottom: -11px;
    height: 4px;
    width: calc(100% + 16px);
    background: #4B3CDB;
    
}
.news-section-3 ul{
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.news-section-3 li .news-pic{
    display: block;
    height: 220px;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
}
.news-section-3 li .news-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-section-3 li .news-addtime{
    margin: 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-section-3 li .news-cate-name{
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    padding: 0 15px;
    border: 1px solid rgba(75, 60, 219, .3);
    color: #4B3CDB;
    margin-right: 24px;
}
.news-section-3 li .news-name{
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    margin: 16px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}
.news-section-3 li .news-name:hover{
	color: #4B3CDB;
	text-decoration-line: underline;
}
.news-section-3 li .news-detail{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 0;
}

.news-section-3 li .manufacturers-select{
    width: 100%;
    padding: 40px 32px;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    background: #E55241;
    transform: translate(-6px,-6px);
    transition: all 0.3s;
    text-align: center;
}
.news-section-3 li .manufacturers-select:hover{
    box-shadow: none;
    transform: none;
}
.news-section-3 li .manufacturers-select .success-svg{
    display: none;
}
.news-section-3 li .manufacturers-select h3{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 24px 0 0;
}
.news-section-3 li .manufacturers-select .detail{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.news-section-3 li .manufacturers-select .cate_list_content{
    margin: 18px 0 0;
    line-height: 28px;
    text-align: left;
}
.news-section-3 li .manufacturers-select .cate_list_content .detail{
    text-align: center;
    color: #fff;
}
.news-section-3 li .manufacturers-select .cate_list_content .newsletter_txt{
    position: relative;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    padding: 0 15px;
    border: 3px solid #05003B;
    height: 48px;
    line-height: 48px;
    width: 100%;
    margin: 16px 0 0;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
}
.news-section-3 li .manufacturers-select .cate_list_content ul{
    max-height: 500px;
    overflow-y: auto;
}
.news-section-3 .cate_list_content ul::-webkit-scrollbar{
    width:7px;
    height:7px;
}
.news-section-3 .cate_list_content ul::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.1);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.news-section-3 .cate_list_content ul:hover::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.2);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.news-section-3 .cate_list_content ul::-webkit-scrollbar-thumb:hover{
    background-color:rgba(0,0,0,.4);
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.news-section-3 .cate_list_content ul::-webkit-scrollbar-track{
    border-radius:10px;
    -webkit-box-shadow:inset006pxrgba(0,0,0,0);
    background-color:#f5f5f5;
}
.news-section-3 .cate_list_content ul::-webkit-scrollbar-track:hover{
    -webkit-box-shadow:inset006pxrgba(0,0,0,.4);
    background-color:rgba(0,0,0,.1);
}

.news-section-3 .cate_list_content .dt_select dt{
    border: 3px solid #05003B;
    height: 48px;
    line-height: 48px;
}
.news-section-3 .cate_list_content .filter_btn {
    margin: 20px 0 0;
    display: block;
    line-height: 42px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    height: 48px;
    background: #4B3CDB;
    box-shadow: 3px 3px 0px 0px #05003B;
    border-radius: 30px;
    border: 3px solid #05003B;
    transition: all 0.3s;
}
.news-section-3 .cate_list_content .filter_btn:hover{
    box-shadow: none;
}
.news-box .allcate-section-4{
    padding: 80px 0 0;
}
.news-box .contactus-section-2 .tag{
    color: #05003B;
    margin: 8px 0 0;
}
.news-box .contactus-section-2 .index-title{
    text-align: left;
    margin: 0 0 40px;
}
.news-box .product-bottom-section3{
    margin: 0 0 80px;
}
 
 @keyframes scrollText {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
 }


.news-box .white-bg{
    margin: 0;
}
.news-section-3 .page_box{
    width: 100%;
}

.news-box .index-title{
    text-align: left;
}




.news-view .index-title{
    text-align: left;
}
.news-view .crumbs{
    padding: 24px 0;
}
.news-view .crumbs ul li.breadcrumb--separator,
.news-view .crumbs ul li a{
    color: #465D62;
    line-height: 24px;
}
.news-view .return-news .index-btn3{
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.news-view .return-news .index-btn3 svg{
    transform: rotate(180deg);
}
.news-view .return-news .index-btn3 svg g{
    stroke: #fff;
}
.return-news .index-btn3 span{
    margin-left: 16px;
}
.news-view .news-view-top{
    background: #fff;
}
.news-view .news-view-content{
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
}
.news-view .news-view-content .left{
    width: calc(100% - 440px);
}
.news-view .news-view-content .left .news-time{
    display: flex;
    align-items: center;
    margin: 30px 0 20px;
}
.news-view .news-view-content .left svg{
    width: 20px;
    height: 20px;
    fill: #465d62;
}
.news-view .news-view-content .left .index-title{
    text-align: left;
}
.news-view .news-view-content .right{
    width: 360px;
}


.news-view .all_manufacturers .manufacturers-select{
    width: 100%;
    padding: 40px 32px;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    background: #E55241;
    transform: translate(-6px,-6px);
    transition: all 0.3s;
    text-align: center;
}
.news-view .all_manufacturers .manufacturers-select:hover{
    box-shadow: none;
    transform: none;
}
.news-view .all_manufacturers .manufacturers-select .success-svg{
    display: none;
}
.news-view .all_manufacturers .manufacturers-select h3, .news-view .all_manufacturers .manufacturers-select .h3{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 24px 0 0;
}
.news-view .all_manufacturers .manufacturers-select .detail{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.news-view .all_manufacturers .manufacturers-select .cate_list_content{
    margin: 18px 0 0;
    line-height: 28px;
    text-align: left;
}
.news-view .all_manufacturers .manufacturers-select .cate_list_content .detail{
    text-align: center;
    color: #fff;
}
.news-view .all_manufacturers .manufacturers-select .cate_list_content .newsletter_txt{
    position: relative;
    z-index: 2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    padding: 0 15px;
    border: 3px solid #05003B;
    height: 48px;
    line-height: 48px;
    width: 100%;
    margin: 16px 0 0;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
}
.news-view .all_manufacturers .manufacturers-select .cate_list_content ul{
    max-height: 500px;
    overflow-y: auto;
}
.news-view .all_manufacturers .cate_list_content ul::-webkit-scrollbar{
    width:7px;
    height:7px;
}
.news-view .all_manufacturers .cate_list_content ul::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.1);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.news-view .all_manufacturers .cate_list_content ul:hover::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.2);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.news-view .all_manufacturers .cate_list_content ul::-webkit-scrollbar-thumb:hover{
    background-color:rgba(0,0,0,.4);
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.news-view .all_manufacturers .cate_list_content ul::-webkit-scrollbar-track{
    border-radius:10px;
    -webkit-box-shadow:inset006pxrgba(0,0,0,0);
    background-color:#f5f5f5;
}
.news-view .all_manufacturers .cate_list_content ul::-webkit-scrollbar-track:hover{
    -webkit-box-shadow:inset006pxrgba(0,0,0,.4);
    background-color:rgba(0,0,0,.1);
}

.news-view .all_manufacturers .cate_list_content .dt_select dt{
    border: 3px solid #05003B;
    height: 48px;
    line-height: 48px;
}
.news-view .all_manufacturers .cate_list_content .filter_btn {
    margin: 20px 0 0;
    display: block;
    line-height: 42px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    height: 48px;
    background: #4B3CDB;
    box-shadow: 3px 3px 0px 0px #05003B;
    border-radius: 30px;
    border: 3px solid #05003B;
    transition: all 0.3s;
}
.news-view .all_manufacturers .cate_list_content .filter_btn:hover{
    box-shadow: none;
}
.news-view .news-content{
    margin: 40px 0;
}
.news-view .news-view-content .right .news_top{
    margin: 80px 0 0;
}
.news-view .news-view-content .right .tag{
    color: #05003B;
    margin: 8px 0 0;
}
.news-view .news-view-content .right ul{
    margin: 40px 0 0;
}
.news-view .news-view-content .right li:first-child{
    margin-bottom: 24px;
}
.news-view .news-view-content .right .news_image{
    display: block;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    background: #E55241;
    transform: translate(-6px, -6px);
}
.news-view .news-view-content .right .news_image img{
    display: block;
}
.news-view .news-view-content .right .news_top_name{
    display: block;
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    margin: 24px 0 0;
    font-weight: bold;
}
.news-view .news-view-bottom{
    padding: 0 0 160px;
    position: relative;
}




/*产品详情页*/

@keyframes ripple1 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes ripple3 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
.img-ripple{
	position: relative;
	width: 55px;
	height: 55px;
	margin: 200px auto;
}
.img-ripple:before{
	content: '';
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	padding: 0;
	border-radius: 100%;
	background-color: rgba(75, 60, 219, 1);
	opacity: 0;
	transition: opacity 0.4s, transform 0.6s ease-out;
	transform: translate(-50%, -50%) scale(1);
	animation: ripple1 2s ease-out;
	animation-iteration-count: infinite;
	
}
.img-ripple:after{
	content: '';
	width: 75px;
	height: 75px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
	padding: 0;
	border-radius: 100%;
	background-color: rgba(75, 60, 219, 1);
	opacity: 0;
	transition: opacity 0.4s, transform 0.6s ease-out;
	transform: translate(-50%, -50%) scale(1);
	animation: ripple2 2s ease-out;
	animation-iteration-count: infinite;
	
}
.img-ripple-bg:before{
	content: '';
	width: 85px;
	height: 85px;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: -15px;
	padding: 0;
	border-radius: 100%;
	background-color: rgba(75, 60, 219, 1);
	opacity: 0;
	transition: opacity 0.4s, transform 0.6s ease-out;
	transform: translate(-50%, -50%) scale(1);
	animation: ripple3 2s ease-out;
	animation-iteration-count: infinite;
	
}
.img-ripple-bg:after{
	content: '';
	width: 95px;
	height: 95px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -20px;
	padding: 0;
	border-radius: 100%;
	background-color: rgba(75, 60, 219, 1);
	opacity: 0;
	transition: opacity 0.4s, transform 0.6s ease-out;
	transform: translate(-50%, -50%) scale(1);
	animation: ripple4 2s ease-out;
	animation-iteration-count: infinite;

}
.img-ripple-img{
	height: 55px;
	width: 55px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.img-ripple-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#product--bar .item .info .tel .img-ripple-img{
    width: 55px;
    height: 55px;
    float: none;
    padding: 0;
}


/*详情页修改*/
div.variants .product .productHeader .item-button--inquiry .index-btn2{
    margin: 0;
    height: 34px;
    line-height: 32px;
    width: 100%;
    text-align: center;
    padding: 0;
}
div.variants .product .productHeader .right.rightPrice .no--exchange-available svg{
    animation-name: floatup;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.garantie{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 8px;
    background: linear-gradient(124deg, rgba(229, 82, 65, .1) 0%, rgba(62, 52, 167, .1) 100%);
    border-radius: 68px;
    margin: 30px 0 0;
}
.garantie .text{
    width: calc(100% - 125px);
    font-size: 14px;
    padding-right: 40px;
    line-height: 20px;
}
.garantie .text h4, .garantie .text .h4{
    color: #05003B;
    line-height: 28px;
    font-size: 18px;
}

.site-product-detail .index-title{
    text-align: left;
}
.product-view-mid .all_manufacturers .manufacturers-select{
    width: 100%;
    padding: 40px 32px;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    background: #D3301D;
    transform: translate(-6px,-6px);
    transition: all 0.3s;
    text-align: center;
}
.product-view-mid .all_manufacturers .manufacturers-select:hover{
    box-shadow: none;
    transform: none;
}
.product-view-mid .all_manufacturers .manufacturers-select h3{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 24px 0 0;
}
.product-view-mid .all_manufacturers .manufacturers-select .detail{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.product-view-mid .all_manufacturers .manufacturers-select .cate_list_content{
    margin: 18px 0 0;
    line-height: 28px;
    text-align: left;
}
.product-view-mid .all_manufacturers .manufacturers-select .cate_list_content ul{
    max-height: 500px;
    overflow-y: auto;
}
.product-view-mid .all_manufacturers .cate_list_content ul::-webkit-scrollbar{
    width:7px;
    height:7px;
}
.product-view-mid .all_manufacturers .cate_list_content ul::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.1);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.product-view-mid .all_manufacturers .cate_list_content ul:hover::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.2);
    border-radius:10px;
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.product-view-mid .all_manufacturers .cate_list_content ul::-webkit-scrollbar-thumb:hover{
    background-color:rgba(0,0,0,.4);
    -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
.product-view-mid .all_manufacturers .cate_list_content ul::-webkit-scrollbar-track{
    border-radius:10px;
    -webkit-box-shadow:inset006pxrgba(0,0,0,0);
    background-color:#f5f5f5;
}
.product-view-mid .all_manufacturers .cate_list_content ul::-webkit-scrollbar-track:hover{
    -webkit-box-shadow:inset006pxrgba(0,0,0,.4);
    background-color:rgba(0,0,0,.1);
}

.product-view-mid .all_manufacturers .cate_list_content .dt_select dt{
    border: 3px solid #05003B;
    height: 48px;
    line-height: 48px;
}
.product-view-mid .all_manufacturers .cate_list_content .filter_btn {
    margin: 20px 0 0;
    display: block;
    line-height: 42px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    height: 48px;
    background: #4B3CDB;
    box-shadow: 3px 3px 0px 0px #05003B;
    border-radius: 30px;
    border: 3px solid #05003B;
    transition: all 0.3s;
}
.product-view-mid .all_manufacturers .cate_list_content .filter_btn:hover{
    box-shadow: none;
}

.product-view-mid .mid-section1{
    margin: 80px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-view-mid .mid-section1 .left,
.product-view-mid .mid-section1 .right{
    width: calc(50% - 15px);
}
.product-view-mid .mid-section1 .tag{
    font-size: 16px;
    color: #05003B;
    line-height: 24px;
    margin-top: 8px;
}
.product-view-mid .mid-section1 .index-title{
    margin: 8px 0 16px;
}
.product-view-mid .mid-section2{
    margin: 40px 0 0;
}
.product-view-mid .mid-section2 .tag,
.product-view-mid .mid-section3 .tag{
    color: #05003B;
    line-height: 28px;
    margin: 8px 0 0;
}
.product-view-mid .mid-section2 ul{
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-view-mid .mid-section2 li{
    width: calc(50% - 26px);
}
.product-view-mid .mid-section2 li{
    position: relative;
    font-size: 18px;
    color: #4B3CDB;
    line-height: 28px;
    margin-bottom: 4px;
    padding: 0 0 0 14px;
    
}

.product-view-mid .mid-section2 li:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E55241;
}
.product-view-mid .mid-section2 li a{
    text-decoration: underline;
    font-weight: bold;
}

.product-view-mid .mid-section3{
    margin: 80px 0 0;
}
.product-view-mid .mid-section3 ul{
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
}
.product-view-mid .mid-section3 li{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.product-view-mid .mid-section3 li .pic{
    text-align: center;
    display: block;
}
.product-view-mid .mid-section3 li .product-content{
    padding: 24px;
    text-align: center;
}
.product-view-mid .mid-section3 li .name{
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #05003B;
    line-height: 36px;
    margin: 0 0 4px;
}
.product-view-mid .mid-section3 li .manufacturer{
    color: #4B3CDB;
    line-height: 27px;
    margin: 16px 0 0;
}
.product-view-mid .mid-section3 li .index-title{
    margin: 16px 0 0;
    width: 100%;
}
.product-view-mid .allcate-section-4{
    padding-bottom: 0;
}










.product-view-mid .product_list_search_box{
    background: none;
    height: 48px;
}
.product-view-mid .product_list_search_box form{
    border: 3px solid #05003B;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
}
.product-view-mid .product_list_search_box form .search-text{
    font-size: 18px;
    color: #465d62;
}
.product-view-mid .product_list_search_box form .search-btn{
    height: 42px;
    background: none;
}
.product-view-mid .product_list_search_box form .search-btn svg{
    fill: #465d62;
}








.ajax_loading{width:64px;height:64px;background:0 0;border-width:4px;border:4px solid #999;border-bottom-color:transparent;border-radius:100%;-webkit-animation:ball-clip-rotate .75s linear infinite;-moz-animation:ball-clip-rotate .75s linear infinite;-o-animation:ball-clip-rotate .75s linear infinite;animation:ball-clip-rotate .75s linear infinite; position: fixed; z-index: 1000000; left: 50%; margin-left: -32px; top: 50%; margin-top: -64px;}
.ajax_loading,
.ajax_loading:before,.ajax_loading:after {-webkit-animation-play-state:running;-moz-animation-play-state:running;-o-animation-play-state:running;animation-play-state:running;}
@-webkit-keyframes ball-clip-rotate {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
50% {-webkit-transform:rotate(180deg);transform:rotate(180deg)}
100% {-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-moz-keyframes ball-clip-rotate {0% {-moz-transform:rotate(0deg);transform:rotate(0deg)}
50% {-moz-transform:rotate(180deg);transform:rotate(180deg)}
100% {-moz-transform:rotate(360deg);transform:rotate(360deg)}
}
@-o-keyframes ball-clip-rotate {0% {-o-transform:rotate(0deg);transform:rotate(0deg)}
50% {-o-transform:rotate(180deg);transform:rotate(180deg)}
100% {-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes ball-clip-rotate {0% {-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
50% {-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
100% {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}




















/*20 Years in Business*/
.diypage-1{
    background: #fff;
    position: relative;
    padding: 0 0 80px;
}
.diypage-1 .crumbs ul li.breadcrumb--separator,
.diypage-1 .crumbs ul li a,
.diypage-1 .crumbs ul li span{
    color: #465D62;
    line-height: 24px;
}
.diypage-1 .index-title{
    text-align: left;
    margin: 60px 0 16px;
}
.diypage-1 .diypage1-list{
    margin: 80px 0 0;
    padding: 50px 0 150px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diypage-1 .left{
    width: calc(50% - 8px);
    padding-right: 40px;
}
.diypage-1 .diypage1-list-box{
    position: relative;
    margin: 0 0 80px;
    padding: 50px 0 0;
}
.diypage-1 .diypage1-list-box:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 40px);
    display: block;
    background: linear-gradient(135deg, #4B3CDB 0%, rgba(62, 52, 167, 0) 100%);
    height: 1px;
    margin: 0 0 30px;

}
.diypage-1 .diypage1-list-box:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #4B3CDB;
    border-right: 12px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 12px solid transparent;
}

.diypage-1 .right .diypage1-list-box:before{
    background: linear-gradient( 241deg, #E55241 0%, rgba(229,82,65,0) 100%);
    right: 0;
    left: auto;
}
.diypage-1 .right .diypage1-list-box:after{
    content: '';
    right: 0;
    left: auto;
    border-top: 15px solid #E55241;
}
.diypage-1 .top-box{
    position: relative;
    width: 100%;
    height: 350px;
    border: 6px solid #4B3CDB;
    box-shadow: 6px 6px 0 0px #05003B;
    transform: translate(-6px, -6px);
    transition: all 0.3s;
}

.diypage-1 .top-box:before{
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    right: -82px;
    width: 32px;
    height: 32px;
    border: 6px solid #4B3CDB;
    border-radius: 50%;
    background: #fff;
}
.diypage-1 .right .top-box{
    border-color: #d66251;
}
.diypage-1 .right .top-box:before{
    right: auto;
    left: -70px;
    border-color: #d66251;
}
.diypage-1 .top-box iframe,
.diypage-1 .top-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.diypage-1 .mid-text{
    color: #05003B;
    line-height: 28px;
    margin: 24px 0 0;
}

.diypage-1 .right{
    width: calc(50% - 8px);
    padding-left: 40px;
}
.diypage-1 .diypage1-list:before{
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 8px);
    width: 16px;
    height: calc(100% - 50px);
    background: linear-gradient( 152deg, #E55241 0%, #4B3CDB 100%);
}

.diypage-2{
    background: #fff;
    position: relative;
}
.diypage-2 .white-bg{
    margin: 0;
}
.diypage-2 .section1-cus{
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #05003B;
    line-height: 28px;
}
.diypage-2 .email{
    display: flex;
    align-items: center;
    color: #4B3CDB;
    font-weight: bold;
}
.diypage-2 .email svg{
    margin: 0 16px 0 24px;
}
.diypage-2 .email a{
    margin-left: 5px;
}
.diypage-2 .index-title{
    text-align: left;
}
.page-banner .banner-text li{
    position: relative;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 4px;
    padding: 0 0 0 14px;
}
.page-banner .banner-text li:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E55241;
}
.diypage2-section-1 .tag{
    font-size: 14px;
    color: #05003B;
    line-height: 20px;
}
.diypage2-section-1 .index-title{
    margin: 0 0 16px;
}

.diypage2-section-1 h4{
    font-size: 18px;
    color: #05003B;
    line-height: 27px;
    margin: 16px 0 0;
}
.diypage2-section-1 .section1-content{
    margin: 40px 0 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.diypage2-section-1 .left{
    width: 50%;
    position: sticky;
    top: 0;
}
.diypage2-section-1 .right{
    width: calc(50% - 80px);
}
.diypage2-section-1 .right .section1-tab-title{
    border-bottom: 1px solid #CAD1DA;
    font-size: 18px;
    line-height: 27px;
    color: #05003B;
    display: flex;
    align-items: flex-start;
}
.diypage2-section-1 .right .section1-tab-title span{
    padding: 0 8px 8px;
    margin-right: 32px;
    cursor: pointer;
    position: relative;
}


.diypage2-section-1 .right .section1-tab-title span.cur,
.diypage2-section-1 .right .section1-tab-title span:hover{
    color: #4B3CDB;
}
.diypage2-section-1 .right .section1-tab-title span:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    transition: all 0.3s;
}
.diypage2-section-1 .right .section1-tab-title span:hover:before,
.diypage2-section-1 .right .section1-tab-title span.cur:before{
    content: '';
    
    height: 4px;
    width: calc(100% + 16px);
    background: #4B3CDB;
    
}


.diypage2-section-1 .right .section1-tab-content{
    margin: 24px 0 0;
}
.diypage2-section-1 .right .section1-tab-content ul{
    display: none;
}
.diypage2-section-1 .right .section1-tab-content ul.cur{
    display: block;
}
.diypage2-section-1 li,
.diypage2-section-2 li{
    position: relative;
    font-size: 18px;
    color: #05003B;
    line-height: 28px;
    margin-bottom: 4px;
    padding: 0 0 0 14px;
}
.diypage2-section-1 li:before,
.diypage2-section-2 li:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4B3CDB;
}
.diypage2-section-2{
    margin: 80px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.diypage2-section-2 .left{
    width: calc(50% - 80px);
}
.diypage2-section-2 .right{
    width: 50%;
}
.diypage2-section-2 .left ul{
    margin: 24px 0 0;
}

.white-bg > .container{
    position: relative;
    z-index: 2;
}
.diypage2-section-3{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(5, 0, 59, 0.1);
    border-radius: 8px;
    padding: 40px;
    margin: 80px 0 0;
    font-size: 18px;
    color: #05003B;
    line-height: 28px;
}

.diypage-2 .diypage2-section-3 .section1-cus{
    margin: 15px 0;
}









@media screen and (max-width: 1200px){
    .container{
        padding: 0 40px;
    }
    .index-section-5 ul,
    .allcate-box .allcate-section-6 ul{
        grid-template-columns:repeat(3, 1fr);
    }
    .allcate-box .allcate-section-6 li a span,
    .index-section-5 li a span{
        width: 260px;
    }
    .index-section-5{
        padding: 0 0 150px;
    }
    .index-section-2 .section2-list-box .section2-list-pic{
        height: calc(25vw - 50px);
    }
    
    
    
    
    .index-section-6 .section6-top .section6-bg:before{
        right: auto;
        left: 212px;
    }
    .allcate-box .allcate-section-2 .section2-list li .pic{
        height: calc((100vw - 200px) / 3);
    }

    .aboutus-section-1 .section1-img{
        width: 400px;
        height: 400px;
    }
    .aboutus-section-1 .section1-bom-bg{
        height: 300px;
    }
    .aboutus-section-1 .section1-text{
        width: calc(100% - 480px);
    }
    .contactus-section-3 .section3-tip{
        left: 40px;
    }
    
    .team-style-section-4 .section4-content-wrapper{
        max-width: calc(50vw - 130px);
    }

    .team-style-view-section-3 ul,
    .team-style-view-section-3 li:nth-child(3),
    .team-style-view-section-3 li:nth-child(4){
        height: 200px;
    }
    .team-style-view-section-3 li:nth-child(1),
    .team-style-view-section-3 li:nth-child(2),
    .team-style-view-section-3 li:nth-child(5),
    .team-style-view-section-3 li:nth-child(6){
        height: 90px;
    }
    .spares-section-3 .section3-right,
    .spares-section-1 .section1-mid .left{
        width: calc(100% - 350px);
    }
    .spares-section-3 .section3-left,
    .spares-section-1 .section1-mid .right{
        width: 300px;
    }

}
@media screen and (max-width: 1024px){
    #header-box .header-right .menu-icon{
        display: block;
    }
    #header-box .header-nav{
        display: none;
    }
}
@media screen and (max-width: 1023px){
    #header-box .pop-search-box .header_search_box{
        padding: 0 40px;
    }
    .index-banner{
        padding: 0 0 322px ;
        width: 100%;
        overflow: hidden;
    }
    .index-banner .bg-img img{
        transform: translate(-50%, 0);
        width: 200%;
        max-width: 200%;
    }
    
        
    .index-banner .banner-wrapper{
        justify-content: center;
    }
    .index-banner .banner-wrapper .banner-left{
        position: absolute;
        top: 600px;
        left: 0;
        width: 100%;
        max-width: 100%;
        background: #05003B;
        padding: 40px;
    }
    .index-banner .banner-wrapper .banner-left .banner-button{
        display: none;
    }
    .index-banner .banner-wrapper .banner-right{
        width: 100%;
    }
    .index-banner .banner-img-swiper{
        width: 100%;
        text-align: center;
    }
    .index-section-1 .section1-swiper-pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 27px 0 0;
    }
    .index-section-1 .section1-swiper-pagination .swiper-pagination-bullet{
        width: 15px;
        height: 15px;
        border: 1px solid #4B3CDB;
        background: none;
        margin: 0 5px;
        opacity: 1;
    }
    .index-section-1 .section1-swiper-pagination .swiper-pagination-bullet-active{
    	background: #4B3CDB;
    }
    .index-section-3 .section3-swiper .text{
        text-align: center;
        align-items: center;
    }
    .index-section-4 .section4-video video.pc-video{
        display: none;
    }
    .index-section-4 .section4-video video.ipad-video{
        display: block;
    }
    .index-section-5 ul, 
    .allcate-box .allcate-section-6 ul{
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        grid-column-gap: inherit;
    }
    .allcate-box .allcate-section-6 li,
    .index-section-5 li{
        width: 50%;
    }
    .allcate-box .allcate-section-6 li a span,
    .index-section-5 li a span{
        width: 100%;
    }
    .index-section-7 ul{
        display: block;
    }
    .index-section-7 li{
        margin: 0 0 40px;
    }
    #footer-box .footer-top-bg{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #footer-box .footer-top-wrapper{
        position: relative;
    }
    #footer-box .footer-top-content{
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 50px 0;
    }
    #footer-box .footer-top-right{
        margin: 30px 0 0;
    }
    
    .allcate-box .allcate-section-5 iframe{
        height: 300px;
    }
    
    #footer-box .footer-mid{
        flex-wrap: wrap;
    }
    #footer-box .footer-mid .footer-mid-left{
        width: 100%;
        margin-bottom: 40px;
    }
    #footer-box .footer-mid dl {
        width: 33.33333%;
    }
    #footer-box .footer-mid dl:last-child{
        width: 100%;
        margin-top: 40px;
    }
    #footer-box .footer-top-content .footer-top-left{
        width: 100%;
    }
    .allcate-box .allcate-section-2 .section2-list ul{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
    }
    .allcate-box .allcate-section-2 .section2-list li .pic{
        height: calc(50vw - 60px);
    }
    .allcate-box .allcate-section-3{
        flex-direction: column;
        padding: 50px 40px;
    }
    .allcate-box .allcate-section-3 .section3-left{
        width: 100%;
    }
    .allcate-box .allcate-section-3 .section3-right{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .allcate-section-4 .section4-right li .pic{
        width: 100%;
        height: calc((100vw - 152px) / 4);
    }
    .allcate-section-4 .section4-wrapper{
        flex-direction: column;
    }
    .allcate-section-4 .section4-left{
        max-width: 100%;
    }
    .allcate-section-4 .section4-right{
        margin: 50px 0 0;
    }
    

    .aboutus-section-1 .section1-content{
        flex-direction: column-reverse;
    }
    .aboutus-section-1 .section1-img{
        width: 100%;
        display: flex;
        justify-content: center;
        height: auto;
        margin: 50px 0 0;
    }
    .aboutus-section-1 .section1-text{
        width: 100%;
    }
    .aboutus-section-2 .section2-bg,
    .team-style-banner .banner-bg{
        height: 450px;
    }
    .aboutus-section-5 .section5-content,
    .team-style-section-2 .section2-content{
        flex-direction: column;
    }
    .aboutus-section-5 .section5-content .img,
    .team-style-section-2 .section2-content .img{
        width: 100%;
        height: auto;
    }
    .aboutus-section-5 .section5-content .text,
    .team-style-section-2 .section2-content .text{
        width: 100%;
        margin: 30px 0 0;
    }
    .contactus-section-4 .section4-swiper-pagination,
    .aboutus-section-6 .section6-swiper-pagination{
        display: flex;
    }
    .aboutus-section-7 .section7-video,
    .team-style-section-5 .section5-video{
        display: flex;
        flex-direction: column;
    }
    .aboutus-section-7 .section7-video .left,
    .team-style-section-5 .section5-video .left{
        width: 100%;
    }
    .aboutus-section-7 .section7-video .left iframe,
    .team-style-section-5 .section5-video .left iframe{
        height: calc(((100vw - 80px) * 9) / 16);
    }
    .aboutus-section-7 .section7-video .right,
    .team-style-section-5 .section5-video .right{
        width: 100%;
        padding: 40px;
    }
    
    .contactus-section-1 .section1-content{
        flex-direction: column;
    }
    .contactus-section-1 .section1-left{
        width: 100%;
        text-align: center;
    }
    .contactus-section-1 .section1-right{
        width: 100%;
    }
    .contactus-section-2 .section2-wrapper ul{
        grid-column-gap: 20px;
    }
    
    
    .video-box .video-list li{
        display: flex;
        flex-direction: column;
    }
    .video-box .video-list li:nth-child(2n){
        flex-direction: column-reverse;
    }
    .video-box .video-list li .youtuvideo{
        width: 100%;
    }
    .video-box .video-list li .text{
        width: 100%;
        padding: 40px;
    }
    .video-box .video-list li .youtuvideo iframe {
        height: calc(((100vw - 80px) * 9) / 16);
    }
    
    .team-style-section-4 .section4-list-bg{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .team-style-section-4 .section4-list-bg2,
    .team-style-section-4 .section4-list-bg3{
        display: none;
    }
    .team-style-section-4 .section4-content{
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .team-style-section-4 .section4-content-wrapper{
        max-width: 100%;
        padding: 40px;
    }
    .team-style-section-4 .section4-list li:after{
        opacity: 0.8;
        width: 100%;
    }
    .team-style-section-4 .section4-list li:nth-child(2n) .section4-content{
        padding: 0;
    }


    .team-style-view-section-1 ul{
        grid-column-gap: 20px;
    }
    .team-style-view-section-1 li{
        padding: 40px 20px;
    }
    .team-style-view-section-1 li .title{
        font-size: 50px;
        line-height: 1.5;
    }
    .team-style-view-section-3 ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 0 40px;
        height: auto;
    }
    .team-style-view-section-3 li{
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: calc(50vw - 50px) !important;
        height: calc((50vw - 50px) * 2 / 3) !important;
    }
    
    .dienstleistungen-section-2 .section2-bg{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .dienstleistungen-section-2 .section2-bg .img1{
        margin-top: -35vw;
        width: 100%;
    }
    .dienstleistungen-section-2 .section2-bg .img2{
        position: relative;
        width: 100%;
    }
    .dienstleistungen-section-2 li .section2-content{
        width: 100%;
        height: 65vw;
        bottom: 0;
        top: auto;
    }
    .dienstleistungen-section-2 li:nth-child(2) .section2-bg{
        flex-direction: column;
    }
    .dienstleistungen-section-2 li:nth-child(2) .section2-bg .img1{
        margin: 0;
    }
    .dienstleistungen-section-2 li:nth-child(2) .section2-bg .img2{
        margin: -35vw 0 0;
    }
    
    
    .server-section-1 .section1-img{
        height: 200px;
    }
    .server-section-2 .section2-tab-title{
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 40px;
    }
    .server-section-2 .section2-tab-content .section2-tab-items-text{
        flex-direction: column;
    }
    .server-section-2 .section2-tab-content .left{
        width: 100%;
    }
    .server-section-2 .section2-tab-content .right{
        width: 100%;
        margin: 30px 0 0;
    }
     
    .spares-section-1 .section1-list ul{
        grid-column-gap: 40px;
    }
    .spares-section-3{
        flex-direction: column;
    }
    .spares-section-3 .section3-left{
        width: 100%;
    }
    .spares-section-3 .section3-right{
        width: 100%;
        margin: 50px 0 0;
    }
    .spares-section-3 .section3-right .img{
        height: 300px;
    }
    
    .spares-section-3 .section3-swiper-pagination{
        display: flex;
    }

    .news-banner .news-banner-bg{
        height: 200px;
        display: flex;
        align-items: flex-end;
    }
    .news-banner .news-banner-bg .cover{
        object-fit: contain;
        height: auto;
        width: auto;
    }
    .news-banner .news-banner-bom li:before{
        top: 38px;
    }
    .news-banner .news-banner-content{
        height: 200px;
    }
    .news-banner .news-banner-bom-wrapper{
        height: 80px;
    }
    .news-banner .news-banner-bom .img{
        top: 18px;
    }
    .news-banner .news-banner-bom .img img{
        height: 50px;
    }
    .news-banner .news-banner-bom .scroll-text{
        width: calc(100% - 77px);
    }
    .news-banner .news-banner-bom ul{
        line-height: 80px;
        font-size: 20px;
    }
    .news-banner .news-banner-bom{
        height: 90px;    
        border-bottom: 10px solid #312791;
    }
    .news-section-1 .news-top-wrapper{
        display: block;
    }
    .news-section-1 .news-pic{
        display: block;
        width: 100%;
        height: calc((100vw - 80px) * 2 / 3);
    }
    .news-section-1 .news-content{
        width: 100%;
        margin: 50px 0 0;
    }
    .news-section-2{
        display: block;
        padding: 40px;
        height: auto;
    }
    .news-section-2 .right{
        margin: 40px 0 0;
    }
    .news-section-2 .right .newsletter_form{
        width: 100%;
    }
    .news-section-3 ul{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
    .news-view .news-view-content .left{
        width: calc(100% - 340px);
    }
    .news-view .news-view-content .right{
        width: 300px;
    }
    
    .diypage-1 .top-box{
        height: calc(50vw - 180px);
    }
    .diypage2-section-1 .section1-content{
        display: block;
    }
    .diypage2-section-2 .right,
    .diypage2-section-1 .left{
        width: 100%;
    }
    .diypage2-section-2 .left,
    .diypage2-section-1 .right{
        width: 100%;
        margin: 40px 0 0;
    }
    .diypage2-section-2{
        flex-direction: column-reverse;
    }
    .site-product-detail .bak_20241122 #product-info--right{
        margin: 50px 0 0;
    }
    .product-view-mid .mid-section3 ul{
        grid-column-gap: 40px;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 40px;
    }


}
@media screen and (max-width: 767px){
    .diypage-1 .top-box:before,
    .diypage-1 .right .top-box:before{
        left: -55px;
    }
    .container {
        padding: 0 20px;
    }
    #header-box .header-right .menu-icon{
        margin-left: 20px;
    }
    #header-box .header-wrapper{
        padding: 0 20px;
    }
    #header-box .logo a img{
        max-height: 40px;
    }
    .index-banner{
        padding: 0;
    }
    .index-banner .bg-img{
        position: absolute;
        left: 0;
        top: 0;
    }
    .index-banner .banner-img-swiper{
        height: auto;
    }
    .index-banner .banner-img-swiper img{
        max-height: 285px;
    }
    .index-banner .banner-content{
    position: relative;
    height: auto;
}
    .index-banner .banner-wrapper .banner-left{
        position: relative;
        top: 0;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        left: -20px;
        padding: 20px;
    }
    
    .index-banner .banner-wrapper{
        height: auto;
        flex-direction: column-reverse;
    }
        
    
    .index-section-2 .section2-list .items{
        display: block;
    }
    .index-section-2 .section2-list-box,
    .index-section-2 .section2-list-box:nth-child(3), 
    .index-section-2 .section2-list-box:nth-child(4), 
    .index-section-2 .section2-list-box:nth-child(5){
        display: block;
        width: 100%;
    }
    .index-section-2 .section2-list-box .section2-list-pic{
        height: calc(50vw - 20px);
    }
    .index-section-3 .section3-swiper .img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .index-section-4 .section4-list ul{
        display: block;
    }
    .index-section-4 .section4-list li{
        align-items: flex-start;
        margin: 0 0 20px;
    }
    .index-section-3 .section3-swiper .text{
        
        position: relative;
        padding: 50px 20px;
        right: 0;
    }
    .index-section-4 .section4-video video.ipad-video{
        display: none;
    }
    .index-section-4 .section4-video video.mobile-video{
        display: block;
    }
    .index-section-5 ul,
    .allcate-box .allcate-section-6 ul{
        display: block;
    }
    .index-section-5 li,
    .allcate-box .allcate-section-6 li{
        width: 100%;
    }
    .index-section-6 .section6-top .section6-bg:before {
        right: auto;
        left: 20px;
        top: 215px;
        height: 120px;
    }
    .index-section-6 .section6-top-content-wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .index-section-6 .section6-top-content-wrapper .svg svg{
        height: 120px;
        width: 196px;
    }
    .index-section-6 .section6-top-content h2{
        font-size: 36px;
        line-height: 48px;
        padding: 20px 0 0 20px;
    }
    .index-section-6 .section6-mid .section6-pagination .swiper-pagination-bullet{
        font-size: 20px;
        height: 34px;
        line-height: 34px;
    }
    .index-section-6 .section6-mid .section6-pagination .swiper-pagination-bullet-active{
        font-size: 24px;
        height: 48px;
        line-height: 48px;
    }
    .index-section-6 .section6-mid{
        margin: -48px 0 0;
    }
    .index-section-6 .section6-mid .section6-button-prev, 
    .index-section-6 .section6-mid .section6-button-next{
        display: none;
    }
    .index-section-6 .section6-mid .section6-swiper{
        width: 100%;
    }
    .index-section-7 li:before{
        z-index: 2;
    }
    .index-section-7 li .img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .index-section-7 li .content{
        padding: 50px 20px;
        position: relative;
    }
    .index-section-8 .section8-swiper a{
        display: block;
        text-align: center;
    }
    #footer-box .footer-mid dl{
        width: 100%;
        margin: 0 0 30px;
    }
    #header-box .pop-search-box{
        padding: 30px 0;
    }
    #header-box .pop-search-box .header_search_box{
        padding: 0 20px;
    }
    #header-box .pop-search-box .header_search_box .search-wrapper{
        flex-direction: column;
    }
    #header-box .pop-search-box .header_search_box .search-center{
        width: 100%;
    }
    #header-box .pop-search-box form{
        height: 58px;
        line-height: 58px;
    }
    #header-box .pop-search-box .header_search_text{
        height: 58px;
        width: calc(100% - 50px);
    }
    #header-box .pop-search-box .search-btn{
        width: 50px;
        height: 50px;
    }
    #header-box .pop-search-box .header_search_box .search-wrapper > a{
        height: 58px;
        line-height: 58px;
        width: 100%;
        margin: 20px 0 0;
    }

    .page-banner .banner-bg{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    .page-banner .banner-wrapper{
        position: relative;
        height: auto;
    }
    .page-banner .banner-content{
        height: auto;
    }
    .page-banner .banner-text{
        height: auto;
        padding: 50px 0 60px;
    }
    .allcate-box .allcate-section-1 .section1-top ul{
        display: block;
    }
    .allcate-box .allcate-section-1 .section1-top li{
        margin-bottom: 20px;
    }
    .allcate-box .allcate-section-1 .section1-top li:last-child{
        margin-bottom: 0;
    }
    .allcate-box .allcate-section-1 .section1-mid{
        flex-direction: column;
    }
    .allcate-box .allcate-section-1 .section1-mid .section1-mid-left{
        width: 100%;
    }
    .allcate-box .allcate-section-1 .section1-mid .section1-mid-right{
        width: 100%;
        margin: 30px 0 0;
    }
    .allcate-box .allcate-section-1 .section1-mid .section1-mid-right li{
        margin: 0 0 30px;
    }
    .allcate-box .allcate-section-1 .section1-mid .section1-mid-right li:last-child{
        margin: 0;
    }
    .allcate-box .allcate-section-2 .section2-list ul{
        display: block;
    }
    .allcate-box .allcate-section-2 .section2-list li{
        margin: 0 0 40px;
    }
    .allcate-box .allcate-section-2 .section2-list li:last-child{
        margin: 0;
    }
    .allcate-box .allcate-section-2 .section2-list li .pic{
        height: calc(100vw - 40px);
    }
    .allcate-box .allcate-section-3 .section3-left img{
        max-width: 100%;
    }
    .allcate-box .allcate-section-3{
        padding: 30px 20px;
    }
    .allcate-section-4 .section4-right ul{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 30px;
    }
    .allcate-section-4 .section4-right li .pic{
        height: calc(50vw - 27.5px);
    }
    .aboutus-section-2 .section2-bg,
    .team-style-banner .banner-bg{
        height: 330px;
    }
    .aboutus-section-5 .section5-swiper-button a.section5-button-prev, 
    .aboutus-section-5 .section5-swiper-button a.section5-button-next,
    .team-style-section-2 .section2-swiper-button a.section5-button-prev, 
    .team-style-section-2 .section2-swiper-button a.section5-button-next{
        display: none;
    }
    .aboutus-section-5 .section5-pagination-wrapper,
    .team-style-section-2 .section2-pagination-wrapper{
        width: 100%;
    }
    .aboutus-section-7 .section7-video .left iframe,
    .team-style-section-5 .section5-video .left iframe{
        height: calc(((100vw - 40px) * 9) / 16);
    }
    
    .contactus-section-1 .contactus-form-line{
        flex-direction: column;
    }
    .contactus-section-1 .contactus-form-email, 
    .contactus-section-1 .contactus-form-company{
        width: 100%;
    }
    
    .contactus-section-1 .contactus-form-company{
        margin: 8px 0 0;
    }
    .contactus-section-2 .section2-wrapper ul{
        display: block;
    }
    .contactus-section-2 .section2-wrapper li{
        margin:  0 0 16px;
    }
    .contactus-section-2 .section2-wrapper li:last-child{
        margin: 0;
    }
    .contactus-section-3 #map-canvas iframe{
        height: 300px;
    }
    .contactus-section-3 .section3-tip{
        display: none;
    }
    .contactus-section-5 .section-list{
        flex-direction: column;
    }
    .contactus-section-5 .section-list dl{
        width: 100%;
        margin-bottom: 30px;
    }
    .contactus-section-5 .section-list dl:last-child{
        margin: 0;
    }
    .aboutus-section-7 .section7-video .right,
    .team-style-section-5 .sectio5-video .right{
        padding: 20px;
    }
    .mid-bg-img{
        max-width: 100%;
    }
    .video-box .video-content h1{
        margin: 40px 0 0;
    }
    .video-box .video-list li .youtuvideo iframe {
        height: calc(((100vw - 40px) * 9) / 16);
    }
    .video-box .video-list li .text{
        padding: 20px;
    }
    
    .team-style-mid .team-style-mid-wrapper{
        margin: -30px 0 0;
    }
    .team-style-section-1 .section1-top .img{
        height: 200px;
    }
    .team-style-section-1 .section1-top .section1-top-title,
    .team-style-section-3 .section3-top .section3-text{
        padding-left: 20px;
    }
    .team-style-section-1 .section1-mid,
    .team-style-section-3 .section3-mid,
    .team-style-section-5 .section5-video .right{
        padding: 20px;
    }
   .team-style-section-2 .section2-swiper-button a.section2-button-prev,
   .team-style-section-2 .section2-swiper-button a.section2-button-next{
       display: none;
   }
    .team-style-section-3 .section3-video video{
        display: none;
    }    
    .team-style-section-3 .section3-video video.mobile-video{
        display: block;
    }
    
    .team-style-view-banner .team-style-view-banner-bg{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .team-style-view-banner .team-style-view-banner-wrapper{
        position: relative;
        padding: 20px 0;
    }
    
   
    .team-style-view-section-1 ul{
        display: block;
    }
    .team-style-view-section-1 li{
        margin-bottom: 20px;
    }
    .team-style-view-section-1 li:last-child{
        margin: 0;
    }
    
    .team-style-view-section-3 ul{
        padding: 0 20px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .team-style-view-section-3 li{
        width: calc(50vw - 25px) !important;
        height: calc((50vw - 25px) * 2 / 3) !important;
    }
    .team-style-view-section-3 .section3-prev-next{
        flex-direction: column;
    }
    .team-style-view-section-3 .section3-prev-next .section3-next{
        margin-top: 15px;
    }
    
    
    .team-style-view-section-3{
        margin: 60px 0 0;
    }
    .team-style-view-section-3 .section3-prev-next{
        margin: 60px 0;
    }
    .privacy-policy{
        padding: 0 0 160px;
    }
    .privacy-policy .privacy-policy-content{
        flex-direction: column;
    }
    .privacy-policy .privacy-policy-content .right{
        margin: 50px 0 0;
        text-align: center;
    }
    .privacy-policy .privacy-policy-content .right img{
        max-width: 80%;
    }
    .download-section-2 li{
        display: block;
        text-align: center;
        padding: 24px 20px;
    }
    .download-section-2 li .svg{
        width: 100%;
    }
    .download-section-2 li .text{
        width: 100%;
        margin: 30px 0;
    }
    .download-section-2 li .links-box{
        padding: 0;
    }
     .download-section-3 .section3-video{
         height: 240px;
     }   
    .download-section-3 .video-play{
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }
    .download-section-3 .video-play svg{
        width: 18px;
    }  
    .download-section-2{
        padding: 60px 0 90px;
    }
    .download-section-2 .section2-bg{
        height: 80px;
    }

    .server-section-1,
    .server-section-2{
        padding: 60px 0;
    }
    .server-section-1 .tab-box{
        margin: 20px 0 0;
    }
    .server-section-1 .tab-title .tab-icon{
        width: 75px;
        height: 75px;
    }
    .server-section-1 .tab-title .tab-icon svg{
        width: 24px;
        height: 24px;
    }
    .server-section-1 .tab-content{
        overflow: hidden;
        padding: 20px;
    }
    .server-section-2 .section2-tab-title{
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .server-section-2 .section2-tab-title a{
        padding: 15px;
    }
    .server-section-3{
        padding: 60px 0 120px;
    }
    .server-section-2 .section2-tab-content .left h3{
        font-size: 32px;
        margin: 36px 0 0;
    }
    .server-section-2 .section2-tab-content .right .svg{
        width: 65px;
        height: 65px;
    }
    .server-section-2 .section2-tab-content .right .svg svg{
        width: 30px;
        height: 30px;
    }
    .server-section-2 .section2-tab-content .right .text{
        width: calc(100% - 65px);
        padding: 0 20px;
            
    }
    .server-section-1 .bottom-bg{
        height: 100px;
    }
    .spares-section-1 .section1-list ul{
        display: block;
    }
    .spares-section-1 .section1-list li{
        margin-bottom: 40px;
    }
    .spares-section-1 .section1-list li:last-child{
        margin: 0;
    }
    .spares-section-1 .section1-mid{
        flex-direction: column-reverse;
    }
    .spares-section-1 .section1-mid .left{
        width: 100%;
        margin-top: 30px;
    }
    .spares-section-1 .section1-mid .right{
        width: 100%;
        
    }
    .spares-section-1 .section1-mid .right dl{
        margin: 0;
    }    
    .spares-section-1 .section1-mid .right dd{
        display: none;
    }    
    .spares-section-2{
        padding: 60px 0 100px;
    }
    .spares-section-2 ul{
        display: block;
    }
    .spares-section-2 li.on{
        transform: scale(1.1);
    }
    .news-section-2{
        padding: 40px 20px;
    }
    
    .news-section-2 .left{
        display: block;
        text-align: center;
    }
    .news-section-2 .left h3, .news-section-2 .left .h3{
        margin: 15px 0 0;
    }
    .news-section-2 .right .newsletter_form{
        flex-direction: column;
    }
    .news-section-2 .right .newsletter_txt{
        width: 100%;
    }
    .news-section-2 .right .newsletter_btn{
        width: 100%;
        margin: 20px 0 0;
    }
    .news-section-3 .section3-list-top{
        width: 100%;
        overflow-x: auto;
        padding: 0 0 3px;
    }
    .news-section-3 .section3-title{
        white-space: nowrap;
        justify-content: flex-start;
        width: fit-content;
    }
    .news-section-1 .news-pic{
        height: calc((100vw - 40px) * 2 / 3);
    }
    .news-section-3 ul{
        display: block;
    }
    .news-section-3 li{
        margin: 0 0 30px;
    }
    .news-section-3 li:last-child{
        margin: 0;
    }
    
    .news-view .news-view-content{
        display: block;
    }
    .news-view .news-view-content .left{
        width: 100%;
    }
    .news-view .news-view-content .right{
        width: 100%;
        margin-top: 40px;
    }
    
    .diypage-1 .diypage1-list{
        display: block;
        padding-left: 40px;
    }
    .diypage-1 .diypage1-list:before{
        left: 0;
    }
    .diypage-1 .left,
    .diypage-1 .right{
        width: 100%;
        padding: 0;
    }
    .diypage-1 .top-box{
        height: calc(100vw - 180px);
    }
    .diypage-1 .diypage1-list:after{
        left: -22px;
    }
    .diypage-1 .diypage1-list-box:before{
        width: 100%;
    }
    .diypage-1 .right .diypage1-list-box:before{
        background: linear-gradient(241deg, rgba(229, 82, 65, 0) 0%, #E55241 100%);
        right: auto;
        left: 0;
    }
    .diypage-1 .right .diypage1-list-box:after{
        left: 0;
        right: auto;
    }
    .diypage-2 .section1-cus{
        display: block;
    }
    .diypage-2 .email{
        margin: 5px 0 0;
    }
    .diypage-2 .email svg{
        margin: 0 10px 0 0;
    }
    .diypage2-section-3{
        padding: 20px;
    }
    .product-view-mid .mid-section1{
        display: block;
    }
    .product-view-mid .mid-section1 .left{
        width: 100%;
    }
    .product-view-mid .mid-section1 .right{
        width: 100%;
        margin: 40px 0 0;
    }
    .product-view-mid .mid-section2 ul{
        display: block;
    }
    .product-view-mid .mid-section3 ul{
        display: block;
    }
    .product-view-mid .mid-section3 li{
        margin: 0 0 20px;
    }
    .product-view-mid .mid-section3 li:last-child{
        margin: 0;
    }    
        
        
    .news-view .news-view-bottom,
    .privacy-policy{
        padding: 0 0 100px;
    }
    
    .privacy-policy-view .privacy-policy-view-top{
        padding: 0 0 80px;
    }
    .news-box .white-bg,
    .privacy-policy-view .privacy-policy .privacy-policy-content,
    .spares-section-1{
        padding: 60px 0;
    }
    .news-box .allcate-section-4,{
        padding: 60px 0 0;
    }
    
    
    .privacy-policy-view .privacy-policy-view-top h1{
        margin: 20px 0 10px;
    }
    .news-section-1 .news-content{
        margin: 40px 0 0;
    } 
    .news-section-3,
    .news-section-2,
    .spares-section-1 .section1-mid,
    .spares-section-1 .section1-list{
        margin: 60px 0 0;
    }
    
    
    .index-banner .banner-wrapper .banner-left h2{
        font-size: 32px;
        line-height: 48px;
    }
    .news-section-2 .left h3, .news-section-2 .left .h3{
        font-size: 24px;
        line-height: 32px;
    }
    .allcate-box .allcate-section-3 .section3-right .detail,
    #footer-box .footer-top-left .detail{
        font-size: 20px;
        line-height: 28px;
    }
    .index-banner .banner-wrapper .banner-left .tag{
        font-size: 18px;
        line-height: 24px;
    }
    
    
    .news-banner .news-banner-text h1,
    .privacy-policy .privacy-policy-content .index-title,
    .privacy-policy-view .privacy-policy-view-top h1,
    .main-title,
    .privacy-policy .privacy-policy-content h1,
    .team-style-view-banner .team-style-view-banner-wrapper h1,
    .video-box .video-content h1,
    .allcate-box .allcate-section-3 .section3-right h3,
    #footer-box .footer-top-left h3,
    .index-banner .banner-wrapper .banner-left h2,
    #header-box .pop-search-box .header_search_box h3, #header-box .pop-search-box .header_search_box .h3{
        font-size: 36px;
        line-height: 48px;
    }
    #footer-box .footer-mid h4,
    .allcate-box .allcate-banner .banner-text h1,
    .index-title{
        font-size: 28px;
        line-height: 38px;
    }
    .bottom-bg{
        height: 100px;
    }

    body{
        font-size: 16px;
    }
    .index-section-8 .swiper-pagination-bullet, .index-section-3 .section3-swiper .section3-swiper-pagination .swiper-pagination-bullet, .page-pagination .swiper-pagination-bullet{
        width: 25px;
        height: 25px;
    }


}

