/**{
		margin: 0;
		padding: 0;
		font-family: '微软雅黑',Arial,Helvetica,sans-serif;
	}
	ul,ol{
		list-style: none;
	}
	object#ClCache{
        display: none;
    }*/
	.wrap{
		overflow: hidden;
		width: 100%;
		min-width: 1200px;
	}
	/*.topNav{
		position: relative;
		width: 100%;
		height: 60px;
		background: black;
	}
	.topNav a{
        color: white;
        text-decoration: none;
    }
	.topNav .topNav_view{
		overflow: hidden;
		width: 1200px;
		height: 60px;
		margin: auto;
	}
	.topNav_view img{
		float: left;
		width: 228px;
		height: 37px;
		margin: 11.5px 97px 0 0;
	}
	.topNav_view ul{
		overflow: hidden;
		float: left;
		height: 60px;
		line-height: 58px;
		color: white;
	}
	.topNav_view ul li{
		float: left;
		margin-right: 49px;
		font-size: 14px;
		cursor:pointer;
	}
	.topNav_view ul .select{
		color: #009874;
		border-bottom: 2px solid #009874;
	}
	.topNav_view ul li:hover{
		color: #009874;
		border-bottom: 2px solid #009874;
	}
	.topNav_hid1,.topNav_hid2,.topNav_hid3{
		position: absolute;
		width: 100%;
		top: 60px;
		padding: 5px 0;
		border-top: 1px solid #999;
		color: white;
		background: rgba(0,0,0,.8);
		z-index: 2;
	}
	.topNav_hid_div{
		width: 1200px;
		margin: auto;
	}
	.topNav_hid1 .topNav_hid_div ul{
		width: 105px;
		margin-left: 402px;
		font-size: 14px;
		cursor:pointer;
	}
	.topNav_hid2 .topNav_hid_div ul{
		width: 105px;
		margin-left: 715px;
		font-size: 14px;
		cursor:pointer;
	}
	.topNav_hid3 .topNav_hid_div ul{
		width: 150px;
		margin-left: 822px;
		font-size: 14px;
		cursor:pointer;
	}
	.topNav_hid_div ul .select{
		color: #009874;
	}
	.topNav_hid_div ul li{
		margin: 10px 0;
		line-height: 37px;
	}
	.topNav_hid_div ul li:hover{
		color: #009874;
	}*/

	.headline{
		position: relative;
		width: 100%;
		min-width: 1200px;
		height: 380px;
		background: url(../img/news_banner.jpg);
		-webkit-background-size: cover;
		background-size: cover;
		background-position:center;
		color: white;
		/*text-align: center;*/
		font-size: 50px;
		/*line-height: 380px;*/
	}
	.headline_wz{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 400px;
		margin: -35px 0 0 -200px;
		text-align: center;
	}
	
	.news_content{
		width: 1200px;
		height: 1000px;
		margin: auto;
	}
	.content_top{
		overflow: hidden;
		width: 1200px;
		margin: 60px 0 20px 0;
		border-bottom: 1px solid #F0F0F0;
	}
	.content_top .item{
		float: left;
		width: 360px;
		margin: 0 40px 0 0;
		/*font-family: 'PingFangSC-Regular';*/
		cursor: pointer;
	}
	.content_top a{
		color: #181818;
	}
	.item .on_zw{
		font-size: 30px;
	}
	.item .on_eng{
		font-size: 14px;
		margin-bottom: 15px;
		color: #666;
	}
	.section_list{
		overflow: hidden;
		width: 1200px;
		height: 66px;
		line-height: 66px;
		border-bottom: 1px solid #f0f0f0;
	}
	.section_list .list_title{
		overflow: hidden;
		float: left;
		width: 496px;
		font-size: 16px;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.section_list .list_title:before{
        content:"";
        display:inline-block;
        width: 5px;
        height: 5px;
        margin-right:5px;
        /*font-size: 12px;*/
        /*color: #666;*/
        /*font-family: '微软雅黑';*/
        background: url(../img/y.png);
        -webkit-background-size: 100%;
		background-size: 100%;
		vertical-align: middle;
    }
	.section_list .list_title a{
		color: #181818;
		text-decoration: none;
	}
	.section_list .list_title a:hover{
		color: #009874;
	}
	.section_list:nth-child(1) .list_title{
		width: 620px;
		font-size: 20px;
	}
	.section_list:nth-child(1) .list_title:before{
        content:"";
        width: 0;
        height: 0;
        display:inline-block;
        margin: 0;
    }
	.section_list .list_time{
		float: right;
		font-size: 14px;
		color: #666;
	}
	.on{
		color: #009874;
		border-bottom: 3px solid #009874;
	}
	.on .on_eng{
		color: #181818;
		/*font-family: 'PingFangSC-Regular';*/
	}
	/*.bottom{
    	width: 100%;
    	padding-bottom: 72px;
    	margin: auto;
    	background: black;
    }
    .bottom_view{
        position: relative;
    	overflow: hidden;
    	width: 1200px;
    	margin: auto;
    }
    .bottom_view a{
    	color: white;
    	text-decoration: none;
    }
    .bottom_view a:hover{
    	color: #009874;
    }
    .bottom_view .view_p{
    	overflow: hidden;
    	width: 100%;
    	color: white;
    	text-align: center;
    	font-size: 13px;
    }
    .bottom_img{
    	overflow: hidden;
    	width: 100%;
    	padding-bottom: 131px;
    	text-align: right;
    }
    .bottom_img img{
    	width: 77px;
    	height: 77px;
    }
    .bottom_hover{
    	float: right;
    	width: 77px;
    }
    .bottom_hover .div_img1,.bottom_hover .div_img2{
        display: none;
        position: absolute;
        top: 66px;
        right: 190px;
        text-align: center;
    }
    .bottom_hover .div_img2{
        right: 305px;
    }
    .bottom_hover .img1{
    	display: block;
    	width: 200px;
        height: 200px;
    }
    .bottom_hover .img_s{
        width: 37px;
        height: 18px;
    }
    .bottom_hover1:hover .div_img1{
		display: block;
    }
    .bottom_hover2:hover .div_img2{
        display: block;
    }
    .bottom_content{
    	float: left;
    	width: 400px;
    	min-height: 240px;
    	margin-top: 50px;
    }
    .bottom_content p{
    	margin-bottom: 10px;
    	color: white;
    	font-size: 14px;
    }
    .wrap_fixed{
    	position: fixed;
    	right: 0;
    	top: 30%;
    	z-index: 99;
    }
    .fixed{
    	position: relative;
    	width: 100px;
    	height: 480px;
    }
    .fixed .fixed_img{
    	overflow: hidden;
    	position: relative;
    	width: 100px;
    	height: 89px;
    	margin-bottom: 20px;
    	padding-top: 11px;
    	color: white;
    	text-align: center;
    	background: rgba(0,152,116,0.62);
    }
    .fixed .fixed_img img{
    	width: 52px;
    }
    .fixed .fixed_img .fixed_right img{
    	width: 52px;
    	height: 52px;
    }
    .fixed .fixed_img .fixed_left{
    	position: absolute;
    	top: 0;
    	left: -100px;
    	width: 80px;
    	height: 80px;
    	background: #009874;
    	padding: 10px;
    }
    .fixed .fixed_img .fixed_left img{
    	width: 100%;
		height: 100%;
    }
    .fixed .fixed_img:hover{
    	overflow: visible;
    	background: #009874;
    }
    .fixed .fixed_fix1,.fixed .fixed_fix2{
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 200px;
    	height: 100px;
    	line-height: 100px;
    	font-size: 20px;
    	color: white;
    	background: #009874;
    	text-align: center;
    	border-radius: 3px;
    }
    .fixed .fixed_fix2{
    	top: 120px;
    }
    .fixed_hover:hover .fixed_fix1,.fixed_hover:hover .fixed_fix2{
		opacity: 1;
		width: 200px;
		left: -100px;
		-webkit-transition:all .5s;
        -moz-transition:all .5s;
        -o-transition:all .5s;
		transition:all .5s;
    }
    .fixed_hover:hover .fixed_img{
    	
    	opacity: 0;
    }
    .fixed_fix1,.fixed_fix2{
    	-webkit-transition:all .1s;
        -moz-transition:all .1s;
        -o-transition:all .1s;
		transition:all .1s;
    	opacity: 0;
    }*/
    .el-pagination{
		margin-top: 30px;
		text-align: right;
	}
	.el-pager li.active{
		color: #009874;
	}
	.el-pager li:hover{
		color: #009874;
	}