/* htx reset start--------------------------------------------- */

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
  font-weight: 500;
}

select {
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}

legend {
  display: none;
}

address,
caption,
em,
strong,
th,
i {
  font-style: normal;
}

table caption {
  margin-left: -1px;
}

hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E4E4E4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}

ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

input,
textarea,
button {
  outline: none;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

/* htx reset end------------------------------- */


/* htx common start------------------------------------ */
.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.none {
  display: none;
}

.white {
  color: #FFF;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.gray {
  color: gray;
}

.b {
  font-weight: bold;
}

.new {
  background: url(../images/new.gif) right no-repeat;
  padding-right: 32px;
}




/* qq dialog
   ================================================================================ */
#qq_box {
  padding-left: 26px;
  background: url(../images/qq_box.png) left top no-repeat;
  _background: url(../images/qq_box.png) left top no-repeat;
  width: 98px;
  height: 138px;
  overflow: hidden;
  right: 0px;
}

#qq_box_main {
  width: 98px;
  height: 138px;
  display: block;
  background: url(../images/qq_box_right.png) no-repeat right top;
  float: right;
  visibility: hidden;
  padding-top: 10px;
}

#qq_box_main ul {
  padding-bottom: 5px;
}

#qq_box_main ul li {
  display: block;
  padding: 3px 0px 3px 8px;
}

/* form
   ================================================================================ */
.post_error {
  color: red;
}

.tab_form {
  background: #D4D0C8;
}

.tab_form td {
  background: #FFFFFF;
  padding: 5px;
  color: #3D3D3D;
}

.tab_form td.b {
  background: #EEEEEE;
  font-weight: bold;
}

.tab_form .input_txt {
  border-top: 1px #999999 solid;
  border-left: 1px #999999 solid;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  background: #FFF;
  width: 70%;
  line-height: 20px;
  padding: 6px;
}

.tab_form .input_txt:hover {
  border: 1px #00a0e9 solid;
  background: #F5F9FD;
}

.tab_list td {
  padding: 14px 0;
  border-bottom: 1px #ccc dotted;
}

.tab_form .btn {
  width: 112px;
  height: 38px;
  font-size: 15px;
  margin-top: 20px;
  background: #00a0e9;
  color: #fff;
  border: none;
  border-radius: 4px;
}

#img_seccode {
  width: 100px;
}

/* disjoin page
   ================================================================================ */
.pagination {
  text-align: left;
  padding: 2px 0;
  margin-top: 40px;
}

.pagination em {
  padding-right: 5px;
  display: inline-block;
  padding-bottom: 2px;
  margin-right: 5px;
  font-style: normal;
  line-height: 26px;
}

.pagination a,
.pagination strong {
  float: left;
  padding: 0 6px;
  margin-right: 2px;
  height: 26px;
  border: 1px solid;
  line-height: 26px;
  overflow: hidden;
  text-decoration: none;
}

.pagination a {
  border-color: #E8E8E8;
  background-color: #FFF;
  color: #00a0e9;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination strong {
  border-color: #00a0e9;
  background-color: #00a0e9;
  color: #FFF;
  font-weight: 700;
}

.pagination a.prev,
.pagination a.next {
  background-repeat: no-repeat;
}

.pagination a.prev {
  background-image: url(../images/arrow_left.gif);
  background-position: 30% 50%;
  padding: 0;
  width: 22px;
  overflow: hidden;
  text-indent: -9999px;
}

.pagination a.next {
  padding-right: 16px;
  background-image: url(../images/arrow_right.gif);
  background-position: 90% 50%;
}

.pageback a {
  padding-left: 16px;
  background: #FFF url(../images/arrow_left.gif) no-repeat 0 50%;
}

.pagination a:hover,
.pagination a.next {
  border-color: #00a0e9;
}

/* table default style
   ================================================================================ */
table.tab {
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  color: #666;
  font-size: 12px;
}

