﻿
::-moz-selection {
  background: #ff7e25;
  color: #fff;
}
::selection {
  background: #ff7e25;
  color: #fff;
}

::-moz-selection {
  background: #ff7e25;
  color: #fff;
}

::-webkit-selection {
  background: #ff7e25;
  color: #fff;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
em,
i,
strong,
b,
u,
dd,
dt,
dl,
td,
table,
th,
tr,
a,
button,
input,
form {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "微软雅黑", Arial;
  background: #fff;
}

@media all and (max-width: 860px) {
  body,
  html {
    font-size: 14px;
  }
}

body {
  overflow-x: hidden;
}

li,
ol {
  list-style: none;
}

a,
u {
  color: inherit;
  text-decoration: none;
}

img {
  border: 0;
}

em {
  font-style: normal;
}

button,
input[type='submit'] {
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
  outline: none;
}

button:active,
input:active[type='submit'] {
  outline: none;
}

input[type="password"],
input[type="checkbox"],
input[type="file"],
input[type="radio"],
input[type="text"],
textarea,
select {
  color: inherit;
  outline: 0px;
  border: 0;
  background: #fff;
}

select {
  vertical-align: middle;
  height: 22px;
}

section, article, aside, header, footer, hgroup, figure, figcaption, main, nav {
  display: block;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.main, #pageUnderAdv ul, #pageCase > div, #well, #pageCases article, .underMunAdvFifth article {
  margin: auto;
  width: 1400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.main:after, #pageUnderAdv ul:after, #pageCase > div:after, #well:after, #pageCases article:after, .underMunAdvFifth article:after, .clear:after, #abNews div:after {
  content: '';
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
}

@media all and (max-width: 1430px) {
  .main, #pageUnderAdv ul, #pageCase > div, #well, #pageCases article, .underMunAdvFifth article {
    width: 100%;
    padding: 0 15px;
  }
}

.dba a,
.dbem em,
.dbimg img,
.dbspan span,
.dbi i,
.dbb b,
.dbu u,
.dbstrong strong {
  display: block;
}

.db *:not(script) {
  display: block;
}

.fff {
  color: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

.dn {
  display: none !important;
}

.vh {
  visibility: hidden;
}

.imp {
  font-family: Impact;
}

#underPhone {
  display: none;
}

@media all and (max-width: 800px) {
  #underPhone {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 95%;
    margin: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(45deg, #ff7e25, #4a5160);
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  }
  #underPhone li {
    width: 33.3333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    line-height: 3.5;
  }
}

#openNav nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

section {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#headerBg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: url(../image/bg0.png);
  z-index: 99999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 660px) {
  #header {
    position: relative;
  }
}

#header aside {
  height: 0;
  position: absolute;
  top: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.842);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 1;
}

a.logo {
  left: 40px;
  top: 17px;
  position: absolute;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

a.logo.act {
  -webkit-transform: scale(1.2) translateY(15px);
          transform: scale(1.2) translateY(15px);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

a.zlogo {
  left: 218px;
  top: 20px;
  position: absolute;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

@media (max-width: 1300px) {
  a.logo {
    left: 20px;
  }
  a.zlogo {
    left: 198px;
  }
}

#headNav {
  line-height: 72px;
  color: #001111;
  position: relative;
  height: 100%;
}

#headNav ul {
  float: right;
  width: 70%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}

@media (max-width: 1000px) {
  #headNav ul {
    width: 70%;
  }
}

@media (max-width: 730px) {
  #headNav ul {
    display: none;
  }
}

#headNav li > a::before {
  content: attr(l-en);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: #fff;
}

#headNav em {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#headNav li {
  float: left;
  width: 14.28571%;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#headNav li.act > a::before {
  color: #000;
}

#headNav li.act:hover > a::before {
  color: #fff;
}

#headNav li:hover::before, #headNav li.act::before {
  opacity: 1;
}

#headNav li:hover > a em, #headNav li.act > a em {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

#headNav li:hover > a::before, #headNav li.act > a::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#headNav li:hover {
  background: #1973d8;
  color: #fff;
}

#headNav li:hover nav {
  background: #1973d8;
}

#headNav li:hover nav a {
  color: #fff;
}

#headNav li:hover::before {
  background: #fff;
}

#headNav li::before {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  height: 2px;
  width: 45px;
  background: #009ad6;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#headNav nav {
  font-size: 14px;
  overflow: hidden;
  height: 450px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 3;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#headNav nav a {
  line-height: 4;
  opacity: 0;
  color: #666;
}

#headNav nav a em:hover {
  background: #14aeea;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

#headerBtn {
  float: right;
  width: 40px;
  height: 40px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  margin-top: 15px;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

#headerBtn i {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #414141;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

#headerBtn i::before, #headerBtn i::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background: #414141;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

#headerBtn i::before {
  top: 8px;
}

#headerBtn i::after {
  top: -8px;
}

#headerBtn.act {
  background: #130c0e;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 85px;
  height: 85px;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

#headerBtn.act i {
  background: transparent;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

#headerBtn.act i::before, #headerBtn.act i::after {
  background: #fff;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

#headerBtn.act i::before {
  -webkit-transform: rotateZ(45deg) translateY(-5px) translateX(-6px);
          transform: rotateZ(45deg) translateY(-5px) translateX(-6px);
}

#headerBtn.act i::after {
  -webkit-transform: rotateZ(-45deg) translateY(5px) translateX(-6px);
          transform: rotateZ(-45deg) translateY(5px) translateX(-6px);
}

#openNav {
  position: fixed;
  top: 0;
  left: 0;
  color: #130c0e;
  z-index: 9998;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  visibility: hidden;
}

#openNav i {
  position: absolute;
  background: url(../image/nav_bg.png) no-repeat top right;
  z-index: -1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-radius: 0 0 0 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#openNav nav {
  max-width: 1400px;
  width: 100%;
  z-index: 9;
  font-size: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  #openNav nav {
    position: relative;
  }
}

@media (max-width: 480px) {
  #openNav nav {
    height: 100% !important;
  }
}

#openNav nav nav {
  padding-top: 15%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}

#openNav nav nav a {
  position: relative;
  font-size: 18px;
  line-height: 2;
  height: auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
}

#openNav nav nav a:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#openNav nav nav a:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#openNav nav nav a:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#openNav nav nav a:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#openNav nav nav a:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#openNav nav nav a:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#openNav nav nav a:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#openNav nav nav a:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#openNav nav nav a:nth-of-type(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#openNav nav nav a:hover::before {
  width: 5em;
}

#openNav nav nav a::before {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: currentcolor;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#openNav a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#openNav #headerBtn {
  display: none;
}

#openNav ul {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  height: 0;
  margin: auto;
  height: 560px;
  bottom: 0;
  max-width: 1400px;
  width: 100%;
}

@media (max-width: 1400px) {
  #openNav ul {
    padding-top: 10%;
  }
}

@media (max-width: 850px) {
  #openNav ul {
    position: relative;
    top: 0;
    overflow-y: auto;
  }
}

@media (max-width: 480px) {
  #openNav ul {
    height: 100%;
  }
}

#openNav li {
  position: relative;
  width: 280px;
  float: left;
  padding-bottom: 20px;
  height: 280px;
  margin: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  font-size: 26px;
  line-height: 280px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1400px) {
  #openNav li {
    width: 23%;
    display: block;
    float: left;
    margin: 1%;
  }
}

@media (max-width: 850px) {
  #openNav li {
    width: 48%;
  }
}

@media (max-width: 480px) {
  #openNav li {
    width: 98%;
  }
  #openNav li:last-child {
    margin-bottom: 100px;
  }
}

#openNav li:hover {
  color: #14aeea;
}

#openNav li:hover::after {
  top: 0;
}

#openNav li:hover > a {
  color: #fff;
}

#openNav li:hover > a::before {
  background: #fff;
}

#openNav li:hover > a::after {
  color: #fff;
}

#openNav li::before {
  content: '';
  height: 8px;
  background: #130c0e;
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
  margin: auto;
}

#openNav li::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../image/hover_bg.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
}

#openNav li > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 0;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#openNav li > a::before {
  content: '';
  height: 3px;
  width: 2em;
  display: block;
  position: absolute;
  top: -2em;
  right: 0;
  left: 0;
  margin: auto;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#openNav li > a::after {
  content: attr(l-en);
  display: block;
  font-size: 14px;
  line-height: 6;
}

#openNav li.act::after {
  top: 100%;
}

#openNav li.act > a {
  opacity: 0;
  visibility: hidden;
  top: 100%;
}

#openNav li.act nav {
  opacity: 1;
  visibility: visible;
}

#openNav li.act nav a {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  color: inherit;
}

#openNav > div {
  height: 100%;
}

#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

#banner:hover span {
  opacity: 1;
  visibility: visible;
}

#banner ul {
  overflow: hidden;
  width: 500%;
  position: relative;
  left: 0;
}

#banner li {
  float: left;
  width: 20%;
  overflow: hidden;
}

#banner img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#banner span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#banner em {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ff7e25;
  border: 2px solid #fff;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#banner em.act {
  background: #009ad6;
}

@media (max-width: 1000px) {
  #banner img {
    width: 127.08333%;
    margin-left: -13.54167%;
  }
}

#adv {
  padding-bottom: 20px;
  background: #f5f5f5;
  height: 360px;
  z-index: 2;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block !important;
}

@media (max-width: 910px) {
  #adv {
    height: auto;
  }
}

#adv ul {
  height: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  top: -80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1000px) {
  #adv ul {
    top: 0;
    padding-bottom: 25px;
  }
}

@media (max-width: 490px) {
  #adv ul {
    padding-top: 8%;
    background: #f5f5f5;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#adv li {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
}

@media (max-width: 1000px) {
  #adv li a {
    font-size: 12px;
  }
}

@media (max-width: 1220px) {
  #adv li {
    padding: 50px 10px 25px;
  }
}

@media (max-width: 910px) {
  #adv li {
    width: 50%;
  }
  #adv li:nth-of-type(2)::before {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 490px) {
  #adv li {
    width: 98%;
    margin: auto;
    float: none;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  }
}

#adv li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: currentcolor;
  height: 60%;
  margin: auto;
  display: block;
  opacity: .1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#adv li:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 3;
}

#adv li:hover::before {
  opacity: 0;
}

#adv li:hover > a {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #009ad6;
}

#adv li > a {
  width: 108px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  background: #ff7e25;
  margin: auto;
  margin-top: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#adv i {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 15px;
}

#adv img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#adv h4 {
  font-size: 22px;
  color: #333;
  line-height: 2;
}

@media (max-width: 1100px) {
  #adv h4 {
    font-size: 18px;
  }
}

#adv p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

#adv p a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#adv p a:hover {
  color: #ff7e25;
  text-decoration: underline;
}

#minAdv {
  display: block !important;
}

#minAdvNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  color: #9e9e9e;
  z-index: 3;
  display: block !important;
  counter-reset: midAdv;
}

@media (max-width: 500px) {
  #minAdvNav {
    position: relative;
  }
}

#minAdvNav aside {
  overflow: hidden;
}

#minAdvNav a {
  counter-increment: midAdv;
  margin-bottom: 25px;
  padding-left: 40%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#minAdvNav a.act {
  color: #fff;
}

@media (max-width: 500px) {
  #minAdvNav a.act {
    color: #383838;
  }
}

#minAdvNav a:nth-of-type(1).act, #minAdvNav a:nth-of-type(4).act {
  color: #383838;
}

#minAdvNav em {
  font-size: 12px;
  position: relative;
  padding-top: 70px;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  #minAdvNav em {
    padding-top: 30px;
  }
}

#minAdvNav em::before {
  content: "0" counter(midAdv);
  display: block;
  text-indent: 0;
  font-size: 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#minAdvNav em::after {
  content: '';
  display: block;
  height: 70px;
  width: 1px;
  background: currentcolor;
  position: absolute;
  top: 0;
  left: 1.7em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  #minAdvNav em::after {
    top: -40px;
  }
}

