@charset "utf-8";
@import url('global.css');
@import url('index.css');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
li {
  list-style: none;
}
.smask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.mrr-wrap {
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
.productservicesTop {
  position: relative;
  line-height: 0;
  margin: 0 auto;
  background: #f4c624;
  display: flex;
  justify-content: center;
}
.productservicesTop .productservicesBanner {
  width: 100%;
  min-width: 1180px;
  max-width: 1920px;
}
.productservicesTop .newwrap {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
}
.productservicesTop .newwrap .KV_text {
  margin: 0 auto;
  width: 1180px;
}
.productservicesTop .newwrap .KV_text h2 {
  font-size: 50px;
  font-weight: 600;
}
.productservicesBack {
  background: url('/img/index/service-bg.png') repeat;
}
.productservicesBack2 {
  background: #f1f1f1;
}
.productservicesBack3 {
  background: #fff;
}
.productservicesMain {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0;
}
.productservicesMain h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.75em;
  padding: 35px 0 25px;
}
.productservicesMain h2.white {
  color: #fff;
}
.productservicesMain h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.75em;
  padding: 35px 0 25px;
}
.productservicesMain .productservicesDes {
  text-align: center;
  font-size: 18px;
  line-height: 1.75em;
  margin: 0 0 25px;
}
.productservicesMain .btnBlack {
  padding: 10px 35px 10px 21px;
  font-size: 14px;
  color: #fff;
  background: #000;
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
  transition: all 0.5s;
  display: inline-block;
}
.productservicesMain .btnBlack::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 11px;
  height: 4.81px;
  background: url(/img/index/more-arrow-white.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.productservicesMain .btnBlack.nomargin {
  margin: 0;
}
.productservicesMain .productservicesList ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.productservicesMain .productservicesList ul li {
  width: calc(25% - 20px);
  margin: 0 10px;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  border: 3px solid #ffcc00;
}
.productservicesMain .productservicesList ul li img {
  width: 100%;
}
.productservicesMain .productservicesList ul li h4 {
  font-size: 20px;
  line-height: 1.75em;
  text-align: center;
}
.productservicesMain .productservicesList ul li h4 sup {
  margin-top: -10px;
  display: inline-block;
}
.productservicesMain .productservicesList ul li a {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.75em;
  color: #000;
  margin: 10px 0 20px 0;
}
.productservicesMain .productservicesList ul li a::before {
  content: '';
  background: url(/productServices/images/more-arrow-black-2.jpg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productservicesMain .productservicesList ul.industryList li h4 {
  margin-top: 10px;
}
.productservicesMain .productservicesInfo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.productservicesMain .productservicesInfo .InfoServices {
  width: calc(50% - 20px);
  margin: 0 10px;
  background: #fff;
}
.productservicesMain .productservicesInfo .InfoServices img {
  width: 100%;
}
.productservicesMain .productservicesInfo .InfoServices h2 {
  font-size: 28px;
  line-height: 1.75em;
  text-align: left;
  padding: 0;
  margin: 20px;
}
.productservicesMain .productservicesInfo .InfoServices p {
  font-size: 14px;
  line-height: 1.75em;
  margin: 20px;
}
.productservicesMain .productservicesInfo .InfoServices a {
  margin: 20px;
}
.productservicesMain .productservicesInfo .InfoAgent {
  width: calc(50% - 20px);
  margin: 0 10px;
  background: #fff;
}
.productservicesMain .productservicesInfo .InfoAgent img {
  width: 100%;
}
.productservicesMain .productservicesInfo .InfoAgent h2 {
  font-size: 28px;
  line-height: 1.75em;
  text-align: left;
  padding: 0;
  margin: 20px;
}
.productservicesMain .productservicesInfo .InfoAgent p {
  font-size: 14px;
  line-height: 1.75em;
  margin: 20px;
}
.productservicesMain .productservicesInfo .InfoAgent a {
  margin: 20px;
}
.productservicesMain .productservicesMajor {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.productservicesMain .productservicesMajor .MajorText {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.productservicesMain .productservicesMajor .MajorText h2 {
  font-size: 28px;
  line-height: 1.75em;
  text-align: left;
  padding: 0 0 25px 0;
}
.productservicesMain .productservicesMajor .MajorText p {
  font-size: 14px;
  line-height: 1.75em;
  margin-bottom: 20px;
}
.productservicesMain .productservicesMajor .MajorImg {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.productservicesMain .productservicesMajor .MajorImg img {
  width: 100%;
}
