*{
	padding:0px;
	margin:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
	background:#FFF;
} 
body{
	font-size:14px;
	font-family:"思源黑体";
	background: #f7f7f7;
}
img{
	border:none;
}

a{
	color:#303233;
	text-decoration:none;
}
a:hover{
	color:#ba2636;
}
ul li{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:#000;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
/*---------- stock ---------*/
#site-header{
	position: fixed !important;
}
.flex{display:flex;}
div.banner img {
  width: 100%;
}
div.jiazhi{
	background: url("../img/join/word.jpg") no-repeat;
	background-size: 100% 100%;
	padding:1px 0px;
}
div.box{
	width:80%;
	margin: 80px auto 0px;
}

div.box h4 {
    text-align: center;
    font-family: inherit;
    margin-top: 60px;
    font-size: 2.4vw;
    font-weight: 500;
    letter-spacing: 5px;
}
div.jiazhi h4,h4.offtitle,h4.postitle {
    background: linear-gradient(to right, #0f0f74, #002bff);
    -webkit-background-clip: text;
    color: transparent;
}
div.box p.txt{
	font-size:1.4vw;
	font-weight: lighter;
    margin: 30px auto 0px;
    line-height: 3.2vw;
    text-align: center;
    letter-spacing: 1px;
}
div.box p.txt span{
	font-weight: 500;
}
div.box ul.office,ul.post{
	margin-top: 36px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
ul.office li,ul.post li{
	width:32%;
	margin-bottom: 20px;
}
ul.office li img{
	width: 100%;
	height: 16vw;
}
ul.post li{
	background: #fff;
	border-radius: 6px;
	padding: 20px 24px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
ul.post li h5{
	font-size: 21px;
	font-weight: 540;
	letter-spacing: 0.2em;
}
ul.post li .date{
	font-size: 10px;
	color: #aaa;
	margin:6px 0px 15px;
}
ul.post li p{
	letter-spacing: 0.2em;
}
ul.post li p a{
	float: right;
	color: #253974;
}
ul.post li p a:hover{
	color:#ba2636;
	font-weight: bold;
}
ul.post a.more{
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	width: 150px;
	height: 49px;
	text-align: center;
	color:#253974;
	line-height: 49px;
	border:1px solid #253974;
	border-radius: 6px;
	margin: 20px auto 0px;
}
ul.post a.more:hover{
	color: #fff;
	background: #253974;
}