.container{
	margin-left: auto;
	margin-right: auto;
	width: 1320px;
	position: relative;
}
/* 头部~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
header{
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
	font-family: "Roboto", sans-serif;
}
header .transparent-header{
	width: 100%;
	height: 100%;
	margin-top: 20px;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
header .transparent-header-2{
	margin-top:0;
	background-color: #11111f;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
/* 头部-LOGO */
header .transparent-header .container{
	height: 90px;
	line-height: 90px;
}
header .transparent-header .container .logo-box{
	display: inline-block;
	height: 90px;
	vertical-align: top;
	padding: 10px 0;
	margin-right: 80px;
	box-sizing: border-box;
}
header .transparent-header .container .logo-box a{
	display: block;
	width: 100%;
	height: 100%;
	font-family: "Roboto", sans-serif;
}
header .transparent-header .container .logo-box .logo{
	display: inline-block;
	width: 65px;
	height: 65px;
	background-color: #ff5e14;
	border-radius: 8px;
	background-image: url(../img/LOGO.png);
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 15px;
}
header .transparent-header .container .logo-box .logo-font{
	display: inline-block;
	vertical-align: top;
}
header .transparent-header .container .logo-box .logo-font h1{
	font-size: 36px;
	line-height: 42px;
	font-family: "arial black";
	color: #FFFFFF;
}
header .transparent-header .container .logo-box .logo-font h2{
	font-size: 16px;
	line-height: 30px;
	color: #999;
}
/* 头部- 导航 */
header nav{
	display: inline-block;
	font-size: 14px;
}
header nav ul li{
	float: left;
	margin-right: 40px;
	font-weight: bold;
	color: #777777;
}
header nav ul li a{
	color: #CCCCCC;
	display: block;
	width: 100%;
	height: 100%;
}
header nav ul li a:hover{
	color: #fff
}
header nav ul li .current_page:hover{
	color: #ff5e14;
}
header nav ul li .submenu{
	display: none;
}
/* 头部-登录 */
header .loginBar_box{
	position: absolute;
	right: 0;
	top: 0;
}
header .loginBar_box>div{
	display: inline-block;
	margin-right: 20px;
}
/* 语言 */
header .loginBar_box .language{
	display: inline-block;
	width: 80px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	font-weight: 600;
}
header .loginBar_box .language .submenu{
	display: none;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 99%;
	width: 150px;
	line-height: 50px;
	border: 1px solid #CCCCCC;
	border-top: 3px solid #ff5e14;
}
header .loginBar_box .language:hover .submenu{
	display: block;
}
header .loginBar_box .language .submenu:hover{
	display: block;
}
header .loginBar_box .language .submenu li a{
	display: block;
	color: #666666;
}
header .loginBar_box .language .submenu li a:hover{
	color: #ff5e14;
	text-decoration: underline;
}
/* 联系我们 */
header .loginBar_box .quatation{
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	background-color: #222;
	cursor: pointer;
}
header .loginBar_box .quatation:hover{
	background-color: #ff5e14;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
header .loginBar_box .quatation a{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;

}
/* 内容~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
main{
	margin-top: 0;
}
/* 标题 */
main section .container .section-title-wrapper {
	margin-bottom: 50px;
}
main section .container .section-title-wrapper .section-pre-title{
	font-size: 14px;
	font-weight: 500;
	color: #ff5e14;
	display: inline-block;
	margin-bottom: 5px;
}
main section .container .section-title-wrapper .section-title{
	font-size: 60px;
	font-weight: 600;
	color: #222222;
	font-family: "Poppins", sans-serif;
	margin-top: 0px;
	line-height: 1.16;
}
/* 主页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
main section.item_home{
	background-image: url(../img/item_home/map.png);
	min-height: 465px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #1a1a2b;
	position: relative;
	padding-top: 200px;
	box-sizing: border-box;
}
/* 主页——背景 */
main section.item_home .home_bg{
	background-image: url(../img/item_home/hero-bg.jpg);
	background-image: url(../img/item_home/船仰视1.jpg);
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
main section.item_home .home_bg::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(255, 94, 20, 0.7) */
}
/* 主页——内容 */
main section.item_home .container p{
	font-size: 20px;
	color: #ffffff;
	opacity: 0.6;
	display: inline-block;
	margin-bottom: 10px;
}
main section.item_home .container h2{
	width: 550px;
	font-size: 72px;
	line-height: 90px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 40px;
}

/* 简介~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
main section.item_news .container{
	padding-top: 80px;
	padding-bottom: 80px;
}
main section.item_news .container .news_preview{
	border: 1px solid #CCCCCC;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
main section.item_news .container .news_preview:hover{
	border-color: #ff5e14;
}
main section.item_news .container .news_preview>a{
	display: block;
	width: 100%;
	height: 100%;
}
main section.item_news .container .news_preview .news_pic{
	height: 400px;
	background-color: coral;
	background-image: url(../img/news/港口.png);
	background-size: 100% auto;
	background-position: center;
	margin-bottom: 20px;
}
main section.item_news .container .news_preview .news_date{
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 4px solid #CCCCCC;
	border-radius: 8px;
	margin-right: 30px;
}
main section.item_news .container .news_preview:hover .news_date{
	border-color: #ff5e14;
	color: #ff5e14;;
}
main section.item_news .container .news_preview .news_date p:nth-child(1){
	line-height: 60px;
	font-size: 30px;
	font-weight: 600;
}
main section.item_news .container .news_preview .news_date p:nth-child(2){
	line-height: 30px;
	font-size: 26px;
	font-weight: 600;
}
main section.item_news .container .news_preview .news_title{
	font-family: "Poppins", sans-serif;
	color: #1a1a2b;
	margin-top: 0px;
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 18px;
	letter-spacing: -1px;
}
main section.item_news .container .news_preview:hover .news_title{
	color: #ff5e14;
}
main section.item_news .container .news_preview .news_summary{
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
main section.item_news .container .news_preview:hover .news_summary{
	color: #ff5e14;
}
