body::-webkit-scrollbar {
    /*display: none;*/
}

body.on {
    overflow: hidden;
}

.maodian {
    position: relative;
    top: -.8rem;
}

.w1520 {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.searchBanner {
    position: relative;
}

.searchBanner .img img {
    width: 100%;
}

.searchBanner .posi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.searchBanner .posi .box {
    margin: auto;
}

.searchBanner .posi h5 {
    font-size: 0.48rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.4rem;
}

.searchBanner .posi form .input input {
    font-size: 0.16rem;
    display: block;
    width: 5.74rem;
    box-sizing: border-box;
    border: 0;
    background: #fff;
    height: 0.6rem;
    padding: 0 0.2rem;
}

.searchBanner .posi form .submit input {
    display: none;
}

.searchBanner .posi form .submit p {
    width: 1.5rem;
    height: 0.6rem;
    background: #e62129;
    display: flex;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
}

.searchBanner .posi form .submit p svg {
    margin: auto;
}

.searchBanner .posi form .submit p:hover {
    background: #e62129;
}

.search_container1 .box .item {
    padding: 0.4rem 0;
    border-bottom: 1px solid #eee;
}

.search_container1 .box .item .left {
    max-width: 80%;
}

.search_container1 .box .item .left .time {
    font-family: 'gilroy_regular';
    font-size: 12px;
    color: #999;
}

.search_container1 .box .item .left .time span {
    display: inline-block;
    margin-right: 0.12rem;
}

.search_container1 .box .item .left .text {
    font-size: 0.22rem;
    color: #333;
    margin-top: 0.16rem;
    transition: 0.4s;
}

.search_container1 .box .item .right {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.search_container1 .box .item .right span {
    color: #e62129;
}

.search_container1 .box .item .right i {
    font-size: 0.12rem;
    transition: 0.4s;
    color: #999;
    margin-left: 0.03rem;
}

.search_container1 .box .item:hover .text {
    color: #e62129;
}

.search_container1 .box .item:hover .right p i {
    margin-left: 0.07rem;
    color: #e62129;
}

.index_header {
    /*position: fixed;*/
    top: 0;
    z-index: 8;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: -webkit-sticky;
    position: sticky;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
}

.index_header.inner {
    position: fixed;
}

.index_header .box .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_header .box .logo a {
    display: block;
}

.index_header .box .logo a img {
    height: 50px;
}

.index_header .box .logo a .img2 {
    display: none;
}

.index_header .box .StockCode {
    margin-left: 0.45rem;
    font-size: 0.16rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-family: 'fang';
}

.index_header .box .StockCode p {
    font-size: 0.18rem;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_header .box .Search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_header .box .Search p {
    width: 0.2rem;
    height: 0.2rem;
}

.index_header .box .Search p path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_header .box .language {
    margin-left: 0.65rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


.index_header .box .language a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_header .box .language a img {
    margin-right: 0.08rem;
    width: 0.18rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_header .box .language a i {
    font-size: 12px;
    margin-left: 0.2rem;
    font-weight: bold;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    top: 0.02rem;
}

.HeaderMobile .language {
    position: relative;

}

.HeaderMobile .language ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    width: 140px;
    top: 0.62rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    padding: 5px 0;

}

.HeaderMobile .language ul li a {
    font-size: 10px;
    line-height: 32px;
    color: #666;
    white-space: nowrap;
    display: block;
    text-align: center;
    transition: .4s;
}

.HeaderMobile .language ul li a:hover {
    color: #e62129;
}

.HeaderMobile .language:hover ul {
    display: block;
}


.index_header .box .language ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    width: 180px;
    top: 100%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.8);
    display: none;

}

.index_header .box .language ul li a {
    font-size: 12px;
    line-height: 36px;
    color: #666;
    white-space: nowrap;
    display: block;
    text-align: center;
    transition: .4s;
}

.index_header .box .language ul li a:hover {
    color: #e62129;
}

.index_header .box .language:hover ul {
    display: block;
}

.index_header .box .menu {
    margin-left: 0.54rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_header .box .menu span {
    display: block;
    width: 0.32rem;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 2px;
    margin: 3px 0;
}

.index_header .box .menu span:nth-child(1) {
    width: 0.29rem;
}

.index_header .box .menu span:nth-child(2) {
    width: 0.28rem;
}

.index_header .box .menu span:nth-child(4) {
    width: 0.31rem;
}

.index_header .box .menu p {
    display: none;
    cursor: pointer;
    width: 0.32rem;
}

.index_header .box .menu.active a {
    display: none;
}

.index_header .box .menu.active p {
    display: block;
}

.index_header .box .menu:hover span {
    width: 0.32rem !important;
}

.index_header .box .nav {
    margin-right: 5vw;
}

.index_header .box .nav .item {
    margin: 0 0.3rem;
}

.index_header .box .nav .item > p {
    position: relative;
}

.index_header .box .nav .item > p::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_header .box .nav .item > p a {
    font-size: 18px;
    color: #fff;
    display: block;
    font-family: 'fang';
    line-height: 0.95rem;
}

@media screen and (max-width: 1280px) {
    .index_header .box .nav .item > p a {
        font-size:16px
    }
}

.index_header .box .nav .item .select {
    position: absolute;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    /*-webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);*/
    /*clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);*/
    display: none;
}

.index_header .box .nav .item .select .main_ li {
    /*margin: 0 0.3rem;*/
}

.index_header .box .nav .item .select .main_ li a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 0.64rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-family: 'fang';
    position: relative;width: 100%;
}

.index_header .box .nav .item .select .main_ li a::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_header .box .nav .item .select .main_ li a:hover {
    color: #e62129;
}

.index_header .box .nav .item .select .main_ li a:hover::after {
    width: 100%;
}

.index_header .box .nav .item:hover > p::after {
    width: 100%;
}

.index_header .box .nav .item:hover .select {
    /*-webkit-transition: 0.4s;*/
    /*-o-transition: 0.4s;*/
    /*transition: 0.4s;*/
    /*-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);*/
    /*clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);*/
}

.index_header .box .nav .active > p::after {
    width: 100%;
}


.index_header .box .nav .item .three-box {
    position: absolute;
    left: 100%;
    background: #fff;
    width: 140px;
    border-left: 1px solid #eee;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    top: 0;
}
.index_header .box .nav .item .three-box a {
    border-bottom: 1px solid #eee;
}
.index_header .box .nav .item li:hover .three-box{
    opacity: 1;
    pointer-events: auto;
}
.index_header.active,
.index_header.on {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.index_header.active .box .logo .img1,
.index_header.on .box .logo .img1 {
    display: none;
}

.index_header.active .box .logo .img2,
.index_header.on .box .logo .img2 {
    display: block;
}

.index_header.active .box .StockCode,
.index_header.on .box .StockCode {
    color: #000;
}

.index_header.active .box .StockCode p,
.index_header.on .box .StockCode p {
    color: #000;
}

.index_header.active .box .nav .item > p::after,
.index_header.on .box .nav .item > p::after {
    background: #e62129;
}

.index_header.active .box .nav .item > p a,
.index_header.on .box .nav .item > p a {
    color: #000;
}

.index_header.active .box .Search path,
.index_header.on .box .Search path {
    fill: #000;
}

.index_header.active .box .language a,
.index_header.on .box .language a {
    color: #000;
}

.index_header.active .box .language a img,
.index_header.on .box .language a img {
    -webkit-filter: invert(0.8);
    filter: invert(0.8);
}

.index_header.active .box .language a i,
.index_header.on .box .language a i {
    color: #e62129;
}

.index_header.active .box .menu a span,
.index_header.on .box .menu a span {
    background: #e62129;
}

.index_header.top_ {
    -webkit-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
}

.search_container {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0.9rem 0;
    background: #fff;
    display: none;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.search_container .layui-icon-close {
    position: absolute;
    top: 0.3rem;
    right: 12%;
    font-size: 0.26rem;
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.search_container .layui-icon-close:hover {
    color: #e62129;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search_container .box_search {
    width: min(6rem, 80vw);
    margin: auto;
    position: relative;
}

.search_container .box_search input[type='text'] {
    display: block;
    width: 100%;
    height: 0.64rem;
    border: 0;
    background: #f2f2f2;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.3rem;
}

.search_container .box_search label {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.3rem;
    cursor: pointer;
}

.search_container .box_search label input {
    display: none;
}

.search_container .box_search label p svg {
    vertical-align: bottom;
}

.search_container .box_search label p svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.search_container .box_search label:hover p svg path {
    fill: #e62129;
}

.menu_container {
    position: fixed;
    top: 0rem;
    padding-top: 0.95rem;
    left: 0;
    width: 100%;
    height: -webkit-calc(99.05%);
    height: calc(100% - 0.95rem);
    background: #f7f7f7 url(../image/bg3.png) no-repeat right center;
    z-index: 6;
    transition: clip-path 0.6s, -webkit-clip-path 0.6s;
    -webkit-clip-path: ellipse(0 0 at 100% 0);
    clip-path: ellipse(0 0 at 100% 0);
    pointer-events: none;
}

.menu_container .box .searchBox {
    padding-top: 0.36rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.2rem;
    width: 60%;
}

.menu_container .box .searchBox .flexStart div {
    margin-left: 0.2rem;
    width: 80%;
}

.menu_container .box .searchBox .flexStart div input {
    font-size: 0.2rem;
    font-family: 'fang';
    border: 0;
    background: none;
    display: block;
    width: 100%;
}

.menu_container .box .searchBox .flexStart div input::-webkit-input-placeholder {
    color: #999;
}

.menu_container .box .searchBox .flexStart div input::-moz-placeholder {
    color: #999;
}

.menu_container .box .searchBox .flexStart div input:-ms-input-placeholder {
    color: #999;
}

.menu_container .box .searchBox .flexStart div input::-ms-input-placeholder {
    color: #999;
}

.menu_container .box .searchBox .flexStart div input::placeholder {
    color: #999;
}

.menu_container .box .navBox {
    margin-top: 1.1rem;
}

.menu_container .box .navBox .item h5 {
    font-size: 0.24rem;
    font-family: 'fang';
}

.menu_container .box .navBox .item ul {
    margin-top: 0.3rem;
}

.menu_container .box .navBox .item ul li {
    line-height: 0.36rem;
}

.menu_container .box .navBox .item ul li a {
    font-size: 0.16rem;
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.menu_container .box .navBox .item ul li a:hover {
    color: #e62129;
}

.menu_container .box .footerBox {
    margin-top: 10vh;
    padding-top: 0.7rem;
    border-top: 1px solid #ddd;
}

.menu_container .box .footerBox .left p {
    margin-right: 0.5rem;
    color: #333;
}

.menu_container .box .footerBox .left p svg {
    vertical-align: middle;
    margin-right: 0.1rem;
}

.menu_container .box .footerBox .left p a {
    display: inline-block;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.menu_container .box .footerBox .left p a:hover {
    color: #e62129;
}

.menu_container .box .footerBox .right {
    font-size: 14px;
    color: #999;
    font-family: 'fang';
}

.menu_container .box .footerBox .right a {
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.menu_container .box .footerBox .right a:hover {
    color: #e62129;
}

.menu_container.active {
    -webkit-clip-path: ellipse(141% 141% at 100% 0);
    clip-path: ellipse(141% 141% at 100% 0);
    pointer-events: auto;
}

.index_banner {
    position: relative;
}

.index_banner .banner .swiper-slide {
    position: relative;
    max-height: 950px;
}

.index_banner .banner .swiper-slide .img img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 950px;
}

.index_banner .banner .swiper-slide .img video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 950px;
    max-height: 950px;
}


.index_banner .banner .swiper-slide .video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    background: url(../picture/dian.png) no-repeat center top;
}


.index_banner .banner .swiper-slide .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_banner .banner .swiper-slide .position .box h5 {
    font-family: 'fang';
    /*font-size: 0.72rem;*/
    color: #fff;
    overflow: hidden;
    font-size: 68px;

}

.index_banner .banner .swiper-slide .position .box h6 {
    font-family: 'fang';
    font-size: 18px;

    color: #fff;
    margin-top: 0.17rem;
    letter-spacing: 2px;
}


.index_banner .banner .swiper-slide-active .position h5 p {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.index_banner .banner .swiper-slide-active .position h6 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.index_banner .banner .swiper-slide-next {
    z-index: 1;
}


.fast_menu {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    background: #2C3C4C \9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    z-index: 1;
    text-align: center;
    height: .85rem;
}

.fast_menu ul {
    width: auto;
    height: 100%;
    padding-left: 8.3vw;
    padding-right: 8.3vw;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}

.fast_menu ul li {
    width: 25%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    /* padding-left: .3rem; */
    border-right: 1px solid rgba(253, 255, 255, 0.2);
    vertical-align: top;
    text-align: left;
    position: relative;
    transition: 0.4s;
}


.fast_menu ul li:hover {
    background: #e62129;
    transition: 0.4s;
}


.fast_menu.fast_menu_pc ul li {
    padding-left: 0.3rem;
}

.fast_menu_pc ul li .index-spirite {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    float: left;
    background-size: 482%;
}

.index-spirite {
    background-image: url(../picture/index-sprites-20210316.png);
    background-repeat: no-repeat;
}


.fast_menu ul li .letter {
    text-align: left;
    display: inline-block;
    color: #ffffff;
    padding-left: 0.2rem;
    height: 0.5rem;
}


.fast_menu ul li .letter span {
    display: inline-block;
    font-size: .18rem;
    font-weight: bold;
    line-height: .3rem;
    position: relative;
}

.fast_menu ul li .letter p {
    font-size: .14rem;
    line-height: .2rem;
}


.fast_menu_pc ul li:nth-child(1) .index-spirite {
    /* background-position: -91px -100px; */
    background-position: 47.64% 52.35%;
}

.fast_menu_pc ul li:nth-child(2) .index-spirite {
    /* background-position: -181px -80px; */
    background-position: 94.76% 41.88%;
}

.fast_menu_pc ul li:nth-child(3) .index-spirite {
    /* background-position: -10px -181px; */
    background-position: 5.23% 94.76%;
}


.fast_menu_pc ul li:nth-child(4) .index-spirite {
    /* background-position: -181px -10px; */
    background-position: 94.76% 5.23%;
}

.fast_menu ul li a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-bottom: .2rem;
    padding-top: .17rem;
}


@media screen and (max-width: 750px) {
    .fast_menu.fast_menu_pc {
        display: none;
    }
}


.widgets {
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    z-index: 1;
    transform: translate(-50%, 0%);
}


.widgets .btn-area {
    display: flex;
}


.widgets .btn-area .bullet_outer {
    color: #fff;
    font-family: 'fang';
    line-height: 0.24rem;
    position: relative;
    padding-bottom: 0.15rem;
    margin-bottom: 0;
}

.widgets .btn-area .bullet_outer .le_ {
    font-size: 0.2rem;
    opacity: 0.5;
    /*max-width: 0.2rem;*/
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.widgets .btn-area .bullet_outer .ri_ {
    font-size: 14px;
    opacity: 0.5;
    margin: 0px 10px;
}

.widgets .btn-area .bullet_outer::before {
    position: absolute;
    content: '';
    /*width: 0.18rem;*/
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    opacity: 0.5;
}

.widgets .btn-area .bullet_outer::after {
    position: absolute;
    width: 0rem;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
}

.widgets .btn-area .bullet_outer .liner {
    position: absolute;
    width: 0rem;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
}

.widgets .btn-area .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    display: block;
    background: none;
    opacity: 1;
    margin: 0px 10px;
}

.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer .le_ {
    opacity: 1;
    max-width: 1.2rem;
}

.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer .ri_ {
    opacity: 1;
}

.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer::before {
    width: 100%;
}

.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer::after {
    width: 100%;
    -webkit-transition: var(--i);
    -o-transition: var(--i);
    transition: var(--i);
}

.widgets .btn-area .play .bullet_outer .le_ {
    opacity: 1;
    max-width: 1.2rem;
}

.widgets .btn-area .play .bullet_outer .ri_ {
    opacity: 1;
}

.widgets .btn-area .play .bullet_outer::before {
    width: 100%;
}


.m58 {
    margin-top: 0.58rem;
}

.index_title {
    position: relative;
}

.index_title .content0 {
    font-family: 'gilroy_Medium';
    font-size: 0.2rem;
    color: #999;
}

.index_title .content1 {
    font-family: 'fang';
    font-size: 0.52rem;
    margin-top: 0.22rem;
}

.index_title .content2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index_title .content3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index_title .content3 p {
    margin-left: 0.54rem;
}

.index_title .content3 p a {
    font-size: 0.2rem;
    font-family: 'fang';
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_title .content3 p a:hover {
    color: #e62129;
}

.index_title .content3 .active a {
    color: #000;
}

.index_title .content4 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index_title .content4 .button svg {
    cursor: pointer;
}

.index_title .content4 .button svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_title .content4 .button svg:hover path {
    stroke: #e62129;
    opacity: 1;
}

.index_title .content4 .next {
    margin-left: 0.34rem;
}

.index_title .content5 {
    font-family: 'fang';
    font-size: 0.26rem;
    margin-top: 0.32rem;
}

.index_link a,
.index_link .a {
    display: block;
    font-family: 'fang';
    font-size: 0.18rem;
    color: #e62129;
    line-height: 0.6rem;
    width: 2.1rem;
    text-align: center;
    border: 1px solid #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_link a:hover,
.index_link .a:hover {
    background: #e62129;
    color: #fff;
}

.index_link1 a,
.index_link1 .a {
    display: block;
    font-family: 'fang';
    font-size: 0.16rem;
    color: #e62129;
    line-height: 0.45rem;
    width: 1.6rem;
    text-align: center;
    border: 1px solid #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_link1 a:hover,
.index_link1 .a:hover {
    background: #e62129;
    color: #fff;
}

.index_news .box .banner .swiper-container {
    padding: 10px;
}

.products {
    background: url(../picture/chanpbj.jpg) no-repeat;
    background-size: cover;
}


.index_news .box .banner .swiper-slide .item {
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_news .box .banner .swiper-slide .item .content0 {
    overflow: hidden;
}

.index_news .box .banner .swiper-slide .item .content0 img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_news .box .banner .swiper-slide .item .content1 {
    padding: 0.25rem 0.2rem;
}

.index_news .box .banner .swiper-slide .item .content2 {
    font-family: 'gilroy_Medium';
    font-size: 0.16rem;
    color: #e62129;
}

.index_news .box .banner .swiper-slide .item .content3 {
    font-family: 'fang';
    font-size: 0.26rem;
    line-height: 0.35rem;
    height: auto;
    margin-top: 0.24rem;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_news .box .banner .swiper-slide .item .content4 {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #666;
    margin-top: 0.15rem;
}

.index_news .box .banner .swiper-slide .item:hover {
    -webkit-box-shadow: 0px 0px 12px #eee;
    box-shadow: 0px 0px 12px #eee;
}

.index_news .box .banner .swiper-slide .item:hover .content0 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index_news .box .controls {
    margin-top: 0.54rem;
}

.index_news .box .controls .prog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
}

.index_news .box .controls .progressbar {
    position: relative;
    height: 7px;
    background: url(../image/bg1.png) repeat-x;
    width: 100%;
}

.index_news .box .controls .progressbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: url(../image/bg2.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.index_news .box .controls .button {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_news .box .controls .button path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_news .box .controls .button:hover path {
    stroke: #e62129;
    opacity: 1;
}

.bg {
    background: #f7f7f7;
}


.case {
    background: url(../picture/casebj.png) no-repeat;
}

.index_equipment .box {
    padding: 0 1rem;
}

.index_equipment .box .list .item {
    width:32.26%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    position: relative;
}

.index_equipment .box .list .item a {
    display: block;
}

.index_equipment .box .list .item .img img {
    max-width: fit-content;
    min-width: 100%;
    max-height: 5.55rem;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.index_equipment .box .list .item .icon {
    position: absolute;
    left: 0.4rem;
    bottom: 0.5rem;
}

.index_equipment .box .list .item .icon img {
    max-height: 0.7rem;
    max-width: 0.8rem;
}

.index_equipment .box .list .item .position {
    position: absolute;
    left: 0.4rem;
    top: 2.16rem;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.index_equipment .box .list .item .position .content0 {
    font-size: 14px;
    font-family: 'gilroy_regular';
    color: #fff;
}

.index_equipment .box .list .item .position .content1 {
    font-size: 0.26rem;
    font-family: 'fang';
    color: #fff;
    margin-top: 0.12rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.index_equipment .box .list .item .position .content2 {
    max-width: 6.6rem;
    width: 6rem;
    margin-top: 0.6rem;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.index_equipment .box .list .item .position .content2 .content3 {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.28rem;
}

.index_equipment .box .list .item .position .content2 .content4 {
    margin-top: 0.22rem;
    display: flex;
    flex-wrap: wrap;
}

.index_equipment .box .list .item .position .content2 .content4 p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.28rem;
    font-family: 'fang';
}

.index_equipment .box .list .item .position .content2 .content4 p span {
    margin: 0 5px;
}

.index_equipment .box .list .act {
    width: 23.25%;
}

.index_equipment .box .list .active {
    width: 50.3%;
}

.index_equipment .box .list .active .position {
    top: 1.32rem;
}

.index_equipment .box .list .active .position .content1 {
    font-size: 0.46rem;
}

.index_equipment .box .list .active .position .content2 {
    opacity: 1;
    margin-top: 0.3rem;
}

.index_about {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.8rem;
}


.index_equipment {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}

.index_news {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}

.index_about .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.index_about .img img {
    width: 100%;
}

.index_about .box {
    padding-top: 1.6rem;
}

.index_about .box .index_title {
    color: #fff;
}

.index_about .box .index_title .content0 {
    color: #fff;
}

.index_about .box .info {
    font-size: 0.15rem;
    color: #fff;
    line-height: 0.32rem;
    max-width: 6.2rem;
    text-align: justify;
    margin-top: 0.26rem;
}

.index_about .box .link {
    margin-top: 0.45rem;
}

.index_about .box .link a {
    border-color: #fff;
    color: #fff;
    border-width: 1px;
}

.index_about .box .link a:hover {
    background: #e62129;
    color: #fff;
    border-color: #e62129;
    border-width: 1px;
}

.index_about .box .big_data {
    margin-top: 1.1rem;
}

.index_about .box .big_data .ite {
    text-align: center;
}

.index_about .box .big_data .ite:last-child {
    width: 1.7rem;
}

.index_about .box .big_data .ite .top {
    font-family: 'fang';
    font-size: 0.46rem;
    color: #fff;
}

.index_about .box .big_data .ite .bot {
    font-size: 0.16rem;
    font-family: 'fang';
    color: #fff;
    margin-top: 0.15rem;
}

.index_about .box .big_data p {
    width: 1px;
    background: #fff;
    opacity: 0.3;
}

.StockCode .box .boxLeft .banner {
    position: relative;
}

.StockCode .box .boxLeft .banner .swiper-container {
    height: 1.2rem;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.35rem 0;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .logo_ {
    width: 2.18rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .logo_ img {
    max-width: 100%;
    max-height: 100%;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .stock {
    font-size: 0.18rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: 0.42rem;
    font-family: 'fang';
    line-height: 0.24rem;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .stock p {
    font-size: 0.2rem;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price {
    font-size: 0.16rem;
    color: #000;
    margin-left: 0.54rem;
    font-family: 'fang';
    line-height: 0.24rem;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price p {
    margin-bottom: 0.02rem;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price .lu {
    margin-left: 5px;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price .lu img {
    width: 7px;
    height: 10px;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price svg {
    margin-left: 0.05rem;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price .lu svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .gains {
    font-size: 0.16rem;
    color: #000;
    margin-left: 0.6rem;
    font-family: 'fang';
    line-height: 0.24rem;
}

.StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .gains div {
    font-family: 'gilroy_regular';
}

.StockCode .box .boxLeft .banner .button {
    position: absolute;
    left: 115%;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.StockCode .box .boxLeft .banner .button path {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}

.StockCode .box .boxLeft .banner .button p {
    margin: 0.08rem 0;
}

.StockCode .box .boxLeft .banner .button p:hover path {
    opacity: 1;
}

.StockCode .box .boxRight {
    padding: 0.4rem 0;
}

.StockCode .box .boxRight .item {
    position: relative;
    margin-left: 0.8rem;
}

.StockCode .box .boxRight .item .icon {
    position: absolute;
    left: 0;
    top: -0.04rem;
    -webkit-transform: translateX(-130%);
    -ms-transform: translateX(-130%);
    transform: translateX(-130%);
}

.StockCode .box .boxRight .item .icon img {
    width: 0.26rem;
}

.StockCode .box .boxRight .item h5 {
    font-size: 0.16rem;
    font-family: 'fang';
}

.StockCode .box .boxRight .item .text {
    font-size: 14px;
    color: #666;
    font-family: 'fang';
    margin-top: 0.07rem;
}

.StockCode .box .boxRight .item .ewm {
    position: absolute;
    bottom: 180%;
    left: 50%;
    -webkit-transform: translateX(-70%) scale(0);
    -ms-transform: translateX(-70%) scale(0);
    transform: translateX(-70%) scale(0);
    padding: 0.08rem;
    background: #fff;
    -webkit-filter: drop-shadow(0px 0px 1px #999);
    filter: drop-shadow(0px 0px 1px #999);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.StockCode .box .boxRight .item .ewm::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    border: 8px solid transparent;
    border-top-color: #fff;
}

.StockCode .box .boxRight .item:hover .ewm {
    -webkit-transform: translateX(-70%) scale(1);
    -ms-transform: translateX(-70%) scale(1);
    transform: translateX(-70%) scale(1);
}

.index_footer {
    background: #1C1C1E url(../picture/footer-bg-map.png) no-repeat;
    min-height: 1rem;
    padding: 0.72rem 0 0;
}

.index_footer .box .boxTop .item {
    font-family: 'fang';
    color: #fff;
}

.index_footer .box .boxTop .item h5 {
    font-size: 0.18rem;
}

.index_footer .box .boxTop .item ul,
.index_footer .box .boxTop .item .info {
    margin-top: 0.25rem;
}

.index_footer .box .boxTop .item ul li,
.index_footer .box .boxTop .item .info li {
    font-size: 0.14rem;
    line-height: 0.32rem;
}

.index_footer .box .boxTop .item ul li a,
.index_footer .box .boxTop .item .info li a {
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_footer .box .boxTop .item ul li a:hover,
.index_footer .box .boxTop .item .info li a:hover {
    color: #fff;
}

.index_footer .box .boxTop .item ul div,
.index_footer .box .boxTop .item .info div {
    font-family: 'fang';
    font-size: 0.16rem;
    color: #999;
    margin-bottom: 0.14rem;
    position: relative;
}

.index_footer .box .boxTop .item ul div a,
.index_footer .box .boxTop .item .info div a {
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_footer .box .boxTop .item ul div a:hover,
.index_footer .box .boxTop .item .info div a:hover {
    color: #fff;
}

.index_footer .box .boxTop .item ul div svg,
.index_footer .box .boxTop .item .info div svg {
    margin-right: 0.06rem;
    position: relative;
    top: 0.05rem;
}

.index_footer .box .wenan {
    font-family: 'fang';
    font-size: 0.12rem;
    color: #999;
    position: relative;
    text-align: right;
    margin-top: 0.2rem;
}

.index_footer .box .boxBot {
    margin-top: 0.52rem;
    padding: 0.42rem 0;
    border-top: 1px solid #4e4e4e;
}

.index_footer .box .boxBot .left {
    font-size: 14px;
    color: #999;
    font-family: 'fang';
}

.index_footer .box .boxBot .left a {
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_footer .box .boxBot .left a:hover {
    color: #fff;
}

.index_footer .box .boxBot .right .language {
    margin-left: 0.65rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_footer .box .boxBot .right .language > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #999;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_footer .box .boxBot .right .language a img {
    margin-right: 0.08rem;
    width: 0.18rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_footer .box .boxBot .right .language a i {
    font-size: 12px;
    margin-left: 0.2rem;
    font-weight: bold;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    top: 0.02rem;
    color: #fff;
}

.index_footer .box .boxBot .right .language a:hover {
    color: #fff;
}

.Inner_banner {
    position: relative;
}

.Inner_banner .img img {
    width: 100%;
}

.Inner_banner .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Inner_banner .position .box {
    color: #fff;
    font-family: 'fang';
}

.Inner_banner .position .box h5 {
    font-size: 0.62rem;
}

.Inner_banner .position .box h6 {
    font-size: 0.22rem;
    margin-top: 0.17rem;
}

.News_container .box {
    margin-top: 0.9rem;
}

.News_container .box .item {
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 24.25%;
    margin-right: 1%;
}

.News_container .box .item:nth-child(4n) {
    margin-right: 0;
}

.News_container .box .item a {
    display: block;
}

.News_container .box .item .content0 {
    overflow: hidden;
}

.News_container .box .item .content0 img {
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.News_container .box .item .content1 {
    padding: 0.25rem 0.2rem 0.45rem;
    background: #f7f7f7;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.News_container .box .item .content2 {
    font-family: 'gilroy_Medium';
    font-size: 0.16rem;
    color: #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.News_container .box .item .content3 {
    font-family: 'fang';
    font-size: 0.26rem;
    line-height: 0.35rem;
    height: 0.7rem;
    margin-top: 0.24rem;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.News_container .box .item .content4 {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: 0.15rem;
    height: 0.56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.News_container .box .item:hover .content0 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.News_container .box .item:hover .content1 {
    background: #e62129;
}

.News_container .box .item:hover .content2 {
    color: #fff;
}

.News_container .box .item:hover .content3 {
    color: #fff;
}

.News_container .box .item:hover .content4 {
    color: #fff;
}

.News_container .box .flexStart {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid #eee;
}

.News_container .box .flexStart:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.News_container .box1 {
    margin-bottom: 0.9rem;
}

.inner_page {
    margin: auto;
}

.inner_page .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.inner_page .box .button p a {
    font-size: 16px;
    color: #333;
    border: 2px solid #ddd;
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 0.52rem;
    line-height: 0.52rem;
    height: 0.52rem;
    text-align: center;
}

.inner_page .box .button p a i {
    font-size: 0.18rem;
    font-weight: bold;
}

.inner_page .box .button p a:hover {
    background: #e62129;
    color: #fff;
    border-color: #e62129;
}

.inner_page .box .page {
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inner_page .box .page a {
    font-size: 16px;
    font-family: 'gilroy_bold';
    border: 2px solid #ddd;
    width: 0.52rem;
    height: 0.52rem;
    line-height: 0.52rem;
    display: block;
    text-align: center;
    margin: 0 6px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #000;
    font-family: 'fang';
}

.inner_page .box .page a:hover {
    background: #e62129;
    color: #fff;
    border-color: #e62129;
}

.inner_page .box .page span {
    font-size: 16px;
    font-family: 'gilroy_bold';
    line-height: 0.52rem;
    height: 0.52rem;
    border: 2px solid transparent;
    width: 0.52rem;
    display: block;
    text-align: center;
    margin: 0 6px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: default;
}

.inner_page .box .page .active {
    color: #e62129;
    border-color: #e62129;
}

.News_info_brand {
    margin-top: 1.32rem;
}

.cases_info_ {
    margin-top: .45rem;
}

.News_info_brand .box .boxLeft {
    font-family: 'fang';
    font-size: 0.14rem;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.News_info_brand .box .boxLeft i {
    font-size: 0.14rem;
}

.News_info_brand .box .boxLeft a {
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.News_info_brand .box .boxLeft a svg {
    position: relative;
    top: 3px;
}

.News_info_brand .box .boxLeft a:hover {
    color: #e62129;
}

.News_info_brand .box .boxLeft span {
    color: #333;
}

.News_info {
    margin-top: 0.94rem;
}

.News_info .box {
    width: min(1200px, 90vw);
    margin: auto;
}

.News_info .box .content0 {
    font-size: 0.36rem;
    font-family: 'fang';
}

.News_info .box .content1 {
    margin-top: 0.4rem;
}

.News_info .box .content1 .left {
    font-family: 'gilroy_Medium';
    font-size: 0.2rem;
    color: #e62129;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.News_info .box .content2 {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.28rem;
    padding-top: 0.45rem;
    margin-top: 0.45rem;
    border-top: 1px solid #eee;
}

.News_info .box .content2 img {
    max-width: 100%;
}

.News_info .box .content3 {
    margin-top: 1rem;
}

.News_info .box .content3 > div {
    border-top: 1px solid #eee;
}

.News_info .box .content3 a {
    font-family: 'fang';
    line-height: 0.82rem;
}

.News_info .box .content3 a .left {
    font-size: 0.26rem;
    color: #000;
    width: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.News_info .box .content3 a .center {
    font-family: 'gilroy_Medium';
    font-size: 0.16rem;
    color: #e62129;
}

.News_info .box .content3 a .right {
    font-size: 0.2rem;
    color: #000;
}

.News_info .box .content3 a:hover .left {
    color: #e62129;
}

.fengxiang > p {
    font-size: 0.2rem;
    line-height: 0.48rem;
    margin-right: 0.4rem;
}

.fengxiang .social-share .social-share-icon {
    border: none;
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #f6f6f6;
    border-radius: 0;
    font-size: 0;
    margin: 0 5px;
}

.fengxiang .social-share .social-share-icon > img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fengxiang .social-share .social-share-icon:hover {
    background: #e62129;
}

.fengxiang .social-share .social-share-icon:hover > img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.StockInformation .box .boxLeft {
    width: 45%;
    padding-top: 0.54rem;
}

.StockInformation .box .boxLeft .content0 {
    font-size: 0.18rem;
    font-family: 'fang';
}

.StockInformation .box .boxLeft .content1 {
    margin-top: 0.25rem;
    font-family: 'fang';
}

.StockInformation .box .boxLeft .content1 p {
    display: inline-block;
    font-size: 0.66rem;
}

.StockInformation .box .boxLeft .content1 span {
    font-size: 0.2rem;
    margin-left: 0.2rem;
}

.StockInformation .box .boxLeft .content1 font {
    font-size: 0.18rem;
    margin-left: 0.2rem;
}

.StockInformation .box .boxLeft .content2 {
    margin-top: 0.76rem;
}

.StockInformation .box .boxLeft .content2 .item {
    font-family: 'fang';
}

.StockInformation .box .boxLeft .content2 .item div {
    font-size: 0.18rem;
}

.StockInformation .box .boxLeft .content2 .item p {
    font-size: 0.26rem;
    margin-top: 0.1rem;
}

.StockInformation .box .boxLeft .content3 {
    font-size: 14px;
    font-family: 'fang';
    margin-top: 0.96rem;
}

.StockInformation .box .boxLeft .content3 span {
    color: #666;
}

.StockInformation .box .boxRight {
    width: 45%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.1rem;
}

.StockInformation .box .boxRight .right-box {
    width: 91%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.StockInformation .box .boxRight img {
    width: 100%;
}

.StockInformation .box .boxRight .echarts {
    min-height: 5rem;
    margin: -476px 0px -50px -412px;
}

.StockInformation .box .boxRight .echarts iframe {
    width: 2000px;
    height: 950px;
}

.AnnualReport .box {
    margin-top: 0.9rem;
}

.AnnualReport .box .banner .item .content0 a {
    display: block;
}

.AnnualReport .box .banner .item .content0 a img {
    width: 100%;
}

.AnnualReport .box .banner .item .contetnt1 {
    margin-top: 0.32rem;
}

.AnnualReport .box .banner .item .contetnt1 p {
    line-height: 1rem;
    border-bottom: 1px solid #ddd;
}

.AnnualReport .box .banner .item .contetnt1 p:last-child {
    border: 0;
}

.AnnualReport .box .banner .item .contetnt1 p a {
    font-size: 0.26rem;
    color: #000;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.AnnualReport .box .banner .item .contetnt1 p a:hover {
    color: #e62129;
}

.AnnualReport .box .button {
    margin-top: 0.6rem;
}

.AnnualReport .box .button p {
    margin: 0 0.2rem;
}

.AnnualReport .box .button p i {
    font-size: 0.24rem;
    color: #c8c8c8;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.AnnualReport .box .button p i:hover {
    color: #e62129;
}

.BulletinExchange .box .item {
    width: 48.7%;
}

.BulletinExchange .box .item a {
    display: block;
    background: #f7f7f7;
}

.BulletinExchange .box .item a .boxTop {
    overflow: hidden;
}

.BulletinExchange .box .item a .boxTop img {
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.BulletinExchange .box .item a .boxBot {
    padding: 0.46rem 0.38rem 1.4rem;
}

.BulletinExchange .box .item a .boxBot .main .left .text {
    margin-left: 0.3rem;
}

.BulletinExchange .box .item a .boxBot .main .left .text p {
    font-size: 0.16rem;
    font-family: 'gilroy_Medium';
    color: #000;
}

.BulletinExchange .box .item a .boxBot .main .left .text div {
    font-size: 0.32rem;
    font-family: 'fang';
    color: #000;
    margin-top: 0.14rem;
}

.BulletinExchange .box .item a .boxBot .main .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.BulletinExchange .box .item a .boxBot .main .right .link .a {
    width: 1.6rem;
    line-height: 0.45rem;
    font-size: 0.16rem;
    display: block;
    font-family: 'fang';
    color: #e62129;
    text-align: center;
    border: 1px solid #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.BulletinExchange .box .item a .boxBot .main .right .link .a:hover {
    background: #e62129;
    color: #fff;
}

.BulletinExchange .box .item a:hover .boxTop img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ContactInformation {
    position: relative;
}

.ContactInformation .img img {
    width: 100%;
}

.ContactInformation .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ContactInformation .box .left .index_title {
    color: #fff;
}

.ContactInformation .box .left .index_title .content0 {
    color: #fff;
}

.ContactInformation .box .right {
    margin-left: 1.66rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ContactInformation .box .right div {
    font-size: 0.2rem;
    color: #fff;
    font-family: 'fang';
    margin-bottom: 0.18rem;
}

.ContactInformation .box .right div:last-child {
    margin-bottom: 0;
}

.ContactInformation .box .right div a {
    font-size: 0.22rem;
    color: #fff;
    display: inline-block;
    margin-left: 0.2rem;
}

.ContactInformation .box .right div span {
    display: inline-block;
    margin-right: 0.16rem;
    width: 0.25rem;
}

.ContactInformation .box .right div span svg {
    position: relative;
    top: 3px;
}

.bussiness_banner img {
    width: 100%;
}

.bussiness_nav {
    margin-top: -0.9rem;
}

.bussiness_nav .box .item a {
    display: block;
    font-family: 'fang';
    text-align: center;
    padding: 0.35rem 0.2rem 0.16rem;
}

.bussiness_nav .box .item a .top {
    font-size: 0.2rem;
    margin-bottom: 0.4rem;
    color: #fff;
}

.bussiness_nav .box .item a .bot i {
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.bussiness_nav .box .item a:hover .bot i {
    color: #e62129;
    -webkit-animation: flip 1s ease both;
    animation: flip 1s ease both;
}

.bussiness_nav .box .active a {
    background: #e62129;
}

.bussiness_nav .box .active a .bot i {
    color: #fff !important;
}

.bussiness_nav_main {
    padding-top: 0.6rem;
}

.bussiness_nav_main .box {
    position: relative;
}

.bussiness_nav_main .box .img img {
    width: 100%;
}

.bussiness_nav_main .box .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.06rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bussiness_nav_main .box .position .main {
    color: #fff;
}

.bussiness_nav_main .box .position .main h5 {
    font-size: 0.52rem;
    font-family: 'fang';
}

.bussiness_nav_main .box .position .main h6 {
    font-size: 0.26rem;
    font-family: 'fang';
    margin-top: 0.2rem;
}

.bussiness_nav_main .box .position .main .text {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.34rem;
    margin-top: 0.36rem;
}

.Solution_container .box {
    margin-top: 0.72rem;
}

.Solution_container .box .banner .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #f7f7f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a {
    display: block;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content0 {
    padding: 0.48rem 0.48rem 0.32rem 0.48rem;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content1 {
    font-size: 0.2rem;
    font-family: 'fang';
    color: #000;
    line-height: 0.3rem;
    height: 0.6rem;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 {
    margin-top: 0.2rem;
    height: 1.12rem;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
    display: flex;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 p span {
    display: inline-block;
    margin-right: 0.1rem;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content2 p span:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    flex: 1;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content3 {
    margin-top: 0.45rem;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content3 p {
    width: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content3 p i {
    font-size: 0.14rem;
    font-weight: bold;
    color: #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content4 {
    overflow: hidden;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a .content4 img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a:hover .content1 {
    color: #e62129;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a:hover .content3 p {
    background: #e62129;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a:hover .content3 p i {
    color: #fff;
}

.Solution_container .box .banner .swiper-wrapper .swiper-slide a:hover .content4 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.qualification_container .box {
    margin-top: 0.72rem;
}

.qualification_container .box .banner .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.qualification_container .box .banner .swiper-slide {
    font-family: 'fang';
    text-align: center;
}

.qualification_container .box .banner .swiper-slide .img img {
    width: 0.9rem;
}

.qualification_container .box .banner .swiper-slide .text {
    font-size: 0.2rem;
    margin-top: 0.38rem;
}

.ann_left {
    display: none;
}

.side_container {
    position: fixed;
    top: 25%;
    left: 0.42rem;
    z-index: 5;
}

.side_container ul {
    position: relative;
    overflow: hidden;
}

.side_container ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eaeaea;
}

.side_container ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: var(--i);
    width: 1px;
    background: #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.side_container ul li {
    margin-bottom: 0.22rem;
    padding-left: 0.2rem;
}

.side_container ul li:last-child {
    margin-bottom: 0;
}

.side_container ul li a {
    font-size: 0.14rem;
    color: #666;
    font-family: 'fang';
}

.side_container ul .active a {
    color: #000;
}

.BusinessCompany .box {
    margin-top: 0.72rem;
}

.BusinessCompany .box .item {
    background: #fff;
    padding: 0.6rem 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.BusinessCompany .box .item .content0 img {
    height: 0.34rem;
}

.BusinessCompany .box .item .content2 {
    font-size: 0.26rem;
    color: #000;
    font-family: 'fang';
    margin-top: 0.4rem;
}

.BusinessCompany .box .item .content3 {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.28rem;
    margin-top: 0.2rem;
    width: 90%;
}

.BusinessCompany .box .item .content4 {
    margin-top: 0.45rem;
}

.BusinessCompany .box .item .content4 .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.BusinessCompany .box .item .content4 .right ul li {
    margin-left: 0.1rem;
    position: relative;
}

.BusinessCompany .box .item .content4 .right ul li a {
    display: block;
}

.BusinessCompany .box .item .content4 .right ul li .btn {
    width: 0.36rem;
    height: 0.36rem;
    background: #dbdbdb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.BusinessCompany .box .item .content4 .right ul li .btn svg {
    margin: auto;
}

.BusinessCompany .box .item .content4 .right ul li:hover .btn {
    background: #e62129;
}

.BusinessCompany .box .item .content4 .right ul li .ewm {
    position: absolute;
    bottom: 180%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    padding: 0.04rem;
    background: #fff;
    -webkit-filter: drop-shadow(0px 0px 1px #999);
    filter: drop-shadow(0px 0px 1px #999);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.BusinessCompany .box .item .content4 .right ul li .ewm::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    border: 8px solid transparent;
    border-top-color: #fff;
}

.BusinessCompany .box .item .content4 .right ul li .call {
    position: absolute;
    right: 120%;
    top: 0;
    height: 100%;
    background: #e62129;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.BusinessCompany .box .item .content4 .right ul li .call a {
    font-size: 14px;
    color: #fff;
    font-family: 'fang';
    white-space: nowrap;
    line-height: 0.36rem;
    padding: 0 0.32rem 0 0.12rem;
}

.BusinessCompany .box .item .content4 .right ul li .call a svg {
    vertical-align: middle;
    margin-right: 0.05rem;
}

.BusinessCompany .box .item .content4 .right ul li:hover .ewm {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.BusinessCompany .box .item .content4 .right ul li:hover .call {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.BusinessCompany .box1 .item {
    width: 49.5%;
}

.contact_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
    display: none;
}

.contact_layer .box {
    width: 10rem;
    min-height: 1rem;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0.76rem 0.5rem;
}

.contact_layer .box .close {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
}

.contact_layer .box .close i {
    font-size: 0.2rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    cursor: pointer;
}

.contact_layer .box .close:hover i {
    color: #e62129;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contact_layer .box .title {
    font-size: 0.32rem;
    font-family: 'fang';
    text-align: center;
}

.contact_layer .box .item .input {
    width: 31.333%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 1px solid #dbdbdb;
}

.contact_layer .box .item .input input {
    display: block;
    width: 100%;
    height: 0.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 0.16rem;
}

.contact_layer .box .item .input input::-webkit-input-placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item .input input::-moz-placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item .input input:-ms-input-placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item .input input::-ms-input-placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item .input input::placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item .input:hover {
    border-color: #e62129;
}

.contact_layer .box .item .input:hover input::-webkit-input-placeholder {
    color: #000;
}

.contact_layer .box .item .input:hover input::-moz-placeholder {
    color: #000;
}

.contact_layer .box .item .input:hover input:-ms-input-placeholder {
    color: #000;
}

.contact_layer .box .item .input:hover input::-ms-input-placeholder {
    color: #000;
}

.contact_layer .box .item .input:hover input::placeholder {
    color: #000;
}

.contact_layer .box .item1 {
    margin-top: 0.16rem;
}

.contact_layer .box .item1 .input {
    width: 48%;
}

.contact_layer .box .item2 {
    margin-top: 0.32rem;
}

.contact_layer .box .item2 textarea {
    display: block;
    width: 100%;
    height: 0.6rem;
    -webkit-box-sizing: border-box;
    border: 0;
    font-size: 0.16rem;
    border-bottom: 1px solid #dbdbdb;
    height: 1.92rem;
    box-sizing: border-box;
    resize: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item2 textarea::-webkit-input-placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item2 textarea::-moz-placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item2 textarea:-ms-input-placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item2 textarea::-ms-input-placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item2 textarea::placeholder {
    font-size: 0.16rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact_layer .box .item2 textarea:hover {
    border-color: #e62129;
}

.contact_layer .box .item2 textarea:hover::-webkit-input-placeholder {
    color: #000;
}

.contact_layer .box .item2 textarea:hover::-moz-placeholder {
    color: #000;
}

.contact_layer .box .item2 textarea:hover:-ms-input-placeholder {
    color: #000;
}

.contact_layer .box .item2 textarea:hover::-ms-input-placeholder {
    color: #000;
}

.contact_layer .box .item2 textarea:hover::placeholder {
    color: #000;
}

.contact_layer .box .item3 {
    margin-top: 0.5rem;
}

.contact_layer .box .item3 input {
    display: none;
}

.contact_layer .box .item3 input {
    font-family: 'fang';
    font-size: 0.16rem;
}

.select_container {
    background: #f7f7f7;
    /*margin-top: 0.96rem;*/
    position: -webkit-sticky;
    position: sticky;
    top: 0.95rem;
    z-index: 2;
}

.select_container .box .main_ li {
    margin: 0 0.3rem;
}

.select_container .box .main_ li a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 0.64rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-family: 'fang';
    position: relative;
}

.select_container .box .main_ li a::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.select_container .box .main_ li a:hover {
    color: #e62129;
}

.select_container .box .main_ li a:hover::after {
    width: 100%;
}

.select_container .box .main_ .active a {
    color: #e62129;
}

.select_container .box .main_ .active a::after {
    width: 100%;
}

.product_info .box {
    margin-top: 0.6rem;
}

.product_info .box .boxLeft {
    width: 50%;
    overflow: hidden;
}

.product_info .box .boxLeft img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product_info .box .boxLeft:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.product_info .box .boxRight {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.36rem 0.95rem 0;
}

.product_info .box .boxRight .content1 {
    font-size: 0.36rem;
    font-family: 'fang';
    line-height: 0.45rem;
}

.product_info .box .boxRight .content2 {
    margin-top: 0.38rem;
    overflow-y: auto;
    /*height: 2rem;*/
    padding-right: 10px;
}

.product_info .box .boxRight .content2::-webkit-scrollbar {
    width: 2px;
}

.product_info .box .boxRight .content2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(11, 51, 142, 1)
}

.product_info .box .boxRight .content2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(218, 218, 218, 1);
}

.product_info .box .boxRight .content2 p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.28rem;
}

.product_info .box .boxRight .content2 p span {
    display: inline-block;
    margin-right: 0.1rem;
}

.product_info .box .boxRight .content3 {
    margin-top: 0.67rem;
}

.product_info .box .boxRight .content3 .down {
    margin-left: 0.32rem;
}

.product_info .box .boxRight .content3 .down a {
    display: block;
    font-family: 'fang';
    font-size: 0.18rem;
    line-height: 0.6rem;
    width: 2.1rem;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #000;
}

.product_info .box .boxRight .content3 .down a svg {
    margin-right: 0.2rem;
}

.product_info .box .boxRight .content3 .down a:hover {
    color: #e62129;
}

.TechnicalIntroduction {
    padding-bottom: 1rem;
}

.TechnicalIntroduction .box .content1 {
    margin-top: 0.3rem;
    color: #666;
    font-size: 0.16rem;
    line-height: 0.28rem;
    text-align: justify;
}

.TechnicalIntroduction .box .content2 {
    margin-top: 0.9rem;
}

.TechnicalIntroduction .box .content2 .item {
    font-family: 'fang';
    width: 20%;
}

.TechnicalIntroduction .box .content2 .item .top {
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.18rem;
    padding-bottom: 0.18rem;
    border-bottom: 1px solid #666666;
}

.TechnicalIntroduction .box .content2 .item .bot {
    color: #000;
}

.CorrespondingProduct .box {
    margin-top: 0.45rem;
}

.CorrespondingProduct .box .banner .swiper-slide a {
    display: block;
    text-align: center;
    padding: 0.52rem 0 0.6rem;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.CorrespondingProduct .box .banner .swiper-slide a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background: #e62129;
    width: 0%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.CorrespondingProduct .box .banner .swiper-slide a .content1 {
    height: 2.45rem;
    width: 2.75rem;
    text-align: center;
    margin: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.CorrespondingProduct .box .banner .swiper-slide a .content1 img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.CorrespondingProduct .box .banner .swiper-slide a .content2 {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.32rem;
    font-family: 'fang';
    height: 0.96rem;
    width: 64%;
    margin: 0.38rem auto 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    top: 0;
}

.CorrespondingProduct .box .banner .swiper-slide a:hover {
    background: #fff;
    border-color: #e62129;
}

.CorrespondingProduct .box .banner .swiper-slide a:hover::after {
    width: 100%;
}

.CorrespondingProduct .box .banner .swiper-slide a:hover .content1 img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.CorrespondingProduct .box .banner .swiper-slide a:hover .content2 {
    color: #000;
    top: 0.2rem;
}

.CorrespondingProduct .box .banner .swiper-slide .active {
    background: #fff;
}

.CorrespondingProduct .box .banner .swiper-slide .active::after {
    width: 100%;
}

.CorrespondingProduct .box .banner .swiper-slide .active .content1 img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.CorrespondingProduct .box .banner .swiper-slide .active .content2 {
    color: #000;
}

.RelatedSolutions .box {
    margin-top: 0.72rem;
}

.RelatedSolutions .box .item {
    width: 22%;
    margin-right: 2%;
    margin-bottom: .3rem;
}

.RelatedSolutions .box .item:nth-child(4n) {
    margin-right: 0;
}

.RelatedSolutions .box .item a {
    display: block;
}

.RelatedSolutions .box .item a .content0 {
    padding: 0.3rem;
    background: #f7f7f7;
}

.RelatedSolutions .box .item a .content1 {
    font-size: 0.22rem;
    font-family: 'fang';
    color: #000;
    line-height: 0.3rem;
    height: 0.9rem;
}

.RelatedSolutions .box .item a .content3 {
    margin-top: 0.2rem;
}

.RelatedSolutions .box .item a .content3 p {
    width: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}

.RelatedSolutions .box .item a .content3 p i {
    font-size: 0.14rem;
    font-weight: bold;
    color: #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.RelatedSolutions .box .item a .content4 {
    overflow: hidden;
}

.RelatedSolutions .box .item a .content4 img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.RelatedSolutions .box .item a:hover .content3 p {
    background: #e62129;
}

.RelatedSolutions .box .item a:hover .content3 p i {
    color: #fff;
}

.RelatedSolutions .box .item a:hover .content4 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.related_download {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
    display: none;
}

.related_download .box {
    width: 10rem;
    min-height: 1rem;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0.76rem 0.5rem;
}

.related_download .box .close {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
}

.related_download .box .close i {
    font-size: 0.2rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    cursor: pointer;
}

.related_download .box .close:hover i {
    color: #e62129;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.related_download .box .title {
    font-size: 0.32rem;
    font-family: 'fang';
    text-align: center;
}

.related_download .box .main {
    margin-top: 0.32rem;
}

.related_download .box .main ul {
    height: 4.5rem;
}

.related_download .box .main ul li {
    border-bottom: 1px solid #eee;
}

.related_download .box .main ul li a {
    line-height: 0.95rem;
}

.related_download .box .main ul li a .left {
    font-size: 0.2rem;
    color: #000;
    font-family: 'fang';
    padding-left: 0.3rem;
    max-width: 70%;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.related_download .box .main ul li a .left::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #000;
}

.related_download .box .main ul li a .right svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.related_download .box .main ul li a:hover .left {
    color: #e62129;
}

.related_download .box .main ul li a:hover .right svg path {
    fill: #e62129;
}

.Partner_container {
    position: relative;
}

.Partner_container .img img {
    width: 100%;
}

.Partner_container .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.Partner_container .position .index_title {
    padding-top: 1.54rem;
}

.Partner_container .position .box {
    font-family: 'fang';
}

.Partner_container .position .box .content0 {
    font-size: 0.26rem;
    margin-top: 0.28rem;
}

.Partner_container .position .box .content1 {
    font-size: 0.18rem;
    color: #666;
    line-height: 0.34rem;
    max-width: 5.2rem;
    margin-top: 0.5rem;
    text-align: justify;
}

.Partner_container .position .box .content2 {
    margin-top: 0.66rem;
}

.team_container .box .content0 {
    font-family: 'fang';
    font-size: 0.26rem;
    margin-top: 0.28rem;
}

.team_container .box .content2 {
    margin-top: 0.7rem;
}

.team_container .box .content2 .item {
    position: relative;
}

.team_container .box .content2 .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team_container .box .content2 .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--i);
    opacity: 0.2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.team_container .box .content2 .item .posi {
    position: absolute;
    z-index: 2;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0.5rem;
    left: 0rem;
    width: 100%;
    padding: 0 0.5rem;
    font-family: 'fang';
}

.team_container .box .content2 .item .posi h5 {
    font-size: 0.3rem;
}

.team_container .box .content2 .item .posi p {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    opacity: 0;
}

.team_container .box .content2 .item:hover .bg {
    opacity: 1;
}

.team_container .box .content2 .item:hover .posi p {
    opacity: 1;
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
}

.team_container .box .content2 .item0 {
    width: 29%;
}

.team_container .box .content2 .item1 {
    width: 29%;
}

.team_container .box .content2 .item2 {
    width: 42%;
}

.team_container .box .content2 .item3 {
    width: 58%;
}

.team_container .box .content2 .item4 {
    width: 42%;
}

.team_container .box .content2 .item5 {
    width: 42%;
}

.team_container .box .content2 .item6 {
    width: 29%;
}

.team_container .box .content2 .item7 {
    width: 29%;
}

.StaffStyle .box .banner .swiper-container {
    padding: 10px;
}

.StaffStyle .box .banner .swiper-slide .item {
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.StaffStyle .box .banner .swiper-slide .item .content0 {
    overflow: hidden;
}

.StaffStyle .box .banner .swiper-slide .item .content0 img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.StaffStyle .box .banner .swiper-slide .item .content1 {
    padding: 0.25rem 0.2rem;
}

.StaffStyle .box .banner .swiper-slide .item .content3 {
    font-family: 'fang';
    font-size: 0.26rem;
    line-height: 0.35rem;
    margin-top: 0.2rem;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.StaffStyle .box .banner .swiper-slide .item:hover {
    -webkit-box-shadow: 0px 0px 12px #eee;
    box-shadow: 0px 0px 12px #eee;
}

.StaffStyle .box .banner .swiper-slide .item:hover .content0 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.StaffStyle .box .controls {
    margin-top: 0.54rem;
}

.StaffStyle .box .controls .prog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
}

.StaffStyle .box .controls .progressbar {
    position: relative;
    height: 7px;
    background: url(../image/bg1.png) repeat-x;
    width: 100%;
}

.StaffStyle .box .controls .progressbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: url(../image/bg2.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.StaffStyle .box .controls .button {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.StaffStyle .box .controls .button path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.StaffStyle .box .controls .button:hover path {
    stroke: #e62129;
    opacity: 1;
}

.JoinUs {
    padding-bottom: 0.9rem;
}

.JoinUs .box {
    margin-top: 0.7rem;
}

.JoinUs .box .list {
    background: #fff;
    margin-bottom: 0.1rem;
}

.JoinUs .box .list .boxTop {
    font-family: 'fang';
    line-height: 0.4rem;
    padding: 0.24rem 0.42rem;
    font-size: 14px;
    cursor: pointer;
}

.JoinUs .box .list .boxTop svg {
    vertical-align: middle;
}

.JoinUs .box .list .boxTop .content0 {
    font-size: 0.22rem;
    width: 22%;
}

.JoinUs .box .list .boxTop .content2 {
    width: 12%;
}

.JoinUs .box .list .boxTop .content5 p {
    height: 0.4rem;
    width: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    background: #e62129;
    color: #fff;
}

.JoinUs .box .list .boxTop .content5 p i {
    font-size: 14px;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.JoinUs .box .list .boxTop.active .content5 p i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.JoinUs .box .list .boxBot {
    padding: 0 0.42rem 0.98rem;
    display: none;
}

.JoinUs .box .list .boxBot .main {
    border-top: 1px solid #eee;
}

.JoinUs .box .list .boxBot .main .item {
    font-family: 'fang';
    padding: 0.4rem 0 0;
}

.JoinUs .box .list .boxBot .main .item h5 {
    font-size: 0.16rem;
    color: #666;
}

.JoinUs .box .list .boxBot .main .item div {
    font-size: 0.16rem;
    color: #333;
    margin-top: 0.16rem;
    line-height: 0.36rem;
}

.JoinUs .box .list .boxBot .main .item1 {
    margin-top: 0.75rem;
}

.JoinUs .box1 {
    padding-top: 0.16rem;
}

.uploadLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.uploadLayer .box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.4rem;
    margin: auto;
    background: #fff;
    text-align: center;
    padding: 0.55rem 0;
    position: relative;
    border-radius: 6px;
}

.uploadLayer .box > span {
    display: block;
    position: absolute;
    top: 0.16rem;
    right: 0.16rem;
    font-size: 0.24rem;
    color: #232323;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.uploadLayer .box > span:hover {
    color: #e62129;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.uploadLayer .box .main1 {
    cursor: pointer;
    position: relative;
}

.uploadLayer .box .main1 p {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.16rem;
    width: 1.4rem;
    text-align: center;
    cursor: pointer;
    line-height: 0.4rem;
    width: 0.84rem;
    background: #232323;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
}

.uploadLayer .box .main1 p:hover {
    background: #e62129;
}

.uploadLayer .box .main1 img {
    width: 1.96rem;
}

.f36 {
    font-size: 0.32rem;
    margin-bottom: 0.48rem;
}

.uploadLayer .box .main2 {
    margin-top: 0.4rem;
}

.uploadLayer .box .main2 input {
    display: block;
    font-size: 16px;
    width: 1.4rem;
    border: 1px solid #fff;
    text-align: center;
    line-height: 0.45rem;
    cursor: pointer;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #232323;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: auto;
}

.uploadLayer .box .main2 input:hover {
    background: #e62129;
}

.uploadLayer .box .main3 {
    margin-top: 0.4rem;
}

.uploadLayer .box .main3 p {
    font-size: 0.16rem;
    color: #999;
    margin-bottom: 0.2rem;
}

.uploadLayer .box .main3 img {
    width: 1rem;
}

.video_container {
    margin-top: 0.7rem;
}

.video_container .item {
    width: 49%;
    margin-bottom: 0.2rem;
}

.video_container .item a {
    display: block;
}

.video_container .item a .top {
    overflow: hidden;
    position: relative;
}

.video_container .item a .top > img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.video_container .item a .top p {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video_container .item a .top p svg {
    margin: auto;
}

.video_container .item a .bot {
    font-size: 0.22rem;
    font-family: 'fang';
    text-align: center;
    background: #f5f5f5;
    line-height: 1.2rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.video_container .item a:hover .top > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.video_container .item a:hover .bot {
    background: #e62129;
    color: #fff;
}

.quotes {
    height: 0;
}

.quotes .box {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    font-size: 0.16rem;
    font-family: 'fang';
    padding-bottom: 0.38rem;
    color: #fff;
    position: relative;
    padding-left: 0.3rem;
}

.quotes .box svg {
    vertical-align: middle;
    margin-right: 0.14rem;
    position: absolute;
    left: 0;

}

.CompanyProfile .box {
    background: url(../image/bg4.png) no-repeat left bottom;
    padding-bottom: 1rem;
}

.CompanyProfile .box .boxRight {
    width: 60%;
    padding-top: 0.34rem;
    font-family: 'gilroy_Medium';
    font-size: 0.18rem;
    color: #666;
    line-height: 0.34rem;
}

.CompanyProfile .box1 {
    background: #e62129;
    padding: 0.54rem 0;
}

.CompanyProfile .box1 .item {
    color: #fff;
    text-align: center;
}

.CompanyProfile .box1 .item .top {
    font-family: 'fang';
    font-size: 0.36rem;
}

.CompanyProfile .box1 .item .top span {
    font-size: 0.46rem;
}

.CompanyProfile .box1 .item .bot {
    font-family: 'fang';
    font-size: 0.16rem;
}

.CompanyProfile .box1 p {
    background: #fff;
    opacity: 0.3;
    width: 1px;
}

.DevelopmentHistory .swiper_box {
    margin-left: 10.4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.DevelopmentHistory .swiper_box .banner {
    margin-top: 0.7rem;
    margin-bottom: 0.55rem;
    height: 4rem;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide {
    padding-left: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 2rem;
    cursor: pointer;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item {
    padding-left: 0.22rem;
    position: relative;
    top: 0;
    transition: .33s;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .top {
    font-size: 0.24rem;
    font-family: 'fang';
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot {
    font-size: 14px;
    color: #666;
    margin-top: 0.14rem;
    line-height: 0.2rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    max-height: 1rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 1px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: rgba(7, 49, 144, 1);
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
}


.DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot p {
    margin-bottom: 0.2rem;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0.09rem;
    width: 4px;
    height: 4px;
    border: 2px solid #e62129;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.DevelopmentHistory .swiper_box .banner .swiper-slide .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3rem;
    height: 100%;
    width: 1px;
    background: #ddd;
}


.DevelopmentHistory .swiper_box .banner .active .item .top {
    font-size: 0.36rem;
    color: #e62129;
}

.DevelopmentHistory .swiper_box .banner .active .item .bot {
    font-size: 0.16rem;
    color: #000;
}

.DevelopmentHistory .swiper_box .banner .active .item::before {
    top: 0.15rem;
    background: #e62129;
}

.DevelopmentHistory .swiper_box .banner .active .item::after {
    top: 0.4rem;
}


.DevelopmentHistory .box {
    margin-top: 1rem;
}

.DevelopmentHistory .box .banner1 {
    width: 94%;
}

.DevelopmentHistory .box .banner1 .swiper-slide {
    cursor: pointer;
}

.DevelopmentHistory .box .banner1 .swiper-slide p {
    font-size: 0.18rem;
    color: #999;
    font-family: 'fang';
    text-align: center;
    cursor: pointer;
}

.DevelopmentHistory .box .banner1 .active p {
    color: #e62129;
}

.DevelopmentHistory .box .button i {
    font-size: 0.18rem;
    font-weight: bold;
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.DevelopmentHistory .box .button i:hover {
    color: #e62129;
}

.DevelopmentHistory .img_box {
    margin-left: 10.4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: -2rem;
}

.DevelopmentHistory .img_box .img_list {
    position: relative;
    left: 0;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

.DevelopmentHistory .img_box .img_list > img {
    height: 1.85rem;
    position: relative;
    left: 0;
}

.DevelopmentHistory .img_box .img_list .bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url("../image/tu2.png") no-repeat;
    background-position: -800px 50%;
    -webkit-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    transition: 0.6s ease-in;
    background-size: auto 100%;
    -webkit-mask-image: url("../image/tu3.png");
    -webkit-mask-size: auto 100%;
}

.CorporateCulture {
    position: relative;
    overflow: hidden;
}

/*.CorporateCulture .img {*/
/*    opacity: 0;*/
/*}*/
.CorporateCulture .img video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.CorporateCulture .biaoti {
    position: absolute;
    top: 0.74rem;
    left: 10.4vw;
    z-index: 3;
}

.CorporateCulture .biaoti .index_title {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.CorporateCulture .biaoti .index_title .content0 {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.CorporateCulture .biaoti.active .index_title {
    color: #fff;
}

.CorporateCulture .biaoti.active .index_title .content0 {
    color: #fff;
}

.CorporateCulture .wenan {
    position: absolute;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.42rem;
    font-family: 'fang';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
}

.CorporateCulture .wenan.active {
    margin-top: 0;
    color: #fff;
}

.CorporateCulture .wenan p {
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.CorporateCulture .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.CorporateCulture .position.active {
    opacity: 0;
}

.CorporateCulture .position img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: none;
}

.SustainableDevelopment .box .banner .swiper-container {
    padding: 10px;
}

.SustainableDevelopment .box .banner .swiper-slide .item {
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.SustainableDevelopment .box .banner .swiper-slide .item .content0 {
    overflow: hidden;
}

.SustainableDevelopment .box .banner .swiper-slide .item .content0 img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.SustainableDevelopment .box .banner .swiper-slide .item .content1 {
    padding: 0.25rem 0.2rem;
}

.SustainableDevelopment .box .banner .swiper-slide .item .content2 {
    font-family: 'gilroy_Medium';
    font-size: 0.16rem;
    color: #e62129;
}

.SustainableDevelopment .box .banner .swiper-slide .item .content3 {
    font-family: 'fang';
    font-size: 0.26rem;
    line-height: 0.35rem;
    height: 0.7rem;
    margin-top: 0.24rem;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding-right: 0.4rem;
}

.SustainableDevelopment .box .banner .swiper-slide .item:hover {
    -webkit-box-shadow: 0px 0px 12px #eee;
    box-shadow: 0px 0px 12px #eee;
}

.SustainableDevelopment .box .banner .swiper-slide .item:hover .content0 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.SustainableDevelopment .box .controls {
    margin-top: 0.54rem;
}

.SustainableDevelopment .box .controls .prog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
}

.SustainableDevelopment .box .controls .progressbar {
    position: relative;
    height: 7px;
    background: url(../image/bg1.png) repeat-x;
    width: 100%;
}

.SustainableDevelopment .box .controls .progressbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: url(../image/bg2.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.SustainableDevelopment .box .controls .button {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.SustainableDevelopment .box .controls .button path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.SustainableDevelopment .box .controls .button:hover path {
    stroke: #e62129;
    opacity: 1;
}

.HonorEnterprise .box .boxLeft .data {
    margin-top: 1rem;
}

.HonorEnterprise .box .boxLeft .data > div {
    margin-bottom: 0.74rem;
}

.HonorEnterprise .box .boxLeft .data > div .top {
    color: #e62129;
    font-family: 'fang';
    font-size: 0.5rem;
}

.HonorEnterprise .box .boxLeft .data > div .top span {
    font-size: 0.66rem;
}

.HonorEnterprise .box .boxLeft .data > div .bot {
    font-size: 0.22rem;
    font-family: 'fang';
}

.HonorEnterprise .box .boxRight {
    height: -webkit-calc(99.05vh);
    height: calc(100vh - 0.95rem);
    width: 9.4rem;
}

.HonorEnterprise .box .boxRight .banner {
    width: 33.333%;
    height: 100%;
}

.HonorEnterprise .box .boxRight .banner .swiper-container {
    height: 100%;
    padding: 0 0.2rem;
}

.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide {
    height: auto;
}

.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide p {
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide p img {
    width: 100%;
}

.ContactUs .box .toggle {
    margin-top: 0.84rem;
}

.ContactUs .box .toggle ul li {
    margin: 0 0.55rem;
}

.ContactUs .box .toggle ul li a {
    font-size: 0.26rem;
    color: #666;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid transparent;
}

.ContactUs .box .toggle ul li a:hover {
    color: #e62129;
}

.ContactUs .box .toggle ul .active a {
    color: #000;
    border-color: #e62129;
}

.ContactUs .box .toggle_main {
    margin-top: 0.76rem;
}

.ContactUs .box .toggle_main .list {
    display: none;
}

.ContactUs .box .toggle_main .list .item {
    width: 49%;
}

.ContactUs .box .toggle_main .list .item h5 {
    font-size: 0.24rem;
    font-family: 'fang';
    border-bottom: 1px solid #eee;
    padding-bottom: 0.38rem;
}

.ContactUs .box .toggle_main .list .item .main {
    margin-top: 0.3rem;
}

.ContactUs .box .toggle_main .list .item .main .ite {
    width: 100%;
    margin-bottom: 0.5rem;
}

.ContactUs .box .toggle_main .list .item .main .ite h6 {
    font-size: 0.22rem;
    font-family: 'fang';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ContactUs .box .toggle_main .list .item .main .ite h6 svg {
    vertical-align: middle;
    margin-left: 0.24rem;
    display: none;
}

.ContactUs .box .toggle_main .list .item .main .ite div {
    margin-top: 0.24rem;
}

.ContactUs .box .toggle_main .list .item .main .ite div p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #666;
}

.ContactUs .box .toggle_main .list .item .main .ite div p span {
    display: inline-block;
    margin-right: 0.1rem;
}

.ContactUs .box .toggle_main .list .item .main .ite div p font {
    display: inline-block;
    margin-right: 0.25rem;
}

.ContactUs .box .toggle_main .list .item .main .ite div p a {
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ContactUs .box .toggle_main .list .item .main .ite div p a:hover {
    color: #e62129;
}

.ContactUs .box .toggle_main .list .item .main .ite:hover h6 {
    color: #e62129;
}

.ContactUs .box .toggle_main .list:first-child .item:first-child {
    width: 100%;
}

.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite {
    width: 49%;
    margin-bottom: 0.72rem;
}

.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child {
    width: 100%;
}

.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
    display: inline-block;
}

.ContactUs .box .toggle_main .list.active {
    display: block;
}

@media screen and (max-width: 1600px) {
    .TechnicalIntroduction .box .content2 .item {
        width: 22%;
    }


}

@media screen and (max-width: 1520px) {
    .StockInformation .box .boxRight .echarts {
        margin: -476px 0px -50px -50px;
    }

    .StockInformation .box .boxRight .echarts iframe {
        width: 1075px;
        height: 950px;
    }

    .product_info .box .boxRight .content1 {
        font-size: 0.32rem;
    }

    .News_container .box .item .content3 br {
        display: none;
    }

    .index_header .box .nav .item {
        margin: 0 0.2rem;
    }

    .index_about .img img {
        min-height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .index_about {
        /*min-height: 100vh;*/
    }

    .JoinUs .box .list .boxTop .content2 {
        width: 15%;
    }

    .product_info .box .boxRight .content2 {
        height: 1.6rem;
    }

    .menu_container .box .footerBox .right {
        margin-top: .2rem;
    }
}


@media screen and (max-width: 1440px) {

    .index_banner .banner .swiper-slide .position .box h5 {
        font-size: 61px;

    }

    .index_banner .banner .swiper-slide .position .box h6 {
        font-size: 16px;

    }
}

@media screen and (max-width: 1400px) {

    .index_banner .banner .swiper-slide .position .box h5 {
        font-size: 54px;

    }

    .index_banner .banner .swiper-slide .position .box h6 {
        font-size: 14px;

    }

    .index_header .box .nav {
        margin-left: 0vw;
    }

    .index_banner .banner .swiper-slide .position .box h5 {
        font-size: 0.6rem;
    }

    .index_about .box .info {
        max-width: 7.2rem;
    }

    .product_info .box .boxRight .content1 {
        font-size: 0.3rem;
    }

    .product_info .box .boxRight .content3 .down {
        margin-left: 0;
    }

    .CorrespondingProduct .box .banner .swiper-slide a .content2 {
        font-size: 0.18rem;
    }

    .RelatedSolutions .box .item a .content1 {
        font-size: 0.2rem;
    }

    .StockInformation .box .boxLeft {
        padding-top: 0.3rem;
    }

    .BulletinExchange .box .item a .boxBot svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .BulletinExchange .box .item a .boxBot {
        padding: 0.46rem 0.38rem 1rem;
    }

    .News_container .box .item .content3 {
        font-size: 0.22rem;
    }

    .News_info .box {
        width: min(1200px, 79.2vw);
    }

    .index_header .box .language {
        margin-left: 0.45rem;
    }

    .HonorEnterprise .box .boxRight {
        width: 8.4rem;
    }

    .HonorEnterprise .box .boxLeft .data > div .top span {
        font-size: 0.46rem;
    }

    .HonorEnterprise .box .boxLeft .data {
        /*margin-top: 1.5rem;*/
    }

    .side_container {
        left: 1vw;
    }

    .menu_container .box .navBox {
        margin-top: 0.5rem;
    }

    .menu_container .box .navBox .item ul li {
        line-height: 0.3rem;
    }

    .menu_container .box .footerBox {
        margin-top: 6vh;
        padding-top: 0.4rem;
    }

    .menu_container .box .navBox {
        margin-top: 0.4rem;
    }

    .menu_container .box .navBox .item ul {
        margin-top: 0.2rem;
    }

    .ContactUs .box .toggle ul li a {
        font-size: 0.22rem;
    }

    .Inner_banner .position .box h5 {
        font-size: 0.42rem;
    }

    .menu_container .box .footerBox .right {
        font-size: 13px;
    }

    .menu_container .box .footerBox .left p a,
    .menu_container .box .footerBox .left p {
        font-size: 13px;
    }

    .video_container .item a .top p svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .inner_page .box .page a {
        font-size: 14px;
    }

    .index_title .content1 {
        font-size: 0.42rem;
    }
}

@media screen and (max-width: 1359px) {
    .index_header .box .logo a img {
        height: 34px;
    }

    .StockInformation .box .boxLeft .content2 {
        margin-top: 0.56rem;
    }

    .AnnualReport .box .banner .item .contetnt1 p a {
        font-size: 0.22rem;
    }
}

@media screen and (max-width: 1280px) {
    .index_banner .banner .swiper-slide .position .box h5 {
        font-size: calc(0.6rem - 2px);
    }

    .side_container {
        left: 0.22rem;
    }

    .JoinUs .box .list .boxTop .content2 {
        width: 20%;
    }

    .JoinUs .box .list .boxTop .content0 {
        width: 24%;
    }

    .uploadLayer .box .main2 input {
        font-size: 14px;
    }

    .CorporateCulture .wenan {
        font-size: 0.32rem;
    }

    .DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot {
        line-height: initial;
    }

    .product_info .box .boxRight .content2 {
        height: 1.1rem;
    }
}

@media screen and (max-width: 1024px) {
    .product_info .box .boxRight .content2 {
        height: auto;
    }

    .StockCode .box .boxRight .item {
        margin-left: 5vw;
        margin-right: 0.2rem;
    }

    .index_equipment .box {
        padding: 0;
    }

    .ContactUs .box .toggle_main .list .item .main .ite h6 {
        position: relative;
    }

    .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
        display: none;
    }

    .index_title .content5 {
        margin-top: 0.22rem;
    }

    .SustainableDevelopment .box {
        margin-top: .45rem;
    }

    .select_container {
        margin-top: 0;
        top: 0.85rem;
    }

    .News_info_brand {
        margin-top: 0.4rem;
    }

    .index_header .w1520 {
        display: none;
    }

    .MobileMain .language div p a {
        font-size: 0.2rem;
        font-family: 'gilroy_regular';
        color: #000;
        position: relative;
    }

    .MobileMain .language div p a::after {
        position: absolute;
        bottom: -0.06rem;
        left: 0;
        width: 100%;
        height: 2px;
        background: #e62129;
        opacity: 1;
    }

    .index_banner .banner .swiper-slide .position .box h5 {
        font-size: 0.4rem;
    }

    .index_banner .banner .swiper-slide .img img {
        height: 50vh;
    }

    .index_banner .banner .swiper-slide .img video {
        height: 50vh;
    }

    .widgets {
        right: 5vw;
        bottom: 3vw;
    }

    .w1520 {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .index_title .content1 {
        font-size: 0.32rem;
    }

    .index_equipment {
        padding-bottom: 0;
    }

    .index_equipment .box .list .item {
        width: 100%;
        margin-bottom: 0.2rem;
    }


    .index_equipment .box .list .item a .position {
        top: 1.32rem;
    }

    .index_equipment .box .list .item a .position .content2 {
        opacity: 1;
        margin-top: 0.3rem;
    }

    .index_about .img img,
    .index_about {
        /*min-height: 70vh;*/
    }

    .index_about .box .big_data .ite .top {
        font-size: 0.4rem;
    }

    .StockCode .box .boxLeft {
        width: 100%;
    }

    .index_footer .box .boxTop .item {
        display: none;
    }

    .index_footer .box .boxTop .item:last-child {
        display: block !important;
    }

    .index_footer .box .boxBot .right {
        /*display: none;*/
        margin-top: 10px;
    }

    .index_footer {
        padding: 0.5rem 0 0;
    }

    .index_footer .box .boxBot {
        margin-top: 0.3rem;
        padding: 0.4rem 0;
    }

    .ann_left {
        display: none !important;
    }

    .bussiness_nav .box {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .bussiness_nav .box .item {
        width: 25%;
    }

    .bussiness_nav .box .item a {
        padding: 0.2rem 0;
    }

    .bussiness_nav .box .item a .top {
        color: #333;
        margin-bottom: 0;
    }

    .bussiness_nav {
        margin-top: 0.5rem;
    }

    .bussiness_nav .box .active a .top {
        color: #fff;
    }

    .bussiness_nav .box .item a .bot {
        display: none;
    }

    .bussiness_nav_main .box .position .main h5 {
        font-size: 0.32rem;
    }

    .bussiness_nav_main .box .position {
        padding: 0 5vw;
    }

    .bussiness_nav_main .box .img img {
        min-height: 3.6rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .Solution_container .box .banner .swiper-wrapper .swiper-slide {
        width: 60vw;
        margin-right: 0;
    }

    .Solution_container .box .banner .swiper-wrapper {
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
        flex-wrap: initial;
    }

    .BusinessCompany .box1 .item {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .product_info .box .boxLeft {
        width: 100%;
    }

    .product_info .box .boxRight {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.36rem 0 0;
    }

    .News_info_brand .box .boxLeft {
        font-size: 14px;
    }

    .product_info .box .boxRight .content1 {
        font-size: 0.26rem;
    }

    .TechnicalIntroduction .box .content2 .item {
        width: 48%;
        margin-bottom: 0.4rem;
    }

    .TechnicalIntroduction .box .content2 {
        margin-top: 0.7rem;
    }

    .TechnicalIntroduction {
        padding-bottom: 0.6rem;
    }

    .RelatedSolutions .box {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .RelatedSolutions .box .item {
        width: 49%;
        margin-right: 0;
    }

    .StockInformation .box .boxLeft {
        width: 100%;
    }

    .StockInformation .box .boxRight {
        width: 100%;
        margin-top: 0.5rem;
    }

    .BulletinExchange .box .item a .boxBot {
        padding: 0.4rem;
    }

    .BulletinExchange .box .item a .boxBot .main .right {
        width: 100%;
        margin-top: 0.3rem;
    }

    .BulletinExchange .box .item a .boxBot .main .left .text div {
        font-size: 0.26rem;
    }

    .ContactInformation .img img {
        min-height: 2rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .Inner_banner .position .box h5 {
        font-size: 0.4rem;
    }

    .Inner_banner .img img {
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 4rem;
    }

    .News_container .box .flexStart {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .News_container .box .flexStart {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .News_container .box .flexStart .item {
        width: 48.2%;
        margin-bottom: 0.2rem;
    }

    .inner_page .box .page a {
        display: none;
    }

    .inner_page .box .page span {
        display: none;
    }

    .News_container .box {
        margin-top: 0.7rem;
    }

    .News_info .box {
        width: min(1200px, 90vw);
    }

    .News_info .box .content0 {
        font-size: 0.26rem;
    }

    .News_info_brand .box .boxRight {
        display: none;
    }

    .News_info .box .content3 a .left {
        font-size: 0.2rem;
    }

    .index_news .box .controls .progressbar {
        height: 5px;
    }

    .index_about .box {
        padding-top: 1rem;
    }

    .Inner_banner .position .box h5 {
        font-size: 0.32rem;
    }

    .Partner_container .position .index_title {
        padding-top: 0.74rem;
    }

    .Partner_container .position .box .content0,
    .team_container .box .content0 {
        font-size: 0.22rem;
        margin-top: 0.18rem;
    }

    .Partner_container .position .box .content1 {
        max-width: 100%;
    }

    .Partner_container {
        padding-top: 3rem;
    }

    .team_container .box .content2 .item .posi h5 {
        font-size: 0.22rem;
    }

    .team_container .box .content2 .item .posi {
        top: 0.2rem;
        padding: 0 0.1rem;
    }

    .team_container .box .content2 .item .posi p {
        font-size: 14px;
        line-height: 0.24rem;
        margin-top: 0.16rem;
        opacity: 1;
    }

    .JoinUs .box .list .boxTop > div {
        width: 33.333% !important;
    }

    .JoinUs .box .list .boxTop .content2 {
        text-align: right;
    }

    .JoinUs .box .list .boxTop .content5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .CompanyProfile .box .boxRight {
        width: 100%;
    }

    .CompanyProfile .box1 .item .top span {
        font-size: 0.36rem;
    }

    .CompanyProfile .box1 .item .bot {
        margin-top: 0.1rem;
    }

    .DevelopmentHistory .swiper_box .banner .swiper-slide .item {
        top: 0 !important;
    }

    .DevelopmentHistory .swiper_box .banner {
        height: 2rem;
    }

    .DevelopmentHistory .swiper_box .banner .swiper-slide {
        padding-bottom: 0;
        padding-left: 0.3rem;
    }

    .DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot {
        font-size: 14px;
        line-height: 0.22rem;
    }

    .DevelopmentHistory .swiper_box {
        margin-left: 5vw;
    }

    .DevelopmentHistory .box {
        margin-top: 0.7rem;
    }

    .DevelopmentHistory .box .button i {
        position: relative;
        top: -2px;
    }

    .CorporateCulture .position {
        opacity: 0;
    }

    .CorporateCulture .index_title .content0 {
        color: #fff;
    }

    .CorporateCulture .index_title .content1 {
        color: #fff;
    }

    .CorporateCulture .wenan {
        font-size: 0.24rem;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    .HonorEnterprise .box .boxLeft .data {
        margin-top: 0.74rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .HonorEnterprise .box .boxLeft .data > div {
        margin-right: 1rem;
    }

    .HonorEnterprise .box .boxRight {
        width: 100%;
        height: 50vh;
    }

    .ContactUs .box .toggle ul li {
        margin: 0 0.2rem;
    }

    .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
        right: 35px;
        top: -30px;
    }
}


.index_footer .language {
    position: relative;

}

.index_footer .language ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    width: 140px;
    bottom: 18px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    padding: 5px 0;

}

.index_footer .language ul li a {
    font-size: 14px;
    line-height: 32px;
    color: #999;
    white-space: nowrap;
    display: block;
    text-align: center;
    transition: .4s;
}

.index_footer .language ul li a:hover {
    color: #e62129;
}

.index_footer .language:hover ul {
    display: block;
}

@media screen and (max-width: 669px) {
    .CorporateCulture .img video {
        height: auto;
    }

    .CorporateCulture .biaoti {
        top: 0.54rem;
        left: 5vw;
    }

    .contact_layer .box {
        width: 72%;
    }

    .related_download .box {
        width: 90vw;
        box-sizing: border-box;
    }

    .SustainableDevelopment .swiper-slide {
        padding: 0 5px;
        box-sizing: border-box;
    }

    .StockInformation .box .boxRight .echarts {
        margin: -443px 0px -21px -49px;
    }

    .StockInformation .box .boxRight .right-box {
        width: 100%;
    }

    .StockInformation .box .boxRight {
        padding-left: 0;
        padding-right: 0;
    }

    .StockInformation .box .boxRight .echarts iframe {
        width: 956px;
        height: 1040px;
    }

    .index_about .box .big_data .ite:last-child {
        width: 50%;
    }

    .index_banner .banner .swiper-slide .position .box h5 {
        font-size: 0.3rem;
    }

    .index_title .content1 {
        font-size: 0.26rem;
    }

    .index_link a,
    .index_link .a {
        width: 1.8rem;
    }

    .index_news .w1520.p74_ {
        /*padding: 0 0 0.74rem;*/
    }

    .index_news .box .banner .swiper-container {
        padding: 0;
    }

    .index_news .box .banner .swiper-slide .item {
        /*padding: 0 5vw;*/
    }

    .index_news .box .controls .prog {
        width: 76%;
    }

    .index_news .box .controls {
        margin: 0.54rem 5vw 0;
    }

    .index_equipment .box .list .item a .position {
        left: 5vw;
        width: 90%;
        top: 0.82rem;
    }

    .index_equipment .box .list .item a .position .content2 {
        max-width: 100%;
    }

    .index_equipment .box .list .item a .img img {
        max-height: 5rem;
    }

    .index_about .box {
        padding-top: 0.7rem;
    }

    .index_about .box .big_data {
        margin-top: 0.4rem;
    }

    .index_about .box .big_data .ite {
        width: 50%;
        padding: 0.2rem 0;
    }

    .index_about .box .big_data p {
        display: none;
    }

    .index_about .img img,
    .index_about {
        /*min-height: 80vh;*/
    }

    .index_about .box .info {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-align: justify;
        text-justify: distribute-all-lines;
    }

    .index_about .box .big_data .ite .top {
        font-size: 0.3rem;
    }

    .index_footer .box .boxTop .item h5 {
        font-size: 0.24rem;
    }

    .StockCode .box .boxRight {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        /*justify-content: center;*/
        width: 100%;
    }

    .StockCode .box .boxRight .item {
        /*margin: 0 0.4rem;*/
        margin-right: 0.64rem;
    }

    .StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .price {
        margin: 0.2rem 0 0;
        width: 2.6rem;
    }

    .StockCode .box .boxLeft .banner .swiper-container .swiper-slide .item .gains {
        margin: 0.2rem 0 0;
    }

    .StockCode .box .boxLeft .banner .swiper-container {
        height: 1.5rem;
    }

    .StockCode .box .boxLeft .banner .button {
        left: 95%;
        z-index: 1;
    }

    .index_footer .box .boxBot .left {
        font-size: 12px;
        line-height: 20px;
    }

    .index_footer .box .boxBot .left a {
        line-height: 20px;
        display: block;
    }

    .index_footer .box .boxBot .left span {
        display: none;
    }

    .bussiness_nav .box .item {
        width: 33.333%;
    }

    .bussiness_nav_main .box .img img {
        min-height: 4.2rem;
    }

    .bussiness_banner img {
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 3rem;
    }

    .bussiness_nav_main .box .position .main h6 {
        font-size: 0.22rem;
    }

    .Solution_container .box .banner .swiper-wrapper .swiper-slide {
        width: 80vw;
    }

    .BusinessCompany .box .item .content4 .right ul li .btn svg {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .BusinessCompany .box .item {
        padding: 0.5rem 0.3rem;
    }

    .BusinessCompany .box .item .content3 {
        text-align: justify;
        width: 100%;
    }

    .select_container .box .main_ li {
        margin: 0 0.2rem;
    }

    .News_info_brand .box .boxLeft {
        line-height: 0.4rem;
    }

    .BusinessCompany .box .item .content4 .right ul li .call a {
        font-size: 12px;
    }

    .Inner_banner .position .box h5 {
        font-size: 0.3rem;
    }

    .Inner_banner .position .box h6 {
        font-size: 0.2rem;
    }

    .index_banner .banner .swiper-slide .position .box h6 {
        font-size: 0.22rem;
    }

    .StockInformation .box .boxLeft .content1 p {
        font-size: 0.56rem;
    }

    .StockInformation .box .boxLeft .content1 span svg {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .StockInformation .box .boxLeft .content2 .item p {
        font-size: 0.22rem;
    }

    .BulletinExchange .box .item {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .BulletinExchange .box .item a .boxBot svg {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }

    .ContactInformation .img img {
        min-height: 4rem;
    }

    .ContactInformation .box .right {
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .ContactInformation .box .right div span svg {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .News_container .box .item .content3 {
        font-size: 0.2rem;
    }

    .News_container .box .item .content4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-align: justify;
        text-justify: distribute-all-lines;
    }

    .News_container .box .flexStart .item {
        margin-right: 0%;
    }

    .News_info_brand .box .boxLeft a svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .News_info_brand .box .boxLeft {
        font-size: 13px;
    }

    .News_info .box .content0 {
        font-size: 0.24rem;
    }

    .fengxiang .social-share .social-share-icon > img {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .index_link a,
    .index_link .a {
        line-height: 0.5rem;
    }

    .index_news .box .banner .swiper-slide .item .content3 {
        font-size: 0.22rem;
    }

    .HeaderMobile .box .logo a img {
        height: 40px;
    }

    .MobileMain .language div p a i {
        font-size: 12px;
    }

    .HeaderMobile .box .button .search p svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .Inner_banner .img img {
        min-height: 3rem;
    }

    .Partner_container {
        padding-top: 3.6rem;
    }

    .team_container .box .content2 .item {
        width: 50%;
    }

    .team_container .box .content2 .item img {
        min-height: 2rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .StaffStyle .box .controls .prog {
        width: 82%;
    }

    .StaffStyle .box .controls {
        margin-top: 0.24rem;
    }

    .index_title .content3 p {
        margin-left: 0.24rem;
    }

    .JoinUs .box .list .boxTop .content2 {
        width: 100% !important;
        text-align: left;
    }

    .JoinUs .box .list .boxTop > div {
        width: 50% !important;
    }

    .JoinUs .box .list .boxTop .content4 {
        display: none;
    }

    .JoinUs .box .list .boxTop .content0 {
        font-size: 0.24rem;
    }

    .video_container .item {
        width: 100%;
    }

    .video_container .item a .top p svg {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .News_container .box1 {
        margin-bottom: 0.7rem;
    }

    .CompanyProfile .box1 .item {
        padding: 0.2rem 0;
        width: 50%;
    }

    .CompanyProfile .box1 p {
        display: none;
    }

    .DevelopmentHistory .box .banner1 {
        width: 82%;
    }

    .DevelopmentHistory .box .banner1 .swiper-slide p {
        line-height: 21px;
    }

    .DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot {
        font-size: 12px;
        line-height: 18px;
    }

    .CorporateCulture .img img {
        min-height: 4rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .CorporateCulture .wenan {
        font-size: 14px;
    }

    .SustainableDevelopment .box .controls .prog {
        width: 82%;
    }

    .SustainableDevelopment .box .controls {
        margin-top: 0.24rem;
    }

    .SustainableDevelopment .box .banner .swiper-slide .item .content3 {
        font-size: 0.22rem;
    }

    .HonorEnterprise .box .boxLeft {
        width: 100%;
    }

    .HonorEnterprise .box .boxLeft .data > div {
        width: 50%;
        margin-right: 0;
    }

    .ContactUs .box .toggle ul li {
        margin: 0 0.2rem 0.2rem;
    }

    .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite {
        width: 100%;
        margin-bottom: 0.52rem;
    }

    .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .ContactUs .box .toggle_main .list .item {
        width: 100%;
    }

    .ContactUs .box .toggle_main .list .item .main .ite {
        margin-bottom: 0.7rem;
    }

    .search_container .box_search label p {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .search_container .box_search input[type='text'] {
        font-size: 14px;
    }

    .search_container .box_search {
        width: min(6rem, 90vw);
    }

    .search_container {
        top: 58px;
    }


}

.StockCode .box .boxRight .item .ewm {
    z-index: 1;
}

/*# sourceMappingURL=./style.css.map */


.index_equipment .box .list .item .img {
    width: 100%;
    display: block;
}


.index_equipment .box .list .item .img::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    bottom: 0;
    height: 15%;
    background: #e62129;
    clip-path: polygon(0% 0%, 30% 0%, 50% 100%, 0% 100%);
}


/*=========产品中心==========*/

.productList {
    width: 100%;
    padding-right: 0px;
    padding-top: 30px;
}

.productList .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -5px;
}

.productList .row .list {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0px 5px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 0px;
    text-align: center;
    position: relative;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.productList .row .list a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 15px 15px 30px;
}

.productList .row .list .imgBox {
    padding-top: 85.973%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.productList .row .list .imgBox img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.productList .row .list .modelNumber {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .productList .row .list .modelNumber {
        font-size:14px
    }
}
.productList .row .list .listTitle {
    margin-top: 5px;
    font-size: 12px;
    color: #5c5c5c;
}

.productList .row .list .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.productList .row .list .more span {
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    padding: 0px 15px;
    color: #e70214;
}

.productList .row .list .more span i {
    font-size: 14px;
    margin-left: 5px;
    height: auto;
}



.brand .item .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   
   		padding-bottom: 1vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand .item .more span {
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    padding: 0px 15px;
    color: #666;
}

.brand .item .more span i {
    font-size: 14px;
    margin-left: 5px;
    height: auto;
}





.productList .row .list::after {
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: '';
    z-index: 2;
    -webkit-box-shadow: 0px 0px 0px rgba(201, 201, 201, 0.39);
    box-shadow: 0px 0px 0px rgba(201, 201, 201, 0.39);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.productList .row .list::before {
    background: #fff;
    opacity: 0.7;
    position: absolute;
    left: 14px;
    top: 0px;
    bottom: 0px;
    right: 14px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: '';
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: 1;
}

.productList .row .list .label {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.productList .row .list .label em {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-style: normal;
    padding: 0px 10px;
    line-height: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    font-size: 12px;
    color: #fff;
}

.productList .row .list .label em.new {
    background: #e60013;
}

.productList .row .list .label em.hot {
    background: #e60013;
}

.productList .row .list:hover {
    top: -15px;
}

.productList .row .list:hover::after {
    -webkit-box-shadow: 0px 21px 27px rgba(201, 201, 201, 0.39);
    box-shadow: 0px 21px 27px rgba(201, 201, 201, 0.39);
}

.productList .row .list:hover::before {
    bottom: -10px;
}

.productList .row .list:hover .imgBox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.productList .row .list:hover .more span {
    background-color: #e62129;
    background-image: -webkit-gradient(linear, left top, right top, from(#e62129), to(#e62129));
    background-image: linear-gradient(to right, #e62129, #e62129);
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.brand .item:hover .more span {
    background-color: #e62129;
    background-image: -webkit-gradient(linear, left top, right top, from(#e62129), to(#e62129));
    background-image: linear-gradient(to right, #e62129, #e62129);
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.icon-youjiantou:before {
    content: "\e602";
    font-family: layui-icon !important;
    font-style: normal;
}

@media (min-width: 1200px) {


    .productList .row {
        margin: 0vw -0.521vw;
    }

    .productList .row .list {
        width: -webkit-calc(33.333% - 1.042vw);
        width: calc(33.333% - 1.042vw);
        margin: 0vw 0.521vw 1.042vw;
        -webkit-border-radius: 1.042vw;
        border-radius: 1.042vw;
    }

    .productList .row .list::before {
        left: 0.729vw;
        right: 0.729vw;
        -webkit-border-radius: 1.042vw;
        border-radius: 1.042vw;
    }

    .productList .row .list a {
        padding: 1.302vw 1.042vw 2.083vw;
    }

    .productList .row .list .imgBox {
        padding-top: 70.973%;
    }

    .productList .row .list .modelNumber {
        margin-top: 1.302vw;
        font-size: 1.354vw;
    }

    .productList .row .list .listTitle {
        margin-top: 0.26vw;
        font-size: 0.781vw;
    }

    .productList .row .list .more {
        padding-top: 0.677vw;
    }

    .productList .row .list .more span {
        font-size: 0.729vw;
        line-height:2.5vw;
        height: 2.5vw;
        -webkit-border-radius: 2.292vw;
        border-radius: 2.292vw;
        padding: 0px 1.302vw;
    }

    .productList .row .list .more span i {
        font-size: 0.729vw;
        margin-left: 0.26vw;
    }

}

@media (min-width: 768px) {


    .productList .row {
        margin: 0vw -0.625vw;
    }

    .productList .row .list {
        width: -webkit-calc(50% - 1.25vw);
        width: calc(50% - 1.25vw);
        margin: 0vw 0.625vw 1.25vw;
        -webkit-border-radius: 1.25vw;
        border-radius: 1.25vw;
    }

    .productList .row .list::before {
        left: 0.875vw;
        right: 0.875vw;
        -webkit-border-radius: 1.25vw;
        border-radius: 1.25vw;
    }

    .productList .row .list a {
        padding: 1.563vw 1.25vw;
    }

    .productList .row .list .imgBox {
        padding-top: 70.973%;
    }

    .productList .row .list .modelNumber {
        margin-top: 1.563vw;
        font-size: 1.125vw;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
    }

    .productList .row .list .listTitle {
        margin-top: 0.313vw;
        font-size: 0.838vw;
    }

    .productList .row .list .more {
        padding-top: 0.813vw;
    }

    .productList .row .list .more span {
        font-size: 0.875vw;
        line-height: 2.5vw;
        height: 2.5vw;
        -webkit-border-radius: 2.75vw;
        border-radius: 2.75vw;
        padding: 0px 1.563vw;
    }

    .productList .row .list .more span i {
        font-size: 0.875vw;
        margin-left: 0.313vw;
    }
	
	
	
	.brand .item .more {
	  
		padding-bottom: 1vw;
	}
	
	.brand .item .more span {
	    font-size: 0.875vw;
	    line-height: 2.5vw;
	    height: 2.5vw;
	    -webkit-border-radius: 2.75vw;
	    border-radius: 2.75vw;
	    padding: 0px 1.563vw;
	}
	
	.brand .item .more span i {
	    font-size: 0.875vw;
	    margin-left: 0.313vw;
	}
	
	
	
	


}


@media (min-width: 992px) {

    .productList .row .list {
        width: -webkit-calc(25% - 1.25vw);
        width: calc(25% - 1.25vw);
        margin: 0vw 0.625vw 1.25vw;
        -webkit-border-radius: 1.25vw;
        border-radius: 1.25vw;
    }
}


/*======版权=======*/
.z_footer {
    background: #1C1C1E url(../picture/footer-bg-map.png) no-repeat;
    padding: 0 8.3vw;
    padding-bottom: 0vw;
    box-sizing: border-box;
    position: relative;
}

.z_footer_top {
    padding: 3vw 0;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .z_footer_top {
        padding: 30px 0;
    }
}
.z_footer_top .fl_warp {
    width: 30%;
}

.z_footer_top .totright {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    width: 65%;
}

@media screen and (max-width: 768px) {
    .z_footer_top .fl_warp {
        width: 100%;
    }
    .z_footer_top .totright {
        display: none;
    }
}

.z_footer_top .totright .clearfix:after {
    display: none;
}


.z_footer_logo img {
    display: block;
    height: 50px;
}

.z_footer_desc {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    line-height: 32px;
    margin: 2vw 0;
}

.z_footer_desc p {
    display: flex;
}

.z_footer_desc p span {
    flex-shrink: 0;
}

.z_footer_share a {
    display: inline-block;
    width: 44px;
    position: relative;
    height: 44px;
    cursor: pointer;
    background: rgba(255, 255, 255, .1);
    text-align: center;
    line-height: 44px;
    border-radius: 22px;
    color: #fff;
    font-size: 20px !important;
    margin-right: 10px;
}

.z_footer_share a:hover {
    background: #e62129;
}

.yqljie{margin-top: 50px;max-width: 80%;}


.yqljie .one {font-size: 20px;
    margin-bottom: 30px;
    display: block;
    color: #fff;}


.yqljie ul{display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;}
.yqljie ul li a{
color: rgba(255, 255, 255, 0.6);}

.z_code {
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    opacity: 0;
    transition: ease 1s;
}

.z_code img {
    display: block;
    width: 100%;
}

.z_footer_share a:hover .z_code {
    opacity: 1;
}

.z_footer_nav li:first-child {
    margin-left: 0;
}

.z_footer_nav li:nth-child(5) {
    margin-right: 0;
}
.z_footer_nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}
.z_footer_nav li {
    display: inline-block;
    vertical-align: top;
    /*margin: 0 3vw;*/
}

.z_footer_nav .down a {
    color: rgba(255, 255, 255, 0.6);
}

.z_footer_nav li a {
    display: block;
    color: #fff;
}

.z_footer_nav li .one {
    font-size: 20px;
    margin-bottom: 1vw;
}

.z_footer_nav li .down a {
    line-height: 40px;
}

.z_footer_nav li a:hover {
    color: #e62129;
}

.z_footer_btm {
    padding: 1.5vw 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
    .z_footer_btm {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0 ;
        line-height: 1.5;
    }
}

.z_footer_btm a {
    color: rgba(255, 255, 255, 0.6);
}

.z_footer_a a {
    display: inline-block;
    /*padding: 0 10px;*/
}

.z_footer_a a:hover {
    color: #fff;
}


/*侧边浮窗*/
#c-side-pop {
    display: none;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 900;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    #c-side-pop {
        top: 80%;
        right: 10px;
    }
}

#c-side-pop .c-list {
    padding: 5px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    #c-side-pop .c-list {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #c-side-pop .c-list li.on {
        background: #e62129;
        background: -webkit-linear-gradient(bottom, #e62129, #ead1a7);
        background: linear-gradient(to top, #e62129, #ead1a7);
        padding: 5px;
        border-radius: 100%;
    }
}

#c-side-pop .c-list li.on + li .c-wrap::before {
    opacity: 0;
}

#c-side-pop .c-list li .c-wrap i {
    height: 50px;
    width: 50px;
    font-size: 28px;
    line-height: 50px;
    color: #000
}

#c-side-pop .c-list li:hover .c-wrap i {
    color: #fff;
    background: var(--dominant-color);
    border-radius: 50%;
}

#c-side-pop .c-list li.on .c-wrap i {
    color: #fff;
}

#c-side-pop .c-list li.on .c-wrap {
    background: #e62129;
    background: -webkit-linear-gradient(bottom, #e62129, #e62129);
    background: linear-gradient(to top, #e62129, #e62129);
}

#c-side-pop .c-list li.on .c-wrap::before {
    opacity: 0;
}

#c-side-pop .c-list li.on .c-wrap .c-title {
    color: #fff;
}

#c-side-pop .c-list li.on svg path {
    fill: #fff !important;
}

@media (max-width: 767px) {
    #c-side-pop .c-list li {
        display: none;
    }

    #c-side-pop .c-list li:nth-of-type(3) {
        padding: 0;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        border-radius: 50%;
        background: #e62129;
        background: -webkit-linear-gradient(bottom, #e62129, #ead1a7);
        background: linear-gradient(to top, #e62129, #ead1a7);
    }

    #c-side-pop .c-list li:nth-of-type(3) i {
        color: #fff;
    }

    #c-side-pop .c-list li:nth-of-type(3) a {
        border-radius: 100%;
    }

    #c-side-pop .c-list li:nth-of-type(3) a::before {
        display: none;
    }

    #c-side-pop .c-list li:nth-of-type(3) a > img {
        width: 18px;
        margin: 0;
    }
}

#c-side-pop .c-list li:first-child .c-wrap::before {
    border: 0;
}

#c-side-pop .c-list li .c-wrap {
    display: block;
    position: relative;
    text-align: center;
    color: #666;
    cursor: pointer;
    border-radius: 100px;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#c-side-pop .c-list li .c-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    left: 50%;
    border-top: 1px solid #e1e4e5;
    transform: translateX(-50%);
}

#c-side-pop .c-list li .c-wrap > img,
#c-side-pop .c-list li .c-wrap svg {
    margin: 15px 0;
    width: 22px;
}

@media (max-width: 991px) {
    #c-side-pop .c-list li .c-wrap > img,
    #c-side-pop .c-list li .c-wrap svg {
        margin: 0;
    }
}

#c-side-pop .c-list li .c-wrap > img path,
#c-side-pop .c-list li .c-wrap svg path {
    fill: #292d34;
    transition: 0.3s all;
}

#c-side-pop .c-list li .c-wrap .c-title {
    font-weight: bold;
}

#c-side-pop .c-list li .c-wrap .c-box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 100%;
    padding: 20px;
    height: 80px;
    margin-right: 10px;
    text-align: left;
    border-radius: 5px;
    background-color: #fff;
    display: none;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

#c-side-pop .c-list li .c-wrap .c-box .c-phone {
    font-weight: bold;
    color: #131313;
}

#c-side-pop .c-list li .c-wrap .c-img {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;
    width: 120px;
    background-color: #fff;
    transform: translateY(-50%);
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#c-side-pop .c-list li .c-wrap .c-img img {
    width: 100%;
}

#c-side-pop .c-list li .c-wrap:hover .c-box {
    display: flex;
}

#c-side-pop .c-list li .c-wrap:hover .c-img {
    display: block;
}

#c-side-pop .c-list li .c-wrap.font16 {
    padding: 15px;
    color: #292d34;
    width: 20px;
    border-radius: 25px;
    text-align: center;
    line-height: 1.2;
    transition: 0.3s all;
    box-sizing: content-box;
}

.icon-weixin:before {
    content: "\e603";
}

.icon-weibo:before {
    content: "\e619";
}

.icon-youxiang4:before {
    content: "\e610";
}

.icon-daohangdizhi:before {
    content: "\e613";
}

.icon-fuwu2:before {
    content: "\e645";
}

.icon-24gl-phone24h:before {
    content: "\e94b";
}

.qqtb:before {
    content: "\e605";
}

.icon-erweima2:before {
    content: "\e856";
}


.iconfont {
    font-family: "iconfonta2" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "iconfonta2"; /* Project id 4265301 */
    src: url('../font/iconfonta2.woff2') format('woff2'),
    url('../font/iconfonta2.woff') format('woff'),
    url('../font/iconfonta2.ttf') format('truetype');
}



/*分页*/
.fenye {padding: 50px 0;text-align: center;overflow: hidden;clear: both;width: 100%;}
.fenye a, .fenye span {zoom: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 15px;
    font-size: 14px;
    color: #666;
    background: #fff;
    margin-bottom: 4px;
    margin-right: 3px;
    border: 1px solid #ddd;}
.fenye a:hover, .fenye .page-num-current {    background: #e62129;
    color: #fff;
    border: 1px solid #e62129;
    transition: all 0.8s !important;}