/* banner */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	position: relative;
	background-position: center;
	background-size: cover;
}

.swiper-slide>img {
	display: block;
	width: 100%;
}

.mySwiper {
	height: 1080px;
}

.swiper-wrapper {
	height: 1018px;
	overflow: hidden;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	right: 20%;
	left: auto;
	top: auto;
	bottom: 15%;
	z-index: 50;
	color: #fff;
	text-align: center;
	width: 54px;
	height: 54px;
	border-radius: 54px;
	border: 2px solid #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 15%;
	left: auto;
	top: auto;
	bottom: 15%;
	z-index: 50;
	color: #fff;
	text-align: center;
	width: 54px;
	height: 54px;
	border-radius: 54px;
	border: 2px solid #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 36px;
}

.swiper-pagination {
	display: none;
}

.swiper-mask {
	background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .5) 60%, transparent 100%);
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.bannerTitle {
	position: absolute;
	left: 50%;
	margin-left: -430px;
	bottom: 15%;
	z-index: 20;
	text-align: center;
}

.bannerTitle>p {
        display: none;
	margin-top: 15px;
	text-align: center;
	color: #000;
	font-size: 24px;
	width: 865px;
	font-family: AlibabaPuHuiTi-Medium;
        background: rgba(255, 255, 255, .4);
}

.bannerTitle .btns {
	margin-top: 87px;
	text-align: center;
}

.bannerTitle .btns>a {
	display: inline-block;
	margin: 0 16px;
	text-align: center;
	width: 158px;
	height: 57px;
	line-height: 57px;
	border: 2px solid #FFFFFF;
	border-radius: 28px;
	font-size: 22px;
	color: #FFFFFF;
}