@media (max-width: 1010px) {
  #minAdvNav {
    width: 100%;
  }
  #minAdvNav a {
    float: left;
    width: 25%;
    padding-left: 0;
  }
  #minAdvNav em {
    margin: auto;
    float: none;
    text-align: center;
  }
  #minAdvNav em::after {
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media (max-width: 1000px) {
  #minAdvMain > img, #minAdvMain figcaption img {
    width: 130% !important;
  }
}

@media (max-width: 850px) {
  #minAdvMain > img, #minAdvMain figcaption img {
    width: 160% !important;
  }
}

@media (max-width: 660px) {
  #minAdvMain > img, #minAdvMain figcaption img {
    width: 180% !important;
  }
}

@media (max-width: 590px) {
  #minAdvMain > img, #minAdvMain figcaption img {
    width: 200% !important;
  }
}

@media (max-width: 500px) {
  #minAdvMain > img, #minAdvMain figcaption img {
    width: 100% !important;
    left: 0 !important;
  }
}

#minAdvMain {
  display: block !important;
}

@media (max-width: 500px) {
  #minAdvMain {
    position: relative;
  }
}

#minAdvMain > img {
  position: relative;
  z-index: -1;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#minAdvMain figcaption {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}

#minAdvMain figcaption img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1000px) {
  #minAdvMain figcaption img {
    left: -15%;
  }
}

#minAdvMain figcaption img:nth-of-type(1) {
  z-index: 1;
}

#minAdvMain figcaption img:nth-of-type(2) {
  opacity: 0;
  left: 260px;
  z-index: 2;
}

#minAdvMain figcaption img:nth-of-type(3) {
  opacity: 0;
  left: 260px;
  z-index: 3;
}

#minAdvMain figcaption img:nth-of-type(4) {
  opacity: 0;
  left: 260px;
  z-index: 4;
}

#minAdvMain div {
  position: absolute;
  top: 225px;
  left: 16.92708%;
  right: 0;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1150px) {
  #minAdvMain div {
    left: 20.83333%;
  }
}

@media (max-width: 1010px) {
  #minAdvMain div {
    top: 150px;
  }
}

@media (max-width: 660px) {
  #minAdvMain div {
    width: 80%;
    left: 10%;
  }
  #minAdvMain div p {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #minAdvMain div {
    position: static;
    width: 90%;
    margin: auto;
  }
}

#minAdvMain h3 {
  line-height: 115px;
  font-size: 42px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  #minAdvMain h3 {
    color: #000 !important;
    font-size: 36px;
  }
}

#minAdvMain h3::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 45px;
  background: currentcolor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#minAdvMain h3.act::before {
  width: 260px;
}

#minAdvMain p {
  line-height: 30px;
  margin-bottom: 60px;
  width: 465px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 855px) {
  #minAdvMain p {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  #minAdvMain p {
    color: #000 !important;
  }
}

#minAdvMain a {
  width: 211px;
  height: 54px;
  line-height: 54px;
  border: 1px solid currentcolor;
  font-size: 12px;
  text-align: center;
  border-radius: 54px;
  -moz-border-radius: 54px;
  -webkit-border-radius: 54px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  #minAdvMain a {
    color: #000 !important;
    border: 1px solid currentcolor;
  }
}

#underAdv {
  padding-bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block !important;
}

#underAdv hgroup {
  width: 98%;
  margin: auto;
  margin-top: 43px;
  margin-bottom: 60px;
}

#underAdv hgroup p {
  color: #747c89;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 400px) {
  #underAdv hgroup p {
    font-size: 12px;
    margin-top: 10px;
  }
}

#underAdv h3 {
  font-size: 32px;
  color: #2c3342;
}

@media (max-width: 1000px) {
  #underAdv div {
    overflow-x: auto;
    width: 100%;
  }
}

#underAdv ul {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1000px) {
  #underAdv ul {
    width: 1080px;
  }
}

#underAdv li {
  width: 23%;
  float: left;
  text-align: center;
  padding-bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1000px) {
  #underAdv li {
    width: 250px;
    margin: 0 10px;
  }
}

#underAdv li::before {
  content: '';
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 85px;
  height: 85px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#underAdv li::after {
  content: '';
  display: block;
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/hover_bg.png) no-repeat center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  background-size: cover;
}

#underAdv li:hover::after {
  top: 0;
}

#underAdv li:hover h5 {
  color: #fff;
}

#underAdv li:hover p {
  color: #fff;
}

#underAdv li:nth-of-type(1)::before {
  background: url(../image/li5.png) no-repeat center;
}

#underAdv li:nth-of-type(1):hover::before {
  background: url(../image/li5s.png) no-repeat center;
}

#underAdv li:nth-of-type(2)::before {
  background: url(../image/li6.png) no-repeat center;
}

#underAdv li:nth-of-type(2):hover::before {
  background: url(../image/li6s.png) no-repeat center;
}

#underAdv li:nth-of-type(3)::before {
  background: url(../image/li7.png) no-repeat center;
}

#underAdv li:nth-of-type(3):hover::before {
  background: url(../image/li7s.png) no-repeat center;
}

#underAdv li:nth-of-type(4)::before {
  background: url(../image/li8.png) no-repeat center;
}

#underAdv li:nth-of-type(4):hover::before {
  background: url(../image/li8s.png) no-repeat center;
}

#underAdv li p {
  color: #484848;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  #underAdv li p {
    font-size: 12px;
  }
}

#underAdv h5 {
  font-size: 20px;
  font-weight: 100;
  color: #2c3342;
  line-height: 3;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#underAdv h5::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 80%;
  height: 1px;
  background: #ccc;
  right: 0;
  left: 0;
  margin: auto;
}

#newsWillShow, #proShow article, #pageCase {
  text-align: center;
}

#newsWillShow a, #proShow article a, #pageCase a {
  overflow: hidden;
  width: 310px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
}

@media (max-width: 1000px) {
  #newsWillShow a, #proShow article a, #pageCase a {
    width: 21%;
    margin: 0 1%;
  }
}

@media (max-width: 1000px) {
  #newsWillShow a, #proShow article a, #pageCase a {
    width: 47%;
    margin: 1% 1%;
  }
}

#newsWillShow a:hover, #proShow article a:hover, #pageCase a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  z-index: 3;
}

#newsWillShow a:hover span, #proShow article a:hover span, #pageCase a:hover span {
  z-index: 3;
}

#newsWillShow a:hover span::before, #proShow article a:hover span::before, #pageCase a:hover span::before, #newsWillShow a:hover span::after, #proShow article a:hover span::after, #pageCase a:hover span::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#newsWillShow img, #proShow article img, #pageCase img {
  width: 100%;
}

#newsWillShow span, #proShow article span, #pageCase span {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 230px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1000px) {
  #newsWillShow span, #proShow article span, #pageCase span {
    height: auto;
  }
}

#newsWillShow span::before, #proShow article span::before, #pageCase span::before, #newsWillShow span::after, #proShow article span::after, #pageCase span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#newsWillShow span::before, #proShow article span::before, #pageCase span::before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

#newsWillShow span::after, #proShow article span::after, #pageCase span::after {
  z-index: 2;
  background: url(../image/icon9.png) no-repeat center;
}

#newsWillShow strong, #proShow article strong, #pageCase strong {
  line-height: 40px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: 40px;
}

#newsWillShow strong div, #proShow article strong div, #pageCase strong div {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#newsWillShow p, #proShow article p, #pageCase p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  overflow: hidden;
}

#newsWillShow p div, #proShow article p div, #pageCase p div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#newsWillShow em, #proShow article em, #pageCase em {
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  font-size: 12px;
  color: #888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 13px;
}

#newsWillShow em div::before, #proShow article em div::before, #pageCase em div::before {
  content: '';
  width: 18px;
  height: 13px;
  background: url(../image/icon1.jpg) no-repeat center;
  display: inline-block;
  margin-right: 5px;
}

#news {
  background: #f5f5f5;
  padding-bottom: 60px;
}

#news hgroup {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 38px;
  text-align: center;
}

#news hgroup p {
  font-size: 16px;
  color: #666;
}

#news h3 {
  color: #2c3342;
  font-size: 36px;
  line-height: 2;
}

#news nav {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

#news nav a {
  width: 140px;
  line-height: 38px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

@media (max-width: 480px) {
  #news nav a {
    width: 30%;
    margin: 0 1%;
  }
}

#news nav a:hover, #news nav a.act {
  line-height: 114px;
}

#news nav a:hover em, #news nav a.act em {
  bottom: 0;
}

#news nav em {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 38px;
}

#news nav em::before {
  content: attr(l-txt);
  width: 100%;
  line-height: 38px;
  display: block;
  color: #fff;
}

#news nav i {
  width: 140px;
  height: 38px;
  border-radius: 38px;
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ff7e25;
  position: absolute;
  top: 0;
  z-index: 1;
}

#newsMore {
  margin: auto;
  margin-top: 50px;
  width: 243px;
  border: 1px solid #d2d2d2;
  color: #959595;
  line-height: 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  text-align: center;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#newsMore:hover {
  color: #fff;
  background: #ff7e25;
}

#newsMore:hover::after {
  background: url(../image/icon8.png) no-repeat center;
}

#newsMore em {
  display: inline;
  vertical-align: middle;
}

#newsMore::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 100%;
  margin-left: 16px;
  background: url(../image/icon7.png) no-repeat center;
  vertical-align: middle;
}

#proShow {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#proShow hgroup {
  text-align: center;
  margin-bottom: 50px;
  color: #787878;
}

#proShow h3 {
  font-size: 36px;
  line-height: 3;
  color: #2c3342;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 640px) {
  #proShow h3 {
    font-size: 24px;
  }
}

@media (max-width: 440px) {
  #proShow h3 {
    font-size: 18px;
  }
}

#proShow p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#proShow article a {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  #proShow article strong {
    border-bottom: 1px solid #e9e9e9;
  }
}

@media (max-width: 600px) {
  #proShow article p {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 0;
    padding: 0;
  }
}

#tec {
  padding-bottom: 60px;
}

#tec hgroup {
  text-align: center;
}

#tec hgroup p {
  color: #777;
  font-size: 24px;
}

#tec h3 {
  font-size: 40px;
  line-height: 1.7;
}

#tec article {
  overflow: hidden;
  height: 430px;
  position: relative;
}

@media (max-width: 1050px) {
  #tec article {
    height: auto;
  }
}

#tec ul {
  position: relative;
  z-index: 2;
  height: 100%;
}

@media (min-width: 1050px) {
  #tec ul:hover li {
    width: 14.28571%;
  }
  #tec ul:hover li::after {
    opacity: 0;
  }
  #tec ul:hover li a {
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1050px) {
  #tec ul li:hover {
    width: 42.85714%;
  }
}

@media (max-width: 1050px) {
  #tec ul li:hover {
    height: 430px;
  }
}

#tec ul li:hover h4 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

#tec ul li:hover em {
  opacity: 0;
  visibility: hidden;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

#tec ul li:hover p {
  opacity: 1;
  visibility: visible;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

#tec ul li:hover a {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1050px) {
  #tec ul li:hover a {
    display: none;
  }
}

#tec li {
  float: left;
  width: 20%;
  position: relative;
  color: #fff;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

@media (max-width: 1050px) {
  #tec li {
    float: none;
    width: 100%;
    height: 130px;
  }
}

#tec li::before {
  content: '';
  position: absolute;
  right: 0;
  display: block;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #8c9292;
}

#tec li::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#tec li:nth-of-type(1)::after {
  background: url(../image/tec0.jpg) no-repeat center;
}

#tec li:nth-of-type(2)::after {
  background: url(../image/tec1.jpg) no-repeat center;
}

