html,body{padding: 0;margin: 0;font-size: 16px;color: #333;overflow-x:hidden;     font:14px/1.8 "微软雅黑", "Arial", "Helvetica", "SimHei", "STXihei", sans-serif;}
.wrap{margin: 0 auto; width:94%;}
.ny_wrap{margin: 0 auto; width:80%; max-width:1520px; overflow:hidden;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus,select:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.row{margin-right:0; margin-left:0}
dl, ol, ul, p{margin-bottom:0px}

@font-face {
  font-family: "iconfont"; /* Project id 3857742 */
  src: url('../font/iconfont.woff2?t=1673310925177') format('woff2'),
       url('../font/iconfont.woff?t=1673310925177') format('woff'),
       url('../font/iconfont.ttf?t=1673310925177') format('truetype');
}

.iconfont{font-family:"iconfont"!important; font-style:normal;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#aaa; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#fff;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#fff;}

.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}

/**导航菜单**/

header{width:100%; z-index:999; background:rgba(255,255,255,0);  position:fixed;}
header:after{content: ""; position:absolute; left:0; bottom:0; width:100%; height:1px; background:rgba(255,255,255,.1);}

header .logo{float:left; width:20%;}
header .logo a{width:100%; position:relative; z-index:99;}
header .logo img{margin-top:13px; max-width:30%}
header .logo .img{display:none}

header .rightDiv{float:right; width:75%;}
header .rightDiv .menu{position:relative;}
header .rightDiv .menu ul{width:100%; }
header .rightDiv .menu ul li{float:left; width:12%; height:90px; line-height:90px; text-align:center; position:relative; cursor:pointer; position:relative;}
header .rightDiv .menu ul li a{color:#fff; font-size:16px; z-index:10; position:relative; font-weight:400; text-transform:uppercase; display:block}
header .rightDiv .menu ul li:after{content:""; position:absolute; z-index:9; left:0; bottom:0px; width:0; height:3px; background:#5c0d13; overflow:hidden; transition:all 0.3s ease-out;}
header .rightDiv .menu ul li:hover a{color:#fff}
header .rightDiv .menu ul li.cur:after{width:100%; bottom:0px;}
header .rightDiv .menu ul li.cur a{color:#5c0d13 !important;}

header .rightDiv .menu ul ul{position:absolute; text-align:left; background:rgba(255,255,255,1); box-shadow:0px 5px 5px rgba(0,0,0,.1); width:100%;  left:0; top:90px; opacity:0; overflow:hidden; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}
header .rightDiv .menu ul .ej{width:240px; left:-35px;}
header .rightDiv .menu li:hover ul{opacity:1;}
header .rightDiv .menu li:hover ul li{height:50px; line-height:50px;}
header .rightDiv .menu li ul li{width:100%; height:0px; line-height:0px; display:inline-block; border-bottom: 1px dashed #e4e4e4; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}
header .rightDiv .menu ul ul li:last-child{border-bottom:none;}
header .rightDiv .menu ul ul li:hover{background:rgba(92,13,19,1); border-bottom:none; height:80px; line-height:80px;}
header .rightDiv .menu ul ul li:hover a{color:#fff !important}
header .rightDiv .menu ul ul li a{font-size:14px; color:#999; text-transform:capitalize; height:50px; line-height:50px;}
header .rightDiv .menu ul ul li a:hover{height:80px; line-height:80px;}
header .rightDiv .menu ul ul li a:hover,header .rightDiv .menu ul li.cur ul li:hover a{color:#fff !important}
header .rightDiv .menu ul ul li a,header .rightDiv .menu ul li.cur ul li a{ color:#666 !important}
header .rightDiv .menu ul ul li a:after{ display:none}
header .rightDiv .menu ul .lang{ float:right}
header .rightDiv .menu ul .lang i{margin-right:5px; color:#fff}


header .search{float:right; width:5%; text-align:center}
header .search i{font-size:22px; color:#fff; line-height:90px}

header .mbtn {display: inline-block;width:60px;height:60px;background: url(../images/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header.indexHeader .mbtn{background: url(../images/menu.png) no-repeat center center;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../images/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{position:fixed; top:0; left:0; background:rgba(255,255,255,1);  box-shadow:0 0 5px rgba(0,0,0,.2); transition:all 0.3s ease-out;}

.on-fixed header .logo .img{display:block}
.on-fixed header .logo .img02{display:none}
.on-fixed header .rightDiv .menu ul li a,.on-fixed header .rightDiv .menu ul .lang i,.on-fixed header .search i{color:#333;}
.on-fixed header .rightDiv .menu ul li:hover a{color:#5c0d13}

.nybody header{position:fixed; top:0; left:0; background:rgba(255,255,255,1);  box-shadow:0 0 5px rgba(0,0,0,.2); transition:all 0.3s ease-out;}
.nybody header .logo .img02{display:none}
.nybody header .logo .img{display:block}
.nybody header .rightDiv .menu ul li a,.nybody header .rightDiv .menu ul .lang i,.nybody header .search i{color:#333;}
.nybody header .rightDiv .menu ul li:hover a{color:#5c0d13}
@media (max-width:1680px) {
header .logo img{max-width:35%;}
}
@media (max-width:1480px) {
header .logo img{max-width:38%;}
}
@media (max-width:1380px) {
.wrap{width:96%;}	
.ny_wrap{width:96%;}

header .logo img{max-width:40%;}
header .search i{font-size:20px}
}
@media (max-width:1180px) {
header .logo img{margin-top:16px;}
.on-fixed header .logo img{margin-top:16px;}
header .rightDiv{width:74%;}
header .rightDiv .menu ul li a{font-size:15px}
header .search i{font-size:18px}
}
@media (max-width:1024px) {
header .logo img{max-width:50%;}
header .rightDiv .menu ul li a{font-size:13px}
header .search i{font-size:16px}
}
@media (max-width:992px) {
img{max-width:100%;height:auto!important;}	
header{position:fixed; z-index:9999; top:0; left:auto; right:0; width:100%; height:60px; transition: right 300ms; backdrop-filter:none}
.on-fixed header{height:60px;}
header .mbtn {display: block; top:0}
header .logo{width:90%;}
header .logo img{width:10%; margin-top:8px;}
.on-fixed header .logo img{margin-top:8px;}
.on-fixed header .mbtn{top:0px;}
.on-menu header{height:60px;}
.on-menu header .top{height:0}
.on-menu header .logo img{margin-top:8px;}
.on-menu header .mbtn{top:0px;}
header .rightDiv .menu ul li.en{background: url(../images/en.png) no-repeat 20px center;}	
header .rightDiv .menu ul li.en{padding-left:30px}

header .rightDiv .menu {float:right; position:fixed; top:0px; right:0; width:100%; height:100%; padding-top:0;background-color: rgba(255, 255, 255, 1); transition: right 300ms; right: -100%; padding:0; overflow-y:auto;}

header .rightDiv .menu ul{width:100%;  padding-top:60px; display:block !important}
header .rightDiv .menu ul li{padding:0; margin:0; width:100%; height: auto; border-top:1px solid rgba(120,120,120,.15); line-height:40px}
header .rightDiv .menu ul li a:after{ display:none}
header .rightDiv .menu ul li:last-child{border-bottom:1px solid rgba(120,120,120,.15);}
header .rightDiv .menu ul li:hover a{text-align:left; height:40px; line-height:40px; width: calc(100% - 50px); position: relative;}
header .rightDiv .menu ul li a{display:block; color:#666; line-height:40px; height:40px; text-align:left;font-size:16px; width: calc(100% - 50px); padding:0 40px 0 20px; margin:0;}


header .rightDiv .menu ul li.cur a{height:40px; line-height:40px; text-align:left; width: calc(100% - 50px);}
header .rightDiv .menu ul li.cur a{color: #666; position:relative}
header .rightDiv .menu ul li.cur ul li a{color: #76b669;}
header .rightDiv .menu ul li:after{ display:none}
header .rightDiv .menu>ul>li:hover, header .rightDiv .menu>ul>li:focus, header .rightDiv .menu>ul>li.active{background: none;}

header .rightDiv .menu ul ul{top:0; border: 0;    opacity:1; background: transparent;border-bottom:none;padding: 0; display:none !important}
header .rightDiv .menu li ul.open{display:block !important}
header .rightDiv .menu li:hover ul{ width:100%; display:none}

header .rightDiv .menu ul li a span {display: none;}
header .rightDiv .menu ul li a.on {background: none;}
body.on-menu header .rightDiv .menu {right: 0;}
body.on-menu .main {right: 0;}

header.indexHeader .rightDiv .menu>ul>li.on>a{color: #fff;}
header .rightDiv .menu>ul>li:hover>a{color:#333;}
.menu ul ul{box-shadow: none;}
header .rightDiv .menu .linkDiv{display: none;}
header .rightDiv .menu>ul>li.has-sub{padding: 0;}
header .rightDiv .menu>ul>li>a::before{display: none;}

header .rightDiv .menu ul ul li{width:100%; background:rgba(255,255,255,.4); height:40px; line-height:40px;}
header .rightDiv .menu ul ul li a{font-size:14px;color:#76b669; height:40px; line-height:40px; margin:0 10px;}
header .rightDiv .menu ul li.cur li a{height:40px; line-height:40px}
header .rightDiv .menu ul ul li a:hover{height:40px; line-height:40px;}


header .rightDiv .menu>ul>li,header .rightDiv .menu.align-center>ul>li,header .rightDiv .menu.align-right>ul>li{float:none;display:block}
header .rightDiv .menu ul ul ul li a{padding-left:40px}
header .rightDiv .menu ul ul,
header .rightDiv .menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
header .rightDiv .menu>ul>li.has-sub>a::after,header .rightDiv .menu ul ul li.has-sub>a::after{display:none}
header .rightDiv .menu li:hover>ul{left: auto;margin-left: auto;}

#menu-line{display:none}

.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(120,120,120,.15);height:40px;width:45px;cursor:pointer}
.menu .submenu-button::after{content:'';position:absolute;top:15px;left:22px;display:block;width:1px;height:11px;background:#333;z-index:99}
.menu .submenu-button::before{content:'';position:absolute;top:20px;left:17px;display:block;width:11px;height:1px;background:#333;z-index:99}
.menu .submenu-button.submenu-opened:after{display:none}

.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
.menu ul ul ul{top: 0;}
header .search{ display:none}
body.on-menu header .mbtn{z-index: 1;}	
header .rightDiv .menu ul .lang i{ display:none}

.on-menu header .logo .img{ display:block}
.on-menu header .logo .img02{ display: none}
header .rightDiv .menu ul .ej{width:100%; left:0;}
header .rightDiv .menu li:hover ul li{ height:40px; line-height:40px}
}
@media (max-width:780px) {
header .logo img{width:11%;}
}
@media (max-width:540px) {
header .logo img{width:16%;}
}
@media (max-width:420px) {
header{height:45px;}
.on-fixed header{height:45px;}
.on-menu header{height:45px;}
header .rightDiv .menu ul{padding-top:45px;}
header .logo img{width:14%;}
header .mbtn{height:45px; background-size:18px auto; width:45px}
body.on-menu header .mbtn{background-size:18px auto;}
}


/********************************* 首页 **********************************/


/*banner轮播*/
.index-banner{width:100%; position:relative; z-index:998;}
.index-banner .swiper-slide{overflow:hidden; position:relative;}
.index-banner .img{width:100%; height:940px; min-height:940px; background-attachment:fixed; background-position:center center; background-size:cover; background-repeat:no-repeat}
.index-banner .img a{display:block; width:100%; height:100%}
.index-banner .text{position:absolute; top:30%; left:0; width:100%; text-align:center}
.index-banner .text h5{font-size:60px; color:#FFF; font-family: 'Times New Roman'; text-transform:uppercase; font-weight:bold}
.index-banner .text b{font-size:40px; color:#FFF; font-weight:normal}
.index-banner .text p{font-size:22px; color:#FFF;}
.index-banner .text span{font-size:15px; display:none; width:160px; height:45px; line-height:45px; text-align:center; border-radius:4px; margin-top:60px; background:#2da23a; color:#FFF; }

.index-banner .swiper-pagination-bullets{width:100%; bottom:20px; z-index:2; text-align:center;}
.index-banner .swiper-pagination-bullet{width:10px; height:10px; background:#fff; border-radius:50%; transition:all 0.3s ease-out; margin:0 3px; opacity:.4}
.index-banner .swiper-pagination-bullet-active{width:80px; height:10px; border-radius:20px; opacity:.9}
.index-banner .swiper-pagination-bullet span{ border:none}
@media (max-width:1780px) {
.index-banner .img{height:860px; min-height:860px;}
}
@media (max-width:1280px) {
.index-banner .img{height:800px; min-height:800px;}
}
@media (max-width:1024px) {
.index-banner .img{height:770px; min-height:770px;}
}
@media (max-width:992px) {
.index-banner .img{height:650px; min-height:650px;}
}
@media (max-width:820px) {
.index-banner .img{height:600px; min-height:600px;}
}
@media (max-width:780px) {
.index-banner .img{height:550px; min-height:550px;}
}
@media (max-width:540px) {
.index-banner .img{height:400px; min-height:400px;}
.index-banner .swiper-pagination-bullet{width:8px; height:8px;}
.index-banner .swiper-pagination-bullet-active{width:60px; height:8px;}
}
@media (max-width:420px) {
.index-banner .img{height:300px; min-height:300px;}	
.index-banner .swiper-pagination-bullets{bottom:10px;}
}
@media (max-width:390px) {
.index-banner .img{height:280px; min-height:280px;}	
}


.inner{max-width:1900px; width:85%; margin:0 auto;}
.index_box{padding:120px 0; position:relative; overflow:hidden; width:100%;}
.tit_box_dh{visibility:visible; animation-name:fadeInDown; animation-duration:1.5s; animation-delay:.1s;}
.tit_box{position:relative; margin-bottom:40px; text-align:center;}
.tit_box .tit_en{font-size:50px; line-height:1; text-transform:uppercase; background-image:-webkit-linear-gradient(top,#5c0d13,#a01e28);-webkit-background-clip: text;
-webkit-text-fill-color: transparent; font-family: 'Times New Roman';}
.tit_box.white .tit_en{background-image:-webkit-linear-gradient(top,#fff,#ddd);}

.index_more{margin-top:30px; position:relative; z-index:99; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.3s;}
.index_more .more{ color:#5c0d13; font-size:16px; display:block; width:200px; height:50px; line-height:50px; border:1px solid #5c0d13; text-align:center; border-radius:25px; transition:all 0.3s ease-out; margin:0 auto; text-transform:uppercase}
.index_more .more:hover{background:#5c0d13; color:#fff; width:250px;}

@media (max-width:1680px) {
.inner{width:90%;}
}
@media (max-width:1380px) {
.inner{width:94%;}
.index_box{padding:100px 0;}
.tit_box{margin-bottom:30px;}
.tit_box .tit_en{font-size:45px;}
.index_more{margin-top:30px;}
}
@media (max-width:1180px) {
.index_more .more{width:180px; height:45px; line-height:45px; font-size:15px}	
.index_more .more:hover{width:220px;}
}
@media (max-width:1024px) {
.index_box{padding:80px 0;}
.tit_box{margin-bottom:20px;}
.tit_box .tit_en{font-size:40px;}
.index_more{margin-top:20px;}	
.index_more .more{font-size:14px}
}
@media (max-width:992px) {
.tit_box .tit_en{font-size:36px;}	
.index_more .more{width:160px; height:40px; line-height:40px;}	
.index_more .more:hover{width:200px;}
}
@media (max-width:540px) {
.index_box{padding:50px 0;}
.tit_box{margin-bottom:10px;}
.tit_box .tit_en{font-size:32px;}	
}




/*首页关于我们*/
.index_about{background-color:#fff}
.index_about_txt{width:100%; overflow:hidden}
.index_about_wz{width:50%; float:left; visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s;}
.index_about_wz .tit_box{text-align:left; margin-top:150px}
.index_about_wz .bt{font-size:30px; letter-spacing:2px; display:block; margin-bottom:10px; color:#333; font-weight:normal}
.index_about_wz p{font-size:16px; line-height:35px; letter-spacing:1px; text-align: justify; color:#666}
.index_about_img{width:42%; height:750px; float:right; overflow:hidden; position:relative; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.3s;}
.index_about_img img{width:94%; position:absolute; bottom:6%; right:0; z-index:99}
.index_about_img:after{content: ""; position:absolute; width:90%; height:90%; background-color:#5c0d13; bottom:0; left:0; z-index:98}
.index_about .index_more{float:left}
.index_about .index_more .more{margin-top:80px}
@media (max-width:1440px) {
.index_about_wz .tit_box{margin-top:60px}
.index_about .index_more .more{margin-top:40px}
.index_about_img{height:650px}
}
@media (max-width:1380px) {
.index_about_wz .bt{font-size:28px; letter-spacing:0}	
.index_about_wz p{letter-spacing:0;}
}
@media (max-width:1180px) {
.index_about_img{height:600px}	
.index_about_wz .tit_box{margin-top:0}
.index_about_wz .bt{font-size:24px;}
}
@media (max-width:1024px) {
.index_about_img{height:500px}	
.index_about_wz .bt{font-size:20px;}
.index_about_wz p{font-size:14px; line-height:30px;}	
}
@media (max-width:992px) {
.index_about_img{height:400px}		
.index_about_wz p{line-height:25px;}
.index_about .index_more .more{margin-top:0px}
}
@media (max-width:780px) {
.index_about_img{height:380px}	
.index_about_wz{ width:55%}
.index_about_wz .bt{ font-size:16px}
}
@media (max-width:540px) {
.index_about_wz{width:100%;}
.index_about_img{width:100%; margin-bottom:20px}
.index_about_img img{width:96%;bottom:5%;}
.index_about_wz .bt{font-size:24px; line-height:25px;}
.index_about_wz .tit_box{text-align:center}
.index_about .index_more{float:none}
}
@media (max-width:420px) {
.index_about_img{height:320px}	
.index_about_wz .bt{font-size:20px; line-height:20px;}
}
@media (max-width:390px) {
.index_about_wz .bt{font-size:18px; line-height:18px;}
}



/*首页推荐分类*/
.index_class{background-image:url(../images/bg01.jpg); background-color:#333; background-repeat:no-repeat; background-position:center center; background-attachment:fixed; background-size:cover}
.index_products_list{width:100%; margin-bottom:30px; }
.index_products_list li{text-align:center; background:rgba(255,255,255,.1); float:left; width: calc(33.333% - 2px); overflow:hidden; padding:40px 0 50px; margin:1px 1px; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; transition:all 0.3s ease-out; backdrop-filter: blur(.3rem);}
.index_products_list li P{font-size:22px; color:#FFF; font-weight:bold}
.index_products_list li b{font-size:16px; color:#FFF; font-weight:normal; width:200px; height:50px; line-height:50px; border:1px solid #fff; text-align:center; display:block; border-radius:25px; margin:0 auto; transition:all 0.3s ease-out; text-transform:uppercase}
.index_products_list li img{width:80%}
.index_products_list li:hover{background:rgba(92,13,19,.6);}
.index_products_list li:hover b{width:250px; }
.index_products_list li:nth-child(1){animation-delay:.2s;}
.index_products_list li:nth-child(2){animation-delay:.3s;}
.index_products_list li:nth-child(3){animation-delay:.4s;}
.index_products_list li:nth-child(4){animation-delay:.5s;}
.index_products_list li:nth-child(5){animation-delay:.6s;}
.index_products_list li:nth-child(6){animation-delay:.7s;}
@media (max-width:1380px) {
.index_products_list li P{font-size:20px}	
}
@media (max-width:1180px) {
.index_products_list li b{width:180px; height:45px; line-height:45px; font-size:15px}	
.index_products_list li:hover b{width:220px;}
}
@media (max-width:1024px) {
.index_products_list li P{font-size:18px}	
.index_products_list li b{font-size:14px}	
}
@media (max-width:992px) {
.index_products_list li b{margin-top:10px; width:160px; height:40px; line-height:40px;}	
.index_products_list li:hover b{width:200px;}	
}
@media (max-width:780px) {
.index_products_list li P{font-size:16px}		
}
@media (max-width:540px) {
.index_products_list li{width: calc(50% - 2px); padding:30px 0;}	
.index_products_list li b{ margin-top:10px}
}
@media (max-width:420px) {
.index_products_list li P{font-size:14px}	
.index_products_list li:hover b{width:160px;}	
}

/*首页产品中心*/
.index_product{background-color:#eee;}
.index_product_box{width:100%; overflow: hidden}
.index_pro_box{width:44%; float:left; position:relative;  visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s;}
.index_pro_box .img{width:100%; height:715px; background-position:center; background-repeat:no-repeat; background-size:cover}
.index_pro_box .swiper-pagination-bullets{width:100%; bottom:20px; z-index:2; left:20px;}
.index_pro_box .swiper-pagination-bullet{width:10px; height:10px; background:#fff; border-radius:50%; transition:all 0.3s ease-out; margin:0 3px; opacity:.4}
.index_pro_box .swiper-pagination-bullet-active{width:80px; height:10px; border-radius:20px; opacity:.9;}
.index_pro_box .swiper-pagination-bullet span{border:none}

.index_pro_box02{width:54.5%; float:right}
.index_pro_box02 li{width:49%; float:left; background:#fff; margin-bottom:15px; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;}
.index_pro_box02 li:nth-child(even){float:right}
.index_pro_box02 li .img{display:block; width:100%; height:300px; overflow:hidden; padding:0; position:relative;}
.index_pro_box02 li .img .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.index_pro_box02 li .img .pro img{display:block; max-width:88%; max-height:88%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10; transition:all 0.3s ease-out; z-index:98}
.index_pro_box02 li:hover .img .pro img{max-width:95%; max-height:95%;}
.index_pro_box02 li .wz{width:100%; height:50px; line-height:50px; background-color:#fff; transition:all 0.3s ease-out; border-radius:25px; position:relative; z-index:99}
.index_pro_box02 li .wz p{width:calc(100% - 50px); display:block; float:left; padding:0 20px; font-size:16px; color:#222}
.index_pro_box02 li .wz i{width:50px; display:block; float:right; text-align:center; color:#5c0d13; font-size:18px;}
.index_pro_box02 li:hover .wz{background-color:#5c0d13; width:calc(100% - 20px); margin:-10px 10px 10px;}
.index_pro_box02 li:hover .wz p,.index_pro_box02 li:hover .wz i{color:#fff}
.index_pro_box02 li:nth-child(1){animation-delay:.2s;}
.index_pro_box02 li:nth-child(2){animation-delay:.3s;}
.index_pro_box02 li:nth-child(3){animation-delay:.4s;}
.index_pro_box02 li:nth-child(4){animation-delay:.5s;}
@media (max-width:1780px) {
.index_pro_box .img{height:655px;}
.index_pro_box02 li .img{height:270px;}
}
@media (max-width:1680px) {
.index_pro_box .img{height:615px;}
.index_pro_box02 li .img{height:250px;}
}
@media (max-width:1440px) {
.index_pro_box .img{height:535px;}
.index_pro_box02 li .img{height:210px;}
}
@media (max-width:1180px) {
.index_pro_box02 li .wz p{width:calc(100% - 40px); font-size:14px;}
.index_pro_box02 li .wz i{width:40px; font-size:16px}
}
@media (max-width:1024px) {
.index_pro_box .img{height:435px;}
.index_pro_box02 li .img{height:160px;}
}
@media (max-width:820px) {
.index_pro_box .img{height:380px;}
.index_pro_box02 li .img{height:132px;}
.index_pro_box .swiper-pagination-bullets{bottom:10px; left:10px;}
}
@media (max-width:540px) {
.index_pro_box{width:100%; margin-bottom:10px}
.index_pro_box .img{height:450px;}
.index_pro_box02{width:100%;}
.index_pro_box02 li{margin-bottom:10px;}
.index_pro_box02 li .img{height:240px;}
.index_pro_box .swiper-pagination-bullet{width:8px; height:8px;}
.index_pro_box .swiper-pagination-bullet-active{width:60px; height:8px;}
}
@media (max-width:420px) {
.index_pro_box .img{height:350px;}
.index_pro_box02 li{width:100%}
.index_pro_box02 li .img{height:300px;}
}


/*首页案例*/
.index_case{background-image:url(../images/bg02.jpg); background-repeat:no-repeat; background-position:top; background-color:#f5f5f5}
.index_case_box{width:100%; position:relative; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.2s;}
.index_case_box .swiper-slide{overflow:hidden; position:relative; margin-bottom:120px}
.index_case_box .img{width:100%; height:300px; position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.index_case_box .wz{width:100%; overflow:hidden; background:rgba(255,255,255,0); padding:20px 10px; color:#ccc;}
.index_case_box .wz b{font-size:16px; display:block;}
.index_case_box .wz p{font-size:14px; line-height:25px;}
.index_case_box .wz span{font-size:14px; margin-top:30px; display:block; text-transform:uppercase}
.index_case_box .wz span i{transition:all 0.3s ease-out;}
.index_case_box .wz b:after{content: ""; width:30px; height:4px; background-color:#5c0d13; display:block; margin:10px 0; transition:all 0.6s ease-out;}
.index_case_box .swiper-slide:hover .wz{color:#fff;}
.index_case_box .swiper-slide:hover .wz b:after{width:100%;}
.index_case_box .swiper-slide:hover .wz span i{margin-left:20px}

.index_case_box .swiper-button-prev,.index_case_box .swiper-button-next{background:rgba(92,13,19,.8); text-align:center; height:46px; line-height:46px; width:46px;}
.index_case_box .swiper-button-prev i,.index_case_box .swiper-button-next i{ font-size:18px; color:#FFF}
.index_case_box .swiper-button-prev{bottom:40px; top: auto; left:auto; right:47px;}
.index_case_box .swiper-button-next{bottom:40px; top: auto; left:auto; right:0}
@media (max-width:1780px) {
.index_case_box .img{height:260px;}
}
@media (max-width:1600px) {
.index_case_box .img{height:220px;}
}
@media (max-width:1440px) {
.index_case_box .img{height:200px;}
}
@media (max-width:1380px) {
.index_case_box .swiper-slide{margin-bottom:80px}
.index_case_box .swiper-button-prev,.index_case_box .swiper-button-next{bottom:0px;}
}
@media (max-width:1024px) {
.index_case_box .img{height:160px;}
.index_case_box .wz{padding:5px 0}
.index_case_box .wz b{font-size:14px;}
}
@media (max-width:992px) {
.index_case_box .swiper-slide{margin-bottom:60px}
.index_case_box .swiper-button-prev,.index_case_box .swiper-button-next{bottom:20px;}	
}
@media (max-width:420px) {
.index_case_box .img{height:280px;}
}

/*首页新闻资讯*/
.index_news{width:100%; overflow:hidden;}
.index_news_box{width:100%; overflow:hidden;}
.index_news_box li{margin-bottom:20px; width:49%; float:left; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; background:#f5f5f5; padding:30px;  transition:all 0.3s ease-out;}
.index_news_box li:nth-child(even){float:right;}
.index_news_box li a{display: block;overflow: hidden;}
.index_news_box li .img{width:300px; float:left; height:180px; background-position:center center; background-repeat:no-repeat; background-size:cover}
.index_news_box li .text{width:calc(100% - 320px); float: right; margin-top:10px}
.index_news_box li .text b{font-size:16px; color:#333;}
.index_news_box li .text b:after{content: ""; width:100%; height:1px; background-color:#ddd; display:block; margin:10px 0;}
.index_news_box li .text p{color:#666; font-size:14px;}
.index_news_box li .date{font-size:14px; color:#fff; display:block; margin-top:20px; background:#5c0d13; width:100px; text-align:center}
.index_news_box li:hover{background:#5c0d13;}
.index_news_box li:hover b,.index_news_box li:hover p,.index_news_box li:hover b{color:#fff;}
.index_news_box li:nth-child(1){animation-delay:.2s;}
.index_news_box li:nth-child(2){animation-delay:.3s;}
.index_news_box li:nth-child(3){animation-delay:.4s;}
.index_news_box li:nth-child(4){animation-delay:.5s;}
.index_news_box li:nth-child(5){animation-delay:.6s; margin-bottom:0;}
.index_news_box li:nth-child(6){animation-delay:.7s; margin-bottom:0;}
@media (max-width:1600px) {
.index_news_box li .img{width:250px; height:160px;}
.index_news_box li .text{width:calc(100% - 280px);}
.index_news_box li .date{margin-top:10px;}
}
@media (max-width:1440px) {
.index_news_box li .img{width:220px; height:160px;}
.index_news_box li .text{width:calc(100% - 240px);}
}
@media (max-width:1380px) {
.index_news_box li{padding:20px;}
.index_news_box li .img{height:140px;}
.index_news_box li .text{margin-top:0px}
.index_news_box li .text b:after{margin:5px 0;}
}
@media (max-width:1024px) {
.index_news_box li .img{width:180px; height:130px;}
.index_news_box li .text{width:calc(100% - 200px);}
.index_news_box li .text b{font-size:14px;}
}
@media (max-width:820px) {
.index_news_box li{padding:10px;}
.index_news_box li .img{width:150px; height:130px;}
.index_news_box li .text{width:calc(100% - 160px);}
}
@media (max-width:540px) {
.index_news_box li{margin-bottom:10px; width:49%;}	
.index_news_box li .img{width:100%; height:150px; margin-bottom:5px}
.index_news_box li .text{width:100%;}
}
@media (max-width:420px) {
.index_news_box li{width:100%}	
.index_news_box li .img{height:220px;}
}

/**底部**/
.footer{width:100%; overflow:hidden; padding:80px 0; position:relative; background:#111}
.footer b{font-size:16px; color:#ddd; display:block; text-transform:uppercase}
.footer b:after{content: ""; width:20px; height:4px; background-color:#5c0d13; display:block; margin:10px 0}
.footer .foot_name{width:10%; float:left; margin-right:4%}
.footer .foot_logo{width:100%;}

.footer .foot_left {float:left; width:40%;}
.footer .foot_left .foot_nav{width:30%; overflow:hidden; float:left}
.footer .foot_left .foot_nav li{width:100%; height:35px; line-height:35px;}
.footer .foot_left .foot_nav li a{font-size:14px; color:#999}
.footer .foot_left .foot_nav02{width:70%; float:left}
.footer .foot_left .foot_nav02 li{width:50%;  float:left}

.footer .foot_cont{width:25%; float:left;}
.footer .foot_cont p{color:#999; font-size:14px; line-height:35px;}
.footer .foot_cont a{color:#999}

.footer .foot-right{width:18%; float:right;}
.footer .foot-right ul li{ text-align:center; float:left; width:50%}
.footer .foot-right ul li img{ display:block; width:80%; margin-left:10%}
.footer .foot-right ul li p{ color:#fff}

.foot_box{width:100%; overflow:hidden; background:#000; height:50px; line-height:50px; color:#999; text-align:center; font-size:12px}
.foot_box a{color:#999; font-size:12px; margin-left:10px}
@media (max-width:1380px) {
.footer{padding:60px 0;}
}
@media (max-width:1024px) {
.footer .foot_name{width:100%; float:none; text-align:center; margin-right:0;  margin-bottom:20px}	
.footer .foot_left {width:40%;}
.footer .foot_cont{width:30%;}
.footer .foot-right{width:30%;}
}
@media (max-width:820px) {
.footer .foot_left .foot_nav li{height:25px; line-height:25px}
.footer .foot_left .foot_nav li a{ font-size:12px}
.footer .foot_cont p{ font-size:12px; line-height:25px}		
}
@media (max-width:540px) {
.footer{padding:40px 0;}
.footer .foot_name{width:100%; float:none; text-align:center; margin-right:0;  margin-bottom:20px}	
.footer .foot_left {width:100%; float:none; overflow:hidden; margin-bottom:10px}
.footer .foot_left .foot_nav{width:30%;}
.footer .foot_left .foot_nav02{width:70%;}
.footer .foot_cont{width:100%; float:none; margin-bottom:10px}
.footer .foot-right{width:100%; float:none;}
.foot_box{ height:auto; line-height:20px; padding:10px 0}
}


/**nybanner**/
.ny-banner{width:100%; position:relative; height:400px; min-height:400px; z-index:98; margin-top:90px}
.ny-banner .tit{font-size:45px; color:#fff; display:block; text-transform:uppercase; text-align:center; font-weight:bold; padding-top:7%}
.ny-banner .tit:after{content: ""; width:60px; height:4px; background-color:#5c0d13; display:block; margin:0 auto}
/**内页**/
.ny_box{width:100%; overflow:hidden; padding:100px 0;}
.ny_box_pro{width:100%; padding-top:100px}
.ny_box02{background:#f5f5f5}
.ny_box .inner{max-width:1400px}
.ny_left{width:18%; float:left}
.ny_right{width:80%; overflow:hidden; float:right}
.ny_box .tit_box{margin-bottom:20px; font-size:36px; text-transform:uppercase; text-align:center; font-weight:bold; background-image:-webkit-linear-gradient(top,#5c0d13,#a01e28);-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.ny_right02{ margin-bottom:100px}
@media (max-width:1440px) {
.ny-banner{height:350px; min-height:350px;}
.ny-banner .tit{font-size:38px; padding-top:8%}
.ny_box .tit_box{font-size:34px;}
}
@media (max-width:1380px) {
.ny-banner{height:320px; min-height:320px;}
}
@media (max-width:1024px) {
.ny-banner{height:260px; min-height:260px;}
.ny-banner .tit{font-size:30px;}
.ny_box{padding:80px 0;}
.ny_box_pro{padding-top:80px}
.ny_box .tit_box{font-size:28px;}
.ny_right02{ margin-bottom:80px}
}
@media (max-width:992px) {
.ny-banner{height:220px; min-height:220px; margin-top:60px}
.ny_box{padding:70px 0;}
.ny_box_pro{padding-top:70px}
.ny_left{width:100%;}
.ny_right{width:100%;}
.ny_right02{ margin-bottom:70px}
}
@media (max-width:820px) {
.ny_box{padding:60px 0;}
.ny_right02{ margin-bottom:60px}
}
@media (max-width:780px) {
.ny_box{padding:50px 0;}
.ny_right02{ margin-bottom:50px}
}
@media (max-width:540px) {
.ny-banner{height:180px; min-height:180px;}
.ny-banner .tit{font-size:28px;}
.ny_box{padding:40px 0;}
.ny_box_pro{padding-top:40px}
.ny_box .tit_box{font-size:24px; margin-bottom:10px;}
.ny_right02{ margin-bottom:20px}
}
@media (max-width:420px) {
.ny-banner{margin-top:45px}	
.ny-banner{height:150px; min-height:150px;}
.ny-banner .tit{font-size:24px;}
.ny_box .tit_box{font-size:20px;}
}




/**内页导航**/
.pro_menu{width:100%;}
.pro_menu .categoryDiv .hd{background:#222; height:60px; line-height:60px; color:#fff; font-size:16px; padding-left:20px;}
.pro_menu .categoryDiv .bd{border:1px solid #eee;}
.pro_menu .categoryDiv .bd li{width:100%; line-height:60px; position:relative; cursor:pointer; border-bottom:1px solid #eee; padding-left:20px; z-index:99}
.pro_menu .categoryDiv .bd li:last-child{border-bottom:none;}
.pro_menu .categoryDiv .bd li a{display:block; color:#666; font-size:15px}
.pro_menu .categoryDiv .bd li:hover a{color:#5c0d13;}
.pro_menu .categoryDiv .bd li.active{background:#f5f5f5} 
.pro_menu .categoryDiv .bd li.active a{color:#222;}
.pro_menu .categoryDiv .bd li:hover{background:#f5f5f5} 
.pro_menu .categoryDiv .bd li .ej{position:absolute; top:0; left:100%; z-index:99; width:300px; background:#fff; display:none}
.pro_menu .categoryDiv .bd li:hover .ej{display:block} 
.pro_menu .categoryDiv .bd li .ej li{background:#5c0d13; border-bottom:1px solid #4b0b0f; height:40px; line-height:40px; transition:all 0.3s ease-out;}
.pro_menu .categoryDiv .bd li .ej li:hover{background:#4b0b0f; padding-left:30px}
.pro_menu .categoryDiv .bd li .ej li a{display:block; color:#fff; font-size:15px}
.pro_menu .categoryDiv .bd li:hover .ej li a{color:#fff;} 

.pro_menu .categoryDiv .bd li ul li .sj{position:absolute; top:0; left:100%; z-index:99; width:300px; background:#fff; display:none}
.pro_menu .categoryDiv .bd li ul li:hover .sj{display:block} 
.pro_menu .categoryDiv .bd li ul li .sj li{background:#4b0b0f; border-bottom:1px solid #5c0d13;}
.pro_menu .categoryDiv .bd li ul li .sj li:hover{background:#5c0d13; padding-left:30px}

@media (max-width:1024px) {	
.pro_menu .categoryDiv .hd{height:50px; line-height:50px; font-size:16px; padding-left:15px;}
.pro_menu .categoryDiv .bd li{padding-left:15px; height:45px; line-height:45px;}
.pro_menu .categoryDiv .bd li a{font-size:14px;}
.pro_menu .categoryDiv .bd li ul{width:200px;}
}

@media (max-width:992px) {	
.twoMenuDiv{position:relative; margin-bottom:10px}
.twoMenuDiv .categoryDiv .hd{ display:block; text-align:center; font-size:18px; color:#fff; height:50px; line-height:50px; background:#5c0d13; padding-left:0; width:100%}
.twoMenuDiv .categoryDiv .hd i{font-family: "iconfont" !important;font-size:15px; font-style: normal; margin-left:10px}
.twoMenuDiv .categoryDiv .bd {width:100%; height:auto; display:none; position:absolute; z-index:999}
.twoMenuDiv .categoryDiv .bd ul{width:100%; overflow:hidden; border-top:none; border-bottom:none;}
.twoMenuDiv .categoryDiv .bd ul li{width:100%; height: auto; line-height:50px; float:left; background:#f5f5f5; text-align:center;  padding-left:0;}
.twoMenuDiv .categoryDiv .bd ul li a {height:50px; line-height:50px; font-size:16px; width:100%; border-bottom:1px solid #eee; position: relative; color:#666;}
.twoMenuDiv .categoryDiv .bd li:after{display:none}
.twoMenuDiv .categoryDiv .bd li:hover a{color:#5c0d13;}
.twoMenuDiv .categoryDiv .bd li.active{border-right:none}
.left_menu02 .categoryDiv .hd i{display: inline-block}
.pro_menu .categoryDiv .bd li ul{position: relative; left:0; width:100%;display: block}
.pro_menu .categoryDiv .bd li ul li{background:#5c0d13; border-bottom:1px solid #4b0b0f; height:40px; line-height:40px;}
.pro_menu .categoryDiv .bd li ul li a{font-size:12px; height:40px; line-height:40px; border-bottom:none;}
.pro_menu .categoryDiv .bd li ul li:hover{padding-left:0px}
.pro_menu .categoryDiv .bd li.active ul li a{color:#fff;}
.pro_menu .categoryDiv .bd li .ej,.pro_menu .categoryDiv .bd li ul li .sj{position: relative; left:0; width:100%;display: block}
}



/**关于我们**/
.ny_aboutus_box{width:100%; overflow:hidden;}
.ny_aboutus_box p{font-size:16px; line-height:35px; color:#333; text-indent:2em}
.ny_aboutus_img{width:100%; overflow:hidden; margin-top:20px}
.ny_aboutus_img img{float:left; width:32.333%; margin-right:1.5%;}
.ny_aboutus_img img:nth-child(3){margin-right:0;}

.environment_box{position:relative; width:100%;margin:0 auto}
.environment_box .swiper-container{margin-top:30px;}
.environment_box .swiper-slide{width:800px; height:600px; background-position:center center; background-repeat:no-repeat; background-size:cover}
.environment_box .swiper-slide a{width:100%; height:100%; display:block;}
.environment_box .swiper-pagination-bullets{bottom:0px; margin:0 auto; width:800px; position:relative; padding:20px 0 0; display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.environment_box .swiper-pagination-bullet{width:100%; height:3px; opacity:1; background:#d1d1d1; position: relative; border-radius:0;}
.environment_box .swiper-pagination-bullet-active {opacity: 1; background:#5c0d13;}
@media (max-width:540px) {	
.ny_aboutus_box p{font-size:14px; line-height:30px;}
.ny_aboutus_img img{width:100%; margin-right:0; margin-bottom:15px}
.environment_box .swiper-slide{width:100%; height:400px;}
.environment_box .swiper-container{margin-top:20px}
}
@media (max-width:420px) {	
.ny_aboutus_img{margin-top:10px}
.environment_box .swiper-container{margin-top:10px}
.environment_box .swiper-slide{width:100%; height:320px;}
}


/**产品中心**/
.ny_products_box{width:100%; overflow:hidden;}
.ny_products_box li{width:24%; float:left; margin-right:1.3%; margin-bottom:20px; position:relative; border:1px solid #eee;}
.ny_products_box li:nth-child(4n){margin-right:0}
.ny_products_box li .imgDiv{display:block; width:100%; height:300px; overflow:hidden; padding:0; position:relative;}
.ny_products_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.ny_products_box li .imgDiv .pro img{display:block; max-width:95%; max-height:95%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;}
.ny_products_box li .text{width:100%; overflow:hidden; text-align:center; padding: 10px 0; position:relative; z-index:10; border-top: 1px solid #eee; background: #eee;}
.ny_products_box li .text:before{content: ""; width:100%; height:0; position:absolute; bottom:0px; left:0px; z-index:9; background:#5c0d13; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;}
.ny_products_box li .text p{font-size:16px; color:#555; position:relative; z-index:10; padding:0 10px; font-size:14px}
.ny_products_box li .text span{font-size:14px; color:#666; position:relative; z-index:10; width:90%; margin:0 auto}
.ny_products_box li:hover .text:before{height:75px;}
.ny_products_box li:hover .text p,.ny_products_box li:hover .text span{color:#fff;}
@media (max-width:1380px) {	
.ny_products_box li{margin-bottom:15px;}
.ny_products_box li .imgDiv{height:260px;}
}
@media (max-width:1280px) {	
.ny_products_box li .imgDiv{height:245px;}
}
@media (max-width:1180px) {	
.ny_products_box li .imgDiv{height:225px;}
}
@media (max-width:1024px) {	
.ny_products_box li .imgDiv{height:195px;}
.ny_products_box li .text p{font-size:14px;}
.ny_products_box li .text span{font-size:12px;}
}
@media (max-width:992px) {	
.ny_products_box li .imgDiv{height:175px;}
}
@media (max-width:820px) {	
.ny_products_box li .imgDiv{height:155px;}
}
@media (max-width:780px) {	
.ny_products_box li .imgDiv{height:145px;}
}
@media (max-width:540px) {	
.ny_products_box li{width:49%; margin-right:2%; margin-bottom:10px;}
.ny_products_box li:nth-child(2n){margin-right:0 !important}
.ny_products_box li:nth-child(3n){margin-right:2%}
.ny_products_box li .imgDiv{height:250px;}
}
@media (max-width:420px) {	
.ny_products_box li .imgDiv{height:190px;}
}
@media (max-width:390px) {
.ny_products_box li .imgDiv{height:175px;}	
}
@media (max-width:380px) {
.ny_products_box li .imgDiv{height:170px;}	
}

/**产品详情**/
.pro_detail_box{width:100%; overflow:hidden;}
.picture_box{width:45%; float:left}
.picture_box .gallery-top{border:1px solid #eee; text-align:center; position:relative}
.picture_box .swiper-container {width:100%;}

.picture_box .gallery-top .swiper-slide{display:block; width:100%; height:400px; overflow:hidden; padding:0; position:relative;}
.picture_box .gallery-top .swiper-slide .img{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.picture_box .gallery-top .swiper-slide .img img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; z-index:10; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;}

.picture_box .swiper-slide {background-size:100%; background-repeat:no-repeat; background-position:center;}
.picture_box .gallery-thumbs {height:90px; box-sizing:border-box; width:100%; margin:0 auto; margin-top:20px; cursor: pointer}
.picture_box .gallery-thumbs .swiper-slide {height:100%; opacity:0.4; border:2px solid #eee;}
.picture_box .gallery-thumbs .swiper-slide-thumb-active {opacity:1; border:2px solid #5c0d13;}

.picture_box .swiper-button-next,.picture_box .swiper-button-prev{top:50%; bottom:0px; background:rgba(0,0,0,.3); width:50px; height:50px; line-height:50px; text-align:center; position:absolute}
.picture_box .swiper-button-prev{left:0;}
.picture_box .swiper-button-next{right:0}
.picture_box .swiper-button-next:hover,.picture_box .swiper-button-prev:hover{background:rgba(92,19,13,1);}
.picture_box .swiper-button-next i,.picture_box .swiper-button-prev i{color:#fff;}
.picture_box .swiper-button-next:hover i,.picture_box .swiper-button-prev:hover i{color:#fff;}

.pro_detail_text{float:right; width:52%; overflow:hidden}
.pro_detail_text b{font-size:22px; line-height:30px; color:#333; margin-bottom:15px; font-weight:bold; display:block}
.pro_detail_text span{font-size:18px; color:#222}
.pro_detail_text .txt{margin-top:5px; clear:both; overflow:hidden; margin-bottom:20px}
.pro_detail_text .txt p{font-size:15px; line-height:40px}
.pro_detail_text .tel{width:48%; height:50px; line-height:50px; text-transform:capitalize; background:#222; color:#FFF; display:block; text-align:center; font-weight:normal; font-size:18px; float:left;cursor: pointer}
.pro_detail_text .order{width:48%; height:50px; line-height:50px; text-transform:capitalize; background:#5c0d13; color:#FFF; display:block; text-align:center; font-weight:normal; font-size:18px; float:right;cursor: pointer}
.pro_detail_text .tel a,.pro_detail_text .order a{color:#FFF;}
.pro_detail_text i{margin-right:10px}
.pro_detail_text .box{ width:100%; overflow:hidden; margin-bottom:30px}
.red_pro_box{width:100%; overflow:hidden; margin-top:30px}
.red_pro_box .bt{background:#f4f4f4; overflow:hidden; height:60px; line-height:60px; padding-left:20px; font-size:20px; margin-bottom:20px; border-left:3px solid #5c0d13; color:#5c0d13; text-transform:uppercase; font-weight:bold}

.product_details .video{width:100%; height:550px; position:relative; overflow:hidden; display:block; margin:0 auto; margin-bottom:30px}
.product_details ul{border:1px solid #eee; width:100%}
.product_details ul li{display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;border-bottom:1px solid #e4e4e4; line-height:60px}
.product_details ul li:last-child {border-bottom-width:0}
.product_details ul li .n-product-bot-l {padding:0 2%;width:23%;background-color:#f5f5f6;border-right:1px solid #e4e4e4;box-sizing:border-box;font-size:18px;color:#181818;font-weight:bold;}
.product_details ul li .n-product-bot-r {padding:0 2%;width:77%;box-sizing:border-box;font-size:14px;color:#181818}
.product_details img{ max-width:800px; width:800px}

.red_pro_box .ny_products_box li{ width:24%}
.red_pro_box .ny_products_box li:nth-child(3n){margin-right:1.3%}
.red_pro_box .ny_products_box li:nth-child(4n){margin-right:0}
@media (max-width:1380px) {	
.picture_box .gallery-thumbs {height:80px;}
.pro_detail_text .txt p{line-height:35px}
}
@media (max-width:1180px) {	
.pro_detail_text b{font-size:18px;}
.product_details ul li .n-product-bot-l {font-size:16px}
.pro_detail_text .order,.pro_detail_text .tel{font-size:16px}
.picture_box .gallery-thumbs {height:70px;}
}
@media (max-width:1024px) {	
.picture_box .gallery-top .swiper-slide{height:320px;}
.picture_box .gallery-thumbs {height:60px; margin-top:10px}
.pro_detail_text .txt{margin-top:0; margin-bottom:10px}
.pro_detail_text .txt p{font-size:12px; line-height:25px}
.red_pro_box .bt{height:50px; line-height:50px; font-size:18px}
.product_details .video{height:450px;}
.product_details ul li{line-height:50px}
.product_details ul li .n-product-bot-l{font-size:14px;}
}
@media (max-width:992px) {	
.picture_box{width:100%; margin-bottom:20px}
.picture_box .gallery-top .swiper-slide{height:600px;}
.picture_box .gallery-thumbs {height:140px;}
.pro_detail_text .txt p{font-size:14px; line-height:30px}
.pro_detail_text{width:100%}
.product_details img{max-width:100%; width:100%}
.pro_detail_text .box{margin-bottom:0px;}
}
@media (max-width:780px) {	
.picture_box .gallery-thumbs {height:100px;}
.product_details .video{height:400px;}
.red_pro_box .ny_products_box li{width:49%; margin-right:0 !important}
.red_pro_box .ny_products_box li:nth-child(2n){ float:right}
.picture_box .gallery-top .swiper-slide{height:500px;}
}
@media (max-width:540px) {	
.picture_box .gallery-thumbs {height:90px;}
.picture_box .gallery-top .swiper-slide{height:400px;}
.pro_detail_text b{ font-size:16px; margin-bottom:0px;}
.pro_detail_text{margin-bottom:10px}
.product_details .video{height:350px; margin-bottom:10px}
.red_pro_box{margin-top:10px;}
.red_pro_box .bt{margin-bottom:5px; font-size:16px;}
.product_details ul li{line-height:25px}
.product_details ul li .n-product-bot-l,.product_details ul li .n-product-bot-r{font-size:13px; padding:2%;}
.pro_detail_text .tel{width:100%; margin-bottom:10px}
.pro_detail_text .order{width:100%;}
}
@media (max-width:420px) {	
.picture_box .gallery-top .swiper-slide{height:320px;}
.picture_box .gallery-thumbs {height:70px;}
.product_details .video{height:300px; margin-bottom:10px}
.product_details ul li{line-height:20px;}
.product_details ul li .n-product-bot-l,.product_details ul li .n-product-bot-r{font-size:12px;}
}
@media (max-width:390px) {	
.pro_detail_text .tel,.pro_detail_text .order{font-size:14px}
}

/**案例展示**/
.case_box{width:100%; overflow:hidden;}
.case_box li{width:24%; margin-bottom:15px; overflow: hidden; margin-right:1.25%; border:1px solid #eee; float:left;}
.case_box li:nth-child(4n){margin-right:0}
.case_box li .img{width:100%; height:240px; background-position:center center; background-repeat:no-repeat; background-size:cover}
.case_box li .text{padding:10px}
.case_box li .text b{color:#333; font-size:16px}
.case_box li .text p{color:#666}
.case_box li span{line-height:40px; display:block; background:#f5f5f5; padding-left:10px; color:#999; transition:all 0.3s ease-out;}
.case_box li span i{text-align:right}
.case_box li:hover span{background:#5c0d13; color:#fff;} 
.case_box li:hover .text b{color:#5c0d13}
@media (max-width:1380px) {
.case_box li .img{height:200px;}
}
@media (max-width:1024px) {
.case_box li .img{height:160px;}
}
@media (max-width:992px) {
.case_box li{width:49%; margin-right:0;}
.case_box li:nth-child(even){ float:right}
.case_box li .img{height:280px;}
}
@media (max-width:540px) {
.case_box li .img{height:200px;}
}
@media (max-width:420px) {
.case_box li{width:100%;}
.case_box li .img{height:260px;}
}


/**新闻资讯**/
.news_list{width:100%; overflow:hidden; text-align:center; margin-bottom:50px}
.news_list li{display:inline-block; width:220px; height:60px; line-height:60px; font-size:16px; border-radius:3px; background:#fff; transition:all 0.3s ease-out; color:#5c0d13; font-weight:bold; margin:0 10px; border:1px solid #5c0d13; border-bottom:3px solid #5c0d13; }
.news_list li:hover{background:#5c0d13; color:#fff; width:250px;}
.news_list li.active{background:#5c0d13; color:#fff; width:250px;}

.news_box{width:100%; overflow:hidden;}
.news_box li{max-width:100%; padding:0; overflow: hidden; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px}
.news_box li .imgDiv{width:20%; float:left; height:160px; background-position:center center; background-repeat:no-repeat; background-size:cover}
.news_box li .textDiv{ width:65%; float:left; margin-left:2%}
.news_box li .textDiv .title{font-size:18px; color:#666; overflow:hidden; height:35px; line-height:35px; margin:10px 0}
.news_box li .textDiv .p{font-size:16px; color:#999; line-height:35px}
.news_box li .timeDiv{width:11%; float:right; border-left:1px solid rgba(0,0,0,.06); margin-top:35px}
.news_box li .timeDiv .sj{float:left; text-align:center; width:70%; padding-left:15%}
.news_box li .timeDiv .sj p{font-size:30px; height:30px; line-height:30px; margin-bottom:10px; font-weight:bold; color:#666; }
.news_box li .timeDiv .sj span{color:#999; font-size:14px}
.news_box li .timeDiv .more{float:right; text-align:right; display:block; width:30%; color:#ddd; font-size:30px}
.news_box li .timeDiv02{display:none; color:#5c0d13;}
.news_box li:hover .textDiv .title,.news_box li:hover .timeDiv .sj p,.news_box li:hover .timeDiv .sj span,.news_box li:hover  .timeDiv .more{color:#5c0d13;}
@media (max-width:1600px) {
.news_box li .textDiv .title{margin:5px 0}
.news_box li .timeDiv{margin-top:25px}
}
@media (max-width:1380px) {
.news_box li{padding:1%;}	
.news_box li .imgDiv{height:130px;}
.news_box li .textDiv .title{font-size:20px;}
.news_box li .textDiv .p{font-size:14px; line-height:30px}
.news_box li .timeDiv .more{ font-size:28px}
}
@media (max-width:1280px) {
.news_box li .imgDiv{height:110px;}	
}
@media (max-width:1180px) {
.news_box li .imgDiv{height:100px;}	
.news_box li .timeDiv{margin-top:20px}
.news_box li .textDiv .title{font-size:18px; margin:0}
}
@media (max-width:1024px) {
.news_box li .textDiv .title{font-size:16px;}	
.news_box li .textDiv .p{line-height:25px}
.news_box li .timeDiv{margin-top:15px}
.news_box li .timeDiv .sj p{font-size:25px; height:25px; line-height:25px; margin-bottom:5px;}
}
@media (max-width:992px) {
.news_list{margin-bottom:30px}
.news_list li{width:200px; height:50px; line-height:50px; font-size:15px; }
.news_list li:hover,.news_list li.active{width:220px;}
.news_box li .imgDiv{width:20%; height:100px;}	
.news_box li .textDiv{width:60%;}
.news_box li .timeDiv{width:15%;}
}
@media (max-width:540px) {
.news_list{margin-bottom:20px}
.news_list li{width:47%; margin:0 0.5%;}
.news_list li:hover,.news_list li.active{width:47%;}	
.news_box li{padding:2%;}
.news_box li .imgDiv{width:100%; height:250px;}	
.news_box li .textDiv{width:100%; margin-left:0}	
.news_box li .timeDiv{display:none}
.news_box li .timeDiv02{display:block;}
}
@media (max-width:420px) {
.news_box li .imgDiv{height:200px;}	
}

/**新闻详情**/
.newsdetail{width:100%; overflow:hidden;}
.newsdetail .hddiv{text-align: center;}
.newsdetail .hddiv .title{font-size:24px; font-weight:bold; color:#222}
.newsdetail .hddiv .title02{overflow:hidden; margin:10px 0 20px}
.newsdetail .hddiv span{color:#999999; margin:0 10px; font-size:14px}
.newsdetail .bddiv{border-top:1px solid #eee; border-bottom: 1px solid #eee; padding:20px 0;}
.newsdetail .bddiv p{margin:0; color:#333; font-size:16px; line-height:40px}
.newsdetail .otherPage{padding:20px 0 0; color:#999}
.newsdetail .otherPage span{ font-size:14px}
.newsdetail .otherPage a{color:#333; margin-top:10px; max-width:50%;}
@media (max-width:1024px) {
.newsdetail .bddiv p{font-size:14px; line-height:30px}
}
@media (max-width:540px) {
.newsdetail .hddiv .title{font-size:20px;}
.newsdetail .otherPage{padding:0;}
.newsdetail .otherPage .ovh{ width:100%}
}
@media (max-width:420px) {
.newsdetail .hddiv .title{font-size:18px; line-height:30px}
.newsdetail .hddiv .title02{margin:10px 0}	
.newsdetail .hddiv span{margin:0 5px; font-size:12px}
.newsdetail .bddiv{padding:10px 0;}
}



/**联系我们**/
.contact_box{width:100%; overflow:hidden; border:1px solid #ddd; margin-bottom:20px}
.contact_box li{width:25%; float:left; padding:2%; border-left:1px solid #ddd; background:#f8f8f8;}
.contact_box li:nth-child(1){border-left:none;}
.contact_box li:nth-child(4){margin-right:0}
.contact_box li i{ display:block; font-size:40px; color:#222;}
.contact_box li b{font-size:16px; color:#222; display: block; text-transform:uppercase}
.contact_box li p{font-size:15px; color:#333; line-height:25px; height:50px}
.contact_box li a{color:#333}

.contact_box02{width:100%; overflow:hidden; border:1px solid #ddd; border-bottom:none; border-right:none; margin-bottom:20px;}
.contact_box02 .kf{line-height:60px; background:#f5f5f5; border-right:1px solid #ddd; padding-left:20px; font-size:20px}
.contact_box02 li{width:50%; float:left; height:50px; line-height:50px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; font-size:15px}
.contact_box02 li b{width:170px; float:left; border-right:1px solid #ddd; padding-left:20px;}
.contact_box02 li p{width:calc(100% - 170px); float:left; padding-left:20px;}
.contact_box02 li a{color:#333}

.contact-map{ width:100%;overflow:hidden; margin-top:20px}
#container{min-width:100%; min-height:500px; padding:1%}
#container .map_wz{ font-size:17px; color:#5c0d13; font-family:Verdana, Geneva, sans-serif; font-weight:bold; margin-bottom:1px; display:block}
#container .map_wzz{ font-size:14px; font-family:Verdana, Geneva, sans-serif;}
@media (max-width:1280px) {
.contact_box li p{font-size:14px;}
}
@media (max-width:1180px) {
.contact_box li p{font-size:13px;}
}
@media (max-width:1024px) {
.contact_box li{width:50%; border-bottom:1px solid #ddd;}	
.contact_box li:nth-child(3){border-left:none; border-bottom:none;}
.contact_box li:nth-child(4){border-bottom:none;}
.contact_box li p,.contact_box02 li{font-size:14px;}
#container{min-height:450px;}
}
@media (max-width:540px) {
.contact_box li{width:100%; border-left:none; text-align:center}		
.contact_box li:nth-child(3){border-bottom:1px solid #ddd;}
.contact_box li p{ height:auto}
.contact_box02 li{width:100%; }
#container{min-height:350px;}
}
@media (max-width:420px) {
.contact_box02 .kf{padding-left:10px; font-size:18px}	
.contact_box02 li b{width:150px; padding-left:10px;}
.contact_box02 li p{width:calc(100% - 150px); padding-left:10px;}
}

/**在线留言**/
.feedback_form{width:100%; overflow:hidden; margin:0 auto}
.feedback_form ul li{ margin-bottom:10px; float:left; width:49.5%; background:#f5f5f5; border:1px solid #eee; position:relative; padding-left:10px; background:#fff}
.feedback_form ul li:nth-child(2n){float:right;}
.feedback_form ul li p{ position:absolute; top:15px; right:10px; color:#d36c00}
.feedback_form ul li input{font-family: "SourceHanSansCN-Normal";border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em; height:50px; }
.feedback_form ul li textarea{font-family: "SourceHanSansCN-Normal"; height:300px;border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em;}
.feedback_form ul li .yzm_box{ float:left; width: calc(100% - 180px);}
.feedback_form ul li .yzm{ float:right; margin-top:12px; margin-right:10px}
.feedback_form ul li:nth-child(5){width:100%}
.feedback_form ul li:nth-child(6){ float:left}
.feedback_form ul li:nth-child(7){ padding-left:0px; float:right; background:none; border:none;}
.feedback_form .more-button{cursor:pointer; border: none; width:100%; height: 50px; font-size: 14px; color: #fff; background: #4c4948!important;}
.feedback_form .more-button:hover{background:#5c0d13!important;}
@media (max-width:540px) {
.feedback_form{width:100%;}
.feedback_form .more-button{width:100%;}
}
@media (max-width:420px) {
.feedback_form ul li{width:100%;}	
}





/*分页样式 开始*/
#fengye{clear:both; margin:auto 0; text-align: center; margin-top:20px}
div.digg{text-align:left; font-size:16px; display:inline-block; height:50px;}
div.digg span.disabled{padding:14px 20px; margin:0 2px; color:#666; background:#f4f4f4}
div.digg span.current{padding:14px 20px; margin:0 2px; color:#fff; background:#5c0d13;}
div.digg a{padding:14px 20px; margin:0 2px; color:#666; text-decoration: none; background:#f4f4f4}
div.digg a:hover {background:#5c0d13; color:#fff;}
div.digg .keng{ display:none}


/**相册**/
.rebox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; -webkit-filter: none !important;
    background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7); }
.rebox *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
.rebox-contents { position: absolute; top:10%; left:10%; text-align: center; width:80%; height:80%;}
.rebox-contents .rebox-content { border: 5px solid #fff;   border-radius: 1px; height: 100%; }
.rebox-loading { width: 31px; height: 31px; margin: -16px 0 0 -16px; position: absolute; top: 48%; left: 50%; }
.rebox-caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1000; background: #000; background: rgba(0,0,0,0.7); }
.rebox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; *display: inline; *zoom: 1; padding: 10px; color: #fff; font-size: 12px; line-height: 18px; }
.rebox-button { position: absolute; z-index: 9999; min-width: 40px; height: 40px; line-height: 40px; background: rgb(0, 0, 0); opacity:0.4; 
    text-decoration: none; font-size: 24px; color: #fff; text-align: center; vertical-align: middle;
    -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; border-radius: 32px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.rebox a:hover{ color:#e89312}	
.rebox-button:hover,
.rebox-button:focus { opacity: 1; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); }
.rebox-close { right: 10px; top: 10px; }
.rebox-next { right: 10px; top: 48%; }
.rebox-prev { left: 10px; top: 48%; }
.rebox-loading { left: 50%; top: 48%;
    -webkit-animation-name: spin; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; -moz-animation-duration: 2000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
    -ms-animation-name: spin; -ms-animation-duration: 2000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;    
    animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear;
}
@media (max-width:520px) {
.rebox-contents{top:18%}
}

.all_back {position:fixed; right:30px; bottom:30px; z-index:9999; display:none; cursor:pointer; background:rgba(32,60,160,.7); width:50px; height:50px; line-height:50px;  -webkit-transition:all 0.6s linear;transition:all 0.6s linear; text-align:center; }
.all_back i {color:#fff; display:block; font-style:normal; font-size:24px}
.all_back:hover {background:rgba(32,60,160,1); border-radius:50%;}
.all_back:hover i{ color:#fff;}
@media (max-width:540px) {
.all_back{right:20px; bottom:20px;}	
}


/**搜索**/
#pop__search {display:none;margin-bottom:0;position:relative}
#pop__search .box {width:680px;height:52px;background:#fff;border:1px solid #ddd;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}
#pop__search .box form {display:block;width:100%;height:50px;position:relative;padding-right:50px}
#pop__search .box form .btn01 {width:100%;height:50px;line-height:50px;border:none;background:none;outline:0;padding:0 0 0 20px;font-size:14px;color:#666}
#pop__search .box form .btn01::-webkit-input-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01::-moz-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01:-moz-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01:-ms-input-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn02 {display:block;width:50px;height:50px; line-height:50px; border:none;background:none;outline:0;position:absolute;right:0;top:0}
#pop__search .box form .btn02 i {vertical-align:top;margin-top:0px; color:#333;font-family:"iconfont" !important;font-size:24px;font-style:normal;}
#pop__search .box form .btn02:hover svg {color:#0000ff}

/**漂浮**/
.online_q {position:fixed;right:2px;bottom:30%;z-index:999}
.online_q .btn2 {width:73px;height:73px;margin-bottom:5px;cursor:pointer;position:relative;font-size:12px;transition:.3s}
.online_q .btn2 span i{display:block; font-size:30px; height:50px; line-height:50px;}
.online_q .btn2 span {display:block;width:100%;height:100%;text-align:center;border-radius:3px;position:relative; z-index:999;overflow:hidden;transition:.3s;-webkit-transition:.3s;font-size:12px;color:#FFFFFF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; background:rgba(0,0,0,.9);}
.online_q .btn2.btn-top span{background:#5c0d13; color:#fff;}
.online_q .btn2.btn-top span p{font-weight:bold}
.online_q .btn2 .open.tel a{ color:#fff; font-size:16px}
.online_q .btn2 .open.pic {position:absolute;background:#5c0d13;width:140px;height:140px;right:140px;top:50%;margin-top:-50px;text-align:right;opacity:0;transition:.6s;-webkit-transition:.6s;visibility:hidden}
.online_q .btn2 .open.pic:before {content:"";display:block;width:0;height:0;border:10px solid transparent;border-left:10px solid #5c0d13;position:absolute;right:-15px;top:45%;margin-top:-10px}
.online_q .btn2 .open.pic img {width:120px;height:120px;margin-top:10px;margin-right:10px}
.online_q .btn2 .open.tel {position:absolute;background:#5c0d13;width:200px;height:50px;border-radius:25px;color:#fff;font-size:18px;font-family:arial;text-align:center;line-height:50px;right:100px;top:50%;margin-top:-25px;opacity:0;transition:.6s;-webkit-transition:.6s;visibility:hidden}
.online_q .btn2 .open.tel:before {content:"";display:block;width:0;height:0;border:10px solid transparent;border-left:10px solid #5c0d13;position:absolute;right:-16px;top:50%;margin-top:-10px}
.online_q .btn2:hover .open.pic {opacity:1;right:90px;visibility:visible}
.online_q .btn2:hover .open.tel {opacity:1;right:90px;visibility:visible}
.online_q #gotop {transition:.5s;overflow:hidden;height:73px}
.online_q #gotop.hide {height:0}
@media (max-width:540px) {
.online_q .btn2{width:40px;height:40px;}
.online_q .btn2 span i{font-size:20px; height:40px; line-height:40px;}
.online_q .btn2 p{ display:none}
.online_q #gotop.hide{height:40px !important;}
.online_q .btn2:hover .open.tel,.online_q .btn2:hover .open.pic{ right:50px}
}

.product_details table{max-width:800px; width:800px}
table td{ border:1px solid #eee}
@media (max-width:992px) {
.product_details table{max-width:100%; width:100%}	
}
@media (max-width:540px) {
.product_details{ overflow:auto}
table{width:100% !important;}	
}

.search-tit{ width:100%; text-align:center; margin-bottom:10px}
.search-tit strong{ color:#5c0d13}
