@import url("basic.css");
body,html{
	/*padding-bottom: 40px;*/
	background: #f7f7f7;
}
.wapShow{
	display: none;
}
.aboutUs_box *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.navbar_content{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.logo{
	line-height: 84px;
	width: 17.5%
}
.logo img{
	
	
	vertical-align: middle;
	width: 100%;
}


.slideBtn{
	position: absolute;
	top: 50%;
	left: 14px;
	margin-top: -10.5px;
	display: none;
}
.slideBtn img{
	width: 21px;
}
.slideContent{
	height: 100%;
	width: 60%;
	background: rgba(0,0,0,.8);
	position: fixed;
	left: -60%;
	top: 0;
	z-index: 22;
}
.slideContent *{
	color: #fff;
}
.slideContent > li{
	padding: 0 28px;
	color: #fff;
}
.slideContent > li > a{
	display: inline-block;
	padding: 14px 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 5px;
	position: relative;
	padding-left: 14px;
}
.slideContent > li > a:hover{
	color: #fff;
}
/* 移动端 导航栏 样式 */
.slideContent > li > a:after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #e95412;
	z-index: -1;
}
/* 移动端 导航栏 下划线动画 */
.slideContent > li > a.lineAni:after{
	width: 100%;
	transition: width 0s;
	-webkit-transition: width 0s;
	-moz-transition: width 0s;
	-ms-transition: width 0s;
	-o-transition: width 0s;
}
/* 移动端 导航栏 色块铺满动画 */
.slideContent > li > a.aniH:after{
	height: 100%;
	transition: height .3s;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
}
.dropdown-slide{
	display: none;
}
.dropdown-slide > li{
	padding: 7px 0 7px 28px;
	line-height: 1;
}
.dropdown-slide > li > a{
	display: inline-block;
	width: 100%;
}
.navBar > li{
	float: left;
	margin-right: 15px;
	position: relative;
	z-index: 999;
}
.navBar > li > a{
	padding: 0 20px;
	line-height: 84px;
	display: block;
	position: relative;
}
.navBar > li > a:after{
	content: '';
	display: block;
	width: 100%;
	height: 0;
	background: #e95412;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.navBar > li.active > a{
	background: #e95412;
	color: #fff;
}
.navBar > li:hover > a{
	color: #fff;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;

}
.navBar > li:hover > a:after{
	height: 100%;
	transition: height .3s;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
}

.dropdown{
	background: #4c4a4f;
	height: 0;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: none;
	overflow: hidden;
}
.dropdown li{
	float: left;
	margin-right: 25px;
}
.dropdown li a{
	color: #fff;
}
.banner_container-s{
	overflow: hidden;
	width: 100%;
	position: relative;
	display: none;
}
.banner_container{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
}
.banner_container ul{
	position: absolute;
}

.banner_container li{
	/*float: left;*/
	background: url(../images/banner-2.png) 50% 50% no-repeat;
	height: 500px;
	-webkit-background-size: cover;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/banner-1.jpg',sizingMethod='scale'); 
}
.banner_container li img{width: 100%;height: 500px;}

.banner_container img,.banner_container-s img{
	width: 100%;
}
.bannerBtns{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 20;
}
.bannerBtns a{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	display: block;
	margin-right: 7px;
	float: left;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.title1{
	font-size: 22px;
	text-align:center;
	margin: 15 15px;
	
}
.title2{
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}

.zxdt_content{
	max-width: 1200px;
	margin: 0 auto;
}
.zxdt_content > ul > li{
	float: left;
	width: 30%;
	padding: 30px 0;
	text-align: center;
	}
	
.zxdt_content > ul > li > a{
	display: inline-block;
	width: 100%;
}
.zxdt_content > ul > li > a:hover + p{
	color: #e95412;
}

.zxdt_content > ul > li > a div{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	
}
.zxdt_content > ul > li > a div img{
	width: 100%;
}

.zxdt_content > ul > li >p{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
/*========================20213月9日新增=======================*/
.zxdt_content .title1 ,.project_content .title1{font-size: 26px; letter-spacing:2px;}
.zxdt_content .title1{ margin-top: 50px;}
.zxdt_content .zl-data-list ,.project_content .el-row{
	margin-top: 57px;
	margin-bottom: 44px
}

.zxdt_content .zl-news-item-box {
	height: 350px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .001);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .001);
	border: 1px solid #ececec;
	cursor: pointer;
	display: block;
	
}
.zxdt_content .zl-news-item-box:hover {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .09)
	
}

