* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: -apple-system, Helvetica Neue, Arial, PingFang SC, lucida grande, lucida sans unicode, lucida, helvetica, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	font-size: .20rem;
	background: #f1f1f1;
}

a {
	color: #333;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	border: 0;
}

input {
	outline: none;
}

em,
b {
	font-weight: normal;
	font-style: normal;
}

.blue {
	color: #0085e2 !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.firstdiv {
	background: #fff;
	min-width: 1200px;
}

.bodytop {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

.searchbox {
	border-radius: 20px;
	border: 1px solid #787878;
	height: 47px;
	margin-top: 35px;
	padding-top: 1px;
	padding: 1px 13px 0;
}

.searchbox img {
	vertical-align: middle;
	height: 43px;
	float: right
}

.searchbox input {
	vertical-align: middle;
	border: none;
	height: 43px;
	margin-left: 20px;
	width: 260px;
}
.banner{
	min-width:1200px ;
}
.banner a {}

.banner img {
	width: 100%;
	display: block;
}

.nav {
	height: 80px;
	min-width: 1200px;
	background: url(../img/navbj.png) repeat;
	text-align: center;
	line-height: 80px;
}

.nav a {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	height: 80px;
	width: 200px;
}

.nav a:nth-child(1):hover {
	background: url(../img/nav1.jpg) no-repeat;
}
.nav a:nth-child(2):hover {
	background: url(../img/nav2.jpg) no-repeat;
}
.nav a:nth-child(3):hover {
	background: url(../img/nav3.jpg) no-repeat;
}
.nav a:nth-child(4):hover {
	background: url(../img/nav4.jpg) no-repeat;
}
.nav a:nth-child(5):hover {
	background: url(../img/nav5.jpg) no-repeat;
}
.nav a:nth-child(6):hover {
	background: url(../img/nav6.jpg) no-repeat;
}
.personinfo {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	/*background: #fbfbfb;*/
	overflow: hidden;
	border-bottom: 1px solid #a50000;
	padding-bottom: 20px;
}

.personinfo .more a {
	padding-top: 10px;
	display: block;
	color: #313131;
	font-size: 20px;
}

.personcontent {
	width: 1200px;
	height: 466px;
	margin: 0 auto;
	padding: 20px;
	border-bottom: 1px solid #a50000;
}

.personimg {
	margin: 0 auto;
}

.news {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	margin-top: 30px;
}

.newsl {
	width: 640px;
}

.newstitle {
	border-bottom: 1px solid #a50000;
	overflow: hidden;
	padding-bottom: 10px;
}

.newsl .more a {
	display: inline-block;
	padding-top: 10px;
	color: #313131;
	font-size: 20px;
}

.more a:hover {
	color: #0085E2 !important;
}

.newslist span {
	display: inline-block;
	/*width: 540px;*/
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 460px;
}

.newslist a {
	border-bottom: 1px dashed #c8c8c8;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	color: #313131;
}

.newslist a:hover {
	color: #0085E2;
}

.newslist strong {
	display: inline-block;
	height: 15px;
	width: 35px;
	display: inline-block;
	border-radius: 17px;
	text-align: center;
	background: #a50000;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

.newslist em {
	display: inline-block;
	padding-top: 5px;
}

.newsr {
	width: 500px;
	margin-left: 50px;
	padding-top: 20px;
}

.newsr div {
	margin: 0 10px;
	margin-bottom: 15px;
}
.newsr img{
	display: block;
	width: 230px;
	height: 147px;
	}
.persontitle {
	overflow: hidden;
}

.lastdiv {
	background: url(../img/lase.png) no-repeat center bottom;
	overflow: hidden;
	padding-bottom: 200px;
	min-width: 1200px;
}

.lastbox {
	padding-top: 10px;
}

.lastbox div {
	margin: 10px;
}

.lastbox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 8px;
}

.lastbox img {
	width: 275px;
    height: 280px;
	display: block;
}

.footer {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.footer ul {
	width: 300px;
	margin: 10px;
}

.footer h3 {
	font-size: 30px;
	color: #313131;
	padding: 10px 0 20px;
}

.footer a {
	color: #313131;
	font-size: 20px;
}

.footer .lsul {
	width: 170px;
}

.footerbq {
	text-align: center;
	font-size: 24px;
	color: #313131;
	border-top: 1px dashed #787878;
	margin-top: 20px;
	padding-top: 20px;
}