.container {
  max-width: 1550px;

  padding: 0 100px;

  margin: 0 auto;
}

.top-banner {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding-left: 10%;

  height: 500px;

  font-weight: 700;

  color: #111;
}

.top-banner .bread-crumb {
  font-size: 14px;
}

.top-banner .bread-crumb > span {
  margin: 0 5px;
}

.top-banner .bread-crumb > a:hover {
  color: #ffa800;
}

.top-banner h2 {
  margin-top: 35px;

  font-size: 36px;
}

.bottom-mes {
  height: 363px;
}

.bottom-mes .base-info {
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.bottom-mes .base-info .title {
  font-size: 18px;

  color: #333;
}

.bottom-mes .base-info h4 {
  font-size: 36px;

  color: #333;

  font-weight: 700;

  margin: 30px 0 52px;

  line-height: 48px;
}

.bottom-mes .base-info a {
  display: block;

  width: 210px;

  height: 65px;

  border-radius: 6px;

  line-height: 65px;

  background-color: #fff;

  color: #ffa800;

  font-size: 18px;

  font-weight: 700;

  text-align: center;

  -webkit-box-shadow: 1px 3px #ffa800;

  box-shadow: 1px 3px #ffa800;
}

.pagination-wrapper {
  /* margin-bottom: 120px; */
  padding-bottom: 100px;
}
.pagination-wrapper > span {
  /* color: #ffa800; */
  margin-right: 20px;
}

.pagination-wrapper > a {
  padding: 0 20px;
  margin-bottom: 20px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  border-radius: 4px;

  font-size: 13px;

  margin-right: 14px;

  color: #666;

  background-color: #f6f6f6;
}
.pagination-wrapper > a:hover {
  background: #ffa800;

  color: #fff;
}

.pagination-wrapper > ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.pagination-wrapper > ul li {
  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  border-radius: 4px;

  font-size: 13px;

  margin-right: 14px;

  color: #666;

  background-color: #f6f6f6;
}

.pagination-wrapper > ul li img {
  width: 24px;
}

.pagination-wrapper > ul li .active-icon {
  display: none;
}

.pagination-wrapper > ul li:hover,
.pagination-wrapper > ul li.active {
  background: #ffa800;

  color: #fff;
}

.pagination-wrapper > ul li:hover .default-icon,
.pagination-wrapper > ul li.active .default-icon {
  display: none;
}

.pagination-wrapper > ul li:hover .active-icon,
.pagination-wrapper > ul li.active .active-icon {
  display: inline-block;
}

.swiper-pagination-bullet:only-child {
  display: inline-block !important;
}

.banner-swiper .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}

.banner-swiper .swiper-pagination-bullet {
  width: 14px;

  height: 14px;

  border-radius: 6px;

  background: #dcdcdc;

  opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active {
  width: 50px;

  height: 14px;

  border-radius: 6px;

  background: #ffa800;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  left: 0;

  right: unset;

  bottom: 20px;

  top: unset;
}

.solution-swiper .swiper-pagination-bullet,
.scheme-swiper .swiper-pagination-bullet {
  width: 10px;

  height: 10px;

  border-radius: 5px;

  background: #dddddd;
}

.solution-swiper .swiper-pagination-bullet-active,
.scheme-swiper .swiper-pagination-bullet-active {
  width: 10px;

  height: 10px;

  border-radius: 5px;

  background: #ffa800;
}

header {
  height: 100px;
}

header .pc-header {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background: rgba(222, 222, 222, 0.6);
}

header .pc-header .top-info {
  height: 100px;
}

header .pc-header .top-info .logo .logo-text {
  display: block;

  width: 123px;

  height: 70px;
}

header .pc-header .top-info .nav-info nav .nav-item {
  position: relative;

  height: 100px;

  line-height: 100px;

  display: block;

  font-size: 16px;

  color: #333;

  font-weight: 700;

  padding: 0 30px;
}

header .pc-header .top-info .nav-info nav .nav-item:hover {
  color: #ffa800;
}

header .pc-header .top-info .nav-info nav .nav-item:hover .nav-box {
  display: block;
}

header .pc-header .top-info .nav-info nav .nav-item .nav-box {
  display: none;

  width: 100%;

  text-align: center;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

  background-color: #fff;

  position: absolute;

  top: 100%;

  font-size: 14px;

  line-height: 50px;

  z-index: 1000;

  left: 0;

  color: #000;
}

header .pc-header .top-info .nav-info nav .nav-item .nav-box a {
  display: block;
}

header .pc-header .top-info .nav-info nav .nav-item .nav-box a:hover {
  color: #ffa800;
}

header .pc-header .top-info .nav-info .open-btn {
  margin-left: 30px;

  width: 132px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  border-radius: 25px;

  background-color: #ffa800;

  color: #fff;

  font-size: 14px;
}

header .mb-header {
  display: none;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  height: 70px;

  z-index: 1000;

  background-color: rgba(0, 0, 0, 0.7);
}

header .mb-header .mb-logo {
  margin-left: 20px;

  width: 100px;
}

header .mb-header .cool-menu {
  position: relative;

  z-index: 1000;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  color: #fff;
}

header .mb-header .cool-menu .line-wrap {
  padding: 0 20px;
}

header .mb-header .cool-menu .line-wrap > div[class^="line"] {
  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

  width: 28px;

  border-top: 2px solid #fff;

  margin-bottom: 8px;
}

header .mb-header .cool-menu .line-wrap > div[class^="line"].line3 {
  margin-bottom: 0;
}

header .mb-header .mb-nav {
  position: fixed;

  right: -220px;

  top: 0px;

  width: 200px;

  background: #181818;

  z-index: 90;

  height: 100%;
}

header .mb-header .mb-nav .content {
  height: 100%;
}

header .mb-header .mb-nav .content .main-title {
  width: 100%;

  height: 100%;

  padding-top: 70px;

  overflow: auto;
}

header .mb-header .mb-nav .content .main-title a {
  line-height: 50px;

  color: #fff;

  display: block;

  padding: 0 26px;
}

header .mb-header .mb-nav .content .main-title a:hover {
  color: #ffa800;
}

header .mb-header .mb-nav .content .main-title .sub-title {
  display: none;
}

header .mb-header .mb-nav .content .main-title .sub-title a {
  font-size: 14px;

  text-indent: 2em;

  line-height: 50px;

  color: #fff;

  display: block;

  padding: 0 26px;
}

header .mb-header .mask {
  display: none;

  position: fixed;

  top: 70px;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 60;
}

#home .banner-swiper {
  color: #333;
}

#home .banner-swiper .swiper-info {
  padding-top: 180px;

  padding-bottom: 180px;
}

#home .banner-swiper .swiper-info .main-left {
  width: 50%;
}

#home .banner-swiper .swiper-info .main-left .tit {
  font-size: 15px;
}

#home .banner-swiper .swiper-info .main-left h2 {
  font-size: 36px;

  margin: 30px 0 60px;

  font-weight: 700;

  line-height: 44px;

  max-width: 590px;

  letter-spacing: 3px;
}

#home .banner-swiper .swiper-info .main-left .open-btn {
  width: 180px;

  display: block;

  text-align: center;

  line-height: 50px;

  height: 50px;

  border-radius: 25px;

  background: #ffa800;

  font-size: 13px;

  color: #fff;
}

#home .icon-list {
  padding: 48px 16%;
}

#home .icon-list .icon-item {
  text-align: center;
}

#home .icon-list .icon-item .icon-img {
  height: 50px;
}

#home .icon-list .icon-item .rate {
  font-weight: 700;

  font-size: 27px;

  color: #ffa800;

  margin: 10px 0;
}

#home .icon-list .icon-item > p {
  color: #222;

  font-size: 13px;
}

#home .solution-wrapper {
  padding: 130px 0;

  text-align: center;
}

#home .solution-wrapper h2 {
  font-weight: 700;

  font-size: 30px;

  color: #222;

  margin-bottom: 45px;

  line-height: 36px;
}

#home .solution-wrapper p {
  font-size: 14px;

  color: #444;

  line-height: 36px;
}

#home .solution-wrapper .info-list {
  text-align: left;

  margin-top: 90px;
}

