

/*动画帧*/
/*右侧悬浮窗*/
#help {
  position: fixed;
  width: 100px;
  right: -10px;
  top: 50%;
  padding: 10px 0;
  transform: translateY(-50%);
  background-color: #ffffff;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  z-index: 100;
  display: none;
}

#help .help-link {
  position: relative;
  display: block;
  width: 100%;
}

#help .help-link .help-icon {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 10px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#help .help-link .help-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #f4f4f4;
  overflow: hidden;
  margin-left: -25px;
}

#help .help-link .help-icon .help-icon-img {
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}

#help .help-link .help-icon .help-icon-img1 {
  background: url(http://www.hzmqsj.com/templets/default/img/help_icon1.png) no-repeat;
}

#help .help-link .help-icon .help-icon-img2 {
  background: url(http://www.hzmqsj.com/templets/default/img/help_icon2.png) no-repeat;
}

#help .help-link .help-icon .help-icon-img3 {
  background: url(http://www.hzmqsj.com/templets/default/img/help_icon3.png) no-repeat;
}

#help .help-link .help-icon .help-icon-img4 {
  background: url(http://www.hzmqsj.com/templets/default/img/help_icon4.png) no-repeat;
}
#help .help-link .help-icon p {
  text-align: center;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
}

#help .help-link .help-content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 0;
  background-color: #fff;
  box-shadow: -3px 0 10px #ccc;
  overflow: hidden;
  color: #313131;
}

#help .help-link .help-content .text {
  padding: 15px;
  line-height: 28px;
}

#help .help-link .help-content3 {
  height: 144px;
}

#help .help-link .help-content3 .text {
  background: #a2a2a2;
  width: 144px;
}

#help .help-link .help-content4 {
  height: 58px;
}

#help .help-link .help-content4 .text {
  width: 86px;
}

#help .help-link .help-content5 {
  height: 58px;
}

#help .help-link .help-content5 .text {
  width: 150px;
  color: #e55c4d;
  font-size: 15px;
  font-weight: bold;
}

#help .help-link:hover .help-icon .help-icon-img1 {
  background: url(http://www.hzmqsj.com/templets/default/img/help_icon1_hover.png) no-repeat;
}

#help .help-link:hover .help-icon .help-icon-img2 {
  background: url(http://www.hzmqsj.com/templets/default/img/help_icon2_hover.png) no-repeat;
}

#help .help-link:hover .help-icon .help-icon-img3 {
  background: url(http://www.hzmqsj.com/templets/default/img/help_icon3_hover.png) no-repeat;
}

#help .help-link:hover .help-icon .help-icon-img4 {
  background: url(http://www.hzmqsj.com/templets/default/img/help_icon4_hover.png) no-repeat;
}

#help .help-link:hover .help-icon p {
  color: #cf4c4c;
}

/* 底部 */
#footer {
  background: #404040;
  padding-top: 70px;
}

#footer .top {
  border-bottom: 1px solid #545353;
  padding-bottom: 30px;
}

#footer .top dl {
  line-height: 26px;
  margin-right: 50px;
}

#footer .top dl dt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

#footer .top dl dd a {
  font-size: 13px;
  color: #898989;
}

#footer .top dl dd a:hover {
  color: #fff;
}

#footer .top .ml60 {
  margin-left: 60px;
}

#footer .top .QRcode {
  width: 114px;
  margin-right: 22px;
  text-align: center;
}

#footer .top .QRcode img {
  margin-bottom: 15px;
}

#footer .top .QRcode p {
  font-size: 14px;
  color: #a5a4a4;
}

#footer .top .line {
  width: 1px;
  height: 132px;
  background: #666;
  overflow: hidden;
  margin: 0 60px 0 16px;
}

#footer .top .info .p1 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

#footer .top .info .p2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

#footer .top .info .p3 {
  font-size: 14px;
  color: #898989;
  margin-bottom: 20px;
}

#footer .top .info .button {
  display: block;
  width: 122px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: none;
  background: #cf4c4c;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#footer .top .info .button:hover {
  border-radius: 30px;
}

#footer .bottom {
  text-align: center;
  font-size: 13px;
  color: #9e9e9e;
  padding: 20px;
}

#bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 102;
}

#bottom-fixed .close {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 27px;
  height: 27px;
  background: url(http://www.hzmqsj.com/templets/default/img/icon8.png) no-repeat;
}

#bottom-fixed .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  fliter: alpha(opacity=70);
}

#bottom-fixed .w1200 {
  z-index: 10;
}

#bottom-fixed .left {
  width: 415px;
  padding: 18px 0 0 88px;
}

#bottom-fixed .left .title {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 12px;
}

#bottom-fixed .left .people {
  font-size: 19px;
  color: #fff;
}

#bottom-fixed .left .people strong {
  color: #cf4c4c;
  padding: 0 10px;
}

