﻿* {
    margin: 0;
    padding: 0;
    /* font-weight: normal;  */
    list-style: none;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: PingFangSC-Regular, Arial, Helvetica, sans-serif, "\5B8B\4F53";
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

a {
    border: 0;
    color: white;
    text-decoration: none;
    outline: none
}

.blank {
    height: 20px;
    overflow: hidden;
    clear: both;
}

.juzhong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.autohei {
    height: auto;
    overflow: hidden;
    clear: both;
}

.base_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.fade-enter {
    opacity: 0
}

.fade-leave {
    opacity: 1
}

.fade-enter-active {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-leave-active {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.new_img img {
    max-width: 90%;
    height: auto;
    margin: 0px auto
}

.video-js .vjs-big-play-button {
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

#app {
    background: #fff;
    width: 100%;
    height: 100%
}

#app .nav_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 98;
    background: #fff;
    color: #bf0017;
    -webkit-box-shadow: 1px 1px 3px #ededed;
    box-shadow: 1px 1px 3px #ededed
}

#app .loading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 99
}

#app .loading .loading_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

#app .router {
    padding-top: 45px
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

.spinner .dot1,
.spinner .dot2 {
    width: 50%;
    height: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #bf0017;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.spinner .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes sk-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.foot_content {
    width: 100%;
    background: #2ba339;
    padding: 50px 0;
    height: auto;
}

.base_container {
    height: auto;
    position: relative;
}

.foot_content .base_container .left {
    color: #fff;
    font-size: 10px
}

.foot_content .base_container .left .icon_list {
    height: auto;
    overflow: hidden;
}

.foot_content .base_container .left .icon_list .single_content {
    width: 25%;
    float: left;
}

.foot_content .base_container .left .icon_list .single_content .single_icon {
    display: inline-block;
    text-align: center
}

.foot_content .base_container .left .icon_list .single_content .single_icon img {
    width: 53px;
    height: 53px
}

.foot_content .base_container .left .icon_list .single_content .single_icon .single_pc_title {
    display: inline-block;
    margin-left: 10px
}

.foot_content .base_container .left .icon_list .single_content .single_icon .single_pc_title div {
    display: table;
    height: 53px
}

.foot_content .base_container .left .icon_list .single_content .single_icon .single_pc_title div span {
    display: table-cell;
    vertical-align: middle
}

.foot_content .base_container .left .icon_list .single_content .single_icon .single_mobile_title {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.foot_content .base_container .left .foot_info {
    margin: 40px 0
}

.foot_content .base_container .left .foot_link span {
    cursor: pointer;
    border-bottom: 1px solid #fff
}

.base_container .zuo {
    width: 75%;
    float: left;
}

.base_container .you {
    width: 25%;
    float: right;
}

.foot_content .base_container .logo img {
    position: absolute;
    right: 0;
    top: 50%;
    width: 102px;
    height: 66px;
    margin-left: -51px;
    margin-top: -33px
}

.head {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 888;
    box-shadow: 1px 1px 3px #ededed;
}

.head .pc_head {
    width: 1200px;
    margin: 0 auto;
    height: 45px;
    position: relative
}

.head .pc_head .logo {
    display: inline-block;
    cursor: pointer
}

.head .pc_head .logo div {
    height: 45px;
    position: relative
}

.head .pc_head .logo div img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 135px
}

.head .pc_head .pc_menu {
    display: inline-block;
    vertical-align: top;
    width: 800px;
    margin-left: 120px;
    height: 45px;
    position: relative
}

.head .pc_head .pc_menu .pc_single_drop {
    position: absolute;
    top: 45px;
    right: 0;
    -webkit-box-shadow: 1px 1px 3px #ededed;
    box-shadow: 1px 1px 3px #ededed;
    background: #fff;
    text-align: center;
    width: 160px
}

.head .pc_head .pc_menu .pc_single_drop div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 14px;
    color: gray
}

