/* Less File */
/* Less File */
/* Less File */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
#container {
  font-family: '微软雅黑', 'sans-serif';
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
#container h3,
#container h4 {
  font-family: '黑体';
}
#container #wrapper {
  width: 100%;
  height: auto;
  min-width: 1300px;
  _width: 1300px;
  position: relative;
  overflow: hidden;
}
#container #wrapper > div {
  margin-left: auto;
  margin-right: auto;
}
#container #wrapper header {
  width: 990px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
#container #wrapper header:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
#container #wrapper header #logo {
  float: left;
  *display: inline;
  _display: inline;
  width: 591px;
  height: 79px;
  background: url('../img/public/logo.png') no-repeat center;
  background-size: contain;
  margin-top: 10px;
}
#container #wrapper header #logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#container #wrapper header #hot-line {
  float: left;
  *display: inline;
  _display: inline;
  width: 178px;
  height: 46px;
  margin-top: 32px;
  margin-left: 46px;
}
#container #wrapper header #hot-line .icon {
  float: left;
  *display: inline;
  _display: inline;
  width: 38px;
  height: 42px;
  background: url('../img/public/icon-tele.png') no-repeat center;
  background-size: contain;
}
#container #wrapper header #hot-line .text {
  float: left;
  *display: inline;
  _display: inline;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #0da89a;
  padding-left: 10px;
}
#container #wrapper header #QR-code-header {
  width: 76px;
  height: 76px;
  float: right;
  *display: inline;
  _display: inline;
  background: url('../img/public/QR-Code.png') no-repeat center;
  background-size: contain;
  margin-top: 15px;
}
#container #wrapper #banner-wrap {
  width: 100%;
  height: 462px;
  position: relative;
}
#container #wrapper #banner-wrap .swiper-container-banner {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
#container #wrapper #banner-wrap .swiper-container-banner #banner-list {
  width: 100%;
  height: 100%;
}
#container #wrapper #banner-wrap .swiper-container-banner #banner-list li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#container #wrapper #banner-wrap .swiper-container-banner #banner-list li img {
  width: 100%;
  height: 100%;
}
#container #wrapper #nav-top {
  width: 100%;
  height: 128px;
}
#container #wrapper #nav-top #nav-top-list {
  width: 706px;
  height: 100%;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 32px;
}
#container #wrapper #nav-top #nav-top-list:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
#container #wrapper #nav-top #nav-top-list li {
  width: 86px;
  height: 100%;
  float: left;
  *display: inline;
  _display: inline;
  position: relative;
}
#container #wrapper #nav-top #nav-top-list li + li {
  margin-left: 68px;
}
#container #wrapper #nav-top #nav-top-list li .nav-img {
  display: block;
  width: 100%;
  height: 95px;
}
#container #wrapper #nav-top #nav-top-list li:hover .nav-img {
  display: block;
  transform: rotate(360deg);
  transition-duration: 1s;
}
#container #wrapper #nav-top #nav-top-list li:nth-of-type(1) .nav-img {
  background: url('../img/public/nav-1.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li:nth-of-type(2) .nav-img {
  background: url('../img/public/nav-2.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li:nth-of-type(3) .nav-img {
  background: url('../img/public/nav-3.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li:nth-of-type(4) .nav-img {
  background: url('../img/public/nav-4.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li:nth-of-type(5) .nav-img {
  background: url('../img/public/nav-5.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li:nth-of-type(6) .nav-img {
  background: url('../img/public/nav-6.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li .nav-title {
  margin-top: 10px;
  color: #0da89a;
}
#container #wrapper #nav-top #nav-top-list li.active {
  /*.nav-img{
                            .bg('@{img-path}public/nav-1-active.png');
                        }*/
}
#container #wrapper #nav-top #nav-top-list li.active:nth-of-type(1) .nav-img {
  background: url('../img/public/nav-active-1.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li.active:nth-of-type(2) .nav-img {
  background: url('../img/public/nav-active-2.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li.active:nth-of-type(3) .nav-img {
  background: url('../img/public/nav-active-3.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li.active:nth-of-type(4) .nav-img {
  background: url('../img/public/nav-active-4.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li.active:nth-of-type(5) .nav-img {
  background: url('../img/public/nav-active-5.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li.active:nth-of-type(6) .nav-img {
  background: url('../img/public/nav-active-6.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #nav-top #nav-top-list li.active .nav-title {
  color: #f24f21;
}
#container #wrapper #nav-top #nav-top-list li a {
  display: block;
  text-decoration: none;
}
#container #wrapper #footer {
  width: 100%;
  height: 170px;
  overflow: hidden;
  background-color: #0da89a;
}
#container #wrapper #footer #footer-box {
  width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#container #wrapper #footer #footer-box .img {
  width: 996px;
  height: 90px;
  background: url('../img/public/footer.png') no-repeat center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#container #wrapper #footer #footer-box .footer-nav {
  width: 100%;
  height: 50px;
  float: right;
  *display: inline;
  _display: inline;
  text-align: right;
  margin-top: 10px;
  color: #c1c1c1;
  font-size: 14px;
}
#container #wrapper #footer #footer-box .footer-nav a {
  color: #c1c1c1;
  text-decoration: none;
  z-index: 1;
}
#container #wrapper #content {
  width: 1080px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1;
}
#container #wrapper #content:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
#container #wrapper #content > div {
  float: left;
  *display: inline;
  _display: inline;
}
#container #wrapper #content .title {
  width: 1080px;
  height: 76px;
  margin: 32px 0;
  display: none;
}
#container #wrapper #content .title:nth-of-type(1) {
  background: url('../img/index/title-1.png') no-repeat center;
  background-size: contain;
}
#container #wrapper #content .title.show {
  display: block;
}
#container #wrapper #content .content-left {
  width: 266px;
  height: 100%;
  font-size: 20px;
}
#container #wrapper #content .content-left ul.left-nav {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  color: #7c7c7d;
}
#container #wrapper #content .content-left ul.left-nav li {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
#container #wrapper #content .content-left ul.left-nav li + li {
  border-top: 1px solid #eeeeee;
}
#container #wrapper #content .content-left ul.left-nav li:hover {
  background-color: #0da89a;
  color: #ffffff;
  cursor: pointer;
}
#container #wrapper #content .content-left ul.left-nav li.active {
  background-color: #0da89a;
  color: #ffffff;
  cursor: default;
}
#container #wrapper #content .content-left .life-eye {
  width: 262px;
  height: 210px;
  background: url('../img/public/life-eye.png') no-repeat center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#container #wrapper #content .content-left .life-eye a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#container #wrapper #content .content-left .qr-code {
  width: 165px;
  height: 165px;
  background: url('../img/public/qr-code-left.png') no-repeat center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#container #wrapper #content .content-left .tel {
  width: 260px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  background-color: #0da89a;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
