@charset "UTF-8";
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;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
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: 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: #b48a4e;
}
html,
body {
  height: 100%;
  background: #f5f5f5;
}
body.hide {
  overflow: hidden;
}
.taxian:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1440px) {
  .wrap {
    max-width: 1200px;
  }
}
.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.article {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.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;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
}
.header .logo {
  width: 124px;
  height: 60px;
  float: left;
  overflow: hidden;
  margin: 20px 0 0 30px;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .phone {
  height: 100px;
  line-height: 100px;
  float: right;
  background: #b5986f;
  padding: 0 22px;
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header .phone:hover {
  background: #b48a4e;
}
.header .menuBtn {
  display: none;
}
.header .nav {
  text-align: center;
}
.header .nav .phone,
.header .nav .tit {
  display: none;
}
.header .nav > ul {
  display: inline-block;
}
.header .nav > ul > li {
  float: left;
  margin: 0 43px;
  position: relative;
}
.header .nav > ul > li > a {
  height: 100px;
  line-height: 100px;
  display: block;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header .nav > ul > li > a:after {
  content: "";
  width: 0%;
  height: 3px;
  background: #b5986f;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li:hover > a {
  color: #b5986f;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
}
.header .nav .sub {
  min-width: 160px;
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 90;
  background: #575757;
}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.header .nav .sub li a:hover {
  background: #999;
}
.footer {
  background: #ffffff;
  padding-top: 60px;
}
.footer .linkList {
  width: 480px;
  height: 360px;
  min-height: 360px;
  overflow: hidden;
  float: left;
  border-left: solid 1px #e3e3e3;
}
.footer .linkList .tit {
  display: none;
}
.footer .linkList li {
  margin-bottom: 18px;
}
.footer .linkList li a {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  padding: 0 30px;
  box-sizing: border-box;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.footer .linkList li a:hover {
  border-left: solid 3px #b5986f;
  color: #b5986f;
}
.footer .contact {
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  min-height: 360px;
  width: 562px;
  box-sizing: border-box;
  float: left;
  padding: 0 60px;
}
.footer .contact .title {
  line-height: 48px;
  font-size: 30px;
  color: #b5986f;
}
.footer .contact .text {
  line-height: 26px;
  font-size: 14px;
  color: #333333;
  margin-top: 24px;
}
.footer .contact .text  a {
  font-size: 14px;
  color: #333;
}
.footer .contact .text p {
  margin-bottom: 10px;
}
.footer .qrcode {
  width: 240px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  float: right;
}
.footer .qrcode img {
  width: 100%;
  display: block;
}
.footer .qrcode .txt {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.footer .share {
  padding-top: 30px;
  clear: both;
}
.footer .share a {
  width: 50px;
  height: 50px;
  margin: 0 0 0 45px;
  padding: 0;
  background: no-repeat;
  background-size: 100% 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .share a.bds_weixin {
  background-image: url(../images/share1.png);
}
.footer .share a.bds_weixin:hover {
  background-image: url(../images/share11.png);
}
.footer .share a.bds_sqq {
  background-image: url(../images/share2.png);
}
.footer .share a.bds_sqq:hover {
  background-image: url(../images/share22.png);
}
.footer .share a.bds_tsina {
  background-image: url(../images/share3.png);
}
.footer .share a.bds_tsina:hover {
  background-image: url(../images/share33.png);
}
.footer .copyright {
  background: #b5986f;
  margin-top: 60px;
  line-height: 22px;
  font-size: 14px;
  color: #f0dec4;
  padding: 19px 0;
}
.footer .copyright a {
  font-size: 14px;
  color: #f0dec4;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .copyright a:hover {
  color: #fff;
}
.fixedSidebar {
  width: 80px;
  position: fixed;
  right: 10px;
  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: 90;
  text-align: center;
  border-top: solid 1px #e7e7e7;
  background: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.fixedSidebar li {
  border: solid 1px #e7e7e7;
  border-top: none;
  box-sizing: border-box;
  position: relative;
}
.fixedSidebar li:hover a {
  background: #b5986f;
}
.fixedSidebar li:hover a .icon1 {
  display: none;
}
.fixedSidebar li:hover a .icon2 {
  display: block;
}
.fixedSidebar li:hover a .txt {
  color: #fff;
}
.fixedSidebar li a {
  height: 78px;
  display: block;
  padding-top: 12px;
  box-sizing: border-box;
}
.fixedSidebar li a .icon2,
.fixedSidebar li a .icon1 {
  height: 30px;
  line-height: 30px;
}
.fixedSidebar li a .icon2 img,
.fixedSidebar li a .icon1 img {
  vertical-align: middle;
}
.fixedSidebar li a .icon2 {
  display: none;
}
.fixedSidebar li a .txt {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}
.fixedSidebar li .hide {
  height: 78px;
  line-height: 78px;
  position: absolute;
  top: 0;
  right: 78px;
  z-index: 5;
  background: #b5986f;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  background: #b5986f;
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 142px;
  height: 142px;
  right: 81px;
  padding: 8px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1440px) {
  .header .nav > ul > li {
    margin: 0 22px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .linkList {
    width: 380px;
  }
  .footer .linkList li a {
    padding-left: 20px;
  }
  .footer .contact {
    width: 520px;
    padding: 0 30px;
  }
  .footer .copyright {
    margin-top: 40px;
  }
}
.banner img {
  width: 100%;
  display: block;
}
.banner .pic2 {
  display: none;
}
.main .banner .swiper-slide {
  position: relative;
}
.main .banner .swiper-slide .wrap {
  position: absolute;
  left: 50%;
  top: 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: 5;
}
.main .banner .swiper-slide .p1 {
  font-size: 48px;
  color: #b5986f;
}
.main .banner .swiper-slide .p2 {
  font-size: 60px;
  color: #b5986f;
}
.main .banner .swiper-slide .line {
  width: 30px;
  height: 3px;
  background: #333333;
  margin: 22px 0 40px 0;
}
.main .banner .swiper-slide .p3 {
  font-size: 36px;
  color: #000;
}
.main .banner .swiper-slide .arrow {
  width: 40px;
  height: 40px;
  background: url(../images/arrow1.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 42px;
}
.main .banner .swiper-pagination {
  bottom: 20px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: solid 2px #fff;
  margin: 0 10px;
  opacity: 1;
  background: none;
}
.main .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.main .reservation {
  background: #232323;
  padding: 25px 0;
}
.main .reservation .tit {
  float: left;
  font-size: 22px;
  color: #fff;
  line-height: 50px;
}
.main .reservation .inpu {
  float: left;
  margin-left: 20px;
}
.main .reservation .inpu select,
.main .reservation .inpu input {
  width: 230px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  color: #333333;
}
.main .reservation .inpu select::-webkit-input-placeholder,
.main .reservation .inpu input::-webkit-input-placeholder {
  color: #333333;
}
.main .reservation .inpu select:-moz-placeholder,
.main .reservation .inpu input:-moz-placeholder {
  color: #333333;
}
.main .reservation .inpu select::-moz-placeholder,
.main .reservation .inpu input::-moz-placeholder {
  color: #333333;
}
.main .reservation .inpu select:-ms-input-placeholder,
.main .reservation .inpu input:-ms-input-placeholder {
  color: #333333;
}
.main .reservation .inpu select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: url(../images/arrow2.png) no-repeat right 30px center #ffffff;
}
.main .reservation .inpu select::-ms-expand {
  display: none;
}
.main .reservation .inpu a,
.main .reservation .inpu button,
.main .reservation .inpu input[type='button'] {
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #b5986f;
  border: none;
  cursor: pointer;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .reservation .inpu a:hover,
.main .reservation .inpu button:hover,
.main .reservation .inpu input[type='button']:hover {
  background: #b48a4e;
}
.main .publicTitle {
  text-align: center;
}
.main .publicTitle .tit {
  font-size: 48px;
  color: #000;
}
.main .publicTitle .en {
  font-size: 20px;
  color: #666666;
  margin-top: 4px;
}
.main .about {
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 80px 0;
}
.main .about .conten {
  max-width: 600px;
  float: left;
  margin-top: 100px;
}
.main .about .conten .publicTitle {
  text-align: left;
}
.main .about .conten .line {
  width: 30px;
  height: 3px;
  background: #cccccc;
  margin-top: 36px;
}
.main .about .conten .text {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin-top: 50px;
}
.main .about .conten .more {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: url(../images/arrow3.png) no-repeat right 30px center #b5986f;
  text-indent: 28px;
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  display: block;
  margin-top: 56px;
}
.main .about .conten .more:hover {
  background-position: right 20px center;
  background-color: #b48a4e;
  text-indent: 20px;
}
.main .about .pic {
  max-width: 694px;
  text-align: center;
  float: right;
}
.main .about .pic img {
  max-width: 100%;
}
.main .structure {
  padding: 80px 0;
  background: #fff;
}
.main .structure .slogan {
  text-align: center;
  font-size: 30px;
  color: #b5986f;
  background: url(../images/structure_slogan.png) no-repeat center 0;
  padding-top: 28px;
  margin-top: 14px;
}
.main .structure .swiper-container {
  margin-top: 48px;
}
.main .structure .swiper-slide a {
  display: block;
  position: relative;
}
.main .structure .swiper-slide a:hover .pic img {
  opacity: .6;
  filter: alpha(opacity=60);
}
.main .structure .swiper-slide a:hover .pic .icon,
.main .structure .swiper-slide a:hover .box {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main .structure .swiper-slide a:hover .text {
  background: #b5986f;
  text-align: left;
}
.main .structure .swiper-slide a:hover .text .line {
  background: #fff;
}
.main .structure .swiper-slide a:hover .text .txt {
  color: #fff;
  background: url(../images/arrow4.png) no-repeat right 0 center;
}
.main .structure .swiper-slide .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .structure .swiper-slide .box span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.main .structure .swiper-slide .pic {
  overflow: hidden;
  background: #000;
  position: relative;
}
.main .structure .swiper-slide .pic .icon {
  width: 100px;
  height: 100px;
  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: 2;
  background: url(../images/structure_icon.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .structure .swiper-slide .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 .structure .swiper-slide .text {
  background: #f3f0ec;
  padding: 30px 40px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .structure .swiper-slide .text .line {
  width: 30px;
  height: 3px;
  background: #cdc4b8;
  display: inline-block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .structure .swiper-slide .text .txt {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #000;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .team {
  padding: 80px 0;
}
.main .team .teamList {
  margin-top: 46px;
}
.main .team .more {
  width: 158px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: 48px auto 0 auto;
  border: solid 1px #b5986f;
  text-indent: 28px;
  background: url(../images/arrow12.png) no-repeat right 29px center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  font-size: 16px;
  color: #b5986f;
}
.main .team .more:hover {
  color: #fff;
  background: url(../images/arrow3.png) no-repeat right 19px center #b5986f;
}
.main .customer {
  background: url(../images/customer_bg.jpg) no-repeat;
  background-attachment: fixed;
  padding: 80px 0 120px 0;
}
.main .customer .publicTitle .tit,
.main .customer .publicTitle .en {
  color: #fff;
}
.main .customer .content {
  padding: 0 140px;
  margin-top: 120px;
  position: relative;
}
.main .customer .content .next,
.main .customer .content .prev {
  width: 48px;
  height: 48px;
  border: solid 1px #fff;
  position: absolute;
  left: 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: 5;
  cursor: pointer;
  background: url(../images/arrow5.png) no-repeat center;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.main .customer .content .next:hover,
.main .customer .content .prev:hover {
  border: solid 1px #b5986f;
  background-color: #b5986f;
}
.main .customer .content .next {
  left: auto;
  right: 0;
  background: url(../images/arrow6.png) no-repeat center;
}
.main .customer .swiper-button-next,
.main .customer .swiper-button-prev {
  display: none;
}
.main .customer .swiper-slide {
  border-radius: 50%;
  overflow: hidden;
}
.main .customer .swiper-slide img {
  width: 100%;
  display: block;
}
.main .cooperation {
  padding: 80px 0;
}
.main .cooperation .swiper-container {
  margin-top: 58px;
  padding-bottom: 62px;
}
.main .cooperation .swiper-container .swiper-slide {
  background: #fff;
}
.main .cooperation .swiper-container .swiper-slide:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .cooperation .swiper-container .swiper-slide a {
  display: block;
}
.main .cooperation .swiper-container .swiper-slide 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);
}
.main .cooperation .swiper-container .swiper-slide a:hover .text .more {
  padding-right: 36px;
}
.main .cooperation .swiper-container .swiper-slide .text {
  width: 50%;
  padding: 46px 38px;
  box-sizing: border-box;
  background: #b5986f;
  float: left;
}
.main .cooperation .swiper-container .swiper-slide .text .tit {
  font-size: 20px;
  color: #fff;
}
.main .cooperation .swiper-container .swiper-slide .text .line1 {
  width: 20px;
  height: 2px;
  background: #fff;
  margin-top: 22px;
}
.main .cooperation .swiper-container .swiper-slide .text .txt {
  height: 120px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  margin-top: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .cooperation .swiper-container .swiper-slide .text .line2 {
  height: 1px;
  background: url(../images/cooperation_line2.png) repeat-x 0 0;
  margin: 42px 0;
  clear: both;
}
.main .cooperation .swiper-container .swiper-slide .text .more {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  background: url(../images/arrow4.png) no-repeat right 0 center;
  float: left;
  padding-right: 26px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .cooperation .swiper-container .swiper-slide .pic {
  width: 50%;
  float: right;
  overflow: hidden;
}
.main .cooperation .swiper-container .swiper-slide .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 .cooperation .swiper-container .swiper-pagination {
  bottom: 0;
}
.main .cooperation .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: solid 2px #9d9d9d;
  background: none;
  opacity: 1;
  margin: 0 10px;
}
.main .cooperation .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #b5986f;
  background: #b5986f;
}
.teamList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.teamList li {
  width: 345px;
  float: left;
  text-align: center;
  margin: 0 0 20px 20px;
}
.teamList li:nth-child(4n+1) {
  margin-left: 0;
}
.teamList li a {
  display: block;
  position: relative;
}
.teamList li a:hover .pic img {
  opacity: .5;
  filter: alpha(opacity=50);
}
.teamList li a:hover .pic .icon,
.teamList li a:hover .box {
  opacity: 1;
  filter: alpha(opacity=100);
}
.teamList li a:hover .text {
  background: #b5986f;
  text-align: left;
}
.teamList li a:hover .text .p1 {
  color: #fff;
}
.teamList li a:hover .text .p2 {
  color: #fff;
  background: url(../images/arrow4.png) no-repeat right 0 center;
}
.teamList li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.teamList li .box span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.teamList li .pic {
  height: 400px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.teamList li .pic img {
  width: 100%;
  display: block;
}
.teamList li .pic .icon {
  width: 100px;
  height: 100px;
  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: 2;
  background: url(../images/team_icon.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.teamList li .text {
  text-align: center;
  padding: 36px 40px 42px 40px;
  box-sizing: border-box;
  background: #fff;
}
.teamList li .text .p1 {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.teamList li .text .p2 {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #000;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media only screen and (max-width: 1440px) {
  .main .reservation .tit {
    font-size: 20px;
  }
  .main .reservation .inpu {
    margin-left: 10px;
  }
  .main .reservation .inpu select,
  .main .reservation .inpu input {
    width: 190px;
    padding: 0 14px;
  }
  .main .reservation .inpu a,
  .main .reservation .inpu button,
  .main .reservation .inpu input[type='button'] {
    width: 170px;
  }
  .main .about .conten {
    max-width: 580px;
  }
  .main .about .pic {
    max-width: 580px;
  }
  .main .structure .swiper-slide .text {
    padding: 30px 30px;
  }
  .main .customer .content {
    padding: 0 100px;
  }
  .main .cooperation .swiper-container .swiper-slide .text {
    padding: 26px 24px;
  }
  .teamList li {
    width: 289px;
    margin: 0 0 14px 14px;
  }
  .teamList li .pic {
    height: 335px;
  }
  .teamList li .text {
    padding: 36px 20px 42px 20px;
  }
  .teamList li .text .p2 {
    font-size: 18px;
  }
}
.container .columnMenu {
  text-align: center;
  background: #fff;
  height: 100px;
}
.container .columnMenu .tit {
  display: none;
}
.container .columnMenu ul {
  display: inline-block;
}
.container .columnMenu ul li {
  margin: 0 57px;
  float: left;
}
.container .columnMenu ul li.on a {
  color: #b5986f;
  border-bottom: solid 3px #b5986f;
}
.container .columnMenu ul li a {
  height: 97px;
  line-height: 97px;
  display: block;
  font-size: 18px;
  color: #333333;
}
.container .columnMenu ul li a:hover {
  color: #b5986f;
}
.container .paging {
  text-align: center;
}
.container .paging ul {
  display: inline-block;
}
.container .paging ul li {
  float: left;
  margin: 0 5px;
}
.container .paging ul li a:hover,
.container .paging ul li.on a {
  background: #b5986f;
  color: #fff;
}
.container .paging ul li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  background: #fff;
  font-size: 24px;
  color: #666666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.container .around:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .around a {
  width: 148px;
  height: 50px;
  line-height: 50px;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 16px;
  color: #333333;
}
.container .around a.prev {
  background: url(../images/arrow13.png) no-repeat 35px center #ffffff;
  text-indent: 65px;
  float: left;
}
.container .around a.prev:hover {
  background-image: url(../images/arrow15.png);
  background-color: #b5986f;
  color: #fff;
}
.container .around a.next {
  background: url(../images/arrow14.png) no-repeat right 35px center #ffffff;
  text-indent: 35px;
  float: right;
}
.container .around a.next:hover {
  background-image: url(../images/arrow16.png);
  background-color: #b5986f;
  color: #fff;
}
.aboutPage {
  padding: 100px 0;
}
.aboutPage .company {
  padding: 100px 0 200px 0;
}
.aboutPage .company .row {
  position: relative;
  margin-bottom: 260px;
}
.aboutPage .company .row:nth-child(1) {
  background: url(../images/company_bg.jpg) no-repeat;
  background-size: 100% auto;
}
.aboutPage .company .row:nth-child(even) .pic {
  float: right;
}
.aboutPage .company .row:nth-child(even) .text {
  left: 0;
  right: auto;
}
.aboutPage .company .row:last-child {
  margin-bottom: 0;
}
.aboutPage .company .row .pic {
  width: 424px;
  height: 424px;
  overflow: hidden;
  float: left;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.aboutPage .company .row .pic img {
  width: 150%;
  transform: rotate(-45deg) translate(0%, -21%);
  -webkit-transform: rotate(-45deg) translate(0%, -21%);
  -ms-transform: rotate(-45deg) translate(0%, -21%);
  -o-transform: rotate(-45deg) translate(0%, -21%);
  -moz-transform: rotate(-45deg) translate(0%, -21%);
}
.aboutPage .company .row .text {
  max-width: 760px;
  float: right;
  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;
}
.aboutPage .company .row .text .line {
  width: 60px;
  height: 2px;
  background: #b5986f;
  margin-top: 10px;
  float: left;
}
.aboutPage .company .row .text .txt {
  padding-left: 98px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
.aboutPage .principle {
  background: url(../images/principle_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 20px;
  box-sizing: border-box;
}
.aboutPage .principle:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .principle .content {
  width: 640px;
  float: left;
  background: url(../images/principle_bg2.png);
  padding: 58px;
  box-sizing: border-box;
}
.aboutPage .principle .content .p1 {
  font-size: 24px;
  color: #000;
}
.aboutPage .principle .content .line {
  width: 30px;
  height: 3px;
  background: #cccccc;
  margin: 24px 0 34px 0;
}
.aboutPage .principle .content .p2 {
  font-size: 24px;
  color: #b5986f;
}
.aboutPage .principle .content .p3 {
  font-size: 36px;
  color: #b5986f;
  margin-top: 10px;
}
.aboutPage .teamDetails {
  background: #fff;
}
.aboutPage .teamDetails:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .teamDetails .pic {
  width: 518px;
  float: left;
}
.aboutPage .teamDetails .pic img {
  width: 100%;
  display: block;
}
.aboutPage .teamDetails .details {
  width: 810px;
  float: right;
  margin: 56px 60px 0 0;
}
.aboutPage .teamDetails .details .title {
  border-bottom: solid 1px #e3e3e3;
}
.aboutPage .teamDetails .details .title:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .teamDetails .details .title .p1 {
  font-size: 16px;
  color: #666666;
}
.aboutPage .teamDetails .details .title .p2 {
  font-size: 20px;
  color: #000000;
  margin-top: 16px;
}
.aboutPage .teamDetails .details .title .line {
  width: 120px;
  height: 2px;
  background: #b5986f;
  float: left;
  margin: 28px 0 -1px 0;
}
.aboutPage .teamDetails .details .article {
  color: #333;
  margin-top: 36px;
}
.aboutPage .relatedTeam {
  margin-top: 70px;
}
.aboutPage .relatedTeam .title:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .relatedTeam .title .tit {
  font-size: 36px;
  color: #000;
  float: left;
}
.aboutPage .relatedTeam .title .prev,
.aboutPage .relatedTeam .title .next {
  float: right;
  margin-left: 10px;
  background: url(../images/arrow7.png) no-repeat;
  width: 34px;
  height: 34px;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .relatedTeam .title .prev:hover,
.aboutPage .relatedTeam .title .next:hover {
  background-image: url(../images/arrow9.png);
}
.aboutPage .relatedTeam .title .next {
  background-image: url(../images/arrow8.png);
}
.aboutPage .relatedTeam .title .next:hover {
  background-image: url(../images/arrow10.png);
}
.aboutPage .relatedTeam .swiper-container {
  margin-top: 38px;
}
.aboutPage .relatedTeam .swiper-container .swiper-button-prev,
.aboutPage .relatedTeam .swiper-container .swiper-button-next {
  display: none;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide {
  text-align: center;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a {
  display: block;
  position: relative;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .pic img {
  opacity: .5;
  filter: alpha(opacity=50);
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .pic .icon,
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .box {
  opacity: 1;
  filter: alpha(opacity=100);
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .text {
  background: #b5986f;
  text-align: left;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .text .p1 {
  color: #fff;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .text .p2 {
  color: #fff;
  background: url(../images/arrow4.png) no-repeat right 0 center;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .box span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .pic {
  height: 400px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .pic img {
  width: 100%;
  display: block;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .pic .icon {
  width: 100px;
  height: 100px;
  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: 2;
  background: url(../images/team_icon.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .text {
  text-align: center;
  padding: 36px 40px 42px 40px;
  box-sizing: border-box;
  background: #fff;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .text .p1 {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .text .p2 {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #000;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .selection .top {
  background: #b5986f;
  padding: 20px;
  box-sizing: border-box;
}
.aboutPage .selection .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .selection .top select {
  width: 310px;
  height: 50px;
  border: none;
  padding: 0 20px;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow11.png) no-repeat right 20px center #ffffff;
  font-size: 16px;
  color: #b5986f;
}
.aboutPage .selection .top .phone {
  line-height: 50px;
  float: right;
  font-size: 20px;
  color: #fff;
}
.aboutPage .selection table {
  width: 100%;
  background: #fff;
}
.aboutPage .selection table th {
  height: 80px;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  text-align: left;
  background: #e9e9e9;
  padding-left: 40px;
}
.aboutPage .selection table th:last-child {
  text-align: center;
}
.aboutPage .selection table tr:hover {
  background: #f5f5f5;
}
.aboutPage .selection table tr:hover td.ts:first-child {
  color: #000;
}
.aboutPage .selection table tr:hover td:first-child {
  color: #b5986f;
}
.aboutPage .selection table td {
  font-size: 16px;
  color: #666666;
  height: 80px;
  padding-left: 40px;
  border-bottom: solid 1px #eaeaea;
}
.aboutPage .selection table td.ts {
  color: #000;
  background: #fff;
}
.aboutPage .selection table td a {
  width: 100px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  border: solid 1px #b5986f;
  font-size: 16px;
  color: #b5986f;
  display: block;
  text-align: center;
  margin: 0 auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .selection table td a:hover {
  background: #b5986f;
  color: #fff;
}
.aboutPage .customer .copywriting {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
}
.aboutPage .customer .customerList {
  margin-top: 54px;
}
.aboutPage .customer .customerList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .customer .customerList li {
  width: 264px;
  height: 130px;
  overflow: hidden;
  float: left;
  margin: 0 0 30px 30px;
}
.aboutPage .customer .customerList li:nth-child(5n+1) {
  margin-left: 0;
}
.aboutPage .customer .customerList 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);
}
.aboutPage .customer .customerList li img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .contact:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .contact li {
  width: 50%;
  float: left;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 30px;
}
.aboutPage .contact li:nth-child(even) {
  padding: 0 0 0 10px;
}
.aboutPage .contact li a {
  display: block;
  background: #fff;
  font-size: 16px;
  color: #666666;
  padding: 36px 40px;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.aboutPage .contact li a:hover {
  background: #b5986f;
  color: #fff;
}
.aboutPage .contact li p {
  margin-bottom: 6px;
}
@media only screen and (max-width: 1440px) {
  .aboutPage .company .row .pic {
    width: 324px;
    height: 324px;
  }
  .aboutPage .teamDetails .pic {
    width: 480px;
  }
  .aboutPage .teamDetails .details {
    width: 660px;
    margin: 20px 30px 0 0;
  }
  .aboutPage .teamDetails .details .title .p2 {
    margin-top: 10px;
  }
  .aboutPage .teamDetails .details .title .line {
    margin: 18px 0 -1px 0;
  }
  .aboutPage .teamDetails .details .article {
    margin-top: 22px;
  }
  .aboutPage .relatedTeam .swiper-container .swiper-slide .pic {
    height: 335px;
  }
  .aboutPage .relatedTeam .swiper-container .swiper-slide .text {
    padding: 36px 20px 42px 20px;
  }
  .aboutPage .relatedTeam .swiper-container .swiper-slide .text .p2 {
    font-size: 18px;
  }
  .aboutPage .customer .customerList li {
    width: 224px;
    height: 110px;
    margin: 0 0 20px 20px;
  }
}
.structurePage {
  padding: 100px 0;
}
.structurePage .certification {
  background: #fff;
}
.structurePage .certification:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.structurePage .certification .right {
  width: 340px;
  height: 100%;
  float: right;
  background: #b5986f;
  padding: 80px 50px 60px 50px;
  box-sizing: border-box;
}
.structurePage .certification .right a {
  display: block;
  margin-bottom: 20px;
  border: solid 1px #fff;
  box-sizing: border-box;
  text-align: center;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.structurePage .certification .right a:hover {
  background: #fff;
  color: #b5986f;
}
.structurePage .certification .cont {
  width: 1000px;
  float: left;
  padding: 40px;
  box-sizing: border-box;
}
.structurePage .certification .cont .tit {
  font-size: 24px;
  color: #000;
}
.structurePage .certification .cont .line {
  width: 30px;
  height: 3px;
  background: #c9c9c9;
  margin: 26px 0 36px 0;
}
.structurePage .certification .cont .txt {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.structurePage .courseList {
  margin-top: 40px;
}
.structurePage .courseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.structurePage .courseList li {
  width: 50%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  float: left;
  margin-bottom: 40px;
}
.structurePage .courseList li:nth-child(even) {
  padding: 0 0 0 20px;
}
.structurePage .courseList li a {
  display: block;
  background: #fff;
}
.structurePage .courseList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.structurePage .courseList 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);
}
.structurePage .courseList li a:hover .tit {
  color: #b5986f;
}
.structurePage .courseList li a:hover .more {
  padding-right: 58px;
}
.structurePage .courseList li .pic {
  width: 210px;
  height: 300px;
  overflow: hidden;
  float: left;
}
.structurePage .courseList 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;
}
.structurePage .courseList li .cont {
  padding: 34px 40px 34px 250px;
  box-sizing: border-box;
}
.structurePage .courseList li .cont .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #000000;
  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;
}
.structurePage .courseList li .cont .txt {
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 20px;
}
.structurePage .courseList li .cont .line {
  height: 1px;
  background: url(../images/courseList_line.png) repeat-x 0 0;
  margin: 34px 0;
}
.structurePage .courseList li .cont .more {
  font-size: 16px;
  color: #b5986f;
  background: url(../images/arrow12.png) no-repeat right 0 center;
  float: left;
  padding-right: 38px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.structurePage .certification2 {
  overflow: hidden;
}
.structurePage .certification2 .right {
  width: 340px;
  padding: 140px 50px 120px 50px;
}
.structurePage .certification2 .cont {
  width: 1050px;
}
.structurePage .certification2 .cont .pic {
  width: 234px;
  float: left;
}
.structurePage .certification2 .cont .pic img {
  width: 100%;
  display: block;
}
.structurePage .certification2 .cont .text {
  padding-left: 274px;
  box-sizing: border-box;
}
.structurePage .courseDetails {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin-top: 34px;
}
.structurePage .courseDetails .tit {
  color: #000;
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .structurePage {
    padding: 100px 0;
  }
  .structurePage .certification .cont {
    width: 800px;
    padding: 40px;
  }
  .structurePage .certification2 .cont {
    width: 800px;
    padding: 20px;
  }
}
.iwecPage {
  padding: 100px 0;
}
.iwecPage .about .row {
  background: #fff;
}
.iwecPage .about .row:nth-child(even) .pic {
  float: right;
}
.iwecPage .about .row:nth-child(even) .text {
  float: left;
}
.iwecPage .about .pic {
  max-width: 50%;
  float: left;
}
.iwecPage .about .pic img {
  width: 100%;
  display: block;
}
.iwecPage .about .text {
  max-width: 50%;
  float: right;
  padding: 48px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
.iwecPage .about .text .tit {
  font-size: 20px;
  color: #000;
}
.iwecPage .lecturerList {
  margin-bottom: 60px;
}
.iwecPage .lecturerList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.iwecPage .lecturerList li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.iwecPage .lecturerList li:nth-child(even) {
  padding: 0 0 0 10px;
}
.iwecPage .lecturerList li a {
  display: block;
  background: #fff;
}
.iwecPage .lecturerList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.iwecPage .lecturerList li .pic {
  width: 350px;
  float: left;
}
.iwecPage .lecturerList li .pic img {
  width: 100%;
  display: block;
}
.iwecPage .lecturerList li .text {
  padding: 30px 20px 0px 390px;
  box-sizing: border-box;
}
.iwecPage .lecturerList li .text .p1 {
  height: 256px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  overflow: auto;
}
.iwecPage .lecturerList li .text .p1 p {
  margin-bottom: 6px;
}
.iwecPage .lecturerList li .text .p1::-webkit-scrollbar {
  width: 4px;
  background: #eee;
}
.iwecPage .lecturerList li .text .p1::-webkit-scrollbar-button {
  display: none;
}
.iwecPage .lecturerList li .text .p1::-webkit-scrollbar-thumb {
  background: #bbb;
}
.iwecPage .lecturerList li .text .p2 {
  line-height: 30px;
  font-size: 18px;
  color: #000;
  margin-top: 46px;
}
.iwecPage .lecturerList li .text .p2 a {
  font-size: 18px;
  color: #000;
}
.iwecPage .place:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.iwecPage .place li {
  width: 710px;
  float: left;
  margin-bottom: 20px;
}
.iwecPage .place li:nth-child(even) {
  float: right;
}
.iwecPage .place li a {
  display: block;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
}
.iwecPage .place li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.iwecPage .place li a:hover {
  background: #b5986f;
}
.iwecPage .place li a:hover .icon1 {
  display: none;
}
.iwecPage .place li a:hover .icon2 {
  display: block;
}
.iwecPage .place li a:hover .tit,
.iwecPage .place li a:hover .txt {
  color: #fff;
}
.iwecPage .place li a:hover .line {
  background: #fff;
}
.iwecPage .place li .icon2,
.iwecPage .place li .icon1 {
  width: 140px;
  height: 140px;
  overflow: hidden;
  float: left;
}
.iwecPage .place li .icon2 img,
.iwecPage .place li .icon1 img {
  width: 100%;
  display: block;
}
.iwecPage .place li .icon2 {
  display: none;
}
.iwecPage .place li .text {
  padding-left: 198px;
  box-sizing: border-box;
}
.iwecPage .place li .text .tit {
  line-height: 30px;
  font-size: 24px;
  color: #000;
}
.iwecPage .place li .text .line {
  width: 20px;
  height: 2px;
  background: #c5c5c5;
  margin: 26px 0 36px 0;
}
.iwecPage .place li .text .txt {
  line-height: 30px;
  font-size: 18px;
  color: #666666;
}
@media only screen and (max-width: 1440px) {
  .iwecPage .lecturerList li .pic {
    width: 250px;
  }
  .iwecPage .lecturerList li .text {
    padding: 20px 20px 20px 270px;
  }
  .iwecPage .lecturerList li .text .p1 {
    height: 170px;
    line-height: 26px;
    font-size: 14px;
  }
  .iwecPage .lecturerList li .text .p1 p {
    margin-bottom: 3px;
  }
  .iwecPage .lecturerList li .text .p2 {
    line-height: 28px;
    font-size: 16px;
    margin-top: 16px;
  }
  .iwecPage .lecturerList li .text .p2 a {
    font-size: 16px;
  }
  .iwecPage .place li {
    width: 590px;
  }
  .iwecPage .place li a {
    padding: 40px 20px;
  }
  .iwecPage .place li .icon2,
  .iwecPage .place li .icon1 {
    width: 100px;
    height: 100px;
  }
  .iwecPage .place li .text {
    padding-left: 120px;
  }
  .iwecPage .place li .text .tit {
    line-height: 26px;
    font-size: 20px;
  }
  .iwecPage .place li .text .line {
    margin: 16px 0;
  }
  .iwecPage .place li .text .txt {
    line-height: 28px;
    font-size: 16px;
  }
}
.customizedPage {
  padding: 100px 0;
}
.customizedPage .customized .title {
  background: #b5986f;
  padding: 36px 40px;
  box-sizing: border-box;
}
.customizedPage .customized .title .tit {
  font-size: 24px;
  color: #fff;
}
.customizedPage .customized .title .line {
  width: 30px;
  height: 3px;
  background: #ebd9bf;
  margin: 26px 0 46px 0;
}
.customizedPage .customized .title .txt {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.customizedPage .course {
  line-height: 36px;
  font-size: 18px;
  color: #666666;
  margin-top: 50px;
}
.customizedPage .course .tit {
  color: #000;
}
.customizedPage .courseList {
  margin-top: 30px;
}
.customizedPage .courseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.customizedPage .courseList li {
  max-width: 710px;
  float: left;
  text-align: center;
}
.customizedPage .courseList li:nth-child(even) {
  float: right;
}
.customizedPage .courseList li a {
  display: block;
  background: #fff;
}
.customizedPage .courseList 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);
}
.customizedPage .courseList li a:hover .text {
  color: #b5986f;
}
.customizedPage .courseList li .pic {
  overflow: hidden;
  height: 400px;
}
.customizedPage .courseList 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;
}
.customizedPage .courseList li .text {
  height: 80px;
  line-height: 80px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 18px;
  color: #000;
  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;
}
@media only screen and (max-width: 1440px) {
  .customizedPage .courseList li {
    max-width: 590px;
  }
  .customizedPage .courseList li .pic {
    height: 332px;
  }
}
.cooperationPage {
  padding: 100px 0;
}
.cooperationPage .joinBox .picture img {
  width: 100%;
  display: block;
}
.cooperationPage .joinBox .content {
  margin-top: 60px;
}
.cooperationPage .joinBox .content .article {
  width: 1000px;
  float: left;
}
.cooperationPage .joinBox .content .phone {
  width: 360px;
  float: right;
}
.cooperationPage .joinBox .content .phone a {
  display: block;
  position: relative;
}
.cooperationPage .joinBox .content .phone .txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  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%);
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: url(../images/join_phone_icon.png) no-repeat center 0;
  padding-top: 80px;
}
.cooperationPage .joinBox .content .phone img {
  width: 100%;
  display: block;
}
.cooperationPage .partnerList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.cooperationPage .partnerList li {
  width: 710px;
  float: left;
  margin-bottom: 20px;
}
.cooperationPage .partnerList li:nth-child(even) {
  float: right;
}
.cooperationPage .partnerList li a {
  background: #fff;
  display: block;
}
.cooperationPage .partnerList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.cooperationPage .partnerList 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);
}
.cooperationPage .partnerList li a:hover .more {
  padding-right: 36px;
}
.cooperationPage .partnerList li .pic {
  float: right;
  width: 50%;
  overflow: hidden;
}
.cooperationPage .partnerList 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;
}
.cooperationPage .partnerList li .text {
  width: 50%;
  float: left;
  padding: 42px 38px;
  box-sizing: border-box;
  background: #b5986f;
  color: #fff;
}
.cooperationPage .partnerList li .text .tit {
  line-height: 30px;
  font-size: 20px;
}
.cooperationPage .partnerList li .text .line1 {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 18px 0 34px 0;
}
.cooperationPage .partnerList li .text .txt {
  height: 120px;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cooperationPage .partnerList li .text .line2 {
  height: 1px;
  background: url(../images/cooperation_line2.png) repeat-x;
  margin: 50px 0 42px 0;
}
.cooperationPage .partnerList li .text .more {
  line-height: 20px;
  font-size: 14px;
  background: url(../images/arrow4.png) no-repeat right 0 center;
  float: left;
  padding-right: 26px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.cooperationPage .partnerDetails .title {
  text-align: center;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 40px;
}
.cooperationPage .partnerDetails .title .tit {
  font-size: 30px;
  color: #000;
}
.cooperationPage .partnerDetails .title .share {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin-top: 26px;
}
.cooperationPage .partnerDetails .title .share span {
  margin-right: 10px;
}
.cooperationPage .partnerDetails .title .share .bdsharebuttonbox {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.cooperationPage .partnerDetails .title .share .bdsharebuttonbox a {
  width: 16px;
  height: 14px;
  background: no-repeat center;
  margin: 0 25px 0 0 ;
  padding: 0;
}
.cooperationPage .partnerDetails .title .share .bdsharebuttonbox .bds_weixin {
  background-image: url(../images/partner_share1.png);
}
.cooperationPage .partnerDetails .title .share .bdsharebuttonbox .bds_sqq {
  background-image: url(../images/partner_share2.png);
}
.cooperationPage .partnerDetails .title .share .bdsharebuttonbox .bds_tsina {
  background-image: url(../images/partner_share3.png);
}
.cooperationPage .partnerDetails .article {
  max-width: 996px;
  margin: 60px auto;
}
.cooperationPage .partnerDetails .article .tit {
  font-size: 20px;
  color: #000;
}
.cooperationPage .partnerDetails .around {
  border-top: solid 1px #d7d7d7;
  padding-top: 40px;
}
@media only screen and (max-width: 1440px) {
  .cooperationPage .joinBox .content .article {
    width: 800px;
  }
  .cooperationPage .partnerList:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }
  .cooperationPage .partnerList li {
    width: 590px;
  }
  .cooperationPage .partnerList li .text {
    padding: 30px;
  }
  .cooperationPage .partnerList li .text .line1 {
    margin: 16px 0 24px 0;
  }
  .cooperationPage .partnerList li .text .line2 {
    margin: 30px 0;
  }
}
.reviewPage {
  padding: 100px 0;
}
.reviewPage .activityPhotos {
  background: url(../images/activityPhotos_line.gif) repeat-y center 0;
}
.reviewPage .activityPhotos:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.reviewPage .activityPhotos .box {
  max-width: 520px;
  float: left;
  text-align: center;
}
.reviewPage .activityPhotos .box:nth-child(even) {
  float: right;
}
.reviewPage .activityPhotos .box .pic {
  height: 340px;
  overflow: hidden;
  border-radius: 7px;
}
.reviewPage .activityPhotos .box .pic img {
  width: 100%;
  display: block;
}
.reviewPage .activityPhotos .box .p1 {
  font-size: 20px;
  color: #000000;
  margin-top: 34px;
}
.reviewPage .activityPhotos .box .p3,
.reviewPage .activityPhotos .box .p2 {
  font-size: 16px;
  color: #666666;
  margin-top: 18px;
}
.reviewPage .activityPhotos .box .p3 {
  margin-top: 12px;
}
.reviewPage .activityPhotos .box .see {
  width: 178px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  border: solid 1px #b5986f;
  display: block;
  margin: 38px auto 0 auto;
  font-size: 16px;
  color: #b5986f;
  text-indent: 30px;
  background: url(../images/activityPhotos_see1.png) no-repeat 42px center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.reviewPage .activityPhotos .box .see:hover {
  background-image: url(../images/activityPhotos_see2.png);
  background-color: #b5986f;
  color: #fff;
}
.reviewPage .photosList .my-simple-gallery:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.reviewPage .photosList figure {
  width: 460px;
  float: left;
  margin: 0 0 30px 30px;
  cursor: pointer;
}
.reviewPage .photosList figure:nth-child(3n+1) {
  margin-left: 0;
}
.reviewPage .photosList figure: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);
}
.reviewPage .photosList figure:hover .text figcaption {
  color: #b5986f;
}
.reviewPage .photosList figure a {
  display: block;
  height: 300px;
  overflow: hidden;
}
.reviewPage .photosList figure a img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.reviewPage .photosList figure .text {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.reviewPage .photosList figure .text .date {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.reviewPage .photosList figure .text figcaption {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 14px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.reviewPage .photosList .paging {
  margin-top: 60px;
}
.reviewPage .videobox {
  padding: 0 120px;
  box-sizing: border-box;
  position: relative;
}
.reviewPage .videobox .next,
.reviewPage .videobox .prev {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  background: url(../images/arrow16.gif) no-repeat;
  background-size: 100% 100%;
  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: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.reviewPage .videobox .next:hover,
.reviewPage .videobox .prev:hover {
  background-image: url(../images/arrow18.gif);
}
.reviewPage .videobox .next {
  left: auto;
  right: 0;
  background-image: url(../images/arrow17.gif);
}
.reviewPage .videobox .next:hover {
  background-image: url(../images/arrow19.gif);
}
.reviewPage .videobox .swiper-container {
  padding-bottom: 60px;
}
.reviewPage .videobox .swiper-container .swiper-button-prev,
.reviewPage .videobox .swiper-container .swiper-button-next {
  display: none;
}
.reviewPage .videobox .swiper-container .swiper-pagination {
  padding: 0;
  margin: 0;
  bottom: 0;
}
.reviewPage .videobox .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: solid 1px #9d9d9d;
  background: none;
  opacity: 1;
  margin: 0 10px;
}
.reviewPage .videobox .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #b5986f;
  border: solid 1px #b5986f;
}
.reviewPage .videobox .swiper-container .swiper-slide {
  position: relative;
}
.reviewPage .videobox .swiper-container .swiper-slide .icon {
  width: 100%;
  height: 108px;
  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%);
  text-align: center;
}
.reviewPage .videobox .swiper-container .swiper-slide .icon img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.reviewPage .videobox .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
.reviewPage .videobox .popupVideo {
  width: 800px;
  position: fixed;
  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: 109;
  display: none;
}
.reviewPage .videobox .popupVideo iframe,
.reviewPage .videobox .popupVideo video {
  width: 100%;
}
.reviewPage .evaluation .swiper-container {
  padding-bottom: 60px;
  position: relative;
}
.reviewPage .evaluation .swiper-container .swiper-button-next,
.reviewPage .evaluation .swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 228px;
  z-index: 5;
  cursor: pointer;
  background: url(../images/arrow16.gif) no-repeat;
  background-size: 100% 100%;
  margin: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.reviewPage .evaluation .swiper-container .swiper-button-next:hover,
.reviewPage .evaluation .swiper-container .swiper-button-prev:hover {
  background-image: url(../images/arrow18.gif);
}
.reviewPage .evaluation .swiper-container .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url(../images/arrow17.gif);
}
.reviewPage .evaluation .swiper-container .swiper-button-next:hover {
  background-image: url(../images/arrow19.gif);
}
.reviewPage .evaluation .swiper-container .swiper-pagination {
  padding: 0;
  margin: 0;
  bottom: 0;
}
.reviewPage .evaluation .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: solid 1px #9d9d9d;
  background: none;
  opacity: 1;
  margin: 0 10px;
}
.reviewPage .evaluation .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #b5986f;
  border: solid 1px #b5986f;
}
.reviewPage .evaluation .swiper-container .swiper-slide {
  position: relative;
  padding-top: 130px;
  text-align: center;
}
.reviewPage .evaluation .swiper-container .swiper-slide .cont {
  background: #fff;
  padding: 174px 20px 54px 20px;
  box-sizing: border-box;
}
.reviewPage .evaluation .swiper-container .swiper-slide .pic {
  width: 260px;
  height: 260px;
  border: solid 5px #f5f5f5;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  border-radius: 50%;
}
.reviewPage .evaluation .swiper-container .swiper-slide .pic img {
  width: 100%;
  display: block;
}
.reviewPage .evaluation .swiper-container .swiper-slide .name {
  font-size: 20px;
  color: #000;
}
.reviewPage .evaluation .swiper-container .swiper-slide .text {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  .reviewPage .photosList figure {
    width: 380px;
  }
  .reviewPage .photosList figure a {
    height: 248px;
  }
}
/**
 * Core PhotoSwipe CSS file, http://photoswipe.com
 * @author Dmitry Semenov
 */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: opacity .15s;
  transition: opacity 0.15s;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222222;
}
.pswp--ie .pswp__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(../images/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #fff;
  opacity: 0.7;
}
.pswp__error-msg a {
  color: #fff;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp--animated-in .pswp__button {
  -webkit-transition: opacity .25s;
  transition: opacity 0.25s;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform .25s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000000;
}
.pswp__share-tooltip a:hover:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:hover:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #ffffff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #ffffff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #dddddd;
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .pswp_scroll-wrap {
    top: 0;
    bottom: 0;
  }
  .pswp__caption {
    margin-top: 0;
  }
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbbbbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #cccccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__bg,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}
.pswp--minimal--dark .pswp__button--arrow--left,
.pswp--minimal--dark .pswp__button--arrow--right {
  background: 0 0;
}
@media only screen and (min-width: 1200px) {
  .main .about .more,
  .main .about .text,
  .main .about .line,
  .main .about .publicTitle,
  .main .cooperation .swiper-container,
  .main .cooperation .publicTitle,
  .main .customer .content,
  .main .customer .publicTitle,
  .main .team .teamList li,
  .main .team .publicTitle,
  .main .structure .swiper-container,
  .main .structure .slogan,
  .main .structure .publicTitle {
    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;
  }
  .main .about .more.an,
  .main .about .text.an,
  .main .about .line.an,
  .main .about .publicTitle.an,
  .main .cooperation .swiper-container.an,
  .main .cooperation .publicTitle.an,
  .main .customer .content.an,
  .main .customer .publicTitle.an,
  .main .team .teamList li.an,
  .main .team .publicTitle.an,
  .main .structure .swiper-container.an,
  .main .structure .slogan.an,
  .main .structure .publicTitle.an {
    top: 0;
    opacity: 1;
  }
  .main .about .pic {
    position: relative;
    right: -500px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
  }
  .main .about .pic.an {
    right: 0;
    opacity: 1;
  }
}
