body {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
}
.index_jj{
	padding-top: 2em;
	text-align: center;
	font-size: 1.5em;
	color: #545454;
	line-height: 1.3em;
}
.index_jj p{
	margin-bottom: 1em;
}
.section-3{
	/*padding-top: 5em;*/
}
.section-3-con{
	padding-top: 5em;
}
.section-3-left{
	position: relative;
	width: 50%;
}
.section-3-left>img{
	display: block;
	z-index: 1;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.section-3-left>div{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .5;
	top: 0;
	left: 0;
	z-index: 2;
}
.section-3-left>p{
	z-index: 3;
	position: absolute;
	top: 39%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 4.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}
.section-3-right{
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
	background-color: #fff;
}
.section-3-right li{
	position:relative;
	padding-left: 6em;
	font-size: 1em;
	margin-bottom: 2em;
}
.section-3-right li p{
	    color: #545454;
}
.section-3-right li:last-child{
	margin-bottom:0;
}
.section-3-right li img{
	position: absolute;
	display:block;
	top:0;
	width: 15%;
	left:0;
}
.section-3-right li h3{	
}
.section-4 ul{
	flex-wrap: wrap;
	padding-top:2em;
	padding-bottom:1em;
}
.section-4 ul li{
	width: 33.3%;
	padding: 4%;
	box-sizing: border-box;
	text-align: center;
	color: #545454;
	border-bottom: 1px solid #d0cdcd;
	border-right: 1px solid #d0cdcd;
}
.section-4 ul li:nth-child(3n){
	border-right:none;
}
.section-4 ul li:nth-child(4),.section-4 ul li:nth-child(5),.section-4 ul li:nth-child(6){
	border-bottom:none;
}
.section-4 ul li img{
	display: block;
	width: 25%;
	margin: 0 auto;
}
.section-4 ul li h2{
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.section-4 ul li p{
	font-size: 1em;
	line-height:2em;
}
.section-6{
	box-sizing: border-box;
}
.section-6 ul{
	padding-top: 4em;
	padding-bottom: 4em;
}
.section-6 ul li{
	text-align: center;
	width: 12.5%;
}
.section-6 ul li img{
	display: block;
	margin: 0 auto;
	width: 60%;
	height: auto;
}
.section-6 ul li h2{
	font-size: 1em;
	font-weight: 100;
	margin-top: 1em;
}
.header {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 80px;
    background-color: hsla(0,0%,100%,1);
    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: 80px;
    float: left;
}
.logo img{
    width: 50%;
    height: 50%;
}

.tab {
    margin: 0;
    padding: 0;
}

.tab li {
    line-height: 80px;
    list-style: none;
    float: left;
}

.tab li a {
    display: block;
    text-align: center;
    width: 6.8em;
    height: 80px;
    font-size: 1em;
    color: #333;
    text-decoration: none;
}

.tab li a:hover {
    background-color: #f7f7f7;
}

#home {
    color:  #DD353E;
}

.circleBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 360px;
    background-color: white;
}

.circle-shortCut{
    width: 100%;
    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/idximg2.jpg");
}

img {
    width: 100%;
}

.amap-marker-label{
    border: 1px solid #d04c45;
    border-radius: 2px;
}

#idximg4{
    padding-top: 5%;
}

.banner1{
    margin-top: 80px;
}

/*swiperÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
}

.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 {
    max-width: 1200px;
    /* 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/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%;
    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: #DE353E;
    -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: #DD353E;
}

#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: #DD353E;
    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;
}

.wechatIco {
    color: #32C206;
}

.weiboIco {
    color: #DD353E;
}

.dyContent,.wxContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.douyinIco {
    color: #5a5a5a;
}

.dyQRimg,.wxQRimg {
    position: absolute;
    z-index: 999;
    border-radius: 0.5em;
    bottom: 4em;
    visibility: hidden;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    width: 220px;
    height: 278px;
}

#icoBox {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    line-height: 80px;
    float: right;
}

.wbicoBg, .wxicoBg, .dyicoBg {
    cursor: pointer;
    float: left;
    display: block;
    text-decoration: none;
    margin-right: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 6px #cdcdcd;
}

.wbicoBg:hover{
    background-color: #DD353E;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

}

.wbicoBg:hover .weiboIco{
    color: white;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.wxicoBg:hover{
    background-color: #32C206;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.wxicoBg:hover .wechatIco{
    color: white;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.dyicoBg:hover{
    background-color: #190B19;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.dyicoBg:hover .douyinIco{
    color: white;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.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;
    background-color: #f1f1f1;
    color: #bbb;
}

.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: #DD353E;
}

@media(max-width:1024px){
	#icoBox{
		display: none;
	}
}
@media(max-width:768px) {
	.section-btn{
		display: none;
	}
	.section-wrap .section{
	}
	.section-wrap .section-2{
		padding-left: 1%;
		padding-right: 1%;
		box-sizing: border-box;
	}
	.section-3-con{
		padding-top:0;
	}
	.section-3-con,.section-6 ul,#idximg5{
		flex-wrap:wrap;
		background: revert;
	}
	.section-3-left,.section-3-right,.idximg5-inner{
		width:100%;
	}
	.section-3-right ul{
		padding-left:0;
	}
	.section-6 ul{
		padding-left:0;
	}
	.section-6 ul li{
		width: 33.3%;
		margin-bottom:1em;
	}
	.section-6 ul li img{
		width:5em;
	}
	#idximg5{
		padding:0 1%;
		box-sizing:border-box;
	}
	.idximg5-inner{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 2%;
	}
	#l-map{
		position:inherit;
		width: 100%;
		top: auto;
		height: 20em;
	}
	
	.footlogo{
		float:inherit;
		margin: 0 auto;
	}
	.foottab{
		width:100%;
		margin-right: 0;
	}
	.foottab li{
		width:20%;
	}
}
@media(max-width:600px) {
	.index_jj{
		font-size:1.1em;
	}
	.circleBox{
		height:auto;
	}
	.circle-shortCut{
		flex-wrap:wrap;
	}
	.circle1, .circle2, .circle3, .circle4{
		margin-bottom:1.5em;
	}
	.section-4 ul{
		padding-left: 0;
	}
	.section-4 ul li{
		width: 50%;
	}
	.section-4 ul li:nth-child(3n){
		border-right: 1px solid #d0cdcd;
	}
	.section-4 ul li:nth-child(2),.section-4 ul li:nth-child(4){
		border-bottom: 1px solid #d0cdcd;
	}
	.section-4 ul li:nth-child(2n){
		border-right: none;
	}
}
@media(max-width:360px) {
	.circle1, .circle2, .circle3, .circle4{
		width:8em;
		height:8em
	}
	.bigtxt{
		font-size:2em
	}
}