@charset "utf-8";
/*---------------- html ----------------*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	list-style: none;
	text-decoration: none;
	font-family: 'os', '微软雅黑';
	font-weight: normal;
}

* h1, * h2, * h3, * h4, * h5{
	font-weight: normal;
	overflow: visible;
}

* span {
	font-weight: normal;
}

* img{
	display: inline-block;
	border: 0;
}

*:focus {
	outline: none;
}

* b, b *,  * strong, strong * { 
	font-weight: bold;
}

* a{
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

* a:hover {
	opacity: 1;
}

* a.on {
	
}

h2 {
	font-size: 1.1458vw; /* 22 */
	line-height: 1.6667vw; /* 32 */
}

p {
	font-size: 0.8854vw; /* 17 */
	line-height: 1.5625vw; /* 30 */
}

html,body{
	width:100%;
	height:auto;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-weight: 400;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
	/*
	scroll-behavior: smooth;
	*/
}

body {
	overflow: visible;
}

select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 0 5px;
	padding: 0 0.2604vw;
	background: url(../images/select_arrow.png) no-repeat right center /  1.5625vw; /* 30 */
}

select:focus {
    outline: none;
}


/*
.wow {
	opacity: 0;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
*/


/*---------------- layout ----------------*/
#wrapper{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	overflow: visible;
}

.main, .container{
	height: auto;
	margin: 0 auto;
	position: relative;
}

.pc{
	display: block;
}

.m{
	display: none;
}


.max {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: visible;
}

.sticky-container {
	width: 100%;
	height: auto;
	float: left;
	overflow: visible;
}

.sticky-box {
	width: 100%;
	height: auto;
	position: sticky !important;
	position: -webkit-sticky !important;
	left: 0;
	top: 100px;
}

.sticky-scroll-x-box {
	overflow-x: auto;
}

.sticky-scroll-x-box::-webkit-scrollbar {
	display: none;
}

.sticky-scroll-list {
	height: auto;
}

.full{
	width: 100%;
	height: auto;
	display: block;
}

.max-center-pic{
	width: 100%;
	height: auto;
}

.max-center-pic img{
	height: 100%;
	display: block;
	margin: 0 0 0 50%;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
}


