.fullpage .header-area{
	position: fixed;
}

.about-con {
	height: 100%;
	align-items: center;
	align-content: flex-start;
}

.about-p1 {
	font-size: 40px;
	color: #fff;
	line-height: 1;
	font-weight: 800;
	margin-top: 0px;
	width: 100%;
	padding-top:150px;
}

.about-p2 {
	font-family: 'OSWALD';
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	margin-top: 20px;
	width: 100%;
	
}

.about-p3 {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 800;
	margin-top: 30px;
	width: 100%;
	text-transform: uppercase;
}

.about-p4 {
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
	font-weight: 800;
	margin-top: 30px;
	width: 100%;
	text-transform: uppercase;
}
@media(min-width:1500px) {
	
	.about-p1 {
		font-size:30px;
	}
	.about-p2 {
		font-size:15px;
	}
}
@media(max-width:1600px){
	.fullpage .contact-form-tow .form-box textarea{
		height: 100px;
	}
}
@media(min-width:999px) {
	.about1 {
		height: 100vh;
	}
	.about-con {
		height: 100vh;
	}
}

@media(max-width:999px) {
	.about-con {
		padding:30px 0;
	}
	.about-p1{
		font-size:26px;
		padding-top:20px;
	}
	.about-p2{
		font-size:17px;
	}
	.about-p3{
		font-size:16px;
	}
	.about-p4{
		font-size:15px;
	}
	.fullpage .contact-bottom{
		padding-top: 30px;
	}
}

