.wrap {
	max-width: 1215px;
	margin: 0 auto;
	width: 1215px;
}
.oneline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}

.twolines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.threelines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.loginbg {
	background: url('../images/login_02.png') no-repeat center;
	width: 100%;
	height: 800px;
	background-size: cover;
	display: flex;
	align-items: center;
}

.lobox {
	width: 420px;
	border-radius: 5px;
	background-color: #ffffff;
	margin-right: 185px;
	box-shadow: 0 0 8px #dddddd;
	padding: 60px 0 40px;
}

.flexend {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.dengbox ul{
	border-bottom: 1px solid #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.dengbox  ul li{
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffffff;
	margin: 0 30px;
	cursor: pointer;
}
.dengbox ul li.active{
	color: #e60012;
	border-bottom: 2px solid #e60012;
}
.dengtxt{
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffffff;
	margin: 0 30px;
	cursor: pointer;
}
.allbox {
	padding: 0 60px;
}

.shubox {
	border: 1px solid #dddddd;
	border-radius: 5px;
	display: flex;
	align-items: center;
	height: 50px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.shupic {
	width: 20px;
	flex-shrink: 0;
}

.shuput {
	font-size: 16px;
	color: #333333;
	padding: 0 15px;
	width: 100%;
}

.yanbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 35px;
}

.yanpic {
	width: 86px;
	flex-shrink: 0;
	margin-left: 20px;
	cursor: pointer;
}

.yanput {
	border: 1px solid #dddddd;
	border-radius: 5px;
	display: flex;
	align-items: center;
	height: 50px;
	padding-left: 20px;
	width: 180px;
}

.desub {
	background-color: #e60012;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 2px;
	cursor: pointer;
}

.wbox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}

.zhutxt {
	font-size: 14px;
	color: #ff5a00;
}

.dline {
	width: 1px;
	height: 20px;
	margin: 0 12px;
	background-color: #dddddd;
}

.wangtxt {
	font-size: 14px;
	color: #363636;
}

.zhubox {
	width: 540px;
	border-radius: 5px;
	background-color: #ffffff;
	margin-right: 120px;
	box-shadow: 0 0 8px #dddddd;
	padding: 60px 0 40px;
}

.xibox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.xitxt {
	width: 100px;
	flex-shrink: 0;
	font-size: 16px;
	color: #333333;
	letter-spacing: 2px;
}

.xiput {
	width: 295px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 0 15px;
	color: #333333;
	font-size: 16px;
}

.maput {
	width: 165px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 0 15px;
	color: #333333;
	font-size: 16px;
	margin-right: 10px;
}

.huo {
	width: 110px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
	text-align: center;
	line-height: 48px;
	color: #000000;
	font-size: 16px;
	cursor: pointer;
}

.soubox {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 30px 55px;
	border-radius: 5px;
}

.chanbox {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 13px 25px 35px;
	border-radius: 5px;
}