table.tab td,
table.tab th {
  padding: 8px;
  border: 1px solid #DDD;
}

table.tab th {
  text-align: center;
  border-top: 2px solid #BBB;
  background-color: #F7F7F7;
  font-weight: bold;
}

/* text select
   ========================================================================== */
::-moz-selection,
::selection {
  background: #327012;
  color: white;
}

/* scrollbar
   ========================================================================== */
::-webkit-scrollbar {
  height: 10px;
  width: 10px
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
}

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-style: solid;
  border-color: transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-clip: padding-box;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, .2);
  min-height: 28px;
  padding-top: 100;
}

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .4);
}

::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
  background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .05);
}

::-webkit-scrollbar-track:active {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
  background-color: rgba(0, 0, 0, .05);
}

/* htx common end---------------------------------------------------------------------------- */


body {
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 16px;
  color: #555555;
}

button {
  cursor: pointer;
}

.page_container {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.clearfix::after {
  clear: both;
  content: '';
  display: block;
}

@media (max-width: 768px) {
  .page_container {
    width: 100%;
    padding: 0 14px;
    overflow: hidden;
  }
}

/* page_header start------------------------------------------------------ */

.page_header {
  background: url('../images/nav_bg.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.page_header::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .5);
}

.page_header .page_container {
  position: relative;
  z-index: 1;
}

.header_logo {
  float: left;
  font-size: 0;
  margin-top: 12px;
}

.header_logo>a {
  display: block;
}

.header_logo img {
  width: 101px;
}

@media (max-width: 768px) {
  .page_header {
    display: none;
  }
}

/* page_end start------------------------------------------------------ */


/* page_nav start------------------------------------------------------ */
.nav {
  float: left;
  margin-left: 20px;
}

.page_nav_item {
  float: left;
  line-height: 90px;
  padding: 0 15px;
}

.father_nav a {
  color: #fff;
  font-size: 17px;
  display: block;
  border-bottom: 3px solid transparent;
}

.father_nav a.active,
.father_nav a:hover {
  border-bottom: 3px solid #00a0e9;
}

.sub_nav {
  display: none;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 2;
  left: 0;
  top: 90px;
  padding: 60px;
  border-top: 1px solid #ccc;
  box-shadow: 0 2px 3px #ccc;
  background-color: #fff;
  overflow: hidden;
}

.sub_nav h4 {
  padding-left: 10%;
  font-size: 32px;
  font-weight: normal;
  float: left;
  color: #034089;
  line-height: 1;
}

.sub_nav .list {
  float: right;
  width: 50%;
  margin-right: 18%;
}

.sub_nav .list a {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-bottom: 14px;
  color: #333;
  border-left: 1px solid #333;
  padding-left: 25px;
}

.sub_nav .list a:hover {
  color: #034089;
}

.page_nav_mobile {
  display: none;
}

.page_nav_bg {
  display: none;
}

@keyframes slideInLeft {

  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {

  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation: slideInLeft .5s forwards;
  animation: slideInLeft .5s forwards;
}

.mobile_nav {
  display: none;
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .page_nav_mobile {
    display: block;
    height: 62px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
  }

  .page_nav_mobile .index {
    width: 40px;
    height: 62px;
    background-repeat: no-repeat;
    float: left;
    background-position: center;
    background-size: contain;
    margin-left: 12px;
  }

  .page_nav_mobile .btn {
    font-size: 30px;
    color: #003474;
    line-height: 62px;
    float: right;
    padding: 0 14px;
  }

  .page_nav_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 8;
  }

  .mobile_nav {
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    z-index: 9;
    background: #fff;
  }

  .mobile_nav>ul>li {
    padding: 8px 16px;
  }

  .mobile_nav>ul>li .f_nav {
    margin-bottom: 8px;
  }

  .mobile_nav>ul>li .f_nav a {
    display: block;
    color: #333;
    font-size: 17px;
  }

  .mobile_nav>ul>li .f_nav a.active {
    color: #034089;
  }

  .mobile_nav>ul>li .s_nav {
    overflow: hidden;
  }

  .mobile_nav>ul>li .s_nav a {
    color: #666;
    float: left;
    width: 50%;
    margin: 6px 0;
    font-size: 15px;
  }
}

/* page_nav end------------------------------------------------------ */


.page_header .operate {
  float: right;
  margin-top: 30px;
}

.page_header .operate li {
  float: left;
  position: relative;
  z-index: 1;
}

.page_header .operate li .search {
  background: #484848;
  color: rgba(255, 255, 255, .3);
  border-radius: 40px;
  padding: 5px 12px;
  margin-right: 12px;
}

.page_header .operate li .search input {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, .3);
}

.page_header .operate li .search input::placeholder {
  color: rgba(255, 255, 255, .3);
}

.page_header .operate li .search input i {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.page_header .operate li .lang {
  background: #484848;
  padding: 4px 10px;
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
}

.page_header .operate li .lang i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  transform: rotate(90deg);
}

.page_header .operate li .lang span {
  display: inline-block;
  vertical-align: middle;
  color: #4aceff;
}

.page_header .operate li .panel {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 1;
  background: #fff;
  width: 80px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 6px 0;
}

.page_header .operate li .panel a {
  display: block;
  line-height: 32px;
  color: #666;
  font-size: 14px;
}

.page_header .operate li .panel a:hover {
  background: #f1f1f1;
}

@media (max-width: 768px) {
  .top_bar .operate {
    float: none;
    margin-top: 14px;
  }
}


/* page_banner start------------------------------------------------------ */
.page_banner {
  position: relative;
  z-index: 1;
}

.page_banner_wrap {
  display: block;
  width: 100%;
  font-size: 0;
}

.page_banner_wrap img {
  width: 100%;
  height: auto;
}

.page_banner .swiper-button-next,
.page_banner .swiper-button-prev {
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background-size: 24px;
}

.page_notice {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 60px;
  overflow: hidden;
  width: 100%;
  background: rgba(0, 0, 0, .63);
}

.page_notice_wrap {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 0;
}

.page_notice_wrap i {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  width: 50px;
}

.page_notice_wrap span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  width: calc(100% - 50px);
}

