@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.w1440{ width:1440px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1200px; margin: 0 auto}

*:focus {
  border: none;
  outline: none;
}


.header_all{width:100%; height:80px;  position: absolute; top:0; left:0; background: rgba(0,0,0,0.3); z-index:2}
.h_logo{width:12.6%;  height:80px; float: left; display: flex; align-items: center; background: #fff; position:relative; z-index:1}
.h_logo img{max-width:100%; height: auto; align-items: center; margin: 0px auto;}
.h_menu{width:5%;min-width: 95px; min-width: 80px; height: 100%; float: right; background: #d0000d; display: flex; align-items: center;  position:relative; z-index:9; 
    justify-content: center; }
.h_menu img{align-items: center; margin: 0px auto;}
.h_yuyan{float: right; position: relative; text-align: center; height:80px; padding:0 35px 0; z-index: 2; }
.h_yuyan:after{content: ""; width:24px; height: 100%; position: absolute; top:0; left:0; background: url(../images/qd_icon.png) no-repeat left center}
.h_yuyan:before{content: ""; width:24px; height: 100%; position: absolute; top:0; right:0; background: url(../images/yy_jts.png) no-repeat left center}
.h_yuyan a{font-size: 16px; color: #fff}
.h_yuyan_p{width:auto; height: auto; overflow: hidden; background: #fff; padding: 15px 20px; position: absolute; top:80px; left:0; z-index: 9; box-shadow: 0 0 10px rgba(0,0,0,0.1); display: none}
.h_yuyan_p a{color:#333; display: block; font-size: 16px; line-height: 20px }
.h_yuyan:hover .h_yuyan_p{display: block}
.yy_zhong{line-height: 80px; color:#fff}
.icon-bars{width: 24px; height: 2px;  background: #fff;  position: relative;}
.icon-bars:after, .icon-bars:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: transform .5s,top .5s;
}
.icon-bars:before{top: -10px;}
.icon-bars:after{top: 10px;}
.icon_active .icon-bars:before{transform: rotate(45deg);}
.icon_active .icon-bars:after{transform: rotate(-45deg);}
.icon_active .icon-bars{ background: transparent;}
.icon_active .icon-bars:after,.icon_active .icon-bars:before {top: 0;}



/*导航*/
#menu{width:37%; height:80px; position: relative; z-index:2; float: left; margin-left:2%}
#menu .nav{ position:relative; z-index:1;   width:100%; height:80px;}
#menu .nav .nLi{float:left;  position:relative;  height:80px; line-height:80px; width:20%}
#menu .nav .nLi:after{content:""; width: 1px; height:15px; background: rgba(255,255,255,0.3); position: absolute; right:0; top:50%; margin-top: -7.5px;}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative;  display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#fff;font-size:16px; height:100%; overflow: hidden; position: relative; }
#menu .nav .nLi:last-child:after{content: ""; display: none}
#menu .nav .sub{ display:none; width:140px; left:50%; margin-left: -70px; top:80px;  position:absolute;  line-height:36px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height: 36px;font-size: 15px;  color:#333;}
#menu .nav .sub a:hover{ color:#2c69fa;  }
#menu .nav .active p,#menu .nav .nLi:hover p{font-weight: bold;}

.menu_all{width:100%; height:100%; position:fixed; top:0; left:0; background:rgba(0,0,0,0.4);    display: flex; flex-direction: row; justify-content: flex-end; align-items: center; display:none; transition: opacity .5s;}
.menu_nav{background-image: linear-gradient(35deg, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%); height: 100vh; min-width: 320px; transform: translate(240px);  transition: transform .3s;  display: flex; flex-direction: column; 
 justify-content: center; align-items: center; position:absolute; top:0; right:0}
.menu_nav ul{width: 100%;  max-height: 100vh; overflow: auto;}
.menu_nav ul li{padding: 0 60px; margin: 25px 0; line-height: 1.2;}
.menu_nav ul li a{display:block; padding:10px 0}
.menu_nav ul li a:hover{color:#d0000d}
.nav_one{font-size:20px; color:#fff}
.nav_two{font-size:16px; color:#ccc}
.menu_all.active{display:block; z-index:8; }
.menu_all.active .menu_nav{transform: translate(0);}



.menu_nav ul::-webkit-scrollbar{ width:2px;height:5px;}
.menu_nav ul::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.05);
    border-radius:10px;
-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);}



/* 首页:banner */
.banner{ width:100%; position: relative; overflow: hidden; }
.banner .swiper-container{width:100%; }
.banner .swiper-slide{overflow: hidden}
.banner .swiper-slide a img{width:100%; display: block; height:auto; transition:transform 5s ease 0s, opacity 2s ease 0s; }
.banner .swiper-pagination{bottom:5%; color:#fff; font-size: 16px;}
.banner .swiper-pagination-bullet{width:14px; height: 14px; background: #fff; }
.banner .swiper-pagination-bullet-active{opacity: 1; background: #16ae67}
.ban_info{width:1440px; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
.ban_info h3{color:#fff; font-size: 72px; font-weight: bold; margin-bottom: 30px;}
.ban_info h4{color:#fff; font-size: 24px; font-weight: 100; width:848px;}
.ban_info span{width:184px; height: 50px; background: #d0000d url(../images/b_jts.png) no-repeat 80% center; margin-top: 74px; display: block;
	border-radius: 8px; line-height: 50px; color:#fff; font-size: 16px; padding-left:32px}
.banner .swiper-button-next,.banner .swiper-button-prev{width:68px; height: 68px; margin-top:-34px;}
.banner .swiper-button-next{background: url(../images/p_right.png) no-repeat center; right:4%}
.banner .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:4%}
.banner .swiper-slide-active img{ transform:matrix(1.1, 0, 0, 1.1, 0, 0);}




/*分类*/
.index_fenlei{width:100%; height: auto; overflow: hidden; margin: 85px 0 115px;}
.index_fenlei .slideTxtBox{width:100%; height: auto; overflow:hidden; margin-top: 56px; display: -webkit-flex;
    display: flex;  -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative}
.index_fenlei .slideTxtBox .hd{width:21%; height: auto; float: left; background: #1b1b1b url(../images/cp_icon.png) no-repeat center 116%;}
.index_fenlei .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden}
.index_fenlei .slideTxtBox .hd ul li{width:100%; height: 82px; line-height: 82px; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 0 2%; background: url(../images/ph_nav.png) no-repeat 90% center}
.index_fenlei .slideTxtBox .hd ul li a{width:100%; display: block; color: #fff; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-left:8%}
.index_fenlei .slideTxtBox .hd ul li.on{ background:#d0000d url(../images/ph_nav.png) no-repeat 90% center}
.in_fl_more{width:100%; height: 82px; line-height: 82px;  padding: 0 2% 0 8%; background: url(../images/ph_nav.png) no-repeat 90% center;  color: #fff; font-size: 18px;
 display:block}
.index_fenlei .slideTxtBox .bd{width:79%; height: auto; overflow: hidden; float: right}
.bd_li{width:100%; height: auto; overflow: hidden; position: relative}
.bd_li img{width:100%; height: 100%; object-fit: cover; object-position: center center; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.bd_li_xx{width:100%; height:154px; background: rgba(0,0,0,0.5); position: absolute; bottom:0; left:0; padding:35px 4%; font-size: 16px; color: #fff;
	line-height: 36px;}
.bd_li_xx p{font-size: 16px; color: #fff; line-height: 36px;}	
.next,.prev{width:68px; height:68px; position: absolute; top:50%; margin-top: -34px; z-index:1; opacity: 0.5}
.next{background: url(../images/p_right.png) no-repeat center; right:2%}
.prev{background: url(../images/p_left.png) no-repeat center; left:24%}
.next:hover{opacity: 1}
.prev:hover{opacity: 1}
.bd_li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background:url(../images/pro_bjs.jpg) no-repeat center; background-size: cover; padding:66px 0 }
.index_pro_search{width:auto; display: table; margin:30px auto 0;}
.index_pro_search p{width:736px; height: 51px;  float: left; position: relative}
.index_pro_search input[type="text"]{width:100%; height:100%; background: #fff; border: 0; font-size: 16px; color: #666666; padding: 0 15px;}
.pro_search{width:144px; height:51px; float: left; background: #d0000d url(../images/p_search.png) no-repeat 34% center; font-size: 16px; color: #fff; border:0; padding-left: 30px;}
.in_pro_more{color:#ffffff; font-size: 16px; background: #1b1b1b url(../images/p_icon.png) no-repeat 20% center; height: 51px; line-height: 51px; float: left; padding: 0 30px 0 60px; margin-left: 5px;}
.index_product ul{width:100%; height: auto; overflow: hidden; margin-top: 24px;}
.index_product ul li{width:24.2%; height: auto; float: left; margin-bottom: 10px; margin-right: 1%; position: relative}
.index_product ul li:nth-child(4n){margin-right: 0}
.index_product ul li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_pro_hover{width:100%; height:69px; background: rgba(0,0,0,0.1); position: absolute; bottom:0; left:0; transition: all 0.4s ease-in-out;}
.in_pro_hover h4{color:#fff; font-size: 18px; font-weight: bold; display: none; text-align: center}
.in_pro_hover h5{color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  line-height: 40px; text-align: center;
	margin: 14px 0}
.in_pro_hover span{width:124px; height: 40px; line-height: 40px; background: #fff url(../images/p_jts.png) no-repeat 90% center; display: none; 
	border-radius:25px; padding-left:20px; font-size: 16px; color: #d0000d; margin: 0px auto;}
.index_product ul li:hover .in_pro_hover{height: 100%; background: rgba(208,0,13,0.8); padding-top:36%}
.index_product ul li:hover .in_pro_hover h4{display: block;}
.index_product ul li:hover .in_pro_hover span{display: block}
.index_product ul li:hover .in_pro_hover h5{ color:#fff; margin:0 0 15px}
.index_product ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin:100px 0 130px}
.index_news_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_news_title h4{color:#333333; font-size: 36px; font-weight: bold;}
.index_news_title hr{width:34px; height: 7px; background: #d0000d; margin:14px auto;}
.index_news_left{width:49.6%; height: auto; float: left; margin-top: 50px;}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_left h3{width:100%; height:30px; line-height:30px; color: #333333; font-size:18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 20px 0}
.index_news_left p{width:100%; height: 60px; font-size: 16px; line-height: 30px; color: #666666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_left span{width:158px; height: 44px; background: #d0000d; text-align: center; line-height: 44px; color: #fff; font-size: 16px; display: block; border-radius: 5px; margin-top: 30px;}
.index_news_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news ul{width:46.2%; height: auto; float:right; margin-top: 50px;}
.index_news ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #f2f2f2; padding-bottom: 30px; margin-bottom: 20px;}
.index_news ul li h3{width:100%; height:30px; line-height:30px; color: #333333; font-size:18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 20px;}
.index_news ul li p{width:100%; height: 60px; font-size: 16px; line-height: 30px; color: #666666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news ul li span{width:158px; height: 44px; background: #e5e5e5; text-align: center; line-height: 44px; color: #333333; font-size: 16px; display: block; border-radius: 5px; margin-top:20px;}
.index_news ul li:last-child{border-bottom: 0; padding-bottom: 0; margin-bottom: 0}
.index_news ul li:hover span{background: #d0000d; color:#fff}
.index_news ul li:hover h3{color:#d0000d}




/*内页*/
.ny_banner{ width:100%;  position:relative;  height:400px;clear: left; }
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.ase_ban{background: url(../images/ase_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.ny_baninfo{width:1200px; height:225px; position: absolute; top:155px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #e3a423; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao *{ color: #fff;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#d0000d}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #d0000d)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    height:50px;
    line-height:50px;
    font-weight:bold;
    display:block;
    position:absolute;
    left:0;
    top:0%; 
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}




/*内部二级导航*/
.ny_nav{width:1300px; margin: 0 auto; margin-top: 40px;}
.ny_nav_er{width:auto; overflow: hidden; display: table; margin: 0 auto;}
.ny_nav_er li{position:relative; line-height:26px;  padding: 9px 0;}
.ny_nav_er li a{display:block; font-size: 16px; color: #333;  position:relative}
.ny_nav_er li:hover,.ny_nav_er li.active{ background: #fff}
.ny_nav_er li:hover .submenu{display:block;}
.ny_nav_er li i{ width: 7px; height: 7px;  background: #d0000d; float: left;  margin-top: 12px; margin-right:10px;}
.ny_nav_er li .submenu li{padding:5px 0 5px 10px; line-height:26px;}
.ny_nav_er .link{padding:0!important}


.ny_nav_san{ width:auto; overflow: hidden; display: table; margin:10px auto 0;}
.ny_nav_san li:hover,.ny_nav_san li.active{ background: #d0000d}
.ny_nav_san li:hover a,.ny_nav_san li.active a{ color: #fff;}
.ny_nav_san li{height:54px; line-height:54px; float:left;  border:1px solid #eee; border-radius:5px; text-align:center; font-size:15px; color:#333; 
margin-right: 2px; position: relative; text-align: center; margin-bottom:5px;}
.ny_nav_san li a{display:block; color:#333; font-size: 15px; padding: 0 50px; text-align: center;}



/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:23%; height: auto; float: left; overflow: hidden;}
.ny_left_title{width:100%; height: 90px; background: #d0000d; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px; background:url(../images/dian.png) no-repeat 8px 22px; }
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li.active a{color:#d0000d; font-weight: bold;}
.ny_left_nav ul li.active a{color:#d0000d}
.ny_left_nav ul li:hover a.inactive{color:#d0000d}
.ny_left_nav ul li ul li:hover a{color:#d0000d}
.ny_left_nav ul li .inactives{color:#d0000d}
.ny_left_nav ul li ul li:hover a{color:#d0000d}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; }

/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link a{color: #d0000d;}
.accordion .link i{width:7px; height:7px; background:#d0000d; float:left; margin-top:12px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:auto; line-height:30px; padding:9px 0;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../images/off.png) no-repeat 207px center;
}

.accordion .link a{ font-size: 16px; color: #333333;}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu{display: none;}
.submenu a{display: block;  text-decoration: none; font-size: 15px; color: #333333; height:auto; line-height:26px; padding:7px 0; -webkit-transition: all .25s ease;
    -o-transition: all .25s ease; transition: all .25s ease;
}

.p_li:hover .submenu{display:block;}



.accordion li{padding-left:10px;  width: 100%; }
.accordion li:hover{background:#fff;}
.ny_left_nav .accordion p{padding-left: 10px; height: 50px; line-height: 50px; position: relative;}
.ny_left_nav .accordion p::before{ content: ""; position: absolute; height: 7px; width: 7px; background: #d0000d; left: 10px; top: 22px;}
.ny_left_nav .accordion p a{ display: block; font-size: 16px; text-indent: 17px;}
.ny_left_nav .accordion p:hover,.ny_left_nav .accordion p.active{background: #fff;}
.ny_left_nav .accordion p:hover a{ color: #333;}

/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-bottom: 20px; margin-right:2%}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%;}
.ny_product ul li .products_pic img{width:100%; max-height:100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_product ul li:nth-child(3n){margin-right:0}
.ny_product ul li p{width:100%; height: 48px; line-height: 48px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; background: #f0f0f1;}
.ny_product ul li:hover p{background: #d0000d; color: #fff;}
.search-tit{margin-bottom:40px;}

/*产品详情页*/
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:536px; height:100%; overflow:hidden; padding-top: 20px;}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; border: 1px solid #eee;}
.proshow_xx{font-size:15px; color:#666; line-height:30px; min-height: 200px;}
.proshow_xx img{max-width:100%;}
.proshow_xx table{border-collapse: collapse; width:100%}
.ny_proshow_xx em{font-size: 14px; color: #8a8a8a; font-style: normal;}
.ny_proshow_xx .pro_text{line-height: 26px; color: #666; font-size: 14px; margin:10px 0}
.pro_text p{line-height:26px; color: #666; font-size: 14px;}

.ny_pro_dh{width:100%; height:80px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_ddh{float: left; height: 80px; background: url(../images/pro_tel.png) no-repeat left top; padding-left: 58px; margin-top: 20px;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 24px; color: #d0000d ; font-family: "Poppins"; font-weight: bold;}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}
.proshow_xx .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.proshow_xx .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.proshow_xx .hd ul li::before{ height: 6px; width: 6px; background: #d0000d; position: absolute; left: 20px; top:24px; display: block; content: "";}
.bd_xx{ padding: 0 20px; line-height: 1.8; font-size: 16px; color: #000000;}
.bd_xx p{ font-size: 16px; color: #000000;}








/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #d0000d}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height: 144px; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#d0000d}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}





/*联系我们*/
.ny_contact,.ny_news_show,.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_all{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.ny_contact_all p,.ny_service_all p{font-size:16px; color:#333; line-height:30px;}
.ny_service_all h3{color:#333; font-size:22px; margin:10px 0 30px; font-weight:bold; text-align:center}


/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden;}
.ny_honor_all ul li{width:23.8%; height: auto; float: left; margin-right:1.6%; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #ddd;}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:16px; color: #333; text-align: center;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*发展历程*/
.timer_shaft_left{float: left;font-size:30px;width: 175px;text-align: center;position: relative; line-height: 42px; margin-top:15px; }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top:12px;width: 11px;height: 11px;border:1px solid #d0000d;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{line-height: 35px;padding-left: 30px; padding-top:10px;color: #666; margin-left:172px; }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; width:100%}
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #d0000d;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 0 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.ny_event_tt{color:#d0000d; font-size:36px; margin-bottom:60px;}
.timer_shaft_left span{background:#d0000d; color:#fff; font-size:30px; padding:0 15px;}





/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative; background:url(../images/footer_bjs.jpg) no-repeat center; background-size:cover; border-top:4px solid #d0000d; padding-top:50px;}
.footer_top{width:100%; padding-bottom: 90px; overflow: hidden}
.footer_left{width:33%; height: auto; float: right; border-left:1px solid rgba(255,255,255,0.2)}
.footer_logo{width:100%; height: auto; overflow: hidden}
.footer_logo img{max-width: 100%}
.footer_dizhi{width:100%; height: auto; overflow: hidden; margin-bottom:70px;}
.footer_dizhi h4{color:#d0000d; font-size:30px; font-weight: bold; text-align: right; margin-bottom: 15px;}
.footer_dizhi_xx{width:100%; height: auto; overflow: hidden; text-align: right}
.footer_dizhi_xx p{color:#fff; font-size:16px; line-height: 30px;}
.footer_ma{width:100%; height: auto; display: flex; justify-content: flex-end}
.f_sj,.f_wx,.f_dy{width:43px; height:43px; position: relative; }
.f_sj img{width:100px; height: auto; position: absolute; top:42px; left:-40px; display: none; z-index:9}
.f_wx img{width:100px; height: auto; position: absolute; top:42px; left:-40px; display: none;z-index:9}
.f_dy img{width:100px; height: auto; position: absolute; top:42px; right:0; display: none; z-index:9}
.f_wx{background: url(../images/wx_icon.png) no-repeat center;  margin:0 26px;}
.f_sj{background: url(../images/sj_icon.png) no-repeat center;}
.f_dy{background: url(../images/dy_icon.png) no-repeat center;}
.f_sj:hover img{display: block}
.f_wx:hover img{display: block}
.f_dy:hover img{display: block}
.footer_nav{width:58%; float:left; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_nav dl{float: left}
.footer_nav dl dt{color:#fff; font-size: 16px; margin-bottom: 20px; font-weight: bold; text-align:center}
.footer_nav dl dt a{color:#fff; font-size: 16px;}
.footer_nav dl dd{width:100%; text-align: center}
.footer_nav dl dd a{color:#fff; font-size:16px; display: block; line-height: 30px; margin-bottom:12px;}
.footer_nav dl dd a:hover{color:#d0000d}
.footer_bottom{width:100%;height: auto; overflow: hidden; padding:5px 0; border-top:1px solid rgba(255,255,255,0.3)}
.copy_l{width:auto; height: auto; overflow: hidden; font-size: 14px; color: #fff; line-height:60px;  text-transform: uppercase; float: left}
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#d0000d!important}
.footer_zhichi{width:auto; height:auto; overflow: hidden; margin: 0 20px; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px; color:#fff; font-size: 14px; }
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .js{width:82px;height:60px; background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt{width:121px;height:60px; background: url(../images/vl.png) no-repeat center; }
.footer_zhichi span{float: left; font-size: 14px; color: #fff; line-height:60px;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center}
.footer_lianjie a{color:#fff; font-size: 14px; position: relative; padding-right:20px; margin-right: 10px;}
.footer_lianjie a:after{content: "|"; color:#fff; position: absolute; top:50%; right:0; transform: translate(0,-50%);}
.footer_lianjie a:last-child:after{display: none}
.footer_lianjie a:hover{color:#d0000d}
.footer_lianjie{float: right; line-height: 60px;}









/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#001f6a;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; 
	float:left;
}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




@media screen and (max-width:1500px){
	.w1440{width:1200px;}


}




 