.zxdt_content .zl-news-item-box .part-img {
	height: 200px;
	overflow: hidden
}

.zxdt_content .zl-news-item-box:hover .part-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}
.zxdt_content .zl-news-item-box .part-img img {
	width: 100%;
	min-height: 200px
}
.zxdt_content .zl-news-item-main {
	width: 100%;
	padding: 32px 24px
}

.zxdt_content .zl-news-item-title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 700;
	margin-bottom: 24px
}

.zxdt_content .zl-news-item-description {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	height: 50px
}

.zxdt_content .zl-news-item-foot {
	margin-top: 30px;
	position: relative
}

.zxdt_content .zl-news-item-foot .zl-news-item-label-box {
	line-height: 24px
}

.zxdt_content .zl-news-item-foot .zl-news-item-label-box .zl-news-item-label {
	font-size: 14px;
	color: #666;
	margin-right: 8px;
	display: inline-block;
	height: 24px;
	line-height: 22px;
	border-radius: 12px;
	border: 1px solid #ababab;
	padding: 0 12px;
	max-width: 110px
}

.zxdt_content .zl-news-item-foot .zl-news-item-time {
	position: absolute;
	right: 10px;
	top: 0;
	color: #666;
	font-size: 14px;
	line-height: 24px
}
.look-more{display: block; padding-bottom:20px ;text-align: center;}
.look-more a{
	display: inline-block;
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	font-size: 14px;
	background-color: #cf1920;
	border: 1px solid #cf1920;
	color: #fff;
	border-radius: 20px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear
}
.red-btn-hover {
	-webkit-transition: all .5s linear;
	transition: all .5s linear
}

