@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.ykTitle {
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.ykTitle .en {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
}
.ykTitle h3 {
  font-size: 20px;
  color: #ba251d;
}
.ykTitle h3 span {
  display: inline-block;
  line-height: 3;
  border-bottom: 2px solid #ba251d;
}
@media screen and (max-width: 768px) {
  .ykTitle .en {
    font-size: 16px;
  }
  .ykTitle h3 {
    font-size: 15px;
  }
}
.ykAbout {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ykAbout {
    margin-top: 30px;
  }
}
.ykAbout .ykAboutBox {
  position: relative;
  margin: 68px auto 0;
}
.ykAbout .ykAboutBox .pic {
  width: 49.2%;
  height: 435px;
  float: left;
  position: relative;
  overflow: hidden;
}
.ykAbout .ykAboutBox .pic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.ykAbout .ykAboutBox .pic:hover:before,
.ykAbout .ykAboutBox .pic.pic:hover:before,
.ykAbout .ykAboutBox .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.ykAbout .ykAboutBox .pic img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 640px;
  height: 435px;
}
.ykAbout .ykAboutBox .aboutText {
  padding-top: 4px;
  float: right;
  width: 47%;
}
.ykAbout .ykAboutBox .aboutText h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #ba251d;
}
.ykAbout .ykAboutBox .aboutText .line {
  width: 45px;
  height: 5px;
  background-color: #ba251d;
  margin-top: 25px;
}
.ykAbout .ykAboutBox .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  margin-top: 34px;
}
.ykAbout .ykAboutBox .aboutText .enText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 36px;
}
.ykAbout .ykAboutBox .aboutText .more {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #dddddd;
  margin-top: 30px;
  color: #999999;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.ykAbout .ykAboutBox .aboutText .more:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #ba251d;
}
@media screen and (max-width: 768px) {
  .ykAbout .ykAboutBox {
    margin-top: 20px;
  }
  .ykAbout .ykAboutBox .pic {
    float: none;
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }
  .ykAbout .ykAboutBox .pic img {
    max-width: 100%;
    width: auto;
    height: auto !important;
    position: initial;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .ykAbout .ykAboutBox .aboutText {
    padding-top: 20px;
    float: auto;
    width: 100%;
  }
  .ykAbout .ykAboutBox .aboutText h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #ba251d;
    text-align: center;
  }
  .ykAbout .ykAboutBox .aboutText .line {
    width: 45px;
    height: 2px;
    background-color: #ba251d;
    margin: 15px auto 0;
  }
  .ykAbout .ykAboutBox .aboutText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 26px;
    height: 104px;
    margin-top: 15px;
  }
  .ykAbout .ykAboutBox .aboutText .enText {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
    color: #999999;
    font-size: 12px;
    margin-top: 16px;
  }
  .ykAbout .ykAboutBox .aboutText .more {
    margin: 20px auto 0;
  }
}
.ykXm {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ykXm {
    margin-top: 30px;
  }
}
.ykXm .ykXmBox {
  background: #f8f8f8 url(../images/ykxmbg.jpg) center 0 no-repeat;
  height: 250px;
  margin-top: 56px;
}
.ykXm .ykXmBox .xmText {
  width: 50%;
  padding-top: 50px;
  padding-right: 30px;
}
.ykXm .ykXmBox .xmText h4 {
  line-height: 1;
  color: #ba251d;
  font-size: 20px;
}
.ykXm .ykXmBox .xmText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  color: #666666;
  margin-top: 25px;
  text-indent: 2em;
}
@media screen and (max-width: 768px) {
  .ykXm .ykXmBox {
    background: #f8f8f8;
    height: auto;
    margin-top: 25px;
  }
  .ykXm .ykXmBox .xmText {
    width: 100%;
    padding: 30px 0 25px;
  }
  .ykXm .ykXmBox .xmText h4 {
    font-size: 16px;
  }
  .ykXm .ykXmBox .xmText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 26px;
    height: 104px;
    margin-top: 15px;
  }
}
.ykXm .ykXmList {
  padding: 65px 0 75px;
}
.ykXm .ykXmList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .ykXm .ykXmList {
    padding: 25px 0;
  }
}
.ykXm .ykXmList a {
  float: left;
  text-align: center;
  width: 25%;
  padding: 0 10px;
}
.ykXm .ykXmList a em {
  display: block;
  width: 110px;
  height: 110px;
  border: solid 5px #eaeaea;
  border-radius: 50%;
  margin: auto;
}
.ykXm .ykXmList a em i {
  overflow: hidden;
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: solid 5px #ba251d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ykXm .ykXmList a em i:before,
.ykXm .ykXmList a em i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ykXm .ykXmList a em i.ico1:before {
  background: url(/templates/pc_cn/css/../images/zlxmico1.png) center center no-repeat;
}
.ykXm .ykXmList a em i.ico1:after {
  background: url(/templates/pc_cn/css/../images/zlxmico1h.png) center center no-repeat;
}
.ykXm .ykXmList a em i.ico2:before {
  background: url(/templates/pc_cn/css/../images/zlxmico2.png) center center no-repeat;
}
.ykXm .ykXmList a em i.ico2:after {
  background: url(/templates/pc_cn/css/../images/zlxmico2h.png) center center no-repeat;
}
.ykXm .ykXmList a em i.ico3:before {
  background: url(/templates/pc_cn/css/../images/zlxmico3.png) center center no-repeat;
}
.ykXm .ykXmList a em i.ico3:after {
  background: url(/templates/pc_cn/css/../images/zlxmico3h.png) center center no-repeat;
}
.ykXm .ykXmList a em i.ico4:before {
  background: url(/templates/pc_cn/css/../images/zlxmico4.png) center center no-repeat;
}
.ykXm .ykXmList a em i.ico4:after {
  background: url(/templates/pc_cn/css/../images/zlxmico4h.png) center center no-repeat;
}
.ykXm .ykXmList a.on em i {
  background: #ba251d;
}
.ykXm .ykXmList a.on em i:before,
.ykXm .ykXmList a.on em i:after {
  top: -100%;
}
.ykXm .ykXmList a span {
  display: block;
}
.ykXm .ykXmList a .cn {
  font-size: 16px;
  color: #ba251d;
  margin-top: 20px;
  line-height: 1.2;
}
.ykXm .ykXmList a .line {
  width: 43px;
  height: 1px;
  background-color: #dedede;
  margin: 15px auto 0;
}
.ykXm .ykXmList a .en {
  text-transform: uppercase;
  color: #999999;
  line-height: 1.2;
  margin-top: 14px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .ykXm .ykXmList a {
    width: 50%;
    padding: 0 10px;
    height: 180px;
  }
  .ykXm .ykXmList a em {
    width: 90px;
    height: 90px;
  }
  .ykXm .ykXmList a em i {
    width: 80px;
    height: 80px;
  }
  .ykXm .ykXmList a .cn {
    font-size: 14px;
    margin-top: 10px;
  }
  .ykXm .ykXmList a .line {
    margin-top: 10px;
  }
  .ykXm .ykXmList a .en {
    margin-top: 8px;
    font-size: 11px;
  }
}
.ykTeam {
  background-color: #f8f8f8;
  padding: 60px 25px 50px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ykTeam {
    padding: 30px 15px 20px;
  }
}
.ykTeam .swiper-container,
.ykTeam .swiper-wrapper {
  height: auto !important;
}
.ykTeam .ykTeamBox {
  margin-top: 40px;
  position: relative;
}
.ykTeam .ykTeamBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 179px;
  margin-left: -960px;
  width: 1920px;
  height: 1px;
  background-color: #e0e0e0;
}
.ykTeam .ykTeamBox .swiper-container {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .ykTeam .ykTeamBox {
    margin-top: 20px;
    padding: 0 7px;
  }
  .ykTeam .ykTeamBox .swiper-container {
    margin: 0;
  }
}
.ykTeam .ykTeamBox li {
  float: left;
  height: 460px;
  padding: 0 8px 0;
  width: 16.66666667%;
  padding-top: 50px;
}
.ykTeam .ykTeamBox li .item {
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: relative;
}
.ykTeam .ykTeamBox li .item .pic {
  width: 100%;
  height: 280px;
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  margin-left: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.ykTeam .ykTeamBox li .item .pic img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.ykTeam .ykTeamBox li .item .tit {
  height: 100%;
  padding: 315px 15px 0;
  text-align: center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.ykTeam .ykTeamBox li .item .tit .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
}
.ykTeam .ykTeamBox li .item .tit h5 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  margin-top: 7px;
  line-height: 1;
  font-size: 14px;
}
.ykTeam .ykTeamBox li .item .text {
  height: 0;
  background-color: #de1819;
  padding: 0;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.ykTeam .ykTeamBox li .item .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
  line-height: 36px;
}
.ykTeam .ykTeamBox li .item .text .zxLink {
  display: block;
  width: 160px;
  height: 40px;
  border: solid 1px #ffffff;
  line-height: 38px;
  color: #fff;
  margin: 15px auto 0;
  text-align: center;
}
.ykTeam .ykTeamBox li .item .text .zxLink:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  vertical-align: top;
  margin-right: 5px;
  animation: msClock 1.4s linear infinite;
  background: url(/templates/pc_cn/css/../images/zxico.png) center center no-repeat;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  .ykTeam .ykTeamBox li .item:hover .pic {
    width: 106px;
    height: 106px;
    left: 50%;
    margin-left: -53px;
    top: -47px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .ykTeam .ykTeamBox li .item:hover .pic img {
    border-radius: 50%;
  }
  .ykTeam .ykTeamBox li .item:hover .tit {
    padding-top: 72px;
    height: 140px;
  }
  .ykTeam .ykTeamBox li .item:hover .text {
    padding: 25px;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .ykTeam .ykTeamBox li {
    padding: 0 7px 10px;
    height: auto;
  }
  .ykTeam .ykTeamBox li .item {
    width: 100%;
    height: auto;
  }
  .ykTeam .ykTeamBox li .item .pic {
    position: relative;
    height: 0;
    padding-top: 93.3333%;
  }
  .ykTeam .ykTeamBox li .item .tit {
    height: 62px;
    padding: 10px 10px 0;
    text-align: center;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .ykTeam .ykTeamBox li .item .tit .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .ykTeam .ykTeamBox li .item .tit h5 {
    font-size: 12px;
  }
  .ykTeam .ykTeamBox li .item .text {
    height: 0;
    background-color: #de1819;
    padding: 0;
    color: #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .ykTeam .ykTeamBox li .item .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 144px;
    line-height: 36px;
  }
  .ykTeam .ykTeamBox li .item .text .zxLink {
    display: block;
    width: 160px;
    height: 40px;
    border: solid 1px #ffffff;
    line-height: 38px;
    color: #fff;
    margin: 15px auto 0;
    text-align: center;
  }
  .ykTeam .ykTeamBox li .item .text .zxLink:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    vertical-align: top;
    margin-right: 5px;
    animation: msClock 1.4s linear infinite;
    background: url(/templates/pc_cn/css/../images/zxico.png) center center no-repeat;
  }
  @keyframes msClock {
    0%,
    70%,
    100% {
      transform: rotate(0) scale(1);
    }
    10%,
    30% {
      transform: rotate(-15deg) scale(1.1);
    }
    20%,
    40% {
      transform: rotate(15deg) scale(1.1);
    }
  }
}
.ykTeam .ykTeamBox .teamprev {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ykTeam .ykTeamBox .teamprev:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "<";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
.ykTeam .ykTeamBox .teamnext {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ykTeam .ykTeamBox .teamnext:before {
  display: block;
  width: 100%;
  height: 100%;
  content: ">";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .ykTeam .ykTeamBox:hover .teamprev {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .ykTeam .ykTeamBox:hover .teamprev:hover {
    background: #ba251d;
  }
  .ykTeam .ykTeamBox:hover .teamprev:hover:before {
    background-size: 100% 100%;
  }
  .ykTeam .ykTeamBox:hover .teamprev.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: auto !important;
  }
  .ykTeam .ykTeamBox:hover .teamnext {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .ykTeam .ykTeamBox:hover .teamnext:hover {
    background: #ba251d;
  }
  .ykTeam .ykTeamBox:hover .teamnext:hover:before {
    background-size: 100% 100%;
  }
  .ykTeam .ykTeamBox:hover .teamnext.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: auto !important;
  }
}
.ykTeam .ykTeamBox .team-swiper-pagination {
  text-align: center;
  margin-top: 35px;
}
.ykTeam .ykTeamBox .team-swiper-pagination span {
  width: 15px;
  height: 15px;
  background-color: #999999;
  opacity: 1;
  margin: 0 10px;
  border-radius: 10px;
}
.ykTeam .ykTeamBox .team-swiper-pagination span.swiper-pagination-bullet-active {
  width: 32px;
  background: #ba251d;
}
@media screen and (max-width: 768px) {
  .ykTeam .ykTeamBox .team-swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .ykTeam .ykTeamBox .team-swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
  }
  .ykTeam .ykTeamBox .teamnext,
  .ykTeam .ykTeamBox .teamprev {
    display: none;
  }
}
.ykNews {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .ykNews {
    padding: 30px 0;
  }
}
.ykNews .ykNewsBox {
  position: relative;
  margin: 65px auto 0;
}
.ykNews .ykNewsBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .ykNews .ykNewsBox {
    margin-top: 20px;
    padding: 0 15px;
  }
  .ykNews .ykNewsBox .swiper-container {
    margin: 0;
  }
}
.ykNews .ykNewsBox li {
  float: left;
  width: 420px;
  margin-right: 20px;
}
.ykNews .ykNewsBox li .item {
  width: 100%;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ykNews .ykNewsBox li .item .pic {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  left: 0;
  top: 0;
  margin-left: 0;
}
.ykNews .ykNewsBox li .item .pic img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.ykNews .ykNewsBox li .item .text {
  padding: 25px 20px 25px;
}
.ykNews .ykNewsBox li .item .text .bt {
  font-size: 18px;
  line-height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ykNews .ykNewsBox li .item .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.ykNews .ykNewsBox li .item .text .date {
  font-size: 16px;
  line-height: 1;
  margin-top: 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ykNews .ykNewsBox li .item .text .line {
  width: 31px;
  height: 1px;
  background-color: #333333;
  margin-top: 23px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ykNews .ykNewsBox li .item .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 18px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .ykNews .ykNewsBox li .item:hover {
    background: #de1819;
  }
  .ykNews .ykNewsBox li .item:hover .text .bt,
  .ykNews .ykNewsBox li .item:hover .text .date,
  .ykNews .ykNewsBox li .item:hover .text p {
    color: #fff;
  }
  .ykNews .ykNewsBox li .item:hover .text .line {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .ykNews .ykNewsBox li {
    height: auto;
  }
  .ykNews .ykNewsBox li .item .text {
    padding: 15px 0;
  }
  .ykNews .ykNewsBox li .item .text .bt {
    font-size: 14px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .ykNews .ykNewsBox li .item .text .bt:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .ykNews .ykNewsBox li .item .text .date {
    font-size: 12px;
    line-height: 1;
    margin-top: 8px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .ykNews .ykNewsBox li .item .text .line {
    width: 31px;
    height: 1px;
    background-color: #333333;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .ykNews .ykNewsBox li .item .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    margin-top: 8px;
    color: #666;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
.ykEquipment:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .ykEquipment {
    padding: 0 15px;
  }
}
.ykEquipment .ykHuanjing {
  width: 50%;
  position: relative;
  height: 680px;
  float: left;
}
.ykEquipment .ykHuanjing .pic {
  width: 100%;
  height: 680px;
  float: left;
  position: relative;
  overflow: hidden;
}
.ykEquipment .ykHuanjing .pic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.ykEquipment .ykHuanjing .pic:hover:before,
.ykEquipment .ykHuanjing .pic.pic:hover:before,
.ykEquipment .ykHuanjing .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.ykEquipment .ykHuanjing .pic img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 980px;
  height: 680px;
}
.ykEquipment .ykHuanjing .bt {
  position: absolute;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  height: 100px;
  line-height: 120px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ykEquipment .ykHuanjing {
    width: 100%;
    height: auto !important;
    float: none;
  }
  .ykEquipment .ykHuanjing .pic {
    float: none;
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }
  .ykEquipment .ykHuanjing .pic img {
    max-width: 100%;
    width: auto;
    height: auto !important;
    position: initial;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.ykEquipment .ykShebei {
  float: right;
  width: 45%;
}
.ykEquipment .ykShebei .yksbBox {
  max-width: 540px;
}
.ykEquipment .ykShebei .yksbBox .ykTitle {
  text-align: left;
}
.ykEquipment .ykShebei .yksbBox .ykTitle .en {
  font-size: 30px;
  line-height: 1;
}
.ykEquipment .ykShebei .yksbBox .ykTitle .line {
  margin-left: 0;
}
.ykEquipment .ykShebei .yksbBox .list {
  margin-left: -5%;
  margin-top: 10px;
}
.ykEquipment .ykShebei .yksbBox .list li {
  width: 40%;
  margin: 30px 5% 0;
  float: left;
}
.ykEquipment .ykShebei .yksbBox .list li .pic {
  width: 100%;
  border: solid 1px #dedede;
  padding: 4px;
  display: block;
}
.ykEquipment .ykShebei .yksbBox .list li .pic i {
  width: 100%;
  height: 0;
  padding-top: 65%;
  display: block;
  position: relative;
  overflow: hidden;
}
.ykEquipment .ykShebei .yksbBox .list li .pic img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.ykEquipment .ykShebei .yksbBox .list li .text {
  padding: 15px 0 0;
}
.ykEquipment .ykShebei .yksbBox .list li .text .bt {
  line-height: 24px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ykEquipment .ykShebei .yksbBox .list li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.ykEquipment .ykShebei .yksbBox .list li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #888888;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .ykEquipment .ykShebei .yksbBox .list li:hover .pic {
    border-color: #ba251d;
  }
  .ykEquipment .ykShebei .yksbBox .list li:hover .text .bt {
    color: #ba251d;
  }
}
@media screen and (max-width: 768px) {
  .ykEquipment .ykShebei {
    float: none;
    width: 100%;
    padding: 30px 0;
  }
  .ykEquipment .ykShebei .yksbBox {
    max-width: 100%;
  }
  .ykEquipment .ykShebei .yksbBox .ykTitle {
    text-align: center;
  }
  .ykEquipment .ykShebei .yksbBox .ykTitle .en {
    font-size: 16px;
  }
  .ykEquipment .ykShebei .yksbBox .ykTitle .line {
    margin-left: auto;
  }
  .ykEquipment .ykShebei .yksbBox .list {
    margin-top: 10px;
    margin: 0 -10px;
  }
  .ykEquipment .ykShebei .yksbBox .list li {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 10px;
    float: left;
  }
  .ykEquipment .ykShebei .yksbBox .list li .text {
    padding: 10px 0 0;
  }
  .ykEquipment .ykShebei .yksbBox .list li .text .bt {
    line-height: 24px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .ykEquipment .ykShebei .yksbBox .list li .text .bt:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .ykEquipment .ykShebei .yksbBox .list li .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    color: #888888;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
@media screen and (max-width: 768px) and screen and (min-width: 768px) {
  .ykEquipment .ykShebei .yksbBox .list li:hover .pic {
    border-color: #ba251d;
  }
  .ykEquipment .ykShebei .yksbBox .list li:hover .text .bt {
    color: #ba251d;
  }
}
.ykActivities {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .ykActivities {
    padding: 30px 0;
  }
}
.ykActivities .ykhdBox {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ykActivities .ykhdBox {
    margin-top: 20px;
  }
}
.ykActivities .ykhdBox li {
  width: 100%;
}
.ykActivities .ykhdBox li .item {
  width: 100%;
  height: 0;
  padding-top: 52.3%;
}
.ykActivities .ykhdBox li .item .pic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ykActivities .ykhdBox li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ykActivities .ykhdBox li .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 30px;
  background: rgba(12, 12, 12, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ykActivities .ykhdBox li .item .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
}
.ykActivities .ykhdBox li .item .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.ykActivities .ykhdBox li .item .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #ffffff;
  margin-top: 15px;
}
.ykActivities .ykhdBox li .item .text .date {
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .ykActivities .ykhdBox li .item:hover .text {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.ykActivities .ykhdBox .hdprev {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: -20px;
  width: 50px;
  height: 75px;
  margin-top: -100px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 75px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ykActivities .ykhdBox .hdprev:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "<";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
.ykActivities .ykhdBox .hdnext {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -20px;
  width: 50px;
  height: 75px;
  margin-top: -100px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 75px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ykActivities .ykhdBox .hdnext:before {
  display: block;
  width: 100%;
  height: 100%;
  content: ">";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .ykActivities .ykhdBox:hover .hdprev {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .ykActivities .ykhdBox:hover .hdprev:hover {
    background: #ba251d;
  }
  .ykActivities .ykhdBox:hover .hdprev:hover:before {
    background-size: 100% 100%;
  }
  .ykActivities .ykhdBox:hover .hdprev.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: auto !important;
  }
  .ykActivities .ykhdBox:hover .hdnext {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .ykActivities .ykhdBox:hover .hdnext:hover {
    background: #ba251d;
  }
  .ykActivities .ykhdBox:hover .hdnext:hover:before {
    background-size: 100% 100%;
  }
  .ykActivities .ykhdBox:hover .hdnext.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: auto !important;
  }
}
.ykActivities .ykhdBox .team-swiper-pagination {
  text-align: center;
  margin-top: 35px;
}
.ykActivities .ykhdBox .team-swiper-pagination span {
  width: 15px;
  height: 15px;
  background-color: #999999;
  opacity: 1;
  margin: 0 5px;
  border-radius: 10px;
}
.ykActivities .ykhdBox .team-swiper-pagination span.swiper-pagination-bullet-active {
  background: #ba251d;
}
@media screen and (min-width: 768px) {
  .ykActivities .ykhdBox .team-swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .ykActivities .ykhdBox .team-swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
  }
}
.ykContact {
  background: url(/templates/pc_cn/css/../images/yklxbg.jpg) center 0 no-repeat;
  height: 396px;
}
.ykContact .lxL {
  float: left;
  width: 28%;
  text-align: right;
  padding-top: 80px;
  font-family: Arial;
  font-weight: 100;
}
.ykContact .lxL .t1 {
  color: #ba251d;
  font-size: 60px;
  line-height: 1;
}
.ykContact .lxL .t2 {
  font-size: 24px;
  color: #999999;
  margin-top: 30px;
}
.ykContact .lxL .more {
  margin-top: 40px;
  width: 155px;
  height: 45px;
  background-color: #ededed;
  border: solid 1px #dddddd;
  font-size: 36px;
  color: #999999;
  line-height: 43px;
  text-align: center;
  float: right;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.ykContact .lxL .more:hover {
  background-size: 100% 100%;
  border-color: #ba251d;
  color: #fff;
}
.ykContact .lxR {
  float: right;
  width: 52%;
  padding-top: 50px;
  position: relative;
}
.ykContact .lxR .lxLogo {
  position: absolute;
  right: 0;
  top: 52%;
}
.ykContact .lxR .lxLogo img {
  height: 68px;
  display: block;
}
.ykContact .lxR li {
  margin-top: 30px;
}
.ykContact .lxR li:first-child {
  margin-top: 0;
}
.ykContact .lxR li h4 {
  color: #999999;
  line-height: 1;
}
.ykContact .lxR li p {
  line-height: 20px;
  margin-top: 15px;
  color: #666666;
}
.ykContact .lxR li p i {
  font-weight: bold;
  font-size: 30px;
  color: #ba251d;
}
@media screen and (max-width: 960px) {
  .ykContact .lxL {
    float: left;
    padding-top: 80px;
  }
  .ykContact .lxL .t1 {
    font-size: 40px;
  }
  .ykContact .lxL .t2 {
    font-size: 20px;
    color: #999999;
    margin-top: 30px;
  }
  .ykContact .lxR .lxLogo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ykContact {
    background: #fbfbfb;
    height: auto;
    padding: 25px 0;
  }
  .ykContact .lxL {
    padding-top: 30px;
  }
  .ykContact .lxL .t1 {
    font-size: 22px;
  }
  .ykContact .lxL .t2 {
    font-size: 13px;
    margin-top: 30px;
  }
  .ykContact .lxL .more {
    margin-top: 40px;
    width: 80%;
    height: 40px;
    background-color: #ededed;
    border: solid 1px #dddddd;
    font-size: 20px;
    color: #999999;
    line-height: 38px;
    text-align: center;
    float: right;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
    background-image: linear-gradient(to right, #ba251d, #ba251d);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 0% 100%;
    background-position: center center;
  }
  .ykContact .lxL .more:hover {
    background-size: 100% 100%;
    border-color: #ba251d;
    color: #fff;
  }
  .ykContact .lxR {
    float: right;
    width: 65%;
    padding-top: 0;
    position: relative;
  }
  .ykContact .lxR li {
    margin-top: 10px;
  }
  .ykContact .lxR li:first-child {
    margin-top: 0;
  }
  .ykContact .lxR li h4 {
    color: #999999;
    line-height: 1;
  }
  .ykContact .lxR li p {
    line-height: 20px;
    margin-top: 10px;
    color: #666666;
    font-size: 12px;
  }
  .ykContact .lxR li p i {
    font-weight: bold;
    font-size: 30px;
    color: #ba251d;
  }
}
.jmTitle {
  text-align: center;
}
.jmTitle img {
  display: block;
  margin: auto;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .jmTitle img {
    height: 20px;
  }
}
.jmYoushi {
  background: url(/templates/pc_cn/css/../images/jm1bg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 100px 0 105px;
}
@media screen and (max-width: 768px) {
  .jmYoushi {
    padding: 25px 0;
  }
}
.jmYoushi .jmYsBox {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .jmYoushi .jmYsBox {
    margin-top: 10px;
  }
}
.jmYoushi .jmYsBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.jmYoushi .jmYsBox ul li {
  width: 44%;
  margin: 0 3%;
  float: left;
  padding-left: 58px;
  position: relative;
  margin-top: 45px;
}
.jmYoushi .jmYsBox ul li .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.jmYoushi .jmYsBox ul li .item i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jmYoushi .jmYsBox ul li .item i.ico1 {
  background: #ba251d url(../images/jm1ysico1.png) center center no-repeat;
}
.jmYoushi .jmYsBox ul li .item i.ico2 {
  background: #ba251d url(../images/jm1ysico2.png) center center no-repeat;
}
.jmYoushi .jmYsBox ul li .item i.ico3 {
  background: #ba251d url(../images/jm1ysico3.png) center center no-repeat;
}
.jmYoushi .jmYsBox ul li .item i.ico4 {
  background: #ba251d url(../images/jm1ysico4.png) center center no-repeat;
}
.jmYoushi .jmYsBox ul li .item i.ico5 {
  background: #ba251d url(../images/jm1ysico5.png) center center no-repeat;
}
.jmYoushi .jmYsBox ul li .item i.ico6 {
  background: #ba251d url(../images/jm1ysico6.png) center center no-repeat;
}
.jmYoushi .jmYsBox ul li .item h4 {
  font-size: 20px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jmYoushi .jmYsBox ul li .item p {
  line-height: 30px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 769px) {
  .jmYoushi .jmYsBox ul li .item:hover i {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .jmYoushi .jmYsBox ul li .item:hover h4 {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    color: #ba251d;
  }
  .jmYoushi .jmYsBox ul li .item:hover p {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 768px) {
  .jmYoushi .jmYsBox ul li {
    margin-top: 15px;
    padding-left: 0;
  }
  .jmYoushi .jmYsBox ul li .item i {
    position: relative;
    margin: auto;
  }
  .jmYoushi .jmYsBox ul li .item h4 {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
  }
  .jmYoushi .jmYsBox ul li .item p {
    line-height: 20px;
    font-size: 12px;
    color: #666666;
    margin-top: 8px;
  }
}
.jmTj {
  background: url(/templates/pc_cn/css/../images/jmtjbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 48px 0 65px;
}
@media screen and (max-width: 768px) {
  .jmTj {
    padding: 25px 15px;
  }
}
.jmTj .jmTjBox {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
.jmTj .jmTjBox table {
  width: 100%;
}
.jmTj .jmTjBox table th {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  width: 33.333333%;
  padding: 22px 10px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  line-height: 2.2;
}
.jmTj .jmTjBox table th:first-child {
  border-left: none;
}
.jmTj .jmTjBox table td {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.2;
  width: 33.333333%;
  padding: 22px 10px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.jmTj .jmTjBox table td:first-child {
  border-left: none;
}
.jmTj .jmTjBox table td div {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .jmTj .jmTjBox {
    padding: 0;
    margin-top: 20px;
  }
  .jmTj .jmTjBox table th {
    font-size: 4px;
    padding: 10px 5px;
    line-height: 1.5;
    width: 40%;
  }
  .jmTj .jmTjBox table th:first-child {
    width: 20%;
  }
  .jmTj .jmTjBox table td {
    font-size: 4px;
    padding: 10px 5px;
    line-height: 1.5;
  }
  .jmTj .jmTjBox table td:first-child {
    width: 20%;
  }
  .jmTj .jmTjBox table td span {
    display: inline-block;
    margin: 0 4px;
  }
  .jmTj .jmTjBox table td i {
    display: inline-block;
    display: none;
  }
}
.ykZc {
  background: url(/templates/pc_cn/css/../images/jmzcbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 80px 0 240px;
}
@media screen and (max-width: 768px) {
  .ykZc {
    padding: 25px 0;
  }
}
.ykZc .ykZcBox {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .ykZc .ykZcBox {
    margin-top: 20px;
  }
}
.ykZc .ykZcBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.ykZc .ykZcBox li {
  position: relative;
  height: 160px;
  float: left;
  width: 50%;
  color: #fff;
  text-align: right;
  padding-right: 34px;
}
.ykZc .ykZcBox li:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 20px;
  height: 80px;
  width: 0;
  border-right: 1px #fff dashed;
}
.ykZc .ykZcBox li:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  margin-left: -5px;
  top: 15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ffffff;
}
.ykZc .ykZcBox li .item h4 {
  width: 60%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding-right: 55px;
  font-size: 18px;
  margin-left: 40%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ykZc .ykZcBox li .item h4 span {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 19px;
  border: solid 1px #b01212;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  right: 0;
}
.ykZc .ykZcBox li .item div {
  font-size: 15px;
  line-height: 36px;
  opacity: 0.7;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ykZc .ykZcBox li .item div p {
  display: inline-block;
  margin-left: -20px;
}
.ykZc .ykZcBox li .item div p span {
  margin-left: 20px;
  display: inline-block;
}
.ykZc .ykZcBox li .item:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.ykZc .ykZcBox li .item:hover div {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.ykZc .ykZcBox li.item2,
.ykZc .ykZcBox li.item4,
.ykZc .ykZcBox li.item6,
.ykZc .ykZcBox li.item7 {
  float: right;
  top: 80px;
  text-align: left;
  padding-right: 0;
  padding-left: 34px;
}
.ykZc .ykZcBox li.item2:before,
.ykZc .ykZcBox li.item4:before,
.ykZc .ykZcBox li.item6:before,
.ykZc .ykZcBox li.item7:before,
.ykZc .ykZcBox li.item2:after,
.ykZc .ykZcBox li.item4:after,
.ykZc .ykZcBox li.item6:after,
.ykZc .ykZcBox li.item7:after {
  left: 0;
}
.ykZc .ykZcBox li.item2 .item h4,
.ykZc .ykZcBox li.item4 .item h4,
.ykZc .ykZcBox li.item6 .item h4,
.ykZc .ykZcBox li.item7 .item h4 {
  width: 60%;
  margin-left: 0;
  padding-right: 0;
  padding-left: 55px;
}
.ykZc .ykZcBox li.item2 .item h4 span,
.ykZc .ykZcBox li.item4 .item h4 span,
.ykZc .ykZcBox li.item6 .item h4 span,
.ykZc .ykZcBox li.item7 .item h4 span {
  left: 0;
}
.ykZc .ykZcBox li.item2 .item div p,
.ykZc .ykZcBox li.item4 .item div p,
.ykZc .ykZcBox li.item6 .item div p,
.ykZc .ykZcBox li.item7 .item div p {
  margin-left: -20px;
}
.ykZc .ykZcBox li.item7:before {
  display: none;
}
.ykZc .ykZcBox li.item7 .item {
  position: relative;
  top: -40px;
}
.ykZc .ykZcBox li.tel {
  padding-top: 60px;
}
@media screen and (max-width: 1060px) {
  .ykZc .ykZcBox li.tel {
    padding-top: 100px;
  }
}
.ykZc .ykZcBox li.tel .line {
  text-align: right;
  line-height: 0;
  margin-top: 0;
}
.ykZc .ykZcBox li.tel .line:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
}
.ykZc .ykZcBox li.tel .t1 {
  font-size: 24px;
  line-height: 1;
  margin-top: 42px;
}
.ykZc .ykZcBox li.tel .t2 {
  font-size: 24px;
  line-height: 1;
  margin-top: 18px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .ykZc .ykZcBox li {
    position: relative;
    height: auto;
    float: none;
    width: 100%;
    color: #fff;
    text-align: left;
    padding-right: 0;
  }
  .ykZc .ykZcBox li:before {
    display: none;
  }
  .ykZc .ykZcBox li:after {
    display: none;
  }
  .ykZc .ykZcBox li .item h4 {
    width: 80%;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 55px;
  }
  .ykZc .ykZcBox li .item h4 span {
    left: 0;
  }
  .ykZc .ykZcBox li .item div {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .ykZc .ykZcBox li .item div p span {
    margin-left: 10px;
  }
  .ykZc .ykZcBox li.item2,
  .ykZc .ykZcBox li.item4,
  .ykZc .ykZcBox li.item6,
  .ykZc .ykZcBox li.item7 {
    float: none;
    top: 0;
    padding-left: 0;
  }
  .ykZc .ykZcBox li.item2:before,
  .ykZc .ykZcBox li.item4:before,
  .ykZc .ykZcBox li.item6:before,
  .ykZc .ykZcBox li.item7:before,
  .ykZc .ykZcBox li.item2:after,
  .ykZc .ykZcBox li.item4:after,
  .ykZc .ykZcBox li.item6:after,
  .ykZc .ykZcBox li.item7:after {
    left: 0;
  }
  .ykZc .ykZcBox li.item7 .item {
    position: relative;
    top: 0;
  }
  .ykZc .ykZcBox li.tel {
    padding-top: 0;
  }
  .ykZc .ykZcBox li.tel .line {
    text-align: left;
    line-height: 0;
    margin-top: 0;
  }
  .ykZc .ykZcBox li.tel .line:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #ffffff;
  }
  .ykZc .ykZcBox li.tel .t1 {
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
  }
  .ykZc .ykZcBox li.tel .t2 {
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
  }
}
.jmLc {
  background: url(/templates/pc_cn/css/../images/jmlcbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .jmLc {
    padding: 25px 0;
  }
}
.jmLc .jmLcBox {
  margin-top: 60px;
  background: url(/templates/pc_cn/css/../images/jmlcBox.png) center 97px no-repeat;
  background-size: 100% 525px;
}
@media screen and (max-width: 768px) {
  .jmLc .jmLcBox {
    margin-top: 0;
    background: none;
  }
}
.jmLc .jmLcBox ul {
  position: relative;
  top: -100px;
  width: 86%;
  margin-left: 2%;
}
.jmLc .jmLcBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.jmLc .jmLcBox ul:first-child {
  margin-top: 0;
}
.jmLc .jmLcBox ul li {
  float: left;
  width: 20%;
  text-align: center;
  margin-top: 100px;
  padding-top: 11px;
  height: 155px;
}
.jmLc .jmLcBox ul li:nth-child(6),
.jmLc .jmLcBox ul li:nth-child(7),
.jmLc .jmLcBox ul li:nth-child(8),
.jmLc .jmLcBox ul li:nth-child(9),
.jmLc .jmLcBox ul li:nth-child(10) {
  float: right;
}
.jmLc .jmLcBox ul li span {
  width: 63px;
  height: 63px;
  text-align: center;
  background-color: #ba251d;
  border-radius: 5px;
  display: block;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  color: #fff;
}
.jmLc .jmLcBox ul li span i {
  display: block;
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
  font-family: Arial;
  font-size: 30px;
  text-align: center;
  line-height: 63px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jmLc .jmLcBox ul li .line {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: solid 3px #dbdbdb;
  border-radius: 50%;
  margin: 25px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jmLc .jmLcBox ul li h4 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jmLc .jmLcBox ul li:hover span {
  -webkit-transform: scale(1) rotate(135deg);
  -moz-transform: scale(1) rotate(135deg);
  -o-transform: scale(1) rotate(135deg);
  transform: scale(1) rotate(135deg);
}
.jmLc .jmLcBox ul li:hover span i {
  -webkit-transform: scale(1) rotate(-135deg);
  -moz-transform: scale(1) rotate(-135deg);
  -o-transform: scale(1) rotate(-135deg);
  transform: scale(1) rotate(-135deg);
}
.jmLc .jmLcBox ul li:hover .line {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
  border: solid 2px #ba251d;
}
.jmLc .jmLcBox ul li:hover h4 {
  color: #ba251d;
}
@media screen and (max-width: 768px) {
  .jmLc .jmLcBox ul {
    position: relative;
    top: 0;
    width: 100%;
    margin-left: 0;
  }
  .jmLc .jmLcBox ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .jmLc .jmLcBox ul:first-child {
    margin-top: 0;
  }
  .jmLc .jmLcBox ul li {
    float: left;
    width: 33.333%;
    text-align: center;
    margin-top: 20px;
    padding-top: 5px;
    height: auto;
  }
  .jmLc .jmLcBox ul li:nth-child(6),
  .jmLc .jmLcBox ul li:nth-child(7),
  .jmLc .jmLcBox ul li:nth-child(8),
  .jmLc .jmLcBox ul li:nth-child(9),
  .jmLc .jmLcBox ul li:nth-child(10) {
    float: right;
  }
  .jmLc .jmLcBox ul li span {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #ba251d;
    border-radius: 5px;
    display: block;
    margin: auto;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    color: #fff;
  }
  .jmLc .jmLcBox ul li span i {
    display: block;
    -webkit-transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
  }
  .jmLc .jmLcBox ul li .line {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: solid 2px #dbdbdb;
    border-radius: 50%;
    margin: 12px auto 0;
  }
  .jmLc .jmLcBox ul li h4 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 2px;
  }
}
