@charset "utf-8";
:root {
  /* 导航高度 */
  --header-height: 1rem;
  /* COLOR */
  --color-active: #33416f;
  --color-blue-004: #33416f;
  --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;
}
@media (max-width: 1580px) {
  :root {
    --header-height:80px;
  }
}
/* 公共字体 */
.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: #000;
  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-weight: normal; 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: #33416f;}
img{ border:0; max-width: 100%; }
input,button,a { outline: none;}
a{ text-decoration:none; color:#000;  }
a:hover{ color:red;  }
.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);}
/*通用样式*/

.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;}
/*通用样式*/
.container { width: 1000px; max-width: 92%; margin: 0 auto;}
.menuBtn { display: none;}
.logo { position: relative;}
.logo img { display: block; width: 96px; transition: all 0.5s;}
.logo .mobLogo { display: none;}
.header { background: rgb(7, 55, 99); transition: all 0.5s;}
.headerCont { max-width: 92%; height: 123px; display: flex; justify-content: space-between; align-items: center; width: 1000px; margin: 0 auto;}
.nav>ul{ display: flex; justify-content: center; align-items: center;}
.nav li a{ position: relative; font-size: 14px; color: #ffffff; text-align: center; display: block; line-height:123px; width: 200px;}
.nav li.cur a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; background: rgb(111, 168, 220);}
.nav li a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 0%; transition: all .4s; height: 5px; background: rgb(111, 168, 220);}
.nav li:hover a::after { width: 100%;}
.nav li:hover a,.nav li.cur a { color: #cfe2f3;}


.searchBox { position: relative;}
.searchinput{z-index: 3; transition: all .5s; opacity: 0;pointer-events: auto;right:0; transform: scale(0); transform-origin: right center;  position: absolute; width: 350px; top:50%; margin-top: -23px;}
.searchinput.show {  transform: scale(1); opacity: 1;} 
.searchinput .hsform{width: 100%;border-radius: 30px;overflow: hidden;background-color: #33416f;}
.searchinput .hsform .sinput{border: none; width: 100%;height: 44px;background-color: #33416f;color: #fff;text-indent: 20px;font-size: 16px;}
.searchinput .hsform .sinput::placeholder{color: #fff;font-size: 16px;}
.searchinput .hsform .sbtn{border: none; width: 44px;height: 44px;background: url(../images/search.png) center center no-repeat;background-size: 17px;cursor: pointer;}
.searchinput .sclosebtn{width: 44px;height: 44px;position: relative;cursor: pointer;transition: 0.5s;}
.sclosebtn:hover { transform: rotate(180deg);}
.searchinput .sclosebtn:before{content: "";display: block;width: 30px;height: 2px;background-color: #33416f;position: absolute;left: 7px;top: 21px;transform: rotateZ(45deg);}
.searchinput .sclosebtn:after{content: "";display: block;width: 30px;height: 2px;background-color: #33416f;position: absolute;left: 7px;top: 21px;transform: rotateZ(-45deg);}
.searchEnter {  transition: all 0.5s;cursor: pointer; display: block; background: url(../images/search.png) center no-repeat; display: block; width: .23rem; height: .23rem;
background-size: 100% auto!important;}
.menuControl { display: flex; gap: 26px; align-items: center;}
.langChose h2 { font-size: var(--font16); background: url(../images/earth.png) .2rem center no-repeat #33416f; padding: 0 .25rem 0 .5rem;
background-size: .23rem auto; line-height: .4rem; color: #ffffff; border-radius: .4rem;}
.langChose { cursor: pointer; position: relative; height: var(--header-height); display: flex; align-items: center;}
.langChose dl { overflow: hidden; box-shadow:0 0 10px rgba(0,0,0,0.1); display: none; background: #ffffff; border-radius:0 0 4px 4px; text-align: center; width: 84px; position: absolute; top:var(--header-height); left: 50%; transform: translateX(-50%);}
.langChose dl::after { content: ''; position: absolute; top: -6px; left: 0; height: 6px; width: 100%; background: url(../images/dsj.png) center no-repeat; background-size: auto 6px;}
.langChose dt a{ transition: all .5s; line-height: 3; display: block; font-size: 14px; color: #393939;}
.langChose dt:hover a { background: #33416f; color: #ffffff;}
.langChose:hover dl { display: block;}
.header .searchEnter:hover { background: url(../images/searchon.png) center no-repeat;}

/*banner*/
.banner { border-bottom: 5px solid rgb(7, 55, 99); position: relative;}
.banner img{ height: 600px; object-fit: cover; 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 { text-align: left; left: 50%; bottom: 7.3vw; width: 1400px; transform: translateX(-50%);}
.banner .swiper-pagination span { opacity: 1; transition: all 0.3s; box-sizing: border-box; border: 2px solid #ffffff; background: none; outline: none; width: 16px; height: 16px; margin:0 18px 0 0!important;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: #ffffff;}
.bannerText { position: absolute; width: 720px; height: 150px; text-align: center; top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.bannerText p { line-height: 52px; font-size:var(--font30); color: #ffffff;}
.bannerText span { display: block; line-height: 28px; font-size: var(--font16); color: #ffffff;}
.textCont {background: rgba(153, 153, 153, 0.7); display: flex; flex-direction: column; justify-content: center; align-items: center;
width: 100%; height: 100%;}
.banner .swiper-button-prev,.banner .swiper-button-next { color: #ffffff; font-size: 20px;}
.banner .swiper-button-prev::after,.banner .swiper-button-next::after { font-size: 20px;}
.banner .swiper-button-prev { left: 22px;}
.banner .swiper-button-next { left: auto; right: 22px;}
/*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: #073763;}

.copyRight { border-top: 1px solid rgb(102, 102, 102);; line-height: 52px; text-align: center; color: #ffffff;}
.copyRight a { color: #ffffff;}
.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;}
.titleCell { height: 73px; line-height: 73px; text-align: center; position: relative;}
.titleCell p { font-size: 30px; color: #000;}
.titleCell span { position: absolute; left: 0; top: 50%; transform: translateY(-50%); color:#ecf0f1; font-size: 72px; text-align: center;
font-weight: bold; width: 100%; z-index: -1;}
.homeAbout { padding-top: 45px;}
.homeAboutInfor { margin-top: 35px; background: url(../images/aboutBg.jpg) center no-repeat; background-size: cover; padding: 50px 0;}
.aboutFlex { width:1000px; margin: 0 auto; max-width: 92%; display: flex; justify-content: space-between; align-items: center;}
.aboutSwiper { width: 510px;}
.aboutSwiper .swiper-pagination { bottom: 20px;}
.aboutSwiper .swiper-pagination span{ opacity: 1; border-radius: 3px; color: #ffffff; font-size: 12px; width: 22px; height: 22px; text-align: center; line-height: 22px;
background: rgba(0,0,0,0.4);}
.aboutSwiper .swiper-pagination span.swiper-pagination-bullet-active { background: rgb(111, 168, 220);}
.aboutSwiper .swiper-button-prev,.aboutSwiper .swiper-button-next { width:34px; height: 56px; background: rgba(0,0,0,0.2);}
.aboutSwiper .swiper-button-prev:after,.aboutSwiper .swiper-button-next:after { font-size: 20px; color: #ffffff;}
.aboutSwiper img { display: block;}
.aboutDesc { width: 458px;}
.aboutDesc h2 { border-bottom: 1px solid #000000; font-size: 24px; line-height: 44px;}
.descInfor { padding: 5px; margin-top: 5px; background: rgba(204, 204, 204, 0.7);}
.descInfor p { font-size: 16px; line-height: 2; text-indent: 2em;}
.descInfor .more { font-size:12px; text-align: right; color: #3099DD;}
.service { padding: 30px 0 55px;}
.serviceCont { text-align: center; width: 1000px; max-width: 92%; margin: 0 auto;}
.serviceCont ul { margin-top: 40px; margin-bottom: 32px; display: flex; justify-content: space-between;}
.serviceCont li { text-align: center; width: calc((100% - .4rem)/3); box-sizing: border-box; padding: 10px; background: rgb(159, 197, 232); transition: all .4s;}
.serviceCont li img { display: block; object-fit: cover; width: 100%; aspect-ratio: 301 / 205;}
.serviceCont li p { font-size: 15px; line-height: 2; margin-top: 8px; color: #000000;}
.serviceCont li:hover { background: rgb(111, 168, 220);}
.serviceCont .checkMore { display: inline-flex; border: 2px solid rgb(207, 226, 243); transition: all .4s; width: 156px; height: 36px; line-height: 36px; text-align: center; justify-content: center; font-size: 14px; color: #000;}
.serviceCont .checkMore:hover { background: #9fc5e8; color: #ffffff;}
.footerContact span { line-height: 38px; font-size: 14px; color: #ffffff; display: inline-flex; align-items: center;}
.footerContact span img { margin-right: 5px;}
.footerContact { padding: 5px 0; display: flex; justify-content: space-around;}
.copyRight { font-size: 14px;}
.aboutPage { background: rgb(7, 55, 99); padding: 120px 0 100px;}
.aboutTitle { color: #ffffff; text-align: center; font-size: 42px; line-height: 55px; margin-bottom: 35px;}
.intFlex { display: flex; justify-content: space-between;}
.intImg { margin-right: 30px; width: 430px;}
.intImg img { display: block; object-fit: cover; width:100%; aspect-ratio: 430 / 309;}
.intText p { text-indent: 2em; font-size: 18px; line-height: 2; color: #ffffff;}
.intText { flex: 1;}
.serviceTitle { text-align: center; font-size: 42px; line-height: 55px; margin: 12px auto 42px;}
.contactFlex { display: flex; justify-content: space-between;}
.contactForm { width: 50%; padding: 45px; background: rgb(61, 133, 198);}
.contactForm li { margin-bottom: 12px; background: #ffffff; display: flex; }
.contactForm li input { color: #000; height: 38px; flex: 1; border: none; background: none; padding: 0 12px; box-sizing: border-box;}
.contactForm li textarea { outline: none; padding: 8px 12px; height: 148px; font-family: '微软雅黑';box-sizing: border-box; resize: none; width: 100%; border: none;}
.checkCode {border-left: 1px solid #CCD1D9; padding: 0 10px;}
.subBtn { text-align: right;}
.subBtn button { transition: all .4s; width: 98px; color: #ffffff; border: none; height: 36px; background: #609EE9; cursor: pointer; padding: 0;}
.subBtn button:hover { background: #ffffff; color: #1dbb81;}
.articleBanner img { height: 300px; width: 100%; display: block; object-fit: cover;}
.articleBanner .swiper-button-prev,.articleBanner .swiper-button-next { width: 40px; height: 64px; background:rgba(0, 0, 0, 0.2); color: #ffffff;}
.articleBanner .swiper-button-prev:after,.articleBanner .swiper-button-next:after { font-size: 20px;}
.articleBanner { background: rgb(7, 55, 99); padding-bottom: 142px;}
.articleTitle { background: url(../images/articleTit.png) left center no-repeat; height: 240px;}
.titleInfor h2 { margin-bottom: 20px; font-size: 24px; color: #cccccc;}
.titleInfor h2 span { font-size: 20px;}
.titleInfor { padding-top: 45px; float: right; width: 360px;}
.titleInfor p { font-size: 12px; color: #ccc;}
.titleInfor p a { color: #ccc;}
.titleInfor p a,.titleInfor p span { margin: 0 5px;}
.articleFlex { padding: 40px 0; gap: 30px; display: flex; justify-content: space-between;}
.articleImg { margin-top:10px; width: 318px;}
.articleText { flex: 1;}
.articleText h1 { margin-bottom: 10px; font-size: 18px; line-height: 2; color: #404040; border-bottom: 1px solid rgba(221,221,221,1);}
.articleText h2 { font-size: 16px; color: #404040; font-weight: bold;}
.articleText p { font-size: 14px; line-height: 2; color: #404040;}
.articleText p span { font-weight: bold; text-decoration: underline;}
.contactInfor li { display: flex; align-items: center; font-size:24px; line-height: 3;}
.contactInfor li img { width: 32px; margin-right: 20px;}
@media screen and (max-width: 1800px) {

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

}

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

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

}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1080px) {
	:root{
		--header-height: 60px; 
	}
	.nav { height:100vh; position: fixed; left: -110%; overflow-y: auto; top:60px; width: 100%; 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;left: 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: #ffffff;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;}
	
	.langChose dl { top: 60px; border-radius: 0 0 6px 6px;}
	.langChose h2 { font-size: 14px;}
	.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; margin-top: 20px;}
	.copyRight p, .copyRight a { font-size: 14px;}
	.footerContact p { font-size: 14px;}
	.copyRight br { display: block;}
	.footerContact h2 { font-size: 16px; margin-bottom: 0;}
	.contactLink ul { justify-content: center;}
	.footer { text-align: center;}
	.contactLink { margin-bottom: 10px;}
	.headerCont { position: relative; height: 60px;}
	.logo img:nth-child(1) { display: none;}
	.logo .mobLogo { display: block;}
	.logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
	.header { position: fixed; width: 100%; left: 0; top: 0; z-index: 20;}
	.menubox { z-index: 2;}
	.nav li a { width: 100%; color: #333; line-height: 60px;}
	.nav li.cur a:after { height: 2px;}
	.banner img { height: 220px;}
	body { padding-top: 60px;}
	.bannerText {  max-width: 66.66%; height: auto;}
	.textCont {padding: 10px 0;}
	.bannerText p { font-size: 12px; line-height: 2;}
	.bannerText span { font-size: 12px; line-height: 1.5;}
	.titleCell span { display: none; line-height:2;}
	.titleCell { line-height: 1; height: 30px;}
	.aboutFlex { flex-direction: column; max-width: 100%;}
	.homeAboutInfor { padding: 0;}
	.aboutSwiper { margin: 0 auto; max-width: 100%;}
	.aboutDesc { margin: 0 auto; max-width: 100%; padding: 20px; background: rgb(111, 168, 220);}
	.descInfor { background: none;}
	.descInfor p { color: #ffffff;}
	.aboutDesc h2 { border: none; color: #ffffff;}
	.serviceCont ul { flex-direction: column;}
	.serviceCont li { width: 100%; background: none; margin-bottom: 20px;}
	.footerContact { flex-direction: column;}
	.footerContact span { font-size: 12px; line-height: 2;}
	.copyRight {line-height: 1.5; padding: 15px 0;}
	.copyRight a { display: block;}
	.serviceCont ul { margin-bottom: 0;}
	.aboutPage { padding: 30px 0;}
}
@media screen and (max-width: 780px){
	.intFlex { flex-direction: column;}
	.intImg { width: 100%; margin: 0 0 20px;}
	.contactInfor li { font-size: 14px; line-height: 1.5; margin-bottom: 10px;}
	.contactInfor li img { width: 24px; margin-right: 12px;}
	.serviceTitle,.aboutTitle { font-size: 24px; margin: 0 0 20px;}
	.intText p { font-size: 14px;}
	.articleBanner { padding: 0;}
	.articleTitle { display: none;}
	.articleFlex { flex-direction: column-reverse;}
	.articleImg { width: 100%;}
	.serviceCont ul { margin-top: 30px;}
}