* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

img {
	border: none;
}

body {
	font-size: 14px;
	margin: 0 auto;
	max-width: 1920px;
	min-width: 1000px;
}
ul{
	list-style-type: none;
}
.header {
	width: 100%;
	height: 809px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center;
}

.container{
	width: 100%;
	background-image: url(../img/body_bg.jpg);
	background-size: 100%;
	padding-bottom: 50px;
}
.abstract{
	width: 1000px;
	margin: 0 auto;
	height: 365px;
	background: url(../img/abstract-bg.png) no-repeat center;
	text-align: center;
	overflow: hidden;
	margin-bottom: 100px;
}

.abstract_title{
	margin-top: 45px;
}

.abstract_content p{
	padding: 25px 120px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
.section{
	width: 100%;
	margin-bottom: 100px;
}
.section_inner{
	width: 1000px;
	margin: 0 auto;
}
.section_title{
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/title-bg.png) no-repeat center;
}
.section_content{
	margin: 40px 0;
}
.mask-left,
.mask-right{
	background-color: gainsboro !important;
	opacity: 0.7 !important;
}
.point{
	height: 315px;
	overflow: hidden;
}
.name{
	height: 161px;
	background: url(../img/name-bg.png) no-repeat center;
}
.left{
	float: left;
}
.right{
	float: right;
}

.point ul li,
.name ul li{
	float: left;
}
.name ul li{
	font-family: "楷体";
	font-weight: bold;
}
.point ul li{
	width: 100%;
}

.avatar{
	margin-left: 20px;
	animation: slideInLeft 1s;
}
.word{
	margin-right: 20px;
	padding: 20px 20px 0 20px;
	width: 510px;
	height: 260px;
	background: url(../img/word.png) no-repeat 100% 100%;
	animation: slideInRight 1.5s;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.word h1{
	margin-bottom: 20px;
	font-size: 24px;
}
.job{
	color: white;
	font-size: 18px;
	padding: 2px 8px;
	background: url(../img/job-bg.png) no-repeat 100%;
	margin-bottom: 2px;
}
.jobw{
	margin-bottom: 5px;
}
.text{
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.name ul{
	margin-left: 136px;
}
.name ul li{
	color: white;
	font-size: 18px;
	width: 18px;
	padding: 40px 12px;
	margin-right: 125px;
	cursor: pointer;
	background: url(../img/eachname-bg.png) no-repeat center;
}
.active{
	background:url(../img/name-active-bg.png) no-repeat center !important;
}

.lightspot{
	height: 280px;
	width: 100%;
}

.down{
	overflow: hidden;
	margin-top: 30px;
}
.down,
.down li{
	height: 280px;
}

.lightspot li{
	cursor: pointer;
}
.lightspot li{
	width: 20%;
	float: left;
	text-align: center;
}
.middle li{
	visibility: hidden;
}
.down li{
	color: white;
	width: 20%;
	float: left;
	background: url(../img/downli-bg.png) no-repeat center;
}
.people{
	width: 184px;
	height: 184px;
}
.people_name{
	margin-top: 30px;
	text-align: center;
}
.people_name span{
	font-size: 20px;
	font-weight: bolder;
}
.people_name p{
	font-size: 15px;
	padding: 2px 8px;
}
.down{
	height: ;
}
.project{
	height: 390px;
}

.project .left-side li{
	width: 150px;
	height: 97.5px;
	text-align: center;
	color: white;
	background: #3a152a;
	overflow: hidden;
} 
.project .left-side li{
	cursor: pointer;
}
.project .left-side li span{
	font-size: 24px;
	display: block;
	margin-top: 15px;
}
.project .left-side li P{
	font-size: 18px;
}

.right-side{
	width: 844px;
	height: 384px;
	overflow: hidden;
	border: 3px solid #340505;
}

.project_active{
	background: #270518 !important;
}
.right-side ul,
.right-side ul li{
	height: 100%;
	width: 100%;
}
.right-side ul li{
	float: left;
}
#spe{
	display: block;
	visibility: visible;
}