* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /* transition: all 0.5s ease 0s; */
}
html,
body,
p {
  padding: 0;
  margin: 0;
  font-family: 'syr', 'Î¢ÈíÑÅºÚ', 'Microsoft YaHei', 'Helvetica Neue', Helvetica,
    STHeiTi, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none !important;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}
input,
select {
  vertical-align: middle;
  padding: 0;
  border: 0 none;
}
img,
iframe {
  border: none;
  text-decoration: none;
}
img {
  vertical-align: top;

}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
/* divÄÚÏÔÊ¾Ò»ÐÐ£¬£¬£¬£¬£¬£¬£¬£¬Áè¼Ý²¿·ÖÓÃÊ¡ÂÔºÅÏÔÊ¾ */
.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* divÄÚÏÔÊ¾Á½ÐÐ»òÈýÐÐ£¬£¬£¬£¬£¬£¬£¬£¬Áè¼Ý²¿·ÖÓÃÊ¡ÂÔºÅÏÔÊ¾ */
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flex {
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-y-center {
  display: flex;
  align-items: center;
}
.flex-x-center {
  display: flex;
  justify-content: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
}

.cu-po {
  cursor: pointer;
}

.tran05 {
  transition: all 0.5s ease 0s;
}

.fc-white {
  color: #fff;
}
.fz-16 {
  font-size: 16px;
}
.fz-12 {
  font-size: 12px;
}
.text-center {
  text-align: center;
}
.animated {
  opacity: 0;
}

.stretch-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stretch-left {
}

.stretch-left img,
.stretch-right img {
  width: 100%;
  /* height: 100%; */
}

/* ×ª¶¯ÌõÑùÊ½ */
.scroll-style {
  overflow: auto;
}

.scroll-style::-webkit-scrollbar {
  width: 3px;
  background-color: #e3e3e3;
}

.scroll-style::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #62b400;
}

/* Êó±êÐüÍ£¶¯»­ */
.hover-style {
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.hover-style:hover {
  transform: scale(1.06);
}

@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
  .box {
    width: 100%;
    padding: 0 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  html {
    font-size: 37.5px;
  }
  .box {
    width: 100%;
    padding: 0 12px;
  }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
  html {
    font-size: 41.4px;
  }
  .box {
    width: 100%;
    padding: 0 14px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  html {
    font-size: 76.8px;
  }
  .box {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 102.4px;
  }
  .box {
    width: 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  .stretch-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .stretch-left {
    width: 100%;
  }
  .stretch-right img {
    width: 100%;
  }
  .stretch-right {
    width: 100%;
  }
  .stretch-right img {
    width: 100%;
    /* height: 100%; */
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	  html {
    font-size: 128px;
  }
  .box {
    width: 100%;
    padding: 0 .73rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  html {
    font-size: 160px;
  }
  .box {
    width: 100%;
    padding: 0 .73rem;
  }
}
@media screen and (min-width: 1601px) {
  html {
    font-size: 192px;
  }
  .box {
    width: 100%;
    padding: 0 .73rem;
  }
}
<!--ºÄÊ±1759407551.1911Ãë-->