.container {
    margin: unset;
    padding: unset;
}
.model-body img {max-width: 100%; max-height: 100%;}
.navbar {
    min-height: 40px;
    margin-bottom: unset;
    border: unset;
}
.section {
    width: 100%;
}
#navbar .nav>li>a {
    padding: 10px 12px !important;
}
.navbar-fixed-top{
    position: fixed !important;
    height: 40px;
}
.navbar-nav {
    margin-top: 10px;
    margin-bottom: 11px;
}
.navbar-nav>li>a{
    display: unset;
    line-height: unset;
    font-size: 12px;
    color: #666666;
    height: 17px;
    padding-top: unset;
    padding-bottom: unset;
}
.row {
    margin: unset;
}
#contact-phone {
    font-family: "Arial Black", Arial;
    font-size: 14px;
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: 0;
    height: 14px;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
    float:left;
}
#phone {
    height: 24px;
    background: #333333;
    border-radius: 12px;
    width: 125px;
    line-height: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 12px;
}
#navbar-brand {
    height: 25px;
    line-height: 35px;
    margin-left: 50px;
    margin-top: 8px;
    margin-bottom: 7px;
    padding: unset;
}
.nav>li.active>a{
    color: #333333 !important;
    background-color: unset !important;
    font-family: PingFangSC-Semibold;
}
.nav>li>a:hover{
    background: unset !important;
}
.nav li {
    position: relative;
    color: #666666;
    transition: 0.2s all linear;
    cursor: pointer;
}
.nav li::before {
    content: "";
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    position: absolute;
    border-bottom: 2px solid #333333;
    transform: translate(-50%, 3px);
}
.banner-content-font>p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 25px;
}
.banner_img {
    width: 100%;
}
.copyright{
    left: unset;
    right: unset;
    bottom: 10px;
    font-family: PingFangSC-Regular;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding-top: unset;
    padding-right: unset;
    padding-left: 10px;
    padding-bottom: unset;
}
.slide-in-img {
    padding-top: unset;
    padding-bottom: unset;
    letter-spacing: 0;
    font-size: 14px;
    text-align: center;
    font-family: PingFangSC-Regular;
    color: #FFFFFF;
}
.array {
    padding-top: unset;
    padding-bottom: unset;
    letter-spacing: 0;
    text-align: center;
    bottom: 2px;
}
#page2 .row {
    margin-left: unset;
    margin-right: unset;
}
.page-2-title {
    font-family: Avenir-Heavy;
    font-size: 30px;
    color:#333333;
    text-align: center;
    line-height: 30px;
    margin-top: 50px;
    height: 30px;
}
.page-2-sub-title {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color:#333333;
    text-align: center;
    margin-top: 6px;
    height: 25px;
    letter-spacing: 0;
}
.margin-top-6 {
    margin-top: 6px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-16 {
    margin-top: 16px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-right-120 {
    margin-right: 120px !important;
}
.margin-right-120 {
    margin-right: 120px !important;
}
.product img {
    height: 200px;
    width: 100%;
    text-align: center;
    padding: 20px 40px;
}
.page4-img{
    text-align: center;
    height: 250px;
    width: 250px;
    border-radius: 4px;
    margin-top: 30px;
    background-color: #000000;
    opacity: 0.9;
}

.page5-title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    height: 20px;
    text-align: left;
}
.page5-sub-title {
    font-family: Avenir-Heavy;
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 6px;
    text-align: left;
}
.nav5 {
    margin-top: 0px;
    text-align: left;
}
.nav5 ul {
    list-style-type: none;
}
#nav5 a {
    height: 20px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    color: #666666;
    letter-spacing: 0;
    text-align: left;
    padding: unset  ;
}
#nav5 li {
    display: inline-block;
    margin-top: 18px;
    margin-right: 5px;
    position: relative;
    color: #666666;
    transition: 0.2s all linear;
    cursor: pointer;
    height: 17px;
    border-bottom: 0px solid #333333;
}
#nav5 li::before {
    content: "";
    top: 0;
    width: 0;
    height: 100%;
    position: absolute;
    border-bottom: 2px solid #333333;
}
#nav5 li:hover::before {
    width: 100%;
    top: 40%;
}
#nav5 li.active::before {
    width: 100%;
    top: 40%;
}
#nav5 li:active, #nav5 a:hover {
    color: #333333;
}
.nav>li :hover{
    background: white !important ;
    color: white;
}
.other_product_group_header {
    height: 26px;
}
.other_product_group button{
    font-family: PingFangSC-Regular;
    letter-spacing: 0;
    font-size: 12px;
    background-color: #F3F7F8;
    border-radius: 2px;
    border-color: #ffffff;
    height: 26px;
    padding:5px 8px 4px;
    color: #666666;
    float: left;
    margin-right: 10px;
}
.btn:focus,

