@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "Microsoft JhengHei", STHeiti, MingLiu, sans-serif;
  font-size: 12px;
  color: #333;
  -webkit-font-smoothing: antialiased; }

p, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0; }

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

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.btn {
  line-height: 2em;
  padding: 0 10px;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease; }
  .btn.btn-yellow {
    background: #632528;
    color: #fff; }
    .btn.btn-yellow:hover {
      background: #f3d949;
      color: #632528; }
  .btn.btn-blue {
    background: #376bb6;
    color: #fff; }
    .btn.btn-blue:hover {
      background: #66d0c7; }
  .btn.btn-blue-rv {
    background: #66d0c7;
    color: #fff; }
    .btn.btn-blue-rv:hover {
      background: #376bb6; }
  .btn.btn-yellow-rv {
    background: #632528;
    color: #fff; }
    .btn.btn-yellow-rv:hover {
      background: #f3d949;
      color: #632528; }
  .btn.btn-red {
    background: #376bb6;
    color: #fff;
    border: 1px solid #376bb6; }
    .btn.btn-red:hover {
      background: #fff;
      color: #ff6744; }

.icon {
  display: inline-block; }

.icon-down {
  background: url("../images/im-tog.png") no-repeat;
  width: 14px;
  height: 6px; }
  
/*表单S*/
.w1000{width: 1000px;margin: 0 auto;position: relative;}
.m{display: none;}
.clear{ clear:both;}
.clear{
    clear: both;
}
.outer{background: #6bc39f;height: 110px;width: 100%;text-align: center;/* margin-top: 10px; */}
.outer .title_outer{
	float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin-top: 18px;
}
.outer .title_outer span{display:block;color: #ffcb00;font-size: 36px;}
.outer form{float: left;position: relative;}
.outer form input,.outer form select{
	width: 172px;
    height: 40px;
    line-height: 40px;
    color: #f3f3f3;
    font-size: 14px;
    padding-left: 15px;
    border:1px solid #fff;
    background: none;
    margin-top: 20px;
    margin-left:30px;
}
.outer form select {
    height: 43px;
    line-height: 43px;
}
.outer form select option{background: #ffffff;color: #454545;}
.outer form a{color: #fff;}
.login_btn{cursor:pointer;float:right;width:160px;background: #fe7e37;height: 48px;line-height: 48px;color: #fff;font-size:24px;text-align: center;margin-top:20px;margin-left: 30px;font-weight: 300;}
.outer form .login_btn input{
    margin: 0;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 24px;
    padding: 0;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #f3f3f3; 
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #f3f3f3; 
} 

input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #f3f3f3; 
} 

input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #f3f3f3; 
} 
form #isRead{
	width: 15px;
	height:15px;
}
.outfix{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index: 999;
	/* background: rgba(0,0,0,.6); */
}
 
/*表单E*/

/*============================================================================*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important; }

ng\:form {
  display: block; }

.ng-animate-start {
  clip: rect(0, auto, auto, 0);
  -ms-zoom: 1.0001; }

.ng-animate-active {
  clip: rect(-1px, auto, auto, 0);
  -ms-zoom: 1; }

html, body {
  color: #373737;
  background: #fff; }

/*p {
  display: inline-block;
}*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

a {
  color: inherit;
  text-decoration: none; }
  a:-webkit-any-link {
    color: inherit;
    text-decoration: none; }

.center-content {
  width: 1000px;
  margin: 0 auto; }

@media screen and (min-width: 751px) {
  .mobile {
    display: none !important; } }
@media screen and (max-width: 750px) {
  .center-content {
    width: 96%;
    margin: 0 auto; }

  .mobile {
    display: block; }

  .pc {
    display: none; } }
.page-header {
  height: 80px;
  /*background: $color-bg-white;*/
  /*.location {
    color: #396076;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    position: relative;

    cursor: pointer;
    height: 2em;
    min-width: 2em;
    padding: 0 5px;

    > span {
      font-size: 16px;
    }

    > .tip {
      position: absolute;
      padding: 5px 8px;
      color: #396076;
      border: 1px solid #a0a0a0;
      bottom: 100%;
      left: -1px;
      margin-bottom: 10px;
      white-space: nowrap;
      opacity: .9;
      .tri {
        position: absolute;
        left: 10px;
        top: 100%;

      }
    }

    .icon-down {
      margin-left: 5px;
      transition: transform 300ms ease;
      -moz-transition: transform 300ms ease;
      -webkit-transition: transform 300ms ease;

      &.active {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
      }
    }

  }

  .menus {
    color: #373737;
    font-size: 14px;
    font-weight: bold;
    overflow: auto;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    !* width: 28em; *!
    margin-left: 120px;

    li {
      width: 5em;
      float: left;
      text-align: center;
      margin: 0 5px;
      position: relative;
      padding: .3em 0;
      border-bottom: 2px solid #fff;
      cursor: pointer;
      &:after {
        content: "";
        position: absolute;
        width: 1px;
        background: $color-font-dark;
        right: -4px;
        top: .6em;
        height: 1em;

      }
      &.active, &:hover {
        font-weight: bold;
        color: #125fad;
        border-bottom: 2px solid #125fad;
      }

      &:last-child, &.n-b {
        &:after {
          content: none;
        }
      }

    }

  }

  .tel {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2.6em;
    color: #81304d;

    img {
      height: 1em;
      margin-right: .25em;
      vertical-align: middle;
    }
  }
*/ }
  .page-header.active {
    border-bottom: 1px solid #f3f3f3;
    box-shadow: 0 0 3px 0 #666;
    -webkit-box-shadow: 0 0 3px 0 #666;
    -moz-box-shadow: 0 0 3px 0 #666; }
  .page-header .page-header-h {
    height: 80px;
    overflow: hidden; }
  .page-header .links {
    text-align: right;
    overflow: auto;
    clear: both;
    padding: 8px 0; }
    .page-header .links li {
      width: 4.5em;
      text-align: center;
      float: right;
      border-right: 1px solid #373737;
      /*a{
        color: inherit;
        text-decoration:none;
      }*/ }
      .page-header .links li:first-child {
        border: none; }
      .page-header .links li:hover {
        color: #ff6744; }
  .page-header .menu-bar {
    position: relative;
    margin-bottom: 10px;
    height: 70px; }
  .page-header .head-logo-2 {
    display: block;
    width: 100%; }
  .page-header .logo {
    height: 36px;
    margin-right: 15px;
    margin-top: 21px;
    vertical-align: text-bottom; }
  .page-header .slogen {
    vertical-align: super;
    height: 13px;
    margin-left: 44px; }

.page-nav {
  width: 100%;
  height: 50px;
  background: #6bc39f;
  color: #ffffff;
  }
  .page-nav .center-box {
    position: relative; }
  .page-nav.fixed-page-nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999; }
  .page-nav .menu-bar {
    position: relative;
    /*margin-bottom: 10px;*/
    height: 50px; }
  .page-nav .logo {
    height: 36px;
    margin-right: 15px;
    margin-top: 21px;
    vertical-align: text-bottom; }
  .page-nav .slogen {
    vertical-align: super;
    height: 13px;
    margin-left: 44px; }
  .page-nav .location {
    color: #396076;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    position: absolute;
    cursor: pointer;
    /* height: 2em; */
    min-width: 2em;
    /* padding: 0 5px; */
    line-height: 80px;
    box-sizing: border-box;
    top: -76px;
    left: 137px;
    width: 500px; }
    .page-nav .location > span {
      font-size: 16px; }
    .page-nav .location > .tip {
      position: absolute;
      padding: 5px 8px;
      color: #396076;
      border: 1px solid #a0a0a0;
      bottom: 100%;
      left: -1px;
      margin-bottom: 10px;
      white-space: nowrap;
      opacity: .9; }
      .page-nav .location > .tip .tri {
        position: absolute;
        left: 10px;
        top: 100%; }
    .page-nav .location .icon-down {
      margin-left: 5px;
      transition: transform 300ms ease;
      -moz-transition: transform 300ms ease;
      -webkit-transition: transform 300ms ease; }
      .page-nav .location .icon-down.active {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
  .page-nav .menus-2 {
    height: 50px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    /* padding-top: 30px; */
    line-height: 50px;
    box-sizing: border-box; }
    .page-nav .menus-2 li {
      float: left;
      text-align: center;
      padding: 0 18px;
      box-sizing: border-box;
      cursor: pointer;
      position: relative;
     /* &:after {
        content: "";
        position: absolute;
        width: 1px;
        background: #ffffff;
        right: -6px;
        top: .3em;
        height: 1em;

      }*/ }
      .page-nav .menus-2 li > a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        }
      .page-nav .menus-2 li.active, .page-nav .menus-2 li:hover {
        color: #ffffff;
        background: #4cae85;
        }
      .page-nav .menus-2 li:last-child:after, .page-nav .menus-2 li.n-b:after {
        content: none; }
  .page-nav .menus {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    overflow: auto;
    zoom: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 120px; }
    .page-nav .menus li {
      width: 5em;
      float: left;
      text-align: center;
      margin: 0 5px;
      position: relative;
      padding: .3em 0;
      /*border-bottom: 2px solid #fff;*/
      cursor: pointer;
      box-sizing: border-box; }
      .page-nav .menus li:after {
        content: "";
        position: absolute;
        width: 1px;
        background: #373737;
        right: -4px;
        top: .6em;
        height: 1em; }
      .page-nav .menus li.active, .page-nav .menus li:hover {
        font-weight: bold;
        color: #fabe00;
        border-bottom: 2px solid #fabe00; }
      .page-nav .menus li:last-child:after, .page-nav .menus li.n-b:after {
        content: none; }
  .page-nav .tel {
    /*position: absolute;
    right: 0;
    bottom: 24px;*/
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    margin-left: 250px;
    }
    .page-nav .tel > span {
      display: inline-block;
      vertical-align: middle; }
    .page-nav .tel img {
      height: 22px;
      margin-right: .25em;
      vertical-align: middle; }
  .page-nav .search-box-1 {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #ffffff;
    padding-left: 15px;
    margin-left: 15px; }
    .page-nav .search-box-1 span {
      font-size: 16px;
      color: #ffffff; }
    .page-nav .search-box-1 img {
      height: 18px;
      margin-right: .25em;
      vertical-align: bottom; }
  .page-nav .search-box-2 {
    cursor: pointer;
    width: 284px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    box-sizing: border-box;
    /* border: 1px solid #ffffff; */
    background: #6bc39f;
    }
    .page-nav .search-box-2 .line {
      position: absolute;
      width: 196px;
      height: 1px;
      display: inline-block;
      background: #ffffff;
      right: 66px;
      top: 40px; }
    .page-nav .search-box-2 .search-input {
      position: absolute;
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      font-size: 16px;
      color: #ffffff;
      box-sizing: border-box;
      padding: 0 36px 0 25px;
      background: transparent;
      }
      .page-nav .search-box-2 .search-input::-webkit-input-placeholder {
        color: #ffffff; }
    .page-nav .search-box-2 .search-btn {
      display: inline-block;
      width: 36px;
      height: 36px;
      background: url("../images/icon-fdj1.png") no-repeat 100%;
      position: absolute;
      left: -28px;
      top: 6px;
      background-color: #6bc39f;
      }
    .page-nav .search-box-2 .close {
      position: absolute;
      left: 236px;
      top: 18px; }

.city-select {
  position: absolute;
  top: 92%;
  left: -10px;
  background: #fff;
  border: 1px solid #376bb6;
  padding: 10px 15px;
  white-space: nowrap;
  font-size: 14px;
  z-index: 100; }
  .city-select .left > li, .city-select .right > li {
    line-height: 2em;
    padding: .4em 0; }
    .city-select .left > li > em, .city-select .right > li > em {
      color: #006951;
      font-style: normal;
      float: left;
      font-weight: bold; }
    .city-select .left > li > .opts, .city-select .right > li > .opts {
      margin: 0 0 0 1.8em;
      overflow: auto; }
      .city-select .left > li > .opts li, .city-select .right > li > .opts li {
        color: #5d5d5d;
        display: inline-block;
        margin-right: 5px;
        padding: 0 8px;
        cursor: pointer;
        font-weight: bold;
        float: left; }
        .city-select .left > li > .opts li.active, .city-select .right > li > .opts li.active {
          color: #f5a200; }
        .city-select .left > li > .opts li:hover, .city-select .right > li > .opts li:hover {
          background: #f5a200;
          color: #fff; }
  .city-select .left {
    display: inline-block;
    width: 310px;
    vertical-align: top; }
  .city-select .right {
    display: inline-block;
    width: 320px;
    vertical-align: top; }

/*.page-content {

  //padding-top: 92px;
  padding-top: 80px;
  .content-title-icon {
    vertical-align: middle;
  }
  .content-title {

    color: #571e89;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    margin-left: 20px;

    .end {
      content: "";
      display: inline-block;
      width: 90px;
      height: 6px;
      background: #d8ad5f;
      margin-top: 10px;
      margin-bottom: 20px;
      border-radius: 6px;

    }
  }
}*/
.page-footer-t {
  background: #292929; }
  .page-footer-t .ct {
    margin-bottom: 30px;
    padding: 20px 30px; }
    .page-footer-t .ct .st {
      position: relative;
      height: 283px; }
      .page-footer-t .ct .st h5 {
        color: #ff6744;
        font-size: 1.3em;
        line-height: 1.1em;
        margin-bottom: 10px;
        letter-spacing: 1px; }
    .page-footer-t .ct .st-1 {
      width: 300px;
      float: left; }
      .page-footer-t .ct .st-1 p {
        font-size: .9em;
        color: #a2a2a2;
        margin-bottom: 20px; }
        .page-footer-t .ct .st-1 p a {
          margin-right: 8px;
          margin-bottom: 10px; }
          .page-footer-t .ct .st-1 p a:hover {
            color: #ff6744; }
      .page-footer-t .ct .st-1 .d-b img {
        width: 110px;
        margin-right: 15px; }
    .page-footer-t .ct .st-2 {
      width: 340px;
      float: left; }
      .page-footer-t .ct .st-2 .im-map {
        width: 322px;
        height: 252px; }
    .page-footer-t .ct .st-3 {
      margin: 0 0 0 650px; }
      .page-footer-t .ct .st-3 .lg {
        font-size: 20px;
        color: #fff;
        line-height: 1.5em;
        font-weight: bold;
        padding-top: 20px;
        letter-spacing: 1px; }
      .page-footer-t .ct .st-3 .d-b .title {
        color: #fff;
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 15px; }
      .page-footer-t .ct .st-3 .d-b .links {
        overflow: auto;
        margin-bottom: 15px; }
        .page-footer-t .ct .st-3 .d-b .links li {
          display: inline-block;
          width: 69px;
          height: 24px;
          line-height: 24px;
          float: left;
          text-align: center;
          margin-right: 3px;
          background: #fff;
          color: #ff6744;
          cursor: pointer;
          font-size: 1.2em; }
          .page-footer-t .ct .st-3 .d-b .links li:hover, .page-footer-t .ct .st-3 .d-b .links li.active {
            background: #ff6744;
            color: #fff; }
      .page-footer-t .ct .st-3 .d-b .more {
        color: #a2a2a2;
        font-size: .9em; }
    .page-footer-t .ct .d-b {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  .page-footer-t .copyright {
    color: #a2a2a2;
    font-size: .9em;
    line-height: 2em;
    padding-bottom: 40px; }

.page-footer {
  height: 172px; }
  .page-footer .copyright {
    color: #ffffff;
    font-size: .9em;
    line-height: 2em;
    padding-bottom: 30px;
    padding-top: 20px; }

@media screen and (max-width: 750px) {
  .page-footer {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    height: 120px;
    margin-bottom: 96px; 
    padding: 0 40px;
    padding-top: 40px;
}
    .page-footer .copyright {
      color: #ffffff;
      font-size: 22px;
      line-height: 2em;
      padding-bottom: 120px;
      padding-top: 40px; } }
.banner-bg {
  width: 100%;
  height: 400px;
  /*background: linear-gradient(#ec8c8d,#f8d5d5);*/
  background: url("../images/pc-banner.jpg") no-repeat center;
  background-size: cover;
  min-width: 1180px;
  position: relative;
  overflow: hidden; }
  .banner-bg .banner-txt {
    position: absolute;
    top: 205px;
    left: 50%;
    margin-left: -501px;
    /* transform:scale(1);
     transition: all ease 500ms;*/
    /*  &.wait {
        transform: scale(1);
      }*/ }
    .banner-bg .banner-txt .banner-txt1 {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .banner-bg .banner-txt .banner-txt1.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-txt .banner-txt2 {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: 500px;
      opacity: 0; }
      .banner-bg .banner-txt .banner-txt2.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-txt .banner-txt3 {
      opacity: 0;
      position: absolute;
      top: 94px;
      left: 50%;
      margin-left: 752px; }
      .banner-bg .banner-txt .banner-txt3.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-txt .banner-txt4 {
      /*margin-left: 162px;*/
      opacity: 0; }
      .banner-bg .banner-txt .banner-txt4.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-txt .banner-txt5 {
      opacity: 0; }
      .banner-bg .banner-txt .banner-txt5.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-txt .banner-txt6 {
      opacity: 0; }
      .banner-bg .banner-txt .banner-txt6.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-txt .banner-txt7 {
      opacity: 0; }
      .banner-bg .banner-txt .banner-txt7.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-txt .banner-txt8 {
      opacity: 0; }
      .banner-bg .banner-txt .banner-txt8.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
  .banner-bg .top {
    position: absolute;
    top: 51px;
    left: 50%;
    margin-left: 308px;
    -webkit-animation: f-top ease 3s infinite forwards;
    -o-animation: f-top ease 3s infinite forwards;
    animation: f-top ease 3s infinite forwards; }
@keyframes f-top {
  from {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  40% {
    transform: translateY(0px); }
  60% {
    transform: translateY(-5px); }
  80% {
    transform: translateY(0px); }
  to {
    transform: translateY(0); } }
  .banner-bg .banner-pp {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -62px;
    float: left;
    height: 400px; }
    .banner-bg .banner-pp .banner-p1 {
      margin-right: -53px;
      margin-bottom: 2px;
      opacity: 0;
      position: relative;
      z-index: 99; }
      .banner-bg .banner-pp .banner-p1.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-pp .banner-p2 {
      margin-right: -110px;
      margin-bottom: 28px;
      opacity: 0;
      position: relative;
      z-index: 9; }
      .banner-bg .banner-pp .banner-p2.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-pp .banner-p3 {
      margin-right: -70px;
      margin-bottom: 28px;
      opacity: 0;
      position: relative;
      z-index: 9; }
      .banner-bg .banner-pp .banner-p3.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .banner-bg .banner-pp .banner-p4 {
      margin-bottom: 6px;
      opacity: 0;
      position: relative;
      z-index: 99; }
      .banner-bg .banner-pp .banner-p4.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
  .banner-bg .test-btn {
    position: absolute;
    bottom: 4%;
    left: 50%;
    margin-left: -107px;
    background: #e97d7e;
    width: 200px;
    height: 49px;
    font-weight: bold;
    font-size: 16px;
    line-height: 49px;
    color: #ffffff;
    cursor: pointer;
    z-index: 99;
    transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    /* IE 9 */
    -moz-transition: all ease 500ms;
    /* Firefox */
    -webkit-transition: all ease 500ms;
    /* Safari ?? Chrome */
    -o-transition: all ease 500ms;
    /* Opera */ }
    .banner-bg .test-btn:hover, .banner-bg .test-btn.active {
      background: #6fc2a4;
      color: #ffffff;
      }
    .banner-bg .test-btn .sanjiao {
      width: 9px;
      height: 16px;
      margin-left: 20px;
      position: absolute;
      top: 17px; }

@media screen and (max-width: 750px) {
  .banner-bg {
    margin-top: 0px;
    width: 100%;
    height: 642px;
    background: url("../images/m-banner.png") no-repeat center;
    background-size: cover;
    min-width: 100%;
    position: relative;
    }
    .banner-bg .m-logo {
      position: absolute;
      top: 0px;
      left: 0px; }
    .banner-bg .banner-txt {
      position: absolute;
      top: 114px;
      left: 50%;
      margin-left: -358px;
      transform: scale(0.95);
      /* transform:scale(1);
       transition: all ease 500ms;*/ }
      .banner-bg .banner-txt.wait {
        transform: scale(1); }
    .banner-bg .banner-pp {
      position: relative;
      top: 0;
      left: 0;
      margin-left: 0;
      float: none;
      height: 580px;
      width: 100%;
      display: inline-block; }
      .banner-bg .banner-pp .m-banner-p1 {
        position: absolute;
        bottom: 0;
        right: -15px;
        z-index: 10;
        opacity: 0; }
        .banner-bg .banner-pp .m-banner-p1.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-p2 {
        position: absolute;
        top: 124px;
        left: 50%;
        margin-left: -122px;
        z-index: 6;
        opacity: 0; }
        .banner-bg .banner-pp .banner-p2.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-p3 {
        position: absolute;
        top: 156px;
        left: 50%;
        margin-left: -69px;
        z-index: 8;
        opacity: 0; }
        .banner-bg .banner-pp .banner-p3.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-p4 {
        position: absolute;
        top: 229px;
        left: 50%;
        margin-left: 18px;
        z-index: 10;
        opacity: 0; }
        .banner-bg .banner-pp .banner-p4.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-txt1 {
        position: absolute;
        top: 354px;
        left: 50%;
        margin-left: -374px;
        opacity: 0; }
        .banner-bg .banner-pp .banner-txt1.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-txt2 {
        position: absolute;
        top: 360px;
        left: 50%;
        margin-left: 0px;
        opacity: 0; }
        .banner-bg .banner-pp .banner-txt2.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-txt3 {
        position: absolute;
        top: 435px;
        right: -15px;
        opacity: 0; }
        .banner-bg .banner-pp .banner-txt3.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-txt4 {
        position: absolute;
        top: 160px;
        left: 50%;
        margin-left: -103px;
        opacity: 0; }
        .banner-bg .banner-pp .banner-txt4.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-txt5 {
        position: absolute;
        top: 250px;
        left: 50%;
        margin-left: -345px;
        z-index: 7;
        opacity: 0; }
        .banner-bg .banner-pp .banner-txt5.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-txt6 {
        position: absolute;
        top: 250px;
        left: 50%;
        margin-left: -264px;
        z-index: 9;
        opacity: 0; }
        .banner-bg .banner-pp .banner-txt6.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-txt7 {
        position: absolute;
        top: 250px;
        left: 50%;
        margin-left: -184px;
        z-index: 9;
        opacity: 0; }
        .banner-bg .banner-pp .banner-txt7.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
      .banner-bg .banner-pp .banner-txt8 {
        position: absolute;
        top: 250px;
        left: 50%;
        margin-left: -103px;
        z-index: 9;
        opacity: 0; }
        .banner-bg .banner-pp .banner-txt8.n-show {
          opacity: 1;
          transition: all ease 1000ms;
          -ms-transition: all ease 1000ms;
          /* IE 9 */
          -moz-transition: all ease 1000ms;
          /* Firefox */
          -webkit-transition: all ease 1000ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 1000ms;
          /* Opera */ }
    .banner-bg .test-btn {
      position: absolute;
      bottom: 5%;
      left: 50%;
      margin-left: -182px;
      width: 342px;
      height: 72px;
      font-weight: bold;
      font-size: 24px;
      line-height: 72px;
      background: #79ccae;
      color: #ffffff;
      cursor: pointer;
      z-index: 99;
      }
      .banner-bg .test-btn:hover, .banner-bg .test-btn.active {
        background: #6bc39f;
        color: #ffffff;
        }
      .banner-bg .test-btn .sanjiao {
        top: 23px;
        width: 16px;
        height: 26px;
        margin-left: 20px;
        position: absolute; } }
.search-box {
  margin-top: 20px;
  width: 690px;
  margin-bottom: 30px; }
  .search-box .input {
    border: 1px solid #bfbfbf;
    display: inline-block;
    margin-bottom: 10px; }
    .search-box .input input {
      width: 415px;
      border: none;
      outline: none !important;
      line-height: 34px;
      height: 34px;
      padding: 0 9px;
      font-size: 12px;
      font-weight: bold;
      color: #666666; }
  .search-box .input input::placeholder{
    color:#666
  }
  .search-box .btn {
    float: right;
    background: #fabe00;
    color: #ffffff;
    width: 226px;
    height: 35px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    font-weight: bold; }
    .search-box .btn:hover, .search-box .btn.active {
      background: #0081cc; }
  .search-box .links {
    color: #929292;
    overflow: auto;
    margin-left: -1em;
    font-size: 14px; }
    .search-box .links li {
      padding: 0 1em;
      border-right: 1px solid #929292;
      margin-bottom: 10px;
      float: left; }
      .search-box .links li:last-child {
        border: none; }
      .search-box .links li:hover {
        color: #125fad; }

@media screen and (max-width: 750px) {
  .search-box {
    margin-top: 40px;
    width: 590px;
    margin-bottom: 30px; }
    .search-box .input {
      border: 1px solid #bfbfbf;
      display: inline-block;
      margin-bottom: 10px;
      position: relative; }
      .search-box .input input {
        width: 570px;
        border: none;
        outline: none !important;
        line-height: 73px;
        height: 73px;
        padding: 0 9px;
        font-size: 24px;
        font-weight: bold;
        color: #555555; }
      .search-box .input .btn {
        float: right;
        background: url("../images/m-search-icon.png") no-repeat center;
        color: #ffffff;
        width: 71px;
        height: 73px;
        position: absolute;
        right: -10px;
        top: 0px; } }
.content-title {
  text-align: center;
  font-size: 36px;
  color: #4cae85;
  line-height: 1.6em;
  margin-bottom: 30px;
  font-weight: bold;
  }
  .content-title img {
    vertical-align: middle; }

@media screen and (max-width: 750px) {
  .content-title {
    text-align: center;
    font-size: 38px;
    color: #4cae85;
    line-height: 0.8em;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: bold;
    } 
    
    /*foot S*/
  .float-box_m{
		width: 100%;
		height:90px;
		background: #79ccae;
		position: fixed;
		bottom: 0;
		left: 0;
	}
  .float-box_m .left{width: 33.1%;float: left;color: #ffffff;font-size: 28px;text-align: center;height: 90px;border-right: 1px solid #fff;}
	.float-box_m .left:last-child{
    border: none;
}
.float-box_m .left img{
    display: block;
    margin: 10px auto 0;
    width: 40px;
}
.float-box_m .left a{
    display: block;
}
	.float-box_m .right{width: 50%;float: right;background: #e03d3e;color: #fff;line-height: 90px;font-size: 28px;text-align: center;}
	/*foot E*/
    
}
.p1 {
  height: 970px;
  /* padding-top: 20px;*/
  /* padding-bottom: 20px;
   margin-bottom: 30px;*/
  background-size: cover;
  color: #fff;
  margin-top: 30px; }
  .p1 .p1-contents {
    height: 830px;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative; }
    .p1 .p1-contents .p1-content1 {
      background: url(../images/p1-1.png) no-repeat center;
      width: 480px;
      height: 450px;
      display: inline-block;
      position: relative;
      /* top: -40px; */
      }
      .p1 .p1-contents .p1-content1 .title {
        font-size: 24px;
        color: #125fad;
        position: absolute;
        top: 92px;
        left: 0px;
        font-weight: bold; }
      .p1 .p1-contents .p1-content1 .txt {
        width: 182px;
        height: 100px;
        display: inline-block;
        font-size: 14px;
        color: #626262;
        line-height: 1.8em;
        position: absolute;
        left: 35px;
        top: 202px;
        text-align: left;
        }
      .p1 .p1-contents .p1-content1 .txt1 {
        /*width: 195px;*/ }
      .p1 .p1-contents .p1-content1 .txt2 {
        /* width: 206px;*/ }
      .p1 .p1-contents .p1-content1 .bottom {
        position: absolute;
        bottom: 58px;
        left: 0;
        width: 484px;
        height: 73px; }
        .p1 .p1-contents .p1-content1 .bottom .bottom-title {
          font-size: 18px;
          color: #ffffff;
          font-weight: bold;
          position: absolute;
          left: 22px;
          top: 10px; }
        .p1 .p1-contents .p1-content1 .bottom .right {
          width: 380px;
          display: inline-block;
          position: absolute;
          text-align: left;
          top: 12px;
          left: 96px; }
          .p1 .p1-contents .p1-content1 .bottom .right .but1 {
            width: 100px;
            display: inline-block;
            text-align: left;
            height: 26px;
            /*float: left;*/
            position: relative;
            font-weight: bold; }
            .p1 .p1-contents .p1-content1 .bottom .right .but1 span {
              font-size: 14px;
              color: #ffffff;
              line-height: 24px;
              text-align: center;
              width: 100px;
              height: 24px;
              display: inline-block;
              transition: all ease 300ms;
              -ms-transition: all ease 300ms;
              /* IE 9 */
              -moz-transition: all ease 300ms;
              /* Firefox */
              -webkit-transition: all ease 300ms;
              /* Safari ?? Chrome */
              -o-transition: all ease 300ms;
              /* Opera */ }
              .p1 .p1-contents .p1-content1 .bottom .right .but1 span:hover, .p1 .p1-contents .p1-content1 .bottom .right .but1 span.active {
                box-sizing: border-box;
                color: #7cacce;
                background: #ffffff; }
                .p1 .p1-contents .p1-content1 .bottom .right .but1 span:hover strong, .p1 .p1-contents .p1-content1 .bottom .right .but1 span.active strong {
                  color: #7cacce; }
              .p1 .p1-contents .p1-content1 .bottom .right .but1 span strong {
                font-weight: 500;
                color: #ffffff; }
          .p1 .p1-contents .p1-content1 .bottom .right .right1 {
            margin-right: 0px;
           /* &:after {
              content: "";
              position: absolute;
              width: 1px;
              background: #999999;
              right: -23px;
              top: 9px;
              height: 1em;

            }*/ }
      .p1 .p1-contents .p1-content1 .more {
        font-size: 12px;
        color: #ffffff;
        position: absolute;
        right: 4px;
        bottom: 24px;
        /* font-weight: bold; */
        width: 46px;
        height: 60px;
        display: inline-block; }
    .p1 .p1-contents .p1-content2 {
      background: url("../images/p1-2.png") no-repeat center;
      opacity: 0; }
      .p1 .p1-contents .p1-content2.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
      .p1 .p1-contents .p1-content2 .title {
        color: #48a74c; }
        .p1 .p1-contents .p1-content2 .bottom .right .but1 {
          width: 100px; }
          .p1 .p1-contents .p1-content2 .bottom .right .but1 span:hover, .p1 .p1-contents .p1-content2 .bottom .right .but1 span.active {
            box-sizing: border-box;
            color: #8abd79; }
            .p1 .p1-contents .p1-content2 .bottom .right .but1 span:hover strong, .p1 .p1-contents .p1-content2 .bottom .right .but1 span.active strong {
              color: #8abd79; }
          .p1 .p1-contents .p1-content2 .bottom .right .but1 span strong {
            font-weight: 500;
            color: #ffffff; }
    .p1 .p1-contents .p1-content3 {
      background: url("../images/p1-3.png") no-repeat center;
      opacity: 0;
      top: -40px;
      margin-right: 15px;
      }
      .p1 .p1-contents .p1-content3.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
      .p1 .p1-contents .p1-content3 .title {
        color: #f39825; }
      .p1 .p1-contents .p1-content3 .bottom .right {
        top: 12px; }
        .p1 .p1-contents .p1-content3 .bottom .right .but1 {
          width: 88px; }
          .p1 .p1-contents .p1-content3 .bottom .right .but1 span:hover, .p1 .p1-contents .p1-content3 .bottom .right .but1 span.active {
            box-sizing: border-box;
            color: #e6b662; }
            .p1 .p1-contents .p1-content3 .bottom .right .but1 span:hover strong, .p1 .p1-contents .p1-content3 .bottom .right .but1 span.active strong {
              color: #e6b662; }
          .p1 .p1-contents .p1-content3 .bottom .right .but1 span strong {
            font-weight: 500;
            color: #ffffff; }
    .p1 .p1-contents .p1-content4 {
      background: url("../images/p1-4.png") no-repeat center;
      opacity: 0;
      top: -40px; }
      .p1 .p1-contents .p1-content4.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
      .p1 .p1-contents .p1-content4 .title {
        color: #c70070; }
      /* .p1 .p1-contents .p1-content4 .bottom .right .but1 {
        width: 84px; } */
        .p1 .p1-contents .p1-content4 .bottom .right .but1 span:hover, .p1 .p1-contents .p1-content4 .bottom .right .but1 span.active {
          box-sizing: border-box;
          color: #b58ab3; }
          .p1 .p1-contents .p1-content4 .bottom .right .but1 span:hover strong, .p1 .p1-contents .p1-content4 .bottom .right .but1 span.active strong {
            color: #b58ab3; }
        .p1 .p1-contents .p1-content4 .bottom .right .but1 span strong {
          font-weight: 500;
          color: #ffffff; }
    .p1 .p1-contents .p1-content5 {
      opacity: 0; }
      .p1 .p1-contents .p1-content5.n-show {
        opacity: 1;
        transition: all ease 1000ms;
        -ms-transition: all ease 1000ms;
        /* IE 9 */
        -moz-transition: all ease 1000ms;
        /* Firefox */
        -webkit-transition: all ease 1000ms;
        /* Safari ?? Chrome */
        -o-transition: all ease 1000ms;
        /* Opera */ }
    .p1 .p1-contents .right {
      /* margin-right: 15px; */
      }
      .p1 .p1-contents .p1-content2.n-show {margin-right: 15px;}

@media screen and (max-width: 750px) {
  .p1 {
    height: 2580px;
    /* padding-top: 20px;*/
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-size: cover;
    margin-top: 50px;
    color: #fff; }
    
    /*弹窗S*/
   .m{display: block;}
   .outer{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		z-index: 999999;
	}
	.outer .w1000{
		width: 80%;
		height: 48%;
		position: absolute;
		top: 21%;
		left: 50%;
		margin-left: -40%;
		text-align: center;
		z-index: 99999999;
		padding: 30px 0;
		background: #79ccae;
		text-align: center;
	}
	.outer .title_outer{
		width: 100%;
		text-align: center;
		font-size: 36px;
		line-height: 48px;
	}
	.outer form input, .outer form select {
	    width: 80%;
	    height: 70px;
	    line-height: 70px;
	    color: #f3f3f3;
	    font-size: 24px;
	    padding-left: 15px;
	    border: 1px solid #fff;
	    background: none;
	    margin: 40px auto 0 auto;
	}
	.outer form input::placeholder{
	  color:#fff;
	}
	.outer form select {width: 83%;}
	.outer .agree{bottom: 152px !important;left: 58px !important;font-size: 22px !important;}
	.outer .agree a{font-size: 22px !important;}
	
	form #isRead {
		width: 26px;height: 26px;
	    left: -12px !important;
	    bottom: 0 !important;
	}
	.yhxy{width:82%; margin-top: 0;margin-left: 50px;}
	.login_btn{width:100%;margin-top: 130px;height:108px;line-height: 108px;margin-left: 0;font-size: 36px;color: #fff;}
	.outer .gb{position: absolute;top: 0;right: 0;}
    /*弹窗E*/
    
    .p1 .content-title {
      margin-bottom: 36px; }
    .p1 .p1-contents {
      height: 1600px;
      width: 100%;
      display: inline-block;
      text-align: center;
      position: relative; }
      .p1 .p1-contents .p1-content1 {
        background: url("../images/m-p1-1.png") no-repeat bottom;
        width: 100%;
        height: 630px;
        display: inline-block;
        position: relative;
        margin-bottom: 30px;
        }
        .p1 .p1-contents .p1-content1 .title {
          font-size: 36px;
          color: #125fad;
          position: absolute;
          top: 55px;
          left: 42px; }
        .p1 .p1-contents .p1-content1 .txt {
          width: 290px;
          height: auto;
          display: inline-block;
          font-size: 22px;
          color: #626262;
          line-height: 1.8em;
          position: absolute;
          left: 45px;
          top: 278px;
          text-align: left;
          }
        .p1 .p1-contents .p1-content1 .bottom {
          position: absolute;
          bottom: 75px;
          left: 8px;
          width: 690px;
          height: 104px;
          display: inline-block; }
          .p1 .p1-contents .p1-content1 .bottom .bottom-title {
            font-size: 23px;
            color: #ffffff;
            position: absolute;
            left: 45px;
            top: 22px; }
          .p1 .p1-contents .p1-content1 .bottom .right {
            width: 540px;
            display: inline-block;
            position: absolute;
            text-align: left;
            top: 15px;
            left: 154px; }
            .p1 .p1-contents .p1-content1 .bottom .right .but1 {
              width: 150px;
              display: inline-block;
              text-align: left;
              height: 42px;
              /*float: left;*/
              font-weight: bold;
              position: relative; }
              .p1 .p1-contents .p1-content1 .bottom .right .but1 span {
                font-size: 23px;
                color: #ffffff;
                height: 34px;
                line-height: 34px;
                width: 150px;
                text-align: center;
                display: block;
                transition: all ease 300ms;
                -ms-transition: all ease 300ms;
                /* IE 9 */
                -moz-transition: all ease 300ms;
                /* Firefox */
                -webkit-transition: all ease 300ms;
                /* Safari ?? Chrome */
                -o-transition: all ease 300ms;
                /* Opera */ }
                .p1 .p1-contents .p1-content1 .bottom .right .but1 span:hover, .p1 .p1-contents .p1-content1 .bottom .right .but1 span.active {
                  box-sizing: border-box;
                  color: #7cacce;
                  background: #ffffff; }
                  .p1 .p1-contents .p1-content1 .bottom .right .but1 span:hover strong, .p1 .p1-contents .p1-content1 .bottom .right .but1 span.active strong {
                    color: #7cacce; }
                .p1 .p1-contents .p1-content1 .bottom .right .but1 span strong {
                  font-weight: 500;
                  color: #ffffff; }
            .p1 .p1-contents .p1-content1 .bottom .right .right1 {
              margin-right: 0px;
              /* &:after {
                 content: "";
                 position: absolute;
                 width: 1px;
                 background: #888888;
                 right: -17px;
                 top: 9px;
                 height: 2.2em;
               }*/ }
        .p1 .p1-contents .p1-content1 .more {
          font-size: 22px;
          line-height: 100px;
          color: #ffffff;
          position: absolute;
          right: 24px;
          bottom: 50px;
          font-weight: bold;
          width: 80px;
          height: 100px;
          display: inline-block; }
          .p1 .p1-contents .p1-content1 .more .more1 {
            vertical-align: inherit; }
      .p1 .p1-contents .p1-content2 {
        background: url("../images/m-p1-2.png") no-repeat bottom; }
        .p1 .p1-contents .p1-content2 .title {
          color: #48a74c; }
        .p1 .p1-contents .p1-content2 .bottom .right {
          width: 540px; }
          .p1 .p1-contents .p1-content2 .bottom .right .but1 {
            width: 150px; }
            .p1 .p1-contents .p1-content2 .bottom .right .but1 span:hover, .p1 .p1-contents .p1-content2 .bottom .right .but1 span.active {
              box-sizing: border-box;
              color: #8abd79; }
              .p1 .p1-contents .p1-content2 .bottom .right .but1 span:hover strong, .p1 .p1-contents .p1-content2 .bottom .right .but1 span.active strong {
                color: #8abd79; }
            .p1 .p1-contents .p1-content2 .bottom .right .but1 span strong {
              font-weight: 500;
              color: #ffffff; }
      .p1 .p1-contents .p1-content3 {
        background: url("../images/m-p1-3.png") no-repeat bottom; }
        .p1 .p1-contents .p1-content3 .title {
          color: #f39825; }
        .p1 .p1-contents .p1-content3 .more {
          /*color: #f39825;*/ }
        .p1 .p1-contents .p1-content3 .bottom .right {
          width: 540px;
          top: 16px; }
          .p1 .p1-contents .p1-content3 .bottom .right .but1 {width: 120px;}  
            .p1 .p1-contents .p1-content3 .bottom .right .but1 span:hover, .p1 .p1-contents .p1-content3 .bottom .right .but1 span.active {
              box-sizing: border-box;
              color: #e6b662; }
              .p1 .p1-contents .p1-content3 .bottom .right .but1 span:hover strong, .p1 .p1-contents .p1-content3 .bottom .right .but1 span.active strong {
                color: #e6b662; }
            .p1 .p1-contents .p1-content3 .bottom .right .but1 span strong {
              font-weight: 500;
              color: #ffffff; }
      .p1 .p1-contents .p1-content4 {
        margin-top: -30px;
        background: url("../images/m-p1-4.png") no-repeat bottom; }
        .p1 .p1-contents .p1-content4 .title {
          color: #c70070; }
        .p1 .p1-contents .p1-content4 .bottom .right {
          width: 520px; }
            .p1 .p1-contents .p1-content4 .bottom .right .but1 span:hover, .p1 .p1-contents .p1-content4 .bottom .right .but1 span.active {
              box-sizing: border-box;
              color: #b58ab3; }
              .p1 .p1-contents .p1-content4 .bottom .right .but1 span:hover strong, .p1 .p1-contents .p1-content4 .bottom .right .but1 span.active strong {
                color: #b58ab3; }
            .p1 .p1-contents .p1-content4 .bottom .right .but1 span strong {
              font-weight: 500;
              color: #ffffff; }
      .p1 .p1-contents .right {
        margin-right: -2px; } }
#pf0 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 900px; }

#pf {
  width: 100px;
  height: 100px;
  /*background: #000000;*/
  position: absolute;
  top: 450px; }

#pf1 {
  width: 100px;
  height: 100px;
  /*background: #000000;*/
  position: absolute;
  top: 1080px; }

.p2 {
  padding-top: 40px;
  background-size: cover;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
  background: #6bc39f;
  }
  .p2 .content-title {
    color: #ffffff; }
  .p2 .p2-contents {
    height: 250px;
    background: url("../images/p2-bg.png") no-repeat top;
    position: relative; }
    .p2 .p2-contents .p2-content1 {
      width: 440px;
      height: 175px;
      display: inline-block;
      position: relative; }
      .p2 .p2-contents .p2-content1 .center-box {
        width: 435px;
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 15px; }
        .p2 .p2-contents .p2-content1 .center-box .title {
          font-size: 24px;
          color: #e16d6e;
          line-height: 1.6em;
          /* border-bottom: 1px solid #ffffff; */
          margin-bottom: 15px;
          font-weight: bold;
          text-align: center; }
        .p2 .p2-contents .p2-content1 .center-box .title1 {
          font-size: 22px;
          line-height: 1.7em; }
        .p2 .p2-contents .p2-content1 .center-box .txt {
          color: #ffffff;
          font-size: 14px;
          line-height: 1.8em;
          margin-top: 80px; }
    .p2 .p2-contents .p2-content2 {
      /* margin-left: 60px;*/ }
    .p2 .p2-contents .right {
      margin-right: 90px; }

@media screen and (max-width: 750px) {
  .m-p2 {
    background: #f39825;
    padding-bottom: 20px;
    margin-bottom: 60px;
    padding-top: 60px;
    background-size: cover;
    color: #fff; }
    .m-p2 .content-title {
      color: #ffffff;
      margin-top: 0; }
    .m-p2 .p2-contents {
      height: 402px;
      position: relative;
      text-align: center; }
      .m-p2 .p2-contents .ss-bg {
        position: absolute;
        top: 110px;
        left: 50%;
        margin-left: -66px;
        z-index: 999; }
      .m-p2 .p2-contents .p2-content1 {
        background: url("../images/m-p2-bg.png") no-repeat center;
        width: 601px;
        height: 323px;
        display: inline-block;
        position: relative;
        text-align: left; }
        .m-p2 .p2-contents .p2-content1 .center-box {
          width: 440px;
          display: inline-block;
          position: absolute;
          top: 10px;
          left: 76px; }
          .m-p2 .p2-contents .p2-content1 .center-box .title {
            font-size: 33px;
            color: #f39825;
            line-height: 2.5em;
            border-bottom: 1px dashed #f39825;
            margin-bottom: 15px;
            font-weight: bold; }
          .m-p2 .p2-contents .p2-content1 .center-box .title1 {
            font-size: 30px;
            line-height: 2.8em; }
          .m-p2 .p2-contents .p2-content1 .center-box .txt {
            color: #626262;
            font-size: 22px;
            line-height: 1.8em; }
      .m-p2 .p2-contents .slider-2-m {
        position: relative;
        margin-bottom: 15px;
        height: 380px;
        overflow: hidden; }
        .m-p2 .p2-contents .slider-2-m .swiper-pagination-2-m {
          text-align: center;
          position: absolute;
          bottom: 0px;
          width: 100%;
          left: 0;
          z-index: 99; }
          .m-p2 .p2-contents .slider-2-m .swiper-pagination-2-m .swiper-pagination-bullet {
            width: 16px;
            height: 16px;
            border-radius: 16px;
            background: #ffffff;
            cursor: pointer;
            display: inline-block;
            margin-right: 20px; }
            .m-p2 .p2-contents .slider-2-m .swiper-pagination-2-m .swiper-pagination-bullet.swiper-pagination-bullet-active {
              background: #e7343e; } }
.p3 {
  height: 780px;
  /*  padding-bottom: 20px;
    margin-bottom: 30px;*/
  background-size: cover;
  color: #fff;
  position: relative; }
  .p3 .p3-contents {
    text-align: center; }
    .p3 .p3-contents .p3-content1 {
      position: relative;
      height: 450px; 
      }
      .p3 .p3-contents .p3-content1 #map {
        display: inline-block;
        width: 1000px;
        height: 450px; }
      .p3 .p3-contents .p3-content1 .ct {
        margin-bottom: 30px;
        /*padding: 30px 30px;*/ }
        .p3 .p3-contents .p3-content1 .ct .st {
          position: relative;
          height: 450px; }
          .p3 .p3-contents .p3-content1 .ct .st h5 {
            color: #f3d949;
            font-size: 1.3em;
            line-height: 1.1em;
            margin-bottom: 10px;
            letter-spacing: 1px; }
        .p3 .p3-contents .p3-content1 .ct .st-1 {
          width: 300px;
          float: left; }
          .p3 .p3-contents .p3-content1 .ct .st-1 p {
            font-size: .9em;
            color: #a2a2a2;
            margin-bottom: 10px; }
            .p3 .p3-contents .p3-content1 .ct .st-1 p a {
              margin-right: 8px;
              margin-bottom: 10px;
              font-size: 13px;
              color: #ffffff;
              margin-left: 13px;
              cursor: pointer; }
              .p3 .p3-contents .p3-content1 .ct .st-1 p a:hover {
                color: #f3d949; }
          .p3 .p3-contents .p3-content1 .ct .st-1 .d-b img {
            width: 110px;
            margin-right: 15px; }
        .p3 .p3-contents .p3-content1 .ct .st-2 {
          width:1000px;
          float: left; }
          .p3 .p3-contents .p3-content1 .ct .st-2 .im-map {
            width: 564px;
            height: 446px; }
        .p3 .p3-contents .p3-content1 .ct .st-3 {
          margin: 0 0 0 520px;
          width: 480px;
          background: #f0f1f8; }
          .p3 .p3-contents .p3-content1 .ct .st-3 .left-box {
            width: 415px;
            height: 232px;
            display: inline-block;
            /* background: #ffffff;*/
            /* box-shadow: 0px 0px 24px #cccccc;*/
            position: absolute;
            left: 32px;
            top: 86px;
            }
            .p3 .p3-contents .p3-content1 .ct .st-3 .left-box .p3-sj {
              position: absolute;
              top: 0;
              left: 156px;
              display: none; }
            .p3 .p3-contents .p3-content1 .ct .st-3 .left-box .txt {
              font-size: 14px;
              color: #868686;
              line-height: 1.6em;
              text-align: center;
              margin-top: 75px;
              /*&:hover, &.active {

              }*/ }
              .p3 .p3-contents .p3-content1 .ct .st-3 .left-box .txt span {
                font-size: 22px;
                font-weight: bold;
                line-height: 1.6em;
                border-bottom: 1px solid #868686; }
            .p3 .p3-contents .p3-content1 .ct .st-3 .left-box:hover, .p3 .p3-contents .p3-content1 .ct .st-3 .left-box.active {
              transition: all ease 500ms;
              -ms-transition: all ease 500ms;
              /* IE 9 */
              -moz-transition: all ease 500ms;
              /* Firefox */
              -webkit-transition: all ease 500ms;
              /* Safari ?? Chrome */
              -o-transition: all ease 500ms;
              /* Opera */
              background: url("../images/p3-rightbg.png") no-repeat center;
              /*box-shadow: 0px 0px 24px #cccccc;*/ }
              .p3 .p3-contents .p3-content1 .ct .st-3 .left-box:hover .p3-sj, .p3 .p3-contents .p3-content1 .ct .st-3 .left-box.active .p3-sj {
                display: block; }
              .p3 .p3-contents .p3-content1 .ct .st-3 .left-box:hover .txt, .p3 .p3-contents .p3-content1 .ct .st-3 .left-box.active .txt {
                color: #ffffff; }
                .p3 .p3-contents .p3-content1 .ct .st-3 .left-box:hover .txt span, .p3 .p3-contents .p3-content1 .ct .st-3 .left-box.active .txt span {
                  border-bottom: 1px solid #ffffff; }
          .p3 .p3-contents .p3-content1 .ct .st-3 .lg {
            font-size: 20px;
            color: #fff;
            line-height: 1.5em;
            font-weight: bold;
            padding-top: 20px;
            letter-spacing: 1px; }
          .p3 .p3-contents .p3-content1 .ct .st-3 .d-b .title {
            color: #fff;
            font-size: 1.3em;
            font-weight: bold;
            margin-bottom: 15px; }
          .p3 .p3-contents .p3-content1 .ct .st-3 .d-b .links {
            overflow: auto;
            position: absolute;
            bottom: 80px;
            right: 60px; }
            .p3 .p3-contents .p3-content1 .ct .st-3 .d-b .links li {
              display: inline-block;
              width: 86px;
              height: 26px;
              line-height: 24px;
              float: left;
              text-align: center;
              margin-right: 3px;
              border: 1px solid #6bc39f;
              box-sizing: border-box;
              color: #219880;
              cursor: pointer;
              font-size: 1.2em;
              }
              .p3 .p3-contents .p3-content1 .ct .st-3 .d-b .links li a{
    color: #6bc39f;
}
              .p3 .p3-contents .p3-content1 .ct .st-3 .d-b .links li:hover, .p3 .p3-contents .p3-content1 .ct .st-3 .d-b .links li.active {
                background: #6bc39f;
                color: #ffffff; }
                .p3 .p3-contents .p3-content1 .ct .st-3 .d-b .links li:hover a{
                  color:#fff;
                }
          .p3 .p3-contents .p3-content1 .ct .st-3 .d-b .more {
            /*background:url("../images/P3-bg.png") no-repeat center;*/
            background: #79ccae;
            width: 153px;
            height: 24px;
            display: inline-block;
            line-height: 24px;
            text-align: center;
            color: #ffffff;
            font-size: 12px;
            position: absolute;
            right: 0;
            bottom: 0;
            }
            .p3 .p3-contents .p3-content1 .ct .st-3 .d-b .more a{
              color:#fff;
            }
        .p3 .p3-contents .p3-content1 .ct .d-b {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0; }
    .p3 .p3-contents .p3-content2 {
      text-align: left;
      width: 800px;
      display: inline-block;
      margin-top: 50px; }
      .p3 .p3-contents .p3-content2 .txt {
        display: inline-block;
        font-size: 14px;
        color: #626262;
        margin: 6px 50px; }
        .p3 .p3-contents .p3-content2 .txt .p3-box1 {
          vertical-align: bottom; }
    .p3 .p3-contents .p3-content3 {
      margin-top: 50px;
      display: inline-block; }
      .p3 .p3-contents .p3-content3 .p3-content3-1 {
        background: url("../images/p3-3.png") no-repeat center;
        width: 488px;
        height: 178px;
        display: inline-block;
        position: relative;
        /*.title {
          width: 488px;
          height: 101px;
          background: rgba(129, 129, 129, 0.7);
          display: inline-block;
          line-height: 1.2em;
          font-size: 28px;
          color: #ffffff;
          position: absolute;
          top: 0;
          left: 0;
          padding-top: 30px;
          transition: all ease 300ms;
          -ms-transition: all ease 300ms;
          /!* IE 9 *!/
          -moz-transition: all ease 300ms;
          /!* Firefox *!/
          -webkit-transition: all ease 300ms;
          /!* Safari ?? Chrome *!/
          -o-transition: all ease 300ms;
          /!* Opera *!/

          strong {
            font-size: 22px;
          }
        }*/ }
        .p3 .p3-contents .p3-content3 .p3-content3-1:hover, .p3 .p3-contents .p3-content3 .p3-content3-1.active {
          background: url("../images/p3-4.png") no-repeat center;
          transition: all ease 500ms;
          -ms-transition: all ease 500ms;
          /* IE 9 */
          -moz-transition: all ease 500ms;
          /* Firefox */
          -webkit-transition: all ease 500ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 500ms;
          /* Opera */ }
      .p3 .p3-contents .p3-content3 .p3-content3-2 {
        background: url("../images/p3-5.png") no-repeat center;
        margin-left: 20px; }
        .p3 .p3-contents .p3-content3 .p3-content3-2:hover, .p3 .p3-contents .p3-content3 .p3-content3-2.active {
          background: url("../images/p3-6.png") no-repeat center;
          transition: all ease 500ms;
          -ms-transition: all ease 500ms;
          /* IE 9 */
          -moz-transition: all ease 500ms;
          /* Firefox */
          -webkit-transition: all ease 500ms;
          /* Safari ?? Chrome */
          -o-transition: all ease 500ms;
          /* Opera */ }

.p3-content3 {
  display: none; }

@media screen and (max-width: 750px) {
  .p3 {
    height: 680px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-size: cover;
    color: #fff;
    background: none;
    position: relative;
    }
    .p3 .p3-contents {
      height: 360px; }
      .p3 .p3-contents .left-box {
        background: url(../images/m-p3-dt-left.png) no-repeat center;
        width: 697px;
        height: 389px;
        display: inline-block; }
        .p3 .p3-contents .left-box .txt {
          font-size: 26px;
          color: #ffffff;
          line-height: 1.6em;
          text-align: center;
          margin-top: 100px;
          margin-bottom: 50px; }
          .p3 .p3-contents .left-box .txt span {
            font-size: 38px;
            font-weight: bold;
            line-height: 1.6em;
            color: #ffffff;
            border-bottom: 1px solid #ffffff; }
          .p3 .p3-contents .left-box .txt:hover, .p3 .p3-contents .left-box .txt.active {
            color: #ffffff; }
            .p3 .p3-contents .left-box .txt:hover span, .p3 .p3-contents .left-box .txt.active span {
              border-bottom: 1px solid #ffffff; }
        .p3 .p3-contents .left-box .title {
          font-size: 22px;
          font-weight: bold;
          text-align: center;
          color: #ffffff; }
    .p3 .p3-content3 {
      margin-top: 40px;
      text-align: center;
      display: inline-block; }
      .p3 .p3-content3 .p3-content3-1 {
        background: url("../images/m-p3-3.png") no-repeat center;
        width: 600px;
        height: 215px;
        display: inline-block;
        position: relative;
        margin-top: -10px;
        left: 50% !important;
        margin-left: -160px !important;
        /*.title {
          width: 488px;
          height: 101px;
          background: rgba(129, 129, 129, 0.7);
          display: inline-block;
          line-height: 1.2em;
          font-size: 28px;
          color: #ffffff;
          position: absolute;
          top: 0;
          left: 0;
          padding-top: 30px;
          transition: all ease 300ms;
          -ms-transition: all ease 300ms;
          /!* IE 9 *!/
          -moz-transition: all ease 300ms;
          /!* Firefox *!/
          -webkit-transition: all ease 300ms;
          /!* Safari ?? Chrome *!/
          -o-transition: all ease 300ms;
          /!* Opera *!/

          strong {
            font-size: 22px;
          }
        }*/ }
        .p3 .p3-content3 .p3-content3-1:hover, .p3 .p3-content3 .p3-content3-1.active {
          background: url("../images/m-p3-4.png") no-repeat center;
          /* transition: all ease 500ms;
           -ms-transition: all ease 500ms;
           /!* IE 9 *!/
           -moz-transition: all ease 500ms;
           /!* Firefox *!/
           -webkit-transition: all ease 500ms;
           /!* Safari ?? Chrome *!/
           -o-transition: all ease 500ms;*/
          /* Opera */ }
      .p3 .p3-content3 .p3-content3-2 {
        background: url("../images/m-p3-5.png?0506") no-repeat center; }
        .p3 .p3-content3 .p3-content3-2:hover, .p3 .p3-content3 .p3-content3-2.active {
          background: url("../images/m-p3-6.png?0506") no-repeat center;
          /* transition: all ease 500ms;
           -ms-transition: all ease 500ms;
           /!* IE 9 *!/
           -moz-transition: all ease 500ms;
           /!* Firefox *!/
           -webkit-transition: all ease 500ms;
           /!* Safari ?? Chrome *!/
           -o-transition: all ease 500ms;
           /!* Opera *!/*/ } }
.p4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 50px;
  /* background: #e16d6e;*/
  background-size: cover;
  color: #fff;
  height: 280px;
  text-align: center;
  position: relative;
  background: url("../images/p4-bg.png") no-repeat center;
  }
  .p4 .content-title {
    color: #ffffff;
    /*  position: absolute;
      left: 50%;
      margin-left: -98px;
      top: 10px;*/ }
  .p4 .p4-content1 {
    height: 161px; }
    .p4 .p4-content1 .txt {
      font-size: 16px;
      line-height: 1.8em;
      /*padding-top: 68px;*/
      display: inline-block; }

@media screen and (max-width: 750px) {
  .p4 {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    background-size: cover;
    color: #fff;
    height: 450px;
    position: relative; }
    .p4 .p4-content1 {
      background: none;
      width: 750px;
      height: 300px;
      display: inline-block;
      margin-top: 22px; }
      .p4 .p4-content1 .txt {
        font-size: 26px;
        line-height: 1.8em;
        /* padding-top: 110px; */
        display: inline-block;
        width: 88%; } }
.float-box {
  position: absolute;
  width: 108px;
  height: 360px;
  left: 50%;
  bottom: 20px;
  margin-left: 540px;
  text-align: center;
  color: #fff;
  /*font-weight: bold;*/
  font-size: 1.2em;
  z-index: 999;
  background-position: 2px 0;
  /* background: url("../images/f-bg.png") no-repeat top; */
  /*  &.n-show {
      display: none;
      transition: all ease 1000ms;
      -ms-transition: all ease 1000ms;
      /!* IE 9 *!/
      -moz-transition: all ease 1000ms;
      /!* Firefox *!/
      -webkit-transition: all ease 1000ms;
      /!* Safari ?? Chrome *!/
      -o-transition: all ease 1000ms;
      /!* Opera *!/

    }*/
  }
  .float-box.float-bottom {
    position: fixed;
    bottom: 300px;
    top: auto; }
  .float-box.float-top {
    position: absolute;
    top: 500px;
    bottom: auto; }
  .float-box .consultation {
    width: 107px;
    height: 50px;
    cursor: pointer;
    /* background: url(../images/f-bg1.png) no-repeat top; */
    font-size: 20px;
    /*font-weight: bold;*/
    padding: 5px 0;
    background: #fe7e37;
    border-radius: 5px 5px 0 0;
    margin-bottom: 2px;
    /* border: 4px solid #e83444; */
    /* color: #e93243; */
    }
  .float-box .f-icon1 {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 145px;
    left: 50%;
    margin-left: -12px; }
  .float-box .links {
    /* position: absolute; */
    top: 0px;
    display: inline-block;
    /* left: 50%; */
    width: 107px;
    /* margin-left: -60px; */
    }
    .float-box .links li {
      position: relative;
      width: 100%;
      height: 46px;
      cursor: pointer;
      margin-bottom: 2px;
      /* line-height: 40px; */
      font-size: 14px;
      color: #fff;
      text-align: center;
      /*     &:before {
             content: "";
             width: 106px;
             height: 1px;
             position: absolute;
             bottom: -3px;
             left: 50%;
             margin-left: -50px;
             border-top: 1px solid #fff;
           }*/
      background: #4cae85;
      padding: 5px 0;
      /* border-radius: 5px; */
      }
      .float-box .links li a {
        width: 107px;
        }
       .float-box .links li a img{
    width: 45px;
}
.float-box .links li a strong{
    display: block;
    color: #fff;
}
      .float-box .links li .f1-bg {
        position: absolute;
        bottom: -4px;
        left: 50%;
        margin-left: -56.5px;
        display: none; }
      .float-box .links li .f1-txt {
        /*position: absolute;
        top: 5px;
        left: 18px;*/ }
      .float-box .links li .icon-l-1 {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../images/f-star.png) no-repeat center center;
        margin-left: 0px;
        vertical-align: text-bottom; }
      .float-box .links li .icon-l-2 {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../images/f-star.png) no-repeat center center;
        margin-right: 0px;
        vertical-align: text-bottom; }
      .float-box .links li.active, .float-box .links li:hover {
        /*text-shadow: 1px 1px 1px #4d6543;*/
        background: url("../images/f-bg1.png") no-repeat center;
        background:#4cae85 }
      .float-box .links li > a {
        display: table-cell;
        vertical-align: middle;
        }
  .float-box .f-talkbg {
    width: 140px;
    height: 109px;
    display: inline-block;
    /* background: url(../images/f-title.png) no-repeat center; */
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: -16px;
    top: 86px;
    }
  .float-box .online {
    font-size: 1.2em;
    background: #9c2408; }

.mask {
  z-index: 999 !important; }

@media screen and (max-width: 750px) {
  .mask_m {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #333;
    opacity: .6;
    display: none !important; }

  .m-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #333;
    opacity: 0; }
    .m-mask.active {
      opacity: 0.6; }

  .c-city-select {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #333;
    opacity: .8;
    display: none; }

  /*鍩庡競閫夋嫨*/
  .city-box_m {
    position: fixed;
    left: 5%;
    right: 5%;
    top: 10%;
    z-index: 1010;
    display: none;
    background: #ffffff;
    padding: 5rem 1rem 2rem 1rem;
    color: #006951; }
    .city-box_m .close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 48px;
      height: 48px; }
    .city-box_m > h1 {
      font-size: 55px;
      text-align: center;
      letter-spacing: 1px;
      white-space: nowrap;
      overflow: visible;
      line-height: 1.8; }
    .city-box_m > p {
      text-align: center;
      letter-spacing: 1px;
      margin-bottom: 15px;
      font-size: 22px;
      display: block; }
    .city-box_m .tag-ct {
      overflow: auto;
      margin-bottom: 15px;
      position: relative; }
      .city-box_m .tag-ct .split {
        position: absolute;
        left: 50%;
        height: 100%;
        width: 3px;
        margin-left: -10px;
        z-index: 20; }
      .city-box_m .tag-ct .tags {
        width: 50%;
        float: left;
        list-style: square inside; }
        .city-box_m .tag-ct .tags > li {
          display: block;
          font-size: 28px;
          line-height: 2;
          padding: 0 10px; }
          .city-box_m .tag-ct .tags > li label {
            font-weight: bold;
            float: left; }
          .city-box_m .tag-ct .tags > li > div {
            margin-left: 2em;
            text-align: left; }
          .city-box_m .tag-ct .tags > li a {
            text-decoration: none;
            margin-right: 2px;
            color: #666;
            white-space: nowrap;
            font-weight: bold; }
            .city-box_m .tag-ct .tags > li a.es {
              color: #f3ac00; }

  .float-box_m {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 1.2em;
    z-index: 999;
    overflow: visible; }
    .float-box_m .block {
      display: inline-block;
      line-height: 100px;
      width: 100%;
      font-size: 34px;
      text-align: center;
      color: #ffffff;
      font-weight: bold; }
      .float-box_m .block img {
        margin-right: 20px;
        vertical-align: middle; }
      .float-box_m .block span {
        vertical-align: middle; }
    .float-box_m .b-1 {
      background: #e84443;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
#doyoo_panel {
  display: none !important; }

.map-area-info {
  padding-top: 5px; }
  .map-area-info label {
    font-weight: bold; }
  .map-area-info .a-name {
    color: #66d0c7;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold; }
  .map-area-info .a-address {
    color: #3a2933;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.6; }
  .map-area-info .a-tel {
    color: #3a2933;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.6; }

.content-box {
  opacity: 0;
  transition: all ease 2200ms;
  -ms-transition: all ease 2200ms;
  /* IE 9 */
  -moz-transition: all ease 2200ms;
  /* Firefox */
  -webkit-transition: all ease 2200ms;
  /* Safari ?? Chrome */
  -o-transition: all ease 2200ms;
  /* Opera */ }

.content-box.has-visible {
  opacity: 1; }

.ani-pao {
  -webkit-animation: ani-pao infinite 20s ease;
  -o-animation: ani-pao infinite 20s ease;
  animation: ani-pao infinite 20s ease;
  opacity: 0; }

@keyframes ani-pao {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px); } }
@-webkit-keyframes ani-pao {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px); } }
.delay1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

.delay2 {
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s; }

.delay3 {
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: 3s; }

.delay5 {
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: 5s; }

.banner1-p1 {
  width: 145px;
  height: 203px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -625px; }

.banner1-p2 {
  width: 93px;
  height: 66px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 350px; }

.banner1-p3 {
  width: 241px;
  height: 192px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: 580px; }

.banner1-p4 {
  width: 192px;
  height: 204px;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: 735px; }

.banner1-p5 {
  width: 144px;
  height: 163px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: 480px; }

.banner1-p6 {
  width: 257px;
  height: 189px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 10px; }

.banner1-p7 {
  width: 240px;
  height: 225px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -760px; }

.banner1-p8 {
  width: 168px;
  height: 181px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -900px; }

.banner2-p1 {
  width: 145px;
  height: 169px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -625px; }

.banner2-p2 {
  width: 51px;
  height: 47px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: 820px; }

.banner2-p3 {
  width: 232px;
  height: 152px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: 0px; }

.banner2-p4 {
  width: 210px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -760px; }

.banner2-p5 {
  width: 169px;
  height: 135px;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: 690px; }

.banner2-p6 {
  width: 210px;
  height: 189px;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -490px; }

.banner2-p7 {
  width: 240px;
  height: 291px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 520px; }

.banner2-p8 {
  width: 181px;
  height: 358px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -900px; }

/*loading*/
.loading {
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  bottom: 0;
  line-height: 300px;
  z-index: 200;
  text-align: center; }

/*.p3-contents {
  .no-data {
    line-height: 340px;
    width: 100%;
    position: absolute;
    > span {
      color: #373737;
      &:hover {
        color: #ff6d1a;
        text-decoration: underline;
      }
    }
  }
}*/
@media screen and (max-width: 750px) {
  .p3-contents .no-data {
    line-height: 550px;
    width: 100%;
    position: absolute; }
    .p3-contents .no-data > span {
      font-size: 22px;
      color: #373737; }
      .p3-contents .no-data > span:hover {
        color: #ff6d1a;
        text-decoration: underline; } }
@media screen and (max-width: 750px) {
  .dock-box {
    position: fixed;
    top: 25%;
    right: 0;
    width: 2.2em;
    font-size: 30px;
    color: #fff;
    z-index: 600;
    transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    /* IE 9 */
    -moz-transition: all 800ms ease;
    /* Firefox */
    -webkit-transition: all 800ms ease;
    /* Safari  Chrome */
    -o-transition: all 800ms ease;
    /* Opera */ }
    .dock-box.n-hide {
      right: -3em; }
    .dock-box.n-show {
      right: 0; }
    .dock-box img {
      width: 100%;
      display: inherit;
      border: 0; }
    .dock-box p {
      padding: 20px;
      line-height: 1.1em;
      background: #f3d949;
      font-weight: bold;
      color: #632528; }

  .city-select {
    position: fixed;
    z-index: 2000;
    top: 150px;
    left: 3%;
    right: 3%;
    background: #fff;
    padding: 10px 15px 45px 15px;
    white-space: nowrap;
    font-size: 22px; }
    .city-select .close {
      width: 2.4em; }
    .city-select .cities {
      overflow: auto; }
    .city-select .left > li, .city-select .right > li {
      line-height: 2em;
      padding: 0; }
      .city-select .left > li > em, .city-select .right > li > em {
        color: #632528;
        font-style: normal;
        float: left;
        font-weight: bold; }
      .city-select .left > li > .opts, .city-select .right > li > .opts {
        margin: 0 0 0 1.8em;
        overflow: auto; }
        .city-select .left > li > .opts li, .city-select .right > li > .opts li {
          color: #5d5d5d;
          display: inline-block;
          margin-right: 5px;
          padding: 0 8px;
          cursor: pointer;
          font-weight: bold;
          float: left; }
          .city-select .left > li > .opts li.active, .city-select .right > li > .opts li.active {
            /* color: $color-red;*/
            color: #f3d949; }
          .city-select .left > li > .opts li:hover, .city-select .right > li > .opts li:hover {
            background: #ff6744;
            background: #03baa5;
            color: #fff; }
    .city-select .left {
      display: inline-block;
      width: 50%;
      float: left; }
    .city-select .right {
      display: inline-block;
      width: 50%;
      float: left; }

  /*  .leyu-city {
      display: none;
    }*/ }
@media screen and (max-width: 750px) {
  #pf2 {
    width: 100px;
    height: 100px;
    /* background: #000000;*/
    position: absolute;
    /*top: 2580px;*/
    top: 2760px; }

  .float-box_mm {
    height: 330px;
    width: 70px;
    display: inline-block;
    position: fixed;
    bottom: 360px;
    right: 0;
    top: 642px;
    }
    .float-box_mm .links li {
      width: 70px;
      height: 70px;
      display: inline-block;
      background: #61bae8;
      font-size: 24px;
      color: #ffffff;
      line-height: 1.2em;
      text-align: center;
      padding-top: 10px;
      border-bottom: 2px solid #ffffff;
      font-weight: bold;
      }
    .float-box_mm .links li.bm{
    background: #fe7e37;
    height: 155px;
    font-size: 30px;
}
    .float-box_mm .links .box2 {
      background: #90c57e;
      }
    .float-box_mm .links .box3 {
      background: #fdc077;
      height: 90px;
      }
    .float-box_mm .links .box4 {
      background: #c292d0;
      height: 90px;
      } }
#query_1 .city-select .right, .menu-bar .city-select .right {
  top: 0 !important; }

/*# sourceMappingURL=index.css.map */
