/* 已经整合到component.css,这里时备份 */
@charset "UTF-8";

@font-face {
  font-family: 'HarmonyOS_Sans_SC';
  src: url('https://cdn.ctmon.com/static/font/HarmonyOS_Sans_SC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  src: url('https://cdn.ctmon.com/static/font/HarmonyOS_Sans_SC_Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ranybold_italic';
  src: url('https://cdn.ctmon.com/static/font/rany-bold_italic-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'RanyBold';
  src: url('https://cdn.ctmon.com/static/font/rany-bold-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'RanyRegular';
  src: url('https://cdn.ctmon.com/static/font/rany-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RanyLight';
  src: url('https://cdn.ctmon.com/static/font/rany-light-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*reset css*/
html {
  font-size: calc(100vw/1920);
  -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: #333;
  background-color: #fff;
  overflow-x: hidden;
}

html,
body {
  font-family: "HarmonyOS_Sans_SC", "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);
}

img {
  border: none;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/*单行文本省略号*/
.dot {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dot2,
.dot3,
.dot4,
.dot5,
.dot6 {
  display: -webkit-box;
  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;
}

.dot7 {
  -webkit-line-clamp: 7;
}

.dot8 {
  -webkit-line-clamp: 8;
}

.dot9 {
  -webkit-line-clamp: 9;
}

/*盒子布局*/
.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
}

.popcont .pbot .pcont.scrollbar::-webkit-scrollbar,
.pcba5 .pcba5_tbBox.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

.scrollbar::-webkit-scrollbar-button:vertical {
  display: none;
}

.scrollbar::-webkit-scrollbar-track {
  background: #eaeaea;
}

.scrollbar::-webkit-scrollbar-corner {
  background-color: #ffffff;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #409ef2;
}

.scrollbar::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #409ef2;
}

.scrollbar::-webkit-scrollbar-thumb:vertical:active {
  background-color: #409ef2;
}

@media screen and (max-width: 767px) {
  .scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 2px
  }

  .popcont .pbot .pcont.scrollbar::-webkit-scrollbar {
    width: 3px;
    height: 3px
  }
}

/* placeholder */
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}

.input1::-webkit-input-placeholder,
.textarea1::-webkit-input-placeholder {
  font-size: 16px;
  color: #cccccc;
}

.input1::-moz-placeholder,
.textarea1::-moz-placeholder {
  font-size: 16px;
  color: #cccccc;
}

.input1:-ms-input-placeholder,
.textarea1:-ms-input-placeholder {
  font-size: 16px;
  color: #cccccc;
}
.contact3 .input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999999;
}

.contact3 .input::-moz-placeholder {
  font-size: 16px;
  color: #999999;
}

.contact3 .input:-ms-input-placeholder {
  font-size: 16px;
  color: #999999;
}
.contact3 .input1:-ms-input-placeholder {
  font-size: 18px;
  color: #999999;
}
.contact3 .input1::-webkit-input-placeholder {
  font-size: 18px;
  color: #999999;
}

.contact3 .input1::-moz-placeholder {
  font-size: 18px;
  color: #999999;
}
@media screen and (max-width: 1366px) {

  .input1::-webkit-input-placeholder {
    font-size: 14px;
  }

  .input1::-moz-placeholder {
    font-size: 14px;
  }

  .input1:-ms-input-placeholder {
    font-size: 14px;
  }

  .input1::-webkit-input-placeholder,
  .textarea1::-webkit-input-placeholder {
    font-size: 14px;
  }

  .input1::-moz-placeholder,
  .textarea1::-moz-placeholder {
    font-size: 14px;
  }

  .input1:-ms-input-placeholder,
  .textarea1:-ms-input-placeholder {
    font-size: 14px;
  }

  .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;
  }

  .inpBox .ipt::-webkit-input-placeholder {
    font-size: 14px;
  }

  .inpBox .ipt::-moz-placeholder {
    font-size: 14px;
  }

  .inpBox .ipt:-ms-input-placeholder {
    font-size: 14px;
  }

  .contact3 .input::-webkit-input-placeholder {
    font-size: 14px;
  }
  
  .contact3 .input::-moz-placeholder {
    font-size: 14px;
  }
  
  .contact3 .input:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact3 .input1:-ms-input-placeholder {
    font-size: 15px;
  }
  .contact3 .input1::-webkit-input-placeholder {
    font-size: 15px;
  }
  
  .contact3 .input1::-moz-placeholder {
    font-size: 15px;
  }
}
/* @media screen and (max-width: 980px) {

  .input1::-webkit-input-placeholder {
    font-size: 13px;
  }

  .input1::-moz-placeholder {
    font-size: 13px;
  }

  .input1:-ms-input-placeholder {
    font-size: 13px;
  }

  .input1::-webkit-input-placeholder,
  .textarea1::-webkit-input-placeholder {
    font-size: 13px;
  }

  .input1::-moz-placeholder,
  .textarea1::-moz-placeholder {
    font-size: 13px;
  }

  .input1:-ms-input-placeholder,
  .textarea1:-ms-input-placeholder {
    font-size: 13px;
  }

  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    font-size: 13px;
  }

  .input::-moz-placeholder,
  .textarea::-moz-placeholder {
    font-size: 13px;
  }

  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    font-size: 13px;
  }

  .inpBox .ipt::-webkit-input-placeholder {
    font-size: 13px;
  }

  .inpBox .ipt::-moz-placeholder {
    font-size: 13px;
  }

  .inpBox .ipt:-ms-input-placeholder {
    font-size: 13px;
  }

  .contact3 .input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .contact3 .input::-moz-placeholder {
    font-size: 13px;
  }

  .contact3 .input:-ms-input-placeholder {
    font-size: 13px;
  }
  .contact3 .input1:-ms-input-placeholder {
    font-size: 13px;
  }
  .contact3 .input1::-webkit-input-placeholder {
    font-size: 13px;
  }
  
  .contact3 .input1::-moz-placeholder {
    font-size: 13px;
  }
} */

.padt-90 {
  padding-top: 90px;
}

.padt-80 {
  padding-top: 75px;
}

.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;
}

.marb-100 {
  margin-bottom: 100px;
}

.mart-100 {
  margin-top: 100px;
}

.mart-70 {
  margin-top: 70px;
}

.mart-50 {
  margin-top: 50px;
}

.mart-55 {
  margin-top: 55px;
}

.mart-40 {
  margin-top: 40px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

@media screen and (max-width: 1459px) {
  .padt-90 {
    padding-top: 65px;
  }

  .padt-80 {
    padding-top: 55px;
  }

  .padt-100 {
    padding-top: 70px;
  }

  .padb-100 {
    padding-bottom: 70px;
  }

  .marb-100 {
    margin-bottom: 70px;
  }

  .mart-100 {
    margin-top: 70px;
  }

  .padb-90 {
    padding-bottom: 65px;
  }

  .pad-100 {
    padding: 70px 0;
  }

  .mart-60 {
    margin-top: 30px;
  }

  .mart-50 {
    margin-top: 30px;
  }

  .mart-55 {
    margin-top: 35px;
  }

  .f16 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1366px) {
  .padt-90 {
    padding-top: 55px;
  }

  .padt-80 {
    padding-top: 45px;
  }

  .padt-100 {
    padding-top: 60px;
  }

  .padb-100 {
    padding-bottom: 60px;
  }

  .marb-100 {
    margin-bottom: 60px;
  }

  .mart-100 {
    margin-top: 60px;
  }

  .padb-90 {
    padding-bottom: 55px;
  }

  .pad-100 {
    padding: 60px 0;
  }

  .mart-60 {
    margin-top: 30px;
  }

  .mart-55 {
    margin-top: 20px;
  }

  .mart-50 {
    margin-top: 20px;
  }

  .f16 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .padt-90 {
    padding-top: 45px;
  }

  .padt-80 {
    padding-top: 35px;
  }

  .padt-100 {
    padding-top: 40px;
  }

  .padb-100 {
    padding-bottom: 50px;
  }

  .padb-90 {
    padding-bottom: 45px;
  }

  .pad-100 {
    padding: 50px 0;
  }

  .padt-40 {
    padding-top: 30px;
  }

  .mart-40 {
    margin-top: 30px;
  }

  .marb-100 {
    margin-bottom: 50px;
  }

  .mart-100 {
    margin-top: 50px;
  }
}

a,
img,
.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.pic img,
.pic,
.section5 .imgBox,
.section5 .imgBox img,
.product8 .sli .imgBox,
.industry2 .imgBox img,
.new1 .tli .right img,
.new1 .cli .imgBox img,
.about3 .swiper-slide img,
.product7 .cli .imgBox{
  overflow: hidden;
  width: 100%;
  transition: all 0.6s;
}

.pic:hover img,
.section1 .li:hover .imgBox img,
.section5 .imgBox:hover img,
.footer .bewm img,
.product2 .right:hover img,
.product3 .slf:hover img,
.product4 .imgBox:hover img,
.product6 .left:hover img,
.product8 .sli:hover .imgBox img,
.industry1 .li:hover .imgBox img,
.industry2 .imgBox:hover img,
.industry3 .li:hover .imgBox img,
.new1 .tli:hover .right img,
.new1 .cli:hover .imgBox img,
.contact2 .csli:hover .imgBox img,
.about3 .swiper-slide:hover img,
.about4 .tpSwp .swiper-slide img:hover,
.product7 .cli .imgBox:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.solution2 .right: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);
}

