body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

.header {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 80px;
    background-color: #ffe540;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    display: flex;
    flex-direction: row;
    align-items: center;
}

#switchLang{
    width: 160px;
    margin-right: 80px;
    font-size: 13px;
}

#switchLang ul{
    color: #999;
    list-style: none;
    margin: 0;
}

#switchLang ul li{
    float: left;
}

#switchLang a{
    color: #999;
    text-decoration: none;
}

#kor:hover{
    color: #000;
    font-weight: 600;
}

.logo {
    display: block;
    line-height: 50px;
    float: left;
}
.logo img{
    height: 50px;
    width: 156px;
}

.tab {
    margin: 5px 0 0 0;
    padding: 0;
}

.tab li {
    line-height: 45px;
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 40px;
}

.tab li a {
    display: block;
    text-align: center;
    width: 6em;
    height: 45px;
    font-size: 1em;
    color: #333;
    text-decoration: none;
}

.tab li a:hover {
    background-color: #262626;
    color:  #FFF;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.tab li .active {
    background-color: #262626;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color:  #FFF;
}

.circleBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 360px;
    background-color: white;
}

.circle-shortCut{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.circle1, .circle2, .circle3, .circle4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 11em;
    height: 11em;
    justify-content: center;
    border-radius: 50%;
    background-color: #f1f1f1;
}

.txtBox {
    margin-top: 1em;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 46px;
    color: #333333;
}

.bigtxt {
    font-size: 42px;
    font-weight: bold;
}

.plus{
    font-size: 26px;
    font-weight: 900;
    color: #e03f3d;
}

.circle1:hover{
    cursor: pointer;
    background-color: #e03f3d;
}

.circle1:hover .bigtxt{
    color: #fff;
}

.circle1:hover .plus{
    color: #fff;
}

.circle1:hover .littletxt{
    color: #fff;
}

.circle2:hover{
    cursor: pointer;
    background-color: #e03f3d;
}

.circle2:hover .bigtxt{
    color: #fff;
}

.circle2:hover .plus{
    color: #fff;
}

.circle2:hover .littletxt{
    color: #fff;
}

.circle3:hover{
    cursor: pointer;
    background-color: #e03f3d;
}

.circle3:hover .bigtxt{
    color: #fff;
}

.circle3:hover .plus{
    color: #fff;
}

.circle3:hover .littletxt{
    color: #fff;
}

.circle4:hover{
    cursor: pointer;
    background-color: #e03f3d;
}

.circle4:hover .bigtxt{
    color: #fff;
}

.circle4:hover .plus{
    color: #fff;
}

.circle4:hover .littletxt{
    color: #fff;
}

#idximg2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    line-height: 840px;
    background: url("../images/index/idximg2.jpg");
}

img {
    width: 100%;
}

#idximg4{
    padding-top: 5%;
}

/* 设置全屏banner的样式 */
#banner {
margin-top: 80px;
position: relative;
width: 100%;
height: calc(100vh - 80px);
background-image: url('../images/index/banner.png');
background-size: cover;
background-position: center;
overflow: hidden;
}


/* 设置文字内容的样式 */
#banner .overlay {
width: 90%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
}

#banner h1{
font-size: 3em;
letter-spacing: 0.5em;
font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

#banner p{
margin-top: 20%;
font-size: 1.5em;
letter-spacing: 1em;
font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

.gallery-top {
    width: 58%;
    height: 68%;
}

video{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs {
    width: 58%;
    height: 15%;
    box-sizing: border-box;
    padding: 4px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

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

#idximg5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
    background: url("../images/index/idximg5.jpg") no-repeat center;
    background-size: contain;
    background-size: 100% 100%;
}

.contactBox {
    margin-left: 12%;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 3px 4px #ccc;
}

.idximg5-inner {
    margin-left: 12%;
    margin-top: 14%;
    height: 18em;
    width: 27em;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.footer {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.footlogo {
    display: block;
    margin-top: 8px;
    float: left;
    background: url("../images/footLogo.png") no-repeat;
    width: 180px;
    height: 60px;
}

.foottab {
    margin-right: 40px;
}

.foottab li a {
    display: block;
    background-color: #f1f1f1;
    font-size: 14px;
}

.foottab li a:hover {
    background-color: #f1f1f1;
    font-size: 14px;
}

i {
    font-family: "iconfont" !important;
    font-size: 24px;
    color: #ffe540;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.coll {
    font-size: 18px;
    line-height: 90px;
    color: #666666;
}

.coll:hover {
    cursor: pointer;
    color: #ffe540;
}

#l-map {
    border-radius: 8px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 10px;
    width: 57%;
    height: 98%;
}

#r-result {
    width: 100%;
}

.mainbus {
    font-size: 18px;
    color: #333333;
}

.btnBox {
    margin-left: 10%;
    margin-top: 1.4em;
    padding-bottom: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn_bus, .btn_join {
    text-decoration: none;
    text-align: center;
    margin-right: 50px;
    line-height: 38px;
    width: 160px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    background-color: #ffe540;
    border: none;
    border-radius: 40px;
}

.btn_bus:hover, .btn_join:hover {
    cursor: pointer;
    background-color: #cc2e2e;
}

.more {
    font-size: 15px;
    color: #fff;
}

.contact {
    color: #666;
    margin-top: 30px;
    margin-left: 30px;
}

.msg {
    font-size: 20px;
    margin-right: 10px;
}

.makeup, .loc {
    font-size: 20px;
    margin-right: 10px;
}

.makeup, .loc {
    margin-right: 18px;
}

#icoBox {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    line-height: 80px;
    float: right;
}

.at{
    padding: 0;
    margin: 0;
}

.icp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #939393;
}

.icpCont {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icp a {
    text-decoration: none;
    color: #bbb;
    margin-left: 1em;
}
span a{
    display: block;
}

.icp a:hover {
    font-size: 12px;
    color: #ffe540;
}

.container {
    position: relative;
}

.full-width {
    position: relative;
    width: 100%;
}

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

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

.padding-top-20 {
    padding-top: 20px;
}
.centered img {
    max-width: 60%;
    margin: 100px 20% 0;
}

#footer_slogan{
    padding: 80px 0 80px 0;
}