#home .solution-wrapper .info-list .info-item {
  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  width: 30%;

  border-radius: 20px;

  padding: 75px 28px 50px;

  border: 1px solid #f6f6f6;

  background: right bottom no-repeat;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  margin-bottom: 40px;
}

#home .solution-wrapper .info-list .info-item:hover,
#home .solution-wrapper .info-list .info-item.active {
  -webkit-transform: scaleY(1.1);

  transform: scaleY(1.1);

  background-color: #ffa800;
}

#home .solution-wrapper .info-list .info-item:hover h3,
#home .solution-wrapper .info-list .info-item:hover p,
#home .solution-wrapper .info-list .info-item:hover .feature-info,
#home .solution-wrapper .info-list .info-item:hover .more,
#home .solution-wrapper .info-list .info-item.active h3,
#home .solution-wrapper .info-list .info-item.active p,
#home .solution-wrapper .info-list .info-item.active .feature-info,
#home .solution-wrapper .info-list .info-item.active .more {
  color: #fff;
}

#home .solution-wrapper .info-list .info-item:hover h3 .circle,
#home .solution-wrapper .info-list .info-item:hover p .circle,
#home .solution-wrapper .info-list .info-item:hover .feature-info .circle,
#home .solution-wrapper .info-list .info-item:hover .more .circle,
#home .solution-wrapper .info-list .info-item.active h3 .circle,
#home .solution-wrapper .info-list .info-item.active p .circle,
#home .solution-wrapper .info-list .info-item.active .feature-info .circle,
#home .solution-wrapper .info-list .info-item.active .more .circle {
  background-color: #fff;
}

#home .solution-wrapper .info-list .info-item h3 {
  font-size: 18px;

  font-weight: 700;

  color: #222;

  margin-bottom: 30px;
}

#home .solution-wrapper .info-list .info-item p {
  font-size: 14px;

  line-height: 22px;
}

#home .solution-wrapper .info-list .info-item .feature-info {
  color: #999;

  margin: 40px 0;
}

#home .solution-wrapper .info-list .info-item .feature-info li {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  font-size: 10px;

  line-height: 16px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  margin-bottom: 20px;
}

#home .solution-wrapper .info-list .info-item .feature-info li .circle {
  width: 6px;

  height: 6px;

  border-radius: 50%;

  background-color: #999999;

  margin-right: 10px;
}

#home .solution-wrapper .info-list .info-item .more {
  color: #ffa800;

  font-size: 14px;
}

#home .solution-wrapper .info-list .info-item .more .arrow-icon {
  margin-left: 6px;
}

#home .solution-wrapper .solution-box {
  margin-top: 90px;

  text-align: left;
}

#home .solution-wrapper .solution-box .left {
  width: 40%;
}

#home .solution-wrapper .solution-box .left h3 {
  font-size: 22px;

  color: #222;

  font-weight: 700;
}

#home .solution-wrapper .solution-box .left h3 > img {
  width: 26px;

  margin-left: 16px;
}

#home .solution-wrapper .solution-box .left p {
  margin: 30px 0 70px;

  line-height: 22px;

  color: #333333;

  font-size: 13px;
}

#home .solution-wrapper .solution-box .left .select-list .select-item {
  width: 32%;

  border-radius: 4px;

  background-color: #fff;

  -webkit-box-shadow: -3px 0 0 #333333;

  box-shadow: -3px 0 0 #333333;

  padding: 14px 0;

  margin-bottom: 16px;

  font-size: 13px;

  color: #333;

  text-align: center;
}

#home .solution-wrapper .solution-box .left .select-list .select-item > span {
  margin-left: 18px;
}

#home .solution-wrapper .solution-box .left .select-list .select-item.active {
  -webkit-box-shadow: -3px 0 0 #ffa800;

  box-shadow: -3px 0 0 #ffa800;

  color: #ffa800;
}

#home .solution-wrapper .solution-box .right {
  position: relative;

  width: 50%;
}

#home .solution-wrapper .solution-box .right .solution-swiper {
  height: 500px;

  padding-left: 20px;
}

#home .solution-wrapper2 {
  background-color: #f5f8fc;
}

#home .choose-wrapper {
  background: no-repeat right bottom;
}

#home .choose-wrapper .choose-info {
  margin-top: 93px;
}

#home .choose-wrapper .choose-info .main-left {
  width: 60%;
}

#home .choose-wrapper .choose-info .main-left .reason-list .reason-item {
  -webkit-transition: background-color 0.3s;

  transition: background-color 0.3s;

  cursor: pointer;

  width: 368px;

  border-radius: 4px;

  padding: 50px 30px;

  text-align: center;

  background-color: #f4f7fb;

  color: #333;

  margin-bottom: 20px;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#home .choose-wrapper .choose-info .main-left .reason-list .reason-item > img {
  width: 81px;
}

#home .choose-wrapper .choose-info .main-left .reason-list .reason-item h4 {
  font-size: 18px;

  margin: 20px 0;

  font-weight: 700;
}

#home .choose-wrapper .choose-info .main-left .reason-list .reason-item p {
  line-height: 22px;

  color: #666;

  min-height: 100px;
}

#home .choose-wrapper .choose-info .main-left .reason-list .reason-item span {
  font-weight: 700;

  font-size: 14px;

  text-decoration: underline;
}

#home .choose-wrapper .choose-info .main-left .reason-list .reason-item:nth-child(2n + 1) {
  margin-right: 20px;
}

#home .choose-wrapper .choose-info .main-left .reason-list .reason-item:nth-child(2n) {
  margin-top: -60px;
}

#home .choose-wrapper .choose-info .main-left .reason-list .reason-item.active {
  background-color: #ffa800;

  color: #fff;
}

#home .choose-wrapper .choose-info .main-left .reason-list .reason-item.active p {
  color: #fff;
}

#home .choose-wrapper .choose-info .main-right {
  width: 40%;

  text-align: left;
}

#home .choose-wrapper .choose-info .main-right .tip-text {
  font-size: 14px;

  color: #ffa800;

  margin-bottom: 10px;
}

#home .choose-wrapper .choose-info .main-right .tip-text > span {
  margin-left: 6px;
}

#home .choose-wrapper .choose-info .main-right h3 {
  line-height: 44px;

  font-size: 36px;

  color: #222;

  font-weight: 700;
}

#home .choose-wrapper .choose-info .main-right p {
  font-weight: 500;

  font-size: 14px;

  color: #666;

  line-height: 22px;

  margin: 20px 0;
}

#home .choose-wrapper .choose-info .main-right a {
  font-size: 14px;

  color: #ffa800;
}

#home .news-wrapper {
  background-color: #f9fafc;
}

#home .news-wrapper .news-list {
  margin-top: 80px;

  text-align: left;
}

#home .news-wrapper .news-list .news-item {
  width: 48%;

  padding: 46px;

  background: #fff no-repeat right bottom;

  font-size: 14px;

  margin-bottom: 30px;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  line-height: 26px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

#home .news-wrapper .news-list .news-item:hover {
  -webkit-transform: translateY(10px);

  transform: translateY(10px);
}

#home .news-wrapper .news-list .news-item:hover p {
  color: #ffa800;
}

#home .news-wrapper .news-list .news-item h3 {
  font-size: 18px;

  color: #333;

  font-weight: 700;
}

#home .news-wrapper .news-list .news-item .date {
  margin-top: 16px;

  color: #ccc;
}

#home .news-wrapper .news-list .news-item p {
  color: #666;

  line-height: 18px;

  margin: 26px 0;
}

#home .news-wrapper .news-list .news-item span {
  color: #ffa800;
}

#home .news-wrapper .more-btn {
  display: block;

  width: 233px;

  height: 62px;

  line-height: 62px;

  margin: 70px auto 0;

  border-radius: 4px;

  background-color: #333333;

  font-size: 14px;

  color: #fff;

  text-align: center;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

#home .news-wrapper .more-btn:hover {
  background-color: #ffa800;
}

#service-wrapper .service-box {
  padding: 100px 0 254px;

  text-align: center;
}

