@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
#bsWXBox {
  box-sizing: content-box;
}
ul {
  list-style: none;
}
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;
}
html {
  font-size: 1px;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
  .home-news .home-bottom {
    padding-top: 24rem;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: arial;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1680rem;
}
.container02 {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
#container {
  overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/template/index/pc/css/../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(/template/index/pc/css/../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 480px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: #cb1423;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.sitemap ul {
  padding-top: 40rem;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top:hover {
  color: #cb1423;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: #cb1423;
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.header {
  height: 94rem;
  box-shadow: 2rem 3rem 27rem 0rem rgba(0, 0, 0, 0.22);
  width: 100%;
  z-index: 777;
  background: #fff;
  transition: 0.7s;
  position: relative;
  padding-top: 17rem;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.2s;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 118rem;
  z-index: 5;
  transition: 0.5s;
}
.header .header-right {
  float: right;
}
.header .header-right .header-search {
  position: relative;
  float: left;
  margin-left: 19rem;
  padding-right: 26rem;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 46rem;
  height: 46rem;
  margin: 0 auto;
  background: url(/template/index/pc/css/../images/search1.png) no-repeat center center;
  background-size: 24rem;
}
.header .header-right .header-search .search .search-main {
  top: 60rem;
  left: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: #cb1423 url(/template/index/pc/css/../images/search.png) no-repeat center center;
  background-size: 19rem;
}
.header .header-right .bottom {
  float: right;
}
.header .header-right .xiao,
.header .header-right .qi {
  float: left;
}
.header .header-right .xiao a,
.header .header-right .qi a {
  color: #d41e26;
  text-align: center;
  display: block;
  line-height: 46rem;
  font-size: 16rem;
  padding-left: 36rem;
}
.header .header-right .xiao a {
  background: url(/template/index/pc/css/../images/mifeng.png) no-repeat left center;
  background-size: 23rem;
  padding-right: 26rem;
  padding-left: 30rem;
}
.header .header-right .qi a {
  background: url(/template/index/pc/css/../images/youxiang1.png) no-repeat left center;
  background-size: 24rem;
  margin-left: 25rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #cb1423;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  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);
  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), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .menu a {
  display: block;
}
.header .header-right .menu a svg {
  width: 30px;
  margin-top: 15px;
  fill: #cb1423;
  vertical-align: middle;
  transform: rotate(180deg);
}
.header .nav {
  transition: 0.2s;
  float: left;
}
.header .nav ul li {
  text-align: center;
  float: left;
  margin-left: 41rem;
  height: 77rem;
}
.header .nav ul li a {
  display: block;
  font-size: 16rem;
  line-height: 46rem;
  letter-spacing: 1rem;
  padding: 0 20rem;
  color: #282828;
  text-align: center;
  position: relative;
}
.header .nav ul li .subnav {
  width: 100%;
  position: absolute;
  top: 94rem;
  left: 0;
  z-index: -2;
  transition: 0.5s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #2f2f2f;
}
.header .nav ul li .subnav .container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .nav ul li .subnav .header-title {
  text-align: left;
  margin-bottom: 57rem;
}
.header .nav ul li .subnav .header-title .bt {
  font-size: 18rem;
  font-weight: bold;
  color: #ffffff;
}
.header .nav ul li .subnav .header-title .span {
  font-family: 'Montserrat-Bold';
  font-size: 92rem;
  line-height: 110rem;
  color: rgba(255, 255, 255, 0.09);
  text-transform: capitalize;
}
.header .nav ul li .subnav .left {
  float: left;
  width: 22%;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header .nav ul li .subnav .left ul {
  width: 100%;
  margin: 0;
  float: none;
}
.header .nav ul li .subnav .left ul li {
  margin-bottom: 40rem;
  height: auto;
   float: none;
}
.header .nav ul li .subnav .left ul li a {
  text-align: left;
  font-size: 18rem;
  line-height: 37rem;
  color: #ffffff;
  background: none !important;
}
.header .nav ul li .subnav .left ul li a span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  padding-right: 10rem;
}
.header .nav ul li .subnav .left ul li a span b {
  font-weight: normal;
  font-family: '宋体';
  color: #fff;
  font-size: 20rem;
  margin-left: 10rem;
}
.header .nav ul li .subnav .left ul li a .pic {
  width: 200rem;
  margin-top: 16rem;
  display: none;
}
.header .nav ul li .subnav .left ul li a .pic:after {
  padding-bottom: 75%;
}
.header .nav ul li .subnav .left ul li:hover a {
  color: #a80411;
}
.header .nav ul li .subnav .left ul li:hover a b {
  color: #a80411;
}
.header .nav ul li .subnav .left ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.header .nav ul li .subnav .left ul .active a {
  text-decoration: underline;
  color: #cb1423;
}
.header .nav ul li .subnav .left ul .active a span b {
  color: #cb1423;
}
.header .nav ul li .subnav .left ul .active a .pic {
  display: block;
}
.header .nav ul li .subnav .right {
  float: right;
  width: 72%;
}
.header .nav ul li .subnav .right .info {
  display: none;
}
.header .nav ul li .subnav .right .info .li {
  margin-top: -23rem;
  height: 425rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.header .nav ul li .subnav .right .info .li a {
  width: 33.33333333%;
  float: left;
  display: block;
  font-size: 16rem;
  line-height: 85rem;
  color: #ffffff;
  letter-spacing: 0;
  padding-right: 10rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  background: none !important;
}
@media (min-width: 1025px) {
  .header .nav ul li .subnav .right .info .li a:hover {
    text-decoration: underline;
  }
}
.header .nav ul li .subnav2 .left {
  width: 100%;
  float: none;
  border: 0;
}
.header .nav ul li .subnav2 .left ul li a {
  text-align: center;
}
.header .nav ul li .subleft {
  height: calc(100vh - 94rem);
  opacity: 1;
}
.header .nav ul li .subleft .container {
  padding: 0 160rem;
}
.header .nav ul li .subnav2 {
  text-align: center;
}
.header .nav ul li .subnav2 .left ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10rem;
  margin-top: 10rem;
}
.header .nav ul li .subnav2.subleft {
  height: 200rem;
  opacity: 1;
  text-align: center;
}
.header .nav ul li .subnav2.subleft .container {
  padding: 0 50rem;
}
.header .nav ul li:hover a {
  background-color: #a80411;
  color: #fff;
}
.header .nav ul .active a {
  background-color: #a80411;
  color: #fff;
}
.header1 {
  z-index: 1;
  transition: 0.7s;
  height: 100%;
  width: 160rem;
  padding-top: 30rem;
  background-color: #cb1423;
  position: absolute;
  left: 0;
  top: 0;
}
.header1 .container {
  width: 100%;
}
.header1 .logo {
  padding: 0;
  transition: 0.2s;
  padding-left: 18rem;
}
.header1 .logo a {
  display: block;
  position: relative;
}
.header1 .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 118rem;
  z-index: 5;
  transition: 0.5s;
}
.header1 .header-right {
  padding-top: 120rem;
}
.header1 .header-right .header-search {
  position: relative;
  /*搜索*/
}
.header1 .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header1 .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 44rem;
  height: 44rem;
  margin: 0 auto;
  background: url(/template/index/pc/css/../images/search.png) no-repeat center center;
  background-size: 24rem;
}
.header1 .header-right .header-search .search .search-main {
  top: 60rem;
  left: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header1 .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header1 .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: #cb1423 url(/template/index/pc/css/../images/search.png) no-repeat center center;
  background-size: 19rem;
}
.header1 .header-right .bottom {
  position: absolute;
  bottom: 100rem;
  left: 0;
  width: 100%;
}
.header1 .header-right .xiao,
.header1 .header-right .qi {
  margin-top: 30rem;
}
.header1 .header-right .xiao a,
.header1 .header-right .qi a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16rem;
  color: #ffffff;
  padding-top: 29rem;
}
.header1 .header-right .xiao a {
  background: url(/template/index/pc/css/../images/mifeng.png) no-repeat top center;
  background-size: 23rem;
}
.header1 .header-right .qi a {
  background: url(/template/index/pc/css/../images/youxiang.png) no-repeat top center;
  background-size: 24rem;
  padding-top: 23rem;
}
.header1 .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  display: none;
}
.header1 .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header1 .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  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);
  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), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header1 .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header1 .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header1 .header-right .menu a {
  display: block;
}
.header1 .header-right .menu a svg {
  width: 30px;
  margin-top: 15px;
  fill: #cb1423;
  vertical-align: middle;
  transform: rotate(180deg);
}
.header1 .nav {
  transition: 0.2s;
}
.header1 .nav ul li {
  text-align: center;
  margin-bottom: 19rem;
}
.header1 .nav ul li a {
  display: block;
  font-size: 14rem;
  line-height: 46rem;
  letter-spacing: 1rem;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.header1 .nav ul li .subnav {
  width: 0;
  position: absolute;
  top: 0;
  left: 160rem;
  z-index: -2;
  transition: 0.5s;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
  background: #2f2f2f;
}
.header1 .nav ul li .subnav .container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header1 .nav ul li .subnav .header-title {
  text-align: left;
  margin-bottom: 57rem;
}
.header1 .nav ul li .subnav .header-title .bt {
  font-size: 18rem;
  font-weight: bold;
  color: #ffffff;
}
.header1 .nav ul li .subnav .header-title .span {
  font-family: 'Montserrat-Bold';
  font-size: 92rem;
  line-height: 110rem;
  color: rgba(255, 255, 255, 0.09);
  text-transform: capitalize;
}
.header1 .nav ul li .subnav .left {
  float: left;
  width: 22%;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header1 .nav ul li .subnav .left ul {
  width: 100%;
  margin: 0;
  float: none;
}
.header1 .nav ul li .subnav .left ul li {
  margin-bottom: 40rem;
}
.header1 .nav ul li .subnav .left ul li a {
  text-align: left;
  font-size: 18rem;
  line-height: 37rem;
  color: #ffffff;
  background: none !important;
}
.header1 .nav ul li .subnav .left ul li a span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  padding-right: 10rem;
}
.header1 .nav ul li .subnav .left ul li a span b {
  font-weight: normal;
  font-family: '宋体';
  color: #fff;
  font-size: 20rem;
  margin-left: 10rem;
}
.header1 .nav ul li .subnav .left ul li a .pic {
  width: 200rem;
  margin-top: 16rem;
  display: none;
}
.header1 .nav ul li .subnav .left ul li a .pic:after {
  padding-bottom: 75%;
}
.header1 .nav ul li .subnav .left ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.header1 .nav ul li .subnav .left ul .active a {
  text-decoration: underline;
  color: #cb1423;
}
.header1 .nav ul li .subnav .left ul .active a span b {
  color: #cb1423;
}
.header1 .nav ul li .subnav .left ul .active a .pic {
  display: block;
}
.header1 .nav ul li .subnav .right {
  float: right;
  width: 72%;
}
.header1 .nav ul li .subnav .right .info {
  display: none;
}
.header1 .nav ul li .subnav .right .info .li {
  margin-top: -23rem;
  height: 425rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.header1 .nav ul li .subnav .right .info .li a {
  width: 33.33333333%;
  float: left;
  display: block;
  font-size: 16rem;
  line-height: 85rem;
  color: #ffffff;
  letter-spacing: 0;
  padding-right: 10rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  background: none !important;
}
@media (min-width: 1025px) {
  .header1 .nav ul li .subnav .right .info .li a:hover {
    text-decoration: underline;
  }
}
.header1 .nav ul li .subnav2 .left {
  width: 100%;
  float: none;
  border: 0;
}
.header1 .nav ul li .subnav2 .left ul li a {
  text-align: center;
}
.header1 .nav ul li .subleft {
  width: calc(100vw - 160rem);
  opacity: 1;
}
.header1 .nav ul li .subleft .container {
  padding: 0 160rem;
}
.header1 .nav ul li .subnav2.subleft {
  width: 300rem;
  opacity: 1;
  text-align: center;
}
.header1 .nav ul li .subnav2.subleft .container {
  padding: 0 50rem;
}
.header1 .nav ul li:hover a {
  background-color: #a80411;
}
.header1 .nav ul .active a {
  background-color: #a80411;
}
.banner {
  color: #fff;
  text-align: left;
  position: relative;
  height: 100vh;
}
.banner .slick-slide {
  overflow: hidden;
  position: relative;
}
.banner .slick-slide div {
  overflow: hidden;
  display: block !important;
}
.banner .img {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner .img img {
  display: none;
}
.banner .slick-dots {
  bottom: auto;
  top: 50%;
  right: 30px;
  width: 10px;
  transform: translateY(-50%);
}
.banner .slick-dots li {
  margin: 5px 0;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.banner .slick-dots li button:before {
  background: #fff;
}
.banner .slick-dots li.slick-active button:before {
  background: #cb1423;
  border: 1px solid #cb1423;
}
.banner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner .banner-hover .info {
  padding: 0 0 0 106rem;
}
.banner .banner-hover .span {
  font-family: 'Poppins-Bold';
  font-size: 120rem;
  line-height: 115rem;
  color: #ffffff;
  margin-bottom: 38rem;
}
.banner .banner-hover .bt {
  font-size: 20rem;
  font-weight: bold;
  line-height: 40rem;
  margin-bottom: 19rem;
  color: #ffffff;
}
.banner .banner-hover .bt sup {
  font-size: 12rem;
  font-weight: normal;
}
.banner .banner-hover .p {
  font-family: 'Poppins-Regular';
  font-size: 20rem;
  line-height: 40rem;
  margin-bottom: 72rem;
  color: rgba(255, 255, 255, 0.7);
}
.banner .banner-hover1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.banner .banner-hover1 .info {
  text-align: center;
  display: inline-block !important;
  padding: 39rem 19rem;
  position: relative;
}
.banner .banner-hover1 .info:after {
  content: '';
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-top: 0;
}
.banner .banner-hover1 .info:before {
  content: '';
  display: block;
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-bottom: 0;
}
.banner .banner-hover1 .img2 {
  margin-top: -20rem;
  position: relative;
  margin: -20rem auto 0 auto;
  width: 78%;
  animation: fadeInRight2 2.5s;
}
.banner .banner-hover1 .img2 .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .banner-hover1 .img2 .hover a {
  display: block;
  float: left;
  width: 23%;
  height: 100%;
  margin: 0 1%;
}
.banner .banner-hover1 .span {
  font-size: 22rem;
  color: #ffffff;
  transition: 2s;
  animation: fadeInUp2 2s;
}
.banner .banner-hover1 .bt {
  font-family: 'Poppins-Bold';
  font-size: 120rem;
  line-height: 130rem;
  color: #ffffff;
  transition: 2.5s;
  animation: fadeInUp2 2.5s;
}
.banner .banner-hover1 .p {
  font-family: 'Poppins-Regular';
  font-size: 18rem;
  color: rgba(255, 255, 255, 0.68);
  transition: 3s;
  animation: fadeInUp2 3s;
}
.banner .banner-hover2 {
  transform: translateY(-45%);
  padding-left: 160rem;
}
.banner .slick-current .banner-hover .span {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.banner .slick-current .banner-hover .bt {
  -webkit-animation: fadeInRight2 2.5s alternate;
  animation: fadeInRight2 2.5s alternate;
}
.banner .slick-current .banner-hover .p {
  -webkit-animation: fadeInRight2 3s alternate;
  animation: fadeInRight2 3s alternate;
}
.banner .slick-current .more a {
  -webkit-animation: fadeInRight2 3.5s alternate;
  animation: fadeInRight2 3.5s alternate;
}
.more a {
  display: block;
  width: 152rem;
  line-height: 44rem;
  background-color: #e4121a;
  text-align: center;
  font-size: 14rem;
  color: #ffffff;
}
.more a span {
  width: 22rem;
  height: 9rem;
  background: url(/template/index/pc/css/../images/more.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10rem;
}
.bg {
  padding-top: 100vh;
  position: relative;
  z-index: 300;
  background-size: cover;
  background-position: center center;
}
.section {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}
.section1 {
  position: relative;
  width: 100%;
  z-index: 400;
}
.section1 .bg {
  z-index: 80;
}
.section1 .bg img {
  display: none;
}
.section1 .pro-info {
  position: absolute;
  bottom: 27px;
  right: 75px;
  z-index: 135;
  text-align: right;
}
.active .home-news .home-bottom {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-about .home-p {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-about ul {
  -webkit-animation: fadeInUp2 2.5s alternate;
  animation: fadeInUp2 2.5s alternate;
}
.active .more1 a {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
  display: block;
}
.active .home-partner .home-bottom {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-product .home-bottom .left {
  -webkit-animation: fadeInLeft2 2s alternate;
  animation: fadeInLeft2 2s alternate;
}
.active .home-product .home-bottom .right {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
#fp-nav {
  display: none !important;
}
#menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 10px;
}
#menu ul {
  overflow: hidden;
  padding: 0 10px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 15px;
  color: #cb1423;
  display: block;
  line-height: 36px;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #menu ul li:hover a {
    background: #f2f2f2;
  }
}
#menu ul li ul li a {
  font-size: 14px;
  color: #333;
}
#menu ul li ul li ul li a {
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(/template/index/pc/css/../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.home {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 320;
  transform: translateY(-50%);
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.home-title {
  font-size: 32rem;
  color: #000000;
  font-weight: lighter;
}
.home-title span {
  font-weight: bold;
}
.more1 a {
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #d61726;
  text-transform: uppercase;
}
.more1 p {
  font-size: 14rem;
  letter-spacing: 1rem;
  color: #b8b8b8;
}
.home-product .home-top .home-title {
  float: left;
}
.home-product .home-top .more1 {
  float: right;
  margin-top: 25rem;
}
.home-product .home-bottom {
  padding-top: 54rem;
}
.home-product .home-bottom .left {
  float: left;
  width: 29.6%;
}
.home-product .home-bottom .left .pic:after {
  padding-bottom: 118.5110664%;
}

.home-product .home-bottom .left .tit{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 32rem;
    background: rgba(0,0,0,0.5);
    padding-bottom: 5rem;	
}

@media (min-width: 1025px) {
  .home-product .home-bottom .left .pic:hover img {
    transform: scale(1.04);
  }
}
.home-product .home-bottom .right {
  float: right;
  width: 69.1%;
}
.prolist {
  margin: 0 -5rem;
}
.prolist li {
  width: 50%;
  float: left;
  padding: 0 5rem;
  margin-bottom: 10rem;
  text-align: center;
}
.prolist li .box {
  padding: 44rem 10rem 23rem 10rem;
  background-color: #fafafa;
}
.prolist li .pic {
  width: 240rem;
  margin: 0 auto;
}
.prolist li .pic:after {
  padding-bottom: 75%;
}
.prolist li .bt {
  font-size: 20rem;
  letter-spacing: 1rem;
  color: #000000;
  margin-top: 12rem;
  padding: 0 100rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  position: relative;
}
.prolist li .bt span {
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #d61726;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 30rem;
}
@media (min-width: 1025px) {
  .prolist li:hover .pic img {
    transform: scale(1.04);
  }
}

.home-app .home-top{
	display:none;
}

.home-app .home-top .home-title {
  color: #000000;
  float: left;
}

.home-app .home-top .more1 {
  float: right;
  margin-top: 25rem;
}

.home-app .home-title {
  color: #fff;
}
.home-app .home-bottom {
  margin-bottom: 62rem;
}
.home-app .left {
  width: 26.7%;
  float: left;
  padding-bottom:30rem;
}
.home-app .left .list {
  padding: 20rem 0;
  position: relative;
  z-index: 44;
}
.home-app .left ul li {
  padding: 9rem 0;
}
.home-app .left ul li .pic {
  width: 86rem;
  position: absolute;
  top: 4rem;
  left: 0;
}
.home-app .left ul li .pic .mh {
  display: none;
}
.home-app .left ul li .box {
  position: relative;
  height: 86rem;
  padding-left: 99rem;
  padding-right:108rem;
  z-index: 1;
}
.home-app .left ul li .box:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
  background: #e62129;
}
.home-app .left ul li .box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: 0.5s;
  background: url('/template/index/pc/css/../images/jia.png') no-repeat 80% center;
}
.home-app .left ul li .box .text {
  padding: 15rem 0;
}
.home-app .left ul li .box .bt {
  font-size: 22rem;
  color: #d7d6d6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
}
.home-app .left ul li .box .p {
  font-size: 14rem;
  color: #989898;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .home-app .left ul li:hover .pic .m {
    display: none;
  }
  .home-app .left ul li:hover .pic .mh {
    display: block;
  }
  .home-app .left ul li:hover .box:after {
    width: 100%;
  }
  .home-app .left ul li:hover .box:before {
    background: url('/template/index/pc/css/../images/jiah.png') no-repeat 90% center;
  }
  .home-app .left ul li:hover .box .bt {
    color: #fff;
  }
  .home-app .left ul li:hover .box .p {
    color: #ffffff;
  }
}
.home-app .left ul .swiper-slide-thumb-active .pic .m {
  display: none;
}
.home-app .left ul .swiper-slide-thumb-active .pic .mh {
  display: block;
}
.home-app .left ul .swiper-slide-thumb-active .box:after {
  width: 100%;
}
.home-app .left ul .swiper-slide-thumb-active .box:before {
  background: url('/template/index/pc/css/../images/jiah.png') no-repeat 90% center;
}
.home-app .left ul .swiper-slide-thumb-active .box .bt {
  color: #fff;
}
.home-app .left ul .swiper-slide-thumb-active .box .p {
  color: #ffffff;
}
.home-app .left .hprev,
.home-app .left .hnext {
  top: 0;
  margin-top: 0;
  right: 4%;
  height: 40rem;
}
@media (min-width: 1025px) {
  .home-app .left .hprev:hover:before,
  .home-app .left .hnext:hover:before {
    color: #cb1423;
  }
}
.home-app .left .hprev {
  left: auto;
}
.home-app .left .hnext {
  bottom: 0;
  top: auto;
}
.home-app .left .hnext:before,
.home-app .left .hprev:before {
  font-size: 30rem;
  color: #fff;
  opacity: 1;
}
.home-app .left .hprev:before {
  content: '↑';
}
.home-app .left .hnext:before {
  content: '↓';
}
.home-app .left .hprev:after {
  content: '';
}
.home-app .left .hnext:after {
  content: '';
}
.home-app .right {
  float: right;
  width: 1352rem; 
  position: absolute;
  top: 0;
  left: 29.6%;
}
.home-app .right .item {
  position: relative;
}
@media (min-width: 1025px) {
  .home-app .right .item:hover .pic img {
    transform: scale(1.04);
  }
}
.home-app .right .pic:after {
  padding-bottom: 45.19230769%;
}
.home-app .right .text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 42rem 75rem;
}
.home-app .right .text .more {
  width: 69rem;
  height: 69rem;
  background: #cb1423 url(/template/index/pc/css/../images/more.png) no-repeat center center;
  background-size: 30rem;
  border-radius: 50%;
  margin-bottom: 54rem;
}
.home-app .right .text .bt {
  font-size: 24rem;
  color: #ffffff;
  margin-bottom: 41rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
}
.home-app .right .text .p {
  font-size: 14rem;
  line-height: 25rem;
  height: 50rem;
  overflow: hidden;
  color: #f9f9f9;
}
.home-app .more1 a {
  text-align: center;
  display: block;
}
.home-about .home-p {
  font-size: 16rem;
  line-height: 32rem;
  color: #000000;
  margin-top: 24rem;
  margin-bottom: 54rem;
}
.home-about ul {
  margin: 0 -30rem;
  padding-bottom: 54rem;
}
.home-about ul li {
  width: 25%;
  float: left;
  padding: 0 30rem;
}
.home-about ul li p {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
.home-about ul li .t1 .counter {
  font-family: 'Oswald-Bold';
  font-size: 58rem;
  color: #e01121;
}
.home-about ul li .t1 em {
  font-size: 24rem;
  font-style: normal;
  color: #e01121;
  vertical-align: text-bottom;
}
.home-about ul li:nth-child(1) {
  width: 189rem;
}
.home-about ul li:nth-child(2) {
  width: 216rem;
}
.home-about ul li:nth-child(3) {
  width: 189rem;
}
.home-news .home-bottom {
  padding-top: 63rem;
}
.home-news .home-top .home-title {
  float: left;
}
.home-news .home-top .more1 {
  float: right;
  margin-top: 25rem;
}
.newslist {
  margin: 0 -40rem;
}
.newslist li {
  width: 33.33333333%;
  float: left;
  padding: 0 40rem;
}
.newslist li .pic:after {
  padding-bottom: 58.18540434%;
}
.newslist li .pic span {
  display: inline-block;
  position: absolute;
  bottom: 15rem;
  left: 10rem;
  line-height: 26rem;
  font-size: 14rem;
  padding: 0 10rem;
  letter-spacing: 1rem;
  color: #ffffff;
  background-color: #e62129;
}
.newslist li .text {
  padding-top: 34rem;
}
.newslist li .text .bt {
  font-size: 20rem;
  line-height: 31rem;
  height: 62rem;
  margin-bottom: 12rem;
  overflow: hidden;
  color: #000000;
}
.newslist li .text .jsh {
  font-size: 18rem;
  line-height: 31rem;
  height: 62rem;
  margin-bottom: 49rem;
  overflow: hidden;
  color: #999999;
}
@media (min-width: 1025px) {
  .newslist li:hover .pic img {
    transform: scale(1.04);
  }
  .newslist li:hover .text .bt {
    color: #cb1423;
  }
}
.home-partner .home-title {
  text-align: center;
}
.home-partner .home-bottom {
  padding-top: 88rem;
  padding-bottom: 66rem;
  position: relative;
}
.home-partner .home-bottom ul li {
  margin-bottom: 58rem;
  float: left;
  width: 14.28571429%;
}
.home-partner .home-bottom ul li .pic {
  max-width: 200rem;
  margin: 0 auto;
}
.home-partner .home-bottom ul li .pic:after {
  padding-bottom: 47.5%;
}
.home-partner .home-bottom ul li .pic .mm {
  display: none;
}
@media (min-width: 1025px) {
  .home-partner .home-bottom ul li:hover .pic {
    background: url(/template/index/pc/css/../images/bg.png) no-repeat center center;
    background-size: cover;
  }
  .home-partner .home-bottom ul li:hover .pic .mm {
    display: block;
  }
  .home-partner .home-bottom ul li:hover .pic .m {
    display: none;
  }
}
.home-partner .home-bottom .slick-dots {
  bottom: 0;
}
.home-partner .home-bottom .slick-dots li {
  margin: 0 10px;
  width: auto !important;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.home-partner .home-bottom .slick-dots li button:before {
  background: #cbcbcb;
  border: 1px solid #cbcbcb;
}
.home-partner .home-bottom .slick-dots li.slick-active button:before {
  background: #cb1423;
  border: 1px solid #cb1423;
}
.footer {
  background-color: #050303;
}
.footer a:hover {
  color: #fff !important;
}
.footer-top {
  padding: 70rem 0 24rem 0;
  border-bottom: solid 1px rgba(226, 222, 219, 0.29);
}
.footer-top .h3 {
  float: left;
  font-size: 28rem;
  line-height: 43rem;
  font-weight: bold;
  color: #ffffff;
}
.footer-top .input {
  float: right;
  position: relative;
}
.footer-top .input input {
  width: 400rem;
  height: 43rem;
  padding: 0 120rem 0 16rem;
  background: #fff;
  font-size: 16rem;
  color: #ffffff;
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.8);
  margin-left: 61rem;
}
.footer-top .input input::-webkit-input-placeholder {
  color: #fff;
}
.footer-top .input input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-top .input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-top .input input:-ms-input-placeholder {
  color: #fff;
}
.footer-top .input a {
  width: 55rem;
  height: 41rem;
  background: #cb1423 url(/template/index/pc/css/../images/more.png) no-repeat center center;
  background-size: 22rem;
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  color: #fff;
}
.footer-bottom {
  padding-top: 37rem;
  padding-bottom: 14rem;
}
.footer-bottom .footer-left {
  float: left;
  width: 27%;
}
.footer-bottom .footer-left .img {
  width: 144rem;
  margin-bottom: 35rem;
}
.footer-bottom .footer-left .f1 p {
  font-size: 44rem;
  line-height: 32rem;
  color: #ffffff;
  font-family: YouSheBiaoTiHei;
}
.footer-bottom .footer-left .f1 p a {
  color: #fff;
  display: block;
}
.footer-bottom .footer-left .f2 a {
  font-size: 14rem;
  line-height: 21rem;
  color: #c3c3c3;
  background: url(/template/index/pc/css/../images/f02.png) no-repeat center left;
  background-size: 14rem;
  padding-left: 29rem;
  display: block;
  margin-top: 20rem;
  margin-bottom: 5rem;
}
.footer-bottom .footer-left .f2 a img {
  width: 347rem;
}
.footer-bottom .footer-left .f3 p {
  font-size: 14rem;
  line-height: 26rem;
  padding-left: 29rem;
  background: url(/template/index/pc/css/../images/f03.png) no-repeat left 4rem;
  background-size: 14rem;
  color: #c3c3c3;
}
.footer-bottom .footer-left .socialMedia {
  margin-top: 33rem;
}
.footer-bottom .footer-left .socialMedia .list li {
  display: inline-block;
}
.footer-bottom .footer-left .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .icon {
  border: 1px #555555 solid;
  display: block;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  opacity: 0.6;
}
.footer-bottom .footer-left .socialMedia .list .icon-1 {
  background: url(/template/index/pc/css/../images/sprite.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-2 {
  background: url(/template/index/pc/css/../images/sprite1.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-3 {
  background: url(/template/index/pc/css/../images/sprite2.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-4 {
  background: url(/template/index/pc/css/../images/sprite3.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .down {
  display: none;
  color: #666;
  font-size: 14rem;
  align-items: center;
  width: 230rem;
  cursor: initial;
  padding-bottom: 20rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.footer-bottom .footer-left .socialMedia .list .down .txt {
  margin-right: 10rem;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm {
  width: 132rem;
  border: 1px #343638 solid;
  padding: 5rem;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10rem 6rem 0 6rem;
  border-color: #555555 transparent transparent transparent;
  position: absolute;
  bottom: -10rem;
  left: 17rem;
}
.footer-bottom .footer-left .socialMedia .list .active .down {
  display: flex;
}
.footer-bottom .footer-left .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer-bottom .footer-left .socialMedia .list .box:hover .down {
  display: flex;
}
.footer-bottom .footer-list {
  float: right;
  width: 59%;
  padding-top: 9rem;
}
.footer-bottom .footer-list ul li {
  width: 13%;
  float: left;
  margin-right: 9%;
}
.footer-bottom .footer-list ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  color: #fff;
  max-width: 100%;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 1rem;
  margin-bottom: 14rem;
  padding-right: 5rem;
  padding-bottom: 24rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 16rem;
  line-height: 32rem;
  color: #bfbfbf;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}
.footer-bottom .footer-list ul li:nth-child(1) {
  width: 13%;
  margin-right: 9%;
}
.footer-bottom .footer-list ul li:nth-last-child(1) {
  margin-right: 0;
  width: 12%;
}
.footer-copyright {
  text-align: center;
  padding: 14rem 0;
  font-size: 13rem;
  color: #c3c3c3;
  background-color: #313132;
}
.footer-copyright a {
  color: #c3c3c3;
}
.content {
  min-height: 600rem;
  padding: 80rem 0;
}
.home-title1 {
  text-align: center;
  font-size: 42rem;
}
.second-nav {
  margin: 43rem 0 0 0;
}
.second-nav ul {
  font-size: 0;
  text-align: center;
}
.second-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 18rem;
  margin-bottom: 10rem;
}
.second-nav ul li a {
  display: block;
  min-width: 160rem;
  max-width: 219rem;
  padding: 0 30rem;
  line-height: 53rem;
  font-size: 18rem;
  color: #000014;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  background-color: #f7f7f7;
}
@media (min-width: 1025px) {
  .second-nav ul li:hover a {
    background-color: #cb1423;
    color: #fff;
  }
}
.second-nav ul .active a {
  background-color: #cb1423;
  color: #fff;
}
.zhichi-bottom {
  padding-top: 77rem;
}
.faqs-show .list {
  font-size: 16rem;
  line-height: 37rem;
  color: #494b4e;
  padding-bottom: 105rem;
}
.faqs-show .list li {
  border-bottom: 1px solid #e8e8e8;
}
.faqs-show .list li:last-child {
  padding-bottom: 0;
}
.faqs-show .list .title {
  font-size: 20rem;
  line-height: 69rem;
  font-weight: bold;
  color: #05112a;
  padding: 0 74rem;
  position: relative;
  cursor: pointer;
}
.faqs-show .list .wen {
  display: inline-block;
  width: 27rem;
  height: 27rem;
  background: url(/template/index/pc/css/../images/wen.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  color: #fff;
  font-size: 14rem;
  position: absolute;
  left: 17rem;
  top: 23rem;
}
.faqs-show .list .icon {
  width: 34rem;
  height: 34rem;
  position: absolute;
  z-index: 9;
  top: 22rem;
  right: 0;
}
.faqs-show .list .icon:before,
.faqs-show .list .icon:after {
  content: '';
  display: inline-block;
  background: #05112a;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.faqs-show .list .icon:before {
  width: 14rem;
  height: 2px;
}
.faqs-show .list .icon:after {
  width: 2px;
  height: 14rem;
}
.faqs-show .list .info {
  padding: 9rem 72rem 63rem 72rem;
  background: url(/template/index/pc/css/../images/da.png) no-repeat 16rem 12rem;
  background-size: 27rem;
  display: none;
}
.faqs-show .list .active .title .icon:before,
.faqs-show .list .active .title .icon:after {
  /*background-color: #fff;*/
}
.faqs-show .list .active .title .icon:after {
  height: 0;
}
.faqs-show .list .active .box {
  background-color: #f3f5f7;
}
.more2 a {
  font-size: 18rem;
  width: 234rem;
  line-height: 62rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #e62129;
  color: #ffffff;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .more2 a:hover {
    background: #b91220;
  }
}
.download .list {
  padding: 61rem 0 0 0;
}
.download .list ul {
  margin: 0 -18rem;
}
.download .list ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 18rem;
  margin-bottom: 32rem;
}
.download .list ul li a {
  display: block;
  padding: 65rem 28rem 69rem 68rem;
  overflow: hidden;
  background: rgba(240, 242, 245, 0.8);
}
.download .list ul li .pic {
  border: solid 1px #e0e1e1;
  box-shadow: 1rem 1rem 12rem 0 rgba(0, 0, 0, 0.07);
  width: 31%;
  float: left;
}
.download .list ul li .pic:after {
  padding-bottom: 131.11111111%;
}
.download .list ul li .text {
  float: right;
  width: 57%;
}
.download .list ul li .text .bt {
  font-size: 21rem;
  line-height: 27rem;
  color: #2b2c30;
  height: 54rem;
  margin-bottom: 16rem;
  overflow: hidden;
  color: #001d33;
}
.download .list ul li .text .span {
  font-size: 15rem;
  color: #a1a1a1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  margin-bottom: 29rem;
}
.download .list ul li .text .more span {
  width: 215rem;
  line-height: 51rem;
  font-size: 19rem;
  color: #cb1423;
  border: solid 1px #cb1423;
  display: block;
  text-align: center;
  background: url(/template/index/pc/css/../images/down.png) no-repeat 85% center;
  background-size: 18rem;
  padding-right: 48rem;
}
@media (min-width: 1025px) {
  .download .list ul li:hover a {
    box-shadow: 8rem 14rem 21rem 0rem rgba(42, 13, 13, 0.17);
  }
  .download .list ul li:hover .pic img {
    transform: scale(1.04);
  }
  .download .list ul li:hover .text .bt {
    text-decoration: underline;
    color: #cb1423;
  }
  .download .list ul li:hover .text .more span {
    color: #fff;
    border: solid 1px #cb1423;
    background: #cb1423 url(../images/downh.png) no-repeat 85% center;
    background-size: 18rem;
  }
}
.service {
  padding: 0 !important;
}
.service01 {
  padding: 80rem 0 50rem 0;
  background: url(/template/index/pc/css/../images/bg4.jpg) no-repeat bottom center;
  background-size: cover;
}
.service01 .service-bottom {
  padding: 51rem 20rem 0 20rem;
}
.service01 .service-bottom ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 20rem;
  text-align: center;
}
.service01 .service-bottom ul li .box {
  padding: 64rem 70rem 50rem 70rem;
  background-color: rgba(248, 248, 248, 0.8);
}
.service01 .service-bottom ul li .pic {
  width: 94rem;
  margin: 0 auto;
}
.service01 .service-bottom ul li .text {
  padding-top: 31rem;
}
.service01 .service-bottom ul li .text .bt {
  font-size: 28rem;
  margin-bottom: 26rem;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
}
.service01 .service-bottom ul li .text .jsh {
  font-size: 20rem;
  color: #000000;
  line-height: 32rem;
  min-height: 64rem;
  margin-bottom: 18rem;
  overflow: hidden;
}
.service01 .service-bottom ul li .text .jsh a {
  font-size: 22rem;
  display: block;
  color: #000000;
}
.service01 .service-bottom ul li .text .span {
  color: #000000;
  font-size: 14rem;
  line-height: 22rem;
  min-height: 44rem;
  overflow: hidden;
  margin-bottom: 52rem;
}
.service01 .service-bottom ul li .text .p {
  font-size: 14rem;
  line-height: 32rem;
  overflow: hidden;
  color: #888888;
}
.home-title2 {
  text-align: center;
  font-size: 36rem;
}
.xia a {
  width: 55rem;
  height: 55rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 35rem;
  right: 180rem;
  background: url(/template/index/pc/css/../images/xia.png) no-repeat center center;
  background-size: 100%;
}
.service02 {
  padding: 67rem 0 98rem 0;
  background: url(/template/index/pc/css/../images/bg5.jpg) no-repeat top center;
  background-size: 100%;
}
.service02 .home-title {
  color: #fff;
}
.service02 .service-bottom {
  margin-top: 59rem;
  padding: 144rem 129rem 67rem 129rem;
  box-shadow: 4rem 7rem 65rem 0rem rgba(0, 0, 0, 0.14);
  background-color: #fff;
}
.service02 .service-bottom ul {
  padding-right: 25%;
  position: relative;
  padding-bottom: 32rem;
}
.service02 .service-bottom ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 12rem;
  margin-bottom: 22rem;
}
.service02 .service-bottom ul li .box {
  position: relative;
  padding-left: 134rem;
  overflow: hidden;
  height: 115rem;
  background-color: #efefef;
}
.service02 .service-bottom ul li .box:after {
  width: 0;
  height: 6rem;
  background: #fa0505;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  z-index: 5;
  content: '';
  display: block;
}
.service02 .service-bottom ul li .pic {
  width: 115rem;
  position: absolute;
  left: 0;
  top: 0;
}
.service02 .service-bottom ul li .pic .mh {
  display: none;
}
.service02 .service-bottom ul li .bt {
  font-size: 21rem;
  line-height: 115rem;
  color: #000000;
}
.service02 .service-bottom ul li .num {
  font-size: 63rem;
  line-height: 70rem;
  position: absolute;
  bottom: -30rem;
  right: 15rem;
  font-weight: bold;
  color: rgba(101, 101, 101, 0.2);
}
@media (min-width: 1025px) {
  .service02 .service-bottom ul li:hover .box:after {
    width: 100%;
  }
  .service02 .service-bottom ul li:hover .box .pic .m {
    display: none;
  }
  .service02 .service-bottom ul li:hover .box .pic .mh {
    display: block;
  }
  .service02 .service-bottom ul li:hover .box .bt {
    color: #cb1423;
  }
}
.service02 .service-bottom ul .fw7 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
}
.service02 .service-bottom ul .fw7 .box {
  height: 252rem;
  padding-left: 0;
  padding-top: 110rem;
  text-align: center;
}
.service02 .service-bottom ul .fw7 .box .pic {
  left: 50%;
  top: 20%;
  margin-left: -57rem;
}
.service02 .tel {
  font-size: 50px;
  color: #666666;
  line-height: 56px;
  font-family: 'OPPOSans-H';
  text-align: center;
  margin-top: 32px;
}
.service02 .tel a {
  display: inline-block;
  vertical-align: middle;
}
.service02 .tel p {
  display: inline-block;
  margin: 0 auto;
  background: url('/template/index/pc/css/../images/phone3.png') no-repeat center left;
  padding-left: 50px;
}
.service02 .tel span {
  font-size: 20px;
  line-height: 28px;
  color: #666666;
  font-family: 'microsoft yahei';
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #e5e5e5;
}
.service03 {
  background: url(/template/index/pc/css/../images/bg8.png) no-repeat bottom center;
}
.service03 .service-bottom {
  padding-top: 52rem;
}
.service03 ul {
  margin: 0 -14rem;
}
.service03 ul li {
  width: 25%;
  float: left;
  padding: 0 26rem;
  height: 544rem;
  overflow: hidden;
}
.service03 ul li .text {
  padding: 22rem 28rem;
  background-color: #ffffff;
  border: solid 2px #c21f26;
  position: relative;
}
.service03 ul li .text:after {
  content: '';
  display: block;
  width: 15rem;
  height: 11rem;
  background: url(/template/index/pc/css/../images/j.png) no-repeat center center;
  position: absolute;
  bottom: -11rem;
  left: 50%;
  margin-left: -7.5rem;
}
.service03 ul li .text .bt {
  font-size: 20rem;
  margin-bottom: 12rem;
  font-weight: bold;
  color: #222222;
}
.service03 ul li .text .p {
  font-size: 16rem;
  line-height: 24rem;
  color: #222222;
}
.service03 ul li span {
  display: block;
  background: url(/template/index/pc/css/../images/bg6.png) no-repeat top center;
  background-size: 18rem;
  margin-top: 30rem;
  width: 100%;
  height: 293rem;
}
@media (min-width: 1025px) {
  .service03 ul li:hover .text {
    background-color: #cb1423;
  }
  .service03 ul li:hover .text:after {
    background: url(/template/index/pc/css/../images/jh.png) no-repeat center center;
  }
  .service03 ul li:hover .text .bt {
    color: #fff;
  }
  .service03 ul li:hover .text .p {
    color: #fff;
  }
  .service03 ul li:hover span {
    background: url(/template/index/pc/css/../images/bg6h.png) no-repeat top center;
    background-size: 18rem;
  }
}
.service03 ul li:nth-child(2) {
  padding-top: 84rem;
}
.service03 ul li:nth-child(3) {
  padding-top: 144rem;
}
.service03 ul li:nth-child(4) {
  padding-top: 74rem;
}
.bg1 {
  background: #f5f5f5 url(../images/bg7.jpg) no-repeat bottom center;
  background-size: 100%;
}
.case .home-title {
  text-align: center;
}
.caselist {
  margin: 0 -22rem;
  padding-top: 68rem;
  padding-bottom: 30rem;
}
.caselist li {
  width: 33.33333333%;
  float: left;
  padding: 0 22rem;
  margin-bottom: 46rem;
}
.caselist li .box { 
  background-color: #f1f1f1;
  position: relative;
}
.caselist li .pic:after {
  padding-bottom: 63.01886792%;
}
.caselist li .bt {
  font-size: 24rem;
  line-height: 72rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  padding: 0 24rem;
}
.caselist li .box:after{
	content:'';
	display: block;
	width:0;
	height:1px;
	background-color: #cb1423;
	transition: 0.5s;
	position: absolute;
	bottom:0;
	left:0;
}
@media (min-width: 1025px) {
  .caselist li:hover .pic img {
    transform: scale(1.04);
  }
  .caselist li:hover .box:after {
    width:100%;
  }
}
.page {
  text-align: center;
  overflow: hidden;
}
.page a {
  display: inline-block;
  line-height: 34px;
  padding: 0 10px;
  color: #333333;
  height: 36px;
  min-width: 36px;
  text-align: center;
  margin: 0 6px;
  font-size: 18px;
  border: solid 2px #b2b2b2;
  font-family: arial;
  vertical-align: top;
}
.page a:hover {
  background: #e01121;
  color: #fff;
  border: 2px solid #e01121;
}
.page span {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px;
  min-width: 30px;
  text-align: center;
  color: #595757;
  height: 30px;
  margin: 0 6px;
  font-size: 13px;
  border: solid 1px #dcdddd;
  font-family: arial;
  vertical-align: top;
}
.page .cpb {
  background: #e01121;
  color: #fff;
  border: 2px solid #e01121;
}
.applist {
  padding-top: 98rem;
}
.applist li {
  margin-bottom: 50rem;
  position: relative;
}
.applist li .box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.applist li .box .img {
  float: left;
  width: 970rem;
  margin-left: -120rem;
}
.applist li .box .img .pic:after {
  padding-bottom: 43.29896907%;
}
.applist li .box .text {
  float: right;
  width: 49%;
  padding-left: 77rem;
  padding-right: 13rem;
  display: inline-block;
  vertical-align: top;
}
.applist li .box .text .title2 {
  line-height: 72rem;
  position: relative;
}
.applist li .box .text .title2 p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  font-size: 71rem;
  color: rgba(236, 236, 236, 0.72);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.applist li .box .text .title2 h3 {
  font-size: 30rem;
  font-weight: bold;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  position: relative;
  z-index: 2;
}
.applist li .box .text .p {
  font-size: 16rem;
  line-height: 31rem;
  color: #333333;
  height: 186rem;
  overflow: hidden;
  margin-top: 70rem;
  margin-bottom: 40rem;
}
.applist li .box .text .more p {
  font-size: 16rem;
  color: #000000;
  width: 142rem;
  line-height: 38rem;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #b9b9b9;
}
@media (min-width: 1025px) {
  .applist li:hover .box .img .pic img {
    transform: scale(1.05);
  }
  .applist li:hover .box .text .more p {
    background: #cb1423;
    color: #fff;
    border: 1px solid #cb1423;
  }
}
.applist li:nth-child(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.applist li:nth-child(2n) .box .img {
  margin-left: 0;
  margin-right: -120rem;
}
.applist li:nth-child(2n) .box .text {
  padding-right: 77rem;
  padding-left: 0;
}
.banner-app .item {
  position: relative;
}
.news-show {
  padding-top: 0 !important;
  background: #f5f5f7;
}
.news-show .info {
  padding: 33rem 92rem 89rem 92rem;
  background: #fff;
  overflow: hidden;
}
.news-show .info .h2 {
  font-size: 12rem;
  margin-bottom: 62rem;
}
.news-show .info .h2 a {
  width: 23rem;
  height: 23rem;
  background-color: #666e86;
  display: block;
  float: left;
  margin-left: 6rem;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .news-show .info .h2 a:hover {
    background: #cb1423;
  }
}
.news-show .info .hspan {
  font-size: 16rem;
  line-height: 31rem;
  color: #222222;
  margin-top: 64rem;
  background: #f3f5f8;
  padding: 32rem 44rem 49rem 44rem;
}
.news-show .info .hspan h3 {
  font-size: 20rem;
  font-weight: bold;
  color: #cb1423;
  margin-bottom: 14rem;
}
.news-show .info .hspan h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 196rem;
  height: 1px;
  margin-left: 15rem;
  background-color: #cb1423;
}
.h1 {
  font-size: 32rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.news-p {
  font-family: SourceHanSansSC-Light;
  font-size: 16rem;
  line-height: 34rem;
  padding-top: 53rem;
  padding-bottom: 99rem;
  color: #222222;
}
.news-p a {
  color: #222222;
}
.news-p p {
  margin-bottom: 4rem;
}
.news-p .h3 {
  font-weight: bold;
  font-size: 18rem;
  color: #222222;
  margin-bottom: 16rem;
}
.pagelist-news {
  border-top: 1px solid #989898;
}
.pagelist-news li a {
  border-bottom: 1px solid #989898;
  display: block;
  position: relative;
  font-size: 16rem;
  line-height: 68rem;
  color: #222222;
  padding-left: 120rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
}
.pagelist-news li a span {
  position: absolute;
  top: 0;
  left: 18rem;
  display: block;
  background: url(/template/index/pc/css/../images/up.png) no-repeat center right;
  padding-right: 27rem;
  background-size: 16rem;
}
@media (min-width: 1025px) {
  .pagelist-news li a:hover {
    color: #cb1423;
  }
}
.pagelist-news li:nth-child(2n) span {
  background: url(/template/index/pc/css/../images/down2.png) no-repeat center right;
  background-size: 16rem;
}
.return a {
  width: 111rem;
  line-height: 36rem;
  background-color: #efefef;
  font-size: 16rem;
  color: #222222;
  text-align: center;
  display: block;
  float: right;
  margin-top: 49rem;
}
@media (min-width: 1025px) {
  .return a:hover {
    background: #cb1423;
    color: #fff;
  }
}
.current {
  font-size: 14rem;
  color: #999999;
}
.current img {
  width: 15rem;
  margin-right: 2rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 5rem;
}
.current a {
  color: #999999;
}
.current a:hover {
  color: #cb1423;
}
.current b {
  font-weight: normal;
}
.current span {
  display: block;
  padding: 21rem 0 17rem 0;
  font-size: 14rem;
  line-height: 24rem;
  color: #666666;
}
.current span a {
  color: #666666;
}
.current span a,
.current span b {
  margin: 0 7rem;
}
.container01 {
  margin-right: auto;
  margin-left: auto;
  width: 1550rem;
}
.news-one {
  position: relative;
  z-index: 5;
  padding: 48rem 0 64rem 0;
}
.news-one .pic {
  float: left;
  width: 60%;
  border-radius: 18rem;
}
.news-one .pic:after {
  padding-bottom: 51.61290323%;
}
.news-one .pic img{
	width:100%;
}
.news-one .list {
  float: right;
  width: 34.5%;
  padding-top: 6rem;
  padding-right: 82rem;
}
.news-one .list ul li {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.news-one .list ul li a {
  display: block;
}
.news-one .list ul li a .date {
  font-size: 13rem;
  margin-bottom: 33rem;
  color: #cb1423;
}
.news-one .list ul li a .bt {
  font-size: 22rem;
  height: 72rem;
  overflow: hidden;
  color: #030f1b;
}
@media (min-width: 1025px) {
  .news-one .list ul li:hover a .bt {
    color: #cb1423;
  }
}
.news-one .list ul li:nth-last-child(1) {
  padding: 0;
  margin: 0;
  border: 0;
}
.newslist1 ul {
  margin: 0 -23rem;
}
.newslist1 ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 23rem;
  margin-bottom: 50rem;
}
.newslist1 ul li a {
  display: block;
  transition: 0.5s;
}
.newslist1 ul li a .box {
  position: relative;
  padding-bottom: 34rem;
}
.newslist1 ul li a .pic:after {
  padding-bottom: 58.18540434%;
}
.newslist1 ul li a .text {
  padding-top: 20rem;
}
.newslist1 ul li a .date {
  font-size: 13rem;
  margin-bottom: 5rem;
  color: #9e9e9e;
  background: url(/template/index/pc/css/../images/more3.png) no-repeat right center;
  background-size: 70rem;
}
.newslist1 ul li a .bt {
  font-size: 22rem;
  line-height: 36rem;
  height: 72rem;
  margin-bottom: 25rem;
  overflow: hidden;
  color: #030f1b;
}
.newslist1 ul li a .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #888888;
  height: 60rem;
  margin-bottom: 5rem;
  overflow: hidden;
}
.newslist1 ul li a .more {
  width: 70rem;
  height: 10rem;
  margin-top: 20rem;
  background: url(/template/index/pc/css/../images/more3.png) no-repeat right center;
  background-size: 100%;
}
.newslist1 ul li a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 54rem;
  display: none;
}
.newslist1 ul li a .hover:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.newslist1 ul li a .hover .date {
  color: #fff;
  background: none;
  position: relative;
  z-index: 2;
  margin-bottom: 34rem;
}
.newslist1 ul li a .hover .bt {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 91rem;
}
.newslist1 ul li a .hover .p {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 69rem;
}
.newslist1 ul li a .hover .more {
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .newslist1 ul li a:hover .hover {
    display: block;
  }
}
.nlist {
  margin-bottom: 98rem;
  position: relative;
  padding: 0 40rem;
}
.nlist:after {
  content: '';
  display: block;
  height: 1px;
  width: 90%;
  position: absolute;
  top: 65rem;
  left: 5%;
  border-top: 2px dotted #dad9d8;
}
.nlist li {
  float: left;
}
.nlist li a {
  display: block;
  font-size: 18rem;
  color: #555555;
  text-align: center;
  position: relative;
}
.nlist li a:after {
  content: '';
  display: block;
  width: 15rem;
  height: 15rem;
  background-color: #dad9d8;
  margin: 0 auto;
}
.nlist li a span {
  color: #555555;
  line-height: 38rem;
  width: 79rem;
  height: 43rem;
  margin-bottom: 15rem;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .nlist li:hover a span {
    background: url(/template/index/pc/css/../images/bgg.png) no-repeat center center;
    background-size: 100%;
    color: #fff;
  }
  .nlist  a:after {
    border-radius: 50%;
  }
}
.nlist .slick-current  a span {
  background: url(/template/index/pc/css/../images/bgg.png) no-repeat center center;
  background-size: 100%;
  color: #fff;
}
.nlist .slick-current  a:after {
  border-radius: 50%;
}
.nlist .slick-next,
.nlist .slick-prev {
  width: 30rem;
  height: 30rem;
  margin-top: 13rem;
}
.nlist .slick-prev {
  left: 0;
  background: url(/template/index/pc/css/../images/left.png) no-repeat center center !important;
  background-size: 14rem !important;
}
.nlist .slick-next {
  right: 0;
  left: auto;
  background: url(/template/index/pc/css/../images/right.png) no-repeat center center !important;
  background-size: 14rem !important;
}
.nlist .slick-prev:before {
  content: '';
}
.nlist .slick-next:before {
  content: '';
}
.contact {
  padding: 0 !important;
}
.contact .home-title {
  text-align: center;
}
.contact01 {
  padding: 76rem 0 30rem 0;
  background: url(/template/index/pc/css/../images/bg10.png) no-repeat top center;
  background-size: 100%;
}
.contact01 .contact-list {
  padding-top: 49rem;
  margin-bottom: 88rem;
}
.contact01 .contact-list ul {
  width: 55%;
}
.contact01 .contact-list ul li {
  font-size: 18rem;
  line-height: 67rem;
  color: #444444;
  float: left;
  width: 50%;
  padding-left: 52rem;
  position: relative;
}
.contact01 .contact-list ul li .pic {
  width: 30rem;
  position: absolute;
  top: 20rem;
  left: 0;
}
.contact01 .contact-list ul li a {
  color: #444;
}
.contact01 .contact-list ul li span {
  font-weight: bold;
}
.contact01 .contact-title {
  font-size: 25rem;
  margin-bottom: 44rem;
  font-weight: bold;
  color: #030f1b;
}
.contact-add {
  padding: 46rem 73rem 66rem 73rem;
  border-bottom: 9rem solid #c30202;
  background: #ffffff url(../images/bg9.png) no-repeat top right;
  background-size: 673rem;
  box-shadow: 0rem 7rem 24rem 0rem rgba(127, 129, 129, 0.46);
}
.contact-add .bt {
  font-size: 32rem;
  font-weight: bold;
  letter-spacing: 1rem;
  color: #c30202;
}
.contact-add .span {
  font-size: 18rem;
  color: #c30202;
  margin-bottom: 36rem;
}
.contact-add ul li {
  width: 50%;
  float: left;
}
.contact-add ul li .h3 {
  font-size: 25rem;
  font-weight: bold;
  margin-bottom: 15rem;
  color: #030f1b;
}
.contact-add ul li .p {
  font-size: 18rem;
  line-height: 24rem;
  color: #030f1b;
}
.contact02 {
  padding-top: 62rem;
  padding-bottom: 62rem;
}
.contact02 .home-title {
  text-align: center;
}
.contact02 .home-span {
  text-align: center;
  font-size: 18rem;
  margin-top: 6rem;
  color: #000014;
}
.contact02 .contact-bottom {
  overflow: hidden;
  padding: 88rem 0 0 0;
}
.contact02 .contact-bottom .left {
  width: 52%;
  float: left;
}
.contact02 .contact-bottom .left .content-way {
  overflow: hidden;
}
.contact02 .contact-bottom .left .content-way li {
  list-style: none;
  float: left;
  width: 33%;
  margin-bottom: 24rem;
  position: relative;
  padding-left: 81rem;
}
.contact02 .contact-bottom .left .content-way li::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #e7e8eb;
  position: absolute;
  right: 10%;
  top: 0;
}
.contact02 .contact-bottom .left .content-way li:nth-child(3)::after,
.contact02 .contact-bottom .left .content-way li:last-child::after {
  display: none;
}
.contact02 .contact-bottom .left .content-way li i {
  width: 54rem;
  height: 54rem;
  border: 2px solid #7a7a7a;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.contact02 .contact-bottom .left .content-way li:last-child {
  width: 99%;
}
.contact02 .contact-bottom .left .content-way li i.c1 {
  background: url('/template/index/pc/css/../images/c01.png') center no-repeat;
  background-size: 23rem;
}
.contact02 .contact-bottom .left .content-way li i.c2 {
  background: url('/template/index/pc/css/../images/c02.png') center no-repeat;
  background-size: 28rem;
}
.contact02 .contact-bottom .left .content-way li i.c3 {
  background: url('/template/index/pc/css/../images/c03.png') center no-repeat;
  background-size: 26rem;
}
.contact02 .contact-bottom .left .content-way li i.c4 {
  background: url('/template/index/pc/css/../images/c04.png') center no-repeat;
  background-size: 21rem;
}
.contact02 .contact-bottom .left .content-way li span {
  display: inline-block;
  vertical-align: middle;
}
.contact02 .contact-bottom .left .content-way li span h6 {
  font-size: 16rem;
  color: #999999;
  font-weight: normal;
  margin: 0;
}
.contact02 .contact-bottom .left .content-way li span h5 {
  font-size: 18rem;
  line-height: 24rem;
  color: #030f1b;
  margin: 5rem 0 0 0;
}
.contact02 .contact-bottom .left .content-way li span h5 a {
  font-size: 21rem;
  color: #000000;
 word-wrap:break-word; 
 	word-break:break-all;
}
@media (min-width: 1025px) {
  .contact02 .contact-bottom .left .content-way li:hover {
    cursor: pointer;
  }
  .contact02 .contact-bottom .left .content-way li:hover span h6 {
    color: #e62129;
  }
  .contact02 .contact-bottom .left .content-way li:hover span h5 a {
    color: #e62129;
  }
  .contact02 .contact-bottom .left .content-way li:hover span h5 {
    color: #e62129;
  }
  .contact02 .contact-bottom .left .content-way li:hover i {
    border: 2px solid #e62129;
    opacity: 1;
  }
  .contact02 .contact-bottom .left .content-way li:hover i.c4 {
    background: url('/template/index/pc/css/../images/c04h.png') center no-repeat;
    background-size: 21rem;
  }
  .contact02 .contact-bottom .left .content-way li:hover i.c3 {
    background: url('/template/index/pc/css/../images/c03h.png') center no-repeat;
    background-size: 26rem;
  }
  .contact02 .contact-bottom .left .content-way li:hover i.c2 {
    background: url('/template/index/pc/css/../images/c02h.png') center no-repeat;
    background-size: 28rem;
  }
  .contact02 .contact-bottom .left .content-way li:hover i.c1 {
    background: url('/template/index/pc/css/../images/c01h.png') center no-repeat;
    background-size: 23rem;
  }
}
.contact02 .contact-bottom .left .content-map {
  clear: both;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f1f1f1;
}
.contact02 #map {
  width: 100%;
  height: 290rem;
}
.contact02 #map img {
  max-width: initial;
  max-height: inherit;
}
.contact02 #map .anchorBL {
  display: none;
}
.contact02 .contact-bottom .left .content-text {
  font-size: 12rem;
  line-height: 20rem;
  color: #999999;
  padding: 20rem 0;
}
.contact02 .contact-bottom .right {
  width: 45.9%;
  float: right;
}
.contact02 .right .bt {
  font-size: 14rem;
  line-height: 31rem;
  color: #040806;
  background: url(/template/index/pc/css/../images/dui.png) no-repeat center left;
  padding-left: 35rem;
  background-size: 30rem;
  margin-bottom: 17rem;
  margin-left: 20rem;
}
.contact02 .content-form {
  overflow: hidden;
}
.contact02 .content-form li {
  list-style: none;
  margin: 0 0 18rem 0;
  padding: 0;
  font-size: 0;
  width: 50%;
  float: left;
  padding: 0 10rem;
  position: relative;
}
.contact02 .content-form li span {
  position: absolute;
  left: 20rem;
  top: 0;
  line-height: 53rem;
  display: block;
  z-index: 3;
  font-size: 14rem;
  color: #080f15;
}
.contact02 .content-form li span font {
  color: #de021c;
}
.contact02 .content-form li .input2 {
  padding: 0 20rem 0 82rem;
  width: 100%;
  height: 53rem;
  background-color: #f7f7f7;
  border-radius: 4rem;
  border: solid 1px #e8e8e8;
  font-size: 14rem;
  font-weight: normal;
  box-sizing: border-box;
}
.contact02 .content-form li .textarea1 {
  width: 100%;
  height: 153rem;
  font-size: 14rem;
  background-color: #f7f7f7;
  border-radius: 4rem;
  border: solid 1px #e8e8e8;
  padding: 20rem 20rem;
  box-sizing: border-box;
}
.contact02 .content-form li .submit1 {
  color: #fff;
  font-size: 18rem;
  width: 100%;
  height: 67rem;
  background-color: #e62129;
  border-radius: 2rem;
  cursor: pointer;
  border: 0;
}
.contact02 .content-form li .submit1:hover {
  background: #cb1423;
}
.culture {
  padding: 0 !important;
}
.culture01 {
  padding: 31rem 0 40rem 0;
  position: relative;
  background: #141414;
}
.culture01 .span {
  font-size: 70rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 204rem;
  left: 117rem;
  z-index: 6;
}
.culture01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.culture01 ul li {
  width: 33.33333%;
  float: left;
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s;
}
.culture01 ul li .img {
  height: 880rem;
  background-color: #141414;
  border-radius: 10rem;
  text-align: center;
  position: relative;
}
.culture01 ul li .img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 72rem 72rem 72rem;
}
.culture01 ul li .img .bt {
  font-size: 24rem;
  font-weight: bold;
  color: #ffffff;
}
.culture01 ul li .img .p {
  font-size: 18rem;
  height: 30rem;
  line-height: 30rem;
  color: #ffffff;
  opacity: 0;
  margin-top: 10rem;
  overflow: hidden;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .culture01 ul li:hover {
    width: 62% !important;
  }
  .culture01 ul li:hover .img {
    text-align: left;
  }
  .culture01 ul li:hover .p {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .culture01 ul:hover li {
    width: 19%;
  }
}
.culture02 {
  padding: 76rem 0 94rem 0;
  background: url(/template/index/pc/css/../images/bg11.jpg) no-repeat top center;
  background-size: cover;
}
.culture02 .home-title {
  text-align: center;
}
.culture02 .culture-bottom {
  padding-top: 105rem;
}
.culture02 ul {
  position: relative;
  height: 627rem;
}
.culture02 ul li {
  position: absolute;
}
.culture02 ul li .pic {
  width: 70rem;
  margin: 0 auto;
}
.culture02 ul li .text {
  text-align: center;
}
.culture02 ul li .text .bt {
  font-size: 25rem;
  font-weight: bold;
  color: #ffffff;
}
.culture02 ul li .text .p {
  font-size: 16rem;
  line-height: 27rem;
  color: #ffffff;
}
.culture02 ul li:nth-child(1) {
  width: 286rem;
  height: 330rem;
  background: url(/template/index/pc/css/../images/cubg1.png) no-repeat top center;
  background-size: 100%;
  left: 16rem;
  top: 23rem;
}
.culture02 ul li:nth-child(1) .box {
  padding: 49rem 34rem;
}
.culture02 ul li:nth-child(2) {
  width: 303rem;
  height: 350rem;
  background: url(/template/index/pc/css/../images/cubg2.png) no-repeat top center;
  background-size: 100%;
  left: 367rem;
  top: 0;
}
.culture02 ul li:nth-child(2) .box {
  padding: 69rem 34rem;
}
.culture02 ul li:nth-child(3) {
  width: 243rem;
  height: 281rem;
  background: url(/template/index/pc/css/../images/cubg3.png) no-repeat top center;
  background-size: 100%;
  left: 223rem;
  bottom: 49rem;
}
.culture02 ul li:nth-child(3) .box {
  padding: 49rem 16rem;
}
.culture02 ul li:nth-child(4) {
  width: 260rem;
  height: 300rem;
  background: url(/template/index/pc/css/../images/cubg4.png) no-repeat top center;
  background-size: 100%;
  left: 530rem;
  bottom: 0;
}
.culture02 ul li:nth-child(4) .box {
  padding: 55rem 34rem;
}
.product-show {
  padding: 0 !important;
}
.product-top {
  padding: 86rem 0 69rem 0;
}
.product-top .text {
  float: left;
  width: 50%;
  padding-top: 37rem;
}

.product-top .h1 {
  font-size: 52rem;
  margin-bottom: 52rem;
  font-weight: normal;
  color: #000014;
  text-align: left;
}

.product-top .text .h1 {
  font-size: 52rem;
  margin-bottom: 52rem;
  font-weight: normal;
  color: #000014;
  text-align: left;
}
.product-top .text .p {
  font-size: 18rem;
  line-height: 40rem;
  margin-bottom: 65rem;
  color: #000014;
}
.product-top .text .more1 a {
  font-size: 18rem;
}
.product-top .img {
  float: right;
  width: 45%;
  text-align: center;
}
.product-top .img .pic:after{
	padding-bottom: 50.98039216%;
}
.product-list {
  position: relative;
  background: #fafafa;
}
.product-list:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-list ul {
  position: relative;
  overflow: hidden;
  padding-left: 1px;
}
.product-list ul li {
  float: left;
  border: 1px solid #efefef;
  margin-left: -1px;
}
.product-list ul li a {
  font-size: 18rem;
  width: 211rem;
  line-height: 60rem;
  color: #000000;
  text-align: center;
  display: block;
  position: relative;
}
.product-list ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fafafa;
  position: absolute;
  top: -1px;
  left: 0;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .product-list ul li:hover {
    border-bottom: 1px solid #fafafa;
  }
  .product-list ul li:hover a {
    color: #cb1423;
    font-weight: bold;
  }
  .product-list ul li:hover a:after {
    background: #cb1423;
    width: 100%;
  }
}
.item-title {
  font-size: 32rem;
  line-height: 32rem;
  padding-left: 13rem;
  margin-bottom: 48rem;
  color: #000000;
  border-left: 4rem solid #982223;
}
.item-p {
  font-size: 16rem;
  line-height: 31rem;
  color: #333333;
}
.product03 {
  padding: 160rem 0 24rem 0;
}
.product03 .item {
  width: 50%;
  float: left;
  padding: 0 75rem;
  margin-bottom: 160rem;
  position: relative;
}
.product03 .item ul {
  font-size: 0;
  width: 100%;
  margin: 0 -28rem;
  padding-top: 57rem;
}
.product03 .item ul li {
  width: 25%;
  padding: 0 28rem;
  margin-bottom: 68rem;
  display: inline-block;
  vertical-align: top;
}
.product03 .item ul li .pic {
  width: 80rem;
}
.product03 .item ul li .text {
  margin-top: 21rem;
  text-overflow: ellipsis;
}
.product03 .item ul li .text h4 {
  font-size: 16rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10rem;
}
.product03 .item ul li .text p {
  font-size: 14rem;
  line-height: 26rem;
  color: #464646;
  letter-spacing: 1px;
  overflow: hidden;
}
.related {
  padding: 79rem 0 59rem 0;
  background: #f4f5f7;
}
.related .home-title {
  text-align: center;
}
.related .related-bottom {
  padding-top: 58rem;
}
.related .related-bottom .prolist1 {
  padding-top: 0;
  padding-bottom: 10rem;
}
.related .related-bottom .slick-dots {
  bottom: 0;
  width: 100% !important;
}
.related .related-bottom .slick-dots li {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: auto !important;
  padding: 0 !important;
}
.related .related-bottom .slick-dots li button:before {
  background: #cbcbcb;
  border: 1px solid #cbcbcb;
}
.related .related-bottom .slick-dots li.slick-active button:before {
  background: #cb1423;
  border: 1px solid #cb1423;
}
.prolist1 {
  margin: 0 -31rem;
  position: relative;
  padding-top: 106rem;
}
.prolist1 li {
  width: 33.33333333%;
  float: left;
  padding: 0 31rem;
  margin-bottom: 60rem;
}
.prolist1 li .pic:after {
  padding-bottom: 50.98039216%;
}
.prolist1 li .pic .hover {
  position: absolute;
  top: 27%;
  right: 30rem;
  display: none;
}
.prolist1 li .pic .hover a {
  display: block;
  width: 30rem;
  height: 30rem;
}
.prolist1 li .pic .hover .tel {
  background: url(/template/index/pc/css/../images/c2.png) no-repeat center center;
  background-size: 100%;
  display: none;
}
.prolist1 li .pic .hover .youxiang {
  background: url(/template/index/pc/css/../images/c4.png) no-repeat center center;
  background-size: 100%;
  display:none;
}
.prolist1 li .text {
  padding-top: 25rem;
}
.prolist1 li .text .bt {
  font-size: 24rem;
  line-height: 40rem;
  margin-bottom: 23rem;
  color: #000014;
}
.prolist1 li .text .bt a {
  color: #000014;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  white-space: nowrap !important;
}
.prolist1 li .text .jsh {
  font-size: 16rem;
  line-height: 27rem;
  height: 54rem;
  margin-bottom: 42rem;
  overflow: hidden;
  color: #999999;
}
.prolist1 li .text .jsh a {
  color: #999999;
}
.prolist1 li .text .more3 a {
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #d61726;
  display: block;
  text-align: right;
  padding-bottom: 25rem;
  position: relative;
}
.prolist1 li .text .more3 a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e3e3e3;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .prolist1 li:hover .pic img {
    transform: scale(1.05);
  }
  .prolist1 li:hover .pic .hover {
    display: block;
  }
  .prolist1 li:hover .text .bt a {
    color: #cb1423;
  }
  .prolist1 li:hover .text .more3 a:after {
    height: 5px;
    background: #cb1423;
  }
}
.product {
  padding: 25rem 0 0 0;
}
.product .show .info {
  display: none;
}
.app-show {
  padding: 70rem 0;
}
.app-show .home-title {
  text-align: center;
}
.app-show .app-show-bottom {
  padding-top: 67rem;
}
.app-show .left {
  float: left;
  width: 16%;
  padding: 56rem 19rem;
  background-color: #f7f7f7;
}
.app-show .left ul li {
  margin: 0 0 37rem 0;
}
.app-show .left ul li .pic {
  width: 100rem;
  position: absolute;
  top: 0;
  left: 0;
}
.app-show .left ul li .pic .mh {
  display: none;
}
.app-show .left ul li .box {
  position: relative;
  height: 100rem;
  padding-left: 92rem;
  z-index: 1;
  padding-top: 8rem;
}
.app-show .left ul li .box .text {
  padding: 15rem 0;
}
.app-show .left ul li .box .bt {
  font-size: 22rem;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
}
.app-show .left ul li .box .p {
  font-size: 14rem;
  color: #b5b5b5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap !important;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .app-show .left ul li:hover .pic .m {
    display: none;
  }
  .app-show .left ul li:hover .pic .mh {
    display: block;
  }
  .app-show .left ul li:hover .box .bt {
    color: #cb1423;
  }
  .app-show .left ul li:hover .box .p {
    color: #cb1423;
  }
}
.app-show .left ul .active .pic .m {
  display: none;
}
.app-show .left ul .active .pic .mh {
  display: block;
}
.app-show .left ul .active .box .bt {
  color: #cb1423;
}
.app-show .left ul .active .box .p {
  color: #cb1423;
}
.app-show .right {
  float: right;
  width: 80%;
  padding-right: 65rem;
  padding-top: 5rem;
}
.app-show .right .item {
  margin-bottom: 43rem;
}
.app-show .right .item .t {
  float: left;
  width: 54%;
  padding-top: 14rem;
}
.app-show .right .item .img {
  float: right;
  width: 41%;
}
.app-show .right .ca_data_xqw {
  margin: 0 -10rem;
}
.app-show .right .ca_data_xqw li {
  width: 50%;
  float: left;
  padding: 0 10rem;
  margin-bottom: 19rem;
}
.app-show .right .ca_data_xqw li .pic {
  width: 182rem;
  position: absolute;
  top: 51rem;
  left: 37rem;
}
.app-show .right .ca_data_xqw li .box {
  position: relative;
  min-height: 269rem;
  padding-left: 248rem;
  padding-top: 85rem;
  padding-right: 31rem;
  background: url(/template/index/pc/css/../images/bg12.png) no-repeat center center;
  background-size: cover;
}
.app-show .right .ca_data_xqw li .text h4 {
  font-size: 26rem;
  margin-bottom: 18rem;
  font-weight: bold;
  color: #000000;
}
.app-show .right .ca_data_xqw li .text p {
  font-size: 16rem;
  line-height: 31rem;
  color: #333333;
}
.app-show .right .ca_data_fabox li {
  position: relative;
  margin-bottom: 41rem;
  overflow: hidden;
}
.app-show .right .ca_data_fabox li .box {
  padding: 44rem 44rem 62rem 44rem;
  font-size: 0;
  background: #f7f7f7 url(../images/bg13.jpg) no-repeat bottom center;
  background-size: 100%;
}
.app-show .right .ca_data_fabox li .pic {
  width: 43.6%;
  border: solid 1px #e5e5e5;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.app-show .right .ca_data_fabox li .pic:after {
  padding-bottom: 69.09788868%;
}
.app-show .right .ca_data_fabox li .text {
  width: 50%;
  padding-top: 15rem;
  padding-left: 69rem;
  display: inline-block;
  vertical-align: top;
}
.app-show .right .ca_data_fabox li .text h3 {
  margin-bottom: 18rem;
  font-size: 26rem;
  font-weight: bold;
  color: #e62129;
}
.app-show .right .ca_data_fabox li .text h5 {
  font-size: 16rem;
  margin-bottom: 11rem;
  font-weight: bold;
  color: #333333;
}
.app-show .right .ca_data_fabox li .text .p {
  margin-bottom: 13rem;
  overflow: hidden;
}
.app-show .right .ca_data_fabox li .text .p .li {
  padding-left: 43rem;
  font-size: 16rem;
  margin-bottom: 13rem;
  color: #333333;
  line-height: 26rem;
  background: url(/template/index/pc/css/../images/dui1.png) no-repeat left 0rem;
  background-size: 23rem;
}
.app-show .right .ca_data_fabox li .text a {
  display: block;
  line-height: 40rem;
  text-decoration: underline;
  font-size: 18rem;
  color: #e62129;
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 131rem 0 86rem 0;
  background: url(/template/index/pc/css/../images/bg14-2.png) no-repeat top center;
  background-size: cover;
}
.about01 .info {
  width: 60%;
  background: url(/template/index/pc/css/../images/1878.png) no-repeat top right;
  background-size: 217rem;
}
.about01 .info .about-bottom {
  font-size: 16rem;
  line-height: 36rem;
  padding-top: 96rem;
  color: #000;
}
.about02 {
  padding: 77rem 0;
  background-color: rgba(230, 33, 41, 0.03);
}
.about02 .home-title {
  text-align: center;
}
.about02 .about-bottom {
  padding-top: 66rem;
}
.about02 .about-bottom .left {
  float: left;
  width: 43%;
  padding-left: 120rem;
  position: relative;
}
@keyframes zhuanquan {
  100% {
    transform: rotate(360deg);
  }
}
.about02 .about-bottom .mySwiper {
  position: relative;
  font-size: 217rem;
  font-weight: bold;
  line-height: 200px;
  height: 600px;
  overflow: hidden;
  z-index: 1;
}
.about02 .about-bottom .mySwiper:after {
  content: '';
  display: block;
  width: 414rem;
  background: url(/template/index/pc/css/../images/quan3.png) no-repeat center right;
  background-size: 414rem;
  height: 414rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -207rem;
  z-index: -1;
  animation: zhuanquan 10s linear 0s infinite;
}
.about02 .about-bottom .mySwiper .swiper-slide {
  color: rgba(203, 203, 203, 0.26);
  height: 200px;
  z-index: 5;
}
.about02 .about-bottom .mySwiper .swiper-slide span {
  opacity: 0;
}
.about02 .about-bottom .mySwiper .swiper-slide-active {
  color: #e62129;
}
.about02 .about-bottom .mySwiper .swiper-slide-active span {
  opacity: 1;
}
.about02 .about-bottom .mySwiper2 {
  float: right;
  width: 50%;
  padding-right: 121rem;
  padding-top: 58rem;
  height: 680rem;
  overflow: hidden;
  position: relative;
}
.about02 .about-bottom .mySwiper2 .item {
  border-bottom: solid 2px #ececec;
  padding-bottom: 58rem;
  margin-bottom: 58rem;
}
.about02 .about-bottom .mySwiper2 .bt {
  font-size: 20rem;
  line-height: 31rem;
  margin-bottom: 17rem;
  color: #cbcbcb;
}
.about02 .about-bottom .mySwiper2 .p {
  font-size: 20rem;
  line-height: 31rem;
  color: #000000;
}
.about02 .about-bottom .mySwiper2 .swiper-slide {
  height: auto !important;
}
.about03 {
  height: 973rem;
  position: relative;
}
.about03 .date3 {
  text-align: left;
  margin-top: 55rem;
  font-size: 0;
}
.about03 .date3 li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 40rem;
  position: relative;
  text-align: left;
  width: 33.33333333%;
}
.about03 .date3 li span {
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
}
.about03 .date3 li h3 {
  margin: 0;
  font-weight: normal;
  font-size: 24rem;
  color: #e01121;
}
.about03 .date3 li h3 strong {
  font-family: Oswald-Bold;
  font-size: 58rem;
}
.about03 .date3 li h3 i {
  font-style: normal;
  font-size: 24rem;
}
.about03 .date3 li::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.1;
}
.about03 .date3 li:last-child::after {
  display: none;
}
.about03 .date3 li:first-child {
  padding: 0 40rem 0 0px;
}
.about03 .main {
  width: 37%;
  height: 100%;
  position: absolute;
  top: 32%;
  right: 120rem;
  z-index: 10;
  padding-right: 120rem;
}
.about03 .main .home-title {
  font-size: 40rem;
  color: #fff;
  margin-bottom: 48rem;
}
.about03 .main .text {
  font-size: 16rem;
  line-height: 36rem;
  color: #ffffff;
}
.about03 .main .date3 li span {
  padding: 0;
  color: #b9b9b9;
}
.about03 .mbshow {
  display: none;
}
.about {
  padding-bottom: 0 !important;
}
.about04 {
  padding: 103rem 0;
  background: #f5f5f5 url(../images/bg15.jpg) no-repeat center center;
}
.about04 .more a {
  width: 234rem;
  line-height: 62rem;
  font-size: 18rem;
  margin: 0 auto;
}
.job {
  padding-top: 58rem;
  padding-bottom: 0;
}
.job01 .p {
  font-size: 16rem;
  line-height: 31rem;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  color: #333333;
}
.job01 .js-active {
  position: relative;
  padding-bottom: 74rem;
}
.job01 .bubble-chart__wrap {
  position: relative;
  width: 100%;
  height: 667rem;
  margin-top: 59rem;
}
.job01 .bubble-item {
  position: absolute;
  display: block;
  text-align: center;
  border: 2px solid #e60012;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: none;
  font-size: 26rem;
  color: #dd1835;
  transition: all 0.3s ease-in-out;
}
.job01 .bubble-item .pic {
  width: 50rem;
  display: block;
  margin: 0 auto;
}
.job01 .bubble-item .pic .fh {
  display: none;
}
.job01 .bubble-item .binfo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.job01 .bubble-item-text span {
  max-width: 130rem;
  text-align: center;
  font-size: 18rem;
  color: #e60012;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.job01 .bubble-item:hover {
  box-shadow: 0 -2px 7px rgba(68, 72, 121, 0.4);
  background-color: #e60012;
  color: #fff;
}
.job01 .bubble-item:hover .pic .f {
  display: none;
}
.job01 .bubble-item:hover .pic .fh {
  display: block;
}
.job01 .bubble-item-text--agent span {
  max-width: 1rem;
}
.job01 .js-active .bubble-item-1 {
  -webkit-animation: bubble-1 3s ease-in-out 0.8s infinite;
  animation: bubble-1 3s ease-in-out 0.8s infinite;
  width: 108rem;
  height: 108rem;
  top: 8%;
  left: 7%;
  background: url(/template/index/pc/css/../images/quan1.png) no-repeat center center;
  background-size: 100%;
  border: 0;
}
.job01 .js-active .bubble-item-2 {
  -webkit-animation: bubble-2 3s ease-in-out 0.5s infinite;
  animation: bubble-2 3s ease-in-out 0.5s infinite;
  width: 97rem;
  height: 97rem;
  top: 41%;
  left: 6%;
  background: url(/template/index/pc/css/../images/quan1.png) no-repeat center center;
  background-size: 100%;
  border: 0;
}
.job01 .js-active .bubble-item-3 {
  -webkit-animation: bubble-3 3s ease-in-out 0.2s infinite;
  animation: bubble-3 3s ease-in-out 0.2s infinite;
  width: 97rem;
  height: 97rem;
  bottom: 19%;
  left: 20.5%;
  background: url(/template/index/pc/css/../images/quan1.png) no-repeat center center;
  background-size: 100%;
  border: 0;
}
.job01 .js-active .bubble-item-4 {
  -webkit-animation: bubble-4 3s ease-in-out 1s infinite;
  animation: bubble-4 3s ease-in-out 1s infinite;
  width: 114rem;
  height: 114rem;
  bottom: 17%;
  left: 43%;
  background: url(/template/index/pc/css/../images/quan1.png) no-repeat center center;
  background-size: 100%;
  border: 0;
}
.job01 .js-active .bubble-item-5 {
  -webkit-animation: bubble-5 3s ease-in-out 0.1s infinite;
  animation: bubble-5 3s ease-in-out 0.1s infinite;
  width: 113rem;
  height: 113rem;
  top: 42%;
  right: 31.5%;
  background: url(/template/index/pc/css/../images/quan1.png) no-repeat center center;
  background-size: 100%;
  border: 0;
}
.job01 .js-active .bubble-item-6 {
  -webkit-animation: bubble-6 3s ease-in-out 0.3s infinite;
  animation: bubble-6 3s ease-in-out 0.3s infinite;
  width: 92rem;
  height: 92rem;
  top: 14.5%;
  right: 8.5%;
  background: url(/template/index/pc/css/../images/quan1.png) no-repeat center center;
  background-size: 100%;
  border: 0;
}
.job01 .js-active .bubble-item-7 {
  -webkit-animation: bubble-7 3s ease-in-out 0.1s infinite;
  animation: bubble-7 3s ease-in-out 0.1s infinite;
  width: 394rem;
  height: 394rem;
  top: 6%;
  left: 13%;
}
.job01 .js-active .bubble-item-8 {
  -webkit-animation: bubble-8 3s ease-in-out 0.7s infinite;
  animation: bubble-8 3s ease-in-out 0.7s infinite;
  width: 224rem;
  height: 224rem;
  bottom: 10%;
  left: 3.5%;
}
.job01 .js-active .bubble-item-9 {
  -webkit-animation: bubble-9 3s ease-in-out 0.1s infinite;
  animation: bubble-9 3s ease-in-out 0.1s infinite;
  width: 200rem;
  height: 200rem;
  top: 0;
  left: 39%;
}
.job01 .js-active .bubble-item-10 {
  -webkit-animation: bubble-10 3s ease-in-out 0.9s infinite;
  animation: bubble-10 3s ease-in-out 0.9s infinite;
  width: 224rem;
  height: 224rem;
  top: 31%;
  left: 42%;
}
.job01 .js-active .bubble-item-11 {
  -webkit-animation: bubble-11 3s ease-in-out 1.1s infinite;
  animation: bubble-11 3s ease-in-out 1.1s infinite;
  width: 208rem;
  height: 208rem;
  left: 28%;
  bottom: 5%;
}
.job01 .js-active .bubble-item-12 {
  -webkit-animation: bubble-12 3s ease-in-out 1.2s infinite;
  animation: bubble-12 3s ease-in-out 1.2s infinite;
  width: 232rem;
  height: 232rem;
  top: 6.5%;
  right: 28.5%;
}
.job01 .js-active .bubble-item-13 {
  -webkit-animation: bubble-13 3s ease-in-out 0.5s infinite;
  animation: bubble-13 3s ease-in-out 0.5s infinite;
  width: 258rem;
  height: 258rem;
  bottom: 0;
  right: 30%;
}
.job01 .js-active .bubble-item-14 {
  -webkit-animation: bubble-14 3s ease-in-out 0.65s infinite;
  animation: bubble-14 3s ease-in-out 0.65s infinite;
  width: 172rem;
  height: 172rem;
  top: 4%;
  right: 16%;
  background: url(/template/index/pc/css/../images/quan2.png) no-repeat center center;
  background-size: 100%;
  border: 0;
}
.job01 .js-active .bubble-item-15 {
  -webkit-animation: bubble-15 3s ease-in-out 0.3s infinite;
  animation: bubble-15 3s ease-in-out 0.3s infinite;
  width: 374rem;
  height: 374rem;
  right: 4%;
  bottom: 14%;
}
.job02 {
  padding: 112rem 0 135rem 0;
  background-color: #f7f7f7;
}
.job02 .home-title {
  text-align: center;
}
.job02 .home-p {
  text-align: center;
  font-size: 18rem;
  line-height: 27rem;
  color: #76777a;
  margin: 25rem 0 52rem 0;
}
.job02 .list ul {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.job02 .list ul li {
  display: inline-block;
  vertical-align: top;
}
.job02 .list ul li a {
  font-size: 18rem;
  padding-bottom: 6rem;
  font-weight: bold;
  color: #3c3c3c;
  display: inline-block;
  border-bottom: 3rem solid #f7f7f7;
}
@media (min-width: 1025px) {
  .job02 .list ul li:hover a {
    border-bottom: 3rem solid #e60012;
  }
}
.job02 .list ul .slick-current li a {
  border-bottom: 3rem solid #e60012;
}
.job02 .show {
  margin-top: 46rem;
  padding: 0 55rem;
  position: relative;
}
.job02 .show .slick-next,
.job02 .show .slick-prev {
  width: 40rem;
  height: 40rem;
  margin-top: -20rem;
  border-radius: 50%;
}
.job02 .show .slick-prev {
  left: 0;
  background: rgba(88, 88, 88, 0.57) url(../images/left1.png) no-repeat center center !important;
  background-size: 10rem !important;
}
.job02 .show .slick-next {
  right: 0;
  left: auto;
  background: rgba(88, 88, 88, 0.57) url(../images/right1.png) no-repeat center center !important;
  background-size: 10rem !important;
}
.job02 .show .slick-prev:before {
  content: '';
}
.job02 .show .slick-next:before {
  content: '';
}
.job02 .show .info {
  position: relative;
  padding: 50rem 150rem;
  background-color: #e2e2e2;
}
.job02 .show .info .box {
  position: relative;
  min-height: 330rem;
  padding-left: 377rem;
}
.job02 .show .info .pic {
  width: 290rem;
  position: absolute;
  top: 0;
  left: 0;
}
.job02 .show .info .pic:after {
  padding-bottom: 113.79310345%;
}
.job02 .show .info .text {
  padding-top: 72rem;
}
.job02 .show .info .text .bt {
  font-size: 24rem;
  margin-bottom: 36rem;
  color: #333333;
}
.job02 .show .info .text .p {
  font-size: 16rem;
  line-height: 32rem;
  color: #333333;
}



@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url('/template/index/pc/css/../font/YouSheBiaoTiHei.ttf') format('truetype');

}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url(/template/index/pc/css/../font/Montserrat-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('/template/index/pc/css//template/index/pc/css/../font/Oswald-Bold.woff2') format('woff2'), url('/template/index/pc/css/../font/Oswald-Bold.woff') format('woff'), url('/template/index/pc/css/../font/Oswald-Bold.ttf') format('truetype'), url('/template/index/pc/css/../font/Oswald-Bold.eot') format('embedded-opentype'), url('/template/index/pc/css/../font/Oswald-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('/template/index/pc/css//template/index/pc/css/../font/Montserrat-Bold.woff2') format('woff2'), url('/template/index/pc/css/../font/Montserrat-Bold.woff') format('woff'), url('/template/index/pc/css/../font/Montserrat-Bold.ttf') format('truetype'), url('/template/index/pc/css/../font/Montserrat-Bold.eot') format('embedded-opentype'), url('/template/index/pc/css/../font/Montserrat-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('/template/index/pc/css//template/index/pc/css/../font/Poppins-Regular.woff2') format('woff2'), url('/template/index/pc/css/../font/Poppins-Regular.woff') format('woff'), url('/template/index/pc/css/../font/Poppins-Regular.ttf') format('truetype'), url('/template/index/pc/css/../font/Poppins-Regular.eot') format('embedded-opentype'), url('/template/index/pc/css/../font/Poppins-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('/template/index/pc/css//template/index/pc/css/../font/Poppins-Bold.woff2') format('woff2'), url('/template/index/pc/css/../font/Poppins-Bold.woff') format('woff'), url('/template/index/pc/css/../font/Poppins-Bold.ttf') format('truetype'), url('/template/index/pc/css/../font/Poppins-Bold.eot') format('embedded-opentype'), url('/template/index/pc/css/../font/Poppins-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#section-footer .fp-tableCell {
  display: block;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38rem;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 55%;
  opacity: 1;
  width: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 70px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
  content: '';
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 5px;
  display: none;
  background: #fff;
  position: absolute;
  transition: all 334ms ease;
  -webkit-transition: all 334ms ease;
}
#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
  width: 20px;
  left: 24px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  border: 0;
  color: #fff;
  font-size: 0;
  font-family: arial;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: solid 2px #fff;
  border-radius: 100%;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #fff;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dots {
  position: absolute;
  bottom: 46px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
@keyframes slideUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.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;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes pulsed {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(2, 2, 2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bubble-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, -7px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, -7px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(2px, 2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(2px, 2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-4 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, -3px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-4 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, -3px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-5 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-5 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-6 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, 6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-6 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, 6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-7 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-7 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-8 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, 4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-8 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, 4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-9 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-9 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-10 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, -4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-10 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1px, -4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-11 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-11 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-12 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, -7px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-12 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1px, -7px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-13 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-13 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-14 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-14 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-15 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bubble-15 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0px, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .container,
  .container01,
  .container02 {
    width: 100%;
    padding: 0 15px;
    max-width: 750px;
  }
  .header1 {
    height: 60px;
    width: 100%;
    padding-top: 15px;
  }
  .header1 .nav {
    display: none;
  }
  .header1 .header-right .menu {
    display: block;
  }
  .header1 .header-right .bottom {
    display: none;
  }
  .header1 .header-right {
    padding-top: 0;
    float: right;
  }
  .header1 .logo {
    padding-left: 0;
    float: left;
  }
  .header1 .logo a img {
    width: 75px;
  }
  .header {
    height: 60px;
    width: 100%;
    padding-top: 15px;
  }
  .header .nav {
    display: none;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .bottom {
    display: none;
  }
  .header .header-right {
    padding-top: 0;
    float: right;
  }
  .header .logo {
    padding-left: 0;
    float: left;
  }
  .header .logo a img {
    width: 75px;
  }
  .footer-copyright {
    padding: 10px 0;
    font-size: 12px;
  }
  .footer-top {
    padding: 20px 0 10px 0;
  }
  .footer-top .h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-top .input input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 10px;
    float: none;
  }
  .footer-top .input a {
    width: 100px;
    height: 40px;
    background-size: 22px;
    position: relative;
    top: auto;
    right: auto;
  }
  .footer-top .input {
    width: 100%;
    padding-top: 20px;
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-list {
    display: none;
  }
  .footer-bottom .footer-left .img {
    width: 100px;
    margin-bottom: 20px;
  }
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-bottom .footer-left .f2 a {
    font-size: 14px;
    line-height: 22px;
    background-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .footer-bottom .footer-left .f3 p {
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    background: url(/template/index/pc/css/../images/f03.png) no-repeat left 4px;
    background-size: 14px;
  }
  .footer-bottom .footer-left .socialMedia {
    margin-top: 20px;
  }
  .footer-bottom .footer-left .socialMedia .list .icon {
    width: 40px;
    height: 40px;
  }
  .footer-bottom .footer-left .socialMedia .list .down .ewm {
    width: 100px;
    padding: 5px;
  }
  .footer-bottom .footer-left .socialMedia .list .down {
    font-size: 14px;
    width: 200px;
    padding-bottom: 10px;
  }
  .second-nav ul li a {
    min-width: 100px;
    max-width: 200px;
    padding: 0 20px;
    line-height: 36px;
    font-size: 14px;
  }
  .second-nav ul li {
    margin: 0 5px;
    margin-bottom: 5px;
  }
  .prolist1 {
    margin: 0 -10px;
    padding-top: 30px;
  }
  .prolist1 li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .prolist1 li .text {
    padding-top: 10px;
  }
  .prolist1 li .text .bt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .prolist1 li .text .jsh {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
  }
  .prolist1 li .text .more3 a {
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .content {
    min-height: 400px;
    padding: 40px 0;
  }
  .current {
    font-size: 14px;
  }
  .current img {
    width: 15px;
    margin-right: 4px;
    margin-top: 5px;
  }
  .current span {
    padding: 10px 0;
    font-size: 12px;
    line-height: 25px;
  }
  .current span a,
  .current span b {
    margin: 0 5px;
  }
  .product-top {
    padding: 20px 0;
  }
  .product-top {
    padding: 20px 0;
  }
  .product-top .text {
    padding-top: 20px;
  }
  .product-top .text .h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .product-top .text .p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .product-top .text .more1 a {
    font-size: 14px;
  }
  .product-list ul li a {
    font-size: 14px;
    width: 120px;
    line-height: 40px;
  }
  .item-title {
    font-size: 20px;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 2px solid #982223;
  }
  .item-p {
    font-size: 14px;
    line-height: 25px;
  }
  .product03 {
    padding: 40px 0;
  }
  .product03 .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .product03 .item ul {
    font-size: 0;
    width: 100%;
    margin: 0 -6px;
    padding-top: 20px;
  }
  .product03 .item ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .product03 .item ul li .pic {
    width: 50px;
  }
  .product03 .item ul li .text {
    margin-top: 10px;
  }
  .product03 .item ul li .text h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .product03 .item ul li .text p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .home-title {
    font-size: 26px;
  }
  .related .related-bottom {
    padding-top: 20px;
  }
  .related .related-bottom .prolist1 {
    padding-bottom: 20px;
  }
  .contact02 .home-span {
    font-size: 16px;
    margin-top: 5px;
  }
  .contact02 .contact-bottom .left {
    width: 100%;
  }
  .contact02 .contact-bottom {
    padding: 20px 0 0 0;
  }
  .contact02 .right .bt {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    background-size: 17px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 20px;
  }
  .contact02 .contact-bottom .right {
    width: 100%;
  }
  .contact02 .contact-bottom .left .content-way li i {
    width: 30px;
    height: 30px;
  }
  .contact02 .contact-bottom .left .content-way li {
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .contact02 .contact-bottom .left .content-way li span h6 {
    font-size: 16px;
  }
  .contact02 .contact-bottom .left .content-way li span h5 {
    font-size: 14px;
    line-height: 22px;
    margin: 2px 0 0 0;
  }
  .contact02 .contact-bottom .left .content-way li span h5 a {
    font-size: 18px;
  }
  .contact02 #map {
    height: 260px;
  }
  .contact02 .content-form li .input2 {
    padding: 0 10px 0 77px;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
  }
  .contact02 .content-form li span {
    left: 10px;
    line-height: 40px;
    font-size: 12px;
  }
  .contact02 .content-form li {
    margin: 0 0 10px 0;
    font-size: 0;
    width: 100%;
    padding: 0;
  }
  .contact02 .content-form li .textarea1 {
    height: 100px;
    font-size: 14px;
    border-radius: 3px;
    padding: 14px;
  }
  .contact02 .content-form li .submit1 {
    font-size: 14px;
    height: 40px;
    border-radius: 2px;
  }
  .contact02 .contact-bottom .left .content-way li i.c1 {
    background-size: 13px;
  }
  .contact02 .contact-bottom .left .content-way li i.c2 {
    background-size: 14px;
  }
  .contact02 .contact-bottom .left .content-way li i.c3 {
    background-size: 13px;
  }
  .contact02 .contact-bottom .left .content-way li i.c4 {
    background-size: 10px;
  }
  .applist li .box .img {
    width: 100%;
    margin-left: 0;
  }
  .applist li .box .text {
    width: 100%;
    padding: 10px;
  }
  .applist li .box {
    display: block;
  }
  .applist {
    padding-top: 20px;
  }
  .applist li {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .applist li .box .text .title2 {
    line-height: 50px;
  }
  .applist li .box .text .title2 p {
    font-size: 40px;
  }
  .applist li .box .text .title2 h3 {
    font-size: 18px;
  }
  .applist li .box .text .p {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .applist li .box .text .more p {
    font-size: 14px;
    width: 100px;
    line-height: 34px;
  }
  .app-show .left {
    display: none;
  }
  .app-show .right {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .app-show .app-show-bottom {
    padding-top: 20px;
  }
  .zhichi-bottom {
    padding-top: 20px;
  }
  .faqs-show .list {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .faqs-show .list .title {
    font-size: 14px;
    line-height: 30px;
    padding: 0 23px 0 37px;
  }
  .faqs-show .list .wen {
    width: 20px;
    height: 20px;
    font-size: 14px;
    left: 6px;
    top: 5px;
  }
  .faqs-show .list .icon {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 0;
  }
  .faqs-show .list .icon:before {
    width: 9px;
    height: 1px;
  }
  .faqs-show .list .icon:after {
    width: 1px;
    height: 9px;
  }
  .faqs-show .list .info {
    padding: 9px 9px 9px 37px;
    background: url(/template/index/pc/css/../images/da.png) no-repeat 6px 13px;
    background-size: 20px;
  }
  .more2 a {
    font-size: 14px;
    width: 100px;
    line-height: 30px;
  }
  .service01 {
    padding: 40px 0;
  }
  .service01 .service-bottom {
    padding: 20px 0 0 0;
  }
  .service01 .service-bottom ul li {
    padding: 0 6px;
    margin-bottom: 12px;
    width: 100%;
  }
  .service01 .service-bottom ul li .box {
    padding: 20px;
  }
  .service01 .service-bottom ul li .pic {
    width: 45px;
  }
  .service01 .service-bottom ul li .text {
    padding-top: 10px;
  }
  .service01 .service-bottom ul li .text .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service01 .service-bottom ul li .text .jsh {
    font-size: 14px;
    line-height: 25px;
    min-height: 0;
    margin-bottom: 10px;
  }
  .service01 .service-bottom ul li .text .jsh a {
    font-size: 18px;
  }
  .service01 .service-bottom ul li .text .span {
    font-size: 14px;
    line-height: 22px;
    min-height: 0;
    margin-bottom: 20px;
  }
  .service01 .service-bottom ul li .text .p {
    font-size: 12px;
    line-height: 20px;
  }
  .service02 {
    padding: 20px 0;
  }
  .service02 .service-bottom {
    margin-top: 14px;
    padding: 20px;
  }
  .service02 .service-bottom ul {
    padding-bottom: 0;
  }
  .service02 {
    padding: 20px 0;
  }
  .service02 .service-bottom {
    margin-top: 14px;
    padding: 20px;
  }
  .service02 .service-bottom ul {
    padding-right: 0;
    padding-bottom: 0;
  }
  .service02 .service-bottom ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .service02 .service-bottom ul li .box {
    padding-left: 60px;
    height: 50px;
  }
  .service02 .service-bottom ul li .pic {
    width: 50px;
  }
  .service02 .service-bottom ul li .bt {
    font-size: 16px;
    line-height: 50px;
  }
  .service02 .service-bottom ul li .num {
    font-size: 30px;
    line-height: 40px;
    bottom: -15px;
    right: 10px;
  }
  .service02 .service-bottom ul .fw7 {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .service02 .service-bottom ul .fw7 .box {
    height: 50px;
    padding-left: 60px;
    padding-top: 0;
    text-align: left;
  }
  .service02 .service-bottom ul .fw7 .box .pic {
    left: 0;
    top: 0;
    margin-left: 0;
  }
  .service02 .tel a img {
    width: 200px;
  }
  .service02 .tel span {
    font-size: 14px;
    line-height: 22px;
  }
  .service02 .tel p {
    padding-left: 38px;
    background-size: 24px;
  }
  .service02 .tel {
    line-height: 44px;
    margin-top: 12px;
  }
  .service03 .service-bottom {
    padding-top: 20px;
  }
  .service03 ul li {
    width: 100%;
    padding: 0 6px;
    height: auto;
    margin-bottom: 12px;
    padding-top: 0 !important;
  }
  .service03 ul {
    margin: 0 -6px;
  }
  .service03 ul li .text {
    padding: 15px;
  }
  .service03 ul li .text:after {
    display: none;
  }
  .service03 ul li .text .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service03 ul li .text .p {
    font-size: 14px;
    line-height: 22px;
  }
  .service03 ul li span {
    display: none;
  }
  .news-show {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .news-show .info {
    padding: 25px 60px 70px 60px;
  }
  .news-show .info .h2 {
    margin-bottom: 50px;
  }
  .news-show .info .hspan {
    font-size: 14px;
    line-height: 25px;
    margin-top: 50px;
    padding: 26px 35px 40px 35px;
  }
  .news-show .info .hspan h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news-show .info .hspan h3:after {
    width: 100px;
    margin-left: 10px;
  }
  .h1 {
    font-size: 26px;
  }
  .news-p {
    font-size: 14px;
    line-height: 25px;
    padding-top: 45px;
    padding-bottom: 75px;
  }
  .news-p .h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .pagelist-news li a {
    font-size: 14px;
    line-height: 55px;
  }
  .return a {
    font-size: 14px;
    margin-top: 38px;
  }
  .related {
    padding-top: 53px;
  }
  .related .newslist {
    padding-top: 30px;
  }
  .related .newslist .slick-dots li {
    margin: 0 5px;
  }
  .news-show {
    padding-top: 0;
  }
  .news-show .info {
    padding: 20px;
  }
  .news-show .info .h2 {
    margin-bottom: 10px;
  }
  .h1 {
    font-size: 20px;
  }
  .news-show .info .hspan {
    margin-top: 20px;
    padding: 20px;
  }
  .news-p {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .return a {
    margin-top: 28px;
  }
  .news-show .info .h2 a {
    width: 23px;
    height: 23px;
  }
  .pagelist-news li a {
    padding-left: 66px;
  }
  .pagelist-news li a span {
    padding-right: 14px;
    background-size: 14px;
  }
  .pagelist-news li:nth-child(2n) span {
    background-size: 14px;
  }
  .return a {
    width: 111px;
    line-height: 36px;
    font-size: 16px;
  }
  .news-one {
    padding: 20px 0;
  }
  .news-one .pic {
    width: 100%;
    border-radius: 10px;
  }
  .news-one .list {
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
  }
  .news-one .list ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-one .list ul li a .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .news-one .list ul li a .bt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .nlist {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .nlist:after {
    top: 59px;
  }
  .nlist li a {
    font-size: 14px;
  }
  .nlist li a:after {
    width: 14px;
    height: 14px;
  }
  .nlist li a span {
    line-height: 38px;
    width: 79px;
    height: 43px;
    margin-bottom: 10px;
  }
  .nlist .slick-next,
  .nlist .slick-prev {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
  .nlist .slick-prev {
    background: url(/template/index/pc/css/../images/left.png) no-repeat center center !important;
    background-size: 10px !important;
  }
  .nlist .slick-next {
    background: url(/template/index/pc/css/../images/right.png) no-repeat center center !important;
    background-size: 10px !important;
  }
  .newslist1 ul {
    margin: 0 -6px;
  }
  .newslist1 ul li {
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .newslist1 ul li a {
    transition: 0.5s;
  }
  .newslist1 ul li a .box {
    padding-bottom: 10px;
  }
  .newslist1 ul li a .text {
    padding-top: 10px;
  }
  .newslist1 ul li a .date {
    font-size: 13px;
    margin-bottom: 0;
    background-size: 35px;
  }
  .newslist1 ul li a .bt {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
  }
  .newslist1 ul li a .p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 5px;
  }
  .job01 .p {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
  }
  .job01 .bubble-item {
    border: 1px solid #e60012;
    border-radius: 0;
    font-size: 16px;
    width: 48% !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    float: left;
    position: relative;
    height: 100px !important;
    margin: 0 1%;
    margin-bottom: 2%;
  }
  .job01 .bubble-item .pic {
    width: 36px;
  }
  .job01 .js-active .bubble-item-1,
  .job01 .js-active .bubble-item-2,
  .job01 .js-active .bubble-item-3,
  .job01 .js-active .bubble-item-4,
  .job01 .js-active .bubble-item-5,
  .job01 .js-active .bubble-item-6,
  .job01 .js-active .bubble-item-14 {
    display: none;
  }
  .job01 .js-active {
    padding-bottom: 0;
  }
  .job01 .bubble-chart__wrap {
    height: auto;
    margin-top: 20px;
  }
  .job01 {
    padding-bottom: 30px;
  }
  .job02 .home-p {
    font-size: 16px;
    line-height: 25px;
    margin: 20px 0;
  }
  .job02 .list ul li a {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .job02 .list ul {
    width: 100%;
  }
  .job02 .show {
    margin-top: 20px;
    padding: 0 30px;
  }
  .job02 .show .info {
    padding: 20px;
  }
  .job02 .show .info .box {
    min-height: 171px;
    padding-left: 170px;
  }
  .job02 .show .info .pic {
    width: 150px;
  }
  .job02 .show .info .text {
    padding-top: 10px;
  }
  .job02 .show .info .text .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .job02 .show .info .text .p {
    font-size: 14px;
    line-height: 25px;
  }
  .job02 .show .info .box {
    min-height: 171px;
  }
  .banner {
    height: auto;
  }
  .banner .img {
    height: auto;
    background: none !important;
  }
  .banner .img img {
    display: block;
  }
  .download .list {
    padding: 20px 0 0 0;
  }
  .download .list ul {
    margin: 0 -6px;
  }
  .download .list ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .download .list ul li a {
    padding: 14px;
  }
  .download .list ul li .text .bt {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 5px;
  }
  .download .list ul li .text .span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .download .list ul li .text .more span {
    width: 116px;
    line-height: 35px;
    font-size: 14px;
    background-size: 10px;
    padding-right: 26px;
  }
  .culture01 .span {
    font-size: 30px;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 15px 15px 15px;
  }
  .culture01 ul {
    display: block;
  }
  .culture01 ul li {
    width: 100%;
    padding: 0 10px 10px 10px;
  }
  .culture01 ul li .img {
    height: 300px;
    border-radius: 10px;
  }
  .culture01 ul li .img .text {
    width: 100%;
    padding: 0 10px 10px 10px;
  }
  .culture01 ul li .img .bt {
    font-size: 20px;
  }
  .culture01 ul li .img .p {
    font-size: 14px;
    height: auto;
    line-height: 25px;
    opacity: 1;
    margin-top: 5px;
  }
  .culture02 {
    padding: 40px 0;
  }
  .culture02 .culture-bottom {
    padding-top: 20px;
  }
  .culture02 ul {
    height: auto;
  }
  .culture02 ul li {
    position: relative;
    float: left;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    padding: 0 5px;
    margin-bottom: 10px;
    height: auto !important;
    background: none !important;
  }
  .culture02 ul li .pic {
    width: 35px;
  }
  .culture02 ul li .text .bt {
    font-size: 18px;
  }
  .culture02 ul li .text .p {
    font-size: 14px;
    line-height: 25px;
    min-height: 0;
  }
  .culture02 ul li .box {
    padding: 20px !important;
    border: 1px solid #f9f9f9;
  }
  .contact01 {
    padding: 40px 0;
  }
  .contact01 .contact-list {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .contact01 .contact-list ul {
    width: 100%;
  }
  .contact01 .contact-list ul li {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    padding-left: 30px;
  }
  .contact01 .contact-list ul li .pic {
    width: 20px;
    top: 10px;
  }
  .contact01 .contact-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-add {
    padding: 20px;
    border-bottom: 4px solid #c30202;
    background-size: 100px;
  }
  .contact-add .bt {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .contact-add .span {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact-add ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-add ul li .h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contact-add ul li .p {
    font-size: 14px;
    line-height: 24px;
  }
  .caselist li .bt {
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
  }
  .caselist {
    margin: 0 -6px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .caselist li {
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .page a {
    line-height: 28px;
    padding: 0 10px;
    height: 30px;
    min-width: 30px;
    margin: 0 3px;
    font-size: 14px;
    border: solid 1px #b2b2b2;
  }
  .app-show .right .item {
    margin-bottom: 20px;
  }
  .app-show .right .item .t {
    width: 100%;
    padding-top: 0;
  }
  .app-show .right .item .img {
    width: 100%;
  }
  .app-show .right .ca_data_xqw li {
    width: 100%;
    margin-bottom: 15px;
  }
  .app-show .right .ca_data_xqw li .pic {
    width: 100px;
    top: 10px;
    left: 10px;
  }
  .app-show .right .ca_data_xqw li .box {
    min-height: 120px;
    padding-left: 130px;
    padding-top: 10px;
    padding-right: 10px;
  }
  .app-show .right .ca_data_xqw li .text h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .app-show .right .ca_data_xqw li .text p {
    font-size: 14px;
    line-height: 25px;
  }
  .app-show .right .ca_data_fabox li {
    margin-bottom: 15px;
  }
  .app-show .right .ca_data_fabox li .box {
    padding: 10px;
  }
  .app-show .right .ca_data_fabox li .pic {
    width: 100%;
    border: solid 1px #e5e5e5;
  }
  .app-show .right .ca_data_fabox li .text {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
  .app-show .right .ca_data_fabox li .text h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .app-show .right .ca_data_fabox li .text h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .app-show .right .ca_data_fabox li .text .p {
    margin-bottom: 10px;
  }
  .app-show .right .ca_data_fabox li .text .p .li {
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 25px;
    background: url(/template/index/pc/css/../images/dui1.png) no-repeat left 6px;
    background-size: 14px;
  }
  .app-show .right .ca_data_fabox li .text a {
    line-height: 30px;
    font-size: 14px;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .info {
    width: 100%;
    background: url(/template/index/pc/css/../images/1878.png) no-repeat top right;
    background-size: 50px;
  }
  .about01 .info .about-bottom {
    font-size: 14px;
    line-height: 25px;
    padding-top: 20px;
  }
  .about02 {
    padding: 40px 0;
  }
  .about02 .about-bottom {
    padding-top: 20px;
  }
  .about02 .about-bottom .left {
    display: none;
  }
  .about02 .about-bottom .mySwiper2 {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
    height: auto;
    overflow: auto;
  }
  .about02 .about-bottom .mySwiper2 .swiper-wrapper{
	      transform: none !important;
  }
  .about02 .about-bottom .mySwiper2 .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about02 .about-bottom .mySwiper2 .bt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .about02 .about-bottom .mySwiper2 .p {
    font-size: 14px;
    line-height: 25px;
  }
  .about03 .main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding-right: 0;
    padding: 30px;
  }
  .about03 {
    height: auto;
  }
  .about03 .main .home-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .about03 .main .text {
    font-size: 14px;
    line-height: 25px;
  }
  .about03 {
    height: auto;
    position: relative;
  }
  .about03 .date3 {
    margin-top: 20px;
    font-size: 0;
  }
  .about03 .date3 li {
    padding: 0 20px;
    width: 33.33333333%;
  }
  .about03 .date3 li span {
    font-size: 14px;
    line-height: 30px;
  }
  .about03 .date3 li h3 {
    margin: 0;
    font-size: 20px;
  }
  .about03 .date3 li h3 strong {
    font-size: 34px;
  }
  .about03 .date3 li h3 i {
    font-size: 20px;
  }
  .about03 .date3 li:first-child {
    padding: 0 20px 0 0px;
  }
  .about03 .mbshow {
    display: block;
  }
  .about03 .pcshow {
    display: none;
  }
  .about04 {
    padding: 40px 0;
  }
  .about04 .more a {
    width: 100px;
    line-height: 30px;
    font-size: 14px;
  }
  .home-partner .home-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-partner .home-bottom ul li {
    margin-bottom: 5px;
    width: 33.3333333%;
  }
  .home-partner .home-bottom ul li .pic {
    max-width: 100%;
  }
  .banner .banner-hover1 .info {
    padding: 15px;
  }
  .banner .banner-hover1 .img2 {
    margin-top: 0;
  }
  .banner .banner-hover1 .span {
    font-size: 18px;
  }
  .banner .banner-hover1 .bt {
    font-size: 40px;
    line-height: 50px;
  }
  .banner .banner-hover1 .p {
    font-size: 16px;
  }
  .banner .banner-hover2 {
    transform: translateY(-40%);
    padding-left: 0;
  }
  .xia a {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
  .section {
    height: auto;
  }
  .bg {
    padding-top: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bg img {
    display: block;
  }
  .home {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
    padding-top: 0;
    padding: 40px 0;
    z-index: 4;
  }
  .banner .banner-hover .info {
    padding: 0 20px;
  }
  .banner .banner-hover .span {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .banner .banner-hover .bt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .banner .banner-hover .bt sup {
    font-size: 12px;
  }
  .banner .banner-hover .p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .more a {
    width: 130px;
    line-height: 40px;
    font-size: 14px;
  }
  .more a span {
    width: 22px;
    height: 9px;
    margin-left: 5px;
  }
  .home-product .home-top .more1 {
    margin-top: 10px;
  }
  .more1 a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .more1 p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .prolist li .box {
    padding: 12px;
  }
  .prolist li .bt {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 0 63px 0 10px;
  }
  .prolist li .bt span {
    font-size: 14px;
    letter-spacing: 1px;
    right: 0;
  }
  .home-app .home-bottom {
    margin-bottom: 0;
	padding-top: 20px;
  }
  .home-app {
	  padding-top:0;
    padding-bottom: 40px;
  }
	.home-app .home-top{
		display:block;
	}  
  .home-app .left {
    display: none;
  }
  .home-app .right {
    width: 100%;
    padding-top: 0;
    position: relative;
    top: auto;
    left: 0;
  }
  .home-app .right .text {
    padding: 15px;
  }
  .home-app .right .text .more {
    width: 30px;
    height: 30px;
    background-size: 20px;
    margin-bottom: 10px;
  }
  .home-app .right .text .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-app .right .text .p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .home-about {
    background: url(/template/index/pc/css/../images/bg1.jpg) no-repeat center center;
    background-size: cover;
  }
  .home-about .home-p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home-about ul {
    margin: 0 -10px;
    padding-bottom: 20px;
  }
  .home-about ul li {
    width: auto;
    padding: 0 10px;
    margin-right: 20px;
  }
  .home-about ul li p {
    font-size: 14px;
    line-height: 30px;
  }
  .home-about ul li .t1 .counter {
    font-size: 30px;
  }
  .home-about ul li .t1 em {
    font-size: 20px;
  }
  .home-about ul li:nth-child(1) {
    width: auto;
  }
  .home-about ul li:nth-child(2) {
    width: auto;
  }
  .home-about ul li:nth-child(3) {
    width: auto;
  }
  .home-news .home-bottom {
    padding-top: 20px;
  }
  .newslist li .pic span {
    bottom: 5px;
    left: 5px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 10px;
    letter-spacing: 1px;
  }
  .newslist {
    margin: 0 -6px;
  }
  .newslist li {
    padding: 0 6px;
  }
  .newslist li .text {
    padding-top: 10px;
  }
  .newslist li .text {
    padding-top: 10px;
  }
  .newslist li .text .bt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 10px;
  }
  .newslist li .text .jsh {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
  }
  .home-partner {
    background: url(/template/index/pc/css/../images/bg2.jpg) no-repeat bottom center;
    background-size: cover;
  }
  .home-product .home-bottom .left {
    width: 100%;
  }
  .home-product .home-bottom .left .tit{
	position: relative;
	background: none;
	color: #000;
	font-size: 22px;
	padding: 0;
	line-height: 46px;
  }
  .home-product .home-bottom .right {
    width: 100%;
    /* padding-top: 20px; */
  }
  .prolist {
    margin: 0 -5px;
  }
  .prolist li {
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: center;
  }
  .home-about:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
  .home-about .container {
    position: relative;
    z-index: 3;
  }
  .header1 {
    position: relative;
    left: auto;
    top: auto;
  }
  .service02 {
    background-size: 1000px;
  }
  .contact01 {
    background-size: cover;
  }
  .job02 .show .slick-next,
  .job02 .show .slick-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 50%;
  }
  .job02 .show .slick-prev {
    background-size: 7px !important;
  }
  .job02 .show .slick-next {
    background-size: 7px !important;
  }
  .sitemap ul {
    padding-top: 20px;
  }
  .sitemap li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top {
    font-size: 16px;
  }
  .sitemap li .bot {
    margin-top: 10px;
  }
  .sitemap li .bot a {
    font-size: 14px;
    margin-right: 10px;
  }
  .sitemap li .bot p {
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .prolist1 li {
    width: 100%;
  }
  .product-top .img {
    width: 100%;
  }
  .product-top .text {
    width: 100%;
    padding-bottom: 20px;
  }
  .product03 .item ul li {
    width: 100%;
  }
  .contact02 .contact-bottom .left .content-way li {
    width: 100%;
  }
  .contact02 .contact-bottom .left .content-way li::after {
    display: none;
  }
  .newslist1 ul li {
    width: 100%;
  }
  .job02 .show .info .pic {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  .job02 .show .info .box {
    padding-left: 0;
  }
  .download .list ul li {
    width: 100%;
  }
  .caselist li {
    width: 100%;
  }
  .newslist li {
    width: 100%;
    margin-bottom: 20px;
  }
  .newslist li .text .bt {
    max-height: 60px;
    height: auto;
  }
  .prolist li {
    width: 100%;
  }
  .prolist li .pic {
    width: 100%;
  }
  .home-app .right .text {
    position: relative;
    bottom: auto;
    padding: 15px 0 0 0;
  }
  .home-app .right .text .bt {
    color: #333;
  }
  .home-app .right .text .p {
    color: #666;
  }
  .banner .banner-hover .span {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .banner .banner-hover .bt {
    font-size: 16px;
  }
  .banner .banner-hover .info {
    padding: 0;
  }
  .product-top .text {
    padding-top: 0;
  }
}


.header3{
	position: fixed;
	top:-100%;
	left:0;
	width:100%; 
}
.header4{
	top:0;
}

.headerFixed{
	position: fixed;
	top:0;
	left:0;
	width:100%; 
}

.height{
	height:1px;
	width:100%;
	position: absolute;
	top:-100rem;
}





.video-popup {
  position: fixed;
  z-index: 1999;
  width: 690px; 
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  -webkit-overflow-scrolling: touch;
}
.video-popup .box {
  height: 100%;
  padding: 60px 55px 52px 55px;
  background: #ffffff;
}
.video-popup .box ul {
  overflow: hidden;
  margin-left: -14px;
  margin-right: -14px;
  /*margin-bottom: 39px;*/
}
.video-popup .box ul li {
  position: relative;
  margin-bottom: 19px;
  width: 50%;
  float: left;
  padding-left: 14px;
  padding-right: 14px;
}
.video-popup .box input {
  width: 100%;
  height: 45px;
  padding: 0 24px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}

.video-popup .box textarea {
  width: 100%;
  height: 100px;
  padding: 0 24px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}

.video-popup .box input::-webkit-input-placeholder {
  color: #666666;
}
.video-popup .box input:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.video-popup .box input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.video-popup .box input:-ms-input-placeholder {
  color: #666666;
}

.video-popup .box textarea::-webkit-input-placeholder {
  color: #666666;
}
.video-popup .box textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.video-popup .box textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.video-popup .box textarea:-ms-input-placeholder {
  color: #666666;
}

.video-popup .box p {
  text-align: center;
}
.video-popup .box .submit {
  border-radius: 30px;
  color: #fff;
  text-align: center;
  width: 140px;
  height: 39px;
  line-height: 39px;
  background:#cb1423;
  display: block;
  margin: 8px auto 0 auto;
}
@media (min-width: 1025px) {
  .video-popup .box .submit:hover {
    background:#cb1423;
    color: #fff;
  }
}
.video-popup .close {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(/template/index/pc/css/../images/closed.png) no-repeat center center;
  background-size: 16px;
}
.home-app .left{
	position: relative;
}
.home-app .left .list{
	height:480rem;  
	margin:20rem 0;
	padding:0;
}

@media (max-width: 768px) {
  .video-popup {
    width: 96%;
    height: auto;
  }
  .video-popup1 {
    width: 96%;
  }
  .video-popup .box {
    padding: 40px 20px;
  }
  .video-popup .box ul li {
    width: 100%;
  }
  .video-popup .box ul {
    margin-bottom: 15px;
  }
}
.inmain {
	position: relative;
}

#maodian {
  position: absolute;
  height: 0;
  top: -160px;
}

@media (max-width: 480px) {
  .product-list ul li a {
    width: 100px;
  }
}


.news-show2 .info2 .left{
	width:65%;
	float:left;
}
.news-show2 .info2 .right{
	width:35%;
	float:right;
	padding-left:30rem;
}
.news-show2 .info2 .right h3{
	font-size: 20rem;
    font-weight: bold;
    color: #cb1423;
    margin-bottom: 14rem;
}
.news-show2 .info2 .right .list ul li{
	border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20rem;
    margin-bottom: 20rem;
}
.news-show2 .info2 .right .list ul li a .date{
	font-size: 13rem;
    margin-bottom: 33rem;
    color: #cb1423;
}
.news-show2 .info2 .right .list ul li a .bt{
	font-size: 22rem;
    height: 72rem;
    overflow: hidden;
    color: #030f1b;
}
.news-show2 .info2 .right .list ul li:hover a .bt{
	color: #cb1423;
}

.news-p img{
	display:inline-block;
}

@media(max-width:1023px){
	.news-show2 .info2 .left{
		width:100%;
	}
	.news-show2 .info2 .right{
		width:100%;
		margin-top:20px;
		padding-left:0;
	}
	.news-show .info .h2{
		font-size:12px;
	}
	.news-show2 .info2 .right h3{
		font-size:22px;
		margin-bottom: 20px;
	}
	.news-show2 .info2 .right .list ul li a .date{
		font-size:12px;
	}
	.news-show2 .info2 .right .list ul li a .bt{
		font-size:18px;
		height:54px;
	}
}

.prolist1 li:hover .text .jsh{
	height: auto;
}

.page a.home,.page a.last{
	position: relative;
    width: auto;
	top:0;
	left:0;
	transform: translateY(0%);
}
.page span{
	height:36px;
	line-height:36px;
	color:#333333;
	border:0;
}
.page span .color{
	color:#f00;
	font-size:16px;
	font-weight: bold;
}