.serbox {
	height: 50px;
	border: 2px solid #e5e5e5;
	border-radius: 40px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.serlet {
	text-align: center;
	width: 110px;
	height: 40px;
	border-radius: 30px;
	background-color: #fc0002;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.setxt {
	color: #ffffff;
	font-size: 16px;
	background-color: #fc0002;
}

.seput {
	flex-grow: 1;
	padding: 0 30px;
	font-size: 16px;
	color: #333333;
}

.sepic {
	width: 30px;
	flex-shrink: 0;
	cursor: pointer;
}

.fenbox {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #eeeeee;
	padding: 25px 0 0;
}

.fenleft {
	width: 105px;
	flex-shrink: 0;
	font-size: 16px;
	color: #333333;
	padding-top: 6px;
}

.lei ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.lei ul li {
	margin: 0 10px 13px 0;
	padding: 5px 8px;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.lei ul li.active {
	background-color: #15bebb;
	color: #ffffff;
}

.pinbox {
	padding: 10px 25px 90px;
	background-color: #ffffff;
	margin-bottom: 60px;
}

.pinbox ul li {
	padding: 23px 10px 28px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee;
}

.pinpic {
	width: 135px;
	height: 135px;
	padding: 5px;
	border: 1px solid #eeeeee;
	border-radius: 11px;
	flex-shrink: 0;
}

.pincen {
	flex-grow: 1;
	padding: 0 35px;
}

.pintitle {
	font-size: 20px;
	color: #c78076;
	padding-bottom: 15px;
}
.pintxt{
	font-size: 16px;
	color: #bcbcbc;
	padding-bottom: 40px;
}
.cpin{
	padding: 6px 0;
	width: 110px;
	background-color: #f1f1f1;
	border-radius: 5px;
	color: #333333;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.chabox{
	width: 145px;
	height: 42px;
	border-radius: 5px;
	background-color: #fc0002;
	color: #ffffff;
	font-size: 16px;
	line-height: 41px;
	text-align: center;
	margin-bottom: 15px;
}

.fenye ul{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}
.fenye ul li{
	padding: 8px 12px;
	border: 1px solid #dddddd;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	margin: 0 5px;
	border-radius: 5px;
}
.fenye ul li.active{
	background-color: #fc0002;
	color: #ffffff;
}
.topbg{
	background: url('../images/ctopbg_02.png') no-repeat center;
	width: 100%;
	height: 195px;
	background-size: cover;
}
.topnei{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 195px;
	padding: 0 15px 0 30px;
}
.topcen{
	padding: 0 50px;
	flex-grow: 1;
}
.toptitle{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 20px;
	letter-spacing: 2px;
}
.toptxt{
	font-size: 15px;
	color: #ffffff;
}
.numbox{
	text-align: center;
	flex-shrink: 0;
}
.numtxt{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 20px;
}
.sibox{
	background-color: #ffffff;
	padding: 20px 20px 1px;
	position: relative;
}
.jiebox{
	padding-bottom: 25px;
	display: flex;
	align-items: center;
}
.jieline{
	width: 5px;
	height: 25px;
	background-color: #fc0002;
	border-radius: 5px;
}
.sititle{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
}
.fuwen{
	height: 180px;
	overflow: hidden;
}
.fuwen p{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	text-indent: 2em;
}
.fuwen.active{
	overflow: auto;
	height: auto;
}
.seebox{
	text-align: center;
	padding: 35px 0 60px;
}
.seemore{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	margin: 0 auto;
	cursor: pointer;
}
.seetxt{
	font-size: 16px;
	color: #333333;
	padding-right: 10px;
}
.seepic{
	width: 18px;
}
.seepic.active{
	transform: rotate(180deg);
}
.weiBox{
	display: flex;
	align-items: center;
	padding: 0 0 60px 12px;
}
.weipic{
	width: 19px;
}
.weitxt{
	font-size: 16px;
	color: #333333;
	padding-left: 10px;
}
.minbox ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.minbox ul li{
	margin: 0 16px 40px 0;
	width: 275px;
}
.minbox ul a:nth-child(4n) li{
	margin-right: 0;
}
.minpic{
	width: 100%;
	height: 185px;
	border-radius: 5px;
}
.mindi{
	padding: 15px 12px 0;
}
.mintitle{
	font-size: 18px;
	color: #333333;
	padding-bottom: 12px;
}
.shibox{
	background-color: #f5f5f5;
	padding: 5px 0;
	border-radius: 5px;
	font-size: 14px;
	color: #c78077;
}
.navyou{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
}
.mybox{
	background-color: #f5f5f5;
	height: 33px;
	width: 133px;
	border-radius: 25px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
	margin-right: 10px;
}
.headpic{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -3.5px;
}
.mytxt{
	font-size: 14px;
	color: #333333;
	padding-right: 5px;
	width: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: center;
}
.mypic{
	width: 14px;
	margin-right: 15px;
	flex-shrink: 0;
}
.danbox{
	position: absolute;
	right: 0;
	top: 33px;
	background-color: #f5f5f5;
	width: 90px;
	border-radius: 5px;
	display: none;
	z-index: -555!important;
	transition: all 0.5s;
}
.danbox ul li{
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #aaaaaa;
}
.danbox ul li:hover{
	color: #fc0002;
}
.mybox:hover .danbox{
	z-index: 666666666666 !important;
	display: block;
}
.qimy{
	width: 110px;
	height: 35px;
	border-radius: 6px;
	background-color: #fc0002;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	font-size: 16px;
}
.posi-r{
	position: relative;
}
.bgpic{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.jiannei{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 195px;
	padding: 0 15px 0 30px;
}
.txtfff{
	color: #ffffff !important;
}
.toupic {
	width: 135px;
	height: 135px;
	padding: 5px;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	flex-shrink: 0;
}
.toutitle{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}
.migbox{
	width: 140px;
	height: 35px;
	border-radius: 5px;
	background-color: #c78076;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}
.txt333{
	color: #333333;
}
.quanbox ul{
	display: flex;
	align-items: center;
	padding: 25px 55px 0;
	border-bottom: 1px solid #dddddd;
}
.quanbox ul li{
	cursor: pointer;
	font-size: 16px;
	color: #989898;
	margin-right: 80px;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
}
.quanbox ul li.active{
	font-weight: bold;
	border-bottom: 3px solid #fc0002;
	color: #333333;
}
.about .item{
	display: none;
}
.about .item.show{
	display: block;
}
.zongbox{
	padding: 20px 20px 100px;
}
.zongbox ul li{
	height: 120px;
	border-bottom: 1px dashed #dddddd;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zongleft{
	flex-shrink: 0;
}
.zongtitle{
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
}
.zongred{
	font-size: 18px;
	color: #e60012;
}
.zyou{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
}
.zzhi{
	width: 90px;
	height: 35px;
	border-radius: 5px;
	background-color: #fc0002;
	text-align: center;
	line-height: 35px;
	margin-left: 22px;
	color: #fff;
	cursor: pointer;
}
.zbian{
	width: 90px;
	height: 35px;
	border-radius: 5px;
	background-color: #c78076;
	text-align: center;
	line-height: 35px;
	margin-left: 22px;
	color: #fff;
	cursor: pointer;
}
.zdel{
	width: 90px;
	height: 35px;
	border-radius: 5px;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 35px;
	margin-left: 22px;
	color: #999999;
	cursor: pointer;
}
.fajian{
	width: 200px;
	height: 50px;
	border-radius: 5px;
	background-color: #fc0002;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 20px;
}
.xinbox{
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}
.upbox{
	display: flex;
	align-items: flex-start;
	padding: 0 0 40px;
}
.uptxt{
	width: 135px;
	flex-shrink: 0;
	font-size: 18px;
	color: #333333;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}
.uptxt span{
	color: #fc0002;
	font-size: 24px;
}
.uphead{
	width: 120px;
	height: 120px;
}
.qiubox{
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}
.qiutxt{
	width: 135px;
	text-align: right;
	flex-shrink: 0;
	padding-right: 10px;
	font-size: 18px;
	color: #333333;
}
.qiutxt span{
	color: #fc0002;
	font-size: 18px;
}
.qiudiv{
	width: 340px;
	border-radius: 5px;
	height: 50px;
	border: 1px solid #dddddd;
	font-size: 16px;
	color: #333333;
	padding: 0 10px;
}
.persontxt{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 40px;
}
.qiuput{
	width: 320px;
	border-radius: 5px;
	height: 50px;
	border: 1px solid #dddddd;
	font-size: 16px;
	color: #333333;
	padding: 0 10px;
}
.qiuarea{
	width: 540px;
	height: 145px;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #dddddd;
	padding: 10px;
	resize: none;
}
.mianfa{
	width: 200px;
	height: 50px;
	border-radius: 5px;
	background-color: #fc0002;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
	margin:  30px 0 90px 145px ;
	cursor: pointer;
}
.ribox ul{
	padding: 5px 20px 80px;
}
.ribox ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 45px 20px 23px;
	border-bottom: 1px dashed #dddddd;
}
.rizuo{
	flex-shrink: 0;
}
.rititle{
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
}
.xintxt{
	font-size: 18px;
	color: #e60012;
	padding-bottom: 25px;
}
.xintxt span{
	font-size: 16px;
	color: #989898;
	padding-left: 25px;
}
.jiaobox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 850px;
}
.jiaoli{
	cursor: pointer;
	padding: 0 6px;
	height: 35px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	font-size: 16px;
	color: #c78076;
	text-align: center;
	line-height: 35px;
	margin-right: 25px;
	margin-bottom: 6px;
}
.riyou{
	text-align: right;
	flex-shrink: 0;
}
.ytitle{
	font-size: 16px;
	color: #c78076;
	padding-right: 10px;
}
.ypic{
	width: 20px;
}
.yqitxt{
	font-size: 16px;
	color: #333333;
	padding: 24px 0;
}
.yiyi{
	width: 135px;
	height: 35px;
	border-radius: 5px;
	background-color: #c78076;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}
.yiyi.active{
	background-color: #e5e5e5;
	color: #999999;
}
.terbox ul{
	padding: 35px 10px 60px;
}
.terbox ul li{
	box-shadow: 0 3px 8px #dddddd;
	padding: 25px;
	border-radius: 5px;
	margin-bottom: 22px;
	position: relative;
}
.terup{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px dashed #dddddd;
}
.terleft{
	flex-shrink: 0;
	width: 200px;
}
.tertitle{
	font-size: 18px;
	color: #333333;
	padding-bottom: 27px;
}
.terjia{
	font-size: 18px;
	color: #fc0002;
}
.tercen{
	flex-grow: 1;
	padding-right: 50px;
}
.centxt{
	font-size: 16px;
	color: #c78076;
	padding-bottom: 25px;
}
.cenhui{
	font-size: 16px;
	color: #989898;
}
.cenyou{
	text-align:center;
	flex-shrink: 0;
}
.cyqi{
	font-size: 16px;
	color: #333333;
	padding-bottom: 20px;
}
.cybox{
	cursor: pointer;
	width: 90px;
	height: 35px;
	background-color: #fc0002;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin: 0 auto;
}
.cenbottom{
	display: flex;
	align-items: center;
}
.lytxt{
	padding-top: 30px;
	font-size: 16px;
	color: #989898;
	padding-right: 80px;
}
.lytxt span{
	font-size: 16px;
	color: #333333;
	padding-left: 30px;
}
.sjbox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.sjshou{
	width: 118px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	margin-left: 15px;
	background-color: #c78076;
}
.sjjue{
	width: 90px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	color: #999999;
	font-size: 16px;
	cursor: pointer;
	margin-left: 15px;
	background-color: #e5e5e5;
}
.yaobox{
	width: 223px;
	height: 50px;
	background-color: #fc0002;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 30px 20px;
}
.rubox ul{
	padding: 0 20px 80px;
}
.rubox ul li{
	display: flex;
	align-items: center;
	box-shadow: 0 2px 8px #dddddd;
	margin-bottom: 20px;
	padding: 15px 35px;
}
.rupic{
	width: 110px;
	height: 110px;
	border-radius: 5px;
}
.ruyou{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee;
	margin-left: 25px;
	padding: 38px 30px;
}
.runame{
	font-size: 18px;
	color: #333333;
}
.smtxt{
	width: 185px;
	text-align: right;
	flex-shrink: 0;
	padding-right: 10px;
	font-size: 18px;
	color: #333333;
}
.smtxt span{
	color: #fc0002;
	font-size: 18px;
}
.sctxt{
	width: 185px;
	flex-shrink: 0;
	font-size: 18px;
	color: #333333;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}
.sctxt span{
	color: #fc0002;
	font-size: 24px;
}
.sapic{
	width: 274px;
	height: 178px;
	margin-right: 20px;
}
.xinzeng{
	width: 200px;
	height: 50px;
	border-radius: 5px;
	background-color: #15bebb;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
	margin:  30px 0 35px 195px ;
	cursor: pointer;
}
.hline{
	height: 1px;
	width: 1100px;
	background-color: #d2d2d2;
	margin: 0 auto;
}
.haabox{
	padding: 50px 0 20px;
	border-bottom: 1px solid #d2d2d2;
}
.hazhi{
	width: 95px;
	height: 35px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 75px;
}

.haput{
	margin-right: 24px;
	width: 320px;
	border-radius: 5px;
	height: 50px;
	border: 1px solid #dddddd;
	font-size: 16px;
	color: #333333;
	padding: 0 10px;
}
.xinred{
	width: 200px;
	height: 50px;
	border-radius: 5px;
	background-color: #e60012;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
	margin:  75px 0 35px 195px ;
	cursor: pointer;
}
.lican{
	width: 140px;
	height: 47px;
	border-radius: 5px;
	background-color: #e60012;
	text-align: center;
	line-height: 47px;
	font-size: 20px;
	color: #ffffff !important;
	top: 0px;
	right: 55px;
	position: absolute;
}
.yican{
	width: 162px;
	height: 47px;
	border-radius: 5px;
	background-color: #15bebb;
	text-align: center;
	line-height: 47px;
	font-size: 20px;
	color: #ffffff !important;
	top: 0px;
	right: 55px;
	position: absolute;
}
.canxin{
	margin: 20px 0;
	background-color: #ffffff;
	padding: 42px 30px;
}
.cantop{
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}
.canred{
	width: 5px;
	height: 22px;
	background-color: #fc0002;
	border-radius: 25px;
}
.cantitle{
	font-size: 20px;
	color: #333333;
	padding-left: 10px;
}
.siname{
	font-size: 22px;
	color: #333333;
	padding-bottom: 10px;
}
.siphone{
	font-size: 20px;
	color: #333333;
	padding-bottom: 26px;
}
.sifu p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	color: #565656;
}
.zppc-header .header-top .header-top__box .header-top__ml .tab{
	font-size: 16px !important;
	margin: 0 13px !important;
}
.zppc-header .header-top .header-top__box .header-top__lt{
	width: 115px !important;
}
.lep20{
	letter-spacing: 16px;
}
.shipin ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.shipin ul li{
	width: 285px;
	height: 265px;
	border-radius: 7px;
	background-color: #ffffff;
	margin: 0 16px 16px 0;
}
.shipin ul a:nth-child(4n) li{
	margin-right: 0;
}
.shitop{
	text-align: center;
	position: relative;
	height: 205px;
}
.shipic{
	width: 260px;
	height: 195px;
	border-radius: 5px;
	margin: 10px auto;
}
.shibf{
	width: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -28px;
}
.shiti{
	font-size: 18px;
	color: #333333;
	padding: 17px 25px 0;
}

.huodong ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.huodong ul li{
	width: 585px;
	height: 325px;
	border-radius: 7px;
	background-color: #ffffff;
	margin-top:20px;
}
.huodong ul a:nth-child(4n) li{
	margin-right: 0;
}
.huotop{
	text-align: center;
	position: relative;
	height: 235px;
}
.huopic{
	width: 540px;
	height: 225px;
	border-radius: 5px;
	margin: 10px auto;
}
.huoti{
	font-size: 18px;
	font-weight:600;
	color: #333333;
	padding: 17px 25px 0;
	display:flex;
	justify-content: center;
}
.huoci{
	font-size: 18px;
	color: #333333;
	padding: 17px 35px 0;
}


.pdfbox ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pdfbox ul li{
	width: 225px;
	height: 265px;
	border-radius: 7px;
	background-color: #ffffff;
	margin: 0 16px 16px 0;
}
.pdfbox ul a:nth-child(5n) li{
	margin-right: 0;
}
.pdfpic{
	margin: 10px auto 0;
	width: 200px;
	height: 200px;
}
.pdfti{
	font-size: 18px;
	color: #333333;
	padding: 17px 20px 0;
}
.sobox{
	padding: 20px 25px;
	border-radius: 5px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.soleft{
	width: 210px;
	height: 158px;
	position: relative;
	border-radius: 5px;
}
.sopic{
	width: 210px;
	height: 158px;
}
.sobf{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
}
.soright{
	padding-left: 40px;
}
.srtop{
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}
.srline{
	width: 5px;
	height: 24px;
	background-color: #15bebb;
	border-radius: 25px;
}
.srtitle{
	font-size: 22px;
	color: #333333;
	padding-left: 10px;
}
.srtxt{
	padding: 25px 0 0 15px;
	font-size: 18px;
	color: #989898;
}
.srtxt span{
	color: #333333;
	font-size: 18px;
}
.videofu{
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	margin-bottom: 60px;
}
.pb60{
	padding-bottom: 60px;
}
.fared{
	width: 110px;
    height: 35px;
    background-color: #ff0000;
    border-radius: 6px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}
.xuqiu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xuqiu ul li{
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 15px;
	position: relative;
	width: 585px;
	height: 250px;
}
.xutop{
	padding: 22px 30px 0;
}
.xutitle{
	font-size: 16px;
	color: #333333;
	padding-bottom: 22px;
}
.xufu{
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 16px 15px;
	font-size: 16px;
	color: #989898;
	line-height: 35px;
	overflow-y: scroll;
}
.xianbox{
	padding-top: 23px;
	border-top: 1px solid #eeeeee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xianli{
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.xianpic{
	width: 20px;
}
.xiantxt{
	font-size: 16px;
	color: #333333;
	padding-left: 10px;
	width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}
.xianhui{
	font-size: 18px;
	color: #989898;
	padding-left: 10px;
}
.dading{
	width: 140px;
	height: 40px;
	background-color: #15bebb;
	text-align: center;
	line-height: 40px;
	border-radius: 0 0 15px 15px;
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	top: 0;
	overflow: hidden;
	right: 18px;
}
.qiubai{
	padding: 30px 13px 40px 33px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}
.wangli{
	display: flex;
	align-items: center;
	flex-shrink: 0;
	padding-top: 22px;
}
.timebox{
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 40px;
	right: 10px;
}
.feuwen{
	padding: 45px 35px 70px;
	margin-bottom: 60px;
	background-color: #ffffff;
	border-radius: 5px;
}
.feuwen p{
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	text-indent: 2em;
}
.yhbox ul li{
	padding: 20px 30px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 25px;
}
.fentai ul{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 0 30px;
}
.fentai ul li{
	width: 120px;
	height: 40px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	margin: 0 30px;
	cursor: pointer;
}
.fentai ul li.active{
	background-color: #e60012;
	color: #fff;
	border: 1px solid #e60012;
}
.yhtop{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.fowho{
	font-size: 16px;
	color: #666666;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}
.uppicbox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 20px;
}
.uppic{
	width: 60px;
	height: 60px;
	border-radius: 5px;
	margin: 0 10px 10px 0;
}
.taibox{
	width: 70px;
	height: 35px;
	background-color: #e60012;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
}
.yhead{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	padding: 3px;
}
.yright{
	padding-left: 15px;
}
.yname{
	font-size: 16px;
	color: #333333;
	padding-bottom: 8px;
}
.ytime{
	font-size: 16px;
	color: #989898;
}
.ytitle{
	font-size: 16px;
	color: #333333;
	padding-bottom: 20px;
}
.yfu{
	padding: 5px;
	text-indent: 2em;
	border-radius: 5px;
	background-color: #f8f8f8;
	margin-bottom: 25px;
	font-size: 18px;
	color: #787878;
	line-height: 35px;
}
.lunbox{
	display: flex;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}
.lunli{
	display: flex;
	align-items: center;
	margin-right: 100px;
}
.lunpic{
	width: 26px;
}
.lubtxt{
	font-size: 20px;
	color: #787878;
	padding-left: 10px;
}
.beititle{
	padding: 0 50px;
	height: 55px;
	background-color: #ffffff;
	line-height: 55px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
}
.hunibox ul li{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.huleft{
	width: 177px;
	background-color: #eeeeee;
	flex-shrink: 0;
	text-align: center;
	align-self: stretch;
}
.huhead{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #fafafa;
	padding: 3px;
	margin: 65px auto 17px;
}
.hutitle{
	font-size: 20px;
	color: #333333;
}
.huright{
	padding: 60px 30px 20px;
	flex-grow: 1;
}
.hurtitle{
	font-size: 18px;
	color: #787878;
	line-height: 34px;
}
.dsend{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
	margin-top: 48px;
}
.lunboxact{
	display: flex;
	align-items: center;
}
.luntime{
	font-size: 16px;
	color: #989898;
}
.neibox{
	padding: 35px 0 25px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.neileft{
	text-align: center;
	flex-shrink: 0;
	width: 90px;
}
.neihead{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #fafafa;
	padding: 3px;
	margin: 0 auto 15px;
}
.neiline{
	width: 1px;
	height: 113px;
	background-color: #dddddd;
	margin: 0 40px;
	flex-shrink: 0;
}
.beiright{
	flex-grow: 1;
}
.neiname{
	font-size: 20px;
	color: #333333;
}
.bornone{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
}
.nobor{
	border: none !important;
}
.huibox{
	border: 1px solid #eeeeee;
	border-radius: 5px;
	margin: 26px 0 15px;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 6px 0 25px;
}
.huiput{
	flex-grow: 1;
	padding: 0 20px;
	font-size: 18px;
	color: #333333;
}
.huisub{
	width: 100px;
	height: 50px;
	border-radius: 5px;
	background-color: #ff0000;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 4px;
	cursor: pointer;
}
.bahui{
	background-color: #ffffff;
	padding: 30px 48px 20px;
	border-radius: 5px;
	margin-bottom: 50px;
}
.baarea{
	padding: 15px;
	font-size: 18px;
	color: #333333;
	height: 130px;
	width: 1070px;
	border-radius: 5px;
	background-color: #f5f5f5;
	resize: none;
	margin-bottom: 20px;
}
.tubox{
	background-color: #ffffff;
	padding: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tuli{
	width: 360px;
	height: 360px;
	margin: 0 25px 25px 0;
}
.tuli:nth-child(3n){
	margin-right: 0;
}
.aaqiu ul li{
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 25px;
}

.aading{ 
	width: 90px;
	height: 40px;
	background-color: #e60012;
	border-radius: 0 0 12px 12px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 0px;
	right: 180px; 
}

.xueli ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xueli ul li{
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 25px;
	position: relative;
	width: 585px;
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.xuepic{
	width: 185px;
	height: 185px;
	border-radius: 5px;
	flex-shrink: 0;
	margin-left: 20px;
}
.xueyou{
	padding-left: 30px;
}
.xuetitle{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 15px;
	width: 215px;
}
.xuefu{
	width: 335px;
	height: 128px;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.xuefu p{
	font-size: 18px;
	color: #989898;
	line-height: 37px;
	padding: 12px 15px 0;
}
.litop{
	background-color: #ffffff;
	padding: 12px 55px 12px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lipic{
	width: 165px;
	height: 165px;
	border-radius: 5px;
	flex-shrink: 0;
}
.licen{
	padding: 0 45px;
	flex-grow: 1;
}
.lititle{
	font-size: 22px;
	color: #333333;
	padding-bottom: 15px;
}
.licendi{
	display: flex;
	align-items: center;
	padding-top: 18px;
}
.licenpic{
	width: 23px;
	flex-shrink: 0;
}
.licentxt{
	font-size: 18px;
	color: #333333;
	padding: 0 6px;
}
.litime{
	font-size: 18px;
	color: #989898;
}
.zixun{
	width: 148px;
	height: 50px;
	border-radius: 7px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 20px;
	background-color: #15bebb;
}
.edfubox{
	background-color: #ffffff;
	margin-bottom: 50px;
	border-radius: 5px;
	padding: 45px 30px;
}
.edfubox p{
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.edfubox p img{
	max-width: 100%;
}
.lmask{
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.masknei{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mabaibox{
	background-color: #ffffff;
	border-radius: 8px;
	padding: 50px 0 40px;
	width: 1130px;
	position: relative;
}
.sktop{
	text-align: center;
	padding-bottom: 50px;
}
.sktitle{
	font-size: 24px;
	color: #333333;
	padding-bottom: 6px;
}
.skline{
	width: 50px;
	height: 5px;
	border-radius: 25px;
	background-color: #15bebb;
	margin: 0 auto;
}
.mingbox{
	display: flex;
	align-items: center;
	padding-bottom: 35px;
}
.mingtxt{
	width: 220px;
	flex-shrink: 0;
	font-size: 20px;
	color: #333333;
	text-align: right;
}
.mingput{
	width: 240px;
	height: 56px;
	border: 1px solid #dddddd;
	padding: 0 30px;
	border-radius: 8px;
	font-size: 18px;
	color: #333333;
}
.bzbox{
	display: flex;
	align-items: flex-start;
	padding-bottom: 45px;
}
.bztxt{
	width: 220px;
	flex-shrink: 0;
	font-size: 20px;
	color: #333333;
	padding-top: 15px;
	text-align: right;
}
.bzarea{
	border: 1px solid #dddddd;
	height: 190px;
	border-radius: 8px;
	padding: 15px 30px;
	width: 760px;
	resize: none;
}
.bzti{
	width: 165px;
	height: 50px;
	border-radius: 5px;
	background-color: #e60012;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
	margin: 0 auto;
}
.closepic{
	width: 35px;
	position: absolute;
	top: 20px;
	right: 25px;
	cursor: pointer;
}
.xieyibox{
	padding-top: 25px;
	display: flex;
	align-items: center;
}
.xietxta{
	font-size: 15px;
	color: #999999;
	padding-left: 15px;
}
.xietxta a{
	color: #0a5ba6;
}
.wkxs{
	display:flex;

	.yisj{
		padding-right:30px;
	}
}
.tphp{
	display:flex;

	.pic{
		width: 100px;
		height: 85px;
		margin-right:10px;
		border-radius:6px;
	}
}
.ayfu{
	padding: 5px;
	border-radius: 5px;
	font-size: 18px;
	color: #787878;
	line-height: 35px;
}
.lunboxa{
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.chanboxa{
	margin-bottom:20px;
}
.upboxa{
	display: flex;
	align-items: flex-start;
	padding: 0 30px 40px;
}
.bahuia{
	background-color: #ffffff;
	padding-left: 30px;
	border-radius: 5px;
	margin-bottom: 50px;
}