.bannerTitle .btns>a:nth-child(1) {
	background: linear-gradient(0deg, #00A069, #00B4FF);
}

.bannerTitle .btns>a:nth-child(2) {
	background: #00B4FF;
}

/* 港口业务 */
.module-gkyw {
	margin-top: 50px;
}

.module-gkyw .content {
	width: 1480px;
}

.module-gkyw .top {
	margin-bottom: 80px;
}

.module-gkyw .content ul {
	margin: 0;
	padding: 0;
	/* display: flex;
	justify-content: space-between; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
}

.module-gkyw .content ul>li {
	/* float: left; */
	height: 316px;
	width: 274px;
	overflow: hidden;
}

.module-gkyw .content ul>li>a {
	margin-top: 28px;
	width: 100%;
	height: 266px;
	display: block;
	background: #ededed;
	border: 4px solid #fff;
}

.module-gkyw .content ul>li .cover {
	width: 266px;
	height: 194px;
	background-color: #00A069;
}

.module-gkyw .content ul>li .cover img {
	width: 100%;
	height: 100%;
}

.module-gkyw .content ul>li .info {
	position: relative;
	height: 72px;
	padding: 15px 35px 10px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #515151;
	background: #ededed;
}

.module-gkyw .content ul>li .info h4 {
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.module-gkyw .content ul>li .info p {
	height: 25px;
	overflow: hidden;
}

.module-gkyw .content ul>li .info .icon {
	position: absolute;
	right: 15px;
	top: 20px;
}

.module-gkyw .content ul>li .info .icon .iconfont {
	font-size: 20px;
	font-weight: bold;
}

.module-gkyw .content ul>li:hover {}

.module-gkyw .content ul>li:hover>a {
	margin-top: 0;
	height: 316px;
	background-color: #141A1A;
	border: 4px solid #00D0B0;
	border-radius: 5px;
}

.module-gkyw .content ul>li:hover .cover {
	width: 266px;
	height: 220px;
}

.module-gkyw .content ul>li:hover .info {
	color: #FFFFFF;
	background-color: #141A1A;
}

.module-gkyw .content ul>li:hover .info h4 {
	color: #FFFFFF;
}

.module-gkyw .content ul>li:hover .info span.icon_arrow {
	background-image: url(../images/icon_arrow_hover.png);
}

.tabNavUl {
	padding: 0;
	margin: 0;
}

.tabNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tabNavUl li {
	float: left;
	margin: 0 30px;
	list-style: none;
	width: 147px;
	height: 48px;
	border: 1px solid #000000;
	font-size: 24px;
	font-weight: normal;
	color: #515151;
	text-align: center;
	cursor: pointer;
}

.tabNavUl li>a {}

.tabNavUl li.active {
	border: 1px solid #008E78;
	color: #008F79;
}

/* 港口新闻 */
.module-gkxw .content {
	width: 1378px;
}

.homeNews {
	display: none;
}

.homeNews.active {
	display: block;
}

.gkxwUl li {
	position: relative;
	padding-left: 73px;
	padding-top: 30px;
}

.gkxwUl {
	margin-top: 92px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
}

.gkxwUl .info {
	padding: 20px 45px 20px 50px;
	width: 369px;
	height: 270px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
}

.gkxwUl .info .txt {
	margin-bottom: 50px;
	word-break: break-all;
}

.gkxwUl .info .txt>h4 {
	font-size: 24px;
	font-weight: normal;
	color: #8B8B8B;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gkxwUl .info .txt>p {
	font-size: 24px;
	font-weight: normal;
	color: #353535;
	height: 75px;
	overflow: hidden;
}

.gkxwUl .info .detail>a {
	display: block;
	width: 151px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #009B83;
	font-size: 20px;
	font-weight: normal;
	color: #008F79;
}

.gkxwUl li .date {
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px 10px;
	width: 110px;
	height: 139px;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	background: #00D0B0;
}

.gkxwUl li .date b {
	font-size: 30px;
}

/* 党建工作 */
.module-djgz .content {
	overflow: hidden;
	margin-top: 85px;
	width: 100%;
	height: 610px;
	background: url(../images/bg_djgz.png) no-repeat;
}

.module-djgz .content .pics {
	width: 1378px;
	margin: 163px auto 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
}

/* 关于我们 */
.module-gywm {
	overflow: hidden;
	width: 100%;
	height: 610px;
	background: url(../images/bg_gywm.png) no-repeat top right;
}

.module-gywm .content {
	width: 1378px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
}

.gywmUl {
	width: 100%;
	margin-top: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
}

.gywmUl li {
	width: 251px;
	height: 307px;
	text-align: center;
	background: #E3E3E3;
	font-size: 30px;
	font-weight: normal;
	color: #515151;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gywmUl li:first-child {
	background: #00D0B0;
	color: #fff;
}

.gywmUl li:first-child .number {
	color: #fff;
}

.gywmUl li .number {
	font-size: 48px;
	font-weight: bold;
	color: #414141;
}

/* 白云飘 */
@-webkit-keyframes STAR-MOVE {
	from {
		background-position: 0% 0%
	}

	to {
		background-position: 600% 0%
	}
}

@keyframes STAR-MOVE {
	from {
		background-position: 0% 0%
	}

	to {
		background-position: 600% 0%
	}
}

.wall {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 224px;
}

div#midground {
	background: url('../images/cloud.png') repeat 20% 0%;
	z-index: 1;
	-webkit-animation: STAR-MOVE 100s linear infinite;
	-moz-animation: STAR-MOVE 100s linear infinite;
	-ms-animation: STAR-MOVE 100s linear infinite;
	animation: STAR-MOVE 100s linear infinite;
}

div#foreground {
	background: url('../images/foreground.png') repeat 35% 0%;
	z-index: 2;
	-webkit-animation: STAR-MOVE 50s linear infinite;
	-moz-animation: STAR-MOVE 50s linear infinite;
	-ms-animation: STAR-MOVE 50s linear infinite;
	animation: STAR-MOVE 50s linear infinite;
}


