/* ==========================================================================
   index module
   ========================================================================== */

/*首页公司简介*/
.about-bg{
	clear: both;
	background: url(../img/about_bg.jpg) top center no-repeat;
	position: relative;
	z-index: 80;
	background-size: cover;
	padding-bottom: 3%;
}
.aboutbar{
	clear: both;
	padding: 5% 0;
	background:#FFF;
	max-width: 1600px;
	border-radius: 25px;
	position: relative;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}
.aboutbar .pic{
	margin-top: 24%;
}
.about-t{
	clear: both;
}
.about-t .en{
	color: #1f1e1c;
	text-transform: capitalize;
	font-size: 44px;
	font-weight: bold;
	font-family: Arial;
}
.about-t .ch{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5%;
}
.about-t .c-name{
	font-size: 21px;
	line-height: 40px;
	margin-bottom: 1%;
}
.about-box{
	font-size: 14px;
	color: #9d9b9b;
	overflow: hidden;
	clear: both;
	text-align: left;
}

.aobut-ys{
	clear: both;
}
.aobut-ys ul li{
	box-sizing: border-box;
	text-align: left;
}
.aobut-ys ul li i{
	font-size: 50px !important;
	color: #0354b0;
	float: left;
	margin-right: 20px;
}
.aobut-ys ul li{
	float: left;
}
.aobut-ys ul li .t1{
	font-size: 20px;
	color: #000000;
	line-height: 28px;
}
.aobut-ys ul li .tip{
	color: #787878;
	font-size: 16px;
	line-height: 24px;
}
.aobut-ys ul li span{
	float: left;
	margin-top: 20px;
}
.aboutbar .us-pic{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.about-num{
	clear: both;
	max-width:1600px;
	margin: 0 auto 50px auto;
	background: #FFF;
	box-sizing: border-box;
	padding: 20px;
	text-align:center;
	overflow: hidden;

}
.about-num .ch{
	font-size: 20px;
	color: #000;
}
.about-num .num{
	font-size:48px;
	font-weight: bold;
	color: #000;
}
.about-bottom{
	clear: both;
	text-align: center;
}
/*产品展示*/
.showbar{
	clear: both;
	background: #f2f2f2;
	padding: 2% 0;
	overflow: hidden;
}
.in-fl-bg{
	width: 100%;
	background: url(../img/fl_bg.jpg) no-repeat;
	background-size: cover;
	clear: both;
	overflow: hidden;
}
.in-left{
	max-width: 360px;
	float: right;
	box-sizing: border-box;
	padding: 50px;
}
.in-left a{
	color: #FFF;
}
.in-left .ch{
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	line-height: 60px;
	padding-left: 90px;
}

.in-left .en{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	position: relative;
}
.in-left .en:before{
	width: 84px;
	height: 3px;
	display: block;
	background: #FFF;
	content:'';
	float: left; 
	margin-top: 28px;
	margin-right: 10px;
}

.in-left ul{
	clear: both;
	padding-left: 60px;
}
.in-left ul a{
	line-height: 55px;
	font-size: 18px;
	text-align:left;
	display: block;
	position: relative;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.in-left ul a:hover{
	color: #eb1239;
}
.in-left ul a:hover:before,.in-left ul a:hover:after{
	background:  #eb1239;
}
.in-left ul a:before{
	width: 15px;
	height: 10px;
	display: block;
	background: #FFF;
	content: '';
	float: left;
	margin-top: 25px;
	margin-right: 20px;
}
.in-left ul a:after{
	width: 150px;
	height: 1px;
	display: block;
	background: #FFF;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
#swiper_cus a,#swiper_cus2 a{
	background: #FFF;
	display: block;
}
#swiper_cus a:hover,#swiper_cus2 a:hover{
	background: #676677;
	color: #FFF;
}
#swiper_cus a .title,#swiper_cus2 a .title{
	clear: both;
	padding: 10px;
	font-size: 16px;
	text-align: left;
}
#swiper_cus .pic,#swiper_cus2 .pic{
	width: 100%;
	padding-bottom: 80%;
	position: relative;
	margin: 0 auto;
	border: 1px solid #EFEFEF;
}
#swiper_cus .pic p,#swiper_cus2 .pic p{
	width: 100%;
	height: 100%;
	position: absolute;
}
#swiper_cus .pic p img,#swiper_cus2 .pic p img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#swiper_cus .in-pro-li,#swiper_cus2 .in-pro-li{
	padding: 5%;

}
.show-t{
	clear: both;
	text-align: center;
	font-size: 30px;
	line-height: 80px;
	margin-bottom: 2%;
	font-weight: bold;
}
.show-t .en{
	color: #2d2c43;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.show-t .en:before{
	width: 84px;
	height: 3px;
	display: block;
	background: #212037;
	content: '';
	float: left;
	margin-top: 27px;
	margin-right: 20px;
}
.show-t .ch{
	color: #1b1c1c;
	font-size: 20px;
	float: left;
	margin-left: 10px;
	line-height: 52px;
}
.show-t .tip{
	float: right;
	font-size: 18px;
	color: #1b1c1c;
	margin-top: 10px;
}
.pro-first{
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;

}
.pro-first a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.pro-first a img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.show-margin{
	margin-bottom: 20px;
	/*margin-left: 20px;*/
}
.show-margin1{
	margin-bottom: 20px;
}

