.aboutContent .text{
	font-size: 14px;
	line-height: 2em;
}
.aboutContent .section1{
	overflow: hidden;
	position: relative;
	margin-top: -120px;
	padding: 0 28px;
}
.aboutBanner{
	position: relative;
	height: 240px;
	overflow: hidden;
}
.aboutBanner img{
	width: 1920px;
	height: 240px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.gxjs{
	display: flex;
	justify-content: space-between;
	flex-shrink: unset;
	overflow: hidden;
	align-items: center;
	margin-bottom: 30px;
}
.gxjs img{
	width: 40.47%;
	margin-right: 28px;
}
.gxjs .text1{
	flex: 1;
	font-size: 14px;
}
.gxjs .text1 p{
	margin-bottom: 1.5em;
	color: #333;
}
.gxjs .text1 p:last-child{margin-bottom: 0;}
.lsyg{
	overflow: hidden;
	background: url(about_b1.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 50px;
}
.aboutContent .tit{
	line-height: 2em;
	color: #333;
	font-size: 18px;
	margin: 30px auto;
	text-align: center;
}
.lsyglist .line{
	width: 90%;
	height: 1px;
	border: 1px solid #C5181F;
	margin-left:7%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 6px 0px rgba(180,180,180,0.41);
	
}
.lsyglist .line:after{
	content: '';
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-color: transparent;
	border-width: 6px 0 6px 12px;
	border-left-color: #C5181F;
	box-shadow: 0px 1px 6px 0px rgba(180,180,180,0.41);
}
.lsyglist  .list{
	display: flex;
	flex-shrink: unset;
	width: 90%;
	margin-left: 2.5%;
	align-items: flex-end;
}
.lsyglist  .listBottom{
	align-items: flex-start;
}
.lsyglist  .list dl{
	width: 13%;
	background: #fff;
	box-shadow: 0px 1px 6px 0px rgba(180,180,180,0.41);
	border: 1px solid rgba(197,24,31,0.2);
	margin-right: 6%;
	position: relative;
	padding: 20px 1.5%;
	font-size: 12px;
	cursor: pointer;
	line-height: 2em;
	border-radius: 6px;
	box-shadow: 0px 2px 6px 0px rgba(222, 165, 165, 0.5);
	transition: all .3s;
}
.lsyglist  .listBottom{
	margin-left: 5%;
}
.lsyglist  .listBottom dl{
	margin-left: 6%;
	margin-right: 0;
	color: #333;
}
.lsyglist  .list dl dt{
	font-size: 18px;
	margin-bottom: 0.5em;
	color: #C5181F;
}
.lsyglist  .list dl:before {
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: -16px;
	padding: 0;
	border: 8px solid transparent;
	border-color:  #fff transparent transparent  transparent ;
	content: '';
	z-index: 12;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}
    
.lsyglist  .list dl:after {
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: -18px;
	padding: 0;
	border: 9px solid transparent;
	border-color:  rgba(197,24,31,0.2) transparent  transparent transparent ;
	content: '';
	z-index: 10
}
.lsyglist  .listBottom dl::before{
	bottom: auto;
	top: -16px;
	border-color:  transparent transparent  #fff  transparent ;
}
.lsyglist  .listBottom dl::after{
	bottom: auto;
	top: -18px;
	border-color:  transparent  transparent rgba(197,24,31,0.2) transparent ;
}
.lsyglist  .list dl:hover{
	background-color: #C5181F;
	color: #fff;
}
.lsyglist  .list dl:hover dt{
	color: #fff;
}
.lsyglist  .listTop dl:hover:before{
	border-color:  #C5181F transparent  transparent transparent ;
}
.lsyglist  .listBottom dl:hover:before{
	border-color:   transparent  transparent #C5181F transparent ;
}
.lsyglist  .list .code{
	width: 12px;
	height: 12px;
	background: #C5181F;
	box-shadow: 0px 2px 6px 0px #DEA5A5;
	border: 2px solid #C5181F;
	position: absolute;
	bottom: -28px;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.lsyglist  .listBottom .code{
	bottom: auto;
	top: -28px;
}
.ywgm{
	margin-top: 40px;
	border: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 30px;
}
.ywbj .pubtit{
	margin-bottom: 30px;
}
.ywbj .text1{
	text-align: center;
	color: #666666;
	line-height: 21px;
}
.ywbjBox{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.ywbjBoxleft{
	border-top: 1px solid #e8e8e8;
	flex-direction: row-reverse;
}
.ywbjBox .left{
	width: 37.14%;
	position: relative;
}
.ywbjBox .left img{
	width: 100%;
}
.ywbjBox .right{
	width: 58%;
}
.ywbjBox .left h3{
	font-size: 35px;
	color: #FFFFFF;
	line-height: 30px;
	text-shadow: 0px 2px 4px rgba(40,67,90,0.62);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ywbjBox .left h3::before{
	content: '';
	position: absolute;
	bottom: -30px;
	width: 30px;
	height: 0;
	border: 2px solid #FFFFFF;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
	
}
.ywbjBox .text{
	margin-bottom: 40px;
}
.ywbjBox dl{
	display: flex;
	margin-bottom: 40px;
}
.ywbjBox dl:last-child{
	margin-bottom: 0;
}
.ywbjBox dl dt{
	margin-right: 30px;
}
.ywbjBox dl dd h3{
	color: #2C2C2C;
	line-height: 30px;
	font-size: 20px;
}
.ywbjBox dl dd p{
	line-height: 2em;
	color: #666;
}
.ywbj .img{
	margin-bottom: 40px;
}
.tyjs .text1{
	text-align: center;
	margin-bottom: 40px;
}
.tyjs{
	padding-bottom: 40px;
	margin-bottom: 40px;
	padding-left: 28px;
	padding-right: 28px;
	overflow: hidden;
}
.tyjs .pubtit{
	margin-bottom: 30px;
}
.ywbjImg img{
	max-width: 100%;
	display: block;
}
.ywbjImg{
	position: relative;
}
.ywbjImg a{
	position: absolute;
	width: 27.15%;
}
.ywbj1{
	left:0;
	top:0;
	height: 75.8%;
}
.ywbj2{
	height: 75.8%;
	top:0;
	left: 36.45%;
}
.ywbj3{
	height: 75.8%;
	top: 0;
	left: 72.54%;
}
.ywbj4{
	height: 19.769%;
	bottom: 0;
	left: 36.45%;
}
.tips{
	color: #333;
}
.layui-layer-tips{
	width: auto !important;
}
.layui-layer-tips i.layui-layer-TipsR{
	top: 50% !important;
	transform: translateY(-50%);
	border: 9px solid transparent !important;
	left: -19px !important;
	border-color:   transparent rgba(0,0,0,0.2)  transparent transparent !important;
}
.layui-layer-tips i.layui-layer-TipsR:before{
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	border: 9px solid transparent;
	left: -8px !important;
	top: -9px;
	z-index: 2;
	border-color:   transparent #fff  transparent transparent !important;
}
.layui-layer-tips i.layui-layer-TipsL{
	top: 50% !important;
	transform: translateY(-50%);
	border: 9px solid transparent !important;
	right: -19px !important;
	border-color:   transparent  transparent transparent rgba(0,0,0,0.2) !important;
}
.layui-layer-tips i.layui-layer-TipsL:before{
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	border: 9px solid transparent;
	right: -8px !important;
	top: -9px;
	z-index: 2;
	border-color:   transparent  transparent transparent #fff  !important;
}
.layui-layer-tips .layui-layer-content{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) !important;
}