.section3 .li:hover .tit,
.section5 .bli:hover .btit,
.section5 .bli:hover .btime,
.section5 .titBox .nmore:hover,
.product8 .sli:hover .stit,
.industry3 .li:hover .tit,
.new1 .tli:hover .smre,
.new1 .cli:hover .tit,
.new1 .cli:hover .time,
.new2 .rli:hover .tit, .new2 .rli1:hover .tit,
.contact1 .sli:hover .dec,
.contact2 .csli:hover .tit,
.about3 .sli:hover .ndec,
.about5 .tli:hover .tft,
.about6 .swiper-slide:hover .tit,
.about6 .swiper-slide:hover .dec{
  color: #409ef2;
}

.section1 .right .link:hover .font .tit {
  font-weight: bold;
}

.icon img,
.section4 .left .limg img,
.section1 .scont .imgBox img,
.product6 .left img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.promag1 .li:hover .iconBox img,
.proqsf1 .li:hover .iconBox img,
.download1 .lli:hover .iconBox img {
  animation: swing 1s;
}

.section4 .rli:hover .riconBox img,
.contact1 .sli:hover .iconBox,
.about2 .li:hover .iconBox,
.about5 .tli:hover .iconBox{
  transform: translateY(8px);
}

@media screen and (max-width: 980px) {
  .footer .ewmBox,
  .industry2 .right,
  .industry3 .li .imgBox{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .footer .foot_copy,
  .industry2 .left,
  .industry3 .li .fon{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .product4 .right,
  .product2 .right,
  .new1 .tli .right,
  .about3 .left{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .product4 .left,
  .product2 .left,
  .new1 .tli .leftt,
  .about3 .right{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}