* {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'microsoft yahei', Arial, sans-serif !important;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.back-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.clear {
  overflow: hidden;
  clear: both;
}
/*导航*/
.public-nav {
  width: 100%;
  background: #fff;
  padding: 0;
}
.public-nav .log-wrap {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.public-nav .log-wrap .form-wrap {
  margin: 0 auto;
  width: 584px;
  display: inline-block;
  border: 2px solid #f1bc05;
  border-radius: 9px;
  overflow: hidden;
  font-size: 0;
  height: 44px;
  margin-top: 5px;
}
.public-nav .log-wrap .form-wrap form {
  height: 100%;
}
.public-nav .log-wrap .form-wrap select {
  width: 129px;
  height: 100%;
  line-height: 44px;
  display: inline-block;
  font-size: 16px;
  border: none;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../images/xsj.png') 100px center no-repeat #f5edc1;
  text-indent: 15px;
  float: left;
}
.public-nav .log-wrap .form-wrap input {
  display: inline-block;
  width: 334px;
  height: 100%;
  line-height: 44px;
  border: none;
  font-size: 16px;
  text-indent: 20px;
  float: left;
}
.public-nav .log-wrap .form-wrap button {
  background-color: #f1bc05;
  height: 100%;
  display: inline-block;
  width: 121px;
  border: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
.public-nav .log-wrap .form-wrap button i {
  font-size: 24px;
}
.public-nav .log-wrap .phone-zj {
      font-size: xx-large;
    color: #e5004f;
    width: 307px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 57px;
    float: right;
    overflow: hidden;
  /*background: url('../images/zuoji.png') right center no-repeat;*/
}
.public-nav .log-wrap .phone-zj .bg_img {
  width: 89px;
  height: 47px;
  background: url('../images/css_sprites.png') -582px -262px;
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}
.public-nav .public-nav {
  width: 100%;
  background: #fed904;
}
.public-nav .public-nav .nav-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.public-nav .public-nav .nav-main ul {
  overflow: hidden;
  margin-bottom: 0;
  width: 960px;
  float: left;
}
.public-nav .public-nav .nav-main ul li {
  float: left;
  width: 11%;
  height: 46px;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
}
.public-nav .public-nav .nav-main ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #171717;
}
.public-nav .public-nav .nav-main ul li span {
  width: 12px;
  height: 6px;
  background: url('../images/css_sprites.png') -1143px -197px;
  display: inline-block;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.public-nav .public-nav .nav-main ul .nav_li_hover {
  background: #f1bc05;
}
.public-nav .public-nav .nav-main ul .nav_li_hover a {
  font-weight: bold;
}
.public-nav .public-nav .nav-main ul .nav_li_hover span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.public-nav .public-nav .nav-main dl {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  line-height: 46px;
}
.public-nav .public-nav .nav-main dl dt {
  font-size: 14px;
  color: #777;
  float: left;
  height: 100%;
  overflow: hidden;
  margin-right: 11px;
}
.public-nav .public-nav .nav-main dl dt span {
  display: inline-block;
  width: 30px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 5px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  height: 30px;
  margin-top: 6px;
  border-radius: 5px;
}
.public-nav .nav-child-wrap {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(58, 56, 53, 0.26);
  box-shadow: 0px 2px 10px 0px rgba(58, 56, 53, 0.26);
  display: none;
}
.public-nav .nav-child {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.public-nav .nav-child ul {
  overflow: hidden;
  margin-left: 20px;
  display: none;
  margin-bottom: 0;
}
.public-nav .nav-child ul li {
  margin-left: 60px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
}
.public-nav .nav-child ul li a {
  color: #171717;
}
.public-nav .nav-child ul li a:hover {
  color: #e5004f;
}
/*footer*/
footer {
  overflow: hidden;
}
footer .img-box {
      width: 1875px;
    margin: auto;
  height: 167px;
  background: url('../images/css_sprites.png') -10px -10px no-repeat;
}
footer .weather-wrap {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 75px;
}
footer .weather-wrap .title {
  font-size: 24px;
  color: #171717;
  font-weight: bold;
  border-bottom: 1px dashed #bfbfbf;
  line-height: 24px;
  padding-bottom: 11px;
  margin-bottom: 12px;
}
footer .weather-wrap .title span {
  float: right;
  font-size: 16px;
  color: #666;
}
footer .weather-box {
  width: 790px;
  overflow: hidden;
  float: left;
  margin-right: 26px;
}
footer .weather-box div {
  width: 100%;
  overflow: hidden;
}
footer .ad-swiper {
  float: left;
  width: 384px;
  height: 229px;
}
footer .ad-swiper .swiper-slide {
  background: #0b94ea;
  height: 100%;
}
footer .foot-nav-list {
  width: 1266px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 49px;
}
footer .foot-nav-list .foot-nav-box1 {
  overflow: hidden;
}
footer .foot-nav-list .foot-nav-box1 .box1-child {
  width: 21%;
  float: left;
  position: relative;
  background: url('../images/foot-bg.png') right center repeat-y;
  padding: 0 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .foot-nav-list .foot-nav-box1 .box1-child ul {
  overflow: hidden;
  padding-left: 22px;
  margin-top: 7px;
}
footer .foot-nav-list .foot-nav-box1 .box1-child ul li {
  float: left;
  font-size: 18px;
  margin-right: 4px;
  line-height: 33px;
}
footer .foot-nav-list .foot-nav-box1 .box1-child ul li a {
  color: #878787;
}
footer .foot-nav-list .foot-nav-box1 .box1-child h4 {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  line-height: 24px;
  margin: 0 auto;
}
footer .foot-nav-list .foot-nav-box1 .box1-child h4 span {
  display: inline-block;
  margin-right: 5px;
}
footer .foot-nav-list .foot-nav-box1 .box1-item1 span {
  width: 22px;
  height: 22px;
  background: url('../images/css_sprites.png') -735px -262px;
}
footer .foot-nav-list .foot-nav-box1 .box1-item2 span {
  width: 22px;
  height: 22px;
  background: url('../images/css_sprites.png') -777px -262px;
}
footer .foot-nav-list .foot-nav-box1 .box1-item3 span {
  width: 22px;
  height: 22px;
  background: url('../images/css_sprites.png') -819px -262px;
}
footer .foot-nav-list .foot-nav-box1 .box1-item4 {
  width: 40%;
  overflow: hidden;
}
footer .foot-nav-list .foot-nav-box1 .box1-item4 dl {
  width: 242px;
  float: left;
  margin: 0;
}
footer .foot-nav-list .foot-nav-box1 .box1-item4 dl span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../images/css_sprites.png') -861px -262px;
  margin-right: 5px;
}
footer .foot-nav-list .foot-nav-box1 .box1-item4 dl dt {
  font-size: 24px;
  color: #171717;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
footer .foot-nav-list .foot-nav-box1 .box1-item4 dl dt.address {
  font-size: 18px;
  font-weight: normal;
  line-height: 29px;
}
footer .foot-nav-list .foot-nav-box1 .box1-item4 dl dt.address span {
  width: 40px;
  height: 22px;
  background: url('../images/css_sprites.png') -903px -262px;
}
footer .foot-nav-list .foot-nav-box1 .box1-item4 .img-qrcode {
  width: 163px;
  height: 134px;
  float: right;
  background: url('../images/css_sprites.png') -10px -356px;
}
footer .foot-nav-list .foot-box2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px dashed #bfbfbf;
  padding: 18px 33px;
}
footer .foot-nav-list .foot-box2 .title {
  width: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 24px;
  color: #171717;
  font-weight: bold;
  float: left;
}
footer .foot-nav-list .foot-box2 .lst {
  overflow: hidden;
}
footer .foot-nav-list .foot-box2 .lst a {
  font-size: 17px;
  color: #878787;
  padding-right: 10px;
  line-height: 30px;
}
footer .foot-bootm {
  width: 100%;
  overflow: hidden;
  background: #171717;
  margin: 0;
  padding: 26px 0;
}
footer .foot-bootm p {
  font-size: 18px;
  color: #838383;
  text-align: center;
  line-height: 30px;
}
.borderBottom {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px !important;
}
.pubic-title {
  overflow: hidden;
  border-left: 3px solid #54c2e4;
  padding-left: 10px;
}
.pubic-title strong {
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}
.pubic-title strong b {
  color: #63a35c;
}
.pubic-title strong span {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
.pubic-title p {
  color: #999;
}
.marginTop20 {
  margin-top: 35px;
}
.pubic-title2 {
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  position: relative;
  text-indent: 15px;
}
.pubic-title2 small {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
.pubic-title2:before {
  content: '';
  display: block;
  width: 5px;
  height: 18px;
  background: #007aff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 3px;
}
.p3-border span {
  border-bottom: 2px solid #54c2e4;
}
.pubic-title3 {
  text-align: center;
}
.pubic-title3 h3 {
  color: #666;
}
.pubic-title3 h3 span {
  font-size: 18px;
  color: #54c2e4;
  margin-right: 15px;
}
.pubic-title3 p {
  color: #999;
  margin-top: 10px;
}
.public-title4 {
  overflow: hidden;
}
.public-title4 h3 {
  text-align: center;
  font-size: 20px;
  color: #54c2e4;
}
.public-title4 h3 span {
  color: #999;
  font-size: 14px;
}
.public-title4 p {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: 15px;
}
.contact-popup {
  padding: 10px;
  text-align: center;
  display: none;
}
.contact-popup h3 {
  font-size: 20px;
  color: #444;
  font-weight: bold;
}
.contact-popup p {
  color: #D8A958;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-popup p.vx {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}
.contact-popup img {
  width: 100px;
}
/*分页*/
.page-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 24px;
  height: 61px;
}
.page-box ul {
  overflow: hidden;
}
.page-box ul li {
  float: left;
  font-size: 16px;
  height: 31px;
  overflow: hidden;
  line-height: 29px;
  margin-right: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(58, 56, 53, 0.34);
  box-shadow: 0px 1px 10px 0px rgba(58, 56, 53, 0.34);
  border-radius: 5px;
}
.page-box ul li a {
  display: inline-block;
  border: 1px solid #878787;
  padding: 0 10px;
  color: #878787;
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
}
.page-box ul li.page-active {
  -webkit-box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
}
.page-box ul li.page-active a {
  background: #fff;
  color: #fe9b1b;
  border: 1px solid #fe9b1b;
}
.page-box ul li:hover:not(.active) a {
  background: #fe9b1b;
  color: #fff;
  border: 1px solid #fe9b1b;
}
.location {
  overflow: hidden;
  width: 1200px;
  margin: 20px auto;
  line-height: 14px;
}
.location ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.location ul b {
  font-size: 14px;
  font-weight: normal;
  color: #0d0d0d;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 0px;
}
.location ul li {
  font-size: 14px;
  overflow: hidden;
  color: #6c757d;
  display: inline-block;
}
.location ul li strong {
  display: inline-block;
  background: url('../images/sy-icon.png') center;
  width: 14px;
  height: 14px;
  position: relative;
  top: 1.5px;
  margin-right: 2px;
  float: left;
}
.location ul li span {
  color: #0d0d0d;
}
.location ul li i {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.location ul li a {
  color: #eb9d13;
}
.location ul li:after {
  content: '>';
  color: #6c757d;
  display: inline-block;
  padding: 0 5px;
}
.location ul li:last-child:after {
  display: none;
}
.location ul li:hover a {
  color: #d84e33;
}
.height40T {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.article-common {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.article-common .ac-box1 {
  overflow: hidden;
}
.article-common .ac-box1 .ac-box1-title {
  font-weight: bold;
  color: #33b6e2;
  position: relative;
}
.article-common .ac-box1 .ac-box1-title:before {
  content: '';
  display: block;
  width: 5px;
  height: 15px;
  border-radius: 5px;
  background: #33b6e2;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.article-common .ac-box1 ul {
  overflow: hidden;
  margin-top: 20px;
}
.article-common .ac-box1 ul li {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 1px;
}
.article-common .ac-box1 ul li .time {
  width: 80px;
  float: left;
  background: #33b6e2;
  text-align: center;
  padding: 3px;
  margin-right: 10px;
}
.article-common .ac-box1 ul li .time b {
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
}
.article-common .ac-box1 ul li .time p {
  color: #fff;
  font-size: 12px;
}
.article-common .ac-box1 ul li h3 {
  font-size: 16px;
  color: #444;
  font-weight: normal;
  max-height: 46px;
  overflow: hidden;
}
.article-common .ac-box1 ul li:hover h3 {
  color: #d84e33;
}
.article-common .ac-box1 ul li:after {
  content: '';
  width: 250px;
  height: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  bottom: 0;
}
.article-common .ac-box2 {
  overflow: hidden;
  margin-top: 30px;
}
.article-common .ac-box2 .ac-box2-title {
  color: #63a35c;
  position: relative;
  font-weight: bold;
}
.article-common .ac-box2 .ac-box2-title:before {
  content: '';
  display: block;
  width: 190px;
  height: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.article-common .ac-box2 div.first {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.article-common .ac-box2 div.first .pic {
  height: 150px;
  position: relative;
}
.article-common .ac-box2 div.first .pic span {
  padding: 4px 8px;
  background: #d84e33;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.article-common .ac-box2 div.first p {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  max-height: 60px;
  overflow: hidden;
}
.article-common .ac-box2 ul {
  overflow: hidden;
  margin-top: 20px;
}
.article-common .ac-box2 ul li {
  overflow: hidden;
  width: 49%;
  float: left;
  margin-left: 2%;
  margin-bottom: 15px;
}
.article-common .ac-box2 ul li .pic {
  position: relative;
  width: 100%;
  height: 80px;
}
.article-common .ac-box2 ul li .pic span {
  padding: 4px 8px;
  background: #d84e33;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.article-common .ac-box2 ul li p {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  max-height: 42px;
  overflow: hidden;
}
.article-common .ac-box2 ul li:nth-of-type(2n+1) {
  margin-left: 0;
}
.article-common .ac-box3 {
  overflow: hidden;
  margin-top: 30px;
}
.article-common .ac-box3 .pic {
  width: 100%;
  height: 180px;
  position: relative;
}
.article-common .ac-box3 .pic h3 {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
}
.article-common .ac-box4 {
  margin-top: 30px;
  overflow: hidden;
}
.article-common .ac-box4 .hot-travel-title {
  position: relative;
}
.article-common .ac-box4 .hot-travel-title i {
  color: #f73c3c;
  font-size: 18px;
}
.article-common .ac-box4 .hot-travel-title h3 {
  font-size: 16px;
  font-weight: bold;
}
.article-common .ac-box4 ul {
  overflow: hidden;
  margin-top: 15px;
}
.article-common .ac-box4 ul li {
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #dadada;
}
.article-common .ac-box4 ul li .pic {
  width: 60px;
  height: 50px;
  float: left;
  margin-right: 5px;
}
.article-common .ac-box4 ul li h3 {
  font-size: 14px;
  max-height: 36px;
  overflow: hidden;
  color: #444;
}
.article-common .ac-box4 ul li:hover h3 {
  color: #d84e33;
}
.article-contact {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-top: 40px;
  background: #fff;
}
.article-contact h3 {
  font-size: 24px;
  border-left: 5px solid #0b94ea;
  line-height: 24px;
  overflow: hidden;
  text-indent: 10px;
}
.article-contact h4 {
  font-size: 16px;
  color: #D8A958;
  margin-top: 5px;
}
.article-contact dl {
  margin-bottom: 0;
}
.article-contact dl dd {
  font-size: 18px;
  color: #D8A958;
  font-weight: bold;
}
.article-contact .qecode-lst {
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
}
.article-contact .qecode-lst img {
  display: block;
  width: 47.5%;
  float: left;
}
.article-contact .qecode-lst img:first-child {
  margin-right: 5%;
}
.color1 {
  background: #d84e33;
}
.color2 {
  background: #63a35c;
}
.color3 {
  background: #007aff;
}
.color4 {
  background: #54c2e4;
}
.color5 {
  background: #df5000;
}
.color6 {
  background: #f73c3c;
}
.color7 {
  background: #9b59b6;
}
.color8 {
  background: #0086b3;
}
.color9 {
  background: #55a532;
}
.color10 {
  background: #a71d5d;
}
.color11 {
  background: #6f42c1;
}
.color12 {
  background: #fd7e14;
}
.address-info-wrap {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.address-info-wrap .wrap-content {
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.address-info-wrap .wrap-content .c-left-img {
  width: 150px;
  float: left;
  height: 120px;
  margin-right: 15px;
}
.address-info-wrap .wrap-content .c-left-title {
  float: left;
  overflow: hidden;
  margin-right: 15px;
}
.address-info-wrap .wrap-content .c-left-title strong {
  font-size: 28px;
  display: block;
  color: #3a3636;
}
.address-info-wrap .wrap-content .c-left-title b {
  font-size: 22px;
  color: #3b88dc;
}
.address-info-wrap .wrap-content .c-left-total {
  width: 250px;
  float: left;
  overflow: hidden;
}
.address-info-wrap .wrap-content .c-left-total h4 {
  border-bottom: 1px solid #f1f1f1;
  color: #7f6696;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.address-info-wrap .wrap-content .c-left-total p {
  margin-bottom: 15px;
  color: #555;
  font-weight: bold;
}
.address-info-wrap .wrap-content .c-left-total p b {
  color: #6f42c1;
}
.fixed-box-contact {
  position: fixed;
  left: 0;
  bottom: 10%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 150px;
  height: 120px;
  cursor: pointer;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.fixed-box-contact .contact-body {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  /* Safari 和 Chrome */
  display: none;
}
.fixed-box-contact .contact-body h3 {
  font-size: 28px;
  color: #444;
  font-weight: bold;
  text-align: center;
}
.fixed-box-contact .contact-body h6 {
  color: #D8A958;
  text-align: center;
  margin: 10px auto;
}
.fixed-box-contact .contact-body h4 {
  font-size: 20px;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}
.fixed-box-contact .contact-body h4 i {
  font-size: 30px;
  margin-right: 10px;
}
.fixed-box-contact .contact-body h4::after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  background: #0b94ea;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
}
.fixed-box-contact .contact-body img {
  width: 100px;
  display: inline-block;
}
.fixed-box-contact .contact-body dl {
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.fixed-box-contact .contact-body dl dd {
  color: #ceac71;
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.fixed-box-contact .contact-body dl dd i {
  font-size: 20px;
  margin-right: 10px;
}
.fixed-box-contact .contact-body .zj {
  color: #D8A958;
  font-size: 30px;
  text-align: center;
  overflow: hidden;
  clear: both;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.fixed-box-contact .contact-body .zj i {
  font-size: 35px;
  margin-right: 10px;
}
.fixed-box-contact .contact-body ul {
  overflow: hidden;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.fixed-box-contact .contact-body ul li {
  float: left;
  margin-right: 30px;
}
.fixed-box-contact .contact-body ul li p {
  text-align: center;
  margin: 0;
  color: #666;
  margin-top: 8px;
}
.fixed-box-contact .fixed-box-img {
  position: relative;
  width: 70%;
  margin-left: 5%;
  top: -45%;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.fixed-box-contact .fixed-box-img img {
  display: block;
  width: 100%;
  position: absolute;
}
.fixed-box-contact h5 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
  text-indent: -20px;
  position: relative;
  overflow: hidden;
}
.fixed-box-contact h5 i {
  margin-right: 20px;
  float: right;
}
.fixed-box-contact:hover {
  width: 470px;
  height: 470px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
}
.fixed-box-contact:hover .fixed-box-img {
  margin-left: 0;
  top: 0;
  right: 0;
  display: none;
}
.fixed-box-contact:hover .contact-body {
  opacity: 1;
}
.fixed-box-contact:hover h5 {
  display: none;
}
/*.wave-box{*/
/*  width: 100%;*/
/*  height: 20px;*/
/*  overflow: hidden;*/
/*}*/
/*.wave {*/
/*  position: absolute;*/
/*  border: 1px solid #0eaffe;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border-radius: 50%;*/
/*  line-height: 50px;*/
/*  margin: 0 auto;*/
/*  font-size: 14px;*/
/*  text-align: center;*/
/*  overflow: hidden;*/
/*  animation: water-wave linear infinite;*/
/*  left: 94px;*/
/*  top: 0;*/
/*}*/
/**/
/*.wave1 {*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  left: -25%;*/
/*  background: #33cfff;*/
/*  opacity: .7;*/
/*  width: 200%;*/
/*  height: 200%;*/
/*  border-radius: 40%;*/
/*  animation: inherit;*/
/*  animation-duration: 5s;*/
/*}*/
/**/
/*.wave2 {*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  left: -35%;*/
/*  background: #0eaffe;*/
/*  opacity: .7;*/
/*  width: 200%;*/
/*  height: 200%;*/
/*  border-radius: 35%;*/
/*  animation: inherit;*/
/*  animation-duration: 7s;*/
/*}*/
/**/
/*.wave3 {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: -35%;*/
/*  background: #0f7ea4;*/
/*  opacity: .3;*/
/*  width: 200%;*/
/*  height: 200%;*/
/*  border-radius: 33%;*/
/*  animation: inherit;*/
/*  animation-duration: 11s;*/
/*}*/
/**/
/*@keyframes water-wave {*/
/*  0% {*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  100% {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/
@-webkit-keyframes STAR-MOVE {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 600% 0%;
  }
}
@keyframes STAR-MOVE {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 600% 0%;
  }
}
.wall {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
div#background {
  /*background: black url('../images/background.png') repeat-x 5% 0%;*/
  background-size: cover;
  -webkit-animation: STAR-MOVE 200s linear infinite;
  animation: STAR-MOVE 200s linear infinite;
}
div#midground {
  background: url('../images/midground.png') repeat 20% 0%;
  z-index: 1;
  -webkit-animation: STAR-MOVE 100s linear infinite;
  animation: STAR-MOVE 100s linear infinite;
}
div#foreground {
  background: url('../images/foreground.png') repeat 35% 0%;
  z-index: 2;
  -webkit-animation: STAR-MOVE 50s linear infinite;
  animation: STAR-MOVE 50s linear infinite;
}
.head-info {
  background: #f3f5f6;
}
.head-info p {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
.head-info p span {
  font-size: 14px;
  float: right;
  color: #666;
}
.alert-mt {
  width: 400px;
  overflow: hidden;
  display: none;
}
.alert-mt img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.alert-mt canvas {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.alert-mt p {
  text-align: center;
  line-height: 40px;
  color: #e6be2c;
}
.flex-right-common {
  position: fixed;
  right: 38px;
  bottom: 30%;
  z-index: 99999999;
}
.flex-right-common .flex-right-wrap {
  position: relative;
}
.flex-right-common .flex-content {
  display: block;
}
.flex-right-common .flex-content .content {
  background: #fff;
  position: relative;
  padding: 25px 18px;
  border-radius: 10px;
  display: none;
  transition: all 1s;
  opacity: 0;
  transform: translateX(-100px);
}
.flex-right-common .flex-content .content h3 {
  font-size: 20px;
  text-align: center;
  color: #111111;
  width: 162px;
  line-height: 30px;
}
.flex-right-common .flex-content .content h4 {
  font-size: 14px;
  color: #bab6b2;
  text-align: center;
  line-height: 24px;
}
.flex-right-common .flex-content .content1 {
  box-shadow: 0px 4px 18px 0px rgba(70, 187, 54, 0.34);
  position: absolute;
  right: 124px;
  top: -80px;
  border: 1px dashed #46bb36;
  z-index: 999999999;
}
.flex-right-common .flex-content .content1:before {
  content: '';
  width: 18px;
  height: 21px;
  display: block;
  position: absolute;
  right: -17px;
  top: 120px;
  background: url('../images/flex-wx-icon.svg') no-repeat center;
}
.flex-right-common .flex-content .content2 {
  box-shadow: 0px 4px 18px 0px rgba(255, 128, 15, 0.34);
  position: absolute;
  right: 124px;
  top: 24px;
  border: 1px dashed #ff800f;
  z-index: 999999999;
}
.flex-right-common .flex-content .content2 h5 {
  font-size: 12px;
  color: #fdc28e;
  text-align: center;
}
.flex-right-common .flex-content .content2 dl {
  overflow: hidden;
  margin-top: 24px;
}
.flex-right-common .flex-content .content2 dl dd {
  font-size: 18px;
  color: #ff800f;
  font-weight: bold;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../images/flex-common-right-phone.png');
  text-indent: 30px;
  margin-bottom: 20px;
}
.flex-right-common .flex-content .content2:before {
  content: '';
  width: 18px;
  height: 21px;
  display: block;
  position: absolute;
  right: -17px;
  top: 120px;
  background: url('../images/flex-wx-icon2.svg') no-repeat center;
}
.flex-right-common .flex-content .active {
  opacity: 1 !important;
  transform: translateX(0) !important;
  display: block !important;
}
.flex-right-common .flex-content ul {
  overflow: hidden;
}
.flex-right-common .flex-content ul li {
  margin-top: 26px;
}
.flex-right-common .flex-content ul li p {
  font-size: 14px;
  color: #46bb36;
  text-align: center;
  line-height: 14px;
}
.flex-right-common .flex-content ul li img {
  display: block;
  width: 110px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 6px;
  border-radius: 5px;
}
.flex-right-common .flex-content ul li:nth-of-type(1) {
  margin-top: 15px;
}
.flex-right-common .flex-nav {
  width: 99px;
  border-radius: 10px;
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  z-index: 99999;
  float: right;
}
.flex-right-common .flex-nav ul {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
.flex-right-common .flex-nav ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.flex-right-common .flex-nav ul li span {
  display: block;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55%;
  margin: 0 auto;
}
.flex-right-common .flex-nav ul li:last-child {
  margin-bottom: 0;
}
.flex-right-common .flex-nav ul li:nth-of-type(1) a {
  color: #1bc1fa;
}
.flex-right-common .flex-nav ul li:nth-of-type(1) span {
  background-image: url('../images/flex-common-right-qq.png');
}
.flex-right-common .flex-nav ul li:nth-of-type(1) {
  color: #46bb36;
}
.flex-right-common .flex-nav ul li:nth-of-type(2) span {
  background-image: url('../images/flex-common-right-wx.png');
}
.flex-right-common .flex-nav ul li:nth-of-type(3) {
  color: #ff800f;
}
.flex-right-common .flex-nav ul li:nth-of-type(3) span {
  background-image: url('../images/flex-common-right-phone.png');
}
.alert-pop-box {
  overflow: hidden;
  display: none;
  padding-bottom: 40px;
}
.alert-pop-box .alert-top {
  width: 100%;
  overflow: hidden;
  margin-bottom: 23px;
}
.alert-pop-box .alert-top img {
  display: block;
  height: auto;
}
.alert-pop-box .alert-btn {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.alert-pop-box .alert-btn button {
  display: block;
  width: 156px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #c0bcbc;
  border-radius: 5px;
  font-size: 22px;
  color: #c0bcbc;
  cursor: pointer;
  background: #fff;
}
.alert-pop-box .alert-btn button:first-child {
  margin-right: 30px;
}
.alert-pop-box .alert-btn .active {
  background-image: -moz-linear-gradient(90deg, #814ef1 0%, #4742e6 100%) !important;
  background-image: -webkit-linear-gradient(90deg, #814ef1 0%, #4742e6 100%) !important;
  background-image: -ms-linear-gradient(90deg, #814ef1 0%, #4742e6 100%) !important;
  box-shadow: 0px 1px 12.35px 0.65px rgba(12, 97, 177, 0.2) !important;
  color: #fff;
}
.alert-pop-box .aert-lst {
  width: 463px;
  overflow: hidden;
  margin: 0 auto;
}
.alert-pop-box .aert-lst ul {
  overflow: hidden;
}
.alert-pop-box .aert-lst ul li {
  position: relative;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
}
.alert-pop-box .aert-lst ul li span {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-right: 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 12.35px 0.65px rgba(12, 97, 177, 0.2);
}
.alert-pop-box .aert-lst ul li h4 {
  font-size: 26px;
  color: #0a0a0a;
  font-weight: normal;
}
.alert-pop-box .aert-lst ul li p {
  font-size: 16px;
  color: #c0bcbc;
}
.alert-pop-box .aert-lst ul li a {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  width: 106px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 5px;
}
.alert-pop-box .aert-lst ul li img {
  width: 106px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -53px;
}
.alert-pop-box .aert-lst ul li:nth-of-type(1) a {
  background: #397bf8;
}
.alert-pop-box .aert-lst ul li:nth-of-type(1) span {
  background-image: url('../images/alert-qq.png');
}
.alert-pop-box .aert-lst ul li:nth-of-type(2) a {
  background: #ff861b;
}
.alert-pop-box .aert-lst ul li:nth-of-type(2) span {
  background-image: url('../images/alert-phone.png');
}
.alert-pop-box .aert-lst ul li:nth-of-type(3) span {
  background-image: url('../images/alert-wechat.png');
}
.alert-pop-box .form-bg {
  background-color: #ffffff;
  box-shadow: 0px 1px 12.35px 0.65px rgba(12, 97, 177, 0.2);
  margin: 10px;
}
.alert-pop-box .layui-form-item .layui-input,
.alert-pop-box .layui-form-item .layui-textarea {
  border: 1px solid #83aaf1;
}
.alert-pop-box .layui-form-item .alert-sub-btn {
  width: 100%;
  border-radius: 5px;
  background-image: -moz-linear-gradient(0deg, #4742e6 0%, #814ef1 100%);
  background-image: -webkit-linear-gradient(0deg, #4742e6 0%, #814ef1 100%);
  background-image: -ms-linear-gradient(0deg, #4742e6 0%, #814ef1 100%);
  box-shadow: 0px 1px 12.35px 0.65px rgba(12, 97, 177, 0.2);
}
/*# sourceMappingURL=public.css.map */