@charset "utf-8";
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	padding:0;
	margin:0;
	border:0;
	font-family:"微软雅黑";
/*	background: url(../images/guoqing02.jpg);
	background-size:100% 100%;*/
}
ul,li,p,input,h3,h1,a,h4{
	padding:0;
	margin:0;
	outline: none;
	font-family:"微软雅黑";
	color:#333;
}
li{
	list-style-type: none;
	outline: none;
}
p{
	text-align:justify;
}
a{
	text-decoration: none;
	font-size:14px;
}
a:hover,a:focus,a:active{
	color:#008dff;
	text-decoration: underline;
	outline: none;
	text-decoration: none;
}
input[type=text]{
	padding: 0 4px;
}
.w1200{
	width:1200px;
	margin:0 auto;
}


.w1150{
	width:1150px;
	margin:0 auto;
}
.mt1{
	margin-top: 10px;
}
.mt2{
	margin-top: 20px;
}
.mt3{
	margin-top: 30px;
}
.mt4{
	margin-top: 40px;
}
.mt5{
	margin-top: 50px;
}

.mb1 {
	margin-bottom: 10px;
}

.mb2 {
	margin-bottom: 20px;
}

.mb3 {
	margin-bottom: 30px;
}

.mb4 {
	margin-bottom: 40px;
}

.mb5 {
	margin-bottom: 50px;
}
.colume1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.colume2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.colume3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.colume4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.colume5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.whitebg {
	background-color: #fff;
	border: 1px solid #e1e1e1;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #7d8287;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #7d8287;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #7d8287;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #7d8287;
}
img{
	border:0;
	/*object-fit: cover;*/
}
.cl:after{
	content: "";
	display: block;
	clear: both;
}



.fl{
	float:left;
}
.fr{
	float:right;
}
.nheader{
	position: fixed;
	width: 100%;
	height:99px;
	left:0;
	top:0;
	background:#fff;
	z-index:10;
}
.nh-top{
	height:28px;
	background:#eee;
}
.nh-top a{
	line-height:28px;
	font-size:12px;
	color:#666;
}
.nh-top a:hover{
	color:#008dff;
}
.nh-top span a{
	margin-left:20px;
}
.nh-top a.n-app{
	background:url(../images/n-app-icon.png) no-repeat left center;
	padding-left:15px;
	margin-right:20px;
}
.nh-nav{
	height:71px;
	border-bottom:1px solid #e1e1e1;
	/*background: url(../images/xinnian2022_1.jpg);
	background-size:100% 100%;*/
}
.n-logo{
	width:133px;
	padding-top:13px;
}
.nh-navc{
	width:700px;
	padding-top:23px;
}
.nh-navc a{
	margin-right:30px;
	padding: 0 10px;
	display:block;
	line-height:30px;
	float:left;
	font-size:16px;
}
.nh-navc a.n-active{
	background:#3ca5f6;
	color:#fff;
}
.nh-right{
	width:289px;
	padding-top:23px;
}
.nh-right input{
	height:32px;
	line-height:30px;
	float:left;
}
.nh-right input.n-searcher-input{
	width:235px;
	border:1px solid #eee;
	border-right:0;
}
.nh-right input.n-searcher-but{
	width:54px;
	border:0;
	background:url(../images/n-searcher-but.jpg) no-repeat center top #3ca5f6;
	text-indent:-9999px;
	cursor:pointer;
}
.napp-img{
	position: absolute;
	width:128px;
	height:128px;
	left:0;
	top:28px;
	display:none;
}
.napp-img img{
	display: block;
}
.footer{
	background:#ddd;
	height:280px;
	padding-top:75px;
	margin-top:40px;
}
.footer-nav{
	margin:0 auto;
	width:1200px;
}
.footer-left{
	width:800px;
}
.footer-left h3{
	font-size:14px;
	color:#333;
	font-weight:100;
	line-height:26px;
}
.footer-left h3 a{
	color:#333;
	margin-right:20px;
}
.footer-left h3.footerh3{
	margin-top:15px;
}
.footer-right{
	width:280px;
}
.footer-right img{
	float:left;
	margin-left:10px;
}
.mic-list{
	line-height:48px;
	font-size:12px;
}
.mic-list a{
	font-size:12px;
	color:#333;
}

