* {
  box-sizing: border-box;
  outline: 0;
}
@font-face {
  font-family: 'myfont';
  src: url('/template/index/pc/fonts/Montserrat-Light-6.otf');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'myfont2';
  src: url('/template/index/pc/fonts/Montserrat-Bold-3.otf');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('/template/index/pc/fonts/Oswald-Bold.eot');
  src: url('/template/index/pc/fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Oswald-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Oswald-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
*,
*: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;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #e60012;
}
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;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px;
  }
}
.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 fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bmove2 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@-o-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  position: relative;
  line-height: 1.8;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei", "arial";
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}
::-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: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 640px;
    padding: 0 20px;
  }
}
.dw {
  z-index: -1;
  top: -1rem;
  position: absolute;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  z-index: 99;
  line-height: 0.89rem;
  position: fixed;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  transition: all 334ms ease;
}
.header .container {
  width: 100%;
  max-width: 16rem;
}
.header .logo {
  display: inline-block;
  padding-top: 0.25rem;
}
.header .logo img {
  max-height: 0.4rem;
}
.header .header-search {
  float: right;
  padding-top: 0.34rem;
  margin-left: 0.1rem;
  position: relative;
  display: inline-block;
}
.header .header-search img {
  max-height: 0.24rem;
}
.header .yuyan {
  float: right;
  color: #fff;
  padding-left: 0.2rem;
  display: inline-block;
}
.header .yuyan a {
  color: #fff;
}
.header .yuyan img {
  margin-right: 0.1rem;
  margin-top: 0.34rem;
  max-height: 0.24rem;
}
.header .nav {
  float: right;
  padding-right: 0.6rem;
}
.header .nav li {
  float: left;
  margin: 0 0.3rem;
  position: relative;
}
.header .nav li > a {
  color: #fff;
  display: block;
  position: relative;
}
.header .nav li i {
  display: inline-block;
  font-style: normal;
  width: 0.06rem;
  height: 0.06rem;
  position: relative;
  margin: 0 0 0.05rem 0.1rem;
  vertical-align: middle;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-45deg);
}
.header .nav li:after {
  content: "";
  width: 0;
  height: 0.05rem;
  left: 50%;
  bottom: -3px;
  opacity: 0;
  position: absolute;
  transition: all 334ms ease;
  background: #e60012;
}
.header .nav li .subnav {
  left: 50%;
  z-index: 99;
  display: none;
  transform: translateX(-50%);
  padding: 20px 0.1rem;
  padding-top: 0.1rem;
  text-align: center;
  top: 0.9rem;
  width: 2rem;
  position: absolute;
  border-radius: 0.05rem;
  background: rgba(0, 0, 0, 0.75);
}
.header .nav li .subnav a {
  display: block;
  color: #fff;
  margin-top: 0.1rem;
  line-height: 0.26rem;
  transition: all 500ms ease;
}
.header .nav li .subnav a:hover {
  opacity: 0.8;
}
.header .nav li:hover:after,
.header .nav .active:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.header .nav li:hover .subnav {
  display: block;
}
@media (max-width: 1023px) {
  .header {
    height: 60px;
    background: #000;
  }
  .header .container {
    max-width: 640px;
  }
  .header .nav,
  .header .header-search,
  .header .yuyan {
    display: none;
  }
  .header .logo img {
    max-height: 30px;
  }
}
.header-search .pull-right {
  width: 28px;
  height: 28px;
}
.header-search .pull-right a {
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  background: url("/template/index/pc/images/search.png") no-repeat center center;
  background-size: 16px;
}
.header .header-search .search {
  z-index: 9;
  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: -40px;
  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: #e60012;
}
.header-search .search-container .btn img {
  vertical-align: middle;
}
.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
.fixed,
.header-2 {
  background: #000000;
}
.index-more {
  font-size: 0.14rem;
  padding-top: 1.2rem;
}
.index-more a {
  width: 1.8rem;
  height: 0.50rem;
  color: #fff;
  border-radius: 0.3rem;
  display: inline-block;
  line-height: 0.50rem;
  text-align: center;
  position: relative;
  background: #e60012;
}
.index-more a:before {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0%;
  z-index: 1;
  position: absolute;
  border-radius: 0.3rem;
  background: rgba(0, 0, 0, 0.1);
  transition: all 700ms ease;
}
.index-more i {
  font-family: "宋体";
  font-style: normal;
  font-size: 0.16rem;
  margin-left: 0.1rem;
}
.index-more span {
  z-index: 3;
  display: block;
  position: relative;
}
.index-more:hover a:before {
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .index-more {
    font-size: 14px;
    padding-top: 30px;
  }
  .index-more a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
  }
}
.banner {
  position: relative;
}
.banner .pic {
  text-align: center;
  position: relative;
}
.banner .tu {
  display: block;
}
.banner .tu img {
  width: 100%;
  display: inline-block;
}
.banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: left;
  position: absolute;
  transform: translateY(-40%);
}
.banner .item {
  max-width: 10rem;
}
.banner .t1 {
  font-size: 0.68rem;
  font-weight: 700;
}
.banner .t1 span {
  color: #e60012;
}
.banner .t2 {
  padding-top: 0.3rem;
  font-size: 0.18rem;
  letter-spacing: 0.06rem;
}
.banner .t3 {
  color: #cfcfcf;
  padding-top: 0.1rem;
  letter-spacing: 1px;
  font-weight: lighter;
  width: 76%;
}
.banner .slick-prev,
.banner .slick-next {
  margin-top: 0;
  top: auto;
  bottom: 0rem;
  z-index: 10;
  border-color: #fff;
  border: 0;
}
.banner .slick-prev {
  left: auto;
  right: 4.5rem;
}
.banner .slick-prev:before {
  color: #fff;
  content: "\eb90";
  font-size: 0.3rem;
  font-family: "iconfont";
}
.banner .slick-next {
  right: 2rem;
}
.banner .slick-next:before {
  color: #fff;
  content: "\e61f";
  font-size: 0.3rem;
  font-family: "iconfont";
}
.banner .slick-dots {
  bottom: 0.4rem;
}
.banner .slick-dots li {
  margin: 0 0.06rem;
}
.banner .slick-dots li button {
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.88rem;
  height: 0.2rem;
  background-image: url(/template/index/pc/images/line.png);
  background-size: cover;
  transform: all 500ms ease;
  background-color: transparent;
}
.banner .slick-dots li.slick-active button {
  background-image: url(/template/index/pc/images/lineh.png);
}
.banner .slick-active .tu {
  animation: 5s ease bmove1;
}
.banner .slick-active .item {
  animation: 700ms linear fadeInLeft2;
}
@media (max-width: 1023px) {
  .banner {
    margin-top: 60px;
  }
  .banner .txtbox {
    transform: translateY(-50%);
  }
  .banner .item {
    text-align: center;
    max-width: 100%;
  }
  .banner .t1 {
    font-size: 26px;
  }
  .banner .t2 {
    font-size: 12px;
    padding-top: 0px;
    letter-spacing: -1px;
  }
  .banner .t3 {
    display: none;
  }
}
.index-title .t1 {
  z-index: 3;
  position: relative;
  color: #e60012;
  font-weight: 700;
  font-size: 0.28rem;
}
.index-title .t2 {
  font-size: 0.5rem;
  font-weight: 700;
  color: #2a2a2a;
  z-index: 5;
  line-height: 0.6rem;
  position: relative;
  padding-top: 0.3rem;
}
.index-title .index-en {
  margin-top: -1.5rem;
  margin-left: -0.1rem;
}
@media (max-width: 1023px) {
  .index-title .t1 {
    font-size: 20px;
  }
  .index-title .t2 {
    font-size: 20px;
    line-height: 20px;
    padding-top: 0px;
  }
  .index-title .index-en {
    margin-top: -40px;
    margin-left: -5px;
  }
}
.index-en {
  color: transparent;
  font-size: 1.77rem;
  color: #fff;
  line-height: 1.77rem;
  font-family: "myfont2";
  text-transform: uppercase;
  text-shadow: #ffd9db 1px 0 0, #ffd9db 0 1px 0, #ffd9db -1px 0 0, #ffd9db 0 -1px 0;
}
@media (max-width: 1023px) {
  .index-en {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -5px;
  }
}
.index-about {
  overflow: hidden;
  padding: 1rem 0;
}
.index-about .box {
  width: 9.3rem;
}
.index-about .leftbox {
  width: 36%;
  float: right;
  padding-top: 0.5rem;
  line-height: 0.32rem;
  line-height: 0.3rem;
}
.index-about .leftbox .t1 {
  color: #2a2a2a;
  font-weight: 700;
  line-height: 0.41rem;
  font-size: 0.32rem;
}
.index-about .leftbox .t1 img {
  width: 1.21rem;
  height: 0.41rem;
}
.index-about .leftbox .t2 {
  padding-top: 0.3rem;
}
.index-about .leftbox .index-more {
  padding-top: 0.6rem;
}
.index-about .leftbox ul {
  overflow: hidden;
  padding-top: 0.5rem;
}
.index-about .leftbox li {
  width: 68%;
  float: left;
  color: #333;
  font-size: 0.18rem;
  padding: 0.3rem 0;
  border-top: dashed 1px #e5e5e5;
}
.index-about .leftbox li .counter {
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #e60012;
  font-family: "Oswald-Bold";
}
.index-about .leftbox li i {
  vertical-align: top;
  font-style: normal;
  display: inline-block;
  font-size: 0.2rem;
  padding-left: 0.1rem;
  font-family: "Oswald-Bold";
}
.index-about .leftbox li:nth-child(1),
.index-about .leftbox li:nth-child(2) {
  border-top: 0;
}
.index-about .leftbox li:nth-child(2n) {
  width: 32%;
}
.index-about .rightlist {
  width: 68%;
  float: left;
  margin-left: -0.8rem;
  position: relative;
}
.index-about .rightlist span {
  opacity: 0;
  display: block;
}
.index-about .rightlist li:hover .txtbox {
  display: block;
}
.index-about .rightlist li.conmenu img {
  max-height: 0.62rem;
}
.index-about .rightlist li.conmenu:after {
  opacity: 1;
}
.index-about .rightlist .add {
  cursor: pointer;
  position: absolute;
}
.index-about .rightlist .add img {
  max-height: 0.26rem;
  transition: all 334ms ease;
}
.index-about .rightlist .add1 {
  top: 3.5rem;
  left: 4.7rem;
}
.index-about .rightlist .add1 img {
  animation: 2s bmove2 ease infinite;
}
.index-about .rightlist .add2 {
  top: 3.5rem;
  left: 5.3rem;
}
.index-about .rightlist .add2 img {
  animation: 2s bmove2 ease infinite;
}
.index-about .rightlist .add3 {
  top: 4.02rem;
  left: 5.22rem;
}
.index-about .rightlist .add3 img {
  animation: 2s bmove2 ease infinite;
}
.index-about .rightlist .add4 {
  top: 4.1rem;
  left: 6.05rem;
}
.index-about .rightlist .add4 img {
  animation: 2s bmove2 ease infinite;
}
.index-about .rightlist .add5 {
  top: 4rem;
  left: 6.3rem;
  animation: 2.4s bmove2 ease infinite;
}
.index-about .rightlist .add6 {
  top: 4.05rem;
  left: 6.45rem;
}
.index-about .rightlist .add6 img {
  animation: 2s bmove2 ease infinite;
}
.index-about .rightlist .add7 {
  top: 4.14rem;
  left: 6.55rem;
}
.index-about .rightlist .add7 img {
  animation: 2s bmove2 ease infinite;
}
.index-about .rightlist .add8 {
  top: 4.4rem;
  left: 6.45rem;
}
.index-about .rightlist .add8 img {
  animation: 1.9s bmove2 ease infinite;
}
.index-about .rightlist .add9 {
  top: 1.5rem;
  left: 6.9rem;
}
.index-about .rightlist .add9 img {
  animation: 1.8s bmove2 ease infinite;
}
.index-about .rightlist .add10 {
  top: 2.3rem;
  left: 5.8rem;
}
.index-about .rightlist .add10 img {
  animation: 2s bmove2 ease infinite;
}
.index-about .rightlist .add11 {
  top: 2.5rem;
  left: 5.9rem;
}
.index-about .rightlist .add11 img {
  animation: 1.7s bmove2 ease infinite;
}
.index-about .rightlist .add12 {
  top: 3.1rem;
  left: 6rem;
}
.index-about .rightlist .add12 img {
  animation: 1.7s bmove2 ease infinite;
}
.index-about .txtbox {
  color: #fff;
  width: 4.5rem;
  padding: 0.2rem 0.4rem;
  padding-top: 0;
  display: none;
  left: 50%;
  top: 0.35rem;
  position: absolute;
  border-radius: 0.05rem;
  background: #e61727;
  transform: translateX(-51%);
}
.index-about .txtbox p {
  margin-top: 0.1rem;
}
.index-about .txtbox span {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
}
.index-about .txtbox img {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.03rem 0.05rem 0 0;
  animation: 0s bmove2 ease infinite!important;
}
.index-about .txtbox .addr {
  position: relative;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.index-about .txtbox .addr img {
  width: auto;
  height: 0.35rem;
  margin: 0;
}
.index-about .txtbox .addr:after {
  top: -16px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-bottom: solid 10px #e60012;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}
@media(max-width:1400px){
	.index-about .rightlist{
		width: 62%;
		margin-left: 0;
	}
}
@media (max-width: 1023px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .rightlist {
    display: none;
  }
  .index-about .leftbox {
    padding-top: 30px;
    line-height: 24px;
    width: 100%;
    float: none;
  }
  .index-about .leftbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  .index-about .leftbox .t1 img {
    width: auto;
    height: 30px;
    margin-top: -4px;
  }
  .index-about .leftbox .t2 {
    padding-top: 10px;
  }
  .index-about .leftbox ul {
    padding-top: 0;
  }
  .index-about .leftbox li {
    padding: 30px 0;
    font-size: 14px;
  }
  .index-about .leftbox li .counter {
    font-size: 30px;
    line-height: 30px;
  }
}
.index-news {
  padding: 1rem 0;
  position: relative;
}
.index-news .index-title {
  float: left;
  width: 50%;
}
.index-news .tabnav {
  width: 40%;
  float: right;
  margin-top: 0.9rem;
  text-align: right;
}
.index-news .tabnav li {
  color: #2a2a2a;
  width: 1.46rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  overflow:hidden;
}
.index-news .tabnav .cur {
  color: #fff;
  background: #e60012;
}
.index-news .tabnav .cur:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.index-news .tabbox {
  margin-top: 0.35rem;
  position: relative;
}
.index-news .tablist {
  overflow: hidden;
  margin: 0 -0.36rem;
  display: none;
}
.index-news .tablist li {
  float: left;
  width: 33.333%;
  padding: 0 0.36rem;
}
.index-news .tablist .item:hover .pic img {
  transform: scale(1.05);
}
.index-news .tablist .item:hover .tit {
  color: #e60012;
}
.index-news .tablist .item:hover .more1 i {
  color: #e60012;
  background-image: url(/template/index/pc/images/arrow-rh.png);
}
.index-news .tablist .item {
  transition: all 500ms ease;
}
.index-news .tablist .item .pic {
  overflow: hidden;
  position: relative;
}
.index-news .tablist .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.index-news .tablist .item .pic img {
  transform-origin: top center;
  transition: all 700ms ease;
}
.index-news .tablist .item .date {
  font-size: 0.14rem;
  color: #7a7a7a;
}
.index-news .tablist .item .tit {
  height: 0.3rem;
  margin-top: 0.15rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  color: #2a2a2a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .tablist .item .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 0.15rem;
  color: #313131;
  height: 0.6rem;
  line-height: 0.3rem;
}
.index-news .tablist .item .text {
  padding-top: 0.2rem;
}
.index-news .tablist .item .more1 {
  margin-top: 0.5rem;
  color: #b8b8b8;
  line-height: 0.3rem;
}
.index-news .tablist .item .more1 i {
  float: right;
  margin-top: 0.15rem;
  vertical-align: top;
  display: inline-block;
  background-image: url(/template/index/pc/images/arrow-r.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.3rem;
  height: 0.1rem;
}
.index-news .tablist .slick-dots {
  bottom: 1rem;
  left: 15px;
  text-align: left;
}
.index-news .tablist .slick-dots li button {
  width: 3.5rem;
  height: 0.1rem;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  border-bottom: solid 1px #e6e8e4;
  transition: all 500ms ease;
}
.index-news .tablist .slick-dots li button:after {
  content: "";
  width: 1.07rem;
  height: 0.2rem;
  right: 0;
  top: 50%;
  opacity: 0;
  margin-top: -0.1rem;
  position: absolute;
  background: url(/template/index/pc/images/arrow-3.jpg) no-repeat left center;
}
.index-news .tablist .slick-dots li.slick-active button {
  background: #fff;
  border-color: #e60012;
}
.index-news .tablist .slick-dots li.slick-active button:after {
  opacity: 1;
}
@media (max-width: 1023px) {
  .index-news {
    padding: 50px 0;
  }
  .index-news .tabnav {
    display: none;
  }
  .index-news .tablist .item .text {
    padding-top: 15px;
  }
  .index-news .tablist {
    padding-top: 30px;
  }
  .index-news .tablist li {
    width: 50%;
  }
  .index-news .tablist .item .date {
    font-size: 14px;
  }
  .index-news .tablist .item .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .index-news .tablist .item .txt {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .index-news .tablist .item .more1 {
    margin-top: 20px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .index-news .tablist li {
    width: 100%;
    padding-bottom: 20px;
  }
}
.index-product {
  overflow: hidden;
  padding: 1rem 0;
  line-height: 0.32rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-product .tabnav {
  width: 30%;
  float: right;
  text-align: right;
}
.index-product .tabnav li {
  color: #fff;
  width: 1.46rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}
.index-product .tabnav .cur {
  color: #fff;
  background: #e60012;
}
.index-product .tabnav .cur:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.index-product .index-title {
  width: 70%;
  float: left;
}
.index-product .index-en {
  color: #070003 ;
  text-shadow: #6b161e 1px 0 0, #6b161e 0 1px 0, #6b161e -1px 0 0, #6b161e 0 -1px 0;
}
.index-product .t2 {
  color: #fff;
}
.index-product .text {
  width: 41%;
  color: #fff;
  min-height: 2.1rem;
  padding-top: 0.3rem;
}
.index-product .listtab {
  display: none;
}
.index-product .slick-list {
  overflow: inherit;
}
.index-product .slick-dots {
  top: 0rem;
  bottom: auto;
  text-align: left;
  font-family: "myfont";
}
.index-product .slick-dots li {
  display: none;
}
.index-product .slick-dots b {
  font-size: 0.18rem;
}
.index-product .slick-dots .slick-active {
  display: block;
}
.index-product .slick-dots .slick-active b {
  color: #e60012;
  font-size: 0.36rem;
}
.index-product .slick-prev,
.index-product .slick-next {
  width: 0.56rem;
  height: 0.56rem;
  opacity: 0.8;
  line-height: 0.52rem;
  border: solid 1px #fff;
  border-radius: 100%;
  transition: all 334ms ease;
  margin-top: -1.8rem;
}
.index-product .slick-prev:before,
.index-product .slick-next:before {
  content: "<";
  color: #fff;
  font-weight: 700;
  font-size: 0.28rem;
  font-family: "宋体";
  transition: all 334ms ease;
}
.index-product .slick-prev:hover,
.index-product .slick-next:hover {
  opacity: 1;
  border-color: #e60012;
  background: #e60012;
}
.index-product .slick-prev:hover:before,
.index-product .slick-next:hover:before {
  font-size: 0.2rem;
}
.index-product .slick-prev {
  left: 40%;
}
.index-product .slick-next {
  right: 0;
}
.index-product .slick-next:before {
  content: ">";
}
.index-product dt {
  color: #fff;
  padding-top: 0.4rem;
}
.index-product dt .f24 {
  font-weight: 700;
  font-size: 0.24rem;
}
.index-product dt .txt {
  padding-top: 0.3rem;
}
.index-product dt .txt p {
  padding-left: 0.15rem;
  position: relative;
}
.index-product dt .txt p:before {
  top: 0.13rem;
  left: 0;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  position: absolute;
  border-radius: 100%;
  background: #e60012;
}
.index-product dt .index-more {
  padding-top: 0.5rem;
}
.index-product dt {
  width: 45%;
  float: left;
}
.index-product dd {
  width: 50%;
  float: right;
  position: relative;
  margin-top: -2.7rem;
}
.index-product .pic {
  width: 3.75rem;
  top: 50%;
  left: 50%;
  z-index: 9;
  position: absolute;
  transform: translate(-50%, -50%);
}
.index-product .pic img {
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(250, 250, 250, 0.15)));
}
.index-product .arrow1 {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  animation: 5s ease bmove2 infinite;
}
.index-product .arrow2 {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
}
.index-product .arrow3 {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(0.5rem);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .index-product {
    padding: 50px 0;
    line-height: 24px;
  }
  .index-product .tabnav {
    display: none;
  }
  .index-product .text {
    width: 100%;
    float: none;
    min-height: auto;
    padding-top: 20px;
  }
  .index-product dt,
  .index-product dd {
    float: none;
    width: 100%;
  }
  .index-product dt {
    padding-top: 60px;
  }
  .index-product dt .f24 {
    font-size: 18px;
  }
  .index-product dt .txt {
    padding-top: 20px;
  }
  .index-product dt .txt p {
    padding-left: 15px;
  }
  .index-product dt .txt p::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .index-product dd {
    padding: 60px 0 0px 0;
    margin-top: 0;
  }
  .index-product dd .pic {
    width: 200px;
    top: auto;
    left: auto;
    margin: 0 auto;
    position: relative;
    transform: translate(0);
  }
  .index-product dd .arrow1 {
    display: none;
  }
  .index-product .slick-dots {
    top: 30px;
  }
  .index-product .slick-dots .slick-active b {
    font-size: 18px;
  }
  .index-product .slick-prev,
  .index-product .slick-next {
    top: 30%;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .index-product .slick-prev:before,
  .index-product .slick-next:before {
    font-size: 20px;
  }
  .index-product .slick-prev {
    left: 0;
  }
  .index-product .slick-next {
    right: 0;
  }
}
.index-service {
  overflow: hidden;
  padding: 1rem 0;
  line-height: 0.32rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-service .index-en {
  color: #e9e7e6;
}
.index-service .textbox {
  width: 50%;
  padding-top: 0.4rem;
}
.index-service .textbox .f18 {
  height: 0.64rem;
  overflow: hidden;
  margin-top: 0.4rem;
  font-size: 0.18rem;
}
.index-service .f24 {
  font-size: 0.24rem;
  color: #333;
  height: 0.3rem;
  overflow: hidden;
  line-height: 0.3rem;
}
.index-service .index-more {
  padding-top: 0.9rem;
}
.index-service .textnav {
  margin-top: 1rem;
  text-align: center;
  color: #fff;
  border-bottom: solid 2px #e60012;
  background: rgba(0, 0, 0, 0.26);
}
.index-service .textnav img {
  display: inline-block;
}
.index-service .textnav .item {
  padding-top: 0.3rem;
  height: 1.6rem;
  position: relative;
  cursor: pointer;
  transition: all 500ms ease;
}
.index-service .textnav .icon {
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}
.index-service .textnav .icon:before {
  content: "";
  top: 0.1rem;
  right: -0.05rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  transition: all 334ms ease;
  animation: 2s ease bmove2 infinite;
}
.index-service .textnav .icon:after {
  content: "";
  bottom: 0.05rem;
  right: -0.05rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 100%;
  position: absolute;
  transition: all 334ms ease;
  background: rgba(255, 255, 255, 0.2);
  animation: 1s ease bmove2 infinite;
}
.index-service .textnav .bot {
  left: 50%;
  opacity: 0;
  width: 100%;
  transition: all 500ms ease;
  transform: translateX(-50%);
  bottom: -0.4rem;
  position: absolute;
}
.index-service .textnav .bot img {
  max-height: 1rem;
}
.index-service .textnav .tit {
  margin-top: 0.1rem;
}
.index-service .textnav .slick-current .item {
  background: #e60012;
}
.index-service .textnav .slick-current .bot {
  opacity: 0.15;
  bottom: -0.1rem;
}
@media (max-width: 1023px) {
  .index-service {
    padding: 50px 0;
  }
  .index-service .f24 {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
  }
  .index-service .textbox {
    width: 80%;
  }
  .index-service .textbox .f18 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .index-service .textnav {
    margin-top: 40px;
  }
  .index-service .textnav .item {
    height: 80px;
    padding-top: 10px;
  }
  .index-service .textnav .icon {
    width: 40px;
    height: 40px;
  }
  .index-service .slick-prev,
  .index-service .slick-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .index-service .slick-prev {
    transform: rotate(45deg);
  }
  .index-service .slick-next {
    transform: rotate(-45deg);
  }
}
.inside-menu {
  padding-top: 1rem;
  border-bottom: solid 1px #ececec;
}
.inside-menu li {
  font-size: 0.18rem;
  display: inline-block;
  max-width: 1.68rem;
  width: 100%;
}
.inside-menu li a {
  color: #2a2a2a;
  display: inline-block;
  padding: 0.24rem 0;
  position: relative;
}
.inside-menu li a:after {
  bottom: 0;
  left: 50%;
  content: "";
  width: 0%;
  opacity: 0;
  height: 0.03rem;
  position: absolute;
  background: #e60012;
  transition: all 334ms ease;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #e60012;
}
.inside-menu li:hover a:after,
.inside-menu .cur a:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
@media (max-width: 1023px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 {
  padding-top: 0;
}
.inside-menu-2 li {
  margin-right: 0.6rem;
}
.inside-title {
  font-weight: 700;
  font-size: 0.28rem;
  color: #e60012;
}
@media (max-width: 1023px) {
  .inside-title {
    font-size: 18px;
  }
}
.inside-about {
  padding-top: 0.7rem;
}
.inside-about .inside-menu {
  padding-top: 0.2rem;
}
.inside-about .inside-menu li {
  max-width: none;
  width: auto;
  margin-left: 0.6rem;
}
.inside-about .inside-menu li:first-child {
  margin-left: 0;
}
.inside-about .inside-menu a {
  padding: 0.15rem 0;
  color: #909090;
}
.inside-about .numlist {
  overflow: hidden;
}
.inside-about .numlist ul {
  overflow: hidden;
}
.inside-about .numlist ul li {
  width: 25%;
  float: left;
  font-size: 0.18rem;
  padding: 0.3rem 0;
}
.inside-about .numlist ul li .counter {
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #e60012;
  font-family: "Oswald-Bold";
}
.inside-about .numlist ul li i {
  vertical-align: top;
  font-style: normal;
  display: inline-block;
  font-size: 0.2rem;
  padding-left: 0.1rem;
  font-family: "Oswald-Bold";
}
.inside-about .numlist ul li:last-child {
  padding-top: 0.5rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #e60012;
}
.inside-about dt {
  width: 55%;
  float: left;
}
.inside-about dt .tu {
  margin-top: -0.2rem;
  width: 4.53rem;
  height: 2.11rem;
  margin-left: -0.5rem;
}
.inside-about dt .t1 {
  margin-top: -0.2rem;
}
.inside-about dt .t1 strong {
  color: #333;
}
.inside-about dd {
  width: 38.6%;
  float: right;
  padding-top: 0.7rem;
  position: relative;
}
.inside-about dd .video {
  top: 55%;
  line-height: 0.48rem;
  text-align: center;
  left: -0.38rem;
  width: 0.75rem;
  height: 0.48rem;
  position: absolute;
  background: #e60012;
}
.inside-about dd .video:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-left: 0.14rem solid #ffffff;
  border-bottom: 0.1rem solid transparent;
}
@media (max-width: 1023px) {
  .inside-about {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .inside-about .numlist ul li {
    font-size: 14px;
    padding: 15px 0;
  }
  .inside-about .numlist ul li:last-child {
    padding-top: 30px;
    font-size: 16px;
  }
  .inside-about dt,
  .inside-about dd {
    width: 100%;
    float: none;
  }
  .inside-about dd {
    text-align: center;
    padding-top: 30px;
  }
  .inside-about dd .video {
    left: 50%;
    width: 65px;
    height: 38px;
    line-height: 38px;
    transform: translate(-50%, -50%);
  }
  .inside-about dd .video:after {
    border-top: 4px solid transparent;
    border-left: 8px solid #ffffff;
    border-bottom: 8px solid transparent;
  }
}
.inside-about-2 {
  padding: 0.7rem 0;
  background: #fbfbfb;
}
.inside-about-2 ul {
  margin: 0 -0.15rem;
}
.inside-about-2 li:hover .item {
  color: #fff;
  background: #e60012;
}
.inside-about-2 li:hover .pic {
  opacity: 0.15;
}
.inside-about-2 li:hover .icon img {
  transform: scale(1.05);
}
.inside-about-2 li:hover .icon:after {
  transform: scale(1.3);
}
.inside-about-2 li {
  float: left;
  width: 33.333%;
  font-size: 0.18rem;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-about-2 .item {
  background: #fff;
  min-height: 0.9rem;
  position: relative;
  vertical-align: top;
  display: flex;
  align-items: center;
  border-radius: 0.05rem;
  transition: all 334ms ease;
  padding: 0.24rem 0.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.inside-about-2 .pic {
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 334ms ease;
  transform: translate(-30%, -50%);
  position: absolute;
}
.inside-about-2 .pic img {
  max-height: 0.8rem;
}
.inside-about-2 .tit {
  z-index: 3;
  display: inline-block;
  position: relative;
}
.inside-about-2 i {
  z-index: 2;
  font-style: normal;
  position: relative;
  display: inline-block;
}
.inside-about-2 .icon {
  width: 0.9rem;
  height: 0.9rem;
  background: #f8f7fb;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.3rem;
  position: relative;
}
.inside-about-2 .icon:after {
  content: "";
  right: 0.2rem;
  top: 0.2rem;
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  background: #f5cad1;
  border-radius: 100%;
  transition: all 500ms ease;
}
.inside-about-2 .icon img {
  transition: all 500ms ease;
}
@media (max-width: 1023px) {
  .inside-about-2 {
    padding: 30px 0;
  }
  .inside-about-2 ul {
    margin: 0 -10px;
  }
  .inside-about-2 li {
    width: 50%;
    font-size: 16px;
    height: 80px;
    padding: 0 10px;
    padding-top: 20px;
  }
  .inside-about-2 .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .inside-about-2 .item {
    padding: 10px;
  }
}
@media (max-width: 420px) {
  .inside-about-2 li {
    width: 100%;
  }
}
.hxln {
  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 {
  max-width: 100%;
  height: 100%;
}
.hxln .tabs {
  display: flex;
  height: 100%;
}
.hxln .menuTabs {
  height: 100%;
  width: 54.6875%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  float: left;
  padding: 0 0 0 5.625%;
}
.hxln .menuTabs li {
  width: 33.33333333%;
  float: left;
}
.hxln .menuTabs li:hover {
  z-index: 1;
}
.hxln .menuTabs li:nth-child(2) {
  clear: left;
}
.hxln .menuTabs li:nth-child(5) {
  clear: left;
  float: right;
}
.hxln .menuTabs li:nth-child(2n+1) .box {
  background: rgba(255, 255, 255, 0.18);
}
.hxln .menuTabs .box {
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all .5s;
  position: relative;
  z-index: 1;
}
.hxln .menuTabs .box:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #e60012 !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.6rem;
  height: 0.6rem;
  margin-bottom: 0.5rem;
  transition: all .5s;
}
.hxln .menuTabs .text {
  position: relative;
  z-index: 1;
  transition: all .5s;
}
.hxln .menuTabs .title {
  font-size: 0.24rem;
  font-weight: 700;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hxln .menuTabs .info {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.3rem;
  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 .active .box:after {
  height: 100%;
}
.hxln .conTabs {
  width: 45.3125%;
  float: left;
}
.hxln .conTabs .title {
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.hxln .conTabs .title:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.03rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hxln .conTabs .info {
  font-size: 0.24rem;
  font-weight: 100;
}
.hxln .conTabs .info-2 {
  margin-top: 0.3rem;
  max-width: 4.4rem;
  font-size: 0.2rem;
  font-weight: 100;
}
.hxln .conTabs .slide {
  height: 100%;
  display: none;
  margin: auto;
  padding-left: 1.9rem;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.hxln .conTabs .show {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .hxln .tabs {
    display: block;
  }
  .hxln .menuTabs {
    width: 100%;
    padding: 0;
  }
  .hxln .menuTabs li {
    width: 33.33333333%;
    float: left;
    clear: none !important;
  }
  .hxln .menuTabs .box {
    padding: 10px;
  }
  .hxln .menuTabs .pic {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    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;
  }
  .hxln .conTabs .slide {
    padding: 100px 30px;
  }
  .hxln .conTabs .show {
    display: block;
  }
  .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;
  }
}
.histroy {
  background-color: #fcfaf9;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0.9rem 0;
  color: #333;
  position: relative;
}
.histroy .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -0.9rem;
  left: 0;
}
.histroy .inside-title {
  text-align: center;
}
.histroy .nr {
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.histroy .list {
  width: 107%;
}
.histroy .list li {
  float: left;
  width: 16.66666667%;
}
.histroy .list li.li-1 {
  padding-top: 5.4rem;
}
.histroy .list li.li-2 {
  padding-top: 1.6rem;
}
.histroy .list li.li-3 {
  padding-top: 4.8rem;
}
.histroy .list li.li-4 {
  padding-top: 0.8rem;
}
.histroy .list li.li-5 {
  padding-top: 4rem;
}
.histroy .list li.li-6 {
  padding-top: 0.3rem;
}
.histroy .list .item {
  float: left;
}
.histroy .list .year {
  font-family: "Oswald-Bold";
  font-size: 0.4rem;
  font-style: italic;
  padding-left: 0.35rem;
  position: relative;
}
.histroy .list .icon {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px #e60012 solid;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.histroy .list .icon:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 3px #e60012 solid;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.histroy .list .info {
  font-family: "Oswald-Light";
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.96rem;
  overflow: hidden;
  padding-left: 0.35rem;
}
.histroy .list .box:hover .icon {
  border-color: #e60012;
}
.histroy .list .box:hover .icon:before {
  border-color: #e60012;
}
.histroy .btns {
  text-align: center;
  overflow: hidden;
}
.histroy .prev,
.histroy .next {
  display: inline-block;
  vertical-align: top;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #dadada;
  margin: 0 0.1rem;
  text-align: center;
  position: relative;
  z-index: 9;
}
.histroy .prev:before,
.histroy .next:before {
  content: "<";
  font-family: "宋体";
  font-size: 0.18rem;
  color: #7a7a7a;
}
.histroy .prev:hover,
.histroy .next:hover {
  border-color: #fff;
  background: #e60012;
}
.histroy .prev:hover:before,
.histroy .next:hover:before {
  color: #fff;
}
.histroy .next:before {
  content: ">";
}
@media (max-width:1400px){
.histroy .nr{
	background-size:100%;
}
.histroy .list{
	width:100%;
}
}
@media screen and (max-width: 1023px) {
  .histroy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .histroy .nr {
    margin-top: 30px;
  }
  .histroy .inside-title-2 {
    padding-bottom: 20px;
  }
  .histroy .list li {
    width: 50%;
    padding-top: 0 !important;
  }
  .histroy .list .year {
    font-size: 18px;
    padding-left: 25px;
  }
  .histroy .list .info {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    padding-left: 25px;
  }
  .histroy .btns {
    text-align: center;
  }
  .histroy .prev,
  .histroy .next {
    width: 40px;
    height: 40px;
    background: none !important;
    line-height: 40px;
    margin: 0 5px;
  }
  .histroy .prev:before,
  .histroy .next:before {
    font-size: 18px;
    color: #fff !important;
  }
}
#certify {
  margin-top: 0.8rem;
  padding-left: 0.5rem;
  position: relative;
}
@media(max-width:1400px){
	#certify{
		padding-left:3rem;
	}
}
@media (max-width: 1023px) {
  #certify {
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
  }
}
#certify .swiper-slide {
  max-width: 5.7rem;
  width: 100%;
  background: #fff;
}
#certify .swiper-slide img {
  opacity: 0.3;
  transform: perspective(200px) rotateY(-3deg);
}
@media (max-width: 640px) {
  #certify .swiper-slide {
    max-width: 240px;
  }
}
#certify .swiper-slide-active img {
  opacity: 1;
  transform: rotate(0deg);
}
#certify .swiper-button-prev {
  left: -0.2rem;
}
#certify .swiper-button-prev:before {
  content: "<";
  font-size: 0.24rem;
  font-family: "宋体";
}
@media (max-width: 640px) {
  #certify .swiper-button-prev:before {
    left: 0;
    font-size: 16px;
  }
}
#certify .swiper-button-next {
  right: -0.1rem;
}
#certify .swiper-button-next:before {
  content: ">";
  font-size: 0.24rem;
  font-family: "宋体";
}
@media (max-width: 640px) {
  #certify .swiper-button-next:before {
    font-size: 16px;
  }
}
#certify .swiper-button-prev,
#certify .swiper-button-next {
  width: 0.52rem;
  height: 0.52rem;
  line-height: 0.5rem;
  text-align: center;
  background-image: none;
  border: solid 1px #e0e0e0;
  background-color: #ededed;
}
#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover {
  color: #fff;
  background-color: #e60012;
}
@media (max-width: 1023px) {
  #certify .swiper-button-prev,
  #certify .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.inside-about-3 {
  padding-bottom: 0.8rem;
  position: relative;
}
.inside-about-3 .title {
  text-align: center;
  width: 6.77rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .inside-about-3 {
    padding-bottom: 30px;
  }
  .inside-about-3 .title {
    width: 100%;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner img {
  width: 100%;
}
.inside-banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  position: absolute;
  transform: translateY(-20%);
}
.inside-banner .icon {
  font-weight: 700;
  margin-left: -0.3rem;
  font-size: 0.72rem;
  line-height: 0.2rem;
}
.inside-banner .tit {
  line-height: 0.5rem;
  font-size: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
.inside-banner .current {
  color: #fff;
  overflow: hidden;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  font-weight: normal;
}
.inside-banner .current a {
  padding: 0 0.1rem;
  color: #fff;
}
.inside-banner .current a:first-child {
  padding-left: 0;
}
.inside-banner .current a:hover {
  opacity: 0.9;
}
.inside-banner .current span {
  padding-left: 0.1rem;
}
@media (max-width: 1023px) {
  .inside-banner {
    margin-top: 60px;
    text-align: center;
  }
  .inside-banner .icon {
    display: none;
  }
  .inside-banner .tit {
    font-size: 20px;
    line-height: 30px;
    display: none;
  }
  .inside-banner .current {
    display: none;
  }
}
.inside-product {
  padding: 0.8rem 0;
}
@media (max-width: 1023px) {
  .inside-product {
    padding: 30px 0;
  }
}
.inside-leftpro {
  width: 19%;
  float: left;
  min-height: 300px;
}
.inside-leftpro .bt {
  color: #000;
  font-size: 0.24rem;
  font-weight: 700;
  padding-bottom: 0.1rem;
}
@media(max-width:1600px){
   #certify{
        padding-left:0;
   }
 #certify .swiper-slide{ max-width:500px;}
}
@media (max-width: 1023px) {
  .inside-leftpro {
    display: none;
  }
}
.classifyPro li {
  position: relative;
}
.classifyPro .title {
  margin: 0.25rem 0;
  line-height: 0.4rem;
  height: 0.4rem;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.classifyPro .title a {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  color: #040806;
  font-size: 0.2rem;
  vertical-align: middle;
  padding-left: 0.3rem;
}
.classifyPro .title a:before {
  content: ">";
  top: 50%;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.18rem;
  border-radius: 100%;
  vertical-align: top;
  text-align: center;
  font-family: "宋体";
  color: #e60012;
  font-size: 0.14rem;
  border: solid 1px #e60012;
  transition: all 500ms ease;
  transform: translateY(-45%);
  position: absolute;
}
.classifyPro .title a:hover:before {
  opacity: 1;
}
.classifyPro .has > .title a {
  font-weight: 700;
  display: inline-block;
}
.classifyPro .active > .title a {
  color: #e60012 !important;
}
.classifyPro .down > .title a,
.classifyPro li:hover > .title a {
  color: #e60012 !important;
}
.classifyPro .down > .title a:before,
.classifyPro li:hover > .title a:before {
  content: "-";
  opacity: 1;
  color: #e60012;
  border-color: #e60012;
}
.classifyPro li:hover > .title a {
  color: #e60012 !important;
}
.classifyPro .list .list {
  padding: 0px 0px 20px 30px;
}
.classifyPro .list .list .cur1:before {
  content: "";
  background-image: url(/template/index/pc/images/dian-h.png);
}
.classifyPro .list .list .cur1 .title a {
  color: #e60012;
}
.classifyPro .list .list .cur1 .smenu {
  display: block;
}
.classifyPro .list .list li:hover:before {
  background-image: url(/template/index/pc/images/dian-h.png);
}
.classifyPro .list .list li {
  padding: 0.1rem 0;
  padding-left: 0.2rem;
  position: relative;
}
.classifyPro .list .list li:before {
  content: "";
  top: 0.2rem;
  left: 0;
  height: 0.15rem;
  width: 0.17rem;
  position: absolute;
  background-image: url(/template/index/pc/images/dian.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.classifyPro .list .list .title {
  height: auto;
  margin: 0;
  padding: 0;
}
.classifyPro .list .list .title a {
  color: #040907;
  line-height: 0.24rem;
  margin: 0.05rem;
  padding: 0;
  font-size: 0.18rem;
  position: relative;
}
.classifyPro .list .list .title a:before {
  display: none;
}
.classifyPro .list .list .title a:hover {
  color: #e60012;
}
.classifyPro .list .list .title a:hover:before {
  background-image: url(/template/index/pc/images/dian-h.png);
}
.classifyPro .list .list .cur a {
  color: #e60012;
  background-image: url(/template/index/pc/images/dian-h.png);
}
.classifyPro .list .list li:last-child .title {
  border: none;
}
.inside-prolist {
  width: 76%;
  float: right;
}
.inside-prolist ul {
  margin: 0 -0.18rem;
  margin-top: -0.5rem;
  padding-bottom: 0.5rem;
}
.inside-prolist li:hover .pic:before {
  background: #d7d7d7;
}
.inside-prolist li:hover .pic img {
  transform: scale(1.05);
}
.inside-prolist li:hover .tit,
.inside-prolist li:hover .txt {
  color: #e60012;
}
.inside-prolist li {
  float: left;
  font-size: 0.18rem;
  padding: 0 0.18rem;
  padding-top: 0.4rem;
  width: 33.333%;
}
.inside-prolist li .pic {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.inside-prolist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.3%;
}
.inside-prolist li .pic img {
  transition: all 700ms ease;
}
.inside-prolist li .tit {
  margin-top: 0.15rem;
  height: 0.3rem;
  font-weight: 700;
  line-height: 0.3rem;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-prolist li .txt {
  color: #666;
  height: 0.24rem;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .inside-prolist {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .inside-prolist ul {
    padding-bottom: 0px;
  }
  .inside-prolist li {
    font-size: 14px;
  }
  .inside-prolist li .txt {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  }
  .inside-prolist li .tit {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inside-prolist ul {
    margin: 0 -5px;
  }
  .inside-prolist li {
    width: 50%;
    padding: 0 5px;
    padding-top: 15px;
    text-align: center;
  }
}
.inside-prolist-2 {
  width: 76%;
  float: right;
  position: relative;
  margin-top: -0.4rem;
}
.inside-prolist-2 .tigs {
  font-size: 0.2rem;
  color: #040806;
}
.inside-prolist-2 ul {
  margin: 0 -0.15rem;
}
.inside-prolist-2 li {
  float: left;
  width: 25%;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-prolist-2 li .item {
  padding: 0.2rem 0.4rem;
  padding-top: 0.3rem;
  padding-right: 0.2rem;
  height: 1.4rem;
  border-radius: 0.1rem;
  background: #f5f5f5;
  transition: all 335ms ease;
}
.inside-prolist-2 li .tit {
  font-weight: 700;
  color: #040806;
  overflow: hidden;
  height: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.inside-prolist-2 li .zixu {
  color: #666;
  font-size: 0.14rem;
  font-weight: lighter;
  margin-top: 0.07rem;
}
.inside-prolist-2 li:hover .item {
  background: #e60012;
}
.inside-prolist-2 li:hover .item .tit,
.inside-prolist-2 li:hover .item .zixu {
  color: #fff;
}
@media (max-width: 1023px) {
  .inside-prolist-2 {
    margin-top: 0;
    width: 100%;
    float: none;
  }
  .inside-prolist-2 .tigs {
    font-size: 16px;
  }
  .inside-prolist-2 ul {
    margin: 0 -5px;
    margin-top: 20px;
  }
  .inside-prolist-2 li {
    padding: 5px;
    width: 50%;
  }
  .inside-prolist-2 li .item {
    padding: 10px 20px;
    height: 100px;
  }
  .inside-prolist-2 li .tit {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
  }
  .inside-prolist-2 li .zixu {
    font-size: 14px;
    margin-top: 10px;
  }
}
.inside-page {
  text-align: center;
  padding-top: 30px;
}
.inside-page a {
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
  margin: 0 3px;
  font-size: 12px;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #cdcdcd;
}
.inside-page a:hover,
.inside-page .cur,
.inside-page .active {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.inside-page .prev,
.inside-page .next {
  width: 106px;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 6px;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 6px;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .inside-page {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .inside-page a {
    padding: 0 5px;
    margin: 0 1px;
    height: 20px!important;
    line-height: 18px!important;
    width: auto!important;
    height: auto!important;
  }
}
.inside-product-show {
  background: #090909;
  padding-top: 0.9rem;
}
.inside-product-show .title {
  color: #fff;
  text-align: center;
  font-size: 0.36rem;
  position: relative;
  padding-bottom: 0.3rem;
}
.inside-product-show .title:after {
  content: "";
  width: 0.4rem;
  height: 0.03rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  background: #e60012;
}
@media (max-width: 1023px) {
  .inside-product-show .title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .inside-product-show .title:after {
    width: 40px;
    height: 2px;
  }
}
.inside-product-show .topfixed {
  width: 100%;
  z-index: 9;
  background: #222831;
}
.inside-product-show .topfixed .inside-current {
  width: 40%;
  float: left;
  text-align: left;
  margin-top: 0.15rem;
}
.inside-product-show .topfixed .carte {
  width: 55%;
  float: left;
  color: #fff;
  line-height: 0.7rem;
  font-size: 0.18rem;
}
.inside-product-show .topfixed .carte span {
  cursor: pointer;
  position: relative;
  margin-left: 1.2rem;
  display: inline-block;
}
.inside-product-show .topfixed .carte span a {
  color: #fff;
  display: block;
}
.inside-product-show .topfixed .carte .cur a {
  color: #fff;
  font-weight: 700;
}
.inside-product-show .topfixed .carte .cur:after {
  opacity: 1;
}
@media (max-width: 1023px) {
  .inside-product-show .topfixed .carte {
    width: 100%;
    float: none;
    line-height: 50px;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
  }
  .inside-product-show .topfixed .carte span {
    margin-left: 30px;
  }
  .inside-product-show .topfixed .carte span:first-child {
    margin-left: 0;
  }
}
.inside-product-show .fixed1 {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  position: fixed;
}
.inside-product-show .pro01 {
  position: relative;
  padding: 0.9rem 0 1.4rem 0;
}
.inside-product-show .pro01 .left {
  width: 50%;
  float: left;
}
.inside-product-show .pro01 .right {
  color: #fff;
  width: 44%;
  float: right;
}
.inside-product-show .pro01 .right h1 {
  font-size: 0.4rem;
  color: #e60012;
}
.inside-product-show .pro01 .smimg {
  width: 20.4%;
  float: left;
  margin-top: 0.3rem;
}
.inside-product-show .pro01 .smimg span {
  border: solid 1px #8a8a8b;
  display: block;
  position: relative;
  margin: 0.03rem 0;
  cursor: pointer;
}
.inside-product-show .pro01 .smimg span:after {
  content: "";
  display: block;
  padding-bottom: 66.4845173%;
}
.inside-product-show .pro01 .smimg .slick-current {
  border-color: #e60012;
}
.inside-product-show .pro01 .smimg .slick-prev {
  width: 100%;
  height: 0.17rem;
  border: 0;
  top: -0.3rem;
  margin-top: 0;
  left: 0;
  background: url(/template/index/pc/images/ptop.png) no-repeat center center #26262c;
}
.inside-product-show .pro01 .smimg .slick-next {
  width: 100%;
  height: 0.17rem;
  border: 0;
  top: auto;
  margin-top: auto;
  bottom: -0.28rem;
  right: 0;
  background: url(/template/index/pc/images/pbot.png) no-repeat center center #e60012;
}
.inside-product-show .pro01 .bigimg {
  width: 77.4%;
  float: right;
  border: solid 1px #7e050f;
  text-align: center;
}
.inside-product-show .pro01 .bigimg span {
  position: relative;
  display: block;
}
.inside-product-show .pro01 .bigimg span:after {
  content: "";
  display: block;
  padding-bottom: 66.4845173%;
}
.inside-product-show .pro01 .btn {
  width: 2.21rem;
  line-height: 0.54rem;
  transition: all 334ms ease;
  background: #e60012;
  text-align: center;
}
.inside-product-show .pro01 .btn a {
  color: #fff;
  display: block;
}
.inside-product-show .pro01 .btn:hover {
  background: #00c18c;
}
.inside-product-show .pro01 .txt {
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-product-show .pro01 .ms {
  margin-top: 0.3rem;
}
.inside-product-show .pro01 .button {
  margin-top: 0.4rem;
}
.inside-product-show .pro01 .button a {
  height: 0.4rem;
  margin-right: 0.08rem;
  text-align: center;
  line-height: 0.38rem;
  color: #fff;
  padding: 0 0.2rem;
  display: inline-block;
  border: solid 1px #dddddd;
}
.inside-product-show .pro01 .button img {
  vertical-align: middle;
  margin: 0 0.05rem 0.04rem 0;
}
.inside-product-show .pro01 .button a:first-child {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.inside-product-show .pro01 .button1 {
  position: relative;
  margin-top: 0.2rem;
}
.inside-product-show .pro01 .button1 a {
  position: relative;
  font-size: 0.22rem;
  color: #e60012;
  height: 0.4rem;
  text-align: center;
  background: #fff;
  line-height: 0.38rem;
  padding: 0 0.16rem;
  display: inline-block;
  font-family: "Oswald-Bold";
}
.inside-product-show .pro01 .button1 a:after {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: -0.09rem;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 0.1rem #ffffff;
  border-left: solid 0.1rem transparent;
  border-right: solid 0.1rem transparent;
}
@media (max-width: 1023px) {
  .inside-product-show .pro01 .tit {
    margin-top: 20px;
  }
  .inside-product-show .pro01 .txt {
    font-size: 14px;
  }
  .inside-product-show .pro01 .button {
    margin-top: 20px;
  }
  .inside-product-show .pro01 .button a {
    height: 40px;
    padding: 0 15px;
    margin-right: 10px;
    line-height: 38px;
  }
  .inside-product-show .pro01 .button1 {
    margin-top: 20px;
  }
  .inside-product-show .pro01 .button1 a {
    font-size: 16px;
    height: 40px;
    padding: 0 20px;
    line-height: 38px;
  }
  .inside-product-show .pro01 .button1 a:after {
    top: -8px;
    border-bottom: solid 10px #ffffff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
  }
}
@media (max-width: 1023px) {
  .inside-product-show .pro01 {
    font-size: 14px;
    padding: 70px 0 50px 0;
  }
  .inside-product-show .pro01 .smimg {
    margin-top: 20px;
  }
  .inside-product-show .pro01 .smimg .slick-prev,
  .inside-product-show .pro01 .smimg .slick-next {
    height: 17px;
  }
  .inside-product-show .pro01 .smimg span {
    margin: 7px 0;
  }
  .inside-product-show .pro01 .smimg .slick-prev {
    top: -20px;
  }
  .inside-product-show .pro01 .smimg .slick-next {
    bottom: -20px;
  }
  .inside-product-show .pro01 .left,
  .inside-product-show .pro01 .right {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .inside-product-show .pro01 .left h1,
  .inside-product-show .pro01 .right h1 {
    font-size: 16px;
  }
  .inside-product-show .pro01 .right {
    padding-top: 30px;
  }
  .inside-product-show .pro01 .right .ms {
    height: auto;
    margin-top: 20px;
    line-height: 28px;
  }
  .inside-product-show .pro01 .right .ms p {
    padding-bottom: 0px;
  }
  .inside-product-show .pro01 .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
  }
}
.inside-ps-menu {
  text-align: right;
  font-size: 0.18rem;
}
.inside-ps-menu .title {
  float: left;
  width: 35%;
  color: #333;
  padding-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: left;
}
.inside-ps-menu ul {
  width: 60%;
  float: right;
}
.inside-ps-menu .cur {
  font-weight: 700;
}
.inside-ps-menu li {
  margin-left: 0.6rem;
  padding: 0.35rem 0;
  display: inline-block;
}
.inside-ps-menu li a {
  display: block;
  text-align: center;
  position: relative;
}
.inside-ps-menu li a:after {
  content: "";
  width: 0;
  height: 2px;
  bottom: -0.34rem;
  left: 50%;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateX(-50%);
  position: absolute;
  background: #e60012;
}
.inside-ps-menu li a:before {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  opacity: 0;
  bottom: -0.34rem;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 0.06rem #e60012;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
}
.inside-ps-menu li span {
  overflow: hidden;
  height: 0.24rem;
  line-height: 0.24rem;
  display: block;
}
.inside-ps-menu .cur a,
.inside-ps-menu li:hover a {
  color: #e60012;
}
.inside-ps-menu .cur a:after,
.inside-ps-menu li:hover a:after {
  opacity: 1;
  width: 100%;
}
.inside-ps-menu .cur a:before,
.inside-ps-menu li:hover a:before {
  opacity: 1;
}
@media (max-width: 1023px) {
  .inside-ps-menu {
    font-size: 14px;
    padding: 20px 0;
    text-align: left;
  }
  .inside-ps-menu .title {
    width: 100%;
    float: none;
    padding-top: 0px;
    font-size: 16px;
  }
  .inside-ps-menu ul {
    width: 100%;
    float: none;
  }
  .inside-ps-menu li {
    padding: 20px 0;
    margin-left: 0;
    margin-right: 10px;
  }
  .inside-ps-menu li span {
    height: 24px;
    line-height: 24px;
  }
}
.pro02,
.pro03,
.pro04 {
  position: relative;
}
.pro02 .inside-title,
.pro03 .inside-title,
.pro04 .inside-title {
  position: relative;
}
.pro02 .inside-title:after,
.pro03 .inside-title:after,
.pro04 .inside-title:after {
  content: "";
  width: 100%;
  height: 1px;
  right: 0;
  top: 50%;
  position: absolute;
  background: #ececec;
}
.pro02 .inside-title span,
.pro03 .inside-title span,
.pro04 .inside-title span {
  z-index: 3;
  position: relative;
  display: inline-block;
  background: #f7f7f7;
}
.pro02 {
  background: url(/template/index/pc/images/proshow-bg.jpg) top center repeat-x #f7f7f7;
  padding: 0.7rem 0;
}
.pro02 .text {
  color: #3e3a39;
  padding-top: 0.3rem;
}
.pro02 .t1 {
  padding-left: 0.15rem;
  margin-top: 0.1rem;
  position: relative;
}
.pro02 .t1:before {
  left: 0;
  top: 0.13rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #3e3a39;
  border-radius: 100%;
  position: absolute;
}
.pro02 .tag {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
@media (max-width: 1023px) {
  .pro02 {
    padding: 30px 0;
  }
  .pro02 .tag {
    font-size: 16px;
    margin-top: 15px;
  }
}
.pro03 {
  padding: 0.7rem 0;
}
.pro03 .inside-title span {
  background: #fff;
}
.pro03 .table {
  margin-top: 0.5rem;
  font-size: 0.18rem;
  color: #2a2a2a;
}
.pro03 .table td {
  border: solid 0.04rem #ffffff;
  padding: 0.15rem 0.15rem 0.15rem 0.6rem;
  background: #f5f5f5;
}
.pro03 .table td:first-child {
  font-weight: 700;
}
.pro03 .table tr:nth-child(2n) td {
  background: #e0e0e0;
}
@media (max-width: 1023px) {
  .pro03 {
    padding: 30px 0;
  }
  .pro03 .table {
    font-size: 14px;
  }
}
.pro04 {
  background: #f7f7f7;
  padding: 0.7rem 0;
}
.pro04 .inside-prolist {
  width: 100%;
  float: none;
  margin-top: 0.45rem;
display: block;
font-size: 0;
text-align: center;  
}
.pro04 .inside-prolist li {
  width: 25%;
	display: inline-block;
	float: none;
}
@media (max-width: 1023px) {
  .pro04 {
    padding: 30px 0;
  }
}
@media (max-width: 640px) {
  .pro04 .inside-prolist li {
    width: 50%;
  }
}
.pro05 {
  padding-bottom: 0.5rem;
  padding-top: 1.8rem;
  background-repeat: repeat;
}
.pro05 .title {
  color: #fff;
  font-weight: 700;
  font-size: 0.4rem;
  text-align: center;
  padding-bottom: 0.2rem;
}
@media (max-width: 1023px) {
  .pro05 {
    padding: 30px 0;
  }
  .pro05 .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.pro05 {
  font-size: 0.18rem;
  color: #3e3a39;
  background: #fff;
}
.pro05 .inside-title span {
  background: #fff;
}
.pro05 .t2 {
  margin-top: 0.25rem;
  padding-left: 0.35rem;
  position: relative;
}
.pro05 .t2 img {
  top: 0.05rem;
  left: 0;
  position: absolute;
  max-height: 0.24rem;
}
@media (max-width: 1023px) {
  .pro05 {
    font-size: 14px;
  }
  .pro05 .t2 {
    margin-top: 20px;
    padding-left: 35px;
  }
  .pro05 .t2 img {
    top: 5px;
    max-height: 24px;
  }
}
.pro06 {
  background: #f7f7f7;
}
.pro06 li {
  width: 16.66666667%;
  float: left;
  color: #3e3a39;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.pro06 li span {
  overflow: hidden;
  line-height: 0.48rem;
  height: 0.5rem;
  display: block;
  text-align: center;
  border-radius: 0.05rem;
  border: solid 1px #838383;
}
@media (max-width: 1023px) {
  .pro06 ul {
    margin: 0 -5px;
  }
  .pro06 li {
    width: 33.33333333%;
    font-size: 14px;
    padding: 0 5px;
    padding-top: 10px;
  }
  .pro06 li span {
    height: 40px;
    line-height: 38px;
  }
}
.pro07 th {
  font-size: 0.2rem;
  border: solid 0.04rem #ffffff;
  padding: 0.15rem 0.15rem 0.15rem 0.6rem;
  background: #f5f5f5;
}
.pro07 .table td:first-child {
  font-weight: normal;
}
@media (max-width: 1023px) {
  .pro07 th {
    font-size: 16px;
    border: solid 2px #fff;
    padding: 10px;
  }
}
.pro8 {
  padding: 0.8rem 0;
  background: #f7f7f7;
}
.pro8 .container {
  display: flex;
}
.pro8 .textbox {
  color: #3e3a39;
  display: flex;
  align-items: center;
}
.pro8 .lefttext {
  width: 50%;
  padding-right: 0.5rem;
}
.pro8 .lefttext p {
  padding-top: 0.3rem;
}
.pro8 .lefttext .w2 {
  font-size: 0.18rem;
}
.pro8 .pic {
  width: 50%;
}
@media (max-width: 1023px) {
  .pro8 {
    padding: 30px 0;
  }
  .pro8 .container {
    display: block;
  }
  .pro8 .textbox {
    display: block;
  }
  .pro8 .lefttext {
    width: 100%;
    padding-right: 0;
  }
  .pro8 .lefttext p {
    padding-top: 20px;
  }
  .pro8 .lefttext .w2 {
    font-size: 16px;
  }
  .pro8 .pic {
    width: 100%;
    margin-top: 30px;
  }
}
.pro09 {
  background: #eaeaea;
}
.pro09 .inside-title span {
  background: #eaeaea;
}
.pro09 ul {
  margin: 0 -0.25rem;
  padding-top: 0.5rem;
  margin-bottom: 0.6rem;
}
.pro09 li {
  padding: 0 0.25rem;
}
.pro09 li .item {
  width: 3.24rem;
  height: 4.28rem;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(/template/index/pc/images/honor-bg.jpg);
  background-size: cover;
  box-shadow: 0 12px 30px -9px rgba(13, 99, 141, 0.3);
}
.pro09 li .pic {
  position: relative;
}
.pro09 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 135.86956522%;
}
.pro09 li .arrtl {
  top: 0.3rem;
  left: 0.2rem;
  position: absolute;
}
.pro09 li .arrtr {
  top: 0.3rem;
  right: 0.2rem;
  position: absolute;
}
.pro09 li .arrbl {
  bottom: 0.1rem;
  left: 0.2rem;
  position: absolute;
}
.pro09 li .arrbr {
  bottom: 0.1rem;
  right: 0.2rem;
  position: absolute;
}
.pro09 .slick-dots {
  bottom: -1.2rem;
}
.pro09 .slick-dots li {
  padding: 0 0.05rem !important;
}
.pro09 .slick-dots li button {
  width: 0.12rem;
  height: 0.12rem;
}
.pro09 .slick-dots li.slick-active button {
  background: #e60012;
}
@media (max-width: 1023px) {
  .pro09 li {
    padding: 10px;
  }
  .pro09 li .item {
    width: auto;
    height: auto;
    background: none;
  }
  .pro09 .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.pro10 {
  background: #fff;
  padding: 0.7rem 0;
}
.pro10 .inside-title span {
  background: #fff;
}
.inside-serivce {
  padding: 0.8rem 0;
}
.inside-serivce .text {
  padding-top: 0.3rem;
}
.inside-serivce li {
  padding: 0.4rem 0;
  position: relative;
}
.inside-serivce li:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #e60012;
  transition: all 700ms ease;
}
.inside-serivce li .icon {
  color: #000000;
  font-weight: 700;
  font-size: 0.24rem;
}
.inside-serivce li .icon img {
  margin-right: 0.25rem;
  max-height: 0.45rem;
}
.inside-serivce li .txt {
  padding-left: 0.7rem;
}
.inside-serivce li:hover:after {
  width: 100%;
}
@media (max-width: 1023px) {
  .inside-serivce {
    padding: 30px 0;
  }
  .inside-serivce li {
    padding: 20px 0;
  }
  .inside-serivce li:after {
    display: none;
  }
  .inside-serivce li .icon {
    font-size: 18px;
  }
  .inside-serivce li .icon img {
    max-height: 40px;
    margin-right: 20px;
  }
  .inside-serivce li .txt {
    padding-left: 60px;
  }
}
.inside-serivce-2 {
  padding: 0.8rem 0;
}
.inside-serivce-2 ul {
  margin: 0 -0.26rem;
}
.inside-serivce-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-serivce-2 li:hover .tit {
  color: #fff;
  background: rgba(230, 0, 18, 0.8);
}
.inside-serivce-2 li {
  width: 50%;
  float: left;
  padding: 0 0.26rem;
  padding-top: 0.5rem;
}
.inside-serivce-2 li .pic {
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0.07rem 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.inside-serivce-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.41726619%;
}
.inside-serivce-2 li .pic img {
  border-radius: 0.2rem;
  transition: all 700ms ease;
}
.inside-serivce-2 li .tit {
  color: #222;
  padding: 0 0.1rem;
  font-size: 0.18rem;
  position: relative;
  width: 6.2rem;
  margin: 0 auto;
  margin-top: -0.3rem;
  height: 0.54rem;
  text-align: center;
  overflow: hidden;
  line-height: 0.54rem;
  background: rgba(255, 255, 255, 0.93);
}
@media (max-width: 1023px) {
  .inside-serivce-2 {
    padding: 30px 0;
  }
  .inside-serivce-2 li .tit {
    padding: 0 10px;
    font-size: 16px;
    width: 100%;
    margin-top: 0;
    height: 50px;
    line-height: 50px;
    color: #333!important;
    background: #fff!important;
  }
}
@media (max-width: 480px) {
  .inside-serivce-2 ul {
    margin: 0;
  }
  .inside-serivce-2 li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.inside-serivce-show {
  line-height: 0.32rem;
  font-size: 0.18rem;
  padding: 0.8rem 0;
}
.inside-serivce-show h1 {
  color: #040404;
  font-weight: normal;
  text-align: center;
  padding-bottom: 0.5rem;
}
.inside-serivce-show .t1 {
  padding: 0.3rem 0 0.1rem 0;
  color: #e60012;
  font-weight: 700;
}
.inside-xg-serivce {
  background: #fafafa;
}
.inside-xg-serivce .inside-title {
  position: relative;
}
.inside-xg-serivce .inside-title:after {
  content: "";
  width: 100%;
  height: 1px;
  right: 0;
  top: 50%;
  position: absolute;
  background: #ececec;
}
.inside-xg-serivce .inside-title span {
  z-index: 3;
  position: relative;
  display: inline-block;
  background: #fafafa;
}
.inside-news {
  padding: 0.8rem 0;
}
.inside-news .inside-menu {
  padding-top: 0;
}
.inside-news .inside-menu li a {
  color: #909090;
  height:60px;
  overflow:hidden;
}
.inside-news .inside-menu li:hover a,
.inside-news .inside-menu .cur a {
  color: #333;
}
.inside-news .index-news {
  padding: 0.8rem 0;
}
@media(max-width:1400px){
	.inside-news .inside-menu li a{
		height:40px;
	}
}
@media (max-width: 1023px) {
  .inside-news {
    padding: 30px 0;
  }
  .inside-news .tablist {
    padding-top: 0;
  }
  .inside-serivce-show{
	  font-size:18px;
	  line-height: 36px;
  }
}
.inside-news-2 li {
  overflow: hidden;
  padding: 0.15rem 0;
  transition: all 334ms ease;
  border-bottom: solid 1px #e1ddda;
}
.inside-news-2 li:first-child {
  border-top: solid 1px #e1ddda;
}
.inside-news-2 .info {
  width: 10%;
  float: left;
  color: #555146;
  font-size: 0.14rem;
  padding-top: 0.25rem;
  text-align: center;
}
.inside-news-2 .info .tag span {
  color: #fff;
  padding: 0 0.1rem;
  line-height: 0.24rem;
  display: inline-block;
  background: #e60012;
  height:0.24rem;
  overflow:hidden;
}
.inside-news-2 .info .time {
  margin-top: 0.15rem;
}
.inside-news-2 .info .time span {
  display: block;
}
.inside-news-2 .text {
  width: 70%;
  float: left;
  padding-left: 0.3rem;
}
.inside-news-2 .pic {
  width: 16%;
  float: right;
  overflow: hidden;
  position: relative;
}
.inside-news-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.inside-news-2 .pic img {
  transition: all 700ms ease;
}
.inside-news-2 .tit {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #333;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news-2 .txt {
  color: #555146;
  height: 0.48rem;
  line-height: 0.24rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (min-width: 1025px) {
  .inside-news-2 li:hover {
    box-shadow: 0 0.2rem 0.3rem -0.2rem rgba(0, 0, 0, 0.2);
  }
  .inside-news-2 li:hover .pic img {
    transform: scale(1.05);
  }
}
@media (max-width: 1023px) {
  .inside-news-2 li {
    padding: 20px 0;
  }
  .inside-news-2 .pic {
    display: none;
  }
  .inside-news-2 .info {
    width: 20%;
    font-size: 12px;
    padding-top: 0;
  }
  .inside-news-2 .text {
    width: 80%;
    padding-left: 20px;
  }
  .inside-news-2 .info .tag span {
    padding: 0 2px;
    line-height: 24px;
  }
  .inside-news-2 .info .time {
    margin-top: 10px;
    line-height: 18px;
  }
  .inside-news-2 .tit {
    margin-top: 0;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }
  .inside-news-2 .txt {
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }
}
.inside-news-show {
  padding: 0.8rem 0;
  line-height: 0.32rem;
}
.inside-news-show h1 {
  color: #333;
  font-weight: normal;
  text-align: center;
}
.inside-news-show .info {
  margin-top: 0.3rem;
  padding: 0.1rem 0;
  font-size: 0.14rem;
  text-align: center;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-news-show .info span {
  padding: 0 0.1rem;
  display: inline-block;
}
.inside-news-show .tag {
  color: #282828;
}
.inside-news-show .tag span {
  padding: 0 0.15rem;
  display: inline-block;
}
@media (max-width: 1023px) {
  .inside-news-show {
    padding: 30px 0;
    line-height: 24px;
  }
  .inside-news-show h1 {
    line-height: 24px;
    font-size: 18px;
  }
  .inside-news-show .info {
    font-size: 12px;
    padding: 10px 0;
    margin-top: 20px;
  }
  .inside-news-show .info span {
    padding: 0 3px;
  }
}
.inside-prev {
  height: 0.57rem;
  line-height: 0.55rem;
  margin-top: 0.45rem;
  overflow: hidden;
  font-size: 0.14rem;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-prev li {
  float: left;
  padding: 0 0.6rem;
  height: 0.55rem;
  overflow: hidden;
  transition: all 700ms ease;
}
.inside-prev li a {
  color: #999;
  display: inline list-item;
}
.inside-prev li:last-child {
  text-align: right;
}
.inside-prev li:hover {
  background: #f8f8f8;
}
.inside-prev .li1,
.inside-prev .li2 {
  width: 44%;
  color: #999;
}
.inside-prev .fh {
  width: 12%;
  padding: 0 0.1rem;
  text-align: center;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
@media (max-width: 1023px) {
  .inside-prev {
    height: auto;
    font-size: 14px;
    line-height: 44px;
    margin-top: 30px;
  }
  .inside-prev li {
    width: 100%!important;
    float: none!important;
    text-align: left!important;
    padding: 0 5px!important;
    height: 46px;
  }
  .inside-prev .fh {
    display: none;
  }
}
.inside-xg-news {
  padding-bottom: 0.8rem;
}
.inside-xg-news .title {
  color: #333;
  font-weight: 700;
  padding-bottom: 0.3rem;
  font-size: 0.3rem;
}
.inside-xg-news .pic {
  display: none;
}
.inside-xg-news .text {
  width: 90%;
}
.inside-xg-news li {
  padding: 0.3rem 0;
}
.inside-xg-news li .tit {
  margin-top: 0;
}
.inside-xg-news li .info {
  padding-top: 0.05rem;
}
@media (max-width: 1023px) {
  .inside-xg-news {
    padding-bottom: 40px;
  }
  .inside-xg-news .title {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .inside-xg-news li {
    padding: 15px 0;
  }
  .inside-xg-news .text {
    width: 80%;
  }
}
.inside-contact {
  padding: 0.8rem 0;
  position: relative;
  overflow: hidden;
}
.inside-contact .text {
  color: #222;
}
.inside-contact .t1 {
  color: #e60012;
  font-size: 0.28rem;
  font-weight: 700;
}
.inside-contact .t1 img {
  vertical-align: middle;
}
.inside-contact .t2 {
  font-weight: normal;
}
.inside-contact .t3 {
  font-size: 0.2rem;
}
.inside-contact .t4 {
  font-size: 0.18rem;
  padding-top: 0.6rem;
}
.inside-contact .left {
  width: 40%;
  float: left;
  color: #030f1b;
  line-height: 0.3rem;
}
.inside-contact .left li:first-child .t1 {
  padding-bottom: 0;
}
.inside-contact .left li {
  padding-top: 0.45rem;
}
.inside-contact .left li .t1 {
  color: #030f1b;
  font-size: 0.26rem;
  padding-bottom: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.inside-contact .left li a {
  color: #e60012;
  text-decoration: underline;
}
.inside-contact .left li a:hover {
  color: #e60012;
}
.inside-contact .left li .yx a {
  color: #2a2a2a;
  text-decoration: none;
}
.inside-contact .left li .yx a:hover {
  color: #e60012;
  text-decoration: underline;
}
.inside-contact .left .last {
  margin: 0 -0.2rem;
}
.inside-contact .left .last .item {
  padding: 0 0.2rem;
  float: left;
  width: 100%;
  text-align: center;
  max-width: 1.9rem;
}
.inside-contact .left .last .pic {
  margin-bottom: 0.1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inside-contact .right {
  width: 60%;
  float: left;
  position: relative;
}
.inside-contact .right .map {
  width: 145%;
}
.inside-contact .right #allmap {
  height: 7.5rem;
}
.inside-contact .right img {
  width: none!important;
  max-height: none!important;
  max-width: none!important;
}
@media (max-width: 1023px) {
  .inside-contact {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .inside-contact .cot {
    width: 100%;
    float: none;
  }
  .inside-contact .weixin {
    width: 100%;
    float: none;
    text-align: left;
    padding-top: 30px;
  }
  .inside-contact .t1 {
    font-size: 18px;
  }
  .inside-contact .t3 {
    font-size: 14px;
  }
  .inside-contact .t4 {
    font-size: 16px;
    padding-top: 20px;
  }
  .inside-contact .left {
    overflow: hidden;
    line-height: 30px;
    width: 100%;
    float: none;
  }
  .inside-contact .left li {
    padding-top: 20px;
  }
  .inside-contact .left li .t1 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .inside-contact .right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-contact .left .last .item {
    max-width: 100px;
  }
}
.inside-message {
  padding: 0.8rem 0;
}
.inside-message .text {
  color: #2a2a2a;
}
.inside-message ul {
  margin: 0 -10px;
}
.inside-message li {
  margin-top: 20px;
}
.inside-message li p {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.inside-message li i {
  color: #f30;
  font-style: normal;
  font-family: "宋体";
}
.inside-message li label {
  top: 12px;
  left: 20px;
  z-index: 1;
  font-size: 14px;
  position: absolute;
}
.inside-message li input,
.inside-message li textarea {
  height: 48px;
  line-height: 46px;
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  color: #333;
  border-radius: 3px;
  font-family: "微软雅黑";
  border: solid 1px #d1d1d1;
  background: #f8f8f8!important;
}
.inside-message li input:focus,
.inside-message li textarea:focus {
  border-color: #e60012;
}
.inside-message .weben {
  position: relative;
}
.inside-message .weben p {
  width: 100%;
  float: none;
}
.inside-message .weben textarea {
  height: 140px;
}
.inside-message .btn {
  width: 100%;
  padding: 0 10px;
  margin-top: 22px;
}
.inside-message .submit {
  background: #e60012 !important;
  color: #fff;
  width: 100%;
  border-radius: 0;
  display: inline-block;
  max-width: 200px;
  text-align: center;
  line-height: 46px;
  height: 46px;
  border: none;
}
.inside-message .submit .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.inside-message .submit:hover {
  background: #e60012;
}
.inside-message .submit:hover {
  background: #e60012;
}
.inside-message .verify {
  height: 46px;
  background-color: #e8e8e8;
  position: relative;
}
.inside-message .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 46px;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20px 20px;
  z-index: 2;
  cursor: move;
}
.inside-message .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20px 20px;
}
.inside-message .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 46px;
  line-height: 44px;
  width: 0;
  background-color: #e8e8e8;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.inside-message .verify .fix-tips,
.inside-message .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 46px;
  padding-left: 50px;
  text-align: center;
}
.inside-message .verify .verify-msg {
  padding-left: 0;
  padding-right: 50px;
}
.inside-message .verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.inside-message .verifyDiv {
  width: 30%;
  vertical-align: middle;
  float: left;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .inside-message {
    padding: 30px 0;
  }
  .inside-message li {
    margin-top: 0;
  }
  .inside-message li p {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-message .verifyDiv {
    width: 100%;
  }
  .inside-message .submit {
    max-width: 100%;
    margin-top: 20px;
  }
}
.inside-service-1 {
  padding: 0.8rem 0 0 0;
  overflow: hidden;
}
.inside-service-1 .list {
  margin-top: 0.5rem;
}
.inside-service-1 .list ul {
  margin: 0 -5px;
}
.inside-service-1 .list li {
  float: left;
  width: 20.3%;
  height: 525px;
  overflow: hidden;
  padding: 0 2px;
  transition: all 500ms ease;
}
.inside-service-1 .list li .box {
  position: relative;
}
.inside-service-1 .list li .item {
  display: block;
  position: relative;
}
.inside-service-1 .list li .txtbox {
  color: #fff;
  width: 75%;
  z-index: 9;
  left: 0.6rem;
  line-height: 0.26rem;
  position: absolute;
  transition: all 334ms ease;
  bottom: 1rem;
}
.inside-service-1 .list li .icon {
  width: 0.8rem;
  height: 0.8rem;
}
.inside-service-1 .list li .tit {
  font-size: 0.24rem;
  color: #fff;
  font-weight: 600;
  margin-top: 0.5rem;
}
.inside-service-1 .list li .txt {
  display: none;
  margin-top: 0.3rem;
}
.inside-service-1 .list li .pic {
  height: 523px;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-service-1 .list li .pic:before {
  top: 0;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(0, 0, 0, 0.5);
}
.inside-service-1 .list .active {
  width: 59.22%;
}
.inside-service-1 .list .active .txtbox {
  left: 2.6rem;
  width: 68%;
}
.inside-service-1 .list .active .txt {
  display: block;
}
.inside-service-1 .list .active .pic:before {
  opacity: 0.5;
  width: 100%;
}
@media (max-width: 1023px) {
  .inside-service-1 {
    padding-top: 30px;
  }
  .inside-service-1 .list {
    display: none;
  }
  .inside-service-1 .list li .txtbox {
    line-height: 24px;
  }
  .inside-service-1 .list li .tit {
    font-size: 20px;
    margin-top: 20px;
  }
  .inside-service-1 .list li .txt {
    margin-top: 10px;
  }
}
.inside-job .list5 {
  color: #666;
  padding: 80px 0;
  background: #f8f8f8;
}
.inside-job .list5 .left {
  width: 76%;
  float: left;
  padding: 20px 40px 30px 40px;
  background: #fff;
}
.inside-job .list5 .left dl dt {
  display: block;
}
.inside-job .list5 .left dl dt span {
  display: block;
  float: left;
  text-align: left;
  width: 12%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inside-job .list5 .left dl dt .name {
  width: 29%;
  padding-right: 20px;
  padding-left: 60px;
}
.inside-job .list5 .left dl dt .time {
  width: 30%;
  margin-right: 2%;
  text-align: center;
}
.inside-job .list5 .left dl dt .people {
  width: 14;
  margin-right: 6%;
  text-align: center;
}
.inside-job .list5 .left dl dt .bumen {
  width: 10%;
  text-align: center;
  margin-right: 7%;
  padding-left: 14px;
}
.inside-job .list5 .left dl dt .date {
  width: 15%;
  text-align: center;
}
.inside-job .list5 .left dl .list0 {
  color: #333;
  height: 54px;
  line-height: 54px;
  margin-bottom: 0px;
}
.inside-job .list5 .left dl .list0 span {
  font-weight: 700;
}
.inside-job .list5 .left dl .list_dt {
  cursor: pointer;
  height: 54px;
  line-height: 54px;
  transition: width 2s;
  border-bottom: 2px solid #f9f9f9;
}
.inside-job .list5 .left dl .list_dt .subnav {
  display: block;
}
.inside-job .list5 .left .list_dt {
  cursor: pointer;
  position: relative;
  background: #f9f9f9;
  margin-top: 20px;
  border-radius: 5px;
}
.inside-job .list5 .left #open {
  background: #f0f0f0;
  border-bottom: 0;
}
.inside-job .list5 .left #open .date,
.inside-job .list5 .left #open .name {
  color: #e60012;
}
.inside-job .list5 .left #open .name {
  font-weight: 700;
}
.inside-job .list5 .left .list_dd {
  display: none;
}
.inside-job .list5 .left .jobsub {
  position: relative;
  background: #fbfbfb;
  border-top: 0;
  line-height: 30px;
  overflow: hidden;
  padding: 30px 100px 60px 60px;
}
.inside-job .list5 .left .jobsub p {
  margin-top: 10px;
}
.inside-job .list5 .left .jobsub .bt {
  text-align: left;
  color: #e60012;
  margin-top: 35px;
  margin-bottom: 0px;
}
.inside-job .list5 .left .btn {
  margin-top: 30px;
  height: 44px;
  padding: 0 45px;
  color: #e60012;
  line-height: 42px;
  border-radius: 30px;
  display: inline-block;
  border: solid 1px #e60012;
}
.inside-job .list5 .left .btn img {
  margin: 13px 0 0 10px;
}
.inside-job .list5 .left .btn:hover {
  font-weight: 700;
}
.inside-job .list5 .right {
  width: 22%;
  float: right;
  padding: 30px;
  padding-top: 30px;
  min-height: 300px;
  background: #fff;
}
.inside-job .list5 .gg .titleBig {
  margin-bottom: 20px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-left: 14px;
  position: relative;
}
.inside-job .list5 .gg .titleBig:before {
  content: "";
  width: 4px;
  height: 20px;
  top: 4px;
  left: 0;
  position: absolute;
  background: #e60012;
}
.inside-job .list5 .gg .lc {
  border-bottom: 1px #f2f2f2 solid;
  padding-bottom: 20px;
}
.inside-job .list5 .gg .title-1 {
  color: #e60012;
  padding-top: 25px;
}
.inside-job .list5 .gg .p-2 {
  line-height: 24px;
  padding-top: 20px;
  font-size: 14px;
}
.inside-job .list5 .gg .p-2 span {
  display: inline-block;
}
.inside-job .list5 .gg .wx {
  padding: 70px 0  20px 0;
}
.inside-job .list5 .gg .title-2 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.inside-job .list5 .gg .title-2 span {
  color: #e60012;
}
.inside-job .list5 .gg .div-1 {
  display: flex;
  align-items: center;
}
.inside-job .list5 .gg .div-1 .pic {
  border: 1px solid #f2f2f2;
  max-width: 130px;
  padding: 01px;
  float: left;
}
.inside-job .list5 .gg .div-1 img {
  vertical-align: middle;
}
.inside-job .list5 .gg .div-1 .txt {
  flex: 1;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding-left: 30px;
}
@media (max-width: 1003px) {
  .inside-job {
    margin-top: 30px;
  }
  .inside-job .button {
    margin-top: 30px;
  }
  .inside-job .list {
    padding-top: 30px;
  }
  .inside-job .list .tu {
    margin-top: 20px;
  }
  .inside-job .list .tit {
    left: 20px;
    max-width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
  .inside-job .list .tit p {
    margin-top: 15px;
  }
  .inside-job .inside-title {
    margin-bottom: 10px;
  }
  .inside-job .list2 li {
    margin-top: 30px!important;
  }
  .inside-job .list2 li .txtbox {
    padding-left: 20px;
    line-height: 24px;
    padding-right: 20px!important;
  }
  .inside-job .list2 li .t1 {
    font-size: 16px;
  }
  .inside-job .list2 li .t3 {
    margin-top: 10px;
  }
  .inside-job .list4 .inside-text {
    line-height: 24px;
  }
  .inside-job .list5 {
    padding: 40px 0;
  }
  .inside-job .list5 .left {
    padding: 0 15px;
    width: 100%;
    float: none;
  }
  .inside-job .list5 .left .jobsub {
    padding: 20px;
    line-height: 24px;
  }
  .inside-job .list5 .left .jobsub .bt {
    margin: 10px 0;
  }
  .inside-job .list5 .left dl dt span {
    padding-right: 0!important;
    margin-right: 0!important;
    width: 33.3333%!important;
    padding-left: 10px!important;
  }
  .inside-job .list5 .left dl dt {
    line-height: 40px!important;
    height: 40px!important;
    margin-top: 2px!important;
    border-radius: 0!important;
  }
  .inside-job .list5 .left dl dt .people {
    display: none;
  }
  .inside-job .list5 .right {
    width: 100%;
    float: none;
  }
}
@media (max-width: 640px) {
  .inside-job .list2 {
    padding-top: 30px;
  }
  .inside-job .list2 li .pic {
    width: 100%;
    float: none!important;
  }
  .inside-job .list2 li .txtbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0!important;
    padding-top: 20px!important;
    left: auto!important;
    right: auto!important;
    top: auto!important;
    float: none!important;
    position: relative;
    transform: translate(0);
  }
  .inside-job .list .tit {
    top: auto;
    left: auto;
    margin-top: 20px;
    transform: translate(0);
    position: relative;
  }
}
.inside-hzkh {
  padding: 0.8rem 0 0 0;
  background: #fbfbfb;
}
.inside-hzkh .inside-menu {
  margin-bottom: 0.4rem;
  padding-top: 0.2rem;
}
.inside-hzkh .inside-menu li {
  max-width: none;
  width: auto;
  margin-left: 0.6rem;
}
.inside-hzkh .inside-menu li:first-child {
  margin-left: 0;
}
.inside-hzkh .inside-menu a {
  padding: 0.15rem 0;
  color: #909090;
}
.inside-hzkh .inside-menu .cur a {
  color: #333;
}
.inside-hzkh .list-1 {
  text-align: center;
  margin-top: 1.2rem;
}
.inside-hzkh .list-1:after {
  display: none;
}
.inside-hzkh .list-1 li:hover .box:after {
  background: url(/template/index/pc/images/partner-bg-2.png) no-repeat center center;
  width: 3.82rem;
  height: 4.28rem;
  background-size: cover;
}
.inside-hzkh .list-1 li {
  width: 23%;
  display: inline-block;
  margin: 0rem 0.1rem 1rem 0.1rem;
  position: relative;
}
.inside-hzkh .list-1 li .box {
  position: relative;
}
.inside-hzkh .list-1 li .box:after {
  content: '';
  display: block;
  width: 3.82rem;
  height: 4.28rem;
  background: url(/template/index/pc/images/partner-bg.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 700ms ease;
  transform: translate(-50%, -50%);
}
.inside-hzkh .list-1 .pic {
  position: relative;
  z-index: 1;
}
.inside-hzkh .list-1 .pic:after {
  content: '';
  display: block;
  padding: 39.28571429%;
}
.inside-hzkh .list-1 .tit {
  color: #333;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  font-weight: 700;
  font-size: 0.24rem;
  margin-top: 0.8rem;
}
@media(max-width:1400px){
	.inside-hzkh .list-1 .pic{
		transform: scale(0.7);
	}
}
@media (max-width: 1023px) {
  .inside-hzkh .list-1 {
    margin: 0 -10px;
    margin-top: 30px;
  }
  .inside-hzkh .list-1 li {
    float: left;
    margin: 0;
    display: block;
    width: 33.3333%;
    padding: 10px;
  }
  .inside-hzkh .list-1 li .box {
    padding: 0 10px;
    background: #fff;
    border: solid 1px #eee;
  }
  .inside-hzkh .list-1 li .box::after {
    display: none!important;
  }
  .inside-hzkh .list-1 .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .inside-hzkh .list-1 li {
    width: 50%;
  }
}
.footer {
  background: #060708;
}
.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer-top {
  padding: 0.49rem 0 0.29rem 0;
  border-bottom: solid 1px rgba(226, 222, 219, 0.29);
}
.footer-top .h3 {
  float: left;
  font-size: 0.28rem;
  line-height: 0.45rem;
  font-weight: bold;
  color: #ffffff;
}
.footer-bottom {
  padding-top: 0.65rem;
  padding-bottom: 0.56rem;
}
.footer-bottom .flogo {
  max-height: 41px;
  margin-bottom: 0.35rem;
}
.footer-bottom .footer-left {
  float: left;
  width: 23%;
}
.footer-bottom .footer-left .f1 {
  margin-bottom: 0.15rem;
  background: url(/template/index/pc/images/f01.png) no-repeat 0 5px;
  background-size: 0.64rem;
  padding-left: 0.72rem;
}
.footer-bottom .footer-left .f1 span {
  font-size: 0.16rem;
  line-height: 0.21rem;
  color: #c3c3c3;
}
.footer-bottom .footer-left .f1 p {
  font-size: 0.3rem;
  color: #e60012;
  line-height: 0.4rem;
  font-family: 'Oswald-Bold';
}
.footer-bottom .footer-left .f1 p a {
  color: #e60012;
  display: block;
}
.footer-bottom .footer-left .f3 {
  color: #ffffff;
}
.footer-bottom .footer-left .socialMedia {
  margin-top: 0.4rem;
  max-width: 2.72rem;
}
.footer-bottom .footer-left .socialMedia .list li {
  display: inline-block;
  padding: 0 0.03rem 0 0;
}
.footer-bottom .footer-left .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .icon {
  border: solid 1px #555555;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  opacity: 0.6;
  background-size: 0.4rem !important;
}
.footer-bottom .footer-left .socialMedia .list .down {
  display: none;
  color: #666;
  font-size: 0.14rem;
  align-items: center;
  width: 1.2rem;
  cursor: initial;
  padding-bottom: 0.2rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.6rem;
}
.footer-bottom .footer-left .socialMedia .list .down .txt {
  margin-right: 0.1rem;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm {
  width: 1.19rem;
  position: relative;
}
@media (max-width: 1023px) {
  .footer-bottom .footer-left {
    width: 100%;
    float: none;
    padding: 30px;
  }
  .footer-bottom .footer-left .flogo {
    display: none;
  }
  .footer-bottom .footer-left .f1 {
    margin-bottom: 15px;
    background-size: 50px;
    padding-left: 60px;
  }
  .footer-bottom .footer-left .f1 span {
    font-size: 16px;
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-bottom .footer-left .socialMedia {
    margin-top: 20px;
    max-width: 100%;
  }
}
.footer-bottom .footer-list {
  float: right;
  width: 60%;
}
.footer-bottom .footer-list ul li:first-child {
  width: 55%;
}
.footer-bottom .footer-list ul li:first-child ul li {
  float: left;
  width: 50%!important;
}
.footer-bottom .footer-list ul li {
  width: 35%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  max-width: 100%;
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  padding-right: 0.05rem;
  padding-bottom: 0.17rem;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  position: relative;
}
.footer-bottom .footer-list ul li:nth-last-child(1) {
  margin-right: 0;
  width: 10%;
}
.footer-bottom .footer-list .input {
  position: relative;
}
.footer-bottom .footer-list .input .h3 {
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.16rem;
  color: #ffffff;
}
.footer-bottom .footer-list .input .list {
  position: relative;
  padding-right: 0.61rem;
}
.footer-bottom .footer-list .input .list .li {
  width: 33.33333333%;
  float: left;
  padding-right: 0.1rem;
}
.footer-bottom .footer-list .input input {
  width: 100%;
  height: 0.45rem;
  padding: 0 0.1rem 0 0.16rem;
  background: #fff;
  font-size: 0.14rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 0.01rem rgba(255, 255, 255, 0.2);
}
.footer-bottom .footer-list .input input::-webkit-input-placeholder {
  color: #fff;
}
.footer-bottom .footer-list .input input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-bottom .footer-list .input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-bottom .footer-list .input input:-ms-input-placeholder {
  color: #fff;
}
.footer-bottom .footer-list .input a {
  width: 0.61rem;
  line-height: 0.45rem;
  text-align: center;
  background-color: #e60012;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #fff;
}
@media (max-width: 1023px) {
  .footer-bottom .footer-list {
    display: none;
  }
}
.footer-link {
  font-size: 0.14rem;
  padding-bottom: 0.27rem;
}
.footer-link span {
  font-weight: bold;
  color: #fff;
}
.footer-link a {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 0.1rem;
  display: inline-block;
}
@media (min-width: 1025px) {
  .footer-link a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1023px) {
  .footer-link {
    font-size: 14px;
  }
  .footer-link a {
    padding: 0 5px;
  }
}
.footer-copyright {
  text-align: left;
  padding: 0.2rem 0;
  font-size: 0.13rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.49);
}
.footer-copyright a {
  font-size: 0.13rem;
  color: rgba(255, 255, 255, 0.49);
}
.footer-copyright .fr {
  float: right;
}
@media (max-width: 1023px) {
  .footer-copyright {
    padding: 15px 0;
    font-size: 12px;
  }
  .footer-copyright a {
    font-size: 12px;
  }
}
.solution-1 {
  color: #fff;
  padding-bottom: 0.9rem;
  padding-top: 1.8rem;
  background-repeat: repeat;
}
.solution-1 .title {
  font-weight: 700;
  font-size: 0.4rem;
  text-align: center;
  padding-bottom: 0.4rem;
}
.solution-1 .text {
  font-weight: 700;
  font-size: 0.24rem;
  text-align: center;
}
.solution-1 ul {
  padding-top: 0.5rem;
}
.solution-1 li {
  padding: 0 0.2rem;
  display: inline-block;
}
.solution-1 li .item {
  width: 1.27rem;
  height: 1.45rem;
  text-align: center;
  padding-top: 0.2rem;
  background-position: top center;
  background-image: url(/template/index/pc/images/solution-icon-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.solution-1 li .icon {
  margin: 0 auto;
  width: 0.56rem;
  height: 0.61rem;
}
.solution-1 li:nth-child(9) {
  padding-left: 1rem;
}
@media (max-width: 1023px) {
  .solution-1 {
    padding: 100px 0 40px 0;
  }
  .solution-1 .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .solution-1 .text {
    font-size: 18px;
  }
  .solution-1 li {
    margin-top: 20px;
    float: left;
    display: block;
    width: 33.333%;
  }
  .solution-1 li .item {
    width: 87px;
    height: 105px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .solution-1 li .icon {
    width: 40px;
    height: 40px;
  }
  .solution-1 li:nth-child(9) {
    padding-left: 0;
  }
}
.solution-2 {
  color: #fff;
  padding: 0.8rem 0 1.5rem 0;
  background: #14181b;
}
.solution-2 .text {
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.4rem;
  font-weight: 700;
}
.solution-2 .text span {
  font-size: 0.7rem;
  color: #e60012;
}
.solution-2 .text i {
  vertical-align: top;
  font-style: normal;
  color: #e60012;
}
.solution-2 .map {
  max-width: 12.4rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  position: relative;
}
.solution-2 .map img {
  max-width: 12.4rem;
  height: 11.7rem;
}
.solution-2 .arrow {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  background: #f1ee00;
  border: solid 1px #fff;
  box-shadow: 0 0 10px #f1ee00;
}
.solution-2 .bt {
  color: #000;
  background: #fff;
  left: -48%;
  z-index: 9;
  display: none;
  padding: 0.05rem 0.25rem;
  position: relative;
}
.solution-2 .bt:after {
  top: -5px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-right: solid 6px transparent;
  border-bottom: solid 6px #fff;
  border-left: solid 6px transparent;
}
.solution-2 .tag {
  margin-top: -2.6rem;
  position: relative;
}
.solution-2 .item {
  cursor: pointer;
  position: absolute;
}
.solution-2 .item:hover .bt {
  display: block;
}
.solution-2 .item .arrow {
  animation: 2s bmove2 ease infinite;
}
.solution-2 .item-1 {
  left: 1.85rem;
  top: 2.8rem;
}
.solution-2 .item-2 {
  left: 2.65rem;
  top: 3rem;
}
.solution-2 .item-3 {
  left: 3.7rem;
  top: 6rem;
}
.solution-2 .item-4 {
  left: 5.43rem;
  top: 7.24rem;
}
.solution-2 .item-5 {
  left: 5.6rem;
  top: 7.24rem;
}
.solution-2 .item-6 {
  left: 5.52rem;
  top: 7.3rem;
}
.solution-2 .item-7 {
  left: 5.8rem;
  top: 6.04rem;
}
.solution-2 .item-8 {
  left: 6.24rem;
  top: 6.25rem;
}
.solution-2 .item-9 {
  left: 6.3rem;
  top: 6.33rem;
}
.solution-2 .item-10 {
  left: 6.67rem;
  top: 5.2rem;
}
.solution-2 .item-11 {
  left: 7.46rem;
  top: 6rem;
}
.solution-2 .item-12 {
  left: 7.74rem;
  top: 6.16rem;
}
.solution-2 .item-13 {
  top: 6.6rem;
  left: 7.1rem;
}
.solution-2 .item-14 {
  top: 6.55rem;
  left: 7.3rem;
}
.solution-2 .item-15 {
  top: 6.57rem;
  left: 7.5rem;
}
.solution-2 .item-16 {
  top: 6.7rem;
  left: 7.92rem;
}
.solution-2 .item-17 {
  top: 7rem;
  left: 8.75rem;
}
.solution-2 .item-18 {
  top: 7.5rem;
  left: 7.56rem;
}
.solution-2 .item-19 {
  top: 7.66rem;
  left: 7.48rem;
}
.solution-2 .item-20 {
  top: 7.78rem;
  left: 7.46rem;
}
.solution-2 .item-21 {
  top: 7.74rem;
  left: 7.56rem;
}
.solution-2 .item-22 {
  top: 7.88rem;
  left: 7.54rem;
}
.solution-2 .item-23 {
  top: 7.75rem;
  left: 7.64rem;
}
.solution-2 .item-24 {
  top: 7.8rem;
  left: 7.74rem;
}
.solution-2 .item-25 {
  top: 5.1rem;
  left: 7.55rem;
}
.solution-2 .item-26 {
  top: 5.11rem;
  left: 7.64rem;
}
.solution-2 .item-27 {
  top: 5.05rem;
  left: 7.7rem;
}
.solution-2 .item-28 {
  top: 4.6rem;
  left: 7.8rem;
}
.solution-2 .item-29 {
  top: 4.64rem;
  left: 8.2rem;
}
.solution-2 .item-30 {
  top: 4.6rem;
  left: 8.3rem;
}
.solution-2 .item-31 {
  top: 4.7rem;
  left: 8.31rem;
}
.solution-2 .item-32 {
  top: 4.75rem;
  left: 8.5rem;
}
.solution-2 .item-33 {
  top: 3.66rem;
  left: 8.2rem;
}
.solution-2 .item-34 {
  top: 3.78rem;
  left: 8.18rem;
}
.solution-2 .item-35 {
  top: 4rem;
  left: 8.32rem;
}
.solution-2 .item-36 {
  top: 5.2rem;
  left: 8.4rem;
}
.solution-2 .item-37 {
  top: 5.26rem;
  left: 8.5rem;
}
.solution-2 .item-38 {
  top: 5.27rem;
  left: 8.59rem;
}
.solution-2 .item-39 {
  top: 5.75rem;
  left: 9.16rem;
}
.solution-2 .item-40 {
  top: 5.9rem;
  left: 9.1rem;
}
.solution-2 .item-41 {
  top: 5.88rem;
  left: 9.2rem;
}
.solution-2 .item-42 {
  top: 6rem;
  left: 9.05rem;
}
.solution-2 .item-43 {
  top: 6rem;
  left: 9.15rem;
}
.solution-2 .item-44 {
  top: 5.98rem;
  left: 9.23rem;
}
.solution-2 .item-45 {
  top: 6.06rem;
  left: 9.12rem;
}
.solution-2 .item-46 {
  top: 6.06rem;
  left: 9.2rem;
}
.solution-2 .item-47 {
  top: 1.9rem;
  left: 10rem;
}
@media (max-width: 1023px) {
  .solution-2 {
    padding: 30px 0;
  }
  .solution-2 .text {
    font-size: 20px;
    line-height: 30px;
  }
  .solution-2 .map {
    margin-left: -40px;
    transform: scale(0.8);
  }
}
.cursor-dot {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  width: 20px;
  height: 20px;
  z-index: 999999999;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease;
  background-image: url(/template/index/pc/images/curr.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  padding-top: 20px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #e60012;
  border-radius: 3px;
  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: 1026px) {
  .navPhoneBtn {
    display: block;
  }
}
.transparent {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.navM .navMCon {
  background-color: #fff;
  width: 64%;
  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;
  left: auto;
  right: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  right: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /*background: #27456b;*/
  color: #666;
  position: absolute;
  z-index: 999999;
  left: -60px;
  top: 40px;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 30px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 30px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 10px 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: 20px;
  right: 0;
}
.navM .navMWrap > .list .title .icon:before,
.navM .navMWrap > .list .title .icon:after {
  content: "";
  /*background: #2047a3;*/
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #e60012;
  border-left: solid 2px #e60012;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*.navM .navMWrap > .list .title .icon:after {
  width: 10px;
  height: 2px;
}*/
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navM .child {
  padding: 20px 5px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  -webkit-transition: all .5s;
  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: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
}
.navM .mSearch .btn .iconfont {
  font-size: 18px;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  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;
  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: #fff;
}
.inside-proshow5 {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.inside-proshow5 .item {
  margin-top: 0.3rem;
  border: solid 1px #e60012;
  border-bottom: solid 0.06rem #e60012;
}
.inside-proshow5 .pic {
  width: 50%;
  float: left;
}
.inside-proshow5 .mess {
  width: 50%;
  float: left;
  padding: 0.5rem;
  padding-bottom: 0.4rem;
}
.inside-proshow5 .mess .tag {
  padding-bottom: 0.15rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
}
.inside-proshow5 .mess .tag img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.01rem;
}
.inside-proshow5 .mess li:first-child {
  padding-top: 0;
}
.inside-proshow5 .mess li {
  padding-top: 0.2rem;
  margin: 0 -0.15rem;
}
.inside-proshow5 .mess li p {
  width: 50%;
  float: left;
  padding: 0 0.15rem;
  position: relative;
}
.inside-proshow5 .mess li label {
  color: #080f15;
  display: block;
  margin-bottom: 0.1rem;
}
.inside-proshow5 .mess li em {
  color: #de021c;
  font-style: normal;
}
.inside-proshow5 .mess li input[type="text"],
.inside-proshow5 .mess li textarea,
.inside-proshow5 .mess li select {
  width: 100%;
  height: 0.52rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  padding: 0 0.25rem;
  font-size: 0.16rem;
  color: #666;
  font-family: arial;
  background-color: #fff;
  border: solid 1px #cacaca;
  transition: all 334ms ease;
}
.inside-proshow5 .mess li input[type="text"]:focus,
.inside-proshow5 .mess li textarea:focus {
  border-color: #e60012;
}
.inside-proshow5 .mess li input[type="submit"] {
  color: #fff;
  border: 0;
  width: 1.7rem;
  height: 0.57rem;
  line-height: 0.57rem;
  text-align: center;
  font-size: 0.18rem;
  background: #e60012;
  border-radius: 0.01rem;
  margin-top: 0.2rem;
}
.inside-proshow5 .mess li input[type="submit"]:hover {
  background: #e60012;
}
.inside-proshow5 .mess .textarea p {
  width: 100%;
  float: none;
}
.inside-proshow5 .mess .textarea textarea {
  height: 1.2rem;
}
@media (max-width: 1023px) {
  .inside-proshow5 {
    padding: 30px 20px;
  }
  .inside-proshow5 .item {
    margin-top: 30px;
    border: 0;
  }
  .inside-proshow5 .mess li {
    padding: 0;
  }
  .inside-proshow5 .mess li input[type="text"],
  .inside-proshow5 .mess li textarea,
  .inside-proshow5 .mess li select {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    font-family: arial;
    background-color: #fff;
    border: solid 1px #cacaca;
    transition: all 334ms ease;
  }
  .inside-proshow5 .mess li p {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .inside-proshow5 .mess li input[type="submit"] {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #e60012;
    border-radius: 5px;
    margin-top: 0px;
  }
  .inside-proshow5 .mess .tag img {
    width: 30px;
    height: 30px;
  }
  .inside-proshow5 .mess {
    padding: 0;
  }
  .inside-proshow5 .mess .textarea textarea {
    height: 80px;
  }
  .inside-proshow5 .pic {
    width: 100%;
    float: none;
    display: none;
  }
  .inside-proshow5 .mess {
    width: 100%;
    float: none;
  }
  .inside-proshow5 .mess .tag {
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }
}

.inside-map{
	padding:50px;
}
.inside-map .nav ul li{
	margin-bottom:10px;
}
.inside-map .nav ul li>a{
	font-size:18px;
	font-weight:bold;
}

.maodian{
	position: absolute;
	margin-top:-0.9rem;
}

#certify .swiper-slide .pic{
	overflow: hidden;
    text-align: center;
    position: relative;
}
#certify .swiper-slide .pic:after{
	content: "";
    display: block;
    padding-bottom: 72.8%;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
.inside-about dt .tu {
  overflow: hidden;
  position: relative;
}
.inside-about .topLline {
  width: 100%;
  height: 1px;
  top: 0.4rem;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #e7e7e7, #c5c7c9, #f8f8f8);
  animation: 2s btn-anim1 linear;
}
.inside-about .topRline {
  width: 1px;
  height: 100%;
  top: -0.1rem;
  left: 0.46rem;
  position: absolute;
  background: linear-gradient(to top, #e7e7e7, #c5c7c9, #f8f8f8);
  animation: 2s btn-anim2 linear;
}
.inside-about .botRine {
  width: 1px;
  height: 100%;
  bottom: -0.1rem;
  right: 0.46rem;
  position: absolute;
  background: linear-gradient(to top, #e7e7e7, #c5c7c9, #f8f8f8);
  animation: 2s btn-anim4 linear;
}
.inside-about .botLine {
  width: 100%;
  height: 1px;
  bottom: 0.4rem;
  right: 0;
  position: absolute;
  background: linear-gradient(to right, #e7e7e7, #c5c7c9, #f8f8f8);
  animation: 2s btn-anim3 linear;
}
.inside-about .numlist li {
  position: relative;
}
.inside-about .numlist li .item {
  max-width: 1.93rem;
  text-align: center;
  padding-top: 0.2rem;
}
.inside-about .numlist li .arrow {
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}
.inside-title img {
  animation: bmove2 2s linear infinite;
}
.index-title .t1 img {
  animation: bmove2 2s linear infinite;
}
.inside-product-show .pro01 .smimg {
  width: 20.6%;
}

.maodian{
	height:1;
	position:absolute;
	top:-80px；
}<!--0.00028896331787109-->