@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;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1.4rem;
    color: #333;
    font-weight: 400;
}
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);}
textarea {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
/*通用样式*/

.menubox { display: none;}
@charset "UTF-8";@font-face {
    font-family: Montserrat-Bold;
    src: url(../font/Montserrat-Bold.otf) format("opentype"),url(../font/Montserrat-Bold.ttf) format("truetype"),url(../font/Montserrat-Bold.woff2) format("woff2"),url(../font/Montserrat-Bold.woff) format("woff"),url(../font/Montserrat-Bold.eot) format("embedded-opentype"),url(../font/Montserrat-Bold.svg) format("svg")
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../font/Montserrat-Regular.otf) format("opentype"),url(../font/Montserrat-Regular.ttf) format("truetype"),url(../font/Montserrat-Regular.woff2) format("woff2"),url(../font/Montserrat-Regular.woff) format("woff"),url(../font/Montserrat-Regular.eot) format("embedded-opentype"),url(../font/Montserrat-Regular.svg) format("svg")
}

@font-face {
    font-family: Helvetica-Roman-SemiB;
    src: url(../font/Helvetica-Roman-SemiB.ttf) format("truetype"),url(../font/Helvetica-Roman-SemiB.otf) format("opentype"),url(../font/Helvetica-Roman-SemiB.woff2) format("woff2"),url(../font/Helvetica-Roman-SemiB.woff) format("woff"),url(../font/Helvetica-Roman-SemiB.eot) format("embedded-opentype"),url(../font/Helvetica-Roman-SemiB.svg) format("svg")
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,html {
    font-size: 62.5%
}

a,blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,img,input,legend,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    border: none
}



a:hover {
    color: #1a4159
}

