/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner > .pic {
  display: block;
  width: 100%;
}
.banner > .desc {
  position: absolute;
  top: 28.3068783%;
  right: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
.banner > .desc h2 {
  margin: 0;
  font-size: 105px;
  font-weight: normal;
  opacity: 0.07;
}
.banner > .desc h3 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0;
  font-size: 75px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-nav .container {
  font-size: 0;
  text-align: center;
}
.banner-nav .container a {
  position: relative;
  display: inline-block;
  width: 25%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.banner-nav .container a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.25);
  content: '';
}
.banner-nav .container a.active,
.banner-nav .container a:hover {
  background-color: #e50027;
}
.banner-nav .container a.active::after,
.banner-nav .container a:hover::after {
  display: none;
}
.banner-nav .container a.active .popover,
.banner-nav .container a:hover .popover {
  padding-bottom: 87px;
}
.banner-nav .container a.active .popover::before,
.banner-nav .container a:hover .popover::before {
  height: 87px;
}
.banner-nav .container a span {
  display: inline-block;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  padding-left: 42px;
  font-size: 18px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.banner-nav .container a .popover {
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding-bottom: 70px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-nav .container a .popover::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 70px;
  background-color: #f7f8f8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
}
.banner-nav .container a .popover .pic {
  width: 209px;
  height: 209px;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .banner-nav .container a.active .popover,
  .banner-nav .container a:hover .popover {
    padding-bottom: 40px;
  }
  .banner-nav .container a.active .popover::before,
  .banner-nav .container a:hover .popover::before {
    height: 40px;
  }
  .banner-nav .container a .popover {
    padding-bottom: 30px;
  }
  .banner-nav .container a .popover::before {
    height: 30px;
  }
  .banner-nav .container a .popover .pic {
    width: 150px;
    height: 150px;
    border-width: 4px;
  }
}
@media (max-width: 1279px) {
  .banner > .pic {
    height: 260px;
    object-fit: cover;
  }
  .banner > .desc h2 {
    font-size: 30px;
  }
  .banner > .desc h3 {
    font-size: 24px;
  }
  .banner-nav .container a::after {
    width: 1px;
  }
  .banner-nav .container a.active .popover,
  .banner-nav .container a:hover .popover {
    padding-bottom: 20px;
  }
  .banner-nav .container a.active .popover::before,
  .banner-nav .container a:hover .popover::before {
    height: 20px;
  }
  .banner-nav .container a span {
    height: 40px;
    line-height: 40px;
    padding-left: 22px;
    font-size: 13px;
  }
  .banner-nav .container a .popover {
    padding-bottom: 10px;
  }
  .banner-nav .container a .popover::before {
    height: 10px;
  }
  .banner-nav .container a .popover .pic {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
}
.about-title {
  margin-bottom: 20px !important;
}
.about-title h3 {
  margin: 0 0 28px;
  font-size: 35px;
  font-weight: normal;
  color: #e50027;
}
.about-title p {
  position: relative;
  padding-left: 76px;
  margin: 0;
  font-size: 20px;
}
.about-title p::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 67px;
  height: 3px;
  background-color: #e50027;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}
@media (max-width: 1279px) {
  .about-title h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .about-title p {
    padding-left: 40px;
    font-size: 16px;
  }
  .about-title p::before {
    width: 30px;
    height: 2px;
  }
}
.about-box1 {
  padding: 70px 30px 60px;
}
.about-box1 .container .about-title {
  margin-bottom: 45px;
}
.about-box1 .container .bd .pic {
  width: 32.73993808%;
  margin-left: 35px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
}
.about-box1 .container .bd .desc {
  overflow: hidden;
}
.about-box1 .container .bd .desc p {
  line-height: 24px;
  margin: 0;
  font-size: 15px;
  color: #727171;
}
@media (max-width: 1279px) {
  .about-box1 {
    padding: 20px 10px;
  }
  .about-box1 .container .bd .pic {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .about-box1 .container .bd .desc {
    line-height: 2;
  }
  .about-box1 .container .bd .desc p {
    line-height: 2;
    font-size: 14px;
  }
}
.about-box2 {
  padding: 88px 30px 100px;
  background-color: #f7f8f8;
}
.about-box2 .container .about-title {
  margin-bottom: 60px;
}
.about-box2 .container .bd {
  position: relative;
}
.about-box2 .container .bd .wapmap {
  display: none;
}
.about-box2 .container .bd .wapmap img {
  max-width: 100%;
}
.about-box2 .container .bd .earth {
  position: absolute;
  right: -52px;
  bottom: 48px;
  width: 1026px;
  height: 448px;
  background: url('../images/bg4.png') no-repeat right bottom;
}
.about-box2 .container .bd .earth .item {
  position: absolute;
  color: #fff;
}
.about-box2 .container .bd .earth .item:nth-child(1) {
  width: 99px;
  height: 99px;
  top: 0;
  right: 122px;
}
.about-box2 .container .bd .earth .item:nth-child(2) {
  width: 118px;
  height: 118px;
  top: 114px;
  right: 597px;
}
.about-box2 .container .bd .earth .item:nth-child(2) .box h3 {
  font-size: 45px;
}
.about-box2 .container .bd .earth .item:nth-child(3) {
  width: 127px;
  height: 127px;
  top: 256px;
  right: 246px;
}
.about-box2 .container .bd .earth .item:nth-child(4) {
  width: 118px;
  height: 118px;
  top: 330px;
  right: 485px;
}
.about-box2 .container .bd .earth .item .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.about-box2 .container .bd .earth .item .box h3 {
  margin: 0 0 8px;
  font-size: 50px;
  font-weight: normal;
  font-family: 'Roboto-Regular';
}
.about-box2 .container .bd .earth .item .box p {
  margin: 0;
  font-size: 15px;
  text-align: center;
}
.about-box2 .container .bd ul {
  position: relative;
  width: 456px;
}
.about-box2 .container .bd ul li {
  float: left;
  width: 50%;
  padding: 0 26px 22px 0;
}
.about-box2 .container .bd ul li .pic {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.about-box2 .container .bd ul li p {
  margin: 18px 0 0;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1279px) {
  .about-box2 {
    padding: 20px 10px;
  }
  .about-box2 .container .bd .earth {
    position: static;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    margin: 0 -5px 15px;
    background: none;
  }
  .about-box2 .container .bd .earth .item {
    position: static;
    width: 50% !important;
    height: auto !important;
    padding: 7px;
  }
  .about-box2 .container .bd .earth .item:nth-child(1) .box {
    background-color: #e8495d;
  }
  .about-box2 .container .bd .earth .item:nth-child(2) .box {
    background-color: #68b7c4;
  }
  .about-box2 .container .bd .earth .item:nth-child(3) .box {
    background-color: #f09c44;
  }
  .about-box2 .container .bd .earth .item:nth-child(4) .box {
    background-color: #8ea3d2;
  }
  .about-box2 .container .bd .earth .item .box {
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .about-box2 .container .bd .earth .item .box h3 {
    font-size: 30px !important;
  }
  .about-box2 .container .bd .earth .item .box p {
    font-size: 14px;
  }
  .about-box2 .container .bd ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    margin: 0 -5px 15px;
  }
  .about-box2 .container .bd ul li {
    float: none;
    padding: 7px;
  }
  .about-box2 .container .bd ul li p {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .about-box2 .container .bd .wapmap {
    display: block;
  }
}
.about-box3 {
  padding: 88px 30px 95px;
}
.about-box3 .container .about-title {
  margin-bottom: 90px;
}
.about-box3 .container .bd {
  position: relative;
}
.about-box3 .container .bd::before {
  position: absolute;
  top: 50%;
  right: -10px;
  left: 0;
  display: block;
  height: 22px;
  background: url('../images/bg5.png') repeat-x 12px center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}
.about-box3 .container .bd::after {
  position: absolute;
  top: 50%;
  right: -25px;
  display: block;
  width: 15px;
  height: 22px;
  background: url('../images/icon21.png') no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}
.about-box3 .container .bd .fzlc-swiper .t {
  padding: 0 33px 60px 0;
  margin-right: 38px;
  background: url('../images/bg6.png') no-repeat right bottom;
}
.about-box3 .container .bd .fzlc-swiper .b {
  padding: 60px 52px 0 0;
  margin-left: 22px;
  background: url('../images/bg7.png') no-repeat right top;
}
.about-box3 .container .bd .fzlc-swiper h3 {
  margin: 0 0 22px;
  font-weight: normal;
}
.about-box3 .container .bd .fzlc-swiper h3 span {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding: 0 13px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 30px;
  color: #fff;
  background-color: #e50027;
}
.about-box3 .container .bd .fzlc-swiper p {
  height: 78px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 15px;
}
.about-box3 .container .bd .fzlc-btn {
  position: absolute;
  top: 50%;
  z-index: 9;
  display: block;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-box3 .container .bd .fzlc-btn.fzlc-btn-prev {
  left: -160px;
  background-image: url('../images/prev1.png');
}
.about-box3 .container .bd .fzlc-btn.fzlc-btn-next {
  right: -160px;
  background-image: url('../images/next1.png');
}
@media (max-width: 1600px) {
  .about-box3 .container .bd .fzlc-btn.fzlc-btn-prev {
    left: -80px;
  }
  .about-box3 .container .bd .fzlc-btn.fzlc-btn-next {
    right: -80px;
  }
}
@media (max-width: 1440px) {
  .about-box3 .container .bd .fzlc-btn.fzlc-btn-prev {
    left: -70px;
  }
  .about-box3 .container .bd .fzlc-btn.fzlc-btn-next {
    right: -70px;
  }
}
@media (max-width: 1366px) {
  .about-box3 .container .bd {
    margin: 0 70px;
  }
}
@media (max-width: 1279px) {
  .about-box3 {
    padding: 20px 10px;
  }
  .about-box3 .container .bd {
    margin: 0 20px 0 0;
  }
  .about-box3 .container .bd .fzlc-swiper h3 span {
    font-size: 20px;
  }
  .about-box3 .container .bd .fzlc-swiper p {
    font-size: 14px;
  }
  .about-box3 .container .bd .fzlc-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-box3 .container .bd .fzlc-swiper .t {
    padding: 0 22px 25px 0;
    margin-right: 0;
  }
  .about-box3 .container .bd .fzlc-swiper .b {
    padding: 20px 26px 0 0;
    margin-left: 0px;
  }
  .about-box3 .container .bd .fzlc-swiper p {
    font-size: 12px;
    line-height: 20px;
  }
}
.about-box4 {
  padding: 94px 30px 40px;
  background: url('../images/bg8.jpg') no-repeat center / cover;
}
.about-box4 .container .about-title {
  margin-bottom: 52px;
}
.about-box4 .container .about-title h3 {
  
}
.about-box4 .container .about-title p {
  color: #fff;
}
.about-box4 .container .about-title p::before {
  
}
.about-box4 .container .bd .qyry-swiper .pic {
  border-width: 13px 11px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.7);
}
.about-box4 .container .bd .qyry-swiper p {
  margin: 19px 0 9px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.about-box4 .container .bd .qyry-swiper .qyry-pagination {
  position: static;
  margin-top: 56px;
  font-size: 0;
}
.about-box4 .container .bd .qyry-swiper .qyry-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
}
.about-box4 .container .bd .qyry-swiper .qyry-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1279px) {
  .about-box4 {
    padding: 20px 10px;
  }
  .about-box4 .container .bd .qyry-swiper .pic {
    border-width: 5px;
  }
  .about-box4 .container .bd .qyry-swiper p {
    margin: 10px 0 5px;
    font-size: 13px;
  }
  .about-box4 .container .bd .qyry-swiper .qyry-pagination {
    margin-top: 10px;
  }
  .about-box4 .container .bd .qyry-swiper .qyry-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.about-box5 {
  padding: 96px 30px 77px;
}
.about-box5 .container .about-title {
  margin-bottom: 62px;
}
.about-box5 .container .bd .zzrz-swiper .pic {
  display: block;
  border: 1px solid #b5b5b6;
}
.about-box5 .container .bd .zzrz-swiper p {
  margin: 20px 0 0;
  font-size: 16px;
  text-align: center;
  color: #e50027;
}
.about-box5 .container .bd .zzrz-swiper .zzrz-pagination {
  position: static;
  margin-top: 56px;
  font-size: 0;
}
.about-box5 .container .bd .zzrz-swiper .zzrz-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #e50027;
  opacity: 0.5;
}
.about-box5 .container .bd .zzrz-swiper .zzrz-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1279px) {
  .about-box5 {
    padding: 20px 10px;
  }
  .about-box5 .container .bd .zzrz-swiper .pic {
    border-width: 5px;
  }
  .about-box5 .container .bd .zzrz-swiper p {
    margin: 10px 0 5px;
  }
  .about-box5 .container .bd .zzrz-swiper .zzrz-pagination {
    margin-top: 10px;
  }
  .about-box5 .container .bd .zzrz-swiper .zzrz-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.culture {
  padding: 66px 30px 83px;
  background-color: #f7f8f8;
}
.culture .container ul {
  margin-right: -28px;
}
.culture .container ul li {
  float: left;
  width: 33.33333333%;
  padding-right: 28px;
}
.culture .container ul li .item .bd {
  display: flex;
  justify-content: center;
  padding: 52px 0 47px;
  background-color: #fff;
}
.culture .container ul li .item .bd .desc {
  padding-left: 75px;
  background-repeat: no-repeat;
  background-position: left center;
}
.culture .container ul li .item .bd .desc h3 {
  margin: 0 0 13px;
  font-size: 24px;
  font-weight: normal;
  color: #e50027;
}
.culture .container ul li .item .bd .desc p {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  height:45px;
}
@media (max-width: 1279px) {
  .culture {
    padding: 10px 10px 0;
  }
  .culture .container ul {
    margin-right: 0;
  }
  .culture .container ul li {
    float: none;
    width: auto;
    padding: 0 0 10px;
  }
  .culture .container ul li .item .bd {
    padding: 10px 0;
  }
  .culture .container ul li .item .bd .desc {
    padding-left: 45px;
    background-size: auto 80%;
	background-size: 35px auto;
  }
  .culture .container ul li .item .bd .desc h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .culture .container ul li .item .bd .desc p {
    font-size: 14px;
	height:auto;
  }
}
.product {
  padding: 62px 30px;
  background-color: #efefef;
}
.product .container .tabs {
  font-size: 0;
  text-align: center;
}
.product .container .tabs a {
  position: relative;
  display: inline-block;
  min-width: 256px;
  padding: 0 10px;
  margin: 0 7px;
  background-color: #595757;
}
.product .container .tabs a::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  display: none;
  border-width: 12px 16px 0;
  border-style: solid;
  border-color: #e50027 transparent transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
}
.product .container .tabs a.active {
  background-color: #e50027;
}
.product .container .tabs a.active::after {
  display: block;
}
.product .container .tabs a span {
  display: inline-block;
  height: 82px;
  line-height: 82px;
  overflow: hidden;
  padding-left: 50px;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: left center;
}
.product .container .sub-tabs {
  margin: 30px 0 35px;
  font-size: 0;
  text-align: center;
}
.product .container .sub-tabs a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 7px 10px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #dcdddd;
}
.product .container .sub-tabs a.active {
  color: #e50027;
  background-color: #fff;
}
.product .container .sort {
  margin-bottom: 62px;
  font-size: 0;
  text-align: center;
}
.product .container .sort a {
  font-size: 18px;
  vertical-align: middle;
}
.product .container .sort a.active,
.product .container .sort a:hover {
  color: #e50027;
}
.product .container .sort span {
  display: inline-block;
  width: 1px;
  height: 17px;
  margin: 0 17px;
  vertical-align: middle;
  background-color: #b5b5b6;
  content: '';
}
.product .container .list ul {
  margin-right: -16px;
}
.product .container .list ul li {
  float: left;
  width: 25%;
  padding: 0 16px 60px 0;
}
.product .container .list ul li .item {
  padding: 17px 17px 30px;
  background-color: #fff;
}
.product .container .list ul li .item .desc {
  margin-top: 28px;
}
.product .container .list ul li .item .desc h3 {
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: normal;
  color: #898989;
}
.product .container .list ul li .item .desc p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .product {
    padding: 20px 10px;
  }
  .product .container .tabs a {
    width: auto;
    margin: 0 5px;
  }
  .product .container .tabs a::after {
    bottom: -5px;
    border-width: 5px 10px 0;
  }
  .product .container .tabs a span {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 14px;
    background-size: auto 60%;
  }
  .product .container .sub-tabs {
    margin: 10px 0 15px;
  }
  .product .container .sub-tabs a {
    width: auto;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    font-size: 14px;
  }
  .product .container .sort {
    margin-bottom: 20px;
  }
  .product .container .sort a {
    font-size: 12px;
  }
  .product .container .sort span {
    margin: 0 5px;
  }
  .product .container .list ul {
    margin-right: 0;
  }
  .product .container .list ul li {
    float: none;
    width: auto;
    padding: 0 0 10px;
  }
  .product .container .list ul li .item {
    padding: 10px 10px 15px;
  }
  .product .container .list ul li .item .desc {
    margin-top: 10px;
  }
  .product .container .list ul li .item .desc h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .product .container .list ul li .item .desc p {
    font-size: 14px;
  }
}
.page-nav {
  font-size: 0;
  text-align: center;
}
.page-nav a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  margin: 0 5px;
  font-size: 16px;
}
.page-nav a.disabled {
  color: #b5b5b6;
}
.page-nav a.btn {
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-nav a.btn.prev {
  background-image: url('../images/icon30.png');
}
.page-nav a.btn.prev.disabled {
  background-image: url('../images/icon31.png');
}
.page-nav a.btn.next {
  background-image: url('../images/icon32.png');
}
.page-nav a.btn.next.disabled {
  background-image: url('../images/icon33.png');
}
.page-nav a.item {
  width: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.page-nav a.item.active {
  color: #fff;
  background-color: #e50027;
}
@media (max-width: 1279px) {
  .page-nav a {
    font-size: 14px;
  }
}
.case-list {
  padding: 58px 30px 72px;
}
.case-list .list ul {
  margin-right: -50px;
}
.case-list .list ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 50px 45px 0;
}
.case-list .list ul li .item {
  display: block;
  border: 1px solid #dcdddd;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.case-list .list ul li .item:hover {
  color: #fff;
  background-color: #e50027;
}
.case-list .list ul li .item:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.case-list .list ul li .item:hover .desc .index-more span {
  background-image: url('../images/icon9.png');
}
.case-list .list ul li .item .pic {
  overflow: hidden;
}
.case-list .list ul li .item .pic img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.case-list .list ul li .item .desc {
  padding: 18px 20px 20px;
}
.case-list .list ul li .item .desc h3 {
	height: 45px;
  margin: 0;
  font-size: 22px;
  font-weight: normal;
}
.case-list .list ul li .item .desc p {
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  margin: 15px 0;
  font-size: 15px;
}
@media (max-width: 1279px) {
  .case-list {
    padding: 20px 10px;
	min-height: 30vh;
  }
  .case-list .list ul {
    margin-right: 0;
  }
  .case-list .list ul li {
    float: none;
    width: auto;
    padding: 0 0 10px;
  }
  .case-list .list ul li .item .desc {
    padding: 10px;
  }
  .case-list .list ul li .item .desc h3 {
    font-size: 16px;
  }
  .case-list .list ul li .item .desc p {
    height: 44px;
    line-height: 22px;
    margin: 10px 0;
    font-size: 14px;
  }
}
.case-detail {
  padding: 120px 30px 45px;
  background-color: #f7f7f7;
}
.case-detail .container > .hd {
  background-color: #fff;
}
.case-detail .container > .hd .desc {
  width: 45.51083591%;
  padding: 20px 60px 30px;
  color: #fff;
  background-color: #e50027;
}
.case-detail .container > .hd .desc h3 {
  margin: 0 0 20px;
  font-size: 42px;
  font-weight: normal;
}
.case-detail .container > .hd .desc p {
  line-height: 36px;
  margin: 0;
  font-size: 20px;
}
.case-detail .container > .hd .tags {
  overflow: hidden;
  padding: 32px 70px 0 105px;
  font-size: 0;
}
.case-detail .container > .hd .tags h3 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: normal;
  color: #e50027;
}
.case-detail .container > .hd .tags ul li {
  float: left;
  width: 25%;
  padding: 0 12px 14px 0;
}
.case-detail .container > .hd .tags ul li span {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  background-color: #eeeeef;
}
.case-detail .container > .bd {
  padding: 60px 60px 70px;
  margin: 38px 0 50px;
  background-color: #fff;
}
.case-detail .container > .bd p {
  line-height: 25px;
  margin: 0;
  font-size: 15px;
}
.case-detail .container > .bd img {
  max-width: 100%;
  margin-top: 50px;
}
.case-detail .container > .ft {
  position: relative;
}
.case-detail .container > .ft p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  font-size: 15px;
}
.case-detail .container > .ft p a:hover {
  color: #e50027;
}
.case-detail .container > .ft .back {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 118px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #e50027;
}
@media (max-width: 1279px) {
  .case-detail {
    padding: 52px 10px 10px;
  }
  .case-detail .container > .hd .desc {
    float: none;
    width: auto;
    padding: 10px;
  }
  .case-detail .container > .hd .desc h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .case-detail .container > .hd .desc p {
    line-height: 22px;
    font-size: 14px;
  }
  .case-detail .container > .hd .tags {
    padding: 10px;
  }
  .case-detail .container > .hd .tags h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .case-detail .container > .hd .tags ul li {
    padding: 0 10px 10px 0;
  }
  .case-detail .container > .hd .tags ul li span {
    font-size: 14px;
  }
  .case-detail .container > .bd {
    padding: 10px;
    margin: 10px 0;
  }
  .case-detail .container > .bd img {
    height: auto !important;
    margin-top: 10px;
  }
  .case-detail .container > .ft p {
    font-size: 14px;
  }
  .case-detail .container > .ft .back {
    position: static;
    width: auto;
    margin-top: 10px;
    font-size: 16px;
  }
}
.news-list {
  padding: 100px 30px 72px;
  background-color: #fff;
}
.news-list .container .list ul {
  margin-right: -44px;
}
.news-list .container .list ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 44px 55px 0;
}
.news-list .container .list ul li .item {
  display: block;
  padding-bottom: 22px;
  border-bottom: 2px solid #c9caca;
}
.news-list .container .list ul li .item:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list .container .list ul li .item:hover .desc .index-more {
  color: #e50027;
}
.news-list .container .list ul li .item .pic {
  overflow: hidden;
}
.news-list .container .list ul li .item .pic img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-list .container .list ul li .item .desc {
  margin-top: 25px;
}
.news-list .container .list ul li .item .desc h3 {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list .container .list ul li .item .desc p {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  color: #727171;
}
.news-list .container .list ul li .item .desc .ft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 15px;
  color: #727171;
}
@media (max-width: 1279px) {
  .news-list {
    padding: 20px 10px;
	min-height: 30vh;
  }
  .news-list .container .list ul {
    margin-right: 0;
  }
  .news-list .container .list ul li {
    float: none;
    width: auto;
    padding: 0 0 10px;
  }
  .news-list .container .list ul li .item {
    padding-bottom: 10px;
  }
  .news-list .container .list ul li .item .desc {
    margin-top: 10px;
  }
  .news-list .container .list ul li .item .desc h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .news-list .container .list ul li .item .desc p {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
  }
  .news-list .container .list ul li .item .desc .ft {
    margin-top: 10px;
    font-size: 14px;
  }
}
.news-detail {
  padding: 80px 30px 60px;
}
.news-detail .container > .hd h3 {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: normal;
}
.news-detail .container > .hd p {
  margin: 0;
  font-size: 16px;
}
.news-detail .container > .bd {
  line-height: 25px;
  padding: 35px 0;
  margin: 25px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #c9caca;
  font-size: 15px;
}
.news-detail .container > .bd img {
  max-width: 100%;
}
.news-detail .container > .ft {
  position: relative;
}
.news-detail .container > .ft p {
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  padding-right: 130px;
}
.news-detail .container > .ft p a:hover {
  color: #e50027;
}
.news-detail .container > .ft .back {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 118px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #e50027;
}
@media (max-width: 1279px) {
  .news-detail {
    padding: 20px 10px;
  }
  .news-detail .container > .hd h3 {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .news-detail .container > .hd p {
    font-size: 14px;
  }
  .news-detail .container > .bd {
    line-height: 22px;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 14px;
  }
  .news-detail .container > .ft p {
    font-size: 14px;
	padding-right:0;
  }
  .news-detail .container > .ft .back {
    position: static;
    width: auto;
    margin-top: 10px;
    font-size: 16px;
  }
}
.job {
  padding: 0 30px 72px;
}
.job .container > .hd {
  padding: 65px 0;
  margin-bottom: 26px;
  border-bottom: 1px solid #c9caca;
  text-align: center;
}
.job .container > .hd .desc {
  margin-bottom: 40px;
}
.job .container > .hd .desc h3 {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: normal;
}
.job .container > .hd .desc h3 span {
  color: #e50027;
}
.job .container > .hd .desc p {
  line-height: 32px;
  margin: 0;
  font-size: 16px;
}
.job .container > .hd .search {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #b5b5b6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.job .container > .hd .search .form {
  display: flex;
  width: 650px;
}
.job .container > .hd .search .form input {
  flex: 1;
  height: 38px;
  padding: 0 10px 0 38px;
  border: 0;
  font-size: 16px;
  background: url('../images/icon38.png') no-repeat 10px center;
}
.job .container > .hd .search .form input::placeholder {
  color: #9fa0a0;
}
.job .container > .hd .search .form button {
  width: 68px;
  height: 38px;
  border: 0;
  font-size: 16px;
  color: #fff;
  background-color: #e50027;
}
.job .container > .bd .aside {
  width: 310px;
  margin-right: 68px;
}
.job .container > .bd .aside-sort .title {
  height: 72px;
  line-height: 72px;
  overflow: hidden;
  font-size: 32px;
  color: #e50027;
}
.job .container > .bd .aside-sort ul li {
  margin-bottom: 8px;
}
.job .container > .bd .aside-sort ul li.active .hd::after {
  background-image: url('../images/icon40.png');
}
.job .container > .bd .aside-sort ul li .hd {
  position: relative;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding-left: 11px;
  font-size: 16px;
  background-color: #f7f7f7;
  cursor: pointer;
}
.job .container > .bd .aside-sort ul li .hd::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 33px;
  background: url('../images/icon39.png') no-repeat center;
  content: '';
}
.job .container > .bd .aside-sort ul li .bd {
  padding: 15px 0 7px;
}
.job .container > .bd .aside-sort ul li .bd .item {
  display: block;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}