.btn:active:focus,

.btn.active:focus,

.btn.focus,

.btn:active.focus,

.btn.active.focus {
    outline: none;
    background-color: #333333;
}
.other_product_group button:active, .other_product_group button:focus, .other_product_group button:hover, .other_product_group button.active{
    background-color: #333333;
    color: #ffffff;
}

.page5-img>img{
    height: 130px;
    width: 130px;
    margin-top: 30px !important;
 }

 .height-32 {
     height: 32px;
 }
 .video-play-btn {
     bottom: 40%;
     padding: unset;
     letter-spacing: 10px;
     position: absolute;
     top:40%;
     left: 40%;
     cursor: pointer;
 }
.about-text {
    left: 50px;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0;
    right: unset;
    bottom: 10px;
    font-family: PingFangSC-Regular;
    padding-top: unset;
    padding-right: unset;
    padding-left: 10px;
    padding-bottom: unset;
}
.about-us-zh {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    top: 50px;
    position: absolute;
    width: 56px;
}
.about-us-en {
    font-family: Avenir-Heavy;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    position: absolute;
    width: 132px;
    top: 76px;
}
.about-line {
    position: absolute;
    width:16px;
    height:2px;
    background-color:#ffffff;
    overflow:hidden;
}
.bottom-170 {
    bottom: 170px
}
.bottom-192 {
    bottom: 192px
}
.bottom-258 {
    bottom: 258px
}
.bottom-216 {
    bottom: 216px
}
.about {
    float: right;
    position: absolute;
    height: 40px;
    text-align: right !important;
    right: 1px !important;
    bottom: 50px !important;
}
.top-line {
    top: 47%;
}
.full-name {
    position: absolute;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    height: 20px;
}
.bottom-line {
    top: 60%;
}
.address {
    position: absolute;
    bottom: 80px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    height: 100px;
}
.address a {color: #FFFFFF;}
.phone {
    top: 70%;
    font-size: 14px;
}
.cell-phone {
    top: 75%;
    font-size: 14px;
}
.website {
    top: 80%;
    font-size: 14px;
}
.email {
    top: 85%;
    font-size: 14px;
}

.height-40 {
    height: 40px !important;
}
.height-98 {
    height: 98px;
}
.height-130 {
    height: 130px;
}
.height-200 {
    height: 200px;
}
.height-530 {
    height: 530px;
}
.text-desc {
    text-align: center;
    margin-top: 10px;
    width: 200px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.p-detail-name {
    width: 98px;
    word-wrap:break-word;
    white-space: unset;
    text-align: left;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
}

.pagination>li>a {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #aaaaaa;
    letter-spacing: 0;
    text-align: center;
    border: unset;
}
.pagination>li>a:focus {
    color: #333333;
    background: unset;
}
.pagination .active a, .pagination .active span {
    color: #333333;
    cursor: default;
}
.pagination .active a:hover {
    color: #333333;
    cursor: default;
    background-color: unset;
}
.pagination a:hover, .pagination .active a, .pagination .active span {
    background-color: unset !important;
    color: #333333 !important;
}
.menu_box{
    position: fixed;
    height: 227px;
    background-repeat: no-repeat;
    z-index: 99999;
    top:30%;
    right:3%;
}
.menu_list{
    width: 100%;
    top: 75px;
}
.menu_list li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    position: relative;
    border: 1px solid transparent;
}
.menu_list li:nth-child(1){
    margin-bottom: 10px;
}
.menu_list li a{
    margin: auto;
    display: block;
    width: 10px ;
    height: 10px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px #aaaaaa;
}
.menu_list li a:hover{
    background-color: #333333;
}
.menu_list .active {
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px #333333;
}
video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#videoModal .modal-dialog {
    margin-top: 60px;
}
#videoModal .modal-header {
    background: #000000;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    height: 48px;
    border-bottom: unset;;
}
#videoModal a.close {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    height: 20px;
    opacity: unset;
    font-weight: unset;
    text-shadow: unset;
    margin-top: unset;
}
#videoModal .modal-body {
    height: 380px;
    background: #000000;
}
#licheng {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
}
.normal-modal-dialog {
    height: 380px !important;
}
.normal-modal-header {
    padding: 11px 30px !important;
}
.normal-modal-title {
    font-family: PingFangSC-Semibold;
    color: #333333;
    letter-spacing: 0;
    font-size: 20px !important;
}
.normal-modal-body {
    height: 330px !important;
    padding: 20px 30px 0 !important;
}
.modal-body>p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 25px;
}
.modal-body img {max-width: 100%; max-height: 100%;}
#modal .modal-close-btn {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    width: 60px;
    height: 22px;
    outline: black;
    border-radius: 13px;
    background: #FFFFFF;
    border: 1px solid #333333;
    line-height: unset;
    opacity: 22px;
    margin-top: 2px;
}
#modal .close {
    font-weight: unset;
}
#modal .zixunTitle {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}
#modal .zixunDate{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}
/* banner detail */
.back-png {
    width: 50px;
    height: 26px;
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
}
.content {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 25px;
}
.detail-img {
    width: 320px;
    height: 200px;
    margin-left: unset;
}
/* product detail*/
.p-img {
    height: 240px;
    width: 100%;
}
.p-title {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
}
.p-used {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 25px;
}
.p-used img {
    max-width: 100%;
}
.p-detail {
    background: #F3F7F8;
    height: 34px;
}
.second-menu .li-click {
    color: white;
}
#p-detail-font{
    height: 34px;
    padding-top: 7px;
}
#p-detail-font .btn-link {
    text-decoration: none;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    outline: none;
}
#p-detail-font .btn-link:hover, #p-detail-font .btn-link-click {
    font-family: PingFangSC-Semibold;
    color: #333333;
}
.p-content {
    max-width: 550px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 25px;
    overflow: hidden;
}
.p-same {
    height: 27px;
    background: #333333;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 25px;
}
.p-nav {
    background: #333333;
}