#service-wrapper .service-box h2 {
  font-size: 26px;

  color: #333;

  font-weight: 700;

  margin-bottom: 50px;
}

#service-wrapper .service-box p {
  font-size: 14px;

  line-height: 22px;

  color: #999;
}

#service-wrapper .service-box .service-list {
  margin-top: 78px;
}

#service-wrapper .service-box .service-list .service-item {
  width: 32%;

  border-radius: 20px;

  overflow: hidden;

  color: #fff;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  margin-bottom: 30px;
}

#service-wrapper .service-box .service-list .service-item .header {
  background-color: #ffc85b;

  height: 172px;

  font-weight: 700;
}

#service-wrapper .service-box .service-list .service-item .header h4 {
  font-size: 27px;
}

#service-wrapper .service-box .service-list .service-item .header .en-title {
  margin-top: 26px;

  font-size: 13px;
}

#service-wrapper .service-box .service-list .service-item .detail {
  padding: 0 20px;
}

#service-wrapper .service-box .service-list .service-item .detail p {
  font-size: 18px;

  color: #333;

  font-weight: 700;

  padding: 54px 20px;

  line-height: 27px;

  border-bottom: 1px solid #efefef;
}

#service-wrapper .service-box .service-list .service-item .detail dl {
  padding: 50px 0 124px;

  font-size: 14px;
}

#service-wrapper .service-box .service-list .service-item .detail dl dt {
  color: #666;
}

#service-wrapper .service-box .service-list .service-item .detail dl dd {
  color: #333;

  margin-top: 36px;
}

#service-wrapper .service-box .service-list .service-item:nth-child(2) .header {
  background-color: #5191ff;
}

#service-wrapper .service-box .service-list .service-item:nth-child(3) .header {
  background-color: #715edf;
}

#operate-wrapper {
  padding: 100px 0 142px;
}

#operate-wrapper .operate-box {
  text-align: center;
}

#operate-wrapper .operate-box h3 {
  font-size: 26px;

  color: #333;

  font-weight: 700;
}

#operate-wrapper .operate-box .line-wrapper {
  margin: 40px 0 126px;
}

#operate-wrapper .operate-box .line-wrapper .line {
  width: 40px;

  height: 6px;

  border-radius: 3px;

  background-color: #ffa800;
}

#operate-wrapper .operate-box .line-wrapper .short-line {
  width: 10px;

  margin-left: 5px;
}

#operate-wrapper .operate-box .example-list .example {
  text-align: left;

  margin-bottom: 116px;
}

#operate-wrapper .operate-box .example-list .example > .img-wrap {
  width: 58%;

  text-align: left;
}

#operate-wrapper .operate-box .example-list .example .info {
  width: 38%;
}

#operate-wrapper .operate-box .example-list .example .info .title {
  color: #ffa800;

  font-size: 18px;
}

#operate-wrapper .operate-box .example-list .example .info .title > img {
  width: 20px;

  margin-left: 14px;
}

#operate-wrapper .operate-box .example-list .example .info p {
  margin: 44px 0 69px;

  font-size: 25px;

  font-weight: 700;

  color: #333333;

  line-height: 44px;
}

#operate-wrapper .operate-box .example-list .example .info a {
  width: 132px;

  padding: 16px 0;

  border-radius: 23px;

  background-color: #ffa800;

  font-size: 14px;

  color: #fff;
}

#operate-wrapper .operate-box .example-list .example .info a i {
  margin-left: 14px;

  width: 0;

  height: 0;

  border: 6px solid transparent;

  border-left: 6px solid #fff;
}

#operate-wrapper .operate-box .example-list .example:nth-child(2n) {
  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;
}

#operate-wrapper .operate-box .example-list .example:nth-child(2n) > .img-wrap {
  text-align: right;

  width: 38%;
}

#operate-wrapper .operate-box .example-list .example:nth-child(2n) > .info {
  width: 58%;
}

#resolution-wrapper .scheme-wrapper {
  margin: 144px 0;
}

#resolution-wrapper .scheme-wrapper .scheme-list {
  font-weight: 700;

  font-size: 13px;

  color: #333;
}

#resolution-wrapper .scheme-wrapper .scheme-list > li {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding-bottom: 18px;

  border-radius: 2px;

  border-bottom: 4px solid #f7fafc;

  margin-bottom: 40px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

#resolution-wrapper .scheme-wrapper .scheme-list > li > img {
  display: none;
}

#resolution-wrapper .scheme-wrapper .scheme-list > li.active,
#resolution-wrapper .scheme-wrapper .scheme-list > li:hover {
  color: #ffa800;

  text-indent: 0.5em;

  border-radius: 2px;

  border-bottom: 4px solid #ffa800;
}

#resolution-wrapper .scheme-wrapper .scheme-list > li.active > img,
#resolution-wrapper .scheme-wrapper .scheme-list > li:hover > img {
  margin-left: 20px;

  display: block;
}

#resolution-wrapper .scheme-wrapper .right-swiper {
  width: 55%;
}

#resolution-wrapper .scheme-wrapper .right-swiper .scheme-swiper {
  height: 458px;

  padding-left: 30px;
}

#resolution-wrapper .scheme-wrapper .right-swiper .swiper-mes {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  padding: 83px 38px 60px 67px;

  border-radius: 4px;

  opacity: 0.9;

  background-color: #f6f9fc;

  font-weight: 700;
}

#resolution-wrapper .scheme-wrapper .right-swiper .swiper-mes .content .title {
  font-size: 13px;

  color: #ffa800;
}

#resolution-wrapper .scheme-wrapper .right-swiper .swiper-mes .content h2 {
  font-size: 27px;

  margin: 32px 0 45px;

  line-height: 36px;
}

#resolution-wrapper .scheme-wrapper .right-swiper .swiper-mes .content p {
  color: #666;

  font-size: 15px;

  line-height: 28px;

  max-width: 510px;

  font-weight: 500;
}

#resolution-wrapper .scheme-wrapper .right-swiper .swiper-mes .content .fast-experience {
  margin-top: 60px;

  display: inline-block;

  padding-bottom: 10px;

  font-size: 14px;

  color: #ffa800;

  border-radius: 2px;

  border-bottom: 4px solid #ffa800;
}

#resolution-wrapper .scheme-wrapper .right-swiper .swiper-mes img {
  width: 300px;
}

#resolution-wrapper .station-info {
  padding: 130px 0 224px;

  text-align: center;
}

#resolution-wrapper .station-info h2 {
  font-size: 27px;

  color: #333;

  font-weight: 700;
}

#resolution-wrapper .station-info .line-wrapper {
  margin: 23px 0 87px;
}

#resolution-wrapper .station-info .line-wrapper .line {
  width: 40px;

  height: 6px;

  border-radius: 3px;

  background-color: #ffa800;
}

#resolution-wrapper .station-info .line-wrapper .short-line {
  width: 10px;

  margin-left: 5px;
}

#resolution-wrapper .station-info .mes-box .mes {
  width: 30%;

  padding: 100px 56px 90px;

  border-radius: 20px;

  font-size: 20px;

  color: #333;

  font-weight: 700;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  margin-bottom: 50px;
}

#resolution-wrapper .station-info .mes-box .mes h4 {
  margin-bottom: 46px;
}

#resolution-wrapper .station-info .mes-box .mes p {
  font-size: 14px;

  line-height: 27px;
}

#resolution-wrapper .station-info .mes-box .mes .open-link {
  margin-top: 58px;

  position: relative;

  display: inline-block;

  text-align: center;

  padding: 14px 5px;

  color: #ffa800;

  font-size: 14px;
}

#resolution-wrapper .station-info .mes-box .mes .open-link::before {
  content: "";

  left: 0;

  right: 0;

  position: absolute;

  height: 4px;

  border-radius: 2px;

  bottom: 0;

  background-color: #ffa800;
}

#resolution-wrapper .station-info .mes-box .mes.active,
#resolution-wrapper .station-info .mes-box .mes:hover {
  -webkit-transform: scaleY(1.1);

  transform: scaleY(1.1);

  color: #fff;

  background-color: #ffa800;
}

