/* Pretendard */
@font-face {
	font-family: "Pretendard";
	src: url("/css/font/Pretendard-Light.eot");
	src: url("/css/font/Pretendard-Light.eot") format("embedded-opentype"), 
	url("/css/font/Pretendard-Light.woff2") format("woff2"), 
	url("/css/font/Pretendard-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard";
	src: url("/css/font/Pretendard-Regular.eot");
	src: url("/css/font/Pretendard-Regular.eot") format("embedded-opentype"), 
	url("/css/font/Pretendard-Regular.woff2") format("woff2"), 
	url("/css/font/Pretendard-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard";
	src: url("/css/font/Pretendard-Medium.eot");
	src: url("/css/font/Pretendard-Medium.eot") format("embedded-opentype"), 
	url("/css/font/Pretendard-Medium.woff2") format("woff2"), 
	url("/css/font/Pretendard-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard";
	src: url("/css/font/Pretendard-SemiBold.eot");
	src: url("/css/font/Pretendard-SemiBold.eot?") format("embedded-opentype"), 
	url("/css/font/Pretendard-SemiBold.woff2") format("woff2"), 
	url("/css/font/Pretendard-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
    font-family: "Montserrat-Medium";
    src: url("/css/font/Montserrat-Medium.woff2") format("woff2"),
         url("/css/font/Montserrat-Medium.woff") format("woff"),
         url("/css/font/Montserrat-Medium.ttf") format("truetype"),
         url("/css/font/Montserrat-Medium.eot") format("embedded-opentype"),
         url("/css/font/Montserrat-Medium.svg") format("svg"),
         url("/css/font/Montserrat-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Pretendard","Noto Sans SC",sans-serif;
	background: #fff;
	position: relative;
}
a {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
	outline: none;
	color: #000;
	font-family: "Pretendard","Noto Sans SC",sans-serif;
}
.w90 {
	width: 85%;
	max-width: 1300px;
	margin: 0 auto;
}
.huodong-page .w90 {
	    max-width: 1680px;
}
.huodong-page .huodong-box .w90 {
	width: 100%;
}
.huodong-page .huodong-box2 .w90 {
	width: 85%;max-width: 1300px;
}
.banner-container {
    height: 500px;
    width: 100%;
    position: relative;
}
.banner-container .bg {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}
.banner-container .bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to top right, rgb(0 0 0 / 50%) 0%, transparent 80%);

}
.banner-container .bg1::after {
    background: linear-gradient(to top right, rgb(0 0 0 / 100%) 0%, transparent 80%)
}
.banner-container .txt {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-container .txt h2 {
    font-weight: 500;
}
.banner-container .txt h4 {
    font-size: 24px;
    font-weight: normal;
}
.bread {
    color: #fff;
    position: relative;
    margin-top: -40px;
}
.bookin .bread.part120 {
	padding-top: 120px;
}
.bread a {
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-right: 23px;
}
.bread a::after {
    content: "";
    background: url(/css/images/arrow-right.png) no-repeat center 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: -6px;
}
.bread a:last-child::after {display: none;}

.mrt30 {
    margin-top: 30px;
}
.mrt60 {
    margin-top: 60px;
}

.down-list {
    background: #f7f7f7;
}
.down-list .downul {
    gap: 50px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 60px;
    margin-top: 0px;
}
.down-list .downul li {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #fff;
    position: relative;border: 1px solid #eee;
}
.down-list .downul li:hover {
    background: #1a6bab;
}
.down-list .downul li .pic {
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.down-list ul li .pic::before {
    content: "";
    display: block;
    padding-top: 110%;
}
.down-list ul li .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
     height: 100%;  
	 transform: scale(0.9);
    object-fit: cover;
}
.down-list ul li .disc {
    padding: 0 20px 0px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    position: relative;
    z-index: 2;
}
.down-list ul li .disc p {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
color: #666;
}
.down-list ul li .disc p::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0%;
    margin-top: -4px;
    border-radius: 9999px;
    background-color: #1a6bab;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: .3s;
}
.down-list ul li h3 {
    flex: 1 1 auto;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 70px;
	font-size: 18px;
  -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.down-list ul li .ico {
    position: relative;
    z-index: 2;
}
.down-list ul li .ico svg {
    display: inline-block;

}
.down-list ul li span {
    display: block;
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
	font-size: 13px;
	color: #666;
	letter-spacing: 2px;
}
.down-list ul li span::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(/css/images/arrow-view.png) #1a6bab no-repeat center;
	background-size: 20px;
    left: 0;
    bottom: -1px;
}
.down-list ul li:hover p::before {
    background: #fff;
}
.down-list ul li:hover h3,
.down-list ul li:hover p,
.down-list ul li:hover span {color: #fff;}

.down-list ul li:hover span::after {
    background: url(/css/images/arrow-view2.png) #fff no-repeat center;
}


.pager {
    text-align: center;
    padding: 0px 0 50px;
  }
  .pager li {
    display: inline-block;
  }
  .pager a {
    margin-right: 1px;
    margin-left: 1px;
    min-width: 44px;
    line-height: 44px;
    color: rgb(184 184 184);
	color: #333;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-weight: bold;
    font-size: 15px;
  }
  .pager a:hover {
    color: #266bcb;
    font-weight: bold;
  }
  .pager .prev a, .pager .next a,
  .pager li:first-child a, .pager li:last-child a,
  .pager li:first-child span,  .pager li:last-child span{
    width: 44px;
    height: 44px;
    border-radius: 1em;
    text-indent: -99999px;
  }
  .pager li:first-child a,
  .pager li:first-child span {
    background: url(/css/images/list-nav-prev.png) no-repeat center;
  }
  .pager li:last-child a, .pager li:last-child span{
    background: url(/css/images/list-nav-next.png) no-repeat center;
  }
  
  
  .pager .prev a:before {
    content: "";
    background: url(/css/images/list-nav-prev.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
  }
  .pager .next a:before {
    content: "";
    background: url(/css/images/list-nav-next.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .pager .active a {
    color: #266bcb;
    background: no-repeat url(/css/images/bg_pager.png) center center;
    background-size: contain; 
  }


.class-video-list {
    background: #f7f7f7;
}
.class-video-list.px1 {
	padding: 50px 0 0;
	border-top: 1px solid #ccc;;
}
.class-video-ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}  
.class-video-ul li {
    width: 33.33333%;
    padding: 0 20px;
    margin-bottom: 35px;
}

.class-video-ul li a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.class-video-ul li a:hover {
    -webkit-box-shadow: 0 20px 40px rgb(51 51 51 / 10%);
    box-shadow: 0 20px 40px rgb(51 51 51 / 10%);
}

.course-img {
    overflow: hidden;
    height: 300px;
}
.course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.class-video-ul li:hover .course-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.course-text {
    padding: 25px 25px;
    position: relative;
}
.course-text .course-price {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #266bcb;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 70%;
    margin-top: -40px;
    color: #fff;
}
.course-text .course-price svg {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}
.class-video-ul li .course-text h3 {
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.class-video-ul li .course-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center; /* 垂直居中 */
}
.class-video-ul li .course-footer .times {
    font-size: 15px;
    padding-left: 5px;
    color: #515151;
}
.padt60 {
    padding-top: 60px;
}
.class-video-article {
    background: #f7f7f7;
    padding: 70px 0;
}
.video-content {
    width: 71%;
    background: #fff;
    padding: 30px;
    margin-right: 2%;
    float: left;
    min-height: 847px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.class-video-article .zhengwen {
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    margin-top: 20px;
}
.class-video-article .zhengwen video {
    width: 100%;
}
.class-video-article .zhengwen iframe {
    width: 100% !important;
}

.class-video-article .right-recommend {
    background: #fff;
    width: 27%;
    padding: 30px 10px 30px;
    float: right;
}

.class-video-article .right-recommend h2 {
    padding-left: 20px;
}

.class-video-article .right-recommend li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.class-video-article .right-recommend li:last-child {border-bottom: 0;}


.class-video-article .right-recommend li:hover {
    -webkit-box-shadow: 0 20px 40px rgb(51 51 51 / 10%);
    box-shadow: 0 20px 40px rgb(51 51 51 / 10%);
}
.class-video-article .right-recommend li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.class-video-article .right-recommend li a:hover {
    color: #266bcb;
}
.class-video-article .right-recommend .small-pic {
    width: 40%;
    margin-right: 4%;
}

.class-video-article .right-recommend li img {
    width: 100%;
    border-radius: 10px;
    display: block;
}
.class-video-article .right-recommend .biaoti {
    width: 54%;
    font-size: 17px;
}

.zhengwen .prev-next {
    border-top: 1px solid #b9ccee;
    margin-top: 50px;
    padding-top: 30px;
    position: relative;
}
.zhengwen .prev-next .prev {
    margin-bottom: 13px;
    opacity: .6;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
    
}


.zhengwen .prev-next .next {
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.zhengwen .prev-next .prev:hover,
.zhengwen .prev-next .next:hover {
    padding-left: 5px;
}

.zhengwen .prev-next a {color: #266bcb;}
.zhengwen .prev-next {
    color: #266bcb;
}
.zhengwen .prev-next a:hover {
    color:#266bcb ;
}

.zhengwen .prev-next .return {
    position: absolute;
    right: 5px;
    top: 50%;
}
.zhengwen .prev-next .return a{
    padding-left: 18px;
}
.zhengwen .prev-next .return a svg {
    position: absolute;
    left: 0;
    top: 1px;
}
.zhengwen .prev-next .return a:hover svg path {
    fill:#5d7ccf;
}

.padt30 {
    padding-top: 30px;
}
.bgf7 {
    background: #f7f7f7;
}

.bookshop-list .bookul {
    display: flex;
    margin-bottom: 0px;
    margin-top: 0px;
    flex-wrap: wrap;
    margin-right: -5%;
	margin-bottom: 50px;
}
.bookshop-list .bookul li {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 20%;
    position: relative;
    margin-bottom: 40px;
    margin-right: 5%;
}
.bookshop-list .bookul li .images {
    padding-bottom: 70px;
    text-align: center;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
}
.bookshop-list .bookul li .images .img {
    position: relative;
}
.bookshop-list .bookul li .op {
    opacity: 0;
}
.bookshop-list .bookul li .img .tu {
    display: inline-block;
    max-height:80%;
    max-width: 75%;
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bookshop-list .bookul li .images:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    bottom: 5px;
    left: 0;
    background: url(/css/images/i2.png) no-repeat center;
    background-size: 100%;
}
.bookshop-list .bookul li .span {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    position: relative;
    display: flex;
    /* align-items: center; */
}
.bookshop-list .bookul li .span span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 20px;
}
.bookshop-list .bookul li .price {
    color: #d80000;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
}
.bookshop-list .bookul li .price i {
  font-size: 18px;
  padding-right: 3px;
}
.bookshop-list .bookul li:hover .images .img .tu {
    top: 20px;
}
.bookin .bread {
    color: #333;
    position: relative;
    margin-top: 0;
    background: #f7f7f7;
    padding-top: 30px;
}
.bookin .bread a {
    color: #333;
}
.bookin .bread a::after {
    content: "";
    background: url(/css/images/arrow-right-black.png) no-repeat center 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: -6px;
}
.book-article {
    background: #f7f7f7;
    padding: 30px 0 50px;
}
.content-box {
    background: #fff;
    padding: 50px 40px 60px;
   /*  display: flex;
    flex-wrap: wrap; */
}

.book-article .content-box .left {
    width: 35%;
    margin-right: 4%;
    position: relative;
}
.book-article .content-box .left::after {
    background-color: rgba(0, 0, 0, .02);
	background:none;
    border-radius: 8px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.book-article .content-box .left img {
  width: 60%;
  max-height: 600px;
  display: block;
  padding: 30px 0;
  margin: 0 auto;
}
.book-article .content-box .right {
    width: 61%;
}
.book-article .content-box .right h2 {
  font-size: 32px;
	font-weight: normal;
	font-style: normal;
  position: relative;
}
.book-article .content-box .right h2 span {
  display: block;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
    margin-top: 10px;
}
.book-article .content-box .right .price {
 padding-top: 30px;
  color: #d80000;
  font-weight: bold;
	
}
.book-article .content-box .right .price i{
	font-style: normal;
}
.book-article .content-box .right h2 .price i {
  font-size: 18px;
  padding-right: 3px;
}

.book-article .content-box .right h4 {
    margin-top: 40px;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 38px;
}
.book-article .content-box .right h4 span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.book-article .content-box .right h4 span::before {
    background-color: #366cce;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.book-article .content-box .right h4 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #001df5;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .15;
}

.book-article .content-box .right .brief {
    font-size: 15px;
    line-height: 2;
    color: #666;
    text-align: justify;
}
.book-article .content-box .right .button {
    margin-top: 30px;
}
.book-article .content-box .right .dingou {
    margin-right: 30px;
}

.book-article .content-box .right .dingou:hover svg path,
.book-article .content-box .right .tb:hover svg path {
    fill: #fff;
}


.bttn-default {
    color: #fff;
  }
  .bttn-primary,
  .bttn,
  .bttn-lg,
  .bttn-md,
  .bttn-sm,
  .bttn-xs {
    color: #1d89ff;
  }
  .bttn-warning {
    color: #feab3a;
  }
  .bttn-danger {
    color: #ff5964;
  }
  .bttn-success {
    color: #28b78d;
  }
  .bttn-royal {
    color: #bd2df5;
  }
  .bttn,
  .bttn-lg,
  .bttn-md,
  .bttn-sm,
  .bttn-xs {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
  }
  .bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit;
  }
  .bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
  }
  .bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit;
  }
  .bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit;
  }
  .bttn-unite {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #1d89ff;
    border-radius: 100px;
    background: #fff;
    color: #1d89ff;
    -webkit-transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), border-color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), border-color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  .bttn-unite:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: #d6e3ff;
    content: '';
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transform: translate3d(-110%, -10%, 0) skewX(-20deg);
            transform: translate3d(-110%, -10%, 0) skewX(-20deg);
  }
  .bttn-unite:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(214,227,255,0.7);
    content: '';
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transform: translate3d(110%, -10%, 0) skewX(-20deg);
            transform: translate3d(110%, -10%, 0) skewX(-20deg);
  }
  .bttn-unite:hover,
  .bttn-unite:focus {
    box-shadow: 0 1px 8px rgba(58,51,53,0.3);
    color: #1d89ff;
    -webkit-transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  .bttn-unite:hover:before,
  .bttn-unite:focus:before {
    opacity: 1;
    -webkit-transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transform: translate3d(-50%, -10%, 0) skewX(-20deg);
            transform: translate3d(-50%, -10%, 0) skewX(-20deg);
  }
  .bttn-unite:hover:after,
  .bttn-unite:focus:after {
    opacity: 1;
    -webkit-transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transform: translate3d(50%, -10%, 0) skewX(-20deg);
            transform: translate3d(50%, -10%, 0) skewX(-20deg);
  }
  .bttn-unite.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit;
  }
  .bttn-unite.bttn-xs:hover,
  .bttn-unite.bttn-xs:focus {
    box-shadow: 0 1px 4px rgba(58,51,53,0.3);
  }
  .bttn-unite.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit;
  }
  .bttn-unite.bttn-sm:hover,
  .bttn-unite.bttn-sm:focus {
    box-shadow: 0 1px 6px rgba(58,51,53,0.3);
  }
  .bttn-unite.bttn-md {
    font-size: 16px;
    padding: 5px 25px 8px 50px;
  }
  .bttn-unite.bttn-md svg {
    position: absolute;
    left: 0;
    margin-left: 20px;
  }

  .bttn-unite.bttn-md:hover,
  .bttn-unite.bttn-md:focus {
    box-shadow: 0 1px 8px rgba(58,51,53,0.3);
  }
  .bttn-unite.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit;
  }
  .bttn-unite.bttn-lg:hover,
  .bttn-unite.bttn-lg:focus {
    box-shadow: 0 1px 10px rgba(58,51,53,0.3);
  }
  .bttn-unite.bttn-default {
    border-color: #1d89ff;
    color: #1d89ff;
  }
  .bttn-unite.bttn-default:hover,
  .bttn-unite.bttn-default:focus {
    background: #d6e3ff;
    color: #1d89ff;
  }
  .bttn-unite.bttn-default:before {
    background: #a7c3ff;
  }
  .bttn-unite.bttn-default:after {
    background: #d6e3ff;
  }
  .bttn-unite.bttn-primary {
    border-color: #266bcb;
    color: #266bcb;
  }
  .bttn-unite.bttn-primary:hover,
  .bttn-unite.bttn-primary:focus {
    background: #1d89ff;
    color: #fff;
  }
  .bttn-unite.bttn-primary:before {
    background: #0c529d;
  }
  .bttn-unite.bttn-primary:after {
    background: #266bcb;
  }

  .tb .bttn-unite.bttn-primary {
    border-color: #c91205;
    color: #c91205;
}
.tb .bttn-unite.bttn-primary:hover {color: #fff;}
.tb .bttn-unite.bttn-primary:before {
    background: #990e04;
}
.tb .bttn-unite.bttn-primary:after {
    background: #ba1408;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.huodong-fenlei {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b9ccee;
}
.huodong-page {
    background: #f7f7f7;
}
.huodong-menu {
   margin-bottom: 15px;
   float: left;
   width: calc(100% - 220px);
   width: 100%;
   float: none;
   

}
.huodong-menu .li {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: normal;
}
.huodong-menu2 {
	   border-bottom: 1px solid #aaa;margin-bottom: 10px;
   padding-bottom: 30px;
}
.huodong-menu1 li:nth-child(6) a{
	font-size: 13px;
}
.huodong-menu ul {
    display: flex;
    flex-wrap: wrap;    justify-content: flex-start;
}
.huodong-menu ul::after {
	display: none;
}
.huodong-menu ul li {
    border-radius: 10px;
	margin-bottom: 5px;
    
    margin-right:1%;
    background: #fff;
    text-align: center;
	height: 60px;
    width: auto;
	display: flex;    align-items: center;
	    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
huodong-menu ul{
	
}
.huodong-menu ul li:last-child {
    margin-right: 0;
    width: auto;
}
.huodong-menu ul li a {
    color:#3666af;
	display: block;
	margin: 0 auto;
    font-size: 14px;padding: 0px 15px;
	min-width: 120px;
	line-height: 1.3;
}
.huodong-menu ul li.active,
.huodong-menu ul li:hover
 {
    background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    background: #1a6bab;
}
.huodong-menu ul li.active a,
.huodong-menu ul li:hover a
 {
    color: #fff;
}

.huodong-year {
     width: 200px;
	 float: right;
}
.huodong-year .filter-disabled {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.huodong-year .filter-box {
    position: relative;
}

.huodong-year .filter-box select {
	display: none;
}

.huodong-year .filter-text {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 0px 0 20px;
    background: #1a6bab;
    border: 1px solid #e6e6e6;
    height: 51px;
    border-radius: 50px;
    width: 210px;color: #fff;
}

.huodong-year .filter-text input {
	font-size: 14px;
	color: #fff;
}

.huodong-year .filter-text .filter-title {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    font-family: "Pretendard", "Noto Sans SC", sans-serif;color: #fff;
  
            -webkit-text-fill-color: #fff;/*输入文字、placeholder颜色*/
            caret-color: #fff;/*光标颜色*/
 
}

.huodong-year .filter-list {
	display: none;
	width: 200px;
	max-height: 300px;
	background-color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50px;
	left: 5px;
	z-index: 99;color: #fff;
	border: 1px solid #e6e6e6;
	overflow: auto;
}

.huodong-year .filter-list li.filter-null a {
	color: #d2d2d2;color: #fff;
}

.huodong-year .filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.huodong-year .filter-list li:hover {
	background-color: #f2f2f2;
}

.huodong-year .filter-list li.filter-selected {
	background-color: #3666af;
}

.huodong-year .filter-list li.filter-selected a{
	display: block;
	color: #fff;
}

.huodong-year .filter-list li.filter-disabled {
	background-color: #fff;
}

.huodong-year .filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}

.huodong-year .filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}

.huodong-year .filter-text .icon {
	position: absolute;
}

.huodong-year .icon-filter-arrow {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(/css/images/arrow-down.png);
    background-size: 100%;
    right: 18px;
    top: 18px;
    transition: all .2s;
}

.huodong-year .icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.huodong-year .filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.huodong-year .filter-list::-webkit-scrollbar-track {
	background: #fff 
}

.huodong-year .filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}