#p-nav a {
    color: #FFFFFF;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    letter-spacing: 0;
}
.margin-left-25 {
    margin-left: 25px;
}
.margin-left-50 {
    margin-left: 50px;
}
.margin-lr-5 {
    margin: 0 5px;
}
.margin-lr-10 {
    margin: 0 10px;
}
.margin-lr-20 {
    margin: 0 20px;
}
.padding-lr-20 {
    padding: 0 20px;
}
.margin-auto {
    margin:0 auto;
}
#main-nav {
    height: 390px;
}
#main-nav.nav-tabs.nav-stacked > li > a {
    padding: 5px 8px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    border: unset;
    margin-left: 20px;
}
#main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover {
    background: #333333;
}
#main-nav ul:hover{
    background: #333333 !important;
}
#main-nav a {
    background: #333333 !important;
}
#main-nav.nav li::before {
    border-bottom: none;
}
#second-menu li:hover {
    background: #333333 !important;
}
/*定义二级菜单样式*/
.second-menu a {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #AAAAAA;
    letter-spacing: 0;
    margin-left: 30px;
}
.navbar-brand {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
}
.nav-array {
    margin-left: 4px;
    height: 8px;
    width: 6px;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 240px;
    width: 100%;
}
.gallery-thumbs {
    height: 40px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 12px;
}
.gallery-thumbs .swiper-slide {
    width: 40px !important;
    height: 40px !important;
    opacity: 0.4;
}
#thumbs {
    min-width: 240px;
    overflow: hidden;
}
#thumbs [class^="col-md"] {
    padding-right: unset;
    padding-left: unset;
}
#thumbs .swiper-button-prev {
    width: 14px;
    height: 40px;
    margin-top: unset;
    left: unset;
    background-size:100% 100%;
    background-image: url("/statics/images/web/button-pre@2x.png");
}
#thumbs .swiper-button-next {
    width: 14px;
    height: 40px;
    margin-top: unset;
    right: unset;
    background-size:100% 100%;
    background-image: url("/statics/images/web/button-next@2x.png");
}
#thumbs .swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #333333;
    width: 40px !important;
}
#mse {
    flex:auto;
    width: 100% !important;
    height: 100% !important;
}

