@charset "utf-8";
[v-cloak] {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei,sans-serif;
	color: #333;
	/*font-size: 14px;*/
	list-style: none;
	text-decoration: none;
	outline: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

a {
	text-decoration: none;
}

img {
	display: block;
	border: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul::after,
li::after {
	display: block;
	content: '';
	clear: both;
	zoom: 1;
}

.cb::after {
	display: block;
	content: '';
	clear: both;
	zoom: 1;
}

input[type=text] {
	padding: 0 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #aaa;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaa;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaa;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa;
}

textarea {
	padding: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mt1 {
	margin-top: 10px;
}

.mt2 {
	margin-top: 20px;
}

.mt3 {
	margin-top: 30px;
}

.mt4 {
	margin-top: 40px;
}

.mb5 {
	margin-bottom: 50px;
}

p {
	margin-bottom: 0;
}

.borderstyle {
	border: 1px solid #ccc;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0194fc;
}


/*p.blue {这个不是这么用的，加载更多底下没有间距了，有冲突找大龙*/


/*margin-bottom: 0;*/


/*}*/

.graycolor {
	color: #888;
}

.noinfo {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url(../images/appnoinfo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.noinfo img {
	width: 100%;
	height: 100%;
}

.noborder {
	border: 0!important;
}

.centerBtn4 {
	display: block;
	height: 46px;
	width: 40%;
	background-color: #0168b7;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	border: 0;
	border-radius: 4px;
	margin: 20px auto 30px auto;
	padding: 0;
}

.bluebtn {
	background-color: #0068b7!important;
	color: #fff!important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.whitebg {
	background-color: #fff;
}

.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;
}

.colume3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.colume4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.icon-loading {
	display: inline-block;
	width: 16px;
	height: 20px;
	animation: loading 1000ms infinite linear;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/*
 *head
 */

body {
	background-color: #e5e5e5;
}

.head {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

.head .searchbox {
	width: 100%;
	height: 65px;
	background: url(../images/apphead.jpg) no-repeat center;
	background-size: cover;
	padding: 16px 15px 0 15px;
	overflow: hidden;
}

.head .searchbox .search {
	padding-left: 10px;
	position: relative;
}

.head .searchbox .search input {
	height: 34px;
}

.head .searchbox .search i {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 28px;
	color: #0187d0;
}

.headnav {
	padding: 0 15px;
	margin: 10px auto;
}

.headnav a {
	display: inline-block;
	float: left;
	width: 20%;
	line-height: 22px;
	border-left: 2px solid #999;
	text-align: center;
	font-weight: 600;
	color: #666;
}

.headnav a.active {
	color: #007aff;
}

.headnav a:first-child {
	border-left: 0;
}

.wrapbox {
	padding: 0 15px 30px 15px;
	margin-top: 170px;
}

.nav_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav_title .titlebg {
	padding: 20px 8px;
	background-color: #0195ff;
	margin-right: 12px;
}

.nav_title .showtime {
	text-align: right;
	width: 170px;
	margin-right: 10px;
	font-weight: normal;
}

.nav_title .showtime span {
	color: #fff;
	font-size: 14px;
	padding: 4px 5px;
	background-color: #006ec2;
	font-family: "微软雅黑";
	border-radius: 4px;
}

.apptitle {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	/*font-weight: 600;*/
}

.appinfo {
	line-height: 24px;
	color: #666;
}

.appfrom{
	position: relative;
	bottom: 0px;
	margin-top: 15px;
	font-size: 13px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.fullimg {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
}

.imgbox {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
}

.bt_li .imgbox {
	padding-top: 26.5%;
}

.fullimg .infoinimg {
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #fff;
}

.videobox::after {
	display: block;
	content: '';
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: rgba(0, 0, 0, .3);
}

.icon-shipin {
	font-size: 40px;
	color: #fff;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -10px;
}

.icon-ziyuan1 {
	font-size: 40px;
	color: #fff;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -10px;
	animation: loading 1000ms infinite linear;
}

.fulltable {
	table-layout: fixed;
	width: 100%;
}

.infonormal {
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
	text-align:center;
}

.bt_li li {
	border-top: .5px solid #CCC;
	padding: 16px 0;
	
}
.bt_li li:first-child{
	border-top:0;
	padding-top:2px;
}
.bt_li li .info {
	padding-left: 20px;
}

.bt_li li .infoleft {
	padding-right: 20px;
}

.showmorebtn {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.aligncenter i {
	font-size: 18px;
}


/*
 * newsdemo
 */

.newsdetailinfo {
	height: 30px;
}

.newsdetailinfo span,
.icon-yuanchuang {
	font-size: 14px;
	line-height: 30px;
}

.newsdemo {
	margin-top: 10px;
	/*line-height: 28px;
	color: #333;
	font-size: 17px;
	text-align: justify;
	letter-spacing: 1px;*/
	/*资讯左右滑动 添加*/
	width:100%;
	overflow: hidden;
}

.newsdemo p span{
	font-size:16px!important;
	line-height:30px!important;
	color: #000;
	font-family: Microsoft YaHei,sans-serif!important;
}

.newsdemo p{
	font-size:16px!important;
	line-height:30px!important;
	color: #000;
	font-family: Microsoft YaHei,sans-serif!important;
}

.newsdemo section{
	/*资讯左右滑动 添加*/
	width:100%!important;
}
.newsdemo section img{
	/*资讯左右滑动 添加*/
	width:100%!important;
}

.newsdemo img{
	width:100%!important;
	height: auto;
}

.newsdemo video{
	width:100%!important;
	height:auto;
}
.icon-jubao {
	color: #666;
}

.newsPlArea {
	height: 51px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	padding: 4px 10px;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

.newsPlArea input {
	width: 76%;
	overflow: auto;
}

.newsPlArea button {
	height: 40px;
	width: 20%;
	background-color: #fff;
	border: 0;
	border-radius: 4px;
	overflow: hidden;
}

.newsPlArea .icon-fenxiang {
	font-size: 16px;
	color: #999;
}

.newsPl_list li:first-child {
	border-top: .5px solid #ccc;
	padding-top: 8px;
}

.newsPl_list .roundshap {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin-right: 10px;
	overflow: hidden;
}

.newsPl_list .roundshap img {
	width: 100%;
	height: 100%;
}

.newsPl_list .name {
	line-height: 40px;
	font-size: 16px;
	color: #888;
}

.newsPl_list .zannum {
	font-size: 14px;
	line-height: 40px;
	color: #999;
}

.newsPl_list .icon-dianzan {
	color: #999;
	font-size: 14px;
	line-height: 40px;
	margin-left: 8px;
}

.newsPl_list .active {
	color: #ff0000;
}

.newsPl_list .plinfo {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: justify;
	letter-spacing: 1px;
	padding-left: 48px;
}

.newsPl_list .hf {
	font-size: 14px;
	line-height: 40px;
	padding-left: 48px;
	color: #999;
}

.newsPl_list .hf span {
	color: #0187D0;
}

.newsPl_list .hf i {
	font-size: 14px;
}

.newsPl_list .hf .icon-iup {
	font-size: 12px;
	color: #666;
	margin-right: 20px;
}


/**
 * 暂无数据
 */

.nodata {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	margin-top: 35%;
	text-align: center;
	color: #ACACB4 !important;
}

.nodata i {
	font-size: 60px;
	color: #ACACB4 !important;
}

.nodata span {
	font-size: 18px;
	color: #ACACB4 !important;
}


/*自定义导航条样式*/

.customHead {
	/*padding-top: 20px;*/
	background: white;
	box-shadow: 0 0px 0px #ccc !important;
	border-bottom: .5px solid #ccc;
}



/*标题图片样式*/
.fullimg {
	padding-top: 50%;
}

.thinktank_company .imgbox {
	padding-top: 100%;
}

.bt_li .imgbox {
	padding-top: 26.5%;
}

/**
 * 泊位列表樣式
 */

.sailing-list:before {
	height: 0px!important;
}

.sailing-list:after {
	height: 0px!important;
}

.sailing-list li:after {
	height: 0px!important;
}

.sailing-list {
	background: rgba(0, 0, 0, 0);
}

.sailing-list li {
	padding: 7px!important;
	background: white;
	margin-top: 10px;
	border-radius: 2px;
}

.sailing-li-ship {
	font-size: 18px;
}

.sailing-li-ship i {
	color: #0870a5;
}

.sailing-li-ship .telephone {
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sailing-li-ship .telephone .icon-telephone {
	font-size: 20px!important;
}

.sailing-li-item {
	color: gray;
	font-size: 14px;
}

.sailing-li-item .item {
	margin-top: 5px;
}

.sailing-li-com {
	margin-top: 5px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 22px;
	line-height: 22px;
	
}

.sailing-li-com .titlea {
	width: 24px;
	border: #ff6600 1px solid;
	border-radius: 4px;
	font-size: 12px;
	color: #ff6600;
	margin-right: 5px;
	padding: 1px 2px;
	height: 18px;
	line-height: 18px;
}

.erweima>.fl{
	width: 50%;
	/*margin: 0 1%;*/
	margin-bottom: 10px;
}
.erweima>.fl img{
	width:60%;
	margin: 0 20%;
}