@charset "utf-8";
/* CSS Document */
html{font-size: 100px}
body,html{color: #333;}
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 16px;}
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:1400px*/; 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;
}



/* img{display: block;} */
.ellipsis{text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ellipsis2{ overflow: hidden;	text-overflow: ellipsis;	-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;line-clamp: 2;}
.flex{display: flex;display: -webkit-flex;}
.maxWidth{min-width: 1200px;padding: 0 20px;margin: 0 auto;max-width: 1440px;}

a{text-decoration: none;display: block;}
.transition{transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.boxSizing{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}



/* 头部 */
.headerModel{position: sticky;top: 0;left: 0;width: 100%;z-index: 99;background: #fff;}
.headerModelBox{box-shadow:  0 0 5px 1px #ddd;}
.headForm{height: 60px;background: #1C1C1C;color: #fff;align-items: center;justify-content: space-between;padding: 0 20px;}
.headM{align-items: center;font-size: 14px;margin-right: 20px;}
.headM>img{width: 16px;height: 16px;object-fit: contain;margin-right: 8px;}
.headF{margin-left: auto;border-bottom: 1px solid #ddd;}
.headF>.put{background: transparent;outline: none;border: none;color: #fff;width: 200px;padding:6px 10px;font-size: 14px;}
.headF>.btn{width: 30px;background: url('../images/head3.png') no-repeat center;background-size: 20px 20px;outline: none;border: none;cursor: pointer;}


.header{align-items: center;justify-content: space-between;padding: 0 20px;min-width: 1200px;height: 90px;} 
.header .leftModel{align-items: center;}
.header .leftModel .logo{width:294px;height: 50px;background: url('../images/logo.png') no-repeat center;background-size: contain;}
.header .leftModel .contact{padding-left: 30px;}
.header .leftModel .contact .text{line-height: 26px;background: #383588;color: #fff;font-size: 14px;padding: 0 10px;}
.header .leftModel .contact .phone{font-weight: bold;text-align: center;padding-top: 2px;}
.header .rightModel{align-items: center;flex: 1;margin-left: 6%;justify-content: space-between;}
.header .rightModel .tabModel {padding-right: 3%;justify-content: space-between;flex: 1;}
.header .rightModel .tabModel .title{height: 90px;line-height: 90px;color: #666;font-size: 18px;display: flex;align-items: center;justify-content: center;}
.header .rightModel .tabModel .title img{width: 10px;height: 10px;object-fit: contain;margin-left: 3px;}
.header .rightModel .tabModel .tab{position: relative;flex: 1;text-align: center;}
.header .rightModel .tabModel .tab:hover .title{color: #000;}
.header .rightModel .tabModel .tab .subList{position: absolute;top: 90px;left: 50%;margin-left: -133px;width: 266px;background: #eee;}
.header .rightModel .tabModel .tab .subList a{color: #333;line-height: 40px;text-align: center;font-size: 14px;}
.header .rightModel .tabModel .tab .subList{transform: scaleY(0);transform-origin: top; transition: transform 0.3s ease-out;overflow: hidden;}
.header .rightModel .tabModel .tab:hover .subList{ transform: scaleY(1);}
.header.headerDark{background: #000000c7;}
.header .rightModel .tabModel .active::after{content: '';display: block;width: 70%;height: 4px;background: #F58220;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.header .rightModel .tabModel .active .title{color: #333;font-weight: bold;}

.headlx{width: 156px;height: 46px;background: linear-gradient(90deg,#6C7C84,#909DA6);align-items: center;justify-content: center;color: #fff;transition: all 0.3s;}
.headlx:hover{background:linear-gradient(90deg,#F58220,#F58220) ;}
.language{align-items: center;margin-left: 30px;cursor: pointer;height: 30px;position: relative;}
.language:hover .subList{transform: scaleY(1);}
.language .bot{width: 10px;height: 10px;object-fit: contain;}
.language .text{padding: 0 6px;}
.language .subList{position: absolute;top: 30px;width: 150%;background: #eee;left: 50%;transform: scaleY(0);transform-origin: top; transition: transform 0.3s ease-out;overflow: hidden;margin-left: -75%;}
.language .subList>a{line-height: 32px;padding: 0 10px;text-align: center;font-size: 14px;}
.language .subList>a:hover{color: #F58220;}

.headSwiper{min-width: 1200px;}
.headSwiper .swiper-pagination-bullet{background: #fff;opacity: 1;width: 12px;height: 12px;}
.headSwiper .swiper-pagination-bullet-active{background: #F58220;}
.headSwiper img{width: 100%;height: 100%;object-fit: cover;}
.headModel{position: absolute;top: 0;left: 50;color: #fff;}

.model{padding-top: 90px ;padding-bottom: 90px;}
.moreBtn{width: 156px;height: 46px;background: linear-gradient(90deg,#6C7C84,#909DA6);align-items: center;justify-content: space-around;color: #fff;display: flex;border-radius: 2px;}
.moreBtn:hover{background: linear-gradient(#F58220,#F58220);}
.titleModel{font-size: 40px;font-weight: bold;padding-left:70px;background: url('../images/jxing.png') no-repeat left center;background-size: 40px 40px; color: #000;}
.moreBtnT{justify-content: center;padding-top: 30px;font-size: 16px;color: #6c7b83;}
.moreBtnT:hover{color: #F58220;}
.moreBtnT>span{padding-left: 20px;}
.headTit{justify-content: space-between;padding-bottom: 50px;background: url('../images/zhex1.png') no-repeat bottom center;background-size: calc(100% - 40px) auto;margin-bottom: 50px;}



.about{background: url('../images/JingAn.png') no-repeat center;background-size: contain;}
.aboutHead{justify-content: space-between;align-items: flex-start;}
.aboutHead .aboutL{width: 38%;}
.aboutL .slide{width: 100%;margin-top: 20px;}
.aboutL .desc{font-size: 20px;padding-bottom: 30px;}
.aboutL .text{line-height: 26px;color: #666;}
.aboutL .moreBtn{margin-top: 50px;}
.aboutR{width: 53%;overflow: hidden;border-radius: 38px;}
.aboutR>img{width: 100%;transition: all 0.3s;}
.aboutR:hover>img{transform: scale(1.1);}
.aboutFoot{justify-content: space-between;padding-top: 80px;}
.aboutFoot .abf .f1{font-size: 26px;color: #666;}
.aboutFoot .abf .f1>span{font-size: 90px;font-weight: bold;color: #F58220;}
.aboutFoot .abf .f2{font-size: 18px;}

.product{background: url('../images/product_bg.png') no-repeat center;background-size: cover;}
.proTit{justify-content: center;margin-bottom: 50px;}
.proTit .titleModel{padding-right: 70px;position: relative;}
.proTit .titleModel::after{content: '';display: block;width: 40px;height: 40px;background: url('../images/jxing.png') no-repeat center;background-size:100%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.proTab{background: #F1F4F5;}
.proTab a{flex: 1;height: 100px;display: flex;align-items: center;justify-content: center;    font-size: 20px;  color: #000;}

.proTab a:hover,.proTab a.active{background: #fff;position: relative;    font-size: 20px;  color: #000;}
.proTab a.active::after{content: '';display: block;width: 100%;height: 4px;background: #F58220;position: absolute;top: 0;left: 0;}
.proSwiper{background: #fff;padding:30px 20px;}
.proMain .cover{overflow: hidden;}
.proMain .cover>img{width: 100%;aspect-ratio: 1/0.78;object-fit: cover;transition: all 0.3s;}
.proMain .main{padding:26px;}
.proMain .main .title{font-size:20px;text-align: center;  color:#000;}
.proMain .main .desc{color: #6c7b83;padding-top: 20px;text-align: center;height:86px;border-bottom: 1px solid #eee; font-size: 16px; line-height:30px;}
.proMain:hover .cover>img{transform: scale(1.1);}
/* .proMain .main .more{justify-content: center;padding-top: 30px;font-size: 14px;color: #666;}
.proMain .main .more>span{padding-left: 20px;} */

.caseMain{background: #f5f5f5;padding: 30px 30px 60px;}
.caseMain .cover{width:50%;aspect-ratio: 1/0.85;object-fit: cover;margin-top: -60px;position: relative;z-index: 2;}
.caseMain .main{flex: 1;margin-left: 30px;flex-direction: column;justify-content: space-between;}
.caseMain .main .tit{font-size: 26px;font-weight: bold;padding-top: 100px;color:#000;}
.caseMain .main .desc{color: #6c7b83;padding-top: 40px;-webkit-line-clamp:5;line-height: 28px;height: 150px;}
.caseMain .main .moreBtn{margin-top: auto;}
.caseMain::after{content: '';display: block;width: 100%;height: 60px;background: #fff;position: absolute;top: 0;left: 0;z-index: 0;}

.advanHeadModel{background: url('../images/advantage_bg.png') no-repeat center;background-size: cover;background-attachment: fixed;}
.advanHead .titleModel{color: #fff;}
.advanHead{justify-content: space-between;}
.advanHeadL{width: 38%;}
.advanHeadL>img{width: 100%;}
.advanHeadL .text{color: #fff;font-size: 15px;padding-top: 20px;line-height: 26px;}
.advanHeadL .moreBtn{margin-top: 60px;}
.advanHeadR{flex-wrap: wrap;width: 53%;justify-content: space-between;}
.advanHeadR .main{background: url('../images/advBackImg.png') no-repeat center;background-size: 100%;width: calc((100% - 30px) / 2);aspect-ratio: 1/0.72;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.advanHeadR .main:hover>img{transform: translateY(-10px);}
.advanHeadR .main>img{width: 50px;height: 50px;transition: all 0.3s;}
.advanHeadR .main>a>p{color: #fff;padding-top: 20px;font-size: 20px;}
.advanHeadR .main:nth-child(n+3){margin-top: 30px;}
.advanHeadR .main.mo{background: none;}
.advanFootModel{background: #E2EAED;padding: 0 30px;}
.advanFoot{padding: 30px 0 30px 60%;position: relative;flex-direction: column;align-items: flex-start;}
.advanFoot .title{font-size: 40px;font-weight: bold;}
.advanFoot .tab{line-height: 42px;background: #F58220;padding: 0 20px;color: #fff;margin: 16px 0;}
.advanFoot .text{font-size: 18px;}
.advanFoot .coverImg{position: absolute;bottom: 0;width: 56%;left: 0;bottom: -50px;}


.newsSwiper{padding: 10px;}
.newsMain{box-shadow:  6px 6px 10px 2px #eee ;}
.newsMain .cover{position: relative;overflow: hidden;}
.newsMain .cover>img{width: 100%;aspect-ratio:  1/0.86;object-fit: cover;}
.newsMain .time{line-height: 46px;padding: 0 30px;background: #F58220;color: #fff;position: absolute;left: 30px;top: -23px;}
.newsMain .main{padding:52px 32px 32px ;position: relative;}
.newsMain .main .title{font-size: 20px;font-weight: bold;height: 60px;color: #000;line-height: 30px;}
.newsMain .main .desc{color: #555;padding-top: 26px; font-size: 16px;line-height: 30px;height: 60px;}
.newsMain:hover .cover>img{transform: scale(1.1);}

.lnModelWhole{background: linear-gradient(#545E64,#6B7A81);padding: 30px 0;}
.lnModel{justify-content: space-between;}
.lnModel .ln{display: flex;flex-direction: column;align-items: center;color: #fff;}
.lnModel .ln>img{width: 72px;height: 72px;transition: all 0.3s;}
.lnModel .ln:hover>img{transform: translateY(-10px);}
.lnModel .ln .tit{font-size: 24px;padding: 12px 0;font-weight: bold;}
.lnModel .ln .text+.text{padding-top: 6px;}

.footerModel{border-top: 3px solid #F58220;background:#222222 ;}
.footerModel .logo{width: 294px;margin-top: 30px;}
.footer{padding: 10px 0 38px;justify-content: space-between;}
.footer .info+.info{margin-left: 10px;}
.footer .info .tit{color: #fff;padding-bottom: 20px;}
.footer .info .btn{color: rgba(255, 255, 255, 0.6);font-size: 15px;}
.footer .info .btn:hover{color: #F58220;}
.footer .info .btn+.btn{margin-top: 12px;}
.footModel{border-top: 1px solid rgba(255, 255, 255, 0.3);}
.foot{padding: 12px 0;justify-content: space-between;}
.foot a{color: rgba(255, 255, 255, 0.6);font-size: 14px;}
.footL>a+a{margin-left: 20px;}
.footR{align-items: center;}
.footR>a{font-size: 14px;align-items: center;}
.footR>a>img{height: 18px;}
.footR>a+a{margin-left: 20px;}



/* 导航栏 */
.header_nav{height:80px; width:100%;z-index: 9;  position:absolute; top:5px; left:0; padding: 0 3% }
.h_logo{width:13%; height:80px; float: left; display: flex; align-items: center;}
.h_logo img{max-width:100%; height: auto; align-items: center; margin: 0px auto;}
.header_right{float: right; height: 100%;}
.h_search{width:4.5%; height:80px; float: right; display: flex; align-items: center;}
.h_search img{max-width:100%; align-items: center; margin: 0px auto;}
.form_box{position: absolute;  top:80px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0;  box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.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: #e50014; font-size:16px;}
.h_yuyan_links{width:55px; height:55px; line-height: 55px; background:rgba(255,255,255,0.3); float: right; border-radius: 50%; text-align: center; 
	margin-top:14px; margin-right:0.6%}
.h_yuyan_links a{font-size: 16px; color:#fff; background: url(../images/yy_san.png) no-repeat right center; padding-right:12px;}
.h_yuyan:hover .h_yuyan_links{display: block}
.h_menu{width:4.5%; height: 80px;  float: right; display: flex; align-items: center;}
.h_menu img{max-width:100%; align-items: center; margin: 0px auto;}



/*导航*/
#menu{width:50%; height:80px;  float:right; margin-right:4%}
#menu .nav{ position:relative; z-index:1;   width:100%; height:auto; margin: 0px auto;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height:100%; line-height:80px; width:14.2%;}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; height:100%; display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#fff;font-size:16px; height:100%; overflow: hidden; position: relative; padding-bottom: 15px}
#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:#e50014;  }
.nLi > p > span{display: block; width: 120px; text-align: center; position: absolute; top: 21px;font-size: 12px;font-weight: normal; color: #fff; }
#menu .nav .active p a,#menu .nav .nLi:hover p a{background: url(../images/san.png) no-repeat bottom center;}






/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden;}
.banner .swiper-container{width:100%; }
.banner .swiper-slide a{width:100%; height:auto; display: block }
.banner .swiper-slide a img{width:100%; display: block; height:auto;  }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{content: ""}
.banner .swiper-pagination{bottom:4%; color:#fff; font-size: 16px;}
.banner .swiper-pagination-bullet{width:30px; height:4px; background: #fff; border-radius: 8px;}
.banner .swiper-pagination-bullet-active{ opacity: 1}

.ban_yuan{width:118px; height: 118px; position: absolute; bottom:60px; right:60px; text-align: center; z-index:3; padding-top:38px;}
.ban_yuan p{color:#ffffff; font-size:16px; margin-bottom:5px;}
.ban_yuan i{width:118px; height:118px;display:block; background:url(../images/zi.png)no-repeat center; position:absolute; top:0; left:0; -webkit-animation: rotation-clockwise 10s linear infinite;
    animation: rotation-clockwise 10s linear infinite;}


@-webkit-keyframes rotation-clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotation-clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}



/*关于我们*/
.index_about{width:100%; height:970px; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; background-size: cover; padding-top: 160px;}
.index_about_title{width:100%; height: auto; overflow: hidden}
.index_about_title h3{color:#333333; font-size: 36px; font-weight: bold;}
.index_about_title p{color:#333333; font-size:16px; margin-top:10px;}
.index_about_left{width:38%; height: auto; float: left; margin-top: 84px;}
.index_about_left h3{color:#333333; font-size: 24px; margin-bottom: 38px;}
.index_about_xx a{color:#333333; font-size: 16px; display: block; line-height: 36px;}
.index_about_more{width:187px; height: 55px; line-height: 55px; background: #ff0101 url(../images/c_jts.png) no-repeat 98% center; border-radius:35px; display: block; font-size: 16px; color: #ffffff; padding-left: 35px; margin-top: 124px; transition: all 0.4s ease-in-out;}
.index_about_more:hover{padding-left:40px; font-weight:bold; }
.in_about_num{width:40%; float: right; margin-top:80px;}
.in_about_num dl{float: left; width: 50%; margin-bottom: 90px;}
.in_about_num dl dt{width:100%; margin-bottom: 10px;}
.in_about_num dl dt span{color:#F58220; font-size: 60px; font-weight: bold; }
.in_about_num dl dt span:hover{color:#ff0101}
.in_about_num dl dd{width:100%}
.in_about_num dl dd p{color:#333333; font-size:16px;}



/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background: url(../images/products_bjs.jpg) no-repeat top center; background-size: cover; position: relative; z-index: 1}
.index_product_title{width:100%; height: auto; overflow: hidden; text-align: center; padding-top: 80px;}
.index_product_title h3{color:#ffffff; font-size: 36px; font-weight: bold;}
.index_product_title p{color:#ffffff; font-size: 16px; margin-top: 10px;}
.index_product ul{width:100%; height: auto; overflow: hidden; margin-top: 95px;}
.index_product ul li{width:24.2%; height: auto; float: left; margin-right: 1%; margin-bottom: 38px;}
.index_product ul li:nth-child(4n){margin-right: 0}
.index_pro_img{width:100%; height: auto; overflow: hidden}
.index_pro_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.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_pro_bt{width:100%; height:56px; line-height: 56px; border-bottom: 1px solid rgba(255,255,255,0.5)}
.index_pro_bt h4{width:80%; height: 100%; float: left; color:#fff; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_bt i{color:#ffffff; font-size: 16px; float: right; font-style: normal}
.in_pro_more{width:187px; height: 55px; line-height: 55px; background: #ff0101 url(../images/c_jts.png) no-repeat 98% center; border-radius:35px; display: block; font-size: 16px; color: #ffffff; padding-left: 35px; margin:52px auto;}
.index_product ul li:hover h4{font-weight:bold;}
.in_pro_more:hover{background: #fff url(../images/nh_jts.png) no-repeat 98% center; color:#ff0101}

/*案例*/
.index_case{width:100%; height: auto; overflow: hidden; background: #f3f3f3; padding:106px 0 40px;  }
.index_case_title{width:100%; height: auto; overflow: hidden; text-align: center; padding-top: 80px;}
.index_case_title h3{color:#333333; font-size: 36px; font-weight: bold;}
.index_case_title p{color:#333333; font-size: 16px; margin-top: 10px;}
.index_case_all{width:100%; height: auto; overflow: hidden; margin-top: 58px;}
.index_case_all .swiper-slide a{width:100%; display: block}
.index_case_img{width:100%; height: auto; overflow: hidden}
.index_case_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_all .swiper-slide a h4{width:100%; height: 68px; line-height:68px; background: #fff; text-align: center; font-size:16px; color: #333333; 
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_case_all .swiper-slide a:hover h4{background: #F58220; color: #fff}
.index_case_all .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_news{width:100%; height: auto; overflow: hidden; margin: 65px 0 115px;}
.index_news_title{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.index_news_title dl{float: left}
.index_news_title dl dt{color:#333333; font-size: 36px; font-weight: bold; margin-bottom: 10px;}
.index_news_title dl dd{color:#333333; font-size: 16px;}
.in_news_nav{float: right; margin-top:36px;}
.in_news_nav a{color:#333333; font-size: 16px;  float: left; border-bottom: 2px solid #eeeeee; padding-bottom:10px; margin-left: 50px;}
.in_news_nav a:hover{border-bottom: 2px solid #F58220}
.index_news_left{width:62.5%; height: auto; float: left}
.index_news_left ul{width:100%; height: auto; overflow:hidden}
.index_news_left ul li{width:48.4%; height: 471px; float: left; position: relative}
.index_news_left ul li:nth-child(2){float: right}
.index_news_img{width:100%; height: auto; overflow: hidden}
.index_news_img 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 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_info{width:100%; height: auto; overflow: hidden; background: #f3f3f3; padding:15px 26px 20px}
.index_news_info h5{color:#fff; font-size:16px; opacity: 0.5; display: none}
.index_news_info h4{color:#333333; font-size: 16px; width: 100%; height: 40px; line-height: 40px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; font-weight: bold;}
.index_news_info p{width:100%; height:72px; line-height: 36px; color: #666666; font-size:16px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; 
	-webkit-box-orient:vertical; overflow:hidden;}
.index_news_info span{width:100%; height: 30px; line-height: 30px; display: block; background: url(../images/n_jts.png) no-repeat right center; 
	font-size: 16px; color: #666666; margin-top: 15px;}
.index_news_info img{width:47px; display: none}

.index_news_left ul li:hover .index_news_info{height: 100%; position: absolute; top:0; left:0; background: url(../images/n_hover.jpg) no-repeat center; background-size: cover; padding:62px 12% 20px}
.index_news_left ul li:hover h5,.index_news_left ul li:hover .index_news_info img{display: block}
.index_news_left ul li:hover span{display: none}
.index_news_left ul li:hover h4{color:#fff; height:72px; line-height: 36px; -webkit-line-clamp:2;}
.index_news_left ul li:hover p{color:#fff; opacity: 0.5;  -webkit-line-clamp:4; margin-bottom: 30px; height:144px}
.index_news_right{width:34.8%; height: auto; float: right}
.index_news_right ul{width:100%; height: auto; overflow:hidden}
.index_news_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px dashed #cccccc; padding-bottom:22px; margin-bottom:22px;}
.index_news_pic{width:37.4%; height: auto; float: left}
.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_xx{margin-left:45%;}
.index_news_xx h4{color:#333333; font-size: 16px; width: 100%; height: 40px; line-height: 40px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx p{width:100%; height:72px; line-height: 36px; font-size: 16px; color: #666666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_right 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_right ul li:hover h4{color:#F58220}





/*底部*/
/*.footer{width:100%; height:auto; overflow: hidden;  position: relative;  background:url(../images/footer_bjs.jpg) no-repeat center; padding:70px 0 0; }*/
.footer_left{width:31%; height: auto; float: left}
.footer_dizhi{width:100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.footer_dizhi p{color:#fff; font-size: 16px; line-height: 30px;}
.f1{background: url(../images/f1.png) no-repeat left center; padding-left: 30px;}
.f2{background: url(../images/f2.png) no-repeat left center; padding-left: 30px;}
.d_sj{width:46px; height: 46px; position: relative; background: url(../images/sj_icon.png) no-repeat center; float: left}
.f_ma{width:106px; height: 116px; background: url(../images/ma.png) no-repeat center; position: absolute; top:56px; left:-32px; padding: 20px 10px 0; display: none}
.f_ma img{width:100%; border: 1px solid #eee}
.d_wx{width:46px; height: 46px; position: relative; background: url(../images/wx_icon.png) no-repeat center; float: left; margin-right: 26px;}
.d_sj:hover .f_ma{display: block}
.d_wx:hover .f_ma{display: block}
.footer_nav{width:61%; height: auto; float: right; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.footer_nav dl{float: left; text-align: center; border-right:1px solid rgba(255,255,255,0.2); padding-right: 50px}
.footer_nav dl dt{color:#ffffff; font-size: 14px; margin-bottom: 10px;}
.footer_nav dl dd{width:100%; height: auto; overflow:hidden}
.footer_nav dl dd a{color:#fff; font-size: 14px; display: block; line-height: 30px;}
.footer_nav dl dd a:hover{color:#ff0101}
.footer_nav dl:last-child{padding-right: 0; border-right:0}
.footer_bottom{width:100%;height: auto; overflow: hidden; padding:20px 0; border-top:1px solid rgba(255,255,255,0.2); margin-top: 150px;}
.copy_l{width:auto; height: auto; overflow: hidden; font-size: 16px; color: #fff; line-height: 40px; float: left; text-transform: uppercase}
.copy_l a{color:#fff; font-size: 16px;}
.copy_l a:hover{color:#ff0101!important}
.footer_zhichi{width:auto; height:auto; float: right; overflow: hidden }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px; color:#fff; font-size: 16px; }
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .js{width:82px;/*height:40px;*/ background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt{width:121px;/*height:40px;*/ background: url(../images/vl.png) no-repeat center; }
.footer_zhichi span{float: left; font-size: 14px; /*color: #fff; line-height:40px;*/}
.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}



/*关于我们*/
.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 0px;}
.inside_banner p{ text-align: center; font-size: 22px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p a{ display:inline-block;}
.inside_banner p *{ color: #fff;;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{min-height:80px; background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto; max-width:1200px;}
.nav-wrap li{ float: left; line-height:60px; position: relative; margin:5px 0;}
.nav-wrap li a{font-size: 18px; padding: 0 30px; display:block}
.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:0; background: #F58220; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width:32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #F58220;}
.honor_list li:hover .gallery-title{ background: #F58220; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
 .ny_solution_img{width:350px; height:100%; float:left; overflow:hidden; border: 1px solid #ffffff}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:750px; height:auto; float:left; margin-left: 40px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_pro_shengcan .slideBox .bd 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_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_product_all ul li:hover{border:1px solid #F58220;}

.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{width:120px;  height:40px;line-height:40px; color:#333; display:block;  text-align:center; font-size:14px; background:#eee}
.yfzx_more:hover{background: #F58220; color: #fff; border: 1px solid #F58220}
.n_pro_nav{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.n_pro_nav a{font-size:16px; color:#666; border:1px solid #ffffff;   height: 50px; line-height:50px; width:auto; float:left; padding:0 20px; margin-right:10px; margin-bottom:10px;}
.n_pro_nav a:hover,.n_pro_nav a.m_active{background:#F58220; color:#fff}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:24px; font-weight:bold; overflow:hidden; white-space:nowrap}



/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 16px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#F58220; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height:auto; line-height:40px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.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;}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:100%; height: auto; overflow: hidden; }
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}

.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}



/*  ҳ    */
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.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:35px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top:12px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.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:24%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.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:#F58220}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }


/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 18px;    color: #333;    line-height: 34px;}
.contact_right p{font-size: 18px;    color: #333;    line-height: 34px;}
.ny_cont_wx{max-width:498px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 0px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px; padding-bottom: 70px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{    font-size: 16px;    color: #333;    line-height: 34px;}
.ny_news_show table tr,td{    font-size: 17px;    color: #333;    line-height: 34px;}
.ny_news_show table tr,td a{display:contents;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #333;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #F58220; position: relative; line-height: 2.8; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 400px; padding-top:130px; position:relative}
.inside_banner .in_header{position:absolute;}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center;}



/*样本下载*/
.ny_down{width:100%; height: auto; overflow: hidden; margin-bottom: 78px;}
.ny_down ul{width:100%; height: auto; overflow: hidden}
.ny_down ul li{width:49.2%; height: 120px; background: #f1f3f7; padding:18px 40px; float: left; margin-bottom: 20px;}
.ny_down ul li:nth-child(2n){float: right}
.ny_down ul li a{width:100%; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; 
    -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
.ny_down_li{width:50%; height: 100%; float: left}
.ny_down_li h3{width:100%; height: 40px; line-height: 40px;  color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_down_li p{color:#999999; font-size: 15px; margin-top:15px;}
.ny_down_icon{float: right; height: 100%; display: flex; align-items: center; width: 54px}
.ny_down_icon img{width:100%}
.ny_down ul li:hover h3,.ny_down ul li:hover p{color:#0083ce;}



/*发展历程*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0 40px; font-size:15px; color:#666; line-height:30px;}
.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 #ff0000;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{line-height: 35px;padding-left: 30px; padding-top:18px;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: #c3c3c3;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:#ff0000; font-size:36px; margin-bottom:60px;}
.timer_shaft_left span{background:#F58220; color:#fff; font-size:30px; padding:0 15px;font-weight: bold;    border-radius: 8px;}



/*客服*/
.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:#F58220;
    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;}


/*搜索分页*/
.page-box{float: initial !important;}


@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	#menu{width:57%}
	.copy_l a,.copy_l,.footer_zhichi span{font-size:14px;}
}

@media screen and (max-width: 1460px) {
  .maxWidth{max-width: 1200px;}
}