#resolution-wrapper .station-info .mes-box .mes.active .open-link,
#resolution-wrapper .station-info .mes-box .mes:hover .open-link {
  color: #fff;
}

#resolution-wrapper .station-info .mes-box .mes.active .open-link::before,
#resolution-wrapper .station-info .mes-box .mes:hover .open-link::before {
  content: "";

  background-color: #fff;
}

#resolution-wrapper .refuel-wrapper {
  position: relative;

  padding: 214px 0 148px;
}

#resolution-wrapper .refuel-wrapper .refuel-info .left {
  max-width: 625px;

  color: #fff;

  font-weight: bold;
}

#resolution-wrapper .refuel-wrapper .refuel-info .left h5 {
  font-size: 18px;

  margin-bottom: 20px;
}

#resolution-wrapper .refuel-wrapper .refuel-info .left p {
  font-size: 30px;

  line-height: 45px;
}

#resolution-wrapper .refuel-wrapper .refuel-info .right {
  position: relative;

  width: 480px;

  height: 480px;

  border-radius: 50%;

  background-color: #fff;
}

#resolution-wrapper .refuel-wrapper .refuel-info .right h5 {
  font-size: 20px;

  color: #333;

  margin-bottom: 56px;
}

#resolution-wrapper .refuel-wrapper .refuel-info .right > img {
  width: 240px;
}

#resolution-wrapper .refuel-wrapper .refuel-info .right .adorn-wrapper .adorn-item {
  position: absolute;

  width: 80px;

  height: 80px;

  line-height: 80px;

  text-align: center;

  background-image: url(../images/resolution/square.png);

  font-size: 13px;

  color: #fff;
}

#resolution-wrapper .refuel-wrapper .refuel-info .right .adorn-wrapper .adorn-item:nth-child(1) {
  top: 0;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

#resolution-wrapper .refuel-wrapper .refuel-info .right .adorn-wrapper .adorn-item:nth-child(2) {
  top: 50%;

  right: 0;

  -webkit-transform: translate(50%, -50%);

  transform: translate(50%, -50%);
}

#resolution-wrapper .refuel-wrapper .refuel-info .right .adorn-wrapper .adorn-item:nth-child(3) {
  bottom: 0;

  left: 50%;

  -webkit-transform: translate(-50%, 50%);

  transform: translate(-50%, 50%);
}

#resolution-wrapper .refuel-wrapper .refuel-info .right .adorn-wrapper .adorn-item:nth-child(4) {
  left: 0;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

#resolution-wrapper .refuel-wrapper .fixed-box {
  position: absolute;

  top: 0;

  left: 100px;

  right: 100px;
}

#resolution-wrapper .refuel-wrapper .fixed-box .fixed-list .fixed-item {
  position: relative;

  width: 32%;

  height: 88px;

  line-height: 88px;

  text-align: center;

  font-size: 15px;

  color: #333;

  background-color: #f6f6f6;

  border-radius: 0 0 20px 20px;
}

#resolution-wrapper .refuel-wrapper .fixed-box .fixed-list .fixed-item.active,
#resolution-wrapper .refuel-wrapper .fixed-box .fixed-list .fixed-item:hover {
  color: #fff;

  background-color: #fe9a09;
}

#resolution-wrapper .refuel-wrapper .fixed-box .fixed-list .fixed-item.active::after,
#resolution-wrapper .refuel-wrapper .fixed-box .fixed-list .fixed-item:hover::after {
  content: "";

  position: absolute;

  top: 100%;

  left: 50%;

  -webkit-transform: translate(-50%);

  transform: translate(-50%);

  border: 10px solid transparent;

  border-top-color: #fe9a09;
}

#resolution-wrapper .refuel-wrapper .fixed-wrap {
  display: none;

  position: relative;

  font-size: 15px;

  line-height: 36px;

  position: relative;

  top: -60px;

  width: 80%;

  margin: 0 auto;

  text-align: center;

  background-color: #ffa800;

  color: #fff;

  border-radius: 0 0 20px 20px;

  overflow: hidden;
}

#resolution-wrapper .refuel-wrapper .fixed-wrap .adorn {
  position: absolute;

  top: 100%;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  border: 10px solid transparent;

  border-top-color: #ffa800;
}

#resolution-wrapper .refuel-wrapper .fixed-wrap:hover {
  height: 108px;
}

#resolution-wrapper .refuel-wrapper .fixed-wrap .info {
  background-color: #f6f6f6;

  color: #333;
}

#resolution-wrapper .refuel-wrapper .fixed-wrap .info.active,
#resolution-wrapper .refuel-wrapper .fixed-wrap .info:hover {
  background-color: #ffa800;

  color: #fff;
}

#resolution-wrapper .refuel-wrapper .fixed-wrapper {
  display: none;

  overflow: auto;

  color: #fff;

  margin-bottom: 30px;

  padding: 20px 30px 0;
}

#resolution-wrapper .refuel-wrapper .fixed-wrapper .info {
  margin-right: 30px;

  text-align: center;

  -ms-flex-negative: 0;

  flex-shrink: 0;

  font-size: 15px;
}

#resolution-wrapper .refuel-wrapper .fixed-wrapper .info.active,
#resolution-wrapper .refuel-wrapper .fixed-wrapper .info:hover {
  color: #ffa800;
}

#cooperation-wrapper .solution-wrapper {
  padding: 130px 0;

  text-align: center;
}

#cooperation-wrapper .solution-wrapper h2 {
  font-weight: 700;

  font-size: 30px;

  color: #222;

  margin-bottom: 45px;
}

#cooperation-wrapper .solution-wrapper p {
  font-size: 14px;

  line-height: 18px;

  color: #444;
}

#cooperation-wrapper .solution-wrapper .info-list {
  text-align: left;

  margin-top: 90px;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item {
  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  width: 30%;

  border-radius: 20px;

  padding: 75px 28px 50px;

  border: 1px solid #f6f6f6;

  background: right bottom no-repeat;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  margin-bottom: 50px;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item:hover,
#cooperation-wrapper .solution-wrapper .info-list .info-item.active {
  -webkit-transform: scaleY(1.1);

  transform: scaleY(1.1);

  background-color: #ffa800;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item:hover h3,
#cooperation-wrapper .solution-wrapper .info-list .info-item:hover p,
#cooperation-wrapper .solution-wrapper .info-list .info-item:hover .feature-info,
#cooperation-wrapper .solution-wrapper .info-list .info-item:hover .more,
#cooperation-wrapper .solution-wrapper .info-list .info-item.active h3,
#cooperation-wrapper .solution-wrapper .info-list .info-item.active p,
#cooperation-wrapper .solution-wrapper .info-list .info-item.active .feature-info,
#cooperation-wrapper .solution-wrapper .info-list .info-item.active .more {
  color: #fff;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item:hover h3 .circle,
#cooperation-wrapper .solution-wrapper .info-list .info-item:hover p .circle,
#cooperation-wrapper .solution-wrapper .info-list .info-item:hover .feature-info .circle,
#cooperation-wrapper .solution-wrapper .info-list .info-item:hover .more .circle,
#cooperation-wrapper .solution-wrapper .info-list .info-item.active h3 .circle,
#cooperation-wrapper .solution-wrapper .info-list .info-item.active p .circle,
#cooperation-wrapper .solution-wrapper .info-list .info-item.active .feature-info .circle,
#cooperation-wrapper .solution-wrapper .info-list .info-item.active .more .circle {
  background-color: #fff;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item h3 {
  font-size: 18px;

  font-weight: 700;

  color: #222;

  margin-bottom: 30px;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item p {
  font-size: 14px;

  line-height: 22px;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item .feature-info {
  color: #999;

  margin: 40px 0;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item .feature-info li {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  font-size: 10px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  margin-bottom: 20px;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item .feature-info li .circle {
  width: 6px;

  height: 6px;

  border-radius: 50%;

  background-color: #999999;

  margin-right: 10px;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item .more {
  color: #ffa800;

  font-size: 14px;
}

#cooperation-wrapper .solution-wrapper .info-list .info-item .more .arrow-icon {
  margin-left: 6px;
}

#cooperation-wrapper .solution-wrapper .solution-box {
  margin-top: 90px;

  text-align: left;
}

#cooperation-wrapper .solution-wrapper .solution-box .left {
  width: 40%;
}

#cooperation-wrapper .solution-wrapper .solution-box .left h3 {
  font-size: 22px;

  color: #222;

  font-weight: 700;
}

#cooperation-wrapper .solution-wrapper .solution-box .left h3 > img {
  width: 26px;

  margin-left: 16px;
}