#container #wrapper #content .content-right {
  display: none;
  width: 800px;
  height: 100%;
  float: right;
  *display: inline;
  _display: inline;
}
#container #wrapper #content .content-right.show {
  display: block;
}
#container #wrapper #content .content-right h3 {
  font-size: 21px;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
}
#life-eye-wrap {
  width: 1080px;
  height: 366px;
}
#life-eye-wrap .title {
  width: 444px;
  height: 76px;
  background: url('../img/index/title-1.png') no-repeat center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}
#life-eye-wrap .img {
  width: 1080px;
  height: 227px;
  background: url('../img/index/life-eye.png') no-repeat center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
#life-eye-wrap .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#experts-team {
  width: 1200px;
  height: 366px;
}
#experts-team .title {
  width: 444px;
  height: 76px;
  background: url('../img/index/title-2.png') no-repeat center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}
#experts-team .img-list {
  width: 100%;
  height: 100%;
  *zoom: 1;
  margin-top: 60px;
}
#experts-team .img-list:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
#experts-team .img-list li {
  width: 145px;
  height: 225px;
  float: left;
  *display: inline;
  _display: inline;
}
#experts-team .img-list li:nth-of-type(1) {
  background: url('../img/index/expert-01.gif') no-repeat center;
  background-size: contain;
}
#experts-team .img-list li:nth-of-type(2) {
  background: url('../img/index/expert-02.gif') no-repeat center;
  background-size: contain;
}
#experts-team .img-list li:nth-of-type(3) {
  background: url('../img/index/expert-03.gif') no-repeat center;
  background-size: contain;
}
#experts-team .img-list li:nth-of-type(4) {
  background: url('../img/index/expert-04.gif') no-repeat center;
  background-size: contain;
}
#experts-team .img-list li:nth-of-type(5) {
  background: url('../img/index/expert-05.gif') no-repeat center;
  background-size: contain;
}
#experts-team .img-list li:nth-of-type(6) {
  background: url('../img/index/expert-06.gif') no-repeat center;
  background-size: contain;
}
#experts-team .img-list li:nth-of-type(7) {
  background: url('../img/index/expert-07.gif') no-repeat center;
  background-size: contain;
}
#experts-team .img-list li:nth-of-type(8) {
  background: url('../img/index/expert-08.gif') no-repeat center;
  background-size: contain;
}
#experts-team .img-list li + li {
  margin-left: 5px;
}
#classic-case {
  width: 1300px;
  height: auto;
  overflow: hidden;
}
#classic-case .title {
  width: 444px;
  height: 76px;
  background: url('../img/index/title-3.png') no-repeat center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}
