@charset "UTF-8";

.page-body-wrapper {
    position: relative;
    width: 100%;
    min-width: 1000px;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
}
/* 页面banner 部分*/
.page-banner {
    width: 1000px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}
.full-text-search-wrapper {
    position: absolute;
    height: 36px;
    width: 329px;
    left: 300px;
    top: 20px;
    /*border: 1px solid red;*/
}
.full-text-search-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
    padding: 0;
}
.full-text-search-input {
    position: relative;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: width .3s ease;
    width: 100%;
    height: 100%;
    padding: 0px 36px 0px 16px;
    border-radius: 18px;
    border: none;
    background-color: #f2f2f2;
    outline-offset: -2px;
    -webkit-appearance: none;
    overflow: visible;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 1px;
    z-index: 10;
}
.full-text-search-input.active {
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.full-text-search-btn-wrapper {
    content: url(../images/svg/magnifier.svg);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    font-size: 16px;
    top: 50%;
    right: 16px;
    line-height: 0;
    color: #969696;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    z-index: 10;
}
.full-text-search-candidate-wrapper {
    position: absolute;
    top: -6px;
    left: -6px;
    height: 380px;
    width: 104%;
    /*border: 1px solid #f2f2f2;*/
    border: 2px solid #4E6EF2!important;
    background: #fff;
    border-radius: 18px;
    padding-top: 40px;
    visibility: hidden;
    z-index: 8;
}
.full-text-search-candidate-title-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*background-color: #3083c7;*/
    height: 27px;
    color: #626675;
    font-size: 11px;
    line-height: 25px;
    white-space: nowrap;
    vertical-align: inherit;
    font-weight: bold;
    opacity: 0.95;
    letter-spacing: 1px;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #e4e6e8;
    z-index: 8;
}
.desc-in-full-text-search-candidate {
    width: 100%;
    padding-left: 10px;
    /*color: #9fa6ad;*/
    visibility: hidden;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.more-in-full-text-search-candidate {
    position: relative;
    display: block;
    outline: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    width: 90px;
    box-sizing: border-box;
    visibility: hidden;
}
.full-text-search-candidate-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.full-text-search-candidate-product-list {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    cursor: default;
    /*-webkit-user-select: none;*/
}
.full-text-search-candidate-product-list li{
    position: relative;
    font-size: 12px;
    line-height: 26px;
    color: #626675;
    flex: auto;
    align-items: center;
    word-break: break-word;
    flex-direction: column;
    min-width: 0;
    max-height: none;
    padding: 2px 8px 2px 10px;
}
.full-text-search-candidate-product-list li.separator{

    border-top: 1px solid #e4e6e8;;
    border-bottom: 1px solid #e4e6e8;
    color: #333333;
    font-size: 14px;
}
.full-text-search-candidate-product-list li a {
    color: inherit;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.full-text-search-candidate-product-list li a:hover {
    color: #4E6EF2;
}
.more-in-full-text-search-candidate-list {
    /*display: block;*/
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    padding: 0 10px;
    cursor: pointer;
    outline: none;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 0;
    padding-right: 0;
    color: #666666;
}
.more-in-full-text-search-candidate-list i {
    margin-left: 2px;
}
.full-text-search-candidate-product-list li span {
    margin-right: 10px;
}
.series-in-full-text-search-candidate-product-item {
    font-weight: bold;
    font-size: 12px;
}
.article-type-in-full-text-search-candidate-list {
    font-weight: normal;
    font-size: 12px;
}
.phone-in-banner-wrapper {
    position: absolute;
    height: 30px;
    width: 500px;
    left: 654px;
    top: 24px;
    z-index: 9;
}

.phone-in-banner-wrapper a {
    display: block;
    padding-left: 18px;
    margin-top: 10px;
    color: #1274ce;
    font-size: 14px;
    margin-left: 5px;
    font-family: 'Microsoft YaHei';
    pointer-events: none;
}
.phone-in-banner-wrapper .phone-icon {
    position: relative;
    left: -5px;
    margin-left: -18px;
    display: inline-block;
    width: 12px;
    vertical-align: top;
}
.simple-phone-svg {
    content: url(../images/svg/simple-phone.svg);
}
.iphone-svg {
    content: url(../images/svg/iphone.svg);
}
.phone-in-banner-wrapper .phone-number-title {
    white-space: pre;
}
.menu-in-banner-wrapper{
    position: absolute;
    height: 86px;
    width: 650px;
    left: 281px;
    top: 33px;
    z-index: 4;
}
.nav-wrapper {
    overflow: visible;
    height: 100%;
    box-sizing: content-box;
}
.menu-nav {
    margin: 0;
    padding: 0;
    width: 850px;
    height: 86px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 rgb(0 0 0);
}
.menu-nav-inner {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    box-sizing: content-box;
    height: 86px;
    line-height: 94px;
    /* width: 12.5%; */
    display: inline-block;
    padding-right: 20px;
}
.menu-nav-item {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    line-height: inherit;
    box-sizing: content-box;
    margin-top: 4px;
}
.menu-nav-text-default {
    color: #1274ce;
}
/* .menu-nav-seperator:after{
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
} */
.menu-nav a:hover {
    color: #1274ce;
}
.menu-nav a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    display: block;
    height: 100%;
    color: #999999;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: content-box;
}
.menu-nav-text {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    box-sizing: content-box;
    line-height: 16px;
    color: #000000;
}
.menu-nav-text:hover{
    color: red;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}
.menu-nav-text.highlight {
    font-size: 19px;
    font-weight: bold;
    color: red;
}
.logo-in-banner-wrapper {
    position: absolute;
    height: 100px;
    width: 207px;
    left: 0px;
    top: 0px;
    z-index: 8;
    text-align: center;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 0px;
    opacity: 1;
    box-shadow: 0 0 0 transparent;
    box-sizing: border-box;
    overflow: hidden;
}
.logo-in-banner-wrapper a{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.logo-in-banner-wrapper img {
    /*width: 166.6667px;*/
    height: 114px;
    width: auto;
    border: 0;
}




/* 首页content 部分 */
.page-content-wrapper {
    position: relative;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
}

.page-content-layout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.page-content-impl-wrapper {
    min-width: 1000px;
    position: relative;
    background-position: 0 0;
}

.page-content-impl-container {
    min-height: 400px;
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
}

.theSection1 {
    display: block;
    position: relative;
    width: 100vw;
    height: 290px;
}
.theSection {
    display: block;
    position: relative;
    width: 100vw;
    height: 290px;
}
.theSection1 ul img{
    width: 100vw;
}
.theSection ul {
    position: absolute;
    display: flex;
    /* 动画效果循环轮播10s一次 */
    animation: theMove 25s infinite;
}
.theSection ul li img {
    width: 100vw;
}
@keyframes theMove {
    0% {
        left: 0%;
    }

    15% {
        left: 0%;
    }

    20% {
        left: -100%;
    }

    35% {
        left: -100%;
    }

    40% {
        left: -200%;
    }

    55% {
        left: -200%;
    }

    60% {
        left: -300%;
    }

    75% {
        left: -300%;
    }

    80% {
        left: -400%;
    }

    100% {
        left: -400%;
    }
}



.slide-area-in-container {
    display: block;
    position: relative;
    /*width: 100%;*/
    /*padding-top: 31.84%;*/
    /*margin-top: -31.84%;*/
    width: 100vw;
    height: 25vw;
    /* z-index: 2; */
}
.carousel-indicators {
    bottom: 13px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #222; 
    border-radius: 50%;
}
.carousel-indicators .active {
    border: 1px solid #ff7474; 
}
.carousel-inner {
    position: relative;
    height: 100%;
    width: 100%;
}
.slide-in-container {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.slide-in-container.slide1 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_01.jpg');
}
.slide-in-container.slide2 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_02.jpg');
}
.slide-in-container.slide3 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_03.jpg');
}
.slide-in-container.slide4 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_04.jpg');
}
.slide-in-container.slide5 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_05.jpg');
}
.slide-in-container.slide6 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_06.jpg');
}
.slide-in-container.slide7 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_07.jpg');
}
.image-wrapper-in-slide-1 {
    position: absolute;
    height: 55%;
    width: 36%;
    left: 26%;
    top: 37.5%;
    opacity: 1;
    display: block;
    animation: flyFromLeft 2s linear;
    display: block;
 }
 .slide-area-in-container-group01 {
    display: block;
    position: relative;
    /*width: 100%;*/
    /*padding-top: 31.84%;*/
    /*margin-top: -31.84%;*/
    width: 100vw;
    height: 290px;
    /* z-index: 2; */
}
 .slide-in-container-group01 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.slide-in-container-group01.slide1 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_group01_01.jpg');
}
.slide-in-container-group01.slide2 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_group01_02.jpg');
}
.slide-in-container-group01.slide3 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_group01_03.jpg');
}
.slide-in-container-group01.slide4 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_group01_04.jpg');
}
.slide-in-container-group01.slide5 {
    background-image: url('http://www.wcjx.net:8080/newsite-banner/banner_group01_05.jpg');
}
 .product-img-in-slide {
    vertical-align: middle;
    height: 100%;
    width: auto;
    /* z-index: 1; */
}
.product-img-in-slide-1 {
    vertical-align: middle;
    height: 100%;
    width: auto;
    /* z-index: 1; */
}
.text-1-wrapper-in-slide-1 {
    position: absolute;
    width: 62.4%;
    left: 42%;
    top: 9%;
    /* z-index: 5; */
    opacity: 1;
    animation: flyFromRight 2s linear;
}
.text-1-in-slide-1{
    font-size: 2.625vw;
    font-weight: bold;
    height: 100%;
    overflow-wrap: break-word;
    /* z-index: 1; */
    letter-spacing: 1px;
}
.text-1-in-slide-1.slide1{
    color: #fff;
}
.text-2-wrapper-in-slide-1 {
    position: absolute;
    height: 11.75%;
    left: 45%;
    top: 25%;
    opacity: 1;
    overflow: hidden;
    animation: flyFromTop 2s linear;
}
.text-2-in-slide-1 {
    height: 100%;
    overflow-wrap: break-word;
    color: rgb(255, 221, 54);
    z-index: 1;
    font-size: 2vw;
    font-weight: bold;
}
.text-3-wrapper-in-slide-1 {
    position: absolute;
    left: 45%;
    top: 37.5%;
    opacity: 1;
    overflow: visible;
    animation: flyFromBottom 2s linear;
}
.text-3-in-slide-1 {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    background-color: transparent;
}
.button-in-slide {
    width: 100%;
    line-height: 181%;
    display: inline-block;
    margin: 0;
    padding: 4px 7px;
    outline: none;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.5vw;
    font-weight: bold;
    color: #f6f8fa;
    font-style: normal;
    vertical-align: top;
}
.color-font-in-button {
    color: #ffa500;
    padding-right: 2px;
}
.text-4-wrapper-in-slide-1 {
    left: 58%;
}
.image-wrapper-in-slide-2 {
    position: absolute;
    height: 46.8%;
    width: 36%;
    left: 63.8%;
    top: 39%;
    opacity: 1;
    display: block;
    animation: flyFromRight 2s linear;
    display: block;
 }
