* {
	padding: 0;
	margin: 0;
	transition: all 0.2s ease-out 0s;
}
body {
	width: 100%;
	max-width: 1920px;
	font-family: "Arial","Consolas","微软雅黑",sans-serif;
}
img {
	max-width: 100%;
}
/*div.video-box {
	width: 100%;
}/**/
video {
	width: 100%;
	max-width: 1920px;
}
/*header部分的css*/
header {
	position: relative;
	background-color: #dde2e6;
	width: 100%;
	height: 100%;
}
header nav,div#filmInfor {
	position: absolute;
}
header ul {
	list-style-type: none;
}
nav {
	width: 100%;/*85.3125*/
	top: 60px;
	color: #919ec2;
	font-size: 12px;
}
nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	padding-left: 10%;
}
nav ul li a:link, nav ul li a:visited {
	color: #919ec2;
	text-decoration: none;
}
nav ul li a:hover {
	color: #fff;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
}
div#filmInfor {
	width: 100%;
	bottom: 250px;
}
div#filmInfor ul {
	display: flex;
	width: 85.3125%;
	padding-left: 7.34375%;
	justify-content: space-between;
	text-align: center;
}
div#filmInfor ul li {
	width: 327.6px;
	height: 159px;
	background-image: url(../img/fk_normal.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 92.49084249%;
	color: #f1f3f5;
	font-size: 14px;
	line-height: 2;
}
div#filmInfor ul li p {
	padding-top: 40px;
}
div#filmInfor ul li:hover {
	background-image: url(../img/fk_over.png);
	cursor: pointer;
	color: #72777c;
}

/*人物介绍部分的css*/
div#CandL {
	width: 100%;
	background: linear-gradient(#dde2e6,#bcc6cc);
}
h1.partsHead {
	font-weight: normal;
	font-size: 48px;
	width: 12%;
	text-align: center;
	margin-left: 44%;
	padding-bottom: 30px;
	border-bottom: solid 1px #000;/**/
	margin-bottom: 100px;
}/*这里控制网页上各个大部分的标题*/
div.charaterContainer {
	width: 1458px;
	margin: 0 auto;
	color: #c4cace;
}
div.allCharacter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
div.box-items {
	width: 304px;
	height: 176px;
	background: #d1d8dc;
	margin: 0px 50px 20px;
}
div.CharacterWords {
	text-align: right;
	float: right;
	padding: 40px 30px 0px 0px;
	line-height: 2;
}
div.CharacterWords p:first-child {
	font-weight: bold;
}
div.CharacterWords p:last-child {
	font-size: 14px;
}
div.special {
	visibility: hidden;
}
div#EandC {
	margin-top: 100px;
	margin-bottom: 150px;
}
div.box-items:hover {
	cursor: pointer;
	background: #bac2c6;
}
div.box-items:hover p{
	color: #6a6a6a;
}

/*地点介绍部分的css*/
div#locationContainer {
	width: 1598px;
	margin: 0px auto;
	padding-bottom: 200px;
}
div#allContainer {
	display: flex;
	justify-content: space-between;
}
div.location-items {
	width: 304px;
}
div.location-items h5 {
	font-weight: normal;
	font-size: 16px;
	margin: 30px 0px 25px;
}
div.location-items p {
	font-size: 12px;
	color: #1d1d1d;
	line-height: 1.5;
}

/*前情提要*/
div#previously {
	position: relative;
	background-image: url(../img/KrennicCome.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #c0c9cf;
}
div#previously h2 {
	position: relative;
	top: 287px;
	color: #fff;
	border: solid 1px #fff;/**/
}
h2.plotHead {
	font-weight: normal;
	font-size: 48px;
	padding-bottom: 5px;
	width: 12%;
	margin-left: 44%;
}/*请注意，这里将所有剧情内容的标题居中、字号设置好*/
div#previously {
	
	text-align: center;
}
div#previously img {
	padding-top: 540px;
}
div#previously p {
	padding: 100px 0px 166px;
}
p.plotWords {
	font-size: 15px;
	letter-spacing: 8px;
	line-height: 2;
}/*请注意，这里将所有剧情内容的文字居中、字号设置好*/

/*杰达见索*/
div#meetSaw {
	position: relative;
	background-color: #e0e8ec;
	text-align: center;
	padding-top: 196px;
}
div#meetSaw h2 {
	border: solid 1px #000;
	position: relative;
}
div#meetSaw p:nth-child(2) {
	padding: 86px 0px 170px;
}/*选择属于其父元素第2个子元素的每个 <p> 元素。*/
div#ZhenAndJiang {
	width: 83.229167%;
	text-align: left;
	margin: 0px auto;
	padding-top: 265px;
}
div#ZhenAndJiang h5 {
	font-weight: normal;
	font-size: 24px;
	margin: 40px 0px 30px;
}
div#ZhenAndJiang p {
	font-size: 12px;
	margin: 30px 0px;
	line-height: 1.5
}
div#Baze {
	float: right;
	width: 49.37422%;
}
div#Chirrut {
	width: 49.37422%;
}
div#meetSaw h2:last-child {
	border-style: none;
	font-style: oblique;
	font-size: 36px;
	padding: 160px 0px 200px;
}

/*伊杜寻父*/
div#find_father {
	background-image: url(../img/EaduFight.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 100%;
	background-attachment: fixed;
	text-align: center;
	padding: 220px 0px 325px;
	color: #fff;
}
div#find_father h2 {
	border: solid 1px #fff;
}
div#find_father p {
	margin: 86px 0px 170px;
}
/*雅文4号集结*/
div#gatherAround {
	background: linear-gradient(#d1dbe1,#85a5bd);
	text-align: center;
	padding: 230px 0px 0px;
	margin-bottom: -4px;
}
div#gatherAround h2 {
	border: solid 1px #000;
	width: 16%;
	margin-left: 42%;
}
div#gatherAround p {
	margin: 86px 0px 170px;
}

/*斯卡里夫之战*/
div#ScarifFight {
	background-image: url(../img/ScarifFight.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 100%;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	padding-top: 270px;
	padding-bottom: 500px;
}
div#ScarifFight h2 {
	border: solid 1px #fff;
	width: 18%;
	margin-left: 41%;
}
div#ScarifFight p {
	margin: 86px 0px 170px;
}

/*影片感想*/
div#feelings {
	position: relative;
	background-color: #35455c;
	background-image: url(../img/theEnd.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding-top: 163px;
	padding-bottom: 780px;
	color: #fff;
}
div#feelings p {
	font-size: 15px;
	letter-spacing: 5px;
	line-height: 1.8;
}
div#feelings h1 {
	border-bottom: solid 1px #fff;
}
div#feelings p#cite {
	font-size: 10px;
	position: absolute;
	bottom: 40px;
	left: 8.4375%;
	text-align: left;
}
p#cite a:link, p#cite a:visited {
	color: #c0d5dc;
	text-decoration: none;
}
div#feelings p:nth-of-type(2) {
	padding-top: 55px;
}
p#cite a:hover {
	color: #fff;
	text-decoration: underline;
}
div#feelings p#statement {
	font-size: 12px;
	position: absolute;
	bottom: 40px;
	right: 8.4375%;
	text-align: right;
}