#cooperation-wrapper .solution-wrapper .solution-box .left p {
  margin: 30px 0 70px;

  line-height: 22px;

  color: #333333;

  font-size: 13px;
}

#cooperation-wrapper .solution-wrapper .solution-box .left .select-list .select-item {
  width: 32%;

  border-radius: 4px;

  background-color: #fff;

  -webkit-box-shadow: -3px 0 0 #333333;

  box-shadow: -3px 0 0 #333333;

  padding: 14px 0;

  margin-bottom: 16px;

  font-size: 13px;

  color: #333;

  text-align: center;
}

#cooperation-wrapper .solution-wrapper .solution-box .left .select-list .select-item > span {
  margin-left: 18px;
}

#cooperation-wrapper .solution-wrapper .solution-box .left .select-list .select-item.active {
  -webkit-box-shadow: -3px 0 0 #ffa800;

  box-shadow: -3px 0 0 #ffa800;

  color: #ffa800;
}

#cooperation-wrapper .solution-wrapper .solution-box .right {
  width: 50%;
}

#cooperation-wrapper .address-wrapper {
  padding: 137px 0 222px;
}

#cooperation-wrapper .address-wrapper .address-info .address-box {
  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

  margin-bottom: 20px;

  text-align: center;
}

#cooperation-wrapper .address-wrapper .address-info .address-box > .icon-wrap {
  min-height: 40px;

  margin-bottom: 40px;
}

#cooperation-wrapper .address-wrapper .address-info .address-box > .icon-wrap > img {
  width: 39px;
}

#cooperation-wrapper .address-wrapper .address-info .address-box p {
  font-size: 14px;

  line-height: 27px;

  color: #333;
}

#cooperation-wrapper .address-wrapper .address-info .address-box .tit {
  color: #999;
}

#cooperation-wrapper .address-wrapper .address-info .address-box .desc {
  color: #333;

  font-size: 14px;

  line-height: 27px;
}

#cooperation-wrapper .address-wrapper .address-info .address-box .desc .tit {
  color: #999;
}

#cooperation-wrapper .form-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding: 120px 0;
}

#cooperation-wrapper .form-wrapper .form-info {
  border-radius: 20px;

  width: 40%;

  background-color: #fff;

  padding: 40px;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#cooperation-wrapper .form-wrapper .form-info h4 {
  text-align: center;

  font-size: 22px;

  font-weight: 700;

  color: #333;

  margin-bottom: 50px;
}

#cooperation-wrapper .form-wrapper .form-info form .form-item {
  border-radius: 20px;

  margin-bottom: 20px;
}

#cooperation-wrapper .form-wrapper .form-info form .form-item > input,
#cooperation-wrapper .form-wrapper .form-info form .form-item textarea {
  border-radius: 20px;

  background-color: #f6f6f6;

  width: 100%;

  padding: 20px 27px;

  border: 1px solid transparent;
}

#cooperation-wrapper .form-wrapper .form-info form .form-item > input::-webkit-input-placeholder,
#cooperation-wrapper .form-wrapper .form-info form .form-item textarea::-webkit-input-placeholder {
  font-size: 16px;

  color: #ccc;
}

#cooperation-wrapper .form-wrapper .form-info form .form-item > input:-ms-input-placeholder,
#cooperation-wrapper .form-wrapper .form-info form .form-item textarea:-ms-input-placeholder {
  font-size: 16px;

  color: #ccc;
}

#cooperation-wrapper .form-wrapper .form-info form .form-item > input::-ms-input-placeholder,
#cooperation-wrapper .form-wrapper .form-info form .form-item textarea::-ms-input-placeholder {
  font-size: 16px;

  color: #ccc;
}

#cooperation-wrapper .form-wrapper .form-info form .form-item > input::placeholder,
#cooperation-wrapper .form-wrapper .form-info form .form-item textarea::placeholder {
  font-size: 16px;

  color: #ccc;
}

#cooperation-wrapper .form-wrapper .form-info form .form-item > input:focus,
#cooperation-wrapper .form-wrapper .form-info form .form-item textarea:focus {
  border: 1px solid #ffa800;
}

#cooperation-wrapper .form-wrapper .form-info form .form-item textarea {
  border: 1px solid transparent;
}

#cooperation-wrapper .form-wrapper .form-info form .form-item .full-address {
  height: 126px;
}

#cooperation-wrapper .form-wrapper .form-info form > button {
  width: 100%;

  height: 70px;

  border-radius: 20px;

  background: #ffa800;

  font-size: 16px;

  color: #fff;
}

#cooperation-wrapper .form-wrapper .form-info form .select-list {
  margin-bottom: 20px;
}

#cooperation-wrapper .form-wrapper .form-info form .select-list > select {
  background-color: #f6f6f6;

  border-radius: 20px;

  width: 32%;

  height: 67px;

  padding: 0 27px;

  font-size: 16px;

  color: #ccc;

  border: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background: #f6f6f6 url(../images/common/down-icon.png) no-repeat right 20px center;

  background-size: 16px 16px;
}

#news-wrapper .news-cate {
  margin: 40px;

  clear: both;

  text-align: center;
}

#news-wrapper .news-cate li {
  display: inline-block;

  text-align: center;

  background: #f1f1f1;

  color: #333;

  line-height: 40px;

  -moz-border-radius: 8px;

  -webkit-border-radius: 8px;

  border-radius: 8px;

  margin: 0 5px;

  margin-bottom: 10px;

  padding: 0 25px;

  font-size: 20px;
}

#news-wrapper .news-list {
  margin: 30px 0;
  align-items: stretch;
}

#news-wrapper .news-list::after {
  content: "";
  width: 32%;
}

#news-wrapper .news-list .news-item {
  width: 32%;

  padding: 70px 40px;

  border-radius: 4px;

  border: 1px solid #efefef;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  margin-bottom: 50px;
}

#news-wrapper .news-list .news-item h3 {
  font-size: 18px;

  font-weight: 700;

  font-size: 18px;
}

#news-wrapper .news-list .news-item p {
  font-size: 14px;

  line-height: 27px;

  color: #666;

  margin: 30px 0;
}

#news-wrapper .news-list .news-item .detail {
  font-size: 14px;

  color: #333;

  padding-top: 20px;

  border-top: 1px solid #efefef;
}

#news-wrapper .news-list .news-item .detail .base-info img {
  margin-right: 6px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

#news-wrapper .news-list .news-item .detail .base-info .avatar {
  margin: 20px 0;
}

#news-wrapper .news-list .news-item .detail .base-info .avatar > span {
  line-height: 20px;
}

#news-wrapper .news-list .news-item .detail .more-btn {
  width: 100px;

  height: 40px;

  border-radius: 4px;

  background-color: #4e4e4e;

  font-size: 14px;

  color: #fff;
}

#news-wrapper .news-list .news-item:hover .more-btn {
  background-color: #ffa800 !important;
}

#news-detail {
  padding: 130px 0;
}

#news-detail .news-info {
  padding-bottom: 40px;

  border-bottom: 1px solid #efefef;
}

#news-detail .news-info h3 {
  font-size: 22px;

  color: #333;

  line-height: 28px;
}

#news-detail .news-info .time {
  font-size: 14px;

  margin: 28px 0;

  color: #333;

  padding-bottom: 20px;

  border-bottom: 1px solid #efefef;
}

#news-detail .news-info .time > img {
  width: 17px;

  margin-right: 10px;
}

#news-detail .news-info p {
  color: #666;

  font-size: 14px;

  line-height: 22px;

  margin-bottom: 30px;
}

#news-detail .page-info {
  padding-top: 20px;
}

#news-detail .page-info > a {
  color: #666;

  font-size: 13px;
}

#news-detail .news-list {
  margin-top: 100px;
}

