:root{
  --bodyw:76%;
  --leftw:12%;
  --rightw:12%;
  --bodywm:88%;
  --leftwm:6%;
  --rightwm:6%;
}
* {
    font-family: 'Microsoft Yahei', Arial,  Helvetica, 'PingFangSC',sans-serif;
    font-size:0.9375rem;
}
html, body {
  position: relative;
  height: 100%;
}

@media(max-width: 768px){
  html {
      font-size: 14px !important;
  }
}
@media(min-width: 768px){
  html {
      font-size: 16px !important;
  }
}
body {
  margin: 0;
  padding: 0;
  
  
}
/* header开始 */
.hamburger--emphatic-r.is-active .hamburger-inner {
	width: 40px;
	-webkit-animation: line2 0;
	animation: line2 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	width: 40px;
	-webkit-animation: line1 0;
	animation: line1 0;
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	width: 40px;
	-webkit-animation: line1 0;
	animation: line1 0;
	right: -80px;
	top: 80px;
	left: auto;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#m_header{
  display: none;
}
#header{
  display: block;
  position: fixed;
  z-index:99;
  height: 100px;
  box-sizing: border-box;
}
#header.white .index-header .logo > span:first-child{
  display: block;
}
#header.white .index-header .logo > span:last-child{
  display: none;
}
#header.black .index-header .logo > span:first-child{
  display: none;
}
#header.black .index-header .logo > span:last-child{
  display: block;
}
#header.white{
  background: transparent;
}
#header.black{
}
.index-header{
  height: 100%;
  width: 90%;
  margin:auto;
  display: flex;
  align-items:center;
  justify-content:space-between;
}
#header.black .index-header{
	border: none;
}
.logo{
  width: 20%;
}
.h-tel{
/* 	width: 6%; */
	position: relative;
	
}
.h-icon{
	width: 34px;
	height: 34px;
	background-color: #008ee0;
	border: 1px solid #fff;
	text-align: center;
	line-height: 34px;
	border-radius: 34px;
}
.h-dianhua{
	width: 10.5rem;
	display: none;
	text-align: center;
	position: absolute;
	top: 2.25rem;
	padding:0.5% 10%;
	z-index: 1;
	font-size: 1.125rem;
	left:-110px;
	font-family: "arial";
	font-weight: bold;
	color: #FFF;
	background-color:#008ee0;
	border-radius: 1.875rem;
	
}
.h-dianhua p{
	font-size: 1.125rem;
	font-family: "arial";
	font-weight: bold;
}
.h-tel:hover .h-dianhua{
	display:block;
}
.mobile_nav{
  height: inherit;
}
.nav-pc{
  width: 70%;
  height: inherit;
}
.mobile_nav>ul {
	display: flex;
	justify-content: space-evenly;
}
.mobile_nav>ul>li{
	    width: auto;
	    height: inherit;
	    position: relative;
}
.mobile_nav>ul>li>a{
	display: block;
	text-align: center;
	line-height:97px;
}
.mobile_nav>ul>li>a>span{
	display: block;
	line-height: 97px;
	
}
#header.white .nav-pc > .mobile_nav > ul > li > a > span{
  color: #fff;
  border-bottom: 3px solid rgba(255,255,255,0);
}
#header .mobile_nav>ul>li:hover>a>span{
	border-bottom: 3px solid #008ee0;
}
#header .mobile_nav>ul>li>a#menu_selected>span{
	border-bottom: 3px solid #008ee0;
}
#header .mobile_nav>ul>li>ul{
	display: none;
}
#header.mobile_nav>ul>li:hover>ul{
	display: block;
position: absolute;
top: 100px;
left: 0%;
width: 100%;
z-index: 1;
}

#header .mobile_nav>ul>li>ul>li{
	line-height: 3.125rem;
	width: 250%;
	margin-left: -75%;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}
#header .mobile_nav>ul>li>ul>li:hover{
	background-color: rgba(255,255,255,1);
}
.h-tel2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.h-telzi{
	font-size: 18px;
	font-weight: bold;
	color: #202020;
}
.h-telzi p{
	font-size: 18px;
	font-weight: bold;
	color: #202020;
}


