@charset "UTF-8";
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  cursor: pointer !important;
}

span:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  cursor: pointer !important;
}

img {
  border: 0;
}

/* body {
    padding-top: 42px;
} */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.body::-webkit-scrollbar {
  display: none;
}

/*common*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.text-indent {
  text-indent: -9999px;
}

.text-center {
  text-align: center;
}

.dis-in-block {
  display: inline-block;
}

.dis-block {
  display: block;
}

.mg-auto {
  margin: 0 auto;
}

.no-mg {
  margin: 0 !important;
}

.no-pd {
  padding: 0 !important;
}

.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
}

body {
  background-color: #fff;
}

.container {
  width: 1440px;
  margin: 0 auto;
}

.banner {
  position: relative;
}

.banner .container {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner .container .bannerLogo {
  width: 187px;
  height: 89px;
}

.banner .container .bannerTxt {
  margin-top: 48px;
}

.banner .container .bannerTxt img {
  display: block;
  width: 569px;
  height: 98px;
  margin-bottom: 36px;
}

.banner .container .bannerTxt p {
  color: #ccdeff;
  font-size: 16px;
}

.banner .bannerImg {
  display: block;
  width: 100%;
}
.hoverBoom:hover{
  animation: hoverBoom 1.5s linear infinite;
}
@keyframes hoverBoom {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(0.9);
  }

  100% {
      transform: scale(1);
  }
}
a.aBtn2 {
  display: block;
  width: 242px;
  height: 55px;
  border: 1px solid #ffffff;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  margin-top: 90px;
  transition: .2s linear all;
}
a.aBtn2:hover{
  background: rgba(0,0,0,0.3);
}
a.aBtn2 img {
  margin-left: 48px;
}

.indexTit {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.indexTit h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  color: #3e3e3e;
  font-size: 36px;
  margin-bottom: 24px;
}

.indexTit h3 img {
  display: block;
  margin: 0 39px;
}

.indexTit p {
  line-height: 1;
  color: #a5a4a4;
  font-size: 16px;
}

.indexCaseList {
  display: flex;
}

.indexCaseList .items {
  width: 240px;
  border-bottom: 2px solid transparent;
  padding-bottom: 17px;
  cursor: pointer;
  transition: .2s linear all;
}

.indexCaseList .items img {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto;
}

.indexCaseList .items p {
  color: #3e3e3e;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

.indexCaseList .items.active {
  border-bottom: 2px solid #ff722e;
}

.indexCaseMain {
  background-color: #f4f6f8;
}

.indexCaseMain .indexCaseBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 463px;
}

.indexCaseMain .indexCaseBox .icon {
  height: 100%;
  width: 544px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexCaseMain .indexCaseBox .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.indexCaseMain .indexCaseBox + .indexCaseBox {
  display: none;
}

.indexCaseMain .indexCaseInfo {
  flex: 1;
}

.indexCaseMain .indexCaseInfo h3 {
  color: #3e3e3e;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 26px;
}

.indexCaseMain .indexCaseInfo > p {
  line-height: 1.5;
  color: #b9b9b9;
  font-size: 18px;
}

.indexCaseMain .indexCaseInfo .ul {
  display: flex;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 40px;
}

.indexCaseMain .indexCaseInfo .ul .items {
  width: 20%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e9e9e9;
}

.indexCaseMain .indexCaseInfo .ul .items:last-child {
  border-right: 0;
}

.indexCaseMain .indexCaseInfo .ul .items img {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto;
}

.indexCaseMain .indexCaseInfo .ul .items p {
  text-align: center;
  color: #3e3e3e;
  font-size: 18px;
  margin-top: 20px;
}

.aBtn {
  width: 242px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7837;
  border: 1px solid #ff7837;
  border-radius: 26px;
  font-size: 18px;
  transition: .2s linear all;
}
.aBtn:hover{
  background-color: rgba(0,0,0,.1);
}
.aBtn img {
  margin-left: 48px;
}
.indexPicList {
  display: flex;
  justify-content: center;
  margin-bottom: 66px;
}
.indexPicList .items {
  height: 51px;
  width: 148px;
  background-color: #f6f9fe;
  border: 1px solid transparent;
  line-height: 51px;
  border-radius: 26px;
  text-align: center;
  margin: 0 8px;
  color: #838383;
  font-size: 16px;
  cursor: pointer;
}
.indexPicList .items.active {
  color: #ff722e;
  border: 1px solid #ff722e;
  background-color: transparent;
}
.indexPicBox {
  display: flex;
  background-color: #f6f9fe;
}
.indexPicBox .icon {
  display: block;
  width: 685px;
  height: 463px;
}
.indexPicBox .icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.indexPicBox .title {
  line-height: 100px;
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  border-bottom: 1px solid #e0e9fb;
  margin-bottom: 40px;
}

.indexPicBox + .indexPicBox {
  display: none;
}

.indexPicInfo {
  flex: 1;
  padding: 0 38px;
}

.indexPicInfo .ul {
  height: 204px;
}

.indexPicInfo .ul .items {
  margin-bottom: 25px;
}

.indexPicInfo .ul h2 {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
}

.indexPicInfo .ul p {
  font-size: 15px;
  color: #9d9d9d;
  line-height: 28px;
}

.indexPicInfo .aBtn {
  margin-top: 40px;
}

.part3 {
  height: 326px;
  background: url(../images/icon25.png) 50% 50%/cover no-repeat;
  padding-top: 28px;
  padding-bottom: 33px;
  margin-top: 50px;
}

.part3 .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.part3 .container .txt {
  width: 380px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 26px;
}

.part3 .ul {
  flex: 1;
  display: flex;
}

.part3 .ul .items {
  height: 134px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/icon26.png) no-repeat left center;
}

.part3 .ul .items h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
}

.part3 .ul .items h3 i {
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: #adadad;
}

.part3 .ul .items span {
  display: block;
  width: 37px;
  height: 3px;
  background-color: #ff722e;
  margin-top: 28px;
}

.part3 .ul .items p {
  color: #fefefe;
  font-size: 16px;
  margin-top: 22px;
}

.part4 {
  margin-bottom: 64px;
}

.part4 .aBtn {
  margin: 0 auto;
  margin-top: 54px;
}

.indexAnli {
  display: flex;
}

.indexAnli .items {
  width: 445px;
  margin-right: 51px;
  display: block;
  cursor: pointer;
  transition: .2s linear all;
  overflow: hidden;
}
.indexAnli .items:hover{
  box-shadow: 0 0 10px 10px #eee;
    border-radius: 5px;
}

.indexAnli .items:last-child {
  margin-right: 0;
}

.indexAnli .items > img {
  display: block;
  width: 100%;
  height: 322px;
  object-fit: cover;
}

.indexAnli .items .info {
  height: 216px;
  background-color: #f6f9fe;
  padding: 0 32px;
  padding-top: 32px;
}

.indexAnli .items .info h3 {
  color: #000000;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
}

.indexAnli .items .info p {
  color: #888888;
  font-size: 14px;
  line-height: 28px;
}

.indexAnli .items .info img {
  margin-top: 38px;
}

.ov1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ov2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ov3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ov4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ov5 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.part5 {
  height: 620px;
  background-color: #fafafa;
}

.guest .swiper {
  padding: 30px 0;
  margin-top: -30px;
  padding-bottom: 88px;
}

.guest .swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.guest .swiper .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #000;
}

.guest .slideMain {
  display: flex;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.02);
  padding: 56px 39px;
  border-radius: 20px;
}

.guest .slideMain .icon {
  display: block;
  width: 166px;
  height: 219px;
  border-radius: 10px;
  flex-shrink: 0;
  margin-right: 30px;
}

.guest .slideMain .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest .slideMain .info h3 {
  color: #515151;
  font-size: 28px;
  font-weight: normal;
}

.guest .slideMain .info span {
  color: #929292;
  font-size: 16px;
  display: block;
  margin-top: 9px;
  margin-bottom: 16px;
}

.guest .slideMain .info p {
  color: #b9b9b9;
  font-size: 14px;
  line-height: 27px;
}

.indexNews {
  display: flex;
}

.indexNews .newsImg {
  border-right: 1px solid #f1f1f1;
  padding-right: 48px;
  margin-right: 41px;
  flex-shrink: 0;
  width: 556px;
}

.indexNews .newsImg .icon {
  display: block;
  width: 508px;
  height: 334px;
  margin-bottom: 48px;
}

.indexNews .newsImg h3 {
  line-height: 1;
  font-weight: normal;
  color: #3e3e3e;
  font-size: 24px;
  margin-bottom: 30px;
}

.indexNews .newsImg p {
  color: #acacac;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.indexNews .newsImg span {
  color: #8a8a8a;
  font-size: 16px;
}

.indexNewsList {
  flex: 1;
  width: 830px;
}

.indexNewsList a {
  display: block;
  height: 190px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 24px;
}

.indexNewsList a h3 {
  color: #585858;
  font-size: 20px;
  font-weight: normal;
}

.indexNewsList a p {
  color: #bcbcbc;
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
  margin-bottom: 21px;
}

.indexNewsList a span {
  display: block;
  color: #8a8a8a;
  font-size: 16px;
}

.part7 {
  background-color: #fbfbfb;
  padding-bottom: 75px;
}

.partners {
  display: flex;
  flex-wrap: wrap;
}

.partners a {
  display: flex;
  width: 284px;
  height: 158px;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-bottom: 6px;
}

.partners a:nth-of-type(5n) {
  margin-right: 0;
}

.partners a img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  transition: .2s linear all;
}
.partners a img:hover{
  transform: scale(1.1);
}

.part6 {
  margin-bottom: 68px;
}

.aboutBanner {
  position: relative;
}

.aboutBanner .bannerIcon {
  display: block;
  width: 100%;
}

.aboutBanner .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.aboutBanner .container .txt {
  display: block;
}

.aboutBannerList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.aboutBannerList .items {
  height: 125px;
  display: flex;
  flex-direction: column;
  width: 240px;
  text-align: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.aboutBannerList .items img {
  display: block;
  height: 50px;
  width: auto;
  margin: 0 auto;
}

.aboutBannerList .items p {
  margin-top: 32px;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
}

.aboutInfo {
  height: 495px;
  background-color: #fff;
  margin-top: -260px;
  position: relative;
  z-index: 3;
  padding: 26px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
}

.aboutInfo > img {
  width: 586px;
  height: 439px;
  display: block;
}

.aboutInfo .info {
  flex: 1;
  padding-left: 44px;
}

.aboutInfo .info .title {
  margin-bottom: 20px;
}

.aboutInfo .info .title h3 {
  color: #f4f4f4;
  font-size: 100px;
  font-family: MicrosoftYaHei-Bold;
  line-height: 1;
  font-weight: 900;
  text-align: right;
  /* 设置描边宽度及颜色 */
  text-stroke: 2px #e4e3e3;
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
  -webkit-text-stroke: 2px #ffffff;
}

