@import url(grid.css);
/*reset*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 320px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
  /* background: #f3f3f3; */
}
html,
body,
h1,
h2,
h3,
h4,
h5,
p,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
body,
a {
  color: #333;
}
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img {
  max-width: 100%;
}
.section-partner .item {
  list-style: none;
}
.no-list-style,
.no-list-style li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*base*/
.inline-block {
  display: inline-block;
}
.c-red {
  color: #ff3f3f;
}
.color-light {
  color: #f9762e;
}
.color-link {
  color: #2ea1f9;
}
.bgcolor-blue {
  background-color: #2c88bc;
  color: #fff;
}
.bgcolor-green {
  background-color: #4cbd36;
  color: #fff;
}
.bgcolor-purple {
  background-color: #c866d1;
  color: #fff;
}
.bgcolor-white {
  background-color: #fff;
}
.inblock {
  display: inline-block;
}
.no-margin {
  margin: 0 !important;
}
.no-border-right {
  border-right: none !important;
}
.hide {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
table.text-center td,
table.text-center th {
  text-align: center;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.pdrow:before,
.pdrow:after,
.md-tabs:before,
.md-tabs:after,
.md-section:before,
.md-section:after,
.md-titlebar:before,
.md-titlebar:after,
.md-body:before,
.md-body:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.md-section:after,
.pdrow:before,
.pdrow:after,
.md-titlebar:after,
.md-body:after,
.md-tabs:after {
  clear: both;
  font-weight: normal;
}
.space-top-m {
  margin-top: 20px;
}
.like-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.like-table > * {
  display: table-cell;
  vertical-align: top;
}

/* header */
.header {
  line-height: 4.875em;
}
.header .logo {
  float: left;
}
.header .logo a {
  display: block;
  width: 11.2em;
  padding-top: 8px;

  background: url(../img/logo.png) 0 50% no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.header .nav {
  float: right;
  height: 100%;
}
.header .nav li {
  display: inline-block;
  margin-right: 2em;
  vertical-align: top;
  font-size: 1em;
}
.header .nav li a {
  display: block;
  padding: 0 1.375em;
  border-bottom: 2px solid transparent;
}
.header .nav li.active a {
  border-bottom-color: #00a4ec;
}
.header .socialSoft {
  float: right;
  margin-left: 2em;
  font-size: 1.125em;
  margin-right: 2em;
}
.header .lang {
  float: right;
  font-size: 16px;
}
@media (max-width: 1080px) {
  .header .lang {
    margin-right: 15%;
  }
}
.header .socialSoft .softtool {
  color: #939393;
}
.header .socialSoft .softtool:hover {
  color: #333;
}
.header .socialSoft .softtool + .softtool {
  margin-left: 1em;
}
/* player */
.banner {
  position: relative;
}

.player ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.player .bn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .playerControll {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10%;
  z-index: 888;
  text-align: center;
}
.playerControll .slidebtn {
  display: inline-block;
  margin: 0 4px;
  width: 12px;
  height: 3px;
  background: #ceccd1;
  font-size: 0;
  transition: all 0.5s;
}
.playerControll .slidebtn.active {
  width: 36px;
  background: #fff;
}
.banner .figcation {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.contact_banner .figcation .desc1 img {
  display: block;
  margin: auto;
  width: 80%;
  max-width: 110px;
}
.banner .figcation .desc1 {
  opacity: 0;
  transform: translateY(500%);
  transition: all 1s ease;
}
.banner .figcation .desc2 {
  margin: 1em auto 1.5em;
  width: 30%;
  color: #fff;
  letter-spacing: 4px;
  opacity: 0;
  transform: translateY(-500%);
  transition: all 1s ease;
}
/*分页*/
.page {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.page ul {
  display: inline-block;
  float: right;
}
.page ul li {
  list-style: none;
  float: left;
  padding: 5px 12px;
}
.page ul li:hover,
.page ul li.thisclass {
  background: #fff;
  color: #000;
}
.page ul li:hover a {
  color: #000;
}

.case_banner .figcation .desc1 .title {
  font-size: 2em;
  color: #fff;
}
.case_banner .figcation .desc1 .ln {
  display: block;
  margin: auto;
  width: 4em;
  height: 2px;
  background: #00a4ec;
  opacity: 0;
  transform: scale(0);
  transition: transform 1s 1s ease, opacity 0.4s 1s ease;
}
.case_banner .figcation .desc2 {
  width: 50%;
}
.case_banner .figcation.animating .desc1 .ln {
  opacity: 1;
  transform: scale(1);
}
.banner .figcation.animating .desc1 {
  opacity: 1;
  transform: translateY(0);
}
.banner .figcation.animating .desc2 {
  opacity: 1;
  transform: translateY(0);
}
.banner .figcation .abox {
  display: table;
  table-layout: fixed;
  margin: auto;
  width: 87%;
}
.banner .figcation .abox .col {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transform: translateY(500%);
  transition: transform 1s ease, opacity 1s ease;
}
.banner .figcation .abox .col + .col:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.6s 1.2s ease;
}
.banner .figcation .abox .col h3 {
  margin-top: 1em;
  color: #fff;
}
.banner .figcation .abox .col:nth-child(2) {
  transition-delay: 0.2s;
}
.banner .figcation .abox .col:nth-child(3) {
  transition-delay: 0.4s;
}
.banner .figcation.animating .abox .col {
  opacity: 1;
  transform: translateY(0);
}
.banner .figcation.animating .abox .col + .col:after {
  opacity: 1;
  transform: scale(1);
}
.banner .widget {
  position: absolute;
  left: 20%;
  top: 50%;
  width: 30%;
  max-width: 455px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 1.2s 0.4s ease;
}
.banner .widget img {
  display: block;
  width: 100%;
}
.banner .swiper-slide-active .widget {
  opacity: 1;
}
/* goodat-list */
.goodat-list {
  border-bottom: 1px solid #f0f0f0;
}
.goodat-list .item {
  float: left;
  padding: 3.125em 0;
  width: 25%;
}
.goodat-list .item + .item {
  border-left: 1px solid #f0f0f0;
}
.goodat-list .item .inner {
  padding-left: 4.25em;
  width: 90%;
  margin: auto;
}
.goodat-list .item .title {
  margin-left: -4.25em;
  padding-left: 4.25em;
  height: 3.875em;
  background-size: 3.25em 3.875em;
  font-size: 1em;
}
.goodat-list .item .desc {
  margin-top: -2.6em;
  height: 2.867em;
  color: #999;
  font-size: 0.775em;
  overflow: hidden;
}
.goodat-list .picbox {
  padding-right: 1.25em;
  width: 4.25em;
}
.goodat-list .picbox img {
  display: block;
  width: 100%;
}
/* yin-title */
.yin-title {
  position: relative;
  margin-top: 2.875em;
  margin-bottom: 2.625em;
  padding-bottom: 4px;
  text-align: center;
}
.yin-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.75em;
  width: 1.5em;
  height: 1px;
  background: #00a4ec;
}
.yin-title h3 {
  font-size: 1em;
}
.yin-title h4 {
  font-size: 1.5em;
}
/* footer */
.footer .copyright {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  background: #2f2f2f;
  font-size: 12px;
  color: #a0a0a0;
}
.footer .copyright p {
  margin-bottom: 4px;
}
.footer .contract {
  height: 18.75em;
  background: #3d3d3d;
  color: #d9d9d9;
}

.footer .contract .inner {
  /*position: absolute;
  left: 0;
  top: 3em;
  width: 35%;*/
}
/*清浮动*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.inner_left {
  float: left;
}

.inner_right {
  float: left;
}
.inner_right .Img_logo {
  margin: 50px 0 12px 0;
  width: 80px;
  height: 90px;
  overflow: hidden;
}
.footer .contract .logo {
  margin-top: 3em;
  margin-bottom: 10px;
}
.footer .contract .logo a {
  display: block;
  width: 13em;
  height: 1 0.375em;
  background: url(../img/flogo.png) no-repeat;
  background-size: auto 100%;
}
.footer .contract p {
  margin-top: 5px;
  font-size: 12px;
  color: #d9d9d9;
}
.footer .contract .phone {
  margin-bottom: 20px;
  font-size: 1.25em;
}
.footer .contract a {
  color: #d9d9d9;
}
.footer .map {
  position: relative;
  margin-left: 60%;
  margin-top: -18.75em;
  height: 18.75em;
}
.footer .map .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/map.png) no-repeat;
  background-size: cover;
}
/* newsbox */
.newsbox {
  background: url(../img/newsbg.jpg) 50% no-repeat;
  background-size: cover;
}
.news-list .item {
  float: left;
  padding: 10px;
  width: 33.33333333%;
}
.news-list .picbox {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
.news-list .picbox img {
  position: absolute;
  display: block;
  width: 100%;
  transition: transform 1s ease;
}
.news-list .item:hover img {
  transform: scale(1.2);
}
.news-list .infobox {
  padding: 0 10px;
  background: #fff;
}
.news-list .infobox .title {
  padding: 1em 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list .infobox .desc,
.news-list .infobox .meta {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}
.news-list .infobox .desc {
  margin-bottom: 1em;
  height: 3em;
  overflow: hidden;
}
.news-list .infobox .meta {
  border-top: 1px solid #f4f4f4;
  padding: 1em 10px;
}
.news-list .infobox .meta .date {
  float: right;
}
/* partner-list */
.partnerbox {
  overflow: hidden;
  padding-bottom: 1em;
}
.partner-list {
  margin-left: -5%;
  margin-right: -5%;
}
.partner-list .item {
  float: left;
  margin-bottom: 2.25em;
  width: 20%;
}
.partner-list .item a {
  display: block;
  text-align: center;
}
.partner-list .item a img {
  vertical-align: middle;
}
/* morebox */
.morebox {
  margin-bottom: 3.125em;
  text-align: center;
}
.morebox .more {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #c6c6c6;
  color: #c6c6c6;
  border-radius: 36px;
  font-size: 12px;
  line-height: 1.5;
  transition: border-color 0.4s ease;
}
.morebox .more:hover {
  border-color: #00a4ec;
}
/* cases-list */
.cases-list .item {
  position: relative;
  float: left;
  /*padding: 10px;*/
  /*width: 40%;*/
  width: 50%;
}
/* 后期修改（注释掉了） */
/* .cases-list .item:first-child {
  width: 60%;
} */
/* .cases-list .item:first-child .picbox i {
  box-shadow: 0 0 8px 0 rgba(14, 4, 9, 0.08);
}
.cases-list .item:first-child .picbox {
  padding-bottom: 75%;
} */
.cases-list .picbox {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cases-list .picbox i {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 20px;
  overflow: hidden;
}

.cases-list .picbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: transform 1s ease;
}
.cases-list .infobox {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  padding: 10px 5em 10px 10px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px 0 rgba(14, 4, 9, 0.08);
  color: #fff;
}
.cases-list .item:hover img {
  transform: scale(1.2);
}
.cases-list .infobox .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1em;
  overflow: hidden;
}
.cases-list .infobox .title a {
  color: #fff;
}
.cases-list .infobox .desc {
  font-size: 0.875em;
}
.cases-list .infobox .seebtn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1.125em;
  width: 3.125em;
  height: 2.25em;
  border: 1px solid #d1d2d3;
  border-radius: 2.25em;
  text-align: center;
  line-height: 2.25em;
  cursor: pointer;
  transition: all 0.3s;
}
.cases-list .infobox .seebtn:hover {
  background: #fff;
  color: #202020;
}
.casesbox .playerControll {
  margin-top: 1em;
  text-align: center;
}
.casesbox .playerbtn {
  display: inline-block;
  margin: 0 4px;
  width: 26px;
  height: 3px;
  background: #dbdbdb;
  vertical-align: top;
  font-size: 0;
}
.casesbox .playerbtn.active {
  width: 36px;
  background: #c3c3c3;
}
/* aboutbox */
.aboutbox {
}
.aboutbox > * {
  float: left;
}
.aboutbox .infobox {
  padding-right: 8%;
  width: 68%;
}
.aboutbox .picbox {
  margin-top: -0.75em;
  width: 32%;
}
.aboutbox .picbox img {
  display: block;
  /*width: 70%;*/
}
.aboutbox .title {
  padding-top: 1.25em;
  font-size: 1.125em;
}
.aboutbox .gen {
  display: block;
  margin-top: 6px;
  margin-bottom: 10px;
  width: 1.5em;
  height: 1px;
  background: #333;
}
.aboutbox .wethrough {
  margin-top: 4.5em;
  text-align: center;
}
.aboutbox .wethrough > * + * {
  border-left: 1px solid #eee;
}
.aboutbox .wethrough .num {
  margin-bottom: 20px;
  font-size: 3.25em;
  line-height: 1;
  color: #1a74ec;
}
.aboutbox .wethrough .num strong {
  position: relative;
}

.aboutbox .wethrough .num strong:after {
  content: "+";
  position: absolute;
  right: -20px;
  top: 0;
  font-size: 30px;
}
.aboutbox .wethrough .mean {
  font-size: 16px;
  color: #666;
}
/* menuBtn */
.header .menuBtn {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 1em;
  right: 0;
  width: 48px;
  height: 48px;
  text-align: center;
}
.header .menuBtn .ln,
.header .menuBtn .ln:before,
.header .menuBtn .ln:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  background: #000;
  transition: transform 0.3s, -webkit-transform 0.3s, -ms-transform 0.3s;
  -webkit-transition: transform 0.3s, -webkit-transform 0.3s, -ms-transform 0.3s;
}
.header .menuBtn .ln:before {
  margin-top: -5px;
  width: 16px;
}
.header .menuBtn .ln:after {
  margin-top: 3px;
}
.header .active.menuBtn .ln {
  background: transparent;
}
.header .active.menuBtn .ln:before {
  width: 20px;
  margin-top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header .active.menuBtn .ln:after {
  margin-top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* filter-list */
.filter-list {
  margin-top: -3.375em;
  height: 3.375em;
  line-height: 3.375em;
}
.filter-list .item {
  float: left;
  width: 25%;
  height: 100%;
}
.filter-list .item a {
  display: block;
  height: 100%;
  background: #ffffff;
  text-align: center;
  font-size: 0.875em;
  transition: all 0.3s;
}
.filter-list .item a:hover,
.filter-list .item.active a {
  background: #3d3d3d;
  color: #fff;
  /* border-bottom: 2px solid #fff; */
}

/* cases-list2 */
/* 后期调整 （注销50%尺寸）*/
.cases-list2 .item {
  position: relative;
  float: left;
  width: 33.33333333%;
}
/* .cases-list2 .item:first-child {
  width: 60%;
} */
/* .cases-list2 .item:first-child .picbox {
  padding-bottom: 75%;
} */
.cases-list2 .picbox {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cases-list2 .picbox i {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 20px;
  overflow: hidden;
}
/* .cases-list2 .item:first-child .picbox i {
  box-shadow: 0 0 8px 0 rgba(14, 4, 9, 0.08);
} */
/* .cases-list2 .item:first-child .picbox {
  padding-bottom: 75%;
} */
.cases-list2 .picbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: transform 1s ease;
}
.cases-list2 .infobox {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  padding: 10px 5em 10px 10px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px 0 rgba(14, 4, 9, 0.08);
  color: #fff;
}
.cases-list2 .item:hover img {
  transform: scale(1.2);
}
.cases-list2 .infobox .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1em;
  overflow: hidden;
}
.cases-list2 .infobox .title a {
  color: #fff;
}
.cases-list2 .infobox .desc {
  font-size: 0.875em;
}
.cases-list2 .infobox .seebtn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1.125em;
  width: 3.125em;
  height: 2.25em;
  border: 1px solid #d1d2d3;
  border-radius: 2.25em;
  text-align: center;
  line-height: 2.25em;
  cursor: pointer;
  transition: all 0.3s;
}
.cases-list2 .infobox .seebtn:hover {
  background: #fff;
  color: #202020;
}
/* 后期调整 */

.news-page .filter-list {
  background: #fff;
}
.page-nav {
  text-align: right;
  margin-bottom: 20px;
}
.page-nav .inner {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.page-nav a {
  float: left;
  margin-left: 2px;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease;
}
.page-nav a:hover {
  border-color: #3d3d3d;
}
.page-nav a.active {
  background: #3d3d3d;
  color: #fff;
}
/* envo-profile */
.envo-profile {
  margin-top: -4.375em;
  padding: 4em 0;
  background: #fff;
}
.envo-profile > * {
  float: left;
  padding: 0 3em;
  width: 50%;
}
.envo-profile .envo .title {
  color: #000;
}
.envo-profile .envo .desc {
  margin-top: 10px;
  width: 80%;
  color: #666;
}
.envo-profile .envo .msg {
  margin-top: 0.8em;
  padding-top: 4px;
  /*width: 3.125em;
  background: #00a4ec;
  border-radius: 1.5em;*/
  text-align: left;
}
.envo-profile .envo .msg a {
  font-size: 1.5em;
  color: #fff;
  line-height: 1;
}
.envo-profile .envo {
  border-right: 1px solid #dedede;
}
.envo-profile .com .title {
  margin-bottom: 10px;
  font-size: 1.125em;
  color: #000;
}
.envo-profile .com .title:before {
  content: "";
  display: block;
  margin-bottom: 6px;
  width: 24px;
  height: 2px;
  background: #00a4ec;
}
.envo-profile .com .desc {
  font-size: 1.125em;
  line-height: 1.6;
}
/* envo-core */
.envo-core {
  background: url(../img/corebg1.jpg) 50% no-repeat;
  background-size: cover;
}
.envo-core .hd {
  padding-top: 2.25em;
  text-align: center;
  color: #fff;
}
.envo-core .hd:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.75em;
  width: 1.5em;
  height: 1px;
  background: #00a4ec;
}
.envo-core .bd img {
  display: block;
  width: 100%;
  max-width: 770px;
}
.envo-core img {
  vertical-align: top;
}
.values-list {
  margin: auto;
  padding: 1em 0 5em;
  width: 92%;
  text-align: center;
}
.values-list .cv {
  position: relative;
  float: left;
  padding: 10px;
  width: 25%;
  color: #fff;
  font-size: 1em;
}
.values-list .box {
  display: table;
  table-layout: fixed;
  margin: auto;
  width: 8.25em;
  height: 8.25em;
  border: 1px solid #fff;
  border-radius: 8.75em;
}
.values-list .box .inner {
  display: table-cell;
  vertical-align: middle;
}
.values-list .box .inner h3 {
  margin-top: 8px;
}
/* advant-list */
.advant-list .advant {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.advant-list .picbox {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.advant-list .advant:nth-child(even) .picbox {
  margin-left: 50%;
}
.advant-list .picbox img {
  display: block;
  width: 100%;
}
.advant-list .infobox {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}
.advant-list .advant:nth-child(odd) .infobox {
  left: 50%;
}
.advant-list .infobox .title {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.6em;
  color: #000;
}
.advant-list .infobox .title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -0.75em;
  width: 1.5em;
  height: 1px;
  background: #00a4ec;
}
.advant-list .infobox .title i {
  margin-right: 10px;
  font-size: 2.25em;
  vertical-align: middle;
}
.advant-list .infobox .desc {
  margin: auto;
  font-size: 0.875em;
  color: #666;
  line-height: 1.8;
}
.about-page .partnerbox {
  background: #fff;
}
.about-page .partner-list {
  margin-left: 0;
  margin-right: 0;
}
/* feedbackbox */
.feedbackbox {
  /* margin-top: 1em; */
  /* padding-top: 2em; */
  background: #fff;
}
.feedbackbox .yin-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.feedbackbox p {
  text-align: center;
  line-height: 1.8;
}
.feedbackbox img {
  width: 100%;
}
.envo-form {
  margin: 2.5em auto 20px;
  width: 60%;
}
.envo-form .form-control {
  margin-bottom: 14px;
}
.envo-form .must {
  position: relative;
}
.envo-form .must:before {
  content: "*";
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 88;
  margin-top: -8px;
  color: #f97474;
}
.envo-form .must.last:before {
  top: 0;
  margin-top: 10px;
}
.envo-form .btn {
  display: block;
  padding: 10px 1em;
  width: 100%;
  background: #00a4ec;
  border: 1px solid transparent;
  text-align: center;
  color: #fff;
  cursor: pointer;
  outline: none;
}
/* articlebox */
.articlebox {
  /* margin-top: 1em; */
  /* margin-bottom: 5%; */
  padding: 0em 4% 4em;
  background: #fff;
}
.articlebox .head {
  text-align: center;
}
.articlebox .title {
  margin-bottom: 10px;
  font-size: 1.5em;
}
.articlebox .meta {
  margin-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.articlebox .meta .source {
  margin-right: 2em;
}
.articlebox .meta .date {
  margin-right: 10px;
}
.articlebox .yin-hr {
  margin-bottom: 3.625em;
}
/* artcon */
.artcon .picbox {
  padding-bottom: 28.125%;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.artcon li:nth-child(even) .picbox {
  margin-left: 50%;
}
.artcon .picbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.artcon .infobox {
  margin-top: -28.125%;
  padding-bottom: 28.125%;
  width: 50%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.artcon li:nth-child(odd) .infobox {
  margin-left: 50%;
}
.artcon .infobox .inner {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.875em;
  width: 100%;
  height: 100%;
}
.artcon .infobox .title {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.125em;
  color: #000;
}
.articlebox .body p {
  margin-bottom: 1.875em;
  font-size: 0.875em;
  color: #666;
  line-height: 1.8;
}
.page-navigation {
  display: none;
}
.page-navigation a {
  position: absolute;
  top: 50%;
  width: 3.125em;
  height: 3.125em;
  background: #aaa;
  border-radius: 3.125em;
  color: #fff;
  text-align: center;
  line-height: 3.125em;
}
.page-navigation .prev {
  left: -4.125em;
}
.page-navigation .next {
  right: -4.125em;
}

/* case-detail-box */
.case-detail-box {
  margin-top: -4.375em;
  padding: 2em 4% 4em;
  background: #fff;
}
.case-detail-box .prointro {
  /*padding-right: 35%;  */
  line-height: 1.8;
}
.case-detail-box .prointro p,
.case-detail-box .prointro span,
.case-detail-box .prointro div {
  font-family: "Microsoft YaHei" !important;
}
.case-detail-box .prointro .title {
  font-size: 1em;
}
.case-detail-box img {
  height: auto !important;
}
.case-detail-box .prointro .desc {
  margin-bottom: 1em;
  text-indent: 2em;
  font-size: 14px;
}
.cardbox {
  position: relative;
}
.cardbox .inner {
  position: absolute;
  left: 70%;
  right: 0;
  top: -10.25em;
  padding: 2em 4%;
  font-size: 0.875em;
  line-height: 1.8;
  box-shadow: 0 0 8px rgba(14, 4, 9, 0.08);
  background: #fff;
}
.cardbox .badge {
  position: absolute;
  left: 30px;
  top: -6px;
  height: 60px;
  border-width: 10px 18px;
  border-style: solid;
  border-color: #00a4ec;
  border-bottom-color: transparent;
}
.cardbox .tag {
  margin: auto;
  width: 6em;
  height: 6em;
  background: #0f142f;
  border-radius: 6em;
  line-height: 6em;
  text-align: center;
  color: #fff;
}
.cardbox .title {
  margin-top: 6px;
  margin-bottom: 1em;
  text-align: center;
  // font-size: 0.875em;
}
.cardbox .meta {
  margin-bottom: 1.2em;
}
.cardbox .meta:before {
  content: "";
  display: block;
  margin-bottom: 7px;
  width: 24px;
  height: 2px;
  background: #00a4ec;
}
.case-detail-list {
  margin-top: 6.25em;
}
.case-detail-list li + li {
  margin-top: 4.375em;
}
.case-detail-list .picbox {
  padding-bottom: 45%;
  width: 70%;
  position: relative;
  overflow: hidden;
}
.case-detail-list li:nth-child(even) .picbox {
  margin-left: 30%;
}
.case-detail-list .picbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.case-detail-list .infobox {
  margin-top: -45%;
  padding-bottom: 45%;
  width: 30%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.case-detail-list li:nth-child(odd) .infobox {
  margin-left: 70%;
}
.case-detail-list .infobox .inner {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 10%;
  width: 100%;
  height: 100%;
}
.case-detail-list li:nth-child(odd) .infobox .inner {
  padding-left: 10%;
}
.case-detail-list li:nth-child(even) .infobox .inner {
  padding-right: 10%;
}
.case-detail-list .infobox .title {
  margin-bottom: 1em;
  font-size: 1.125em;
  color: #000;
}
.case-detail-list .infobox .desc {
  font-size: 0.875em;
  color: #666;
  line-height: 1.8;
}
.case-detail-box .head .title {
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}
.case-detail-box .head .badge {
  position: absolute;
  left: 10px;
  top: -6px;
  height: 30px;
  border-width: 8px 8px;
  border-style: solid;
  border-color: #00a4ec;
  border-bottom-color: transparent;
}
/* friend-links */
.friend-links {
  padding: 1em 0;
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb;
}
.friend-links .title {
  margin-bottom: 1em;
  font-size: 1em;
  text-align: center;
}
.friend-links .title strong {
  font-weight: normal;
}
.fl-list {
  margin-left: -6px;
  margin-right: -6px;
}
.fl-list li {
  float: left;
  padding: 6px;
  width: 12.5%;
  font-size: 0.875em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* scroll2top */
.scroll2top {
  display: none;
  position: fixed;
  bottom: 6em;
  z-index: 999;
  margin-left: 0;
  width: 2.8em;
  height: 2.8em;
  background: #3d3d3d;
  border-radius: 5px;
  font-size: 1.375em;
  color: #fff;
  text-align: center;
  line-height: 2.8em;
}
.mobile-view {
  display: none;
  text-align: center;
}
.mobile-view a {
  display: inline-block;
  padding: 16px 20px 20px;
  line-height: 1;
}
.view-more {
  display: none;
  text-align: center;
}
.view-more a {
  display: inline-block;
  padding: 10px 20px;
  background: #3d3d3d;
  color: #f4f4f4;
  font-size: 12px;
  vertical-align: top;
  overflow: hidden;
}
.addressbox {
  margin-bottom: 100px;
  background: url(../img/address1.jpg) no-repeat;
  background-size: cover;
  font-size: 0.875em;
  color: #fff;
  width: 100%;
  float: left;
}

.addressbox .infobox {
  /* position: absolute;
  left: 46%;
  top: 12%; */
  padding-left: 34%;
  padding-top: 6%;
  padding-bottom: 6%;
}

.addressbox .ln {
  display: block;
  margin-bottom: 10px;
  width: 3em;
  height: 1%;
  min-height: 2px;
  background: #99aff5;
}
.addressbox .co {
  margin-bottom: 20px;
  font-size: 1.75em;
}
.addressbox p {
  position: relative;
  margin-bottom: 4px;
}
.addressbox .hd {
  position: absolute;
  left: 0;
}
.addressbox .hd [class^="icon"] {
  margin-right: 10px;
}
.addressbox .bd {
  display: block;
  padding-left: 4.2em;
}
.addressbox .build {
  position: absolute;
  left: 0;
  bottom: 62px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #bad9ff;
}
/* -- */
.yin-hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #eee;
}
.form-control {
  position: relative;
  display: block;
  padding: 10px;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 1.4286;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.text-decoration {
  box-shadow: inset 0 -12px #94d1fd;
}
textarea.form-control {
  padding-left: 16px;
  resize: none;
}

video {
  max-width: 1000px;
  margin: 15px auto;
  width: 100%;
  height: auto;
  display: block;
}
.video-js .vjs-tech {
  top: -2px;
}

.video-js {
  overflow: hidden;
}

/* @media */
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 48px;
  }
  .mobile-view {
    display: block;
  }
  .goodat-list .item {
    width: 100%;
  }
  .goodat-list .item:nth-child(n) {
    background: url(../img/goodatbg1.png) 50% no-repeat;
    background-size: cover;
  }
  .goodat-list .item:nth-child(2n) {
    background: url(../img/goodatbg2.jpg) 50% no-repeat;
    background-size: cover;
  }
  .news-list .item {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
  .goodat-list .item {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .goodat-list .item .inner {
    padding-left: 0;
    width: 70%;
    text-align: center;
  }
  .goodat-list .item .title {
    display: inline-block;
    margin-left: 0;
    padding-left: 3em;
    height: 3em;
    background-size: 2em !important;
    line-height: 3em;
    font-size: 16px;
  }
  .goodat-list .item:nth-child(2n) .title {
    color: #fff;
  }
  .goodat-list .item .desc {
    margin-top: 8px;
    text-align: left;
  }
  .goodat-list .item:nth-child(2n) .desc {
    color: #fff;
  }
  .partner-list .item {
    width: 33.33333333%;
  }
  .cases-list .item:first-child,
  .cases-list .item {
    width: 100%;
  }
  .cases-list .item + .item {
    margin-top: -10px;
  }
  .aboutbox {
    margin-left: -10px;
    margin-right: -10px;
  }
  .aboutbox .picbox,
  .aboutbox .infobox .title,
  .aboutbox .infobox .gen {
    display: none;
  }
  .aboutbox .infobox {
    padding-right: 0;
    width: 100%;
  }
  .aboutbox .infobox .desc {
    padding-left: 10px;
    padding-right: 10px;
  }
  .aboutbox .wethrough {
    margin-top: 0;
    padding: 4em 0;
    background: url(../img/aboutUsbg.jpg) 50% no-repeat;
    color: #fff;
  }
  .aboutbox .wethrough .num {
    margin-bottom: 12px;
    font-size: 30px;
    color: #fff;
  }
  .aboutbox .wethrough .num strong:after {
    right: -12px;
    font-size: 20px;
  }
  .aboutbox .wethrough .mean {
    font-size: 12px;
    color: #fff;
  }
  .mobile-hide {
    display: none;
  }
  .partner-list .item a img {
    width: 70%;
  }
  .footer .map {
    display: none;
  }
  .footer .contract {
    height: auto;
    background: #2f2f2f;
  }
  .footer .contract .logo {
    margin-top: 20px;
  }
  .footer .copyright {
    padding-left: 1px;
    padding-right: 10px;
    text-align: left;
  }
  .player {
    height: 12em;
  }
  /* .player .swiper-container .swiper-slide { */
    /* margin-top: 48px; */
    /*background-position: 14%!important;*/
    /* background-position: 65% !important; */
  /* } */
  .header {
    line-height: 3.4286em;
  }
  .header .logo a {
    width: 120px;
    height: 48px;
  }
  .header .socialSoft {
    display: none;
  }
  .header .menuBtn {
    display: block;
    top: 0;
  }
  .header .nav {
    float: none;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 3.4286em;
    z-index: 999;
    padding: 0 40px;
    background: #fff;
  }
  .header .nav.active {
    display: block;
  }
  .header .nav li {
    display: block;
  }
  .filter-list {
    margin: 5px -10px;
    height: auto;
    line-height: inherit;
  }
  .filter-list .item {
    width: 33.33333%;
    padding: 5px 10px;
  }
  .news-page .filter-list {
    margin-top: 0;
  }
  .news-page .filter-list .item {
    padding: 0;
    width: 25%;
  }
  .filter-list .item a {
    border: 1px solid #b3b2b2;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .cases-list2 {
    margin-bottom: 5px;
  }
  .cases-list2 .item:first-child,
  .cases-list2 .item:nth-child(2),
  .cases-list2 .item {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cases-list2 .infobox {
    position: relative;
    left: 0;
    display: block;
    bottom: 5px;
    opacity: 1;
  }
  .envo-profile {
    margin-top: 0;
    padding: 10px 0;
  }
  .envo-profile .com {
    display: none;
  }
  .envo-profile .envo {
    width: 100%;
    padding: 0 10px;
  }
  .envo-profile .envo .title {
    font-size: 30px;
  }
  .core-list .value {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    width: 5em;
    height: 5em;
  }
  .core-list .ico {
    width: 1.4375em;
    height: 1.4375em;
  }
  .core-list .ico img {
    margin-left: -9px;
    margin-top: -9px;
    width: 18px;
  }
  .core-list .service {
    font-size: 12px;
  }
  .advant-list .picbox,
  .advant-list .infobox {
    width: 100%;
  }
  .advant-list .infobox {
    position: static;
    padding: 20px 10px;
    transform: translateY(0);
  }
  .advant-list .advant:nth-child(even) .picbox {
    margin-left: 0;
  }
  .advant-list .infobox .desc {
    width: 100%;
  }
  .about-page {
    padding-left: 0;
    padding-right: 0;
  }
  .feedbackbox {
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .banner {
    margin-top: 48px;
  }
  .envo-form {
    width: 100%;
    padding: 0 10px;
  }
  .articlebox {
    margin-top: 47px;
    padding: 20px;
  }
  .artcon li:nth-child(2) .picbox {
    margin-top: -28.125%;
  }
  .artcon li:first-child .infobox {
    display: none;
  }
  .artcon li:nth-child(2) .infobox {
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .artcon .infobox .inner {
    position: static;
    padding: 10px 0;
  }
  .articlebox .body img {
    display: block;
    width: 100%;
  }
  .articlebox .yin-hr .body img {
    width: 100% !important;
    height: 100% !important;
  }
  .shoudiantong img {
    width: 100% !important;
    height: 100% !important;
  }
  .articlebox .yin-hr {
    margin-bottom: 1em;
  }
  .case-detail-box {
    margin: 0 -10px;
    padding: 20px 10px;
  }
  .case-detail-list li + li {
    margin-top: 0;
  }
  .case-detail-list .picbox,
  .case-detail-list .infobox {
    width: 100%;
  }
  .case-detail-list .infobox {
    margin-top: 0;
    padding-bottom: 0;
  }
  .case-detail-list li:nth-child(even) .picbox,
  .case-detail-list li:nth-child(odd) .infobox {
    margin-left: 0;
  }
  .case-detail-list li:nth-child(odd) .infobox .inner {
    padding-left: 0;
  }
  .case-detail-list .infobox .inner {
    position: static;
    padding: 20px 0;
  }
  .case-detail-box .prointro {
    padding-right: 0;
  }
  .cardbox {
    display: none;
  }
  .case-detail-list {
    margin-top: 20px;
  }
  .case-detail-box .head {
    display: block;
  }
  .case-detail-list .infobox .title {
    margin-bottom: 10px;
  }
  .scroll2top {
    left: auto;
    right: 10px;
  }
  .cases-list .infobox {
    position: relative;
    opacity: 1;
    left: 0;
    right: auto;
    margin: 0 10px;
    bottom: 20px;
    border: 1px solid #e5e5e5;
    border-top: none;
  }
  .cases-list .item:hover .infobox {
    opacity: 1;
    bottom: 20px;
  }
  .casesbox .playerControll,
  .morebox {
    display: none;
  }
  .view-more {
    display: block;
  }
  .scroll2top {
    right: 0;
  }
  .header .nav li a {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }
  .fl-list li {
    width: 33.33333333%;
  }
  .addressbox .infobox {
    padding-left: 10%;
  }
  .addressbox .co {
    font-size: 15px;
  }
  .values-list {
    padding-bottom: 2.25em;
  }
  .values-list .cv {
    width: 50%;
  }
  .values-list .box {
    width: 7em;
    height: 7em;
  }
  .values-list .box .inner h3 {
    margin-top: 6px;
    font-size: 12px;
  }
  .values-list .box .inner img {
    width: 36px;
  }
  .contact_banner .figcation .desc1 img {
    width: 30%;
  }
  .banner .figcation .desc2 {
    width: 80%;
    font-size: 1em;
  }
  .case_banner .figcation .desc2 {
    width: 98%;
  }
  .banner .figcation .abox {
    width: 100%;
  }
  .banner .figcation .abox .col img {
    width: 50%;
  }
  .banner .figcation .abox .col h3 {
    font-size: 10px;
  }
  .banner .widget {
    width: 50%;
  }
}
@media (min-width: 770px) {
  /* .feedbackbox{
    margin-top: 1em;
  } */
  /* .articlebox{
    margin-top: 1em;
  } */
  .inner_right {
    margin-top: 150px;
  }
  .player {
    height: 24em;
  }
  .pc-show {
    display: block;
  }
  .mobile-show {
    display: none;
  }
  /* .cases-list2 {
    margin-top: 10px;
    margin-bottom: 10px;
  } */
  .relative-cases .cases-list2 {
    margin-top: -10px;
  }
  .case-detail-box .head {
    display: none;
  }
  .advant-list .infobox .desc {
    width: 90%;
  }
  .scroll2top {
    right: 10px;
  }
  .addressbox .infobox {
    top: 22%;
  }
  .articlebox .body img {
    display: block;
    width: 100% !important;
    height: 100% !important;
  }

  /* 后期调整 */
  /* .cases-list .item:nth-child(2) {
	  width: 40%;
	  float:left;
	}
	.cases-list .item:nth-child(3) {
	  width: 40%;
	  float:left;
	} */
}

/* 凉意 */
#swiper3_ly {
  display: none;
}
.playerControll_ly {
  display: none;
}
@media (min-width: 1200px) {
  .feedbackbox{
    margin-top: 5.3em;
  }
  .articlebox{
    margin-top: 5.3em;
  }
  .banner{
    margin-top: 5.3em;
  }
  .inner_right {
    margin-top: 150px;
  }
  .swiper-slide .seebtn {
    display: none;
  }
  .header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 0 30px;
  }
  .container {
    width: 90%;
  }
  #swiper3_ly {
    display: block !important;
  }
  #swiper2 {
    display: none;
  }
  /* .cases-list .item:nth-child(2) {
	  width: 40%;
	  float:left;
	}
	.cases-list .item:nth-child(3) {
	  width: 40%;
	  float:left;
	} */
  .cases-list .item .infobox {
    display: none;
  }
  .cases-list .item:hover .infobox {
    display: block;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
  .player {
    height: 36em;
  }
  /* .container {
    width: 1060px;
  } */
  .aboutbox .picbox img {
    margin-left: 20px;
  }
  .page-navigation {
    display: block;
  }
  .goodat-list .item .inner {
    width: 80%;
  }
  .advant-list .infobox .desc {
    width: 80%;
  }
  .scroll2top {
    left: 50%;
    margin-left: 550px;
  }
  .addressbox .infobox {
    top: 28%;
    font-size: 20px;
  }
  .contact_banner .figcation .desc1 img {
    max-width: 191px;
  }
  .banner .figcation .desc2 {
    font-size: 2em;
  }
}
