    html,
      body {
        position: relative;
        height: 100%;
		font-size:62.5%;
      }
      body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #000;
        margin: 0;
        padding: 0;
;
      }
body{color:#222;-webkit-text-size-adjust:none;}

		body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl, dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0; padding:0;}

		h1,h2,h3,h4,h5,h6{font-size:100%;}

		body,input,select,textarea {font-family:Tahoma,Arial,Helvetica,microsoft yahei;font-size:62.5%; line-height:1.5;}
		button{border: 0px;background-color: #eeeeee;}

		ol,ul{list-style:none;}
		html,body{ width:100%; height:100%; overflow:hidden;}
/* body {background:#fff;height: 100%; color: #000;
		font-size:62.5%;margin: 0;
        padding: 0;}
html{font-size:12px;line-height:1.5rem;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl, dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0; padding:0;} */

		.section-wrap{ width:100%;height:100%;overflow:visible;transition:transform 1s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);}

		.section-wrap .section{ position:relative; width:100%; height:100%; background-position:center center; background-repeat:no-repeat;}

		.section-wrap .section .title{width:100%;position:absolute;top:10%;color:#fff;font-size:2.4em;text-align:center;}

		.section-wrap .section .title p{ padding:0 4%;}

		.section-wrap .section .title.active .tit{ opacity:1;transform:translateY(-25px);-webkit-transform:translateY(-25px);transition:all 2s cubic-bezier(0.86,0,0.8,1);-webkit-transition:all 2s cubic-bezier(0.86,0,0.8,1);}

		.section-wrap .section-1{/* background-color:#000;opacity:0.9; */}

		.section-wrap .section-2{ background-color:#5cb85c}

		.section-wrap .section-3{ background-color:#f8f8f8}

		.section-wrap .section-4{ background-color:#f0ad4e}

		.section-wrap .section-5{ background-color:#f8f8f8}

		.put-section-0{ transform:translateY(0);-webkit-transform:translateY(0);}

		.put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}

		.put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}

		.put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}

		.put-section-4{ transform:translateY(-400%);-webkit-transform:translateY(-400%);}

		.section-btn{ width:14px;position:fixed;right:4%;top:50%;}

		.section-btn li{ width:14px;height:14px;cursor:pointer;text-indent:-9999px;border-radius:50%;-webkit-border-radius:50%;margin-bottom:12px; background:#BD362F;text-align:center; color:#fff; onsor:pointer;}

		.section-btn li.on{ background:#fff}

		.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg); position:absolute;bottom:10px;left:50%;margin-left:-30px;width:60px;height:60px;border-radius:100%;-webkit-border-radius:100%;line-height:60px;text-align:center;font-size:20px;color:#fff;border:1px solid #fff;cursor:pointer;overflow:hidden;}

		.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}

		@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }

		@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
       /* background: #fff; */

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide-erpin {
       background: #fff;}
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
	  a{cursor:pointer}
/* 	  .arrow{
	  animation: toggleMove .8s infinite;
	  -moz-animation: toggleMove 10.8s infinite;
	  -webkit-animation: toggleMove .8s infinite;
	  -o-animation: toggleMove .8s infinite;
	  width: 38px;
		position: absolute;
		bottom:50px;
		left: 50%;
		z-index:999999999999 ;
	  } */
	  .swiper-slide{}
	  @-webkit-keyframes toggleMove {
	   0% {
	    bottom:5.5%;
	    opacity:.3
	   }
	   50% {
	    bottom:4.5%;
	    opacity:1
	   }
	   to {
	    bottom:5.5%;
	    opacity:.3
	   }
	  }
	  .mask-box-orange {
	   background-image:url(images/newwebsite/back-orange.png);
	  }
	  .mask-box-black {
	   background-image:url(images/newwebsite/back-black.png)
	  }
	  .mask-box-model {
	      width: 35.42%;
	      padding-top: 35.42%;
	      position: absolute;
	      z-index: 1;
	      top: 50%;
	      left: 50%;
	      margin-top: -19.68%;
	      margin-left: -19.68%;
	      background-size: 90% 90%;
	      background-repeat: no-repeat;
	      background-position: 50%;
	      -webkit-transition: .5s;
	      -o-transition: .5s;
	      transition: .5s;
	  }
	  .show{z-index: 2;}
	  .show img{transition: .5s;transition-duration: 10s;}
/* .yuan{background: rgba(0,0,0,.2);
-webkit-transition: all 0ms ease;
	transition-duration: 0ms;
-o-transition: 0ms all ease;
transition: all 0ms ease;
-webkit-transition-duration: 0ms;
-o-transition-duration: 0ms;
transition-duration: 0ms;
position: absolute;
left: 50%;
top: 50%;
width: 35.4%;
height: 0;
padding: 35.4% 0 0;
border-radius: 50%;
margin-left: -17.57%;
margin-top: -17.57%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;} */
/* .yuan{background: rgba(0,0,0,.2);
-webkit-transition: all 0ms ease;
	transition-duration: 0ms;
-o-transition: 0ms all ease;
transition: all 0ms ease;
-webkit-transition-duration: 0ms;
-o-transition-duration: 0ms;
transition-duration: 0ms;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
border-radius: 50%;
position: absolute;
left: 50%;
top: 50%;
width: 40.4%;
height: 0;
padding: 40.4% 0 0;
margin-left: -20.07%;
margin-top: -20.07%;
} */
.yuan .slogan{
	font-size: 4.2rem;line-height: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	height:auto;
	margin-left: -45.5%;
	margin-top: -12%;
	font-family:"arial black";
	text-shadow:#999 3px 3px 6px;
}
.yuan .slogan img{max-width:100%;max-height:100%;z-index: 99999999999;}
.yuan .slogan2{
	font-size: 3rem;line-height: 3rem;text-align: center;letter-spacing:2px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	height: 0;
	margin-left: -40%;
	margin-top: 0%;
	transition: all linear 0.3s;
	/* opacity:0.7; */
	color:#ffffff;
}
.hengxian{position: absolute;left: 50%;top: 55%;width:80%;margin-left: -40%;height:2px;background-color:#ffffff;opacity: 0.5;
	margin-top: 2%; }
.yuan .slogan3{
	/* font-size: 5rem; */
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	text-align: center;
	margin-left: -40%;
	margin-top: 11.5%;
	animation: demotext-data-v-36e191fc 3s linear 1s 1 normal forwards;
	opacity:0.6;
	/* transition:opacity .3s .1s;
 */}
/* .logo{position: fixed;top:2.25rem;left:5.25rem;z-index:2;} */
.rightnav{position: fixed;top: 1.25rem;right: 1.25rem;z-index:2;}
.search-btn {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    border-radius: 50%;
/*    background-color: #f38031; */
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 90px;
  /*  background-image: url(../images/newwebsite/logoswhite.svg); */
    background-position: 17px 16px;
    background-repeat: no-repeat;
    background-size: 50%;
    cursor: pointer;
    margin-right: -30px;.
}
.delay{visibility: visible;
animation-duration: 1s;
animation-delay: 0.1s;
animation-name: fadeInUp;}
/* .maskmiddle{padding: 10%;} */
.mask-box-model{padding: 10%;}
.ainongbg {
    width: 30%;height: auto;
	position:absolute;
	top:74%;left:8%;z-index:1;
}
.homepage-title .title-wrapper {
   width: 30%;height: auto;
	position:absolute;
	top:15%;left: 10%;z-index: 999999;
}
/* .homepage-title .title-wrapper .tit-ch {
	font-size: 37px;
	line-height: 47px;
    color: #333;
	animation: toggleMove 2s infinite;
} */
.homepage-title .title-wrapper .tit-en {
   /* font-size: 18px;
    line-height: 30px; */
	font-size:2rem;
	line-height:2.5rem;
    color: #a8a8a8;
}
.swiper-text {
	z-index: 999999;
	opacity: 1;
    /* width: 15.84%;
	height: auto; */
    position: absolute;
   /* right: 19.32%; */
    right:10%;
    top: 74.72%;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;}
.swiper-text h3 {
	/* font-size: 20px; */
	font-size:1.8rem;
	color: #333;
	white-space: nowrap;
	font-weight: normal;
	
}
 .swiper-text p {
    font-size: 1.4rem;
    line-height:2rem;
    color: #666;
    margin-top: 8px;
    white-space: nowrap;
	font-family: DFPKingGothicGB-Light,sans-serif;
	animation: demotext-data-v-36e191fc 4s linear 1s 1 normal forwards;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
 right:10%;
 left:auto
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left:10%;
    right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev1 {
 right:10%;
 left:auto;
 color: #000000;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next1 {
    left:10%;
    right: auto;
	color: #000000;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev2 {
 right:10%;
 left:auto;
 color: #000000;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next2 {
    left:10%;
    right: auto;
	color: #000000;
}
.padding{height:0.2%;width: 100%;}
.bianju{width: 40%;height: auto;}
@media screen and ( max-width: 980px ) {
.bianju{width: 90%;height: auto;}
.bianju2{width: 85%;height: auto;}
}
.bianju2{width: 32%;height: auto;}
/* .tuyi{height: 80%;width: 100%;background-image:url(../images/newwebsite/back-orangeren.png);background-repeat: no-repeat;
							background-position:center center;visibility: visible; background-size: contain;
							animation-duration: 3s;
							animation-delay: 1s;
							animation-name: fadeInUp;} */
.baojie{height: 80%;width: 100%;background-image:url(../images/newwebsite/baojie.png);background-repeat: no-repeat;
							background-position:center center;visibility: visible; background-size: contain;
							animation-duration: 1s;
							animation-delay: 1s;
							animation-name: fadeInUp;}
.yibanjiawu{height: 80%;width: 100%;background-image:url(../images/newwebsite/yibanjiawu.png);background-repeat: no-repeat;
							background-position:center center;visibility: visible; background-size: contain;
							animation-duration: 3s;
							animation-delay: 1s;
							animation-name: fadeInUp;}
.laorenzhaohu{height: 80%;width: 100%;background-image:url(../images/newwebsite/laorenzhaohu.png);background-repeat: no-repeat;
							background-position:center center;visibility: visible; background-size: contain;
							animation-duration: 3s;
							animation-delay: 1s;
							animation-name: fadeInUp;}
.muyinghuli{height: 80%;width: 100%;background-image:url(../images/newwebsite/muyinghuli.png);background-repeat: no-repeat;
							background-position:center center;visibility: visible; background-size: contain;
							animation-duration: 3s;
							animation-delay: 1s;
							animation-name: fadeInUp;}
.yuer{height: 80%;width: 100%;background-image:url(../images/newwebsite/yuer.png);background-repeat: no-repeat;
							background-position:center center;visibility: visible; background-size: contain;
							animation-duration: 3s;
							animation-delay: 1s;
							animation-name: fadeInUp;}
/* .tusan img{max-width: 100%;max-height: 100%;} */
@keyframes demotitle-data-v-36e191fc {
 0% {
  opacity:0
 }
 25% {
  opacity:1
 }
 to {
  opacity:1
 }
}
@keyframes demotext-data-v-36e191fc {
 0% {
  opacity:0
 }
 25% {
  opacity:0
 }
 50% {
  opacity:1
 }
 to {
  opacity:1
 }
}
@keyframes democircle-data-v-36e191fc {
 0% {
  opacity:0
 }
 50% {
  opacity:0
 }
 75% {
  opacity:1
 }
 to {
  opacity:1
 }
}
/* .circle1[data-v-36e191fc] {
 position:absolute;
 width:13.3vw;
 top:0;
 left:0;
 opacity:0;
 opacity:1\9;
 animation:democircle-data-v-36e191fc 4s linear 1s 1 normal forwards
} */
/* .danruchu{opacity: 1;
transform: translateY(-25px);
-webkit-transform: translateY(-25px);
transition: all 2s cubic-bezier(0.86,0,0.8,1);
-webkit-transition: all 2s cubic-bezier(0.86,0,0.8,1);} */
.danruchu{ opacity:1;transform:translateY(-25px);-webkit-transform:translateY(-25px);
transition:all 2s cubic-bezier(0.86,0,0.8,1);-webkit-transition:all 2s cubic-bezier(0.86,0,0.8,1);}
.swiper-slide img {
	animation-duration:5s;
	animation-timing-function:linear;
	animation-fill-mode:forwards;
	-webkit-animation-duration:5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-fill-mode:forwards;
}
.swiper-button-next,
.swiper-button-prev {
 /* color:var(--swiper-navigation-color,var(--swiper-theme-color)) */
 color:#666;
}
 .swiper-nav {
	width: 100%;
	height: 100%;
  }
.menu {
        min-width: 100px;
        width: 70%;
        max-width: 320px;

        background-color: #000;
        color: #fff;
      }

      .content {
        width: 100%;
		z-index: 99999999999999999999999999999999999999999999;
      }

      .menu-button {
       position: absolute;
        top: 50%;
        left: 0px;
	/* 	position: fixed;
		top: 0px;
		right: 0px; */

        padding: 15px;

        cursor: pointer;

        -webkit-transition: 0.3s;
        transition: 0.3s;

        /* background-color: #000; */

        /*margin: 14px;
			border-radius: 5px;*/
      }

      .menu-button .bar:nth-of-type(1) {
        margin-top: 0px;
      }

      .menu-button .bar:nth-of-type(3) {
        margin-bottom: 0px;
      }

      .bar {
        position: relative;
        display: block;

        width: 40px;
        height: 5px;

        margin: 10px auto;
        background-color: #000;

        border-radius: 10px;

        -webkit-transition: 0.3s;
        transition: 0.3s;
      }

      .menu-button:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(1.5px) rotate(-4.5deg);
        -ms-transform: translateY(1.5px) rotate(-4.5deg);
        transform: translateY(1.5px) rotate(-4.5deg);
      }

      .menu-button:hover .bar:nth-of-type(2) {
        opacity: 0.9;
      }

      .menu-button:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-1.5px) rotate(4.5deg);
        -ms-transform: translateY(-1.5px) rotate(4.5deg);
        transform: translateY(-1.5px) rotate(4.5deg);
      }

      .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(15px) rotate(-45deg);
        -ms-transform: translateY(15px) rotate(-45deg);
        transform: translateY(15px) rotate(-45deg);
      }

      .cross .bar:nth-of-type(2) {
        opacity: 0;
      }

      .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(45deg);
        -ms-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-15px) rotate(45deg);
      }

      .cross:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(13.5px) rotate(-40.5deg);
        -ms-transform: translateY(13.5px) rotate(-40.5deg);
        transform: translateY(13.5px) rotate(-40.5deg);
      }

      .cross:hover .bar:nth-of-type(2) {
        opacity: 0.1;
      }

      .cross:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-13.5px) rotate(40.5deg);
        -ms-transform: translateY(-13.5px) rotate(40.5deg);
        transform: translateY(-13.5px) rotate(40.5deg);
      }
  #banner {
   	width:60%;margin:0 auto;
   	height:523px;
   	overflow:hidden;
   	position:relative;
   }
