*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
}
body{
	min-width: 1200px;
	
	background: url(../img/mmc.png) no-repeat;
	background-size: 100% auto;
	background-position-y: 66%;
}
input,button{
	outline: none;
}
.nav{
	text-align:center;
	height: 40px;
	line-height:40px;
	font-size: 0.9rem;
	overflow: hidden;
	background-color: #eeddff; 
}

.nav li{
	display: inline-block;
	list-style: none;
	height: 100%;
	width: 18%;
}
.nav li a{
	display: inline-block;
	width: 100%;
	height: 100%;

	transition: 0.2s;
}
.search{
	height: 100px;
	text-align: center;
	display: flex;
	justify-content: inherit;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}
.search-bar{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-top: 10px;
	/* margin-top: 20px; */
}
.che{
	display: inline-block;
	
	vertical-align: top;
	/* margin-top: 20px; */
	margin-left: 20px;
	line-height: 80px;
	white-space: nowrap;
	width: 10%;
}
.che a{
	color: #436caf;
}
.search-bar input{
	width: 500px;
	height: 50px;
	border: 2px solid #436caf;
}
.search-bar button{
	width: 80px;
	height: 54px;
	border: none;
	background-color: #436caf;
	color: white;
	font-size: 18px;
	vertical-align: top;
}
/* .nav li a:hover,.nav li.active a{
	border:1px solid #ddd ;
	border-top: 5px solid skyblue;
	color: royalblue;
} */
.search img{
	/*! height: 64%; */
	/*! margin-left: 5%; */
	/*! margin-top: 10px; */
	margin-right: 20px;
	width: 50%;
}
.search-bar a{
	font-size: 12px;
	margin: 0 10px;
	color: #436caf;
	
}
.search-bar a:hover{
	color: saddlebrown;
}
.nav ul{
	vertical-align: top;
	display: inline-block;
	width: 60%;
	height: 100%;
	
	text-align: center;
}
.banner{
	/* height: 600px; */
	/* background-color: #87CEEB; */
	white-space: nowrap;
	overflow: hidden;
	height: 450px;
	position: relative;
	
}
.swiper-container img{
	width: 100%;
	height: 100%;
}
 .swiper-container{
	 height: 100%;
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
  }
.banner li img{
	vertical-align: middle;
	margin-right: 5px;
	/* animation: 5s na; */
}
.list{
	display: inline-block;
	width: 20%;
	height: 100%;
	vertical-align: top;
	text-indent: 2rem;
}
.list p{
	background-color: #436caf;
	line-height:50px;
	color: white;
}
.list li{
	height: 55px;
	line-height: 55px;
	color: saddlebrown;
	border-right: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
}
.list li:hover{
	background-color: #ccc;
}
.list li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: saddlebrown;
}
.swiper-container{
	display: inline-block;
	width: 78%;
	overflow: hidden;
}
@keyframes na{
	0%{
		transform: translateX(0);
	}
	40%{
		transform: translateX(0);
	}
	50%{
		transform: translateX(-100%);
	}
	90%{
		transform: translateX(-100%);
	}
	
}
.cont{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	max-width: 1500px;
	margin: 0 auto;
}
.box{
	display: flex;
	/* flex-wrap: wrap; */
	 align-content: flex-start;
}
.boxxx{
	display: flex;
	flex-wrap: wrap;
	 align-content: flex-start;
}
.boxx div{
	width: 20%;
}
.boxx div:hover{
	transform: scale(1.1);
	transition: 0.6s;
}
.card{
	width: 22.5%;
	padding: 1% 1%;
	height: 350px;
	text-align: left;
	border: 1px solid #ddd;
	/* margin: 0 10px; */
}
.card img{
	min-height: 90%;
	max-width: 100%;
	max-height: 100%;
}
.card .img{
	height: 250px;
	text-align: center;
	
}
.card p{
	text-align: left;
	font-size: 0.9rem;
}
.card span{
	color: red;
	font-size: 1.1rem;
	
}
.p2{
	position: relative;
	
}
.more-left{
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/more.png);
	background-size: 100% 100%;
	left: -80px;
	top: 59%;
}
.more-right{
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/more.png);
	transform: rotate(180deg);
	background-size: 100% 100%;
	right: -80px;
	top: 59%;
}
.box2 div{
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 260px;
	overflow: hidden;
	border: 2px solid #bbb;
	color: #888;
	/* background-color: #87CEEB; */
	margin:40px 80px;
	border-radius: 30px;
}
.box2 div:hover{
	border-color: #87CEEB;
	color: #87CEEB;
}
h2{
	line-height: 120px;
	text-align: center;
	color: #436caf;
	font-weight: 500;
}
.p1 img{
	width: 80%;
	
}
.p2 img{
	width: 100%;
}
.last-right img{
	width: 100%;
	height: 100%;
}
.last{
	position: relative;
	margin-top: 30px;
}
.last-left{
	text-align: right;
	flex: 1;
	
	color: #fff;
	background: url(../img/last-left.png);
	background-size: 100% 100%;
}
.cont-box{
	margin-right:80px ;
}
.last-left h3{
	line-height: 100px;
}
.last-left p{
	color: #ddd;
	font-size: 0.9rem;
	line-height: 2;
}
.last-left a{
	display: inline-block;
	width: 100px;
	height: 40px;
	background-color: #fff;
	color: dodgerblue;
	line-height: 40px;
	border-radius: 30px;
}
.last-left,.last-right{
	/* border: 2px solid #000000; */
	/* height: 600px; */
	/* background-color: #87CEEB; */
}
.footer{
	/*! height: 80px; */
	background-color: #333;
	line-height: 32px;
	text-align: center;
	padding: 20px;
}
.dot{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 200px;
	/* background-color: red; */
}
.dott{
	width: 50px;
	height: 50px;
	/* border: 5px solid rgba(255,255,255,0.1); */
	border-radius: 25px;
	box-shadow: 0px 0px 5px #fff;
	background-color: white;
	margin-top: 30px;
}
.logo{

	font-weight: bold;
	font-size: 20px;
}
.logoMain{display: flex;justify-content: center;align-items: center;/*! margin-right: 20px; */width: 40%;}
.che img{width: 15%;}