.aboutour {
  width: 100%;
}
.aboutour .consult {
  display: flex;
  justify-content: center;
}
.aboutour .consult .consult-input {
  margin-top: 38px;
  width: 530px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #ff9906;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutour .consult .consult-input .input-box {
  width: 290px;
  border: none;
  outline: none;
  margin: 20px 60px;
}
.aboutour .consult .consult-input .consult-button {
  cursor: pointer;
  border: none;
  text-align: center;
  line-height: 54px;
  width: 130px;
  height: 54px;
  background-image: linear-gradient(90deg, #ff6e00 0%, #ff9906 100%);
  font-size: 14px;
  color: #ffffff;
}
.aboutour .top-box {
  min-width: 1200px;
  height: 520px;
  position: relative;
}
.aboutour .top-box > img {
  width: 100%;
  height: 100%;
  display: block;
}
.aboutour .top-box .Mp-banner {
  display: none;
}
.aboutour .top-box .bigtilte {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 186px;
  text-align: center;
}
.aboutour .top-box .bigtilte > h2 {
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 6.6rem;
  line-height: 70px;
  color: #ffffff;
}
.aboutour .top-box .bigtilte > p {
  margin-top: 5rem;
  display: inline-block;
  width: 22rem;
  height: 5.6rem;
  border-radius: 4px;
  border: solid 1px #ffffff;
  font-size: 2.4rem;
  line-height: 5.6rem;
  color: #ffffff;
}
.aboutour .top-box .crumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.aboutour .top-box .crumbs .crumbs-info {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ccc;
  font-size: 14px;
}
.aboutour .top-box .crumbs .crumbs-info > img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.aboutour .top-box .crumbs .crumbs-info > a {
  color: #ccc;
}
.aboutour .top-box .crumbs .crumbs-info > a:hover {
  color: #fff;
}
.aboutour .part2 {
  width: 100%;
  height: 120px;
  background-color: #f5f6f9;
  display: flex;
  align-items: center;
}
.aboutour .part2 > ul {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutour .part2 > ul > li {
  display: flex;
  align-items: flex-end;
}
.aboutour .part2 > ul > li > img {
  width: 29px;
  height: 29px;
  margin-right: 14px;
}
.aboutour .part2 > ul > li > div > p:first-child {
  font-size: 14px;
  color: #999999;
}
.aboutour .part2 > ul > li > div > p:last-child {
  font-size: 16px;
  color: #4d4d4d;
}
.aboutour .part3 {
  width: 62.5%;
  min-width: 1200px;
  margin: 7rem auto 10rem;
}
.aboutour .part3 > h2 {
  font-size: 36px;
  color: #2e2e2e;
}
.aboutour .part3 > div {
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
}
.aboutour .part3 > div .target {
  display: flex;
  align-items: flex-start;
}
.aboutour .part3 > div .target > img {
  width: 20px;
  height: 34px;
  margin-right: 1rem;
}
.aboutour .part3 > div .target > p {
  width: 72%;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.aboutour .part3 > div .part3-left {
  width: 50%;
}
.aboutour .part3 > div .part3-left > p {
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}
.aboutour .part3 > div .part3-left > p:nth-child(1) {
  margin-bottom: 84px;
}
.aboutour .part3 > div .part3-left > p:nth-child(3) {
  margin-top: 46px;
}
.aboutour .part3 > div .part3-right {
  width: 42%;
}
.aboutour .part3 > div .part3-right .imgbox {
  margin-top: 150px;
  width: 100%;
  height: 288px;
  overflow: hidden;
}
.aboutour .part3 > div .part3-right .imgbox > img {
  width: 100%;
  height: 100%;
}
.aboutour .part3 > div .part3-right .imgbox:hover > img {
  transform: scale(1.1);
  transition: all 0.2s;
}
.aboutour .part4 {
  width: 100%;
  position: relative;
}
.aboutour .part4 .part4-info {
  width: 100%;
  background: url('../static/img/aboutour/banner2.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 84px;
  padding-top: 78px;
}
.aboutour .part4 .part4-info > h2 {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
}
.aboutour .part4 .part4-info > p {
  margin-top: 26px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
.aboutour .part4 .part4-info .part4-box {
  width: 62.5%;
  min-width: 1200px;
  margin: 54px auto 0;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 58px 30px 52px 36px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutour .part4 .part4-info .part4-box > div {
  height: auto;
}
.aboutour .part4 .part4-info .part4-box .part4side-ul {
  height: auto;
}
.aboutour .part4 .part4-info .part4-box .part4side-ul > li {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.aboutour .part4 .part4-info .part4-box .part4side-ul > li:not(:last-child) {
  margin-bottom: 50px;
}
.aboutour .part4 .part4-info .part4-box .part4side-ul > li > img {
  margin-right: 12px;
}
.aboutour .part4 .part4-info .part4-box .part4side-ul > li > div {
  position: relative;
  z-index: 2;
}
.aboutour .part4 .part4-info .part4-box .part4side-ul > li > div .side-nav {
  font-size: 20px;
  color: #333333;
}
.aboutour .part4 .part4-info .part4-box .part4side-ul > li > div .side-line {
  width: 100%;
  height: 7px;
  z-index: -1;
  background-color: #669cff;
  bottom: 0;
  position: absolute;
}
.aboutour .part4 .part4-info .part4-box .part4right-box {
  width: 86%;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul > li {
  width: 310px;
  height: 190px;
  background-color: #ffffff;
  box-shadow: 0px 6px 21px 0px rgba(99, 111, 123, 0.15);
  border-radius: 6px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul > li > p:first-child {
  font-size: 18px;
  color: #333333;
  margin-top: 54px;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul > li > p:nth-child(2) {
  margin-top: 20px;
  text-align: center;
  width: 260px;
  font-size: 16px;
  color: #999999;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul > li .buttonbox {
  cursor: pointer;
  display: none;
  width: 96px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #1758ce;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul .itembox {
  display: block;
  width: 310px;
  height: 0px;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul .specialli:hover {
  background-color: #1758ce;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul .specialli:hover > p:first-child {
  margin-top: 32px;
  color: #ffffff;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul .specialli:hover > p:nth-child(2) {
  color: #ffffff;
  margin-bottom: 24px;
}
.aboutour .part4 .part4-info .part4-box .part4right-box > ul .specialli:hover .buttonbox {
  display: block;
}
.aboutour .part4 .part4-info .part4-box .swiper-container {
  display: none;
  width: 100%;
}
.aboutour .part4 .part4-info .part4-box .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutour .part4 .part4-info .part4-box .swiper-container .swiper-wrapper .swiper-slide > div {
  box-shadow: 0px 6px 21px 0px rgba(99, 111, 123, 0.15);
  border-radius: 6px;
  background-color: #1758ce;
  margin: 0 auto;
  width: 70vw;
  height: 48vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutour .part4 .part4-info .part4-box .swiper-container .swiper-wrapper .swiper-slide > div > p:first-child {
  font-size: 18px;
  margin-top: 8vw;
  color: #ffffff;
}
.aboutour .part4 .part4-info .part4-box .swiper-container .swiper-wrapper .swiper-slide > div > p:nth-child(2) {
  color: #ffffff;
  margin-bottom: 24px;
  margin-top: 20px;
  text-align: center;
  width: 260px;
  font-size: 16px;
}
.aboutour .part4 .part4-info .part4-box .swiper-container .swiper-wrapper .swiper-slide > div .buttonbox {
  width: 96px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #1758ce;
}
.aboutour .part5 {
  padding-bottom: 108px;
}
.aboutour .part5 > h2 {
  margin-top: 87px;
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-bottom: 76px;
}
.aboutour .part5 > ul {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.aboutour .part5 > ul > li {
  box-sizing: border-box;
  width: 284px;
  height: 387px;
  background-color: #ffffff;
  box-shadow: 0px 7px 18px 0px rgba(184, 184, 184, 0.14);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.aboutour .part5 > ul > li .heardimg {
  width: 264px;
  height: 170px;
  background-color: #ca8989;
  overflow: hidden;
}
.aboutour .part5 > ul > li .heardimg > img {
  width: 100%;
  height: 100%;
}
.aboutour .part5 > ul > li:hover .heardimg > img {
  transform: scale(1.2);
  transition: all 0.4s;
}
.aboutour .part5 > ul > li:hover > h2 {
  color: #205dcc;
}
.aboutour .part5 > ul > li > h2 {
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.aboutour .part5 > ul > li > p {
  width: 240px;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.aboutour .part5 > ul > li .part5-icon {
  position: absolute;
  bottom: 30px;
}
@media screen and (max-width: 1230px) {
  .aboutour .top-box {
    min-width: 1000px;
    height: auto;
  }
  .aboutour .top-box .bigtilte {
    padding-top: 10vw;
  }
  .aboutour .top-box .bigtilte > h2 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .aboutour .top-box .bigtilte > p {
    width: 12vw;
    height: 3vw;
    line-height: 3vw;
    margin-top: 3vw;
    font-size: 1vw;
  }
  .aboutour .top-box .crumbs .crumbs-info {
    min-width: 1000px;
  }
  .aboutour .part2 > ul {
    min-width: 1000px;
  }
  .aboutour .part3 {
    min-width: 1000px;
  }
  .aboutour .part4 .part4-info .part4-box {
    min-width: 1000px;
  }
  .aboutour .part4 .part4-info .part4-box .part4right-box > ul > li {
    width: 260px;
  }
  .aboutour .part4 .part4-info .part4-box .part4right-box > ul .itembox {
    width: 260px;
  }
  .aboutour .part5 > ul {
    min-width: 1000px;
  }
  .aboutour .part5 > ul > li {
    width: 220px;
  }
  .aboutour .part5 > ul > li .heardimg {
    width: 200px;
  }
  .aboutour .part5 > ul > li > p {
    width: 180px;
  }
}
@media screen and (max-width: 1020px) {
  .aboutour .top-box {
    height: auto;
    min-width: auto;
  }
  .aboutour .top-box .PC-banner {
    display: none;
  }
  .aboutour .top-box .bigtilte {
    display: none;
  }
  .aboutour .top-box .Mp-banner {
    width: 100%;
    display: block;
  }
  .aboutour .top-box .crumbs .crumbs-info {
    width: 92%;
    min-width: auto;
	font-size: 12px;
  }
  .aboutour .part2 {
    height: auto;
  }
  .aboutour .part2 > ul {
    margin: 7vw auto 3vw;
    width: 92%;
    flex-wrap: wrap;
    min-width: auto;
  }
  .aboutour .part2 > ul > li {
    width: 50%;
    margin-bottom: 4vw;
  }
  .aboutour .part2 > ul > li .img1 {
    width: 6vw;
    height: 6vw;
    margin-right: 3vw;
  }
  .aboutour .part2 > ul > li .text > p:first-child {
    /* font-size: 3.4vw; */
	font-size: 13px;
    color: #333;
  }
  .aboutour .part2 > ul > li .text > p:last-child {
    /* font-size: 3vw; */
	font-size: 12px;
    color: #999;
  }
  .aboutour .part3 {
    width: 92%;
    min-width: auto;
    margin: 10vw auto;
  }
  .aboutour .part3 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
    text-align: center;
  }
  .aboutour .part3 > div {
    margin-top: 8vw;
    flex-direction: column;
  }
  .aboutour .part3 > div .target > img {
    width: 4vw;
    height: 7vw;
    margin-right: 2vw;
  }
  .aboutour .part3 > div .part3-left {
    width: 100%;
  }
    .aboutour .part3 > div .part3-left > p{
		font-size: 13px;
	}
  .aboutour .part3 > div .part3-left > p:nth-child(1) {
    margin-bottom: 12vw;
  }
  .aboutour .part3 > div .part3-left > p:nth-child(3) {
    margin-top: 7vw;
    margin-bottom: 12vw;
  }
  .aboutour .part3 > div .part3-right {
    width: 100%;
  }
  .aboutour .part3 > div .part3-right .imgbox {
    margin-top: 14vw;
    height: auto;
  }
  .aboutour .part4 .part4-info {
    padding-top: 10vw;
  }
  .aboutour .part4 .part4-info > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .aboutour .part4 .part4-info > p {
    width: 92%;
    margin: 2vw auto 0;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .aboutour .part4 .part4-info .part4-box {
    width: 92%;
    min-width: auto;
    flex-direction: column;
    padding: 7vw 0vw;
  }
  .aboutour .part4 .part4-info .part4-box .part4side-ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .aboutour .part4 .part4-info .part4-box .part4side-ul > li {
    width: 33%;
    height: 6vw;
  }
  .aboutour .part4 .part4-info .part4-box .part4side-ul > li > img {
    width: 6vw;
    margin-right: 2vw;
  }
  .aboutour .part4 .part4-info .part4-box .part4side-ul > li:not(:last-child) {
    margin-bottom: 4vw;
  }
  .aboutour .part4 .part4-info .part4-box .part4side-ul > li > div .side-nav {
    font-size: 4vw;
  }
  .aboutour .part4 .part4-info .part4-box .part4side-ul > li > div .side-line {
    height: 1.2vw;
  }
  .aboutour .part4 .part4-info .part4-box .part4right-box {
    display: none;
  }
  .aboutour .part4 .part4-info .part4-box .swiper-container {
    margin-top: 8vw;
    display: block;
  }
  .aboutour .part4 .part4-info .part4-box .swiper-container .swiper-wrapper {
    width: 100%;
    height: 200px;
    flex-wrap: nowrap;
  }
  .aboutour .part5 {
    padding-bottom: 8vw;
  }
  .aboutour .part5 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
    margin: 10vw 0;
  }
  .aboutour .part5 > ul {
    width: 92%;
    min-width: auto;
    flex-wrap: wrap;
  }
  .aboutour .part5 > ul > li {
    margin: 0 auto 7vw;
    width: 80vw;
  }
  .aboutour .part5 > ul > li .heardimg {
    width: 74vw;
  }
  .aboutour .part5 > ul > li > p {
    width: 80%;
  }
  .aboutour .part5 > ul > li:hover .heardimg > img {
    transform: none;
  }
  .aboutour .part5 > ul > li > h2 {
	  font-size: 21px;
  }
  .aboutour .part5 > ul > li:hover > h2 {
    color: #205dcc;
  }
  .consult .consult-input {
    width: 80% !important;
  }
  .consult .consult-input .input-box {
    text-align: center;
    margin: 0 auto !important;
    /* font-size: 3vw; */
	font-size: 13px;
    width: 70% !important;
  }
  .consult .consult-input .consult-button {
    width: 30%;
  }
  .consult .consult-input .consult-button > p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=aboutOur.css.map */