
@charset "UTF-8";

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,
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;

}
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;
  color: inherit;
  font-weight: 500;
}
/* 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 ;
}
/*单行文本省略号*/
.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;
}
/*盒子布局*/
.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 {
  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: var(--primary-color);
}
.scrollbar::-webkit-scrollbar-thumb:vertical:hover {
  background-color: var(--primary-color);
}
.scrollbar::-webkit-scrollbar-thumb:vertical:active {
  background-color: var(--primary-color);
}
@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: 16px;
  color: #333;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  font-size: 16px;
  color: #333;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #333;
}
.hadbot_cont .tx::-webkit-input-placeholder {
  color: #9d9d9d;
}
.hadbot_cont .tx::-moz-placeholder {
  color: #9d9d9d;
}
.hadbot_cont .tx:-ms-input-placeholder {
  color: #9d9d9d;
}
.contact2 .input::-webkit-input-placeholder {
  color: #999999;
}
.contact2 .input::-moz-placeholder {
  color: #999999;
}
.contact2 .input:-ms-input-placeholder {
  color: #999999;
}
.input1::-webkit-input-placeholder {
  font-size: 16px;
  color: #777777;
}
.input1::-moz-placeholder {
  font-size: 16px;
  color: #777777;
}
.input1:-ms-input-placeholder {
  font-size: 16px;
  color: #777777;
}
@media screen and (max-width: 1359px) {
  .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,
  .input1:-ms-input-placeholder {
    font-size: 14px;
  }
  .input1::-webkit-input-placeholder {
    font-size: 14px;
  }
  .input1::-moz-placeholder {
    font-size: 14px;
  }
  .input1:-ms-input-placeholder {
    font-size: 14px;
  }
}

.f18 {
  font-size: 18px;
}
.f16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}

a,
img,
.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.pic img {
  overflow: hidden;
  width: 100%;
  transition: all 0.6s;
}
.pic: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);
}

.w1600 {
  width:1600px;
  max-width: 90%;
  margin: 0 auto;
}
.w1400{
  width:1400px;
  max-width: 90%;
  margin: 0 auto;
}


body{

}

@media screen and (max-width: 1699px) {
  .w1600 {
    width: 80%;
  }
  .w1400{
    width:80%;
    margin: 0 auto;
  }
  body{
    --gap135:10%;
  }
}
@media screen and (max-width: 1599px) {
  .w1600 {
    width: 85%;
  }
  .w1400{
    width: 85%;
  }
  body{
    --gap135:7.5%;
  }
}
@media screen and (max-width: 1399px) {
  .w1600 {
    width: 90%;
  }
  .w1400{
    width: 90%;
  }
  body{
    --gap135:5%;
  }
}

.scroolx{
  overflow-x: scroll;
  overflow-y: hidden;
}

.inPC{
    display: block;
}
.inApp{
    display: none;
}


@media screen and (max-width: 1000px) {
    .inPC{
        display: none;
    }
    .inApp{
        display: block;
    }
    
  }
  