<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul li {
	list-style: none;
}

img {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	display: block;
	object-fit: cover;
}

html,
body {
	width: 100%;
	height: 100%;
	/*overflow: auto;*/
	background: #ffffff;
	font-size: 14px;
	color: #333;
}

a {
	text-decoration: none;
}

.main {
	padding-top: 1.54rem;
}
.right_text{
  position: fixed;
  right: 100px;
  top: 185px;
  width: 94px;
}
.right_text p{
 padding-top: 0.1rem;
    font-size: 0.1rem;
 line-height: .23rem;
}
.ceil-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ceil-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

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

.flex.jlr {
	justify-content: space-between;
}

.flex.j-center {
	justify-content: center;
}

.flex.j-end {
	justify-content: flex-end;
}

.flex.a-center {
	align-items: center;
}

.flex.a-end {
	align-items: flex-end;
}

.flex.col {
	flex-direction: column;
}

.flex.wrap {
	flex-wrap: wrap;
}

.flex .fx1 {
	flex: 1;
}

.full {
	height: 100%;
}

.header {
	width: 100%;
	border-top: 30px solid #49c2d7;
	height: 1.54rem;
	box-sizing: content-box;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 0px .3rem;
}

.logo {
	width: 3.6rem;
	position: absolute;
	left: 48%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.l2{left:49.5%}
.navButton {
	padding-left: 35px;
	font-size: .24rem;
	cursor: pointer;
	min-height: 25px;
	color: #fff;
	position: relative;
	z-index: 9;
}

.navButton .navIcon {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.navButton .closeIcon {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	line-height: 150%;
}

.navButton .closeIcon::before {
	content: '\2715';
	color: #fff;
	font-size: 25px;
	line-height: 100%;
}

.navButton .navIcon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	margin: 4px 0px;
}

.navButton .navIcon span:nth-child(1) {
	margin-top: 25%;
}

.navButton .navIcon span:nth-child(2) {
	width: 80%;
}

.navButton .navIcon span:nth-child(3) {
	width: 60%;
}

.image {
	position: relative;
}

.dialogTxt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 2;
	color: #fff;
}

.dialogTxt .zhTxt {
	font-size: .68rem;
	font-weight: 400;
	text-shadow: 0 -1px 2px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .5);
}

.dialogTxt .zhTxt.blod {
	font-weight: 600;
}

.dialogTxt .enTxt {
	font-size: .34rem;
	margin-top: .2rem;
	text-shadow: 0 -1px 2px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .5);
}

.homeImage2 {
	margin: .5rem 0px;
}

.homeImage4-image {
	height: 4rem;
}

.homeImage4-text {
	font-size: .38rem;
	text-align: center;
	padding: .2rem;
}

.homeImage4-text span {
	font-size: .24rem;
	text-align: center;
}

.dialogMenu {
	width: 100%;
	height: 100%;
	background: url(../img/menuBgs.png) no-repeat #000;
	background-size: 100% 90%;
	background-position-y: 100%;
	z-index: -1;
	opacity: 0;
	transition: all .3s ease-in-out;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 30px solid #49c2d7;
}

.dialogheader {
	height: 1.54rem;
	background: #000;
	width: 100%;
	padding: 0px .3rem;
}

.dialogMenu ul {
	padding: 8% 15%;
}

.dialogMenu ul li {
	margin: .28rem 0px;
}

.dialogMenu ul li a {
	font-size: .40rem;
	font-weight: 600;
	position: relative;
	color: #fff;
}
.dialogMenu ul li a p{position: absolute; left: 120%; white-space: nowrap; top: 0; opacity: 0; transition: all .3s ease-in-out; }
.dialogMenu ul li:hover a{
	color: #009c92;
	text-decoration: underline;
}
.dialogMenu ul li:hover a p{
	opacity: 1;
}
.footer {
	width: 100%;
	background: #000000;
	padding: 2% 5%;
	
}

.footer h2 {
	color: #489aca;
	text-align: center;
	font-size: .42rem;
}

.footer .icon {
	width: .4rem;
	height: .4rem;
	margin-right: .2rem;
}

.footer .contentItem {
	margin: .2rem 0px;
	color: #47bbff;
	font-size: .24rem;
	opacity: .6;
}

.footer_img {
	width: 100%;
	height: 60px;
	padding: 0px 5%;
	color: #fff;
	font-size: .2rem;
	background: url(../img/fotBg.png) no-repeat;
	background-size: cover;
	border-bottom: 30px solid #49c2d7;
}

/*yacht*/
.yacht h1 {
	padding-top: .8rem;
	font-size: .5rem;
	text-align: center;
}

.yacht-enTxt {
	font-size: .24rem;
	text-align: center;
	padding-bottom: .75rem;
	margin-top: .1rem;
}

.wrap-line {
	width: 80%;
	padding-left: 20%;
	position: relative;
	min-height: 60px;
}