/* 多媒体查询 */
@media screen and (max-width: 768px) {
	html {
		font-size: 62.5%;
	}

	.mySwiper {
		height: 20rem;
	}

	.bannerTitle {
		display: none;
	}

	.module-gkyw .content,
	.module-djgz .content .pics,
	.module-gywm .content,
	.module-gkyw .content ul>li .cover {
		width: 100%;
	}

	.module-gkyw .content ul {
		justify-content: space-around;
		flex-flow: row wrap;
	}

	.gkxwUl {
		flex-flow: row wrap;
	}

	.module-gkyw .content ul>li:last-child,
	.gkxwUl li:last-child {
		display: none;
	}

	.tabNav {
		align-items: center;
	}

	.tabNavUl li {
		width: 7.5rem;
		font-size: 1.6rem;
		height: auto;
		margin: 0 1rem;
	}

	.module-gkyw .top {
		margin-bottom: 20px;
	}

	.module-gkxw .content {
		width: 100%;
	}

	.module-gkyw .content ul>li {
		width: 50%;
	}

	.module-gkyw .content ul>li:hover>a {
		margin-top: 28px;
		height: 266px;
		background-color: #ededed;
		border: 4px solid #fff;
		border-radius: 0;
	}

	.module-gkyw .content ul>li:hover .cover {
		width: 100%;
		height: 194px;
	}

	.module-gkyw .content ul>li:hover .info {
		color: #515151;
		background-color: #ededed;
	}

	.module-gkyw .content ul>li:hover .info h4 {
		color: #515151;
	}

	.module-gkyw .content ul>li:hover .info span.icon_arrow {
		background-image: url(../images/icon_arrow.png);
	}

	.gkxwUl,
	.module-djgz .content {
		margin-top: 20px;
	}

	.gkxwUl li {
		position: relative;
		padding-left: 3%;
		padding-top: 4%;
		width: 50%;
	}

	.gkxwUl li .date {
		width: auto;
		height: auto;
		font-size: 1rem;
		padding: 5px;
	}

	.gkxwUl li .date b {
		display: block;
		font-size: 1.5rem;
	}

	.gkxwUl .info .detail>a {
		width: auto;
		height: auto;
		font-size: 1.5rem;
	}

	.gkxwUl .info {
		width: 90%;
	}

	.gkxwUl .info .txt>h4,
	.gkxwUl .info .txt>p {
		font-size: 1.5rem;
	}

	.module-djgz .content {
		height: auto;
		background-size: 100% 100%;
	}

	.module-djgz .content .pics {
		margin: 5rem 0;
	}

	.module-djgz .content .pics>a {
		width: 30%;
	}

	.module-djgz .content .pics>a>img {
		width: 100%;
	}



	/* 关于我们 */
	.module-gywm {
		height: auto;
	}

	.gywmUl,
	.gywmUl li {
		flex-direction: column;
		align-items: center;
	}

	.gywmUl li {
		width: 80%;
		margin-bottom: 5px;
		flex-direction: row;
		align-items: center;
		height: auto;
		justify-content: flex-start;
		padding: 5px 0 5px 5%;
	}

	.gywmUl li,
	.gywmUl li .number {
		font-size: 2rem;
	}

	.gywmUl li>.icon,
	.gywmUl li>.number {
		margin-right: 10px;
	}

	.gywmUl li>.icon {
		width: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

@media screen and (min-width: 992px) and (max-width:1240px) {
	.module-gkyw .content {
		width: 1100px;
	}

	.module-gkyw .content ul>li .cover {
		width: 212px;
		height: 170px;
	}

	.module-gkyw .content ul>li:hover .cover {
		width: 213px;
		height: 170px;
	}

	.cmModule .top {
		width: 1100px;
	}

	.module-gkxw .content {
		width: 1100px;
	}

	.gkxwUl .info {
		width: 290px;
	}

	.module-gywm .content {
		width: 1100px;
	}

	.gywmUl li {
		width: 210px;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 5%;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		right: 10%;
	}

	.bannerTitle {
		bottom: 10%;
	}

	.bannerTitle>img {
		width: 65%;
	}

	.bannerTitle>p {
		font-size: 20px;
	}

	.bannerTitle>.btns {
		margin-top: 30px;
	}

	.bannerTitle>.btns>a {
		width: 140px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		bottom: 10%;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		bottom: 10%;
	}
}

@media screen and (min-width: 1241px) and (max-width:1440px) {

	/* 首页 */
	.mySwiper {
		height: 680px;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 5%;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		right: 10%;
	}

	.bannerTitle {
		bottom: 10%;
	}

	.bannerTitle>img {
		width: 70%;
	}

	.bannerTitle>p {
		font-size: 20px;
	}

	.bannerTitle>.btns {
		margin-top: 30px;
	}

	.bannerTitle>.btns>a {
		width: 140px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		bottom: 10%;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		bottom: 10%;
	}

	.module-gkyw .content {
		width: 1200px;
	}

	.module-gkyw .content ul>li .cover {
		width: 231px;
		height: 170px;
	}

	.module-gkyw .content ul>li:hover .cover {
		width: 232px;
		height: 170px;
	}

	.cmModule .top {
		width: 1200px;
	}

	.module-gkxw .content {
		width: 1200px;
	}

	.gkxwUl .info {
		width: 320px;
	}

	.module-gywm .content {
		width: 1200px;
	}

	.gywmUl li {
		width: 230px;
	}
}

@media screen and (min-width: 1441px) and (max-width:1500px) {

	.module-gkyw .content {
		width: 1400px;
	}

	.bannerTitle .btns {
		margin-top: 40px;
	}

	.bannerTitle>img {
		width: 70%;
	}
}
