@charset "utf-8";
/* CSS Document */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
body {
 	font-family: Verdana, Arial, sans-serif;
	height: 100vh; 
	justify-content: center;
	align-items: center;
	background-color: #FFE2D2;
	overflow-x: hidden; /* 禁止水平滚动 */
}

header a {
  text-decoration: none;font-family: Verdana, Arial, sans-serif
}

header {
  padding: 0 20px;
  background-color: #2C1B7E;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

#brand img{
 position:absolute;
 width: 11%;
 padding: 15px;
 display:flex;
top: -10px
}
#brand1 img{
 position:absolute;
 width: 8%;
 padding: 15px;
 display:flex;
top: -8px;
left: 170px
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
}

ul li {
  padding: 15px;
  margin-left: 15px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.Color a, .mobile-menu .Color2 li a, .footer-basic .Color3 a {
  color: #FF8800;
}

.mobile-menu li {
  margin-bottom: 7px;
}
.mobile-menu {
  background: #01084E;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  height: calc(100vh - 60px);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}


.B1 a{
	font-size: 35px;
	background-color: #2C1B7E;
	color: #ffffff;
	position: relative;
	padding: 12px;
justify-content: center;
	top: 100px;
	display: flex;
	width: 30%
	}

.B2 a{
	position: absolute;
	top: 240px;
	left: 60px
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
	left: 20px;
	top: 150px
}

.container > div {
    flex: 0 0 19%; /* 每个div占19%的宽度，留出间隔 */
    margin: 0.5%; /* 调整间隔 */
    box-sizing: border-box; /* 包括边框和内边距在内计算宽度 */
}

.container img {
    width: 80%; /* 图片宽度占满父容器 */
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.footer-basic {
	
  padding:20px 0px;
  background-color: #2C1B7E;
  color:#ffffff;position: relative;top: 200px
}
.logo1 img{width: 10%;position: relative;top: 38%;left: 38%}
.logo2 img{width: 7%;position: relative;left: 52%;top: -55px}

.footer-basic ul {

  display:flex;justify-content: center;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* 调整logo之间的间距 */
}
.logo1 img{
	width: 120px;
	position: relative;
	left: -20px
}
.logo2 img{
	width: 120px;
	position: relative;
	left: 20px;
	top: -1px
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 30px;
}

.icon {
  display: flex;
  align-items: center;
  margin: 0 15px; /* 调整图标和文字的间距 */
}

.icon i {
  font-size: 24px;
  margin-right: 10px; /* 调整图标和文字之间的间距 */
  margin-top: 5px; /* 调整图标的垂直位置，可以根据需要调整 */
}

.icon p {
  margin: 0;
}


.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 15px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -20px;
	white-space: nowrap
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .copyright {
  margin-top:5px;
  text-align:center;
  font-size:13px;
  color:#ffffff;
  margin-bottom:0;
  letter-spacing: 1px
}

@media screen and (max-width: 1300px){

#brand img{
 position:absolute;
 width: 11%;
 padding: 15px;
 display:flex;
top: -3px
}

#brand1 img{
 position:absolute;
 width: 9%;
 padding: 15px;
 display:flex;
top: -2px;
left: 150px
}
	
	
ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
	font-size: 13px
}

ul li {
  padding: 8px;
  margin-left: 12px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
	
	.B1 a{
		font-size: 35px;
	background-color: #2C1B7E;
	color: #ffffff;
	position: relative;
	padding: 12px;
justify-content: center;
	top: 100px;
	display: flex;
	width:35%;
		 white-space: nowrap; 
	}
	
	
	
.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 1px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -10px;
	white-space: nowrap;
	font-size: 1.5vw
	
}
	
}



@media screen and (max-width: 1024px){
	
	#brand img{
 position:absolute;
 width: 10%;
 padding: 15px;
 display:flex;
top: 5px;
		left:-8px 
}

#brand1 img{
 position:absolute;
 width: 12%;
 padding: 15px;
 display:flex;
top: -3px;
left: 70px
}



#brand a {
	color: #09c372;}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
	font-size: 11px;
}

