﻿*{ margin:0;padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition: all .4s;-webkit-transition: all .4s;}
body{color: #222; overflow-x:hidden;margin:0; padding:0; min-width:1366px;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:15px/1.5 Microsoft Yahei,微软雅黑,Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
body.nybody{ background:#f8f8f8;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:15px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
address,cite,code,em,th{ font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none; color:#222;cursor:pointer;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
@font-face {font-family: "庞门正道标题体";src: url(../fonts/庞门正道标题体.ttf);}
@font-face {font-family: "NICE-REGULAR";src: url(../fonts/NICE-REGULAR.OTF);}
/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#ddd; width:4px; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#bf1313;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#bf1313;}

/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

.w1400{width:74%;margin:0 auto;max-width:1400px; min-width:1366px;}

/*top*/
.ly_top { width: 100%; background: #fff; height: 100px; position: relative; z-index: 99;}
.ly_top .toplogo{ width:328px; height:100%; background:#bf1313; float:left; position:relative;}
.ly_top .toplogo img{ max-width:100%; max-height:100%; position: absolute; margin:auto; top:0; left:0; right:0; bottom:0;}
.ly_top .lytop_main { width: calc(100% - 328px); height: 100%; position: relative; float:right; padding:0 45px;}
.ly_top .lytop_main .toptel{ float:left;display:flex; display: -webkit-flex;align-items:center; color:#bf1313; font-size:20px; position:absolute; top:50%; transform:translateY(-50%);}
.ly_top .lytop_main .toptel em{ display:block; width:20px; height:20px; border-radius:50%; background: #bf1313 url(../images/toptel.png)  center no-repeat; margin-right:10px;}
.ly_top .lytop_main .top_right { width:73%; float: right; height: 100%; }
.ly_top .lytop_main .top_right .nav { width: calc(100% - 70px); float: left; height: 100%; transition: all 0.4s; }
.ly_top .lytop_main .top_right#showopen .nav { transform: scale3d(0, 0, 0); width: 0; }
.ly_top .lytop_main .top_right .nav li { width:12.5%; height: 100%; float: left; text-align: center; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: 35px; }
.ly_top .lytop_main .top_right .nav li> a { height: 100%; line-height: 30px; font-size: 18px; text-align: center; transition: .4s ease; display: inline-block; position: relative; color: #222; }
.ly_top .lytop_main .top_right .nav li a::before, .ly_top .lytop_main .top_right .nav li.navon a::before { content: ""; display: block; position: absolute; bottom: 20px; height: 3px; width: 3px; left: 50%; transform: translateX(-50%) skewX(-45deg); opacity: 0; background-color: #bf1313; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; }
.ly_top .lytop_main .top_right .nav li:hover a::before, .ly_top .lytop_main .top_right .nav li.navon a::before { width: 100%; opacity: 1; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; }
.ly_top .lytop_main .top_right .nav li:hover a, .ly_top .lytop_main .top_right .nav li.navon a { color:#bf1313;}
/*下拉*/
.nav_item_open { width: 140%; height: auto; position: absolute; left: -20%; top: 100%; z-index: 10; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.ny_top .nav_item_open { background-color: #fff; }
.ly_top .lytop_main .top_right .nav li:hover:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.ly_top .lytop_main .top_right .nav li .subopen { display: none; }
.ly_top .lytop_main .top_right .nav li .nav_item2 { width: 100%; }
.ly_top .lytop_main .top_right .nav li .nav_item2 a { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.ly_top .lytop_main .top_right .nav li .nav_item2 a { color: #565656; }
.ly_top .lytop_main .top_right .nav li .nav_item2:hover a { background-color: #2e71b4; color: #fff; }
/*PC搜索*/
.ly_top .lytop_main .top_search { float: right; position: relative; transition: all 0.5s; height: 100%; width: 50px;}
.ly_top .lytop_main .nav-hide .top_search { margin-top: 19px; }
.ly_top .lytop_main .top_search em { background: url(../images/sousou.png) right center no-repeat;cursor: pointer; display: block; height:44px; margin-top:28px; overflow: hidden; transition: all 0.3s; }
.ly_top .lytop_main .top_search em:Hover { opacity: 0.8; filter: Alpha(opacity=80); }
.ly_top .lytop_main #showopen .top_search { background: none; }
.ly_top .lytop_main #showopen .top_search em { opacity: 0; filter: Alpha(opacity=0); margin-top: 0; }
.ly_top .lytop_main .top_search .search_con2 { position: absolute; right: 0px; height: 50px; z-index: 100; transform: scale3d(0, 0, 0); transform-origin: right center; transition: all 0.5s; opacity: 0; filter: Alpha(opacity=0); width: 500px; background: #fff; top: 25px; }
.ly_top .lytop_main #showopen .top_search .search_con2 { opacity: 1.0; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); }
.top_search .search_con2 .search-input { width: 380px; float: left; height: 48px; line-height: 48px; overflow: hidden; border: 1px solid #d4d4d4; border-radius: 5px; font-size: 16px; padding-left: 20px; background: #fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.top_search .search_con2 .input1 { height: 48px; line-height: 48px; background: none; border: 0; width: calc(100% - 57px); width: -webkit-calc(100% - 57px); width: -moz-calc(100% - 57px); float: left; outline: none; font-size: 16px; color: #666; }
.top_search .search_con2 .bnts { float: right; width: 56px; height: 48px; background: url(../images/search.png) center center no-repeat; margin-right: 1px; cursor: pointer; border: none; }
.top_search .search_con2 .bnts:hover { transition: all 0.3s; opacity: 0.8; filter: Alpha(opacity=80); }
.top_search .search_con2 .moblie-search-close { position: absolute; top: 15px; right: 15px; width: 20px; height: 20px; background: url(../images/scguan.png) center center no-repeat; }
.nav-hide .top_search .search_con2 .moblie-search-close { background-image: url(../images/scguan.png); }

/* banner 开始 */
.apple-banner { width:100%;overflow: hidden; margin:0 auto;}
.apple-banner .swiper-container { width: 100%;}
.apple-banner .swiper-container .swiper-slide{height:770px; position:relative;overflow:hidden;}
.apple-banner .swiper-container .swiper-slide img{width:100%;height:100%; position:absolute;left:50%; top:50%;transform:translate(-50%,-50%);object-fit: cover;}
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 15%; height: 100%; top:0; background:none; margin:0;}
.apple-banner .swiper-container .swiper-button-prev { left:0;}	
.apple-banner .swiper-container .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; top: 50%; margin-top:-32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.3) url(../images/arrows1.png) center center no-repeat; left: 20px;}
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.3) url(../images/arrows2.png) center center no-repeat; right:20px;}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: .7;}
/*分页器*/
.apple-banner .lyPaginationChild { bottom: 40px!important;left:50% !important; transform:translateX(-50%);}
.apple-banner .lyPaginationChild .swiper-pagination-bullet { width: 30px; height: 30px; border-radius: 0; color: #fff; line-height: 30px; background: none !important; font-size:24px; opacity: 1; position:relative; margin:0 27px !important;}
.apple-banner .lyPaginationChild .swiper-pagination-bullet-active { background-color: rgba(255,255,255,1); opacity: 1; }
.apple-banner .lyPaginationChild .swiper-pagination-bullet-active::before { display: block; content: ""; width:8px; height: 30px; background-color:#bf1313;position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) skewX(-30deg); z-index:-1;}
/* banner 结束 */
/*首页标题*/
.ind_bigbt{ font-size:48px; line-height:50px; font-weight:bold;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.ind_bigbt em{ display:block; width:17px; height:17px; background:#bf1313; transform:skewX(-30deg); margin-right:28px;}

/*推荐产品*/
.ind_tjpro{background:#f8f8f8 url(../images/tjpro_bg.png) repeat; min-height:400px; padding:80px 0; overflow:hidden;}
.ind_tjpro .tjbox{width: calc(100% - 210px); height:580px; float:left; position:relative; overflow:hidden; padding-top:115px;}
.ind_tjpro .itscp-lt{width: 48%;height: 100%;float: left;position: relative;}
.ind_tjpro .itscp-lt1{font-size: 325px; line-height:325px;font-weight:800; color:#eee;font-family: "Arial"; position:absolute;top:-115px;right:0;}
.ind_tjpro .itscp-lt2{ display:block; width:100%; height:100%; float:left;position:relative;}
.ind_tjpro .itscp-lt2 img{ max-width:100%; max-height:100%; position:absolute; left:0;top:0; bottom:0; margin:auto; z-index:2;}
.ind_tjpro .itscp-ct{width:44%; min-height:300px; float:right; background:#fff; padding:45px 45px 35px; position:relative;}
.ind_tjpro .itscp-ct1{font-size: 72px;color:#bf1313;line-height:90px;display: inline-block;top: -45px; left:42px;font-family: "NICE-REGULAR"; position:absolute;}
.ind_tjpro .itscp-ct1::after{content: '';position: absolute;left: 6px;right: 6px;height: 2px;bottom: 0;background:#bf1313;}
.ind_tjpro .itscp-ct2 .d1{ font-size:30px;margin:36px 0 20px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;
}
.ind_tjpro .itscp-ct2 .d3{font-size: 16px;color: #999;line-height:30px; height:60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.ind_tjpro .itscp-ct2 .more{ display:block; width:160px; height:50px; background:#505050; color:#fff;display:flex; display: -webkit-flex;  justify-content:center;align-items:center; margin:40px 0 30px;}
.ind_tjpro .itscp-ct2 .more:hover{ background:#bf1313;}
.ind_tjpro .itscp-ct2 .more img{ margin-left:18px;}
.ind_tjpro .itscp-ct2 .more:hover img{ margin-left:12px;}
.ind_tjpro .itscp-ct3{overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.ind_tjpro .itscp-ct3 .d1{float: inherit;font-size:24px;color: #999;font-family: "NICE-REGULAR";}
.ind_tjpro .itscp-ct3 .d1 .sp1{font-size: 48px;color:#bf1313; margin-right:2px;}
.ind_tjpro .itscp-ct3 .d1 .sp2{ margin-left:-5px;}
.ind_tjpro .itscp-ct3 .d2{float: right;width: 80px;overflow: hidden;padding-top: 0; position: relative; z-index: 99;}
.ind_tjpro .itscp-ct3 .d2 .sp1{width: 30px;height: 25px;background: url(../images/jt02.png) no-repeat center;float: left;cursor: pointer;}
.ind_tjpro .itscp-ct3 .d2 .sp2{width: 30px; cursor: pointer;height: 25px;background: url(../images/jt02.png) no-repeat center;float: right; transform: rotate(-180deg);}
.ind_tjpro .itscp-rt{float: right;width:122px;height:433px;position: relative;z-index: 2; margin-top:115px;}

.ind_tjpro .itscp-rt .itscp-swiper{width: 100%;height: 100%;position: relative;right:0;}
.ind_tjpro .itscp-rt .itscp-swiper:after{ content:""; display:block; width:6px; height:315px; background:#e9e9e9; position:absolute; margin:auto;top:0; bottom:0; left:0; right:0;}
.ind_tjpro .itscp-rt .swiper-slide{display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.ind_tjpro .itscp-rt .itscp-swiper .itscp-pro{ text-align:center;}
.ind_tjpro .itscp-rt .itscp-b{display: inline-block; cursor: pointer;width:86px;height:86px; border-radius:50%;background:#fff; position:relative;transition: all .3s;-webkit-transition: all .3s;}
.ind_tjpro .itscp-rt .itscp-swiper .swiper-slide-active .itscp-pro{ width:120px; height:122px;border:1px  dashed #bf1313; border-radius:50%; position:relative;}
.ind_tjpro .itscp-rt .itscp-swiper .swiper-slide-active .itscp-b{ width:100px; height:100px; border:2px solid #bf1313; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
.ind_tjpro .itscp-rt .itscp-b img{max-width:60%;max-height:60%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
.ind_tjpro .itscp-rt .itscp-a{float: right;text-align: left;width: 0px;overflow: hidden;opacity: 0;
}
.ind_tjpro .itscp-rt .itscp-a1{font-size: 46px;line-height: 1;color: rgb(204,0,0);font-family: DIN-Condensed-Bold;padding-top: 50px;transition: all .3s;-webkit-transition: all .3s;}
.ind_tjpro .itscp-rt .itscp-a2{font-size: 16px;line-height: 25px;color: #333;margin-top: 10px;}
.ind_tjpro .itscp-rt .itscp-pro{position: relative;transition: all .3s;;-webkit-transition: all .3s;}
.ind_tjpro .itscp-rt .itscp-swiper .swiper-slide-active .itscp-b{transition: all .3s;-webkit-transition: all .3s;
}
.ind_tjpro .itscp-rt .itscp-swiper .swiper-slide-active .itscp-a{width: 0;transition: all .3s;;-webkit-transition: all .3s;}
.ind_tjpro .itscp-rt .itscp-c{display: none;}
.ind_tjpro .itscp-rt .itscp-next,.itscp-prev{display: none;}

/*首页关于我们*/
.ind_about{ width:100%; padding:120px 0 80px; background:#f8f8f8 url(../images/indab_bg.jpg) center top no-repeat; background-size:100%;}
.ind_about .ind_bigbt{ color:#fff;}
.ind_about .abcont{ width:86%; margin:35px auto 40px; text-align:center; font-size:16px; line-height:30px; height:90px; color:rgba(255,255,255,.85);overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.ind_about .abmore{ display:block; width:160px; height:50px; margin:0 auto; border:2px solid #fff; font-size:16px; color:#fff;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;transition: all .5s;-webkit-transition: all .5s;  }
.ind_about .abmore:hover{border:2px solid #bf1313; background:#bf1313;}
.ind_about .abmore img{ margin-left:18px;transition: all .5s;-webkit-transition: all .5s; }
.ind_about .abmore:hover img{margin-left:12px;}
.ind_about  ul.fourys{ width:100%; margin-top:110px;display: -webkit-flex;display: flex;flex-wrap: wrap;}
.ind_about  ul.fourys li{ width:25%; float:left; background:#fff; padding:60px 3%; text-align:center; position:relative;}
.ind_about  ul.fourys li:before{ content:""; display:block;width:1px; height:50%; background:#e6e6e6;position:absolute; right:0; top:50%; transform:translateY(-50%);}
.ind_about  ul.fourys li:last-child:before{ display:none;}
.ind_about  ul.fourys li:after{ content:""; display:block; width:100%; height:0; background:#bf1313; position:absolute; left:0; bottom:0;transition: all .5s;-webkit-transition: all .5s;}
.ind_about  ul.fourys li .text{ position:relative; z-index:2;}
.ind_about  ul.fourys li em{ display:block; width:82px; height:82px; margin:0 auto; background-position:0 0;}
.ind_about  ul.fourys li:nth-of-type(1) em{ background: url(../images/indys1.png) top center no-repeat;}
.ind_about  ul.fourys li:nth-of-type(2) em{ background: url(../images/indys2.png) top center no-repeat;}
.ind_about  ul.fourys li:nth-of-type(3) em{ background: url(../images/indys3.png) top center no-repeat;}
.ind_about  ul.fourys li:nth-of-type(4) em{ background: url(../images/indys4.png) top center no-repeat;}
.ind_about  ul.fourys li p{ font-size:18px; font-weight:bold; margin:15px 0 20px;transition: all .5s;-webkit-transition: all .5s;}
.ind_about  ul.fourys li .smallms{ font-size:16px; line-height:28px; color:#999;transition: all .5s;-webkit-transition: all .5s;}

.ind_about  ul.fourys li:hover em{background-position:0 -82px;}
.ind_about  ul.fourys li:hover:after{ height:110%;}
.ind_about  ul.fourys li:hover p{ color:#fff;}
.ind_about  ul.fourys li:hover .smallms{ color:#fff;}

/*首页产品中心*/
.ind_cpzx{ width:100%; background:#f8f8f8; min-height:400px; overflow:hidden; padding:65px 0;}
.ind_cpzx .fenlei{ width:100%; padding:0 50px; margin:40px 0 50px; position:relative;}
.ind_cpzx .fenlei .swiper-button-prev,.ind_cpzx .fenlei .swiper-button-next{ background: url(../images/jt03.png) left no-repeat;transition: all .5s;-webkit-transition: all .5s;}
.ind_cpzx .fenlei .swiper-button-prev{ left:0;}
.ind_cpzx .fenlei .swiper-button-next{transform:rotate(-180deg); right:0;}
.ind_cpzx .fenlei .swiper-container3{overflow:hidden; padding:1px}
.ind_cpzx .fenlei .swiper-container3 a{ display: block; height:60px; line-height:60px; font-size:18px; color:#555; text-align:center; padding:0 10px;}
.ind_cpzx .fenlei .swiper-container3 a span{ display: block;color:#555; position: relative; z-index:3;max-width:100%;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;position:relative;transition: all .4s ease;}
.ind_cpzx .fenlei .swiper-container3 a i{ display:block; width:100%; height:100%; position:absolute; left:0; top:0;border:1px solid #f5e5e5;background:#fff;transition: all .5s;-webkit-transition: all .5s; }
.ind_cpzx .fenlei .swiper-container3 a::before, .ind_cpzx .fenlei .swiper-container3 a::after {content: '';position: absolute;width:4px; height:4px; z-index:2;}
.ind_cpzx .fenlei .swiper-container3 a::before { border-top:1px solid #bf1313; border-left: 1px solid #bf1313;top:0;left:0;}
.ind_cpzx .fenlei .swiper-container3 a::after {border-right: 1px solid #bf1313;border-bottom: 1px solid #bf1313; bottom:0; right:0;}

.ind_cpzx .fenlei .swiper-button-prev:hover,.ind_cpzx .fenlei .swiper-button-next:hover{background: url(../images/jt04.png) left no-repeat;}
.ind_cpzx .fenlei .swiper-container3 a:hover span{color:#fff;}
.ind_cpzx .fenlei .swiper-container3 a:hover i{border:1px solid #bf1313; background:#bf1313; }
.ind_cpzx .fenlei .swiper-container3 a:hover::before, .ind_cpzx .fenlei .swiper-container3 a:hover::after { width:100%; height:100%;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);transition: all .5s;-webkit-transition: all .5s; display:none;}

.ind_cpzx .prozs_box{ width:100%;}
.ind_cpzx .prozs_box ul li{ width:23.5%; margin:0 2% 25px 0; float:left; background:#fff; padding:30px 15px; position:relative; overflow:hidden;}
.ind_cpzx .prozs_box ul li:nth-child(4n){ margin-right:0;}
.ind_cpzx .prozs_box ul li .pic{ display:block;width:50%; height:190px; position:relative; float:right;}
.ind_cpzx .prozs_box ul li .pic img{ max-width:96%; max-height:96%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;transition: all .4s;-webkit-transition: all .4s;}
.ind_cpzx .prozs_box ul li:hover .pic img{ -webkit-transform: scale(1.05);-moz-transform: scale(1.05);transform: scale(1.05);}
.ind_cpzx .prozs_box ul li .text{ padding:20px 15px; width:50%; float:left;}
.ind_cpzx .prozs_box ul li .text .name{ font-size:18px; font-weight:bold;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ind_cpzx .prozs_box ul li .text .xh{ font-size:16px; color:#999;margin-top:10px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ind_cpzx .prozs_box ul li .text .xh img{ margin-right:7px;margin-top: -3px;}
.ind_cpzx .prozs_box ul li .text .more{ width:86px; font-size:16px; color:#999; border-bottom:1px solid #bbb; letter-spacing:1px; margin-top:55px;display:flex; display: -webkit-flex;align-items:center; }
.ind_cpzx .prozs_box ul li .text .more img{ margin-left:7px;}
.ind_cpzx .prozs_box ul li .zhe{ display:block; width:100%; height:100%; background:rgba(191,19,19,.8) url(../images/ckmore.png) center no-repeat; position:absolute; top:-100%; left:0;transition: all .4s;-webkit-transition: all .4s;}
.ind_cpzx .prozs_box ul li:hover .zhe{ top:0;}

/*首页案例*/
.ind_case{ width:100%; padding:90px 0; background:#fff; min-height:300px; overflow:hidden;}
.ind_case .casebox{ width:100%; margin-top:48px; overflow:hidden;min-height: 180px;}
.ind_case .casebox ul li{ float:left;}
.ind_case .casebox ul li .pic{ display:block; width:100%;height:225px; overflow:hidden;}
.ind_case .casebox ul li .pic img{ width:100%; height:100%;object-fit: cover;}
.ind_case .casebox ul li .text{ height:110px; border:1px solid #e6e6e6;  border-top:0;padding:25px 18px; text-align:center;}
.ind_case .casebox ul li .text a{font-size:18px; font-weight:bold;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ind_case .casebox ul li .text p{ margin-top:5px;font-size:16px; color:#999;;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}

.ind_case .casebox ul li:hover .pic img{-webkit-transform: scale(1.06);-moz-transform: scale(1.06);transform: scale(1.06);}
.ind_case .casebox ul li:hover .text{ background:#bf1313;border:1px solid #bf1313;}
.ind_case .casebox ul li:hover .text a{ color:#fff;}
.ind_case .casebox ul li:hover .text p{ color:rgba(255,255,255,.65);}

/*首页新闻资讯*/
.ind_xwzx{ width:100%; background:#f8f8f8; padding:0 0 90px; min-height:300px; overflow:hidden;}
.ind_xwzx .xwzxli{ width:48.25%; float:left; background:#fff; margin-top:48px;}
.ind_xwzx .xwzxli .bt{ width:100%; height:135px; background:#bf1313; color:#fff; font-size:30px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.ind_xwzx .xwzxli .bt em{ display:block; width:70px; height:70px; border-radius:50%; background:#fff url(../images/newico.png) center no-repeat; margin-right:30px;}
.ind_xwzx .xwzxli .bt span{ font-size:16px; color:rgba(255,255,255,.25);margin: 15px 0 0 7px;}
.ind_xwzx .xwzxli .box{ padding:35px;min-height: 200px;}
.ind_xwzx .xwzxli .box .tj{ padding-bottom:35px; border-bottom:1px solid #e6e6e6;}
.ind_xwzx .xwzxli .box .tj .pic{ display:block; width:245px; height:160px; float:left; overflow:hidden;}
.ind_xwzx .xwzxli .box .tj .pic img{ width:100%; height:100%;object-fit: cover;}
.ind_xwzx .xwzxli .box .tj .text{width: calc(100% - 270px); float:right;}
.ind_xwzx .xwzxli .box .tj .text .name{ font-size:18px; font-weight:bold;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ind_xwzx .xwzxli .box .tj .text .ms{ font-size:16px; color:#999; line-height:28px; height:56px; margin-top:10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.ind_xwzx .xwzxli .box .tj .text .more{ font-size:14px; color:#999;font-style: italic; margin-top:30px;display:flex; display: -webkit-flex;  align-items:center;}
.ind_xwzx .xwzxli .box .tj .text .more:before{ content:""; display:block; width:100px; height:1px; background:#e6e6e6; margin-right:15px;transition: all .5s;-webkit-transition: all .5s;   }
.ind_xwzx .xwzxli .box .tj:hover .pic img{-webkit-transform: scale(1.08);-moz-transform: scale(1.08);transform: scale(1.08);}
.ind_xwzx .xwzxli .box .tj:hover .text .name{ color:#bf1313;}
.ind_xwzx .xwzxli .box .tj:hover .text .more{color:#bf1313;}
.ind_xwzx .xwzxli .box .tj:hover .text .more:before{ width:105px;background:#bf1313;}

.ind_xwzx .xwzxli .box ul li{ width:100%; margin-bottom:24px; overflow:hidden;}
.ind_xwzx .xwzxli .box ul li:first-child{ margin-top:32px;}
.ind_xwzx .xwzxli .box ul li a{ font-size:18px;width: calc(100% - 135px);float:left; position:relative;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ind_xwzx .xwzxli .box ul li time{ font-size:18px; color:#999; font-family:Arial; float:right;display:flex; display: -webkit-flex; align-items:center;}
.ind_xwzx .xwzxli .box ul li time i{ display:block; width:14px; height:14px; background:url(../images/time1.png) center no-repeat; margin-right:6px;}
.ind_xwzx .xwzxli .box ul li:hover a{ color:#bf1313;text-decoration: underline;}
.ind_xwzx .xwzxli .box ul li:hover time{ color:#bf1313;}
.ind_xwzx .xwzxli .box ul li:hover time i{background:url(../images/time2.png) center no-repeat;}

.ind_xwzx .xwzxli.art{ float:right;}
.ind_xwzx .xwzxli.art .bt{ background:#222;}
.ind_xwzx .xwzxli.art .bt em{background:#fff url(../images/ind_artico.png) center no-repeat;}

/*友情链接*/
.link{ width:100%; padding:36px 0 44px; background:#fff; overflow:hidden;}
.link .left{ width:160px; height:46px;line-height:46px; background:#bf1313; float:left; color:#fff; font-size:18px; font-weight:bold;display:flex; display: -webkit-flex;align-items: center; justify-content:center;}
.link .left img{ margin-right:10px;}
.link .right{width: calc(100% - 188px); float:right;padding:6px 0;}
.link .right a{ color:#999; float:left;font-size:16px; line-height:34px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;transition: all .4s ease;}
.link .right a:hover{color:#bf1313;}
.link .right a i{ display:inline-block; width:6px; height:1px; background:#999; margin:0 10px;}
.link .right a:first-child i{ display:none;}

/*footer*/
footer{background: #151515; overflow:hidden;}
footer .lrall_box{display: -webkit-flex;display: flex;flex-wrap: wrap;}
footer .ftleft{ width:62.5%;float:left; background:#151515; border-top:8px solid #fff;}
footer .ftleft ul{ width:100%;padding-left:13%;display: -webkit-flex;display: flex;flex-wrap: wrap;}
footer .ftleft ul li{ float:left; width:28%; border-left:1px solid rgba(255,255,255,.10); padding:70px 26px 50px 50px; position:relative;}
footer .ftleft ul li:before{ content:""; display:block; width:45px; height:45px; border-radius:50%; border:1px solid rgba(255,255,255,.1); position:absolute; left:-23px;}
footer .ftleft ul li p{ font-size:18px; line-height:24px; color:#fff; margin-bottom:20px;}
footer .ftleft ul li a{ display:block; width:100%; color:rgba(255,255,255,.85); font-size:16px; float:left;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; margin:6px 0;transition: all .4s ease;}
footer .ftleft ul li a:hover{color:#fff;}

footer .ftleft ul li.cpli {width:44%;}
footer .ftleft ul li.cpli div{ max-height:216px; overflow:hidden;}
footer .ftleft ul li.cpli a{  width:50%;}
footer .ftleft ul li.cpli a:nth-child(2n){ padding-left:3%;}
footer .ftleft ul li.webli {width:28%;}
footer .nyfoot .ftleft ul li.cpli{ width:100%; padding: 80px 38px 0;}
footer .nyfoot .ftleft ul li a{ width:32%; margin-right:3% float:left;}
footer .nyfoot .ftleft ul li a:nth-child(3n){ margin-right:0;}
footer .nyfoot .ftleft ul li.webli{ width:100%; padding: 60px 38px 80px;}

footer .ftleft ul li.ylli:before{background:#151515 url(../images/footico1.png) center no-repeat;}
footer .ftleft ul li.cpli:before{background:#151515 url(../images/footico2.png) center no-repeat;}
footer .ftleft ul li.webli:before{background:#151515 url(../images/footico3.png) center no-repeat;}

footer .ftright{ width:37.5%;float:right; padding:0 13% 0 70px; background:#1e1e1e url(../images/foot_bg.png) repeat; border-top:8px solid #bf1313; position:relative;}
footer .ftright .foot_tel{margin:75px 0 45px;background:url(../images/foottel.png) left no-repeat; padding-left:62px;}
footer .ftright .foot_tel span{ font-size:16px; color:rgba(255,255,255,.85);}
footer .ftright .foot_tel p{ font-size:28px; line-height:32px; font-weight:bold; color:#bf1313; font-family:Arial;}
footer .ftright ul li{ width:100%; font-size:16px; color:rgba(255,255,255,.85); margin-bottom:15px;}
footer .ftright ul li img{ margin-right:16px;}
footer .ftright .ftbtn{ width:100%; margin-top:70px;}
footer .ftright .ftbtn .an{ width:36px; height:36px; border-radius:50%; position:relative; float:left; margin-right:20px;cursor:pointer;transition: all .5s;-webkit-transition: all .5s;}
footer .ftright .ftbtn .an a{ display:block; width:100%; height:100%;}
footer .ftright .ftbtn .an .ewm{ width:140px; background:#fff; border-radius:10px; padding-top:5px; overflow:hidden; text-align:center;position:absolute; top:-80px; left:50%;transform:translateX(-50%) scale(0);transition: all .5s;-webkit-transition: all .5s; }
footer .ftright .ftbtn .an:hover .ewm{transform:translateX(-50%) scale(1);top:-170px;}
footer .ftright .ftbtn .an .ewm span{ display:block; width:100%; color:#999; font-size:14px; margin:0 0 10px;}
footer .ftright .ftbtn .an:nth-of-type(1){background:#313131 url(../images/ftan1.png) center no-repeat;}
footer .ftright .ftbtn .an:nth-of-type(2){background:#313131 url(../images/ftan2.png) center no-repeat;}
footer .ftright .ftbtn .an:nth-of-type(3){background:#313131 url(../images/ftan3.png) center no-repeat;margin-right:0;}
footer .ftright .ftbtn .an:nth-of-type(1):hover{background:#bf1313 url(../images/ftan1.png) center no-repeat;}
footer .ftright .ftbtn .an:nth-of-type(2):hover{background:#bf1313 url(../images/ftan2.png) center no-repeat;}
footer .ftright .ftbtn .an:nth-of-type(3):hover{background:#bf1313 url(../images/ftan3.png) center no-repeat;}
footer .ftright .ftbtn .an p{ display:block; width:100%; height:100%; opacity:0;}



footer .banquan .bq_left{width:100%; padding:28px 0 28px 13%;float:left; background:#151515; border-top:1px solid rgba(255,255,255,.05);}
footer .banquan .bq_left p{color:rgba(255,255,255,.85);line-height: 28px;}
footer .banquan .bq_left p a{color:rgba(255,255,255,.85); margin-right:8px;transition: all .4s ease;}
footer .banquan .bq_left p a:hover{color:#fff;}
footer .banquan .bq_right{width:37.5%; padding:40px 0;padding-right:260px;float:left; background:#1e1e1e; border-top:1px solid rgba(255,255,255,.05);}

/*NyBanner 开始*/
.NyBanner { width:100%; height:550px; margin:0 auto; padding:0; position:relative; z-index:999; overflow:hidden;}
.NyBanner img.nyBa_Img { display:block; width:100%; height:100%; margin:-275px 0 0 -50%; padding:0; position:absolute; left:50%; top:50%;}
.NyBanner .NyBa_Con {width: 57%;height: auto; position: absolute;top: 25%;left: 50%;transform: translate(-50%, -50%);}

.NyBa_Con span { display:block; width:100%; height:auto;color:rgba(31,31,31,0.15); font-size:36px; line-height:38px; margin:0 auto; padding:0;font-family: "庞门正道标题体"; text-transform: uppercase;}
.NyBa_Con i { display:block; width:40px; height:40px; border-radius:50%; border:1px solid #bf1313;background:url(../images/jt06.png) center no-repeat; margin-top:30px;animation: nbanA 2s infinite;}
@keyframes nbanA {
	 0%{background:url(../images/jt06.png) center 5px no-repeat;}
	 50%{background:url(../images/jt06.png) center 15px no-repeat;}
	 100%{background:url(../images/jt06.png) center 5px no-repeat;}
}
.NyBa_Con p { width:100%; height:auto;color:#222; font-size:48px; font-weight:bold; margin:0 auto; padding:0;}


/*内页关于我们*/
.nymbxnav{ background:#fff; box-shadow:0 0 24px rgba(0,0,0,.03); padding:20px 2%; position:relative; z-index:1000; margin-top:-65px;}
.nymbxnav a{ display:block; width:20%; float:left; text-align:center; font-size:18px; color:#777;transition: all .5s;-webkit-transition: all .5s;}
.nymbxnav a em{ display:block; width:52px; height:52px; margin:0 auto; background:url(../images/abnavico.png) no-repeat; margin-bottom:12px;transition: all .4s;-webkit-transition: all .4s;}
.nymbxnav a.jj2 em{ background-position:-52px 0;}
.nymbxnav a.jj3 em{ background-position:-104px 0;}
.nymbxnav a.jj4 em{ background-position:-156px 0;}
.nymbxnav a.jj5 em{ background-position:-208px 0;}

.nymbxnav a:hover,.nymbxnav a.on{ color:#bf1313;}
.nymbxnav a.jj1:hover em,.nymbxnav a.jj1.on em{ background-position:0 -52px;}
.nymbxnav a.jj2:hover em,.nymbxnav a.jj2.on em{ background-position:-52px -52px;}
.nymbxnav a.jj3:hover em,.nymbxnav a.jj3.on em{ background-position:-104px -52px;}
.nymbxnav a.jj4:hover em,.nymbxnav a.jj4.on em{ background-position:-156px -52px;}
.nymbxnav a.jj5:hover em,.nymbxnav a.jj5.on em{ background-position:-208px -52px;}

.ny_abcont{ width:100%; padding:75px 0 320px; background:#fff url(../images/nyab_bg.jpg) bottom no-repeat; min-height:200px;}
.ny_abcont .ind_bigbt{ font-size:44px;}
.ny_abcont .gsjjnr{ width:90%; margin:50px auto 0;font-size:16px; line-height:32px; color:#777;font-family:Microsoft Yahei,微软雅黑,Arial;}
.ny_abcont .gsjjnr p,.ny_abcont .gsjjnr span{line-height:32px;font-family:Microsoft Yahei,微软雅黑,Arial !important;}

.ny_honor{ width:100%; background:#12151a url(../images/nyhonor_bg.jpg) bottom no-repeat; background-size:cover;position:relative;}
.ny_honor .abjjimg{position:relative; transform:translateY(-50%); margin:0 auto -130px;}
.ny_honor .abjjimg img{ width:100%;}
.ny_honor .ind_bigbt{ color:#fff;font-size:44px;}
.ny_honor .roll{padding:45px 88px 95px; position:relative;}
.ny_honor .swiper-container5{ position:relative; overflow:hidden;}
.ny_honor ul{ min-height:100px;}
.ny_honor ul li .pic{ display:block; width:100%; height:202px;border:3px solid rgba(231,231,231,.45); background:rgba(255,255,255,.45); padding:12px; position:relative; overflow:hidden;transition: all .5s;-webkit-transition: all .5s;}
.ny_honor ul li .pic a{display:block; width:100%; height:100%;}
.ny_honor ul li:hover .pic{border:3px solid #fff;}
.ny_honor ul li .pic img{ max-width:calc(100% - 24px); max-height:calc(100% - 24px); margin:auto; position:absolute; top:0; bottom:0; left:0; right:0;}
.ny_honor ul li:hover .pic img{ -webkit-transform: scale(1.05);-moz-transform: scale(1.05);transform: scale(1.05);}
.ny_honor ul li a.name{ color:#666;width:100%; margin-top:25px; font-size:16px; text-align:center; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;transition: all .5s;-webkit-transition: all .5s;}
.ny_honor ul li:hover a.name{ color:#fff;}
.ny_honor .roll .swiper-button-prev,.ny_honor .roll .swiper-button-next{ width:44px; height:68px; border-radius:8px; border:1px solid #fff; background:url(../images/jt07.png) center no-repeat; margin-top:-75px;transition: all .5s;-webkit-transition: all .5s;}
.ny_honor .roll .swiper-button-prev{left:0;}
.ny_honor .roll .swiper-button-next{right:0; transform:rotate(180deg);}
.ny_honor .roll .swiper-button-prev:hover,.ny_honor .roll .swiper-button-next:hover{background: #bf1313 url(../images/jt07.png) center no-repeat; border:1px solid #bf1313; }

.ny_culture{ width:100%; padding:95px 0; overflow:hidden;}
.ny_culture .ind_bigbt{ font-size:44px; margin-bottom:45px;}
.ny_culture .left{ width:43.14%; float:left; background:#bf1313 url(../images/nyculture_bg.jpg) bottom no-repeat; background-size:100%; padding:65px 88px; display:flex; display: -webkit-flex;}
.ny_culture .left p{ width:50px; font-size:42px; line-height:44px; font-weight:bold; color:#fff; margin-right:35px;}
.ny_culture .left p:nth-of-type(1){ margin-top:60px;}
.ny_culture .left p i{ font-style:normal; font-weight:100;}
.ny_culture .right{ width:50%; float:right;}
.ny_culture .right .qywjli{ width:100%; border-bottom:5px solid #eee; padding:35px 0;transition: all .5s;-webkit-transition: all .5s; }
.ny_culture .right .qywjli:hover{ box-shadow:0 0 20px rgba(0,0,0,.1);}
.ny_culture .right .qywjli p{ font-size:28px; line-height:36px;}
.ny_culture .right .qywjli span{font-size:16px; color:#999; line-height:30px;}
.ny_culture .right .qywjli:before{ content:""; display:block; width:78px; height:70px;background: url(../images/cultureico.png) center no-repeat; float:left; margin-right:37px; background-position:0 0;}
.ny_culture .right .qywjli:nth-of-type(2):before{background-position:0 -70px;}
.ny_culture .right .qywjli:nth-of-type(3):before{background-position:0 -140px;}
.ny_culture .right .qywjli:nth-of-type(4):before{background-position:0 -210px;}


/*产品中心 内页*/
.nyProducts .nyPro_Menu{ background:#fff; box-shadow:0 0 24px rgba(0,0,0,.03);position:relative; z-index:1000; margin-top:-50px;}
.nyProducts .nyPro_Menu:before,.nyProducts .nyPro_Menu:after{ content:"";display:block; width:calc(13% + 60px); height:100%; background:#fff; position: absolute; left:0; top:0; z-index:2;}
.nyProducts .nyPro_Menu:after{left:auto;right:0;}

.ParentLevel {height:auto; margin:0 auto;position:relative;padding: 0 60px; max-width:94%;}
.ParentLevel:before,.ParentLevel:after{ content:"";display:block; width:1px; height:100%; background:#fff; position: absolute; left:59px; top:0; z-index:22;}
.ParentLevel:after{ left:auto;right:60px;}
.ParentLevel .swiper-button-prev,.ParentLevel .swiper-button-next{ width:44px; height:44px; border-radius:50%; background:#f4f4f4 url(../images/jt14.png) center no-repeat; left:0;}
.ParentLevel .swiper-button-next{ left:auto; right:0; transform:rotate(180deg);}
.ParentLevel .swiper-button-prev:hover,.ParentLevel .swiper-button-next:hover{background:#bf1313 url(../images/jt15.png) center no-repeat;}
.ParentLevel .swiper-container6{}
.ParentLevel ul { width:100%; height:100%; margin:0 auto; padding:0; position:static;min-height: 60px;}
.ParentLevel ul li { display:block; width:auto; height:100%;padding:0; float:left;}
.ParentLevel ul li p { width:auto; height:100%; margin:0; padding:0 40px 0 0;position:relative; }
.ParentLevel ul li p a { display:block; width:auto; height:100px; line-height:100px; color:#666; font-size:16px; font-weight:bold;padding: 0 20px 0 35px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ParentLevel ul li p span { display:block; width:60px; height:40px; margin:-20px 0 0; padding:0; background:url(../images/mulu0.png) left center no-repeat;position:absolute; top:50%; right:0; cursor:pointer;}
.ParentLevel ul li p span i { display:block; width:1px; height:100%;background-color:#e6e6e6; float:right;}
.ParentLevel ul li p:before{ content:""; display:block; width:10px; height:10px; border-radius:50%; background:#bf1313; border:2px solid #fff; position:absolute; top:0px; left:50%; transform:translateX(-50%); opacity:0;transition: all .5s;-webkit-transition: all .5s;}
.ParentLevel ul li.selected p, .ParentLevel ul li:hover p { background-color:#bf1313;}
.ParentLevel ul li.selected p:before, .ParentLevel ul li:hover p:before{ opacity:1; top:-5px;}
.ParentLevel ul li.selected p a, .ParentLevel ul li:hover p a { color:#fff;}
.ParentLevel ul li:hover p span { background:url(../images/mulu1.png) left center no-repeat;}
.ParentLevel ul li.selected p span { background:url(../images/mulu2.png) left center no-repeat;}
.ParentLevel ul li.selected p span i, .ParentLevel ul li:hover p span i { background-color:#bf1313;}
.ChildLevel { display:none;width:100%; height:auto; background-color:#ddd;position:absolute; left:0; top:100%; transition: all 0s ease;}
.ChildLevel .tag { width:100%; height:auto; margin:0 auto; padding:20px 15px;}
.ChildLevel .tag a {width:100%; height:30px; line-height:30px;padding: 0 10px;color:#777; font-size:16px; margin:7px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ChildLevel .tag a:before{ content:""; display:block; width:2px; height:2px; background:#777;float: left;margin: 15px 7px 0 0;}
.ChildLevel .tag a:hover { color:#fff; background:#bf1313;}
.ChildLevel .tag a:hover:before{ background:#fff;}

.nyProducts .nyPro_Main {height:auto; margin:80px auto; min-height:500px;}
.nyPro_Main .nyPro_List { width:100%; height:auto; min-height:240px; margin:0 auto; padding:0;}
.nyPro_List ul li { width:23.5%; height:auto; overflow:hidden; margin:0 2% 30px 0; padding:20px; background-color:#fff; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_List ul li:nth-child(4n) { margin:0 0 30px;}
.nyPro_List ul li .text { width:100%; height:auto; margin:0 auto 20px; padding:0 0 20px; border-bottom:1px solid rgba(0,0,0,0.1);}
.nyPro_List ul li .text .name{ display:block; width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto 7px; padding:0;}
.nyPro_List ul li:hover .text .name { color:rgba(220,0,0,1);}
.nyPro_List ul li .text .xh { width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:15px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.nyPro_List ul li .text .xh img { display:block; width:15px; height:18px; margin:1px 10px 1px 0; padding:0; float:left;}
.nyPro_List ul li .text .more{ display:none;}
.nyPro_List ul li .pic { display:block;width:100%; height:250px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.nyPro_List ul li .pic img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_List ul li:hover .pic img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.nyPro_List ul li a.zhe { display:block; width:100%; height:100%; margin:0; padding:0; background: rgba(191, 19, 19, .8) url(../images/ckmore.png) center no-repeat; position:absolute; left:0; bottom:100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_List ul li a.zhe img { display:block; width:64px; height:64px; margin:-32px 0 0 -32px; padding:0; position:absolute; left:50%; top:50%;}
.nyPro_List ul li:hover a.zhe { bottom:0;}
/*nyProducts 结束*/

/*产品列表页*/
.nyProducts .nyPro_Menu.nylist_mulu{ box-shadow:0 0 0;}
.nyProducts .nyPro_Menu.nylist_mulu{ background:none;}
.nyProducts .nyPro_Menu.nylist_mulu:before, .nyProducts .nyPro_Menu.nylist_mulu:after{ display:none;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel{background:#fff; padding:0;box-shadow: 0 0 24px rgba(0,0,0,.03);}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel:before, .nyProducts .nyPro_Menu.nylist_mulu .ParentLevel:after{ display:none;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel ul li{ width:248px; display:none;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel ul li:first-child{ display:block;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel ul li p{ padding:0 18px 0 38px;background-color: #bf1313;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel ul li p span{ width:40px; transform:rotate(-90deg); position:static; margin:0;background: url(../images/mulu1.png) center no-repeat;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel ul li p span i{ display:none;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel ul li p a{ padding:0;color:#fff;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel ul li.selected p span{background: url(../images/mulu1.png) center no-repeat;    transform: rotate(0deg);}
.nyProducts .nyPro_Menu.nylist_mulu .ChildLevel{ display:block; overflow:hidden; background:#eee;padding:35px;}
.nyProducts .nyPro_Menu.nylist_mulu .ChildLevel .swiper-container7{ overflow:hidden;}
.nyProducts .nyPro_Menu.nylist_mulu .ChildLevel .tag{ width:auto;padding:0;}
.nyProducts .nyPro_Menu.nylist_mulu .ChildLevel .tag a{ width:auto; height:30px; line-height:30px; margin:0;display:inline-block;overflow: visible;}
.nyProducts .nyPro_Menu.nylist_mulu .ChildLevel .tag a:before{margin: 15px 7px 0 0;}

.nyProducts .nyPro_Main.ny_prolby{ min-height:400px; margin-top:150px;}
.ny_prolby ul li{ width:100%; position:relative;}
.ny_prolby ul li:after{ content:""; display:block; width:50%; height:100%; position: absolute; left:50%; top:0; transform:translateX(-50%); opacity:0; background:#f8f8f8;background: linear-gradient(to bottom, #f8f8f8, #eee);transition: all .5s;-webkit-transition: all .5s; }
.ny_prolby ul li:last-child{ margin-bottom:40px;}
.ny_prolby ul li .w1400{ padding:35px 72px; border-top:1px solid #e6e6e6; overflow:hidden; position:relative; z-index:2;display:flex; display: -webkit-flex;  justify-content: space-between;align-items:center;transition: border 0s;-webkit-transition:border 0s;}
.ny_prolby ul li:first-child .w1400{ border:0;}
.ny_prolby ul li:last-child .w1400{border-bottom:1px solid #e6e6e6;}
.ny_prolby ul li .pic{ width:32.6%; height:320px; border:1px solid #e6e6e6; background:#fff; float:left; display:block; position:relative;transition: border 0s;-webkit-transition:border 0s; overflow:hidden;}
.ny_prolby ul li .pic img{ max-width:96%; max-height:96%; position: absolute; left:0; right:0; top:0; bottom:0; margin:auto;}
.ny_prolby ul li .text{ width:58%; float:right;}
.ny_prolby ul li .text .name{ font-size:30px; font-weight:bold;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ny_prolby ul li .text .name:before{ content:""; display:block; width:3px; height:36px; background:#bf1313; float:left;margin:5px 24px 0 0;}
.ny_prolby ul li .text dl{ width:100%; margin:20px 0; overflow:hidden; background:url(../images/cs_bg.png) repeat; padding:8px 30px;}
.ny_prolby ul li .text dl dd{ width:50%; float:left; font-size:16px; color:#666; margin:5px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ny_prolby ul li .text dl dd:nth-child(2n){ padding-left:30px;}
.ny_prolby ul li .text dl dd img{ margin-right:15px; margin-top:-2px;}
.ny_prolby ul li .text .ms{ font-size:16px; line-height:28px; height:56px; color:#666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.ny_prolby ul li .text .more{ display:block; float:right;font-size:16px; color:#999; margin-top:20px;display:flex; display: -webkit-flex;  align-items:center;}
.ny_prolby ul li .text .more em{ display:block; width:48px; height:48px; background:#999; transform:skewX(-10deg); margin-left:20px;}
.ny_prolby ul li .text .more em:after{ content:""; display:block; width:14px; height:11px; background:url(../images/jt08.png) center no-repeat; position:absolute; top:18px; left:16px;transform: skewX(10deg);}

.ny_prolby ul li:hover:after{ width:100%; opacity:1;}
.ny_prolby ul li:hover .w1400{ border:0;}
.ny_prolby ul li:hover + li .w1400{ border:0;}
.ny_prolby ul li:hover .pic{ border:1px solid #fff;}
.ny_prolby ul li:hover .pic img{transform: scale(1.06);}
.ny_prolby ul li:hover .text .name{ color:#bf1313;}
.ny_prolby ul li:hover .text .more{color:#bf1313;}
.ny_prolby ul li:hover .text .more em{ background:#bf1313;}

.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel .ckmore{ display:block; width:160px; height:44px; line-height:44px; background:#bf1313; color:#fff; font-size:16px; position:absolute; right:43px;top: 28px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center; z-index:2;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel .ckmore img{ margin-right:10px;transition: all .5s;-webkit-transition: all .5s;}
.nyProducts .nyPro_Menu.nylist_mulu .ParentLevel .ckmore:hover img{ margin-right:15px;}
.nyProducts .nylist_mulu .ParentLevel .prolist_mbx{ font-size:16px;width: calc(100% - 510px);  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;position: absolute; left:300px; top:35px; z-index:2;}
.nyProducts .nylist_mulu .ParentLevel .prolist_mbx a{ color:#999; transition: all .4s ease;}
.nyProducts .nylist_mulu .ParentLevel .prolist_mbx a:hover{ color:#bf1313;}
.nyProducts .nylist_mulu .ParentLevel .prolist_mbx img{margin: -2px 10px 0;}
.nyProducts .nylist_mulu .ParentLevel .prolist_mbx img.home{ margin:0 20px 0 0;}

.ny_prolby #fengye a,.ny_prolby #fengye .p_input{ background:#eee;}

/*产品详情页 top 开始*/
.NyProDetail_Container { width:100%; padding:50px 0 75px; overflow:hidden; height:auto; overflow:hidden;background:#000 url(../images/ProBg.jpg) center top no-repeat; background-size:cover;}
.NyProDetail_Container .proxq_mbx{ font-size:16px; color:#fff;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.NyProDetail_Container .proxq_mbx a{ color:rgba(255,255,255,.45); transition: all .4s ease;}
.NyProDetail_Container .proxq_mbx a:hover{ color:#fff;}
.NyProDetail_Container .proxq_mbx img{ margin:8px 10px;}
.NyProDetail_Container .proxq_mbx img.home{ margin:0 20px 0 0;}
.NyProDetail_Container .proxx_text{ width:45%; float:left; margin-top:60px;}
.NyProDetail_Main .fenlei{ font-size:24px; color:#bf1313; margin-bottom:10px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.NyProDetail_Main .NyProDetail_Name { width:100%; height:auto; overflow:hidden; line-height:50px; color:#fff; font-size:46px; font-weight:bold;}
.NyProDetail_Main .NyProDetail_Tips { width:100%; height:auto; overflow:hidden; margin:30px 0 50px;}
.NyProDetail_Main .NyProDetail_Tips ul li { width:48%; height:40px;line-height:40px; float:left; overflow:hidden;color:rgba(255,255,255,0.45); font-size:16px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.NyProDetail_Main .NyProDetail_Tips ul li:nth-child(2n){ float:right;}
.NyProDetail_Main .NyProDetail_Tips ul li:hover { color:#fff;}
.NyProDetail_Main .NyProDetail_Tips ul li img{ margin-right:15px;vertical-align:middle !important;}
.NyProDetail_Main .fttext{ width:100%; padding-top:40px; border-top:1px solid #231615; position:relative; overflow:hidden;}
.NyProDetail_Main .fttext:after{ content:""; display:block;width:100%; height:1px; background:rgba(255,255,255,.1); position:absolute; top:0; left:0;}
.NyProDetail_Main .fttext p{ font-size:16px; color:rgba(255,255,255,.45); margin-bottom:20px;}
.NyProDetail_Main .fttext span{ display:block;float:left; color:#fff; font-size:16px; font-weight:bold;padding-right:50px; margin-bottom:10px;display:flex; display: -webkit-flex;align-items:center;}
.NyProDetail_Main .fttext span.two{ padding:0;}
.NyProDetail_Main .fttext span img{ margin-right:12px;}
.NyProDetail_Main .fttext span a{ color:#fff; position:relative;}
.NyProDetail_Main .fttext span a:after{ content:""; display:block; width:100%; height:1px; background:#fff;}
.NyProDetail_Main .fttext span:nth-of-type(1) a{cursor: auto;}

.NyProDetail_Main .NyProDetail_Img { width:47%; height:auto; overflow:hidden; float:right;}
.NyProDetail_Img .prodetail_img { width:80%; height:451px; overflow:hidden; margin:0; padding:30px; background-color:#fff; border:1px solid rgba(221,221,221,0.3); float:left; position:relative;}
.NyProDetail_Img .prodetail_img p { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyProDetail_Img .prodetail_img p img { display:block; max-width:100%; max-height:100%; overflow:hidden; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.NyProDetail_Img .NyProDetail_Tab { width:20%;margin:0; padding:0 0 0 15px; float:right; height:452px;overflow:hidden;}
.NyProDetail_Img .NyProDetail_Tab ul li { width:100%; height:104px; overflow:hidden; margin:0 auto 12px; padding:0; background-color:#fff;position:relative; cursor:pointer;transition: all 0s;-webkit-transition: all 0s; }
.NyProDetail_Img .NyProDetail_Tab ul li:last-child{ margin-bottom:0;}
.NyProDetail_Img .NyProDetail_Tab ul li img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.NyProDetail_Img .NyProDetail_Tab ul li:hover, .NyProDetail_Img .NyProDetail_Tab ul li.ProActive { border:2px solid #bf1313;}

.prodetail_img a.videoIco { left: 20px!important; bottom: 20px!important; z-index: 99!important;}

.NyProDetailMenu_Main { width:100%; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProDetail_Menu { margin:-60px auto 60px;}
/*产品详情页 top 结束*/

/*产品详细页foot start*/
.proxx_footmain{ padding:80px 0; overflow:hidden;}

/*产品分类 开始*/
.proleft { width:25.7%; overflow:hidden; float:right;}
.proleft .proxx_leftlx{ width:100%; background:#fff; margin-bottom:35px; padding:30px 0 0; overflow:hidden;}
.proleft .proxx_leftlx .btn a{ display:block; width:75%; height:56px; line-height:56px; text-align:center; border-radius:30px; margin:0 auto; font-size:20px; font-weight:bold;}
.proleft .proxx_leftlx .btn a.on,.proleft .proxx_leftlx .btn a:hover{ color:#fff; background:#bf1313;}
.proleft .proxx_leftlx img.lx{ width:100%; margin-top:30px;}
.proleft .proxx_leftlx .text{ padding:30px;}
.proleft .proxx_leftlx .text p{ font-size:20px; font-weight:bold; color:#555; margin-bottom:18px;}
.proleft .proxx_leftlx .text span{ display:block; width:100%;font-size:16px;color:#555; margin-bottom:10px;}
.proleft .proxx_leftlx .text span:nth-of-type(2){ margin-bottom:20px;}
.proleft .proxx_leftlx .text span img{ margin:0 10px 0 0;vertical-align: middle;}
.proleft .proxx_leftlx .text a{ display: block; width:100%; height:48px; line-height:48px; font-size:16px;text-align:center; color:#fff; background:#bf1313;}

.cp_type .hd { width:100%; height:auto;padding:34px 30px;background:#bf1313 url(../images/flbg_ico.png) right 10px no-repeat;}
.cp_type .hd p { width:100%; height:32px; line-height:32px; color:#fff; font-size:30px; font-weight:bold; margin:0 auto 4px; padding:0;}
.cp_type .hd p img { display:block; width:28px; height:28px; margin:2px 10px 2px 0; padding:0; float:left;}
.cp_type .hd i { display:none;}

.cp_type .bd { padding:0 30px 35px; background:#fff;}
.cp_type .bd ul li { background-color:#fff;border-bottom:0px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cp_type .bd ul li p { height:58px;position:relative; border-bottom:1px solid #eee;}
.cp_type .bd ul li p a { display:block; width: calc(100% - 40px); line-height:58px; padding:0; overflow: hidden;color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; float:left;}
.cp_type .bd ul li p span { display:block; width:40px; height:100%; background:url(../images/mulu3.png) center center no-repeat; cursor:pointer; position:absolute; top:0; right:0;transition: all 0s;-webkit-transition: all 0s;}
.cp_type .bd ul li div { display:none;transition: all 0s;-webkit-transition: all 0s;}
.cp_type .bd ul li div a { display:block; height:35px; line-height:35px; color:#999; font-size:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.cp_type .bd ul li div a:before{ content:""; display:block; height:6px; width:6px; background:url(../images/proflico.png) no-repeat; background-position:0 0; float:left;margin-right: 8px; margin-top: 14px;}
.cp_type .bd ul li div a:first-child { margin-top:15px;}
.cp_type .bd ul li div a i { display:block; width:4px; height:4px; margin:13px 6px 13px 0; padding:0; border:1px solid #999; border-radius:50%; float:left;}
.cp_type .bd ul li div a:hover i { border:1px solid #cb0010;}
.cp_type .bd ul li p:hover a { color:#bf1313;}
.cp_type .bd ul li p:hover span { background:url(../images/mulu4.png) center center no-repeat;}
.cp_type .bd ul li.on p span { background:url(../images/mulu5.png) center center no-repeat;}
.cp_type .bd ul li div a:hover { color:#bf1313;}
.cp_type .bd ul li div a:hover:before{ background-position:0 -10px;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:92%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#bf1313; color:#fff;}

.ProAll { width:100%; height:auto;border-top: 1px solid #eee;margin-top:20px;}
.ProAll a { display:block; width:100%; height:48px; line-height:48px; background:#bf1313;overflow:hidden; color:#fff; font-size:16px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.ProAll a i { display:block; width:40px; height:100%; margin:0; padding:0; background:url(../images/jt13.png) center center no-repeat;}

/*相关文章 开始*/
.NyXgwz { background:#fff; margin-top:30px;}
.NyXgwz .NyXgwz_Title { width:100%; height:auto;padding:34px 30px;background:#bf1313 url(../images/wzbg_ico.png) 96% 15px no-repeat;}
.NyXgwz_Title p { width:100%; height:32px; line-height:32px; color:#fff; font-size:30px; font-weight:bold; margin:0 auto 4px; padding:0;}
.NyXgwz_Title  p img { display:block; margin:4px 10px 0; padding:0; float:left;}
.NyXgwz_Title span { display:block; height:24px; line-height:24px; color:#ccc; font-size:14px;}

.NyXgwz .NyXgwz_List { width:100%; height:auto; min-height:200px; margin:0 auto; padding:0 30px 30px;}
.NyXgwz_List dl dd { width:100%; height:auto; margin:0 auto; padding:20px 0; border-bottom:1px solid #eee;}
.NyXgwz_List dl dd a { display:block; width:100%; overflow:hidden; line-height:30px; font-size:16px;}
.NyXgwz_List dl dd a:hover { color:#bf1313;}
.NyXgwz_List dl dd time{ display:block; margin-top:12px;font-size:15px; color:#999;display:flex; display: -webkit-flex; align-items:center;}
.NyXgwz_List dl dd time img{ margin-right:7px;}
/*相关文章 结束*/
/*产品分类 结束*/

.proright{width:70%; float:left;}
.cpxxcontent{ background:#fff; padding:50px; overflow:hidden;}
.cpxxcontent .cpxx_tit{ font-size:30px; font-weight:bold;position:relative; padding-bottom:22px; margin-bottom:35px;display:flex; display: -webkit-flex;align-items:center;}
.cpxxcontent .cpxx_tit img{ margin-right:13px;}
.cpxxcontent .cpxx_tit:after{content:""; display:block; width:100%; height:5px; background:url(../images/btline.png) repeat-x; position:absolute; left:0;bottom:1px;}
.c_detail_wrap{ line-height:30px;}
.c_detail_wrap img,.c_detail_wrap p,.c_detail_wrap span,.c_detail_wrap div,.c_detail_wrap video,.c_detail_wrap embed,.c_detail_wrap table,.c_detail_wrap tr,.c_detail_wrap td{max-width:100% !important;max-height: 100% !important;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;color: #666; line-height:30px;}

.cpxxcontent .ny_fanye{ width:100%; height:64px; padding:0 24px; background:#f8f8f8; overflow:hidden; margin-top:30px; position:relative;}
.cpxxcontent .ny_fanye .NyProPrev{ width:45%; float:left; font-size:16px; font-weight:bold; line-height:64px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; color:#666;}
.cpxxcontent .ny_fanye .NyProPrev img{ margin-right:7px;vertical-align: middle;}
.cpxxcontent .ny_fanye .NyProPrev a{ color:#666; font-weight: normal; transition: all .4s ease; margin-left:7px;}
.cpxxcontent .ny_fanye .NyProPrev:hover a{ color:#bf1313;}
.cpxxcontent .ny_fanye .NyPronext{width:49%; float:right; font-size:16px; font-weight:bold; line-height:64px; text-align:right;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; color:#666;}
.cpxxcontent .ny_fanye .NyPronext img{ margin:0 7px;vertical-align: middle;}
.cpxxcontent .ny_fanye .NyPronext a{ color:#666; font-weight: normal; transition: all .4s ease;}
.cpxxcontent .ny_fanye .NyPronext:hover a{ color:#bf1313;}
.cpxxcontent .ny_fanye em{ display:block;width:1px; height:100%; background:#ddd; position:absolute; left:50%;}

.cpxxcontent .ordertit{ margin-top:40px;}
/*产品详细页foot end*/

/*新闻内页*/
.nynewnav a{ width:33.33333%;}
.nynewnav a em{background: url(../images/newnavico.png) no-repeat;}
.nynewnav a.xw2 em{ background-position:-52px 0;}
.nynewnav a.xw3 em{ background-position:-104px 0;}
.nynewnav a.on em,.nynewnav a:hover em{ background-position:0 -52px;}
.nynewnav a.xw2.on em,.nynewnav a.xw2:hover em{ background-position:-52px -52px;}
.nynewnav a.xw3.on em,.nynewnav a.xw3:hover em{ background-position:-104px -52px;}

.nyallbox{ width:100%;padding:80px 0; min-height:500px;}
.ny_newcont .ny_tjnew{ width:100%; background:#fff; padding:20px; margin-bottom:50px; overflow:hidden; position:relative;display: flex; display: -webkit-flex;justify-content: space-between; align-items: center;}
.ny_newcont .ny_tjnew:after{content:""; display:block; width:100%; height:70%; background: #bf1313 url(../images/newtj_bg.jpg) center no-repeat; position:absolute; left:0; top:0; background-size:cover; opacity:0;transition: all .5s;-webkit-transition: all .5s; }
.ny_newcont .ny_tjnew .pic{ display:block; width:320px; height:210px; float:left; position:relative; overflow:hidden;}
.ny_newcont .ny_tjnew .pic img{width:100%;height:100%;object-fit: cover; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;transition: all .5s;-webkit-transition: all .5s; }
.ny_newcont .ny_tjnew .text{width: calc(100% - 360px); float:right; padding-right:25px;}
.ny_newcont .ny_tjnew .text .name{ font-size:24px; font-weight:bold;width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ny_newcont .ny_tjnew .text .ms{ margin:20px 0 35px; font-size:16px; color:#999; line-height:30px; height:60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ny_newcont .ny_tjnew .text time{font-size:16px; color:#999;display:flex; display: -webkit-flex;align-items:center; float:left;}
.ny_newcont .ny_tjnew .text time:before{content:""; display:block; width:14px; height:14px; background:url(../images/time1.png) center no-repeat; margin-right:7px;transition: all .5s;-webkit-transition: all .5s; }
.ny_newcont .ny_tjnew .text .more{ display:block; float:right;font-size:16px; color:#999;display:flex; display: -webkit-flex;  align-items:center;}
.ny_newcont .ny_tjnew .text .more em{ display:block; width:48px; height:48px; background:#999; transform:skewX(-10deg); margin-left:20px;}
.ny_newcont .ny_tjnew .text .more em:after{ content:""; display:block; width:14px; height:11px; background:url(../images/jt08.png) center no-repeat; position:absolute; top:18px; left:16px;transform: skewX(10deg);}

.ny_newcont .ny_tjnew:hover:after{ height:100%; opacity:1;}
.ny_newcont .ny_tjnew:hover .pic{ position:relative; z-index:2;}
.ny_newcont .ny_tjnew:hover .pic img{ -webkit-transform: scale(1.05);-moz-transform: scale(1.05);transform: scale(1.05);}
.ny_newcont .ny_tjnew:hover .text .name{ color:#fff;position:relative; z-index:2;}
.ny_newcont .ny_tjnew:hover .text .ms{ color:rgba(255,255,255,.45);position:relative; z-index:2;}
.ny_newcont .ny_tjnew:hover .text time{color:#fff;position:relative; z-index:2;}
.ny_newcont .ny_tjnew:hover .text time:before{background:url(../images/time3.png) center no-repeat;}
.ny_newcont .ny_tjnew:hover .text .more{color:#fff;position:relative; z-index:2;}
.ny_newcont .ny_tjnew:hover .text .more em{background:#fff;}
.ny_newcont .ny_tjnew:hover .text .more em:after{background:url(../images/jt09.png) center no-repeat;}

.ny_newcont ul.ny_newlist li{ width:23.8%; margin-right:1.6%; margin-bottom:22px; background:#fff; padding:40px 2.285%; float:left; position:relative; overflow:hidden;}
.ny_newcont ul.ny_newlist li:nth-child(4n){ margin-right:0;}
.ny_newcont ul.ny_newlist li:after{content:""; display:block; width:100%; background:url(../images/newlist_bg.jpg) center no-repeat; position:absolute; left:0; top:0; background-size:cover; height:200px;opacity:0;transition: all .5s;-webkit-transition: all .5s; }
.ny_newcont ul.ny_newlist li time{font-size:16px; color:#999; padding-bottom:20px; border-bottom:1px solid #e6e6e6;display:flex; display: -webkit-flex;align-items:center;}
.ny_newcont ul.ny_newlist li time:before{content:""; display:block; width:14px; height:14px; background:url(../images/time1.png) center no-repeat; margin-right:7px;transition: all .5s;-webkit-transition: all .5s; }
.ny_newcont ul.ny_newlist li .name{ display:block; font-size:18px; font-weight:bold; line-height:30px; height:60px;margin:24px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.ny_newcont ul.ny_newlist li .ms{ margin-bottom:60px;font-size:16px; color:#999; line-height:30px; height:60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ny_newcont ul.ny_newlist li .more{ display:block;font-size:16px; color:#999;display:flex; display: -webkit-flex;  align-items:center;justify-content: space-between;}
.ny_newcont ul.ny_newlist li .more em{ display:block; width:48px; height:48px; background:#999; transform:skewX(-10deg); margin-left:20px;}
.ny_newcont ul.ny_newlist li .more em:after{ content:""; display:block; width:14px; height:11px; background:url(../images/jt08.png) center no-repeat; position:absolute; top:18px; left:16px;transform: skewX(10deg);}

.ny_newcont ul.ny_newlist li:hover:after{ height:420px; opacity:1;}
.ny_newcont ul.ny_newlist li:hover>div{ position:relative; z-index:2;}
.ny_newcont ul.ny_newlist li:hover time{color:#fff;}
.ny_newcont ul.ny_newlist li:hover time:before{background:url(../images/time3.png) center no-repeat;}
.ny_newcont ul.ny_newlist li:hover .name{ color:#fff;}
.ny_newcont ul.ny_newlist li:hover .ms{color:rgba(255,255,255,.45);}
.ny_newcont ul.ny_newlist li:hover .more{color:#fff;}
.ny_newcont ul.ny_newlist li:hover .more em{background:#fff;}
.ny_newcont ul.ny_newlist li:hover .more em:after{background:url(../images/jt09.png) center no-repeat;}

/*分页*/
#fengye { text-align: center; margin: 20px auto 0; color: #555; font-size:16px;}
#fengye table { margin:0 auto;}
#fengye a { display: inline-block; padding: 0 15px; background: #fff; height: 32px; line-height: 32px; text-align: center; margin: 0 5px; border-radius:2px; color: #333; font-size:15px;}
#fengye a:hover { background: #bf1313; color: #fff; }
#fengye a.pnnum1 { background: #bf1313; color: #fff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #bf1313; width: 40px !important; height: 32px !important; line-height: 32px; text-align: center; border-radius: 2px; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 15px; background: #fff; height: 32px; line-height: 32px; text-align: center; margin: 0 5px; color: #333; cursor: default;}


/*内页成功案例*/
.ny_casecont ul{ min-height:300px;}
.ny_casecont ul li{ width:31%; float:left; margin-right:3.5%; margin-bottom:50px; background:#fff; position:relative; transition: all .4s ease;}
.ny_casecont ul li:nth-child(3n){ margin-right:0;}
.ny_casecont ul li .pic{ display:block; width:100%; height:268px; overflow:hidden;}
.ny_casecont ul li .pic img{ width:100%; height:100%;object-fit: cover; transition: all .7s ease;}
.ny_casecont ul li .text{ padding:32px;}
.ny_casecont ul li .text .name{ font-size:18px; font-weight:bold;width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block; transition: all .4s ease;}
.ny_casecont ul li .text .ms{ font-size:16px; color:#999; line-height:26px; height:52px; margin:15px 0 32px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; position:relative;}
.ny_casecont ul li .text i{ display:block; width:100%; height:1px; background:#e6e6e6;}
.ny_casecont ul li .text .more{ display:block; width:48px; height:48px; background:#bf1313; transform:skewX(-10deg); margin-top:30px; transition: all .4s ease;}
.ny_casecont ul li .text .more:after{ content:""; display:block; width:14px; height:11px; background:url(../images/jt08.png) center no-repeat; position:absolute; top:18px; left:16px;transform: skewX(10deg);}
.ny_casecont ul li time{ display:block; width:160px; height:40px; line-height:40px;position: absolute; top:0; left:0; font-size:16px; color:#fff;background:url(../images/casetime.png) left no-repeat;}
.ny_casecont ul li time img{ margin:-2px 7px 0 15px;}

.ny_casecont ul li:hover{background:#bf1313;}
.ny_casecont ul li:hover .pic img{transform: scale(1.1);}
.ny_casecont ul li:hover .text .name{ color:#fff;}
.ny_casecont ul li:hover .text .ms{ color:rgba(255,255,255,.45);}
.ny_casecont ul li:hover .text .more{background:#fff;}
.ny_casecont ul li:hover .text .more:after{background:url(../images/jt09.png) center no-repeat;}

/*新闻详情*/
.newxxba{ width:100%; height:310px; background:#161616;background: linear-gradient(to top, #161616, #343434); position:relative; overflow:hidden;}
.newxxba h1{ font-size:28px; font-weight:bold; color:#fff; margin:100px 0 22px;}
.newxxba div span{ font-size:16px; color:rgba(255,255,255,.45);  display:flex; display: -webkit-flex; align-items:center; float:left;}
.newxxba div span:nth-of-type(2){ margin-left:3%;}
.newxxba div span img{ margin-right:10px;}
#solution-canvas {position:absolute;width: 100%;height: 100%;left: 0;bottom:20%;z-index: 1;opacity: .1;}

.ny_newdetail{ width:100%; min-height:500px; position:relative; z-index:3; margin:-66px 0 100px;}
.ny_newdetail .left{width:68.57%; float:left;}
.ny_newdetail .left .xx_content{ line-height:30px;background:#fff; padding:8%;}
.ny_newdetail .left .xx_content .caseDetailpic{ text-align:center;}
.ny_newdetail .left .xx_content .caseDetailpic img{ max-width:100% !important; margin:0 auto 20px;}
.ny_newdetail .left .xx_content p,.ny_newdetail .left .xx_content video,.ny_newdetail .left .xx_content table,.ny_newdetail .left .xx_content tr,.ny_newdetail .left .xx_content td,.ny_newdetail .left .xx_content span,.ny_newdetail .left .xx_content img{ max-width: 100% !important; max-height: 100%;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal;word-break: break-all;text-wrap: wrap !important;text-align: justify; line-height:30px; font-size:16px; color:#666;}
.ny_newdetail .left .xx_content .fhlist{ display:block; width:110px; height:110px; border-radius:50%; background:#bf1313; margin:40px auto 0; font-size:14px; color:#fff; text-align:center; box-shadow:0 5px 24px rgba(191,19,19,.32);}
.ny_newdetail .left .xx_content .fhlist img{ display:block; margin:0 auto; padding-top:30px;}
.ny_newdetail .left .xx_content .fhlist:hover img{ padding-top:27px;}
.ny_newdetail .left .NyPrevNext{ width:100%; margin-top:27px;}
.ny_newdetail .left .NyPrevNext div{ width:49%; float:left; background:#fff; color:#999; padding:3%; border-top:4px solid #999; position:relative;transition: all .5s ease;}
.ny_newdetail .left .NyPrevNext div.down{ float:right;}
.ny_newdetail .left .NyPrevNext div:after{ content:""; display:block; width:0; height:4px; background:#bf1313; position:absolute; top:-4px; left:0; transition: all .5s ease;}
.ny_newdetail .left .NyPrevNext div i{ font-style:normal; font-size:22px; color:#222; display:block; margin-bottom:10px;}
.ny_newdetail .left .NyPrevNext div a{ font-size:16px; color:#999;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;transition: all .5s ease;}

.ny_newdetail .left .NyPrevNext div:hover{ box-shadow:0 12px 36px rgba(0,0,0,.06);}
.ny_newdetail .left .NyPrevNext div:hover:after{ width:100%;}
.ny_newdetail .left .NyPrevNext div a:hover{ color:#bf1313;text-decoration: underline;}

.ny_newdetail .right{ width:27.6%; float:right;}
.ny_newdetail .right .newxq_mbx{ font-size:16px; color:#fff;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block; margin-top:12px;}
.ny_newdetail .right .newxq_mbx a{ color:rgba(255,255,255,.45); transition: all .4s ease;}
.ny_newdetail .right .newxq_mbx a:hover{ color:#fff;}
.ny_newdetail .right .newxq_mbx img{ margin:0 10px;}
.ny_newdetail .right .newxq_mbx img.home{ margin:0 20px 0 0;}
.ny_newdetail .right ul{ width:100%; min-height:200px; background:#fff; margin-top:100px; padding:30px 20px;}
.ny_newdetail .right ul .bt{ font-size:18px; font-weight:bold; margin-bottom:24px;display:flex; display: -webkit-flex;align-items:center;}
.ny_newdetail .right ul .bt img{ margin-right:10px;}
.ny_newdetail .right ul li{ width:100%; background:#f8f8f8; padding:17px; margin-bottom:16px;transition: all .4s ease;}
.ny_newdetail .right ul li a{ font-size:16px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ny_newdetail .right ul li p{ font-size:14px; color:#999; margin-top:5px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ny_newdetail .right ul .more{ width:100%; height:48px; background:#bf1313; color:#fff; font-size:16px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.ny_newdetail .right ul .more img{ margin-left:12px; transition: all .4s ease;}

.ny_newdetail .right ul li:hover{background:#bf1313;}
.ny_newdetail .right ul li:hover a{ color:#fff;}
.ny_newdetail .right ul li:hover p{ color:rgba(255,255,255,.45);}
.ny_newdetail .right ul .more:hover img{margin-left:16px;}

/*联系我们*/
.ny_lxwm .lxwmone .lxwmorder{ width:57.85%; float:left;}
.ny_lxwm .lxwmone .mswz{ width:100%; background:#bf1313; padding:44px 8%; font-size:18px; color:#fff;display:flex; display: -webkit-flex;align-items:center;}
.ny_lxwm .lxwmone .mswz img{ margin-right:30px;}
.ny_lxwm .lxwmone .ly_order{ background:#fff; padding:5.5%;}

.ny_lxwm .lxwmone #ly_msg.ly_msg,.ny_lxwm .lxwmone #ly_msg.ly_msg ul{ margin-bottom:0 !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li{ width:47.25%; clear:none; float:left;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li:nth-of-type(2),.ny_lxwm .lxwmone #ly_msg.ly_msg ul li:nth-of-type(6),.ny_lxwm .lxwmone #ly_msg.ly_msg ul li:nth-of-type(7){ display:none;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li:nth-of-type(3),.ny_lxwm .lxwmone #ly_msg.ly_msg ul li:nth-of-type(5){ float:right;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li:nth-of-type(8),.ny_lxwm .lxwmone #ly_msg.ly_msg ul li:nth-of-type(9),.ny_lxwm .lxwmone #ly_msg.ly_msg ul li:last-child{ width:100%;}
.ny_lxwm .lxwmone #ly_msg.ly_msg .msg_btn{width:100% !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg .msg_btn input{ margin:0 !important;width:100% !important;height:60px !important; line-height:60px !important; background:#bf1313 !important;font-size:18px !important; font-weight:bold;}
.ny_lxwm .lxwmone .ly_msg .msg_btn input:nth-of-type(2){ display:none !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li a.yzm_img{ width:160px!important; height:60px!important; margin-top:0 !important; padding-right:0 !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg .msg_ipt2 input{width: calc(100% - 180px)!important; height:60px!important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .c_yzm{ width:100%;}
.ny_lxwm .lxwmone input::placeholder,.ny_lxwm .lxwmone textarea::placeholder{ color:#999 !important; font-size:16px;}
.ny_lxwm .lxwmone .lxwmorder .ly_order #ly_msg.ly_msg ul li .msg_ipt2>span{ display:none !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li h4.xh,.ny_lxwm .lxwmone #ly_msg.ly_msg ul li h4{ display:none !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt1,.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt2,.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt12{ width:100% !important;height:60px !important;padding-right:0 !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt0{ height:250px !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt0 textarea{background:#f8f8f8 !important; border:0!important; height:250px!important;outline:none;}
.ny_lxwm .lxwmone #ly_msg.ly_msg .msg_ipt1 input, .ny_lxwm .lxwmone .msg_ipt12 input, .ny_lxwm .lxwmone .msg_ipt2 input, .msg_ipt12 .msg_option{width:100% !important; height:60px !important; background:#f8f8f8 !important; border:0 !important; outline:none; appearance:none;}
.ny_lxwm .lxwmone#ly_msg.ly_msg .msg_ipt12 textarea{ padding:20px 15px !important;}


.ny_lxwm .lxwmone .column{ width:34%; float:right;}
.ny_lxwm .lxwmone .column .lxwmbt p{ font-size:48px;line-height: 56px; font-weight:bold;}
.ny_lxwm .lxwmone .column .lxwmbt span{ display:block; font-size:30px; font-weight:bold;display: flex; display: -webkit-flex;
  align-items: center; margin-bottom:60px;}
.ny_lxwm .lxwmone .column .lxwmbt span em{ display:block; width:17px; height:17px; background:#bf1313; transform:skewX(-30deg); margin-right:22px;}
.ny_lxwm .lxwmone .column ul li{ margin-bottom:100px;position: relative; padding-left:68px;min-height: 35px;}
.ny_lxwm .lxwmone .column ul li:last-child{ margin-bottom:0;}
.ny_lxwm .lxwmone .column ul li:after{content: ''; position: absolute; height:80px;width: 1px; border-left:2px dotted #cbcbcb; left:14px;}
.ny_lxwm .lxwmone .column ul li:last-child:after{ display:none;}
.ny_lxwm .lxwmone .column ul li:nth-of-type(1){ background:url(../images/zxlxwoico1.png) left top no-repeat;}
.ny_lxwm .lxwmone .column ul li:nth-of-type(2){ background:url(../images/zxlxwoico2.png) left top no-repeat;}
.ny_lxwm .lxwmone .column ul li:nth-of-type(3){ background:url(../images/zxlxwoico3.png) left top no-repeat;}
.ny_lxwm .lxwmone .column ul li:nth-of-type(4){ background:url(../images/zxlxwoico4.png) left top no-repeat;}
.ny_lxwm .lxwmone .column ul li span{ font-size:18px; color:#999;}
.ny_lxwm .lxwmone .column ul li p{ font-size:24px; font-weight:bold;}

.NyContactMap_main{ width:100%; background:#fff; padding:80px 0;}
.NyContactMap_main .ind_bigbt{ font-size:44px; margin-bottom:45px;}
.NyContactMap_main #container{ height:550px; border:8px solid #f8f8f8;}
[onpositionupdate]{ display:none;}


/*荣誉资质内页*/
.honor_content { padding:58px 0; overflow:hidden;}
.honor_content ul{ min-height:300px;}
.honor_content ul.nyhonor_box li{float:left;width:23.5%;margin-right:2%;margin-bottom:20px; background:#fff; box-shadow: inset 0 0 0 5px #f0f0f4;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s; position:relative; padding:1%;}
.honor_content ul.nyhonor_box li::before, .honor_content ul.nyhonor_box li::after { box-sizing: inherit; content: '';position: absolute;
  width: 100%; height: 100%;top: 0;left: 0;-webkit-transform-origin: center; transform-origin: center;}
.honor_content ul.nyhonor_box li::before { border-top: 5px solid #bf1313; border-bottom: 5px solid #bf1313;-webkit-transform: scale3d(0, 1, 1);transform: scale3d(0, 1, 1);}
.honor_content ul.nyhonor_box li::after {border-left: 5px solid #bf1313;border-right: 5px solid #bf1313; -webkit-transform: scale3d(1, 0, 1);transform: scale3d(1, 0, 1);}
.honor_content ul.nyhonor_box li:hover::before, .honor_content ul.nyhonor_box li:hover::after {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);transition: -webkit-transform 0.5s;transition: transform 0.5s;transition: transform 0.5s, -webkit-transform 0.5s;}

.art_conet .xq_himg{ width:100%; text-align:center; margin-bottom:20px;}
.art_conet .xq_himg img{ max-width:100% !important;}

.honor_content ul.nyhonor_box li:nth-child(4n) {margin-right: 0px;}

.honor_content ul.nyhonor_box li>a{display:block;position:relative; z-index:1;}
.honor_content ul.nyhonor_box li>a .pro_img{text-align:center; overflow:hidden; height:250px; position:relative;}
.honor_content ul.nyhonor_box li>a .pro_img img{ max-width:100%; max-height:100%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.honor_content ul.nyhonor_box li:hover>a .pro_img img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.honor_content ul.nyhonor_box li>a .pro_img img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.honor_content ul.nyhonor_box li p{font-size:18px;text-align:center;line-height:40px;overflow:hidden;position:relative; z-index:1;}
.honor_content ul.nyhonor_box li p .honor_name{display: block;height:42px;line-height:42px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;max-width:100%;padding:0 10px;}
.honor_content ul.nyhonor_box li em{display:block;text-align:center;height:30px;line-height:30px;font-size:14px;color:#999;}
.honor_content ul.nyhonor_box li em a{color:#999;}
.honor_content ul.nyhonor_box li:hover em a{color:#bf1313;}

/*荣誉资质详情页*/
.ny_honordetail .right{ width:100%;}
.ny_honordetail .left{ width:100%; margin-top:100px;}


/*产品中心相关文章*/
.xg-news { background: #fff; padding:70px 0 30px; overflow: hidden;margin-top: 30px; }
.xg-news .ind_bigbt{justify-content: flex-start;font-size: 38px; line-height:40px;}
.xg-news ul { margin-top: 30px; }
.xg-news ul li { margin-bottom: 40px; float: left; width: 48%; margin-right: 4%; background:#f8f8f8; padding:20px; border-radius: 6px; overflow: hidden; -webkit-transition: all ease .3s; transition: all ease .3s; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.xg-news ul li:nth-child(2n) { margin-right: 0; }
.xg-news ul li .tit a { display: block; font-size:20px; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.xg-news ul li .date { margin-top: 10px; line-height: 30px; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between; position:relative;}
.xg-news ul li .date i { font-style: normal; padding-left: 20px; position: relative; color: #999; }
.xg-news ul li .date i:before { content: ""; position: absolute; top: 0; left: 0; width:14px; height:28px;background: url(../images/time1.png) center no-repeat; }
.xg-news ul li .date span { color: #42897c; padding-right: 24px;}
.xg-news ul li .date span a{ color:#999; font-size:16px;}
.xg-news ul li .date em{ width:18px; height:18px;background: url(../images/ny_more.png) center no-repeat; vertical-align:middle; position:absolute; right:0; top:5px;}
.xg-news ul li:hover { -webkit-box-shadow: 2px 12px 15px rgba(0,0,0,.1); box-shadow: 2px 12px 15px rgba(0,0,0,.1); }
.xg-news ul li:hover .tit a { color: #bf1313; }


/*右侧漂浮 开始*/
.yb_conct{position: fixed;z-index: 9999;top: 30%;right: -127px;cursor: pointer;transition: all .3s ease;}
.yb_bar ul li{width: 180px;height: 53px;font: 15px/53px 'al1';color: #fff;text-indent: 54px;margin-bottom: 3px;border-radius: 3px;transition: all .5s ease;overflow: hidden;}
.yb_bar ul li a{font: 15px/53px 'al1';color: #fff;text-indent: 54px;margin-bottom: 3px;border-radius: 3px;transition: all .5s ease;overflow: hidden;}
.yb_bar .yb_top{background-color:#bf1313;background:url(../images/t1.png) no-repeat, linear-gradient(to right, #bf1313, #f96565);}
.yb_bar .yb_phone{background-color:#bf1313;background:url(../images/t2.png) no-repeat, linear-gradient(to right, #bf1313, #f96565);}
.yb_bar .yb_QQ{text-indent: 0;background-color:#bf1313;background:url(../images/t3.png) no-repeat, linear-gradient(to right, #bf1313, #f96565);}
.yb_bar .yb_ercode{background-color:#bf1313;background:url(../images/t4.png) no-repeat, linear-gradient(to right, #bf1313, #f96565);}
.hd_qr{padding: 6px 37px 25px 37px;box-sizing: border-box;width: 180px;}
.yb_QQ a{display: block;text-indent: 54px;width: 100%;height: 100%;color: #fff;}
.yb_QQ a:hover {color: #fff;}
/*右侧漂浮 结束*/