#bottom-fixed .middle input, #bottom-fixed .middle select {
  border: none;
  width: 157px;
  height: 32px;
  line-height: 32px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 12px;
  color: #999999;
  margin-right: 10px;
  margin-top: 10px;
}

#bottom-fixed .middle .city_box {
  width: 344px;
}

#bottom-fixed .middle .tell_box {
  padding-top: 10px;
}

#bottom-fixed .middle .tell_box .BaoMing {
  width: 77px;
  height: 74px;
  padding: 27px 0 0;
  text-align: center;
  background-color: #cf4c4c;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

#bottom-fixed .middle .tell_box .BaoMing:hover {
  background-color: #cf3e3e;
}

#bottom-fixed .right {
  padding-top: 21px;
  font-size: 20px;
  line-height: 26px;
  padding-left: 50px;
  color: #ffffff;
}

#bottom-fixed .right div {
  background: url(http://www.hzmqsj.com/templets/default/img/phone_icon.png) no-repeat left center;
  padding-left: 45px;
}

.ml15 {
  margin-left: 15px;
}

/* 弹出层 */
.popup-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -210px 0 0 -201px;
  width: 402px;
  height: 420px;
  background: #fff;
  z-index: 1001;
  padding: 60px 45px 30px;
}

.popup .popup-close {
  background: url(http://www.hzmqsj.com/templets/default/img/popup_close.png) no-repeat;
  width: 40px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
}

.popup .popup-icon {
  position: absolute;
  left: 50%;
  top: -43px;
  width: 87px;
  height: 87px;
  margin-left: -43px;
  z-index: 2;
  background: url(http://www.hzmqsj.com/templets/default/img/popup_icon.png) no-repeat;
}

.popup h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.popup p {
  font-size: 16px;
  color: #494949;
  margin-bottom: 20px;
  text-align: center;
}

.popup p strong {
  color: #d9000f;
}

.popup .item {
  margin-bottom: 15px;
}

.popup .item label {
  width: 75px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: left;
}

.popup .item label em {
  color: red;
}

.popup .item .input {
  width: 237px;
  height: 35px;
  text-indent: 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #aeaeae;
  border-radius: 0;
}

.popup .item .submit {
  height: 40px;
  background: linear-gradient(to right, #e25e5f, #d73867);
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
  border: none;
}

.popup .tip {
  font-size: 12px;
  color: #aeaeae;
}

.h2-title {
  font-size: 36px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
  padding-top: 70px;
  padding-bottom: 14px;
  text-align: center;
}

.p-info {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-delay: .3s;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-delay: .3s;
}

.popup-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -210px 0 0 -201px;
  width: 402px;
  height: 420px;
  background: #fff;
  z-index: 1001;
  padding: 60px 45px 30px;
}

.popup .popup-close {
  background: url(http://www.hzmqsj.com/templets/default/img/popup_close.png) no-repeat;
  width: 40px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
}

.popup .popup-icon {
  position: absolute;
  left: 50%;
  top: -43px;
  width: 87px;
  height: 87px;
  margin-left: -43px;
  z-index: 2;
  background: url(http://www.hzmqsj.com/templets/default/img/popup_icon.png) no-repeat;
}

.popup h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.popup p {
  font-size: 16px;
  color: #494949;
  margin-bottom: 20px;
  text-align: center;
}

.popup p strong {
  color: #d9000f;
}

.popup .item {
  margin-bottom: 15px;
}

.popup .item label {
  width: 75px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: left;
}

.popup .item label em {
  color: red;
}

.popup .item .input {
  width: 237px;
  height: 35px;
  text-indent: 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #aeaeae;
  border-radius: 0;
}

.popup .item .submit {
  height: 40px;
  background: linear-gradient(to right, #e25e5f, #d73867);
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
  border: none;
}

.popup .tip {
  font-size: 12px;
  color: #aeaeae;
}

/* banner */
.banner {
  width: 100%;
  margin-top: 137px;
  overflow: hidden;
}

.banner .swiper-pagination {
  bottom: 30px;
}

.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #cccccc;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #cf4c4c;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  color: #fff;
  visibility: hidden;
}

.banner .swiper-container:hover .swiper-button-next, .banner .swiper-container:hover .swiper-button-prev {
  visibility: visible;
}

#content .session8 .li-block1 {
  width: 580px;
  height: 260px; border:#000 0px solid;
  background-color: #fefefe;
  margin:0px 10px 50px 10px;
  padding:20px 20px 20px 20px;
}


#content .session8 li {
  float: left;
}

#content .session8 .li-block {
  width: 580px;
  height: 260px; border:#000 0px solid;
  background-color: #fefefe;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin:0px 10px 50px 10px;
  text-align: center;
  padding: 35px 0px 0px 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#content .session8 .li-block em {
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto 15px;
}

#content .session8 .li-block .em1 {
  background: url(http://www.hzmqzx.com/templets/default/img/session8_icon1.png) no-repeat;
}

#content .session8 .li-block .em2 {
  background: url(http://www.hzmqzx.com/templets/default/img/session8_icon2.png) no-repeat;
}

#content .session8 .li-block .em3 {
  background: url(http://www.hzmqzx.com/templets/default/img/session8_icon3.png) no-repeat;
}

#content .session8 .li-block .em4 {
  background: url(http://www.hzmqzx.com/templets/default/img/session8_icon4.png) no-repeat;
}

#content .session8 .li-block .em5 {
  background: url(http://www.hzmqzx.com/templets/default/img/session8_icon5.png) no-repeat;
}

#content .session8 .li-block .em6 {
  background: url(http://www.hzmqzx.com/templets/default/img/session8_icon6.png) no-repeat;
}

#content .session8 .li-block h4 {
  font-size: 30px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 0px;
  font-weight: 700;
}