.list-news {
    padding-top: 40px;
}
.list-news .list-ul li {
    width: 48%;
    display: inline-block;
    margin-top: 25px;
    margin-right: 2%;
    margin-left: 0px;
    position: relative;
	overflow: hidden;
}
.list-news .list-ul li a{
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
}
.list-news .list-ul li a:before {
 
}
.list-news .list-ul li:nth-child(1),
.list-news .list-ul li:nth-child(4), 
.list-news .list-ul li:nth-child(5),
.list-news .list-ul li:nth-child(8),
.list-news .list-ul li:nth-child(9),
.list-news .list-ul li:nth-child(12) {
	width: 58%;
}
/*
.strategic-02 .list-news .list-ul li:nth-child(1), 
.strategic-02 .list-news .list-ul li:nth-child(5),
.strategic-02 .list-news .list-ul li:nth-child(8),
.strategic-02 .list-news .list-ul li:nth-child(9),
.strategic-02 .list-news .list-ul li:nth-child(12) {
	width: 35%;
}
.strategic-02 .list-news .list-ul li:nth-child(2),
.strategic-02 .list-news .list-ul li:nth-child(6),
.strategic-02 .list-news .list-ul li:nth-child(8), 
.strategic-02 .list-news .list-ul li:nth-child(10),
.strategic-02 .list-news .list-ul li:nth-child(11) {
	width: 23%;
}
.strategic-02 .list-news .list-ul li:nth-child(3),
.strategic-02 .list-news .list-ul li:nth-child(4),
.strategic-02 .list-news .list-ul li:nth-child(7), 
.strategic-02 .list-news .list-ul li:nth-child(10),
.strategic-02 .list-news .list-ul li:nth-child(11) {
	width: 35%;
}
.strategic-02 .list-news .list-ul li:nth-child(2), 
.strategic-02 .list-news .list-ul li:nth-child(4), 
.strategic-02 .list-news .list-ul li:nth-child(6), 
.strategic-02 .list-news .list-ul li:nth-child(8), 
.strategic-02 .list-news .list-ul li:nth-child(10), 
.strategic-02 .list-news .list-ul li:nth-child(12) {
    margin-right: 2%;
}
*/
.strategic-02 .list-news .list-ul {
	padding-bottom: 100px;
}
.strategic-02 .list-news .list-ul li {
	width: 29.5%!important;
	border-bottom: 10px solid #1a6bab;
	margin-right: 3%!important;    margin-top: 35px;
}
.strategic-02 .list-news .list-ul li:nth-child(3n) {
	 margin-right: 0!important;
}

.strategic-02 .list-ul li .news-intro {
	background: #222;
	bottom: 0;	height: 60px;
	height: auto;
	padding: 0 10px 10px;
}
.strategic-02 .news-intro .txt h2 {
	    -webkit-line-clamp: 2;
    align-items: flex-start;
	line-height: 1.5;
font-size: 15px;
text-align: left;
}

.list-news .list-ul li:nth-child(2),
.list-news .list-ul li:nth-child(3),
.list-news .list-ul li:nth-child(6),
.list-news .list-ul li:nth-child(7), 
.list-news .list-ul li:nth-child(10),
.list-news .list-ul li:nth-child(11) {
	width: 39%;
}
.list-news .list-ul li:nth-child(2),
.list-news .list-ul li:nth-child(4),
.list-news .list-ul li:nth-child(6),
.list-news .list-ul li:nth-child(8),
.list-news .list-ul li:nth-child(10),
.list-news .list-ul li:nth-child(12)
 {
    margin-right: 0px;
}
.list-news .list-ul .news-imgbox {
    overflow: hidden;
    position: relative;
    height: 390px;
}
.list-news2 .list-ul .news-imgbox {
	height: 450px;
}
.list-news .list-ul .news-imgbox::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgb(0 0 0 / 90%) 0%, transparent 90%);
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 2;
}

