body {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
}

.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, 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: 13em;
  height: 80px;
  font-size: 1em;
  color: #333;
  text-decoration: none;
  font-family: 'iconfont';
  font-weight: bold;
}

.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 {
  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;
  text-align: center;
}

.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%;
}

.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 {
  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 0 0;
  background-size: cover;
  /* background-size: 100% 100%; */
}

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

.idximg5-inner {
  margin-left: 13%;
  margin-top: 15%;
  min-height: 20em;
  width: 29%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99;
  background: #fff;
}

.footer {
  margin-top: 10%;
  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 center center/contain;
  width: 25%;
  height: 50px;
}

.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: 9;
  right: 10%;
  margin-top: 24.5%;
  border: 10px solid gainsboro;
  width: 45%;
  height: 83%;
}

#r-result {
  width: 100%;
}

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

.btnBox {
  padding: 0 1%;
  /* margin-left: 10%; */
  margin: 2.4em auto 0 auto;
  padding-bottom: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.btn_bus,
.btn_join {
  text-decoration: none;
  text-align: center;
  margin: 0 10px;
  padding: 15px 10px;
  /* line-height: 38px; */
  /* width: 160px;
  height: 38px; */
  font-size: 12px;
  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: 23px;
  margin-left: 30px;
}
.msg,
.makeup,
.agentIco,
.loc{
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url("../images/index/email.png")no-repeat center/contain;
}
.msg {
  font-size: 20px;
  margin-right: 10px;
  background: url("../images/index/email.png")no-repeat center/contain;
}

.makeup,
.loc {
  font-size: 20px;
  margin-right: 10px;
  background: url("../images/index/phone.png")no-repeat center/contain;
}
.loc{
  background: url("../images/index/point.png")no-repeat center/contain;
}
.jumpTop {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  position: fixed;
  right: 6rem;
  bottom: 6rem;
  background-color: #fff;
  display: none;
  border-radius: 50%;
  text-decoration: none;
  z-index: 99999;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  background: url("../../images/top.png")no-repeat center/50%;
}

.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;
}

