﻿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-family: "Microsoft YaHei", "微软雅黑", arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: #e67015;
}
html,
body {
  height: 100%;
}
.taxian:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
a.bi {
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a.bi span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a.bi:after,
a.bi:before {
  content: " ";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #b4a078;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a.bi:after {
  top: auto;
  bottom: 0;
}
a.bi:hover {
  border: solid 1px #b4a078;
}
a.bi:hover span {
  color: #fff;
}
a.bi:hover:after,
a.bi:hover:before {
  height: 55%;
}
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
}
.wrap16 {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap16:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1600px) {
  .wrap16 {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1400px) {
  .wrap16 {
    max-width: 1200px;
  }
}
.row {
  width: 100%;
  box-sizing: border-box;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.article {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}
.article img {
  max-width: 100%;
}
.mainFilter {
  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%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 367px;
}
@media only screen and (max-width: 1400px) {
  .wrapper {
    padding-top: 80px;
  }
}
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header .logo {
  width: 203px;
  height: 55px;
  float: left;
  overflow: hidden;
  margin-top: 23px;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .phone {
  float: right;
  height: 32px;
  line-height: 32px;
  margin-top: 34px;
  padding-left: 49px;
  background: url(../images/phone.gif) no-repeat 0 center;
  font-size: 24px;
  color: #e67015;
}
.header .phone a {
  font-size: 24px;
  color: #e67015;
}
.header .nav .phone,
.header .menuBtn {
  display: none;
}
.header .nav {
  float: right;
  margin-right: 35px;
}
.header .nav .tit {
  display: none;
}
.header .nav li {
  float: left;
  position: relative;
}
.header .nav li a {
  height: 100px;
  line-height: 100px;
  padding: 0 32px;
  display: block;
  font-size: 16px;
  color: #555555;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header .nav li span {
  width: 100%;
  height: 100px;
  line-height: 100px;
  display: block;
  /*.guodu();*/
  font-size: 16px;
  color: #555555;
}
.header .nav li span:last-child {
  color: #e67015;
  position: relative;
}
.header .nav li span:last-child:after {
  content: " ";
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -3px;
  z-index: 2;
  width: 6px;
  height: 6px;
  background: #e67015;
  border-radius: 3px;
}
.header .nav li.on a span:first-child,
.header .nav li a:hover span:first-child {
  margin-top: -100px;
}
.header .nav:hover li.on a span:first-child {
  margin-top: 0px;
}
.header .nav:hover li.on a:hover span:first-child {
  margin-top: -100px;
}
@media only screen and (max-width: 1400px) {
  .header {
    height: 80px;
  }
  .header .logo {
    margin-top: 22px;
  }
  .header .phone {
    height: 24px;
    line-height: 24px;
    margin-top: 28px;
    padding-left: 32px;
    background-size: auto 24px;
    font-size: 18px;
  }
  .header .phone a {
    font-size: 18px;
  }
  .header .nav {
    margin-right: 10px;
  }
  .header .nav li a {
    height: 80px;
    line-height: 80px;
    padding: 0 24px;
  }
  .header .nav li span {
    height: 80px;
    line-height: 80px;
    display: block;
  }
  .header .nav li span:last-child:after {
    left: -16px;
    margin-top: -2px;
    width: 5px;
    height: 5px;
  }
  .header .nav li.on a span:first-child,
  .header .nav li a:hover span:first-child {
    margin-top: -80px;
  }
  .header .nav:hover li.on a:hover span:first-child {
    margin-top: -80px;
  }
}
.footer {
  background: #e7e7e7;
  padding: 39px 0 18px 0;
}
.footer:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .wrap {
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 14px;
}
.footer .contact {
  float: left;
}
.footer .contact li {
  margin-bottom: 15px;
  min-height: 30px;
}
.footer .contact li .icon2,
.footer .contact li .icon1 {
  width: 30px;
  height: 30px;
  float: left;
}
.footer .contact li .icon2 img,
.footer .contact li .icon1 img {
  width: 100%;
  display: block;
}
.footer .contact li .icon2 {
  display: none;
}
.footer .contact li .text {
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: #555555;
  margin-left: 22px;
}
.footer .contact li .text span {
  font-size: 14px;
  color: #8a8a8a;
  margin-left: 8px;
}
.footer .contact li a:hover .icon1 {
  display: none;
}
.footer .contact li a:hover .icon2 {
  display: block;
}
.footer .contact li a:hover .text {
  color: #b4a176;
}
.footer .contact .btn {
  padding-top: 2px;
  clear: both;
}
.footer .contact .btn a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #b4a176;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .contact .btn a:hover {
  background: #b88d2b;
}
.footer .qrcode {
  float: right;
  width: 145px;
  text-align: center;
}
.footer .qrcode .txt {
  line-height: 20px;
  font-size: 16px;
  color: #555555;
}
.footer .qrcode .pic {
  height: 145px;
  overflow: hidden;
  margin-top: 16px;
}
.footer .qrcode .pic img {
  width: 100%;
}
.footer .linkMap {
  text-align: center;
  margin: 20px 0 14px 0;
}
.footer .linkMap ul {
  display: inline-block;
}
.footer .linkMap li {
  margin: 0 23px;
  float: left;
}
.footer .linkMap li a {
  color: #555555;
  font-size: 16px;
}
.footer .linkMap li a:hover {
  color: #b4a176;
}
.footer .copyright {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #777777;
}
.footer .copyright a {
  font-size: 14px;
  color: #777777;
}
/*头尾end*/
.columnTitle {
  text-align: center;
}
.columnTitle .tit {
  line-height: 40px;
  font-size: 28px;
  color: #555555;
}
.columnTitle .tit span {
  width: 10px;
  height: 2px;
  background: #666666;
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
.columnTitle .txt {
  line-height: 26px;
  font-size: 18px;
  color: #999999;
  margin-top: 12px;
  letter-spacing: 7px;
}
.main .banner img {
  width: 100%;
  display: block;
}
.main .banner .wrap {
  position: relative;
}
.main .banner .control {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
  width: 360px;
  height: 80px;
  background: #fff;
}
.main .banner .line {
  width: 1px;
  height: 20px;
  float: left;
  margin-top: 30px;
  background: #c5c5c5;
}
.main .banner .swiper-button-next,
.main .banner .swiper-button-prev {
  width: 100px;
  height: 80px;
  float: left;
  padding: 0;
  margin: 0;
  position: static;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  background: url(../images/button_prev.png) no-repeat center;
}
.main .banner .swiper-button-prev:hover {
  background-position: right 50px center;
}
.main .banner .swiper-button-next {
  background-image: url(../images/button_next.png);
}
.main .banner .swiper-button-next:hover {
  background-position: 50px center;
}
.main .banner .swiper-pagination {
  width: 156px;
  height: 80px;
  line-height: 80px;
  float: right;
  font-size: 22px;
  color: #777777;
  position: static;
  margin: 0;
  padding: 0;
}
.main .product {
  padding: 78px 0 0 0;
}
.main .product .tab {
  /*margin: 30px 0;*/
  text-align: center;
}
.main .product .tab ul {
  display: inline-block;
}
.main .product .tab li {
  float: left;
  background: url(../images/product_tab.gif) no-repeat 0 center;
  padding: 0 14px 0 23px;
  font-size: 16px;
  color: #555555;
  cursor: pointer;
}
.main .product .tab li:first-child {
  background: none;
}
.main .product .tab li.on {
  color: #e67015;
}
.main .product .productList {
  margin: 30px 0;
}
.main .product .productList:after,.prolist:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .productList .big {
  position: relative;
  min-height: 350px;
  margin-bottom: 33px;
}
.main .product .productList .big img {
  width: 100%;
  display: block;
}
.main .product .productList .big:hover .info {
  right: 78px;
}
.main .product .productList .big .info {
  width: 335px;
  min-height: 350px;
  box-sizing: border-box;
  padding: 68px 0 54px 0;
  background: url(../images/product_big_bg.png);
  text-align: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}
.main .product .productList .big .info .tit {
  line-height: 30px;
  font-size: 24px;
  color: #333333;
}
.main .product .productList .big .info .txt {
  line-height: 20px;
  font-size: 16px;
  color: #555555;
  margin-top: 24px;
}
.main .product .productList .big .info .txt p {
  margin-bottom: 16px;
}
.main .product .productList .big .info a.more {
  width: 118px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #8b8b8b;
  font-size: 14px;
  color: #333333;
  display: block;
  margin: 22px auto 0 auto;
}
.main .product .productList .big .info a.more:hover {
  border: solid 1px #b4a078;
}
.main .product .productList li,.prolist li {
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
}
.main .product .productList li:nth-child(3n+1),.prolist li:nth-child(3n+1) {
  margin-left: 0;
}
.main .product .productList li a,.prolist li a {
  width: 440px;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .product .productList li a:hover,.prolist li a:hover{
  border: solid 1px #e67015;
}
.main .product .productList li a:hover img,.prolist 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 .product .productList li a:hover .text .txt,
.main .product .productList li a:hover .text .tit,.prolist li a:hover .text .txt,.prolist li a:hover .text .tit{
  color: #e67015;
}
.main .product .productList li .pic,.prolist li .pic {
  height: 280px;
  overflow: hidden;
}
.main .product .productList li .pic img,.prolist li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .product .productList li .text,.prolist li .text{
  padding: 22px 100px 22px 22px;
  box-sizing: border-box;
  position: relative;
}
.main .product .productList li .text .tit,.prolist li .text .tit {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .product .productList li .text .txt,.prolist li .text .txt{
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .product .productList li .text .more,.prolist li .text .more {
  line-height: 20px;
  font-size: 14px;
  color: #e67015;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .main .product .productList li,.prolist li {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .main .product .productList li a,.prolist li a {
    width: 386px;
  }
  .main .product .productList li .pic,.prolist li .pic {
    height: 247px;
  }
  .main .product .productList li .text,.prolist li .text {
    padding: 12px 100px 12px 12px;
  }
}
.main .system {
  padding: 20px 0 80px 0;
}
.main .system .list {
  margin-top: 45px;
}
.main .system .list li {
  margin-left: 13px;
  float: left;
}
.main .system .list li:nth-child(4n+1) {
  margin-left: 0;
}
.main .system .list li a {
  width: 340px;
  box-sizing: border-box;
  border: solid 1px #fff;
  padding: 25px 50px 22px 34px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .system .list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .system .list li a:hover {
  border: solid 1px #f4f4f4;
  box-shadow: 3px 3px 10px 1px #e6e6e6;
}
.main .system .list li .pic {
  width: 103px;
  height: 103px;
  float: right;
  overflow: hidden;
  border: solid 1px #d6d6d6;
  box-sizing: border-box;
  border-radius: 50%;
}
.main .system .list li .pic img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
.main .system .list li .text {
  padding-right: 124px;
  box-sizing: border-box;
  margin-top: 12px;
}
.main .system .list li .text .txt1 {
  line-height: 28px;
  font-size: 21px;
  color: #333333;
}
.main .system .list li .text .txt2 {
  line-height: 22px;
  font-size: 14px;
  color: #888888;
}
@media only screen and (max-width: 1400px) {
  .main .system .list li {
    margin-left: 8px;
  }
  .main .system .list li a {
    width: 294px;
    padding: 22px 14px;
  }
  .main .system .list li .pic {
    width: 100px;
    height: 100px;
  }
  .main .system .list li .text {
    padding-right: 110px;
  }
}
.main .process {
  background: #fdfbf6;
  padding: 75px 0;
}
.main .process .list {
  margin-top: 75px;
}
.main .process .list li {
  width: 12.5%;
  float: left;
  padding: 0 11px 0 0;
  box-sizing: border-box;
  text-align: center;
  background: url(../images/process_arrow.gif) no-repeat right 0 top 40px;
}
.main .process .list li:last-child {
  background: none;
}
.main .process .list li .box {
  padding: 0 14px;
  box-sizing: border-box;
}
.main .process .list li .box:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.main .process .list li .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .process .list li .icon img {
  width: 100%;
  display: block;
}
.main .process .list li .tit {
  line-height: 24px;
  font-size: 18px;
  color: #333333;
  margin-top: 26px;
}
.main .process .list li .txt {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}
.main .virtualReality {
  padding: 75px 0 50px 0;
}
.main .virtualReality .swiper-container {
  margin-top: 55px;
}
.main .virtualReality .swiper-container .swiper-button-next,
.main .virtualReality .swiper-container .swiper-button-prev {
  width: 41px;
  height: 60px;
  background: url(../images/popupcase_prev1.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.6;
}
.main .virtualReality .swiper-container .swiper-button-next:hover,
.main .virtualReality .swiper-container .swiper-button-prev:hover {
  opacity: 1;
}
.main .virtualReality .swiper-container .swiper-button-next {
  background: url(../images/popupcase_next1.png) no-repeat;
  background-size: 100% 100%;
}
.main .virtualReality .swiper-slide {
  position: relative;
  min-height: 365px;
}
.main .virtualReality .swiper-slide img {
	 object-fit: cover; 
	 max-height: 500px;
  width: 100%;
  display: block;
}
.main .virtualReality .swiper-slide:hover .info {
  right: 78px;
}
.main .virtualReality .swiper-slide .info {
  width: 335px;
  min-height: 365px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 2;
  background: url(../images/product_big_bg.png);
  text-align: center;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}
.main .virtualReality .swiper-slide .info .tit {
  line-height: 40px;
  font-size: 28px;
  color: #333333;
  margin-top: 85px;
}
.main .virtualReality .swiper-slide .info .txt {
  line-height: 24px;
  font-size: 18px;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 32px;
}
.main .virtualReality .swiper-slide .info .btn {
  width: 224px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: solid 1px #b4a176;
  font-size: 18px;
  color: #b4a176;
  display: block;
  margin: 18px auto 0 auto;
}
.main .virtualReality .swiper-slide .info .btn2 {
  background: #b4a176;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .virtualReality .swiper-slide .info .btn2:hover {
  background: #e67015;
}
.cooperation {
  padding: 35px 0;
}
.cooperation .swiper-container {
  margin-top: 65px;
}
.cooperation .swiper-container .swiper-slide {
  box-sizing: border-box;
  text-align: center;
}
.cooperation .swiper-container .swiper-slide a {
  height: 100px;
  line-height: 100px;
  display: block;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.cooperation .swiper-container .swiper-slide a:hover {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.cooperation .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.makeAppointment {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: url(../images/makeappointment_bg.png);
  padding: 20px 0 20px 0;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.makeAppointment .wrap {
  position: relative;
}
.makeAppointment .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 2;
  background: url(../images/makeappointment_close.png) no-repeat;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.makeAppointment .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.makeAppointment .text {
  line-height: 32px;
  font-size: 28px;
  color: #fff;
}
.makeAppointment .text span {
  font-size: 14px;
  margin-left: 30px;
}
.makeAppointment .inpuBox {
  margin-top: 10px;
}
.makeAppointment .inpuBox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.makeAppointment .inpuBox select,
.makeAppointment .inpuBox input[type="text"] {
  width: 275px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-right: 20px;
  background: #fff;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
}
.makeAppointment .inpuBox select::-webkit-input-placeholder,
.makeAppointment .inpuBox input[type="text"]::-webkit-input-placeholder {
  color: #333333;
}
.makeAppointment .inpuBox select:-moz-placeholder,
.makeAppointment .inpuBox input[type="text"]:-moz-placeholder {
  color: #333333;
}
.makeAppointment .inpuBox select::-moz-placeholder,
.makeAppointment .inpuBox input[type="text"]::-moz-placeholder {
  color: #333333;
}
.makeAppointment .inpuBox select:-ms-input-placeholder,
.makeAppointment .inpuBox input[type="text"]:-ms-input-placeholder {
  color: #333333;
}
.makeAppointment .inpuBox select {
  width: 285px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select.gif) no-repeat right 20px center #ffffff;
  cursor: pointer;
  border: none;
}
.makeAppointment .inpuBox input[type="submit"] {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border: none;
  float: right;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background: #e67015;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.makeAppointment .inpuBox input[type="button"]:hover {
  background: #d85e00;
}
@media only screen and (max-width: 1400px) {
  .makeAppointment .inpuBox select,
  .makeAppointment .inpuBox input[type="text"] {
    width: 230px;
  }
}
/*首页end*/
.container .banner img {
  width: 100%;
  display: block;
}
.container .columnMenu {
  text-align: center;
  background: #fff;
  height: 70px;
}
.container .columnMenu ul {
  display: inline-block;
}
.container .columnMenu li {
  float: left;
}
.container .columnMenu li a {
  width: 180px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #333333;
}
.container .columnMenu li.on a,.container .columnMenu li:hover a {
  background: #b4a078;
  color: #fff;
}
.container .paging {
  text-align: right;
}
.container .paging:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .paging .row {
  width: auto;
  float: right;
}
.container .paging ul {
  float: left;
}
.container .paging ul li {
  float: left;
  margin-left: 10px;
}
/*.container .paging ul a {
	margin:0px 6px;
  height: 46px;
  line-height: 46px;
  background: #e4e4e4;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #555555; 
  padding:0px 10px;
}
.container .paging ul b,
.container .paging ul a:hover {
  
  height: 46px;
  line-height: 46px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding:0px 10px; 
   background: #b4a078;
  color: #fff;
  
}
.container .paging ul a b,.container .paging ul a:hover b,.container .paging ul a.Total:hover,.container .paging ul a.Total:hover b{ padding:0px; margin:0px; background-color: #e4e4e4;
 color: #555555;}
.container .paging ul li.log a {
  width: 100px;
}*/
.container .paging ul a { display: inline-block;
 margin: 0 5px;
	position: relative;
	padding: 5px 15px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #555555;  background: #e4e4e4; font-size:14px;
	border: 1px solid #f2f2f2;
	cursor: pointer;
 -webkit-transition: .5s;
 transition: .5s;
	margin-bottom: 0.05rem;
}
.container .paging ul b {
 margin: 0 5px;
	position: relative;
	padding: 5px 15px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background: #b4a078;
  color: #fff;
	border: 1px solid #b4a078;
	cursor: pointer;
 -webkit-transition: .5s;
 transition: .5s;
	margin-bottom: 0.05rem;
}
.container .paging ul a b{ padding:0px; margin:0px; color: #555555;  background: #e4e4e4;
	border: 0px solid #f2f2f2; }
.container .paging ul a:hover{
	background: #b4a078;
  color: #fff;
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}
.container .paging ul a:hover b{ background: #b4a078; border:0; color: #fff;}


.container .paging span {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #555555;
  float: left;
  padding: 0 20px;
}
.container .paging input {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #e4e4e4;
  border: none;
  float: left;
  font-size: 14px;
  color: #555555;
  text-align: center;
}
.container .paging input[type="button"] {
  width: 70px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.container .paging input[type="button"]:hover {
  background: #b4a078;
  color: #fff;
}
.aboutPage {
  padding: 60px 0 105px 0;
}
.aboutPage .video .pic {
  height: 550px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.aboutPage .video .pic .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/mainfilter.png);
}
.aboutPage .video .pic .filter .icon {
  width: 80px;
  height: 80px;
  background: url(../images/arrow2.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 4;
}
.aboutPage .video .pic img {
  width: 100%;
  display: block;
}
.aboutPage .video video {
  width: 100%;
  height: 550px;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .aboutPage .video .pic,
  .aboutPage .video video {
    height: 471px;
  }
}
.aboutPage .introduction {
  padding-top: 68px;
}
.aboutPage .introduction .conten {
  background: #ebebeb;
  padding: 130px 14px;
  box-sizing: border-box;
  margin-top: 52px;
}
.aboutPage .introduction .conten .text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 35px;
  font-size: 20px;
  color: #333333;
}
.aboutPage .contact {
  padding: 68px 0 0 0;
}
.aboutPage .contact .map {
  margin-top: 68px;
}
.aboutPage .contact .map #allmap {
  height: 540px;
}
/*关于我们end*/
.newsPage {
  padding-bottom: 70px;
}
.newsPage .newsList {
  margin-top: 15px;
  margin-bottom: 36px;
}
.newsPage .newsList li {
  background: url(../images/newslist_line.gif) repeat-x 0 bottom;
}
.newsPage .newsList li a {
  display: block;
  padding: 30px 0;
}
.newsPage .newsList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li a:hover {
  /*.txt,
					.tit{
						color: @zs;
					}*/

}
.newsPage .newsList li a:hover .pic 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);
}
.newsPage .newsList li .pic {
  width: 300px;
  height: 200px;
  overflow: hidden;
  float: left;
}
.newsPage .newsList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .text {
  padding-left: 330px;
  box-sizing: border-box;
}
.newsPage .newsList li .tit {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 22px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .txt {
  height: 52px;
  line-height: 26px;
  font-size: 14px;
  color: #888888;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .more {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #e67015;
  background: url(../images/arrow3.gif) no-repeat right 0 center;
  padding-right: 33px;
  margin-top: 30px;
}
.newsPage .newsDetails {
  padding-top: 40px;
}
.newsPage .newsDetails .title {
  text-align: center;
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
}
.newsPage .newsDetails .title .tit {
  line-height: 36px;
  font-size: 28px;
  color: #333;
}
.newsPage .newsDetails .title .date {
  line-height: 20px;
  font-size: 16px;
  color: #ccc;
  margin-top: 14px;
}
.newsPage .newsDetails .article {
  padding: 30px;
  box-sizing: border-box;
  border-bottom: solid 1px #eee;
}
.newsPage .newsDetails .nearPage {
  font-size: 16px;
  color: #666;
  padding: 20px 0;
  box-sizing: border-box;
}
.newsPage .newsDetails .nearPage p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsDetails .nearPage a {
  font-size: 16px;
  color: #666;
}
.newsPage .newsDetails .nearPage a:hover {
  color: #e67015;
}
/*新闻end*/
.recruitmentPage {
  padding: 60px 0 38px 0;
}
.recruitmentPage .slogan {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #b4a078;
}
.recruitmentPage .list {
  border-top: solid 1px #e2e2e2;
  margin-top: 56px;
}
.recruitmentPage .list li {
  border-bottom: solid 1px #e2e2e2;
}
.recruitmentPage .list li .top {
  line-height: 30px;
  font-size: 20px;
  color: #b4a078;
  padding: 17px 70px 17px 20px;
  box-sizing: border-box;
  background: url(../images/recruitment1.png) no-repeat right 19px top 19px #fafafa;
  cursor: pointer;
}
.recruitmentPage .list li .top:hover {
  background-color: #f6f6f6;
}
.recruitmentPage .list li.on .top {
  background-image: url(../images/recruitment2.png);
  background-color: #fff;
}
.recruitmentPage .list li.on .top:hover {
  background-color: #fff;
}
.recruitmentPage .list li .text {
  line-height: 30px;
  font-size: 14px;
  color: #888888;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  display: none;
}
.recruitmentPage .list li .text .tit {
  font-size: 18px;
  color: #333333;
}
.recruitmentPage .deliveryBtn {
  text-align: center;
  margin-top: 30px;
}
.recruitmentPage .deliveryBtn a {
  height: 44px;
  line-height: 44px;
  background: #b4a078;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 0 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.recruitmentPage .deliveryBtn a span {
  font-size: 16px;
  margin-left: 6px;
}
.recruitmentPage .deliveryBtn a:hover {
  background: #b28b3d;
}
/*招聘end*/
.casePage {
  padding: 70px 0;
}
.casePage .caseBox {
  margin-bottom: 60px;
}
.casePage .caseBox .cent {
  background: #fff;
  padding: 45px 30px 40px 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.casePage .caseBox .cent .title {
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #555555;
}
.casePage .caseBox .cent a:hover .filter {
  left: 70px;
}
.casePage .caseBox .cent .pic {
  margin-top: 42px;
  position: relative;
}
.casePage .caseBox .cent .pic img {
  width: 100%;
  display: block;
}
.casePage .caseBox .cent .pic .filter {
  width: 530px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(../images/case_filter.png);
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.casePage .caseBox .cent .pic .filter .text {
  width: 100%;
  padding: 0 64px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.casePage .caseBox .cent .pic .filter .tit {
  line-height: 40px;
  font-size: 36px;
  color: #fff;
}
.casePage .caseBox .cent .pic .filter .txt1 {
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  margin-top: 28px;
}
.casePage .caseBox .cent .pic .filter .txt2 {
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  margin-top: 28px;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}
.casePage .caseBox .more {
  width: 232px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: solid 1px #b4a078;
  border-radius: 5px;
  font-size: 18px;
  color: #555555;
  display: block;
  margin: 0 auto;
}
.casePage .review .title {
  line-height: 36px;
  font-size: 30px;
  color: #555555;
  text-align: center;
}
.casePage .review .txt1 {
  line-height: 24px;
  font-size: 20px;
  color: #555555;
  margin: 30px 0;
}
.casePage .review li {
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 30px 150px;
  margin-bottom: 20px;
  position: relative;
}
.casePage .review li:first-child:after {
  content: " ";
  width: 16px;
  height: 11px;
  position: absolute;
  left: 34px;
  top: -11px;
  z-index: 9;
  background: url(../images/review_arrow.gif) no-repeat;
}
.casePage .review li .txt {
  line-height: 26px;
  font-size: 16px;
  color: #555555;
}
.casePage .review li .name {
  line-height: 26px;
  font-size: 16px;
  color: #555555;
  text-align: right;
  margin-top: 12px;
}
.casePage .review li .name span {
  padding-left: 62px;
  background: url(../images/review_name.gif) no-repeat 0 center;
}
.casePage .review li .q1 {
  width: 26px;
  height: 24px;
  position: absolute;
  left: 58px;
  top: 25px;
  z-index: 5;
  background: url(../images/review_q1.png) no-repeat;
  background-size: 100%;
}
.casePage .review li .q2 {
  width: 26px;
  height: 24px;
  position: absolute;
  left: auto;
  top: auto;
  right: 65px;
  bottom: 21px;
  background: url(../images/review_q2.png) no-repeat;
  background-size: 100%;
}
/*项目案例end*/
.cooperationPage .developers {
  padding: 74px 0;
}
.cooperationPage .developers .swiper-container {
  margin-top: 72px;
}
.cooperationPage .developers .swiper-slide {
  overflow: hidden;
}
.cooperationPage .developers .swiper-slide img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  width: 100%;
}
.cooperationPage .developers .swiper-slide img:hover {
  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);
}
.cooperationPage .recruiting {
  padding: 30px 0 50px 0;
}
.cooperationPage .recruiting .pic {
  margin-top: 86px;
  position: relative;
}
.cooperationPage .recruiting .pic img {
  width: 100%;
  display: block;
}
.cooperationPage .recruiting .pic .cent {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  padding: 0 185px;
  box-sizing: border-box;
}
.cooperationPage .recruiting .pic .cent .txt {
  line-height: 30px;
  font-size: 18px;
  color: #888888;
}
.cooperationPage .recruiting .pic .cent .btn {
  width: 182px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #a7905f;
  display: block;
  margin-top: 52px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.cooperationPage .recruiting .pic .cent .btn:hover {
  background: #a48033;
}
.cooperationPage .recruiting .text {
  width: 100%;
  max-width: 890px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  margin: 52px auto 0 auto;
}
.cooperationPage .cooperation {
  padding: 82px 0 0 0;
  background: #fff;
}
.cooperationPage .cooperation .swiper-container {
  margin-top: 30px;
}
.cooperationPage .recruiting2 {
  background: #fff;
  padding: 80px 0;
}
.cooperationPage .recruiting2 .pic .cent .txt {
  color: #fff;
}
/*合作伙伴end*/
.productPage {
  padding: 60px 0;
}
.productPage .video .pic {
  height: 550px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.productPage .video .pic .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/mainfilter.png);
}
.productPage .video .pic .filter .icon {
  width: 80px;
  height: 80px;
  background: url(../images/arrow2.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 4;
}
.productPage .video .pic img {
  width: 100%;
  display: block;
}
.productPage .video video {
  width: 100%;
  height: 550px;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .productPage .video .pic,
  .productPage .video video {
    height: 471px;
  }
}
.productPage .f2c,
.productPage .integration {
  padding: 68px 0;
}
.productPage .f2c .article,
.productPage .integration .article {
  max-width: 800px;
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #888888;
}
.productPage .integration .article {
  text-align: left;
}
.productPage .f2c {
  padding: 20px 0;
}
.productPage .f2c .article {
  max-width: 100%;
  margin-top: 40px;
}
.productPage .setMeal {
  padding: 64px 0;
}
.productPage .setMeal .tab {
  text-align: center;
  margin-top: 54px;
  border-bottom: solid 4px #535353;
}
.productPage .setMeal .tab:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .setMeal .tab ul {
  display: inline-block;
}
.productPage .setMeal .tab li {
  float: left;
  margin: 0 20px -7px 20px;
  cursor: pointer;
  padding: 0 30px 20px 30px;
}
.productPage .setMeal .tab li.on {
  border-bottom: solid 4px #baa57b;
}
.productPage .setMeal .tab li.on .en,
.productPage .setMeal .tab li.on .txt {
  color: #baa57b;
}
.productPage .setMeal .tab li .txt {
  line-height: 24px;
  font-size: 22px;
  color: #555555;
}
.productPage .setMeal .tab li .en {
  line-height: 14px;
  font-size: 12px;
  color: #999999;
  font-family: Arial;
  margin-top: 8px;
}
.productPage .setMeal .tabBox .box {
  position: relative;
}
.productPage .setMeal .tabBox .swiper-container {
  width: 100%;
  margin: 0;
}
.productPage .setMeal .tabBox .swiper-slide {
  width: 100%;
}
.productPage .setMeal .tabBox .swiper-slide img {
  width: 100%;
  display: block;
}
.productPage .setMeal .tabBox .swiper-slide .text {
  width: 410px;
  padding: 45px 35px;
  box-sizing: border-box;
  background: url(../images/setmeal_bg.png);
  position: absolute;
  top: 50%;
  left: 98px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 5;
}
.productPage .setMeal .tabBox .swiper-slide .text .tit {
  line-height: 40px;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
}
.productPage .setMeal .tabBox .swiper-slide .text .txt {
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  margin-top: 22px;
}
.productPage .setMeal .tabBox .swiper-button-next,
.productPage .setMeal .tabBox .swiper-button-prev {
  display: none;
}
.productPage .setMeal .tabBox .nextBtn,
.productPage .setMeal .tabBox .prevBtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: -100px;
  z-index: 9;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  background: url(../images/swiper-button-prev.png) no-repeat;
  cursor: pointer;
}
.productPage .setMeal .tabBox .nextBtn:hover,
.productPage .setMeal .tabBox .prevBtn:hover {
  background-image: url(../images/swiper-button-prev2.png);
}
.productPage .setMeal .tabBox .nextBtn {
  left: auto;
  right: -100px;
  background-image: url(../images/swiper-button-next.png);
}
.productPage .setMeal .tabBox .nextBtn:hover {
  background-image: url(../images/swiper-button-next2.png);
}
.productPage .construction {
  padding-top: 20px;
}
.productPage .construction:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .construction ul {
  /*margin-top: 58px;*/
}
.productPage .construction li {
  width: 450px;
  float: left;
  margin-left: 25px;
  margin-bottom: 20px;
  text-align: center;
}
.productPage .construction li:first-child {
  margin-left: 0;
}
.productPage .construction li:nth-child(3n+1) {
  margin-left: 0;
}
.productPage .construction li .pic {
  height: 320px;
  overflow: hidden;
}
.productPage .construction li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .construction li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #555555;
  margin-top: 26px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productPage .construction 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);
}
.productPage .construction li a:hover .txt {
  color: #e67015;
}
@media only screen and (max-width: 1400px) {
  .productPage .construction li {
    width: 386px;
    margin-left: 20px;
  }
  .productPage .construction li .pic {
    height: 274px;
  }
}
.productPage .service {
  padding: 60px 0 10px 0;
}
.productPage .service ul {
  margin-top: 60px;
}
.productPage .service li {
  width: 25%;
  text-align: center;
  float: left;
  margin-bottom: 44px;
}
.productPage .service li:hover .icon {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.productPage .service li .icon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.productPage .service li .icon img {
  width: 100%;
  display: block;
}
.productPage .service li .txt1 {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  margin-top: 22px;
}
.productPage .service li .txt2 {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  margin-top: 18px;
}
/*整装产品end*/
@media only screen and (min-width: 1200px) {
  .main .cooperation .swiper-container,
  .main .cooperation .columnTitle,
  .main .virtualReality .conten,
  .main .virtualReality .columnTitle,
  .main .process .columnTitle,
  .main .process .list,
  .main .system .list,
  .main .system .columnTitle,
  .main .product .tab,
  .main .product .tabBox,
  .main .product .columnTitle {
    position: relative;
    top: 150px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
  }
}