.about1 {
	background-image: url(../image/about1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.about1 .breadcumb-section {
	height: 100%;
}

.about1 .breadcumb-section .container {
	height: 100%;
}

.about1 .breadcumb-section .container .breadcumb-content {
	height: 100%;
}

.about1-h2 {
	margin-top: 60px;
}

@media(max-width:999px) {
	.about1-h2 {
		margin-top: 20px;
	}
}

.about2 {
	background-image: url(../image/about2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.about2-p1 {
	margin-top: 100px;
	font-size: 110px;
	font-family: 'OSWALD';
	color: #fff;
	font-weight: 600;
	line-height: 1;
}

.about2-p2 {
	max-width: 1070px;
	margin-top: 70px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
}

.about2-p2 p {
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
}

@media(max-width:1600px) {
	.about1-h2 {
		margin-top: 20px;
	}
	.about2-p1{
		font-size:40px;
		margin-top:30px;
	}
	.about2-p2{
		margin-top: 30px;
	}
	.about2-p2 p {
		font-size: 15px;
	}
}
@media(max-width:1600px) {
	
}
.about3 {
	background-image: url(../image/about3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.about3 .container {
	height: 100%;
}

.about3 .about3-con {
	height: 100%;
	display: flex;
	align-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
}

.about3-top {
	/* margin-top: 100px; */
}

.about3-bottom {
	width: 100%;
	align-items: flex-end;
}

.about3-tab {
	height: 600px;
	width: 20%;
	background-image: url(../image/s1bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	color:#fff;
	cursor: pointer;
	box-sizing: border-box;
	align-items: flex-end;
	align-content: flex-end;
	padding:20px;
	transition: 0.3s;
}

.about3-tab-hover {
	width: 40%;
	align-items: center;
	align-content: center;
}

.about3-p1{
	width:100%;
	font-size:20px;
	font-weight:800;
	margin-bottom:50px;
}
.about3-p2{
	width:100%;
	font-size:15px;
	font-weight:400;
	min-height:100px;
}
.about3-p3{
	font-size:28px;
	font-weight:400;
	position: absolute;
	top:80px;
	right:40px;
	font-family: 'OSWALD';
}
.about3-p3 span{
	font-size:18px;
	font-weight:400;
}

.about3-tab-hover .about3-p1{
	font-size:30px;
	font-weight: 800;
}
.about3-tab-hover .about3-p2{
	font-size:17px;
}
@media(max-width:1600px){
	.about3-top {
	    margin-top:0px;
	}
	.about3-tab{
		height: 300px;
	}
	.about3-p2{
		font-size:14px;
	}
	.about3-p3{
		top: 30px;
		right: 30px;
	}
	
}

@media(max-width:999px){
	.about3-top{
		margin-top:0;
	}
	.about3-bottom{
		margin-top:20px;
	}
	.about3-tab{
		width:100%;
		height:300px;
		margin-bottom: 10px;
	}
}
.about4 {
	background-image: url(../image/about4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.about4-top{
	margin-top:50px;
	position: relative;
}
.about4-top:after{
	content:'';
	display: block;
	width:100%;
	bottom:0;
	left:0;
	position: absolute;
	height:1px;
	background: rgb(255,255,255,0.6);
}
.about4-title{
	padding:30px 0;
	font-size:20px;
	font-weight:400;
	line-height: 1;
	color:#fff;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.about4swiper1 .swiper-slide-thumb-active .about4-title:after{
	content:'';
	display: block;
	width:60%;
	bottom:0;
	left:20%;
	position: absolute;
	height:4px;
	background: #fff;
}

.about4swiper1 .swiper-slide-thumb-active .about4-title{
	font-size:22px;
	font-weight:800;
}
.about4-bottom{
	margin-top:100px;
	width:100vw;
	overflow:hidden;
}
.about4-text{
	background-image: url(../image/about4-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	font-size:17px;
	color:#fff;
	line-height: 1.6;
	min-height: 300px;
}
	
.about4swiper2 .swiper-wrapper{
	padding-top:30px;
}
.about4swiper2 .swiper-slide-active .about4-text{
    min-height: 360px;
	transform: translate(0px,-30px);
}
.about4-text{
	position: relative;
	width:100%;
	height:100%;
	padding:60px;
	box-sizing: border-box;
}
.about4swiper2  .swiper-slide img {
    display: block;
     position: absolute;
	 bottom:40px;
	 right:40px;
}

@media(max-width:1600px){
	.about4-top{
		margin-top:10px;
	}
	.about4-text{
		min-height: 240px;
		padding:30px;
	}
	.about4swiper2 .swiper-slide-active .about4-text{
		min-height: 300px;
	}
	.about4swiper2  .swiper-slide img{
		width:80px;
	}
	.about4-bottom{
		margin-top:30px;
	}
}
@media(max-width:999px){
	.about4-text{
		padding:20px;
	}
	.about4swiper2  .swiper-slide img{
		width:40px;
		bottom:20px;
		right:20px;
	}
	.about4-text{
		min-height: 180px;
		font-size: 15px;
	}
	.about4swiper2 .swiper-slide-active .about4-text{
		min-height: 220px;
	}
	.about4-top{
		margin-top:20px;
	}
}
.about5 {
	background-image: url(../image/about5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.about5-con{
	margin-top:60px;
	justify-content: flex-start;
}
.about5-left{
	width:28%;
	max-width:100%;
	align-items: flex-start;
	align-content: flex-start;
}
.about5-right{
	width:72%;
	max-width:100%;
	padding-left:100px;
	box-sizing: border-box;
	min-height: 400px;
}
.about-tab{
	border: 1px solid #fff;
	color:#fff;
	font-size:16px;
	height:50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 20px;
	width:calc(50% - 10px);
	margin-bottom: 20px;
	transition: 0.3s;
	cursor:pointer;
}
.about-tab-hover{
	color:#115dcb;
	background: #fff;
}
.about-tab-hover svg path{
	fill:#115dcb
}
.about-tab-text{
	display: none;
}
.about-tab-text-hover{
	display:block;
	color:#fff;
}
.about5-p2{
	font-size:30px;
	color:#fff;
	line-height: 1;
	font-weight:800;
}
.about5-p3{
	font-size:16px;
	color:#fff;
	line-height: 2;
	font-weight:400;
	margin-top:40px;
}
@media(max-width:999px){
	.about5-con{
		margin-top:20px;
	}
	.about5-left{
		width:100%;
	}
	.about5-right{
		width:100%;
		padding-left:0;
	}
	.about5-p3{
		margin-top:20px;
	}
}

/*index*/


.index-con {
	height: 100%;
	align-items: center;
	align-content: center;
}
.index-p1{
	font-size:40px;
	font-weight:800;
	line-height:1;
	color:#fff;
	margin-top:0;
}
.index-p2{
	font-size:18px;
	font-weight:400;
	line-height:1;
	color:#fff;
	margin-top:20px;
	font-family: 'OSWALD';
	text-transform: uppercase;
}
@media(max-width:1600px) {
	.banner img{
		width:100%;
	}
	.index-p1{
		font-size:30px;
	}
	
}
@media(min-width:999px) {
	.index1 {
		height: 100vh;
		width:100vw!important;
	}
	.index-con{
		height: 100vh;
	}
}
.index1 .banner{
	width:100vw;
}
.index1 .swiper-slide{
	position: relative;
}
.index1 .index-con{
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	z-index:9999999;
}

/* .index1 {
	background-image: url(../image/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
} */
.index1-p1{
	font-size:52px;
	font-weight:800;
	line-height: 1.6;
	color:#fff;
	margin-top:0;
}
.index1-p2{
	font-size:17px;
	font-weight:400;
	line-height: 1.6;
	color:#fff;
	margin-top:40px;
}
.index-more{
	border: 1px solid #fff;
	color:#fff;
	font-size:16px;
	height:50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 20px;
	width:180px;
	margin-bottom: 20px;
	transition: 0.3s;
	cursor:pointer;
}
.index-more:hover{
	color:#115dcb;
	background: #fff;
}
.index-more:hover svg path{
	fill:#115dcb
}
.index1 .index-more{
	margin-top:80px;
}
@media(max-width:999px){
	.index1{
		margin-top:64px;
	}
	.index1-p1{
		font-size:16px;
	}
	.index1-p2{
		font-size:13px;
		margin-top:10px;
	}
	.banner .index-more{
		display: none;
	}
}
.index2-top .index2-left{
	background-color:#115dcb;
	padding-top: 150px;
	padding-right:50px;
}
.index2-top .index2-right{
	background-image: url(../image/index-2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.index2-bottom .index2-left{
	background-color:#0b6dda;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center
}
.index2-bottom .index2-left .index2-p2{
	margin-top:50px;
	line-height: 1.6;
}
.index2-bottom .index2-right{
	background-color:#fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
}
.index2-bottom .index2-right img{
	max-width:calc((100% - 120px) / 3);
	display: block;
}

@media(min-width:999px) {
	.index2-top{
		height:65vh;
		width:100%;
	}
	.index2-bottom{
		height:35vh;
		width:100%;
	}
	.index2{
		height: 100vh!important;
		width:100vw!important;
	}
}
.index2-left{
	width:40%;
	padding-left: 9%;
	box-sizing: border-box;
}
.index2-right{
	width:60%;
}
.index2-p1{
	font-size:18px;
	font-weight:800;
	line-height:1;
	color:#fff;
	margin-top:30px;
}
.index2-p2{
	font-size:16px;
	font-weight:400;
	line-height:1;
	color:#fff;
	margin-top:15px;
}
.index2-p3{
	font-size:16px;
	font-weight:400;
	line-height:1.6;
	color:#fff;
	margin-top:30px;
	text-align: justify;
}
.index2 .index-more{
	margin-top:50px;
}

.index2-right-tab{
	padding:0 50px;
	position: relative;
	width: 340px;
	box-sizing: border-box;
}
.index2-right-tab:after{
	content: '';
	display: block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:1px;
	background: #fff;
	z-index: 1;
}
.index2-right-tab:last-child:after{
	display: none;
}
.index2-right-num{
	font-size:90px;
	font-weight:400;
	line-height:1;
	color:#fff;
	font-family: 'OSWALD';
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.index2-right-num span{
	color:#fff;
	font-weight: 400;
}
.index2-right-num p{
	color:#fff;
	display: inline-block;
	font-size:46px;
	position: relative;
	top:-50px;
	right:0;
}

.index2-right-text{
	font-size:16px;
	font-weight:400;
	line-height:1.6;
	color:#fff;
	margin-top:30px;
	text-align: center;
	
}
@media(max-width:1600px){
	.index2-left{
		padding-left:6%;
	}
	.index2-p3{
		display: none;
	}
	.index2-top .index2-right{
		padding-top:100px;
	}
	.index2-right-tab{
		width:240px;
		padding:0 30px;
	}
	.index2-right-num{
		font-size: 40px;
	}
	.index2-right-num p{
		top: -20px;
	}
	.index2-right-text{
		margin-top:20px;
		height:52px;
	}
}
@media(max-width:999px){
	.index2-left{
		width:100%;
		padding:30px 20px !important;
	}
	.index2-p3{
		display: block;
		font-size: 13px;
		text-align: justify;
	}
	.index2-right{
		width:100%;
		padding:20px 20px !important;
	}
	.index2-right-text{
		height:auto;
	}
	.index2-right-tab{
		padding:10px 0;
		width:calc(100% / 3);
	}
	.index2-right-num p{
		font-size:20px;
	}
	.index2-right-num span{
		font-size:24px;
	}
	.index2-right-text{
		font-size:14px;
	}
	.index2-bottom .index2-left .index2-p2{
		margin-top:20px;
	}
	.index2-right{
		justify-content: space-between;
	}
	.index2-bottom .index2-right img {
	    max-width: calc((100% - 20px) / 3);
	    display: block;
	}
	.index2-p1{
		margin-top:20px;
	}
}


.index3 {
	background-image: url(../image/index-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index3 .index-con{
	align-content: flex-start;
	align-items: flex-start;
}
.index3-p1{
	font-size:18px;
	font-weight:800;
	line-height:1;
	color:#fff;
	margin-top:30px;
}
.index3-top{
	padding-top:150px;
}
.index3-bottom{
	padding-top:50px;
}
.index3-p2{
	
}
.index3-tab{
	border: 1px solid #fff;
	color:#fff;
	font-size:16px;
	height:50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 20px;
	width:220px;
	margin-bottom: 20px;
	transition: 0.3s;
	cursor:pointer;
	margin-bottom:20px;
}
.index3-tab-hover{
	color:#115dcb;
	background: #fff;
}
.index3-tab-hover svg path{
	fill:#115dcb
}
.index3-right{
	width:calc(100% - 320px);
}
.index3-tab-text{
	display: none;
}
.index3-tab-text-hover{
	display: block;
}
.index3-p2{
	font-size:30px;
	font-weight:800;
	line-height:1;
	color:#fff;
}
.index3-tab-block{
	margin-top:40px;
	width:100%;
	min-height: 400px;
	border-radius: 10px;
	background: #fff;
}
.index3-tab-text1 .index3-tab-block{
	display: flex;
	gap: 20px;
}
.index3-tab-text2 .index3-tab-block{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	padding:20px;
}
.index3-tab-text1 .index3-tab-block a{
	flex: 0 0 calc((100% / 3) - 14px);
	max-width: calc((100% / 3) - 14px);
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}
.index3-tab-text2 .index3-tab-block a{
	flex: 0 0 calc((100% / 4) - 14px);
	max-width: calc((100% / 4) - 14px);
	text-align: center;
	/* padding: 15px; */
}
.index3-tab-text3 .index3-tab-block{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(4, 1fr);
	gap: 0;
	padding:40px 20px;
}
.index3-tab-block a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.index3-img{
	width:100%;
	position: relative;
}

.index3-img img{
	display: block;
	margin:0 auto;
	max-width:100%;
}

.index3-img3:after{
	content: '';
	display: block;
	width:1px;
	height:100%;
	background: #e6e6e6;
	position: absolute;
	top:0px;
	right:0px;
	z-index: 1;
}
.index3-tab-text3 .index3-tab-block a:nth-child(5n) .index3-img3:after{
	display: none;
}



@media(max-width:1600px){
	.index3-bottom{
		padding-top:20px;
	}
	.index3-tab-block{
		margin-top: 20px;
		min-height: 250px;
	}
	.index3-p1{
		line-height: 1.6;
	}
	.index3-tab-text2 .index3-img-icon{
		/* display: none; */
	}
	.index3-tab-text2 .index3-tab-block{
		gap:  0 10px;
	}
}
@media(max-width:999px){
	.index3-bottom{
		padding-bottom:20px;
	}
	.index3-top {
	    padding-top: 30px;
	}
	.index3-p1{
		line-height: 1.6;
		font-size:14px;
	}
	.index3-right{
		width:100%;
	}
	.index3-tab-text1 .index3-tab-block{
		display: flex;
		flex-wrap: wrap;
		width:100%;
		gap: 0;
	}
	.index3-tab-text1 .index3-tab-block a{
		max-width:50%;
		flex:0 0 50%;
		width:50%;
		display: inline-block;
	}
	.index3-tab-text2 .index3-tab-block a{
		flex: 0 0 calc((100% / 2) - 14px);
		max-width: calc((100% / 2) - 14px);
	}
	.index3-tab-text2 .index3-tab-block a{
		flex: 0 0 calc((100% / 2) - 14px);
		max-width: calc((100% / 2) - 14px);
	}
	.index3-tab-text3 .index3-tab-block{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: none;
	}
	.index3-img p{
		font-size:15px;
		min-height: 52px;
	}
	.index3-img3:after{
		display: none;
	}
}
.index4 {
	background-image: url(../image/index-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index4-p1{
	font-size:18px;
	font-weight:800;
	line-height:1.6;
	color:#fff;
	margin-top:30px;
}
.index4-top{
	padding-top:300px;
}
.index4-bottom{
	padding-top:50px;
}
.index4-p2{
	
}
.index4-tab{
	border: 1px solid #fff;
	color:#fff;
	font-size:16px;
	height:50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 20px;
	width:220px;
	margin-bottom: 20px;
	transition: 0.3s;
	cursor:pointer;
	margin-bottom:20px;
}
.index4-tab-hover{
	color:#115dcb;
	background: #fff;
}
.index4-tab-hover svg path{
	fill:#115dcb
}
.index4-right{
	width:calc(100% - 320px);
}
.index4-tab-text{
	display: none;
}
.index4-tab-text-hover{
	display: block;
}
.index4-p2{
	font-size:30px;
	font-weight:800;
	line-height:1;
	color:#fff;
}
.index4-tab-block{
	margin-top:40px;
	width:100%;
	min-height: 500px;
	color:#fff;
	font-size:16px ;
	line-height: 1.6;
}
@media(max-width:1600px){
	.index4-bottom{
		padding-top:30px;
	}
	.index4-tab-block{
		margin-top: 20px;
		min-height: 200px;
	}
	.index4-top{
		padding-top:150px;
	}
}
@media(max-width:999px){
	.index4-top {
		padding-top: 30px;
	}
	.index4-p1 {
		line-height: 1.6;
		font-size: 14px;
	}
	.index4-right{
		width:100%;
	}
}
.index5 {
	background-image: url(../image/index-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index5 .index-con{
	align-content: stretch;
}
.index5-top{
	width:100vw;
	padding-top:100px;
}
.index5-bottom{
	width:100vw;
	padding:0 9% 100px;
	position: relative;
}
.index5-p1{
	font-size:18px;
	font-weight:800;
	line-height:1.6;
	color:#fff;
	margin-top:30px;
}
.index5swiper{
	overflow: hidden;
	position: relative;
}
.index5swiper .swiper-slide{
	padding-top:10px;
}
.index5swiper a{
	display: block;
	width:100%;
	padding:20px;
	box-sizing: border-box;
	background: #fff;
	transition:0.3s;
}
.index5swiper a:hover{
	transform: translate(0px,-5px);
}
.index5-img-block{
	display: block;
	width:100%;
	box-sizing: border-box;
	position: relative;
}
.index5-img-block .index-more{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index: 2;
	display: none;
}
.index5swiper a:hover .index-more{
	display: flex;
}
.index5swiper a img{
	display: block;
	width:100%;
	box-sizing: border-box;
}
.index5swiper a p{
	font-size:18px;
	font-weight:800;
	line-height:1.2;
	color:#333333;
	margin-top:20px;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.index5-bottom .swiper-button-prev{
	left:3%!important;
	top:35%!important;
}
.index5-bottom .swiper-button-next{
	right:3%!important;
	top:35%!important;
}
.index5-time{
	margin-top:10px;
	font-size:14px;
	color:#000;
	line-height: 1;
}
.index6 {
	background-image: url(../image/index-6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index6 .index-con{
	align-content: stretch;
}

@media(max-width:1600px){
	.index5-top{
		padding-top:150px;
	}
	.index6-top{
		padding-top:150px;
	}
}
@media(max-width:999px){
	.index5-top {
		padding-top: 30px;
	}
	.index6-top {
		padding-top: 30px;
	}
	.index5-p1 {
		line-height: 1.6;
		font-size: 14px;
	}
	.index5-bottom{
		padding-bottom:30px;
	}
	.index5-bottom .swiper-button-next{
		top: 50% !important;
	}
	.index5-bottom .swiper-button-prev{
		top: 50% !important;
	}
}

.index7 {
	background-color: #115dcb;
}
.fullpage .contact-bottom{
	padding-top:140px;
	padding-bottom:140px;
}
.fullpage .contact-page{
	padding-bottom: 50px;
}
.fullpage .contact-bottom-right img{
	width:100%;
}
.fullpage .form-box{
	margin-top:0;
}
.fullpage .contact-bottom-right{
	padding-top:30px;
}
.fullpage .footer-top{
	padding:30px 0;
}
.fullpage .footer-bottom{
	padding:20px 0;
}
@media(max-width:999px){
	.fullpage .contact-bottom{
		padding:30px 0;
	}
	.fullpage .contact-page{
		padding-bottom: 20px;
	}
}