body {
	font-family: PingFangSC;
	background: #fff;
}

.sim-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.sim-header .center-line {
	position: relative;
	height: 100%;
}

.sim-header .center-line:after {
	position: absolute;
	top: 50%;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .16);
}

.sim-header .change-lang {
	background: url(../images/i18t.png) no-repeat;
	background-size: 17px auto;
	background-position: left center;
	padding-left: 25px;
	color: #fff;
	cursor: pointer;
	line-height: 90px;
	white-space: nowrap;
}

.sim-header .sim-header-logo {
	height: 70px;
	margin: 10px;
}

.sim-header .nav-item {
	padding: 0 10px;
}

.sim-header .nav-link {
	height: 90px;
	line-height: 90px;
	padding: 0 8px;
	color: rgba(255, 255, 255, .7);
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
}

.sim-header .nav-link:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	content: "";
	display: block;
	height: 0;
	width: 100%;
	background-color: #fff;
	-webkit-transition: height .3s;
	transition: height .3s;
}

.sim-header .nav-link:hover {
	color: rgba(255, 255, 255, 1);
}

.sim-header .nav-link:hover:after {
	height: 2px;
}

.sim-header .nav-link:active {
	color: rgba(255, 255, 255, 1);
}

.sim-header .nav-btn {
	display: none;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 35px;
	height: 34px;
	line-height: 40px;
	text-align: center;
	color: #C1A977;
	border-radius: 3px;
	border: 1px solid #C1A977;
	box-shadow: 0 0 1px #b19a6d;
}

.sim-header .nav-btn .mdi {
	font-size: 23px;
}

@media screen and (max-width: 567px) {
	.sim-header .nav-btn {
		display: block;
	}
	.nav-position {
		height: 0;
	}
	.nav-position .nav {
		position: absolute;
		left: 0;
		top: 20px;
		width: 100%;
		display: block;
		background-color: rgba(0, 0, 0, .75);
		padding: 10px 0;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease-out;
	}
	.nav-position .nav.show {
		top: 0;
		opacity: 1;
		visibility: visible;
	}
	.nav-position .nav .nav-item {
		display: block;
	}
	.nav-position .nav .nav-item .nav-link {
		display: block;
		height: 30px;
		line-height: 30px;
	}
	.change-lang-position {
		position: absolute;
		top: 0;
		right: 80px;
	}
	.change-lang-position .change-lang {
		overflow: hidden;
		display: block;
		line-height: 82px;
	}
	.sim-header .nav-link:after {
		display: none;
	}
}

.page-bg-img {
	position: relative;
	overflow: hidden;
}

.page-bg-img img {
	width: 100%;
}

.page-bg-img .page-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width : 567px) {
	.page-bg-img>img {
		width: 400%;
		-webkit-transform: translateX(-37.5%);
		transform: translateX(-37.5%);
	}
	.page-bg-img.page-bg-img-2>img {
		width: 200%;
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
	}
	.page-bg-img.page-bg-img-3>img {
		width: 300%;
		-webkit-transform: translateXtranslateX(-33%);
		transform: translateX(-33%);
	}
}

.sim-swiper-item {
	height: 100%;
	position: relative;
}

.sim-swiper-item h2 {
	position: absolute;
	top: 20%;
	letter-spacing: 3px;
	font-weight: 400;
	color: rgba(255, 255, 255, .95);
	width: 100%;
	text-align: center;
}

.sim-swiper-item h4 {
	position: absolute;
	top: 30%;
	font-weight: 400;
	color: rgba(255, 255, 255, .7);
	letter-spacing: 5px;
	width: 100%;
	text-align: center;
}

.sim-swiper-item .btn-img {
	position: absolute;
	bottom: 20%;
	width: 100%;
	text-align: center;
}

.sim-swiper-item h2.title-bg {
	width: inherit;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.title-bg:before, .title-bg:after {
	content: "";
	display: block;
	width: 40%;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
}

.title-bg:before {
	background-image: url(../images/title-left.png);
	left: -45%;
	top: -100%;
}

.title-bg:after {
	background-image: url(../images/title-right.png);
	right: -45%;
	bottom: -100%;
}

.sim-swiper-item .btn-img img {
	width: 70px;
}

@media screen and (max-width : 567px) {
	.sim-swiper-item h2 {
		top: 25%;
		font-size: 1.5rem;
	}
	.sim-swiper-item h2.title-bg {
		width: 100%;
	}
	.sim-swiper-item h4 {
		top: 35%;
		font-size: .95rem;
	}
	.sim-swiper-item .btn-img {
		bottom: 10%;
	}
}

.about-as .img {
	width: 70%;
	margin: auto;
	display: block;
}

.about-as p {
	line-height: 30px;
	letter-spacing: 1px;
}

.title {
	color: #333;
	position: relative;
}

.title::after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #C1A977;
	vertical-align: middle;
	margin-left: 20px;
}

