.banner-wrap .swiper-container {
  height: 100%;
}

.banner-wrap li {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.banner-wrap li img {
  display: block;
  width: 100%;
}

.banner-wrap .swiper-pagination {
  left: 0;
  text-align: center;
  width: 100%;
}

.banner-wrap .swiper-pagination span {
  display: inline-block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #c6020c;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.about-us-wrap {
  padding: 40px 0;
  background: #f8f8f8;
}

.about-us-wrap .hd {
  padding: 15px 0;
}

.about-us-wrap .bd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us-wrap .bd .img{
  order: 2;
}
.about-us-wrap .content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 85px;
  min-width: 0;
}

.about-us-wrap .content .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
}

.about-us-wrap .content .title::before, .about-us-wrap .content .title::after {
  content: '';
  position: absolute;
}

.about-us-wrap .content .title::before {
  left: 20px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9d0208;
}

.about-us-wrap .content .title::after {
  left: 22px;
  bottom: -2px;
  width: 56px;
  height: 3px;
  background: #9d0208;
}

.about-us-wrap .content .title h3 {
  line-height: 1;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 28px;
  color: #0d2040;
}

.about-us-wrap .content .title span {
  font-family: 'Arial-BoldMT';
  display: block;
  margin-left: 8px;
  color: #5f5f5f;
}

.about-us-wrap .content .txt {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  text-indent: 2em;
}

.about-us-wrap .content .txt p {
  margin-bottom: 10px;
}

.about-us-wrap .content .more-btn {
  text-align: right;
}

