*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul li{
	list-style:none;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
}
img{
	padding:0;
	margin:0;
	border:0;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
header{
	width:100%;
	margin:0 auto;
}
.top{
	width:100%;
	margin:0 auto;
	background-color:#0083c3;
	line-height:35px;
}
.welcome{
	float:left;
}
.welcome a{
	display:block;
	float:left;
	color:#fff;
	margin-right:10px;
	text-transform:uppercase;
}
.welcome a:hover{
	color:#78c6ec;
}
.nation{
	float:right;
}
.nation a{
	display:block;
	float:left;
	color:#fff;
	margin-left:10px;
	text-transform:uppercase;
}
.nation a:hover{
	color:#78c6ec;
}
.navbar {
	min-height:114px;
	position: relative;
    z-index: 999;
}
.nav{
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.menu li{
	line-height:114px;
	float: left;
	text-align: center;
	position: relative;
	font-size:16px;
}
.menu li a{
	display:block;
	color:#000;
	text-transform:uppercase;
	padding: 0px 22px;
	font-size:16px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.menu li:hover a{
	color:#fff;
	background-color:#106595;
}
.menu li a:hover{
	color:#fff;
	background-color:#106595;
}
.menu li .current{
	color:#fff;
	background-color:#106595;
}
.menu .ys .current{
	background: url(../img/ch.png) no-repeat center center !important;
}
.menu ul{
	background:#106595;
	position: absolute;
	display:none;
	left: 0;
	overflow: hidden;
	z-index: 999;
	transition: transform 1s ease 0s;
	width:300px;
	padding-bottom:20px;
	padding-top:10px;
	transition: 1.5s;
}
.menu ul li{
	float: none;
	position: static;
	text-align: left;
	height: 35px;
    line-height: 35px;
	margin:0;
}
.menu ul li a{
	background:url(../img/jian.png) no-repeat 20px center;
	border-bottom: medium none;
	display: block;
	font-size: 16px;
	padding:0;
	position: static;
	color:#000;
	text-transform:capitalize;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:0px 10px 0px 35px;
}
.menu ul li a:hover{
	border-bottom: medium none;
	display: block;
	position: static;
	color:#78d2fe;
	background:url(../img/jian_h.png) no-repeat 20px center;
}
.menu ul li .current{
	color:#78d2fe;
	background:url(../img/jian_h.png) no-repeat 20px center;
}
.menu ul.subnav {
	display: block;
}
.yy{display:none;}
.ys{display:none;}

.collapse.in { 
	display: block;
}
.navbar-collapse.in { }
.collapsing { 
	height: 0; 
	display: none; 
}
.navbar-default .navbar-toggle { 
	border-color: #ddd; 
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { 
	background-color: #ddd; 
}
.navbar-default .navbar-toggle .icon-bar { 
	background-color: #888; 
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { 
	background-color: #e7e7e7; 
	color: #555; 
}
.navbar-toggle{
	position:relative;
	float:right;
	padding:9px 10px;
	margin-top:12px;
	margin-right:15px;
	margin-bottom:8px;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}
.navbar-toggle:focus{
	outline:0;
}
.navbar-toggle .icon-bar{
	display:block;
	width:22px;
	height:2px;
	border-radius:1px;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top:4px;
}
.container-fluid { 
	margin-left: auto; 
	margin-right: auto;
	padding-right: auto;
    padding-left: auto;
}

@media (max-width: 432px){
	.navbar-default .in{ 
		background: #fff; 
		display: block;
		box-shadow: 0 0 10px #ccc; 
		position: absolute; 
		height: auto; 
		right: 0;
		z-index: 44; 
		width: 100%;
		margin-top:5px;
	}
}


@media (max-width: 1200px) {
	.welcome{
		float:none;
		text-align:center;
	}
	.navbar-default .navbar-toggle{ 
		display: block; 
	}
	.navbar-default .collapse{ 
		display: none; 
	}
	.navbar-default .in{ 
		background: #fff; 
		display: block;
		box-shadow: 0 0 10px #ccc; 
		position: absolute; 
		height: auto; 
		right: 0;
		z-index: 44; 
		width: 100%;
	}
	.menu{
		padding-bottom:10px;
		text-align: center;
	}
	.menu li{
		line-height:45px;
		height:45px;
		float: none;
		text-align: center;
		position: relative;
		font-size:15px;
		margin: 0 10px;
		background:none;
	}
	.menu li a{ 
		color:#000;
	}
	.menu li a:hover{ 
		color:#fff;
		background-color:#106595;
	}
	.menu li .current{
		color:#fff;
		background-color:#106595;
	}
	.menu ul{
		width:100%;
	}
	.top{
		display:none;
	}
	.yy{
		display:block;
	}
	.ys{ 
		display:block;
		display: inline-block;
		zoom: 1;
    	text-align: center;
    	border: none!important;
	}
	.ys a{
		background: url(../img/en.png) no-repeat center center;
		color: #fff!important;
		font-size: 13px;
		margin-top: 5px;
	}
	.ys a:hover { 
		background:#fff url(../img/ch.png) no-repeat center center!important;
		color: #fff;
	}
	.nation{ 
		display:none;
	}
}

@media (min-width:1201px){
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:0px}
}

@media (min-width:1201px){
	.navbar-toggle{display:none}
	.navbar-nav {
		float: right;
		margin: 0;
	}
}

.home-items1{
	width:100%;
	margin:45px auto;
}
.items1{
	border-bottom:1px solid #dfdfdf;
	overflow:hidden;
}
.items1_fl{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.items1_fl1{
	margin-bottom:15px;
	overflow:hidden;
	padding:0;
}
.items1_fl1_img{
	position:relative;
	overflow:hidden;
}
.items1_fl1_img img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.items1_fl1_txt{
	width:100%;
	height:auto;
	padding:12px 20px;
	overflow:hidden;
	background:rgba(0,131,195,0.6);
	filter: Alpha(Opacity=60); /*IE浏览器*/
	-moz-opacity:0.6;  /*火狐浏览器*/
    opacity:1; /*其他浏览器*/
	position:absolute;
	left:0;
	bottom:0;
	z-index:999;
	color:#fff;
}
.items1_fl1_txt h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.items1_fl1_txt p{
	line-height:18px;
	font-size:12px;
}
.items1_fl2{
	margin-bottom:15px;
	overflow:hidden;
}
.items1_fl2 h3{
	font-size:18px;
	color:#3c3c3c;
	font-weight:bold;
	margin-bottom:15px;
	line-height:23px;
}
.items1_fl2 p{
	line-height:23px;
	font-size:14px;
	color:#6a6a6a;
	margin-bottom:20px;
}
.items1_fl2 span{
	
}
.items1_fl2 span a{
	display:block;
	width:95px;
	border:2px solid #0083c3;
	border-radius:5px;
	background-color:#0083c3;
	color:#fff;
	text-align:center;
	line-height:25px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.items1_fl2 span a:hover{
	border:2px solid #0083c3;
	background-color:#fff;
	color:#0083c3;
}
.items1_fr{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.items1_fr1{
	margin-bottom:15px;
	overflow:hidden;
	padding: 0 8px;
}
.items1_fr1 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.items1_fr2{
	margin-bottom:15px;
	overflow:hidden;
}
.items1_fr2 p{
	color:#6a6a6a;
	line-height:15px;
	margin-bottom:20px;
	font-size:12px
}
.items1_fr2 span{
	
}
.items1_fr2 span a{
	display:block;
	width:95px;
	border:2px solid #0083c3;
	border-radius:5px;
	background-color:#0083c3;
	color:#fff;
	text-align:center;
	line-height:25px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.items1_fr2 span a:hover{
	border:2px solid #0083c3;
	background-color:#fff;
	color:#0083c3;
}

.home-items2{
	width:100%;
	margin:0 auto;
}
.items2_fl{
	overflow:hidden;
}
.items2_fl_title{
	margin-bottom:20px;
	overflow:hidden;
}
.items2_fl_title p{
	float:left;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.items2_fl_title span{
	float:right;
}
.items2_fl_title span a{
	display:block;
	width:95px;
	border:2px solid #0083c3;
	border-radius:5px;
	background-color:#0083c3;
	color:#fff;
	text-align:center;
	line-height:25px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.items2_fl_title span a:hover{
	border:2px solid #0083c3;
	background-color:#fff;
	color:#0083c3;
}

.items2_fl_con{
	margin-bottom:20px;
	overflow:hidden;
}
.items2_fl_con li{
	border-bottom:1px dashed #cecece;
	margin-bottom:25px;
	overflow:hidden;
}
.items2_fl_con li a{
	display:block;
}
.news_img{
	margin-bottom:25px;
	overflow:hidden;
}
.news_img img{
	width:100%;
	height:auto;
	transition: transform 1s ease 0s;
}
.news_txt{
	margin-bottom:25px;
	overflow:hidden;
}
.news_txt h3{
	background:url(../img/title.jpg) no-repeat bottom left;
	padding-bottom:8px;
	color:#3d3d3d;
	font-size:16px;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:5px;
}
.news_txt p{
	color:#6a6a6a;
	line-height:25px;
}
.news_txt p span{
	color:#0083c3;
}
.items2_fl_con li a:hover .news_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.items2_fl_con li a:hover .news_txt h3{
	color:#0083c3;
}
.items2_fc{
	display:block;
}
.items2_fr{
	overflow:hidden;
}
.items2_fr li{
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
.items2_fr li a{
	display:block;
}
.items2_fr_img{
	overflow:hidden;
}
.items2_fr_img img{
	width:100%;
	height:auto;
	transition: transform 1s ease 0s;
}
.items2_fr_txt{
	width:100%;
	height:auto;
	padding:10px 0px;
	text-align:center;
	overflow:hidden;
	background:rgba(0,131,195,0.6);
	filter: Alpha(Opacity=60); /*IE浏览器*/
	-moz-opacity:0.6;  /*火狐浏览器*/
    opacity:1; /*其他浏览器*/
	position:absolute;
	left:0;
	bottom:0;
	z-index:999;
	color:#fff;
}
.items2_fr_txt h3{
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
}
.items2_fr li a:hover .items2_fr_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
footer{
	width:100%;
	margin:0 auto;
	background-color:#106595;
}
.footer1{
	background:url(../img/fbg.jpg) repeat-x bottom center;
	padding:45px 0px 25px 0px;
	overflow:hidden;
}
.footer1_fl{
	margin-bottom:20px;
	overflow:hidden;
}
.footer1_fl a{
	display:block;
	margin-bottom:20px;
}
.footer1_fl a img{
	max-width:100%;
	height:auto;
}
.footer1_fl p{
	color:#fff;
	font-size:;
	line-height:25px;
}
.footer1_fc{
	display:block;
}
.footer1_fr{
	margin-bottom:20px;
	overflow:hidden;
}
.footer1_fr p{
	color:#fff;
	line-height:30px;
}
.footer2{
	padding:25px 0px;
	line-height:30px;
}
.footer2 p{
	color:#fff;
	font-size:16px;
}


/*专题页面*/
.pbanner{
	width:100%;
	height:auto;
}
.pbanner img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.home-project1{
	width:100%;
	margin:0 auto;
	margin-top:50px;
}
.home-project1 h2{
	font-size:50px;
	font-weight:normal;
	color:#3c3c3c;
	margin-bottom:25px;
}
.home-project1 h3{
	font-size:29px;
	font-weight:normal;
	color:#3c3c3c;
	margin-bottom:25px;
}
.home-project1 p{
	line-height:30px;
	color:#3c3c3c;
	font-size:16px;
	border-bottom:2px solid #0083c3;
	padding-bottom:50px;
}

.home-project2{
	width:100%;
	margin:0 auto;
	margin-top:50px;
}
.project2_fl{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fl1{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fl1_img{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.project2_fl1_img img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.project2_fl1_txt{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fl1_txt h3{
	font-size:18px;
	color:#0083c3;
	font-weight:bold;
	margin-bottom:5px;
}
.project2_fl1_txt p{
	line-height:25px;
	color:#696969;
	font-size:14px;
}
.project2_fl1_txt p img{
	margin-right:10px;
}
.project2_fl1_txt em{
	line-height:25px;
	color:#696969;
	font-size:14px;
}
.project2_fl2{
	margin-bottom:20px;
	overflow:hidden;
}
.box{
	height:auto;
}
.box_top{
	line-height:50px;	
}
.box_topul{
	
}
.box_top li{
	 float:left;
	 line-height:50px;
	 width:205px;
	 text-align:center;
	 padding: 0px 1px;
	 margin-right: 8px;
	 position:relative;
}
.box_top li a{
	display:block;
	font-size:18px;
	background-color:#00ab84;
	color:#fff;
	text-transform:uppercase;
	border-radius: 10px 10px 0px 0px;
}
.box_top li a i{
	background:url(../img/innerli.png) no-repeat bottom center;
	height:12px;
	width:100%;
	display:block;
	left:0px;
	bottom: -12px;
	position:absolute;
	z-index:999;
}
.box_top li a:hover{
	color:#fff;
	background-color:#0083c3;
}
.box_top li a:hover i{
	display:none;
}
.box_bottom{
	padding:30px;
	overflow:hidden;
	color:#fff;
	background-color:#0083c3;
	margin: 0px 1px;
}
.box_bottom ul{	
	display:none;
}
.box_bottom li{
	float:left;
	line-height:25px;
}
.box1{
	display:none;
}
.box1_con1{
	margin-bottom:40px;
}
.box1_con2{
	width:100%;
	line-height:55px;
	background-color:#007a4a;
	border-left:1px solid #007a4a;
	border-right:1px solid #007a4a;
	border-top:1px solid #007a4a;
}
.box1_con2 p{
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:55px;
	font-weight:bold;
}
.box1_con3{
	border:1px solid #007a4a;
	padding: 30px 10px;
	color:#9b9b9b;
	line-height:25px;
}

.project2_fr{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fr1{
	overflow:hidden;
	
}
.ptitle{
	color:#3c3c3c;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
}
.project2_fr1_con{
	overflow:hidden;
}
.project2_fr1_con li{
	margin-bottom:25px;
	overflow:hidden;
}
.project2_fr1_con li h3{
	font-size:24px;
	color:#0083c3;
	font-weight:bold;
}
.project2_fr1_con li p{
	color:#696969;
	font-size:13px;
}

.project2_fr2{
	margin-bottom:30px;
	overflow:hidden;
}
.project2_fr2_con{
	background-color:#0083c3;	
	padding:20px 15px;
	overflow:hidden;	
}
.project2_fr2_con p{
	font-size:18px;
	color:#fff;
	line-height:25px;
}

.project2_fr3{
	margin-bottom:40px;
	overflow:hidden;
}
.project2_fr3_con{
	background-color:#0083c3;	
	padding:20px 15px;
	overflow:hidden;	
}
.project2_fr3_con p{
	font-size:14px;
	color:#fff;
	line-height:30px;
	padding-left:35px;
}
.email{
	background:url(../img/email.png) no-repeat left center;
}
.tel{
	background:url(../img/tel.png) no-repeat left center;
}

.project2_fr4{
	margin-bottom:30px;
	overflow:hidden;
	background-color:#00ab84;
	padding: 30px 10px 30px 30px;
	overflow:hidden;
	border-radius:5px;
}
.project2_fr4 h3{
	font-size:34px;
	color:#fff;
	font-weight:normal;
	margin-bottom:15px;
}
.project2_fr4 p{
	color:#fff;
	line-height:25px;
	font-size:16px;
	margin-bottom:18px;
}
.project2_fr4 span{
	
}
.project2_fr4 span a{
	display:block;
	width:120px;
	background-color:#fff;
	color:#00ab84;
	font-size:16px;
	text-align:center;	
	border-radius:5px;
	line-height:30px;
	padding:5px 0px;
	text-transform:uppercase;
	cursor:pointer;
}

/*下载*/
#code{
	z-index: 9999;
	position: fixed;
	top:20%;
	left: 30%;
	height:auto;
	display: none;
	width:40%;
	
}
#goodcover {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
.theme-poptit {
	position: relative;
	height: 65px;
	background: #00ab84;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 3px solid #008a6b;
}
.theme-poptit p {
	text-align: center;
	color:#fff;
	line-height:65px;
	font-size: 24px;
	font-weight:bold;
	text-transform: uppercase;
}
.theme-poptit .close {
	float: right;
	color: #999;
	position: absolute;
	right: 20px;
    top: 19px;
}
.theme-popbod {
	padding:30px 15px;
	color: #414141;
	overflow: hidden;
	font-size:16px;
	background-color: #fff;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.theme-popbod b{
	color:#ff0000;
}
#tijiao{
	width:110px;
	float: right;
}

.project2_fr5{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fr5_con{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fr5_con p{
	font-size:14px;
	color:#696969;
	line-height:23px;
}
.project2_fr5_con p img{
	margin-right:5px;
}

.project2_fr6{
	margin-bottom:20px;
	overflow:hidden;
}
.ptitle1{
	overflow:hidden;
}
.ptitle1 p{
	float:left;
	color:#3c3c3c;
	font-size:15px;
	font-weight:bold;
	width:70%;
	text-transform:uppercase;
}
.ptitle1 span{
	float:right;
}
.ptitle1 span img{
	
}
.project2_fr6_con{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fr6_con p{
	font-size:14px;
	color:#696969;
	line-height:23px;
}
.project2_fr7{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fr6_con{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fr6_con p{
	font-size:14px;
	color:#696969;
	line-height:23px;
}

.project2_fr8{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fr8_con{
	margin-bottom:20px;
	overflow:hidden;
}
.project2_fr8_con p{
	font-size:14px;
	color:#696969;
	line-height:23px;
}


/*关于我们页面*/
.inner-main{
	width:100%;
	margin:40px auto;
	overflow:hidden;
}
.about1{
	overflow:hidden;
}
.about1_fl{
	margin-bottom:30px;
	overflow:hidden;
}
.about1_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.about1_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.about1_fr h3{
	font-size:30px;
	color:#000;
	font-weight:normal;
	background:url(../img/title1.jpg) no-repeat bottom left;
	padding-bottom:15px;
	margin-bottom:30px;
}
.about1_fr p{
	line-height:25px;
	color:#696969;
	background:url(../img/dian.jpg) no-repeat left 9px;
	padding-left:25px;
}
.about2{
	overflow:hidden;
	border-top:1px dotted #d4d4d4;
	border-bottom:1px dotted #d4d4d4;
	padding:50px 0px 20px 0px;
}
.about_title{
	border-bottom:2px solid #0083c3;
	font-size:30px;
	color:#000;
	padding-bottom:15px;
	text-align:center;
    margin: 0 auto;
}
.ititle1{
	max-width: 31%;
	margin-bottom:70px;
}
.about2_con{
	
}
.about2_con li{
	margin-bottom:40px;
	position:relative;
}
.about2_cons{
	background-color:#f8f8f8;
	border:1px solid #e6e5e5;
	box-shadow:0px 0px 10px #f2f2f2;
	overflow:hidden;
	padding:20px;
	border-radius:25px;
	height:440px;
}
.about2_cons_t{
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
}
.about2_cons_t img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
    top: -38px;
    left: 40%;
}
.about2_cons_t h3{
	color:#0083c3;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.about2_cons_t span{
	font-size:14px;
	color:#000;
	line-height:22px;
}
.about2_cons_b{
	overflow:hidden;
}
.about2_cons_b p{
	line-height: 25px;
    color: #696969;
    font-size: 14px;
    background: url(../img/dui.png) no-repeat left 6px;
    padding-left: 30px;
}
.about2_cons_b p img{
	
}
.about3{
	width:100%;
	margin:50px auto;
	overflow:hidden;
}
.ititle2{
	max-width: 50%;
	margin-bottom:40px;
}
.about3_con{
	overflow:hidden;
	border-radius:75px;
}
.about3_1{
	overflow:hidden;
	margin-bottom:4px;
	color:#fff;
	background-color:#00b988;	
	line-height:50px;
	font-weight:bold;
	font-size:18px;
}
.about3_1_fl{
	text-align:center;
	border-right:4px solid #fff;
	overflow:hidden;
	padding:10px 15px;
}
.about3_1_fr{
	overflow:hidden;
	padding:10px 15px 10px 35px;
}

.about3_2{
	overflow:hidden;
	margin-bottom:4px;
	color:#fff;
	background-color:#00b988;		
}
.about3_2_fl{
	text-align:center;
	border-right:4px solid #fff;
	overflow:hidden;
	padding:10px 15px;
	font-size:18px;
	font-weight:bold;
	line-height:50px;
}
.about3_2_fr{
	overflow:hidden;
	padding:10px 15px 10px 35px;
	font-size:16px;
	line-height:25px;
}

.about3_3{
	overflow:hidden;
	margin-bottom:4px;
	color:#fff;
	background-color:#00b988;
	line-height:25px;		
}
.about3_3_fl{
	text-align:center;
	border-right:4px solid #fff;
	overflow:hidden;
	padding:10px 15px;
	font-size:18px;
	font-weight:bold;
}
.about3_3_fr{
	overflow:hidden;
	padding:10px 15px 10px 35px;
	font-size:16px;
}


.about3_4{
	overflow:hidden;
	margin-bottom:4px;
	color:#fff;
	background-color:#00b988;	
}
.about3_4_fl{
	text-align:center;
	border-right:4px solid #fff;
	overflow:hidden;
	padding:10px 15px;
	font-size:18px;
	font-weight:bold;
	line-height:60px;
}
.about3_4_fr{
	overflow:hidden;
	padding:10px 15px 10px 35px;
	font-size:16px;
	line-height:20px;
}


/*新闻中心*/
.news{
	width:100%;
	margin:0 auto;
}
.inner_title{
	text-align:center;
	font-size:30px;
	color:#000;
	background:url(../img/title.jpg) no-repeat bottom center;
	padding-bottom:10px;
}
.news_info{
	margin-top:40px;
}
.news_info li{
	margin-bottom:25px;
	border-bottom:1px dashed #cecece;
	overflow:hidden;
}
.news_info li a{
	display:block;
}
.inews_img{
	overflow:hidden;
	margin-bottom:25px;
	padding-right: 35px;
}
.inews_img img{
	width:100%;
	height:auto;
	border-radius:5px;
	transform: translateZ(0px);
   	transition: transform 1s ease 0s;
	transition: .5s;
}
.inews_txt{
	overflow:hidden;
	margin-bottom:25px;
	padding-left:0;
}
.inews_txt h3{
	font-size:16px;
	color:#3d3d3d;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background:url(../img/title.jpg) no-repeat bottom left;
	padding-bottom:10px;
	margin-bottom:15px;
}
.inews_txt em{
	font-style:normal;
	font-size:12px;
	color:#b0b0b0;
}
.inews_txt p{
	font-size:14px;
	color:#6a6a6a;
	line-height:25px;
	margin:15px 0px;
}
.inews_txt span{
	display:block;
	text-align:center;
	background-color:#0083c3;
	color:#fff;
	font-size:12px;
	border-radius:5px;
	width:97px;
	line-height:28px;
}
.news_info li a:hover .inews_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news_info li a:hover .inews_txt h3{
	color:#0083c3;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#fff;
	margin:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#106595;
	border:1px solid #106595;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#106595;
	border:1px solid #106595;
}


/*新闻详情*/
.newsshow_info{
	overflow:hidden;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #dcdcdc;
}
.show_title h3{
	font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
	padding-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
    margin: 0 auto;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../img/browse.png) no-repeat left center;
}
.date{
	background:url(../img/date.png) no-repeat left center;
}
.show_content{
	line-height:26px;
	color:#4c4c4c;
	padding:30px 10px;
	border-bottom:1px solid #dcdcdc;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	padding-top:20px;
}
.show_back_fl{
	margin-bottom:20px;
	overflow:hidden;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#868686;
}
.show_back_fr{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #106595 url(../img/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}


/*联系我们*/
.contact_info{
	margin:40px auto;
	overflow:hidden;
}
.lxfs{
	margin-bottom:40px;
	overflow:hidden;
}
.lxfs1{
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
}
.lxfs1 img{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	display:block;
	margin-bottom:20px;
}
.lxfs1 span{
	font-size:18px;
	color:#0083c3;
	text-transform:uppercase;
}
.lxfs1 p{
	font-size:16px;
	color:#434343;
	margin-top: 20px;
}
.line{
	border-left:1px dashed #cfcfcf;
	border-right:1px dashed #cfcfcf;
}
.map{
	overflow:hidden;
}
.map img{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	display:block;
}


/*Investment Ecosystem*/
.blimg{
	margin-bottom:30px;
	margin-top:10%;
}
.txt{
	font-size:60px;
	text-align:center;
	color:#000;
	margin-bottom: 10%;
}
.txt1{
	font-size:30px;
	text-align:center;
	color:#000;
}

/*Research Institution*/
.research{
	overflow:hidden;
}
.research_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.research_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.research_fr{
	margin-bottom:25px;
	overflow:hidden;
	margin-top:15%;
}
.research_fr p{
	font-size:22px;
	color:#3c3c3c;
	line-height:30px;
	margin-bottom:10px;
}
.research_fr p img{
	margin-right:15px;
}

/*operate*/
.operate{
	overflow:hidden;
}
.operate_fl{
	margin-bottom:30px;
	overflow:hidden;
	line-height:25px;
	border-right:1px dotted #bcbcbc;
}
.operate_fr{
	margin-bottom:30px;
	overflow:hidden;
	padding-left: 30px;
}
.operate_fr1{
	margin-bottom:30px;
	overflow:hidden;
}
.operate_fr1 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}
.operate_fr1 h3{
	color:#0083c3;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}
.operate_fr1 span{
	font-size:16px;
	color:#3c3c3c;
	font-weight:bold;
	text-align:center;
	display: block;
}
.operate_fr1_con{
	margin-top:30px;
}
.operate_fr1_con p{
	line-height:25px;
	color:#3c3c3c;
	background:url(../img/dian.jpg) no-repeat left 9px;
	padding-left:15px;
}
.operate_fr2{
	margin-bottom:30px;
	overflow:hidden;
}
.operate_fr2 h3{
	font-size:18px;
	color:#3c3c3c;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.operate_fr2 p{
	line-height:25px;
	color:#696969;
}
.operate_fr3{
	background-color:#0083c3;
	color:#fff;
	padding:20px 25px;
	overflow:hidden;
}
.operate_fr3 h3{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	margin-bottom: 10px;
}
.operate_fr3 p{
	line-height:22px;
}

/*Clients*/
.clients{
	overflow:hidden;
}
.clients_info{
	margin-top:50px;
    overflow: hidden;
    line-height: 25px;
}


/*Consult*/
.consult{
	overflow:hidden;
}
.consult_fl{
	margin-bottom:30px;
	overflow:hidden;
	line-height:25px;
	border-right:1px dotted #bcbcbc;
}
.consult_fr{
	margin-bottom:30px;
	overflow:hidden;
	padding-left: 30px;
}
.consult_fr1{
	margin-bottom:30px;
	overflow:hidden;
}
.consult_fr1 h3{
	color:#0083c3;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}
.consult_fr1 span{
	display: block;
	font-size:16px;
	color:#3c3c3c;
	font-weight:bold;
	text-align:center;
}
.consult_fr1_con{
	margin-top:30px;
}
.consult_fr1_con p{
	line-height:25px;
	color:#3c3c3c;
	background:url(../img/dian.jpg) no-repeat left 9px;
	padding-left:15px;
}
.consult_fr2{
	margin-bottom:30px;
	overflow:hidden;
	padding-top: 30px;
}
.consult_fr2 h3{
	color:#0083c3;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}
.consult_fr2 span{
	display: block;
	font-size:16px;
	color:#3c3c3c;
	font-weight:bold;
	text-align:center;
}
.consult_fr2_con{
	margin-top:30px;
}
.consult_fr2_con p{
	line-height:25px;
	color:#3c3c3c;
	background:url(../img/dian.jpg) no-repeat left 9px;
	padding-left:15px;
}
.consult_fr3{
	margin-bottom:30px;
	overflow:hidden;
	padding-top: 30px;
}
.consult_fr3 h3{
	font-size:18px;
	color:#3c3c3c;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.consult_fr3 p{
	line-height:25px;
	color:#696969;
}

/*industry*/
.industry{
	overflow:hidden;
}
.industry_fl{
	margin-bottom:30px;
	overflow:hidden;
	line-height:25px;
	border-right:1px dotted #bcbcbc;
}
.industry_fr{
	margin-bottom:30px;
	overflow:hidden;
	padding-left: 30px;
}
.industry_fr1{
	margin-bottom:30px;
	overflow:hidden;
}
.industry_fr1 h3{
	color:#0083c3;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}
.industry_fr1 span{
	display: block;
	font-size:16px;
	color:#3c3c3c;
	font-weight:bold;
	text-align:center;
}
.industry_fr1_con{
	margin-top:30px;
}
.industry_fr1_con p{
	line-height:25px;
	color:#3c3c3c;
	background:url(../img/dian.jpg) no-repeat left 9px;
	padding-left:15px;
}
.industry_fr3{
	margin-bottom:30px;
	overflow:hidden;
}
.industry_fr3 h3{
	font-size:18px;
	color:#3c3c3c;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.industry_fr3 p{
	line-height:25px;
	color:#696969;
}


/*market*/
.market{
	overflow:hidden;
}
.market_fl{
	margin-bottom:30px;
	overflow:hidden;
	line-height:25px;
	border-right:1px dotted #bcbcbc;
}
.market_fr{
	margin-bottom:30px;
	overflow:hidden;
	padding-left: 30px;
}
.market_fr1{
	margin-bottom:30px;
	overflow:hidden;
}
.market_fr1 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}
.market_fr1 h3{
	color:#0083c3;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}
.market_fr1 span{
	font-size:16px;
	color:#3c3c3c;
	font-weight:bold;
	text-align:center;
	display: block;
}
.market_fr1_con{
	margin-top:30px;
}
.market_fr1_con p{
	line-height:25px;
	color:#3c3c3c;
	background:url(../img/dian.jpg) no-repeat left 9px;
	padding-left:15px;
}
.market_fr2{
	margin-bottom:30px;
	overflow:hidden;
}
.market_fr2 h3{
	font-size:18px;
	color:#3c3c3c;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.market_fr2 p{
	line-height:25px;
	color:#696969;
}

/*org*/
.org{
	overflow:hidden;
}
.org_fl{
	margin-bottom:30px;
	overflow:hidden;
	line-height:25px;
	border-right:1px dotted #bcbcbc;
}
.org_fr{
	margin-bottom:30px;
	overflow:hidden;
	padding-left: 30px;
}
.org_fr1{
	margin-bottom:30px;
	overflow:hidden;
}
.org_fr1 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}
.org_fr1 h3{
	color:#0083c3;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}
.org_fr1 span{
	font-size:16px;
	color:#3c3c3c;
	font-weight:bold;
	text-align:center;
	display: block;
}
.org_fr1_con{
	margin-top:30px;
}
.org_fr1_con p{
	line-height:25px;
	color:#3c3c3c;
	background:url(../img/dian.jpg) no-repeat left 9px;
	padding-left:15px;
}
.org_fr2{
	margin-bottom:30px;
	overflow:hidden;
	padding-top:30px;
}
.org_fr2 h3{
	font-size:18px;
	color:#3c3c3c;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.org_fr2 p{
	line-height:25px;
	color:#696969;
}


/*bus*/
.bus{
	overflow:hidden;
}
.bus_fl{
	margin-bottom:30px;
	overflow:hidden;
	line-height:25px;
	border-right:1px dotted #bcbcbc;
}
.bus_fr{
	margin-bottom:30px;
	overflow:hidden;
	padding-left: 30px;
}
.bus_fr1{
	margin-bottom:30px;
	overflow:hidden;
}
.bus_fr1 h3{
	font-size:18px;
	color:#3c3c3c;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.bus_fr1 p{
	line-height:25px;
	color:#696969;
}



/*npcwastepaper*/
.home-npcwastepaper1{
    width:100%;
    margin:50px auto 0px auto;
}
.home-npcwastepaper1 h2{
    font-size:44px;
    font-weight:normal;
    color:#3c3c3c;
    margin-bottom:25px;
}
.home-npcwastepaper1 h3{
    font-size:30px;
    font-weight:normal;
    color:#3c3c3c;
    margin-bottom:25px;
}
.home-npcwastepaper1 p{
    line-height:30px;
    color:#3c3c3c;
    font-size:18px;
    border-bottom:2px solid #00ab84;
    padding-bottom:50px;
    margin-bottom: 50px;
}
.home-npcwastepaper2{
    width:100%;
    margin:0px auto;
}
.npcwastepaper2_t{
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #0083c3;
    padding: 37px 30px;
}
.npcwastepaper2_t_fl{
    float: left;
    width: 53%;
    color: #fff;
}
.npcwastepaper2_t_fl h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.npcwastepaper2_t_fl li{
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.npcwastepaper2_t_fl li dl{
    margin-bottom: 0;
}
.npcwastepaper2_t_fl li dl dd{
    font-weight:normal;
    position: relative;
    padding-left: 40px;
    line-height: 25px;
}
.npcwastepaper2_t_fl li dl dd:before{
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 18px;
    top:8px;
    border-radius: 25px;
    background-color: #fff;
}
.npcwastepaper2_t_fr{
    float: right;
    width: 46%;
    margin-top: 25px;
}
.npcwastepaper2_t_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.npcwastepaper2_b{
    margin-bottom: 25px;
    overflow: hidden;
}
.npcwastepaper2_b_fl{
    float: left;
    width: 74%;
    margin-bottom: 25px;
    overflow: hidden;
}
.npcwastepaper2_b_fl_t{
    margin-bottom: 25px;
    overflow: hidden;
}
.npcwastepaper2_b_fl_t h3{
    font-size: 24px;
    color: #0083c3;
    font-weight: normal;
    margin-bottom: 20px;
}
.npcwastepaper2_b_fl_t p{
    line-height: 30px;
    color: #696969;
    font-size: 16px;
    margin-bottom: 15px;
}
.pp{
    float: left;
    width: 51%;
}
.pimg{
    float: right;
    width: 48%;
}
.npcwastepaper2_b_fl_c{
    margin-bottom: 50px;
    overflow: hidden;
}
.npcwastepaper2_b_fl_c h3{
    color: #0083c3;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.npcwastepaper2_b_fl_c a{
    color: #0083c3;
    font-size: 16px;
}
.npcwastepaper2_b_fl_c ul{
    margin-top: 20px;
    overflow: hidden;
}
.npcwastepaper2_b_fl_c ul li{
    font-size: 16px;
    color: #696969;
    line-height: 30px;
    background: url("../img/dui.jpg") no-repeat left 8px;
    padding-left: 35px;
}
.npcwastepaper2_b_fl_c p{
    font-size: 15px;
    color: #696969;
    line-height: 30px;
    font-style: italic;
    margin-top: 10px;
}
.npcwastepaper2_b_fl_c p em{
    color: #0083c3;
}
.npcwastepaper2_b_fl_b{
    background-color: #acbbbb;
    padding: 37px 30px 22px 30px;
    overflow: hidden;
}
.npcwastepaper2_b_fl_b h3{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 20px;
}
.npcwastepaper2_b_fl_b ul li{
    float: left;
    width: 48%;
    margin: 0 1%;
}
.npcwastepaper2_b_fl_b ul li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.npcwastepaper2_b_fr{
    float: right;
    width: 24%;
}
.npcwastepaper2_b_fr_1{
    margin-bottom: 35px;
    overflow: hidden;
}
.tit1{
    margin-bottom: 10px;
    overflow: hidden;
    color: #00ab84;
    font-size: 24px;
    text-transform: uppercase;
}
.npcwastepaper2_b_fr_1 p{
    background-color: #00ab84;
    line-height: 63px;
    text-align: center;
}
.npcwastepaper2_b_fr_1 a{
    font-size: 18px;
    color: #fff;
}
.npcwastepaper2_b_fr_2{
    margin-bottom: 35px;
    overflow: hidden;
}
.npcwastepaper2_b_fr_2 p{
    background-color: #acbbbb;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 15px 8px;
}
.npcwastepaper2_b_fr_3{
    margin-bottom: 35px;
    overflow: hidden;
}
.npcwastepaper2_b_fr_3 p{
    background-color: #acbbbb;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 63px;
}
.npcwastepaper2_b_fr_4{
    margin-bottom: 35px;
    overflow: hidden;
}
.tit2{
    margin-bottom: 5px;
    overflow: hidden;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.npcwastepaper2_b_fr_4 p{
    font-size: 16px;
    color: #696969;
    line-height: 23px;
}
.npcwastepaper2_b_fr_5{
    margin-bottom: 35px;
    overflow: hidden;
}
.npcwastepaper2_b_fr_5 img{
    border: 2px solid #a8b7be;
    overflow: hidden;
    display: block;
    max-width: 100%;
    height: auto;
    padding: 25px 35px;
    margin: 15px auto 25px auto;
}
.npcwastepaper2_b_fr_5 p{
    color: #696969;
    font-size: 16px;
    line-height: 23px;
}
.npcwastepaper2_b_fr_6{
    margin-bottom: 10px;
    overflow: hidden;
}
.npcwastepaper2_b_fr_6 p{
    color: #696969;
    font-size: 16px;
    line-height: 23px;
}

/*cnnpcwastepaper*/
.home-cnnpcwastepaper1{
    width:100%;
    margin:50px auto 0px auto;
}
.home-cnnpcwastepaper1 h2{
    font-size:48px;
    font-weight:normal;
    color:#3c3c3c;
    margin-bottom:25px;
}
.home-cnnpcwastepaper1 h3{
    font-size:30px;
    font-weight:normal;
    color:#3c3c3c;
    margin-bottom:25px;
}
.home-cnnpcwastepaper1 p{
    line-height:30px;
    color:#3c3c3c;
    font-size:16px;
    background: url("../img/line.jpg") no-repeat bottom center;
    padding-bottom:45px;
    margin-bottom: 35px;
}
.home-cnnpcwastepaper2{
    width:100%;
    margin:0px auto;
}
.cnnpcwastepaper2_t{
    background: url("../img/line.jpg") no-repeat bottom center;
    padding-bottom:35px;
    margin-bottom: 35px;
    overflow: hidden;
}
.cnnpcwastepaper2_t_1{
    margin-bottom: 40px;
    overflow: hidden;
}
.cnnpcwastepaper2_t_1 li{
    float: left;
    width: 49%;
    margin: 0 0.5%;
    font-size: 17px;
    color: #696969;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}
.cnnpcwastepaper2_t_1 li:before{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0px;
    top: 10px;
    border-radius: 25px;
    background-color: #0083c3;
}
.cnnpcwastepaper2_t_2{
    overflow: hidden;
}
.cnnpcwastepaper2_t_2 h3{
    font-size: 24px;
    color: #0083c3;
    font-weight: bold;
    margin-bottom: 15px;
}
.cnnpcwastepaper2_t_2 ul{
    overflow: hidden;
}
.cnnpcwastepaper2_t_2 li{
    float: left;
    width: 49%;
    margin: 0 0.5%;
    font-size: 17px;
    color: #696969;
    background: url("../img/dui.jpg") no-repeat left 8px;
    line-height: 30px;
    padding-left: 30px;
}
.cnnpcwastepaper2_t_2 li span{
    color: #ff0000;
}
.cnnpcwastepaper2_t_2  p{
    color: #3c3c3c;
    font-size: 16px;
    font-style: italic;
    margin-top: 35px;
}
.cnnpcwastepaper2_c{
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #0083c3;
    padding: 37px 30px;
}
.cnnpcwastepaper2_c_fl{
    float: left;
    width: 48%;
    color: #fff;
}
.cnnpcwastepaper2_c_fl h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cnnpcwastepaper2_c_fl li{
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.cnnpcwastepaper2_c_fl li dl{
    margin-bottom: 0;
    margin-top: 10px;
}
.cnnpcwastepaper2_c_fl li dl dd{
    font-weight:normal;
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    font-size: 14px;
}
.cnnpcwastepaper2_c_fr{
    float: right;
    width: 50%;
    margin-top: 15px;
}
.cnnpcwastepaper2_c_fr img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.cnnpcwastepaper2_b{
    overflow: hidden;
}
.cnnpcwastepaper2_b_fl{
    float: left;
    width: 74%;
    margin-bottom: 25px;
    overflow: hidden;
}
.cnnpcwastepaper2_b_fl_t{
    margin-bottom: 30px;
    overflow: hidden;
}
.cnnpcwastepaper2_b_fl_t h3{
    font-size: 24px;
    color: #0083c3;
    font-weight: normal;
    margin-bottom: 20px;
}
.cnnpcwastepaper2_b_fl_t p{
    font-size: 15px;
    color: #696969;
    line-height: 30px;
    margin-bottom: 20px;
}
.cnnpcwastepaper2_b_fl_t p strong{
    color: #000;
}
.cnnpcwastepaper2_b_fl_t p a{
    color: #0083c3;
    font-size: 15px;
}
.cnnpcwastepaper2_b_fl_b{
    background-color: #acbbbb;
    padding: 37px 30px 17px 30px;
    overflow: hidden;
}
.cnnpcwastepaper2_b_fl_b h3{
    font-size: 24px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}
.cnnpcwastepaper2_b_fl_b p{
    font-size: 18px;
    color: #3d4040;
    margin-bottom: 20px;
    line-height: 30px;
}
.cnnpcwastepaper2_b_fl_b img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.cnnpcwastepaper2_b_fr{
    float: right;
    width: 24%;
}
.cnnpcwastepaper2_b_fr_1{
    margin-bottom: 35px;
    overflow: hidden;
}
.cntit1{
    margin-bottom: 15px;
    overflow: hidden;
    color: #00ab84;
    font-size: 24px;
}
.cnnpcwastepaper2_b_fr_1 p{
    font-size: 15px;
    color: #696969;
    line-height: 23px;
}
.cnnpcwastepaper2_b_fr_1 p a{
    display: block;
}
.cnnpcwastepaper2_b_fr_1 p a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.cnnpcwastepaper2_b_fr_2{
    margin-bottom: 35px;
    overflow: hidden;
}
.cnnpcwastepaper2_b_fr_2 p{
    font-size: 15px;
    color: #696969;
    line-height: 28px;
}
.cnnpcwastepaper2_b_fr_3{
    margin-bottom: 35px;
    overflow: hidden;
}
.cntit2{
    margin-bottom: 15px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.cnnpcwastepaper2_b_fr_3 img{
    border: 2px solid #a8b7be;
    overflow: hidden;
    display: block;
    max-width: 100%;
    height: auto;
    padding: 25px 35px;
    margin: 15px auto 25px auto;
}
.cnnpcwastepaper2_b_fr_3 p{
    text-indent: 2em;
    font-size: 15px;
    color: #696969;
    line-height: 28px;
}







@media (max-width:320px){
	.home-project1{
		margin-top:20px !important;
	}
	.form-group{
		margin-bottom:6px !important;
	}
	.theme-popbod{
		padding:8px 15px !important;
	}
	.box_top li{
		margin-bottom:12px !important;
		width:100% !important;
		line-height:40px !important;
	}



    .home-npcwastepaper1{
        margin-top:20px !important;
    }
    .home-cnnpcwastepaper1{
        margin-top:20px !important;
    }

}
@media (max-width:414px){
	.home-project1{
		margin-top:30px;
	}
	.items2_fl_title p{
		float:none;
	}
	.items2_fl_title span{
		float:none;
	}
	.home-project1 h2{
		font-size:22px;
	}
	.home-project1 h3{
		font-size:16px;
	}
	.home-project1 p{
		font-size:14px;
		line-height:20px;
	}
	.box_top li a:hover i{
		display:block;
		background:url(../img/innerli_h.png) no-repeat bottom center;
	}
	#code{
		width:80%;
		left:10%;
		top:5%;
	}
	.theme-popbod{
		padding:15px;
		font-size:14px;
	}
	.theme-poptit{
		height:45px;
	}
	.theme-poptit p{
		font-size:18px;
		line-height:45px;
	}
	.theme-poptit .close{
		top:9px;
		right:10px;
	}
	.form-control{
		height:30px;
	}
	.tijiao{
		display:none;
	}
	.form-group{
		margin-bottom:12px;
	}
	.box_top li{
		width: 103px;
    	line-height: 20px;
    	margin: 0px 1px;
		padding: 0;
	}
	.box_top li a{
		font-size:12px;
		height:40px;
	}
	.intro{
		line-height:40px;
	}
	.about2_con li{
		margin-bottom:60px;
	}
	.show_title h3{
		font-size:16px;
		width:100%;
	}
	.line{
		border:none;
	}
	.consult_fr2{
		padding-top: 0;
	}
	.consult_fr3{
		padding-top: 0;
	}
	.org_fr2{
		padding-top: 0;
	}


    .home-npcwastepaper1{
        margin-top:30px;
    }
    .home-npcwastepaper1 h2{
        font-size:22px;
        margin-bottom: 15px;
    }
    .home-npcwastepaper1 h3{
        font-size:16px;
        margin-bottom: 15px;
    }
    .home-npcwastepaper1 p{
        font-size:14px;
        line-height:20px;
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .npcwastepaper2_t{
        margin-bottom: 35px;
    }
    .npcwastepaper2_b_fl{
        float: none;
        width: 100%;
    }
    .npcwastepaper2_b_fr{
        float: none;
        width: 100%;
    }
    .npcwastepaper2_b_fl_t h3{
        margin-bottom: 10px;
        font-size: 22px;
    }
    .npcwastepaper2_b_fl_c h3{
        margin-bottom: 10px;
        font-size: 22px;
    }
    .npcwastepaper2_b_fl_c{
        margin-bottom: 35px;
    }
    .npcwastepaper2_b_fl_b ul li{
        float: none;
        width: 100%;
    }
    .home-cnnpcwastepaper1{
        margin-top:30px;
    }
    .home-cnnpcwastepaper1 h2{
        font-size:22px;
        margin-bottom: 15px;
    }
    .home-cnnpcwastepaper1 h3{
        font-size:16px;
        margin-bottom: 15px;
    }
    .home-cnnpcwastepaper1 p{
        font-size:14px;
        line-height:20px;
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .cnnpcwastepaper2_t_1 li{
        float: none;
        width: 100%;
        font-size: 15px;
    }
    .cnnpcwastepaper2_t_2 h3{
        font-size: 18px;
    }
    .cnnpcwastepaper2_t_2 li{
        float: none;
        width: 100%;
        font-size: 15px;
    }
    .cnnpcwastepaper2_c{
        margin-bottom: 35px;
    }
    .cnnpcwastepaper2_b_fl{
        float: none;
        width: 100%;
    }
    .cnnpcwastepaper2_b_fl_t p{
        margin-bottom: 5px;
    }
    .cnnpcwastepaper2_b_fr{
        float: none;
        width: 100%;
    }
    .cnnpcwastepaper2_b_fl_b p{
        font-size: 15px;
        line-height: 25px;
    }
    .cnnpcwastepaper2_c_fl h3{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .cnnpcwastepaper2_b_fl_t h3{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .cnnpcwastepaper2_b_fl_b h3{
        font-size: 22px;
        margin-bottom: 10px;
    }

}

@media (max-width:768px){
	.ititle1{
		max-width:100% !important;
	}
	.ititle2{
		max-width:100% !important;
	}
	.inews_img{
		padding-right:15px;
	}
	.inews_txt{
		padding-left:15px;
	}
	.operate_fr{
		padding-left: 15px;
	}
	.consult_fr{
		padding-left: 15px;
	}
	.industry_fr{
		padding-left: 15px;
	}
	.box_bottom img{
		display:block;
		max-width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.consult img{
		display:block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		height: auto;
	}
	.consult_fl{
		border-right:none;
	}
	.market img{
		display:block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		height: auto;
	}
	.bus img{
		display:block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		height: auto;
	}
	.bus_fl{
		border-right:none;
	}
	.industry img{
		display:block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		height: auto;
	}
	.industry_fl{
		border-right:none;
	}
	.org img{
		display:block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		height: auto;
	}
	.org_fl{
		border-right:none;
	}


    .npcwastepaper2_t{
        padding: 37px 15px;
    }
    .npcwastepaper2_t_fl{
        float: none;
        width: 100%;
    }
    .npcwastepaper2_t_fr{
        float: none;
        width: 100%;
    }
    .npcwastepaper2_b_fl_t p{
        margin-bottom: 0px;
    }
    .pp{
        float: none;
        width: 100%;
    }
    .pimg{
        float: none;
        display: block;
        width: 50%;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }
    .npcwastepaper2_b_fl_b{
        padding: 37px 15px 22px 15px;
    }
    .cnnpcwastepaper2_c{
        padding: 37px 15px;
    }
    .cnnpcwastepaper2_c_fl{
        float: none;
        width: 100%;
    }
    .cnnpcwastepaper2_c_fr{
        float: none;
        width: 100%;
    }
    .cnnpcwastepaper2_b_fl_b{
        padding: 37px 15px 17px 15px;
    }


}

@media (max-width: 1200px){
	.footer1_fl a img{
		max-width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	.items2_fc{
		display:none;
	}
	.footer1_fc{
		display:none;
	}
	.footer2 p{
		text-align:center;
	}
	.ititle1{
		max-width:50%;
	}
	.ititle2{
		max-width:60%;
	}
	.about2_cons{
		height:auto;
	}
	.show_content img{
		display:block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		height: auto;
	}
	
}








