header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

.header-box {
  position: relative;
}

.header-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  padding-top: 50px;
  position: relative;
}

.navBtn {
  width: 28px;
  height: 16px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

.navBtn span {
  display: block;
  height: 2px;
  background: #fff;
  top: 0px;
  position: absolute;
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.navBtn span:nth-child(2) {
  top: 7px;
}

.navBtn span:nth-child(3) {
  top: 14px;
}

.closeNavbtn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

.closeNavbtn span:nth-child(2) {
  display: none;
}

.closeNavbtn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.header-m {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -97.5px;
  height: 48px;
}

.header-m a img {
  max-height: 100%;
  max-width: 195px;
}

.header-r {
  display: flex;
  justify-content: flex-start;
}

.header-r input {
  display: block;
  width: 220px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  padding: 0 15px;
  font-size: 14px;
  color: #e1ded9;
  background-image: url(../images/sousuo.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px 22px;
  padding-left: 40px;
  margin-right: 20px;
}

.header-r input::placeholder {
  color: #e1ded9;
}

.header-r ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-r ul li {
  margin: 0 8px;
  position: relative;
}

.header-r ul li img {
  width: 32px;
  height: 32px;
}

.header-r ul li .code img {
  width: 100%;
  height: 100%;
}

.nav_pc {
  position: absolute;
  top: 0px;
  left: -230px;
  width: 230px;
  height: 100vh;
  background: #0e377c;
}

.nav_pc ul {
  padding-top: 180px;
}

.nav_pc ul li {
  margin-bottom: 30px;
}

.nav_pc ul li h4 {
  margin-bottom: 10px;
}

.nav_pc ul li h4 a {
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 30px;
  color: #fff;
}

.nav_pc ul li.current h4 a,
.nav_pc ul li h4 a:hover {
  color: #ee7a1b;
}

.nav_div {
  padding: 10px 0px;
  background: #0a2757;
  display: none;
}

.nav_div a {
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  text-align: center;
  padding: 5px 0px;
}

.nav_pc ul li .nav_div a:hover,
.nav_pc ul li.current .nav_div a.current {
  color: #ee7a1b;
}

.indexSwiper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.indexSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexSwiper .slide-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.indexSwiper .slide-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-video .slide-index {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(0, 0, 0, .4); */
}

.slide-index h4 {
  font-size: 44px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  letter-spacing: 5px;
}

.play {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  color: #faf6f5;
  font-size: 16px;
  line-height: 30px;
}

.play img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.swiper-indexSwiper {
  width: 10px !important;
  top: 50% !important;
  right: 100px !important;
  left: auto !important;
  bottom: auto !important;
  transform: translateY(-50%);
}

.indexSwiper .swiper-pagination-bullet {
  display: block !important;
  left: 0px !important;
  margin: 15px 0px !important;
  opacity: 1 !important;
  background: #fff !important;
}

.indexSwiper .swiper-pagination-bullet-active {
  background: #ee7a1b !important;
}

.swiper-xia {
  position: absolute;
  bottom: 44px;
  left: 50%;
  width: 40px;
  height: 60px;
  margin-left: -22px;
  z-index: 1000;
}

.swiper-xia a img {
  width: 100%;
  height: auto;
}

.indexSwiper .swiper-slide-active .slide-index {
  opacity: 0;
  transform: translateY(40px);
  animation: popup 2s ease forwards;
}

.str {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0px;
}

.tt {
  display: inline-block;
  font-size: 60px;
  letter-spacing: 5px;
  color: #0e377c;
  background-image: url(../images/index3.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 25px;
  padding: 0px 10px;
}

.tt span {
  font-weight: bold;
}

.str-box {
  padding-left: 70px;
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.str-l {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

.number-box {
  width: 33.33%;
  padding-right: 40px;
  padding-bottom: 70px;
}

.number-img {
  margin-bottom: 20px;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: end;
}

.number-img img {
  max-height: 100%;
}

.number-text {
  color: #183884;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}

.number-text h2 {
  font-size: 30px;
  color: #ee7a1b;
}

.timer {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.str-l P {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bus {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.bus-box {
  width: 25%;
}

.bus .bus-box:nth-child(2n) {
  display: flex;
  flex-wrap: wrap-reverse;
}

.bus-text {
  
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #eeeef7;
  padding: 40px;
  height: 432px;
  width: 100%;
}

.bus-img-box {
  width: 100%;
  overflow: hidden;
}

.bus-img {
  width: 100%;
  height: 432px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease
}

.bus-img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.bus-text h4 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 42px;
  background-image: url(../images/dian.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.bus-icon {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}
.soc-tt {
    width: 50%;
    padding-right: 20px;
}
.soc-tt p {
    font-size: 24px;
    letter-spacing: 5px;
    color: #666666;
    padding-top: 15px;
    font-weight: 500;
}

.jou {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.jou li {
  width: 25%;
}

.jou-v {
  width: 100%;
  height: calc(100vh - 148px);
}

.jou-v video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jou li a {
  display: block;
  padding: 20px;
  width: 100%;
}

.jou li a h4 {
  line-height: 30px;
  font-size: 18px;
  color: #0e377c;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.jou li a p {
  font-size: 16px;
  color: #666666;
}

footer {
  margin-top: 180px;
  background: #eeeef7;
}

.foot {
  position: relative;
  z-index: 9;
}

.foot-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 30px;
}

.mailbox {
  padding-left: 360px;
}

.m-img {
  margin-bottom: 20px;
  max-height: 30px;
}

.m-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.m-form input {
  width: 380px;
  line-height: 48px;
  background: #ffff;
  border: none;
  padding: 0px 15px;
  font-size: 16px;
  color: #666666;
}

.m-form button {
  background: #0e377c;
  color: #fff;
  width: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  border: none;
  padding: 0px;
}

.socialize {
  display: flex;
  justify-content: flex-start;
}

.socialize a {
  margin-left: 20px;
}

.img-down {
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}

.img-down img {
  width: 43px;
  height: 43px;
}

.code {
  display: none;
  position: absolute;
  left: 50%;
  top: 53px;
  margin-left: -77px;
  width: 154px;
  height: 154px;
}

.code img {
  width: 100%;
  height: 100%;
}

.foot-ban {
  padding-top: 56px;
}

.ban-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}

.ban-img img{
  max-height: 40px;
}
.ban-box h4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #666666;
  font-size: 16px;
}

.ban-box h4 a {
  color: #666666;
  font-size: 16px;
  margin: 0 10px;
}

.foot-ban p {
  text-align: right;
  width: 100%;
  padding: 15px 0px;
  color: #999999;
  font-size: 14px;
}

.left-box {
  position: absolute;
  top: -100px;
  left: 0px;
  width: calc(50% - 370px);
  height: calc(100% + 100px);
  background: #0e377c;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  text-align: right;
  color: #fff;
  z-index: 99;
}

.left-text h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.left-text p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.left-text h6 {
  font-size: 18px;
  line-height: 30px;
}

/* 内页 愿景*/
.inside-ban {
  width: 100%;
  height: 412px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inside-text {
  color: #ffff;
  text-align: center;
  padding: 0 30px;
  padding-top: 60px;
  opacity: 0;
  transform: translateY(40px);
  animation: popup 2s ease forwards;
}

.inside-text h4 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}

.inside-text p {
  font-size: 24px;
}

.crumbs {
  background: #f4f4f4;
}

.crumbsBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.crumbsLst ul {
  display: flex;
  justify-content: flex-start;
}

.crumbsLst ul li {
  line-height: 50px;
  margin-right: 30px;
}

.crumbsLst ul li:last-child {
  margin-right: 0px;
}

.crumbsLst ul li a {
  font-size: 14px;
  color: #333333;
}

.crumbsLst ul li.current a,
.crumbsLst ul li a:hover {
  color: #0e377c;
}

.crumbsNav {
  line-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.crumbsNav a {
  margin: 0 10px;
  font-size: 14px;
  color: #666666;
}

.crumbsNav a:last-child {
  margin-right: 0px;
}

.crumbsNav a.current,
.crumbsNav a:hover {
  color: #ee7a1b;
}
.vision {
  padding-top: 50px;
}
.inner-content-pj {
    padding-top: 50px;
}

.inside-tt h4 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
}

.inside-tt .inside-info {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 15px;
}

.visionLst {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}

.visionItem {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    margin-bottom: 24px;
    background: #5673a3;
    padding: 40px;
    text-align: center;
    color: #fff;
}

    .visionItem:nth-child(3n) {
        margin-right: 0px;
    }

.visionImg {
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.visionImg img{
  max-height: 100%;
}
.visionItem h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.visionItem p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  max-height: 60px;
}

.visionBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.visionBox ul {
  display: block;
  width: calc(33.33% + 8px);
}

.visionBox ul li {
  padding: 0 30px;
  background: #eeeef7;
  border-bottom: 1px solid #cfd5e6;
  border-left: 2px solid #eeeef7;
}

.visionBox ul li:last-child {
  border-bottom: 1px solid #eeeef7;
}

.visionBox ul li h4 {
  background-image: url(../images/jia.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right center;
  line-height: 50px;
  padding: 10px 0px;
  padding-right: 30px;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}

.visionBox ul li.open {
  background: #fefaf7;
  border-left: 2px solid #ee7a1b;
}

.visionBox ul li.open h4 {
  background-image: url(../images/jian.png);
  background-size: 23px 2px;
  color: #ee7a1b;
}

.visionBox ul li .visionText {
  margin-bottom: 20px;
  overflow: auto;
  height: 150px;
  display: none;
}

.visionBox ul li .visionText p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.vis {
  width: calc(66.67% - 8px);
  overflow: hidden;
}

.visImg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease
}

.visImg:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.right {
  position: fixed;
  right: 0;
  bottom: 180px;
  z-index: 999;
}

.right-item {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.consult {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background: #ee7a1b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  line-height: 54px;
}

.consult p {
  font-size: 16px;
  color: #fff;
  margin-right: 30px;
}

.backToTop {
  background: #0e377c;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

/* 发展历史 */
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 35px;
}

.container .button {
  position: absolute;
  cursor: pointer;
  top: 102px;
  width: 35px;
  height: 35px;
  border: 1px solid #355791;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -17px;
}

.container .button:hover {
  background: #0e377c;
}

.container .button:hover i {
  color: #fff;
}

.container .button i {
  font-size: 20px;
  color: #355791;
}

.prev {
  left: 0px;
}

.next {
  right: 0px;
}
.next i{
  transform: rotate(-180deg);
}
.slide_wrap {
  overflow: hidden;
  position: relative;
}

.slide_wrap ul {
  position: relative;
  left: 0px;
}

.slide_wrap::after {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #45649a;
  content: '';
  position: absolute;
  top: 52px;
  left: 0px;
  z-index: -1;
}

.slide_items li {
  float: left;
  font-size: 20px;
  width: 120px;
  text-align: center;
}

.slide_items li a {
  display: block;
}

.slide_items li.on span {
  color: #ee7a1b;
}

.slide_items li span {
  color: #999999;
  font-size: 20px;
  line-height: 23px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slide_items li div {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #a1a1a1;
  border-radius: 13px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 22px;
  background: #fff;
}

.slide_items li.on div {
  border: 2px solid #ef8127;
}

.slide-content {
  margin-top: 100px;
}

.slide-content .slide-box {
  display: none;
}

.slide-content .slide-box.on {
  display: block;
}

.hisContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hisText {
  width: calc(50% - 40px);
  padding-top: 10px;
}

.hisText h4 {
  font-size: 28px;
  color: #ee7a1b;
  line-height: 40px;
}

.hisText h6 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}

.hisText p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.hisImg {
  width: 50%;
}

.slide-content img {
  width: 100%;
  height: auto;
}

.synText {
    padding-top: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 40px;
}


.synLst ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.synLst ul li {
  width: calc(33.33% - 26px);
  margin-right: 39px;
  background: #eeeef7;
  margin-bottom: 40px;
}

.synLst ul li:nth-child(3n) {
  margin-right: 0px;
}

.synLst ul li h4 {
  background: #0e377c;
  padding: 15px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.synLst ul li h4 img {
  width: auto;
  max-height: 67px;
}

.synLst ul li h4 span {
  font-size: 24px;
  color: #fff;
  margin-left: 30px;
}

.synLst-text {
  padding: 0 40px;
  margin-bottom: 30px;
}

.synLst-text:last-child {
  margin-bottom: 50px;
}

.synLst-text b {
  font-size: 18px;
  color: #183884;
  font-weight: bold;
  line-height: 40px;
}

.synLst-text span {
  font-size: 30px;
  color: #ee7a1b;
}

.synLst-text p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.honText {
  padding-top: 40px;
}

.honText p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

.honImg {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.hon {
  padding: 40px 0px;
}

.hon ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hon ul li {
  width: 33.33%;
  text-align: center;
  color: #fff;
}

    .hon ul li p {
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        margin: 6px 0px;
        line-height: 2.2;
    }

.honList {
  padding-top: 60px;
}

.honList ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.honList ul li {
  width: 20%;
}

.honList ul li img {
  max-width: 100%;
  height: auto;
}

.busList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    flex-direction: row;
}
    .busList:nth-child(2n) {
        flex-direction: row-reverse;
    }

.busList-l {
    width: 40%;
    padding: 50px;
    color: #fff;
    background: #ed710d;
    font-size: 16px;
    line-height: 1.8;
}

.busList-text {
  margin-bottom: 30px;
}

.busList-text:last-child {
  margin-bottom: 0px;
}

.busList-l b {
  font-size: 24px;
  line-height: 40px;
}


.busList-r {
  width: 60%;
  overflow: hidden;
}

.busList-img {
  width: 100%;
  height: 455px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease
}

.busList-img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.busA {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

    .busA a {
        width: calc(50% - 100px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

.busA-img {
  width: 207px;
  overflow: hidden;
  height:100%;
}

    .busA-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

.busA-img img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.busA-text {
    width: calc(100% - 227px);
    padding: 20px 0;
}

.busA-text h4 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.busA-text p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.busA-text p span {
  color: #ed710d;
}

.jouList {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jouList-item {
  width: calc(50% - 30px);
}

.rec {
  margin-bottom: 20px;
  display: block;
}

.rec-img {
  width: 100%;
  height: 330px;
  overflow: hidden;
  margin-bottom: 15px;
}

.recImg {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.recImg:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.rec h4 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  padding: 10px 0px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.rec p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.jouList-item ul li {
    padding-bottom: 30px;
    height: 150px;
    display: flex;
    justify-content: flex-start;
}

.jouList-item ul li a {
  display: flex;
  justify-content: space-between;
}

.jouList-img {
  width: 207px;
  overflow: hidden;
}

    .jouList-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

.jouList-img img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.jouList-text {
  width: calc(100% - 227px);
  display: flex;
  flex-wrap: wrap;
}

.jouList-text h4 {
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
}

.jouList-text p {
  width: 100%;
  display: flex;
  align-items: end;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
}
.entire{
  width: 100%;
}
.entire ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
    .entire ul li {
        width: calc(50% - 30px);
        height: 150px;
        display: flex;
        justify-content: flex-start;
    }
.page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.page-list {
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.total-page {
    font-size: 16px;
    line-height: 1;
}
    .total-page span {
        color: #0e377c;
        padding: 0 5px;
    }
.page-list .page-item {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-size: 16px;
    color: #333333;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 5px;
    cursor: pointer;
}
        .page-list .page-item.hidden {
            display: none;
        }
.page-list .page-item:hover,
.page-list .page-item.current {
  background: #0e377c;
  color: #fff;
}

.newsDet {
  display: flex;
  justify-content: space-between;
}

.newsDet-l {
  width: calc(74% - 50px);
}

.newsDet-tt {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.newsDet-tt h4 {
  color: #333333;
  font-size: 30px;
  line-height: 40px;
}

.newsDet-tt h6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
}

.newsDet-tt h6 span {
  display: block;
  margin-right: 30px;
}

.newsDet-l .news-info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 30px;
}

.newsDet-l img {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}

.newsDet-a {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.newsDet-a h5 {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}

.newsDet-a h5 a {
  display: inline-block;
  margin-left: 15px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsDet-a h5 a:hover {
  color: #ee7a1b;
}

.newsDet-r {
  width: 26%;
  background: #eeeef7;
}

.newsDet-r h2 {
  padding: 25px;
  font-size: 30px;
  color: #fff;
  background: #0e377c;
}
    .newsDet-r ul{
        padding-bottom: 30px;
    }
.newsDet-r ul li {
  padding: 0px 30px;
  padding-top: 30px;
}

.newsDet-img {
  max-width: 100%;
  overflow: hidden;
}

.newsDet-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.newsDet-img img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.newsDet-r ul li a h4 {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0px;
  color: #333333;
}

.newsDet-r ul li a p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

.position {
  margin-top: 30px;
}

.position p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.position p span {
  color: #ee7a1b;
}

.gy {
  margin-top: 30px;
}

.jiaru_ul li h4,
.jiaru_title {
  display: flex;
  justify-content: flex-start;
  background: #ffffff;
  line-height: 30px;

}

.jiaru_ul li h4 p,
.jiaru_title p {
  width: 33.33%;
  text-align: center;
  color: #0e377c;
  font-size: 16px;
  padding: 10px 0px;
}
.jiaru_ul li h4 p:nth-of-type(2),
.jiaru_title p:nth-of-type(2) {
  text-align: left;
}
.jiaru_title p {
  font-weight: bold;
  color: #0e377c;
  border: 1px solid #e8e6e4;
}

.jiaru_ul {
  margin: 0px;
}

.jiaru_ul li {
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0px;
  border: none;
  margin-bottom: 1px;
}

.jiaru_ul li h4 {
  background: #eeeef7;
}

.jiaru_ul .selected h4 {
  background: #0e377c;
}

.jiaru_ul li h4 p {
  display: block;
  color: #666666;
}

.jiaru_ul .selected h4 p {
  color: #fff;
}

.jiaru_ul li h4 p:last-child {
  position: relative;
}

.jiaru_ul li h4 p i {
  position: absolute;
  right: 30px;
  color: #003c8a;
  font-size: 20px;
}

.jiaru_ul .selected h4 p i {
  color: #fff;
}

.jiaru_div {
  padding: 25px 0px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}


.jiaru_div h5 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-weight: 600;
}

.jiaru_div div p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.jiaru_div div:last-child {
  margin-bottom: 0px;
}

.jiaru_div {
  display: none;
}

.res-box {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.res-item {
  width: calc(50% - 20px);
  padding: 45px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #eeeef7;
}

.res-img {
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.res-item h4 {
  font-size: 18px;
  color: #0e377c;
  margin-bottom: 15px;
  font-weight: bold;
}

.res-item p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.resList {
  margin-top: 40px;
}

.resList h4 {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 40px;
}

.resList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.resList ul li {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
}

.resList-img {
  width: 211px;
}
    .resList-img img {
        width: auto;
        height: 100%;
        object-fit: cover;
        display: block;
    }
.resList-text {
  width: calc(100% - 241px);
  margin-left: 20px;
  padding: 20px 0;
}

.resList-text h6 {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resList-text p {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.contact {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}

.contact-l {
  width: 50%;
  padding-right: 30px;
}

.contact-l ul li {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0px;
}

.contact-l ul li:last-child {
  border: none;
}

.contact-img {
  width: 60px;
  height: 60px;
  background: #0e377c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.contact-text p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.contact-r {
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .contact-r .contact-r-img {
       display:none;
    }
.cont {
  width: 100%;
  height: 448px;
}

.str-r {
  width: 50%;
  padding-bottom: 50px;
}

.teachersSwiper-text {
  opacity: 1;
  margin-top: 20px;
  border-top: 4px solid #fdb913;
  padding-top: 15px;
}

.teachersSwiper-text h4 {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}

.teachersSwiper-text p {
  font-size: 13px;
  color: #666666;
  line-height: 30px;
}
.carousel-item__group_stage{
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
.carousel-item__group_stage_inner{
  position: relative;
}
.data-item {
  float: left;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  width: 216px;
  height: 473px;
}

.image{
  height: 267px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.data-item.active {
  width: 381px;
}

.data-item.active .image{
  height: 100%
}
.data-item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-item__group__info{
  width: 381px;
  display: inline-block;
}
.carousel-item__group__info_item.active{
  display: block;

}
.carousel-item__group__info_item{
  display: none;
}
.carousel-item__buttons{
  position: absolute;
  right: 96px;
  bottom: 0px;
  left: auto;
  top: auto;
  width: 64px;
  height: 63px;
  background: #0e377c;
  border-radius: 100%;
  color: #fff;
}
.carousel-control-next{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}