@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; }
.container{width:1440px; margin: 0px auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

@font-face {
    font-family: 'beifang';
    src: url('../font/北方行书_1.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* 导航栏 */
.header_nav{height:100px; position: absolute; top:0; left:0 ; z-index: 9; background:rgba(0,0,0,0.5); width:100%}
.h_logo{width:131px; height:100px; float: left; display: flex; align-items: center;}
.h_logo img{width:194%; height: auto; align-items: center; margin: 0px auto;}
.h_search{width:120px; height: 32px; line-height: 32px; padding-left: 8px; float: right; border: 1px solid #fff; border-radius: 5px; background: url(../images/b_jts.png) no-repeat 89% center; font-size: 14px; color:#fff; margin-top:34px;}
.form_box{position: fixed;  top:4.7vw; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{
    width:120px;
    height:40px;
    border:0;
    display: inline-block;
    color:#fff;
    float:left;
    outline: none;
    background: #bf2722; font-size:16px;
}

.header_bt{float:right; margin-right: 1%; margin-top:38px}
.header_bt a{color:#fff; font-size:16px; padding-bottom: 10px; margin-right: 46px;}
.header_bt a.active{border-bottom: 1px solid #fff; }





/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner-index{position: relative;overflow: hidden;}
.banner-index .list .video-js{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: none;}
.banner-index .list,
.banner-index .list > li{position: absolute;top: 0; width: 100%; height: 100%; left: 50%; -webkit-transform: translate(-50%, 0);
 -moz-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.banner-index .list > li.active{z-index: 1;}
.banner-index .list > li a{display: block;width: 100%;overflow: hidden;}
.banner-index .list > li img.ban_pic{display: block;width: 100%;opacity: 0;-webkit-transition: all 1s;transition: all 1s;-webkit-transform: scale(1.2);transform: scale(1.2);}
.banner-index .list > li.noscale img.ban_pic,
.banner-index .list > li.active img.ban_pic{opacity: 1;-webkit-transform: none;transform: none;}
.banner-index .list.ground,
.banner-index .list.ground li{position: relative;width: auto;height: auto;}
.banner-index .ban_btn{left:10%; bottom:20%; z-index: 1; overflow: hidden;  position: absolute; }
.banner-index .ban_btn a{display: block;width: 12px;height:12px;margin: 10px 5px;border-radius: 50%; float: left;}
.banner-index .ban_btn a i{display: block;width:12px;height:12px;border:1px solid #fff;  border-radius: 50%;}
.banner-index .ban_btn a.active{border-color: #bf2722; border: 0}
.banner-index .ban_btn a.active i{background: #bf2722;border: 0}
.banner-index-mobile{display: none;}
.banner-index video{height:auto!important; width: 100%;}
.banner_info{width:1440px; height: 122px; position: absolute; bottom:0; left:50%; transform: translate(-50%,0); background: rgba(0,0,0,0.4); z-index: 9}
.banner_info a{width:14.28%; height: 100%; float: left; text-align: center; padding-top: 35px}
.banner_info a p{color:#fff; font-size: 14px; line-height: 30px; margin-top: 5px;}
.banner_info a:hover,.banner_info a.active{background: #bf2722}

.ban_info{width:1440px; height: 122px; position: absolute; top:40%; left:50%; transform: translate(-50%,0); z-index: 9}
.ban_info h4{color:#fff; font-size: 22px; line-height:40px;}
.ban_info h3{color:#fff;  font-size:40px; margin:15px 0}
.ban_info hr{width:30px; height:2px; background: #fff; border: 0; margin-top:20px}



/*体系*/
.index_tixi{width:100%; height: auto; overflow: hidden; background: #272727; padding:52px 1% }
.index_tixi ul{width:100%; height: auto; overflow: hidden}
.index_tixi ul li{width:19.2%; height: auto; float: left; margin-right: 1%; position: relative; overflow: hidden}
.index_tixi ul li:last-child{margin-right: 0}
.index_tixi 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;}
.index_tixi ul li a{width:100%; height: auto; display: block; width: 100%; height: 100%; position: absolute; top:0; left:0; }
.index_tixi_info{position:absolute; top:50%; left:0; transform: translate(0,-50%); width:100%; z-index:9}
.index_tixi ul li a:after{content: ""; width: 100%; height: 100%;  background: rgba(0,0,0,0.5); position: absolute; top:0; left:0; 
transition: all 0.4s ease-in-out;}
.index_tixi ul li h4{color:#fff; font-size:18px; display: table; margin: 0px auto; border-bottom: 2px solid #fff; padding-bottom: 10px; position: relative; z-index: 1}
.index_tixi ul li p{color:#fff; font-size:14px; line-height: 26px; text-align: center; position: relative; z-index: 1; margin-top: 32px; padding: 0 75px}
.index_tixi ul li:hover a:after{width:80%; height: 230px; top:50%; left:50%; transform: translate(-50%,-50%); 
transition: all 0.4s ease-in-out;}
.index_tixi 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_product{width:100%; height: auto; overflow: hidden; background: #f8f8f8; padding-bottom: 62px}
.index_product .swiper-container{width:100%; height: auto; overflow: hidden}
.index_product .swiper-slide a{width:100%; height: auto; display: block}
.index_product_pic{width:100%; height: auto; overflow: hidden}
.index_product_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;}
.index_product_xx{width:100%; height: auto; overflow: hidden; background: #fff; padding: 15px 105px 45px 20px; margin-top: 8px; position: relative}
.index_product_xx h3{width:100%; height: 40px; line-height: 40px; color: #272727; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 5px}
.index_product_xx p{width:100%; height:52px; line-height:26px; color: #777777; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_product_xx img{width:50px; height: 50px; position: absolute; bottom:0; right:0}
.index_product .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_product .swiper-slide a:hover h3,.index_product .swiper-slide a:hover p{color:#bf2722}




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom:64px }
.index_news_title{width:100%; height: auto; color:#272727; font-size: 26px; font-weight: bold; margin: 40px auto; text-transform: uppercase}
.index_news ul{width:100%; height: auto; overflow: hidden; }
.index_news ul li{width:32.6%; height: auto; float: left; margin-right: 1%; margin-bottom:15px; background: #f8f8f8; padding:30px 28px }
.index_news ul li:nth-child(3n){margin-right: 0}
.index_news_time{width:80px; height: auto; float: left; text-align: right}
.index_news_time dl{width:100%; height: auto; }
.index_news_time dl dt{color:#777777; font-size: 14px;  line-height: 26px; margin-bottom: 8px}
.index_news_time dl dd{color:#272727; font-size: 22px;  line-height:30px; font-weight: bold;}
.index_news_time img{margin: 45px 0 0; }
.index_news_xx{margin-left: 115px;}
.index_news_xx h3{width:100%; height: 30px; line-height: 30px; color: #272727; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	margin-bottom: 20px}
.index_news_xx p{width:100%; height:56px; line-height:28px; color: #777777; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-bottom:25px;}
.index_news_xx img{width:45px; display: block}
.index_news ul li:hover h3,.index_news ul li:hover p{color:#bf2722}
.index_news ul li:hover dd{color:#bf2722}


/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#1a1a1a; padding-top:68px;  }
.f_logo{width:210px; height: auto; float: left}
.f_logo img{width:100%; height: auto; display: block}
.footer_nav{width:67%; height: auto; float: left; margin-left:-2%}
.footer_nav dl{width:25%; height: 256px; float: left; background: url(../images/f_xs.png) no-repeat left center; padding-left: 30px;}
.footer_nav dl dt{color:#fff; font-size: 16px; margin-bottom:25px;}
.footer_nav dl dd{width:100%; height: auto; overflow:hidden}
.footer_nav dl dd a{width:100%; height: 30px;line-height: 30px; display: block; font-size: 14px; opacity: 0.5; color:#fff}
.footer_nav dl dd a:hover{opacity: 1}
.footer_ma{width:20%; height: auto; float: right}
.footer_ma dl{width:40%; height: auto; float: left; margin-left:10%}
.footer_ma dl dt{width:100%; height: auto; overflow: hidden}
.footer_ma dl dt img{width:100%; height: auto; display: block}
.footer_ma dl dd{width:100%; height:40px; line-height: 40px; color: #fff; font-size: 14px; margin-top:5px; text-align: center}
.footer_copy{width:100%; height: auto; overflow: hidden; margin-top:30px;border-top:1px solid rgba(255,255,255,0.1); }
.copy_bq{width:auto;height:auto; line-height:55px;  position: relative; font-size:14px; color:#999999; float: left }
.copy_bq a{color:#999999}
.copy_bq a:hover{color:#bf2722!important}
.footer_zhichi{width:auto; height:auto; overflow: hidden; display: table; float: left; line-height: 55px; margin-left: 20px;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#999999; height: 100%}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat;  margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/yd.png) no-repeat; margin-top:19px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/yd_h.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #999999;}
.footer_zhichi i{ float: left;}
.footer_zhichi .js{width:84px;}
.footer_copy_tab{width:auto; display: table; margin:30px auto ;}





/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 50px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 50px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 50px;
    width: 50px;
}
.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:14px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -125px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 50px;
}


.icon-qq{background: url(../images/f_qq.png) no-repeat center}
.icon-wx{background: url(../images/f_wx.png) no-repeat center}
.icon-tel{background: url(../images/f_sj.png) no-repeat center}
.icon-dh{background: url(../images/f_dhs.png) no-repeat center}

.lxfx li{ background:#202020; height: 50px; margin-bottom:5px; margin-left: 0;  position: relative; width: 50px; }
.mtop{width:50px; height: 36px!important; background: #e60012!important}
.lxfx li i.icon-top{background: url(../images/top.png) no-repeat center; height: 36px!important; }







/*内页banner*/
.ny_banner{width:100%; height: 432px; overflow: hidden; padding-top: 170px; position: relative;}
.ny_banner .in_header{box-shadow: rgb(0 0 0 / 31%) 0px 0px 13px; background:rgba(0,0,0,0.75);}
.ny_banner #menu .nav .nLi p a{color:#000}
.ny_banner .h_dianhua{background: url(../images/souso_h.png) center center no-repeat;}
.ny_banner .logo_b{display:block;}
.ny_banner .logo_a{display:none;}
.ny_banner .header_cebian{border-right: 1px solid rgb(233, 234, 234);}
.ny_banner .nav_dinaji{background: url(../images/menu_h.png) center center no-repeat;}
.ny_banner .h_wx{background: url(../images/hh_ewm.png) center center no-repeat;}
.ny_banner .h_dz{background: url(../images/hh_dizhi.png) center center no-repeat;}
.ny_banner .h_dh{background: url(../images/hh_dianhua.png) center center no-repeat;}
.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid #a9a9a9; border-bottom:1px solid #a9a9a9; display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff}

.about_banner{background: url(../images/about_ban.jpg) no-repeat center}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center}
.service_banner{background: url(../images/service_ban.jpg) no-repeat center}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center}
.fuwu_banner{background: url(../images/fuwu_banner.jpg) no-repeat center}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:13%;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 80px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 80px;
    width: 77px; padding-top: 10px
}

.fix_ewm,.fix_kefu {
    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: 30px;
    margin: 0 auto;
    text-align: center;
    width: 30px; margin-bottom: 10px; margin-top: 2px 
}
.lxfx li i.icon-1 {
   background: url(../images/fi1.png) no-repeat center
}
.lxfx li i.icon-2 {
     background: url(../images/fi2.png) no-repeat center
}
.lxfx li i.icon-3 {
     background: url(../images/fi3.png) no-repeat center
}
.lxfx li i.icon-4 {
    background: url(../images/fi4.png) no-repeat center
}

.lxfx li i.icon-5 {
    background: url(../images/fi5.png) no-repeat center
}
.lxfx li i.icon-top {
    background: url(../images/top.png) no-repeat center; margin-top:6px; margin-bottom: 0!important
}

.lxfx li p {
    line-height:14px;
    text-align: center; color:#f3ad35; font-size: 14px;
}
.lxfx li {
    background:#004f54;
    height: 80px;
    margin-bottom: 3px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left; border-radius: 5px
}
.lxfx li span{width:222px; height: auto; border: 2px solid #004f54; text-align: center; font-size: 20px; color: #4c4c4c; line-height: 28px;  left: -230px;
    position: absolute;  top: -3px; display: none;  background: #fff; overflow:hidden; padding:10px;}
.mtop{height: 40px!important;}
.mtop .leftlx{padding-top: 0!important; height: 40px!important;}



  
  .nav-wrap ul{display: table!important; margin: 0 auto;}
  .nav-wrap li{ float: left; line-height: 90px; position: relative;}
  .nav-wrap li a{font-size: 18px; padding: 0 40px;}
  .nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
  .nav-wrap li:last-child::before{ display: none;}
  .nav-wrap li a.active{ position: relative;}
  .nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom: -10px; background: #bf2722; left: 50%;  margin-left:-40px; }
  
  
  
  
  /* .timer_shaft_line{position: relative;} */
  .product_cite{width: 690px;font-size: 15px;}
  .product_cite h4{text-align: right;font-size: 15px;}
  .timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
  .timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #bf2722;border-radius:50%;background: #fff;z-index: 2;}
  .timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width:780px;   }
  .timer_shaft_right > img{ display: block; width: 300px; height: auto; }
  .timer_shaft_box{position: relative; margin-top: 70px;   }
  .timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #bf2722;z-index: 1;top: 0;}
  .timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
  .clear_new{clear:both;overflow:hidden;}
  .clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
  .timer_shaft_box:first-child{margin-top: 50px;}
  .exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
  .exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
  .pic_list{width: 100%;}
  .pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
  .pic_list ul li:nth-child(4n){margin-right: 0;}
  .pic_list ul li a{display: block;}
  .pic_list_box{overflow: hidden;}
  .pic_list_box img{width:100%}
  .pic_list ul li a img{width: 100%;transition:  all .5s;}
  .pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .pic_list ul li:hover a img{transform: scale(1.2);}
  .text_list{margin-bottom: 50px;;}
  .text_list li a{display: block;}
  .text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
  .text_list li span{float: right;}
  .text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
  .timer_shaft_right b{font-size:16px;   color: #333;}
  .timer_shaft_right span{font-size:16px;}
  .about_one_right{ width:80%; height:auto; float:right;}
  .about_one_right p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333; line-height: 29px; }
  .ny_about_five{width:100%; height: auto; overflow: hidden; margin-bottom: 85px;}
  .ny_about_five .container,.ny_about_four .container{border-top:1px solid #333333; padding-top: 48px;}
  .about_five_t{width:185px; height: auto; float: left; text-align: right; margin-top:50px}
  .about_five_t h3{font-size: 40px;; color: #222222; font-weight: bold;}
  .about_five_t p{font-size: 16px; color: #333333;  font-family: "Arial"; margin-top:12px;}
  .about_five_t img{margin-top: 22px;}
  .about_five_pic{width:auto; margin-left: 260px;}
  .about_five_pic a{width:100%; height: auto; display: block}
  .about_five_pic a img{width:100%; height: auto; display: block}
  .ny_fzlc{width:100%; height:auto; overflow:hidden; margin-bottom:60px;}
  
  
  
  
  /*产品展示*/
  .ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
  .pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
  .pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
  .pro_pic_3{width:23.7%; float: left; overflow: hidden}
  .ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
  .ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
  .ny_product_two ul{width:100%; height: auto; overflow: hidden; }
  .ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
  .ny_product_two ul li:nth-child(4n){margin-right: 0;}
  .ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
  .ny_pro_pic img{width:100%; height: auto; display: block; margin:0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
 
  .ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
  .ny_fa_more p{z-index:999; position: relative}
  .ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
  .ny_fa_more:hover p{color:#fff; }
  .ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
  .ny_product_two 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_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
  .ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
  .product_five_pic{margin-left: 280px;}
  .product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
  .ny_tj_pro 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;
  }
  .product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
      white-space: nowrap}
  .product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
  .swiper-pagination-bullet-active{background:#000}
  .ny_proshow_bottom .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
  .ny_proshow_bottom .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
  .ny_proshow_bottom .hd ul li::before{ height: 6px; width: 6px; background: #bf2722; position: absolute; left: 20px; top:24px; display: block; content: "";}
  .ny_pro_ddh{width:100%; height:auto; overflow:hidden; margin-top:20px;}
  .ny_pro_ddh p{color:#333; font-size:16px;}
  .ny_pro_ddh span{color:#bf2722; font-size:28px; font-weight:bold; margin-top:10px;}
  .ny_proshow_xx em{font-size:16px; margin:10px auto; font-style: normal;}
  .pro_text{width:100%; height:auto; margin:20px 0 10px; line-height:30px;}
  .ny_pro_title{width:100%; height:40px; margin-top: 8px;}
  .ny_product_two ul li h4{width:70%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; float:left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
  .ny_pro_title i{width:30px; height:30px; background:#bf2722 url(../images/ico-Inquiry.png) no-repeat center; background-size:60%; float:right}
  
  
  
  
  
  /*内页新闻*/
  .ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
  .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:68%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
  .news_xx h3{width: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: #bf2722}
  .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:16%; height:auto; 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:#bf2722}
  .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_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
  .ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
  .ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
  .ny_service_all img,.ny_news_show img{max-width:100%}
  .ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
              border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
              clear: both}
  
  
  
  /*联系我们*/
  .ny_contact_nav{width:100%; height: auto; overflow: hidden}
  .contact_list{display: table; margin:60px auto 0;}
  .ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e5; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
  .ny_contact_nav a:last-child{margin-right: 0}
  .ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
  .ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
  .ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
  .ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
  .contact_xx_left{width:100%; }
  .contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
  .contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
  .contact_xx_info p{font-size: 16px; color: #333333; line-height: 28px;}
  .contact_xx_right{width:60%; height:345px; float: right}
  .ny_contact_ly{width:100%; height:511px; background: url(../images/contact_bjs.jpg) no-repeat center; padding: 60px 0; margin-top: 74px;}
  .ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
  .contact_ly_info{width:1440px; height: auto; overflow: hidden; margin: 20px auto 0}
  .contact_ly_info dl{width:100%; height: 52px;}
  .contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
  .contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #4a4a4a}
  .contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #4a4a4a}
  .contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize: none;}
  .con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; display: block; margin:20px auto; font-size:16px}
  .con_submit:hover{background:#bf2722; cursor:pointer; color:#fff}
  .ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
  .ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
  .contact_zhaopin_right{margin-left:280px; }
  .contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
  .contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
  .contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
  .contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
  .contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
      color:    #fff;  
  }  
  .contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
     color:    #fff;  
     opacity:  1;  
  }  
  .contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
     color:    #fff;  
     opacity:  1;  
  }  
  .contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
     color:    #fff;  
  }  
  
  
  .contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
      color:    #fff;  
  }  
  .contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
     color:    #fff;  
     opacity:  1;  
  }  
  .contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
     color:    #fff;  
     opacity:  1;  
  }  
  .contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
     color:    #fff;  
  }  
  
  /* 内页通用产品推荐 */
  .inside_pro{margin-top: 20px;}
  .inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
  .inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
  .inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
  .picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
  .picScroll-ipro .bd ul{height: auto;  }
  .picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
  .picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
  .picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
  .picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
  .picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
  .picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
  .picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
  .picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #bf2722; bottom: 30px; left: 16px; transition: all .4s;}
  .picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #bf2722; bottom: 30px; left: 16px;}
  .picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
  .picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
  .picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
  .picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
  .inex_news_main{ overflow: hidden;}
  .inex_news_main li{ width:49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
  .inex_news_main li:nth-child(2n){ float:right;}
  .inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
  .inex_news_main li .pic img{ width: 100%; transition: all .4s;}
  .inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
  .inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
  .inex_news_main li p a:hover{ color: #bf2722}
  .inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
  .inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}
  
  

/*搜搜*/
.ny_search{ height:auto; overflow:hidden; margin:60px auto}
.ny_product_name{width:100%; height:auto; background: #bf2722; overflow: hidden; line-height:50px;}
.product_nbt{float: left; color:#fff; font-size: 14px; padding: 2px 5px;}
.w1{width:20%}
.w2{width:10%}
.w3{width:10%}
.w4{width:15%}
.w5{width:15%}
.w6{width:20%}
.w7{width:10%; text-align: right}
.ny_search_li{width:100%;}
.ny_search_li li{width:100%; min-height: 50px; overflow: hidden}
.ny_search_li li:nth-child(even){background: #eee}
.ny_search_li li p{float: left; color:#333; font-size: 14px; padding: 2px 5px; line-height: 50px}
.ny_xunjia{float: left; cursor:pointer;}
.ny_xunjia span{ background:#bf2722 url(../images/ico-Inquiry.png) no-repeat center;  line-height: 36px;  background-size: 20px;
  color: #FFFFFF; font-weight: bold; float: right; width:30px; height: 30px; margin-top:10px; margin-right: 8px;}

.input{height:40px;border:1px solid #eee;padding:10px}
.btn{height:38px;border:0;background-color:#BF2722;color:#fff;padding:0 15px;cursor:pointer}



/*询价*/
.ny_inquiryform table{width:93%;margin:10px 20px;line-height:40px}
.ny_inquiryform table tr td:first-child{width:25%}
.ny_inquiryform table td span{color:red}
.ny_inquiryform table input{width:100%;height:35px;border:1px solid #eee;padding:5px}
.ny_inquiryform table textarea{width:100%;height:80px;border:1px solid #eee;padding:5px}
.ny_inquiryform table select{width:100%;height:35px;border:1px solid #eee;padding:5px}
.textarea_title {vertical-align:top;}
.bc_tijiao{color:#fff; cursor:pointer;background-color: #BF2722;}



@media screen and (max-width:1500px) {
    .w1440,.container,.banner_info,.ban_info,.contact_ly_info{width:1200px;}
	.index_tixi ul li p{padding: 0 35px;}
	.banner_info a{width:171.4px;}
	.banner-index .ban_btn{bottom:25%}
}