@charset "utf-8";

/* 首页 */
.center{
	background: #910101;
	height: 288px;
}
.index-ico{
	width: 90px;
	height: auto;
	margin-bottom: 20px;
}
.company{
	padding: 100px 0;
}
.index-company{
	width: 446px;
	margin-left: 70px;	
}
.company-logo{
	width: 320px;
	height: auto;
	margin-bottom: 30px;
}
.company-text{
	font-size: 15px;
	color: #999999;
	text-indent: 2em;
	line-height: 24px;
	margin-top: 30px;
}
.index-more{
	width: 80px;
	height: 23px;
	font-size: 12px;
	color: #b1b1b1;
	margin-top: 50px;
	background: #f5f5f5;
}
.index-more:hover{
	background: #d22121;
	color: #ffffff;
}
.partner{
	background: #ebebeb;
}
.index-partner-ico{
	width: 57px;
	height: 6px;
}
.index-partner-text{
	font-size: 18px;
	color: #333333;
	margin: 0 20px;
}
.index-partner-img{
	width: 318px;
	height: 127px;
	background: #ffffff;
	margin-top: 70px;
}
.partner-list .index-partner-img img{
	width: auto;
	height: 40px;
}
.index-partner-title{
	font-size: 18px;
	color: #d22121;
	margin-top: 10px;
}
.product .product-item{
	margin: 60px 0 0;
	flex: 1;
}
.index-product-item{
	width: 260px;
	height: 260px;
	border:1px #cfcfcf solid;
}
.index-product-img{
	max-width: 140px;
	max-height: 140px;
}
.index-product-text{
	display: block;
	font-size: 14px;
	color: #6f6f6f;
	height: 50px;
	line-height: 50px;
	max-width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-news-card{
	width: 368px;
	height: 424px;
	background: #ffffff;
	margin: 60px 44px 0 0;
	cursor: pointer;
}
.index-news-card:nth-child(3n){
	margin-right: 0;
}
.index-news-img{
	width: 100%;
	height: 265px;
}
.index-news-img img{
	max-width: 100%;
	max-height: 100%;
}
.index-news-title{
	font-size: 16px;
	color: #666666;
	height: 60px;
	line-height: 60px;
	margin: 0 20px;
	max-width: calc(100% - 40px);
}
.index-news-title:hover{
	color: #d22121;
	text-decoration: underline;
}
.index-news-time{
	font-size: 12px;
	color: #b1b1b1;
	height: 18px;
	margin: 0 20px 10px;
}
.index-news-content{
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	margin: 0 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.connect{
	background: #333333;
	padding: 80px 0 40px;
}
.index-connect-title{
	position: relative;
	font-size: 24px;
	border-bottom: 1px rgba(255,255,255,0.34) solid;
	padding: 0 0 20px 13px;
	margin-bottom: 20px;
}
.index-connect-title::before{
	content: '';
	width: 3px;
	height: 24px;
	background: #ffffff;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
}
.index-phone{
	width: 53px;
	margin-right: 14px;
}
.index-connect-text{
	color: #ffffff;
	opacity: 0.5;
	margin-top: 4px;
}
.tb-link:link,.tb-link:visited{
	color: #ffffff;
	text-decoration: underline;	
}
.tb-link:hover{
	color: #d22121;
	text-decoration: underline;
}
.connect-link:link,.connect-link:visited{
	color: #000000;
	text-decoration: underline;	
}
.connect-link:hover{
	color: #d22121;
	text-decoration: underline;
}
.tao:link,.tao:visited{
	color: #ffffff;
	text-decoration: underline;	
}
.tao:hover{
	color: #F5B800;
	text-decoration: underline;
}
.form-connect{
	width: 310px;
}
.form-group-connect{
	margin-bottom: 24px;
}
.form-input{
	width: 266px;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	outline: none;
}
.form-input:focus{
	outline: none;
	box-shadow:  0 0 5px#910101;
	border:1px #910101 solid;
}
.form-group-connect-btn{
    color: #cdcdcd;
	font-size: 16px;
    background-color: #910101;
	height: 40px;
	padding: 0 25px;
	outline:0;
	border: none;
	margin-top: 10px;
}
button:focus{
	outline:0;
	border: none;
}

.gzh-ico{
	width: 100px;
}
/* 首页 */


/* 关于公司 */
/* 基本信息 */
.content{
	padding: 100px 0 80px;
	/* overflow: hidden; */
}
.company-lc{
	margin-top: 50px;
}
.company-content-text{
	display: block;
	color: #595959;
	font-size: 20px;
	margin-top: 30px;
}
.company-content-item{
	line-height: 36px;
	text-indent: 2em;
}
/* 基本信息 */
/* 资质与荣誉 */
.company-zz-title{
	position: relative;
	font-size: 22px;
	color: #323232;
	padding-left: 16px;
	margin-bottom: 70px;
}
.company-zz-title::before{
	content: '';
	width: 5px;
	height: 24px;
	display: block;
	background: #d22121;
	position: absolute;
	top: 6px;
	left: 0;
}
.company-zz-title text{
	font-size: 20px;
	color: #8d8d8d;
}
.company-zz-wrapper{
	flex-wrap: wrap;
}
.company-zz-item{
	margin: 0 15px 40px;
}
.company-zz-img{
	width: auto;
	height: 235px;
	margin-bottom: 10px;
}
.company-zz-text{
	font-size: 15px;
	color: #000000;
}
/* 资质与荣誉 */
/* 合作伙伴 */
.partner-item{
	margin: 0 118px 0 0;
}
.partner-item:nth-child(3n){
	margin: 0;
}
.partner-item .index-partner-img img{
	height: 40px;
}
/* 合作伙伴 */
/* 关于公司 */

/* 产品和服务 */
/* 产品中心 */
.product-index-top{
	padding: 60px 25px 40px;
	background: #f4f4f4;
	flex-wrap: wrap;
}
.product-index-top-item{
	width: 50%;
	margin-bottom: 15px;
}
.product-index-top-item label{
	font-size: 18px;
	color: #272727;
	margin: 0 5px 0 0;
    font-weight: normal;
	width: 165px;
	text-align: right;
}
.product-index-top-item text{
	font-size: 18px;
	color: #5a5a5a;
}
.product-index-list{
	flex-wrap: wrap;
}
.product-index-card{
	width: 248px;
	margin: 60px 20px 0;
}

/* .product-index-card:nth-child(3n){
	margin: 60px 0 0 0;
} */
.product-index-card-img{
	width: 100%;
	height: 220px;
	border: 1px #cfcfcf solid;
	border-radius: 4px;
}
.product-index-card:hover text{
	color: #d22121;
}
.product-index-card-img img{
	max-width: 100%;
	max-height: 100%;
}
.pd-index-card-title{
	margin: 20px 0 10px;
}
.product-index-card text{
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.product .company-zz-title{
	margin: 70px 0 0 0;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	/* justify-content: space-between; */
	padding: 0 5px;
}
.product-index .product-item{
	margin: 0;
}
.productContent{
	display: flex;
	flex-wrap: nowrap;
}
.proNav{
	width: 230px;
	margin-right: 30px;
	
}
.proNav>li{	
	position: relative;
	margin: 10px 0 30px;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
	color: #333333;
	padding: 10px 20px;
	text-align: right;
}
.proNav>li:hover{
	background: #f4f4f4;	
	color: #d22121;
	border-radius: 30px;
}
.ico-right{
	display: block;
	position: absolute;
	right: 20px;
	top: 21px;
	background: url('/images/ico-right-normal.png') no-repeat;
	width: 10px;
	height: 17px;
	background-size: 10px 17px;
}
.selected .ico-right{
	background: url('/images/ico-right-selected.png') no-repeat;
	background-size: 10px 17px;
}
.product-box{
	flex: 1;
}
.proNav>li.selected{
	background: #f4f4f4;	
	color: #d22121;
	border-radius: 30px;
}
.proNavItem{
	display: block;
}
.proNavItem>li{
	font-size: 16px;
	padding: 0 40px;
	height: 40px;
}
.selected .proNavItem>li{
	color: #bbbbbb;
}
.selected .proNavItem>li.cur{
	color: #ffffff;
}
/* 产品中心 */
/* 产品详情 */
.pro-info{
	background: #f5f5f5;
}
.pro-info .content{
	background: #ffffff;
	margin-top: 50px;
	padding: 30px;
	box-shadow: 0px 0px 5px rgb(6 0 1 / 5%);
	-webkit-box-shadow: 0px 0px 5px rgb(6 0 1 / 5%);
	-moz-box-shadow: 0px 0px 5px rgb(6 0 1 / 5%);
	-ms-box-shadow: 0px 0px 5px rgb(6 0 1 / 5%);
	-o-box-shadow: 0px 0px 5px rgb(6 0 1 / 5%);
}
.product-title{
	font-size: 22px;
	color: #323232;
	border-bottom: 1px #dfdfdf solid;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.pro-image{
	width: 32%;
	height: 350px;
	border: 1px #dfdfdf solid;
	min-width: 180px;
}
.pro-image img{
	max-width: 100%;
	max-height: 100%;
}
.pro-content-wrapper{
	width: 65%;
	/* min-width: 420px; */
}
/*修改滚动条样式*/
.pro-content::-webkit-scrollbar{
    width:10px;
    /* height:10px; */
}
    /*正常情况下滑块的样式*/
.pro-content::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.2);
    border-radius:10px;
	box-shadow:inset 1px 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1);
	-moz--box-shadow:inset 1px 1px 0 rgba(0,0,0,.1);
	-ms-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1);
	-o-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1);
}
.pro-content::-webkit-scrollbar-track{
    border-radius:10px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.4);
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.4);
	-moz--box-shadow:inset 0 0 6px rgba(0,0,0,.4);
	-ms-box-shadow:inset 0 0 6px rgba(0,0,0,.4);
	-o-box-shadow:inset 0 0 6px rgba(0,0,0,.4);
    background-color:rgba(0,0,0,.01);
}

