/* 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 #7f29a0 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: #7f29a0;
  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: #7f29a0;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination strong {
  border-color: #7f29a0;
  background-color: #7f29a0;
  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: #7f29a0;
}

/* 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;
}

/* tab card
   ================================================================================ */
.tab_card_tit {
  height: 30px;
  overflow: hidden;
  background: #F0F0F0;
  padding-left: 10px;
}

.tab_card_txt {
  padding: 10px 10px;
  border: 1px #C2C2C2 solid;
  line-height: 25px;
}

.tab_card_tit ul li {
  float: left;
  display: block;
  width: 83px;
  height: 25px;
  line-height: 25px;
  margin: 6px 5px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #000002;
}

.tab_card_tit .active {
  background: url(../images/tab_tit_bg.jpg) no-repeat;
}

.tab_card_tit .normal {
  background: url(../images/tab_tit_bg.jpg) -83px 0px no-repeat;
}

.tab_card_tit .active a {
  color: #000002;
}

.tab_card_tit .normal a {
  color: #000002;
}

/* pic player
   ================================================================================ */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 10px;
}

.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
  cursor: pointer;
}

.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
  cursor: pointer;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}

/* 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: "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  color: #555555;
}

button {
  cursor: pointer;
}

.page_container {
  display: block;
  width: 1250px;
  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: #fff url('../images/logo_bg.jpg') top center repeat-y;
  padding: 26px 0;
}

.header_logo {
  float: left;
  font-size: 0;
}

.header_logo>a {
  display: block;
}

.header_logo img {
  width: 642px;
}


.header_right {
  float: right;
  margin-top: 6px;
}

.header_countdown p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
}

.header_countdown span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.header_countdown span em {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 54px;
  line-height: 54px;
  font-size: 26px;
  text-align: center;
  color: #ffffff;
  background: #7f29a0;
  border-radius: 5px;
  border-bottom: 3px solid #530d6e;
  margin-right: 5px;
}

.header_countdown span i {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}

@media (max-width: 768px) {
  .page_header {
    display: none;
  }

  .header_logo {
    float: none;
    text-align: center;
  }

  .header_logo img {
    width: 120px;
  }

  .header_msg {
    margin-left: 0;
    margin-top: 8px;
    float: none;
  }

  .header_msg h2 {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
  }

  .header_msg p {
    text-align: center;
  }

  .header_msg p span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0 2px;
  }

  .header_right {
    width: 100%;
  }

  .header_countdown p {
    display: none;
  }

  .header_countdown {
    text-align: center;
  }

}

/* page_end start------------------------------------------------------ */


/* page_nav start------------------------------------------------------ */
.nav {
  background: #7f29a0;
  position: relative;
  z-index: 2;
}

.page_nav_item {
  float: left;
  line-height: 50px;
  position: relative;
}

.father_nav a {
  color: #fff;
  font-size: 16px;
  padding: 0 46px;
  display: block;
}

.father_nav a.active,
.father_nav a:hover {
  background: #6a1c87;
}

.sub_nav {
  display: none;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 2;
  left: 0;
  top: 48px;
}

.sub_nav a {
  display: block;
  color: #7f29a0;
  font-size: 14px;
  line-height: 46px;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

.sub_nav a:nth-last-child(1) {
  border-bottom: none;
}

.sub_nav a.active,
.sub_nav a:hover {
  background: #7f29a0;
  color: #fff;
}

.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;
}


@media (max-width: 768px) {
  .nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    float: none;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    z-index: 9;
    background: #fff;
  }

  .page_nav_list {
    padding: 0;
  }

  .page_nav_item {
    float: none;
    line-height: 50px;
  }

  .father_nav a {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 16px;
    color: #666;
  }

  .father_nav a.active,
  .father_nav a:hover {
    background: #7f29a0;
    color: #fff;
  }

  .page_nav_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 8;
  }

  .page_nav_mobile {
    display: block;
    height: 62px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
  }

  .page_nav_mobile .index {
    width: 240px;
    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: #7f29a0;
    line-height: 62px;
    float: right;
    padding: 0 14px;
  }
}

