a {
	text-decoration: none;
}
/* 瀵艰埅 */

/* 鎵嬫満绔 寮瑰嚭鎻愮ず妗 */
#mask {
	/* display: none; */
}


.header .header_nav  {	
	/* background: rgba(255, 255, 255, .3); */
	background: #f8f9fa;
}
.header nav ul li a {
	color: #254678;
}
.header nav ul li a:hover {
	color: #000;
	font-weight: 600;
}
.header form input {
	max-width: 232px;
	border-radius: 22px;
}
.header .header_from {
	position: relative;
}
.header .header_from input{
	padding-right: 28px;
}
.header .header_from img {
	position: absolute;
	top: 9px;
	left: 192px;
}

/* 瑙嗛 */
.video {
	width: 100%;
	/* height: 100%; */
	/* height: 100vh; */
	/* margin-top: 5.2vw; */
	text-align: center;
	overflow: hidden;
	
}

.video video {
	width: 100%;
	height: 100vh;
	/* height: 100%; */
	/* height: calc(100vh - 56px);
	object-fit: fill; */
	object-fit: cover;
	overflow: hidden;
}
.video img {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.video .yuan {
	bottom: 6%;
	z-index: 99;
	/* top: 44vw; */
}
.video .carousel {
	background-color: #102653;
}
.video .carousel-item >img {
	height: 100vh;
	object-fit: cover;
}
.video .video_item {
	position: relative;
}
.video .video_text {
	position: absolute;
	left: 50%;
	top: 45%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
}

.video .video_text .logo2{
	width: 29.6vw;
    height: auto;
	margin-bottom: 1vw;
}

.video .video_text>div:nth-of-type(1) span {
	font-size: 3.52vw;
	font-weight: 400;
	color: #FFFFFF;
	
}
.video .video_text>div:nth-of-type(2) span {
	font-size: 1.4vw;
	font-weight: 300;
	color: #FFFFFF;
	
}
.video .video_text>div:nth-of-type(3) .btn {
	margin-top: 80px;
	padding: 0.5vw 2vw;
	border: 1px solid #FFFFFF;
	border-radius: 0.26vw;
	background: none;
	font-size: 15px !important;
	line-height: 1.5em;
	font-weight: 300;
	color: #FFFFFF;
}
.video .video_text>div:nth-of-type(3) .btn:hover {
	color: #fff;
	border: 1px solid #FFD100;
	background: #FFD100;
	transition: all .2s linear;
}

/* 鍐呭1 */
#body .cont1 {
	width: 94%;
	height: 100%;
	margin: 6.6vw auto 1.6vw;
	padding: 1.8vw 0;
	text-align: center;
	position: relative;
}

