html,
body {
  width: 100%;
  overflow-x: hidden; }

body {
  margin: 0;
  font-family: "microsoft yahei";
  font-size: 16px;
  line-height: 2;
  color: #555;
  background: #f4f4f4;
  /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#33ffff00, endColorstr=#33ffff00);*/ }

body.modal-open {
  height: 100%;
  overflow: hidden; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  display: table;
  content: " ";
  clear: both; }

.clearfix {
  zoom: 1; }

.pull-left {
  float: left;
  margin-right: 10px; }

.pull-right {
  float: right;
  margin-left: 10px; }

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.text-right {
  text-align: right; }

#header123 > * {
  background-position: 50% 0;
  background-repeat: no-repeat; }

#header-1 {
  height: 226px;
  background-image: url(../images/header_01.jpg); }

#header-2 {
  height: 227px;
  background-image: url(../images/header_02.jpg); }

#header-3 {
  height: 226px;
  background-image: url(../images/header_03.jpg); }

#footer {
  padding: 46px 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: white;
  background: #424242; }

.section {
  padding: 45px 0; }

.section > .main {
  margin: 0 auto;
  width: 1000px;
  line-height: 34px; }
  .section > .main b {
    color: #000; }

.title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #603b01; }

.inline-block,
.title:before,
.title:after,
.btn-more,
.btn-link,
.fair,
.fair > a {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.title:before,
.title:after {
  content: '';
  vertical-align: middle; }

.title:before {
  margin-right: 5px;
  width: 101px;
  height: 103px;
  background: url(../images/title-prefix.png); }

.title:after {
  margin-left: 5px;
  width: 33px;
  height: 31px;
  background: url(../images/title-suffix.png); }

.btn-more {
  width: 174px;
  height: 35px;
  background: url(../images/more.png); }

.title .btn-more.pull-right {
  margin-top: 30px; }

.text-center {
  text-align: center; }

.btn-link {
  margin: 39px auto 0;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #119be3;
  border: 1px dashed #119be3; }

a {
  text-decoration: none; }

.col-6 {
  float: left;
  width: 50%; }

.fair {
  padding: 44px;
  width: 421px;
  height: 261px;
  font-size: 18px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fair a {
  color: white; }

.fair > .link {
  margin-top: 21px;
  width: 214px;
  height: 32px; }

.fair-1 {
  background: url(../images/fair_01.jpg); }

.fair-2 {
  background: url(../images/fair_02.jpg); }

.fair-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold; }

.skyblue {
  background: #d0f1f7; }

#item-group {
  margin: 0 -8px; }

.item {
  float: left;
  margin: 8px;
  width: 238px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  color: white;
  background: #1192e3; }

.item > img {
  display: block;
  margin: 0 auto;
  max-width: 238px;
  /*max-height: 142px;*/ }

.item > a {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 144px;
  text-align: center;
  line-height: 1;
  color: white;
  background: #33b0f1; }

.item > .text-overflow {
  padding: 0 10px; }

#pageBtnContainer {
  display: inline-block;
  margin-top: 20px; }

p {
  margin: 0; }

h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0; }

em {
  font-weight: bold;
  font-style: normal; }

.modal,
.modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.modal {
  position: fixed;
  z-index: 999; }

.modal-backdrop {
  position: absolute;
  z-index: -9;
  /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#33ffff00, endColorstr=#33ffff00);*/
  /*background: rgba(0, 0, 0, .3);*/
  background: black;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.modal-dialog {
  position: relative;
  margin: 100px auto 0;
  width: 540px;
  min-height: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: center; }
  .modal-dialog .modal_title {
    width: 100%;
    height: 68px;
    background: url("../images/modal_pic.png") no-repeat;
    font-size: 24px;
    color: #ffea00;
    line-height: 68px;
    text-align: center;
    overflow: hidden; }
  .modal-dialog .modal_cont {
    background: #fff;
    min-height: 272px; }
  .modal-dialog .modal_content {
    display: inline-block;
    text-align: left;
    margin-top: 40px; }
    .modal-dialog .modal_content > p:before {
      display: block;
      content: "";
      width: 11px;
      height: 13px;
      background: url("../images/list_dot.png") no-repeat;
      overflow: hidden;
      float: left;
      margin: 12px 7px 0 0; }
    .modal-dialog .modal_content > p:hover a {
      color: #2571b1; }
    .modal-dialog .modal_content > p > a {
      font-size: 18px;
      color: #333; }

.modal-dialog > a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 3px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: white; }

.color_119be3 {
  color: #119be3;
  font-size: 18px; }

.left {
  float: left;
  width: 251px;
  margin: 30px 60px 0 215px;
  font-size: 18px;
  color: #000; }

.right {
  float: left;
  background: url("../images/weChat_code.jpg") no-repeat;
  width: 239px;
  height: 251px;
  margin-top: 14px; }

.modal_cont02 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }
  .modal_cont02 > .close_modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    z-index: -1; }
  .modal_cont02 .modal_box {
    width: 725px;
    margin: 50px auto; }
    .modal_cont02 .modal_box .modal_header {
      width: 100%;
      height: 68px;
      line-height: 68px;
      font-size: 24px;
      color: #ffea00;
      text-align: center;
      background: url("../images/modal_header01.png") no-repeat;
      position: relative; }
      .modal_cont02 .modal_box .modal_header > a {
        position: absolute;
        right: 32px;
        top: 10px;
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: normal; }
    .modal_cont02 .modal_box .modal_content02 {
      width: 100%;
      padding: 38px 0;
      height: 600px;
      overflow-y: auto;
      background: #fff; }
      .modal_cont02 .modal_box .modal_content02 img {
        display: block;
        margin: 0 auto; }
      .modal_cont02 .modal_box .modal_content02::-webkit-scrollbar {
        width: 6px;
        height: 4px;
        background: #f1f1f1; }
      .modal_cont02 .modal_box .modal_content02::-webkit-scrollbar-track, .modal_cont02 .modal_box .modal_content02::-webkit-scrollbar-thumb {
        border-radius: 999px; }
      .modal_cont02 .modal_box .modal_content02::-webkit-scrollbar-thumb {
        min-height: 10px;
        background-clip: content-box;
        background: #267eb7; }