.pro-first .mask:hover .pro-pic{
	transform: scale(1.2);
}
.pro-first .mask:hover .icon{
	max-width: 30%;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30%;
	transition-duration: 0.6s;	
	opacity: 1;
}
.pro-first  .icon{
	max-width: 30%;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30%;
	transition-duration: 0.6s;
	opacity: 0;
}
.pro-first .mask:hover .title{
	background: #242946;
	font-size: 18px;
	text-align: center;
	padding: 15px 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30%;
	transition-duration: 0.6s;
	opacity: 1;
	color: #FFF;
}
.pro-first .mask .title{
	background: #242946;
	font-size: 18px;
	text-align: center;
	padding: 15px 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -60%;
	transition-duration: 0.6s;
	opacity: 0;
}
.pro-first .mask2{
	background: url(../img/mask2_bg.png) repeat;
	position: absolute;
	opacity: 0;
}
.pro-first .mask2:hover{
	opacity: 1;
}
.pro-first .mask2 .title{
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	left: -30%;
	top: 35%;
	transition-duration: 0.6s;
}
.pro-first .mask2 .title:after{
	width: 30px;
	height: 5px;
	background: #FFF;
	content: '';
	display: block;
}
.pro-first .mask2:hover .title{
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	left: 30%;
	top: 35%;
}
.pro-first .mask2:hover .title:after{
	width: 30px;
	height: 5px;
	background: #FFF;
	content: '';
	display: block;
}
.pro-first .mask2 .more{
	text-transform: uppercase;
	color: #FFF;
	position: absolute;
	right: 30%;
	top: 65%;
	transition-duration: 0.6s;
	opacity: 0;
	font-size: 24px;
}

.pro-first .mask2:hover .more{
	text-transform: uppercase;
	color: #FFF;
	position: absolute;
	right: 50%;
	top: 55%;
	opacity: 1;

}


/*首页优势*/
.in-ad{
	clear: both;
	position: relative;
	z-index: 999;
	height: 300px;
}
.in-ad .left{
	width: 60%;
	background: #242946;
	padding: 55px 30px 55px 55px;
	color: #FFF;
	float: left;
	z-index: 999;
	position: relative;
}
.in-ad .left .tel-num{
	font-size: 26px;
	font-weight: bold;
	color:#FFF;
}
.in-ad .left .tel-num span{
	margin-right: 5px;
}
.in-ad .left .tel-tip{
	font-size: 24px;
}
.in-ad .left .ch{
	font-size: 30px;
	font-weight: bold;
}
.in-ad .left .icon{
	color: #FFF;	
}
.in-ad .left .tel i{
	margin-right: 10px;
}
.in-ad .left .tel .num{
	font-size: 28px;
	font-weight: bold;
}
.in-ad .left .tel .tip{
	font-size: 14px;
}
.in-ad .right{
	width: 60%;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 1;
}
.ys-bar{
	clear: both;
	background: url(../img/ys_bg.jpg) repeat;
	overflow: hidden;
	padding: 75px 0;
}
.ys-bar .ys-li{
	box-sizing: border-box;
	/*padding-left: 80px;*/
	text-align: center;
}
.ys-bar .ys-li .icon{
	margin-bottom: 20px;

}

.ys-bar .ys-li .title{
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
}
.ys-li-box .en:before{
	width: 115px;
	height: 18px;
	background:#212037;
	display: block;
	content: '';
	border-left: 10px solid #ab8754;
	float: left;
	margin-right: 10px;
}
.ys-bar .ys-li .info{
	font-size: 12px;
	line-height: 22px;
	margin: 0 auto;
	color: #454545;
	clear: both;
	max-width: 335px;
	padding:20px 0;
	min-height: 103px;
	text-align: left;
}
.ys-li-box .zx{
	width: 180px;
	height: 45px;
	background: #FFF;
	border: 1px solid #bcbcbc;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}
.ys-li-box .zx img{
	margin-right: 8px;
	margin-top: 5px;
}

/*首页应用案例*/
.case-bar{
	clear: both;
	padding: 60px 0;
}
#swiper_case{
	clear: both;

}
#swiper_case a{
	display: block;
}

