@charset "utf-8";
body,html {
				padding: 0;
				margin: 0;
				color: #282828;
				font-family: "微软雅黑" !important;
				height: 100%;
				overflow: hidden;
			}
			.imgdiv {
				text-align: center;
				margin-bottom: 30px;
				margin: 0px auto;
			}
			#container {
				background-color: #f0f0f0;
				text-align: center;
				padding:1rem 0px;
				height: 100%;
				overflow: hidden;
				display: flex;
				align-items: center;
				flex-direction: column;
			}
			
			.section {
				width: 305px;
				background-color: #fff;
				/* flex-grow: 1; */
				max-height: 380px;
				text-align: center;
				flex-direction: column;
				margin: 20px;
				display: flex;
				justify-content: center;
				align-items: center;
				cursor: pointer;
				border: 1px #e8e8e8 solid;
				bottom: 20px;
				/* transition: all  .25s  ease-in;
	-moz-transition: all  .25s  ease-in;
	-webkit-transition: all  .25s  ease-in; */
				transition: all 0.4s ease-out;
				box-shadow: 0px 20px 20px -13px rgba(0, 0, 0, 0.44);
				padding: 7% 0%;

			}
			
			
			@media screen and (max-width: 1366px) {
			    .section {
			    			padding: 5% 0%;
			    		}
			}
			.conp{
				margin: 1rem 0;font-size: 20px; color: #666666;
			}
			.section:hover {
				transform: translateY(-10px);
				box-shadow: 0px 30px 30px -7px rgba(0, 0, 0, 0.3);
			}

			.section:hover h1 {
				color: #006cd0;
			}

			.section h1 {
				margin-top: 40px;
				color: #282828;
			}
			.hover-border {
				display: inline-block;
				position: absolute;
				z-index: 100
			}

			.left-right-border {
				height: 0;
			}

			/* .left-right-border{ top: 2%;} */
			.left-border {
				left: 2%;
				top: 2%;
			}

			.right-border {
				right: 2%;
				bottom: 2%;
			}

			.left-right-top-bottom-border {
				width: 0;
			}

			.left-top-border {
				right: 50%;
				top: 2%;
			}

			.left-bottom-border {
				left: 2%;
				bottom: 2%;
			}

			.right-top-border {
				right: 2%;
				top: 2%;
			}

			.right-bottom-border {
				left: 50%;
				bottom: 2%;
			}
			.btn {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				padding: 10px 40px;
				text-decoration: none;
				position: relative;
				color: #333;
			}

			.btn7 {
				position: relative;
				color: #fff;
				background: #006cd0;
				border: 1px solid #006cd0;
				-webkit-transition: background-color .3s, color .3s;
				transition: background-color .3s, color .3s
			}
			.btn7:before {
				content: '';
				position: absolute;
				top: -15px;
				left: -15px;
				bottom: -15px;
				right: -15px;
				background: inherit;
				z-index: -1;
				opacity: 0.5;
				-webkit-transform: scale3d(.6, .4, 1);
				transform: scale3d(.6, .4, 1);
				display: none\9;
			}
			.btn7:hover {
				background: #4faafe;
				color: #282828;
				border-color: #4faafe;
				-webkit-transition: background-color .1s .3s, color .1s .3s;
				transition: background-color .1s .3s, color .1s .3s;
				-webkit-animation: anim-moema-1 .3s forwards;
				animation: anim-moema-1 .3s forwards
			}
			.btn7:hover:before {
				-webkit-animation: anim-moema-2 .3s .3s forwards;
				animation: anim-moema-2 .3s .3s forwards;
			}

			@-webkit-keyframes anim-moema-1 {
				60% {
					-webkit-transform: scale3d(.8, .8, 1);
					transform: scale3d(.8, .8, 1)
				}

				85% {
					-webkit-transform: scale3d(1.1, 1.1, 1);
					transform: scale3d(1.1, 1.1, 1)
				}

				100% {
					-webkit-transform: scale3d(1, 1, 1);
					transform: scale3d(1, 1, 1)
				}
			}

			@keyframes anim-moema-1 {
				60% {
					-webkit-transform: scale3d(.8, .8, 1);
					transform: scale3d(.8, .8, 1)
				}

				85% {
					-webkit-transform: scale3d(1.1, 1.1, 1);
					transform: scale3d(1.1, 1.1, 1)
				}

				100% {
					-webkit-transform: scale3d(1, 1, 1);
					transform: scale3d(1, 1, 1)
				}
			}

			@-webkit-keyframes anim-moema-2 {
				to {
					opacity: 0;
					-webkit-transform: scale3d(1, 1, 1);
					transform: scale3d(1, 1, 1)
				}
			}

			@keyframes anim-moema-2 {
				to {
					opacity: 0;
					-webkit-transform: scale3d(1, 1, 1);
					transform: scale3d(1, 1, 1)
				}
			}

			.btn-inner {
				font-weight: 600;
			}
		