#news-detail .news-list .news-item {
  width: 48%;

  padding: 70px 40px;

  border-radius: 4px;

  border: 1px solid #efefef;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  margin-bottom: 50px;
}

#news-detail .news-list .news-item h3 {
  font-size: 18px;

  font-weight: 700;

  font-size: 18px;
}

#news-detail .news-list .news-item p {
  font-size: 14px;

  line-height: 27px;

  color: #666;

  margin: 30px 0;
}

#news-detail .news-list .news-item .detail {
  border-top: 1px solid #efefef;

  padding-top: 20px;
}

#news-detail .news-list .news-item .detail .more-btn {
  font-size: 14px;

  color: #333;

  width: 100px;

  height: 40px;

  border-radius: 4px;

  background-color: #4e4e4e;

  font-size: 14px;

  color: #fff;
}

#news-detail .news-list .news-item .detail .more-btn > img {
  margin-left: 10px;
}

#news-detail .news-list .news-item:hover .more-btn {
  background-color: #ffa800 !important;
}

#contact-us {
  padding: 130px 0 222px;

  text-align: center;
}

#contact-us h3 {
  font-size: 22px;

  color: #333;
}

#contact-us .sub-desc {
  margin: 40px 0 70px;

  font-size: 14px;

  color: #999;
}

#contact-us .address-wrapper .address-info .address-box {
  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

  text-align: center;

  margin-bottom: 20px;
}

#contact-us .address-wrapper .address-info .address-box .icon-wrap {
  min-height: 40px;

  margin-bottom: 40px;
}

#contact-us .address-wrapper .address-info .address-box .icon-wrap > img {
  width: 39px;
}

#contact-us .address-wrapper .address-info .address-box p {
  font-size: 14px;

  line-height: 27px;

  color: #333;
}

#contact-us .address-wrapper .address-info .address-box .tit {
  color: #999;
}

#contact-us .address-wrapper .address-info .address-box .desc {
  color: #333;

  font-size: 14px;

  line-height: 27px;
}

#contact-us .address-wrapper .address-info .address-box .desc .tit {
  color: #999;
}

#contact-us .apply-wrapper {
  margin-top: 120px;
}

#contact-us .apply-wrapper .base-info {
  background-color: #fff;

  border-radius: 20px;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  padding: 54px 78px;
}

#contact-us .apply-wrapper .base-info > div {
  width: 48%;
}

#contact-us .apply-wrapper .base-info .left-mes h4 {
  font-weight: 700;

  font-size: 22px;

  color: #333;
}

#contact-us .apply-wrapper .base-info .left-mes form {
  margin-top: 66px;
}

#contact-us .apply-wrapper .base-info .left-mes form .form-item {
  margin-bottom: 35px;
}

#contact-us .apply-wrapper .base-info .left-mes form .form-item > input,
#contact-us .apply-wrapper .base-info .left-mes form .form-item textarea {
  width: 100%;

  border-bottom: 1px solid #efefef;

  font-size: 14px;

  padding-bottom: 10px;

  padding-left: 14px;

  font-weight: 700;
}

#contact-us .apply-wrapper .base-info .left-mes form .form-item > input::-webkit-input-placeholder,
#contact-us .apply-wrapper .base-info .left-mes form .form-item textarea::-webkit-input-placeholder {
  color: #cccccc;
}

#contact-us .apply-wrapper .base-info .left-mes form .form-item > input:-ms-input-placeholder,
#contact-us .apply-wrapper .base-info .left-mes form .form-item textarea:-ms-input-placeholder {
  color: #cccccc;
}

#contact-us .apply-wrapper .base-info .left-mes form .form-item > input::-ms-input-placeholder,
#contact-us .apply-wrapper .base-info .left-mes form .form-item textarea::-ms-input-placeholder {
  color: #cccccc;
}

#contact-us .apply-wrapper .base-info .left-mes form .form-item > input::placeholder,
#contact-us .apply-wrapper .base-info .left-mes form .form-item textarea::placeholder {
  color: #cccccc;
}

#contact-us .apply-wrapper .base-info .left-mes form .form-item textarea {
  resize: none;

  outline: none;

  border: none;

  border-bottom: 1px solid #efefef;
}

#contact-us .apply-wrapper .base-info .left-mes form button {
  width: 133px;

  height: 44px;

  border-radius: 4px;

  background: #ffa800;

  font-size: 14px;

  line-height: 44px;

  text-align: center;

  color: #fff;
}

#about-us {
  padding: 130px 0 220px;
}

#about-us .about-info {
  position: relative;
}

#about-us .about-info > img {
  width: 25.42%;
}

#about-us .about-info .base-info {
  padding-top: 90px;

  margin-left: 30px;

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;
}

#about-us .about-info .base-info h3 {
  font-weight: 700;

  position: relative;

  font-size: 27px;

  color: #ffa800;

  margin-bottom: 50px;
}

#about-us .about-info .base-info h3 .en-title {
  bottom: 0;

  position: absolute;

  z-index: -1;

  font-size: 54px;

  color: #f2f3f9;
}

#about-us .about-info .base-info p {
  font-size: 14px;

  color: #333;

  line-height: 36px;

  margin-bottom: 30px;
}

#about-us .about-info .base-info .content {
  margin-bottom: 0;
}

#about-us .about-info .base-info .icon-list .icon-item {
  width: 20%;

  text-align: center;

  color: #333;
}

#about-us .about-info .base-info .icon-list .icon-item .icon-wrap {
  min-height: 70px;
}

#about-us .about-info .base-info .icon-list .icon-item .icon-wrap > img {
  width: 58px;
}

#about-us .about-info .base-info .icon-list .icon-item .title {
  margin: 30px 0 10px;

  font-size: 22px;
}

#about-us .about-info .base-info .icon-list .icon-item p {
  font-size: 14px;

  line-height: 27px;
}

#apply-box {
  padding: 130px 0 220px;
}

#apply-box .left-form {
  background-color: #fff;

  width: 40%;

  padding: 40px;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  border-radius: 20px;
}

#apply-box .left-form h4 {
  text-align: center;

  font-size: 22px;

  color: #333;

  font-weight: 700;

  margin-bottom: 50px;
}

#apply-box .left-form form .form-item {
  border-radius: 20px;

  margin-bottom: 20px;
}

#apply-box .left-form form .form-item > input,
#apply-box .left-form form .form-item textarea {
  border-radius: 20px;

  background-color: #f6f6f6;

  width: 100%;

  padding: 20px 27px;
}

#apply-box .left-form form .form-item > input::-webkit-input-placeholder,
#apply-box .left-form form .form-item textarea::-webkit-input-placeholder {
  font-size: 16px;

  color: #ccc;
}

#apply-box .left-form form .form-item > input:-ms-input-placeholder,
#apply-box .left-form form .form-item textarea:-ms-input-placeholder {
  font-size: 16px;

  color: #ccc;
}

#apply-box .left-form form .form-item > input::-ms-input-placeholder,
#apply-box .left-form form .form-item textarea::-ms-input-placeholder {
  font-size: 16px;

  color: #ccc;
}

#apply-box .left-form form .form-item > input::placeholder,
#apply-box .left-form form .form-item textarea::placeholder {
  font-size: 16px;

  color: #ccc;
}

#apply-box .left-form form .form-item > input:hover,
#apply-box .left-form form .form-item textarea:hover {
  border: 1px solid #ffa800;
}

#apply-box .left-form form .form-item textarea {
  border: 1px solid transparent;
}

#apply-box .left-form form .form-item .full-address {
  height: 126px;
}

#apply-box .left-form form > button {
  width: 100%;

  height: 70px;

  border-radius: 20px;

  background: #ffa800;

  font-size: 16px;

  color: #fff;
}

#apply-box .left-form form .select-list {
  margin-bottom: 20px;
}

#apply-box .left-form form .select-list > select {
  background-color: #f6f6f6;

  border-radius: 20px;

  width: 32%;

  height: 67px;

  padding: 0 27px;

  font-size: 16px;

  color: #ccc;

  border: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background: #f6f6f6 url(../images/common/down-icon.png) no-repeat right 20px center;

  background-size: 16px 16px;
}

