.elementor-kit-6 {
	--e-global-color-primary: #000000;
	--e-global-color-secondary: #FFFFFF;
	--e-global-color-text: #004290;
	--e-global-color-accent: #9E9FA3;
	--e-global-typography-primary-font-family: "Inter";
	--e-global-typography-primary-font-size: 40px;
	--e-global-typography-primary-font-weight: 700;
	--e-global-typography-primary-line-height: 48px;
	--e-global-typography-secondary-font-family: "Inter";
	--e-global-typography-secondary-font-size: 30px;
	--e-global-typography-secondary-font-weight: 600;
	--e-global-typography-secondary-line-height: 40px;
	--e-global-typography-text-font-family: "Inter";
	--e-global-typography-text-font-size: 16px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-text-line-height: 24px;
	--e-global-typography-accent-font-family: "Inter";
	--e-global-typography-accent-font-size: 18px;
	--e-global-typography-accent-font-weight: 500;
	--e-global-typography-accent-text-transform: none;
	--e-global-typography-accent-line-height: 26px;
	--e-global-typography-6b51fa3-font-family: "Inter";
	--e-global-typography-6b51fa3-font-size: 16px;
	--e-global-typography-6b51fa3-font-weight: 600;
	--e-global-typography-6b51fa3-text-transform: uppercase;
	--e-global-typography-6b51fa3-line-height: 24px;
	font-family: "Inter", Sans-serif;

}

.elementor-kit-6 e-page-transition {
	background-color: #FFBC7D;
}

.elementor-kit-6 h1 {
	font-family: "Inter", Sans-serif;
	font-size: 45px;
}

.elementor-kit-6 h2 {
	font-family: "Inter", Sans-serif;
	font-size: 36px;
}

.elementor-kit-6 h3 {
	font-family: "Inter", Sans-serif;
	font-size: 28px;
}

.elementor-kit-6 h4 {
	font-family: "Inter", Sans-serif;
	font-size: 24px;
}

.elementor-kit-6 h5 {
	font-family: "Inter", Sans-serif;
	font-size: 20px;
}

.elementor-kit-6 h6 {
	font-family: "Inter", Sans-serif;
	font-size: 16px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1280px;
	color: #084693;
}

.e-con {
	--container-max-width: 1280px;
	--container-default-padding-top: 10px;
	--container-default-padding-right: 10px;
	--container-default-padding-bottom: 10px;
	--container-default-padding-left: 10px;
}

