/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Light", "Helvetica", "Hiragino Sans GB", Tahoma, "Microsoft Yahei", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video,
dd,
dt,
dl {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
ol,
ul,
li,
fieldset,
legend,
dl,
dt,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
* {
  box-sizing: border-box;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
  background-color: #fff;
}
i {
  font-style: normal;
}
body,
html {
  font-size: 62.5%;
}
.header {
  width: 100%;
  height: 600px;
  background: url('../img/header_bg_new.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.nav-wrapper {
  position: relative;
  height: 100px;
  min-width: 780px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-box {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.nav-fixed {
  width: 100%;
  top: 0;
  position: fixed;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
  min-width: 780px;
}
.nav-fixed .wrapper {
  margin-top: 32px;
}
.nav-fixed .logo {
  height: 80px;
  background: url(../img/logo_blue.png) no-repeat center center;
  background-size: 161px 39px;
}
.nav-fixed .nav-items .sub-nav {
  background: rgba(255, 255, 255, 0.9);
  top: 48px;
}
.nav-fixed .nav-items .sub-nav a {
  color: #1A396E;
  text-shadow: 0 0 0;
}
.nav-fixed .nav-items .sub-nav a:hover {
  opacity: 1;
  text-shadow: 0 0 0;
}
.nav-fixed .nav-items > li > a {
  color: #1A396E;
  text-shadow: 0 0 0;
}
.nav-fixed .nav-items > li.current > a,
.nav-fixed .nav-items > li:hover > a {
  opacity: 1;
  text-shadow: 0 0 0;
}
.nav-fixed .nav-items > li:hover .down-arrow {
  transform: rotate(180deg);
  margin: -4px 0 0 -2px;
  opacity: 1;
}
.nav-fixed .nav-items .down-arrow {
  background: url(../img/icon_arrow_blue.png) no-repeat center center;
  background-size: 10px 5px;
  margin: -4px 0 0 -2px;
}
.logo {
  float: left;
  width: 161px;
  height: 100px;
  margin: 0;
  background: url(../img/logo.png) no-repeat center center;
  background-size: 161px 39px;
}
.wrapper {
  float: right;
  margin: 42px 0 0 0;
}
.nav-items:after {
  content: '';
  clear: both;
  display: table;
}
.nav-items > li {
  width: 8rem;
  padding-right: 2rem;
  float: left;
  line-height: 19px;
  position: relative;
  border-bottom: 30px solid transparent;
  cursor: pointer;
}
.nav-items > li > a {
  font-size: 1.6rem;
  opacity: 0.5;
  color: #fff;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.78);
  float: left;
  position: relative;
}
.nav-items > li.current .down-arrow {
  opacity: 1;
}
.nav-items > li.current > a,
.nav-items > li:hover > a {
  opacity: 1;
  text-shadow: 0 1px 11px rgba(0, 0, 0, 0.5);
}
.nav-items > li:hover > p.sub-nav {
  height: 130px;
  padding: 10px;
  opacity: 1;
}
.nav-items > li.about-box:hover > p.sub-nav {
  height: 90px;
}
.nav-items > li:hover .down-arrow {
  transform: rotate(180deg);
  margin: -5px 0 0 -2px;
  opacity: 1;
}
.nav-items .down-arrow {
  width: 29px;
  height: 25px;
  background: url(../img/icon_arrow_white.png) no-repeat center center;
  background-size: 29px 25px;
  float: left;
  margin: -3px 0 0 -2px;
  opacity: 0.5;
  transition: all 0.3s;
}
.nav-items > li:last-child {
  width: auto;
}
.sub-nav {
  position: absolute;
  top: 25px;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  padding: 0 10px;
  text-align: right;
  left: -82px;
  opacity: 0;
  white-space: nowrap;
}
.sub-nav a {
  display: block;
  font-size: 1.6rem;
  opacity: 0.5;
  color: #fff;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.78);
  line-height: 36px;
}
.sub-nav a:hover {
  opacity: 1;
  text-shadow: 0 1px 11px rgba(0, 0, 0, 0.5);
}
.about-box .sub-nav {
  left: -8px;
  text-align: left;
}
.footer {
  background: #313739;
}
.footer ul {
  width: 80%;
  max-width: 1280px;
  padding: 77px 0 82px;
  overflow: hidden;
  margin: 0 auto;
}
.footer li {
  width: 25%;
  float: left;
  padding-right: 20px;
}
.footer li p {
  padding-top: 10px;
}
.footer li p a {
  display: block;
  opacity: 0.8;
  font-size: 16px;
  color: #C4CDD1;
  line-height: 25px;
}
.footer li p a:hover {
  color: #fff;
  opacity: 0.8;
}
.footer li .v-code {
  width: 100%;
  max-width: 160px;
  margin-top: 5px;
}
.footer h4 {
  font-size: 18px;
  color: #B8C2C6;
  line-height: 19px;
  padding-bottom: 12px;
  font-weight: normal;
}
.footer .page-version {
  height: 99px;
  line-height: 99px;
  opacity: 0.8;
  font-size: 16px;
  color: rgba(184, 194, 198, 0.87);
  text-align: right;
  border-top: 1px solid rgba(155, 155, 155, 0.21);
}
.footer .page-version span {
  display: block;
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding-right: 160px;
}
.footer .page-version span a {
  color: rgba(184, 194, 198, 0.87);
  float: right;
  padding-left: 10px;
}
body {
  min-width: 750px;
  overflow-x: auto;
}
body.scroll {
  overflow-y: hidden;
}
.header {
  position: relative;
  background: url('../img/case/case_s_bg.jpg') no-repeat center center;
  background-size: cover;
}
.header .nav-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.summary-client {
  padding-top: 100px;
  background-color: #fff;
}
.pain-point {
  background-color: #FAFAFA;
  padding-top: 100px;
  min-height: 690px;
}
.content-box {
  max-width: 1200px;
  margin: 0 auto;
}
.content-box .content-title {
  padding-bottom: 30px;
}
.content-box .content-title h3 {
  font-size: 36px;
  line-height: 40px;
}
.content-box .content-title h4 {
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}
.content-box .content-desp {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
}
.content-box.customer-profile {
  background: url('../img/case/customer_pic.jpg') no-repeat left top;
  padding-left: 420px;
  min-height: 550px;
}
.content-box.customer-request {
  background: url('../img/case/pain_point_pic.png') no-repeat right bottom;
  padding-right: 420px;
  min-height: 590px;
}
.content-box.customer-request ul.request-list {
  margin-top: 46px;
}
.content-box.customer-request ul.request-list li {
  margin-bottom: 30px;
  padding-left: 80px;
  font-size: 0;
  position: relative;
  text-indent: 0;
}
.content-box.customer-request ul.request-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #E47C00;
}
.content-box.customer-request ul.request-list li .icon i {
  display: block;
  width: 50px;
  height: 50px;
  background: url('../img/case/pain_point_icon1.png') no-repeat center center;
}
.content-box.customer-request ul.request-list li:nth-child(2) i {
  background: url('../img/case/pain_point_icon2.png') no-repeat center center;
}
.content-box.customer-request ul.request-list li:nth-child(3) i {
  background: url('../img/case/pain_point_icon3.png') no-repeat center center;
}
.content-box.customer-request ul.request-list li:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #E47C00;
}
.content-box.customer-request ul.request-list li .list-item .list-item-title {
  font-size: 20px;
  color: #E47C00;
  line-height: 20px;
}
.content-box.customer-request ul.request-list li .list-item .list-item-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
}
.integrated-solution {
  font-size: 0;
  background-color: #fff;
  padding-top: 100px;
}
.integrated-solution .content-title {
  width: 210px;
  display: inline-block;
  vertical-align: top;
}
.integrated-solution .content-desp {
  display: inline-block;
  width: calc(100% - 210px);
}
.integrated-solution .solution-box {
  position: relative;
  z-index: 1;
}
.integrated-solution .solution-box .solutions-list {
  display: -ms-flexbox;
  display: flex;
  margin: 54px -30px 0;
  font-size: 18px;
}
.integrated-solution .solution-box .solutions-list li {
  display: inline-block;
  -ms-flex: 1;
      flex: 1;
  max-width: 360px;
  min-height: 600px;
  margin: 0 30px;
}
.integrated-solution .solution-box .solutions-list li .list-item-content {
  padding: 0px 30px;
  font-size: 18px;
  border: 1px solid #455E71;
  text-align: center;
  background-color: #fff;
  min-height: 600px;
}
.integrated-solution .solution-box .solutions-list li .list-item-icon {
  width: 100%;
  height: 270px;
  background: url('../img/case/solution_icon2.png') no-repeat center center;
  background-size: 140px 147px;
}
.integrated-solution .solution-box .solutions-list li .list-item-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
.integrated-solution .solution-box .solutions-list li .list-item-text {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}
.integrated-solution .solution-box .solutions-list li:first-child .list-item-icon {
  background: url('../img/case/solution_icon1.png') no-repeat center center;
  background-size: 150px 144px;
}
.integrated-solution .solution-box .solutions-list li:last-child .list-item-icon {
  background: url('../img/case/solution_icon3.png') no-repeat center center;
  background-size: 150px 120px;
}
.integrated-solution .solution-terminal {
  position: relative;
  z-index: 0;
  background: url('../img/case/solution_bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 570px;
  margin-top: -220px;
  padding-top: 320px;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-content {
  position: relative;
  padding-left: 420px;
  text-align: right;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  font-size: 36px;
  line-height: 54px;
  vertical-align: top;
  color: #fff;
  text-align: left;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp {
  font-size: 0;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-left {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-left li {
  position: relative;
  width: 210px;
  height: 80px;
  line-height: 80px;
  background-color: #FCF2E5;
  color: #E47C00;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-left li:last-child {
  margin-top: 40px;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-left li:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8px solid #fff;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-left li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -90px;
  margin-top: -1px;
  width: 80px;
  height: 2px;
  background-color: #fff;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-left p {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: -64px;
  width: 32px;
  margin-left: -70px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-mid {
  width: 160px;
  height: 220px;
  background: url('../img/case/solution_icon4.png') no-repeat center 20px;
  background-color: #fff;
  display: inline-block;
  padding: 130px 30.5px 18px 33.5px;
  font-size: 24px;
  color: #E47C00;
  text-align: center;
  line-height: 36px;
  vertical-align: top;
  margin: 0 100px;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-right {
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-right li {
  position: relative;
  width: 210px;
  height: 60px;
  line-height: 60px;
  background-color: #ECEFF1;
  font-size: 18px;
  color: #455E71;
  text-align: center;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-right li:nth-child(2) {
  margin: 20px 0;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-right li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-right li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -1px;
  width: 80px;
  height: 2px;
  background-color: #fff;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-right p {
  position: absolute;
  top: 32%;
  margin-top: -24px;
  left: 8px;
  width: 32px;
  margin-left: -70px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.integrated-solution .solution-terminal .content-box .solution-terminal-desp .solution-terminal-right p:last-child {
  top: 68%;
  margin-top: -24px;
  left: 0px;
  width: 50px;
  margin-left: -70px;
}
.customer-oriented {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.customer-oriented .customer-oriented-desp {
  position: relative;
  margin-top: 20px;
  padding-left: 204px;
}
.customer-oriented .customer-oriented-desp .customer-oriented-pic {
  width: 230px;
  background: url('../img/case/effect_icon.png') no-repeat 24px center;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -60px;
  bottom: -60px;
  border-radius: 50%;
}
.customer-oriented .customer-oriented-desp p {
  padding: 30px 20px 30px 47px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  background-image: linear-gradient(to bottom, #E57D02, #ECA357);
}
@media only screen and (max-width: 1220px) {
  .integrated-solution .solution-terminal .content-box .solution-terminal-content {
    padding-left: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .content-box .content-title h3 {
    font-size: 28px;
  }
  .content-box .content-title h4 {
    font-size: 14px;
  }
  .content-box .content-desp {
    font-size: 16px;
    line-height: 30px;
  }
  .content-box.customer-request ul.request-list {
    margin-top: 24px;
  }
  .content-box.customer-request ul.request-list li .list-item .list-item-title,
  .content-box.customer-request ul.request-list li .list-item .list-item-text {
    font-size: 14px;
    line-height: 24px;
  }
  .integrated-solution .solution-terminal .content-box .solution-terminal-title {
    width: 250px;
    font-size: 28px;
  }
  .integrated-solution .solution-terminal .content-box .solution-terminal-content {
    padding-left: 240px;
  }
  .integrated-solution .solution-box .solutions-list li .list-item-text {
    line-height: 26px;
  }
}
@media only screen and (max-width: 1040px) {
  .integrated-solution .solution-box .solutions-list li {
    margin: 0 10px;
  }
  .integrated-solution .solution-box .solutions-list li .list-item-icon {
    height: 240px;
  }
  .integrated-solution .solution-box .solutions-list li .list-item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .integrated-solution .solution-box .solutions-list li .list-item-text {
    font-size: 12px;
  }
  .integrated-solution .solution-terminal .content-box .solution-terminal-content {
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .integrated-solution .solution-terminal .content-box .solution-terminal-content .solution-terminal-title {
    font-size: 28px;
    line-height: 30px;
    width: 100%;
    text-align: center;
  }
  .integrated-solution .solution-terminal .content-box .solution-terminal-content .solution-terminal-desp {
    width: 780px;
    margin: 0 auto;
  }
  .header {
    background-position: -340px center;
  }
}
