@charset "gb2312";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 0;
	font-family: "microsoft yahei";overflow: auto;
}
a{
	text-decoration: none;
	color: #000;
}
ul,li{
	list-style: none;
}

.bigbanner{
	width: 100%;
	height: 100%;	
}
.bigbanner img{
	width: 100%;
	height: 100%;
}

/*整体*/
.main{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #f0f0f0;
	background: url(bigbg.jpg) center no-repeat;
	background-size: cover;
}
.golandR{
	width: 380px;
	position: fixed;
	top: 1vh;
	left: 50%;
	transform: translateX(-50%);
}
.golandR span{
	font-size: 18px;
	color: #fff;
}
.golandR img{
	width: auto;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	opacity: 0.6;
	animation: mouse 10s ;
	-webkit-animation: mouse 10s linear infinite alternate;
	-moz-animation: mouse 10s linear infinite alternate;
}
@keyframes mouse{
	from{
		left: 2%;
	}
	to{
		left: 95%;
	}
}

.banner{
	width: 30vw;
	height: 90vh;
	background: #D15B0C;
	transition: width 0.2s ease-in-out;
	margin-left: 2vw;
	margin-top: 5vh;
	border-radius: 30px;
	overflow: hidden;
	float: left;
}
.banner img{
	width: 100%;
	height: 100%;
}
.banner_phone{
	display: none;
}
.content{
	width: 64vw;
	height: 90vh;
	position: relative;
	overflow-x: hidden;
	margin-right: 2vw;
	margin-top: 5vh;
	transition: width 0.2s ease-in-out;
	float: right;
}
.content_items{
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}
.content_item{
	width: 30vw;
	height: 90%;
	transform-origin: 100% 50%;
	transform: perspective(1000px) rotateY(-3deg);
	-webkit-transform: perspective(1000) rotateY(-6deg);
	-moz-transform: perspective(1000) rotateY(-6deg);
	transition: 0.3s linear;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 60px 0;
	box-sizing: border-box;
	float: left;
	border-radius: 0;
	position: relative;
	margin-top: 43.5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	z-index: 1;
}
.content_item::-webkit-scrollbar{  
    width: 10px;  
}  
.content_item::-webkit-scrollbar-track{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px; 
    background-color: #efefef; 
} 
.content_item::-webkit-scrollbar-thumb{  
    border-radius: 10px;  
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    background-color: #e60303; 
}
.content_item:not(:first-child){
	margin-left: -150px;
}
.content_item:hover{
	width: 1800px;
	height: 100%;
	z-index: 10;
	transform:rotate(0);
	-webkit-transform:) rotate(0);
	-moz-transform: rotate(0);
	border-radius: 0px;
}

.content_item>img{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: block;
}