.title .title-more {
	color: rgba(193, 169, 119, .7);
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.title .title-more:hover {
	color: rgba(193, 169, 119, 1);
}

.btn-custom {
	background-color: #C1A977;
	color: #fff !important;
	border-radius: 50px;
	height: 50px;
	width: 220px;
	font-size: 16px;
}

.our-service {
	height: 100%;
	/* background-color: rgba(193, 169, 119, .8); */
}

.our-service .mdi-arrow-left, .our-service .mdi-arrow-right {
	color: #fff;
	position: absolute;
	top: 48%;
	cursor: pointer;
	font-size: 25px;
}

.our-service .mdi-arrow-left {
	right: 20px;
}

.our-service .mdi-arrow-right {
	left: 20px;
}

@media screen and (max-width : 567px) {
	.our-service .mdi-arrow-left {
		right: 0;
	}
	.our-service .mdi-arrow-right {
		left: 0;
	}
}

.our-service .container-fluid, .our-service .row, .our-service .col,
	.our-service .col-md-8, .our-service .swiper-container, .our-service .our-service-item
	{
	height: 100%;
}

.our-service .our-service-item {
	position: relative;
	text-align: center;
	color: #fff;
}

.our-service .our-service-item .our-service-item-hover {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	background-color: #fff;
}

.our-service .our-service-item .our-service-item-hover:hover {
	top: 0;
	opacity: 1;
}

.our-service .our-service-item .mdi {
	font-size: 50px;
}

.our-service .our-service-item .mdi-chevron-double-up {
	font-size: 24px;
	opacity: .6;
}

.our-service .our-service-item p {
	text-align: left;
	line-height: 28px;
	color: rgba(255, 255, 255, .8);
	height: 140px;
	overflow: hidden;
}

.our-service .our-service-item .our-service-item-hover h2 {
	color: #333;
}

.our-service .our-service-item .our-service-item-hover h3 {
	color: #333;
	letter-spacing: 5px;
}

.our-service .our-service-item .our-service-item-hover h5 {
	color: #C1A977;
}

.our-service .our-service-item .our-service-item-hover p {
	color: rgba(0, 0, 0, .8);
}

.our-service .our-service-item .our-service-item-hover img {
	width: 100%;
	height: auto;
}

.our-news {
	background: #f8f8f8;
}

.our-news .our-news-item {
	padding: 20px 0;
	cursor: pointer;
}

.our-news .our-news-item .time {
	padding-left: 12px;
	padding-right: 30px;
	width: 100px;
}

.our-news .our-news-item .time.unvisited {
	visibility: hidden;
}

.our-news .our-news-item .time label {
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	color: #333;
	text-align: right;
	width: 100%;
}

.our-news .our-news-item .time p {
	text-align: right;
	font-size: 12px;
}

.our-news .our-news-item .article-title {
	padding: 0 30px;
	width: calc(100% - 100px);
	position: relative;
}

.our-news .our-news-item .img {
	height: 200px;
	width: auto;
}

.our-news .our-news-item .article-title:before {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: -1px;
	background: #333;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.our-news .our-news-item .article-title:after {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -20px;
	background: #C1A977;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.our-news .our-news-item .article-title p {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.our-news .our-news-item .article-title h4 {
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: color .3s;
	transition: color .3s;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.our-news .our-news-item:hover {
	
}

.our-news .our-news-item:hover .article-title:before {
	background: #C1A977;
}

.our-news .our-news-item:hover .article-title:after {
	opacity: 1;
}

.our-news .our-news-item:hover .article-title h4 {
	color: #C1A977;
}

.partner {
	
}

.partner .partner-item {
	padding: 10px 0;
}

.partner .partner-item img {
	width: 100%;
}

.sim-footer {
	min-height: 400px;
	color: #979DAD;
	background-color: #2a3541;
}

.sim-footer>.page-content>.container {
	height: 100%;
}

.sim-footer .sim-footer-item {
	height: 50%;
}

.sim-footer .sim-footer-logo {
	height: 80px;
	width: auto;
}

.sim-footer .ape {
	position: relative;
	padding-left: 10px;
}

.sim-footer .ape-list .ape:last-child p {
	margin-bottom: 0;
}

.sim-footer .ape .mdi {
	position: absolute;
	left: -10px;
	font-size: 16px;
	top: 1px;
}

.sim-footer .ape label {
	margin-bottom: 0;
}

.sim-footer .ape p {
	color: #C1A977;
}

.sim-footer .nav-servces {
	margin-bottom: 20px;
}

.sim-footer .nav-servces li {
	border-left: 1px solid #EEE;
	line-height: 10px;
	padding: 0 10px;
	margin-bottom: 20px;
}

.sim-footer .nav-servces li:first-child {
	border-left: none;
	padding-left: 0;
}

.sim-footer .nav-servces li a {
	color: #dadada;
}

.sim-footer .border-bottom {
	border-color: rgba(255, 255, 255, .1) !important;
}

.sim-footer .sim-footer-qr {
	
}

.sim-footer .sim-footer-qr img {
	height: 110px;
	width: auto;
}

@media screen and (max-width : 567px) {
	.sim-footer {
		
	}
	.sim-footer.page-bg-img {
		overflow-y: auto;
	}
	.sim-footer>.page-content>.container {
		height: auto;
		padding-bottom: 60px;
	}
	.sim-footer>.page-content {
		height: auto;
	}
	.sim-footer .sim-footer-item {
		height: auto;
	}
	.sim-footer .nav-servces {
		margin: 10px 0;
	}
	.sim-footer .nav-servces li {
		width: 100%;
		margin: 5px 0;
		line-height: 20px;
		border-left: none;
		padding-left: 20px !important;
	}
	
	.sim-footer .ape {
		margin-bottom: 1rem;
	}	
	
	.sim-footer .ape .address{
		display: inline!important;
	}
	
	.sim-footer .ape label {
		width: 95px;
		text-align:right;
	}
	
	.sim-footer .ape p {
		margin-bottom: 0;
	}
	
	.sim-footer .ape label .mdi {
		position: inherit;
		vertical-align: middle;
	}
	.sim-footer .sim-footer-qr {
		padding: 20px;
	}
	.sim-footer .ape-list .ape:last-child p {
		margin-bottom: 10px;
	}
}

.sim-price-title {
	height: 100%;
	position: relative;
}

.sim-price-title h2 {
	position: absolute;
	top: 40%;
	letter-spacing: 3px;
	font-weight: 400;
	color: rgba(255, 255, 255, .95);
	width: 100%;
	text-align: center;
}

.sim-price-title h4 {
	position: absolute;
	top: calc(40% + 50px);
	font-weight: 400;
	color: rgba(255, 255, 255, .7);
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
}

.our-advantage {
	
}

.our-advantage .our-advantage-item {
	padding-left: 30px;
	background-image: url(../images/icon-0.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
}

.our-advantage .our-advantage-item label {
	margin: 0;
	color: #BD9E5D;
}

.slider-fixed {
	position: fixed;
	z-index: 999;
}

.slider-fixed-left {
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-link {
	
}

.slider-link .slider-link-item {
	background-color: rgba(200, 176, 125, .7);
	margin-bottom: 5px;
	padding: 15px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
	position: relative;
}

.slider-link .slider-link-item:hover {
	background-color: rgba(200, 176, 125, 1);
}

.slider-link .slider-link-item>img, .slider-link .slider-link-item>a>img
	{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.slider-link .slider-link-item:first-child {
	padding: 10px;
}

.slider-link .slider-link-item>a>span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px;
}

.slider-link .slider-link-item .slider-link-hover {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 120px;
	opacity: 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.slider-link .slider-link-item:hover .slider-link-hover {
	visibility: visible;
	opacity: 1;
	left: 80px;
}

.slider-link .slider-link-item .slider-link-hover .slider-link-content {
	border: 2px solid #c8b07d;
	border-radius: 4px;
	background-color: #fff;
	width: 340px;
	min-height: 60px;
	position: relative;
	padding: 20px;
}

.slider-link .slider-link-item .slider-link-hover .slider-link-content::before
	{
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: -12px;
	border-right: 12px solid #c8b07d;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.slider-link .slider-link-item .slider-link-hover .slider-link-content::after
	{
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: -10px;
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.slider-link .slider-link-item .slider-link-hover .slider-link-content.qrcode
	{
	width: 260px;
	text-align: center;
}

.slider-link .slider-link-item .slider-link-hover .slider-link-content img
	{
	width: 100%;
	height: auto;
}

.slider-link .slider-link-item .slider-link-hover .slider-link-content.link-contact
	{
	padding: 30px;
}

.slider-link .slider-link-item .slider-link-hover .slider-link-content.link-contact p
	{
	margin: 0;
}

@media screen and (max-width : 567px) {
	.slider-fixed {
		
	}
	.slider-fixed-left {
		top: unset;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: unset;
		transform: unset;
	}
	.slider-link {
		display: flex;
	}
	.slider-link .slider-link-item {
		flex-grow: 1;
		max-width: 100%;
		margin-bottom: 0;
	}
	.slider-link .slider-link-item .slider-link-hover {
		position: fixed;
		top: unset;
		bottom: 200px;
		left: 50% !important;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.slider-link .slider-link-item .slider-link-hover .slider-link-content::before
		{
		display: none;
	}
	.slider-link .slider-link-item .slider-link-hover .slider-link-content::after
		{
		display: none;
	}
	.slider-link .slider-link-item:hover .slider-link-hover {
		bottom: 100px;
	}
}

.link-contact h5 {
	font-size: 14px;
	margin: 0;
	color: #c8b07d;
	font-weight: 500;
}

.air-type {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.air-type .air-type-title {
	margin: 0;
	background-color: rgba(20, 20, 20, .5);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.air-type .air-type-img {
	width: 100%;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.air-type .air-type-img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.sim-video video {
	width: 100%;
	display: block;
}

.slider-notice {
	position: fixed;
	right: 10px;
	top: 15%;
	width: 280px;
	background: rgba(255, 255, 255, 1);
	border: 2px solid rgba(255, 110, 110, .7);
	border-radius: 3px;
	z-index: 999;
}

@media screen and (max-width : 567px) {
	.slider-notice{
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.slider-notice .mdi-new-box{
    font-size: 24px;
    height: 30px;
	line-height: 30px;
	color: var(--danger);
	margin: 0 5px;
}

.slider-notice .slider-notice-title{
	text-align: center;
	padding: 20px 0;
}

.slider-notice .slider-notice-title h4{
	margin: 0;
	color: #fff;
	font-weight: normal;
	padding: 5px 25px;
	border-radius: 30px;
	background: #0db8c9;
	display: inline-block;
}

.slider-notice .slider-notice-content{
	padding: 0 12px 20px;
}

.slider-notice .slider-notice-item{
	margin-bottom: 10px;
	line-height: 18px;
    line-break: anywhere;
    
}

.slider-notice .slider-notice-item:nth-child(n + 4){
	display: none;
}

.slider-notice .slider-notice-content.show-all .slider-notice-item:nth-child(n + 4){
	display: block;
}

.slider-notice #close-notice{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.slider-notice #load-more-notice{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    cursor: pointer;
    animation: am-p 1.8s linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes am-p {
	0% {
		bottom: 0;
	}
	
	30% {
		bottom: -5px;
	}
	
	40% {
		bottom: -6px;
	}
	
	60% {
		bottom: 0;
	}

	100% {
		bottom: 0;
	}
}

@-moz-keyframes am-p {
	0% {
		bottom: 0;
	}
	
	30% {
		bottom: -5px;
	}
	
	40% {
		bottom: -6px;
	}
	
	60% {
		bottom: 0;
	}

	100% {
		bottom: 0;
	}
}

@-webkit-keyframes am-p {
	0% {
		bottom: 0;
	}
	
	30% {
		bottom: -5px;
	}
	
	40% {
		bottom: -6px;
	}
	
	60% {
		bottom: 0;
	}

	100% {
		bottom: 0;
	}
}

@-o-keyframes am-p {
	0% {
		bottom: 0;
	}
	
	30% {
		bottom: -5px;
	}
	
	40% {
		bottom: -6px;
	}
	
	60% {
		bottom: 0;
	}

	100% {
		bottom: 0;
	}
}

