@charset "UTF-8";
/* 已经整合到component.css中，便于谷歌优化 */
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../font/PoppinsRegular.woff2') format('woff2');
  font-display: "swap";
}
@font-face {
  font-family: 'Poppins-Light';
  src:url('../font/PoppinsLight.woff2') format('woff2');
  font-display: "swap";
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../font/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../font/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*reset css*/
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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  overflow-x: hidden;
}
html,body{  font-family:"Poppins-Regular","Microsoft YaHei","sans-serif";}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0px;
  padding: 0px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color:#333;
  /* transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s; */
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
textarea{width: 100%;max-width: 100%;resize: none;}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border:none;
}
button {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
select::-ms-expand { display: none; }
input::-ms-clear{display: none;}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  margin:0;
  padding:0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          /* transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s; */
}
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
ul{list-style:none;}
h1,h2,h3,h4,h5,h6{
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}
/* a:visited{color: #333;} */
a{color: #333;}
/*p,a{word-break: break-all;}*/
.section{width: 100%;position: relative;}
.pull-right{float: right;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.clearfix:before,.clearfix:after{
  content: " ";display: table;
}
.clearfix:after{
  clear: both;
}
em{font-style: normal;}
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family: Poppins-Regular !important;}
img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
/*单行文本省略号*/
.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.dot2,.dot3,.dot4,.dot5,.dot6{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap: break-word; -webkit-box-orient:vertical;}
/*多行文本省略号*/
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
.dot5{-webkit-line-clamp:5;}
.dot6{-webkit-line-clamp:6;}
/*盒子布局*/
.flexsb{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;}
.flexsa{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-around;}
.flexlf{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: left;}
.flexed{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: flex-end;}
.flexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;}
.cflexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;flex-direction: column;flex-wrap: wrap;}
.flexace{align-items: center;}
/* scrollbar */
.scrollbar::-webkit-scrollbar{
  width: 2px;
  height: 2px
}
.scrollbar::-webkit-scrollbar-button:vertical{
  display:none;
}
.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(34,34,34, 0.1);
  border-radius: 10px;
  background: rgba(14,100,227, 0.1);
}
.scrollbar::-webkit-scrollbar-corner{
  background-color:#ffffff;
}
.scrollbar::-webkit-scrollbar-thumb{
  border-radius:0;
  background-color: #ee7800;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:hover{
  background-color: #ee7800;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:active{
  background-color: #ee7800;
}
.scrollbar1::-webkit-scrollbar-track{
  background: rgba(255,255,255, 0.5);
}
.scrollbar1::-webkit-scrollbar-thumb{
  background-color: #ffffff;
}
.scrollbar1::-webkit-scrollbar-thumb:vertical:hover{
  background-color: #ffffff;
}
.scrollbar1::-webkit-scrollbar-thumb:vertical:active{
  background-color: #ffffff;
}
/* placeholder */
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder{
	font-size: 14px;
  color: #d4d4d4;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder{
	font-size: 14px;
  color: #d4d4d4;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder{
	font-size: 14px;
  color: #d4d4d4;
}
.input1::-webkit-input-placeholder{
	font-size: 16px;
  color: #333333;
}
.input1::-moz-placeholder{
	font-size: 16px;
  color: #333333;
}
.input1:-ms-input-placeholder{
	font-size: 16px;
  color: #333333;
}
.input2::-webkit-input-placeholder{
	font-size: 16px;
  color: #9b9b9b;
}
.input2::-moz-placeholder{
	font-size: 16px;
  color: #9b9b9b;
}
.input2:-ms-input-placeholder{
	font-size: 16px;
  color: #9b9b9b;
}
@media screen and (max-width: 767px) {
  .scrollbar::-webkit-scrollbar {width:2px;height:2px}
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder{
    font-size: 14px;
  }
  .input::-moz-placeholder,
  .textarea::-moz-placeholder{
    font-size: 14px;
  }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder{
    font-size: 14px;
  }
}
.padt-90{
  padding-top: 90px;
}
.padt-70{
  padding-top: 70px;
}
.padt-100{
  padding-top: 100px;
}
.padb-100{
  padding-bottom: 100px;
}
.padb-90{
  padding-bottom: 90px;
}
.pad-100{
  padding: 100px 0;
}
.padt-40{
  padding-top: 40px;
}
.padt-25{
  padding-top: 25px;
}
.marb-100{
  margin-bottom: 100px;
}
.mart-60{
  margin-top: 60px;
}
.mart-40{
  margin-top: 40px;
}
@media screen and (max-width: 1459px) {
  .padt-90{
    padding-top: 70px;
  }
  .padt-100{
    padding-top: 80px;
  }
  .padb-100{
    padding-bottom: 80px;
  }
  .marb-100{
    margin-bottom: 80px;
  }
  .padb-90{
    padding-bottom: 70px;
  }
  .pad-100{
    padding: 80px 0;
  }
  .mart-60{
    margin-top: 30px;
  }
}
@media screen and (max-width: 980px) {
  .padt-25{
    padding-top: 45px;
  }
  .padt-40 {
    padding-top: 20px;
}
}
@media screen and (max-width: 767px) {
  .padt-90,
  .padt-25{
    padding-top: 45px;
  }
  .padt-100{
    padding-top: 45px;
  }
  .padb-100{
    padding-bottom: 45px;
  }
  .padb-90{
    padding-bottom: 45px;
  }
  .pad-100{
    padding:  45px 0;
  }
  .mart-40{
    margin-top: 30px;
  }
  .marb-100{
    margin-bottom: 45px;
  }
  .padt-70{
    padding-top: 45px;
  }
}
/* @media screen and (max-width: 1024px) {
  .footer .foot-top-cont{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .footer .footerphone-menu{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
} */
a,
img,
.swiper-button-next, .swiper-button-prev{
  -webkit-transition: 1s;
  -ms-transition: 1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition: 1s;
}
.pic img,
.pic,
.spic img,
.section4 .section4_img img,
.prinfo6 .prinfo6_img img,
.solution1 .solution1_img,
.solution1 .solution1_img img,
.solution4 .solution4_bg img,
.solution5 .solution5_img img,
.solution6 .solution6_img img,
.case1 .case1_img img,
.cainfo1 .cainfo1_img img,
.monitoring2 .monitoring2_video img,
.about2 .about2_rli img,
.about2 .about2_rli,
.about3 .about3_bleft img{
  overflow: hidden;
  width: 100%;
  transition: all 1.5s;
}
.spic{
  overflow: hidden;
}
.pic:hover img,
.spic:hover img,
.section4 .swiper-slide:hover .section4_img img,
.section3 .section3_img:hover img,
.product1 .product1_prolink:hover .product1_img img,
.prinfo6 .swiper-slide:hover .prinfo6_img img,
.solution1 .solution1_img:hover img,
.solution4 .solution4_li:hover .solution4_img img,
.solution5 .solution5_li:hover .solution5_img img,
.solution6 .solution6_li:hover .solution6_img img,
.case1 .case1_tli:hover .case1_img img,
.case1 .case1_bli:hover .solution6_img img,
.case1 .case1_bli:hover .ltag img,
.solution6 .solution6_li:hover .ltag img,
.cainfo1 .cainfo1_li:hover .cainfo1_img img,
.cainfo1 .cainfo1_img:hover img,
.support1 .support1_li:hover .support1_img img,
.new1 .new1_li:hover .new1_img img,
.neinfo1 .neinfo1_rimg:hover img,
.about2 .about2_rli:hover img,
.about3 .about3_bleft:hover img,
.about5 .about5_img:hover img{
  transform: scale(1.12);
  -ms-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
}
.section2 .section2_lli:hover img,
.prinfo1 .prinfo1_img:hover img,
.prinfo2 .prinfo2_li:hover .prinfo2_img img,
.prinfo2 .prinfo2_tli:hover .prinfo2_img img,
.prinfo2 .prinfo2_bli:hover .prinfo2_img img,
.prinfo4 .prinfo4_img:hover img{
  transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.section4 .swiper-slide:hover .section4_font .tit,
.section4 .swiper-slide:hover .section4_font .btn,
.prinfo2 .prinfo2_li:hover .prinfo2_font .tit,
.prinfo2 .prinfo2_tli:hover .prinfo2_font .tit,
.prinfo2 .prinfo2_bli .prinfo2_font .tit,
.prinfo3 .prinfo3_li:hover .tit,
.solution1 .solution1_sli:hover .solution1_rfont .tit,
.solution2 .swiper-slide:hover .solution2_font .tit,
.solution3 .solution3_tli:hover .solution3_font,
.solution4 .solution4_li:hover .solution4_font .tit,
.solution5 .solution5_li:hover .solution5_font .tit,
.solution6 .solution6_li:hover .solution6_font .tit,
.case1 .case1_ftli:hover .dec,
.case1 .case1_ftli:hover .tit,
.case1 .case1_li:hover,
.case1 .case1_bli:hover .solution6_font .tit,
.bshare_icon:hover,
.cainfo1 .cainfo1_li:hover .tit,
.download2 .tag:hover,
.problem1 .problem1_bli:hover .problem1_tit .tit,
.support1 .support1_item li:hover,
.new1 .new1_li:hover .new1_font .tit,
.new1 .new1_li:hover .new1_font .btn,
.neinfo1 .neinfo1_rli:hover .tit,
.neinfo1 .neinfo1_more:hover,
.about1 .about1_li:hover .about1_font .num {
	color: #e70415;
}
.problem1 .problem1_bli:hover .problem1_icon img{
  animation: swing 1s;
}
.section411 .swiper-slide:hover .section4_icon img{
  transform: rotateY(180deg);
}
.service1 .swiper-slide:hover .service1_iconBox{
  transform: translateY(8px);
}
.icon img,
.section1 .section1_icon em,
.icon em,
.about3 .about3_sicon img,
.headfixed .head_icon img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.popupBox{position:fixed;top:50%;left:50%;z-index:999;display:none;width:40%;transform:translate(-50%,-50%);}
.popupBox .close{position:absolute;top:16px;right:16px;z-index:9999;width:40px;height:40px;font-weight:700;font-size:20px;cursor:pointer}
.popupBox .close:hover{color:#0e64e3}
.popupBox .popcont{position:relative;margin:0 auto;width:100%;height:100%;border-radius:30px;background-color:#f8f9fc}
.popupBox .contact1_ul{padding: 6% 8%;  background-color: #f6f6f6 !important;}
.popupBox .popcont_tit{position:absolute;top:50%;left:50%;padding:15%;width:100%;color:#fff;text-align:center;font-weight:700;font-size:.48rem;line-height:1.25;transform:translate(-50%,-50%)}
.shadow{position:fixed;top:0;left:0;z-index:999;display:none;width:100%;height:100%;background:#000;opacity:.3}
.popupBox input, .popupBox textarea{
    display: block;
    padding: 10px 20px;
    width: 100%;
    border: solid 2px #f4f6fa;
    border-radius: 28px;
    background-color: #f8f9fc;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
}
.popupBox .input::-webkit-input-placeholder,
.popupBox .textarea::-webkit-input-placeholder{
	font-size: 14px;
    color: #888;
}
.popupBox{position:fixed;top:50%;left:50%;z-index:999;display:none;width:40%;transform:translate(-50%,-50%);border-radius:15px;}
.popupBox .close{position:absolute;top:16px;right:16px;z-index:9999;width:40px;height:40px;font-weight:700;font-size:20px;cursor:pointer}
.popupBox .close:hover{color:#ff972d}
.popupBox .popcont{position:relative;margin:0 auto;width:100%;height:100%;border-radius:30px;background-color:#f8f9fc}
.popupBox .contact1_ul{padding:8%;background: #f6f6f6;}
.popupBox .popcont_tit{position:absolute;top:50%;left:50%;padding:15%;width:100%;color:#fff;text-align:center;font-weight:700;font-size:.48rem;line-height:1.25;transform:translate(-50%,-50%)}
.popupBox ul li:last-child{justify-content:center;margin-top: 40px;}
@media all and (max-width:767px){
.popupBox .contact1_rli textarea{height:100px}
.popupBox .contact1_rli input{height:42px}
.popupBox .contact1_ul li button{padding:8px;width:140px;font-size:12px}
.popupBox .close{top:10px;right:0}
}

