* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(2) p {
  color: #4386db !important;
}
@media (min-width: 1200px) {
  .content {
    min-width: 1200px;
  }

  .company {
    min-width: 1200px;
    background-color: #f5f6fa;
    margin-top: -5px;
    height: 700px;
  }

  .company .companyList {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    position: relative;
  }

  .company .companyList .companyLeft {
    width: 550px;
    position: relative;
    margin-left: -200px;
    opacity: 0;
    transition: 2s;
  }

  .company .companyList .companyLeft.scroll {
    margin-left: 0;
    opacity: 1;
    transition: 2s;
  }

  .company .companyList .companyLeft .bg {
    width: 300px;
    height: 480px;
    background-color: #e4e5eb;
    position: absolute;
    right: 0;
    top: 100px;
  }

  .company .companyList .companyLeft .companySwiper {
    width: 450px;
    height: 380px;
    position: absolute;
    right: 0;
    top: 150px;
    background-color: rgba(0, 0, 0, 0);
  }
  .company .companyList .companyLeft .companySwiper .str_move {
    display: flex;
    background-color: rgba(0, 0, 0, 0);
  }

  .company .companyList .companyLeft .companySwiper img {
    width: 270px;
    height: 380px;
    display: block;
    object-fit: cover;
    margin: 0 30px;
  }

  .company .companyList .companyLeft .companySwiper .swiper-slide {
    width: 70%;
  }

  .company .companyList .companyRight {
    margin-left: 50px;
    width: 600px;
    position: absolute;
    top: 100px;
    right: 0;
    height: 480px;
  }

  .company .companyList .companyRight p:nth-child(1) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3e3a39;
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 1;
    transition: 1s;
  }

  .company .companyList .companyRight p:nth-child(2) {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 100;
    color: #595757;
    position: absolute;
    top: 95px;
    opacity: 1;
    transition: 1s;
  }

  .company .companyList .companyRight .line {
    width: 70px;
    height: 2px;
    background: #595757;
    opacity: 0.6;
    position: absolute;
    top: 120px;
    left: 0;
    opacity: 0;
  }

  .company .companyList .companyRight .line.scroll {
    top: 150px;
    transition: 1s;
    opacity: 1;
  }

  .company .companyList .companyRight p:nth-child(4) {
    text-align: justify;
    height: 250px;
    position: absolute;
    left: 0;
    overflow: hidden;
    color: #595757;
    text-align: justify;
    line-height: 20px;
    top: 200px;
    opacity: 1;
  }

  .Philosophy {
    min-width: 1200px;
    height: 800px;
    background-color: #f5f6fa;
  }

  .Philosophy > img {
    width: 100%;
    height: 500px;
  }

  .Philosophy .PhilosophyTitle {
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: -450px;
    overflow: hidden;
  }

  .Philosophy .PhilosophyTitle p {
    text-align: center;
  }

  .Philosophy .PhilosophyTitle p:nth-child(1) {
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #3383e6;
    opacity: 1;
    margin-top: 0px;
    transition: 1s;
  }

  .Philosophy .PhilosophyTitle p:nth-child(2) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    margin-top: -30px;
    margin-bottom: 30px;
    opacity:1;
  }

  .Philosophy .PhilosophyTitle p:nth-child(3) {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    height: 50px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
 opacity: 1;
    margin-top: 0px;
    transition: 1s;
    transition-delay: 0.75s;
  }



  .Philosophy .PhilosophyList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .Philosophy .PhilosophyList .item {
    width: 280px;
    height: 410px;
    position: relative;
    overflow: hidden;
    transition: 1s;
    cursor: pointer;
    margin-left: -800px;
    opacity: 0;
  }

  .Philosophy .PhilosophyList .item.scroll {
    opacity: 1;
    margin-left: 0px;
    transition: 1s;
    transition-delay: 1s;
  }

  .Philosophy .PhilosophyList .item .img {
    width: 280px;
    height: 410px;
  }

  .Philosophy .PhilosophyList .item .img img {
    width: 280px;
    height: 410px;
  }

  .Philosophy .PhilosophyList .item.active .img:after {
    content: "";
    width: 280px;
    height: 410px;
    position: absolute;
    left: 0;
    top: 0;
    /* filter: blur(6px); */
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../img/guanyutongjie/image06.png);
    /* background-image: url(../img/guanyutongjie/image06.png); */
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    transition: 1s;
  }

  .Philosophy .PhilosophyList .item .itemText {
    position: absolute;
    left: 0;
    top: 300px;
    width: 280px;
    height: 410px;
    z-index: 5;
    overflow: hidden;
    transition: 1s;
  }

  .Philosophy .PhilosophyList .item.active .itemText {
    top: 0;
    transition: 1s;
  }

  .Philosophy .PhilosophyList .item .itemText p:nth-child(1) {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
  }

  .Philosophy .PhilosophyList .item .itemText p:nth-child(2) {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #e5e8f8;
    margin-bottom: 45px;
  }

  .Philosophy .PhilosophyList .item .itemText p:nth-child(3) {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    font-family: Source Han Sans CN;
    color: #e5e8f8;
    line-height: 20px;
    height: 260px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    overflow: hidden;
    text-align: justify;
  }

  .course {
    min-width: 1200px;
    height: 500px;
    display: flex;
  }

  .course .courseLeft {
    width: 20%;
    margin-top: 50px;
    padding-right: 5%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
  }
  /* .course .courseLeft::-webkit-scrollbar{
display: none;
} */
  .course .courseLeft::-webkit-scrollbar {
    width: 3px;
    height: 1px;
  }

  .course .courseLeft::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9e9e9e;
    box-shadow: inset 0 0 5px rgba(0, 122, 204);
  }

  .course .courseLeft::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;

    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .course .courseLeft .item {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: -100px;
    opacity: 0;
    transition: 2s;
  }

  .course .courseLeft.scroll .item {
    margin-left: 0px;
    opacity: 1;
    transition: 2s;
  }

  .course .courseLeft .item .img {
    margin-right: 15px;
    width: 30px;
    height: 30px;
  }

  .course .courseLeft .item.active {
    margin-left: 28px;
  }

  .course .courseLeft .item.active .img {
    margin: 25px;
  }

  .course .courseLeft .item .img img {
    display: block;
    margin: 0 auto;
  }

  .course .courseLeft .item .img img:nth-child(1) {
    display: block;
    margin-top: 10px;
  }

  .course .courseLeft .item p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }

  .course .courseLeft .item.active p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3d5a80;
  }

  .course .courseRight {
    width: 75%;
    height: 500px;
  }

  .course .courseRight > img {
    width: 100%;
    height: 500px;
  }

  .course .courseRight .rightItem {
    width: 900px;
    margin-top: -450px;
    margin-left: 5%;
  }

  .course .courseRight .rightItem .item {
    width: 100%;
    height: 400px;
    opacity: 0;
    transition: 3s;
  }

  .course .courseRight.scroll .rightItem .item {
    opacity: 1;
    transition: 3s;
  }

  .course .courseRight .rightItem .item .ItemHead {
    width: 100%;
    height: 45px;
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
  }

  .course .courseRight .rightItem .item .ItemHead .text {
    display: flex;
    justify-content: space-between;
  }

  .course .courseRight .rightItem .item .ItemHead .text p:nth-child(1) {
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3d5a80;
  }

  .course .courseRight .rightItem .item .ItemHead .text p:nth-child(2) {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3d5a80;
    opacity: 0.5;
    margin-top: -15px;
  }

  .course .courseRight .rightItem .item .ItemHead .line {
    width: 65px;
    height: 2px;
    background: linear-gradient(90deg, #003c88, #333333);
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
  }

  .course .courseRight .rightItem .item .itemContent {
    display: flex;
    height: 300px;
  }

  .course .courseRight .rightItem .item .itemContent .contentLeft {
    width: 364px;
    height: 300px;
    border-right: 1px solid #cccccc;
    padding-right: 30px;
  }

  .course .courseRight .rightItem .item .itemContent .contentLeft img {
    width: 364px;
    height: 252px;
  }

  .course .courseRight .rightItem .item .itemContent .contentRight {
    margin-left: 30px;
    width: 500px;
    height: 250px;
    border-bottom: 1px solid #999999;
    margin-bottom: 50px;
    overflow: auto;
  }
  .course
    .courseRight
    .rightItem
    .item
    .itemContent
    .contentRight::-webkit-scrollbar {
    display: none;
  }

  .course .courseRight .rightItem .item .itemContent .contentRight .itemText {
    width: 100%;
    margin-bottom: 30px;
    /*height: 100px;*/
  }

  .course
    .courseRight
    .rightItem
    .item
    .itemContent
    .contentRight
    .itemText
    p:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
  }

  .course
    .courseRight
    .rightItem
    .item
    .itemContent
    .contentRight
    .itemText
    p:nth-child(2) {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
  }

  .culture {
    min-width: 1200px;
    height: 500px;
  }

  .culture > img {
    width: 100%;
    height: 500px;
  }

  .culture .cultureList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: -450px;
  }

  .culture .cultureList .item {
    width: 299px;
    margin-right: 0;
    /* margin-left: -1px; */
  }

  .culture .cultureList .item:nth-child(1) p:nth-child(1) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    margin-top: -10px;
    opacity: 0;
    transition: 1s;
  }

  .culture .cultureList .item:nth-child(1) p:nth-child(1).scroll {
    margin-top: 10px;
    opacity: 1;
    transition: 1s;
  }

  .culture .cultureList .item:nth-child(1) p:nth-child(2) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    margin-top: -20px;
    opacity: 0;
    transition: 1s;
  }

  .culture .cultureList .item:nth-child(1) p:nth-child(2).scroll {
    margin-top: 0px;
    opacity: 1;
    transition: 1s;
  }

  .culture .cultureList .item > img {
    width: 300px;
    height: 200px;
  }

  .culture .cultureList .item .itemList {
    margin-top: -250px;
    height: 215px;
    opacity: 0;
    transition: 1s;
  }

  .culture .cultureList .item .itemList.scroll {
    height: 165px;
    margin-top: -196px;
    opacity: 1;
    transition: 1s;
  }

  .culture .cultureList .item .itemList img {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 5px;
  }

  .culture .cultureList .item .itemList p:nth-child(2) {
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .culture .cultureList .item .itemList p:nth-child(3) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    display: block;
    width: 80%;
    text-align: justify;
    margin: 0 auto;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .culture .cultureList .item:nth-child(6) .itemList p:nth-child(3) {
    text-align: center !important;
  }
  .culture .cultureList .item:nth-child(8) .itemList p:nth-child(3) {
    text-align: center !important;
  }

  .honor {
    min-width: 1200px;
    background-color: #f5f6fa;
    direction: ltr;
    padding-bottom: 100px;
  }

  .honor .honorTitle {
    min-width: 1200px;
    height: 100px;
    padding-top: 50px;
  }

  .honor .honorTitle p:nth-child(1) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3e3a39;
    text-align: center;
  }

  .honor .honorTitle p:nth-child(2) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #3e3a39;
    text-align: center;
  }

  .honor .honorList {
    width: 1200px;
    margin: 0 auto;
    height: 600px;
    overflow: auto;
    direction: rtl;
  }

  .honor .honorList .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .honor .honorList .item .ItemHead {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
    margin-left: 300px;
  }

  .honor .honorList .item .ItemHead img {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 20px;
  }

  .honor .honorList .item .ItemHead p {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3e3a39;
    font-weight: bold;
    margin-top: -5px;
  }

  .honor .honorList .item > p {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    margin-left: 340px;
    line-height: 22px;
    text-align: left;
    direction: ltr;
  }

  .honor .honorList::-webkit-scrollbar {
    width: 3px;
    height: 1px;
  }

  .honor .honorList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9e9e9e;
    box-shadow: inset 0 0 5px rgba(0, 122, 204);
  }

  .honor .honorList::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;

    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .testimonials {
    min-width: 1200px;
    background-color: #e4e5eb;
  }
  .testimonials .testimonialsList {
    width: 1100px;
    margin: 0 auto;
    height: 400px;
    padding-top: 80px;
    position: relative;
  }
  .testimonials .testimonialsList .swiper-slide {
    width: 1100px;
    height: 400px;
    display: flex;
  }
  .testimonials .testimonialsList .swiper-slide img {
    width: 100%;
    height: 300px;
  }
  /* .testimonials .testimonialsList .swiper-slide .item:nth-child(1){
	display: flex;
	flex-wrap: wrap;
	width: 370px;
	height: 320px;
}
.testimonials .testimonialsList .swiper-slide .item:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	width: 250px;
	height: 320px;
}
.testimonials .testimonialsList .swiper-slide .item:nth-child(3){
	display: flex;
	flex-wrap: wrap;
	width: 480px;
	height: 320px;
}
.testimonials .testimonialsList .swiper-slide .item:nth-child(1) img{
	width: 120px;
	height: 160px;
}
.testimonials .testimonialsList .swiper-slide .item:nth-child(2) img{
	width: 120px;
	height: 80px;
}
.testimonials .testimonialsList .swiper-slide .item:nth-child(3) img{
	width: 120px;
	height: 160px;
} */
  .testimonials .testimonialsList .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 50px;
  }
  .testimonials .testimonialsList .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .partner {
    min-width: 1200px;
    height: 500px;
  }

  .partner > img {
    width: 100%;
    height: 500px;
  }

  .partner .partnerList {
    margin: 0 auto;
    margin-top: -430px;
    width: 1200px;
    position: relative;
    height: 360px;
  }

  .partner .partnerList .item {
    height: 168px;
    width: 196px;
    cursor: pointer;
    /* background-color: pink; */
  }
  .partner .partnerList .item .up {
    position: relative;
    width: 98px;
    height: 168px;
    margin-left: 12px;
    /* margin: 80px auto; */
    /* border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD; */
  }
  .partner .partnerList .item .up .one {
    width: 98px;
    height: 168px;
    margin: 0 auto;
    margin-left: 38px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    opacity: 0.3;
  }
  .partner .partnerList .item .up .two {
    position: absolute;
    width: 98px;
    height: 168px;
    left: 38px;
    top: 0;
    transform: translate(-50%, -50%);
    transform: rotate(60deg);
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    opacity: 0.3;
  }
  .partner .partnerList .item .up .three {
    position: absolute;
    width: 98px;
    height: 168px;
    left: 38px;
    top: 0;
    transform: translate(-50%, -50%);
    transform: rotate(300deg);
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    opacity: 0.3;
  }
  .partner .partnerList .item .up img {
    position: absolute;
    width: 110px;
    /*height: 33px;*/
    top: 35px;
    left: 30px;
  }
  .partner .partnerList .item .down {
    position: relative;
    width: 200px;
    height: 175px;
  }
  .partner .partnerList .item .down img:nth-child(1) {
    width: 100%;
    height: 100%;
    position: absolute;
    /* left: -37px; */
  }
  .partner .partnerList .item .down img:nth-child(2) {
    position: absolute;
    width: 110px;
    /*height: 33px;*/
    top: 35px;
    left: 42px;
  }
  .partner .partnerList .item:nth-child(1) {
    position: absolute;
    top: 20%;
    left: 0;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(2) {
    position: absolute;
    top: -5%;
    left: 13.5%;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(3) {
    position: absolute;
    bottom: 7%;
    left: 13.5%;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(4) {
    position: absolute;
    top: 20%;
    left: 27%;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(5) {
    position: absolute;
    top: -5%;
    left: 40.5%;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(6) {
    position: absolute;
    bottom: 7%;
    left: 40.5%;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(7) {
    position: absolute;
    top: 20%;
    left: 54%;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(8) {
    position: absolute;
    top: -5%;
    left: 67.5%;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(9) {
    position: absolute;
    bottom: 7%;
    left: 67.5%;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(10) {
    position: absolute;
    top: 20%;
    left: 81%;
    opacity: 0;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(1).scroll {
    position: absolute;
    top: 25%;
    left: 0;
    opacity: 1;
    transition: 1s;
  }
  .partner .partnerList .item:nth-child(2).scroll {
    position: absolute;
    top: 0%;
    left: 13.5%;
    opacity: 1;
    transition: 1s;
    transition-delay: 0.25s;
  }
  .partner .partnerList .item:nth-child(3).scroll {
    position: absolute;
    bottom: 2%;
    left: 13.5%;
    opacity: 1;
    transition: 1s;
    transition-delay: 0.5s;
  }
  .partner .partnerList .item:nth-child(4).scroll {
    position: absolute;
    top: 25%;
    left: 27%;
    opacity: 1;
    transition: 1s;
    transition-delay: 0.75s;
  }
  .partner .partnerList .item:nth-child(5).scroll {
    position: absolute;
    top: 0%;
    left: 40.5%;
    opacity: 1;
    transition: 1s;
    transition-delay: 1s;
  }
  .partner .partnerList .item:nth-child(6).scroll {
    position: absolute;
    bottom: 2%;
    left: 40.5%;
    opacity: 1;
    transition: 1s;
    transition-delay: 1.25s;
  }
  .partner .partnerList .item:nth-child(7).scroll {
    position: absolute;
    top: 25%;
    left: 54%;
    opacity: 1;
    transition: 1s;
    transition-delay: 1.5s;
  }
  .partner .partnerList .item:nth-child(8).scroll {
    position: absolute;
    top: 0%;
    left: 67.5%;
    opacity: 1;
    transition: 1s;
    transition-delay: 1.75s;
  }
  .partner .partnerList .item:nth-child(9).scroll {
    position: absolute;
    bottom: 2%;
    left: 67.5%;
    opacity: 1;
    transition: 1s;
    transition-delay: 2s;
  }
  .partner .partnerList .item:nth-child(10).scroll {
    position: absolute;
    top: 25%;
    left: 81%;
    opacity: 1;
    transition: 1s;
    transition-delay: 2.25s;
  }
}
@media (max-width: 1199px) {
  .company {
    background-color: #f5f6fa;
    margin-top: -5px;
  }
  .company .companyList {
    margin: 0 auto;
    display: flex;
	padding:15px;
    overflow: hidden;
    position: relative;
  }
  .company .companyList .companyLeft {
    position: relative;
	opacity: 1;
    transition: 2s;
  }
  .company .companyList .companyLeft .bg{
    background-color: #e4e5eb;
  }

  .company .companyList .companyLeft .companySwiper {
    background-color: rgba(0, 0, 0, 0);
  }
  .company .companyList .companyLeft .companySwiper .str_move {
    display: flex;
    background-color: rgba(0, 0, 0, 0);
  }

  .company .companyList .companyLeft .companySwiper img {
    display: block;
    object-fit: cover;
    margin: 0 30px;
  }
  .company .companyList .companyRight{
	padding:15px 0;
  }
  .company .companyList .companyRight p:nth-child(1) {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3e3a39;
    left: 0;
    opacity: 1;
    transition: 1s;
  }
  .company .companyList .companyRight p:nth-child(2) {
    font-size:14px;
    font-family: Source Han Sans CN;
    font-weight: 100;
    color: #595757;
    transition: 1s;
	margin-bottom:15px;
  }
   .company .companyList .companyRight p:nth-child(4) {
    text-align: justify;
    left: 0;
    overflow: hidden;
    color: #595757;
    text-align: justify;
    line-height: 20px;
  }
  .company .companyList .companyRight .line {
    width: 70px;
    height: 2px;
    background: #595757;
    opacity: 0.6;
    left: 0;
    opacity:1;
	margin-bottom:15px;
  }




  .Philosophy {
    background-color: #f5f6fa;
	background:url(/Public/image/www/guanyutongjie/image05.png) no-repeat;
	background-size:cover;
  }

  .Philosophy > img {
    width: 100%;
	display:none;
  }

  .Philosophy .PhilosophyTitle {
    margin: 0 auto;
    overflow: hidden;
	padding:30px 15px;
  }

  .Philosophy .PhilosophyTitle p {
    text-align: center;
  }

  .Philosophy .PhilosophyTitle p:nth-child(1) {
    font-size:24px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #3383e6;
    margin-top: -20px;
    opacity: 1;
    transition: 1s;
  }

  .Philosophy .PhilosophyTitle p:nth-child(2) {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 30px;
    transition: 1s;
    margin-top: -15px;
  }

  .Philosophy .PhilosophyTitle p:nth-child(3) {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    height: 50px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: 1s;
    margin-top: 0px;
    transition: 1s;
    transition-delay: 0.75s;
  }

  .Philosophy .PhilosophyList {
    margin: 0 auto;
    width:100%;

  }

  .Philosophy .PhilosophyList .item {
    position: relative;
    overflow: hidden;
    transition: 1s;
    float:left;
    width:50%;
    cursor: pointer;
    opacity: 1;
  }

  .Philosophy .PhilosophyList .item.scroll {
    opacity: 1;
    margin-left: 0px;
    transition: 1s;
    transition-delay: 1s;
  }

  .Philosophy .PhilosophyList .item .img img{width:100%;height:100%}


  .Philosophy .PhilosophyList .item.active .img:after {
    content: "";
    width: 100%;
    height: 410px;
    position: absolute;
    left: 0;
    top: 0;
    /* filter: blur(6px); */
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../img/guanyutongjie/image06.png);
    /* background-image: url(../img/guanyutongjie/image06.png); */
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    transition: 1s;
  }

  .Philosophy .PhilosophyList .item .itemText {
    position: absolute;
    left: 0;
    top: 50%;
    transform:translateY(-50%);
    width: 100%;
    height: 410px;
    z-index: 5;
    overflow: hidden;
    transition: 1s;
  }



  .Philosophy .PhilosophyList .item .itemText p:nth-child(1) {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
  }

  .Philosophy .PhilosophyList .item .itemText p:nth-child(2) {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #e5e8f8;
    margin-bottom: 45px;
  }

  .Philosophy .PhilosophyList .item .itemText p:nth-child(3) {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-family: Source Han Sans CN;
    color: #e5e8f8;
    line-height: 20px;
    height: 260px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    overflow: hidden;
    text-align: justify;
  }

  .course {
    display: flex;
  }

  .course .courseLeft {
    width:65px;
	flex-shrink:0;
    margin-top: 20px;
	max-height: 300px;
    padding-right:2%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
  }
  /* .course .courseLeft::-webkit-scrollbar{
	display: none;
	} */
  .course .courseLeft::-webkit-scrollbar {
    width: 3px;
    height: 1px;
  }

  .course .courseLeft::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9e9e9e;
    box-shadow: inset 0 0 5px rgba(0, 122, 204);
  }

  .course .courseLeft::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;

    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .course .courseLeft .item {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: -100px;
    opacity: 0;
    transition: 2s;
  }

  .course .courseLeft.scroll .item {
    margin-left: 0px;
    opacity: 1;
    transition: 2s;
  }

  .course .courseLeft .item .img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
	display:none;
  }

  

  .course .courseLeft .item.active .img {
    margin: 25px;
  }

  .course .courseLeft .item .img img {
    display: block;
    margin: 0 auto;
  }

  .course .courseLeft .item .img img:nth-child(1) {
    display: block;
    margin-top: 10px;
  }

  .course .courseLeft .item p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }

  .course .courseLeft .item.active p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3d5a80;
  }

  .course .courseRight {
   margin-left:5px;
   padding-top:15px;
   padding-left:10px;
   background:url(/Public/image/www/guanyutongjie/image.png) no-repeat;
   background-size:cover;
  }

  .course .courseRight > img {
    width: 100%;
	display:none;
  }

  .course .courseRight .rightItem {
    margin-left:2%;
  }

  .course .courseRight .rightItem .item {
    width: 100%;
    opacity: 0;
    transition: 3s;
  }

  .course .courseRight.scroll .rightItem .item {
    opacity: 1;
    transition: 3s;
  }

  .course .courseRight .rightItem .item .ItemHead {
    width: 100%;
    height: 45px;
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
  }

  .course .courseRight .rightItem .item .ItemHead .text {
    display: flex;
    justify-content: space-between;
  }

  .course .courseRight .rightItem .item .ItemHead .text p:nth-child(1) {
    font-size:16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3d5a80;
  }

  .course .courseRight .rightItem .item .ItemHead .text p:nth-child(2) {
    font-size:24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3d5a80;
    opacity: 0.5;
	margin-right:10px;
  }

  .course .courseRight .rightItem .item .ItemHead .line {
    width: 65px;
    height: 2px;
    background: linear-gradient(90deg, #003c88, #333333);
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
  }

  .course .courseRight .rightItem .item .itemContent {
    display: flex;
    flex-wrap: wrap;
  }

  .course .courseRight .rightItem .item .itemContent .contentLeft {

    border-right: 1px solid #cccccc;
    padding-right: 30px;
  }



  .course .courseRight .rightItem .item .itemContent .contentRight {
   
    border-bottom: 1px solid #999999;
    margin-bottom: 50px;
    overflow: auto;
  }
  .course
    .courseRight
    .rightItem
    .item
    .itemContent
    .contentRight::-webkit-scrollbar {
    display: none;
  }

  .course .courseRight .rightItem .item .itemContent .contentRight .itemText {
    width: 100%;
    margin-bottom: 30px;
    /*height: 100px;*/
  }

  .course
    .courseRight
    .rightItem
    .item
    .itemContent
    .contentRight
    .itemText
    p:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
  }

  .course
    .courseRight
    .rightItem
    .item
    .itemContent
    .contentRight
    .itemText
    p:nth-child(2) {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
  }

  .culture {
   background:url(/Public/image/www/guanyutongjie/image12.png) no-repeat;
   background-size:cover;
  }

  .culture > img {
    width: 100%;
	display:none;
  }

  .culture .cultureList {
    margin: 0 auto;
    display: flex;
	padding:15px;
    flex-wrap: wrap;
  }

  .culture .cultureList .item {
    margin-right: 0;
    /* margin-left: -1px; */
  }

  .culture .cultureList .item:nth-child(1) p:nth-child(1) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    margin-top: -10px;
    opacity: 0;
    transition: 1s;
  }

  .culture .cultureList .item:nth-child(1) p:nth-child(1).scroll {
    margin-top: 10px;
    opacity: 1;
    transition: 1s;
  }

  .culture .cultureList .item:nth-child(1) p:nth-child(2) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    margin-top: -20px;
    opacity: 0;
    transition: 1s;
  }

  .culture .cultureList .item:nth-child(1) p:nth-child(2).scroll {
    margin-top: 0px;
    opacity: 1;
    transition: 1s;
  }

  .culture .cultureList .item{
	margin-bottom:20px;
	background:rgba(0,0,0,.1);
	border-radius:10px;
	width:100%;
	padding:30px;
	border:1px solid rgba(255,255,255,.1)
  }
  .culture .cultureList .item:nth-child(1){
	border:0;
	padding:20px 0;
	background:none;
  }
  .culture .cultureList .item>img{
	display:none;
  }
  .culture .cultureList .item .itemList {
 
    transition: 1s;
  }

  .culture .cultureList .item .itemList.scroll {
  
    opacity: 1;
    transition: 1s;
  }

  .culture .cultureList .item .itemList img {
   display:none;
  }

  .culture .cultureList .item .itemList p:nth-child(2) {
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .culture .cultureList .item .itemList p:nth-child(3) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    display: block;
    width: 95%;
    text-align: center;
    margin:0 auto;
  }
  .culture .cultureList .item:nth-child(6) .itemList p:nth-child(3) {
    text-align: center !important;
  }
  .culture .cultureList .item:nth-child(8) .itemList p:nth-child(3) {
    text-align: center !important;
  }

  .honor {
    background-color: #f5f6fa;
    direction: ltr;
    padding-bottom:30px;
  }

  .honor .honorTitle {
    padding-top: 20px;
	margin-bottom:15px;
  }

  .honor .honorTitle p:nth-child(1) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3e3a39;
    text-align: center;
  }

  .honor .honorTitle p:nth-child(2) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #3e3a39;
    text-align: center;
  }

  .honor .honorList {
    margin: 0 auto;
    overflow: auto;
	padding:15px;
    direction: rtl;
  }

  .honor .honorList .item {
    width: 100%;
    margin-bottom:25px;
  }

  .honor .honorList .item .ItemHead {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
  }

  .honor .honorList .item .ItemHead img {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 20px;
  }

  .honor .honorList .item .ItemHead p {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3e3a39;
    font-weight: bold;
    margin-top: -5px;
  }

  .honor .honorList .item > p {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    text-align: left;
    direction: ltr;
  }

  .honor .honorList::-webkit-scrollbar {
    width: 3px;
    height: 1px;
  }

  .honor .honorList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9e9e9e;
    box-shadow: inset 0 0 5px rgba(0, 122, 204);
  }

  .honor .honorList::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;

    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .testimonials {
    background-color: #e4e5eb;
  }
  .testimonials .testimonialsList {
    margin: 0 auto;
    padding-top:20px;
    position: relative;
  }
  .testimonials .testimonialsList .swiper-slide {
    display: flex;
  }
  .testimonials .testimonialsList .swiper-slide img {
    width: 100%;
	height:auto;
  }
  /* .testimonials .testimonialsList .swiper-slide .item:nth-child(1){
		display: flex;
		flex-wrap: wrap;
		width: 370px;
		height: 320px;
	}
	.testimonials .testimonialsList .swiper-slide .item:nth-child(2){
		display: flex;
		flex-wrap: wrap;
		width: 250px;
		height: 320px;
	}
	.testimonials .testimonialsList .swiper-slide .item:nth-child(3){
		display: flex;
		flex-wrap: wrap;
		width: 480px;
		height: 320px;
	}
	.testimonials .testimonialsList .swiper-slide .item:nth-child(1) img{
		width: 120px;
		height: 160px;
	}
	.testimonials .testimonialsList .swiper-slide .item:nth-child(2) img{
		width: 120px;
		height: 80px;
	}
	.testimonials .testimonialsList .swiper-slide .item:nth-child(3) img{
		width: 120px;
		height: 160px;
	} */
  .testimonials .testimonialsList .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 50px;
  }
  .testimonials .testimonialsList .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .partner {
    background: url("/Public/image/www/shouye/image07.png") no-repeat top center;
    background-size: cover;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
  }
  .partner > img {
    display: none;
  }
  .partner .partnerList {
    margin: 0 auto;
    position: relative;
  }
  .partner .partnerList .item {
    width: 50%;
    float: left;
    cursor: pointer;
    /* background-color: pink; */
  }
  .partner .partnerList .item .up {
    position: relative;
    display: block;
  }
  .partner .partnerList .item .up .one,
  .partner .partnerList .item .up .two,
  .partner .partnerList .item .up .three {
    display: none;
  }
  .partner .partnerList .item .down,
  .partner .partnerList .item .up {
    border: 1px solid #ddd;
    margin: 10px;
    text-align: center;
  }
  .partner .partnerList .item .down img:nth-child(1) {
    display: none;
  }
}
@media (max-width: 750px) {
  .Philosophy .PhilosophyList .item {
      width:100%;
  }
}