.list-ul .news-imgbox img {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    /* position: absolute; */
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-ul li:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.hy4 .list-ul li .news-intro {
z-index: 9;
}
.list-ul li .news-intro {
    padding: 0px 15px 0px;
    position: absolute;
    bottom: 12px;
    width: 100%;
    webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-ul li:hover .news-intro {bottom: 80px;}
.news-intro .txt h2 {
    height: 60px;
    line-height: 1.7;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 18px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-line-clamp: 2;
    align-items: flex-end;
}
.news-intro .txt .desc {
    margin-top: 15px;
    height: 56px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: none;
}

.list-ul li .news-date {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    top: 15px;
    background: #1a6bab;
    padding: 2px 10px;
    border-radius: 50px;
    z-index: 3;
}

.list-ul li .news-more {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgb(255 255 255 / 22%);
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    padding-top: 10px;
    color: #fff;
}
.list-ul li .news-more .icon-next {
    position: absolute;
    top: 0;
    right: 0px;
    overflow: hidden;
    background: url(/css/images/news-icon02.png) no-repeat center;
    width: 50px;
    height: 40px;
    background-size: 24px;
}
.list-ul li:hover .icon-next {
    -webkit-animation: outRightIn 1s ease;
    animation: outRightIn 1s ease;
}
.list-news-width {
    margin-top: 70px;
    margin-bottom: 70px;
}
.list-news-width .fl-pic {
    float: left;
}

.list-news .list-ul .linnk {
    position: absolute;
    top: 30%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;justify-content: flex-start;
 
    webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
    z-index: 3; 
    top: auto;
	bottom: 10px;
}
.list-news .list-ul .empty-class {
	display: block!important;
}
.list-news .list-ul .empty-class .huigu-xiala{
	 display: none;
}
.list-news .list-ul .huigu-main{
	 display: none;
}
.list-news .list-ul .empty-class .huigu-main{
	 display: block;
}
.list-news .list-ul li:hover .linnk .huigu-main {
    opacity: 1;
	bottom: 6px;
}
.list-news .list-ul li:hover .linnk .huigu-xiala {
    opacity: 1;
	bottom: 6px;
}
.list-news .list-ul .linnk .huigu {
    margin-left: 20px;
}

.list-news .list-ul .linnk .huigu .huigu-main{
    padding: 10px 25px;
    border-radius: 50px;
    color: #2d6cad;
    cursor: pointer;
	width: 200px;
    background: url(/css/images/view.png) no-repeat 22px #fff;
    padding-left: 55px;
    background-size: 29px;
	position: absolute;
	bottom: -100px;
	opacity: 0;
}
.list-news .list-ul .linnk .huigu .huigu-main a {
    color: #2d6cad;
}

.linnk .huigu-xiala {
    position: absolute;
 
    padding-top: 0px;
    bottom:0px;
	position: absolute;
	bottom: -100px;
	opacity: 0;
}
.huigu-xiala a em{
	display: none;
}
 
.list-news .list-ul li .linnk .huigu-xiala a {
    margin-right: 0px;
    padding: 10px 20px;
    border-radius: 50px;
    color: #2d6cad;
    background: #fff;
    margin-bottom: 10px;
	width: 48%;
	display: inline-block;
	margin-right: 2%;
}
.linnk .huigu-xiala {
	width: 400px;    display: flex;
}

.list-news .list-ul .linnk .shipin .shipin-main{
    margin-right: 0px;
    background: #3666af;
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    background: url(/css/images/video.png) no-repeat 22px #3666af;
    background-size: 20px;
    padding-left: 55px;
}
.linnk .shipin:hover  .huigu-xiala {display: block;}
.linnk .shipin-xiala a {
    background: #3666af;
    color: #fff;
}

/*5357cc拉斯维加斯简介*/
.about-banner-container {
    height:90vh;
	height: 780px;
    position: relative;
    z-index: 2;
}
.about-banner-container.contbg {
	height: 780px;
}
.about-banner-container .w90 {
    max-width: 85%;max-width:1680px;
    position: relative;
    height: 100%;
}
.w88 {
    max-width:1680px;
    width: 100%;
    margin: 0 auto;
}
.hezi-01 .w88 {
    width: 85%; 
    margin: 0 auto;
}
.about-banner-container .bg {
    width: 100%;
    height: 100%;
    background-size: contain;
	background-repeat: no-repeat;
	background-color: #0b5093;
    position: relative;
	background-position: right center!important;
    background-size: cover!important;
}
.banner-txt .main-area-box {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); 
	z-index: 99;
}
.banner-txt .main-tit-box .main-tit {
    color: #fff;
    line-height: 1;
    margin-top: 0;
	
}
.banner-txt .main-tit-box .main-tit-en {
    color: #fff;
    font-family: Montserrat-Medium;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 0; 
}
.about-banner-container .bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(50 50 50 / 20%) 0%, transparent 10%);
}
.about-banner-container .bg1::after {
	background: linear-gradient(to top, rgb(50 50 50 / 60%) 0%, transparent 10%);
}
.linian .main-area-box {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.linian .main-tit-box .main-tit {
    font-size: 38px;
    font-weight: normal;
    letter-spacing: -0.5px;
    color: #333;
    margin-bottom: 0px;
    line-height: 1;
	font-style: normal;
}
.linian .main-tit-box .main-tit-en{
	font-weight: 700;
    font-size: 48px;ont-size: 36px;
	    font-size: 32px;
    letter-spacing: -0.25px;
    color: #333;
    margin-bottom: 5px;
    display: block;
}
#rotate-demo1 .demo1 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.25px;
    color: #333;
}
.rotate-arena {
    font-size: 70px;
    line-height: 1;
    color: #1a6bab;
}
.about-1 {
    background: #fff;
    overflow: hidden;
    position: relative;
}
.about-1 .txt {
    font-size: 18px;
    padding-top: 50px;
    color: #4b4b4b;
    line-height: 1.8;
    width: 55%;
    text-align: justify;
	max-width: 700px;
}
.about-1:hover .txt {
 
}
.about-1:hover .linian .main-tit-box .main-tit {
 
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.about-1 .imgbg {
    width: 100%;
    height: 840px;
    position: relative;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.about-1 .imgbg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
     background: rgba(0, 0, 0, .7);  
    z-index: 2;
	opacity: 0;
}
.about-1:hover .imgbg::before {
	/*opacity: 0.8;*/
}
/* .about-1:hover .imgbg::before {background: rgba(0, 0, 0, .5);} */
.about-1 .imgbg img {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.about-1 .whitebg {
    width: 100%;
    position: absolute;
    height: calc(101% + 2px);
    top: -1px;
    left: -1px;
    transition: all 1.56s;
    z-index: 6;
}
.about-1 .whitebg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.about-1 .textnr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 100px;
}
.about-1 .textnr .w90 {
    max-width: 100%; 
}
.about-1:hover .whitebg {
    /*left: -100%;*/
}

.about-2 {
    padding: 80px 0;
    background: #f7f7f7;
}
.text18 {font-size: 18px;line-height: 1.8;text-align: justify;}
.color-4b {color: #4b4b4b;}
.about-2 .w88 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about-2 .left-text {

}
.pt30 {
    padding-top: 30px;
}

.brand_section .tit_area .txt{
    display: grid;
    grid-template-columns: auto 55vw;
    justify-content: space-between;
}
.brand_section .LL {
    padding-right: 5vw;
}
.brand_section .image {
    width: 50%;
    margin-right: 5%;
}
.brand_section .image img {
    border-radius: 30px;
}
.brand_section ul {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}
.brand_section ul li {
    width: 33%;
    background-position: center;
    background-size: cover;
    height: 500px;
    position: relative;
    color: #fff;
    margin-right: 0.5%;
}
.brand_section ul li:last-child {margin-right: 0;}


.history {
    padding: 60px 0px;
    background: url(/css/images/history_bg.png) no-repeat top -448px left;
    background-attachment: fixed;
}
.history .w88 {
    padding: 0 10%;
}


.bg_history {
    height: 404px;
    margin: 0px 0 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(/css/images/bg.jpg);
}
.jfhonor {
    padding: 60px 0px;
    background: #f7f7f7;
}
.jfhonor .swiper {
    width: 100%;
    height: 100%;
}
.jfhonor .swiper-slide {
    text-align: center;
}
.jfhonor .swiper-slide img {
    display: block;
    object-fit: cover;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 100%;
    height: 6px;
    right: 0;
    bottom: 0;
}
.jfhonor .swiper-button-next.swiper-button-disabled, 
.jfhonor .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
	background: #1a6bab;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.jfhonor .swiper-wrapper {padding-bottom: 50px;}
.jfhonor  .swiper-button-next {
    right: 0;
    left: auto;
    color: #3f67b1;
}
.jfhonor .swiper-button-prev {
    left: 0px;
    right: auto;
    color: #3f67b1;
}
.jfhonor .images {
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
}
.jfhonor .images .img {
    position: relative;
}
.jfhonor .images .op {
    opacity: 0;
}
.jfhonor .img .tu {
    display: inline-block;
    max-height: 100%;
    max-width: 95%;
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.jfhonor .images:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    bottom: 5px;
    left: 0;
    background: url(/css/images/i2.png) no-repeat center;
    background-size: 100%;
}
.jfhonor .swiper-button-next,
.jfhonor .swiper-button-prev {
background-color: #fff;
width: 60px;
height: 60px;
top: 40%;

}

.about-ceo {
    padding: 60px 0 0;
    position: relative;
    z-index: 2;
    background: #fff;
}


.about-ceo .flex-wrap {
    margin-top: 40px;
    background: #f7f7f7;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.about-ceo .flex-wrap .photo {
    width: 25%;
	padding: 50px;
}
.about-ceo2 .flex-wrap .photo {
	width: 25%;
    height: 350px;
    padding: 20px 50px 0;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;    transform: translateY(70px);
}
.about-ceo .flex-wrap .photo img {width: 100%;
display: block;
border-radius: 10px;
}
.about-ceo .message {
    padding: 100px 150px 100px 50px;
    font-size: 18px;
    width: 75%;
    background: url(/css/images/earth.png) right bottom no-repeat;
    background-size: 430px;
}
.about-ceo .message h2 {
    border-bottom: 1px solid #aaa;
    padding-bottom: 30px;
	color: #1a6bab;
	font-weight: 600;
	font-style: normal;
}
.about-ceo .message h2 em {
	font-size: 16px;
	color: #333;
}
.about-ceo .message .flex-wrap {
    margin-top: 20px;
}
.about-ceo .message .flex-wrap li {position: relative;padding-left: 18px;}
.about-ceo .message .flex-wrap li::before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #3f67b1;
    content: '';
}
.about-ceo .message .now {
    width: 45%;
    font-size: 16px;
    line-height: 1.8;
}
.about-ceo .message .before {
    font-size: 16px;
    line-height: 1.8;  
}
.about-ceo .message .flex-wrap b {
    display: block;
    padding-bottom: 10px;
}
.about-ceo .message .jj,
.about-ceo2 .flex-wrap2 .jj
 {
    font-size: 18px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #aaa;
    line-height: 1.8;
    position: relative;
}
.about-ceo2 .flex-wrap2 .jj strong{
	font-size: 17px;
	padding-bottom: 5px;
	display: block;
	color: #333;
}
.about-ceo .message .jj svg {
    margin-bottom: 10px;
    margin-right: 10px;
}
.about-ceo .message .jj .svg2 {
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-top: 5px;
    position: absolute;
}
.about-ceo2  {
	padding-top: 0px;
}
.about-ceo2 .message {
	padding: 40px 50px 0px;
	background: none;
}
.about-ceo .flex-wrap2 .flex-wrap {
	background: none;
	border: 1px solid #333;
	padding: 30px 0;
	border-left: 0;
	border-right: 0;
}
.about-ceo2 .message .flex-wrap b {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
}
.about-ceo2 .message h2 {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.about-ceo2 .flex-wrap2 .jj {
	padding: 20px 50px 30px;
	font-size: 16px;
	color: #666;
	border-top: 0;
	margin-top: 0;
}
.about-ceo2 .flex-wrap2 {
	background: #fff;
	    box-shadow: 0 1px 56px rgba(201, 201, 201, .25);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
	padding-bottom: 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
	    margin-top: 20px;
}
.son-menu-in {
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
}
.son-menu-in ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.son-menu-in ul li {
    width: 20%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
}
.son-menu-in ul li a {
    display: table;
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.son-menu-in ul li > a:before {
    position: absolute;
    bottom: 0px;
    left: 60%;
 
    width: 0;
    height: 2px;
    background-color: #1a6bab;
    content: "";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.son-menu-in ul li.active > a:before,
.son-menu-in ul li:hover > a:before {
    width: 100%;
    width: calc(100% + 1px);
    width: calc(55% + 1px);
    margin-left: -27%;
}
.son-menu-in ul li:hover > a, 
.son-menu-in ul li.active > a {
    color: #1a6bab;
}
.son-menu-in ul li > a > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
	text-align: center;
}

.strategic-01 {
    padding: 60px 0px;
}
.strategic-01 .logos {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.strategic-01 .logos li {
    width: 15.5%;
    margin-right: 1%;
}
.strategic-01 .logos li:last-child {
    margin-right: 0;
}
.strategic-01 .logos li img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    padding: 10px 50px;
    background: #f7f7f7;
}
.strategic-02 {
  padding-bottom: 60px;
}
.strategic-02 .list-news {
    border-top: 0px solid #e0e0e0;
    padding-top: 0;
}
.p-tb60 {padding: 60px 0;}
.strategic-02 .list-news .list-ul .news-imgbox {height: 340px;}
.strategic-02 .news-intro .txt h2 {
    height: auto;
    padding-bottom: 5px;font-size: 14px;
}
.strategic-02 .list-ul li:hover .news-intro {
  bottom: 25px;
}
.strategic-02 .list-ul li .news-date {
        background: rgb(255 255 255);
    border-radius: 0;
    left: 0;
    color: #1a6bab;
    top: 0;
	font-size: 16px;
	line-height: 1.4;
	height: 60px;
	display: none;
}
.strategic-02 .list-ul li .news-date b {
	display: block;font-size: 20px;
}
.strategic-02 .list-ul li:hover .news-intro {
  bottom: 0px;
}
.hezi-01 .hezi {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
#company-nav {
    position: sticky;
    top: 18rem;
    left: 0;
}
#company-nav li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
#company-nav li.current::before {
      position: absolute;
      left: 0;
      top: 6px;
      content: "";
      width: 10px;
      height: 10px;
      background-color: #1a6bab;
      border-radius: 50%;
}
#company-nav li.current a {color: #1a6bab;}
.company-box {
    width: calc(100% - 380px);
}
.company-box ul {
    margin-left: 5%;
}
.company-box ul li {
    position: relative;
    display: flex;
    padding-top: 120px;
    flex-wrap: wrap;
}
.company-box ul li#one {
    padding-top: 0;
}
  .company-box ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #001df5;
    opacity: .5;
    z-index: -1;
  }
  .company-box ul li .item-number {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(89.53deg, #314aff 21.19%, #4020e7 93.97%);
    background: linear-gradient(89.53deg, #366cce 21.19%, #7a9edf 93.97%);
	background: #1a6bab;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
  }
  .company-box ul li .item-content {
    width: calc(100% - 80px);
    margin-left: 40px;
  }
  .company-box ul li h3 {
    font-size: 28px;
    color: #333;
  }
  .company-box ul li .item-content p {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    margin-top: 30px;
  }
  .company-box ul li .item-content p a {
    color: #2367b3;
    text-decoration: underline;
  }
  .company-box ul li .company-pic {
    margin-top: 50px;
  }
  .company-box ul li .company-pic img {
  	max-width: 100%;
  	display: block;
  }
  .company-box ul li .company-logo img {
    margin-bottom: 15px;    max-width: 200px;
  }
  
  #portamento_container {
    width: 380px !important;
  }
  #portamento_container #sidebar.fixed {position:fixed;top: 190px !important;}
  .hezi .bgg {
    background: url(/css/images/earth.png) no-repeat;
	background-size: cover;
    position: absolute;
    width: 500px;
    height:500px;
    left: -40%;bottom: -500%;
}

.ningbo .map_list {
    margin-top: 0px;
    margin-bottom: 60px;
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
}
  .ningbo .map_list .li {
    margin: 0 0 100px 0;
  }
  .ningbo .map_list li .map_tit {
    margin: 0 0 50px 0;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
    font-size: 26px;
    color: #266bcb;
    font-weight: normal;
  }
  /*
  
  .ningbo .map_list .li #tabs {
    margin: 0 0 50px 0;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #e0e0e0;
  }
  .ningbo .map_list .li #tabs li {
    display: inline-block;
    width: 15%;
  }
  
  .ningbo .map_list .li .map_tit {
    padding: 30px 0;
    font-size: 26px;
    color: #555;
    font-weight: normal;
    position: relative;
    text-align: center;
  }
  
  
  .ningbo .map_list .li #active .map_tit {
    color: #266bcb;
    position: relative;
    z-index: 2;
  }
  .ningbo .map_list .li #active .map_tit::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #266bcb;
    width: 100%;
    height: 2px;
  }
  .ningbo .map_list .li #tabs li:hover .map_tit {
    color: #266bcb;
  }
  .ningbo .map_list .li #tabs li:hover .map_tit::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #266bcb;
    width: 100%;
    height: 2px;
  }
  */
  
  .info_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .info_box .mapimg {
    width: 59%;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .info_box .mapimg .swiper {
    width: 100%;
    height: 100%;
    overflow: initial;
  }
  .info_box .mapimg .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
  
  }
 .info_box .swiper-pagination .swiper-pagination-bullet {
 	width:30px!important;
 	    border-radius: 20px!important;
 }
  .info_box  .swiper-pagination-bullet-active {
 	background: #1a6bab!important;
 }
  .info_box .swiper-pagination {
    width: 100%;
    bottom: -35px;
}
.info_box .swiper-pagination-bullet{margin: 0 4px;}
  .info_box .mapimg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .info_box .maptxt {
    width: 40%;
  }

  .info_box .maptxt dl {
    margin: 0 0 50px 0;
  }
  .domestic-list .info_box .maptxt dl {margin: 0;}
  
  .info_box .maptxt dt {
    margin: 0 0 20px 0;
    font-weight: 700;
    line-height: 1.2;
    color: #191919;
    font-size: 20px;
    position: relative;
    padding-left: 40px;
  }
  .info_box .maptxt dt i {
    width: 28px;
      height: 28px;
      border-radius: 50%;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  .info_box .maptxt dt i::before {
    background-color: #1a6bab;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .info_box .maptxt dt i::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #001df5;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .15;
  }
  
  
  .info_box .maptxt dd {
    position: relative;
      padding: 0 0 0 14px;
      line-height: 2;
      font-size: 15px;
      word-break: break-word;
      font-size: 16px;
      color: #666;
  }
  .info_box .maptxt dd:before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #ccc;
    content: '';
  }
  .info_box .maptxt dd img {
    width: 150px;
  }
  .info_box .swiper-button-next, 
  .info_box .swiper-button-prev {
    background: url(contact/slider_bt2.svg)no-repeat center rgba(0,0,0,.2);
    border-radius: 100%;
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -21px;
  }
  .info_box .swiper-button-prev .swiper-button-next {
    left: auto;
    right: 20px;
    transform: rotate(180deg);
  }
  .info_box .swiper-button-prev:after, 
  .info_box .swiper-rtl .swiper-button-next:after {
    content: none;
  }
  .info_box .swiper-button-next:after, 
  .info_box .swiper-rtl .swiper-button-prev:after {
    content: none;
  }
  .info_box .swiper-button-next, 
  .info_box .swiper-rtl .swiper-button-prev {
    transform: rotate(180deg);
  }
  .info_box .swiper-horizontal>.swiper-pagination-bullets, 
  .info_box .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .info_box .swiper-pagination-custom, 
  .info_box .swiper-pagination-fraction {bottom: -30px;}
  .info_box .swiper-pagination-bullet-active {width: 30px; border-radius: 5px;}
  
  
  .other-site .info_box .mapimg .swiper-slide {
    height: 270px;
  }
  .btn_map {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 30px 0;
    color: #0C5CAF;
    font-size: 13px;
    margin-left: 10px;
  }
  .btn_map:before {
    margin: 0 8px 0 0;
      background: url(/css/icon_map.png)no-repeat;
      background-size: 26px;
  }
  .btn_map:before, .btn_map:after {
    width: 26px;
    height: 26px;
    content: '';
  }
  .btn_map:after {
    margin: 0 0 0 10px;
    border-radius: 100%;
    background: url(map_arrow.svg)no-repeat center #F9F9F9;
    transform: rotate(180deg);
    transition: .2s ease;
    display: none;
  }
  .other_map {
    padding-bottom: 60px;
  }
  .domestic-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
  }
  .domestic-list .other-site {
    width: calc(33.33% - 25px); 
    margin: 0 12.5px 29px;
    box-sizing: border-box;
    background: #f7f7f7;
    background-size: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
  }
  .domestic-list .other-site:hover {
    box-shadow: 2px 1px 10px #ccc;
  }
  
  .domestic-list .other-site .padd {
    padding: 35px 20px;
  }
  .domestic-list .other-site .padd .map_tit {
    color: #1a6bab;
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    line-height: 1.2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
  }
  .domestic-list .other-site .padd .map_tit .maker {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(contact/location.png) no-repeat left;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .domestic-list .other-site .info_box {
    display: flex;
    flex-wrap: initial;
    flex-direction: initial;
    justify-content: space-between;
  }
  .domestic-list .other-site .maptxt {
    width: 100%;
  }
  .domestic-list .other-site .img-box {
    width: 26.18%;
  }
  .domestic-list .other-site .img-box img {width: 100%;}
  .other-site.info_box .maptxt dl {
    margin: 0 0 0px 0;
  }
  .other-site .maptxt a {
    display: block;
    position: absolute;
    bottom: 0px;
  }
  
  .foreign {
    padding: 60px 5%;
    background: #f5f5f5 url(/css/earth.png) no-repeat right top;
    margin-top: 70px;
  }
  .foreign ul {
    border-top: 1px solid #505050;
    padding: 60px 0 30px;
  
  }
  .foreign .domestic-list > li {background: #fff;}
  .foreign .domestic-list > li .padd .map_tit {line-height: 1.6;}
  .foreign .domestic-list > li .padd .map_tit .maker {top: 2px;}
  .foreign .domestic-list > li .maptxt {width: 100%;}
  .foreign .domestic-list > li .img-box {display: none;}
  .lianxi-01 {
    background: #f7f7f7;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }


.contact-biaodan {
    padding: 20px 0 50px;
    background: #f7f7f7;
	position: relative;
	z-index: 3;
}
.contact-biaodan .form em.em {
	font-size: 13px;
	color: #e50512;
}
.contact-biaodan .form {
    width: 65%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 60px 50px;
    margin-top: 20px;
    margin-right: 3%;
}
.message-area .cform-box {
 
	margin-top: 40px;
  }
  .message-area .cform-item {
	display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 30px;
  }
  .message-area .cform-item__wrap {
	position: relative;
	margin-right: 18px;
	margin-left: 18px;
  }
  .message-area .cform-item__wrap .cform-input {
	display: block;
	  width: 100%;
	  height: 70px;
	  border: 0;
	  padding: 0 20px;
	  box-sizing: border-box;
	  outline: 0;
	  font-size: 16px;
	  background-color: #f7f7f7;
      font-family: "Pretendard","Noto Sans SC",sans-serif;
  }
  .message-area .lyan {
	margin-top: 50px;
	font-size: 16px;
	color: #9ca2ab;
	margin-bottom: 20px;
  }
  .message-area .cform-textarea {
	box-sizing: border-box;
    padding: 2%;
    margin: 0;
    outline: 0;
    line-height: 1.5;
    width: 96%;
    border: 0;
    resize: none;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #000;
    font-family: "Pretendard","Noto Sans SC",sans-serif;
	height: 150px;
  }
  .message-area .cform-item.col-100 {
	width: 100%;
    margin-bottom: 0;
  }
  .message-area .tijiao {
	text-align: center;
  }
  .message-area .tijiao .btn-submit {
	padding: 0 40px;
	border: 0px solid #000;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0);
	background: #e50512;
	color: #fff;
	line-height: 54px;
	margin-top: 30px;
	font-size: 16px;
	cursor: pointer;
	FONT-FAMILY: 'Pretendard';
  }    
  .message-area .tijiao .btn-submit:hover {
	background-color: #1a274e;
	border-color: #1a274e;
	color: #fff;
  }
  em.invalid {
	margin-left: 18px;
	color: #ec0000;
  }
  .message-area .cform-item.col-100 em.invalid {
	margin-left: 0;
  }

.contact-biaodan .right-code {
    width: 32%;
    background: #fff url(/css/about/134.jpg) no-repeat center bottom;
    background-size: 100%;
    position: relative;
    min-height: 760px;
    border-radius: 20px;
    margin-top: 20px;
}
.right-code .flex {
    display: block;
    margin-top: 50px;
    padding: 40px;
    text-align: center; 
    position: relative;
}
.right-code .flex h2 {
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
	color: #222;
}
.right-code .flex p {
    font-size: 16px;
    margin-bottom: 50px;
}
.right-code .flex p:after {
	content: '';
    display: block;
    width: 30px;
    height: 4px;
    margin: 30px auto 0;
    background: #1a6bab;
}
.right-code .flex .saoma img {width: 200px;display: block;margin: 0 auto;margin-bottom: 20px;
border: 1px solid #aaa;
padding: 20px;
}
.right-code .flex .saoma span {
    display: block;
    font-size: 14px;
	color: #777;
}
.right-code .pa {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 450px;
}
.right-code .pa img {width: 100%;display: none;
}


.co1.on {
	position: fixed;
	top: 150px;
}
.map-ditu {
    position: relative; 
	width: 800px; 
}
.map-ditu img{
	width: 800px;
	display: block;
}
.map-ditu .map-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #da251d;
    cursor: pointer;
	position: absolute;
}
.map-ditu .map-dot.tw {
     bottom: 110px;
    right: 195px;
}
.map-ditu .map-dot.ningbo {
        bottom: 184px;
    right: 193px;
}
.map-dot.anhui {
	bottom: 228px;
	right: 243px;
}
.map-dot.changsha {
	bottom: 184px;
    right: 193px;
}
.map-dot.hubei {
	bottom: 184px;
    right: 193px;
}
.map-dot.changsha {
	bottom: 184px;
    right: 193px;
}
.map-dot.shanghai {
	bottom: 200px;
	right: 190px;
}
.map-dot.changsha {
	bottom: 164px;
	right: 303px;
}
.map-dot.kunshan {
	bottom: 224px;
	right: 203px;
}
.map-dot.hubei {
	bottom: 200px;
	right: 295px;
}
.map-dot.fujian{
	bottom: 114px;
	right: 234px;
}
.map-dot.guangdong{
	bottom: 85px;
	right: 283px;
}
.map-dot.jaingxi{
	bottom: 164px;
	right: 263px;
}
.map-dot.chengdu{
	bottom: 184px;
    right: 193px;
}
.map-dot.wenzhou{
	bottom: 158px;
	right: 198px;
}
.map-dot.chengdu{
	bottom: 204px;
	right: 408px;
}
.map-dot.qingdao{
	bottom: 284px;
	right: 201px;
}
.map-dot.henan{
	bottom: 184px;
    right: 193px;
}
.map-dot.nanjing{
	bottom: 207px;
	right: 216px;
}
.map-dot.henan{
	bottom: 184px;
    right: 193px;
} 
.map-dot.jinhua{
	bottom: 174px;
	right: 211px;
}
.map-dot.henan{
	bottom: 250px;
	right: 283px;
}
.map-dot.yuyao{
	bottom: 184px;
    right: 193px;
}
.map-dot.riben{
	bottom: 184px;
    right: 193px;
}
@media (min-width: 1800px) {
  
}
.map-ditu .map-dot a { 
	display: block;
	    width: 10px;
    height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99; 
 
}
.map-ditu .map-dot.fr .name{
	left: -105px;  
}
.map-ditu .map-dot .name {
    position: absolute;
    width: 95px;
	display: block;
    text-align: center;
	font-size: 14px;
	color: #333;
    background: rgb(193 193 193 / 70%);
    border-radius: 50px; 
    padding: 5px 5px;
    opacity: 0;
	visibility: hidden;
    top: -12px;
	left: 15px;
	
}
.map-ditu .map-dot .name:before {
	content: '';
	display: block;
	position: absolute;
	
    width: 10px;
	height: 1px;
	background: #da251d;
	display: block;
	left: -10px;top: 15px;
}
.map-ditu .map-dot.fr .name:before {

	left: auto;
	right: -10px; 
}
.map-ditu .map-dot:hover .name {
    opacity: 1;z-index: 9;visibility: inherit;
}
#id3 {
	height: 10px;
	width: 100%;
	
}
.map-dot.nn::before {
    opacity: .1;
    animation: scaleMap 2s infinite cubic-bezier(0.33, 1, 0.68, 1);
}
.map-dot.nn::after {
    z-index: 3;
    opacity: .2;
    animation: scaleMapSmall 2s infinite cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
.map-dot.nn::before, .map-dot.nn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #da251d;
}
@keyframes scaleMap {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(7.25);
	}
}
@keyframes scaleMapSmall {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(4);
	}
}
  

