body {
  font-family: "PingFang SC UltraLight", PingFangSC-Light, "Microsoft YaHei", Tahoma, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: num;
  src: url('../fonts/AgencyFB.ttf') /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/;
}
a {
  text-decoration: none;
  color: #333333;
}
img {
  max-width: 100%;
}
.clear {
  height: 0;
  clear: both;
}
.container {
  position: relative;
  padding: 0 15px;
}
.page-body {
  background-color: #FFFFFF;
}
input::-webkit-input-placeholder {
  opacity: 1;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shadow-bot {
  -webkit-box-shadow: 0 1px 20px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 0 1px 20px 0 rgba(46, 61, 73, 0.2);
}
.bar {
  background: #ffffff;
  margin-top: -1px;
  height: 30px;
}
/* 导航条开始 */
.header li {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header li.active {
  border-bottom: 3px solid #fd5443;
}
.header li:hover {
  border-bottom: 3px solid #fd5443;
}
.header.top li {
  border: none;
}
.header.phone {
  padding: 6px 12px;
  height: 42px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #fd5443;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 20px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 0 1px 20px 0 rgba(46, 61, 73, 0.2);
}
.header.phone .logo {
  float: left;
}
.header.phone .logo img {
  display: block;
  height: 32px;
  margin-top: 7px;
}
.header.phone .nav-toggle {
  float: right;
  font-size: 34px;
  padding: 4px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.header.phone.top {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header.phone.top .nav-toggle {
  color: #FFFFFF;
}
.close-btn {
  width: 20px;
  height: 20px;
}
/* 移动端导航 */
.nav-menu-box {
  position: fixed;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transform-origin: center top;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  z-index: 120;
}
.nav-menu-box.open {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.nav-menu-box a {
  color: #333333;
}
.nav-menu-top {
  text-align: center;
}
.nav-menu-top .close-btn {
  position: absolute;
  top: 21px;
  right: 21px;
  font-size: 32px;
}
.nav-menu .link-btn {
  text-align: center;
  padding-top: 50px;
}
.nav-menu .link-btn a {
  display: inline-block;
  padding: 13px 50px;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  background: #FFFFFF;
  color: #fd5443;
}
.img-responsive {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  display: inline-block;
  width: 20%;
  -webkit-filter: drop-shadow(4px 4px 6px rgba(255, 255, 255, 0.85));
  filter: drop-shadow(4px 4px 6px rgba(255, 255, 255, 0.85));
}
.nav-menu a {
  display: block;
  padding: 6px 20px;
  line-height: 1.2;
}
.nav-menu .h2 {
  font-size: 18px;
  position: relative;
}
.nav-menu .subnav {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
}
.nav-menu .subnav li {
  font-size: 18px;
  position: relative;
}
.nav-menu .h2:before,
.nav-menu .subnav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #ffffff;
}
.nav-menu .h2 a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-menu .subnav li a {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.65);
}
/* 移动端导航结束 */
.mark-right {
  float: right;
  width: 10px;
  height: 12px;
  background: url(../img/mark_right.png) center center no-repeat;
  background-size: auto 100%;
}
/* 导航结束 */
#header-pc {
  position: fixed;
  top: 0;
  left: 0;
  height: 62px;
  width: 100%;
  z-index: 100;
  font-size: 14.4px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 0 1px 20px 0 rgba(46, 61, 73, 0.2);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  background: #FFFFFF;
  border-bottom: 1px solid #e3e3e3;
}
#header-pc #logo {
  margin-right: 30px;
}
#header-pc #logo a {
  display: block;
}
#header-pc #logo a img {
  display: block;
  height: 30px;
}
#header-pc #logo a .logo1 {
  display: none;
}
#header-pc .nav {
  height: 62px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
}
#header-pc .nav li {
  margin: 0 25px;
  line-height: 62px;
}
#header-pc.top {
  background: transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header-pc.top a {
  color: #FFFFFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
}
#header-pc.top .nav-share > span {
  background: transparent;
}
#header-pc.top #logo {
  margin-right: 30px;
}
#header-pc.top #logo a .logo2 {
  display: none;
}
#header-pc.top #logo a .logo1 {
  display: block;
}
#header-pc a {
  color: #666666;
  display: block;
  height: 100%;
}
#header-pc .nav-share {
  color: #FFFFFF;
}
#header-pc .nav-share > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #c4c4c4;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}
#header-pc .nav-share > span:first-child {
  margin-right: 5px;
}
#header-pc .nav-share > span:hover {
  background: #fd5443;
  color: #FFFFFF;
}
.main-banner {
  position: relative;
  overflow: hidden;
  background: url(../img/ba04.jpg) center center no-repeat;
  height: calc(100vh + 62px);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  background-blend-mode: multiply;
}
.main-banner .banner-info {
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.main-banner .banner-info .line {
  width: 30%;
  margin: 0 auto 30px;
  background: #ffffff;
}
.main-banner .banner-info .slogan {
  font-size: 32px;
  letter-spacing: 7px;
  margin-bottom: 30px;
}
.main-banner .banner-info .small {
  font-size: 16px;
  margin-bottom: 30px;
}
.main-banner .next-tip {
  position: absolute;
  width: 32px;
  left: 50%;
  bottom: 62px;
  cursor: pointer;
  margin-left: -16px;
}
.main-banner .next-tip img {
  display: block;
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.main-banner .next-tip img:first-child {
  margin-bottom: 10px;
}
.main-banner .next-tip img:nth-child(2) {
  opacity: 0.5;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.main-banner .next-tip img:nth-child(3) {
  opacity: 0.3;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
.main-contact {
  position: absolute;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  bottom: 165px;
  color: #ffffff;
  font-size: 16px;
}
.banner img {
  display: block;
  width: 100%;
}
.body-img-bg {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.cell-aboutus {
  margin-bottom: 20px;
  text-align: center;
}
.cell-aboutus .title {
  margin-bottom: 15px;
  font-size: 24.4px;
  letter-spacing: 1.5px;
  color: #1e2e44;
}
.cell-aboutus .line {
  margin-bottom: 15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #fd5443;
}
.cell-aboutus .desc {
  font-size: 16px;
  line-height: 2;
  color: #496174;
}
.main-block {
  padding: 40px 0 60px;
  overflow: hidden;
  /*background: url(../img/index_bg.jpg) top center no-repeat;*/
  /*background-size: cover;*/
}
.main-block .main-block-item {
  margin: 0 auto;
  width: 1200px;
  padding-top: 5px;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.main-block .index-title {
  padding-bottom: 10px;
}
.main-block .list {
  margin: 0 auto;
  width: 1200px;
  padding: 0 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -10px;
}
.main-block .list .list-title {
  font-size: 18px;
  margin-bottom: 15px;
  padding-top: 10px;
}
.main-block .list .item {
  width: 206px;
  margin-left: 10px;
  float: left;
  margin-bottom: 16px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.main-block .list .item .item-title {
  text-align: center;
  margin-bottom: 12px;
  font-size: 16.4px;
}
.main-block .list .item .face {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.main-block .list .item .face img {
  display: block;
  width: 206px;
  height: 143px;
}
.main-block .list .item .face .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 100% 100%;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.main-block .list .item .face .mask .h1 {
  font-size: 44px;
}
.main-block .list .item .face:hover .mask {
  opacity: 1;
}
.main-block .list .item .line {
  padding-bottom: 10px;
  border-bottom: 1px dashed #dcddd8;
}
.main-block .list .item .face-side {
  padding: 10px 0;
  margin-bottom: 15px;
}
.main-block .list .item .face-side:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-block .list .item .face-side .name {
  margin-bottom: 10px;
  font-size: 14.4px;
}
.main-block .list .item .face-side .func-bar .bofang-btn {
  float: left;
  color: #fd5443;
  font-size: 18px;
  cursor: pointer;
}
.main-block .list .item .face-side .func-bar .jindu {
  float: right;
  margin-top: 5px;
  height: 10px;
  border-radius: 5px;
  width: 180px;
  background: #d4d4d4;
  background-size: 20% 100%;
  overflow: hidden;
  cursor: pointer;
}
.main-block .list .item .face-side .func-bar .jindu .jindu-inner {
  background: #fd5443;
  width: 0%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.canvas_player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.85;
}
.peiyin-block .list {
  margin: 0 auto;
  width: 1280px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.peiyin-block .list .list-title {
  font-size: 18px;
  margin-bottom: 15px;
  padding-top: 10px;
}
.peiyin-block .list .item {
  width: 218px;
  margin-right: 10px;
  margin-left: 0;
  float: left;
  margin-bottom: 20px;
  background: #f2f2f2;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
}
.peiyin-block .list .item .face img {
  display: block;
  width: 218px;
  height: 145px;
}
.index-title {
  border-radius: 0 6px 0 0;
  height: 36px;
  line-height: 36px;
  border-bottom: none;
  position: relative;
  z-index: 10;
}
.index-title .more {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 6px;
  color: #fd5443;
  font-size: 14.4px;
  font-weight: 200;
  float: right;
  margin-top: 7px;
  margin-right: 5px;
}
.index-title .text {
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 6px;
  left: -6px;
  background-color: #fd5443;
  color: #fff;
  font-size: 14.4px;
  padding: 0 35px 0 10px;
  border-radius: 0 20px 20px 0;
}
.index-title .text .iconfont {
  font-size: 24px;
  padding-right: 10px;
  float: left;
}
.index-title .text:hover {
  background-color: #fc2611;
}
.index-title .small-circle {
  position: absolute;
  top: 13px;
  right: 10px;
  border: 1.5px solid #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.index-title .cart {
  position: absolute;
  bottom: -6px;
  left: -6px;
  /*background-color: #1083B2;*/
  border-right: 6px solid #1083B2;
  border-right: 6px solid #fd5443;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  z-index: -1;
}
.more-bar {
  text-align: center;
  margin-bottom: 30px;
}
.more-bar .owl-dot {
  display: inline-block;
  width: 90px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  font-size: 14.4px;
  color: #fd5443;
  border: 1.4px solid #fd5443;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.more-bar .owl-dot:hover {
  background: #fd5443;
  color: #FFFFFF;
}
.more-bar.dot .owl-dot {
  background: #fd5443;
  width: 110px;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0 10px 20px;
  font-size: 14.4px;
}
.more-bar.dot a.active,
.more-bar.dot a:hover {
  background: #ffffff;
  color: #fd5443;
  -webkit-box-shadow: 0 1px 5px 0 rgba(253, 84, 67, 0.3);
  box-shadow: 0 1px 5px 0 rgba(253, 84, 67, 0.3);
}
.contactus {
  background-position: center center;
  background-image: url(../img/dd.jpg);
  background-blend-mode: color-dodge;
  padding: 60px;
  background-size: cover;
  text-align: center;
}
.contactus .line {
  margin-bottom: 15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #fd5443;
}
.contactus .slogin {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
  display: block;
}
.contactus .link-btn {
  background-color: #fd5443;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 140px;
  padding: 8px;
  font-size: 14.4px;
  border-radius: 20px;
}
.footer {
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #898989;
}
.footer .inner {
  padding: 20px 0;
}
.footer .inner .p1 {
  margin-bottom: 10px;
  border-bottom: 1px dashed #898989;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .inner .p1 .hss-phone {
  color: #898989;
  margin-right: 6px;
}
.footer .inner .p1 .big-phone {
  font-size: 52px;
  font-family: num;
  color: #898989;
  margin-right: 15px;
}
.footer .inner .p1 .big-phone:last-child {
  padding-right: 15px;
}
.footer .inner .p1 .col-line {
  height: 42px;
  border-right: 1px dashed #898989;
  margin-right: 15px;
}
.footer .inner .p1 .hss-i-c-qq,
.footer .inner .p1 .hss-i-c-wechat {
  font-size: 48px;
  color: #898989;
  line-height: 52px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer .inner .p1 .hss-i-c-qq:hover,
.footer .inner .p1 .hss-i-c-wechat:hover {
  color: #fd5443;
}
.footer .inner .p2 {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .inner .p2 .hssnfont {
  font-size: 14.4px;
}
.footer .inner .p2 address {
  display: inline;
  font-style: normal;
}
.footer .inner .p3 {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}
.footer .inner .p3 .col-line {
  display: inline-block;
  height: 13px;
  width: 1.2px;
  background: #898989;
  margin: 0 10px;
}
.footer .inner .p3 a {
  color: #898989;
}
.footer .inner .p3 a:hover {
  color: #fd5443;
}
.footer .inner .copy-right {
  font-size: 12.4px;
}
/* 侧边二维码 */
.service {
  position: fixed;
  right: 5px;
  top: 50%;
  width: 40px;
  z-index: 1000;
  margin-top: -92px;
  text-align: center;
}
.service .icon {
  width: 28px;
  float: left;
  margin-top: 8px;
}
.service > div {
  width: 40px;
  height: 44px;
  color: #FFFFFF;
  background-color: #000000;
  margin-bottom: 2px;
  /*border-radius: 3px 0 0 3px;*/
  padding: 0 20px 0 9px;
  font-size: 12px;
  line-height: 44px;
  opacity: 0.65;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  left: 0px;
}
.service > div:hover,
.service > div.active {
  left: -3px;
}
.service div p {
  text-align: left;
  margin-left: 40px;
}
.service .ico-phone {
  height: 22px;
  margin-top: 12px;
}
.service .code {
  height: 22px;
  font-size: 12px;
  margin-top: 12px;
}
.service .hover-out {
  position: absolute;
  right: 100%;
  top: 0px;
  display: none;
  width: 120px;
  background: #000000;
  padding: 5px;
  border-radius: 3px 0 0 3px;
}
.service .hover-out img {
  display: block;
}
.service .hover-out a {
  display: block;
  color: #ffffff;
  line-height: 33px;
}
.service .hover-out a span {
  padding-right: 10px;
}
.service .hover-out a:hover {
  color: #fd5443;
}
.service > div:hover .hover-out,
.service > div.active .hover-out {
  display: block;
}
/* 功能弹窗 */
.blur {
  height: 100%;
  overflow: hidden;
  -moz-filter: blur(30px);
  -webkit-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
}
.dialog {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 280px;
  overflow: hidden;
  margin-left: -140px;
  display: none;
  opacity: 0;
}
#dialog-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: url(../../images/pc/ios-close-outline.png) center center no-repeat;
  opacity: 0.45;
  cursor: pointer;
}
#dialog-close:hover {
  opacity: 1;
}
#dialog-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  z-index: 199102;
}
#dialog-layout .dialog {
  display: block;
  color: #FFFFFF;
}
.dialog .inner img {
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.dialog .inner {
  text-align: center;
}
.dialog .inner .text-info {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.15);
}
#dialog-phone {
  height: 240px;
}
#dialog-phone .inner {
  display: inline-block;
}
#dialog-phone .inner > * {
  line-height: 1;
  font-size: 22px;
}
.phone-lead {
  font-size: 20px;
  margin-bottom: 20px;
}
#dialog-phone .inner .logo-img {
  width: 200px;
  margin-bottom: 20px;
  line-height: 1;
}
#dialog-qq .qq-img {
  -webkit-animation: fadeinout 1s ease-in-out infinite alternate;
  animation: fadeinout 1s ease-in-out infinite alternate;
}
#dialog-qq .qq-img:hover {
  opacity: 1 !important;
}
/* 功能弹窗结束 */
/* 编辑结束 */
@-webkit-keyframes fadeinout {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinout {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.artical-text {
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #333;
}
.artical-text img {
  max-width: 100%;
  text-align: center;
  display: inline-block;
  margin-left: -2em;
}
.artical-text p {
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: justify;
  font-size: 14.4px;
  text-indent: 2em;
}
.artical-text p:last-child {
  margin-bottom: 0;
}
.pageList {
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
a {
  text-decoration: none;
  color: #fd5443;
}
.pageList span.isNow {
  background: #fd5443;
  color: #fff;
}
.pageList span {
  color: #fd5443;
  cursor: pointer;
  display: inline-block;
  font: 14.4px/30px "Microsoft YaHei";
  height: 30px;
  width: 33px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0 5px;
  text-align: center;
  border: 1.4px solid #fd5443;
}
.pageList span a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pageList span a:hover {
  background: #fd5443;
  color: #fff;
}
.map-box {
  margin-bottom: 60px;
}
.connect-info {
  width: 106%;
  margin-bottom: 60px;
  overflow: hidden;
}
.connect-info .item {
  float: left;
  width: 302px;
  margin-right: 24px;
  line-height: 24px;
}
.connect-info .item .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.connect-info .item .info {
  border: 1px solid #ccc;
  padding: 20px 15px;
  font-size: 14.4px;
  color: #363636;
  height: 250px;
  border-bottom: 2px solid #a09162;
}
.connect-info .item .info .pic {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #e3e3e3;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 80px;
}
.connect-info .item .info .pic .iconfont {
  font-size: 32px;
  color: #fd5443;
}
.connect-info .item .info .en {
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.connect-info .item .info table td {
  vertical-align: top;
}
.banner-wf {
  background: url(../img/bg_fw.jpg);
  background-size: cover;
}
.banner-wf img {
  padding: 40px 0;
  width: 840px;
  margin: 0 auto;
  display: block;
}
.gbook-box {
  width: 800px;
  margin: 0 auto;
}
.gbook-box .gbook-title {
  text-align: center;
  font-size: 24px;
  color: #444;
  margin-bottom: 40px;
}
.gbook-box .form-group .input1 {
  border: 1px solid #ccc;
  background: transparent;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 390px;
  font-size: 14.4px;
  margin-bottom: 20px;
  border-radius: 2px;
  font-family: 'Microsoft YaHei';
}
.gbook-box .form-group .input1:first-child {
  margin-right: 20px;
}
.gbook-box .form-group .input1.input2 {
  width: 100%;
}
.gbook-box .form-group .input1:focus {
  border: 1px solid #fd5443;
}
.gbook-box .form-group textarea[name=content] {
  width: 100%;
}
.gbook-box .form-group .submit {
  background-color: #fd5443;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 140px;
  padding: 8px;
  font-size: 14.4px;
  border-radius: 20px;
  border: none;
}
.text-banner {
  position: relative;
  height: 400px;
  background: url(../img/ff.jpg) center top no-repeat;
  background-size: cover;
  font-size: 14.4px;
  margin-bottom: 20px;
}
.text-banner .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fd5443;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FFFFFF;
}
.text-banner .mask .h2 {
  font-weight: normal;
  font-size: 27px;
  margin-bottom: 20px;
}
.text-banner .mask .line {
  height: 1px;
  width: 4em;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.text-banner .mask .text {
  line-height: 26px;
  margin-bottom: 40px;
  width: 840px;
}
.text-banner .mask .group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-banner .mask .group .item {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  padding: 0 100px;
}
.text-banner .mask .group .item .img-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 40px;
  border: 1px solid #ffffff;
  text-align: center;
}
.text-banner .mask .group .item .img-box .iconfont {
  font-size: 40px;
  display: inline-block;
  padding-top: 20px;
}
.text-banner .mask .group .item .lead {
  font-size: 14.4px;
  margin-bottom: 10px;
}
.text-banner .mask .group .item .small {
  font-size: 12px;
  padding: 0 10px;
  text-align: justify;
}