/* page_nav end------------------------------------------------------ */


/* page_banner start------------------------------------------------------ */
.page_banner_wrap {
  display: block;
  width: 100%;
}

.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: 22px;
}

.page_banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 3;
  text-align: center;
}

.page_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #12569a;
  opacity: .7;
  margin: 0 8px;
  border-radius: 50%;
}

.page_banner .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  .page_banner .swiper-pagination {
    bottom: 10px;
  }

  .page_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }

  .page_banner .swiper-button-next,
  .page_banner .swiper-button-prev {
    width: 20px;
    background-size: 14px;
  }
}

/* page_banner end------------------------------------------------------ */


/* fast_btn------------------------------------------------------------- */
.fast_btn {
  padding: 50px 0;
}

.fast_btn .main {
  text-align: center;
}

.fast_btn .main a {
  display: inline-block;
  vertical-align: middle;
  background: #faecff;
  color: #7f29a0;
  width: 292px;
  height: 170px;
  border-radius: 10px;
  text-align: center;
  padding: 0 10px;
  margin: 0 30px;
  transition: all .2s;
}

.fast_btn .main a:hover {
  background: #9235b6;
  color: #fff;
}

.fast_btn .main .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 75px;
  height: 75px;
  margin: 12px auto 0;
}

.fast_btn .main em {
  display: block;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 4px;
  letter-spacing: 2px;
}

.fast_btn .main span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .fast_btn {
    padding: 25px 0;
  }

  .fast_btn .main a {
    width: 94px;
    height: 88px;
    margin: 0 5px;
  }

  .fast_btn .main .icon {
    width: 26px;
    height: 26px;
  }

  .fast_btn .main em {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .fast_btn .main span {
    display: none;
  }

}

/* fast_btn------------------------------------------------------------- */



/* page_intro start----------------------------------------------------- */
.page_intro {
  padding: 50px 0;
  background: url('../images/ab_bg.jpg') no-repeat center;
  background-size: cover;
}

.page_intro .content {
  float: left;
  width: 50%;
  padding-right: 50px;
}

.page_intro .content>h4 {
  font-size: 26px;
  color: #333;
  margin-bottom: 38px;
  position: relative;
}

.page_intro .content>h4::after {
  position: absolute;
  display: block;
  content: '';
  background: #6a1c87;
  height: 2px;
  width: 124px;
  left: 0;
  bottom: -14px;
  z-index: 1;
}

.page_intro .content>h4 em {
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}

.page_intro .content>h4 span {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.page_intro .content>span {
  font-size: 16px;
  color: #666;
  line-height: 38px;
}

.page_intro .content>a {
  background: #7f29a0;
  color: #fff;
  width: 132px;
  line-height: 50px;
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 16px;
  transition: all .4s;
}

.page_intro .content>a:hover {
  background: #6a1c87;
}

.page_intro .img {
  float: left;
  width: 50%;
  height: 364px;
  font-size: 0;
}

@media (max-width: 768px) {
  .page_intro {
    padding: 25px 0;
  }

  .page_intro .content {
    width: 100%;
    padding-right: 0;
  }

  .page_intro .content>h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 28px
  }

  .page_intro .content>h4::after {
    left: 50%;
    margin-left: -62px;
  }

  .page_intro .content>span {
    font-size: 15px;
    line-height: 34px;
  }

  .page_intro .content>a {
    margin: 16px auto 0;
  }

  .page_intro .img {
    margin-bottom: 25px;
    width: 100%;
    padding: 0;
    display: none;
  }
}

/* page_intro end----------------------------------------------------- */