.aboutInfo .info .title [data-content]::before {
  /* attr()是用来获取被选中元素的某属性值,并且在样式文件中使用 */
  content: attr(data-content);
  position: absolute;
  /* 实现元素外描边的关键 */
  -webkit-text-stroke: 0;
  /* 文本颜色 */
  color: #f4f4f4;
}

.aboutInfo .info .title p {
  text-align: center;
  color: #3f3f3f;
  font-size: 40px;
  font-weight: bold;
  line-height: .8;
  margin-top: -66px;
  position: relative;
}

.aboutInfo .info .title span {
  background-color: #000;
  width: 59px;
  height: 5px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.aboutInfo .info .infoMain h3 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 28px;
}

.aboutInfo .info .infoMain p {
  line-height: 35px;
  font-size: 16px;
  color: #616161;
}

.coulist {
  position: relative;
  overflow: hidden;
}

.coulistC {
  position: relative;
}

.coulistC::before {
  content: "";
  display: block;
  width: 1868px;
  height: 170px;
  position: absolute;
  background: url(../images/dn-line.png) no-repeat center top;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

.coulist .swiper-slide {
  background: url(../images/dn-list.png) no-repeat top left;
}

.coulist .swiper-slide .list {
  width: 240px !important;
  height: 490px;
  padding: 30px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  /* border-right: 1px dashed #f1e3d6; */
}

.coulist .swiper-slide .list .number {
  font-size: 18px;
  color: #ff4e00;
  line-height: 20px;
  text-align: center;
}

.coulist .swiper-slide .list p {
  width: 165px;
  margin: 195px auto 0;
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.coulist .swiper-slide-active {
  /* background: url(../images/dn-list2.png) no-repeat top left;4 */
}

.coulist .swiper-pagination {
  margin: 25px 0 0;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.coulist .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  border: 1px solid #ff4e00;
  opacity: 1;
}

.coulist .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff4e00;
}

.coulist .swiper-button-prev {
  width: 61px;
  height: 61px;
  background: url(../images/dn-cou-prev.png) no-repeat center;
  top: 37%;
  left: -118px;
  z-index: 90;
}

.coulist .swiper-button-prev::after {
  display: none;
}

.coulist .swiper-button-next {
  width: 61px;
  height: 61px;
  background: url(../images/dn-cou-next.png) no-repeat center;
  top: 37%;
  right: -118px;
  z-index: 90;
}

.coulist .swiper-button-next::after {
  display: none;
}

.dn-honor {
  height: auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 50;
}

.aboutLine {
  background: url(../images/abouts-aboutLine.png) 50% 50%/cover no-repeat;
  height: 285px;
  display: flex;
  margin-top: 92px;
}

.aboutLine .items {
  display: flex;
  width: 50%;
  padding-left: 236px;
  align-items: center;
  height: 100%;
}

.aboutLine .items:nth-of-type(1) {
  justify-content: flex-end;
  padding-right: 187px;
  padding-left: 0;
}

.aboutLine .items img {
  display: block;
  height: 72px;
  margin-right: 34px;
}

.aboutLine .items h3 {
  color: #ffffff;
  font-size: 30px;
}

.aboutLine .items p {
  color: #fff;
  font-size: 16px;
}

.myTeam {
  height: 700px;
  background: url(../images/abouts-abbg2.jpg) 50% 50%/cover no-repeat;
}

.myTeam .indexTit h3 {
  color: #fff;
}

.myTeam .indexTit p {
  color: #fff;
}

.educationBanner {
  position: relative;
}

.educationBanner .bannerIcon {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.educationBanner .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
}

.educationBanner .container .icon {
  display: block;
  width: 808px;
  height: 489px;
  margin-right: -93px;
}

.educationBannerList {
  display: flex;
  height: 194px;
  background-color: #fff;
  align-items: center;
  margin-top: -100px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.educationBannerList .items {
  text-align: center;
  width: 25%;
  height: 130px;
  border-right: 1px solid #f2f2f2;
}

.educationBannerList .items:last-child {
  border: none;
}

.educationBannerList .items:nth-of-type(1) img {
  margin-bottom: 10px;
}

.educationBannerList .items:nth-of-type(1) h3 {
  color: #000000;
  font-size: 24px;
  font-weight: normal;
}

.educationBannerList .items:nth-of-type(1) p {
  font-size: 14px;
  margin: 0;
}

.educationBannerList .items img {
  height: 53px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.educationBannerList .items p {
  color: #a0a0a0;
  font-size: 16px;
}

.jw_Part1 {
  height: 880px;
  background-color: #f6f8ff;
  margin-top: -94px;
  padding-top: 155px;
}

.jw_Part1 .title {
  text-align: center;
  color: #4a4a4a;
  font-size: 28px;
}

.jw_Part1 .tabT {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 43px;
}

.jw_Part1 .tabT .items {
  display: block;
  width: 163px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  position: relative;
  color: #9a9a9a;
  font-size: 16px;
  border-radius: 10px;
}

.jw_Part1 .tabT .items::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #e8e9ee;
}

.jw_Part1 .tabT .items:last-child::after {
  display: none;
}

.jw_Part1 .tabT .items.active {
  background-image: linear-gradient(0deg, #054ef3 0%, #4a93fd 100%);
  color: #fff;
}

.jw_Part1 .tabT .items.active::after {
  display: none;
}

.jw_Part1 .tabItems {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 600px;
}

.jw_Part1 .tabItems .tabLeft {
  width: 50%;
  padding-left: 53px;
}

.jw_Part1 .tabItems .tabLeft h3 {
  color: #1d1d1d;
  font-size: 24px;
  margin-bottom: 40px;
}

.jw_Part1 .tabItems .tabLeft .li {
  color: #a5a5a5;
  font-size: 16px;
  position: relative;
  line-height: 35px;
}

.jw_Part1 .tabItems .tabLeft .li span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #dcdde0;
  border-radius: 100%;
  margin-right: 20px;
}

.jw_Part1 .tabItems .icon {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jw_Part1 .tabItems .icon img {
  max-width: 100%;
}

.jw_Part1 .tabItems + .tabItems {
  display: none;
}

.educationBtns {
  display: flex;
  margin-top: 106px;
}

.educationBtns a {
  display: block;
  width: 242px;
  height: 55px;
  text-align: center;
  line-height: 55px;
}

.educationBtns .btn1 {
  border: 1px solid #054ef3;
  border-radius: 28px;
  font-size: 18px;
  margin-right: 32px;
}

.educationBtns .btn2 {
  background-image: linear-gradient(90deg, #feb502 0%, #e8692d 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 26px;
}

.jw_Part2 {
  padding-top: 70px;
  padding-bottom: 66px;
}

.jw_Part2 .title {
  color: #4a4a4a;
  font-size: 28px;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}

.jw_Part2 .educationBtns {
  display: flex;
  justify-content: center;
  margin-top: 67px;
}

.jw_Part2_main {
  display: flex;
  flex-wrap: wrap;
}

.jw_Part2_main .items {
  width: 458px;
  height: 684px;
  background-color: #fff;
  margin-right: 32px;
  box-shadow: 0 0 10px #eaf1ff;
  border-radius: 10px;
  overflow: hidden;
  transition: .2s linear all;
}
.jw_Part2_main .items:hover{
    box-shadow: 0 0 16px 5px #eaf1ff;
}

.jw_Part2_main .items:last-child {
  margin-right: 0;
}

.jw_Part2_main .items h3 {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #064ff4;
  font-size: 20px;
  background-color: #eaf1ff;
}

.jw_Part2_main .items .icon {
  height: 602px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jw_Part2_main .items .icon img {
  display: block;
  max-width: 100%;
}

.jw_Part3 {
  height: 872px;
  background-color: #edf3ff;
  padding-top: 57px;
}

.jw_Part3 .educationBtns {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

.jw_Part3 .title {
  color: #4a4a4a;
  font-size: 28px;
  text-align: center;
  line-height: 1;
  margin-bottom: 70px;
}

.jw_Part3 .jw_Part3_main {
  display: flex;
  flex-wrap: wrap;
}

.jw_Part3 .jw_Part3_main .items {
  width: 334px;
  height: 523px;
  padding: 0 20px;
  background-color: #fff;
  margin-right: 34px;
  transition: .2s linear all;
  border-radius: 8px;
}
.jw_Part3 .jw_Part3_main .items:hover{
     box-shadow: 0 0 16px 5px rgba(0,0,0,0.07);
}
    


.jw_Part3 .jw_Part3_main .items:last-child {
  margin-right: 0;
}

.jw_Part3 .jw_Part3_main .items .t {
  height: 264px;
  display: flex;
  flex-direction: column;
  border-bottom: 2px dotted #edf3ff;
}

.jw_Part3 .jw_Part3_main .items .t h3 {
  flex-shrink: 0;
  height: 83px;
  line-height: 83px;
  color: #4a4a4a;
  font-size: 24px;
  border-bottom: 2px dotted #edf3ff;
}

.jw_Part3 .jw_Part3_main .items .t p {
  flex: 1;
  display: flex;
  align-items: center;
  color: #959595;
  font-size: 16px;
  line-height: 35px;
}

.jw_Part3 .jw_Part3_main .items .icon {
  height: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jw_Part3 .jw_Part3_main .items .icon img {
  width: 286px;
  display: block;
  max-height: 100%;
}

.jw_Part4 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 57px;
  height: auto;
}

.jw_Part5 {
  margin-top: 0;
  padding-top: 57px;
  height: auto;
}

.appBannerIcon {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}

.appBannerIcon img {
  margin: 0 !important;
  display: block;
  width: 572px !important;
  height: auto !important;
}

.appTitle {
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.appTitle h3 {
  color: #4a4a4a;
  font-size: 28px;
  margin-bottom: 20px;
}

.appTitle p {
  color: #9a9a9a;
  font-size: 15px;
}

.app_part1 {
  background-color: #f6f8ff;
  padding-top: 94px;
  margin-top: -94px;
  padding-bottom: 64px;
}

.app_part1_main {
  display: flex;
  flex-wrap: wrap;
}

.app_part1_main .items {
  width: 256px;
  height: 318px;
  background-color: #fff;
  margin-right: 38px;
  padding: 0 30px;
  padding-top: 38px;
  box-shadow: 0 0 10px #eef3ff;
  border-radius: 8px;
  transition: .2s linear all;
}

.app_part1_main .items:hover{
      box-shadow: 0 0 10px 10px rgba(0,0,0,0.03);
}
.app_part1_main .items img {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 102px;
  margin-bottom: 30px;
}

.app_part1_main .items:last-child {
  margin-right: 0;
}

.app_part1_main .items h3 {
  text-align: center;
  color: #303030;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.app_part1_main .items p {
  color: #8a8a8a;
  font-size: 16px;
  text-align: center;
}

.educationBtns1 {
  justify-content: center;
  margin-top: 74px;
}

.app_part2 {
  height: 717px;
  background: url(../images/mdyapp-icon15.png) 50% 50%/cover no-repeat;
}

.app_part2 .educationBtns {
  margin-top: 11px;
}

.app_part2 .educationBtns .btn1 {
  border: 1px solid #fff;
  color: #fff;
}

.app_part2 .appTitle h3,
.app_part2 .appTitle p {
  color: #fff;
}

.app_part2_main {
  display: flex;
  flex-wrap: wrap;
}

.app_part2_main .items {
  width: 325px;
  height: 150px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 46px;
  margin-bottom: 45px;
  transition: .2s linear all;
}
.app_part2_main .items:hover{
    
    box-shadow:0 0 10px 3px rgba(255,255,255,1);
}
.app_part2_main .items:hover img{
  transform: rotate(360deg);
}
.app_part2_main .items:nth-of-type(4n) {
  margin-right: 0;
}

.app_part2_main .items img {
  display: block;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 20px;
  transition: .2s linear all;
}

.app_part2_main .items .info {
  width: 180px;
}

.app_part2_main .items .info h3 {
  font-weight: normal;
  color: #4f4f4f;
  font-size: 24px;
  margin-bottom: 8px;
}

.app_part2_main .items .info p {
  color: #888888;
  font-size: 15px;
  line-height: 24px;
}

.app_part3 {
  background-color: #f0f7fd;
  padding-bottom: 60px;
}

.app_part3 .educationBtns {
  margin-top: 11px;
}

.app_paer3_main {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.app_paer3_main .items {
  width: 325px;
  height: 240px;
  background-color: #fff;
  padding: 0 32px;
  padding-top: 38px;
  position: relative;
  margin-right: 46px;
  margin-bottom: 45px;
  transition: .2s linear all;
  box-sizing: border-box;
}
.app_paer3_main .items:hover{
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.03);
  border-radius: 5px;
}
.app_paer3_main .items:nth-of-type(4n) {
  margin-right: 0;
}

.app_paer3_main .items > img {
  position: absolute;
  right: 13px;
  bottom: 16px;
}

.app_paer3_main .items .t {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
}

.app_paer3_main .items .t h3 {
  font-weight: normal;
  color: #191919;
  font-size: 24px;
}

.app_paer3_main .items .t img {
  display: block;
  width: 56px;
  height: 56px;
  margin-right: 27px;
}

.app_paer3_main .items p {
  color: #848484;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 1;
}

.app_part4 {
  background: #f0f7fd url(../images/mdyapp-icon32.png) 50% 50%/cover no-repeat;
}

.app_part4_t {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app_part4_t .items {
  margin: 0 75px;
  text-align: center;
  cursor: pointer;
}

.app_part4_t .items img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.app_part4_t .items .img2 {
  display: block;
}

.app_part4_t .items .img1 {
  display: none;
}

.app_part4_t .items p {
  margin-top: 17px;
  color: #191919;
  font-size: 18px;
}

.app_part4_t .items.active .img2 {
  display: none;
}

.app_part4_t .items.active .img1 {
  display: block;
}

.app_part4_t .items.active p {
  color: #054cf2;
  font-weight: bold;
  font-size: 18px;
}

.app_part4_d .tabItems {
  justify-content: center;
  display: flex;
  height: 570px;
  align-items: center;
}

.app_part4_d .tabItems .icon {
  height: 100%;
  width: 743px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 55px;
}

.app_part4_d .tabItems .icon img {
  max-width: 100%;
  max-height: 100%;
}

.app_part4_d .tabItems .tabInfo > h3 {
  color: #303030;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 28px;
}

.app_part4_d .tabItems .tabInfo > p {
  color: #949494;
  line-height: 1;
  font-size: 18px;
}

.app_part4_d .tabItems .tabInfo .ul {
  display: flex;
  margin-top: 46px;
}

.app_part4_d .tabItems .tabInfo .ul .li {
  margin-right: 70px;
}

.app_part4_d .tabItems .tabInfo .ul .li:last-child {
  margin-right: 0;
}

.app_part4_d .tabItems .tabInfo .ul .li img {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto;
}

.app_part4_d .tabItems .tabInfo .ul .li p {
  color: #565656;
  font-size: 18px;
}

.app_part4_d .tabItems .tabInfo .educationBtns {
  margin-top: 60px;
}

.app_part4_d .tabItems + .tabItems {
  display: none;
}

.app_part5 {
  padding-bottom: 80px;
}

.app_part5_main {
  display: flex;
  justify-content: center;
}

.app_part5_main .items {
  width: 326px;
  height: 516px;
  background: url(../images/mdyapp-icon34.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 45px;
  padding-top: 74px;
  transition: .2s linear all;
}
.app_part5_main .items:hover{
    border-radius: 8px;
        box-shadow: 0 0 15px 0px #efefef;
}

.app_part5_main .items:last-child {
  margin-right: 0;
}

.app_part5_main .items:nth-of-type(1) {
  background: url(../images/mdyapp-icon33.png) no-repeat;
  background-size: 100% 100%;
}

.app_part5_main .items img {
  display: block;
  margin: 0 auto;
  /*width: 165px;*/
  /*height: 236px;*/
}

.app_part5_main .items h3 {
  width: 197px;
  height: 65px;
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
  box-shadow: 13px 0 15px 1px #e6ebf7;
  text-align: center;
  line-height: 65px;
  color: #2c3d66;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.app_part5_main .items p {
  color: #939393;
  font-size: 16px;
  padding: 0 40px;
}

.app_part6 {
  padding-bottom: 59px;
}

.app_part6_main {
  display: flex;
  flex-wrap: wrap;
}

.app_part6_main .items {
  width: 325px;
  height: 447px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-right: 45px;
  padding: 0 30px;
  padding-top: 310px;
  box-shadow: 0 0 15px 0px #efefef;
  transition: .2s linear all;
}
.app_part6_main .items:hover{
      box-shadow: 0 0 15px 10px #efefef;
}

.app_part6_main .items:last-child {
  margin-right: 0;
}

.app_part6_main .items img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.app_part6_main .items h3 {
  text-align: center;
  color: #373737;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

.app_part6_main .items p {
  color: #9f9f9f;
  font-size: 15px;
  line-height: 24px;
}

.app_part7 {
  height: 1042px;
  background-color: #f2f4ff;
}

.app_part7_main {
  margin-top: 50px;
  margin-bottom: 110px;
}

.app_part7_main img {
  display: block;
  width: 1078px;
  height: 562px;
  margin: 0 auto;
}

.app_part8 {
  height: 371px;
  background: url(../images/mdyapp-icon39.png) 50% 50%/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app_part8 .title {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}

.app_part8 .dh {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 36px;
}

.app_part8 .dh img {
  display: block;
  width: 38px;
  height: 33px;
}

.app_part8 .form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 43px;
}

.app_part8 .form input {
  width: 326px;
  height: 72px;
  background-color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  padding-left: 29px;
  margin-right: 33px;
}

.app_part8 .form a {
  display: block;
  width: 326px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #feb502 0%, #e8692d 100%);
}

.productBanner {
  position: relative;
}

.productBanner .bannerIcon {
  width: 100%;
  display: block;
}

.productBanner .bannerMain {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 200px;
}

.productBanner .bannerMain .aBtn2 {
  margin: 0 auto;
  margin-top: 60px;
}

.product_part1 {
  height: 779px;
  background-image: linear-gradient(90deg, #e7f3ff 0%, #d9ecff 100%);
}

.product_part1 .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.product_part1 .left {
  width: 690px;
}

.product_part1 .left .product_logo {
  width: 140px;
  height: 140px;
  margin-bottom: 40px;
}

.product_part1 .left .title h3 {
  color: #000000;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 26px;
}

.product_part1 .left .title p {
  color: #a3a3a3;
  line-height: 1;
  font-size: 20px;
}

.product_part1 .left .ul {
  display: flex;
  margin-top: 36px;
}

.product_part1 .left .ul .li {
  margin-right: 50px;

}
.product_part1 .left .ul .li:hover img{
  transform: rotate(360deg);
}
.product_part1 .left .ul .li:last-child {
  margin-right: 0;
}

.product_part1 .left .ul .li img {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  transition: .2s linear all;
}

.product_part1 .left .ul .li p {
  text-align: center;
  color: #343434;
  font-size: 16px;
}

.product_part1 .left .txt {
  color: #949494;
  font-size: 15px;
  margin-top: 40px;
}

.product_part1 .left .aBtn2 {
  border: 1px solid #054cf2;
  color: #054cf2;
  margin-top: 50px;
}

.product_part1 .right {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.product_part1 .right img {
  display: block;
  max-width: 92%;
  max-height: 92%;
}

.product_part2 {
  background: #fff;
}

.product_part2 .container {
  flex-direction: row-reverse;
}

.product_part2 .container .right {
  justify-content: flex-start;
}

.product_part3 {
  background: #eff1f4;
}

.product_part3 .right {
  align-items: center;
}

.serviceBanner {
  position: relative;
}

.serviceBanner .bannerIcon {
  display: block;
  width: 100%;
}

.serviceBanner .container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 200px;
}
.serviceBanner .container  .left .aBtn2{
    margin: 0 auto;
    margin-top: 69px;
}
.serviceBanner .container  .right img{
    width: 580px;
}
.service_part {
  height: 700px;
  background: url(../images/service-icon-bg1.jpg) 50% 50%/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_part .left {
  width: 825px;
}

.service_part .title {
  margin-bottom: 49px;
}

.service_part .title h3 {
  color: rgba(215, 211, 211, 0.3);
  font-size: 130px;
  font-family: MicrosoftYaHei-Bold;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  /* 设置描边宽度及颜色 */
  /*text-stroke: 2px #e4e3e3;*/
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
  /*-webkit-text-stroke: 2px #e4e3e3;*/
  margin-left: -140px;
}

/*.service_part .title h3 [data-content]::before {*/
  /* attr()是用来获取被选中元素的某属性值,并且在样式文件中使用 */
/*  content: attr(data-content);*/
/*  position: absolute;*/
  /* 实现元素外描边的关键 */
/*  -webkit-text-stroke: 0;*/
  /* 文本颜色 */
/*  color: rgba(255, 255, 255, 0.3);*/
/*}*/

.service_part .title p {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  margin-top: -45px;
}

.service_part .txt {
  color: #777777;
  font-size: 15px;
  line-height: 35px;
}

.service_part .ul {
  display: flex;
  margin-top: 44px;
}

.service_part .ul .li {
  height: 121px;
  margin-right: 70px;
}

.service_part .ul .li:last-child {
  margin-right: 0;
}

.service_part .ul .li img {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.service_part .ul .li p {
  text-align: center;
  color: #3e3e3e;
  font-size: 18px;
}

.service_part .aBtn, .service_part .aBtn2 {
  margin-top: 29px;
}

.service_part .right {
  width: 650px;
  margin-left: -44px;
  display: flex;
  justify-content: flex-end;
}

.service_part .right img {
  max-width: 100%;
  display: block;
}

.service_part1 {
  flex-direction: row-reverse;
}

.service_part1 .right {
  margin-right: 60px;
  display: flex;
  justify-content: flex-start;
}

.service_part2 {
  background: url(../images/service-icon-bg3.jpg) 50% 50%/cover no-repeat;
}

.service_part2 .title h3 {
  color: rgba(0, 0, 0, 0.1);
  font-size: 130px;
  font-family: MicrosoftYaHei-Bold;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  /*text-stroke: 2px rgba(255, 255, 255, 0.2);*/
  /*-webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);*/
  margin-left: -140px;
}

/*.service_part2 .title h3 [data-content]::before {*/
  /* attr()是用来获取被选中元素的某属性值,并且在样式文件中使用 */
/*  content: attr(data-content);*/
/*  position: absolute;*/
  /* 实现元素外描边的关键 */
/*  -webkit-text-stroke: 0;*/
  /* 文本颜色 */
/*  color: rgba(0, 0, 0, 0.1);*/
/*}*/

.service_part2 .title p {
  color: #fff;
}

.service_part2 .txt {
  color: #fff;
}

.service_part2 .ul .li p {
  color: #fff;
}

.service_part3 {
  background: url(../images/service-icon-bg4.jpg) 50% 50%/cover no-repeat;
}

.service_part4 {
  background: url(../images/service-icon-bg1.jpg) 50% 50%/cover no-repeat;
}

.caseBanner {
  position: relative;
}

.caseBanner .bannerIcon {
  display: block;
  width: 100%;
}

.caseBanner .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.caseBanner .container .aBtn {
  margin-top: 75px;
}

.caseMainT {
  height: 100px;
  background-color: #f6f6f6;
  margin-bottom: 53px;
}

.caseMainT .CaseTList {
  display: flex;
  height: 100%;
}

.caseMainT .CaseTList .items {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.caseMainT .CaseTList .items::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 37px;
  background-color: #e9e9e9;
}

.caseMainT .CaseTList .items:last-child::after {
  display: none;
}

.caseMainT .CaseTList .items img {
  display: block;
  width: 40px;
  margin-right: 28px;
}

.caseMainT .CaseTList .items p {
  font-size: 17px;
}

.caseMainList {
  flex-wrap: wrap;
}

.caseMainList .items {
  margin-bottom: 53px;
  margin-right: 40px;
}

.caseMainList .items:nth-of-type(3n) {
  margin-right: 0;
}

.contactBanner p {
  margin-top: 35px;
  color: #d9d9d9;
  font-size: 16px;
}

.contactMain {
  background-color: #f3f3f3;
  padding-bottom: 77px;
}

.contactMain .main {
  border-radius: 10px;
  overflow: hidden;
  margin-top: -90px;
  position: relative;
  margin-bottom: 17px;
}

.contact1 {
  background-color: #fff;
  display: flex;
  height: 306px;
  border-bottom: 3px solid #f3bf86;
}

.contact1 .left {
  width: 50%;
  background: url(../images/icon3.png);
  border-right: 1px solid #f2f2f2;
  padding-left: 108px;
  padding-top: 54px;
}

.contact1 .left h3 {
  color: #000000;
  font-size: 48px;
  font-weight: normal;
  margin-top: 35px;
  line-height: 1;
  margin-bottom: 29px;
}

.contact1 .left p {
  color: #656565;
  font-size: 16px;
}

.contact1 .right {
  width: 50%;
  padding-top: 64px;
  padding-left: 108px;
}

.contact1 .right h3 {
  color: #000000;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 24px;
}

.contact1 .right p {
  color: #656565;
  font-size: 16px;
}

.contact2 {
  background-color: #fff;
  height: 305px;
  display: flex;
}

.contact2 .items {
  height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
}

.contact2 .items:last-child {
  border: none;
}

.contact2 .items p {
  color: #656565;
  font-size: 16px;
  margin-top: 22px;
}

.contact2 .items span {
  color: #000000;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 40px;
}

.ditu {
  padding: 18px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.ditu img {
  display: block;
  width: 100%;
}

.indexHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 42px;
  z-index: 99;
  width: 100%;
  padding: 0 80px;
}

.indexHeader .logo {
  display: block;
  width: 150px;
  /*height: 65px;*/
}

.indexHeader .logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.indexHeader .headerR {
  display: flex;
  align-items: center;
}

.indexHeader .headerR .meau {
  margin-right: 40px;
  display: flex;
}

.indexHeader .headerR .meau a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 0 30px;
  background: url(../images/icon2.png) no-repeat center right;
}

.indexHeader .headerR .meau a.active {
  color: #f57437;
}

.indexHeader .headerTool {
  display: flex;
}

.indexHeader .headerTool a {
  display: block;
  margin-left: 20px;
}

.footer {
  background-color: #2a2a2a;
}

.footerMeau {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3a3a3a;
  height: 89px;
}

.footerMeau > p {
  color: #ffffff;
  font-size: 20px;
}

.footerMeau .meau {
  display: flex;
  align-items: center;
}

.footerMeau .meau a {
  color: #ffffff;
  font-size: 16px;
  margin-right: 60px;
}

.footerMeau .meau a:last-child {
  margin-right: 0;
}

.footerCon {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.footerCon .title {
  height: 84px;
  line-height: 84px;
  color: #ffffff;
  font-size: 20px;
  border-bottom: 1px solid #3a3a3a;
}

.footerCon .footerContact {
  width: 584px;
}

.footerCon .footerContact .t {
  padding-top: 35px;
  margin-bottom: 40px;
}

.footerCon .footerContact .t h3 {
  color: #ffa234;
  font-size: 35px;
  margin-bottom: 25px;
  line-height: 1;
}

.footerCon .footerContact .t p {
  color: #727272;
  line-height: 1;
  font-size: 14px;
}

.footerCon .footerContact .ewm {
  display: flex;
  height: 116px;
  margin-bottom: 42px;
}

.footerCon .footerContact .ewm .icon {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  border-right: 1px solid #3a3a3a;
  color: #727272;
  font-size: 14px;
  line-height: 24px;
}

.footerCon .footerContact .ewm .icon img {
  display: block;
  width: 112px;
  height: 112px;
  margin-right: 24px;
}

.footerCon .footerContact .ewm .icon:nth-of-type(2) {
  border: none;
  padding-left: 50px;
}

.footerCon .footerTxt {
  width: 740px;
}

.footerCon .footerTxt .txt {
  color: #818181;
  font-size: 15px;
  margin-top: 30px;
  line-height: 30px;
}

.footerLink {
  border-top: 1px solid #3a3a3a;
  padding-top: 27px;
  padding-bottom: 27px;
}

.footerLink h3 {
  color: #ffffff;
  font-size: 18px;
}

.footerLink .link {
  display: flex;
  flex-wrap: wrap;
}

.footerLink .link a {
  display: block;
  margin-right: 34px;
  margin-top: 20px;
  color: #818181;
  font-size: 15px;
}

.footerD {
  display: flex;
  align-items: center;
  border-top: 1px solid #3a3a3a;
  justify-content: space-between;
  height: 72px;
  color: #818181;
  font-size: 14px;
}
.indexBanner .container{
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.indexBanner .container .bannerImg{
    width: 520px;
}

.productBanner .bannerMain{
    display: flex;
align-items: center;
justify-content: space-between;
    
}

.myTeam .imgBox {
  text-align: center;
  width: 100%;
  transition: .2s linear all;
  transform: scale(0.8);
}

.myTeam .imgBox img {
  display: block;
  width: 100%;
  border: 2px solid rgba(40, 52, 70, 0.6);
}

.myTeam .imgBox p {
  color: #fff;
  margin-top: 20px;
  font-size: 24px;

}


.peoTxt {
  width: 470px;
  margin: 0 auto;
  color: #b3b6c7;
  font-size: 18px;
  margin-top: 30px;
}

.peoTxt .items + .items {
  display: none;
}

.myTeam .slide {
  text-align: center;
  margin-top: 20px;
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.myTeam .swiper-button-next {
  right: 100px;
}

.myTeam .swiper-button-prev {
  left:100px;
}

.myTeam .swiper-button-next, .myTeam .swiper-button-prev {
  top: inherit;
  bottom: 18px;
  margin: 0;
  font-size: 20px;
  color: #5f5d6f;
}

.myTeam .swiper-button-next:after, .myTeam .swiper-button-prev:after {
  font-size: 50px;
}

.myTeam .swiper-slide.swiper-slide-active .imgBox {
  transform: scale(1);
}

.myTeam .swiper-slide.swiper-slide-active .imgBox img {
  border: 2px solid #283446;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}
