#wrap3 {
  background: url("../image/about-us.png") center center no-repeat;
  width: 100%;
  height: 500px;
  background-size: cover;
}

div.breadcrumb {
  border-bottom: 2px solid #eaedf0;
  height: 17px;
  padding: 22px 0 29px 1px;
}

div.breadcrumb ul {
  height: 17px;
}

div.breadcrumb ul li {
  float: left;
  height: 17px;
}

div.breadcrumb ul li a {
  color: #b2b2b2;
  display: block;
  font-size: 17px;
}

#companyTY .companySummary {
  height: 610px;
  padding: 20px 0;
  box-sizing: border-box;
}

.companyDream,
.companyValue,
.companyNew {
  height: 580px;
  box-sizing: border-box;
}

.companyCare {
  height: 620px;
  box-sizing: border-box;
}

.companyDreamW {
  background: url(../image/yuanjingshiming.png) center center no-repeat;
  width: 100%;
  background-size: cover;
}

.companyCareW {
  background: url(../image/guanhuai2.png) center center no-repeat;
  width: 100%;
  background-size: cover;
}

.container-title {
  width: 1020px;
  padding: 96px 10px 38px 10px;
  display: flex;
  font-size: 28px;
  color: #333333;
  line-height: 37px;
  align-items: center;
  justify-content: center;
}

.container-title i {
  width: 8px;
  height: 28px;
  background: #f5a623;
  margin-right: 8px;
  /* padding-top: 8px; */
  /* display: inline-block; */
}

#companyTY .companySummary h2 {
  padding: 7px 10px 26px 10px;
}

.companySummary,
.companyDream,
.companyValue,
.companyCare {
  position: relative;
}

#companyTY span {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  margin-left: -20px;
  left: 50%;
  bottom: -40px;
}

#companyTY .companySummary span {
  border-top: 40px solid #fff;
}

#companyTY .companyValue span {
  border-top: 40px solid #fff;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 30deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -30deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

#companyTY .companyValue li:nth-child(1):hover img {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}

#companyTY .companyValue li:nth-child(2):hover img {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: swing 1s 1;
  -o-animation: swing 1s 1;
  animation: swing 1s 1;
}

#companyTY .companyValue li:nth-child(3):hover img {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: swing 1s 1;
  -o-animation: swing 1s 1;
  animation: swing 1s 1;
}

#companyTY .companyValue li:nth-child(4):hover img {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: swing 1s 1;
  -o-animation: swing 1s 1;
  animation: swing 1s 1;
}

#companyTY .companyValue li {
  cursor: pointer;
}

#companyTY .companyValue li div {
  margin-top: 10px;
}

#companyTY .companyDream span {
  border-top: 40px solid #fafafa;
}

#companyTY .companyCare span {
  border-top: 40px solid #fafafa;
}

#companyTY p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 34px;
  margin-bottom: 16px;
}

#companyTY .companyCare .textIndent {
  color: #000;
}

#companyTY .CDImg {
  width: 658px;
  margin: 0 auto;
}

#companyTY .CDImg li {
  width: 300px;
  margin-left: 28px;
  box-sizing: border-box;
  position: relative;
  height: 300px;
  overflow: hidden;
}

#companyTY .CDImg li .bgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.CDImg li:hover .bgbg {
  background: #1d75e2;
  opacity: 0.7;
}

.CDImg li:hover .mask .content {
  top: 12%;
}

.CDImg .mask .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 86px;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.CDImg .mask .content .item-img-panel {
  position: relative;
  width: 25%;
  height: 74px;
  display: inline-block;
}

.CDImg .item-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.CDImg .mask {
  position: relative;
  float: left;
  color: #000;
  font-size: 0;
  text-align: center;
  max-width: 490px;
  height: 360px;
  cursor: pointer;
}

#companyTY .CDImg .mask .content .item-desc {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding: 0 23px;
  line-height: 24px;
  height: 72px;
  opacity: 0;
}

#companyTY .CDImg li:hover .content .item-desc {
  margin-top: 22px;
  opacity: 1;
}

.CDImg .mask .content .item-title {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  margin-top: 24px;
  font-weight: bold;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#companyTY .CDImg li .SMYJ {
  width: 300px;
}

#companyTY .CDImg li .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#companyTY .companyValue ul {
  margin-top: 108px;
}

#companyTY .companyValue ul li {
  width: 25%;
  text-align: center;
}

#companyTY .companyValue ul li h4 {
  margin-top: 5px;
  color: #f5a623;
}

#companyTY .companyCareW .downImage ul {
  margin-left: -20px;
}

#companyTY .companyCareW .downImage li {
  width: 24%;
  height: 268px;
  margin-left: 1%;
  position: relative;
  cursor: pointer;
}

#companyTY .companyCareW .downImage li img {
  width: 100%;
  height: 100%;
}

#companyTY .companyCareW .downImage li .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}

