#container {
        overflow: hidden;
        width: 100%;
        height: 100%;
        margin: 0;
        font-family: "微软雅黑";
    }

.culture{}
.culture .title{
	text-align: center;
	padding:10px 0;
}
.culture .title dt{
	color: #666;
	font-size: 24px;
	font-weight: bold;
}
.culture .title dd{
	color: #999;
	margin-top: 15px;
}
.culture-main{
	background: url(/static/bg_culture1.jpg) no-repeat center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	color: #fff;
}
.culture-main ul{
	display:flex;
	flex-wrap:wrap;
}
.culture-main ul li{
	width:50%;
	height:240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.culture-main ul li:nth-child(1){
	border-right:1px solid rgba(255,255,255,.6);
	border-bottom:1px solid rgba(255,255,255,.6);
}
.culture-main ul li:nth-child(2){
	border-bottom:1px solid rgba(255,255,255,.6);
}
.culture-main ul li:nth-child(3){
	border-right:1px solid rgba(255,255,255,.6);
}
.culture-main .part1{
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
	padding-top: 60px; 
	padding-bottom: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition:all .3s ease;
	opacity:1;
}
.culture-main dl{
	padding:0 20px;
}
.culture-main dt{
	font-size: 18px; 
	font-weight: bold;
	margin-bottom: 12px;
}
.culture-main dd{
	line-height:30px;
}
.culture-main .more{
	font-size: 18px;
	font-weight: bold;
	border-bottom:1px solid #fff;
	padding:10px 50px;
}
.culture-main .cover{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
	background-color: #0074ba;
	padding:20% 10% 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: scale(.9);
	opacity:0;
	transition:all .5s ease;
}
.culture-main .cover dl{
	border-bottom:1px solid #fff;
	padding:0;
	padding-bottom: 24px;
	margin-bottom: 10px;
}
.culture-main .cover .en{
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
}
.culture-main ul li:nth-child(1) .cover{
	transform-origin: left bottom;
}
.culture-main ul li:nth-child(2) .cover{
	transform-origin: right bottom;
}
.culture-main ul li:nth-child(3) .cover{
	transform-origin: left bottom;
}

.culture-main ul li:nth-child(4) .cover{
	transform-origin: right bottom;
}
.culture-main ul li:hover .cover{
	transform: scale(1);
	opacity:1;
}
.culture-main ul li:hover .part1{
	opacity:0;
}
.culture-level{
	position: relative;
	background: url(/static/bg_culture2.jpg) no-repeat center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.culture-level .bd{
	display:flex;
	flex-wrap:wrap;
	padding:40px 0;
	position: relative;
}
.culture-level .item{
	width:50%;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding:0 10px;
}
.culture-level .item dl{
	transition:all .3s ease;
}
.culture-level .item:hover dl{
	transform: translateY(-5px);
}
.culture-level .item dt{
	font-size: 18px;
	font-weight: bold;
	line-height:30px;
	white-space: nowrap;
}
.culture-level .item dd{
	font-size: 13px;
	color: #4e4e4e;
	line-height:20px;
}
.culture-level .line{
	display: none;
	width:100%;
	height:1px;
	position: absolute; 
	left:0;
	top:50%;
	background-color: #bfc1c3;
}
.culture-level .item:after {
	display: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid #000;
    margin-top: -12px;
    margin-left: -10px;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.culture-level .item:hover:after{
	border-color: #0250a3;
}
.culture-logo{
	background: url(/static/bg_culture3.jpg) no-repeat center bottom #fff;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.culture-logo .bd{
	color: #333;
	padding:54px 25px;
}
.culture-logo .bd .img{
	text-align: center;
}
.culture-logo .bd dt{
	font-size: 20px; 
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 30px;
}
.culture-logo .bd dd{
	line-height:24px;
}

 .section {
   
    overflow: hidden;
	
	margin:0 40px 40px 40px;
}

.yunu-contact-text {
    float: left;
    width: 48%;
    margin: 0;
    background-color: #f2f2f2;
}

.yunu-contact-text dt {
    font-size: 24px;
    text-align: center;
    background-color: #0087d5;
    color: #fff;
    line-height: 100px;
}

.yunu-contact-text dd {
    padding: 30px 0 30px 100px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: no-repeat 30px center;
}

.yunu-contact-text dd.i1 {
    background-image: url(/static/contact_08.png)
}

.yunu-contact-text dd.i2 {
    background-image: url(/static/contact_11.png)
}

.yunu-contact-text dd.i3 {
    background-image: url(/static/contact_14.png)
}
.yunu-contact-text dd.i4 {
    background-image: url(/static/contact_16.png)
}


.yunu-contact-map {
    height: 500px;
    float: right;
    width: 50%;
}

.yunu-contact-map img {
    height: 100%;
}

.jslx{
    font-size: 18px;font-weight: bold;
}






@media only screen and (min-width: 320px) and (max-width: 767px) {

    
    .yunu-contact-text {
        width: 100%;
    }
    .yunu-contact-map {
        width: 100%;
    }
    dd.jslx{
    padding: 30px 0 30px 30px;
    }
   
}
