#classic-case .img-list-wrap {
  width: 100%;
  height: 223px;
  margin-top: 60px;
  overflow: hidden;
}
#classic-case .img-list-wrap .img-wrap-box {
  width: 2600px;
  height: 100%;
}
#classic-case .img-list-wrap ul {
  width: 1300px;
  height: 100%;
  float: left;
  *display: inline;
  _display: inline;
  *zoom: 1;
}
#classic-case .img-list-wrap ul:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
#classic-case .img-list-wrap ul li {
  width: 211px;
  height: 100%;
  float: left;
  *display: inline;
  _display: inline;
}
#classic-case .img-list-wrap ul li:nth-of-type(1) {
  background: url('../img/index/case-1.jpg') no-repeat center;
  background-size: contain;
}
#classic-case .img-list-wrap ul li:nth-of-type(2) {
  background: url('../img/index/case-2.jpg') no-repeat center;
  background-size: contain;
}
#classic-case .img-list-wrap ul li:nth-of-type(3) {
  background: url('../img/index/case-3.jpg') no-repeat center;
  background-size: contain;
}
#classic-case .img-list-wrap ul li:nth-of-type(4) {
  background: url('../img/index/case-4.jpg') no-repeat center;
  background-size: contain;
}
#classic-case .img-list-wrap ul li:nth-of-type(5) {
  background: url('../img/index/case-5.jpg') no-repeat center;
  background-size: contain;
}
#classic-case .img-list-wrap ul li:nth-of-type(6) {
  background: url('../img/index/case-6.jpg') no-repeat center;
  background-size: contain;
}
#classic-case .img-list-wrap ul li + li {
  margin-left: 5px;
}
#news {
  width: 1300px;
  height: auto;
  *zoom: 1;
  margin-top: 50px;
  margin-bottom: 100px;
}
#news:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
#news .news-item {
  width: 590px;
  height: auto;
  float: left;
  *display: inline;
  _display: inline;
  margin-left: 40px;
}
#news .news-item .title {
  width: 358px;
  height: 66px;
}
#news .news-item.self-news .title {
  background: url('../img/index/title-6_1.png') no-repeat center;
  background-size: contain;
}
#news .news-item.industry-news .title {
  background: url('../img/index/title-6_2.png') no-repeat center;
  background-size: contain;
}
#news .news-item ul.news-list {
  margin-top: 30px;
}
/*# sourceMappingURL=index.css.map */