@charset "UTF-8";
.mainBusiness {
  position: relative;
  margin-top: 80px;
  min-width: 1200px;
  overflow: hidden;
  color: #333;
}

.mainBusiness h3 {
  font-size: 30px;
  margin-bottom: 17px;
}

.mainBusiness p {
  margin-bottom: 10px;
}

.mainBusiness .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainBusiness .video-content video {
  width: 1200px;
  height: 267px;
}

.businessStyle {
  width: 1200px;
  padding-top: 50px;
  min-height: 200px;
  box-sizing: border-box;
  position: relative;
}

.flexStyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexStyle .active,
.flexStyle .brandActive {
  font-weight: bold;
  color: #FF7700;
  border-bottom: 4px solid #FF7700;
}

.introduce_style {
  padding: 80px 0 110px 0;
}

.introduce_style .introduce_title {
  width: 40%;
}

.introduce_style .introduce_title p {
  line-height: 30px;
}

.introduce_style .introduce_title p:last-child {
  padding-top: 20px;
}

.introduce_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.introduce_content p {
  line-height: 30px;
}

.introduce_content .num-wrap {
  display: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
}

.introduce_content .num-wrap .item {
  margin-top: 50px;
  width: 195px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.introduce_content .num-wrap .item .number {
  font-size: 32px;
  font-weight: bold;
  color: #FF7700;
  line-height: 32px;
}

.introduce_content .num-wrap .item span {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}

.introduce_content .num-wrap .border {
  border-right: 1px solid #EEEEEE;
}

.sub_style {
  width: 60px;
  height: 3px;
  background: #FF7700;
  margin-top: 20px;
}

.mode_style {
  background-color: #F7F8FB;
  text-align: center;
}

.brands {
  width: 100%;
}

.tabItem,
.brandItem,
.chainItem {
  display: none;
}

.tabItem:first-of-type,
.brandItem:first-of-type,
.chainItem:first-of-type {
  display: block;
}

.tab_content_item {
  width: 1200px;
  min-height: 550px;
  background-size: 55% 100%;
}

.tab_content_item div .tab_left_content {
  width: 410px;
}

.tab_content_item div .tab_left_content h3 {
  margin-top: 30px;
}

.tab_content_item div .tab_left_content p {
  margin-top: 38px;
  line-height: 24px;
}

.tab_content_item div .tab_left_content div {
  margin-top: 20px;
}

.tab_content_item div .tab_left_content div div {
  margin-right: 107px;
}

.tab_content_item div .tab_left_content div div span {
  width: 140px;
  display: block;
  margin-bottom: 20px;
}

.tab_content_item div .tab_left_content div div span:first-child {
  font-size: 32px;
  font-weight: bold;
  color: #FF7700;
}

.industry_style div {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 50px;
}

.industry_style div span:first-child {
  color: #FF7700;
}

.industry_style ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.industry_style ul li {
  width: 150px;
  font-size: 20px;
  padding-bottom: 29px;
  margin-right: 40px;
  cursor: pointer;
}

.industry_style ul li:hover {
  color: #FF7700;
}

.tab_content_style {
  min-width: 1200px;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: inset 0px 4px 20px 0px rgba(49, 22, 9, 0.06);
  margin-bottom: 80px;
}

.map_content {
  position: relative;
}

.map_content span {
  font-size: 42px;
  font-weight: bold;
  color: #FF7700;
  display: block;
}

.public_m_style ul {
  height: 200px;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

.public_m_style ul li {
  width: 25%;
}

.public_m_style ul li img {
  width: 80px;
  vertical-align: middle;
}

.public_m_style ul li span {
  font-size: 20px;
  padding-left: 15px;
}

.public_res_style {
  text-align: center;
}

.public_res_style .public_res_title div {
  width: 180px;
  height: 160px;
  display: inline-block;
  background: url("/images/businessServices/smartApp9.png") no-repeat 100% 100%;
  text-align: center;
  margin-bottom: 48px;
}

.public_res_style .public_res_title div span {
  font-size: 22px;
  font-weight: bold;
  color: #FF7700;
  display: inline-block;
  padding-top: 37px;
}

.public_res_style img {
  margin-top: 42px;
}

.bg_new_energy {
  background: url("/images/businessServices/new_energy-banner.png") no-repeat center center/100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_title {
  height: 420px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_title h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.top_title p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}

.newEnergy_m_style ul {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
}

.newEnergy_m_style ul li {
  width: 25%;
  text-align: center;
  padding: 60px 0;
  border-right: 1px solid #eee;
}

.newEnergy_m_style ul li img {
  width: 80px;
  height: 80px;
  margin-bottom: 50px;
}

.newEnergy_m_style ul li span {
  width: 40px;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

.newEnergy_m_style ul li h4 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}

.newEnergy_m_style ul li p {
  font-size: 14px;
  color: #666;
}

.res_style {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.res_style p:last-child {
  margin-top: 40px;
}

.res_img_style {
  text-align: right;
}

.newEnergy_mode {
  text-align: center;
  overflow: hidden;
}

.newEnergy_mode .title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
  padding-top: 0;
}

.newEnergy_mode .sub-title {
  margin-top: 19px;
  margin-bottom: 35px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
}

.newEnergy_mode .data-content {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.newEnergy_mode .data-content span {
  font-size: 42px;
  font-weight: bold;
  color: #FF7700;
  line-height: 42px;
}

.newEnergy_mode .data-content p {
  margin-top: 21px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
}

.content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_smartApp {
  background: url("/images/businessServices/smartApp1.png") no-repeat center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_smartApp_right {
  position: absolute;
  left: 500px;
  top: 0;
  width: 1060px;
  height: 590px;
}

.bg_smartApp_item1 {
  background: url("/images/businessServices/smartApp2.png") no-repeat;
}

.bg_smartApp_item2 {
  background: url("/images/businessServices/smartApp3.png") no-repeat;
}

.bg_smartApp_item3 {
  background: url("/images/businessServices/smartApp4.png") no-repeat;
}

.bg_smartApp_item4 {
  background: url("/images/businessServices/smartApp5.png") no-repeat;
}

.bg_smartApp_item5 {
  background: url("/images/businessServices/smartApp6.png") no-repeat;
}

.bg_smartApp_item6 {
  background: url("/images/businessServices/smartApp7.png") no-repeat;
}

.brand_img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.bg_agricultural {
  background: url("/images/businessServices/nz-banner.png") no-repeat center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_agricultural_right {
  position: absolute;
  left: 500px;
  top: 0;
  width: 1060px;
  height: 550px;
}

.bg_agricultural_item1 {
  background: url("/images/businessServices/nz1.png") no-repeat;
}

.bg_agricultural_item2 {
  background: url("/images/businessServices/nz2.png") no-repeat;
}

.bg_agricultural_item3 {
  background: url("/images/businessServices/nz3.png") no-repeat;
}

.bg_agricultural_item4 {
  background: url("/images/businessServices/nz4.png") no-repeat;
}

.bg_agricultural_item5 {
  background: url("/images/businessServices/nz5.png") no-repeat;
}

.bg_car {
  background: url("/images/businessServices/qh-banner.png") no-repeat center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_drink {
  background: url("/images/businessServices/drink-banner.png") no-repeat center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_home {
  background: url("/images/businessServices/home-banner.png") no-repeat center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_wash {
  background: url("/images/businessServices/wash-banner.png") no-repeat center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_consumer {
  background: url("/images/businessServices/consumer-banner.png") no-repeat center center/100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.consumer_item_style {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #F7F8FB;
}

.consumer_item_style li {
  text-align: center;
  width: 25%;
}

.consumer_item_style li div {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  margin: 60px auto 20px;
  background-color: #fff;
}

.consumer_item_style li div img {
  vertical-align: middle;
}

.consumer_tab_content .consumer_content {
  width: 720px !important;
  box-sizing: border-box;
  padding-right: 60px !important;
}

.consumer_tab_content div.tab_left_content {
  width: 500px;
  padding-right: 94px;
  box-sizing: border-box;
  padding-bottom: 90px;
}

.consumer_tab_content div.tab_left_content p {
  margin-top: 30px;
}

.consumer_tab_content div.tab_left_content div.subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}

.consumer_tab_content div.tab_left_content div.subtitle span {
  color: #FF7700;
}

.consumer_tab_content div.tab_left_content div div {
  margin-right: 107px;
}

.consumer_tab_content div.tab_left_content div div span {
  width: 140px;
  display: block;
  margin-bottom: 22px;
}

.consumer_tab_content div.tab_left_content div div span:first-child {
  font-size: 32px;
  color: #FF7700;
  font-weight: bold;
}

.consumer_tab_content div.tab_right_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 38px;
  padding-left: 103px;
  position: relative;
  z-index: 10;
}

.consumer_tab_content div.tab_right_content > span {
  display: inline-block;
  padding: 0 0 24px 51px;
}

.consumer_tab_content div.tab_right_content p {
  line-height: 38px;
}

.consumer_tab_content div.tab_right_content div div {
  margin-bottom: 38px;
}

.consumer_tab_content div.tab_right_content div div span {
  width: 140px;
  display: block;
  margin-bottom: 22px;
}

.consumer_tab_content div.tab_right_content div div span:first-child {
  font-size: 32px;
  color: #FF7700;
  font-weight: bold;
}

.consumer_tab_content div.tab_right_content div .cell {
  text-align: center;
}

.consumer_tab_content div.tab_right_content div div:nth-of-type(2) {
  margin-left: 136px;
}

.bg_consumer_right {
  position: absolute;
  top: 0;
  left: 720px;
  width: 840px;
  height: 550px;
  z-index: 0;
}

.bg_consumer_item1 {
  background: url("/images/businessServices/consumer-1.png") no-repeat;
}

.bg_consumer_item2 {
  background: url("/images/businessServices/consumer-2.png") no-repeat;
}

.bg_consumer_item3 {
  background: url("/images/businessServices/consumer-3.png") no-repeat;
}

.bg_consumer_item4 {
  background: url("/images/businessServices/consumer-4.png") no-repeat;
}

.bg_consumer_item5 {
  background: url("/images/businessServices/consumer-5.png") no-repeat;
}

.bg_newIndustry {
  background: url("/images/businessServices/newIndustry-banner.jpg") no-repeat center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chainActive {
  background: url("/images/businessServices/newIndustry-tab.png") no-repeat center center/100% 100%;
  height: 160px;
}

.chain_content_style {
  text-align: left;
}

.chain_content_style ul {
  background: -webkit-linear-gradient(left, #F2F3F5 0%, #FFFFFF 100%);
  background: linear-gradient(90deg, #F2F3F5 0%, #FFFFFF 100%);
  margin-right: 60px;
}

.chain_content_style ul li {
  width: 28vw;
  height: 100px;
  position: relative;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
  cursor: pointer;
}

.chain_content_style ul li div {
  position: absolute;
  left: 66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.chain_content_style ul li div span:first-child {
  font-size: 18px;
  font-weight: bold;
}

.chain_content_style ul li div span:last-child {
  font-size: 14px;
  margin-top: 14px;
}

.chain_content_style ul li:hover {
  height: 160px;
  background: url("/images/businessServices/newIndustry-tab.png") no-repeat center center/100% 100%;
}

.chain_content_style .chain_right div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chain_content_style .chain_right div .chainContent_top p {
  font-size: 18px;
  padding: 51px 0 37px;
}

.chain_content_style .chain_right div .chainContent_top img {
  vertical-align: middle;
}

.chain_content_style .chain_right div .chainContent_top .chainContent_title {
  padding: 46px 40px 38px 40px;
  background-color: #fff;
}

.chain_content_style .chain_right div .chainContent_top .chainContent_title span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 12px;
  margin-top: 10px;
}

.chain_content_style .chain_right div .chainContent_top .chainContent_title p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 26px;
}

.chain_content_style .chain_right div .chainContent_top .chainContent_title div:nth-child(1) p {
  padding: 26px 39px 0 0;
  border-right: 1px solid #eee;
}

.chain_content_style .chain_right div .chainContent_top .chainContent_title div:nth-of-type(2) {
  padding-left: 40px;
}

.chain_content_style .chain_right div .chainContent_b {
  margin: 30px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chain_content_style .chain_right div .chainContent_b div {
  background-color: #fff;
  padding: 35px 0;
  text-align: center;
}

.chain_content_style .chain_right div .chainContent_b div span {
  display: block;
}

.chain_content_style .chain_right div .chainContent_b div span:first-child {
  color: #FF7700;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.chain_content_style .chain_right div .chainContent_b div:first-child {
  margin-right: 27px;
}

.bg_chainContent {
  background: url("/images/businessServices/newIndustry-bg.jpg") no-repeat center center/100% 100%;
}

.newIndustry_title > p {
  margin-bottom: 63px;
}

.newIndustry_content {
  height: 460px;
  background-color: #F7F8FB;
  line-height: 460px;
}

.newIndustry_content img {
  vertical-align: middle;
}

.bg_newIndustry_right {
  position: absolute;
  left: 500px;
  top: 0;
  width: 1060px;
  height: 550px;
}

.bg_newIndustry_item1 {
  background: url("/images/businessServices/newIndustry-1.png") no-repeat;
}

.bg_newIndustry_item2 {
  background: url("/images/businessServices/newIndustry-2.jpg") no-repeat;
}

.bg_newIndustry_item3 {
  background: url("/images/businessServices/newIndustry-3.png") no-repeat;
}

.bg_newIndustry_item4 {
  background: url("/images/businessServices/newIndustry-4.png") no-repeat;
}

.bg_newIndustry_item5 {
  background: url("/images/businessServices/newIndustry-5.png") no-repeat;
}

.subscribe {
  text-align: center;
  height: 360px;
  background: url("/images/businessServices/bg1.png") no-repeat;
}

.subscribe p {
  font-size: 30px;
  padding-top: 71px;
  padding-bottom: 9px;
  font-weight: bold;
}

.subscribe span {
  font-size: 16px;
  color: #999;
}

.subscribe .sub_input {
  margin: 32px 0 30px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe .sub_input .sub_input_item {
  width: 338px;
  height: 46px;
  border: 1px solid #E8E8E8;
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe .sub_input .sub_input_item:hover {
  border: 1px solid #FF7700;
}

.subscribe .sub_input .sub_input_item div {
  width: 50px;
  line-height: 46px;
}

.subscribe .sub_input .sub_input_item div img {
  width: 11px;
  height: 12px;
}

.subscribe .sub_input .sub_input_item input {
  width: 280px;
  height: 100%;
  border: none;
  outline: none;
}

.subscribe .sub_input div.sub_input_item:first-child {
  margin-right: 20px;
}

.subscribe button {
  border: none;
  width: 260px;
  height: 46px;
  border-radius: 23px;
  background-color: #FF7700;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.subscribe button:hover {
  cursor: pointer;
}

.bg_industrySolutions {
  background: url("/images/businessServices/bg-industrySolutions.png") no-repeat center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.industrySolution .inner {
  width: 1200px;
  margin: 0 auto;
}

.industrySolution .intro {
  width: 100%;
  padding: 80px 0 125px;
  background-color: #fff;
}

.industrySolution .intro .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.industrySolution .intro-item {
  width: 252px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.industrySolution .intro-item .top {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFF3EE;
  text-align: center;
}

.industrySolution .intro-item .mid {
  color: #333;
  font-size: 24px;
  line-height: 24px;
  margin: 40px 0 25px;
  font-weight: 600;
}

.industrySolution .intro-item .bot {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.industrySolution .moduleOne {
  width: 100%;
  height: 620px;
  background: #272E3B url("/images/businessServices/industryS-1.jpg") no-repeat center center;
}

.industrySolution .moduleOne .inner {
  padding: 20px 0;
}

.industrySolution .moduleTwo {
  text-align: center;
  padding: 100px 0 20px;
}

.industrySolution .moduleTwo .cont {
  font-size: 16px;
  line-height: 26px;
  margin: 41px auto 33px;
  width: 100%;
}

.industrySolution .moduleTwo .bot-img {
  position: relative;
}

.industrySolution .moduleTwo .bot-img .box {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  color: #333;
}

.industrySolution .moduleTwo .bot-img .box h3 {
  font-size: 22px;
  font-weight: bold;
}

.industrySolution .moduleTwo .bot-img .box p {
  font-size: 18px;
}

.industrySolution .moduleThr {
  width: 100%;
  text-align: center;
  padding-top: 80px;
}

.industrySolution .moduleThr .box {
  background: #19212E;
  padding: 64px 0 80px;
}

.industrySolution .moduleThr h3,
.industrySolution .moduleThr p {
  color: #fff;
}

.industrySolution .moduleThr .arrow-top {
  width: 54px;
  margin-bottom: 6px;
}

.industrySolution .moduleThr .card0 {
  margin-top: 40px;
}

.industrySolution .moduleThr .card1 {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.industrySolution .moduleThr .card1-item {
  width: 220px;
  height: 80px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.industrySolution .moduleThr .card1-item > img {
  margin-right: 17px;
  width: 32px;
  height: 32px;
}

.industrySolution .moduleThr .card2 {
  margin-top: 26px;
  margin-bottom: 79px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  padding: 20px 10px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.industrySolution .moduleThr .card2-l {
  width: 890px;
}

.industrySolution .moduleThr .card2-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.industrySolution .moduleThr .card2new {
  margin-top: 26px;
  width: 100%;
}

.industrySolution .moduleThr .card2_l_item {
  margin-bottom: 77px;
}

.industrySolution .moduleThr .card2-item {
  width: 256px;
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.industrySolution .moduleThr .card2-item div > :first-child {
  padding-right: 8px;
}

.industrySolution .moduleThr .card2-item h3 {
  padding-top: 7px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.industrySolution .moduleThr .card2-item p {
  text-align: left;
  line-height: 22px;
}

.industrySolution .moduleThr .card2_img {
  margin-top: 47px;
}

.swiper-father {
  width: 1400px;
  position: relative;
  margin: 0 auto;
}

.swiper-container {
  width: 1200px;
  height: 100%;
  margin-bottom: 107px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: .5;
}

.swiper-wrapper {
  margin: 50px 0;
}

.pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .3;
  margin: 0 10px;
}

.pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/*当前选中的图片*/
.swiper-slide-active,
.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 999;
  opacity: 1;
}

.swiper-slide img {
  width: 665px;
  height: 380px;
}

.swiper-button-next {
  background-image: url("/images/businessServices/right.png") !important;
}

.swiper-button-prev {
  background-image: url("/images/businessServices/left.png") !important;
}

.titleBox {
  display: none;
}

.idissa-banner {
  text-align: center;
}

.idissa-banner img {
  height: auto;
  width: 1200px;
}

.idissa-content {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.idissa-content img {
  height: auto;
  width: 1200px;
  margin: 0;
  padding: 0;
}
