* {
  box-sizing: border-box;
  outline: 0;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('/template/index/pc/fonts/Oswald-Bold.ttf');
  src: url('/template/index/pc/fonts/Oswald-Bold.eot');
  src: url('/template/index/pc/fonts/Oswald-Bold.woff');
  src: url('/template/index/pc/fonts/Oswald-Bold.woff2');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Roboto';
  src: url('/template/index/pc/fonts/Roboto-Regular_0.ttf');
  src: url('/template/index/pc/fonts/Roboto-Regular_0.eot');
  src: url('/template/index/pc/fonts/Roboto-Regular_0.otf');
  src: url('/template/index/pc/fonts/Roboto-Regular_0.woff');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'myfont';
  src: url('/template/index/pc/fonts/ALIMAMASHUHEITI-BOLD.eot');
  src: url('/template/index/pc/fonts/ALIMAMASHUHEITI-BOLD.otf');
  src: url('/template/index/pc/fonts/ALIMAMASHUHEITI-BOLD.TTF');
  src: url('/template/index/pc/fonts/ALIMAMASHUHEITI-BOLD.woff');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('/template/index/pc/fonts/POPPINS-REGULAR.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('/template/index/pc/fonts/Montserrat-SemiBold.otf');
  font-style: normal;
  font-display: swap;
}
*,
*: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: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #f39800;
}
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;
}
html {
  font-size: 100px;
}
@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;
}
/*æ¸…æ¥šæµ®åŠ¨*/
.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, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@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(100px, 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.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(180deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan2;
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
/* è½½å…¥æ•ˆæžœ */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
body {
  overflow-x: hidden;
  color: #666;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "å¾®è½¯é›…é»‘";
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
::-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 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    padding: 0 80px;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.container-2 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container-2 {
    padding: 0 80px;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .container-2 {
    max-width: 640px!important;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .container-2 {
    width: 100%;
  }
}
.dw {
  top: -1rem;
  z-index: -1;
  position: absolute;
}
.button {
  color: #fff;
  border-radius: 0.3rem;
  display: inline-block;
  height: 0.54rem;
  line-height: 0.54rem;
  min-width: 1.8rem;
  background: #f39800;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.button a {
  z-index: 2;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 0.3rem;
}
.button i {
  top: 0.2rem;
  right: 0.3rem;
  position: absolute;
  display: inline-block;
  font-style: normal;
}
.button i img {
  max-height: 0.15rem;
}
.button span {
  float: right;
  display: inline-block;
}
.button:hover::before {
  transform: scale(1.05);
}
.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}
.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.circle {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  text-align: center;
  line-height: 0.7rem;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  display: inline-block;
  text-align: center;
  z-index: 5;
  position: relative;
  border-radius: 0.02rem;
  border-left: solid 0.12rem #0862bb;
  border-top: solid 0.08rem transparent;
  border-bottom: solid 0.08rem 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: linear-gradient(to right, #ffffff, #ffffff);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
.navPhoneBtn {
  margin-top: 0px;
  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 {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .fp-flex {
    height: auto;
    display: block;
  }
}
.header-search {
  margin-left: 0.2rem;
}
.header-search a {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.32rem;
  border: solid 1px rgba(255, 255, 255, 0.48);
}
.header-search img {
  vertical-align: middle;
  max-height: 0.21rem;
}
.header-search em {
  font-style: normal;
}
.header-search .img2 {
  display: none;
}
.header .header-search .search {
  z-index: 99;
  position: relative;
}
.header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}
.header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}
.header-search .search .search-main {
  top: 0px;
  right: -20px;
  z-index: 9;
  width: 340px;
  display: none;
  padding: 20px;
  position: absolute;
}
@media (max-width: 640px) {
  .header-search .search .search-main {
    right: -140px;
    width: 280px;
  }
}
.header-search .search-container {
  background-color: #fff;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  height: 42px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header-search .search-container .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 42px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  -webkit-appearance: none;
  background-color: #ffffff;
}
.header-search .search-container .btn {
  top: 0;
  right: 0;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: #f39800;
}
.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
.header {
  z-index: 99;
  width: 100%;
  position: absolute;
  transition: all 500ms ease;
}
.header .container {
  display: flex;
  align-items: center;
  height: 1rem;
  justify-content: space-between;
}
.header .logo {
  width: 30%;
  margin-top: 0.15rem;
  position: relative;
  display: inline-block;
}
.header .logo img {
  max-height: 0.41rem;
  transition: all 500ms ease;
}
.header .logo em {
  font-style: normal;
}
.header .logo .img2 {
  display: none;
}
.header .nav {
  width: 90%;
  padding-right: 1.8rem;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
}
.header .nav li {
  font-size: 0.18rem;
  font-weight: lighter;
  line-height: 1rem;
  position: relative;
}
.header .nav li a {
  color: #fff;
  display: block;
  position: relative;
}
.header .nav li .subnav {
  left: 50%;
  display: none;
  text-align: center;
  width: 1.5rem;
  top: 1rem;
  position: absolute;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.1rem;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
}
.header .nav li .subnav a {
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.05rem;
}
.header .nav li .subnav a:hover {
  color: #089bed;
  font-weight: bold;
}
.header .nav li:hover > a,
.header .nav .active > a {
  color: #00baf9;
}
.header .info {
  right: 0.5rem;
  position: absolute;
}
.header .tel {
  color: #fff;
  display: inline-block;
  padding: 0 0.15rem;
  height: 0.44rem;
  border-radius: 0.3rem;
  line-height: 0.44rem;
  background: #f39800;
}
.header .tel img {
  max-height: 0.4rem;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    width: 100%;
    height: 60px;
    background: #333!important;
    position: fixed!important;
    font-size: 14px;
  }
  .header .container {
    height: 60px;
    max-width: 640px;
  }
  .header .logo {
    padding-left: 0px;
  }
  .header .logo .img2 {
    display: none!important;
  }
  .header .logo .img1 {
    display: inline-block !important;
  }
  .header .nav {
    display: none;
  }
  .header .info {
    right: 20px;
    display: none;
  }
  .header .tel {
    display: none;
  }
  .header .header-search {
    display: none;
  }
}
.fixed,
.header-2 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255,255,255,0.7);
}
.fixed .logo .img1,
.header-2 .logo .img1,
.fixed .header-search .img1,
.header-2 .header-search .img1 {
  display: none;
}
.fixed .logo .img2,
.header-2 .logo .img2,
.fixed .header-search .img2,
.header-2 .header-search .img2 {
  display: inline-block;
}
.fixed .header-search a,
.header-2 .header-search a {
  border: solid 1px #ebebeb;
}
.fixed .nav li a,
.header-2 .nav li a {
  color: #333;
}
.header-2 {
  top: auto;
  left: auto;
  position: relative;
}
.fixed {
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.banner .textbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  transform: translateY(-50%);
  position: absolute;
}
.banner .textbox-3 {
  transform: translateY(-55%);
}
.banner .textbox-2 {
  top: 1.8rem;
  transform: translate(0);
}
.banner .container {
  display: flex;
  align-items: center;
}
.banner .lefttext {
  width: 50%;
  text-align: left;
}
.banner .lefttext-2 {
  width: 27%;
  text-align: left;
  position: relative;
  margin-top: -0.4rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: justify;
}
.banner .lefttext-2 .button {
  text-align: center;
  margin-top: 0.6rem;
}
.banner .lefttext-2 .button a {
  padding-left: 0;
}
.banner .lefttext-3 {
  width: 100%;
  text-align: center;
  font-family: "myfont";
}
.banner .t1 {
  font-family: "myfont";
  font-size: 0.24rem;
  line-height: 0.3rem;
  opacity: 0.8;
}
.banner .t2 {
  line-height: 0.8rem;
  font-size: 0.52rem;
  font-family: "myfont";
  color: #f39800;
  margin-top: 0.4rem;
  text-stroke: 2px rgba(255, 255, 255, 0.8);
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.8);
}
.banner .t2 span {
  display: block;
  font-size: 0.62rem;
}
.banner .t3 {
  font-weight: 700;
  font-size: 0.42rem;
  line-height: 0.52rem;
  padding-bottom: 0.4rem;
}
.banner .t5 {
  font-size: 0.88rem;
  line-height: 1rem;
}
.banner .t5 span {
  vertical-align: middle;
  height: 0.15rem;
  width: 0.15rem;
  display: inline-block;
  background-color: #fff;
  margin: 0 0.4rem;
}
.banner .t6 {
  font-size: 0.56rem;
  line-height: 0.7rem;
  padding-top: 0.7rem;
}
.banner .t7 {
  font-family: "å¾®è½¯é›…é»‘";
  font-weight: 700;
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.banner .t7 span {
  padding-left: 0.6rem;
}
.banner .t8 {
  margin-top: 0.15rem;
}
.banner .t8 img {
  max-height: 1.01rem;
}
.banner .t9 {
  font-size: 0.42rem;
  line-height: 0.5rem;
  text-shadow: 0 0 1px #000;
  margin-top: 0.1rem;
}
.banner .picbox {
  width: 47%;
  position: relative;
  margin-top: 1.5rem;
}
.banner .proimg {
  top: 51%;
  left: 50%;
  width: 4.32rem;
  height: 4.32rem;
  border-radius: 50%;
  position: absolute;
  border: solid 3px #3065a3;
  transform: translate(-50%, -50%);
}
.banner .proimg img {
  border-radius: 50%;
  max-height: 4.28rem;
}
.banner .swiper-slide-active .arrow img {
  animation: scrollArrow 3s ease-in-out infinite;
}
.banner .swiper-slide-active .t1 {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-slide-active .t2 {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-slide-active .t3 {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-slide-active .t4 {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-slide-active .t5 {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-slide-active .t6 {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-slide-active .t7 {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-slide-active .t8 {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-slide-active .t9 {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-slide-active .button {
  animation: titFadeup1 1s ease-in-out;
}
.banner .swiper-pagination {
  width: 100%;
  opacity: 1;
  text-align: center;
  bottom: 0.3rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  font-size: 0;
  background: #fff;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.05rem;
}
.banner .swiper-pagination-bullet-active {
  width: 0.24rem;
  border-radius: 0.1rem;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  transition: all 700ms ease;
  color: rgba(255, 255, 255, 0.3);
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  color: #ffffff;
}
.banner .swiper-button-prev {
  left: 0.5rem;
}
.banner .swiper-button-next {
  right: 0.5rem;
}
.banner .wavas {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 55%;
  bottom: 0rem;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .textbox {
    top: 40px;
    text-align: center;
    transform: translateY(0%);
  }
  .banner .textbox-4 {
    top: 50%;
    transform: translateY(-50%);
  }
  .banner .pc {
    display: none!important;
  }
  .banner .ph {
    display: block!important;
  }
  .banner .picbox {
    display: none;
  }
  .banner .lefttext,
  .banner .lefttext-2 {
    width: 100%;
    padding: 0 ;
    text-align: center;
  }
  .banner .lefttext .button,
  .banner .lefttext-2 .button {
    margin-top: 20px;
  }
  .banner .lefttext-2 {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .banner .t2 {
    margin-top: 15px;
  }
  .banner .t3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .banner .t5 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner .t5 span {
    margin: 0 10px;
  }
  .banner .t5 {
    font-size: 26px;
  }
  .banner .t6 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px;
  }
  .banner .t7 {
    font-size: 18px;
  }
  .banner .t7 span {
    padding-left: 20px;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
  .banner .swiper-pagination {
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .banner .pc {
    height: 300px;
  }
  .banner .t1 {
    font-size: 15px;
  }
  .banner .t2 {
    font-size: 20px;
    line-height: 30px;
    text-stroke: 1px rgba(255, 255, 255, 0.8);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
  }
  .banner .t2 span {
    font-size: 30px;
  }
  .banner .t9 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
.banner {
  overflow: hidden;
  width: 100%;
  height: 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 img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  height: 100vh;
  /* object-fit: cover; */
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .btnDiv {
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0.6rem;
  color: #fff;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
.banner .btnDiv .container {
  position: relative;
}
.banner .btnDiv ul {
  width: 100%;
  display: flex;
  list-style: none;
}
.banner .btnDiv ul li .box {
  display: flex;
  align-items: center;
  height: 1.8rem;
  border-bottom: solid 0.04rem #1996dd;
  background: rgba(255, 255, 255, 0.2);
  justify-content: center;
  transition: background-color 500ms ease;
}
.banner .btnDiv ul li .icon {
  max-width: 0.71rem;
  margin: 0 auto;
}
.banner .btnDiv ul li .icon img {
  max-height: 0.71rem;
}
.banner .btnDiv ul li .tit {
  color: #fff;
  font-size: 0.24rem;
}
.banner .btnDiv ul li:nth-child(1),
.banner .btnDiv ul li:nth-child(2),
.banner .btnDiv ul li:nth-child(6) {
  width: 1%;
}
.banner .btnDiv ul li:nth-child(3),
.banner .btnDiv ul li:nth-child(4),
.banner .btnDiv ul li:nth-child(5) {
  width: 32%;
}
.banner .btnDiv ul .active .box {
  background-color: #1996dd;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .btnDiv {
    display: none!important;
  }
}
.fp-viewing-section3,
.fp-viewing-section5,
.fp-viewing-section6 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.fp-viewing-section3 .logo .img1,
.fp-viewing-section5 .logo .img1,
.fp-viewing-section6 .logo .img1,
.fp-viewing-section3 .header-search .img1,
.fp-viewing-section5 .header-search .img1,
.fp-viewing-section6 .header-search .img1 {
  display: none;
}
.fp-viewing-section3 .logo .img2,
.fp-viewing-section5 .logo .img2,
.fp-viewing-section6 .logo .img2,
.fp-viewing-section3 .header-search .img2,
.fp-viewing-section5 .header-search .img2,
.fp-viewing-section8 .header-search .img2 {
  display: inline-block;
}
.fp-viewing-section3 .header-search a,
.fp-viewing-section5 .header-search a,
.fp-viewing-section8 .header-search a {
  border: solid 1px #ebebeb;
}
.fp-viewing-section3 .nav li a,
.fp-viewing-section5 .nav li a,
.fp-viewing-section8 .nav li a {
  color: #333;
}
.index-title {
  text-align: center;
}
.index-title .tit {
  z-index: 3;
  position: relative;
  color: #292929;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.5rem;
}
.index-title .tit span {
  /* font-weight: lighter; */
}
.index-title .txt {
  margin-top: -0.7rem;
  color: #ebebeb;
  font-weight: 700;
  font-size: 0.82rem;
  line-height: 0.9rem;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 640px) {
  .index-title .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title .txt {
    font-size: 34px;
    line-height: 50px;
    margin-top: -0.6rem;
  }
}
.index-about {
  color: #fff;
  overflow: hidden;
  position: relative;
}
.index-about .list {
  display: flex;
  align-items: center;
  padding-top: 1.4rem;
  justify-content: space-between;
}
.index-about .title {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.5rem;
  position: relative;
}
.index-about .title:after {
  bottom: 0;
  left: 0;
  content: "";
  height: 0.04rem;
  width: 0.98rem;
  position: absolute;
  background-color: #fff;
}
.index-about .en {
  top: 0;
  width: 220%;
  left: -1.5rem;
  position: absolute;
}
.index-about .en img {
  max-height: 1.76rem;
}
.index-about .leftbox {
  width: 44%;
  position: relative;
  text-align: justify;
}
.index-about .leftbox .text {
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-top: 0.3rem;
}
.index-about .leftbox .text p {
  text-indent: 0.4rem;
  padding-top: 0.15rem;
}
.index-about .leftbox .button {
  margin-top: 0.4rem;
	min-width: 1.5rem;
	 margin-right: 0.2rem;
}
.index-about .leftbox .button:last-child {
	margin-right: 0;
}
.index-about .rightbox {
  border-radius: 0.2rem;
  background: #fff;
  width: 49.8%;
}
.index-about .rightbox .pic {
  overflow: hidden;
  border-radius: 0.2rem;
  border: solid 0.02rem #dfdfdf;
}
.index-about .rightbox .pic img{
  width:100%;
}
.index-about .numlist {
  z-index: 3;
  position: relative;
  padding-top: 0.8rem;
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-about .numlist li {
  font-size: 0.18rem;
}
.index-about .numlist .t1 {
  line-height: 0.32rem;
}
.index-about .numlist .t1 img {
  max-height: 0.31rem;
  margin-right: 0.15rem;
}
.index-about .numlist .t2 {
  font-size: 0.2rem;
  margin-top: 0.1rem;
  line-height: 0.66rem;
}
.index-about .numlist .t2 .counter {
  font-size: 0.66rem;
  font-family: "Montserrat-SemiBold";
}
.index-about .numlist .t2 em,
.index-about .numlist .t2 i {
  vertical-align: top;
  display: inline-block;
  font-size: 0.66rem;
  font-style: normal;
}
.index-about .numlist .t2 em {
  font-family: "Montserrat-SemiBold";
}
.index-about .numlist .t2 i {
  font-size: 0.44rem;
  font-weight: 700;
}
.index-about .numlist .wz {
  display: inline-block;
  line-height: 0.2rem;
  padding: 0 0.1rem;
}
.index-about .swiper-container-horizontal > .swiper-pagination-bullets,
.index-about .swiper-pagination-custom,
.index-about .swiper-pagination-fraction {
  bottom: 20px;
}
.index-about .swiper-pagination-bullet {
  opacity: 1;
  font-size: 0;
  background: #fff;
  width: 0.09rem;
  height: 0.09rem;
  margin: 0 0.05rem;
  transition: all 335ms ease;
}
.index-about .swiper-pagination-bullet-active {
  width: 0.24rem;
  border-radius: 0.1rem;
}
.index-about .waves {
  opacity: 0.3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  position: absolute;
}
.index-about .waves img {
  width: 100%;
}
@media (max-width: 1024px) {
  .index-about {
    padding-bottom: 50px;
  }
  .index-about .list {
    display: block;
  }
  .index-about .leftbox,
  .index-about .rightbox {
    width: 100%;
  }
  .index-about .rightbox {
    margin-top: 30px;
  }
  .index-about .en {
    left: 0;
    width: 100%;
  }
  .index-about .leftbox .text {
    font-size: 14px;
    line-height: 24px;
  }
  .index-about .leftbox .text p {
    text-indent: 0;
  }
  .index-about .numlist {
    padding-top: 20px;
  }
  .index-about .numlist li {
    width: 50%;
    font-size: 14px;
    margin-top: 15px;
  }
  .index-about .numlist .t2 em,
  .index-about .numlist .t2 i {
    font-size: 14px;
  }
  .index-about .numlist .t2 .counter {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .index-about .numlist .t2 .counter {
    font-size: 20px;
  }
  .index-about .numlist {
    padding-top: 30px;
  }
  .index-about .numlist ul {
    justify-content: flex-start;
  }
  .index-about .numlist li {
    padding-top: 20px;
  }
  .index-about .numlist .t2 {
    margin-top: 0;
  }
}
.index-product .index-title {
  margin-top: 1.1rem;
}
.index-product .tabnav {
  padding-top: 0.3rem;
}
.index-product .tabnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index-product .tabnav li {
  padding: 0 0.15rem;
}
.index-product .tabnav li a {
  text-align: center;
  display: block;
  height: 0.6rem;
  line-height: 0.58rem;
  min-width: 2.3rem;
  border: solid 1px #d4d5d9;
  transition: all 500ms ease;
}
.index-product .tabnav li img {
  margin-right: 0.1rem;
  vertical-align: middle;
  max-height: 0.51rem;
  margin-bottom: 0.04rem;
}
.index-product .tabnav li:hover a,
.index-product .tabnav .cur a {
  color: #0399ed;
  border-color: #0399ed;
}
.index-product .tabbox {
  padding-top: 0.5rem;
}
.index-product .tabcot {
  display: none;
}
.index-product .tabcot .list {
  display: flex;
  justify-content: space-between;
}
.index-product .tabcot .left {
  width: 49%;
}
.index-product .tabcot .left .item {
  border-radius: 0.2rem;
  padding-top: 0.5rem;
  position: relative;
  text-align: center;
  height: 5.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-product .tabcot .left .tag {
  color: #fff;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 3;
  padding: 0 0.25rem;
  width: 1.46rem;
  height: 1.46rem;
  position: absolute;
  display: flex;
  font-weight: 700;
  font-size: 0.14rem;
  align-items: center;
  text-align: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-product .tabcot .left .pic {
  width: 100%;
  margin: 0 auto;
  max-width: 4rem;
  position: relative;
}
.index-product .tabcot .left .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-product .tabcot .left .pic img {
  transition: all 700ms ease;
}
.index-product .tabcot .left .tit {
  color: #000;
  padding: 0 0.15rem;
  margin-top: 0.2rem;
  font-size: 0.22rem;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .tabcot .left .txt {
  padding: 0 0.15rem;
  margin-top: 0.1rem;
  color: #252525;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .tabcot .left .item:hover .pic img {
  transform: scale(1.1);
}
.index-product .tabcot .left .item:hover .tit {
  color: #f39800;
}
.index-product .tabcot .right {
  width: 49%;
}
.index-product .tabcot .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.18rem;
}
.index-product .tabcot .right li {
  padding: 0 0.18rem;
  margin-bottom: 0.36rem;
  width: 50%;
}
.index-product .tabcot .right li .item {
  padding: 0.2rem;
  text-align: center;
  background: #f7f8fc;
  height: 2.73rem;
  position: relative;
}
.index-product .tabcot .right li .item:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 700ms ease;
  background: url(/template/index/pc/images/ipart01_right_hover.jpg) no-repeat top center;
  background-size: cover;
}
.index-product .tabcot .right li .item:before {
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  z-index: 4;
  height: 0.04rem;
  position: absolute;
  background: #f39800;
  transition: width 500ms ease;
}
.index-product .tabcot .right li .tag {
  top: 0.18rem;
  left: 0.18rem;
  z-index: 1;
  position: absolute;
}
.index-product .tabcot .right li .tag img {
  max-height: 0.48rem;
}
.index-product .tabcot .right li .pic {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-height: 3rem;
  position: relative;
}
.index-product .tabcot .right li .pic img {
  transition: all 700ms ease;
  transform-origin: top center;
}
.index-product .tabcot .right li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.index-product .tabcot .right li .tit {
  color: #000;
  margin-top: 0rem;
  font-size: 0.18rem;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .tabcot .right li .txt {
  color: #252525;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .tabcot .right li .tit,
.index-product .tabcot .right li .txt {
  z-index: 3;
  position: relative;
}
.index-product .tabcot .right li:hover .item:after {
  opacity: 1;
}
.index-product .tabcot .right li:hover .item:before {
  width: 100%;
}
.index-product .tabcot .right li:hover .pic img {
  transform: scale(1.1);
}
.index-product .tabcot .right li:hover .tit {
  color: #f39800;
}
.index-product .show {
  display: block;
  animation: fadeInUp2 1.5s ease-in-out;
}
@media (max-width: 1024px) {
  .index-product .tabnav li {
    padding: 5px;
    width: 50%;
  }
  .index-product .tabnav li a {
    padding-left: 10px;
    min-width: 100%;
    text-align: left;
  }
  .index-product .tabcot .list {
    display: block;
  }
  .index-product .tabcot .left {
    width: 100%;
  }
  .index-product .tabcot .left .item {
    height: auto;
    padding-bottom: 30px;
  }
  .index-product .tabcot .left .tit {
    margin-top: 20px;
  }
  .index-product .tabcot .left .tit,
  .index-product .tabcot .left .txt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .index-product .tabcot .left .txt {
    font-size: 14px;
    margin-top: 0;
  }
  .index-product .tabcot .right {
    width: 100%;
    margin-top: 40px;
  }
  .index-product .tabcot .right li .item {
    height: auto;
    min-height: 100%;
    padding-bottom: 30px;
  }
  .index-product .tabcot .right li .tag {
    left: 15px;
    top: 15px;
  }
  .index-product .tabcot .right li .tag img {
    max-height: 40px;
  }
  .index-product .tabcot .right li .tit {
    margin-top: 20px;
  }
  .index-product .tabcot .right li .tit,
  .index-product .tabcot .right li .txt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .index-product .tabcot .right li .txt {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .index-product .tabcot .right li {
    width: 100%;
  }
}
.hxln {
  overflow: hidden;
  background-color: #ccc;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100%;
  position: relative;
}
.hxln .bgs li {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hxln .container {
  position: relative;
}

.hxln .index-title{
	text-align:left;
	position:absolute;
	left:0;
	top:1.7rem;
}

.hxln .index-title2{
	top:6rem;
}

.hxln .button-wh{
	margin-top:0.5rem;
    float: right;	
}


.hxln .index-title .tit{
	color: #f39800;
    font-size: 0.64rem;
    line-height: 0.7rem;
}


.hxln .index-title .txt{
	color: #8B8378;
	font-size: 0.56rem;
    line-height: 0.60rem;
	margin-top: -0.2rem;
	left: 0.7rem;
}


.hxln .t1 {
	color: #fff;
	z-index: 2;
	position: relative;
	font-size: 0.56rem;
	line-height: 0.60rem;
	font-weight: 700;
}
.hxln .t2 {
	/* opacity: 0.3; */
	margin-top: -0.5rem;
	color: #8B8378;
	font-weight: 700;
    font-size: 0.54rem;
    line-height: 1rem;
	text-transform: uppercase;
	position: relative;
  /* color: #274464; */
  /* text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0; */
}
.hxln .tabs {
  display: flex;
  height: 100%;
  align-items: center;
}
.hxln .menuTabs {
  width: 52%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0.5rem 0 0 5.625%;
}
.hxln .menuTabs li {
  margin-top: -1px;
  margin-left: -1px;
  border: solid 1px #fff;
  width: 33.33333333%;
  float: left;
}
.hxln .menuTabs li:hover {
  z-index: 1;
}
.hxln .menuTabs li:nth-child(3) {
  /* clear: left; */
}
.hxln .menuTabs li:nth-child(6) {
  /* clear: left; */
}
.hxln .menuTabs li:first-child,
.hxln .menuTabs li:nth-child(6) {
  /* margin-left: 33.1%; */
}
.hxln .menuTabs .box {
  height: 2.2rem;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all .5s;
  position: relative;
  z-index: 1;
}
.hxln .menuTabs .box:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #f39800 !important;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.hxln .menuTabs .pic {
  position: relative;
  z-index: 1;
  width: 0.71rem;
  height: 0.71rem;
  margin-bottom: 0.35rem;
  transition: all .5s;
}
.hxln .menuTabs .pic img {
  max-height: 0.7rem;
}
.hxln .menuTabs .pic:after {
  z-index: -1;
  bottom: 0.1rem;
  left: 50%;
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.3rem;
  border-radius: 100%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.52);
}
.hxln .menuTabs .text {
  position: relative;
  z-index: 1;
  transition: all .5s;
}
.hxln .menuTabs .title {
  font-size: 0.2rem;
  font-weight: 700;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  color: #2f74c2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hxln .menuTabs .info {
  font-size: 0.14rem;
  line-height: 0.2rem;
  height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hxln .menuTabs .box:hover:after {
  height: 100%;
}
.hxln .menuTabs .box:hover .pic {
  transform: translateY(20px);
}
.hxln .menuTabs .box:hover .text {
  transform: translateY(-20px);
}
.hxln .menuTabs .box:hover .title {
  color: #fff;
}

.hxln .menuTabs .active .box:after {
  height: 100%;
}
.hxln .menuTabs .active .box .title{
  color: #fff;
}

.hxln .conTabs {
  width: 50%;
}

.hxln .conTabs .title {
  /* margin-top: 1.1rem; */
  font-size: 0.42rem;
  line-height: 0.5rem;
  font-weight:700;
  margin-bottom: 1.1rem;
  position: relative;
}
.hxln .conTabs .slide {
  height: 100vh;
  display: none;
  margin: auto;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hxln .conTabs .show {
  display: flex;
}
.hxln .conTabs .show .text {
  animation: 2s ease fadeInUp2;
	margin-left: 1.4rem;
}
.hxln .fp-controlArrow.fp-prev,
.hxln .fp-controlArrow.fp-next {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hxln {
    margin: 0 auto;
    padding: 50px 0;
  }
  .hxln .tabs {
    display: block;
  }
  .hxln .menuTabs {
    display: none;
    width: 100%;
    padding: 0;
  }
  .hxln .menuTabs li {
    width: 16.66666667%;
    float: left;
    text-align: center;
    clear: none !important;
    border-top: 0!important;
  }
  .hxln .menuTabs .box {
    padding: 10px;
  }
  .hxln .menuTabs .pic {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    transform: translateY(0) !important;
  }
  .hxln .menuTabs .text {
    transform: translateY(0) !important;
  }
  .hxln .menuTabs .title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .hxln .menuTabs .info {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    display: none;
  }
  .hxln .conTabs {
    width: 100%;
  }
  .hxln .conTabs .title {
    line-height: 40px;
    padding-bottom: 20px;
    font-size: 24px;
  }
  .hxln .conTabs .title:after {
    width: 20px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hxln .conTabs .slide {
    height: 35vh;
    align-items: center;
    text-align: center;
    padding: 50px 20px 20px 20px;
  }
  .hxln .conTabs .show {
    display: block;
  }
  .hxln .conTabs .text {
    width: 100%;
	margin-left:0;
  }
  .hxln .menuTabs li:nth-child(5) {
    float: left;
  }
  .hxln .conTabs .title {
    margin-bottom: 10px;
  }
  .hxln .conTabs .info {
    font-size: 20px;
  }
  .hxln .conTabs .info-2 {
    font-size: 14px;
    max-width: 100%;
    margin-top: 10px;
  }
  .hxln .conTabs .slide {
    display: block;
  }
  .hxln .button {
    display: none;
  }
  .hxln .t1 {
    font-size: 20px;
    line-height: 40px;
  }
  .hxln .t2 {
    display: none;
  }
  .hxln .conTabs .title {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0 0px;
    line-height: 24px;
  }
  .hxln .conTabs .title {
    margin-top: 0;
  }
  .hxln .conTabs .title span {
    display: block;
  }
  .hxln .conTabs .slide {
    height: 150px;
    width: 50%;
    float: left;
    padding: 30px 5px;
    overflow: hidden;
    margin-left: -1px;
    margin-top: -1px;
    border: solid 1px rgba(255, 255, 255, 0.1);
  }
  .hxln .conTabs .slide:last-child {
    width: 100%;
  }
}
.index-news {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-news .list {
  margin-top: 0.5rem;
}
.index-news .item {
  background: #fff;
  position: relative;
}
.index-news .item .picbox {
  position: relative;
}
.index-news .item .pic {
  overflow: hidden;
  position: relative;
}
.index-news .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 61.89516129%;
}
.index-news .item .pic img {
  transition: all 700ms ease;
}
.index-news .item .date {
  color: #fff;
  z-index: 2;
  bottom: 0.2rem;
  left: 0.2rem;
  position: absolute;
  font-size: 0.12rem;
  line-height: 0.22rem;
  padding: 0 0.07rem;
  display: inline-block;
  background: #f39800;
}
.index-news .item .txtbox {
  background: #fff;
  padding: 0.4rem 0.2rem;
  transition: all 500ms ease;
}
.index-news .item .tit {
  transition: color 500ms ease;
  color: #2e2e2e;
  font-weight: 700;
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .item .txt {
  margin-top: 0.2rem;
  color: #7a7a7a;
  height: 0.52rem;
  line-height: 0.26rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .item .more {
  margin-top: 0.4rem;
  color: #8d98a9;
}
.index-news .item .more img {
  float: right;
  margin-top: 0.07rem;
  vertical-align: top;
  max-height: 0.11rem;
}
.index-news .item:hover .pic img {
  transform: scale(1.1);
}
.index-news .item:hover .tit {
  color: #f39800;
}
.index-news .item:hover .txtbox {
  transform: translateY(10px);
}
@media (max-width: 1024px) {
  .index-news {
    padding: 50px 0;
  }
}
.footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 0.7rem;
}
.footer a {
  transition: color 500ms ease;
}
.footer .socialMedia {
  margin-top: 0.2rem;
}
.footer .socialMedia .list li {
  display: inline-block;
  padding: 0 0.03rem 0 0;
}
.footer .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .socialMedia .list .icon {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  border: solid 1px #f39800;
  background-size: 0.38rem !important;
}
.footer .socialMedia .list .icon:hover {
  background-color: #fff;
}
.footer .socialMedia .list .icon-1 {
  background: url(/template/index/pc/images/share-1.png) no-repeat center center;
}
.footer .socialMedia .list .icon-2 {
  background: url(/template/index/pc/images/share-2.png) no-repeat center center;
}
.footer .socialMedia .list .icon-3 {
  background: url(/template/index/pc/images/share-3.png) no-repeat center center;
}
.footer .socialMedia .list .icon-4 {
  background: url(/template/index/pc/images/share-4.png) no-repeat center center;
}
.footer .socialMedia .list .down {
  display: none;
  color: #666;
  align-items: center;
  width: 1.2rem;
  cursor: initial;
  padding-bottom: 0.2rem;
  position: absolute;
  top: -1.3rem;
  left: 50%;
  margin-left: -0.6rem;
}
.footer .socialMedia .list .down .txt {
  margin-right: 0.1rem;
}
.footer .socialMedia .list .down .ewm {
  width: 1.19rem;
  position: relative;
}
.footer .socialMedia .list .active .down {
  display: flex;
}
.footer .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer .socialMedia .list .box:hover .down {
  display: flex;
}
.footer .input {
  display: flex;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px #a5c4de;
  justify-content: space-between;
  position: relative;
}
.footer .input .h3 {
  width: 35%;
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #141414;
}
.footer .input .list {
  width: 70%;
  display: flex;
  position: relative;
  padding-right: 1.2rem;
}
.footer .input .list .li {
  width: 33.33333333%;
  padding-right: 0.2rem;
}
.footer .input .list .li:nth-child(3) {
  padding-right: 0;
}
.footer .input input {
  width: 100%;
  height: 0.45rem;
  padding: 0 0.1rem 0 0.16rem;
  font-size: 0.14rem;
  color: #666;
  background-color: rgba(255, 255, 255, 0.48);
  border: solid 0.01rem #b3babe;
}
.footer .input input::-webkit-input-placeholder {
  color: #666;
}
.footer .input input:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.footer .input input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.footer .input input:-ms-input-placeholder {
  color: #666;
}
.footer .input a {
  min-width: 1.2rem;
  width: 0.61rem;
  line-height: 0.45rem;
  text-align: center;
  background: #f39800;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer .input {
    display: none;
  }
  .footer .input .list {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .footer .input .list .li {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
  .footer .input input {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 14px;
  }
  .footer .input a {
    top: auto;
    right: auto;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    margin-top: 10px;
  }
  .footer .socialMedia .list .icon {
    width: 38px;
    height: 38px;
    background-size: 38px !important;
  }
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.footer-bottom .logo img {
  max-height: 0.45rem;
}
.footer-bottom .footer-left {
  width: 30%;
  color: #333;
}
.footer-bottom .footer-left .f1 {
  margin-bottom: 0.2rem;
  margin-top: 0.35rem;
  position: relative;
  padding-left: 0.72rem;
}
.footer-bottom .footer-left .f1 img {
  top: 0;
  left: 0;
  border-radius: 0.1rem;
  position: absolute;
  border: solid 1px #333333;
  max-height: 0.54rem;
}
.footer-bottom .footer-left .f1 span {
  display: block;
  color: #333333;
}
.footer-bottom .footer-left .f1 p {
  font-size: 0.3rem;
  color: #110000;
  line-height: 0.4rem;
  font-family: 'myfont';
}
.footer-bottom .footer-left .f1 p a {
  color: #110000;
  display: block;
}
.footer-bottom .footer-left .t1 {
  padding-bottom: 0.15rem;
  font-size: 0.14rem;
  padding-left: 0.25rem;
  position: relative;
}
.footer-bottom .footer-left .t1 img {
  top: 0.03rem;
  left: 0;
  max-height: 0.17rem;
  position: absolute;
}
.footer-bottom .footer-left .t1 span {
  display: block;
  padding-left: 0.7rem;
  padding-top: 0.1rem;
}
.footer-bottom .footer-left .t1 a {
  color: #333;
}
.footer-bottom .footer-list {
  width: 70%;
}
.footer-bottom .footer-list ul {
  display: flex;
  justify-content: space-between;
}
.footer-bottom .footer-list ul li {
  width: 16.66666667%;
}
.footer-bottom .footer-list ul li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #333;
  display: block;
  max-width: 100%;
  font-weight: 700;
  font-size: 0.18rem;
  padding-right: 0.05rem;
  padding-bottom: 0.3rem;
}
.footer-bottom .footer-list ul li a:hover {
  color: #f39800;
}
.footer-bottom .footer-list ul li ul {
  display: block;
}
.footer-bottom .footer-list ul li ul li {
  padding-bottom: 0.1rem;
  width: 100%!important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 0.16rem;
  color: #2b394c;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  position: relative;
}
.footer-bottom .footer-list ul li ul li a:hover {
  color: #f39800;
}
.footer-bottom .footer-list ul .last {
  width: 8%;
}
@media (max-width: 1024px) {
  .footer-bottom .footer-list {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-left .f1 {
    padding-left: 70px;
  }
  .footer-bottom .footer-left .f1 img {
    max-height: 70px;
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 30px;
    line-height: 40px;
  }
  .footer-bottom .footer-left .t1 {
    padding-left: 25px;
    font-size: 14px;
  }
  .footer-bottom .footer-left .t1 img {
    top: 4px;
    max-height: 17px;
  }
  .footer-bottom .footer-left .t1 span {
    padding-left: 70px;
  }
}
.footer-copyright {
  text-align: left;
  padding: 0.2rem 0;
  font-size: 0.14rem;
  background: #1a2331;
  color: rgba(255, 255, 255, 0.49);
}
.footer-copyright a {
  font-size: 0.13rem;
  color: rgba(255, 255, 255, 0.49);
}
.footer-copyright span {
  padding: 0 0.3rem;
  display: inline-block;
}
.footer-copyright .fr {
  float: right;
}
@media (max-width: 1024px) {
  .footer-copyright {
    padding: 15px 0;
    font-size: 12px;
  }
  .footer-copyright a {
    font-size: 12px;
  }
  .footer-copyright span {
    padding: 0 10px;
  }
  .footer-copyright .fr {
    float: none;
    padding-left: 0.1rem;
  }
}
@media (max-width: 640px) {
  .footer-copyright span {
    padding-left: 0;
  }
}
.inside-banner{
  position:relative;
}
.inside-banner .tu img {
  width: 100%;
}

.inside-banner .txt{
    top: 65%;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(-35%);
    position: absolute;	
	font-size: 0.36rem;
    line-height: 1rem;
	text-align: center;
	color: #f39800;
	font-weight: bold;
    width: 5rem;
    border-radius: 5px;
    left: 1.6rem;
	font-family: "myfont";
}

.inside-banner .txt2{
	left: auto;
	right: 1.45rem;
	top: 25%;	
}


@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
}
.inside-menu {
  z-index: 1;
  margin-top: -0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
  background: rgba(8, 155, 237, 0.8);
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-menu li {
  width: 33.333%;
  font-size: 0.2rem;
  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: rgba(0, 0, 0, 0.1);
}
.inside-menu li:after {
  content: "";
  left: 0;
  top: 0%;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.inside-menu li a {
  z-index: 2;
  display: block;
  color: #fff;
  position: relative;
}
.inside-menu li:first-child:after {
  display: none;
}
.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;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 li {
  width: 20%;
}
.inside-menu-3 li {
  width: 16.66666667%;
}
.inside-menu-4 li {
  width: 25%;
}
.inside-current {
  border-top: solid 1px #f0f3f5;
  border-bottom: solid 1px #ebebeb;
  font-size: 0.14rem;
  position: relative;
  height: 0.55rem;
  line-height: 0.53rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current span {
  color: #089bed;
}
.inside-current img {
  margin-bottom: 0.03rem;
  margin-right: 0.1rem;
  vertical-align: middle;
  max-height: 0.19rem;
}
@media (max-width: 1024px) {
  .inside-current {
    font-size: 14px;
    height: 50px;
    line-height: 49px;
  }
  .inside-current img {
    max-height: 19px;
  }
  .inside-current span {
    color: #f39800;
  }
}
.inside-news {
  padding: 1rem 0;
  background: #f0f3f5;
}
.inside-news .list {
  margin-top: 0;
}
.inside-news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.28rem;
}
.inside-news li {
  width: 33.333%;
  padding: 0 0.29rem;
  padding-top: 0.5rem;
}
.inside-news li .item .tit {
  font-size: 0.18rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news li .item .txt {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .inside-news ul {
    margin: 0 -10px;
  }
  .inside-news li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }
  .inside-news li .item .tit {
    font-size: 16px;
    height: 60px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .inside-news li {
    width: 100%;
  }
}
.inside-news-show {
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #f0f3f5;
  padding-bottom: 1rem;
}
.inside-news-show .container-3 {
  margin-top: 0.6rem;
}
.inside-news-show .bg {
  padding: 0.8rem;
  background: #fff;
  position: relative;
}
.inside-news-show .bg:before {
  left: 0;
  top: 0.8rem;
  content: "";
  width: 0.06rem;
  height: 0.34rem;
  position: absolute;
  background: #089bed;
}
.inside-news-show h1 {
  color: #2e2e2e;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.inside-news-show .info {
  color: #bdbdbd;
  font-size: 0.15rem;
  padding: 0.4rem 0;
  border-bottom: solid 1px #d4d4d4;
}
.inside-news-show .info span {
  float: right;
}
.inside-news-show .info em {
  font-style: normal;
  margin-left: 0.3rem;
}
.inside-news-show .info img {
  vertical-align: top;
  margin-right: 0.05rem;
  max-height: 0.21rem;
}
.inside-news-show .text {
  color: #333;
  padding-top: 0.4rem;
  line-height: 0.32rem;
  font-size: 0.18rem;
}
.inside-news-show .share {
  padding-top: 1rem;
  text-align: right;
  line-height: 0.3rem;
}
.inside-news-show .share a {
  display: inline-block;
  margin-left: 0.05rem;
}
.inside-news-show .share img {
  max-height: 0.31rem;
}
@media (max-width: 1024px) {
  .inside-news-show {
    padding-top: 60px;
  }
  .inside-news-show .bg {
    padding: 30px;
  }
  .inside-news-show .info {
    font-size: 12px;
    padding: 20px 0;
  }
  .inside-news-show .info img {
    max-height: 16px;
  }
  .inside-news-show .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.inside-team {
  padding: 0.9rem 0;
  padding-top: 0.3rem;
}
.inside-team .list li {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 0.7rem;
}
.inside-team .list li:hover .text {
  box-shadow: 0 0 12px rgba(25, 0, 45, 0.22);
}
.inside-team .list li:hover .text:after {
  background: url(/template/index/pc/images/arrow-4.jpg) no-repeat;
  background-size: cover;
}
.inside-team .list .pic {
  width: 29.9%;
  position: relative;
}
.inside-team .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 126.97674419%;
}
.inside-team .list .text {
  width: 65%;
  line-height: 0.3rem;
  padding: 0.5rem 0.6rem;
  background: #fbfdff;
  transition: all 500ms ease;
  box-shadow: 0 0 12px rgba(25, 0, 45, 0.06);
  position: relative;
}
.inside-team .list .text:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.35rem;
  background: url(/template/index/pc/images/arrow-5.jpg) no-repeat;
  background-size: cover;
  width: 0.35rem;
  height: 0.78rem;
  transition: background-image 500ms ease;
}
@media (max-width: 480px) {
  .inside-team .list .text:after {
    display: none;
  }
}
.inside-team .list .tit {
  color: #333;
  font-size: 0.38rem;
  line-height: 0.4rem;
}
.inside-team .list .tag {
  color: #2e2e2e;
  font-weight: 700;
  font-size: 0.18rem;
  padding-top: 0.15rem;
  padding-bottom: 0.3rem;
  border-bottom: solid 0.03rem #f39800;
}
.inside-team .list .txt p {
  padding-top: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-team {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .inside-team .list li {
    display: block;
  }
  .inside-team .list .pic {
    width: 100%;
  }
  .inside-team .list .text {
    line-height: 24px;
    padding: 30px 20px;
    width: 100%;
  }
  .inside-team .list .tag {
    font-size: 16px;
  }
}
.inside-honor {
  overflow: hidden;
  padding: 1rem 0;
  position:relative;
}
.inside-honor ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  padding-top: 0.2rem;
}
.inside-honor li {
  width: 25%;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-honor li .item {
  overflow: hidden;
  border-radius: 0.1rem;
  text-align: center;
  padding-bottom: 0.2rem;
  transition: all 500ms ease;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.inside-honor li .picbox {
  padding: 0.2rem;
  padding-bottom: 0.3rem;
  background: #f5f5f5;
}
.inside-honor li .pic {
  overflow: hidden;
  position: relative;
}
.inside-honor li .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.66666667%;
}
.inside-honor li .pic img {
  transition: all 700ms ease;
}
.inside-honor li .tit {
  color: #333;
  padding: 0 0.1rem;
  margin-top: 0.25rem;
  height: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  overflow: hidden;
}
.inside-honor li:hover .item {
  box-shadow: 0 0 0.1rem rgba(27, 159, 217, 0.2);
}
.inside-honor li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .inside-honor ul {
    margin: 0 -10px;
  }
  .inside-honor li {
    width: 50%;
    padding: 10px;
  }
  .inside-honor li .item {
    padding-bottom: 15px;
  }
  .inside-honor li .tit {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 420px) {
  .inside-honor li {
    width: 100%;
  }
}
.inside-gpxx {
  padding: 1rem 0;
}
.inside-gpxx .item {
  padding-top: 0.5rem;
  text-align: center;
}
.inside-case {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 1rem 0;
}
.inside-case ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-case li {
  width: 33.33333333%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-case li .item {
  padding: 0.25rem;
  background: #fff;
  border: solid 1px #eee;
}
.inside-case li .pic {
  overflow: hidden;
  position: relative;
}
.inside-case li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.25%;
}
.inside-case li .pic img {
  transition: all 700ms ease;
}
.inside-case li .tit {
  transition: color 500ms ease;
  color: #2e2e2e;
  font-weight: 700;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-case li .txt {
  color: #666666;
  margin-top: 0.2rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-case li .button {
  height: 0.42rem;
  line-height: 0.42rem;
  min-width: 1.2rem;
  margin-top: 0.3rem;
  text-align: center;
}
.inside-case li:hover .pic img {
  transform: scale(1.1);
}
.inside-case li:hover .tit {
  color: #f39800;
}
.inside-case li:hover .button::before {
  transform: scale(1.05);
}
.inside-case li:hover .button::before {
  animation: shine 1.5s ease-out infinite;
}
@media (max-width: 1024px) {
  .inside-case li {
    width: 50%;
  }
  .inside-case li .tit {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
  }
  .inside-case li .txt {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .inside-case li {
    width: 100%;
  }
}
.inside-case-show {
  background-color: #f2f6f7;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.inside-case-show .bg:before {
  display: none;
  font-size: 0.34rem;
  line-height: 0.5rem;
}
.inside-case-show h1 {
  text-align: center;
}
.inside-case-show .share {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  text-align: center;
  border-bottom: solid 1px #eaeaea;
}
.inside-case-show .list-1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-case-show .list-1 li {
  width: 50%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-case-show .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-case-show .list-2 li {
  width: 33.333%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-xg-case {
  padding-bottom: 0;
}
.inside-xg-case ul {
  flex-wrap: nowrap;
}
.inside-qywh {
  overflow: hidden;
  padding: 1rem 0 1.5rem 0;
}
.inside-qywh .container-2 {
  max-width: 1920px;
  position: relative;
}
.inside-qywh .list {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
  margin-top: 0.5rem;
}
.inside-qywh .item {
  position: relative;
}
.inside-qywh .item .pic {
  overflow: hidden;
  position: relative;
}
.inside-qywh .item .pic:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: opacity 700ms ease;
  background: rgba(255, 255, 255, 0.3);
}
.inside-qywh .item .txt {
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 0.4rem;
  font-size: 0.3rem;
  text-align: center;
  position: absolute;
  display: flex;
  padding-bottom: 0.2rem;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  height: 0;
  transition: all 700ms ease;
  background: linear-gradient(to bottom, rgba(16, 90, 175, 0.01), rgba(16, 90, 175, 0.9));
}
.inside-qywh .item p {
  opacity: 0;
  transition: opacity 500ms ease;
}
.inside-qywh .swiper-slide-active .pic:before {
  opacity: 0;
}
.inside-qywh .swiper-slide-active .txt {
  opacity: 1;
  height: 1.6rem;
}
.inside-qywh .swiper-slide-active p {
  opacity: 1;
}
.inside-qywh .swiper-button-prev,
.inside-qywh .swiper-button-next {
  transition: all 500ms ease;
  margin-top: 0rem;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  background: #fff;
}
.inside-qywh .swiper-button-prev:after,
.inside-qywh .swiper-button-next:after {
  color: #3d3d3d;
  font-size: 0.3rem;
}
.inside-qywh .swiper-button-prev:hover,
.inside-qywh .swiper-button-next:hover {
  background: #089bed;
}
.inside-qywh .swiper-button-prev:hover:after,
.inside-qywh .swiper-button-next:hover:after {
  color: #fff;
}
.inside-qywh .swiper-button-prev {
  left: 3.3rem;
}
.inside-qywh .swiper-button-next {
  right: 3.3rem;
}
@media (max-width: 1024px) {
  .inside-qywh .swiper-button-prev {
    left: 50px;
  }
  .inside-qywh .swiper-button-next {
    right: 50px;
  }
}
.inside-qyhj {
  padding-bottom: 1rem;
}
.inside-qyhj .item .txt {
  opacity: 1;
  height: 1.6rem;
  background: linear-gradient(to bottom, rgba(16, 90, 175, 0.01), rgba(16, 90, 175, 0.4));
}
.inside-qyhj .item p {
  opacity: 1;
}
.inside-qyhj .swiper-slide-active .pic:before {
  opacity: 0;
}
.inside-qyhj .swiper-slide-active .txt {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(16, 90, 175, 0.01), rgba(16, 90, 175, 0.7));
}
.inside-qyhj-2 {
  overflow: hidden;
  padding-bottom: 1rem;
}
.inside-qyhj-2 .title {
  color: #141414;
  font-weight: 700;
  padding-bottom: 0.3rem;
  font-size: 0.48rem;
  line-height: 0.58rem;
  text-align: center;
  position: relative;
}
.inside-qyhj-2 .title:after {
  content: "";
  bottom: 0;
  left: 50%;
  height: 0.04rem;
  width: 0.98rem;
  position: absolute;
  transform: translateX(-50%);
  background: #f39800;
}
.inside-qyhj-2 .list {
  margin-top: 0.5rem;
}
.inside-qyhj-2 .list li {
  width: 20%;
  float: left;
  padding: 0 0.09rem;
  margin-bottom: 0.18rem;
}
.inside-qyhj-2 .list li .pic {
  overflow: hidden;
  border-radius: 0.1rem;
}
.inside-qyhj-2 .list li .pic img {
  border-radius: 0.1rem;
  transition: all 500ms ease;
}
.inside-qyhj-2 .list li:first-child {
  width: 40%;
}
.inside-qyhj-2 .list li:hover .pic img {
  opacity: 0.85;
  transform: scale(1.1);
}
@media (max-width: 640px) {
  .inside-qyhj-2 .list li:first-child {
    width: 50%;
  }
  .inside-qyhj-2 .list li {
    width: 25%;
  }
}
@media (max-width: 420px) {
  .inside-qyhj-2 .list li:first-child {
    width: 100%;
  }
  .inside-qyhj-2 .list li {
    width: 50%;
  }
}
.inside-zljs {
  overflow: hidden;
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f7fafb;
}
.inside-zljs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  padding-top: 0.3rem;
}
.inside-zljs li {
  width: 25%;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-zljs li .item {
  padding: 0.3rem;
  background: #fff;
  text-align: center;
}
.inside-zljs li .icon {
  text-align: right;
}
.inside-zljs li .pic {
  width: 100%;
  margin: 0 auto;
  max-width: 2.56rem;
  position: relative;
}
.inside-zljs li .pic:after {
  content: "";
  display: block;
  padding-bottom: 137.5%;
}
@media (max-width: 1024px) {
  .inside-zljs li {
    width: 50%;
  }
}
.carousel__viewport {
  display: none!important;
}
.inside-job {
  padding: 1rem 0;
}
.inside-job li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0.8rem;
  justify-content: space-between;
}
.inside-job li .leftbox {
  width: 48%;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.inside-job li .leftbox .tit {
  color: #0399ed;
  padding-bottom: 0.2rem;
  font-size: 0.4rem;
  line-height: 0.5rem;
  position: relative;
  font-weight: 700;
}
.inside-job li .leftbox .tit:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0.85rem;
  height: 0.05rem;
  position: absolute;
  background: #f39800;
}
.inside-job li .leftbox .txt {
  margin-top: 0.6rem;
}
.inside-job li .pic {
  width: 44.5%;
}
.inside-job li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .inside-job li .leftbox .txt {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .inside-job li {
    padding-top: 30px;
    display: block;
  }
  .inside-job li .leftbox {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-job li .pic {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-job-2 {
  font-size: 0.18rem;
  padding: 0.9rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-job-2 .title {
  color: #0399ed;
  text-align: center;
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-weight: 700;
}
.inside-job-2 .text {
  line-height: 0.36rem;
  text-align: center;
  padding: 0 2.4rem;
  padding-top: 0.3rem;
}
.inside-job-2 .pic {
  text-align: center;
  margin-top: 0.6rem;
}
@media (max-width: 1024px) {
  .inside-job-2 {
    font-size: 14px;
  }
  .inside-job-2 .text {
    padding: 0;
    line-height: 24px;
    padding-top: 30px;
  }
}
.inside-job-3 {
  padding: 1.2rem 0;
}
.inside-job-3 .text {
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}
@media (max-width: 1024px) {
  .inside-job-3 .text {
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-job-4 .title {
  color: #323333;
  font-weight: 700;
  padding-bottom: 0.25rem;
  font-size: 0.46rem;
  padding-top: 1rem;
  line-height: 0.56rem;
  position: relative;
}
.inside-job-4 .title:after {
  bottom: 0;
  left: 0;
  content: "";
  width: 0.88rem;
  height: 1px;
  background: #adadad;
  position: absolute;
}
.inside-job-4 .text-2 {
  font-size: 0.24rem;
  padding-top: 0.5rem;
}
.inside-job-4 .list {
  margin-top: 0.6rem;
}
.inside-job-4 .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-job-4 .list .li1 {
  width: 20%;
  position: relative;
}
.inside-job-4 .list .li1 select {
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #666666;
  width: 100%;
  background: #fff;
  height: 0.6rem;
  line-height: 0.58rem;
  border-radius: 0.05rem;
  border: solid 1px #d9d9d9;
  appearance: none;
  position: relative;
}
.inside-job-4 .list .li1:after {
  top: 0.15rem;
  content: ">";
  right: 0.18rem;
  color: #ccc;
  font-weight: 700;
  position: absolute;
  font-family: "å®‹ä½“";
  font-size: 0.18rem;
  transform: rotate(90deg);
}
.inside-job-4 .list .li2 {
  width: 44%;
  padding-left: 1.5rem;
}
.inside-job-4 .list .li2 input {
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #666666;
  width: 100%;
  background: #fff;
  height: 0.6rem;
  line-height: 0.58rem;
  border-radius: 0.05rem;
  border: solid 1px #d9d9d9;
}
.inside-job-4 .list .btnbox {
  width: 12%;
}
.inside-job-4 .list .btnbox a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  background: #0399ed;
  height: 0.58rem;
  line-height: 0.56rem;
  border-radius: 0.05rem;
}
@media (max-width: 1024px) {
  .inside-job-4 {
    padding-bottom: 50px;
  }
  .inside-job-4 .list .li1 select {
    font-size: 14px;
  }
  .inside-job-4 .list .li2 {
    padding-left: 10px;
  }
  .inside-job-4 .list .li2 input {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inside-job-4 .list {
    margin-top: 30px;
  }
  .inside-job-4 .list .li1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .inside-job-4 .list .li1 select {
    height: 48px;
    line-height: 46px;
    padding: 0 20px;
  }
  .inside-job-4 .list .li1:after {
    right: 20px;
    font-size: 18px;
    top: 14px;
  }
  .inside-job-4 .list .li2 {
    padding-left: 0;
    width: 75%;
  }
  .inside-job-4 .list .li2 input {
    height: 48px;
    line-height: 46px;
    padding: 0 20px;
  }
  .inside-job-4 .list .btnbox {
    width: 20%;
  }
  .inside-job-4 .list .btnbox a {
    font-size: 16px;
    height: 46px;
    line-height: 44px;
  }
}
.sfq {
  width: 100%;
  min-height: 7.65rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.sfq .more {
  width: 1.5rem;
  height: 0.4rem;
  padding: 0 0.15rem 0 0.25rem;
  background-color: #fff;
  border-radius: 0.3rem;
  display: flex;
  border: 1px solid #123b97;
  justify-content: space-between;
  align-items: center;
}
.sfq .more .more_text {
  color: #123b97;
  font-weight: bold;
}
.sfq .left {
  width: 48.75%;
  margin-right: 2.5%;
  position: relative;
}
.sfq .left:last-child {
  margin-right: 0;
}
.sfq .left .four {
  width: 100%;
  height: 1.6rem;
  padding: 0.3rem 0.3rem 0 0.3rem;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -moz-box-shadow: 0px 1px 5px #DDDDDD;
  -webkit-box-shadow: 0px 1px 5px #DDDDDD;
  box-shadow: 0px 1px 5px #DDDDDD;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  margin-bottom:20px;
}
/*.sfq .left .four:nth-child(1) {
  top: 0;
  left: 0;
}
.sfq .left .four:nth-child(2) {
  top: 26.1%;
  left: 0;
}
.sfq .left .four:nth-child(3) {
  top: 52.2%;
  left: 0;
}
.sfq .left .four:nth-child(4) {
  top: 78.3%;
  left: 0;
}*/
.sfq .left .four.act {
  height: auto;
  z-index: 5;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  top: 0;
  left: 0;
  transform: translateY(-5px);
  padding-bottom: 0.42rem;
}
.sfq .left .four.act1 {
  z-index: 1;
}
.sfq .left .four .up {
  width: 100%;
}
.sfq .left .four .up .dd_text {
  color: #666;
  font-size: 0.14rem;
}
.sfq .left .four .up .d_text {
  color: #333;
  font-size: 0.24rem;
  margin: 0.1rem 0 0.25rem 0;
}
.sfq .left .four.act .up .d_text {
  color: #123b97;
  margin: 0.19rem 0 0.5rem 0;
}
.sfq .left .four .up .c_text {
  width: 83%;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sfq .left .four.act .up .c_text {
  display: none;
}
.sfq .left .four .up .s_img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.sfq .left .four .up .s_img img {
  position: absolute;
  top: 0;
  left: 0;
}
.sfq .left .four .up .s_img img:last-child {
  opacity: 0;
}
.sfq .left .four.act .up .s_img img:last-child {
  opacity: 1;
}
.sfq .left .four.act .up .s_img img:first-child {
  opacity: 0;
}
.sfq .left .four .down {
  width: 100%;
  display: none;
}
.sfq .left .four .down .long_text {
  width: 100%;
  height: 4rem;
  overflow: auto;
  padding-right: 0.1rem;
  margin-bottom: 0.3rem;
}
.sfq .left .four .down .long_text::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.sfq .left .four .down .long_text::-webkit-scrollbar-thumb {
  background: #123b97;
}
.sfq .left .four .down .long_text::-webkit-scrollbar-track {
  background: #fff;
}
.sfq .left .four .down .long_text .text {
  width: 100%;
  margin-bottom: 0.4rem;
}
.sfq .left .four .down .long_text .text:last-child {
  margin-bottom: 0px;
}
.sfq .left .four .down .long_text .text .d_text {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.23rem;
}
.sfq .left .four .down .long_text .text .c_text {
  color: #666;
  font-size: 0.14rem;
  line-height: 1.8;
  margin-bottom: 0.07rem;
}
.sfq .left .four .down .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 0.3rem;
}
.sfq .left .four .down .yj {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sfq .left .four .down .yj .yx {
  display: flex;
  align-items: center;
}
.sfq .left .four .down .yj .yx .yj_text {
  color: #666;
  margin-left: 12px;
  line-height: 1.5;
}
.sfq .left .four .down .yj .yx .yj_text:hover {
  color: #123b97;
  margin-left: 0.12rem;
}
.sfq .left .four .down .yj .more {
  border: 1px solid #123b97;
}
.sfq .left .four .down .yj .two_img {
  display: flex;
  align-items: center;
}
.sfq .left .four .down .yj .two_img .two {
  margin-right: 0.2rem;
}
.inside-job-5 {
  position: relative;
  padding-top: 1rem;
}
.inside-job-5 .container-2 {
  max-width: 14.37rem;
}
.inside-job-5 .bg {
  color: #fff;
  padding: 0.6rem;
  margin-bottom: 0.6rem;
  height: 4.5rem;
  border-radius: 0.2rem;
  text-align: right;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-job-5 .title {
  padding-bottom: 0.3rem;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.4rem;
  position: relative;
}
.inside-job-5 .title:after {
  bottom: 0;
  right: 0;
  content: "";
  width: 0.55rem;
  height: 2px;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.inside-job-5 .text {
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding: 0.3rem 0 0.4rem 0;
}
.inside-job-5 .biaodan {
  display: flex;
  justify-content: flex-end;
}
.inside-job-5 .iselect {
  position: relative;
}
.inside-job-5 .iselect select {
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #7a7a7a;
  min-width: 1.8rem;
  background: transparent;
  height: 0.44rem;
  line-height: 0.42rem;
  border-radius: 0.05rem;
  border: solid 1px rgba(255, 255, 255, 0.5);
  appearance: none;
  position: relative;
  background: url(/template/index/pc/images/arrow-btn.png) no-repeat center right 0.1rem;
}
.inside-job-5 .btnbox {
  padding-left: 0.15rem;
}
.inside-job-5 .btnbox a {
  color: #fff;
  min-width: 1.08rem;
  display: block;
  text-align: center;
  background: #0399ed;
  height: 0.46rem;
  line-height: 0.44rem;
  border-radius: 0.05rem;
  transition: all 500ms ease;
}
.inside-job-5 .btnbox a:hover {
  background: #f39800;
}
.inside-job-5 .more {
  padding-top: 0.7rem;
}
.inside-job-5 .more a {
  color: #fff;
  font-weight: 700;
}
.inside-job-5 .more img {
  margin-left: 0.05rem;
  vertical-align: middle;
  margin-bottom: 0.03rem;
  max-height: 0.16rem;
}
@media (max-width: 1024px) {
  .inside-job-5 .iselect:after {
    right: 10px;
    font-size: 18px;
  }
  .inside-job-5 .iselect select {
    font-size: 16px;
    min-width: 160px;
    height: 42px;
    color: #666;
    line-height: 40px;
    padding: 0 20px;
    background: url(/template/index/pc/images/arrow-btn-2.png) no-repeat center right 0.1rem #fbfcfd !important;
  }
  .inside-job-5 .btnbox a {
    height: 42px;
    line-height: 40px;
  }
}
@media (max-width: 1024px) {
  .sfq .left {
    width: 100%;
  }
  .sfq .left .four .up .dd_text {
    font-size: 14px;
  }
  .sfq .left .four .up .d_text {
    font-size: 18px;
  }
  .sfq .left .four .down .long_text .text .d_text {
    font-size: 16px;
  }
  .sfq .left .four .down .long_text .text .c_text {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .sfq {
    min-height: 590px;
    margin-top: 40px;
  }
  .sfq .left .four .down .yj {
    display: block;
  }
  .sfq .more {
    width: 120px;
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .sfq {
    min-height: auto;
    margin-top: 30px;
    display: block;
  }
  .sfq .left {
    width: 100%;
    margin-right: 0%;
  }
  .sfq .right {
    width: 100%;
    margin-right: 0%;
  }
  .sfq .left .four {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
  }
  .sfq .left .four .up .d_text {
    margin: 15px 0 17px 0;
  }
  .sfq .left .four .up .s_img {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  .sfq .left .four .down .line {
    margin-bottom: 20px;
  }
  .sfq .left .four.act .up .d_text {
    color: #123b97;
    margin: 18px 0 30px 0;
  }
  .sfq .left .four .down .long_text .text .d_text {
    margin-bottom: 10px;
  }
  .sfq .left .four .down .yj .two_img .two {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.inside-job-6 {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 1.5rem;
}
.inside-job-6 .title {
  color: #181817;
}
.inside-job-6 .text {
  color: #6b6d6e;
}
.inside-job-6 .bg {
  text-align: left;
}
.inside-job-6 .biaodan {
  justify-content: flex-start;
}
.inside-job-6 .iselect:after {
  color: #cdcccc;
}
.inside-job-6 .iselect select {
  min-width: 2.7rem;
  border-color: #e3e4e5;
  background: url(/template/index/pc/images/arrow-btn-2.png) no-repeat center right 0.1rem #fbfcfd;
}
.inside-job-6 .more a {
  color: #666;
}
@media (max-width: 1024px) {
  .inside-job-6 {
    padding-bottom: 0px;
  }
  .inside-job-6 .iselect select {
    color: #666;
  }
}
.inside-dowlist {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 1rem 0;
}
.inside-dowlist ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -0.15rem;
  padding-top: 0.4rem;
}
.inside-dowlist li {
  width: 33.333%;
  padding: 0 0.15rem;
  padding-top: 0.4rem;
}
.inside-dowlist li:hover .pic img {
  transform: scale(1.05);
}
.inside-dowlist li:hover .tit {
  color: #f39800;
}
.inside-dowlist li:hover .dow {
  color: #fff;
  background: #0399ed;
}
.inside-dowlist li:hover .dow:after {
  background-image: url(/template/index/pc/images/dow-icon.png);
  background-size: cover;
}
.inside-dowlist .box {
  padding-left: 0.4rem;
  padding: 0.55rem;
  background: #eceff3;
}
.inside-dowlist .box a {
  display: flex;
}
.inside-dowlist .pic {
  width: 33.3%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  border: solid 1px #e0e1e1;
}
.inside-dowlist .pic:after {
  content: "";
  display: block;
  padding-bottom: 131.30434783%;
}
.inside-dowlist .pic img {
  transition: all 700ms ease;
}
.inside-dowlist .text {
  width: 65%;
  text-align: left;
  padding-left: 0.5rem;
}
.inside-dowlist .t1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #333;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  transition: color 500 ease-in-out;
}
.inside-dowlist .t2 {
  color: #666;
  font-family: arial;
  font-size: 0.14rem;
  margin: 0.3rem 0 0.2rem 0;
}
.inside-dowlist .dow {
  color: #0399ed;
  border-radius: 3px;
  padding: 0 0.25rem;
  height: 0.45rem;
  line-height: 0.43rem;
  min-width: 1.8rem;
  display: inline-block;
  border: solid 1px #0399ed;
  position: relative;
  transition: all 500 ease-in-out;
}
.inside-dowlist .dow:after {
  content: "";
  right: 0.25rem;
  top: 0.11rem;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/template/index/pc/images/dow-icon-2.png);
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-dowlist li {
    width: 50%;
  }
  .inside-dowlist .box {
    padding: 20px;
  }
  .inside-dowlist .text {
    padding-left: 20px;
  }
  .inside-dowlist .t1 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .inside-dowlist .t2 {
    font-size: 12px;
    margin: 10px 0;
  }
  .inside-dowlist .dow {
    min-width: 100px;
  }
}
@media (max-width: 480px) {
  .inside-dowlist li {
    width: 100%;
    padding-top: 20px;
  }
  .inside-dowlist .pic {
    width: 32%;
  }
  .inside-dowlist .text {
    width: 68%;
  }
}
.inside-contact {
  padding: 1rem 0;
  position:relative;
}
.inside-contact ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
  padding-top: 0.6rem;
}
.inside-contact li {
  width: 25%;
  padding: 0 0.15rem;
}
.inside-contact li .item {
  line-height: 0.32rem;
  font-size: 0.16rem;
  text-align: center;
  min-height: 100%;
  background: #f7f7f7;
  padding: 0.5rem 0.2rem;
}
.inside-contact li .icon {
  width: 100%;
  margin: 0 auto;
  background: #0399ed;
  border-radius: 50%;
  max-width: 0.84rem;
}
.inside-contact li .icon img {
  max-height: 0.84rem;
  transition: all 500ms ease;
}
.inside-contact li .tit {
  color: #353d48;
  font-size: 0.22rem;
  font-weight: lighter;
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.inside-contact li .t1 a {
  color: #0399ed;
}
.inside-contact li:nth-child(3) .t1 {
  color: #089bed;
}
.inside-contact li:hover .icon img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-contact {
    padding-bottom: 50px;
  }
  .inside-contact ul {
    margin: 0 -10px;
    padding-top: 20px;
  }
  .inside-contact li {
    width: 50%;
    padding: 10px;
  }
  .inside-contact li .tit {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .inside-contact li .item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .inside-contact li {
    width: 100%;
  }
}
.inside-ditu .container {
  max-width: 19.2rem;
}
.inside-ditu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-ditu li {
  position: relative;
}
.inside-ditu li .tu img {
  width: 100%;
}
.inside-ditu li .add {
  top: 18%;
  left: 50%;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  border: solid 1px #dee0e1;
  max-width: 4.8rem;
  position: absolute;
  background: #fff;
  padding: 0.1rem;
  transform: translate(-33%, 54%);
  box-shadow: 0 0 0.33rem rgba(220, 237, 255, 0.55);
}
.inside-ditu li .add:before {
  content: "";
  left: 50%;
  bottom: -0.12rem;
  position: absolute;
  border-top: solid 14px #fff;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}
.inside-ditu li .add img {
  max-height: 1.2rem;
}
.inside-ditu li .t1 {
  color: #222222;
  font-size: 0.18rem;
}
.inside-ditu li .t2 {
  color: #999;
  font-size: 0.14rem;
}
.inside-ditu li .txt {
  padding-left: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-ditu {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .inside-ditu li {
    width: 100%;
    margin-top: 10px;
  }
  .inside-ditu li .add {
    left: 60%;
    max-width: 300px;
  }
  .inside-ditu li .t2 {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .inside-ditu {
    display: none;
  }
}
.inside-message {
  background-size: cover;
  padding: 1.2rem 0;
  background: #fafafa;
  position: relative;
}
.inside-message .nr {
  background: #fff;
  margin-top: 0.6rem;
  padding: 0.6rem 1.2rem;
  padding-top: 0.3rem;
  box-shadow: 0 0 0.32rem rgba(0, 0, 0, 0.1);
}
.inside-message .list {
  position: relative;
}
.inside-message li {
  width: 33.33333333%;
  float: left;
  position: relative;
  padding: 0 0.1rem;
  padding-top: 0.4rem;
}
.inside-message .box {
  position: relative;
}
.inside-message .mc {
  left: 0;
  color: #333;
  top: 0.15rem;
  position: absolute;
}
.inside-message .mc img {
  margin-right: 0.1rem;
  margin-top: 0.03rem;
  max-height: 0.21rem;
}
.inside-message .mc em {
  color: #f30;
  font-style: normal;
}
.inside-message .input-form,
.inside-message .textarea-form {
  border: none;
  color: #666;
  width: 100%;
  font-family: "å¾®è½¯é›…é»‘";
  vertical-align: middle;
  padding: 0 0.3rem;
  padding-left: 1.5rem;
  height: 0.55rem;
  line-height: 0.43rem;
  font-size: 0.16rem;
  transition: all 500ms ease;
  border-bottom: #eee solid 1px;
}
.inside-message .input-form:focus,
.inside-message .textarea-form:focus {
  border-color: #333;
}
.inside-message .itextarea {
  width: 100%;
}
.inside-message .itextarea .mc {
  top: auto;
  left: auto;
  width: 100%;
  position: relative;
}
.inside-message .textarea-form {
  width: 100%;
  line-height: 0.3rem;
  padding-right: 0.9rem;
  height: 1rem;
  padding: 0.1rem 0.9rem 0.1rem 0.3rem;
}
.inside-message .textarea-form:focus {
  border-color: #333;
}
.inside-message .yz {
  width: 100%;
  display: flex;
  line-height: 0.45rem;
}
.inside-message .chbox {
  padding-right: 0.5rem;
}
.inside-message .btn {
  text-align: center;
  width: 100%!important;
}
.inside-message .submit {
  color: #fff;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.8rem;
  text-align: center;
  line-height: 0.48rem;
  height: 0.48rem;
  font-size: 0.16rem;
  background: #f39800;
  border: none;
}
.inside-message .submit:hover {
  background: #f39800;
}
.inside-message .submit:hover {
  background: #089bed;
}
@media (max-width: 1024px) {
  .inside-message .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-message .nr {
    padding: 30px 15px;
    padding-top: 0;
    margin-top: 30px;
  }
  .inside-message .mc {
    top: 12px;
  }
  .inside-message .mc img {
    max-height: 21px;
  }
  .inside-message .input-form,
  .inside-message .textarea-form {
    font-size: 14px;
    padding-left: 100px;
    height: 50px;
    line-height: 49px;
  }
  .inside-message .textarea-form {
    height: 100px;
    line-height: 24px;
    padding-top: 10px;
    padding-left: 25px;
  }
  .inside-message .submit {
    font-size: 16px;
  }
  .inside-message .yz {
    display: block;
  }
  .inside-message li {
    width: 100%;
  }
  .inside-message .chbox {
    padding-right: 0;
  }
  .inside-message .verifyDiv {
    right: auto;
    position: relative;
  }
}
.verifyDiv {
  width: 30%;
  right: 0;
  position: absolute;
  margin-right: 0rem;
  vertical-align: middle;
}
.verify {
  height: 0.45rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.45rem;
  line-height: 0.43rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #999;
  z-index: 1;
  line-height: 0.45rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .verifyDiv {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .verifyDiv {
    width: 100%;
  }
}
.inside-message-2 {
  background-size: cover;
  padding: 0 0 1rem 0;
  overflow: hidden;
  position: relative;
}
.inside-message-2 .title {
  color: #089bed;
  font-weight: 700;
  line-height: 0.5rem;
  font-size: 0.4rem;
}
.inside-message-2 .text {
  font-size: .18rem;
  font-weight: bold;
  color: #1f1f1f;
}
.inside-message-2 .container-2 {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.85);
}
.inside-message-2 ul {
  margin: 0 -0.2rem;
  overflow: hidden;
  padding-top: 0.4rem;
}
.inside-message-2 li {
  width: 50%;
  float: left;
  margin-top: 0.25rem;
  padding: 0 0.2rem;
}
.inside-message-2 li .box {
  position: relative;
}
.inside-message-2 li label {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
}
.inside-message-2 li label i {
  font-style: normal;
  color: #e90212;
}
.inside-message-2 li span {
  display: block;
}
.inside-message-2 li input[type="text"],
.inside-message-2 li textarea[type="text"],
.inside-message-2 li select {
  background: #fff;
  width: 100%;
  height: 0.5rem;
  font-size: 0.16rem;
  outline: 0;
  color: #333;
  border-radius: 0.05rem;
  padding: 0.1rem 0.2rem;
  font-family: "å¾®è½¯é›…é»‘";
  border: 1px solid #dedede;
}
.inside-message-2 li input:focus,
.inside-message-2 li textarea:focus {
  border: 1px solid #f39800;
}
.inside-message-2 li textarea[type="text"] {
  height: 1.4rem;
  width: 100%;
}
.inside-message-2 li .tag {
  color: #999;
  display: inline-block;
  font-weight: normal;
  font-size: 0.16rem;
}
.inside-message-2 li #submit {
  min-width: 1.42rem;
  height: 0.5rem;
  padding: 0;
  line-height: 0.48rem;
  display: inline-block;
  color: #fff;
  border: 0;
  font-size: 0.16rem;
  border-radius: 0.3rem;
  background: #f39800;
  transition: all 500ms ease;
}
.inside-message-2 li #submit:hover {
  background: #089bed;
}
.inside-message-2 .last,
.inside-message-2 .li2 {
  width: 100%;
}
.inside-message-2 .li2 {
  overflow: hidden;
}
.inside-message-2 .li2 .xuxiang {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-message-2 .li2 span {
  width: 25%;
  padding: 0 0.2rem;
}
.inside-message-2 .li2 select {
  color: #777;
}
.inside-message-2 .textarea {
  width: 100%;
  height: auto;
}
.inside-message-2 .tijiao {
  display: flex;
  width: 100%;
}
.inside-message-2 .tijiao .box {
  width: 25%;
}
.inside-message-2 .tijiao .btnbox {
  padding-left: 1rem;
}
.inside-message-2 .verifyDiv {
  right: auto;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .inside-message-2 {
    padding-bottom: 0;
  }
  .inside-message-2 .container-2 {
    padding: 100px 30px 50px 30px;
  }
  .inside-message-2 li label {
    font-size: 14px;
  }
  .inside-message-2 li input[type="text"],
  .inside-message-2 li textarea[type="text"],
  .inside-message-2 li select {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
  .inside-message-2 li .tag {
    font-size: 14px;
  }
  .inside-message-2 .textarea textarea[type="text"] {
    height: 100px;
  }
  .inside-message-2 li #submit {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inside-message-2 li {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-message-2 .li2 .xuxiang span {
    width: 50%;
    margin-top: 15px;
  }
  .inside-message-2 .tijiao {
    display: block;
  }
  .inside-message-2 .tijiao .box {
    width: 100%;
  }
  .inside-message-2 .tijiao .btnbox {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.inside-tzgx {
  padding: 1rem 0;
}
.inside-tzgx .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7rem;
  justify-content: space-between;
}
.inside-tzgx .shaixuan {
  font-weight: lighter;
  font-size: 0.2rem;
  width: 70%;
}
.inside-tzgx .shaixuan ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-tzgx .shaixuan li {
  padding: 0 0.25rem;
  margin-top: 0.05rem;
}
.inside-tzgx .shaixuan li a:hover {
  color: #089bed;
}
.inside-tzgx .shaixuan .bt {
  color: #0399ed;
  font-weight: 700;
  position: relative;
}
.inside-tzgx .shaixuan .bt:before {
  top: 0.08rem;
  left: 0;
  content: "";
  width: 0.06rem;
  height: 0.2rem;
  position: absolute;
  background: #0399ed;
}
.inside-tzgx .search {
  position: relative;
  width: 30%;
}
.inside-tzgx .search input {
  width: 100%;
  border: 0;
  height: 0.52rem;
  border-radius: 0.3rem;
  line-height: 0.52rem;
  padding: 0 1rem 0 0.3rem;
  background: #f6f6f6;
}
.inside-tzgx .search .btn {
  color: #fff;
  right: 0;
  top: 0;
  font-size: 0.2rem;
  text-align: center;
  min-width: 0.8rem;
  position: absolute;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 0.3rem;
  background: #f39800;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.inside-tzgx .search .btn:hover {
  background: #089bed;
}
.inside-tzgx .tabnav {
  margin-top: 0.5rem;
}
.inside-tzgx .tabnav ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-tzgx .tabnav li {
  font-size: 0.18rem;
  padding-left: 0.14rem;
}
.inside-tzgx .tabnav li span {
  cursor: pointer;
  line-height: 0.45rem;
  padding: 0 0.16rem;
  display: inline-block;
  background: #f6f6f6;
  position: relative;
}
.inside-tzgx .tabnav li span:after {
  content: "";
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  bottom: -0.08rem;
  position: absolute;
  border-left: solid 0.1rem transparent;
  border-right: solid 0.1rem transparent;
  border-top: solid 0.1rem #f39800;
}
.inside-tzgx .tabnav li:first-child {
  padding-left: 0;
}
.inside-tzgx .tabnav .cur span {
  color: #fff;
  font-weight: 700;
  background: #f39800;
}
.inside-tzgx .tabnav .cur span:after {
  opacity: 1;
}
.inside-tzgx .tabcot {
  display: none;
}
.inside-tzgx .tabcot li {
  display: flex;
  font-size: 0.2rem;
  margin-top: 0.55rem;
  line-height: 0.3rem;
  justify-content: space-between;
}
.inside-tzgx .tabcot li .tit {
  width: 65%;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-tzgx .tabcot li .tit a {
  color: #333;
  display: block;
}
.inside-tzgx .tabcot li .tit a:hover {
  color: #089bed;
}
.inside-tzgx .tabcot li .dow {
  width: 30%;
  text-align: right;
}
.inside-tzgx .tabcot li .dow img {
  margin-right: 0.1rem;
  vertical-align: middle;
  max-height: 0.23rem;
}
.inside-tzgx .tabcot li .dow a {
  padding-left: 0.8rem;
  display: inline-block;
}
.inside-tzgx .tabcot li .dow a:hover {
  color: #333;
}
.inside-tzgx .show {
  display: block;
}
.inside-tzgx .arrow {
  padding-top: 0.5rem;
  text-align: center;
}
.inside-tzgx .arrow img {
  max-height: 0.21rem;
}
@media (max-width: 1024px) {
  .inside-tzgx .box {
    display: block;
  }
  .inside-tzgx .shaixuan {
    width: 100%;
    font-size: 14px;
  }
  .inside-tzgx .search {
    width: 100%;
    margin-top: 20px;
  }
  .inside-tzgx .search input {
    height: 42px;
    line-height: 42px;
    padding-right: 120px;
  }
  .inside-tzgx .search .btn {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    min-width: 80px;
  }
  .inside-tzgx .tabnav li {
    font-size: 14px;
  }
  .inside-tzgx .tabnav li span {
    padding: 0 15px;
    line-height: 35px;
  }
  .inside-tzgx .tabbox {
    padding-top: 20px;
  }
  .inside-tzgx .tabcot li {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .inside-tzgx .tabcot li .dow a {
    padding-left: 10px;
  }
}
@media (max-width: 500px) {
  .inside-tzgx .shaixuan .bt {
    width: 100%;
  }
  .inside-tzgx .shaixuan li {
    padding: 0 10px;
  }
  .inside-tzgx .tabnav li {
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
  }
  .inside-tzgx .tabnav li span {
    width: 100%;
  }
}
.inside-product {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
}
@media (max-width: 1024px) {
  .inside-product {
    padding: 40px 0;
  }
}
.inside-leftpro {
  width: 22%;
  float: left;
  min-height: 300px;
}
.inside-leftpro .bt {
  color: #282828;
  height: 1rem;
  padding: 0 0.25rem;
  font-size: 0.28rem;
  background: #f7f8fc;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 0.05rem #0399ed;
}
.inside-leftpro .bt img {
  max-height: 0.25rem;
}
@media (max-width: 1024px) {
  .inside-leftpro {
    display: none;
  }
}
.inside-proright {
  width: 72%;
  float: right;
}
.inside-proright .tigs {
  display: flex;
  justify-content: space-between;
  border-radius: 0.1rem;
  padding: 0.4rem;
  background: #f7f8fc;
}
.inside-proright .title {
  color: #292929;
  font-weight: 700;
  font-size: 0.18rem;
}
.inside-proright .btn {
  line-height: 0.37rem;
  font-size: 0.14rem;
  width: 2.1rem;
  height: 0.37rem;
  text-align: center;
  display: inline-block;
  background: url(/template/index/pc/images/tigs.png) no-repeat center center;
  background-size: cover;
}
.inside-proright .btn a {
  display: block;
  color: #fff;
}
.inside-proright .tag {
  display: flex;
  justify-content: space-between;
  padding-top: 0.6rem;
  padding-bottom: 0.12rem;
  border-bottom: solid 1px #e3e3e3;
}
.inside-proright .tag .tit {
  color: #292929;
  font-weight: 700;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  position: relative;
}
.inside-proright .tag .tit:after {
  left: 0;
  content: "";
  width: 0.8rem;
  height: 2px;
  bottom: -0.13rem;
  position: absolute;
  background: #0399ed;
}
.inside-proright .tag .hot {
  color: #e3e3e3;
  font-size: 0.14rem;
}
.inside-proright .tag .hot a {
  color: #292929;
  padding: 0 0.15rem;
  display: inline-block;
}
.inside-proright .tag .hot a:hover {
  color: #f39800;
}
.inside-proright .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-proright .list li {
  width: 33.333%;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-proright .list li .item {
  text-align: center;
  border-radius: 0.1rem;
  border: solid 1px #dbdbdb;
  padding-bottom: 0.25rem;
  transition: all 500ms ease;
}
.inside-proright .list li .pic {
  overflow: hidden;
  padding: 0.1rem;
  position: relative;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  background: #f7f8fc;
}
.inside-proright .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 69.6969697%;
}
.inside-proright .list li .pic img {
  transition: all 700ms ease;
  height:100%;
}
.inside-proright .list li .tit {
  color: #000;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-proright .list li .txt {
  font-size: 0.14rem;
  color: #252525;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-proright .list li:hover .item {
  border-color: #f39800;
}
.inside-proright .list li:hover .pic img {
  transform: scale(1.1);
}
.inside-proright .list li:hover .tit {
  color: #f39800;
}
@media (max-width: 1024px) {
  .inside-proright {
    width: 100%;
    float: none;
  }
  .inside-proright .tigs {
    padding: 25px;
  }
  .inside-proright .title {
    font-size: 16px;
  }
  .inside-proright .btn {
    font-size: 14px;
    width: 210px;
    height: 27px;
    line-height: 27px;
  }
  .inside-proright .tag .tit {
    font-size: 18px;
  }
  .inside-proright .tag .hot {
    font-size: 14px;
  }
  .inside-proright .list li {
    width: 50%;
  }
  .inside-proright .list li .txt {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .inside-proright .list li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .inside-proright .list li .tit,
  .inside-proright .list li .txt {
    padding: 0 10px;
  }
}
@media (max-width: 380px) {
  .inside-proright .tigs {
    display: block;
    text-align: center;
  }
  .inside-proright .btn {
    margin-top: 15px;
  }
}
.inside-bt {
  color: #222;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.7rem;
  text-align: center;
}
.inside-bt span {
  color: #eeae3d;
  vertical-align: middle;
  line-height: 0.7rem;
  font-size: 0.7rem;
  font-family: "POPPINS-REGULAR";
  position: relative;
}
.inside-bt span:before {
  content: "";
  width: 1px;
  top: 0.1rem;
  left: 0.8rem;
  position: absolute;
  height: 0.2rem;
  background: #eeae3d;
  transform: rotate(30deg);
}
.inside-bt span:after {
  content: "";
  width: 1px;
  bottom: 0.15rem;
  left: -0.1rem;
  position: absolute;
  height: 0.2rem;
  background: #eeae3d;
  transform: rotate(30deg);
}
.inside-fwyx-1 {
  margin-top: -0.3rem;
  position: relative;
  padding: 1rem 0;
  background: linear-gradient(to bottom, #c7e7f8, #feffff, #c7e7f8);
}
.inside-fwyx-1 .item {
  display: flex;
}
.inside-fwyx-1 .text {
  width: 29%;
  padding-left: 1rem;
}
.inside-fwyx-1 .inside-bt {
  padding-left: 1.3rem;
  line-height: 0.3rem;
  position: relative;
  text-align: left;
}
.inside-fwyx-1 .inside-bt em {
  font-weight: normal;
  color: #888f92;
  font-size: 0.16rem;
  font-style: normal;
}
.inside-fwyx-1 .inside-bt span {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-fwyx-1 .f24 {
  color: #222;
  font-weight: 700;
  font-size: 0.24rem;
  padding-top: 1rem;
}
.inside-fwyx-1 .f30 {
  color: #222;
  padding-top: 0.7rem;
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: 700;
  text-align: center;
}
.inside-fwyx-1 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  justify-content: space-between;
}
.inside-fwyx-1 .tabnav {
  width: 41.5%;
}
.inside-fwyx-1 .tabnav li {
  color: #333;
  font-weight: 700;
  font-size: 0.26rem;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  height: 1.82rem;
  padding-left: 1.05rem;
  transition: all 500ms ease;
  border-bottom: solid 0.05rem #f6f6f6;
}
.inside-fwyx-1 .tabnav li img {
  max-height: 0.71rem;
  margin-right: 0.5rem;
}
.inside-fwyx-1 .tabnav li {
  cursor: pointer;
  margin-top: 0.13rem;
}
.inside-fwyx-1 .tabnav li:first-child {
  margin-top: 0;
}
.inside-fwyx-1 .tabnav .cur {
  border-bottom-color: #f39800;
}
.inside-fwyx-1 .tabbox {
  width: 57.5%;
}
.inside-fwyx-1 .tabcot {
  display: none;
  text-align: center;
}
.inside-fwyx-1 .show {
  display: block;
}
@media (max-width: 1024px) {
  .inside-fwyx-1 .item {
    display: block;
  }
  .inside-fwyx-1 .text {
    width: 100%;
    padding-left: 80px;
  }
  .inside-fwyx-1 .f24 {
    font-size: 18px;
  }
  .inside-fwyx-1 .list {
    display: block;
  }
  .inside-fwyx-1 .tabnav,
  .inside-fwyx-1 .tabbox {
    width: 100%;
  }
  .inside-fwyx-1 .tabnav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .inside-fwyx-1 .tabnav li {
    height: 80px;
    border-left: solid 1px #fff;
    margin-top: 10px!important;
    justify-content: center;
    vertical-align: top;
    width: 50%;
    padding: 0;
  }
  .inside-fwyx-1 .tabnav li img {
    margin-right: 15px;
  }
  .inside-fwyx-1 .tabbox {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .inside-fwyx-1 .tabnav li {
    width: 100%;
    padding-left: 60px;
    justify-content: left;
  }
}
.inside-fwyx-2 {
  color: #fff;
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-fwyx-2 .inside-bt {
  color: #fff;
}
.inside-fwyx-2 .list {
  padding-top: 0.5rem;
}
.inside-fwyx-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.08rem;
}
.inside-fwyx-2 .list li {
  width: 13.4%;
  padding: 0 0.08rem;
}
.inside-fwyx-2 .list li .item {
  position: relative;
  padding: 0.5rem 0;
  padding-left: 0.2rem;
  height: 5rem;
  border-radius: 0.1rem;
  border: solid 1px #ffffff;
  transition: all 500ms ease;
}
.inside-fwyx-2 .list li .num {
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-family: "Oswald-Bold";
}
.inside-fwyx-2 .list li .t1 {
  font-size: 0.26rem;
  font-weight: 700;
  padding-top: 0.35rem;
}
.inside-fwyx-2 .list li .t2 {
  padding-top: 0.1rem;
}
.inside-fwyx-2 .list li .t3 {
  opacity: 0.5;
  font-size: 0.12rem;
  bottom: 0.5rem;
  position: absolute;
}
.inside-fwyx-2 .list li .t4 {
  display: none;
  font-size: 0.2rem;
  line-height: 0.4rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}
.inside-fwyx-2 .list .cur {
  width: 33%;
}
.inside-fwyx-2 .list .cur .item {
  padding-left: 1.3rem;
  box-shadow: 0.4rem 0.4rem 1.5rem rgba(255, 255, 255, 0.6) inset;
}
.inside-fwyx-2 .list .cur .num {
  left: 0.45rem;
  top: 0.55rem;
  position: absolute;
}
.inside-fwyx-2 .list .cur .t1 {
  padding-top: 0.05rem;
}
.inside-fwyx-2 .list .cur .t2 {
  padding-top: 0;
}
.inside-fwyx-2 .list .cur .t4 {
  display: block;
}
@media (max-width: 1024px) {
  .inside-fwyx-2 .list ul {
    margin: 0 -5px;
  }
  .inside-fwyx-2 .list li {
    padding: 0 5px;
    width: 50%!important;
    margin-top: 20px;
  }
  .inside-fwyx-2 .list li .item {
    height: auto;
    min-height: 100%;
    box-shadow: none!important;
    padding: 30px!important;
  }
  .inside-fwyx-2 .list li .num {
    top: auto!important;
    left: auto!important;
    position: relative!important;
  }
  .inside-fwyx-2 .list li .t1 {
    padding-top: 10px!important;
  }
  .inside-fwyx-2 .list li .t2 {
    display: none;
    padding-top: 0!important;
  }
  .inside-fwyx-2 .list li .t3 {
    display: none;
  }
  .inside-fwyx-2 .list li .t4 {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    display: block!important;
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .inside-fwyx-2 .list li {
    width: 100%!important;
  }
}
.inside-fwyx-3 {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.4rem;
}
.inside-fwyx-3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.6rem;
}
.inside-fwyx-3 li .icon img {
  max-height: 0.85rem;
  transition: all 500ms ease;
}
.inside-fwyx-3 li .tit {
  margin-top: 0.2rem;
  font-weight: lighter;
}
.inside-fwyx-3 li:hover .icon img {
  transform: rotateY(180deg);
}
.inside-fwyx-3 .f30 {
  padding-top: 1rem;
  line-height: 0.4rem;
  font-size: 0.3rem;
  color: #222222;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-fwyx-3 ul {
    justify-content: flex-start;
    padding-top: 0;
  }
  .inside-fwyx-3 li {
    width: 33.333%;
    padding: 0 10px;
    padding-top: 20px;
  }
}
.classifyPro .list {
  background: #f7f8fc;
  padding-bottom: 0.3rem;
}
.classifyPro li {
  position: relative;
}
.classifyPro .title {
  transition: .3s;
  height: 0.74rem;
  position: relative;
  line-height: 0.73rem;
  padding: 0 0.2rem;
}
.classifyPro .title a {
  display: block;
  position: relative;
  max-width: 100%;
  color: #333333;
  font-size: 0.18rem;
  padding-left: 0.05rem;
  padding-right: 0.2rem;
  font-weight: normal;
  vertical-align: middle;
  height: 0.73rem;
  overflow: hidden;
  border-bottom: dashed 1px #c4c9cc;
}
.classifyPro .title a:hover {
  color: #089bed;
}
.classifyPro .title span {
  z-index: 2;
  display: block;
  position: relative;
}
.classifyPro .has > .title a {
  display: block;
}
.classifyPro .has.active > .title a{
	color: #089bed;
}
.classifyPro .has > .title .iocn:after {
  content: "+";
  font-family: "å®‹ä½“";
  display: inline-block;
  transition: all 300ms ease;
}
.classifyPro .list .icon {
  color: #3d3d3d;
  text-align: center;
  border-radius: 50%;
  line-height: 0.2rem;
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: 0.3rem;
  right: 0rem;
  cursor: pointer;
  transition: .3s;
  font-family: "å®‹ä½“";
  font-style: normal;
  background: #fff;
  font-weight: 700;
}
.classifyPro .down .icon {
  color: #333;
  background: #fff;
}
.classifyPro .down .icon:after {
  content: "-";
}
.classifyPro .down:hover {
  position: relative;
}
.classifyPro .down:hover > .title a:before {
  opacity: 1;
}
.classifyPro .down:hover > .title:before {
  opacity: 1;
}
.classifyPro .down:hover .icon {
  color: #333;
  background: #fff;
}
.classifyPro .down:hover .icon:after {
  content: "-";
}
.classifyPro .list .list {
  padding: 0.1rem 0px;
  display: none;
}
.classifyPro .list .list .title {
  padding: 0;
  word-break: break-all;
  padding-right: 0.25rem;
  line-height: 0.24rem;
  height: auto;
}
.classifyPro .list .list .title a {
  height: auto;
  color: #666;
  padding: 0;
  padding-right: 0.2rem;
  margin: 0.25rem 0 !important;
  margin-left: 0.2rem !important;
  font-size: 0.16rem;
  font-weight: normal;
  position: relative;
  transition: all 500ms ease;
  border-bottom: solid 0px #ebf1f8;
}
.classifyPro .list .list .title a:before {
  display: none!important;
}
.classifyPro .list .list .title a:after {
  content: "+";
  color: #777;
  right: 0rem;
  top: 0;
  opacity: 1;
  font-family: arial;
  position: absolute;
  font-size: 0.18rem;
}
.classifyPro .list .list .title a:hover {
  color: #089bed;
}
.classifyPro .list .list .title a:hover:after {
  color: #089bed;
}
.classifyPro .list .list .title:before {
  display: none!important;
}
.classifyPro .list .list .cur a,
.classifyPro .list .list li:hover a {
  color: #089bed;
  border-bottom: solid 0px #f39800;
}
.classifyPro .list .list .cur a:after,
.classifyPro .list .list li:hover a:after {
  color: #089bed;
}
.classifyPro .list .list li:last-child .title {
  border: none;
}
.inside-about {
  color: #666;
  padding: 1.1rem 0;
}
.inside-about .title {
  color: #141414;
  text-align: center;
  position: relative;
}
.inside-about .title:after {
  content: "";
  left: 50%;
  bottom: 0;
  width: 0.98rem;
  background: #f39800;
  transform: translateX(-50%);
  position: absolute;
  height: 0.04rem;
}
.inside-about .txten {
  margin-top: -1.2rem;
  position: relative;
  text-align: center;
}
.inside-about .txten img {
  max-height: 2.21rem;
}
.inside-about .text {
  margin-top: -0.5rem;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.inside-about .text p {
  text-indent: 0.4rem;
  padding-top: 0.2rem;
}
.inside-about .wz {
  display: inline-block;
  line-height: 0.2rem;
  padding: 0 0.1rem;
}
.inside-about .counter {
  color: #089bed;
}
.inside-about em {
  color: #089bed;
}
.inside-about .videobox {
  position: relative;
  text-align: center;
  margin-top: 0.9rem;
}
.inside-about .circle {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-about .circle:before,
.inside-about .circle:after {
  background: #f39800;
}
.inside-about .circle i {
  top: 50%;
  border-radius: 0.05rem;
  transform: translateY(-50%);
  border-left: solid 0.3rem #ffffff;
  border-top: solid 0.2rem transparent;
  border-bottom: solid 0.2rem transparent;
}
@media (max-width: 1024px) {
  .inside-about .text {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-about .text p {
    text-indent: 0;
    padding-top: 15px;
  }
  .inside-about .numlist {
    padding-top: 20px;
  }
  .inside-about .numlist li {
    width: 33.3333%;
    margin-top: 20px;
  }
}
@media (max-width: 540px) {
  .inside-about .text {
    margin-top: 0;
  }
  .inside-about .numlist li {
    width: 50%;
    margin-top: 0;
  }
  .inside-about .numlist li:nth-child(4) {
    width: 50%;
  }
  .inside-about .numlist .t1 img {
    margin-right: 0;
  }
  .inside-about .numlist .t2 .counter {
    font-size: 18px;
  }
  .inside-about .videobox {
    margin-top: 30px;
  }
}
.inside-about-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #eaeae8;
  padding: 1rem 0;
}
.inside-about-2 .title {
  text-align: center;
  color: #212529;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 0.5rem;
}
.inside-about-2 .list {
  display: flex;
  line-height: 0.36rem;
  font-size: 0.18rem;
  margin-top: 0.6rem;
  justify-content: space-between;
}
.inside-about-2 .pic {
  width: 47.3%;
}
.inside-about-2 .txtbox {
  width: 47.5%;
}
.inside-about-2 .txtbox p {
  padding-top: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-about-2 .list {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-about-2 .pic,
  .inside-about-2 .txtbox {
    width: 100%;
  }
  .inside-about-2 .txtbox {
    margin-top: 30px;
  }
}
.inside-about-3 {
  position: relative;
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about-3 .title {
  color: #fff;
  text-align: center;
  font-size: 0.42rem;
  font-weight: 700;
}
.inside-about-3 .container-2 {
  position: relative;
}
.inside-about-3 .siderfor {
  margin-top: 0.45rem;
}
.inside-about-3 .siderfor .item:hover .pic img {
  transform: scale(1.05);
}
.inside-about-3 .siderfor .swiper-slide {
  padding-bottom: 0.2rem;
  padding-right: 0.2rem;
}
.inside-about-3 .siderfor .item {
  position: relative;
}
.inside-about-3 .siderfor .item .pic {
  width: 52%;
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-about-3 .siderfor .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.70941337%;
}
.inside-about-3 .siderfor .item .pic img {
  transition: all 1000ms ease;
}
.inside-about-3 .siderfor .item .text {
  width: 48%;
  float: right;
  background: #fff;
  z-index: 3;
  min-height: 4.4rem;
  margin-top: 0.5rem;
  width: calc(40% + 2rem);
  box-shadow: 10px 10px 5px rgba(36, 49, 84, 0.03);
  position: relative;
  margin-left: -2rem;
  padding: 0.4rem 0.7rem 0 0.6rem;
}
.inside-about-3 .siderfor .item .text .title {
  text-align: left;
  height: 0.8rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.inside-about-3 .siderfor .item .text .title .num {
  bottom: 0;
  left: 0;
  color: #089bed;
  font-size: 0.55rem;
  line-height: 0.55rem;
  width: 0.9rem;
  font-weight: 700;
  position: absolute;
  font-family: "POPPINS-REGULAR";
}
.inside-about-3 .siderfor .item .text .title .num:before {
  top: 0;
  right: 0.24rem;
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  transform: rotate(35deg);
  border-left: solid 1px #089bed;
}
.inside-about-3 .siderfor .item .text .title .num:after {
  bottom: -0.1rem;
  left: 0.1rem;
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  transform: rotate(35deg);
  border-left: solid 1px #089bed;
}
.inside-about-3 .siderfor .item .text .title .cn {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
  padding-top: 0.1rem;
}
.inside-about-3 .siderfor .item .text .title .en {
  color: #cfcfcf;
  font-size: 0.12rem;
  font-family: arial;
  text-transform: uppercase;
}
.inside-about-3 .siderfor .item .text .info {
  text-align: justify;
}
.inside-about-3 .siderfor .item .text .p-1 {
  margin-top: 0.1rem;
  color: #616161;
  padding-left: 0.2rem;
  position: relative;
}
.inside-about-3 .siderfor .item .text .p-1:before {
  content: "";
  top: 0.06rem;
  left: 0;
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  background: url(/template/index/pc/images/arrow.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 1300px) {
  .inside-about-3 .siderfor .item .text {
    margin-top: 0.48rem;
  }
}
.inside-about-3 .sidernav {
  overflow: inherit;
  right: 0.1rem;
  width: 50%;
  z-index: 2;
  bottom: 0.6rem;
  position: absolute;
}
.inside-about-3 .sidernav .swiper-slide-thumb-active span {
  color: #fff;
  background: #089bed;
  border-color: #089bed;
}
.inside-about-3 .sidernav li {
  padding: 0 0.05rem;
  width: auto!important;
}
.inside-about-3 .sidernav li span {
  font-size: 0.14rem;
  text-align: center;
  min-width: 1.7rem;
  color: #333;
  height: 0.4rem;
  cursor: pointer;
  padding: 0 0.2rem;
  line-height: 0.38rem;
  border-radius: 0.3rem;
  display: inline-block;
  border: solid 1px #b8b8b8;
}
.inside-about-3 .swiper-slide-active .pic {
  animation: 2s fadeInLeft2 ease;
}
.inside-about-3 .swiper-slide-active .text {
  animation: 2s fadeInRight2 ease;
}
@media (max-width: 1024px) {
  .inside-about-3 .siderfor .item .pic {
    width: 100%;
    float: none;
  }
  .inside-about-3 .siderfor .swiper-slide {
    padding-right: 0;
    padding-bottom: 0;
  }
  .inside-about-3 .siderfor .item .text {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
    min-height: auto;
    float: none!important;
  }
  .inside-about-3 .sidernav {
    margin-top: -1px;
    background: #fff;
    right: auto;
    width: 100%;
    padding: 30px;
    position: relative;
    bottom: auto;
  }
  .inside-about-3 .sidernav li span {
    line-height: 38px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .inside-about-3 .sidernav {
    display: none;
  }
  .inside-about-3 .sidernav li {
    width: 100%!important;
  }
  .inside-about-3 .sidernav li span {
    width: 100%;
  }
}
.inside-service {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 1rem 0;
}
.inside-service .list {
  margin-top: 0.7rem;
}
.inside-service .mapbox {
  top: 1rem;
  width: 57%;
  float: left;
  position: sticky;
}
.inside-service .mapbox img {
  max-height: 6.45rem;
}
.inside-service .mapph {
  display: none;
}
.inside-service .dot {
  position: absolute;
}
.inside-service .dot .circle {
  position: absolute;
}
.inside-service .dot .circle:before,
.inside-service .dot .circle:after {
  width: 0.34rem;
  height: 0.34rem;
  background: #f39800;
}
.inside-service .dot1 {
  top: 0.6rem;
  left: 5.9rem;
}
.inside-service .dot2 {
  top: 1.2rem;
  left: 5.9rem;
}
.inside-service .dot3 {
  top: 1.4rem;
  left: 5.65rem;
}
.inside-service .dot4 {
  top: 2rem;
  left: 4.75rem;
}
.inside-service .dot5 {
  top: 2.45rem;
  left: 4.85rem;
}
.inside-service .dot6 {
  top: 3.2rem;
  left: 4.4rem;
}
.inside-service .dot7 {
  top: 4rem;
  left: 4.1rem;
}
.inside-service .dot8 {
  top: 3.35rem;
  left: 5.74rem;
}
.inside-service .dot9 {
  top: 3.5rem;
  left: 5.8rem;
}
.inside-service .dot10 {
  top: 3.55rem;
  left: 5.9rem;
}
.inside-service .dot11 {
  top: 3.75rem;
  left: 6.05rem;
}
.inside-service .dot12 {
  top: 3.75rem;
  left: 5.55rem;
}
.inside-service .dot13 {
  top: 4.2rem;
  left: 4.7rem;
}
.inside-service .dot14 {
  top: 4.3rem;
  left: 4.6rem;
}
.inside-service .dot15 {
  top: 4.4rem;
  left: 4.75rem;
}
.inside-service .dot16 {
  top: 4.4rem;
  left: 4.85rem;
}
.inside-service .dot17 {
  top: 4.1rem;
  left: 5.3rem;
}
.inside-service .dot18 {
  top: 4.15rem;
  left: 5.35rem;
}
.inside-service .dot19 {
  top: 4.2rem;
  left: 5.4rem;
}
.inside-service .addbox {
  width: 43%;
  float: right;
  padding-left: 0.7rem;
  vertical-align: top;
}
.inside-service .tabnav ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-service .tabnav li {
  width: 35%;
  padding-left: 0.2rem;
}
.inside-service .tabnav li span {
  cursor: pointer;
  color: #7a7a7a;
  width: 100%;
  display: block;
  height: 0.54rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.52rem;
  border: solid 1px #d4d5d9;
  border-radius: 0.3rem;
}
.inside-service .tabnav li:first-child {
  padding-left: 0;
}
.inside-service .tabnav .cur span {
  color: #fff;
  border-color: #089bed;
  background: #089bed;
}
.inside-service .tabbox {
  padding-top: 0.4rem;
}
.inside-service .tabcot {
  display: none;
  width: 110%;
  color: #2e2e2e;
}
.inside-service .tabcot p {
  padding-top: 0.23rem;
}
.inside-service .show {
  display: block;
}
@media (max-width: 1024px) {
  .inside-service .mapbox {
    width: 100%;
    top: auto;
    float: none;
    position: relative;
  }
  .inside-service .addbox {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 30px;
  }
  .inside-service .tabnav li span {
    height: 46px;
    line-height: 44px;
    font-size: 16px;
  }
  .inside-service .tabcot {
    width: 100%;
  }
  .inside-service .tabcot p {
    padding-top: 10px;
  }
}
@media (max-width: 640px) {
  .inside-service .mapbox {
    display: none;
  }
  .inside-service .mapph {
    display: block;
  }
  .inside-service .tabnav li {
    width: 50%;
  }
}
.inside-proshow-1 {
  padding-bottom: 1rem;
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #fff;
}
.inside-proshow-1 .container-3 {
  margin-top: 1rem;
}
.inside-proshow-1 .leftlist {
  width: 49%;
  float: left;
  position: relative;
}
.inside-proshow-1 .rightbox {
  color: #333;
  width: 50%;
  float: right;
  line-height: 0.27rem;
  padding-left: 0.9rem;
}
.inside-proshow-1 .rightbox h1 {
  color: #333;
  font-weight: normal;
  font-size: 0.5rem;
  line-height: 0.6rem;
  padding-bottom: 0.2rem;
}
.inside-proshow-1 .rightbox h1 img {
  margin-left: 0.1rem;
  max-height: 0.17rem;
}
.inside-proshow-1 .rightbox .txt {
  color: #7a7a7a;
}
.inside-proshow-1 .rightbox .tit {
  color: #333;
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.inside-proshow-1 .rightbox .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-proshow-1 .rightbox .list li {
  color: #7a7a7a;
  font-size: 0.18rem;
  text-align: center;
}
.inside-proshow-1 .rightbox .list .icon {
  margin-top: 0.1rem;
}
.inside-proshow-1 .rightbox .list .icon img {
  max-height: 0.51rem;
}
.inside-proshow-1 .rightbox .btnbox {
  margin-top: 0.2rem;
}
.inside-proshow-1 .rightbox .btnbox ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-proshow-1 .rightbox .btnbox li {
  text-align: center;
  padding: 0 0.1rem;
}
.inside-proshow-1 .rightbox .btnbox li a {
  display: block;
  width: 100%;
  height: 0.56rem;
  min-width: 1.6rem;
  border: solid 1px #f39800;
}
.inside-proshow-1 .rightbox .btnbox li span {
  display: block;
}
.inside-proshow-1 .rightbox .btnbox li img {
  margin-bottom: 0.03rem;
  margin-right: 0.05rem;
  vertical-align: middle;
  max-height: 0.21rem;
}
.inside-proshow-1 .rightbox .btnbox li:first-child {
  padding-left: 0;
}
.inside-proshow-1 .rightbox .btnbox li:first-child a {
  color: #fff;
  line-height: 0.54rem;
  background: #f39800;
}
.inside-proshow-1 .rightbox .btnbox li:nth-child(2) {
  line-height: 0.2rem;
  font-size: 0.13rem;
}
.inside-proshow-1 .rightbox .btnbox li:nth-child(2) span:first-child {
  padding-top: 0.07rem;
  font-size: 0.18rem;
  color: #089bed;
  font-family: "Oswald";
}
.inside-proshow-1 .rightbox .btnbox li:last-child a {
  line-height: 0.54rem;
}
.inside-proshow-1 .myswiper1 {
  width: 78%;
  float: left;
  border: solid 1px #ddd;
  background-color: #fff;
}
.inside-proshow-1 .myswiper1 li {
  background: #fff;
}
.inside-proshow-1 .myswiper1 .pic {
  position: relative;
}
.inside-proshow-1 .myswiper1 .pic img {
  width: auto;
  height: auto;
}
.inside-proshow-1 .myswiper1 .pic:after {
  content: "";
  display: block;
  padding-bottom: 73.63636364%;
}
.inside-proshow-1 .myswiper2 {
  width: 13.8%;
  float: right;
  height: 4.1rem;
  overflow: hidden;
}
.inside-proshow-1 .myswiper2 li {
  padding: 0.05rem 0;
  height: auto!important;
}
.inside-proshow-1 .myswiper2 .pic {
  transition: all 334ms ease;
  border: solid 1px #ddd;
  cursor: pointer;
  position: relative;
}
.inside-proshow-1 .myswiper2 .pic img {
  width: auto;
  height: auto;
}
.inside-proshow-1 .myswiper2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 73.63636364%;
}
.inside-proshow-1 .myswiper2 .swiper-slide-thumb-active .pic {
  border-color: #f39800;
}
@media (max-width: 1024px) {
  .inside-proshow-1 {
    padding-top: 60px;
    display: block;
  }
  .inside-proshow-1 .container-3 {
    margin-top: 40px;
  }
  .inside-proshow-1 .leftlist {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .inside-proshow-1 .rightbox {
    width: 100%;
    float: none;
    line-height: 24px;
    padding: 30px 0 0 0;
  }
  .inside-proshow-1 .rightbox h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0;
  }
  .inside-proshow-1 .rightbox h1 img {
    max-height: 17px;
  }
  .inside-proshow-1 .rightbox .tit {
    font-size: 16px;
  }
  .inside-proshow-1 .rightbox .list li {
    font-size: 15px;
  }
  .inside-proshow-1 .rightbox .btnbox li {
    width: 33.333%;
  }
  .inside-proshow-1 .rightbox .btnbox li a {
    min-width: 100%;
    height: 56px;
  }
  .inside-proshow-1 .rightbox .btnbox li:first-child a,
  .inside-proshow-1 .rightbox .btnbox li:last-child a {
    line-height: 54px;
    font-size: 16px;
  }
  .inside-proshow-1 .rightbox .btnbox li:first-child img,
  .inside-proshow-1 .rightbox .btnbox li:last-child img {
    max-height: 20px;
    margin-right: 5px;
  }
  .inside-proshow-1 .rightbox .btnbox li:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
  }
  .inside-proshow-1 .rightbox .btnbox li:nth-child(2) span:first-child {
    font-size: 18px;
    padding-top: 6px;
  }
  .inside-proshow-1 .myswiper2 {
    height: 5rem;
  }
}
@media (max-width: 480px) {
  .inside-proshow-1 .rightbox .list li {
    width: 33.333%;
  }
  .inside-proshow-1 .rightbox .btnbox li {
    width: 100%;
    margin-top: 10px;
  }
  .inside-proshow-1 .rightbox .btnbox li:first-child {
    margin-top: 0;
  }
  .inside-proshow-1 .myswiper2 {
    display: none;
  }
  .inside-proshow-1 .myswiper1 {
    width: 100%;
  }
}
.inside-proshow-2 {
  padding: 1.2rem 0;
  background: #edf1fa;
}
.inside-proshow-2 .pronav {
  padding-left: 0.1rem;
  top: 1.2rem;
  position: sticky;
}
.inside-proshow-2 .pronav li {
  color: #333;
  padding-bottom: 0.1rem;
  font-size: 0.18rem;
  position: relative;
}
.inside-proshow-2 .pronav li:before {
  content: "";
  margin-bottom: 0.03rem;
  margin-right: 0.1rem;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background: #edf1fa;
}
.inside-proshow-2 .pronav li:hover a,
.inside-proshow-2 .pronav .cur a {
  color: #089bed;
}
.inside-proshow-2 .pronav li:hover:before,
.inside-proshow-2 .pronav .cur:before {
  background: #089bed;
}
.inside-proshow-2 .box {
  position: relative;
  background: #fff;
  padding: 0.7rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.2rem rgba(0, 83, 165, 0.1);
}
.inside-proshow-2 .title {
  vertical-align: top;
  font-weight: 700;
  font-size: 0.38rem;
  color: #089bed;
  line-height: 0.4rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #eee;
}
.inside-proshow-2 .title img {
  margin-right: 0.2rem;
  margin-top: 0.04rem;
  max-height: 0.41rem;
}
.inside-proshow-2 .tu {
  text-align: center;
  margin-top: 0.5rem;
}
.inside-proshow-2 .box-2 {
  margin-top: 0.6rem;
}
.inside-proshow-2 .box-2 .tag {
  color: #2e2e2e;
  font-size: 0.2rem;
  padding-top: 0.3rem;
  padding-left: 0.8rem;
  line-height: 0.36rem;
}
.inside-proshow-2 .table {
  font-family: "Roboto";
  margin-top: 0.4rem;
}
.inside-proshow-2 .table th {
  color: #333;
  background: #ccc;
  font-size: 0.16rem;
  border-left: solid 1px #fff;
}
.inside-proshow-2 .table table {
  text-align: center;
}
.inside-proshow-2 .table td {
  padding: 0.1rem;
  border: solid 1px #ddd;
}
.inside-proshow-2 .container-2 {
  margin-top: -0.7rem;
  position: relative;
}
@media (max-width: 1024px) {
  .inside-proshow-2 .table {
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-proshow-2 .table table {
    width: 1200px;
  }
  .inside-proshow-2 .pronav {
    top: auto;
    padding-left: 0;
    padding: 0 20px;
    position: relative;
    max-width: 640px;
    margin: 0 auto;
  }
  .inside-proshow-2 .pronav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .inside-proshow-2 .pronav li {
    font-size: 18px;
    padding-right: 20px;
  }
  .inside-proshow-2 .container-2 {
    margin-top: 30px;
  }
  .inside-proshow-2 .title {
    font-size: 20px;
  }
}
.inside-proshow-3 {
  padding: 1.6rem 0 1.2rem 0;
}
.inside-proshow-3 .title {
  color: #333;
  font-size: 0.48rem;
  line-height: 0.5rem;
}
.inside-proshow-3 .inside-proright {
  width: 100%;
  float: none;
}
.inside-proshow-3 .inside-proright .list {
  margin-top: 0.6rem;
}
.inside-proshow-3 .inside-proright .list ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: initial;
}
.inside-proshow-3 .inside-proright .list li {
  padding: 0;
  margin-bottom: 1px;
}
@media (max-width: 1024px) {
  .inside-proshow-3 {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .inside-proshow-3 .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.inside-fzlc {
  background: linear-gradient(to right, #ffffff, #fefeff);
  padding: 1rem 0;
  position:relative;
}
.inside-fzlc .textbox {
  display: flex;
}
.inside-fzlc .textbox .title {
  font-weight: 700;
}
.inside-fzlc .textbox .title .t1 {
  line-height: 0.5rem;
  font-size: 0.42rem;
  color: #089bed;
}
.inside-fzlc .textbox .title .t2 {
  color: #949494;
  font-size: 0.24rem;
  font-family: 'Roboto';
}
.inside-fzlc .textbox .text {
  font-size: 0.18rem;
  color: #747474;
  padding-left: 1.1rem;
}
.inside-fzlc .list {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.inside-fzlc .videobox {
  width: 67.5%;
}
.inside-fzlc .menu {
  width: 32.5%;
  background: url(/template/index/pc/images/fzlc-bg.jpg) no-repeat;
  background-size: cover;
}
.inside-fzlc .menu li {
  padding: 0 0.4rem;
  height: 1.86rem;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.inside-fzlc .menu li a {
  color: #fff;
}
.inside-fzlc .menu .item {
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.inside-fzlc .menu .item p {
  padding: 0.07rem 0;
}
.inside-fzlc .menu .item p:first-child {
  font-weight: 700;
}
.inside-fzlc .menu .time {
  top: 50%;
  right: 0.4rem;
  position: absolute;
  transform: translateY(-50%);
  font-family: 'Roboto';
}
.inside-fzlc .menu .time p {
  display: none;
  font-size: 0.3rem;
  font-style: normal;
}
.inside-fzlc .menu .time p:nth-child(2) {
  text-align: right;
}
.inside-fzlc .menu .time span {
  color: #f39800;
  font-size: 0.36rem;
  line-height: 0.4rem;
  font-weight: lighter;
}
.inside-fzlc .menu li:hover,
.inside-fzlc .menu .cur {
  background: #f2f1f2;
}
.inside-fzlc .menu li:hover a,
.inside-fzlc .menu .cur a {
  color: #666;
}
.inside-fzlc .menu li:hover p,
.inside-fzlc .menu .cur p {
  display: block;
}
.inside-fzlc .menu li:hover span,
.inside-fzlc .menu .cur span {
  display: none;
}
@media (max-width: 1024px) {
  .inside-fzlc .textbox .text {
    font-size: 12px;
    padding-left: 20px;
  }
  .inside-fzlc .list {
    display: block;
  }
  .inside-fzlc .videobox {
    width: 100%;
  }
  .inside-fzlc .menu {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .inside-fzlc .textbox {
    display: block;
  }
  .inside-fzlc .textbox .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
.inside-fzlc-2 {
  padding: 0 0 1.1rem 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.inside-fzlc-2 .title {
  width: 100%;
  font-weight: 700;
  line-height: 0.5rem;
  font-size: 0.42rem;
  color: #089bed;
  position: relative;
  padding-bottom: 0.3rem;
}
.inside-fzlc-2 .title:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0.98rem;
  height: 0.04rem;
  position: absolute;
  background: #f39800;
}
.inside-fzlc-2 .tabbox {
  position: relative;
}
.inside-fzlc-2 .mySwiper {
  color: #333;
  position: relative;
  overflow: inherit;
  border-top: solid 2px #bebebe;
  margin-top: 0.9rem;
  text-align: center;
  font-size: 0.18rem;
}
.inside-fzlc-2 .mySwiper:after {
  content: "";
  right: 0;
  top: -0.1rem;
  width: 0.22rem;
  height: 0.18rem;
  position: absolute;
  background: url(/template/index/pc/images/jt-2.png) no-repeat;
  background-size: cover;
}
.inside-fzlc-2 .mySwiper .swiper-slide-thumb-active {
  font-weight: 700;
}
.inside-fzlc-2 .mySwiper li {
  cursor: pointer;
}
.inside-fzlc-2 .mySwiper li:before {
  top: -0.05rem;
  left: 0;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  border-radius: 50%;
  background: #f39800;
}
.inside-fzlc-2 .mySwiper p {
  margin-top: 0.4rem;
}
.inside-fzlc-2 .mySwiper p:hover {
  font-weight: 700;
}
.inside-fzlc-2 .mySwiper2 .item {
  padding: 0 0.54rem;
  margin-top: 0.6rem;
  border-left: solid 1px #e0e0e0;
}
.inside-fzlc-2 .mySwiper2 .time {
  color: #141414;
  font-weight: 700;
  font-size: 0.24rem;
}
.inside-fzlc-2 .mySwiper2 .tag {
  overflow: hidden;
  height: 0.9rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  margin-top: 0.1rem;
}
.inside-fzlc-2 .mySwiper2 .pic {
  margin-top: 0.3rem;
}
.inside-fzlc-2 .mySwiper2 .swiper-slide-active .title {
  animation: titFadeup1 1s ease-in-out;
}
@media (max-width: 1024px) {
  .inside-fzlc-2 .title {
    font-size: 24px;
  }
  .inside-fzlc-2 .mySwiper2 .item {
    padding: 0 15px;
  }
  .inside-fzlc-2 .mySwiper2 .tag {
    font-size: 14px;
  }
}
.inside-tag {
  line-height: 0.32rem;
  font-size: 0.14rem;
  margin-top: 0.2rem;
  padding-right: 1rem;
  border-top: solid 1px #089bed;
  position: relative;
}
.inside-tag a {
  padding: 0 0.1rem;
  display: inline-block;
}
.inside-tag .return {
  right: 0;
  top: 0;
  padding: 0 0.1rem;
  position: absolute;
  background: #089bed;
}
.inside-tag .return a {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-tag {
    font-size: 14px;
    line-height: 24px;
  }
}
.inside-page-news {
  margin-top: 0.6rem;
}
.inside-page-news li {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  border-top: dashed 1px #ddd;
  line-height: 0.4rem;
  height: 0.42rem;
}
.inside-page-news li span {
  color: #fff;
  margin-right: 0.1rem;
  padding: 0 0.06rem;
  line-height: 0.3rem;
  display: inline-block;
  position: relative;
  background: #a2a2a2;
}
.inside-page-news li em {
  float: right;
  font-style: normal;
  font-size: 0.14rem;
  padding-left: 0.2rem;
}
.inside-page-news li:first-child {
  border-top: 0;
}
.inside-page-news li:first-child span:after {
  border-bottom: solid 0.06rem #222;
  border-top: 0;
}
@media (max-width: 1023px) {
  .inside-page-news {
    margin-top: 40px;
  }
  .inside-page-news li {
    height: 50px;
    line-height: 49px;
  }
  .inside-page-news li span {
    padding: 0 10px;
  }
  .inside-page-news li em {
    display: none;
  }
}
.inside-xg-news {
  padding-top: 1rem;
}
.inside-page {
  font-size: 12px;
  text-align: center;
  padding-top: 0.8rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 0.4rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  font-size: 12px;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #dfebf2;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #089bed;
  background: #089bed;
}
.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: 1023px) {
  .inside-page {
    padding: 40px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
}
.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: #f39800;
  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: 16px;
  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: 14px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.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: #f39800;
}
.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(/template/index/pc/images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.floatRigth {
  position: fixed;
  z-index: 99;
  right: 0rem;
  top: 50%;
}
@keyframes ripple {
  0% {
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.floatRigth img {
  vertical-align: top;
}
.floatRigth li {
  height: 0.5rem;
  width: 0.5rem;
  position: relative;
}
.floatRigth li:last-child {
  margin-bottom: 0;
}
.floatRigth li a {
  color: #fff;
}
.floatRigth li:first-child .box {
  border-top-left-radius: 0.05rem;
  border-top-right-radius: 0.05rem;
}
.floatRigth li:nth-child(4) .box {
  border-bottom-left-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
  border-bottom: 0;
}
.floatRigth li:last-child {
  margin-top: 0.1rem;
}
.floatRigth li:last-child .box {
  padding-top: 0;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  border-bottom: 0;
}
.floatRigth li:last-child img {
  vertical-align: middle;
}
.floatRigth li:hover .box {
  border-radius: 0;
}
.floatRigth .box {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 0.12rem;
  text-align: center;
  padding-top: 0.04rem;
  line-height: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #f39800;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 500ms ease;
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}
.floatRigth .iconfont {
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  position: relative;
}
.floatRigth .iconfont img {
  max-height: 0.23rem;
}
.floatRigth .title {
  display: block;
}
.floatRigth .hoverDiv {
  font-family: "POPPINS-REGULAR";
  background-color: #fbc304;
  width: 1.8rem;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.5rem;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -1.8rem;
  transition: right .5s;
}
.floatRigth .hoverDivC {
  position: relative;
}
.floatRigth .ewm {
  width: 1rem;
  height: 1rem;
  text-align: left;
  padding: 0px;
}
.floatRigth .box:hover {
  background: #fbc304;
  color: #fff;
}
.floatRigth .box:hover .hoverDiv {
  right: 100%;
}
.floatRigth .box:hover .iconfont {
  color: #fff;
}
@media (max-width: 1200px) {
  .floatRigth {
    display: none;
  }
}
.inside-dowland-show {
  overflow: hidden;
  padding: 0.8rem 0 1rem 0;
}
.inside-dowland-show .insider-title {
  color: #333;
  font-size: 0.36rem;
  line-height: 0.46rem;
}
.inside-dowland-show .leftcot {
  width: 23%;
  float: left;
  padding: 0.3rem;
  background: #f7f7f7;
  margin-top: 0.4rem;
}
.inside-dowland-show .leftcot .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #333;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  transition: color 500 ease-in-out;
}
.inside-dowland-show .leftcot .pic {
  width: 100%;
  margin-top: 0.25rem;
  max-width: 1.2rem;
  position: relative;
}
.inside-dowland-show .leftcot .pic:after {
  content: "";
  display: block;
  padding-bottom: 133.89830508%;
}
.inside-dowland-show .rightcot {
  width: 70%;
  float: right;
  position: relative;
}
.inside-dowland-show .tabnav {
  padding-top: 0.4rem;
  border-bottom: solid 1px #c9cbca;
}
.inside-dowland-show .tabnav ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-dowland-show .tabnav li {
  color: #999;
  cursor: pointer;
  padding-bottom: 0.2rem;
  position: relative;
  margin-left: 0.45rem;
}
.inside-dowland-show .tabnav li:after {
  left: 0;
  bottom: -0.01rem;
  width: 0%;
  content: "";
  height: 0.03rem;
  position: absolute;
  background: #f39800;
  transition: width 500ms ease;
}
.inside-dowland-show .tabnav li:first-child {
  margin-left: 0;
}
.inside-dowland-show .tabnav .cur {
  color: #f39800;
  font-weight: 700;
}
.inside-dowland-show .tabnav .cur:after {
  width: 100%;
}
.inside-dowland-show .button {
  margin-top: 0.4rem;
}
.inside-dowland-show .button a {
  padding-left: 0;
  text-align: center;
}
.inside-dowland-show .tabbox {
  line-height: 0.32rem;
  padding-top: 0.35rem;
}
.inside-dowland-show .tabbox .t1 {
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.34rem;
}
.inside-dowland-show .tabbox .t2 {
  padding-top: 0.2rem;
}
.inside-dowland-show .tabbox .t2 span,
.inside-dowland-show .tabbox .t2 a {
  color: #f39800;
}
.inside-dowland-show .tabbox .t3 {
  padding-top: 0.5rem;
}
.inside-dowland-show .tabbox .t3 span {
  color: #f30;
}
.inside-dowland-show .tabbox .t4 {
  margin-top: 0.4rem;
}
.inside-dowland-show .tabbox .fromlist {
  width: 100%;
  margin-top: 0.1rem;
  max-width: 4.5rem;
  border-radius: 0.05rem;
}
.inside-dowland-show .tabbox .fromlist select {
  border: 0;
  max-width: 1.5rem;
  width: 100%;
  color: #999;
  vertical-align: top;
  line-height: 0.48rem;
  font-size: 0.16rem;
  text-align: center;
  font-family: arial;
  height: 0.5rem;
  border: solid 1px #e6e6e6;
  background-color: transparent;
}
.inside-dowland-show .tabbox .fromlist select:focus {
  border: solid 2px #000;
}
.inside-dowland-show .tabbox .fromlist input {
  border: 0;
  color: #666;
  vertical-align: top;
  margin-left: -5px;
  max-width: 2.8rem;
  width: 100%;
  padding: 0 0.3rem;
  height: 0.48rem;
  font-size: 0.16rem;
  font-family: "å¾®è½¯é›…é»‘";
  height: 0.5rem;
  border: solid 1px #e6e6e6;
  border-left: 0;
}
.inside-dowland-show .tabbox .fromlist input:focus {
  border: solid 2px #000;
}
.inside-dowland-show .tabbox .fromlist .tigs {
  display: inline-block;
  font-weight: 600;
  color: #dc002f;
  border: 1px solid #ffdcdc;
  box-shadow: 6px 6px 6px rgba(220, 0, 47, 0.1);
}
.inside-dowland-show .tabbox .fromlist .prd-input {
  background: #fbe4e4 !important;
  border: 1px solid #dc002f !important;
}
.inside-dowland-show .tabbox .fromlist-2 input {
  border-left: 0;
  max-width: 100%;
  border: solid 1px #e6e6e6;
}
.inside-dowland-show .tabcot {
  display: none;
}
@media (max-width: 640px) {
  .inside-dowland-show .leftcot {
    width: 100%;
    float: none;
  }
  .inside-dowland-show .leftcot .tit {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .inside-dowland-show .leftcot .pic {
    max-width: 120px;
  }
  .inside-dowland-show .rightcot {
    width: 100%;
    float: none;
  }
  .inside-dowland-show .tabbox .fromlist {
    max-width: 100%;
    height: 50px;
  }
  .inside-dowland-show .tabbox .fromlist select {
    max-width: 30%;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
  }
  .inside-dowland-show .tabbox .fromlist input {
    width: 70%;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }
}
.inside-dowland-show .tabbox .fromlist input {
  border-left: solid 1px #e6e6e6;
}
.inside-map-2 {
  padding: 40px 0;
}
.inside-map-2 li {
  padding: 20px 0;
}
.inside-map-2 li a {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.inside-map-2 li a:hover {
  color: #189468;
}
.inside-map-2 li .subnav {
  padding-top: 10px;
}
.inside-map-2 li .subnav a {
  color: #666;
  font-weight: normal;
  display: inline-block;
  padding-right: 15px;
  font-size: 16px;
}
.inside-map-2 li .subnav a:hover {
  color: #189468;
}
.fp-viewing-section1 .floatRigth .last {
  display: none;
}

.inside-tzgx .shaixuan .cur a{color:#0399ed;}

@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('/template/index/pc/fonts/POPPINS-REGULAR.ttf');
  src: url('/template/index/pc/fonts/POPPINS-REGULAR.woff');
  font-style: normal;
  font-display: swap;
}

.inside-fzlc-2{
  position:relative;
}
.anchorA{
  z-index:-1;
  top:-1.5rem;
  position:absolute;
}


.inside-fzlc .menu li{
  padding-left:0;
  padding-right:0;
}

.inside-fzlc .menu li a{
  height:100%;
  width:100%;
  display:block;
  padding-left:0.4rem;
  padding-right:0.4rem;
  padding-top:0.45rem;

}

#fp-nav{
	opacity: 1 !important;
	width:125px !important;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip{
	margin-left: 20px !important;
	width: 150% !important;
    opacity: 1 !important;
	color:#ddd !important;
}

#fp-nav ul li a span{
	border-color:#ddd !important;
	
}
#fp-nav ul li a.active span{
	background: #666 !important;
}
#fp-nav ul li:hover a span{
	background: #ddd !important;
}

.inside-job li .leftbox .txt p span{
	display: inline-block;
    border: 1px solid #cccccc;
    padding: 0 5px;
    border-radius: 5px;
	margin-bottom: 10px;
	/*box-shadow: 1px 1px 1px #ccc;*/
}

.culture {
	padding-bottom:90px
}
.culture ul {
	margin-top:40px;
	margin-left:-10px;
	margin-right:-10px;
}
@media (max-width:990px) {
	.culture ul {
		margin-top:20px;
		/* margin-left:0;
		margin-right:0; */
	}
}
.culture ul li {
	width: 33.333%;
	float: left;
	padding: 0 10px;
	margin-top: 20px;
}

@media (max-width:990px) {
	.culture ul li {
		width:50%
	}
}
@media (max-width:700px) {
	.culture ul li {
		width:100%
	}
}
.culture ul li .box {
  border-radius: 5px;
  border: solid 1px #aba9aa;
  padding: 30px;
  overflow: hidden;
}

.culture ul li span {
	width:60px;
	height:60px;
	float:left;
	line-height:58px;
	text-align:center;
	border-radius:100%;
	background:#aba9aa;
	display:inline-block;
	-webkit-transition:all 334ms ease-in-out;
	transition:all 334ms ease-in-out;
	position:relative
}
.culture ul li span:after {
	top:-5px;
	left:-5px;
	content:"";
	position:absolute;
	width:70px;
	height:70px;
	opacity:0;
	display:none\9;
	border-radius:100%;
	border:solid 1px #f39800;
	-webkit-transition:all 334ms ease-in-out;
	transition:all 334ms ease-in-out;
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg)
}
.culture ul li span img {
	max-height:35px;
	vertical-align:middle;
	-webkit-transition:all 334ms ease-in-out;
	transition:all 334ms ease-in-out
}
@media (max-width:480px) {
	.culture ul li span {
		width:50px;
		height:50px;
		line-height:45px
	}
	.culture ul li span:after {
		display:none
	}
	.culture ul li span img {
		max-height:30px
	}
}
.culture ul li .box .txt {
	width:80%;
	float:left;
	font-size:16px;
	padding-top:10px;
	padding-left:30px
}
.culture ul li .txt h3 {
	color:#333;
	font-size:22px;
	font-weight:normal
}
.culture ul li .txt p {
	line-height:24px;
	height:48px;
}
@media (max-width:480px) {
	.culture ul li .txt h3 {
		font-size:14px
	}
}
@media (max-width:1350px) {
	.culture ul li .txt {
		width:80%
	}
}
@media (max-width:1050px) {
	.culture ul li .txt {
		padding-left:15px
	}
}
@media (max-width:480px) {
	.culture ul li .txt {
		padding-top:0
	}
}
.culture ul li:hover .box {
	border-color:#f39800
}

.culture ul li:hover span {
	background:#f39800
}
.culture ul li:hover span:after {
	opacity:1;
	display:block\9
}
.culture ul li:hover span img {
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg)
}

/*.inside-service2{
    padding-top: 1rem;
    background: #2F527A;
}*/

.inside-service2 .container {
  max-width: 19.2rem;
}
.inside-service2 ul {
  display: flex;
  flex-wrap: nowrap;
}
.inside-service2 li {
  width: 33.333%;
  position: relative;
}
.inside-service2 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-service2 li .pic img {
  transition: all 700ms ease;
}
.inside-service2 li .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.inside-service2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 152.65625%;
}
.inside-service2 li .txtbox {
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  width: 100%;
  padding: 0 .4rem;
  
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.inside-service2 li .tit {
  font-weight: 700;
  font-size: 0.42rem;
  line-height: 0.5rem;
  text-align: center;
}
.inside-service2 li .txt {
  margin-top: 0.5rem;
  min-height: 2rem;
}
.inside-service2 li .more {
  margin: 0 auto;
  width: 2.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-top: 1rem;
  background: #f39800;
  border-radius: 0.3rem;
position: relative;
overflow: hidden;
transition: all 0.3s ease-in-out;  
}
.inside-service2 li .more a {
  color: #fff;
  display: block;
  text-align: center;
  transition: all 500ms ease;
}
.inside-service2 li .more i {
  margin-top: 0.22rem;
  margin-right: 0.2rem;
  vertical-align: top;
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-45deg);
}


.inside-service2 li .more:hover:before {
    animation: shine 1.5s ease-out infinite;
}
.inside-service2 li .more:hover:before {
    transform: scale(1.05);
}

.inside-service2 li .more:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.inside-service2 li:hover .txtbox {
  /* transform: translate(-50%, -70%); */
}
.inside-service2 li:hover .more a {
  /* background: #005cc1; */
}

@media (max-width: 1024px) {
    .inside-service2 {
		margin-top: 80px;
		padding-top: 0;
		background: #fff;
    }

	.inside-service2 li .txtbox {
		padding: 0 20px;
	}
}

@media (max-width: 640px) {
    .inside-service2 ul {
        flex-wrap: wrap;
    }

    .inside-service2 li {
        width: 100%;
    }
}

.inside-fzlc-2 .swiper-button-prev,
.inside-fzlc-2 .swiper-button-next {
  transition: all 500ms ease;
  margin-top: 0rem;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  background: #fff;
}
.inside-fzlc-2 .swiper-button-prev:after,
.inside-fzlc-2 .swiper-button-next:after {
  color: #3d3d3d;
  font-size: 0.3rem;
}
.inside-fzlc-2 .swiper-button-prev:hover,
.inside-fzlc-2 .swiper-button-next:hover {
  background: #089bed;
}
.inside-fzlc-2 .swiper-button-prev:hover:after,
.inside-fzlc-2 .swiper-button-next:hover:after {
  color: #fff;
}
.inside-fzlc-2 .swiper-button-prev {
  left: -1.3rem;
}
.inside-fzlc-2 .swiper-button-next {
  right: -1.3rem;
}

@media (max-width:1600px){
	.hxln .index-title {
		padding: 0 80px;
	}
}

@media (max-width: 1024px) {
  .inside-fzlc-2 .swiper-button-prev {
    left: 50px;
  }
  .inside-fzlc-2 .swiper-button-next {
    right: 50px;
  }
	.hxln .index-title {
		padding: 0;
		position:relative;
		top: 0;
	}   
}


.banner .container {
  display: block;
}
.banner .textbox {
  text-align: left;
}
.btabnav,
.btabbox {
  margin-left: 3.2rem;
}
.btabnav {
  margin-top: 1.5rem;
  padding-top: 0.15rem;
  position: relative;
  font-size: 0.24rem;
}
.btabnav:before {
  content: "";
  left: 0;
  top: 0;
  background: #fff;
  width: 1.5rem;
  height: 0.03rem;
  position: absolute;
}
.btabnav dl {
  transition: 0.5s;
  opacity: 0.8;
  cursor: pointer;
  padding-top: 0.1rem;
}
.btabnav .cur {
  opacity: 1;
}
.btabbox {
  height: 3.51rem;
  margin-top: 0.6rem;
}
.btabcot {
  display: none;
  font-weight: 700;
  line-height: 0.3rem;
  padding: 0.5rem 0.3rem;
  max-width: 5.1rem;
  border-radius: 0.4rem;
  text-shadow: 0 0 1px #666;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, rgba(243, 152, 0, 0.7), rgba(168, 199, 217, 0.7));
  -webkit-background: linear-gradient(to right, rgba(243, 152, 0, 0.7), rgba(168, 199, 217, 0.7));
}
.btabcot.show {
  display: block;
}
.btabcot p {
  padding-top: 0.15rem;
}
.btabcot p:first-child {
  padding-top: 0;
}
.btabbox-2 {
  height: 3.86rem;
  margin-left: -0.6rem;
  margin-top: 3.5rem;
}
.btabcot-2 {
  display: none;
  font-weight: 700;
  line-height: 0.3rem;
  padding: 0.4rem 0.5rem;
  max-width: 5.85rem;
  border-radius: 0.4rem;
   -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, rgba(168, 199, 217, 0.7), rgba(243, 152, 0, 0.7));
  -webkit-background: linear-gradient(to right, rgba(168, 199, 217, 0.7), rgba(243, 152, 0, 0.7));
}
.btabcot-2 .wz1 {
  padding-top: 0.2rem;
}
.btabcot-2 .wz1 p:first-child {
  font-size: 0.24rem;
}
.btabcot-2 .wz1:first-child {
  padding-top: 0;
}
.btabcot-2.show {
  display: block;
}
.btabnav-2 {
  margin-left: -0.6rem;
  line-height: 0.4rem;
  font-size: 0.4rem;
  font-weight: 700;
  display: flex;
}
.btabnav-2 dl {
  opacity: 0.8;
  transition: 0.5s;
  cursor: pointer;
  padding-right: 0.8rem;
}
.btabnav-2 dt {
  text-align: center;
  line-height: 0.8rem;
}
.btabnav-2 dt img {
  max-height: 0.81rem;
  margin-right: 0.3rem;
}
.btabnav-2 .cur {
  opacity: 1;
}
.banner .textbox-xz .container {
  display: flex;
  max-width: 17rem;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.btabnav-3 {
  width: 2.5rem;
}
.btabnav-3 dl {
  transition: 0.5s;
  opacity: 0.8;
  cursor: pointer;
  padding-top: 0.6rem;
}
.btabnav-3 dt {
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: 700;
  position: relative;
  padding-left: 0.35rem;
}
.btabnav-3 dt:before {
  top: 0.05rem;
  left: 0;
  content: "";
  background: #fff;
  width: 0.05rem;
  height: 0.3rem;
  position: absolute;
}
.btabnav-3 .cur {
  opacity: 1;
}
.btabcot-3 {
  position: relative;
  display: none;
  font-weight: 700;
  line-height: 0.3rem;
  padding: 0.4rem 0.3rem;
  max-width: 3.9rem;
  border-radius: 0.4rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, rgba(28, 96, 135, 0.7), rgba(197, 201, 187, 0.7));
  -webkit-background: linear-gradient(to right, rgba(28, 96, 135, 0.7), rgba(197, 201, 187, 0.7));
}
.btabcot-3.show {
  display: block;
}
.btabcot-3-1 {
  margin-top: -2.5rem;
}
.btabcot-3-2 {
  position: relative;
  top: 1.8rem;
}
.btabcot-3-3 {
  position: relative;
  top: 2.5rem;
}
.banner .textbox-xz-2 {
  top: 30%;
  transform: translate(0);
   -webkit-transform: translate(0);
}
.banner .textbox-xz-2 .container {
  max-width: 16rem;
  position: relative;
}
.banner .nrh {
  display: flex;
  position: absolute;
}
.banner .nrh:hover .nhvoer {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.banner .nr1 {
  left: 31.3%;
}
.banner .nr1 .z1 {
  left: 0.45rem;
  position: relative;
}
.banner .nr2 {
  top: 1.4rem;
  left: 21.5%;
}
.banner .nr2 strong {
  letter-spacing: 0;
  font-size: 0.18rem;
  writing-mode: initial;
}
.banner .nr3 {
  align-items: center;
  top: 3.3rem;
  left: 34%;
}
.banner .nr3 strong {
  letter-spacing: 0;
  font-size: 0.18rem;
  writing-mode: initial;
}
.banner .nr4 {
  left: 86.5%;
}
.banner .nr4 strong {
  letter-spacing: 0;
  font-size: 0.2rem;
  writing-mode: initial;
}
.banner .nr5 {
  top: 1.4rem;
  left: 100%;
}
.banner .nr5 strong {
  letter-spacing: 0;
  font-size: 0.2rem;
  writing-mode: initial;
}
.banner .nr6 {
  top: 2.6rem;
  left: 85.5%;
}
.banner .nr6 strong {
  letter-spacing: 0;
  font-size: 0.2rem;
  writing-mode: initial;
}
.banner .nhvoer {
opacity:0;
  font-weight: 700;
  transition: 0.5s;
  transition: 0.5s;
  -webkit-transform:scale(0);
  -webkit-transition: 0.5s;
}
.banner .z1 {
  display: block;
  font-size: 0.12rem;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  writing-mode: tb-lr;
  margin-top: 0.08rem;
}
.banner .z2 {
  font-weight: 700;
  font-size: 0.2rem;
}
.banner .z3 {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  width: 0.3rem;
  display: block;
  line-height: 0.46rem;
  font-size: 0.4rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .banner .textbox {
    display: none!important;
  }
}
