﻿@charset "utf-8";
img {
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
.section {
	width: 90%;
	max-width:1380px;
	margin:0 auto;
}
i.y, .btn i.y {
    display: inline-block;
	transform: translateY(-1px);
}
.btn {
	display: flex;
    align-items: center;
	justify-content: center;
    border: #009688 1px solid;
    color: #fff;
    background: #009688;
    font-size: 15px;
    line-height: 1;
    padding: 12px 40px;
    transition: all .3s;
	cursor:pointer;
	box-shadow:2px 2px 10px rgba(0, 47, 167, .2);
}
.btn:hover {
	color:rgba(255, 255, 255, 0.9)!important;
	box-shadow:2px 2px 10px rgba(0, 47, 167, .4);
}
.btn i {
	font-size: 17px;
}
.btn:not(.l) i {
	font-size: 15px;
}
.btn.l i {
	margin: 0 7px 0 0;
}
.header {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	width: 100%;
}
.header > .section {
	width: 86%;
	max-width:1320px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .logo {
	flex-shrink: 0;
}
.header .logo a {
	display: flex;
    align-items: center;
}
.header .logo a:hover {
	color:inherit;
}
.header .logo img {
	width: auto;
    height: 60px;
    margin: 20px 0;
}
.header .logo span {
	font-size: 20px;
    padding: 0 0 0 25px;
    text-transform: uppercase;
    line-height: 1;
}
.header .logo span font {
	display:block;
	font-size: 24px;
	font-weight:bold;
}
.header p {
	padding: 0 50px;
}
.header p a {
	padding: 0 20px;
    font-size: 18px;
}
.header p a i {
	color: #ff5722;
    margin: 0 7px 0 0;
    font-size: 24px;
}
.header .btn {
    padding: 10px 30px;
}
.header .ui-nav {
	width:100%;
	border:0;
	word-break: keep-all;
	cursor:default;
	background: #0d3869;
}
.header .ui-nav > ul {
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.header .ui-nav a {
	padding: 17px 20px;
	margin: 0 8px;
	color:#fff;
	font-size:15px;
}
.header .ui-nav > ul > li:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 3px;
    background: #ff9800;
	opacity: 0;
    transition: all .5s;
}
.header .ui-nav > ul > li:not(.on):hover:after {
    width: calc(100% - 60px);
	opacity: 1;
}
.header .ui-nav > ul > .on:after {
    width: 30px;
	opacity: 1;
}
.header .ui-nav .more > i {
    line-height: 49px;
}
.header .ui-nav .more a {
	margin: 0 5px;
    padding: 8px 20px;
	font-size:14px;
}
.header .ui-nav .more li:hover a {
    opacity: .7;
}
.header .ui-nav .more > ul {
	top: 49px;
	right: -18px;
	padding:10px 0;
	background: #0d3869;
}
.header .ui-nav ul li:not(.more) ul {
	max-height: 60vh;
    overflow-x: hidden;
	scrollbar-width: thin;
}
.header .ui-nav ul li ul::-webkit-scrollbar {
 width: 4px;
 height: 4px;
}
.header .ui-nav ul li ul::-webkit-scrollbar-thumb {
 border-radius: 2px;
 background: #ff9800;
}
.header .ui-nav ul li ul::-webkit-scrollbar-track {
 background: #002fa7;
}
.line {
	position: relative;
	width: 100px;
	height: 2px;
	margin: 20px auto 0 auto;
    background: #ff9800;
}
.swiper {
	margin: 149px 0 0 0;
}
.swiper ul li:after, .swiper ul li:first-child:before {
	content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
	cursor:default;
}
.swiper ul li:first-child:before {
    left: auto;
    right: 11px;
}
.banner {
	position: relative;
    width: 100%;
    height: 360px;
    background: #fff url(../img/bg1.jpg) no-repeat center / cover;
}
.banner .con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index:2;
    max-width: 1320px;
}
.banner .con .ts {
	color: #fff;
    font-size: 18px;
    opacity: .8;
    padding: 10px 0 40px 0;
}
.banner .con .t {
	color: #fff;
    font-size: 58px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, .7));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner .con .t.sm {
	font-size: 48px;
	line-height: 52px;
}
.banner .con .btn {
	display: table;
}
.cover {
	background: linear-gradient(to top, rgba(5, 32, 73, .5), rgba(5, 32, 73, .2) 50%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.cont .title {
	padding-top:40px;
}
.title {
	text-align:center;
	padding:50px 26% 30px 26%;
}
.title .t {
    color: #000;
	font-size: 28px;
    line-height: 32px;
    padding: 0 10%;
}
.title .text {
	font-size: 15px;
    color: rgba(0, 0, 0, .8);
	line-height: 19px;
	padding:10px 0;
}
.pics > .ui-row > div {
    padding: 10px;
    margin: 0 .8% 1.3vw .8%;
    border: #eee 1px solid;
    flex: 0 0 31.7%;
	background: #f9f9f9;
}
.pics .p {
	position:relative;
	overflow:hidden;
}
.pics .p img {
	display:block;
	width:100%;
}
.pics .p .cover {
	opacity: .4;
	cursor: pointer;
}
.pics .p i {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 3;
    background: #ff5722;
    color: #fff;
    padding: 10px;
	transition: all .6s;
	pointer-events: none;
}
.pics .p:hover i {
	top: 0;
}
.pics .p p {
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 3;
    color: #fff;
    padding: 0 30px;
	text-transform: uppercase;
	transition: all .4s;
}
.pics .p:hover p {
	bottom: 25px;
}
.btns {
	text-align:center;
	padding: 25px 0 0 0;
}
.btns a {
	display: inline-block;
}
.btns a:first-child {
    background: #ff5722;
    border-color: #ff5722;
}
.advantage {
    padding: 70px 0;
    margin: 90px 0 0 0;
	background: #fff url(../img/bg-adv.jpg) no-repeat center / cover;
}
.advantage ul {
    color: #fff;
    text-transform: uppercase;
}
.advantage ul .t {
    color: #fff;
}
.advantage ul li {
	font-size: 18px;
    opacity: .8;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.advantage ul li i {
	opacity: .4;
    margin: 0 15px 0 0;
}
.advantage form {
    margin: 0 auto;
    width: 80%;
    background: #fff;
    padding: 35px 8% 15px 8%;
}
.advantage form .title {
    padding: 0 5% 20px 5%;
}
.advantage form .btn + p {
    line-height: 1;
    font-size: 12px;
    padding: 25px;
    color: #444;
}
.advantage form textarea {
    text-align: left!important;
}
.warm > .ui-row > div {
    padding: 10px;
    margin: 0 .8% 1.3vw .8%;
    border: #eee 1px solid;
    flex: 0 0 31.7%;
    background: #f9f9f9;
}
.warm .p {
    position: relative;
}
.warm .p img {
    display: block;
    width: 100%;
}
.warm .p .cover {
    opacity: .4;
}
.warm p {
    padding: 30px 10px 20px 10px;
    text-transform: uppercase;
    font-size: 18px;
}
.warm .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.warm-text {
	text-align:left;
}
.warm-text h4 {
    display: block;
    padding: 0;
    margin: 25px 0 10px 0;
    text-transform: uppercase;
}
.ui-modal-header {
    background: #0d3869;
}
.compare {
    margin: 70px 0 0 0;
    padding: 0 0 100px 0;
    background: linear-gradient(to bottom, rgba(13, 56, 105, .1), transparent);
}
.compare .ui-collapse {
    margin: 0 auto;
    width: 50%;
    max-width: 800px;
}
.compare .ui-card {
    border-color: #0c315b;
}
.compare .ui-card-header {
    background: #0d3869;
    color: #fff;
	border:0;
	text-transform: uppercase;
}
.compare .ui-card-header i {
	display:block;
    font-size: 18px;
	transition: transform .4s;
	opacity: .7;
}
.compare .ui-card-header.active i {
    transform: rotate(45deg);
}
.compare .ui-card p {
    display: flex;
    justify-content: space-between;
}
.compare .ui-card p a {
    padding: 20px;
    text-transform: lowercase;
    color: #444;
}
.compare .ui-card p a font {
    text-transform: uppercase;
    display: block;
    padding: 0 0 15px 0;
    font-size: 16px;
    color: #000;
}
.pictext {
    background: #0d3869;
    color: #fff;
}
.pictext .p {
	background: #002fa7 url(../img/c1.png) no-repeat center/ cover;
}
.pictext .text {
    padding: 70px 5vw 70px 70px;
}
.company {
	margin:0 auto 90px auto;
}
.company .pictext .text font {
    padding: 0 20% 0 0;
    display: block;
}
.company .pictext .btn {
    display: table;
    margin: 25px 0 0 0;
}
.company .pictext .btn i {
    transform: translateY(-2px);
}
.construction {
	margin:0 auto 90px auto;
	background: transparent;
}
.construction .section {
	width: 80%;
}
.construction p {
	display: block;
    text-align: center;
    color: #0d3869;
    font-size: 24px;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
}
.construction img {
    display: block;
    width: 50%;
    margin: 30px auto;
}
.construction font {
    display: block;
	text-align: center;
    color: #444;
    margin: 0 auto;
    width: 60%;
    font-size: 15px;
}
.foundation-1 {
    background: #f9f9f9;
}
.foundation {
    padding:0 0 50px 0;
}
.foundation > .ui-row > div {
    flex: 0 0 23.4%;
	align-self: flex-start;
	background: #fff;
}
.foundation p {
    color: #0d3869;
}
.foundation p font {
    display: block;
    text-transform: initial;
    font-size: 14px;
    padding: 20px 0 0 0;
    color: #444;
}
.enquiry-l {
	background: #f9f9f9;
    padding: 0 0 60px 0;
}
.enquiry-l .ui-row > div {
    background: #fff;
}
.enquiry-l .p {
    padding: 25px 0;
}
.enquiry-l .p img {
    width: auto;
    margin: 0 auto;
}
.enquiry-l p {
    font-size: 14px;
    text-transform: none;
    text-align: center;
}
.enquiry-l .btn {
    position: static;
}
.enquiry {
    padding: 0;
    margin: 0 0 40px 0;
    background: none;
}
.enquiry form {
    padding-top: 0;
}
.enquiry p {
    font-size: 15px;
    color: #444;
}
.enquiry p font {
    color: #0d3869;
    font-size: 20px;
}
.works {
    margin: 0 auto 70px auto;
}
.contact p span {
    display: block;
    font-size: 14px;
    padding: 0 0 15px 0;
    opacity: .4;
}
.contact p em {
    font-size: 20px;
}
.footer {
	padding: 0 0 60px 0;
	font-size:14px;
	box-shadow:0 -10px 20px 0 rgba(72, 72, 72, .05);
	background: #051232;
	color:#fff;
}
.footer .header {
    position: static;
    box-shadow: none;
    background: #eceff1;
    padding: 60px 0;
}
.footer .header .logo span {
	padding:0;
	color: #051232;
}
.footer .header p a {
    padding: 0 40px;
    font-size: 20px;
}
.footer .ui-row {
	align-items: center;
	padding: 60px 0 0 0;
}
.footer .ui-row > div:nth-child(2) {
    transform: translateX(-2vw);
}
.footer img.l {
	display: block;
    max-width: 140px;
}
.footer p {
	display: block;
	padding: 5px 40px;
}
.footer p {
	display: flex;
	align-items: center;
}
.footer p i {
	font-size:16px;
}
.footer p font {
	padding-left: 8px;
	white-space: nowrap;
}
.footer .btn {
	background: none;
    border-width: 2px;
}
.copyright {
	font-size: 12px;
	padding: 20px 0 30px 0;
	color: #777;
}
.ui-toast-body span {
    display: block;
    margin: 5px auto 10px auto;
    width: max-content;
}
@media (max-height: 800px) {
	.banner {
		height: 320px;
	}
	.banner .con .t {
		font-size: 52px;
	}
	.banner .con .ts {
		font-size: 17px;
	}
	.banner .con .t.sm {
		font-size: 44px;
	}
	.title .t {
		font-size: 26px;
		line-height: 28px;
	}
	.title .text {
		line-height: 16px;
	}
}
@media (max-width: 1400px) {
	.construction p {
		font-size: 22px;
	}
	.footer img.l {
		max-width: 120px;
	}
}
@media (max-width: 1320px) {
	.title .text br {
		display:none;
	}
	.footer .header p a {
		padding: 0 20px;
	}
}
@media (max-width: 1220px) {
	.header p a:first-child {
		display:none;
	}
}
@media (max-width: 1000px) {
	.header p, .footer .ui-row > div:nth-child(2) {
		display: none;
	}
	.banner .con .t {
		font-size: 42px;
		line-height: 1!important;
	}
	.banner .con .ts {
		font-size: 16px;
		padding: 10px 0 20px 0;
	}
	.banner .con .t.sm {
		font-size: 38px;
	}
	.ui-carousel-page {
		bottom: 30px;
	}
	.pics > .ui-row > div, .warm > .ui-row > div {
		flex: 0 0 48.4%;
	}
	.ui-lightbox-left:after {
		margin-left: -60px;
	}
	.ui-lightbox-right:after {
		margin-right: -60px;
	}
	.advantage > .ui-row {
		flex-direction: column;
	}
	.advantage .title {
		padding-top:0;
	}
	.enquiry-l + .advantage .title, .foundation-1 + .advantage .title {
		padding-top:50px;
	}
	.advantage ul li {
		font-size: 16px;
		padding: 5px 0;
	}
	.advantage ul li i {
		font-size: 16px;
	}
	.advantage .ui-col-5 {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 40px 0 0 0;
	}
	.advantage form {
		width: 90%;
	}
	.compare .ui-collapse {
		width: 80%;
	}
	.footer .ui-row {
		flex-wrap: nowrap;
	}
	.footer .ui-row > div:last-child {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.foundation > .ui-row > div {
		align-self: auto;
	}
}
@media (max-width: 700px) {
	html, body {
		overflow-x: hidden;
	}
	.btn {
		padding: 12px 20px;
		font-size:17px;
	}
	.header {
		position: static;
	}
	.header > .section {
		width: 94%;
		flex-direction: column;
	}
	.header .logo span {
		transform: scale(.9);
		transform-origin: left;
	}
	.header p {
		display: block;
		padding:0 0 20px 0;
	}
	.header p a {
		padding:0;
	}
	.header .btn, .pics .p p {
		display:none;
	}
	.header .ui-nav > ul {
		justify-content: normal;
	}
	.header .ui-nav a {
		padding: 10px;
		margin: 0;
	}
	.header .ui-nav .more > i {
		transform: none;
	}
	.header .ui-nav .more > ul {
		right: 0;
	}
	.swiper {
		margin: 0;
	}
	.banner {
		height: auto;
		padding: 80px 0 110px 0;
	}
	.banner .con {
		position: relative;
		transform: none;
		left: auto;
		top: auto;
		text-align: center;
	}
	.banner .con .t {
		font-size: 34px!important;
	}
	.banner .con .ts {
		font-size: 18px;
		line-height: 1;
		padding: 20px 0 30px 0;
	}
	.banner .con .btn {
		margin: 0 auto;
	}
	.title {
		padding: 50px 6% 30px 6%;
	}
	.title .t {
		font-size: 24px;
		line-height: 1;
	}
	.pics > .ui-row > div {
		padding: 0;
	}
	.ui-lightbox-left:after {
		margin-left: -40px;
	}
	.ui-lightbox-right:after {
		margin-right: -40px;
	}
	.btns a {
		margin: 10px 0;
	}
	.advantage {
		margin: 70px 0 0 0;
	}
	.advantage ul li {
		font-size: 15px;
	}
	.advantage form {
		width: 100%;
	}
	.warm > .ui-row > div {
		padding: 0;
		max-width: 48.4%;
	}
	.warm p {
		word-break: break-word;
		font-size: 16px;
	}
	.warm .btn {
		position: relative;
		font-size: 15px;
	}
	.compare {
		padding: 0 0 70px 0;
	}
	.compare .ui-collapse {
		width: 90%;
	}
	.compare .ui-card-header i {
		font-size: 15px;
	}
	.compare .ui-card p, .compare .ui-card p a {
		display: block;
	}
	.footer .header .logo span {
		transform: scale(.82);
		transform-origin: center;
		text-align: center;
	}
	.footer .header p a {
		display: block;
		padding: 5px 0;
		font-size:18px;
	}
	.footer .header p {
		padding: 40px 0 0 0;
	}
	.footer .ui-row {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer .ui-row > div {
		flex: 0 0 100%!important;
		max-width: 100%!important;
		transform: none!important;
	}
	.footer img.l {
		margin: 0 auto 20px auto;
	}
	.footer p {
		padding: 5px 20px;
	}
	.footer .ui-row > div:last-child .btn {
		display: table;
		margin: 20px auto 0 auto;
	}
	.copyright {
		width: 84%;
	}
	.pictext {
		flex-direction: column-reverse;
	}
	.pictext > div {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pictext .p {
		min-height: 320px;
	}
	.pictext .text {
		padding: 40px 30px 50px 30px;
	}
	.company {
		margin: 0 auto 70px auto;
	}
	.company .pictext .text font {
		padding: 0;
	}
	.construction {
		width: 98%;
		margin: 0 auto 70px auto;
	}
	.construction p {
		font-size: 18px;
		width: 90%;
		text-align:left;
	}
	.construction img {
		width: 70%;
	}
	.construction font {
		width: 90%;
		text-align:left;
	}
	.ui-carousel-prev, .ui-carousel-next {
		transform: scale(.6);
		transform-origin: top;
		align-items: flex-start;
		top: 120px;
	}
	.foundation > .ui-row > div {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.enquiry-l {
		padding: 0 0 40px 0;
	}
	.enquiry-l .ui-row > div {
		flex: 0 0 100%!important;
		max-width: 100%!important;
		margin: 0 0 25px 0;
	}
	.enquiry {
		margin: 0 0 40px 0;
	}
	.enquiry form {
		padding: 0 3%;
	}
	.enquiry p {
		padding: 30px 4%;
	}
}