.job .container > .bd .aside-sort ul li .bd .item:hover {
  color: #e50027;
}
.job .container > .bd .aside-sort ul li .bd .item:hover span::before {
  border-color: #e50027;
}
.job .container > .bd .aside-sort ul li .bd .item input {
  display: none;
}
.job .container > .bd .aside-sort ul li .bd .item input:checked ~ span::before {
  border-color: #e50027;
  background-color: #e50027;
}
.job .container > .bd .aside-sort ul li .bd .item span {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding-left: 25px;
}
.job .container > .bd .aside-sort ul li .bd .item span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #9fa0a0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: url('../images/icon41.png') no-repeat center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}
.job .container > .bd .content {
  overflow: hidden;
}
.job .container > .bd .content .title {
  height: 72px;
  line-height: 54px;
  padding-top: 18px;
  font-size: 18px;
}
.job .container > .bd .content .list {
  margin-bottom: 62px;
}
.job .container > .bd .content .list .item {
  padding: 21px 36px;
  margin-bottom: 22px;
  background-color: #f7f7f7;
}
.job .container > .bd .content .list .item .hd .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.job .container > .bd .content .list .item .hd .t h3 {
  margin: 0;
  font-size: 22px;
}
.job .container > .bd .content .list .item .hd .t .btn {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding: 0 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  background-color: #e50027;
}
.job .container > .bd .content .list .item .hd .table table {
  width: 100%;
  line-height: 32px;
  border-collapse: collapse;
  font-size: 15px;
}
.job .container > .bd .content .list .item .bd h3 {
  margin: 20px 0 10px;
  font-size: 15px;
}
.job .container > .bd .content .list .item .bd p {
  line-height: 26px;
  margin: 0;
  font-size: 15px;
}
.job .container > .bd .content .list .item .index-more {
  margin-top: 15px;
  color: #e50027;
  cursor: pointer;
}
.job .container > .bd .content .list .item .index-more span {
  font-size: 15px;
}
@media (max-width: 1279px) {
  .job {
    padding: 0 10px;
  }
  .job .container > .hd {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .job .container > .hd .desc {
    margin-bottom: 10px;
  }
  .job .container > .hd .desc h3 {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .job .container > .hd .desc p {
    line-height: 22px;
    font-size: 14px;
  }
  .job .container > .hd .search .form {
    width: auto;
  }
  .job .container > .hd .search .form input {
    width: 240px;
    font-size: 14px;
  }
  .job .container > .hd .search .form button {
    font-size: 14px;
  }
  .job .container > .bd .aside {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .job .container > .bd .aside-sort .title {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .job .container > .bd .aside-sort ul li .hd {
    font-size: 14px;
  }
  .job .container > .bd .aside-sort ul li .bd .item {
    font-size: 14px;
  }
  .job .container > .bd .content .title {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    margin-top: 10px;
    font-size: 16px;
  }
  .job .container > .bd .content .list .item {
    padding: 10px;
    margin-bottom: 10px;
  }
  .job .container > .bd .content .list .item .hd .t {
    margin-bottom: 10px;
  }
  .job .container > .bd .content .list .item .hd .t h3 {
    font-size: 16px;
  }
  .job .container > .bd .content .list .item .hd .t .btn {
    font-size: 14px;
  }
  .job .container > .bd .content .list .item .hd .table {
    overflow-x: auto;
  }
  .job .container > .bd .content .list .item .hd .table table {
    line-height: 22px;
    font-size: 14px;
    white-space: nowrap;
  }
  .job .container > .bd .content .list .item .hd .table table tr td {
    padding-right: 20px;
  }
  .job .container > .bd .content .list .item .bd h3 {
    margin: 15px 0 10px;
    font-size: 14px;
  }
  .job .container > .bd .content .list .item .bd p {
    font-size: 14px;
  }
  .job .container > .bd .content .list .item .index-more span {
    font-size: 14px;
  }
}
.staff {
  padding: 70px 30px 52px;
}
.staff .container > .hd {
  margin-bottom: 60px;
}
.staff .container > .hd .desc {
  padding: 0 70px;
  margin-bottom: 32px;
  text-align: center;
}
.staff .container > .hd .desc p {
  line-height: 30px;
  margin: 0;
  font-size: 15px;
}
.staff .container > .hd ul {
  font-size: 0;
  text-align: center;
}
.staff .container > .hd ul li {
  margin: 0;
  width:33.33%;
  float: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.staff .container > .hd ul li .bgs{
	margin-left:5px;
}
.staff .container > .hd ul li:nth-child(1) .bgs{
	background: #fff6da;
	margin-left:0;
}
.staff .container > .hd ul li:nth-child(2) .bgs{
	background: #f2fcdd;
}
.staff .container > .hd ul li:nth-child(3) .bgs{
	background: #e7faff;
}
.staff .container > .hd ul li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.staff .container > .hd ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 200px;
}
.staff .container > .hd ul li .item h3 {
  margin: 0 0 18px;
  font-size: 20px;
  color: #e50027;
}
.staff .container > .hd ul li .item p {
  line-height: 30px;
  margin: 0;
  font-size: 16px;
}
.staff .container > .bd ul {
  margin-right: -32px;
}
.staff .container > .bd ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 32px 25px 0;
}
.staff .container > .bd ul li:nth-child(1) {
  width: 100%;
  padding-bottom: 40px;
}
.staff .container > .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.staff .container > .bd ul li .item:hover .desc .index-more {
  color: #e50027;
}
.staff .container > .bd ul li .item .pic {
  overflow: hidden;
}
.staff .container > .bd ul li .item .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.staff .container > .bd ul li .item p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 20px 0 0;
  font-size: 16px;
  text-align: center;
}
.staff .container > .ft {
  margin-top: 25px;
  text-align: center;
}
.staff .container > .ft .btn-more {
  display: inline-block;
  padding: 0 24px 0 22px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  border-radius: 44px;
  background-color: #e50027;
}
.staff .container > .ft .btn-more span {
  display: block;
  height: 44px;
  line-height: 44px;
  padding-right: 47px;
  font-size: 18px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1279px) {
  .staff {
    padding: 20px 10px;
  }
  .staff .container > .hd {
    margin-bottom: 10px;
  }
  .staff .container > .hd .desc {
    padding: 0;
    margin-bottom: 10px;
  }
  .staff .container > .hd .desc p {
    line-height: 22px;
    font-size: 14px;
  }
  .staff .container > .hd ul li .item h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .staff .container > .hd ul li .item p {
    line-height: 22px;
    font-size: 16px;
  }
  .staff .container > .bd ul {
    margin-right: 0;
  }
  .staff .container > .bd ul li {
    float: none;
    width: auto;
    padding: 0 0 10px !important;
  }
  .staff .container > .bd ul li .item p {
    margin-top: 5px;
    font-size: 14px;
  }
  .staff .container > .ft {
    margin-top: 10px;
  }
  .staff .container > .ft .btn-more {
    display: block;
  }
  .staff .container > .ft .btn-more span {
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;
    background-size: auto 50%;
  }
}
.contact {
  padding: 85px 30px 70px;
}
.contact .container > .hd h3 {
  margin: 0 0 35px;
  font-size: 24px;
}
.contact .container > .hd ul li {
  position: relative;
  float: left;
  padding: 22px 24px;
  margin-right: 18px;
  background-color: #f4f4f4;
  cursor: pointer;
  max-width: 38%;
}
.contact .container > .hd ul li.active::before {
  position: absolute;
  bottom: -10px;
  left: 40px;
  display: block;
  border-width: 10px 14px 0;
  border-style: solid;
  border-color: #f4f4f4 transparent transparent;
  content: '';
}
.contact .container > .hd ul li dl {
  margin: 0;
}
.contact .container > .hd ul li dl dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #e50027;
}
.contact .container > .hd ul li dl dd {
  line-height: 20px;
  padding: 6px 0 6px 32px;
  margin: 0;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.contact .container > .map {
  height: 674px;
  margin: 55px 0 80px;
}
.contact .container > .bd .title {
  padding: 13px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #c9caca;
  font-size: 20px;
}
.contact .container > .bd .form {
  margin-right: -28px;
}
.contact .container > .bd .form .form-item {
  float: left;
  width: 50%;
  padding: 0 28px 15px 0;
}
.contact .container > .bd .form .form-item.full {
  width: 100%;
}
.contact .container > .bd .form .form-item label {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
}
.contact .container > .bd .form .form-item input,
.contact .container > .bd .form .form-item select,
.contact .container > .bd .form .form-item textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  font-size: 14px;
  background-color: #eee;
}
.contact .container > .bd .form .form-item input,
.contact .container > .bd .form .form-item select {
  height: 40px;
}
.contact .container > .bd .form .form-item select {
  appearance: none;
  opacity: 0.6;
  background-color: #e1e1e1;
}
.contact .container > .bd .form .form-item textarea {
  resize: none;
}
.contact .container > .bd .btn-group {
  margin-top: 23px;
  text-align: center;
}
.contact .container > .bd .btn-group button {
  width: 150px;
  height: 42px;
  padding: 0;
  margin: 0 18px;
  border: 0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  font-size: 20px;
  color: #fff;
}
.contact .container > .bd .btn-group button[type='submit'] {
  background-color: #e50027;
}
.contact .container > .bd .btn-group button[type='reset'] {
  background-color: #a1a1a1;
}
@media (max-width: 1279px) {
  .contact {
    padding: 20px 10px;
  }
  .contact .container > .hd h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .contact .container > .hd ul li {
    float: none;
    padding: 10px;
    margin: 0 0 15px;
  }
  .contact .container > .hd ul li.active::before {
    top: 5px;
    right: 5px;
    bottom: auto;
    left: auto;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #e50027;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .contact .container > .hd ul li dl dt {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .contact .container > .hd ul li dl dd {
    padding: 4px 0 4px 20px;
    font-size: 14px;
    background-size: 15px;
  }
  .contact .container > .map {
    height: 50vh;
    margin: 20px 0;
  }
  .contact .container > .bd .title {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .contact .container > .bd .form {
    margin-right: 0;
  }
  .contact .container > .bd .form .form-item {
    float: none;
    width: auto;
    padding: 0 0 10px;
  }
  .contact .container > .bd .form .form-item label {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contact .container > .bd .btn-group {
    margin-top: 10px;
  }
  .contact .container > .bd .btn-group button {
    width: auto;
    height: 40px;
    padding: 0 20px;
    margin: 0 5px;
    font-size: 14px;
  }
}
@media (max-width: 768px){
  .contact .container > .map {
    height: 30vh;
    margin: 20px 0;
  }
}
.about-box4 [data-scale]:hover > img, .about-box5 [data-scale]:hover > img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.about-box4 .bd{
	position:relative;
}
.about-box4 .bd .qyry-btn-prev{
	position: absolute;
    top: 45%;
	left: -80px;
    z-index: 9;
    display: block;
    width: 43px;
    height: 43px;
	background-image: url(../images/prev2.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-box4 .bd .qyry-btn-next{
	position: absolute;
    top: 45%;
	right: -80px;
    z-index: 9;
    display: block;
    width: 43px;
    height: 43px;
	background-image: url(../images/next2.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1440px){
	.about-box4 .bd .qyry-btn-prev{
		left: -60px;
	}
	.about-box4 .bd .qyry-btn-next{
		right: -60px;
	}
}
.map div p{line-height:140%;margin: 4px 0;}
@media (max-width: 768px){
	.case-list{
		padding: 20px 0px;
	}
	.case-list .list ul li{
		padding-bottom:0;
	}
	.news-detail .container article.bd h1{
		line-height: 140%;
	}
	.container > article.bd p{margin:5px 0}
	.container > article.bd img{
		max-width: 100%;
		height:auto;
	}
	.job .container > .bd .content .list{
		margin-bottom: 40px;
	}
	.case-list .container > .list{
		margin-bottom: 30px;
	}
	.page-nav{
		padding-bottom:20px;
	}
	.banner-nav .container a{
		width:50%;
	}
	.contact .container > .hd ul li{
		max-width:100%;
	}
	.case-list .list ul li .item .desc h3 {
		height: auto;
	}
	.staff .container > .hd ul li {
		width: 100%;
	}
	.staff .container > .hd ul li .bgs{
		margin-left:0;
		margin-bottom:10px;
	}
	.staff .container > .hd ul li:hover {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
}