body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
header {
  background: #171717;
  width: 100%;
  overflow: hidden;
}
header nav {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
header nav .logo {
  width: 240px;
  float: left;
  overflow: hidden;
  margin-top: 7px;
}
header nav .logo img {
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
header nav .logo h2 {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
}
header nav ul {
  overflow: hidden;
}
header nav ul li {
  position: relative;
  margin-left: 22px;
  line-height: 78px;
  float: left;
}
header nav ul li a {
  font-size: 14px;
  color: #fff;
}
header nav ul li:hover a {
  color: #f1bc05;
  font-weight: bold;
}
header nav ul li.active {
  font-weight: bold;
}
header nav ul li.active a {
  color: #f1bc05;
  font-weight: bold;
}
header nav ul li.active :after {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #f1bc05;
  /*透明 透明  灰*/
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 20px;
}
.height60 {
  background: #f3f5f7;
  overflow: hidden;
  clear: both;
  height: 120px;
}
.index-banner-bg {
  width: 100%;
  height: 460px;
  background-color: #f3f5f7;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.index-banner-bg .index-banner-nav {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  position: relative;
  top: 402px;
}
.index-banner-bg .index-banner-nav li {
  width: 20%;
  height: 117px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner-bg .index-banner-nav li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../images/css_sprites_special.png') no-repeat -430px -280px;
  float: left;
  margin-right: 7px;
}
.index-banner-bg .index-banner-nav li strong {
  font-size: 18px;
  color: #323232;
  font-weight: normal;
  line-height: 22px;
}
.index-banner-bg .index-banner-nav li strong b {
  background: #fe7e00;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  margin-top: 0;
  position: relative;
  top: -1px;
  margin-left: 1px;
  width: 36px;
  height: 16px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
}
.index-banner-bg .index-banner-nav li p {
  margin: 0;
  font-size: 12px;
  color: #171717;
  margin-top: 3px;
  width: 190px;
}
.index-banner-bg .index-banner-nav li:hover {
  box-shadow: 0px 2px 10px 0px rgba(58, 56, 53, 0.26);
}
.index-banner-bg .index-banner-nav li:hover strong {
  color: #fe7e00;
}
.index-banner-bg .index-banner-nav li:hover:nth-of-type(1) span {
  background: url('../images/css_sprites_special.png') no-repeat -490px -280px;
}
.index-banner-bg .index-banner-nav li:hover:nth-of-type(2) span {
  background: url('../images/css_sprites_special.png') no-repeat -190px -340px;
}
.index-banner-bg .index-banner-nav li:hover:nth-of-type(3) span {
  background: url('../images/css_sprites_special.png') no-repeat -250px -280px;
}
.index-banner-bg .index-banner-nav li:hover:nth-of-type(4) span {
  background: url('../images/css_sprites_special.png') no-repeat -370px -280px;
}
.index-banner-bg .index-banner-nav li:hover:nth-of-type(5) span {
  background: url('../images/css_sprites_special.png') no-repeat -70px -340px;
}
.index-banner-bg .index-banner-nav li:nth-of-type(2) span {
  background: url('../images/css_sprites_special.png') no-repeat -130px -340px;
}
.index-banner-bg .index-banner-nav li:nth-of-type(3) span {
  background: url('../images/css_sprites_special.png') no-repeat -190px -280px;
}
.index-banner-bg .index-banner-nav li:nth-of-type(4) span {
  background: url('../images/css_sprites_special.png') no-repeat -310px -280px;
}
.index-banner-bg .index-banner-nav li:nth-of-type(5) span {
  background: url('../images/css_sprites_special.png') no-repeat -10px -340px;
}
.index-ticket {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.index-ticket .ticket-wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.index-ticket .ticket-wrap h3 {
  width: 129px;
  height: 54px;
  margin: 32px auto;
  background: url('../images/css_sprites_special.png') -10px -206px;
  position: relative;
}
.index-ticket .ticket-wrap h3::before {
  content: '';
  width: 515px;
  border-bottom: 1px dashed #f1bc05;
  position: absolute;
  left: -530px;
  top: 50%;
}
.index-ticket .ticket-wrap h3::after {
  content: '';
  width: 515px;
  border-bottom: 1px dashed #f1bc05;
  position: absolute;
  right: -530px;
  top: 50%;
}
.index-ticket .ticket-wrap h2 {
  font-size: 28px;
  color: #333333;
  font-weight: normal;
  line-height: 41px;
  margin-top: 0;
  margin-bottom: 30px;
}
.index-ticket .ticket-wrap h2 span {
  font-size: 12px;
  color: #f48b1e;
  margin-left: 10px;
}
.index-ticket .ticket-wrap h2 span i {
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url('../images/css_sprites_special.png') no-repeat -358px -206px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.index-ticket .ticket-wrap ul {
  padding-left: 110px;
  overflow: hidden;
}
.index-ticket .ticket-wrap ul li {
  width: 260px;
  height: 78px;
  float: left;
  margin-left: 50px;
  overflow: hidden;
  padding-left: 20px;
}
.index-ticket .ticket-wrap ul li div {
  font-size: 14px;
  color: #fff;
  margin-top: 16px;
  line-height: 14px;
  margin-bottom: 10px;
}
.index-ticket .ticket-wrap ul li h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  line-height: 22px;
}
.index-ticket .ticket-wrap ul li:nth-of-type(1) {
  background: url('../images/css_sprites_special.png') no-repeat -290px -10px;
}
.index-ticket .ticket-wrap ul li:nth-of-type(2) {
  background: url('../images/css_sprites_special.png') no-repeat -10px -10px;
}
.index-ticket .ticket-wrap ul li:nth-of-type(3) {
  background: url('../images/css_sprites_special.png') no-repeat -10px -108px;
}
.index-ticket .ticket-wrap p {
  font-size: 14px;
  color: #333;
  text-indent: 2em;
  margin-top: 32px;
}
.index-ticket .ticket-wrap .weather {
  text-align: right;
  font-weight: bold;
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin-bottom: 38px;
}
.index-ticket .ticket-wrap .weather span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../images/css_sprites_special.png') no-repeat -511px -108px;
  position: relative;
  top: 7px;
}
.index-news {
  width: 100%;
  overflow: hidden;
  background: #f3f5f7;
}
.index-news .news-wrap {
  width: 1206px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 3px;
  padding-bottom: 80px;
}
.index-news .news-wrap ul {
  margin: 0 auto;
}
.index-news .news-wrap ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
.index-news .news-wrap ul li .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 197px;
}
.index-news .news-wrap ul li .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.index-news .news-wrap ul li h4 {
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-top: 13px;
  margin-bottom: 7px;
}
.index-news .news-wrap ul li .desc {
  line-height: 18px;
  padding: 12px 18px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}
.index-news .news-wrap ul li .desc p {
  font-size: 12px;
  color: #878787;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  height: 36px;
  overflow: hidden;
}
.index-news .news-wrap ul li .time-item {
  overflow: hidden;
}
.index-news .news-wrap ul li .time-item .tag {
  color: #fe7e00;
  font-size: 12px;
  float: left;
}
.index-news .news-wrap ul li .time-item .time {
  font-size: 12px;
  color: #b5b5b5;
  float: right;
}
.index-news .news-wrap ul li:nth-of-type(3n) {
  margin-right: 0;
}
.index-news .news-wrap ul li:hover {
  box-shadow: 0px 2px 10px 0px rgba(58, 56, 53, 0.26);
}
.index-notice {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.index-notice .index-title-public {
  margin-top: 60px;
}
.index-notice .notice-wrap {
  width: 1206px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 3px;
  padding-bottom: 80px;
}
.index-notice .notice-wrap ul li {
  padding: 12px 30px;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  margin-top: 20px;
}
.index-notice .notice-wrap ul li h4 {
  font-size: 22px;
  color: #333;
  font-weight: normal;
  line-height: 57px;
  margin: 0;
}
.index-notice .notice-wrap ul li p {
  font-size: 14px;
  color: #878787;
  line-height: 22px;
  margin: 0;
}
.index-notice .notice-wrap ul li .time-item {
  overflow: hidden;
  margin-top: 29px;
  margin-bottom: 12px;
}
.index-notice .notice-wrap ul li .time-item .tag {
  color: #00a1fe;
  font-size: 12px;
  float: left;
}
.index-notice .notice-wrap ul li .time-item .time {
  font-size: 12px;
  color: #b5b5b5;
  float: right;
}
.index-notice .notice-wrap ul li:hover {
  box-shadow: 0px 2px 10px 0px rgba(58, 56, 53, 0.26);
}
.index-line {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.index-line .index-title-public {
  margin-top: 0px;
}
.index-line .list-wrap {
  width: 1206px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 3px;
  padding-bottom: 60px;
}
.index-line .list-wrap .list-left {
  width: 848px;
  float: left;
  margin-right: 26px;
}
.index-line .list-wrap .list-left ul {
  overflow: hidden;
}
.index-line .list-wrap .list-left ul li {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.index-line .list-wrap .list-left ul li .img {
  width: 236px;
  height: 178px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 18px;
}
.index-line .list-wrap .list-left ul li h4 {
  font-size: 20px;
  color: #171717;
  font-weight: normal;
  margin: 0;
  margin-bottom: 11px;
  line-height: 30px;
  margin-top: 14px;
}
.index-line .list-wrap .list-left ul li .tag {
  font-size: 14px;
  color: #878787;
  margin-bottom: 25px;
}
.index-line .list-wrap .list-left ul li .tag span {
  font-size: 12px;
  color: #33ca79;
  border: 1px solid #33ca79;
  border-radius: 5px;
  padding: 5px 6px;
  margin-right: 4px;
}
.index-line .list-wrap .list-left ul li .words {
  font-size: 14px;
  color: #878787;
  overflow: hidden;
}
.index-line .list-wrap .list-left ul li .words button {
  font-size: 12px;
  color: #171717;
  background: #fed904;
  border: none;
  line-height: 12px;
  padding: 6px 8px;
  border-radius: 5px;
  float: right;
}
.index-line .list-wrap .list-left ul .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e0e0e0;
  clear: both;
  overflow: hidden;
  margin: 30px 0;
}
.index-line .list-wrap .list-left ul li:hover {
  box-shadow: 0px 2px 10px 0px rgba(58, 56, 53, 0.26);
}
.index-line .list-wrap .list-right {
  width: 324px;
  float: right;
  overflow: hidden;
}
.index-line .list-wrap .list-right ul li {
  margin-top: 20px;
}
.index-line .list-wrap .list-right ul li .img {
  width: 100%;
  height: 196px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.index-line .list-wrap .list-right ul li .mask {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 12px;
  box-sizing: border-box;
}
.index-line .list-wrap .list-right ul li .mask h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: normal;
  line-height: 24px;
}
.index-line .list-wrap .list-right ul li .mask p {
  font-size: 12px;
  color: #fff;
  margin: 0;
  line-height: 18px;
}
.index-team {
  width: 100%;
  overflow: hidden;
  background: #f3f5f7;
}
.index-team .index-title-public {
  margin-top: 60px;
}
.index-team .team-wrap {
  width: 1206px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 3px;
  padding-bottom: 60px;
}
.index-team .team-wrap .lst-box {
  overflow: hidden;
  width: 100%;
}
.index-team .team-wrap .lst-box > ul {
  overflow: hidden;
  margin-top: 40px;
}
.index-team .team-wrap .lst-box > ul > li {
  width: 22.75%;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  float: left;
  margin-bottom: 26px;
  margin-left: 3%;
  padding-bottom: 20px;
}
.index-team .team-wrap .lst-box > ul > li .img-box {
  width: 100%;
  height: 178px;
  background-image: url('../images/test_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.index-team .team-wrap .lst-box > ul > li .img-box .tips {
  font-size: 14px;
  color: #fff;
  background: #e5004f;
  text-align: center;
  border-radius: 0 9px 9px 0;
  margin-top: 16px;
  line-height: 23px;
  display: inline-block;
  padding: 1px 6px;
}
.index-team .team-wrap .lst-box > ul > li .img-box dl {
  overflow: hidden;
  clear: both;
  padding: 0 5px;
  box-sizing: border-box;
  transition: all 1s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
}
.index-team .team-wrap .lst-box > ul > li .img-box dl dd {
  padding: 1px 4px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  display: inline-block;
  background: #37bb41;
  margin-bottom: 2px;
  margin-left: 0;
}
.index-team .team-wrap .lst-box > ul > li h3 {
  font-size: 16px;
  color: #171717;
  padding: 0 19px;
  line-height: 19px;
  margin-top: 26px;
  margin-bottom: 13px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 38px;
}
.index-team .team-wrap .lst-box > ul > li .price {
  overflow: hidden;
  padding: 0 19px;
}
.index-team .team-wrap .lst-box > ul > li .price span.jiage {
  font-size: 25px;
  color: #e5004f;
  font-weight: bold;
}
.index-team .team-wrap .lst-box > ul > li .price span.jiage:before {
  content: '￥';
  font-size: 13px;
}
.index-team .team-wrap .lst-box > ul > li .price span.old-jiage {
  font-size: 13px;
  color: #878787;
  padding-left: 11px;
  text-decoration: line-through;
}
.index-team .team-wrap .lst-box > ul > li .price button {
  display: block;
  width: 87px;
  height: 26px;
  background: #fed904;
  font-size: 12px;
  color: #171717;
  border: none;
  float: right;
  margin-top: 5px;
  outline: none;
}
.index-team .team-wrap .lst-box > ul > li .item-bottom {
  overflow: hidden;
  background: #384042;
  padding: 14px 0;
  margin-top: 10px;
}
.index-team .team-wrap .lst-box > ul > li .item-bottom > ul {
  overflow: hidden;
  margin-top: 0;
}
.index-team .team-wrap .lst-box > ul > li .item-bottom > ul > li {
  width: 33.33%;
  float: left;
  background: #384042;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.index-team .team-wrap .lst-box > ul > li .item-bottom > ul > li span {
  display: inline-block;
  margin-right: 7px;
}
.index-team .team-wrap .lst-box > ul > li .item-bottom > ul li:nth-of-type(1) span {
  width: 13px;
  height: 9px;
  background: url('../images/css_sprites_special.png') -1110px -197px;
}
.index-team .team-wrap .lst-box > ul > li .item-bottom > ul li:nth-of-type(2) span {
  width: 13px;
  height: 10px;
  background: url('../images/css_sprites_special.png') -1077px -197px;
}
.index-team .team-wrap .lst-box > ul > li .item-bottom > ul li:nth-of-type(3) span {
  width: 13px;
  height: 13px;
  background: url('../images/css_sprites_special.png') -1044px -197px;
}
.index-team .team-wrap .lst-box > ul > li .item-bottom > ul > li:after {
  content: '|';
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.index-team .team-wrap .lst-box > ul > li .item-bottom > ul > li:last-child:after {
  display: none;
}
.index-team .team-wrap .lst-box > ul > li:hover .img-box dl {
  height: auto;
}
.index-team .team-wrap .lst-box > ul > li:nth-of-type(4n-3) {
  margin-left: 0;
}
.index-img {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.index-img .img-wrap {
  width: 1206px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 3px;
  margin-top: 20px;
}
.index-img .img-wrap h3 {
  width: 129px;
  height: 54px;
  margin: 32px auto;
  background: url('../images/css_sprites_special.png') -290px -108px;
  position: relative;
}
.index-img .img-wrap h3::before {
  content: '';
  width: 515px;
  border-bottom: 1px dashed #f1bc05;
  position: absolute;
  left: -530px;
  top: 50%;
}
.index-img .img-wrap h3::after {
  content: '';
  width: 515px;
  border-bottom: 1px dashed #f1bc05;
  position: absolute;
  right: -530px;
  top: 50%;
}
.index-img .pics-box {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.index-img .pics-box .back-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
footer {
  text-align: center;
  background: #3a3a3a;
  color: #fff;
  padding: 30px 0;
}
.flex-right-common {
  position: fixed;
  right: 38px;
  bottom: 30%;
  z-index: 99999999;
}
.flex-right-common .flex-right-wrap {
  position: relative;
}
.flex-right-common .flex-content {
  display: block;
}
.flex-right-common .flex-content .content {
  background: #fff;
  position: relative;
  padding: 25px 18px;
  border-radius: 10px;
  display: none;
  transition: all 1s;
  opacity: 0;
  transform: translateX(-100px);
}
.flex-right-common .flex-content .content h3 {
  font-size: 20px;
  text-align: center;
  color: #111111;
  width: 162px;
  line-height: 30px;
}
.flex-right-common .flex-content .content h4 {
  font-size: 14px;
  color: #bab6b2;
  text-align: center;
  line-height: 24px;
}
.flex-right-common .flex-content .content1 {
  box-shadow: 0px 4px 18px 0px rgba(70, 187, 54, 0.34);
  position: absolute;
  right: 124px;
  top: 22px;
  border: 1px dashed #46bb36;
  z-index: 999999999;
}
.flex-right-common .flex-content .content1:before {
  content: '';
  width: 18px;
  height: 21px;
  display: block;
  position: absolute;
  right: -17px;
  top: 120px;
  background: url('../images/flex-wx-icon.svg') no-repeat center;
}
.flex-right-common .flex-content .content2 {
  box-shadow: 0px 4px 18px 0px rgba(255, 128, 15, 0.34);
  position: absolute;
  right: 124px;
  top: 130px;
  border: 1px dashed #ff800f;
  z-index: 999999999;
}
.flex-right-common .flex-content .content2 h5 {
  font-size: 12px;
  color: #fdc28e;
  text-align: center;
}
.flex-right-common .flex-content .content2 dl {
  overflow: hidden;
  margin-top: 24px;
}
.flex-right-common .flex-content .content2 dl dd {
  font-size: 18px;
  color: #ff800f;
  font-weight: bold;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../images/flex-common-right-phone.png');
  text-indent: 30px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.flex-right-common .flex-content .content2:before {
  content: '';
  width: 18px;
  height: 21px;
  display: block;
  position: absolute;
  right: -17px;
  top: 120px;
  background: url('../images/flex-wx-icon2.svg') no-repeat center;
}
.flex-right-common .flex-content .active {
  opacity: 1 !important;
  transform: translateX(0) !important;
  display: block !important;
}
.flex-right-common .flex-content ul {
  overflow: hidden;
}
.flex-right-common .flex-content ul li {
  margin-top: 26px;
}
.flex-right-common .flex-content ul li p {
  font-size: 14px;
  color: #46bb36;
  text-align: center;
  line-height: 14px;
}
.flex-right-common .flex-content ul li img {
  display: block;
  width: 110px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 6px;
  border-radius: 5px;
}
.flex-right-common .flex-content ul li:nth-of-type(1) {
  margin-top: 15px;
}
.flex-right-common .flex-nav {
  width: 99px;
  border-radius: 10px;
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  z-index: 99999;
  float: right;
}
.flex-right-common .flex-nav ul {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
.flex-right-common .flex-nav ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.flex-right-common .flex-nav ul li span {
  display: block;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55%;
  margin: 0 auto;
}
.flex-right-common .flex-nav ul li:last-child {
  margin-bottom: 0;
}
.flex-right-common .flex-nav ul li:nth-of-type(1) a {
  color: #1bc1fa;
}
.flex-right-common .flex-nav ul li:nth-of-type(1) span {
  background-image: url('../images/flex-common-right-qq.png');
}
.flex-right-common .flex-nav ul li:nth-of-type(2) {
  color: #46bb36;
}
.flex-right-common .flex-nav ul li:nth-of-type(2) span {
  background-image: url('../images/flex-common-right-wx.png');
}
.flex-right-common .flex-nav ul li:nth-of-type(3) {
  color: #ff800f;
}
.flex-right-common .flex-nav ul li:nth-of-type(3) span {
  background-image: url('../images/flex-common-right-phone.png');
}
.index-title-public {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 10px;
}
.index-title-public h3 {
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 2px solid #323232;
  overflow: hidden;
  line-height: 40px;
  font-weight: normal;
  font-size: 28px;
}
.index-title-public h3 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../images/css_sprites_special.png') no-repeat -70px -280px;
  float: left;
  margin-right: 9px;
}
.index-title-public h3 strong {
  font-size: 12px;
  color: #8c8d9e;
  font-weight: normal;
}
.index-title-public h3 b {
  display: inline-block;
  width: 179px;
  height: 17px;
  float: right;
  background: url('../images/css_sprites_special.png') -159px -206px;
  position: relative;
  top: 25px;
}
.person-custom {
  width: 800px;
  margin: 60px auto;
  overflow: hidden;
  display: none;
}
.special-form-box {
  width: 100%;
  overflow: hidden;
}
.special-form-box .tab-nav {
  overflow: hidden;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special-form-box .tab-nav span {
  border: 1px solid #eee;
  padding: 10px 40px;
  margin-top: 5px;
  float: left;
  cursor: pointer;
}
.special-form-box .tab-nav span.active {
  background: #0b94ea;
  color: #fff;
}
.special-form-box .tab-content {
  overflow: hidden;
}
.special-form-box .tab-content .tab-item {
  display: none;
  padding-top: 25px;
}
.special-form-box .tab-content .active {
  display: block;
}
.special-form-box .tab-content .layui-form-label {
  width: 100px;
}
.base-wrap {
  width: 1206px;
  margin: 0 auto;
  padding: 0 3px;
  overflow: hidden;
}
.base-wrap ul li {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 20px;
  margin-top: 26px;
}
.base-wrap ul li .img {
  width: 146px;
  height: 83px;
  overflow: hidden;
  border-radius: 15px;
  float: left;
  margin-right: 14px;
}
.base-wrap ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
.base-wrap ul li h3 {
  font-weight: normal;
  margin-top: 0;
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
}
.base-wrap ul li p {
  font-size: 12px;
  color: #878787;
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 32px;
  overflow: hidden;
}
.base-wrap ul li .bottom-time {
  font-size: 12px;
  color: #fe7e00;
  overflow: hidden;
  margin-top: 5px;
}
.base-wrap ul li .bottom-time span {
  float: right;
  color: #b5b5b5;
  font-size: 12px;
}
.base-wrap ul li:hover {
  box-shadow: 0px 2px 10px 0px rgba(58, 56, 53, 0.26);
}
.top-img {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/**
文章内容
 */
.position {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px dashed #bababa;
  padding-bottom: 9px;
  margin-top: 18px;
}
.position ul {
  overflow: hidden;
}
.position ul li {
  float: left;
  font-size: 14px;
  color: #333;
}
.position ul li a {
  color: #333;
}
.content-wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.content-wrap .article-left {
  width: 870px;
  float: left;
  overflow: hidden;
}
.content-wrap .article-left .content .body {
  padding: 0 29px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.content-wrap .article-left .content h1 {
  font-size: 36px;
  color: #333;
  line-height: 36px;
  margin-top: 30px;
  padding: 0 30px;
  margin-bottom: 18px;
}
.content-wrap .article-left .content .time-div {
  overflow: hidden;
  font-size: 14px;
  color: #fe7e00;
  padding: 0 30px;
}
.content-wrap .article-left .content .time-div span {
  float: right;
  color: #b5b5b5;
}
.content-wrap .article-left .content .line {
  width: 100%;
  height: 6px;
  background: #bfbfbf;
  margin-top: 30px;
}
.content-wrap .article-left .content article {
  width: 100%;
  overflow: hidden;
}
.content-wrap .article-left .content article img {
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  height: auto !important;
  margin-bottom: 10px;
}
.content-wrap .article-left .content article p {
  font-size: 16px !important;
  line-height: 32px !important;
  color: #333333;
  text-indent: 2em;
}
.content-wrap .article-right {
  width: 300px;
  float: right;
  overflow: hidden;
  margin-top: 30px;
}
.content-wrap .article-right .title {
  width: 100%;
  height: 31px;
  background-image: url('../images/redian.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-bottom: 14px;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
}
.content-wrap .article-right .title::after {
  content: '';
  width: 115px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #ff6000;
}
.content-wrap .article-right ul {
  margin-top: 18px;
}
.content-wrap .article-right ul li {
  font-size: 14px;
  color: #333333;
  background-image: url('../images/article-right-icon-01.png');
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 31px;
}
.content-wrap .article-right ul li a {
  color: #333;
}
.content-wrap .article-right ul li:hover a {
  color: #0c91e5;
}
.content-wrap .article-right .special-right-xianlu {
  width: 100%;
}
.content-wrap .article-right .special-right-xianlu ul {
  overflow: hidden;
}
.content-wrap .article-right .special-right-xianlu ul li {
  width: 47.5%;
  float: left;
  margin-right: 5%;
  text-indent: 0;
  margin-bottom: 10px;
}
.content-wrap .article-right .special-right-xianlu ul li .img {
  height: 100px;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content-wrap .article-right .special-right-xianlu ul li a h3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  color: #171717;
  line-height: 18px;
}
.content-wrap .article-right .special-right-xianlu ul li:nth-of-type(2n) {
  margin-right: 0;
}
.article-relative {
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
.article-relative h3 {
  border-bottom: 1px dashed #c5c5c5;
  font-size: 18px;
  color: #444;
  padding-bottom: 10px;
  font-weight: bold;
}
.article-relative ul {
  overflow: hidden;
}
.article-relative ul li {
  width: 48%;
  float: left;
  margin-top: 15px;
  overflow: hidden;
  margin-right: 4%;
}
.article-relative ul li a {
  color: #333;
}
.article-relative ul li a h4 {
  font-weight: normal;
  width: 75%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.article-relative ul li span {
  float: right;
}
.article-relative ul li:hover a {
  color: #0c91e5;
}
.article-relative ul li:nth-of-type(2n) {
  margin-right: 0;
}
/*分页*/
.page-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 24px;
  height: 61px;
}
.page-box ul {
  overflow: hidden;
}
.page-box ul li {
  float: left;
  font-size: 16px;
  height: 31px;
  overflow: hidden;
  line-height: 29px;
  margin-right: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(58, 56, 53, 0.34);
  box-shadow: 0px 1px 10px 0px rgba(58, 56, 53, 0.34);
  border-radius: 5px;
}
.page-box ul li a {
  display: inline-block;
  border: 1px solid #878787;
  padding: 0 10px;
  color: #878787;
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
}
.page-box ul li.page-active {
  -webkit-box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
}
.page-box ul li.page-active a {
  background: #fff;
  color: #fe9b1b;
  border: 1px solid #fe9b1b;
}
.page-box ul li:hover:not(.active) a {
  background: #fe9b1b;
  color: #fff;
  border: 1px solid #fe9b1b;
}
/*# sourceMappingURL=page-special.css.map */