/*
 *  style.css by 453883682@qq.com
 */
 /* .section{ height: 100vh; overflow: hidden;} */
 .hm1Bg{ position: relative; background-color: #FFFFFF; overflow: hidden; text-align: center; z-index: 2;}
.banner{  position: relative; height: 100vh;}
.banImg{  position: relative; width: 100%; height: 100%; overflow: hidden; transition: all .5s;}
.banImg::before,
.banImg::after{ display: block; content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1;}
.banImg::before{ background-color: #000000; opacity: .04;}
.banImg::after{ background-color: var(--main-color); opacity: .18;}
.banText{ position: absolute; left: 0; top: 0; bottom: 0; width: 100%; color: #FFFFFF; text-shadow: 0 0 .1rem rgba(0,0,0,.1); overflow: hidden;    z-index: 1; text-align: left;}
.banCon{ padding-left: 60px; max-width: 1000px;}
.banName{ font-size: 90px; line-height: 1.1; font-family: 'CenturyGothic'; font-weight: bold;}
.banTit{ font-size: 60px; line-height: 1.4; margin: .1rem 0; letter-spacing: 0.1em; font-weight: normal;}
.banDes{ font-size: 18px; line-height: 1.6; max-width: 625px; font-weight: 100; margin: .2rem 0 0;}
.banner .swiper-slide-active .banImg { animation: aniImgBig 5s linear 1 forwards;}
.banMask{ position: absolute; left: 0; top: 0; width: 100%; height: 50%; max-height: 416px; background: url(../images/index/banMask.png) center top repeat-x; background-size: cover; z-index: 1;}
.banDown{ position: absolute; left: 80px; bottom: 0; text-align: center; font-size: 16px; color: #FFFFFF; z-index: 1; margin: 0 auto;}
.banDown .text{ display: block; width: 13px; height: 90px; background: url(../images/index/banDown.png) center center no-repeat; background-size: contain; margin: 0 auto;}
.banDown .line{ position: relative; display: block; width: 1px; height: 30px; background-color: rgba(255, 255, 255, .18); margin: 0 auto; margin-top: .14rem;}
.banDown .dot{ position: absolute; left: 0; top: 0; width: 1px; height: 100%; background-color: #FFFFFF; animation: banDot 3s linear infinite;}

.banBtn{ position: absolute; bottom: 50px; right: 80px; display: flex; align-items: center; z-index: 1;}
.banPrev,
.banNext{ position: relative; display: block; width: 60px; height: 60px; border-radius: 50%; background-position: center center; background-repeat: no-repeat; background-size: cover; z-index: 2; cursor: pointer; overflow: hidden;}
.banPrev{ background-image: url(../images/icon_prev.png);}
.banNext{ background-image: url(../images/icon_next.png); margin-left: .1rem;}
.banPrev::before,
.banNext::before{ display: block; content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.35); box-sizing: border-box;}

.banPage{ position: absolute; left: 0; right: 0; bottom: 35px; z-index: 2; display: none;}
.banPage .swiper-pagination-bullet{ position: relative; width: 30px; height: 3px; background-color: rgba(255, 255, 255, 0.35); opacity: 1; border-radius: 0; margin: 0 4px;}
.banPage .swiper-pagination-bullet i{ display: block; width: 0; height: 100%; background-color: #FFFFFF;}
.banPage .swiper-pagination-bullet-active i{ animation: aniWidth 5s;}

.titEn{ font-size: 14px; line-height: 1.6; color: #5C5C5C; font-family: CenturyGothic; margin-bottom: .2rem;}
.titCn{ line-height: 1.6; font-weight: normal;}
.titCn.font20{ font-size: 20px; font-weight: bold;}
.titCn.font24{ font-size: 24px; font-weight: bold;}
.titTop{ display: flex; justify-content: space-between; align-items: flex-start; color: #252525;}
.titTop.white{ color: #FFFFFF;}
.titDes{ max-width: 454px; line-height: 1.8; margin-top: 50px;}
.title_white{ color: #FFFFFF;}
.title_white .titEn{ color: #FFFFFF;}
.title_white .titLine{ background-color: #FFFFFF;}
.text-center .titLine{ margin: .1rem auto;}
.more{ position: relative; display: inline-block; line-height: 36px; color: #252525; border-bottom: 1px solid #252525; border-top: 1px solid transparent; text-align: center; margin-top: .3rem; font-family: CenturyGothic; transition: all .3s linear;}
.more::before,
.more::after{ display: block; content: ""; position: absolute; width: 1px; height: 0; background-color: var(--main-color); transition: all .3s linear;}
.more::before{ left: 0; top: 0;}
.more::after{ right: 0; bottom: 0;}
.more:hover{ padding: 0 .2rem; color: var(--main-color); border-bottom-color: var(--main-color); border-top: 1px solid var(--main-color);}
.more:hover::before,
.more:hover::after{ height: 100%; transition: all .3s linear .3s;}
.more2{ color: #FFFFFF; border-bottom-color: #FFFFFF;}
.more2::before,
.more2::after{ background-color: #FFFFFF;}
.more2:hover{ color: #FFFFFF; border-color: #FFFFFF;}
.more.hides{ display: none;}

.hm2Bg{ position: relative; background-color: #FAFAFA; z-index: 1; overflow: hidden;}
.hm2Bg::before{ position: absolute; left: -100%; top: 0; display: block; content: ""; width: 47.25%; height: 100%; z-index: -1; background: url(../images/index/hm2Bg.jpg) repeat; transition: all .8s linear;}
.hm2Bg.active::before{ left: 0;}
.hm2Box{ position: relative; display: flex; justify-content: space-between; align-items: center; padding-left: 80px; z-index: 3;}
.hm2Lef,
.hm2Rig{ padding: 0 50px; flex-shrink: 0;}
.hm2Lef{ width: 56.63%;}
.hm2Img{ padding-bottom: 71.43%;}
.hm2Rig{ width: 36.75%;}
.hm2Rig .swiper-slide{ height: auto; background-color: #FAFAFA;}
.hm2Tit{ line-height: 1.3; margin-bottom: .3rem; font-weight: normal;}
.hm2Text{ line-height: 26px; height: 130px; -webkit-line-clamp: 5; color: #5c5c5c; margin: .3rem 0;}
.hm2Page{ position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.hm2Page .swiper-pagination-bullet{ display: block; width: auto; height: auto; background: none; opacity: 1;}
.hm2Page .num{ writing-mode: vertical-lr; font-size: 18px; color: #FFFFFF; line-height: 1; margin: .14rem auto .1rem; font-family: CenturyGothic;}
.hm2Page .line{ position: relative; display: block; width: 2px; height: 0; background-color: rgba(255, 255, 255, 0.35); margin: 0 auto; transition: all .3s;}
.hm2Page .line::before{ position: absolute; left: 0; top: 0; display: block; content: ""; width: 100%; height: 100%; background-color: #FFFFFF;}
.hm2Page .swiper-pagination-bullet-active .line{ height: 70px;}
.hm2Page .swiper-pagination-bullet-active .line::before{ animation: aniHeight 3s;}

.hm3Bg{ position: relative; background-color: #FAFAFA; overflow: hidden;}
.hm3Box .titTop{ position: absolute; top: 15%; left: 0; right: 0; padding: 0 236px 0 130px; margin-bottom: 30px; z-index: 1;}
.hm3En{ position: absolute; right: 130px; top: 50%; transform: translateY(-50%); color: #252525; opacity: .05; font-size: 180px; line-height: 1; z-index: -1;}


.hm4Bg{ color: #FAFAFA; overflow: hidden;}
.hm4Line span{ display: block; position: absolute; width: 12.5%; height: 0; background: url(../images/index/hm2Bg.jpg) repeat; transition: all 0.4s linear 0s;}
.hm4Line span:nth-child(2n){ bottom: 0;}
.hm4Line span:nth-child(2n + 1){ top: 0;}
.hm4Line span:nth-child(1){ left: 0;}
.hm4Line span:nth-child(2){ left: 12.5%;}
.hm4Line span:nth-child(3){ left: 25%;}
.hm4Line span:nth-child(4){ left: 37.5%;}
.hm4Line span:nth-child(5){ left: 50%;}
.hm4Line span:nth-child(6){ left: 62.5%;}
.hm4Line span:nth-child(7){ left: 75%;}
.hm4Line span:nth-child(8){ left: 87.5%;}
.hm4Bg.active .hm4Line span{ height: 100%; border-radius: 0; transition: all 0.6s linear .5s;}
.hm4En{ position: absolute; left: 0; right: 0; bottom: 0; text-align: center; font-size: 180px; line-height: 0.8; color: rgba(255, 255, 255, 0.05);}
.hm4Box{ position: relative; padding: 0 136px; overflow: hidden;}
.hm4Lef{ float: left; width: 18%;}
.hm4Rig{ max-width: 650px; color: #FAFAFA; overflow: hidden;}
.hm4Tit{ line-height: 1.2; font-weight: normal;}
.hm4Text{ margin: 60px 0; line-height: 26px; -webkit-line-clamp: 8;}

.hm5Bg{ position: relative; background-color: #FAFAFA; overflow: hidden;}
.hm5Box .titTop{ position: relative; margin-bottom: 1rem;}
.hm5List{ padding: 0 236px 0 130px;}
.hm5List li{ padding: 0 1px;}
.hm5Link{ overflow: hidden;}
.hm5Img{ padding-bottom: 56.25%;}
.hm5Text{ width: 94%; max-width: 575px; margin-top: 30px; color: #5c5c5c; line-height: 26px;}
.hm5Tit{ color: #131313; transition: all .3s;}
.hm5Con{ margin: .15rem 0; -webkit-line-clamp: 2;}
.hm5More{ color: #131313;}
.hm5More i{ display: inline-block; width: 18px; height: 7px; margin-top: -2px; margin-left: 5px; background: url(../images/icon_arrow.png) center right no-repeat; transition: all .3s;}
.hm5Link:hover .imgBg{ transform: scale(1.05);}
.hm5Link:hover .hm5Tit{ color: var(--main-color);}
.hm5Link:hover .hm5More{ color: var(--main-color);}
.hm5Link:hover .hm5More i{ background-image: url(../images/icon_arrow_blue.png); margin-left: 2px;}

.hm6Bg{ position: relative; background-color: #FAFAFA; z-index: 1; overflow: hidden;}
.hm6Bg::before{ position: absolute; left: -100%; top: 0; display: block; content: ""; width: 47.25%; height: 100%; z-index: -1; background: url(../images/index/hm2Bg.jpg) repeat; transition: all .8s linear;}
.hm6Bg.last::before,
.hm6Bg.active::before{ left: 0;}
.hm6Box{ position: relative; display: flex; justify-content: space-between; align-items: center;}
.hm6Lef{ width: 46.69%; padding-left: 130px; flex-shrink: 0;}
.hm6Hot{ max-width: 400px; margin: 100px 0;}
.hm6Name{ color: #FFFFFF; line-height: 1.4; margin-bottom: .2rem; font-weight: normal; transition: all .3s;}
.hm6Hot .hm6Con{ height: auto; color: #FFFFFF; -webkit-line-clamp: 3;}
.hm6Hot .hm6Info{ color: #FFFFFF;}
.hm6Hot .hm6Info .time{ background-image: url(../images/icon_time_white.png);}
.hm6Hot .hm6Info .tag{ background-image: url(../images/icon_tag_white.png);}
.hm6List{ width: 50%; max-width: 820px; display: flex; flex-wrap: wrap; margin: 0 -19px; overflow: hidden;}
.hm6List li{ width: 50%; padding: 0 19px;}
.hm6Link{ overflow: hidden;}
.hm6Img{ padding-bottom: 60.25%;}
.hm6Text{ color: #131313; margin: .15rem 0 .3rem;}
.hm6Tit{ line-height: 1.4; font-weight: normal; transition: all .3s;}
.hm6Con{ height: 54px; line-height: 26px; -webkit-line-clamp: 2; margin: .1rem 0 .15rem;}
.hm6Info{ display: flex; flex-wrap: wrap; color: #999999;}
.hm6Info span{ line-height: 26px; padding-left: 22px; background-position: left center; background-repeat: no-repeat;}
.hm6Info .time{ font-size: 15px; background-image: url(../images/icon_time.png); background-position: left 3px; font-family: 'CenturyGothic'; margin-right: .3rem;}
.hm6Info .tag{ background-image: url(../images/icon_tag.png);}
.hm6Link:hover .hm6Tit{ color: var(--hover-color);}
.hm6Link:hover .imgBg{ transform: scale(1.05);}
.hm6Link:hover .hm6Name{ color: var(--hover-color);}


#banIn{ height: 640px;}
#banIn .banImg,
#banIn .banMask{ position: fixed; left: 0; top: 0; width: 100%; height: 640px;}
#banIn .banText{ justify-content: flex-end; padding-bottom: 80px;}

/* about */
.aBg{ padding: 100px 0; overflow: hidden;}
.aBg .titTop{ position: relative;}
.aBg .hm3En{ right: -110px;}
.aBg1{ font-size: 14px; background-color: #FAFAFA;}
.a1Lef{ float: left; width: 20%;}
.a1Cen{ float: left; width: 49.53%; max-width: 570px; padding-right: 14px; color: #5c5c5c;}
.a1Cen .hm4Tit{ color: #252525;}
.a1Rig{ float: right; width: 30.47%; margin-top: 140px;}
.a1Img{ padding-bottom: 117.95%; padding-bottom: 75%; background-color: #000000;}
.a1Img .imgBg{ opacity: .75;}
.aBg2{ color: #FFFFFF; background: url(../images/index/hm2Bg.jpg) repeat;}
.a2List{ list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -.15rem; text-align: center;}
.a2List li{ width: 33.33%; padding: .15rem;}
.a2Ico{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 108px; height: 108px; max-width: 1.08rem; max-height: 1.08rem; margin: 0 auto;}
.a2Ico img{ display: block; max-width: 100%; max-height: 100%; margin: 0 auto;}
.a2Tit{ margin: .1rem 0; font-weight: normal;}
.a2Text{ max-width: 308px; margin: 0 auto;}
.a2List li:hover .a2Ico img{ animation: swing 1s linear 1; transform-origin: center top;}
.aBg3{ background-color: #FAFAFA;}
.a3List{ position: relative; font-size: 14px; margin-top: 100px;}
.a3List .hm5Text{ width: 100%; max-width: 100%;}
.a3List .hm5More{ display: block; text-align: right;}
.a3List .swiper-pagination{ display: none;}
.a3List .swiper-button-disabled{ display: none;}
.a3List .banPrev,
.a3List .banNext{ position: absolute; top: 50%; transform: translateY(-50%);}
.a3List .banPrev{ right: 100%; margin-right: .3rem; background-image: url(../images/icon_prev_black.png);}
.a3List .banNext{ left: 100%; margin-left: .3rem; background-image: url(../images/icon_next_black.png);}
.a3List .banPrev::before,
.a3List .banNext::before{ border-color: rgba(0,0,0,.12);}
.a3List .cirLef span{ border-bottom-color: var(--main-color); border-left-color: var(--main-color);}
.a3List .cirRig span{ border-top-color: var(--main-color); border-right-color: var(--main-color);}
.a3Img{ padding-bottom: 100%;}
.aBg4{ color: #FFFFFF; background: url(../images/about/a4_Bg.jpg) center center fixed no-repeat; background-size: cover;}
.a4Lef{ float: left; width: 34.375%;}
.a4Rig{ float: right; width: 62.5%; font-size: 20px; min-height: 440px;}
.a4Rig p{ line-height: 2; padding: .3rem 0; padding-left: 15px; border-bottom: 1px solid rgba(255, 255, 255, .18); transition: all .3s;}
.a4Rig p:first-child{ border-top: 1px solid rgba(255, 255, 255, .18);}
.a4Rig p:hover{ padding-left: 0;}
.aBg5{ background-color: #FAFAFA;}
.a5List{ display: flex; flex-wrap: wrap; margin: 0 -1px; margin-top: 100px;}
.a5List li{ width: 33.33%; padding: 1px;}
.a5List li a{ display: block;}
.a5List li a img{ display: block; width: 100%; height: auto; transition: all 1s;}
.a5List li a:hover{ position: relative; z-index: 1;}
.a5List li a:hover img{ transform: scale(1.05); box-shadow: 0 0 .1rem rgba(0,0,0,.3); z-index: 1;}

.proBox{ overflow: hidden;}
.proLine{ display: block; width: 100%; height: 1px; background-color: rgba(0,0,0,.06); margin: .5rem 0;}
.proTop{ max-width: 920px; font-size: 14px; margin: 80px 0; text-align: justify;}
.proTop h3{ line-height: 1.5; margin-bottom: .1rem;}
.proBot{ font-size: 14px; margin: 80px 0;}
.proApply{ position: relative; margin-top: .3rem; border-radius: .1rem; overflow: hidden;}
.proApply .swiper-slide{ width: 80.47%; height: auto; margin: 0 auto; border-radius: .1rem; overflow: hidden;}
.proApply .swiper-slide img{ width: 100%; height: 100%; object-fit: contain;}
.proApply .swiper-slide-prev,
.proApply .swiper-slide-next { background-color: #000000;}
.proApply .swiper-slide-prev img,
.proApply .swiper-slide-next img { opacity: .65;}
.proPrev,
.proNext { position: absolute; top: 0; width: 9.375%; height: 100%; background-position: center center; background-size: 19px auto; background-repeat: no-repeat; z-index: 2; cursor: pointer;}
.proPrev { left: 0; background-image: url(../images/icon_prev_big.png);}
.proNext { right: 0; background-image: url(../images/icon_next_big.png);}
.applyText{ list-style: none; font-size: 14px; width: 80.47%; height: auto; margin: .2rem auto .1rem;}
.applyText li{ display: none;}

.proList{ list-style: none; display: flex; flex-wrap: wrap; margin: 40px -20px;}
.proList li{ width: 50%; padding: 0 20px; margin-top: 40px;}


/* value */
.valueList { list-style: none; margin: 80px 0;}
.valueList li { display: flex; min-height: 460px; background-color: #FAFAFA;}
.valueList li:nth-child(2n) { flex-direction: row-reverse;}
.valueLef,
.valueRig { width: 50%; flex-shrink: 0;}
.valueLef{ overflow: hidden;}
.valueLef .imgBg { display: block; height: 100%; transition: all 1s;}
.valueLef .imgBg:hover{ transform: scale(1.1); transition: all 2s;}
.valueRig{ align-items: flex-start; padding: 70px 15px;}
.valueText{ width: 100%; padding: 0 60px; max-height: 320px; overflow-y: auto;}
.valueText h3{ line-height: 1.5; font-weight: normal; margin-bottom: .2rem;}
.valueText::-webkit-scrollbar{ width: 3px; background-color: rgba(0,0,0,.04); border-radius: 2px; overflow: hidden;}
.valueText::-webkit-scrollbar-thumb{ background-color: rgba(0,0,0,.2);}

/* service */
.ser1Top h3{ line-height: 1.2;}
.ser1List{ display: flex; flex-wrap: wrap; justify-content: center; margin: .5rem -.1rem 0; text-align: center;}
.ser1List li{ flex: 1; padding: 0 10px; margin-top: .2rem;}
.ser1Link{ height: 100%; padding: .3rem .2rem; border: 1px solid rgba(0,0,0,.06); border-radius: 5px;}
.serIco{ position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 75px; height: 75px; max-width: .8rem; max-height: .8rem; text-align: center; margin: 0 auto .1rem;}
.serIco img{ max-width: 100%; max-height: 100%; margin: 0 auto;}
.serIco img.black{ transition: all .3s;}
.serIco img.white{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(2); opacity: 0; visibility: hidden; transition: all .3s;}
.ser1Link:hover{ color: #FFFFFF; background-color: var(--main-color); border-color: var(--main-color);}
.ser1Link:hover .serIco img.black{ opacity: 0; visibility: hidden; transform: scale(2);}
.ser1Link:hover .serIco img.white{ opacity: 1; visibility: visible; transform: translate(-50%,-50%) scale(1);}
.ser1Link:hover h4{ color: #FFFFFF;}
.serBg2{ position: relative; background: url(../images/service/ser2Bg.jpg) center center no-repeat; background-size: cover; overflow: hidden;}
.serBg2::before,
.serBg2::after{ display: block; content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1;}
.serBg2::before{ background-color: var(--main-color); opacity: .15;}
.serBg2::after{ background-color: #000000; opacity: .12;}
.ser2Text{ position: relative; max-width: 520px; min-height: 340px; color: #FFFFFF; font-size: 14px; z-index: 2;}
.ser2Text h3{ font-weight: normal; margin: .15rem 0;}
.ser2Con{ width: 100%;}
.ser3List{ font-size: 14px; margin-top: 80px;}
.ser3List .swiper-slide{ height: auto;}
.ser3List .hm6Text{ margin-bottom: 0;}
.ser3List .hm6Con{ margin-bottom: 0;}

.serList{ list-style: none; line-height: 26px;}
.serList li{ border-bottom: 1px solid rgba(0,0,0,.06);}
.serList li:first-child{ border-top: 1px solid rgba(0,0,0,.06);}
.serLink{ display: flex; align-items: center; padding: 45px 0;}
.serImg{ width: 43.36%; margin-right: 4%; flex-shrink: 0; overflow: hidden;}
.serImg .imgBg{ padding-bottom: 60.36%; transition: all 1s;}
.serText{ flex: auto; color: #5c5c5c; overflow: hidden;}
.serTit{ color: #252525; line-height: 1.4; font-weight: normal; -webkit-line-clamp: 2; transition: all .3s;}
.serCon{ margin: .2rem 0 .3rem;}
.serLink:hover .serImg .imgBg{ transform: scale(1.05);}
.serLink:hover .serTit{ color: var(--hover-color);}
.serLink:hover .hm5More{ color: var(--hover-color);}
.serLink:hover .hm5More i{ background-image: url(../images/icon_arrow_org.png); margin-left: 2px;}

.newsFirst{ margin-top: .4rem;}
.newsFirst li:first-child{ border-top: none;}
.newsFirst .serLink:hover .serTit{ text-decoration: underline;}
.newsList{ width: auto; max-width: none; font-size: 14px; line-height: 26px; margin-top: .4rem !important;}
.newsList li{ width: 33.33%;}

.newsBox{ padding: .8rem 0;}
.newsLef{ float: left; width: 22.26%; padding-right: .2rem;}
.goBack{ font-size: 15px; color: #252525; margin-top: 0 !important;}
.newsRig{ float: right; width: 77.74%;}
.newsTit{ color: #252525; line-height: 1.2; font-weight: normal; margin-bottom: .3rem;}
.newsCen{ display: flex; justify-content: space-between; align-items: center; margin: .5rem 0 .3rem;}
.newsInfo span{ display: block; color: #999999; line-height: 26px; background-position: left center; background-repeat: no-repeat; padding-left: 25px;}
.newsInfo .time{ background-image: url(../images/news/time.png);}
.newsInfo .author{ background-image: url(../images/news/author.png);}
.fontSize { flex-shrink: 0; margin-left: .1rem; color: #333333; line-height: 46px;}
.fontSize span { display: inline-block; vertical-align: middle;}
.fontSize span.active { color: #FFFFFF; background-color: var(--hover-color);}
.fontTit { background: url(../images/news/fontsize.png) left center no-repeat; padding-left: 25px; margin-right: 5px;}
.max, .mid, .min { width: 30px; height: 30px; line-height: 30px; border-radius: 50%; background-color: #FAFAFA; text-align: center; margin-left: 8px; cursor: pointer;}
.newsBot{ line-height: 2.2;}
.newsBot h4{ font-size: 20px; color: #252525; margin: .1rem 0; font-weight: normal;}
.newsBot img{ max-width: 100% !important; height: auto !important;}

/* contact */
.contact{ display: flex; justify-content: space-between;}
.contact .hm4En{ color: rgba(0,0,0,.05); line-height: .8; bottom: -.1rem; z-index: -1;}
.conLef,
.conRig{ padding: 80px 0; flex-shrink: 0;}
.conLef{ width: 54%; padding-right: 3.5%; border-right: 1px solid rgba(0,0,0,.06);}
.conRig{ width: 46%; padding-left: 3.5%;}
.conLef .titCn{ color: #252525;}
.company{ font-size: 18px; color: #5c5c5c; font-family: "CenturyGothic"; margin: .3rem 0;}
.company h3{ color: #252525; font-weight: normal;}
.conList{ list-style: none;}
.conList li{ display: flex; margin: .3rem 0;}
.conIco{ display: flex; flex-direction: column; justify-content: center; align-items: center; flex-shrink: 0; width: 50px; height: 50px; background-color: #FAFAFA; border-radius: 50%; margin-right: .15rem;}
.conIco img{ display: block; max-width: 100%; max-height: 100%; margin: 0 auto;}
.conText{ flex: auto; font-size: 20px; color: #5c5c5c; overflow: hidden;}
.conText h4{ font-size: 16px; color: #252525; font-weight: bold;}
.conText a{ color: #5C5C5C;}
.conText a strong{ color: var(--hover-color);}

.mesList{ list-style: none;}
.mesList li{ margin-top: .22rem;}
.mesItem{ position:relative; border:1px solid #EEEEEE; background:#FAFAFA;}
.mesInput{ display:block; width:100%; height:60px; border: none; background:transparent; color:#252525; font-size:16px; padding:0 10px; position:relative; z-index:1;}
.mesLabel{ display:block; margin:0; position:absolute; left:16px; top:0px; line-height:60px; color:#5c5c5c; font-size:16px; transition:all .5s;}
textarea.mesInput{ height:auto; resize:none; height:120px;}
.mesItem.active{ border-color: var(--hover-color); background-color: transparent;}
.mesItem.active .mesLabel{ left: 12px; font-size:14px; line-height:30px;}
.mesItem.active .mesInput{ padding-top: 20px;}
.mesItem.active textarea.mesInput{ padding-top: 30px;}
.mesInput:focus{ border-color:#85aadc; box-shadow:0 0 .12rem rgba(165,203,255,0.12);}
.mesBtn{ display:block; width:240px; height:60px; line-height:60px; border: none; color:#FFFFFF; font-size:20px; text-align:center; background:var(--main-color); margin-top: .4rem; cursor: pointer; transition:all .3s;}
.mesBtn:hover,.mesBtn:focus{ color:#FFFFFF; background-color: var(--hover-color);}
#map{ height: 100%;}
.BMapLabel{ transform: translateX(-50%); filter: drop-shadow(0 3px 3px rgba(0,0,0,0.3));}
.BMapLabel::after{ position: absolute; top: 100%; left: 50%; transform: translateX(-50%); content: ""; width: 0; height: 0; border-top: 10px solid #FFFFFF; border-left: 10px solid transparent; border-right: 10px solid transparent;}
.anchorBL{ font-size: 12px;}

/* join */
.join{ display: flex; justify-content: space-between; padding: .6rem 0;}
.joinLef,
.joinRig{ flex-shrink: 0;}
.joinLef{ width: 25.78%; padding-right: 3.5%; border-right: 1px solid rgba(0,0,0,.06);}
.joinRig{ width: 74.22%; padding-left: 3.5%;}
.joinRig  .page{ margin-bottom: 0;}
.current{ font-weight: normal; margin-bottom: .1rem;}
.clearBtn{ font-size: 16px; color: #252525; line-height: 42px; border-radius: 21px; background-color: #FAFAFA; margin-bottom: .4rem; text-align: center; cursor: pointer; transition: all .3s;}
.clearBtn:hover{ background-color: var(--hover-color); color: #FFFFFF;}
.joinItem{ padding: .2rem 0; border-top: 1px solid rgba(0,0,0,.06); color: #252525;}
.joinH3{ line-height: 1.4; font-weight: bold; margin-bottom: .1rem;}
.joinItem label{ display: block; position: relative; margin: 5px 0;}
.joinItem input{ position: absolute; left: 0; top: 0; opacity: 0;}
.joinItem span{ position: relative; display: inline-block; padding-left: 24px; cursor: pointer;}
.joinItem span::before,
.joinItem span::after{ position: absolute; left: 0; top: 50%; margin-top: -8px; display: block; content: ""; width: 14px; height: 14px; border-radius: 2px;}
.joinItem span::before{ border: 1px solid rgba(0,0,0,.1);}
.joinItem span::after{ left: 3px; margin-top: -5px; width: 10px; height: 4px; border-left: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; transform: rotate(-45deg);}
.joinItem input:checked + span{ color: var(--hover-color);}
.joinItem input:checked + span::before{ background-color: var(--hover-color); border-color: var(--hover-color);}


.joinTop{ color: #252525; padding-bottom: .1rem; border-bottom: 1px solid rgba(0,0,0,.06);}
.joinList{ list-style: none; margin-top: .2rem;}
.joinLink{ display: flex; justify-content: space-between; align-items: center; padding: .25rem 0; border-radius: .1rem; border-bottom: 1px solid rgba(0,0,0,.06); transition: all .3s;}
.joinLink .hm5More{ min-width: 160px; text-align: right; flex-shrink: 0;}
.joinText{ flex: auto; max-width: 680px; font-size: 14px; color: #5c5c5c; line-height: 26px; overflow: hidden;}
.joinTit{ color: #252525; font-weight: normal;}
.joinInfo{ display: flex; flex-wrap: wrap; align-items: center; margin-right: -.2rem; color: #999999; margin: .1rem 0;}
.joinInfo span{ padding-right: .2rem;}
.joinCon{ -webkit-line-clamp: 2;}
.joinLink:hover{ padding: .25rem .36rem; border-bottom-color: transparent; box-shadow: 0 0 .25rem rgba(0,0,0,.1);}
.joinLink:hover .joinTit{ color: var(--hover-color); text-decoration: underline;}
.joinLink:hover .hm5More{ color: var(--hover-color);}
.joinLink:hover .hm5More i{ background-image: url(../images/icon_arrow_org.png);}