.pro-tit{
	position: relative;
	padding-left: 14px;
	margin-bottom: 20px;
	display: block;
}
.pro-tit::before{
	display: inline-block;
	content: '';
	width: 6px;
	height: 17px;
	background: #d22121;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.pro-content{
	width: 100%;
	border: 1px #dfdfdf solid;
	text-align: center;
	margin-bottom: 20px;
	max-height:300px;
	overflow-y: auto;
}
.pro-item{
	width: 100%;
	border-bottom: 1px #dfdfdf solid;
	min-height: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.pro-item:last-child{
	border-bottom: 0;
}
.pro-key{
	font-size: 18px;
	width: 25%;
	min-height: 50px;
	background: #f1f1f1;
	padding: 0 5px;
}
.pro-content li{
	font-size: 18px;
}
.pro-value{
	width: 75%;	
}
.pro-value-item{
	min-height: 50px;
	border-left: 1px #dfdfdf solid;
	text-align: center;
	padding: 0 5px;
}
.pro-value-item span{
	display: inline-block;
	text-align: left;
}
.pro-content-item{
	margin-top: 40px;
}
.pro-text{
	font-size: 18px;
	line-height: 32px;
	text-indent: 2em;
	letter-spacing: 1px;
}
.pro-td-wrapper li{
	font-size: 18px;
	position: relative;
	padding-left: 15px;
	margin-top: 10px;
}
.pro-td-wrapper li::before{
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	background: #333333;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
.pro-content-img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.pro-cs{
	width: 100%;
	margin-top: 40px;
}
.table-list{
	width: 100%;
	border: 1px #dfdfdf solid; 
	color: #000000;
	font-size: 16px;
	margin-top: 40px;
	background: #f1f1f1;
}
.table-item{
	border-top: 1px #dfdfdf solid;
}
.table-item:first-child{
	border-top: 0;
}
.table-item-list{
	height: 40px;
	border-right: 1px #dfdfdf solid;
}
.table-item-list:last-child{
	border-right: 0;
}




/* 产品详情 */
/* 产品和服务 */

/* 新闻中心 */
/* 公司新闻 */
.newsList{
	flex-wrap: wrap;
}
.news-page .company-zz-title{
	margin: 0;
}
.news-page .index-news-card{
	height: 396px;
}
.news-page .index-news-title{
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin: 15px 20px;
}
.news-info-title{
	font-size: 26px;
	color: #666666;
	margin-bottom: 50px;
}
.news-info .index-news-card{
	width: 380px;
	height: auto;
	margin: 30px 8px 0;
	cursor: default;
}
.news-info .index-news-card img{
	width: 100%;
}
.news-info .index-news-img{
	height: 287px;
}
.news-info-text{
	width: 100%;
	font-size: 16px;
	color: #747474;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.news-img-title{
	margin-top: 10px;
	font-size: 14px;
	color: #7d7d7d;
	width: 100%;
}
.news-info-time{
	font-size: 12px;
	color: #b1b1b1;
	margin-top: 60px;
}
/* 公司新闻 */
/* 新闻中心 */

/* 诚聘英才 */
.job-card{
	width: 100%;
	padding: 30px 20px 15px 10px;
	background: #f0f0f0;
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}
.job-item{
	position: relative;
}
.info-tag{
	position: absolute;
	right: 0;
	color: #fff;
    background: #d22121;
	padding: 2px 10px;
    font-size: 12px;
    border-radius: 4px;
}
.job-time{
	font-size: 12px;
	color: #b1b1b1;
}
.job-dialog{
	display: none;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.job-dialog-content{
	width: 100%;
	height: 100%;
}
.job-desc{
	background: #ffffff;
	box-shadow: 0 0 27px rgba(0, 0, 0, 0.17);
	padding-bottom: 40px;
	width: 470px;
	cursor: text;
	border-radius: 5px;
}
/* padding: 0 20px 60px 50px; */
.job-desc-title{
	font-size: 22px;
	color: #363636;
	height: 70px;
	background: #f0f0f0;
	padding: 0 30px;
	border-radius: 5px 5px 0 0;
}
.job-desc-item{
	padding: 0 20px 0 30px;
	margin-top: 20px;
}
.job-desc-text{
	font-size: 16px;
	color: #666666;
	margin-bottom: 8px;
}
/* 诚聘英才 */

/* 联系我们 */
.connect-page .company-zz-title{
	padding-bottom: 60px;
    border-bottom: 1px #000000 solid;
}
.connect-page .index-connect-text{
	color: #000000;
}
.connect-page .gzh-ico{
	width: 120px;
}

/* 联系我们 */


/* 正在建设 */
.develop{
	height: calc(100vh - 114px);
}
.develop-box{
	width:722px;
	border:1px #d2d2d2 solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.develop .contentTit{
	position:relative;
	border-bottom:1px #e6e6e6 solid;
	width: 100%;
	padding: 30px 0;
}

.fx-s-c{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.fx-c-c{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-1{
	flex: 1;
}
.flex-2{
	flex: 2;
}
.flex-3{
	flex: 3;
}

.bah {
	margin-top: 0;
}

.bah:hover {
	color: #ffffff;
	opacity: 0.5;
}
#slide2d{
	display: none;
}
.temp-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.temp-text{
	font-size: 20px;
}
.pdf-icon{
	width: 30px;
	margin-right: 10px;
}
#pcHistory{
	display: block;
}
#mobileHistory{
	display: none;
}
#mobileBanner{
	display: none;
}


@media screen and (max-width: 1026px) {
	#pcBanner{
		display: none;
	}
	#mobileBanner{
		display: block;
		width: 100%;
	}
	.center{
		height: auto;
	}
	.index-ico{
		width: 40px;
		margin-bottom: 10px;
	}
	.company{
		padding: 20px 0;
	}
	.company-content{
		width: 100%;
	}
	.index-desc{
		flex-wrap: wrap;
	}
	.index-item{
		width: 50%;
		margin: 15px 0;
	}
	.company-logo{
		width: 300px;
		margin: 0 auto;
	}
	.company-text{
		margin: 15px 15px 0;
	}
	.company-box{
		display: block;
	}
	.index-company{
		display: none;
	}
	.index-more{
		margin: 20px 15px 0;
	}
	.padding-100{
		padding: 30px 0;
	}
	.company-zz-wrapper{
		padding: 0 5px;
		justify-content: space-between;
	}
	.company-zz-wrapper::after{
		/* content:'';
		flex:1 */
	}

	.partner-item{
		margin: 0;
		width: 50%;
		max-width: 240px;
	}
	.index-partner-img{
		margin: 10px 5px;
		width: 100%;
        height: 90px;
	}
	.partner-item .index-partner-img img{
		height: 30px;
	}
	.product .product-item{
		margin: 20px 5px 0;
		width: calc(50% - 10px);
		max-width: 200px;
	}
	.index-product-item{
		width: 100%;
		height: 150px;
	}

	.index-product-img{
		max-width: 150px;
    	max-height: 130px;
	}
	#news{
		display: none;
	}
	.index-news-card{
		margin: 0;
		width: 100%;
		height: auto;
		padding-bottom: 35px;
	}
	.slide-carousel{
		display: block;
	}
	.index-news-img{
		height: auto;
		width: 100%;
		max-height: 400px;
		overflow: hidden;
	}
	.index-news-img img{
		display: block;
		width: 100%;
	}
	.connect{
		padding: 30px 15px;
	}
	.connect-us{
		flex-wrap: wrap;
	}
	/* .connect-us-left{
		min-width: 240px;
	}
	.connect-us-right{
		min-width: 670px;
	} */
	.connect .w-1192{
		width: 100%;
	}
	.gzh{
		display: none;
	}
	#slide2d{
		display: block;
		margin-top: 20px;
		background: #ffffff;
		padding-bottom: 20px;
	}
	#pcHistory{
		display: none;
	}
	#mobileHistory{
		display: block;
	}

	.content{
		padding: 30px 0;
	}
	.productContent{
		padding: 0 0 30px;
		display: block;
	}
	.proNav{
		width: 100%;
		display: flex;
		overflow-x: auto;
		background: #f5f5f5;
	}
	.proNav>li{
		width: auto;
		flex: 0 0 auto; /* 不伸缩，固定宽度 */
		margin: 15px 10px;
		font-size: 26px;
		padding: 10px 30px;
	}
	.product-index-top{
		padding: 15px;
		display: none;
	}
	.product-index-top-item{
		width: 100%;
	}
	.product-index-top-item label{
		width: auto;
	}
	.product .company-zz-title{
		margin: 30px 15px 0;
		font-size: 30px;
	}
	.product .company-zz-title::before{
		height: 36px;
		top: 8px;
	}
	.product-index-list{
		margin: 0 15px;
		display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(auto-fill, 235px);
        grid-gap: 10px;
	}
	.product-index-card{
		width: 235px;
		margin: 40px 10px 0;
		align-items: center;
    	justify-content: center;
	}
	.product-index-card-img{
		border: 0;
		width: auto;
		max-width: 100%;
		height: 100px;
	}
	.pd-index-card-title{
		margin: 10px 0 0 0;
	}
	.proNav>li.selected{
		background: #d22121;
		color: #ffffff;
	}
	.pro-info .content{
		margin-top: 0;
		padding: 30px 15px;
	}
	.product-detail{
		/* display: block; */
		flex-wrap: wrap;
	}
	.w-1000{
		width: 100%;
	}
	.h-50{
		display: none;
	}
	.pro-item{
		border-bottom: 2px #dfdfdf solid;
	}
	.ft-16{
		font-size: 20px;
	}
	.nav-wrapper>li a{
		height: 70px;
		font-size: 26px;
		line-height: 70px;
	}
	.company-zz-title{
		margin: 0 15px 20px;
	}
	.company-zz-item{
		margin: 5px 10px;
	}
	.develop{
		overflow: hidden;
	}
	.develop-box{
		width: 90%;
	}
	.contentTitImg{
		width: 60%;
	}
	.temp-item{
		margin: 0 15px 30px;
	}
	.temp-text{
		font-size: 30px;
	}
	.pdf-icon{
		width: 50px;
	}
	.news-page .company-zz-title{
		margin: 0 15px 20px;
	}
	.news-page .index-news-card{
		padding-bottom: 10px;
		margin: 20px 15px 0;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
		border-radius: 5px;
		height: auto;
	}
	.index-news-img img{
		border-radius: 5px 5px 0 0;
	}
	.index-news-title{
		font-size: 24px;
		height: auto;
	}
	.index-news-time{
		font-size: 18px;
	}
	.new-content-box{
		margin: 0 15px;
	}
	.new-content .company-zz-title{
		font-size: 26px;
	}
	.new-content .company-zz-title::before{
		top: 8px;
	}
	.new-content .company-zz-title text{
		font-size: 20px;
	}
	.news-info-title{
		font-size: 28px;
        margin-bottom: 20px;
	}
	.news-info-text{
		font-size: 26px;
		line-height: 40px;
	}
	.news-info-time{
		font-size: 16px;
	}
	.news-info-content{
		margin: 0 15px;
	}
	.job-card{
		width: 90%;
		margin: 0 auto 20px;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
		border-radius: 5px;
	}
	.connect-page .company-zz-title{
		padding-bottom: 20px;
	}
	.connect-content{
		margin: 0 15px;
	}


}
@media screen and (max-width: 750px) {
	.pro-image{
		width: 100%;
		height: 180px;
		margin-bottom: 30px;
	}
	.pro-content-wrapper{
		width: 100%;
	}
	.proNav>li{
		font-size: 16px;
	}
	.pro-text{
		display: block;
		margin-top: 20px;
	}
	.product-index-list{
        grid-template-columns: repeat(auto-fill, 165px);
	}
	.product-index-card{
		width: 165px;
	}
	.ft-16{
		font-size: 14px;
	}
	.product .company-zz-title{
		font-size: 20px;
	}
	.product .company-zz-title::before{
		height: 24px;
		top: 4px;
	}
	.nav-wrapper>li a{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
	.company-zz-img{
		height: 240px;
	}
	.temp-text{
		font-size: 18px;
	}
	.pdf-icon{
		width: 30px;
	}
	.index-news-title{
		font-size: 18px;
	}
	.index-news-time{
		font-size: 12px;
	}
	.news-info-title{
		font-size: 20px;
	}
	.news-info-text{
		font-size: 16px;
		line-height: 26px;
	}
	.job-item{
		justify-content: space-between;
	}
	.info-tag{
		position: relative;
	}
	.job-desc{
		width: 90%;
	}
	.connect-company{
		font-size: 18px;
		opacity: 0.7;
		margin: 40px 0 10px;
	}
	.connect-content{
		display: block;
	}
	.connect-content .gzh-ico{
		margin-top: 10px;
	}
	

}
@media screen and (max-width: 450px) {
	.company-zz-img{
		height: 220px;
	}
	.ft-16{
		font-size: 16px;
	}
}

