@font-face {
  font-family: 'iconfont';  /* project id 404342 */
  src: url('//at.alicdn.com/t/font_404342_rq4ap5c0928g2e29.eot');
  src: url('//at.alicdn.com/t/font_404342_rq4ap5c0928g2e29.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_404342_rq4ap5c0928g2e29.woff') format('woff'),
  url('//at.alicdn.com/t/font_404342_rq4ap5c0928g2e29.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_404342_rq4ap5c0928g2e29.svg#iconfont') format('svg');
}

body {
  background: #fff;
  font-family: Helvetica,Tahoma,Arial,STXihei,\\534E\6587\7EC6\9ED1,Heiti,\\9ED1\4F53,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,SimSun,\\5B8B\4F53,sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: Helvetica,Tahoma,Arial,STXihei,\\534E\6587\7EC6\9ED1,Heiti,\\9ED1\4F53,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,SimSun,\\5B8B\4F53,sans-serif;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

ul {
  padding: 0;
  list-style-type: none;
}

ul li {
  padding: 0;
}

h2 {
  margin: 0;
}

p {
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

a {
  color: #666;
}

/*上传图片*/

.upload-pic li {
  float: left;
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
}

.upload-pic li .attachment-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  max-height: 44px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.upload-pic .qy-upload-text {
  margin-top: 10px;
}

.upload-pic .qy-upload-text .form-control {
  padding: 0;
}

.upload-pic li {
  width: 100px;
}

.upload-pic li .qy-upload-del {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff0000;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}

.upload-pic li .qy-upload-del .iconfont {
  font-size: 12px;
}

.upload-pic li img {
  max-width: 100%;
  height: 100px;
}

.upload-pic li.upload-pic-wrap {
  border: 3px dashed #ccc;
  position: relative;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
}

.upload-pic li.upload-pic-wrap i {
  font-size: 60px;
  color: #ccc;
}

.upload-pic-wrap:hover {
  border-color: #6d5cae;
}

.upload-pic-wrap .iconfont {
  font-size: 50px;
  color: #ccc;
}

.upload-pic-wrap:hover .iconfont {
  color: #6d5cae;
}

.upload-pic-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px !important;
  height: 94px !important;
  opacity: 0;
}

/*index*/

.header-all {
  height: 82px;
}

@media (max-width: 767px) {
  .header-all {
    height: 50px;
  }
}

.header-nav {
  margin-right: 50px;
  float: left;
}

.header-nav li {
  margin-left: 40px;
  float: left;
  position: relative;
}

.header-nav li a {
  font-size: 15px;
  color: #666;
  transition: color 0.3s;
  line-height: 80px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  transition: border .5s !important;
}

.header-nav .header-nav-on, .header-nav li a:hover {
  font-size: 15px;
  border-color: #006cb9;
}
.header-nav li:hover .sub-nav{
  display: block;
}
.header-nav .sub-nav{
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  display: none;
  z-index: 9999;
}
.header-nav .sub-nav a{
  font-size: 12px;
  line-height: 28px;
  border-bottom: none;
  text-align: center;
  display: block;
}
.header-nav .sub-nav a:hover{
  font-size: 12px;
  color: #006cb9;
}
.nav-button{
  display: none;
}
.nav-mobile{
  display: none;
}

@media (max-width: 767px) {
  .header-left {
    float: none;
    height: 100%;
  }
  .header-left img{
    height: 100%;
  }
  .header-right{
    float: none;
  }
  .header-nav{
    display: none;
  }
  .header-nav li {
    float: none;
  }
  .nav-mobile{
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 40px;
    padding-top: 60px;
  }
  .nav-mobile li{
    color: #fff;
    font-size: 18px;
    line-height: 42px;
  }
  .nav-mobile li a{
    color: #fff;
  }
  .nav-mobile .nav-mobile-close{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .nav-mobile .nav-mobile-close .iconfont{
    color: #fff;
  }
  .nav-button{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .nav-button .iconfont{
    font-size: 20px;
  }
}

.index-content {
  background: url(../img/id.jpg) center no-repeat;
  height: 847px;
}

@media (max-width: 767px) {
  .index-content {
    background: url(../img/id.jpg) center no-repeat;
    background-size: auto 100%;
    height: auto;
  }
}

.index-content .container {
  padding: 0px;
}

.index-logo {
  margin-top: 60px;
  text-align: right;
}

@media (max-width: 767px) {
  .index-logo {
    margin-top: 0;
  }
}

.index-logo img {
  margin-left: 15px;
}

.index-link {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .index-link {
    margin-top: 0;
  }
}

.indexlink-left {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .indexlink-left {
    margin-left: 10px;
    margin-right: 10px;
    float: none;
  }
}


.indexlink-left-top {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .indexlink-left-top {
    margin-top: 10px;
  }
}

.index-lt1, .index-bt1 {
  position: relative;
  margin-right: 10px;
  height: 280px;
}

.index-lt2, .index-bt2 {
  position: relative;
}

@media (max-width: 767px) {
  .container{
    width: 100%;
  }
  .index-lt1 {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .qy-pic img{
    width: 100%;
  }
  .index-lt2 {
    width: 100%;
    height: 100%;
  }
  .index-bt1 {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .index-bt2 {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
}

.index-pic-hd {
  position: absolute;
  top: 30px;
  left: 33px;
}

.index-link h3 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin: 0;
}

.index-link .index-bt1 h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}

.index-link .index-bt1 h4 {
  font-size: 13px;
  margin: 0;
  margin-top: 5px;
  color: #fff;
}

.index-bt1-description {
  background: #2067d3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}

.index-link .index-bt1 .index-bt1-description {
  padding-left: 15px;
}

.index-link .index-bt1 .index-bt1-description h3 {
  font-size: 16px;
  color: #fff;
  width: 250px;
  overflow: hidden;
  line-height: 60px;
}

.line-white {
  margin-left: 1em;
  margin-top: 9px;
}
.index-right-logo{
  width: 200px;
  height: 82px;
  float: right;
  padding-top: 12px;
  padding-left: 10px;
}
.index-right-logo .swiper-wrapper .swiper-slide{
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}

.index-search {
  width: 320px;
  height: 120px;
  background-color: #2cbaa9;
  padding-top: 25px;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .indexlink-right{
    margin-right: 10px;
    margin-left: 10px;
    float: none;
  }
  .index-search {
    width: 100%;
    height: 149px;
  }
}

.index-search p {
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.index-search input {
  background-color: #0bab98;
  height: 33px;
  margin-top: 15px;
  transition: background .5s !important;
}

.search-input:focus {
  background: #fff;
}

.search-input {
  position: relative;
}

.search-input .search-submit {
  position: absolute;
  right: 3px;
  top: 6px;
  font-size: 22px;
  color: #fff;
  background: transparent;
  border: none;
}

.search-input .search-submit i {
  font-size: 24px;
  color: #ccc;
}

.index-right-cyy {
  position: relative;
  margin-bottom: 10px;
}

.index-right-bot {
  position: relative;
}

@media (max-width: 767px) {
  .index-right-bot {
    margin-bottom: 10px;
  }
}

.footer-all {
  height: 165px;
  background-color: #282828;
  padding-left: 50px;
  padding-right: 50px;
}
.footer-mobile{
  display: none;
}
@media (max-width: 767px) {
  .footer-all{
    display: none;
  }
  .footer-mobile{
    display: block;
    background: #282828;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
  }
}

.foot-nav {
  padding-top: 40px;
}

.foot-nav ul li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #666;
  line-height: 14px;
}

.foot-nav ul .foot-nf {
  padding-left: 0px;
}

.foot-nav ul .foot-nl {
  border: none;
}

.foot-nav ul li a {
  font-size: 14px;
  color: #c9c9c9;
  transition: color 0.3s;
}

.foot-nav ul li a:hover {
  color: #006cb9;
}

.foot-add {
  margin-top: 25px;
  margin-bottom: 10px;
}

.footer-right {
  padding-top: 30px;
}

.footer-sn {
  margin-right: 20px;
}

.footer-right p {
  text-align: center;
  font-size: 14px;
  color: #a8a8a8;
}

/*consturct*/

.banner {
  height: 400px;
}

@media (max-width: 767px) {
  .banner {
    height: 200px;
    background-size: auto 100%;
  }
}

.banner-1 {
  background: url(../img/banner-1.jpg) center 0 no-repeat;
}

.banner-2 {
  background: url(../img/banner-2.jpg) center 0 no-repeat;
}

.banner-3 {
  background: url(../img/banner-3.jpg) center 0 no-repeat;
}

.banner-4 {
  background: url(../img/banner-4.jpg) center 0 no-repeat;
}

.banner-5 {
  background: url(../img/banner-5.jpg) center 0 no-repeat;
}

.banner-6 {
  background: url(../img/banner-6.jpg) center 0 no-repeat;
}

.banner-7 {
  background: url(../img/banner-7.jpg) center 0 no-repeat;
}

.service-nav {
  height: 60px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ededed;
}

.service-nav h3 {
  font-size: 24px;
  line-height: 58px;
  color: #1a1a1a;
  display: inline-block;
  border-bottom: 2px solid #006ab7;
  margin: 0;
}

@media (max-width: 767px) {
  .service-nav h3 {
    font-size: 18px;
  }
}

.service-nav p {
  float: right;
  line-height: 61px;
}

.service-nav a {
  color: #333333;
  font-size: 14px;
  transition: color 0.3s;
}

.service-nav a:hover {
  color: #006ab7;
}

.service-list {
  background-color: #f8f8f8;
  height: 37px;
  margin-top: 37px;
}

@media (max-width: 767px) {
  .service-list {
    height: auto;
  }
}

.service-list ul li {
  float: left;
  line-height: 37px;
  background-color: #f8f8f8;
  padding-left: 35px;
  padding-right: 35px;
  border-right: 1px solid #fff;
  transition: background 0.3s;
}

.service-list ul li:hover {
  background-color: #006ab7;
  border-right: 1px solid #006ab7;
}

.service-list ul li:hover a {
  color: #fff;
}

.service-list ul .list-nav-on {
  background-color: #006ab7;
  border-right: 1px solid #006ab7;
}

.service-list ul li a {
  color: #666666;
  font-size: 14px;
}

.service-list ul .list-nav-on a {
  color: #fff;
}

@media (max-width: 767px) {
  .service-list ul li{
    font-size: 12px;
    padding: 0 10px;
  }
}

.construct-procedure {
  margin-top: 28px;
}

.construct-procedure p {
  line-height: 42px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.construct-procedure .construct-procedure-on p {
  color: #fff;
}

.construct-procedure-on {
  background-color: #006ab7;
}

.construct-p1 {
  width: 33%;
  border: 1px solid #efefef;
}

.construct-p2 {
  width: 34%;
  border: 1px solid #efefef;
}

.construct-info {
  margin-bottom: 140px;
}

.construct-info ul {
  margin-top: 50px;
}

.construct-info ul li {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}

.construct-info ul li label {
  font-size: 16px;
  color: #333333;
  width: 20%;
  padding-right: 20px;
  float: left;
  line-height: 32px;
}

.construct-info ul li input {
  color: #333333;
  width: 80%;
  height: 32px;
  float: left;
  display: inline-block;
}

@media (max-width: 767px) {
  .construct-info{
    margin-bottom: 20px;
  }
  .construct-info ul li {
    width: 100%;
    float: none;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .construct-info ul li label {
    width: 100px;
    font-size: 14px;
  }
  .construct-info ul li input{
    border: 1px solid #eee;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.construct-info ul .li-left input {
  width: 70%;
}

.construct-info-submit {
  text-align: center;
}

.construct-info-submit .btn {
  background: #006ab7;
}

/*how*/

.how h3 {
  font-size: 24px;
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 30px;
}

.how-ways p {
  font-size: 14px;
  color: #171717;
}

.how-ways {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px dotted #dcdcdc;
  border-bottom: 1px dotted #dcdcdc;
}

.how-ways span {
  color: #006ab7;
}

.how-ways span {
  color: #006ab7;
}

.bus-detail {
  margin-bottom: 100px;
}

.bus-detail ul {
  margin-bottom: 10px;
}

.bus-detail li {
  width: 140px;
  height: 37px;
  background-color: #878787;
  margin-right: 5px;
  transition: background 0.3s;
  text-align: center;
  line-height: 37px;
  float: left;
}

.bus-detail li.on {
  background-color: #006ab7;
}

.bus-detail li:hover {
  background-color: #006ab7;
}

.bus-detail li a {
  color: #fff;
}

/*hire*/

.hire-content {
  margin-top: 35px;
}

.hire-idea {
  height: 413px;
  background: url(../img/p.jpg) center no-repeat;
}

.idea-text {
  float: right;
  padding: 60px 40px;
  background-color: #1473b8;
  width: 50%;
  height: 100%;
  opacity: 0.8;
}

.idea-text h3 {
  font-size: 30px;
  color: #fff;
}

.idea-text h3 span {
  font-size: 24px;
  color: #bdd9ee;
  margin-left: 12px;
}

.idea-text p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

@media (max-width: 767px) {
  .idea-text {
    float: none;
    padding: 20px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .idea-text p{
    line-height: 26px;
  }
}

.hire-table {
  margin-top: 45px;
}

.hire-table table {
  width: 100%;
  margin-bottom: 75px;
}

.hire-table table th {
  background-color: #006ab7;
  line-height: 50px !important;
  color: #fff;
  text-align: center;
}

.hire-table table .bc-w td {
  text-align: center;
}

.hire-table table .bc-g td {
  text-align: center;
}

.hire-table table a {
  color: #666666;
  transition: color 0.3s;
}

.hire-table table a:hover {
  color: #006ab7;
  transition: color 0.3s;
}

@media (max-width: 767px) {
  .hire-table table th {
    font-size: 12px;
    padding: 2px !important;
  }
  .hire-table table td {
    font-size: 12px;
    padding: 10px 2px !important;
  }
}

/*contact*/

.contact-map {
  margin-right: 0px;
  margin-top: 20px;
}

@media (max-width: 767px){
  .contact-map{
    margin-right: 0;
  }
  .contact-map img {
    width: 100%;
  }
}

.contact-pic {
  margin-top: 35px;
}

.contact-add {}

.contact-add h4 {
  font-size: 22px;
  color: #171717;
  margin-bottom: 24px;
}

.add-detail {
  border-top: 1px solid #e9e9e9;
  padding-top: 30px;
}

.add-detail p {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}

.contact-info {
  margin-top: 40px;
}

.contact-info input {
  margin-bottom: 30px;
  height: 53px;
}

.contact-info textarea {
  width: 100%;
  height: 165px;
}

.contact-sub input {
  width: 135px;
  height: 35px;
  background-color: #025fa9;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border: none;
  margin-top: 10px;
}

@media (max-width: 767px){
  .contact-info input{
    height: 35px;
    margin-bottom: 15px;
  }
  .contact-sub input{
    width: 100%;
  }
}

/*news*/

/*service*/

.service-file {
  margin-top: 40px;
}

.service-file ul li {
  width: 100%;
  color: #666;
  line-height: 40px;
  border-bottom: 1px dotted #efefef;
}

.service-file ul li .i-red {
  color: #f0aba2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.service-file ul li a {
  float: right;
  color: #666;
  transition: color 0.3s;
}

@media (max-width: 767px) {
  .service-file ul li a {
    float: none;
    margin-left: 30px;
  }
}

.service-file ul li span {
  margin-right: 15px;
  margin-left: 15px;
}

.service-file ul li a i {
  margin-right: 8px;
}

.service-file ul li a:hover {
  color: #006ab7;
}

.new-slide-page-list {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .new-slide-page-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.new-page-disable {
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border: 1px solid #ededed;
  color: #ccc;
  background-color: #fff;
}

.new-page {
  width: 70px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  color: #333;
  transition: border 0.3s, color 0.3s;
  border: 1px solid #ededed;
  background-color: #fff;
}

.new-page:hover {
  background-color: #1777bd;
  color: #fff;
}

.current {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ededed;
  margin-left: -1px;
  color: #333;
  transition: background 0.3s, color 0.3s;
  background-color: #fff;
}

.num {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ededed;
  margin-left: -1px;
  color: #333;
  transition: background 0.3s, color 0.3s;
  background-color: #fff;
}

.next {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ededed;
  margin-left: -1px;
  color: #333;
  transition: background 0.3s, color 0.3s;
  background-color: #fff;
}

.next:hover {
  background-color: #1777bd;
  color: #fff;
}

.prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ededed;
  margin-left: -1px;
  color: #333;
  transition: background 0.3s, color 0.3s;
  background-color: #fff;
}

.prev:hover {
  background-color: #1777bd;
  color: #fff;
}

/*g-hand*/

.hand-top {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 40px;
}

.hand-top-left {
  width: 450px;
  margin-right: 40px;
}

.picFocus .pic-bd {
  position: relative;
  width: 450px;
}

.picFocus .pic-hd {
  position: relative;
  margin-top: 22px;
}

.picFocus .pic-hd ul {
  margin-left: 45px;
  padding-top: 5px;
}

.picFocus .pic-hd ul li {
  padding-top: 5px;
  float: left;
  text-align: center;
}

.picFocus .pic-hd ul li img {
  width: 64px;
  height: 64px;
  cursor: pointer;
  margin-right: 9px;
  border: 1px solid #eee;
}

.picFocus .pic-hd ul li.on img {
  border: 3px solid #ff4444;
}

.sPrev, .sNext {
  position: absolute;
  top: 10px;
  display: block;
  width: 30px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #eee;
}

.sNext {
  left: auto;
  right: 0px;
  color: #222;
}

.sPrev:hover, .sNext:hover {
  border-color: #ff4444;
}

.pPrev, .pNext {
  position: absolute;
  left: 0px;
  top: 315px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/pl.png) center center no-repeat #f4f4f4;
  z-index: 5555;
  opacity: 0.7;
}

.pNext {
  left: auto;
  right: 0px;
  background: url(../img/pr.png) center center no-repeat #f4f4f4;
}

.pPrev:hover, .pNext:hover {
  border-color: #f60;
}

.hand-top-right {
  width: 680px;
}

.hand-top-hd h3 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 20px;
}

.hand-top-hd p {
  font-size: 13px;
  line-height: 22px;
  color: #999999;
}

.hand-top-price {
  height: 60px;
  line-height: 60px;
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
}

.mem-price-left p {
  font-size: 14px;
  color: #999999;
  line-height: 60px;
}

.mem-price-left p .mon {
  background: url(../img/hap.png);
  width: 22px;
  height: 19px;
  display: inline-block;
  margin-right: 15px;
}

.mem-price-left p span {
  color: #ff4444;
  font-size: 13px;
  margin-left: 9px;
  margin-right: 15px;
}

.mem-price-left p span i {
  color: #ff4444;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}

.mem-price-left p em {
  font-style: normal;
  text-decoration: line-through;
}

.hand-info-list {
  padding-left: 60px;
}

.info-detail-list {
  margin-top: 35px;
}

.info-detail-list p {
  font-size: 13px;
  color: #666;
  line-height: 30px;
}

.info-detail-list span {
  margin-left: 27px;
}

.info-detail-list .colorb {
  color: #037fdf;
}

.hand-num span {}

.spinner {
  width: 100px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

.spinner .decrease {
  text-indent: 0px;
  border: 1px solid #eee;
  border-right: none;
  background: none;
  line-height: 20px;
}

.spinner .increase {
  text-indent: 0px;
  border: 1px solid #eee;
  border-left: none;
  background: none;
  line-height: 20px;
}

.spinner button {
  color: #666;
}

.spinner input {}

.spinner .value {
  background-position: 0 -100px;
  width: 50px;
  height: 25px;
  background-color: #fff;
  font-family: Arial;
  color: #000;
  padding: 0px 10px;
  border: 1px solid #eee;
  background: none;
}

.spinner .value.passive {
  background: none;
}

.hand-sub input {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ff4444;
  color: #fff;
  font-size: 18px;
  border: none;
  margin-top: 50px;
  transition: opacity 0.3s;
}

.hand-sub:hover input {
  opacity: 0.9;
}

.hand-other {
  margin-top: 45px;
}

.other-box {
  margin-right: 30px;
}

.other-box img {
  margin-right: 7px;
}

.other-box p {
  font-size: 12px;
  color: #434343;
  display: inline-block;
  line-height: 22px;
}

.hand-bot {
  margin-top: 35px;
  padding-bottom: 70px;
}

.hand-bot-left {
  width: 288px;
  border: 1px solid #eee;
  padding-bottom: 50px;
  margin-right: 20px;
}

.hand-bot-left-top {
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}

.hand-bot-left-top p {
  font-size: 16px;
  color: #444;
}

.hand-bot-list {
  padding-left: 24px;
  padding-right: 24px;
}

.hand-bot-box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  padding-top: 30px;
}

.hand-bot-box h5 {
  font-size: 13px;
  color: #222222;
  margin-top: 17px;
  margin-bottom: 15px;
  line-height: 22px;
}

.hand-bot-box p {
  font-size: 14px;
}

.hand-bot-box p i {
  background: url(../img/hap.png);
  width: 22px;
  height: 19px;
  display: inline-block;
  margin-right: 15px;
}

.hand-bot-box p span {
  color: #ff4444;
  font-weight: bold;
  margin-left: 13px;
  margin-right: 9px;
}

.hand-bot-box p em {
  color: #999;
  text-decoration: line-through;
}

.slideBot {
  width: 860px;
}

.slideBot .hd {
  line-height: 50px;
  height: 50px;
  border: 1px solid #ddd;
  position: relative;
}

.slideBot .hd ul {
  float: left;
  position: absolute;
  height: 50px;
}

.slideBot .hd ul li {
  float: left;
  line-height: 50px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #eee;
}

.slideBot .hd ul li.on {
  border-top: 2px solid #30a0e7;
}

.slideBot .bd ul {
  padding-top: 55px;
  padding-left: 65px;
}

.g20-hand {
  margin-top: 40px;
}

.g20-notice {
  padding: 20px;
  margin-top: 30px;
  background: #ebfafb;
  font-size: 13px;
  line-height: 22px;
}

.g20-notice h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}

.price-reserve {
  margin-top: 20px;
}

.price-reserve p {
  font-size: 16px;
  color: #f57d00;
}

.price-reserve p i {
  font-size: 30px;
}

.price-reserve p em {
  text-decoration: line-through;
  color: #666666;
  font-size: 14px;
}

.price-reserve p a {
  width: 112px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  float: right;
  display: inline-block;
  font-size: 14px;
  background-color: #797979;
  color: #fff;
  border-radius: 3px;
  transition: background, color 0.3s;
}

.price-reserve p a:hover {
  background-color: #006fbb;
}

/*g-hand*/

.hand-box {
  margin-bottom: 30px;
}

.hand-pic img {
  max-width: 100%;
}

.hand-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border: 1px solid #f4f4f4;
}

.hand-text h3 {
  font-size: 18px;
  color: #000;
}

.hand-text p {
  font-size: 14px;
  color: #777;
}

.g20-hand {
  margin-top: 40px;
}

.price-reserve {
  margin-top: 20px;
}

.price-reserve p {
  font-size: 16px;
  color: #f57d00;
}

.price-reserve p i {
  font-size: 30px;
}

.price-reserve p em {
  text-decoration: line-through;
  color: #666666;
  font-size: 14px;
}

.price-reserve p a {
  width: 112px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  float: right;
  display: inline-block;
  font-size: 14px;
  background-color: #797979;
  color: #fff;
  border-radius: 3px;
  transition: background, color 0.3s;
}

.price-reserve p a:hover {
  background-color: #006fbb;
}

/*g-hand*/

.g20-hand .hand-box2 {
  margin-bottom: 30px;
}

.g20-hand .hand-box2 .hand-pic {
  width: 770px;
  height: 300px;
  float: left;
}

.g20-hand .hand-box2 .hand-pic img {
  max-width: 100%;
}

.g20-hand .hand-text2 {
  width: 400px;
  height: 300px;
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  background: #ebfafb;
}

.g20-hand .hand-box2 .hand-text2 h3 {
  font-size: 18px;
  color: #000;
}

.g20-hand .hand-box2 .hand-text2 p {
  font-size: 14px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
  color: #777;
}

@media (max-width: 767px) {
  .g20-hand .hand-box2 .hand-pic {
    width: 100%;
    height: auto;
    float: none;
  }
  .g20-hand .hand-text2 {
    width: 100%;
    height: auto;
    float: none;
    padding: 20px;
  }

  .g20-hand .hand-box2 .hand-text2 h3 {
    font-size: 15px;
  }

  .g20-hand .hand-box2 .hand-text2 p {
    font-size: 14px;
    line-height: 22px;
    height: auto;
  }
}

.g20-hand .hand-box2 .price-reserve {
  margin-top: 20px;
}

.g20-hand .hand-box2 .price-reserve p {
  font-size: 16px;
  color: #f57d00;
}

.g20-hand .hand-box2 .price-reserve p i {
  font-size: 30px;
  font-style: normal;
}

.g20-hand .hand-box2 .price-reserve p em {
  text-decoration: line-through;
  color: #666666;
  font-size: 14px;
  font-style: normal;
}

.g20-hand .hand-box2 .price-reserve p a {
  width: 112px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  float: right;
  display: inline-block;
  font-size: 14px;
  background-color: #797979;
  color: #fff;
  border-radius: 3px;
  transition: background, color 0.3s;
}

.g20-hand .hand-box2 .price-reserve p a:hover {
  background-color: #006fbb;
}

/*g-food*/

.g20-food {
  margin-top: 30px;
}

.food-pic h3 {
  font-size: 24px;
  color: #1a1a1a;
}

.food-pic h3 span {
  float: right;
}

.food-pic h3 span .iconfont {
  margin-right: 14px;
  font-size: 22px;
}

.food-num {
  color: #f57d00;
  font-size: 22px;
}

.food-pic img {
  max-width: 100%;
}

.food-pic-mid-top, .food-pic-right-top {
  margin-bottom: 12px;
}

.food-order h3 {
  font-size: 24px;
  color: #1a1a1a;
  margin-top: 30px;
}

.food-order-box {
  height: 360px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.food-order-box img {
  max-width: 100%;
}

.food-text {
  height: 220px;
  position: absolute;
  bottom: -128px;
  color#666;
  background-color: #fff;
  transition: background, color, bottom, padding 0.5s;
}

.food-text h4 {
  font-size: 16px;
}

.food-text p {
  font-size: 12px;
}

.food-order-box:hover .food-text {
  bottom: 0;
  background-color: #1f7cc0;
  opacity: 0.9;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.food-order-box:hover .food-text h4 {
  color: #fff;
}

/*news*/

.news-list {
  margin-top: 28px;
  margin-bottom: 83px;
}

@media (max-width: 767px) {
  .news-list {
    margin-bottom: 20px;
  }
}

.news-box {
  height: 430px;
  overflow: hidden;
  position: relative;
  margin-bottom: 67px;
}

@media (max-width: 767px) {
  .news-box {
    margin-bottom: 20px;
  }
}

.news-pic img {
  max-width: 100%;
}

.news-text {
  width: 100%;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  transition: background .5s;
}

.text-top p {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
}

.text-top h3 {
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}

@media (max-width: 767px) {
  .text-top h3 {
    font-size: 16px;
    line-height: 28px;
  }
}

.text-top i {
  margin-top: 0px;
  color: #666;
}

.text-bot {
  margin-top: 25px;
  color: #2f2f2f;
}

.hide-text {
  height: 40px;
  overflow: hidden;
  transition: height 0.3s;
}

.news-text a .hide-text p {
  line-height: 20px;
  color: #666;
}

.news-box:hover .hide-text {
  height: 120px;
}

.news-list .news-box:hover .news-text {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #0d72bb;
  opacity: 0.9;
  color: #fff;
  bottom: 0px;
}

.news-box:hover .text-top h3, .news-box:hover .text-top i, .news-box:hover .text-top p, .news-box:hover .news-text a .hide-text p, .news-box:hover .text-bot {
  color: #fff;
}

/*g-show*/

.g20-show {
  margin-top: 40px;
}

.g20-show .news-text {
  border: 1px solid #f3f3f3;
  border-top: none;
  padding-bottom: 0;
}

.g20-show .text-top, .g20-show .hide-text p {
  padding-left: 15px;
  padding-right: 15px;
}

.g20-show .news-text .text-bot {
  border-top: 1px solid #f3f3f3;
  padding-left: 15px;
  padding-right: 15px;
}

.g20-show .news-text .text-bot p {
  line-height: 40px;
}

.g20-show .news-box:hover .news-text {
  background-color: #0d72bb;
  opacity: 0.9;
  color: #fff;
  bottom: 0px;
  border: none;
}

.g20-show .text-bot span {
  float: right;
}

.g20-show .text-bot span i {
  font-size: 28px;
}

/*g-hall*/

.g20-hall {
  margin-top: 40px;
}

.hall-bd {
  position: relative;
}

.hall-bd img {
  max-width: 100%;
}

.hall-bd p {
  height: auto;
  font-size: 16px;
  padding-left: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 40px;
}

.hprev, .hnext {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 44px;
  text-align: center;
}

.hprev i, .hnext i {
  font-size: 20px;
  color: #fff;
}

.hprev {
  left: 0;
}

.hnext {
  right: 0;
}

.hprev:hover, .hnext:hover {
  background-color: #0e619d
}

.hall-text p {
  line-height: 20px;
  font-size: 14px;
  color: #666;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hall-text a {
  color: #006ab7;
}

.hall-pic {
  background-color: #f5f5f5;
  padding-top: 30px;
}

.hall-pic .g20-show .news-text {
  background-color: #fff;
}

.hall-button {
  margin: 0 auto;
  width: 180px;
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .hall-button {
    margin-bottom: 30px;
  }
}

.hall-pic .btn {
  width: 180px;
  text-align: center;
}

/*g-ticket-r*/

.ticket-reserve h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ticket-reserve .reserve-info label {
  margin-right: 13px;
  font-size: 16px;
  color: #333;
}

.ticket-reserve .reserve-info p {
  margin-bottom: 20px;
}

.ticket-reserve .reserve-info .form-control {
  width: 386px;
  height: 32px;
  display: inline-block;
}

.ticket-info {
  border-top: 1px dotted #dcdcdc;
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: 50px;
}

.info-box-left {
  margin-right: 15px;
}

.info-box-right {
  width: 899px;
}

.info-box-right h4 {
  font-size: 24px;
  color: #333;
  padding-top: 0;
  margin-top: 0;
  line-height: 24px;
}

.info-box-right p {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}

.ticket-detail {
  margin-top: 15px;
}

.ticket-detail .form-control {
  width: 185px;
}

.ticket-detail-left {
  position: relative;
}

.ticket-detail .ticket-date {
  display: inline-block;
  top: 5px;
  left: 160px;
  position: absolute;
}

.ticket-detail-mid {
  margin-left: 200px;
}

.ticket-detail-mid span {
  display: inline-block;
  margin-right: 15px;
}

.ticket-detail-mid .spinner {
  width: 130px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}

.spinner .decrease {
  text-indent: 0px;
  border: 1px solid #eee;
  border-right: none;
  background: none;
  line-height: 20px;
}

.spinner .increase {
  text-indent: 0px;
  border: 1px solid #eee;
  border-left: none;
  background: none;
  line-height: 20px;
}

.spinner button {
  color: #666;
}

.spinner input {}

.spinner .value {
  background-position: 0 -100px;
  width: 50px;
  height: 25px;
  background-color: #fff;
  font-family: Arial;
  color: #000;
  padding: 0px 10px;
  border: 1px solid #eee;
  background: none;
}

.spinner .value.passive {
  background: none;
}

.ticket-detail-right p {
  color: #f57d00;
  font-size: 30px;
  margin-top: 0px;
}

.ticket-detail-right p i {
  color: #f57d00;
  font-size: 16px;
}

.ticket-detail-right p span {
  color: #666666;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 7px;
}

.reserve-detail-info {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #dcdcdc;
}

.reserve-detail-info label {
  width: 90px;
  margin-right: 10px;
}

.reserve-detail-info input {
  display: inline-block;
  width: 640px;
  height: 35px;
}

.label-aera {
  float: left;
}

.reserve-detail-info textarea {
  width: 640px;
  height: 135px;
}

.r-info-box {
  margin-bottom: 18px;
}

.r-attention {}

.r-attention h3 {
  font-size: 22px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 30px;
}

.r-attention p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.reserve-pay {
  background-color: #f8f8f8;
  height: 63px;
}

.reserve-pay p {
  font-size: 24px;
  color: #333;
  line-height: 63px;
}

.reserve-pay p span {
  color: #f57d00;
  font-size: 30px;
}

.reserve-pay p span i {
  font-size: 16px;
}

.reserve-pay p input {
  font-size: 16px;
  width: 245px;
  height: 63px;
  line-height: 63px;
  background-color: #b90c20;
  color: #fff;
  text-align: center;
  display: inline-block;
  float: right;
  border: none;
}

/*m-data*/

.tech-data {
  margin-top: 40px;
  margin-bottom: 80px;
}

@media (max-width: 767px){
  .tech-data {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.tech-left-top {
  background-color: #006ab7;
  width: 240px;
  height: 70px;
  padding-top: 15px;
  padding-left: 24px;
}

.tech-left-top h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #fff;
  line-height: 22px;
}

.tech-left-top p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #a8cce6;
}

.tech-left ul li {
  width: 240px;
  height: 48px;
  padding-left: 24px;
  line-height: 48px;
  background-color: #fff;
  transition: background 0.3s;
  border: 1px solid #eee;
  border-bottom: none;
}

@media (max-width: 767px){
  .tech-left{
    width: 100%;
    float: none;
  }
  .tech-left-top{
    width: 100%;
  }
  .tech-left ul li {
    width: 100%;
  }
}

.tech-left ul li:last-child {
  border-bottom: 1px solid #eee;
}

.tech-left ul li i {
  margin-left: 90px;
  color: #fff;
}

.tech-left ul li:hover, .tech-left ul li.active {
  background-color: #006ab7;
  border-color: #006ab7;
}

.tech-left ul li:hover a, .tech-left ul li.active a {
  color: #fff;
}

.data-slide {
  width: 930px;
  background-color: #f8f8f8;
}

.data-slide .swiper-slide {
  width: 100%;
  position: relative;
}

.data-slide .swiper-slide img {
  width: 100%;
}

@media (max-width: 767px){
  .data-slide {
    width: 100%;
  }
}

.date-detail {
  width: 255px;
  height: 700px;
  background: rgba(0, 106, 183, 0.75);
  position: absolute;
  right: 0;
  top: 72px;
  padding: 25px 20px;
}

.date-detail h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
}

.date-detail h3 i {
  font-size: 25px;
  margin-right: 12px;
}

.date-detail select {
  height: 35px;
  padding: 0;
  padding-left: 18px;
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}

@media (max-width: 767px){
  .date-detail{
    display: none;
  }
}

.detail-list {
  margin-top: 27px;
}

.detail-list p {
  font-size: 13px;
  color: #fff;
  opacity: 0.7;
  line-height: 13px;
}

.detail-list .op1 {
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-list p span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  margin-left: 10px;
}

.detail-download {
  margin-top: 70px;
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #a0c7e4;
  border-bottom: 1px solid #a0c7e4;
  padding-left: 10px;
}

.detail-download p {
  line-height: 35px;
  font-size: 14px;
  color: #fff;
}

.detail-download p a {
  color: #fff;
}

.detail-download p i {
  margin-right: 8px;
}

.data-slide .swiper-slide a.origin {
  width: 117px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  background-color: #ff6e6e;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 0px;
}

.data-slide .swiper-slide a.download {
  width: 117px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  background-color: #34d1a3;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 137px;
}

@media (max-width: 767px){
  .data-slide .swiper-slide a.origin{
    display: none;
  }
  .data-slide .swiper-slide a.download {
    display: none;
  }
}

.data-slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #c6c6c6;
  opacity: .5;
  border-radius: 6px;
}

.data-slide .swiper-pagination-bullet-active {
  background: #006ab7;
  opacity: 1;
  width: 38px;
  transition: width .5s;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 24px;
}

/*m-reserve*/

.m-reserve h4 {
  font-size: 22px;
  color: #1f1f1f;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 22px;
}

.m-reserve h4 span {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}

.m-reserve h4 span i {
  color: #c90909;
}

.reserve-attention {
  height: 80px;
  width: 100%;
  border: 1px solid #faf1d5;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .reserve-attention {
    height: auto;
  }
}

.reserve-attention .attention-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.attention-pic {
  margin-top: 15px;
  margin-left: 16px;
  margin-right: 10px;
}

.attention-text h4 {
  font-size: 18px;
  color: #0e0e0e;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 7px;
}

.attention-text p {
  font-size: 13px;
  color: #666;
}

.m-reserve-info table input {
  border: none;
  line-height: 50px;
}

.m-reserve-info table tr {
  height: 50px;
}

.m-reserve-info table tr td {
  line-height: 50px;
  padding: 0;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  border: 1px solid #d9dce1;
  text-align: center;
}

@media (max-width: 767px){
  .m-reserve-info table tr td {
    font-size: 12px;
    line-height: 32px;
  }
}

.m-reserve-info table tr td .font-red {
  color: #e40000;
}

.m-reserve-date {
  position: relative;
}

.m-reserve-date i {
  position: absolute;
  right: 10px;
  top: -7px;
}

@media (max-width: 767px){
  .m-reserve-date i {
    position: absolute;
    right: 10px;
    top: 1px;
  }
}

.reserve-action {
  width: 350px;
  margin: 50px auto;
}

.reserve-action input {
  width: 167px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  color: #fff;
  border: none;
}

.action-hand {
  background-color: #006ab7;
  margin-right: 10px;
}

/*news-detai*/

.news-detail {
  margin-top: 40px;
}

.news-detail p {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .news-detail p {
    font-size: 14px;
    line-height: 32px;
  }
}

.news-detail p i {
  margin-left: 15px;
  margin-right: 5px;
}

.news-detail h3 {
  font-size: 30px;
  color: #222222;
  text-align: center;
}
@media (max-width: 767px) {
  .news-detail h3 {
    font-size: 18px;
  }
}

.detail-text {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding-top: 30px;
  padding-bottom: 30px;
}

.detail-text p {
  text-align: left;
  margin-bottom: 20px;
}

.detail-text img {
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 100%;
}

.news-alink {
  padding-bottom: 40px;
}

.news-alink p {
  text-align: left;
}

.alink-left {
  margin-top: 50px;
}

.alink-left p {
  margin-top: 0;
  margin-bottom: 10px;
}

.alink-left p a:hover {
  color: #006ab7;
}

.alink-right {
  margin-top: 40px;
}

/*门票预定订单2*/

.reserve-stage {
  padding-top: 50px;
  padding-bottom: 33px;
  border-bottom: 2px solid #eaeaea;
}

.reserve-stage-li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #d0dbe0;
  color: #fff;
  font-size: 18px;
}

.reserve-stage-li-on {
  background-color: #192430;
}

.reserve-stage-box {
  margin-right: 65px;
}

.reserve-stage-box span {
  color: #666666;
  margin-left: 15px;
  font-size: 17px;
}

.reserve-stage-box-on span {
  font-weight: bold;
}

.reserve-detail {
  padding-top: 80px;
  padding-bottom: 110px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 105px;
}

.number-detail {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
}

.number-detail span {
  font-size: 25px;
  margin-left: 40px;
}

.number-detail span i {
  font-size: 16px;
  font-style: normal;
}

.reserve-ways {
  font-size: 17px;
  font-weight: bold;
  margin-top: 80px;
  color: #000;
}

.reserve-pick {
  margin-top: 30px;
}

.reserve-pay {
  width: 215px;
  height: 70px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  text-align: center;
  margin-right: 30px;
}

.reserve-pay-on {
  border: 1px solid #ff4444;
}

.reserve-pay img {
  width: 150px;
}

.reserve-detai-right {
  float: right;
}

.submit-area {
  height: 65px;
  background-color: #f8f8f8;
  line-height: 65px;
}

.area-content {
  float: right;
}

.area-content span {
  font-size: 10px;
  margin-right: 28px;
}

.area-content input {
  width: 245px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-size: 18px;
  background-color: #b90c20;
  border: none;
}

.ticket-reserve h3 {
  font-size: 22px;
  color: #333;
}

.r-attention {
  margin-bottom: 110px;
}

.area-text p {
  font-size: 24px;
  color: #333;
  line-height: 63px;
}

.area-text p span {
  color: #f57d00;
  font-size: 30px;
}

.area-text p span i {
  font-size: 16px;
  font-style: normal;
}

/*e-history*/

.history-headlline {
  border-top: 1px solid #666;
  position: relative;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 50px;
}

.history-left i {
  display: inline-block;
}

.history-left {
  position: absolute;
  width: 27px;
  height: 27px;
  background: url(../img/al.png) center no-repeat;
  left: 0;
  top: -15px;
  z-index: 999;
  border-radius: 50%;
  transition: background 0.3s;
}

.history-left:hover {
  background: url(../img/al2.png) center no-repeat;
}

.history-right {
  position: absolute;
  width: 27px;
  height: 27px;
  background: url(../img/ar.png) center no-repeat;
  right: 0;
  top: -15px;
  z-index: 999;
  transition: background 0.3s;
}

.history-slide-hd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.history-slide-hd ul {
  margin-left: 40px;
}

.history-slide-hd li {
  float: left;
}

.timepoint1 {
  width: 70px;
  text-align: center;
  margin-top: -31px;
}

.timepoint1 i {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #666;
  display: inline-block;
}

.lt170 {
  left: 170px;
}

.lt170 {
  left: 170px;
}

.lt270 {
  left: 270px;
}

.gori-icon {
  width: 42px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/gori.png) no-repeat;
}

.history-slide .history-slide-hd ul li.on .timepoint1 i {
  background-color: #3a8fc8;
}

.qy-pic {
  overflow: hidden;
  position: relative;
}

.pic-hide {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: opacity 0.3s;
  opacity: 0;
}

.pic-hide2 {
  line-height: 450px;
}

.line-white {
  opacity: 0;
  transition: opacity 0.3s;
}

.pic-hide i {
  background: url(../img/i-en.png);
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  display: inline-block;
  position: absolute;
  top: 65px;
  left: 50px;
}

.qy-pic:hover .pic-hide {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.qy-pic img {
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.qy-pic:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#fancybox-wrap, #fancybox-wrap * {
  box-sizing: content-box;
}
