@charset "utf-8";
/*
    *Author's Brackets
    *Date 2016-6-15 pm15:25
    */
/*== CSS Reset ==*/
a,
hr {
  padding: 0;
}
a,
button,
input,
select,
textarea,
hr {
  margin: 0;
}
article,
aside,
details,
figure,
footer,
header,
hr,
nav,
section,
summary {
  display: block;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
}
input[type=checkbox],
th {
  vertical-align: bottom;
}
strong,
th {
  font-weight: 700;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
:after,
:before {
  box-sizing: inherit;
}
embed,
img,
object {
  max-width: 100%;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  height: 1px;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
.ie7 input[type=checkbox] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font: 99% sans-serif;
}
small {
  font-size: 85%;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
  cursor: pointer;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
input {
  font-family: "microsoft yahei";
  -webkit-appearance: none;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
}
em,
i {
  font-style: normal;
}
/*==== CSS Reset end ====*/
body {
  font-family: "SimHei", "Segoe UI", "Lucida Grande", "STHeiti Light", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #666666;
  font-family: "微软雅黑";
  position: relative;
  padding-right: 0 !important;
  overflow: hidden;
}
@font-face {
  font-family: 'neosans';
  src: url('../../fonts/neosans/Neosans.eot');
  src: url('../../fonts/neosans/bebas-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/neosans/Neosans.woff2') format('woff2'), url('../../fonts/neosans/Neosans.woff') format('woff'), url('../../fonts/neosans/Neosans.ttf') format('truetype'), url('../../fonts/neosans/Neosans.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iconfont';
  src: url('http://at.alicdn.com/t/font_506611_n6grwt8hjnfav2t9.eot');
  src: url('http://at.alicdn.com/t/font_506611_n6grwt8hjnfav2t9.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_506611_n6grwt8hjnfav2t9.woff') format('woff'), url('http://at.alicdn.com/t/font_506611_n6grwt8hjnfav2t9.ttf') format('truetype'), url('http://at.alicdn.com/t/font_506611_n6grwt8hjnfav2t9.svg#iconfont') format('svg');
  
  /* project id 506611 */
}
.iconfont {
  font-family: 'iconfont';
  font-size: 16px;
}
* {
  outline: none;
}
hr {
  background: #dbdbdb;
  height: 1px;
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* button */
/* button end */
/* animation */
.animation {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.fadeInLeft {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
.fadeInRight {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
}
.fadeInUp {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
}
.fadeInDown {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}
.active-animeta {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
/* hp animation end */
.breathing {
  -webkit-animation-name: breath;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes 'breath' {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.breath {
  opacity: 1;
  -webkit-animation-name: breath;
  -webkit-animation-duration: 3s;
  /*人的普通呼吸时间是3秒每次，深呼吸时间是6秒每次*/
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
}
/* aside */
.aside-right {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 999;
}
.aside-right .aside-list {
  width: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.aside-right .aside-list li {
  width: 100%;
  height: 60px;
  border: 1px solid #dbdbdb;
  border-bottom: none;
  background: #ffffff;
}
.aside-right .aside-list li:first-child {
  display: none;
}
.aside-right .aside-list li:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.aside-right .aside-list li a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #cccccc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  text-align: center;
}
.aside-right .aside-list li a:hover {
  color: #ffffff;
}
.aside-right .aside-list li a:hover div:after {
  opacity: 1;
}
.aside-right .aside-list li a > div {
  display: table-cell;
  vertical-align: middle;
}
.aside-right .aside-list li a > div:after {
  content: '';
  border: 1px solid #33aa58;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.aside-right .aside-list li a span {
  display: block;
  margin-top: 5px;
}
.aside-right .aside-list li a .iconfont {
  font-size: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0;
  color: #33aa58;
}
@media screen and (max-width: 767px) {
  .aside-right {
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 999;
  }
  .aside-right .aside-list {
    width: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .aside-right .aside-list li {
    width: 100%;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-bottom: none;
  }
  .aside-right .aside-list li:first-child {
    display: block;
  }
  .aside-right .aside-list li:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
  .aside-right .aside-list li a span {
    display: none;
  }
  .aside-right .aside-list li a .iconfont {
    display: block;
    font-size: 20px;
    line-height: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0;
    color: #33aa58;
  }
}
/* aside end */
.page-mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
/* filp */
.list-page-filp {
  display: block;
  margin-top: 60px;
  text-align: center;
}
.list-page-filp a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666666;
  background: #f9f9f9;
  line-height: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
}
.list-page-filp a:hover {
  background: #00b4d4;
  color: #ffffff;
}
.list-page-filp .omit {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin: 0 1px;
  color: #cccccc;
  background: #f9f9f9;
  line-height: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
}
.list-page-filp .prev {
  width: 70px;
}
.list-page-filp .next {
  width: 70px;
}
.list-page-filp .current {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  background: #00b4d4;
  color: #ffffff;
  margin: 0 2px;
}
.list-page-filp .curr {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #00b4d4;
  color: #ffffff;
  margin: 0 2px;
}
@media screen and (max-width: 1200px) {
  .list-page-filp {
    display: block;
    margin-top: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .list-page-filp {
    display: block;
    margin-top: 35px;
    text-align: center;
  }
  .list-page-filp a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
  }
  .list-page-filp .curr {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00b4d4;
    color: #ffffff;
    margin: 0 2px;
  }
}
/* filp end */
/* alter mask */
.popup-box {
  display: none;
  overflow: hidden;
  width: 250px;
  height: 250px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin-left: -125px;
  margin-top: -125px;
}
.popup-box img {
  width: 100%;
  height: 100%;
}
/* alter mask end */
.page-nav {
  width: 100%;
  height: 70px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.page-nav li {
  display: inline-block;
}
.page-nav li a {
  display: block;
  padding: 0 30px;
  line-height: 70px;
  color: #555555;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-nav li a:hover {
  color: #00b4d4;
}
.page-nav .curr a {
  color: #00b4d4;
}
@media screen and (max-width: 1200px) {
  .page-nav {
    display: none;
    width: 100%;
    height: auto;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    text-align: center;
  }
  .page-nav li {
    display: block;
  }
  .page-nav li a {
    display: block;
    padding: 0 30px;
    line-height: 40px;
    color: #555555;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .page-nav li a:hover {
    color: #00b4d4;
  }
  .page-nav .curr a {
    color: #00b4d4;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    display: none;
  }
  .page-nav li {
    display: inline-block;
  }
  .page-nav li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
  }
}
/* hp common title */
.hp-common-title {
  padding: 60px 0;
}
.hp-common-title h4 {
  font-size: 24px;
  color: #666666;
  padding-top: 5px;
}
.hp-common-title p {
  font-family: 'neosans';
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3cae34;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .hp-common-title {
    padding: 30px 0;
    text-align: center;
  }
  .hp-common-title h4 {
    font-size: 20px;
    color: #666666;
    padding-top: 5px;
  }
  .hp-common-title p {
    font-family: 'neosans';
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3cae34;
    color: #ffffff;
    font-size: 12px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .hp-common-title {
    padding: 30px 0;
    text-align: center;
  }
  .hp-common-title h4 {
    font-size: 20px;
    color: #666666;
    padding-top: 5px;
  }
  .hp-common-title p {
    font-family: 'neosans';
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3cae34;
    color: #ffffff;
    font-size: 12px;
    margin: 0 auto;
  }
}
.page-common-title {
  text-align: center;
}
.page-common-title h4 {
  font-size: 16px;
  line-height: 1;
  color: #cccccc;
  margin-top: 5px;
}
.page-common-title span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1;
  color: #eeeeee;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .page-common-title {
    text-align: center;
  }
  .page-common-title span {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-common-title {
    text-align: center;
  }
  .page-common-title h4 {
    font-size: 14px;
  }
  .page-common-title span {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
/* hp common title end */
/* page common banner */
.page-common-banner {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.page-common-banner > .jqthumb {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-common-banner .text-box {
  width: 1170px;
  margin: 0 auto;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #ffffff;
}
.page-common-banner .text-box h6 {
  font-size: 24px;
  font-weight: bold;
}
.page-common-banner .text-box hr {
  width: 30px;
  height: 4px;
  background: #ffffff;
  margin-top: 20px;
}
.page-common-banner .text-box p {
  width: 450px;
  padding-top: 20px;
  line-height: 22px;
}
@media screen and (max-width: 1200px) {
  .page-common-banner {
    width: 100%;
    height: 350px;
  }
  .page-common-banner > .jqthumb {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
  }
  .page-common-banner .text-box {
    width: 100%;
    top: 180px;
    z-index: 3;
    text-align: center;
  }
  .page-common-banner .text-box h6 {
    font-size: 24px;
    font-weight: bold;
  }
  .page-common-banner .text-box hr {
    width: 30px;
    height: 4px;
    background: #ffffff;
    margin: 20px auto 0 auto;
  }
  .page-common-banner .text-box p {
    width: 100%;
    padding-top: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page-common-banner {
    width: 100%;
    height: 300px;
  }
  .page-common-banner > .jqthumb {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
  }
  .page-common-banner .text-box {
    width: 100%;
    top: 130px;
    z-index: 3;
    padding: 0 10px;
    text-align: center;
  }
  .page-common-banner .text-box h6 {
    font-size: 18px;
    font-weight: bold;
  }
  .page-common-banner .text-box hr {
    width: 30px;
    height: 4px;
    background: #ffffff;
    margin: 20px auto 0 auto;
  }
  .page-common-banner .text-box p {
    width: 100%;
    padding-top: 20px;
    line-height: 22px;
    font-size: 12px;
  }
}
@media screen and (max-width: 568px) {
  .page-common-banner {
    width: 100%;
    height: 300px;
  }
  .page-common-banner > .jqthumb {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
  }
  .page-common-banner .text-box {
    width: 100%;
    top: 110px;
    z-index: 3;
    padding: 0 10px;
    text-align: center;
  }
  .page-common-banner .text-box h6 {
    font-size: 18px;
    font-weight: bold;
  }
  .page-common-banner .text-box hr {
    width: 30px;
    height: 4px;
    background: #ffffff;
    margin: 20px auto 0 auto;
  }
  .page-common-banner .text-box p {
    width: 100%;
    padding-top: 20px;
    line-height: 22px;
    font-size: 12px;
  }
}
/* page common banner end */
/*===== header =====*/
.header-box {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box .header-nav-box {
  width: 1170px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.header-box .header-nav-logo {
  float: left;
  width: 300px;
  height: 100px;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box .header-nav-logo > div {
  line-height: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box .header-nav-logo > div img {
  vertical-align: middle;
}
.header-box .header-nav-logo .logo {
  opacity: 1;
}
.header-box .header-nav-logo .action_logo {
  opacity: 0;
  position: absolute;
  top: 0;
}
.header-box #navList {
  float: right;
}
.header-box #navList > li {
  display: block;
  float: left;
  position: relative;
  margin: 0 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 100px;
  z-index: 99;
}
.header-box #navList > li:hover:after {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > li:hover:before {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > li:hover a:after {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > li:hover a:before {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  left: 0px;
  width: 10px;
  height: 2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box #navList > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  left: 0;
  width: 2px;
  height: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box #navList > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.header-box #navList > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  margin-bottom: -15px;
  margin-right: -15px;
  right: 0;
  width: 10px;
  height: 2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(-60px, 0);
  -moz-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  -o-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box #navList > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  margin-bottom: -15px;
  margin-right: -15px;
  right: 0;
  width: 2px;
  height: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box #navList > li:last-child {
  padding-right: 0;
}
.header-box #navList > li > .arrow {
  position: relative;
  z-index: 9991;
}
.header-box #navList > li .dorpdown-menu {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -75px;
  z-index: 9999;
  color: #555555;
  overflow: hidden;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.header-box #navList > li .dorpdown-menu > li {
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.header-box #navList > li .dorpdown-menu > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: #ffffff;
  line-height: 40px;
  border-top: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.header-box #navList > li .dorpdown-menu > li > a:hover {
  background: #00b4d4;
  border-top-color: #00b4d4;
  color: #ffffff;
}
.header-box #navList > li .dorpdown-menu .curr a {
  background: #00b4d4;
  border-top-color: #00b4d4;
  color: #ffffff;
}
.header-box #navList > li .dorpdown-menu > .curr a:after {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > li .dorpdown-menu > .curr a:before {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > li .dorpdown-menu > .curr a a:after {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > li .dorpdown-menu > .curr a a:before {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > .curr:after {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > .curr:before {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > .curr a:after {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box #navList > .curr a:before {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.header-box button {
  display: none;
}
.header-active {
  background: #ffffff;
  height: 80px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.header-active .header-nav-logo {
  float: left;
  width: 300px;
  height: 80px;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-active .header-nav-logo > div {
  line-height: 80px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-active .header-nav-logo > div img {
  vertical-align: middle;
}
.header-active .header-nav-logo .logo {
  opacity: 0;
}
.header-active .header-nav-logo .action_logo {
  opacity: 1;
  position: absolute;
  top: 0;
}
.header-active #navList {
  display: inline-block;
}
.header-active #navList > li {
  display: block;
  float: left;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 80px;
  z-index: 99;
}
.header-active #navList > li:after {
  background: #666666;
}
.header-active #navList > li:before {
  background: #666666;
}
.header-active #navList > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #555555;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.header-active #navList > li > a:after {
  background: #666666;
}
.header-active #navList > li > a:before {
  background: #666666;
}
.header-active #navList > li:last-child {
  padding-right: 0;
}
.header-active #navList > li .dorpdown-menu {
  top: 80px;
}
@media (max-width: 1200px) {
  .header-box {
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: none;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .header-nav-logo {
    float: none;
    display: table;
    width: 160px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 20px;
    margin: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .header-nav-logo > div {
    line-height: 60px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .header-nav-logo > div img {
    vertical-align: middle;
  }
  .header-box .header-nav-logo .logo {
    opacity: 0;
  }
  .header-box .header-nav-logo .action_logo {
    opacity: 1;
  }
  .header-box .header-nav {
    float: right;
    display: block;
    text-align: center;
  }
  .header-box .header-nav {
    width: 100%;
    max-width: 992px;
    max-height: 92vh;
    text-align: center;
    background: #ffffff;
    position: fixed;
    top: 49px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-y: auto;
    z-index: 9999;
  }
  .header-box .header-nav #navList {
    display: none;
    width: 100%;
    max-width: 992px;
    z-index: 9999;
  }
  .header-box .header-nav #navList > li {
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
    padding: 0 20px;
  }
  .header-box .header-nav #navList > li:first-child {
    border-top: 1px solid #dbdbdb;
  }
  .header-box .header-nav #navList > li:nth-child(2) {
    transition-delay: 0.025s;
    -moz-transition-delay: 0.025s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.025s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.025s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(3) {
    transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.05s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.05s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(4) {
    transition-delay: 0.075s;
    -moz-transition-delay: 0.075s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.075s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.075s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(5) {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.1s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.1s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(6) {
    transition-delay: 0.125s;
    -moz-transition-delay: 0.125s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.125s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.125s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(7) {
    transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.15s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.15s;
    /* Opera */
  }
  .header-box .header-nav #navList > li > a {
    display: block;
    height: 40px;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    color: #555555;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
  }
  .header-box .header-nav #navList > li > a:after {
    display: none;
  }
  .header-box .header-nav #navList > li:last-child a {
    border: none;
  }
  .header-box .header-nav #navList > li .active {
    background: #00b4d4;
    color: #ffffff;
  }
  .header-box .header-nav #navList > li .curr {
    color: #ffffff;
  }
  .header-box .header-nav #navList > li .curr a {
    border: none;
  }
  .header-box .header-nav #navList > li > .arrow {
    padding-right: 25px;
    position: relative;
    z-index: 9991;
  }
  .header-box .header-nav #navList > li > .arrow::before {
    content: "";
    border-top: 6px solid #555555;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .header-box .header-nav #navList > li .dorpdown-menu {
    display: none;
    width: 100%;
    height: auto;
    position: static;
    text-align: left;
    margin-left: 0px;
    z-index: 9999;
    color: #555555;
    overflow: hidden;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0), 1px 3px 10px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0), 1px 3px 10px 1px rgba(0, 0, 0, 0);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0), 1px 3px 10px 1px rgba(0, 0, 0, 0);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .header-box .header-nav #navList > li .dorpdown-menu > li {
    height: 35px;
    text-align: left;
    line-height: 35px;
  }
  .header-box .header-nav #navList > li .dorpdown-menu > li > a {
    display: block;
    width: 100%;
    padding-left: 10px;
    height: 100%;
    font-size: 12px;
    background: #ffffff;
    line-height: 35px;
    border-top: none;
    border-top: 1px solid #eee;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
  }
  .header-box .header-nav #navList > li .dorpdown-menu > li > a:hover {
    background: #00b4d4;
    border-top-color: #00b4d4;
    color: #ffffff;
  }
  .header-box .header-nav #navList > li .dorpdown-menu > .curr a {
    background: #00b4d4;
    border-top-color: #00b4d4;
    color: #ffffff;
  }
  .header-box .header-nav #navList .curr {
    background: #00b4d4;
  }
  .header-box .header-nav #navList .curr a {
    color: #ffffff;
    border: none;
  }
  .header-box .header-nav #navList .curr span {
    background: #00b4d4;
    color: #ffffff;
  }
  .header-box .header-nav #navList .curr > .arrow::after {
    border-top: 6px solid #ffffff;
  }
  .header-box .header-nav #navList .active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .header-box button {
    display: block;
    width: 20px;
    height: 16px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    color: #00b4d4;
    background: none;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box button .icofnot {
    float: left;
  }
  .header-box button > span {
    display: block;
    width: 100%;
    height: 2px;
    background: #00b4d4;
    position: absolute;
    right: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-box button > span:nth-of-type(1) {
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box button > span:nth-of-type(2) {
    width: 100%;
    top: 50%;
    margin-top: -1px;
  }
  .header-box button > span:nth-of-type(3) {
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box button > span:nth-of-type(4) {
    width: 2px;
    height: 0;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto 0;
    margin-left: -1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-box button span.two.squize {
    width: 0;
  }
  .header-box button span.rotate30 {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .header-box button span.rotate150 {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  .header-box button span.rotate45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .header-box button span.rotate135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .header-box .off {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .off span {
    -webkit-transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  }
  .header-box .off span:nth-of-type(1) {
    top: 0;
    opacity: 1;
  }
  .header-box .off span:nth-of-type(3) {
    bottom: 0;
    opacity: 1;
  }
  .header-box .open {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-box .open span:nth-of-type(1) {
    top: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
  }
  .header-box .open span:nth-of-type(3) {
    bottom: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-box .open span:nth-of-type(4) {
    width: 2px;
    height: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-active {
    background: #ffffff;
    height: 60px;
    border-bottom: none;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .header-active .header-nav-logo {
    float: none;
    display: table;
    width: 160px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 20px;
    margin: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-active .header-nav-logo > div {
    line-height: 60px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-active .header-nav-logo > div img {
    max-height: 40px;
  }
  .header-active .header-nav-logo .logo {
    opacity: 0;
  }
  .header-active .header-nav-logo .action_logo {
    opacity: 1;
  }
  .header-active #navList {
    display: inline-block;
  }
  .header-active #navList > li {
    display: block;
    float: left;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 80px;
    z-index: 99;
    margin: 0;
  }
  .header-active #navList > li:after {
    display: none;
  }
  .header-active #navList > li:before {
    display: none;
  }
  .header-active #navList > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #555555;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
  }
  .header-active #navList > li > a:hover::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .header-active #navList > li > a:after {
    display: none;
  }
  .header-active #navList > li > a:before {
    display: none;
  }
  .header-active #navList > li:last-child {
    padding-right: 0;
  }
  .header-active #navList > .curr a:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media (max-width: 768px) {
  .header-box {
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: none;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .header-nav-logo {
    float: none;
    display: table;
    width: 100px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 10px;
    margin: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .header-nav-logo > div {
    line-height: 60px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .header-nav-logo > div img {
    vertical-align: middle;
  }
  .header-box .header-nav-logo .logo {
    opacity: 0;
  }
  .header-box .header-nav-logo .action_logo {
    opacity: 1;
  }
  .header-box .header-nav {
    float: right;
    display: block;
    text-align: center;
  }
  .header-box .header-nav {
    width: 100%;
    max-width: 992px;
    max-height: 92vh;
    text-align: center;
    background: #ffffff;
    position: fixed;
    top: 49px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-y: auto;
    z-index: 9999;
  }
  .header-box .header-nav #navList {
    display: none;
    width: 100%;
    max-width: 992px;
    z-index: 9999;
  }
  .header-box .header-nav #navList > li {
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
    padding: 0 20px;
    margin: 0;
  }
  .header-box .header-nav #navList > li:after {
    display: none;
  }
  .header-box .header-nav #navList > li:before {
    display: none;
  }
  .header-box .header-nav #navList > li:first-child {
    border-top: 1px solid #dbdbdb;
  }
  .header-box .header-nav #navList > li:nth-child(2) {
    transition-delay: 0.025s;
    -moz-transition-delay: 0.025s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.025s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.025s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(3) {
    transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.05s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.05s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(4) {
    transition-delay: 0.075s;
    -moz-transition-delay: 0.075s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.075s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.075s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(5) {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.1s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.1s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(6) {
    transition-delay: 0.125s;
    -moz-transition-delay: 0.125s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.125s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.125s;
    /* Opera */
  }
  .header-box .header-nav #navList > li:nth-child(7) {
    transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.15s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.15s;
    /* Opera */
  }
  .header-box .header-nav #navList > li > a {
    display: block;
    height: 40px;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    color: #555555;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
  }
  .header-box .header-nav #navList > li > a:after {
    display: none;
  }
  .header-box .header-nav #navList > li > a:before {
    display: none;
  }
  .header-box .header-nav #navList > li:last-child a {
    border: none;
  }
  .header-box .header-nav #navList > li .active {
    background: #00b4d4;
    color: #ffffff;
  }
  .header-box .header-nav #navList > li .curr {
    color: #ffffff;
  }
  .header-box .header-nav #navList > li .curr a {
    border: none;
  }
  .header-box .header-nav #navList > li > .arrow {
    padding-right: 25px;
    position: relative;
    z-index: 9991;
  }
  .header-box .header-nav #navList > li > .arrow::before {
    content: "";
    border-top: 6px solid #555555;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .header-box .header-nav #navList > li .dorpdown-menu {
    display: none;
    width: 100%;
    height: auto;
    position: static;
    text-align: left;
    margin-left: 0px;
    z-index: 9999;
    color: #555555;
    overflow: hidden;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .header-box .header-nav #navList > li .dorpdown-menu > li {
    height: 35px;
    text-align: left;
    line-height: 35px;
  }
  .header-box .header-nav #navList > li .dorpdown-menu > li > a {
    display: block;
    width: 100%;
    padding-left: 10px;
    height: 100%;
    font-size: 12px;
    background: #ffffff;
    line-height: 35px;
    border-top: none;
    border-top: 1px solid #eee;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
  }
  .header-box .header-nav #navList > li .dorpdown-menu > li > a:hover {
    background: #00b4d4;
    border-top-color: #00b4d4;
    color: #ffffff;
  }
  .header-box .header-nav #navList > li .dorpdown-menu > .curr a {
    background: #00b4d4;
    border-top-color: #00b4d4;
    color: #ffffff;
  }
  .header-box .header-nav #navList .curr {
    background: #00b4d4;
  }
  .header-box .header-nav #navList .curr a {
    color: #ffffff;
    border: none;
  }
  .header-box .header-nav #navList .curr span {
    background: #00b4d4;
    color: #ffffff;
  }
  .header-box .header-nav #navList .curr > .arrow::after {
    border-top: 6px solid #ffffff;
  }
  .header-box .header-nav #navList .active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .header-box button {
    display: block;
    width: 20px;
    height: 16px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    color: #00b4d4;
    background: none;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box button .icofnot {
    float: left;
  }
  .header-box button > span {
    display: block;
    width: 100%;
    height: 2px;
    background: #00b4d4;
    position: absolute;
    right: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-box button > span:nth-of-type(1) {
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box button > span:nth-of-type(2) {
    width: 100%;
    top: 50%;
    margin-top: -1px;
  }
  .header-box button > span:nth-of-type(3) {
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box button > span:nth-of-type(4) {
    width: 2px;
    height: 0;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto 0;
    margin-left: -1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-box button span.two.squize {
    width: 0;
  }
  .header-box button span.rotate30 {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .header-box button span.rotate150 {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  .header-box button span.rotate45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .header-box button span.rotate135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .header-box .off {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-box .off span {
    -webkit-transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  }
  .header-box .off span:nth-of-type(1) {
    top: 0;
    opacity: 1;
  }
  .header-box .off span:nth-of-type(3) {
    bottom: 0;
    opacity: 1;
  }
  .header-box .open {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-box .open span:nth-of-type(1) {
    top: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
  }
  .header-box .open span:nth-of-type(3) {
    bottom: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-box .open span:nth-of-type(4) {
    width: 2px;
    height: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-active {
    background: #ffffff;
    height: 60px;
    border-bottom: none;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .header-active .header-nav-logo {
    float: none;
    display: table;
    width: 160px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 20px;
    margin: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-active .header-nav-logo > div {
    line-height: 60px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-active .header-nav-logo > div img {
    max-height: 40px;
  }
  .header-active .header-nav-logo .logo {
    opacity: 0;
  }
  .header-active .header-nav-logo .action_logo {
    opacity: 1;
  }
  .header-active #navList {
    display: inline-block;
  }
  .header-active #navList > li {
    display: block;
    float: left;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 80px;
    z-index: 99;
  }
  .header-active #navList > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #555555;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
  }
  .header-active #navList > li > a:hover::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .header-active #navList > li > a::after {
    content: "";
    display: block;
    border-top: 2px solid #00b4d4;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .header-active #navList > li:last-child {
    padding-right: 0;
  }
  .header-active #navList > .curr a:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*===== header end =====*/
.common-alter-mask {
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.common-alter-mask .alter-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.common-alter-mask .alter-content {
  width: 260px;
  height: 260px;
  background: #fff;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.common-alter-mask .alter-content img {
  display: block;
  width: 100%;
  height: 100%;
}
.common-alter-mask .alter-content .close-btn {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -40px;
}
/* footer */
.footer-box {
  width: 100%;
  color: #999999;
  padding-top: 60px;
  padding-bottom: 30px;
  background: #121724;
}
.footer-box > div {
  width: 1170px;
  margin: 0 auto;
}
.footer-box > div .logo-box {
  float: left;
  width: 265px;
}
.footer-box > div .logo-box p {
  color: #757781;
  padding-top: 30px;
  line-height: 22px;
}
.footer-box > div .logo-box .follow ul {
  padding-top: 40px;
  margin: 0 -10px;
}
.footer-box > div .logo-box .follow ul li {
  float: left;
  padding: 0 6px;
  text-align: center;
}
.footer-box > div .logo-box .follow ul li a {
  display: block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: #323240;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-box > div .logo-box .follow ul li a:hover {
  color: #00b4d4;
}
.footer-box > div .navigation {
  float: left;
  padding-left: 135px;
}
.footer-box > div .navigation dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.footer-box > div .navigation dl dd {
  padding-top: 30px;
}
.footer-box > div .navigation dl dd a {
  display: block;
  color: #757781;
  line-height: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-box > div .navigation dl dd a:hover {
  color: #00b4d4;
}
.footer-box > div .contact-us {
  float: left;
  padding-left: 150px;
}
.footer-box > div .contact-us dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.footer-box > div .contact-us dl dd {
  padding-top: 30px;
}
.footer-box > div .contact-us dl dd div {
  padding: 10px 0;
  display: block;
  color: #757781;
}
.footer-box > div .contact-us dl dd div .iconfont {
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.footer-box > div .contact-us dl dd div p {
  float: left;
  display: inline-block;
  width: 180px;
}
.footer-box > div .follow-box {
  float: left;
  padding-left: 120px;
}
.footer-box > div .follow-box h6 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.footer-box > div .follow-box img {
  width: 150px;
  margin-top: 30px;
}
.footer-box > div .follow-box p {
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .footer-box {
    width: 100%;
    color: #999999;
    padding-top: 60px;
    padding-bottom: 30px;
    background: #121724;
  }
  .footer-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .footer-box > div .logo-box {
    float: left;
    width: 265px;
    margin-left: 5%;
  }
  .footer-box > div .logo-box p {
    color: #757781;
    padding-top: 30px;
    line-height: 22px;
  }
  .footer-box > div .logo-box .follow ul {
    padding-top: 40px;
    margin: 0 -10px;
  }
  .footer-box > div .logo-box .follow ul li {
    float: left;
    padding: 0 6px;
    text-align: center;
  }
  .footer-box > div .logo-box .follow ul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: #323240;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer-box > div .logo-box .follow ul li a:hover {
    color: #00b4d4;
  }
  .footer-box > div .navigation {
    float: left;
    padding-left: 5%;
  }
  .footer-box > div .navigation dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  .footer-box > div .navigation dl dd {
    padding-top: 30px;
  }
  .footer-box > div .navigation dl dd a {
    display: block;
    color: #757781;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer-box > div .navigation dl dd a:hover {
    color: #00b4d4;
  }
  .footer-box > div .contact-us {
    float: left;
    padding-left: 5%;
  }
  .footer-box > div .contact-us dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  .footer-box > div .contact-us dl dd {
    padding-top: 30px;
  }
  .footer-box > div .contact-us dl dd div {
    padding: 10px 0;
    display: block;
    color: #757781;
  }
  .footer-box > div .contact-us dl dd div .iconfont {
    float: left;
    margin-right: 10px;
    display: inline-block;
  }
  .footer-box > div .contact-us dl dd div p {
    float: left;
    display: inline-block;
    width: 50%;
  }
  .footer-box > div .follow-box {
    display: none;
    float: left;
    padding-left: 120px;
  }
  .footer-box > div .follow-box h6 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  .footer-box > div .follow-box img {
    width: 150px;
    margin-top: 30px;
  }
  .footer-box > div .follow-box p {
    text-align: center;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-box {
    width: 100%;
    color: #999999;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #121724;
  }
  .footer-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .footer-box > div .logo-box {
    float: none;
    width: 100%;
    text-align: left;
    margin-left: 0%;
    padding: 0 30px;
  }
  .footer-box > div .logo-box p {
    color: #757781;
    padding-top: 30px;
    line-height: 22px;
  }
  .footer-box > div .logo-box .follow ul {
    display: inline-block;
    padding-top: 20px;
    margin: 0 -10px;
  }
  .footer-box > div .logo-box .follow ul li {
    float: left;
    padding: 0 6px;
    text-align: center;
  }
  .footer-box > div .logo-box .follow ul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: #323240;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer-box > div .logo-box .follow ul li a:hover {
    color: #00b4d4;
  }
  .footer-box > div .navigation {
    float: left;
    display: none;
    padding-left: 200px;
  }
  .footer-box > div .navigation dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  .footer-box > div .navigation dl dd {
    padding-top: 30px;
  }
  .footer-box > div .navigation dl dd a {
    display: block;
    color: #757781;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer-box > div .navigation dl dd a:hover {
    color: #00b4d4;
  }
  .footer-box > div .contact-us {
    float: none;
    padding-left: 0px;
    padding: 0 30px;
    padding-top: 10px;
  }
  .footer-box > div .contact-us dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  .footer-box > div .contact-us dl dd {
    padding-top: 20px;
  }
  .footer-box > div .contact-us dl dd div {
    padding: 10px 0;
    display: block;
    color: #757781;
  }
  .footer-box > div .contact-us dl dd div .iconfont {
    float: left;
    margin-right: 10px;
    display: inline-block;
  }
  .footer-box > div .contact-us dl dd div p {
    float: left;
    display: inline-block;
    width: 180px;
  }
  .footer-box > div .follow-box {
    display: none;
    float: left;
    padding-left: 120px;
  }
  .footer-box > div .follow-box h6 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  .footer-box > div .follow-box img {
    width: 150px;
    margin-top: 30px;
  }
  .footer-box > div .follow-box p {
    text-align: center;
    padding-top: 10px;
  }
}
.footer-copy-box {
  color: #999999;
  font-size: 12px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  background: #121724;
  border-top: 1px solid #202940;
}
.footer-copy-box > div {
  width: 1170px;
  margin: 0 auto;
}
.footer-copy-box a {
  float: left;
  display: inline-block;
}
.footer-copy-box a:last-child {
  float: right;
}
@media screen and (max-width: 1200px) {
  .footer-copy-box {
    color: #999999;
    font-size: 12px;
    text-align: center;
    height: 40px;
    line-height: 39px;
    background: #112030;
    border-top: 1px solid #202940;
  }
  .footer-copy-box > div {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .footer-copy-box a {
    float: left;
    display: inline-block;
  }
  .footer-copy-box a:last-child {
    float: right;
  }
}
@media screen and (max-width: 568px) {
  .footer-copy-box {
    color: #999999;
    font-size: 12px;
    text-align: center;
    height: 100%;
    line-height: 24px;
    background: #112030;
    border-top: 1px solid #202940;
    padding-top: 3px;
  }
  .footer-copy-box > div {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .footer-copy-box a {
    float: none;
    display: inline-block;
  }
  .footer-copy-box a:last-child {
    float: none;
  }
}
/* footer end */
/* common css end */
/*=== index ===*/
#fullpage .animation {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
#fullpage .fadeInLeft {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
#fullpage .fadeInRight {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
}
#fullpage .fadeInUp {
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
}
#fullpage .fadeInDown {
  -webkit-transform: translate(0, -20%);
  -moz-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  transform: translate(0, -20%);
  opacity: 0;
}
#fullpage .active-animeta {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.hp-slider-box {
  height: 720px;
  overflow: hidden;
}
.hp-slider-box .slider {
  position: relative;
}
.hp-slider-box .slick-list {
  height: 720px;
}
.hp-slider-box .slick-slide {
  float: left;
  height: 720px;
  outline: none;
  position: relative;
}
.hp-slider-box .banner-img {
  width: 100%;
  height: 720px;
}
.hp-slider-box .banner-text-box {
  text-align: center;
}
.hp-slider-box .banner-text-box .banner-up {
  width: 100%;
  position: absolute;
  top: 260px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #ffffff;
}
.hp-slider-box .banner-text-box .banner-up img {
  display: inline-block;
}
.hp-slider-box .banner-text-box .banner-up span {
  display: block;
  font-size: 36px;
  padding-top: 25px;
  letter-spacing: 2px;
  font-weight: bold;
}
.hp-slider-box .banner-text-box .banner-down {
  width: 100%;
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
}
.hp-slider-box .banner-text-box .banner-down p {
  width: 550px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'neosans';
  font-size: 18px;
}
.hp-slider-box .banner-text-box .banner-down .btn-box {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 41px;
  border: solid 2px #ffffff;
  margin: 30px auto 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.hp-slider-box .banner-text-box .banner-down .btn-box > div {
  display: inline-block;
}
.hp-slider-box .banner-text-box .banner-down .btn-box > div span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-slider-box .banner-text-box .banner-down .btn-box:hover {
  background: #00b4d4;
  border: solid 2px #00b4d4;
}
.hp-slider-box .banner-text-box .banner-down .btn-box:hover > div span {
  margin-right: 5px;
}
.hp-slider-box .slick-prev {
  position: absolute;
  z-index: 3;
  right: 25px;
  top: 50%;
  margin-top: -12px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}
.hp-slider-box .slick-next {
  position: absolute;
  z-index: 3;
  left: 25px;
  top: 50%;
  margin-top: -12px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}
.hp-slider-box .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hp-slider-box .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.hp-slider-box .slick-dots li button {
  width: 25px;
  height: 8px;
  font-size: 0;
  background: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.hp-slider-box .slick-dots .slick-active button {
  border: solid 1px #00b4d4;
  background-color: #00b4d4;
}
@media screen and (max-width: 1200px) {
  .hp-slider-box {
    height: 550px;
    margin-top: 60px;
    overflow: hidden;
  }
  .hp-slider-box .slider {
    position: relative;
  }
  .hp-slider-box .slick-list {
    height: 550px;
  }
  .hp-slider-box .slick-slide {
    float: left;
    height: 550px;
    outline: none;
    position: relative;
  }
  .hp-slider-box .banner-img {
    width: 100%;
    height: 550px;
  }
  .hp-slider-box .banner-text-box {
    text-align: center;
  }
  .hp-slider-box .banner-text-box .banner-up {
    width: 100%;
    position: absolute;
    top: 130px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #ffffff;
  }
  .hp-slider-box .banner-text-box .banner-up img {
    display: inline-block;
  }
  .hp-slider-box .banner-text-box .banner-up span {
    display: block;
    font-size: 36px;
    padding-top: 25px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .hp-slider-box .banner-text-box .banner-down {
    width: 100%;
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
  }
  .hp-slider-box .banner-text-box .banner-down p {
    width: 550px;
    line-height: 22px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'neosans';
  }
}
@media screen and (max-width: 960px) {
  .hp-slider-box {
    height: 450px;
    margin-top: 60px;
    overflow: hidden;
  }
  .hp-slider-box .slider {
    position: relative;
  }
  .hp-slider-box .slick-list {
    height: 450px;
  }
  .hp-slider-box .slick-slide {
    float: left;
    height: 450px;
    outline: none;
    position: relative;
  }
  .hp-slider-box .banner-img {
    width: 100%;
    height: 450px;
  }
  .hp-slider-box .banner-text-box {
    text-align: center;
  }
  .hp-slider-box .banner-text-box .banner-up {
    width: 100%;
    position: absolute;
    top: 140px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #ffffff;
  }
  .hp-slider-box .banner-text-box .banner-up img {
    display: inline-block;
    width: 60px;
  }
  .hp-slider-box .banner-text-box .banner-up span {
    display: block;
    font-size: 26px;
    padding-top: 10px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .hp-slider-box .banner-text-box .banner-down {
    width: 100%;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
  }
  .hp-slider-box .banner-text-box .banner-down p {
    width: 550px;
    line-height: 22px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'neosans';
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 36px;
    border: solid 2px #ffffff;
    margin: 20px auto 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box > div {
    display: inline-block;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box > div span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box:hover {
    background: #00b4d4;
    border: solid 2px #00b4d4;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box:hover > div span {
    margin-right: 5px;
  }
  .hp-slider-box .slick-prev {
    position: absolute;
    z-index: 3;
    right: 25px;
    top: 50%;
    margin-top: 0px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
  }
  .hp-slider-box .slick-next {
    position: absolute;
    z-index: 3;
    left: 25px;
    top: 50%;
    margin-top: 0px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .hp-slider-box {
    height: 350px;
    margin-top: 60px;
    overflow: hidden;
  }
  .hp-slider-box .slider {
    position: relative;
  }
  .hp-slider-box .slick-list {
    height: 350px;
  }
  .hp-slider-box .slick-slide {
    float: left;
    height: 350px;
    outline: none;
    position: relative;
  }
  .hp-slider-box .banner-img {
    width: 100%;
    height: 350px;
  }
  .hp-slider-box .banner-text-box {
    text-align: center;
  }
  .hp-slider-box .banner-text-box .banner-up {
    width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #ffffff;
  }
  .hp-slider-box .banner-text-box .banner-up img {
    display: inline-block;
    width: 40px;
  }
  .hp-slider-box .banner-text-box .banner-up span {
    display: block;
    font-size: 18px;
    padding-top: 5px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .hp-slider-box .banner-text-box .banner-down {
    width: 100%;
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
  }
  .hp-slider-box .banner-text-box .banner-down p {
    width: 100%;
    padding: 0 10px;
    line-height: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'neosans';
    font-size: 12px;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 31px;
    border: solid 2px #ffffff;
    margin: 10px auto 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box > div {
    display: inline-block;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box > div span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 12px;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box:hover {
    background: #00b4d4;
    border: solid 2px #00b4d4;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box:hover > div span {
    margin-right: 5px;
  }
  .hp-slider-box .slick-prev {
    display: none !important;
    position: absolute;
    z-index: 3;
    right: 25px;
    top: 50%;
    margin-top: 12px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
  }
  .hp-slider-box .slick-next {
    display: none !important;
    position: absolute;
    z-index: 3;
    left: 25px;
    top: 50%;
    margin-top: 12px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
  }
  .hp-slider-box .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hp-slider-box .slick-dots li {
    display: inline-block;
    padding: 0 5px;
  }
  .hp-slider-box .slick-dots li button {
    width: 20px;
    height: 6px;
    font-size: 0;
    background: #ffffff;
    border: solid 1px #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .hp-slider-box .slick-dots .slick-active button {
    border: solid 1px #00b4d4;
    background-color: #00b4d4;
  }
}
@media screen and (max-width: 568px) {
  .hp-slider-box {
    height: 350px;
    margin-top: 60px;
    overflow: hidden;
  }
  .hp-slider-box .slider {
    position: relative;
  }
  .hp-slider-box .slick-list {
    height: 350px;
  }
  .hp-slider-box .slick-slide {
    float: left;
    height: 350px;
    outline: none;
    position: relative;
  }
  .hp-slider-box .banner-img {
    width: 100%;
    height: 350px;
  }
  .hp-slider-box .banner-text-box {
    text-align: center;
  }
  .hp-slider-box .banner-text-box .banner-up {
    width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #ffffff;
  }
  .hp-slider-box .banner-text-box .banner-up img {
    display: inline-block;
    width: 40px;
  }
  .hp-slider-box .banner-text-box .banner-up span {
    display: block;
    font-size: 18px;
    padding-top: 5px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .hp-slider-box .banner-text-box .banner-down {
    width: 100%;
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
  }
  .hp-slider-box .banner-text-box .banner-down p {
    width: 100%;
    padding: 0 10px;
    line-height: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'neosans';
    font-size: 12px;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 31px;
    border: solid 2px #ffffff;
    margin: 10px auto 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box > div {
    display: inline-block;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box > div span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 12px;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box:hover {
    background: #00b4d4;
    border: solid 2px #00b4d4;
  }
  .hp-slider-box .banner-text-box .banner-down .btn-box:hover > div span {
    margin-right: 5px;
  }
  .hp-slider-box .slick-prev {
    display: none !important;
    position: absolute;
    z-index: 3;
    right: 25px;
    top: 50%;
    margin-top: 12px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
  }
  .hp-slider-box .slick-next {
    display: none !important;
    position: absolute;
    z-index: 3;
    left: 25px;
    top: 50%;
    margin-top: 12px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
  }
  .hp-slider-box .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hp-slider-box .slick-dots li {
    display: inline-block;
    padding: 0 5px;
  }
  .hp-slider-box .slick-dots li button {
    width: 20px;
    height: 6px;
    font-size: 0;
    background: #ffffff;
    border: solid 1px #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .hp-slider-box .slick-dots .slick-active button {
    border: solid 1px #00b4d4;
    background-color: #00b4d4;
  }
}
/* business */
.hp-business-box {
  font-size: 0;
  padding-bottom: 60px;
}
.hp-business-box > div {
  width: 1170px;
  margin: 0 auto;
}
.hp-business-box .business-list ul {
  margin: 0 -15px;
}
.hp-business-box .business-list ul li {
  float: left;
  margin: 0 15px;
  width: 370px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.hp-business-box .business-list ul li:hover > .jqthumb:after {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 20px solid #ffffff;
}
.hp-business-box .business-list ul li:hover > .jqthumb .iconfont {
  opacity: 1;
}
.hp-business-box .business-list ul li:hover .text-box h6 {
  color: #00b4d4;
}
.hp-business-box .business-list ul li:hover .text-box h6 span {
  color: #00b4d4;
}
.hp-business-box .business-list ul li > .jqthumb {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
}
.hp-business-box .business-list ul li > .jqthumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 30px solid #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-business-box .business-list ul li > .jqthumb .iconfont {
  opacity: 0;
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 300px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-business-box .business-list ul li .text-box {
  width: 100%;
  height: 220px;
  font-size: 14px;
  padding: 26px 25px 40px 25px;
  background: #ffffff;
  text-align: center;
}
.hp-business-box .business-list ul li .text-box h6 {
  color: #666666;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-business-box .business-list ul li .text-box h6 span {
  color: #999999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
}
.hp-business-box .business-list ul li .text-box p {
  padding-top: 26px;
  color: #999999;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hp-business-box .business-list ul li .text-box .btn-box {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #00b4d4;
  margin: 26px auto 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.hp-business-box .business-list ul li .text-box .btn-box > div {
  display: inline-block;
}
.hp-business-box .business-list ul li .text-box .btn-box > div span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
  color: #00b4d4;
  font-family: 'neosans';
}
.hp-business-box .business-list ul li .text-box .btn-box > div .jiahao1 {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-business-box .business-list ul li .text-box .btn-box > div .jiahao2 {
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-business-box .business-list ul li .text-box .btn-box:hover {
  background: #00b4d4;
  border: solid 1px #00b4d4;
}
.hp-business-box .business-list ul li .text-box .btn-box:hover > div span {
  margin-right: 5px;
  color: #ffffff;
}
.hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao1 {
  display: none;
}
.hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao2 {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .hp-business-box {
    font-size: 0;
    padding-bottom: 60px;
  }
  .hp-business-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-business-box .business-list {
    padding: 0 10px;
  }
  .hp-business-box .business-list ul {
    margin: 0 -1.665%;
  }
  .hp-business-box .business-list ul li {
    float: left;
    margin: 0 1.665%;
    width: 30%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .hp-business-box .business-list ul li:hover > .jqthumb:after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 20px solid #ffffff;
  }
  .hp-business-box .business-list ul li:hover > .jqthumb .iconfont {
    opacity: 1;
  }
  .hp-business-box .business-list ul li:hover .text-box h6 {
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li:hover .text-box h6 span {
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li > .jqthumb {
    display: block;
    width: 100%;
    height: 20vw;
    position: relative;
  }
  .hp-business-box .business-list ul li > .jqthumb:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li > .jqthumb .iconfont {
    display: none;
    opacity: 0;
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 300px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box {
    width: 100%;
    height: 17vw;
    font-size: 14px;
    padding: 6% 25px 40px 25px;
    background: #ffffff;
    text-align: center;
  }
  .hp-business-box .business-list ul li .text-box h6 {
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box h6 span {
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box p {
    padding-top: 6%;
    color: #999999;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hp-business-box .business-list ul li .text-box .btn-box {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 38px;
    background: #00b4d4;
    border: solid 1px #00b4d4;
    margin: 6% auto 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div {
    display: inline-block;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    color: #ffffff;
    font-family: 'neosans';
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div .jiahao1 {
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div .jiahao2 {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover {
    background: #00b4d4;
    border: solid 1px #00b4d4;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div span {
    margin-right: 0px;
    color: #ffffff;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao1 {
    display: none;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao2 {
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  .hp-business-box {
    font-size: 0;
    padding-bottom: 30px;
  }
  .hp-business-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-business-box .business-list {
    padding: 0 10px;
  }
  .hp-business-box .business-list ul {
    margin: 0 -1.665%;
  }
  .hp-business-box .business-list ul li {
    float: left;
    margin: 0 1.665%;
    width: 30%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .hp-business-box .business-list ul li:hover > .jqthumb:after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 20px solid #ffffff;
  }
  .hp-business-box .business-list ul li:hover > .jqthumb .iconfont {
    opacity: 1;
  }
  .hp-business-box .business-list ul li:hover .text-box h6 {
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li:hover .text-box h6 span {
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li > .jqthumb {
    display: block;
    width: 100%;
    height: 20vw;
    position: relative;
  }
  .hp-business-box .business-list ul li > .jqthumb:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li > .jqthumb .iconfont {
    display: none;
    opacity: 0;
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 300px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box {
    width: 100%;
    height: 17vw;
    min-height: 100px;
    max-height: 220px;
    font-size: 14px;
    padding: 6% 10px 40px 10px;
    background: #ffffff;
    text-align: center;
  }
  .hp-business-box .business-list ul li .text-box h6 {
    font-size: 12px;
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box h6 span {
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box p {
    padding-top: 4%;
    color: #999999;
    line-height: 18px;
    font-size: 12px;
    font-size: 0.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hp-business-box .business-list ul li .text-box .btn-box {
    display: block;
    width: 80%;
    height: 30px;
    line-height: 28px;
    background: #00b4d4;
    border: solid 1px #00b4d4;
    margin: 6% auto 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div {
    display: inline-block;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    color: #ffffff;
    font-family: 'neosans';
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div .jiahao1 {
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div .jiahao2 {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover {
    background: #00b4d4;
    border: solid 1px #00b4d4;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div span {
    margin-right: 0px;
    color: #ffffff;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao1 {
    display: none;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao2 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .hp-business-box {
    font-size: 0;
    padding-bottom: 30px;
  }
  .hp-business-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-business-box .business-list {
    padding: 0 10px;
  }
  .hp-business-box .business-list ul {
    margin: 0 -1.665%;
  }
  .hp-business-box .business-list ul li {
    float: left;
    margin: 0 1.665%;
    width: 30%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .hp-business-box .business-list ul li:hover > .jqthumb:after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 20px solid #ffffff;
  }
  .hp-business-box .business-list ul li:hover > .jqthumb .iconfont {
    opacity: 1;
  }
  .hp-business-box .business-list ul li:hover .text-box h6 {
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li:hover .text-box h6 span {
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li > .jqthumb {
    display: block;
    width: 100%;
    height: 20vw;
    position: relative;
  }
  .hp-business-box .business-list ul li > .jqthumb:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li > .jqthumb .iconfont {
    display: none;
    opacity: 0;
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 300px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box {
    width: 100%;
    height: 11vw;
    min-height: 90px;
    max-height: 220px;
    font-size: 14px;
    padding: 4% 10px 40px 10px;
    background: #ffffff;
    text-align: center;
  }
  .hp-business-box .business-list ul li .text-box h6 {
    font-size: 14px;
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box h6 span {
    font-size: 12px;
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box p {
    padding-top: 4%;
    color: #999999;
    line-height: 18px;
    font-size: 12px;
    font-size: 0.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hp-business-box .business-list ul li .text-box .btn-box {
    display: none;
    width: 80%;
    height: 30px;
    line-height: 28px;
    background: #00b4d4;
    border: solid 1px #00b4d4;
    margin: 6% auto 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div {
    display: inline-block;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    color: #ffffff;
    font-family: 'neosans';
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div .jiahao1 {
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div .jiahao2 {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover {
    background: #00b4d4;
    border: solid 1px #00b4d4;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div span {
    margin-right: 0px;
    color: #ffffff;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao1 {
    display: none;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao2 {
    display: inline-block;
  }
}
@media screen and (max-width: 568px) {
  .hp-business-box {
    font-size: 0;
    padding-bottom: 30px;
  }
  .hp-business-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-business-box .business-list {
    padding: 0 5px;
  }
  .hp-business-box .business-list ul {
    margin: 0;
  }
  .hp-business-box .business-list ul li {
    float: none;
    margin: 10px 0;
    width: 100%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .hp-business-box .business-list ul li:hover > .jqthumb:after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 20px solid #ffffff;
  }
  .hp-business-box .business-list ul li:hover > .jqthumb .iconfont {
    opacity: 1;
  }
  .hp-business-box .business-list ul li:hover .text-box h6 {
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li:hover .text-box h6 span {
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li > .jqthumb {
    display: block;
    width: 100%;
    height: 40vw;
    position: relative;
  }
  .hp-business-box .business-list ul li > .jqthumb:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li > .jqthumb .iconfont {
    display: none;
    opacity: 0;
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 300px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box {
    width: 100%;
    height: 30vw;
    min-height: 80px;
    max-height: 220px;
    font-size: 14px;
    padding: 4% 5px 0px 5px;
    background: #ffffff;
    text-align: center;
  }
  .hp-business-box .business-list ul li .text-box h6 {
    font-size: 12px;
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box h6 span {
    display: none;
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box p {
    padding-top: 4%;
    padding-left: 1px;
    padding-right: 1px;
    color: #999999;
    line-height: 18px;
    font-size: 12px;
    font-size: 0.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hp-business-box .business-list ul li .text-box .btn-box {
    display: none;
    width: 80%;
    height: 30px;
    line-height: 28px;
    background: #00b4d4;
    border: solid 1px #00b4d4;
    margin: 6% auto 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div {
    display: inline-block;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 12px;
    color: #ffffff;
    font-family: 'neosans';
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div .jiahao1 {
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box .btn-box > div .jiahao2 {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover {
    background: #00b4d4;
    border: solid 1px #00b4d4;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div span {
    margin-right: 0px;
    color: #ffffff;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao1 {
    display: none;
  }
  .hp-business-box .business-list ul li .text-box .btn-box:hover > div .jiahao2 {
    display: inline-block;
  }
}
/* business end */
/* about */
.hp-about-box {
  font-size: 0;
  background: #f8f8f8;
  position: relative;
}
.hp-about-box > div {
  background: url("../../images/main/hp_about_img2.png") no-repeat right bottom;
}
.hp-about-box > div .img-box {
  float: left;
  width: 41%;
  height: 350px;
}
.hp-about-box > div .text-box {
  float: left;
}
.hp-about-box > div .text-box .title-box {
  width: 1170px;
  margin: 0 auto;
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 70px;
}
.hp-about-box > div .text-box .title-box:before {
  float: right;
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  margin-top: -35px;
  background: #00b4d4;
}
.hp-about-box > div .text-box .title-box span {
  font-size: 30px;
  font-family: 'neosans';
  color: #999999;
}
.hp-about-box > div .text-box .title-box h6 {
  font-size: 24px;
  padding-top: 5px;
  color: #666666;
}
.hp-about-box > div .text-box .content-box {
  width: 560px;
  padding-left: 60px;
  padding-top: 85px;
}
.hp-about-box > div .text-box .content-box .title {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dbdbdb;
}
.hp-about-box > div .text-box .content-box .title h6 {
  font-weight: bold;
}
.hp-about-box > div .text-box .content-box .text {
  padding-top: 20px;
}
.hp-about-box > div .text-box .content-box .text p {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
@media screen and (max-width: 1200px) {
  .hp-about-box {
    font-size: 0;
    background: #f8f8f8;
    position: relative;
    padding: 0 10px;
  }
  .hp-about-box > div {
    background: url("../../images/main/hp_about_img2.png") no-repeat right bottom;
  }
  .hp-about-box > div .img-box {
    display: none;
    float: left;
    width: 41%;
  }
  .hp-about-box > div .text-box {
    float: left;
  }
  .hp-about-box > div .text-box .title-box {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 70px;
    margin-right: 10px;
  }
  .hp-about-box > div .text-box .title-box:before {
    float: right;
    content: "";
    display: block;
    width: 5px;
    height: 25px;
    margin-top: -35px;
    background: #00b4d4;
  }
  .hp-about-box > div .text-box .title-box span {
    font-size: 30px;
    font-family: 'neosans';
    color: #999999;
  }
  .hp-about-box > div .text-box .title-box h6 {
    font-size: 24px;
    padding-top: 5px;
    color: #666666;
  }
  .hp-about-box > div .text-box .content-box {
    width: 500px;
    padding-left: 0px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .hp-about-box > div .text-box .content-box .title {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dbdbdb;
  }
  .hp-about-box > div .text-box .content-box .title h6 {
    font-weight: bold;
  }
  .hp-about-box > div .text-box .content-box .text {
    padding-top: 20px;
  }
  .hp-about-box > div .text-box .content-box .text p {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
  }
}
@media screen and (max-width: 768px) {
  .hp-about-box {
    font-size: 0;
    background: #f8f8f8;
    position: relative;
    padding: 0 10px;
  }
  .hp-about-box > div {
    background: url("../../images/main/hp_about_img2.png") no-repeat right bottom;
  }
  .hp-about-box > div .img-box {
    display: none;
    float: left;
    width: 41%;
  }
  .hp-about-box > div .text-box {
    float: none;
  }
  .hp-about-box > div .text-box .title-box {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: static;
    left: 0;
    right: 0;
    padding-top: 30px;
    margin-right: 0px;
  }
  .hp-about-box > div .text-box .title-box:before {
    display: none;
    float: right;
    content: "";
    width: 5px;
    height: 25px;
    margin-top: -35px;
    background: #00b4d4;
  }
  .hp-about-box > div .text-box .title-box span {
    font-size: 12px;
    font-family: 'neosans';
    color: #999999;
  }
  .hp-about-box > div .text-box .title-box h6 {
    font-size: 20px;
    padding-top: 5px;
    color: #666666;
    font-weight: bold;
  }
  .hp-about-box > div .text-box .content-box {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hp-about-box > div .text-box .content-box .title {
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dbdbdb;
  }
  .hp-about-box > div .text-box .content-box .title h6 {
    font-weight: initial;
  }
  .hp-about-box > div .text-box .content-box .text {
    padding-top: 20px;
  }
  .hp-about-box > div .text-box .content-box .text p {
    font-size: 12px;
    line-height: 22px;
    color: #666666;
  }
}
/* about end */
/* team */
.hp-team-box {
  padding-bottom: 0px;
}
.hp-team-box > div {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.hp-team-box .details-img-album {
  height: 420px;
  width: 100%;
}
.hp-team-box .details-img-album .news-album-img {
  position: relative;
}
.hp-team-box .details-img-album .news-album-img .slick-slide {
  float: left;
}
.hp-team-box .details-img-album .news-album-img > div a {
  display: block;
}
.hp-team-box .details-img-album .news-album-img > div .jqthumb {
  float: left;
  width: 270px;
  height: 320px;
  background: #f5f5f5;
}
.hp-team-box .details-img-album .news-album-img > div .text-box {
  float: left;
  width: 500px;
  padding-top: 30px;
  margin-left: 50px;
}
.hp-team-box .details-img-album .news-album-img > div .text-box .title {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 30px;
}
.hp-team-box .details-img-album .news-album-img > div .text-box .title h6 {
  font-size: 16px;
}
.hp-team-box .details-img-album .news-album-img > div .text-box .title span {
  color: #999999;
  display: block;
  padding-top: 5px;
}
.hp-team-box .details-img-album .news-album-img > div .text-box .text {
  padding-top: 30px;
}
.hp-team-box .details-img-album .news-album-img > div .text-box .text p {
  color: #999999;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.hp-team-box .details-img-album .news-album-img .slick-prev {
  display: none !important;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  color: #999999;
  font-size: 16px;
  margin-top: 14%;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}
.hp-team-box .details-img-album .news-album-img .slick-next {
  display: none !important;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  bottom: 0px;
  margin-top: 14%;
  color: #999999;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}
.hp-team-box .news-album-thumb {
  width: 250px;
  position: absolute;
  right: 0;
  top: 180px;
  z-index: 999999;
}
.hp-team-box .news-album-thumb > div {
  position: relative;
}
.hp-team-box .news-album-thumb .slick-list {
  width: 100%;
  height: 330px;
  position: relative;
  overflow: hidden;
}
.hp-team-box .news-album-thumb .slick-list .slick-track .slick-current {
  background-color: #00b4d4;
  color: #ffffff;
}
.hp-team-box .news-album-thumb .slick-slide {
  height: 100px;
  color: #999999;
  margin-bottom: 20px;
}
.hp-team-box .news-album-thumb .slick-slide > a {
  height: 100px;
  display: block;
}
.hp-team-box .news-album-thumb .slick-slide > a .portr-img {
  float: left;
  width: 80px;
  height: 80px;
  margin: 10px 20px 10px 10px;
}
.hp-team-box .news-album-thumb .slick-slide > a span {
  display: block;
  padding-top: 24px;
  font-size: 16px;
}
.hp-team-box .news-album-thumb .slick-slide > a p {
  font-size: 14px;
  padding-top: 5px;
}
.hp-team-box .news-album-thumb .slick-prev {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  top: -25px;
  color: #999999;
  font-size: 14px;
  margin-left: -50px;
  text-align: center;
  cursor: pointer;
}
.hp-team-box .news-album-thumb .slick-next {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -25px;
  margin-left: -50px;
  color: #999999;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .hp-team-box {
    padding-bottom: 30px;
  }
  .hp-team-box > div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
  }
  .hp-team-box .details-img-album {
    height: 36vw;
    margin-bottom: 30px;
    width: 100%;
  }
  .hp-team-box .details-img-album .news-album-img {
    position: relative;
    height: 36vw;
  }
  .hp-team-box .details-img-album .news-album-img .slick-slide {
    float: left;
  }
  .hp-team-box .details-img-album .news-album-img .slick-list {
    height: 36vw;
  }
  .hp-team-box .details-img-album .news-album-img > div .jqthumb {
    float: none;
    width: 20%;
    height: 22vw;
    margin: 0 auto;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box {
    text-align: center;
    float: none;
    width: 100%;
    padding-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    padding-bottom: 20px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title h6 {
    font-size: 16px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title span {
    color: #999999;
    display: block;
    padding-top: 5px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .text {
    width: 80%;
    margin: 0 auto;
    padding-top: 0px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .text p {
    color: #999999;
    line-height: 22px;
  }
  .hp-team-box .details-img-album .news-album-img .slick-prev {
    display: block !important;
    position: absolute;
    left: 0;
    top: 130px;
    bottom: 0;
    color: #999999;
    font-size: 24px;
    margin-top: 0%;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .hp-team-box .details-img-album .news-album-img .slick-next {
    display: block !important;
    position: absolute;
    right: 0;
    top: 130px;
    bottom: 0px;
    margin-top: 0%;
    color: #999999;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .hp-team-box .news-album-thumb {
    display: none;
    width: 250px;
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 999999;
  }
  .hp-team-box .news-album-thumb > div {
    position: relative;
  }
  .hp-team-box .news-album-thumb .slick-list {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
  }
  .hp-team-box .news-album-thumb .slick-list .slick-track .slick-current {
    background-color: #00b4d4;
    color: #ffffff;
  }
  .hp-team-box .news-album-thumb .slick-slide {
    height: 100px;
    color: #999999;
    margin-bottom: 20px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a {
    height: 100px;
    display: block;
  }
  .hp-team-box .news-album-thumb .slick-slide > a .portr-img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 10px 20px 10px 10px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a span {
    display: block;
    padding-top: 24px;
    font-size: 16px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a p {
    font-size: 14px;
    padding-top: 5px;
  }
  .hp-team-box .news-album-thumb .slick-prev {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: -25px;
    color: #999999;
    font-size: 14px;
    margin-left: -50px;
    text-align: center;
    cursor: pointer;
  }
  .hp-team-box .news-album-thumb .slick-next {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: -25px;
    margin-left: -50px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }
}
@media screen and (max-width: 992px) {
  .hp-team-box {
    padding-bottom: 30px;
  }
  .hp-team-box > div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
  }
  .hp-team-box .details-img-album {
    height: 42vw;
    margin-bottom: 30px;
    width: 100%;
  }
  .hp-team-box .details-img-album .news-album-img {
    position: relative;
    height: 42vw;
  }
  .hp-team-box .details-img-album .news-album-img .slick-slide {
    float: left;
  }
  .hp-team-box .details-img-album .news-album-img .slick-list {
    height: 42vw;
  }
  .hp-team-box .details-img-album .news-album-img > div .jqthumb {
    float: none;
    width: 26%;
    height: 30vw;
    margin: 0 auto;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box {
    text-align: center;
    float: none;
    width: 100%;
    padding-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    padding-bottom: 10px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title h6 {
    font-size: 16px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title span {
    color: #999999;
    display: block;
    padding-top: 5px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .text {
    width: 80%;
    margin: 0 auto;
    padding-top: 0px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .text p {
    color: #999999;
    line-height: 22px;
  }
  .hp-team-box .details-img-album .news-album-img .slick-prev {
    display: block !important;
    position: absolute;
    left: 0;
    top: 130px;
    bottom: 0;
    color: #999999;
    font-size: 24px;
    margin-top: 0%;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .hp-team-box .details-img-album .news-album-img .slick-next {
    display: block !important;
    position: absolute;
    right: 0;
    top: 130px;
    bottom: 0px;
    margin-top: 0%;
    color: #999999;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .hp-team-box .news-album-thumb {
    display: none;
    width: 250px;
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 999999;
  }
  .hp-team-box .news-album-thumb > div {
    position: relative;
  }
  .hp-team-box .news-album-thumb .slick-list {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
  }
  .hp-team-box .news-album-thumb .slick-list .slick-track .slick-current {
    background-color: #00b4d4;
    color: #ffffff;
  }
  .hp-team-box .news-album-thumb .slick-slide {
    height: 100px;
    color: #999999;
    margin-bottom: 20px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a {
    height: 100px;
    display: block;
  }
  .hp-team-box .news-album-thumb .slick-slide > a .portr-img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 10px 20px 10px 10px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a span {
    display: block;
    padding-top: 24px;
    font-size: 16px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a p {
    font-size: 14px;
    padding-top: 5px;
  }
  .hp-team-box .news-album-thumb .slick-prev {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: -25px;
    color: #999999;
    font-size: 14px;
    margin-left: -50px;
    text-align: center;
    cursor: pointer;
  }
  .hp-team-box .news-album-thumb .slick-next {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: -25px;
    margin-left: -50px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hp-team-box {
    padding-bottom: 30px;
  }
  .hp-team-box > div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
  }
  .hp-team-box .details-img-album {
    height: 54vw;
    min-height: 350px;
    margin-bottom: 60px;
    width: 100%;
  }
  .hp-team-box .details-img-album .news-album-img {
    position: relative;
    height: 54vw;
  }
  .hp-team-box .details-img-album .news-album-img .slick-slide {
    float: left;
  }
  .hp-team-box .details-img-album .news-album-img .slick-list {
    height: 54vw;
  }
  .hp-team-box .details-img-album .news-album-img > div .jqthumb {
    float: none;
    width: 40%;
    height: 42vw;
    margin: 0 auto;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box {
    text-align: center;
    float: none;
    width: 100%;
    padding-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    padding-bottom: 10px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title h6 {
    font-size: 16px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title span {
    color: #999999;
    display: block;
    padding-top: 5px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .text {
    width: 80%;
    margin: 0 auto;
    padding-top: 0px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .text p {
    color: #999999;
    line-height: 22px;
  }
  .hp-team-box .details-img-album .news-album-img .slick-prev {
    display: block !important;
    position: absolute;
    left: 0;
    top: 110px;
    bottom: 0;
    color: #999999;
    font-size: 30px;
    margin-top: 0%;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .hp-team-box .details-img-album .news-album-img .slick-next {
    display: block !important;
    position: absolute;
    right: 0;
    top: 110px;
    bottom: 0px;
    margin-top: 0%;
    color: #999999;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .hp-team-box .news-album-thumb {
    display: none;
    width: 250px;
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 999999;
  }
  .hp-team-box .news-album-thumb > div {
    position: relative;
  }
  .hp-team-box .news-album-thumb .slick-list {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
  }
  .hp-team-box .news-album-thumb .slick-list .slick-track .slick-current {
    background-color: #00b4d4;
    color: #ffffff;
  }
  .hp-team-box .news-album-thumb .slick-slide {
    height: 100px;
    color: #999999;
    margin-bottom: 20px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a {
    height: 100px;
    display: block;
  }
  .hp-team-box .news-album-thumb .slick-slide > a .portr-img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 10px 20px 10px 10px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a span {
    display: block;
    padding-top: 24px;
    font-size: 16px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a p {
    font-size: 14px;
    padding-top: 5px;
  }
  .hp-team-box .news-album-thumb .slick-prev {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: -25px;
    color: #999999;
    font-size: 14px;
    margin-left: -50px;
    text-align: center;
    cursor: pointer;
  }
  .hp-team-box .news-album-thumb .slick-next {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: -25px;
    margin-left: -50px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }
}
@media screen and (max-width: 568px) {
  .hp-team-box {
    padding-bottom: 30px;
  }
  .hp-team-box > div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
  }
  .hp-team-box .details-img-album {
    height: 100vw;
    min-height: 320px;
    max-height: 360px;
    margin-bottom: 20px;
    width: 100%;
  }
  .hp-team-box .details-img-album .news-album-img {
    position: relative;
    height: 100vw;
  }
  .hp-team-box .details-img-album .news-album-img .slick-slide {
    float: left;
  }
  .hp-team-box .details-img-album .news-album-img .slick-list {
    height: 100vw;
  }
  .hp-team-box .details-img-album .news-album-img > div .jqthumb {
    float: none;
    width: 70%;
    height: 70vw;
    margin: 0 auto;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box {
    text-align: center;
    float: none;
    width: 100%;
    padding-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    padding-bottom: 10px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title h6 {
    font-size: 14px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .title span {
    color: #999999;
    display: block;
    padding-top: 5px;
    font-size: 12px;
    font-size: 0.8em;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .text {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
  }
  .hp-team-box .details-img-album .news-album-img > div .text-box .text p {
    color: #999999;
    line-height: 22px;
    font-size: 12px;
    font-size: 0.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .hp-team-box .details-img-album .news-album-img .slick-prev {
    display: block !important;
    position: absolute;
    left: 0;
    top: 90px;
    bottom: 0;
    color: #999999;
    font-size: 24px;
    margin-top: 0%;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .hp-team-box .details-img-album .news-album-img .slick-next {
    display: block !important;
    position: absolute;
    right: 0;
    top: 90px;
    bottom: 0px;
    margin-top: 0%;
    color: #999999;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .hp-team-box .news-album-thumb {
    display: none;
    width: 250px;
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 999999;
  }
  .hp-team-box .news-album-thumb > div {
    position: relative;
  }
  .hp-team-box .news-album-thumb .slick-list {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
  }
  .hp-team-box .news-album-thumb .slick-list .slick-track .slick-current {
    background-color: #00b4d4;
    color: #ffffff;
  }
  .hp-team-box .news-album-thumb .slick-slide {
    height: 100px;
    color: #999999;
    margin-bottom: 20px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a {
    height: 100px;
    display: block;
  }
  .hp-team-box .news-album-thumb .slick-slide > a .portr-img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 10px 20px 10px 10px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a span {
    display: block;
    padding-top: 24px;
    font-size: 16px;
  }
  .hp-team-box .news-album-thumb .slick-slide > a p {
    font-size: 14px;
    padding-top: 5px;
  }
  .hp-team-box .news-album-thumb .slick-prev {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: -25px;
    color: #999999;
    font-size: 14px;
    margin-left: -50px;
    text-align: center;
    cursor: pointer;
  }
  .hp-team-box .news-album-thumb .slick-next {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: -25px;
    margin-left: -50px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }
}
/* team end */
/* activity */
.hp-activity-box {
  background: #f8f8f8;
  padding-bottom: 60px;
}
.hp-activity-box > div {
  width: 1170px;
  margin: 0 auto;
}
.hp-activity-box > div .activity-list ul {
  margin: -15px;
}
.hp-activity-box > div .activity-list ul li {
  float: left;
  width: 570px;
  margin: 15px;
  height: 220px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.hp-activity-box > div .activity-list ul li:hover .img-box .jqthumb {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.hp-activity-box > div .activity-list ul li:hover .text h6 {
  color: #00b4d4;
}
.hp-activity-box > div .activity-list ul li:hover .text > a {
  background: #00b4d4;
  color: #ffffff;
}
.hp-activity-box > div .activity-list ul li .img-box {
  float: left;
  height: 100%;
  overflow: hidden;
}
.hp-activity-box > div .activity-list ul li .img-box .jqthumb {
  display: block;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-activity-box > div .activity-list ul li .text {
  float: left;
  width: 270px;
  height: 100%;
  padding-bottom: 20px;
  padding-top: 30px;
  padding-left: 20px;
}
.hp-activity-box > div .activity-list ul li .text h6 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-activity-box > div .activity-list ul li .text p {
  padding-top: 20px;
  color: #999999;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hp-activity-box > div .activity-list ul li .text > a {
  display: block;
  margin-top: 35px;
  width: 100px;
  height: 35px;
  line-height: 33px;
  border: solid 1px #dbdbdb;
  color: #999999;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .hp-activity-box {
    background: #f8f8f8;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hp-activity-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-activity-box > div .activity-list ul {
    margin: -1%;
  }
  .hp-activity-box > div .activity-list ul li {
    float: left;
    width: 48%;
    margin: 1%;
    height: 20vw;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .hp-activity-box > div .activity-list ul li:hover .img-box .jqthumb {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .hp-activity-box > div .activity-list ul li:hover .text h6 {
    color: #666666;
  }
  .hp-activity-box > div .activity-list ul li:hover .text > a {
    background: #00b4d4;
    color: #ffffff;
  }
  .hp-activity-box > div .activity-list ul li .img-box {
    float: left;
    height: 100%;
    width: 50%;
    overflow: hidden;
  }
  .hp-activity-box > div .activity-list ul li .img-box .jqthumb {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text {
    float: left;
    width: 50%;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 11%;
    padding-left: 20px;
  }
  .hp-activity-box > div .activity-list ul li .text h6 {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text p {
    padding-top: 20px;
    color: #999999;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .hp-activity-box > div .activity-list ul li .text > a {
    display: none;
    margin-top: 35px;
    width: 100px;
    height: 35px;
    line-height: 33px;
    border: solid 1px #dbdbdb;
    color: #999999;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 992px) {
  .hp-activity-box {
    background: #f8f8f8;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hp-activity-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-activity-box > div .activity-list ul {
    margin: -1%;
  }
  .hp-activity-box > div .activity-list ul li {
    float: left;
    width: 48%;
    margin: 1%;
    height: 20vw;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .hp-activity-box > div .activity-list ul li:hover .img-box .jqthumb {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .hp-activity-box > div .activity-list ul li:hover .text h6 {
    color: #666666;
  }
  .hp-activity-box > div .activity-list ul li:hover .text > a {
    background: #00b4d4;
    color: #ffffff;
  }
  .hp-activity-box > div .activity-list ul li .img-box {
    float: left;
    height: 100%;
    width: 50%;
    overflow: hidden;
  }
  .hp-activity-box > div .activity-list ul li .img-box .jqthumb {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text {
    float: left;
    width: 50%;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 11%;
    padding-right: 5px;
    padding-left: 20px;
  }
  .hp-activity-box > div .activity-list ul li .text h6 {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text p {
    padding-top: 10px;
    color: #999999;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .hp-activity-box > div .activity-list ul li .text > a {
    display: none;
    margin-top: 35px;
    width: 100px;
    height: 35px;
    line-height: 33px;
    border: solid 1px #dbdbdb;
    color: #999999;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 768px) {
  .hp-activity-box {
    background: #f8f8f8;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hp-activity-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-activity-box > div .activity-list ul {
    margin: -1%;
  }
  .hp-activity-box > div .activity-list ul li {
    float: left;
    width: 48%;
    margin: 1%;
    height: 20vw;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .hp-activity-box > div .activity-list ul li:hover .img-box .jqthumb {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .hp-activity-box > div .activity-list ul li:hover .text h6 {
    color: #666666;
  }
  .hp-activity-box > div .activity-list ul li:hover .text > a {
    background: #00b4d4;
    color: #ffffff;
  }
  .hp-activity-box > div .activity-list ul li .img-box {
    float: left;
    height: 100%;
    width: 50%;
    overflow: hidden;
  }
  .hp-activity-box > div .activity-list ul li .img-box .jqthumb {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text {
    float: left;
    width: 50%;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 8%;
    padding-right: 5px;
    padding-left: 10px;
  }
  .hp-activity-box > div .activity-list ul li .text h6 {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text p {
    padding-top: 10%;
    color: #999999;
    font-size: 12px;
    font-size: 0.8em;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .hp-activity-box > div .activity-list ul li .text > a {
    display: none;
    margin-top: 35px;
    width: 100px;
    height: 35px;
    line-height: 33px;
    border: solid 1px #dbdbdb;
    color: #999999;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 660px) {
  .hp-activity-box {
    background: #f8f8f8;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hp-activity-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-activity-box > div .activity-list ul {
    margin: -1%;
  }
  .hp-activity-box > div .activity-list ul li {
    float: left;
    width: 48%;
    margin: 1%;
    height: 20vw;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .hp-activity-box > div .activity-list ul li:hover .img-box .jqthumb {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .hp-activity-box > div .activity-list ul li:hover .text h6 {
    color: #666666;
  }
  .hp-activity-box > div .activity-list ul li:hover .text > a {
    background: #00b4d4;
    color: #ffffff;
  }
  .hp-activity-box > div .activity-list ul li .img-box {
    float: left;
    height: 100%;
    width: 50%;
    overflow: hidden;
  }
  .hp-activity-box > div .activity-list ul li .img-box .jqthumb {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text {
    float: left;
    width: 50%;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 6%;
    padding-right: 5px;
    padding-left: 10px;
  }
  .hp-activity-box > div .activity-list ul li .text h6 {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text p {
    padding-top: 6%;
    color: #999999;
    font-size: 12px;
    font-size: 0.8em;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hp-activity-box > div .activity-list ul li .text > a {
    display: none;
    margin-top: 35px;
    width: 100px;
    height: 35px;
    line-height: 33px;
    border: solid 1px #dbdbdb;
    color: #999999;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 568px) {
  .hp-activity-box {
    background: #f8f8f8;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hp-activity-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-activity-box > div .activity-list ul {
    margin: 0% 0 -2% 0;
  }
  .hp-activity-box > div .activity-list ul li {
    float: left;
    width: 100%;
    margin: 0% 0 2% 0;
    height: 30vw;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .hp-activity-box > div .activity-list ul li:hover .img-box .jqthumb {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .hp-activity-box > div .activity-list ul li:hover .text h6 {
    color: #666666;
  }
  .hp-activity-box > div .activity-list ul li:hover .text > a {
    background: #00b4d4;
    color: #ffffff;
  }
  .hp-activity-box > div .activity-list ul li .img-box {
    float: left;
    height: 100%;
    width: 40%;
    overflow: hidden;
  }
  .hp-activity-box > div .activity-list ul li .img-box .jqthumb {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text {
    float: left;
    width: 50%;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 5%;
    padding-right: 5px;
    padding-left: 20px;
  }
  .hp-activity-box > div .activity-list ul li .text h6 {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-activity-box > div .activity-list ul li .text p {
    padding-top: 8%;
    color: #999999;
    font-size: 12px;
    font-size: 0.8em;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hp-activity-box > div .activity-list ul li .text > a {
    display: none;
    margin-top: 35px;
    width: 100px;
    height: 35px;
    line-height: 33px;
    border: solid 1px #dbdbdb;
    color: #999999;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
/* activity end */
/* video */
.hp-video-box {
  position: relative;
}
.hp-video-box .hp-video-bg {
  height: 350px;
}
.hp-video-box .video-content {
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}
.hp-video-box .video-content h6 {
  font-size: 30px;
  font-weight: bold;
}
.hp-video-box .video-content > span {
  display: block;
  padding-top: 30px;
  font-size: 16px;
  cursor: pointer;
}
.hp-video-box .video-content > span i {
  font-size: 16px;
  padding-left: 5px;
}
.hp-video-box .video-content .common-alter-mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
}
.hp-video-box .video-content .common-alter-mask .alter-content {
  width: 50%;
  height: 50%;
  background: none;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hp-video-box .video-content .common-alter-mask .alter-content .video-box {
  width: 100%;
  height: 100%;
  text-align: center;
}
.hp-video-box .video-content .common-alter-mask .alter-content .video-box video {
  width: 100%;
  height: auto;
}
.hp-video-box .video-content .common-alter-mask .alter-content > span {
  display: block;
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -40px;
}
@media screen and (max-width: 1200px) {
  .hp-video-box {
    display: none;
    position: relative;
  }
  .hp-video-box .hp-video-bg {
    height: 350px;
  }
  .hp-video-box .video-content {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
  }
  .hp-video-box .video-content h6 {
    font-size: 30px;
    font-weight: bold;
  }
  .hp-video-box .video-content > span {
    display: block;
    padding-top: 30px;
    font-size: 16px;
    cursor: pointer;
  }
  .hp-video-box .video-content > span i {
    font-size: 16px;
    padding-left: 5px;
  }
  .hp-video-box .video-content .common-alter-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
  }
  .hp-video-box .video-content .common-alter-mask .alter-content {
    width: 50%;
    height: 50%;
    background: none;
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .hp-video-box .video-content .common-alter-mask .alter-content .video-box {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .hp-video-box .video-content .common-alter-mask .alter-content .video-box video {
    width: 100%;
    height: 100%;
  }
  .hp-video-box .video-content .common-alter-mask .alter-content > span {
    display: block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: -40px;
  }
}
.hp-news-box > div {
  width: 1170px;
  margin: 0 auto;
}
.hp-news-box > div .news-btn ul {
  text-align: center;
  position: relative;
}
.hp-news-box > div .news-btn ul li {
  display: inline-block;
  padding: 0 30px;
}
.hp-news-box > div .news-btn ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #dbdbdb;
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  margin: auto;
}
.hp-news-box > div .news-btn ul li:last-child {
  border-right: none;
}
.hp-news-box > div .news-btn ul li a {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
}
.hp-news-box > div .news-btn ul .curr a {
  background: #00b4d4;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hp-news-box > div .news-list {
  padding: 60px 0;
}
.hp-news-box > div .news-list ul {
  margin: 0 -15px;
}
.hp-news-box > div .news-list ul li {
  float: left;
  margin: 0 15px;
  width: 270px;
}
.hp-news-box > div .news-list ul li:hover .text-box h6 {
  color: #00b4d4;
}
.hp-news-box > div .news-list ul li:hover .text-box h6:after {
  width: 100%;
}
.hp-news-box > div .news-list ul li:hover .text-box > a {
  background: #00b4d4;
  border: solid 1px #00b4d4;
}
.hp-news-box > div .news-list ul li:hover .text-box > a span {
  color: #ffffff;
}
.hp-news-box > div .news-list ul li .text-box h6 {
  padding-bottom: 20px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-news-box > div .news-list ul li .text-box h6 > a {
  display: block;
}
.hp-news-box > div .news-list ul li .text-box h6:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #dbdbdb;
  margin-top: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-news-box > div .news-list ul li .text-box p {
  color: #999999;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hp-news-box > div .news-list ul li .text-box > span {
  display: block;
  padding-top: 30px;
  color: #999999;
}
.hp-news-box > div .news-list ul li .text-box > a {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: solid 1px #dbdbdb;
  margin-top: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-news-box > div .news-list ul li .text-box > a span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .hp-news-box {
    padding: 0 10px;
  }
  .hp-news-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-news-box > div .news-btn ul {
    text-align: center;
    position: relative;
  }
  .hp-news-box > div .news-btn ul li {
    display: inline-block;
    padding: 0 30px;
  }
  .hp-news-box > div .news-btn ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
  }
  .hp-news-box > div .news-btn ul li:last-child {
    border-right: none;
  }
  .hp-news-box > div .news-btn ul li a {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  .hp-news-box > div .news-btn ul .curr a {
    background: #00b4d4;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .hp-news-box > div .news-list {
    padding: 30px 0;
  }
  .hp-news-box > div .news-list ul {
    margin: -2% -1%;
  }
  .hp-news-box > div .news-list ul li {
    float: left;
    margin: 2% 1%;
    width: 48%;
  }
  .hp-news-box > div .news-list ul li:hover .text-box h6 {
    color: #00b4d4;
  }
  .hp-news-box > div .news-list ul li:hover .text-box h6:after {
    width: 0%;
  }
  .hp-news-box > div .news-list ul li:hover .text-box > a {
    background: #00b4d4;
    border: solid 1px #00b4d4;
  }
  .hp-news-box > div .news-list ul li:hover .text-box > a span {
    color: #ffffff;
  }
  .hp-news-box > div .news-list ul li .text-box h6 {
    padding-bottom: 0px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-news-box > div .news-list ul li .text-box h6 > a {
    display: block;
  }
  .hp-news-box > div .news-list ul li .text-box h6:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #dbdbdb;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-news-box > div .news-list ul li .text-box p {
    color: #999999;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hp-news-box > div .news-list ul li .text-box > span {
    display: block;
    padding-top: 30px;
    color: #999999;
  }
  .hp-news-box > div .news-list ul li .text-box > a {
    display: none;
    width: 100px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: solid 1px #dbdbdb;
    margin-top: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-news-box > div .news-list ul li .text-box > a span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 768px) {
  .hp-news-box {
    padding: 0 10px;
  }
  .hp-news-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-news-box > div .news-btn ul {
    text-align: center;
    position: relative;
  }
  .hp-news-box > div .news-btn ul li {
    display: inline-block;
    padding: 0 30px;
  }
  .hp-news-box > div .news-btn ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
  }
  .hp-news-box > div .news-btn ul li:last-child {
    border-right: none;
  }
  .hp-news-box > div .news-btn ul li a {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  .hp-news-box > div .news-btn ul .curr a {
    background: #00b4d4;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .hp-news-box > div .news-list {
    padding: 30px 0;
  }
  .hp-news-box > div .news-list ul {
    margin: -3% -2%;
  }
  .hp-news-box > div .news-list ul li {
    float: left;
    margin: 3% 2%;
    width: 46%;
  }
  .hp-news-box > div .news-list ul li:hover .text-box h6 {
    color: #00b4d4;
  }
  .hp-news-box > div .news-list ul li:hover .text-box h6:after {
    width: 0%;
  }
  .hp-news-box > div .news-list ul li:hover .text-box > a {
    background: #00b4d4;
    border: solid 1px #00b4d4;
  }
  .hp-news-box > div .news-list ul li:hover .text-box > a span {
    color: #ffffff;
  }
  .hp-news-box > div .news-list ul li .text-box h6 {
    padding-bottom: 0px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-news-box > div .news-list ul li .text-box h6 > a {
    display: block;
  }
  .hp-news-box > div .news-list ul li .text-box h6:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #dbdbdb;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-news-box > div .news-list ul li .text-box p {
    color: #999999;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hp-news-box > div .news-list ul li .text-box > span {
    display: block;
    padding-top: 30px;
    color: #999999;
    font-size: 12px;
  }
  .hp-news-box > div .news-list ul li .text-box > a {
    display: none;
    width: 100px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: solid 1px #dbdbdb;
    margin-top: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-news-box > div .news-list ul li .text-box > a span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 568px) {
  .hp-news-box {
    padding: 0 10px;
  }
  .hp-news-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .hp-news-box > div .news-btn ul {
    text-align: center;
    position: relative;
  }
  .hp-news-box > div .news-btn ul li {
    display: inline-block;
    padding: 0 20px;
  }
  .hp-news-box > div .news-btn ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
  }
  .hp-news-box > div .news-btn ul li:last-child {
    border-right: none;
  }
  .hp-news-box > div .news-btn ul li a {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  .hp-news-box > div .news-btn ul .curr a {
    background: #00b4d4;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .hp-news-box > div .news-list {
    padding: 30px 0;
  }
  .hp-news-box > div .news-list ul {
    margin: -5% 0%;
  }
  .hp-news-box > div .news-list ul li {
    float: left;
    margin: 5% 0%;
    width: 100%;
  }
  .hp-news-box > div .news-list ul li:hover .text-box h6 {
    color: #00b4d4;
  }
  .hp-news-box > div .news-list ul li:hover .text-box h6:after {
    width: 0%;
  }
  .hp-news-box > div .news-list ul li:hover .text-box > a {
    background: #00b4d4;
    border: solid 1px #00b4d4;
  }
  .hp-news-box > div .news-list ul li:hover .text-box > a span {
    color: #ffffff;
  }
  .hp-news-box > div .news-list ul li .text-box h6 {
    padding-bottom: 0px;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-news-box > div .news-list ul li .text-box h6 > a {
    display: block;
  }
  .hp-news-box > div .news-list ul li .text-box h6:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #dbdbdb;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-news-box > div .news-list ul li .text-box p {
    color: #999999;
    line-height: 22px;
    font-size: 12px;
    font-size: 0.8em;
    margin-top: -10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hp-news-box > div .news-list ul li .text-box > span {
    display: block;
    padding-top: 10px;
    color: #999999;
    font-size: 12px;
    font-size: 0.8em;
  }
  .hp-news-box > div .news-list ul li .text-box > a {
    display: none;
    width: 100px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: solid 1px #dbdbdb;
    margin-top: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hp-news-box > div .news-list ul li .text-box > a span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
/* video end */
/*=== index end ===*/
.team-page {
  padding-bottom: 60px;
}
.team-page > div {
  width: 1170px;
  margin: 0 auto;
}
.team-page > div .team-page-list ul {
  margin: -15px;
}
.team-page > div .team-page-list ul li {
  float: left;
  width: 570px;
  margin: 15px;
  background: #f8f8f8;
}
.team-page > div .team-page-list ul li:hover a .text-box h6 {
  color: #00b4d4;
}
.team-page > div .team-page-list ul li:hover a .text-box h6 span {
  color: #00b4d4;
}
.team-page > div .team-page-list ul li:hover a .text-box h6:before {
  width: 100%;
}
.team-page > div .team-page-list ul li:hover a .text-box .btn-box > div > span {
  color: #00b4d4;
}
.team-page > div .team-page-list ul li:hover a .text-box .btn-box .jiahao1 {
  display: none;
}
.team-page > div .team-page-list ul li:hover a .text-box .btn-box .jiahao2 {
  display: inline-block;
}
.team-page > div .team-page-list ul li a {
  display: block;
}
.team-page > div .team-page-list ul li a .img-box {
  float: left;
  width: 205px;
  height: 210px;
}
.team-page > div .team-page-list ul li a .text-box {
  float: left;
  width: 365px;
  padding-right: 20px;
}
.team-page > div .team-page-list ul li a .text-box h6 {
  padding-top: 40px;
  padding-left: 10px;
  font-size: 16px;
  padding-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-page > div .team-page-list ul li a .text-box h6 span {
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-page > div .team-page-list ul li a .text-box h6:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #dbdbdb;
}
.team-page > div .team-page-list ul li a .text-box h6:before {
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  background: #dbdbdb;
  position: absolute;
  bottom: 0;
  background: #00b4d4;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-page > div .team-page-list ul li a .text-box p {
  padding-top: 20px;
  padding-left: 10px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.team-page > div .team-page-list ul li a .text-box .btn-box {
  display: block;
  text-align: right;
  padding-top: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-page > div .team-page-list ul li a .text-box .btn-box > div span {
  font-size: 14px;
  color: #999999;
  font-family: 'neosans';
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-page > div .team-page-list ul li a .text-box .btn-box > div .jiahao1 {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-page > div .team-page-list ul li a .text-box .btn-box > div .jiahao2 {
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .team-page {
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .team-page > div {
    width: 100%;
    margin: 0 auto;
  }
  .team-page > div .team-page-list ul {
    margin: -1%;
  }
  .team-page > div .team-page-list ul li {
    float: left;
    width: 48%;
    margin: 1%;
    background: #f8f8f8;
  }
  .team-page > div .team-page-list ul li:hover a .text-box h6 {
    color: #00b4d4;
  }
  .team-page > div .team-page-list ul li:hover a .text-box h6 span {
    color: #00b4d4;
  }
  .team-page > div .team-page-list ul li:hover a .text-box h6:before {
    width: 100%;
  }
  .team-page > div .team-page-list ul li:hover a .text-box .btn-box > div > span {
    color: #00b4d4;
  }
  .team-page > div .team-page-list ul li:hover a .text-box .btn-box .jiahao1 {
    display: none;
  }
  .team-page > div .team-page-list ul li:hover a .text-box .btn-box .jiahao2 {
    display: inline-block;
  }
  .team-page > div .team-page-list ul li a {
    display: block;
  }
  .team-page > div .team-page-list ul li a .img-box {
    float: left;
    width: 35%;
    height: 210px;
  }
  .team-page > div .team-page-list ul li a .text-box {
    float: left;
    width: 65%;
    padding-right: 20px;
  }
  .team-page > div .team-page-list ul li a .text-box h6 {
    padding-top: 40px;
    font-size: 16px;
    padding-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box h6 span {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box h6:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #dbdbdb;
  }
  .team-page > div .team-page-list ul li a .text-box h6:before {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    background: #dbdbdb;
    position: absolute;
    bottom: 0;
    background: #00b4d4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box p {
    padding-top: 20px;
    color: #999999;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box {
    display: block;
    text-align: right;
    padding-top: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box > div span {
    font-size: 14px;
    color: #999999;
    font-family: 'neosans';
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box > div .jiahao1 {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box > div .jiahao2 {
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 768px) {
  .team-page {
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .team-page > div {
    width: 100%;
    margin: 0 auto;
  }
  .team-page > div .team-page-list ul {
    margin: -1% 0;
  }
  .team-page > div .team-page-list ul li {
    float: left;
    width: 100%;
    margin: 1% 0;
    background: #f8f8f8;
  }
  .team-page > div .team-page-list ul li:hover a .text-box h6 {
    color: #00b4d4;
  }
  .team-page > div .team-page-list ul li:hover a .text-box h6 span {
    color: #00b4d4;
  }
  .team-page > div .team-page-list ul li:hover a .text-box h6:before {
    width: 100%;
  }
  .team-page > div .team-page-list ul li:hover a .text-box .btn-box > div > span {
    color: #00b4d4;
  }
  .team-page > div .team-page-list ul li:hover a .text-box .btn-box .jiahao1 {
    display: none;
  }
  .team-page > div .team-page-list ul li:hover a .text-box .btn-box .jiahao2 {
    display: inline-block;
  }
  .team-page > div .team-page-list ul li a {
    display: block;
  }
  .team-page > div .team-page-list ul li a .img-box {
    float: left;
    width: 35%;
    height: 32vw;
  }
  .team-page > div .team-page-list ul li a .text-box {
    float: left;
    width: 65%;
    height: 32vw;
    padding-right: 20px;
    padding-left: 10px;
  }
  .team-page > div .team-page-list ul li a .text-box h6 {
    padding-top: 12%;
    font-size: 12px;
    padding-bottom: 6%;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box h6 span {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 0.8em;
  }
  .team-page > div .team-page-list ul li a .text-box h6:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #dbdbdb;
  }
  .team-page > div .team-page-list ul li a .text-box h6:before {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    background: #dbdbdb;
    position: absolute;
    bottom: 0;
    background: #00b4d4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box p {
    padding-top: 5%;
    color: #999999;
    font-size: 12px;
    font-size: 0.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box {
    display: none;
    text-align: right;
    padding-top: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box > div span {
    font-size: 12px;
    color: #999999;
    font-family: 'neosans';
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box > div .jiahao1 {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box > div .jiahao2 {
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 568px) {
  .team-page {
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .team-page > div {
    width: 100%;
    margin: 0 auto;
  }
  .team-page > div .team-page-list ul {
    margin: -1% 0;
  }
  .team-page > div .team-page-list ul li {
    float: left;
    width: 100%;
    margin: 1% 0;
    background: #f8f8f8;
  }
  .team-page > div .team-page-list ul li:hover a .text-box h6 {
    color: #00b4d4;
  }
  .team-page > div .team-page-list ul li:hover a .text-box h6 span {
    color: #00b4d4;
  }
  .team-page > div .team-page-list ul li:hover a .text-box h6:before {
    width: 100%;
  }
  .team-page > div .team-page-list ul li:hover a .text-box .btn-box > div > span {
    color: #00b4d4;
  }
  .team-page > div .team-page-list ul li:hover a .text-box .btn-box .jiahao1 {
    display: none;
  }
  .team-page > div .team-page-list ul li:hover a .text-box .btn-box .jiahao2 {
    display: inline-block;
  }
  .team-page > div .team-page-list ul li a {
    display: block;
  }
  .team-page > div .team-page-list ul li a .img-box {
    float: left;
    width: 35%;
    height: 44vw;
  }
  .team-page > div .team-page-list ul li a .text-box {
    float: left;
    width: 65%;
    height: 44vw;
    padding-right: 20px;
    padding-left: 10px;
  }
  .team-page > div .team-page-list ul li a .text-box h6 {
    padding-top: 20%;
    font-size: 12px;
    padding-bottom: 8%;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box h6 span {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 0.8em;
  }
  .team-page > div .team-page-list ul li a .text-box h6:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #dbdbdb;
  }
  .team-page > div .team-page-list ul li a .text-box h6:before {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    background: #dbdbdb;
    position: absolute;
    bottom: 0;
    background: #00b4d4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box p {
    padding-top: 5%;
    color: #999999;
    font-size: 12px;
    font-size: 0.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box {
    display: none;
    text-align: right;
    padding-top: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box > div span {
    font-size: 12px;
    color: #999999;
    font-family: 'neosans';
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box > div .jiahao1 {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .team-page > div .team-page-list ul li a .text-box .btn-box > div .jiahao2 {
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
.team-details-box {
  padding: 60px 0;
}
.team-details-box > div {
  width: 1170px;
  margin: 0 auto;
}
.team-details-box > div .img-box {
  float: left;
  background: #f8f8f8;
  width: 460px;
  height: 550px;
}
.team-details-box > div .text-box {
  float: left;
  width: 650px;
  margin-left: 60px;
}
.team-details-box > div .text-box .title {
  padding-top: 30px;
  line-height: 28px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dbdbdb;
}
.team-details-box > div .text-box .title h6 {
  font-size: 18px;
}
.team-details-box > div .text-box .title h6 span {
  font-size: 14px;
  color: #999999;
  padding-left: 30px;
}
.team-details-box > div .text-box .title p {
  color: #999999;
}
.team-details-box > div .text-box .text {
  padding-top: 20px;
}
.team-details-box > div .text-box .text dl dt {
  font-size: 16px;
}
.team-details-box > div .text-box .text dl dd {
  padding-top: 20px;
}
.team-details-box > div .text-box .text dl dd p {
  line-height: 24px;
  color: #999999;
}
@media screen and (max-width: 1200px) {
  .team-details-box {
    padding: 30px 10px;
  }
  .team-details-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .team-details-box > div .img-box {
    float: left;
    background: #f8f8f8;
    width: 40%;
    height: 45vw;
  }
  .team-details-box > div .text-box {
    float: left;
    width: 60%;
    margin-left: 0px;
    padding-left: 30px;
  }
  .team-details-box > div .text-box .title {
    padding-top: 30px;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dbdbdb;
  }
  .team-details-box > div .text-box .title h6 {
    font-size: 18px;
  }
  .team-details-box > div .text-box .title h6 span {
    font-size: 14px;
    color: #999999;
  }
  .team-details-box > div .text-box .title p {
    color: #999999;
  }
  .team-details-box > div .text-box .text {
    padding-top: 20px;
  }
  .team-details-box > div .text-box .text dl dt {
    font-size: 16px;
  }
  .team-details-box > div .text-box .text dl dd {
    padding-top: 20px;
  }
  .team-details-box > div .text-box .text dl dd p {
    line-height: 24px;
    color: #999999;
  }
}
@media screen and (max-width: 568px) {
  .team-details-box {
    padding: 30px 10px;
  }
  .team-details-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .team-details-box > div .img-box {
    float: left;
    background: #f8f8f8;
    width: 100%;
    height: 100vw;
  }
  .team-details-box > div .text-box {
    float: left;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .team-details-box > div .text-box .title {
    padding-top: 20px;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dbdbdb;
  }
  .team-details-box > div .text-box .title h6 {
    font-size: 14px;
  }
  .team-details-box > div .text-box .title h6 span {
    font-size: 12px;
    color: #999999;
  }
  .team-details-box > div .text-box .title p {
    color: #999999;
    font-size: 12px;
  }
  .team-details-box > div .text-box .text {
    padding-top: 10px;
  }
  .team-details-box > div .text-box .text dl dt {
    font-size: 12px;
  }
  .team-details-box > div .text-box .text dl dd {
    padding-top: 10px;
  }
  .team-details-box > div .text-box .text dl dd p {
    line-height: 24px;
    color: #999999;
    font-size: 12px;
  }
}
.news-list-box {
  padding-bottom: 60px;
}
.news-list-box > div {
  width: 1170px;
  margin: 0 auto;
}
.news-list-box > div .news-list ul {
  margin-bottom: -48px;
}
.news-list-box > div .news-list ul li {
  position: relative;
  margin-bottom: 48px;
}
.news-list-box > div .news-list ul li:last-child:after {
  height: 0;
}
.news-list-box > div .news-list ul li:last-child:before {
  height: 0;
}
.news-list-box > div .news-list ul li:hover a .time .iconfont {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
  border: solid 1px #00b4d4;
  color: #00b4d4;
}
.news-list-box > div .news-list ul li:hover a .text h6 {
  color: #00b4d4;
}
.news-list-box > div .news-list ul li:hover:before {
  width: 100%;
}
.news-list-box > div .news-list ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  margin-top: 30px;
}
.news-list-box > div .news-list ul li:before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #00b4d4;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-list-box > div .news-list ul li a .time {
  float: left;
}
.news-list-box > div .news-list ul li a .time span {
  font-size: 30px;
  font-weight: bold;
  color: #999999;
}
.news-list-box > div .news-list ul li a .time .iconfont {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #dbdbdb;
  border: solid 1px #dbdbdb;
  display: block;
  font-size: 12px;
  margin-top: 20px;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-list-box > div .news-list ul li a .text {
  float: left;
  width: 640px;
  margin-left: 110px;
}
.news-list-box > div .news-list ul li a .text h6 {
  font-size: 16px;
  padding-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-list-box > div .news-list ul li a .text p {
  padding-top: 20px;
  color: #999999;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-box > div .news-list ul li a .img {
  float: right;
  width: 200px;
  height: 110px;
}
@media screen and (max-width: 1200px) {
  .news-list-box {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-list-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .news-list-box > div .news-list ul {
    margin-bottom: -48px;
  }
  .news-list-box > div .news-list ul li {
    position: relative;
    margin-bottom: 48px;
  }
  .news-list-box > div .news-list ul li:last-child:after {
    height: 0;
  }
  .news-list-box > div .news-list ul li:last-child:before {
    height: 0;
  }
  .news-list-box > div .news-list ul li:hover a .time .iconfont {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0);
    border: solid 1px #00b4d4;
    color: #00b4d4;
  }
  .news-list-box > div .news-list ul li:hover a .text h6 {
    color: #666666;
  }
  .news-list-box > div .news-list ul li:hover:before {
    width: 0;
  }
  .news-list-box > div .news-list ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    margin-top: 30px;
  }
  .news-list-box > div .news-list ul li:before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #00b4d4;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .time {
    display: none;
    float: left;
  }
  .news-list-box > div .news-list ul li a .time span {
    font-size: 30px;
    font-weight: bold;
    color: #999999;
  }
  .news-list-box > div .news-list ul li a .time .iconfont {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #dbdbdb;
    border: solid 1px #dbdbdb;
    display: block;
    font-size: 12px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .text {
    float: right;
    width: 80%;
    margin-left: 0%;
    padding-left: 5%;
  }
  .news-list-box > div .news-list ul li a .text h6 {
    font-size: 16px;
    padding-top: 1%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .text p {
    padding-top: 3%;
    color: #999999;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-list-box > div .news-list ul li a .img {
    float: left;
    width: 20%;
    height: 10vw;
  }
}
@media screen and (max-width: 992px) {
  .news-list-box {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-list-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .news-list-box > div .news-list ul {
    margin-bottom: -20px;
  }
  .news-list-box > div .news-list ul li {
    position: relative;
    margin-bottom: 20px;
  }
  .news-list-box > div .news-list ul li:last-child:after {
    height: 0;
  }
  .news-list-box > div .news-list ul li:last-child:before {
    height: 0;
  }
  .news-list-box > div .news-list ul li:hover a .time .iconfont {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0);
    border: solid 1px #00b4d4;
    color: #00b4d4;
  }
  .news-list-box > div .news-list ul li:hover a .text h6 {
    color: #666666;
  }
  .news-list-box > div .news-list ul li:hover:before {
    width: 0;
  }
  .news-list-box > div .news-list ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    margin-top: 30px;
  }
  .news-list-box > div .news-list ul li:before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #00b4d4;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .time {
    display: none;
    float: left;
  }
  .news-list-box > div .news-list ul li a .time span {
    font-size: 30px;
    font-weight: bold;
    color: #999999;
  }
  .news-list-box > div .news-list ul li a .time .iconfont {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #dbdbdb;
    border: solid 1px #dbdbdb;
    display: block;
    font-size: 12px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .text {
    float: right;
    width: 80%;
    margin-left: 0%;
    padding-left: 5%;
  }
  .news-list-box > div .news-list ul li a .text h6 {
    font-size: 12px;
    padding-top: 0%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .text p {
    padding-top: 1%;
    color: #999999;
    line-height: 22px;
    font-size: 12px;
    font-size: 0.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-list-box > div .news-list ul li a .img {
    float: left;
    width: 20%;
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .news-list-box {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-list-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .news-list-box > div .news-list ul {
    margin-bottom: -20px;
  }
  .news-list-box > div .news-list ul li {
    position: relative;
    margin-bottom: 20px;
  }
  .news-list-box > div .news-list ul li:last-child:after {
    height: 0;
  }
  .news-list-box > div .news-list ul li:last-child:before {
    height: 0;
  }
  .news-list-box > div .news-list ul li:hover a .time .iconfont {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0);
    border: solid 1px #00b4d4;
    color: #00b4d4;
  }
  .news-list-box > div .news-list ul li:hover a .text h6 {
    color: #666666;
  }
  .news-list-box > div .news-list ul li:hover:before {
    width: 0;
  }
  .news-list-box > div .news-list ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    margin-top: 30px;
  }
  .news-list-box > div .news-list ul li:before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #00b4d4;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .time {
    display: none;
    float: left;
  }
  .news-list-box > div .news-list ul li a .time span {
    font-size: 30px;
    font-weight: bold;
    color: #999999;
  }
  .news-list-box > div .news-list ul li a .time .iconfont {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #dbdbdb;
    border: solid 1px #dbdbdb;
    display: block;
    font-size: 12px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .text {
    float: right;
    width: 80%;
    margin-left: 0%;
    padding-left: 5%;
  }
  .news-list-box > div .news-list ul li a .text h6 {
    font-size: 12px;
    padding-top: 0%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .text p {
    padding-top: 1%;
    color: #999999;
    line-height: 22px;
    font-size: 12px;
    font-size: 0.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-list-box > div .news-list ul li a .img {
    float: left;
    width: 20%;
    min-height: 80px;
    height: 10vw;
  }
}
@media screen and (max-width: 568px) {
  .news-list-box {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-list-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .news-list-box > div .news-list ul {
    margin-bottom: -5px;
  }
  .news-list-box > div .news-list ul li {
    position: relative;
    margin-bottom: 20px;
  }
  .news-list-box > div .news-list ul li:last-child:after {
    height: 0;
  }
  .news-list-box > div .news-list ul li:last-child:before {
    height: 0;
  }
  .news-list-box > div .news-list ul li:hover a .time .iconfont {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0);
    border: solid 1px #00b4d4;
    color: #00b4d4;
  }
  .news-list-box > div .news-list ul li:hover a .text h6 {
    color: #666666;
  }
  .news-list-box > div .news-list ul li:hover:before {
    width: 0;
  }
  .news-list-box > div .news-list ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    margin-top: 30px;
  }
  .news-list-box > div .news-list ul li:before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #00b4d4;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .time {
    display: none;
    float: left;
  }
  .news-list-box > div .news-list ul li a .time span {
    font-size: 30px;
    font-weight: bold;
    color: #999999;
  }
  .news-list-box > div .news-list ul li a .time .iconfont {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #dbdbdb;
    border: solid 1px #dbdbdb;
    display: block;
    font-size: 12px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .text {
    float: right;
    width: 60%;
    margin-left: 0%;
    padding-left: 5%;
  }
  .news-list-box > div .news-list ul li a .text h6 {
    font-size: 12px;
    padding-top: 3%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news-list-box > div .news-list ul li a .text p {
    padding-top: 1%;
    color: #999999;
    line-height: 22px;
    font-size: 12px;
    font-size: 0.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-list-box > div .news-list ul li a .img {
    float: left;
    width: 40%;
    min-height: 80px;
    height: 10vw;
  }
}
.news-details-box {
  padding: 60px 0;
  text-align: center;
}
.news-details-box > div {
  width: 1170px;
  margin: 0 auto;
}
.news-details-box > div .title h6 {
  font-size: 24px;
}
.news-details-box > div .title span {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  color: #999999;
}
.news-details-box > div .text {
  text-align: center;
  padding-top: 60px;
}
.news-details-box > div .text img {
  display: inline-block;
  padding-bottom: 30px;
}
.news-details-box > div .text p {
  text-align: left;
  color: #999999;
  line-height: 22px;
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .news-details-box {
    padding: 30px 10px;
    text-align: center;
  }
  .news-details-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .news-details-box > div .title h6 {
    font-size: 16px;
  }
  .news-details-box > div .title span {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    color: #999999;
  }
  .news-details-box > div .text {
    text-align: center;
    padding-top: 30px;
  }
  .news-details-box > div .text img {
    display: inline-block;
    padding-bottom: 0px;
  }
  .news-details-box > div .text p {
    text-align: left;
    color: #999999;
    line-height: 22px;
    padding-top: 30px;
    font-size: 12px;
  }
}
.about-introduction {
  padding-bottom: 60px;
}
.about-introduction > div {
  width: 1170px;
  margin: 0 auto;
}
.about-introduction > div .about-content {
  position: relative;
}
.about-introduction > div .about-content .text-box {
  width: 800px;
  height: 360px;
  padding-left: 40px;
  padding-top: 40px;
  background: #00b4d4;
  color: #ffffff;
}
.about-introduction > div .about-content .text-box .title {
  width: 500px;
  padding-bottom: 20px;
  border-bottom: solid 1px #00caed;
}
.about-introduction > div .about-content .text-box .title span {
  font-size: 50px;
  color: #00caed;
  font-family: 'neosans';
}
.about-introduction > div .about-content .text-box .title h6 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}
.about-introduction > div .about-content .text-box .text {
  width: 500px;
  padding-top: 20px;
}
.about-introduction > div .about-content .text-box .img {
  position: absolute;
  right: 0;
  top: 30px;
  width: 540px;
  height: 300px;
}
@media screen and (max-width: 1200px) {
  .about-introduction {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .about-introduction > div {
    width: 100%;
    margin: 0 auto;
  }
  .about-introduction > div .about-content {
    position: relative;
    text-align: center;
  }
  .about-introduction > div .about-content .text-box {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-top: 20px;
    background: #00b4d4;
    color: #ffffff;
  }
  .about-introduction > div .about-content .text-box .title {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #00caed;
  }
  .about-introduction > div .about-content .text-box .title span {
    font-size: 50px;
    color: #00caed;
    font-family: 'neosans';
  }
  .about-introduction > div .about-content .text-box .title h6 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
  }
  .about-introduction > div .about-content .text-box .text {
    width: 100%;
    padding: 20px 10px 0 10px;
  }
  .about-introduction > div .about-content .text-box .img {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    width: 540px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .about-introduction {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .about-introduction > div {
    width: 100%;
    margin: 0 auto;
  }
  .about-introduction > div .about-content {
    position: relative;
    text-align: center;
  }
  .about-introduction > div .about-content .text-box {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-top: 20px;
    background: #00b4d4;
    color: #ffffff;
  }
  .about-introduction > div .about-content .text-box .title {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #00caed;
  }
  .about-introduction > div .about-content .text-box .title span {
    font-size: 30px;
    color: #00caed;
    font-family: 'neosans';
  }
  .about-introduction > div .about-content .text-box .title h6 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
  }
  .about-introduction > div .about-content .text-box .text {
    width: 100%;
    padding: 20px 10px 0 10px;
    font-size: 12px;
  }
  .about-introduction > div .about-content .text-box .img {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    width: 540px;
    height: 300px;
  }
}
@media screen and (max-width: 568px) {
  .about-introduction {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .about-introduction > div {
    width: 100%;
    margin: 0 auto;
  }
  .about-introduction > div .about-content {
    position: relative;
    text-align: center;
  }
  .about-introduction > div .about-content .text-box {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-top: 20px;
    background: #00b4d4;
    color: #ffffff;
  }
  .about-introduction > div .about-content .text-box .title {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #00caed;
  }
  .about-introduction > div .about-content .text-box .title span {
    font-size: 30px;
    color: #00caed;
    font-family: 'neosans';
  }
  .about-introduction > div .about-content .text-box .title h6 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
  }
  .about-introduction > div .about-content .text-box .text {
    width: 100%;
    padding: 20px 10px 0 10px;
    font-size: 12px;
  }
  .about-introduction > div .about-content .text-box .img {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    width: 540px;
    height: 300px;
  }
}
.about-culture {
  background: #f8f8f8;
  padding-bottom: 60px;
}
.about-culture > div {
  width: 1170px;
  margin: 0 auto;
}
.about-culture > div .culture-list {
  text-align: center;
}
.about-culture > div .culture-list > ul {
  margin: 0 -15px;
}
.about-culture > div .culture-list > ul > li {
  float: left;
  width: 370px;
  height: 350px;
  background: #ffffff;
  padding: 10px 10px 0 10px;
  margin: 0 15px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.about-culture > div .culture-list > ul > li .img-box {
  width: 100%;
  height: 160px;
}
.about-culture > div .culture-list > ul > li .text-box {
  padding-top: 30px;
}
.about-culture > div .culture-list > ul > li .text-box h6 {
  font-size: 16px;
  font-weight: bold;
}
.about-culture > div .culture-list > ul > li .text-box hr {
  width: 30px;
  margin: 20px auto 30px auto;
}
.about-culture > div .culture-list > ul > li .text-box > ul {
  margin: 0 -20px;
}
.about-culture > div .culture-list > ul > li .text-box > ul > li {
  padding: 0 30px;
  display: inline-block;
}
.about-culture > div .culture-list > ul > li .text-box > ul > li .iconfont {
  color: #00b4d4;
  font-size: 26px;
}
.about-culture > div .culture-list > ul > li .text-box > ul > li p {
  color: #999999;
  padding-top: 5px;
}
@media screen and (max-width: 1200px) {
  .about-culture {
    background: #f8f8f8;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-culture > div {
    width: 100%;
    margin: 0 auto;
  }
  .about-culture > div .culture-list {
    text-align: center;
  }
  .about-culture > div .culture-list > ul {
    margin: 0px -1.665%;
  }
  .about-culture > div .culture-list > ul > li {
    float: left;
    width: 30%;
    height: 26vw;
    min-height: 300px;
    background: #ffffff;
    padding: 10px 10px 0 10px;
    margin: 0px 1.665%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .about-culture > div .culture-list > ul > li .img-box {
    width: 100%;
    height: 160px;
  }
  .about-culture > div .culture-list > ul > li .text-box {
    padding-top: 10px;
  }
  .about-culture > div .culture-list > ul > li .text-box h6 {
    font-size: 16px;
    font-weight: bold;
  }
  .about-culture > div .culture-list > ul > li .text-box hr {
    width: 30px;
    margin: 10px auto 20px auto;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul {
    margin: 0 -5%;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul > li {
    padding: 0 5%;
    display: inline-block;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul > li .iconfont {
    color: #00b4d4;
    font-size: 26px;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul > li p {
    color: #999999;
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .about-culture {
    background: #f8f8f8;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-culture > div {
    width: 100%;
    margin: 0 auto;
  }
  .about-culture > div .culture-list {
    text-align: center;
  }
  .about-culture > div .culture-list > ul {
    margin: 0px -1.665%;
  }
  .about-culture > div .culture-list > ul > li {
    float: left;
    width: 30%;
    height: 26vw;
    min-height: 300px;
    background: #ffffff;
    padding: 10px 10px 0 10px;
    margin: 0px 1.665%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .about-culture > div .culture-list > ul > li .img-box {
    width: 100%;
    height: 20vw;
    min-height: 150px;
  }
  .about-culture > div .culture-list > ul > li .text-box {
    padding-top: 10px;
  }
  .about-culture > div .culture-list > ul > li .text-box h6 {
    font-size: 16px;
    font-weight: bold;
  }
  .about-culture > div .culture-list > ul > li .text-box hr {
    width: 30px;
    margin: 10px auto 20px auto;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul {
    margin: 0 -5%;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul > li {
    padding: 0 5%;
    display: inline-block;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul > li .iconfont {
    color: #00b4d4;
    font-size: 26px;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul > li p {
    color: #999999;
    padding-top: 5px;
  }
}
@media screen and (max-width: 568px) {
  .about-culture {
    background: #f8f8f8;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-culture > div {
    width: 100%;
    margin: 0 auto;
  }
  .about-culture > div .culture-list {
    text-align: center;
  }
  .about-culture > div .culture-list > ul {
    margin: -15px 0;
  }
  .about-culture > div .culture-list > ul > li {
    float: left;
    width: 100%;
    height: 68vw;
    min-height: 300px;
    background: #ffffff;
    padding: 10px 10px 0 10px;
    margin: 15px 0;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .about-culture > div .culture-list > ul > li .img-box {
    width: 100%;
    height: 40vw;
    min-height: 0px;
  }
  .about-culture > div .culture-list > ul > li .text-box {
    padding-top: 20px;
  }
  .about-culture > div .culture-list > ul > li .text-box h6 {
    font-size: 14px;
    font-weight: bold;
  }
  .about-culture > div .culture-list > ul > li .text-box hr {
    width: 30px;
    margin: 10px auto 20px auto;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul {
    margin: 0 -5%;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul > li {
    padding: 0 5%;
    display: inline-block;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul > li .iconfont {
    color: #00b4d4;
    font-size: 28px;
  }
  .about-culture > div .culture-list > ul > li .text-box > ul > li p {
    font-size: 12px;
    color: #999999;
    padding-top: 5px;
  }
}
.about-honor {
  padding-bottom: 60px;
}
.about-honor > div {
  width: 1170px;
  margin: 0 auto;
}
.about-honor > div .honor-list ul {
  margin: 0 -15px;
}
.about-honor > div .honor-list ul li {
  float: left;
  text-align: center;
  width: 270px;
  height: 250px;
  padding: 20px 20px 0 20px;
  margin: 0 15px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.about-honor > div .honor-list ul li .img-box {
  width: 100%;
  height: 174px;
}
.about-honor > div .honor-list ul li .text-box {
  font-size: 16px;
  padding-top: 15px;
}
@media screen and (max-width: 1200px) {
  .about-honor {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-honor > div {
    width: 100%;
    margin: 0 auto;
  }
  .about-honor > div .honor-list ul {
    margin: -15px -1%;
  }
  .about-honor > div .honor-list ul li {
    float: left;
    text-align: center;
    width: 23%;
    height: 20vw;
    padding: 20px 20px 0 20px;
    margin: 15px 1%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .about-honor > div .honor-list ul li .img-box {
    width: 100%;
    height: 14vw;
  }
  .about-honor > div .honor-list ul li .text-box {
    font-size: 16px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about-honor {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-honor > div {
    width: 100%;
    margin: 0 auto;
  }
  .about-honor > div .honor-list ul {
    margin: -15px -1%;
  }
  .about-honor > div .honor-list ul li {
    float: left;
    text-align: center;
    width: 23%;
    height: 21vw;
    padding: 10px 10px 0 10px;
    margin: 15px 1%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .about-honor > div .honor-list ul li .img-box {
    width: 100%;
    height: 15vw;
  }
  .about-honor > div .honor-list ul li .text-box {
    font-size: 16px;
    padding-top: 10px;
    font-size: 12px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 568px) {
  .about-honor {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-honor > div {
    width: 100%;
    margin: 0 auto;
  }
  .about-honor > div .honor-list ul {
    margin: -1% -1%;
  }
  .about-honor > div .honor-list ul li {
    float: left;
    text-align: center;
    width: 48%;
    height: 45vw;
    min-height: 144px;
    padding: 10px 10px 0 10px;
    margin: 1% 1%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .about-honor > div .honor-list ul li .img-box {
    width: 100%;
    height: 30vw;
  }
  .about-honor > div .honor-list ul li .text-box {
    font-size: 16px;
    padding-top: 10px;
    font-size: 12px;
    font-size: 0.8em;
  }
}
.recruit-page > div {
  width: 1170px;
  margin: 0 auto;
}
.recruit-page > div .recruit-content ul li {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 60px;
}
.recruit-page > div .recruit-content ul li:last-child {
  padding-top: 60px;
  border-bottom: none;
}
.recruit-page > div .recruit-content ul li .title-box h6 {
  font-size: 18px;
  font-weight: bold;
}
.recruit-page > div .recruit-content ul li .title-box p {
  display: inline-block;
  padding-right: 60px;
  padding-top: 20px;
}
.recruit-page > div .recruit-content ul li dl {
  padding-top: 20px;
}
.recruit-page > div .recruit-content ul li dl dd {
  color: #999999;
  line-height: 30px;
  padding-top: 16px;
}
@media screen and (max-width: 1200px) {
  .recruit-page {
    padding: 0 10px;
  }
  .recruit-page > div {
    width: 100%;
    margin: 0 auto;
  }
  .recruit-page > div .recruit-content ul li {
    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 30px;
  }
  .recruit-page > div .recruit-content ul li:last-child {
    padding-top: 30px;
    border-bottom: none;
  }
  .recruit-page > div .recruit-content ul li .title-box h6 {
    font-size: 18px;
    font-weight: bold;
  }
  .recruit-page > div .recruit-content ul li .title-box p {
    display: inline-block;
    padding-right: 60px;
    padding-top: 20px;
  }
  .recruit-page > div .recruit-content ul li dl {
    padding-top: 20px;
  }
  .recruit-page > div .recruit-content ul li dl dd {
    color: #999999;
    line-height: 30px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 568px) {
  .recruit-page {
    padding: 0 10px;
  }
  .recruit-page > div {
    width: 100%;
    margin: 0 auto;
  }
  .recruit-page > div .recruit-content ul li {
    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 30px;
  }
  .recruit-page > div .recruit-content ul li:last-child {
    padding-top: 30px;
    border-bottom: none;
  }
  .recruit-page > div .recruit-content ul li .title-box h6 {
    font-size: 14px;
    font-weight: bold;
  }
  .recruit-page > div .recruit-content ul li .title-box p {
    display: inline-block;
    padding-right: 60px;
    padding-top: 20px;
    font-size: 12px;
  }
  .recruit-page > div .recruit-content ul li dl {
    padding-top: 20px;
  }
  .recruit-page > div .recruit-content ul li dl dt {
    font-size: 12px;
  }
  .recruit-page > div .recruit-content ul li dl dd {
    color: #999999;
    line-height: 30px;
    padding-top: 16px;
    font-size: 12px;
    font-size: 0.8em;
  }
}
.responsibility {
  background: #ffffff;
}
@media screen and (max-width: 1900px) {
  #strategy {
    overflow-x: scroll;
    width: 1920px;
  }
}
@media screen and (max-width: 1024px) {
  #strategy {
    overflow-x: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #strategy {
    overflow-x: hidden;
    width: 100%;
  }
}
.strategy-box {
  padding-bottom: 60px;
}
.strategy-box > div {
  width: 1170px;
  margin: 0 auto;
}
.strategy-box > div .strategy-list ul {
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.strategy-box > div .strategy-list ul li {
  float: left;
  height: 170px;
  width: 33.33%;
  text-align: center;
  padding-top: 45px;
}
.strategy-box > div .strategy-list ul li > div {
  display: inline-block;
}
.strategy-box > div .strategy-list ul li > div .icon {
  float: left;
}
.strategy-box > div .strategy-list ul li > div .icon .iconfont {
  font-size: 30px;
  color: #00b4d4;
}
.strategy-box > div .strategy-list ul li > div .text {
  float: left;
  text-align: left;
  padding-left: 20px;
  padding-top: 8px;
}
.strategy-box > div .strategy-list ul li > div .text h6 {
  font-size: 16px;
  padding-bottom: 16px;
}
.strategy-box > div .strategy-list ul li > div .text p {
  font-size: 24px;
  color: #dbdbdb;
  padding-top: 10px;
  border-top: solid 1px #dbdbdb;
}
@media screen and (max-width: 1200px) {
  .strategy-box {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .strategy-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .strategy-box > div .strategy-list ul {
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .strategy-box > div .strategy-list ul li {
    float: left;
    height: 170px;
    width: 33.33%;
    text-align: center;
    padding-top: 45px;
  }
  .strategy-box > div .strategy-list ul li > div {
    display: inline-block;
  }
  .strategy-box > div .strategy-list ul li > div .icon {
    float: left;
  }
  .strategy-box > div .strategy-list ul li > div .icon .iconfont {
    font-size: 30px;
    color: #00b4d4;
  }
  .strategy-box > div .strategy-list ul li > div .text {
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 8px;
  }
  .strategy-box > div .strategy-list ul li > div .text h6 {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .strategy-box > div .strategy-list ul li > div .text p {
    font-size: 24px;
    color: #dbdbdb;
    padding-top: 10px;
    border-top: solid 1px #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .strategy-box {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .strategy-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .strategy-box > div .strategy-list ul {
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .strategy-box > div .strategy-list ul li {
    float: left;
    height: 170px;
    width: 33.33%;
    text-align: center;
    padding-top: 45px;
  }
  .strategy-box > div .strategy-list ul li > div {
    display: inline-block;
  }
  .strategy-box > div .strategy-list ul li > div .icon {
    float: left;
  }
  .strategy-box > div .strategy-list ul li > div .icon .iconfont {
    font-size: 30px;
    color: #00b4d4;
  }
  .strategy-box > div .strategy-list ul li > div .text {
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 8px;
  }
  .strategy-box > div .strategy-list ul li > div .text h6 {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .strategy-box > div .strategy-list ul li > div .text p {
    font-size: 18px;
    color: #dbdbdb;
    padding-top: 10px;
    border-top: solid 1px #dbdbdb;
  }
}
@media screen and (max-width: 568px) {
  .strategy-box {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .strategy-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .strategy-box > div .strategy-list ul {
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .strategy-box > div .strategy-list ul li {
    float: left;
    height: 140px;
    width: 33.33%;
    text-align: center;
    padding-top: 20px;
  }
  .strategy-box > div .strategy-list ul li > div {
    display: inline-block;
  }
  .strategy-box > div .strategy-list ul li > div .icon {
    float: none;
  }
  .strategy-box > div .strategy-list ul li > div .icon .iconfont {
    font-size: 26px;
    color: #00b4d4;
  }
  .strategy-box > div .strategy-list ul li > div .text {
    float: none;
    text-align: center;
    padding-left: 0px;
    padding-top: 8px;
  }
  .strategy-box > div .strategy-list ul li > div .text h6 {
    font-size: 12px;
    font-size: 0.8em;
    padding-bottom: 16px;
  }
  .strategy-box > div .strategy-list ul li > div .text p {
    font-size: 12px;
    color: #dbdbdb;
    padding-top: 10px;
    border-top: solid 1px #dbdbdb;
  }
}
.time-box {
  height: 570px;
  position: relative;
  background: url('../../images/main/time-bg.png') no-repeat 100%;
}
.time-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  top: 50%;
}
.time-box > div .time-list {
  text-align: center;
}
.time-box > div .time-list li {
  width: 300px;
  height: 155px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li:hover {
  background: #ffffff;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.time-box > div .time-list li:hover .text span {
  color: #00b4d4;
}
.time-box > div .time-list li:hover:nth-child(1) .breath {
  display: block;
}
.time-box > div .time-list li:hover:nth-child(1) .dot {
  background: #00b4d4;
}
.time-box > div .time-list li:hover:nth-child(2) .breath {
  display: block;
}
.time-box > div .time-list li:hover:nth-child(2) .dot {
  background: #00b4d4;
}
.time-box > div .time-list li:hover:nth-child(3) .breath {
  display: block;
}
.time-box > div .time-list li:hover:nth-child(3) .dot {
  background: #00b4d4;
}
.time-box > div .time-list li:hover:nth-child(4) .breath {
  display: block;
}
.time-box > div .time-list li:hover:nth-child(4) .dot {
  background: #00b4d4;
}
.time-box > div .time-list li:hover:nth-child(5) .breath {
  display: block;
}
.time-box > div .time-list li:hover:nth-child(5) .dot {
  background: #00b4d4;
}
.time-box > div .time-list li:hover:nth-child(6) .breath {
  display: block;
}
.time-box > div .time-list li:hover:nth-child(6) .dot {
  background: #00b4d4;
}
.time-box > div .time-list li:hover:nth-child(7) .breath {
  display: block;
}
.time-box > div .time-list li:hover:nth-child(7) .dot {
  background: #00b4d4;
}
.time-box > div .time-list li:hover:nth-child(8) .breath {
  display: block;
}
.time-box > div .time-list li:hover:nth-child(8) .dot {
  background: #00b4d4;
}
.time-box > div .time-list li:nth-child(1) {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.time-box > div .time-list li:nth-child(1):after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  background: #dbdbdb;
}
.time-box > div .time-list li:nth-child(1) .breath {
  display: none;
  width: 18px;
  height: 18px;
  background: #dbdbdb;
  position: absolute;
  top: -79px;
  left: 50%;
  margin-left: -9px;
}
.time-box > div .time-list li:nth-child(1) .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -4px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li:nth-child(2) {
  position: absolute;
  top: 61px;
  left: 270px;
}
.time-box > div .time-list li:nth-child(2):after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  background: #dbdbdb;
}
.time-box > div .time-list li:nth-child(2) .breath {
  display: none;
  width: 18px;
  height: 18px;
  background: #dbdbdb;
  position: absolute;
  bottom: -79px;
  left: 50%;
  margin-left: -9px;
}
.time-box > div .time-list li:nth-child(2) .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  position: absolute;
  bottom: -74px;
  left: 50%;
  margin-left: -4px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li:nth-child(3) {
  position: absolute;
  bottom: 60px;
  left: 480px;
}
.time-box > div .time-list li:nth-child(3):after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  background: #dbdbdb;
}
.time-box > div .time-list li:nth-child(3) .breath {
  display: none;
  width: 18px;
  height: 18px;
  background: #dbdbdb;
  position: absolute;
  top: -79px;
  left: 50%;
  margin-left: -9px;
}
.time-box > div .time-list li:nth-child(3) .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -4px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li:nth-child(4) {
  position: absolute;
  top: 61px;
  left: 690px;
}
.time-box > div .time-list li:nth-child(4):after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  background: #dbdbdb;
}
.time-box > div .time-list li:nth-child(4) .breath {
  display: none;
  width: 18px;
  height: 18px;
  background: #dbdbdb;
  position: absolute;
  bottom: -79px;
  left: 50%;
  margin-left: -9px;
}
.time-box > div .time-list li:nth-child(4) .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  position: absolute;
  bottom: -74px;
  left: 50%;
  margin-left: -4px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li:nth-child(5) {
  position: absolute;
  bottom: 60px;
  right: 705px;
}
.time-box > div .time-list li:nth-child(5):after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  background: #dbdbdb;
}
.time-box > div .time-list li:nth-child(5) .breath {
  display: none;
  width: 18px;
  height: 18px;
  background: #dbdbdb;
  position: absolute;
  top: -79px;
  left: 50%;
  margin-left: -9px;
}
.time-box > div .time-list li:nth-child(5) .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -4px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li:nth-child(6) {
  position: absolute;
  top: 61px;
  right: 490px;
}
.time-box > div .time-list li:nth-child(6):after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  background: #dbdbdb;
}
.time-box > div .time-list li:nth-child(6) .breath {
  display: none;
  width: 18px;
  height: 18px;
  background: #dbdbdb;
  position: absolute;
  bottom: -79px;
  left: 50%;
  margin-left: -9px;
}
.time-box > div .time-list li:nth-child(6) .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  position: absolute;
  bottom: -74px;
  left: 50%;
  margin-left: -4px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li:nth-child(7) {
  position: absolute;
  bottom: 60px;
  right: 285px;
}
.time-box > div .time-list li:nth-child(7):after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  background: #dbdbdb;
}
.time-box > div .time-list li:nth-child(7) .breath {
  display: none;
  width: 18px;
  height: 18px;
  background: #dbdbdb;
  position: absolute;
  top: -79px;
  left: 50%;
  margin-left: -9px;
}
.time-box > div .time-list li:nth-child(7) .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -4px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li:nth-child(8) {
  position: absolute;
  top: 61px;
  right: 70px;
}
.time-box > div .time-list li:nth-child(8):after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  background: #dbdbdb;
}
.time-box > div .time-list li:nth-child(8) .breath {
  display: none;
  width: 18px;
  height: 18px;
  background: #dbdbdb;
  position: absolute;
  bottom: -79px;
  left: 50%;
  margin-left: -9px;
}
.time-box > div .time-list li:nth-child(8) .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  position: absolute;
  bottom: -74px;
  left: 50%;
  margin-left: -4px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li .text {
  padding: 30px 20px 0 20px;
}
.time-box > div .time-list li .text span {
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.time-box > div .time-list li .text p {
  color: #999999;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .time-box {
    display: none;
    height: 570px;
    position: relative;
    background: url('../../images/maintime-bg.png') no-repeat 100%;
  }
  .time-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .time-box {
    display: none;
    height: 570px;
    position: relative;
    background: url('../../images/maintime-bg.png') no-repeat 100%;
  }
  .time-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
  }
}
.strategy-advantage {
  padding-bottom: 60px;
}
.strategy-advantage > div {
  width: 1170px;
  margin: 0 auto;
}
.strategy-advantage > div .strategy-advantage-list ul {
  margin-bottom: 60px;
}
.strategy-advantage > div .strategy-advantage-list ul li {
  width: 20%;
  height: 360px;
  float: left;
  text-align: center;
  position: relative;
}
.strategy-advantage > div .strategy-advantage-list ul li .title {
  padding-top: 10px;
}
.strategy-advantage > div .strategy-advantage-list ul li .title h6 {
  font-size: 16px;
}
.strategy-advantage > div .strategy-advantage-list ul li .title p {
  color: #999999;
  padding-top: 5px;
}
.strategy-advantage > div .strategy-advantage-list ul li:hover:after {
  opacity: 1;
}
.strategy-advantage > div .strategy-advantage-list ul li:hover .text-box {
  opacity: 1;
}
.strategy-advantage > div .strategy-advantage-list ul li:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.strategy-advantage > div .strategy-advantage-list ul li .img-box {
  width: 100%;
  height: 100%;
}
.strategy-advantage > div .strategy-advantage-list ul li .text-box {
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  padding: 0 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.strategy-advantage > div .strategy-advantage-list ul li .text-box .iconfont {
  color: #ffffff;
  font-size: 40px;
}
.strategy-advantage > div .strategy-advantage-list ul li .text-box p {
  color: #ffffff;
  padding-top: 30px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .strategy-advantage {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .strategy-advantage > div {
    width: 100%;
    margin: 0 auto;
  }
  .strategy-advantage > div .strategy-advantage-list ul {
    margin-bottom: 60px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li {
    width: 20%;
    height: 30vw;
    float: left;
    position: relative;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .title {
    padding-top: 10px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .title h6 {
    font-size: 16px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .title p {
    color: #999999;
    padding-top: 5px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li:hover:after {
    opacity: 1;
  }
  .strategy-advantage > div .strategy-advantage-list ul li:hover .text-box {
    opacity: 1;
  }
  .strategy-advantage > div .strategy-advantage-list ul li:after {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .img-box {
    width: 100%;
    height: 100%;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .text-box {
    opacity: 1;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    padding: 0 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .text-box .iconfont {
    color: #ffffff;
    font-size: 30px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .text-box p {
    color: #ffffff;
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .strategy-advantage {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .strategy-advantage > div {
    width: 100%;
    margin: 0 auto;
  }
  .strategy-advantage > div .strategy-advantage-list ul {
    margin-bottom: 80px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li {
    width: 20%;
    height: 30vw;
    float: left;
    position: relative;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .title {
    padding-top: 10px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .title h6 {
    font-size: 14px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .title p {
    color: #999999;
    padding-top: 5px;
    font-size: 12px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li:hover:after {
    opacity: 1;
  }
  .strategy-advantage > div .strategy-advantage-list ul li:hover .text-box {
    opacity: 1;
  }
  .strategy-advantage > div .strategy-advantage-list ul li:after {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .img-box {
    width: 100%;
    height: 100%;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .text-box {
    opacity: 1;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    padding: 0 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .text-box .iconfont {
    color: #ffffff;
    font-size: 30px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .text-box p {
    color: #ffffff;
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 568px) {
  .strategy-advantage {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .strategy-advantage > div {
    width: 100%;
    margin: 0 auto;
  }
  .strategy-advantage > div .strategy-advantage-list ul {
    margin-bottom: 0;
  }
  .strategy-advantage > div .strategy-advantage-list ul li {
    width: 50%;
    height: 70vw;
    float: left;
    position: relative;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .title {
    display: none;
    padding-top: 10px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .title h6 {
    font-size: 14px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .title p {
    color: #999999;
    padding-top: 5px;
    font-size: 12px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li:hover:after {
    opacity: 1;
  }
  .strategy-advantage > div .strategy-advantage-list ul li:hover .text-box {
    opacity: 1;
  }
  .strategy-advantage > div .strategy-advantage-list ul li:after {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .img-box {
    width: 100%;
    height: 100%;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .text-box {
    opacity: 1;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    padding: 0 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .text-box .iconfont {
    color: #ffffff;
    font-size: 30px;
  }
  .strategy-advantage > div .strategy-advantage-list ul li .text-box p {
    color: #ffffff;
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    font-size: 0.8em;
  }
}
.business-page {
  padding: 60px 0;
}
.business-page > div {
  width: 1170px;
  margin: 0 auto;
}
.business-page > div .title {
  float: left;
  width: 420px;
}
.business-page > div .title h6 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: solid 1px #dbdbdb;
}
.business-page > div .title p {
  color: #999999;
  line-height: 22px;
  padding-top: 20px;
}
.business-page > div .list {
  width: 630px;
  margin-left: 120px;
  float: left;
}
.business-page > div .list ul {
  margin: 0 -15px;
}
.business-page > div .list ul li {
  width: 135px;
  height: 135px;
  float: left;
  text-align: center;
  padding-top: 30px;
  margin: 0 15px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.business-page > div .list ul li .iconfont {
  font-size: 40px;
  color: #00b4d4;
}
.business-page > div .list ul li p {
  padding-top: 10px;
  color: #999999;
}
@media screen and (max-width: 1200px) {
  .business-page {
    padding: 30px 10px;
  }
  .business-page > div {
    width: 100%;
    margin: 0 auto;
  }
  .business-page > div .title {
    float: left;
    width: 42%;
  }
  .business-page > div .title h6 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: solid 1px #dbdbdb;
  }
  .business-page > div .title p {
    color: #999999;
    line-height: 22px;
    padding-top: 20px;
  }
  .business-page > div .list {
    width: 50%;
    margin-left: 8%;
    float: left;
  }
  .business-page > div .list ul {
    margin: 0 -1%;
  }
  .business-page > div .list ul li {
    width: 23%;
    height: 12vw;
    float: left;
    text-align: center;
    padding-top: 5%;
    margin: 0 1%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .business-page > div .list ul li .iconfont {
    font-size: 40px;
    color: #00b4d4;
  }
  .business-page > div .list ul li p {
    padding-top: 10px;
    color: #999999;
  }
}
@media screen and (max-width: 992px) {
  .business-page {
    padding: 30px 10px;
  }
  .business-page > div {
    width: 100%;
    margin: 0 auto;
  }
  .business-page > div .title {
    float: none;
    width: 100%;
  }
  .business-page > div .title h6 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: solid 1px #dbdbdb;
  }
  .business-page > div .title p {
    color: #999999;
    line-height: 22px;
    padding-top: 20px;
  }
  .business-page > div .list {
    width: 100%;
    margin-left: 0%;
    float: left;
  }
  .business-page > div .list ul {
    margin: 0 -1%;
  }
  .business-page > div .list ul li {
    width: 23%;
    height: 18vw;
    float: left;
    text-align: center;
    padding-top: 3%;
    margin: 15px 1%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .business-page > div .list ul li .iconfont {
    font-size: 40px;
    color: #00b4d4;
  }
  .business-page > div .list ul li p {
    padding-top: 10px;
    color: #999999;
  }
}
@media screen and (max-width: 768px) {
  .business-page {
    padding: 30px 10px;
  }
  .business-page > div {
    width: 100%;
    margin: 0 auto;
  }
  .business-page > div .title {
    float: none;
    width: 100%;
  }
  .business-page > div .title h6 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: solid 1px #dbdbdb;
  }
  .business-page > div .title p {
    color: #999999;
    line-height: 22px;
    padding-top: 20px;
  }
  .business-page > div .list {
    width: 100%;
    margin-left: 0%;
    float: left;
    padding-top: 30px;
  }
  .business-page > div .list ul {
    margin: -1%;
  }
  .business-page > div .list ul li {
    width: 48%;
    height: 20vw;
    float: left;
    text-align: center;
    padding-top: 3vw;
    margin: 1%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .business-page > div .list ul li .iconfont {
    font-size: 60px;
    color: #00b4d4;
  }
  .business-page > div .list ul li p {
    padding-top: 10px;
    color: #999999;
  }
}
@media screen and (max-width: 568px) {
  .business-page {
    padding: 30px 10px;
  }
  .business-page > div {
    width: 100%;
    margin: 0 auto;
  }
  .business-page > div .title {
    float: none;
    width: 100%;
  }
  .business-page > div .title h6 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: solid 1px #dbdbdb;
  }
  .business-page > div .title p {
    color: #999999;
    line-height: 22px;
    padding-top: 20px;
    font-size: 12px;
  }
  .business-page > div .list {
    width: 100%;
    margin-left: 0%;
    float: left;
  }
  .business-page > div .list ul {
    margin: 0 -1%;
  }
  .business-page > div .list ul li {
    width: 48%;
    height: 30vw;
    float: left;
    text-align: center;
    padding-top: 6vw;
    margin: 5px 1%;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .business-page > div .list ul li .iconfont {
    font-size: 30px;
    color: #00b4d4;
  }
  .business-page > div .list ul li p {
    padding-top: 10px;
    color: #999999;
    font-size: 12px;
  }
}
.business-list1 ul li {
  height: 400px;
  position: relative;
}
.business-list1 ul li:nth-child(2) .text-box {
  float: right;
}
.business-list1 ul li:nth-child(2) .text-box i {
  color: #3cae34;
  position: absolute;
  left: auto;
  right: -11.5%;
}
.business-list1 ul li:nth-child(2) .text-box > div {
  padding-left: 660px;
}
.business-list1 ul li:nth-child(2) .text-box > div .iconfont {
  color: #3cae34;
}
.business-list1 ul li:nth-child(2) .img-box {
  float: left;
}
.business-list1 ul li:nth-child(3) .text-box i {
  color: #b9ab77;
  left: -17%;
}
.business-list1 ul li:nth-child(3) .text-box > div .iconfont {
  color: #b9ab77;
}
.business-list1 ul li .text-box {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 100px;
  background: #f8f8f8;
}
.business-list1 ul li .text-box i {
  display: block;
  position: absolute;
  top: 28%;
  left: -12%;
  font-size: 120px;
  color: #00b4d4;
  font-family: 'neosans';
  opacity: 0.2;
  text-transform: uppercase;
}
.business-list1 ul li .text-box > div {
  width: 1170px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.business-list1 ul li .text-box > div .iconfont {
  color: #00b4d4;
  font-size: 30px;
}
.business-list1 ul li .text-box > div h6 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.business-list1 ul li .text-box > div p {
  width: 460px;
  padding-top: 20px;
  line-height: 22px;
  color: #999999;
}
.business-list1 ul li .img-box {
  float: left;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .business-list1 {
    padding: 0 10px;
  }
  .business-list1 ul li {
    height: 30vw;
    position: relative;
  }
  .business-list1 ul li:nth-child(2) .text-box {
    float: none;
  }
  .business-list1 ul li:nth-child(2) .text-box i {
    color: #3cae34;
    position: absolute;
    left: 0;
  }
  .business-list1 ul li:nth-child(2) .text-box > div {
    margin-left: 10px;
    padding-left: 0px;
  }
  .business-list1 ul li:nth-child(2) .text-box > div .iconfont {
    color: #3cae34;
  }
  .business-list1 ul li:nth-child(2) .img-box {
    float: none;
  }
  .business-list1 ul li:nth-child(3) .text-box i {
    color: #b9ab77;
  }
  .business-list1 ul li:nth-child(3) .text-box > div .iconfont {
    color: #b9ab77;
  }
  .business-list1 ul li .text-box {
    float: none;
    width: 100%;
    height: 100%;
    padding-top: 5vw;
    background: #f8f8f8;
  }
  .business-list1 ul li .text-box i {
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    font-size: 120px;
    color: #00b4d4;
    font-family: 'neosans';
    opacity: 0.2;
  }
  .business-list1 ul li .text-box > div {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .business-list1 ul li .text-box > div .iconfont {
    color: #00b4d4;
    font-size: 30px;
  }
  .business-list1 ul li .text-box > div h6 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .business-list1 ul li .text-box > div p {
    width: 100%;
    padding-top: 20px;
    line-height: 22px;
    color: #999999;
  }
  .business-list1 ul li .img-box {
    display: none;
    float: left;
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .business-list1 {
    padding: 0 10px;
  }
  .business-list1 ul li {
    height: 30vw;
    position: relative;
  }
  .business-list1 ul li:nth-child(2) .text-box {
    float: none;
  }
  .business-list1 ul li:nth-child(2) .text-box i {
    color: #3cae34;
    position: absolute;
    left: 0;
  }
  .business-list1 ul li:nth-child(2) .text-box > div {
    margin-left: 10px;
    padding-left: 0px;
  }
  .business-list1 ul li:nth-child(2) .text-box > div .iconfont {
    color: #3cae34;
  }
  .business-list1 ul li:nth-child(2) .img-box {
    float: none;
  }
  .business-list1 ul li:nth-child(3) .text-box i {
    color: #b9ab77;
    left: 0;
  }
  .business-list1 ul li:nth-child(3) .text-box > div .iconfont {
    color: #b9ab77;
  }
  .business-list1 ul li .text-box {
    float: none;
    width: 100%;
    height: 100%;
    padding-top: 5vw;
    background: #f8f8f8;
  }
  .business-list1 ul li .text-box i {
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    font-size: 120px;
    color: #00b4d4;
    font-family: 'neosans';
    opacity: 0.2;
  }
  .business-list1 ul li .text-box > div {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .business-list1 ul li .text-box > div .iconfont {
    color: #00b4d4;
    font-size: 30px;
  }
  .business-list1 ul li .text-box > div h6 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .business-list1 ul li .text-box > div p {
    width: 100%;
    padding-top: 20px;
    line-height: 22px;
    color: #999999;
  }
  .business-list1 ul li .img-box {
    display: none;
    float: left;
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 568px) {
  .business-list1 {
    padding: 0 10px;
  }
  .business-list1 ul li {
    height: 80vw;
    position: relative;
  }
  .business-list1 ul li:nth-child(2) .text-box {
    float: none;
  }
  .business-list1 ul li:nth-child(2) .text-box i {
    color: #3cae34;
    position: absolute;
    left: 0;
  }
  .business-list1 ul li:nth-child(2) .text-box > div {
    margin-left: 10px;
    padding-left: 0px;
  }
  .business-list1 ul li:nth-child(2) .text-box > div .iconfont {
    color: #3cae34;
  }
  .business-list1 ul li:nth-child(2) .img-box {
    float: none;
  }
  .business-list1 ul li:nth-child(3) .text-box i {
    color: #b9ab77;
  }
  .business-list1 ul li:nth-child(3) .text-box > div .iconfont {
    color: #b9ab77;
  }
  .business-list1 ul li .text-box {
    float: none;
    width: 100%;
    height: 100%;
    padding-top: 5vw;
    background: #f8f8f8;
  }
  .business-list1 ul li .text-box i {
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    font-size: 100px;
    color: #00b4d4;
    font-family: 'neosans';
    opacity: 0.2;
  }
  .business-list1 ul li .text-box > div {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .business-list1 ul li .text-box > div .iconfont {
    color: #00b4d4;
    font-size: 30px;
  }
  .business-list1 ul li .text-box > div h6 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .business-list1 ul li .text-box > div p {
    width: 100%;
    padding-top: 10px;
    line-height: 22px;
    color: #999999;
    font-size: 12px;
    font-size: 0.8em;
  }
  .business-list1 ul li .img-box {
    display: none;
    float: left;
    width: 50%;
    height: 100%;
  }
}
.brand-box {
  padding: 60px 0;
}
.brand-box > div {
  width: 1170px;
  margin: 0 auto;
}
.brand-box > div ul {
  margin: -15px;
}
.brand-box > div ul li {
  float: left;
  margin: 15px;
}
.brand-box > div ul li .jqthumb {
  width: 270px;
  height: 160px;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1200px) {
  .brand-box {
    padding: 30px 0;
  }
  .brand-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .brand-box > div ul {
    margin: 0;
  }
  .brand-box > div ul li {
    float: left;
    width: 23%;
    margin: 1%;
  }
  .brand-box > div ul li .jqthumb {
    width: 100%;
    height: 130px;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 768px) {
  .brand-box {
    padding: 30px 10px;
  }
  .brand-box > div {
    width: 100%;
    margin: 0 auto;
  }
  .brand-box > div ul {
    margin: 0 -1%;
  }
  .brand-box > div ul li {
    float: left;
    width: 48%;
    margin: 1%;
  }
  .brand-box > div ul li .jqthumb {
    width: 100%;
    height: 20vw;
    -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  }
}






/* tuoz */


/*neiye*/
.nymain{ font-size: 12px; }
.nymain img{ max-width: 100%; }
.nymain a{ color: #444; } 
.content{ max-width: 1200px; margin: 0 auto; padding: 0 10px; box-sizing: border-box; }
.clean{ width: 100%; clear: both; }
.nybanner{ height: 350px; background-size: auto 100% !important; }

.nymain{ padding: 0 10px 20px; }
.nyleft{ }
.nyright{ }

.nyleft .lmtit{ display: none; height: 55px; line-height: 55px; background: #00b4d4; font-size: 18px; font-weight: bold; text-align: center; color: #fff; }
.nyleft .lmtit i{ display: none; }
.nyleft ul li{ display: block; float: left; margin: 5px 10px 5px 0; background: #f1f1f1; padding: 0 20px; height: 35px; line-height: 35px; font-size: 14px; color: #666; }
.nyleft ul li:hover,.nyleft ul li.on{ background: #00b4d4; color: #fff; }
.nyleft .erji{ display: none; background: #fff; }
.nyleft .erji a{ display: block; padding-left: 36%; height: 35px; line-height: 35px; font-size: 14px; color: #666; }
.nyleft .erji a:hover{ color: #00b4d4; }
.nyleft .erji a.on{ color: #00b4d4; }
.nyleft .nycon1{ margin-top:20px; display: none;}
.nyleft .nycon1 .lmtit{ text-align: center; height:50px; line-height:50px; position:relative; padding-left:17px; font-size:18px; font-weight:bold; background:#00b4d4; color:#fff;}
.nyleft .nycon1 .lmtit .kuai{ position:absolute; width:2px; height:24px; background:#00b4d4; left:0; top:13px;}
.nyleft .nycon1 .lmtit .xian{ width:70px; height:1px; position:absolute; background:#00b4d4; left:0; bottom:0;}
.nyleft .nycon1 .lmtit span{ font-size:12px; color:#999; font-weight:lighter; padding-left:20px;}
.nyleft .nycon1 .nr{ padding:20px 0; font-size:14px; line-height:28px;}
.nyleft .nycon1 .nr .pic{ border:1px solid #dfdfdf; padding:2px; margin-bottom:10px;}
.nyleft .nycon1 .nr .pic img{ width: 100%; height: auto; }

.weizhi{ line-height: 25px; padding: 15px 0; font-size: 14px; color: #777; border-bottom: 1px solid #dfdfdf; margin-bottom: 15px; }
.weizhi a{ color: #777; }
.weizhi a:hover{ color: #00b4d4; }
.weizhi span{ color: #00b4d4; font-weight: bold; }

.nyabout{ font-size: 15px; line-height: 30px; color: #666; padding: 20px 0 0; }

.met_pager{text-align:center;}
.met_pager a{border:1px solid #e2dfdf;text-align:center;border-radius:5px;height:38px;line-height:38px;min-width:38px;_width:38px;text-align:center;display:inline-block;margin:0 3px;background: #f0f0f0; font-size: 12px; color: #666; }
.met_pager a:hover{border:1px solid #00b4d4;color:#fff;background:#00b4d4;}
.met_pager .PreSpan,.met_pager .NextSpan{height:40px;line-height:40px;min-width:60px;_width:60px;border-radius:5px;text-align:center;background:#fff;color:#666;display:inline-block;border:1px solid #e2dfdf;}
.met_pager .PreA,.met_pager .NextA{height:38px;line-height:38px;min-width:58px;_width:58px;color:#666}
.met_pager .PreSpan,.met_pager .PreA{}
.met_pager .NextSpan,.met_pager .NextA{}
.met_pager .firstPage,.met_pager .lastPage{font-weight:bold;height:38px;line-height:38px;min-width:40px;_width:40px;color:#aaa}
.met_pager .Ahover{font-weight:bold;border:1px solid #00b4d4;color:#fff;background:#00b4d4;}
.met_pager .PageText{margin-left:10px;color:#aaa}
.met_pager #metPageT,#metPageB{text-align:center;border:1px solid #e2dfdf;color:#474747;background:#fff;}
.met_pager #metPageT{width:20px;padding:11px 5px 10px}
.met_pager #metPageB{min-width:40px;_width:40px;padding:9px 0;cursor:pointer;}

.nynews{ padding: 20px 0; }
.nynews ul li{ display: block; padding-right: 100px; padding-left: 10px; position: relative; height: 35px; line-height: 35px; font-size: 14px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px dashed #dfdfdf; }
.nynews ul li i{ color: #999; margin-right: 10px; }
.nynews ul li .date{ width: 100%; text-align: right; position: absolute; right: 10px; top: 0; color: #666; }
.nynews ul li:hover{ background: #f1f1f1; }

.met_module2{padding:10px 20px 0 20px;border: 1px solid #dfdfdf; margin-top: 20px; background: #f8f8f8;}
.met_module2_list{padding:0px 0px 10px;margin-top:-15px;}
.met_module2_list li{list-style:none;border-bottom:1px solid #dfdfdf;padding:15px 100px 15px 10px;position:relative}
.met_module2_list h2{font-weight:normal}
.met_module2_list li p{color:#818181}
.met_module2_list li span.time{color:#818181;position:absolute;right:10px;top:15px}
.met_module2_list li h2 i{margin-right:10px;position:relative}
.met_module2_list li.list_2 h2,.met_module2_list li.list_3 h2{margin-bottom:3px;font-weight:bold}
.met_module2_list li.list_2{padding:15px 0}
.met_module2_list li.list_3{padding-left:100px;min-height:80px}
.met_module2_list li.list_3 img{position:absolute;left:0;top:15px}
.met_module2_list li.list_3 span.time{position:static}
.met_module2 h1.met_title{font-size:20px; line-height: 25px; font-weight:normal;padding:5px 0;margin-bottom:10px;text-align: center;}
.met_module2 .met_infos{color:#818181;font-size:12px;margin-bottom:0;padding-bottom:15px;border-bottom:1px solid #e8e8e8;    text-align: center;}
.met_module2 .met_time{padding-right:6px}
.met_module2 .met_source{padding-right:6px}
.met_module2 .met_source a{color:#607fa6}
.met_module2 .met_editor{padding:0 10px}
.met_tools{border-top:1px solid #dfdfdf;margin-top:30px;position:relative;padding:10px 10px 0;height:50px;line-height:50px}
.met_tools .met_page{clear:both;position:absolute;right:5px;top:0;color:#818181}
.met_tools .met_page li{ display:inline; list-style:none; margin-left:30px;}
.met_tools .met_page li span{ padding-right:5px;}
.met_tools .met_page a{color:#607fa6}

.nycase{ width: calc(100% + 20px); width: -webkit-calc(100% + 20px); width: -moz-calc(100% + 20px); padding-top: 15px; }
.nycase ul li{ display: block; width: calc(33.333333% - 20px); width: -webkit-calc(33.333333% - 20px); width: -moz-calc(33.333333% - 20px); background: #f5f5f5; border: 1px solid #dfdfdf; margin: 0 20px 20px 0; box-sizing: border-box; float: left; transition: all .5s; }
.nycase ul li .pic{ padding: 0 0 6px; }
.nycase ul li .tit{ height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; text-align: center; margin-bottom: 10px; padding: 0 8px; }
.nycase ul li:hover{ box-shadow: 0 0 20px rgba(0,0,0,.1); }

.nyteam ul li{  width: calc(25% - 20px); width: -webkit-calc(25% - 20px); width: -moz-calc(25% - 20px); }

.nynews2{ padding: 15px 0 0 0; border-top: 1px solid #000; margin-top: 15px; }
.nynews2 ul li{ display: block; min-height: 145px; padding: 0 0 20px 0; position: relative; border-bottom: 1px solid #000; margin-bottom: 20px; }
.nynews2 ul li .pic{ display: none; width: 215px; position: absolute; left: 0; top: 0; height: 145px; overflow: hidden; }
.nynews2 ul li img{ width: 100%; height: auto; transition: all .5s; }
.nynews2 ul li .tit{ height: 35px; line-height: 35px; font-weight: bold; color: #333; font-size: 16px; padding-right: 0; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nynews2 ul li .date{ display: none; width: 100px; text-align: right; position: absolute; right: 0; top: 0; }
.nynews2 ul li .jj{ line-height: 30px; height: 60px; overflow: hidden; color: #666; margin-bottom: 10px; font-size: 14px; }
.nynews2 ul li .more{ width: 200px; height: 40px; line-height: 37px; border: 2px solid #000; text-align: center; font-size: 14px; font-weight: 100;  }
.nynews2 ul li:hover .more{ background: #00b4d4; border: 2px solid #00b4d4; color: #fff; }

.nypic{ padding-top: 20px; }
.nypic .bpic{ position: relative; }
.nypic .bpic img{ width: 100%; height: auto; }
.nypic .bpic .an-left{ opacity: .7; cursor: pointer; position: absolute; z-index: 99; width: 40px; height: 50px; line-height: 50px; text-align: center; background: rgba(0,0,0,.7); color: #fff; font-size: 25px; left: 0; top: 50%; margin-top: -25px; }
.nypic .bpic .an-right{ opacity: .7; cursor: pointer; position: absolute; z-index: 99; width: 40px; height: 50px; line-height: 50px; text-align: center; background: rgba(0,0,0,.7); color: #fff; font-size: 25px; right: 0; top: 50%; margin-top: -25px; }
.nypic .bpic .an-left:hover,.nypic .bpic .an-right:hover{ opacity: 1; }
.nypic .spic{ padding: 20px 50px; position: relative; background: #00b4d4; }
.spicnr{ overflow: hidden; }
.spicnr .swiper-slide .pic{ padding: 0 5px; cursor: pointer; }
.spicnr .swiper-slide .pic img{ border: 2px solid #00b4d4; opacity: .6; }
.spicnr .swiper-slide .pic.on img{ border: 2px solid #fff; opacity: 1; }
.nypic .spic .spic-left,.nypic .spic .spic-right{ transition: all .5s; opacity: .7; position: absolute; cursor: pointer; width: 30px; height: 30px; line-height: 30px; font-size: 25px; text-align: center; color: #fff; }
.nypic .spic .spic-left{ left: 10px; top: 50%; margin-top: -15px; }
.nypic .spic .spic-right{ right: 10px; top: 50%; margin-top: -15px; }
.nypic .spic .spic-left:hover,.nypic .spic .spic-right:hover{ opacity: 1; }
.nypic .nr{ padding: 20px; background: #f1f1f1; }
.nypic .nr .tit{ padding-bottom: 20px; line-height: 20px; font-size: 18px; color: #333; border-bottom: 1px solid #dfdfdf; }
.nypic .nr .wz{ padding-top: 20px; line-height: 30px; font-size: 14px; color: #666; }

.tjwtBox{padding:22px; width:648px; background-color:#fff; font-family:微软雅黑; font-size: 14px; margin: 0 auto;}
.tjwtBox h4{padding-bottom:14px; margin-bottom:22px; font-size:14px; color:#676364; border-bottom:1px solid #e8e8e8; font-weight:normal;}
.tjwtBox .m_form{}
.tjwtBox .m_form li{margin-bottom:13px; color:#777;height:38px;}
.tjwtBox .m_form label{display:inline-block; float:left; line-height:36px; height:36px; width:110px; border:1px solid #dedede; border-right-width:0; text-align:center; background:#fff;}
.tjwtBox .m_form .iptTxt{float:left; width:252px; border:1px solid #dedede; height:36px; line-height:16px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.tjwtBox .m_form .btnTjly{width:93px; height:31px; background:#9d2737; border:none; cursor:pointer; color:#fff;}
.tjwtBox .m_form li.yzm .iptTxt{float:left; width:180px;}
.tjwtBox .m_form .areLi label{height:132px;}
.tjwtBox .m_form .txtAre{float:left; width:343px; height:104px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px;}
.tjwtBox .m_form .btnSubmit , .tjwtBox .m_form .btnReset{width:161px; text-align:center; height:36px; line-height:36px; color:#fff; border:none; background-color:#b3b3b3; cursor:pointer;}
.tjwtBox .m_form .btnSubmit{margin-right:10px; background-color:#00b4d4;cursor:pointer;}
.tjwtBox .m_form .areLi{height:138px;}
@media only screen and (max-width : 850px) {
.tjwtBox{ width: 300px; padding: 0; margin: 0 auto; }
.tjwtBox .m_form .iptTxt{ width: 217px; }
.tjwtBox .m_form .txtAre{ width: 189px; }
.tjwtBox .m_form .btnSubmit, .tjwtBox .m_form .btnReset{ width: 141px; }
.tjwtBox1{ width: 300px; padding: 0; margin: 0 auto; }
.tjwtBox1 .m_form .txtAre{ width: 100%; box-sizing: border-box; }
.tjwtBox1 .m_form .btnSubmit, .tjwtBox1 .m_form .btnReset{ width: 141px; }
.tjwtBox .m_form label{ width: 82px; font-size: 12px; }
}

.tjwtBox1{padding:22px; max-width:370px; background-color:#fff; font-family:微软雅黑; font-size: 14px;}.tjwtBox1 .m_form{}
.tjwtBox1 .m_form li{margin-bottom:13px; color:#777;height:38px;}
.tjwtBox1 .m_form label{display:inline-block; float:left; line-height:36px; height:36px; width:77px; border:1px solid #dedede; border-right-width:0; text-align:center; background:#fff;}
.tjwtBox1 .m_form .iptTxt{ color: #666; float:left; width:252px; border:1px solid #dedede; height:40px; line-height:40px; outline:none; text-indent:1em; background:#fff; color:#333; outline: none; box-sizing: border-box; width: 100%;}
.tjwtBox1 .m_form .btnTjly{width:93px; height:31px; background:#9d2737; border:none; cursor:pointer; color:#fff;}
.tjwtBox1 .m_form li.yzm .iptTxt{float:left; width:180px;}
.tjwtBox1 .m_form .areLi label{height:132px;}
.tjwtBox1 .m_form .txtAre{float:left; width:343px; height:104px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px;}
.tjwtBox1 .m_form .btnSubmit , .tjwtBox1 .m_form .btnReset{width:161px; text-align:center; height:36px; line-height:36px; color:#fff; border:none; background-color:#b3b3b3; cursor:pointer;}
.tjwtBox1 .m_form .btnSubmit{margin-right:10px; background-color:#00b4d4;cursor:pointer;}
.tjwtBox1 .m_form .areLi{height:auto;}

.nycontact{ padding-top: 20px; }
.nycontact p{ margin: 0; }
.nycontact .nr{ margin-bottom: 20px; }
.nycontact .nr .pic{ overflow: hidden; float: left; width: 50%; }
.nycontact .nr .pic img{ width: 100% height: auto; }
.nycontact .nr .right{ width: 47%; float: right; }
.nycontact .nr .right .cntit{ font-size: 25px; font-weight: bold; color: #333; margin-bottom: 5px; margin-top: 20px; margin-bottom: 20px; }
.nycontact .nr .right .jj{ font-size: 14px; color: #666; line-height: 30px; }
.nycontact .list{ padding: 15px; border: 2px solid #dfdfdf; background: #fff; margin-bottom: 20px; }
.nycontact .list ul li{ display: block; min-height: 200px; float: left; border-right: 1px dashed #dfdfdf; width: 23%; box-sizing: border-box; margin: 5px 1%; }
.nycontact .list ul li .tit{ font-size: 20px; font-weight: bold; color: #425285; margin-bottom: 20px; line-height: 30px; }
.nycontact .list ul li .jj{ font-size: 12px; line-height: 30px; color: #666; }

.nypro{ padding: 20px 0 0 0; }
.nypro ul li{ display: block; min-height: 270px; padding: 0 0 20px 315px; position: relative; border-bottom: 1px dashed #dfdfdf; margin-bottom: 20px; }
.nypro ul li .pic{ width: 300px; position: absolute; left: 0; top: 0; height: 270px; overflow: hidden; }
.nypro ul li img{ width: 300px; height: 270px; transition: all .5s; }
.nypro ul li .tit{ height: 35px; line-height: 35px; font-weight: bold; color: #333; font-size: 14px; padding-right: 100px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nypro ul li .jj{ line-height: 30px; height: 120px; overflow: hidden; color: #999; margin-bottom: 10px; font-size: 13px; }
.nypro ul li:hover img{ transform: scale(1.1,1.1); }
.nypro ul li:hover .tit{ color: #00b4d4; }

.service-item1 b{display: inline-block;width: 60px;text-align: center;background: #fff;line-height: 15px;
    color: #6e6e6e;position: relative;top: -15px;left: -2px;}
.service-item1 {margin-top: 20px;padding: 5px 0;border-top: 1px solid #E8E8E8;}
.service-item1 p{display: inline-block;padding: 0 5px;color: #6e6e6e; float:left; font-size: 12px;}
.service-item1 p span{border: 2px solid #00b4d4;color: #00b4d4;border-radius: 100%;line-height: 18px;
width: 22px;display: inline-block;text-align: center;font-weight: 600;}
.service-item1 h6{line-height: 50px;color: #6e6e6e;padding-left: 8px;}

.tishi{ text-align: center; line-height: 30px; font-size: 14px; color: #999; }

.showpro{ position:relative;}
.box{position:absolute; left:0; top:0; background:#fff;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle; max-width:100%; max-height:100%;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:62px; margin:0 10px 0 0;overflow:hidden;padding:2px;}
.tb-s310, .tb-s310 a{height:370px;width:370px;}
.tb-s310, .tb-s310 img{max-height:370px;max-width:370px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:60px;width:60px;}
.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #00b4d4;height:60px;padding:2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD; margin-top: -24px;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
div.zoomDiv img{ max-width:none !important;}

.showprojj{ min-height:460px;}
.showproleft *{ transition:all 0.3s ease-in-out;}
.showproleft{ height:auto; padding-left:400px; box-sizing:border-box; }
.showproleft .title{ line-height:30px; font-size:20px; padding-bottom:20px; border-bottom:1px solid #dfdfdf; margin-top:20px; color:#00b4d4;}
.showproleft .jj{ line-height:30px; color:#666; padding-bottom:25px; font-size:14px;}
.showproleft .jj hr{ display:block; height:1px; background:#dfdfdf; border:none; margin:7px 0;}
.showproleft .price{ height:50px; line-height:50px; font-size:20px; color:#098ed0;}
.showproleft .advisory{ display:block; width:130px; height:40px; background:#00b4d4; color:#fff; text-align:center; line-height:40px; font-size:14px; border:1px solid #00b4d4;}
.showproleft .advisory:hover{ background:#fff; color:#00b4d4;}

.slideTxtBox{ width:100%; text-align:left;  }
.slideTxtBox .hd{ height:50px; line-height:30px;   border-bottom:1px solid #ddd;  position:relative; }
.slideTxtBox .hd ul{ width:100%;  position:absolute; left:0px; top:-1px; height:52px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 20px; cursor:pointer; height:50px; line-height:50px; font-size:16px;}
.slideTxtBox .hd ul li.on{  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; color:#00b4d4; font-weight:bold;}
.slideTxtBox .bd ul{ padding:15px;  zoom:1; display:block; line-height:35px; font-size: 15px;}

.blank20{ height: 20px; }
.blank25{ height: 25px; }
.blank50{ height: 50px; }

.xianggnews{ margin-top: 20px; }
.xianggnews .lmtit{ height: 50px; line-height: 50px; background: #eceaea; margin-bottom: 10px; }
.xianggnews .lmtit span{ display: inline-block; width: 200px; text-align: center; background: #00b4d4; font-size: 18px; color: #fff; }
.xianggnews .nr ul li{ position: relative; display: block; height: 35px; line-height: 35px; width: 50%; padding-right: 120px; box-sizing: border-box; float: left; font-size: 14px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xianggnews .nr ul li .date{ position: absolute; right: 20px; top: 0; }
.xianggnews .nr ul li:hover{ color: #00b4d4; }

.nyvideo{ width: calc(100% + 20px); width: -webkit-calc(100% + 20px); width: -moz-calc(100% + 20px); padding-top: 20px; }
.nyvideo ul li{ display: block; width: calc(33.333333% - 20px); width: -webkit-calc(33.333333% - 20px); width: -moz-calc(33.333333% - 20px); margin: 0 20px 20px 0; box-sizing: border-box; float: left; transition: all .5s; }
.nyvideo ul li .pic{ overflow: hidden; position: relative; }
.nyvideo ul li .pic img{ width: 100%; height: auto; transition: all .5s; }
.nyvideo ul li .fgc{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.4); font-size: 40px; color: #fff; }
.nyvideo ul li .fgc .table{ display: table; width: 100%; height: 100%; }
.nyvideo ul li .fgc .table .cell{ display: table-cell; text-align: center; vertical-align: middle; }
.nyvideo ul li .tit{ height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; text-align: center; }
.nyvideo ul li:hover img{ transform: scale(1.1,1.1); }
.nyvideo ul li:hover .tit{ color: #00b4d4; }

.nysearch{ max-width: 500px; box-sizing: border-box; padding-right: 80px; position: relative; margin: 45px auto 30px; }
.nysearch .text{ width: 100%; height: 50px; line-height: 50px; padding: 0 10px; box-sizing: border-box; background: #f1f1f1; border: 0; color: #666; font-size: 14px; }
.nysearch .sub{ outline: none; display: block; width: 80px; height: 50px; background: #00b4d4; color: #fff; border: 0; position: absolute; right: 0; top: 0; font-size: 14px; }


@media screen and (max-width: 768px) {
  .nybanner{ height: 200px; margin-top: 60px; }
  .nyleft ul li{ width: 31.3333333%; padding: 0; overflow: hidden; margin: 5px 1%; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .nycase{ width: calc(100% + 10px); width: -webkit-calc(100% + 10px); width: -moz-calc(100% + 10px); }
  .nycase ul li{ width: calc(50% - 10px); width: -webkit-calc(50% - 10px); width: -moz-calc(50% - 10px); margin: 0 10px 10px 0; }
  .met_module2{ padding: 10px; }
  .nyabout img{ max-width: 100% !important; }
  .met_tools{ height: auto; }
  .met_tools .met_page{ position: static; line-height: 30px; }
  .met_tools .met_page li{ display: block; text-align: left; margin: 0; }
  .nycontact .nr .pic{ width: auto; float: none; }
  .nycontact .nr .right{ float: none; width: auto; }
  .nycontact .nr .right .cntit{ font-size: 20px; margin: 10px 0; }
}
@media screen and (max-width: 420px) {
  .nybanner{ height: 100px; }
  .hp-slider-box {
    height: 200px;
    margin-top: 60px;
    overflow: hidden;
  }
  .hp-slider-box .slider {
    position: relative;
  }
  .hp-slider-box .slick-list {
    height: 200px;
  }
  .hp-slider-box .slick-slide {
    float: left;
    height: 200px;
    outline: none;
    position: relative;
  }
  .hp-slider-box .banner-img {
    width: 100%;
    height: 200px;
  }
}


.nylogin{ padding:40px 0; background:#f1f1f1; max-width:700px; margin:50px auto; border: 3px solid #00b4d4; }
.nylogin .loginnr{ max-width:480px; width:100%; margin:0 auto;}
.nylogin .loginnr .logintit{ font-size:20px; color:#000; line-height:30px; font-weight:bold; text-align:center; margin-bottom:20px;}
.nylogin .loginnr .logintit span{ font-size:35px;}
.nylogin .loginnr .lmtit{ line-height:30px; overflow:hidden; height:30px; font-size:18px; text-align:left; color:#808080; border-bottom:1px solid #808080; font-weight:bold;}
.nylogin .loginnr .lmtit a{ color:#808080;}
.nylogin .loginnr .nr{ padding:30px 170px 0 0; position:relative;}
.nylogin .loginnr .nr .user{ border: 0px; width:100%; height:50px; line-height:50px; box-sizing:border-box; padding-left:55px; color:#666; font-size:16px; background:url(../../images/login_01.png) no-repeat 15px center #fff; margin-bottom:25px; font-weight:bold;}
.nylogin .loginnr .nr .psw{ border: 0px; width:100%; height:50px; line-height:50px; box-sizing:border-box; padding-left:55px; color:#666; font-size:16px; background:url(../../images/login_02.png) no-repeat 20px center #fff; margin-bottom:10px; font-weight:bold;}
.nylogin .loginnr .nr .code{ border: 0px; width:100%; height:50px; line-height:50px; box-sizing:border-box; padding-left:55px; color:#666; font-size:16px; background:url(../../images/login_03.png) no-repeat 20px center #f4f4f4; margin-bottom:25px;}
.nylogin .loginnr .nr .codekk{ position:relative; padding-right:120px;}
.nylogin .loginnr .nr .codekk .pic{ width:110px; height:50px; position:absolute; right:0; top:0; line-height:50px;}
.nylogin .loginnr .nr .sub{ border: 0px; font-size:18px; width:140px; height:80px; text-align:center; color:#fff; background:#fff; margin-bottom:15px; outline:none; color:#808080; position:absolute; right:0px; top:50px; font-weight:bold;}
.nylogin .loginnr .nr .sub:hover{ background:#00b4d4; color:#fff;}
.loginnr .nr .wz{ line-height:22px; text-align:right; font-size:14px; color:#808080; text-align:left;}
.loginnr .nr .wz a{ color:#808080;}
.loginnr .nr .wz a:hover{ text-decoration:underline;}
@media screen and (max-width: 850px) {
.nylogin{ padding:30px 0; margin:20px auto 0;}
.nylogin .loginnr .logintit{ font-size:16px;}
.nylogin .loginnr .logintit span{ font-size:24px;}
.nylogin .loginnr .nr{ padding: 0; }
.nylogin .loginnr .nr .user{ margin-bottom: 10px; }
.nylogin .loginnr .nr .sub{ position: static; margin-bottom: 0; width: 100%; height: 50px; }
}



.user_mycom  .orderinfo{ border:1px solid #ebebeb; font-size:14px; color:#666; text-align:center;}
.user_mycom  .orderinfo td{ padding:10px; box-sizing:border-box; vertical-align: middle;}
.user_mycom  .orderinfo .merch{ padding-left:50px; position:relative;  line-height:15px; text-align:left; display:inline-block; margin:5px 0;}
.user_mycom  .orderinfo .merch .pic{ width:40px; height:40px; position:absolute; left:0; top:0; border:1px solid #dfdfdf;}
.user_mycom  .orderinfo .merch .wz .tit{ height:40px; line-height:40px; overflow:hidden; }
.user_mycom  .orderinfo .merch .wz .jj{ color:#999;}
.user_mycom  .orderinfo .pl{ text-align:left;}
.user_mycom  .orderinfo .price{ color:#00b4d4;}
.user_mycom  .orderinfo .date{ color:#999;}
.user_mycom  .orderinfo .an .an1{ width:100%; max-width:120px; height:25px; line-height:25px; color:#fff; background:#00b4d4; display:block; margin:0 auto;}
.user_mycom  .orderinfo .an .an1:hover{ background:#00b4d4;}
.user_mycom  .orderinfo .an .an2{ display:block; line-height:20px; color:#2270ff;}
.user_mycom  .orderinfo .an .an2:hover{ text-decoration:underline;}
.user_mycom  .orderinfo .smordertit{ background:#f9f9f9; font-size:14px; font-weight:bold; padding:8px; display:none;}
.user_mycom  .orderinfo .smorderstit{ display:none;}

.nyuser .leftnav{ width:23%; float:left; border-top:5px solid #00b4d4; background:#fafafa;}
.nyuser .leftnav .li{ height:50px; line-height:50px; overflow:hidden; padding-left:45px; white-space:nowrap; text-overflow:ellipsis; font-size:14px; color:#333; border-bottom:1px solid #f2f2f2;}
.nyuser .leftnav .li:hover{ color:#00b4d4;}
.nyuser .leftnav .on{ color:#00b4d4;}
.nyuser .leftnav .li1{ background:url(../../images/user_01.png) no-repeat 15px center;}
.nyuser .leftnav .li2{ background:url(../../images/user_02.png) no-repeat 15px center;}
.nyuser .leftnav .li3{ background:url(../../images/user_03.png) no-repeat 15px center;}
.nyuser .leftnav .li4{ background:url(../../images/user_04.png) no-repeat 15px center;}
.nyuser .leftnav .li5{ background:url(../../images/user_05.png) no-repeat 15px center;}
.nyuser .leftnav .li6{ background:url(../../images/user_06.png) no-repeat 15px center;}
.nyuser .leftnav .exit{ display:block; height:45px; line-height:45px; background:#00b4d4; text-align:center; font-size:14px; color:#fff;}
.nyuser .leftnav .exit:hover{ background:#00b4d4;}
.nyuser .rightnr{ width:75%; float:right;}

.clean{ width: 100%; clear: both; }

.page11{ text-align:center; background:#f9f9f9; padding:25px 0; line-height:22px;}
.page11 a{ font-size:14px; margin:0 5px;}
.page11 a.on{ color:#00b4d4;}
.utishi{ margin-top: 10px; }

@media screen and (max-width: 850px) {
.nyuser .leftnav{ width: auto; float: none; margin-bottom: 20px; }
.nyuser .rightnr{ width: auto; float: none; }
.user_mycom .orderinfo{ font-size:12px;}
.user_mycom .orderinfo .sz{word-break:break-all;}
.user_mycom .orderinfo td{ padding:8px; display:block; width:100% !important;}
.user_mycom .orderinfo .smordertit{ display:block;}
.user_mycom .orderinfo .bmordertit{ display:none;}
.user_mycom .orderinfo .smorderstit{ display:inline-block; color:#666;}
.user_mycom .orderinfo .an .an1{ display:inline-block; margin:0 5px;}
.user_mycom .orderinfo .an .an2{ display:inline-block; margin:0 5px;}
.page11 a{ font-size: 12px; }
.page11{ padding: 15px 0; }
}



.user_edit{ border:1px solid #ebebeb;}
.user_edit .lmtit{ height:60px; background:#f9f9f9; line-height:60px; overflow:hidden; border-bottom:1px solid #ebebeb;}
.user_edit .lmtit .li{ max-width:33.3333%; box-sizing:border-box; border-right:1px solid #ebebeb; float:left; padding:0 40px; position:relative; color:#666; font-size:14px;}
.user_edit .lmtit .li.on{ background:#fff; border-top:2px solid #00b4d4; color:#00b4d4;}
.user_edit .lmtit .li.on span{ width:4px; height:4px; display:block; position:absolute; transform:rotate(45deg); background:#00b4d4; top:-2px; left:50%; margin-left:-2px;}
.user_edit .cpsw{ padding:50px; font-size:14px; color:#666; line-height:35px; text-align:center;}
.user_edit .cpsw .li{ max-width:400px; margin:0 auto 20px auto;}
.user_edit .cpsw .li .wz{ width:160px; float:left; line-height:35px; text-align:right;}
.user_edit .cpsw .li .text{ width:200px; height:35px; line-height:35px; padding:0 10px; background:#f9f9f9; border:1px solid #dfdfdf;}
.user_edit .cpsw .sub1{ outline: none; border: 0; width:160px; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff; background:#00b4d4;}
.user_edit .cpsw .sub1:hover{background:#00b4d4;}
@media screen and (max-width: 850px) {
.user_edit .lmtit{ height:auto;}
.user_edit .lmtit .li{ padding:10px; height:auto; width:33.3333%; text-align:center; font-size:14px; line-height:25px;}
.user_edit .cpsw{ padding:15px;}
.user_edit .cpsw .li .wz{ width:100%; text-align:left; float:none;}
.user_edit .cpsw .li .text{ width:100%; float:none; box-sizing:border-box;}
}