@charset "utf-8";
/* CSS Document */





.banner_qixing{
	position: relative;
}

.banner_index{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.bannercon{
	position: absolute;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	left: 10%;
	top: 50%;
	width: 100%;
	opacity: 0;
}

.banner_index h1{
	color: rgba(255,255,255,1);
	/*mix-blend-mode: screen;*/
	/*font-size: 2.5rem;
	line-height: 4rem;*/
	/*text-transform: uppercase;*/
	font-weight: bold;

    font-size: 2.5vw;
    line-height: 1;
}

.banner_index span{
	font-size: 1.3rem;
  line-height: 2.6rem;
  display: block;
  margin-top: 30px;
	color: #fff;
	font-weight: bold;
	width: 40%;
	display: block;
}

.banner_index .swiper-slide-active .bannercon{
	opacity: 1;
	top: 40%;
}

.banner_index .swiper-container{
	width:100%;
	height:100%;
	overflow:hidden;
}

.banner_index .swiper-container .swiper-slide{
	width:100%;
	height:100%;
	overflow:hidden;
}

.banner_index .swiper-container .swiper-slide img{
	display:block;
	vertical-align:middle;
	position: relative;
	bottom: 0;
	
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	
	transition: all 5s;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
	-o-transition: all 5s;
}

.banner_index .swiper-slide-active img{
	transform: scale(1)!important;
	-moz-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-o-transform: scale(1)!important;
}


.banner_index .swiper-button-prev{
	background:  url(../images/left.png) center no-repeat;
	background-color: rgba(0,0,0,.5);
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	left: 1%;
	top: 50%;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.banner_index:hover .swiper-button-prev,.banner_index:hover .swiper-button-next{
	opacity: 1;
}

.banner_index .swiper-button-next{
	background: url(../images/right.png) center no-repeat;
	background-color: rgba(0,0,0,.5);
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	top: 50%;
	right: 1%;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.banner_index .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 0px;
	margin: 0 10px!important;
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}



.bannerzi {
    z-index: 10;
	transform: translateZ(10px);
    padding: 4vw 0;
	position: absolute;
	left: 13%;
}

@media (max-width:1500px){
	.bannerzi{
		left: 8%;
	}
}

.bannerzi .wid{
	margin-top: 0;
	
}

.bannerzi_txt {
    display: inline-block;
    will-change: transform;
	letter-spacing: 0.075em;
	position: relative;
	width: 50%;
	z-index: 10;
}

.bannerzi_txt>h1 {
    font-weight: bold;

    font-size: 3vw;
    line-height: 1;
    will-change: transform;
}

.bannerzi_txt>.h_01 {
    background-image: url(../images/txtbg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 10;
}

.bannerzi_txt>.h_02{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-image: url(../images/txtbg2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
	transform:none;
	-webkit-transform:none;
	opacity: 1;
}

.bannerzi span{
	font-size: 1.4rem;
	line-height: 2.6rem;
	display: block;
	margin-top: 50px;
	
}












.syzi{
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.syzi h3{
	font-size: 39px;
    font-weight: bold;
    
}

.syzi span{
	text-transform: uppercase;
    font-size: 24px;
	font-weight: 600;
    color: #e6e6e6;
	display: block;
	margin-top: 8px;
}

.syzi a{
	color: #202020;
	font-size: 1rem;
}

.syzi a:hover{
	color: #0040f7;
}







.about{
	/*padding-top: 200px;	*/
}

.about .wid{
	/*margin-top: 1vw;*/
	
}

.aboutcon {
	position: relative;
}

.aboutcon p {
	color: #333;
	font-size: 1rem;
	line-height: 2rem;
}

.aboutimg{
	margin-top: 80px;
	position: relative;
	height: 70vh;
	overflow: hidden;
}

.aboutimg h3{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 5px;
}

.aboutimgsrc{
	position: relative;
	height: 100%;
}

.aboutimgsrc img{
	display: block;
    width: 100%;
    height: 180%;
    position: relative;
    top: -80%;
}

.aboutimg .left,.aboutimg .right{
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 15%;
}

.aboutimg .left{left: 0;}
.aboutimg .right{right: 0;}













.pro{
	/*height: calc(100vh + 1500px);*/
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
}

.pro .wid{
    /*height: 100vh;*/
    position: relative;
	padding-bottom: 5vw;
}

.procon{
	position: relative;
}

/*
.prom{
	width: 46%;
	margin-bottom: 3rem;
}

.procon .prom:nth-child(odd){
	float: left;
}

.procon .prom:nth-child(even){
	float: right;
	transform: translateY(50px);
}
*/

.procon img{
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.procon a:hover img{
	transform: scale(0.95);
	
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.procon p{
	font-size: 1.2rem;
	font-weight: 600;
	padding: 1rem 0;
	color: #111;
	
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.procon a:hover p{
	color: #0040f7;
}


/*.pro .section_mask{
	width: 100%;
    height: 100vh;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pro .section_mask img {
    width: 102%;
    height: 102%;
}*/

.procon .swiper-container{
	padding-bottom: 66px;
}

.procon .swiper-pagination{
	width: 100%;
	height: 2px;
	bottom: 0;
	background: #00daf0;
}











.news{
	    height: calc(100vh + 1500px);
    position: relative;
    z-index: 1;
	overflow: hidden;
}

.news .wid{
	overflow: hidden;
    height: 100vh;
	/*margin: 8rem auto;*/
    position: relative;
}

.newscon{
	display: flex;
	justify-content: space-between;
}

.newsone{
	width: 31%;
}

.newsimg{
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
}

.newsimg img{
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.newscon a:hover img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.newscon span{
    font-size: 12px;
    font-weight: 400;
    color: #222222;
}

.newscon h3{
	font-size: 20px;
	margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #222222;
    line-height: 2rem;
    transition: 0.5s;
	
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.newscon a:hover h3{
	color: #0040f7;
}

.newscon p{
	font-size: 0.9rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.8rem;;
}

@media (max-width:1500px){
	.newscon h3{
		font-size: 18px;
		margin-top: 15px;
   		margin-bottom: 20px;
	}
	.newscon p{
		line-height: 1.5rem;;
	}
	.news .syzi{
		margin-bottom: 50px;
	}
}






.news .section_mask {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .section_mask.on {
    pointer-events: none;
}

.news .section_mask .joke {
    display: none;
    width: 100%;
    height: 100%;
}

.news .section_mask span {
    position: absolute;
    top: 73%;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 2rem;
    font-weight: bold;
    color: #6D6D6D;
}

.news .section_mask img {
    width: 100%;
    height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}










@media (min-width: 768px) and (max-width: 1000px) {
	.banner_index{
		height: auto;
	}

	.banner_index h1{
		font-size: 2rem;
	}

	.banner_index span{
		font-size: 1rem;
		line-height: 2rem;
		width: 60%;
	}

	.syzi h3{
		font-size: 1.8rem;
	}

	.syzi span{
		font-size: 1.2rem;
	}

	.aboutsjimg{
		margin-top: 2rem;
		position: relative;
		overflow: hidden;
	}

	.aboutsjimg h3{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 1.6rem;
		color: #fff;
		font-weight: 600;
		letter-spacing: 5px;
		width: 100%;
		text-align: center;
	}

	.procon p{
		font-size: 1rem;
	}

	.news,.news .wid{
		height: auto;
	}

	.newscon{
		flex-wrap: wrap;
	}

	.newsone{
		width: 100%;
	}

	.newscon h3{
		font-size: 1.3rem;
		margin: 1rem 0 2rem;
	}

	.newscon p {
		margin-bottom: 3rem;
	}
}









@media (max-width: 767px) {
	.banner_index{
		height: auto;
	}

	.bannercon{
		left: 5%;
	}

	.banner_index .swiper-slide-active .bannercon{
		top: 30%;
	}

	.banner_index h1{
		font-size: 1.1rem;
	}

	.banner_index span{
		font-size: 0.8rem;
		line-height: 1.8rem;
		width: 90%;
		margin-top: 1rem;
	}

	.syzi{
		margin-bottom: 45px;
	}

	.syzi h3{
		font-size: 1.6rem;
	}

	.syzi span{
		font-size: 1rem;
	}

	.aboutsjimg{
		margin-top: 2rem;
		position: relative;
		overflow: hidden;
	}

	.aboutsjimg h3{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 1rem;
		color: #fff;
		font-weight: 600;
		letter-spacing: 0px;
		width: 100%;
		text-align: center;
	}

	.procon p{
		font-size: 1rem;
		margin-bottom: 0;
	}

	.news,.news .wid{
		height: auto;
	}

	.newscon{
		flex-wrap: wrap;
	}

	.newsone{
		width: 100%;
	}

	.newscon h3{
		font-size: 1.3rem;
		margin: 1rem 0 2rem;
	}

	.newscon p {
		margin-bottom: 3rem;
	}
}