#videoModal .modal-body {
    padding: unset;
    height: 350px;
}
.col-md-12 {
    padding-left: unset !important;
    padding-right: unset !important;
}
.modal-scroll {
    overflow:scroll;
}
#zixun-title p{
    cursor: pointer;
}
#zixun-title>p:hover {
    font-weight: bold;
}
.xgplayer-progress-played {
    background-image: linear-gradient(-90deg,#07B8D5,#07B8D5) !important;
}
.xgplayer-enter-tips{
    background: linear-gradient(90deg,#07B8D5,#07B8D5,#07B8D5,#07B8D5,#07B8D5) !important;
}
.xgplayer-drag {
    background: #07B8D5 !important;
}
.horizon-div {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    transition: 0.3s;
}
.cursor-pointer {
    cursor: pointer;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.section { position: relative; overflow: hidden;}

.section .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.section .bg-img { display: block; width: 100%; height: 100%;}

#mse {
    overflow: hidden;
}
.width-14 {
    width: 14px;
}
.width-120 {
    width: 120px;
}
/*自定义栅格*/
.layout {
    float: left;
    min-height: 1px;
    position: relative;
}
.width-percent-5 {
    width: 5%;
}
.width-percent-10 {
    width: 10%;
}
.width-percent-15 {
    width: 15%;
}
.width-percent-20 {
    width: 20%;
}
.width-percent-30 {
    width: 30%;
}
.width-percent-40 {
    width: 40%;
}
.width-percent-50 {
    width: 50%;
}
.width-percent-60 {
    width: 60%;
}
.width-percent-80 {
    width: 80%;
}
.horizon-div:hover {
    font-weight: bold;
}
.img-hover {
    transition: .2s;
}
.img-hover:hover {
    box-shadow: 0 2pt 6pt 0 rgba(0, 0, 0, 0.16);
}
.navbar-line li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #999999;
    top: 18px;
    right: 0;
}
.highlight-about-button {
    float: right;
    position: absolute;
    right: 1px !important;
    bottom: 10px !important;
}
.li-divider {
    border-right:1px solid #999999;
    height: 14px; width: 1px;
    margin-right: 2px;
}
.page>li:active::before {
    width: 100%;
    top: 40%;
}
.page li::before {
    content: "";
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    position: absolute;
    border-bottom: 2px solid #333333;
    transform: translate(-50%, 3px);
}
.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}
.center-div {
    position: absolute;
    left: 50%
}
.wrap{
    display: flex;
    justify-content: center;
}

.thumb {max-width: 100%; height: 100%; max-height: 100%; display: block; margin-left: auto; margin-right: auto;}
.thumb-130 {width: 130px; height: 130px;}
.thumb-200 {}
.thumb-250 {}
.thumb-300 {}

@media only screen and (min-width: 641px) {
    .thumb-200 {width: 200px; height: 200px;}
    .thumb-250 {width: 250px; height: 250px;}
    .thumb-300 {width: 300px; height: 300px;}
}

@media only screen and (max-width: 641px) {
    .thumb-200 {width: 130px; height: 130px;}
    .thumb-250 {width: 130px; height: 130px;}
    .thumb-300 {width: 130px; height: 130px;}
}
#p1 {width: 100% !important;}
.p-content img {max-width: 100%;}
.padding-lr-5 {padding: 0 5px;}
.img-98 {width: 98px;height: 98px;}
.img-125 {width: 125px;height: 125px;}
#p-detail-right-div {padding-bottom: 15px;}

.icp {
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #999999;
    background-color: #333333;
    line-height: 40px;
    display: block;
    text-align: center;
    overflow: hidden;
}
.icp a {color: #999999;}