@font-face {
  font-family: "iconfont"; /* Project id 3172217 */
  src: url('iconfont.ttf?t=1666248859801') format('truetype');
}

.container {
	/* background: linear-gradient(to bottom,#b7c1ff,#eefcff); */
	background: #f5f6fc;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
	width: 100%;
}

.banner a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.banner span {
	color: #ffffff;
}
.deptInfo{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.deptInfo .titl{
	color: #fff;
    font-weight: bold;
    line-height:40px;
}
.deptInfo .icon{
	background: rgba(255, 255, 255, 0.2);
    padding: 5px;
    border-radius: 50%;
}
.deptInfo .icon i{
	color:#fff;
}
.deptInfo .department{
	padding: 10px 0;
}
.content {
    padding-top: 15px;
}

.content::after {
	content: "";
	display: block;
	clear: both;
}

.content .item {
	text-align: center;
    float: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    margin-right: 15px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.content .item .iconfont{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .item:nth-child(3n+1){
	margin-left: 15px;
}
.content .item span:nth-child(2) {
	display: block;
	color: #666666;
}

.content .item>span:first-child {

}
.process {
	margin: 5px auto 0px auto;
	background: rgba(255, 255, 255, 0.7);
	overflow: hidden;
}

.process img {
	width: 75%;
	margin: 0 auto;
	display: block;
	padding: 6px 0px;
}

.icon-jiaqishenpi {
	position: relative;
}

.news {
	position: absolute;
	top: -10px;
	right: -10px;
	color: #FFFFFF;
	font-size: 12px;
	background: #f26161;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.process .title{
	color: #5d86ff;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 10px;
	border-bottom: 1px solid #ebebeb;
	margin-top: -4px;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.process .title::before{
	content: "";
	display: block;
	width: 5px;
	height: 20px;
	background: #5d86ff;
	border-radius: 3px;
	margin-right: 4px;
}

.about {
	background-color: #fff;
	margin-top: 6px;
	padding-bottom: 10px;
}

.about .title {
	display: flex;
	padding: 0px 10px;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
}

.about .title span {
	flex: 1;
	color: #787878;
	font-size: 14px;
}

.about .title::before {
	content: "\e668";
	display: block;
	float: left;
	font-family: "iconfont";
	color: #ff792e;
	margin-right: 6px;
	font-size: 28px;
}

.aboutContent .box1 {
	display: flex;
	margin: 0 10px;
	margin-top: 10px;
}

.aboutContent .box1 span:first-child {
	/* background-color: #c3bbff; */
	background: linear-gradient(to right,#91c3f5,#7d99ff);
	color: #fff;
	width: 60px;
	margin-right: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aboutContent .box1 span:nth-child(2) {
	flex: 1;
	background-color: #f3f3f7;
	color: #7b7b7b;
	padding: 4px 8px;
	font-size: 13px;
	line-height: 20px;
}
.item>img{
	width:40px;
	height:40px;
}
@media screen and (max-width: 600px) {
	.content .item .iconfont{
		font-size: 8vw;
	}
	.content .item{
		width: calc(calc(100% - 60px) / 3);
		height: calc(calc(100vw - 60px) / 3);
	}
	.deptInfo .icon i{
		font-size: 8vw;
	}
}
@media screen and (min-width: 600px) {
	.content .item .iconfont{
		font-size: 45px;
	}
	.content .item{
		width: calc(calc(600px - 60px) / 3);
		height: calc(calc(600px - 60px) / 3);
	}
	.deptInfo .icon i{
		font-size: 45px;
	}
}