@import url("css/common.css");

/*layui*/
/*layui banner custom*/
#banner .layui-carousel-ind ul {
    background-color: rgba(0,0,0,0)!important;
}

#banner .layui-carousel-ind li {
	width:20px;
	height:8px;
	background: #FF6801;
	opacity:0.1;
	border-radius:4px;
}
#banner .layui-carousel-ind li.layui-this {
	background-color: #FF6801;
	opacity:1;
}
#banner .layui-carousel-arrow{
  display: none;
}
#banner{
    /*margin-top: 1rem;*/
	margin-top: 0.8rem;
}
#banner .banner{
	width: 100%;
	height: 100%;
}


/*items*/
.dingzhi_item_a{
    width: max-content;
    border: 1px red solid;
}
.dingzhi_item{
	text-align: center;
	width: 49.4%;
    height: 444px;
	/*display: inline-block;*/
    float: left;
    margin-top: 1rem;
	margin-bottom: 0;
	margin-right: 0.5%;
    position: relative;
    background: #FBFBFB no-repeat 100% 100%;
    background-position: center bottom;
    cursor: pointer;
}
.dingzhi_item:nth-child(2n+2){
	margin-right:0;
	margin-left: 0.5%;
}
.item_bgblack{
	background-color: #000;
}
.item_bgblack .dingzhi_item_p1,.item_bgblack .dingzhi_item_p2{
	color:rgba(255,255,255,1);
}
.dingzhi_item_p1{
	font-family:FZY3K--GBK1-0!important;
	color:rgba(51,51,51,1);
    /*font-size: 2rem;*/
	font-size: 1.6rem;
    /*height: 2rem;*/
    /*height: 1.6rem;*/
    line-height: 1;
    font-weight: 600;
    /*padding-top: 2.2rem;*/
    padding-top: 1.76rem;
    z-index: 200!important;
}
.dingzhi_item_button{
    display: inline-block;
    background-color:#FF6801;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 0.80rem;
    font-weight: bold;
    width: 108px;
    height: 32px;
    line-height: 32px;
    color: white;
    border-radius: 16px;
}
.dingzhi_item_p2{
	font-family:FZY3K--GBK1-0!important;
	color: rgba(51,51,51,1);
    /*font-size: 1.05rem;*/
	font-size: 0.8rem;
	/*line-height: 2.5rem;*/
    line-height: 1.2;
    /*height: 1.05rem;*/
    padding: 0.75rem 0;
    font-weight: 400;
    z-index: 200!important;
}
.dingzhi_item_more{
	font-family:FZY3K--GBK1-0!important;
	color: #FF6801;
	cursor: pointer;
    /*font-size: 0.85rem;*/
	font-size: 0.68rem;
    line-height: 1;
    /*height: 0.85rem;*/
    font-weight: 400;
    z-index: 200!important;
    margin-bottom: 18px;
}
.img_wrap{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.img_wrap img{
    height: 444px;
    width: 100%;
    z-index: 100;
    
}

/*common title*/
.title_wrap{
    width: 100%;
    margin: 0 auto;
	text-align: center;
}
.title_wrap p{
    display: inline;
    width: max-content;
    margin: 0 auto;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-family:FZY3K--GBK1-0;
	color:rgba(51,51,51,1);
    border-bottom: 1px solid #FF6801;
}
.title_wrap div{
}

/*经营范围*/
.scope_wrap{
	text-align: center;
}
.scope_wrap .title_wrap{
	margin-top: 3.5rem;
}
/*items*/
.scope_items{
    /*margin: 2.3rem 0 5.5rem;*/
	margin: 1.8rem 0 4.4rem;
	justify-content: center;
    /*padding: 0.5rem 0;*/
	padding: 0.4rem 0;
}
.scope_item{
    /*margin: 0 0.5rem;*/
    /*width: 12.5rem;*/
    /*height: 20rem;*/
    margin: 0 0.4rem;
	width: 10rem;
	height: 16rem;
	position: relative;
	transition: margin-top 0.1s;
	-moz-transition: margin-top 0.1s;
	-webkit-transition: margin-top 0.1s;
	-o-transition: margin-top 0.1s;
	cursor: pointer;
}
.scope_item:hover{
    /*box-shadow: 0 1rem 1rem #EEE;*/
    /*margin-top: -0.5rem;*/
    box-shadow: 0 0.8rem 0.8rem #EEE;
    margin-top: -0.4rem;
}
.scope_item:hover .scope_item_bm{
	background: #FF6801;
}
.scope_item_img{
    /*width: 12.5rem;*/
    /*height: 20rem;*/
    width: 10rem;
    height: 16rem;
}
.scope_item_bm{
	position: absolute;
	bottom: 0;
	justify-content: space-between;
	/*width: 10.5rem;
    height: 3rem;
    padding: 0 1rem;*/
    width: 8.4rem;
    height: 2.4rem;
	padding: 0 0.8rem;
	align-items: center;
}
.scope_item_bm p{
    /*font-size: 1rem;*/
	font-size: 0.8rem;
	line-height: 1;
	font-family:FZY3K--GBK1-0;
	color:rgba(255,255,255,1);
}
.scope_item_bm img{
    /*width: 1.5rem;
    height: 0.7rem;*/
    width: 1.2rem;
    height: 0.7rem;
}


/*客户案例*/
.customer_case_bg{
    justify-content: center;
    height: 43rem;
    position: relative;
}
.customer_case_bg .bg-img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.customer_case_bg .title_wrap{
  margin-bottom: 40px;
}
/* 
.customer_case_wrap{
	justify-content: center;
}
.customer_case_arrow{
	width: 2rem;
	height: 3.5rem;
	margin: auto 1.8rem;
	cursor: pointer;
}
.customer_case_over{
    width: 65.4rem;
    overflow: hidden;
}
.customer_case_items{
	height: 33.6rem;
	flex-wrap: wrap;
	align-content: flex-start;
}
 */
/*item
.customer_case_item{
	height: 15rem;
	width: 20rem;
	margin: 0.9rem;
	overflow: hidden;
}
.customer_case_item_img{
	width: 100%;
}
.customer_case_item div{
	width: 5rem;
	background-color: #FF6801;
	height: 100%;
}
.customer_case_item_brandimg{
	width: 3.5rem;
	margin: auto;
}
*/
/*customer*/
#customer{
  margin: 0 auto;
}
#customer .customer-box{
  /*width: 70rem;*/
  /*width: 1270px;*/
  width: 63.5rem;
  margin: 0 auto;
}
#customer .layui-carousel-arrow{
  width: 2rem!important;
  height: 3.5rem!important;
  cursor: pointer;
  display: block!important;
  background: url('images/case_icon_left.png') center no-repeat;
  background-size: 2rem 3.5rem;
  background-color: rgba(0,0,0,0)!important;
  /*background-color: inherit!important;*/
  font-size: 0!important;
  margin-top: -1.75rem!important;
}
#customer .layui-carousel-arrow:hover{
    background-color: rgba(0,0,0,0)!important;
}
#customer .right{
  background: url('images/case_icon_right.png') center no-repeat;
  background-size: 2rem 3.5rem;
}
.custmoer-item{
  width: 100%;
  height: 100%;
  display: flex; display: -ms-flex;
  flex-wrap: wrap;
}
.custmoer-item a{
  width: 20rem;
  height: 15rem;
  margin-right: 1.75rem;
  margin-bottom: 1.75rem;
  display: inline-block;
}
.custmoer-item a:nth-child(3n+3){
  margin-right: 0;
}
.custmoer-item a:nth-child(3+n){
  margin-bottom: 0;
}
.custmoer-item a img{
  width: 100%;
  height: 100%;
  display: block;
}