.box {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.full-pic {
	width: 100%;
	height: auto;
	max-height: 100vh;
	position: relative;
	overflow: hidden;
}

.full-pic img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.opa-0 {
	opacity: 0;
}

.ov {
	overflow: visible;
}

.oh {
	overflow: hidden;
}

.clear{
	clear: both;
}

img.full {
	width: 100%;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.trans-02{
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

/*---------------- overlay ----------------*/
#mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-filter: alpha(opacity=0);
	display: none;
	transition: all .5s cubic-bezier(0.54, 0, 0.19, 1.08);
}

#mask.show{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-filter: alpha(opacity=100);
}

/*---------------- bg ----------------*/
.bg-f9f9f9 {
	background: #f9f9f9;
}

/*---------------- btn ----------------*/
.btn.red:hover {
	background: #073F8F;
}

.btn.blue:hover {
	background: #B50000;
}


/* btn more */
.btn-more {
	width: auto;
	height: 50px;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #B50000;
	border-radius: 25px;
	color: #ffffff;
	font-size: 25px;
}


/* btn border */
.btn-border {
	width: auto;
	border: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-border.blue {
	border: 1px solid #073F8F !important;
	color: #073F8F !important;
}

/* btn arrow */
.btn-arrow {
	padding-right: 20px;
	float: left;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
}

.btn-arrow::after {
	content: " ";
	width: 5px;
	height: 100%;
	display: block;
	position: absolute;
	right: 5px;
	top: 0;
	background: url(../images/icon_link_arrow_white.png) no-repeat right 9px / 5px;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.btn-arrow:hover::after {
	right: 0;
}

.btn-arrow.right {
	float: right;
}

.btn-arrow.blue {
	color: #073F8F;
}

.btn-arrow.blue::after {
	background-image: url(../images/icon_link_arrow_blue.png);
}

.btn-arrow.fz-16 {
	font-size: 16px;
}

.btn-arrow.fz-16::after {
	background-size: 6px auto;
	background-position-y: 9px;
}

.btn-arrow.fz-18 {
	font-size: 18px;
}

.btn-arrow.fz-18::after {
	background-size: 8px auto;
	background-position-y: 9px;
}


/* btn icon arrow */
.btn-icon-arrow span {
	float: left;
	margin-right: 8px;
	color: #073F8F;
	font-size: 14px;
	line-height: 18px;
}

.btn-icon-arrow i {
	width: 36px;
	height: 6px;
	float: left;
	display: block;
	overflow: hidden !important;
}

.btn-icon-arrow i::after {
	content: " ";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/link_more_arrow.png) no-repeat 0 0 / 100%;
	transform: translate3d(-10px, 0, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
	-moz-transform: translate3d(-10px, 0, 0);
	-ms-transform: translate3d(-10px, 0, 0);
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

div.arrow:hover .btn-icon-arrow i::after, .btn-icon-arrow:hover i::after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.btn-icon-arrow.text i {
	margin-top: 6px;
}

/* btn block */
.btn-block {
	min-width: 120px;
	height: 30px;
	padding: 0 20px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.btn-block.grey {
	background: #b4b4b4;
	color: #ffffff;
}

.btn-block.grey:hover {
	background: #073F8F;
}

/* btn loadmore */
.btn-loadmore {
	width: 120px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #0752B1;
	border-radius: 15px;
	color: #ffffff;
	font-size: 16px;
}

.btn-loadmore span {
	padding-right: 20px;
	background: url(../images/icon_btn_loadmore.png) no-repeat right 10px / 10px;
}

.btn-loadmore:hover {
	background: #B50000;
}

/*---------------- content ----------------*/
.link-line {
	padding: 3px 0;
	position: relative;
	overflow: visible;
}

.link-line::after {
	content: " ";
	width: 0;
	height: 1px;
	display: block;
	background: #191919;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}

.link-line:hover::after {
	width: 100%;
}

.link-line.active::after {
	width: 100%;
}


/*---------------- content ----------------*/
.mask-pic {
	height: auto;
	position: relative;
	overflow: hidden;
}

.mask-pic img {
	width: 100%;
	display: block;
}

.mask-pic.cover img {
	height: 100%;
	object-fit: cover;
}

.mask-white {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0));
}

.thumb, .pic {
	height: auto;
	position: relative;
	overflow: hidden;
}

.thumb img, .pic img {
	width: 100%;
	display: block;
}

.thumb.cover img, .pic.cover img {
	height: 100%;
	object-fit: cover;
}

.thumb a:hover {
	opacity: 1;
}

.zoom img {
	transition: all .5s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .5s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .5s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .5s cubic-bezier(0.54, 0, 0.19, 1.08);
}

div:has(> .zoom):hover .zoom img, .zoom:hover img {
	transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
}



/*---------------- mobile ----------------*/
@media (min-width: 1px) and (max-width: 768px){
	h2 {
		font-size: 2.9333vw; /* 22 */
		line-height: 4.2667vw; /* 32 */
	}
	
	p {
		font-size: 3.4667vw; /* 26 */
		line-height: 6.1333vw; /* 46 */
	}

	.btn-more {
		width: 24vw; /* 180 */
		height: 6.6667vw; /* 50 */
		font-size: 9px;
		font-size: 2.4vw; /* 18 */
	}
	
	.btn-more.center {
		margin-left: -12vw;
	}

	select {
		padding: 0 0.2604vw;
		background-size: 4.8vw; /* 36 */
	}

	/* btn block */
	.btn-block {
		min-width: 24vw; /* 180 */
		height: 6.8vw; /* 51 */
		padding: 0 6.4vw; /* 48 */
		border-radius: 3.4vw; /* 25.5 */
		font-size: 3.3333vw; /* 25 */
	}
	
	/* btn arrow */
	.btn-arrow.xs-blue {
		color: #073F8F;
	}

	.btn-arrow.xs-blue::after {
		background-image: url(../images/icon_link_arrow_blue.png);
	}

	.btn-arrow.xs-fz-26 {
		font-size: 3.4667vw; /* 26 */
	}

	.btn-arrow.xs-fz-26::after {
		background-size: 1.2vw auto; /* 9 */
		background-position-y: 2.8vw; /* 21 */
	}
}