#tec li:nth-of-type(3)::after {
  background: url(../image/tec2.jpg) no-repeat center;
}

#tec li:nth-of-type(4)::after {
  background: url(../image/tec3.jpg) no-repeat center;
}

#tec li:nth-of-type(5)::after {
  background: url(../image/tec4.jpg) no-repeat center;
}

#tec h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media (max-width: 1180px) {
  #tec h4 {
    font-size: 20px;
    font-weight: 700;
  }
}

#tec em {
  color: #878893;
  font-size: 14px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#tec p {
  width: 700px;
  font-size: 14px;
  line-height: 1.7;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1740px) {
  #tec p {
    width: 90%;
  }
}

#tec a {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 80px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media (max-width: 1050px) {
  #tec a {
    opacity: 0;
    visibility: hidden;
  }
}

#tec a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#tecBg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1050px) {
  #tecBg {
    display: none;
  }
}

#tecBg img {
  width: 1920px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#formMeil {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../image/bg1.jpg);
}

#formMeil h4 {
  font-size: 36px;
  font-weight: 500;
  color: #444449;
  line-height: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 450px) {
  #formMeil h4 {
    font-size: 26px;
  }
}

#formMeil input {
  line-height: 50px;
  text-indent: 1em;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
  margin-bottom: 20px;
}

#formMeil article form::after {
  content: '请认真填写需求信息，我们会在1小时内与您取得联系。';
  display: block;
  text-align: right;
  font-size: 12px;
  color: #444;
  margin-top: 30px;
}

@media (max-width: 450px) {
  #formMeil article form::after {
    text-align: left;
    white-space: nowrap;
  }
}

#formName {
  width: 23.02632%;
  margin-right: 20px;
  color: #939393;
}

@media (max-width: 1170px) {
  #formName {
    width: 30%;
  }
}

@media (max-width: 1000px) {
  #formName {
    display: block;
    margin-bottom: 1%;
    width: 100%;
  }
}

#formTel {
  width: 23.02632%;
  margin-right: 20px;
  color: #939393;
}

@media (max-width: 1170px) {
  #formTel {
    width: 30%;
  }
}

@media (max-width: 1000px) {
  #formTel {
    display: block;
    margin-bottom: 1%;
    width: 100%;
  }
}

#formTxt {
  width: 27.63158%;
  margin-right: 20px;
  color: #939393;
}

@media (max-width: 1170px) {
  #formTxt {
    width: 30%;
  }
}

@media (max-width: 1000px) {
  #formTxt {
    display: block;
    margin-bottom: 1%;
    width: 100%;
  }
}

#submit {
  width: 19.73684%;
  background: #ff7e25;
  color: #fff;
}

#submit:hover {
  background: #000;
}

@media (max-width: 1170px) {
  #submit {
    width: 100%;
  }
}

#aside {
  position: fixed;
  bottom: 20px;
  right: 7px;
  width: 75px;
  text-align: center;
  color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 800px) {
  #aside {
    bottom: 70px;
  }
}

#aside i {
  opacity: 0;
  width: 60px;
  height: 60px;
  background: #ff7e25;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 56px;
  position: absolute;
  top: -65px;
  z-index: 9;
  display: block;
  left: 0;
  visibility: hidden;
  font-size: 46px;
  right: 0;
  margin: auto;
}

#aside a {
  display: block;
  width: 100%;
  height: 75px;
  margin-top: 0;
  font-size: 14px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

#aside a:nth-of-type(1) {
  top: -450px;
}

@media (max-width: 1200px) {
  #aside a:nth-of-type(1) {
    top: -375px;
  }
}

#aside a:nth-of-type(2) {
  top: -375px;
}

@media (max-width: 1200px) {
  #aside a:nth-of-type(2) {
    top: -300px;
  }
}

#aside a:nth-of-type(3) {
  top: -300px;
}

@media (max-width: 1200px) {
  #aside a:nth-of-type(3) {
    top: -225px;
  }
}

#aside a:nth-of-type(4) {
  top: -225px;
}

@media (max-width: 1200px) {
  #aside a:nth-of-type(4) {
    top: -150px;
  }
}

#aside a:nth-of-type(5) {
  top: -150px;
}

@media (max-width: 1200px) {
  #aside a:nth-of-type(5) {
    top: -75px;
  }
}

#aside a:nth-of-type(6) {
  top: -75px;
}

#aside a:nth-of-type(1) {
  background: #009ad6;
}

#aside a:nth-of-type(1)::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  background: url(../image/r0s.png) no-repeat center;
  margin: auto;
  margin-top: 5px;
}

#aside a:nth-of-type(1):hover {
  background: #3e70be;
}

#aside a:nth-of-type(2) {
  background: #009ad6;
  border-top: 1px solid #28c2fe;
}

#aside a:nth-of-type(2)::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  background: url(../image/r1s.png) no-repeat center;
  margin: auto;
  margin-top: 5px;
}

#aside a:nth-of-type(2):hover {
  background: #3e70be;
}

#aside a:nth-of-type(3) {
  background: #009ad6;
  border-top: 1px solid #28c2fe;
}

#aside a:nth-of-type(3)::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  background: url(../image/r2s.png) no-repeat center;
  margin: auto;
  margin-top: 5px;
}

#aside a:nth-of-type(3):hover {
  background: #3e70be;
}

#aside a:nth-of-type(4) {
  background: #009ad6;
  border-top: 1px solid #28c2fe;
}

#aside a:nth-of-type(4)::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  background: url(../image/r3s.png) no-repeat center;
  margin: auto;
  margin-top: 5px;
}

#aside a:nth-of-type(4):hover {
  background: #3e70be;
}

#aside a:nth-of-type(5) {
  background: #c7c7c7;
}

#aside a:nth-of-type(5)::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  background: url(../image/r4.png) no-repeat center;
  margin: auto;
  margin-top: 5px;
}

#aside a:nth-of-type(5):hover img {
  right: 120%;
  opacity: 1;
  visibility: visible;
}

#aside a:nth-of-type(5) img {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border: 5px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
  #aside a:nth-of-type(5) {
    height: 0;
    overflow: hidden;
  }
}

#aside a:nth-of-type(6) {
  background: #c7c7c7;
  border-top: 1px solid #f1f1f1;
}

#aside a:nth-of-type(6)::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  background: url(../image/r5.png) no-repeat center;
  margin: auto;
  margin-top: 5px;
}

@media (max-width: 1440px) {
  #aside i {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  }
  #aside a:nth-of-type(1) {
    top: -75px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #aside a:nth-of-type(2) {
    top: -75px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #aside a:nth-of-type(3) {
    top: -75px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #aside a:nth-of-type(4) {
    top: -75px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #aside a:nth-of-type(5) {
    top: -75px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #aside a:nth-of-type(6) {
    top: -75px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

#footer {
  background: #272727;
  color: #a5a5a5;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

#footer.act:hover header.act {
  bottom: 100%;
}

#footer header {
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  background: #212121;
}

#footer header.act {
  
  z-index: 1;
  bottom: 0;
}

#footer header ul {
  position: relative;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

#footer header ul::before {
  content: '';
  width: 95%;
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  top: 147px;
  display: block;
}

#footer header li {
  display: block;
  width: 16%;
  position: relative;
  margin: 0 2%;
  padding-bottom: 45px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  top: 0;
}

@media (max-width: 1250px) {
  #footer header li {
    position: absolute;
    top: 0;
  }
}

#footer header li:hover {
  background: rgba(56, 56, 56, 0.651);
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
}

#footer header em {
  position: absolute;
  z-index: 2;
  top: 65px;
  right: 0;
  left: 0;
  margin: auto;
}

#footer header img {
  margin: 0 5px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
}

#footer header h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 132px;
  position: relative;
  margin-bottom: 15px;
}

#footer header h3::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
}

#footer article {
  position: relative;
  z-index: 2;
  background: #272727;
}

#footer article ul {
  padding: 50px 70px 70px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 940px) {
  #footer article ul {
    padding-top: 26px;
  }
}

@media (max-width: 440px) {
  #footer article ul {
    padding: 26px 20px 0;
  }
}

#footer article li {
  float: left;
  width: 16.66667%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1580px) {
  #footer article li {
    width: 20%;
  }
  #footer article li:first-child {
    width: 0;
  }
}

@media (max-width: 1000px) {
  #footer article li {
    width: 17%;
  }
  #footer article li:last-child {
    width: 30%;
  }
}

@media (max-width: 940px) {
  #footer article li {
    margin-bottom: 30px;
    width: 33%;
  }
  #footer article li:first-child {
    width: 100%;
    float: none;
    margin-bottom: 55px;
  }
  #footer article li:first-child img {
    margin: auto;
  }
  #footer article li:nth-of-type(5), #footer article li:nth-of-type(6) {
    width: 50%;
  }
}

@media (max-width: 620px) {
  #footer article li {
    width: 100% !important;
    float: none;
    padding-bottom: 20px;
  }
  #footer article li:not(:last-child) {
    border-bottom: 1px solid #3b3b3b;
  }
}

#footer article li span img {
  display: inline;
  border: 3px solid #fff;
}

#footer article h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

#footer article a {
  font-size: 14px;
  line-height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

#footer article a:hover span {
  color: #fff;
}

#footer article a span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#footer article a span:nth-of-type(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

#footer article a span:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#footer article a span:nth-of-type(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

#footer article a span:nth-of-type(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#footer article a span:nth-of-type(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

#footer article a span:nth-of-type(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#footer article a span:nth-of-type(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

#footer article a span:nth-of-type(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#footer article a span:nth-of-type(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

#footer article a span:nth-of-type(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#footer article a span:nth-of-type(11) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

#footer article a span:nth-of-type(12) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#footer article a span:nth-of-type(13) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

#footer article a span:nth-of-type(14) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#footer article a span:nth-of-type(15) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

#footer article a span:nth-of-type(16) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#footer article a span:nth-of-type(17) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

#footer article a span:nth-of-type(18) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#footer article a span:nth-of-type(19) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

#footer article a span:nth-of-type(20) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#footer article a span:nth-of-type(21) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#footer footer {
  line-height: 80px;
  font-size: 14px;
  width: 90%;
  margin: auto;
  border-top: 1px solid #4d555d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 800px) {
  #footer footer {
    padding-bottom: 50px;
  }
}

@media (max-width: 440px) {
  #footer footer {
    margin-top: 130px;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
}

#prolist {
  background: url(../image/service.png) no-repeat center;
}

.sev {
  padding: 208px 0 80px;
}

.sev ul {
  width: 1200px;
  height: 470px;
  margin: 0 auto 0;
  z-index: 1;
}

.sev ul li {
  float: left;
  width: 20%;
  border-left: #5680f9 1px solid;
  min-height: 440px;
}

.sev ul li:last-child {
  width: 16.6%;
  text-align: left;
}

.sev ul li:last-child dl dd a {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  margin: 11px 0 0;
  margin-left: 5px;
}

.sev ul li .liTop {
  padding: 0 0 0 18px;
  margin-bottom: 50px;
  border-left: #5680f9 5px solid;
}

.sev ul li .liTop span {
  font-size: 18px;
  color: #7a98fa;
}

.sev ul li .liTop h2 {
  font-size: 33px;
  color: #fe9500;
  font-weight: bold;
  margin: 0px 0 24px;
}

.sev ul li .liTop .dd {
  width: 165px;
  height: 57px;
  background: url(../image/dd.png) no-repeat center;
}

.sev ul li dl dd a {
  color: #759dfe;
  font-size: 20px;
  display: block;
  line-height: 42px;
  height: 42px;
  padding: 0  0px 0 10px;
  background: url(../image/btn.png) no-repeat 155px center;
  border-radius: 50px;
  margin: 8px 0 0;
  width: 190px;
  margin-left: 5px;
}

.sev ul li dl dd:hover a {
  background: url(../image/btn.png) no-repeat 160px center #f6f6f6;
  padding: 0  0px 0 15px;
}