/*生产流程*/
.process_wrap .title_wrap{
	margin: 3rem 0 2.5rem;
}
/*item*/
.process_items{
	/*height: 200px;*/
	margin: 0 auto;
}

/*生产车间展示*/
.workshop_wrap .title_wrap{
	margin: 5rem 0 2rem;
}
.workshop_items{
	width: 100%;
	margin: 0 auto 3rem;
}
.workshop_items img, .process_items img{
	width: 100%;
    height: auto;
}

/*新闻资讯&产品知识*/
.news_know_bg{
	height: 22rem;
	justify-content: center;
	margin-top: 1rem;
  position: relative;
}
.news_know_bg .news_know_bg_img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.news_content, .know_content{
	width: 30rem;
	margin-top: 3rem;
}
.news_content{
	padding-right: 2.5rem;
}
.news_content a, .know_content a{
	text-decoration: none!important;
}
.know_content{
	padding-left: 2.5rem;
}

.news_know_title_div{
	justify-content: space-between;
	margin-bottom: 2rem;
	align-items: center;
}
.news_know_title{
	font-size: 1.5rem;
	line-height: 1;
	font-family:FZY3K--GBK1-0;
	color:rgba(51,51,51,1);
}
.news_know_more{
	font-size:14px;
	font-family:PingFang-SC-Bold;
	font-weight:bold;
	color: #FF6801;
	cursor: pointer;
}
.news_know_item{
	height: 4rem;
	border-radius: 0.3rem;
	justify-content: center;
	padding-left: 1.5rem;
}

.news_know_item:hover{
	background-color: #FFF;
	box-shadow: #EEE;
	color: #FF6801;
	cursor: pointer;
}
.news_know_item p{
	font-size:14px;
	line-height: 1.3rem;
	color:#333;
	font-weight:bold;
}
.news_know_item:hover p{
	color: #FF6801;
}
.news_know_item_time{
    font-size:12px!important;
    font-weight: 100!important;
}
.news_know_hr{
	width: 1px;
	height: 10rem;
	background-color: #EEE;
	margin-top: 7rem;
}