.product-img-in-slide-2 {
    vertical-align: middle;
    height: 100%;
    width: auto;
    /* z-index: 1; */
}
.text-1-wrapper-in-slide-2 {
    position: absolute;
    width: 56%;
    left: 28.5%;
    top: 10%;
    animation: flyFromTop 2s linear;
}
.text-1-in-slide-2{
    font-size: 2.625vw;
    font-weight: bold;
    height: 100%;
    overflow-wrap: break-word;
    letter-spacing: 1px;
}
.text-2-wrapper-in-slide-2 {
    position: absolute;
    height: 11.75%;
    left: 32.5%;
    top: 27%;
    opacity: 1;
    overflow: hidden;
    animation: flyFromLeft 2s linear;
}
.text-2-in-slide-2 {
    height: 100%;
    overflow-wrap: break-word;
    color: #000;
    font-size: 1.75vw;
    letter-spacing: 1px;
}
.text-3-wrapper-in-slide-2 {
    position: absolute;
    left: 33%;
    top: 37.5%;
    opacity: 1;
    overflow: visible;
    animation: flyFromBottom 1.8s linear;
}
.text-3-in-slide-2 {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    background-color: transparent;
}
.text-4-wrapper-in-slide-2 {
    left: 46%;
}

.button-in-slide-2 {
    border-top: 2px solid #1274ce;
    border-right: 2px solid #1274ce;
    border-bottom: 2px solid #1274ce;
    border-left: 2px solid #1274ce;
    background-color: rgb(18, 116, 206);
    font-size: 1.25vw;
    letter-spacing: 1px;
    padding: 4px 10px;
}
.carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
  }