.sev ul li:last-child dl dd a {
  color: #759dfe;
  font-size: 18px;
  background: url(../image/btn.png) no-repeat 169px center;
  background-size: 22px;
}

.sev ul li:last-child dl dd:hover a {
  background: url(../image/btn.png) no-repeat 169px center #f6f6f6;
  background-size: 22px;
}

#pageheaderTit {
  overflow: hidden;
}

#pageheaderTit ul {
  width: 300%;
  position: relative;
  overflow: hidden;
}

#pageheaderTit li {
  float: left;
  width: 33.3333%;
}

#pageheaderTit img {
  width: 100%;
}

#pageheaderTit span {
  width: 60px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10%;
  overflow: hidden;
  height: 10px;
  margin: auto;
}

#pageheaderTit em {
  width: 10px;
  margin: 0 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  float: left;
  height: 10px;
  cursor: pointer;
}

#pageheaderTit em.act {
  background: #ff7e25;
}

.pageContent {
  max-width: 1100px;
  margin: auto;
  line-height: 2;
  width: 100%;
}

.pageContent img {
  width: 100%;
}

#pageAbout {
  padding-top: 40px;
  padding-bottom: 100px;
}

#pageAbout nav {
  text-align: center;
  margin-bottom: 35px;
}

#pageAbout a {
  display: inline-block;
  max-width: 136px;
  line-height: 40px;
  font-size: 14px;
  background: #f1f1f1;
  color: #666;
  width: 21%;
}

@media (max-width: 380px) {
  #pageAbout a {
    width: 48%;
    margin-bottom: 7px;
  }
}

#pageAbout a.act {
  background: #ff7e25;
  color: #fff;
}

@media (max-width: 1100px) {
  #pageAbout article {
    padding: 0 15px;
  }
}

#pageAboutBanner {
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
  width: 100%;
}

#pageAboutBanner img {
  width: 100%;
  display: block;
}

#pageAboutBanner ul {
  position: relative;
  z-index: 1;
  left: 0;
}

#pageAboutBanner div {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-indent: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 4;
  overflow: hidden;
  height: 36px;
}

#pageAboutBanner span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 22px;
  text-align: center;
  counter-reset: ls;
  padding-right: 10px;
}

#pageAboutBanner em {
  counter-increment: ls;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  text-indent: 0;
  width: 22px;
  height: 22px;
  margin: 0 2px;
  cursor: pointer;
}

#pageAboutBanner em.act {
  background: #ff7e25;
}

#pageAboutBanner em::before {
  content: counter(ls);
  color: #fff;
  display: block;
  line-height: 22px;
}

.banner img {
  width: 100%;
}

#pros hgroup {
  padding-top: 70px;
  padding-bottom: 55px;
  text-align: center;
}

#pros hgroup h3 {
  line-height: 2;
  font-size: 36px;
  font-weight: 500;
}

#pros hgroup p {
  color: #888;
  font-size: 14px;
}

#pros .banner {
  width: 100%;
  overflow: hidden;
}

#pros .banner img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 960px) {
  #pros .banner img {
    width: 132.29167%;
    margin-left: -16.14583%;
  }
}

@media (max-width: 1000px) {
  #pros .mobile {
    padding: 0 15px;
  }
}

.pagetac {
  padding-bottom: 60px;
}

.pagetac ul {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.pagetac ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 820px) {
  .pagetac ul li {
    float: none !important;
    width: 100% !important;
    margin-bottom: 25px;
  }
}

.pagetac ul h3 {
  font-size: 16px;
  color: #504f4f;
  line-height: 2;
}

.pagetac ul div {
  font-family: "Courier New";
  font-size: 60px;
  color: #111;
  letter-spacing: -5px;
  line-height: 1.6;
}

.pagetac ul p {
  font-size: 14px;
  color: #888;
  line-height: 1.7;
}

#midAdv {
  background: #f5f5f5;
  display: block !important;
}

#service img {
  width: 100%;
}

#pageUnderAdv {
  display: block !important;
}

#pageUnderAdv ul {
  overflow: hidden;
  text-align: center;
  padding-bottom: 60px;
}

#pageUnderAdv li {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #f5f5f5;
  margin: 0 20px;
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  vertical-align: middle;
}

#pageUnderAdv li::before {
  content: '';
  display: block;
  width: 210px;
  height: 35px;
  position: absolute;
  bottom: -40px;
  background: url(../image/bg.png) no-repeat center;
  right: 0;
  left: 0;
  margin: auto;
}

#pageUnderAdv h3 {
  font-size: 36px;
  margin-top: 70px;
  color: #111;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#pageUnderAdv span {
  display: inline;
  color: #ff7e25;
}

#pageUnderAdv div {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.8;
  color: #666;
}

#pageUnderAdv hgroup {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 950px) {
  #pageUnderAdv hgroup {
    padding-top: 30px;
  }
  #pageUnderAdv hgroup h3 {
    margin-top: 0;
  }
}

#pageCase a, #well a {
  position: relative;
}

#pageCase a div, #well a div {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#pageCase a div img, #well a div img {
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  border: 7px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media (min-width: 1200px) {
  #pageCase a:hover div, #well a:hover div {
    opacity: 1;
  }
}

#pageCase {
  background: #f5f5f5;
  margin-top: 50px;
  padding-bottom: 80px;
}

#pageCase p {
  background: none;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  #pageCase p {
    height: 0;
    padding: 0;
    overflow: hidden;
  }
}

#well {
  padding-bottom: 80px;
}

#well a {
  float: left;
  width: 15.76667%;
  margin-bottom: 10px;
  margin-right: .9%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  #well a {
    width: 24.1%;
  }
}

@media (max-width: 790px) {
  #well a {
    width: 32.43333%;
  }
  #well a:nth-of-type(10) {
    display: none;
  }
  #well a:nth-of-type(11) {
    display: none;
  }
  #well a:nth-of-type(12) {
    display: none;
  }
}

@media (max-width: 520px) {
  #well a {
    width: 49.1%;
  }
  #well a:nth-of-type(7) {
    display: none;
  }
  #well a:nth-of-type(8) {
    display: none;
  }
  #well a:nth-of-type(9) {
    display: none;
  }
  #well a:nth-of-type(10) {
    display: none;
  }
  #well a:nth-of-type(11) {
    display: none;
  }
  #well a:nth-of-type(12) {
    display: none;
  }
}

#well span {
  overflow: hidden;
  border: 1px solid #999;
}

#well img {
  width: 100%;
}

#well em {
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 3;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#pageListsCase {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.5);
}

#pageListsCase p {
  position: relative;
  float: left;
  width: 120px;
  line-height: 36px;
  border: 1px solid #dadada;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

#pageListsCase p::before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  background: #fff;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  z-index: 2;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  margin: auto;
}

#pageListsCase nav {
  overflow: hidden;
  float: left;
  max-width: 1260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1420px) {
  #pageListsCase nav {
    padding-left: 0;
    margin-top: 15px;
  }
}

#pageListsCase nav li {
  float: left;
  width: 16.66667%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#pageListsCase nav li:nth-of-type(6n) > a::before {
  display: none;
}

@media (max-width: 640px) {
  #pageListsCase nav li {
    width: 33.33333%;
  }
  #pageListsCase nav li:nth-of-type(3n) > a::before {
    display: none;
  }
}

#pageListsCase nav li > a {
  line-height: 36px;
  color: #333;
  text-align: center;
  position: relative;
}

#pageListsCase nav li > a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 60%;
  width: 1px;
  background: #d8d8d8;
  margin: auto;
  display: block;
}

#pageListsCase nav li > a.act {
  background: #ff7e25;
  color: #fff;
}

#pageListsCase .listClass {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

#pageListsCase .listClass:first-child::before {
  content: '';
  height: 1px;
  background: #f2f2f2;
  width: 95%;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1420px) {
  #pageListsCase .listClass:first-child {
    padding-bottom: 20px;
  }
  #pageListsCase .listClass:first-child::before {
    opacity: 1;
  }
}

#pageListsCase .listClass form {
  background: #e4e4e4;
  padding: 20px 15px;
  margin-top: 20px;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1000px) {
  #pageListsCase .listClass form {
    width: 100% !important;
  }
}

@media (max-width: 890px) {
  #pageListsCase .listClass form {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
  }
}

#pageListsCase .listClass form::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: inherit;
  display: block;
  z-index: -1;
  margin: auto;
  width: 200%;
  left: -50%;
}

#pageListsCase .listClass form:after {
  content: '';
  display: block;
  clear: both;
}

#pageListsCase .listClass input[type="text"], #pageListsCase .listClass select {
  line-height: 35px;
  border: 2px solid #ddd;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #333;
  max-width: 250px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 20%;
  text-indent: 1.5em;
  height: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pageListsCase .listClass input[type="text"]:hover, #pageListsCase .listClass select:hover {
  -webkit-box-shadow: 0px 0px 10px #ccc;
          box-shadow: 0px 0px 10px #ccc;
}

@media (max-width: 890px) {
  #pageListsCase .listClass input[type="text"], #pageListsCase .listClass select {
    width: 23%;
    margin: 0 1%;
    display: block;
    float: left;
  }
}

@media (max-width: 680px) {
  #pageListsCase .listClass input[type="text"], #pageListsCase .listClass select {
    width: 48%;
    margin: .5% 2% .5% 0;
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  #pageListsCase .listClass input[type="text"], #pageListsCase .listClass select {
    width: 100%;
    float: none;
    margin: .5% 0;
  }
}

#pageListsCase .listClass input[type="submit"] {
  width: 100px;
  height: 35px;
  background: #f49a12;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 890px) {
  #pageListsCase .listClass input[type="submit"] {
    width: 100%;
    margin-top: 1%;
  }
}

@media (max-width: 600px) {
  #pageListsCase .listClass input[type="submit"] {
    display: block;
  }
}

#pageCases {
  padding-top: 50px;
  background: #f5f5f5;
  padding-bottom: 130px;
}

@media (max-width: 640px) {
  #pageCases article {
    padding: 0 7px;
  }
}

#pageCases #showdata {
  overflow: hidden;
}

#pageCases #showdata a {
  width: 23%;
  margin: 1%;
  overflow: hidden;
  float: left;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: 0;
  left: 0;
}

#pageCases #showdata a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#pageCases #showdata a:hover h3 {
  color: #ff7e25;
}

#pageCases #showdata a:hover strong {
  opacity: 1 !important;
  visibility: visible !important;
}

#pageCases #showdata a strong img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  margin: auto;
  border: 5px solid #fff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#pageCases #showdata > span {
  overflow: hidden;
}

#pageCases #showdata img {
  width: 100%;
}

#pageCases #showdata h3 {
  font-weight: 100;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  padding: 0 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 800px) {
  #pageCases #showdata h3 {
    white-space: pre-wrap;
    line-height: 20px;
    padding: 7px 10px;
  }
}

#pageCases #showdata em {
  color: #585858;
  font-size: 12px;
  text-align: center;
  line-height: 3;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

#pageCases #showdata em span {
  width: 50%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#pageCases #showdata em span:nth-of-type(1) b {
  color: #009ad6;
}

#pageCases #showdata em span:nth-of-type(2) b {
  color: #ff7e25;
}

@media (max-width: 835px) {
  #pageCases #showdata em span {
    float: none;
    width: 100%;
    line-height: 2.3;
  }
}

#pageCases #showdata em b {
  font-weight: 500;
  display: inline;
}

#pageCases #showdata p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 13px;
  color: #999;
  line-height: 20px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  #pageCases #showdata p {
    overflow: hidden;
    height: 0;
    padding: 0;
  }
}

#pageCases #showdata a > i {
  line-height: 36px;
  color: #999;
  font-size: 12px;
  font-style: normal;
  padding-left: 15px;
}

