@charset "utf-8";
.bannerbox {
    background-color: #111;
    min-height: 500px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.uppercase{text-transform: uppercase;}

.swiper-button-disabled {
    opacity: .3;
}
.icon-down:before {
    content: "\f107";
}

.coverbox{position:relative;display:block;overflow:hidden}
.coverbox .coverimg{width:100%;height:100%;position:absolute;left:0;top:0;background-repeat:no-repeat;background-size:cover;background-position:center;z-index:1;transition:transform .6s ease 0s}
.coverbox .coverimg.cover{background-size:cover}
.coverbox ._bg{width:100%;visibility:hidden;display:block}
.coverbox:hover .coverimg{transform:scale(1.05,1.05)}

.cover-tip{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;transition:all .4s ease 0s;z-index:3}
.cover-tip .bgbox{display:block;width:100%;height:100%;background-color:#000;opacity:.6}
.cover-tip .stit{font-size:16px;line-height:30px;width:100%;text-align:center;position:absolute;left:0;top:50%;margin-top:-15px;color:#fff}
.cover-tip .stit{font-size:16px;line-height:30px;width:100%;text-align:center;position:absolute;left:0;top:50%;margin-top:-15px;color:#fff}
.cover-tip .line{display:inline-block;width:100px;height:1px;background-color:#f2f2f2;position:absolute;left:50%;margin-left:-50px;transition:all .6s ease 0s}
.cover-tip .linet{top:0}
.cover-tip .lineb{bottom:0}
.cover-tip:hover .line{width:6px;margin-left:-3px;opacity:.6}
.coverbox:hover .cover-tip{opacity:1}
.zmdx{text-transform: uppercase}

/* 鼠标箭头 */

.jiantou {
    cursor: default;
}

.swiper-pagination {
    font-size: 16px;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #333;
}

.kzqybox_pagination {
    display: flex;
    align-items: center;
}

.swiper-pagination span {
    margin: 0 3px;
    outline:none;
}

.swiper-pagination span {
    background-color: rgba(0, 0, 0, 0.4);
}

.kzqybox_pagination span {
    margin: 0 10px;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .98);
}

.kzqybox_pagination .swiper-pagination-bullet-active {
    background-color: transparent;
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
}


/* 字体图标 */

@font-face {
    
    src: url('../font/ProximaNova-Bold.eot');
    src: url('../font/ProximaNova-Bold-.eot#iefix') format('embedded-opentype'), url('../font/ProximaNova-Bold.woff2') format('woff2'), url('../font/woff.html') format('woff'), url('../font/ProximaNova-Bold.ttf') format('truetype'), url('../font/ProximaNova-Bold.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../font/ProximaNova-Regular.eot');
    src: url('../font/ProximaNova-Regular-.eot#iefix') format('embedded-opentype'), url('../font/ProximaNova-Regular.woff2') format('woff2'), url('../font/Regular.html') format('woff'), url('../font/ProximaNova-Regular.ttf') format('truetype'), url('../font/ProximaNova-Regular.svg#iconfont') format('svg');
}


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
}

a {
    font-size: 16px;
    color: #333333;
}

a:hover {
    color: #000000;
}


/* 图片对齐 */

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
}

p {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
}


/* 修改最大最小宽度 */

.w3 {
    width: 85%;
    margin: 0 auto;
}

.w2 {
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 80%;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}


/* 公共部分样式开始 */

.banner {
    position: relative;
    height: 100vh;
    background:#f6f7f8;
}

.bannerbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_container {
    width: 100%;
    height: 100%;
}

.banner_slide {
    height: auto;
}

.banner_slide .banner_slidea {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.banner_slideaimg {
    height: 100%;
    overflow: hidden;
}
.banner_slidea .ban_video:before{
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050b20;
    opacity: .6;
    z-index: 1;

}

.banner_slideaimg video{visibility: visible !important;max-width: inherit;width: auto;height: auto;-o-object-fit: cover;  object-fit: cover;-o-object-position: center; object-position: center;position: absolute;height: 100%;width: 100%; top: 0;left: 0;}


.banner_slideaimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head {
    position: fixed;
    width: 100%;
    height:64px;
    z-index: 50;
    /*background: #0000000d;*/
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
    border-bottom:1px solid rgb(225 225 225 / 20%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.head.cpxq {
    background-color: #fff;
}
.head .headlogo_img img:nth-child(2),.head.on .headlogo_img img:nth-child(1),.cpxq.on .headlogo_img img:nth-child(1),.head.cpxq .headlogo_img img:nth-child(1){display: none;}
.head.on img:nth-child(2),.head.cpxq img:nth-child(2) {display: inline-block;opacity: 1;}
.head.on {
    height: 64px;
    background-color: #fff;
}


.headbox {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.headbox .headbox_logo {
    display: flex;
    align-items: center;
}

.headbox .headbox_logo .headlogo_img img{max-height:30px;}
.headlogo_txt {
    margin-left: 5px;
}

.headlogo_txth {
    font-size: 24px;
    font-weight:400;
    color: #fff;
}

.headlogo_txtp {
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

.headbox_nav {
    display: flex;
}

.headnav_item {
    position: relative;
}

.headnav_item .headnav_itema {
    position: relative;
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size:14px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
}


/* 新增下拉 */

.headnav_itemdw {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);*/
}

.headnav_dwbox {
    padding: 20px 0;
    background-color:#f1f1f1;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.headnav_dwbox a {
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.headnav_dwbox a:hover {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    color: #000000;
}

/*.headnav_item .headnav_itema::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    height: 15px;*/
/*    width: 1px;*/
/*    background-color: rgba(255, 255, 255, 0.2);*/
/*    transform: translateY(-50%);*/
/*    -webkit-transform: translateY(-50%);*/
/*    -moz-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    -o-transform: translateY(-50%);*/
/*}*/

.headnav_item:last-child .headnav_itema::after {
    display: none;
}

.headnav_itema::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 30%;
    height: 0;
    border-bottom: 2px solid #f1f1f1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    z-index: 15;
}

.headnav_itema:hover::before {
    bottom: 12px;
}

.headbox_lx {
    display: flex;
}

.headbox_lxl {
    display: flex;
    align-items: center;
}

.headbox_lx .headbox_lxa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0px 15px;
    height: 30px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;

}


.headbox_lxa span,.headbox_lxa span a {
    font-size: 14px;
    color: #fff;
}

.headbox_lxa i {
    margin-right: 8px;
    font-size: 18px;
    color: #fff;
}

.headbox_lx .headbox_lxb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0px 15px;
    height:30px;
    background: #ffffff;
    margin-left: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;

}
.headbox_lx .headbox_lxb span{color:#000000;font-size: 14px;}
.head.on .headbox_lx .headbox_lxb {background: #000000;}
.head.on .headbox_lx .headbox_lxb span{color:#ffffff;}
.prony_nav span a{ color:#333;}
.headbox_lx .headbox_lxb:hover{background:#e60012;}
.headbox_lx .headbox_lxb:hover span{color:#fff}
/*.headbox_lxa:hover i {*/
/*    animation: rotates 1s linear infinite;*/
/*    -webkit-animation: rotates 1s linear infinite;*/
/*}*/

.headbox_lx .headbox_lxa.headbox_lxaz {
    margin-left: 25px;
    background-color: transparent;
    border:1px solid #5e5e5e;
}

.headnav_itemxl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f1f1f1;
    height: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.headnavxl {
    padding: 15px 0;
}

.headnavxlbox {
    /*display: flex;*/
    justify-content: center;
}

.headnavxlbox .headnavxl_slidea {
    width: 11.62%;
    margin-right: 1%;
    margin-bottom: 1%;
    float:left;
    padding: 10px;
    display: block;
    background-color: #ffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.headnavxlbox a:nth-last-child(1),.headnavxlbox a:nth-child(8n+0){margin-right:0;}


.headnavxl_slideaimg {
    overflow: hidden;
}

.headnavxl_slideaimg img {
    width: 100%;
    margin: 0 auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headnavxl_slideatxt {
    margin-top: 5px;
    height: 38px;
    overflow: hidden;
    border-radius: 20px;
}

.headnavtxtbox {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headnavxl_slidea:hover .headnavtxtbox {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.headnavtxtbox_t {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.headnavtxtbox_b {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: #000000;
}

.headnavtxtbox_b span {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.headnavtxtbox_b i {
    font-size: 18px;
    color: #fff;
}

.head.on .headlogo_txth {
    color: #333;
}

.head.on .headlogo_txtp {
    color: rgba(0, 0, 0, 0.4);
}

.head.on .headnav_item .headnav_itema {
    color: #333;
}

.head.on .headnav_item .headnav_itema::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.head.on .headbox_lxa span,.head.on .headbox_lxa span a,
.head.on .headbox_lxa i {
    color: #333;
}

.head.cpxq .headbox_lxa span,.head.cpxq .headbox_lxa span a,
.head.cpxq .headbox_lxa i {
    color: #333;
}

.head.on .headbox_lxa span a:hover,.head.cpxq .headbox_lxa span a:hover{color:#000000;}


.head.on .headbox_lx .headbox_lxa.headbox_lxaz,.head.cpxq .headbox_lx .headbox_lxa.headbox_lxaz{
    border-color: #333;
}

.ydbtn {
    padding: 0 10px;
    display: flex;
    align-items: center;
    display: none;
    cursor: pointer;
}

.ydbtn i {
    font-size: 26px;
    color: #fff;
}

.head.on .ydbtn i {
    color: #333;
}


/* 移动行行 */

.a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 20px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0
}

.a_txt .div3 {
    position: fixed;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: auto;
}

.a_txt .div3 ul {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e1e1e1;
}

.a_txt .language{margin-top:30px; text-align:center; }
.a_txt .language div{padding-top:5px;}
.a_txt .language a{margin:0px 5px;display:inline-block}
.a_txt .language i,.a_txt .language a{line-height:30px;}
.mblink_item {
    display: flex;
}

.mblink_itema {
    height: 60px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    color: #333;
}

.mblink_itemi {
    height: 60px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mblink_itemi {
    font-size: 20px;
    color: #555;
}

.a_txt2 {
    display: none;
    padding-bottom: 30px;
}

.a_txt2 a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #777;
}


/* banner */

.banner_slideatxt {
    position: absolute;
    /*padding: 80px 0 90px;*/
    top: 25%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    text-align: center;
}

.bannersldtxt_h {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.enbantxt{width:70%;margin:0 auto;line-height:58px;}
.bannersldtxt_y {
    margin: 0 0 25px;
    
    text-transform: uppercase;
    font-size: 110px;
    line-height: 110px;
    color: #fff;
}

.bannersldtxt_p {
    width:100%;
    margin-top: 20px;
    font-size:18px;
    color: #bababa;
    line-height: 32px;

}

.bannersldtxt_m {
    display: inline-block;
    position: relative;
    padding:0px 25px;
    line-height: 38px;
    border-radius:25px;
    margin-top: 10px;
    font-size: 14px;
    color:#333333;
    background: #ffffff;
    z-index: 3;
}
.bannersldtxt_m i{margin-left: 10px;}
.bannersldtxt_m:hover{color:#fff;}
.bannersldtxt_m::after {
    content: '';
    position: absolute;
    left: 0;
    bottom:0;
    width: 0;
    height:38px;
    border-radius:25px;
    background:#e60012;
    z-index: -1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.bannersldtxt_m:hover::after {
    width: 100%;
}

.cpfl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    z-index: 5;
}

.cpflbox {
    height: 100%;
    background-color: #000000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cpflbox .cpflt_thumbs {
    overflow: visible;
}

.cpflt_slide {
    position: relative;
    border-right: 1px solid #0d4883;
}

.cpflt_slide:last-child {
    border-right: 0;
}

.cpflt_slide::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #000000;
    z-index: 2;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpflt_slide.swiper-slide-thumb-active:after {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.cpflt_slide:hover .cpflt_slidea {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}

.cpflt_slide .cpflt_slidea {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cpflt_slide .enpronav{
    font-size: 16px;
}

.kzqy {
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.bannerbox .nav_pagination img{width:38px;padding:8px;opacity:.5;}
.bannerbox .nav_pagination img:hover{opacity:.8;cursor: pointer;}
.kzqybox {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.kzqybox_l {
    margin-right: 65px;
    display: flex;
    align-items: center;
}

.kzqybox_r {
    width: 120px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}


.kzqybox_rl {
    font-family: 'ProximaNova-Regular';
    font-size: 48px;
    color: #fff;
}

.kzqybox_rc {
    padding-bottom: 10px;
    margin: 0 15px;
    font-size: 20px;
    color: rgba(255, 255, 255, .2);
}

.kzqybox_rr {
    padding-bottom: 5px;
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    color: rgba(255, 255, 255, .2);
}

.kzqybox_per,
.kzqybox_next {
    width: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 42%;
    z-index: 2;
  
}
.kzqybox_per{left:0px;  border-top-right-radius:  10px;
    border-bottom-right-radius:  10px;}
.kzqybox_next{right:0px;  border-top-left-radius:  10px;
    border-bottom-left-radius:  10px;}
.kzqybox_per:hover,.kzqybox_next:hover{background:rgba(255, 255, 255, .6);}

.kzqybox_per i,
.kzqybox_next i {
    font-size: 20px;
    color: #fff;
    z-index: 9;
    /*transition: 300ms opacity;*/
    /*transform: rotate(90deg);*/
}

.kzqybox_pagination {
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.bannerbox .banner_video{
    position: absolute;
    right: 3.2%;
    bottom: 45%;
    z-index: 6;
    }
    
.bannerbox .banner_video img{
    width:85%;
    cursor: pointer;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    animation: sfdh .6s linear infinite;
    -webkit-animation: sfdh 1s linear infinite;}    
    
.bannerbox .swiper-pagination{position: absolute;bottom:8%;width: 100%;}
.bannerbox .swiper-pagination-bullet{background:rgba(255,255,255,.3);opacity:1;transition:all .4s ease 0s;width:40px;height:2px;border-radius:0;display:inline-block;margin:0 6px!important}
.bannerbox .swiper-pagination-bullet-active{background:#fff}

    
    

@keyframes saAnia {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(10px)
	}
}

@-webkit-keyframes saAnia {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(10px)
	}
}

@-moz-keyframes saAnia {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(10px)
	}
}

.mouse {
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	background-image: url(../images/mouse.png);
	background-size: cover;
	width: 22px;
	height: 33px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 55;
	margin-left: -14px;
	cursor: pointer;
	z-index: 6;
	opacity: .8;
	animation: saAnia 1s linear .6s infinite alternate
}



.kzqybox_y {
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.kzqybox_y span {
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0 10px;
    cursor: pointer;
}

.kztop {
    position: absolute;
    bottom: 170px;
    right: 2.5%;
    z-index: 5;
}

.kztopbox {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
}

.kztopbox_y {
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(255, 255, 255, .2);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.kztopbox_i i {
    margin-left: 6px;
    font-size: 30px;
    color: rgba(255, 255, 255, .2);
    transition: all .4s;
}

.kztopbox:hover .kztopbox_y,
.kztopbox:hover i {
    color: #fff;
}

.kztopimg {
    cursor: pointer;
}

.z_about_num{ /*position: absolute; left: 10%; bottom: 2%; */width: 80%;border-radius: 10px; background:rgba(255,255,255,0.9);padding: 0 30px; z-index: 2;box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);backdrop-filter: blur(15px);border-radius: 10px;margin:40px auto 0;}
.z_about_num ul{ display: flex; padding: 40px 0px;align-items: center; justify-content: space-between;}
.z_about_num  li{ display: flex;  align-items: center;}
.z_about_num .icon{text-align: center;font-size:20px;margin-right: 20px;width: 60px;height: 60px;line-height: 40px;display: block;padding: 8px;border: 1px dashed #000;border-radius: 50%;transition: .6s;}
.z_about_num  h3{font-size: 42px;font-weight: bold;}
.z_about_num  h3 i{vertical-align: middle; display: inline-block; font-size: 14px;margin-left: 5px;}
.z_about_num h4{color: #808080;font-size:14px;font-weight: normal;}
.z_about_num  li:hover .icon{transform:rotate(360deg);}
.z_about_num  li:hover h3{color:#e60012;}


.i_product_bg{ overflow:hidden;padding-bottom:5%; background:#f6f7f8; background-size:cover;clear: both;}
.i_title{ overflow:hidden; margin-top:8%; text-align:center;}
.i_title .p{ color:#545555; font-size:18px;}
.i_title .h3{ color:#212121; font-weight:normal; overflow:hidden; line-height:1.3; margin-bottom:1%;}
.i_two_a{ overflow:hidden; margin-top:2%;  position:relative; margin-bottom:3%; text-align:center; height:60px;}
.i_two_a:after{content:""; position:absolute; left:0%; height:1px; bottom:0;width:100%; background:#ededed;}
.i_two_a .scroller {/*position:absolute;*/display:inline-block; vertical-align:top;}
.i_two_a .scroller li{ float:left;/*  padding-right:3%;*/ position:relative;}
.i_two_a .scroller li dd:after{ content:""; position:absolute; left:50%; right:50%; height:3px; bottom:0;width:0px; background:#e60012;transition:all 0.3s;}
.i_two_a .scroller li.cur dd:after{ width:100%; left:0; right:0;}
.i_two_a .scroller li dd{ overflow:hidden; cursor:pointer; text-align:center; position:relative; padding-left:20px; padding-right:20px; }
.i_two_a .scroller li a{ color:#333333;  }
/*.i_two_a .scroller li a:hover{ color:#2285ed;}*/
.i_two_a .scroller li.cur a{ color:#000000;}
.i_two_a .scroller li dd i{float:left; width:32px; height:60px;display:block; background-repeat:no-repeat; background-size:32px 30px; background-position:left center; overflow:hidden;transition:all 0.3s; margin-right:12px;}
.i_two_a .scroller li dd .h4{ float:left;font-size:24px;  font-weight:normal; overflow:hidden;  height:60px; line-height:60px;color:#333333;margin:0px;opacity: .5;}
.i_two_a .scroller li.cur dd .h4{color:#000000;opacity: 1;}
.i_two{}
.i_two .divhidden{opacity:0;filter:Alpha(opacity=0);transition: all 1.5s;  /*height:0;*/ /*display:none;*/ /*overflow:hidden;*/ height: 0; overflow:hidden; display:block;}
.i_two .divhidden.on{opacity:1.0;filter:Alpha(opacity=100);/* height:auto;*//*display:block;*/height: auto;}

.product-l{width:25%;margin-right:2%;float:left;background: #000000;border-radius:10px; max-height: 746px; overflow:hidden;}

.product-l a{position:relative;}
.product-l .probg{width: 100%;height: 100%; position: absolute;left: 0; top: 0; background: linear-gradient(to top, rgb(0 0 0 / 40%), #000000);filter: alpha(opacity=0); transition: all 0.4s ease 0s;z-index: 1;}
.product-l .txt{padding:8%;position: absolute;top:0;z-index:2;}
.product-l .txt h5{font-size: 14px;color: #eee;padding:20px 0;line-height:26px;height: 78px;overflow:hidden;font-weight:normal;}
.product-l .txt h4{font-size: 24px;color: #fff;}
.product-l .vmores{position: absolute;bottom: 0;right: 0;z-index: 3;font-size:14px;padding:15% 8%; color:#fff;}
.product-l .vmores i{padding-left:5px; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s;-ms-transition: all .4s; -o-transition: all .4s;}
.product-l a:hover .vmores{color:#fff;}
.product-l .vmores:hover i{padding-left:15px;}


.product-r{width:73%;float:right;/*max-height: 746px;*/ overflow:hidden;}
.owl-demo7 .item{width: 23%;float: left;margin-right: 2%;margin-bottom: 2%;background: #ffffff; border-radius: 10px;overflow: hidden;}
.owl-demo7 .item dd{transition:all 0.3s;padding: 5%;}
.owl-demo7 .item dd .imgs{/* overflow:hidden; */position:relative;/* padding-top: 100%; *//* width: 100%; */}
.owl-demo7 .item dd .imgs img{display: block;width: 80%;margin: 0 auto;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
.owl-demo7 .item dd:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1); }
.owl-demo7 .item dd .txts{padding-left:1%;padding-right:1%;overflow:hidden;text-align: left;margin-top: 10px;}
.owl-demo7 .item dd .txts .h3{font-weight:bold;color:#333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:all 0.3s;margin-bottom:0px;font-size: 14px;}
.owl-demo7 .item dd .txts .p{line-height:24px;font-size: 12px;color:#999999;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.owl-demo7 .item dd:hover .txts .h3{ color:#e60012;}

@media screen and (min-width: 1920px) {
 .product-l{max-height: 825px; }   
}
.cpxb {
    position: relative;
}

.cpxbbox_slide .cpxbbox_slidea {
    display: flex;
}

.cpxbbox_slidea>div {
    width: 50%;
}

.cpxbbox_slidea_l {
    padding-right: 110px;
    padding-left: 110px;
    /*max-height: 400px;*/
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
.cpxbbox_slidea_l img{border-radius: 10px;}
.cpxbbox_slidea_r {
    padding-top: 150px;
}

.cpxbbox_slidea_rh {
    font-size: 48px;
    color: #333;
    font-weight: bold;
}
.cpxbbox_slidea_rh span{
    font-size: 36px;
    color: #d8d8d8;
    text-transform: uppercase;    
}

.cpxbbox_slidea_rp {
    margin-top: 30px;
    width: 82%;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}
.cpxbbox_slidea_rp p{text-indent: 2em;}

.promore {
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    line-height: 38px;
    border-radius:25px;
    margin-top: 20px;
    font-size: 12px;
    color: #777777;
    background: #f1f1f1 !important;
    z-index: 3;
}
.promore i{margin-left: 38px;}
.promore:hover{color:#fff;}
.promore::after {
    content: '';
    position: absolute;
    left: 0;
    bottom:0;
    width: 0;
    height:38px;
    border-radius:25px;
    background-color: #000000;
    z-index: -1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.promore:hover::after {
    width: 100%;
}


/*.promore{*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    padding: 6px 2px;*/
/*    margin-top: 20px;*/
/*    font-size: 16px;*/
/*    color: #777777;*/
/*    border-bottom: 2px solid #777777;    */
/*}*/
/*.promore::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -2px;*/
/*    width: 0;*/
/*    height: 2px;*/
/*    background-color: #106ecb;*/
/*    z-index: 2;*/
/*    transition: all .4s;*/
/*    -webkit-transition: all .4s;*/
/*    -moz-transition: all .4s;*/
/*    -ms-transition: all .4s;*/
/*    -o-transition: all .4s;*/
/*}*/
/*.promore i{margin-left: 38px;}*/
/*.promore:hover::after {*/
/*    width: 100%;*/
/*}*/

.cpxbbox_slidea_rp span {
    font-weight: 700;
    color: #333;
}

.cpxbbox_slidea_rm {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.cpxbbox_slidea_rm>div {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
    background-color: #000000;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpxbbox_slidea:hover .cpxbbox_slidea_rm>div {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.cpxbbox_slidea_rm>div>i {
    font-size: 24px;
    color: #fff;
}

.cpxbbox_slidea_rm span {
    margin-left: 15px;
    
    font-size: 22px;
    color: #d8d8d8;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpxbbox_slide_b {
    padding: 120px 0;
}



.cpxbboxb_slide .cpxbboxb_slidea {
    /*padding: 40px 0 0px;*/
    display: block;

     
}

.cpxbboxb_container .cpxbboxb_slide{background: #ffffff;}
.cpxbboxb_slide .pb4{
    padding-top: 0px;
}

.tjcp_ct .swiper-slide .top{padding:35px 10px;position:relative;text-align: left; width: 64%;float: right;}
.tjcp_ct .swiper-slide .top .top1{ transition:.6s; position:relative; top:0}
.tjcp_ct .swiper-slide .top h2{margin-bottom: 30px;}
.tjcp_ct .swiper-slide .top h6{ font-size:20px; color:#000000; font-weight:bold;}
.tjcp_ct .swiper-slide .top h5{font-size: 14px;color:#666;font-weight:bold;line-height: 25px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.tjcp_ct .swiper-slide .top p{font-size:14px;color:#777777;line-height:24px;height: auto;margin: 20px 0px 30px;max-height: 160px;}
.tjcp_ct .swiper-slide .top .anniu_a .span{float:left;display:inline-block;background:linear-gradient(45deg, #000000 0%, #007cc3 100%);width:115px;height:35px;line-height:35px;font-size:12px;border-radius: 25px;color:#fff;text-transform:uppercase;text-align:center;transition:.6s;}
.tjcp_ct .swiper-slide .top .anniu_a .span:hover{background:#000000;}
.cpxbboxb_slideat img {
    width:100%;
    margin: 0 auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpxbboxb_slidea:hover .cpxbboxb_slideat img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cpxbboxb_slideab {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cpxbboxb_slideac {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    background-color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpxbbox_slide_bdw {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 62%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: #f5f5f5;
    outline: none;
}

.cpxb_pre,
.cpxb_next {
    position: absolute;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    outline: none;
}

.cpxb_pre {
    left: 0;
}

.cpxb_next {
    right: 0;
}

.cpxb_pre i,
.cpxb_next i {
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #000;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
@media screen and (min-width: 1921px) {
.cpxbboxb_slideat img{width:72% !important;padding:0% !important;}
.tjcp_ct .swiper-slide .top h6{font-size: 26px !important;}
.tjcp_ct .swiper-slide .top{padding:63px 10px !important;}
.tjcp_ct .swiper-slide .top .top1{top:50% !important;}
}
/*推荐产品  */
.index-product{width: 100%;height:900px;overflow: hidden;background:#ffffff;}
.tjcp {
    padding: 3% 0 5%;
    height: 900px;     
    z-index: 5;
}

.index-product .tjcp .swiper-container{
      width: 100%;
      height: 100% !important;
      margin:0 auto;
    }
.index-product .tjcp .swiper-container .swiper-slide {
      text-align: center;
      height: calc((100% - 30px) / 2);
      border-radius: 10px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.tjcp_tle {
    text-align: center;
}

.tjcp_tleh {
    font-size: 48px;
}

.tjcp_tlep {
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    text-transform: capitalize;
    color: #ccc;
}

.tjcp_ct {
    height: 600px;
}

/*.tjcp_ct .swiper-wrapper{*/
/*    flex-direction: row;*/
/*}*/
.tjcpkz {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpxbboxb_pagination {
    position: static;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    display: flex;
    align-items: center;
    margin:0px 30px 0px;
}

.tjcpkz_per,
.tjcpkz_next {
    outline: none;
}

.tjcpkz_per i,
.tjcpkz_next i {
    font-size: 26px;
    cursor: pointer;
}

.cpxbboxb_pagination span {
    margin: 0 10px;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.cpxbboxb_pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 3px solid #000000;
    background-color: transparent;
    outline: none;
}


/* 底部 */

.foot {
   background: #000000;
}

.foot.footny {
    background-color: #000;
    clear: both;
}

.foott {
    position: relative;
    padding: 80px 0 80px;
    display: flex;
    border-bottom: 1px solid #131313;
}

.lxbox {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: flex;
    align-items: center;
}

.foott_l {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.lxbox .lxboxa {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0 3px;
}

.footny .lxbox .lxboxa {
    border: 1px solid rgba(255, 255, 255, .4);
}

.lxboxadw {
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 100px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lxboxadw img {
    width: 100%;
}

.lxboxawx:hover .lxboxadw {
    bottom: 110%;
    opacity: 1;
}

.lxboxa i {
    font-size: 14px;
    color: #777;
}

.footny .lxboxa i {
    color: rgba(255, 255, 255, .4);
}

.foott_litemt .foott_litemta {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}

.footny .foott_litemt .foott_litemta {
    color: #fff;
}

.foott_litemb {
    margin-top: 25px;
}

.foott_litemb .foott_litemba {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #777777;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foott_litemb .foott_litemba:hover {
    color: #333;
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.footny .foott_litemb .foott_litemba {
    color: rgba(255, 255, 255, .4);
}

.footny .foott_litemb .foott_litemba:hover {
    color: #fff;
}

.foott_r {
    margin-right:10%;
}
.enfootr{margin-right:5%;}
.foott_r .foot_logo{margin-bottom:20px;}
.foott_r .foot_logo img{max-height:36px}
.foott_r .wxewm{margin-top: 20px;}
.foott_r .wxewm ul li{width:100px; float:left;margin-right:20px;}
.foott_r .wxewm ul li p{line-height:36px; text-align:center;color: rgba(255, 255, 255, .4);}
.foott_ritem {
    display: flex;
    align-items: center;
}

.foott_ritem {
    display: flex;
    align-items: center;
    margin-bottom:10px;
}

.foott_ritem i {
    font-size: 14px;
    color: #c9c9c9;
}

.footny .foott_ritem i {
    color:rgba(255, 255, 255, .4);
}

.foott_ritem span {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

.footny .foott_ritem span {
    color: rgba(255, 255, 255, .4);
}

.foott_rlink {
    margin-top: 55px;
    display: flex;
    width: 290px;
    height: 42px;
    text-align: center;
    overflow: hidden;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #000000;
}

.footny .foott_rlink {
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: #333;
}

.foott_rlink>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 50%;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foott_rlink>a:hover {
    padding-left: 5px;
}

.foott_rlink .foott_rlinkr {
    background-color: #333333;
}

.footny .foott_rlink .foott_rlinkr {
    background-color: #000000;
}

.footb {
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
}

.footny .footb {
    border-color: #484848;
}

.footbl,
.footbl>a,
.footbr,
.footbr>a {
    font-size: 14px;
    color: #999999;
}

.footbl>a,
.footbr>a {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.footbl>a:hover,
.footbr>a:hover {
    color: #333;
}

.footny .footbl,
.footny .footbl>a,
.footny .footbr,
.footny .footbr>a {
    color: rgba(255, 255, 255, .4);
}

.footny .footbl>a:hover,
.footny .footbr>a:hover {
    color: #fff;
}


/* 内页顶部 */

.nyhead {
    height:500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111;
}

.nyheadtxt {
    height: 100%;
    padding: 100px 0 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.nyheadtxth {
    font-size: 48px;
    color: #fff;
}

.nyheadtxty {
    position: relative;
    
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nyheadtxtyxz {
    position: relative;
}

.nyheadtxty span {
    position: relative;
    font-size: 50px;
    color: #fff;
    z-index: 2;
    font-weight: bold;
}

/*.nyheadtxtyxz::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    left: 50%;*/
/*    width: calc(90%);*/
/*    height: 20px;*/
/*    background-color: #000000;*/
/*    transform: translateX(-50%);*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*}*/

.nyheadtxtt img {
    width: 110px;
    margin: auto;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    animation: sfdh .5s linear infinite;
    -webkit-animation: sfdh 1s linear infinite;
}

.nyheadtxtp {
    margin-top: 5px;
    font-size: 16px;
    color: #ffffff;
}

.nyheadtxti {
    margin-top: 30px;
    text-align: center;
}

.nyheadtxti i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    animation: rotate .5s linear infinite;
    -webkit-animation: rotate .8s linear infinite;
}

.nybsk {
    height: 130px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nybsk .nybska {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f9f9f9;
}

.nybsk .nybska:last-child {
    border-right: 0;
}
.nybsk .nybska:hover .nybskabox_t,.nybsk .nybska.on .nybskabox_t{color:#000000;}

.nybskabox {
    text-align: center;
}

.nybskabox_i img {
    width:75px;
}
.nybskabox_i i {
    font-size: 40px;
}

.nybskabox_t {
    font-size: 20px;
    color: #999999;
}

.nybska.on .nybskabox_i i {
    color: #000000;
}

.nybska.on .nybskabox_t {
    color: #000000;
}

/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:3%; padding-bottom:4%; clear:both;}
.yema.bgs2{ text-align:right;}
.yema a,.yema .page-num{display:inline-block;height: 48px;line-height: 48px;padding-left:10px;overflow:hidden;padding-right:10px;min-width:48px;margin-left: 8px;text-align:center;color:#333333;font-size:14px;background: #ffffff;border-radius:5px;}
.yema a:hover{ text-decoration:none; color:#fff; background:#000000;}
.yema a.page-num-current{color:#fff;  background:#000000;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#000000;}
.yema a span{font-size:16px;}


/* 上下页  */

.sxy {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}


/*  卡片区域*/

.kpqybox {
    display: flex;
    margin-bottom: 90px;
}

.kpqybox>a {
    padding: 60px 70px 0;
    width: 50%;
    height: 270px;
    overflow: hidden;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.kpqybox>a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.kpqyboxal {
    margin-right: 20px;
}

.kpqyboxh {
    
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
}

/*.kpqybox>a:last-child .kpqyboxh {*/
/*    color: #333;*/
/*}*/

.kpqyboxm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.kpqyboxm i {
    font-size: 24px;
    color: #fff;
}

/*.kpqybox>a:last-child .kpqyboxm i {*/
/*    color: #777;*/
/*}*/

.kpqyboxm span {
    margin-left: 15px;
    font-size: 20px;
    color: #fff;
}

/*.kpqybox>a:last-child .kpqyboxm span {*/
/*    color: #333;*/
/*}*/

.kpqyboxar {
    margin-left: 20px;
}

.z_share .icon-weibo:before {content: "\e619";}
.z_share{ margin: 2vw 0;}
.z_share a{ display: inline-block; cursor: pointer;width: 50px; margin-right: 0.8vw;height: 50px;background: #e2e2e2; color: #4e4e4e; font-size:20px!important;border-radius: 25px; text-align: center; line-height: 50px;}
.z_share a:hover{ background: #000000; color:#fff;}
.wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:60px;left:0px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.z_menu_share .icon-wechat:before {content:"\f1d7";}
.z_menu_share .icon-qq:before{content:"\f1d6";}
.z_menu_share .icon-weibo:before{content:"\f18a";}
.wechat-qrcode.bottom{top:40px;left:-84px}
.wechat-qrcode.bottom:after{display:none}
.wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.wechat-qrcode .qrcode table{margin:0 !important}
.wechat-qrcode .help p{font-weight:normal;line-height:16px;font-size: 12px;padding:0;margin:0}
#share-1 a:hover .wechat-qrcode{display:block}

.z_menu_addre{color: #666666;line-height: 24px;}
.z_menu_share{ margin-left: auto; flex-shrink: 0;}
.z_menu_share a{display: inline-block;border-radius: 50%;text-align: center;color: #666666;outline:none;font-size: 16px!important;margin-left: 15px;font-family: "Font Awesome 6 Brands";font-weight: 400;}
.z_menu_share a:hover{color:#e60012; cursor: pointer;}
.z_menu_close{ position: absolute; right: 0vw; top: 0vw; width: 6.25vw; height: 6.25vw; text-align: center; line-height: 6.25vw; color: #B4B4B4; font-size: 28px!important; font-weight: bold; cursor: pointer;}
.z_menu_close:hover{ color:#000000;}
.z_menu_mask .warp{ opacity: 0; width: 100%; transition: ease 1s; transform: translateX(100px) ;}
.z_menu_mask.on,.z_menu_mask.on .warp{ opacity: 1; visibility: visible;transform: translateX(0px);}
.z_menu_mask.on::before{ transition-delay:.5s;}
.z_menu_mask.on::after{}
.z_menu_mask.on::before,.z_menu_mask.on::after{ transform: translateY(-50%) scale(1,1)}
.z_menu_mask.on .warp{transition-delay:1.4s}

/* 分页 */


/* 通用分页样式 */

.pages ul {
    display: flex;
}

.pages li {
    margin-right: 5px;
}

.pages li a {
    border: 1px solid #f1f1f1;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.pages li:last-child a,
.pages li:first-child a {
    width: 130px;
}

.pages li a:hover {
    border: 1px solid #000000;
    background: #fff;
    color: #000000;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #f1f1f1;
    width: 130px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background-color: #f1f1f1;
}

.pages .current a {
    border: 1px solid #000000;
    background: #fff;
    color: #000000;
}


/* 在线留言 */

.zalycp {
    margin:60px 0px;
}

.zalycp_t {
    text-align: center;
}

.zalycp_th {
     font-size: 32px;
    font-weight: bold;
}

.zalycp_tp {
    text-transform: uppercase;
    font-size: 14px;
    color: #a8a8a8;
}

.zalycp_b {
    margin-top: 50px;
}

.zalycp_bf {
    width: 100%;
}

.zalycp_bft {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.zalycp_bft>input {
    padding: 0 30px;
    width: 31%;
    height: 60px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.zalycp_bfc {
    margin-bottom: 20px;
}

.zalycp_bfc>textarea {
    display: block;
    width: 100%;
    padding: 20px;
    height: 180px;
    border: 1px solid #eeeeee;
    outline: none;
    resize: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.zalycp_bfy {
    height: 60px;
    display: flex;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.zalycp_bfy>input {
    flex: 1;
    border: 0;
    padding: 0 20px;
}

.zalycp_bfyimg {
    position: relative;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zalycp_bfyimg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: #eee;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.zalycp_bfz {
    padding: 15px 0;
    color: #777;
}

.zalycp_bfd {
    display: flex;
    justify-content: space-between;
}

.zalycp_bfd>input {
    width: 49%;
    height: 60px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}



.zalycp_bfdt {
    background:#000;
    color: #fff;
}
.zalycp_bfdt:hover{background:#e60012;}
.zalycp_bfdc {
    background-color: #eaeaea;
    color: #333;
}


/* 全屏视频 */

.qpsp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999999;
}

.gbbtn {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    z-index: 3;
}

.gbbtn i {
    font-size: 30px;
    color: #fff;
}

.qpspzg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.qpspbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    z-index: 5;
    width: 60%;
}

.qpspbox>div {
    width: 100%;
}

.video-js .vjs-tech {}


/* 样式补充 */

.video-js {
    /* 给.video-js设置字体大小以统一各浏览器样式表现，因为video.js采用的是em单位 */
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.video-js button {
    outline: none;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    /* 视频占满容器高度 */
    height: 100%;
    background-color: #161616;
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #111;
}

.vjs-poster {
    background-color: #161616;
    background-size: cover;
}

.video-js .vjs-big-play-button {
    /* 中间大的播放按钮 */
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: rgba(115, 133, 159, .5);
    border-width: 0.12em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}

.video-js.vjs-paused .vjs-big-play-button {
    /* 视频暂停时显示播放按钮 */
    display: block;
}

.video-js.vjs-error .vjs-big-play-button {
    /* 视频加载出错时隐藏播放按钮 */
    display: none;
}

.vjs-loading-spinner {
    /* 加载圆圈 */
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

.video-js .vjs-control-bar {
    /* 控制条默认显示 */
    display: flex;
}

.video-js .vjs-time-control {
    display: block;
}

.video-js .vjs-remaining-time {
    display: none;
}

.vjs-button>.vjs-icon-placeholder:before {
    /* 控制条所有图标，图标字体大小最好使用px单位，如果使用em，各浏览器表现可能会不大一样 */
    font-size: 22px;
    line-height: 1.9;
}

.video-js .vjs-playback-rate .vjs-playback-rate-value {
    line-height: 2.4;
    font-size: 18px;
}


/* 进度条背景色 */

.video-js .vjs-play-progress {
    color: #000000;
    background-color: #000000;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #000000;
}

.vjs-mouse-display .vjs-time-tooltip {
    padding-bottom: 6px;
    background-color: #000000;
}

.video-js .vjs-play-progress .vjs-time-tooltip {
    display: none!important;
}

.video-js .vjs-time-control {
    padding: 0 0.5em;
}

.video-js .vjs-big-play-button {
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/* 媒体查询 */

@media screen and (max-width: 1600px) {
    /* 头部下拉 */
    .headnavxl {
        padding: 50px 0;
    }
    .headnavxl_slideatxt,
    .headnavtxtbox_t,
    .headnavtxtbox_b {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
    }
    /* 头部 */
    .headlogo_txth {
        font-size: 22px;
    }
    .headnav_item .headnav_itema {
        font-size: 16px;
    }
    .headbox_lxa span {
        font-size: 14px;
    }
    .headbox_lxa i,
    .headnavtxtbox_b i {
        font-size: 16px;
    }
    .headnavtxtbox_t,
    .headnavtxtbox_b span {
        font-size: 16px;
    }
    /* banner */
    .banner_slideatxt {
        padding: 100px 0 80px;
    }
    .bannersldtxt_h {
        font-size: 40px;
    }
    .bannersldtxt_y {
        font-size: 90px;
        line-height: 90px;
    }
    .bannersldtxt_p {
        font-size: 16px;
        line-height: 26px;
    }
    .bannersldtxt_m {
        font-size: 16px;
    }
    /* 产品 */
    .cpfl {
        height: 80px;
        line-height: 80px;
    }
    .cpflt_slide .cpflt_slidea {
        font-size: 18px;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top: 75px;
    }
    .cpxbbox_slidea_rh {
        font-size: 40px;
    }
    .cpxbbox_slidea_rp {
        margin-top: 20px;
        width: 70%;
        font-size: 16px;
        line-height: 26px;
    }
    .cpxbbox_slidea_rm {
        margin-top: 40px;
    }
    .cpxbbox_slidea_rm i {
        font-size: 48px;
    }
    .cpxbbox_slidea_rm span {
        font-size: 20px;
    }
    .tjcp {
        padding: 45px 0 75px;
    }
    .tjcp_tleh {
        font-size: 40px;
    }
    .tjcp_tlep {
        font-size: 20px;
    }
    .cpxbboxb_slideab {
        font-size: 16px;
    }
    .tjcp_ct {
        margin-top: 35px;
    }
    /* 底部 */
    .foott {
        padding: 70px 0 90px;
    }
    .foott_litemt .foott_litemta {
        font-size: 18px;
    }
    .foott_litemb {
        margin-top: 14px;
    }
    .foott_litemb .foott_litemba {
        font-size: 14px;
        padding: 4px 0;
    }
    .foott_ritem span {
        font-size: 14px;
    }
    .foott_ritem i {
        font-size: 16px;
    }
    .foott_ritem {
        margin-bottom: 15px;
    }
    .foott_rlink {
        margin-top: 35px;
    }
    .foott_rlink>a {
        font-size: 14px;
    }
    .footbl,
    .footbl>a,
    .footbr,
    .footbr>a {
        font-size: 13px;
    }
    /* 内页背景 */
    .nybsk {
        height: 120px;
    }
    .nyhead {
        height: 500px;
    }
    .nyheadtxt {
        padding: 140px 0 60px;
    }
    .nyheadtxth {
        font-size: 40px;
    }
    .nyheadtxty span {
        font-size: 55px;
    }
    .nyheadtxtyxz::after {
        height: 25px;
    }
    .nyheadtxtp {
        font-size: 14px;
    }
    .nyheadtxti {
        margin-top: 20px;
    }
    .nybskabox_i i {
        font-size: 32px;
    }
    /* 卡片区域 */
    .kpqybox>a {
        padding: 40px 50px 0;
    }
    .kpqyboxh {
        font-size: 30px;
    }
    .kpqyboxm span {
        font-size: 18px;
    }
    /* 上下叶 */
    .sxy {
        margin-top: 40px;
    }
    .pages li span,
    .pages li a {
        height: 50px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 75px;
    }
    .zalycp_b {
        margin-top: 40px;
    }
    .zalycp_th {
        font-size: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .headnavxl {
        padding: 45px 0;
    }
    .headnavxlbox .headnavxl_slidea {
        padding: 25px;
    }
    .headnavxl_slideatxt {
        margin-top: 10px;
    }
    .headnavtxtbox_t,
    .headnavtxtbox_b span {
        font-size: 12px;
    }
    /* 头部 */
    .head {
        height: 90px;
    }
    .head.on {
        height: 80px;
    }

    .headlogo_txt {
        margin-left: 16px;
    }
    .headnav_item .headnav_itema {
        padding: 0 25px;
    }
    .headbox_lx .headbox_lxa {
        height: 40px;
    }
    .headbox_lxa span {
        font-size: 14px;
    }
    .headbox_lxa i,
    .headnavtxtbox_b i {
        font-size: 16px;
    }
    .headbox_lx .headbox_lxa {
        width: 150px;
    }
    /* banner */
    .banner_slideatxt {
        padding: 90px 0 60px;
    }
    .bannersldtxt_h {
        font-size: 36px;
    }
    .bannersldtxt_y {
        font-size: 70px;
        line-height: 70px;
    }
    .bannersldtxt_p {
        font-size: 14px;
        line-height: 24px;
    }
    .bannersldtxt_m {
        font-size: 14px;
    }
    .kzqy {
        bottom: 90px;
    }
    .kztop {
        bottom: 130px;
    }
    /* 产品 */
    .cpfl {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
    }
    .cpflt_slide .cpflt_slidea {
        font-size: 16px;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top: 65px;
    }
    .cpxbbox_slidea_l {
        padding-right: 90px;
    }
    .cpxbbox_slidea_rh {
        font-size: 36px;
    }
    .cpxbbox_slidea_rp {
        width: 80%;
    }
    .cpxbbox_slidea_rp {
        font-size: 14px;
        line-height: 24px;
    }
    .cpxbbox_slidea_rm {
        margin-top: 30px;
    }
    .cpxbbox_slidea_rm i {
        font-size: 45px;
    }
    .cpxbbox_slidea_rm span {
        font-size: 18px;
    }
    .tjcp {
        padding: 35px 0 65px;
    }
    .tjcp_tleh {
        font-size: 36px;
    }
    .tjcp_tlep {
        font-size: 18px;
    }
    .tjcp_ct {
        margin-top: 30px;
    }
    .tjcpkz {
        margin-top: 20px;
    }
    .cpxbboxb_slideab {
        font-size: 14px;
    }
    .cpxbboxb_slide .cpxbboxb_slidea {
        padding: 40px 0 10px;
    }
    /* 底部 */

    .foott {
        padding: 60px 0 80px;
    }
    .foott_litemt .foott_litemta {
        font-size: 18px;
    }
    .foott_litemb .foott_litemba {
        font-size: 14px;
    }
    .foott_ritem span {
        font-size: 14px;
    }
    .foott_ritem i {
        font-size: 16px;
    }
    .foott_rlink {
        height: 40px;
    }
    .foott_rlink>a {
        font-size: 14px;
    }
    .footbl,
    .footbl>a,
    .footbr,
    .footbr>a {
        font-size: 13px;
    }
    .footb {
        padding: 16px 0;
    }
    /* 内页背景 */
    .nyheadtxth {
        font-size: 36px;
    }
    .nyheadtxty span {
        font-size: 50px;
    }
    .nyheadtxtyxz::after {
        height: 22px;
    }
    .nyheadtxtp {
        font-size: 13px;
    }
    .nyhead {
        height: 450px;
    }
    .nyheadtxt {
        padding: 140px 0 50px;
    }
    .nyheadtxti {
        margin-top: 15px;
    }
    .nybskabox_t {
        font-size: 14px;
    }
    .nybskabox_i i {
        font-size: 28px;
    }
    .nybsk {
        height: 100px;
    }
    .nyheadtxti i {
        font-size: 32px;
    }
    /* 卡片区域 */
    .kpqybox>a {
        height: 220px;
    }
    /* 上下叶 */
    .sxy {
        margin-top: 35px;
    }
    .pages li span,
    .pages li a {
        font-size: 16px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 65px;
    }
    .zalycp_b {
        margin-top: 35px;
    }
    .zalycp_th {
        font-size: 36px;
    }
    .zalycp_bft>input {
        height: 50px;
    }
    .zalycp_bfc>textarea {
        height: 160px;
    }
    .zalycp_bfy {
        height: 50px;
    }
    .zalycp_bfd>input {
        height: 50px;
    }
    .qpspbox {
        width: 70%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1380px) {
  .headnav_item .headnav_itema {
        font-size: 12px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .headbox_nav {display: none;}
    .headnav_item .headnav_itema {font-size: 12px;}
}
@media screen and (max-width: 1200px) {
    .qpspbox {
        width: 80%;
    }
    /* 头部 */
    .w3 {
        width: 98%;
    }
    .w2 {
        width: 95%;
    }
    .container {
        max-width: 95%;
    }
    .headbox_lx .headbox_lxa {
        width: 150px;
    }
    .headnav_item .headnav_itema {
        padding: 0 25px;
    }
    .headbox_lx .headbox_lxa.headbox_lxaz {
        display: none;
    }
    /* banner */
    .bannersldtxt_h {
        font-size: 32px;
    }
    .bannersldtxt_y {
        font-size: 64px;
        line-height: 64px;
    }
    .bannersldtxt_p {
        font-size: 13px;
        line-height: 23px;
    }
    .bannersldtxt_m {
        font-size: 13px;
    }
    .kzqy {
        bottom: 80px;
    }
    .kzqybox_rl {
        font-size: 42px;
    }
    .kzqybox_rr {
        font-size: 20px;
    }
    .kztop {
        bottom: 180px;
    }
    /* 产品 */
    .cpflt_slide .cpflt_slidea {
        font-size: 14px;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top: 60px;
    }
    .cpxbbox_slidea_l {
        padding: 0 40px;
    }
    .cpxbbox_slidea_rh {
        font-size: 32px;
    }
    .cpxbbox_slidea_rm i {
        font-size: 40px;
    }
    .cpxbbox_slidea_rm span {
        font-size: 18px;
    }
    .tjcp {
        padding: 30px 0 60px;
    }
    .cpxbbox_slide_bdw {
        height: 60%;
    }
    .tjcp_tleh {
        font-size: 32px;
    }
    .tjcp_tlep {
        font-size: 16px;
    }
    .cpxbbox_slidea_rp {
        font-size: 13px;
        line-height: 23px;
    }
    /* 底部 */

    .foott {
        padding: 50px 0 70px;
    }
    .foott_litemt .foott_litemta {
        font-size: 16px;
    }
    .footb {
        padding: 15px 0;
    }
    .cndns-right {
        display: none;
    }
    .footbl,
    .footbl>a,
    .footbr,
    .footbr>a {
        font-size: 12px;
    }
    /* 内页背景 */
    .nyheadtxth {
        font-size: 32px;
    }
    .nyhead {
        height: 400px;
    }
    .nyheadtxt {
        padding: 140px 0 45px;
    }
    .nyheadtxtt img {
        width: 100px;
    }
    .nyheadtxtp {
        font-size: 12px;
    }
    .nybsk {
        height: 90px;
    }
    .nybskabox_i i {
        font-size: 24px;
    }
    .nyheadtxti {
        margin-top: 15px;
    }
    /* 卡片 */
    .kpqybox>a {
        height: 180px;
        padding: 30px 40px 0;
    }
    .kpqyboxh {
        font-size: 26px;
    }
    .kpqyboxm span {
        font-size: 18px;
    }
    /* 上下叶 */
    .sxy {
        margin-top: 30px;
    }
    .pages li span,
    .pages li a {
        height: 45px;
        font-size: 14px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 55px;
    }
    .zalycp_b {
        margin-top: 30px;
    }
    .zalycp_th {
        font-size: 32px;
    }
    .zalycp_bfc>textarea {
        height: 140px;
    }
}

@media screen and (max-width: 992px) {
    .bannerbox{
        height: 80%;
        min-height:80vh;
    }
    .bannerbox .nav_pagination{display:none;}
    .banner{height: calc(80vh - 25px);}
    .cpxbbox_slidea_l{margin-top:0px;}
    .bannerbox .banner_video{width:75px;}
    .cpxb_pre i, .cpxb_next i{width:45px;height:45px;line-height: 45px;}
    .z_about_num{width:90%;left:5%;padding: 0 20px;height:100%;overflow: hidden;}
    .z_about_num ul{display:block;padding: 20px 0px;}
    .z_about_num li{width:48%;margin-right:4%;float:left;margin-bottom:15px;}
    .z_about_num li:nth-child(2n+0){margin-right:0;}
    .z_about_num h4{font-size:12px;}
    .z_about_num .icon{margin-right: 10px;width: auto;height: 38px;border: none;padding: 0;}
    .z_about_num h3{font-size:20px;}
    .i_two_a .scroller li dd .h4{font-size:20px;}
    .product-l{width:100%;margin-right:0;max-height: 165px;}
    .product-l .vmores{padding:0% 5% 10% 0%;}
    .product-l .coverbox ._bg{height:165px;}
    .product-l .coverbox .coverimg{background-position: bottom;}
    .enproheight{max-height: 235px; }
    .product-r{width:100%;max-height: 100%;margin-top:10px;}
    .enproheight .vmores{padding-bottom:3%;}
    .owl-demo7 .item{width:32%;}
    .owl-demo7 .item:nth-child(3n+0){margin-right:0;}
    .lxbox {
        display: none;
    }
    .w2 {
        width: 98%;
    }
    .container {
        max-width: 98%;
    }
    /* 头部 */
    .headbox_nav {
        display: none;
    }
    .head {
        height: 80px;
    }
    .head.on {
        height: 80px;
    }
    .banner_slideatxt {
        padding: 80px 30px 50px;
    }
    /* banner */
    .bannersldtxt_h {
        font-size: 30px;
    }
    .bannersldtxt_y {
        font-size: 56px;
    }
    .enbantxt{width:90%;margin:0 auto;line-height:38px;}
    /* 产品 */
    .cpfl {
        height: 50px;
        line-height: 50px;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top: 55px;
    }
    .cpxbbox_slidea_r {
        padding-top: 30px;
    }
    .cpxbbox_slidea_rh {
        font-size: 30px;
    }
    .cpxbbox_slidea_rp {
        margin-top: 15px;
        font-size: 13px;
        line-height: 23px;
        width: 85%;
    }
    .cpxbbox_slidea_rm {
        margin-top: 25px;
    }
    .cpxbbox_slidea_rm i {
        font-size: 36px;
    }
    .cpxbbox_slidea_rm span {
        font-size: 16px;
    }
    .tjcp {
        padding: 20px 0 55px;
    }
    .tjcp_tleh {
        font-size: 30px;
    }
    .tjcp_tlep {
        font-size: 16px;
    }
    .tjcp_ct {
        margin-top: 25px;
    }
    /*底部 */
    .foott {
        padding: 50 0 60px;
    }
    .foott_r{
      margin-right:0;
    }
    .foott_l {
        display: none;
    }
    .footb {
        padding: 12px 0;
        flex-wrap: wrap;
    }
    .footb>div {
        width: 100%;
        text-align: center;
    }
    .footbl,
    .footbl>a,
    .footbr,
    .footbr>a {
        font-size: 12px;
    }
    /* 内页背景 */
    .nyheadtxth {
        font-size: 30px;
    }
    .nyheadtxty span {
        font-size: 36px;
    }
    .nyheadtxtyxz::after {
        bottom: 10px;
        height: 20px;
    }
    .nyhead {
        height: 350px;
    }
    .nyheadtxt {
        padding: 120px 0 40px;
    }
    .nyheadtxtt img {
        width: 80px;
    }
    .nyheadtxti {
        margin-top: 10px;
    }
    .nybsk {
        height: 86px;
    }
    /* 卡片 */
    .kpqyboxh {
        font-size: 24px;
    }
    .kpqyboxm span {
        font-size: 16px;
    }
    /* 上下叶 */
    .sxy {
        margin-top: 25px;
    }
    .pages li span,
    .pages li a {
        height: 45px;
        font-size: 14px;
    }
    .pages .current a {
        width: 45px;
    }
    .pages li span {
        width: 80px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 50px;
    }
    .zalycp_b {
        margin-top: 30px;
    }
    .zalycp_th {
        font-size: 30px;
    }
    .zalycp_bft>input {
        height: 50px;
    }
    .zalycp_bfc>textarea {
        height: 160px;
    }
    .zalycp_bfy {
        height: 50px;
    }
    .zalycp_bfd>input {
        height: 50px;
    }
    .zalycp_bfz {
        font-size: 14px;
    }
    .ydbtn {
        display: flex;
    }
    .pages li a {
        width: 45px;
    }
    .pages li:last-child a,
    .pages li:first-child a {
        width: 80px;
    }
}

@media screen and (max-width:768px) {
    .mouse{background-size: 20px;}
    /*.tjcp_ct .swiper-wrapper{flex-direction: column;}*/
    .pages li a {
        width: 36px;
    }
    .pages li:last-child a,
    .pages li:first-child a {
        width: 60px;
    }
    .headlogo_txth {
        margin-top: 5px;
        font-size: 18px;
        line-height: 20px;
    }
    .banner_slideatxt {
        padding: 0px 10px 100px;
        top: 18%;
    }
    .qpspbox {
        width: 95%;
    }
    .w3 {
        width: 100%;
        padding: 0 15px;
    }
    .w2 {
        width: 100%;
        padding: 0 15px;
    }
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    /* 头部 */
    .headbox_lxl {
        display: none;
    }
    .head {
        height: 70px;
    }
    .head.on {
        height: 70px;
    }
    .headlogo_img img {
     height: 35px;
    }
    .headlogo_txt {
        margin-left: 6px;
    }
    /* banner */
    .bannersldtxt_h {
        font-size: 24px;
    }
    .bannersldtxt_y {
        margin: 0 0 20px;
        font-size: 36px;
        line-height: 1.1;
    }
    .bannersldtxt_p br {
        display: none;
    }
    .bannersldtxt_p {
        width:100%;
        font-size: 12px;
        line-height: 20px;
      word-break: keep-all;
  word-wrap: normal;
  white-space: pre-line;
    }
    .bannersldtxt_m {
        margin-top: 20px;
        font-size: 12px;
    }
    .cpflt_slide>.cpflt_slidea {
        border-bottom: 1px solid #0d4883;
    }
    .cpflt_slide:last-child .cpflt_slidea {
        border-right: 1px solid #0d4883;
    }
    .cpflt_slide:nth-last-child(-n+2) .cpflt_slidea {
        border-bottom: 0;
    }
    .cpflt_slide:hover .cpflt_slidea {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .cpflt_slide.swiper-slide-thumb-active:after {
        display: none;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top:0px;
    }
    .cpxb_pre,
    .cpxb_next {
        top: 30%;
    }
    .cpfl {
        height: auto;
    }
    .kzqybox_l {
        display: none;
    }
    .kzqy {
        bottom: 125px;
    }
    .kzqybox_rl {
        font-size: 30px;
    }
    .kzqybox_rc {
        padding-bottom: 5px;
        margin: 0 10px;
        font-size: 16px;
    }
    .kzqybox_r {
        width: auto;
    }
    .kzqybox_rr {
        padding-bottom: 2px;
        font-size: 16px;
    }
    .kzqybox_l {
        margin-right: 20px;
    }
    .kztopbox {
        margin: 0;
    }
    .kztop {
        bottom: 150px;
        right: -30px;
    }
    /* 产品 */
    .banner {
        overflow: hidden;
    }
    .cpfl .w2 {
        padding: 0;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        flex-wrap: wrap;
    }
    .cpxbbox_slidea>div {
        width: 100%;
    }
    .cpxbbox_slidea_r {
        padding-top: 25px;
    }
    .cpxbbox_slidea_rh {
        font-size: 26px;
        text-align: center;
    }
    .cpxbbox_slidea_rh span{font-size:20px;}
    .cpxbbox_slidea_rp p{font-size:12px;}
    .cpxbbox_slidea_rp {
        font-size: 12px;
        line-height: 20px;
        margin: 10px auto 0;
        width: 100%;
        text-align: center;
    }
    .cpxbbox_slidea_r .promore{text-align: center;display: inherit;}
    .cpxbbox_slide_bdw {
        display: none;
    }
    .cpxbbox_slidea_rm {
        display: none;
    }
    .cpxbbox_slidea_rm i {
        font-size: 28px;
    }
    .cpxbbox_slidea_rm span {
        display: none;
    }
    .cpxbbox_slide_bdw {
        height: 46%;
    }
    .index-product .tjcp {
        padding:0px 15px;
    }
    /* 推荐产品 */
    .cpxbbox_slidea_l img {
        width: 100%;
    }
    .tjcp_tleh {
        font-size: 24px;
    }
    .tjcp_tlep {
        font-size: 14px;
    }
    .tjcpkz {
        margin-top: 15px;
    }
    .cpxbboxb_slideab {
        font-size: 12px;
    }
    .cpxbboxb_slide .cpxbboxb_slidea {
        padding: 20px;
    }
    .index-product{height:700px;padding-top: 20px;}
    .index-product .ttitle{padding-bottom:10px;}
    .tjcp_ct{height:500px;}
    /*.index-product .tjcp .swiper-container .swiper-slide{height:calc((100% - 180px) / 2);}*/
    .tjcp_ct .swiper-slide .top h6{font-size:16px;}
    .tjcp_ct .swiper-slide .top p{max-height:48px;margin:10px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
    .cpxbboxb_slideat img {
        width: 100%;
    }
    /* 尾部 */
    .footbr {
        display: none;
    }
    .foott {
        padding: 50px 20px;
    }
    .foott_litemt .foott_litemta {
        font-size: 16px;
    }
    .foott_litemb {
        margin-top: 15px;
    }
    .foott_litemb .foott_litemba {
        font-size: 13px;
        padding: 5px 0;
    }
    /* 卡片 */
    .kpqybox {
        flex-wrap: wrap;
    }
    .kpqybox>a {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .kpqyboxh {
        font-size: 22px;
        line-height: 1.1;
    }
    .kpqyboxm i {
        font-size: 22px;
    }
    /* 内页背景 */
    .nyheadtxth {
        font-size: 18px;
    }
    .nyheadtxty span {
        font-size: 28px;
    }
    .nyheadtxtyxz::after {
        height: 12px;
    }
    .nyheadtxtt img {
        width: 50px;
    }
    .nyhead {
        height: 260px;
    }
    .nyheadtxt {
        padding: 30px 0 0px;
    }
    .nyheadtxtt img {
        width: 60px;
    }
    .nyheadtxti {
        display: none;
    }
    /* 变色块 */
    .nybsk {
        flex-wrap: wrap;
        margin-top: 35px;
        height: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .nybsk .nybska:last-child {
        border-right: 1px solid #e1e1e1;
    }
    .nybsk .nybska {
        padding: 16px 0;
        flex: none;
        width: 33.33%;
        border-bottom: 1px solid #e1e1e1;
    }
    .nybsk .nybska:nth-child(3n) {
        border-right: 0;
    }
    .nybsk .nybska:nth-last-child(-n+3) {
        border-bottom: 0;
    }
    .nybskabox_i i {
        font-size: 22px;
    }
    .nybskabox_t {
        font-size: 12px;
    }
    .nyheadtxtp {
        margin-top: 0;
        padding: 0 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .nyheadtxti {
        margin-top: 10px;
    }
    .nyheadtxti i {
        font-size: 30px;
    }
    /* 上下叶 */
    .pages li span,
    .pages li a {
        height: 36px;
        font-size: 12px;
    }
    .pages .current a {
        width: 36px;
    }
    .pages li span {
        width: 60px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 50px;
    }
    .zalycp_b {
        margin-top: 25px;
    }
    .zalycp_th {
        font-size: 24px;
    }
    .zalycp_tp {
        font-size: 14px;
    }
    .zalycp_bft>input {
        height: 45px;
    }
    .zalycp_bfc>textarea {
        height: 120px;
    }
    .zalycp_bfy {
        height: 45px;
    }
    .zalycp_bfd>input {
        height: 45px;
    }
    .zalycp_bft,
    .zalycp_bfc {
        margin-bottom: 10px;
    }
    .zalycp_bfz {
        font-size: 12px;
        padding: 10px 0;
    }
    .kpqybox>a {
        height: 160px;
    }
}

.mbzd {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 36px;
    height: 36px;
    background-color: #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: .8;
    cursor: pointer;
}

.mbzd.on {
    display: flex;
}

.mbzd i {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width:992px) {
    .cndns-right {
        display: none !important;
    }
}

.cplrz {
    padding: 50px 0;
}

@media screen and (min-width:992px) {
    .mbzd {
        display: none!important;
    }
}

.xzbtn {
    padding: 0 30px;
    margin-top: 30px;
    display: flex;
}

.xzbtn .xzbtna {
    width: 49%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #000000;
    overflow: hidden;
}

.xzbtn .xzbtna:last-child {
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #333;
}

.xzbtn .xzbtna:last-child span {
    color: #333;
}

.xzbtna i {
    font-size: 18px;
    color: #fff;
}

.xzbtna span {
    margin-left: 6px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}


/* 手机版底部 */

.mbfoot {
    height: 60px;
    overflow: hidden;
}

.mbfootdw {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:60px;
    display: none;
    background: #000000;
    z-index: 10;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.mbfoot.on .mbfootdw {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.mbfootdw .mbfootdw_item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

.mbfootdw .mbfootdw_item:last-child {
    border-right: none;
    box-shadow: none;
}

.mbfootdw_itemi i {
    font-size: 18px;
    color: #fff;
}

.mbfootdw_itemp {
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width:768px) {
    .mbfootdw {
        display: flex;
    }
}

@media screen and (min-width:768px) {
    .mbfoot {
        display: none!important;
    }
}


/* 微信弹出 */

#wechat-lightbox {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0px;
    right: 0px;
    left: 0px;
    transition: opacity 0.1s ease-in 0s;
    background: rgba(0, 0, 0, 0.75);
}

.mip-fill-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

i.guanbi {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}

#MIP-LLIGTBOX-MASK {
    background: rgba(0, 0, 0, .4)
}

.form-wechat-model-ctn .model-mask {
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000
}

.mip-sjh-wechat-model {
    width: 100%;
    height: 100%
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer {
    width: 20.6875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    background: #fff;
    border-radius: .8125rem
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .close {
    position: absolute;
    right: .9375rem;
    top: .9375rem
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .wechat-model-success {
    height: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}

.wechat-model-success .image i {
    font-size: 50px;
    line-height: 1;
    color: #1aad19;
    margin-bottom: 10px
}

.wechat-model-success .guide-img {
    margin-top: 10px;
    margin-bottom: 20px
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .wechat-model-success .button {
    background-color: #1aad19;
    border-radius: .25rem;
    width: 100px;
    margin: auto;
    margin-top: .9375rem;
    line-height: 2.2;
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .wechat-model-success .button span {
    color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1380px) {
    .banner{height:100vh}
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
   .headbox_lxl {display: none;}
   .ydbtn {display: flex;}
   .nybskabox_i img{width: 60px;}
   .banner{height: calc(60vh - 125px);}
}