@charset "utf-8";
:root {
  /* 导航高度 */
  --header-height: 100px;
  /* COLOR */
  --color-active: #2da56f;
  --color-blue-004: #2da56f;
  --color-blue-095: #095cae;
  --color-blue-163: #163494;
  --color-blue-1635: #163595;
  --color-blue-345: #345999;
  --color-red-e41: #e41313;
  --color-white: #fff;
  --color-black: #282828;
  --color-gray-f6: #f6f6f6;
  --color-gray-f4: #f4f4f4;
  --color-gray-eee: #eee;
  --color-gray-ddd: #ddd;
  --color-gray-bbb: #bbb;
  --color-gray-999: #999;
  --color-gray-666: #666;
  --color-gray-444: #444;
  --color-gray-333: #333;
  /* --- font40以下 */
  --font12: clamp(12px, 0.12rem, 12px);
  --font14: clamp(12px, 0.14rem, 14px);
  --font15: clamp(12px, 0.15rem, 15px);
  --font16: clamp(13px, 0.16rem, 16px);
  --font17: clamp(13px, 0.17rem, 17px);
  --font18: clamp(14px, 0.18rem, 18px);
  --font20: clamp(15px, 0.2rem, 20px);
  --font22: clamp(16px, 0.22rem, 22px);
  --font24: clamp(17px, 0.24rem, 24px);
  --font26: clamp(18px, 0.26rem, 26px);
  --font28: clamp(18px, 0.28rem, 28px);
  --font30: clamp(20px, 0.3rem, 30px);
  --font32: clamp(20px, 0.32rem, 32px);
  --font34: clamp(22px, 0.34rem, 34px);
  --font36: clamp(22px, 0.36rem, 36px);
  --font38: clamp(24px, 0.38rem, 38px);
  /* --- font40 */
  --font40: clamp(23px, 0.4rem, 40px);
  --font42: clamp(24px, 0.42rem, 42px);
  --font44: clamp(24px, 0.44rem, 44px);
  --font46: clamp(25px, 0.46rem, 46px);
  --font48: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50: clamp(28px, 0.5rem, 50px);
  --font52: clamp(28px, 0.52rem, 52px);
  --font54: clamp(28px, 0.54rem, 54px);
  --font56: clamp(28px, 0.56rem, 56px);
  --font58: clamp(29px, 0.58rem, 58px);
  /* --- font60 */
  --font60: clamp(30px, 0.6rem, 60px);
  --font62: clamp(31px, 0.62rem, 62px);
  --font64: clamp(31px, 0.66rem, 64px);
  --font66: clamp(31px, 0.66rem, 66px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 0.7rem, 70px);
  --font72: clamp(32px, 0.72rem, 72px);
  --font74: clamp(32px, 0.74rem, 74px);
  --font80: clamp(32px, 0.8rem, 80px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font160: 1.6rem;
  --font230: 2.3rem;
}

/* 公共字体 */
.font12 {
  font-size: var(--font12);
}
.font14 {
  font-size: var(--font14);
}
.font15 {
  font-size: var(--font15);
}
.font16 {
  font-size: var(--font16);
}
.font18 {
  font-size: var(--font18);
}
.font20 {
  font-size: var(--font20);
}
.font22 {
  font-size: var(--font22);
}
.font24 {
  font-size: var(--font24);
}
.font26 {
  font-size: var(--font26);
}
.font28 {
  font-size: var(--font28);
}
.font30 {
  font-size: var(--font30);
}
.font32 {
  font-size: var(--font32);
}
.font34 {
  font-size: var(--font34);
}
.font36 {
  font-size: var(--font36);
}
.font38 {
  font-size: var(--font38);
}
.font40 {
  font-size: var(--font40);
}
.font42 {
  font-size: var(--font42);
}
.font44 {
  font-size: var(--font44);
}
.font46 {
  font-size: var(--font46);
}
.font48 {
  font-size: var(--font48);
}
.font50 {
  font-size: var(--font50);
}
.font52 {
  font-size: var(--font52);
}
.font54 {
  font-size: var(--font54);
}
.font56 {
  font-size: var(--font56);
}
.font58 {
  font-size: var(--font58);
}
.font60 {
  font-size: var(--font60);
}
.font62 {
  font-size: var(--font62);
}
.font64 {
  font-size: var(--font64);
}
.font66 {
  font-size: var(--font66);
}
.font70 {
  font-size: var(--font70);
}
.font72 {
  font-size: var(--font72);
}
.font72 {
  font-size: var(--font74);
}
.font80 {
  font-size: var(--font80);
}
.font100 {
  font-size: var(--font100);
}
.font120 {
  font-size: var(--font120);
}
.font160 {
  font-size: var(--font160);
}
.font230 {
  font-size: var(--font230);
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: calc(100vw / 19.3);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/15);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  font-family: 'Microsoft YaHei','Arial', 'Microsoft YaHei UI', 'SimSun', 'SimHei';
  font-size: 16px;
  color: #444444;
  background: #fff;
  overflow-x: hidden;
}
html, body, div, span, iframe, map, font, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th{ padding: 0; margin: 0; border: 0;  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;  list-style:none;}
html, body { position: relative; height: 100%;}
body::-webkit-scrollbar { width:2px;}
body::-webkit-scrollbar-track { background: rgba(232, 232, 232, 1);}
body::-webkit-scrollbar-thumb { background: #2da56f;}
img{ border:0; max-width: 100%; }
input,button,a { outline: none;}
a{ text-decoration:none; color:#444444;  }
a:hover{ color:#2da56f;  }
.clear { clear:both;}
.clearfix { zoom:1;}
.clearfix:after { content:''; display:block; height:0; clear:both;}
div { box-sizing:border-box;}
.dn { display: none;}
#screen { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; background: rgba(0,0,0,0.5);}
/*通用样式*/
.container {
  width: 100%;
  height: auto;
  width: 1640px;
  margin: 0 auto;
}
@media (min-width: 1901px) {
  .container {
    max-width: 1640px;
  }
}
@media (max-width: 1840px) {
  .container {
    max-width: 92%;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.fcc {display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.fsc {display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;}
/*通用样式*/

.menuBtn { display: none;}
.logo { position: relative;}
.logo img { display: block; width: clamp(100px,1.69rem,169px); transition: all 0.5s;}
.header { height: var(--header-height); background: #ffffff; transition: all 0.5s; position: fixed; left: 0; top: 0; width: 100%; z-index: 20;}
.small-header .header { transform: translateY(-100%);}
.show-header .header { transform: translateY(0);}
.small-header .header{ height: 80px; box-shadow: 0 0 10px rgba(0,0,0,0.2); background: #ffffff;}
.small-header .header .nav li h2 a { line-height: 80px;}
.small-header .header dl { top: 80px;}
.header:hover { background: #ffffff;}
.header:hover .nav li h2 a,.small-header .header .nav li h2 a{ color: #333333;}
.header:hover .searchEnter,.small-header .header .searchEnter { background: url(../images/blackSearch.png) center no-repeat;}
.header .nav li h2 a:hover { color: #2da56f;}
.headerFlex { width: 1640px; max-width: 92%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; justify-content: space-between;}
.nav>ul{ display: flex; justify-content: center; align-items: center;}
.nav li { margin: 0 .25rem;}
.nav li:last-child { margin-right: 0;}
.nav li h2 { position: relative;}
.nav li h2::after { content: ''; height: 2px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.5s; width: 0; background: #2da56f;}
.nav li:hover h2::after { width:100%;}
.nav li h2 a { transition: all 0.5s; line-height: var(--header-height); white-space: nowrap; font-size:var(--font16); color: #262626;}
.header .nav li.cur h2 a { color: #2da56f;}
.nav li { position: relative;}
.nav li dl { padding:10px 0; box-sizing: border-box; display: none; width:160px; background: #ffffff; position: absolute; left: 50%; transform: translateX(-50%); top: var(--header-height);}
.nav li dt { text-align: center; font-size: clamp(14px,.16rem,16px); line-height:calc(1em + 20px);}
.nav li dt:last-child { margin-bottom: 0;}
.nav li dt a { display: block; transition: all 0.3s;}
.nav li dt:hover>a { color: #2da56f; }
.searchEnter { background: url(../images/search.png) center no-repeat #2DA56F; width: 20px; height: 20px; cursor: pointer; transition: all .4s;}
.searchSub { display: none; position: absolute; left: 0; top: 100%; width: 100%; background: #f5f5f5; padding: 1.7rem 0;}
.searchInfor { width: 690px; display: flex; align-items: center; margin: 0 auto; max-width: 92%; border-bottom: 1px solid #eee;}
.searchInfor input { flex: 1; height: 42px; color: #333; border: none; background: none; font-size: var(--font20);}
.searchInfor input::placeholder { color: #999;}
.searchInfor button { background: url(../images/searchon.png) center no-repeat; transition: all .4s; width: 42px; height: 42px; cursor: pointer; border: none;}
.searchBtn { width: clamp(30px,.48rem,48px); height: clamp(30px,.48rem,48px); margin-left: .55rem; border-radius: 50%; cursor: pointer; display: block; background: url(../images/search.png) center no-repeat #2da56f;
background-size:60%;}
.headerRight { display: flex; align-items: center;}
/*banner*/
.banner { margin-top: 100px; position: relative;}
.banner img{ transform: scale(1.1); transition: all 8s; display: block; width: 100%;}
.banner .swiper-slide { overflow: hidden;}
.banner .swiper-slide-active img { transform: scale(1);}
.banner .swiper-pagination span { opacity: 1; transition: all 0.3s; box-sizing: border-box; border: 1px solid #ffffff; background: none; outline: none; width: 12px; height: 12px;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: #ffffff;}
.bannerText { position: absolute; width: 100%; text-align: center; top: 50%; left: 0; transform: translateY(-50%);}
.bannerText p { font-size: 3.125vw; color: #ffffff;}
/*inBanner*/
.page-banner { position: relative; overflow: hidden;background:#000;}
.page-banner .img img { width: 100%; display: block; height: 100%; min-height: 200px; object-fit: cover;}
.page-banner:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); z-index: 2;}
.inText { z-index: 3; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.inText h2 { color: #ffffff; font-weight: bold; line-height: 1; margin-bottom: .2rem; font-size:var(--font60); -webkit-animation-duration: 0.8s; animation-duration: 0.8s;-webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: h-line-mask-anim;animation-name: h-line-mask-anim;}
.inText p { color: #ffffff;line-height: 1.4; margin-bottom: .32rem; font-size: var(--font20);-webkit-animation-duration: 0.8s; animation-duration: 0.8s;-webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: h-line-mask-anim;animation-name: h-line-mask-anim;animation-delay: .2s;}
@-webkit-keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
@keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
/*footer*/
.footer { background: #07111A;}
.footerTop { gap: .27rem; padding: 60px 0 36px; display: flex; justify-content: space-between;}
.footLink { flex: 1;}
.footLink ul {display: flex;}
.footLink li {flex: 1;}
.footLink p a { transition: all .4s; font-size: var(--font15); color: #9E9E9E;}
.footLink p {transition: all 0.3s; line-height: 32px;}
.footLink li h2 a { transition: all .4s; display: block; font-size: var(--font16); line-height: 1.5; color: #ffffff;}
.footLink p:hover { opacity: 1; transform: translateX(5px); opacity: 1;}
.footLink p:hover a { color: #ffffff;}
.footLink li h2 { line-height: 1; margin-bottom: 13px;}
.footerContact h2 { color: #ffffff; font-size: var(--font16); line-height: 1; margin-bottom: 13px;}
.footerContact h3 { color: #2BD9A2; font-size: var(--font22);}
.footerContact p,.footerContact p a{ line-height: 32px; transition: all .4s; color: #9E9E9E; font-size: var(--font15);}
.copyRight { border-top: 1px solid #303234; line-height: 84px; text-align: center;}
.copyRight p { display: flex; align-items: center; justify-content: center;}
.copyRight p img { display: block; margin: 0 10px;}
.copyRight p,.copyRight a { transition: all 0.3s; font-size: 15px; color: rgba(255,255,255,.36);}
.copyRight a:hover { color: #ffffff;}
.copyRight p br { display: none;}
.scaleEwm { border: 6px solid #ffffff; border-radius: 3px; transition: all 0.5s; transform: scale(0); transform-origin: bottom center; position: absolute; bottom: 50px; width: 100px;}
.menubox { display: none;}
.scanCont { text-align: right;}
.scanEwm { margin-bottom: 10px; overflow: hidden;}
.scanEwm img { display: block; float: right; margin-left: 8px;}
.scanLink a { margin-left: 11px;}
/**/
.homeMain { padding: 55px 0 50px; }
.topNews { margin-bottom: 27px; display: flex; gap: .28rem; justify-content: space-between;}
.createNews { width: 68%;}
.titleCell { display: flex; line-height: 1; justify-content: space-between; align-items: center;}
.titleCell h2 { font-weight: bold; font-size: var(--font28); color: #141414;}
.titleCell a { display: block; background: url(../images/more.png) center no-repeat; width:19px; height: 15px; transition: all .4s;}
.titleCell a:hover { background: url(../images/moreOn.png) center no-repeat;}
.newsSwiper .swiper { width: 100%;}
.newsText { background: #f4f4f4; padding: .3rem .25rem .25rem;}
.newsText p { margin-bottom: .2rem; font-size: var(--font16); color: #212121; transition: all .4s; line-height: calc(1em + 6px); height: calc(2em + 12px);overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newsText span { color: #A8A8A8; font-size: var(--font16);}
.newsSwiper { margin-top: .2rem;}
.newsImg img { display: block; width: 100%;}
.otherMeet { width: calc(32% - .28rem);}
.meetingList li h2 { transition: all .4s; overflow: hidden;text-overflow: ellipsis;  white-space: nowrap; line-height: 1; margin-bottom:1em; font-size: var(--font16); color: #212121;}
.meetingList li p { color: #A8A8A8; line-height: 1; font-size: var(--font16);}
.meetingList li { margin-bottom: .24rem; padding-bottom: 1em; border-bottom: 1px solid #dcdcdc;}
.otherMeet { display: flex; flex-direction: column; gap: .2rem;}
.meetingList { flex: 1; background: #F3F6F9; padding: .4rem .38rem 0;}
.meetingList li:last-child { padding: 0; border: none; margin: 0;}
.cellBanner img { display: block; width: 100%;}
.serviceTalk { margin-top: .55rem; display: flex; justify-content: space-between; gap: .32rem;}
.serviceGroup { width: 56.46%;}
.serviceTalk ul { margin-top: .27rem; display: flex; flex-wrap: wrap; gap: .2rem; justify-content: space-between;}
.serviceTalk li { text-align: center; box-sizing: border-box; padding: .3rem .4rem .34rem; width: calc(50% - .1rem);}
.serviceTalk li:nth-child(1) { background: #30b88c;}
.serviceTalk li:nth-child(2) { background: #3ab4de;}
.serviceTalk li:nth-child(3) { background: #37bfc0;}
.serviceTalk li:nth-child(4) { background: #6a89cc;}
.serviceTalk li img { display: block; margin: 0 auto 15px;}
.serviceTalk li h2 { font-weight: bold; color: #ffffff; line-height: calc(1em + .1rem); font-size: var(--font22); margin-bottom: 6px;}
.serviceTalk li p { font-size: var(--font15); color: rgba(255,255,255,.59);}
.talkCont { display: flex; flex-direction: column; gap: .27rem; width: calc(43.54% - .32rem);}
.talkSwiper { background: #f3f6f9; padding:.15rem .32rem; height: 3.97rem;}
.talkSwiper .swiper { height: 100%;}
.talkSwiper .swiper-slide { border-bottom: 1px solid #e6e7e9; align-items: center; display: flex; gap: .35rem;}
.talkSwiper .swiper-slide::after { content: ''; position: absolute; left: 0; bottom: 0; transform: translateY(50%);
width: 7px; height: 7px; border: 1px solid #e6e7e9; background: #f3f6f9; border-radius: 50%;}
.talkSwiper .swiper-slide-next { border: none;}
.talkSwiper .swiper-slide-next::after { display: none;}
.talkPeople { border-radius:8px; width: clamp(80px,1.21rem,121px); overflow: hidden;}
.talkPeople img { aspect-ratio: 121 / 143; object-fit: cover; width:100%; display: block;}
.peoDesc { flex: 1;}
.peoDesc h2 { font-weight: bold; font-size: var(--font20);}
.peoDesc p { font-size: var(--font16); line-height: calc(1em + .12rem); color: #A8A8A8;}
.talkSwiper .swiper-pagination span.swiper-pagination-bullet-active { background: #2FBE91;}
.flexBanner { margin: .4rem auto; display: flex; justify-content: space-between;}
.longBanner { width: 68.17%;}
.shotBanner { width: calc(31.83% - .26rem);}
.flexBanner img { display: block; width: 100%;}
.jobNews { display: flex; gap: .28rem; justify-content: space-between;}
.newOther { display: flex; flex-wrap: wrap; margin-top: calc(var(--font28) + .2rem); justify-content: space-between; gap: .18rem;}
.newOther a { transition: all .4s; display: flex; align-items: center; width: calc(50% - .09rem);}
.newOther a img { transition: all .4s; display: block; width: 100%;}
.newOther a:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.newOther a:nth-child(1) { background: #ebf3ef;}
.newOther a:nth-child(2) { background: #eaf6f5;}
.newOther a:nth-child(3) { background: #edf3fa;}
.newOther a:nth-child(4) { background: #edeaf4;}
.brandSwiper { margin-top: 23px;}
.brandSwiper .swiper-slide { border: 1px solid #c8c8c8;}
.brandSwiper img { display: block; width: 100%;}
.newsImg { overflow: hidden;}
.newsImg img { transition: all .8s; display: block; width:100%; object-fit: cover; aspect-ratio: 357 / 225;}
.newsSwiper .swiper-slide:hover img { transform: scale(1.1);}
.newsSwiper .swiper-slide:hover p { color: #2da56f;}
.meetingList li:hover h2 { color: #2da56f;}
@media screen and (max-width: 1800px) { 

}
@media screen and (max-width: 1600px) {

}
@media (max-width: 1580px) {
  :root {
    --header-height:80px;
  }
  .banner { margin-top: 80px;}
}
@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1200px) {
	.homeMain { padding: 30px 0;}
	:root{
		--header-height: 60px; 
	}
	.banner { margin: 0;}
	.langChose { height: var(--header-height);}
	.header,.small-header .header { height: 60px;background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
	.searchBtn { margin: 0 50px 0 0;}
	.header .nav li h2 a { line-height: 80px;}
	.header .nav li h2 a{ color: #333333;}
	.searchEnter { background: url(../images/blackSearch.png) center no-repeat; background-size: 100% auto;}
	.headerFlex { height: 60px;}
	.nav { height:100vh; position: fixed; left: -110%; overflow-y: auto; top:60px; width: 200px; background: #ffffff; bottom: 0;}
	.nav ul { display: block;}
	.nav li { border-bottom: 1px solid #eee; float: none; margin: 0!important;}
	.nav li h2{position: relative; text-indent: 20px;}
	.nav li h2 i { transition: all .5s; background: url(../images/menuEnter.png) center no-repeat;
	width: 8px; height: 14px; background-size: 100% auto; position: absolute; right:15px; top: 50%; margin-top: -7px;}
	.nav li h2 a {  line-height: 40px; color: #333333;}
	.nav li.cur h2 i{ background: url(../images/menuEntero.png) center no-repeat; background-size: 100% auto; transform: rotate(90deg);}
	.menubox{ display: block; position: absolute;right: 4%; top: 18px; width:30px; height: 30px;opacity: 1;pointer-events: auto;transition: 0.3s;}
	.menubox div{position: absolute;left: 0;width: 30px;height: 2px;background-color: #2da56f;transition: 0.6s;}
	.menubox div:nth-child(1){top: 0px;}
	.menubox div:nth-child(2){top: 10px;}
	.menubox div:nth-child(3){top: 20px;}
	.menubox.on div:nth-child(1){top: 9px;transform: rotateZ(45deg);}
	.menubox.on div:nth-child(2){top: 0px;opacity: 0;}
	.menubox.on div:nth-child(3){top: 9px;transform: rotateZ(-45deg);}
	.langChose { margin-right: 50px;}
	.nav li dl { position: static; width: 100%; padding: 0; transform: translateX(0); text-align: left;}
	.nav li dl dt { text-align: left; text-indent:30px;}
	.nav li h2::after { display: none!important;}
	.mobSub dl { display: block!important;}
	.nav li dl dt dt { text-indent: 40px;}
	.nav li dt h3 a { font-size: 16px;}
	.nav li dt dt a { font-size: 14px;}
	.header .nav li h2 a,.small-header .header .nav li h2 a { line-height: 50px;}
	body { padding-top: 60px;}
	.langChose dl { top: 60px; border-radius: 0 0 6px 6px;}
	.langChose h2 { font-size: 14px;}
}
@media screen and (max-width: 1080px) {
	.searchinput { width: 100%; top: 60px; margin: 0; background: #ffffff; padding: 10px; transform-origin: center; top: ;}
	.searchBox { position: static;}
	.footLink { display: none;}
	.footerTop { justify-content: center; padding: 30px 0 20px;}
	.copyRight { display: block; line-height: 1.5; text-align: center; padding: 20px 0;}
	.copyRight p, .copyRight a { font-size: 14px;}
	.footerContact p { font-size: 14px;}
	.copyRight br { display: block;}
	.footerContact h2 { font-size: 16px;}
	.contactLink ul { justify-content: center;}
	.footer { text-align: center;}
	.contactLink { margin-bottom: 10px;}
	
}
@media screen and (max-width: 780px){
	
	.footLogo img { height: 20px;}
	
	.banner .swiper-pagination span { width: 8px; height: 8px; border: 1px solid #ffffff; margin-right: 6px!important;}
	
	.subEwm { width: 100px; top: 40px;}
	.topNews { flex-direction: column;}
	.createNews { width: 100%;}
	.otherMeet { width: 100%;}
	.meetingList { padding: 20px;}
	.serviceTalk { flex-direction: column;}
	.serviceGroup { width: 100%;}
	.talkCont { width: 100%;}
	.flexBanner { flex-direction: column; gap: 10px;}
	.longBanner,.shotBanner { width: 100%;}
	.copyRight p br { display: block;}
	.copyRight p{ display: block;}
	.copyRight p img { display: inline-block;}
	.copyRight span { display: block;}
	.copyRight span:last-child { display: flex; align-items: center; justify-content: center;}
	.copyRight span img { margin-left: 0; width: 14px;}
	.footerTop { flex-direction: column;}
	.scanCont { text-align: center;}
	.scanEwm img { float: none;}
	.scanEwm span { display: block;}
	.scanEwm { display: flex; justify-content: center;}
	.scanLink a { margin: 0 5px;}
	.jobNews { flex-direction: column;}
	.newOther { margin-top: 0;}
}