#pageCases #pageMore {
  background: #ff7e25;
  text-align: center;
  margin: auto;
  display: block;
  line-height: 46px;
  color: #fff;
  margin-top: 40px;
  width: 25%;
}

#content {
  background: #fff;
}

#content header {
  margin-bottom: 46px;
}

#content .fl {
  width: 60%;
  padding: 60px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  #content .fl {
    width: 50%;
  }
}

@media (max-width: 900px) {
  #content .fl {
    width: 100%;
    float: none;
  }
}

@media (max-width: 600px) {
  #content .fl {
    padding: 60px 35px;
  }
}

#content .fl div {
  overflow: hidden;
}

#content .fl b {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}

#content .fl b a {
  color: #009ad6;
}

#content .fl i {
  color: #ff7e25;
  font-style: normal;
}

#content .fl span {
  width: 50%;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  #content .fl span {
    width: 100%;
    float: none;
  }
}

#content .fl p {
  color: 666px;
  font-size: 12px;
  line-height: 25px;
  color: #666;
  padding-bottom: 20px;
}

#content .fl aside {
  width: 50%;
  float: left;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  #content .fl aside {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

#content .fl aside a {
  width: 125px;
  display: inline-block;
  margin-right: 18px;
  line-height: 38px;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
}

@media (max-width: 370px) {
  #content .fl aside a {
    width: 45%;
    margin: 0 2.5%;
  }
}

#content .fl aside a::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

#content .fl aside a:first-child {
  background: #ff7e25;
}

#content .fl aside a:first-child::before {
  background: url(../image/zc_1.png) no-repeat center;
}

#content .fl aside a:last-child {
  background: #009ad6;
}

#content .fl aside a:last-child::before {
  background: url(../image/zc_2.png) no-repeat center;
}

#content .fr {
  width: 40%;
  padding: 60px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  #content .fr {
    width: 50%;
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  #content .fr {
    width: 100%;
    float: none;
  }
}

@media (max-width: 600px) {
  #content .fr {
    padding: 60px 35px;
  }
}

@media (max-width: 480px) {
  #content .fr {
    padding: 20px 35px;
  }
}

#content .fr h4 {
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
  line-height: 40px;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#content .fr h4::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 2px;
  background: #ff7e25;
}

#content .fr li {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../image/zc_3.png) no-repeat left center;
  color: #666;
  line-height: 25px;
  font-size: 14px;
}

#content .fr ul {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#content .fr strong {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  line-height: 58px;
}

#content .fr strong span {
  color: #ff7e25;
  font-size: 36px;
  color: #ff7e25;
  vertical-align: middle;
  margin-left: 12px;
}

@media (max-width: 900px) {
  #content .fr h4 {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #content .fr ul {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

#content img {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

#content h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 40px;
  font-weight: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  #content h3 {
    font-size: 16px;
    font-weight: 700;
  }
}

#content h3::before {
  content: '';
  width: 2em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #009ad6;
}

#content .content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 46px;
  line-height: 1.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 640px) {
  #content .content {
    padding: 0 15px;
  }
}

@media (max-width: 450px) {
  #content .content {
    padding: 0;
  }
}

.otherH {
  padding: 54px 0;
  display: block;
  text-align: center;
  background: url(../image/zc_5.jpg) center;
  font-size: 14px;
  color: #666;
}

.otherH a {
  width: 125px;
  display: inline-block;
  margin-right: 18px;
  line-height: 38px;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
}

.otherH a::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

.otherH a:first-child {
  background: #ff7e25;
}

.otherH a:first-child::before {
  background: url(../image/zc_1.png) no-repeat center;
}

.otherH a:last-child {
  background: #009ad6;
}

.otherH a:last-child::before {
  background: url(../image/zc_2.png) no-repeat center;
}

#pageNewsList {
  text-align: center;
  padding-bottom: 35px;
  padding-top: 60px;
  background: #f5f5f5;
}

@media (max-width: 700px) {
  #pageNewsList {
    padding-bottom: 15px;
  }
}

#pageNewsList a {
  display: inline-block;
  width: 136px;
  line-height: 40px;
  font-size: 14px;
  background: #fff;
  color: #666;
  margin: 5px 10px;
}

#pageNewsList a.act {
  background: #ff7e25;
  color: #fff;
}

#pageNews {
  padding-bottom: 90px;
  background: #f5f5f5;
  overflow: hidden;
}

#news_data {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

@media (max-width: 820px) {
  #news_data {
    padding: 0;
  }
}

#news_data header {
  margin-bottom: 30px;
}

#news_data header a {
  position: relative;
  overflow: hidden;
}

#news_data header a:hover div {
  left: 5%;
}

#news_data header a:hover span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#news_data header p {
  display: none;
}

#news_data header span {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#news_data header img {
  width: 100%;
}

#news_data header div {
  position: absolute;
  bottom: 25px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
  left: 3%;
  max-width: 80%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  float: left;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 3;
}

@media (max-width: 740px) {
  #news_data header div {
    bottom: -100%;
    height: 0;
  }
}

#news_data header strong {
  float: left;
}

#news_data header strong::after {
  content: '→';
  margin-left: 8px;
}

#news_data div a {
  width: 49%;
  margin-right: 2%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 28px;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media (max-width: 860px) {
  #news_data div a {
    width: 100%;
    margin: auto;
    float: none;
    margin-bottom: 2%;
  }
}

#news_data div a:nth-of-type(2n) {
  margin-right: 0;
}

#news_data div a:hover {
  background: #000;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

#news_data div a:hover img {
  opacity: 0.7;
  visibility: visible;
}

#news_data div a:hover strong, #news_data div a:hover p, #news_data div a:hover span, #news_data div a:hover i, #news_data div a:hover span::after {
  color: #fff;
}

#news_data div a img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

#news_data div a div {
  border-bottom: 1px solid #eee;
}

#news_data div a strong {
  font-size: 18px;
  color: #010102;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  #news_data div a strong {
    line-height: 26px;
    margin-bottom: 15px;
  }
}

#news_data div a p {
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.7;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#news_data div a span {
  color: #010102;
  font-size: 32px;
  padding-top: 25px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

#news_data div a span::after {
  content: '→';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  font-size: 26px;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#news_data div a i {
  font-size: 14px;
  color: #666;
  margin-top: 7px;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_list {
  text-align: center;
}

#pageNews .newsContent {
  margin-top: 55px;
  display: table;
}

#pageNews .newsContent h1.title {
  font-weight: normal;
  font-size: 26px;
  line-height: 2;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

#pageNews .newsContent .time {
  font-size: 14px;
  text-align: center;
  width: 80%;
  border-bottom: 1px solid #c7c7c7;
  margin: auto;
  padding-bottom: 30px;
  color: #979797;
}

#pageNews .newsContent .time span {
  margin: 0 15px;
}

#pageNews .newsContent #nubs {
  color: #ff7e25;
}

#pageNews .newsContent .content {
  margin-top: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 95px;
}

@media (max-width: 970px) {
  #pageNews .newsContent .content {
    padding: 0 15px;
  }
}

#pageNews .pagelist {
  text-align: center;
  margin-top: -27px;
}

#pageNews .pagelist li {
  background: #f5f5f5;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#pageNews .pagelist li:hover {
  background: #ff7e25;
  color: #fff;
}

#pageNews .pagelist li:hover a::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

#pageNews .pagelist li:first-child a::before {
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}

#pageNews .pagelist li:last-child a::before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

#pageNews .pagelist li.act::before {
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}

#pageNews .pagelist a {
  display: block;
  width: 100%;
  height: 100%;
}

#pageNews .pagelist a::before {
  content: '';
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pageContactMain {
  padding-top: 15px;
  padding-bottom: 72px;
}

.pageContactMain nav {
  text-align: center;
  padding-bottom: 35px;
  padding-top: 60px;
}

.pageContactMain nav a {
  display: inline-block;
  width: 136px;
  line-height: 40px;
  font-size: 14px;
  background: #f5f5f5;
  color: #666;
  margin: 0 10px;
  margin-bottom: 10px;
}

.pageContactMain nav a.act {
  background: #ff7e25;
  color: #fff;
}

.pageContactMain .contact {
  overflow: hidden;
  padding-bottom: 50px;
}

.pageContactMain .contact:nth-of-type(2n) {
  background: #f5f5f5;
}

.pageContactMain .contact h2 {
  margin-top: 35px;
  margin-bottom: 45px;
  text-align: center;
  color: #333;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pageContactMain .contact .fl {
  width: 70%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1120px) {
  .pageContactMain .contact .fl {
    width: 60%;
  }
}

.pageContactMain .contact .fr {
  width: 30%;
  line-height: 1.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1120px) {
  .pageContactMain .contact .fr {
    width: 40%;
  }
}

