* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background-color: #dfdef3;
}

header {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

header p {
    position: relative;
    top: -38px;
    display: inline-block;
    font-size: 24px;
    color: #4B4988;
    letter-spacing: 10px;
    font-weight: bolder;
}

header img {
    width: 90px;
    margin: 0px 20px;
}

main {
    padding: 10px;
    width: 1000px;
    margin: 0 auto;
    background-color: #4B4988;
}

nav {
    color: #E0E0E0;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    text-align: center;
}

nav a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    letter-spacing: 2px;
}

/* 轮播图样式 */
#banner {
    height: 320px;
}

.out {
    position: relative;
    height: 200px;
    width: 800px;
    margin: 0 auto;
    top: 100px;
}

.inner {
    width: 100%;
    height: 100%;
}

.img {
    width: 400px;
    height: 200px;
    position: absolute;
    transition: 0.3s;
}

img {
    width: 100%;
    height: 100%;
}

.arrow {
    font-size: 34px;
}

.arrow i {
    position: absolute;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.button {
    width: 175px;
    height: 15px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.button p {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 5px;
    cursor: pointer;
    background-color: silver;
    border-radius: 50%;
}

.button p:first-child {
    background-color: #4B4988;
}

#last {
    transform: translateX(0);
    z-index: 9;
    opacity: 1;
}

#first {
    transform: translateX(200px) scale(1.3);
    z-index: 99;
    opacity: 1;
}

#second {
    transform: translateX(400px);
    z-index: 9;
    opacity: 1;
}

#left {
    transform: translateX(-100px);
    z-index: 1;
    opacity: 0;
}

#right {
    transform: translateX(500px);
    z-index: 1;
    opacity: 0;
}

/* 轮播图结束 */
.saying {
    position: relative;
    text-align: center;
    color: #fff;
    letter-spacing: 10px;
    margin-bottom: 30px;
    margin-top: 60px;
}

#carousel-container {
    height: 250px;

}

#carousel {
    font-size: 0px;
    height: 250px;
}

#carousel .slide:first-child {
    margin-left: 0px;
}

.slide {
    float: left;
    width: 241px;
    margin-left: 12px;
    background-color: #fff;
    padding-bottom: 10px;
}

.slide p {
    font-size: 12px;
    padding: 0px 5px;
}

.slide p:nth-child(2) {
    line-height: 24px;
}

.slide p:nth-child(3) {
    line-height: 18px;
}

.slide img {
    width: 100%;
    height: 157px;
}

.clear {
    clear: both;
}

#Wandering {
    font-size: 0px;
}

.Wanderinglist1 {
    float: left;
    width: 750px;
    height: 475px;
}

.Wanderinglist2 {
    width: 240px;
    float: left;
    margin-left: 10px;
}

.Wanderinglist2 img {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.indexvideo {
    width: 100%;
}

footer {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 20px;
}

.main_title {
    margin-top: 20px;
}

.main_title1 {
    height: 300px;
    background: url(../images/banner8.png) no-repeat;
    background-position: center;
    background-size: 100%;
}

.main_title2 {
    background: url(../images/banner9.png) no-repeat;
    background-position: center;
    background-size: 100%;
}

.main_title3 {
    background: url(../images/banner10.png) no-repeat;
    background-position: center;
    background-size: 100%;
    margin-bottom: 30px;
}

.main_title4 {
    background: url(../images/banner11.png) no-repeat;
    background-position: center;
    background-size: 100%;
    margin-bottom: 30px;
}

.main_title p {
    display: inline-block;
    width: 100%;
    line-height: 300px;
    text-align: center;
    background-color: #0000006f;
    color: #fff;
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: bolder;
}

#Hazards_of_war {
    width: 820px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.Hazards_of_war_list {
    position: relative;
    margin-top: 20px;
}

.Hazards_of_war_list li {
    width: 400px;
    float: left;
}

.Hazards_of_war_list li:nth-child(2n) {
    width: 400px;
    float: right;
}

.Hazards_of_war_list li:nth-child(2) {
    margin-top: 300px;
}

.Hazards_of_war_list li:nth-child(3) {
    margin-top: 100px;
}

.Hazards_of_war_list li:nth-child(4) {
    margin-top: 160px;
}

.Hazards_of_war_title {
    color: #fff;
    background-color: #DCDA0F;
    box-sizing: border-box;
    padding: 0px 10px;
    line-height: 30px;
    transform: skew(-25deg);
    margin-left: 7px;
    width: 390px;
    margin-bottom: 5px;
}

.Hazards_of_war_text {
    font-size: 12px;
    color: #fff;
}

.Hazards_of_war_text p {
    margin-bottom: 5px;
}

.Dividing_line {
    width: 0px;
    position: absolute;
    height: 1300px;
    border-left: 1px dashed #fff;
    left: 410px;
}

#Peace_Incident {
    margin-top: 30px;
    margin-bottom: 30px;
}

#Peace_Incident ul li {
    color: #fff;
    margin-bottom: 20px;
}

#Peace_Incident ul li p {
    margin-top: 10px;
    font-size: 14px;
}

#Peace_Incident ul li h4 {
    border-bottom: 1px dashed #ccc;
    line-height: 40px;
    color: #DCDA0F;
}

#Anti_war img {
    width: 326px;
    float: left;
    height: 180px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

#Anti_war img:nth-child(3n-2) {
    margin-left: 0px;
}

.saying1 {
    margin-top: 10px;
}

.fanzhan {
    width: 100%;
}

.logo2 {
    float: left;
    width: 200px;
    margin-left: 20px;
    position: relative;
    top: 30px;
}

#idea {
    margin-bottom: 30px;
}

#idea_text {
    width: 750px;
    float: right;
}

#idea_text p {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

#form_box {}

#form_box form {
    font-size: 0px;
}

#form_box form input {
    width: 480px;
    border: 1px solid #ccc;
    height: 40px;
    padding: 0px 5px;
}

#form_box form input::placeholder {
    color: #4B4988;
    font-size: 14px;
}

#form_box form input:nth-child(2) {
    float: right;
}

#form_box form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 17px;
    padding: 5px;
    color: #4B4988;
    font-size: 14px;
}

#form_box form button {
    float: right;
    height: 40px;
    width: 120px;
    margin-top: 17px;
    border: 1px solid #ccc;
    color: #4B4988;
    font-size: 14px;
}