.wrap-line::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: .28rem;
}
.eng1::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: .2rem;
}
.engt1{ margin-top: -.4rem;}
.eng3::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: .6rem;
}
.abx1{padding-top: 1.23rem;}
.abx1::before {top: .7rem;}
.abx2::before {top: .3rem;}
.abt2{margin-top: -1.62rem;}
.abt3{margin-top: -2rem;}
@media screen and (max-width: 1200px){
	.engt1{ margin-top: -.5rem;}
.eng1::before {	top: .1rem;}	
.eng2::before {	top: .6rem;}
.eng3::before {	top: .56rem;}
.abx1{padding-top: 1.3rem;}
.abx1::before {top: .5rem;}
	.abt2{margin-top: -1.89rem;}
	.abt3{margin-top: -2.29rem;}
	
}
.wrap-line .itemContainer {
	max-width: 49%;
	min-width: 49%;
}
.thg{ padding-top:.6rem; }
.thg2{ padding-top:.5rem; }

.wrap-line .itemContainer .title {
	line-height: .3rem;
	font-size: .23rem;
	font-weight:bold;
}

.wrap-line .itemContainer .text {
	padding-right: 10px;
	padding-top: 10px;
	color: #000;
	font-size: 16px;
	line-height: 0.31rem;
}

.wrap-line .itemContainer .text p {
	margin-top: .15rem;
}

.yecht-imgGroup {
	margin-top: .4rem;
}

.engineering {
	background: url(../img/img3/bg1.jpg), url(../img/img3/bg2.jpg) 0px 32rem, url(../img/img3/bg3.jpg) 0px 60rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.engineering-imgGroup {
	width: 60%;
	margin: .2rem auto;
}

.engineering-imgGroup-item1 {
	width: 49%;
}

/*news*/
.news {
	width: 100%;
	background: url(../img/img3/bg1.jpg);
	background-attachment: fixed;
	padding: 5% 0px;


}

.newsList {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.newsList .item {
	width: 31.33%;
	margin: 1%;
}

.newsList .item .image {
	width: 100%;
	height: 2.8rem;
	background: #000;
}

.newsList .item .image img {
	width: 100%;
	height: 100%;
}

.newsList .item .newsText {
	background: #878787;
	margin-top: 0px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.beijing {
	width: 100%;
	height: 10rem;
	background: url(../img/contact/beijing.jpg) no-repeat;
	background-size: 100% auto;
}
.italy {
	width: 100%;
	height: 10rem;
	background: url(../img/contact/italy.jpg) no-repeat;
	background-size: 100% auto;
	margin-top: 2rem;
}
.address_wrap{width: 80%; background: rgba(255,255,255,0.8); padding: .5rem 0px;}
.address_wrap_title{height: .38rem; border-bottom: 2px solid #000;}
.address_wrap_title_cont{padding-left: 20vw;}
.address_wrap_title_cont h4{font-weight: 500; font-size: .28rem; flex: 1;}
.address_wrap_container{font-size: .18rem; padding-top: .26rem; padding-left: 20vw; line-height: 2;}
.address_wrap_container .address{flex:1;}
@media screen and (max-width: 1000px) {
.right_text{ display: none;}
}
@media screen and (max-width: 750px) {
	.dialogTxt .zhTxt{font-size: .42rem;}
	.enTxt{text-align: center;}
	.dialogMenu ul{padding-top: 25%;}
	.dialogMenu{background-position-y: 70%;}
	.wrap-line{width: 100%; padding-left: .3rem; padding-right: .3rem;}
	.gongzuoshi{margin-top: 1.7rem !important;}
	.address_wrap{width: 100%; padding-left: .3rem; padding-right: .3rem;}
	.address_wrap_title_cont{padding-left: 0;}
	.address_wrap_container{padding-left: 0;}
	.beijing,.italy{background-size: cover; background-position: center center;}
	.engineering-imgGroup{width: 100%;}
	.newsList .item .image{height: 1.8rem !important;}
	.dialogMenu ul{padding-left: 3%;}
	.dialogMenu ul li a{font-size: .36rem;}
	/*.wrap-line .itemContainer .text{max-height: 2.5rem; overflow: auto;}*/
	.newsList .item{width: 48%;}
	.newsList .item .newsText{line-height: .5rem; height: .5rem;}
	.wrap-line .itemContainer .text {	font-size: 14px;	line-height: 0.3rem;}
	.thg{ padding-top:.9rem; }
	.thg2{ padding-top:.45rem; }
	.right_text{ display: none;}
	.engt1{ margin-top: -.5rem;}
	.eng1::before {	top: .12rem;}	
	.eng2::before {	top: .65rem;}
	.eng3::before {	top: .6rem;}
	.abx1::before {top: .22rem;}
	.cfd1{margin-top: 0.23rem;}
	.abt2{margin-top: -2.28rem;}
	.abt3{margin-top: -3rem;}
	.abx1{padding-top: 1.47rem;}
}
</pre></body></html>