@media (max-width: 820px) {
  .pageContactMain .contact .fl, .pageContactMain .contact .fr {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}

.pageContactMain .contact .map {
  width: 90%;
  margin: auto;
  height: 450px;
  border: 10px solid #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 820px) {
  .pageContactMain .contact .map {
    height: 200px;
  }
}

.pageContactMain .mas {
  padding-bottom: 100px;
}

.pageContactMain .mas hgroup {
  text-align: center;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pageContactMain .mas hgroup p {
  line-height: 1.5;
  color: #969696;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pageContactMain .mas h3 {
  line-height: 3;
  color: #575757;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pageContactMain .mas h3::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  height: 1px;
  color: #ccc;
  width: 100%;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: currentColor;
  position: absolute;
  max-width: 1200px;
}

.pageContactMain .mas h3 span {
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  *display: inline;
  padding: 0 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pageContactMain .mas form {
  margin: auto;
  max-width: 560px;
  margin-top: 40px;
  width: 98%;
}

.pageContactMain .mas textarea {
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #666;
  line-height: 20px;
  text-indent: 1em;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 16px;
  min-height: 160px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.pageContactMain .mas [type="text"] {
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #666;
  line-height: 40px;
  text-indent: 1em;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 16px;
}

.pageContactMain .mas .label {
  margin-bottom: 16px;
  line-height: 3;
  text-align: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pageContactMain .mas .label .tit2 {
  color: #ff7e25;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pageContactMain .mas .label span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pageContactMain .mas .label label {
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 450px) {
  .pageContactMain .mas .label label {
    display: inline-block;
  }
}

.pageContactMain .mas .label label input {
  vertical-align: middle;
}

.pageContactMain .mas .label label span {
  margin-left: 3px;
  font-size: 14px;
  color: #666;
}

.pageContactMain .mas .submit input {
  max-width: 280px;
  width: 90%;
  margin: auto;
  background: #ff7e25;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.underPagelist {
  margin-top: 46px;
  margin-bottom: 35px;
  overflow: hidden;
}

.underPagelist li {
  float: left;
  width: 50%;
  text-align: center;
}

@media (max-width: 700px) {
  .underPagelist li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

.hjm-list li, .m-abt, .m-counter {
  overflow: hidden;
}

.focus .prev::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 20%;
  margin: auto;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}

#service {
  padding-bottom: 25px;
  background: #fafafa;
}

.mobile {
  line-height: 1.8;
  color: #999;
}

.cha {
  overflow: hidden;
  padding-bottom: 630px;
}

.cha.mcha {
  background: url(../image/wweb_banner_bg.jpg) no-repeat center top;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 970px) {
  .cha.mcha {
    background: url(../image/wweb_banner_bg1.jpg) no-repeat center top;
    padding-bottom: 60px;
  }
}

.cha li {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  width: 210px;
  height: 210px;
  border: 1px solid #004e76;
  margin-right: 69px;
  margin-left: 69px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 970px) {
  .cha li {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 46%;
    margin: 2%;
    height: auto;
    padding: 13px 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.35);
  }
}

@media (max-width: 400px) {
  .cha li p {
    font-size: 12px;
  }
}

.cha b {
  margin-top: 38px;
}

@media (max-width: 550px) {
  .cha b {
    margin-top: 15px;
  }
}

.cha header {
  line-height: 3;
  font-size: 34px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 10px;
}

.cha img {
  width: auto;
  margin: auto;
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (max-width: 1440px) {
  .cha {
    text-align: center;
  }
  .cha li {
    margin: 0 1%;
    display: inline-block;
    float: none;
  }
}

@media (max-width: 970px) {
  .cha li {
    margin-bottom: 15px;
  }
}

.mun div.wrap {
  line-height: 60px;
  margin-bottom: 45px;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mun div.wrap div {
  width: 16.66666%;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 590px) {
  .mun div.wrap div {
    width: 33.33333%;
    line-height: 46px;
  }
  .mun div.wrap div span:first-child {
    background: #f5f5f5;
  }
}

.mun div.wrap span {
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mun a {
  clear: both;
  background: #f5f5f5;
  text-align: center;
  line-height: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ed1941;
}

.munHeader {
  height: 160px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
}

.munHeader h3 {
  margin-top: 40px;
}

.munHeader span {
  display: inline;
  font-weight: 700;
  margin: 0 5px;
}

.munHeader + div {
  background: #f5f5f5;
  line-height: 45px;
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.munHeaders {
  margin-top: 46px;
  text-align: center;
  margin-bottom: 46px;
}

.munHeaders h3 {
  color: #ed1941;
  font-size: 30px;
  line-height: 60px;
  position: relative;
}

.munHeaders h3::before {
  content: '';
  width: 2em;
  height: 3px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.munHeaders p {
  line-height: 2;
  margin-top: 10px;
}

#munMain a {
  cursor: default;
}

#munMain form {
  overflow: hidden;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
}

#munMain form input {
  line-height: 36px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  float: left;
  text-indent: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  margin-bottom: 15px;
}

#munMain form input:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

#munMain form #submit {
  text-indent: 0;
}

.munAdv {
  overflow: hidden;
  display: block !important;
}

.munAdv li {
  overflow: hidden;
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
  height: 240px;
}

@media (min-width: 1050px) {
  .munAdv li:hover div {
    top: -190px;
  }
}

.munAdv li img {
  margin: auto;
}

.munAdv li div {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.munAdv li p {
  padding-bottom: 10px;
  border-bottom: 2px dashed #eee;
  margin-top: -48px;
  margin-bottom: 10px;
}

.munAdv li em {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  height: 135px;
}

.munAdv li a {
  width: 100px;
  background: #ed1941;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin: auto;
}

@media (max-width: 1050px) {
  .munAdv li {
    height: auto;
  }
  .munAdv li img {
    width: 120%;
  }
}

@media (max-width: 750px) {
  .munAdv li {
    width: 50%;
    margin-bottom: 35px;
    font-size: 12px;
  }
}

.underMunAdv {
  display: block !important;
}

.underMunAdv hgroup {
  font-size: 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 530px) {
  .underMunAdv hgroup {
    font-size: 26px;
  }
}

.underMunAdv hgroup span {
  display: inline;
  vertical-align: -5px;
  color: #ff7e25;
}

.underMunAdv hgroup p {
  color: #ccc;
}

.underMunAdv ul {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.underMunAdv ul > li {
  padding: 40px 0 65px;
  overflow: hidden;
}

.underMunAdv ul > li:nth-of-type(odd) {
  background: #f9f9f9;
}

.underMunAdv ul > li > p {
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 33px;
}

.underMunAdv ul > li:nth-of-type(5) {
  padding-bottom: 0;
}

.underMunAdv header {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 14px;
  position: relative;
}

.underMunAdv header::before {
  content: '';
  height: 3px;
  background: #009ad6;
  width: 2.5em;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.underMunAdvFirst {
  display: block !important;
}

.underMunAdvFirst li {
  width: 340px;
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.underMunAdvFirst li img {
  width: 100%;
}

.underMunAdvFirst li span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.underMunAdvFirst li:hover {
  -webkit-box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.underMunAdvFirst li:hover::before {
  opacity: 1;
}

.underMunAdvFirst li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 400px) {
  .underMunAdvFirst li {
    width: 100%;
    margin: 0;
    font-size: 18px;
  }
}

.underMunAdvSecond, .underMunAdvThird {
  display: block !important;
}

.underMunAdvSecond ol, .underMunAdvThird ol {
  overflow: hidden;
}

.underMunAdvSecond li, .underMunAdvThird li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.underMunAdvSecond li::after, .underMunAdvThird li::after {
  content: '';
  width: 1px;
  height: 60%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ebebeb;
  margin: auto;
}

.underMunAdvSecond strong, .underMunAdvThird strong {
  font-size: 20px;
  line-height: 2.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.underMunAdvSecond p, .underMunAdvThird p {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.underMunAdvSecond {
  display: block !important;
}

.underMunAdvSecond div {
  float: left;
  width: 50%;
}

.underMunAdvSecond li {
  width: 50%;
}

.underMunAdvSecond li::before {
  content: '';
  display: block;
  width: 108px;
  height: 108px;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}

.underMunAdvSecond li:nth-of-type(1)::before {
  background: url(../image/mun2-1.jpg) no-repeat center;
}

.underMunAdvSecond li:nth-of-type(2)::before {
  background: url(../image/mun2-2.jpg) no-repeat center;
}

.underMunAdvSecond li:nth-of-type(3)::before {
  background: url(../image/mun2-3.jpg) no-repeat center;
}

.underMunAdvSecond li:nth-of-type(4)::before {
  background: url(../image/mun2-4.jpg) no-repeat center;
}

.underMunAdvSecond li:nth-of-type(4)::after {
  display: none;
}

.underMunAdvSecond li:hover::before {
  top: -15px;
}

.underMunAdvSecond li:hover strong {
  color: #ff7e25;
}

@media (max-width: 1060px) {
  .underMunAdvSecond div {
    float: none;
    width: 100%;
  }
  .underMunAdvSecond li {
    width: 50%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .underMunAdvSecond li:nth-of-type(1), .underMunAdvSecond li:nth-of-type(2) {
    border-bottom: 1px solid #ebebeb;
  }
  .underMunAdvSecond strong {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .underMunAdvSecond li {
    float: none;
    width: 100%;
  }
  .underMunAdvSecond li::after {
    display: none;
  }
}

.underMunAdvThird {
  display: block !important;
}

.underMunAdvThird li {
  padding-bottom: 25px;
}

.underMunAdvThird li:hover {
  background: #fff;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.underMunAdvThird li:hover strong {
  color: #ff7e25;
}

@media (max-width: 600px) {
  .underMunAdvThird li {
    width: 50%;
  }
  .underMunAdvThird li:nth-of-type(3), .underMunAdvThird li:nth-of-type(4) {
    border-top: 1px solid #ebebeb;
  }
}

.underMunAdvFourth {
  display: block !important;
}

.underMunAdvFourth ol {
  overflow: hidden;
}

.underMunAdvFourth li {
  width: 31%;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 1%;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: left;
}

.underMunAdvFourth li::before {
  content: '';
  display: block;
  position: relative;
  width: 78px;
  height: 78px;
  float: left;
  margin-right: 10px;
}

.underMunAdvFourth li:hover {
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.underMunAdvFourth li:nth-of-type(1)::before {
  background: url(../image/mun3-1.gif) no-repeat center;
}

.underMunAdvFourth li:nth-of-type(2)::before {
  background: url(../image/mun3-2.gif) no-repeat center;
}

.underMunAdvFourth li:nth-of-type(3)::before {
  background: url(../image/mun3-3.gif) no-repeat center;
}

.underMunAdvFourth li:nth-of-type(4)::before {
  background: url(../image/mun3-4.gif) no-repeat center;
}

.underMunAdvFourth li:nth-of-type(5)::before {
  background: url(../image/mun3-5.gif) no-repeat center;
}

@media (max-width: 1060px) {
  .underMunAdvFourth li {
    height: 112px;
  }
}

@media (max-width: 840px) {
  .underMunAdvFourth li {
    height: auto;
    width: 48%;
  }
}

@media (max-width: 600px) {
  .underMunAdvFourth li {
    padding-right: 0;
    text-align: center;
  }
  .underMunAdvFourth li::before {
    float: none;
    margin: auto;
  }
}

.underMunAdvFourth strong {
  line-height: 2.3;
}

.underMunAdvFourth p {
  font-size: 14px;
  color: #6d6d6d;
}

.underMunAdvFifth {
  display: block !important;
}

.underMunAdvFifth li {
  padding: 45px 0;
  cursor: pointer;
}

.underMunAdvFifth li:nth-of-type(1) {
  background: #b2d235;
}

.underMunAdvFifth li:nth-of-type(2) {
  background: #009ad6;
}

.underMunAdvFifth li:nth-of-type(3) {
  background: #f36c21;
}

.underMunAdvFifth li:nth-of-type(4) {
  background: #ffe600;
}

.underMunAdvFifth li:nth-of-type(5) {
  background: #ed1941;
}

.underMunAdvFifth strong {
  font-size: 28px;
  color: #fff;
  position: relative;
}

.underMunAdvFifth article {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  margin-top: 20px;
}

.underMunAdvFifth article div {
  float: left;
  margin: 1%;
  text-align: left;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.underMunAdvFifth article div::before {
  content: '';
  display: block;
  width: 84px;
  height: 84px;
  float: left;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.underMunAdvFifth article div:hover {
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.underMunAdvFifth article span {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.underMunAdvFifth article p {
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.underMunAdvFifth .fifthFirst div {
  width: 31%;
}

.underMunAdvFifth .fifthFirst div:nth-of-type(1)::before {
  background: url(../image/mun4-1-1.png) no-repeat center;
}

.underMunAdvFifth .fifthFirst div:nth-of-type(2)::before {
  background: url(../image/mun4-1-2.png) no-repeat center;
}

.underMunAdvFifth .fifthFirst div:nth-of-type(3)::before {
  background: url(../image/mun4-1-3.png) no-repeat center;
}

.underMunAdvFifth .fifthFirst div:nth-of-type(4)::before {
  background: url(../image/mun4-1-4.png) no-repeat center;
}

.underMunAdvFifth .fifthFirst div:nth-of-type(5)::before {
  background: url(../image/mun4-1-5.png) no-repeat center;
}

.underMunAdvFifth .fifthFirst div:nth-of-type(6)::before {
  background: url(../image/mun4-1-6.png) no-repeat center;
}

@media (max-width: 730px) {
  .underMunAdvFifth .fifthFirst div {
    text-align: center;
  }
  .underMunAdvFifth .fifthFirst div::before {
    float: none;
    margin: auto;
  }
}

@media (max-width: 580px) {
  .underMunAdvFifth .fifthFirst div {
    width: 48%;
  }
}

.underMunAdvFifth .fifthSecond div {
  width: 23%;
}

.underMunAdvFifth .fifthSecond div:nth-of-type(1)::before {
  background: url(../image/mun4-2-1.png) no-repeat center;
}

.underMunAdvFifth .fifthSecond div:nth-of-type(2)::before {
  background: url(../image/mun4-2-2.png) no-repeat center;
}

.underMunAdvFifth .fifthSecond div:nth-of-type(3)::before {
  background: url(../image/mun4-2-3.png) no-repeat center;
}

.underMunAdvFifth .fifthSecond div:nth-of-type(4)::before {
  background: url(../image/mun4-2-4.png) no-repeat center;
}

.underMunAdvFifth .fifthSecond div:nth-of-type(5)::before {
  background: url(../image/mun4-2-5.png) no-repeat center;
}

.underMunAdvFifth .fifthSecond div:nth-of-type(6)::before {
  background: url(../image/mun4-2-6.png) no-repeat center;
}

.underMunAdvFifth .fifthSecond div:nth-of-type(7)::before {
  background: url(../image/mun4-2-7.png) no-repeat center;
}

.underMunAdvFifth .fifthSecond div:nth-of-type(8)::before {
  background: url(../image/mun4-2-8.png) no-repeat center;
}

@media (max-width: 1210px) {
  .underMunAdvFifth .fifthSecond div {
    width: 31%;
  }
}

@media (max-width: 910px) {
  .underMunAdvFifth .fifthSecond div {
    width: 48%;
  }
}

@media (max-width: 610px) {
  .underMunAdvFifth .fifthSecond div {
    text-align: center;
  }
  .underMunAdvFifth .fifthSecond div::before {
    float: none;
    margin: auto;
  }
}

@media (max-width: 410px) {
  .underMunAdvFifth .fifthSecond div span {
    font-size: 16px;
    line-height: 3;
  }
}

@media (max-width: 350px) {
  .underMunAdvFifth .fifthSecond div span {
    font-size: 14px;
    line-height: 4;
  }
}

.underMunAdvFifth .fifthThird div {
  width: 31%;
}

.underMunAdvFifth .fifthThird div:nth-of-type(1)::before {
  background: url(../image/mun4-3-1.png) no-repeat center;
}

.underMunAdvFifth .fifthThird div:nth-of-type(2)::before {
  background: url(../image/mun4-3-2.png) no-repeat center;
}

.underMunAdvFifth .fifthThird div:nth-of-type(3)::before {
  background: url(../image/mun4-3-3.png) no-repeat center;
}

.underMunAdvFifth .fifthThird div:nth-of-type(4)::before {
  background: url(https://www.sdguguo.com/img/mun4-3-4.png) no-repeat center;
}

.underMunAdvFifth .fifthThird div:nth-of-type(5)::before {
  background: url(https://www.sdguguo.com/img/mun4-3-5.png) no-repeat center;
}

.underMunAdvFifth .fifthThird div:nth-of-type(6)::before {
  background: url(https://www.sdguguo.com/img/mun4-3-6.png) no-repeat center;
}

@media (max-width: 810px) {
  .underMunAdvFifth .fifthThird div {
    text-align: center;
  }
  .underMunAdvFifth .fifthThird div::before {
    float: none;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .underMunAdvFifth .fifthThird div {
    width: 98%;
    float: none;
  }
}

.underMunAdvFifth .fifthFourth div {
  width: 31%;
}

.underMunAdvFifth .fifthFourth div::before {
  width: 92px;
  height: 92px;
}

.underMunAdvFifth .fifthFourth div:nth-of-type(1)::before {
  background: url(../image/mun4-4-1.png) no-repeat center;
}

.underMunAdvFifth .fifthFourth div:nth-of-type(2)::before {
  background: url(../image/mun4-4-2.png) no-repeat center;
}

.underMunAdvFifth .fifthFourth div:nth-of-type(3)::before {
  background: url(../image/mun4-4-3.png) no-repeat center;
}

.underMunAdvFifth .fifthFourth div:nth-of-type(4)::before {
  background: url(https://www.sdguguo.com/img/mun4-4-4.png) no-repeat center;
}

.underMunAdvFifth .fifthFourth div:nth-of-type(5)::before {
  background: url(https://www.sdguguo.com/img/mun4-4-5.png) no-repeat center;
}

.underMunAdvFifth .fifthFourth div:nth-of-type(6)::before {
  background: url(https://www.sdguguo.com/img/mun4-4-6.png) no-repeat center;
}

@media (max-width: 810px) {
  .underMunAdvFifth .fifthFourth div {
    text-align: center;
  }
  .underMunAdvFifth .fifthFourth div::before {
    float: none;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .underMunAdvFifth .fifthFourth div {
    width: 98%;
    float: none;
  }
}

.underMunAdvFifth .fifthfifth div {
  width: 23%;
}

.underMunAdvFifth .fifthfifth div::before {
  float: none;
  width: 100%;
  height: 100px;
}

.underMunAdvFifth .fifthfifth div:nth-of-type(1)::before {
  background: url(../image/mun4-5-1.png) no-repeat center;
}

.underMunAdvFifth .fifthfifth div:nth-of-type(2)::before {
  background: url(../image/mun4-5-2.png) no-repeat center;
}

.underMunAdvFifth .fifthfifth div:nth-of-type(3)::before {
  background: url(../image/mun4-5-3.png) no-repeat center;
}

.underMunAdvFifth .fifthfifth div:nth-of-type(4)::before {
  background: url(../image/mun4-5-4.png) no-repeat center;
}

.underMunAdvFifth .fifthfifth div:nth-of-type(5)::before {
  background: url(https://www.sdguguo.com/img/mun4-5-5.png) no-repeat center;
}

.underMunAdvFifth .fifthfifth div:nth-of-type(6)::before {
  background: url(https://www.sdguguo.com/img/mun4-5-6.png) no-repeat center;
}

.underMunAdvFifth .fifthfifth div span, .underMunAdvFifth .fifthfifth div p {
  margin: auto;
  max-width: 240px;
  width: 100%;
}

@media (max-width: 840px) {
  .underMunAdvFifth .fifthfifth div {
    width: 48%;
  }
}

@media (max-width: 500px) {
  .underMunAdvFifth .fifthfifth div {
    width: 98%;
  }
}

.underMunAdvsixth {
  max-width: 1160px;
  margin-top: -33px;
  display: block !important;
}

.underMunAdvsixth li {
  padding: 75px 0;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.underMunAdvsixth li::before {
  content: '';
  width: 90%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.underMunAdvsixth li div {
  width: 670px;
  padding-top: 46px;
}

.underMunAdvsixth li:nth-of-type(1) img {
  float: left;
}

.underMunAdvsixth li:nth-of-type(1) div {
  float: right;
}

.underMunAdvsixth li:nth-of-type(2) img {
  float: right;
}

.underMunAdvsixth li:nth-of-type(2) div {
  float: left;
}

.underMunAdvsixth li:nth-of-type(3) img {
  float: left;
}

.underMunAdvsixth li:nth-of-type(3) div {
  float: right;
}

@media (max-width: 1150px) {
  .underMunAdvsixth li img {
    width: 38%;
  }
  .underMunAdvsixth li div {
    width: 60%;
  }
}

@media (max-width: 970px) {
  .underMunAdvsixth li div {
    padding-top: 30px;
  }
}

@media (max-width: 770px) {
  .underMunAdvsixth li img {
    width: 80%;
    float: none !important;
    margin: auto;
  }
  .underMunAdvsixth li div {
    width: 100%;
    float: none !important;
  }
}

.underMunAdvsixth strong {
  font-size: 32px;
  color: #333;
  line-height: 2;
}

.underMunAdvsixth p {
  font-size: 18px;
  color: #666;
  line-height: 32px;
}

.no h5 {
  color: #ed1941;
  font-size: 30px;
  line-height: 60px;
  position: relative;
}

.no h5::before {
  content: '';
  width: 2em;
  height: 3px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.no span {
  font-size: 24px;
  margin-top: 10px;
}

.no em {
  line-height: 36px;
  background: #ed1941;
  display: inline;
  padding: 0 12px;
  margin-right: 5px;
}

#headerAdv {
  display: block !important;
}

.pageUnderAdv {
  overflow: hidden;
  display: block !important;
}

.page-news {
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sdsf {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

#sdsf a {
  float: left;
  width: 24%;
  margin: .5%;
  height: 320px;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 15px;
}

#sdsf img {
  width: 100%;
}

#sdsf strong {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 2.5;
}

#sdsf p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

#sdsf em {
  font-size: 12px;
}

#pageheaderTit img {
  width: 1920px;
}

@media (max-width: 1200px) {
  #pageheaderTit img {
    width: 162.5%;
  }
}

#aboutMain {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1023px) {
  #aboutMain {
    overflow: visible;
  }
}

#aboutMain section {
  -webkit-transition: width .7s;
  transition: width .7s;
  height: 100%;
  float: left;
  background: #f5f5f5;
  position: relative;
}

@media (max-width: 1023px) {
  #aboutMain section:not(:first-child) {
    height: auto;
  }
  #aboutMain section:not(:first-child) article {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

#aboutMain > div {
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1023px) {
  #aboutMain > div {
    overflow: visible;
  }
}

@media (max-width: 1023px) {
  #footer {
    display: block !important;
  }
}

.abwow {
  visibility: hidden;
}

#aboutBtn {
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: auto;
  height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
}

#aboutBtn li {
  float: left;
  width: 175px;
  height: 100%;
  line-height: 50px;
}

#aboutBtn ul {
  overflow: hidden;
  width: 1050px;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#aboutBtn div {
  width: 175px;
  overflow: hidden;
  margin: auto;
  height: 100%;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #00222F;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#aboutBtn div.act {
  background: #fff;
  color: #00222F;
}

#aboutBtn aside {
  height: 12px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
}

#aboutBtn aside.act em::before {
  background: #fff;
}

#aboutBtn em {
  width: 100px;
  height: 12px;
  display: block;
  position: relative;
  margin-left: 40px;
  float: left;
  cursor: pointer;
  margin-right: 40px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#aboutBtn em.prev {
  margin-left: 0;
}

#aboutBtn em.next {
  margin-right: 0;
}

#aboutBtn em.act {
  margin: 0;
}

#aboutBtn em::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #00222F;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abBanner {
  background: url(../image/sec_1.jpg) no-repeat center !important;
  position: relative;
  background-size: cover !important;
}

#abBanner article {
  height: 210px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  #abBanner article {
    font-size: 29px;
  }
}

@media (max-width: 480px) {
  #abBanner article {
    font-size: 28px;
  }
}

@media (max-width: 460px) {
  #abBanner article {
    font-size: 27px;
  }
}

@media (max-width: 440px) {
  #abBanner article {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  #abBanner article {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  #abBanner article {
    font-size: 24px;
  }
}

@media (max-width: 380px) {
  #abBanner article {
    font-size: 23px;
  }
}

@media (max-width: 360px) {
  #abBanner article {
    font-size: 22px;
  }
}

@media (max-width: 340px) {
  #abBanner article {
    font-size: 21px;
  }
}

@media (max-width: 320px) {
  #abBanner article {
    font-size: 20px;
  }
}

#abBanner a {
  position: relative;
  width: 45px;
  height: 45px;
  margin: auto;
  margin-top: 15px;
}

#abBanner a::before, #abBanner a::after {
  content: '';
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#abBanner a::before {
  width: 100%;
  height: 10px;
}

