body{
				margin: 0px;
				padding: 0px;
				background-repeat: no-repeat;
			}
			
			.main-conter{
				display:none;
				height: 100%;
				width: 100%;
				color: white;
				
				background-position: center center;
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-size: cover;
				background-position: 50% 50%;
				margin: 0px;
				font-family: AlibabaSans-light,AlibabaPuHuiTi-Light;
				
			}
			.top{
				height: 70px;
				border-bottom: 1px dashed #FFFFFF;
			}
			.top-main{
				position: relative;
				height: 100%;
				width: 100%;
				
			}
			.logo-a{
				height: 50px;
				float: left;
				margin-top: 15px;
			}
			.top-ul{
				float: right;
				margin-top: 18px;
				padding: 0px;
				margin-bottom: 0px;
			}
			.top-li{
				height: 50px;
				line-height: 50px;
				padding-left: 30px;
				padding-right: 30px;
				display:inline-block;
				vertical-align:top;
				cursor: pointer;
				text-align: center;
				font-size: 20px;
				color: #FFFFFF;
			}
			.top-li:hover{
				color: #CCCCCC;
			}
			@media screen and (min-width:1200px){
				.top-center{
					width: 1200px;margin: auto;height: 70px;
				}
				.foot-main{
					width: 1200px;
					margin: auto;
				}
				.content-box{
					width: 1200px;
					margin: 0px auto;
				}
			}
			.title-conter{
				height: 110px;
			}
			.foot-ul{
				height: 135px;
				margin: 0px;
				padding: 0px;
			}
			.foot-li{
				width: 30%;
				display:inline-block;
				vertical-align:top;
				font-size: 12px;
				color: #fff;
			}
			.title-conter-p{
				font-size: 5vw;
			}
			
			.content-box-p{
				height: 57px;
				width: 260px;
				font-size: 26px;
				font-family: DengXian;
				font-weight: 400;
				color: #000000;
				border-bottom: 3px solid #118396;
			}
			.keyword_p{
				height: 24px;
				font-size: 24px;
				font-family: DengXian;
				font-weight: 400;
				color: #0A596B;
				line-height: 24px;
			}
			.article-content{
				position: relative;display: flex;
			}
			.article-content-div{
				float: left;width: 100%;color: #131313;font-size: 16px;
				font-family: DengXian;
				font-weight: 400;
			}
			.article-content-p{
				letter-spacing: 0.15em;text-indent:3em;
				color: #2f92e7;
				font-weight: 600;
				line-height: 30px;
			}