/*   .swiper-container {
   	width:1750px;
   	height:523px;
   	position:absolute;
   	left:-875px;
   	margin-left:50%;
   } */
   .swiper-slide .detail {
   	height:90px;
   	background:rgba(0,0,0,.7);
   	position:absolute;
   	width:100%;
   	bottom:0;
   	color:#333;
   	opacity:0;
   	transition:opacity .3s .3s;
   }
   .swiper-slide-active .detail {
   	opacity:1;
   }
   .swiper-slide .detail h3 {
   	width:950px;
   	margin:15px auto 0;
   }
   .swiper-slide .detail p {
   	width:950px;
   	margin:5px auto 0;
   }
   .swiper-slide .detail p span {
   	width:650px;
   	display:block;
   }
   .effect1 img {
   	transform:scale(1.25,1.25) translate(10%,10%);
   	transform:scale(1.1,1.1) translate(4.545%,4.545%);
   }
   .leftUp img {
   	-webkit-animation-name:leftUp;
   	animation-name:leftUp;
   }
   @-webkit-keyframes leftUp {
   	0% {
   		transform:scale(1.1,1.1) translate(4.545%,4.545%);
   	}
   	100% {
   		transform:scale(1.1,1.1) translate(-4.545%,-4.545%);
   	}
   }
   @keyframes leftUp {
   	0% {
   		transform:scale(1.1,1.1) translate(4.545%,4.545%);
   	}
   	100% {
   		transform:scale(1.1,1.1) translate(-4.545%,-4.545%);
   	}
   }
   .moveRight img {
   	-webkit-animation-name:moveRight;
   	animation-name:moveRight;
   }
   @-webkit-keyframes moveRight {
   	0% {
   		transform:scale(1.1,1.1) translate(-4.545%,0);
   	}
   	100% {
   		transform:scale(1.1,1.1) translate(4.545%,0);
   	}
   }
   @keyframes moveRight {
   	0% {
   		transform:scale(1.1,1.1) translate(-4.545%,0);
   	}
   	100% {
   		transform:scale(1.1,1.1) translate(4.545%,0);
   	}
   }
   .moveDown img {
   	-webkit-animation-name:moveDown;
   	animation-name:moveDown;
   }
   @-webkit-keyframes moveDown {
   	0% {
   		transform:scale(1.1,1.1) translate(0,-4.545%);
   	}
   	100% {
   		transform:scale(1.1,1.1) translate(0,4.545%);
   	}
   }
   @keyframes moveDown {
   	0% {
   		transform:scale(1.1,1.1) translate(0,-4.545%);
   	}
   	100% {
   		transform:scale(1.1,1.1) translate(0,4.545%);
   	}
   }
   .centerBig img {
   	-webkit-animation-name:centerBig;
   	animation-name:centerBig;
   }
   @-webkit-keyframes centerBig {
   	100% {
   		transform:scale(1.1,1.1);
   	}
   }
   @keyframes centerBig {
   	100% {
   		transform:scale(1.1,1.1);
   	}
   }
   .rightDownBig img {
   	-webkit-animation-name:rightDownBig;
   	animation-name:rightDownBig;
   }
   @-webkit-keyframes rightDownBig {
   	100% {
   		transform:scale(1.1,1.1) translate(4%,4%);
   	}
   }
   @keyframes rightDownBig {
   	100% {
   		transform:scale(1.1,1.1) translate(4%,4%);
   	}
   }
   .swiper-slide img {
   	animation-duration:5s;
   	animation-timing-function:linear;
   	animation-fill-mode:forwards;
   	-webkit-animation-duration:5s;
   	-webkit-animation-timing-function:linear;
   	-webkit-animation-fill-mode:forwards;
   }
