@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  font-size: 62.5%;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
textarea,
input {
  color: #333;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #3197e8;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #3197e8;
}
a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap12 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.wrap12:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
  min-height: 1px;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.col12 {
  width: 100%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.tynodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.tynodata .tytitle {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.tynodata .tydesc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .tynodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
/* 动画样式 */
@media only screen and (min-width: 1199px) {
  [customize] {
    opacity: 0;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  [customize="up"] {
    -webkit-transform: translate(0, 500px);
    -moz-transform: translate(0, 500px);
    -ms-transform: translate(0, 500px);
    -o-transform: translate(0, 500px);
    transform: translate(0, 500px);
  }
  [customize="left"] {
    -webkit-transform: translate(500px, 0);
    -moz-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    -o-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  [customize="right"] {
    -webkit-transform: translate(-500px, 0);
    -moz-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    -o-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }
  [customize="bottom"] {
    -webkit-transform: translate(0, -500px);
    -moz-transform: translate(0, -500px);
    -ms-transform: translate(0, -500px);
    -o-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }
  [customize="up-left"],
  [customize="left-up"] {
    -webkit-transform: translate(500px, 500px);
    -moz-transform: translate(500px, 500px);
    -ms-transform: translate(500px, 500px);
    -o-transform: translate(500px, 500px);
    transform: translate(500px, 500px);
  }
  [customize="up-right"],
  [customize="right-up"] {
    -webkit-transform: translate(-500px, 500px);
    -moz-transform: translate(-500px, 500px);
    -ms-transform: translate(-500px, 500px);
    -o-transform: translate(-500px, 500px);
    transform: translate(-500px, 500px);
  }
  [customize="bottom-left"],
  [customize="left-bottom"] {
    -webkit-transform: translate(500px, -500px);
    -moz-transform: translate(500px, -500px);
    -ms-transform: translate(500px, -500px);
    -o-transform: translate(500px, -500px);
    transform: translate(500px, -500px);
  }
  [customize="bottom-right"],
  [customize="right-bottom"] {
    -webkit-transform: translate(-500px, -500px);
    -moz-transform: translate(-500px, -500px);
    -ms-transform: translate(-500px, -500px);
    -o-transform: translate(-500px, -500px);
    transform: translate(-500px, -500px);
  }
}
[customize="up-left"].animate,
[customize="left-up"].animate,
[customize="up-right"].animate,
[customize="right-up"].animate,
[customize="bottom-left"].animate,
[customize="left-bottom"].animate,
[customize="bottom-right"].animate,
[customize="right-bottom"].animate,
[customize=up].animate,
[customize=left].animate,
[customize=right].animate,
[customize=bottom].animate,
[customize].animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
[customize][delay='50'],
[customize][delay='100'],
[customize][delay='150'],
[customize][delay='200'],
[customize][delay='250'],
[customize][delay='300'],
[customize][delay='350'],
[customize][delay='400'],
[customize][delay='450'],
[customize][delay='500'],
[customize][delay='550'],
[customize][delay='600'],
[customize][delay='650'],
[customize][delay='700'],
[customize][delay='750'],
[customize][delay='800'],
[customize][delay='850'],
[customize][delay='900'],
[customize][delay='950'],
[customize][delay='1000'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[customize][delay='50'].animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
[customize][delay='100'].animate {
  -webkit-transition-delay: .1s;
  transition-delay: 0.1s;
}
[customize][delay='150'].animate {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
[customize][delay='200'].animate {
  -webkit-transition-delay: .2s;
  transition-delay: 0.2s;
}
[customize][delay='250'].animate {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
[customize][delay='300'].animate {
  -webkit-transition-delay: .3s;
  transition-delay: 0.3s;
}
[customize][delay='350'].animate {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
[customize][delay='400'].animate {
  -webkit-transition-delay: .4s;
  transition-delay: 0.4s;
}
[customize][delay='450'].animate {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
[customize][delay='500'].animate {
  -webkit-transition-delay: .5s;
  transition-delay: 0.5s;
}
[customize][delay='550'].animate {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
[customize][delay='600'].animate {
  -webkit-transition-delay: .6s;
  transition-delay: 0.6s;
}
[customize][delay='650'].animate {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
[customize][delay='700'].animate {
  -webkit-transition-delay: .7s;
  transition-delay: 0.7s;
}
[customize][delay='750'].animate {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
[customize][delay='800'].animate {
  -webkit-transition-delay: .8s;
  transition-delay: 0.8s;
}
[customize][delay='850'].animate {
  -webkit-transition-delay: 850ms;
  transition-delay: 850ms;
}
[customize][delay='900'].animate {
  -webkit-transition-delay: .9s;
  transition-delay: 0.9s;
}
[customize][delay='950'].animate {
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms;
}
[customize][delay='1000'].animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
/* 动画样式end */
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #3197e8;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 30px;
  font-size: 1.6rem;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 116px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}
.header .logo {
  width: 92px;
  height: 64px;
  float: left;
  overflow: hidden;
  margin-top: 40px;
}
.header .logo:hover a {
  margin-left: -100%;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .logo a {
  display: block;
  width: 200%;
  margin-left: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.header .logo span {
  float: left;
  position: relative;
}
.header .search-box {
  float: right;
  margin-top: 52px;
  position: relative;
}
.header .search-box .search-btn {
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
  display: none;
}
.header .search-box .search-bar {
  width: 218px;
  border-radius: 3px;
  background: #f0f0f0;
}
.header .search-box .search-bar .btn {
  width: 44px;
  height: 38px;
  float: right;
  background: url(../images/search.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 44px 0 0;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
  font-size: 1.5rem;
  color: #333;
  background: none;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #555555;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #555555;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #555555;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #555555;
}
.header .language {
  float: right;
  position: relative;
  margin: 52px 22px 0 0;
  background: url(../images/language.png) no-repeat 26px center;
  padding-left: 27px;
}
.header .language::after {
  content: " ";
  width: 1px;
  height: 10px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.header .language .tit {
  height: 38px;
  line-height: 38px;
  padding: 0 16px 0 25px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat right 0 center;
  font-size: 1.6rem;
}
.header .language .tit.on {
  background-image: url(../images/arrow2.png);
}
.header .language .list {
  position: absolute;
  top: 30px;
  left: 60%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #3197e8;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #3197e8;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.header .language li a:hover {
  background: #005ea2;
}
.header .nav .tit,
.header .menu-btn {
  display: none;
}
.header .nav {
  float: right;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  margin: 0 30px;
}
.header .nav > ul > li.s2 {
  position: static;
}
.header .nav > ul > li.s2.now > a::after {
  display: block;
}
.header .nav > ul > li > a {
  height: 116px;
  line-height: 140px;
  display: block;
  font-size: 1.8rem;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header .nav > ul > li > a::after {
  content: " ";
  width: 18px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 91;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../images/arrow5.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: none;
}
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li:hover {
  color: #3197e8;
}
.header .nav .sub {
  position: absolute;
  z-index: 90;
  top: 116px;
  text-align: center;
  display: none;
}
.header .nav .sub1 {
  min-width: 140px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  background: url(../images/mainFilter.png);
}
.header .nav .sub1 li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
  border-top: solid 1px #ccc;
  padding: 0 20px;
}
.header .nav .sub1 li a:hover {
  background: #3197e8;
}
.header .nav .sub2 {
  width: 100%;
  background: #fff;
  left: 0;
  padding: 22px 0;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}
.header .nav .sub2 img {
  width: 100%;
  display: block;
}
.header .nav .sub2 .cont {
  display: flex;
  justify-content: center;
}
.header .nav .sub2 ul {
  display: inline-block;
}
.header .nav .sub2 li {
  margin: 0 35px 10px 35px;
  float: left;
}
.header .nav .sub2 li a {
  display: block;
  color: #444;
  position: relative;
  padding-bottom: 14px;
}
.header .nav .sub2 li a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  background: #3197e8;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header .nav .sub2 li a:hover::after {
  width: 46px;
}
.header .nav .sub2 li a:hover i:nth-child(1) {
  -webkit-transform: translate(-70%, 0);
  -moz-transform: translate(-70%, 0);
  -ms-transform: translate(-70%, 0);
  -o-transform: translate(-70%, 0);
  transform: translate(-70%, 0);
}
.header .nav .sub2 li a:hover i:nth-child(3) {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.header .nav .sub2 li .pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}
.header .nav .sub2 li i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header .nav .sub2 li i:nth-child(1) {
  z-index: 3;
}
.header .nav .sub2 li i:nth-child(2) {
  z-index: 2;
}
.header .nav .sub2 li i:nth-child(3) {
  z-index: 1;
}
.header .nav .sub2 li p {
  margin-top: 14px;
}
.header .nav .sub2 .all {
  min-width: 168px;
  height: 110px;
  display: inline-block;
  color: #999;
  vertical-align: top;
  border-left: solid 1px #e7e7e7;
  padding: 16px 34px 0 34px;
  margin-top: 30px;
}
.header .nav .sub2 .all:hover {
  color: #3197e8;
}
.header .nav .sub2 .all:hover p {
  background-image: url(../images/arrow4.png);
}
.header .nav .sub2 .all i {
  display: block;
  width: 68px;
  margin: 0 auto;
}
.header .nav .sub2 .all p {
  display: inline-block;
  background: url(../images/arrow3.png) no-repeat right 0 center;
  padding-right: 14px;
  margin-top: 14px;
}
.header,
.header .logo,
.header .search-box,
.header .nav > ul > li,
.header .language,
.header .language .tit,
.header .search-box .search-bar {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header.small {
  height: 80px;
}
.header.small .logo {
  width: 72px;
  height: 50px;
  margin-top: 15px;
}
.header.small .logo span {
  width: 72px;
  height: 50px;
}
.header.small .nav > ul > li > a {
  height: 80px;
  line-height: 80px;
}
.header.small .nav .sub {
  top: 80px;
}
.header.small .language,
.header.small .search-box {
  margin-top: 20px;
}
.header.top {
  top: -200px;
}
@media only screen and (max-width: 1540px) {
  .header .nav > ul > li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1370px) {
  .header {
    height: 80px;
  }
  .header .logo {
    width: 72px;
    height: 50px;
    margin-top: 15px;
  }
  .header .logo span {
    width: 72px;
    height: 50px;
  }
  .header .nav > ul > li > a {
    height: 80px;
    line-height: 80px;
  }
  .header .nav .sub {
    top: 80px;
  }
  .header .language,
  .header .search-box {
    margin-top: 20px;
  }
  .header .nav > ul > li {
    margin: 0 16px;
  }
  .header .nav > ul > li a {
    font-size: 1.6rem;
  }
  .header .language {
    margin-right: 10px;
    background-position: 10px center;
    padding-left: 20px;
  }
  .header .language .tit {
    padding-left: 14px;
  }
  .header .search-box .search-bar {
    width: 180px;
  }
  .header .nav .sub2 li {
    margin: 0 20px 10px 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .wrapper.en .header .nav > ul > li > a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1440px) {
  .wrapper.en .header .nav > ul > li > a {
    font-size: 1.6rem;
  }
}
.wrapper.en .header .nav > ul > li {
  margin: 0 15px;
}
.footer {
  background: #f2f2f2;
  padding-top: 44px;
}
.footer .link-list {
  float: left;
  width: 74.85714286%;
}
.footer .link-list .list {
  width: 14.28571429%;
  float: left;
}
.footer .link-list .tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 18px;
  display: inline-block;
}
.footer .link-list .tit:hover {
  color: #333;
}
.footer .link-list li {
  line-height: 20px;
  margin-bottom: 14px;
}
.footer .link-list li a {
  color: #848485;
}
.footer .link-list li a:hover {
  color: #3197e8;
}
.footer .right {
  width: 318px;
}
.footer .linkbtn {
  overflow: hidden;
  margin: 0 -9px;
}
.footer .linkbtn .btn {
  width: 50%;
  float: left;
  padding: 0 9px;
  text-align: center;
}
.footer .linkbtn a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  background: url(../images/linkbtn_bg1.png) no-repeat center;
  background-size: 100% 100%;
  padding-right: 32px;
  color: #fff;
  position: relative;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.footer .linkbtn a::after {
  content: " ";
  width: 18px;
  height: 5px;
  background: url(../images/arrow6.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -2px;
  z-index: 2;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.footer .linkbtn a:hover {
  background-image: url(../images/linkbtn_bg2.png);
}
.footer .linkbtn a:hover::after {
  right: 22px;
}
.footer .attention {
  overflow: hidden;
  margin-top: 28px;
}
.footer .attention img {
  width: 100%;
  display: block;
}
.footer .attention .qrcode {
  width: 128px;
  float: left;
}
.footer .attention .text {
  width: 170px;
  float: right;
}
.footer .attention .p1 {
  font-size: 1.6rem;
}
.footer .attention .p2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2px 0;
}
.footer .attention .p3 {
  line-height: 20px;
  color: #999;
}
.footer .share,
.footer .social-share {
  margin-top: 6px;
}
.footer .share a,
.footer .social-share a {
  width: 34px;
  height: 34px;
  margin: 0;
  background: no-repeat center;
  background-size: 100% 100%;
  float: left;
}
.footer .share .icon-qq,
.footer .social-share .icon-qq {
  background-image: url(../images/share1.png);
}
.footer .bottom {
  padding: 15px 0;
  line-height: 20px;
  border-top: solid 1px #e7e8ea;
  margin-top: 36px;
  color: #848485;
}
.footer .bottom a {
  color: #848485;
}
.footer .bottom a:hover {
  color: #3197e8;
}
.footer .bottom .copy {
  display: inline-block;
}
.footer .bottom .link {
  margin-left: 32px;
  display: inline-block;
}
@media only screen and (max-width: 1420px) {
  .footer .link-list {
    width: 70%;
  }
}
.subscription {
  background: url(../images/subscription_bg.jpg) no-repeat right bottom #0f74ba;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 62px 0 26px 0;
}
.subscription .tit {
  line-height: 60px;
  padding-right: 30px;
  display: inline-block;
  text-align: right;
  font-size: 2rem;
  color: #fff;
  vertical-align: top;
}
.subscription .cont {
  display: inline-block;
  text-align: left;
}
.subscription .inpubox {
  max-width: 706px;
}
.subscription .inpubox button,
.subscription .inpubox input[type="button"],
.subscription .inpubox input[type="submit"] {
  float: right;
  width: 100px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  padding-left: 20px;
  font-size: 2.2rem;
  color: #fff;
  background: url(../images/subscription_btn.png) no-repeat 12px center #3197e8;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.subscription .inpubox button:hover,
.subscription .inpubox input[type="button"]:hover,
.subscription .inpubox input[type="submit"]:hover {
  background-color: #0093fd;
}
.subscription .inpubox .inpu {
  width: 706px;
  padding-right: 105px;
}
.subscription .inpubox .inpu input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #fff;
  padding: 0 14px;
}
.subscription .inpubox .inpu input::-webkit-input-placeholder {
  color: #999999;
}
.subscription .inpubox .inpu input:-moz-placeholder {
  color: #999999;
}
.subscription .inpubox .inpu input::-moz-placeholder {
  color: #999999;
}
.subscription .inpubox .inpu input:-ms-input-placeholder {
  color: #999999;
}
.subscription .terms {
  margin-top: 12px;
}
.subscription .terms a {
  color: #fff;
  text-decoration: underline;
}
.fixed-sidebar {
  width: 72px;
  position: fixed;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fixed-sidebar .switch,
.fixed-sidebar .return-top {
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 5px;
}
.fixed-sidebar .switch {
  height: 72px;
  background-image: url(../images/logo1.png);
  background-color: #fff;
  background-size: 52px auto;
}
.fixed-sidebar .return-top {
  height: 66px;
  background-image: url(../images/return-top.png);
  background-color: rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fixed-sidebar .return-top:hover {
  background-color: #3197e8;
}
.fixed-sidebar.open .switch {
  border-radius: 5px 5px 0 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.fixed-sidebar.open li:last-child a {
  border-radius: 0 0 5px 5px;
}
.fixed-sidebar.open ul {
  overflow: visible;
}
.fixed-sidebar ul {
  display: none;
}
.fixed-sidebar li {
  position: relative;
}
.fixed-sidebar li:hover a {
  background: #3197e8;
  color: #fff;
}
.fixed-sidebar li:hover a i {
  -webkit-filter: brightness(0) invert(100%);
  -moz-filter: brightness(0) invert(100%);
  -ms-filter: brightness(0) invert(100%);
  -o-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
.fixed-sidebar li a {
  height: 72px;
  display: block;
  padding-top: 10px;
  background: #fff;
  color: #999999;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fixed-sidebar li a i {
  height: 30px;
  line-height: 30px;
  display: block;
}
.fixed-sidebar li a i img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li a p {
  line-height: 20px;
  font-size: 1.2rem;
  margin-top: 4px;
}
.fixed-sidebar li .hide {
  height: 72px;
  line-height: 72px;
  position: absolute;
  top: 0;
  right: 72px;
  z-index: 5;
  background: #3197e8;
  white-space: nowrap;
  display: none;
}
.fixed-sidebar li .phone {
  padding: 0 20px;
  font-size: 2rem;
  color: #fff;
}
.fixed-sidebar li .qrcode {
  width: 140px;
  height: 140px;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1440px) {
  .fixed-sidebar {
    width: 60px;
    right: 0;
  }
  .fixed-sidebar .switch {
    width: 60px;
  }
  .fixed-sidebar li .hide {
    right: 60px;
  }
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .lzpic1,
.banner .lzpic2,
.banner .lzpic1-2 {
  background: none;
}
.banner.full .lzpic1,
.banner.sm-full .lzpic1,
.banner.full .lzpic2,
.banner.sm-full .lzpic2,
.banner.full .lzpic1-2,
.banner.sm-full .lzpic1-2 {
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.banner.sm-full .lzpic2 img,
.banner.full .lzpic1-2 img,
.banner.full .lzpic1 img {
  display: none;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  display: none;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 16px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 64px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  margin: 0 8px;
  background: #e5e5e5;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #3197e8;
}
@media only screen and (max-width: 1440px) {
  .main .banner .lzpic1 {
    display: none;
  }
  .main .banner .lzpic1-2 {
    display: block;
  }
}
.main .section2,
.main .section1,
.main .section.fp-auto-height {
  padding-top: 0 !important;
}
.main .section {
  position: relative;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
}
.main .fp-tableCell {
  position: relative;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .tit,
.main .pctitle .en {
  color: #fff;
  line-height: 34px;
}
.main .pctitle .tit {
  font-size: 3rem;
  font-weight: bold;
}
.main .pctitle .tit::after,
.main .pctitle .tit::before {
  content: " ";
  width: 54px;
  height: 8px;
  background: url(../images/pctitle_icon1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
}
.main .pctitle .tit::after {
  background-image: url(../images/pctitle_icon2.png);
}
.main .pctitle .en {
  font-size: 1.8rem;
}
.main .pcmore {
  text-align: center;
  margin-top: 30px;
}
.main .pcmore .rbtn {
  display: inline-block;
  background: #3197e8;
  text-align: center;
  min-width: 170px;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #fff;
}
.main .pcmore .rbtn:hover span {
  background-position: right 12px center;
}
.main .pcmore .rbtn::after {
  background: #005ea2;
}
.main .pcmore .rbtn span {
  height: 52px;
  line-height: 52px;
  padding: 0 46px 0 26px;
  background: url(../images/arrow10.png) no-repeat right 24px center;
}
.main .section1 {
  width: 100%;
}
.main .section1 .swiper-container,
.main .section1 .swiper-wrapper,
.main .section1 .swiper-slide,
.main .section1 .lzpic1,
.main .section1 .lzpic2,
.main .section1 .lzpic1-2 {
  height: 100vh;
}
.main .section2 {
  width: 100%;
}
.main .section2 .fp-tableCell {
  vertical-align: bottom;
}
.main .section2 .banner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.main .section2 .banner .swiper-container,
.main .section2 .banner .swiper-wrapper,
.main .section2 .banner .swiper-slide,
.main .section2 .banner .lzpic1,
.main .section2 .banner .lzpic2,
.main .section2 .banner .lzpic1-2 {
  height: calc( 100vh - 154px );
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .section2 .banner .swiper-slide {
  width: 100% !important;
  position: relative;
}
.main .section2 .banner .cont {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 20;
}
.main .section2 .banner .rbtn {
  font-size: 1.8rem;
  color: #fff;
  border-radius: 2px;
  background: #3197e8;
  float: left;
}
.main .section2 .banner .rbtn span {
  height: 52px;
  line-height: 52px;
  background: url(../images/arrow10.png) no-repeat right 42px center;
  padding: 0 62px 0 38px;
}
.main .section2 .banner .rbtn::after {
  background: #005ea2;
}
.main .section2 .banner .rbtn:hover span {
  background-position: right 32px center;
}
.main .section2 .hotnews {
  background: #fff;
  padding: 58px 0 44px 0;
}
.main .section2 .hotnews .content {
  padding-right: 120px;
  position: relative;
}
.main .section2 .hotnews .swiper-container {
  height: 52px;
  line-height: 52px;
}
.main .section2 .hotnews .btn {
  width: 112px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.main .section2 .hotnews .swiper-button-prev,
.main .section2 .hotnews .swiper-button-next {
  width: 36px;
  height: 100%;
  float: left;
  margin: 0;
  top: auto;
  position: static;
  background: no-repeat center;
}
.main .section2 .hotnews .swiper-button-prev {
  background-image: url(../images/arrow8.png);
}
.main .section2 .hotnews .swiper-button-next {
  background-image: url(../images/arrow9.png);
}
.main .section2 .hotnews .more {
  width: 40px;
  height: 100%;
  float: left;
  background: url(../images/more.png) no-repeat center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.main .section2 .hotnews .more:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.main .section2 .hotnews .swiper-slide {
  height: 52px;
  line-height: 52px;
}
.main .section2 .hotnews .swiper-slide:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .section2 .hotnews .swiper-slide .tab {
  float: left;
  border-radius: 3px;
  background: #3197e8;
  padding: 0 15px;
  font-size: 3rem;
  color: #fff;
  margin-right: 12px;
}
.main .section2 .hotnews .swiper-slide .txt {
  font-size: 2.8rem;
  color: #555555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .section2 .hotnews .swiper-slide .date {
  font-size: 2.4rem;
}
.main .section3 {
  text-align: center;
}
.main .section3 .title {
  font-size: 6rem;
  color: #fff;
}
.main .section3 .number {
  color: #fff;
  line-height: 20px;
  margin-top: 90px;
}
.main .section3 .number ul {
  margin: 0 -22px;
}
.main .section3 .number ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .section3 .number li {
  width: 16.66666667%;
  padding: 0 22px;
  position: relative;
  float: left;
}
.main .section3 .number li:nth-child(6n+1) {
  clear: left;
}
.main .section3 .number li:nth-child(6n+1)::after {
  display: none;
}
.main .section3 .number li::after {
  content: " ";
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.main .section3 .number li .p1 {
  font-size: 1.5rem;
}
.main .section3 .number li .big {
  font-size: 5.2rem;
  font-weight: bold;
  font-family: "Arial", arial;
  font-style: italic;
  margin-right: 6px;
}
.main .section3 .number li .p2 {
  font-size: 1.6rem;
  margin: 8px 0;
}
.main .section3 .video-list {
  margin-top: 50px;
}
.main .section3 .video-list .picc span {
  opacity: 1;
}
.main .section3 .video-list a {
  position: relative;
}
.main .section3 .video-list a video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 50;
  display: none;
}
.main .section4 .content {
  height: calc( 100vh - 80px );
}
.main .section4 .left {
  width: 66.875%;
  height: 100%;
  float: left;
  padding-right: 2px;
}
.main .section4 .left .box {
  height: 100%;
}
.main .section4 .right {
  width: 33.125%;
  height: 100%;
  float: right;
  padding-left: 2px;
}
.main .section4 .right .box {
  height: 50%;
}
.main .section4 .right .box:nth-child(1) {
  padding-bottom: 2px;
}
.main .section4 .right .box:nth-child(2) {
  padding-top: 2px;
}
.main .section4 .box {
  position: relative;
}
.main .section4 .box a {
  height: 100%;
  overflow: hidden;
  display: block;
}
.main .section4 .box a:hover .bg {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .section4 .box a:hover .text {
  background-position: right 30px bottom 0;
  background-image: url(../images/arrow10.png);
}
.main .section4 .box .bg {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -ms-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
.main .section4 .box .bg img {
  display: none;
}
.main .section4 .box .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 20;
  padding: 0 40px;
  background-position: right 60px bottom 0;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.main .section4 .box i {
  height: 44px;
  display: block;
}
.main .section4 .box i img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.main .section4 .box .entit {
  font-family: "Arial", arial;
  font-size: 1.8rem;
  color: #fff;
  margin: 20px 0 4px 0;
}
.main .section4 .box .tit {
  font-size: 2.6rem;
  color: #fff;
}
.main .section7 .product-list,
.main .section6 .product-list,
.main .section5 .product-list {
  margin-top: 68px;
}
.main .cooperation {
  margin-top: 160px;
}
.main .cooperation ul {
  overflow: hidden;
  padding: 0 30px;
}
.main .cooperation li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 26px;
  padding: 0 12px;
}
.main .cooperation li:nth-child(4n+1) {
  clear: left;
}
.main .cooperation li a {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  height: 86px;
  line-height: 86px;
  display: block;
  overflow: hidden;
}
.main .cooperation li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .cooperation li img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.main .news-list {
  margin-top: 50px;
  padding-bottom: 0;
}
.main .servicesupport {
  overflow: hidden;
  padding: 0 50px;
  margin-top: 50px;
}
.main .servicesupport .contact {
  width: 55.76923077%;
  float: left;
  padding: 0 20px;
}
.main .servicesupport .contact img {
  width: 100%;
  display: block;
}
.main .servicesupport .contact .icon {
  width: 80px;
  height: 80px;
  float: left;
  margin-top: 36px;
}
.main .servicesupport .contact .cont {
  padding-left: 110px;
  padding-top: 8px;
  color: #fff;
}
.main .servicesupport .contact .cont a {
  font-size: 3rem;
  color: #fff;
}
.main .servicesupport .contact .text {
  border-bottom: solid 1px #fff;
  padding: 36px 0;
}
.main .servicesupport .contact .row:last-child .text {
  border-bottom: none;
}
.main .servicesupport .contact .p1 {
  font-size: 2.4rem;
  font-weight: bold;
}
.main .servicesupport .contact .p2 {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 6px;
}
.main .servicesupport .message {
  width: 44.23076923%;
  float: right;
  padding: 0 20px;
  margin-top: 25px;
}
.main .servicesupport .message .content {
  background: #fff;
  border-radius: 5px;
  padding: 28px 42px 36px 42px;
  margin-top: 10px;
}
.main .servicesupport .message .title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #3197e8;
  margin-bottom: 10px;
}
.main .servicesupport .message .tit {
  line-height: 42px;
  font-size: 1.6rem;
}
.main .servicesupport .message .tit span {
  font-size: 1.4rem;
  color: #929292;
  margin: 0 6px;
}
.main .servicesupport .message .tit b {
  font-weight: lighter;
  font-size: 1.4rem;
  color: #d63a3c;
}
.main .servicesupport .message input[type="text"],
.main .servicesupport .message textarea {
  width: 100%;
  line-height: 24px;
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #afd4f2;
  background: #fff;
}
.main .servicesupport .message textarea {
  height: 114px;
}
.main .servicesupport .message .btn {
  text-align: center;
  margin-top: 34px;
}
.main .servicesupport .message .btn input,
.main .servicesupport .message .btn button {
  display: inline-block;
  width: 136px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #929292;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  margin: 0 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.main .servicesupport .message .btn input:hover,
.main .servicesupport .message .btn button:hover {
  background: #3197e8;
}
@media only screen and (max-width: 1440px) {
  .main .section2 .banner .swiper-container,
  .main .section2 .banner .swiper-wrapper,
  .main .section2 .banner .swiper-slide,
  .main .section2 .banner .lzpic1,
  .main .section2 .banner .lzpic2,
  .main .section2 .banner .lzpic1-2 {
    height: calc( 100vh - 92px );
  }
  .main .section2 .banner .cont {
    bottom: 30px;
  }
  .main .section2 .hotnews {
    padding: 20px 0;
  }
  .main .section2 .hotnews .swiper-slide .tab,
  .main .section2 .hotnews .swiper-slide .txt,
  .main .section2 .hotnews .swiper-slide .date {
    font-size: 2rem;
  }
  .main .section3 .title {
    font-size: 4rem;
  }
  .main .section3 .number ul {
    margin: 0 -10px;
  }
  .main .section3 .number li {
    padding: 0 10px;
  }
  .main .section3 .number li .p1,
  .main .section3 .number li .p2 {
    font-size: 1.4rem;
  }
  .main .section3 .number li .big {
    font-size: 4rem;
  }
  .main .section7 .product-list,
  .main .section6 .product-list,
  .main .section5 .product-list {
    margin-top: 20px;
  }
  .main .publicslide {
    padding-bottom: 10px;
  }
  .main .product-list li {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .main .product-list .swiper-slide a,
  .main .product-list li a {
    padding: 10px;
  }
  .main .product-list .swiper-slide .tit,
  .main .product-list li .tit {
    margin: 8px 0;
  }
  .main .cooperation {
    margin-top: 80px;
  }
  .main .news-list {
    margin-top: 30px;
  }
  .main .news-list .swiper-slide a,
  .main .news-list li a {
    padding: 10px 10px 40px 10px;
    background-position: left 10px bottom 10px;
  }
  .main .news-list .swiper-slide a:hover,
  .main .news-list li a:hover {
    background-position: left 20px bottom 10px;
  }
  .main .news-list .swiper-slide .date .p1,
  .main .news-list li .date .p1 {
    font-size: 2.4rem;
  }
  .main .news-list .swiper-slide .date .p2,
  .main .news-list li .date .p2 {
    font-size: 1.6rem;
  }
  .main .news-list .swiper-slide .date .x,
  .main .news-list li .date .x {
    margin-bottom: 0;
  }
  .main .news-list .swiper-slide .picc,
  .main .news-list li .picc {
    margin: 10px 0;
  }
  .main .news-list .swiper-slide .txt,
  .main .news-list li .txt {
    margin-top: 10px;
  }
  .main .servicesupport {
    margin-top: 20px;
  }
  .main .servicesupport .contact .icon {
    margin-top: 12px;
  }
  .main .servicesupport .contact .text {
    padding: 18px 0;
  }
  .main .servicesupport .message {
    margin-top: 0;
  }
  .main .servicesupport .message .content {
    padding: 20px 42px 20px 42px;
    margin-top: 0;
  }
  .main .servicesupport .message .title {
    font-size: 2.4rem;
  }
  .main .servicesupport .message textarea {
    height: 60px;
  }
  .main .servicesupport .message .btn {
    margin-top: 20px;
  }
}
.publicslide {
  position: relative;
  padding-bottom: 30px;
}
.publicslide .swiper-pagination {
  width: 100%;
  bottom: 0;
  display: none;
}
.publicslide .swiper-pagination-bullet {
  opacity: .5;
  margin: 0 2px;
}
.publicslide .swiper-pagination-bullet-active {
  opacity: 1;
}
.publicslide .swiper-button-prev,
.publicslide .swiper-button-next {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  z-index: 6;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 11px auto;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.publicslide .swiper-button-prev:hover,
.publicslide .swiper-button-next:hover {
  background-color: #3197e8;
}
.publicslide .swiper-button-prev {
  left: -110px;
  background-image: url(../images/arrow11.png);
}
.publicslide .swiper-button-next {
  right: -110px;
  background-image: url(../images/arrow12.png);
}
.video-list ul {
  overflow: hidden;
  margin: 0 -11px;
}
.video-list li {
  padding: 0 11px;
}
.video-list .swiper-slide a,
.video-list li a {
  display: block;
  border: solid 3px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.video-list .swiper-slide a:hover .picc span,
.video-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  opacity: 1;
}
.video-list .swiper-slide a::after,
.video-list li a::after {
  content: " ";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  background: url(../images/video_icon.png) no-repeat;
  background-size: 100% 100%;
}
.video-list .swiper-slide .picc,
.video-list li .picc {
  background: #000;
}
.video-list .swiper-slide .picc span,
.video-list li .picc span {
  opacity: .7;
}
.product-list ul {
  overflow: hidden;
  margin: 0 -12px;
}
.product-list li {
  width: 25%;
  float: left;
  padding: 0 12px;
  margin-bottom: 12px;
}
.product-list li:nth-child(4n+1) {
  clear: left;
}
.product-list li a {
  border: solid 1px #e5e5e5;
}
.product-list li a:hover {
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.08);
}
.product-list .swiper-slide,
.product-list li {
  padding-top: 10px;
}
.product-list .swiper-slide a,
.product-list li a {
  display: block;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 16px 16px 30px 16px;
  text-align: center;
  top: 0;
  position: relative;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.product-list .swiper-slide a:hover,
.product-list li a:hover {
  top: -10px;
}
.product-list .swiper-slide a:hover .tit,
.product-list li a:hover .tit {
  color: #3197e8;
}
.product-list .swiper-slide a:hover .picc span,
.product-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.product-list .swiper-slide .tit,
.product-list li .tit,
.product-list .swiper-slide .txt,
.product-list li .txt {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.product-list .swiper-slide .tit,
.product-list li .tit {
  font-size: 1.6rem;
  margin: 28px 0 8px 0;
}
.product-list .swiper-slide .txt,
.product-list li .txt {
  color: #999;
}
.news-list ul {
  margin: 0 -35px;
}
.news-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-list li {
  width: 33.33333%;
  padding: 0 35px;
  margin-bottom: 70px;
  float: left;
}
.news-list li:nth-child(3n+1) {
  clear: left;
}
.news-list li a {
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.news-list .swiper-slide a,
.news-list li a {
  padding: 25px 25px 70px 25px;
  border-radius: 5px;
  background: url(../images/arrow13.png) no-repeat left 20px bottom 20px #ffffff;
  display: block;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.news-list .swiper-slide a:hover,
.news-list li a:hover {
  background-position: left 30px bottom 20px;
}
.news-list .swiper-slide a:hover .picc span,
.news-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list .swiper-slide a:hover .date .p1,
.news-list li a:hover .date .p1,
.news-list .swiper-slide a:hover .date .p2,
.news-list li a:hover .date .p2,
.news-list .swiper-slide a:hover .tit,
.news-list li a:hover .tit {
  color: #3197e8;
}
.news-list .swiper-slide .date,
.news-list li .date {
  text-align: center;
}
.news-list .swiper-slide .date .p1,
.news-list li .date .p1 {
  font-size: 3.6rem;
}
.news-list .swiper-slide .date .p2,
.news-list li .date .p2 {
  font-size: 2.4rem;
  color: #999;
}
.news-list .swiper-slide .date .p1,
.news-list li .date .p1,
.news-list .swiper-slide .date .p2,
.news-list li .date .p2 {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.news-list .swiper-slide .date .x,
.news-list li .date .x {
  height: 20px;
  background: url(../images/date.png) no-repeat center;
  margin-bottom: 6px;
}
.news-list .swiper-slide .picc,
.news-list li .picc {
  border-radius: 4px;
  margin: 24px 0 18px 0;
}
.news-list .swiper-slide .tit,
.news-list li .tit,
.news-list .swiper-slide .txt,
.news-list li .txt {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.news-list .swiper-slide .tit,
.news-list li .tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
}
.news-list .swiper-slide .txt,
.news-list li .txt {
  height: 44px;
  color: #999;
  -webkit-line-clamp: 2;
  margin-top: 12px;
}
.container {
  padding: 116px 0 0 0;
}
.container .banner .lzpic1,
.container .banner {
  height: 380px;
}
.container .banner {
  position: relative;
}
.container .banner .table {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
}
.container .banner .table.dark .slogan,
.container .banner .table.dark .entit,
.container .banner .table.dark .title {
  color: #333;
}
.container .banner .table.dark .title::before {
  background-image: url(../images/banner_title_left2.png);
}
.container .banner .table.dark .title::after {
  background-image: url(../images/banner_title_right2.png);
}
.container .banner .slogan,
.container .banner .entit {
  font-size: 1.8rem;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.container .banner .entit {
  letter-spacing: 3px;
}
.container .banner .title {
  font-size: 4.8rem;
  color: #fff;
  margin: 6px 0 18px 0;
  letter-spacing: 6px;
}
.container .banner .title::before,
.container .banner .title::after {
  content: " ";
  width: 106px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  margin: 0 10px;
}
.container .banner .title::before {
  background-image: url(../images/banner_title_left.png);
}
.container .banner .title::after {
  background-image: url(../images/banner_title_right.png);
}
.container .column-menu {
  background: #f4f4f4;
}
.container .column-menu .menu {
  float: right;
}
.container .column-menu .menu .btn {
  display: none;
}
.container .column-menu .menu li {
  float: left;
  position: relative;
}
.container .column-menu .menu li::after {
  content: " ";
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 5;
  background: #bdbdbd;
}
.container .column-menu .menu li:first-child::after {
  display: none;
}
.container .column-menu .menu a {
  display: block;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  font-size: 1.7rem;
}
.container .column-menu .menu li.on a,
.container .column-menu .menu a:hover {
  background: #3197e8;
  color: #fff;
}
.container .crumbs {
  height: 52px;
  line-height: 52px;
  float: left;
  position: relative;
  padding-left: 34px;
  font-size: 1.3rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .crumbs::after {
  content: " ";
  width: 26px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  z-index: 5;
  background: url(../images/crumbs.png) no-repeat 0 0;
  background-size: auto 100%;
  border-right: solid 1px #bdbdbd;
}
.container .crumbs a {
  font-size: 1.3rem;
  color: #666;
}
.container .crumbs a:hover {
  color: #3197e8;
}
@media only screen and (max-width: 1370px) {
  .container {
    padding-top: 80px;
  }
}
.paging {
  text-align: center;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 2px;
}
.paging li a {
  width: 62px;
  height: 44px;
  line-height: 42px;
  border: solid 1px #e5e5e5;
  background: #fff;
  display: block;
  font-size: 1.6rem;
  color: #555555;
  font-family: "Arial", arial;
}
.paging li.on a,
.paging a:hover {
  border-color: #3197e8;
  background: #3197e8;
  color: #fff;
}
.hometitle {
  background: url(../images/columntitle_bg.png) repeat-x left 0 bottom 6px;
}
.hometitle .entit {
  font-size: 2.4rem;
  font-family: "Arial", arial;
  font-weight: bold;
  text-transform: uppercase;
}
.hometitle .entit::first-letter {
  color: #3197e8;
}
.hometitle .titl {
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  background: #fff;
}
.product-page {
  padding: 25px 0;
}
.product-page .hometitle {
  margin: 25px 0 70px 0;
}
.product-page .paging {
  margin: 30px 0 10px 0;
}
.product-page .photo {
  float: left;
  max-width: 424px;
  width: 100%;
}
.product-page .photo img {
  width: 100%;
  display: block;
}
.product-page .photo .gallery-top {
  border: solid 1px #eaeaea;
  border-radius: 5px;
}
.product-page .photo .bottom {
  margin-top: 12px;
  padding: 0 22px;
  position: relative;
}
.product-page .photo .gallery-thumbs .swiper-slide {
  border: solid 1px #eaeaea;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .photo .gallery-thumbs .swiper-slide-thumb-active {
  border-color: #3197e8;
}
.product-page .photo .swiper-button-prev,
.product-page .photo .swiper-button-next {
  width: 17px;
  height: 100%;
  background: no-repeat center #e8e8e8;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 5;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.product-page .photo .swiper-button-prev:hover,
.product-page .photo .swiper-button-next:hover {
  background-color: #3197e8;
}
.product-page .photo .swiper-button-prev {
  left: 0;
  background-image: url(../images/arrow15.png);
}
.product-page .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow17.png);
}
.product-page .photo .swiper-button-next {
  right: 0;
  background-image: url(../images/arrow16.png);
}
.product-page .photo .swiper-button-next:hover {
  background-image: url(../images/arrow18.png);
}
.product-page .introduction {
  overflow: hidden;
}
.product-page .introduction .content {
  padding: 20px 0 0 448px;
}
.product-page .introduction .content .title {
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #3197e8;
}
.product-page .introduction .content .title .en {
  font-family: "Arial", arial;
}
.product-page .introduction .content .titl {
  font-size: 2.4rem;
  margin-top: 12px;
}
.product-page .introduction .content .titll {
  font-size: 2.4rem;
  font-weight: bold;
  background: url(../images/columntitle_bg.png) repeat-x 0 bottom;
  padding-bottom: 34px;
}
.product-page .introduction .content .text {
  line-height: 30px;
  font-size: 1.6rem;
  margin-top: 14px;
}
.product-page .introduction .content .text .t {
  color: #666;
}
.product-page .introduction .content .rbtn {
  display: inline-block;
  border-radius: 4px;
  background: #3197e8;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 22px;
}
.product-page .introduction .content .rbtn span {
  height: 40px;
  line-height: 40px;
  padding: 0 28px 0 54px;
  background: url(../images/advisory_icon.png) no-repeat 20px center;
}
.product-page .introduction .content .rbtn::after {
  background: #005ea2;
}
.product-page .recommend .titll,
.product-page .details .tab {
  background: #f4f4f4;
  overflow: hidden;
  border-bottom: solid 1px #277fc1;
}
.product-page .recommend .titll span,
.product-page .details .tab span {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 24px;
  font-size: 1.6rem;
  color: #555;
  cursor: pointer;
}
.product-page .recommend .titll span.on,
.product-page .details .tab span.on {
  background: #3197e8;
  color: #fff;
}
.product-page .details {
  margin-top: 52px;
}
.product-page .details .text1 {
  line-height: 28px;
  font-size: 1.6rem;
  color: #555;
  padding: 28px 0;
}
.product-page .details .text1 ul {
  overflow: hidden;
}
.product-page .details .text1 li {
  float: left;
  width: 16.66666667%;
}
.product-page .details .text1 li:nth-child(6n+1) {
  clear: left;
}
.product-page .details .parameter {
  line-height: 28px;
  color: #555;
  padding: 36px 0;
  display: none;
}
.product-page .recommend .content {
  position: relative;
  margin-top: 20px;
}
.product-page .recommend .swiper-button-prev,
.product-page .recommend .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.3);
}
.product-page .recommend .swiper-slide a {
  border: solid 1px #e5e5e5;
}
.product-page .recommend .swiper-slide a:hover {
  box-shadow: -1px 1px 8px 2px rgba(0, 0, 0, 0.08);
}
.contact-page {
  padding: 50px 0;
}
.contact-page .company {
  margin-top: 56px;
}
.contact-page .company .title {
  font-size: 3.2rem;
  color: #2192cf;
  margin: 24px 0 16px 0;
}
.contact-page .company .entit {
  color: #2192cf;
}
.contact-page .address {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
}
.contact-page .address a {
  font-size: 2rem;
  display: inline-block;
}
.contact-page .address .col {
  display: flex;
  margin-bottom: 22px;
  line-height: 30px;
}
.contact-page .address .tit {
  padding-left: 28px;
  background: no-repeat 0 6px;
}
.contact-page .address .txt {
  flex: 1;
  color: #888;
}
.contact-page .address .txt a {
  color: #888;
}
.contact-page .map {
  margin-top: 20px;
}
.contact-page .map #allmap {
  height: 388px;
  border: solid 1px #e7e7e7;
  font-size: 1.4rem;
}
.message-page {
  padding: 50px 0;
}
.message-page .message {
  border-radius: 4px;
  box-shadow: -1px 1px 8px 1px rgba(0, 0, 0, 0.08);
  border: solid 1px #eeeeee;
  margin-top: 34px;
  padding: 40px 50px;
}
.message-page .message .hello {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.message-page .message .row {
  margin: 0 -13px;
}
.message-page .message .row .col {
  padding: 0 13px;
  margin-bottom: 20px;
}
.message-page .message input[type="text"],
.message-page .message textarea {
  width: 100%;
  border: solid 1px #e0e0e0;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 12px 10px;
}
.message-page .message input[type="text"]::-webkit-input-placeholder,
.message-page .message textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.message-page .message input[type="text"]:-moz-placeholder,
.message-page .message textarea:-moz-placeholder {
  color: #a0a0a0;
}
.message-page .message input[type="text"]::-moz-placeholder,
.message-page .message textarea::-moz-placeholder {
  color: #a0a0a0;
}
.message-page .message input[type="text"]:-ms-input-placeholder,
.message-page .message textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.message-page .message textarea {
  height: 188px;
}
.message-page .message .tips {
  font-size: 1.5rem;
  color: #555;
  padding-left: 30px;
  background: url(../images/tips.png) no-repeat 0 4px;
  line-height: 24px;
  margin: 20px 0 24px 0;
}
.message-page .message .btn input,
.message-page .message .btn button {
  width: 158px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  background: url(../images/linkbtn_bg1.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.message-page .message .btn input:hover,
.message-page .message .btn button:hover {
  background-image: url(../images/linkbtn_bg2.png);
}
@keyframes culture_line1 {
  0% {
    width: 56px;
  }
  50% {
    width: 26px;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes culture_line1 {
  0% {
    width: 56px;
  }
  50% {
    width: 26px;
  }
  100% {
    width: 0;
  }
}
@-moz-keyframes culture_line1 {
  0% {
    width: 56px;
  }
  50% {
    width: 26px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes culture_line1 {
  0% {
    width: 56px;
  }
  50% {
    width: 26px;
  }
  100% {
    width: 0;
  }
}
@keyframes culture_line2 {
  0% {
    width: 21px;
  }
  50% {
    width: 56px;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes culture_line2 {
  0% {
    width: 21px;
  }
  50% {
    width: 56px;
  }
  100% {
    width: 0;
  }
}
@-moz-keyframes culture_line2 {
  0% {
    width: 21px;
  }
  50% {
    width: 56px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes culture_line2 {
  0% {
    width: 21px;
  }
  50% {
    width: 56px;
  }
  100% {
    width: 0;
  }
}
@keyframes culture_line3 {
  0% {
    width: 11px;
  }
  60% {
    width: 56px;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes culture_line3 {
  0% {
    width: 11px;
  }
  60% {
    width: 56px;
  }
  100% {
    width: 0;
  }
}
@-moz-keyframes culture_line3 {
  0% {
    width: 11px;
  }
  60% {
    width: 56px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes culture_line3 {
  0% {
    width: 11px;
  }
  60% {
    width: 56px;
  }
  100% {
    width: 0;
  }
}
@keyframes quality_line1 {
  0% {
    height: 10px;
  }
  50% {
    height: 32px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes quality_line1 {
  0% {
    height: 10px;
  }
  50% {
    height: 32px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes quality_line1 {
  0% {
    height: 10px;
  }
  50% {
    height: 32px;
  }
  100% {
    height: 0px;
  }
}
@-webkit-keyframes quality_line1 {
  0% {
    height: 10px;
  }
  50% {
    height: 32px;
  }
  100% {
    height: 0px;
  }
}
@keyframes quality_line2 {
  0% {
    height: 20px;
  }
  60% {
    height: 32px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes quality_line2 {
  0% {
    height: 20px;
  }
  60% {
    height: 32px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes quality_line2 {
  0% {
    height: 20px;
  }
  60% {
    height: 32px;
  }
  100% {
    height: 0px;
  }
}
@-webkit-keyframes quality_line2 {
  0% {
    height: 20px;
  }
  60% {
    height: 32px;
  }
  100% {
    height: 0px;
  }
}
@keyframes quality_line3 {
  0% {
    height: 32px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes quality_line3 {
  0% {
    height: 32px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes quality_line3 {
  0% {
    height: 32px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0px;
  }
}
@-webkit-keyframes quality_line3 {
  0% {
    height: 32px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0px;
  }
}
.about-page .aboutus {
  padding: 32px 0;
  background: url(../images/aboutus_bg.jpg) no-repeat center bottom;
}
.about-page .aboutus .introduction {
  overflow: hidden;
}
.about-page .aboutus .introduction .pic {
  float: left;
  padding: 8px 0 0 8px;
  position: relative;
}
.about-page .aboutus .introduction .pic::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background: #3197e8;
  border-radius: 4px;
}
.about-page .aboutus .introduction .pic span {
  width: 432px;
  overflow: hidden;
  border-radius: 4px;
  display: block;
  position: relative;
  z-index: 10;
}
.about-page .aboutus .introduction .pic img {
  width: 100%;
  display: block;
}
.about-page .aboutus .content {
  padding: 12px 0 0 476px;
}
.about-page .aboutus .company {
  margin-top: 40px;
}
.about-page .aboutus .company .title {
  font-size: 3.2rem;
  color: #2192cf;
  margin: 24px 0 16px 0;
}
.about-page .aboutus .company .entit {
  color: #2192cf;
}
.about-page .aboutus .article {
  line-height: 28px;
  font-size: 1.8rem;
  margin-top: 44px;
}
.about-page .aboutus .signature {
  text-align: right;
  font-size: 1.8rem;
  color: #3197e8;
  margin-top: 10px;
}
.about-page .aboutus .databox {
  margin-top: 74px;
}
.about-page .aboutus .databox ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .aboutus .databox li {
  width: 16.66666667%;
  float: left;
  text-align: center;
  font-size: 1.5rem;
  line-height: 26px;
  position: relative;
  padding: 0 18px;
}
.about-page .aboutus .databox li:nth-child(6n+1) {
  clear: left;
}
.about-page .aboutus .databox li:nth-child(6n+1)::after {
  display: none;
}
.about-page .aboutus .databox li::after {
  content: " ";
  width: 1px;
  height: 70px;
  background: #dcdbda;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-page .aboutus .databox li .p1 {
  margin-bottom: 10px;
}
.about-page .aboutus .databox li .p1 .n {
  font-size: 5.2rem;
  font-weight: bold;
  color: #3197e8;
  font-style: italic;
  margin-right: 4px;
}
.about-page .culture {
  padding: 50px 0;
}
.about-page .culture .content {
  margin-top: 36px;
}
.about-page .culture .row {
  background: #f5f5f5;
}
.about-page .culture .row a {
  display: block;
  position: relative;
  overflow: hidden;
}
.about-page .culture .row a:hover .pic span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.about-page .culture .row a:hover .line span.lin1 {
  animation: culture_line1 1s infinite alternate;
  -o-animation: culture_line1 1s infinite alternate;
  -moz-animation: culture_line1 1s infinite alternate;
  -webkit-animation: culture_line1 1s infinite alternate;
}
.about-page .culture .row a:hover .line span.lin2 {
  animation: culture_line2 1.1s infinite alternate;
  -o-animation: culture_line2 1.1s infinite alternate;
  -moz-animation: culture_line2 1.1s infinite alternate;
  -webkit-animation: culture_line2 1.1s infinite alternate;
}
.about-page .culture .row a:hover .line span.lin3 {
  animation: culture_line3 .9s infinite alternate;
  -o-animation: culture_line3 .9s infinite alternate;
  -moz-animation: culture_line3 .9s infinite alternate;
  -webkit-animation: culture_line3 .9s infinite alternate;
}
.about-page .culture .row:nth-child(even) .cont {
  float: left;
}
.about-page .culture .row:nth-child(even) .pic {
  left: auto;
  right: 0;
}
.about-page .culture .row:nth-child(even) .pic::after {
  background-image: url(../images/culture_arrow2.png);
  right: auto;
  left: 0;
}
.about-page .culture .row .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.about-page .culture .row .pic::after {
  content: " ";
  width: 10px;
  height: 20px;
  background: url(../images/culture_arrow1.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 4;
}
.about-page .culture .row .pic span {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  display: block;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.about-page .culture .row .pic img {
  width: 100%;
  display: none;
}
.about-page .culture .row .cont {
  width: 50%;
  float: right;
  padding: 38px 40px;
  min-height: 300px;
}
.about-page .culture .row .cont i {
  display: block;
  height: 54px;
}
.about-page .culture .row .cont i img {
  max-height: 100%;
}
.about-page .culture .row .cont p {
  margin: 36px 0 16px 0;
}
.about-page .culture .row .line span {
  height: 3px;
  background: #3197e8;
  margin-top: 4px;
  display: block;
}
.about-page .culture .row .line .lin1 {
  width: 56px;
}
.about-page .culture .row .line .lin2 {
  width: 21px;
}
.about-page .culture .row .line .lin3 {
  width: 11px;
}
.about-page .culture .article {
  margin-top: 40px;
}
.about-page .quality {
  padding: 50px 0;
}
.about-page .quality .content {
  margin-top: 40px;
}
.about-page .quality .content ul {
  overflow: hidden;
  padding: 0 85px;
}
.about-page .quality .content li {
  width: 33.3333%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 25px;
}
.about-page .quality .content li:nth-child(3n+1) {
  clear: left;
}
.about-page .quality .content li img {
  width: 100%;
  display: block;
}
.about-page .quality .content li .box {
  position: relative;
}
.about-page .quality .content li .box:hover .lin1 {
  animation: quality_line1 1s infinite alternate;
  -o-animation: quality_line1 1s infinite alternate;
  -moz-animation: quality_line1 1s infinite alternate;
  -webkit-animation: quality_line1 1s infinite alternate;
}
.about-page .quality .content li .box:hover .lin2 {
  animation: quality_line2 1.2s infinite alternate;
  -o-animation: quality_line2 1.2s infinite alternate;
  -moz-animation: quality_line2 1.2s infinite alternate;
  -webkit-animation: quality_line2 1.2s infinite alternate;
}
.about-page .quality .content li .box:hover .lin3 {
  animation: quality_line3 .8s infinite alternate;
  -o-animation: quality_line3 .8s infinite alternate;
  -moz-animation: quality_line3 .8s infinite alternate;
  -webkit-animation: quality_line3 .8s infinite alternate;
}
.about-page .quality .content li .line {
  position: absolute;
  left: 42px;
  bottom: 30px;
  z-index: 10;
}
.about-page .quality .content li .line span {
  width: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.about-page .quality .content li .line .lin1 {
  height: 10px;
}
.about-page .quality .content li .line .lin2 {
  height: 20px;
  left: 8px;
}
.about-page .quality .content li .line .lin3 {
  height: 32px;
  left: 16px;
}
.about-page .organization {
  padding: 50px 0;
  background: url(../images/organization_bg.jpg) no-repeat center bottom;
}
.about-page .organization .article {
  margin-top: 50px;
}
.about-page .history {
  padding: 184px 0 30px 0;
  background: url(../images/history_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.about-page .history .content {
  margin-top: 50px;
  padding-right: 300px;
  position: relative;
}
.about-page .history .swiper-slide {
  text-align: center;
}
.about-page .history .swiper-slide center {
  display: inline-block;
}
.about-page .history .swiper-slide .box {
  text-align: right;
  margin-bottom: 40px;
  float: right;
  clear: both;
}
.about-page .history .swiper-slide .box:hover .year {
  color: #3197e8;
}
.about-page .history .swiper-slide .box:nth-child(1) {
  margin-right: 60px;
}
.about-page .history .swiper-slide .box:nth-child(2) {
  margin-right: 160px;
}
.about-page .history .swiper-slide .box:nth-child(3) {
  margin-right: 310px;
}
.about-page .history .swiper-slide .box:nth-child(4) {
  margin-right: 470px;
}
.about-page .history .swiper-slide .box:nth-child(5) {
  margin-right: 740px;
}
.about-page .history .swiper-slide .box:last-child {
  margin-bottom: 0;
}
.about-page .history .swiper-slide .box .year {
  font-size: 3.8rem;
  font-weight: bold;
  position: relative;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.about-page .history .swiper-slide .box .year::after {
  content: " ";
  width: 25px;
  height: 25px;
  background: url(../images/year.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -36px;
  margin-top: -10px;
  z-index: 2;
}
.about-page .history .swiper-slide .box .txt {
  font-size: 2rem;
  margin-top: 6px;
}
.about-page .history .btn {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
  text-align: center;
}
.about-page .history .swiper-button-prev,
.about-page .history .swiper-button-next {
  display: inline-block;
  position: static;
  margin: 0 4px;
  width: 100px;
  height: 42px;
  line-height: 42px;
  background-size: auto 100%;
  font-size: 1.6rem;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.about-page .history .swiper-button-prev {
  background: url(../images/arrow19.png) no-repeat right center;
  text-align: left;
}
.about-page .history .swiper-button-next {
  background: url(../images/arrow20.png) no-repeat 0 center;
  text-align: right;
}
.culture-list {
  margin-top: 40px;
}
.culture-list ul {
  overflow: hidden;
  margin: 0 -14px;
}
.culture-list li {
  width: 25%;
  float: left;
  padding: 0 14px;
  margin-bottom: 32px;
}
.culture-list li:nth-child(4n+1) {
  clear: left;
}
.culture-list li a {
  display: block;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background: #3197e8;
}
.culture-list li a:hover .text {
  height: 100%;
}
.culture-list li a:hover .icon {
  height: 50px;
}
.culture-list li a:hover .txt {
  height: auto;
}
.culture-list li a:hover .picc {
  opacity: .15;
}
.culture-list li a:hover .line span.lin1 {
  animation: culture_line1 1s infinite alternate;
  -o-animation: culture_line1 1s infinite alternate;
  -moz-animation: culture_line1 1s infinite alternate;
  -webkit-animation: culture_line1 1s infinite alternate;
}
.culture-list li a:hover .line span.lin2 {
  animation: culture_line2 1.1s infinite alternate;
  -o-animation: culture_line2 1.1s infinite alternate;
  -moz-animation: culture_line2 1.1s infinite alternate;
  -webkit-animation: culture_line2 1.1s infinite alternate;
}
.culture-list li a:hover .line span.lin3 {
  animation: culture_line3 .9s infinite alternate;
  -o-animation: culture_line3 .9s infinite alternate;
  -moz-animation: culture_line3 .9s infinite alternate;
  -webkit-animation: culture_line3 .9s infinite alternate;
}
.culture-list li a,
.culture-list li .text,
.culture-list li .icon,
.culture-list li .tit,
.culture-list li .txt {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.culture-list li .picc {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.culture-list li .text {
  padding: 28px 34px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
  height: 160px;
}
.culture-list li .icon {
  height: 0;
  line-height: 50px;
  overflow: hidden;
}
.culture-list li .icon img {
  max-height: 100%;
  vertical-align: middle;
}
.culture-list li .tit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin: 34px 0 12px 0;
}
.culture-list li .txt {
  height: 0;
  overflow: hidden;
  line-height: 28px;
  font-size: 1.6rem;
  color: #fff;
}
.culture-list li .line {
  position: absolute;
  left: 34px;
  bottom: 28px;
  z-index: 5;
}
.culture-list li .line span {
  display: block;
  height: 3px;
  background: #fff;
  margin-top: 5px;
}
.culture-list li .line .lin1 {
  width: 56px;
}
.culture-list li .line .lin2 {
  width: 20px;
}
.culture-list li .line .lin3 {
  width: 10px;
}
@media only screen and (max-width: 1440px) {
  .culture-list li:nth-child(8) .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .culture-list li:nth-child(8) .line {
    left: 20px;
  }
  .culture-list li:nth-child(8) a:hover .text {
    padding-top: 18px;
  }
  .culture-list li:nth-child(8) a:hover .tit {
    margin: 10px 0;
  }
  .culture-list li:nth-child(8) a:hover .txt {
    line-height: 20px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  .about-page .aboutus .company .title {
    font-size: 3rem;
    margin: 16px 0;
  }
  .about-page .aboutus .article {
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .about-page .history .content {
    padding-right: 230px;
  }
  .about-page .history .swiper-slide .box .year {
    font-size: 3rem;
  }
}
.menutab {
  text-align: center;
  margin: 32px 0;
}
.menutab a {
  display: inline-block;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  font-size: 2.4rem;
  margin: 0 18px;
}
.menutab a.on {
  background: #3197e8;
  color: #fff;
}
.traveler-page {
  padding: 54px 0;
}
.traveler-page .introduction {
  border-radius: 4px;
  background: #f2fbff;
  padding: 22px;
  overflow: hidden;
}
.traveler-page .introduction .cont {
  width: 65.72700297%;
  float: left;
  padding: 40px 60px;
}
.traveler-page .introduction .pic {
  width: 34.27299703%;
  float: right;
}
.traveler-page .introduction .title {
  font-size: 2.4rem;
}
.traveler-page .introduction .text {
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 54px;
}
.traveler-page .introduction .text p {
  min-height: 30px;
  padding-left: 36px;
  margin-bottom: 12px;
  background: no-repeat 0 5px;
}
.traveler-page .pioneerpark {
  margin: 50px 0 10px 0;
}
.traveler-page .pioneerpark .title {
  text-align: center;
  font-size: 3rem;
}
.traveler-page .pioneerpark .article {
  line-height: 34px;
  font-size: 1.8rem;
  margin-top: 40px;
}
.traveler-page .feature .row {
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
}
.traveler-page .feature .row:hover .pic span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.traveler-page .feature .row:nth-child(even) .pic {
  left: auto;
  right: 0;
}
.traveler-page .feature .row:nth-child(even) .pic::after {
  left: 0;
  right: auto;
  background-image: url(../images/culture_arrow2.png);
}
.traveler-page .feature .row:nth-child(even) .text {
  float: left;
}
.traveler-page .feature .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.traveler-page .feature .pic::after {
  content: " ";
  width: 10px;
  height: 20px;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 4;
  background: url(../images/culture_arrow1.png) no-repeat;
  background-size: 100% auto;
}
.traveler-page .feature .pic span {
  display: block;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.traveler-page .feature .pic img {
  width: 100%;
  display: none;
}
.traveler-page .feature .text {
  width: 50%;
  padding: 38px;
  float: right;
  min-height: 300px;
}
.traveler-page .feature .tit {
  font-size: 3rem;
}
.traveler-page .feature .txt {
  line-height: 28px;
  font-size: 1.6rem;
  color: #666;
  margin-top: 10px;
}
.traveler-page .realscene,
.traveler-page .negotiate {
  margin-top: 40px;
  position: relative;
}
.traveler-page .realscene .swiper-button-prev,
.traveler-page .negotiate .swiper-button-prev,
.traveler-page .realscene .swiper-button-next,
.traveler-page .negotiate .swiper-button-next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 5;
  cursor: pointer;
  background: no-repeat center rgba(0, 0, 0, 0.6);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 50%;
}
.traveler-page .realscene .swiper-button-prev:hover,
.traveler-page .negotiate .swiper-button-prev:hover,
.traveler-page .realscene .swiper-button-next:hover,
.traveler-page .negotiate .swiper-button-next:hover {
  background-color: #3197e8;
}
.traveler-page .realscene .swiper-button-prev,
.traveler-page .negotiate .swiper-button-prev {
  left: 10px;
  background-image: url(../images/arrow21.png);
}
.traveler-page .realscene .swiper-button-next,
.traveler-page .negotiate .swiper-button-next {
  right: 10px;
  background-image: url(../images/arrow22.png);
}
.traveler-page .realscene .swiper-slide a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.traveler-page .realscene .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.traveler-page .realscene .swiper-slide img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.traveler-page .realscene .swiper-slide .tit {
  font-size: 1.8rem;
  color: #fff;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: url(../images/realscene_filter.png) repeat-x 0 0;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.traveler-page .negotiate .swiper-slide a {
  display: block;
  text-align: center;
}
.traveler-page .negotiate .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.traveler-page .negotiate .swiper-slide .pic {
  overflow: hidden;
}
.traveler-page .negotiate .swiper-slide img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.traveler-page .negotiate .swiper-slide .tit {
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.service-page {
  padding: 54px 0;
}
.service-page .service {
  margin-top: 44px;
}
.service-page .service .tips {
  font-size: 1.8rem;
  margin-bottom: 36px;
}
.service-page .service .content .text {
  width: 52.57142857%;
  float: left;
  padding-right: 20px;
}
.service-page .service .content .pic {
  width: 47.42857143%;
  float: right;
}
.service-page .service .content .pic img {
  width: 100%;
  display: block;
}
.service-page .service .content .row {
  padding-left: 16px;
  position: relative;
  line-height: 28px;
  font-size: 1.8rem;
  margin-bottom: 28px;
}
.service-page .service .content .row::after {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #3197e8;
  position: absolute;
  top: 10px;
  left: 4px;
  z-index: 2;
}
.service-page .service .content .row .tit {
  font-weight: bold;
}
.service-page .problem {
  margin: 20px 0 30px 0;
}
.service-page .problem li {
  border-bottom: solid 1px #eeeeee;
  padding: 24px 0;
  background: url(../images/arrow23.png) no-repeat right 0 top 32px;
}
.service-page .problem li.on {
  background-image: url(../images/arrow24.png);
}
.service-page .problem li .q,
.service-page .problem li .a {
  padding: 10px 0 10px 38px;
  background: url(../images/problem1.png) no-repeat 0 12px;
}
.service-page .problem li .q {
  line-height: 30px;
  font-size: 1.8rem;
  cursor: pointer;
  padding-right: 40px;
}
.service-page .problem li .a {
  line-height: 26px;
  font-size: 1.6rem;
  color: #666;
  background-image: url(../images/problem2.png);
  display: none;
}
.human-resources {
  padding: 54px 0;
}
.human-resources .concept {
  margin-top: 40px;
}
.human-resources .concept .row {
  background: #f5f5f5;
  position: relative;
}
.human-resources .concept .row:hover .pic span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.human-resources .concept .row:hover .line span {
  background: #3197e8;
}
.human-resources .concept .row:hover .line span.lin1 {
  animation: culture_line1 1s infinite alternate;
  -o-animation: culture_line1 1s infinite alternate;
  -moz-animation: culture_line1 1s infinite alternate;
  -webkit-animation: culture_line1 1s infinite alternate;
}
.human-resources .concept .row:hover .line span.lin2 {
  animation: culture_line2 1.1s infinite alternate;
  -o-animation: culture_line2 1.1s infinite alternate;
  -moz-animation: culture_line2 1.1s infinite alternate;
  -webkit-animation: culture_line2 1.1s infinite alternate;
}
.human-resources .concept .row:hover .line span.lin3 {
  animation: culture_line3 .9s infinite alternate;
  -o-animation: culture_line3 .9s infinite alternate;
  -moz-animation: culture_line3 .9s infinite alternate;
  -webkit-animation: culture_line3 .9s infinite alternate;
}
.human-resources .concept .row:nth-child(even) .cont {
  float: left;
}
.human-resources .concept .row:nth-child(even) .pic {
  left: auto;
  right: 0;
}
.human-resources .concept .row:nth-child(even) .pic::after {
  background-image: url(../images/culture_arrow2.png);
  right: auto;
  left: 0;
}
.human-resources .concept .row .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.human-resources .concept .row .pic::after {
  content: " ";
  width: 10px;
  height: 20px;
  background: url(../images/culture_arrow1.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 4;
}
.human-resources .concept .row .pic span {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  display: block;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.human-resources .concept .row .pic img {
  width: 100%;
  display: none;
}
.human-resources .concept .row .cont {
  width: 50%;
  float: right;
  padding: 32px 38px 60px 38px;
  min-height: 300px;
  position: relative;
}
.human-resources .concept .row .cont i {
  display: block;
  height: 70px;
}
.human-resources .concept .row .cont i img {
  max-height: 100%;
}
.human-resources .concept .row .cont .txt {
  margin: 40px 0 22px 0;
  line-height: 30px;
  font-size: 1.8rem;
  color: #666;
}
.human-resources .concept .row .line {
  position: absolute;
  left: 38px;
  bottom: 38px;
  z-index: 2;
}
.human-resources .concept .row .line span {
  height: 3px;
  background: #bababa;
  margin-top: 4px;
  display: block;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.human-resources .concept .row .line .lin1 {
  width: 56px;
}
.human-resources .concept .row .line .lin2 {
  width: 21px;
}
.human-resources .concept .row .line .lin3 {
  width: 11px;
}
.human-resources .welfare {
  margin-top: 40px;
}
.human-resources .welfare .row {
  margin-bottom: 40px;
}
.human-resources .welfare .title {
  font-size: 2.4rem;
  color: #3197e8;
  background: url(../images/welfare_title.png) no-repeat 0 0;
  min-height: 44px;
  line-height: 44px;
  padding-left: 42px;
}
.human-resources .welfare .cont {
  border-radius: 5px;
  border: solid 1px #3197e8;
  background: #fafafa;
  padding: 10px;
  line-height: 24px;
  font-size: 1.8rem;
  margin-top: 16px;
}
.human-resources .welfare .cont p {
  padding-left: 22px;
  background: url(../images/star.png) no-repeat 0 5px;
}
.human-resources .recruitment {
  margin: 40px 0 36px 0;
}
.human-resources .recruitment .head,
.human-resources .recruitment .top {
  background: #3197e8;
  color: #fff;
  font-size: 2rem;
  overflow: hidden;
  line-height: 30px;
  padding: 5px 15px;
}
.human-resources .recruitment .head .col,
.human-resources .recruitment .top .col {
  padding: 0 3px;
}
.human-resources .recruitment li {
  margin-top: 3px;
}
.human-resources .recruitment li.now .top {
  background-image: url(../images/recruitment_icon2.png);
}
.human-resources .recruitment li .top {
  color: #454951;
  background: url(../images/recruitment_icon1.png) no-repeat right 36px top 10px #f3f3f3;
  font-size: 1.8rem;
  cursor: pointer;
}
.human-resources .recruitment li .cont {
  border: solid 1px #3197e8;
  background: #fff;
  margin-top: 3px;
  padding: 16px;
  font-size: 1.8rem;
  color: #454951;
  line-height: 30px;
  display: none;
}
.human-resources .recruitment li .cont .tit {
  font-weight: bold;
}
.human-resources .address {
  line-height: 28px;
  font-size: 1.8rem;
  margin-top: 40px;
}
.human-resources .employee-list {
  margin: 40px 0 20px 0;
}
.employee-list ul {
  overflow: hidden;
  margin: 0 -10px;
}
.employee-list li {
  width: 33.3333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.employee-list li:nth-child(3n+1) {
  clear: left;
}
.employee-list li a {
  display: block;
  background: #f7f7f7;
}
.employee-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.employee-list li a:hover .tit {
  color: #3197e8;
}
.employee-list li img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.employee-list li .pic {
  overflow: hidden;
}
.employee-list li .text {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
}
.employee-list li .date,
.employee-list li .tit {
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.employee-list li .date {
  float: right;
}
.employee-list li .tit {
  padding-right: 20px;
}
.development-list {
  margin: 40px 0 20px 0;
}
.development-list ul {
  overflow: hidden;
  margin: 0 -15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.development-list li {
  width: 25%;
  float: left;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 30px;
}
.development-list li:nth-child(4n+1) {
  clear: left;
}
.development-list li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.development-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.development-list li .tit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  font-size: 1.8rem;
  color: #fff;
  background: url(../images/mainFilter.png);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.list-combination {
  margin: 36px 0 0 0;
}
.list-combination .row {
  margin-bottom: 24px;
}
.list-combination .row:last-child {
  margin-bottom: 0;
}
.list-combination .titll {
  height: 26px;
  border-bottom: solid 1px #e0e0e0;
}
.list-combination .titll span {
  float: left;
  background: #fff;
  height: 26px;
  line-height: 26px;
  font-size: 2.4rem;
  padding-right: 4px;
}
.list-combination ul {
  margin-top: 20px;
}
.pcb-list {
  margin: 36px 0 30px 0;
}
.pcb-list ul {
  overflow: hidden;
  margin: 0 -18px;
}
.pcb-list li {
  width: 25%;
  padding: 0 18px;
  margin-bottom: 18px;
  float: left;
}
.pcb-list li:nth-child(4n+1) {
  clear: left;
}
.pcb-list li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
}
.pcb-list li a::after,
.pcb-list li a::before {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #b3b3b3;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.pcb-list li a::after {
  width: 0;
  z-index: 8;
  background: #3197e8;
}
.pcb-list li a:hover .picc {
  border-color: #3197e8;
}
.pcb-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.pcb-list li a:hover::after {
  width: 100%;
}
.pcb-list li .picc {
  border: solid 14px #f2f2f2;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.pcb-list li .tit,
.pcb-list li .txt {
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.pcb-list li .tit {
  font-size: 1.8rem;
  margin: 18px 0 6px 0;
}
.pcb-list li .txt {
  height: 84px;
  font-size: 1.6rem;
  color: #666;
  -webkit-line-clamp: 3;
}
.manufacture-page {
  background: #fafafa;
  padding: 56px 0;
}
.manufacture-page.w {
  background: #fff;
}
.manufacture-page .menutab a {
  padding: 0 10px;
  margin: 0 10px;
}
.manufacture-page .product-development .introduction {
  line-height: 36px;
  font-size: 1.8rem;
  margin: 40px 0;
}
.manufacture-page .product-development .introduction .t {
  color: #3197e8;
}
.manufacture-page .product-development .introduction .tit {
  color: #3197e8;
  font-size: 2.4rem;
  font-weight: bold;
}
.manufacture-page .product-development .titll {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 36px 0 40px 0;
}
.manufacture-page .product-photo .row {
  margin: 0 -9px;
}
.manufacture-page .product-photo .col {
  margin-bottom: 34px;
  padding: 0 9px;
}
.manufacture-page .product-photo .box {
  background: #fff;
  box-shadow: 4px 2px 10px 1px rgba(0, 0, 0, 0.1);
}
.manufacture-page .product-photo .box img {
  width: 100%;
  display: block;
}
.manufacture-page .product-equipment .introduce {
  position: relative;
}
.manufacture-page .product-equipment .introduce:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.manufacture-page .product-equipment .introduce .cont {
  width: 652px;
  float: left;
  background: #f6f6f6;
  padding: 36px 150px 186px 68px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.manufacture-page .product-equipment .introduce .pic {
  width: 59.71428571%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  box-shadow: -1px 0 6px 1px rgba(0, 0, 0, 0.1);
}
.manufacture-page .product-equipment .introduce img {
  width: 100%;
  display: block;
}
.manufacture-page .product-equipment .introduce .line {
  position: absolute;
  left: 68px;
  bottom: 100px;
  z-index: 2;
}
.manufacture-page .product-equipment .introduce .line span {
  height: 3px;
  background: #3197e8;
  display: block;
  margin-top: 4px;
}
.manufacture-page .product-equipment .introduce .line .line1 {
  width: 32px;
}
.manufacture-page .product-equipment .introduce .line .line2 {
  width: 20px;
}
.manufacture-page .product-equipment .introduce .line .line3 {
  width: 10px;
}
.manufacture-page .product-equipment .introduce .entit,
.manufacture-page .product-equipment .introduce .entitl {
  opacity: .1;
  text-transform: uppercase;
  line-height: 44px;
}
.manufacture-page .product-equipment .introduce .entit {
  font-size: 3.6rem;
}
.manufacture-page .product-equipment .introduce .entitl {
  font-size: 6rem;
  font-weight: bold;
}
.manufacture-page .product-equipment .introduce .title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #3197e8;
  position: relative;
  z-index: 5;
  margin-top: -24px;
}
.manufacture-page .product-equipment .introduce .p1 {
  line-height: 32px;
  font-size: 2.4rem;
  margin: 28px 0 34px 0;
}
.manufacture-page .product-equipment .introduce .p2 {
  line-height: 32px;
  font-size: 1.8rem;
}
.manufacture-page .product-equipment .photo {
  margin-top: 26px;
}
.manufacture-page .product-equipment .photo .row {
  margin: 0 -10px;
}
.manufacture-page .product-equipment .photo .col {
  padding: 0 10px;
  margin-bottom: 24px;
}
.manufacture-page .product-equipment .photo img {
  width: 100%;
  display: block;
}
.manufacture-page .product-equipment .photo .box {
  border-radius: 4px;
  overflow: hidden;
}
.manufacture-page .product-equipment .details {
  background: #f6f6f6;
  padding: 46px 40px;
  line-height: 30px;
  font-size: 1.8rem;
}
.manufacture-page .product-equipment .details hr {
  background: #d0d0d0;
}
@media only screen and (max-width: 1420px) {
  .manufacture-page .product-equipment .introduce .cont {
    padding-right: 120px;
  }
  .manufacture-page .product-equipment .introduce .pic {
    width: 50%;
  }
}
.news-page {
  padding: 50px 0;
}
.news-page .news-list {
  margin-top: 40px;
}
.news-page .details {
  background: #fff;
  padding: 30px 0;
}
.news-page .details .head {
  padding: 40px 20px 20px 20px;
  text-align: center;
  line-height: 1.5;
}
.news-page .details .title {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 2.4rem;
}
.news-page .details .info {
  padding-bottom: 10px;
  color: #a3afb7;
}
.news-page .details .article {
  border-top: 1px #f1f1f1 solid;
  border-bottom: 1px #f1f1f1 solid;
  overflow: hidden;
  padding: 40px 20px;
}
.news-page .prevnext {
  float: left;
  margin: 40px 0;
}
.news-page .prevnext p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page .prevnext a {
  font-size: 1.6rem;
}
.news-page .share {
  float: right;
  margin: 40px 0;
}
.single-page {
  padding: 50px 0;
}
.siteMap {
  padding: 50px 0;
}
.siteMap .row {
  margin-bottom: 20px;
}
.siteMap .row .tit {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f1efeb;
  font-size: 1.6rem;
  color: #3197e8;
}
.siteMap .row ul {
  margin-top: 20px;
}
.siteMap .row ul li {
  width: 20%;
  float: left;
  padding: 5px;
}
.siteMap .row ul li a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: dotted 1px #999;
  font-size: 1.6rem;
  color: #666;
}
.siteMap .row ul li a:hover {
  color: #3197e8;
}