a {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

iframe,img,video {
    max-width: 100%
}
p {font-size: 14px;}
.wrap {
    max-width: 1536px;
    width: 94%;
    margin: 0 auto
}

.wrap:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.wrap14 {
    max-width: 1400px;
    width: 94%;
    margin: 0 auto
}

.wrap14:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.wrap12 {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto
}

.wrap12:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.wrap1260 {
    max-width: 1260px;
    width: 94%;
    margin: 0 auto
}

.wrap1260:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.lzpic2 {
    display: none
}

.picc {
    position: relative;
    overflow: hidden
}

.picc img {
    width: 100%;
    display: block
}

.picc span {
    display: block;
    background: no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.row:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.col {
    float: left
}

.col1 {
    width: 8.33333333%
}

.col2 {
    width: 16.66666667%
}

.col3 {
    width: 25%
}

.col4 {
    width: 33.33333333%
}

.col5 {
    width: 41.66666667%
}

.col6 {
    width: 50%
}

.col7 {
    width: 58.33333333%
}

.col8 {
    width: 66.66666667%
}

.col9 {
    width: 75%
}

.col10 {
    width: 83.33333333%
}

.col11 {
    width: 91.66666667%
}

.col12 {
    width: 100%
}

.l {
    float: left
}

.r {
    float: right
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.tac {
    text-align: center
}

.hide {
    display: none
}

.table {
    display: table;
    height: 100%;
    width: 100%
}

.td {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet {
    outline: 0
}

.headerBar { position: relative; z-index: 21;}
#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: 1400px; max-width: 92%; margin: 0 auto;}
.headerCont { z-index: 2; padding:0 26px;  display: flex; height:60px; justify-content: space-between; align-items: center; position: relative;}
 .header { transition:all .4s; position:fixed; width: 100%; z-index:20; left:0; top: 0;}
.small-header .header{background: #fff;box-shadow:0 0 10px rgba(0, 0, 0, .1); }
.small-header .header.showState .nav li h2 .navLink{color: #333;}
.small-header .header.showState .langEnter a{color: #222;}

.header:hover { background: #ffffff;}

.header:hover .langEnter a{color: #222 !important;}
.header:hover .langEnter a:hover { color: #ffffff!important;}
.header:hover .headerControl span img:nth-child(1) { opacity: 0;}
.header:hover .headerControl span img:nth-child(2) { opacity: 1;}
  .header .logo { position: relative;}
  .header .logo img { transition: all .4s; display: block; height:44px;}
  .langList a { transition:all .4s; font-size: 16px; width: 70px; color: #ffffff; line-height: 26px; text-align: center; height: 30px;margin-right: 6px; border: 2px solid #DDE1E6; border-radius: 20px; background-color: rgba(255, 255, 255, 0.1);border-color: rgba(255, 255, 255, 0.2);}
  .header:hover:hover .langList a:hover { color: #00a2e9;}
  .headerRight { display: flex; align-items: center;}
  .headerControl { display: flex; align-items: center;}
  .headerControl span { cursor: pointer; height: 62px; align-items: center; position: relative; display: flex;}
  .searchEnter { padding: 0 24px;}
  .headerControl span img { display: block; transition: all .4s;}
  .headerControl span img:nth-child(2) {position: absolute; opacity: 0; left: 50%; top:50%; transform: translate(-50%,-50%);}
  .nav li { padding:0 2.21vw}
  .nav ul { display: flex;}
  .nav li:hover .navLink { color: #00a2e9!important;}
  .nav li h2 { line-height: 60px;}
  .nav li h2 a { text-transform: uppercase; font-weight: bold;}
  .nav li:hover .navSub { opacity: 1;transition: all .4s; display: block; height: auto;}
  .header:hover .langList a { color: #666; border: 2px solid #dde1e6;}
  .header:hover .headerControl span img:nth-child(1) { opacity: 0;}
  .header:hover .headerControl span img:nth-child(2) { opacity: 1;}
  .header:hover .nav li h2 .navLink { color: #222222;}
  .header:hover .langEnter a { border: 1px solid #eee; color: #222222;}

  .header.show-header .header {box-shadow: 0 0 10px rgba(0,0,0,0.1); background: #ffffff;}

  .header.moveState .langList a { color: #666; border: 2px solid #dde1e6;}
  .header.moveState .headerControl span img:nth-child(1) { opacity: 0;}
  .header.moveState .headerControl span img:nth-child(2) { opacity: 1;}
  .header.moveState .nav li h2 .navLink { color: #222222;}
  .header.moveState .langEnter a { border: 1px solid #eee; color: #222222;}


  .header.showState .langList a { color: #666; border: 2px solid #dde1e6;}
.small-header  .header.showState .headerControl span img:nth-child(1) { opacity: 0;}
.small-header .header.showState .headerControl span img:nth-child(2) { opacity: 1;}
 .header.showState .nav li h2 .navLink { color: #ffffff;}
  .header.showState .langEnter a { border: 1px solid #eee; color: #fff;}
  .langEnter a { transition:all .4s;}
  .langEnter:hover a { color: #ffffff!important; background: #00a2e9; border: 1px solid #00a2e9;}
  .nav .navLink { font-size:17px; color: #ffffff; transition:all .4s;}
  .navSub { opacity: 0; display: none; position: absolute; left:0; top: 60px; width: 100%; background: #f0f7ff; padding: 45px 0;}
  .subFlex { display: flex; width: 1400px; margin: 0 auto; max-width: 92%; justify-content: space-between;}
  .subMenu { width: 266px;}
  .subMenu span { font-size: 20px; color:#222222; cursor: pointer; position: relative; display: block; line-height: 53px; margin-bottom: 14px; text-align: center; border-radius: 6px;}
  .subMenu span.cur { background: #00a2e9; color: #ffffff;}
  .subMenu span.cur::after { content: ''; position: absolute; right: -8px; top: 50%; margin-top: -5px; width: 8px; height: 10px; background: url(../images/icon7.png) center no-repeat;}
  .subList { flex: 1; max-width: calc(100% - 300px); background: #ffffff; padding:0; border-radius: 4px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
  .subHd { background: #DCF0F8; padding: 0 60px 0; display: flex; gap:2.6vw; border-bottom: 1px solid #e3e3e3;}
  .subBd { background: #FAFAFA; padding: 27px 8px 15px 60px;}
  .subHd span { position: relative; transition:all .4s; display: block; line-height: 58px; font-size: 16px; color: #333333; cursor: pointer;}
  .subHd span::after { content: ''; background: #00a2e9; transition:all .4s; position: absolute; bottom: 0; left: 0; height: 2px; width: 0%;}
  .subHd span:hover { color: #00a2e9;}
  .subHd span.cur { color: #00a2e9;}
  .subHd span.cur::after { width: 100%;}
  .gridLink { gap: 10px 20px; max-width: calc(100% - 308px); display: flex; flex-wrap: wrap; height: 400px; flex-direction: column; -ms-flex-align: start;}
  .gridLink .empty{flex: 1;display: flex;justify-content: center;}
  .gridLink a { justify-content: space-between; min-width: 168px; cursor: pointer; font-size: 16px; color: #222222; transition:all .4s; display: flex; position: relative; height: 30px; align-items: center; padding: 0 0 0 12px;}
  .gridLink a:hover { background: #f0f7ff; color: #00a2e9; border-radius: 4px;}
  .bdLink { display: flex; opacity: 1; transition:all .4s; justify-content: space-between;}
  .bdLink.dn { display: none; opacity: 0;}
  .gridDesc { position: relative;  padding: 38px 0 45px; width: 352px; }
  .gridDesc::after { content: ''; position: absolute; left: -8px; top: 0; bottom: 0; width: 1px; background: #e0e0e0;}
  .proPic { margin: 0 auto ; width: 100%; height: 170px; display: flex; justify-content: center; align-items: center; overflow: hidden;}
  .proPic img { display: block; width: 100%;height: 100%; object-fit: contain;}
  .proFc { display: flex; justify-content: center; gap: 12px; }
  .proFc img { display: block; height: 24px;}
  .gridDesc h3 { text-align: center; font-size: 18px; color: #222222; line-height: 24px; margin-bottom: 8px; margin-top: 25px;}
  .gridDesc p { text-align: center; font-size: 14px; color: #444;}
  .gridLink a i { font-size: 12px; text-align: center; padding-right:9px; line-height: 16px; color: #ffffff; display: block; font-style: normal;}
  .gridLink a i.orangeTag { background: url(../images/icon8.png) center no-repeat; background-size: 100% 100%; width: 61px; height:16px; color: #ffffff;}
  .gridLink a i.greenTag { background: url(../images/icon9.png) center no-repeat; background-size: 100% 100%; width: 61px; height:16px; color: #ffffff;}
  .searchSub { display: none; position:absolute; width: 316px; right: -4px; top: 60px; border-radius: 8px; padding: 15px 20px;
  background: #ffffff; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
  .searchSub::after { content: ''; background: url(../images/icon4.png) center no-repeat; display: block; position: absolute;
  width: 15px; height: 9px; top: -9px; right: 31px;}
  .searchSub button{ border: none; width: 19px; display: block; height: 19px; background: url(../images/icon6.png) center no-repeat;}
  .searchCont { height: 44px; border-bottom: 1px solid #ebebeb; display: flex; align-items: center; justify-content: space-between;}
  .searchCont input { width: calc(100% - 32px); font-size: 16px;}
  .searchEnter:hover .searchSub { display: block;}
  .langChose { display: none; position:absolute; width: 75px; left: 50%; transform: translateX(-50%); top: 85px; border-radius: 8px; padding: 12px 0;
  background: #ffffff; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
  .langEnter { position: relative;}
  .langChose::after { content: ''; background: url(../images/icon4.png) center no-repeat; display: block; position: absolute;
  width: 15px; height: 9px; top: -9px; left: 50%; transform: translateX(-50%);}
  .langEnter:hover .langChose { display: block;}
  .langEnter .langLink { line-height: 30px; display: block; text-align: center; font-size: 16px; color: #fff;}
  .langEnter .langLink:hover { color: #00a2e9;}
  .langEnter a { color: #ffffff; padding:0 24px; color: #ffffff; background: rgba(255,255,255,.2); border: 1px solid #ffffff; font-size: 16px; border-radius: 32px; height: 32px;}
  .hsecond { position: relative;}
  /* Products mega：一级 li 不要用 relative，否则 .navSub 的 width:100% 会按「一格菜单」变窄 */
  .nav li.navProductsMega { position: static; }
  .nav li dl { box-shadow: 0 10px 10px rgba(0,0,0,.1); box-sizing: border-box; opacity: 0; overflow: hidden; visibility: hidden; border-radius: 0 0 10px 10px; width:180px; background: #ffffff; position: absolute; left: 50%; transform: translateX(-50%); top: 60px;}
  .nav li dt { text-align: center;}
  .nav li dt:last-child { border: none;}
  .nav li dt a { font-size: 16px; line-height: 3; display: block; transition: all 0.3s;}
  .nav li dt:hover>a { color: #00a2e9; }
  .nav li dt:last-child a { border: none;}
  .mobSub { display: none;}
.titleCell { text-align: center; font-weight: bold; font-size:38px; line-height: 1; margin-bottom: 55px;}
.banner .swiper-item{ position: relative; background-size: cover!important;}
  .bannerCover { display: flex; justify-content: space-between; width: 1400px; max-width: 92%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,calc(-50% + 30px));}
  .banner .bannerSwiper { width: 100%;}
  .banner .swiper-item>img { width: 100%; height: 100%; display: block; object-fit: cover;}
  .bannerText { padding-top: 110px; width: calc(100% - 570px); max-width: 630px;}
  .bannerText h2 { font-size: 38px; color: #ffffff; line-height: 1; margin-bottom: 36px;}
  .bannerText p { margin-bottom: 65px; font-size: 22px; color: #ffffff; line-height:36px}
  .bannerText .bannerMore { display: inline-flex; line-height: 46px; transition: all .4s; padding: 0 45px; color: #ffffff; font-size: 14px;
  border: 1px solid #ffffff; border-radius:46px;}
  .bannerText a:hover { background: #00a2e9; border: 1px solid #00a2e9;}
  .banner .swiper-button-prev { color: #333; left: 45px;}
  .banner .swiper-button-next { color: #333; left: auto; right: 45px;}
  .banner .swiper-pagination { bottom: 50px;}
  .banner .swiper-pagination span { border-radius: 0; opacity: 1!important; overflow: hidden; width: 100px; height: 2px; position: relative; background: #888b91;}
  .banner .swiper-pagination span.swiper-pagination-bullet-active { background: #ffffff;}
  .banner .swiper-pagination span::before { content: ''; z-index: 2; position: absolute; opacity: 1; z-index: 2; left: 0; top: 0; width: 0%; height: 2px;}
  .banner .swiper-pagination span.swiper-pagination-bullet-active::before { animation: widthAni 6s linear forwards; background: #00a2e9;}
  @keyframes widthAni {
    0% { width: 0;}
    100% { width:100%;}
  }
  .future { background: url(../images/futureBg.jpg) center no-repeat; background-size: cover; padding:80px 0;}
  .futureFlex { align-items: start; display: flex; justify-content:space-between;}
  .futureText { width: 47.14%; max-width: 660px;}
  .futureText h2 { font-size: 38px; color: #222222; line-height: 48px; margin-bottom: 50px;}
  .futureText p { margin-bottom: 20px; font-size: 18px; color: #222222; line-height: 25px;}
  .futureText.whiteState h2,.futureText.whiteState p { color: #ffffff;}
  .futureText a { margin-top:60px; display: inline-flex; line-height: 48px; padding: 0 48px; border-radius: 48px;
  border: 1px solid #00a2e9; color: #ffffff; background: #00a2e9; font-size: 14px; transition: all .4s;}
  .futureText a:hover { background: none; color: #00a2e9;}
  .futureImg { flex: 1; display: flex; justify-content: center;}
  .futureImg img { height: 23.8vw; max-width: 100%;}
  .porductList{animation: fadeIn 1s 1;}
  .porductList>ul { display: flex; gap: 30px; flex-wrap: wrap;}
  .porductList>ul>li { position: relative; transition: all .4s; text-align: center; border:1px solid #e0e0e0; box-sizing: border-box; padding: 0 0 24px; width: calc(25% - 22.5px);cursor: pointer;}

  .picConts { margin-bottom: 24px; padding:30px 22px 24px; background: rgb(231,231,231);}
  .picConts.whiteBg { padding: 20px; background: #ffffff;}
  .accessories .picConts { margin-bottom: 0;}
  .productPic {overflow: hidden; position: relative; z-index: 2; margin-bottom: 13px; height: 148px; display: flex; justify-content: center; align-items: center;}
  .productPic img { transition: all .8s; display: block; height: 100%; width: auto;}
  .fcPic { height: 24px; position: relative; z-index: 2; display: flex; gap: 12px; justify-content: center; align-items: center;}
  .fcPic img { height: 24px;}
  .porductList li b a{ max-width:90%; transition: all .4s; margin-top: 18px; display: inline-flex; font-size: 15px; border: 1px solid #00a2e9; line-height: 16px; max-width: 100%;
  padding: 8px 20px; color: #00a2e9; border-radius: 32px;}
  .porductList li h2 { overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;  font-size:18px; font-weight: bold; color: #222222; line-height: 1; margin-bottom: 12px;}
  .porductList li p { color: #999999; font-size: 14px; line-height: 20px;height: 40px;overflow: hidden;
-webkit-box-orient: vertical; /* 垂直排列子元素 */
-webkit-line-clamp: 2; /* 显示的行数，设置为2行 */}
  .porductList>ul>li:hover { border: 1px solid rgba(255,255,255,1); box-shadow: 0 0 10px rgba(0,0,0,0.1);}
  .porductList li b a:hover{ color: #ffffff; background: #00a2e9;}
  .porductList li:hover .productPic img  { transform: scale(1.05);}
  .blockPadding { padding: 4vw 0;}
  .homePorduct_2 { background: #f4f4f4;}
  .productDesc h2 { color: #333333; margin-bottom: 35px; font-size: 28px; text-align: center; overflow: hidden;text-overflow: ellipsis;  white-space: nowrap; line-height: 1.4;}
  .productDesc p { color: #222222; font-size: 14px; line-height: 25px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 75px; text-align: center;}
  .productDesc b { margin-top: 30px; text-align: center; line-height: 34px; border-radius: 34px; justify-content: center; display: inline-flex; max-width: 100%; width: 200px; background: #00a2e9; color: #ffffff; font-size: 15px; transition: all .4s;}

  .productPic_2 { height: 280px; overflow: hidden;}
  .productPic_2 img { width: 100%; height: 100%; object-fit: cover;transition: all .8s;}
  .productList_2 li:hover .productPic_2 img { transform: scale(1.1);}
  .productList_2 li { text-align: center; width:calc(33.33% - 16px)}
  .productList_2 ul { gap:24px; display: flex; flex-wrap: wrap;}
  .productDesc { text-align: center; background: #ffffff; padding: 45px 45px 35px;}
  .homePorduct_3 ul { display: flex; justify-content: space-between;}
  .homePorduct_3 li { width: calc(50% - 16px);}
  .homePorduct_3 h2 { transition: all .4s; line-height: 1; margin-bottom: 20px; font-size: 28px; font-weight: bold; color: #333333;}
  .homePorduct_3 p { font-size: 14px; color: #222222; line-height: 24px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
  .productPic_3 { margin-bottom: 28px; height: 360px; overflow: hidden;}
  .productPic_3 img { width: 100%; height: 100%; display: block; object-fit: cover; transition: all .8s;}
  .homePorduct_3 .swiper-slide:hover .productPic_3 img { transform: scale(1.1);}
  .homePorduct_3 .swiper-slide:hover h2 { color: #00a2e9;}
  .pwoerCont { padding: 70px 0; background: url(../images/pwoerBg.jpg) center no-repeat; background-size: cover;}
  .pwoerCont .futureFlex { align-items: center;}
  .pwoerCont .futureText a { margin-top: 60px;}
  .whyTitle { margin-bottom: 4vw;}
  .whyTitle h2 { text-align: center; font-weight: bold; font-size: 38px; color: #222222; line-height: 1; margin-bottom: 30px;}
  .whyTitle p { text-align: center; font-size: 20px; color: #222222;}
  .homeWhy ul { display: flex; justify-content: space-between;}
  .homeWhy li { text-align: center; flex: 1; max-width: 260px;}
  .homeWhy li h2 { margin-bottom: 10px; font-weight: bold; font-size: 22px; color: #222222; line-height: 26px; height: 52px;}
  .homeWhy li p { font-size: 14px; color: #555555;}

  .homeWhy dl { display: flex; justify-content: space-between; gap: 60px;}
  .homeWhy dt { flex: 1; position: relative; height: 215px;}
  .homeWhy dt img { position: absolute; bottom: 68px; right: 28px;}
  // .homeWhy dt:nth-child(1) {background: url(../images/boardBg1.jpg) center no-repeat; background-size: 100% 100%;}
  // .homeWhy dt:nth-child(2) {background: url(../images/boardBg2.jpg) center no-repeat; background-size: 100% 100%;}
  // .homeWhy dt:nth-child(3) {background: url(../images/boardBg3.jpg) center no-repeat; background-size: 100% 100%;}
  // .homeWhy dt:nth-child(4) {background: url(../images/boardBg4.jpg) center no-repeat; background-size: 100% 100%;}
  .homeWhy dt span { position: absolute; bottom: 0; text-align: center; width: 100%; background: rgba(0,0,0,0.5); color: #ffffff;
  font-size: 18px; font-weight: bold; line-height: 58px;}
  .homeWhy dt p { text-align: center; font-size: 16px; line-height: 26px; color: #222222; padding: 30px 100px 0 32px;}

  .whyIcon { margin-bottom: 30px; height: 122px; display: flex; justify-content: center; align-items: center;}
  .whyIcon img { display: block; max-width: 100%;}
  .footer { padding-top:60px; background: #010101;}
  .footerFlex { display: flex; justify-content: space-between;}
  .footerLink ul { display:flex;}
  .footerLink li h2 { font-weight:bold; line-height:1; margin-bottom:30px;}
  .footerLink li h2 a { font-weight:bold; color:#ffffff; font-size:18px;}
  .footerLink li p a{ color:#858585; font-size:14px; transition:all .4s;}
  .footerLink li p { line-height:24px; margin-bottom:14px;}
  .footerLink li p:hover a { color: #ffffff;}
  .footerLink li { margin-right: 6.25vw;}
  .footerLink li:last-child { margin-right: 0;}
  .appLink { display: flex; gap: 24px; align-items: center;}
  .application h2 {font-weight:bold; color: #ffffff; line-height:1; margin-bottom:30px;}
  .copyRight { text-align: center; border-top: 1px solid #2f2f2f; line-height: 72px; margin-top: 60px;}
  .copyRight a { transition:all .4s; font-size: 14px; color: #858585;}
  .copyRight a:hover { color: #ffffff; transition:all .4s;}
  .appLink img {filter: grayscale(100%) invert(100%); transition:all .4s; opacity: .5;}
  .appLink img:hover { opacity: 1;}
  #screen { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; background: rgba(0, 0, 0, 0.5);}
  .resourcesArticle { margin-top: 20px; padding: 20px; background: #ffffff;}
  .homeVideo { width: 100%; height: 100vh; position: relative;}
  .homeVideo video { width: 100%; height: 100%; object-fit: cover;}
  .homeVideo__wap { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; }
  .homeVideo__wap img { width: 100%; height: 100vh; object-fit: cover; display: block; vertical-align: top; }
  .homeVideo__pc { position: relative; z-index: 0; }
  .videoCover { position: absolute; left: 0; width: 100%; text-align: center; top: 50%; transform: translateY(-50%); z-index: 2;}
  .videoCover h2 {font-size: max(30px, 3vw);  font-weight: 600; color: #ffffff;}
  .videoCover p {margin-top: 40px; font-size: max(14px, 1.2vw); letter-spacing: -0.02em; line-height: 1.6; font-weight: 400; color: #ffffff;}
  .langList { display: flex; align-items: center;}
  .proSwiper1 .swiper-button-prev,.proSwiper1 .swiper-button-next { top: 30%;}
  .textCont { margin-top: 20px; padding: 20px; background: #ffffff;}
  .descArt table,.textCont table,.contBlock table { border-collapse: collapse;border-spacing: 0; width: 100%;border-left: 1px solid #ddd; border-top:1px solid #ddd;}
  .descArt td,.descArt th,.textCont td,.textCont th,.contBlock th,.contBlock td { font-size: 14px; padding: 5px 10px; border-right: 1px solid #ddd; border-bottom:1px solid #ddd;}
  .ue-table-interlace-color-double { background-color: #f7faff;}
  .posCont.showPadding { padding-top: 120px;}
  .posCont .porductList { padding-bottom: 100px;}
  .contBlock { margin-bottom: 40px;}
   .showState .header { background: #ffffff; 	box-shadow: 0 0 10px rgba(0, 0, 0, .1);	}
  .showState .header .langList a { color: #666; border: 2px solid #dde1e6;}
  .showState .header .headerControl span img:nth-child(1) { opacity: 0;}
  .showState .header .headerControl span img:nth-child(2) { opacity: 1;}
  .showState .header .nav li h2 .navLink { color: #222222;}
  .showState .header .langEnter a { border: 1px solid #eee; color: #222222;}
   @media screen and (min-width: 1280px) {
    .nav li dl  { transition: all .4s; height: 0;}
    .nav li:hover dl { height: auto; opacity: 1; visibility: visible;}
  }

  @media screen and (max-width: 1680px) {
    .headerCont { height:60px;}

    .posCont.postState .productLink { top: 60px!important;}
    .nav li h2 { line-height: 60px;}
    .nav li dl { top:60px;}
    .navSub { top: 60px;}
    .banner .swiper-button-prev { left:10px!important}
    .banner .swiper-button-next { right: 10px!important;}
    .banner .swiper-button-prev:after,.banner .swiper-button-next::after { font-size: 32px;}
    .nav .navLink { font-size:16px}
    .subList { padding: 15px 20px;}
    .gridLink span { font-size: 14px;}
    .subMenu span { font-size: 14px;}
    .subMenu { width: 200px;}
    .subList { max-width: calc(100% - 220px);}
    .subHd span { font-size: 14px;}
    .subHd span::after { height: 1px;}
    .navSub { padding: 30px 0;}
    .banner .bannerSwiper { width: 100%; height: 100%;}
    .banner .bannerSwiper .swiper-slide { width: 100%; height: 100%;}
    .bannerImg { width: 260px;}
    .bannerText h2 { font-size: 40px; margin-bottom: 20px;}
    .bannerText { padding-top: 50px;}
    .future { padding: 80px 0;}
    .futureText h2 { font-size: 40px; line-height: 50px;}
    .titleCell { font-size:38px;}
    .nav li { padding: 0 15px}
  }
  @media screen and (max-width: 1280px) {
    .searchEnter { height: 60px;}
    .header .langEnter span { border: 1px solid #eee; color: #222222;}
    .nav li:hover .navLink { color: #222222!important;}
	.nav li:hover .on1 a{ color: #00a2e9!important;}
    .nav li h2.cur .navLink { color: #00a2e9!important;}
    .headerCont { height:60px;}

    .logo img { height: 40px;}
    .nav { height:100vh; position: fixed; left:-110%; overflow-y: auto; top:60px; width: 260px; background: #ffffff; bottom: 0;}
    .nav ul { display: block;}
    .nav li { border-bottom: 1px solid #eee; float: none; margin: 0!important;}
    .nav li h2{ line-height: 40px; position: relative; text-indent: 20px;}
    .nav li h2 i { transition: all .5s; background: url(../images/menuEnter.png) center no-repeat; transform: rotate(-90deg);
    width: 8px; height: 14px; background-size: 100% auto; position: absolute; right:15px; top: 50%; margin-top: -7px;}
    .nav li h2.on1 i {transform: rotate(90deg); background: url(../images/menuEnteron.png) center no-repeat; background-size: 100% 100%;}
    .nav li h2 .navLink {  line-height: 40px; color: #333333;}
    .nav li.cur h2 i{ background: url(../images/menuEnteron.png) center no-repeat; background-size: 100% auto; transform: rotate(90deg);}
    .navSub { position: static; display: none!important;}
    .headerRight { margin-right: 45px;}
    .langChose { top: 40px;}
    .searchSub { position: fixed; left: 0; width:100%; top: 60px; border-radius:0;}
    .searchSub::after { display: none;}
    .menubox{ z-index: 4; display: block; position: absolute;right: 15px; top: 10px; width:45px; height: 40px;opacity: 1;pointer-events: auto;transition: 0.3s;}
    .menubox div{position: absolute;left: 20px;width: 30px;height: 2px;background-color: #fff;transition: 0.6s;}
    .menubox div:nth-child(1){top: 9px;}
    .menubox div:nth-child(2){top: 19px;}
    .menubox div:nth-child(3){top: 29px;}
    .menubox.on div:nth-child(1){top: 19px;transform: rotateZ(45deg);}
    .menubox.on div:nth-child(2){top: 19px;opacity: 0;}
    .menubox.on div:nth-child(3){top: 19px;transform: rotateZ(-45deg);}
    .header:hover .menubox div { background: #333;}
    .nav li dl { display: none; box-shadow: none; visibility: visible; opacity: 1; 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;}
    .nav li dl dt dt { text-indent: 40px;}
    .nav li dt h3 a { font-size: 16px;}
    .nav li dt dt a { font-size: 14px;}

    .subInfor .subInfor { display: none;}

    .subInfor a { display: block;}
	.srbox { display: none;}
    .mobSub {padding:10px 10px 10px 30px; display: block;}
    .mobSub h3 { font-size: 14px; color: #666; line-height: 2;}
    .subInfor { padding-left: 10px;}
    .subInfor a { color:#999}
  }
 @media screen and (max-width: 1440px) {
    .menuList a { font-size: 14px; margin: 0 16px;}
   .future { padding: 100px 0;}
   .futureText h2 { font-size: 38px; line-height: 50px;}
   .futureText a { margin-top:50px}
   .titleCell { font-size: 38px; margin-bottom: 40px;}
   .whyTitle h2 { font-size: 40px; margin-bottom: 20px;}
   .footerLink li { margin-right: 4vw;}
   .homeWhy li h2 { font-size: 18px; line-height: 22px;}
   .homeWhy dt p { font-size: 14px; line-height: 20px;}
   .homeWhy dl { gap: 40px;}
   .homeWhy dt span { font-size: 14px;}
   .productArt { width: calc(100% - 650px);}
 }
  @media screen and (max-width: 1280px) {
    .banner .swiper-item { height: auto;}
    .bannerImg { width: 19.47vw;}
    .bannerText { padding-top:0;}
    .bannerText h2 { font-size:16px; margin-bottom:10px;}
    .bannerText p { font-size: 12px; line-height: 1.5; margin-bottom:10px;}
    .bannerText { width: auto; flex: 1;}
    .banner .swiper-pagination span { width: 20px;}
    .bannerCover { transform: translate(-50%,-50%);}
    .banner .swiper-button-next,.banner .swiper-button-prev { display: none;}
    .bannerText .bannerMore { font-size: 12px; padding:0 14px; line-height: 26px;}
    .future { padding: 30px 0;}
    .futureFlex { position: relative; flex-direction: column;}
    .futureText { padding-bottom: 40px; width: 100%; max-width: 100%;}
    .futureText h2,.whyTitle h2 { font-size: 20px; line-height: 24px; margin-bottom: 10px;}
    .futureText p { margin-bottom: 10px; font-size: 14px;}
    .futureText a { position: absolute; margin: 0; bottom: 10px; left: 50%; transform: translateX(-50%); width:110px; line-height: 28px; margin-top: 10px; padding: 0; justify-content: center;}
    .titleCell { font-size: 20px; margin-bottom: 20px;}
    .whyTitle p { font-size: 14px;}
    .blockPadding { padding: 30px 0;}
    .footerLink { display: none;}
    .copyRight { line-height: 1.5; margin-top: 30px; padding: 10px 0;}
    .application { width: 100%; text-align: center;}
    .footer { padding-top: 30px;}
    .appLink { justify-content: center;}
    .appLink img { width: 24px;}
    .headerControl span { line-height: 28px; font-size: 14px;}
    .headerControl span.searchEnter { padding: 0 14px ;}
    .headerControl .searchEnter { height: 60px;}
    .headerControl .langEnter { height: 28px;}
  }
  @media screen and (max-width:780px) {
    .homeVideo .homeVideo__pc { display: none !important; }
    .homeVideo .homeVideo__wap { display: block; }
    .langEnter:last-child { margin-left: 5px;}
    .headerCont { padding: 0 10px;}
    .homeWhy li h2 { font-size: 14px; line-height: 18px; height: 36px; margin: 0;}
    .homeWhy li p { font-size: 12px;}
    .whyIcon { margin-bottom: 10px; height: 60px;}
    .whyIcon img { height: 60px;}
    .porductList ul { gap: 10px;}
    .porductList li { width: 100%;}
    .productList_2 ul { gap: 10px;}
    .productList_2 li { width: 100%;}
    .productDesc { padding: 20px;}
    .productDesc h2 { font-size: 16px; margin-bottom: 10px;}
    .productDesc b { opacity: 1; margin-top: 10px;}
    .homePorduct_3 ul { flex-direction: column; gap: 10px;}
    .homePorduct_3 li { width: 100%;}
    .productPic_3 { height: auto; margin-bottom: 10px;}
    .homePorduct_3 li h2 { font-size: 16px; margin-bottom: 10px;}
    .homeWhy ul { flex-wrap: wrap;}
    .homeWhy li { flex: auto; width: 50%;}
    .homeWhy dl { vertical-align: top;  white-space: nowrap; display: block; overflow-x: auto;}
    .homeWhy dt {vertical-align: top; width:280px; margin-right: 10px; display: inline-block; height: 197px;}
    .homeWhy dt p { font-size: 12px; line-height:1.5; white-space: pre-wrap;}
  }
.inBanner { height: 33.33vh; position: relative;}
.inBanner img { display: block; width: 100%; height: 100%; object-fit: cover;object-position: center 29%;}
.location { color: #ffffff; font-size: 16px; position: absolute; bottom: 35px; width: 1400px; max-width: 92%; left: 50%; transform: translateX(-50%);}
.location a { color: #ffffff; font-size: 16px; transition: all .4s;}
.location a:hover { color: #00a2e9;}
.inBannerText { font-weight: bold; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; text-align: center; font-size: 60px; line-height: 1; color: #ffffff;}
.menuList { display: flex; justify-content: center; text-align: center; border-bottom: 1px solid #e9e9e9; background: #fafafa;}
.menuList a { font-weight: bold; line-height: 79px; color: #333333; transition: all .4s; position: relative; font-size: 16px; display: inline-flex; position: relative; margin: 0 32px;}
.menuList a.cur::after { content: ''; bottom: -1px; position: absolute; left: 0; width: 100%; height: 2px; background: #00a2e9;}
.menuList a:hover,.menuList a.cur { color: #00a2e9;}
.introduceCompany { padding: 90px 0 80px; background: url(../images/aboutBg.jpg) center no-repeat; background-size: cover;}
.introduceCont { display: flex; justify-content: space-between;}
.intTitle {line-height: 70px;}
.intTitle h2 { text-transform: uppercase; font-size: 60px; font-weight: bold; color: #222222;}
.intTitle h3 { text-transform: uppercase; font-size: 60px; font-weight: bold; transform: translateX(-150px); display: inline-flex; color: #222222;}
.intTitle p { color: #00a2e9; font-weight: bold;  font-size: 60px;}
.intDesc { width: calc(100% - 400px); max-width:800px;}
.intDesc h2 { margin-bottom: 50px; font-weight:bold; font-size: 30px; line-height: 1.4;}
.intDesc p { margin-bottom: 20px; font-size: 16px; color: #777777; line-height: 28px;}
.intDesc ul { margin-top: 60px; display: flex; justify-content: space-between;}
.intDesc li { text-align: center;}
.intDesc li h3 { line-height: 1; color: #00a2e9; font-family: 'Arial'; font-weight: bold;}
.intDesc li h3 span { font-weight: bold; font-size: 76px;}
.intDesc li i { display: block; line-height: 1; margin-top: 20px; font-style: normal; font-size: 16px; color: #222222;}
.strengths { padding: 40px 0 95px; background: #f7f7f7;}
.strengthTitle { margin-bottom: 56px; font-weight: bold; text-align: center; position: relative; font-size: 38px; color: #222222; line-height: 2;}
.strengthTitle::after { content: ''; transform: translateX(-50%); width: 56px; position: absolute; bottom: 0; left: 50%; height: 4px; background:#00a2e9 ;}
.strengthList ul { display: flex; gap:25px; justify-content: space-between;}
.strengthList li { transition: all .4s; text-align: center; background: #ffffff; flex: 1;}
.strengthImg { height: 280px; overflow: hidden;}
.strengthImg img { width: 100%; height: 100%; object-fit: cover; transition: all .8s;}
.strengthList li:hover img { transform:scale(1.1);}
.strengthDesc { padding: 45px 40px 60px;}
.strengthDesc h2 { transition: all .4s; color: #333333; font-size: 28px; overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;  font-weight: bold; line-height: 1; margin-bottom: 30px;}
.strengthDesc p { transition: all .4s; font-size:14px; color: #222222; line-height: 24px;}
.strengthList li:hover { background: #00a2e9;}
.strengthList li:hover h2,.strengthList li:hover p { color: #ffffff;}
/*contact*/
.contact { background: url(../images/contactBg.jpg) center no-repeat; background-size: cover; padding: 75px 0 70px;}
.contactFlex { display: flex; justify-content: space-between; align-items: start;}
.contactInfor { padding-top: 30px; max-width: 100%; width: 530px;}
.contactInfor h2 { margin-bottom: 40px; font-weight: bold; position: relative; line-height: 100px; font-size: 38px; color: #222222;}
.contactInfor h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 56px; height: 4px; background: #00a2e9;}
.contactInfor li p { font-weight: bold; font-size: 18px; color: #222222; line-height: 1; margin-bottom: 12px;}
.contactInfor li { font-size: 16px; color: #555555; line-height: 26px; margin-bottom: 20px;}
.contactInfor li span,.contactInfor li a { transition: all .4s; color: #555555; font-size: 16px; line-height: 26px;}
.contactInfor li a:hover { color: #00a2e9;}
.contactInfor li a{ margin-right: 15px;}
.contactInfor li a:last-child { margin-right: 0;}
.contactForm { width: calc(100% - 545px); max-width: 715px; background: #ffffff; border-radius: 8px; padding: 52px 40px;}
.contactForm li p {  font-size: 18px; color: #222222; line-height: 1; margin-bottom: 17px;}
.contactForm li p span { color: #ea1313; font-size: 16px;}
.contactForm li input { text-indent: 14px; font-size: 16px; width: 100%; height: 56px; border: 1px solid #dddddd;}
.contactForm li {margin-bottom: 17px;}
.contactForm li textarea { box-sizing: border-box; height: 110px; padding: 14px; font-size: 16px; outline: none; resize: none; width: 100%; border: 1px solid #dddddd;}
.inputCont { display: flex;}
.contactForm li img { margin-left: 13px; display: block;}
.contactForm li input.shortInp { width: 233px;}
.contactForm li:last-child { margin-bottom: 0;}
.contactForm button { display: block; width: 164px; transition: all .4s; background: #00a2e9; border-radius: 48px; color: #ffffff; font-size: 14px; line-height: 48px; border: 1px solid #00a2e9; text-align: center; margin-top: 32px;}
.contactForm button:hover { background: none; color: #00a2e9;}
/*news*/
.newsPage { padding: 0 0 90px;}
.newsType { flex-wrap: wrap; gap: 16px; margin: 48px 0; display: flex; justify-content: center;}
.newsType span { cursor: pointer; transition:all .4s; font-weight: bold; padding: 0 10px; display: block; min-width:135px; line-height:50px; border-radius: 50px; background: #fafafa; font-size: 14px; color: #222222; text-align: center;}
.newsType span:hover { color: #00a2e9;}
.newsType span.cur { background: #00a2e9; color: #ffffff;}
.newsSlide ul { display: flex; gap: 24px; flex-wrap: wrap;}
.newsSlide li { width: calc(33.33% - 16px);}
.newsPic { position: relative; overflow: hidden;padding-top: 50%;}
.newsPic img { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: all .8s;}
.newsSlide li:hover img { transform: scale(1.1);}
.newsDesc { padding: 33px 40px 45px;}
.newsTag { display: flex; align-items: center; gap:15px; font-size: 15px; color: #999999; line-height: 1;}
.newsTag i { font-style: normal;}
.newsDesc h2 { margin: 18px 0 13px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 64px; font-size: 22px; line-height: 32px; font-weight: bold; color: #222222; transition: all .4s;}
.newsSlide li:hover .newsDesc h2 { color: #00a2e9;}
.newsDesc p { margin-bottom: 35px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
 font-size: 14px; line-height: 24px; height: 48px; color: #777777;}
.newsDesc b { font-size: 15px; color: #00a2e9; transition: all .4s;}
.newsSlide ul { margin-bottom: 70px;}
.newsSlide li:hover .newsDesc b {letter-spacing: 1px;}
.newsSlide li { background: #fafafa;}
.fpage { display: flex; justify-content: center;}
.fpage a { border-radius: 50%; font-size: 16px; color: #555555; display: inline-flex; width: 42px; height: 42px; justify-content: center; align-items: center; transition: all .4s;}
.fpage a:hover { color: #00a2e9;}
.fpage a.cur { color: #ffffff; background: #00a2e9;}
/*newsArticle*/
.articlePage { padding: 155px 0 85px;}
.articleLocation { margin-bottom: 30px;}
.articleLocation a{ font-size: 15px; color: #00a2e9;}
.articleTitle h2 { margin-bottom: 45px; font-size: 46px; font-weight: bold; color: #000000; line-height: 56px;}
.articleTitle { padding-bottom: 45px; border-bottom: 1px solid #e9e9e9;}
.titleTag span { font-size: 14px; color: #999999;}
.titleTag i { font-size: 12px; color: #999999; font-style: normal; margin: 0 15px;}
.articleDesc { padding: 50px 0;}
.articleDesc p { font-size: 14px!important; line-height: 28px; margin-bottom: 35px; color: #333333;}
.articleDesc p a {font-size: 14px;}
.articleDesc img { display: block; margin: 0 auto 35px; max-width: 100%;}
.articleControl { display: flex; align-items: center; justify-content: space-between; padding-top: 45px; border-top: 1px solid #e9e9e9;}
.articleControl .backList a{cursor: pointer; display: flex; justify-content: center; align-items: center; width: 154px; height: 54px;
border-radius: 54px; color: #ffffff; background: #00a2e9; font-size: 16px;}
.articleControl .backList img { transition: all .4s; display: block; margin-right: 10px;}
.articleControl .backList:hover img { transform: rotate(360deg);}
.articleControl .prevPage {cursor: pointer; transition: all .4s; background: url(../images/prevPage.png) left center no-repeat; padding-left: 41px; font-size: 18px; color: #222222;}
.articleControl .nextPage {cursor: pointer; transition: all .4s; background: url(../images/nextPage.png) right center no-repeat; padding-right: 41px; font-size: 18px; color: #222222;}
.articleControl .prevPage:hover {background:url(../images/prevPageOn.png) left center no-repeat; color: #00a2e9;}
.articleControl .nextPage:hover {background: url(../images/nextPageOn.png) right center no-repeat; color: #00a2e9;}
/*product重复不用复制*/

/**/
.productTag { z-index: 2; position: absolute; left: 0; top: 0; width: 97px; padding-right: 19px; text-align: center; line-height: 27px;
 background-size: 100% 100%!important; color: #ffffff; font-size: 12px;}
.productTag.orangeTag {background: url(../images/otag.png) center no-repeat;}
.productTag.greenTag {background: url(../images/gtag.png) center no-repeat;}

.newsList .porductList ul{ margin-bottom: 45px;}
.porductList li:hover h2 { color:#00a2e9 ;}
.descInfor { margin:0 22px; padding-bottom: 15px; border-bottom: 1px solid #e3e3e3;}
/*productDetail*/
.productLocation { margin-bottom:30px; line-height: 22px; font-size: 16px; color: #222222;}
.productLocation a,.productLocation span { font-size: 16px;}
.productLocation a { color:#222222; transition: all .4s;}
.productLocation a:hover { color: #00a2e9;}
.proDetail { padding:80px 0 26px;}
.detailFlex { display: flex; justify-content: space-between;}
.productSwiper { position: relative; width:74px; height:300px; padding: 28px 0;}
.productSwiper .swiper { height: 100%;}
.productSwiper .swiper-container { height: 100%;}
.productSwiper .swiper-button-prev::after,.productSwiper .swiper-button-next::after { content: '';}
.productSwiper .swiper-slide { display: flex; justify-content: center; align-items: center; overflow: hidden; border: 1px solid #e4e4e4;}
.productSwiper .swiper-slide img { width: 80%; display: block; object-fit: cover;}
.productSwiper .swiper-slide.cur { border: 1px solid #00a2e9;}
.productSwiper .swiper-button-prev { opacity: 1; margin: 0; left: 0; top: 0; display: block; width: 100%; height:15px;
background: url(../images/proPrev.png) center no-repeat;transition: all .4s;}
.productSwiper .swiper-button-next { opacity: 1; margin: 0; left: 0; top: auto; bottom: 0 ; display: block; width: 100%; height:15px;
background: url(../images/proNext.png) center no-repeat;transition: all .4s;}
.productSwiper .swiper-button-prev:hover {background: url(../images/proPrevOn.png) center no-repeat;}
.productSwiper .swiper-button-next:hover {background: url(../images/proNextOn.png) center no-repeat;}
.productImg { width:550px; justify-content: space-between; display: flex;}
.bigPro { display: flex; align-items: center; justify-self: center;}
.bigPic { max-width: 100%; margin-bottom: 13px; width: 460px;}
.bigPic img { display: block; width: 100%;}
.bigFc { display: flex; gap: 30px; justify-content: center; align-items: center;}
.bigFc img { width: auto; height: 45px;}
.productArt { width: 875px; max-width: calc(100% - 650px);}
.productTit span { line-height:1; padding: 10px 0; display: block; font-size: 16px; color: #777777;}
.productTit p { font-size:38px; font-weight: bold; line-height:48px; color: #23aceb;}
.productTit { padding-bottom:10px; border-bottom: 1px solid #e4e4e4; margin-bottom: 15px;}
.proInfor { padding-bottom: 20px; border-bottom: 1px solid #e4e4e4;}
.proInfor h2 { display: none; font-weight: bold; font-size: 16px; color: #333333; line-height: 26px;}
.proInfor p { margin-bottom: 0; position: relative; font-size: 14px; color:#333333; line-height: 2;}
/* .proInfor p::after { content: ''; position: absolute; left: 0; top: 11px; width: 5px; height: 5px; border-radius:50%; background: #777777;}
 */
  .header.showState { background: #ffffff;}
  .header.showState .langList a { color: #666; border: 2px solid #dde1e6;}
  .header.showState .headerControl span img:nth-child(1) { opacity: 0;}
  .header.showState .headerControl span img:nth-child(2) { opacity: 1;}
  .header.showState .nav li h2 .navLink { color: #222222;}
  .header.showState .langEnter a { border: 1px solid #eee; color: #222222;}
  

  
  
  
.flex-start a { display: block; width: 120px; line-height:38px; border: 1px solid #00a2e9; color: #ffffff;
font-size: 14px; text-align: center; background: #00a2e9; transition: all .4s; border-radius: 48px; margin-top: 28px;}
.proInfor a { color: #00a2e9!important; display: inline-block; margin-top: 10px; text-decoration: underline; background: none!important; width: auto; border: none!important;}
.inforData a { font-size: 14px;}
.inforData ul,.inforData li { list-style-type: disc;}
.flex-start a:hover { background: none; color: #00a2e9;}
.flex-start a.datasheet {background: #fbbc05;  border: 1px solid #fbbc05;}
.flex-start a.datasheet:hover { background: none; color:#fbbc05}
.flex-start a.buyNow{background: #519032;  border: 1px solid #519032;}
.flex-start a.buyNow:hover {color:#519032; background: none;}
.menuFlex { flex-wrap: wrap; gap: 12px; display: flex;align-items: center;}
.menuFlex a,.menuFlex span { display: block; background: url(../images/detailMenu.png) center no-repeat; text-align: center; font-size: 14px; color: #ffffff;
min-width: 114px; height: 35px; text-align: center; line-height: 35px; font-weight: bold;background-size: 100% 100%; box-sizing: border-box; padding: 0 10px 0 20px;}
.menuFlex a.cur,.menuFlex span.cur { color: #222222; background: url(../images/detailMenuActive.png) center no-repeat;background-size: 100% 100%;}
.productLink { transition:all .4s; position: sticky; top: 60px; z-index: 20; padding: 25px 0 16px; width: 100%; background-image: linear-gradient(to bottom,#73bfd5,#d2e6e9);}
.posCont { position: relative;}
.posCont.postState { padding-top: 80px;}
.posCont.postState .productLink{ position: fixed; left: 0; top: 60px; width: 100%; z-index: 20;}
.overview img { display: block; margin: 0 auto; max-width: 100%;}
.accessories { padding: 35px 0 100px;}
.detailTit { text-align: center; font-size: 36px; line-height: 1; margin-bottom:30px; font-weight: bold;}
/*proArt*/
.proArticle.overview {padding: 0;}
.proArticle { background: #f5f5f5; padding:20px 0; margin-bottom: 45px;}
.proArticle.accessories {background:#ffffff}
.init  { margin-top:150px;}
.descArt { background: #f5f5f5; padding: 15px 70px;}
.descArt img { display: block; margin: 0 auto; max-width: 100%; height: auto!important;}
.descArt p { font-size: 16px; color: #222222; line-height: 28px;}
.resourcesList { background: #ffffff; padding: 45px 64px;}
.resourcesList li h2 { font-size: 17px; color: #ffffff; border-radius: 4px; text-indent: 19px; line-height: 50px;}
.downSlide a { height: 72px; align-items: center; display: flex; justify-content: space-between;}
.downName { display: flex; align-items: center;}
.downIcon { width: 60px; margin-right: 5px; display: flex; justify-content: center;}
.proArticle td a { font-size: 14px;}
.resourcesList li:nth-of-type(1) h2 { background: #00a2e9;}
.resourcesList li:nth-of-type(2) h2 { background: #95d632;}
.resourcesList li:nth-of-type(3) h2 { background: #facb03;}
.resourcesList li:nth-of-type(4) h2 { background: #0021e9;}
.resourcesList li:nth-of-type(5) h2 { background: #955ce9;}

.downName p { transition: all .4s; font-size: 16px; color: #222222;}
.downInfor { gap: 10px; display: flex; font-size: 14px; color: #999999;}
.downSlide {border-bottom: 1px solid #e5e5e5;}
.resourcesList li{ margin-bottom:25px}
.resourcesList li:last-child { margin-bottom: 0;}
.resourcesList .downSlide:hover p { color: #00a2e9;}
.suportList ul { gap: 30px; display: flex; justify-content: space-between; }
.suportList li {flex: 1; padding:80px 0; background: #ffffff; text-align: center;}
.supIcon { margin-bottom: 35px; height: 96px; display: flex; justify-content: center;}
.supIcon img { display: block; max-height: 100%; width:auto;}
.suportList h2 { font-size: 22px; font-weight: bold; color: #222222; line-height: 1; margin-bottom:20px ;}
.suportList p { font-size: 14px; color: #555555;}
.proLink { display: flex; gap: 15px; margin-top:5px;}
.proLink a {border: 1px solid #cccccc!important; margin-top: 0!important; padding: 3px; width: 14%; display: block; border-radius: 6px; overflow: hidden;}
.proLink a img { display: block; width:100%;}
/**/
.serviceTitle { font-weight: bold; text-align: center; position: relative; line-height: 66px; padding: 30px 0; font-size: 38px; padding-top: 45px;}
.serviceTitle::after { content: ''; position: absolute; bottom: 0; width: 56px; height: 4px; left: 50%; transform: translateX(-50%); background: #00a2e9;}
.serviceFlex { gap: 70px; align-items: center; display: flex; justify-content: space-between;}
.serviceText h2 { font-size: 36px; line-height: 46px; margin-bottom:10px; font-weight: bold; color: #222222;}
.serviceText h3 { font-weight: bold; margin-bottom: 15px; font-size: 24px; line-height: 34px;}
.serviceText p { font-size: 16px; color: #555555; line-height: 28px;}
.serviceText dl { margin-bottom: 20px;;}
.serviceText dt { padding-left:22px; font-size: 16px; color: #333333; line-height: 28px; position: relative;}
.serviceText dt:last-child { margin-bottom: 0;}
.serviceText dt::after { content: ''; top: 10px; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #c1c1c1;
left: 6px;}
.serviceText p strong { color: #00a2e9;}
.serviceImg { width:665px;}
.serviceImg img { display: block; width: 100%;}
.serviceText { flex: 1; max-width:670px;}
.serviceList li:nth-child(1) { padding: 45px 0 85px;}
.serviceText dt span { font-size: 16px; color: #555; display: flex; gap: 30px; flex-wrap: wrap;}
.serviceText dt span i { display: inline-flex; font-style: normal;}
.serviceText b { display: block; font-size: 18px; color: #00a2e9; margin-bottom:15px;}
.serviceList li{ padding: 80px 0;}
.serviceList li:nth-child(2n) { background: #f7f7f7;}
.serviceList li:nth-child(2n) .serviceFlex{ flex-direction: row-reverse;}
.serviceList li:nth-child(1) .serviceText dt::after { background: #444444;}
.serviceList li em { font-style: normal;}
.serviceList li p { margin-bottom: 7px;}
/*software*/
.softwareFlex { gap: 70px; display: flex; justify-content: space-between; align-items: center;}
.softwareImg { width: 700px; overflow: hidden;}
.softwareImg img { display: block; width: 100%;}
.softwareText { flex: 1;}
.softwareText h2 { font-size: 38px; font-weight: bold; color: #222222; line-height: 42px; margin-bottom: 30px;}
.softwareText p { font-size: 16px; color: #555555; line-height: 1.375; margin-bottom: 20px;}
.softwareList li:nth-child(2n) .softwareFlex { flex-direction: row-reverse;}
.softwareList li { padding: 45px 0;}
.softwareList li h3 { font-weight: bold; font-size: 16px; line-height: 26px; color: #222222;}
.softwareList li span { color: #555; display: block; font-size: 16px; line-height: 20px; margin-bottom: 20px;}
.softwareList { padding-bottom: 65px;}
.framework { padding-top: 30px;}
.frameworkTable { padding: 55px 0 100px;}
.frameworkTable table{ border-collapse: separate;border-spacing: 0 0;}
.frameworkTable th { width: 50%; background: #00a2e9; color: #ffffff; line-height: 28px; height: 66px; font-size: 18px;}
.frameworkTable th:nth-child(1) { border-right: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;}
.frameworkTable td { text-align: center; color: #222222; line-height: 28px; height: 66px; font-size: 18px; border-left: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;}
.frameworkTable td:last-child { border-right: 1px solid #e7e7e7;}
/*OEM*/
.oemDesc { text-align: center; margin-top: 45px;}
.oemDesc p { font-size: 16px; line-height: 28px; color: #222222;}
.oemIcon {padding: 70px 0 80px; display: flex; justify-content: center; align-items: center; gap: 124px;}
.graphic { padding-bottom: 5.2vw; background: url(../images/grapBg.jpg) center no-repeat; background-size: cover;}
.graphicText { flex: 1;}
.graphicText h2 { font-weight: bold; font-size: 38px; color: #222222; line-height: 42px; margin-bottom: 25px;}
.graphicText p { font-size: 16px; line-height: 26px; margin-bottom: 25px; color: #222222;}
.graphicSwiper { position: relative; margin-top: 55px;}
.graphicSwiper .swiper-slide { display: flex; align-items: center; justify-content: space-between;}
.graphicSwiper .graphicPic { margin-left: 65px; width: 700px;}
.graphicSwiper .graphicPic img { display: block; width: 100%;}
.graphicSwiper .swiper-button-prev { transition: all .4s; left: -125px; border-radius: 50%; color: #ffffff; width: 70px; height: 70px; background: #d2d3d2;}
.graphicSwiper .swiper-button-next { transition: all .4s; left: auto; border-radius: 50%; color: #ffffff; right: -125px; width: 70px; height: 70px; background: #d2d3d2;}
.graphicSwiper .swiper-button-prev::after,.graphicSwiper .swiper-button-next::after { font-size: 20px;}
.graphicSwiper .swiper-button-prev:hover,.graphicSwiper .swiper-button-next:hover { background-color: #00a2e9;}
/*smt*/
.smtDesc { margin-top: 35px;}
.smtDesc p{ font-size: 16px; text-align: center; color: #222222; line-height: 28px;}
.smtData { padding-bottom: 100px; margin-top: 5.2vw;}
.smtData ul { display: flex; justify-content: space-between;}
.smtData li { text-align: center;}
.smtData li i { font-style: normal; display: block; font-size: 16px; color:#222222;}
.smtData li b { line-height: 1; display: block; font-size:20px; color: #00a2e9;}
.smtData li b span { font-weight: bold; font-size: 4.479vw;}
.smtPage .serviceTitle { padding-top: 80px;}
.mesSystem { padding: 40px 0 100px; background: url(../images/smtBg.jpg) center no-repeat; background-size: cover;}
.systemInfor { box-shadow: 0 0 10px rgba(0,0,0,0.05); margin-top: 40px; background: #ffffff; border-radius: 20px; padding: 40px;}
.systemInfor img { max-width: 100%; margin: 0 auto; display: block;}
.ability { background: none;}
.ability img { display: block; margin: 40px auto 0;}
.equList ul { display: flex; flex-wrap: wrap; gap: 27px;}
.equList li { text-align: center; width: calc(25% - 20.25px);}
.equImg { margin-bottom: 15px; overflow: hidden;height: 204px;}
.equImg img { transition: all .8s; display: block; width: 100%; height: 100%; object-fit: cover;}

.equList li p { overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;  line-height: 30px; font-size: 18px; color: #222222; transition: all .4s;}
.equList li a:hover {pointer-events: none;}
.equList { margin-top: 45px;}
.equipment { background: #f7f7f7; padding:35px 0 75px;}
.equipment.lab { background: #fff;}
.docTitle { margin-top: 40px; font-size:56px; font-weight: bold; line-height: 66px; margin-bottom: 40px; text-align: center;}
.langEnter .langLink:last-child { margin-left:10px;}
/*hardware-software table*/
.HSWtable a { font-size: 14px;}
table.HSWtable {
    width: 75%;
    padding: 0;
    margin: 0 auto;
    border-width: 1px;
    border-collapse: collapse;
    text-align: left;

}

table.HSWtable th {
    border-width: 1px;
    padding-left: 8px;
    border-color: #fff;
    background-color: #599bb3;
    color: #fff;
}

table.HSWtable td {
    border-width: 1px;
    padding-left: 2px;
    padding-righ: 2px;
    border-style: solid;
    border-color: #fff;
    background-color: #d2eaf1;
    text-align: left;
}

/*download-table*/
#downtable {
    width: 95%;
    padding: 0;
    margin: 2%;
    text-align: left;
    line-height: 200%;
    text-indent: 2px;
}

td.alta {
    background: #08B2F9;
    color: #fff;
    font-weight: bold;
}

td.altb {
    background: #95D632;
    color: #fff;
    font-weight: bold;
}

td.altc {
    background: #FACB03;
    color: #fff;
    font-weight: bold;
}

td.altd {
    background: #79E1F2;
    color: #fff;
    font-weight: bold;
}

/*module-download-table*/
#mtable {
    width: 95%;
    padding: 0;
    margin: 2%;
    text-align: left;
    text-indent: 2px;
}

#mtable th {
    background: #599bb3;
    color: #fff;
    border: 1px;
    padding: 0 6px 0 6px;
}

#mtable td {
    background: #d2eaf1;
    padding: 0 6px 0 6px;
}

#mtable tr td:nth-child(3), td:nth-child(4), td:nth-child(5) {
    text-align: center;
}

/*pin-difition-table*/
table.pintable {
    width: 95%;
    margin: 2%;
    border-width: 1px;
    border-color: #5C92CC;
    border-collapse: collapse;
    text-align: center;
}

table.pintable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #5C92CC;
    background-color: #DCE8F6;
}

table.pintable td {
    border-width: 1px;
    padding-left: 8px;
    border-style: solid;
    border-color: #5C92CC;
}
/* module-img-style*/

#list1 {
    width: 100%;
}

#list1 .item {
    float: left;
    box-sizing: border-box;
    border: 0px solid #F5F5F5;
    width: 130px;
    height: 150px;
    padding: 10px 12px;
}

#list1 .item-inner {

    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

#list1 img {
    width: 100%;
}

#list1 .title {
    text-align: center;
    padding: 5px;
}

.clear {
    clear: both;
}
.contBlock table { width: 75%; margin: 0 auto; min-width: 600px;}
.contBlock table a { font-size:14px;}
.phone{display: none;}
@media screen and (max-width: 1680px) {
.contactForm { padding: 40px 30px;}
.contactInfor h2 { font-size: 40px;}
.graphicSwiper .swiper-button-next,.graphicSwiper .swiper-button-prev { width:44px; height:44px;}
.graphicSwiper .swiper-button-next { right: -50px;}
.graphicSwiper .swiper-button-prev { left: -50px;}
.intTitle h3 { transform: translateX(0);}
.intTitle h2,.intTitle p { padding-left: 100px;}
.introduceCont { gap: 20px;}

}
@media screen and (max-width: 1440px) {
	.smtPage .serviceTitle { padding-top: 50px;}
	.equList li p { font-size: 16px;}
	.menuList { line-height: 60px;}
	.menuList a,.menuList span { line-height: 60px; font-size: 16px; margin: 0 24px;}

	.inBannerText { font-size: 40px;}
	.docTitle { font-size: 40px; line-height: 50px;}
	.articleTitle h2 { font-size: 40px; line-height: 50px; margin-bottom:30px;}
	.articleTitle { padding-bottom: 30px;}
	.proDetail { padding: 130px 0 60px;}
	.accessories { padding:30px 0 60px;}
	.productLocation { margin-bottom: 40px;}
	.resourcesList { padding: 20px;}
	.serviceTitle { font-size: 40px; line-height: 50px;}
	.serviceText h2 { font-size:36px; line-height: 46px; margin-bottom:10px;}
	.graphicText h2 { font-size: 32px;}
	.softwareImg { width:600px;}
  .intDesc li h3 span { font-size: 46px;}
  .intTitle h3,.intTitle h2,.intTitle p { font-size: 40px;}
  .intDesc h2 { font-size: 24px; margin-bottom: 40px;}
  .intTitle { line-height: 60px;}
  .strengthTitle { font-size: 40px;}
  .strengthDesc h2 { font-size: 22px;}
  .strengths { padding-bottom: 60px;}
  .menuList a { font-size: 16px; margin: 0 16px;}
}
@media screen and (max-width: 1280px) {

  .articlePage { padding-top: 25px;}
  .articleLocation { margin-bottom: 20px;}
  body { padding-top: 60px;}
  .header { background: #ffffff;}

  .header .langList a { color: #666; border: 2px solid #dde1e6;}
  .header .headerControl span img:nth-child(1) { opacity: 0;}
  .header .headerControl span img:nth-child(2) { opacity: 1;}
  .header .nav li h2 .navLink { color: #222222;}
  .header.showState .langEnter a{color: #333;}
  .header.showState .nav li h2 .navLink{color: #333;}
  .header .menubox div {background: #333;}
  .langEnter .langLink { border: 1px solid #eee;color: #222; font-size: 14px !important; padding: 0 14px; white-space: nowrap; }
	.graphic { padding-bottom: 20px;}
	.graphicSwiper { margin-top: 20px;}
	.graphicSwiper .graphicPic { width: 500px;}
	.graphicText h2 { line-height: 1.25; margin-bottom:10px; font-size: 20px;}
	.graphicText p { font-size: 14px; margin-bottom: 10px;}
	.graphicSwiper .graphicPic { margin: 0; width: 100%;}
	.graphicSwiper { width: calc(92% - 100px);}
	.graphicSwiper .swiper-slide { flex-direction: column;}
	.graphicSwiper .swiper-button-next, .graphicSwiper .swiper-button-prev { width: 26px; height: 26px; font-size: 14px;}
	.graphicSwiper .swiper-button-next::after,.graphicSwiper .swiper-button-prev::after { font-size: 12px;}
	.graphicSwiper { width: 92%;}
	.serviceFlex { gap: 20px;}
	.serviceImg { width: 500px;}
	.newsDesc { padding: 15px;}
	.newsDesc h2 { font-size: 20px; line-height: 24px; height: 48px;}
	.newsDesc p { margin-bottom: 20px;}
	.articleTitle h2 { font-size: 20px; line-height: 1.5; margin-bottom: 20px;}
	.articleTitle { padding-bottom: 20px;}
	.articleDesc { padding: 20px 0;}
	.articleDesc p { font-size: 14px; margin-bottom: 14px;}
	.articleDesc img { margin: 0 auto 14px;}
	.productTit p { font-size:20px; line-height: 1.25;}
	.productTit { padding-bottom: 10px; margin-bottom: 10px;}
	.proDetail { padding: 30px 0;}
	.flex-start a { width: 120px; height: 32px; line-height: 32px;}
	.menuFlex { justify-content: start; white-space: nowrap; overflow-x: auto; flex-wrap: nowrap;}
	.menuFlex a, .menuFlex span { cursor: pointer; font-size: 13px; min-width: 100px; height: 30px; background-size: 100% 100%!important; line-height: 30px;}
	.detailTit { font-size: 20px; margin-bottom: 20px;}
	.descArt { line-height: 1; padding: 20px 0; overflow-x: auto;}
  .proArticle table { width: 100%;}
	.descArt p { font-size: 14px; line-height: 1.45;}
	.accessories { padding: 30px 0;}
	.productLocation { margin-bottom: 20px;}
	.serviceTitle { font-size: 20px; padding: 30px 0 10px; line-height: 1.5;}
	.serviceTitle::after { height: 2px;}
	.oemDesc { margin-top: 20px;}
	.oemDesc p { font-size: 14px; line-height: 1.5;}
	.oemIcon { gap: 20px; padding: 20px 0;}
	.oemIcon img { height: 50px;}
	.graphicSwiper { padding-bottom: 40px;}
	.graphicSwiper .swiper-button-prev { bottom: 0; left: auto; transform: translateX(-10px); right: 50%; top: auto;}
	.graphicSwiper .swiper-button-next { bottom: 0; left: 50%;transform: translateX(10px); margin-right: -20px; top: auto;}
	.smtPage .serviceTitle { padding-top: 30px;}
	.smtDesc p { font-size: 14px;}
	.smtData li span { font-size: 12px; line-height: 1.5;}
	.smtData li b i { font-size: 20px;}
	.smtData li b { font-size: 12px;}
	.smtDesc { margin-top: 20px;}
	.smtData { padding-bottom: 20px;}
	.systemInfor { margin-top: 20px; padding:10px; border-radius: 10px;}
	.mesSystem { padding: 0 0 30px;}
	.ability { padding-top: 0;}
	.ability img { margin-top: 20px;}
	.equipment { padding:0 0 30px;}
	.equList { margin-top: 20px;}
}
@media screen and (max-width: 1080px) {
.softwareFlex { flex-direction: column!important; gap: 20px;}
.softwareImg { max-width: 100%;}
.softwareList li { padding: 15px 0;}
.softwareText h2 { font-size: 16px; line-height: 1.5; margin-bottom:10px;}
.softwareText p { font-size: 14px;}
.softwareList li h3 { font-size: 15px;}
.serviceFlex { flex-direction: column!important;}
.serviceText { width: 100%; max-width: none;}
.docTitle { font-size: 20px; line-height: 1.5; margin-bottom: 20px;}
.newsType { margin-bottom:20px; gap: 8px;}
.newsType span { width: auto; padding: 0 10px; line-height: 32px;}
.inBannerText { font-size: 20px;}

.menuList { line-height:40px;}
.menuList a, .menuList span { line-height:40px; margin: 0 10px; white-space:nowrap; font-size: 14px;}
.menuList { overflow-x: auto; white-space: nowrap; display: block;}
.location,.location a { font-size: 12px;}
.location { bottom: 10px;}
.contact { padding: 30px 0; }
.contactFlex { flex-direction: column;}
.contactInfor { width: 100%; padding: 0;}
.contactInfor h2 { font-size: 20px; line-height:50px; margin-bottom: 20px;}
.contactInfor h2::after { height: 1px; width: 28px;}
.contactForm { width: 100%; padding: 20px;}
.contactForm li p { font-size: 14px; margin-bottom: 10px;}
.contactForm li input { height: 32px; font-size: 14px; text-indent: 10px;}
.contactForm li img {flex: 1; height: 36px;}
.contactInfor li span, .contactInfor li a { font-size: 14px;}
.contactInfor li p { font-size: 16px; margin-bottom: 6px;}
.contactForm button { font-size: 14px; margin: 30px auto 0; height: 40px; line-height: 40px; padding: 0;}
.newsPage { padding: 30px 0;}
.detailFlex {flex-direction: column;}
.productImg { flex-direction: column-reverse; width: 100%;}
.productArt { max-width: 100%; width: 100%;}
.productSwiper { width: 100%; height: auto; padding: 0 20px;}

.productSwiper .swiper-button-next::after { font-size: 16px; content: 'next';}
.productSwiper .swiper-button-prev::after { font-size: 16px; content: 'prev';}
.productSwiper .swiper-button-next,.productSwiper .swiper-button-prev { background: none!important;}
.productSwiper .swiper-button-prev { color: #666; display: flex; left: 0; top: 50%; transform: translateY(-50%); width: 20px;}
.productSwiper .swiper-button-next { color: #666; display: flex; left: auto; right: 0; top: 50%; transform: translateY(-50%); width: 20px;}
.productSwiper .swiper-slide { justify-content: center; align-items: center; display: flex;}
.bigPro { max-width: 100%; margin: 0 auto 20px;}
.bigPro li { width: 100%;}
.bigFc img { height: 26px;}
}
@media screen and (max-width:780px){
	.phone{display: block;}
	.homeVideo img{width: 100%; height: 100%; object-fit: cover;}
  .proLink a { width:calc((100% - 20px)/3); border-radius: 4px;}
  .futureText a{bottom: 0px;}
  .futureImg{padding-bottom: 20px;}
  .proLink { gap: 10px;}
  .langEnter a { font-size: 14px; white-space: nowrap; padding: 0 14px;}
  .proArticle { padding: 20px 0;}
  .strengthTitle { margin-bottom: 20px; font-size: 20px;}
	.equList ul { gap: 10px;}
	.equList li { width: calc(50% - 5px);}
	.equImg { margin-bottom: 0; height: 105px;}
	.equList li p { margin-bottom: 20px; padding-bottom:10px; font-size: 12px;}
	.smtData ul { flex-wrap: wrap; justify-content:center;}
	.smtData li { width:33.33%; padding: 10px 0;}
	.articleDesc p { line-height: 1.75;}
	.newsList .porductList ul { gap: 10px; margin-bottom: 20px;}
	.porductList li { width: 100%;}
	.fpage a { width: 30px; height: 30px; font-size: 14px;}
	.newsSlide ul { flex-direction: column;}
	.newsSlide li { width: 100%;}
  .accessories .porductList > ul > li { width: 100%;}
	.newsDesc { padding: 15px;}
	.newsDesc h2 { font-size: 16px; margin: 10px 0; line-height: 20px; height: auto;}
	.newsDesc p { margin-bottom: 10px;}
	.newsPic { height: auto;}
	.newsSlide ul { gap: 10px;}
	.articleControl { padding-top: 20px;}
	.articleControl .backList img { display: none;}
	.articleControl .nextPage,.articleControl .prevPage { font-size: 14px; background-size: 24px auto!important;}
	.articleControl a.backList { font-size: 14px; height: 32px; width: 120px;}
	.articleTitle h2 { font-size: 18px; line-height: 1.25;}
	.articlePage { padding: 30px 0;}
	.articleLocation { margin-bottom:10px;}
	.downSlide a { justify-content: center; gap:5px; padding: 10px 0; flex-direction: column;}
	.downName p { font-size: 12px;}
	.downInfor { padding-left: 45px; width: 100%; gap: 10px;}
	.resourcesList li h2 { font-size: 14px; line-height: 32px; text-indent: 10px;}
	.resourcesList li { margin-bottom: 10px;}
	.downName { width: 100%;}
	.downIcon { width: 40px;}
	.suportList ul { flex-wrap: wrap; gap:10px;}
	.suportList li { flex: auto; width: 100%; padding: 20px;}
	.supIcon { height: 40px; margin-bottom: 20px;}
	.suportList h2 { margin-bottom: 10px; font-size: 16px;}
	.serviceImg { width: 100%;}
	.serviceList li { padding: 20px 0;}
	.serviceText h2 { font-size: 20px; line-height: 1.25;}
	.serviceText h3 { line-height: 1.25; margin-bottom: 10px; font-size: 16px;}
	.serviceText dt span,.serviceText dt { font-size: 14px;}
	.serviceText p { font-size: 14px; line-height: 1.25;}
	.serviceText dt span { gap: 5px;}
	.serviceText dl { margin-bottom: 10px;}
	.serviceTitle { font-size: 18px;}
  .introduceCont { flex-direction: column;}
  .strengthList ul { flex-direction: column;}
  .introduceCompany { padding: 30px 0;}
  .intTitle {line-height: 1.5;}
  .intTitle h3, .intTitle h2, .intTitle p { display: block; text-align:center; padding: 0; font-size: 20px; line-height:1.5;}
  .intDesc { width: 100%;}
  .intDesc h2 { font-size: 16px; margin-bottom: 10px;}
  .intDesc p { font-size: 14px; margin-bottom:10px;}
  .intDesc ul { margin-top: 20px; flex-wrap: wrap;}
  .intDesc ul li { width:33.33%;}
  .intDesc li h3 span { font-size: 22px;}
  .intDesc li i { font-size: 12px; margin-top: 10px;}
  .strengthTitle::after { height: 2px;}
  .strengthImg { height: auto;}
  .strengthDesc { padding: 15px;}
  .strengthDesc h2 { font-size: 16px; margin-bottom: 10px;}
  .strengthList ul { gap: 10px;}
  .strengths { padding: 30px 0;}
  .banner .swiper-pagination { bottom: 10px;}
  .frameworkTable th,.frameworkTable td { font-size: 14px; line-height: 24px; height: 40px;}
  .framework { padding-top: 0;}
  .frameworkTable { padding: 20px 0;}
  .homePorduct_3 h2 { font-size: 20px; margin-bottom: 0;}
  .futureImg img { height: auto;}
  .videoCover h2 { font-size: 20px;}
  .productLink { padding-bottom: 8px; padding-top: 16px;}
  .menuFlex { padding-bottom: 8px;}
  .productSwiper .swiper-slide { padding: 12px 0;}
  .newsPage .newsType { margin-top: 0;}
  .homePorduct_1 .porductList ul { flex-wrap: nowrap; overflow-x: auto; align-items: start; justify-content: start;}
  .homePorduct_1 .porductList li {min-width: 80%;}
  .newsPage .newsType { margin-top: 0;}
  .newsType { margin-top: 0;}
  .langEnter .langLink { white-space: nowrap; font-size: 14px!important; padding: 0 14px; color: #222; border: 1px solid #eee;}
  .newsPage  .porductList > ul > li { min-width: 80%;}
  .newsPage  .porductList > ul { flex-wrap: nowrap; overflow-x: auto; justify-content: start; align-items: start;}
  .docTitle { margin-top: 0;}
  .porductList>ul {flex-wrap: nowrap; overflow-x: auto; justify-content: start; align-items: start;}
  .porductList>ul li { min-width: 80%;}
  .accessories .porductList ul {flex-wrap: nowrap; overflow-x: auto; align-items: start; justify-content: start;}
  .accessories .porductList li {min-width: 80%;}
  .logo img { height: 32px;}
  .contBlock { margin-bottom: 20px; overflow-x: auto;}
  .contBlock table { min-width: 600px;}
  .nav li .on1 a { color: #00a2e9!important;}
}
.el-pagination{display: flex;justify-content: center;}
.el-pager{
  margin-bottom: 0!important;
}
.el-pager li{
  padding: 0!important;
  border: none!important;
}
.el-pager li:hover { color: #00a2e9!important;}
.el-pager li.active { color: #ffffff!important;}
.flex-start{display: flex;justify-content: flex-start;gap: 0 1rem;}
.el-pager li { cursor: pointer; align-items: center;  border-radius: 50%; color: #555; display: inline-flex; font-size: 16px;height: 100%; justify-content: center; transition: all .4s;width: 100%;}
.el-pager{display: flex;justify-content: center;gap:10px;}
.el-pager li.active{ background: #00a2e9;color: #fff;}
.el-pager li:hover{background: #00a2e9;color: #fff !important;}
.btn-prev{background: url(../images/a2.png) no-repeat center center;width: 42px;height: 42px;display: inline-block;}
.btn-next{background: url(../images/a3.png) no-repeat center center;width: 42px;height: 42px;display: inline-block;}
.newsList-content{animation: fadeIn 1s 1;}