#apply-box .right-text {
  width: 45%;

  color: #ffa800;
}

#apply-box .right-text h4 {
  font-size: 36px;

  font-weight: 700;
}

#apply-box .right-text .desc {
  font-weight: 700;

  font-size: 27px;

  line-height: 36px;

  margin: 40px 0;
}

#apply-box .right-text .info-line {
  color: #333;

  font-size: 18px;

  margin-bottom: 36px;

  line-height: 24px;
}

#apply-box .right-text .info-line > img {
  margin-right: 10px;
}

#show-wrapper {
  padding: 70px 0;

  background-color: #f6f8fa;
}

#show-wrapper .show-list .show-item {
  background-color: #fff;

  padding: 44px 40px;

  width: 32%;

  margin-bottom: 30px;
}

#show-wrapper .show-list .show-item .hd {
  font-size: 20px;

  color: #333;

  margin-bottom: 30px;

  line-height: 24px;
}

#show-wrapper .show-list .show-item .hd > img {
  width: 32px;

  margin-right: 18px;
}

#show-wrapper .show-list .show-item p {
  font-size: 14px;

  line-height: 22px;

  color: #666;
}

footer {
  background-color: #141416;
}

footer .pc-footer .footer-info {
  padding: 100px 0;
}

footer .pc-footer .footer-info .links {
  color: #fff;
}

footer .pc-footer .footer-info .links .link-item {
  margin-bottom: 20px;
}

footer .pc-footer .footer-info .links .link-item .img-wrapper {
  min-width: 47px;
}

footer .pc-footer .footer-info .links .link-item .desc {
  max-width: 256px;
}

footer .pc-footer .footer-info .links .link-item .title {
  font-size: 15px;

  margin-bottom: 8px;
}

footer .pc-footer .footer-info .links .link-item p {
  font-size: 10px;

  line-height: 22px;
}

footer .pc-footer .footer-info dl {
  color: #fff;
}

footer .pc-footer .footer-info dl dt {
  font-size: 18px;
}

footer .pc-footer .footer-info dl dd {
  font-size: 14px;

  color: #fff;

  padding-top: 20px;
}

footer .pc-footer .footer-info dl dd a {
  display: block;
}

footer .pc-footer .footer-info dl dd a:hover {
  color: #ffa800;
}

footer .pc-footer .footer-info .contact > img {
  width: 152px;
}

footer .pc-footer .footer-info .contact p {
  text-align: center;

  font-size: 15px;

  color: #fff;

  margin-top: 30px;
}

footer .pc-footer .copyright {
  height: 90px;

  text-align: center;

  color: #fff;

  line-height: 22.5px;

  border-top: 1px solid rgba(255, 255, 255, 0.3);

  font-size: 14px;

  padding-top: 20px;
}

footer .mb-footer {
  padding-top: 30px;

  display: none;

  color: #fff;
}

footer .mb-footer .contact-info .contact-item {
  font-size: 14px;

  line-height: 22px;

  margin-bottom: 20px;
}

footer .mb-footer .contact-info .contact-item .img-wrapper {
  min-width: 47px;
}

footer .mb-footer .other-info {
  margin: 30px 0;
}

footer .mb-footer .other-info dl dt {
  font-size: 16px;
}

footer .mb-footer .other-info dl dd {
  font-size: 14px;

  color: #fff;

  padding-top: 20px;
}

footer .mb-footer .other-info .link-info {
  margin-left: 30px;
}

footer .mb-footer .other-info .link-info > img {
  width: 152px;
}

footer .mb-footer .other-info .link-info p {
  text-align: center;

  font-size: 15px;

  color: #fff;

  margin-top: 10px;
}

footer .copyright {
  height: 90px;

  text-align: center;

  color: #fff;

  line-height: 22.5px;

  border-top: 1px solid rgba(255, 255, 255, 0.3);

  font-size: 14px;

  padding-top: 20px;
}

.suspend-box {
  position: fixed;

  z-index: 100;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 30px;
}

.suspend-box > ul li {
  position: relative;

  width: 56px;

  padding: 14px 0;

  text-align: center;

  font-size: 14px;

  color: #fff;

  background-color: #ffa800;

  margin-bottom: 10px;

  border-radius: 5px;

  cursor: pointer;
}

.suspend-box > ul li:hover .contact-detail {
  display: block;
}

.suspend-box > ul li img {
  width: 28px;
}

.suspend-box > ul li:first-child {
  -webkit-writing-mode: vertical-lr;

  -ms-writing-mode: tb-lr;

  writing-mode: vertical-lr;

  padding: 10px 0;

  letter-spacing: 3px;
}

.suspend-box > ul li:last-child {
  margin-top: 20px;
}

.suspend-box > ul li .contact-detail {
  display: none;

  position: absolute;

  padding-right: 20px;

  right: 100%;

  top: 0;

  text-align: center;
}

.suspend-box > ul li .contact-detail > .content {
  width: 220px;

  border-radius: 4px;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background-color: #fff;

  padding: 0 10px 50px;
}

.suspend-box > ul li .contact-detail > .content .header {
  height: 70px;

  line-height: 70px;

  border-bottom: 1px solid rgba(207, 207, 207, 0.1);

  font-weight: 700;

  font-size: 16px;

  color: #333;
}

.suspend-box > ul li .contact-detail > .content .title {
  font-weight: 700;

  font-size: 16px;

  color: #333;

  margin: 24px 0 20px;
}