@keyframes outRightIn{
    0%{
        transform: translateX(0);
    }
    50%,60%{
        transform: translateX(100%);
    }
    61%{
        opacity: 0;
        transform: translateX(-100%);
    }
    62%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0);
    }
}

.other_map .fl{
 float: none;
}
.other_map .fl1 {
	float: left;
	max-width: 600px;
	min-width: 300px;
	width: calc(100% - 800px);
padding-top: 150px;
}
.other_map .fl1 b{
		padding-right: 50px;
		font-weight: normal;
		font-style: normal;
		color: #1a6bab;
}
.other_map .fl1 p{
		padding-right: 50px;
		padding-top: 0px;
		font-size: 15px;
}
.other_map .fl1 p em {
	font-size: 18px;padding-bottom: 30px;
	display: block;
}
.map-ditu.rt1 {
	float: right;
	width: 800px;
	margin-bottom: 50px;
}
.result_section>.container {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
}
.result_section>.container img {
	width: 100%;
	display: block;
		margin: 50px 0 0;
}
.result_section .s_tit {
    position: relative;
    z-index: 20;
    color: rgba(0, 0, 0, 1);
    font-weight: normal;
	margin-top: 20px;
}
.main_uni_article .main-tit-box .main-tit {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
}


/* visual_wrap */
.sub_visual {
    padding-top: 45px;
    margin: 0 auto;
  }
  .sub_visual[data-motion] #breadCrumbWrap {
    transform: translateY(100%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion] h2 {
    transform: translateY(30%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion] p {
    transform: translateY(100%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion] .input_area {
    transform: translateY(100%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion] .vision_area {
    transform: translateY(10%);
    transition: transform 0.75s;
  }
  .sub_visual[data-motion].is_animated #breadCrumbWrap {
    transform: translateY(0);
  }
  .sub_visual[data-motion].is_animated h2 {
    transform: translateY(0);
  }
  .sub_visual[data-motion].is_animated p {
    transform: translateY(0);
  }
  .sub_visual[data-motion].is_animated .input_area {
    transform: translateY(0);
  }
  .sub_visual[data-motion].is_animated .vision_area {
    transform: translateY(0);
  }
  @media (max-width: 767px) {
    .sub_visual[data-motion] p {
      transform: translateY(50%);
    }
    .sub_visual[data-motion].is_animated p {
      transform: translateY(0);
    }
  }
  @media (max-width: 1023px) {
    .sub_visual {
      padding-top: 145px;
    }
  }
  
  .sub_visual .page_title {
    margin-bottom: 80px;
  }
  .sub_visual .page_title.mixed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
  .sub_visual .page_title.mixed .input_area {
    width: 400px;
  }
  .sub_visual .page_title.mixed .input_area input {
    padding: 14px 60px 14px 16px;
  }
  .sub_visual .page_title.mixed .input_area label {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .sub_visual .page_title.mixed .input_area label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url("../image/icon_search.svg") center no-repeat;
    background-size: cover;
  }
  .sub_visual .page_title h2 {
    font-size: 70px;
    letter-spacing: -0.03em;
    line-height: 1;
    font-weight: 600;
    color: #000000;
  }
  .sub_visual .page_title p {
    margin-top: 24px;
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  @media (max-width: 1023px) {
    .sub_visual .page_title {
      margin-bottom: 40px;
    }
    .sub_visual .page_title.mixed > div {
      width: 100%;
    }
    .sub_visual .page_title.mixed .right {
      width: 100%;
      margin-top: 48px;
    }
    .sub_visual .page_title h2 {
      font-size: 40px;
      letter-spacing: -0.015em;
      line-height: 1;
    }
    .sub_visual .page_title p {
      margin-top: 16px;
      font-size: 17px;
      letter-spacing: -0.03em;
      line-height: 1;
      line-height: 1.4;
    }
  }
  .sub_visual .vision_area {
    position: relative;
    width: 100%;
    height: 562px;
    padding: 1px 0;
    margin: 0 auto 0px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .sub_visual .vision_area:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 10;
  }
  .sub_visual .vision_area:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 10;
  }
  .sub_visual .vision_area .curtain_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
  }
  .sub_visual .vision_area .curtain_wrap > div {
    position: absolute;
    top: 0;
    width: calc(50% - 600px);
    height: 100%;
    background-color: #f7f7f7;
  }
  .sub_visual .vision_area .curtain_wrap .left {
    left: 0;
  }
  .sub_visual .vision_area .curtain_wrap .right {
    right: 0;
  }
  .esg .sub_visual .vision_area .bg {
    background-image: url("../image/visual_esg.jpg");
  }
  .sub_visual .vision_area .bg {
    background-image: url("../images/about01.jpg");
  }
  
  .sub_visual .vision_area .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transform-origin: bottom;
    min-width: 1920px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    z-index: 10;
}