#companyTY .companyCareW .downImage li .bgbg {
  position: absolute;
  background-color: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#companyTY .companyCareW .downImage li:hover .bgbg {
  background: #01479d;
  opacity: 0.9;
}

#companyTY .companyCareW .downImage li .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#companyTY .companyCareW .downImage li:hover .content {
  top: 70px;
}

#companyTY .companyCareW .downImage .content .item-desc {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding: 0 23px;
  line-height: 24px;
  height: 72px;
  opacity: 0;
}

#companyTY .companyCareW .downImage li:hover .content .item-desc {
  margin-top: 22px;
  opacity: 1;
}

#companyTY .companyNew .CNnn {
}

#companyTY .companyNew .CNnn .CNUl {
  width: 930px;
  overflow: hidden;
  margin-top: -5px;
}

#companyTY .companyNew .CNnn .CNUl ul {
  width: 5580px;
}

#companyTY .companyNew .CNnn img {
  cursor: pointer;
}

#companyTY .companyNew .CNnn .CNUl ul li {
  width: 930px;
  height: 220px;
  margin-top: 28px;
}

#companyTY .companyNew .CNRight {
  margin-top: 50px;
}

#companyTY .companyNew .CNLeft {
  margin-top: 50px;
}

#companyTY .companyNew h1 {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #01479d;
  margin-bottom: 16px;
}

#companyTY .companyNew p {
  font-size: 17px;
  line-height: 17px;
  text-align: center;
}

.tabsWrap {
  margin-top: 10px;
  position: relative;
  padding-left: 45px;
}

.tabsWrap .longLines {
  width: 100%;
  height: 4px;
  /* background-color: #dddddd; */
  background-image: linear-gradient(
    to right,
    rgba(245, 166, 35, 0.03),
    rgba(245, 166, 35, 1),
    rgba(245, 166, 35, 0.03)
  );
  margin-left: -555px;
  margin-top: 38px;
  position: absolute;
  top: 32px;
  left: 50%;
  z-index: 3;
}

.wrapTab {
  float: left;
  width: 9%;
  height: 60px;
  line-height: 100px;
}

.tabs-box {
  width: 1065px;
  overflow-x: hidden;
  height: 140px;
  position: relative;
  margin-left: -68px;
}

#tabs11 {
  display: flex;
  padding: 40px 0px;
  position: absolute;
  z-index: 99;
  width: 930px;
  left: -336.375px;
  margin: 0 auto;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.tab {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #76a8e7;
  box-shadow: 0px 2px 7px 2px rgba(16, 112, 223, 0.2);
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  vertical-align: middle;
}

