* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
html,
body {
  margin: 0;
  padding: 0;
  min-width:1200px;
}
body {
  -webkit-text-size-adjust: 100%!important;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #FFFFFF;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
button,
input {
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* 方法2 */
  font-size: 1em;
  border: 1px #F0F0F0 solid;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear {
  overflow: hidden;
}
ul,
li,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000000;
}
@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot?t=1472891342');
  /* IE9*/
  src: url('iconfont.eot?t=1472891342#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont.woff?t=1472891342') format('woff'), /* chrome, firefox */ url('iconfont.ttf?t=1472891342') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('iconfont.svg?t=1472891342#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: inherit;
  height: 1.41176471em;
  line-height: 1.41176471em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: block;
  width: 100%;
}
.base {
  color: #000000;
}
.orange {
  color: #f68739;
}
.black {
  color: #000000;
}
.gray {
  color: #8B8B8B;
}
.hidden-self {
  opacity: 0;
}
.btn {
  display: block;
  color: #000000;
  background-color: #F75473;
  padding: 3% 0.8em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-base {
  background-color: #F75473;
  color: #FFFFFF;
  border: 1px #F75473 solid;
  border-radius: 50px;
}
.bg-center {
  background-size: cover;
  background-position: center;
}
.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.box-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.box-between {
  justify-content: space-between;
}
.box-center {
  justify-content: center;
}
.box-right {
  justify-content: flex-end;
}
.header {
  box-shadow: 0px 1px 0px rgba(240, 240, 240, 0.5);
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.header .active {
  color: #54AE4A;
}
.header-inner {
  width: 1200px;
  margin: auto;
}
.header .guide-item {
  width: 100px;
  font-size: .9em;
  text-align: center;
  line-height: 70px;
}
.footer {
  background-color: #313131;
  color: #FFFFFF;
  padding: 40px 0;
  font-size: .9em;
}
.footer a {
  color: #FFFFFF;
}
.footer-inner {
  width: 1200px;
  margin: auto;
  align-items: flex-start;
}
.footer-inner > .box-left {
  width: 510px;
  padding-right: 40px;
}
.footer-inner > .box-left .title {
  font-size: 1.2em;
}
.footer-inner > .box-right {
  border-left: 2px #FFFFFF solid;
  align-items: flex-start;
}
.footer-inner .footer-links {
  margin: 1.5em 0 ;
}
.footer-inner .footer-links > a {
  display: block;
  text-align: center;
  border-right: 2px #FFFFFF solid;
}
.footer-inner .footer-links > a:last-child {
  border-right: 0;
}
.footer-inner > .box-right > .box-left {
  padding-left: 40px;
  padding-right: 100px;
}
.footer-inner .footer-phone {
  font-size: 1.8em;
}
.footer-inner .footer-address {
  margin-top: 20px;
}
.footer-inner .footer-address > p {
  line-height: 1.7em;
}
.footer-inner > .box-right > .box-right {
  text-align: center;
}
.footer-inner > .box-right > .box-right > p {
  line-height: 2.5em;
}
.footer-after {
  background-color: #000000;
  text-align: center;
  font-size: .8em;
  color: #FFFFFF;
  padding: 2em 0;
}
.wrap-area04-swiper {
  position: relative;
  width: 570px;
  height: 355px;
  margin: 20px auto 90px auto;
  padding: 45px 110px 55px 110px;
  background-image: url(/assets/img/cxpc_1611/computer_bg.png);
}
.wrap-area04-swiper .arrow-left {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/assets/img/cxpc_1611/swiper-left.png);
  position: absolute;
  top: 177px;
  left: -200px;
}
.wrap-area04-swiper .arrow-right {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/assets/img/cxpc_1611/swiper-right.png);
  position: absolute;
  top: 177px;
  right: -200px;
}
.wrap-area04-swiper .swiper-container {
  width: 570px;
  height: 360px;
  border-radius: 5px;
}
.wrap-area04-swiper .swiper-container img {
  width: 100%;
}