.teacher-team ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.teacher-team ul li {
  width: 48%;
  margin-right: 2%;
      height: 340px;
  background: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
}
.teacher-team ul li .photo {
  width: 40%;
  width: 130px;
  padding-top: 20px;
}
.teacher-team ul li .photo img {width: 100%;
border-radius: 4px;
}
.teacher-team .photo-name {
  padding: 20px 0 0 40px;
  width: 65%;
  width: calc(100% - 150px);
}
.teacher-team .photo-name span {
  font-size: 18px;
  padding-left: 10px;
}
.teacher-team .photo-name h2 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: normal;
  font-style: normal;
}
.teacher-team .photo-name h2 span {
  font-size: 16px; font-weight: normal;
  padding-left: 10px;color: #1a6bab;
}
.teacher-team .photo-name .company {
  font-size: 16px;
  color: #333; font-weight: normal;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 20px; 
}
.teacher-team .photo-name .ov-hidden {
}
.teacher-team .photo-name .ov-hidden .jieshao {
  height: 150px;
  padding-right: 30px;
  overflow-y: auto;
}
.teacher-team .photo-name .jieshao p {
  line-height: 1.8;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.teacher-team .photo-name .jieshao p::before {
  content: "";
  background: #2d6cad;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.teacher-team {
  padding-top: 50px;
}
.teacher-team .main-tit-box .main-tit-en {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 5px;
    display: block;
}
.teacher-team .main-tit-box .main-tit-en em {
  font-weight: normal;
}
.teacher-team .main-tit-box .main-tit {
  font-size: 34px;
}


.news-center {
  padding: 40px 0px 0;
  background: #fff;
}
.news-center .list-ul li {
  padding: 35px 0;
  background: #fff;
}
.news-center .list-ul li:nth-child(even) {
  background: #f7f7f7;
}
.news-center .list-ul li .w90 {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
	width: 85%;
    max-width: 1300px;
    margin: 0 auto;
}
.news-center .list-ul li .item-pic {
  width: 37%;
  position: relative;
  overflow: hidden;
  margin-right: 3%;
}
.news-center .list-ul .item-pic::before {
  padding-top: 66%;
  content: "";
  display: block;
}
.news-center .list-ul .item-pic img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  -o-transition: transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
}
.news-center .list-ul li .date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #1a6bab;
  color: #fff;
  padding: 8px 8px;
  font-size: 15px;
  border-radius: 8px;
}
.news-center .list-ul .item-article {
  width: 60%;
}
.news-center .list-ul .item-article a {display: block;}
.news-center .list-ul .item-article h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.news-center .list-ul .item-article .miaoshu {
  color: #4a4a4a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  
}
.pexun_ul .wenz .miaoshu {
	padding-right: 100px;
}
.main-more-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 163px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.3s;
  border-radius: 50px;
  margin-top: 50px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #1a6bab;
  color: #1a6bab;
}
.main-more-btn:before {
  display: block;
  position: absolute;
  left: -130%;
  bottom: 0;
  content: "";
  width: 120%;
  height: 150%;
  background: #1a6bab;
  transform: skew(-20deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.main-more-btn span {
  position: relative;
  left: 0px;
  z-index: 1;
  display: block;
  font-size: 15px;height: 45px;
  line-height: 43px;
}
.main-more-btn, .main-more-btn span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.news-center .list-ul li:hover .main-more-btn:before {
  left: -10%;
  opacity: 1.0;
  filter: Alpha(opacity=100);
}
.news-center .list-ul li:hover  .main-more-btn span {
  color: #fff;
  left: 3px;
}
.banner-container .txt-article h2 {
  font-size: 36px;
  line-height: 1.4;
  border-bottom: 1px solid rgb(255 255 255 / 33%);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.banner-container .txt-article h4 {
  font-size: 18px;
  font-weight: normal;
}
.news-article-in {
  background: #f7f7f7;
  padding: 50px 0px;
}
.news-article-in .w90 {
  background: #fff;
  padding: 30px;
}
.news-article-in .w90 .news-article-content {
  color: #555;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  
}
.news-article-in .w90 {
	max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
}
.news-article-in .w90 .news-article-content p {
  font-size: 16px;
  line-height: 1.8;
}
.news-article-in .w90 .news-article-content img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  max-width: 800px;
}
.next-article {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-top: 40px;
}
.lt-prev a {
  background: url(/css/images/arr01.png) no-repeat left;
  background-size: 24px;
  padding-left: 20px;
}
.lt-next a {
  background: url(/css/images/arr02.png) no-repeat left;
  background-size: 24px;
  padding-left: 20px;
}
.next-article a {
  color: #A5A5A5;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.next-article a span {
  display: inline-block;
  position: relative;
  margin-left: 18px;
  padding-left: 0px;
  font-size: 15px;
}
.lt-back {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lt-back a {
  background: url(/css/images/arr03.png) no-repeat left;
  background-size: 20px;
  padding-left: 20px;
  color: #dc0f0f;
}

.shizi-fenlei {
  padding-top: 50px;
  padding-bottom: 0px;
  background: #f7f7f7;
  
}
.shizi-fenlei .shizi-menu {
  margin-bottom: 0px;
  width: 100%;
}
.shizi-fenlei .shizi-menu ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  padding: 0px 0 0;
  border-bottom: 0px solid #b9ccee;
}
/* .shizi-fenlei .shizi-menu ul::before {
  display: block;
    content: '';
    background: url(/css/images/bg_border.jpg) repeat-x left top;
    width: 100%;
    height: 3px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.shizi-fenlei .shizi-menu ul::after {
  display: block;
    content: '';
    background: url(/css/images/bg_border.jpg) repeat-x left top;
    width: 100%;
    height: 3px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
} */
.shizi-fenlei .shizi-menu ul li {
  border-radius: 50px;
 padding: 0;
  margin-right: 0.5%;
  background: #fff;
  text-align: center;
  width: 16.1%;
  margin-bottom: 20px;
}
.shizi-fenlei .shizi-menu ul li a {
	 padding: 12px 15px;
	 display: block;
}
.shizi-fenlei .shizi-menu ul li.mr0 {
  margin-bottom: 0px;
}
.shizi-fenlei .shizi-menu ul li.active,
.shizi-fenlei .shizi-menu ul li:hover {
  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
  background: #1a6bab;
}
.shizi-fenlei .shizi-menu ul li a {
  color: #3666af;
  font-size: 16px;
}
.shizi-fenlei .shizi-menu ul li.active a,
.shizi-fenlei .shizi-menu ul li:hover a {
  color: #fff;
}

.teacher-team2 {
  padding-top: 40px;
  background: #f7f7f7;
}
.teacher-team2 .main-tit-box .main-tit {
  font-size: 34px;
}
.teacher-team2 .main-tit-box .main-tit-en em {
  font-weight: normal;
}
.teacher-team2 .main-tit-box .main-tit-en {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.teacher-team2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.teacher-team2 ul li a {
  display: block;
  width: 48%;
  margin-right: 2%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.teacher-team2 ul li .zhaopian{
  position: relative;
  width: 40%;
}
.teacher-team2 ul li .zhaopian img {
  width: 80%;
  display: block;
  margin: 0 auto
}
.teacher-team2 ul li .jieshao {
  position: relative;
  width: 58%;
  margin-left: 2%;
  padding: 20px;
}
.teacher-team2 ul li .jieshao h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
.teacher-team2 ul li .jieshao h2 span {
  font-size: 16px;
  padding-left: 5px;
}
.teacher-team2 ul li .zhicheng {
  font-size: 16px;
  /* border-bottom: 1px solid #d2d2d2; */
  /* padding-bottom: 10px; */
  margin-bottom: 20px;
}
.teacher-team2 ul li .shanchang span {
  font-size: 14px;
}
.teacher-team2 ul li .shanchang {
  line-height: 1.8;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #434343;
  font-size: 14px;
}
.teacher-team2 ul li .jieshao .more {
  olor: #2d6cad;
  font-size: 15px;
  margin-top: 15px;
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  font-weight: 500;
  background: url(/css/images/arrow.png) no-repeat 99% 12px;
  background-size: 24px;
}




.shizi-fenlei {
    padding-top: 50px;
    padding-bottom: 0px;
    background: #f7f7f7;
    
  }
  .shizi-fenlei .shizi-menu {
    margin-bottom: 0px;
    width: 100%;
  }
  /* .shizi-fenlei .shizi-menu ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #b9ccee;
  } */
  .shizi-fenlei .shizi-menu ul #buttons {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
	width: 100%;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #b9ccee;
border-bottom: 1px solid #ccc;
  }
  .shizi-fenlei .shizi-menu ul button {
    border-radius: 50px;
    padding: 12px 15px;
    margin-right: 0.5%;
    background: #fff;
    text-align: center;
    width: 16.1%;
    margin-bottom: 20px;
    color: #3666af;
    font-size: 16px;
    font-family: "Pretendard", source-han-sans-simplified-c, "Noto Sans SC", sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
   }
   .shizi-fenlei .shizi-menu ul button.active,
   .shizi-fenlei .shizi-menu ul button:hover {
    color: #fff;
    background: #1a6bab;
   }


  .shizi-fenlei .shizi-menu ul li {
    border-radius: 50px;
  
    margin-right: 0.5%;
    background: #fff;
    text-align: center;
    width: 16.1%;
    margin-bottom: 20px;
  }
  .shizi-fenlei .shizi-menu ul li.mr0 {
    margin-bottom: 0px;
  }
  .shizi-fenlei .shizi-menu ul li.active,
  .shizi-fenlei .shizi-menu ul li:hover {
    background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    background: #1a6bab;
  }
  .shizi-fenlei .shizi-menu ul li a {
    color: #3666af;
    font-size: 16px;
  }
  .shizi-fenlei .shizi-menu ul li.active a,
  .shizi-fenlei .shizi-menu ul li:hover a {
    color: #fff;
  }
  
  .teacher-team2 {
    padding-top: 40px;
    background: #f7f7f7;
  }
  .teacher-team2 .main-tit-box .main-tit {
    font-size: 34px;
  }
  .teacher-team2 .main-tit-box .main-tit-en em {
    font-weight: normal;
  }
  .teacher-team2 .main-tit-box .main-tit-en {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 5px;
    display: block;
  }
  .teacher-team2 .ttul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .teacher-team2 .ttul li {
    width: 48%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 35px;
  }
  .teacher-team2 .ttul li a {
    display: block;
    width: 100%;
	
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .teacher-team2 .ttul li .zhaopian{
    position: relative;
    width: 170px; 
	padding: 20px;
  }
  .teacher-team2 .ttul li .zhaopian img {
    width:130px;
	 
	border-radius: 5px;
    display: block;
  }
  .teacher-team2 .ttul li .jieshao {
    position: relative;
    width: calc(100% - 170px);
    margin-left: 0;
    padding: 20px 20px 20px 20px;
  }
  .teacher-team2 .ttul li .jieshao li {
  	width: auto;
  	margin-right: 2px;
  	margin-bottom: auto;
  }
  .teacher-team2 .ttul li .jieshao h2 {
    font-size: 24px;
    margin-bottom: 8px;
	font-weight: normal;
	font-style: normal;
  }
  .teacher-team2 .ttul li .jieshao h2 span {
    font-size: 14px;
	color: #777;
    padding-left: 5px;
  }
  .teacher-team2 .ttul li .zhicheng {
    font-size: 14px;
    /* border-bottom: 1px solid #d2d2d2; */
    /* padding-bottom: 10px; */
    margin-bottom: 20px;
	color: #666;
  }
  .teacher-team2 .ttul li .shanchang span {
    font-size: 15px; 
	width: 120px;
	display: block;
	display: block;
	color: #1a6bab;
  }
  .teacher-team2 .ttul li .shanchang span svg {
    position: absolute;
    top: -0px;
    left: 0;
	width: 20px;
  }
  .teacher-team2 ul li .shanchang {
    line-height: 1.6;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666;
    font-size: 13px;
	padding-left: 30px;
	
  }
  .teacher-team2 ul li .shanchang ul,
  .teacher-team2 ul li .shanchang ol {
  	 
  }
  
    .teacher-team2 ul li .shanchang .p {
		display: block;
	}
  .teacher-team2 ul li .shanchang .p span{
   
  }
    .teacher-team2 ul li .shanchang p {
     
    color: #666!important;
    font-size: 13px!important; 
	
  }
  .teacher-team2 ul li .shanchang p::after {
  	content: '';
  	display: block;
  	height: 0;
  	clear: both;
  }
  .teacher-team2 ul li .jieshao .more {
    border-top: 1px solid rgba(112 112 112 / 23%);
    color: #999;
    font-size: 13px;
    margin-top: 15px;
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
    font-weight: 500;
    position: relative;
    height: 50px;
    line-height: 50px;
	background: none;
  }
  .teacher-team2 ul li .jieshao .more .icon-next {
    position: absolute;
    top: 15px;
    right: 10px;
    overflow: hidden;
    background: url(/css/images/arrow.png) no-repeat center;
    width: 30px;
    height: 50px;
	opacity: 1;
    background-size: 15px;
  }
  .teacher-team2 ul li:hover .icon-next {
    -webkit-animation: outRightIn 1s ease;
    animation: outRightIn 1s ease;
  }

.teacher-team-article .renyuan {
    background: #fff;
    padding: 40px 30px 50px;
    margin-bottom: 50px;
}
.teacher-team-article .renyuan_fl {
    width: 200px;
}
.teacher-team-article .renyuan_fl img {width: 100%;}
.teacher-team-article .renyuan_rt {
    width:calc(100% - 250px);
}
.teacher-team-article .renyuan_rt h2 {
    font-size: 28px;
}
.teacher-team-article .renyuan_rt h4 {
    font-size: 18px;
    margin-bottom: 10px;
	margin-top: 20px;
	padding-right: 50px;
    font-weight: normal;
    padding-top: 0px;
    line-height: 1.6;
    color: #434343;
	 border-left: 2px solid #1a6bab;
	 padding-left: 20px;
}
.teacher-team-article .renyuan_rt h4 p {
	font-size: 20px;
}
.teacher-team-article .renyuan_rt .bgg {
	background: #f1f1f1;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.teacher-team-article .renyuan_rt .sc {
    margin-top: 10px;
    color: #434343;
    text-align: justify;
    line-height: 1.8;
    font-size: 15px;
}
.teacher-team-article .renyuan_rt .sc li {
	list-style: disc;
	margin-left: 20px;
}
.teacher-team-article .renyuan_rt .sc img {
	max-width: 700px;
	display: block;
	margin: 20px 0;
}
.teacher-team-article .renyuan_rt .sc h3 {
    font-size: 20px;
    color: #2d6cad;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.teacher-team-article .renyuan_rt .sc h3 svg {
    position: absolute;
    top: 5px;
    left: 0;
}

.back-l {
	margin: 40px auto 0;
	display: block;
	text-align: center;
}
.back-l a{
	display: block;
	width: 150px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-indent: -30px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	background:  #1a6bab url('/css/images/jt8.png') no-repeat 100px center;
	background-size: 30px;
}
.back-l a:hover{
	 
	background:  #e62229 url('/css/images/jt8.png') no-repeat 110px center;
	background-size: 30px;
}
  @keyframes outRightIn{
    0%{
        transform: translateX(0);
    }
    50%,60%{
        transform: translateX(50%);
    }
    61%{
        opacity: 0;
        transform: translateX(-50%);
    }
    62%{
        transform: translateX(-50%);
    }
    100%{
        transform: translateX(0);
    }
  }


.wenzhang-txt .main-tit-box .main-tit-en {
    font-size: 18px;
    font-size: 18px;
    background: url(/css/images/icon-date.png) no-repeat left 0;
    background-size: 24px;
    padding-left: 35px;
}
.wenzhang-txt .main-tit-box .main-tit-en em {
    font-weight: normal;
}
.wenzhang-txt .main-tit-box .main-tit {
    font-size: 46px;
}
.huodong-in-page {
    background: #f7f7f7;
    padding: 50px 0px;
}   
.huodong-in-page .w90 {
    background: #fff;
    padding: 50px 30px;
    border-radius: 10px;
} 
.huodong-in-page .huodong-jj {
    width: 50%;
}
.huodong-in-page .huodong-toutu {
    width: 48%;
    margin-left: 2%;
}
.huodong-in-page .huodong-toutu img {
    width: 100%;
    display: block;
}
.huodong-jj .item {
    line-height: 1.6;
    color: #434343;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.huodong-jj .item span {
    position: relative;
    padding-left: 26px;
    font-size: 17px;
    margin-bottom: 8px;
    display: block;
}
.huodong-jj .item span svg {
    position: absolute;
    top: 0px;
    left: 0;
}
.huodong-jj .item p {
    padding-left: 26px;
}
.huodong-photo img {
    width: 100%;
}
.huodong-photo {
    background: #fff;
    padding: 50px 0px 50px;
}
.huodong-photo .swiper {
    margin-top: 20px;
}

.office-container {
    margin-top: 30px;
    margin-left: -20%;
  }
  .office-container .swiper-slide {
    width: 75%;
    display: flex;
    align-items: stretch;
    background-color: #266bcb;
    margin-right: 1%;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .office-container .office-pagination {
    position: relative;
    line-height: 1;
    bottom: 0;
    margin-top: 2rem;
  }
  .office-container .office-pagination .swiper-pagination-bullet {
    width: .5rem;
    height: 5px;
    background: #3c3c3c;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50px;
  }
  .office-container .office-pagination .swiper-pagination-bullet-active {
    width: .75rem;
    background: #2d6cad;
  }
  .office-container .swiper-slide:last-child {
    margin-right: 0;
  }
  .office-container .swiper-slide .lf {
    width: 46%;
    padding: 3.4rem .5rem .5rem 2.5rem;
  }
  .office-container .swiper-slide .lf .h1 {
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom:40px;
  }
  .office-container .swiper-slide .lf .li {
    display: flex;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
  }
  .office-container .swiper-slide .lf .li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: rgb(255 255 255 / 74%);
    position: absolute;
    left: 0;
    top: 8px;
  }
  .office-container .swiper-slide .lf .li:last-child {
    margin-bottom: 0;
  }
  .office-container .swiper-slide .lf .li div {
    width: .5rem;
    margin-right: .45rem;
    padding-top: 5px;
  }
  .office-container .swiper-slide .lf .li div img {
    width: 100%;
  }
  .office-container .swiper-slide .lf .li p {
    width: calc(100% - .95rem);
    color: #fff;
    line-height: 1.8;
    font-size: 16px;
  }
  .office-container .swiper-slide .rg {
    width: 54%;
  }
  .office-container .swiper-slide .rg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .job-pic {
    background: #f7f7f7;
    padding: 50px 0px;
  }
  .job-pic .tuji {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin-top: 30px;
  }
  .job-pic .tuji li {
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
  }
  .job-pic .tuji li.li1 {width: 65%;}
  .job-pic .tuji li.li2 {width: 34%;}
  .job-pic .tuji li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.job-pic .tuji li:nth-child(1):before {
  background-image: linear-gradient(to right, #2d6cad 20%, transparent 90%);
    opacity: .7;
}
.job-pic .tuji li:nth-child(2):before {
  background-image: linear-gradient(to right, #c26a6b 10%, transparent 100%);
  opacity: .7;
}
.job-pic .tuji li:nth-child(3):before {
  background-image: linear-gradient(to right, #dc640c 20%, transparent 90%);
  opacity: .7;
}
.job-pic .tuji li:nth-child(4):before {
  background-image: linear-gradient(to right, #0ba49b 20%, transparent 90%);
  opacity: .7;
}
.job-pic .tuji li:nth-child(5):before {
  background-image: linear-gradient(to right, #883876 20%, transparent 90%);
  opacity: .7;
}
.job-pic .tuji li:nth-child(6):before {
  background-image: linear-gradient(to right, #2d6cad 20%, transparent 90%);
  opacity: .7;
}
.job-pic .tuji li .bg {
    width: 100%;
    height: 100%;
    transition: all .4s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.job-pic .tuji li .text {
    position: absolute;
    padding: 1.25rem 1.65rem;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.job-pic .tuji li .text p {
  font-size: 20px;
    color: #fff;
}

.gangwei {
  padding: 80px 50px;
}
.gangwei .question-list li {
  padding: 30px 50px;
  border-radius: 10px;
  background: #f7f7f7;
  margin-bottom: 25px;
  float: none;
  position: relative;
  width: 100%;
  margin-right: 0%;overflow: hidden;
}

.gangwei .question-list li:nth-child(2n) {
	margin-right: 0;
}
 
.gangwei .question-list {cursor: pointer;}
.gangwei .question-list li .row1 {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
 float: left;
	width: 200px;
	
}
.gangwei .question-list li .row1  h2 {
  font-size: 24px;
  font-weight: normal;
  width: 100%;
  color: #141933; 
color: #fff;  
position: relative;
z-index: 2;
}
.gangwei .question-list li .row1  h2 span {
  font-size: 14px;
  padding-left: 15px;
  color: #434343;
  display: none;
}
.gangwei .question-list li .row1 h2 i {
         
	  background-image: linear-gradient(to bottom, #1a6bab 20%, transparent 90%);
	background-image: linear-gradient(to bottom, #ddd 20%, transparent 90%);
    color: #fff;
    width: 300px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    height: 300px;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    /* transform: translateY(-4px); */
    position: absolute;
    top: -150px;
    left: -150px;
	z-index: 1;
}
.gangwei .question-list li .active:before {
	content: '';
	background-image: linear-gradient(to left top, rgb(26 107 171 / 39%) 20%, #00000000 90%);
 
    color: #fff;
    width: 500px;
    display: block;
    text-align: center;
    height: 500px;
    border-radius: 50%; 
    position: absolute;
    bottom: -150px;
    right: -150px;
	z-index: 1;
}
.gangwei .question-list li .active .row1 h2 i {
	    background-image: linear-gradient(to bottom, #ccc 20%, transparent 90%);
}
.gangwei .question-list li .active .row1 h2 b {
	color: #1a6bab;
}
.gangwei .question-list li .row1 h2 b {
	position: relative;
	z-index: 9;
	color: #1a6bab;color: #fff;color: #1a6bab;
}
.gangwei .question-list li .row1 h2 b::after {
	    content: '';
    display: block;
    width: 20px;
    height: 3px;
    margin: 15px 0 0;
    background: #1a6bab;

}
.gangwei .question-list li .riqi {
  width: auto;
  color: #1a6bab;
  font-size: 15px;
  position: absolute;
  right: 50px;
  top: 0;
  padding-right: 30px;
  margin-top: 30px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1a6bab;
  border-radius: 50px;
  text-indent: -0px;
   -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gangwei .question-list li .riqi:hover,
.gangwei .toudi:hover
 {
	background: #e62229;border: 2px solid #e62229;
	color: #fff;
}
.gangwei .question-list li .riqi svg{
	fill: #1a6bab!important;
}
.gangwei .question-list li .riqi:hover svg{
	fill: #fff!important;
}
.gangwei .question-list li  .riqi .span2 {display: none;}
.gangwei .question-list li .active  .riqi .span2 {display: block;}
.gangwei .question-list li .active  .riqi .span1 {display: none;}

.gangwei .question-list li .riqi svg {
  position: absolute;
  left: 130px;
  top: 15px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gangwei .question-list li .active .row1 .riqi svg {
  transform: rotate(180deg);  top: 10px;
}
.gangwei .question-list li .active  h2 {
  color: #2d6cad;
  color: #fff;
  font-weight: bold;
}

.gangwei .question-list li .row3 {
  font-size: 16px;
  line-height: 2;
  color: #555; 
  opacity: 1;
  padding-right: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; 
  float: right;
  width: calc(100% - 250px);
}
.gangwei .question-list li .active .row3 {
opacity: 0;
display: none;
}
.gangwei .ques-txt {
  border-top: 1px solid #888;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 20px;
}
.gangwei .ques-txt strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}
.gangwei .ques-txt strong::after {
  border-radius: 100px;
  width: 4px;
  height: 16px;
  /* margin-right: 8px; */
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #2d6cad;
}
.gangwei .ques-txt p {
  color: #434343;
  font-size: 15px;
  line-height: 1.8;
}
.gangwei .toudi {
  width: 150px;
  display: block;
  text-align: center;
  color: #fff;
  background: #2d6cad;
  padding: 10px;
  border-radius: 50px;
}
.gangwei .main-tit-box {
	padding-bottom: 20px;
}
.jiagou {
  padding: 50px 0px;
}
.jiagou-pic{
  background: #f1f1f1;
  padding: 0px 0px;
  margin-top: 30px;
  width: 54%;
  margin-right: 3%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  border-radius: 15px;
flex-direction: column;
    flex-wrap: nowrap;
}
.jiagou-pic img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.jiagou-pic img.a2a {
	padding-top: 30px;
	padding: 30px;
}
.jiagou .circle-pic {
  margin-top: 30px;
  width: 43%;
}
.jiagou .circle-pic .mainpic {
  padding: 30px 10px 0;
  box-shadow: 0 1px 56px rgba(201, 201, 201, .25);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.jiagou .circle-pic img {
  width: 100%;
  display: block;
}

.jiagou .main-tit-box .main-tit-en {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.jiagou .main-tit-box .main-tit-en em {
  font-weight: normal;
}
.yjyuan {padding: 120px 0px;}



.yjyuan .flex-wrap {
  margin-top: 0px;
  margin-right: -28px;
}
.yjyuan li {
  width: calc(33.3% - 28px);
  /* height: 150px; */
  margin: 28px 28px 0 0;
  height: 250px;
  padding: 20px 30px 20px;
  background-position: top 40px right 40px;
  background-repeat: no-repeat;
  background-color: #F4F5F9;
  background-size: 62px;
  border-radius: 15px;    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.yjyuan .flex-wrap.f3 li:last-child {
	 margin-right: 0;
}
.yjyuan .flex-wrap2 li.w50 {
	width: 47.6%;
}
.yjyuan li:hover {
	background: #1a6bab;
	color: #fff;
}
.yjyuan li:hover p{ 
	color: #fff;
}
.yjyuan li:hover em{
	opacity: .3;
}
.yjyuan li p {
  padding-top: 110px;
      font-size: 24px;
    color: #1a6bab;    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.yjyuan .flex-wrap li p {
  padding-top: 50px;
 
}
.yjyuan .flex-wrap .success-icon-block {
	width: 80px;
	height: 80px;
}
.yjyuan .flex-wrap .success-icon-block svg{
	width: 40px;
	height:40px;
	fill: #1a6bab;
}
.yjyuan li em {
  display: block;
  font-size: 90px;
  font-weight: 700;
  line-height: 48px;
  padding-top: 20px;
  display: block;
  opacity: 0.2;
  color: #aaa;-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.yjyuan .success-icon-block {
    background-color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    width: 48px;
    height: 48px;
}

.yjyuan .fenHi {
  font-size: 28px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-top: 20px;
  color: #1a6bab;
  color: #333;
}
.yjyuan .fenHi.mt50 {
  margin-top: 50px;
}
.yjyuan .flex-wrap li {
	position: relative;
}
.yjyuan .flex-wrap2 li {
  width: calc(33% - 28px);
  background-position: top 20px right 20px;
  background-size: 55px;
  position: relative;
}
.yjyuan .flex-wrap li .success-icon-block {
  right:20px;
  top: 20px;
}

.yanjiu-3 {
  padding: 50px 0 70px;
  background: url(/css/images/yanjiu.jpg);
  background-position: 50% 99%;
  background-repeat: repeat-x;
  background-size: 60%;
}
.yanjiu-3 .main-tit,
.yjyuan .main-tit-box .main-tit
{
	padding-bottom: 30px;
}
.yanjiu-3 .main-tit::after,
.yjyuan .main-tit-box .main-tit::after
 {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    margin: 30px 0 0;
    background: #1a6bab;
}
.yanjiu-3 .flex-wrap {padding-top: 30px;}
.yanjiu-3 .dashboard-block {
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-top: 30px;
}
.yanjiu-3 .dashboard-image-wrapper {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 56px rgba(201, 201, 201, .25);
}
.yanjiu-3 .dashboard-image-wrapper img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.yanjiu-3 .dashboard-image-wrapper .mainpic {
  padding-top: 32px;
  padding-bottom: 32px;
}


.academy-box {
    padding-bottom: 50px;
    background: #f7f7f7;
    margin-top: -50px;
    padding-top: 60px;
}
.academy-box .w90 {
	max-width: 1300px;
}
.flex-items-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.academy-1 {
    background-color: #fff;
    position: relative;
    margin-top: 50px;
    border-radius: 30px;
    padding: 40px 40px 0 40px;
    overflow: hidden;
	height: 200px;
	position: relative;
	    -webkit-transition: all 0.4s ease!important;
    transition: all 0.4s ease!important;
}
.academy-1:hover p {
	opacity: 1;
}
.academy-1:hover{
	height: 400px;
}
.academy-1:nth-child(10):hover {
	height: 500px;
}
.academy-1.first {
	margin-top: 50px;
}
.academy-1 .left {
    width: 45%;
    margin-right: 5%;
	position: relative;
	z-index: 2;
}
.academy-2 .left {
    width: 50%;
    margin-right: 0;
 
}

.academy-1 .right {
    width: 50%; 
}
.academy-2 .right {
    width: 45%;
    margin-left: 5%;
}

.academy-1 .text-h1 {
    margin-bottom: 35px;
    font-size: 32px;
    line-height: 1.5;
	padding-top: 50px;
	position: relative;
	z-index: 2;
}
.academy-1 p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    color: #525252;
    text-align: justify;
	padding-bottom: 100px;
	opacity: 0;    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.academy-1 .rounded-1xl img {
    width: 40%;
    border-radius: 10px;
	transform: translateY(0px);
	position: absolute;
	bottom: -20px;
	right: 10px;-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.academy-1:hover .rounded-1xl img {
	width: 50%;
}
.academy-1:nth-child(1) .rounded-1xl img {
	bottom: -30px;
}
.academy-1:nth-child(2) .rounded-1xl img {
	bottom: -30px;
}
.academy-1:nth-child(3) .rounded-1xl img {
  bottom: -30px;
}
.academy-1:nth-child(4) .rounded-1xl img {
	 bottom: 40px;bottom: -30px;
 
}
.academy-1:nth-child(6) .rounded-1xl img {
 bottom: -70px;
}
.academy-1:nth-child(7) .rounded-1xl img {
 bottom: -20px;
}
.academy-1:nth-child(8) .rounded-1xl img {
	bottom: -0px;
}
.academy-1:nth-child(9) .rounded-1xl img {
	bottom: -20px;
}
.academy-1:nth-child(10) .rounded-1xl img {
	bottom: -20px;
}
.academy-1 i {
    display: block;
    font-size: 120px;
    position: absolute;
    left: -5px;
    top: -60px;
	font-weight: bolder;
    color: #e8e8e8;
    font-family: 'Montserrat';-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.academy-1:hover i {
  color: #1a6bab
}
.academy-1 .item-round {
    width: 22px;
    height: 22px;
    background-color: rgba(74, 104, 218, .2);
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.academy-1 .item-round::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36%;
    height: 36%;
    background-color: #2d6cad;
    border-radius: 50%;
}

.kctx-keynote {
    background: #fff;
    padding-bottom: 70px;
    padding-top: 50px;
}
.kctx-keynote h3,
.kctx-solve h3 
 {
	margin-bottom: 20px;
}
 
.kctx-keynote h3:after,
.kctx-solve h3:after,
.kctx-map h3.main-tit:after 
 {
	    content: '';
    display: block;
    width: 30px;
    height: 4px;
    margin: 30px 0 0;
    background: #1a6bab;
}
 
.kctx-keynote ul {
    margin-right: -2%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.kctx-keynote ul.li-2 li{
	float: left;width: 50%;
}
.kctx-keynote ul.li-2 li:before {
		    background: url(/css/images/kczd.png) no-repeat right top;
	    background-size: 50%;
}
.kctx-keynote li {
    padding: 40px 35px;
    margin-right: 2%;
    border-radius: 15px;
	position: relative;
	min-height: 300px;
  margin-bottom: 30px;
}
.kctx-keynote ul.li-4 li {
    width:23%;
}
.kctx-keynote ul.li-3 li {
    width:31%;
}
.kctx-keynote ul.li-2 li {
  width:48%;
}
.kctx-keynote li:before {
	content: '';
	display: block;
	width: 60%;
	height: 400px;
	position: absolute;
	top: -50px;
	right: -50px;
	background:  url('/css/images/kczd.png') no-repeat left top;
	background-size: 100%;
	opacity: .5;
}
.kctx-keynote li:nth-child(1) {
    background: #e1f2ff;
    color: #0d3883;
}
.kctx-keynote li:nth-child(2) {
    background: #f8e3e4;
    color: #c1151a; 
}
.kctx-keynote li:nth-child(3) {
    background: #f4de9b;
    color: #682800;  
}
.kctx-keynote li:nth-child(4) {
    background: #c1e8cf;
    color: #1a442c;
}
.kctx-keynote li:nth-child(6) {
  background: #b5d6ef;
  color: #0d3883;
}
.kctx-keynote li:nth-child(5) {
  background: #efcdcf;
  color: #c1151a; 
}
.kctx-keynote li:nth-child(8) {
  background: #e9d69f;
  color: #682800;  
}
.kctx-keynote li:nth-child(7) {
  background: #94caa7;
  color: #1a442c;
}


.kctx-keynote li span {
    font-weight: bolder;
    padding-bottom: 25px;
    display: block;
	font-size: 52px;
	position: relative;
	z-index: 2;
}
.kctx-keynote li .keynote-tit {
    font-size: 22px;position: relative;
	z-index: 2;    font-weight: bold;
}
.kctx-solve {
    padding: 40px 0 60px;
}
.kctx-solve .flex-wrap {
    margin-top: 0px;
    align-items: center;
    /* background: #f7f7f7; */
    border-radius: 20px;
	display: block;
	position: relative;
}
.kctx-solve .LL,.kctx-solve .RR {width: 100%;}
.kctx-solve .RR {
	height: 500px;
}
.kctx-solve .LL {
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	background: rgb(34 34 34 / 73%);
	padding: 40px;
	height: calc(100% - 60px);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;display: flex;
    align-items: center;
}
.kctx-solve .LL {
    /* background: #f7f7f7;
    padding: 50px; */
    border-radius: 20px;
    border-radius: 20px;
}
.kctx-solve .LL ul {
    padding-right: 0%;   
	 display: flex; 
	 padding: 50px;
}
.kctx-solve .LL ul li {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0px solid #e4e1e1;
    display: flex;
    color: #fff;
	width: 100%;
    flex-direction: column;
    margin-right: 50px;
    align-items: flex-start;
    justify-content: flex-start;
}
.kctx-solve2 .LL ul li {
  align-items: normal;color: #fff;
}
.kctx-solve .LL ul li.align-items-normal {
  align-items: normal;
}
.kctx-solve .LL ul li .txt {
    color: #333;color: #fff;
    line-height: 1.6;
    font-size: 17px;
	border-top: 1px solid #e4e1e1;
    display: block;
	width: 100%;
    padding-top: 10px;
}
.kctx-solve .RR img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	border-radius: 20px;
}
.kctx-solve .icon-background {
    border-radius: 10px;
    background-color: #eee;
    width: 60px;
    height:60px;
    padding: .3rem;
    position: relative;
    margin-right: 15px;
	margin-bottom: 30px;
}
.kctx-solve .icon-background .icon-xsmall {
    width: 48px;
    height: 48px;
}
.kctx-solve .icon-background svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px; 
	fill:#1a6bab;
}
.kctx-teacher {
    padding: 20px 0 60px; 
}
.kctx-teacher .main-tit-en {
    font-size: 18px;
    font-weight: normal;
    color: #484848;
}

.t-team-single {
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
    border-radius: 15px;
    margin-top: 35px;
    padding: 30px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .12);
}
.t-team-single .team-photo {
    width: 280px;
}
.t-team-single .team-photo img {width: 100%;}
.t-team-single .team-text {
    margin-left: 40px;
}
.t-team-single .team-text h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 500;
}
.t-team-single .team-text h2 span {
    font-size: 20px;
    padding-left: 10px;
}
.t-team-single .team-text .short {
    position: relative;
    padding-left: 30px;
}
.t-team-single .team-text .short::before {
    content: "";
    width: 1px;
    height: 90%;
    background: #becee1;
    position: absolute;
    left: 3px;
    top: 8px;
}
.t-team-single .team-text .short p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.t-team-single .team-text .short p::before {
    content: "";
    background: #2d6cad;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 32%;
}

.t-team-moxun .team-photo {
  width: 42%;
  margin-right: 3%;
}
.t-team-moxun .team-text {
  margin-left: 0;
  width: 50%;
  margin-right: 0;
  padding-top: 20px;
}
.t-team-moxun .team-text .short p::before {
  content: "";
  background: #2d6cad;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 8px;
}
.t-team-moxun .team-photo img {border-radius: 20px;}

.t-team .swiper {
    padding-bottom: 50px;
    margin-top: 35px;
}
.t-team .swiper-slide {
    border: 1px solid rgb(227, 227, 231);
    border-radius:20px;
    background: #fff;
    width: 16%;
	margin-right: 2%;
    height: auto;
	padding-bottom: 50px;
    max-width: 17%;
	overflow: hidden;
}
.t-team .swiper-slide img {
    width: 100%;
    display: block;
	padding: 20px 30px;object-fit: cover;
    border-radius: 20px;
}
.t-team .swiper-slide .name {
    padding: 15px 0;
    text-align: center;
    color: #333;
    align-items: center;
    display: flex;
    justify-content: center;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9;border-radius: 30px;
}
.t-team .swiper-slide .name svg {
    margin-right: 5px;
}
.t-team .swiper-slide .name img {
    width: auto;
    display: inline-block;
    border-radius:0 ;
    margin-right: 5px;
    width: 20px;
	padding: 0;
}


.kctx-map {
    padding: 40px 0 150px;
    /* background-color: #f7f7f7; */
    position: relative;
    overflow: hidden;
}
.kctx-map .bg-image {
    width: 80%;
    position: absolute;
    overflow: clip;
    transform: translateX(-50%);
    left: 50%;
}
.kctx-map .bg-image img {
    width: 100%;
    max-width: 85rem;
}
.kctx-map .map-card {
    width: 31.33%;
    background-color: #fcfcfd;
    border:1px solid #ebeef7;
    position: relative;
    margin-right: 2%;
    margin-top: 70px;
    border-radius: 15px;
    min-height: 280px;-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.kctx-map-2 .map-card {
  width: 48%;
}
.kctx-map .map-card:hover {
	box-shadow: 1px 1px 6px 5px #cecece;
	transform: scale(1.05);
}
.kctx-map .map-card:nth-child(2):hover {
	box-shadow: 1px 1px 6px 5px #a6c4dc;
}
.kctx-map .map-card:nth-child(3):hover {
	box-shadow: 1px 1px 6px 5px #cf979a;
}
.kctx-map .map-card h3 {
	font-weight: bold;
}
.kctx-map .map-card-2 {
    margin-top: 35px;
    background: #e1f2ff;
}
.kctx-map .map-card-2 h3 {
    color: #2d6cad;
}

.kctx-map .map-card-3 {
    background: #f8e3e4;
    margin-right: 0;
    margin-top: 0px;
}
.kctx-map .map-card-3 h3 {
    color: #dc1c21;
}

.kctx-map .map-card .pad20 {
    padding: 30px 30px;
}

.kctx-map .map-card .content {
    padding-top: 30px;
}
.kctx-map .map-card p {
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    padding-bottom: 20px;
    color: #1e1e1e;
	
}
.kctx-map .map-card p strong {
	font-weight: normal;
	font-style: normal;
}
.kctx-map .map-card a:hover {
	text-decoration: underline;
}
.kctx-map .map-card p svg {
    position: absolute;
    left: 0;
}


@media (min-width:768px) {
  .jieshao::-webkit-scrollbar {
      width: 5px;
      height: 8px;
  }
  .jieshao::-webkit-scrollbar-thumb {
      border-radius: 3.5px;
      width: 6px;
      background-color: #212121
  }
  .jieshao::-webkit-scrollbar-track {
      background: #b5b5b5;
      width: 10px;
  }
}


  @media (max-width: 1023px) {
    .sub_visual .vision_area {
      width: 100%;
      height: 0;
      padding-top: 66.666%;
      margin: 0 auto 80px;
    }
    .sub_visual .vision_area .curtain_wrap {
      display: none;
    }
    .sub_visual .vision_area .bg {
      width: 100%;
      height: 100%;
      background-size: auto 100%;
    }
  }

@media (min-width: 1501px) {
	.w90 {
	width: 85%;
	max-width: 1680px;
	margin: 0 auto;
}
	
    .huodong-menu ul li a {font-size: 15px;}
}
@media (max-width: 1500px) {
	
	
    .huodong-menu ul li a {font-size: 14px;}
	.huodong-menu ul li {
		  
	}
    .huodong-year .filter-text {
        width: 200px;
    }
    .about-1 .txt {width: 60%;}
    .brand_section {
        margin-top: -200px;
    }
    .brand_section .main-tit-box .main-tit { }
    .brand_section .tit_area p {margin-top: 0;}
    .teacher-team .photo-name .ov-hidden .jieshao {
      height: 190px;
      overflow-y: auto;
    }
}
@media (max-width: 1390px) {
    .huodong-menu ul li { 
      
    }
    .huodong-menu ul li a { font-size: 13px;
	}
}

@media (min-width: 1800px) {
    .brand_section {

    }
}