/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* * {
  margin: 0;
  padding: 0;
} */
* {
  letter-spacing: 1px;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
@font-face {
  font-family: 'pingfang';
  src: url('http://tyiceimg.smartinfo.cn/uploads/webfonts/pingfang.woff') format('woff'), url('http://tyiceimg.smartinfo.cn/uploads/webfonts/pingfang.ttf') format('truetype');
}
body {
  margin: 0;
  overflow-x: hidden;
  font: 14px/1.7em 'Microsoft YaHei', '微软雅黑', 'Arial', '宋体', 'sans-serif';
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  outline: none;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
input[type=date]::-webkit-datetime-edit-fields-wrapper {
  border: 1px solid red;
  background: red;
}
input[type=date]::-webkit-inner-spin-button {
  visibility: hidden;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* 设置版心 */
.w {
  width: 1400px;
  margin: auto;
}
/* a为块级元素 */
.blocka {
  display: block;
}
/* 图片为块级元素 */
.blockimg {
  display: block;
  width: 100%;
  height: 100%;
}
/* 清除浮动 */
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mb50 {
  margin-bottom: 50px;
}
.mb-show {
  display: none !important;
}
.pad50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  /*background: #e1e1e3;*/
}
.swiper-pagination-bullet-active {
  background: #ff4d5d;
}
/* ul样式初始化 */
ul,
ol {
  list-style-type: none;
  padding: 0;
  /* margin: 0; */
}
/* 去掉输入框的默认样式 */
/* input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
} */
input {
  /*去除阴影*/
  box-shadow: none;
  /*聚焦input的蓝色边框*/
  outline: none;
  /*textarea 禁止拖拽*/
  resize: none;
  /*去除边框*/
  border: none;
  /*常用于IOS下移除原生样式*/
  -webkit-appearance: none;
  /*点击高亮的颜色*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hide {
  display: none;
}
input[type='checkbox'] {
  position: relative;
  width: 16px;
  height: 16px;
  background: transparent;
  vertical-align: middle;
  margin: 0;
  outline: none;
}
input[type="checkbox"]:after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 3px;
  border: 1px #aaaaaa solid;
  margin-right: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: #fff;
  box-sizing: border-box;
}
input[type="checkbox"]:checked:after {
  content: url(../images/gou.png);
  text-align: center;
  line-height: 16px;
  background-color: #ff4d5d;
  color: #fff;
  border: 1px #ff4d5d solid;
}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  background: transparent;
  vertical-align: middle;
  margin: 0 !important;
  outline: none;
}
input[type="radio"]:after {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
  border: 1px #aaaaaa solid;
  margin-right: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #fff;
  box-sizing: border-box;
}
input[type="radio"]:checked:after {
  border-color: #ff4d5d;
}
input[type="radio"]:checked:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
  background: #ff4d5d;
  box-sizing: border-box;
}
.main {
  /*合作媒体*/
  /*交通*/
  /*.exhibition_traffic {
    width: 1200px;
    height: auto;
    margin: auto;
    margin-top: 64px;
    // border: 1px solid #e5e5e5;
    margin-bottom: 60px;

    .exhibition_traffic_top {
      width: 100%;
      background-color: #f7f7f7;
      padding: 30px 25px 28px 30px;
      border: solid 1px #e5e5e5;

      span {
        display: block;
      }

      .exhibition_traffic_top_top {
        font-size: 18px;
        color: #e83232;
        line-height: 30px;
        font-weight: 700;
      }

      .exhibition_traffic_top_mid {
        font-size: 16px;
        color: #666;
        margin-top: 30px;
        margin-bottom: 30px;

      }

      .exhibition_traffic_top_bot {
        font-size: 16px;
        color: #666;
        line-height: 30px;
      }
    }

    .exhibition_traffic_three {
      position: relative;

      .exhibition_traffic_neiron {
        margin-top: 49px;

        .exhibition_traffic_neiron_one {
          .exhibition_traffic_neiron_one_l {
            width: 15%;
            box-sizing: border-box;
            float: left;
            padding-top: 51px;
            padding-left: 31px;

            img {
              display: block;
              width: 105px;
              height: 106px;
            }
          }

          .exhibition_traffic_neiron_one_r {
            width: 81%;
            float: right;

            .exhibition_traffic_neiron_one_r_l {
              float: left;
              width: 42%;

              img {
                // width: 100%;
              }
            }

            .exhibition_traffic_neiron_one_r_r {
              width: 58%;
              float: right;
              padding-left: 27px;

              .exhibition_traffic_neiron_one_r_r_tit {
                font-size: 20px;
                color: #333333;
                line-height: 30px;
                letter-spacing: 0;
                font-weight: 700;
              }

              .exhibition_traffic_neiron_one_r_r_tit_sm {
                font-size: 16px;
                line-height: 30px;
                color: #006cb3;
                margin-top: 5px;
              }

              .exhibition_traffic_neiron_one_r_r_list {
                font-size: 14px;
                color: #666666;
                margin-top: 10px;
                // line-height: 36px;

                span {
                  display: inline-block;
                  width: 17px;
                  height: 17px;
                  text-align: center;
                  line-height: 17px;
                  background-color: #006cb3;
                  color: #fff;
                  font-size: 14px;
                  border-radius: 17px;
                }

                p {
                  display: inline-block;
                }

                .blue {
                  color: #006cb3;
                }

              }

              .speacle {
                line-height: 36px;
              }

              .exhibition_traffic_neiron_one_r_r_list {}
            }
          }
        }
      }

      .exhibition_traffic_line {
        position: absolute;
        top: 0;
        left: 185px;
        width: 2px;
        height: 100%;
        background-color: #e6e6e6;
      }

      .exhibition_traffic_three_one {
        position: absolute;
        top: 90px;
        left: 179px;
        width: 14px;
        height: 14px;
        border-radius: 14px;
        background-color: #e83232;
      }

      .exhibition_traffic_three_two {
        position: absolute;
        top: 341px;
        left: 179px;
        width: 14px;
        height: 14px;
        border-radius: 14px;
        background-color: #e83232;
      }

      .exhibition_traffic_three_three {
        position: absolute;
        top: 600px;
        left: 179px;
        width: 14px;
        height: 14px;
        border-radius: 14px;
        background-color: #e83232;
      }
    }

    
  }*/
  /*中国（深圳）国际文化产业博览交易会*/
}
.main .index-top {
  position: relative;
}
.main .top {
  clear: both;
  padding: 10px 0;
}
.main .top .top_log {
  width: 205px;
  height: 52px;
  float: left;
}
.main .top .top_right {
  width: 30%;
  float: right;
}
.main .top .top_right .top_swich {
  float: left;
  margin-top: 14px;
  margin-right: 5%;
}
.main .top .top_right .top_swich .top_swich_cn,
.main .top .top_right .top_swich .top_swich_en {
  font-size: 18px;
  color: #999999;
}
.main .top .top_right .top_swich .curr {
  color: #ff4d5d;
}
.main .top .top_right .top_swich a:hover {
  color: #ff6600;
}
.main .top .top_right .top_login {
  float: right;
}
.main .top .top_right .top_login .top_login_dj,
.main .top .top_right .top_login .top_login_shengqing {
  width: 148px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 16px;
  float: left;
}
.main .top .top_right .top_login .top_login_dj {
  background-color: #30336b;
  margin-right: 1px;
}
.main .top .top_right .top_login .top_login_shengqing {
  background-color: #ff4d5d;
}
.main .navbar {
  display: none;
}
.main .nav .nav_bg {
  background-color: #30336b;
}
.main .nav .nav_bg .nav_main .navul {
  margin: 0;
  float: left;
  line-height: 42px;
}
.main .nav .nav_bg .nav_main .navul > li:hover {
  background-color: #ff4d5d;
}
.main .nav .nav_bg .nav_main .navul .navli {
  float: left;
  width: 166px;
  height: 42px;
  text-align: center;
  display: block;
  letter-spacing: 0;
}
.main .nav .nav_bg .nav_main .navul .navli .nav-icon {
  display: none;
}
.main .nav .nav_bg .nav_main .navul .navli .box1 {
  display: none;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 114px;
  left: 0;
  z-index: 9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 20px 0;
}
.main .nav .nav_bg .nav_main .navul .navli .box1 ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 5 - 22px);
  margin-right: 20px;
  margin-bottom: 30px;
}
.main .nav .nav_bg .nav_main .navul .navli .box1 ul li:nth-child(5n) {
  margin-right: 0;
}
.main .nav .nav_bg .nav_main .navul .navli .box1 ul li > a {
  border-bottom: 1px solid #888;
  color: #333;
  padding: 10px 0;
  font-weight: bold;
}
.main .nav .nav_bg .nav_main .navul .navli .box1 ul li > a.nav_color {
  padding: 10px;
  background-color: #30336b;
  color: #fff;
}
.main .nav .nav_bg .nav_main .navul .navli .box1 a {
  display: block;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
}
.main .nav .nav_bg .nav_main .navul .navli .box1 a:hover {
  color: #ff4d5d;
}
.main .nav .nav_bg .nav_main .navul .navli .threebox {
  padding-left: 20px;
}
.main .nav .nav_bg .nav_main .navul .navli .threebox a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.main .nav .nav_bg .nav_main .navul .navli a {
  font-size: 18px;
  color: #fff;
  display: block;
}
.main .nav .nav_bg .nav_main .navul .silder_line {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #4d5080;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.main .nav .nav_bg .nav_main .navul #our .box {
  width: 100%;
  height: auto;
  position: relative;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian {
  position: absolute;
  left: -486px;
  width: 1400px;
  background-color: #fff;
  z-index: 99;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 50px;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav {
  margin-top: 44px;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .amian_nav_l {
  float: left;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .amian_nav_l .amian_nav_l_ul {
  width: 389px;
  margin-top: 0;
  margin-bottom: 0;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .amian_nav_l .amian_nav_l_ul .amian_nav_l_li {
  float: none;
  width: auto;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  background: #f7f8ff;
  padding-left: 24px;
  border-bottom: 1px solid #fff;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .amian_nav_l .amian_nav_l_ul .amian_nav_l_li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .amian_nav_line {
  float: left;
  width: 1px;
  height: 407px;
  background: #e5e5e5;
  margin-left: 50px;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .big_box {
  overflow: hidden;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .big_box .amian_nav_r {
  float: left;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .big_box .amian_nav_r .amian_nav_r_l {
  float: left;
  width: 358px;
  margin-left: 52px;
  margin-right: 49px;
  text-align: left;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .big_box .amian_nav_r .amian_nav_r_l .amian_nav_r_l_top {
  font-size: 18px;
  color: #333333;
  margin-top: 34px;
  margin-bottom: 25px;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .big_box .amian_nav_r .amian_nav_r_l .amian_nav_r_l_txt {
  font-size: 16px;
  color: #666;
  margin-bottom: 49px;
  text-align: left;
  line-height: 25px;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .big_box .amian_nav_r .amian_nav_r_l .amian_nav_r_l_more {
  display: block;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #1f2c5c;
  color: #fff;
}
.main .nav .nav_bg .nav_main .navul #our .box .amian .amian_nav .big_box .amian_nav_r .amian_nav_r_r {
  float: right;
  width: 501px;
  height: 356px;
  margin-top: 40px;
}
.main .nav .nav_bg .nav_main .nav_r {
  position: relative;
  float: right;
  width: 297px;
  height: 42px;
  color: #fff;
}
.main .nav .nav_bg .nav_main .nav_r .nav_r_bottom {
  width: 100%;
  height: 100%;
  background: #434791;
  padding-left: 20px;
}
.main .nav .nav_bg .nav_main .nav_r .searchlogo {
  position: absolute;
  top: 10px;
  right: 27px;
}
.main .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}
.main .header.curr2 {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  transform: translateY(-120px);
}
.main .header.curr {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main .index_swiper {
  width: 100%;
  height: 100%;
  margin-top: 114px;
}
.main .index_swiper .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .index_swiper .swiper-button-prev,
.main .index_swiper .swiper-button-next {
  background: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  font-size: 24px;
  top: 43%;
}
.main .index_swiper .swiper-button-prev {
  left: 80px;
}
.main .index_swiper .swiper-button-next {
  right: 80px;
}
.main .index_swiper .swiper-pagination-bullet {
  background-color: #ff4d5d;
  width: 14px;
  height: 14px;
}
.main .index_swiper .swiper-pagination {
  bottom: 110px;
}
.main .banner {
  width: 100%;
  height: auto;
  margin-top: 114px;
}
.main .mbnav {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 60px;
  line-height: 60px;
}
.main .mbnav .wrap .crumbs span {
  margin: 0 10px;
}
.main .mbnav .wrap .crumbs .crumbs-a {
  font-size: 16px;
  color: #333333;
}
.main .mbnav a {
  font-size: 16px;
}
.main .mbnav_line {
  height: 2px;
  background-color: #e5e5e5;
  margin-bottom: 67px;
}
.main .foot_line {
  width: 100%;
  height: 3px;
  background-color: #ff4d5d;
}
.main .foot {
  width: 100%;
  position: relative;
  height: 250px;
}
.main .foot .foot_mian .foot_mian_l {
  float: left;
  margin-top: 57px;
}
.main .foot .foot_mian .foot_mian_l .foot_mian_l_top {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 30px;
}
.main .foot .foot_mian .foot_mian_l .foot_mian_l_mian p {
  font-size: 15px;
  color: #adaebf;
}
.main .foot .foot_mian .foot_mian_r {
  float: right;
  margin-top: 57px;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_top {
  margin-bottom: 48px;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_top .sm_box {
  float: right;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_top .sm_box a {
  float: left;
  margin-right: 19px;
  width: 41px;
  height: 40px;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_top .sm_box :last-child {
  margin-right: 0px;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_mid {
  width: 100%;
  margin-top: 20px;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_mid .foot_mian_r_mid_l {
  float: left;
  height: 20px;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_mid .foot_mian_r_mid_r a {
  float: left;
  padding: 0 3%;
  text-align: center;
  color: #fff;
  border-right: 1px solid #4a4c7d;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_mid .foot_mian_r_mid_r :last-child {
  border-right: 0px;
  padding-right: 0;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_bot {
  text-align: right;
  margin-top: 17px;
  font-size: 15px;
  color: #adaebf;
}
.main .foot .foot_mian .foot_mian_r .foot_mian_r_bot a {
  color: #adaebf;
}
.main .foot .foot_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main .footer-share .social-share-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #70729a;
  color: #fff;
  margin-right: 20px;
  font-size: 18px;
  position: relative;
}
.main .footer-share .icon-wechat .wechat-qrcode {
  top: -130px;
  left: -40px;
}
.main .footer-share .icon-wechat:hover {
  background: #5eb253;
  color: #fff;
}
.main .footer-share .icon-ren:hover {
  background: #3c9ed6;
  color: #fff;
}
.main .footer-share .icon-weibo:hover {
  background: #df3f3f;
  color: #fff;
}
.main .index-title {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto 35px;
}
.main .index-title:after {
  display: block;
  content: '';
  width: 57px;
  height: 2px;
  background-color: #ff4d5d;
  margin: 10px auto 0;
}
.main .inews-box {
  margin-top: 50px;
}
.main .inews-box .inews-item {
  height: 215px;
  overflow: hidden;
  margin-bottom: 20px;
}
.main .inews-box .inews-item .inews-img {
  width: 30%;
  height: 100%;
  overflow: hidden;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .inews-box .inews-item .inews-img img {
  width: 100%;
}
.main .inews-box .inews-item .inews-con {
  height: 100%;
  width: 70%;
  border: 1px solid #e0e0e0;
  border-left: 0;
  padding: 0 30px;
  box-sizing: border-box;
}
.main .inews-box .inews-item .inews-con .inews-top {
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
  box-sizing: border-box;
}
.main .inews-box .inews-item .inews-con .inews-top .inews-type {
  font-size: 24px;
  font-weight: bold;
  color: #ff4d5d;
  margin: 0;
}
.main .inews-box .inews-item .inews-con .inews-top .inews-more {
  font-size: 16px;
  color: #30336b;
}
.main .inews-box .inews-item .inews-con .inews-list {
  height: calc(100% - 50px);
  margin-bottom: 0;
}
.main .inews-box .inews-item .inews-con .inews-list li {
  height: 100%;
  width: 50%;
  float: left;
  border-right: 1px solid #e0e0e0;
  padding: 25px 0;
  box-sizing: border-box;
  padding-right: 30px;
}
.main .inews-box .inews-item .inews-con .inews-list li:nth-of-type(2n) {
  border-right: 0;
  padding-right: 0;
  padding-left: 30px;
}
.main .inews-box .inews-item .inews-con .inews-list li .title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 15px;
}
.main .inews-box .inews-item .inews-con .inews-list li .info {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .inews-box .inews-item .inews-con .inews-list li .date {
  font-size: 14px;
  color: #ff4d5d;
  margin-top: 20px;
}
.main .inews-box .inews-item .inews-con .inews-list li .date img {
  vertical-align: middle;
  margin-right: 5px;
}
.main .zone-box {
  margin: 50px 0 40px;
}
.main .zone-box .zone-swiper {
  padding-bottom: 45px;
}
.main .zone-box .zone-swiper .zone-list {
  display: block;
  position: relative;
}
.main .zone-box .zone-swiper .zone-list img {
  width: 100%;
}
.main .zone-box .zone-swiper .zone-list .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.main .zone-box .zone-swiper .zone-list .zone-txt {
  padding: 0 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
}
.main .zone-box .zone-swiper .zone-list .zone-txt .zone-title {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .zone-box .zone-swiper .zone-list .zone-txt .zone-title:after {
  display: block;
  content: "";
  width: 34px;
  height: 2px;
  background: #ff4d5c;
}
.main .zone-box .zone-swiper .zone-list .zone-txt .zone-desc {
  font-size: 14px;
  margin-bottom: 20px;
  /*height: 40px;
            overflow : hidden;  
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;*/
}
.main .zone-box .zone-swiper .zone-list .zone-txt .more {
  font-size: 14px;
  text-decoration: underline;
}
.main .zone-box .swiper-pagination-fraction,
.main .zone-box .swiper-pagination-custom,
.main .zone-box .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
}
.main .partner-ul {
  /*border: 1px solid #dfdad6;
    border-top: 0;
    border-right: 0;*/
  border: 1px solid #dfdad6;
}
.main .partner-ul li {
  float: left;
  width: calc(100%/6);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-top: 1px solid #dfdad6;
      border-right: 1px solid #dfdad6;*/
  border: 1px solid #dfdad6;
  height: 130px;
}
.main .partner-ul li img {
  max-width: 100%;
  max-height: 100%;
}
.main .partnet-swiper {
  padding-bottom: 0;
}
.main .ipartnet-wrap {
  position: relative;
}
.main .ipartnet-wrap .swiper-btn-box {
  position: relative;
}
.main .ipartnet-wrap .swiper-button-prev,
.main .ipartnet-wrap .swiper-button-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /*box-shadow: 0 0 15px rgba(0,0,0,0.6);*/
}
.main .ipartnet-wrap .swiper-button-next,
.main .ipartnet-wrap .swiper-container-rtl .swiper-button-prev {
  background: #30336b url(../images/next-btn.png) no-repeat center center;
  right: -60px;
}
.main .ipartnet-wrap .swiper-button-prev,
.main .ipartnet-wrap .swiper-container-rtl .swiper-button-next {
  background: #30336b url(../images/prev-btn.png) no-repeat center center;
  left: -60px;
}
.main .docking-box {
  background: url(../images/docking-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 75px 0;
}
.main .docking-box .index-title {
  color: #fff;
  float: left;
  margin-right: 10%;
  padding-top: 22px;
  margin-bottom: 0;
}
.main .docking-box .index-title::after {
  margin: 10px 0 0;
}
.main .docking-box .docking-list {
  width: calc(100% - 10% - 130px);
  float: left;
  position: relative;
  display: flex;
}
.main .docking-box .docking-list .douhao {
  position: absolute;
  top: -52px;
  left: -10%;
}
.main .docking-box .docking-item {
  float: left;
  margin-right: 3%;
  display: flex;
  align-items: center;
}
.main .docking-box .docking-item:nth-of-type(2) {
  margin-right: 0;
}
.main .docking-box .docking-item .imgbox {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  margin-right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.main .docking-box .docking-item .txtbox p {
  margin-bottom: 0;
}
.main .docking-box .docking-item .txtbox .p1 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.main .docking-box .docking-item .txtbox .p2 {
  font-size: 16px;
  color: #fff;
}
.main .ijoin-box .ijoin-con {
  position: relative;
}
.main .ijoin-box .ijoin-con .more {
  position: absolute;
  bottom: 1px;
  right: 0;
  background: #fff;
  display: block;
  color: #ff4d5c;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  height: 45px;
  border-radius: 20px 0 0 0;
  cursor: pointer;
}
.main .ijoin-box .ijoin-con .more:hover {
  text-decoration: underline !important;
}
.main .ijoin-box .ijoin-con .more img {
  margin-top: -5px;
}
.main .ijoin-box .ijoin-item {
  width: calc(100%/2 - 1px);
  float: left;
  color: #fff;
  /*display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;*/
  padding: 60px;
  text-align: center;
}
.main .ijoin-box .ijoin-item:nth-of-type(1) {
  background: url(../images/ijoin-img01.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.main .ijoin-box .ijoin-item:nth-of-type(2) {
  float: right;
  background: url(../images/ijoin-img02.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.main .ijoin-box .ijoin-item .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
.main .ijoin-box .ijoin-item .info {
  font-size: 16px;
  line-height: 1.8;
}
.main .introduce .introduce_mian .introduce_mian_l {
  float: left;
  width: 74%;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_titile {
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 10px;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_line {
  width: 57px;
  height: 2px;
  background-color: red;
  margin-bottom: 30px;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_main {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 27px;
  letter-spacing: 1px;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_math {
  width: 100%;
  margin-bottom: 50px;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_math .introduce_mian_l_math_one {
  width: 25%;
  float: left;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_math .introduce_mian_l_math_one .introduce_mian_l_math_one_top {
  font-size: 48px;
  color: #ff4d5d;
  line-height: 1;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_math .introduce_mian_l_math_one .introduce_mian_l_math_one_top .introduce_mian_l_math_one_bot_lit {
  font-size: 16px;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_math .introduce_mian_l_math_one .introduce_mian_l_math_one_bot {
  font-size: 18px;
  color: #333333;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_math .two {
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  padding-left: 5%;
  width: 30%;
}
.main .introduce .introduce_mian .introduce_mian_l .introduce_mian_l_more {
  width: 192px;
  height: 61px;
  font-size: 18px;
  line-height: 61px;
  text-align: center;
  color: #fff;
  background-color: #30336b;
}
.main .introduce .introduce_mian .introduce_mian_r {
  width: 24%;
  float: right;
  margin-top: 3px;
}
.main .introduce .introduce_mian .introduce_mian_r .threea {
  width: 333px;
  height: 120px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.main .introduce .introduce_mian .introduce_mian_r .threea .threea_l {
  float: left;
  padding-top: 40px;
  padding-left: 31px;
}
.main .introduce .introduce_mian .introduce_mian_r .threea .threea_l div {
  color: #fff;
}
.main .introduce .introduce_mian .introduce_mian_r .threea .threea_l div .otherfont {
  letter-spacing: 3px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.main .introduce .introduce_mian .introduce_mian_r .threea .threea_l div .otherfont2 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.main .introduce .introduce_mian .introduce_mian_r .threea .threea_l div img {
  vertical-align: top;
  margin-top: 5px;
}
.main .introduce .introduce_mian .introduce_mian_r .threea .threea_r {
  float: right;
  padding-top: 33px;
  padding-right: 25px;
}
.main .introduce .introduce_mian .introduce_mian_r .threea .threea_r img {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}
.main .introduce .introduce_mian .introduce_mian_r .one {
  background-color: #30336b;
}
.main .introduce .introduce_mian .introduce_mian_r .one .threea_r {
  width: 97px;
  height: 86px;
}
.main .introduce .introduce_mian .introduce_mian_r .two {
  background-color: #ff4d5d;
}
.main .introduce .introduce_mian .introduce_mian_r .two .threea_r {
  width: 89px;
  height: 83px;
}
.main .introduce .introduce_mian .introduce_mian_r .three {
  background-color: #ffb400;
}
.main .introduce .introduce_mian .introduce_mian_r .three .threea_r {
  width: 73px;
  height: 86px;
}
.main .exhibition {
  width: 100%;
  margin-top: 69px;
}
.main .exhibition .exhibition_bg {
  width: 100%;
  background-color: #f7f7ff;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_top {
  margin-top: 73px;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_top h2 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 2px;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_top .exhibition_mian_top_line {
  width: 57px;
  margin: auto;
  height: 2px;
  background-color: #fd6e7d;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img {
  margin-top: 36px;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_one {
  width: 694px;
  height: 464px;
  float: left;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_one a {
  position: relative;
  overflow: hidden;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_one a img {
  transition: all 0.5s;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_one a img:hover {
  transform: scale(1.1);
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_one a .exhibition_txt {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_one a .exhibition_txt .exhibition_txt_tit {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_one a .exhibition_txt .exhibition_txt_txt {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_two {
  float: right;
  width: 690px;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_two .exhibition_mian_img_two_one {
  float: left;
  margin-bottom: 10px;
  margin-right: 1%;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_two .exhibition_mian_img_two_one a {
  position: relative;
  width: 340px;
  height: 227px;
  overflow: hidden;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_two .exhibition_mian_img_two_one a .smbg {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_two .exhibition_mian_img_two_one a .smbg:hover {
  transform: scale(1.2);
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_two .exhibition_mian_img_two_one a .smtit {
  position: absolute;
  bottom: 20px;
  font-size: 18px;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_two .exhibition_mian_img_two_one a .jiantou {
  position: absolute;
  bottom: 16px;
  right: 20px;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_two :nth-child(2n) {
  margin-right: 0;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_bot {
  margin-bottom: 84px;
  margin-top: 10px;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_bot .exhibition_mian_img_bot_one {
  float: left;
  margin-right: 2%;
  width: 32%;
  overflow: hidden;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_bot .exhibition_mian_img_bot_one a {
  position: relative;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_bot .exhibition_mian_img_bot_one a:hover img {
  transform: scale(1.2);
  transition: 400ms;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_bot .exhibition_mian_img_bot_one a img {
  transition: 400ms;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_bot .exhibition_mian_img_bot_one a p {
  position: absolute;
  font-size: 18px;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_bot .exhibition_mian_img_bot_one a .jiantou {
  position: absolute;
  bottom: 16px;
  right: 20px;
}
.main .exhibition .exhibition_bg .exhibition_mian .exhibition_mian_img .exhibition_mian_img_bot :last-child {
  margin-right: 0;
}
.main .cass .cass_tit {
  margin-top: 68px;
  font-size: 30px;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.main .cass .more-links {
  font-size: 16px;
  font-weight: normal;
  padding: 5px 20px;
  border: 1px solid #ff4d5d;
  color: #fff;
  transition: all 0.4s;
  position: absolute;
  top: -6px;
  right: 0;
  background: #ff4d5d;
}
.main .cass .more-links:hover {
  background: #fff;
  color: #ff4d5d;
}
.main .cass .cass_line {
  width: 57px;
  height: 2px;
  background-color: #ff4d5d;
  margin: auto;
  margin-bottom: 34px;
  display: none;
}
.main .cass .other_cass_swiper .swiper-container {
  padding-bottom: 88px;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one {
  width: 100%;
  float: left;
  margin-right: 41px;
  border: solid 1px #e9e9e9;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_top {
  height: 182px;
  line-height: 182px;
  text-align: center;
  overflow: hidden;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian {
  padding: 20px;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_time {
  margin-bottom: 19px;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_time img {
  vertical-align: middle;
  margin-top: -2%;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_time span {
  font-size: 15px;
  color: #ff4d5d;
  line-height: 15px;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_tit {
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
  height: 48px;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_txt {
  font-size: 15px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more {
  width: 100%;
  height: 46px;
  border-top: 1px solid #e9e9e9;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more .diva,
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more .blocka {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding: 10px 20px;
  font-weight: 700;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more .diva .a_l,
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more .blocka .a_l {
  float: left;
  font-size: 16px;
  color: #30336b;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more .diva .a_r,
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more .blocka .a_r {
  float: right;
}
.main .cass .other_cass_swiper .swiper-container .swiper-wrapper .swiper-slide :last-child {
  margin-right: 0;
}
.main .cass .other_cass_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #d0d0d0;
}
.main .cass .other_cass_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4d5d;
}
.main .partner-box li {
  float: left;
  width: calc(100%/5 - 16px);
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #dfdad6;
  padding: 10px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.main .partner-box li:nth-of-type(5n) {
  margin-right: 0;
}
.main .partner-box li img {
  max-width: 100%;
  max-height: 100%;
}
.main .contact_us_main {
  margin-bottom: 40px;
}
.main .contact_us_main .contact_us_main_top {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 700;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l {
  width: 48%;
  float: left;
  box-sizing: border-box;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l .contact_us_main_main_l_bigbox1 .contact_us_main_main_l_top {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 11px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l .contact_us_main_main_l_bigbox2 {
  background-color: #f8f8f8;
  padding-top: 27px;
  padding-left: 35px;
  padding-bottom: 39px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l .contact_us_main_main_l_bigbox2 .contact_us_main_main_l_table .contact_us_main_main_l_table_top {
  padding-bottom: 20px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l .contact_us_main_main_l_bigbox2 .contact_us_main_main_l_table .input_box {
  padding-bottom: 25px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l .contact_us_main_main_l_bigbox2 .contact_us_main_main_l_table .input_box span {
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l .contact_us_main_main_l_bigbox2 .contact_us_main_main_l_table .input_box .red {
  color: #ff4d5d;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l .contact_us_main_main_l_bigbox2 .contact_us_main_main_l_table .input_box input {
  width: 60%;
  height: 55px;
  padding: 10px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l .contact_us_main_main_l_bigbox2 .contact_us_main_main_l_table .input_box textarea {
  width: 60%;
  height: 149px;
  resize: none;
  border: 0px solid #fff;
  padding: 0;
  margin-left: 6px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_l .contact_us_main_main_l_bigbox2 .contact_us_main_main_l_table #tijiao {
  display: block;
  width: 173px;
  height: 55px;
  margin: auto;
  background-color: #ff4d5d;
  color: #fff;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_r {
  width: 48%;
  float: right;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_r .contact_us_main_main_r_top .contact_us_main_main_r_top_tit {
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  font-weight: 700;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_r .contact_us_main_main_r_top .contact_us_main_main_r_top_txt {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_r .contact_us_main_main_r_bot {
  margin-top: 19px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_r .contact_us_main_main_r_bot .map {
  width: 700px;
}
.main .contact_us_main .contact_us_main_main .contact_us_main_main_r .contact_us_main_main_r_bot .map #map {
  width: 100%;
  height: 100%;
}
.main .banner {
  width: 100%;
  height: auto;
}
.main .mbnav {
  margin-top: 23px;
  margin-bottom: 22px;
}
.main .mbnav a {
  font-size: 16px;
}
.main .mbnav_line {
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 67px;
}
.main .profile {
  margin-bottom: 20px;
}
.main .profile .profile_l {
  width: 100%;
}
.main .profile .profile_l .profile_l_top {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 36px;
  font-weight: 700;
}
.main .profile .profile_l .profile_l_mid .duanluo {
  padding-bottom: 20px;
  line-height: 26px;
  color: #666666;
}
.main .profile .profile_l .profile_l_mid span {
  font-size: 15px;
  color: #666666;
  font-family: oblique;
}
.main .profile .profile_l .profile_l_mid .other {
  color: #ff4d5d;
}
.main .profile .profile_r {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.main .profile .profile_r .profile_r_box {
  display: block;
  width: 100%;
  height: 106px;
  box-sizing: border-box;
  padding-top: 14px;
  padding-left: 20px;
  float: left;
  margin-right: 20px;
  width: calc(100%/3 - 14px);
}
.main .profile .profile_r .profile_r_box:nth-of-type(3n) {
  margin-right: 0;
}
.main .profile .profile_r .profile_r_box .profile_r_box_top {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}
.main .profile .profile_r .profile_r_box .profile_r_box_top .counter {
  font-size: 48px;
  line-height: 1;
}
.main .profile .profile_r .profile_r_box .profile_r_box_bot {
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 0;
}
.main .profile .profile_r .profile_r_boxone {
  background: #30336b url('/static/images/exh-ico01.png') no-repeat right 10% bottom -10px;
}
.main .profile .profile_r .profile_r_boxtwo {
  background: #ff4d5d url('/static/images/exh-ico02.png') no-repeat right 10% bottom -5px;
}
.main .profile .profile_r .profile_r_boxthree {
  background: #ffb400 url('/static/images/exh-ico03.png') no-repeat right 10% bottom -10px;
}
.main .related_introduction {
  margin-bottom: 103px;
}
.main .related_introduction .related_introduction_tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 700;
}
.main .related_introduction .related_introduction_main {
  font-size: 15px;
  color: #666666;
  margin-bottom: 25px;
  line-height: 26px;
  letter-spacing: 0px;
}
.main .related_introduction .related_introduction_box {
  width: 100%;
  height: 300px;
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  height: auto;
}
.main .related_introduction .related_introduction_box:nth-of-type(2n) {
  flex-flow: row-reverse;
}
.main .related_introduction .related_introduction_box .related_introduction_box_l {
  float: left;
  width: 45%;
}
.main .related_introduction .related_introduction_box .related_introduction_box_r {
  float: right;
  width: 55%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px 20px;
  background: #f8f8f8;
}
.main .related_introduction .related_introduction_box .related_introduction_box_r .related_introduction_box_r_top {
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 26px;
}
.main .related_introduction .related_introduction_box .related_introduction_box_r .related_introduction_box_r_mian {
  font-size: 15px;
  color: #666;
  line-height: 26px;
  margin-bottom: 20px;
}
.main .related_introduction .related_introduction_box .related_introduction_box_r .related_introduction_box_r_mian:last-of-type {
  margin-bottom: 0;
}
.main .related_introduction .related_introduction_box .related_introduction_box_r .red {
  color: #ff4d5d;
}
.main .related_introduction .related_introduction_box .fanr {
  float: right;
  height: 100%;
}
.main .related_introduction .related_introduction_box .fanl {
  float: left;
  height: 100%;
}
.main .related_introduction .related_introduction_box .box2 {
  padding: 16px 49px 24px 37px;
}
.main .related_introduction .related_introduction_box .box3 {
  padding: 17px 49px 24px 37px;
}
.main .banner {
  width: 100%;
  height: auto;
}
.main .classic_main .classic_main_top {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.main .classic_swiper {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
}
.main .classic_swiper .cass_swiper_one {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  border: solid 1px #e9e9e9;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_top {
  height: 182px;
  margin: auto;
  line-height: 180px;
  text-align: center;
  overflow: hidden;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_mian {
  padding: 20px;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_time {
  margin-bottom: 19px;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_time img {
  vertical-align: middle;
  margin-top: -2%;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_time span {
  font-size: 15px;
  color: #ff4d5d;
  line-height: 15px;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_tit {
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
  height: 42px;
  font-weight: bold;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_txt {
  font-size: 15px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_more {
  width: 100%;
  height: 46px;
  border-top: 1px solid #e9e9e9;
  font-weight: 700;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_more .a {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding: 10px 20px;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_more .a .a_l {
  float: left;
  font-size: 16px;
  color: #30336b;
}
.main .classic_swiper .cass_swiper_one .cass_swiper_one_more .a .a_r {
  float: right;
}
.main .classic_swiper :nth-child(4n) {
  margin-right: 0;
}
.main .culture-list {
  margin-bottom: 50px;
}
.main .culture-list:after {
  display: block;
  content: "";
  clear: both;
}
.main .culture-list li {
  float: left;
  width: calc(100%/5 - 7px);
  margin-right: 8px;
}
.main .culture-list li:nth-of-type(5n) {
  margin-right: 0;
}
.main .culture-list li:hover img {
  transition: all 600ms;
  transform: scale(1.1);
}
.main .culture-list li .img {
  overflow: hidden;
  background: #ccc;
}
.main .culture-list li .img img {
  display: block;
  width: 100%;
  transition: all 600ms;
}
.main .culture-list li .txt {
  border: 1px solid #cecfd8;
  padding: 25px 20px;
  text-align: center;
  border-top: 0;
}
.main .culture-list li .txt .p1 {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}
.main .culture-list li .txt .p1:after {
  display: block;
  content: "";
  width: 38px;
  height: 3px;
  background: #ff4d5d;
  margin: 15px auto 0;
}
.main .culture-list li .txt .p2 {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  min-height: 40px;
}
.main .team-style .top-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.main .team-style .top-title .p {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}
.main .team-style .top-title .p:after {
  display: block;
  content: "";
  width: 34px;
  height: 2px;
  background: #ff4d5d;
  margin: 15px 0 0;
}
.main .team-style .video-box {
  width: 1180px;
  margin: 0 auto 50px;
  position: relative;
}
.main .team-style .video-box .video-swiper {
  width: calc(100% - 200px);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.main .team-style .video-box .swiper-button-prev,
.main .team-style .video-box .swiper-button-next {
  width: 100px;
  height: 312px;
  margin-top: -160px;
}
.main .team-style .video-box .swiper-button-next,
.main .team-style .video-box .swiper-container-rtl .swiper-button-prev {
  background: #e9ebf4 url(../images/culture/next-btn.png) no-repeat center center;
  right: 0;
}
.main .team-style .video-box .swiper-button-prev,
.main .team-style .video-box .swiper-container-rtl .swiper-button-next {
  background: #e9ebf4 url(../images/culture/prev-btn.png) no-repeat center center;
  left: 0;
}
.main .team-style .video-box .video-slide .preload-box {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main .team-style .video-box .video-slide .preload-box img {
  width: 100%;
}
.main .team-style .video-box .video-slide .video-master {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.main .team-style .video-box .video-slide .video-master img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.main .team-style .img-box ul:after {
  display: block;
  content: "";
  clear: both;
}
.main .team-style .img-box ul li {
  float: left;
  width: calc(100%/4 - 4px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 240px;
  overflow: hidden;
}
.main .team-style .img-box ul li:nth-of-type(4n) {
  margin-right: 0;
}
.main .team-style .img-box ul li img {
  display: block;
  width: 100%;
  max-height: 100%;
}
.main .culture_mian .culture_mian_top {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.main .culture_mian .culture_mian_main {
  width: 100%;
  margin-bottom: 50px;
}
.main .culture_mian .culture_mian_main .culture_mian_main_l {
  width: 32%;
  float: left;
}
.main .culture_mian .culture_mian_main .culture_mian_main_r {
  width: 68%;
  float: right;
  box-sizing: border-box;
  padding: 14px 0px 0 59px;
  line-height: 26px;
  color: #666666;
}
.main .culture_mian .culture_mian_list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box .culture_mian_list_box_l {
  width: 30%;
  float: left;
  width: 161px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background-color: #30336b;
  color: #ffffff;
  margin-right: 20px;
  font-size: 18px;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box .culture_mian_list_box_r {
  width: 70%;
  float: left;
  font-size: 15px;
  color: #666666;
  line-height: 43px;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box .speacle {
  line-height: 24px;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box_r_boxss .culture_mian_list_box_r_boxs {
  float: left;
  width: calc(100% / 6 - 10px);
  margin-right: 12px;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box_r_boxss .culture_mian_list_box_r_boxs .culture_mian_list_box_r_boxs_one {
  box-sizing: border-box;
  height: 232px;
  background-color: #f2f3ff;
  position: relative;
  padding: 30px 20px 0px 21px;
  line-height: 26px;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box_r_boxss .culture_mian_list_box_r_boxs .culture_mian_list_box_r_boxs_one .try {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box_r_boxss .culture_mian_list_box_r_boxs .culture_mian_list_box_r_boxs_one .culture_mian_list_box_r_boxs_one_img {
  position: absolute;
  bottom: 5%;
  right: 7%;
  width: 40px;
  height: 30px;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box_r_boxss :last-child {
  margin-right: 0;
}
.main .culture_mian .culture_mian_list .culture_mian_list_box_r_boxss :nth-child(2n) .culture_mian_list_box_r_boxs_one {
  background-color: #ffeff0;
}
.main .honor_js {
  margin-bottom: 110px;
}
.main .honor_js .honor_js_top {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}
.main .honor_js .honor_js_txt {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.main .honor-time-con {
  position: relative;
  padding: 0 50px;
  overflow: hidden;
}
.main .honor-time-con .swiper-slide.curr .time {
  font-weight: bold;
  font-size: 24px;
  color: #ff4d5d;
}
.main .honor-time-con .swiper-slide.curr .point {
  background: #ff4d5d;
}
.main .honor-time-con .swiper-button-prev,
.main .honor-time-con .swiper-button-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.main .honor-time-con .swiper-button-next,
.main .honor-time-con .swiper-container-rtl .swiper-button-prev {
  background: #30336b url(../images/next-btn.png) no-repeat center center;
  right: 0;
}
.main .honor-time-con .swiper-button-prev,
.main .honor-time-con .swiper-container-rtl .swiper-button-next {
  background: #30336b url(../images/prev-btn.png) no-repeat center center;
  left: 0;
}
.main .honor-time-con .honor-time-line {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: calc(100% - 70px);
  height: 1px;
  background: #e5e5e5;
  margin-left: 35px;
}
.main .honor-time-wriper {
  width: 100%;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.main .honor-time-wriper ul.swiper-wrapper {
  margin-bottom: 0;
}
.main .honor-time-wriper .swiper-slide {
  text-align: center;
  padding-bottom: 35px;
}
.main .honor-time-wriper .swiper-slide .time {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  display: block;
  vertical-align: top;
  line-height: 24px;
}
.main .honor-time-wriper .swiper-slide .point {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ff4d5d;
  margin: 0 auto;
}
.main .honor-con {
  margin: 70px 0;
}
.main .honor-con .honor-time {
  font-size: 30px;
  font-weight: bold;
  color: #ff4d5d;
}
.main .honor-con .honor-list li {
  padding: 30px 0;
  border-bottom: 1px dashed #adadad;
  display: flex;
  align-items: center;
}
.main .honor-con .honor-list li .honor-img {
  width: 180px;
  /*padding: 10px;*/
  /*border: 1px solid #e9e9e9;*/
  /*height: 118px;*/
  float: left;
}
.main .honor-con .honor-list li .honor-img img {
  max-width: 100%;
  max-height: 100%;
}
.main .honor-con .honor-list li .honor-name {
  float: left;
  width: calc(100% - 180px);
  padding: 0 40px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
.main .time_line {
  margin-top: 54px;
  position: relative;
}
.main .time_line .time_line_big {
  position: relative;
  margin-bottom: 50px;
}
.main .time_line .time_line_big .time_line_l {
  font-size: 18px;
  color: #333333;
  float: left;
  width: 7%;
}
.main .time_line .time_line_big .time_line_point {
  float: left;
  margin-left: 7px;
  width: 3%;
  position: absolute;
  left: 7%;
  top: 4px;
}
.main .time_line .time_line_big .time_line_r {
  width: 89%;
  float: right;
  border-bottom: 1px solid #e5e5e5;
}
.main .time_line .time_line_big .time_line_r .time_line_r_top {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 15px;
}
.main .time_line .time_line_big .time_line_r .time_line_r_mid {
  font-size: 16px;
  color: #666666;
  padding-bottom: 15px;
  line-height: 30px;
}
.main .time_line .time_line_big .time_line_r .time_line_r_img {
  padding-bottom: 31px;
}
.main .time_line .crossing_line {
  position: absolute;
  top: -48px;
  left: calc(8% + 1px);
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
  z-index: -1;
}
.main .time_line .last_time_line .time_line_r {
  border-bottom: none;
}
.main .mid-banner {
  width: 100%;
  background: url(../images/mid-banner01.jpg) no-repeat center center;
  background-size: auto 100%;
  padding: 50px 0;
  color: #fff;
}
.main .mid-banner .mid-con:after {
  display: block;
  content: "";
  clear: both;
}
.main .mid-banner .mid-con .inner-title {
  float: left;
  margin-right: 55px;
  margin-top: 10px;
  margin-bottom: 0;
}
.main .mid-banner .mid-con .info {
  font-size: 16px;
  line-height: 30px;
}
.main .direction-box:after {
  display: block;
  content: "";
  clear: both;
}
.main .direction-box .dir-tab {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  position: relative;
}
.main .direction-box .dir-tab:after {
  display: block;
  content: "";
  clear: both;
}
.main .direction-box .dir-tab .tab-item {
  float: left;
  width: calc(100%/4 - 25px);
  margin-right: 30px;
  height: 108px;
  border: 1px solid #e6e6e6;
  transition: all 600ms;
  cursor: pointer;
  position: relative;
}
.main .direction-box .dir-tab .tab-item:last-of-type {
  margin-right: 0;
}
.main .direction-box .dir-tab .tab-item:hover {
  border: 3px solid #ff4d5d;
  transition: all 600ms;
}
.main .direction-box .dir-tab .tab-item.curr {
  border: 3px solid #ff4d5d;
}
.main .direction-box .dir-tab .tab-item.curr:after {
  position: absolute;
  bottom: -39px;
  left: calc(50% - 15px);
  margin-left: -0.5em;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #eee;
  transform: rotate(-45deg);
}
.main .direction-box .dir-tab .tab-item.curr:before {
  display: block;
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  margin-left: -0.5em;
  bottom: -35px;
  width: 0.5em;
  height: 2px;
  background: #fff;
}
.main .direction-box .dir-tab .tab-item .tab-item-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .direction-box .dir-tab .tab-item .img {
  width: 100%;
  height: 100%;
}
.main .direction-box .dir-tab .tab-item .img img {
  width: 100%;
  height: 100%;
}
.main .direction-box .dir-tab .tab-item .tab-title {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px 0 0 30px;
  font-size: 24px;
  margin: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffffff 35%, rgba(255, 255, 255, 0.7) 60%, transparent 80%);
  /*line-height: 108px;*/
}
.main .direction-box .dir-tab .tab-item .tab-title:after {
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  background: #ff4d5d;
  margin: 13px 0 0;
}
.main .direction-box .dir-con {
  font-size: 16px;
  line-height: 36px;
  display: none;
}
.main .direction-box .dir-con .dir-tit {
  font-size: 24px;
  margin: 20px 0 10px;
}
.main .direction-box .dir-swiper {
  position: relative;
  padding-bottom: 0;
  /*height: 300px;*/
  /*.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        background: url(../images/prev-btn.png) no-repeat center center
      }
      .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        background: url(../images/next-btn.png) no-repeat center center
      }*/
}
.main .direction-box .dir-swiper img {
  width: 100%;
}
.main .direction-box .dir-swiper .swiper-button-prev,
.main .direction-box .dir-swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  background: #b2b2b2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .direction-box .dir-swiper .swiper-button-prev i,
.main .direction-box .dir-swiper .swiper-button-next i {
  font-size: 36px;
  color: #fff;
}
.main .direction-box .dir-tab-con .img-list:after {
  display: block;
  content: "";
  clear: both;
}
.main .direction-box .dir-tab-con .img-list li {
  width: calc(100%/3 - 20px);
  margin-right: 30px;
  float: left;
  margin-bottom: 20px;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}
.main .direction-box .dir-tab-con .img-list li:nth-of-type(3n) {
  margin-right: 0;
}
.main .direction-box .dir-tab-con .img-list li:hover img {
  transition: all 600ms;
  transform: scale(1.1);
}
.main .direction-box .dir-tab-con .img-list li img {
  width: 100%;
  transition: all 600ms;
}
.main .projectspot {
  padding-top: 50px;
}
.main .projectspot .projectspot-con:after {
  display: block;
  content: "";
  clear: both;
}
.main .projectspot .projectspot-con li {
  float: left;
  width: calc(100%/2 - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.main .projectspot .projectspot-con li:nth-of-type(2n) {
  margin-right: 0;
}
.main .projectspot .projectspot-con li:hover {
  transition: all 600ms;
}
.main .projectspot .projectspot-con li:hover img {
  transform: scale(1.1);
}
.main .projectspot .projectspot-con li:hover .name {
  color: #ff4d5d;
}
.main .projectspot .projectspot-con li .imgbox {
  overflow: hidden;
  height: 225px;
}
.main .projectspot .projectspot-con li .imgbox img {
  width: 100%;
  transition: all 600ms;
}
.main .projectspot .projectspot-con li .txtbox {
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.main .projectspot .projectspot-con li .txtbox .name {
  font-size: 18px;
  margin-bottom: 5px;
}
.main .projectspot .projectspot-con li .txtbox .info {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.main .classic_neiye_main .classic_neiye_main_top {
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  /*padding-bottom: 10px;*/
  text-align: center;
}
.main .classic_neiye_main .classic_neiye_main_other {
  border-bottom: 1px solid #e5e5e5;
  /*padding-bottom: 20px;*/
  text-align: center;
}
.main .classic_neiye_main .classic_neiye_main_other .classic_neiye_main_other_r {
  /*float: left;*/
  display: inline-block;
  line-height: 32px;
  margin-right: 50px;
}
.main .classic_neiye_main .classic_neiye_main_other .classic_neiye_main_other_l {
  /*float: right;*/
  display: inline-block;
  line-height: 32px;
}
.main .classic_neiye_main .classic_neiye_main_other .classic_neiye_main_other_l p {
  float: left;
  line-height: 0px;
  margin: 17px 0px 1px !important;
}
.main .classic_neiye_main .classic_neiye_main_other .classic_neiye_main_other_l a {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 8px;
  background: #70729a;
  border-radius: 50%;
}
.main .classic_neiye_main .classic_neiye_main_txt {
  width: 988px;
  margin: 20px auto 0;
  text-indent: 2em;
  /*text-align: center;*/
}
.main .classic_neiye_main .classic_neiye_main_txt p {
  font-size: 18px;
  line-height: 1.8;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #666666;
  text-align: left;
}
.main .classic_neiye_main .classic_neiye_main_txt img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main .classic_neiye_back {
  border: 1px solid #ccc;
  margin-top: 50px;
}
.main .classic_neiye_back:after {
  display: block;
  content: "";
  clear: both;
}
.main .classic_neiye_back .classic_neiye_back_a {
  float: right;
  width: 168px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  color: #ffffff;
  background-color: #30336b;
}
.main .classic_neiye_back .classic_neiye_back_a a {
  color: inherit;
}
.main .page-links {
  float: left;
  width: calc(100% - 168px);
  line-height: 66px;
}
.main .page-links:after {
  display: block;
  content: "";
  clear: both;
}
.main .page-links a {
  float: left;
  padding: 0 35px;
  width: 49%;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.main .page-links a:first-of-type:after {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 30px;
}
.main .page-links a:hover {
  color: #ff4d5d;
}
.main .page-links a:hover span {
  color: #ff4d5d;
}
.main .page-links a span {
  color: #333;
}
.main .classic_neiye_line {
  height: 2px;
  background-color: #ccc;
}
.main .correlation .correlation_tit {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.main .red-txt {
  color: #ff4d5d;
}
.main .traffic-box .traffic-list {
  margin-bottom: 60px;
}
.main .traffic-box .traffic-list .traffic-top {
  background: #30336b;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 30px 38px 20px;
}
.main .traffic-box .traffic-list .traffic-top .traffic-tit {
  font-size: 26px;
  margin: 0 0 15px;
}
.main .traffic-box .traffic-list .traffic-top .address {
  font-size: 18px;
}
.main .traffic-box .traffic-list .traffic-con {
  border: 1px solid #cccccc;
  border-radius: 0 0 5px 5px;
}
.main .traffic-box .traffic-list .traffic-con p {
  margin-bottom: 0;
}
.main .traffic-box .traffic-list .traffic-con .item {
  padding: 20px 38px;
  border-bottom: 1px solid #cccccc;
}
.main .traffic-box .traffic-list .traffic-con .item:last-of-type {
  border-bottom: 0;
}
.main .traffic-box .traffic-list .traffic-con .item .item-top {
  cursor: pointer;
}
.main .traffic-box .traffic-list .traffic-con .item .item-top:hover .item-name {
  color: #ff4d5d;
}
.main .traffic-box .traffic-list .traffic-con .item .item-top:after {
  display: block;
  content: "";
  clear: both;
}
.main .traffic-box .traffic-list .traffic-con .item .item-top .item-name {
  float: left;
  font-size: 20px;
  font-weight: bold;
  text-indent: 35px;
}
.main .traffic-box .traffic-list .traffic-con .item .item-top .arrow-btn {
  float: right;
  width: 24px;
  height: 26px;
  background: url(../images/arrow.png) no-repeat center center;
  transition: all 0.4s;
}
.main .traffic-box .traffic-list .traffic-con .item .item-top .bg-bus {
  background: url(../images/traffic-img01.png) no-repeat left center;
}
.main .traffic-box .traffic-list .traffic-con .item .item-top .bg-aircraft {
  background: url(../images/traffic-img02.png) no-repeat left center;
}
.main .traffic-box .traffic-list .traffic-con .item .item-top .bg-train {
  background: url(../images/traffic-img03.png) no-repeat left center;
}
.main .traffic-box .traffic-list .traffic-con .item .item-top.curr .arrow-btn {
  transition: all 0.4;
  transform: rotate(-180deg);
}
.main .traffic-box .traffic-list .traffic-con .item .item-top.curr .item-name {
  color: #ff4d5d;
}
.main .traffic-box .traffic-list .traffic-con .item .item-info {
  font-size: 14px;
  margin-top: 10px;
  display: none;
}
.main .traffic-box .traffic-list .traffic-con .item .item-info .p1 {
  font-size: 16px;
  color: #666;
}
.main .traffic-box .traffic-list .traffic-con .item .item-info ul li {
  margin: 10px 0;
  color: #666666;
  margin-bottom: 10px;
}
.main .traffic-box .traffic-list .traffic-con .item .item-info ul li:after {
  display: block;
  content: "";
  clear: both;
}
.main .traffic-box .traffic-list .traffic-con .item .item-info ul li .num {
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #30336b;
  color: #fff;
  text-align: center;
  line-height: 16px;
  margin-right: 5px;
}
.main .traffic-box .traffic-list .traffic-con .item .item-info ul li .p {
  float: left;
  width: calc(100% - 22px);
  line-height: 16px;
}
.main .traffic-box .traffic-list .traffic-con .item .item-info .detail {
  padding-bottom: 10px;
  border-bottom: 1px dashed #aaaaaa;
  margin-bottom: 20px;
}
.main .traffic-box .traffic-list .traffic-con .item .item-info .detail:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.main .index_cass {
  /*width: 100% !important;*/
  margin-bottom: 56px;
}
.main .index_cass .cass_tit {
  margin-top: 68px;
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 2px;
}
.main .index_cass .cass_line {
  width: 57px;
  height: 2px;
  background-color: #ff4d5d;
  margin: auto;
  margin-bottom: 34px;
  display: block;
}
.main .index_cass .cass_swiper .swiper-container {
  padding-bottom: 10%;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one {
  width: 100%;
  float: left;
  margin-right: 41px;
  border: solid 1px #e9e9e9;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_top {
  height: 172px;
  line-height: 170px;
  text-align: center;
  overflow: hidden;
  margin: auto;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian {
  padding: 20px;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_time {
  margin-bottom: 19px;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_time img {
  vertical-align: middle;
  margin-top: -2%;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_time span {
  font-size: 15px;
  color: #ff4d5d;
  line-height: 15px;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_tit {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
  line-height: 24px;
  height: 48px;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_tit a {
  color: #333333;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_mian .cass_swiper_one_mian_txt {
  font-size: 15px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 48px;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more {
  width: 100%;
  height: 46px;
  border-top: 1px solid #e9e9e9;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more .a {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding: 10px 20px;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more .a .a_l {
  float: left;
  font-size: 16px;
  color: #30336b;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide .cass_swiper_one .cass_swiper_one_more .a .a_r {
  float: right;
}
.main .index_cass .cass_swiper .swiper-container .swiper-wrapper .swiper-slide :last-child {
  margin-right: 0;
}
.main .index_cass .cass_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #d0d0d0;
}
.main .index_cass .cass_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4d5d;
}
.main .index_cass .cass_swiper .swiper1_padding {
  padding-bottom: 7%;
}
.main .exhibition_catering {
  width: 1200px;
  margin: auto;
}
.main .exhibition_catering .exhibition_catering_neiron {
  margin-top: 27px;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list {
  padding-top: 31px;
  padding-bottom: 31px;
  border-bottom: 1px solid #e6e6e6;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l {
  float: left;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l .exhibition_catering_neiron_list_one_l_top {
  margin-top: 30px;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l .exhibition_catering_neiron_list_one_l_top .exhibition_catering_neiron_list_one_l_top_num {
  float: left;
  display: block;
  width: 28px;
  height: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  background-color: #006cb3;
  font-size: 18px;
  margin-right: 10px;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l .exhibition_catering_neiron_list_one_l_top .exhibition_catering_neiron_list_one_l_top_txt {
  float: left;
  font-size: 24px;
  color: #0063a4;
  line-height: 28px;
  font-weight: 700;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l .exhibition_catering_neiron_list_one_l_list {
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 9px;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l .exhibition_catering_neiron_list_one_l_list img {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  margin-top: 3px;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l .exhibition_catering_neiron_list_one_l_list .people {
  width: 20px;
  height: 19px;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l .exhibition_catering_neiron_list_one_l_list .local {
  width: 15px;
  height: 21px;
  margin-left: 2px;
  margin-right: 22px;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l .exhibition_catering_neiron_list_one_l_list .list {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_l .the_top {
  margin-top: 26px;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_r {
  float: right;
  width: 58%;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_r .exhibition_catering_neiron_list_one_r_imgone {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_r .exhibition_catering_neiron_list_one_r_imgone img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .exhibition_catering .exhibition_catering_neiron .exhibition_catering_neiron_list .exhibition_catering_neiron_list_one .exhibition_catering_neiron_list_one_r :last-child {
  margin-right: 0px;
}
.main .exhibition_hotal {
  width: 1200px;
  margin: auto;
  margin-top: 48px;
}
.main .exhibition_hotal .exhibition_hotal_top {
  background-color: #f7f7f7;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  height: 92px;
  padding: 21px 40px 24px 27px;
}
.main .exhibition_hotal .exhibition_hotal_top img {
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  margin-top: 4px;
}
.main .exhibition_hotal .exhibition_hotal_top .exhibition_hotal_top_txt {
  float: left;
  width: 97%;
}
.main .exhibition_hotal .exhibition_hotal_top .exhibition_hotal_top_txt span {
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}
.main .exhibition_hotal .exhibition_hotal_neiron {
  margin-top: 60px;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one {
  padding-bottom: 20px;
  border-bottom: 2px solid #cccccc;
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 4%;
  height: 450px;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_top {
  width: 360px;
  height: 190px;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_top img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_name {
  line-height: 30px;
  margin-top: 20px;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_name .exhibition_hotal_neiron_list_one_name_l {
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_name .exhibition_hotal_neiron_list_one_name_r {
  float: right;
  display: flex;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_name .exhibition_hotal_neiron_list_one_name_r img {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin: 0 1px;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_dizhi {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #666666;
  margin: 5px 0;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_juli {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_juli strong {
  color: #e83232;
  font-weight: 400;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_fuwu img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 4px;
  line-height: 36px;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_fuwu .wifi {
  width: 16px;
  height: 14px;
  margin-top: 7px;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list .exhibition_hotal_neiron_list_one .exhibition_hotal_neiron_list_one_fuwu span {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  margin-right: 19px;
}
.main .exhibition_hotal .exhibition_hotal_neiron .exhibition_hotal_neiron_list :nth-child(3n) {
  margin-right: 0;
}
.main .exhibition_travel {
  width: 1200px;
  margin: auto;
  margin-top: 48px;
  margin-bottom: 134px;
}
.main .exhibition_travel .exhibition_travel_neiron {
  margin-top: 48px;
  border-bottom: 1px solid #e6e6e6;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list {
  padding-top: 31px;
  padding-bottom: 31px;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_l {
  float: left;
  width: 48%;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_l .exhibition_travel_neiron_list_l_top .exhibition_travel_neiron_list_l_top_num {
  float: left;
  font-size: 18px;
  width: 28px;
  height: 28px;
  background-color: #0063a4;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  margin-right: 21px;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_l .exhibition_travel_neiron_list_l_top .exhibition_travel_neiron_list_l_top_txt {
  float: left;
  font-size: 24px;
  line-height: 28px;
  color: #0063a4;
  letter-spacing: 0px;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_l .exhibition_travel_neiron_list_l_txt {
  margin-top: 31px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 0;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_l .exhibition_travel_neiron_list_l_txt .exhibition_travel_neiron_list_l_txt_bot {
  margin-top: 32px;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_r {
  float: right;
  width: 48%;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_r .exhibition_travel_neiron_list_r_big {
  width: 62%;
  float: left;
  margin-right: 1%;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_r .exhibition_travel_neiron_list_r_big img {
  display: block;
  width: 100%;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_r .exhibition_travel_neiron_list_r_sm {
  width: 36%;
  float: right;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_r .exhibition_travel_neiron_list_r_sm img {
  display: block;
  width: 100%;
  margin-bottom: 8%;
}
.main .exhibition_travel .exhibition_travel_neiron .exhibition_travel_neiron_list .exhibition_travel_neiron_list_r .exhibition_travel_neiron_list_r_sm :last-child {
  margin-bottom: 0;
}
.main .exhibition_visa {
  width: 100%;
  margin-top: 50px;
}
.main .exhibition_visa .exhibition_visa_top {
  width: 1200px;
  margin: auto;
}
.main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l {
  float: left;
  width: 46%;
}
.main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l .exhibition_visa_top_l_top {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  letter-spacing: 0;
}
.main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l .exhibition_visa_top_l_mid {
  font-size: 16px;
  color: #e83232;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 36px;
}
.main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l .exhibition_visa_top_l_bottom {
  font-size: 16px;
  color: #006cb3;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 36px;
}
.main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l a {
  width: 241px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  display: block;
  margin-top: 36px;
  font-size: 16px;
  color: #ffffff;
  background-color: #e83232;
}
.main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_r {
  float: right;
  width: 49%;
}
.main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_r img {
  display: block;
}
.main .exhibition_visa .exhibition_visa_invite {
  width: 1920px;
  margin: auto;
  margin-top: 60px;
  background-color: #f6f6f6;
}
.main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_l {
  width: 919px;
  float: left;
}
.main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_l img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_r {
  width: 1000px;
  float: right;
  box-sizing: border-box;
}
.main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_r .exhibition_visa_invite_r_top {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #006cb3;
  letter-spacing: none;
  padding: 96px 493px 49px 51px;
}
.main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_r .exhibition_visa_invite_r_chatway {
  margin-left: 51px;
}
.main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_r .exhibition_visa_invite_r_chatway span {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  display: block;
}
.main .exhibition_travel_red {
  color: #e83232;
}
.main .exhibition_traffic {
  margin-top: 64px;
  margin-bottom: 60px;
  border: 1px solid #e5e5e5;
  height: 300px;
}
.main .exhibition_traffic .exhibition_traffic_l {
  float: left;
  width: 50%;
  height: 100%;
}
.main .exhibition_traffic .exhibition_traffic_l img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .exhibition_traffic .exhibition_traffic_r {
  float: right;
  width: 50%;
  padding-left: 38px;
  padding-top: 38px;
  padding-right: 70px;
}
.main .exhibition_traffic .exhibition_traffic_r .exhibition_traffic_r_top {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  display: inline-block;
  border-bottom: 4px solid #006cb3;
  margin-bottom: 22px;
  padding-bottom: 15px;
}
.main .exhibition_traffic .exhibition_traffic_r .exhibition_traffic_r_chatway {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.main .exhibition_traffic .exhibition_traffic_r .exhibition_traffic_r_chatway span {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  display: block;
}
.main .exhibition_traffic .exhibition_traffic_r .exhibition_traffic_r_bottom {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding-top: 28px;
}
.main .exhibition_traffic .exhibition_traffic_r .exhibition_traffic_r_bottom .blue {
  color: #006cb3;
  font-weight: 700;
}
.main .inner-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
}
.main .inner-title:after {
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  background: #ff4d5d;
  margin: 13px 0 0;
}
.main .inner-title.text-center {
  text-align: center;
}
.main .inner-title.text-center:after {
  margin: 13px auto 0;
}
.main .intro-box {
  margin-bottom: 55px;
  /*.intro-video{
      float: left;
      width: 50%;
      position: relative;
      background: rgba(0,0,0,0.3);
      .video-btn{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }*/
}
.main .intro-box:after {
  display: block;
  content: "";
  clear: both;
}
.main .intro-box .item {
  display: flex;
  align-items: center;
}
.main .intro-box .item:after {
  display: block;
  content: "";
  clear: both;
}
.main .intro-box .item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.main .intro-box .item:nth-of-type(2n) .intro-img {
  float: right;
}
.main .intro-box .item:nth-of-type(2n) .basic-info {
  margin-left: 0;
  margin-right: 3%;
}
.main .intro-box .item:not(:last-child) {
  margin-bottom: 30px;
}
.main .intro-box .swiper-container {
  padding-bottom: 0;
}
.main .intro-box .intro-txt {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.main .intro-box .intro-txt .info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 20px 0;
}
.main .intro-box .intro-img {
  float: left;
  width: 50%;
}
.main .intro-box .intro-img img {
  width: 100%;
}
.main .intro-box .basic-info {
  margin: 0px 0 0 3%;
  width: 47%;
}
.main .intro-box .basic-info .inner-title {
  margin-bottom: 30px;
}
.main .intro-box .basic-info .p {
  margin: 15px 0;
  font-size: 16px;
}
.main .intro-box .basic-info .p span {
  font-weight: bold;
}
.main .exh-scale .scale-title {
  font-size: 24px;
  font-weight: bold;
}
.main .exh-scale ul:after {
  display: block;
  content: "";
  clear: both;
}
.main .exh-scale li {
  float: left;
  width: calc(100%/3 - 2%);
  margin-right: 3%;
  padding-left: 80px;
}
.main .exh-scale li:nth-of-type(3n) {
  margin-right: 0;
}
.main .exh-scale li .scale-num {
  font-size: 16px;
  color: #ff4d5d;
  margin: 0;
}
.main .exh-scale li .scale-num .counter {
  font-size: 30px;
  font-weight: bold;
}
.main .exh-scale li .scale-name {
  font-size: 16px;
  margin: 0;
}
.main .exh-scale .bg-area {
  background: url(../images/scale-img01.jpg) no-repeat left center;
}
.main .exh-scale .bg-visitor {
  background: url(../images/scale-img02.jpg) no-repeat left center;
}
.main .exh-scale .bg-exh {
  background: url(../images/scale-img03.jpg) no-repeat left center;
}
.main .lightspot .lightspot-top {
  border-bottom: 1px solid #e5e5e5;
}
.main .lightspot .lightspot-top:after {
  display: block;
  content: "";
  clear: both;
}
.main .lightspot .lightspot-top .inner-title {
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.main .lightspot .lightspot-top .inner-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main .lightspot .lightspot-top .lightspot-time {
  float: right;
  margin-bottom: 0;
}
.main .lightspot .lightspot-top .lightspot-time li {
  float: left;
  font-size: 18px;
  margin-left: 30px;
  position: relative;
  margin-bottom: 0;
  line-height: 50px;
}
.main .lightspot .lightspot-top .lightspot-time li a {
  color: #333;
}
.main .lightspot .lightspot-top .lightspot-time li a:focus {
  text-decoration: none;
}
.main .lightspot .lightspot-top .lightspot-time li:hover a {
  color: #ff4d5d;
}
.main .lightspot .lightspot-top .lightspot-time li.curr a {
  color: #ff4d5d;
}
.main .lightspot .lightspot-top .lightspot-time li.curr:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff4d5d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main .lightspot .lightspot-swiper {
  position: relative;
  margin: 30px 0 45px;
  padding-bottom: 60px;
  overflow: hidden;
}
.main .lightspot .lightspot-swiper .lightspot-item:hover img {
  transition: all 0.6s;
  transform: scale(1.1);
}
.main .lightspot .lightspot-swiper .lightspot-item:hover .txtbox .name {
  color: #ff4d5d;
}
.main .lightspot .lightspot-swiper .lightspot-item .imgbox {
  overflow: hidden;
}
.main .lightspot .lightspot-swiper .lightspot-item .imgbox img {
  width: 100%;
  transition: all 0.6s;
}
.main .lightspot .lightspot-swiper .lightspot-item .txtbox {
  padding: 30px 20px 20px;
  font-size: 16px;
  border: 1px solid #d2d2d2;
  border-top: 0;
}
.main .lightspot .lightspot-swiper .lightspot-item .txtbox .name {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.main .lightspot .lightspot-swiper .lightspot-item .txtbox .time {
  color: #999;
}
.main .lightspot .lightspot-swiper .lightspot-item .txtbox .info {
  color: #666;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .lightspot .lightspot-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.main .lightspot .lightspot-swiper .swiper-pagination-bullet-active {
  background: #fc4c5c;
}
.main .review-box {
  background: #edeef4;
  padding: 40px;
}
.main .review-box .review-con {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main .review-box .review-con .item {
  width: calc(100%/3 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  height: 170px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main .review-box .review-con .item:nth-of-type(3n) {
  margin-right: 0;
}
.main .review-box .review-con .item:hover .review-txt p {
  transition: all 0.4s;
  transform: translateX(20px);
}
.main .review-box .review-con .item .img {
  width: 100%;
  height: 100%;
}
.main .review-box .review-con .item .img img {
  display: block;
  width: 100%;
  /*display: block;*/
  /*max-width: 100%;*/
  /*max-height: 100%;*/
}
.main .review-box .review-con .item .review-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 44px 0 0 35px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333;
  background: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0.7) 60%, transparent 90%);
}
.main .review-box .review-con .item .review-txt p {
  width: 50%;
  transition: all 0.4s;
}
.main .review-box .review-con .item .review-txt p:after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #ff4d5d;
  margin: 13px 0 0;
}
.main .gallery-swiper {
  position: relative;
}
.main .gallery-swiper img {
  width: 100%;
}
.main .gallery-swiper .swiper-button-prev,
.main .gallery-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.main .gallery-swiper .swiper-button-prev,
.main .gallery-swiper .swiper-container-rtl .swiper-button-next {
  background: #fff url(../images/prev-btn3.png) no-repeat center center;
  left: 10%;
}
.main .gallery-swiper .swiper-button-next,
.main .gallery-swiper .swiper-container-rtl .swiper-button-prev {
  background: #fff url(../images/next-btn3.png) no-repeat center center;
  right: 10%;
}
.main .gallery-box {
  margin: 65px 0;
}
.main .gallery-box .gallery-tab-swiper {
  position: relative;
  padding: 0 10%;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  height: 53px;
}
.main .gallery-box .gallery-tab-swiper .swiper-slide {
  /*line-height: 53px;*/
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
  color: #333;
  cursor: pointer;
}
.main .gallery-box .gallery-tab-swiper .swiper-slide:hover {
  color: #fc4c5c;
}
.main .gallery-box .gallery-tab-swiper .swiper-slide.curr {
  color: #fc4c5c;
  font-weight: bold;
}
.main .gallery-box .gallery-tab-swiper .swiper-slide.curr:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #ff4d5d;
  margin-top: 6px;
}
.main .gallery-box .gallery-tab-swiper .swiper-button-prev,
.main .gallery-box .gallery-tab-swiper .swiper-button-next {
  width: 32px;
  height: 53px;
  bottom: 0;
  top: auto;
}
.main .gallery-box .gallery-tab-swiper .swiper-button-prev,
.main .gallery-box .gallery-tab-swiper .swiper-container-rtl .swiper-button-next {
  background: #ececec url(../images/prev-btn2.png) no-repeat center center;
  left: 0;
}
.main .gallery-box .gallery-tab-swiper .swiper-button-next,
.main .gallery-box .gallery-tab-swiper .swiper-container-rtl .swiper-button-prev {
  background: #ececec url(../images/next-btn2.png) no-repeat center center;
  right: 0;
}
.main .gallery-box .gallery-img:after {
  display: block;
  content: "";
  clear: both;
}
.main .gallery-box .gallery-img .img {
  float: left;
  width: calc(100%/4 - 4px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 230px;
  overflow: hidden;
}
.main .gallery-box .gallery-img .img:nth-of-type(4n) {
  margin-right: 0;
}
.main .gallery-box .gallery-img .img img {
  width: 100%;
}
.main .join_main_top {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 700;
}
.main .join_main_mid {
  width: 100%;
}
.main .join_main_mid .join_main_mid_l {
  float: left;
  width: 47%;
}
.main .join_main_mid .join_main_mid_r {
  box-sizing: border-box;
  width: 46%;
  float: right;
  position: relative;
  padding: 42px 90px 52px 40px;
}
.main .join_main_mid .join_main_mid_r .join_main_mid_r_top {
  font-size: 24px;
  color: #333333;
  padding-bottom: 20px;
}
.main .join_main_mid .join_main_mid_r p {
  font-size: 16px;
  color: #666666;
  padding-bottom: 20px;
}
.main .join_main_mid .join_main_mid_r .join_main_mid_r_fuhao1 {
  position: absolute;
  top: 45px;
  left: -24px;
}
.main .join_main_mid .join_main_mid_r .join_main_mid_r_fuhao2 {
  position: absolute;
  bottom: 86px;
  right: 23px;
}
.main .zhaoping {
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}
.main .zhaoping .zhaoping_l {
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 50px;
}
.main .zhaoping .zhaoping_l span {
  font-size: 16px;
  color: #333333;
}
.main .zhaoping .zhaoping_l .red {
  font-size: 20px;
  color: #ff4d5d;
}
.main .zhaoping .zhaoping_r {
  width: 9%;
  float: right;
}
.main .zhaoping .zhaoping_r a {
  width: 127px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  color: #ffffff;
  background-color: #30336b;
}
.main .zhaoping_miaoshu_swiper {
  margin-top: 20px;
  padding-bottom: 5px;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu_swiper_lists {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu_swiper_lists .zhaoping_miaoshu_swiper_l {
  float: left;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu_swiper_lists .zhaoping_miaoshu_swiper_l span {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu_swiper_lists .zhaoping_miaoshu_swiper_l .width {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu_swiper_lists .zhaoping_miaoshu_swiper_r {
  float: right;
  width: 127px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background-color: #30336b;
  color: #ffffff;
  cursor: pointer;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu_swiper_lists .zhaoping_miaoshu_swiper_r a {
  color: inherit;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu {
  margin-top: 20px;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu .zhaoping_miaoshu_big {
  width: 50%;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu .zhaoping_miaoshu_big :nth-child(1) {
  font-weight: 700;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu .zhaoping_miaoshu_big :nth-child(2) {
  /*font-weight: 700;*/
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu .zhaoping_miaoshu_big .zhaoping_miaoshu_top {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: 700;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu .zhaoping_miaoshu_big .zhaoping_miaoshu_block {
  margin-bottom: 20px;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu .zhaoping_miaoshu_big .zhaoping_miaoshu_block .zhaoping_miaoshu_block_top {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-weight: 700;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu .zhaoping_miaoshu_big .zhaoping_miaoshu_block .zhaoping_miaoshu_block_txt {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu .zhaoping_miaoshu_big .shenqing {
  width: 127px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  color: #ffffff;
  background-color: #ff4d5d;
  margin-top: 38px;
}
.main .zhaoping_miaoshu_swiper .zhaoping_miaoshu .zhaoping_miaoshu_big .shenqing a {
  color: inherit;
}
.main .brand_top {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 1%;
  font-weight: 700;
}
.main .brand .brand_box:nth-child(4n) {
  margin-right: 0;
}
.main .brand .brand_box {
  width: 23.1%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 38px;
  margin-right: 2.5%;
}
.main .brand .brand_box .brand_box_top {
  height: 179px;
  line-height: 175px;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.main .brand .brand_box .brand_box_top img {
  object-fit: cover;
}
.main .brand .brand_box .brand_box_box {
  border: 1px solid #dadada;
  border-top: none;
}
.main .brand .brand_box .brand_box_mid {
  padding: 15px;
}
.main .brand .brand_box .brand_box_mid .box_top {
  margin-bottom: 10px;
  color: #333333;
}
.main .brand .brand_box .brand_box_mid h4 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
}
.main .brand .brand_box .brand_box_bot .a {
  padding: 10px 15px;
  border-top: 1px solid #dadada;
}
.main .brand .brand_box .brand_box_bot .a .brand_box_bot_l {
  float: left;
  font-size: 16px;
  color: #30336b;
}
.main .brand .brand_box .brand_box_bot .a .brand_box_bot_r {
  float: right;
  font-size: 16px;
  color: #30336b;
}
.main .ourexhibition_ine {
  height: 2px;
  background-color: #eee;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main .content {
  margin-bottom: 30px;
}
.main .content .content_tit {
  font-size: 24px;
  color: #333333;
  padding-top: 33px;
  padding-bottom: 24px;
  font-weight: 700;
}
.main .content .content_l,
.main .content .content_r {
  box-sizing: border-box;
  margin-right: 56px;
  border: 1px solid #ccc;
  float: left;
  width: 48%;
  height: 227px;
  margin-bottom: 40px;
}
.main .content .content_l a,
.main .content .content_r a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main .content .content_l .content_l_l,
.main .content .content_r .content_l_l {
  float: left;
  width: 65%;
  height: 100%;
  text-align: center;
  background: #fff;
}
.main .content .content_l .content_l_l img,
.main .content .content_r .content_l_l img {
  object-fit: cover;
}
.main .content .content_l .content_l_r,
.main .content .content_r .content_l_r {
  float: right;
  width: 35%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.main .content .content_l .content_l_r .content_l_r_top,
.main .content .content_r .content_l_r .content_l_r_top {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .content .content_l .content_l_r .content_l_r_info,
.main .content .content_r .content_l_r .content_l_r_info {
  padding: 5px 0;
}
.main .content .content_l .content_l_r .content_l_r_more,
.main .content .content_r .content_l_r .content_l_r_more {
  margin-top: 30px;
  font-size: 16px;
  color: #323568;
}
.main .content :nth-child(2n) {
  margin-right: 0px;
}
.main .content .content_r {
  width: 48%;
  float: right;
}
.menu-btn {
  position: fixed;
  right: 20px;
  top: 10px;
  z-index: 999;
  padding: 0 10px;
  height: 40px;
  background: #ff4d5d;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.menu-btn .menu-txt {
  display: inline-block;
  vertical-align: middle;
}
.menu-btn .menu-btn-icon {
  display: inline-block;
  padding: 7px 0;
  vertical-align: middle;
}
.menu-btn .menu-btn-icon span {
  width: 28px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 4px 0;
  border-radius: 35px;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.master-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.ivideo-box {
  position: absolute;
  width: 1288px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}
.ivideo-box .close-btn {
  width: 45px;
  height: 45px;
  background: #bc0e2d;
  text-align: center;
  line-height: 45px;
  float: right;
}
.ivideo-box .close-btn img {
  vertical-align: middle;
}
.ivideo-box .close-btn:hover {
  background: #e3ae3c;
}
.ivideo-box .video-top {
  margin-bottom: 10px;
  line-height: 45px;
}
.ivideo-box .video-top:after {
  display: block;
  content: "";
  clear: both;
}
.ivideo-box .video-title {
  font-size: 18px;
  color: #333;
  width: calc(100% - 60px);
}
.ivideo-box video {
  max-height: 80vh;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.ivideo-box .img-con {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.ivideo-box .img-con img {
  max-width: 100%;
}
.img-popbox {
  position: absolute;
  width: 800px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  /*max-height: 70vh;*/
}
.img-popbox .img-top {
  margin-bottom: 20px;
}
.img-popbox .close-btn {
  width: 45px;
  height: 45px;
  background: #bc0e2d;
  text-align: center;
  line-height: 45px;
  float: right;
  position: relative;
  z-index: 2;
}
.img-popbox .close-btn img {
  vertical-align: middle;
}
.img-popbox .close-btn:hover {
  background: #e3ae3c;
}
.img-popbox .swiper-slide {
  justify-content: center;
  align-items: center;
  display: flex;
}
.img-popbox .swiper-button-prev,
.img-popbox .swiper-button-next {
  width: 45px;
  height: 45px;
  background: #b2b2b2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-popbox .swiper-button-prev i,
.img-popbox .swiper-button-next i {
  font-size: 36px;
  color: #fff;
}
.img-popbox .swiper {
  height: 600px;
  /*height: calc(~"70vh - 65px");*/
  max-width: 100%;
  padding-bottom: 0;
}
.img-popbox .swiper .swiper-wrapper {
  height: calc(100% - 65px);
}
.img-popbox .swiper img {
  max-width: 100%;
  max-height: 100%;
}
.meeting-box {
  width: 100% !important;
}
.meeting-box:after {
  display: block;
  content: "";
  clear: both;
}
.meeting-box .imgbox {
  width: 50%;
  float: left;
  height: 600px;
}
.meeting-box .txtbox {
  width: 50%;
  float: left;
  padding-left: 3%;
}
.meeting-box .meeting-swiepr {
  /*width: 100%;
      
      margin-left: auto;
      margin-right: auto;*/
}
.meeting-box .meeting-swiepr .swiper-slide {
  background-size: cover;
  background-position: center;
}
.meeting-box .gallery-top {
  height: 80%;
  width: 100%;
  padding-bottom: 0;
}
.meeting-box .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.meeting-box .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.meeting-box .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
@media screen and (max-width: 1920px) {
  .main .exhibition_visa {
    width: 100%;
    margin-top: 50px;
  }
  .main .exhibition_visa .exhibition_visa_top {
    width: 1200px;
    margin: auto;
  }
  .main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l {
    float: left;
    width: 46%;
  }
  .main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l .exhibition_visa_top_l_top {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l .exhibition_visa_top_l_mid {
    font-size: 16px;
    color: #e83232;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 36px;
  }
  .main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l .exhibition_visa_top_l_bottom {
    font-size: 16px;
    color: #006cb3;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 36px;
  }
  .main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_l a {
    width: 241px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    display: block;
    margin-top: 36px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e83232;
  }
  .main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_r {
    float: right;
    width: 49%;
  }
  .main .exhibition_visa .exhibition_visa_top .exhibition_visa_top_r img {
    display: block;
  }
  .main .exhibition_visa .exhibition_visa_invite {
    width: 100%;
    margin: auto;
    margin-top: 60px;
  }
  .main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_l {
    width: 47%;
    float: left;
  }
  .main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_l img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_r {
    width: 53%;
    float: right;
    box-sizing: border-box;
  }
  .main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_r .exhibition_visa_invite_r_top {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #006cb3;
    letter-spacing: none;
    padding: 47px 130px 12px 51px;
  }
  .main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_r .exhibition_visa_invite_r_chatway {
    margin-left: 51px;
  }
  .main .exhibition_visa .exhibition_visa_invite .exhibition_visa_invite_r .exhibition_visa_invite_r_chatway span {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    display: block;
  }
}
.red {
  color: #ff4d5d !important;
}
.paging ul {
  overflow: hidden;
  display: block;
  margin: 40px auto;
  text-align: center;
}
.paging ul li {
  text-align: center;
  margin: 0 2px;
  display: inline-block;
}
.paging ul :first-child span {
  display: block;
  background-color: #30336b;
  color: #fff;
  border-color: #23527c;
}
.paging ul :last-child a {
  display: block;
  background-color: #30336b;
  color: #fff;
  border-color: #23527c;
}
.paging ul .active {
  color: #fff;
}
.paging ul .active span {
  background-color: #ff4d5d;
  border-color: #ff4d5d;
}
a:hover {
  text-decoration: none !important;
}
.blockimgswiper {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  vertical-align: middle;
}
.img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .main .nav .nav_bg .nav_main .navul {
    width: 70%;
  }
  .main .nav .nav_bg .nav_main .navul .navli {
    width: 13%;
  }
  .main .nav .nav_bg .nav_main .navul .navli a {
    font-size: 13px;
  }
  .main .nav .nav_bg .nav_main .nav_r .nav_r_bottom {
    margin-right: 1%;
  }
  .introduce .introduce_mian .introduce_mian_r .threea .threea_r {
    display: none;
  }
}
.navbar-toggle {
  border: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
.two-row {
  margin-bottom: 80px;
}
.two-row:after {
  display: block;
  content: "";
  clear: both;
}
.two-row .txtbox {
  float: left;
  width: 50%;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.two-row .txtbox.fr {
  padding-left: 3%;
}
.two-row .title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
  color: #000;
}
.two-row .title:after {
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  background: #ff4d5d;
  margin: 13px 0 0;
}
.two-row .imgbox {
  float: left;
  width: 50%;
}
.two-row .imgbox img {
  width: 100%;
  display: block;
}
.two-row .table-con {
  border: 0;
}
.two-row .table-con td:first-child {
  width: 80px;
  vertical-align: top;
}
.two-row .table-con td {
  padding: 10px 0;
  line-height: 1.5;
}
.posform {
  display: none;
  padding: 30px;
  width: 800px;
  max-height: 80vh;
  box-sizing: border-box;
}
.posform .pos {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.posform .form-row {
  width: 100%;
  margin-bottom: 20px;
}
.posform .form-row .attention {
  color: red;
}
.posform .form-row .form-input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  border: 1px solid #eee;
  background: #f8f8f8;
  border-radius: 5px;
  transition: all 400ms;
}
.posform .form-row textarea.form-input {
  width: 100%;
  height: 120px;
  resize: none;
}
.posform .form-row .gender-txt {
  line-height: 45px;
  vertical-align: middle;
}
.posform .has-error .required {
  border-color: #ff4d5d !important;
  box-shadow: 0 0 10px rgba(255, 77, 93, 0.5);
  transition: all 400ms;
}
.posform .form-row-half {
  width: calc(100%/2 - 10px);
  margin-right: 20px;
  float: left;
}
.posform .form-row-half:nth-of-type(2n) {
  margin-right: 0;
}
.posform .gender-txt {
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 30px;
}
.posform .gender-txt input {
  margin: 0;
  outline: none;
}
.posform .submitbtn {
  display: block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 10px auto 0;
  background: #ff4d5d;
}
.posform .submitbtn:hover {
  opacity: 0.8;
}
.posform .el-date-editor.el-input,
.posform .el-date-editor.el-input__inner {
  width: 100%;
}
.posform .el-input__inner {
  -webkit-appearance: none;
  background-image: none;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: inherit;
  height: 45px;
  line-height: 45px;
  outline: 0;
  padding: 0 10px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.service-box .service-list:after {
  display: block;
  content: "";
  clear: both;
}
.service-box li {
  width: calc(100%/3 - 3%);
  margin-right: 4%;
  margin-bottom: 4%;
  float: left;
  transition: all 400ms;
  border-top: 3px solid #ff4d5d;
}
.service-box li:nth-of-type(3n) {
  margin-right: 0;
}
.service-box li:hover img {
  transform: scale(1.1);
  transition: all 600ms;
}
.service-box li .imgbox {
  overflow: hidden;
  height: 247px;
}
.service-box li .imgbox img {
  width: 100%;
  transition: all 600ms;
}
.service-box li .txtbox {
  border: 1px solid #dadada;
  padding: 20px 25px;
}
.service-box li .txtbox:after {
  display: block;
  content: "";
  clear: both;
}
.service-box li .txtbox .p1 {
  font-size: 24px;
  line-height: 34px;
  color: #333;
  text-align: center;
}
.service-box li .txtbox .more-links {
  display: block;
  width: 130px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #30336b;
  color: #fff;
  font-size: 16px;
  transition: all 600ms;
  margin: 0 auto;
}
.service-box li .txtbox .more-links:hover {
  background: #ff4d5d;
}
.quelinks-list {
  margin-bottom: 30px;
  /*display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;*/
}
.quelinks-list:after {
  display: block;
  content: "";
  clear: both;
}
.quelinks-list li {
  float: left;
  width: calc(100%/4 - 1.5%);
  margin-right: 2%;
  background: #eaeaf0;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}
.quelinks-list li a {
  color: #333;
}
.quelinks-list li .imgbox {
  text-align: center;
  margin-bottom: 5px;
}
.quelinks-list li .imgbox img {
  height: 35px;
}
.quelinks-list li:nth-of-type(4n) {
  margin-right: 0;
}
.quelinks-list li:nth-of-type(2n) {
  background: #ffedee;
}
@media screen and (max-width: 1600px) {
  .main .ipartnet-wrap .swiper-button-next,
  .main .ipartnet-wrap .swiper-container-rtl .swiper-button-prev {
    right: -20px;
  }
  .main .ipartnet-wrap .swiper-button-prev,
  .main .ipartnet-wrap .swiper-container-rtl .swiper-button-next {
    left: -20px;
  }
}
