﻿body{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
	color:inherit;
	cursor:auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/* 顶部logo */
.head{
	height: 85px;
	box-shadow: 0 4px 10px rgba(231,233,236,0.53);
	background-color: #fff;
    position: fixed; /* 设置位置为固定 */
    top: 0; /* 距离顶部0像素 */
    width: 100%; /* 宽度为100% */
    z-index: 1000; /* 确保它在其他内容之上 */
}
.head-wap{
	width: 90%;
	margin: 0 auto;
	z-index: 3;
	}
.logo{
	display: flex;
	justify-content: center; /* 如果需要，还可以水平居中 */
	align-items: center; /* 垂直居中 */
	height: 80px; /* 容器的高度 */
}
.logo img{
	width: 60px;
}
.logo span{
	font-size: 25px;
	font-weight: bold;
	font-family: 'Courier New', Courier, monospace;
}
.navigation{
	display: flex;
	justify-content: center; /* 如果需要，还可以水平居中 */
	align-items: center; /* 垂直居中 */
	height: 85px; /* 容器的高度 */
}
.navigation li{
	float: left;
	margin-left: 0.5em;
}
.navigation a{
	border: 1px solid #157f3f;
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 0.8em;
	transition: all 0.3s ease;
}
.navigation span{
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 0.8em;
	transition: all 0.3s ease;
}
.head-wap:after {
    content: "";
    display: table;
    clear: both;
}

/* 顶部logo结束 */

.header{
	width: 100%;
}
.top1{
/* 	width: 100%; */
/* 	margin: 0 auto; */
}
.banner{
/* 	width: 100%;
	height: 800px; */
    width: 100%; /* 或者具体的宽度 */
    /* height: 100vh; */ /* 或者具体的高度 */
    background-repeat: no-repeat; /* 不重复 */
	background-position: right 0;
	background-size: 100% auto;
	overflow: hidden; /* 隐藏溢出的内容 */
}
.banner:after {
    content: "";
    display: table;
    clear: both;
}
.banner img{
	width: 100%;
}
.w1200{
	width: 1300px;
	margin: 0 auto;
}
.title1{
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
}
.title1 hr{
	width: 15%;
	display: inline-block;
	border-color: #4f41bd;
}
.title1 span{
	margin: 0 5%;
    font-size: 40px;
    font-family: cursive;
    font-weight: bold;
    letter-spacing: 5px;
}
.funengtd{
	text-align: center;
}
.funengtd:after {
    content: "";
    display: table;
    clear: both;
}
.funengtd li{
	width: 23%;
	margin: 3% 1%;
	background-color: #4f41bd;
	border-radius: 40px;
}
.funengtd li img{
	width: 80px;
	margin: 10px;
}
.funengtd li p{
	font-size: 17px;
	color: #fff;
}
.funengtxt{
	padding-bottom: 15px;
}
.jianjie{
	background-color: #4f41bd;
}
.jianjie span{
	color: #fff;
	letter-spacing: 3px;
	font-family: fangsong;
	font-size: 25px;
}
.txtwap{
	margin: 40px auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.jiandan{
	width: 80%;
	background-color: #fff;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-radius: 0 40px 40px 0;
}
.jiandan p{
	color: #4f41bd!important;
}
.anli{
	text-align: center;
}
.anli img{
	/* width: 100%; */
}



@media screen and (max-width: 640px) {
  .top {width: 100%;}
  .title1 hr{width: 10%;}
  .title1 span{
	    font-size: 26px;
		letter-spacing: 0;
  }
  .funengtd li{width: 47%; }
  .funengtd li img{width: 50%;}
  .funengtd li p{
	font-size: 12px;
  }
  .anli img{
	  width: 100%;
  }
  .navigation{
	  display: none;
  }
  .banner{
	  background-image: url(../image/bannersj.jpg)!important;
  }
  .container{
	  float: none!important;
	  width: 100%;
  }
  .w1200{
	  width: 100%;
  }
}