.cont1 .conbox{
	height: 90%;	
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* .fp-section.fp-table, .fp-slide.fp-table {
    width: 96%;
} */
.cont1_p {
	padding-top: 4.6vw;
	margin: auto;
}
.cont1_p p:nth-child(1) {
	font-size: 2.05vw;
	/* font-family: PingFang SC; */
	font-weight: 500;
	color: #102653;
	margin: 0.5vw auto;
	text-transform: uppercase; 
}
.cont1_p p:nth-child(2) {
	font-size: 1vw;
	font-family: PingFang SC;
	font-weight: 500;
	color: #102653;
	opacity: 0.5;
}

 /*浜у搧鍒嗙被瀵艰埅 */
.imgtab{
	position: relative;
	margin: 0vw 0;
}

 /*浜у搧鍒嗙被瀵艰埅 灏忓浘鏍峰紡 */
.cont1 .smallimgtab{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	overflow: hidden;
	
}
.cont1 .smallimgtab .cont1_clo{
	margin-right: 0.005vw;
	width: 24.8%;
	margin: 0 0.1%;
	height: 30.1vw;
	display: block;
	float: left;
	/* border: solid 1px #002752; */
	overflow: hidden;
	position: relative;
}

.cont1 .smallimgtab .cont1_clo:nth-child(4){
	/* margin-right: 0; */
}
.cont1 .smallimgtab .zhezhao {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30.1vw;
	display: block;
	opacity: 0.2;
	z-index: 3;
	background-color: #000000;
	transition: all 0.31s ease 0s;
	-webkit-transition: all .31s ease-in;
}
.cont1 .smallimgtab .imgbg {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 30.1vw;
	top: 0;
	left: 0;
	background-size: cover !important;
	display: inline-block;
	transition: all 0.31s ease 0s;
	-webkit-transition: all .31s ease-in;
}


.cont1 .smallimgtab .cont1_clo .cont1_icon{
	position: absolute;
	transition: all 0.31s ease 0s;
	-webkit-transition: all .31s ease-in;
	top: 60%;
	left: 50%;
	z-index: 5;
	transform: translate(-50%,-50%);
	text-align: center;
}
.cont1 .smallimgtab .cont1_clo .cont1_icon img{
	max-width: 6.72vw;
	max-height: 6.72vw;
}
.cont1 .smallimgtab .cont1_clo .cont1_icon p{
	font-size: 1.56vw;
	font-weight: 500;
	color: #FFFFFF;
}
.cont1 .smallimgtab .cont1_clo .clo_a{
	background: none;
	border: 1px solid #FFD100;
	color: #fff;
	position: absolute;
	/* transition: all 0.31s ease; */
	top: 50%;
	left: 50%;
	z-index: 5;
	transform: translate(-50%,-50%);
	text-align: center;
	visibility: hidden;
	display: inline-block;
	line-height: 1.6em;
	border-radius: 10vw;
	padding: 0.2vw 1.5vw ;
}

/* 榧犳爣缁忚繃 */
.cont1 .smallimgtab .cont1_clo:hover .zhezhao{
	opacity: 0.5;
}
.cont1 .smallimgtab .cont1_clo:hover .cont1_icon{
	/* z-index: 99; */
	visibility: visible;
	top: 42%;
	left: 50%;
	opacity: .8;
}
.cont1 .smallimgtab .cont1_clo:hover .clo_a{
	visibility: visible;
	position: absolute;
	top: 76%;
	left: 50%;
	opacity: .8;
	transition: all .2s linear;
}


.cont1 .cont1_a {

	/* position: absolute;
	bottom: -1%;
    left: 50%;
    transform: translate(-50%, -50%); */
	margin: 1vw auto;
	display: inline-block;
	padding: .5vw 4.0vw;
	border: 1px solid #254578;
	border-radius: 10vw;
	/* font-size: .99vw !important; */
	font-weight: 400;
	background-color: #fff;
	color: #102653;
	white-space: nowrap;
	transition: all .2s linear;
}
.cont1 .cont1_a:hover {
	border: 1px solid #FFD100;
	color: #fff;
	background: #FFD100;
	/* padding: .5vw 5.0vw; */
}
 /*浜у搧鍒嗙被瀵艰埅 澶у浘鏍峰紡 */
.cont1 .bigimg{
	width: 99.8%;
    height: 30.1vw;
    margin: 0 auto;
	z-index: -1;
	overflow: hidden;
	position: relative;
}
.cont1 .bigimg img{
	width:100%;
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.31s ease 0s;
	-webkit-transition: all .31s ease-in;
}

/* 鍐呭2 */
.cont2 {
	/* margin: 86px 0 56px; */
	width: 100%;
	height: 100vh;
	overflow: hidden;
	padding: 0;
	/* height: calc(100vh - 56px); */

	position: relative;
}

.cont2  .cont2_text_bg{
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	/* position: relative; */
}


.cont2 .carousel-item  {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	
	background-color: #f8f8f8;
}
.cont2 .carousel-item >img {
	width: 100%;
	/* height: 100vh; */
	object-fit: fill;
}
.cont2 .yuan {
	bottom: 3%;
	/* top: 12vw; */
}
.cont2 .wrapper_item {
	position: relative;
	background-color: #102653;
}

.cont2 .cont2_text {
	position: absolute;
	white-space: nowrap;
	top: 50%;
	left: 40%;
	bottom: 0;
	transform: translate(-50%,-50%);
	/* margin-bottom: 20%; */
	text-align: left;
	color: #fff;
	text-shadow: 0 0 10px blue,0 0 20px blue,0 0 30px blue,0 0 40px blue;

}
.cont2 .cont2_text h2 {
	font-size: 50px !important;
	font-weight: 500;
	margin: 12px 0 22px;
	color: #fff;
	
}
.cont2 .cont2_text h4 {
	font-size: 40px !important;
	font-weight: 500;
	margin: 12px 0 22px;
}
.cont2 .cont2_text p {
	font-size: 20px;
	font-weight: 400;
	margin: 12px 0 60px 0;
}
.cont2 .cont2_text a {
	display: inline-block;
	/* line-height: 2em; */
	padding: 0.5vw 3vw;

	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 0.938vw;
	font-weight: 500;
	color: #fff;
	background: none;
	transition: all .2s linear;
}


.cont2 .cont2_text a:hover {
	color: #FFF;
	background-color: #003bf3;
	border: 1px solid #003bf3;
	
}


/* 鍐呭3 */
.cont3 {
	width: 100%;
	/* height: 100%; */
	/* height: calc(100vh - 56px); */
	/* margin-top: 5.2vw; */
	overflow: hidden;
	position: relative;
}
.show_vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(32, 32, 32,.7);
	/* opacity: .7; */
	text-align: center;
	display: none;
	z-index: 99;
}
.show_vid .vid_box {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.show_vid .vid_box >img{
	width: 2vw;
	min-width: 18px;
	position: fixed;
	top: 0%;
	right: 9%;
	transform: translate(-50%,-50%);
}
.show_vid .vid_box video {
	width: 70%;
	min-width: 350px;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */
}

.cont3 .row {
	height: 100%;
}
.cont3 .row >div {
	margin: 1px 0;
	padding: 0;
}
.cont3 .row .cont3_img {
	position: relative;
}
.cont3 .row .cont3_img {
	width: 100%;
	height: 100%;
	background-color: #102653;
	background: url('../images/aboutbg.jpg') no-repeat left center;
	background-size: cover;
}
.cont3 .row .cont3_img >div {
	position: absolute;
	top: 28%;
	left: 32%;
	transform: translate(-50%,-50%);
}
.cont3 .row .cont3_img .cont3_icon {
	width: 76px;
	height: 76px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cont3 .row .cont3_img >div span {
	text-transform: uppercase; 
	margin-bottom: 1.6vw;
	font-size: 2.6vw;
	font-weight: 800;
	color: #102653;
}
.cont3 .row .cont3_img >div p {
	font-size: 1.35vw;
	font-weight: 400;
	color: #102653;
}
.cont3 .row .cont3_img >div span:nth-child(1) {
	color: #027ae7;
}
.cont3 .row >div:nth-child(2) {
	background: #102653;
	color: #fff;
	text-align: center;
	/* padding: 5.2vw 0 4.6vw; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cont3 .cont3_header {
	margin: 4.5vw  auto 2vw auto;
}
.cont3 .cont3_header span:nth-child(1) {
	font-size: 1.56vw;
	font-weight: 500;
	text-transform: uppercase;
}
.cont3 .cont3_header span:nth-child(3) {
	font-size: 12px;
	font-weight: 500;
	opacity: 0.5;
	line-height: 28px;
}
.cont3 .cont3_header p {
	width: 2.5vw;
	height: 1px;
	margin: 0 auto;
	background: #C5C5C5;
	opacity: 0.5;
}
.cont3 .cont3_text {
	margin: 0  4.6vw 3.6vw;
	word-break: break-word;
	text-align: left;
}
.cont3 .cont3_text p {
	/* font-size: .833vw; */
	margin-bottom: 1vw;
	font-weight: 300;
	/* line-height: 1.58vw */
	/* line-height: 1.8em; */
}
.cont3 .cont3_body {
	margin: 0 8% 3.6vw;
	/* margin-bottom: 12px 0; */
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.cont3 .cont3_body .num_item {
	flex: 1;
	margin: 0 6px;
}
.cont3 .cont3_body .num_item span:nth-child(1){
	font-size: 1.875vw;
	font-weight: 800;
}
.cont3 .cont3_body .num_item span:nth-child(2){
	font-size: 0.73vw;
	font-weight: 400;
}
.cont3 .cont3_body .num_item span:nth-last-child(1){
	font-size: .833vw;
	font-weight: 400;
	opacity: 0.8;
}

.cont3 .row a {
	/* width: 16.45vw;
	height:3.3vw;
	min-width: 82px;
	min-height: 24px; */
	padding: 0.58vw 2.5vw;
	margin: 1.6vw auto 4.2vw;
	text-align: center;
	border: 1px solid rgba(141, 150, 169, .4);
	/* opacity: 0.3; */
	font-size: 16px;
	font-weight: 400;
	color: #FFD100;
	background: none;
	/* line-height: 2.5em; */
}
.cont3 .row a:hover {
	border: 1px solid #3c83f6f1;
	color: #fff;
	transition: all .5s linear;
	background: #FFD100;
}

/* 鍐呭4 */
.cont4 {
	/* width: 100%; */
	height: 100vh;
	/* height: calc(100vh - 56px); */
	/* padding: 2.62vw 2%; */
	/* margin-top: 5.2vw; */
	background-image: url(../images/bg_icon.png);
	background-size: cover;
}
.cont4 .cont4_header {
	padding: 2vw 3.7vw 2vw;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
.cont4 .cont4_header span {
	font-size: 2.083vw;
	font-weight: 500;
	text-transform: uppercase; 
	color: #102653;

}
.cont4 .cont4_header .cont4_nav{
	padding-top: 1.2vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont4 .cont4_header .cont4_nav p{
    display: inline-block;
	margin-left: 1.2vw;
}
.cont4 .cont4_header .cont4_nav p a{
	padding: 6.6px 20px;
    border: 1px solid #ccc;
    font-size: 1.12vw;
    font-weight: 500;
	display: block;
	white-space: nowrap;

    color: #333;
}
.cont4 .cont4_header .cont4_nav p a:hover{
    border: 1px solid #FFD100;
	background: #FFD100;
    color: #000;
}
.cont4 .cont4_header .cont4_nav .p_select{
	background: #FFD100;
}
.cont4 .row img{
	transition: all .3s ease-in-out ;
}
.cont4 .cont4_row .cont4_img{
	width: 100%;
	height: 13.6vw;
	margin-bottom: .8vw;
	overflow: hidden;
}
.cont4 .cont4_row .cont4_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont4 .row img:hover{
	/* transform: scale(0.8, .8) rotate(deg) skew(deg) translate(0px, 0px); */
	/* transform: scale(1.08, 1.08) ; */
	transform: scale(1.08, 1.08) translateZ(-20px);
	/* transition: all 0.3s ease-in-out 0s; */
}
.cont4 .cont4_row{
	/* margin: 2.8vw 0 1.6vw; */
	text-align: left;
	margin: 1.8vw 3vw;
}

/* .cont4 .box{ 
	margin: 0 3vw;
	width: 100%;

}
.cont4 .box >div{ 
	display: block;
	float: left;
	width: 25%;
} */
.cont4 .cont4_row >div a{ 
	text-decoration: none;
    display: block;
    margin: 2vw 0.5vw;
    background-color: #fff;
	/* box-shadow: 0px 1vw 1vw rgb(204 204 204 / 17%); */
    cursor: pointer;
	border-radius: 0.3vw;
	overflow: hidden;

}
.cont4 .cont4_row  p:nth-child(1){
	width: 98%;
	font-size: 0.937vw;
	font-weight: bold;
	color: #333333;
}
.cont4 .cont4_row  .item_info{
	margin: 1vw;
}
.cont4 .cont4_row  .item_info h4 {
	font-size: 1vw;
	font-weight: 600;
    overflow: hidden;
	word-break: break-word;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cont4 .cont4_row  .item_info p{
	color: #666;
	overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.cont4 .cont4_row  .item_info .more{
	color: #999;
}

.cont4 .cont4_row span:nth-child(2){
		font-size: 0.73vw;
		font-family: Arial;
		font-weight: 400;
		color: #666666;
}
.cont4 .cont4_row img:nth-child(3){
		margin: 10px 0;
}
.cont4 .cont4_row p:nth-child(4){
		width: 98%;
		font-size: 0.73vw;
		font-weight: 500;
		color: #666666;
}
.cont4 .cont4_row span:nth-child(5){
		font-size: 0.73vw;
		font-weight: 500;
		color: #000;
}

.cont4 .cont4_row div a .more b{
		float: right;
		font-weight: 200;
		border-bottom: solid 2px #FDD947;
}

/* 鍐呭5 */
.cont5 {
	width: 100%;
	/* height: 100%; */
	/* height: calc(100vh - 56px); */
	padding: 0 !important;
	position: relative;
	overflow: hidden;
	
	/* margin-top: 5.2vw; */
}
/* .carousel-item {
	position: relative;
} */

.cont5 .box5 video{
	background-color: #102653;
}
.cont5 .cont5_text {
	padding: 3.2vw 0 1.2vw;
	margin-top: 180px;
	position: absolute;
	/* top: 13%; */
	left: 10%;
	display: flex;
	align-items: baseline;
}
.cont5 .cont5_text >p {
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	margin-right: 4.12vw;
}
.cont5 .cont5_text .text_box {
	
}
.cont5 .cont5_text .text_box >span:nth-child(1){
	font-size: 90px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #FFFFFF;
}
.cont5 .cont5_text .text_box >span:nth-child(2){
	font-size:16px !important;
	font-weight: 800;
	color: #FFFFFF;
	opacity: 0.5;
}
.cont5 .cont5_text .text_box >span:nth-child(4){
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
}
.cont5 .cont5_text .text_box >p:nth-child(5) {
	font-size: 50px ;
	font-weight: 550;
	color: #FFFFFF;
}
.cont5 .cont5_text .text_box >span:nth-child(6) {
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
	
}
.cont5 .cont5_text .text_box >a {
    display: inline-block;
    padding: 0.8vw 4vw;
	margin-top: 2.8vw;
	background: #FBC400;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: all .3s linear;
}
.cont5 .cont5_text .text_box >a:hover {
	background: #000;
	color: #FBC400;
}
.cont5 video {
	width: 100%;
	height: 100vh;
	position: relative;
	object-fit: cover;
	/* object-fit: fill; */
	/* position: fixed; */
	z-index: -1;
	overflow: hidden;
}


.cont5 >div {
	/* width: 100%; */
	/* height: 100%; */
	z-index: 9;
	font-size: 0;
}
.cont5 .cont5_floor {
	text-align: center;
	display: flex;
	position: absolute;
	animation-name: fadeInUp;
	width: 100vw;
	justify-content: center;
	/* width: 60%; */
	margin:auto;
    left:50%;
	bottom: 0;
	margin:auto;
	transform: translate(-50%);
}


.cont5 .cont5_floor div {
	/* width: 200px; */
	padding: 4vh 2%;
	font-size: 14px;
	font-weight: 600;
	color: #6B768E;
	background: #102653;
	cursor:pointer;
	line-height: 1em;

	/* border: 1px solid #183164; */
}
.cont5 .cont5_floor div >.item_block{
	
	color: #6B768E;

	cursor:pointer;
	line-height: 1.1em;
}
.cont5 .cont5_floor div span {
	margin-bottom: 12px;
    display: block;
	font-size: 16px;
	font-weight:600 ;
}
.cont5 .cont5_floor div p {
	font-size: 12px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: 200;
	margin: 0 auto;

}
.cont5 #btn5 {
	display: inline-block;
	padding: 0 1vw;
	cursor:pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: none;
}
.cont5 .cont5_floor #btn5 img {
	text-align: center;
	min-width: 3.2vw;
	min-height: 3.2vw;
}
.cont5 .cont5_floor #btn5 img:nth-child(1) {
	margin-right: 1.2vw;
}
.cont5 .cont5_floor .select_text {
   	color: #FFFFFF;
}

.cont5 .boottom_box {
	width: 100%;
	height: 10vw;
	position: absolute;
	bottom: 0;
	z-index: 999999 !important;

}
.cont5 .boottom_box .tab{
	width: 1200px;
	background-color: #102653;
	height: 10vw;
	margin: auto;


}


.cont6 {
	/* width: 100%;
	height: 100vh; */
	padding: 0 !important;
	/* margin-top: 5.2vw; */
}

/* ------ */
p {
	margin-bottom: 8px;
}
.video  .fp-tableCell,
.cont1 .fp-tableCell{
	vertical-align: unset;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    width:9px !important;
    height:9px !important;
    margin:-6px 0 0 -4px !important;
    background: #FFD100 !important; 
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: rgba(0, 0, 0, .3) !important;
    border: 1px solid #fff;
}

@media (max-height:800px) {
	.cont5 .cont5_text {
		margin-top: 70px;
		padding-left: 15px;

	}
}

/* ipad pro 1024 * 1366  姝ｅ父鏄?91.98 */
@media (max-width: 1020px) { 

	body,html,a,p,span{
		font-size: 3.60vw !important;
	}
	#body{
		margin-top: 18vw;
	}
	.cont1_p p:nth-child(1){
		font-size: 5.8vw !important;
	}
	.video {
		width: 100%;
		height: auto;
	}
	.video video {
		width: 100%;
		height: 100%;
	}
	.video .video_text .logo2{
		display: none;
	}
	.fp-tableCell{
		height: auto;
	}
	
	.video .carousel-item{
		height: 50vw !important;
	}
	.video .carousel{
		height: 50vw !important;
	}
	.video .carousel-item >img {
		object-fit: unset;
		height: 100%;
		width: 100%;
	}
	.video .yuan {
		bottom: 0%;	
	}
	.cont1 {
		/* width: 94%;
		height: 100%;
		padding: 2.6vw 0;
		margin: 2.2vw auto 0; */
		width: 98%;
		display: block;
		overflow: hidden;
		height: auto !important; 
	}

	.cont1 .smallimgtab{
		position:relative;
	}


	/* 鑸硅墖灞曠ず 寮€濮 */

	#body .cont1 {
		width: 100% !important;
		padding: 1%;
		display: block;
		overflow: hidden;
		height: auto !important; 
		margin: 0;
		background-color: #fff;
		/* height: 222vw; */
		/* margin-bottom: -3.2vw; */
	}
	.cont1 .conbox{
		height: 90%;	
		width: 100% !important;
		display: block;
		position: relative;
	}
	.cont1_p {
		padding-top: 2.6vw;
	}
	.cont1_p p:nth-child(1) {
		font-size: 5.8vw !important;
		font-weight: 600;
	}
	.cont1 .bigimg{
		width: 100%;
		/* height:100%; */
		/* visibility: hidden; */
		display: none;
	}
	.cont1 .bigimg .hide_img{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.cont1 .smallimgtab .imgbg {
	    width: 100%;
	    height: 100%;
	}
	.cont1 .smallimgtab .zhezhao {
	    width: 100%;
	    height: 60vw;
	}
	.cont1 .smallimgtab .cont1_clo {
	    width: 100% !important;
	    height: 60vw;
		margin-bottom: 0.5vw;
		clear: both !important;
		overflow: hidden;
	}

	.cont1 .smallimgtab .cont1_clo .cont1_icon{
		top: 19vw;

	}
	.cont1 .smallimgtab .cont1_clo .cont1_icon p{
		font-size: 4.56vw !important;
	}
	.cont1 .smallimgtab .cont1_clo .cont1_icon img{
		visibility: hidden;
	}


	
	.cont1 .cont1_a {
		margin: 5vw auto;
		padding: 1.2vw 6.8vw;
		border-radius: 9.3vw;
		position: relative;
		transform: translate(0%, 0%);
		left: 0;
	}
	/* 鑸硅墖灞曠ず 缁撴潫 */



	/* 鏁板瓧灞曞巺 */
	.cont2 .carousel-item{
		height: 65vw !important;
	}
	.cont2 .cont2_text {
		text-align: center;
		white-space: nowrap !important;
		left: 50%;
		width: 80%;
		color: #fff;
	}

	.cont2 .cont2_text a{
		margin: 0 !important;
		font-size: 3.2vw;
		color: #fff;
		border: solid 1px #fff;
	}
	.cont2 .cont2_text_bg{
		opacity: 0.7 !important;
		backdrop-filter: blur(20px);
	}
	.cont2 .carousel-item >img {
		width: 100%;
		height: 100%;
		
	}
	.cont2 .yuan {
		bottom: 1%;
	
	}



	/* 鍏徃浠嬬粛 */

	.cont3 .cont3_body{
		margin: 0 15px 3.6vw;
		flex-wrap: wrap;
	}
	.cont3 .cont3_body .num_item{
		width: 43vw;
		flex: unset;
		margin-bottom: 3vw;
		padding-bottom: 3vw;
		border-bottom: solid 1px rgba(141, 150, 169, .4);
	}
	.cont3 .cont3_body .num_item span:nth-child(1){
		font-size: 4.8vw !important;
		font-weight: 500;
	}
	.cont3 .cont3_body .num_item span:nth-child(1) span{
		font-size: 2.2vw !important;
		margin-left: 1vw;
	}

	.cont3 .cont3_header span:nth-child(1) {
		font-size: 3.8vw !important;	
	}
	
	.cont3 .row .cont3_img >div{
		left: 50% !important;
		white-space: unset !important;
        width: 75%;
		text-align: center;
	}
	.cont3 .row .cont3_img >div span{
		font-size: 6.8vw !important;
	}
	.cont3 .row .cont3_img >div p{
		font-size: 3.2vw !important;
	}
	.cont3 .row .cont3_img .cont3_icon {
		width: 15vw;
		height: 15vw;
		top: 40vw;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.cont3 .row a {
		font-size: 3.2vw;

	}
	/* 鍏徃浠嬬粛 缁撴潫 */

	.cont1_clo >img {
		width: 90%;
		display: flex;
		justify-content: center;
	}
	

	/* 鏂伴椈璧勮 寮€濮 */
	.cont4 .cont4_header span {
		font-size: 3.68vw !important;
		font-weight: 500;
	}

	.cont4 .cont4_header{
		padding: 5vw 1vw 0vw;
	}
	.cont4 .cont4_row .cont4_img{
		height: 23.6vw;
	}
	.cont4 .cont4_row .item_info{
		margin: 2.8vw 2vw;
	}
	.cont4 .cont4_row .item_info h4{
		font-size: 3.6vw !important;
	}
	.cont4 .cont4_row .item_info p{
		/* font-size: 2.8vw !important; */
	}
	.cont4 .cont4_row{
		margin: 0;
		text-align: left;
	}


	/* 浼佷笟鏂囧寲 */
	.cont5 .cont5_floor {
		visibility: hidden;
		/* left: 7%; */
	}
	.cont5 .cont5_text{
		margin-top: 6%;
	}
	.cont5 .cont5_text .text_box{
		width: 81% !important;
	}
	.cont5 .cont5_text .text_box >a{
		margin-top: 0;
	}

	.cont5 .cont5_text .text_box >p:nth-child(5){
		font-size: 4.5vw !important;
	}
	
	.cont5 #btn5 {
		/* padding: 2px 6px; */
		/* position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%);
		visibility: visible; */
		display: none;
	}
	

	.cont2 {
		width: 100%;
		height: 100%;
		/* margin: 32px 0; */
	}
	.cont3, .cont4 {
		width: 100%;
		height: 100%;
		
	}
	
	

	.cont5 video {
		width: 100%;
		height: 100%;
		
	}

	.show_vid >img {
		top: 38%;
		right: 16%;
	}
	.cont5 .cont5_text .text_box >span:nth-child(6) {
		display: none;
	}

	
}
@media (max-width:820px) { 
	*{
        font-size: 3.2vw !important;
    }	
	/* 鎵嬫満绔挱鏀捐棰戯紝闇€瑕佸脊鍑烘彁绀 */
	#mask {
		display: block;
		width: 100%;
		height: 100vh;
		position: fixed !important;
		top: 0;
		left: 0;
		z-index: 99;
		transition: all .4s linear;
		background-color: rgba(0, 0, 0, .5);
	}
	#mask .pop-container{
		margin: 40vh auto ;
		width: 70%;
		padding: 6vw 4vw;
		background-color: #fff;
		border-radius: 2vw;
		box-shadow: 0px 1px 17px rgb(0 0 0 / 20%);
		text-align: center;
	}
	#mask .pop-container p{
		font-size: 4.2vw !important;
	}
	#mask .pop-container button{
		margin: auto;
		display: inline-block;
		padding: 2vw 4vw;
		background-color: #FAE007;
		border: solid 1px #FAE007;
		border-radius: 1vw;
	}
	
	.video .video_text>div:nth-of-type(3) .btn {
		font-size: 12px !important;
		margin-top: 1.6vw;
		line-height: 1em;
		display: none;
	}
	.video .carousel-item {
		height: 50vw !important;

	}

	.cont4 .cont4_row .col-md-6{
		max-width: 48%;
    	margin: 1%;
	}
	
	.cont4 .cont4_row .item_info{
		margin: 4vw 0vw !important;
	}

	.cont4 .cont4_row .item_info p{
		/* display: none; */
	}


	.cont3 .row .cont3_img {
		height: 60vw;
	}

	.cont3 .row .cont3_img >div p{
		font-size: 4.2vw !important;
		margin: 2vw auto;
	}

	#header #openBtn {
        display: block;
        /* height: 18vw !important; */

    }
	/* 鑿滃崟鎸夐挳 */

    #openBtn .iconfont {
        font-size: 11vw !important;
        /* top: 1vw !important; */
        position: relative;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
        color: #102653;
        line-height: 1.6 !important;
    }
    
    #openBtn .iconfont.icon-guanbi2 {
        font-size: 7vw !important;
        /* top: 4vw !important; */
        /* right: 2vw; */
        position: relative;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
        color: #102653;
    }


	#footer {
		margin-top: 0 !important;
	}

	.container-fluid{
		padding: 0;
	}
	.video {
		margin-top: 18vw;
		width: 100%;
		height: 52vw;
		overflow: hidden;
	}
	.video .video_text{
		top: 45%;
		width: 90%;
		white-space:unset;
	}
	.video .video_text>div:nth-of-type(1) span {
		font-size: 4.8vw !important;
		line-height: 2em;
	}





	

	.cont2 {
		width: 100%;
		height: 52vw;
		
	}

	.cont2  .cont2_text_bg{
		width: 100%;
		height: 52vw;
		opacity: .5 !important;
		/* position: relative; */
	}


	.cont2 .cont2_text{
		top: 36%;
		text-align: center;
    	left: 50%;
		white-space: nowrap;
		width: 80%;
		position: absolute;
	}
	.cont2 .cont2_text h2 {
		font-size: 5.2vw !important;
		margin: 3.2vw 0 ;
		color: #fff;

	}
	.cont2 .cont2_text h4 {
		font-size: 3.9vw !important;
		margin: 0 ;
		color: #fff;
	}
	.cont2 .cont2_text p {
		margin:0;
		color: #fff;
	}
	.cont2 .cont2_text a{
		margin: 4.5vw 0 !important;
		color: #fff;
		border: 1px solid #eee;
	}


	
	.cont2 .carousel-item >img{
		opacity: 0.5;
	}
	
	.show_vid .vid_box {
		width: 100%;
	}
	.show_vid .vid_box >img{
		top: -7%;
    	right: 3%;
	}
	.show_vid .vid_box video {
		width: 90%;
	}
	.show_vid {
		position: fixed;
	}
	

	.cont3 .row a {
		width: 30.45vw;
		line-height: 2.5em;
		/* height: 9.3vw; */
		margin: 3.6vw auto 4.2vw;
	}
	.cont3 .cont3_body .num_item span:nth-child(1){
		font-size: 9vw !important;
		font-weight: 500;
	}
	.cont3 .cont3_body .num_item span:nth-child(2){
		font-size: 2.73vw !important;
		font-weight: 300;
	
	}
	.cont3 .cont3_body .num_item span:nth-last-child(1){
		font-size: 2.73vw !important;
		font-weight: 300;
		margin-left: 3px;
	}

	/* .cont5 .cont5_text {
		margin-top: 10%;
	} */

	/* 鎵嬫満绔笉鏄剧ず 鍔犲叆鎸夐挳 */
	.cont5 .cont5_text .text_box >a{
		display:none;
	}


	.cont3 .row .cont3_img >div span {
		font-size: 5.8vw !important;
	}
	.cont3 .cont3_header span:nth-child(1) {
		font-size: 5.8vw !important;
		font-weight: bold;
	}
	.cont3 .row .cont3_img >div {
		left: 50%;
		text-align: center;
		white-space: nowrap;
	}
	
	.cont4 .cont4_row >div a{
		margin: 1vw;
	}
	.cont4 .cont4_row .cont4_img{
		height: 42vw !important;
	}

	.cont4{
		background: none;
		background-color: #fff;
		/* padding: 0 !important; */
	}
	.cont4 .cont4_row  .item_info{
		margin: 6vw 4vw;
	}

	.cont4 .cont4_header span {
		font-size: 5.8vw !important;
		font-weight: 600;
	}
	.cont4 .cont4_header .cont4_nav{
		padding: 4.2vw 0;
	}
	.cont4 .cont4_header {
		padding: 18px 0 10px;
		display: block;
		text-align: center;
		/* text-align: right; */
	}

	
	.cont4 .cont4_header .cont4_nav p {
		margin: 1vw 2vw  !important;
		padding: 1vw 1vw;
	}

	.cont4 .cont4_row .item_info h4{
		font-size: 4.2vw !important;
		-webkit-line-clamp: 2;
	}


	.cont5  .box5{
		font-size: 0 !important;
	}
	.cont5 #btn5 {
		left: 27%;
	}
	.cont5 .cont5_floor #btn5 img{
		height: 7vw;
	}
	.cont5 .cont5_text >p{
		margin-right: 0;
	}
	
	.cont5 .cont5_text .text_box >span:nth-child(1){
		font-size: 8vw !important;
	}
	
	.cont5 .cont5_text .text_box >span:nth-child(4) {
		font-size: 3.8vw !important;
	}
	.cont5 .cont5_text .text_box >p:nth-child(5) {
		font-size: 3.8vw !important;
		font-weight: 600;
	}
	.cont5 .cont5_text .text_box >span:nth-child(2) {
		font-size: 2vw !important;
	}

	.carousel-control-prev,
	.carousel-control-next {
		/* visibility: hidden; */
		top: 22vw;
		bottom: unset;
		height: 52vw;
	}
	
	#fp-nav ul li ,
	.fp-slidesNav ul li {
		display: none;
	}
	
	.cont1_p {
		width: 90%;
	}
	.cont5 .box5{
		height: 60vw;
	}
	.cont5 .cont5_text .text_box{

	}
}