.head .pc_head .pc_menu .pc_single_menu {
    margin: 0 44px;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #bf0017;
    position: relative;
}

.head .pc_head .pc_menu .pc_single_menu a {
    cursor: pointer;
    color: black
}

.head .pc_head .pc_menu .pc_single_menu a:hover {
    text-decoration: none;
    outline: none;
    padding-bottom: 10px;
    color: #2ba339;
    border-bottom: 1px solid #2ba339
}

.head .pc_head .pc_share {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px
}

.head .pc_head .pc_share .search {
    margin-top: 7.5px;
    display: inline-block;
    width: 150px;
    height: 30px;
    overflow: hidden;
    background: #2ba339;
    border-radius: 15px;
    margin-right: 10px
}

.head .pc_head .pc_share .search input {
    vertical-align: top;
    width: 100px;
    height: 30px;
    background: transparent;
    background: none;
    margin-left: 15px;
    border: none;
    outline: none;
    color: #fff
}

.head .pc_head .pc_share .search input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #2ba339 inset;
}

.head .pc_head .pc_share .search input::-webkit-input-placeholder {
    color: #fff;
}

.head .pc_head .pc_share .search input::-moz-placeholder {
    color: #fff;
}

.head .pc_head .pc_share .search img {
    vertical-align: top;
    margin-top: 6.5px;
    width: 17px;
    height: 17px
}

.head .pc_head .pc_share .pc_share_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.head .pc_head .pc_share .pc_share_icon div {
    position: relative;
    width: 23px;
    height: 45px
}

.head .pc_head .pc_share .pc_share_icon div img {
    width: 23px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.head .single_full_drop {
    width: 100%;
    height: 500px;
    color: #939393;
    background: #fff;
    position: absolute;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px #ededed;
    box-shadow: 1px 1px 3px #ededed;
    top: 45px;
    left: 0
}

.head .single_full_drop .full_content {
    margin: 60px auto;
    width: 900px;
    text-align: center;
}

.head .single_full_drop .full_content .single_full {
    width: 220px;
    display: inline-block;
    vertical-align: top
}

.head .single_full_drop .full_content .single_full .single_title {
    width: 150px;
    font-size: 20px;
    color: #2ba339;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer
}

.head .single_full_drop .full_content .single_full .single_sub {
    color: #000;
    font-size: 15px;
    margin: 15px 0;
    text-align: left;
}

.head .single_full_drop .full_content .single_full .single_sub span {
    font-weight: lighter;
    margin-left: 10px;
    cursor: pointer
}

.head .single_full_drop .full_content .single_full .single_sub span a {
    color: #000;
}

.head .xs1 .full_content {
    width: 1000px;
}

.head .xs1 .full_content .single_full {
    width: 19.666%;
    float: left;
}

.wechat {
    cursor: pointer;
}

.pad_20 {
    padding: 20px 0;
}

.menu {
    position: relative;
}

.menu_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto 0px;
    justify-content: center;
}

.downMenu {
    display: none;
}


/* 单个菜单 */

.single_menu {
    cursor: pointer;
    width: 150px;
    text-align: center;
    margin: 0px 20px;
}

.gy_list {
    position: absolute;
    top: 45px;
    left: -48px;
    background: #fff;
    width: 160px;
    text-align: center;
    color: #999;
    display: none;
    -webkit-box-shadow: 1px 1px 3px #ededed;
    box-shadow: 1px 1px 3px #ededed;
}

.gy_list p a {
    color: #999!important;
}

.gy_list p a:hover {
    border-bottom: 0!important;
}


/* a 标签 */


/* 下拉菜单 */

.down_menu {
    width: 20%;
    margin-top: 2px;
    background: white;
    position: absolute;
    overflow: hidden;
    box-shadow: 1px 1px 3px #ededed;
    text-align: center;
    margin-left: 590px;
}

.single_down_menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 14px;
    color: gray;
}