#abBanner a::after {
  height: 100%;
  width: 10px;
}

#abGuguo article {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abGuguo hgroup {
  margin-bottom: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 35px;
}

#abGuguo hgroup h3 {
  font-size: 24px;
  color: #08133b;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abGuguo .fl {
  width: 30%;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abGuguo .fl h4 {
  margin-bottom: 30px;
  color: #474849;
  font-size: 18px;
  font-weight: 500;
}

#abGuguo .fl p {
  color: #747474;
  line-height: 20px;
}

#abGuguo .fl a {
  color: #0075c2;
  margin-top: 40px;
}

@media (max-width: 820px) {
  #abGuguo .fl {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

#abGuguo .fr {
  width: 46.85714%;
  overflow: hidden;
  height: 280px;
  position: relative;
  margin-bottom: 35px;
}

#abGuguo .fr ul {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#abGuguo .fr li {
  height: 100%;
  position: absolute;
  overflow: hidden;
}

#abGuguo .fr li:nth-of-type(1) {
  z-index: 4;
}

#abGuguo .fr li:nth-of-type(2) {
  z-index: 3;
}

#abGuguo .fr li:nth-of-type(3) {
  z-index: 2;
}

#abGuguo .fr li:nth-of-type(4) {
  z-index: 1;
}

#abGuguo .fr img {
  width: 100%;
}

#abGuguo .fr button {
  position: absolute;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 56px;
  background: #ff7e25;
  width: 75px;
  left: 0;
  bottom: 0;
  z-index: 3;
}