.discuss-input{
	margin-top:15px;
}
.nav-rnav{
	position: relative;
}
.video-icon{
	border:2px solid #ccc;
	width:60px;
	height:60px;
	position: absolute;
	left:50%;top:50%;
	margin-left:-30px;
	margin-top: -30px;
	border-radius: 50%;
	background:rgba(255,255,255,0.3);
	cursor: pointer;
	box-shadow: 0px 0px 30px #ccc;
}
.video-start{
	border-left:20px solid #333;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	width:0;
	height:0;
	margin-left:21px;
	margin-top:13px;
}
.video-li-left{
	position:relative;
}
.video-li-left .video-icon{
	height:40px;
	width:40px;
	left:50%;top:50%;
	margin-left:-20px;
	margin-top: -36px;
}
.video-li-left .video-start{
	border-left:14px solid #333;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-left:14px;
	margin-top:8px;
}
/*面包屑导航*/
.presentPosition{
	color:#666;
	font-size:12px;
	line-height:16px;
	padding-top:10px;
}
.presentPosition a{
	color:#666;
	font-size:12px;
}
/*分页*/
.page{
	text-align:center;
	font-size:14px;
	color:#666;
}
.page a{
	padding: 2px 8px;
	margin:0 3px;
	border:1px solid #ddd;
	color:#666;
	background-color: #fff;
	display:inline-block;
}
.page a.active{
	border:1px solid #0068b7;
	background:#0068b7;
	color:#fff;
	font-weight:700;
}
.pivs{
	position: relative;
}
.nmaph{
	height:120px;
}
.ns-icon{
	position: fixed;
	top:200px;
	right:0;
	width:40px;
	display:none;
	z-index:11;
}
.ns-icon span{
	display:block;
	width:40px;
	height:40px;
	background:url(../images/ns-icon.png) no-repeat;
	margin-bottom:10px;
	cursor:pointer;
}
span.ns-icon1{
	background-position: left top;
}
span.ns-icon2{
	background-position: left -59px;
}
span.ns-icon3{
	background-position: left -119px;
}
.ns-icon span:hover,.ns-icon span.ns-active{
	background-position-x:-40px;
}
.ns-ewm{
	position: absolute;
	right:40px;
	width:128px;
	height:128px;
	top:0;
	display:none;
}
.ns-dz{
	position: absolute;
	right:39px;
	top:50px;
	border:1px solid #bdd0df;
	width:128px;
	background:#fff;
	display:none;
}
.ns-dz a{
	display:block;
	text-align: center;
	line-height:36px;
}
.ntop-menu{
	background:url(../images/ns-icon.png) no-repeat left -179px;
	height:40px;
	width:40px;
	position: fixed;
	right:0;
	bottom:5px;
	cursor: pointer;
	display:none;
}
.ntop-menu:hover{
	background-position-x: -40px;
}

/*通栏banner*/
.new-banner{
	height:110px;
}

.w850{
	width:850px;
}
.w320{
	width:320px;
}
/*通用标题*/
.new-compete{
	background:#f1f1f1;
	border-left:3px solid #3ca5f6;
	height:46px;
	line-height:46px;
	padding-left:20px;
	font-size:18px;
}
/*港口竞争力排行右侧*/
.ncs-monthlist{
	border:1px solid #e1e1e1;
	border-top:0;
	padding:5px 20px;
}
.new-compete1{
	font-size:16px;
}
.ncs-monthlist li{
	line-height:24px;
	padding:13px 0 12px 0;
	border-bottom:1px dashed #e1e1e1;
	padding-left:5px;
	text-align:justify;
}
.ncs-monthlist li a{
	font-size:13px;
}
.ncs-monthlist li:last-child{
	border-bottom:0;
}
.ncs-pbox a{
	background:url(../images/ncp-sicon.png) no-repeat left -180px;
	line-height:24px;
	padding:8px 0 8px 26px;
	display:block;
	font-size:14px;
	color:#0089f5;
	text-decoration: underline;
	text-align:justify;
}

.ncs-monthlist li.ncs-li-first a{
	color:#0089f5;
	font-weight:700;
}

/*页面浮层*/
.nsx-win{
	position: fixed;
	background:url(../images/headline-back.png) repeat left top;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 12;
	display:none;
}
.nsx-shutup{
	width:40px;
	height:40px;
	position: absolute;
	right:-42px;
	top:0;
	cursor:pointer;
}
.nsx-shutup img{
	display:block;
}