﻿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: "微软雅黑";
}
body {
  background: #d5e7ff;
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
}
.content {
  width: 70%;
  margin: 50px auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/******************************************首页样式******************************************/
.overLook_top {
  position: relative;
  overflow: hidden;
  height: 47vw;
}
.overLook_top > img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.overLook_video {
  position: absolute;
  bottom: 0;
  left: 29%;
  z-index: 0;
  width: 40%;
  height: 22.4vw;
  border: 10px solid #fff;
  border-radius: 10px;
}
.overLook_video iframe {
  height: 22.4vw;
}
.content_inner {
  padding: 20px;
}
.content_top {
  position: relative;
  overflow: hidden;
}
.content_top > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.overLook_computer {
  position: relative;
  z-index: 1;
  width: 55%;
  float: right;
  margin: 30px 45px 30px 30px;
}
.overLook_computer img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.overLook_img_1 {
  border: 10px solid #000;
}
.tit {
  text-align: center;
  margin: 20px 0 10px 0;
}
.block_inner {
  overflow: hidden;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}
.block_inner:nth-child(3) {
  margin-top: 20px;
}
.block_inner img {
  width: 60%;
}
.block_inner span {
  width: 35%;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  margin-top: 50px;
}
.block_inner img,
.block_inner span {
  display: inline-block;
  vertical-align: top;
}
.block_inner.img_left img {
  margin-right: 3%;
}
.block_inner.img_left span {
  text-align: right;
}
.block_inner.img_right img {
  margin-left: 3%;
}
.block_1 .block_inner {
  background: linear-gradient(90deg, #b2db5b, #7bd89f);
}
.block_1 .block_inner.img_left span {
  margin-top: 0;
}
.block_1 .block_inner.img_right {
  background: linear-gradient(90deg, #7bd89f, #b2db5b);
}
.block_2 .block_inner {
  background: linear-gradient(90deg, #fcba49, #fc6f37);
}
.block_3 .block_inner {
  background: linear-gradient(90deg, #f9b52e, #caa064);
}
.block_4 .block_inner {
  background: linear-gradient(90deg, #a3d4ff, #5a9bef);
}
.block_4 .block_inner.img_right {
  background: linear-gradient(90deg, #5a9bef, #a3d4ff);
}
.content_bottom {
  text-align: center;
  margin-bottom: 30px;
}
.content_bottom img {
  margin: 50px auto 0 auto;
  display: block;
}
/******************************************列表页样式******************************************/
.listpage_tittle {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #fae8e9;
}
.listpage_vertical_line {
  height: 60%;
  border-left: 7px solid #bb282e;
  display: inline-block;
  margin-top: 12px;
  float: left;
}
.listpage_tittle_word {
  display: inline;
}
.listpage_tittle_word img {
  width: 20px;
  margin: 20px 5px 0 10px;
  display: block;
  float: left;
}
.listpage_tittle_word a {
  display: inline-block;
  color: #626262;
}
.listpage_content {
  padding-top: 20px;
  overflow: hidden;
}
.listpage_left {
  float: left;
  width: 15%;
  border: 1px solid #fae8e9;
  min-height: 400px;
  position: relative;
}
.listpage_left_tittle {
  text-align: center;
  background: #bb282e;
  color: #fff;
  padding: 20px 0;
  font-size: 1.3em;
}
.listpage_left_tittle a {
  color: #fff;
}
.listpage_left_ul {
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.listpage_left_ul li a {
  color: #626262;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.listpage_left_ul li a:hover {
  color: #bb282e;
}
.listpage_left_line {
  height: 25px;
  border-left: 7px solid rgba(0, 0, 0, 0);
  margin-top: 12px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.listpage_left_line_checked {
  height: 25px;
  border-left: 7px solid #bb282e;
  margin-top: 12px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.listpage_right {
  float: none;
  width: 100%;
}
.listpage_right_tittle {
  padding: 20px 0;
  font-size: 1.3em;
  color: #626262;
}
.listpage_right_tittle a {
  color: #bb282e;
}
.listpage_right_ul {
  margin-left: 20px;
  color: #bb282e;
}
.listpage_right_ul li {
  list-style: disc;
  border-bottom: 1px dotted #fae8e9;
  height: 50px;
  line-height: 50px;
  padding: 0 1%;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  list-style: none none lower-roman;
}
.listpage_right_ul li:hover {
  background: #fff2d1;
}
.listpage_right_ul li a {
  overflow: hidden;
  font-size: 0.9em;
  width: 100%;
  float: right;
  color: #626262;
}
.list_name {
  float: left;
  width: 79%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_time {
  float: right;
  width: 20%;
  text-align: right;
}
.pageing {
  margin-top: 4%;
  text-align: center;
}
.pageing a {
  display: inline-block;
  font-size: 0.7em;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #626262;
  border: 1px solid #fae8e9;
  transition: background 0.5s, color 0.5s, border 0.5s;
  -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
  -o-transition: background 0.5s, color 0.5s, border 0.5s;
  -moz-transition: background 0.5s, color 0.5s, border 0.5s;
}
.pageing a:hover {
  border: 1px solid #bb282e;
  background: #bb282e;
  color: #fff;
}
.list_write_btn {
  float: right;
  width: 20%;
  margin-top: 3%;
  background: #bb282e;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.list_write_btn:hover {
  background: #2d2e42;
}
.list_write_btn img {
  width: 25px;
  vertical-align: top;
}
.list_write_btn span {
  display: inline-block;
  margin-top: 2px;
}
/******************************************详情页页样式******************************************/
.detail_tittle {
  text-align: center;
  color: #bb282e;
  padding: 20px 0;
  line-height: 30px;
  font-size: 1.3em;
  border-bottom: 1px solid #fae8e9;
}
.detail_intro {
  text-align: center;
  margin: 20px;
  color: #959595;
  font-size: 0.8em;
}
.detail_content {
  margin-top: 20px;
  padding-bottom: 10px;
}
.inpage_form_intro {
  font-family: initial;
}
.inpage_form_intro 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 {
  font-family: initial;
}
.detail_content 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 {
  font-family: initial;
}
/******************************************图片列表样式******************************************/
.ninteenth_pic_list {
  overflow: hidden;
}
.ninteenth_pic_list a {
  float: left;
  width: 23.5%;
  width: 23%\9;
  margin-right: 2%;
  margin-top: 25px;
  text-align: center;
  background: #f3f3f3;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
}
.ninteenth_pic_list a:hover {
  opacity: 0.7;
}
.ninteenth_pic_list a:nth-child(4n) {
  margin-right: 0;
}
.ninteenth_pic_list img {
  width: 100%;
  height: 160px;
  vertical-align: bottom;
}
.ninteenth_pic_list_word {
  color: #bb282e;
  margin: 20px;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
}
@media screen and (max-width: 1366px) {
  .two_big_title img {
    width: 140%;
    margin: 0 auto;
    vertical-align: bottom;
    margin-left: -20%;
  }
}
@media screen and (max-width: 798px) {
  .content {
    width: 96%;
  }
  /****************************************移动端 主页******************************/
  .tit img {
    width: 100px;
  }
  .overLook_top {
    height: 82vw;
  }
  .overLook_video {
    width: 90%;
    left: 2%;
    height: 50vw;
    top: 100px;
  }
  .overLook_video iframe {
    height: 100%;
  }
  .block_inner img,
  .block_inner span {
    width: 100%;
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .block_inner span {
    text-align: left!important;
  }
  .block_inner.img_left span {
    text-align: left!important;
    margin-top: 20px!important;
  }
  .block_inner.img_right span {
    margin-top: 0;
  }
  .block_inner.img_right img {
    margin-top: 20px;
  }
  .content_bottom img {
    width: 100%;
  }
  .tfHour_top {
    height: 80vw;
  }
  .tfHour_top_inner {
    margin-top: 5vw;
    margin-right: 0;
    width: 100%;
  }
  .tfHour_top_left {
    float: right;
    width: 60%;
  }
  .tfHour_top_right {
    float: none;
    width: 80%;
    margin: 3% auto;
  }
  .tfHour_top_right iframe {
    height: 50vw;
  }
  .thumbnails li {
    float: none;
    width: 100%;
  }
  .two_big_title img {
    width: 150%;
    margin: 0 auto;
    vertical-align: bottom;
    margin-left: -25%;
  }
  .two_big_title_1 {
    top: 0px;
  }
  .two_block_1 .two_block_body {
    padding-top: 40px;
  }
  .two_block_3 {
    margin-top: 20px;
  }
  .two_block_body li {
    width: 95%;
    float: none!important;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .two_block_body li:nth-child(odd) {
    border-right: none;
  }
  .two_block_body li:nth-child(even) {
    padding-left: 0;
  }
  .two_block_body li:nth-child(9) {
    padding-bottom: 15px;
  }
  .two_block_body li a {
    overflow: hidden;
  }
  .two_time {
    width: 25%;
    margin-right: 10px;
  }
  .two_word {
    float: left;
    width: 55%;
  }
  .two_name {
    font-size: 1em;
  }
  .two_bottom_left,
  .two_bottom_right {
    float: none;
    width: 100%;
  }
  .two_bottom_title img {
    width: 100%;
  }
  .two_block_2 {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 0px;
    background-size: cover;
  }
  .two_wrap {
    width: 100%;
    position: relative;
    height: 275px\9;
    overflow: hidden;
  }
  .swiper-slide {
    height: auto !important;
    position: relative;
  }
  .swiper-slide img {
    width: 100%;
    height: 100px;
    vertical-align: bottom;
  }
  .swiper-wrapper {
    height: auto !important;
  }
  .swiper-container {
    position: relative;
  }
  .swiper-visible-switch {
    background: #aaa;
  }
  .swiper-active-switch {
    background: red;
  }
  .arrow-left {
    position: absolute;
    left: 22%;
    top: 35%;
  }
  .arrow-right {
    position: absolute;
    left: 73%;
    top: 35%;
  }
  .wrap_block {
    margin: 10px;
  }
  .wrap_title {
    font-size: 0.9em;
    padding: 5px 3%;
  }
  .wrap_white_left,
  .wrap_white_right {
    display: none;
  }
  /****************************************移动端 列表页******************************/
  .listpage_tittle {
    height: auto;
    line-height: 25px;
    padding: 10px 0;
  }
  .listpage_tittle img {
    width: 20px;
    margin: 3px 3px 0 0;
    float: left;
  }
  .listpage_right {
    float: none;
    width: 100%;
  }
  .listpage_right_tittle {
    padding: 20px 0;
    font-size: 1.3em;
    margin-left: 10px;
    color: #626262;
  }
  .listpage_right_ul {
    margin-left: 20px;
    color: #bb282e;
  }
  .listpage_right_ul li {
    list-style: disc;
    border-bottom: 1px dotted #fae8e9;
    height: 50px;
    line-height: 50px;
    padding: 0 1%;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    list-style: none none lower-roman;
  }
  .listpage_right_ul li:hover {
    background: #ededed;
  }
  .listpage_right_ul li a {
    overflow: hidden;
    font-size: 0.9em;
    width: 100%;
    float: right;
    color: #626262;
  }
  .list_name {
    float: left;
    width: 69%;
  }
  .list_time {
    float: right;
    width: 30%;
  }
  .pageing {
    width: 100%;
  }
  .pageing ul {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 4%;
  }
  .pageing ul li {
    float: left;
    font-size: 0.7em;
  }
  .pageing ul li a {
    padding: 10px 20px;
    color: #626262;
    border: 1px solid #fae8e9;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
  }
  .pageing ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #bb282e;
    color: #fff;
  }
  .list_write_btn {
    float: none;
    clear: both;
    margin-left: 20px;
    margin-top: 18%;
  }
  /****************************************移动端 图片列表页******************************/
  /****************************************移动端 详情页******************************/
}
