@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html {
  background-color: #c2edef;
}
input {
  appearance: none;
  outline: none;
  font-family: inherit;
  box-shadow: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
}
input::placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.45;
}


html {
  background-color: #fff;
  font-size: 100px;
}
@font-face {
  font-family: 'FUTUTN';
  /* project id 2381132 */
  src: url('../fonts/FUTUTN/fonteditor.eot');
  src: url('../fonts/FUTUTN/fonteditor.eot?#iefix') format('embedded-opentype'), url('../fonts/FUTUTN/fonteditor.woff2') format('woff2'), url('../fonts/FUTUTN/fonteditor.woff') format('woff'), url('../fonts/FUTUTN/fonteditor.ttf') format('truetype'), url('../fonts/FUTUTN/fonteditor.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'iconfont';
  /* Project id 2608086 */
  src: url('//at.alicdn.com/t/font_2608086_wngrjmvdcy9.woff2?t=1624607757675') format('woff2'), url('//at.alicdn.com/t/font_2608086_wngrjmvdcy9.woff?t=1624607757675') format('woff'), url('//at.alicdn.com/t/font_2608086_wngrjmvdcy9.ttf?t=1624607757675') format('truetype');
}
@font-face {
  font-family: 'pm';
  src: url('../fonts/pm/pm.eot');
  src: url('../fonts/pm/pm.eot?#iefix') format('embedded-opentype'), url('../fonts/pm/pm.woff2') format('woff2'), url('../fonts/pm/pm.woff') format('woff'), url('../fonts/pm/pm.ttf') format('truetype'), url('../fonts/pm/pm.svg#iconfont') format('svg');
}
.iconfont {
  font-family: 'iconfont' !important;
}
body {
  color: #3e3e3e;
  min-height: 100vh;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Segoe UI', 'Helvetica Neue', sans-serif;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}
.header {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  top: 50px;
  left: 0;
  transition: all 0.25s;
}
.header.active {
  top: 0;
}
.header.active .nav {
  width: 100%;
  border-radius: 0;
}
.header svg {
  display: none;
}
.header .nav {
  background-color: #fff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 0 0.5rem rgba(55, 55, 55, 0.2);
  transition: all 0.25s;
}
.header .nav .lists {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 0.6rem;
  border-radius: 40px;
  filter: url(#goo);
}
.header .nav .logo {
  margin: 0 0.8rem;
  display: block;
  width: 2.2rem;
}
.header .nav .item + .item {
  margin-left: 0.65rem;
}
.header .nav .item {
  position: relative;
  height: 75px;
}
.header .nav .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #006eb9;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s;
}
.header .nav .item::before {
  position: absolute;
  content: "";
  width: 140%;
  left: -20%;
  height: 100%;
  top: 0;
}
.header .nav .item > a {
  line-height: 75px;
  position: relative;
}
.header .nav .item .child {
  position: absolute;
  font-weight: 400;
  background-color: #fff;
  white-space: nowrap;
  font-size: 15px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
  height: 0;
  overflow: hidden;
  transition: height 0.25s;
}
.header .nav .item .child .wrapper {
  padding: 20px;
}
.header .nav .item .child a {
  display: block;
}
.header .nav .item .child a:hover {
  color: rgba(0, 110, 185, 0.7);
  text-decoration: underline;
}
.header .nav .item .child a + a {
  margin-top: 12px;
}
.header .nav .item:hover > a {
  color: #006eb9;
}
.header .nav .item:hover .child {
  height: 160px;
}
.header .nav .item:hover:nth-child(n + 3) .child {
  height: 94px;
}
.header .nav .item:hover::after {
  opacity: 1;
}
.home-body .banner {
  height: 100vh;
  overflow: hidden;
}
.home-body .banner .bg {
  height: 100vh;
  background-position: center center;
  background-size: cover;
}
.home-body .banner .swiper-pagination {
  bottom: 0.3rem;
}
.home-body .banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  background-color: #fff;
  border-radius: 0;
  height: 5px;
}
.home-body .section1 {
  position: relative;
  min-height: 92vh;
  padding: 0.9rem 2.6rem 2.3rem;
  background-color: #006eb9;
  color: #fff;
  background-image: url(../images/bgg.png);
  background-repeat: no-repeat;
  background-position: center 123%;
}
.home-body .section1 .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.home-body .section1 .flex .left {
  width: 50%;
  padding-top: 0.6rem;
}
.home-body .section1 .flex .right {
  width: 6.1rem;
}
.home-body .section1 .content h3 {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}
.home-body .section1 .content .detail {
  line-height: 1.8;
  text-align: justify;
}
.home-body .section1 .content .common-more {
  margin-top: 1.5rem;
}
.home-body .section1 .trees {
  position: absolute;
  display: flex;
  align-items: flex-end;
  left: 15vw;
  bottom: 1rem;
}
.home-body .section1 .trees img:nth-child(1) {
  width: 1.25rem;
}
.home-body .section1 .trees img:nth-child(2) {
  width: 1.69rem;
}
.home-body .section1 .trees img:nth-child(3) {
  width: 1rem;
}
.home-body .section1 .trees img {
  margin-left: 0.15rem;
}
.home-body .section1 .common-title-stroke {
  position: absolute;
  left: 2.6rem;
  top: 3rem;
}
.home-body .section2 {
  padding: 0.7rem 2.6rem 1rem;
}
.home-body .section2 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-body .section2 .flex .left {
  width: 5.64rem;
  height: 5.64rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.home-body .section2 .flex .center {
  width: 5.3rem;
}
.home-body .section2 .flex .center h3 {
  font-size: 0.3rem;
  font-weight: 400;
}
.home-body .section2 .flex .center .detail {
  opacity: 0.8;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.home-body .section2 .flex .center .common-more {
  color: #006eb9;
}
.home-body .section2 .flex .right .item {
  text-align: center;
  cursor: pointer;
}
.home-body .section2 .flex .right .item .thumb {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #006eb9;
  margin-bottom: 8px;
  background-position: center center;
  background-size: cover;
}
.home-body .section2 .flex .right .item.active {
  color: #006eb9;
}
.home-body .section2 .flex .right .item.active .thumb {
  box-shadow: 0 0 0px 3px #006eb9;
}
.home-body .section2 .flex .right .item + .item {
  margin-top: 0.44rem;
}
.home-body .section3 .box {
  width: calc(100% - 2.6rem);
  background-color: #006eb9;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  padding: 0.7rem 0 1.1rem 13.541666%;
  color: #fff;
}
.home-body .section3 .box .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.home-body .section3 .box .flex1 {
  padding-right: 0.9rem;
}
.home-body .section3 .box .flex1 .common-more {
  margin-bottom: 0.4rem;
}
.home-body .section3 .box .flex1 .common-title-stroke.with-title .cn {
  color: #fff;
  text-align: left;
}
.home-body .section3 .box .flex1 .common-title-stroke.with-title .stroke {
  margin-left: -0.15rem;

  font-family: 'pm';
}
.home-body .section3 .box .flex2 {
  padding-top: 0.3rem;
  align-items: flex-start;
}
.home-body .section3 .box .ctrl {
  flex-shrink: 0;
  width: 0.5rem;
  font-size: 0.48rem;
  margin-top: 0.5rem;
}
.home-body .section3 .box .ctrl .iconfont + .iconfont {
  margin-top: 0.2rem;
}
.home-body .section3 .box .ctrl .iconfont {
  outline: none;
  cursor: pointer;
}
.home-body .section3 .box .ctrl .iconfont.swiper-button-disabled {
  opacity: 0.5;
}
.home-body .section3 .box .swiper-container {
  flex: auto;
  margin-left: 1.14rem;
}
.home-body .section3 .box .swiper-container .swiper-slide {
  width: 4.44rem;
}
.home-body .section3 .box .swiper-container .swiper-slide .img-box {
  border-radius: 10px;
  overflow: hidden;
}

.home-body .section3 .box .swiper-container .swiper-slide .img-box img{

	-webkit-transition: 0.5s;

}

.home-body .section3 .box .swiper-container .swiper-slide:hover .img-box img{

	-webkit-transform: scale(1.05);

}


.home-body .section3 .box .swiper-container .swiper-slide h3 {
  font-size: 0.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-body .section3 .box .swiper-container .swiper-slide .des {
  line-height: 1.5;

      font-size: 14px;

      opacity: 0.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-body .section3 .box .swiper-container .swiper-slide.swiper-slide-auto {
  width: 2.2rem;
  display: flex;
  align-items: center;
  height: 2.5rem;
  justify-content: center;
  padding-right: 0.5rem;
}
.home-body .section4 {
  padding-top: 0.9rem;
}
.home-body .section4 .cover-box {
  margin-top: 0.5rem;
  position: relative;
}
.home-body .section4 .cover-box ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.home-body .section4 .cover-box ul li {
  height: 100%;
  width: 3.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding-top: 3.15rem;
  text-align: center;
}
.home-body .section4 .cover-box ul li .iconfont {
  line-height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.5rem;

    border: 1px solid #fff;
}
.home-body .section4 .cover-box ul li h3 {
  font-size: 24px;

  line-height: 1;

  margin-top: 35px;

  margin-bottom: 5px;

  display: block;

  width: 100%;
}
.home-body .section4 .cover-box ul li .des {
  line-height: 1.7;

  font-size: 16px;

  margin-top: 15px;
}
.home-body .section4 .cover-box ul li:hover .iconfont {
  background-color: #fff;
  color: #006eb9;
}
.home-body .section4 .cover-box ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.home-body .common-title-stroke {
  font-size: 1.96rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  user-select: none;
}
.home-body .common-title-stroke .stroke {
  color: transparent;
  opacity: 0.1;
  -webkit-text-stroke: 1px #fff;

  font-family: 'pm';
}
.home-body .common-title-stroke.common-title .stroke {
  color: #e8f3fc;
  opacity: 1;
  -webkit-text-stroke: unset;

  font-family: 'pm';
}
.home-body .common-title-stroke.with-title {
  text-align: center;
  position: relative;
}
.home-body .common-title-stroke.with-title .cn {
  font-size: 0.4rem;
  color: #0061ae;
  position: absolute;
  bottom: 0.65rem;
  width: 100%;
  left: 0;
}
.common-more {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.common-more .en {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;

  font-family: 'FUTUTN';
}

.mlogo {
    display: none;
}

.menu_btn {
	position: absolute;
	right: 0;
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: transparent;
	color: transparent;
	border: none;
	outline: none;
	top: 5px;
}

.menu_btn span {
	top: 27px;
	left: 15px;
	width: 20px
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
	position: absolute;
	height: 2px;
	background-color: #006eb9;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.menu_btn span:after,
.menu_btn span:before {
	content: "";
	left: 0;
	-webkit-transform: translateY(0) rotate(0)
}

.menu_btn span:before {
	top: -6px;
	width: 14px
}

.menu_btn span:after {
	top: 6px;
	width: 12px
}

.menu_btn.active span {
	background-color: transparent
}

.menu_btn.active span:before {
	-webkit-transform: translateY(6px) rotate(-45deg)
}

.menu_btn.active span:after {
	-webkit-transform: translateY(-6px) rotate(45deg)
}

.menu_btn.active span:after,
.menu_btn.active span:before {
	width: 20px
}
.common-more::after {
  content: '\e669';
  font-family: 'iconfont';
  font-size: 24px;
  margin-left: 0.2rem;
}
.footer {
  padding: 0.55rem 2.6rem 0;
  background-color: #e8f3f7;
}
.footer .flex {
  display: flex;
}
.footer .top {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 110, 185, 0.2);
}
.footer .top .icons {
  display: flex;
  color: #9c9c9c;
}
.footer .top .icons p {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #d7e5eb;
  font-size: 20px;
  cursor: pointer;
}
.footer .top .icons p img{
  width: 6vw;
  position: absolute;
  margin-top: -4.5vw;
  display: none;
}
.footer .top .icons p:hover img{
  display: block;
}
.footer .top .icons p + p {
  margin-left: 12px;
}
.footer .center {
  padding-top: 0.4rem;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 110, 185, 0.2);
}
.footer .center .navs {
  align-items: flex-start;
  justify-content: space-between;
}
.footer .center .navs .item {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}
.footer .center .navs .item a {
  color: #969696;
  font-size: 15px;
}
.footer .center .navs .item a:first-child {
  font-size: 20px;
  font-weight: 700;
  color: #364246;
  margin-bottom: 0.08rem;
}

.footer .center .navs .item a:hover{

	color: #3e3e3e;

}
.footer .center .b-b {
  padding: 0.5rem 0 0.2rem;
}
.footer .center .b-b a {
  color: #006eb9;
  font-family: "FUTUTN";
  font-size: 0.34rem;
  margin-top: 5px;
  display: block;
}
.footer .center .entry {
  display: flex;
}
.footer .center .entry a {
  display: flex;
  line-height: 37px;
  align-items: center;
  justify-content: space-between;
  width: 155px;
  padding: 0 15px 0 20px;
  border-radius: 37px;
  color: #fff;
  background-color: #006eb9;
}
.footer .center .entry a + a {
  background-color: #00954b;
  margin-left: 30px;
}

.footer .center .entry a:hover{

	opacity: .9;

}
.footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.1rem;
  font-size: 14px;
}
.footer .bottom p {
  color: #9c9c9c;
}
/* 通用分页样式 */
#page {
  padding-top: 0.85rem;
  display: block;
  text-align: center;
}
#page li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  color: #666;
  font-size: 16px;
  line-height: 38px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  border-radius: 3px;
}
.xl-nextPage,
.xl-prevPage {
  width: 80px;
  color: #006eb9;
  height: 28px;
}
#page li.xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#page li.xl-disabled:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #dce0e0 !important;
  color: #666 !important;
}
#page li.xl-active {
  background-color: #006eb9;
  border-color: #006eb9;
  color: #FFF;
}
#page li:hover {
  background-color: #006eb9 !important;
  border-color: #006eb9;
  color: #FFF;
}
#page li.xl-jumpText {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
#page li.xl-jumpText:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
#page li.xl-jumpButton {
  padding: 0 5px;
}
#xlJumpNum {
  width: 40px;
  margin: 0 3px;
}
.page-banner {
  height: 6rem;
  overflow: hidden;
}
.page-banner img{
    width: 100%;
}
.section {
  padding: 0.8rem 2.6rem;
}
.about-body .section1 .s-img {
  height: 4rem;
  background-image: url(../images/banner.jpg);
  background-position: center center;
  border-radius: 20px;
}
.about-body .section1 h3 {
  font-size: 26px;
  color: #006eb9;
}
.about-body .section1 .content {
  padding-top: 35px;
  text-align: justify;
}
.about-body .section1 .content p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.8;
}
.about-body .section2 .lists {
  display: flex;
  flex-wrap: wrap;
}
.about-body .section2 .lists .item {
  box-shadow: 0 0 0.3rem rgba(0, 110, 185, 0.1);
  width: 23.5%;
  margin-bottom: 2vw;
  margin-right: 2%;
}