ul li {
  padding: 5px;
  margin-left: 5px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
	
	.B1 a{
	font-size: 35px;
	background-color: #2C1B7E;
	color: #ffffff;
	position: absolute;
	width: 51%;
	padding: 12px;
	top: 140px;
	display: flex;
	justify-content: center}

.B2 a{
	position: absolute;
	top: 240px;
	left: 60px
}

   .container > div {
        flex: 0 0 23%; /* 每个div占23%的宽度，调整为每行4个 */
        margin: 1%; /* 根据需要调整间隔 */
    }
	
	.container{
		position: relative;
		top: 220px
	}
	
	
	
.footer-basic {
  width: 100%; /* 确保宽度充满整个屏幕 */
  padding: 10px 0; /* 上下内边距调整 */
	top: 250px
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* 调整logo之间的间距 */
}
.logo1 img{
	width: 110px;
	position: relative;
	left: -20px
}
.logo2 img{
	width: 110px;
	position: relative;
	left: 20px;
	top: -1px
}

.icon1 {
  left: 10px; /* 居中对齐 */
  transform: translateX(-30%); /* 平移自身宽度的一半使其居中 */
  font-size: 18px; /* 调整图标容器的字体大小 */
	position: relative;
	top: -8px
	
}

.icon1 p {
  font-size: 14px; /* 调整图标容器内段落的字体大小 */
}

.icon2 {
  left: 60px; /* 居中对齐 */
  transform: translateX(-20%); /* 平移自身宽度的一半使其居中 */
  font-size: 18px; /* 调整图标容器的字体大小 */
top:-10px;
	position: relative
}

.icon2 p {
  font-size: 16px; /* 调整图标容器内段落的字体大小 */
}

.footer-basic ul a {
  padding: 0 10px; /* 左右内边距调整 */
  margin-top: -5px; /* 上边距微调 */
	font-size: 1.5vw;
	
}

.footer-basic .copyright {
  margin-top: 10px; /* 版权信息的上边距微调 */
}

	
}

@media only screen and (max-width: 768px) {
	body{
		overflow-x: hidden; /* 禁止水平滚动 */
	}
	
 #brand img, #brand1 img {
    width: 130px; /* 固定 logo 的宽度 */
    position: relative;
    top: 5px; /* 根据需要调整位置 */
  }

  #brand1 img {
    left: -60px; /* 调整第二个 logo 的位置，使其靠近第一个 logo */
	top: -10px
  }
	
	
  ul {
    display: none;
  }
  #hamburger-icon {
    display: block;
  }
	
  .mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #01084E;
    z-index: 1;
  }
  .mobile-menu li {
    padding: 20px;
    text-align: center;
  }
	.mobile-menu li a{
		font-size: 16px
	}
	
	 .no-scroll {
            overflow: hidden;
            height: 100%;
        }
.Color2 a{
	color: #FF8800;
	position: relative;
	top:-30px;
	left: -45px;
	background-color: #01084E
}

 .B1 a {
        display: flex;
        justify-content: flex-start; /* 标题靠左对齐 */
        position: relative;
        padding: 10px;
        top: 70px;
	 width: 400px; /* 自动宽度适应内容 */;
	 }
	
.B2 a{
	position: absolute;
	top: 220px;
	left: 25px;
	font-size: 16px;
	width: 80%
}

  .container > div {
        flex: 0 0 30%; /* 每个div占30%的宽度，调整为每行3个 */
        margin: 1.33%; /* 根据需要调整间隔 */
    }

		.container{
		position: relative;
		top: 190px
	}
	
	.container img {
		border-radius: 12px;}
	
.footer-basic {
  width:100%; /* 确保宽度充满整个屏幕 */
  height: 270px;
  padding: 10px; /* 上下内边距调整 */
	top: 280px;
		 box-sizing: border-box;
}

.footer-basic footer {
    flex-direction: column; /* 将元素在较小屏幕上堆叠起来 */
  }

  .logo-container {
    display: flex;
    justify-content: center; /* 居中对齐 */
    align-items: center;
    margin-bottom: 10px; /* 添加底部间距 */
	  padding-right: 150px
  }

  .logo1 img, .logo2 img {
    width: 90px; /* 固定 logo 的宽度 */
    margin: 0 8px; /* 添加左右间距 */
  }

  /* 添加可调整 logo 位置的样式 */
  .logo1 {
  position: relative;
	  left: 110px
  }

  .logo2 {
    position: relative;
	  left: 50px
  }
	
 .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* 添加底部间距 */
  }

  .icon1, .icon2 {
    width: 155px; /* 设置固定宽度 */
    margin: 0 8px; /* 添加左右间距 */
    font-size: 18px; /* 调整图标容器的字体大小 */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .icon1 i, .icon2 i {
    font-size: 20px; /* 调整图标大小 */
    margin-bottom: 5px;
  }

  .icon1 p, .icon2 p {
    font-size: 12px; /* 调整图标容器内段落的字体大小 */
    margin: 0;
  }

	.icon1 {
		left: 25px;
		top: 5px
	}
	
	.icon2 {
		left: 25px;
		top: 5px
	}
	
  .footer-basic ul {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: center; /* 居中对齐 */
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footer-basic ul li {
    width: 33.3%; /* 每行三个菜单项 */
    text-align: center; /* 居中对齐 */
    padding: 5px 0;
  }

  .footer-basic ul li:nth-child(4), 
  .footer-basic ul li:nth-child(5), 
  .footer-basic ul li:nth-child(6), 
  .footer-basic ul li:nth-child(7) {
    width: 30%; /* 第二行每行四个菜单项 */
  }

  .footer-basic ul li a {
    font-size: 12px; /* 调整字体大小 */
    padding: 0 10px; /* 左右内边距调整 */
	  white-space: nowrap
  }


.footer-basic .copyright {
  margin-top: -15px; /* 版权信息的上边距微调 */
	font-size: 12px
}
}