@keyframes flyFromLeft {
    0%   { 
    transform: translateX(-150%); 		
    }
    100% { 
    transform: translateX(0%); 
    }
}
@keyframes flyFromRight {
    0%   { 
    transform: translateX(100%); 		
    }
    100% { 
    transform: translateX(0%); 
    }
}
@keyframes flyFromTop {
    0%{
        margin-top:-100px;
        opacity: 0;
    }
    100%{
        margin-top:0;
        opacity: 1;
    }
}
@keyframes flyFromBottom {
    0%{
        margin-top:100px;
        opacity: 0;
    }
    100%{
        margin-top:0;
        opacity: 1;
    }
}


.product-gallery-in-container {
    /*height: 347px;*/
    width: 100%;
    z-index: 10;
    margin-top: 80px;
    display: block;
    position: relative;
}
.product-gallery-wrapper-in-container{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 0 0 0 rgb(0 0 0);
}
.product-types-container {
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 0;
    position: relative;
    background-size: auto;
    border-top-width: 0;
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ff00ff;
    border-bottom-color: #ff00ff;
    text-align: left;
    overflow: visible;
}
.product-type-menu {
    box-sizing: content-box;
    width: 152px;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 12;
    color: #ffffff;
    background-color: rgb(18, 116, 206);
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: auto;
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    cursor: pointer;
}
.product-type-menu:hover {
    background-color: rgb(248, 208, 0);
    color: #444444;
}
.product-type-menu-active{
    background-color: rgb(248, 208, 0);
    color: #444444;
}

.product-type-menu a{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    border-right-color: transparent;
    margin: 0;
    padding: 0 18px;
    position: relative;
    z-index: 10;
    height: 100%;
    display: inline-block;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
}

.product-type-container {
    position: relative;
    height: 480px;
    margin-top: 16px;
}
.product-type-large-image-container {
    position: absolute;
    height: 468px;
    width: 490px;
    left: 0;
    top: 21px;
    z-index: 5;
    opacity: 1;
    overflow: hidden;
}
.product-type-large-image-container a {
    z-index: 1;
    height: 100%;
    display: block;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    text-decoration: none;
    outline: none;
    border-top-width: 0;
    border-top-color: transparent;
    border-top-style: none;
    border-bottom-color: transparent;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-right-width: 0;
    border-right-color: transparent;
    border-right-style: none;
    border-left-color: transparent;
    border-left-style: none;
    border-left-width: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    color: -webkit-link;
    cursor: pointer;
}
.product-type-large-image-container-wrapper {
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 490px;
    min-width: 100px;
    height: 380px;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    /*background-color: rgb(18, 116, 206);*/
    background-color: transparent;
}
.product-type-large-image-container-wrapper img {
    width: 100%;
    height: 100%;
    min-width: 100px;
    object-fit: scale-down;
    margin-left: -5px;
    z-index: 1;
    border: none;
    vertical-align: middle;
}
.product-type-large-image-description-container {
    padding: 0 10px 10px 10px;
    margin: 0;
    z-index: 1;
}
.product-type-large-image-description-text-1 {
    z-index: 1;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #116ebd;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    display: block;
}
.product-type-large-image-description-text-2 {
    z-index: 1;height: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
}

