﻿html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
}
.content {
  width: 90%;
  margin: 0 auto;
}
/******************************************首页样式******************************************/
.color_bg {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.color_body {
  background: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.03);
  height: 680px;
}
.color_logo {
  text-align: right;
  position: relative;
  z-index: 1;
}
.color_logo img {
  width: 300px;
  margin: 60px 0 20px 0;
}
.color_body_inner {
  padding: 50px;
}
.color_btm_tab {
  margin: 0 0.2%;
  overflow: hidden;
}
.color_btm_tab li {
  float: left;
  background: #f5f5f5;
  text-align: center;
  margin: 10px 0.2%;
  font-size: 1.2em;
  cursor: pointer;
  padding: 20px 0;
  transition: all 0.3s;
}
.color_btm_tab li:hover,
.color_btm_tab li.active {
  background: #e9e9e9!important;
  font-weight: bold;
}
.four_btn li {
  width: 24.6%;
}
.five_btn li {
  width: 19.6%;
}
.color_top_left {
  float: left;
}
.color_top_left img {
  margin-top: -150px;
}
.color_top_right {
  float: right;
}
.color_top_right b {
  font-size: 2em;
  color: #aaa;
  margin-right: 30px;
}
.color_top_right span {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #aaa;
  margin-right: -6px;
  font-size: 1.4em;
  cursor: pointer;
  transition: all 0.3s;
}
.color_top_right span:hover,
.color_top_right span.active {
  background: #aaa;
  color: #fff;
}
.color_tab_body {
  display: none;
}
.color_tab_body.active {
  display: block;
}
.color_tab_body_1 .color_center {
  height: 420px;
}
.color_center {
  height: 330px;
  overflow-y: scroll;
  margin: 0 50px 30px 50px;
}
.color_index_ul {
  overflow: hidden;
  display: none;
}
.color_index_ul.active {
  display: block;
}
.color_index_ul li {
  float: left;
  width: 15%;
  margin-right: 10%;
  margin-bottom: 20px;
}
.color_index_ul li a {
  position: relative;
  height: 140px;
  text-align: center;
}
.color_index_ul li a > div {
  position: absolute;
  width: 86%;
  left: 7%;
  z-index: 2;
}
.color_index_ul li:hover .color_btn {
  background: #edd6c4;
}
.color_index_ul li:nth-child(5n) .color_block_2 span:nth-child(1) {
  background: #35afde;
}
.color_index_ul li:nth-child(5n) .color_block_2 span:nth-child(2) {
  background: #86c8f8;
}
.color_index_ul li:nth-child(5n+1) .color_block_2 span:nth-child(1) {
  background: #4cb4ab;
}
.color_index_ul li:nth-child(5n+1) .color_block_2 span:nth-child(2) {
  background: #7ad3cf;
}
.color_index_ul li:nth-child(5n+2) .color_block_2 span:nth-child(1) {
  background: #ff8c39;
}
.color_index_ul li:nth-child(5n+2) .color_block_2 span:nth-child(2) {
  background: #fdab71;
}
.color_index_ul li:nth-child(5n+3) .color_block_2 span:nth-child(1) {
  background: #35afde;
}
.color_index_ul li:nth-child(5n+3) .color_block_2 span:nth-child(2) {
  background: #86c8f8;
}
.color_index_ul li:nth-child(5n+4) .color_block_2 span:nth-child(1) {
  background: #fe9f05;
}
.color_index_ul li:nth-child(5n+4) .color_block_2 span:nth-child(2) {
  background: #ffc265;
}
.color_block_1 {
  background: #edd6c4;
  width: 100%!important;
  left: 0!important;
  height: 100px;
  margin-top: 15px;
}
.color_block_2 span {
  display: inline-block;
  height: 130px;
}
.color_block_2 span:nth-child(1) {
  width: 30%;
  margin-right: -6px;
}
.color_block_2 span:nth-child(2) {
  width: 70%;
}
.color_block_3 {
  color: #fff;
  font-size: 9em;
  white-space: nowrap;
  top: -30px;
  left: 0!important;
  width: 100%!important;
  overflow: hidden;
  opacity: 0.15;
}
.color_name {
  color: #fff;
  font-size: 1.8em;
  margin: 30px 10px 10px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.color_btn {
  background: #fff;
  color: #000;
  width: 30%;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 0.9em;
}
.footer {
  position: relative;
  z-index: 1;
  padding: 20px 0 10px 40px;
  color: #000;
  background: rgba(255, 255, 255, 0.3);
  margin: 30px 0;
  border-radius: 50px;
}
.footer_intro {
  overflow: hidden;
  line-height: 60px;
}
.footer_intro span {
  display: inline-block;
  margin-right: 20px;
}
.footer_intro_img {
  float: left;
  width: 10%;
}
.footer_intro_img:nth-child(5) {
  text-align: right;
}
.footer_intro_img:nth-child(5) img {
  margin-top: 5px;
}
.footer_intro {
  line-height: 28px;
}
.footer_intro_img {
  width: 7%;
}
.footer_word {
  float: left;
  overflow: hidden;
}
.footer_word a {
  display: inline-block;
  color: #000;
}
.footer_word img {
  float: left;
  overflow: hidden;
  margin-top: 8px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
.color_left {
  float: left;
  width: 18%;
}
.color_right {
  float: right;
  width: 80%;
}
.color_city {
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 30px;
}
.color_year_ul {
  overflow: hidden;
}
.color_year_ul li {
  float: left;
  width: 20%;
  margin: 0 2.5% 40px 2.5%;
  text-align: center;
  background: #f5f5f5;
  font-size: 2em;
}
.color_year_ul li:hover {
  background: #f1f1f1;
}
.color_year_ul li a {
  color: #000;
  padding: 20px 0;
}
.color_long .color_center {
  overflow: hidden;
}
.color_long .color_body,
.color_long .color_tab_body_1 .color_center {
  height: inherit;
}
.color_people_ul {
  overflow: hidden;
  padding-bottom: 20px;
}
.color_people_ul li {
  background: #f5f5f5;
  float: left;
  width: 20%;
  margin-right: 5%;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 0;
}
.color_people_ul li:hover {
  background: #f0f0f0;
}
.color_people_ul li img {
  width: 60%;
  height: 230px;
  vertical-align: bottom;
}
.color_people_name {
  color: #000;
  font-size: 1.3em;
  margin: 10px 0;
  font-weight: bold;
}
.color_people_more {
  width: 90%;
  margin: 0 auto;
  color: #000;
}
.color_detail_body {
  overflow: hidden;
}
.color_detail_body .color_people_ul {
  float: left;
  width: 20%;
}
.color_detail_body .color_people_ul li {
  width: 100%;
}
.color_detail_content {
  float: right;
  width: 75%;
  margin-bottom: 50px;
}
@media screen and (max-width: 798px) {
  .content {
    width: 96%;
  }
  .color_bg {
    height: 100%;
  }
  .color_logo img {
    width: 150px;
    margin: 20px 10px 70px 0;
  }
  .color_top_left {
    float: none;
    width: 100%;
    margin-top: -100px;
  }
  .color_top_left img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  .color_body_inner {
    padding: 20px;
  }
  .color_top_right {
    margin: 20px 0;
    text-align: center;
    width: 100%;
  }
  .color_top_right span {
    font-size: 0.9em;
    padding: 10px;
  }
  .color_index_ul li,
  .color_left,
  .color_right,
  .color_year_ul li,
  .color_people_ul li,
  .color_detail_content {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .color_body,
  .color_tab_body_1 .color_center {
    height: inherit;
  }
  .footer_intro_img {
    width: 90%;
    text-align: center;
  }
  .footer_intro_img img {
    margin: 0;
  }
  .footer_word {
    width: 90%;
  }
  .color_top_right b {
    display: block;
    margin-right: 0;
    font-size: 1.2em;
    margin-bottom: 30px;
  }
}