/* header结束 */
.body-sl1-slide,.body-sl2-slide,.body-sl3-slide,.body-sl4-slide,.body-sl5-slide,.body-sl6-slide{
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  /* 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;
}
.body-slide{
  overflow: hidden;
}
/* sl1 */
.sl1-container {
  width: 100%;
  height: 100%;
}
.sl1-slide{
  position: relative;
  overflow:hidden;
}
.sl1-slide > a{
  display: block;
  width: 100%;
  height: 100%;
}
.sl1-sl1-slide{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;

}

	.sl1-c2-text2{
		display: none;
	}
.sl1-sl2-slide{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;

}

.sl1-sl02-slide{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;

}

.sl1-sl3-slide{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;

}

.sl1-sl4-slide{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;

   
}
.sl1-banner-bg2{
	background: url(../images/banner1.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
	transform: scale(1.3);
	overflow: hidden;
	transition: transform 2s ease-in-out;
}
.sl1-banner-bg2{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.sl2-banner-bg{
	background: url(../images/banner2.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
	transform: scale(1.3);
	overflow: hidden;
	transition: transform 2s ease-in-out;
	
}
.sl2-banner-bg{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.sl02-banner-bg{
	background: url(../images/banner31.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
	transform: scale(1.3);
	overflow: hidden;
	transition: transform 2s ease-in-out;
	
}
.sl02-banner-bg{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}


.sl3-banner-bg{
	background: url(../images/banner3.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
	transform: scale(1.3);
	overflow: hidden;
	transition: transform 2s ease-in-out;
	
}
.sl3-banner-bg{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}

.sl4-banner-bg{
	background: url(../images/banner4.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
	transform: scale(1.3);
	overflow: hidden;
	transition: transform 2s ease-in-out;
	
}
.sl4-banner-bg{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.sl1-banner-bg2,.sl02-banner-bg,.sl2-banner-bg,.sl3-banner-bg,.sl4-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.sl1-banner-bg{
	width:100%;
	height:100%;
}
.sl1-banner-bg  video{
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
}
.sl1-banner-bg div{
	display: none;
}
.sl1-sl1-con{
  position: absolute;
  top:50%;
  z-index: 2;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
}
.sl1-sl1-con img{
  max-width: 100%;
}
.sl1-c1-text1{
  opacity: 0;
  -webkit-animation: fadeOutRight .5s ease-in-out .8s forwards;
  -o-animation: fadeOutRight .5s ease-in-out .8s forwards;
  animation: fadeOutRight .5s ease-in-out .8s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl1-slide.swiper-slide-active .sl1-c1-text1{
  -webkit-animation: fadeInRight .5s ease-in-out .3s forwards;
  -o-animation: fadeInRight .5s ease-in-out .3s forwards;
  animation: fadeInRight .5s ease-in-out .3s forwards;
}


.sl1-sl2-con2{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	height:100%;
	align-items: center;
}
.sl1-sl2-con{
position: absolute;
height: 100%;
width: 90%;
padding-bottom: 5%;
display: flex;
left: 5%;
align-items: center;
padding-top: 5.625rem;
top: 0;
box-sizing: border-box;
}

.sl1-c2-text1{
	width: 44%;
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .8s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .8s forwards;
  animation: fadeOutLeft .5s ease-in-out .8s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl2-slide.swiper-slide-active .sl1-c2-text1{
  -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
  animation: fadeInLeft .5s ease-in-out .3s forwards;
}
.sl1-c2-text2{
		display:none;
	}
	.sl1-c2-text1{
		display: block;
	}


.sl1-sl3-con2{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	height:100%;
	    align-items: flex-end;
}
.sl1-sl3-con{
position: absolute;
height: 100%;
width: 90%;
padding-bottom: 5%;
display: flex;
left: 5%;
align-items: center;
padding-top: 5.625rem;
top: 0;
box-sizing: border-box;
}

.sl1-c3-text1{
	width: 45%;
	padding-bottom: 8%;
	box-sizing: border-box;
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .8s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .8s forwards;
  animation: fadeOutLeft .5s ease-in-out .8s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl3-slide.swiper-slide-active .sl1-c3-text1{
  -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
  animation: fadeInLeft .5s ease-in-out .3s forwards;
}


.sl1-sl4-con2{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    height: 100%;
    align-items: flex-end;
}
.sl1-sl4-con{
position: absolute;
height: 100%;
width: 90%;
padding-bottom: 5%;
display: flex;
left: 5%;
align-items: center;
padding-top: 5.625rem;
top: 0;
box-sizing: border-box;
}

.sl1-c4-text1{
	width: 45%;
  opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .8s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .8s forwards;
  animation: fadeOutLeft .5s ease-in-out .8s forwards;
}
.body-sl1-slide.swiper-slide-active .sl1-sl4-slide.swiper-slide-active .sl1-c4-text1{
  -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
  -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
  animation: fadeInLeft .5s ease-in-out .3s forwards;
}




.sl1-button{
  position: absolute;
  bottom:10%;
  right: 10%;
  z-index:3;
  display: flex;
  justify-content: space-between;
  width: 110px;
  height: 50px;
}
.sl1-button-prev,.sl1-button-next{
  position: static;
  float: left;
  width: 50px;
  height: 50px;
  margin-top:0;
  background-size: 50px 50px;
}
.sl1-button-prev{
  background-image:url(../images/sl1-prev.png);
}
.sl1-button-next{
  background-image:url(../images/sl1-next.png);
}
.sl1-pagination.swiper-pagination-bullets{
	
  position: absolute;
  bottom:10%;
  height: 50px;
  width: 80px;
  left: 10%;
  display: none;
  justify-content: space-around;
  align-items: center;
}
.sl1-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
  float: left;
  width:30px;
  height: 6px;
  background: #fff;
  opacity: 1;
  margin:0;
}
.sl1-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  height: 6px;
  background: #008ee0;
}
/* sl1结束 */


/* sl2开始 */
.sl2-con{
	background: url(../images/cp_02.jpg) no-repeat center center;
	background-size:cover;
  width: 100%;
  height: 100VH;
  padding-top: 5.625rem;
  box-sizing: border-box;
}
.sl2-zhong{
	height:100%;
	box-sizing: border-box;
}

.yuanquan{
	width: 100%;
	height: 100%;
	background: url(../images/dongtu.gif) no-repeat top center;
	background-position-y:center ;
	background-size: auto 80%;
}
.yuanquan-sj{
	display: none;
}
#slider2{
	width: 100%;
	height: 100%;
	padding-top: 5%;
	box-sizing: border-box;
	position: relative;
}
.ys-bt{
	font-size:2.25rem;
	position: absolute;
	font-weight: bold;
	text-align: left;
	line-height: 46px;
	z-index: 3;
	color: #202020;
}
.ys-bt p{
	font-size: 2.9375rem;
	font-family: "arial";
	font-weight: bold;
}
.ys-bt:after{
	content: "";
	display: block;
	background-color: #097cbe;
	width: 36px;
	height: 8px;
	margin: 1.875rem 0;
}

.fcnt{
	width: 100%;
	box-sizing: border-box;
	height:auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slidelist{
	height: 86%;
	position: absolute;
	width: 20VW;
	right: 0%;
	z-index: 9;
	top: 0;
	
}
.slidelist  ul{
	display: flex;
	height: 100%;
	flex-wrap: wrap;
}

.slidelist li {
	height: auto;
	display: flex;
	position: relative;
	width: 100%;
	
	margin-bottom:2%;
	justify-content: space-between;
	align-items: center;
}
.ys-navsz{
	width: 100%;
	padding-right: 20%;
	box-sizing: border-box;
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
	padding: 3% 20% 3% 10%;
	background-color: #7fc6ef;
	border-radius: 30px;
	text-align: center;
}
.ys-navzi{
	width: 30%;
	position: absolute;
	right: 0%;
	display: flex;
	align-items: center;
	    justify-content: flex-end;
	z-index: 1;
	top: 0;
	height: 100%;
}
.ys-navzi img{
	max-width: 100%;
	max-height: 100%;
}
.slidelist li.cur .ys-navsz{
	margin-left: -10%;
	background-color: #008ee0;
}

.fcnt{
	width: 90VW;
	overflow: hidden;
	margin: 0 auto;
	height:100%;
	position: relative;
}
.mimg {
	float: left;
	width: 90VW;
	height:100%;
	overflow: hidden;
}

.slidebox {
	width: 90VW;
	overflow: hidden;
	height:100%;
	position: absolute;
	padding-top: 10%;
	top: 0;
	box-sizing: border-box;
}

.silder_panel2 {
	width: 90VW;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height:100%;
	float: left;
	position: relative;
}
.ys-wenzi{
	
	width:26%;
	padding-right: 5%;
	text-align: left;
	position: absolute;
	z-index: 9;
	bottom: 20%;
}
.ys-wenzi2{
	line-height: 30px;
}
.ys-wenzi2 p{
	font-size: 40px;
	padding-bottom: 10%;
}
.ys-anniu {
	width: 190px;
	box-sizing: border-box;
	padding:10px 30px;
	border-radius: 2.25rem;
	margin-top: 7%;
	background: -webkit-linear-gradient(
	left,#0395ea,#aae0fe
	);
	text-align: center;
}
.ys-anniu a{
	color: #fff;
}
.ys-anniu a img{
	padding-left: 10px;
}
.cp-tu {
}
.cp-tu img{
	max-height: 100%;
}
.cp-tu{
	height: 100%;
	position: absolute;
	z-index: 1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -19%;
}

.silder_play2 {
	display: block;
	width: 136px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	bottom: 13px;
	right: 45px;
	background: url(../images/silder-play.png) 0 -30px no-repeat;
}

.silder_play2:hover {
	background-position: 0 0;
}






.slider_box2 a.prev,.slider_box2 a.next {
	display: none;
	width: 45px;
	height: 141px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	cursor: pointer;
	margin: -320px 0 0 0;
	background: url(../images/cp-jt_25.jpg) no-repeat;
}

.slider_box2 a.prev {
	left: -80px;
	background-position: left 0;
}

.slider_box2 a.next {
	right: -80px;
	background-position: right 0;
}

.silderBox2 {
	height: 8px;
	line-height: 8px;
	display: none;
}


/* sl2结束 */



/* sl3开始 */
.body-sl3-slide,.sl3-con,.sl3-wrapper,.sl3-slide,.sl3-banner-bg{
  width: 100%;
  height: 100%;
}
.sl3-con{
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 6.625rem;
}
.gy-shang{
	width: 100%;
	text-align: center;
}
.gy-shang p{
	font-size: 36px;
	font-weight: bold;
}
.sl3-con .ys-bottom{
	width: 100%;
	height: auto;
	min-height: 84%;
}
/* tab */
.wrap{
	height: 100%;
}
.tab{
	height: 100%;
    position: relative;
}
.tab-bd{
	height: 100%;
	overflow: hidden;
}
.tab-bd li{
	height: 100%;
	overflow: hidden;
}
.tabzong{
	width: 100%;
	bottom: 0;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	z-index: 99;
	position: absolute;
	overflow: hidden;
}
.tab-hd {
	height: 100%;
	overflow: hidden;
	zoom: 1;
}
.gy-li{
	width: 100%;
	height: 20%;
	font-size: 20px;
	font-weight: bold;
}
.tab-hd li {
	float: left;
	height: 100%;
	width: calc(100VW / 6);
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	color: #fff;
	display: flex;
   align-items: flex-end;
   padding-bottom: 3%;
       justify-content: center;
	   
		
}
.tab-hd li p{
	font-size: 20px;
	font-weight: bold
}
.ys-icon2{
	display: none;
}
.gy-linr{
	width: 75%;
	margin: 0 auto;
	display: none;
	font-size: 1.05rem;
	text-align: left;
}
.gy-linr p{
	font-weight: bold;
	text-align: center;
	font-size: 1.625rem;
	font-family: "arial";
	padding-bottom: 5%;
}
.gy-linr p span{
	font-weight: bold;
	font-size: 3.25rem;
}
.gy-li p{
	padding-bottom: 2%;
}
.tab-hd li.active {
	display: flex;
	padding-top: calc(100VH - 705px) ;
	background: rgba(255,255,255,0.7);
	color: #202020;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.tab-hd li.active .ys-icon2{
	display: block;
}
.tab-hd li.active .ys-icon1{
	display: none;
}
.tab-hd li.active .gy-linr{
	
	display: block;
}
.tab-bd li{
	transition: all 0.6s;
	display: none;
}
.tab-bd li.thisclass {
	transition: all 0.6s;
	display: list-item;
}

.ys-li1{
	background: url(../images/ys-1.jpg) no-repeat top  center;
background-size: cover;
	opacity: 1;
	transform: scale(1.3);
	overflow: hidden;
	transition: transform 2s ease-in-out;

}
.ys-li1{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.ys-li2{
	background: url(../images/ys-2.jpg) no-repeat top  center;
	background-size: cover;
		opacity: 1;
		overflow: hidden;
		transition: transform 2s ease-in-out;

}
.ys-li2{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.ys-li3{
	background: url(../images/ys-3.jpg) no-repeat top  center;
	background-size: cover;
		opacity: 1;
		overflow: hidden;
		transition: transform 2s ease-in-out;

}
.ys-li3{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.ys-li4{
	background: url(../images/ys-4.jpg) no-repeat top  center;
	background-size: cover;
		opacity: 1;
		overflow: hidden;
		transition: transform 2s ease-in-out;

}
.ys-li4{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.ys-li5{
	background: url(../images/ys-5.jpg) no-repeat top  center;
	background-size: cover;
		opacity: 1;
		overflow: hidden;
		transition: transform 2s ease-in-out;

}
.ys-li5{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.ys-li6{
	background: url(../images/ys-6.jpg) no-repeat top  center;
	background-size: cover;
		opacity: 1;
		overflow: hidden;
		transition: transform 2s ease-in-out;

}
.ys-li6{
	transform: scale(1);
	transition: transform 2s ease-in-out;
	animation: sl4bgsf 8s linear infinite;
	animation-delay:2s;
}
.ys-li1,.ys-li2,.ys-li3,.ys-li4,.ys-li5,.ys-li6{
	height:100%;

}

/* sl3结束 */





/* sl4开始 */
.body-sl4-slide{
}
.sl4-con{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.sl4-c-con{
	height: 100%;
	padding-top: 5.625rem;
	box-sizing: border-box;
  text-align: left;
  display: flex;
  justify-content:space-between ;
  align-items: center;
}

.sl4-cc-center{
 width: 40%;
 box-sizing: border-box;
 margin-left: 5%;
 height: 100%;
 display:flex;
 align-content: center;
 flex-wrap: wrap;
 align-items: center;
}

.sl4-cc-center{
	
	opacity: 0;
	-webkit-animation: fadeOutRight .5s ease-in-out .2s forwards;
	-o-animation: fadeOutRight .5s ease-in-out .2s forwards;
	animation: fadeOutRight .5s ease-in-out .2s forwards;
	
 
}
.body-sl4-slide.swiper-slide-active .sl4-cc-center{
	-webkit-animation: fadeInRight .5s ease-in-out .5s forwards;
	-o-animation: fadeInRight .5s ease-in-out .5s forwards;
	animation: fadeInRight .5s ease-in-out .5s forwards;
 
}
.sl4-cc-bottom{
	width: 50%;
}
.sl4-cc-bottom{
 opacity: 0;
  -webkit-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  -o-animation: fadeOutLeft .5s ease-in-out .2s forwards;
  animation: fadeOutLeft .5s ease-in-out .2s forwards;
}
.body-sl4-slide.swiper-slide-active .sl4-cc-bottom{
	-webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
	-o-animation: fadeInLeft .5s ease-in-out .3s forwards;
	animation: fadeInLeft .5s ease-in-out .3s forwards;
 
}
.sl4-cc-bottom img{
}
.ab-dbt{
	width: 100%;
	font-size: 1.75rem;
	line-height: 3.2rem;
	font-weight: bold;
	color: #202020;
}
.ab-dbt p{
	font-size: 2.25rem;
	color: #008ee0;
	font-weight: bold;
}
.ab-zhong{
	width: 100%;
	color: #808080;
	padding: 6% 0;
	line-height: 1.675rem;
}
.about-list{
	width: 100%;
}
.about-list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 5% 0;
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #d7d7d7;
}
.about-list ul li{
	width: 25%;
}
/* sl4结束 */
/* sl5开始 */
  .sl3-c-con2{
	  display: none;
  }
.body-sl5-slide .sl3-c-con{
	position: relative;
	height: 100%;
	width: 100%;
}

.ys-bottom2{
	height: 100%;
}
.ry-shang{
	position: absolute;
	top: 7%;
	width:50%;
	right: 5%;
	z-index: 8;
}
.ry-bt{
	font-size: 2.25rem;
	font-weight: bold;
	text-align: left;
}
.ry-nav ul {
	display: flex;
	justify-content: flex-start;
	margin: 2% 0;
	
}
.ry-nav ul li{
	background: url(../images/ry-icon_45.jpg) no-repeat top left;
	padding-left: 3.125rem;
	height: 2.8125rem;
	width: 20%;
	text-align: left;
}
.ry-nav ul li a{
	font-size: 26px;
	color: #202020;
}
.ry-nr{
text-align: left;
	
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
}
/* tab */
.tab2{
    position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: inherit;
}
.tabzong2{
	background: url(../images/ry-bg2.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding:calc(11rem + 5%) 5% 1%;
	box-sizing: border-box;
	width: 62%;
	height: inherit;
	display: flex;
	align-items: center;
	position: relative;
}

.tab-hd2 {
	width:100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.tab-hd2 li {
	width: 18%;
	height: 48%;
	margin-right: 2%;
	text-align: center;
	box-sizing: border-box;
}
.tab-hd2 li:nth-child(2){
	display: none;
}
.tab-bd2 li:nth-child(2){
	display: none;
}
.imghvr-zoom-in{
	border: 1px solid #d7d7d7;
	margin-right: 2%;
	overflow: hidden;
/* 	height: 100%; */
}
.imghvr-zoom-in img{
	width: 100%;
	height: 100%
}
.fudong{
	box-sizing: border-box;
	padding-top: 50%;
	height: 100%;
	width: 100%;
	text-align: center;
}
.fudong img{
	width: auto;
	height: auto;
}

.tab-hd2 li p{
	font-size: 20px;
	font-weight: bold
}

.tab-hd2 li.active {
	color: #202020;
}

.tab-bd2{
	padding:6%;
	box-sizing: border-box;
	width: 40%;
	background: url(../images/ry-bg1.jpg) no-repeat top center;
	background-size: 100% 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
}
.tab-bd2 li img{
	/* height: 100%; */
	width: auto;
}
.tab-bd2 li a{
	display: block;
	height: 100%;
}
.ry-img{
	height: 100%;
}
.tab-bd2 li{
	height: 100%;
	
	transition: all 0.6s;
	display: none;
}
.tab-bd2 li.thisclass {
	width: 100%;
	display: flex;
	justify-content: center;
	transition: all 0.6s;
}

/* sl8开始 */
.sl8-con{
background-size: cover;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding-top: 137px;
}
.al-bt{
	padding-bottom: 2%;
	font-size: 36px;
	font-weight: bold;
	color: #202020;
}
.al-dbt {
	font-size: 15px;
	line-height: 30px;
}
.sl8-c-con{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
    height: 100%;
}
.sl8-cc-top{
	padding-bottom: 2%;
	box-sizing: border-box;
	text-align: left;
	width: 80%;
  opacity: 0;
  -webkit-animation: fadeOutDown .5s ease-in-out .2s forwards;
  -o-animation: fadeOutDown .5s ease-in-out .2s forwards;
  animation: fadeOutDown .5s ease-in-out .2s forwards;
}
.body-sl8-slide.swiper-slide-active .sl8-cc-top{
  -webkit-animation: fadeInDown .5s ease-in-out .3s forwards;
  -o-animation: fadeInDown .5s ease-in-out .3s forwards;
  animation: fadeInDown .5s ease-in-out .3s forwards;
}


.sl8-cc-bottom{
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeOutUp .5s ease-in-out .2s forwards;
  -o-animation: fadeOutUp .5s ease-in-out .2s forwards;
  animation: fadeOutUp .5s ease-in-out .2s forwards;
}
.body-sl8-slide.swiper-slide-active .sl8-cc-bottom{
  -webkit-animation: fadeInUp .5s ease-in-out .3s forwards;
  -o-animation: fadeInUp .5s ease-in-out .3s forwards;
  animation: fadeInUp .5s ease-in-out .3s forwards;
}
.sl8-slide{
	width: 49%!important;
	margin:  0 1%;
  position: relative;
}
.sl8-cc-bottom .swiper-container{
	position: static;
}

.sl8-banner-bg{
  height: auto;
}
.sl8-banner-bg img{
  width: 100%;
}

.xw-tm{
	padding-bottom: 3%;
	position: absolute;
	z-index: 1;
	bottom: 0%;
	height: 18%;
	background: -webkit-linear-gradient(
	bottom,#000,rgba(0,0,0,0)
	);
	width: 100%;
	padding-left: 5%;
	box-sizing: border-box;
	font-weight: bold;
}
.xw-tm a{
	
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
				text-align: left;
	font-size: 1.125rem;
	color: #fff;
	font-weight:normal;
}

.xw-tm a:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-color: #008ee0;
	margin: 6px 10px;
	float: left;
}


.sl8-button-next.swiper-button-next, .sl8-button-prev.swiper-button-prev {
  width: 78px;
  position: absolute;
  z-index: 3;
  height: 78px;
  right: 0;
  top:calc(-5% - 78px) ;
  width:4.875rem;
  background-size:78px 78px;
}
.sl8-button-next.swiper-button-next, .swiper-container-rtl .sl8-button-prev.swiper-button-prev {
  background-image: url(../images/al-you.png);
  
}
.sl8-button-prev.swiper-button-prev, .swiper-container-rtl .sl8-button-next.swiper-button-next {
  background-image: url(../images/al-zuo.png);
  right: 5rem;
}
/* sl8结束 */
/* sl9开始 */

.sl9-con{
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: url(../images/xw-bg_57.jpg) no-repeat bottom center;
  padding-top: 12rem;
      background-size: contain;
}
.sl9-c-con{
	height:100%;
	display: flex;
	flex-wrap:wrap;
	align-content: center;
	align-items: center;

}
.sl9-c-con .gy-shang{
	width: 100%;
}
.sl9-cc-bottom{
	width: 100%;
	margin: 2% auto;
	display: flex;
	justify-content: center;
	background: #fff;
	overflow: hidden;
	border-radius: 1.875rem;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	opacity: 0;
  -webkit-animation: fadeOutUp .5s ease-in-out .2s forwards;
  -o-animation: fadeOutUp .5s ease-in-out .2s forwards;
  animation: fadeOutUp .5s ease-in-out .2s forwards;
}


.body-sl9-slide.swiper-slide-active .sl9-cc-bottom{
  -webkit-animation: fadeInUp .5s ease-in-out .3s forwards;
  -o-animation: fadeInUp .5s ease-in-out .3s forwards;
  animation: fadeInUp .5s ease-in-out .3s forwards;
}

.xw-zuo{
	
	width: 50%;
}
.xw-wenzi{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:5% 2%;
	box-sizing: border-box;
	width: 100%;
	
}
.xw-sj{
	font-size: 1.625rem;
	line-height: 1.875rem;
	width:20%;
	font-family: "arial";
	color: #202020;
	font-weight: bold;
}
.xw-sj p{
	font-family: "arial";
	font-size: 2rem;
}
.xw-bt{
	text-align: left;
	width: 75%;
}
.xw-xbt1 a{
	text-align: left!important;
	color: #202020;
	font-size: 1.375rem;
	font-weight: bold;
	display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
}
.xw-nr a{
	text-align: left;
			display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
}
.xw-bt a{
	text-align: left;
}
.xw-you{
	text-align: left;
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
	
}
.xw-xbt2{
	padding: 2% 0;
}
.xw-xbt2:hover a{
	color: #008ee0;
}
.xw-xbt2 span{
	float: right;
}
/* sl10开始 */
.sl10-con{
	background: url(../images/lxbj.gif) no-repeat center center #f3f4f8;
	background-size: 100%;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding-top: 6.625rem;
}
.sl10-c-con{
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
  display: flex;
  align-items: center;
}
.sl10-c-con2{
	display: none;
}
.lx-bt,.lx-list,.lx-ewm{
	width: 100%;
}
.sl10-c-con{
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: fadeOutUp .5s ease-in-out .2s forwards;
  -o-animation: fadeOutUp .5s ease-in-out .2s forwards;
  animation: fadeOutUp .5s ease-in-out .2s forwards;
}
.body-sl10-slide.swiper-slide-active .sl10-c-con{
  -webkit-animation: fadeInUp .5s ease-in-out .3s forwards;
  -o-animation: fadeInUp .5s ease-in-out .3s forwards;
  animation: fadeInUp .5s ease-in-out .3s forwards;
}
.lx-bt{
	
	font-size: 2.25rem;
	font-weight: bold;
	color: #202020;
}
.lx-bt:after{
	content: "";
	display: block;
	width: 1.875rem;
	margin: 2% auto;
	background: #008ee0;
	height: 0.3125rem;
}
.lx-list ul li{
	line-height: 40px;
}

.lx-ewm{
	margin-top: 3%;
	font-size: 1.25rem;
}

/* sl10结束 */

/* body分页开始 */
.body-pagination{
  right:2% !important;
  left: auto;
}
.body-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  background: #fff;
  text-align: right;
  margin-left:2px !important;
  margin-top:1rem !important;
  background: url(../images/bp-icon1.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.body-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 2px;
  border-radius: unset;
  background: #fff;
  margin-left:0px !important;
}
.body-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-child(1):after {
  content:'HOME';
  position: absolute;
  color:#fff;
  text-transform: uppercase;
  right:0;
  top:-0.2rem;
}
.banner{
	padding-top: 6.25rem;
}

/* body分页结束 */


@media (min-width: 1280px){
	
	
.sl4-cc-bottom{
	width: 50%!important;
	height: auto!important;
}


.sl1-c2-text2 img{
	max-height: 100%;
}

}

@media (min-width: 980px) and (max-width: 1279px){
	.logo {
	    width: 15%;
	}
	/* 第一屏幕 */
	.nav-pc{
		width: 74%;
		}
	.sl1-c1-text1{
		width: 60%;
	}
	.sl1-c2-text1{
		width:40%;
	}	
	.sl1-c3-text1{
		width: 30%;
	}	
	
	.h-tel {
	    font-size: 18px;
		}
	
	/* 第二屏幕 */
	.ys-bt{
		font-size: 1.75rem;
	}
	.ys-bt p{
		font-size: 1.875rem;
	}
	.ys-wenzi2 p{
		font-size: 2rem;
	}
	.ys-wenzi2{
				display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;
	}
	
	
	
	/* 第三屏幕 */
	.gy-linr p span{
	font-size: 1.625rem;
	}
	.gy-linr p {
		font-size: 2rem;
	}
	.gy-linr{
		font-size: 1rem;
		
	}
	.gy-li {
    font-size: 16px;
	padding: 0 5%;
	box-sizing: border-box;
}
.tab-hd li.active {
    align-items: flex-end;
}
	/* 第四屏幕 */
	
	.ab-dbt {
	    font-size: 22px;
		line-height: 2rem;
	}
	.ab-dbt p{
		padding-bottom: 2%;
		font-size: 2rem;
	}
	.ab-dbt p span{
		font-size: 2rem;
	}
	.ab-zhong{
		padding: 0;
		margin: 5% 0;
		display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
	}

	.about-list ul{
		padding: 2% 0;
	}
	.about-list ul{
		flex-wrap: wrap;
	}
	.sl4-cc-bottom img{
		
	}
	.ys-anniu{
		margin-top: 5%;
	}
	
	/* 第五屏幕 */
	.ry-bt{
		font-size: 1.75rem;
	}
	.ry-nav ul li a {
	    font-size: 23px;}
	.ry-nr{
		display: none;
	}
	.tabzong2{
		padding:11rem 5% 5%;
	}
	/* 第六屏幕 */
	.sl8-button-prev.swiper-button-prev, .swiper-container-rtl .sl8-button-next.swiper-button-next{
		background-size: cover;
		height: 3.125rem;
		width: 3.125rem;
		right: 3.75rem;
	}
	.sl8-button-next.swiper-button-next, .swiper-container-rtl .sl8-button-prev.swiper-button-prev{
		background-size: cover;
		height: 3.125rem;
		width: 3.125rem;
	}
	.al-dbt p{
			display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
	}
	/* 第七屏幕 */
	.xw-xbt2 span{
		display: none;
	}
	.xw-you .ys-anniu{
		display: none;
	}
	/* 第八屏幕 */
	.lx-bt{
		font-size: 1.75rem;
	}
	.lx-list ul li {
	    line-height: 30px;
	}
	.lx-ewm {
	    margin-top: 1%;
		font-size: 1.25rem;
		}

}
@media (max-width: 979px){
	* {
	    font-family: 'Microsoft Yahei', Arial,  Helvetica, 'PingFangSC',sans-serif;
	    font-size:1rem;
	}
	
	
	.sl1-banner-bg{
		background: url(../images/sl1-sl1-bjm.jpg) no-repeat center center;
		 background-size: cover;
	}
		.sl02-banner-bg{
		  background: url(../images/sl1-sl02-bjm.jpg) no-repeat center center;
	background-size: cover;
		
	}
	.sl2-banner-bg{
		  background: url(../images/sl1-sl2-bjm.jpg) no-repeat center center;
	background-size: cover;
		
	}

	.sl3-banner-bg{
		background: url(../images/sl1-sl3-bjm.jpg) no-repeat center center;
		background-size: cover;
	}
	.sl4-banner-bg{
		background: url(../images/sl1-sl4-bjm.jpg) no-repeat center center;
		background-size: cover;
	}
	
	
	.sl1-c1-text1 img{
	  width: 70%;
	}
	
	
	.sl1-c2-text2{
		display: block;
	}
	.sl1-c2-text1{
		display: none;
	}
	.sl1-sl2-con2 {
	    justify-content: flex-start;
	    align-content: flex-start;
		align-items: flex-start;
	}
	.sl1-c2-text2 {
		width: 70%;
		margin-top: 20%;
	}
	
	.sl1-sl3-con2 {
	    align-items: center;
		}
		
		
	
	.sl1-c4-text1 {
		width: auto;
	}
	.sl1-sl4-con2 {
	    align-items: center;
	}

	.sl1-button{
		bottom: 7%;
	}
	.sl1-pagination.swiper-pagination-bullets{
		bottom: 7%;
	}
 /* header */
  #m_header{
    display: block;
    position: fixed;
    z-index:99;
    background: transparent;
    width:90%;
    padding: 0 5%;
    background: #fff;
    height: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #header{
    display: none;
  }
  #m_header.white .index-header .logo > span:first-child{
    display: block;
  }
  #m_header.white .index-header .logo > span:last-child{
    display: none;
  }
  #m_header.black .index-header .logo > span:first-child{
    display: none;
  }
  #m_header.black .index-header .logo > span:last-child{
    display: block;
  }
  #m_header.white{
    background: transparent;
  }
  #m_header.black{
    background: #fff;
    border-bottom:1px solid #cdcdcd;
  }
  .index-header {
    width: auto;
    margin: auto;
    background: transparent;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: unset;
    padding: 0;
  }
  .logo {
    width: 40%;
	padding: 0;
  }
  .logo img {
    max-height: 3rem;
	}
  #m_header .is-con {
    justify-content: flex-start;
    background: #fff;
  }

  .index-lang {
    display: none;
  }
  .index-lang-m {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    border: 0.1rem solid #1d2088;
    border-radius: 2rem;
    font-size: 1rem;
    margin-left: 1VW;
    margin-top: 1.5rem;
  }
  .il-list-m {
    background: #1d2088;
    color: #fff;
    height: 1.6rem;
    width: 1.5rem;
    line-height: 1.5rem;
  }
  .il-list-m-active {
    color: #1d2088;
    background: #fff;
  }
  .index-lang-m a:nth-child(1) .il-list-m {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    text-align: right;
  }
  .index-lang-m a:nth-child(2) .il-list-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    text-align: left;
  }
  .index-menu-text{
    float: right;
    color:rgba(0,0,0,0.5);
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 4.5rem;
  }
  .nav-pc{
    float:right;
    width:4rem;
    line-height: 2rem;
  }
  .hamburger {
    float: right;
    display: block;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #008ee0;
  }
  #m_header.white .hamburger-inner, #m_header.white .hamburger-inner::before, #m_header.white .hamburger-inner::after {
    background-color: #fff;
  }
  #m_header.white .hamburger--emphatic-r.is-active .hamburger-inner {
    background-color: transparent;
	}
  .hamburger-inner::before {
    top: -7px;
  }
  .hamburger--emphatic-r .hamburger-inner::after{
    top:7px;
  }
  .hamburger-inner::after {
    bottom: -7px;
  }
  .mobile_nav{
    display: none;
    width: 100VW;
    text-align: center;
    position: absolute;
    top: 4.5rem;
    left: 0;
    background: rgba(255,255,255,0.9);
	height:auto;
  }
  .nav-pc li {
    display: block;
	line-height:300%;
  }
  .mobile_nav>ul{
	  width: 100%;
	  flex-wrap: wrap;
  }
   .mobile_nav>ul>li{
	   width: 100%;
   }
   .mobile_nav>ul>li>a>span{
	   line-height: 300%;
	   border-bottom: 1px solid #d7d7d7;
   }
   
   /* 第二屏幕 */
   .sl2-zhong{
	   display: none;
   }
   .yuanquan-sj{
	   display: block;
	   width: 100%;
	   height: 100%;
	   background: url(../images/cp-bgsl.jpg) no-repeat center center #f3f9fc;
	   
   }
   .yq-sjzong{
	   display: flex;
	   justify-content: center;
	   align-items: center;
	   flex-wrap: wrap;
	   height: 100%;
	   box-sizing: border-box;
	   align-content: center;
   }
   .sl2-con{
	   background: none;
     width: 100%;
     height: 100%;
     padding-top: 5.625rem;
     box-sizing: border-box;
   }
   .yuanquan-sj .ys-bt{
	   position: static;
	   top: 0;
	   text-align: center;
   }
   .yuanquan-sj .ys-bt:after{
	   display: none;
   }

   .sl6-container {
	   height: calc(100% - 160px);
   }
   .sl6-slide{
   	height: 100%;
   	box-sizing: border-box;
   }
   .sl6-wrapper.swiper-wrapper{
   }
   .sl6-banner-bg{
   	width: 100%;
	height: 100%;
   }
   .cp-zong {	
	   width: 100%;
	       align-content: center;
	   height:100%;
	   display: flex;
	   justify-content: center;
	   flex-wrap: wrap;
   }
    .cp-dimg {
		padding: 8%;
		background: url(../images/yuanquan2.gif) no-repeat center center;
		display: flex;align-items: center;
		justify-content: center;
	}
   .cp-dimg img{
	   display: block;
	background: url(../images/yuanquan2.png) no-repeat center center;
	padding: 5%;
   }
   .cp-dimg  img{
   	max-height: 100%;;
   }
      .cp-wenzi {
		  width: 80%;
	  }
   .cp-wenzi p{
	   color: #202020;
	   font-size: 1.625rem;
	   padding-bottom:2%;
   }
   .sl2-cb-con{
     opacity: 0;
     -webkit-animation: fadeOutLeft .5s ease-in-out .2s forwards;
     -o-animation: fadeOutLeft .5s ease-in-out .2s forwards;
     animation: fadeOutLeft .5s ease-in-out .2s forwards;
   }
   .body-sl2-slide.swiper-slide-active .sl2-cb-con{
     -webkit-animation: fadeInLeft .5s ease-in-out .3s forwards;
     -o-animation: fadeInLeft .5s ease-in-out .3s forwards;
     animation: fadeInLeft .5s ease-in-out .3s forwards;
   }
   .sl2-con  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
   	position: absolute;
	bottom: 2%;
	left: calc((100% - 240px) / 2);
   	z-index: 2;
   }
   
   .sl6-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
   	float: left;
   	height:0.625rem;
   	background: #808080;
   	opacity: 1;
   	width: 30px;
   	margin:0 5px;
   	
   }
   .sl6-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
   height:0.625rem;
     background: #0e50be;
   }
   /* 第三屏幕 */
   .sl3-con {
       padding-top: 5.125rem;
   }
   .sl3-con .gy-shang{
	   display: none;
   }
   .sl3-con .ys-bottom{
	   height: 100%;
   }
    .ys-li1,.ys-li2,.ys-li4,.ys-li3,.ys-li5,.ys-li6{
		width:100%;

	}
   .ys-li1{
	   background: url(../images/ys-1sj.jpg) no-repeat top center;
	   background-size: cover;
   }
   .ys-li2{
	   
   	   background: url(../images/ys-2sj.jpg) no-repeat top center;
	background-size: cover;
   }
   .ys-li3{
   	   background: url(../images/ys-3sj.jpg) no-repeat top center;
	background-size: cover;
   }
   .ys-li4{
   	   background: url(../images/ys-4sj.jpg) no-repeat top center;
	   background-size: cover;
   }
   .ys-li5{
   	   background: url(../images/ys-5sj.jpg) no-repeat top center;
	   background-size: cover;
   }
   
   .ys-li6{
   	   background: url(../images/ys-6sj.jpg) no-repeat top center;
	 background-size: cover;
   }
   .tab-hd li {
       float: auto;
       height: calc(100% / 6);
       width: 100%;
	   padding-bottom: 0;
   }
   
   .tab-hd li.active {
       padding-top: 0;
       flex-wrap: nowrap;
       align-items: center;
       justify-content: center;
   }
  .gy-li {
	  box-sizing: border-box;
      text-align: left;
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
	  padding-left: 5%;
      height: 100%;
	  order: 1;
  }
  .gy-linr{
	  order: 2;
	  width: 100%;
  }
  .gy-linr p{
	  display: none;
  }
  /* 第四屏幕 */
   .sl4-cc-bottom img{
	   height:  auto;
   }
  .sl4-c-con{
  	flex-wrap: wrap;
    align-content: center;
  }
  
  .sl4-cc-center{
  	width: 90%;
  	margin: 0 auto;
	height: auto;
	box-sizing: border-box;
  	align-content: flex-start;
  }
  .sl4-cc-bottom{
	  width: 100%;
  }
 
  /* 第五屏幕 */
  .sl3-c-con{
	  display: none;
  }
  .ry-sj-zong{
	  display: flex;
	  height: 100%;
	  box-sizing: border-box;
	  flex-wrap: wrap;
	      align-content: center;
  }
  .ry-shang,.ys-bottom2{
	  width: 100%;
	  height: auto;
  }
  .sl3-c-con2{
	  display: block;
	  background: url(../images/ry-bg2-sj.jpg) no-repeat center center;
	  background-size: cover;
	  height: 100%;
	  width: 100%;
	  box-sizing: border-box;
	  margin: 0 auto;
  }
  .sl3-c-con2 .ry-shang{
	  width: 100%;
	  padding: 5% 0;
	  position: static;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-wrap: wrap;
  }
  .ry-bt,.ry-nav,.ry-nr{
	  width: 100%;
	  text-align: center;
  }
  .ry-nav ul {
      justify-content: space-around;
  }
  .sl6-banner-bg2{
	  width: 70%;
  }
.ys-bottom2 .swiper-container{
	overflow: visible;
}
   .sl6-pagination2 {
   }
  .sl6-pagination2 .swiper-pagination-bullet{
	  width: 29px;
  }
  /* 第6屏幕 */
  .sl8-con{
	  padding-top: 6.25rem;
  }
  .sl8-c-con{
  	flex-wrap: wrap;
  	align-content: space-around;
  }
  .sl8-cc-bottom{
  	width: 100%;
	position: relative;
	overflow: visible;
  }
  .sl8-cc-top{
  	width: 90%;
  	margin: 0 auto;
  }
  
  .sl8-slide {
      width: 96%!important;
      margin: 0 2%;
  }
  	.sl8-cct-button div{
  		display: none;
  	}
  .sl8-button-next.swiper-button-next, .sl8-button-prev.swiper-button-prev{
  	 top: -40%;
	 display: block!important;
  	 bottom: auto!important;
  }
  .sl8-button-next.swiper-button-next{
  	left: 15%;
  }
  .sl8-button-prev.swiper-button-prev{
  	left: 5%;
  }
  /* 第七屏幕 */
  .sl9-con{
	  background: url(../images/xw-bgsj.jpg) no-repeat center center;
	  background-size: cover;
	      flex-wrap: wrap;
	      align-content: center;
		  
	      align-items: center;
  }
  .sl9-c-con .gy-shang {
	  height: 10%;
  }
  .sl9-cc-bottom{
	  flex-wrap: wrap;
  }
  .xw-zuo{
	  width: 100%;
  }
  .xw-you{
	  height: 42%;
	  width: 100%;
	  box-sizing: border-box;
	  padding: 1% 7%;
  }
    .xw-you .ys-anniu{
		margin-top: 2%;
	}
  /* 第八屏幕 */
   .sl10-con{
	background: url(../images/lxwmbg.jpg) no-repeat center center #f3f4f8;
	margin-top: 5.625rem;
	background-size:100%;
	padding-top: 0;
    }
	.sl10-c-con{
		display: none;
	}
	.sl10-c-con2{
		display: block;
		display: flex;
		width: 100%;
		height: 100%;
		position: relative;
		flex-wrap: wrap;
		align-content: space-between;
	}
	.lx-tu1,.lx-tu2{
		width: 100%;
	}
	.lx-zhong{
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: center;
		position: absolute;
		z-index: 1;
		
	}
	
	/* sl9结束 */
	.banner{
	  padding-top: 4.5rem;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	/* 第二屏幕 */
	
	.cp-wenzi {
	    padding-top: 10%;
	}
	/* 第四屏幕 */
	.ab-zhong{
		padding: 2% 0;
	}
	.ab-zhong p{
		display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
			overflow: hidden;
	}
	.sl4-cc-center .ys-anniu{
		margin-top: 2%;
	}
	/* 第七屏幕 */
	.xw-xbt2 {
    padding: 1% 0;
     }
	 .xw-you{
		     height: 30%;
	 }
	 .xw-you .ys-anniu{
		 display: none;
	 }
	 /* 第八屏幕 */
	 .lx-list ul li {
    line-height: 30px;
}
	


}
@media (min-width: 640px) and (max-width:767px){

	.xw-you .ys-anniu{
			 display: none;
	}
	
}
@media (max-width:639px){
	/* 第二屏幕 */
		.cp-zong {
	align-content: normal;
		}
		.cp-dimg {
			padding: 3%;
			/*width: 80%;*/
			background-size: 100% auto;
			}
		.cp-dimg  img{
			width: 80%;
			background-size: 100% auto;
		}
		/* 第三屏幕 */
		.gy-linr{
			display: none!important;
		}
		.ys-icon1{
			width: 12%;
		}
		.ys-icon2{
			width:12%;
		}
		.gy-li{
			font-size: 1.125rem;
		}
		
		/* 第四屏幕 */
		.ab-zhong p{
					display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 3;
						overflow: hidden;
		}
		.ab-dbt {
		    font-size: 18px;
			
			}
		
		/* 第五屏幕 */
		.ry-nav ul li a {
		    font-size: 20px;
		}
		.ry-nav{
			padding: 1%;
			margin: 1% auto;
			border-top: 1px solid #d7d7d7;
			border-bottom: 1px solid #d7d7d7;
		}
		.ry-nav ul li {
		    height: 3.2rem;
			}
		/* 第六屏幕 */
	
		.sl8-button-next.swiper-button-next {
		    left: 22%;
		}
		.sl8-button-next.swiper-button-next, .sl8-button-prev.swiper-button-prev {
		    top: -40%;
		    bottom: auto!important;
		}
		.sl8-button-next.swiper-button-next, .swiper-container-rtl .sl8-button-prev.swiper-button-prev {
		    background-image: url(../images/al-you.png);
		}
		.sl8-button-next.swiper-button-next, .sl8-button-prev.swiper-button-prev {
		    width: 60px;
		    height: 60px;
		    top: calc(-5% - 140px);
		    background-size: 60px 60px;
		}
		/* 第七屏幕 */
		.xw-you .ys-anniu{
				 display: none;
		}
		/* 第八屏幕 */
		.lx-list ul li{
			line-height: 1.4rem;
		}
		.lx-bt{
			font-size: 1.325rem;
		}
	
}
@media  (min-width: 480px) and (max-width:639px){

	
	
}
@media  (min-width: 320px) and (max-width:479px){
	/* 第二屏幕 */
	.ys-bt {
	    font-size: 1.625rem;
		line-height: 2.25rem;
		}
		.ys-bt p{
			font-size: 2rem;
		}
	.cp-wenzi a{
		display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
	}
	.sl6-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	    width: 20px;
	}
	.sl2-con .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	    left: calc((100% - 180px) / 2);
	    z-index: 2;
	}
	/* 第四屏幕 */
	.ab-dbt p{
		font-size: 1.625rem;
		
	}
	.ab-dbt {
		line-height: 1.875rem;
	}
	.about-list ul{
		padding: 2% 0;
	}
	.about-list ul li p img{
		width: 50%;
		
	}
	.sl4-cc-center .ys-anniu {
		display: none;
	}
	
	/* 第五屏幕 */
	.ry-bt{
		font-size: 1.625rem;
	}
	.ry-nr{
		display: none;
	}
	.ry-nav ul li{
		background-size:  auto 60%;
		height: 2.8125rem;
		width: 22%;
		padding-left: 2.5rem;
	}
	.ry-nav ul li a {
	    font-size: 16px;
	}
	.ry-nav ul {
		
		    
}
	.sl6-pagination2 .swiper-pagination-bullet {
	    width: 10px;
	}
	/* 第六屏幕 */
	.sl8-button-next.swiper-button-next, .sl8-button-prev.swiper-button-prev {
	    width: 44px;
	    height: 44px;
	    top: calc(-5% - 60px);
	    background-size: 39px 39px;
	}
	.sl8-cc-top .al-bt{
		font-size: 1.625rem;
	}
	.ab-zhong p {
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.xw-sj{
		display: none;
	}
	.xw-bt {
	    width: 85%;
	}
	.xw-xbt2{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.xw-xbt2 a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		width: 75%;
	}
	.xw-xbt2 a span{
		display: block;
		width: 20%;
	}
	.xw-youshang .xw-xbt2:last-child{
		display: none;}
		.sl9-c-con .gy-shang {
		   height: auto;
		}
		.sl9-c-con  .gy-shang p{
			font-size: 1.625rem;
		}
		/* 第八屏幕 */
		.sl10-con {
		    background-size: 100%;
		}
		.lx-ewm img{
			width: 35%;
		}
		.lx-ewm {
		    font-size: 1rem;
		}
}
@media (max-width: 319px){
	
/* 第二屏幕 */
	.ys-bt {
	    font-size: 1.625rem;
		line-height: 2.25rem;
		}
		.ys-bt p{
			font-size: 2rem;
		}
	.cp-wenzi a{
		display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
	}
	.sl6-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	    width: 20px;
	}
	.sl2-con .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	    left: calc((100% - 180px) / 2);
	    z-index: 2;
	}
	/* 第四屏幕 */
	.ab-dbt p{
		font-size: 1.625rem;
		
	}
	.ab-dbt {
		line-height: 1.875rem;
	}
	.about-list ul{
		padding: 2% 0;
	}
	.about-list ul li p img{
		width: 50%;
		
	}
	.sl4-cc-center .ys-anniu {
		display: none;
	}
	
	/* 第五屏幕 */
	.ry-bt{
		font-size: 1.625rem;
	}
	.ry-nr{
		display: none;
	}
	.ry-nav ul li{
		background-size:  auto 100%;
		height: 2.8125rem;
		width: 35%;
	}
	.ry-nav ul li a {
	    font-size: 18px;
	}
	.ry-nav ul {
		flex-wrap: wrap;
		    justify-content: center;
}
	.sl6-pagination2 .swiper-pagination-bullet {
	    width: 10px;
	}
	/* 第六屏幕 */
	.sl8-button-next.swiper-button-next, .sl8-button-prev.swiper-button-prev {
	    width: 44px;
	    height: 44px;
	    top: calc(-5% - 60px);
	    background-size: 39px 39px;
	}
	.sl8-cc-top .al-bt{
		font-size: 1.625rem;
	}
	.ab-zhong p {
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.xw-sj{
		display: none;
	}
	.xw-bt {
	    width: 85%;
	}
	.xw-xbt2{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.xw-xbt2 a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		width: 75%;
	}
	.xw-xbt2 a span{
		display: block;
		width: 20%;
	}
	.xw-youshang .xw-xbt2:last-child{
		display: none;}
		.sl9-c-con .gy-shang {
		   height: auto;
		}
		.sl9-c-con  .gy-shang p{
			font-size: 1.625rem;
		}
		/* 第八屏幕 */
		.sl10-con {
		    background-size: 100%;
		}
		.lx-ewm img{
			width: 35%;
		}
		.lx-ewm {
		    font-size: 1rem;
		}
	
}


@keyframes sl4bgsf{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes bgsf{
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
}

@keyframes bjmove{
  0%{
    background-position: 50% 50%;
  }
  50%{
    background-position: 20% 50%;
  }
  100%{
    background-position: 80% 50%;
  }
}