/* 全屏的下拉菜单 */

.full_screen_nav {
    width: 100%;
    background: white;
    position: absolute;
    overflow: hidden;
    box-shadow: 1px 1px 3px #ededed;
    text-align: center;
    top: 45px;
}

.product {
    color: #939393;
    width: 100%;
    text-align: center;
}

.content {
    margin: 60px auto auto auto;
    padding-bottom: 100px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.single {
    text-align: left;
    /*cursor: pointer;*/
}

.single_title {
    text-align: left;
    font-size: 20px;
    color: #bf0017;
}

.single_sub {
    color: black;
    font-weight: lighter;
    font-size: 15px;
    margin: 15px 0px;
}

.sinle_sub_padd {
    margin-left: 5px;
}

.single_title_span {
    color: gray;
}

.single_line {
    margin-top: 10px;
    background: #e8e8e8;
    width: 150px;
    height: 1px;
}

.old_padd {
    margin-left: 10px;
}

.old_product {
    cursor: pointer;
}


/**/

.down_menu {
    width: 20%;
    margin-top: 2px;
    background: white;
    position: absolute;
    overflow: hidden;
    box-shadow: 1px 1px 3px #ededed;
    text-align: center;
    margin-left: 590px;
}

.single_down_menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 14px;
    color: gray;
}

.head .search_content {
    display: none;
}


/*banner*/

#banner {
    position: relative;
    z-index: 11;
}

.banner {
    height: auto;
    overflow: hidden;
}

.banner ul li {
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner span.w_m1 {
    display: none;
}

.banner_list {
    display: none;
}

.jtleft {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 20px;
    line-height: 36px;
    opacity: 0.3;
    transform: translateY(-50%);
}

.jtright {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    z-index: 10;
    right: 20px;
    line-height: 36px;
    opacity: 0.3;
    transform: rotate(180deg);
    transform: translateY(-50%);
}

.jtright:hover {
    opacity: 0.8;
}

.jtleft:hover {
    opacity: 0.8;
}

.swiper-wrapper .swiper-slide a {
    display: block;
}


/*8个产品图*/

.canpin {
    width: 25%;
    float: left;
}

.canpin img {
    width: 100%;
}

.canpin .single {
    margin: 15px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.canpin .single .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*微信显示*/

.alert_content_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 10000;
    display: none;
}

.alert_content_bg .alert_content {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%
}

.alert_content_bg .alert_content .center_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.alert_content_bg .alert_content .code_content {
    border-radius: 10px;
    overflow: hidden;
    font-size: 8px;
    margin: 0 auto;
    background: #fff;
    display: inline-block
}

.alert_content_bg .alert_content .code_content img {
    width: 250px;
    margin: 20px
}

.alert_content_bg .alert_content .code_content div {
    margin-bottom: 30px
}

.alert_content_bg .alert_content .video_content .video-player-box {
    min-height: 200px
}


/*产品页面*/

.canp_head {
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}

.head_title {
    height: 40px;
    line-height: 40px;
    color: #aeaeae;
    display: inline-block;
    font-size: 15px;
}

.head_title a {
    color: #aeaeae;
}

.head_title span {
    color: #000;
}

.head_title span a {
    color: #000;
}

.head_title span.red {
    color: #2ba339;
}

.fontwz {
    font-size: 16px;
}

.head_input {
    display: inline-block;
    float: right;
    background: #e8e8e8;
    height: 40px;
}

.head_input input {
    vertical-align: top;
    background: transparent;
    outline: none;
    border: none;
    height: 30px;
    margin-left: 10px;
    margin-top: 5px;
}

.head_input img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    margin-top: 9.5px;
}

.middle {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.head_input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e8e8e8 inset;
}

.middle div {
    display: inline-block;
}

.middle_right {
    float: right;
}

.product_img,
.product_img img {
    width: 100%
}

.base_container .head {
    margin: 20px auto;
    width: 100%
}