@media (max-width: 768px) {

  .page_banner .swiper-button-next,
  .page_banner .swiper-button-prev {
    background-size: 16px;
  }

  .page_notice {
    height: 30px;
  }

  .page_notice_wrap {
    height: 30px;
    line-height: 30px;
  }

  .page_notice_wrap i {
    font-size: 16px;
    width: 20px;
  }

  .page_notice_wrap span {
    font-size: 12px;
    width: calc(100% - 20px);
  }
}

/* page_banner end------------------------------------------------------ */


.page_intro {
  padding: 50px 0;
}

.page_intro .policy {
  float: left;
  width: 48%;
}

.page_intro .policy .title {
  overflow: hidden;
  margin-bottom: 20px;
}

.page_intro .policy .title h4 {
  font-size: 0;
  float: left;
}

.page_intro .policy .title h4 img {
  width: 400px;
}

.page_intro .policy .title a {
  float: right;
  color: #000;
  font-size: 15px;
  margin-top: 20px;
}

.page_intro .policy .main a {
  display: block;
  width: 100%;
  height: 375px;
  position: relative;
  z-index: 1;
}

.page_intro .policy .main a .cover {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page_intro .policy .main a .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_intro .policy .main a .msg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  width: 100%;
  line-height: 42px;
  padding: 0 14px;
}

