*{
	font-family:"微软雅黑" !important;
}
.clearFloat{
	overflow: hidden;
}
.wosBanner{
	height: 60px;
	width: 100%;
	background: #40ccf6;
}
.wosBannerContent{
	max-width: 1200px;
	margin: 0px auto;
	width:100%;
	overflow:hidden;
	min-width:490px;
}
.wosBannerContent h3,.wosBannerContent h3 a{
	font-size: 20px;
	color: #ffffff;
	line-height: 60px;
	float: left;
	text-decoration: none;
}

.wosBannerContent p{
	font-size: 18px;
	color: #ffffff;
	float: right;
	line-height: 45px;
	margin-top: 8px;
	margin-right: 12px;
}

.wosPowerButton{
	padding: 10px 15px;
	background: #64c800;
	color: #ffffff;
	border-radius: 10px;
	border: none;
	font-size: 18px;
	cursor: pointer;
	margin-left: 30px;
}

.wosDiv{
	max-width: 1200px;
	margin: 17px auto 0;
	width:100%;
}
.wosTitle{
	width: 100%;
	padding:10px 0;
}
.wosTitle:after{
	content:'';
	display:block;
	clear:both;
}
.wosTitle li{
	float: left;
	width: 30.33%;
	text-align: center;
	list-style: none;
	margin: 5px 14px;
	min-width:250px;
}
.wosTitle li h4{
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	color: #ff6600;
	font-weight: normal;
	width: 100%;
	cursor: pointer;
	box-shadow: 3px 3px 5px #999;
	border-radius: 20px;
}
.wosTitle li h4 a{
	color: #ecf1f2;
	display:block;
	width:100%;
	height:100%;
}
.wosTitle li:nth-child(1) h4{
	/*background: #40ccf6;*/
	background-color:#40ccf6;
}
.wosTitle li:nth-child(2) h4{
	/*background: #ff6600;*/
	background-color:#40ccf6;
}
.wosTitle li:nth-child(3) h4{
	/*background: #ff0000;*/
	background-color:#40ccf6;
}

.wosTitle li:nth-child(1) h4:hover,.wosTitle li:nth-child(1) h4.currentTitle{
	/*background: #09c1f8;*/
	background: #ff0000;
}
.wosTitle li:nth-child(2) h4:hover,.wosTitle li:nth-child(2) h4.currentTitle{
	/*background: #d45b0b;*/
	background: #ff0000;
}
.wosTitle li:nth-child(3) h4:hover,.wosTitle li:nth-child(3) h4.currentTitle{
	/*background: #cd0707;*/
	background: #ff0000;
}

.wosTitle li:nth-child(1) h4:hover a,.wosTitle li:nth-child(1) h4.currentTitle a,
.wosTitle li:nth-child(2) h4:hover a,.wosTitle li:nth-child(2) h4.currentTitle a,
.wosTitle li:nth-child(3) h4:hover a,.wosTitle li:nth-child(3) h4.currentTitle a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.wosTitle li p{
	width: 100%;
	font-size: 14px;
	color: #333333;
	height: 33px;
	line-height: 35px;
	margin-top: 14px;
	background: #eaeaea;
	border: 1px solid #e4e9ea;
	border-top: none;
	border-bottom: none;
}

.wosFilter{
	margin: 23px 0px 15px;
}

.wosFilter select{
	width: 280px;
	border: 1px solid #b5b5b5;
	color: #333333;
	height: 30px;
	margin:5px 10px 5px 0;
	float: left;
}

.wosDetail{
	color: #333333;
	
	line-height: 22px;
	text-align: center;
}
.wosDetail th{
	font-weight: normal;
	font-size: 14px;
}
.wosDetail td{ 
	padding: 18px 0px;
	border-bottom: 1px solid #b5b5b5;
	font-size: 12px;
}
.wosDetail tr td:last-child{
	text-align: right;
}
.wosDetail td input{
	padding: 8px 18px;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	border-radius: 5px;
	background: #40ccf6;
	border: none;
	cursor: pointer;
	margin-right: 10px;
}
.wosDetail td input:hover{
	box-shadow: 2px 2px 7px rgba(100,100,100,0.5);
}
input[type=button]:hover{
	0background: #58b000;
}

.wosDetail tr:last-child td{
	border-bottom: none;
}

.wosPagerNav{
	width: auto;
	margin: 20px auto 20px;
	height: 29px;
	text-align: center;
}