.about-body .section2 .lists .item:nth-child(4n){
    margin-right: 0%;
}

.about-body .section2 .lists .item .img-box {
  height: 4rem;
  background-position: center top;
  background-size: cover;
}
.about-body .section2 .lists .item .img-box img{
    width: 100%;
    height: 100%;
}
.about-body .section2 .lists .item .text {
  padding: 20px 25px;
}
.about-body .section2 .lists .item .text h3 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #006eb9;
}
.about-body .section2 .lists .item .text h3 span {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  border-radius: 22px;
  vertical-align: middle;
  color: #555;
}
.about-body .section2 .lists .item .text .des {
  line-height: 1.8;
    font-size: 15px;
    color: #777;
    height: 190px;
    overflow-y: auto;
}
.about-body .section3 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-body .section3 .lists .item {
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  padding: 0 30px;
  position: relative;

  border-radius: 50px;

  -webkit-transition: 0.5s;
}
.about-body .section3 .lists .item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #006eb9;
  left: 10px;
}
.about-body .section3 .lists .item h3 {
  font-size: 24px;
  margin-right: 20px;
}
.about-body .section3 .lists .item.active {
  background-color: #006eb9;
  color: #fff;
}
.about-body .section3 .imgs {
  width: 6rem;
}
.about-body .section3 .imgs img {
  display: none;
}
.about-body .section3 .imgs img.active {
  display: block;
}
.about-body .section4 {
  padding-left: 0;
  padding-right: 0;
}
.about-body .section4 .imgs {
  overflow: hidden;
  padding-top: 0.4rem;
  position: relative;
}
.about-body .section4 .imgs .imgs-lists {
  width: 300vw;
  display: flex;
  animation: hj linear 30s infinite;
}
.about-body .section4 .imgs .imgs-lists img {
  flex: auto;
  width: 19.2rem;
}
@keyframes hj {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200vw, 0, 0);
  }
}
.common-title {
  text-align: center;
  margin-bottom: 0.4rem;
}
.common-title .en {
  font-family: "FUTUTN";
  font-size: 20px;
  text-transform: capitalize;
}
.common-title .cn {
  font-size: 28px;
  font-weight: 700;
}
.tab {
  display: flex;
  justify-content: center;
}
.tab .flex {
  display: flex;
  box-shadow: 0 0 10px rgba(0, 110, 185, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(0, 110, 185, 0.1);
  overflow: hidden;
}
.tab .item {
  padding: 0 30px;
  line-height: 65px;
  cursor: pointer;
  transition: all 0.25s;
}
.tab .item.active {
  background-color: #006eb9 !important;
  color: #fff;
}
.tab .item:hover {
  background-color: rgba(0, 110, 185, 0.1);
}
.news-lists {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.7rem;
}
.news-lists .news-item {
  width: 4.2rem;
  margin-right: calc((100% - 12.6rem) / 2);
}
.news-lists .news-item:nth-child(3n) {
  margin-right: 0;
}
.news-lists .news-item:nth-child(n + 4) {
  margin-top: 0.6rem;
}
.news-lists .news-item .time {
  color: #006eb9;
  font-size: 13px;
  margin-bottom: 0.05rem;
}
.news-lists .news-item .img-box {
  border-radius: 10px;
  overflow: hidden;
}

.news-lists .news-item .img-box img{
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
}

.news-lists .news-item h3 {
  font-size: 0.2rem;
  margin-top: 0.15rem;
  margin-bottom: 0.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-lists .news-item .des {
  line-height: 1.8;
  font-size: 14px;
  opacity: 0.85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.pagination a {
  display: block;
  line-height: 40px;
  min-width: 42px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
}
.pagination a.active {
  color: #fff;
  border-color: #006eb9;
  background-color: #006eb9 !important;
}
.pagination a:hover {
  background-color: rgba(0, 110, 185, 0.2);
  border-color: rgba(0, 110, 185, 0.2);
}
.pagination a + a {
  margin-left: 10px;
}
.pagination a:first-child {
  padding: 0 15px;
}
.contact-body .section1 .flex {
  display: flex;
  align-items: flex-start;
}
.contact-body .section1 .flex .left {
  width: 50%;
}
.contact-body .section1 .flex .right {
  padding-left: 5%;
  padding-top: 5%;
}
.contact-body .section1 .flex .right .title {
  margin-bottom: 50px;
  width: 3.5rem;
}
.contact-body .section1 .flex .right h3 {
  font-size: 30px;
  color: #006eb9;
  line-height: 1;
  margin-bottom: 50px;
}
.contact-body .section1 .flex .right h3 span {
  text-transform: uppercase;
  color: #006eb9;
  font-family: 'FUTUTN';
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  padding-left: 10px;
}
.contact-body .section1 .flex .right h3 .iconfont {
  font-weight: 400;
  padding-left: 0;
  font-size: 30px;
  margin-right: 10px;
}
.contact-body .section1 .flex .right .item .name {
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-body .section1 .flex .right .item .name .iconfont {
  font-size: 28px;
  color: #006eb9;
  margin-right: 10px;
}
.contact-body .section1 .flex .right .item .c {
  padding-left: 40px;
  font-size: 20px;
}
.contact-body .section1 .flex .right .item .tel {
  font-family: 'FUTUTN';
  font-size: 30px;
  font-weight: 700;
}
.contact-body .section1 .flex .right .item + .item {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.contact-body .section1 .flex .right .code {
  padding-left: 40px;
}
.contact-body .section1 .flex .right .code img {
  width: 1.5rem;
}
.contact-body .section1 .flex .right .code .name {
  font-size: 14px;
  margin-top: 8px;
}
.school-body .section1 .content {
  line-height: 2;
}
.school-body .section1 .content h3 {
  font-size: 22px;
  color: #006eb9;
  text-align: center;
}
.school-body .section1 .content p {
  margin-top: 10px;
  text-indent: 32px;
}
.school-lists {
  display: flex;
  flex-wrap: wrap;

}
.school-lists .item {
  box-shadow: 0 0 0.3rem rgba(0, 110, 185, 0.1);
  width: 23.5%;
  margin-right: 2%;
      margin-bottom: 2vw;
}

.school-lists .item:nth-child(4n){
    margin-right: 0%;
}

.school-lists .item .img-box {
  height: 4rem;
  background-position: center top;
  background-size: cover;
}

.school-lists .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.school-lists .item .text {
  padding: 20px 25px;
}
.school-lists .item .text h3 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #006eb9;
}
.school-lists .item .text h3 span {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  border-radius: 22px;
  vertical-align: middle;
  color: #555;
}
.school-lists .item .text .des {
      line-height: 1.8;
    font-size: 15px;
    color: #777;
    height: 190px;
    overflow-y: auto;
}
.text-news-lists .item {
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 30px 0;
  align-items: center;
}
.text-news-lists .item .date {
  width: 86px;
  height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #006eb9;
  color: #fff;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 10px;
  font-family: 'FUTUTN';
  font-size: 18px;
}
.text-news-lists .item .date .day {
  font-size: 26px;
}
.text-news-lists .item .text {
  flex: auto;
}
.text-news-lists .item .text .des {
  opacity: 0.7;
  margin-top: 5px;
  font-size: 15px;
}
.text-news-lists .item .text h3 {
  font-size: 20px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-news-lists .item .text .time {
  font-size: 14px;
  opacity: 0.5;
  margin-top: 5px;
}
.text-news-lists .item:hover h3 {
  color: #006eb9;
}
.text-news-lists .item:hover .date {
  background-color: rgba(0, 110, 185, 0.8);
}
.talents-body .section2 .text-news-lists .item .date {
  background-color: #00954b;
}
.talents-body .section2 .text-news-lists .item:hover .date {
  background-color: rgba(0, 149, 75, 0.8);
}
.talents-body .section2 .text-news-lists .item:hover .text h3 {
  color: #00954b;
}
.section + .section {
  padding-top: 0.2rem;
}
.text-news-lists {
  max-width: 1000px;
  margin: 0 auto;
}
.detail_page {
  padding: 1.25rem 2.6rem 1.8rem;
  color: #3e3e3e;
}
.detail_page .title {
  font-size: 0.34rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.detail_page .info {
  opacity: 0.5;
}
.detail_page .singePage {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
  text-align: justify;
}
.detail_page .ndc_npnews {
  margin-top: 50px;
  display: none;
}
.detail_page .dpr {
  margin-top: 1rem;
}
.detail_page .dpr .title {
  font-size: 0.26rem;
}
.detail_page .dpr .list {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.detail_page .dpr .list .item {
  display: block;
  width: 4.3rem;
  margin-right: calc((100% - 12.9rem) / 2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.detail_page .dpr .list .item:nth-child(n + 4) {
  display: none;
}
.detail_page .dpr .list .item .img-box {
  background-size: cover;
  background-position: center center;
}
.detail_page .dpr .list .item .text {
  padding: 0.3rem 0.25rem;
  font-size: 14px;
}
.detail_page .dpr .list .item .text h3 {
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
}
.detail_page .dpr .list .item .text .des {
  line-height: 1.8;
  text-align: justify;
  height: 50px;
  overflow: hidden;
  color: #888888;
  margin-top: 8px;
  margin-bottom: 0.4rem;
}
.detail_page .dpr .list .item .text .date {
  color: #888888;
}
.detail_page .dpr .list .item:nth-child(3n) {
  margin-right: 0;
}
.detail_page .dpr .list .item:nth-child(n + 4) {
  margin-top: 0.6rem;
}

._Plate{
  width: 100%;
  padding: 70px 0 75pt;
}
.activityList{
  margin: 40px 10vw 0;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.activityList li {
  display: inline-block;
  margin: 0 2% 30px auto;
  width: 25%;
  float: left;
}
.activityList li a {
  transition: ease .5s;
  height: 100%;
  display: block;
  background: #fff;
}
.activityList .pic {
  width: 100%;
  height: 18vw;
  background-position: center;
  background-size: cover !important;
}
.activityList .summary {
  padding: 10px 0;
}
.activityList .title {
  font-size: 18px;
  padding: 0 20px;
  margin-bottom: 10px;
  height: 25px;
  overflow: hidden;
}
.activityList .timer {
  opacity: .7;
  font-size: 14px;
}
._bg_activity {
  background-size: cover !important;
}
._PlateTitle {
  text-align: center;
}
._PlateTitle .title {
  color: #2683bc;
  font-size: 36px;
  position: relative;
  padding-bottom: 15px;
}
._PlateTitle .title img {
  width: 25pc;
  display: inline-block;
}
.activityList li:hover a {
  background: rgba(0, 148, 75, .7);
  box-shadow: 0 0 18px 3px rgb(0 0 0 / 30%);
  transform: translateY(-5%);
  color: #fff;
}
._more {
  display: block;
  margin: 35px auto 0;
  width: 145px;
  background: #2683bc;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  border-radius: 5px;
  opacity: .8;
  transition: ease .5s;
  text-align: center;
}
.zsjm {
  width: 5pc;
  height: 5pc;
  position: fixed;
  right: 25px;
  top: 62%;
  z-index: 100;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 15px 2px rgb(0 0 0 / 10%);
}
.douIcon{
  width: 20px !important;
  display: block !important;
  margin-top: 0 !important;
}
.zs{
  top: 50%;
}
.zsjm .eb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  background: #00944b;
  border-radius: 50%;
}
.zsjm p {
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 4.2pc;
  color: #fff;
  display: block;
  margin-bottom: 0;
}
.zsjm:before {
  content: '';
  background: #fff;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: fadein 1s linear infinite .5s;
}
@-webkit-keyframes fadein {

  0% {

    -webkit-transform: scale(1);

    opacity: .5

  }



  100% {

    -webkit-transform: scale(1.5);

    opacity: 0

  }

}
@media screen and (max-width: 1200px) {

	.header{

		top: 0px;

		background-color: #fff;

	}

	.header .nav{

		box-shadow: none;

	}

	.header .nav .logo{

		display: none;

	}

	.mlogo{

		width: 150px;

		display: block;

	}

	.section {

	    padding: 0.8rem 5%;

	}

	.home-body .section1{

		padding: 0.9rem 5% 2.3rem;

	}

	.home-body .section1 .flex .right{

		width: 45%;

	}

	.home-body .section1 .content .common-more{

		margin-top: 30px;

	}

	.home-body .section1 .trees img:nth-child(3) {

	    width: 0.8rem;

	}

	.home-body .section1 .trees img:nth-child(2) {

	    width: 1.3rem;

	}

	.home-body .section1 .trees img:nth-child(1) {

	    width: 1rem;

	}

	.home-body .section2{

		padding: 0.7rem 5% 1rem;

	}

	.home-body .section3 .box{

		width: 100%;

		border-radius: 0px;

	}

	.footer{

		padding: 15px 5%;

	}

	.home-body .section4 .cover-box ul li{

		width: 25%;

	}

	.home-body .section2 .flex .right .item .thumb{

		width: 80px;

		height: 80px;

	}

	.about-body .section2 .lists{

		flex-wrap: wrap;

	}

	.about-body .section2 .lists .item{

		width: 23.5%;

		margin-right: 2%;

	}

	.news-lists .news-item{

		width: 32%;

		margin-right: 2%;

	}

	.about-body .section2 .lists .item:nth-child(4n){

		margin-right: 0%;

	}

	.header.active .nav{

		width: auto;

	}

	.news-lists .news-item .des{

		display: none;

	}

	.news-lists .news-item h3{

		font-size: 16px;

		margin-bottom: 5px;

		margin-top: 15px;

	}

	.news-lists .news-item .time{

		font-size: 14px;

	}

	#page li.xl-prevPage,

	#page li.xl-nextPage {

		display: none;

	}

	.header .nav .item:nth-child(6){

		margin-left: 0.65rem;

	}

	#page li{

		min-width: 35px;

		height: 35px;

		font-size: 14px;

		line-height: 33px;

	}

}

@media screen and (max-width: 900px) {
  .zsjm{
    width: 4pc;
    height: 4pc;
    right: 5px;
  }
  .zsjm p{
    font-size: 12px;
    line-height: 3.5pc;
  }
  ._Plate{
    padding: 20px 0 20px;
  }
  ._PlateTitle .title img{
    width: 15pc;
  }
  .activityList{
    margin: 0;
    padding: 5vw;
  }
  .activityList li{
    width: 100%;
    margin-bottom: 10px;
  }
  .activityList .pic{
    height: 50vw;
  }
  ._more{
    margin: 10px auto 0;
  }
	.header .nav{

		opacity: 0;

		visibility: hidden;

		width: 100%;

		height: calc(100vh - 60px);

		right: 0;

		top: 60px;

		position: fixed;

		background: #fff;

		-webkit-transition: all .6s cubic-bezier(.23,1,.32,1);

		display: block;

		border-radius: 0px;

	}

	.header .nav.active {

	    opacity: 1;

	    visibility: visible;

	}

	.menu_btn {

	    display: block;

	}

	.header{

		height: 60px;

		padding: 0px 5%;

		justify-content: flex-start;

	}

	.home-body .banner {

	    height: 50vh;

	    overflow: hidden;

	    margin-top: 60px;

	}

	.home-body .banner .bg{

		height: 50vh;

	}

	.home-body .section1 .flex{

		flex-wrap: wrap;

	}

	.home-body .section1 .flex .left{

		width: 100%;

		    padding-top: 0px;

	}

	.home-body .section1 .flex .right{

		display: none;

	}

	.home-body .section1{

		min-height: auto;

	}

	.home-body .section1 .content .common-more{

		margin-bottom: 80px;

	}

	.home-body .section1 .trees img:nth-child(1) {

	    width: 40px;

	}

	.home-body .section1 .trees img:nth-child(2) {

	    width: 70px;

	}

	.home-body .section1 .trees img:nth-child(2) {

	    width: 70px;

	}

	.home-body .section1 {

	    padding: 50px 5% 100px;

	}

	.home-body .section2{

		padding: 50px 5%;

	}

	.home-body .common-title-stroke{

		font-size: 60px;

	}

	.home-body .section2 .flex{

		flex-wrap: wrap;

	}

	.home-body .section2 .flex .left{

		display: none;

	}

	.home-body .common-title-stroke.with-title .cn{

		font-size: 32px;

		color: #0061ae;

		position: absolute;

		top: 50%;

		width: 100%;

		left: 0;

		margin-top: -16px;

	}

	.home-body .section2 .flex .right,.home-body .section2 .flex .right .lists{

		width: 100%;

	}

	.home-body .section2 .flex .right .lists{

		display: flex;

		justify-content: space-between;

		margin-top: 30px;

	}

	.home-body .section2 .flex .center{

		width: 100%;

	}

	.home-body .section2 .flex .center h3{

		font-size: 18px;

		font-weight: bold;

	}

	.home-body .section2 .flex .right .item + .item{

		margin-top: 0px;

	}

	.home-body .section3 .box{

		padding: 50px 5%;

	}

	.home-body .section3 .box .flex1{

		    padding-right: 0px;

	}

	.home-body .section3 .box .ctrl{

		display: none;

	}

	.home-body .section3 .box .swiper-container{

		margin-left: 0px;

	}

	.home-body .section3 .box .swiper-container .swiper-slide{

		width: 90%;

	}

	.home-body .section3 .box .swiper-container .swiper-slide h3{

		font-size: 16px;

		margin-top: 10px;

		margin-bottom: 5px;

	}

	.home-body .section3 .box .swiper-container .swiper-slide .des{

		display: none;

	}

	.home-body .section4 .cover-box img{

		display: none;

	}

	.home-body .section4 .cover-box{

		background: url(../images/bg.jpg) center center no-repeat;

		background-size: cover;

	}

	.home-body .section4 .cover-box ul{

		position: relative;

		    flex-wrap: wrap;

	}

	.home-body .section4 .cover-box ul li{

		padding-top: 0px;

		width: 100%;

		height: auto;

		display: flex;

		justify-content: space-between;

		padding: 25px 10%;

		align-items: center;

		flex-direction:initial;

		text-align: left;

		border-bottom: 1px solid rgba(255,255,255,.3);

	}

	.home-body .section4 .cover-box ul li .iconfont{

		width: 72px;

		font-size: 36px;

	}

	.home-body .section4 .cover-box ul li .info{

		width: calc(100% - 90px);

	}

	.home-body .section4 .cover-box ul li h3{

		margin-top: 0px;

		margin-bottom: 0px;

		font-size: 20px;

	}

	.home-body .section4 .cover-box ul li .des{

		line-height: 1.5;

		font-size: 16px;

		margin-top: 10px;

	}

	.footer .center .navs{

		display: none;

	}

	.footer .top{

		display: none;

	}

	.footer .center .b-b{

		padding: 0px 0px 15px;

	}

	.footer .center .b-b a{

		font-size: 28px;

	}

	.footer .center{

		padding-top: 5px;

		padding-bottom: 15px;

	}

	.footer .bottom{

		height: auto;

		flex-wrap: wrap;

		padding-top: 10px;

		line-height: 1.7;

		font-size: 12px;

	}

	.footer .bottom a{

		color: #9c9c9c;

	}

	.header .nav .lists{

		filter: none;

		width: 100%;

		height: auto;

		position: absolute;

		top: 50%;

		-webkit-transform: translateY(-50%);

		flex-wrap: wrap;

	}

	.header .nav .item{

		width: 100%;

		height: auto;

		display: flex;

		align-items: baseline;

	}

	.header .nav .item > a{

		line-height: 55px;

		width: 90px;

	}

	.header .nav .item + .item{

		margin-left: 0px;

	}

	.header .nav .item .child{

		position: relative;

		left: 0px;

		top: 0px;

		height: auto;

		transform: translateX(0%);

		width: calc(100% - 90px);

		display: flex;

		flex-wrap: wrap;

	}

	.header .nav .item .child .wrapper{

		padding: 0px;

		display: flex;

		flex-wrap: wrap;

	}

	.header .nav .item:hover:nth-child(n + 3) .child{

		height: auto;

	}

	.header .nav .item .child a {

		line-height: 40px;

		margin-right: 10px;

	}

	.header .nav .item .child a + a{

		margin-top: 0px;

		

	}

	.header .nav .item:nth-child(6){

		margin-left: 0px;

	}

	.home-body .section1 .content h3{

		font-size: 24px;

	}

	.header.active .nav {

	    width: 100%;

	}

	.header .nav .item:hover .child{

		height: auto;

	}

	.header .nav .item:hover::after {

	    opacity: 0;

	}

	.about-body .section1 h3{

		font-size: 20px;

	}

	.about-body .section1 .content p{

		margin-top: 10px;

		font-size: 14px;

		line-height: 1.7;

	}

	.about-body .section1 .content{

		text-align: left;

	}

	.about-body .section2 .lists .item{

		width: 100%;

		margin-right: 0%;

		margin-bottom: 15px;

	}

	.about-body .section2 .lists .item .img-box{

		height: 35vh;

	}

	.about-body .section3 .imgs{

		display: none;

	}

	.about-body .section3 .lists .item{

		height: 60px;

		font-size: 14px;

	}

	.about-body .section3 .lists .item h3{

		font-size: 18px;

		margin-right: 0px;

		width: 60px;

	}

	.tab{

		display: none;

	}

	.news-lists .news-item{

		width: 100%;

		margin-right: 0%;

		margin-bottom: 15px;

	}

	.news-lists .news-item h3{

		margin-top: 10px;

	}

	.section{

		padding: 50px 5%;

	}

	.page-banner{

		height: auto;

	}

	.school-lists{

		flex-wrap: wrap;

	}

	.school-lists .item{

		width: 49%;
    
		margin-bottom: 15px;

	}
	
	.school-lists .item:nth-child(2n){
	    margin-right: 0;
	}

	.school-lists .item .img-box{

		height: 65vw;

	}

	.text-news-lists .item{

		padding: 0px;

		padding-bottom: 10px;

		margin-bottom: 10px;

	}

	.text-news-lists .item .date{

		width: 66px;

		height: 66px;

		margin-right: 10px;

	}

	.text-news-lists .item .text .des{

		display: none;

	}

	.text-news-lists .item .text h3{

		font-size: 16px;

		line-height: 24px;

	}

	.detail_page{

		padding: 30px 5%;

	}

	.detail_page .info{

		font-size: 12px;

	}

	.detail_page .title{

		font-size: 20px;

	}

	.detail_page .singePage{

		margin-top: 20px;

	}

	.text-news-lists .item .text .time{

		margin-top: 0px;

	}

	.contact-body .section1 .flex{

		flex-wrap: wrap;

	}

	.contact-body .section1 .flex .left{

		width: 100%;

		margin-bottom: 20px;

	}

	.contact-body .section1 .flex .right .code img{

		width: 120px;

	}

	.contact-body .section1 .flex .right{

		padding-left: 0%;

		padding-top: 0%;

	}

	.contact-body .section1 .flex .right .title{

		display: none;

	}

	.contact-body .section1 .flex .right .item .name{

		font-size: 16px;

	}

	.contact-body .section1 .flex .right .item .c{

		font-size: 16px;

	}

	.contact-body .section1 .flex .right .item .name{

		margin-bottom: 0px;

	}

	.contact-body .section1 .flex .right .item + .item{

		margin-top: 10px;

		padding-top: 10px;

	}

}