.elementor-widget:not(:last-child) {
	--kit-widget-spacing: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

	{}

h1.entry-title {
	display: var(--page-title-display);
}

.site-header .site-branding {
	flex-direction: column;
	align-items: stretch;
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

.site-footer .site-branding {
	flex-direction: column;
	align-items: stretch;
}

	.banner p {
	font-weight: bold;
	align-items: center;
	font-size: 35px;
	color: #004290;
	text-align: left;
	padding-top: 60px;
	margin-left: 60px;
}
	.mission {
			    margin-top: 50px;
			    background-color: #004290;
		             display: flex;
		              align-items: center; /* 垂直居中 */
		    
		    }
			.missiontp, .missionwz{
				width: 50%;
			}
		
		    .missiontp img {
		        width: 100%; /* 确保图片不会超出其容器宽度 */
		        height: 100%;
		    }
		
		    .missionwz {
			line-height: 1.5;	
		        margin-left: 0px; /* 图片和文字之间的间距 */
		       font-size: 25px;
				color: white;
		    }
			
			 .vision {
			        display: flex;
			        align-items: center; /* 垂直居中对齐 */
			        background-color: #004290;
			    }
				.visiontp, .visionwz{
					width: 50%;
				}
			
			    .visionwz {
                   line-height: 1.5;
			        margin-right: 20px; /* 文字和图片之间的间距 */
			        font-size: 25px;
			        flex: 1; /* 让文字区域根据可用空间自动调整大小 */
					color: white;
			    }
			
			    .visiontp img {
			        width: 100%; /* 确保图片不会超出其容器宽度 */
			        height:100%;
			        flex-shrink: 0; /* 图片不会因为容器的大小而缩小 */
			    }
				.history {
                                        margin-left: 35px;
				        display: flex;
				        align-items: center; /* 垂直居中 */
				        padding: 40px;
				    }
				    
	         .historywz{
	             color: #004290;
	         }
	        
			
					.core-values h1{
                       padding-left: 60px;
						font-size: 35px;
						color: #004290;
					}
					
					.values {
					      
					      display: flex;
					      justify-content: space-around;
					      padding: 20px;
						  color: #004290;
                                                   flex-wrap: wrap;
					  }
					
					  .group {
						  padding-top: 50px;
					      display: flex;
					      flex-direction: column;
					      align-items: center;
					      text-align: center;
					      width: 18%; /* 根据实际情况调整宽度 */
                                              min-width: 180px;
                                              padding: 0 10px;
 					  }
					  .group img {
					      width: 200px; /* 根据需要调整图标的大小 */
					      height: 150px;
					      margin-bottom: 10px; /* 调整图标与文字间的间距 */
					  }

.partimg {
	display: flex;
	align-items: center;
	justify-content: center;
	  padding-top: 80px;
}
.parttext{
    padding-top: 80px;
}

.partimg img {
	max-width: 50%;
}

.part2img img {
	width: 50%;
	height: 50%;
}

.part2text {
	margin-top: -120px;
	margin-left: -100px;
	/* 图片和文字之间的间距 */
	font-size: 25px;
	color: #004290;
	 
}

.part3 {
	display: flex;
	align-items: center;
	/* 垂直居中对齐 */
	background-color: #fff;
}

.part3img,
.part3text {
	width: 50%;
}

.part3text {
	font-size: 25px;
	flex: 1;
	/* 让文字区域根据可用空间自动调整大小 */
	color: #004290;
}

.part3img img {
	margin-left: 120px;
	width: 50%;
	/* 确保图片不会超出其容器宽度 */
	height: 50%;
	flex-shrink: 0;
	/* 图片不会因为容器的大小而缩小 */
}


.part4 {
	margin-top: 50px;
	background-color: #fff;
	display: flex;
	align-items: center;/* 垂直居中 */
    text-align: center;
}

.part4img img {

	width: 60%;
	/* 确保图片不会超出其容器宽度 */
	height: 60%;
	margin-left: 80px;
}

.part4text {
	margin-top: -50px;
	margin-left: -80px;
	/* 图片和文字之间的间距 */
	font-size: 25px;
	color: #004290;
}

@media(max-width:1024px) {
	.elementor-kit-6 {
		--e-global-typography-primary-font-size: 30px;
		--e-global-typography-primary-line-height: 38px;
		--e-global-typography-secondary-font-size: 22px;
		--e-global-typography-secondary-line-height: 30px;
		--e-global-typography-text-font-size: 14px;
		--e-global-typography-text-line-height: 22px;
		--e-global-typography-accent-font-size: 17px;
		--e-global-typography-accent-line-height: 24px;
		--e-global-typography-6b51fa3-font-size: 25px;
		--e-global-typography-6b51fa3-line-height: 20px;
	}

	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1024px;
	}

	.e-con {
		--container-max-width: 1024px;
	}
	     .iso-img{
          position: relative;
           width: 100%;
           height: 150px; 
           background-size: cover;
           background-position: center;
           align-items: center;
           justify-content: center;

}


	.part {
		flex-direction: column-reverse;
	}

	.part img {
		margin-bottom: 20px;
	}

	.part p {
		font-size: 16px;
	}

	.part2text {
		margin-left: 10%;
		margin-top: 0;
		font-size: 16px;
	}

	.part2img {
		margin-bottom: 20px;
	}

	.part3 {
		flex-direction: column-reverse;
	}


	.part3text {
		width: 100%;
	}

	.part3text {
		font-size: 16px;
	}

	.part3img img {
		margin-left: 25%;
	}

	.part4img img {
		margin-left: 20%;
	}

	.part4text {
		margin-top: 0;
		margin-left: 10%;
		font-size: 16px;
	}
}

@media(max-width:767px) {
	.elementor-kit-6 {
		--e-global-typography-primary-font-size: 22px;
		--e-global-typography-primary-line-height: 28px;
		--e-global-typography-secondary-font-size: 18px;
		--e-global-typography-secondary-line-height: 24px;
		--e-global-typography-text-font-size: 13px;
		--e-global-typography-text-line-height: 20px;
		--e-global-typography-accent-font-size: 16px;
		--e-global-typography-accent-line-height: 22px;
		--e-global-typography-6b51fa3-font-size: 14px;
		--e-global-typography-6b51fa3-line-height: 20px;
	}

	.banner p {
		font-weight: bold;
		align-items: center;
		font-size: 20px;
		text-align: left;
		padding-top: 30px;
		margin-left: 20px;
	}

	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 767px;
	}

	.e-con {
		--container-max-width: 767px;
	}

     .iso-img{
          position: relative;
           width: 100%;
           height: auto; 
           background-size: cover;
           background-position: center;
           align-items: center;
           justify-content: center;

}
	.missionwz{
	    font-size: 16px;
	 
	    
	}

  .visionwz{
      font-size: 16px;
    
  }
  
  .historywz{
     color: #004290;;
  }
	.part {
		flex-direction: column-reverse;
	}

	.part img {
		margin-bottom: 20px;
	}

	.part p {
	   color: #004290;
		font-size: 16px;
	}

	.part2text {
		margin-left: 10%;
		margin-top: 0;
		font-size: 16px;
		  color: #004290;
	}

	.part2img {
		margin-bottom: 20px;
	}

	.part3 {
		flex-direction: column-reverse;
		
	}
	

	.part3img,
	.part3text {
		width: 100%;
		
	}

	.part3text {
		font-size: 16px;
		color: #004290;
	}

	.part3img img {
		margin-left: 25%;
	}

	

	.part4text {
		margin-top: 50px;

		font-size: 16px;
		color: #004290;
	}
}