.wosPagerNav a{
	font-size: 14px;
	color: #333333;
	padding: 1px 5px;
	border: 1px solid #ababab;
	line-height: 14px;
	cursor: pointer;
}
.wosPagerNav a.pageNum{
	border: 1px solid transparent;
}
.wosPagerNav a:hover,.wosPagerNav a.currentPager{
	color: #f26c47;
	border:1px solid #f26c47;
}

.wosPagerNav a.pageNum:hover{
	color: #333333;
	border: 1px solid transparent;
	cursor: auto;
}
.prevPage{
	margin-right: 10px;
}
.nextPage{
	margin-left: 10px;
}

.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgb(0,0,0,0.5);
	display: none;
	z-index: 10;
	background: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	
}
.wosPopup{
	position: fixed;
	width: 310px;
	left: 50%;
	top: 50%;
	margin-left: -105px;
	box-shadow: 0 0 31px rgba(0,0,0,0.2);
	background-color:#ffffff;
	box-sizing: border-box;
	z-index: 10;
	margin-top: -106px;
	padding-bottom: 20px;
	border-radius:8px;
	overflow:hidden;
}


.wosPopup>h1{
	width:100%;
	height:40px;
    font-size:16px;
    font-weight:normal;
    line-height:40px;
    background: #40ccf6;
    text-indent: 10px;
    color: #ffffff;
    margin:0;
}


.wosNoPower{
	font-size: 14px;
	
	text-align: center;
	margin: 40px 0px;
}

.wosPopup a,.wosPopup input[type=button]{
	border: none;
	background: #40ccf6;
	color: #ffffff;
	border-radius: 5px;
	width: 130px;
	height: 28px;
	line-height: 28px;
	font-weight: 700;
	cursor: pointer;
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
}
.wosPopup a:visited{
	color: #ffffff;
}

.popupContent{
	color: #333333;
}

#popupNoPower .popupContent{
	text-align: center;
}
#popupNoPower,#popupPower,#popupShipowner,#popupShipownerSuccess{
	display: none;
}

.wosPower{
	margin: 10px;
}

.wosPower span{
	display: block;
	font-size: 14px;
	line-height: 30px;
}


#popupPower{
	width: 510px;
	margin-left: -255px;
}

#popupPower input{
	margin-left: 17px;
}
#popupPower input:last-child{
	margin-left: 10px;	
}



#popupShipowner{
	width: 800px;
	margin-left: -410px;
	top: 100px;
	padding-bottom: 50px;
}

.shipownerTitle{
	font-size: 18px;
	font-weight: normal;
	text-indent: 10px;
}

.wosShipowner{
	margin: 10px;
	font-size: 14px;
	line-height: 22px;
}

#popupShipowner .shipownerBtns>input:first-child{
	margin-left: 222px;
}

.shipownerBtns{
	width: 100%;
	overflow: hidden;
	background-color: rgb(156,156,156,0.5);
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 0px 0px 14px;
	padding: 10px 0px;
}
.shipownerBtns p{ 
	float: left;
	text-indent: 139px;
	font-size: 18px;
	line-height: 40px;
}

.shipownerBtns input{ 
	float: left;
}

#popupShipownerSuccess .popupContent{
	margin: 20px 0px 10px;
}

#popupShipownerSuccess input{
	margin:20px 0px 0px 125px;
}


/*升极权限页面样式 */
.upgradeDiv{
	padding-left: 225px;
	position: relative;
	padding-bottom: 50px;
}

.upgradeDiv>h2{
	position: absolute;
	left: 36px;
	top: 0px;
	font-size: 20px;
	color:#333 ;
	line-height: 40px;
	border-bottom: 4px solid #40ccf6;
	display: inline-block;
	font-weight: normal;
}

.upgradeDiv>h3{
	font-size:18px ;
	color: #333 ;
	font-weight: normal;
	line-height: 30px;
}

.upgradeDiv>h3 span,.upgradeDiv p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.limitList{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    display: block;
    width: 100%;
    padding:0 5px;
    box-sizing:border-box;
}
.windowOfDate{
	width:90px;
}
.listCount{
	width:45px;
}
.yearOfBuilt{
	width:65px;
}
.registHeight{
	width:70px;
}
.builtCom{
    max-width: 330px;
}
.shipClass{
    max-width: 220px;
}
.shipType{
    max-width: 150px;
}
.builtCom:hover,.shipClass:hover,.shipType:hover{
	background-color:#64c800;
	color:#fff;
	border-radius:3px;
	box-sizing:border-box;
}