.base_container .head .head_title {
    display: inline-block;
    cursor: pointer;
    color: #9fa0a0
}

.base_container .head .head_title .head_title_contain {
    display: table;
    height: 40px
}

.base_container .head .head_title .head_title_contain div {
    display: table-cell;
    vertical-align: middle
}

.base_container .head .head_title .head_title_contain div span {
    color: #bf0017
}

.base_container .head .head_input {
    float: right;
    background: #e8e8e8;
    height: 40px
}

.base_container .head .head_input input {
    vertical-align: top;
    background: transparent;
    outline: none;
    border: none;
    height: 30px;
    margin-left: 10px;
    margin-top: 5px
}

.base_container .head .head_input img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    margin-top: 9.5px
}

.base_container .middle {
    width: 100%;
    margin-bottom: 10px
}

.base_container .middle div {
    display: inline-block;
    vertical-align: top
}

.base_container .middle .middle_right {
    float: right
}

.base_container .prouduct_contain {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    padding-bottom: 60px;
}

.base_container .prouduct_contain .prouduct_left {
    /*position:absolute; left:0; top:0; */
    width: 200px;
    margin: 0 20px;
    float: left;
}

.base_container .prouduct_contain .prouduct_left div {
    margin: 10px 0
}

.base_container .prouduct_contain .prouduct_left .single_product_title {
    margin-left: 20px;
    cursor: pointer
}

.base_container .prouduct_contain .prouduct_left .single_product_title span {
    padding-bottom: 4px
}

.base_container .prouduct_contain .prouduct_left .single_product_title .single_product_title_select {
    color: #2ba339;
    border-bottom: 1px solid #2ba339
}

.base_container .prouduct_contain .prouduct_left .single_product_title .single_product_title_unselect {
    color: #9fa0a0;
    border-bottom: 1px solid #fff
}

.base_container .prouduct_contain .prouduct_right {
    /*display:inline-block;*/
    min-width: 78%;
    /*margin-left: 250px;*/
    min-height: 800px;
}

.base_container .prouduct_contain .prouduct_right .proud_con {
    width: 33.333%;
    float: left;
}

.base_container .nav_product {
    margin: 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.base_container .nav_product {
    display: none;
}

.base_container .nav_product .single_nav {
    position: relative;
    width: 30%;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
}

.base_container .nav_product .single_nav .single_nav_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #9fa0a0;
    color: #9fa0a0;
    height: 35px;
    cursor: pointer;
}

.base_container .nav_product .single_nav .single_nav_select_title {
    background-color: #bf0017;
    color: #fff;
    border: none
}

.base_container .nav_product .single_nav .single_nav_sub {
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    z-index: 1;
    background: #fff;
    border: 1px solid #ededed;
    font-size: 12px
}

.base_container .nav_product .single_nav .single_nav_sub div {
    width: 100%;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #9fa0a0
}

.single {
    text-align: center;
    margin: 10px 0
}

.single .single_product_img {
    width: 100%
}

.single .single_product_img img {
    width: 80%
}

.single .single_title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.single .single_title a {
    color: #333;
}

.single .single_sub_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 13px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.prouduct_contain .prouduct_right .el-row {
    width: 78%;
    float: right;
}


/**/

.kanspecial img {
    width: 100%;
}


/*产品搜索*/

.proudct_sousuo {
    margin-left: 0;
}

.base_container .prouduct_contain .proudct_sousuo {
    margin-left: 0;
}

.prouduct_contain .proudct_sousuo .el-row {
    width: 100% !important;
    float: right;
}


/*产品详细*/

.product_xianxi {
    height: auto;
    overflow: hidden;
}

.porod_img {
    width: 40%;
    display: inline-block;
}

.porod_img img {
    width: 100%;
}

.porod_sejies {
    margin-left: 40px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 420px;
    position: relative;
}