/* page_data start----------------------------------------------------- */
.page_data {
  background: #6a1c87;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}

.page_data h4 {
  font-size: 34px;
  margin-bottom: 34px;
}

.page_data ul {
  font-size: 0;
}

.page_data li {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}

.page_data li em {
  font-size: 42px;
  display: block;
  margin-bottom: 6px;
}

.page_data li span {
  font-size: 20px;
  display: block;
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 768px) {
  .page_data {
    padding: 30px 0;
  }

  .page_data h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .page_data li em {
    font-size: 15px;
  }

  .page_data li span {
    font-size: 13px;
  }
}

/* page_data end----------------------------------------------------- */

/* page_cate start----------------------------------------------------- */
.page_cate {
  background: url('../images/comments-bg.jpg') no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 0;
}

.page_cate_title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.page_cate_list {
  font-size: 0;
  margin: -8px;
}

.page_cate_list li {
  display: inline-block;
  vertical-align: middle;
  width: 33.3%;
  padding: 60px;
}

.page_cate_list li .item {
  padding: 15px;
  background: #fff;
  height: 330px;
  border-radius: 16px;
  border-bottom: 4px solid #7f29a0;
  transition: all .2s;
  cursor: pointer;
}

.page_cate_list li .cover {
  width: 100%;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 auto 10px;
}

.page_cate_list li em {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}

.page_cate_list li span {
  display: block;
  text-align: justify;
  line-height: 30px;
  letter-spacing: 0px;
  font-size: 14px;
}

.page_cate_list li .item:hover {
  background: #7f29a0;
  color: #fff;
}

@media (max-width: 768px) {
  .page_cate {
    padding: 20px 0;
  }

  .page_cate_list li {
    width: 50%;
    padding: 6px;
  }

  .page_cate_list li em {
    line-height: 26px;
    font-size: 16px;
  }

  .page_cate_list li .item {
    height: 190px;
  }

  .page_cate_list li .cover {
    height: 120px;
  }
}

/* page_cate end----------------------------------------------------- */



/* page_news start----------------------------------------------------------------- */
.page_news {
  padding: 60px 0;
}

.page_news_main {
  float: left;
  width: 50%;
  padding: 0 12px;
}

.page_news_main>h2 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
  border-left: 2px solid #7f29a0;
  line-height: 1;
  padding-left: 22px;
  margin-bottom: 20px;
  overflow: hidden;
}


.page_news_main>h2 a {
  float: right;
  color: #7f29a0;
  font-size: 14px;
  margin-top: 6px;
}

.page_news_main>h2 a:hover {
  text-decoration: underline;
}

.page_news_main>ul {
  background: #f2f5f8;
  padding: 20px
}

.page_news_main>ul li a {
  display: block;
  overflow: hidden;
  line-height: 40px;
}

.page_news_main>ul li .cover {
  display: none;
}

.page_news_main>ul li:nth-child(1) .cover {
  display: block;
  height: 242px;
  overflow: hidden;
}

.page_news_main>ul li:nth-child(1) .cover span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .2s;
}

.page_news_main>ul li h4 {
  float: left;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.page_news_main>ul li a:hover h4 {
  color: #6a1c87;
}

.page_news_main>ul li a:hover .cover span {
  transform: scale(1.2);
}

.page_news_main>ul li h4 em {
  display: none;
}


.page_news_main>ul li:nth-child(1) {
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfe0;
}

.page_news_main>ul li:nth-child(1) h4 {
  float: none;
  width: 100%;
  white-space: normal;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  margin-top: 16px;
}

.page_news_main>ul li:nth-child(1) h4 em {
  position: absolute;
  left: 0;
  top: 1px;
  color: #6a1c87;
  border: 2px solid #6a1c87;
  font-size: 14px;
  display: block;
  width: 46px;
  text-align: center;
  line-height: 18px;
}

.page_news_main>ul li:nth-child(1) h4 span {
  text-indent: 56px;
  display: block;
}

.page_news_main>ul li i {
  float: left;
  width: 20%;
  text-align: right;
  font-size: 16px;
  color: #7e8391;
}

.page_news_main>ul li:nth-child(1) i {
  display: none;
}

.page_news_main>ul li p {
  display: none;
}

.page_news_main>ul li:nth-child(1) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 10px;
}