#swiper_case a  .title-box{
	clear: both;
	position: absolute;
	bottom: 0;
	z-index: 99;
	width: 100%;
	/*height:25%;*/
	transition-duration: 0.3s;
}
#swiper_case a .title{
	clear: both;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}
#swiper_case a .title2{
	color: #aaa;
	text-align: center;
	clear: both;
	overflow: hidden;
}
#swiper_case .pic{
	width: 80%;
	padding-bottom: 80%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 145px;
}
#swiper_case .pic p{
	width: 100%;
	height: 100%;
	position: absolute;
}
#swiper_case .pic p img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#swiper_case .in-pro-li{
	padding: 20px;
}
#swiper_case .in-pro-li a{
	position: relative;
	padding-bottom: 30%;

}
#swiper_case a  .title-box i{
	font-size: 35px;
	color: #000;
}
#swiper_case a  .title-box p{
	clear: both;
	text-align: center;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
#swiper_case .in-pro-li:hover .pic img{
	transform: scale(1.2);
}

/*公司新闻*/
.news-bar{
	clear: both;
	padding: 2% 0 70px 0;
	overflow: hidden;
	background: url(../img/news_bg.jpg) no-repeat;
	background-size: cover;
}
.news-t{
	clear: both;
	text-align: center;
	position: relative;
	margin: 20px auto 50px auto;
}
.news-t .ch{
	font-size: 24px;
	color: #FFF;
	position: relative;
	z-index: 30;
	line-height: 1;
}
.news-t .en{
	font-size: 48px;
	color: #FFF;
	text-transform:uppercase;
	position: relative;
	clear: both;
	text-align: center;
	font-weight: bold;
	letter-spacing:-2px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	white-space: nowrap
}
.news-t .en:before{
	width: 120px;
	height: 3px;
	content: '';
	display: inline-block;
	background: #FFF;	
	margin-top: 40px;
}
.news-t .en:after{
	width: 120px;
	height: 3px;
	content: '';
	display: inline-block;
	background: #FFF;	
	margin-top: 40px;
}
.news-box .news-box-li{
	float: left;
	width: 100%;
	padding: 20px 0;

	background: #FFF;
}
.news-box ul li {
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding:0 5px!important;
}
.news-box ul li a{
	color: #000;
	display: block;
	float: left;
	width: 100%;
}
.news-box ul li .date1{
	text-align: center;
	color: #FFF;
}
.news-box ul li .date2{
	display: inline-block;
	padding: 0 5px;
	width: 100%;
	clear: both;
	color: #000;
	text-align: right;
}
.news-box ul li .more{
	color: #242946;
	font-size: 10px;
	text-transform: uppercase;
}
.news-box ul li .date1 .date-d{
	line-height: 80px;
	font-size: 50px;
	font-weight: bold;
}
.news-box ul li .pic{
	width: 100%;
	height: 0;
	 padding-bottom: 60%;
	 position: relative;
}
.news-box ul li .pic div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news-box ul li .pic p img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.news-box ul li .news-txt .title{
	display: inline-block;
	width: calc(100% - 40px);
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	color: #2c2b42;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.jjq-bar{
	clear: both;
	background: #FFF
}

.jjq-box{
	clear: both;
	padding: 5% 0;
	background:#f0efef;
	max-width: 1600px;
	border-radius: 25px;
	position: relative;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}
.jjq-t{
	clear: both;
	text-align: center;
	color: #242946;
}
.jjq-t .en{
	font-size: 34px;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 1;	
}
.jjq-t .ch{
	font-size: 26px;
	color: #000;
}

@media screen and (min-width: 0px) and (max-width:992px){
	.aboutbar .pic{margin-top: 5%;text-align: center;}
}
@media screen and (min-width: 0px) and (max-width:768px){
	.rig-title-over{font-size: 20px}
	.about-t .ch{font-size: 17px}
	.about-t .en{font-size: 24px}
	.show-t{font-size: 17px}
	.about-num .num{font-size: 20px}
	.proname{font-size: 17px!important;}
	.pro-info-right .zx2{width: 100%!important;}
}
