.word_color {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6562), to(#ff5f28));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
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;
}
input,
input:focus {
  outline: none;
}
.whole {
  width: 100%;
}
body {
  font-size: 16px;
}
.content {
  width: 90%;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.margin {
  margin: 70px 70px 30px 70px;
}
.margin_bottom {
  margin-bottom: 30px;
}
.margin_top {
  margin-top: 20px;
}
.show_nav {
  display: none;
}
.search {
  width: 312px;
  border-radius: 50px;
}
.search input {
  float: left;
  width: 54%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 8%;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.search_btn {
  background: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  float: right;
  width: 30%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
}
.search_btn img {
  vertical-align: middle;
}
.search_btn a {
  display: inline;
}
.search_btn a img {
  display: none;
}
.search_btn a img.active {
  display: inline;
}
.search_btn > .search_btn_1 {
  display: inline;
}
.search_btn > .search_btn_2 {
  display: none;
}
.search_btn.classify > .search_btn_1 {
  display: none;
}
.search_btn.classify > .search_btn_2 {
  display: inline;
}
.search_choose_btn {
  display: inline-block;
  padding: 0 3px;
}
.search_choose_btn > .search_btn_1 {
  display: inline;
}
.search_choose_btn > .search_btn_2 {
  display: none;
}
.search_other_btn {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 1px;
  z-index: 3;
  width: 80%;
  position: absolute;
  left: 0;
  z-index: 1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}
.icons {
  text-align: right;
  margin: 30px 0;
}
.icons a {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.icons a:hover .ewm {
  display: block;
}
.ewm {
  display: none;
  position: absolute;
  left: -55px;
  top: 40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 12;
}
.box {
  margin-bottom: 70px;
}
.box_tits {
  text-align: center;
  height: 40px;
}
.box_tits a {
  position: relative;
  width: 28%;
  display: inline-block;
  margin-right: -20px;
}
.box_tits a .checked {
  display: none;
}
.box_tits a .no_checked {
  display: inline-block;
}
.box_tits a.active .checked {
  display: inline-block;
}
.box_tits a.active .no_checked {
  display: none;
}
.box_tits a.active span {
  color: #000;
}
.box_tits img {
  vertical-align: bottom;
  height: 40px;
  width: 100%;
}
.box_tits span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}
.box_body {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: -4px;
}
.border_blue {
  border: 4px dashed #edf3fb;
}
.border_gray {
  border: 4px dashed #f7f7f7;
}
.border_red_thin {
  border: 2px dashed #fdd8e0;
}
.fixed_btn {
  position: fixed;
  top: 30%;
  right: 10px;
  z-index: 10;
}
.fixed_btn a {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
}
.fixed_btn a:hover {
  background: #5db0fd;
}
.fixed_btn a:hover .icon_normal {
  display: none;
}
.fixed_btn a:hover .icon_hover,
.fixed_btn a:hover .fixed_btn_ewm {
  display: block;
}
.fixed_btn img {
  vertical-align: bottom;
}
.icon_normal {
  display: block;
}
.icon_hover {
  display: none;
}
.fixed_btn_ewm {
  position: absolute;
  right: 70px;
  top: -50px;
  border: 5px solid #fff;
  display: none;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
}
.index_top.active .top_btn {
  top: 0;
}
.index_top.active .top_btn .top_btn_show {
  padding-top: 20px;
  padding-bottom: 0;
  transform: rotate(180deg);
}
.index_top.active .top_body {
  margin: 50px 170px 70px 0;
}
.top_link {
  margin-top: -40px;
  text-align: right;
}
.top_link > a,
.top_link > span {
  display: inline-block;
  color: #000;
  font-size: 12px;
  margin: 0 0 15px 30px;
  cursor: pointer;
}
.top_link > a.active,
.top_link > span.active {
  color: #5db0fd;
}
.top_link > a:hover {
  text-decoration: underline;
}
.other_language_btn {
  position: relative;
}
.other_language_btn img {
  vertical-align: middle;
}
.other_language_btn:hover ul {
  display: block;
}
.other_language {
  position: absolute;
  z-index: 10;
  right: -15px;
  width: 90px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  display: none;
}
.other_language a {
  color: #000;
  padding: 8px 10px;
}
.other_language a:hover {
  background: #f7f7f7;
}
.top_body {
  margin: 50px 70px 70px 0;
  transition: all 0.5s;
}
.index_right {
  position: relative;
}
.top_btn {
  position: absolute;
  top: -170px;
  right: 70px;
  width: 100px;
  background: #fff;
  z-index: 11;
  box-shadow: 0 0 5px 5px rgba(231, 200, 200, 0.2);
  padding: 50px 0 0 0;
  text-align: center;
  background: #fcfcfc;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: all 0.5s;
}
.top_btn a {
  margin-bottom: 15px;
}
.top_btn_show {
  color: #5db0fd;
  cursor: pointer;
  padding-bottom: 10px;
  transform: rotate(0);
  padding-top: 0;
  transition: all 0.5s;
}
.index_nav {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 10px rgba(72, 133, 190, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}
.index_nav li {
  float: left;
  width: 16.66666667%;
  text-align: center;
}
.index_nav li.active a,
.index_nav li:hover a {
  display: inline-block;
  border-bottom: 6px solid #73bbff;
}
.index_nav a {
  font-size: 1.4em;
  color: #000;
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 6px solid #fff;
}
.big_nav {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #5db0fd;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
}
.big_nav.active {
  display: block;
}
.big_nav .left {
  margin-left: 70px;
}
.big_nav .left img {
  height: 70px;
  margin-top: 5px;
}
.big_nav .right {
  width: 65%;
  margin-right: 70px;
}
.big_nav .index_nav {
  float: left;
  background: none;
  height: 80px;
  line-height: 80px;
  width: 60%;
  padding: 0;
}
.big_nav .index_nav a {
  color: #fff;
  padding: 0;
}
.big_nav .index_nav a:hover {
  text-decoration: underline;
}
.big_nav .search {
  width: 30%;
  float: right;
  margin-top: 20px;
}
.row {
  overflow: hidden;
  margin-top: 25px;
}
.block {
  float: left;
  margin-top: 10px;
  width: 47%;
}
.block:nth-child(odd) {
  float: left;
}
.block:nth-child(even) {
  float: right;
}
.tit {
  margin-bottom: 30px;
}
.tit_1 a {
  display: inline-block;
  margin-right: 20px;
  color: #000;
  font-size: 1.2em;
  opacity: 0.5;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tit_1 a.active {
  opacity: 1;
  font-weight: bold;
}
.tit_1 img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.list li {
  margin: 20px 0;
}
.list li:hover a {
  opacity: 0.5;
}
.list a {
  color: #000;
}
.list span {
  display: inline-block;
  vertical-align: middle;
}
.list_name {
  width: 68%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_time {
  width: 30%;
  text-align: right;
}
.big_tits {
  text-align: center;
}
.big_tits a {
  display: inline-block;
}
.big_tits a:first-child {
  margin-right: 120px;
}
.big_tit {
  background: #fff;
  padding: 0 20px;
  position: relative;
  color: #f7f9fd;
  font-size: 1.8em;
  text-align: center;
}
.big_tit span {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  color: #808080;
  top: 0;
  left: 0;
  font-size: 0.9em;
}
.big_tit.active span {
  color: #000;
  font-weight: bold;
}
.btns_3 {
  overflow: hidden;
}
.btns_3 li {
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
}
.btns_3 li:hover {
  background: #f7f7f7;
}
.btns_3 li:last-child {
  margin-right: 0;
}
.btns_3 li img {
  vertical-align: bottom;
}
.btns_3 a {
  position: relative;
  color: #000;
  font-size: 1.2em;
}
.btns_3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.four_btns li {
  width: 20%;
  margin-right: 5%;
}
.five_btns li {
  width: 18%;
  margin-right: 1.25%;
}
.tab_bodies .tab_body {
  display: none;
}
.tab_bodies .tab_body:first-child {
  display: block;
}
.index_footer {
  line-height: 25px;
  font-size: 0.9em;
}
.index_footer .margin {
  margin: -50px 70px 30px 70px;
  padding-top: 50px;
  overflow: hidden;
}
.footer_icon {
  float: left;
}
.footer_word {
  float: left;
  width: 80%;
}
.footer_word a,
.footer_word span,
.footer_word b {
  color: #000;
  display: inline-block;
}
.footer_word b {
  margin: 0 5px;
  font-weight: inherit;
}
.footer_word a:hover {
  text-decoration: underline;
}
.footer_right_body {
  position: relative;
}
.footer_row span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 50px;
}
.footer_row span:hover,
.footer_row span.active {
  color: #5db0fd;
}
.footer_row span.active b {
  transform: rotate(180deg);
}
.footer_row span b {
  opacity: 0.3;
  display: inline-block;
  transform: all 0.5s;
}
.index_footer_tit {
  padding: 0!important;
  opacity: 0.6;
}
.footer_right_hidden {
  background: #89909e;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 71px;
  z-index: 10;
  display: none;
  border-top: 3px solid #5db0fd;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footer_link {
  margin: 20px 30px;
  line-height: 30px;
}
.footer_link a {
  display: inline-block;
  color: #fff;
  margin: 0 15px;
}
.footer_link a:hover {
  text-decoration: underline;
}
.index_left {
  width: 38%;
  position: relative;
  background: #f7fbff;
  box-shadow: 30px 0 30px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
  padding-bottom: 3000px;
  margin-bottom: -3000px;
  padding-bottom: 0\0;
  /* ie 8/9 */
  margin-bottom: 0\0;
  /* ie 8/9 */
  overflow-x: visible;
  overflow-y: hidden;
}
.index_right {
  width: 62%;
  transition: all 0.5s;
}
.left_bg_outer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.left_bg_outer img {
  width: 740px;
}
.middle_btn {
  position: fixed;
  top: 520px;
  left: calc(38% - 20px);
  cursor: pointer;
  z-index: 11;
  transition: all 0.5s;
}
.middle_btn.active {
  transform: rotate(180deg);
}
.index_footer .index_left {
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.06);
}
.left_body {
  position: relative;
  z-index: 1;
}
.left_body .index_top {
  margin: 50px auto 270px auto;
  text-align: center;
}
.left_body .search {
  margin: 0 auto;
}
.logo {
  margin-bottom: 20px;
}
.left_btns {
  text-align: right;
}
.left_btns a {
  background: #fff;
  width: 100px;
  text-align: center;
  display: inline-block;
  color: #5db0fd;
  line-height: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 30px;
}
.left_btns a:hover {
  background: #5db0fd;
  color: #fff;
}
.btns {
  overflow: hidden;
}
.btns li {
  float: left;
  text-align: center;
  margin: 0 0 13px 0;
  border-radius: 20px;
  padding: 10px 0;
}
.btns li img {
  width: 60%;
  margin-bottom: 5px;
}
.btns li a {
  color: #000;
  font-size: 0.95em;
}
.btns li span {
  display: block;
}
.btn_1 {
  width: 20%;
}
.btn_1:hover {
  background: #f7f7f7;
}
.btn_2 {
  width: 33.33333333%;
}
.btn_2:hover {
  background: #f7f7f7;
}
.btn_2 img {
  width: 30%!important;
}
.btn_2 span {
  background: #f7f7f7;
  width: 80%;
  margin: 0 auto;
  padding: 2px 5px;
  border-radius: 50px;
  color: #3f3f3f;
  font-size: 0.85em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.focus span {
  display: inline-block;
  color: #000;
  font-size: 1.8em;
  vertical-align: middle;
}
.focus_tit {
  width: 20%;
  margin-right: 2.5%;
}
.focus_tit img {
  vertical-align: top;
}
.focus_word {
  width: 68%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -5px;
}
.wrap_outer {
  overflow: hidden;
  border-radius: 20px;
  height: 270px;
}
.wrap_block {
  position: relative;
}
.wrap_name {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 5px;
  left: 0;
  z-index: 5;
}
.wrap_name b {
  width: 70%;
  margin: 10px 20px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wrap .pagination {
  bottom: 18px;
}
.news_tit {
  float: left;
  width: 10%;
  background: #f7f7f7;
  text-align: center;
  height: 270px;
}
.news_tit > span {
  display: block;
  height: 135px;
  cursor: pointer;
}
.news_tit > span.active {
  background: #64a2f8;
  color: #fff;
}
.news_tit > span b {
  display: inline-block;
  margin-top: 40px;
}
.news_body {
  float: right;
  width: 90%;
}
.right_bottom .border_blue {
  border-radius: 20px;
  margin-top: -30px;
  padding-top: 50px;
}
.right_bottom_body {
  margin: 0 50px 40px 50px;
}
.right_bottom_body .row {
  margin-bottom: 20px!important;
}
.right_bottom_body .block {
  margin-top: 0;
}
.index_card .tit {
  display: inline-block;
}
.index_card > a {
  display: inline-block;
  border: 1px solid #a7a7a7;
  color: #000;
  text-align: center;
  width: 12.5%;
  padding: 10px 0;
  border-radius: 30px;
  margin-right: 1%;
  vertical-align: middle;
}
.index_card > a:hover {
  background: #5db0fd;
  color: #fff;
  border: 1px solid #5db0fd;
}
.index_card > a:last-child {
  margin-right: 0;
}
.gray_bg {
  background: #f7f7f7;
  padding: 20px 0;
  border-radius: 20px;
  overflow: hidden;
}
.gray_bg .big_tits {
  float: left;
  width: 30%;
}
.gray_bg .big_tit {
  background: none;
  color: #f0f2fa;
  margin-right: 0!important;
}
.activity_2 {
  float: left;
  width: 68%;
}
.wrap_inner {
  width: 85%;
  margin: 0 auto;
}
.btn_4 {
  border: 1px dashed #979797;
  border-radius: 50px;
  width: 90%;
  margin: 3px auto 0 auto;
  text-align: center;
  color: #000;
  padding: 10px 0;
  font-size: 1.1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn_4:hover {
  background: #5db0fd;
  color: #fff;
  border: 1px solid #5db0fd;
}
.interview {
  width: 60%;
}
.interview_body .left {
  width: 35%;
  border-radius: 20px;
  border-top-right-radius: 0;
  overflow: hidden;
}
.interview_body .left img {
  width: 100%;
  height: 140px;
  vertical-align: bottom;
}
.interview_body .right {
  width: 60%;
}
.interview_body .gray_bg {
  padding: 12px 20px;
  border-radius: 20px;
  border-top-left-radius: 0;
  font-size: 0.95em;
  line-height: 25px;
  margin-bottom: 20px;
}
.interview_body .gray_bg span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}
.interview_body .gray_bg span b {
  color: #5db0fd;
}
.lawshow {
  width: 35%;
}
.lawshow iframe {
  width: 103%;
  height: 1010px;
  margin-top: -400px;
  padding-bottom: 160px;
}
.lawshow_body {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.btns_5 {
  overflow: hidden;
  padding: 5px 0 0 5px;
}
.btn_5 {
  float: left;
  color: #000;
  margin-right: 3%;
  line-height: 35px;
  box-shadow: 0px 1px 6px 1px rgba(229, 233, 243, 0.7);
  padding: 10px 2%;
  margin-bottom: 15px;
  width: 44%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn_5:hover {
  box-shadow: 0px 1px 3px 1px rgba(229, 233, 243, 0.3);
  color: #5db0fd;
  text-decoration: underline;
}
.btn_5:nth-child(2n) {
  margin-right: 0;
}
body.active .index_left {
  width: 20%;
}
body.active .index_left .index_top {
  text-align: right;
  margin-bottom: 300px;
}
body.active .index_left .logo {
  width: 100%;
}
body.active .index_left .icons {
  text-align: center;
}
body.active .index_left .icons a:last-child {
  margin-right: 0;
}
body.active .index_left .left_btns {
  text-align: center;
}
body.active .index_left .left_btns a:first-child {
  margin-left: 0;
}
body.active .index_left .search {
  width: 100%;
}
body.active .index_left .search input {
  width: 46%;
}
body.active .index_left .search_btn {
  width: 38%;
}
body.active .index_left .small_hidden {
  display: none;
}
body.active .index_left .box_tits {
  height: inherit;
  overflow: hidden;
}
body.active .index_left .box_tits span {
  position: relative;
  color: #5db0fd !important;
}
body.active .index_left .box_tits a {
  width: 50%;
  margin-right: 0;
  display: inline-block;
  background: #ffffff !important;
  margin-bottom: 20px;
  border-radius: 50px;
}
body.active .index_left .box_tits a:hover {
  background: #5db0fd !important;
}
body.active .index_left .box_tits a:hover span {
  color: #fff!important;
}
body.active .index_left .box_tits a img {
  display: none;
}
body.active .index_left .btn_2 {
  width: 50%;
}
body.active .index_left .btn_5 {
  width: 94%;
  white-space: inherit;
  line-height: 25px;
}
body.active .index_right {
  width: 80%;
}
body.active .swiper-slide .wrap img {
  height: 310px;
}
body.active .wrap .swiper-slide img,
body.active .wrap_outer,
body.active .news_tit {
  height: 300px;
}
body.active .wrap .swiper-slide img > span,
body.active .wrap_outer > span,
body.active .news_tit > span {
  height: 150px;
}
body.active .wrap .swiper-slide img > span b,
body.active .wrap_outer > span b,
body.active .news_tit > span b {
  margin-top: 50px;
}
body.active .small_list .list {
  height: inherit;
}
body.active .footer .margin {
  margin-top: 0;
  padding-top: 0;
}
body.active .footer_icon,
body.active .footer_word {
  width: 100%;
  text-align: center;
}
body.active .focus_tit {
  width: 17%;
}
body.active .block_tit_left span {
  padding: 40px 20px 70px 20px;
}
body.active .footer_right_hidden {
  background: #f7f7f7;
  border-radius: 0;
  border-top: none;
  bottom: inherit;
  top: 90px;
  height: 140px;
  display: block;
  z-index: 15;
  overflow-y: auto;
}
body.active .footer_right_hidden .click_body {
  display: none;
}
body.active .footer_right_hidden .click_body:first-child {
  display: block;
}
body.active .footer_right_hidden a {
  color: #000;
}
body.active .layui-laydate-content td,
body.active .layui-laydate-content th {
  padding: 5px;
}
body.active .block_tit_right {
  top: 32px;
}
body.active .middle_btn {
  top: 570px;
  left: calc(20% - 20px);
  transform: rotate(180deg);
}
body.active .num_wrap .swiper-slide img {
  height: 300px;
}
body.active .three_btn .block_tit {
  width: 18%;
}
body.active .three_btn .block_body {
  width: 82%;
}
body.active .three_btn .block_tit_left span {
  padding: 35px 20px 50px 110px;
}
.small_list .list {
  height: 200px;
}
.video {
  background: #f7f7f7;
  overflow: hidden;
}
.video .list {
  float: left;
  width: calc(100% - 270px);
  height: 250px;
  overflow: hidden;
}
.video .list_name {
  width: 100%;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
}
#video_date {
  float: left;
  width: 250px;
}
.newsView_body {
  overflow: hidden;
}
.newsView_body .list {
  float: right;
  width: 60%;
}
.newsView_body .list li {
  margin: 0 0 20px 0;
}
.newsView_body .list_name {
  width: 50%;
}
.newsView_body .list_time {
  width: 45%;
}
.newsView_img {
  float: left;
  width: 35%;
  height: 110px;
}
.activity .swiper-slide img {
  width: 100%;
  vertical-align: bottom;
}
.swiper-slide {
  height: auto !important;
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-container {
  position: relative;
  overflow: hidden;
}
.pagination {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-right: 5px;
  cursor: pointer;
}
.swiper-visible-switch {
  background: rgba(255, 255, 255, 0.7);
}
.swiper-active-switch {
  background: #fff;
}
.arrow-left {
  position: absolute;
  left: 10px;
  top: 45%;
}
.arrow-right {
  position: absolute;
  right: 10px;
  top: 45%;
}
.activity:hover .arrow-right,
.activity:hover .arrow-left {
  display: block;
}
.activity_2 {
  position: relative;
}
.activity_2 .arrow-right,
.activity_2 .arrow-left {
  display: block;
  top: 35%;
}
.wrap .swiper-slide img {
  width: 100%;
  height: 270px;
}
.wrap:hover .arrow-right,
.wrap:hover .arrow-left {
  display: block;
}
.wrap .arrow-left {
  position: absolute;
  left: 10px;
  top: 41%;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  display: none;
}
.wrap .arrow-left img {
  vertical-align: bottom;
}
.wrap .arrow-right {
  position: absolute;
  top: 41%;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  display: none;
}
.wrap .arrow-right img {
  vertical-align: bottom;
}
.news .pagination {
  z-index: 6;
  left: 65%;
}
.swiper-pagination-switch {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-active-switch {
  background: #fff;
}
@media screen and (max-width: 1700px) {
  .focus_tit {
    width: 25%;
  }
  .list_name {
    width: 60%;
  }
  .list_time {
    width: 38%;
  }
  .four_btns li {
    margin-right: 4%;
  }
  .many_btn .block_tit_left span {
    padding: 15px 20px 20px 20px;
  }
  .index_card > a {
    width: 11.5%;
  }
  .wrap_outer {
    width: 55%;
  }
  .small_list {
    width: 38%;
  }
  .btn_8_icon {
    width: 95%;
    padding: 15px 0;
  }
  .footer_word {
    width: 75%;
  }
  .middle_btn {
    top: 510px;
  }
  body.active .block_tit_left span {
    padding: 25px 20px 50px 20px;
  }
  body.active .block_tit_right {
    top: 25px;
  }
  body.active .margin_left_1 {
    margin-left: 90px;
  }
  body.active .margin_left_2 {
    margin-left: 130px;
  }
  body.active .index_footer .margin {
    padding-top: 0;
  }
  body.active .index_left .margin {
    margin: 20px;
  }
  body.active .middle_btn {
    top: 550px;
  }
  .swiper-slide img {
    height: 270px;
  }
}
@media screen and (max-width: 1366px) {
  .btn_1 {
    width: 33%;
  }
  .btn_5 {
    width: 95%;
  }
  .logo {
    width: 100%;
  }
  .footer_icon {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .margin {
    margin: 10px;
  }
  .index_left,
  .index_right,
  .block,
  .activity_2,
  .footer_icon,
  .footer_word,
  .inpage_left,
  .inpage_right,
  .left,
  .right {
    float: none!important;
    width: 100%!important;
  }
  .left_body {
    margin: 0;
    padding: 60px 10px 10px 10px;
    min-height: inherit;
  }
  .left_body .index_top {
    margin-bottom: 20px;
  }
  .mobile_hidden {
    display: none!important;
  }
  .search {
    width: 80%;
    margin: 0 auto;
  }
  .top_link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 14;
    text-align: center;
  }
  .index_left {
    overflow: hidden;
  }
  .index_left .index_top {
    text-align: center;
    width: 100%;
  }
  .top_link > a,
  .top_link > span {
    margin: 10px 5px;
    font-size: 0.9em;
    color: #fff!important;
  }
  .icons {
    float: left;
    width: 50%;
    margin: 20px 0;
  }
  .left_btns {
    float: left;
    width: 50%;
    text-align: center;
    margin: 15px 0;
  }
  .left_btns a {
    width: 40%;
  }
  .logo {
    width: inherit;
  }
  .top_body {
    margin: 30px 10px 10px 10px!important;
  }
  .focus_tit {
    width: 30%;
  }
  .focus_tit img {
    width: 100%;
  }
  .focus_word {
    width: 65%;
  }
  .block {
    margin-top: 10px;
  }
  .wrap_outer {
    margin-bottom: 20px;
  }
  .big_tit {
    font-size: 1.3em;
  }
  .big_tits a:first-child {
    margin-right: 0;
  }
  .right_bottom .border_blue {
    margin-top: -10px;
    padding-top: 40px;
  }
  .right_bottom_body {
    margin: 0 10px;
  }
  .four_btns li {
    width: 45%;
    margin-right: 2.5%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .index_card .tit {
    display: block;
  }
  .index_card > a {
    width: 30%;
    margin-bottom: 10px;
  }
  .gray_bg .big_tits {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .newsView_img {
    width: 100%;
    height: inherit;
    float: none;
  }
  .newsView_body .list {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .footer {
    margin-top: 30px;
  }
  .footer .margin {
    margin: 10px;
    padding-top: 0;
  }
  .index_footer .index_left {
    background: none;
    box-shadow: none;
  }
  .footer_icon,
  .footer_word {
    text-align: center;
  }
  .footer_right_body {
    margin: 10px!important;
    border-top: none!important;
    text-align: center;
    padding-top: 0!important;
  }
  .footer_row {
    margin-bottom: 20px;
  }
  .footer_right_hidden {
    bottom: 10px;
  }
  .footer_row span {
    display: block;
  }
  .footer_row {
    width: 100%;
    float: left;
  }
  .big_nav {
    height: 60px;
  }
  .big_nav .left {
    margin-left: 10px;
    width: 30%;
  }
  .big_nav .right {
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    margin: 0;
    display: none;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.06);
  }
  .big_nav .index_nav {
    height: inherit;
    width: 100%;
    padding-left: 0;
    line-height: 40px;
    float: none;
  }
  .big_nav .index_nav a {
    color: #000;
  }
  .big_nav .index_nav li {
    width: 33%;
    font-size: 1em;
  }
  .big_nav .index_nav li:hover,
  .index_nav li.active {
    background: none;
  }
  .big_nav .index_nav li:hover a,
  .index_nav li.active a {
    color: #5db0fd;
  }
  .big_nav .search {
    width: 90%;
    margin: 10px auto 0 auto;
    padding-bottom: 20px;
    float: none;
  }
  .big_nav .search input {
    background: rgba(0, 0, 0, 0.05);
  }
  .big_nav .search_btn {
    background: rgba(0, 0, 0, 0.2);
  }
  .big_nav .left img {
    height: 40px;
    margin: 10px 10px 0 10px;
  }
  .show_nav {
    position: fixed;
    right: 10px;
    top: 15px;
    padding-left: 20px;
    display: block;
  }
  .show_nav img {
    height: 100%;
  }
  .left_bg_outer img {
    width: 170%;
  }
  .left_body .logo {
    width: 100%;
  }
  .left_body .index_top {
    margin: 10px auto 100px auto;
  }
  .index_nav li.active a,
  .index_nav li:hover a {
    display: block;
    border: none;
  }
  .big_nav .index_nav {
    box-shadow: none;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .big_nav .index_nav a {
    font-weight: inherit;
    font-size: 1.2em;
  }
  .big_nav .search {
    margin: 10px auto;
    padding-bottom: 30px;
  }
  .block_tit_left,
  .invite .index_list li {
    width: 100%;
    float: none;
  }
  .row {
    margin-top: 0;
  }
  .activity .swiper-slide img {
    height: 50px;
  }
  .invite .block_tit_right {
    position: relative;
    text-align: left;
    margin-top: 0px;
  }
  .margin_left_1 {
    margin: 0 0 5px 0;
    padding: 5px;
  }
  .four_btn {
    margin-top: 10px;
  }
  .many_btn .block_tit,
  .many_btn .block_body {
    width: 100%!important;
  }
  .block_tit_left span {
    padding: 15px 20px 10px 20px;
  }
  .open_btns li {
    width: 30%;
  }
  .three_btn .num_btn_1 {
    width: 99%;
    margin: 0 0 5px 0;
  }
  .arrow-right {
    left: inherit;
  }
  .commu_child,
  .commu_index ul li.active .commu_tit {
    width: 10%!important;
  }
  .commu_index ul li.active {
    width: 74%!important;
  }
  .commu_index ul li.active .commu_body {
    width: 90%;
  }
  .commu_word {
    height: 100px;
    overflow-y: auto;
  }
  .commu_block ul li {
    width: 90%;
  }
  .commu_list_top > div {
    width: 100%;
    text-align: left;
  }
  .margin_left_2 {
    margin-left: 0;
    width: 18%;
  }
  .btn_0 {
    margin-bottom: 10px;
  }
  .btn_0 a {
    font-size: 0.8em;
  }
}