/*   .swiper-pagination {
   	bottom:35px;
   	right:250px;
   } */
   .swiper-pagination-bullet {
   	background:#666;
   }  
      .swiper-slide {
        font-size: 18px;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
       /* padding: 40px 60px; */
      }

      .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
      }

      .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
      }

      .swiper-slide .subtitle {
        font-size: 21px;
      }

      .swiper-slide .text {
        font-size: 14px;
        line-height: 1.3;
      }
	 /* .slide-out{width:50%;height:5%;position: absolute;top:85%;} */
	  .mySwiper-xinxi{width:50%;height:57%;position: absolute;top:35%;margin-left:25%;} 
	  .mySwiper-xinxi-top{width:100%;height:auto;position: absolute;top:0%;} 

	  .white{color:#f8f8f8}
	  .xinxifont{color: #666;text-align: center;font-size: 1.25rem;z-index: 99999999999999999999;display: block;}
	  /* .biaoti{position: absolute;top: 7rem;left:17rem;z-index: 99999999999999999999;} */
	  .school-redbg{width:66.66%;height:80%;background-color:#a31217;position: absolute;top: 10%;}
		@media screen and ( max-width: 720px ) {
			#video{display: none;}
			.section-wrap .section-1 .bg{display:block;}
			.bg img{max-width: 100%;max-height:100%;}
			.video-bj{background-image:url(../images/newwebsite/bangdan.png);
	  background-repeat: no-repeat;background-position:center center;}
			.peixunimg{height:40%;width:90%;margin-left:5%;}
			.peixun{position: absolute;top: 16%;width: 90%;left:5%;height:80%;}
			.peixun-tittle{text-align: center;font-size:2.5rem;color: #333;line-height:2.5rem;letter-spacing: 2px;font-weight: bold;width: 64%;margin-left: 18%;}
			.peixunfont{text-align:left;font-size:1.4rem;color: #333;line-height:1.8rem;width: 80%;margin-left:10%;}
			.peinxun-foot-middle-span1{font-size:1.8rem;height:18px;line-height: 48px;color: #ffffff;}
			.peinxun-foot-middle-span2{font-size:2.1rem;height:48px;line-height: 48px;color: #ffffff;}
			.peinxun-foot-middle-span3{font-size:1.9rem;height:48px;line-height: 48px;color: #fede96;font-weight: bold;}
			.kecheng{margin:2% 10.5%;}
			.kechengyi{width:45%;text-align: center;font-size: 1.5rem;height: 3rem;line-height: 3rem;margin-left:5%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;margin-top:2%;float: left;}
			.kechengyi:first-child{width:45%;text-align: center;font-size: 1.5rem;height: 3rem;line-height:3rem;margin-left:0%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
			.kechengyi:nth-child(3){width:45%;text-align: center;font-size: 1.5rem;height: 3rem;line-height:3rem;margin-left:0%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
			.gao{height:0%;width: 100%;clear: both;}
		    .zerenfont{position: absolute;top:18%;right:5%;z-index: 99999999999999999999;text-align: right;color: #666;font-size: 1.5rem;line-height: 2rem;}
		   .zerenh3{position: absolute;top:0%;width:100%;text-align:center;color: #666;font-size: 2.5rem;color: #333;line-height: 5rem;letter-spacing: 2px;font-weight: bold;display: none;}
			.baoming{position: absolute;bottom:0%;}
			.baoming img{width: 100%;height: 80%;}
			.xinwenyi{width:100%;margin-left:0%;height:25vh;clear: both;}
			.xinwenyi2{width:100%;margin-left: 0%;height:25vh;}
	.biaoti{position: absolute;top:8%;left:12.5%;z-index: 99999999999999999999;}
	.biaoti-big{font-size:2rem;color:#333;text-align: left;}
	.biaoti-small{font-size:1.3rem;color:#999;text-align: left;}
	.logo{position: fixed;top:1%;left:3%;z-index:2;}
	.logo img{max-width:13rem;}
	.gupiao{position: absolute;top:10%;left:5.5%;font-size: 1.4rem;color: #ffffff;z-index: 9;}
	  .school-left{width: 50%;float: left;height: 100%;padding: 2rem;}
	  .school-left-head{color: #333;font-size: 1.8rem;line-height: 2rem;}
	  .school-left-font{color: #5e5e5e;font-size: 1.2rem;line-height: 1.8rem;text-align: justify;}
	  .school-sh-l{width:30%;text-align: center;margin-left: 20%;float: left;color: #f87d42;font-size:3rem;font-weight: bold;}
	  .school-sh-l p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
	  .school-sh-r{width:20%;text-align: center;margin-left: 10%;float: left;color: #f87d42;font-size: 3rem;font-weight: bold;}
	  .school-sh-r p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
	  
	  .new-font-bottom-left-font{height:2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	  .yuan{background: rgba(0,0,0,.2);-webkit-transition: all 0ms ease;transition-duration: 0ms;-o-transition: 0ms all ease; transition: all 0ms ease;-webkit-transition-duration: 0ms; -o-transition-duration: 0ms;transition-duration: 0ms;-webkit-box-sizing: border-box; box-sizing: border-box;color: #fff; border-radius: 50%;
/* 	  position: absolute; left: 50%;top: 50%;width: 40.4%;height: 0; padding: 40.4% 0 0;margin-left: -20.07%; margin-top: -20.07%;} */
	 position: absolute; left: 10%;top: 27%;width:80%;height: 0; padding:80% 0 0; }
	  .yuan .slogan2 {
	      font-size: 1.2rem;
	      line-height:1.5rem;
	      text-align: center;
	      position: absolute;
	      left: 50%;
	      top: 50%;
	      width: 80%;
	      height: 0;
	      margin-left: -40%;
	      margin-top: 0%;
	      transition: all linear 0.3s;
	      color: #ffffff;
		  letter-spacing: 0px;
	  }
	  .address{color:#f87d43;font-size:2rem;font-weight:500;margin-top:0rem;}
	  .weixin{margin-left:10%;margin-top:2%;}
	   /* .footer{width: 100%;height:8%;text-align: center;background-color: #000;color: #fff;position: absolute;bottom:0px;
	   line-height:1.5rem;font-size: 0.5;padding-top:5px;display: none;}
	   #gongsi-bjxiao{display:block;position: absolute;bottom:0%;}
	   #gongsi-bj{display:none;}
	   .gongsi{width:100%;height:auto;position: absolute;bottom:0%;z-index: 89999999999999999999;} */
	   .footer{width: 100%;height:8%;text-align: center;background-color: #000;color: #fff;position: absolute;bottom:0px;line-height:1.8rem;font-size: 1.2rem;vertical-align: middle;}
	   #gongsi-bjxiao{display:none;}
	   #gongsi-bj{display:block;}
	   .gongsi{width:100%;height:auto;position: absolute;bottom:8%;left:0px;z-index: 89999999999999999999;}
	  .zerenleft {
	     width: 30%;height: auto;
	  	position:absolute;
	  	top:40%;left: 10%;z-index: 999999;
	  	font-size:2.2rem;
	  	line-height:2.8rem;
	  	color: #333;
	  	text-align: left;
	  }
	  .simImg_spec3 p{color: rgba(255,255,255,0.8);opacity: 0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); height:0;-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;transition: opacity 0.2s, transform 0.35s;line-height:2rem;text-align: justify;}
	  .bangdan{width: 100%;height:5%;background-image:url(../images/newwebsite/bangdan.png);
	  background-repeat: no-repeat;background-position:center center;text-align: center;color:#ffffff;font-size:1.4rem;line-height:5rem;}
	  .xinwen-font-shang{height:auto;font-size:1.5rem;word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;line-height: 2rem;text-align:justify;}
	  .xinwen-font-shijian{color: #999;font-size:1.2rem;height:auto;line-height: 2rem;margin-top:0.5rem;text-align: left;margin-left: 0.5rem;} 
	  .wenzi00-yi h3{font-size:1.2rem;line-height:1.5rem;}
	  .wenzi00-yi h3 small{font-size:1rem;font-weight: normal;line-height:1.5rem;}
	  .wenzi00-yi p{font-size: 1rem;line-height:1rem;}
	  .homepage-title .title-wrapper .tit-ch {
	  	font-size:2.5rem;
	  	line-height: 3rem;
	      color: #333;
	  	animation: toggleMove 2s infinite;
	  }
	  .mySwiper-zerener{position: absolute;top: 12%;width: 90%;left:5%;height: 90%;}
	  .zerener-l{width: 24%;float: left;margin-top: -11%;}
	  .zerener-l h3{font-size:1.5rem;line-height:2rem;color: #000;text-align: left;}
	  .zerener-l-con{font-size:1rem;line-height:1.2rem;color:#999;text-align: left;margin-top:0.5rem;text-align: justify;}
	  .dis-none{display: none;}
	  .button2er{position: absolute;bottom:17%;left:0%;width:24%;margin-left:5%}
	  .swiper-button-next::after, .swiper-button-prev::after {
	      font-family: swiper-icons;
	      font-size:1.8rem;font-weight: bold;
	      text-transform: none !important;
	      letter-spacing: 0;
	      text-transform: none;
	      font-variant: initial;
	      line-height: 1;
	  }
	  .swiper-button-nextxiangmu::after, .swiper-button-prevxiangmu::after {
	      font-family: swiper-icons;
	      font-size:3rem;font-weight: bold;
	      text-transform: none !important;
	      letter-spacing: 0;
	      text-transform: none;
	      font-variant: initial;
	      line-height: 1;
	  }
	  .next2er {background-color: #f87d42;color: #ffffff;padding: 0.625rem;width:3.5rem;height: 2.5rem;line-height:2.5rem; margin-left:1rem;}
	  .prev2er{background-color: #f87d42;color: #ffffff;padding: 0.625rem;width:3.5rem;height: 2.5rem;line-height:2.5rem; }
	  .zerener-r{width: 72%;float: right;height:62%;margin-left:4%;}
	  .zerener-r img{max-width: 100%;max-height: 100%;}
	  .top20{position: absolute;top:85%;display:block;}
	  .xian{position: absolute;top:16%;width:75%;left:12.5%;height: 1px;background-color: #e9e9e9;}
	  .xinwen{position: absolute;top:25%;width:90%;left:5%;height:25vh;}
	  .xinwen-img{width: 49%;float: left;}
	  .xinwen-img img{width: 100%;height: 20vh;object-fit: cover;}
	  .xinwen-font{width: 49%;float:right;}
	  .redcon{position: relative;}
	  .wenzi00{position: absolute;top:-50%;left:10%;color:#cb0d0d;font-size: 5rem;width:80%;}
	  .wenzi00-yi{width: 25%;float: left;text-align: center;height: 10rem;}
	  .wenzi00-yi:last-child{width: 25%;float: left;text-align: center;height: 10rem;border-right:0px dotted #e2937c;}

	  
	  
	  
	  
	  
	  }
	  @media screen and (min-width:720px) and (max-width:1080px) {
	  	  #video{display: none;}
	  	  			.section-wrap .section-1 .bg{display:block;}
	  	  			.bg img{max-width: 100%;max-height:100%;}
	  	  			.video-bj{background-image:url(../images/newwebsite/bangdan.png);
	  	  	  background-repeat: no-repeat;background-position:center center;}
	  	  			.peixunimg{height:40%;width:90%;margin-left:5%;}
	  	  			.peixun{position: absolute;top: 16%;width: 90%;left:5%;height:80%;}
	  	  			.peixun-tittle{text-align: center;font-size:2.5rem;color: #333;line-height:2.5rem;letter-spacing: 2px;font-weight: bold;width: 64%;margin-left: 18%;}
	  	  			.peixunfont{text-align:left;font-size:1.4rem;color: #333;line-height:1.8rem;width: 100%;margin-left:0%;}
	  	  			.peinxun-foot-middle-span1{font-size:1.7rem;height:48px;line-height: 48px;color: #ffffff;}
	  	  			.peinxun-foot-middle-span2{font-size:1.4rem;height:48px;line-height: 48px;color: #ffffff;}
	  	  			.peinxun-foot-middle-span3{font-size:1.1rem;height:48px;line-height: 48px;color: #fede96;font-weight: bold;}
	  	  			.kecheng{margin:2% 10.5%;}
	  	  			.kechengyi{width:20%;float: left;text-align: center;font-size: 1.8rem;height: 4rem;line-height: 4rem;margin-left:5%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
	  	  			.kechengyi:first-child{width:20%;float: left;text-align: center;font-size: 1.8rem;height: 4rem;line-height: 4rem;margin-left:2.5%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
					.gao{height:5%;width: 100%;clear: both;}
	  	  		    .zerenfont{position: absolute;top:18%;right:5%;z-index: 99999999999999999999;text-align: right;color: #666;font-size: 1.5rem;line-height: 2rem;}
	  	  		   .zerenh3{position: absolute;top:0%;width:100%;text-align:center;color: #666;font-size: 2.5rem;color: #333;line-height: 5rem;letter-spacing: 2px;font-weight: bold;display: none;}
	  	  			.baoming{position: absolute;bottom:0%;}
	  	  			.baoming img{width: 100%;height: 80%;}
	  	  			.xinwenyi{width:100%;margin-left:0%;height:25vh;clear: both;}
	  	  			.xinwenyi2{width:100%;margin-left: 0%;height:25vh;}
	  	  	.biaoti{position: absolute;top:8%;left:12.5%;z-index: 99999999999999999999;}
	  	  	.biaoti-big{font-size:2rem;color:#333;text-align: left;}
	  	  	.biaoti-small{font-size:1.3rem;color:#999;text-align: left;}
	  	  	.logo{position: fixed;top:1%;left:3%;z-index:2;}
	  	  	.logo img{max-width:13rem;}
	  	  	.gupiao{position: absolute;bottom:3%;right:3.5%;font-size: 1.4rem;color: #ffffff;z-index: 9;}
	  	  	  .school-left{width: 50%;float: left;height: 100%;padding: 2rem;}
	  	  	  .school-left-head{color: #333;font-size: 1.8rem;line-height: 2rem;}
	  	  	  .school-left-font{color: #5e5e5e;font-size: 1.2rem;line-height: 1.8rem;text-align: justify;}
	  	  	  .school-sh-l{width:30%;text-align: center;margin-left: 20%;float: left;color: #f87d42;font-size:3rem;font-weight: bold;}
	  	  	  .school-sh-l p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
	  	  	  .school-sh-r{width:20%;text-align: center;margin-left: 10%;float: left;color: #f87d42;font-size: 3rem;font-weight: bold;}
	  	  	  .school-sh-r p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
	  	  	  
	  	  	  .new-font-bottom-left-font{height:2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	  	  	  .yuan{background: rgba(0,0,0,.2);-webkit-transition: all 0ms ease;transition-duration: 0ms;-o-transition: 0ms all ease; transition: all 0ms ease;-webkit-transition-duration: 0ms; -o-transition-duration: 0ms;transition-duration: 0ms;-webkit-box-sizing: border-box; box-sizing: border-box;color: #fff; border-radius: 50%;
	  	  /* 	  position: absolute; left: 50%;top: 50%;width: 40.4%;height: 0; padding: 40.4% 0 0;margin-left: -20.07%; margin-top: -20.07%;} */
	  	  	 position: absolute; left: 10%;top: 17%;width:80%;height: 0; padding:80% 0 0; }
	  	  	  .yuan .slogan2 {
	  	  	      font-size: 2.3rem;
	  	  	      line-height:1.5rem;
	  	  	      text-align: center;
	  	  	      position: absolute;
	  	  	      left: 50%;
	  	  	      top: 50%;
	  	  	      width: 80%;
	  	  	      height: 0;
	  	  	      margin-left: -40%;
	  	  	      margin-top: 0%;
	  	  	      transition: all linear 0.3s;
	  	  	      color: #ffffff;
	  	  		  letter-spacing: 0px;
	  	  	  }
	  	  	  .address{color:#f87d43;font-size:2rem;font-weight:500;margin-top:0rem;}
	  	  	  .weixin{margin-left:10%;margin-top:2%;}
	  	  	 /*  .footer{width: 100%;height:8%;text-align: center;background-color: #000;color: #fff;position: absolute;bottom:0px;
	  	  	   line-height:1.5rem;font-size: 0.5;padding-top:5px;}
			   #gongsi-bjxiao{display:block;}
			   #gongsi-bj{display:none;}
	  	  	   .gongsi{width:100%;height:auto;position: absolute;bottom:8%;z-index: 89999999999999999999;} */
			   .footer{width: 100%;height:4%;text-align: center;background-color: #000;color: #fff;position: absolute;bottom:0px;line-height:1.8rem;font-size: 1.2rem;vertical-align: middle;}
			   #gongsi-bjxiao{display:none;}
			   #gongsi-bj{display:block;}
			   .gongsi{width:100%;height:auto;position: absolute;bottom:4%;left:0px;z-index: 89999999999999999999;}
	  	  	  .zerenleft {
	  	  	     width: 30%;height: auto;
	  	  	  	position:absolute;
	  	  	  	top:40%;left: 10%;z-index: 999999;
	  	  	  	font-size:2.2rem;
	  	  	  	line-height:2.8rem;
	  	  	  	color: #333;
	  	  	  	text-align: left;
	  	  	  }
	  	  	  .simImg_spec3 p{color: rgba(255,255,255,0.8);opacity: 0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); height:0;-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;transition: opacity 0.2s, transform 0.35s;line-height:2rem;text-align: justify;}
	  	  	  .bangdan{width: 100%;height:5%;background-image:url(../images/newwebsite/bangdan.png);
	  	  	  background-repeat: no-repeat;background-position:center center;text-align: center;color:#ffffff;font-size:1.4rem;line-height:5rem;}
	  	  	  .xinwen-font-shang{height:auto;font-size:1.5rem;word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;line-height: 2rem;text-align:justify;}
	  	  	  .xinwen-font-shijian{color: #999;font-size:1.2rem;height:auto;line-height: 2rem;margin-top:0.5rem;text-align: left;margin-left: 0.5rem;} 
	  	  	  .wenzi00-yi h3{font-size:3rem;line-height:4rem;}
	  	  	  .wenzi00-yi h3 small{font-size:1.5rem;font-weight: normal;line-height:1.5rem;}
	  	  	  .wenzi00-yi p{font-size: 1.5rem;line-height:1rem;}
	  	  	  .homepage-title .title-wrapper .tit-ch {
	  	  	  	font-size:2.5rem;
	  	  	  	line-height: 3rem;
	  	  	      color: #333;
	  	  	  	animation: toggleMove 2s infinite;
	  	  	  }
	  	  	  .mySwiper-zerener{position: absolute;top: 12%;width: 90%;left:5%;height: 90%;}
	  	  	  .zerener-l{width: 24%;float: left;margin-top: -11%;}
	  	  	  .zerener-l h3{font-size:1.5rem;line-height:2rem;color: #000;text-align: left;}
	  	  	  .zerener-l-con{font-size:1rem;line-height:1.2rem;color:#999;text-align: left;margin-top:0.5rem;text-align: justify;}
	  	  	  .dis-none{display: none;}
	  	  	  .button2er{position: absolute;bottom:17%;left:0%;width:15%;margin-left:5%;}
	  	  	  .swiper-button-next::after, .swiper-button-prev::after {
	  	  	      font-family: swiper-icons;
	  	  	      font-size:2rem;font-weight: bold;
	  	  	      text-transform: none !important;
	  	  	      letter-spacing: 0;
	  	  	      text-transform: none;
	  	  	      font-variant: initial;
	  	  	      line-height: 1;
	  	  	  }
			  .swiper-button-nextxiangmu::after, .swiper-button-prevxiangmu::after {
			      font-family: swiper-icons;
			      font-size:3rem;font-weight: bold;
			      text-transform: none !important;
			      letter-spacing: 0;
			      text-transform: none;
			      font-variant: initial;
			      line-height: 1;
			  }
	  	  	  .next2er {background-color: #f87d42;color: #ffffff;padding: 0.625rem;width:3.5rem;height: 2.5rem; }
	  	  	  .prev2er{background-color: #f87d42;color: #ffffff;padding: 0.625rem;width:3.5rem;height: 2.5rem;}
	  	  	  .zerener-r{width: 72%;float: right;height:62%;margin-left:4%;}
	  	  	  .zerener-r img{max-width: 100%;max-height: 100%;}
	  	  	  .top20{position: absolute;top:85%;display:block;}
	  	  	  .xian{position: absolute;top:16%;width:75%;left:12.5%;height: 1px;background-color: #e9e9e9;}
	  	  	  .xinwen{position: absolute;top:25%;width:90%;left:5%;height:25vh;}
	  	  	  .xinwen-img{width: 49%;float: left;}
			  .xinwen-img img{width: 100%;height: 20vh;object-fit: cover;}
	  	  	  .xinwen-font{width: 49%;float:right;}
	  	  	  .redcon{position: relative;}
			.wenzi00{position: absolute;top:22%;left:20%;color:#cb0d0d;font-size: 8rem;width:50%;}
			.wenzi00-yi{width: 25%;float: left;text-align: center;height: 6rem;border-right:1px dotted #e2937c;}
			.wenzi00-yi:last-child{width: 25%;float: left;text-align: center;height: 10rem;border-right:0px dotted #e2937c;}
	  
	  
	  	}
	  @media screen and (min-width:1081px) and (max-width:1400px) {
		  #video{display:block;}
		  .section-wrap .section-1 .bg{display: none;}
		  .peixunimg{height:48%;width:80%;margin-left:10%;}
		  .peixun{position: absolute;top: 16%;width: 75%;left: 12.5%;height:80%;}
		  .peixun-tittle{text-align: center;font-size:2.5rem;color: #333;line-height:2.7rem;letter-spacing: 2px;font-weight: bold;}
		  .peixunfont{text-align:left;font-size:1.3rem;color: #333;line-height:1.5rem;width: 80%;margin-left:10%;}
		  .peinxun-foot-middle-span1{font-size:2.3rem;height:48px;line-height: 48px;color: #ffffff;}
		  .peinxun-foot-middle-span2{font-size:2.1rem;height:48px;line-height: 48px;color: #ffffff;}
		  .peinxun-foot-middle-span3{font-size:1.9rem;height:48px;line-height: 48px;color: #fede96;font-weight: bold;}
		  .kecheng{margin:2% 10.5%;}
		  .kechengyi{width:20%;float: left;text-align: center;font-size: 1.5rem;height: 2.5rem;line-height: 2.5rem;margin-left:5%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
		  .kechengyi:first-child{width:20%;float: left;text-align: center;font-size: 1.5rem;height: 2.5rem;line-height: 2.5rem;margin-left:2.5%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
		  .gao{height:5%;width: 100%;clear: both;}
		  .zerenfont{position: absolute;top:19%;right:12.5%;z-index: 99999999999999999999;text-align: right;color: #666;font-size: 1.3rem;line-height: 2rem;}
		  .zerenh3{position: absolute;top:0%;width:100%;text-align:center;color: #666;font-size: 2.5rem;color: #333;line-height: 5rem;letter-spacing: 2px;font-weight: bold;}
		  .baoming{position: absolute;bottom:0%;display: none;}
		  .baoming img{width: 100%;height: 80%;}
		  .xinwenyi{width: 48%;float: left;}
		  .xinwenyi2{width: 48%;float: left;margin-left:4%;}
	  .biaoti{position: absolute;top:6%;left:12.5%;z-index: 99999999999999999999;}
	  .biaoti-big{font-size:2.5rem;color:#333;text-align: left;}
	  .biaoti-small{font-size:1.8rem;color:#999;text-align: left;}
	  .logo{position: fixed;top:7%;left:2%;z-index:2;}
	  .logo img{max-width:10rem;}
	  .gupiao{position: absolute;bottom:3%;right:3.5%;font-size: 1.4rem;color: #ffffff;z-index: 9;}
	  
	  .school{width:75%;height:40%;background-color:#ffffff;position: absolute;top: 20.5%;left:12.5%}
	  .heigh20{margin-top:4%;}
	  .school-left{width: 40%;float: left;height: 100%;padding: 3rem;}
	  .school-left-head{color: #333333;font-size: 2.15rem;line-height:3rem;}
	  .school-left-font{color: #5e5e5e;font-size: 1.5rem;line-height: 2.5rem;text-align: justify;}
	  
	  .school-sh-l{width:30%;text-align: center;margin-left: 20%;float: left;color: #f87d42;font-size:4rem;font-weight: bold;}
	  .school-sh-l p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
	  .school-sh-r{width:20%;text-align: center;margin-left: 10%;float: left;color: #f87d42;font-size: 4rem;font-weight: bold;}
	  .school-sh-r p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
	  .new-font-bottom-left-font{height:2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	  .address{color:#f87d43;font-size:2rem;font-weight:500;margin-top:1rem;}
	  .weixin{margin-left:10%;margin-top:2%;}
	  
	   .footer{width: 100%;height:4%;text-align: center;background-color: #000;color: #fff;position: absolute;bottom:0px;line-height:2.5rem;font-size: 1.2rem;}
	   #gongsi-bjxiao{display:none;}
	   #gongsi-bj{display:block;}
	   .gongsi{width:100%;height:auto;position: absolute;bottom:4%;z-index: 89999999999999999999;}
	   
	   .new-font-bottom-left-font{height:2rem;word-break: break-all;
	   					text-overflow: ellipsis;
	   					display: -webkit-box; 
	   					-webkit-box-orient: vertical; 
	   					-webkit-line-clamp: 2; 
	   					overflow: hidden;}
	.yuan{background: rgba(0,0,0,.2);-webkit-transition: all 0ms ease;transition-duration: 0ms;-o-transition: 0ms all ease; transition: all 0ms ease;-webkit-transition-duration: 0ms; -o-transition-duration: 0ms;transition-duration: 0ms;-webkit-box-sizing: border-box; box-sizing: border-box;color: #fff; border-radius: 50%;
	position: absolute; left: 50%;top: 50%;width: 40.4%;height: 0; padding: 40.4% 0 0;margin-left: -20.07%; margin-top: -20.07%;}
	.yuan .slogan2 {
		font-size: 1.7rem;
		line-height: 3rem;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 80%;
		height: 0;
		margin-left: -40%;
		margin-top: 0%;
		transition: all linear 0.3s;
		color: #ffffff;
	}
	.new-font-middle{color: #333;font-size: 1.6rem;line-height:5rem;}
	.new-font-middle{width: 100%;}
	.gengduo{height:5rem;line-height: 5rem;float: left;}
	.jiantou{width:5rem;float: left;height:5rem;}
	.decoration{border-bottom:0px solid #f87d43;}
	.zerenleft {
	   width: 30%;height: auto;
		position:absolute;
		top:40%;left: 12%;z-index: 999999;
		font-size:2.2rem;
		line-height:2.8rem;
		color: #333;
		text-align: left;
	}
	.simImg_spec3 p{color: rgba(255,255,255,0.8);opacity: 0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); height:0;-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;transition: opacity 0.2s, transform 0.35s;line-height:2rem;text-align: justify;}
	.bangdan{width: 100%;height:5%;background-image:url(../images/newwebsite/bangdan.png);
	background-repeat: no-repeat;background-position:center center;text-align: center;color:#ffffff;font-size:1.4rem;line-height:3rem;}
	.xinwen-font-shang{height:auto;font-size:1.8rem;word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;line-height: 2.2rem;text-align:justify;}
	.xinwen-font-shijian{color: #999;font-size:1.55rem;height:auto;line-height: 3rem;margin-top:1.5rem;text-align: left;margin-left: 0.5rem;} 
	.wenzi00-yi h3{font-size:2.8rem;}
	.wenzi00-yi h3 small{font-size:1.5rem;font-weight: normal;}
	.wenzi00-yi p{font-size: 1.9rem;}
	.homepage-title .title-wrapper .tit-ch {
		font-size:3.5rem;
		line-height:4.5rem;
	    color: #333;
		animation: toggleMove 2s infinite;
	}
	.mySwiperduo{position: absolute;top: 82%;width: 75%;left: 12.5%;height: 15%;
	/* 		background-color: #000;opacity: 0.5; */
			}
	.mySwiperduo .swiper-slide{width: 12.5%;}
	/* .mySwiper-zerener{position: absolute;top:4%;width: 75%;left: 12.5%;height: 85%;} */
	.mySwiper-zerener{position: absolute;top:19%;width: 75%;left: 12.5%;height: 85%;}
	.zerener-l{width: 24%;float: left;margin-top: -7%;}
	.zerener-l h3{font-size:1.8rem;line-height:2.8rem;color: #000;text-align: left;}
	.zerener-l-con{font-size:1.5rem;line-height:2rem;color:#999;text-align: left;margin-top: 2rem;text-align: justify;}
	.dis-none{display: none;}
	.button2er{position: absolute;bottom:17%;left:6.25%;width:15%;margin-left:5%;}
	.swiper-button-next::after, .swiper-button-prev::after {
	    font-family: swiper-icons;
	    font-size:2.3rem;font-weight: bold;
	    text-transform: none !important;
	    letter-spacing: 0;
	    text-transform: none;
	    font-variant: initial;
	    line-height: 1;
	}
	.swiper-button-nextxiangmu::after, .swiper-button-prevxiangmu::after {
	    font-family: swiper-icons;
	    font-size:3.5rem;font-weight: bold;
	    text-transform: none !important;
	    letter-spacing: 0;
	    text-transform: none;
	    font-variant: initial;
	    line-height: 1;
	}
	.next2er {background-color: #f87d42;color: #ffffff;padding: 0.625rem;width:5rem;height: 4rem; margin-left:2rem;}
	.prev2er{background-color: #f87d42;color: #ffffff;padding: 0.625rem;width:5rem;height: 4rem;}
	.zerener-r{width: 72%;float: right;height:55%;margin-left:4%;}
	.zerener-r img{max-width: 100%;max-height: 100%;object-fit: cover;}
	.top20{position: absolute;top:80%;display:none;}
	.xian{position: absolute;top:19%;width:75%;left:12.5%;height: 1px;background-color: #e9e9e9;}
	.xinwen{position: absolute;top:25%;width:75%;left:12.5%;height:25vh;}
	.xinwen-img{width: 49%;float: left;}
	.xinwen-img img{width: 100%;height:20vh;object-fit: cover;}
	.xinwen-font{width: 49%;float:right;}
	.redcon{position: relative;}
	.wenzi00{position: absolute;top:22%;left:20%;color:#cb0d0d;font-size: 5rem;width:50%;}
	.wenzi00-yi{width: 25%;float: left;text-align: center;height: 10rem;border-right:1px dotted #e2937c;}
	.wenzi00-yi:last-child{width: 25%;float: left;text-align: center;height: 10rem;border-right:0px dotted #e2937c;}
	

	
		}
		@media screen and (min-width:1401px) and (max-width:1700px) {
			  #video{display:block;}
			  .section-wrap .section-1 .bg{display: none;}
			  .peixunimg{height:54%;width:90%;margin-left:5%;}
			  .peixun{position: absolute;top: 16%;width: 75%;left: 12.5%;height:80%;}
			  .peixun-tittle{text-align: center;font-size:3.5rem;color: #333;line-height:5rem;letter-spacing: 2px;font-weight: bold;}
			  .peixunfont{text-align:left;font-size:1.5rem;color: #333;line-height:2rem;width: 80%;margin-left:10%;}
			  .peinxun-foot-middle-span1{font-size:2.4rem;height:48px;line-height: 48px;color: #ffffff;}
			  .peinxun-foot-middle-span2{font-size:2.3rem;height:48px;line-height: 48px;color: #ffffff;}
			  .peinxun-foot-middle-span3{font-size:2rem;height:48px;line-height: 48px;color: #fede96;font-weight: bold;}
			  .kecheng{margin:2% 10.5%;}
			  .kechengyi{width:20%;float: left;text-align: center;font-size: 1.8rem;height: 4rem;line-height: 4rem;margin-left:5%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
			  .kechengyi:first-child{width:20%;float: left;text-align: center;font-size: 1.8rem;height: 4rem;line-height: 4rem;margin-left:2.5%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
			  .gao{height:5%;width: 100%;clear: both;}
			  .zerenfont{position: absolute;top:29%;right:12.5%;z-index: 99999999999999999999;text-align: right;color: #666;font-size: 1.5rem;line-height: 2rem;}
			  .zerenh3{position: absolute;top:0%;width:100%;text-align:center;color: #666;font-size: 3.5rem;color: #333;line-height: 5rem;letter-spacing: 2px;font-weight: bold;}
			  .baoming{position: absolute;bottom:0%;display: none;}
			  .baoming img{width: 100%;height: 80%;}
			  .xinwenyi{width: 48%;float: left;}
			  .xinwenyi2{width: 48%;float: left;margin-left:4%;}
			  .biaoti{position: absolute;top:7%;left:12.5%;z-index: 99999999999999999999;}
			  .biaoti-big{font-size:3rem;color:#333;text-align: left;}
			  .biaoti-small{font-size:2rem;color:#999;text-align: left;}
			  .logo{position: fixed;top:7%;left:3%;z-index:2;}
			  .logo img{max-width:13rem;}
			  .gupiao{position: absolute;bottom:3%;right:3.5%;font-size: 1.4rem;color: #ffffff;z-index: 9;}
		  		 .heigh20{margin-top:8%;}
		  		 .school{width:65%;height:40%;background-color:#ffffff;position: absolute;top: 20.5%;left:17.5%}
		  		 .school-sh{width:100%;height:30%;}
		  		 .school-sh-l{width:30%;text-align: center;margin-left: 20%;float: left;color: #f87d42;font-size:7rem;font-weight: bold;}
		  		 .school-sh-l p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
		  		 .school-sh-r{width:20%;text-align: center;margin-left: 10%;float: left;color: #f87d42;font-size: 7rem;font-weight: bold;}
		  		 .school-sh-r p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
		  		 
		  		 .school-left{width: 45%;float: left;height: 100%;padding: 4rem;background-color: #f8f8f8;}
		  		 .school-left-head{color: #333;font-size: 3rem;line-height:4rem;}
		  		 .school-left-font{color: #5e5e5e;font-size: 1.8rem;line-height: 3rem;text-align: justify;letter-spacing:1px;} 
				  .weixin{margin-left:20%;margin-top: 14%;}
				  .address{color:#f87d43;font-size:2rem;font-weight:500;margin-top:4rem;}
				 /* .footer{width: 100%;height:4%;text-align: center;background-color: #323337;color: #fff;position: absolute;bottom:0px;
				line-height:2.5rem;font-size: 1.2rem;}
				  #gongsi-bjxiao{display:none;}
				  #gongsi-bj{display:block;}
				  .gongsi{width:100%;height:auto;position: absolute;bottom:4%;z-index: 89999999999999999999;} */
				  .footer{width: 100%;height:3%;text-align: center;background-color: #000;color: #fff;position: absolute;bottom:0px;line-height:2.5rem;font-size: 1.2rem;}
				  #gongsi-bjxiao{display:none;}
				  #gongsi-bj{display:block;}
				  .gongsi{width:100%;height:auto;position: absolute;bottom:3%;left:0px;z-index: 89999999999999999999;}
	  
				  .new-font-bottom-left-font{height:4rem;word-break: break-all;
				  					text-overflow: ellipsis;
				  					display: -webkit-box; 
				  					-webkit-box-orient: vertical; 
				  					-webkit-line-clamp: 2; 
				  					overflow: hidden;}
					.yuan{background: rgba(0,0,0,.2);-webkit-transition: all 0ms ease;transition-duration: 0ms;-o-transition: 0ms all ease; transition: all 0ms ease;-webkit-transition-duration: 0ms; -o-transition-duration: 0ms;transition-duration: 0ms;-webkit-box-sizing: border-box; box-sizing: border-box;color: #fff; border-radius: 50%;
					position: absolute; left: 50%;top: 50%;width: 40.4%;height: 0; padding: 40.4% 0 0;margin-left: -20.07%; margin-top: -20.07%;}
					.yuan .slogan2{
						font-size:2.1rem;line-height: 3rem;text-align: center;letter-spacing:2px;
						position: absolute;
						left: 50%;
						top: 50%;
						width: 80%;
						height: 0;
						margin-left: -40%;
						margin-top: 0%;
						transition: all linear 0.3s;
						/* opacity:0.7; */
						color:#ffffff;
					}
				.new-font-middle{color: #333;font-size: 1.6rem;line-height:6rem;}
				.new-font-middle{width: 100%;}
				.gengduo{height:6rem;line-height: 6rem;float: left;}
				.jiantou{width:6rem;float: left;height:6rem;}
				.decoration{border-bottom:2px solid #f87d43;}
				.zerenleft {
				   width: 30%;height: auto;
					position:absolute;
					top:40%;left: 10%;z-index: 999999;
					font-size:2.2rem;
					line-height:2.8rem;
					color: #333;
					text-align: left;
				}
				.simImg_spec3 p{color: rgba(255,255,255,0.8);opacity: 0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); height:0;-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;transition: opacity 0.2s, transform 0.35s;line-height:3rem;text-align: justify;}
				.bangdan{width: 100%;height:5%;background-image:url(../images/newwebsite/bangdan.png);
				background-repeat: no-repeat;background-position:center center;text-align: center;color:#ffffff;font-size:1.4rem;line-height:5rem;}
				.xinwen-font-shang{height:auto;font-size:2rem;word-break: break-all;text-overflow: ellipsis;display: -webkit-box; 
				-webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;line-height: 3rem;text-align:justify;}
				.xinwen-font-shijian{color: #999;font-size:1.55rem;height:auto;line-height: 3rem;margin-top:2.5rem;text-align: left;margin-left: 0.5rem;} 
				.wenzi00-yi h3{font-size:4rem;}
				.wenzi00-yi h3 small{font-size:2.2rem;font-weight: normal;}
				.wenzi00-yi p{font-size: 2.5rem;}
				.homepage-title .title-wrapper .tit-ch {
					font-size:3.6rem;
					line-height:4.6rem;
				    color: #333;
					animation: toggleMove 2s infinite;
				}
				.mySwiperduo{position: absolute;top: 75%;width: 75%;left: 12.5%;height: 15%;
		/* 		background-color: #000;opacity: 0.5; */
				}
				.mySwiperduo .swiper-slide{width: 12.5%;}
				.mySwiper-zerener{position: absolute;top: 20%;width: 75%;left: 12.5%;height: 80%;}
				.zerener-l{width: 21%;float: left;margin-top: -7%;}
				.zerener-l h3{font-size:2.5rem;line-height:3.5rem;color: #000;text-align: left;}
				.zerener-l-con{font-size:1.5rem;line-height:2rem;color:#999;text-align: left;margin-top: 2rem;text-align: justify;}
				.dis-none{display: none;}
				.button2er{position: absolute;bottom:21%;left:6.25%;width:15%;margin-left:5%;}
				.next2er {background-color: #f87d42;color: #ffffff;padding: 0.625rem;width:7rem;height: 5rem;margin-left:2rem;}
				.prev2er{background-color: #f87d42;color: #ffffff;padding: 0.625rem; width:7rem;height: 5rem;}
				.swiper-button-next::after, .swiper-button-prev::after {
				    font-family: swiper-icons;
				    font-size:2.2rem;font-weight: bold;
				    text-transform: none !important;
				    letter-spacing: 0;
				    text-transform: none;
				    font-variant: initial;
				    line-height: 1;
				}
				.swiper-button-nextxiangmu::after, .swiper-button-prevxiangmu::after {
				    font-family: swiper-icons;
				    font-size:4rem;font-weight: bold;
				    text-transform: none !important;
				    letter-spacing: 0;
				    text-transform: none;
				    font-variant: initial;
				    line-height: 1;
				}
				.zerener-r{width: 75%;float: right;height:54%;margin-left:4%;/* border: 1px solid #000; */}
				.zerener-r img{width: 100%;height: 100%;
				/* object-fit: contain; */
				object-fit:contain;
				}
				.top20{position: absolute;top:80%;display:none;}
				.xian{position: absolute;top:16%;width:75%;left:12.5%;height: 1px;background-color: #e9e9e9;}
				.xinwen{position: absolute;top:25%;width:75%;left:12.5%;height:25vh;}
				.xinwen-img{width: 49%;float: left;}
				.xinwen-img img{width: 100%;height: 20vh;object-fit: cover;}
				.xinwen-font{width: 49%;float:right;}
				.redcon{position: relative;}
				.wenzi00{position: absolute;top:22%;left:20%;color:#cb0d0d;font-size: 5rem;width:50%;}
				.wenzi00-yi{width: 25%;float: left;text-align: center;height: 10rem;border-right:1px dotted #e2937c;}
				.wenzi00-yi:last-child{width: 25%;float: left;text-align: center;height: 10rem;border-right:0px dotted #e2937c;}
				
				
				
		  }
	  @media screen and ( min-width: 1701px ) {
		  #video{display:block;}
		  .section-wrap .section-1 .bg{display: none;}
		  .peixunimg{height:60%;width:90%;margin-left:5%;}
		  .peixun{position: absolute;top: 16%;width: 75%;left: 12.5%;height:80%;}
		  .peixun-tittle{text-align: center;font-size:3.5rem;color: #333;line-height:5rem;letter-spacing: 2px;font-weight: bold;}
		  .peixunfont{text-align:left;font-size:1.5rem;color: #333;line-height:2rem;width: 80%;margin-left:10%;}
		  .peinxun-foot-middle-span1{font-size:2.4rem;height:48px;line-height: 48px;color: #ffffff;}
		  .peinxun-foot-middle-span2{font-size:2.3rem;height:48px;line-height: 48px;color: #ffffff;}
		  .peinxun-foot-middle-span3{font-size:2rem;height:48px;line-height: 48px;color: #fede96;font-weight: bold;}
		  .kecheng{margin:2% 10.5%;}
		  .kechengyi{width:20%;float: left;text-align: center;font-size: 1.8rem;height: 4rem;line-height: 4rem;margin-left:5%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
		  .kechengyi:first-child{width:20%;float: left;text-align: center;font-size: 1.8rem;height: 4rem;line-height: 4rem;margin-left:2.5%;background-color: #cb0d0d;color:#ffffff;border-radius:4px;}
		  .gao{height:5%;width: 100%;clear: both;}
		  .zerenfont{position: absolute;top:29%;right:12.5%;z-index: 99999999999999999999;text-align: right;color: #666;font-size: 1.5rem;line-height: 2rem;}
		  .zerenh3{position: absolute;top:0%;width:100%;text-align:center;color: #666;font-size: 3.5rem;color: #333;line-height: 5rem;letter-spacing: 2px;font-weight: bold;}
		  .baoming{position: absolute;bottom:0%;display: none;}
		  .baoming img{width: 100%;height: 80%;}
		  .xinwenyi{width: 48%;float: left;}
		  .xinwenyi2{width: 48%;float: left;margin-left:4%;}
		  .biaoti{position: absolute;top:7%;left:12.5%;z-index: 99999999999999999999;}
		  .biaoti-big{font-size:3rem;color:#333;text-align: left;}
		  .biaoti-small{font-size:2rem;color:#999;text-align: left;}
		  .logo{position: fixed;top:7%;left:3%;z-index:2;}
		  .logo img{max-width:13rem;}
		  .gupiao{position: absolute;bottom:3%;right:3.5%;font-size: 1.4rem;color: #ffffff;z-index: 9;}
	  		 .heigh20{margin-top:8%;}
	  		 .school{width:65%;height:40%;background-color:#ffffff;position: absolute;top: 20.5%;left:17.5%}
	  		 .school-sh{width:100%;height:30%;}
	  		 .school-sh-l{width:30%;text-align: center;margin-left: 20%;float: left;color: #f87d42;font-size:7rem;font-weight: bold;}
	  		 .school-sh-l p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
	  		 .school-sh-r{width:20%;text-align: center;margin-left: 10%;float: left;color: #f87d42;font-size: 7rem;font-weight: bold;}
	  		 .school-sh-r p{color: #666;font-size: 2rem;line-height: 4rem;font-weight: normal;}
	  		 
	  		 .school-left{width: 45%;float: left;height: 100%;padding: 4rem;background-color: #f8f8f8;}
	  		 .school-left-head{color: #333;font-size: 3rem;line-height:4rem;}
	  		 .school-left-font{color: #5e5e5e;font-size: 1.8rem;line-height: 3rem;text-align: justify;letter-spacing:1px;} 
			  .weixin{margin-left:20%;margin-top: 14%;}
			  .address{color:#f87d43;font-size:2rem;font-weight:500;margin-top:4rem;}
		   .footer{width: 100%;height:3%;text-align: center;background-color: #000;color: #fff;position: absolute;bottom:0px;line-height:2.5rem;font-size: 1.2rem;}
		   #gongsi-bjxiao{display:none;}
		   #gongsi-bj{display:block;}
		   .gongsi{width:100%;height:auto;position: absolute;bottom:3%;left:0px;z-index: 89999999999999999999;}
			  
			 /* .footer{width: 100%;height:6%;text-align: center;background-color: #000;color: #fff;position: absolute;bottom:0px;line-height:2.5rem;font-size: 1.2rem;}
			  #gongsi-bjxiao{display:none;}
			  #gongsi-bj{display:block;}
			  .gongsi{width:100%;height:auto;position: absolute;bottom:6%;z-index: 89999999999999999999;} */
			  
			  .new-font-bottom-left-font{height:4rem;word-break: break-all;
			  					text-overflow: ellipsis;
			  					display: -webkit-box; 
			  					-webkit-box-orient: vertical; 
			  					-webkit-line-clamp: 2; 
			  					overflow: hidden;}
				.yuan{background: rgba(0,0,0,.2);-webkit-transition: all 0ms ease;transition-duration: 0ms;-o-transition: 0ms all ease; transition: all 0ms ease;-webkit-transition-duration: 0ms; -o-transition-duration: 0ms;transition-duration: 0ms;-webkit-box-sizing: border-box; box-sizing: border-box;color: #fff; border-radius: 50%;
				position: absolute; left: 50%;top: 50%;width: 40.4%;height: 0; padding: 40.4% 0 0;margin-left: -20.07%; margin-top: -20.07%;}
				.yuan .slogan2{
					font-size: 3.1rem;line-height: 3rem;text-align: center;letter-spacing:2px;
					position: absolute;
					left: 50%;
					top: 50%;
					width: 80%;
					height: 0;
					margin-left: -40%;
					margin-top: 0%;
					transition: all linear 0.3s;
					/* opacity:0.7; */
					color:#ffffff;
				}
			.new-font-middle{color: #333;font-size: 1.6rem;line-height:6rem;}
			.new-font-middle{width: 100%;}
			.gengduo{height:6rem;line-height: 6rem;float: left;}
			.jiantou{width:6rem;float: left;height:6rem;}
			.decoration{border-bottom:2px solid #f87d43;}
			.zerenleft {
			   width: 30%;height: auto;
				position:absolute;
				top:40%;left: 10%;z-index: 999999;
				font-size:2.2rem;
				line-height:2.8rem;
				color: #333;
				text-align: left;
			}
			.simImg_spec3 p{color: rgba(255,255,255,0.8);opacity: 0;filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); height:0;-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;transition: opacity 0.2s, transform 0.35s;line-height:3rem;text-align: justify;}
			.bangdan{width: 100%;height:5%;background-image:url(../images/newwebsite/bangdan.png);
			background-repeat: no-repeat;background-position:center center;text-align: center;color:#ffffff;font-size:1.4rem;line-height:5rem;}
			.xinwen-font-shang{height:auto;font-size:2rem;word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;line-height: 3rem;text-align:justify;}
			.xinwen-font-shijian{color: #999;font-size:1.55rem;height:auto;line-height: 3rem;margin-top:4rem;text-align: left;} 
			.wenzi00-yi h3{font-size:4rem;}
			.wenzi00-yi h3 small{font-size:2.2rem;font-weight: normal;}
			.wenzi00-yi p{font-size: 2.5rem;}
			.homepage-title .title-wrapper .tit-ch {
				font-size:3.6rem;
				line-height:4.6rem;
			    color: #333;
				animation: toggleMove 2s infinite;
			}
			.mySwiperduo{position: absolute;top: 75%;width: 75%;left: 12.5%;height: 15%;
	/* 		background-color: #000;opacity: 0.5; */
			}
			.mySwiperduo .swiper-slide{width: 12.5%;}
			.mySwiper-zerener{position: absolute;top: 20%;width: 75%;left: 12.5%;height: 80%;}
			.zerener-l{width: 21%;float: left;margin-top: -7%;}
			.zerener-l h3{font-size:2.5rem;line-height:3.5rem;color: #000;text-align: left;}
			.zerener-l-con{font-size:1.5rem;line-height:2rem;color:#999;text-align: left;margin-top: 2rem;text-align: justify;}
			.button2er{position: absolute;bottom:22%;left:6.25%;width:15%;margin-left:5%;}
			.next2er {background-color: #f87d42;color: #ffffff;padding: 0.625rem;width:7rem;height: 5rem; margin-left:2rem;}
			.prev2er{background-color: #f87d42;color: #ffffff;padding: 0.625rem;width:7rem;height: 5rem;}
			.swiper-button-next::after, .swiper-button-prev::after {
			    font-family: swiper-icons;
			    font-size:2.2rem;font-weight: bold;
			    text-transform: none !important;
			    letter-spacing: 0;
			    text-transform: none;
			    font-variant: initial;
			    line-height: 1;
			}
			.swiper-button-nextxiangmu::after, .swiper-button-prevxiangmu::after {
			    font-family: swiper-icons;
			    font-size:4rem;font-weight: bold;
			    text-transform: none !important;
			    letter-spacing: 0;
			    text-transform: none;
			    font-variant: initial;
			    line-height: 1;
			}
			.zerener-r{width: 75%;float: right;height:54%;margin-left:4%;/* border: 1px solid #000; */}
			.zerener-r img{width: 100%;height: 100%;
			/* object-fit: contain; */
			object-fit:contain;
			}
			.top20{position: absolute;top:80%;display:none;}
			.xian{position: absolute;top:16%;width:75%;left:12.5%;height: 1px;background-color: #e9e9e9;}
			.xinwen{position: absolute;top:25%;width:75%;left:12.5%;height:25vh;}
			.xinwen-img{width: 49%;float: left;}
			.xinwen-img img{width: 100%;height: 20vh;object-fit: cover;}
			.xinwen-font{width: 49%;float:right;}
			.redcon{position: relative;}
			.wenzi00{position: absolute;top:22%;left:20%;color:#cb0d0d;font-size: 5rem;width:50%;}
			.wenzi00-yi{width: 25%;float: left;text-align: center;height: 10rem;border-right:1px dotted #e2937c;}
			.wenzi00-yi:last-child{width: 25%;float: left;text-align: center;height: 10rem;border-right:0px dotted #e2937c;}
			
			
			
	  }
	  
	  .school-right{width: 55%;float: left;height: 100%;}
	  .school-right img{width: 100%;height: 100%;object-fit: cover;}
	 /* .bigwhitelogo{width: 40%;height: 50%;position: absolute;top: 30%;opacity: 0.5;} */
	 .mySwiper-zeren-top{ width: 75%;height: 25%;position: absolute; top:15.5%;left: 12.5%;}
	 .mySwiper-zeren-bottom{width:75%;height:60%;position: absolute;left: 12.5%;top: 40%;}
	 /* .zerentop{width:12.5%;float: left;}
	 .zerentop img{max-width: 100%;max-height: 100%;}
	 .mySwiper-zeren-top .swiper-slide{width:12.5%;} */
	 .mySwiper-zeren{color: #666;width: 100%;height:95%;}
	 .mySwiper-zeren .swiper-wrapper .swiper-slide{color: #5e5e5e;background:#f8f8f8;}
.zerenright{z-index: 999999;
opacity: 1;
width: 15.84%;
height: auto;
position: absolute;
right: 13%;
top:25%;
color: #333;
font-size:1.4875rem;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;}
.zerenright p{margin-top:2.1rem;text-align: left;text-align: justify;}
      .swiper-school {
        width: 100%;
        height: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper-school2 {
        height: 100%;
        width: 100%;
      }

      .mySwiper-school {
        height: 0%;
        box-sizing: border-box;
        padding: 0px 0 0 0;
      }

      .mySwiper-school .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper-school .swiper-slide-thumb-active {
        opacity: 1;
      }

   /*   .swiper-slide img {
        display: block;
        max-width: 90%;
        max-height: 100%;
        object-fit: cover;
      } */
/* 	  .new{width:75%;margin: 0 auto;height:30%;position: absolute;top:20%;margin-left:12.5%;border-bottom: 1px solid #999;}
	  a{text-decoration: none;}
	  .new-img{width: 33%;float: left;}
	  .new-img img{max-width: 100%;max-height: 100%;}
	  .new-font{width: 62%;float: right;}
	  .new-font-top{color: #333;font-size:2.4rem;line-height:2.5rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 1.5rem;}
	  .new-font-top p{color: #999;font-size:1.4rem;line-height: 3rem;}
	  .new-font-middle{color: #333;font-size: 1.6rem;line-height: 5rem;}
	  .new-font-bottom{color: #333;font-size: 1.6rem;line-height:2rem;}
	  .new-font-bottom-left{width: 42%;float: left;    ; }
	.new-font-bottom-right{width: 42%;float:right;}
	.new-font-bottom-left-font{height:4rem;word-break: break-all;
						text-overflow: ellipsis;
						display: -webkit-box; 
						-webkit-box-orient: vertical; 
						-webkit-line-clamp: 2; 
						overflow: hidden;}
	  .new-font-bottom-left-p{color: #999;font-size:1.4rem;height: 2rem;line-height: 3rem;}
	.new-font-bottom-right-p{color: #999;font-size:1.4rem;height: 2rem;line-height: 3rem;}
.hr{width: 100%;height:1px;background-color: #999;position: absolute;top:21%;}
.fuwu{width:100%;height:45%;position: absolute;top:60%;background-image:url(../images/newwebsite/foot.jpg);
background-repeat: no-repeat;background-position:center center; }
.fuwunei{width:75%;margin: 0 auto;height: auto;}
.fuwunei-sloo{width:50%;float: left;}
.fuwunei-ren{width:18%;float:right;}
.fuwunei-ren img{max-width:100%;max-height: 100%;}
.fuwunei-sloo img{max-width:100%;max-height: 100%;} */
	  .new{width:75%;margin: 0 auto;height:26%;position: absolute;top:19%;margin-left:12.5%;border-bottom: 1px solid #f2f0f0;}
	  a{text-decoration: none;}
	  .new-img{width: 25%;float: left;}
	  .new-img img{max-width: 100%;max-height: 100%;}
	  .new-img:hover {
	  	transform:scale(1.1,1.1);
		transition:all 0.5s ease-out;}
	  .new-font{width: 70%;float: right;}
	  .new-font-top{color: #333;font-size:2.4rem;line-height:2.5rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;/* margin-top:0.5rem; */}
	  .new-font-top p{color: #999;font-size:1.4rem;line-height:2.8rem;}
	  .new-font-bottom{color: #333;font-size: 1.6rem;line-height:2rem;clear: both;}
	  .new-font-bottom a{color:#333;}
	  .new-font-bottom-left{width: 42%;float: left;}
	.new-font-bottom-right{width: 42%;float:right;}
	  .new-font-bottom-left-p{color: #999;font-size:1.4rem;height: 2rem;line-height: 3rem;}
	.new-font-bottom-right-p{color: #999;font-size:1.4rem;height: 2rem;line-height: 3rem;}
.hr{width: 100%;height:1px;background-color: #999;position: absolute;top:21%;}
.fuwu{width:100%;height:50%;position: absolute;top:48%;background-image:url(../images/newwebsite/foot.jpg);
background-repeat: no-repeat;background-position:center center; }
.fuwunei{width:75%;margin: 0 auto;height: auto;}
.fuwunei-sloo{width:45%;float: left;margin-left:10%;}
.fuwunei-ren{width:25%;float:left;margin-left:10%;}
.fuwunei-ren img{max-width:100%;max-height: 100%;}
.fuwunei-sloo img{max-width:100%;max-height: 100%;margin-top:3.5rem;}
.weixin img{max-width: 40%;max-height:40%;}
.icon2{color:#f87d43;opacity:1;border-radius: 0%;}
.icon3{color:#666;opacity:1;border-radius: 0%;font-size: 8rem;}
/* .weixin{margin-left:20%;margin-top: 14%;}
.address{color:#f87d43;font-size:2rem;font-weight:500;margin-top:4rem;} */
.baiqiang{font-size: 1.7rem;color: #999;width: 32%;margin-top: 1rem;text-align: justify;}
.navigation {
	background-color: #eee;
	font-weight: 700;
}

.navigation-list {
	font-size: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation-item {
	font-size: 1.2rem;
}

.navigation-link {
	display: block;
	position: relative;
	/* padding: 5px 20px; */
	text-decoration: none;
	color: #f87d43;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.navigation-link:before {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 0;
	border-bottom: solid 2px #f87d43;
}

.navigation-link:before {
	left: 0;
}

.navigation-link:hover {
	color: #f87d43;
}

.navigation-link:hover:before {
	width: 100%;
}
.navigation-link:before {
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
.nextxinxi{right:20%;top:60%}
.prevxinxi{left:20%;top:60%}
.swiper-container {
  width: 100%;
  height: 38%;position: absolute;top:45%
}
.mySwipershuzi{  width: 100%;
  height: 38%;position: absolute;top:47%}
/* .mySwipershuzi .swiper-slide:hover { transform: scale(1.08); } */
	  .bottom-tittle-bottom{color:#fffffff;display: block;clear: both;width:100%;height:10%;
z-index: 999999999999999999999999999999999999999999999999999999999;position: absolute;top:108%;font-size:1.5rem;
}
.mySwipershuzi .swiper-slide{}
.bottom-tittle-bottom{color:#fffffff;font-size:1.5rem;display: block;width:100%;height:10%;
z-index: 999999999999999999999999999999999999999999999999999999999;position: absolute;bottom: -0px;
}
.swiper-slide-scale {
  text-align: center;
/*  font-size: 18px; */
/* background: #242a36; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
}
.swiper-slide-scale:hover{  transform: scale(1);}
.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
/* .opcity-black{background: radial-gradient(circle ,#fff,#000);opacity: 0.85;} */
/* .swiper-slide:nth-child(2){
	background:#3183ff;
	color:#fff;}
.swiper-slide div{
	transform:translateX(-200px);
	opacity:0;
	transition:all .4s;}
.ani-slide div{
	transform:translateX(0);
	opacity:1;
		} */
.more{position: absolute;top:6%;right:12.5%;z-index: 99999999999999999999;}
.mgengduo{height:5rem;line-height: 5rem;float: left;color: #666;}
.mjiantou{width:5rem;float: left;height:5rem;}


.xinwenyi a{color:#333;}
.gongsi img{width: 100%;height: 100%;object-fit: cover;}
.xinwen-img:hover {
transform:scale(1.1,1.1);
transition:all 0.5s ease-out;}


.peixun-tittle span{color: #cb0d0d;}
.mySwiper-peixun img{width: 100%;height:100%;margin: 0 padding:0;object-fit:contain;}

.peinxun-foot{width: 100%;height:48px;background-color: #cb0d0d;position:absolute;bottom:0%;left:0px;background-image:url(../images/newwebsite/zhiyedianhua.png);
background-repeat: no-repeat;background-position:center center; }
.peinxun-foot-middle{w;height:48px;text-align: center;position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.0);
}

.swiper-paginationzong .swiper-pagination-bullet {
    background: #f87d42;
	width: 14px;
	height: 14px;
	margin-top:14px;
	cursor: pointer;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	width: 14px;
    right: 4%;
    top: 50%;
    transform: translate3d(0px,-50%,0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,14px) 0;
    display: block;
}
.swiper-paginationxiangmu .swiper-pagination-bullet{    background: #666;
	width: 8px;
	height: 8px;
	margin-top:8px;
	cursor: pointer;}
.swiper-button-nextxiangmu{width:8rem;}
.swiper-button-prevxiangmu{width:8rem;}
.footer small a{color: #ffffff;}