.page_intro .policy .main a .msg1 i {
  background: url('../images/new_icon.png') no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

.page_intro .policy .main a .msg1 h4 {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page_intro .policy .swiper-pagination {
  width: 15%;
  left: auto;
  right: 14px;
  text-align: right;
}

.page_intro .policy .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.page_intro .policy .swiper-pagination-bullet-active {
  background: #00a0e9;
}


.page_intro .msg {
  float: left;
  width: 52%;
  padding-left: 50px;
  margin-top: 34px;
}

.page_intro .msg h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
}

.page_intro .msg h5 {
  text-align: left;
  font-size: 17px;
  color: #e68221;
  font-weight: bold;
  padding-top: 5px;
}

.page_intro .msg h5 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.page_intro .msg h5 span {
  display: inline-block;
  vertical-align: middle;
}

.page_intro .msg .cont {
  margin-top: 25px;
  color: #666;
  line-height: 32px;
  font-size: 15px;
}

.page_intro .msg .data {
  width: 100%;
  overflow: hidden;
}

.page_intro .msg .data li {
  float: left;
  width: 33.3%;
  margin-bottom: 10px;
}

.page_intro .msg .data li:nth-child(1),
.page_intro .msg .data li:nth-child(4) {
  width: 25%;
}

.page_intro .msg .data li:nth-child(2),
.page_intro .msg .data li:nth-child(5) {
  width: 40%;
}

.page_intro .msg .data li span {
  display: block;
  width: 100%;
}

.page_intro .msg .data li span em {
  color: #e68221;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  vertical-align: bottom;
}

.page_intro .msg .data li span i {
  color: #174490;
  margin-left: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .page_intro {
    padding: 20px 0;
  }

  .page_intro .policy {
    width: 100%;
  }

  .page_intro .policy .main a {
    height: 230px;
  }

  .page_intro .policy .title h4 img {
    width: 240px;
  }

  .page_intro .policy .title a {
    margin-top: 6px;
  }

  .page_intro .msg {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }

  .page_intro .msg h4 {
    font-size: 16px;
  }

  .page_intro .msg h5 {
    font-size: 13px;
  }

  .page_intro .msg .data li span em {
    font-size: 18px;
  }

  .page_intro .msg .data li span i {
    font-size: 12px;
    margin-left: 2px;
  }
}


.common_title {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.common_title .text {
  font-size: 0;
  text-align: center;
}

.common_title .text i {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  font-size: 40px;
}

.common_title .text em {
  display: inline-block;
  vertical-align: middle;
  color: #555555;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.common_title .text span {
  display: inline-block;
  vertical-align: middle;
  color: #555555;
  font-size: 15px;
  width: 32px;
  text-align: center;
  line-height: 1;
  margin-left: 4px;
}

.common_title .more {
  color: #cfd0d8;
  border: 1px solid #e2e4ec;
  background: transparent;
  font-size: 14px;
  display: block;
  width: 180px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 8px;
  transition: all .5s;
}

.common_title .more:hover {
  background: #00a0e9;
  color: #fff;
  border: 1px solid #00a0e9;
}

@media (max-width: 768px) {
  .common_title .text {
    text-align: left;
  }

  .common_title .more {
    width: 80px;
    font-size: 12px;
  }
}

.page_forum {
  padding: 50px 0;
  background: #f5f6fb;
}

.page_forum .main {
  margin-top: 30px;
}

.page_forum .main ul {
  margin: -10px;
}

.page_forum .main li {
  float: left;
  width: 33.3%;
  padding: 10px;
}

.page_forum .main li a {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.page_forum .main li a .cover {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.page_forum .main li a:hover .cover {
  transform: scale(1.1);
}

.page_forum .main li a .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_forum .main li a .msg {
  background: rgba(2, 64, 137, .7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.page_forum .main li a .msg h4 {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  padding: 0 14px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .page_forum {
    padding: 20px 0;
  }

  .page_forum .main li {
    width: 100%;
  }

  .page_forum .main li a {
    height: 225px;
  }

  .page_forum .main li a .msg h4 {
    font-size: 13px;
  }
}

.page_news {
  background: #fff;
  padding: 50px 0;
}

.page_news .main {
  margin-top: 30px;
}

.page_news .main .list1 {
  float: right;
  width: 47%;
}

.page_news .main .list1 li {
  border-top: 1px solid #e5e5e5;
  padding: 32px 0;
}

.page_news .main .list1 li:nth-last-child(1) {
  border-bottom: 1px solid #e5e5e5;
}

.page_news .main .list1 li a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #333;
  overflow: hidden;
}

.page_news .main .list1 li a i {
  float: left;
  width: 65px;
  border-right: 1px solid #979797;
}

.page_news .main .list1 li a i em {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}

.page_news .main .list1 li a i span {
  display: block;
  color: #979797;
  font-size: 15px;
  line-height: 1;
}

.page_news .main .list1 li a .msg {
  display: flex;
  flex-wrap: wrap;
  padding-left: 14px;
}

.page_news .main .list1 li a .msg h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1c2347;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 1;
}

.page_news .main .list1 li a:hover .msg h4 {
  color: #00a0e9;
}

.page_news .main .list1 li a .msg p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #979797;
  font-size: 13px;
  line-height: 1;
}


.page_news .main .list2 {
  float: left;
  width: 50%;
}

.page_news .main .list2 li a .cover {
  display: block;
  width: 100%;
  height: 322px;
  margin-bottom: 20px;
  overflow: hidden;
}

.page_news .main .list2 li a .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.page_news .main .list2 li a .cover:hover img {
  transform: scale(1.1);
}

.page_news .main .list2 li a .msg {
  position: relative;
  z-index: 1;
}

.page_news .main .list2 li a .msg h4 {
  color: #1c2347;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.page_news .main .list2 li a .msg:hover h4 {
  color: #00a0e9;
}

.page_news .main .list2 li a .msg .abs {
  overflow: hidden;
}

.page_news .main .list2 li a .msg .abs i {
  float: left;
  width: 65px;
  border-right: 1px solid #979797;
}

.page_news .main .list2 li a .msg .abs i em {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}

.page_news .main .list2 li a .msg .abs i span {
  display: block;
  color: #979797;
  font-size: 15px;
  line-height: 1;
}

.page_news .main .list2 li a .msg .abs p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  color: #979797;
  line-height: 20px;
  padding-left: 14px;
}



@media (max-width: 768px) {
  .page_news {
    padding: 20px 0;
  }

  .page_news .main .list2 {
    width: 100%;
  }

  .page_news .main .list2 li a .cover {
    height: 200px;
  }

  .page_news .main .list1 {
    width: 100%;
    margin-top: 25px;
  }
}

.page_zhanqu {
  padding: 50px 0;
  background: #f5f6fb;
}

.page_zhanqu .main {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.page_zhanqu .main .swiper-button-prev,
.page_zhanqu .main .swiper-button-next {
  width: 30px;
  height: 46px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, .6);
  background-size: 12px;
}

.page_zhanqu .main .swiper-button-prev {
  left: 0;
}

.page_zhanqu .main .swiper-button-next {
  right: 0;
}

.page_zhanqu .main a {
  display: block;
  width: 100%;
}

.page_zhanqu .main a .cover {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.page_zhanqu .main a .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.page_zhanqu .main a:hover .cover img {
  transform: scale(1.1);
}

.page_zhanqu .main a .msg {
  background: #fff;
  padding: 0 14px;
  text-align: center;
}

.page_zhanqu .main a .msg h4 {
  color: #333;
  font-weight: normal;
  font-size: 15px;
  line-height: 58px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page_zhanqu .main a:hover .msg h4 {
  color: #00a0e9;
}

@media (max-width: 768px) {
  .page_zhanqu {
    padding: 20px 0;
  }
}

.page_exhibitor {
  background: #fff;
  padding: 50px 0;
}

.page_media {
  background: #f5f6fb;
}

.page_exhibitor .main {
  margin-top: 30px;
}

.page_exhibitor .main a {
  border: 1px solid #f3f3f3;
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page_exhibitor .main a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  z-index: 1;
  transition: all .6s;
}

.page_exhibitor .main a:hover img {
  transform: scale(1.1);
}

.page_exhibitor .swiper-pagination {
  width: 100%;
  position: static;
  margin-top: 20px;
}

.page_exhibitor .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  margin: 0 2px;
  border-radius: 0;
}

.page_exhibitor .swiper-pagination-bullet-active {
  background: #00a0e9;
}

@media (max-width: 768px) {
  .page_exhibitor {
    padding: 20px 0;
  }
}


.page_subscribe {
  background: #fff;
  padding: 50px 0;
}

.page_subscribe .title {
  text-align: center;
}

.page_subscribe .title h4 {
  font-size: 24px;
}

.page_subscribe .title span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.page_subscribe .main {
  margin-top: 30px;
}

.page_subscribe .main iframe {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .page_subscribe {
    padding: 20px 0;
  }

  .page_subscribe .main iframe {
    width: 100%;
    height: 270px;
  }
}

.page_links {
  padding: 50px 0;
  background: #f5f6fb;
}

.page_links .main {
  margin-top: 30px;
}

.page_links .main ul {
  font-size: 0;
}

.page_links .main li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 18px;
}

.page_links .main li a {
  display: block;
  font-size: 0;
  color: #333;
}

.page_links .main li a span {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.page_links .main li a i {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px;
}

@media (max-width: 768px) {
  .page_links {
    padding: 20px 0;
  }

  .page_links .main li {
    display: block;
    text-align: center;
  }

  .page_links .main li a i {
    display: none;
  }
}

/* footer---------------------------------------------------------------- */
.page_footer {
  background: #333333;
}

.page_footer .footer_top {
  padding: 100px 0;
}

.page_footer .footer_top .footer_msg {
  float: left;
  width: 33.3%;
}

.page_footer .footer_top .footer_msg:nth-child(1) {
  padding-right: 50px;
}

.page_footer .footer_top .footer_msg:nth-child(2) {
  text-align: center;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}

.page_footer .footer_top .footer_msg:nth-child(3) {
  padding-left: 50px;
}

.page_footer .footer_top .footer_msg>h4 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 26px;
  font-style: normal;
}

.page_footer .footer_top .footer_msg .cnt {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
}

.page_footer .footer_top .footer_msg ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 35px;
}

.page_footer .footer_top .footer_msg ul li img {
  display: block;
  width: 100px;
  height: 100px;
}

.page_footer .footer_top .footer_msg ul li h4 {
  font-size: 13px;
  margin-top: 6px;
}

.page_footer .footer_bottom {
  padding: 10px 0;
  background: #000000;
}

.page_footer .footer_bottom .unit {
  font-size: 14px;
  color: #999999;
}

.page_footer .footer_bottom .unit a {
  color: #999999;
}

.page_footer .footer_bottom .unit:nth-child(1) {
  float: left;
}

.page_footer .footer_bottom .unit:nth-child(2) {
  float: right;
}



@media (max-width: 768px) {
  .page_footer .footer_top .footer_msg {
    width: 100%;
    padding: 0 !important;
  }

  .page_footer .footer_top .footer_msg ul li {
    padding: 0 15px;
  }

  .page_footer .footer_top .footer_msg:nth-child(2) {
    margin: 30px 0;
  }

  .page_footer .footer_bottom .unit {
    width: 100%;
    float: none !important;
  }
}

/* footer---------------------------------------------------------------- */

.page_sub_banner img {
  display: block width:100%;
}

/* page_sub start------------------------------------------------------ */
.page_sub {
  padding: 80px 0;
}

.page_sub a {
  color: #333;
}

.page_sub_nav {
  float: left;
  width: 20%;
}

.page_sub_nav .title {
  background: #00a0e9;
  color: #fff;
  font-size: 24px;
  padding: 14px 24px;
}

.page_sub_nav .list {
  background: #fff;
  border: 1px solid #ddd
}

.page_sub_nav .item {
  padding: 0 30px;
}

.page_sub_nav .item a {
  color: #333;
  font-size: 18px;
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

.page_sub_nav .item.active a,
.page_sub_nav .item:hover a {
  color: #00a0e9;
}

.page_sub_nav .item:nth-last-child(1) a {
  border-bottom: none;
}

.page_sub_main {
  float: right;
  width: 78%;
  border: 1px solid #ddd;
  background: #fff;
}

.page_sub_main .bread {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.page_sub_main .bread a {
  color: #333;
  font-size: 17px;
}

.page_sub_main .content {
  min-height: 500px;
  padding: 20px;
}

@media (max-width: 768px) {
  .page_sub_banner {
    height: 150px;
  }

  .page_sub_nav,
  .page_sub_main {
    width: 100%;
  }

  .page_sub_main {
    margin-top: 20px;
    border: 1px solid #ddd;
  }
}

/* page_sub end------------------------------------------------------ */

.page_sub_news .list a {
  display: block;
  font-size: 0;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f1f1f1;
}


.page_sub_news .list h3 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.page_sub_news .list span {
  font-size: 15px;
  color: #a9a9a9;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 15%;
}


.page_sub_news .list a:hover h3 {
  color: #00a0e9;
}

.page_sub_media .list {
  overflow: hidden;
}

.page_sub_media .list li {
  float: left;
  width: 20%;
  padding: 9px;
}

.page_sub_media .list a {
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

.page_sub_media .list img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 98%;
  max-height: 98%;
  transition: all .2s;
}

.page_sub_media .list a:hover img {
  transform: scale(1.2);
}

.page_sub_dt {
  margin-bottom: 30px;
}

.page_sub_dt .title {
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 12px;
}

.page_sub_dt .title h2 {
  font-size: 20px;
  position: relative;
  float: left;
}

.page_sub_dt .title h2::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background: #00a0e9;
  left: 0;
  bottom: -12px;
}

.page_sub_dt .title .more {
  float: right;
  font-size: 26px;
  line-height: 13px;
  color: #b3b1b1;
}

.page_sub_dt .title .more:hover {
  color: #00a0e9;
}

.page_sub_dt .list a {
  display: block;
  overflow: hidden;
  line-height: 40px;
}

.page_sub_dt .list a p {
  float: left;
  width: 84%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page_sub_dt .list a:hover p {
  color: #00a0e9;
}

.page_sub_dt .list a span {
  float: left;
  width: 16%;
  text-align: right;
  font-size: 15px;
  line-height: 36px;
  color: #9f9f9f;
}

.sub_news_title {
  text-align: center;
  color: #00a0e9;
  font-size: 24px;
}

.sub_news_time {
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #818181;
  font-size: 14px;
}

.sub_news_cnt {
  margin-top: 30px;
}



.page_sub_pics .list {
  overflow: hidden;
  margin: -10px;
}

.page_sub_pics .list li {
  width: 25%;
  float: left;
  padding: 10px;
}

.page_sub_pics .list li a {
  display: block;
}

.page_sub_pics .list li a .cover {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.page_sub_pics .list li a h3 {
  font-size: 14px;
  margin-top: 20px;
  height: 46px;
  overflow: hidden;
  text-align: center;
}

.sub_download_item {
  position: relative;
  margin-bottom: 24px;
}

.sub_download_item a {
  display: block;
}

.sub_download_item .left {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 80px;
  background: #00a0e9;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 80px;
  margin-right: 30px;
}

.sub_download_item .right {
  display: inline-block;
  vertical-align: middle;
}

.sub_download_item p {
  font-size: 20px;
  margin-bottom: 14px;
  color: #00a0e9;
}

.sub_download_item span {
  color: #bcbcbc;
}

.sub_download_item em {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.page_sub_plan ul {
  margin: -10px;
}

.page_sub_plan ul li {
  float: left;
  width: 25%;
  padding: 10px;
}

.page_sub_plan ul li a {
  display: block;
  width: 100%;
  height: 420px;
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.page_sub_plan ul li a .cover {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.page_sub_plan ul li a:hover .cover {
  transform: scale(1.1);
}

.page_sub_plan ul li a .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_sub_plan ul li a .msg {
  background: rgba(2, 64, 137, .7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.page_sub_plan ul li a .msg h4 {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  padding: 0 14px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



@media (max-width: 768px) {
  .page_sub {
    padding: 40px 0;
  }

  .page_sub_plan .main li {
    width: 50%;
  }

  .page_sub_plan .main li a {
    height: 225px;
  }

  .page_sub_plan .main li a .msg h4 {
    font-size: 13px;
  }

  .page_sub_news .list h3 {
    width: 100%;
    overflow: unset;
    white-space: normal;
    line-height: 26px;
  }

  .page_sub_news .list span {
    width: 100%;
    text-align: left;
    margin-top: 12px;
  }

  .page_sub_pics .list li {
    width: 100%;
  }

  .page_sub_media .list li {
    width: 50%;
  }

  .page_sub_dt .list a p {
    width: 100%;
  }

  .page_sub_dt .list li {
    margin-bottom: 16px;
  }

  .page_sub_dt .list a,
  .page_sub_dt .list a span {
    line-height: 24px;
  }


}


.sub_speaker_list li {
  float: left;
  width: 25%;
  padding: 0 14px;
  margin-bottom: 30px;
}

.sub_speaker_list li a {
  display: block;
}

.sub_speaker_list li a .avatar {
  width: 130px;
  height: 130px;
  border: 1px solid #81b352;
  border-radius: 100%;
  display: block;
  padding: 8px;
  margin: 0 auto -65px;
  position: relative;
  z-index: 1;
}

.sub_speaker_list li a .avatar i {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 100%;
}

.sub_speaker_list li a .msg {
  background: #f6f6f6;
  display: block;
  padding: 90px 30px 0;
  height: 236px;
  transition: all .2s;
}

.sub_speaker_list li a:hover .msg {
  background: #e3f7ff;
}

.sub_speaker_list li a .msg h4 {
  text-align: center;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sub_speaker_list li a .msg span {
  font-size: 14px;
  line-height: 24px;
  color: #8f8f8f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .sub_speaker_list li {
    width: 100%;
  }
}


.m_footer_menu {
   display:none;
    position: fixed;
    z-index: 9090;
    width: 100%;
    box-sizing: border-box;
    background: #00a0e9;
    bottom: 0;
    left: 0;
    padding: 12px 0;
}
.m_footer_menu ul li {
    float: left;
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.m_footer_menu ul li a{
	display:block;
}

.m_footer_menu ul li i {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.m_footer_menu ul li span {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}

.iframe1{
	display:block;
}
.iframe2{
	display:none;
}


@media screen and (max-width:780px){
  .m_footer_menu{
  	display:block;
  }
  
  .ind-about .con .info .info-t{
      font-size: 12px;
    line-height: 24px;
  }
  
  .ind-about .con .info{
          margin-bottom: 0px;
        margin-top: 10px;
  }
  
  .Bright-page .mb-advantage-top .advantage-li{
          margin-top: 8px;
            padding: 7px;
  }
  .Bright-page .mb-advantage-top .page-advantage-img{
  display: none;
  }
  .Bright-home .wonderful-a{
  	margin:0;
  }
  
  .pei-info .info-tit{
      line-height: 28px;
margin-top: 30px;
  }
  
  .iframe1{
	display:none;
}
.iframe2{
	display:block;
}
}