@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');

body {
	margin: 0;
	color: #333;
	font-family: "Source Sans Pro", PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif !important;
}


html {
	width: 100%;
	overflow-x: hidden;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #000;
}

* {
	outline: none;
}

a.muted,
a.muted:hover {
	color: initial;
	cursor: initial;
}

html,
input,
button,
option,
textarea,
select {
	font-size: inherit;
}

input,
select,
textarea,
button {
	outline: none;
}

h1,
h2,
h3 {
	font-weight: normal;
}

button,input,optgroup,select,textarea {margin:0;font:inherit}
button {overflow:visible}
button,select {text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled] {cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0}
.button.bg-yellow{
	border-color: #ff9600;
	color: #fff;
}
.bg-yellow{
    background-color: #ff9600;
}
.radius-none {
    border-radius: 0;
}
.text-center {
    text-align: center;
}
.button-big {
    padding: 12px 35px;
    font-size: 1rem;
    line-height: 1.5;
}


.button {border:solid 1px #EBEBEB;background:transparent;border-radius:4px;font-size:0.875rem;padding:8px 20px;margin:0;display:inline-block;line-height:1.5;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.button[disabled] {pointer-events:none;cursor:not-allowed;webkit-box-shadow:none;box-shadow:none;filter:alpha(opacity=50);opacity:.5}
.button:active {background-image:none;outline:0;transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.button:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.button-block {display:block;width:100%}
.button-large {padding:12px 30px;font-size:1rem;line-height:1.5}
.button-big {padding:12px 35px;font-size:1rem;line-height:1.5}
.button-middle {padding:12px 25px;font-size:1rem;line-height:1.5}
.button-small {padding:5px 10px;font-size:0.75rem;font-weight:normal;line-height:1.2}
.button-little {padding:3px 5px;font-size:0.75rem;font-weight:normal;line-height:1}
.button.bg-main,.button.bg-sub,.button.bg-dot,.button.bg-black,.button.bg-gray,.button.bg-red,.button.bg-yellow,.button.bg-blue,.button.bg-green {color:#fff}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}

article header {
	text-align: center;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.pc-block {
	display: block;
}

.app-block {
	display: none;
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}


.mt-10 {
	margin-top: 10px
}

.mt-20 {
	margin-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-70 {
	margin-top: 70px
}

.mt-80 {
	margin-top: 80px
}

.mt-90 {
	margin-top: 90px
}

.mt-100 {
	margin-top: 100px
}

.mt-110 {
	margin-top: 110px
}

.mt-120 {
	margin-top: 120px
}

.mt-140 {
	margin-top: 140px
}

.mt-160 {
	margin-top: 160px
}

.mt-200 {
	margin-top: 200px
}


.pt-50 {
	padding-top: 50px
}

.pt-60 {
	padding-top: 60px
}

.pt-100 {
	padding-top: 100px
}

.pt-120 {
	padding-top: 120px
}

.pt-140 {
	padding-top: 140px
}

.pt-150 {
	padding-top: 150px
}

.pt-160 {
	padding-top: 160px
}

.pt-180 {
	padding-top: 180px
}

@media (max-width: 1600px) {

	.pt-50 {
		padding-top: 35px
	}

	.pt-60 {
		padding-top: 45px
	}

	.pt-100 {
		padding-top: 75px
	}

	.pt-120 {
		padding-top: 90px
	}

	.pt-140 {
		padding-top: 105px
	}

	.pt-150 {
		padding-top: 112px
	}

	.pt-160 {
		padding-top: 120px
	}

	.pt-180 {
		padding-top: 135px
	}
}

@media (max-width: 1400px) {
	.mt-160 {
		margin-top: 120px
	}

	.mt-140 {
		margin-top: 100px
	}

	.mt-120 {
		margin-top: 80px
	}

	.pt-180 {
		padding-top: 128px
	}

	.pt-150 {
		padding-top: 100px
	}

	.pt-140 {
		padding-top: 95px
	}

	.pt-120 {
		padding-top: 82px
	}

	.pt-100 {
		padding-top: 68px
	}

}

@media (max-width: 1200px) {
	.mt-160 {
		margin-top: 100px
	}
}

@media (max-width: 1024px) {
	.mt-50 {
		margin-top: 25px
	}

	.mt-60 {
		margin-top: 30px
	}

	.mt-70 {
		margin-top: 35px
	}

	.mt-80 {
		margin-top: 40px
	}

	.mt-90 {
		margin-top: 45px
	}

	.mt-100 {
		margin-top: 50px
	}

	.mt-110 {
		margin-top: 55px
	}

	.mt-120 {
		margin-top: 60px
	}

	.mt-140 {
		margin-top: 70px
	}

	.mt-200 {
		margin-top: 100px
	}

	.pt-50 {
		padding-top: 25px
	}

	.pt-60 {
		padding-top: 30px
	}

	.pt-100 {
		padding-top: 50px
	}

	.pt-120 {
		padding-top: 60px
	}

	.pt-140 {
		padding-top: 70px
	}

	.pt-150 {
		padding-top: 75px
	}

	.pt-160 {
		padding-top: 80px
	}

	.pt-180 {
		padding-top: 90px
	}
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.list {
	position: relative;
	font-size: 0
}

.list>li {
	display: inline-block;
	vertical-align: top
}

.list-1>li {
	width: 100%
}

.list-2>li {
	width: 50%
}

.list-3>li {
	width: 33.3333%
}

.list-4>li {
	width: 25%
}

.list-5>li {
	width: 20%
}

.list-6>li {
	width: 16.6666%
}

.list-7>li {
	width: 14.2857%
}

.img-box {
	position: relative
}

.img-box::before {
	content: "";
	display: block
}

.img-box>img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.bg-white {
	position: relative;
	z-index: 10;
	background-color: #fff
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.bg-contain {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}


*[data-url] {
	cursor: pointer;
}

.wrapper {
	margin: 0 auto;
	width: 1400px;
}

.wrap-title {
	margin-bottom: 3.125rem;
	text-align: center;
}

.wrap-title h2 {
	font-weight: normal;
	font-size: 2.875rem;
	color: #333;
}

.wrap-title h2 a {
	color: #333;
	transition: all 0.5s;
}

.wrap-title h2 a:hover {
	color: #fbbe00;
}

.wrap-title p {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.5;
	color: #333;
}

.wrap-title.white * {
	color: #fff;
}

.mask {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

@media (max-width:1400px) {
	.wrapper {
		width: 1200px !important;
	}
}

@media (max-width:1200px) {
	.wrapper {
		width: 992px !important;
	}
}

@media (max-width:992px) {
	.wrapper {
		width: 100% !important;
	}

	.wrap-title {
		margin-bottom: 1.25rem;
	}
}


@media (min-width: 1025px) {

	.list-load__full {
		position: relative;
		padding-right: 20px
	}

	.list-load__dots {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -2px;
		z-index: 100;
		font-size: 0
	}

	.list-load__dots i {
		display: inline-block;
		vertical-align: middle;
		width: 4px;
		height: 4px;
		background-color: #Fff;
		margin-left: 2px;
		-webkit-animation: dotsOpa .8s infinite;
		animation: dotsOpa .8s infinite
	}

	.list-load__dots i:nth-child(2) {
		-webkit-animation-delay: .2s;
		animation-delay: .2s
	}

	.list-load__dots i:nth-child(3) {
		-webkit-animation-delay: .4s;
		animation-delay: .4s
	}

	@-webkit-keyframes dotsOpa {
		0% {
			opacity: .4
		}

		100% {
			opacity: 1
		}
	}

	@keyframes dotsOpa {
		0% {
			opacity: .4
		}

		100% {
			opacity: 1
		}
	}
}

.paragraph {
	font-size: 1rem;
	line-height: 1.75;
	color: #838383;
	letter-spacing: .6px
}

.paragraph img {
	width: auto !important;
	height: auto !important;
	max-width: 100%
}

.paragraph h3 {
	font-size: 1.25rem;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 1.1em
}


.fs48 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.41667
}

.fs42 {
	font-size: 2.625rem;
	font-weight: 500
}

.fs36 {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.38889
}

.fs28 {
	font-size: 1.75rem
}

.fs24 {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: 500
}

.fs20 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px
}

.fs16 {
	font-size: 1rem;
	line-height: 1.75;
	color: #838383;
	letter-spacing: .6px
}


.slider-dec{
	display: none;
}

.slider-dec {
    position: absolute;
    left: 50%;
    bottom: -2%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 0.75rem;
    z-index: 300;
}
.slider-dec i {
    -webkit-transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 3.5em;
    height: 3.5em;
    display: inline-block;
    background: url(../images/decicon-01.svg) no-repeat center center;
    background-size: contain;
    z-index: 100;
    pointer-events: none;
}


.more-btn {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow: hidden;
	padding: 0 30px;
	font: 500 1.25rem/2 "Montserrat";
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	letter-spacing: 0.02em;
	margin-top:1rem;
}
.more-btn::before {
	-webkit-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.more-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

@media (min-width: 1025px) {
	.more-btn:hover {
		color: #0C59DB
	}

	.more-btn:hover::before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@media (max-width: 768px) {
	.more-btn {
		font-size: 1rem;
		line-height: 2.2
	}
}

@media (max-width: 640px) {

	.more-btn {
		margin-top: 20px;
		position: relative;
		display: inline-block;
		font-size: 0.75rem
	}
	.mt-100 {
    	margin-top: 30px
    }

}


@media only screen and (min-width: 2560px) and (max-width: 3560px) {
    .fs24{
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .fs48{
        font-size:2.25rem;
    }
    .wrap-title h2 {
        font-size:2.25rem;
    }
    .more-btn {
        font: 500 1rem/2 "Montserrat";
    }
    	
	
}

@media only screen and (max-width: 2560px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1440px) {
	.fs42 {
		font-size: 2.25rem;
	}
	.fs24 {
	    font-size: 1.3125rem;
	}
}

@media only screen and (max-width:1360px) {}

@media only screen and (max-width:1280px) {
	.fs24 {
	    font-size: 1.125rem;
	}
}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1024px) {
	.slider-dec{
		display: block;
	}
}

@media only screen and (max-width: 768px) {

	.pc-block {
		display: none;
	}

	.app-block {
		display: block;
	}
	.list-4>li {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
	.fs24 {
	    font-size: 1rem;
	}
	.list-4>li {
        width: 100%;
        margin-bottom:1rem;
    }
}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 480px) {}
