@charset "utf-8";

* {
	letter-spacing: 5px;
}

.pc {
	display: block;
}

.mobile {
	display: none;
}

body {
	/*padding-top:101px;*/
	overflow-x: hidden;
}

#wrap {
	padding-top: 101px;
}

.valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

header {
	background: #ecfbff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030;
}

#logo {
	margin: 10px 0 20px;
}

#logo img {
	height: 65px;
	margin-top: 5px;
}

nav>ul>li {
	display: inline-block !important;
	padding: 20px 0 !important;
	position: relative;
}

nav>ul>li>a {
	display: block;
	padding: 20px 10px 20px 15px !important;
	font-size: 1.5rem;
	color: #666;
	background: none !important;
}

nav>ul>li>a::before,
nav>ul>li>a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

nav>ul>li>a::after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

nav>ul>li>a:hover,
nav>ul>li.active>a {
	color: #57C1EA;
	text-decoration: none;
}

nav>ul>li>a:hover::before,
nav>ul>li>a:hover::after,
nav>ul>li.active>a::before,
nav>ul>li.active>a::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.bx-wrapper .bx-pager {
	display: none !important;
}

.myline {
	background: url('../images/line.png') repeat-x center center;
	height: 80px;
	line-height: 80px;
}

section.content {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 400px;
	position: relative;
	box-shadow: 0 0 30px #000;
}


section.content .container {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	position: relative;
	z-index: 3;
}

.parallax-overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

section.content .title1_box {
	margin-bottom: 60px;
}

section.content .title1 {
	font-size: 5rem;
	margin: 15px 0;
	font-weight: bold;
}

section.content1 .title1_box {
	margin-bottom: 100px;
}

section.content1 .title2 {
	font-size: 3rem;
	margin: 40px 0 30px;
}

section.content1 .ul1 li {
	line-height: 40px;
	font-size: 2rem;
}

section.content1 .row img {
	width: 220px;
}

section.content1 .row .col-lg-4 {
	margin-bottom: 50px;
}

section.content2 .title2 {
	font-size: 3rem;
	font-weight: lighter;
}

section.content2 .title2 em {
	font-size: 13rem;
	font-style: italic;
}

section.content2 .ul1 {
	background: rgba(255, 255, 255, .3);
	text-align: center;
	line-height: 50px;
	padding: 20px;
	font-size: 2rem;
	display: inline-block;
}

section.content2 .ul1 li:first-child {
	font-size: 3.5rem;
}

section.content3 .title2 {
	font-size: 3.2rem;
	font-weight: lighter;
	color: #fff;
	line-height: 60px;
	border-bottom: solid 1px #fff;
	padding-bottom: 15px;
	width: 80%;
	margin: 0 auto 15px;
}

section.content3 .items {
	background: rgba(255, 255, 255, .2);
	text-align: center;
	line-height: 50px;
	font-size: 2.5rem;
	box-shadow: inset 0 0 100px #fff;
}

section.content3 .ul1 li:first-child {
	font-size: 3.5rem;
}

section.content4 .items {
	margin-bottom: 30px;
	background: rgba(255, 255, 255, .2);
	text-align: left;
	overflow: hidden;
	transition: all .5s;
}

section.content4 em.num {
	font-size: 15rem;
	font-style: italic;
	font-weight: lighter;
	transition: all .5s;
	text-align: center;
	margin-top: -20px;
}

section.content4 .title2 {
	text-decoration: underline;
	font-size: 2.5rem;
	margin-top: 60px;
	transition: all .5s;
}

section.content4 .info {
	margin-top: 10px;
	font-size: 2rem;
	line-height: 30px;
	transition: all .5s;
}

section.content4 .items:hover {
	background: rgba(0, 0, 0, .5);
}

section.content4 .items:hover * {
	color: #57C1EA;
}

.loading_num {
	font-size: 4rem;
	color: #fff;
}

.load1_png {
	position: absolute;
	left: -100%;
}

#contact_form input {
	width: 100%;
	height: 50px;
	padding: 10px;
	padding-bottom: 0px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #c99f6c;
	border-left: 1px solid #c99f6c;

	color: #c99f6c;
}

#contact_form input:focus {
	outline: 0;
	background: transparent;
}

#contact_form label {
	width: 90%;
	margin: 10px;
	color: #a48f61;
}

#contact_form textarea:focus {
	outline: 0;
	background: transparent;
}


#contact_form textarea {
	width: 100%;
	height: 190px;
	padding: 10px;
	padding-bottom: 0px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #a48f61;
	border-left: 1px solid #a48f61;

	color: #a48f61;
}