.product-type-horizon-line-wrapper {
    position: absolute;
    height: 20px;
    width: 50px;
    left: 464px;
    top: 44px;
    z-index: 12;
    opacity: 1;
}
.product-type-horizon-line{
    overflow: visible;
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    font-size: 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #f7d93e;
    box-shadow: 0 0 0 transparent;
}
.product-type-title-wrapper {
    position: absolute;
    height: 32px;
    width: 300px;
    left: 528px;
    top: 15px;
    z-index: 6;
    opacity: 1;
}
.product-type-title {
    font-size: 24px;
    height: 100%;
    word-wrap: break-word;
    color: #1374cf;
    font-family: "Microsoft YaHei";
}
.product-type-company-name-wrapper {
    position: absolute;
    height: 26px;
    width: 600px;
    left: 531px;
    top: 49px;
    z-index: 14;
    opacity: 1;
}
.product-type-company-name {
    height: 100%;
    word-wrap: break-word;
    letter-spacing: 8px;
    color: #bfbfbf;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}
.product-type-gallery-wrapper {
    position: absolute;
    height: 432px;
    width: 475px;
    left: 529px;
    top: 71px;
    z-index: 16;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: -15px;
    padding: 0;
    list-style: none outside none;
}
.product-type-gallery-item {
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    width: 220px;
    min-width: 100px;
    height: 189px;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    border-top-width: 1px;
    border-top-color: #f5f5f5;
    border-top-style: solid;
    border-bottom-color: #f5f5f5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-right-color: #f5f5f5;
    border-right-style: solid;
    border-left-color: #f5f5f5;
    border-left-style: solid;
    border-left-width: 1px;
    list-style: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.product-type-gallery-item a {
    width: 100%;
    height: 100%;
    display: block;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    text-decoration: none;
    outline: none;
    position: relative;
}
.product-type-gallery-item img {
    position: absolute;
    /*width: 220px;*/
    /*height: auto;*/
    width: 100%;
    height: 100%;
    min-width: 100px;
    object-fit: scale-down;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border: none;
    vertical-align: middle;
    cursor: pointer;
}
.animatedImgItem {
    animation-name: example;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
}
@keyframes example {
    from {margin-top: 10px;}
    to {margin-top: 0%;}
}

.company-advantage-in-container {
    /*position: absolute;*/
    display: block;
    position: relative;
    height: 583px;
    width: 100%;
    left: 0px;
    margin-top: 90px;
    /*top: 1345px;*/
    z-index: 0;
    background-color: transparent;
    background-image: url(../images/company-advantange-background.jpg);
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
}
.company-advantage-wrapper-in-container{
    height: 100%;
    width: 1000px;
    margin: 0 auto;
    left: 0px;
    top: 0;
    z-index: 1;
    position: relative;
}
.company-advantage-item-wrapper {
    position: absolute;
    z-index: 3;
    opacity: 1;
    border-right: 1px solid #525973;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;

    height: 70px;
    width: 250px;
    top: 41px;
}
.company-advantage-1-wrapper {
    left: 1px;
}

.company-advantage-item-container{
    word-wrap: break-word;
    overflow: hidden;
    position: absolute;
    height: 51px;
    width: 251px;
    left: -2px;
    top: 13px;
    z-index: 2;
}
.company-advantange-number {
    text-align: center;
}
.company-advantange-number span{
    font-size: 24px;
    font-family: Arial,Helvetica,sans-serif;
    color: #43a5ff;
    font-weight: bold;
    text-align: center;
    height: 100%;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased!important;
    -webkit-text-size-adjust: 100%;
}
.company-advantange-text {
    text-align: center;
    font-size: 14px;
}
.company-advantange-text span {
    line-height: 2;
    text-align: center;
    word-wrap: break-word;
    color: #ffffff;
    font-weight: bold;
}
.company-advantage-2-wrapper {
    left: 250px;
}
.company-advantage-3-wrapper {
    left: 499px;
}
.company-advantage-4-wrapper {
    left: 749px;
}
.line-wrapper-in-company-advantage-in-container {
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 134px;
    z-index: 20;
    background-color: rgb(83, 90, 115);
    background-image: none;
    background-repeat: repeat;
    background-position: left top;
}
.company-advantage-detail-1-wrapper{
    position: absolute;
    height: 130px;
    width: 400px;
    left: 1px;
    top: 200px;
    z-index: 4;
    opacity: 1;
}
.company-advantage-detail-item-container {
    overflow: visible;
    position: relative;
    width: 100%;
    height: 100%;
}
.company-advantage-detail-icon-wrapper {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 1px;
    top: 1px;
    z-index: 2;
}
.company-advantage-detail-icon-wrapper a{
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
}
.company-advantage-detail-icon-wrapper img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.company-advantage-detail-title-wrapper {
    position: absolute;
    height: 26px;
    width: 252px;
    left: 60px;
    top: 13px;
    z-index: 3;
    overflow: hidden;
}
.company-advantage-detail-title-wrapper span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    letter-spacing: 5px;
    word-wrap: break-word;
}
.company-advantage-detail-description-wrapper {
    position: absolute;
    height: 68px;
    width: 400px;
    left: 0px;
    top: 51px;
    z-index: 4;
    overflow: hidden;
}
.company-advantage-detail-description-wrapper span {
    font-family: "Microsoft YaHei";
    line-height: 1.75;
    font-size: 14px;
    color: #ffffff;
    word-wrap: break-word;
}
.company-advantage-detail-2-wrapper{
    position: absolute;
    height: 130px;
    width: 400px;
    left: 599px;
    top: 200px;
    z-index: 4;
    opacity: 1;
}
.company-advantage-detail-3-wrapper{
    position: absolute;
    height: 130px;
    width: 400px;
    left: 0px;
    top: 380px;
    z-index: 4;
    opacity: 1;
}
.company-advantage-detail-4-wrapper{
    position: absolute;
    height: 130px;
    width: 400px;
    left: 600px;
    top: 380px;
    z-index: 4;
    opacity: 1;
}

.case-in-container {
    position: relative;
    display: block;
    /*position: absolute;*/
    height: 478px;
    width: 100%;
    /*top: 1984px;*/
    margin-top: 65px;
    z-index: 19;
    opacity: 1;
}
.case-wrapper-in-container {
    height: 100%;
    width: 1000px;
    margin: 0 auto;
    left: 0px;
    top: 0;
    z-index: 1;
    position: relative;
    overflow: visible;
}
.case-title-1-in-container,.about-title-1-in-container {
    height: 33px;
    left: 0px;
    top: 7px;
    z-index: 2;
    position: absolute;
    overflow: hidden;
    word-wrap: break-word;
    color: #f8d000;
    font-size: 24px;
    font-family: "Microsoft YaHei";
}
.case-title-1-layout-in-container{
    width: 63px;
}
.about-title-1-layout-in-container{
    width: 230px;
}
.case-title-2-in-container,.about-title-2-in-container {
    height: 30px;
    width: 360px;
    top: 6px;
    z-index: 3;
    position: absolute;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 24px;
    color: #000000;
    font-family: "Microsoft YaHei";
}
.case-title-2-layout-in-container{
    left: 73px;
}
.about-title-2-layout-in-container{
    left: 232px;
}
.case-title-3-in-container,.about-title-3-in-container {
    height: 20px;
    width: 46px;
    left: -3px;
    top: 35px;
    z-index: 12;
    opacity: 1;
    position: absolute;
    overflow: visible;
}
.line-in-case-title-3,.line-in-about-title-3 {
    position: absolute;
    top: 50%;
    display: block;
    margin: -1.5px 0 0 0;
    padding: 0;
    width: 46px;
    height: 1px;
    font-size: 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #f7d93e;
    box-shadow: 0 0 0 transparent;
}
.case-title-4-in-container,.about-title-4-in-container {
    height: 16px;
    width: 460px;
    left: 51px;
    top: 41px;
    z-index: 13;
    position: absolute;
    overflow: hidden;
    word-wrap: break-word;
    color: #bfbfbf;
    letter-spacing: 12px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}
.case-content-in-container {
    position: absolute;
    height: 399px;
    width: 999px;
    left: 0;
    top: 80px;
    z-index: 36;
}
.case-content-wrapper-in-container {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    z-index: 1 !important;
}
.slide-wrapper-in-case-content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 999px;
    height: 399px;
}
.slide-group-in-case-content {
    position: absolute;
    padding: 0;
    cursor: default;
    overflow: hidden;
    height: 394px;
    width: 1030px;
    top: 2px;
    z-index: 5;
    margin: 0 0 0 -20px;
    zoom: 1;
    list-style: none outside none;
}
.slide-group-active-in-case-content {
    left: -1px;
    visibility: visible;
}
.slide-group-inactive-in-case-content {
    left: 1030px;
    visibility: visible;
}
.slide-in-group-in-case-content {
    z-index: 1;
    padding: 0;
    margin: 0 0 20px 20px;
    display: inline-block;
    float: left;
    overflow: hidden;
    list-style: none;
}
.slide-in-group-in-case-content a{
    padding: 5px;
    margin: 0;
    width: 480px;
    min-width: 100px;
    height: auto;
    display: block;
    overflow: hidden;
    z-index: 1;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    text-decoration: none;
    text-align: center;
    color: #666666;
}
.slide-in-group-in-case-content a:hover{
    background-color: rgb(18, 116, 206);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    cursor: pointer;
    color: white;

}
.about-title-in-container {
    position: absolute;
    height: 68px;
    width: 999px;
    left: 0px;
    top: 2491px;
    z-index: 19;
    opacity: 1;
}
.slide-img-wrapper-in-case-content {
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 470px;
    min-width: 100px;
    height: 320px;
    vertical-align: top;
    overflow: hidden;
    border-right: 1px #9c9aa0 dashed;
}
.slide-img-in-case-content {
    z-index: 1;
    width: 480px;
    height: auto;
    margin-top: -10.6667px;
    min-width: 100px;
    object-fit: cover;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border: none;
}
.slide-img-desc-wrapper-in-case-content {
    padding: 0;
    margin: 0;
    z-index: 1;
}
.slide-img-desc-wrapper-in-case-content h5{
    z-index: 1;
    margin: 0;
    margin-top: 8px;
    padding: 0;
    line-height: 38px;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    /*color: #666666;*/
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
    transition: color 200ms linear;
}
.slide-img-desc-in-case-content {
    height: 12px;
    z-index: 1;
    margin: 0;
    margin-bottom: 5px;
    line-height: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 12px;
    /*color: #666666;*/
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.slide-img-desc-in-case:hover{
    color: white;
}
.arrow-in-slide-wrapper-in-case-content {
    position: absolute;
    display: block;
    top: 150px;
    /* width: 18px; */
    /* height: 18px; */
    visibility: visible;
    margin: 0;
    padding: 21px 0px;
    background-color: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}
.arrow-in-slide-wrapper-in-case-content span {
    font-size: 18px;
    opacity: .8;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: url(../images/svg/left-arrow-64.svg);
}
.arrow-1-in-slide-wrapper-in-case-content {
    left: 0px;
}
.arrow-1-in-slide-wrapper-in-case-content span {
    content: url(../images/svg/left-arrow-64.svg);
}
.arrow-2-in-slide-wrapper-in-case-content {
    right: 10px;
}
.arrow-2-in-slide-wrapper-in-case-content span {
    content: url(../images/svg/right-arrow-25.svg);
}


.about-in-container {
    /*position: absolute;*/
    position: relative;
    display: block;
    height: 695px;
    width: 100%;
    /*top: 2500px;*/
    margin-top: 42px;
    z-index: 19;
    opacity: 1;
}
.about-wrapper-in-container {
    height: 100%;
    width: 1000px;
    margin: 0 auto;
    left: 0px;
    top: 0;
    z-index: 1;
    position: relative;
    overflow: visible;
}
.about-large-img-wrapper-in-container {
    position: absolute;
    height: 550px;
    width: 100%;
    padding: 1px;
    left: 0;
    top: 60px;
    z-index: 1;
    opacity: 1;
    text-align: center;
}
.about-large-img-wrapper-in-container img {
    width: 790px;
    height: auto;
    overflow: visible;
}
/*
.about-content-up-left-wrapper-in-container {
    position: absolute;
    height: 350px;
    width: 500px;
    left: 0px;
    top: 80px;
    z-index: 21;
    opacity: 1;
    background: red;
}

.about-content-up-right-wrapper-in-container {
    position: absolute;
    height: 500px;
    width: 440px;
    left: 560px;
    top: 80px;
    z-index: 21;
    opacity: 1;
    background: chocolate;
}

.about-content-down-left-1-wrapper-in-container {
    position: absolute;
    height: 34px;
    width: 500px;
    left: 0px;
    top: 472px;
    z-index: 22;
    opacity: 1;
    background: chocolate;
}

.about-content-down-left-2-wrapper-in-container {
    position: absolute;
    height: 74px;
    width: 351px;
    left: 75px;
    top: 517px;
    z-index: 23;
    opacity: 1;
    background: chocolate;
}

.about-content-above-wrapper-in-container {
    position: absolute;
    height: 235px;
    width: 602px;
    left: 199px;
    top: 132px;
    z-index: 24;
    opacity: 1;
    background: chocolate;
}
*/


.news-in-container {
    /*position: absolute;*/
    position: relative;
    display: block;
    height: 380px;
    width: 100%;
    left: 0px;
    /*top: 3465px;*/
    margin-top: 32px;
    z-index: 1;
    /*background-color: rgb(237, 241, 244);*/
    background-image: none;
    background-position: left top;
    background-repeat: repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    border-top: 1px solid rgb(237, 241, 244);
}
.news-wrapper-in-container {
    height: 100%;
    width: 1000px;
    margin: 0 auto;
    left: 0px;
    top: 0;
    z-index: 2;
    position: relative;
    overflow: visible;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: left top;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    margin: 0 auto;
}
.left-large-img-wrapper-in-news-wrapper {
    position: absolute;
    height: 261px;
    width: 301px;
    left: -1px;
    top: 60px;
    z-index: 2;
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    overflow: visible;
}
.left-large-img-wrapper-in-news-wrapper a {
    width: 100%;
    height: 100%;
    position: relative;
}
.left-large-img-wrapper-in-news-wrapper a img {
    max-width: 100%;
    max-height: 100%;
}
.news-techdoc-area-title-container {
    position: absolute;
    height: 38px;
    width: 320px;
    top: 58px;
    z-index: 8;
    opacity: 1;

    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: rgb(230, 235, 239);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none,none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
.news-title-container {
    left: 330px;
}
.news-title-wrapper-in-container {
    overflow: visible;
    width: 100%;
    height: 100%;
    position: relative;
}
.text-in-news-title-wrapper {
    position: absolute;
    height: 17px;
    /*width: 117px;*/
    left: 14px;
    top: 12px;
    z-index: 2;
    word-wrap: break-word;
}
.text-wrapper-in-news-title {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    height: 100%;
    width: 100%;
    word-wrap: break-word;
    position: relative;
}
.text-1-in-news-title {
    color: #1274ce;
    word-wrap: break-word;
}
.text-2-in-news-title {
    color: #c4c4c4;
    word-wrap: break-word;
    margin-left: -4px;
}
.more-button-in-news-title-wrapper {
    position: absolute;
    height: 20px;
    width: 42px;
    left: 266px;
    top: 11px;
    z-index: 27;
    overflow: visible;
}
.more-button-in-news-title-wrapper a {
    width: 41px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-top: 1px none #3099DD;
    border-right: 1px none #3099DD;
    border-bottom: 1px none #3099DD;
    border-left: 0px none #3099DD;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-color: rgb(219, 194, 67);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background-size: auto;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    outline: none;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.more-button-in-news-title-wrapper a span{
    display: inline-block;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.news-list-container {
    position: absolute;
    height: 218px;
    width: 321px;
    left: 332px;
    top: 101px;
    z-index: 28;
    opacity: 1;
}
.news-list-wrapper-in-container {
    overflow: visible;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-item-wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 38px;
    line-height: 38px;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #CCC;
    text-align: left;
}
.news-item-date {
    padding: 0 5px 0 10px;
    margin: 0;
    float: right;
    color: #BBB;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 38px;
    text-align: left;
}
.news-item-text-wrapper {
    margin-left: 0 !important;
    padding: 0 !important;
    zoom: 1;
    overflow: hidden;
    position: relative;
    height: 38px;
    line-height: 38px;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #CCC;
    text-align: left;
}
.news-item-text-wrapper:before {
    content: "";
    display: table;
}
.news-item-text-wrapper a {
    padding: 0;
    margin-left: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
    outline: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: transparent;
}
.techdoc-title-container {
    left: 679px;
}
.techdoc-list-container {
    position: absolute;
    height: 218px;
    width: 321px;
    left: 679px;
    top: 101px;
    z-index: 28;
    opacity: 1;
}


.page-footer-wrapper {
    background-color: rgb(24, 24, 24);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    width: 100%;
    min-width: 1000px;
    background-size: auto;
}

.page-footer-container {
    width: 62.5%;
    height: 22vw;
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
}
.bar-codes-container {
    position: absolute;
    height: 32.14%;
    width: 60%;
    left: 69%;
    top: 10.14%;
    z-index: 8;
}
.bar-codes-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    overflow: visible;
}
.bar-code-wrapper {
    width: 23%;
    height: 100%;
    padding: 0 0 0 0;
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    overflow: visible;
    top: 0;
    left: 0;
    text-align: center;
}
.bar-code-wrapper img {
    width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}
.bar-code-wrapper-1 img {
    top: 0;
    left: 0;
    width: 60%;
    height: auto;
}
.shop-link-container {
    position: absolute;
    height: 15%;
    width: 30%;
    left: 72%;
    top: 52%;
    z-index: 8;
}
.shop-link-container-1 {
    top: 67%;
}
.shop-link-container-3 {
    top: 82%;
}
.shop-link-container-2 {
    left: 100%;
}
.shop-link-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
    padding-left: 20px;
}
.shop-link-wrapper a {
    padding: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #c6c6c6;
    height:80%;
    line-height: 80%;
    outline: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #ffffff;
    color: #c6c6c6;
    width: 75%;
}
.shopLinkHrefWrapper {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: center;
    overflow: visible;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-around;
}
.shop-link-cart-icon {
    /*left: 15px;*/
    /*top: 20.6%;*/
    /*position: absolute;*/
    height: 52.8%;
    width: auto;
    content: url(../images/svg/shopping-cart.svg);
}
.shop-link-cart-text {
    /*left: 20%;*/
    /*top: 0.8vw;*/
    /*position: absolute;*/
    font-size: 1vw;
    line-height: 1vw;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 2px;
}
.shop-link-cart-icon-arrow {
    /*right: 2%;*/
    /*top: 0.75vw;*/
    /*position: absolute;*/
    height: 1vw;
    width: 1vw;
}
.menu-in-footer-container {
    height: 16%;
    width: 85%;
    left: -7%;
    top: 9.03%;
    z-index: 11;
    position: absolute;
}
.menu-in-footer-wrapper {
    overflow: visible;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: content-box;
}
.menu-list-in-footer {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 85.48%;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.menu-list-item-in-footer {
    height: 100%;
    line-height: 53px;
    /* width: 11.11%; */
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
    position: relative;
    color: #FFFFFF;
}
.menu-list-item-in-footer:after {
    /* content: "/";
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
    font-size: 12px; */
}
.menu-list-item-in-footer a {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    display: block;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #FFFFFF;
    padding-right: 6px;
    padding-left: 6px;
}
.menu-list-item-in-footer a span {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    box-sizing: content-box;
}
.menu-list-item-active-in-footer{
    color: #059FE9;
}
.menu-list-item-product-in-footer {
    height: 100px;
}
.product-list-in-menu-list-in-footer {
    top: 60%;
    width: 100%;
    height: 100%;
    position: absolute;
}
.added-list-in-menu-list-in-footer {
    /* top: 4vw;
    left: -1vw;
    width: 100%;
    height: 100%;
    position: absolute; */
    /* left: -24px; */
    float: right;
    padding-right: 10px;
}
.item-in-product-list-in-menu-list-in-footer{
    margin-bottom: 16px;
    margin-left: 8px;
}
.item-in-product-list-in-menu-list-in-footer a {
    font-family: 'Microsoft YaHei';
    font-size: 0.6vw;;
    height: 0.6vw;;
    line-height: 0.6vw;;
    text-align: left;
    color: #c6c6c6;
    text-decoration: none;
    overflow: visible;
    cursor: pointer;
}
.address-container-in-footer {
    height: 51.61%;
    width: 54%;
    left: 18%;
    top: 29%;
    z-index: 11;
    position: absolute;
}
.address-wrapper-in-container {
    overflow: visible;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: content-box;
}
.address-wrapper-in-container li {
    font-family: 'Microsoft YaHei';
    font-size: 0.6vw;
    height: 0.6vw;
    line-height: 0.6vw;
    margin-bottom: 1vw;
    text-align: left;
    margin-left: 1.25vw;
    color: #FFFFFF;
}
.shu-bei-href {
    text-decoration: none;
    color: #ffffff;
    margin-left: 1.25vw;
}
.chuan-bei-href {
    text-decoration: none;
    color: #ffffff;
}
.chuan-bei-img {
    height: 0.875vw;
    width: 0.875vw;
    margin-top: -2px;
}
.slogan-container-in-footer {
    /*height: auto;*/
    /*width: 100px;*/
    left: -30%;
    top: 12vw;
    z-index: 10;
    position: absolute;
}
.slogan-wrapper-in-container {
    overflow: visible;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: content-box;
    text-align: center;
}
.slogan-wrapper-in-container img {
    height: auto;
    width: 18.75vw;
    z-index: 11;
}
#advInFooter {
    left: 30%;
    bottom: 10px;
    z-index: 10;
    /* position: absolute; */
}
.adv-in-footer-container {
    display: flex;
}
/*  服务浮动条    */
.service-float-area-container {
    height: 305px;
    width: 195px;
    right: 0px;
    bottom: 80px;
    z-index: 100;
    position: fixed!important;;
}
.service-float-area-wrapper-in-container {
    overflow: visible;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: content-box;
    text-align: center;
}
.service-float-bar-wrapper {
    font-family: Tahoma;
    position: absolute;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    list-style: none;
}
#button53kfInFloatBar{
    visibility: hidden;
}
.button-in-float-bar {
    position: relative;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    display: block;
    z-index: 99;
    width: 60px;
    height: 60px;
    background-color: #609EE9;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    border-top-color: #fff;
    border-top-width: 0;
    border-top-style: solid;
    border-right-color: #fff;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-radius: 0;
    text-align: center;
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.button-in-float-bar:hover {
    background: #1e90ff;
}
.img-in-button-in-service-float-bar {
    width: 34px;
    height: 34px;
    top: 13px;
    left: 13px;
    position: absolute;
    z-index: 9999;
}
#button53kf {
    content: url(../images/svg/callcenter.svg);
}
#buttonQR {
    content: url(../images/svg/qr-code.svg);
}
#buttonPhone {
    content: url(../images/svg/phone.svg);
}
#buttonQQ {
    content: url(../images/svg/qq.svg);
}
#buttonTop {
    content: url(../images/svg/up.svg);
}
.list-in-button-in-service-float-bar {
    visibility: hidden;
    margin: 0;
    position: absolute;
    overflow: visible;
    right: 62px;
    top: 0;
    padding: 10px 0;
    background-color: #1e90ff;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    border-top-color: #fff;
    border-top-width: 0;
    border-top-style: solid;
    border-right-color: #fff;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-color: #fff;
    border-left-width: 0;
    border-left-style: solid;
    border-radius: 0px;
    list-style: none;
    white-space: nowrap;
    z-index: 1;

}
.qq-list-in-button {
    width: 200px;
}
.phone-list-in-button {
    width: 200px;
}
.QRCode-list-in-button {
    width: 200px;
}
.Kf53-List-in-button {
    width: 106px;
    text-align: center;
    background: transparent;
    border: none;
}
.item-in-list-wrapper-in-button {
    padding: 0 10px !important;
    line-height: 2.2em;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}
.item-in-list-in-button {
    display: block;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    text-align: center;
}
.item-in-list-in-button:hover {
    background: rgba(0,0,0,0.1);
}
.qr-img-in-button {
    width: 120px;
    height: 120px;
}
.qr-img-tip {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* news相关页面的面包屑 */
.breadcrumb-wrapper-in-news {
    min-height: 35px;
    width: 850px;
    height: 35px;
    position: relative;
    /*margin: auto;*/
}
.breadcrumb-wrapper-in-news span {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    line-height: 34px;
    font-family: 'Microsoft YaHei';
    text-align: left;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
}
.breadcrumb-wrapper-in-news span a {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
    outline: none;
}
.breadcrumb-wrapper-in-news span.delimiter-in-breadcrumb {
    margin: 0 6px;
    font-size: 14px;
}