.about-us-wrap .list {
  margin-top: 55px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-us-wrap .list li {
  position: relative;
  width: 32%;
}

.about-us-wrap .list .clear .txt {
  background: none;
}

.about-us-wrap .list .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.about-us-wrap .list .txt .tit {
  margin-bottom: 10px;
  font-size: 30px;
}

.about-us-wrap .list .txt .desc {
  font-size: 14px;
  line-height: 28px;
}

.product-wrap {
  padding-bottom: 30px;
}

.product-wrap .hd {
  margin-bottom: 30px;
}

.product-wrap .bd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-wrap .list {
  width: 51%;
}

.product-wrap ul li {
  position: relative;
  border-bottom: 2px solid #e6e8ec;
}

.product-wrap ul li:hover a {
  color: #c10000;
}

.product-wrap ul li.active a {
  color: #c10000;
}

.product-wrap ul li.active i::after {
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}

.product-wrap ul a {
  position: relative;
  display: block;
  padding: 25px 15px;
  padding-left: 65px;
  padding-right: 50px;
  background-color: #fff;
}

.product-wrap ul a p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.product-wrap ul .time {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  background: #504c4c;
  width: 48px;
  height: 48px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.product-wrap ul .time p:first-child {
  margin-bottom: 5px;
}

.product-wrap ul i {
  display: block;
  color: #9C0308;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
}

.product-wrap ul i::before, .product-wrap ul i::after {
  content: '';
  position: absolute;
  top: 34px;
  left: 17px;
  width: 14px;
  height: 2px;
  background: #9d0208;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.product-wrap ul i::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product-wrap ul .info {
  display: none;
  padding: 2% 5%;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}

.product-wrap .big {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5%;
  min-width: 0;
  text-align: center;
}

.product-wrap .big .box {
  margin: 0 auto;
  width: 475px;
}

.product-wrap .big .img {
  margin-bottom: 20px;
}
.product-wrap .big .img img{
  display: block;
  width: 100%;
}

.product-wrap .big .tit {
  font-size: 15px;
  font-weight: bold;
}

.product-wrap .big .desc {
  margin-top: 15px;
  font-size: 14px;
}

.product-wrap .btn {
  margin-top: 15px;
}

.product-wrap .btn a {
  margin-left: auto;
  margin-right: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #9d0208;
  width: 100px;
}

.product-wrap .btn a:hover {
  background: #c9000c;
}

.product-wrap .btn i {
  margin-left: 4px;
  display: block;
  width: 9px;
  height: 10px;
  background: url(../images/icon_04.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.server-wrap {
  background-color: #f8f8f8;
  padding-bottom: 30px;
}

.server-wrap .hd {
  margin-bottom: 85px;
}

.server-wrap ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.server-wrap ul li {
  width: 31%;
}

.server-wrap ul li .img img{
	width:100%
}

.server-wrap .box {
  position: relative;
  color: #fff;
}

.server-wrap .box .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.server-wrap .box .icon {
  margin: 0 auto;
  margin-top: -59px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 118px;
  height: 118px;
  background: #c90209;
  border-radius: 50%;
}

.server-wrap .box .tit {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.server-wrap .box .list {
  padding-left: 58px;
  color: #eaeaea;
  min-height: 190px;
}

.server-wrap .box .list p {
  position: relative;
  margin-bottom: 6px;
  padding-left: 16px;
}

.server-wrap .box .list p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #c8c3c0;
}

.server-wrap .box .btn {
  margin-top: 20px;
}

.case-wrap {
  position: relative;
  padding-bottom: 30px;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.case-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 307px;
  background: #fff;
}

.case-wrap .hd {
  margin-bottom: 30px;
}

.case-wrap .bd {
  position: relative;
  z-index: 2;
}

.case-wrap ul {
  margin: -14px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.case-wrap li {
  padding: 14px;
  width: 25%;
}

.case-wrap li a {
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.case-wrap li a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.case-wrap .txt {
  padding: 20px 17px;
  height: 130px;
  background: #fff;
}

.case-wrap .txt .tit {
  margin-bottom: 15px;
  font-weight: bold;
}

.case-wrap .txt .desc {
  font-size: 14px;
  color: #666666;
}

.case-wrap .btn {
  text-align: center;
  margin-top: 20px;
}

.case-wrap .btn a {
  width: 180px;
  line-height: 42px;
  border: 1px solid #eee;
  background-color: #ffffff;
  color: #333333;
  font-size: 15px;
  border-radius: 0;
}

.case-wrap .btn a:hover {
  border-color: #9d0208;
  background: #9d0208;
  color: #fff;
}

.flow-wrap {
  padding-bottom: 30px;
  background-color: #f8f8f8;
}

.flow-wrap .hd {
  margin-bottom: 35px;
}

.flow-wrap .bd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-wrap .bd a {
  position: relative;
  display: block;
}

.flow-wrap .bd .content {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: rgba(201, 2, 9, 0.8);
}

.flow-wrap .bd .content .tit {
  margin-bottom: 4px;
  font-size: 20px;
  color: #fff;

}

.flow-wrap .bd .content .desc {
  font-size: 14px;
  line-height: 24px;
}

.flow-wrap .bd .big {
  margin-right: 6px;
}

.flow-wrap .bd .big .content {
  padding: 25px 20px;
}

.flow-wrap .bd ul {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: -6px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flow-wrap .bd ul li {
  padding: 6px;
  width: 25%;
}

.flow-wrap .bd ul .content {
  padding-top: 10px;
  width: 100%;
  height: 100px;
}

.flow-wrap .bd ul .content .desc {
  margin: 0 auto;
  width: 225px;
}

.client-wrap {
  padding-bottom: 30px;
}

.client-wrap .hd {
  margin-bottom: 20px;
}

.client-wrap .bd {
  margin-right: -1px;
  background: rgba(198,2,12,.8);
}

.client-wrap .bd ul {
  margin-bottom: -12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.client-wrap .bd li {
  margin-bottom: 5px;
  width: 168px;
}

.client-wrap .bd .img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  height: 90px;
}

.company-wrap {
  padding-bottom: 30px;
  background-color: #f8f8f8;
}

.company-wrap .hd {
  margin-bottom: 30px;
}

.company-wrap .bd ul {
  margin: 0 -3px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.company-wrap .bd li {
  width: 33.33%;
  padding: 3px;
}

.company-wrap .bd li:hover img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.company-wrap .bd a {
  overflow: hidden;
}

.company-wrap .bd .list .img img {
  height: 285px;
}

.company-wrap .bd .list li {
  width: 27.9%;
}

.company-wrap .bd .list li:first-child {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.company-wrap .bd .img {
  font-size: 0;
  overflow: hidden;
}

.company-wrap .bd .img img {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
  width: 100%;
  height: 175px;
}

.news-wrap {
  padding-bottom: 30px;
}

.news-wrap .hd {
  margin-bottom: 38px;
}

.news-wrap .bd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-wrap .bd .left,
.news-wrap .bd .right {
  width: 50%;
  padding: 20px 39px 20px 25px;
}

.news-wrap .bd .left {
  background: #f3f3f3;
}

.news-wrap .bd .title {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-wrap .bd .title p {
  font-weight: bold;
  font-size: 18px;
}

.news-wrap .bd .img {
  margin-bottom: 15px;
  width: 100%;
}

.news-wrap .bd ul {
  font-size: 14px;
  line-height: 26px;
}

.news-wrap .bd ul li:not(:last-child) {
  margin-bottom: 4px;
}

.news-wrap .bd ul a {
  position: relative;
  display: block;
  padding-left: 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.news-wrap .bd ul a:hover {
  color: #9d0208;
}

.news-wrap .bd ul a:hover::before {
  background: #9d0208;
}

.news-wrap .bd ul a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.leave-wrap {
  padding: 40px 0;
  background: url(../images/bg.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.leave-wrap .bd {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 70px 44px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.leave-wrap .bd h3 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 400;
}

.leave-wrap .form ul {
  margin-bottom: 19px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leave-wrap .form li {
  width: 31%;
}

.leave-wrap .form input::-webkit-input-placeholder,
.leave-wrap .form textarea::-webkit-input-placeholder {
  color: #828282;
}

.leave-wrap .form input:-moz-placeholder,
.leave-wrap .form textarea:-moz-placeholder {
  color: #828282;
}

.leave-wrap .form input:-ms-input-placeholder,
.leave-wrap .form textarea:-ms-input-placeholder {
  color: #828282;
}

.leave-wrap .form .input-block input {
  display: block;
  width: 100%;
  height: 49px;
  border: 1px solid #dddddd;
  padding: 0 15px;
  font-size: 16px;
  color: #000;
}

.leave-wrap .form .textarea-block {
  margin-bottom: 20px;
}

.leave-wrap .form .textarea-block textarea {
  padding: 5px 15px;
  resize: none;
  width: 100%;
  height: 100px;
  border: 1px solid #dddddd;
  font-size: 16px;
  line-height: 30px;
}

.leave-wrap .form .sub-btn {
  margin-bottom: 20px;
}

.leave-wrap .form .sub-btn input {
  margin: 0 auto;
  display: block;
  width: 270px;
  height: 49px;
  background-color: #c7020c;
  border-radius: 24px;
  border: none;
  color: #fff;
  font-size: 24px;
}

.leave-wrap .address {
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background: #f8f8f8;
  font-size: 16px;
  color: #828282;
}

.leave-wrap .address li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.leave-wrap .address .img {
  margin-right: 9px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #c7020c;
}

.page-banner, .small-banner {
  height: 490px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.page-banner .container, .small-banner .container {
  height: 100%;
}

.page-banner .txt, .small-banner .txt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
}

.page-banner h3, .small-banner h3 {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-size: 60px;
  font-weight: 400;
}

.page-banner h3 span, .small-banner h3 span {
  margin-left: 20px;
  font-size: 36px;
}

.page-banner .desc, .small-banner .desc {
  width: 580px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
}

.small-banner {
  height: 490px;
}

.small-banner .txt {
  padding-top: 150px;
  display: block;
}

.navbar {
  position: sticky;
  top: 0;
  border-bottom: 2px solid #f4f4f4;
  background: #fff;
  z-index: 9;
}

.navbar ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 74px;
}

.navbar ul li {
  position: relative;
  margin-right: 70px;
}

.navbar ul li:last-child {
  margin-right: 0;
}

.navbar ul li::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #e50012;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.navbar ul li.current, .navbar ul li:hover {
  color: #e50012;
}

.navbar ul li.current::before, .navbar ul li:hover::before {
  width: 100%;
}

.navbar ul li a {
  display: block;
}

.about-wrap {
  padding: 40px 0;
}

.about-wrap .bd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about-wrap .txt {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-right: 7%;
}

.about-wrap .txt .title {
  margin-bottom: 50px;
}

.about-wrap .txt .title p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #d70005;
}

.about-wrap .txt .title h4 {
  font-size: 28px;
  line-height: 1;
}

.about-wrap .txt .desc {
  font-size: 16px;
  line-height: 28px;
  text-indent: 2em;
  color: #666666;
}

.about-wrap .txt .desc p {
  margin-bottom: 16px;
}

.about-wrap .txt .desc p:last-child {
  margin: 0;
}

.about-wrap .img {
  width: 500px;
}

.page-server-wrap {
  padding: 0 0 30px;
}

.page-server-wrap .hd {
  margin-bottom: 100px;
}

.about-equity-wrap {
  padding-bottom: 20px;
  background: url(../images/bg_03.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.about-equity-wrap ul {
  margin: 0 -17px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.about-equity-wrap li {
  padding: 0 17px;
  width: 33.33%;
}

.about-equity-wrap li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
}

.about-equity-wrap li a:hover span, .about-equity-wrap li a:hover p {
  color: #9d0208;
}

.about-equity-wrap li img {
  margin-right: 12px;
  display: block;
  width: 29px;
}

.about-equity-wrap li span {
  display: block;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 16px;
}

.about-equity-wrap li p {
  font-size: 48px;
  color: #a3a3a3;
}

.consultation-wrap {
  padding-bottom: 20px;
}

.consultation-wrap ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.consultation-wrap li {
  margin-right: 3px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  background: #d7d9d9;
  height: 327px;
}

.consultation-wrap li:last-child {
  margin-right: 0;
}

.consultation-wrap li:nth-child(2) {
  min-width: 270px;
}

.consultation-wrap .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 55px;
  background: #c00102;
  color: #fff;
}

.consultation-wrap dl {
  padding: 20px;
  font-size: 16px;
  color: #0c0c0c;
}

.consultation-wrap dl dd {
  position: relative;
  margin-bottom: 8px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.consultation-wrap dl dd:last-child {
  margin: 0;
}

.consultation-wrap dl dd::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8a0303;
}

.consultation-wrap .flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.consultation-wrap .flex dd {
  width: 50%;
}

.page-case-wrap {
  padding-bottom: 20px;
}

.page-case-wrap::before {
  display: none;
}

.main {
  padding: 40px 0 40px;
}

.main .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.main .left {
  width: 260px;
}

.main .left .btn {
  display: none;
}

.main .left.news-list-box {
  width: 325px;
}

.main .left .news-list {
  width: 100%;
  font-size: 17px;
  color: #666666;
  line-height: 26px;
  border: 1px solid #dcdcdc;
}

.main .left .news-list ul {
  padding: 10px 13px 0;
}

.main .left .news-list li {
  border-bottom: 1px dashed #dcdcdc;
}

.main .left .news-list li:hover, .main .left .news-list li.active {
  color: #c7020c;
}

.main .left .news-list li:last-child {
  border: none;
}

.main .left .news-list a {
  padding: 20px 0;
  position: relative;
  padding-left: 17px;
  display: block;
}

.main .left .news-list a::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 4px;
  width: 5px;
  height: 5px;
  background-color: #c6020c;
}

.main .right {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 22px;
}

.main .slidebar-nav {
  width: 100%;
}

.main .slidebar-nav h4 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 72px;
  background-color: #c7020c;
  color: #fff;
  font-size: 22px;
}

.main .slidebar-nav li {
  margin-bottom: 1px;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  color: #454545;
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #cbcbcb;
}

.main .slidebar-nav li.active i {
  display: inline-block;
}

.main .slidebar-nav li i {
  display: none;
}

.main .slidebar-nav li a {
  display: block;
}

.main .address {
  margin-top: 15px;
  border: 1px solid #dddddd;
}

.main .address img {
  display: block;
  width: 100%;
}

.main .address .txt {
  padding: 20px 14px;
  min-height: 246px;
}

.main .address .txt .tit {
  margin-bottom: 12px;
  font-size: 16px;
  color: #a00c0c;
  font-weight: bold;
}

.main .address .txt li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.main .hd {
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}

.main .hd h3 {
  position: relative;
  padding: 0 8px;
  padding-bottom: 12px;
  font-weight: 400;
}

.main .hd h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #c7020c;
}

.breadcrumbs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.breadcrumbs span {
  display: block;
  padding-left: 19px;
  background: url(../images/icon_39.png) no-repeat left center;
  -o-background-size: 16px 15px;
     background-size: 16px 15px;
}

.breadcrumbs ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs li a:hover {
  color: #9d0208;
}

.breadcrumbs li::after {
  content: '>';
  margin: 0 5px;
  display: inline-block;
  color: #666666;
}

.description {
  margin-bottom: 33px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #798493;
  color: #fff;
}

.description .img {
  width: 330px;
}

.description .content {
  padding-left: 30px;
  padding-right: 27px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.description .title {
  padding-bottom: 15px;
  font-size: 22px;
  border-bottom: 1px solid #bcc2c9;
}

.description .title h4 {
  padding-left: 42px;
  background: url(../images/icon_40.png) no-repeat left center;
  -o-background-size: 30px;
     background-size: 30px;
}

.description .desc {
  margin-top: 10px;
  padding: 0 8px 0 10px;
  font-size: 16px;
  line-height: 30px;
}

.details {
  border: solid 1px #dddddd;
}

.details .title {
  background: #e9e9e9;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #c7020c;
}

.details .title ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.details .title li {
  position: relative;
  width: 33.33%;
}

.details .title li::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c7020c;
}

.details .title li.on {
  background: #fff;
  font-weight: bold;
  color: #c7020c;
}

.details .content {
  padding: 50px 45px 100px;
}

.details .content p {
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 16px;
  color: #555555;
  text-indent: 2em;
}

.details .content p:last-child {
  margin: 0;
}

.details .content ul {
  margin-bottom: 25px;
}

.details .content li {
  padding: 25px 0;
  border-bottom: 1px solid #c2c2c2;
}

.details .content li > div {
  padding-left: 29px;
}

.details .content .tit {
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  background: url(../images/icon_41.png) no-repeat left center;
}

.details .content .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.breadcrumbs-wrap {
  background: #f5f5f5;
  display: block;
}

.breadcrumbs-wrap .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 48px;
  color: #999999;
}

.breadcrumbs-wrap ul li::after {
  color: #999999;
}

.breadcrumbs-wrap ul li:last-child::after {
  display: none;
}

.contact-us-wrap {
  padding-bottom: 30px;
}

.contact-us-wrap .bd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-us-wrap .content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 80px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.contact-us-wrap .content .desc {
  margin-bottom: 20px;
}

.contact-us-wrap .content .address p {
  margin-bottom: 12px;
}

.contact-us-wrap .content .address p:last-child {
  margin: 0;
}

.contact-us-wrap .content .img {
  margin-top: 30px;
}

.contact-us-wrap .map {
  width: 720px;
}

.contact-us-wrap .map img {
  width: 100%;
}

.news-list-wrap {
  padding: 30px 0 40px;
}

.news-list-wrap li {
  position: relative;
  padding: 30px 20px;
  border-bottom: 1px dashed #e6e6e6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background: #fff;
}

.news-list-wrap li:hover {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  z-index: 2;
}

.news-list-wrap li:hover .title {
  color: #c6020c;
  font-weight: bold;
}

.news-list-wrap a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list-wrap .img {
  width: 280px;
}

.news-list-wrap .img img {
  display: block;
  width: 100%;
}

.news-list-wrap .content {
  margin-left: 55px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.news-list-wrap .content .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.news-list-wrap .content .desc {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
  color: #787878;
}

.news-list-wrap .content .time {
  padding-left: 23px;
  font-size: 14px;
  color: #999999;
  background: url(../images/icon_42.png) no-repeat left center;
  -o-background-size: 14px;
     background-size: 14px;
}

.news-detail {
  padding-top: 60px;
}

.news-detail h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.news-detail .info {
  margin-bottom: 40px;
  text-align: center;
  background: #f0f0f0;
  font-size: 14px;
  height: 34px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999999;
}

.news-detail .info span {
  margin-right: 50px;
}

.news-detail .info span:last-child {
  margin-right: 0;
}

.news-detail .desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.news-detail .desc p {
  margin-bottom: 40px;
}

.news-detail .btns {
  color: #666666;
}

.news-detail .btns a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-detail .btns a:hover {
  color: #c00102;
}

.news-detail .btns a:hover i {
  border-color: #c00102;
}

.news-detail .btns i {
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 23px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 23px 12px;
     background-size: 23px 12px;
}

.news-detail .btns span {
  display: block;
  width: 80%;
}

.news-detail .btns .prev {
  padding-left: 97px;
}

.news-detail .btns .prev:hover i {
  background-image: url(../images/prev2.png);
}

.news-detail .btns .prev i {
  top: 0;
  left: 0;
  padding-left: 60px;
  border-right: 1px solid #e5e5e5;
  background-image: url(../images/prev.png);
}

.news-detail .btns .next {
  padding-right: 97px;
}

.news-detail .btns .next:hover i {
  background-image: url(../images/next2.png);
}

.news-detail .btns .next span {
  margin-left: auto;
}

.news-detail .btns .next i {
  top: 0;
  right: 0;
  background-image: url(../images/next.png);
  padding-left: 60px;
  border-left: 1px solid #e5e5e5;
}

.mobile-contact{
  display: none;
}
.wechat-popup{
  display: none;
}