.suspend-box > ul li .contact-detail > .content > a {
  color: #ffa800;

  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  #news-wrapper .news-list .news-item {
    width: 48%;
  }

  #resolution-wrapper .scheme-wrapper .right-swiper {
    width: 75%;
  }

  #resolution-wrapper .refuel-wrapper .refuel-info .left {
    width: 40%;
  }

  #apply-box .left-form {
    width: 50%;
  }

  #apply-box .right-text {
    width: 40%;
  }

  #apply-box .left-form form .select-list > select {
    padding: 0 20px;
  }

  #home .choose-wrapper .choose-info {
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }

  #home .choose-wrapper .choose-info .main-left .reason-list {
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }

  #home .choose-wrapper .choose-info .main-left {
    width: 100%;

    margin-bottom: 30px;
  }

  #home .solution-wrapper .solution-box .left .select-list .select-item {
    width: 48%;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 80px;
  }

  .mb-footer {
    display: block !important;
  }

  .mb-header {
    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;
  }

  .pc-footer,
  .pc-header {
    display: none !important;
  }

  header {
    height: 70px;
  }

  #home .banner-swiper .swiper-info {
    padding: 60px;
  }

  #home .banner-swiper .swiper-info .main-left {
    width: 100%;
  }

  #home .solution-wrapper {
    padding: 60px 0;
  }

  #home .solution-wrapper .solution-box .left .select-list .select-item {
    width: 48%;
  }

  #home .solution-wrapper .info-list .info-item {
    width: 48%;
  }

  #home .solution-wrapper .solution-box > .left,
  #home .solution-wrapper .solution-box > .right {
    width: 100%;
  }

  #home .solution-wrapper .solution-box > .right {
    margin-top: 30px;
  }

  #home .choose-wrapper .choose-info {
    margin-top: 60px;
  }

  #home .choose-wrapper .choose-info .main-left {
    width: 100%;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }

  #home .choose-wrapper .choose-info .main-right {
    width: 100%;
  }

  #home .choose-wrapper .choose-info .main-left .reason-list {
    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
  }

  #home .choose-wrapper .choose-info .main-left .reason-list .reason-item {
    width: 48%;
  }

  #home .choose-wrapper .choose-info .main-right {
    margin-top: 30px;

    text-align: center;
  }

  #home .news-wrapper .news-list .news-item {
    width: 48%;
  }

  #service-wrapper .service-box {
    padding: 30px 0;
  }

  #service-wrapper .service-box .service-list .service-item {
    width: 48%;
  }

  #resolution-wrapper .station-info .mes-box .mes {
    width: 48%;
  }

  #cooperation-wrapper .solution-wrapper .info-list .info-item {
    width: 48%;
  }

  #cooperation-wrapper .form-wrapper .form-info {
    width: 60%;
  }

  #cooperation-wrapper .address-wrapper {
    padding: 60px 0;
  }

  #news-wrapper .news-list .news-item {
    width: 48%;
  }

  #about-us .about-info > img {
    display: none;

    position: absolute;

    left: 0;

    top: 0;

    min-width: 100%;

    min-height: 100%;

    z-index: -1;
  }

  #about-us .about-info .base-info {
    padding-top: 0;

    margin-left: 0;
  }

  #contact-us .apply-wrapper .base-info > div {
    width: 100%;
  }

  #contact-us .apply-wrapper .base-info > .left-mes {
    margin-bottom: 30px;
  }

  #resolution-wrapper .scheme-wrapper .scheme-list {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: stretch;

    -ms-flex-align: stretch;

    align-items: stretch;

    width: 100%;
  }

  #resolution-wrapper .scheme-wrapper .scheme-list > li {
    width: 30%;
  }

  #resolution-wrapper .scheme-wrapper .right-swiper {
    width: 100%;
  }

  #resolution-wrapper .refuel-wrapper .refuel-info {
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }

  #resolution-wrapper .refuel-wrapper .refuel-info .left {
    width: 100%;

    margin-bottom: 60px;
  }

  #resolution-wrapper .refuel-wrapper {
    padding: 100px 0;
  }

  #apply-box .base-info {
    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;
  }

  #apply-box .left-form,
  #apply-box .right-text {
    width: 100%;
  }

  #apply-box .left-form {
    padding: 20px;
  }

  #news-wrapper .news-list .news-item .base-info {
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 100%;
  }

  #news-wrapper .news-list .news-item .detail .more-btn {
    margin: 20px auto 0;
  }

  #about-us {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }

  .visible-flex-sm {
    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;
  }

  .top-banner {
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    color: #fff;

    height: 350px;

    text-align: center;
  }

  .container {
    padding: 0 60px;
  }

  #home .banner-swiper .swiper-info {
    padding: 60px;
  }

  #home .banner-swiper .swiper-info .main-left {
    width: 100%;
  }

  #home .icon-list {
    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding: 48px 20px;
  }

  #home .solution-wrapper {
    padding: 30px 0;
  }

  #home .icon-list .icon-item {
    width: 50%;

    margin-bottom: 20px;
  }

  #home .solution-wrapper .solution-box .left .select-list .select-item {
    width: 48%;
  }

  #home .solution-wrapper .info-list .info-item {
    width: 100%;
  }

  #home .solution-wrapper .solution-box > .left,
  #home .solution-wrapper .solution-box > .right {
    width: 100%;
  }

  #home .solution-wrapper .solution-box > .right {
    margin-top: 30px;
  }

  #home .choose-wrapper .choose-info {
    margin-top: 30px;
  }

  #home .choose-wrapper .choose-info .main-left {
    width: 100%;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }

  #home .choose-wrapper .choose-info .main-left .reason-list .reason-item:nth-child(2n + 1) {
    margin-right: 0;
  }

  #home .choose-wrapper .choose-info .main-right {
    width: 100%;
  }

  #home .news-wrapper .news-list .news-item {
    width: 100%;
  }

  #service-wrapper .service-box {
    padding: 30px 0;
  }

  #service-wrapper .service-box .service-list .service-item .detail dl {
    padding: 50px 0;
  }

  #show-wrapper .show-list .show-item {
    width: 48%;
  }

  #operate-wrapper {
    padding: 30px 0;
  }

  #operate-wrapper .operate-box .example-list .example {
    margin-bottom: 30px;
  }

  #operate-wrapper .operate-box .line-wrapper {
    margin: 40px 0;
  }

  #operate-wrapper .operate-box .example-list .example > .img-wrap {
    width: 100%;
  }

  #operate-wrapper .operate-box .example-list .example .info {
    margin-top: 30px;

    width: 100%;
  }

  #cooperation-wrapper .form-wrapper .form-info {
    width: 80%;
  }

  #cooperation-wrapper .solution-wrapper {
    padding: 60px 0;
  }

  #cooperation-wrapper .address-wrapper .address-info .address-box {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 48%;

    flex: 0 0 48%;
  }

  #cooperation-wrapper .address-wrapper .address-info .address-box > .icon-wrap {
    margin-bottom: 20px;
  }

  #news-wrapper .news-list .news-item {
    width: 100%;
  }

  #news-detail {
    padding: 60px 0;
  }

  #about-us {
    padding: 60px 0;
  }

  #about-us .about-info .base-info .icon-list .icon-item {
    width: 40%;
  }

  #contact-us .address-wrapper .address-info .address-box {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 48%;

    flex: 0 0 48%;
  }

  #contact-us {
    padding: 60px 0;
  }

  #contact-us .apply-wrapper {
    margin-top: 60px;
  }

  #resolution-wrapper .scheme-wrapper .scheme-list > li {
    width: 100%;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    padding-right: 0.5em;
  }

  #resolution-wrapper .refuel-wrapper .refuel-info .left {
    width: 100%;

    margin-bottom: 60px;
  }

  #resolution-wrapper .refuel-wrapper .refuel-info .right {
    width: 240px;

    height: 240px;

    margin: 0 auto;
  }

  #resolution-wrapper .refuel-wrapper .refuel-info .right h5 {
    margin-bottom: 20px;
  }

  #resolution-wrapper .refuel-wrapper .refuel-info .right > img {
    width: 120px;
  }

  #resolution-wrapper .refuel-wrapper {
    padding: 60px 0;
  }

  #resolution-wrapper .scheme-wrapper .right-swiper .swiper-mes {
    padding: 30px;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  #resolution-wrapper .scheme-wrapper .right-swiper .swiper-mes img {
    margin-top: 30px;

    width: 300px;

    margin: 0 auto;
  }

  #apply-box .left-form form .select-list {
    margin-bottom: 0;
  }

  #apply-box .left-form form .select-list > select {
    width: 100%;

    margin-bottom: 20px;
  }

  #resolution-wrapper .station-info {
    padding: 60px 0;
  }

  #resolution-wrapper .scheme-wrapper {
    margin: 60px 0;
  }
}

@media screen and (max-width: 540px) {
  .container {
    padding: 0 30px;
  }

  #show-wrapper .show-list .show-item {
    width: 100%;
  }

  #resolution-wrapper .station-info .mes-box .mes {
    width: 100%;
  }

  #cooperation-wrapper .solution-wrapper .info-list .info-item {
    width: 100%;
  }

  #cooperation-wrapper .form-wrapper .form-info {
    width: 90%;
  }

  #news-detail {
    padding: 40px 0;
  }

  #news-detail .news-list .news-item {
    width: 100%;
  }

  #news-wrapper .news-list .news-item .detail .more-btn {
    margin: 20px auto 0;
  }

  #news-wrapper .news-list .news-item {
    padding: 30px 20px;
  }

  #news-wrapper .news-list .news-item .base-info {
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 100%;
  }

  #news-wrapper .news-list .news-item .detail .base-info .avatar {
    /* margin-left: 20px; */
  }

  #home .choose-wrapper .choose-info .main-left .reason-list {
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }

  #home .choose-wrapper .choose-info .main-left .reason-list .reason-item {
    width: 100%;
  }

  #home .choose-wrapper .choose-info .main-left .reason-list .reason-item:nth-child(n) {
    margin: 0 0 30px 0;
  }

  #home .choose-wrapper .choose-info .main-right {
    margin-top: 30px;

    text-align: center;
  }

  #service-wrapper .service-box .service-list .service-item {
    width: 100%;
  }

  #cooperation-wrapper .form-wrapper .form-info form .select-list > select {
    padding: 0 10px;
  }

  #cooperation-wrapper .address-wrapper .address-info .address-box {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;
  }

  #cooperation-wrapper .form-wrapper .form-info {
    padding: 20px;
  }

  #contact-us .address-wrapper .address-info .address-box {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;
  }

  #contact-us .address-wrapper .address-info .address-box .icon-wrap {
    margin-bottom: 20px;
  }

  #contact-us .apply-wrapper .base-info {
    padding: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
