.w {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.innerbanner {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.innerbanner .innerimg {
  position: absolute;
  left: 50%;
  height: 400px;
  margin-left: -960px;
  width: 1920px;
  text-align: center;
}
.innerbanner .innerimg .pcbanner {
  height: 400px;
}
.mbanner{
  display: none;
  width: 100%;
}
.center {
    max-width: 1400px;
    margin: 0 auto;
}
.loadData .active{
  display: block;
}
.loadData a {
    position: relative;
    margin: 0 auto;
    display: none;
    width: 140px;
    height: 40px;
    color: #e19d36;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
    border: solid 1px #e19d36;
}
.crumbs {
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 60px;
}
.crumbs .crumbs-box {
  justify-content: space-between;
}
.crumbs .crumbs-box .crumbs_menu ul{
  margin-top: 12px;
}
.crumbs .crumbs-box .crumbs_menu ul li {
  padding: 10px 20px;
  font-size: 16px;
  max-height: 34px;
  line-height: 16px;
  margin-right: 20px;
  color: #fff;
}
.crumbs .crumbs-box .crumbs_menu ul li:hover,.crumbs .crumbs-box .crumbs_menu ul li.active {
  border-radius: 20px 0px 20px 0px;
  background-color: #ffffff;
  color: #db890b;
}
.crumbs .crumbs-box .crumbs_menu ul .txt {
  border-radius: 20px 0px 20px 0px;
  background-color: #ffffff;
  color: #db890b;
}
.crumbs .crumbs-box .crumbs_line {
  justify-content: flex-end;
}
.crumbs .crumbs-box .crumbs_line span {
  font-size: 12px;
  margin: 0 10px;
}
.crumbs .crumbs-box .crumbs_line a:last-child {
  color: #ffba51;
}
.crumbs .crumbs-box .crumbs_line a:hover {
  color: #db890b;
}
.wrapper {
  margin-top: 62px;
}
.wrapper .content-title {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 30px;
}
.wrapper .content-title::after {
  position: absolute;
  width: 3px;
  height: 80px;
  background-color: #db890b;
  content: " ";
  left: 0;
  top: 4%;
}
.wrapper .content-title .en-title {
  font-size: 26px;
  letter-spacing: 3px;
  color: #cecece;
  line-height: 32px;
}
.wrapper .content-title .title {
  line-height: 74px;
  letter-spacing: 3px;
  color: #db890b;
  font-weight: bold;
  font-size: 30px;
}
.wrapper .content {
  padding: 4% 1%;
  font-size: 16px;
  line-height: 2;
}
.wrapper .content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #666666;
}
.wrapper .content img {
  width: 100%;
}
.wrapper .contents {
  padding-bottom: 4%;
}
.wrapper .contents .zybox {
  justify-content: space-between;
}
.wrapper .contents .zybox .zybox-left,
.wrapper .contents .zybox .zybox-right {
  width: 50%;
  overflow: hidden;
}
.wrapper .contents .zybox .zybox-left img,
.wrapper .contents .zybox .zybox-right img {
  -o-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.wrapper .contents .zybox .zybox-left:hover img,
.wrapper .contents .zybox .zybox-right:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.06);
  -moz-transform: translate3d(0, 0, 0) scale(1.06);
  -webkit-transform: translate3d(0, 0, 0) scale(1.06);
  transform: translate3d(0, 0, 0) scale(1.06);
}
.wrapper .contents .zybox .zybox-right {
  padding: 1% 3%;
  background-color: #f9f9f9;
}
.wrapper .contents .zybox .zybox-right h3 {
  color: #424242;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10%;
}
.wrapper .contents .zybox .zybox-right h3::after {
  position: absolute;
  left: 0;
  width: 2px;
  height: 22px;
  background-color: #db890b;
  top: 130%;
  content: " ";
}
.wrapper .contents .zybox .zybox-right p {
  line-height: 28px;
  letter-spacing: 0px;
  color: #888888;
}
.wrapper .contents .zybox .sanjiao1 {
  position: relative;
}
.wrapper .contents .zybox .sanjiao1::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f9f9f9;
  top: 45%;
  right: 0;
  z-index: 30;
}
.wrapper .contents .zybox .sanjiao2 {
  position: relative;
}
.wrapper .contents .zybox .sanjiao2::after {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f9f9f9;
  top: 45%;
  left: 0;
  z-index: 30;
}
.wrapper .service {
  justify-content: space-between;
  padding-bottom: 30px;
}
.wrapper .service .explain_list .item {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 375px;
  background: #fffbf4;
}
.wrapper .service .explain_list .item:not(:nth-child(3)) {
  margin-right: 37.5px;
}
.wrapper .service .explain_list .item:hover {
  box-shadow: 0 0 30px rgba(100, 100, 100, 0.15);
  background: #fff;
}
.wrapper .service .explain_list .item:hover .picture_container img {
  -moz-transform: translateZ(0) scale(1.1);
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}
.wrapper .service .explain_list .item:hover .explain .explain_title {
  color: #db890b;
}
.wrapper .service .explain_list .item .picture_container {
  padding-top: 53.3333%;
}
.wrapper .service .explain_list .item .explain {
  text-align: center;
  padding: 25px 0 40px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .service .explain_list .item .explain .explain_title {
  font-size: 26px;
  color: #64290b;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .service .explain_list .item .explain .explain_icon_list {
  margin-top: 15px;
}
.wrapper .service .explain_list .item .explain .explain_icon_list .explain_icon_item .explain_icon {
  font-size: 44px;
  color: #db890b;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .service .explain_list .item .explain .explain_icon_list .explain_icon_item .explain_icon_text {
  font-size: 14px;
  color: #666666;
}
.wrapper .service .explain_list .item .explain .explain_icon_list .explain_icon_item:hover .explain_icon {
  -moz-transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.wrapper .service .explain_link {
  margin-top: 35px;
}
.wrapper .irservice .ir-title .swiper-slide-thumb-active{
  background-color: #db890b;
  color: #fff;
}
.wrapper .irservice .ir-title ul {
  background-color: #f9f9f9;
}
.wrapper .irservice .ir-title ul li {
  line-height: 32px;
  letter-spacing: 2px;
  color: #666666;
  font-size: 18px;
  padding: 24px 50px;
}
.wrapper .irservice .ir-title ul li:hover,.wrapper .irservice .ir-title ul li.active {
  background-color: #db890b;
  color: #fff;
}
.wrapper .irservice .ir-title ul .ir-on {
  background-color: #db890b;
  color: #fff;
}
.wrapper .irservice .ir-title .ir-con h3 {
  line-height: 32px;
  letter-spacing: 2px;
  color: #db890b;
  font-size: 24px;
  font-weight: bold;
  line-height: 76px;
}
.wrapper .client .client-con ul {
  flex-wrap: wrap;
}
.wrapper .client .client-con ul li {
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  max-width: 280px;
  max-height: 140px;
  overflow: hidden;
  margin: 20px 20px 0 0 ;
}
.wrapper .client .client-con ul li img {
  width: 100%;
  -o-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.wrapper .client .client-con ul li:nth-child(4n) {
  margin-right: 0;
}
.wrapper .client .client-con ul li:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.06);
  -moz-transform: translate3d(0, 0, 0) scale(1.06);
  -webkit-transform: translate3d(0, 0, 0) scale(1.06);
  transform: translate3d(0, 0, 0) scale(1.06);
}
.wrapper .news .news-con .news-nitem {
  padding: 30px 0 0 10px;
  border-bottom: 1px solid #eeeeee;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .news .news-con .news-nitem .img {
  max-width: 360px;
  max-height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.wrapper .news .news-con .news-nitem .img img {
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.wrapper .news .news-con .news-nitem .nitem {
  margin: 0 30px;
}
.wrapper .news .news-con .news-nitem .nitem .newdate p,
.wrapper .news .news-con .news-nitem .nitem .newdate span {
  font-family: Arial-BoldMT;
  font-size: 24px;
  color: #b6b6b6;
  opacity: 0.4;
}
.wrapper .news .news-con .news-nitem .nitem .newdate i {
  width: 46px;
  height: 1px;
  background-color: #eeeeee;
  margin: 2% 20px;
}
.wrapper .news .news-con .news-nitem .nitem h3 {
  line-height: 54px;
  letter-spacing: 1px;
  color: #db890b;
  font-size: 18px;
}
.wrapper .news .news-con .news-nitem .nitem .nitem-con {
  line-height: 24px;
  letter-spacing: 1px;
  color: #888888;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrapper .news .news-con .news-nitem:hover {
  -o-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  box-shadow: 2px 2px 5px #eeeeee;
}
.wrapper .news-title {
  text-align: center;
}
.wrapper .news-title h1 {
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #444444;
}
.wrapper .news-title p {
  line-height: 50px;
  color: #888888;
  font-size: 14px;
}
.wrapper .jobs .jobs-title {
  background-color: #db890b;
  justify-content: space-between;
  padding: 0 60px;
}
.wrapper .jobs .jobs-title li {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding: 25px 0;
}
.wrapper .jobs .jobs-con ul {
  justify-content: space-between;
  padding: 0 60px;
}
.wrapper .jobs .jobs-con ul:hover {
  cursor: pointer;
}
.wrapper .jobs .jobs-con ul:hover li:last-child {
  color: #db890b;
}
.wrapper .jobs .jobs-con ul li {
  font-size: 20px;
  line-height: 32px;
  color: #666666;
  padding: 25px 0;
}
.wrapper .jobs .jobs-con:nth-child(2n+1) .jobs-list {
  background-color: #f9f9f9;
}
.wrapper .jobs .jobs-con .jobs-detail {
  display: none;
  padding: 3% 3%;
}
.wrapper .jobs .jobs-con .jobs-detail .jobs-btn {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 24px 0;
  background-color: #db890b;
  width: 140px;
  margin-top: 3%;
}
.wrapper .contact {
  margin-bottom: 3%;
  flex-wrap: wrap;
}
.wrapper .contact .contact-con {
  width: 40%;
}
.wrapper .contact .contact-con h3 {
  line-height: 26px;
  color: #db890b;
  font-size: 22px;
  margin-top: 40px;
}
.wrapper .contact .contact-con h4 {
  line-height: 46px;
  color: #aaaaaa;
  font-size: 14px;
}
.wrapper .contact .contact-con li {
  font-size: 16px;
  line-height: 36px;
  color: #555555;
}
.wrapper .contact .map {
  width: 60%;
}
.wrapper .course .course-list ul {
  padding: 0 1%;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.wrapper .course .course-list ul::after {
  position: absolute;
  content: " ";
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d2d2d2;
}
.wrapper .course .course-list ul li {
  width: 47%;
  justify-content: space-between;
  position: relative;
  padding: 2% 2%;
  border: 1px solid #d2d2d2;
}
.wrapper .course .course-list ul li .img {
  width: 120px;
  height: 120px;
  background-color: #d2d2d2;
  border-radius: 50%;
}
.wrapper .course .course-list ul li .img img {
  width: 100%;
  -o-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.wrapper .course .course-list ul li .course-con {
  width: 70%;
}
.wrapper .course .course-list ul li .course-con h3 {
  line-height: 32px;
  letter-spacing: 2px;
  color: #db890b;
  font-size: 18px;
  font-weight: bold;
}
.wrapper .course .course-list ul li .course-con p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
}
.wrapper .course .course-list ul li:nth-child(2n-1) {
  margin-bottom: 15%;
}
.wrapper .course .course-list ul li:nth-child(2n-1)::after {
  position: absolute;
  content: " ";
  right: -7.5%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  border-radius: 0px 4px 0px 4px;
}
.wrapper .course .course-list ul li:nth-child(2n) {
  margin-top: 15%;
}
.wrapper .course .course-list ul li:nth-child(2n)::before {
  position: absolute;
  content: " ";
  left: -7.5%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  border-radius: 0px 4px 0px 4px;
}
.wrapper .course .course-list ul li:hover {
  border-radius: 10px 0px 10px 0px;
  border: solid 1px #db890b;
}
.wrapper .course .course-list ul li:hover:nth-child(2n-1)::after {
  background-color: #db890b;
}
.wrapper .course .course-list ul li:hover:nth-child(2n-1)::before {
  position: absolute;
  content: " ";
  right: -9%;
  top: 46%;
  width: 26px;
  height: 26px;
  border-radius: 0px 10px 0px 10px;
  border: solid 1px #db890b;
}
.wrapper .course .course-list ul li:hover:nth-child(2n)::before {
  background-color: #db890b;
}
.wrapper .course .course-list ul li:hover:nth-child(2n)::after {
  position: absolute;
  content: " ";
  left: -9%;
  top: 46%;
  width: 26px;
  height: 26px;
  border-radius: 0px 10px 0px 10px;
  border: solid 1px #db890b;
}
.wrapper .course .course-list ul li:hover .img img {
  -o-transform: translate3d(0, 0, 0) scale(1.06);
  -moz-transform: translate3d(0, 0, 0) scale(1.06);
  -webkit-transform: translate3d(0, 0, 0) scale(1.06);
  transform: translate3d(0, 0, 0) scale(1.06);
}
@keyframes test {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.about-wrapp {
  margin-top: 0;
}
.about-wrapp .about-con {
  width: 100%;
  background-color: #f9f9f9;
  padding: 3% 0;
}
.about-wrapp .about-conce {
  width: 100%;
  background-color: #fff;
  padding-top: 3%;
}
.about-wrapp .about-conce .about-conce-list ul {
  justify-content: space-between;
}
.about-wrapp .about-conce .about-conce-list ul li {
  width: 220px;
  height: 363px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 0px 0px 30px;
  padding: 54px 0 30px 0;
}
.about-wrapp .about-conce .about-conce-list ul li i {
  color: #db890b;
  font-size: 54px;
}
.about-wrapp .about-conce .about-conce-list ul li h3 {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #424242;
  font-weight: bold;
  position: relative;
}
.about-wrapp .about-conce .about-conce-list ul li h3::after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 16px;
  background-color: #db890b;
  top: 160%;
  left: 49%;
}
.about-wrapp .about-conce .about-conce-list ul li P {
  line-height: 24px;
  letter-spacing: 1px;
  color: #888888;
  font-size: 14px;
  padding: 50px 33px 0px 33px;
}
.about-wrapp .about-conce .about-conce-list ul li:hover {
  box-shadow: 0 0 30px rgba(100, 100, 100, 0.15);
  background-color: #fff;
}
.about-wrapp .about-conce .about-conce-list ul li:hover i {
  animation: test 1s;
}
.about-wrapp .values {
  padding: 3% 0;
  background-image: url(../images/change/about2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.about-wrapp .values .content-title {
  border-bottom: none;
}
.about-wrapp .values .values-top {
  width: 645px;
  height: 218px;
  border-radius: 20px 0px 20px 0px;
  border: solid 1px #ffffff;
  margin: 0 auto 7%;
  text-align: center;
  padding: 3% 1%;
}
.about-wrapp .values .values-top h3 {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  position: relative;
  margin-bottom: 10%;
}
.about-wrapp .values .values-top h3::after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  top: 160%;
  left: 49%;
}
.about-wrapp .values .values-top p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.about-wrapp .values .values-bot {
  width: 100%;
  position: relative;
}
.about-wrapp .values .values-bot ul {
  padding: 0 8%;
  justify-content: space-between;
}
.about-wrapp .values .values-bot ul::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: " ";
  top: -25%;
  left: 0;
  background-color: #fff;
}
.about-wrapp .values .values-bot ul li {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 2px;
  line-height: 32px;
  font-size: 16px;
  position: relative;
}
.about-wrapp .values .values-bot ul li:first-child::before {
  position: absolute;
  content: " ";
  width: 26px;
  height: 26px;
  border-radius: 10px 0px 10px 0px;
  border: solid 1px #ffffff;
  left: 29%;
  top: -70%;
}
.about-wrapp .values .values-bot ul li::after {
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 4px 0px 4px 0px;
  left: 40%;
  top: -46%;
}
.about-wrapp .values .values-bot ul li:hover::before {
  position: absolute;
  content: " ";
  width: 26px;
  height: 26px;
  border-radius: 10px 0px 10px 0px;
  border: solid 1px #ffffff;
  left: 29%;
  top: -70%;
}
.about-wrapp .values .values-bot ul li:hover:nth-child(2):before {
  position: absolute;
  content: " ";
  width: 26px;
  height: 26px;
  border-radius: 10px 0px 10px 0px;
  border: solid 1px #ffffff;
  left: 35%;
  top: -70%;
}
.about-wrapp .about-case {
  padding: 3% 0;
}
/*# sourceMappingURL=./content.css.map */