* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #4e555e;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #ffa200;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
body,
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -1rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../eot/oswald-bold.eot');
  src: url('../ttf/oswald-bold.ttf');
  src: url('../woff/oswald-bold.woff');
  src: url('../woff2/oswald-bold.woff2');
  src: url('../woff2/oswald-bold.woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppins';
  src: url('../eot/poppins-regular.eot');
  src: url('../otf/poppins-regular.otf');
  src: url('../poppins-regular.html');
  src: url('../woff/poppins-regular.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../otf/montserrat-light.otf');
  src: url('../eot/montserrat-light.eot');
  src: url('../ttf/montserrat-light.ttf');
  src: url('../woff/montserrat-light.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../ttf/oswald-regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myfont";
  src: url("../otf/poppins-bold.otf");
  src: url("../otf/poppins-bold.otf");
  src: url('../poppins-bold.html');
  src: url('../woff/poppins-bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myfont2";
  src: url("../otf/opposans-h.otf");
  src: url("../otf/opposans-h.otf");
  src: url('../opposans-h.html');
  src: url('../woff/opposans-h.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myfont3";
 /* src: url("../fonts/OPPOSANS-B.otf");
  src: url("../fonts/OPPOSANS-B.otf");
  src: url('../fonts/OPPOSANS-B.ttf');
  src: url('../fonts/OPPOSANS-B.woff');*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #4e555e;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "poppins"!important;
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 15.8rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fp-flex {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
    padding: 40px 0;
  }
}
.button {
  text-align: center;
}
.button a,
.button span {
  z-index: 2;
  color: #383838;
  font-size: 0.2rem;
  overflow: hidden;
  text-align: center;
  height: 0.46rem;
  padding: 0 0.2rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.65rem;
  line-height: 0.46rem;
  background: #ffa200;
  position: relative;
}
.button img {
  width: auto;
  height: auto;
  margin-top: 0.12rem;
  margin-left: 0.1rem;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .button a,
  .button span {
    font-size: 14px;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
  }
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before,
.button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.circle {
  line-height: 0.7rem;
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  z-index: 5;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  position: relative;
  border-left: solid 0.1rem #ffffff;
  border-top: solid 0.06rem transparent;
  border-bottom: solid 0.06rem transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: #ffa200;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #ffa200;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.topbox {
  transition: all 334ms ease;
  background: #fff;
}
.topbox .container {
  align-items: center;
  height: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.topbox .tigs {
  color: rgba(0, 0, 0, 0.5);
}
.topbox .yuyan {
  margin-left: 0.2rem;
}
.topbox i {
  width: 1px;
  margin: 0 0.12rem;
  height: 0.13rem;
  background: #c4c4c4;
  display: inline-block;
  font-style: normal;
}
.topbox .info {
  display: flex;
}
.topbox .shijian span {
  color: #fff;
  line-height: 0.25rem;
  margin-left: 1px;
  padding: 0 0.07rem;
  display: inline-block;
  background: #1f2123;
  font-size: 0.18rem;
  font-family: "Oswald-Bold" !important;
}
@media (max-width: 1024px) {
  .topbox {
    display: none;
  }
}
.botbox {
  color: #fff;
  padding: 0.1rem 0;
  background: #ffa200;
  transition: all 334ms ease;
}
.botbox .container {
  display: flex;
  align-items: center;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  transition: background-color 0.5s;
}
.header .container {
  position: relative;
  max-width: 17.9rem;
}
.header .logo {
  line-height: 1rem;
  vertical-align: middle;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.3);
  width: 1.04rem;
  height: 1.04rem;
  display: inline-block;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.3rem;
  vertical-align: middle;
}
.header .logo-2 {
  padding-left: 0.4rem;
}
.header .logo-2 img {
  width: auto;
  height: auto;
  max-height: 0.44rem;
}
.header .time {
  padding-right: 0.2rem;
  margin-left: 0.2rem;
  padding-left: 0.5rem;
}
.header .time .date,
.header .time .add {
  font-size: 0.16rem;
  position: relative;
}
.header .time .date img,
.header .time .add img {
  top: 0;
  left: -0.3rem;
  position: absolute;
  opacity: 0.6;
  width: auto;
  height: auto;
  max-height: 0.2rem;
}
.header .time .date {
  font-weight: 700;
  font-size:0.18rem;
}
.header .other {
  right: 0;
  top: 50%;
  display: flex;
  transform: translateY(-50%);
  position: absolute;
  max-width: 4.6rem;
  width: 100%;
}
.header .other input {
  width: 100%;
  color: #fff;
  font-size: 0.16rem;
  font-family: "poppins"!important;
  padding-right: 1rem;
  padding-left: 0.3rem;
  border-radius: 0.3rem;
  line-height: 0.5rem;
  height: 0.52rem;
  background: #ffb83d;
  border: solid 1px #ffdc9e;
}
.header .other input::-webkit-input-placeholder {
  color: #ffffff;
}
.header .other input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.header .other input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.header .other input:-ms-input-placeholder {
  color: #ffffff;
}
.header .searchBtn {
  right: 0.06rem;
  top: 0.06rem;
  position: absolute;
  background: #fff;
  background: #ffa200;
  width: 0.54rem;
  height: 0.4rem;
  border-radius: 0.3rem;
  cursor: pointer;
  z-index: 2;
  z-index: 1;
}
.header .searchBtn svg {
  fill: #999b9d;
  fill: #fff !important;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover {
  background: #ffa200;
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .header {
    position: fixed!important;
    width: 100%;
    left: 0!important;
    top: 0!important;
    z-index: 99;
    border-bottom: 0;
    height: 60px;
    padding: 0;
  }
  .header > .container {
    position: relative;
  }
  .header .botbox {
    padding: 0;
    height: 60px;
  }
  .header .logo {
    border: 0;
    width: auto;
    line-height: inherit;
    height: auto;
    margin-top: 14px;
  }
  .header .logo img {
    max-height: 30px;
  }
  .header .time,
  .header .logo-2,
  .header .other {
    display: none;
  }
  .header .navPhoneBtn {
    right: 20px;
    position: absolute;
    margin-top: 14px;
  }
}
.header-2 {
  top: auto;
  left: auto;
  position: relative;
}
.nav {
  transition: background 500ms linear;
  background: #f7f7f7;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav li {
  font-size: 0.2rem;
  padding: 0 0.8rem;
  line-height: 0.6rem;
  position: relative;
}
.nav li > a {
  display: block;
  color: #ffa200;
}
.nav li i {
  width: 0.08rem;
  height: 0.08rem;
  margin-left: 0.1rem;
  margin-bottom: 0.03rem;
  display: inline-block;
  border-right: solid 1px #7f7f7f;
  border-top: solid 1px #7f7f7f;
  border-right: solid 1px #ffa200;
  border-top: solid 1px #ffa200;
  transform: rotate(135deg);
}
.nav li .subnav {
  left: 50%;
  top: 0.5rem;
  text-align: center;
  padding: 0.2rem 0.1rem;
  font-size: 0.16rem;
  transform: translateX(-50%);
  position: absolute;
  width: 2.6rem;
  background: #fff;
  z-index: 99;
  display: none;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  line-height: 0.3rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.nav li .subnav a {
  display: block;
  padding: 0.05rem 0;
}
.nav li:hover .subnav {
  display: block;
}
.nav li:hover > a,
.nav .active > a {
  color: #ffa200;
  font-weight: bold;
}
.nav li:hover i,
.nav .active i {
  border-right-color: #ffa200;
  border-top-color: #ffa200;
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
}
.fixed .topbox {
  display: none;
}
.fixed .nav {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.fixed .header .logo {
  width: 0.8rem;
  height: 0.7rem;
  line-height: 0.68rem;
}
.fixed .header .time {
  line-height: 0.3rem;
}
.fixed .header .time .date img,
.fixed .header .time .add img {
  top: 0.05rem;
}
.fp-viewing-section2 .topbox,
.fp-viewing-section3 .topbox,
.fp-viewing-section4 .topbox,
.fp-viewing-section5 .topbox,
.fp-viewing-section6 .topbox,
.fp-viewing-section7 .topbox,
.fp-viewing-section8 .topbox,
.fp-viewing-section9 .topbox {
  display: none;
}
.fp-viewing-section2 .nav,
.fp-viewing-section3 .nav,
.fp-viewing-section4 .nav,
.fp-viewing-section5 .nav,
.fp-viewing-section6 .nav,
.fp-viewing-section7 .nav,
.fp-viewing-section8 .nav,
.fp-viewing-section9 .nav {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.fp-viewing-section2 .header .logo,
.fp-viewing-section3 .header .logo,
.fp-viewing-section4 .header .logo,
.fp-viewing-section5 .header .logo,
.fp-viewing-section6 .header .logo,
.fp-viewing-section7 .header .logo,
.fp-viewing-section8 .header .logo,
.fp-viewing-section9 .header .logo {
  width: 0.8rem;
  height: 0.7rem;
  line-height: 0.68rem;
}
.fp-viewing-section2 .header .time,
.fp-viewing-section3 .header .time,
.fp-viewing-section4 .header .time,
.fp-viewing-section5 .header .time,
.fp-viewing-section6 .header .time,
.fp-viewing-section7 .header .time,
.fp-viewing-section8 .header .time,
.fp-viewing-section9 .header .time {
  line-height: 0.3rem;
}
.fp-viewing-section2 .header .time .date img,
.fp-viewing-section3 .header .time .date img,
.fp-viewing-section4 .header .time .date img,
.fp-viewing-section5 .header .time .date img,
.fp-viewing-section6 .header .time .date img,
.fp-viewing-section7 .header .time .date img,
.fp-viewing-section8 .header .time .date img,
.fp-viewing-section9 .header .time .date img,
.fp-viewing-section2 .header .time .add img,
.fp-viewing-section3 .header .time .add img,
.fp-viewing-section4 .header .time .add img,
.fp-viewing-section5 .header .time .add img,
.fp-viewing-section6 .header .time .add img,
.fp-viewing-section7 .header .time .add img,
.fp-viewing-section8 .header .time .add img,
.fp-viewing-section9 .header .time .add img {
  top: 0.05rem;
}
.banner {
  height: 100%;
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.banner .pc {
  height: 78.5vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .container {
  padding-left: 0.4rem;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s fadeInUp2 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.6s fadeInDown2 ease;
}
.banner .swiper-slide-active .button {
  animation: 1.7s fadeInUp2 ease;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  color: #fff;
  font-size: 0.4rem;
}
.banner .swiper-button-prev {
  left: 0.4rem;
}
.banner .swiper-button-next {
  right: 0.4rem;
}
.banner .swiper-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: 9999;
}
.banner .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  margin: 0 0.08rem;
  opacity: 1;
  z-index: 10;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all .5s;
}
.banner .swiper-pagination-bullet-active {
  background-color: #ffa200;
}
.banner .text {
  width: 100%;
  color: #fff;
  top: 50%;
  text-align: left;
  position: absolute;
  transform: translateY(-50%);
}
.banner .t1 {
  font-weight: 700;
  line-height: 0.8rem;
  font-size: 0.78rem;
  font-family: "myfont" !important;
  /*text-transform: uppercase;*/
  text-shadow: 0.07rem 0 0.07rem rgba(0, 0, 0, 0.48);
}
.banner .t2 {
  margin-top: 0.1rem;
  font-size: 0.2rem;
}
.banner .button {
  text-align: left;
  margin-top: 0.3rem;
}
.banner .button a,.banner .button span {
  font-weight: 700;
  font-size: 0.16rem;
  color: #fff;
}
.banner .arrow {
  left: 0;
  width: 100%;
  z-index: 3;
  bottom: 1rem;
  position: absolute;
  animation: 1.5s fadeInUp2 alternate infinite;
}
.banner .arrow img {
  max-height: 0.52rem;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: auto;
    max-height: none;
  }
  .banner .pc {
    height: 360px;
  }
  .banner .container {
    padding: 0 40px!important;
  }
  .banner .text {
    transform: translateY(-50%);
  }
  .banner .arrow {
    display: none;
  }
  .banner .t1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner .button {
    margin-top: 30px;
  }
  .banner .button a {
    font-size: 14px;
  }
  .banner .button img {
    margin-top: 12px;
  }
  .banner .index-modular {
    /*display: none;*/
  }
  .banner .swiper-button-prev {
    left: 20px;
  }
  .banner .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 640px) {
  .banner .pc {
    height: 240px;
  }
  .banner .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner .swiper-button-prev {
    left: 0px;
  }
  .banner .swiper-button-next {
    right: 0px;
  }
}
.index-modular {
  z-index: 9;
  height: 2.6rem;
  margin-top: -2.6rem;
  position: relative;
}
.index-modular .container {
  padding-left: 0;
}
.index-modular ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.4rem;
  border-radius: 0.1rem;
  padding: 0.15rem 0.05rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
}
.index-modular li {
  width: 33.333%;
  padding: 0 0.1rem;
}
.index-modular li .item {
  text-align: left;
  position: relative;
  transition: all 500ms ease;
  border-radius: 0.1rem;
  background: linear-gradient(to right, #ffa200, #ffa200);
  background: #ffa200;
  overflow:hidden;
}
.index-modular li .item:before{
	content: "";
    position: absolute;
    width: 1rem;
    height: 100%;
    top: 0;
    left: -1rem;
    opacity: 0.5;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
.index-modular li .item a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.15rem 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 1.3rem;
}
.index-modular li .icon {
  top: 0.3rem;
  left: 0.4rem;
  position: absolute;
}
.index-modular li .icon img {
  max-height: 0.6rem;
}
.index-modular li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 0.1rem;
  font-weight: 700;
  font-size: 0.20rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
  padding-right: 0.5rem;
  transition: color 500ms linear;
}
.index-modular li .tit:after,
.index-modular li .tit:before {
  right: 0;
  top: 0;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  transition: all 500ms linear;
  background: url(../png/arrow.png) no-repeat center center;
  background-size: cover;
}
.index-modular li .tit:before {
  transform: scale(0);
  background: url(../png/arrow-2.png) no-repeat center center;
  background-size: cover;
}
.index-modular li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 0.12rem;
  height: 0.3rem;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "poppins" !important;
}
@media (min-width: 1025px) {
  .index-modular li:hover .item {
    background: #eb200e;
    background: linear-gradient(to right, #ffa200, #eb200e);
	background: #ffa200;
  }
  .index-modular li:hover .item:before{
	transform: scale(1.05);
    animation: shine 1.5s ease-out infinite;
  }
  .index-modular li:hover .tit:after {
    opacity: 0;
  }
  .index-modular li:hover .tit:before {
    transform: scale(1);
    background: url(../png/arrow-3.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .index-modular {
    margin-top: 20px;
    height: auto;
  }
  .index-modular ul {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .index-modular li {
    width: 50%;
    margin-top: 0.2rem;
  }
  .index-modular li .item {
    padding: 15px 20px;
  }
  .index-modular li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-right: 40px;
  }
  .index-modular li .tit:after {
    width: 20px;
    height: 20px;
  }
  .index-modular li .txt {
    font-size: 14px;
    margin-top: 0;
    height: 30px;
    line-height: 30px;
  }
  .index-modular li:last-child {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .index-modular li {
    padding: 0;
    width: 100%;
  }
}
.index-numlist {
  margin-top: 0.5rem;
}
.index-numlist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  background: #f7f7f7;
}
.index-numlist li {
  padding: 0 0.2rem;
  display: flex;
  width: 20%;
  color: #4e555e;
}
.index-numlist li .icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: solid 1px #e6e2dc;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ffffff, #fdf1db);
}
.index-numlist li .icon img {
  max-height: 1rem;
}
.index-numlist li .item {
  width: 60%;
  padding-left: 0.3rem;
}
.index-numlist li p:first-child {
  color: #ffa200;
  font-size: 0.32rem;
  line-height: 0.5rem;
  font-family: "myfont3" !important;
  display: inline;
  
}
@media (max-width: 1024px) {
  .index-numlist {
    margin-top: 0;
  }
  .index-numlist ul {
    padding: 10px;
  }
  .index-numlist li {
    width: 33.333%;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .index-numlist li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .index-numlist ul {
    justify-content: center;
  }
  .index-numlist li {
    width: 100%;
  }
}
.index-aboutbox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center!important;
}
.index-aboutbox .fp-flex {
  padding-bottom: 0;
}
.index-about {
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.index-about .left {
  width: 46%;
}
.index-about .left .tit {
  font-size: 0.46rem;
  line-height: 0.52rem;
  color:#ffa200;
  font-weight: 700;
}
.index-about .left .tit span {
  display: block;
}
.index-about .left .tag {
  font-size: 0.26rem;
  padding-top: 0.2rem;
}
.index-about .left .txt {
  line-height: 0.3rem;
}
.index-about .left .txt p {
  margin-top: 0.35rem;
}
.index-about .left .button {
  text-align: left;
  margin-top: 1.1rem;
}
.index-about .left .button a {
  color: #fff;
  margin-right: 0.1rem;
  line-height: 0.54rem;
  height: 0.54rem;
  font-weight: normal;
}
.index-about .left .button img {
  margin-left: 0;
  vertical-align: top;
  margin-top: 0.15rem;
  margin-right: 0.1rem;
  max-height: 0.24rem;
}
.index-about .left .last {
  color: #fff;
  background: #4e555e;
}
.index-about .right {
  width: 51.5%;
  position: relative;
  border-radius: 0.1rem;
}
.index-about .right .pic {
  border: solid 1px #fff;
}
.index-about .right .pic img {
  border-radius: 0.1rem;
}
.index-about .right .circl {
  top: 50%;
  left: 50%;
  z-index: 9;
  position: absolute;
  transform: translate(-50%, -50%);
}
.index-about .right .circl img {
  max-height: 1.1rem;
}
@media (max-width: 1024px) {
  .index-about {
    padding: 40px 0 0 0;
    display: block;
  }
  .index-about .container {
    display: block;
  }
  .index-about .left,
  .index-about .right {
    width: 100%;
  }
  .index-about .right {
    margin-top: 30px;
  }
  .index-about .left .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .index-about .left .txt {
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .index-about .left .button a:first-child {
    margin-top: 0;
  }
  .index-about .left .button a {
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
  }
  .index-about .left .button img {
    display: none;
  }
}
.index-title {
  font-weight: 700;
  line-height: 0.6rem;
  font-size: 0.46rem;
  text-align: center;
}
@media (max-width: 640px) {
  .index-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.index-product {
  overflow: hidden;
  position: relative;
}
.index-product .container {
  
}
.index-product .swiper-button-prev {
	left: .4rem;
    top: 60%;
}
.index-product .swiper-button-next {
    right: .4rem;
    top: 60%;
}
.index-product .swiper-button-prev:after, 
.index-product .swiper-button-next:after {
    color: #ffa200;
    font-size: .4rem;
}
.index-product .index-title {
  margin-top: 1rem;
}
.index-product .list {
}
.index-product .item {
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}
.index-product .pic {
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
}
.index-product .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-product .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.index-product .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.index-product .text {
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 0 0.3rem;
  bottom: 0.35rem;
  position: absolute;
  transition: all 500ms linear;
}
.index-product .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.index-product .txt {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (min-width: 1025px) {
  .index-product .item:hover {
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5);
  }
  .index-product .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-product .item:hover .pic:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 162, 0, 0.87));
  }
  .index-product .item:hover .text {
    bottom: 0.3rem;
  }
  .index-product .item:hover .button {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .index-product {
    padding: 0;
  }
  .index-product .fp-flex {
    padding-top: 0;
	height: auto !important;
  }
  .index-product .index-title {
    margin-top: 0;
  }
  .index-product .list {
    width: 100%;
    margin-top: 0px;
    margin: 0;
  }
  .index-product .item {
    margin-top: 30px;
  }
}
.index-partner {
  overflow: hidden;
  position: relative;
  background: #f7f4ef;
}
.index-partner .container {
  max-width: 100%;
}
.index-partner .index-title {
  padding-top: 1.2rem;
  padding-bottom: 0.5rem;
}
.index-partner .right {
  position: relative;
}
.index-partner .right:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../png/gbg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.index-partner .picMarquee-top {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.12rem;
}
.index-partner .picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.index-partner .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.index-partner .picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  width: 240px;
  border-left: solid 0.06rem #f7f4ef;
  border-right: solid 0.06rem #f7f4ef;
  background: #f7fafe;
}
.index-partner .picMarquee-top .bd ul li .pic {
  position: relative;
}
.index-partner .picMarquee-top .bd ul li .pic img {
  width: auto;
  height: auto;
}
.index-partner .picMarquee-top .bd ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.48535565%;
}
.index-partner .hover {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 444;
  width: 100%;
  font-size: 0.2rem;
  transform: translateY(-40%);
}
.index-partner .hover .in {
  padding: 0 2.5rem;
}
.index-partner .hover .t1 {
  color: #ffa200;
  font-family: "Montserrat-Light" !important;
  line-height: 0.7rem;
  font-size: 0.8rem;
  vertical-align: top;
}
.index-partner .hover .t1 span {
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  font-family: "Oswald" !important;
  font-size: 1.22rem;
  line-height: 1.3rem;
}
.index-partner .hover .t2 {
  font-weight: 700;
}
.index-partner .button {
  padding-top: 0.5rem;
}
.index-partner .button a {
  color: #fff;
  height: 0.54rem;
  line-height: 0.54rem;
  min-width: 1.6rem;
}
@media (max-width: 1600px) {
  .index-partner .picMarquee-top .bd ul li {
    text-align: center;
    zoom: 1;
    width: 200px;
  }
  .index-partner .picMarquee-top .bd ul li .pic {
    position: relative;
  }
  .index-partner .picMarquee-top .bd ul li .pic:after {
    content: "";
    display: block;
    padding-bottom: 45%;
  }
}
@media (max-width: 1024px) {
  .index-partner .index-title {
    padding-top: 0;
  }
  .index-partner .hover .in {
    padding: 0 20px;
  }
}
.index-vsitor {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-vsitor .index-title {
  color: #fff;
  padding-top: 1rem;
}
.index-vsitor ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
  margin-top: 0.45rem;
}
.index-vsitor li {
  width: 33.333%;
  padding: 0.12rem;
}
.index-vsitor li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.3rem;
  align-items: center;
}
.index-vsitor li .item {
  background: #fff;
  transition: all 500ms ease;
}
.index-vsitor li .pic {
  width: 39%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.index-vsitor li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-vsitor li .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-vsitor li .text {
  width: 61%;
  padding-left: 0.25rem;
}
.index-vsitor li .tit {
  transition: all 500ms linear;
  color: #383838;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-vsitor li .txt{
  font-size: 0.16rem;
  line-height: 0.20rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;	
}
.index-vsitor li .more {
  color: #888;
  position: relative;
  font-size: 0.16rem;
  margin-top: 0.6rem;
  transition: all 500ms linear;
}
.index-vsitor li .more i {
  right: 0;
  top: 0;
  vertical-align: middle;
  line-height: 0.22rem;
  position: absolute;
  text-align: center;
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  font-style: normal;
  background: #ffc805;
  border-radius: 50%;
  transition: all 500ms ease;
}
.index-vsitor li .more img {
  width: auto;
  height: auto;
  vertical-align: middle;
  max-height: 0.16rem;
}
@media (min-width: 1025px) {
  .index-vsitor li:hover .tit,
  .index-vsitor li:hover .more {
    color: #000;
  }
  .index-vsitor li:hover .tit {
    margin-top: 0.2rem;
  }
  .index-vsitor li:hover .more {
    margin-top: 0.3rem;
  }
  .index-vsitor li:hover .item {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  }
  .index-vsitor li:hover .pic img {
    transform: scale(1.1);
  }
}
@media (max-width: 1024px) {
  .index-vsitor .index-title {
    padding-top: 0;
  }
  .index-vsitor li {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .index-vsitor li {
    width: 100%;
  }
  .index-vsitor li .more {
    font-size: 14px;
    margin-top: 20px;
  }
  .index-vsitor li .more i {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .index-vsitor li .more img {
    max-height: 14px;
  }
}
.index-zhanhui .container {
  /*max-width: 19.2rem;*/
}
.index-zhanhui .index-title {
  padding-top: 1.4rem;
}
.index-zhanhui .list {
  padding-top: 0.2rem;
}
.index-zhanhui .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-zhanhui .list li {
  width: 49.8%;
  padding-top: 0.1rem;
}
.index-zhanhui .list .item {
  position: relative;
  transition: all 500ms ease-in-out;
}
.index-zhanhui .list .pic {
  overflow: hidden;
  position: relative;
}
.index-zhanhui .list .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-zhanhui .list .pic:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 162, 0, 0.87));
}
.index-zhanhui .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 36.64921466%;
}
.index-zhanhui .list .text {
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 0 0.3rem;
  bottom: 0.35rem;
  position: absolute;
  transition: all 500ms linear;
}
.index-zhanhui .list .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.index-zhanhui .list .txt {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (min-width: 1025px) {
  .index-zhanhui .list .item:hover .pic img {
    transform: scale(1.1);
  }
  .index-zhanhui .list .item:hover .text {
    bottom: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .index-zhanhui .list {
    margin-top: 20px;
  }
  .index-zhanhui .list ul {
    margin: 0 -5px;
  }
  .index-zhanhui .list li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .index-zhanhui .list li {
    width: 100%;
  }
}
.index-concurent {
  overflow: hidden;
}
.index-concurent .container {
  position: relative;
  max-width: 19.2rem;
}
.index-concurent .swiper-container {
  margin: 0 -3.46rem;
}
.index-concurent .index-title {
  padding-top: 1.4rem;
  padding-bottom: 0.5rem;
}
.index-concurent .item {
  transition: all 500ms ease;
  margin-bottom: 0.4rem;
}
.index-concurent .item .pic {
  overflow: hidden;
  position: relative;
}
.index-concurent .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.57446809%;
}
.index-concurent .item .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-concurent .item .text {
  padding: 0.2rem;
  padding-bottom: 0.4rem;
  transition: all 300ms linear;
  border-bottom: solid 0.03rem #ffa200;
}
.index-concurent .item .tag span {
  font-size: 0.16rem;
  color: #a6a9b0;
  height: 0.3rem;
  min-width: 0.84rem;
  padding: 0 0.15rem;
  line-height: 0.28rem;
  display: inline-block;
  border: solid 1px #a6a9b0;
  border-radius: 0.3rem;
}
.index-concurent .item .tit {
  margin-top: 0.15rem;
  color: #383838;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-concurent .item .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #555;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.index-concurent .item .time {
  color: #333;
  margin-top: 0.2rem;
  font-size: 0.16rem;
}
.index-concurent .item .time img {
  width: auto;
  height: auto;
  margin-top: 0.02rem;
  margin-right: 0.1rem;
  max-height: 0.2rem;
}
.index-concurent .item .time span {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 0.28rem;
  background: #ffa200;
  display: inline-block;
  float: right;
}
.index-concurent .item .time span img {
  max-height: 0.2rem;
  margin-bottom: 0.03rem;
  margin-right: 0;
  vertical-align: middle;
}
.index-concurent .item:hover {
  box-shadow: 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
}
.index-concurent .item:hover .text {
  border-color: #eb200e;
}
.index-concurent .item:hover .tit {
  color: #ffa200;
}
.index-concurent .item:hover .pic img {
  transform: scale(1.1);
}
.index-concurent .swiper-box {
  margin-bottom: 2px;
  text-align: center;
}
.index-concurent .swiper-button-next,
.index-concurent .swiper-button-prev {
  right: auto;
  left: auto;
  vertical-align: middle;
  margin: 0 0.15rem;
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  color: #1a1a1a;
  opacity: 1;
  transition: all 500ms ease;
  line-height: 0.46rem;
  border: solid 1px #c3c3c4;
  transform: translate(0, 0);
  top: auto;
}
.index-concurent .swiper-button-next:after,
.index-concurent .swiper-button-prev:after {
  font-weight: 700;
  font-size: 0.16rem;
}
.index-concurent .swiper-button-next:hover,
.index-concurent .swiper-button-prev:hover {
  border-color: #ffa200;
  background: #ffa200;
  color: #fff;
}
.index-concurent .swiper-button-prev {
  left: initial;
  right: auto;
}
.index-concurent .swiper-pagination-bullet {
  width: auto;
  margin: 0 0.04rem;
  background: #e1e1e3;
  width: 0.4rem;
  border-radius: 0;
  opacity: 1;
  height: 0.04rem;
}
.index-concurent .swiper-pagination-bullet-active {
  background: #000000;
}
.index-concurent .swiper-pagination {
  position: relative;
  width: auto;
  display: inline-block;
  bottom: auto;
}
@media (max-width: 1024px) {
  .index-concurent .swiper-container {
    margin: 0;
  }
  .index-concurent .index-title {
    padding-top: 0;
  }
}
.index-news {
  position: relative;
  overflow: hidden;
}
.index-news .index-title {
  padding-top: 1.2rem;
}
.index-news .box {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}
.index-news .leftbox {
  width: 49%;
  position: relative;
}
.index-news .leftbox:before {
  opacity: 0;
  content: "";
  top: 0.15rem;
  left: -0.15rem;
  width: 100%;
  height: 4.18rem;
  position: absolute;
  background: #ffa200;
  transform: translate(0.9);
}
.index-news .leftbox .tit {
  font-size: 0.24rem;
  font-weight: 700;
}
.index-news .leftbox .pic {
  overflow: hidden;
  position: relative;
}
.index-news .leftbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 53.97653194%;
}
.index-news .leftbox .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-news .leftbox:hover:before {
  opacity: 1;
  transform: scale(1);
}
.index-news .leftbox:hover .time:after {
  background: #ffa200;
}
.index-news .leftbox:hover .pic img {
  transform: scale(1.1);
}
.index-news .leftbox:hover .tit {
  color: #ffa200;
}
.index-news .rightbox {
  width: 49%;
}
.index-news .rightbox li {
  padding-top: 0.3rem;
}
.index-news .rightbox li:first-child {
  padding-top: 0;
}
.index-news .rightbox a {
  display: flex;
  justify-content: space-between;
}
.index-news .rightbox a:hover .pic img {
  transform: scale(1.1);
}
.index-news .rightbox a:hover .txtbox:after {
  background: #ad8f21;
}
.index-news .rightbox a:hover .tit {
  color: #ffa200;
}
.index-news .rightbox .pic {
  width: 43%;
  overflow: hidden;
  position: relative;
}
.index-news .rightbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.78787879%;
}
.index-news .rightbox .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-news .rightbox .txtbox {
  width: 51%;
  position: relative;
  transition: all 500ms ease;
}
.index-news .rightbox .txtbox:after {
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: #d1d5da;
  height: 0.03rem;
}
.index-news .rightbox .tit {
  margin-top: 0;
}
.index-news .rightbox .time {
  transition: all 500ms ease;
  margin-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.index-news .rightbox .time:after {
  display: none;
}
.index-news .tit {
  transition: all 500ms ease;
  margin-top: 0.6rem;
  color: #383838;
  height: 1.05rem;
  line-height: 0.35rem;
  font-size: 0.22rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.index-news .time {
  font-family: "poppins"!important;
  font-size: 0.18rem;
  display: flex;
  color: #383838;
  position: relative;
  margin-top: 0.07rem;
  padding-bottom: 0.3rem;
  justify-content: space-between;
}
.index-news .time:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  background: #d1d5da;
  transition: width 500ms ease;
}
@media (max-width: 1024px) {
  .index-news .index-title {
    padding-top: 0;
  }
  .index-news .box {
    display: block;
  }
  .index-news .leftbox {
    width: 100%;
  }
  .index-news .leftbox:before {
    display: none;
  }
  .index-news .leftbox .tit {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .index-news .leftbox .time {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .index-news .rightbox {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .index-news .rightbox a {
    display: block;
  }
  .index-news .rightbox .pic {
    width: 100%;
  }
  .index-news .rightbox .pic img {
    width: 100%;
  }
  .index-news .rightbox .txtbox {
    width: 100%;
    margin-top: 20px;
  }
  .index-news .rightbox .tit {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .index-news .rightbox .time {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.footer {
  color: #383838;
  background: #e7e7e7;
  padding-top: 0.6rem;
}
.footer .container {
  position: relative;
}
.footer .list {
  margin-top: 0.35rem;
}
.footer .list .swiper-button-prev:after,
.footer .list .swiper-button-next:after {
  color: #fff;
  font-weight: 700;
  font-size: 0.24rem;
}
.footer .list .swiper-button-prev {
  left: 0;
}
.footer .list .swiper-button-next {
  right: 0;
}
.footer .list .pic {
  margin: 0 auto;
  max-width: 1.76rem;
  position: relative;
}
.footer .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.footer .list2 {
  font-size: 0.18rem;
  margin-top: 0.5rem;
  vertical-align: middle;
}
.footer .list2 img {
  vertical-align: middle;
  max-height: 0.86rem;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}
.footer li {
  width: 30%;
}
.footer li h3 {
  color: #383838;
  font-size: 0.22rem;
  font-weight: normal;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.footer li .tel {
  padding-top: 0.3rem;
  font-family: "poppins" !important;
  line-height: 0.4rem;
  font-size: 0.32rem;
}
.footer li .tel a {
  color: #383838;
}
.footer li .t1 {
  font-weight: 700;
  font-size: 0.16rem;
  margin-top: 0.1rem;
  padding-left: 0.3rem;
  position: relative;
}
.footer li .t1 img {
  left: 0;
  width: auto;
  height: auto;
  top: 0.03rem;
  position: absolute;
  max-height: 0.2rem;
}
.footer li .t1 a {
  color: #383838;
}
.footer li .t2 {
  margin-top: 0.3rem;
  position: relative;
}
.footer li .t2 span {
  z-index: 2;
  position: relative;
  padding-right: 0.2rem;
  background: #e7e7e7;
  display: inline-block;
}
.footer li .t2:after {
  content: "";
  left: 0;
  top: 0.14rem;
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.footer li .t3 {
  padding-top: 0.2rem;
}
.footer li dl {
  margin-top: 0.2rem;
  display: flex;
}
.footer li dt {
  width: 1.12rem;
}
.footer li dt img {
  max-height: 1.12rem;
}
.footer li dd {
  padding-left: 0.25rem;
  padding-left: 0;
}
.footer li dd a {
  width: 0.48rem;
  height: 0.48rem;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  background: #ffa200;
  margin-bottom: 0.2rem;
}
.footer li dd img {
  max-height: 0.48rem;
}
.footer li .share {
  margin-top: 0.3rem;
}
.footer li .share a {
  margin-right: 0.1rem;
  width: 0.36rem;
  height: 0.36rem;
  background: #ffa200;
  display: inline-block;
  border-radius: 50%;
  transition: all 334ms ease;
}
.footer li .share a:hover {
  opacity: 0.9;
}
.footer li .share img {
  width: auto;
  height: auto;
  max-height: 0.36rem;
}
.footer .search {
  margin-top: 0.4rem;
}
.footer .search input {
  height: 0.6rem;
  line-height: 0.6rem;
  background: #fff;
  border: 0;
  color: #666;
  width: 100%;
  font-size: 0.16rem;
  padding: 0 0.3rem;
  font-family: "poppins"!important;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  appearance: none;
}
.footer .button {
  margin-top: 0.2rem;
  text-align: left;
}
.footer .button a {
  color: #fff;
  min-width: 1.2rem;
  line-height: 0.6rem;
  height: 0.6rem;
  font-weight: normal;
}
.footer .button img {
  max-height: 0.25rem;
  margin-top: 0.19rem;
  margin-left: 0;
  margin-right: 0.05rem;
}
.footer .copy {
  color: #555;
  padding: 0.15rem 0;
  font-size: 0.14rem;
  background: #d5d5d5;
}
.footer .copy a {
  color: #555;
  display: inline-block;
}
.footer .tag {
  padding-left: 1.7rem;
  padding-right: 0.3rem;
}
.footer .menu {
  font-weight: lighter;
  color: #a3a3a3;
}
.footer .menu a {
  transition: all 500ms ease;
  padding: 0 0.3rem;
  display: inline-block;
}
.footer .menu a:hover {
  color: #ffa200;
}
.footer .topscorll {
  right: 0;
  font-size: 0.16rem;
  position: absolute;
}
.footer .topscorll img {
  margin-left: 0.15rem;
  max-height: 0.26rem;
}
.footer .topscorll:hover {
  color: #ffa200;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 20px;
  }
  .footer li {
    width: 100%;
    padding-right: 0!important;
    padding-top: 40px;
  }
  .footer li h3 {
    font-size: 24px;
  }
  .footer li .t1 {
    padding-left: 30px;
    font-size: 16px;
    margin-top: 15px;
  }
  .footer li .t1 img {
    top: 3px;
    max-height: 20px;
  }
  .footer li .share a {
    width: 35px;
    height: 35px;
    margin-right: 0;
  }
  .footer li .share img {
    max-height: 35px;
  }
  .footer li:first-child {
    display: none;
  }
  .footer .search input {
    font-size: 14px;
  }
  .footer .list {
    display: none;
  }
  .footer .copy {
    font-size: 14px;
  }
  .footer .tag {
    padding: 0 5px;
  }
  .footer .menu {
    display: none;
  }
  .footer .menu a {
    padding: 0 10px;
  }
  .footer .menu a:first-child {
    padding-left: 0;
  }
  .footer .topscorll {
    right: auto;
    position: relative;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer .button a {
    width: 100%;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner .pic img {
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
}
.inside-current {
  top: 50%;
  z-index: 6;
  left: 0;
  width: 100%;
  font-size: 0.16rem;
  transform: translateY(-50%);
  color: #ffffff;
  position: absolute;
  height: 0.3rem;
  line-height: 0.3rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current a {
  color: #ffffff;
}
.inside-current a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.inside-current span {
  color: #ffffff;
}
.inside-current img {
  margin-bottom: 0.03rem;
  margin-right: 0.1rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-current {
    text-align: left;
    border-bottom: solid 1px #ddd;
    color: #666;
    margin-top: 0;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    display: none;
  }
  .inside-current a {
    color: #999;
  }
  .inside-current img {
    max-height: 17px;
  }
  .inside-current span {
    color: #ffa200;
  }
}
.inside-menu {
  z-index: 1;
  margin-top: 0rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
  margin-top: -0.7rem;
  background: rgba(71, 74, 79, 0.4);
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-menu li {
  width: 20%;
  font-weight: 700;
  font-size: 0.18rem;
  text-align: center;
  position: relative;
}
.inside-menu li:before {
  top: 0;
  left: 0%;
  content: "";
  width: 0%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 700ms linear;
  background: linear-gradient(to right, #ffa200, #eb200e);
  background: #ffa200;
}
.inside-menu li:after {
  opacity: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 0.2rem;
  bottom: 0rem;
  position: absolute;
  background: transparent;
  transition: all 500ms ease;
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.2);
}
.inside-menu li a {
  z-index: 2;
  display: block;
  color: #fff;
  position: relative;
}
.inside-menu li:hover,
.inside-menu .cur {
  font-weight: 700;
}
.inside-menu li:hover:before,
.inside-menu .cur:before {
  width: 100%;
  opacity: 1;
  left: 0;
}
.inside-menu li:hover:after,
.inside-menu .cur:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 li {
  width: 25%;
}
.inside-menu-3 li {
  width: 33.333%;
}
.inside-title {
    color: #ffa200;
    font-family: "myfont" !important;
    font-size: .46rem;
    line-height: .6rem;
    padding-right: 1.5rem;
	font-weight: normal;
}
.inside-zsxt {
  padding: 0.6rem 0 2rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-zsxt .text {
  text-align: center;
  font-size: 0.18rem;
  padding-top: 0.8rem;
}
.inside-zhanhui {
  padding: 0.6rem 0;
}
.inside-zhanhui .item {
  position: relative;
}
.inside-zhanhui .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 0 1.9rem;
  position: absolute;
  transform: translateY(-50%);
}
.inside-zhanhui .t1 {
  font-size: 0.81rem;
  font-weight: 700;
  line-height: 0.9rem;
}
.inside-zhanhui .t2 {
  font-size: 0.2rem;
  font-weight: 700;
  padding-top: 0.4rem;
}
.inside-zhanhui .t3 {
  font-size: 0.26rem;
  font-weight: 700;
  padding-top: 0.8rem;
}
.inside-zhanhui .t4 {
  color: #000;
  padding-top: 0.05rem;
  font-size: 0.26rem;
}
.inside-zhanhui .item-2 {
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
}
.inside-zhanhui .item-2 .button {
  margin: 0 0.25rem;
}
.inside-zhanhui .item-2 .button a {
  color: #fff;
  padding: 0 0.45rem;
  text-align: left;
  font-size: 0.26rem;
  border-radius: 0.6rem;
  min-width: 3.6rem;
  height: 0.88rem;
  line-height: 0.88rem;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, #ffa200, #eb200e);
  background: #ffa200;
}
.inside-zhanhui .item-2 .button img {
  top: 0.18rem;
  right: 0.5rem;
  margin-left: 0;
  max-height: 0.3rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .inside-zhanhui {
    padding: 40px 0 60px 0;
  }
  .inside-zhanhui .text {
    padding: 30px 0;
    color: #666;
    top: auto;
    left: auto;
    text-align: center;
    margin-top: auto;
    position: relative;
    transform: translate(0);
  }
  .inside-zhanhui .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-zhanhui .t2 {
    font-size: 16px;
    padding-top: 20px;
  }
  .inside-zhanhui .t3 {
    padding-top: 20px;
  }
  .inside-zhanhui .item-2 {
    padding-top: 40px;
  }
  .inside-zhanhui .item-2 .button {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .inside-zhanhui .item-2 {
    padding-top: 0;
    display: block;
  }
  .inside-zhanhui .item-2 .button {
    margin-top: 15px;
  }
}
.inside-yydj {
  font-size: 0.18rem;
  text-align: center;
  padding: 1rem 0;
  line-height: 0.32rem;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-yydj .text {
  line-height: 0.4rem;
  padding: 0 1.3rem;
  margin-top: 0.5rem;
}
.inside-yydj .text-2 {
  line-height: 0.4rem;
  margin-top: 0.5rem;
}
.inside-yydj .text-4 {
  padding-top: 0.5rem;
}
.inside-yydj .text-4 .f20 {
  font-size: 0.2rem;
}
.inside-yydj .text-4 .icon {
  margin: 0.1rem auto;
  height: 0.7rem;
  width: 100%;
  max-width: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(to right, #ffa200, #eb200e);
}
.inside-yydj .bt {
  color: #ffa200;
  font-weight: 700;
  font-size: 0.24rem;
  padding-top: 0.5rem;
}
.inside-yydj .weixin {
  margin: 0 auto;
  max-width: 2rem;
}
.inside-yydj .weixin .ewm img {
  max-height: 2rem;
  border: solid 1px #ffa200;
}
.inside-yydj .button a {
  background: linear-gradient(to right, #ffa200, #eb200e);
  background: #ffa200;
}
.inside-yydj ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-yydj li {
  width: 16.66666667%;
  color: #333;
  position: relative;
  margin-top: 0.5rem;
}
.inside-yydj li:before {
  left: -5%;
  top: 24%;
  content: "";
  width: 0.5rem;
  height: 0.34rem;
  position: absolute;
  background: url(../png/arrow-4.png) no-repeat center center;
  background-size: cover;
  animation: 2s scrollArrow ease;
}
.inside-yydj li .icon {
  width: 100%;
  line-height: 1.2rem;
  vertical-align: middle;
  max-width: 1.26rem;
  height: 1.26rem;
  margin: 0 auto;
  background: url(../png/arrow-6.png) no-repeat center center;
  background-size: cover;
}
.inside-yydj li .icon img {
  vertical-align: middle;
  max-height: 1rem;
  transition: all 500ms ease;
}
.inside-yydj li .tit {
  margin-top: 0.2rem;
}
.inside-yydj li:first-child:before {
  display: none;
}
.inside-yydj li:hover .icon img {
  transform: scale(1.1);
}
.inside-yydj .button {
  font-weight: 700;
  font-size: 0.24rem;
  border-radius: 0.6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  min-width: 3rem;
  margin-top: 0.55rem;
}
.inside-yydj .button img {
  margin-left: 0.1rem;
  max-height: 0.25rem;
}
.inside-yydj .ewm {
  font-size: 0.16rem;
  margin-top: 0.5rem;
  text-align: center;
}
.inside-yydj .ewm .tu {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.1rem;
  max-width: 2.01rem;
  border: solid 1px #ffa200;
}
.inside-yydj .ewm .tu img {
  max-height: 2.01rem;
}
@media (max-width: 1024px) {
  .inside-yydj {
    font-size: 15px;
  }
  .inside-yydj .text {
    padding: 0;
    line-height: 24px;
  }
  .inside-yydj .ewm {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-yydj li {
    width: 50%!important;
  }
  .inside-yydj li:before {
    display: none;
  }
}
.inside-yydj-2 {
  padding-top: 0.7rem;
}
.inside-yydj-2 .text {
  line-height: 0.32rem;
  font-size: 0.16rem;
  padding: 0 2.55rem;
  margin-top: 0.3rem;
}
.inside-yydj-2 .bt {
  color: #ffa200;
  font-size: 0.28rem;
  font-weight: normal;
  padding-top: 0.8rem;
}
.inside-yydj-2 li {
  width: 33.333%;
  color: #4e555e;
  font-size: 0.2rem;
  margin-top: 0.6rem;
}
.inside-yydj-2 .button {
  margin-top: 0.7rem;
  height: 0.88rem;
  line-height: 0.88rem;
}
.inside-yydj-2 .button a {
  font-size: 0.26rem;
  font-weight: normal;
  color: #fff;
  text-align: left;
  height: 0.88rem;
  position: relative;
  padding-left: 0.5rem;
  line-height: 0.88rem;
  min-width: 3.4rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
}
.inside-yydj-2 .button img {
  right: 0.5rem;
  top: 0.28rem;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  max-height: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-yydj-2 {
    padding-top: 40px;
  }
  .inside-yydj-2 .text {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .inside-yydj-2 ul {
    padding: 0;
  }
}
.inside-download {
  padding: 0.6rem 0;
}
.inside-download .list {
  margin-top: 0.4rem;
  border-top: solid 1px #ffa200;
}
.inside-download .list li:first-child {
  font-weight: 700;
}
.inside-download .list li:first-child span {
  color: #000;
}
.inside-download .list li:first-child span:last-child {
  border-color: #fff;
}
.inside-download .list li:hover {
  background: #ffa200 !important;
}
.inside-download .list li:hover a {
  color: #fff;
}
.inside-download .list li:hover span:last-child {
  color: #666;
  border-color: #ffa200;
}
.inside-download .list li:hover .img1 {
  opacity: 0;
}
.inside-download .list li:hover .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-download .list li:nth-child(2n) {
  background: #f9f9f9;
}
.inside-download .list li {
  font-size: 0.18rem;
  padding: 0 0.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  transition: all 334ms ease;
}
.inside-download .list li a {
  color: #666;
  display: block;
}
.inside-download .list li span {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  height: 0.8rem;
  line-height: 0.8rem;
}
.inside-download .list li span:first-child {
  width: 35%;
  text-align: left;
}
.inside-download .list li span:nth-child(2),
.inside-download .list li span:nth-child(3) {
  width: 25%;
}
.inside-download .list li span:nth-child(4) {
  width: 11%;
  margin-top: 0.17rem;
  padding: 0 0.2rem;
  background: #fff;
  vertical-align: top;
  height: 0.44rem;
  line-height: 0.42rem;
  border-radius: 0.3rem;
  border: solid 1px #eaeaea;
}
.inside-download .list li span:nth-child(4) img {
  margin-top: 0.1rem;
  margin-left: 0.15rem;
}
.inside-download .list li em {
  vertical-align: top;
  margin-right: 0.45rem;
  margin-top: 0.1rem;
  display: inline-block;
  position: relative;
  font-style: normal;
}
.inside-download .list li img {
  max-height: 0.6rem;
}
.inside-download .list li .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  transition: all 500ms ease;
}
@media (max-width: 1024px) {
  .inside-download {
    padding: 40px 0;
  }
  .inside-download .list li {
    padding: 0;
    padding-left: 15px;
  }
  .inside-download .list li em {
    display: none;
  }
  .inside-download .list li span:nth-child(2),
  .inside-download .list li span:nth-child(3) {
    display: none;
  }
  .inside-download .list li span:first-child {
    width: 82%;
  }
  .inside-download .list li span:last-child {
    width: 14%;
  }
}
@media (max-width: 630px) {
  .inside-download .list li span:first-child {
    width: 70%;
  }
  .inside-download .list li span:last-child {
    width: 27%;
  }
}
.inside-events-2 {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}
.inside-events-2 li {
  padding-top: 0.4rem;
  position: relative;
}
.inside-events-2 li a {
  display: flex;
  justify-content: space-between;
}
.inside-events-2 li .pic {
  width: 29%;
  overflow: hidden;
  position: relative;
}
.inside-events-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.48351648%;
}
.inside-events-2 li .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.inside-events-2 li .text {
  padding-top: 0.2rem;
  position: relative;
  width: 68%;
}
.inside-events-2 li .text:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 0.03rem;
  background: #d1d5da;
  transition: all 500ms ease;
}
.inside-events-2 li .tit {
  color: #222;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-events-2 li .txt {
  height: 0.6rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  font-size: 0.20rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-events-2 li .button {
  margin-top: 0.3rem;
  text-align: left;
}
.inside-events-2 li .button span {
  color: #fff;
  background: linear-gradient(to right, #ffa200, #eb200e);
}
.inside-events-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-events-2 li:hover .text:after {
  background: #ffa200;
}
@media (max-width: 1024px) {
  .inside-events-2 {
    padding-bottom: 50px;
  }
  .inside-events-2 .button img {
    max-height: 20px;
  }
  .inside-events-2 li:first-child {
    padding-top: 0;
  }
  .inside-events-2 li {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .inside-events-2 li .pic {
    width: 45%;
  }
  .inside-events-2 li .text {
    width: 55%;
    padding-left: 30px;
    padding-bottom: 0px;
  }
  .inside-events-2 li .text:after {
    display: none;
  }
  .inside-events-2 li .tit {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  .inside-events-2 li .txt {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    height: 52px;
  }
  .inside-events-2 li .button {
    display: none;
  }
}
@media (max-width: 500px) {
  .inside-events-2 li {
    display: block;
  }
  .inside-events-2 li .pic {
    width: 100%;
  }
  .inside-events-2 li .text {
    width: 100%;
    padding-left: 10px;
  }
}
.inside-zbxx {
  line-height: 0.3rem;
  padding: 0.6rem 0;
}
.inside-zbxx .t1 {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-zbxx {
    line-height: 24px;
    padding: 40px 0;
  }
}
.inside-gyzh {
  color: #4e555e;
  font-size: 0.18rem;
  padding-top: 0.6rem;
  padding-bottom: 1.1rem;
}
.inside-gyzh .list {
  margin-top: 0.6rem;
}
.inside-gyzh .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-gyzh .list li {
  padding: 0 0.25rem;
  width: 33.3333%;
}
.inside-gyzh .list li .item {
  padding: 0.3rem;
  min-height: 100%;
  border-radius: 0.15rem;
  border: solid 1px #d8d7d4;
}
.inside-gyzh .list li .time {
  color: #333;
}
.inside-gyzh .list li .time img {
  margin-top: 0.04rem;
  margin-right: 0.1rem;
  max-height: 0.2rem;
}
.inside-gyzh .list li .date {
  font-size: 0.24rem;
  margin-top: 0.15rem;
}
.inside-gyzh .list li .year {
  color: #393d41;
  font-weight: 700;
}
.inside-gyzh .list li .time2 {
  padding-left: 0.2rem;
  color: #ffa200;
}
.inside-gyzh .text {
  padding-top: 0.3rem;
  line-height: 0.34rem;
}
.inside-gyzh .text p {
  padding-top: 0.3rem;
}
.inside-gyzh .numlist {
  padding-top: 0.8rem;
}
.inside-gyzh .numlist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
.inside-gyzh .numlist li {
  width: 20%;
  padding: 0 0.12rem;
}
.inside-gyzh .numlist li .item {
  min-height: 100%;
  text-align: center;
  transition: all 500ms ease;
  padding: 0.3rem 0.1rem;
  border-radius: 0.1rem;
  border: solid 1px #ffa200;
}
.inside-gyzh .numlist li .icon img {
  width: auto;
  height: auto;
  max-height: 1.01rem;
}
.inside-gyzh .numlist li .counter {
  font-family: "myfont2" !important;
  margin-top: 0.1rem;
  line-height: 0.4rem;
  font-size: 0.4rem;
  color: #ffa200;
}
.inside-gyzh .numlist li .tag {
  margin-top: 0.1rem;
}
.inside-gyzh .numlist li:hover .item {
  box-shadow: 0 0 0.2rem rgba(10, 73, 147, 0.1);
}
@media (max-width: 1024px) {
  .inside-gyzh {
    font-size: 14px;
  }
  .inside-gyzh .list ul {
    margin: 0 -5px;
  }
  .inside-gyzh .list li {
    padding: 0 5px;
  }
  .inside-gyzh .list li .item {
    text-align: center;
  }
  .inside-gyzh .list li .time img {
    margin-top: 0;
    max-height: 20px;
  }
  .inside-gyzh .list li .date {
    text-align: center;
    font-size: 14px;
  }
  .inside-gyzh .list li .date span {
    display: block;
    padding-left: 0;
  }
  .inside-gyzh .numlist {
    padding-top: 20px;
  }
  .inside-gyzh .numlist ul {
    margin: 0 -5px;
  }
  .inside-gyzh .numlist li {
    padding: 0 5px;
    width: 33.333%;
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  .inside-gyzh .list {
    margin-top: 20px;
  }
  .inside-gyzh .list li {
    width: 50%;
    margin-top: 10px;
  }
  .inside-gyzh .numlist li {
    width: 50%;
  }
}
.inside-gyzh-2 .pic img {
  width: 100%;
}
.inside-exshow-3 {
  padding-bottom: 1rem;
  padding-top: 0.8rem;
}
.inside-exshow-3 .text {
  text-align: center;
  font-size: 0.18rem;
}
.inside-exshow-3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-exshow-3 li {
  width: 48.5%;
  margin-top: 0.4rem;
}
.inside-exshow-3 li .item {
  display: flex;
  min-height: 100%;
  padding: 0.5rem;
  min-height: 2.9rem;
  border-radius: 0.1rem;
  transition: all 500ms ease;
  box-shadow: 0rem 0 0.2rem rgba(0, 53, 146, 0.1);
}
.inside-exshow-3 li .icon {
  margin-top: 0.04rem;
  display: inline-block;
  margin-right: 0.2rem;
  max-width: 0.51rem;
  position: relative;
}
.inside-exshow-3 li .icon:before {
  top: 0;
  left: -0.1rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #eb200e;
  position: absolute;
}
.inside-exshow-3 li .icon:after {
  top: 0.1rem;
  left: -0.1rem;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #e5eaf4;
  position: absolute;
}
.inside-exshow-3 li .icon i {
  z-index: 1;
  position: relative;
  font-style: normal;
  display: inline-block;
}
.inside-exshow-3 li .icon img {
  max-height: 0.51rem;
}
.inside-exshow-3 li .icon .ic2 {
  top: 0;
  left: 0;
  position: absolute;
  transform: scale(0);
  transition: all 500ms ease;
}
.inside-exshow-3 li .txtbox {
  width: 89%;
  padding-left: 0.1rem;
  text-align: justify;
}
.inside-exshow-3 li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.inside-exshow-3 li .tag {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.inside-exshow-3 li .txt {
  line-height: 0.28rem;
  margin-top: 0.15rem;
}
.inside-exshow-3 li:hover .icon:after {
  background: rgba(255, 255, 255, 0.1);
}
.inside-exshow-3 li:hover .icon .ic1 {
  opacity: 0;
}
.inside-exshow-3 li:hover .icon .ic2 {
  transform: scale(1);
}
.inside-exshow-3 li:hover .item {
  background: linear-gradient(to right, #ffa200, #eb200e);
}
.inside-exshow-3 li:hover .tit,
.inside-exshow-3 li:hover .tag,
.inside-exshow-3 li:hover .txt {
  color: #fff;
}
.inside-exshow-3 li:hover .txt {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .inside-exshow-3 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .inside-exshow-3 .text {
    font-size: 14px;
  }
  .inside-exshow-3 li {
    width: 100%;
  }
  .inside-exshow-3 li .tit {
    font-size: 16px;
    line-height: 30px;
  }
  .inside-exshow-3 li .tag {
    font-size: 15px;
    line-height: 30px;
  }
  .inside-exshow-3 li .item {
    min-height: 100%;
  }
  .inside-exshow-3 li .txt {
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .inside-exshow-3 li .item {
    padding: 30px;
    display: block;
  }
  .inside-exshow-3 li .icon {
    display: none;
    margin-right: 0;
  }
}
.inside-hzhb {
  position: relative;
  background: #f7f7f7;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.inside-hzhb .txt {
  color: #999;
  text-align: center;
  font-size: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #ddd;
}
.inside-hzhb .list {
  padding-top: 0.5rem;
}
.inside-hzhb .list ul {
  margin: 0 -0.05rem;
  padding-top: 0.4rem;
  flex-wrap: wrap;
  display: flex;
}
.inside-hzhb .list ul li {
  padding: 0.05rem;
  width: 10%;
}
.inside-hzhb .list ul li .pic {
  border-radius: 0.05rem;
  border: solid 1px #eee;
  background: #fff;
  position: relative;
}
.inside-hzhb .list ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
@media (max-width: 1024px) {
  .inside-hzhb {
    padding: 40px 0;
  }
  .inside-hzhb .list ul li {
    width: 20%;
  }
}
.inside-zsml {
  padding: 1rem 0;
}
.inside-zsml dl {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.7rem;
  max-width: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inside-zsml dt {
  width: 57%;
  border-radius: 0.1rem;
}
.inside-zsml dt img {
  border-radius: 0.1rem;
}
.inside-zsml dd {
  width: 43%;
  text-align: left;
  padding-left: 0.5rem;
}
.inside-zsml .bt {
  color: #000;
  font-size: 0.26rem;
}
.inside-zsml .button {
  margin-top: 0.4rem;
  text-align: left;
}
.inside-zsml .button a {
  color: #fff;
  min-width: 1.5rem;
  font-weight: 700;
  font-size: 0.16rem;
  background: linear-gradient(to right, #ffa200, #eb200e);
}
@media (max-width: 1024px) {
  .inside-zsml {
    padding: 40px 0;
  }
  .inside-zsml dl {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .inside-zsml dl {
    display: block;
  }
  .inside-zsml dt {
    width: 100%;
  }
  .inside-zsml dd {
    text-align: center;
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 30px;
  }
  .inside-zsml .button {
    text-align: center;
  }
  .inside-zsml .button a {
    font-size: 14px;
  }
  .inside-zsml .button img {
    max-height: 20px;
    margin-top: 10px;
  }
}
.inside-zsfl {
  padding: 0.6rem 0;
}

.inside-zsfl dl {
  position: relative;
  padding: 0 0.3rem;
  padding-top: 0.8rem;
}
.inside-zsfl dt {
  float: left;
  width: 51%;
  position: relative;
}
.inside-zsfl dt:before {
  top: -0.3rem;
  left: -0.3rem;
  content: "";
  width: 90%;
  height: 90%;
  z-index: 1;
  position: absolute;
  border: solid 1px #fde6be;
}
.inside-zsfl dt .pic {
  z-index: 3;
  position: relative;
}
.inside-zsfl dt .tag {
  bottom: 0;
  color: #1f3656;
  line-height: 0.2rem;
  font-size: 0.18rem;
  width: 0.14rem;
  right: -0.3rem;
  position: absolute;
  display:none;
}
.inside-zsfl dd {
  width: 49%;
  float: right;
  font-size: 0.18rem;
  padding-left: 1.1rem;
}
.inside-zsfl dd .bt {
  height: 0.75rem;
  background: url(../jpg/zpfl-bt.jpg) no-repeat top left;
  background-size:100% 100%;
}
.inside-zsfl dd .t3 {
  color: #333;
  font-size: 0.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.7rem;
}
.inside-zsfl dd .t4 {
  color: #fff;
  height: 0.24rem;
  line-height: 0.24rem;
  font-family: "poppins"!important;
  font-size: 0.12rem;
  padding-left: 0.7rem;
}
.inside-zsfl dd .t1 {
  padding-top: 0.4rem;
  color: #ffa200;
  font-size: 0.22rem;
  font-weight: 700;
}
.inside-zsfl dd .t2 {
  margin-top: 0.1rem;
}
.inside-zsfl dd .t1,
.inside-zsfl dd .t2 {
  padding-left: 0.4rem;
}
.inside-zsfl dl:nth-child(2n) {
  flex-direction: row-reverse;
}
.inside-zsfl dl:nth-child(2n) dt {
  float: right;
}
.inside-zsfl dl:nth-child(2n) dt .tag {
  left: -0.3rem;
  right: auto;
}
.inside-zsfl dl:nth-child(2n) dt:before {
  left: auto;
  right: -0.3rem;
}
.inside-zsfl dl:nth-child(2n) dd {
  float: left;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 1024px) {
  .inside-zsfl {
    padding: 40px 0;
  }
  .inside-zsfl dt,
  .inside-zsfl dd {
    float: none;
    width: 100%;
  }
  .inside-zsfl dd {
    float: none;
    font-size: 16px;
    padding-left: 20px!important;
    padding-right: 20px!important;
    padding-top: 30px;
  }
  .inside-zsfl dd .bt {
    background: transparent;
  }
  .inside-zsfl dd .t1,
  .inside-zsfl dd .t2 {
    padding-left: 0!important;
    font-size: 16px;
    padding-top: 0px!important;
  }
  .inside-zsfl dd .t3 {
    padding-left: 0;
  }
  .inside-zsfl dt:before {
    display: none;
  }
  .inside-zsfl dt .tag {
    display: none;
  }
  .inside-zsfl dl {
    padding: 0;
    padding-top: 30px;
  }
}
.inside-contact {
  padding: 0.6rem 0;
}
.inside-contact .title {
  color: #fff;
  font-size: 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: 700;
  padding: 0 0.4rem;
  background: #ffa200;
  margin-top: 0.55rem;
  margin-bottom: 0.3rem;
}
.inside-contact .table {
  padding-top: 0.35rem;
}
.inside-contact table,
.inside-contact tr,
.inside-contact td {
  border: 0;
}
.inside-contact tr {
  background: #f7f7f7;
  font-size: 0.2rem;
  border-top: solid 0.25rem #ffffff;
}
.inside-contact td {
  padding: 0.3rem;
}
.inside-contact .item {
  width: 14%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #ffa200;
}
.inside-contact .item-2 {
  width: 43%;
  padding-left: 1.5rem;
}
.inside-contact .item-3 {
  width: 43%;
}
.inside-contact .item-3 img {
  max-height: 0.2rem;
  margin-top: 0.06rem;
  margin-right: 0.2rem;
}
.inside-contact .item-3 p {
  margin: 0.15rem 0;
}
@media (max-width: 1024px) {
  .inside-contact {
    padding: 40px 0;
  }
  .inside-contact td {
    padding: 0 20px;
  }
  .inside-contact .table {
    padding-top: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .inside-contact .table table {
    width: 1200px;
  }
  .inside-contact .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .inside-contact .item-2 {
    padding-left: 30px;
  }
}
.inside-contact-2 {
  display: flex;
  align-items: center;
  height: 5.6rem;
  background-size: cover!important;
}
.inside-contact-2 .t1 {
  font-size: 0.4rem;
  line-height: 0.5rem;
}
.inside-contact-2 .t2 {
  color: #505050;
  font-size: 0.18rem;
  line-height: 0.32rem;
  max-width: 6.3rem;
  padding-top: 0.4rem;
}
.inside-contact-2 .button {
  text-align: left;
  margin-top: 0.5rem;
}
.inside-contact-2 .button a {
  font-size: 0.22rem;
  padding-left: 0.3rem;
  position: relative;
  color: #fff;
  text-align: left;
  height: 0.7rem;
  min-width: 3.7rem;
  line-height: 0.7rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #ffa200, #eb200e);
  background: #ffa200;
}
.inside-contact-2 .button img {
  position: absolute;
  right: 0.3rem;
  top: 0.08rem;
  max-height: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-contact-2 {
    height: auto;
    padding: 50px 0;
  }
  .inside-contact-2 .t2 {
    font-size: 14px;
    line-height: 24px;
    max-width: 360px;
  }
}
.inside-zsfk {
  padding: 0.6rem 0;
  background: #fff7e8;
}
.inside-zsfk .index-title {
  color: #ffa200;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .inside-zsfk {
    padding: 40px 0;
  }
}
.button-2 {
  padding-bottom: 1rem;
}
.button-2 a {
  font-size: 0.22rem;
  padding-left: 0.3rem;
  position: relative;
  color: #fff;
  text-align: left;
  height: 0.7rem;
  min-width: 2.3rem;
  line-height: 0.7rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #ffa200, #eb200e);
}
.button-2 img {
  position: absolute;
  right: 0.3rem;
  top: 0.08rem;
  max-height: 0.3rem;
}
.inside-news {
  padding: 0.6rem 0;
}

.inside-news .tabnav {
  margin-bottom: 0.4rem;
}
.inside-news .tabnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-news .tabnav li {
  padding: 0 0.15rem;
}
.inside-news .tabnav li a {
  cursor: pointer;
  font-size: 0.18rem;
  height: 0.5rem;
  line-height: 0.46rem;
  padding: 0 0.45rem;
  display: block;
  border: solid 0.02rem #ffa200;
}
.inside-news .tabnav .cur a {
  color: #fff;
  background: #ffa200;
}

.inside-news .list {
  overflow: hidden;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  transition: all 500ms linear;
}
.inside-news .list li {
  overflow: hidden;
  width: 33.3333%;
  position: relative;
  padding: 0.4rem 0.5rem;
  border-left: solid 1px #ececec;
  margin-left: -1px;
}
.inside-news .list li .time {
  font-family: "poppins"!important;
  color: #9e9e9e;
  font-size: 0.13rem;
}
.inside-news .list li .tit {
  margin-top: 0.1rem;
  color: #030f1b;
  font-size: 0.24rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news .list li .pic {
  margin-top: 0.45rem;
  overflow: hidden;
  position: relative;
}
.inside-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 55.55555556%;
}
.inside-news .list li .pic img {
  transition: all 700ms ease;
}
.inside-news .list li .txt {
  color: #888;
  overflow: hidden;
  font-size: 0.16rem;
  height: 0.48rem;
  line-height: 0.24rem;
  margin-top: 0.3rem;
}
.inside-news .list li .arrow {
  margin-top: 0.3rem;
}
.inside-news .list li .arrow img {
  max-height: 0.21rem;
}
.inside-news .list li .txthover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: scale(0.9);
  padding: 0 0.5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.45rem;
  position: absolute;
  transition: all 700ms ease;
  background: #ffa200;
}
.inside-news .list li .txthover .time,
.inside-news .list li .txthover .tit,
.inside-news .list li .txthover .txt {
  color: #fff;
}
.inside-news .list li .txthover .tit {
  margin-top: 0.3rem;
}
.inside-news .list li .txthover .txt {
  font-size: 0.15rem;
  overflow: hidden;
  height: 1.68rem;
  margin-top: 0.5rem;
}
.inside-news .list li .txthover .arrow {
  margin-top: 1.2rem;
}
.inside-news .list li .txthover .tu {
  bottom: 0.4rem;
  opacity: 0.2;
  right: 0.3rem;
  position: absolute;
}
.inside-news .list li .txthover .tu img {
  max-height: 0.7rem;
}
@media (min-width: 1025px) {
  .inside-news ul:hover {
    margin: 0;
  }
  .inside-news li:hover .txthover {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1024px) {
  .inside-news {
    padding: 50px 0;
  }
  .inside-news .list ul {
    margin: 0 -15px;
  }
  .inside-news .list li {
    padding: 15px;
  }
  .inside-news .list li .time {
    font-size: 12px;
  }
  .inside-news .list li .tit {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  .inside-news .list li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .inside-news .list li .pic {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .inside-news .list li {
    width: 100%;
    border: 0;
    margin-left: 0;
    padding-top: 0;
  }
}
.inside-newsshow {
  padding-bottom: 1rem;
  padding-top: 0.2rem;
}
.inside-newsshow h1 {
  color: #333;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.36rem;
  padding: 0.6rem 0;
}
.inside-newsshow .inside-current {
  color: #999;
  margin-top: auto;
  text-align: left;
}
.inside-newsshow .inside-current a {
  color: #999;
}
.inside-newsshow .inside-current span {
  color: #ffa200;
}

.inside-newsshow table{
	width:auto;
	margin: 0 auto;
}

.inside-newsshow table tr td{
	border:none!important;
}

.inside-newsshow .bg {
  background: #fff;
  margin-top: 0.3rem;
  line-height: 0.32rem;
  padding: 0.3rem 1rem;
  padding-bottom: 1rem;
}
.inside-newsshow .bg .time {
  font-family: "Roboto" !important;
}
.inside-newsshow .bg .bt {
  color: #333;
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  position: relative;
}
.inside-newsshow .bg .bt:after {
  content: "";
  margin-left: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  height: 1px;
  width: 1.96rem;
  background: #ffa200;
}
.inside-newsshow .tigs {
  margin-top: 0.2rem;
  background: #eff4ff;
  padding: 0.5rem 0.9rem;
}
@media (max-width: 1024px) {
  .inside-newsshow .bg {
    padding: 40px 20px;
    line-height: 24px;
  }
  .inside-newsshow .tigs {
    padding: 20px;
  }
}
.inside-hzmt {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
.inside-hzmt .tabnav {
  margin-top: 0.4rem;
}
.inside-hzmt .tabnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-hzmt .tabnav li {
  padding: 0 0.15rem;
}
.inside-hzmt .tabnav li span {
  cursor: pointer;
  font-size: 0.18rem;
  height: 0.5rem;
  line-height: 0.46rem;
  padding: 0 0.45rem;
  display: block;
  border: solid 0.02rem #ffa200;
}
.inside-hzmt .tabnav .cur span {
  color: #fff;
  background: #ffa200;
}
.inside-hzmt .tabbox {
  margin-top: 0.6rem;
}
.inside-hzmt .tabcot {
  display: none;
}
.inside-hzmt .tabcot.show {
  display: block;
}
.inside-hzmt .list3 {
  margin: 0 auto;
  max-width: 15.8rem;
}
.inside-hzmt .list3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-hzmt .list3 li {
  width: 33.333%;
  padding: 0 0.1rem;
  padding-bottom: 0.4rem;
}
.inside-hzmt .list3 li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 334ms ease;
}
.inside-hzmt .list3 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-hzmt .list3 li .pic img {
  transition: all 700ms ease;
}
.inside-hzmt .list3 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.3828125%;
}
.inside-hzmt .list3 li .dow {
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  vertical-align: middle;
  line-height: 0.34rem;
  text-align: center;
  position: absolute;
}
.inside-hzmt .list3 li .dow img {
  vertical-align: middle;
  max-height: 0.5rem;
}
.inside-hzmt .list3 li:hover a {
  box-shadow: 0 0.2rem 0.4rem rgba(26, 57, 93, 0.8);
}
.inside-hzmt .list3 .button {
  padding-top: 0.4rem;
}
.inside-hzmt .list3 .button a {
  min-width: 1.6rem;
  font-size: 0.16rem;
  font-weight: normal;
}
.inside-hzmt .list3 .button img {
  max-height: 0.15rem;
  margin-left: 0;
  margin-top: 0.14rem;
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .inside-hzmt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-hzmt .list3 li {
    padding-bottom: 15px;
  }
}
@media (max-width: 580px) {
  .inside-hzmt .tabnav li {
    padding: 0 3px;
  }
  .inside-hzmt .tabnav li span {
    padding: 0 10px;
  }
  .inside-hzmt .list3 li {
    width: 50%;
  }
}
.inside-partner {
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
}
.inside-partner .container {
  
}
.inside-partner .picMarquee-top {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.12rem;
}
.inside-partner .picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.inside-partner .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.inside-partner .picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  width: 240px;
  border-left: solid 0.06rem #f7f7f7;
  border-right: solid 0.06rem #f7f4ef;
  background: #fff;
}
.inside-partner .picMarquee-top .bd ul li .pic {
  position: relative;
}
.inside-partner .picMarquee-top .bd ul li .pic img {
  width: auto;
  height: auto;
}
.inside-partner .picMarquee-top .bd ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media (max-width: 1600px) {
  .inside-partner .picMarquee-top .bd ul li {
    text-align: center;
    zoom: 1;
    width: 200px;
  }
  .inside-partner .picMarquee-top .bd ul li .pic {
    position: relative;
  }
  .inside-partner .picMarquee-top .bd ul li .pic:after {
    content: "";
    display: block;
    padding-bottom: 45%;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.7rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: #999;
  background: #fff;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  display: inline-block;
  border: solid 1px #d8e0ec;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-width: 0;
  background: linear-gradient(to right, #ffa200, #eb200e);
  background: #ffa200;
}
.inside-page .prev,
.inside-page .next {
  width: 1.06rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    font-size: 12px;
  }
  .inside-page a {
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 20px;
  }
}
.inside-map {
  padding: 0.6rem 0;
}
.inside-map li {
  border-bottom: solid  1px #eee;
  padding: 0.2rem 0;
}
.inside-map li a {
  font-weight: 700;
  display: inline-block;
}
.inside-map li .subnav {
  padding-top: 0.2rem;
}
.inside-map li .subnav a {
  font-weight: normal;
  padding-right: 0.3rem;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../png/onlineclose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ffa200;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 18px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .child-2 .list {
  flex-wrap: wrap;
  display: flex;
}
.navM .child-2 .list li {
  width: 50%;
}
.navM .child-2 .list li a {
  padding: 0;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #ffa200;
}
@media (max-width: 1024px) {
  .index-partner .hover {
    color: #ffa200;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
  .index-partner .picMarquee-top .bd ul li {
    width: 2.3rem !important;
  }
}


.inside-about {
    padding: .6rem 0
}

.inside-about .title {
    color: #ffa200;
    font-family: "myfont" !important;
    font-size: .46rem;
    line-height: .6rem;
    padding-right: 1.5rem;
    padding-bottom: .4rem;
}

.inside-about .text {
    color: #4e555e;
    line-height: .3rem;
    padding-top: .7rem
}

.inside-about .text .t1 {
    color: #ffa200;
    font-size: .46rem;
    line-height: .6rem
}

.inside-about .text .t2 {
    padding-top: .6rem;
    overflow: hidden;
    padding-bottom: .6rem
}

.inside-about .text .t2 img {
    width: auto;
    height: auto;
    float: left;
    margin-right: 1.5rem
}

.inside-about .numlist {
    padding: .8rem 0
}

.inside-about .numlist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.12rem
}

.inside-about .numlist li {
    width: 20%;
    padding: 0 .12rem
}

.inside-about .numlist li .item {
    min-height: 100%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: .3rem .1rem;
    border-radius: .1rem;
    border: solid 1px #ffa200
}

.inside-about .numlist li .icon img {
    width: auto;
    height: auto;
    max-height: 1.01rem
}

.inside-about .numlist li .counter {
    font-family: "myfont2" !important;
    margin-top: .1rem;
    line-height: .4rem;
    font-size: .4rem;
    color: #ffa200;
	display: inline;
}

.inside-about .numlist li .tag {
    color: #383838
}

.inside-about .numlist li:hover .item {
    box-shadow: 0 0 .2rem rgba(10,73,147,0.1)
}

@media (max-width: 1024px) {
    .inside-about {
        padding:40px 0
    }

    .inside-about .title {
        padding-right: 0;
        font-size: 24px;
        line-height: 30px
    }

    .inside-about .text {
        padding-top: 30px;
        line-height: 26px
    }

    .inside-about .text .t1 {
        font-size: 24px;
        line-height: 30px
    }

    .inside-about .text .t2 img {
        float: none;
        margin-right: 0;
        display: block;
        margin-bottom: 30px
    }

    .inside-about .numlist {
        padding: 30px 0
    }

    .inside-about .numlist ul {
        margin: 0 -5px
    }

    .inside-about .numlist li {
        width: 33.333%;
        padding: 5px
    }
}

@media (max-width: 580px) {
    .inside-about .numlist li {
        width:50%
    }

    .inside-about .numlist li .item {
        padding: 15px
    }

    .inside-about .numlist li .tag {
        line-height: 20px
    }

    .inside-about .numlist li:last-child {
        width: 100%
    }
}

.inside-about-2 .pic img {
    width: auto;
    height: auto;
    width: 100%
}

.inside-about-2 .swiper-button-prev,.inside-about-2 .swiper-button-next {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: rgba(0,0,0,0.22);
    border: solid 1px rgba(255,255,255,0.7)
}

.inside-about-2 .swiper-button-prev:after,.inside-about-2 .swiper-button-next:after {
    color: #fff;
    font-size: .2rem;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-about-2 .swiper-button-prev:hover,.inside-about-2 .swiper-button-next:hover {
    background: #ffa200;
    border-color: #ffa200
}

.inside-about-2 .swiper-button-prev:hover:after,.inside-about-2 .swiper-button-next:hover:after {
    font-size: .16rem
}

.inside-about-2 .swiper-button-prev {
    left: 1.7rem
}

.inside-about-2 .swiper-button-next {
    right: 1.7rem
}

@media (max-width: 1024px) {
    .inside-about-2 .swiper-button-prev {
        left:50px
    }

    .inside-about-2 .swiper-button-next {
        right: 50px
    }
}

.inside-about-3 {
    color: #4e555e;
    padding: .9rem 0
}

.inside-about-3 .tit {
    color: #ffa200;
    font-size: .46rem;
    line-height: .6rem
}

.inside-about-3 .text {
    line-height: .34rem
}

.inside-about-3 .text p {
    padding-top: .2rem
}

.inside-about-3 .contact {
    color: #4e555e;
    margin-top: .7rem;
    padding: .6rem;
    box-shadow: 0 0 1.5rem #e6f1fe inset;
	box-shadow: 0 0 1.5rem #ffa20029 inset;
}

.inside-about-3 .contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inside-about-3 .contact li {
    width: 25%
}

.inside-about-3 .contact li h3 {
    padding-bottom: .1rem;
    font-size: .18rem
}

.inside-about-3 .contact li p {
    margin-top: .1rem
}

.inside-about-3 .contact li .t1 {
    padding-left: .25rem;
    position: relative
}

.inside-about-3 .contact li .t1 img {
    top: .03rem;
    left: 0;
    position: absolute;
    max-height: .21rem
}

.inside-about-3 .contact li:nth-child(2n) {
    width: 50%;
    padding-left: .5rem;
    padding-right: 1.5rem
}

@media (max-width: 1024px) {
    .inside-about-3 .tit {
        font-size:24px;
        line-height: 30px
    }

    .inside-about-3 .text {
        line-height: 26px
    }

    .inside-about-3 .contact li {
        padding: 0 !important;
        width: 100% !important;
        margin-top: 30px
    }

    .inside-about-3 .contact li .t1 {
        padding-left: 25px
    }

    .inside-about-3 .contact li .t1 img {
        top: 1px;
        max-height: 20px
    }

    .inside-about-3 .contact li h3 {
        font-size: 18px
    }

    .inside-about-3 .contact li p {
        margin-top: 10px
    }

    .inside-about-3 .contact li:first-child {
        margin-top: 0
    }
}

.inside-about .text .t2 .img {
    width: 30%;
    float: left;
}

.inside-about .text .t2 .txt {
    width: 70%;
    float: right;
    text-align: justify;
}

.inside-events{
	padding: .6rem 0;
    line-height: .3rem;
    font-size: .2rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.inside-events .container{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inside-events .left{
	width: 52%;
    color: #1d3654;
    padding-top: .15rem;
    line-height: .32rem;
}
.inside-events .left .tit{
	line-height: .6rem;
    color: #ffa200;
    font-size: .46rem;
    font-family: "myfont" !important;
}
.inside-events .left .txt{
	padding-top: .2rem;
    /* text-align: justify; */
}
.inside-events .left .txt p{
	padding-top: .6rem;
}
.inside-events .right{
	width: 42.3%;
}
.inside-events .right img{
	width: auto;
    height: auto;
}
.inside-menu-6 li{
	width:16.666667%;
}

.inside-buyer {
    color: #1d3654;
    padding: .7rem 0 0 0
}

.inside-buyer .inside-title {
    color: #ffa200;
    text-align: left;
    font-family: "myfont" !important;
	font-size: .46rem;
    line-height: .6rem;
}

.inside-buyer .text {
    color: #1d3654;
    text-align: justify;
    line-height: .32rem;
    padding-top: .4rem
}

@media (max-width: 1024px) {
    .inside-buyer .text {
        line-height:26px
    }
}

.inside-buyer .tabnav {
    top: .5rem;
    left: 0;
    width: 100%;
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    margin-top: .7rem
}

.inside-buyer .tabnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inside-buyer .tabnav li {
    width: 16.6666%;
    color: #1d3654;
    cursor: pointer;
    position: relative;
    font-size: .22rem;
    text-align: center;
    background: #f2f2f2;
    line-height: .6rem;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff
}

.inside-buyer .tabnav li a {
    color: #1d3654;
    width: 100%;
    display: block
}

.inside-buyer .tabnav .cur {
    background: #ffa200
}

.inside-buyer .tabnav .cur a {
    color: #fff
}

.inside-buyer .buyer-1 {
    padding-top: .7rem;
    position: relative
}

.inside-buyer .buyer-1 .item {
    padding-top: .3rem;
    text-align: justify;
}

.inside-buyer .buyer-2 {
    position: relative;
    padding-top: 1rem
}

.inside-buyer .buyer-2 .button{
	text-align:left;
}

.inside-buyer .buyer-2 .button a{
	color:#fff;
}


.inside-buyer .buyer-2 .f32 {
    color: #ffa200;
    font-size: .32rem;
    padding-top: .15rem
}

.inside-buyer .buyer-2 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .6rem
}

.inside-buyer .buyer-2 .left {
    width: 57%;
    padding: .3rem .4rem;
    text-align: justify;
    border-radius: .15rem;
    background: #f6f7f9
}

.inside-buyer .buyer-2 .left li {
    padding: .18rem;
    border-top: solid 1px #e6e6e7;
    position: relative
}

.inside-buyer .buyer-2 .left li:before {
    top: .28rem;
    left: 0;
    content: "";
    position: absolute;
    width: .06rem;
    height: .06rem;
    background: #1d3654;
    border-radius: 50%
}

.inside-buyer .buyer-2 .left li:first-child {
    border-top: 0
}

.inside-buyer .buyer-2 .right {
    width: 40%
}

.inside-buyer .buyer-2 .right img {
    width: auto;
    height: auto
}

.inside-buyer .buyer-3 {
    position: relative;
    padding-top: 1.3rem
}

.inside-buyer .buyer-3 .title {
    border: 0;
    color: #ffa200;
    font-size: .46rem;
    line-height: .6rem;
    font-family: "myfont" !important;
    margin-bottom: .5rem;
    border-top: solid 1px #dfdfdf
}

.inside-buyer .buyer-3 .title legend {
    text-align: left;
    min-width: 3.3rem
}

.inside-buyer .buyer-3 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inside-buyer .buyer-3 .left {
    width: 50%
}

.inside-buyer .buyer-3 .left .item {
    padding-top: .1rem;
    text-align: justify;
    padding-bottom: .4rem
}

.inside-buyer .buyer-3 .left .t1 {
    color: #ffa200;
    font-size: .32rem
}

.inside-buyer .buyer-3 .left .t2 {
    padding-top: .1rem
}

.inside-buyer .buyer-3 .left .t3 {
    font-size: .18rem;
    margin-top: .2rem;
    padding-left: .4rem;
    position: relative
}

.inside-buyer .buyer-3 .left .t3 img {
    left: 0;
    top: .03rem;
    position: absolute;
    max-width: .27rem
}
.inside-buyer .buyer-3 .left .button{
	text-align: left;
}
.inside-buyer .buyer-3 .left .button a{
    color: #fff;
}

.inside-buyer .buyer-3 .right {
    width: 43%
}

.inside-buyer .buyer-3 .right img {
    width: auto;
    height: auto
}

.inside-buyer .buyer-4 {
    padding-bottom: .8rem;
    padding-top: .8rem
}

.inside-buyer .buyer-4 .title legend {
    background: -webkit-linear-gradient(left, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff)
}

.inside-buyer .buyer-4 .t1 {
    line-height: .44rem;
    padding-left: .6rem;
    margin-bottom: .2rem;
    position: relative
}

.inside-buyer .buyer-4 .t1 img {
    top: 0;
    left: 0;
    max-height: .44rem;
    border-radius: 50%;
    position: absolute;
    background: #f7f2e1
}

.inside-buyer .buyer-4 .t1 a {
    color: #1d3654
}

.inside-buyer .buyer-4 .t2 {
    line-height: .28rem
}

.inside-buyer .buyer-4 .bt {
    padding-bottom: .3rem;
    font-family: "myfont" !important;
}

.inside-buyer .buyer-4 .f20 {
    font-size: .2rem
}

@media (max-width: 1024px) {
    .inside-buyer {
        margin-top:60px
    }

    .inside-buyer .tabnav {
        top: auto;
        left: auto;
        position: relative
    }

    .inside-buyer .tabnav li {
        width: 33.33%;
        margin-bottom: 2px;
        font-size: 14px
    }

    .inside-buyer .buyer-2 .list {
        display: block
    }

    .inside-buyer .buyer-2 .left,.inside-buyer .buyer-2 .right {
        width: 100%
    }

    .inside-buyer .buyer-2 .right {
        margin-top: 30px
    }

    .inside-buyer .buyer-2 .f32 {
        font-size: 18px
    }

    .inside-buyer .buyer-3 {
        padding-top: 50px
    }

    .inside-buyer .buyer-3 .list {
        display: block
    }

    .inside-buyer .buyer-3 .left,.inside-buyer .buyer-3 .right {
        width: 100%
    }

    .inside-buyer .buyer-3 .right {
        margin-top: 0
    }
}

@media (max-width: 520px) {
    .inside-buyer .tabnav li {
        width:50%
    }
}

.inside-qaq {
    color: #1d3654;
    padding: 1rem 0;
    position: relative;
    background: -webkit-linear-gradient(left, #f2f8ff, #fdfeff, #f2f8ff);
    background: linear-gradient(to right, #f2f8ff, #fdfeff, #f2f8ff)
}

.inside-qaq .title {
    border: 0;
    color: #ffa200;
    font-size: .46rem;
    line-height: .6rem;
    font-family: "myfont" !important;
    border-top: solid 1px #dfdfdf
}

.inside-qaq .title legend {
    text-align: left;
    min-width: 3.3rem
}

.inside-qaq .list {
    border-bottom: solid 1px #e8e9ec
}

.inside-qaq .tit:first-child {
    border-top: 0
}

.inside-qaq .tit {
    border-top: solid 1px #e8e9ec;
    padding: .3rem 0;
    cursor: pointer;
    font-weight: 700;
    position: relative
}

.inside-qaq .tit:after {
    content: "+";
    top: .22rem;
    font-weight: 700;
    font-size: .33rem;
    right: .4rem;
    position: absolute;
    color: #ffa200
}

.inside-qaq .txt {
    display: none;
    padding-bottom: .3rem
}

.inside-qaq .wen,.inside-qaq .da {
    padding-left: .6rem;
    position: relative
}

.inside-qaq .wen span,.inside-qaq .da span {
    font-size: .16rem;
    top: .1rem;
    left: .22rem;
    color: #fff;
    width: .24rem;
    height: .24rem;
    border-radius: 50%;
    text-align: center;
    line-height: .24rem;
    background: #ffa200;
    position: absolute
}

.inside-qaq .wen {
    cursor: pointer;
    padding: .1rem .6rem
}

.inside-qaq .da {
    color: #537096;
    display: none;
    padding: 0 .6rem;
    padding-bottom: .3rem;
    background: #ecf3fc;
    font-size: .14rem
}

.inside-qaq .da span {
    top: 0
}

.inside-qaq .active:after {
    content: "-";
    font-size: .4rem
}

.inside-qaq .cur {
    padding-top: .3rem;
    padding-bottom: .2rem;
    background: #ecf3fc
}

.inside-qaq .cur span {
    top: .3rem
}

@media (max-width: 1024px) {
    .inside-qaq .tit {
        padding-right:30px
    }

    .inside-qaq .tit:after {
        right: 10px
    }

    .inside-qaq .wen,.inside-qaq .da {
        padding-left: 50px;
        padding-right: 20px
    }

    .inside-qaq .wen span,.inside-qaq .da span {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        top: 6px
    }

    .inside-qaq .da {
        font-size: 14px
    }

    .inside-qaq .cur span {
        top: 20px
    }
}
.inside-current2{
	height: 0.6rem;
    line-height: 0.6rem;
    color: #000;
    position: relative;
    margin-top: 0.5rem;
}
.inside-current2 a{
    color: #000;
}
.inside-current2 a:hover{
	color: #ffa200;
}
.inside-menu2{
	margin-bottom: 0.5rem;
}
.inside-menu2 .container{
	max-width: 15.8rem;
}
.inside-menu2 ul{
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inside-menu2 li{
	width: 20%;
    color: #1d3654;
    cursor: pointer;
    position: relative;
    font-size: .22rem;
    text-align: center;
    background: #f2f2f2;
    line-height: .6rem;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
.inside-menu2 li a{
	color: #1d3654;
    width: 100%;
    display: block;
}
.inside-menu2 li.cur{
	background: #ffa200;
}
.inside-menu2 li.cur a{
	color: #fff;
}
.inside-hzmt .scoll-yeal-box{
	margin: 0 auto;
	margin-top: 40px;
    margin-bottom: 40px;
	border-bottom: solid 6px #f7a31d;
    max-width: 15.8rem;
}
.inside-hzmt .scoll-yeal span{
	height: 50px;
    width: 166px;
    margin-right: 2px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    background: #e7e7e7;
    display: block;
	color: #000;
    background: #e7e7e7;
}
.inside-hzmt .scoll-yeal span.cur{
	color: #fff;
    background: #ffa200;
}
.inside-hzmt .tabbox2 .tabcot ul{
	flex-wrap: wrap;
    display: flex;
}
.inside-hzmt .tabbox2 .tabcot li{
	width:16.66%;
	padding: 0.05rem;
}
.inside-hzmt .tabbox2 .tabcot .pic{
	position: relative;
	background:#fff;
}
.inside-hzmt .tabbox2 .tabcot .pic:after{
	content: "";
    display: block;
    padding-bottom: 50%;
}
.inside-hzmt .tabbox2 .tabcot .pic img{
	background:#fff;
	/* width: 100%; */
}
.inside-news-list-2 .nr{
	display: flex;
}
.inside-news-list-2 .news-left{
	width:10%;
	padding-top: 0.4rem;
}
.inside-news-list-2 .news-left .list1{
	margin-bottom:20px;
}
.inside-news-list-2 .news-left .list1 a{
	font-size:0.18rem;
	color:#fff;
	margin-bottom:10px;
	display:block;
	background: #ffa200;
	padding: 5px 10px;
	position: relative;
}
.inside-news-list-2 .news-left .list1 a:before{
	content: "";
    position: absolute;
    width: 1rem;
    height: 100%;
    top: 0;
    left: -1rem;
    opacity: 0.5;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
.inside-news-list-2 .news-left .list1>a:hover:before{
	transform: scale(1.05);
    animation: shine 1.5s ease-out infinite;
}
.inside-news-list-2 .news-left .list2{
	margin-bottom:5px;
}
.inside-news-list-2 .news-left .list2 a{
	font-size:0.14rem;
	color:#000;
	margin-bottom:10px;
	background: none;
	border-bottom: 1px #ffa200 solid;
}
.inside-news-list-2 .news-left .list2>a.active,.inside-news-list-2 .news-left .list2>a:hover{
	font-weight:bold;
	color:#ffa200;
}
.inside-news-list-2 .news-right{
	width:90%;
	padding-left:20px;
}
.inside-news-list-2 li .text{
	padding-top: 0.1rem;
}

.index-numlist{
	margin-top: 0;
}
.index-aboutbox .fp-flex{
	
}
.index-zhanhui .index-title{
	padding-top: 0;
}
.index-zhanhui .fp-flex{
	height: 80vh;
}
.index-product .index-title{
	margin-top: 0;
}
.index-product .fp-flex{
	height: 60vh;
}
.index-partner .index-title{
	padding-top:0.4rem
}
.index-partner .fp-flex{
	height: 90vh;
}
.index-vsitor .index-title{
	padding-top:0;
}
.index-vsitor .fp-flex{
	/* height: 74vh; */
}
.index-concurent .index-title{
	padding-top:0.4rem;
}
.index-concurent .fp-flex{
	height: 90vh;
}
.index-news .index-title {
    padding-top: 0.4rem;
}
.index-news .fp-flex{
	height: 90vh;
}

.floating {
	right: 0;
	bottom: 120px;
	z-index: 99;
	position: fixed;
	display:none;
}

.floating li {
	height: 40px;
	width: 230px;
	right: -150px;
	line-height: 38px;
	margin-bottom: 12px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	position: relative;
	color: #fff;
}

.floating li a {
	display: block
}

.floating li:before {
	content: "";
	height: 40px;
	width: 100%;
	right: -40px;
	top: 0;
	z-index: -1;
	border-radius: 5px;
	position: absolute;
	/*-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);*/
	background: linear-gradient(to right, #ffa200, #eb200e);
}

/*.floating li:after {
	content: "";
	height: 40px;
	width: 100%;
	right: -15px;
	top: 0;
	z-index: -2;
	border-radius: 5px;
	position: absolute;
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	background: #f7a31d
}*/

.floating li a {
	color: #fff;
	display: block;
	padding-left: 50px
}

.floating li span {
	opacity: 0;
	-webkit-transition: all 0s ease-in;
	transition: all 0s ease-in
}

.floating li img {
	margin: 6px 10px 0 0
}

.floating li:hover {
	right: 0
}

.floating li:hover span {
	opacity: 1
}

.floating li .hover {
	display:none;
}
.floating li.ewm:hover .hover{
	display:block;
}

@media (max-width:1279px) {
	.floating {
		display: none
	}
}

.index-visit{
	color: #fff;
    padding: .7rem 0;
    height: 9.4rem;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.index-visit .container{
	max-width: 19.2rem;
}
.index-visit .fp-flex{
	height: 80vh;
}
.index-visit .index-title {
    color: #fff;
}
.index-visit .list{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: .6rem;
    padding-right: 1.8rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.index-visit .tabbox{
	width: 55%;
    overflow: hidden;
}
.index-visit .tabcot{
	border-top-left-radius: .15rem;
    border-bottom-right-radius: .15rem;
    display: none;
}
.index-visit .tabcot.show {
    display: block;
}
.index-visit .tabbox .pic {
    border-top-left-radius: .15rem;
    border-bottom-right-radius: .15rem;
    position: relative;
}
.index-visit .tabbox .pic img {
    width: auto;
    height: auto;
    border-top-left-radius: .15rem;
    border-bottom-right-radius: .15rem;
}
.index-visit .tablist {
    width: 42%;
}
.index-visit .tablist li {
    padding-top: .15rem;
    padding-bottom: .15rem;
    padding-left: .25rem;
    padding-right: .1rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.index-visit .tablist .cur {
    cursor: pointer;
    border-radius: .1rem;
    background: #fff;
}
.index-visit .tablist li .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.index-visit .tablist li .icon {
    width: .71rem;
    position: relative;
    display: inline-block;
}
.index-visit .tablist li .icon img {
    width: auto;
    height: auto;
    max-height: .71rem;
}
.index-visit .tablist .cur .ic1 {
    opacity: 0;
}
.index-visit .tablist li .ic2{
	top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
}
.index-visit .tablist .cur .ic2 {
    opacity: 1;
}
.index-visit .tablist li .tit {
    font-size: .28rem;
    padding-left: .3rem;
}
.index-visit .tablist .cur .tit {
    color: #3a3f44;
    font-size: .28rem;
}
.index-visit .tablist li .tag {
    display: none;
    height: auto;
    color: #364756;
    overflow: hidden;
}
.index-visit .tablist .cur .tag {
    display: block;
}
.topbox .tigs a{
	font-weight: 700;
    font-size: .16rem;
    padding: 0 .2rem;
    line-height: .4rem;
    border-radius: .3rem;
    color: #ffa200;
    display: inline-block;
    background: #ffa20030;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
}
.topbox .tigs img{
	width: auto;
    height: auto;
    margin-bottom: .03rem;
    vertical-align: middle;
    margin-left: .1rem;
    max-height: .21rem;
}
.header .button a{
	color: #ffa200;
    padding: 0 .3rem;
    font-weight: normal;
    background: #fff;
}
#searchPopup{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 9999;
}
#searchPopup .searchBox{
	color: #fff;
    padding-right: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 1.3rem;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
#searchPopup .searchBox.fadeIn{
	top: 1.8rem;
    opacity: 1;
    z-index: 999;
}
#searchPopup .searchBox .container{
	width: 100%;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#searchPopup .searchBox input{
	border: 1px #fff solid;
    background: #fff;
    color: #333;
    width: 40%;
    padding: 0 .2rem;
    font-size: .16rem;
    height: .6rem;
    line-height: .58rem;
}
#searchPopup .searchBox .btn{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: .6rem;
    width: .6rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #ffa200;
    text-align: center;
    display: inline-block;
}
#searchPopup .searchBox .btn svg{
	width: .3rem;
    height: .3rem;
    margin: .15rem;
}
#searchPopup .searchBox .btn .cls-1{
	fill: #fff;
}
#searchPopup .searchBox .btn .cls-2{
	fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
#searchPopup .searchBox .close{
	display: none;
}



.font48 {
	color: #333;
	font-size: 48px;
	line-height: 48px;
	font-family: "poppins"!important;
}

.font36 {
	color: #333;
	font-size: 36px;
	line-height: 36px;
	font-family: "poppins"!important;
}

.font30 {
	color: #333;
	font-size: 30px;
	line-height: 30px;
	font-family: "poppins"!important;
}

.font24 {
	font-size: 24px;
	font-family: "poppins"!important;
}

.font20 {
	color: #333;
	font-size: 16px;
	font-family: "poppins"!important;
}

.font18 {
	color: #898988;
	font-size: 16px;
	font-family: "poppins"!important;
}

.font16 {
	font-size: 14px
}
@media (max-width:1700px) {
	.font20 {
		color: #333;
		font-size: 15px;
		font-family: "poppins"!important;
	}
}

@media (max-width:1440px) {
	.font48 {
		font-size: 24px;
		line-height: 30px
	}

	.font36 {
		font-size: 22px;
		line-height: 24px
	}

	.font30 {
		font-size: 20px;
		line-height: 24px
	}

	.font24 {
		font-size: 18px
	}

	.font20,.font18 {
		font-size: 16px
	}

	.font16 {
		font-size: 14px
	}
}



.inside-zwyd .item-2 .font16 {
	color: #333;
	line-height: 31px;
	margin-top: 15px;
	padding-left: 50px;
	position: relative;
	vertical-align: top
}

.inside-zwyd .item-2 .font16 img {
	top: 5px;
	left: 0;
	position: absolute
}

@media (max-width:1024px) {
	.inside-zwyd .item-2 .font16 {
		line-height: 24px
	}
}

.inside-zwyd .item-2 .red {
	color: #f00
}

@media (max-width:1024px) {
	.inside-zwyd .item-2 {
		margin-top: 40px
	}
}

.inside-zwyd .from {
	margin-top: 40px;
	border: solid 1px #b7b7b7
}

.inside-zwyd .from li {
	color: #333;
	font-size: 16px;
	position: relative;
	border-top: solid 1px #b7b7b7
}

.inside-zwyd .from li p {
	width: 50%;
	float: left;
	padding: 14px 25px;
	border-left: solid 1px #b7b7b7
}

.inside-zwyd .from li p:hover {
	background: #f8f8f8
}

.inside-zwyd .from li i {
	padding-right: 3px
}

.inside-zwyd .from li input,.inside-zwyd .from li textarea {
	border: 0;
	font-size: 16px;
	padding: 0 10px;
	background: none;
	vertical-align: middle;
	font-family: "poppins"!important;
}

.inside-zwyd .from li input {
	width: 70%;
	color: #000;
	background: none
}

.inside-zwyd .from li textarea {
	width: 60%;
	padding: 0 15px;
	color: #000;
	resize: none;
	min-height: 150px
}

.inside-zwyd .from li input[type="radio"] {
	width: auto;
	padding: 0;
}

.inside-zwyd .from li .bd {
	width: 100px;
	background: none;
	border-bottom: solid 1px #333
}

.inside-zwyd .from li .bd-2 {
	padding-left: 80px;
	display: inline-block
}

.inside-zwyd .from li p:first-child {
	border-left: 0
}

.inside-zwyd .from li:first-child {
	border-top: 0;
	background: #f3f3f3
}

@media (max-width:640px) {
	.inside-zwyd .from li {
		border: 0;
		font-size: 14px
	}

	.inside-zwyd .from li p {
		width: 100%;
		float: none;
		border-left: 0;
		padding: 10px;
		border-top: solid 1px #b7b7b7
	}

	.inside-zwyd .from li label {
		font-size: 14px
	}

	.inside-zwyd .from li input,.inside-zwyd .from li textarea {
		font-size: 14px
	}

	.inside-zwyd .from li input {
		width: 60%
	}

	.inside-zwyd .from li textarea {
		min-height: 100px
	}

	.inside-zwyd .from li:first-child {
		padding-bottom: 20px
	}

	.inside-zwyd .from li:first-child p {
		padding-bottom: 0;
		border-top: 0
	}
}

.inside-zwyd .btnbox {
	margin-top: 40px;
	text-align: center
}

.inside-zwyd .btnbox .submit {
	width: 180px;
	height: 50px;
	color: #fff;
	margin: 0 10px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	font-family: "poppins"!important;
    border: none;
	background: #ffa200
}

.inside-zwyd .btnbox .reset {
  width: 180px;
  height: 50px;
  color: #333;
  margin: 0 10px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  font-family: "poppins"!important;
  background: #ddd;
  border: none;
}

.inside-zwyd .btnbox .submit:hover {
	background: #fdaf26
}

@media (max-width:480px) {
	.inside-zwyd .btnbox .submit {
		width: 140px;
		height: 40px;
		margin: 0 5px;
		line-height: 40px
	}
}

.inside-xz {
    padding: .8rem 0;
}

.inside-xz li {
	height: 100px;
	margin-top: 10px;
	background: #f1f1f1;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 0 30px 0 35px
}

.inside-xz li a {
	display: block
}

.inside-xz li .icobox {
	float: left;
	margin-top: 22px;
	display: block;
	position: relative
}

.inside-xz li .txtbox {
	width: 70%;
	float: left;
	height: 100px;
	color: #333;
	line-height: 100px;
	overflow: hidden;
	padding-left: 50px
}

@media (max-width:1440px) {
	.inside-xz li .txtbox {
		padding-left: 20px
	}
}

.inside-xz li .dow {
	right: 0;
	top: 0;
	position: absolute;
	width: 187px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	-webkit-transition: all 500ms ease-in;
	transition: all 500ms ease-in
}

.inside-xz li .dow img {
	vertical-align: middle
}

.inside-xz li .do-1 {
	top: 0;
	left: 60px;
	position: absolute
}

.inside-xz li .do-2 {
	top: 0;
	left: 60px;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 400ms ease-in;
	transition: all 400ms ease-in
}

.inside-xz li:first-child {
	margin-top: 0
}

.inside-xz li:hover .dow {
	right: 0;
	background: url(../png/about-13.png) no-repeat center right
}

.inside-xz li:hover .do-2 {
	opacity: 1
}

@media (max-width:1024px) {
	.inside-xz {
		margin-top: 30px
	}

	.inside-xz li {
		height: 60px;
		line-height: 60px;
		padding: 0 15px
	}

	.inside-xz li .icobox {
		display: none
	}

	.inside-xz li .dow {
		width: 30px;
		right: 20px;
		height: 60px;
		line-height: 60px
	}

	.inside-xz li .do-1 {
		left: auto
	}

	.inside-xz li .txtbox {
		height: 60px;
		line-height: 60px;
		padding-left: 10px
	}

	.inside-xz li:hover .dow {
		background: none
	}

	.inside-xz li:hover .do-2 {
		opacity: 0
	}
	
	.index-visit .list{
		display: block;
		padding-right: 0;
	}
	.index-visit .tabbox,.index-visit .tablist{
		width: 100%;
	}
	
	.index-visit,.index-visit .fp-flex{
		height:auto;
	}

}


.shengm{
	padding:10px 0;
	font-size:16px;
}

.yuedu {
	font-size:16px;
}

.yuedu input[type="radio"]{
	margin-left:0px;
}

.inside-contact-2 .contact-message{
	width:50%;
}
.inside-contact-2 .contact-message ul{
	margin-top: 20px;
    border: solid 1px #b7b7b7;
	margin-bottom: 20px;
}
.inside-contact-2 .contact-message li{
	color: #333;
    font-size: 16px;
    position: relative;
    border-top: solid 1px #b7b7b7;
}
.inside-contact-2 .contact-message li:first-child{
	border-top: 0;
}
.inside-contact-2 .contact-message li p{
	width: 50%;
    float: left;
    padding: 14px 25px;
    border-left: solid 1px #b7b7b7;
}
.inside-contact-2 .contact-message li p:first-child{
	border-left: 0;
}
.inside-contact-2 .contact-message li label img{
	max-width: 20px;
}
.inside-contact-2 .contact-message li i{
	padding-right: 3px;
}
.inside-contact-2 .contact-message .red{
	color:#ff0000;
}
.inside-contact-2 .contact-message li input,
.inside-contact-2 .contact-message li textarea{
	border: 0;
    font-size: 16px;
    padding: 0 10px;
    background: none;
    vertical-align: middle;
}
.inside-contact-2 .contact-message li input{
	width: 65%;
    color: #000;
    background: none;
}
.inside-contact-2 .contact-message li textarea{
	width: 60%;
    padding: 0 15px;
    color: #000;
    resize: none;
    min-height: 150px;
	font-family: "poppins"!important;
}
.inside-contact-2 .contact-message .btnbox .submit{
	width: 180px;
    height: 50px;
    color: #fff;
    margin: 0 10px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-family: "poppins"!important;
    border: none;
    background: #ffa200;
}
.inside-contact-2 .contact-message .btnbox .reset{
	width: 180px;
    height: 50px;
    color: #333;
    margin: 0 10px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-family: "poppins"!important;
    background: #ddd;
    border: none;
}


.inside-about .dian-p{
	margin-left: 24px;
	padding-left: 30px;
}
.inside-about .dian-p2{
	margin-left: 24px;
}
.inside-about .dian-p3{
	padding-left: 30px;
}
.inside-about .dian-span{
	position: absolute;
    margin-left: -24px;
}

.inside-gyzh .dian-p{
	margin-left: 24px;
	padding-left: 30px;
}
.inside-gyzh .dian-p2{
	margin-left: 24px;
}
.inside-gyzh .dian-p3{
	padding-left: 30px;
}
.inside-gyzh .dian-span{
	position: absolute;
    margin-left: -24px;
}

.inside-buyer .inside-zwyd{
	padding-top:.7rem;
}

.inside-buyer .inside-zwyd .title {
    border: 0;
    color: #ffa200;
    font-size: .46rem;
    line-height: .6rem;
    font-family: "myfont" !important;
    margin-bottom: .5rem;
    border-top: solid 1px #dfdfdf
}

.inside-buyer .inside-zwyd .title legend {
    text-align: left;
    min-width: 3.3rem
}