@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", arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
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", arial;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #c69702;
}
html,
body {
  height: 100%;
}
body.hide {
  overflow: hidden;
}
.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;
  }
}
.lzpic2 {
  display: none;
}
.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: 15px;
  color: #777777;
  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);
}
.loadingTop {
  width: 40px;
  height: 40px;
  background: url(../images/loading.gif) no-repeat center;
  background-size: 100% 100%;
  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: 999;
}
.wrapper {
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header {
  width: 100%;
  height: 90px;
  z-index: 90;
}
.header.black {
  background: url(../images/header_bg.png);
}
.header .logo {
  height: 80px;
  float: left;
  overflow: hidden;
  margin-top: 10px;
}
.header .logo img {
  height: 100%;
  display: block;
}
.header .language {
  float: right;
  background: url(../images/language.png) no-repeat 0 center;
  line-height: 20px;
  padding-left: 30px;
  font-size: 15px;
  color: #fff;
  margin-top: 35px;
}
.header .language a {
  font-size: 15px;
  color: #fff;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header .language a:hover {
  color: #d3a100;
}
.header .language span {
  padding: 0 8px;
  opacity: .4;
}
.header .nav .tit,
.header .menuBtn {
  display: none;
}
.header .nav {
  float: left;
  position: relative;
  margin-left: 20px;
}
.header .nav .buoy {
  height: 3px;
  background: #d3a100;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  padding: 0 16px;
}
.header .nav > ul > li > a {
  height: 90px;
  line-height: 90px;
  padding: 0 8px;
  display: block;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav .sub {
  min-width: 150px;
  position: absolute;
  top: 90px;
  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;
  display: none;
}
.header .nav .sub li {
  background: url(../images/header_bg.png);
  margin-top: 1px;
}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header .nav .sub li a:hover {
  color: #000;
}
.footer {
  background: #f2f2f2;
}
.footer .linkList {
  width: 70%;
  float: left;
  padding: 45px 0 0 0;
  box-sizing: border-box;
}
.footer .linkList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .linkList .list {
  width: 20%;
  float: left;
}
.footer .linkList a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.footer .linkList .tit {
  line-height: 62px;
  border-bottom: solid 1px #e0e0e0;
}
.footer .linkList .tit a {
  font-size: 18px;
  color: #222222;
}
.footer .linkList .tit a:hover {
  color: #d3a100;
}
.footer .linkList ul {
  margin-top: 26px;
}
.footer .linkList ul li {
  line-height: 20px;
  margin-bottom: 20px;
}
.footer .linkList ul li a {
  font-size: 15px;
  color: #808080;
}
.footer .linkList ul li a:hover {
  color: #d3a100;
}
.footer .contact {
  width: 30%;
  float: right;
  min-height: 388px;
  border-left: solid 1px #e0e0e0;
  box-sizing: border-box;
  padding: 64px 0 0 66px;
}
.footer .contact .tit {
  font-size: 18px;
  color: #222222;
}
.footer .contact .number {
  font-family: "Arial", arial;
  font-size: 34px;
  font-weight: bold;
  color: #d3a100;
  margin: 30px 0 10px 0;
  display: inline-block;
}
.footer .contact .address {
  line-height: 35px;
  font-size: 15px;
  color: #808080;
}
.footer .contact .share {
  margin-top: 25px;
}
.footer .contact .share:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .contact .share a {
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 25px;
  position: relative;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.footer .contact .share .icon-wechat {
  background-image: url(../images/share1.png);
}
.footer .contact .share .icon-wechat:hover {
  background-image: url(../images/share11.png);
}
.footer .contact .share .icon-weibo {
  background-image: url(../images/share2.png);
}
.footer .contact .share .icon-weibo:hover {
  background-image: url(../images/share22.png);
}
.footer .contact .share .icon-qq {
  background-image: url(../images/share3.png);
}
.footer .contact .share .icon-qq:hover {
  background-image: url(../images/share33.png);
}
.footer .bottom {
  padding: 21px 0;
  line-height: 22px;
  font-size: 15px;
  color: #7d7f81;
  border-top: solid 1px #e0e0e0;
}
.footer .bottom a {
  font-size: 15px;
  color: #7d7f81;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.footer .bottom a:hover {
  color: #d3a100;
}
.fixedSidebar {
  width: 76px;
  position: fixed;
  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: 90;
  text-align: center;
}
.fixedSidebar li {
  margin-top: 5px;
  position: relative;
}
.fixedSidebar li:hover a {
  background: #c2a363;
}
.fixedSidebar li a {
  height: 66px;
  display: block;
  padding-top: 10px;
  box-sizing: border-box;
  background: #c2a363;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixedSidebar li a .icon {
  height: 20px;
  line-height: 20px;
}
.fixedSidebar li a .icon img {
  max-height: 100%;
  vertical-align: middle;
}
.fixedSidebar li a .txt {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  margin-top: 6px;
}
.fixedSidebar li .hide {
  height: 66px;
  line-height: 66px;
  position: absolute;
  top: 0;
  right: 76px;
  z-index: 5;
  background: #c2a363;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 120px;
  height: 120px;
  padding: 5px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
.icon-wechat .wechat-qrcode {
  display: none;
  position: absolute;
  bottom: 60px;
  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: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
  padding: 10px;
  box-sizing: border-box;
}
.icon-wechat .wechat-qrcode img {
  width: 100%;
  display: block;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode .help,
.icon-wechat .wechat-qrcode h4 {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.pcMore2,
.pcMore1 {
  width: 176px;
  height: 46px;
  line-height: 46px;
  display: block;
  margin: 0 auto;
  background: #d3a100;
  text-indent: 45px;
  position: relative;
}
.pcMore2:hover input[type="submit"],
.pcMore1:hover input[type="submit"],
.pcMore2:hover input[type="button"],
.pcMore1:hover input[type="button"],
.pcMore2:hover span,
.pcMore1:hover span {
  background-position: right 20px center;
}
.pcMore2:hover::after,
.pcMore1:hover::after {
  width: 100%;
}
.pcMore2::after,
.pcMore1::after {
  content: " ";
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #efb704;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcMore2 input[type="submit"],
.pcMore1 input[type="submit"],
.pcMore2 input[type="button"],
.pcMore1 input[type="button"],
.pcMore2 span,
.pcMore1 span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: url(../images/arrow3.png) no-repeat right 34px center;
  background-size: 8px auto;
  display: block;
  font-size: 15px;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  cursor: pointer;
}
.pcMore2 {
  text-indent: 0;
  text-align: center;
}
.pcMore2 input[type="submit"],
.pcMore2 input[type="button"],
.pcMore2 span {
  background: none;
}
.bg1 {
  background: #f6f6f6;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 56px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  opacity: 1;
  background: url(../images/swiper-pagination1.png) no-repeat;
  background-size: 100% 100%;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/swiper-pagination2.png);
}
.main .publicTitle {
  text-align: center;
}
.main .publicTitle.white .tit,
.main .publicTitle.white .en,
.main .publicTitle.white .slogan {
  color: #fff;
}
.main .publicTitle.white .tit span {
  background: #fff;
  opacity: .4;
}
.main .publicTitle.white .slogan {
  opacity: .6;
}
.main .publicTitle .en {
  font-family: "Arial", arial;
  font-size: 46px;
  font-weight: bold;
  color: #222222;
}
.main .publicTitle .en span {
  color: #d3a100;
}
.main .publicTitle .tit {
  line-height: 40px;
  font-size: 34px;
  color: #333333;
  margin: 5px 0 14px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.main .publicTitle .tit span {
  height: 1px;
  background: #f2f2f2;
  flex: 1;
  margin: 20px 68px 0 0;
}
.main .publicTitle .tit span:nth-child(even) {
  margin: 20px 0 0 68px;
}
.main .publicTitle .slogan {
  font-size: 15px;
  color: #999999;
}
.main .service {
  padding: 84px 0;
}
.main .service .content {
  margin-top: 58px;
  position: relative;
}
.main .service .pcMore2 {
  margin-top: 70px;
}
.main .service .swiper-button-next,
.main .service .swiper-button-prev {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.22);
  background-size: auto;
  top: 50%;
  margin: -29px 0 0 0;
  position: absolute;
  z-index: 9;
  padding: 0;
  outline: none;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .service .swiper-button-next:hover,
.main .service .swiper-button-prev:hover {
  background-color: #d3a100;
}
.main .service .swiper-button-prev {
  left: -29px;
  background-image: url(../images/arrow2.png);
}
.main .service .swiper-button-next {
  right: -29px;
  background-image: url(../images/arrow3.png);
}
.main .service .swiper-slide {
  overflow: hidden;
}
.main .service .swiper-slide img {
  width: 100%;
  display: block;
}
.main .service .swiper-slide a {
  display: block;
  position: relative;
}
.main .service .swiper-slide a:hover .filter {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  opacity: 1;
}
.main .service .swiper-slide a:hover .text {
  text-align: center;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.main .service .swiper-slide a:hover .txt {
  height: auto;
  margin: 14px 0 42px 0;
  -webkit-line-clamp: 100;
}
.main .service .swiper-slide a:hover .arrow {
  height: 4px;
}
.main .service .swiper-slide .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 25px;
  box-sizing: border-box;
  z-index: 5;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-slide .tit {
  font-size: 24px;
  font-weight: bold;
}
.main .service .swiper-slide .txt {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-slide .arrow {
  width: 40px;
  height: 0px;
  background: url(../images/arrow1.png) no-repeat;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-slide .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 15px;
  box-sizing: border-box;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-slide .filter span {
  background: url(../images/service_filter.png);
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main .about {
  min-height: 920px;
  background: url(../images/about_bg.jpg) no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
 padding: 100px 0; 
  box-sizing: border-box;
 /* background-size:100% 100%; */
}
/* .main .about .text {
  max-width: 1160px;
  text-align: center;
  line-height: 32px;
  font-size: 15px;
  color: #fff;
  margin: 54px auto;
} */
.main .about .text {
  max-width: 90%;
  line-height: 32px;
  font-size: 15px;
  color: #fff;
  margin: 54px auto;
  /* margin-left: 35%; */
}
.main .about .videoBtn {
  margin-top: 24px;
}
@keyframes videoBtn-line {
  0% {
    height: 0px;
  }
  100% {
    height: 27px;
  }
}
@-moz-keyframes videoBtn-line {
  0% {
    height: 0px;
  }
  100% {
    height: 27px;
  }
}
@-webkit-keyframes videoBtn-line {
  0% {
    height: 0px;
  }
  100% {
    height: 27px;
  }
}
@-o-keyframes videoBtn-line {
  0% {
    height: 0px;
  }
  100% {
    height: 27px;
  }
}
.videoBtn {
  width: 93px;
  height: 93px;
  background: url(../images/videobtn.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.videoBtn span {
  width: 5px;
  height: 27px;
  border-radius: 2px 2px 0 0;
  background: #d3a100;
  display: block;
  position: absolute;
  bottom: 7px;
  z-index: 2;
}
.videoBtn .line1 {
  right: -7px;
  animation: videoBtn-line 0.3s infinite alternate;
  -moz-animation: videoBtn-line 0.3s infinite alternate;
  -webkit-animation: videoBtn-line 0.3s infinite alternate;
  -o-animation: videoBtn-line 0.3s infinite alternate;
  animation-timing-function: cubic-bezier(1, 1, 1, 1);
}
.videoBtn .line2 {
  right: 4px;
  animation: videoBtn-line 0.8s infinite alternate;
  -moz-animation: videoBtn-line 0.8s infinite alternate;
  -webkit-animation: videoBtn-line 0.8s infinite alternate;
  -o-animation: videoBtn-line 0.8s infinite alternate;
  animation-timing-function: cubic-bezier(1, 1, 1, 1);
}
.videoBtn .line3 {
  right: 15px;
  animation: videoBtn-line 0.6s infinite alternate;
  -moz-animation: videoBtn-line 0.6s infinite alternate;
  -webkit-animation: videoBtn-line 0.6s infinite alternate;
  -o-animation: videoBtn-line 0.6s infinite alternate;
  animation-timing-function: cubic-bezier(1, 1, 1, 1);
}
.main .news {
  padding: 98px 0 80px 0;
}
.main .news .content {
  margin-top: 54px;
}
.main .news .swiper-container {
  padding: 10px 6px 78px 6px;
  box-sizing: border-box;
}
.main .news .swiper-slide a {
  display: block;
  background: #fff;
  position: relative;
  box-shadow: 0 0 6px 2px #ececec;
  top: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .news .swiper-slide a:hover {
  top: -4px;
}
.main .news .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .swiper-slide .pic {
  overflow: hidden;
}
.main .news .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .news .swiper-slide .date {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  background: #d3a100;
  top: 15px;
  left: 15px;
  z-index: 2;
  position: absolute;
  font-size: 14px;
  color: #fff;
}
.main .news .swiper-slide .text {
  padding: 22px 26px;
  box-sizing: border-box;
}
.main .news .swiper-slide .tit {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .swiper-slide .txt {
  height: 52px;
  line-height: 26px;
  font-size: 14px;
  color: #888888;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .swiper-pagination {
  bottom: 0px;
}
.main .news .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  opacity: 1;
  background: url(../images/swiper-pagination3.png) no-repeat;
  background-size: 100% 100%;
}
.main .news .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/swiper-pagination4.png);
}
.main .cooperation .title {
  text-align: center;
  font-size: 28px;
  color: #333333;
}
.main .cooperation .title span {
  color: #d3a100;
}
.main .cooperation .content {
  margin: 40px 0 70px 0;
  position: relative;
}
.main .cooperation .swiper-button-next,
.main .cooperation .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.22);
  background-size: 9px auto;
  top: 50%;
  margin: -21px 0 0 0;
  position: absolute;
  z-index: 9;
  padding: 0;
  outline: none;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .cooperation .swiper-button-next:hover,
.main .cooperation .swiper-button-prev:hover {
  background-color: #d3a100;
}
.main .cooperation .swiper-button-prev {
  left: -62px;
  background-image: url(../images/arrow2.png);
}
.main .cooperation .swiper-button-next {
  right: -62px;
  background-image: url(../images/arrow3.png);
}
.main .cooperation .swiper-container {
  padding: 10px 0;
}
.main .cooperation .swiper-slide img {
  width: 100%;
  display: block;
}
.main .cooperation .swiper-slide a {
  display: block;
  background: #fff;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .cooperation .swiper-slide a:hover {
  box-shadow: 0 0 6px 2px #ececec;
}
.container .columnMenu {
  border-bottom: solid 1px #e8e8e8;
}
.container .columnMenu .crumbs {
  float: left;
  padding-left: 28px;
  box-sizing: border-box;
  line-height: 64px;
  height: 64px;
  font-size: 15px;
  color: #999999;
  background: url(../images/crumbs.png) no-repeat 0 center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .columnMenu .crumbs a {
  font-size: 15px;
  color: #999999;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .columnMenu .crumbs a:hover {
  color: #d3a100;
}
.container .columnMenu .menu {
  float: right;
  height: 64px;
}
.container .columnMenu .menu .btn {
  display: none;
}
.container .columnMenu .menu li {
  float: left;
  margin-left: 60px;
}
.container .columnMenu .menu li a {
  display: block;
  line-height: 62px;
  font-size: 15px;
  color: #999999;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .columnMenu .menu li.on a,
.container .columnMenu .menu li a:hover {
  color: #d3a100;
}
.container .columnMenu .menu li.on a {
  border-bottom: solid 3px #d3a100;
}
.container .paging {
  text-align: center;
}
.container .paging ul {
  display: inline-block;
}
.container .paging li {
  float: left;
  margin: 0 3px;
}
.container .paging li a {
  width: 60px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #555555;
  display: block;
  background: #fff;
  border: solid 1px #e5e5e5;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .paging li.on a,
.container .paging li a:hover {
  border: solid 1px #d3a100;
  background: #d3a100;
  color: #fff;
}
.columnTitle {
  text-align: center;
  line-height: 50px;
}
.columnTitle .en {
  font-size: 59px;
  font-weight: bold;
  color: #d3a100;
}
.columnTitle .tit {
  font-size: 32px;
  color: #222222;
}
.columnTitle .line1 {
  width: 38px;
  height: 4px;
  background: #d3a100;
  margin-top: 22px;
}
.columnTitle .slogan {
  max-width: 878px;
  line-height: 25px;
  font-size: 15px;
  color: #777777;
  margin: 16px auto 0 auto;
}
.columnTitle .line2 {
  width: 54px;
  height: 4px;
  background: #f3f3f3;
  margin-bottom: 10px;
  display: inline-block;
}
.aboutPage {
  padding: 60px 0;
}
.aboutPage img {
  width: 100%;
  display: block;
}
.aboutPage .columnTitle {
  text-align: left;
}
.aboutPage .columnTitle .en {
  font-size: 50px;
}
.aboutPage .columnTitle .tit {
  font-size: 30px;
}
.aboutPage .introduce .pic {
  float: left;
  width: 574px;
  margin: 0 54px 30px 0;
}
.aboutPage .introduce .article {
  margin: 40px 0;
  color: #555555;
}
.aboutPage .speech .pic {
  width: 525px;
  float: left;
}
.aboutPage .speech .content {
  width: 800px;
  float: right;
}
.aboutPage .speech .article {
  color: #555555;
  padding: 52px 0 80px 0;
}
.aboutPage .speech .signature {
  font-size: 15px;
  color: #555555;
  text-align: right;
}
.aboutPage .speech .signature img {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}
.aboutPage .culture .row {
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-color: #f5f5f5;
}
.aboutPage .culture .row:nth-child(even) {
  background-position: left 0 bottom 0;
}
.aboutPage .culture .row:nth-child(even) .cont,
.aboutPage .culture .row:nth-child(even) .pic {
  float: right;
}
.aboutPage .culture .cont,
.aboutPage .culture .pic {
  width: 50%;
  float: left;
}
.aboutPage .culture .cont {
  margin-top: 100px;
}
.aboutPage .culture .cont .text {
  line-height: 30px;
  font-size: 15px;
  color: #555555;
  padding: 0 88px;
  box-sizing: border-box;
  vertical-align: middle;
}
.aboutPage .culture .cont .text p {
  margin-bottom: 2px;
}
.aboutPage .honor {
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  box-sizing: border-box;
}
.aboutPage .honor:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .honor li {
  width: 25%;
  float: left;
  padding: 18px;
  box-sizing: border-box;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.aboutPage .honor li: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 .honor li:hover::after {
  width: 100%;
}
.aboutPage .honor li::after {
  content: " ";
  width: 0;
  height: 2px;
  background: #d3a100;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .honor li .pic {
  overflow: hidden;
}
.aboutPage .honor li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.aboutPage .honor li .txt {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #555555;
  margin-top: 9px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media only screen and (max-width: 1400px) {
  .aboutPage .speech .pic {
    width: 450px;
  }
  .aboutPage .speech .content {
    width: 680px;
  }
  .aboutPage .culture .cont {
    margin-top: 100px;
  }
  .aboutPage .culture .cont .text {
    padding: 0 50px;
  }
}
.singlePage img {
  max-width: 100%;
}
.medicalPage,
.servicePage {
  padding: 60px 0;
}
.serviceList {
  margin: 0 -10px 30px -10px;
}
.serviceList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.serviceList li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  float: left;
}
.serviceList li img {
  width: 100%;
  display: block;
}
.serviceList li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.serviceList li a:hover .filter {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  opacity: 1;
}
.serviceList li a:hover .text {
  text-align: center;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.serviceList li a:hover .txt {
  height: auto;
  margin: 14px 0 42px 0;
  -webkit-line-clamp: 100;
}
.serviceList li a:hover .arrow {
  height: 4px;
}
.serviceList li .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 25px;
  box-sizing: border-box;
  z-index: 5;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.serviceList li .tit {
  font-size: 24px;
  font-weight: bold;
}
.serviceList li .txt {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.serviceList li .arrow {
  width: 40px;
  height: 0px;
  background: url(../images/arrow1.png) no-repeat;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.serviceList li .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 15px;
  box-sizing: border-box;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.serviceList li .filter span {
  background: url(../images/service_filter.png);
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.medicalPage .details img {
  width: 100%; 
  display: block;
}
.medicalPage .details .info:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.medicalPage .details .info .pic {
  width: 490px;
  float: left;
}
.medicalPage .details .info .text {
/*   padding: 30px 0 0 532px; */
  box-sizing: border-box;
}
.medicalPage .details .info .tit {
  font-size: 30px;
  color: #d3a100;
}
.medicalPage .details .info .en {
  font-size: 14px;
  color: #cccccc;
}
.medicalPage .details .info .txt {
  line-height: 32px;
  font-size: 15px;
  color: #777777;
  margin: 26px 0 40px 0;
}
.medicalPage .details .info .pcMore2 {
  margin-left: 0;
}
.medicalPage .details .content {
  margin-top: 22px;
}
.medicalPage .details .content .title {
  padding: 20px 0;
  line-height: 24px;
  border-bottom: solid 1px #f4f4f4;
  font-size: 24px;
  color: #333333;
}
.medicalPage .details .content .title span {
  display: inline-block;
  border-left: solid 4px #d3a100;
  padding-left: 16px;
}
.medicalPage .details .content .article {
  margin-top: 30px;
}
.medicalRelated {
  margin-top: 50px;
}
.medicalRelated .title {
  line-height: 24px;
  border-left: solid 4px #d3a100;
  padding-left: 16px;
  font-size: 24px;
  color: #333333;
}
.medicalRelated .serviceList {
  margin: 34px -14px 0 -14px;
}
.popupBooking {
  max-width: 540px;
  width: 100%;
  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: 200;
  background: #fff;
  display: none;
}
.popupBooking .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/close.png) no-repeat center;
  background-size: 16px auto;
  z-index: 2;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popupBooking .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.popupBooking .title {
  height: 50px;
  line-height: 50px;
  background: #eee;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.popupBooking .content {
  padding: 40px 40px 20px 40px;
  box-sizing: border-box;
}
.popupBooking input[type='text'] {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}
.popupBooking input[type='text']::-webkit-input-placeholder {
  color: #666666;
}
.popupBooking input[type='text']:-moz-placeholder {
  color: #666666;
}
.popupBooking input[type='text']::-moz-placeholder {
  color: #666666;
}
.popupBooking input[type='text']:-ms-input-placeholder {
  color: #666666;
}
.popupBooking button,
.popupBooking input[type='submit'],
.popupBooking input[type='button'] {
  width: 144px;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background: #efb704;
  font-size: 15px;
  color: #fff;
  display: block;
  margin: 30px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popupBooking button:hover,
.popupBooking input[type='submit']:hover,
.popupBooking input[type='button']:hover {
  background: #c69702;
}
.popupBooking .tips {
  border-top: solid 1px #f2f2f2;
  font-size: 14px;
  color: #666666;
  padding-top: 24px;
}
.popupBooking .tips a,
.popupBooking .tips span {
  font-size: 20px;
  color: #d3a100;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}
.newsPage {
  padding: 60px 0;
}
.newsList {
  margin-bottom: 60px;
}
.newsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsList li a {
  display: block;
  padding: 52px 0;
  position: relative;
}
.newsList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsList li a:hover .line::after {
  width: 100%;
}
.newsList 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);
}
.newsList li a:hover .date {
  opacity: 0;
}
.newsList li a:hover .pcMore2 {
  opacity: 1;
}
.newsList li .line {
  width: 100%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.newsList li .line::after {
  width: 0;
  height: 1px;
  content: " ";
  background: #efb704;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.newsList li .pic {
  width: 306px;
  float: left;
  overflow: hidden;
}
.newsList li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.newsList li .right {
  width: 218px;
  height: 196px;
  float: right;
  border-left: solid 1px #eaeaea;
  position: relative;
}
.newsList li .pcMore2 {
  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;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  opacity: 0;
}
.newsList li .date {
  font-size: 26px;
  color: #e0e0e0;
  font-weight: bold;
  text-align: right;
  padding-top: 50px;
  box-sizing: border-box;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsList li .date span {
  display: block;
  font-size: 62px;
  font-weight: normal;
}
.newsList li .text {
  padding: 40px 280px 0 354px;
  box-sizing: border-box;
}
.newsList li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #2a2736;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsList li .txt {
  height: 56px;
  line-height: 28px;
  font-size: 15px;
  color: #888888;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar {
  width: 374px;
  float: right;
}
.sidebar .title {
  line-height: 50px;
  font-size: 22px;
  color: #333333;
}
.sidebar .news,
.sidebar .videoList {
  padding: 32px 26px;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
}
.sidebar .news li:last-child a {
  border-bottom: none;
}
.sidebar .news li a {
  padding: 16px 0;
  display: block;
  border-bottom: solid 1px #e6e6e6;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sidebar .news li a:hover .tit {
  color: #efb704;
}
.sidebar .news li .tit,
.sidebar .news li .txt {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sidebar .news li .tit {
  font-size: 16px;
  color: #333333;
}
.sidebar .news li .txt {
  font-size: 14px;
  color: #c8c8c8;
}
.sidebar .videoList ul {
  margin-top: 20px;
}
.sidebar .videoList li {
  width: 100%;
  padding: 0;
}
.sidebar .videoList li:last-child {
  margin-bottom: 0;
}
.sidebar .videoList li a:hover {
  top: 0;
}
.sidebar .videoList li .cont {
  padding-left: 0;
  padding-right: 0;
}
.newsPage .details {
  width: 1002px;
  float: left;
  background: #fff;
  padding: 42px 42px 70px 42px;
  box-sizing: border-box;
}
.newsPage .details .title {
  line-height: 36px;
  font-size: 26px;
  color: #333333;
}
.newsPage .details .info {
  line-height: 25px;
  font-size: 15px;
  color: #c8c8c8;
  margin-top: 12px;
}
.newsPage .details #share2 {
  float: right;
}
.newsPage .details #share2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .details #share2 a {
  width: 25px;
  height: 25px;
  margin: 0 0 0 8px;
  float: left;
  background: no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .details #share2 .wechat-qrcode {
  bottom: 30px;
  border: solid 1px #ddd;
}
.newsPage .details #share2 .wechat-qrcode::after {
  display: none;
}
.newsPage .details #share2 .icon-qq {
  background-image: url(../images/details_share1.png);
}
.newsPage .details #share2 .icon-qq:hover {
  background-image: url(../images/details_share11.png);
}
.newsPage .details #share2 .icon-weibo {
  background-image: url(../images/details_share2.png);
}
.newsPage .details #share2 .icon-weibo:hover {
  background-image: url(../images/details_share22.png);
}
.newsPage .details #share2 .icon-wechat {
  background-image: url(../images/details_share3.png);
  position: relative;
}
.newsPage .details #share2 .icon-wechat:hover {
  background-image: url(../images/details_share33.png);
}
.newsPage .details .article {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 34px 0;
  margin: 20px 0 35px 0;
}
.newsPage .details .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .details .prevnext a {
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #333333;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .details .prevnext a:hover {
  background-color: #efb704;
  color: #fff;
}
.newsPage .details .prevnext .prev {
  float: left;
  text-indent: 60px;
  background-image: url(../images/arrow7.png);
  background-position: 36px center;
}
.newsPage .details .prevnext .prev:hover {
  background-image: url(../images/arrow9.png);
  background-position: 26px center;
}
.newsPage .details .prevnext .next {
  float: right;
  text-indent: 35px;
  background-image: url(../images/arrow8.png);
  background-position: right 36px center;
}
.newsPage .details .prevnext .next:hover {
  background-image: url(../images/arrow10.png);
  background-position: right 26px center;
}
@media only screen and (max-width: 1400px) {
  .sidebar {
    width: 300px;
  }
  .sidebar .news {
    padding: 32px 20px;
  }
  .newsPage .details {
    width: 880px;
    padding: 30px 30px 50px 30px;
  }
}
.contactPage {
  padding: 64px 0 94px 0;
}
.contactPage .anchor {
  display: block;
  opacity: 0;
  position: relative;
  top: -100px;
}
.contactPage .address,
.contactPage .phone,
.contactPage .qrcode {
  width: 33.33%;
  min-height: 182px;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.contactPage .address,
.contactPage .phone {
  border-right: solid 1px #dfdfdf;
}
.contactPage .address .tit {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
}
.contactPage .address .txt {
  line-height: 26px;
  font-size: 15px;
  color: #555555;
  margin-top: 30px;
}
.contactPage .phone {
  line-height: 182px;
  text-align: center;
}
.contactPage .phone a {
  min-height: 45px;
  display: inline-block;
  font-size: 36px;
  color: #efb704;
  background: url(../images/phone2.png) no-repeat 0 center;
  padding-left: 68px;
  vertical-align: middle;
}
.contactPage .qrcode {
  padding-top: 16px;
  text-align: center;
}
.contactPage .qrcode .box {
  display: inline-block;
  margin: 0 10px;
}
.contactPage .qrcode .pic {
  width: 130px;
  height: 130px;
  overflow: hidden;
}
.contactPage .qrcode .txt {
  line-height: 26px;
  font-size: 15px;
  color: #555555;
}
.contactPage .map {
  margin: 56px 0;
}
.contactPage #allmap {
  height: 372px;
}
.contactPage .advice .title {
  line-height: 74px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 1px #f0f0f0;
}
.contactPage .advice .tips1 {
  line-height: 30px;
  font-size: 15px;
  color: #888888;
  margin: 24px 0 40px 0;
}
.contactPage .advice .inpuBox {
  margin: 0 -18px;
}
.contactPage .advice .inpuBox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .advice .inpuBox .inpu {
  width: 33.333%;
  padding: 0 18px;
  box-sizing: border-box;
  float: left;
}
.contactPage .advice .inpuBox input[type='text'] {
  width: 100%;
  height: 48px;
  border: solid 1px #e0e0e0;
  font-size: 15px;
  color: #333;
  padding: 0 18px;
  box-sizing: border-box;
}
.contactPage .advice .inpuBox input[type='text']::-webkit-input-placeholder {
  color: #a1a1a1;
}
.contactPage .advice .inpuBox input[type='text']:-moz-placeholder {
  color: #a1a1a1;
}
.contactPage .advice .inpuBox input[type='text']::-moz-placeholder {
  color: #a1a1a1;
}
.contactPage .advice .inpuBox input[type='text']:-ms-input-placeholder {
  color: #a1a1a1;
}
.contactPage .advice .tips2 {
  line-height: 30px;
  font-size: 15px;
  color: #555555;
  padding-left: 40px;
  box-sizing: border-box;
  background: url(../images/tips2.png) no-repeat 0 8px;
  margin: 42px 0 18px 0;
}
.contactPage .advice textarea {
  width: 100%;
  height: 258px;
  border: solid 1px #e0e0e0;
  box-sizing: border-box;
  padding: 18px 26px;
  font-size: 15px;
  color: #333;
  resize: none;
}
.contactPage .advice textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
.contactPage .advice textarea:-moz-placeholder {
  color: #a1a1a1;
}
.contactPage .advice textarea::-moz-placeholder {
  color: #a1a1a1;
}
.contactPage .advice textarea:-ms-input-placeholder {
  color: #a1a1a1;
}
.contactPage .advice .pcMore2 {
  width: 158px;
  height: 46px;
  margin-top: 32px;
  margin-left: 0;
}
.mapPage .siteMap {
  padding: 50px 0;
}
.mapPage .siteMap .row {
  margin-bottom: 20px;
}
.mapPage .siteMap .row .tit {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f1efeb;
  font-size: 16px;
  color: #d3a100;
}
.mapPage .siteMap .row ul {
  margin-top: 10px;
}
.mapPage .siteMap .row ul li {
  width: 20%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
.mapPage .siteMap .row ul li a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: dotted 1px #999;
  font-size: 14px;
  color: #666;
}
.mapPage .siteMap .row ul li a:hover {
  color: #d3a100;
}
