html,body{
	width: 100%;
	overflow-x: hidden;

}
html{
	overflow-y: scroll;
}
p{
	margin: 0;
}
div, p, span, h1, h2, h3, h4, h5, h6{
	font-family: "微软雅黑"!important;
	font-size: 15px;
}
.row{
	margin: 0;
}
.col-md-6{
	padding: 0;
}
ul {
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.padding0{
	padding: 0!important;
}
.padding-row-5{
	padding: 0 5px!important;
}
.padding-right10{
	padding-right: 10px!important;
}
.padding20{
	padding: 20px;
}
.background{
	background: #F7F7F7;
}
.background-white{
	background: #fff;
}
.text-deep-green{
	color: #067435;
}
.text-gray{
	color: #999;
}
.text-red{
	color: #F00000;
}
.text-green{
	color: #007030;
}
.font-size12{
	font-size: 12px;
}
.font-size13{
	font-size: 13px;
}
.font-size14{
	font-size: 14px;
}
.font-size15{
	font-size: 15px;
}
.font-size16{
	font-size: 16px;
}
.full-width{
	width: 100%;
}
.half-width{
	width: 50%;
}
.full-height{
	height: 100%;
}
.clear-both{
	overflow: hidden;
	clear: both;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.position-relative{
	position: relative;
}
.margin-left10{
	margin-left: 10px;
}
.margin-left50{
	margin-left: 50px;
}
.margin-left80{
	margin-left: 80px;
}
.margin-top10{
	margin-top: 10px;
}
.flex-wrap{
	display: flex;
}
.justify-between{
	justify-content: space-between;
}
.text-ellipsis{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 导航?sta */
.navbar{
	margin-bottom: 0;
	margin-top: 15px;
}
.nav>li>a{
	padding: 0 10px;
	    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-default .navbar-nav>li>a{
	color: #333;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
	background: none;
}
.nav_text_cn{
	margin: 5px 0;
	font-weight: bold;
}
.nav_text_en{
	width: 100%;
	overflow: hidden;
}
.navbar-toggle{
	float: left;
}

.navbar-brand{
	width: calc(100% - 60px);
	text-align: center;
	margin-left: -20px;
	padding: 6px 0;
}
.navbar-default{
	background: none;
	border: none;
	width: 100%;
	position: absolute;
	z-index: 5;
}
.navbar-default .navbar-toggle{
	border: none;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #303030;
}
.logo_img{
    height: 100%;
    display: inline-block!important;
}
.news_detail_content{
	overflow: hidden;
	clear: both;
}
@media only screen and (min-width: 768px){
	.navbar-default.mobile_part{
		display: none;
	}
	ul.nav li{
		position: relative;
	}
	ul.nav li.active:before,
	ul.nav li:hover:before{
		display: block;
		position: absolute;
		top: 0;
		left: 5px;
		content: '';
		width: 16px;
		height: 2px;
		border-radius: 2px;
		background: #006F2D;
	}
	.navbar-nav{
		display: flex;
		width: 100%;
		margin-left: 70px;
	}
	.navbar-nav li{
		/*width: 10%;*/
		width: 10.5%;
	}
	.navbar-default .col-sm-9,
	.navbar-default .collapse.navbar-collapse,
	.navbar-default .nav.navbar-nav li a,
	.navbar-default .nav.navbar-nav li a.active{
		padding: 0!important;
	}
	.navbar-default .nav.navbar-nav li a,
	.navbar-default .nav.navbar-nav li a.active{
		padding: 0 5px!important;
	}
	.logo_img{
		width: 92%;
		height: auto;
	}
	.navbar-header{
		width: 100%;
	}
	.navbar-brand {
	    width: 100%;
	    text-align: left;
	    margin-left: 0;
	    padding: 0;
	}
}
@media only screen and (max-width: 1270px) {
	.navbar-nav{
		margin-left: 0px;
	}
}
@media only screen and (max-width: 767px){
	.navbar-default.pc_part{
		display: none;
	}
	.navbar-default{
		position: relative;
		z-index: 16;
		background: #fff;
	}
	.navbar{
		margin-top: 0;
	}
	ul.nav li a p{
		display: inline-block;
		width: 100px;
	}
	.navbar .col-sm-2,
	.navbar .col-sm-10{
		padding: 0;
	}
	.navbar.navbar-default>.container{
		padding: 0;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form{
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,.2);
		padding: 0;
		overflow-y: scroll;
	}
	.nav_list{
		width: 70%;
		min-height: 100%;
	    background: rgba(0,0,0,.9);
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.nav_list .panel-title a,
	.top_panel_list li,
	.top_panel_list li a{
		color: #fff!important;
	}
	.nav_list .panel-body ul li
	.nav_list .panel-body ul li a{
		padding: 10px 0;
	}
	.nav_list .panel-title span{
		padding: 15px;
		color: #fff;
		display: block;
	}
}
/* 导航?end */
.part_tit_cn{
	font-size: 27px;
	font-weight: bold;
}
.part_tit_en{
	font-size: 18px;
}
.part_tit{
	margin-bottom: 80px;
}
.down_icon{
	float: right;
}


.copyright_wrap{
	width: 100%;
	/*position: absolute;
	bottom: 0;*/
}
@media only screen and (min-width: 768px) {
	.footer_wrap.mobile_part,
	.copyright_wrap.mobile_part{
		display: none;
	}
	.footer_wrap{
		padding: 40px 0;
	}
	.footer_item{
		width: 9%;
		float: left;
		padding: 0 5px;
		margin-right: 6%;
	}
	.footer_item:last-child{
		margin-right: 0;
	}
    .footer_item ul li{
        padding: 5px 0;
        color: #666;
    }
    .footer_item ul li a,
    .footer_item ul li a:hover{
        color: #666;
    }
	.footer_tit{
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.copyright_wrap{
		height: 50px;
		width: 100%;
		line-height: 50px;
		background: #303030;
		color: #fff;
		font-size: 13px;
	}
	.company_login{
		color: #fff;
		text-decoration: underline;
	}
	.company_login:hover{
		color: #fff;
		text-decoration: underline;
	}
}
@media only screen and (max-width: 1200px){
	.footer_item{
		margin-right: 4%;
	}
}
@media only screen and (max-width: 767px) {
	.footer_wrap.pc_part,
	.copyright_wrap.pc_part{
		display: none;
	}
	.copyright_text{
		height: 50px;
		width: 100%;
		line-height: 50px;
		background: #303030;
		color: #fff;
		font-size: 13px;
	}
	.records_text{
		height: 50px;
		width: 100%;
		line-height: 50px;
		background: #fff;
	}
	.company_login{
		color: #007030;
		text-decoration: underline;
	}
	.company_login:hover{
		color: #007030;
		text-decoration: underline;
	}
	.footer_wrap{
		padding: 30px 0;
		background: #F7F7F7;
	}
	.panel-body ul li{
		padding: 10px 0;
	}
}

.content_left{
	width: 200px;
	background: #fff;
	position: absolute;
	top: -60px;
}
.content_right{
	width: calc(100% - 220px);
	float: right;
	margin-top: 20px;
	padding-bottom: 20px;
}
.content_left .part_tit{
	padding: 36px 0;
	margin-bottom: 0;
}
.left_list li{
	padding: 22px 0;
	text-align: center;
	border-top: 1px solid #eee;
	color: #303030;
	font-size: 14px;
	position: relative;
}
.left_list li a{
	color: #303030;
	font-size: 14px;
}
.left_list li.active a,
.left_click_list li:hover a{
	color: #007030;
}
.left_list li.active:before,
.left_click_list li:hover:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 4px;
	height: 100%;
	background: #007030;
}
.content_right_tit .part_tit,
.content_right_tit .part_tit_cn,
.content_right_tit .part_tit_en{
	display: inline-block;
	color: #303030;
	margin-bottom: 0;
}
.right_nav_btn,
.right_nav_icon{
	font-size: 14px;
	color: #303030;
}

.content_right_tit{
    line-height: 36px;
}


/*分页?/
.pagination_wrap{
    width: auto;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    display: block;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
	background-color: #007030;
    border-color: #007030;
}
.pagination>li>a,
.pagination>li>span{
	color: #787878;
}


@media only screen and (max-width: 767px) {
	.content_left {
		display: none;
	    width: 100%;
	    position: relative;
	    top: 10px;
	}
	.content_right{
		width: 100%;
	}
	.content_right_tit .col-sm-6.text-right{
		display: none;
	}
	.pagination_wrap{
		display: none;
	}
}