.bgHover {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bg {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background-color: #1760ba;
  box-shadow: 0px 2px 20px 0px rgba(65, 114, 213, 0.75);
}

.companyAdd {
  background: url("../image/pexels-ylanite-koppens-796602.png") center center
    no-repeat;
  background-size: cover;
}

.companyVideo {
  background: url("../image/pexels-ylanite-koppens-796602.png") center center
    no-repeat;
  background-size: cover;
}

.main a {
  color: #551a8b;
  cursor: default;
  border-bottom: 1px solid #d9dee3;
}

.main {
  padding: 48px 0 82px 0;
}

.main > p {
  font-size: 24px;
  color: #4a4a4a;
  padding-left: 24px;
}

.main .map-cover {
  height: 500px;
  width: 600px;
  /*
    background:url('../image/map01.jpg') no-repeat 0 0;
    */
  position: relative;
  float: left;
}

.main .map-cover .map1 {
  width: 600px;
  opacity: 1;
  display: block;
}

.main .map-cover .map-float i {
  width: 24px;
  height: 32px;
  background: url("../image/iconblue.png") no-repeat;
  background-size: 80% 80%;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 90;
}

.main .map-cover .map-float.maps-sz i {
  background: url("../image/iconred.png") no-repeat;
  z-index: 100;
  background-size: 93% 93%;
}

.mapbox dt {
  margin-bottom: 6px;
}

.mapbox dd span {
  font-size: 15px;
}

.map-float .mapbox {
  position: absolute;
  width: 283px;
  z-index: 999;
  top: -46px;
  right: -303px;
  padding: 3px;
  color: #fff;
  display: none;
  background-color: #419bf9;
  filter: alpha(opacity=70);
  /* IE 透明度20% */
  background-color: rgba(65, 155, 249, 0.7);
}

.map-float {
  position: absolute;
}

.map-float .mapbox dl {
  padding: 10px 20px;
  /*  background-color:#9b9b9b;*/
  /*opacity: 0.1;*/
  margin: 0;
}

/*.map-float:hover .mapbox{
    display:block;
}*/

.maps-sz {
  bottom: 69px;
  left: 436px;
}

.maps-gz {
  bottom: 71px;
  left: 421px;
}

.maps-hz {
  bottom: 171px;
  left: 494px;
}

.maps-cd {
  bottom: 176px;
  left: 317px;
}

.maps-bj {
  bottom: 307px;
  left: 438px;
}

.maps-zh {
  bottom: 58px;
  left: 417px;
}

.maps-wh {
  bottom: 180px;
  left: 430px;
}

.maps-nj {
  bottom: 199px;
  left: 477px;
}

.maps-sh {
  bottom: 189px;
  left: 504px;
}

@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  25% {
    /*transform: scale(0);*/
    opacity: 0.1;
  }

  50% {
    /*transform: scale(0.1);*/
    opacity: 0.3;
  }

  75% {
    /*transform: scale(0.5);*/
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}

.maps-sz .pulse {
  -webkit-animation: ripple 4s ease-out 200ms infinite;
  -moz-animation: ripple 4s ease-out 200ms infinite;
  animation: ripple 4s ease-out 200ms infinite;
}

.maps-sz .flu {
  -webkit-animation: ripple 4s ease-out 1s infinite;
  -moz-animation: ripple 4s ease-out 1s infinite;
  animation: ripple 4s ease-out 1s infinite;
}

.maps-sz .dot {
  -webkit-animation: ripple 4s ease-out 1.8s infinite;
  -moz-animation: ripple 4s ease-out 1.8s infinite;
  animation: ripple 4s ease-out 1.8s infinite;
}

.maps-cd .pulse,
.maps-bj .pulse,
.maps-wh .pulse,
.maps-zh .pulse,
.maps-nj .pulse,
.maps-sh .pulse,
.maps-hz .pulse,
.maps-gz .pulse {
  -webkit-animation: ripple 4s ease-out 200ms infinite;
  -moz-animation: ripple 4s ease-out 200ms infinite;
  animation: ripple 4s ease-out 200ms infinite;
}

.maps-cd .flu,
.maps-bj .flu,
.maps-wh .flu,
.maps-zh .flu,
.maps-nj .flu,
.maps-sh .flu,
.maps-hz .flu,
.maps-gz .flu {
  -webkit-animation: ripple 4s ease-out 1.5s infinite;
  -moz-animation: ripple 4s ease-out 1.5s infinite;
  animation: ripple 4s ease-out 1.5s infinite;
}

.maps-cd .dot,
.maps-bj .dot,
.maps-wh .dot,
.maps-zh .dot,
.maps-nj .dot,
.maps-sh .dot,
.maps-hz .dot,
.maps-gz .dot {
  -webkit-animation: ripple 4s ease-out 2.5s infinite;
  -moz-animation: ripple 4s ease-out 2.5s infinite;
  animation: ripple 4s ease-out 2.5s infinite;
}

.ring {
  position: absolute;
  border: 2px solid #419bf9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
  opacity: 0;
}

.maps-sz .ring {
  border-color: #ff6b6b;
}

.ring1 {
  width: 80px;
  height: 80px;
  left: -32px;
  top: -16px;
}

.ring2 {
  width: 60px;
  height: 60px;
  left: -24px;
  top: -10px;
}

.main .map-detail {
  height: 450px;
  position: relative;
  width: 376px;
  overflow: visible;
  margin-left: 32px;
}

.main div .article {
  float: left;
  position: absolute;
  margin-top: -105px;
  top: 225px;
  left: 0;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.main .article h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: bold;
}

.main .article p {
  font-size: 15px;
  color: #fff;
  text-align: left;
}

.main .article p a {
  border: none;
  color: #fff;
}

/*
.main .article p:nth-child(2) {
    margin: 16px 0 16px 0;
    width: 376px;
}

.main .article p:nth-child(4) {
    margin-top: 16px;
}
*/

.main div .section {
  width: 470px;
  float: left;
  background: #fafafa;
  height: 112px;
  margin: 16px 0 0 12px;
  padding: 12px 0 0 20px;
  border: 1px solid #d9dee3;
}

.main div .section p {
  font-size: 14px;
  color: #4a4a4a;
}

.main div .section p a {
  border: none;
}

.main .section h3 {
  font-size: 24px;
  color: #419bf9;
  margin-bottom: 12px;
}

.main .section p.sectionTel {
  padding-bottom: 12px;
}

.head-nav li .nav-a {
}

.swiper-container {
  width: 900px;
  height: 582px;
}

.swiper-container .branch-img {
  height: 290px;
  width: 590px;
  margin: 0 auto;
  margin-top: 96px;
  margin-bottom: 33px;
}

.swiper-container section {
  text-align: center;
}

.swiper-container section .branch-name {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 14px;
}

.swiper-container section .branch-address,
.swiper-container section .branch-tel {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.In-branch .swiper-button-next,
.In-branch .swiper-button-prev {
  width: 48px;
  height: 48px;
}

.In-branch .swiper-button-prev {
  background: url("../image/aboutUs/left.png") center center no-repeat;
}

.In-branch .swiper-button-next {
  background: url("../image/aboutUs/right.png") center center no-repeat;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.video-content {
  width: 100%;
  height: 100%;
}

.videoContent video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