.porod_sejies div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.porod_sejies .b1 {
    font-weight: bold;
    margin: 20px 0px;
    font-size: 45px;
}

.porod_sejies .b1 a {
    color: #000
}

.porod_sejies .b2 {
    font-size: 16px;
}

.porod_sejies .b3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}

.porod_sejies .b4 {
    margin: 20px 0px;
    font-size: 18px;
}

.porod_sejies .proudct_buy {
    text-align: center;
    border: 1px solid #000;
    height: 40px;
    line-height: 40px;
    width: 250px;
}


/* .porod_sejies .proudct_buy:hover{ border:1px #ac1212 solid; color:#ac1212;}
.porod_sejies .proudct_buy:hover a{ color:#ac1212;} */

.porod_sejies .proudct_buy a {
    color: #333;
    display: block;
}

.porod_sejies .porod_conjz {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cp_details {
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}

.cp_details ul {
    width: 100%;
}

.cp_details ul li {
    width: 33.333%;
    text-align: center;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    cursor: pointer;
}

.cp_details ul li:hover span {
    border: 1px solid #ac1212;
    color: #000;
}

.cp_details ul li span {
    padding: 10px 0;
    color: #ccc;
    display: block;
    border: 1px #ccc solid;
}

.cp_details ul li span.hover {
    background: #ac1212;
    color: #000;
    border: 1px solid #ac1212;
    color: #fff;
}

.cp_details.cp2 ul li {
    width: 50%
}

.cp_condeta {
    height: auto;
    overflow: hidden;
}

.cp_condeta div {
    display: none;
}

.cp_condeta div img {
    width: 100%;
}

.Detafont img {
    width: 100%;
}


/*创新科技*/

.technology_banner {
    height: auto;
    overflow: hidden;
}

.technology_banner img {
    width: 100%;
}

.technology_banner img.m_bar1 {
    display: none;
}

.kantechnology {
    height: auto;
    overflow: hidden;
}

.kantechnology div img {
    width: 100%;
}

.menu_left {
    display: none;
}

.menu_right {
    display: none;
}

.m_cximg {
    display: none;
}


/*关于韩束品牌新闻*/

.kansnewlist {
    height: auto;
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.kansnewlist ul {
    margin: 0 15px;
}

.kansnewlist ul li {
    height: auto;
    overflow: hidden;
    /* padding: 20px 0; */
    margin: 20px 0;
    background: #f2f2f2;
    position: relative;
}

.kansnewlist ul li:hover {
    color: #fff;
    background: #2ba339;
}

.kansnewlist ul li:hover a {
    color: #fff;
}

.kansnewlist ul li:hover .pc_time_content {
    border-right: 3px #fff solid;
}

.kansnewlist .pc_time_content {
    width: 150px;
    height: 150px;
    position: relative;
    border-right: 3px #e0e0e0 solid;
}

.kansnewlist .pc_time_content .pc_time {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.kansnewlist .pc_time_content .pc_time .pc_time_day {
    font-size: 30px;
    font-weight: 700;
}

.kansnewlist .pc_time_content .pc_time .pc_time_year {
    font-size: 10px;
}

.kansnewlist .right_content .head_text {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kansnewlist .right_content {
    margin-right: 20px;
    height: 150px;
    display: table;
}

.kansnewlist .right_content .right_text {
    display: table-cell;
    vertical-align: middle;
}

.kansnewlist .single_image {
    width: 240px;
    overflow: hidden;
    margin: 0 20px;
    height: 150px;
}

.kansnewlist .single_image img {
    width: 100%;
    height: 100%;
}

.page_pagination .page_content {
    width: 100%;
    text-align: center;
}

.page_pagination .page_content div {
    display: inline-block;
    margin: 0 10px;
}

.page_pagination {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.tap_pre {
    position: absolute;
    top: 0;
    left: 15px;
    width: 50px;
    cursor: pointer;
}

.tap_next {
    position: absolute;
    top: 0;
    right: 15px;
    width: 50px;
    cursor: pointer;
}

.kansnewlist ul li a {
    color: #333;
    display: block;
}


/*品牌文章*/

.article {
    height: auto;
    overflow: hidden;
}

.article .article_title {
    text-align: center;
    margin: 30px 0;
    height: auto;
    overflow: hidden;
}

.article .article_title h1 {
    font-size: 20px;
    font-weight: 700;
}

.article .article_title h3 {
    font-size: 18px;
    color: #898989;
    margin-top: 10px;
}

.article_contnet {
    height: auto;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    margin: 40px 0;
    text-align: justify;
}

.article_contnet img {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.next_setp {
    height: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
}

.next_setp_left {
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.next_setp_right {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.article_contnet .image {
    text-align: center;
    margin: 0 auto;
}


/*韩束视频*/

.kanviedo {
    height: auto;
    overflow: hidden;
    padding: 50px 0;
    background: #2ba339;
}

.kanviedo_banner .base_container .head_img {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.kanviedo_banner .base_container .head_img img {
    width: 100%;
}

.kanvie_tright {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 320px;
    min-height: 200px;
    margin-left: 20px;
}

.kanvie_cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
}

.kanvie_cont h2 {
    font-size: 16px;
}

.kanvie_cont h2 img {
    vertical-align: middle;
    margin-right: 20px;
    width: 62px;
}

.kanvie_cont h3 {
    font-size: 20px;
    margin: 20px 0;
}

.kanvie_cont p span {
    border: 1px solid #fff;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: lighter;
    font-size: 15px;
    display: inline-block;
}

.kanviedo_list {
    height: auto;
    overflow: hidden;
    margin: 50px 0;
}

.kanviedo_list ul li {
    width: 50%;
    float: left;
    text-align: center;
}

.kanviedo_list ul li h3 {
    margin: 20px auto;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    width: 80%;
}

.kanviedo_list ul li .sp_img img {
    width: 80%;
}

.shiping_list {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: none;
}

.shiping1 {
    width: 100%;
    display: none;
}

.ship_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 75%;
}


/*法律声明*/

.flsm_title {
    text-align: center;
    margin: 50px 0;
}

.flsm_title .subTitle {
    font-size: 18px;
    font-family: HelveticaNeue-Light;
    text-transform: uppercase;
}

.flsm_title h1 {
    font-size: 40px;
}

.flshengming {
    line-height: 40px;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
}

.flshengming h3 {
    font-size: 19px;
    font-weight: bold;
}

.flshengming p {
    text-align: justify;
    font-size: 16px;
}


/*防伪查询*/

.check {
    width: 100%;
    padding: 100px 0;
    background: #eff2f3;
    min-height: 45%;
}

.check .title {
    width: 100%;
    text-align: center;
    font-size: 40px
}

.check .sub_title {
    width: 100%;
    text-align: center;
    font-family: HelveticaNeue-Light;
    text-transform: uppercase;
    font-size: 15px
}

.check .find_content {
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    margin: 40px auto;
    width: 700px;
}

.check .find_content .code_contain {
    display: inline-block;
    color: #4c4c4c;
    vertical-align: top;
    font-size: 24px;
}

.check .find_content .code_contain .code_content {
    display: table;
    height: 51px
}

.check .find_content .code_contain .code_content span {
    display: table-cell;
    vertical-align: middle
}

.check .find_content input {
    margin-left: 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 49px;
    width: 100px;
    outline: none;
    font-size: 20px
}

.check .find_content .find {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -7px;
    background: #bc1c23;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    width: 80px;
    height: 51px
}

.check .find_content .find span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: center
}

.check .message {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: #bc1c23;
    margin: 20px auto;
    width: 50%;
}

.foot_cont {
    width: 100%;
    height: 320px;
}

@media (min-width: 576px) {
    .base_container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .base_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .base_container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .base_container {
        max-width: 1140px
    }
}

@media all and (max-width: 1050px) {}

@media all and (max-width: 1200px) {
    .head .xs1 .full_content {
        width: 960px;
    }
    .kanvie_tright {
        height: 270px;
    }
    .base_container .prouduct_contain .proudct_sousuo {
        margin-left: 0;
    }
    .prouduct_contain .prouduct_right .el-row {
        width: 75%;
        float: right;
    }
    /*导航*/
    .foot_content .base_container .left .icon_list .single_content .single_icon .single_pc_title div {
        display: table;
        height: auto;
        margin-top: 10px;
    }
    .single_line a {
        color: #333;
    }
    .subtitle_sub_bg.single_line img {
        transform: rotate(0deg) !important;
    }
    .head .search_content {
        background: url(../images/bgh.png);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .head .search_content .search_detail {
        width: 100%;
    }
    .head .search_content .search_detail .search_item {
        margin: 10px auto;
        width: 90%;
        height: 30px;
        border-radius: 15px;
        background: #fff;
    }
    .head .search_content .search_detail .search_item input {
        border: none;
        outline: none;
        height: 30px;
        margin-left: 15px;
        width: 80%;
    }
    .head .search_content .search_detail .search_item div {
        float: right;
        height: 30px;
    }
    .head .search_content .search_detail .search_item div img {
        margin-top: 5px;
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
    .head .pc_head .logo {
        position: absolute;
        left: 48%;
        margin-left: -55px;
    }
    .head .pc_head {
        width: 100%;
    }
    .head .pc_head .pc_menu {
        display: none;
    }
    .head .pc_head .pc_share {
        display: none;
    }
    .head .menu_left {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        display: block;
    }
    .head .menu_left div {
        position: relative;
        width: 20px;
        height: 45px
    }
    .head .menu_left div img {
        width: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%)
    }
    .head .menu_right {
        height: 45px;
        margin-right: 10px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .head .menu_right .menu_right_content div {
        display: inline-block;
        vertical-align: top;
        position: relative;
        height: 45px;
        width: 25px
    }
    .head .menu_right .menu_right_content div img {
        width: 20px;
        position: absolute;
        top: 50%;
        left: 2px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%)
    }
    /*手机左侧导航*/
    .head .downMenu {
        height: calc(100% - 45px);
        position: fixed;
        left: 0;
        top: 45px;
        width: 100%;
        background: #fff;
        overflow: scroll;
    }
    .single_line {
        width: 100%;
        height: 50px;
        margin: 0;
        line-height: 50px;
        border-bottom: 1px #e2e2e2 solid;
        background: #fff;
    }
    .single_line div {
        width: 90%;
        float: left;
        text-indent: 1em;
    }
    .single_line img {
        float: right;
        width: 9px;
        margin-right: 20px;
        margin-top: 15px;
    }
    .subtitle_bg {
        background: #f2f2f2;
    }
    .single_line_list2 .subtitle_sub_bg {
        background: #f8f8f8;
    }
    .subtitle_bg a {
        color: #333;
    }
    .xuanzhuan img {
        transform: rotate(90deg);
    }
    .single_line_list {
        background: #f2f2f2;
    }
    .single_line_list {
        display: none;
    }
    .single_line_list2 {
        display: none;
    }
}

@media all and (max-width: 992px) {
    .prouduct_contain .prouduct_right .el-row {
        width: 66%;
    }
    .porod_sejies {
        height: 320px;
    }
    .kanvie_tright {
        height: auto;
    }
}

@media all and (max-width: 768px) {
    .banner span.p1 {
        display: none;
    }
    .banner span.w_m1 {
        display: block;
    }
    .canpin {
        width: 100%;
    }
    .base_container .zuo {
        width: 100%;
    }
    .base_container .you {
        display: none;
    }
    .foot_info {
        text-align: center;
    }
    .foot_content .base_container .left .icon_list .single_content .single_icon .single_pc_title {
        display: block;
        margin-left: 0;
    }
    .foot_link {
        text-align: center;
    }
    .foot_cont {
        width: 100%;
        height: 350px;
    }
    /*产品页面*/
    .canp_head {
        display: none;
    }
    .middle {
        display: none;
    }
    .prouduct_left {
        display: none;
    }
    .base_container .prouduct_contain .prouduct_right {
        width: 100%;
        display: block;
        margin: 0;
        min-height: 500px
    }
    .base_container .prouduct_contain .prouduct_right .proud_con {
        width: 78%;
        margin: 25px auto;
        float: none;
    }
    .single .single_product_img img {
        width: 100%;
    }
    .base_container .nav_product {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 5px;
    }
    .base_container .nav_product .single_nav {
        display: block;
        margin: 0 1.65% 1em 1.65%;
    }
    .base_container .nav_product .single_nav .single_nav_sub {
        display: none;
    }
    .single_nav .cur {
        background: #2ba339;
        border: 1px #2ba339 solid!important;
        color: #fff !important;
    }
    .base_container .nav_product .single_nav .single_nav_sub {
        width: 99%;
    }
    .single .single_title {
        font-size: 16px;
    }
    .prouduct_contain .prouduct_right .el-row {
        width: 100%;
    }
    /*产品详情*/
    .head_title {
        height: auto;
        padding: 40px 0;
        font-size: 15px;
    }
    .porod_img {
        width: 100%;
    }
    .porod_sejies {
        width: 100%;
        margin-left: 0;
    }
    .porod_sejies .b1 {
        font-size: 30px;
    }
    .porod_sejies .proudct_buy {
        width: 99%;
    }
    .porod_sejies .proudct_buy:hover {
        border: 1px #000 solid;
        color: #000;
    }
    .porod_sejies .proudct_buy:hover a {
        color: #000;
    }
    .porod_sejies .b2 {
        font-size: 13px;
    }
    .porod_sejies .b4 {
        margin: 10px 0;
        font-size: 15px;
    }
    .porod_sejies .b3 {
        font-size: 15px;
        line-height: 30px;
    }
    /*创新科技*/
    .technology_banner img.p_bar1 {
        display: none;
    }
    .technology_banner img.m_bar1 {
        display: block;
    }
    .p_cximg {
        display: none;
    }
    .m_cximg {
        display: block;
    }
    /*新闻列表*/
    .kansnewlist {
        max-width: 540px;
        padding: 0;
    }
    .kansnewlist .pc_time_content {
        position: absolute;
        top: 0;
        left: 5px;
        width: 100px;
        height: 100px;
        color: #fff;
    }
    .kansnewlist .pc_time_content .pc_time .pc_time_day {
        font-size: 10px;
        text-align: left;
    }
    .kansnewlist .single_image {
        width: 170px;
    }
    .kansnewlist ul li .pc_time_content {
        border: 0;
    }
    .kansnewlist ul li:hover .pc_time_content {
        border-right: 0;
    }
    /*新闻视频*/
    .kanviedo_banner .base_container .head_img {
        width: 100%;
    }
    .kanvie_tright {
        width: 100%;
        text-align: center;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        height: 303px;
    }
    .kanvie_cont {
        width: 100%;
    }
    .kanviedo_list ul li {
        width: 100%;
    }
    /*防伪查询*/
    .flsm_title h1 {
        font-size: 32px;
    }
    .check {
        min-height: 50%;
    }
    .check .find_content {
        width: 90%;
        padding-bottom: 20px;
    }
    .check .find_content .code_contain {
        font-size: 18px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .check .find_content .code_contain .code_content {
        width: 100%
    }
    .check .flsm_title {
        margin: 0;
    }
    .flsm_title .subTitle {
        font-size: 15px;
    }
    .check .find_content input {
        width: 30%;
    }
    .check .message {
        margin: 20px auto;
        width: 80%;
    }
}