@media (max-width: 768px) {
  .page_news {
    padding: 20px 0;
  }

  .page_news_main {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .page_news_main>ul li h4 {
    width: 100%;
  }

  .page_news_main>ul li i {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
}

/* page_news end----------------------------------------------------------------- */


.page_exhibitor {
  background: url('../images/bg-client.png') no-repeat center;
  background-size: 100% auto;
  padding: 60px 0;
}

.page_media {
  background: #fff;
  padding: 60px 0 120px;
}

.page_exhibitor_title,
.page_media_title {
  font-size: 30px;
  color: #7f29a0;
  text-align: center;
  margin-bottom: 30px;
}

.page_exhibitor_main,
.page_media_main {
  position: relative;
}

.page_exhibitor_main li a,
.page_media_main li a {
  display: block;
  border: 1px solid #cdcdcd;
  width: 100%;
  height: 76px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.page_exhibitor_main li a img,
.page_media_main li a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 92%;
  transition: all .2s;
}

.page_exhibitor_main li a:hover img,
.page_media_main li a:hover img {
  transform: scale(1.2);
}

.page_exhibitor_main label,
.page_media_main label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #7f29a0;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
}

.page_exhibitor_main label.prev,
.page_media_main label.prev {
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
}

.page_exhibitor_main label.next,
.page_media_main label.next {
  right: -60px;
}


@media (max-width: 768px) {

  .page_exhibitor {
    padding: 20px 0;
    background-size: cover;
  }

  .page_media {
    padding: 20px 0 60px;
  }
}


/* footer---------------------------------------------------------------- */

.footer_top {
  padding: 40px 0;
  background: #292929;
  color: #fff;
  min-height: 300px;
}

.footer_nav {
  float: left;
}

.footer_nav a {
  color: #fff;
}

.footer_nav ul {
  overflow: hidden;
}

.footer_nav li {
  float: left;
  margin-right: 46px;
}

.footer_nav li:nth-child(1),
.footer_nav li:nth-last-child(1) {
  display: none;
}

.footer_nav .f_nav a {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.footer_nav .s_nav a {
  display: block;
  font-size: 15px;
  line-height: 32px;
}

.footer_msg {
  float: right;
}

.footer_msg h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.footer_msg .cnt {
  line-height: 32px;
  font-size: 15px;
}


.footer_bottom {
  background: #222222;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 15px 0;
  text-align: center;
}

.footer_bottom a {
  color: #fff;
}

.footer_bottom .unit {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .footer_msg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: left;
    margin-top: 24px;
  }

  .footer_nav li {
    margin-right: 20px;
  }

  .footer_bottom .copyright,
  .footer_bottom .support {
    float: none;
  }
}

/* footer---------------------------------------------------------------- */

.page_sub_banner {
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* page_sub start------------------------------------------------------ */
.page_sub {
  padding: 80px 0;
  background: #F6F6F6;
}

.page_sub a {
  color: #333;
}

.page_sub_nav {
  float: left;
  width: 14%;
}

.page_sub_nav .title {
  background: #7f29a0;
  color: #fff;
  font-size: 24px;
  padding: 24px;
  text-align: center;
}

.page_sub_nav .list {
  background: #fff;
}

.page_sub_nav .item {
  text-align: center;
}

.page_sub_nav .item a {
  color: #333;
  font-size: 16px;
  display: block;
  padding: 12px 0;
}

.page_sub_nav .item.active a,
.page_sub_nav .item:hover a {
  color: #7f29a0;
}

.page_sub_nav .item:nth-last-child(1) a {
  border-bottom: none;
}

.page_sub_main {
  float: right;
  width: 84%;
  background: #fff;
}

.page_sub_main .bread {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.page_sub_main .bread a {
  color: #333;
  font-size: 15px;
}

.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;
  }
}

/* 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: #7f29a0;
}

.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: #7f29a0;
  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: #7f29a0;
}

.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: #7f29a0;
}

.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: #7f29a0;
  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: #7f29a0;
  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: #7f29a0;
}

.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;
}



@media (max-width: 768px) {
  .page_sub {
    padding: 40px 0;
  }

  .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%;
  }
}