/*第一部分*/
.p1{
	z-index: 7;
	background: url(p1_bg.jpg) center top no-repeat;
	background-attachment: local;
	background-size: cover;
	padding-bottom: 200px;
}
.p1_main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
/*头条*/
.p1_headline{
	width: 100%;
}
.p1_headline_top{
	width: 100%;
	text-align: center;
}
.p1_headline_top a{
	font-size: 36px;
	color: #cf0000;
	font-weight: bold;
}
.p1_headline_bot{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.p1_headline_bot a{
	font-size: 18px;
	color: #010101;
	margin: 0 10px;
}
.p1_headline_bot a:hover{
	color: #CF0000;
}

.p1_mid{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

/*滚动图片*/
.p1_swiper{
	width: 730px;
	height: 470px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	float: left;
}
.dynImg_lr01_imgBox{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.dynImg_lr01_imgBox a{
	height: 100%;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.dynImg_lr01_imgBox a img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.dynImg_lr01_imgBox a p{
	display: none;
}
.dynImg_lr01_textBox{
	width: 100%;
	height: 36px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
.dynImg_lr01_iconBox{
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 46px;
	font-size: 0;
}
.dynImg_lr01_iconBox span{
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px solid #fff;
	margin:5px;
	border-radius: 50%;
	box-sizing: border-box;
}
.dynImg_lr01_iconBox .dynImg_lr01_iconCur{
	background: #fff;
}
.dynImg_lr01_nextPre{
	width: 100%;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	box-sizing: border-box;
	font-size: 0;
	transition: all 1s;
	opacity: 0;
}
.dynImg_lr01_nextPre span{
	width: 60px;
	height: 100%;
	display: block;
	cursor: pointer;
	transition: all 1s;
	background-size: contain;
	border-radius: 50%;
}
.dynImg_lr01_pre{
	float: left;
	margin-left: 10px;
	background: url(prev.png);
}
.dynImg_lr01_next{
	float: right;
	margin-right: 10px;
	background: url(next.png);
}

/*静态图片*/
.staimg{
	width: 430px;
	height: auto;
	overflow: hidden;
	float: right;
}
.staimg a{
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}
.staimg a img{
	width: 100%;
	height: 100%;
}
.staimg a span{
	width: 100%;
	height: 40px;
	display: block;
	background: rgba(0,0,0,0.6);
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: -40px;
	left: 0;
	transition: all 0.5s;
}
.staimg a:hover span{
	bottom: 0;
}
.staimg a:first-child{
	width: 100%;
	height: 270px;
}
.staimg a:not(:first-child){
	width: 46%;
	height: 180px;
	margin-top: 20px;
}
.staimg a:last-child{
	margin-left: 6%;
}

/*滚动新闻*/
.RollingNews{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
	background: #fbebeb;
	padding: 0 10px;
	box-sizing: border-box;
}
.RollingNews span{
	display: block;
	width: 159px;
	height: 20px;
	line-height: 40px;
	float: left;
	position: relative;
	margin-top: 10px;
}
.RollingNews span img{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.RollingNew{
	width: 1010px;
	height: 100%;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	white-space: nowrap;
	float: left;
}
.RollingNew ul{
	display: inline-block;
	margin: 0;
	white-space: nowrap;
}
.RollingNew ul li{
	display: inline-block;
	margin-right: 20px;
}
.RollingNew ul li a{
	font-size: 18px;
	line-height: 40px;
	color: #cc6666;
}
.RollingNew ul li a:hover{
	color:#c50405;
}

/*p1列表新闻*/
.p1_bot{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.p1_bot_left{
	width: 730px;
	height: auto;
	overflow: hidden;
	float: left;
}
.p1_bot_left_item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.p1_bot_left_item:last-child{
	margin-top: 20px;
}
.p1_bot_left_item a{
	width: 48%;
	float: left;
	display: block;
	font-size: 18px;
	margin: 5px 0;
}
.p1_bot_left_item a:first-child{
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	color: #CF0000;
}
.p1_bot_left_item a:nth-child(2n+1){
	float: right;
}
.p1_bot_left_item a:hover{
	color: #CF0000;
}

/*重要评论*/
.p1_pinglun{
	width: 430px;
	height: auto;
	overflow: hidden;
	float: right;
	border: 4px solid #c21414;
	box-sizing: border-box;
	margin-top: 18px;
}
.p1_pinglun_top{
	width: 100%;
	height: 85px;
	background: #C21414;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.p1_pinglun_top:after{
	content: "";
	border: 12px solid;
	border-color: #C21414 transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -24px; 
}
.p1_pinglun_rili{
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 50px;
}
.p1_pinglun_rili span{
	font-size: 45px;
	line-height: 50px;
}
.p1_pinglun_text{
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.p1_pinglun_tit{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	text-align: center;
}
.p1_pinglun_tit img{
	width: 98%;
	height: auto;
	margin-top: 12px;
}
.p1_pinglun_lists{
	width:100% ;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 10px;
}
.p1_pinglun_lists li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 5px 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.p1_pinglun_lists li:before{
	content: "";
	width: 36px;
	height: 37px;
	background: url(p1_img03.png) center no-repeat;
	float: left;
}
.p1_pinglun_lists li a{
	font-size: 18px;
	float: left;
	margin-left: 10px;
	line-height: 37px;
}
.p1_pinglun_lists li a:hover{
	color: #CF0000;
}

/*第二部分*/
.p2{
	z-index: 6;
	background: url(p2_bg.jpg) center top no-repeat;
	background-attachment: local;
	background-size: cover;
	padding-bottom: 400px;
}
.p2_main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.p2_top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.p2_swiper{
	width: 553px;
	height: 377px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	float: left;
}
.p2_right{
	width: 600px;
	height: auto;
	overflow: hidden;
	float: right;
}
.p2_right ul,
.p2_right ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.p2_right ul li:last-child{
	margin-top: 28px;
}
.p2_right ul li a{
	font-size: 24px;
	color: #CF0000;
	font-weight: bold;
}
.p2_right ul li p{
	font-size: 18px;
	line-height: 27px;
	text-align: justify;
	color: #999;
	margin-top: 10px;
	display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p2_mid{
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}
.p2_mid li{
	width: 48%;
	height: 60px;
	border-bottom: 1px dashed #999999;
	box-sizing: border-box;
	float: left;
}
.p2_mid li:nth-child(2n){
	float: right;
}
.p2_mid li a{
	font-size: 18px;
	line-height: 60px;
}
.p2_mid li a:hover{
	color: #CF0000;
}
.p2_stit{
	width: 203px;
	height: auto;
	overflow: auto;
	margin-top: 60px;
}
.p2_stit img{
	width: 100%;
	height: auto;
}
.p2_bot{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.p2_bot > a{
	width: 318px;
	height: 318px;
	float: left;
	display: block;
}
.p2_bot > a img{
	width: 100%;
	height: 100%;	
}
.p2_bot ul{
	width: 842px;
	height: auto;
	overflow: hidden;
	float: right;
}
.p2_bot ul li{
	width: 48%;
	float: left;
}
.p2_bot ul li:nth-child(2n){
	float: right;
}
.p2_bot ul li:nth-child(3),
.p2_bot ul li:nth-child(4){
	margin-top: 20px;
}
.p2_bot ul li > a{
	font-size: 22px;
	font-weight: bold;
}
.p2_bot ul li a:hover{
	color: #CF0000;
}
.p2_bot ul li p{
	font-size: 18px;
	line-height: 29px;
	text-align: justify;
	margin-top: 6px;
	color: #999;
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p2_bot ul li p a{
	color: #af7600;
}

/*第三部分*/
.p3{
	z-index: 5;
	background: url(p3_bg.jpg) center top no-repeat;
	background-attachment: local;
	background-size: cover;
	padding-bottom: 400px;
}
.p3_main{
	width: 1800px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

/*图解报告*/
.p3_top{
	width: 100%;
	height: 681px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}
.p3_top_mian{
	width: 1200px;
	height: 100%;
	position: relative;
	background: url(book.png) no-repeat;
	margin: 0 auto;
}
.p3_pen{
	width: 186px;
	height: 201px;
	position: absolute;
	right: 156px;
	bottom: 0;
	background: url(p3_img2.png) no-repeat;
}
.p3_flower{
	width: 200px;
	height: 367px;
	position: absolute;
	right: 105px;
	top: 0px;
	background: url(p3_flower.png) no-repeat;
}
.p3_top_left{
	width: 50%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
	float: left;
}
.p3_top_left_img{
	width: 480px;
	height: 560px;
	position: relative;
}
.p3_top_left_img a{
	width: 300px;
	height: 100%;
	display: block;
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	z-index: 15;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.p3_top_left_img a img{
	width: 100%;
	height: 100%;
}

.p3_top_right{
	width: 50%;
	float: right;
	margin-top: 144px;
	padding-right: 89px;
	box-sizing: border-box;
}
.p3_top_right a{
	font-size: 23px;
	margin: 20px 0;
	display: block;
	height: 60px;
	line-height: 60px;
	position: relative;
	padding-left: 70px;
	box-sizing: border-box;
}
.p3_top_right a:hover{
	color: #fff;
	background: #CF0000;
}
.p3_top_right a:hover:before{
	content: "";
	width: 46px;
	height: 48px;
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform:  translateY(-50%);
	background: url(p3_img1.png) no-repeat;
}

/*权威解读*/
.p3_bot{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}
.p3_stit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.p3_stit img{
	width: 100%;
	height: auto;
}
.p3_bot_newslists{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.p3_bot_newslists li{
	width: 48%;
	float: left;
	margin: 10px 0;
}
.p3_bot_newslists li:before{
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #CF0000;
	float: left;
	margin-top: 7px;
}
.p3_bot_newslists li:nth-child(even){
	float: right;
}
.p3_bot_newslists li a{
	font-size: 18px;
	margin-left: 20px;
	float:left;
}
.p3_bot_newslists li a:hover{
	color: #CF0000;
}

/*第四部分*/
.p4{
	z-index: 4;
	background: url(p4_bg.jpg) center top no-repeat;
	background-attachment: local;
	background-size: cover;
	padding-bottom: 200px;
}
.p4_top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.p4_top_tit{
	width: 958px;
	height: 144px;
	margin: 0 auto;
}
.p4_top_tit img{
	width: 100%;
	height: auto;
}
.p4_top_bot{
	width: 100%;
	height: 411px;
	overflow: hidden;
	margin: 0 auto;
	background: url(p4_top_img01.png)  center bottom no-repeat;
	margin-top: 20px;
}
.p4_top_bit_main{
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.p4_top_newsLists{
	width: 350px;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
}
.p4_top_newsLists:last-of-type{
	float: right;
}
.p4_top_newsLists > a{
	display: block;
	width: 100%;
	height: 243px;
	overflow: hidden;
}
.p4_top_newsLists a img{
	width: 100%;
	height: 100%;
}
.p4_top_newsLists ul{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	top: 220px;
	left: 50%;
	transform: translateX(-50%);
}
.p4_top_newsLists ul li{
	width: 100%;
	height: auto;
	margin: 10px 0;
	overflow: hidden;
}
.p4_top_newsLists ul li a{
	font-size: 16px;
	color: #000;
	float: left;
}
.p4_top_newsLists ul li a:hover{
	color: #CF0000;
}
.p4_top_mid{
	width: 420px;
	height: 100%;
	float: left;
	margin: 0 auto;
	position: relative;
	margin-left: 39px;
}
.p4_top_mid span{
	display: block;
	width: 370px;
	height: 102px;
	background: url(p4_top_img02.png) center no-repeat ;
	margin: 0 auto;
	position: absolute;
	top: -25px;
	left: 26px;
}
.p4_top_video{
	width: 100%;
	height: 240px;
	margin-top: 120px;
	display: block;
}
.p4_top_video img{
	width: 100%;
	height: 100%;
}
.p4_phone_video{
	display: none;
}
/*融媒策划*/
.p4_bot{
	width: 1167px;
	height: 479px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 60px;
	background: url(p4_bot_line.png) center no-repeat;
}
.mdynImgNews07{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 76px;
	position: relative;
}
.m_dynImgNew07Box{
	width: 1088px;
	height: 354px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.m_dynImgNew07Box ul{
	height: 100%;
	white-space: nowrap;
	position: absolute;
	left:0;
}
.m_dynImgNew07Box ul li{
	width: 252px;
	height: 100%;
	margin-right: 20px;
	white-space: nowrap;
	position: relative;
	float: left;
	background: #fff;
}
.m_dynImgNew07Box ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.m_dynImgNew07Box ul li a img{
	display: block;
	width: 100%;
	height: 90%;
}
.m_dynImgNew07Box ul li a p{
	width: 100%;
	height: 10%;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dyn07_prev,.dyn07_next{
	width: 34px;
	height: 87px;
	position: absolute;
	top: 50%;
	margin-top: -44px;
	cursor: pointer;
}
.dyn07_prev{
	left: 0;
	background: url(p4_prev.png) no-repeat;
	background-size: cover;
}
.dyn07_next{
	right: 0;
	background: url(p4_next.png) no-repeat;
	background-size: cover;
}
.p4_phone_stit1{
	display: none;
}


/*第五部分*/
.p5{
	z-index: 3;
	background: url(p5_bg.jpg) center top no-repeat;
	background-attachment: local;
	background-size: cover;
	padding-bottom: 180px;
}
.p5_main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.p5_top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.p5_top_stit{
	width: 316px;
	height: 49px;
	background: url(p5_stit01.png) no-repeat;
	display: block;
}
.p5_top_left{
	float: left;
	width: 50%;
}
.p5_top_left_top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.p5_top_left_top > a{
	font-size: 24px;
	font-weight: bold;
	color: #CF0000;
}
.p5_top_left_top p{
	font-size: 18px;
	line-height: 27px;
	color: #999;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}
.p5_top_left_top p a{
	color: #999;
	font-size: 18px;
}
.p5_top_left_top p a:hover{
	color: #CF0000;
}
.p5_top_newsList{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 18px;
}
.p5_top_newsList li{
	width: 100%;
	height: 30px;
	margin: 10px 0;
	border-radius: 15px 0 0 15px;
	overflow: hidden;
	background: #ffeeee;
}
.p5_top_newsList li span{
	width: 90px;
	font-size: 18px;
	background: #fed1cc;
	text-align: center;
	line-height: 30px;
	display: block;
	height: 30px;
	float: left;
}
.p5_top_newsList li a{
	width: 510px;
	display: block;
	font-size: 18px;
	line-height: 28px;
	border:solid rgba(64,0,0,0.2);
	border-width: 1px 1px 1px 0;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.p5_top_newsList li a:hover{
	color: #E60303;
}
.p5_top_right{
	width: 560px;
	height: auto;
	overflow: hidden;
	float: right;
}
.p5_swiper{
	width: 100%;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/*发布厅*/
.p5_bot{
	width: 100%;
	height: 690px;
	overflow: hidden;
	margin-top: 40px;
}
.p5_bot_stit02{
	width: 100%;
	height: 49px;
	background: url(p5_stit02.png) no-repeat;
	display: block;
	margin-top: 60px;
}
.p5_bot_nav{
	width: 170px;
	height:100%;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	position: relative;
}
.p5_bot_nav i{
	width: 90%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid rgba(64,0,0,0.3);
	box-sizing: border-box;
	display: block;
	z-index: -1;
}
.p5_nav_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.p5_bot_nav span{
	font-size: 24px;
	line-height: 50px;
	display: block;
	padding: 0 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.p5_bot_nav span:hover{
	color: #fffc23;
	background: #CF0000;
}
.p5_bot_nav .p5_bot_nav_cur{
	color: #fffc23;
	background: #CF0000;
}
.p5_bot_main{
	width: 1030px;
	height: 100%;
	float: right;
	background: #fef7f5;
	padding: 10px;
	box-sizing: border-box;
}
.p5_bot_main_item{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.p5_bot_main_item:not(:first-of-type){
	display: none;
}
.p5_bot_main_item_top{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.p5_bot_main_item_top > a{
	width: 100%;
	height: 330px;
	display: block;
}
.p5_bot_main_item_top > a img{
	width: 100%;
	height: 100%;
}
.p5_bot_main_item_top_bot{
	width: 100%;
	height: 50px;
	display: flex;
}
.p5_bot_main_item_top_bot a{
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
}
.p5_bot_imgnews_tit{
	background: #CF0000;
	flex-grow: 1;
}
.p5_bot_imgnews{
	background: rgba(0,0,0,0.5);
	flex-grow: 4;
}

.p5_bot_main_item_bot{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 28px;
}
.p5_bot_main_item_bot ul{
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
}
.p5_bot_main_item_bot ul:last-of-type{
	float: right;
}
.p5_bot_main_item_bot ul li{
	width: 100%;
	margin: 18px 0;
	overflow: hidden;
}
.p5_bot_main_item_bot ul li a{
	font-size: 18px;
}
.p5_bot_main_item_bot ul li:first-of-type a{
	font-size: 24px;
	color: #CF0000;
}
.p5_bot_main_item_bot ul li a:hover{
	color: #CF0000;
}
.p5_top_stit_phone{
	display: none;
}


/*第六部分*/
.p6{
	z-index: 2;
	background: url(p6_bg.jpg) center top no-repeat;
	background-attachment: local;
	background-size: cover;
	padding-bottom: 248px;
}
.p6_main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}
.p6_top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.p6_stit01{
	width: 130px;
	height: 75px;
	display: block;
	background: url(p6_stit01.png) no-repeat;
}
.p6_top_imgs{
	width: 100%;
	height: 336px;
}
.p6_top_imgs a{
	display: block;
	width: 31%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.p6_top_imgs a img{
	width: 100%;
	height: 100%;
}
.p6_top_imgs a:not(:first-of-type){
	margin-left: 2%;
}
.p6_top_imgs a:not(:nth-of-type(2)){
	height: 90%;
	margin-top: 1.5%;
}
.p6_top_news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.p6_top_news li{
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.p6_top_news li:nth-of-type(even){
	float: right;
}
.p6_top_news li a{
	width: 100%;
	font-size: 28px;
	color: #CF0000;
	font-weight: bold;
	display: block;
}
.p6_top_news li p{
	width: 100%;
	height: auto;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    color: #999;
    line-height: 27px;
    margin-top: 10px;
}
.p6_bot{
	width: 100%;
	height: 546px;
	overflow: hidden;
	margin-top: 60px;
	background: url(p6_bg02.jpg) no-repeat;
	position: relative;
}
.p6_stit02{
	width: 284px;
	height: 284px;
	display: block;
	position: absolute;
	left: 458px;
	top: 131px;
	background: url(p6_stit02.png) no-repeat;
}
.p6_bot_text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.p6_bot_text a{
	position: absolute;
	color: #CF0000;
	font-size: 30px;
	transition: all 1s;
	transform-origin: 50% 50%;
}
.p6_bot_text a:hover{
	font-size: 42px;
	font-weight: bold;
}
.onload{
	padding: 5px;
	font-size: 16px;
	color: #fff;
	background: rgba(207,34,33,0.8);
	border-radius: 6px;
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
	z-index: 100;
}
.p6_stit01_phone{
	display: none;
}

/*第七部分*/
.p7{
	z-index: 1;
	background: url(p7_bg.jpg) center top no-repeat;
	background-attachment: local;
	background-size: cover;
	padding-bottom: 248px;
	position: relative;
}

.p7_main{
	width: 1200px;
	height: 258px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.p7_main span{
	width: 800px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
.p7_main span img{
	width: 100%;
	height: auto;
}

/*浏览器提示*/
#isie{
	width: 500px;
	height: 300px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -150px;
	display: none;
	z-index: 999;
}
#isie img{
	width: 100%;
	height: 100%;
}

.title{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.title img{
	width: 100%;
	height: auto;
}
