a {
  color: #fff;
}
body {
  font-family: simsun;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.navbar {
  min-height: 70px;
  margin-bottom: 0;
}
.navbar-nav {
  float: right;
  margin: 0;
  min-width: 188px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
}
.navbar-nav > li {
  float: left;
  height: 100%;
}
.navbar-inverse {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  position: relative;
  z-index: 2;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}
.topbanner {
  width: 100%;
  /* height: 960px; */
  background-image: url(../images/index-bbanner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-top: -72px;
}
.banner-container {
  position: relative;
  height: 100%;
  text-align: center;
}
.anim-img-01 {
  -webkit-animation: show 2s linear both;
  animation: show 2s linear both;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -212px;
  margin-top: -61px;
}
.anim-img-02 {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 50%;
  margin-top: -302px;
  -webkit-animation: Shake_cartoon 1s linear both;
  animation: Shake_cartoon 1s linear both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.anim-img-03 {
  position: absolute;
  right: 0;
  opacity: 0;
  top: 50%;
  margin-top: -131px;
  -webkit-animation: Shake_cartoon 1s linear both;
  animation: Shake_cartoon 1s linear both;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@-webkit-keyframes Shake_cartoon {
  10% {
    -webkit-transform: translate(1000%, 0px);
    transform: translate(1000%, 0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes Shake_cartoon {
  10% {
    -webkit-transform: translate(1000%, 0px);
    transform: translate(1000%, 0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.navbar-inverse .navbar-nav > li > a.active {
  color: #003c89;
  background: white;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.navbar > .navbar-header {
  border: none;
  height: 70px;
  position: relative;
  padding: 0;
}
.pad10 {
  padding: 0;
}
.navbar-collapse {
  padding-top: 10px;
}
.navbar-brand {
  margin-top: 17px;
  height: auto;
  padding: 0 15px;
  line-height: 0;
  vertical-align: top;
}
.headline {
  text-align: center;
}
.page-header {
  border: none;
  margin: 40px 0 0;
}
.projects-header h2 {
  font-size: 52px;
}
.projects-header p {
  font-size: 20px;
}
.page-header {
  margin: 80px 0 20px;
}
.head-title {
  color: #535353;
  font-weight: bold;
  font-size: 30px;
}
.head-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #535353;
  position: relative;
}
.head-subtitle:before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #535353;
  width: 110px;
  vertical-align: middle;
}
.head-subtitle:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #535353;
  width: 110px;
  vertical-align: middle;
}
.head-subtitle span {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 50px;
}
.thumnail {
  height: 280px;
  padding: 30px 40px;
  color: #fff;
  border-radius: 4px;
  margin: 10px 0;
  font-size: 16px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.thumnail h3 {
  font-size: 28px;
  font-weight: bold;
}
.thumnail .pd-detail {
  margin: 20px 0 0 0;
  line-height: 1.5;
}
.pd-kxcy {
  background-color: #6bb0ff;
  background-image: url(../images/pd-img/pd-kxcy.png);
  background-size: 247px;
}
.pd-lxrs {
  background-color: #ffbf5b;
  background-image: url(../images/pd-img/pd-lxrs.png);
  background-size: 210px;
}
.pd-jzyw {
  background-color: #a0d782;
  background-image: url(../images/pd-img/pd-jzyw.png);
  background-size: 190px;
}
.pd-cwq {
  background-color: #fa87be;
  background-image: url(../images/pd-img/pd-cwq.png);
  background-size: 202px;
}
.pd-msh-hwzx {
  background-color: #44cbea;
  background-image: url(../images/pd-img/pd-msh-hwzx.png);
  background-size: 304px;
}
.pd-39fsbc {
  background-color: #ff8584;
  background-image: url(../images/pd-img/pd-39fsbc.png);
  background-size: 250px;
}
.pd-sxcy {
  background-color: #41d3e9;
  background-image: url(../images/pd-img/pd-sxcy.png);
  background-size: 347px;
}
.pd-slhh-oz {
  background-color: #ff8584;
  background-image: url(../images/pd-img/pd-nlhh-oz.png);
  background-size: 230px;
}
.pd-xtxj {
  background-color: #76cca1;
  background-image: url(../images/pd-img/pd-xtxj.png);
  background-size: 283px;
}
.pd-qcwy {
  background-color: #ffbf5b;
  background-image: url(../images/pd-img/pd-qcwy.png);
  background-size: 225px;
}
.pd-wmlx {
  background-color: #59c8ff;
  background-image: url(../images/pd-img/pd-wmlx.png);
  background-size: 225px;
}
.pd-ekcrzj {
  background-color: #57d6ee;
  background-image: url(../images/pd-img/pd-ekcrzj.png);
  background-size: 189px;
}
.pd-pgymz {
  background-color: #54d8b4;
  background-image: url(../images/pd-img/pd-pgymz.png);
  background-size: 227px;
}
.pd-crzj {
  background-color: #a0d782;
  background-image: url(../images/pd-img/pd-crzj.png);
  background-size: 173px;
}
.pd-aybzy {
  background-color: #ff8584;
  background-image: url(../images/pd-img/pd-aybzy.png);
  background-size: 225px;
}
.pd-zyb {
  background-color: #6b9cff;
  background-image: url(../images/pd-img/pd-zyb.png);
  background-size: 245px;
}
.pd-cxb {
  background-color: #54d8b4;
  background-image: url(../images/pd-img/pd-cxb.png);
  background-size: 230px;
}
.pd-jcyw {
  background-color: #6b9cff;
  background-image: url(../images/pd-img/pd-jcyw.png);
  background-size: 229px;
}
.pd-lnywgz {
  background-color: #ff8584;
  background-image: url(../images/pd-img/pd-lnywgz.png);
  background-size: 203px;
}
.pd-hkyw {
  background-color: #57d6ee;
  background-image: url(../images/pd-img/pd-hkyw.png);
  background-size: 192px;
}
.pd-bwbeyw {
  background-color: #ffbf5b;
  background-image: url(../images/pd-img/pd-bwbeyw.png);
  background-size: 224px;
}
.pd-jhr {
  background-color: #a0d782;
  background-image: url(../images/pd-img/pd-jhr.png);
  background-size: 169px;
}
.pd-zhds {
  background-color: #ff8584;
  background-image: url(../images/pd-img/pd-zhds.png);
  background-size: 186px;
}
.pd-sjcp {
  background-color: #54d8b4;
  background-image: url(../images/pd-img/pd-sjcp.png);
  background-size: 227px;
}
.pd-ajhfx {
  background-color: #57d6ee;
  background-image: url(../images/pd-img/pd-ajhfx.png);
  background-size: 301px;
}
.pd-grflfy {
  background-color: #ffbf5b;
  background-image: url(../images/pd-img/pd-grflfy.png);
  background-size: 212px;
}
.pd-msh-dr {
  background-color: #a0d782;
  background-image: url(../images/pd-img/pd-msh-dr.png);
  background-size: 212px;
}
.pd-jryyw {
  background-color: #a0d782;
  background-image: url(../images/pd-img/pd-jryyw.png);
  background-size: 223px;
}
.pd-jcywbz {
  background-color: #ffbf5b;
  background-image: url(../images/pd-img/pd-jcywbz.png);
  background-size: 223px;
}
.pd-cxtx {
  background-color: #6b9cff;
  background-image: url(../images/pd-img/pd-cxtx.png);
  background-size: 254px;
}
.pd-jdlyw {
  background-color: #54d8b4;
  background-image: url(../images/pd-img/pd-jdlyw.png);
  background-size: 140px;
}
.pd-hkywbz {
  background-color: #57d6ee;
  background-image: url(../images/pd-img/pd-hkywbz.png);
  background-size: 249px;
}
.pd-tag {
  position: absolute;
  right: 0;
  top: 20px;
  width: 110px;
  height: 30px;
  border-radius: 15px 0 0 15px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
}
.hover-sec {
  display: none;
  background: #fff;
  border: 1px #ffbf5b solid;
  -ms-box-shadow: 0 10px 10px #ccc;
  -o-box-shadow: 0 10px 10px #ccc;
  box-shadow: 0 10px 10px #ccc;
}
.hover-sec img {
  width: 46%;
  vertical-align: middle;
}
.hover-sec .get-txt {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  width: 40%;
  vertical-align: middle;
}
.corp-bg {
  height: 650px;
  background-image: url(../images/corp-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 40px;
  margin-top: 80px;
}
.corp-bg .page-header {
  margin: 20px 0 0;
}
.swiper-section {
  position: relative;
  margin: 100px auto;
}
.swiper-container {
  margin: 0 20px;
}
.swiper-slide {
  text-align: center;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
}
.swiper-button-next,
.swiper-button-prev {
  width: 41px;
  height: 78px;
  margin-top: -39px;
  background-size: 41px 78px;
}
.img-style {
  width: 96%;
}
.maintxt {
  padding: 20px 10px;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  color: #939090;
}
.link-sec {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  margin-bottom: 20px;
  transition: box-shadow 0.5s ease;
}
.link-sec .fm-image {
  width: 100%;
}
.link-sec .pub-info {
  height: 38px;
  width: 100%;
  color: #939090;
  line-height: 38px;
  padding: 0 10px;
}
.link-sec .pub-info img {
  vertical-align: middle;
  margin-right: 6px;
}
.link-sec .pub-info .fl-right {
  float: right;
}
.link-sec .artical-box {
  color: #0d0d0d;
  padding: 10px 20px;
  border-top: 1px solid #dcd9d9;
  border-bottom: 1px solid #dcd9d9;
}
.link-sec .artical-box h4 {
  font-size: 20px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.link-sec .artical-box p.ellipsis {
  font-size: 17px;
  color: #999;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 69px;
}
.link-sec .viewmore {
  color: #a6a5a5;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  padding-left: 20px;
}
.link-sec:hover {
  text-decoration: none;
  -ms-box-shadow: 0px 5px 7px #999;
  -o-box-shadow: 0px 5px 7px #999;
  box-shadow: 0px 5px 7px #999;
}
.about-bg {
  width: 100%;
  background-image: url(../images/repeat-bg.png);
  padding-bottom: 70px;
}
.about-bg .swiperContainer {
  width: 60%;
  margin: 5% auto;
}
.about-bg .contactInfo > li {
  list-style: none;
}
.aboutUs {
  background: #4d485b;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
}
.aboutUs h4 {
  margin-bottom: 26px;
  font-size: 20px;
}
.aboutUs .qrname {
  margin: 20px 0;
  font-size: 16px;
  color: #fff;
}
.footer-margin {
  margin-top: 150px;
}
.footertxt {
  color: #b6b0c7;
  font-size: 16px;
}
.footertxt a {
  color: #b6b0c7;
  font-size: 16px;
}
.footer {
  padding: 20px 10px 10px;
  text-align: center;
  background: #333333;
  color: white;
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  min-height: 180px;
}
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .bei-img {
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -6px;
}
/* personal-insurance */
.bg-white {
  background: #fff;
}
.bg-white .navbar-nav > li > a {
  color: #757575;
}
.no-margin-top {
  margin-top: 0;
}
.bannerList {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  height: 100%;
  background: transparent;
}
.banner-sec {
  padding: 0;
}
.banner-sec .row {
  margin: 0;
}
.banner-sec .relative {
  position: relative;
}
.banner-sec .bgList {
  float: left;
  width: 100%;
  height: 610px;
  position: relative;
  overflow: hidden;
}
.banner-sec .bgList li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  cursor: default;
}
.banner-sec .bgList .current {
  opacity: 1;
}
.banner-sec .bannerList {
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.banner-sec .bannerList ul {
  height: 100%;
}
.banner-sec .bannerList .list-group-item {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0;
}
.banner-sec .bannerList .list-group-item a {
  color: #ff8a00;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.banner-sec .bannerList .list-group-item:last-child {
  border: none;
}
.banner-sec .bannerList .listActive {
  background: #ff8a00;
}
.banner-sec .bannerList .listActive a {
  color: #fff;
}
.banner-sec li {
  position: relative;
  height: 14.285%;
  color: #ff8a00;
  font-size: 22px;
  border-bottom: 1px rgba(200, 200, 200, 0.5) solid;
  text-align: center;
  line-height: 87px;
  cursor: pointer;
}
.corp-prod-sec {
  height: 770px;
  background-image: url(../images/corp-prod-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding: 118px 0 108px 0;
}
.prod-wrapper {
  background-color: #fff;
  border-radius: 4px;
  -ms-box-shadow: 0 2px 12px rgba(0, 72, 114, 0.23);
  -o-box-shadow: 0 2px 12px rgba(0, 72, 114, 0.23);
  box-shadow: 0 2px 12px rgba(0, 72, 114, 0.23);
  margin: 10px;
}
.prod-wrapper .prod-header {
  height: 142px;
  background-image: url(../images/corp01-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  text-align: center;
}
.prod-wrapper .prod-header h3 {
  line-height: 142px;
  color: #fff;
  font-size: 36px;
  margin: 0;
}
.prod-wrapper .prod-body {
  padding: 0 30px;
}
.prod-wrapper .prod-name {
  font-size: 24px;
  color: #91d555;
  text-align: center;
  padding: 20px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.prod-wrapper .prod-name p {
  position: relative;
  display: inline-block;
  margin: 0;
}
.prod-wrapper .prod-name .dot {
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #91d555;
  left: -20px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}
.prod-wrapper .prod-name .dotRight {
  left: inherit;
  right: -20px;
}
.cpd-dt {
  padding: 30px;
}
.cpd-dt p {
  width: 100%;
  line-height: 1.5;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.cpd-dt p span {
  float: right;
}
.cpd-dt p .emphasis {
  font-weight: bold;
  color: #91d555;
}
.prod-advance .prod-header {
  background-image: url(../images/corp02-bg.png);
}
.prod-advance .prod-name {
  color: #47c2ff;
}
.prod-advance .prod-name .dot {
  background-color: #47c2ff;
}
.prod-advance .cpd-dt p .emphasis {
  color: #47c2ff;
}
.prod-best .prod-header {
  background-image: url(../images/corp03-bg.png);
}
.prod-best .prod-name {
  color: #ffaa00;
}
.prod-best .prod-name .dot {
  background-color: #ffaa00;
}
.prod-best .cpd-dt p .emphasis {
  color: #ffaa00;
}
.form-section {
  margin: 100px;
  border: 1px dashed #e0e0e0;
  border-radius: 6px;
  height: 680px;
  text-align: center;
  position: relative;
}
.form-header {
  font-size: 30px;
  color: #ff8a00;
  font-weight: bold;
  margin-top: -42px;
  background: #fff;
  display: inline-block;
  padding: 0 30px;
}
.form-body {
  text-align: center;
}
.input-wrapper {
  width: 60%;
  text-align: center;
  display: inline-block;
  margin: 20px 20px;
  position: relative;
}
.input-wrapper .msgalert {
  color: #f00;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  right: 0;
  bottom: -24px;
  display: none;
}
.ui-input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  width: 100%;
  height: 70px;
  background-color: #f0f0f0;
  border-radius: 6px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  color: #4d485b;
}
.form-footer {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -180px;
}
.submit-btn {
  width: 360px;
  height: 60px;
  display: inline-block;
  background-color: #ff8a00;
  border-radius: 8px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.inform {
  display: none;
  position: fixed;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 105;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}
/* 开放平台 */
.banner-platform {
  background-image: url(../images/banner-platform.jpg);
  height: 800px;
}
.promo-wrapper {
  text-align: center;
  margin: 50px 0;
}
.promo-wrapper .promo-title {
  font-size: 24px;
  color: #535353;
  margin-top: 40px;
}
.promo-wrapper .promo-desc {
  font-size: 16px;
  color: #bebebe;
}
.industry-bg {
  background: #f1f1f1;
  padding-bottom: 90px;
}
.ind-wrapper {
  -ms-box-shadow: 0 10px 10px #ccc;
  -o-box-shadow: 0 10px 10px #ccc;
  box-shadow: 0 2px 6px #dfdfdf;
  background-color: #fff;
  text-align: center;
  padding: 24px 12px 12px;
  margin: 10px 0;
  height: 170px;
}
.ind-wrapper .ind-title {
  font-size: 16px;
  color: #69625e;
  margin-top: 20px;
  font-weight: bold;
}
.ind-wrapper .ind-desc {
  font-size: 14px;
  color: #8e8986;
  line-height: 1.5;
  display: inline-block;
  overflow: hidden;
}
.new-bg {
  background-image: url(../images/plat-bg.jpg);
  margin-top: 0;
}
/* 关于我们 */
.ab-section {
  padding-top: 42px;
  background: #f1f1f1;
}
.ab-wrapper .left-side {
  height: 100%;
}
.aside {
  background-color: #eeeeee;
  height: 100%;
  margin-bottom: 20px;
}
.aside .list-group-item {
  background-color: #fff;
  height: 90px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: rgba(77, 72, 91, 0.6);
  border: none;
  position: relative;
}
.aside .list-group-item:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.aside .curr {
  background-color: #fba641;
  color: #fff;
  font-weight: bold;
  border-bottom-color: #fff;
}
.aside .list-group-item:first-child {
  border-radius: 0;
}
.list-content {
  background: #fff;
  -ms-box-shadow: 0 4px 20px rgba(230, 230, 230, 0.3);
  -o-box-shadow: 0 4px 20px rgba(230, 230, 230, 0.3);
  box-shadow: 0 4px 20px rgba(230, 230, 230, 0.3);
  padding: 40px;
}
.list-content-item {
  display: none;
}
.ctn-show {
  display: block;
}
.imglogowrap {
  text-align: center;
}
.imglogowrap img {
  width: 70%;
}
.brief h4 {
  font-size: 20px;
  font-weight: bold;
  color: #ff8a00;
  margin-top: 44px;
}
.brief p {
  font-size: 18px;
  line-height: 1.5;
  color: #4d485b;
  text-indent: 36px;
  text-align: justify;
}
.brief p span {
  color: #ff8a00;
}
.brief li {
  font-size: 18px;
  line-height: 1.5;
  color: #4d485b;
}
.img-zizhi {
  width: 100%;
}
#l-map {
  height: 400px;
  width: 100%;
}
.dt-info {
  margin-top: 40px;
}
.dt-info dt {
  color: rgba(77, 72, 91, 0.5);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.dt-info dd {
  color: #4d485b;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/*right button*/
.button_block {
  width: 57px;
  height: 241px;
  background: url(../images/right_buttonbg.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 99;
  right: 23px;
  bottom: 136px;
}
.button_block .button {
  width: 57px;
  height: 56px;
  box-sizing: border-box;
}
.button_block .button01 {
  margin-top: 5px;
  background-image: url(../images/button01.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.button_block .button02 {
  margin-top: 1px;
  background-image: url(../images/button02.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.button_block .button03 {
  margin-top: 5px;
  background-image: url(../images/button03.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.button_block .button04 {
  margin-top: 5px;
  background-image: url(../images/button04.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.erweima {
  width: 152px;
  height: 348px;
  background: url(../images/erweima.png) no-repeat center;
  background-size: 100% 100%;
  position: fixed;
  z-index: 99;
  right: 80px;
  bottom: 0;
  display: none;
}
/* 弹出层 */
.greyblock {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: none;
}
.show_block {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500px;
  height: 280px;
  z-index: 201;
  background: #fff;
  margin: auto;
  border-radius: 20px;
  display: none;
}
.show_block h1 {
  font-size: 24px;
  width: 100%;
  height: 50px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
}
.show_block dl {
  line-height: 2em;
  font-size: 16px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
  text-align: left;
}
.close_button {
  width: 150px;
  height: 39px;
  line-height: 39px;
  border-radius: 5px;
  background-color: #ff8a00;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 25px;
  cursor: pointer;
}
/* 响应式 */
@media screen and (min-width: 1921px) {
  .corp-bg {
    background-size: 100% auto;
  }
  .topbanner {
    background-size: 100% auto;
  }
  .banner-sec .bgList li {
    background-size: 100% auto;
  }
  .corp-prod-sec {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1200px) {
  .topbanner {
    min-height: 300px;
    margin-top: 0;
  }
  .about-bg .swiperContainer {
    width: 70%;
  }
  .anim-img-01 {
    height: 100px;
    margin-top: -50px;
    margin-left: -164px;
  }
  .anim-img-02 {
    height: 340px;
    margin-top: -170px;
  }
  .anim-img-03 {
    height: 180px;
    margin-top: -90px;
  }
  .corp-bg {
    height: 480px;
  }
  .img-style {
    width: 90%;
  }
  .swiper-section {
    margin: 36px auto;
  }
  .swiper-container {
    margin: 30px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 20px 40px;
  }
  .hover-sec img {
    width: 38%;
  }
  .hover-sec .get-txt {
    width: 40%;
  }
  .banner-sec .bgList {
    height: 450px;
  }
  .banner-sec li {
    line-height: 64px;
  }
  .prod-wrapper {
    margin: 0;
  }
  .prod-wrapper .prod-name {
    font-size: 20px;
  }
  .cpd-dt {
    padding: 20px 10px;
  }
  .cpd-dt p {
    font-size: 16px;
  }
  .prod-wrapper .prod-body {
    padding: 0 14px;
  }
  .corp-prod-sec {
    height: 600px;
  }
  .form-header {
    padding: 0 10px;
  }
  .ui-input {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .navbar > .navbar-header {
    height: 50px;
  }
  .about-bg .swiperContainer {
    width: 78%;
  }
  .topbanner {
    min-height: 200px;
    margin-top: 0;
  }
  .anim-img-01 {
    height: 70px;
    margin-top: -35px;
    margin-left: -115px;
  }
  .anim-img-02 {
    height: 240px;
    margin-top: -120px;
    margin-left: 40px;
  }
  .anim-img-03 {
    height: 140px;
    margin-top: -70px;
    margin-right: 40px;
  }
  .navbar {
    min-height: 48px;
  }
  .page-header {
    margin: 35px 0 0;
  }
  .projects-header h2 {
    font-size: 36px;
  }
  .projects-header p {
    font-size: 18px;
  }
  .head-subtitle:before,
  .head-subtitle:after {
    width: 50px;
  }
  .head-subtitle span {
    margin: 0 16px;
  }
  .corp-bg {
    height: 360px;
    margin-top: 35px;
    padding-top: 5px;
  }
  .new-bg {
    margin-top: 0;
  }
  .swiper-container {
    margin: 30px;
  }
  .img-style {
    width: 86%;
  }
  .about-bg {
    padding-bottom: 30px;
  }

  .aboutUs {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .hover-sec img {
    width: 36%;
  }
  .navbar-collapse {
    background: #444;
  }
  .bg-white .navbar-collapse {
    background: #fff;
  }
  .navbar-inverse .navbar-toggle {
    background: #ff8a00;
    border: none;
  }
  .navbar-brand {
    margin-top: 7px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #ccc;
  }
  .banner-sec .bgList {
    height: 400px;
  }
  .banner-sec li {
    line-height: 64px;
    font-size: 16px;
  }
  .corp-prod-sec {
    height: 1300px;
    padding: 40px 30px;
  }
  .prod-wrapper {
    max-width: 420px;
    margin: 16px auto;
  }
  .form-header {
    font-size: 20px;
  }
  .input-wrapper {
    width: 80%;
  }
  .ui-input {
    font-size: 20px;
    height: 50px;
  }
  .submit-btn {
    width: 280px;
  }
  .form-footer {
    margin-left: -140px;
  }
  .form-section {
    margin: 70px 30px;
    height: 580px;
  }
}
@media screen and (max-width: 480px) {
  .navbar > .navbar-header {
    height: 50px;
  }
  .about-bg .swiperContainer {
    width: 88%;
  }
  .swiper-container {
    margin: 20px;
  }
  .maintxt {
    padding: 20px 30px;
  }
  .aboutUs {
    text-align: center;
  }
  .hover-sec img {
    width: 50%;
  }
  .hover-sec .get-txt {
    width: 40%;
  }
  .banner-sec .bgList {
    height: 280px;
  }
  .banner-sec li {
    line-height: 40px;
    font-size: 15px;
  }
  .form-header {
    font-size: 18px;
  }
  .input-wrapper {
    width: 90%;
  }
  .ui-input {
    font-size: 16px;
  }
  .form-section {
    margin: 70px 10px;
  }
  .list-content {
    padding: 40px 30px;
  }
  .aside .list-group-item {
    height: 60px;
    line-height: 30px;
    font-size: 20px;
  }
  .show_block {
    width: 80%;
    height: 320px;
  }
  .anim-img-02 {
    margin-left: 20px;
  }
  .anim-img-03 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 426px) {
  .navbar > .navbar-header {
    height: 50px;
  }
  .about-bg .swiperContainer {
    width: 93%;
  }
  .topbanner {
    min-height: 189px;
    margin-top: 0;
  }
  .anim-img-01 {
    height: 60px;
    margin-top: -30px;
    margin-left: -98px;
  }
  .anim-img-02 {
    height: 120px;
    margin-top: -40px;
    margin-left: 40px;
  }
  .anim-img-03 {
    height: 70px;
    margin-top: -25px;
    margin-right: 40px;
  }
  .page-header {
    margin: 40px 0 10px;
  }
  .projects-header h2 {
    font-size: 28px;
  }
  .projects-header p {
    font-size: 14px;
  }
  .head-subtitle:before,
  .head-subtitle:after {
    width: 30px;
  }
  .head-subtitle span {
    margin: 0 14px;
  }
  .thumnail {
    padding: 16px 22px;
  }
  .thumnail h3 {
    font-size: 22px;
  }
  .corp-bg {
    height: 300px;
    margin-top: 40px;
    padding-top: 10px;
  }
  .new-bg {
    margin-top: 0;
  }
  .img-style {
    width: 82%;
  }
  .swiper-section {
    margin: 20px auto;
  }
  .hover-sec img {
    width: 60%;
  }
  .div-align-center {
    text-align: center;
  }
  .banner-sec .bgList {
    height: 240px;
  }
  .banner-sec li {
    line-height: 34px;
    font-size: 15px;
  }
  .corp-prod-sec {
    height: 1350px;
    padding: 40px 0;
  }
  .prod-wrapper {
    max-width: 460px;
    margin: 16px auto;
  }
  .form-section {
    margin: 70px 0;
  }
  .show_block {
    width: 90%;
    height: 340px;
  }
}
@media screen and (max-width: 320px) {
  .navbar > .navbar-header {
    height: 50px;
  }
  .about-bg .swiperContainer {
    width: 98%;
  }
  .topbanner {
    min-height: 159px;
    margin-top: 0;
  }
  .thumnail .pd-detail {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
  }
  .thumnail h3 {
    font-size: 20px;
  }
  .img-style {
    width: 60%;
  }
  .corp-bg {
    height: 320px;
  }
  .swiper-section {
    margin: 10px auto;
  }
  .maintxt {
    padding: 20px 10px;
  }
  .aboutUs {
    padding-left: 0;
    padding-right: 0;
  }
  .aboutUs .qrname {
    font-size: 14px;
    margin: 10px 0;
  }
  .hover-sec img {
    width: 80%;
  }
  .banner-sec .bgList {
    height: 200px;
  }
  .banner-sec li {
    line-height: 30px;
    font-size: 12px;
  }
  .form-section {
    border: none;
    height: 540px;
  }
  .input-wrapper {
    width: 100%;
    margin: 16px 0;
  }
  .list-content {
    padding: 30px 20px;
  }
  #l-map {
    height: 200px;
  }
  .show_block dl {
    line-height: 1.5;
  }
}
