 #introduce p {
    color: #313131;
    line-height: 1.8em;
    font-size: 14px;
}
		.test{
			width: 100%;
		    height: 100%;
		    position: absolute;
		    top: 0px;
		    left: 0px;
		    color: transparent;
		    background-size: cover;
		    background-repeat: none;
		    opacity: 0;
		    z-index: 0;
		    -webkit-backface-visibility: hidden;
		    -webkit-animation: imageAnimation 36s linear infinite 0s;
		    -moz-animation: imageAnimation 36s linear infinite 0s;
		    -o-animation: imageAnimation 36s linear infinite 0s;
		    -ms-animation: imageAnimation 36s linear infinite 0s;
		    animation: imageAnimation 36s linear infinite 0s;

		}
		/* .img{
			width:100%;
			filter: brightness(60%);
		} */
		.carousel-indicators li{
			display: inline-block;
		    width: 10px;
		    height: 10px;
		    margin: 1px;
		    text-indent: -999px;
		    cursor: pointer;
		    background-color: #000\9;
		    background-color: rgba(0,0,0,0);
		    border: 1px solid #fff;
		    border-radius: 10px;
		}
		.carousel-indicators .active{
			width: 10px;
		    height: 10px;
		    margin: 1px;
		    background-color: #5ca3f2;
		    border:1px solid #border;
		}
		/* .zi_zhi td{
			padding:20px 5px 40px 5px;
		} */
		.upper{
			padding:20px 5px 0px 10px;
		}
		.upper td{
			padding:20px 5px 0px 5px;
			/* width:272px;
			max-height: 170px; */
		}
		.upper img{
			max-width:272px;
			max-height: 170px;
			margin-left: 20px;
			border:5px #eff6fe solid;
		}
		.lower{
			max-height:300px;
			padding:0px 5px 0px 10px;
		}
		.lower td{
			/* width:272px;*/
			max-height: 300px;
			padding:20px 5px 0px 5px;
		}
		.lower img{
			max-width:272px;
			max-height: 170px;
			margin-left: 20px;
			border:5px #eff6fe solid;
		}
		.avatar:hover img {
				/* height:187.5px; */
				max-width:255px;
				transform: scale(1.3);
				transition: all 1s ease 0s;
				-webkit-transform: all 1s ease 0s;
				position: relative;
				z-index: 999;
			}
		.heng:hover img {
				max-width:408px;
				/* height:255px; */
				transform: scale(1.3);
				transition: all 1s ease 0s;
				-webkit-transform: scale(1.3);
				-webkit-transform: all 1s ease 0s;
				position: relative;
				z-index: 999;
			}
		#qualification{
			background: url("../images/zi_zhi_bj.png") no-repeat 140px 180px;
			background-size: cover;
		}
		html{
				position:relative;
			}
			#map{
			padding:0 0;  width:100%;height:350px;border:#ccc solid 1px;font-size:12px;
			}