*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #666666;
}
.nav_li a:visited{
	color: #fff;
}
.nav_li a:hover{
	color: #fff;
}
body{
	/*line-height: 180%;*/
	user-select: none;
}
.clear{
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}


.banner{
	width: 100%!important;
	height: 350px!important;
	background: url('../images/banner.png') no-repeat center center!important;
	background-size: cover!important;
}
.banner_m{
	display: none;
}
.main1{
	background: url('../images/main1_bj.png') no-repeat top center;
	/* background-size: cover; */
}

.nav_wrap{
	background: url('../images/nav_bj.png') no-repeat top center;
}
.nav{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow:hidden;
	height: 52px;	
	line-height: 52px;
}
.nav_li{
	/* float: left; */
	margin-right: 20px;
}
.nav_li a{
	color: #fff;
	border-right: 2px solid #ff8e9a;
	padding-right: 20px;
	font-size: 20px;
}
.nav_li:last-child a{
	border: none;
}
.cont{
	width: 1200px;
	margin: 0 auto;
	
}	
.column{
	background: #fff;
	text-align: center;
	margin-bottom:50px;
	padding: 40px 0 0;
}
.colu_tit{
	font-size: 32px;
	color: #cc0015;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 100px;
}
.colu_txt{
	font-size: 18px;
	line-height: 30px;
	color: #4c4c4c;
	padding: 0 100px 40px;
}

.img{
	width: 100%;
}
.img img{
	width: 100%;
	height: auto;
}

.report{
	overflow: hidden;
}
.report_left{
	width: 750px;
	float: left;
}
.report_right{
	width: calc(100% - 770px);
	float: right;
}
.tit_wrap{
	width: 100%;
	border-bottom: 2px solid #c30e22;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}
.title{
	position: absolute;
	background: url(../images/tit_li.png) no-repeat left center;
	padding-left: 42px;
	padding-right: 15px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	bottom: -2px;
	font-size: 28px;
	color: #c30e22;
}
.more{
	position: absolute;
	right: 0;
	background: url(../images/more_li.png) no-repeat right center;
	padding-right: 30px;
}
.more a{
	font-size: 14px;
}

.news_li a{
	display: block;
	padding: 15px 0;
	border-bottom: 1px dotted #c30e22;
	overflow: hidden;
}
.news_tit{
	float: left;
	color: #000;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news_date{
	float: right;
	font-size: 14px;
}

.video{
	width:100%;
	/* height: 280px!important; */
}
.video>a{
	display: block;
    width: 100%;
	height: 100%;
    position: relative;
}
.video img {
	width: auto;
	height: 280px;
	display: block;
}
.video .txt{
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 44px;
	line-height: 44px;
	background: rgba(164,0,47,.5);
	width: calc(100% - 10px);
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content{
	width: 1200px;
	margin: 50px auto 40px;
}
.content img {
	width: 100%;
	height: auto;
	display: block;
}

.img_tit{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
}
.img_tit img{
	width: 100%;
	height: auto;
}
.img_tit .more{
	bottom: 0;
}

.reflections .news{
	width: 100%;
	overflow: hidden;
}
.reflections .news .news_li{
	float: left;
	width: calc(100%/2 - 20px);
}
.reflections .news .news_li:nth-child(even){
	float: right;
}

.focusBox {
	position: relative;
	width: 1300px;
	margin: 40px auto;	
	height: 220px;
	overflow: hidden;
	text-align: left;
}
.tempWrap{
	width: 1200px!important;
	margin: 0 auto;
}
.focusBox .pic li{
	width: 390px!important;
	height: 260px!important;
	margin-right: 10px;
	float: left;
}
.focusBox .pic li{
	display: block;
    width: 100%;
	height: 100%;
    position: relative;
}
.focusBox .pic img {
	width: 100%;
	height: 100%;
	display: block;
}
.focusBox .txt{
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 44px;
	line-height: 44px;
	background: rgba(164,0,47,.5);
	width: calc(100% - 10px);
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prev,.next {
	width: 40px !important;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.prev {
	left: 10px;
	background: url(../images/prev.png) no-repeat center left;
	z-index: 44;
}


.next {
	right: 10px;
	background: url(../images/next.png) no-repeat center right;
	z-index: 44
}


.mask{
    position: fixed;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100vh;
    z-index: 33;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
	z-index: 9999;
}
.mask>img{
    height: auto;
    margin:20px 0;
    width: 90%;
	max-width: 90%;
}
@media screen and (max-width: 750px) {
	body{
		width: 100%;
		max-width:750px;
		margin: 0 auto;
		font-size: 16px;
	}
	.banner{
		display: none;
	}
	.banner_m{
		display: block;
	}
	.banner_m img{
		width: 100%;
		height: auto;
	}
	.nav_wrap{
		display: none;
	}
	.column{
		padding: 20px 0 0;
		margin-bottom: 20px;
	}
	.cont{
		width: 100%;
	}
	
	.colu_tit,.colu_txt{
		padding: 0 2%;
		font-size: 14px;
		line-height: 180%;
	}
	.colu_tit{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.report,.reflections{
		width: 96%;
		margin: 0 auto;
	}
	.report_left,.report_right{
		float: none;
		width: 100%;
	}
	.content,.img_tit{
		width: 96%;
		margin: 20px auto;
	}
	.focusBox{
		width: 100%;
		    margin: 20px auto;
	}
	.tit_wrap{
		margin-bottom: 20px;
		height: 30px;
		line-height: 30px;
	}
	.title{
		font-size: 18px;
		background-size: 20px 20px;
		padding-left: 30px;
	}
	
}