@charset "utf-8";

.zs-about{
	background: url(../img/aboutus.png) no-repeat top center;
	min-height: 600px;
	padding-top: 280px;
	background-color: #f6f6f6;
}
.zs-about-left{
	width: 262px;
	float: left;
  margin-top: 150px;
}
.zs-about-left .fen{
	background: url(../img/fen.png) repeat-y;
	width: 100%;
	padding: 18px 0;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.zs-about-left .fen .fenti{
	background: url(../img/fenti.png) no-repeat;
	height: 76px;
	line-height: 55px;
	color: #fff;
	font-size: 17px;
	padding-left: 35px;
}
.zs-about-left .fen .fenti span {
    font-size: 17px;
	font-weight: bold;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 15px;
}
.zs-about-left .fen ul {
	margin-left: 50px;
	margin-right: 20px;
}
.zs-about-left .fen ul li {
    line-height: 38px;
    margin: 4px 0;
}
.zs-about-left .fen ul li a {
    display: block;
    width: 100%;
    height: 38px;
    color: #333;
    font-size: 15px;
    text-align: center;
}
.zs-about-left .fen ul li a:hover,.zs-about-left .fen ul li.active a{
	color: #fff;
	background-color: #0084ff;
	border-radius: 10px;
}
.zs-about-right{
	width: calc(100% - 300px);
	float: right;
}
.zs-about-right .tit{
	background: url(../img/biao.png) no-repeat left top;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px #a3a3a3 solid;
	padding-bottom: 20px;
	box-sizing: unset;
	margin-top: 58px;
}
.zs-about-right .tit .tit-t{
	display: inline-block;
}
.zs-about-right .tit .tit-t h2{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
.zs-about-right .tit .tit-n{
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.zs-about-right .tit .tit-n a:hover{
	color: #0084ff;
	text-decoration: underline;
}
.zs-about-right .content{
	margin-bottom: 50px;
	text-align: justify;
	line-height: 1.8;
}



/* 自适应 */
/*Mobile自适应*/
@media only screen and (max-width:767px) {
	.zs-about{padding-top: 0;background-size: contain;}
	.zs-about-left{margin-top: 0;width: 100%;padding-top: 52px;}
  .zs-about-left .fen{padding: 0;margin: 0;background: none;}
  .zs-about-left .fen .fenti{display: none;}
  .zs-about-left .fen ul{margin-left: 16px;margin-right: 16px;display: flex;flex-wrap: wrap;justify-content: space-between;}
  .zs-about-left .fen ul li{width: 28%;line-height: 32px;}
	.zs-about-right{width: 100%;padding-top: 22px;}
	.zs-about-right .tit{margin-top: 0;}
  .zs-about-left .fen ul li a:hover, .zs-about-left .fen ul li.active a{border-radius: 20px;height: 32px;font-size: 14px;}
}


/*宽屏自适应1*/
@media only screen and (min-width:768px) and (max-width:1023px) {
	.zs-about-left{width: 190px;}
	.zs-about-left .fen ul{margin-left: 30px;margin-right: 0;}
	.zs-about-right{width: calc(100% - 200px);}
}