#content .session8 .li-block p {
  font-size: 14px;
  color: #999999; margin-top:40px;
}

#content .session8 .li-block:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

#content .session8 .li-block:hover em {
  background-position: 0 -66px;
}

#content .session8 .li-last {
  width: 561px;
  text-align: left;
  padding-top: 19px;
  background: none;
  box-shadow: none;
}

#content .session8 .li-last h3 {
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 10px;
}

#content .session8 .li-last .p1 {
  font-size: 12px;
  color: #666;
  margin-bottom: 25px;
  text-transform: uppercase;
}

#content .session8 .li-last .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
  margin-bottom: 20px;
}

#content .session8 .li-last .p3 strong {
  font-size: 20px;
  color: #c4a76f;
  line-height: 20px;
  margin-right: 18px;
  margin-top:10px;
}

#content .session8 .li-last .p3 strong span {
  letter-spacing: 0.5px;
}

#content .session8 .li-last .p3 a {
  width: 96px;
  height: 31px;
  line-height: 31px;
  background-color: #bc313b;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#content .session8 .li-last .p3 a:hover {
  border-radius: 30px;
}

#content .session9 {
  background: url(http://www.hzmqsj.com/templets/default/img/session9_bg.png) no-repeat center top;
  padding-bottom: 56px;
  margin-bottom: 50px;
}

#content .session9 .h2-title {
  color: #c4a76f;
}

#content .session9 .p-info {
  color: #fff;
}

#content .session9 ul {
  width: 1143px;
  margin: 57px auto 50px;
}

#content .session9 ul li {
  float: left;
  width: 115px;
  text-align: center;
  position: relative;
  margin-right: 12px;
  cursor: default;
}

#content .session9 ul li em {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#content .session9 ul li .em1 {
  background: url(http://www.hzmqsj.com/templets/default/img/process-1.png) no-repeat;
}

#content .session9 ul li .em2 {
  background: url(http://www.hzmqsj.com/templets/default/img/process-2.png) no-repeat;
}

#content .session9 ul li .em3 {
  background: url(http://www.hzmqsj.com/templets/default/img/process-3.png) no-repeat;
}

#content .session9 ul li .em4 {
  background: url(http://www.hzmqsj.com/templets/default/img/process-4.png) no-repeat;
}

#content .session9 ul li .em5 {
  background: url(http://www.hzmqsj.com/templets/default/img/process-5.png) no-repeat;
}

#content .session9 ul li .em6 {
  background: url(http://www.hzmqsj.com/templets/default/img/process-6.png) no-repeat;
}

#content .session9 ul li .em7 {
  background: url(http://www.hzmqsj.com/templets/default/img/process-7.png) no-repeat;
}

#content .session9 ul li .em8 {
  background: url(http://www.hzmqsj.com/templets/default/img/process-8.png) no-repeat;
}

#content .session9 ul li .em9 {
  background: url(http://www.hzmqsj.com/templets/default/img/process-9.png) no-repeat;
}

#content .session9 ul li p {
  font-size: 16px;
  color: #f2f2f2;
}

#content .session9 ul li::before {
  content: '';
  position: absolute;
  right: -11px;
  top: 36px;
  background: url(http://www.hzmqsj.com/templets/default/img/service-arrow.png) no-repeat;
  width: 11px;
  height: 12px;
}

#content .session9 ul li:nth-last-child(1)::before {
  width: 0;
}

#content .session9 ul li:hover em {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

#content .session9 .btn {
  display: block;
  width: 185px;
  height: 37px;
  line-height: 37px;
  background-color: #cf4c4c;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#content .session9 .btn span {
  background: url(http://www.hzmqsj.com/templets/default/img/session9_icon.png) no-repeat left center;
  padding-left: 30px;
}

#content .session9 .btn:hover {
  background-color: #98010c;
}

#content .session10 {
  padding: 0 0 60px;
}



@keyframes gt {
  0% {
    left: 0px;
  }
  50% {
    left: -700px;
  }
  100% {
    left: 0px;
  }
}

@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
