		/* 参照 */
		/* .psd{
			width: 100%;
			position: fixed;
			pointer-events: none;
			opacity: .4;
			top: -0px;
			left: 0px;
		}
		.div{
			height: 888px;
		} */
		*{
			transition: background .8s;
		}
		li{
			list-style: none;
		}
		a{
			text-decoration: none;
		}
		.culture{
			/* 背景 */
			background: coral no-repeat center;
			background: url(../images/culture/banner1.jpg);
			background-position: center;
			/* background: pink url(images/culture/banner2.jpg) no-repeat center !important; */
			/* background: pink url(images/culture/banner3.jpg) no-repeat center !important; */
			/* background: pink url(images/culture/banner4.jpg) no-repeat center !important; */
			background-size: cover !important;
			height: 100vh;
			width: 100%;
			position: relative;
			/* text-align: center; */
		}
		.culture .h2{
			color: #fff;
			font-size: .38rem;
		    letter-spacing: .08rem;
  			text-indent: 0.08rem;
		    /* padding-left: .1rem; */
			font-family: "MYingHeiPRC-W7";
			font-weight: normal;
		    color: #fff;
		    /* padding-top: 18.66vh; */
			padding-top: 19.4444444444vh;
			text-align: center;
		}
		.culture .title{
			font-size: .32rem;
			line-height: .37rem;
			/* padding-left: .1rem; */
			color: #fff;
			position: absolute;
			top:50%;
		}
		
		/* .culture .title ul{
			position: relative;
			text-align: left;
			width: 3.3rem;
			margin-right: .36rem;
			display: inline-block;
			color: #fff;
			text-decoration: none;
			cursor: default;
		} */
		.title_box{
			width: 18rem;
			margin: 0 .6rem;
		}
		.list{
			width: 3.28rem;
			text-align: left;
			display: inline-block;
			margin:0 .3rem 0 0;
			vertical-align: top;
		}
		.list:last-child{
			margin-right:0 ;
		}
		
		.list li{
			font-family: "MYingHeiPRC";
			font-size:.18rem;
			color:#fff;
		}
		.title_box .list_first{
			border-bottom: 1px solid #d4d6e0;
			font-family: "MYingHeiPRC-W3";
			letter-spacing: .08rem;
			text-indent: 0.08rem;
			line-height: .32rem;
			margin: 0.33rem 0 ;
			line-height: 2;
			font-family: "MYingHeiPRC-W7";
			font-size:.32rem;
			color:#fff;
		}
		  