#contact_form input#submit {
	border: 0;
	font-size: 20px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	height: 30px;
	margin-top: 40px;
}

.slider_text_box {
	padding: 40px 10% 40px 0;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
	font-size: 6rem;
	font-weight: bold;
	text-align: right;
}

.slider_text_box p {
	display: block;
	color: #fff;
	font-weight: lighter;
	margin-right: 12rem;
}

.slider_text_box p.t2 {
	margin-right: 0;
}

.slider_text_box p .text1,
.slider_text_box p .text2 {
	font-size: 9rem;
}

@media screen and (max-width: 1000px) {
	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	section.content {}

	.sssy {
		margin-top: 40px;
	}

	.slider_text_box {
		padding: 40px 0 !important;
		text-align: center;
	}

	.slider_text_box p {
		font-size: 5rem !important;
		margin-right: 0 !important;
	}

	.slider_text_box p .text1 {
		font-size: 7rem !important;
	}

	.slider_text_box p .text2 {
		font-size: 5rem;
	}

	.slider_text_box p.t2 {
		text-indent: 0 !important;
	}

	#logo img {
		height: auto !important;
		max-width: 80%;
		margin-top: 0;
	}

	#wrap {
		padding-top: 69px;
	}

	.myline {
		line-height: 20px !important;
		height: 20px !important;
	}
}

a.whatapp {
	width: 70px;
	height: 70px;
	background: url("../images/whatapp.png");
	box-shadow: 1px 5px 19px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 16px;
	color: #7a5822;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 70px;
	bottom: calc(10% + 70px);
	right: calc(4% - 17.5px);
	position: fixed;
	z-index: 999;
	background-size: cover;
	animation: breathe 2s infinite ease-in-out;
}

/* 呼吸灯动画 */
@keyframes breathe {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
		/* WhatsApp 绿色 */
		transform: scale(1);
	}

	50% {
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
		transform: scale(1.05);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
		transform: scale(1);
	}
}

/* 兼容性写法 */
@-webkit-keyframes breathe {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
		-webkit-transform: scale(1);
	}

	50% {
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
		-webkit-transform: scale(1.05);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
		-webkit-transform: scale(1);
	}
}

.lang_box a {
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
	letter-spacing: 0 !important;
	border-radius: 5px;
}

#container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sections,
.section {
	height: 100%;
}

#container,
.sections {
	position: relative;
}

.section {
	background-color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
}

.section img {
	width: 100%;
}

.pages li {
	list-style-type: none;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #d2d2d2;
	cursor: pointer;
}

.pages li.active {
	background-color: orange;
	box-shadow: 0 0 3px 1px orange
}

.pages {
	position: absolute;
	z-index: 999
}

.pages.horizontal {
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px
}

.pages.horizontal li {
	display: inline-block;
	margin-right: 10px
}

.pages.horizontal li:last-child {
	margin-right: 0
}

.pages.vertical {
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}

.pages.vertical li {
	margin-bottom: 10px
}

.pages.vertical li:last-child {
	margin-bottom: 0;
}

.aa {
	position: fixed;
	top: 70px;
	right: 0px;
	word-break: break-all;
	background: rgba(255, 255, 255, 0.7);
	text-indent: 1em;
}

.bb {
	z-index: 9988;
	line-height: 25px;
}

.bb a {
	font-size: 16px;
	color: #333;
}

.bb a:hover {
	color: #57C1EA;
	text-decoration: none;
}

a#clickSide {
	position: fixed;
	right: 20px;
}

.contact_table {
	margin: 0 30px;
}

.contact_table td {
	color: #c99f6c !important;
	padding: 8px 8px 8px 0;
	text-align: left;
	font-size: 20px;
	  white-space: normal;
    word-wrap: break-word;
    
    /* 更激进的换行设置 */
    word-break: break-word;
    
    /* 或者使用以下设置强制换行 */
    /* word-break: break-all; */
    
    /* 保留空白但允许换行 */
    /* white-space: pre-wrap; */
}

.contact_table .fa {
	font-size: 18px;
}

.contact_table td img {
	height: 30px;
}

.icon_img {
	margin: 20px 0;
}

.icon_img img {
	height: 30px !important;
}
@media screen and (max-width: 1000px) {
    a.whatapp{
    	width: 60px;
    	height: 60px;
    	line-height: 60px;
        bottom: calc(10% + 60px);
    	right: calc(4% - 12.5px);
    }
}