.red-btn-hover:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#cf1920), to(#f54500));
	background-image: -webkit-linear-gradient(left, #cf1920, #f54500);
	background-image: linear-gradient(90deg, #cf1920, #f54500)
}


/*产品服务*/
.project_content{max-width: 1200px;}
.project_content .home-advantage-card /deep/ .el-card__body {
	padding: 20px 10px
}
.project_content .animation{opacity: 1; transition: all 300ms linear 0s; animation: 500ms linear 0s 1 normal none running fadeInRightShort;}
.project_content .home-product-card {
	background-color: #f3f3f3;
	border: 1px solid #e1e1e1;
	margin-bottom: 16px;
	border-radius: 5px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.project_content .home-product-card:hover {
	-webkit-box-shadow: 0 4px 13px 3px rgba(0, 0, 0, .18);
	box-shadow: 0 4px 13px 3px rgba(0, 0, 0, .18);
	background-color: #cf1920;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.project_content .home-product-card:hover * {
	color: #fff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.project_content .home-product-card:hover .pro-text a,
.project_content .home-product-card:hover .pro-text span,
.project_content .home-product-card:hover .pro-title,
.project_content .home-product-card:hover .pro-title a {
	color: #fff
}

.project_content .home-product-card:hover .el-button {
	border: 1px solid hsla(0, 0%, 100%, .55);
	background-color: #cf1920;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.project_content .home-product-card .pro-top-img {
	width: 160px;
	height: 190px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.project_content .home-product-card .pro-bottom-img {
	height: 190px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.home-product-card .pro-img1 {
	background: url("../images/icon_zdy/hit-full.png") 50% no-repeat;background-size: 50%;
}

.project_content .home-product-card .pro-img2 {
	background: url("../images/icon_zdy/shuju.png") 50% no-repeat;background-size: 50%;
}

.project_content .home-product-card .pro-img3 {
	background: url("../images/icon_zdy/jinrong.png") 50% no-repeat
}

.project_content .home-product-card .pro-img4 {
	background: url("../images/icon_zdy/jiangbei.png") 50% no-repeat
}

.project_content .home-product-card .pro-img5 {
	background: url("../images/icon_zdy/kefu.png") 50% no-repeat
}

.project_content .home-product-card:hover .pro-img1 {
	background: url("../images/icon_zdy/hit-full-copy.png") 50% no-repeat; background-size: 60%;
	
}

.project_content .home-product-card:hover .pro-img2 {
	background: url("../images/icon_zdy/shuju-copy.png") 50% no-repeat; background-size: 60%;
}

.project_content .home-product-card:hover .pro-img3 {
	background: url("../images/icon_zdy/jinrong-copy.png") 0 no-repeat
}

.project_content .home-product-card:hover .pro-img4 {
	background: url("../images/icon_zdy/jiangbei-copy.png") 0 no-repeat
}

.project_content .home-product-card:hover .pro-img5 {
	background: url("../images/icon_zdy/kefu-copy.png") 0 no-repeat
}

.project_content .home-product-card .pro-title {
	font-size: 24px;
	margin: 30px 0 16px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	color: #333
}

.project_content .home-product-card .pro-title a {
	font-size: 24px;
	margin: 30px 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	color: #333
}

.project_content .home-product-card .pro-text {
	font-size: 14px;
	color: #666;
	line-height: 30px
}
.project_content .home-product-card .pro-text span{ padding-right: 12px;}
.project_content .home-product-card .pro-text a ,.project_content .home-product-card .pro-text span{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.project_content .home-product-card .el-button {
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	border: 1px solid hsla(0, 0%, 60.8%, .55);
	padding: 0;
	margin-top: 20px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}


/*=================================结束====================================*/
.swiper-pagination-switch {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
}
.swiper-active-switch {
  background: #e95412;
}
.bannerBtns a:hover,.bannerBtns a.bannerActive{
	background: #e95412;
}
/*.bannerBtns a:hover,.bannerBtns a.bannerActive{
	background: #e95412;
}
*/
.project_content{
	max-width: 1200px;
	margin: 0 auto;
}
.project_content > ul > li{
	float: left;
	width: 20%;
	padding: 30px 0;
	text-align: center;
}
.project_content > ul > li > a{
	display: inline-block;
	width: 45%;
}
.project_content > ul > li > a:hover + p{
	color: #e95412;
}
.project_content > ul > li > a:hover div{
	background: #e95412;
	border-color: #e95412;
}
.project_content > ul > li > a div{
	border-radius: 50%;
	border: 1px solid #666666;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.project_content > ul > li > a div img{
	width: 50%;
}
.project_content > ul > li >p{
	font-size: 16px;
	margin-top: 15px;
}
.itemIcon img{
	margin-top: -2px;
}
.news_content{
	padding: 35px 0;
}
.news_box{
	width: 425px;
	padding-right: 25px;
}
.aboutUs_box{
	width: 750px;
	background: url("../images/aboutUs_bg.jpg") 0% 100% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/aboutUs_bg.jpg',sizingMethod='scale'); 
}
.aboutUs_line{
	width: 40px;
	height: 3px;
	background: #fff;
	margin: 14px auto;
}
.news_box > ul.tab_btns > li{
	float: left;
	margin-right: 50px;
	cursor: pointer;
}
.tab_btns > li a{
	position: relative;
	padding-bottom: 9px;
	line-height: 1;
	display: inline-block;
}
.tab_btns > li a:after{
	content: '';
	display: block;
	background: #e95412;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -2px;
	-moz-bottom: -1px;
	left: 50%;
	display: none;
	margin-left: -50%;
}
.tab_btns > li.btns_active a:after{
	display: block;
	animation: test .5s;
	-webkit-animation: test .5s;
	-moz-animation: test .5s;
	-ms-animation: test .5s;
	-o-animation: test .5s;
}
.tab_btns > ul > li a{
	font-size: 16px;
	position: relative;
}
.news_box > ul > li a:hover,.news_box > ul > li.btns_active a{
	color: #e95412;
}
.news_box > hr{
	border: none;
	margin: 0;
	border-top: 2px solid #d2d2d2;
	margin-bottom: 17px;
}
.news_box h1 strong{
	font-size: 18px;
}
.news_box p{
	margin-top: 10px;
	line-height: 24px;
}
.news_box > ul hr{
	border: none;
	border-top: 1px dashed #d2d2d2;
	margin: 15px 0 15px 0;
}
.tab_content > li{
	display: none;
}
.newsList_box > li{
	margin-bottom: 12px;
}
.tab_active h1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList_box > li > a{
	display: inline-block;
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.newsList_box span{
	display: inline-block;
	float: right;
	width: 30%;
	text-align: right;
	min-width: 80px;
}
.aboutUs_img{
	width: 375px;
	height: 270px;
	padding: 50px 0 0 0;
	text-align: center;
}
.aboutUs_img > ul{
	/*margin: 40px 0 0 30px;*/
	text-align: center;
	font-size: 0;
	margin: 74px 0 0 0;
}
.aboutUs_img > ul > li{
	display: inline-block;
}
.aboutUs_img > ul > li a{
	border-radius: 20px;
	background: #fff;
	color: #7a7a7a;
	padding: 5px 15px;
	float: left;
	margin-right: 10px;
}
.aboutUs_img > ul > li a:hover{
	background: #e95412;
	color: #fff;
}
.stock{
	height: 134px;
	text-align: center;
	background: rgba(255,255,255,0.80);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	font-size: 0;
	padding: 30px 0;
}
.stockName{
	width: 58px;
	font-size: 28px;
	color: #4c4c4c;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}
.stock > div{
	display: inline-block;
	border: 2px solid rgba(122,122,122,0.4);
	padding: 5px 0;
	vertical-align: middle;
	margin-left: 5px;
}
.stockCode{
	color: #787878;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	letter-spacing: 20px;
	padding-left: 20px;
}
.stock .price{
	font-size: 40px;
	color: #e95412;
	line-height: 1;
}
.telephone{
	text-align: center;
	background: rgba(255,255,255,0.80);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	height: 134px;
	margin-top: 2px;
	padding: 30px 0;
	font-size: 0;
}
.telephone > img{
	display: inline-block;
}
.telephone > strong{
	font-size: 20px;
	color: #e95412;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}
.moreItem_content{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	display: block;
}
.s-moreItem_content{
	display: none;
}
.moreItem{
	position: relative;
	width: 2310px;
	height: 230px;
}
.moreItem > li{
	position: relative;
	float: left;
	cursor: pointer;
}
.cases{
	background: #e95412;
	width: 215px;
	height: 230px;
	overflow: hidden;
	position: relative;
}
.cases p{
	line-height: 28px;
	color: #fff;
	margin-left: 20px;
	font-size: 16px;
	margin-top: 10px;
}
p.case_title{
	line-height: 1;
	font-size: 22px;
	margin-top: 30px;
}
.cases img{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.more_content{
	width: 0;
	height: 230px;
	text-align: center;
	position: relative;
	background: #ededed;
	z-index: -1;
}
.more_content > div{
	width: 100%;
	height: 36px;
	position: absolute;
	line-height: 36px;
	background: #000;
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;  
	-webkit-opacity: 0.7;  
	opacity: 0.7;
	bottom: 0;
	right: 0;
}
.more_content p{
	color: #fff;
	position: absolute;
}
.s-caseTitle{
	left: 42px;
}
.case_con{
	right: 25px;
}
.burgeon{
	background: #4dace2;
}
.join_us{
	background: #3ebb2b;
}
.footer{
	width: 700px;
	margin: 45px auto 80px auto;
}
.link{
	width: 140%;
}
.link img{
	margin-right: 55px;
}
.link a,.link-s a{
	color: #727272;
	font-size: 12px;
	vertical-align: bottom;
	padding-right: 10px;
	border-right: 1px solid #727272;
	margin-left: 6px;
}
.link a:hover,.link-s a:hover{
	color: #e95412;
}
.version,.version-s{
	margin-top: 25px;
}
.version p{
	color: #727272;
	font-size: 12px;
	display: inline-block;
}
.version-s{
	text-align: center;
}
.version-s p{
	color: #727272;
	font-size: 12px;
}
.version-s,.link-s{
	display: none;
}
.newsList_box{
	height: 85px;
	overflow: hidden;
}
.newsList_box .news_img{
	display: none !important;
}
.pullDowning{
	display: none;
}
@keyframes test{
	from{
		opacity: 0;
		transform: scaleX(0.1);
	}
	to{
		opacity: 1;
		transform: scaleX(1);
	}
}
@-webkit-keyframes test{
	from{
		opacity: 0;
		transform: scaleX(0.1);
	}
	to{
		opacity: 1;
		transform: scaleX(1);
	}
}
@-moz-keyframes test{
	from{
		opacity: 0;
		transform: scaleX(0.1);
	}
	to{
		opacity: 1;
		transform: scaleX(1);
	}
}
@-ms-keyframes test{
	from{
		opacity: 0;
		transform: scaleX(0.1);
	}
	to{
		opacity: 1;
		transform: scaleX(1);
	}
}
@-o-keyframes test{
	from{
		opacity: 0;
		transform: scaleX(0.1);
	}
	to{
		opacity: 1;
		transform: scaleX(1);
	}
}
.cover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 21;
	display: none;
}
.more,.stockCode-phone{
	display: none;
}
.stockCode-pc{
	line-height: 84px;
	margin-left: 70px;
}
.stockCode-pc img{
	width: 84px;
}
@media screen and (min-width: 4000px) {
	.navBar > li > a{
		width: 40px;
	}
}
@media screen and (max-width: 1200px) {
	.navBar{
		display: none;
	}
	.logo{
		
		text-align: center;
		line-height: 35px;
		width: 100%;
	}
	.logo img{
		width: 17.5%;
	}
	.slideBtn{
		display: block;
	}
	.slideBtns{
		display: block;
	}
	
	.project_content{
		width: 100%; 
	}
	.project_content > ul > li > a{
		width: 50%;
	}
	.project_content > ul > li > p{
		font-size: 12px;
	}
	.container,.news_content,.news_box,.aboutUs_box,.aboutUs_img,.shares,.first{
		width: 100% !important;
	}
	.news_box{
		margin-bottom: 50px;
		padding-right: 0;
	}
	.tab_btns,.tab_content{
		padding: 0 10px;
	}
	.moreItem_content{
		display: none;
	}
	.s-moreItem_content{
		display: block;
	}
	/*.first,.second,.third{
		background: url(../images/case_img2.jpg) 50% 50% no-repeat;
		background-size: cover;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/case_img2.jpg',sizingMethod='scale');
	}*/
	.s-cases p{
		padding-left: 20px;
	}
	.s-moreItem a{
		/*padding: 20px 0;*/
		display: block;
	}
	.s-moreItem .third{
		min-height: 102px;
	}
	p.case_title{
		margin-top: 0;
	}
	.link-s img{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer{
		width: 100%;
		text-align: center;
	}
	.version,.link{
		display: none;
	}
	.version-s,.link-s{
		display: block;
	}
	body,html{
		width: 100%;
	}
	.news_box > ul.tab_btns > li{
		width: 33.33%;
		margin-right: 0;
		text-align: center;
	}
	.news_title,.news_main,.tab_content hr{
		display: none;
	}
	.newsList_box{
		overflow: hidden;
		height: auto;
	}
	.newsList_box > li{
		padding: 0 0 10px 0;
		border-bottom: 1px solid #d7d6d6;
		margin-left: -10px;
		position: relative;
	}
	.newsList_box > li > a{
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: inherit;
	    text-overflow: inherit;
    	white-space: normal;
    	margin-bottom: 10px;
    	font-size: 16px;
	}
	.newsList_box span{
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.newsList_box > li > p{
		position: absolute;
		left: 10px;
		bottom: 0;
		color: #a9a9a9;
		font-size: 12px;
	}
	.news_more > a{
		color: #a9a9a9;
		font-size: 12px;
	}
	.newsList_box > li > .news_more{
		position: absolute;
		right: 30%;
		bottom: 7px;
	}
	.newsList_box .news_img{
		display: inline-block !important;
	}
	span.news_time{
		display: none;
	}
	.wapShow{
		display: block;
	}
	.more,.pullDowning{
		display: block;
	}
	.stockCode-phone{
		position: absolute;
		right: 14px;
		top: 50%;
		width: 45px;
		margin-top: -10px;
		display: block;
	}
	.stockCode-pc{
		display: none;
	}
}
	
	@media screen and (max-width: 760px) {
		.project_content > ul > li{
			padding: 15px 0;
		}
		.banner_container{
			display: none;
		}
		.banner_container-s{
			display: block;
		}
		.banner_container-s .swiper-slide{
			float: left;
		}
		.news_content{
			padding: 35px 0 0 0;
		}
		.project_content .el-col-12{width: 50%; padding: 0!important;  }
		.project_content .el-col-8{ width: 33.333%; padding: 0!important;}
		.project_content .el-row{ margin-top: 30px; margin-bottom: 30px; border-top: 1px solid #e1e1e1;}
		.project_content .home-product-card{ border-radius: 0;border-right: 0px;border-top: 0px; margin-bottom: 0; padding-bottom: 10px;}
		.project_content .home-product-card.animation{animation:normal!important;}
		.project_content .el-col-12 .home-product-card .pro-top-img{ width: 160px;height:100px; margin: 0 auto;}
		.project_content .el-col-8 .home-product-card .pro-bottom-img{ width: 100px;height:100px; margin: 0 auto;}	
		.project_content .home-product-card .pro-title { font-size: 22px; margin:0 0 10px 0 ; text-align: center;}
		.project_content .home-product-card .el-button{ margin: 0 auto;}
		.project_content .home-product-card .pro-text{display: none;}
		.project_content .el-card__body{ padding: 0; height:100px!important;}
		.project_content .el-col-12 .el-card__body .el-col.el-col-8{ width:100%; text-align: center;}
		.project_content .el-col-12 .el-card__body .el-col.el-col-16{ width:100%; text-align: center;}
		.project_content .el-col-8 .el-card__body .el-col.el-col-8{ width:100%; text-align: center;}
		.project_content .el-col-8 .el-card__body .el-col.el-col-16{ width:100%;text-align: center;}
		
		.zxdt_content { padding: 10px;}
		.zxdt_content .zl-col-8{
			width: 100%; 
		}
		.zxdt_content .m-b-45 {
		    margin-bottom: 20px !important;
		}
		.zxdt_content .zl-col-8 a{border-radius: 4px; }
		.zxdt_content .zl-news-item-box { padding: 10px;  height: auto;min-width: 340px; }
		.zxdt_content .zl-news-item-box .part-img { float:left;width:20%;min-width:88px;height: 88px; border-radius:4px;}
		.zxdt_content .zl-news-item-main{float:right; padding:0px 0px 0px 0px; min-width:180px;width:70%;}
		.zxdt_content .zl-news-item-title{margin-bottom: 5px;}
		.zxdt_content .zl-news-item-foot .zl-news-item-time{right:0px; color: #007aff;}
		.zl-news-item-label-box .zl-news-item-label {height: auto;font-size: 12px;color:#333;font-weight: bold;line-height: 14px;
    white-space: nowrap;color: #333;border: 1px solid #d7d7d7;}
	}
	