.container{
	width: 1145px;
    margin: 0 auto;
}

.menuBlock.navBlock{
	display: none;
    position: absolute;
    width: 100%;
    top: 184px;
    box-shadow: 0px 1px 13px rgba(0,0,0,0.4);
    background: #ffffff url(../images/nav-left.png) right center no-repeat;
    z-index: 999;
}
.pd68 {
    padding-left: 9.09%;
    padding-right: 0px;
}
.menuBlock.navBlock .active {
    background: #FFE4D8;
}
.menuBlock.navBlock ul li:hover  a{
    color:#6E1419;
}
ul.menu-ul {
    margin: 0px;
    float: left;
    height: 450px;
    width: 10%;
}
ul.menu-ul li a {
    padding: 11px 10px;
    display: block;
    text-align: left;
    text-decoration: none;
    line-height: 22px;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold,Microsoft YaHei;
    /*font-weight: bold;*/
    background: none !important;
    color: #5D5F65;
    white-space: normal;
}
.text-bg {
    position: absolute;
    top: 0px;
    height: 450px;
    line-height: 450px;
    background: #F4A381 url(../images/nav_flower.png) center center no-repeat;
}
.text-bg img {
    width: 110px;
    position: absolute;
    right: 40px;
    top: 69px;
}

#nav .on.active a {
    background: url(/_upload/tpl/08/57/2135/template2135/images/home/top.png) bottom no-repeat;
    background-position: 35% 100%;
}


/*清华测试*/
.shiping{
	position: relative;
	padding-bottom: 40px;
}
.bigpic .txtwrapper {
    margin-top: -30px;
		margin-left: 20px;
    background: #DFEDFE;
    width: 85%;
    z-index: 1;
    padding: 20px 60px;
    position: relative;
    box-sizing: border-box;

    font-size:20px;
	font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
	font-weight:bold;
	color: #333333;

}
.bigpic .txtwrapper h3{

	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}

.smallpic .txtwrapper {
    margin-top: -27px;
		margin-left: 20px;
    background: #DFEDFE;
    width: 90%;
    z-index: 1;
    padding: 16px 35px;
    position: relative;
    box-sizing: border-box;

    font-size:12px;
	font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
	font-weight:bold;
	color: #333333;


}
.smallpic .txtwrapper h3 {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.bigpic{
	width: 70%;
	margin-top: 30px;
}
.smallpic {
    position: absolute;
    right: 0;
    width: 37%;
    top: 20%;
    /* margin-top: -160px; */
}
.bigpic .slick-dots {
    z-index: 100;
    bottom: -60px;
    width: 142%;
}

.slick-slider .slick-list {
	padding-bottom: 20px;
}
.slick-slide img {
    width: 100%;
}

.player {
    display: block;
    background: url(/_upload/tpl/08/57/2135/template2135/images/bofang.png) no-repeat;
    background-size: 113px 113px;
    width: 113px;
    height: 113px;
    position: absolute;
    top: 50%;
    margin-top: -57px;
    left: 50%;
    margin-left: -57px;
}
.player1 {
    display: block;
    background: url(/_upload/tpl/08/57/2135/template2135/images/bofang1.png) no-repeat;
    background-size: 59px 59px;
    width: 59px;
    height: 59px;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: 50%;
    margin-left: -29px;
}

/*要闻下面的小圆点*/
.yw-dot{
    width: 100%;
/*    bottom: 0;
    height: 30px;
    position: absolute;*/
    text-align: center;
    z-index: 10;
}
.yw-dot span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #DDDDDD;
    margin: 0 5px ;
    cursor: pointer;
}
.yw-active{
    background: #EE7340 !important;
}
