@import url("https://cdn-font.hyperos.mi.com/font/css?family=MiSans_VF:VF:Chinese_Simplify,Latin&display=swap");

.bgf4{
	background: #F4F4F4;
}
.bgf5{
  background: #F5f5f5;
}
.bggreen{
	background: #000;
}
.bg-white{
	background: #fff;
}

h1,h2,h3{
     font-size: 12px;
     line-height:30px;
}
h1:hover,h2:hover,h3:hover{
     color:#fff;
}
/***menu***/

.navbar {
	padding:0 1rem;
	 box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.nav-item {
	position:relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size:16px;
	font-weight:normal;
	color:#848484;
}
.nav-item:hover .erji {
	display:block;
}
.erji {
	position:absolute;
	top:72px;
	padding-top:10px;
	z-index:999;
	width:200px;
	background:#fff;
  margin-left: -50px;
	display:none;
}
.erji li {
	width:100%;
	float:left;
	line-height:50px;
	text-align:center;
   border-bottom: 1px solid #ddd;
}
.erji li a {
	color:#333;
	font-size:14px!important;
}
.erji li:hover {
	background:#F5F5F5;
	color:#333;
	display:inline-block;
	width:100%;
	height:100%;
}
.erji li:hover a {
	color:#333;
}
.nav-link {
	padding:1.7rem 2rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right:1.5rem;
	padding-left:1.5rem;
	font-size:16px;
}
.on .nav-link {
	color:#000!important;
 
}


  .tel400{font-size:25px; color:#000; vertical-align:middle; height:50px; color:#3A6369; margin-left:30px; margin-top:15px;}
  .tel400 .imgg{width:40px; height:40px; float:left; display:inline}
  .tel400 .imgg img{width:40px;}
  .tel400 .teldesc{float:left; width:100px; font-size:16px; display:inline; text-align:left;}
  .tel400 .teldesc div{line-height:20px;}
/***menu***/

.container, .container-lg, .container-md, .container-sm, .container-xl{
  max-width: 1200px;
}

/***slide***/
 html,body{      
        background: #FFF;
        font-family: "MiSans VF", "Microsoft YaHei", "Arial", Helvetica, sans-serif;
        line-height: 30px;
        font-size: 16px;
    }
.indexbanner{
	height: calc(100% - 70px);
}


/***slide***/



/***首页作品***/
.container-fluid-90{
	width: 92%;
}

.container-fluid-80{
	width: 80%;
}
.container-900{
  max-width: 990px;
}

.worklist{
  position: relative;

}
 
 
.worklist .imgbox{
  width: 100%;
  height: 600px;
  display: inline-block;
  overflow: hidden;
  border:1px solid #ddd;
}
.worklist .imgbox .img{
  width: 100%;
  height:calc(100% - 60px);
  transition: all 0.6s;
  overflow: hidden;
}

.worklist .imgbox .img img{
   width: 100%;
   transition: all 0.6s;
}
.worklist:hover .imgbox .img img{
  transform: scale(1.1);
}
.worklist .imgbox  .title{
    height: 60px;
    line-height:60px;
    text-align: center;
    background:#F8F8F8;
}





 
.worklist2 .imgbox{
  width: 100%;
  height: 400px; 
}
 

.worklist3 .imgbox{ 
  height:300px; 
}







.pindex{
	display: flex;
}

.pindexlist{
	width: 25%;
	position: relative;
	overflow:hidden;
}
.pindexlist img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.pindexlist:hover img{
	transform: scale(1.1);
}



.pmask{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
  top:0;
  left:0;
  display:none;
}
.pmask .icos{
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  margin-left: calc(50% - 25px);
  margin-top:50px;
  color: #FFF;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
.pmask .title{
  text-align: center;
  color:#fff;
  margin-top:20px;
}
.pmask .title  a{
  text-align: center;
  color:#000;

}
.pindexlist:hover .pmask{
	display: block;
	cursor: pointer;
}

.pname{}

.pnamelist{
	padding:10px 30px;
	border:1px solid #ddd;
	margin: 0 2px;
}
.pnamelist:hover{
	background: #000;
	color:#fff;
}

.indexmore{
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;
   }
   .indexmore a{
    position: absolute;
    padding:12px 50px;
    background: #f4f4f4;
    z-index: 99;
    margin-top: -25px;
    border-radius: 30px;
   }
   .indexmore a:hover{
    background: #000;
    color:#fff!important;
   }




.indexnewslist:hover{
	background: #fff;
}
.indexnewslist .cart-body3{
	padding:15px;
}
.indexnewslist:hover .card-title a{
	color:#000;
}






/**首页滚动数字***/


.numguengdong{position: relative; height: 220px; padding-top: 100px}
.home_num {padding-bottom:0px;position:absolute;top:0;z-index:999;width:100%;  margin-top: -100px; background: #fff;  box-shadow: 2px 2px 10px #ddd;}
.home_num .inner {width:100%;margin:0 auto}
.home_num .dataWall {height:220px;}
.home_num .dataWall .inner { -webkit-box-sizing:border-box;box-sizing:border-box}
.home_num .dataWall dl {margin-top:25px;width:25%; float:left; text-align: center;}
.home_num .dataWall dl:last-child {margin-right:0}
.home_num .dataWall dl dd{width: 100%;}
.home_num .dataWall dl dd,.home_num .dataWall dl dt {float:left}
.home_num .dataWall dl dt {width:52px;height:52px;margin-right:15px;background:url(../images/sprite.png) -1px -2px no-repeat;background-size:480px auto}
.home_num .dataWall dl:nth-child(2) dt {background-position:-1px -119px}
.home_num .dataWall dl:nth-child(3) dt {background-position:-1px -59px}
.home_num .dataWall dl:nth-child(4) dt {background-position:-1px -180px}
.home_num .dataWall dl dd {position:relative;top:55px;overflow:hidden;text-align:center;}
.home_num .dataWall dl dd strong {font-weight:400;font-size:45px;font-family:numfont,Arial;color:#666;display:inline-block;line-height:42px;height:44px;}
.home_num .dataWall dl dd .small {font-weight:400;font-size:14px;}
.home_num .dataWall dl dd span {color:#666;font-size:16px;line-height:1.5;position:relative;top:-8px;display:block;text-align:center;}
.home_num .dataWall dl dd span i {font-style:normal}



/**首页滚动数字***/





 
  .content_home{margin:auto;width:1200px; border:1px solid #ddd; height:240px; margin-top: 50px; padding-top: 30px; margin-bottom:50px;  display:block;  margin:0 auto; }
  
  .updown_box{float:left;min-height:198px;width:388px;border-left:1px solid #f2f2f2;padding:0 50px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box; box-sizing: content-box;}
  .updown_box h3{font-size:16px;margin-bottom:18px;padding-left:10px;}
  .updown_box ul li{float:left;margin:0 10px 10px 10px;}
  .updown_box ul li a{display:block;font-size:14px;padding:6px 8px;line-height:18px; color:#666;}
  .updown_box ul li .on{background:#000;color:#fff;}
  .w136{width:136px;border-left:0;padding:0;} 
  .w460{width:450px;padding:0 40px;  }

  .honorimg{width:100%;}
        .swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image: url(/style/right.png)}
        .swiper-button-next, .swiper-button-prev{width:40px; height:40px; background-size: 40px 40px;}
        .swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image: url(/style/left.png)}
        .swiper-pagination-bullet-active{background:#333;} 















.content li,li{
	list-style-type: none;
	list-style:none;
}
.clear{
	clear:both;
}
.h5, h5{
	font-size: 1.15rem;
}

.text-success{
    color: #333!important;
    font-size: 22px;
 
   }
  .colorfff{
    color:#fff!important;
  }
  .card{
  	background-color: rgba(0,0,0,0);
  }
  .card-border{
  	border-radius: 50%;background-color:#f8f8f8;  width: 200px;height: 200px; margin: 0 auto;
  }
  .card-body1{
     height: 150px;
    }
  .card-body1 p{
    color:#999;
    font-size: 12px;
    line-height: 20px;
  }
  .cart-body3{
  	padding:1.25rem 0;
  }
  .card-text{
  	font-size: 12px;
  	color:#999;
  }
  .mores{
  	border:1px solid #ddd;
  	padding:12px 60px;
  	border-radius:30px;
  	color:#999;
  	font-weight: 300;
  }
  .mores:hover{
  	 color:#fff;
  	background: #000;
  }
  .index_news{
    position: absolute;
    right: 0;
    top:0;
    margin-top: -100px;
    background: #2495E4;
    z-index: 9;
  }
  .index_newslist{
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    color:#fff;
    overflow-y: hidden;
    font-size: 14px;

  }
  .index_newslist a{
    color:#fff;
  }
  .index_newslist span{ 
    display: inline-block;
    float: left;
    width: 50px;
    line-height: 25px;
    background: #147AC1;
    margin-right: 10px;
    text-align: center;
  }
   .index_newslist span strong{
    width: 100%;
   }


  .col-md-list8{
  	width: 12%;
  	float: left;
  	margin-right: 0.5%
  }



.footli li{
	font-size: 13px;
	color:#999;
}

.footli a{
  font-size: 18px;
  color:#9B9B9B;
  margin-right: 30px;
}
.footer{
	background:#F0F0F0;
	color:#666;
  padding-top:100px;
 
}

.footcontact div{
  color:#999;
  font-size: 12px;
  margin-bottom: 20px;
}

.footmessage  input{
  border:none;
  outline: none;
  border-bottom: 1px solid #ddd;
  width: 98%;
  color:#989898;
  line-height: 40px;
}
.footmessage textarea{
  border:none;
  outline: none;
   border-bottom: 1px solid #ddd;
   height: 130px;
   padding-top: 20px;
 width: 98%;
  color:#989898; 	
}
.footmessage button{
	border:none;
  outline: none;
  padding:10px 55px;
  border-radius: 30px;
  background: #333;
  color:#fff;
  text-align: center;
  margin-top: 15px;
}


.foottag a, .foottag span {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    line-height: 20px;
    color:#999;
}

.copyright {
	border-top: 1px solid #ddd;
	background: #333;
	font-size: 13px;
	color:#8e8e8e;
}
.copyright a{
	color:#8e8e8e;
	margin-left: 10px;
}


 
.casetitle{
	   background: #f8f8f8;
	   height: 40px;
	   line-height: 40px;
	 
}








/******产品*******/

.listp{
 
}
.listp .img{
  border:1px solid #ddd;
	width: 100%;
	height: 370px;
	overflow:hidden;
  display: inline-block;
	background: #fff;
  border-bottom: none;
}
.listp img{
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.listp .title{		
	line-height: 30px;	
	padding:20px 20px;
	background:#F8F8F8;
	height: 140px;
	overflow-y: hidden;
  border:1px solid #ddd;
  border-top: none;
  margin-top: -10px;
}
.listp .title .subtitle{
  font-size: 18px;
}
.listp:hover  .title{
	background: #000;
	color:#fff;	

}
.listp:hover img{
	transform: scale(1.1);
}
 
.product_body{
	border-bottom: 1px solid #ddd;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.product_body img,.product_body p img{
	max-width: 100%;
} 

.product_body .title{
	font-size: 22px;
	color:#444;
}
.likeproduct li .img{
  width: 100%;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}

.likeproduct li .img img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.likeproduct li .img:hover img{
	transform: scale(1.1);
}

.likeproduct li .title{
	height: 50px;
	line-height: 25px;
}

.position, .position a{
	font-size: 12px;
}


/******产品*******/


/******新闻*******/


.active {
    background: #000;
    color:#fff;
}
.fr {
    float: right;
}
 

a:hover{
	color: #000
}

.newslist{
	margin-bottom: 15px;
	padding:10px;
	cursor: pointer;
}
 
.newslistimg{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.newslistimg a{
	display: block;
	width: 100%;
	height: 100%;
}
.newslist .title{
	font-size: 16px;
	text-align: center;
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newslist:hover .title{
	background:#000;
	color:#fff;
}

.newsimg{
	height: 200px!important;
}


/******新闻*******/

/******关于我们*******/
.about img,.about p  img{
	max-width: 100%;
}
/******关于我们*******/




 .indexnewslist{
    margin-bottom: 50px;
   }
   .indexnewslist .date{
    width: 100px;
    height: 100px;
    background: #000;
    color:#fff;
    float: left;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
   }
   .indexnewslist .news{
    width: calc(100% - 130px);
float: right;
   }
   .indexnewslist .news .title{
    font-size: 16px;
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    overflow-y: hidden;
    color:#575757;
   }
   .indexnewslist .news .desc{
    font-size: 14px;
    line-height: 24px;
    color:#999;
   }

   .fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .6);
    overflow-y: auto;
    z-index: 100;
    display: none;
  }
  .fixed-container {
    width: 420px;
    height: 420px; 
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -180px;
}
  .show{
    display: block;
  }



 
 #online_open{bottom: 120px;}
 #online_lx{bottom: 121px;}
 /*浜у搧浠嬬粛*/
 .goods-left {float:left;width:520px;}
.goods-right {float:left;width:620px;padding-left:50px;}
.goods-right h1{font-weight:300; color:#333}
.btn-buy {display:block;height:37px;width:127px;text-indent:-3000px;/*background-image:url(../images/btn-buy.png);*/ background-repeat:no-repeat;background-position:left top;margin-right:15px;float:left;}
.btn-buy:hover {background-position:left bottom;}
.btn-addcar {height:37px;width:127px;display:inline-block;/*background-image:url(../images/btn-addcar.png);*/ background-repeat:no-repeat;background-position:left top;text-indent:-3000px;float:left;}
.btn-addcar:hover {background-position:left bottom;}
.goods-cart ul {display:block;height:50px;}
.goods-cart {margin-top:30px;padding-top:30px;border-top-width:1px;border-top-style:solid;border-top-color:#E3E3E3;height:40px;}
.goods-cart li {padding-top:5px;}
.goods-cart li {float:left;}
.goods-cart .goods-num-sel {padding-top:8px;padding-right:10px;}
#cart_alert {border:1px solid #F6C5C5;background-color:#FFF6F4;background-image:url(../images/i-error.png);background-repeat:no-repeat;background-position:6px center;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:25px;color:#F00;}
#cart_ok {border:1px solid #98C700;background-color:#EFFEB9;background-image:url(../images/i-ok.png);background-repeat:no-repeat;background-position:6px 12px;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:25px;line-height:22px;}
#cart_ok strong {color:#090;margin-right:2px;margin-left:2px;}
#cart_ok a,#cart_ok a:visited {color:#444;}
.font-orange {color:#C00;}
#product_price {font-size:22px;font-weight:700;color:#444;}
.goods-right li del {color:#666;}
#attr_selected span {color:#F30;font-weight:700;}
#attr_price {margin-right:15px;}
.goods-spec {margin-top:10px;padding-top:10px;border-top-width:1px;border-top-style:solid;border-top-color:#E3E3E3;}
.goods-spce-ul li {padding-top:5px;padding-bottom:5px;}
.goods-spce-ul li strong {font-family:"寰蒋闆呴粦","榛戜綋";font-size:16px;font-weight:700;}
.goods-position {text-align:center;margin-top:10px;height:30px;}
.goods-position a,.goods-position a:visited {color:#207DC1;margin-right:5px;margin-left:5px;padding:5px;border:1px solid #EFEEEE;background-color:#F0F0F0;font-size:14px;}
.goods-spce-ul li a,.goods-spce-ul li a:visited {color:#36F;}
.goods-page-detail {margin-top:15px;}
.detail-title {border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#F90;height:40px;}
.detail-title h3 {font-size:16px;line-height:40px;font-weight:700;float:left;color:#333;text-align:center;height:40px;font-family:"寰蒋闆呴粦","榛戜綋";padding-left:10px;}
.detail-content {padding:10px;line-height:24px;}
.goods-list-ul {padding-top:10px;height:210px;}
.goods-list-ul li {height:210px;width:185px;text-align:center;float:left;}
.goods-ping {padding-top:10px;}
.goods-ping h4 {line-height:20px;color:#666;}
.goods-ping-list li {padding:8px;border:1px solid #EFEEEE;margin-bottom:8px;}
.ping-head {float:left;width:80px;text-align:center;}
.ping-info {float:right;width:635px;}
.ping-star {height:30px;line-height:30px;}
.ping-star .fl {font-weight:700;color:#666;}
.ping-star .fr {color:#666;}
.ping-content {padding:5px;margin-top:5px;line-height:20px;border-top-width:1px;border-top-style:solid;border-top-color:#EFEEEE;}
.ping-reply {margin-top:8px;padding-top:5px;border-top-width:1px;border-top-style:none;border-top-color:#98C700;}
.ping-reply strong {color:#444;}
.ping-form {padding:10px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#CCC;border-right-color:#EFEEEE;border-bottom-color:#EFEEEE;border-left-color:#EFEEEE;}
.ping-no {padding:10px;}
.goods-ping-list h3 {line-height:28px;font-weight:700;color:#4E8200;}
#tellfriend-page {width:550px;background-color:#FFF;}
.goods-button {text-align:center;margin-top:20px;}
.goods-button a,.goods-button a:visited {margin-right:4px;margin-left:4px;background-repeat:no-repeat;line-height:22px;height:22px;background-image:url(../images/btn-s-bg.png);display:inline-block;text-align:left;}
.i-fav {background-position:left -30px;width:70px;padding-left:23px;}
.i-review {background-position:left -120px;width:57px;padding-left:23px;}
.i-tell {background-position:left -60px;width:57px;padding-left:23px;}
.goods-page-info {padding-bottom:10px;}
.goods-order {margin-top:10px;border:1px solid #E1E1E1;}
.goods-order h3 {background-color:#444;color:#FFF;font-size:14px;font-weight:700;line-height:22px;padding-top:2px;padding-right:8px;padding-bottom:2px;padding-left:8px;}
.goods-order h3 span {font-weight:normal;float:right;}
.goods-order .order-form {padding:10px;}
.i-pic {background-position:left -150px;width:57px;padding-left:23px;}
.goods-desc {color:#666;margin-top:15px;padding-top:15px;line-height:24px; font-size:14px;}
.goods-desc strong {display:inline-block;background-color:#444;color:#FFF;padding:5px 8px;;}
.goods-list-ul .img img {height:170px;width:170px;padding:1px;border:1px solid #CCC;}
.goods-list-ul .name {margin-right:8px;margin-left:8px;margin-top:5px;}



#leibie .active,
#leibie :hover {
    color: #fff;
    background: #2b2b2b;
    padding:10px 30px;
}

 
.caselist{
  width: 19%;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 30px;

}

.caselist img{
  width: 100%;
  border:1px solid #ddd;
}


.newslist2{
  height: 200px;
 border:1px solid #ddd;
 padding:40px;
  margin-top: 30px;
}
.newslist2:hover{
  box-shadow: 2px 2px 10px #ddd;
}
.newslist2 .date{
  background: #000;
  color:#fff;
  width: 90px;
  height: 90px;
  padding: 20px;
}
.newslist2 .date span{
  font-size: 14px;
  font-weight: bold;
}
.newslist2 .img{
   height: 120px;
}
.newslist2 .title{
  font-size: 16px;
  color:#575757;
}
.newslist2 .desc{
  font-size: 14px;
  line-height: 24px;
}

.news_body{
  font-size: 16px;
  line-height: 30px;
  color:#666;
  min-height:400px;
}

.news_body .title{
   font-size: 18px;
}
/********新的侧边导航*************/

.online{
  width: auto;
}

.online dl{
  padding:10px 10px;
  background: #fff;
  border:1px solid #ddd;
  margin-bottom: -2px;
}
.online dl dd{

  color:#999;
}
.online dl dd i{
  font-size: 16px;
}
.online dl:hover{
  background: #000;
}

.online dl dt{
    padding:0;
    right:0;
    top:-210px;
  }
  .online dl dt .title{
    background: #000;
    color:#fff;
    padding:15px 20px;
  }
.online dl dt .tel1{
  padding:15px;
  font-size: 14px;
}
.online dl dt .tel1 i{
  margin-right: 10px;
}
.online dl dt .tel1 .tel2{
  font-size: 18px;
}

   .indexnewslist{
    margin-bottom: 50px;
   }
   .indexnewslist .date{
    width: 100px;
    height: 100px;
    background: #000;
    color:#fff;
    float: left;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
   }
   .indexnewslist .news{
    width: calc(100% - 130px);
float: right;
   }
   .indexnewslist .news .title{
    font-size: 16px;
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    overflow-y: hidden;
    color:#575757;
   }
   .indexnewslist .news .desc{
    font-size: 14px;
    line-height: 24px;
    color:#999;
   }

   .fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .6);
    overflow-y: auto;
    z-index: 100;
    display: none;
  }
  #fixed_mp .fixed-container {
    width: 420px;
    height: 420px; 
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -180px;
}
  .show{
    display: block;
  }


@media(max-width: 1440px){
  .listp .img{
  height: 200px;
 
}
 

}



 

























