.korea-index{
    min-width: 1200px;
    height: 100vh;
    background: url("../../img/korea/hwbj.png");
    background-size: 100% 100%;
    position: relative;
}
.header{
	min-width: 1200px;
    width: 100%;
    height: 8vh;
    display: flex;
    position: relative;
}
.logo{
    width: 140px;
    height: 100%;
    float: left;
    padding-left: 20px;
    padding-top: 5px;
}
.logo img{
    height: 80%;
    margin-top: 5px;
    margin-left: 5px;
}
.menuMain{
	float: left;
	margin-top: 10px;
}
.langKoreaContent{
	flex: 1;
	height: 8vh;  
	float: left;
}
.langKoreaContent .lang-main{
	font-size: 22px;
	top: 35%;
}
.h-menu{
    height: 100%;
    line-height: 100%;
}
.h-menu li{
	height: 100%;
}
.h-menu a{
	font-family: "PingFang SC";
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-shadow: 2px 2px 3px #000;
}
.h-menu-item{
    display: block;
    height: 100%;
    color: #fff;
    font-size: 15px;
    font-family: "PingFang SC";
    padding: 0 45px;
}
.h-menu-item:hover{
    font-weight: bold;
    color: #b0f9f8;
}
.h-menu-item.active{
    font-weight: bolder;
    color: #b0f9f8;
}
.content-title{
    font-size: 40px;
    color: #fff;
    margin-bottom: 18px;
}
.content-info{
    font-size: 18px;
    line-height: 27px;
    color: rgba(255,255,255,.7);
}
.content-btn{
    overflow: hidden;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 36px;
    background: #e85a71;
    border: none;
    font-size: 18px;
    margin-top: 50px;
}
.right{
    box-sizing: border-box;
    width: 350px;
    padding: 30px 58px 30px 58px;
    background: rgba(78,161,211,.7);
}
.yy-xz{
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    height: 40px;
    border-radius: 36px;
    border: 1px solid #fff;
    padding: 0 12px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
}
.input-box{
    box-sizing: border-box;
    width: 220px;
    height: 40px;
    border-radius: 36px;
    border: 1px solid #fff;
}
.input-text{
    width: 164px;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #fff;
}
.input-btn{
    text-align: center;
    width: 50px;
    height: 40px;
    padding-top: 6px;
}
.k-menu{
    font-size: 18px;
    color: #fff;
}
.k-menu li{
    cursor: pointer;
    padding: 15px 0;
}
.k-menu li a{
    color: #fff;
}
.korea-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56%;
}
.swiper-container{
    position: absolute;
    left: 146px;
    right: 20px;
    bottom: 70px;
    border-radius: 10px;
}
.swiper-slide{
    position: relative;
}
.s-title{
    position: absolute;
    right: 8px;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 2px #000;
}
.swiper-slide a{
    display: block;
    width: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
}
.pagination{
    position: absolute;
    bottom: 10%;
    left: 25%;
    text-align: center;
    z-index: 1111;
    color: #666;
    font-size: 14px;
    height: 20px;
    cursor: pointer;
}
.pagination img{
	height: 30px;
}
.pagination .pageNums{
	margin: 0 30px;
	position: relative;
    bottom: 40%;
    font-size: 22px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.fadeIn img{
	margin: auto;
	display: block;
	width: 35%;
	position: absolute;
	top: 25%;
	left: 12%;
}

.footer{
	min-width: 1200px;
	width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 1260px) and (max-width: 1600px){
	.korea-footer{
		width: 55%;
	}
	.h-menu a{
		font-size: 23px;
	}
	.h-menu-item{
	    padding: 0 30px;
	}
	.langKoreaContent .lang-main{
		font-size: 18px;
		top: 40%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1250px){
	.korea-footer{
		width: 60%;
	}
	.h-menu a{
		font-size: 20px;
	}
	.h-menu-item{
	    padding: 0 20px;
	}
	.langKoreaContent .lang-main{
		font-size: 17px;
		top: 40%;
	}
}

@media screen and (min-width: 500px) and (max-width: 1000px){
	.korea-footer{
		width: 52%;
	}
	.h-menu a{
		font-size: 20px;
	}
	.h-menu-item{
	    padding: 0 20px;
	}
	.langKoreaContent .lang-main{
		font-size: 18px;
		top: 35%;
	}
}


