.banner{
	height: 480px;
	background: url(../images/banner.png) no-repeat center;
}
.banner h2{display: none;}
.moudle{
	width: 1200px;	
	margin: 50px auto;
	padding: 50px;	
	text-align: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.moudle .title h2{ padding: 0 50px; margin-bottom: 10px; display: inline-block; position: relative; font-size: 32px; color:#333; line-height: 50px; font-weight: bold; }
.moudle .title h2::before,.moudle .title h2::after{ display: block; content: ""; width: 34px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); }
.moudle .title h2::before{ left: 0; background: url(../images/icon-left.png) no-repeat center; }
.moudle .title h2::after{ right: 0; background: url(../images/icon-right.png) no-repeat center; }
.moudle .title p{ font-size: 18px; line-height: 30px; color: #555;}

.md1-list{ margin-top: 70px;}
.md1-list li{ float: left; width: 33.33%;}
.md1-list li h3{ font-size: 24px; color: #333; line-height: 40px; margin-top: 10px;}

.md2-list{ margin-left: 50px;}
.md2-list li{ margin: 50px 0; position: relative; padding-left: 160px; text-align: left; min-height: 100px; display: flex; display:-webkit-flex; justify-content: center; flex-direction:column;}
.md2-list li .pic{ display: flex; display:-webkit-flex; justify-content: center; align-items:center; flex-direction:column; border-radius: 50%; position: absolute;  left: 0; top:0; width: 100px; height: 100px; background: linear-gradient(90deg, #115EE0 0%, #6EC1F3 100%); box-shadow: 0px 15px 15px -10px #66B8F1; }
.md2-list li h3{ font-size: 24px; color: #333; line-height: 35px; }
.md2-list li p{ font-size: 20px; color: #777; line-height: 1.6;}

.md3-list{ margin: 60px;}
.md3-list li{ float: left; width: 25%; }
.md3-list li h3{ font-size: 20px; color: #000; line-height: 30px; margin-top: 20px; }

.md4-list{ margin: 50px 50px 0;}
.md4-list li{ float: left; width: 50%;}

.md5-list { margin: 60px 60px 0;}
.md5-list li{ float: left; width: 25%;} 
.md5-list li .pic{ width: 220px; margin: 0 auto 20px; border-radius: 10px; overflow: hidden; }
.md5-list li h3{ width: 220px; margin: 0 auto; font-size: 20px; color: #333; line-height: 30px; height: 60px; overflow: hidden; text-overflow: ellipsis; }
 
.md6-list{ margin-top: 50px;}
.md6-list li{ float: left; width: 25%; position: relative;}
.md6-list li .item{ position: absolute; left: 50%; transform: translateX(-50%); top: -100px; opacity: 0; width: 220px; height: 154px; padding: 10px 10px 24px; box-sizing: border-box; display: block; background: url(../images/tips.png) no-repeat center top;  transition: all 0.3s linear;  }
.md6-list li .item a{ display: block; font-size: 20px; color: #333; line-height: 60px; text-align: center;}
.md6-list li .item a:first-child{ border-bottom: 1px solid #E0E0E0;}
.md6-list li .item a:hover{ color: #3aaafa;}
.md6-list li:hover .item{ top: -150px; opacity: 1; }
.md6-list li h3{ font-size: 20px; color: #333; line-height: 1.5; }

