#abGuguo .fr::before {
  content: attr(l-txt);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  z-index: 3;
  background: #2c3342;
}

@media (max-width: 1160px) {
  #abGuguo .fr {
    width: 60.71429%;
  }
}

@media (max-width: 820px) {
  #abGuguo .fr {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

@media (max-width: 620px) {
  #abGuguo .fr {
    height: 200px;
  }
}

#abGuguo .nub {
  clear: both;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#abGuguo .nub ul {
  overflow: hidden;
}

#abGuguo .nub li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  color: #8d8d8d;
}

#abGuguo .nub li:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(currentcolor), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), currentcolor, rgba(0, 0, 0, 0));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 710px) {
  #abGuguo .nub li {
    width: 50%;
  }
  #abGuguo .nub li:nth-of-type(2)::before {
    opacity: 0;
  }
}

#abGuguo .nub span {
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: 100;
}

#abGuguo .nub span::after {
  content: attr(l-txt);
  vertical-align: 15px;
  display: inline;
  margin-left: 7px;
  font-size: 16px;
}

@media (max-width: 376px) {
  #abGuguo .nub em {
    font-size: 12px;
  }
}

#abPro article {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abPro hgroup {
  margin-bottom: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 35px;
}

#abPro hgroup h3 {
  font-size: 24px;
  color: #08133b;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abPro ul {
  margin-top: 46px;
}

#abPro ul::after {
  content: '';
  display: block;
  clear: both;
}

#abPro li {
  width: 30%;
  float: left;
  margin-right: 5%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}

#abPro li:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

#abPro li:last-child {
  margin-right: 0;
}

@media (max-width: 670px) {
  #abPro li {
    width: 96%;
    float: none;
    margin: auto;
    margin-bottom: 3%;
  }
}

#abPro img {
  width: 100%;
}

#abPro span {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  overflow: hidden;
  height: 135px;
}

#abPro span::before {
  content: attr(l-txt);
  display: block;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 7px;
}

#abPro span::after {
  content: '';
  width: 90%;
  height: 1px;
  background: #efefef;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 950px) {
  #abPro span {
    height: auto;
    padding-bottom: 20px;
  }
}

#abPro span a {
  float: left;
  width: 30%;
  margin-right: 2%;
  color: #999999;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abPro span a:hover {
  color: #ed1941;
  opacity: 0.9;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

@media (max-width: 1460px) {
  #abPro span a {
    width: 48%;
  }
}

@media (max-width: 950px) {
  #abPro span a {
    width: 100%;
  }
}

#abPro em {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

#abPro em a {
  width: 90px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

#abCus article {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abCus hgroup {
  margin-bottom: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 35px;
}

#abCus hgroup h3 {
  font-size: 24px;
  color: #08133b;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abCus ul {
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abCus ul li {
  width: 18%;
  margin: 1%;
  float: left;
  outline: 1px solid #f5f5f5;
}

@media (max-width: 1140px) {
  #abCus ul img {
    width: 100%;
  }
}

@media (max-width: 700px) {
  #abCus ul li {
    width: 23%;
  }
}

@media (max-width: 600px) {
  #abCus ul {
    padding: 0;
  }
}

#abNews article {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abNews hgroup {
  margin-bottom: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 35px;
}

#abNews hgroup h3 {
  font-size: 24px;
  color: #08133b;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abNews div {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#abNews a {
  width: 23.4%;
  margin: 13px 0.8%;
  float: left;
  overflow: hidden;
  height: 230px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media (min-width: 1024px) {
  #abNews a:hover img {
    opacity: 0.6;
  }
  #abNews a:hover strong {
    bottom: 33px;
  }
  #abNews a:hover em {
    bottom: 5px;
  }
}

@media (max-width: 1340px) {
  #abNews a {
    height: auto;
  }
}

@media (max-width: 1023px) {
  #abNews a {
    width: 48.4%;
  }
}

#abNews span {
  background: #000;
}

#abNews img {
  width: 100%;
  height: 245px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1023px) {
  #abNews img {
    height: auto;
  }
}

#abNews p {
  display: none;
}

#abNews strong {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  width: 90%;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: auto;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 9px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: -70px;
}

#abNews strong:hover {
  color: #ff7e25;
}

@media (max-width: 1023px) {
  #abNews strong {
    position: relative;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

#abNews em {
  line-height: 28px;
  background: #fff;
  text-indent: 5px;
  font-size: 12px;
  color: #999;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
  width: 90%;
  margin: auto;
  right: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: -30px;
}

#abNews em:hover {
  color: #ff7e25;
}

@media (max-width: 1023px) {
  #abNews em {
    position: relative;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    bottom: 0;
  }
}

#abContact {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1023px) {
  #abContact {
    padding-bottom: 60px;
  }
}

#abContact article {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abContact hgroup {
  margin-bottom: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 35px;
}

#abContact hgroup h3 {
  font-size: 24px;
  color: #08133b;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abContact .abContactMain {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

#abContact #abMap {
  float: left;
  width: 58.57143%;
  height: 400px;
  outline: 1px solid #dddddd;
}

@media (max-width: 840px) {
  #abContact #abMap {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    height: 250px;
  }
}

#abContact .fr {
  width: 36.78571%;
}

@media (max-width: 840px) {
  #abContact .fr {
    float: left;
    width: 100%;
  }
}

#pageTeam {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 1023px) {
  #pageTeam {
    height: auto;
  }
}

#team {
  width: 100%;
  height: 100%;
  background: url(../image/team.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

#team hgroup {
  margin-top: 130px;
  margin-bottom: 46px;
}

#team hgroup p {
  font-size: 20px;
}

#team h3 {
  font-size: 36px;
  line-height: 1.9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#team article {
  padding: 0 30px;
}

#team article img {
  width: 100%;
  line-height: 1.7;
  color: #fff;
}

@media (max-width: 1023px) {
  #team {
    padding-bottom: 65px;
  }
}

@media (max-width: 640px) {
  #team h3 {
    font-size: 26px;
  }
}

@media (max-width: 460px) {
  #team h3 {
    font-size: 20px;
  }
  #team hgroup p {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  #team h3 {
    font-size: 16px;
  }
}

#teamNav {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
}

@media (max-width: 1023px) {
  #teamNav {
    position: relative;
  }
}

#teamNav span {
  display: inline;
  margin: 0 7px;
}

#teamNav h3 {
  height: 1em;
  width: 465px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  text-align: center;
  font-size: 42px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#teamNav h3::before {
  content: '';
  height: 6px;
  width: 3em;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -45px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 415px) {
  #teamNav h3 {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
}

#teamNav div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 80%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1023px) {
  #teamNav div {
    position: relative;
    height: 690px;
    width: 100%;
  }
}

@media (max-width: 910px) {
  #teamNav div {
    height: 530px;
  }
}

@media (max-width: 730px) {
  #teamNav div {
    height: 360px;
  }
}

@media (max-width: 480px) {
  #teamNav div {
    height: 270px;
  }
}

#teamNav .cust {
  background: url(../image/cus.jpg) no-repeat center, #20c0fe;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  left: -100%;
  background-size: cover;
}

#teamNav .cust h3 {
  right: 7%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

@media (max-width: 1100px) {
  #teamNav .cust {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  #teamNav .cust h3 {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

@media (max-width: 1023px) {
  #teamNav .cust {
    left: 0 !important;
  }
}

#teamNav .tech {
  right: -50%;
  background: url(../image/tech.jpg) no-repeat center, #fd3838;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  right: -100%;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#teamNav .tech h3 {
  left: 7%;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

@media (max-width: 1100px) {
  #teamNav .tech {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  #teamNav .tech h3 {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

@media (max-width: 1023px) {
  #teamNav .tech {
    right: 0 !important;
  }
}

#teamNav.left .cust {
  left: -50%;
}

@media (max-width: 1640px) {
  #teamNav.left .cust {
    left: -40%;
  }
}

@media (max-width: 1100px) {
  #teamNav.left .cust h3 {
    right: -7px;
  }
}

#teamNav.right .tech {
  right: -50%;
}

@media (max-width: 1640px) {
  #teamNav.right .tech {
    right: -40%;
  }
}

@media (max-width: 1100px) {
  #teamNav.right .tech h3 {
    left: -7px;
  }
}

#teamContent {
  top: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  cursor: inherit;
}

@media (max-width: 1023px) {
  #teamContent {
    overflow: auto;
  }
}

#teamContent * {
  cursor: inherit;
}

#teamContent #canvas, #teamContent .teamContentBg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#teamContent article {
  position: relative;
  z-index: 3;
  padding-top: 65px;
}

@media (max-width: 660px) {
  #teamContent article {
    padding-top: 1px;
  }
}

#teamContent button {
  position: fixed;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  z-index: 2;
  color: #000;
  opacity: 0;
}

#teamContent button::before, #teamContent button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: currentColor;
  width: 70%;
  height: 2px;
  margin: auto;
}

#teamContent button::before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

#teamContent button::after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

#teamContent button.act {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#teamContent button.cont {
  background: #000;
  color: #fff;
  z-index: 999;
}

@media (max-width: 1023px) {
  #teamContent button {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
  }
}

#teamContent hgroup {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

#teamContent hgroup h3 {
  font-size: 36px;
  line-height: 1.8;
}

#teamContent hgroup p {
  font-size: 20px;
}

#teamContent ul {
  overflow: hidden;
  margin-top: 35px;
  height: 100%;
  padding-bottom: 65px;
}

#teamContent div {
  overflow: hidden;
}

#teamContent img {
  width: 100%;
}

#teamContent > img {
  height: 100%;
}

#teamContent a {
  width: 46%;
  float: left;
  margin: 2%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

#teamContent a.act {
  opacity: .6;
}

#teamContent a:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

#teamContent a:hover span {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#teamContent a:hover strong, #teamContent a:hover p {
  opacity: 1;
  visibility: visible;
}

#teamContent a span {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 5px white;
          box-shadow: 0 0 0 5px white;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#teamContent a div {
  display: none;
  position: absolute;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  z-index: 5;
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 -7px 15px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 -7px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#teamContent a strong {
  font-size: 20px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#teamContent a p {
  color: #ccc;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 700px) {
  #teamContent a {
    width: 100%;
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  #teamContent a div {
    display: block;
  }
}

@media (max-width: 520px) {
  #teamContent a strong {
    font-size: 16px;
    padding-bottom: 0;
  }
  #teamContent a p {
    padding-top: 0;
  }
}

@media (max-width: 376px) {
  #teamContent a {
    padding-bottom: 70px;
  }
}

#teamContent .linkContent {
  position: fixed;
  top: 85px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 86%;
  background: #fff;
  z-index: 99;
  max-width: 1400px;
  margin: auto;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 660px) {
  #teamContent .linkContent {
    top: -20px;
  }
}

#teamContent .linkContent header {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#teamContent .linkContent header span {
  height: 250px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #215), to(#544387));
  background: linear-gradient(to top, #215 40%, #544387);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#teamContent .linkContent header img {
  display: none;
}

#teamContent .linkContent header div {
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  height: 85px;
  z-index: 3;
  margin: auto;
  overflow: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#teamContent .linkContent header div::before {
  content: '';
}

#teamContent .linkContent header strong {
  font-size: 32px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#teamContent .linkContent header p {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 750px) {
  #teamContent .linkContent header span {
    height: 175px;
  }
  #teamContent .linkContent header div {
    top: 10%;
  }
  #teamContent .linkContent header p {
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
}

#teamContent .linkContent > div {
  width: calc(100% + 17px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 1023px) {
  #teamContent .linkContent > div {
    width: 100%;
  }
}

#teamContent .linkContent .contentMain {
  width: 80%;
  margin: auto;
  margin-top: 25px;
  line-height: 2.5;
  color: #252525;
  padding-bottom: 65px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*# sourceMappingURL=style.css.map */