@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#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;
  min-width: 1260px;
  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: 1440rem;
}
#container {
  overflow: hidden;
  background: #3d3a3b;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../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(../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: #df7805;
  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 li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top {
  font-size: 20rem;
  color: #df7805;
  font-weight: bold;
}
.sitemap li .top:hover {
  color: #df7805;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #f9f9f9;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: #df7805;
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.header {
  height: 100rem;
  width: 100%;
  z-index: 777;
  transition: 0.7s;
  position: absolute;
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
}
.header .logo {
  padding: 0;
  float: left;
  margin-top: 25rem;
  transition: 0.2s;
  margin-left: -44rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 177rem;
  z-index: 5;
  transition: 0.5s;
}
.header .header-right {
  float: right;
  margin-right: -162rem;
  padding-top: 28rem;
  /*搜索*/
}
.header .header-right .zhenwei {
  float: right;
}
.header .header-right .zhenwei a {
  width: 128rem;
  line-height: 42rem;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 21rem;
  text-align: center;
  font-size: 16rem;
  display: block;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .header .header-right .zhenwei a:hover {
    background: #df7805;
  }
}
.header .header-right .menu {
  display: none;
  float: right;
  margin-left: 10px;
}
.header .header-right .menu a {
  display: block;
  font-size: 0;
  color: rgba(23, 26, 32, 0.8);
  position: relative;
  z-index: 1;
  width: 26px;
  height: 30px;
  background: url("../images/daohang.png") no-repeat center center;
  background-size: 26px;
}
.header .header-right .search-main {
  float: right;
  position: relative;
  margin-left: 12rem;
}
.header .header-right .search-main .form-control {
  text-align: left;
  border: 0;
  width: 218rem;
  height: 42rem;
  background: rgba(255, 255, 255, 0.12);
  font-size: 16rem;
  color: #d4d4d4;
  vertical-align: top;
  padding: 0 20rem;
  border-radius: 30rem;
  -webkit-appearance: none;
}
.header .header-right .search-main .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 52rem;
  height: 42rem;
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  background-size: 19rem;
}
.nav {
  float: right;
  margin-right: 30rem;
  transition: 0.2s;
}
.nav ul li {
  text-align: center;
  float: left;
  margin-left: 61rem;
  position: relative;
}
.nav ul li a {
  display: block;
  font-size: 16rem;
  line-height: 42rem;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.nav ul li .subnav {
  width: 200px;
  position: absolute;
  top: 42rem;
  left: 50%;
  margin-left: -100px;
  display: none;
  padding: 28rem 10rem;
  z-index: 333;
  box-shadow: 0 8px 16px -16px rgba(0, 0, 0, 0.16);
}
.nav ul li .subnav ul {
  background: #fff;
  overflow: hidden;
  width: 100%;
  float: none;
  padding: 10rem;
}
.nav ul li .subnav ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.nav ul li .subnav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15rem;
  text-align: left;
  color: #000;
  padding: 0 20rem;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    background: #df7805;
    color: #fff;
  }
}
.nav ul li:hover a {
  color: #df7805;
}
.nav ul .active a {
  color: #df7805;
}
.banner {
  color: #fff;
  text-align: left;
  position: relative;
}
.banner .slick-slide {
  overflow: hidden;
}
.banner .slick-slide > div {
  overflow: hidden;
}
.banner .item {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.banner .img {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.banner .img img {
  display: none;
}
.banner .banner-hover {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
}
.banner .banner-hover .span {
  font-family: 'Roboto-Thin';
  font-size: 16rem;
  line-height: 37rem;
  letter-spacing: 5rem;
  color: #ffffff;
}
.banner .banner-hover .bt {
  font-size: 60rem;
  font-weight: bold;
  letter-spacing: 16rem;
  line-height: 70rem;
  margin-bottom: 33rem;
  color: #ffffff;
}
.banner .banner-hover .p {
  font-family: 'Oswald-Bold';
  font-size: 50rem;
  line-height: 55rem;
  color: #ef7e00;
  margin-bottom: 60rem;
}
.banner .banner-hover .p span {
  font-size: 41rem;
  border-top: 2px solid #ef7e00;
  border-bottom: 2px solid #ef7e00;
  padding: 0 27rem;
  display: inline-block;
  vertical-align: top;
}
.banner .slick-dots {
  bottom: 37rem;
}
.banner .slick-dots li {
  margin: 0 5px;
}
.banner .slick-dots li button:before {
  background: #fff;
}
.banner .slick-dots li.slick-active {
  width: 40px;
}
.banner .slick-dots li.slick-active button {
  width: 40px;
}
.banner .slick-dots li.slick-active button:before {
  width: 40px;
  border-radius: 30px;
}
.more a,
.more p {
  width: 127rem;
  line-height: 41rem;
  background-color: #df7805;
  font-size: 16rem;
  color: #ffffff;
  display: block;
  text-align: center;
}
.more a:hover {
  background: #ba6404;
}
.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 .banner .banner-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-product .home-bottom {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-application .home-bottom {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-jishu .home-bottom {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-fuwu .home-bottom {
  -webkit-animation: fadeInLeft2 2s alternate;
  animation: fadeInLeft2 2s alternate;
}
.active .home-fuwu .right {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.active .banner .slick-current .banner-hover .span {
  -webkit-animation: fadeInLeft2 2s alternate;
  animation: fadeInLeft2 2s alternate;
}
.active .banner .slick-current .banner-hover .bt {
  -webkit-animation: fadeInLeft2 2.5s alternate;
  animation: fadeInLeft2 2.5s alternate;
}
.active .banner .slick-current .banner-hover .p {
  -webkit-animation: fadeInLeft2 3s alternate;
  animation: fadeInLeft2 3s alternate;
}
.active .banner .slick-current .banner-hover .more {
  -webkit-animation: fadeInLeft2 3.5s alternate;
  animation: fadeInLeft2 3.5s alternate;
}
@media (max-width: 1920px) and (max-height: 1080px) {
  .banner .banner-hover {
    bottom: 45%;
  }
}
@media (max-width: 1920px) and (max-height: 960px) {
  .banner .banner-hover {
    bottom: 50%;
  }
}
@media (max-width: 1600px) and (max-height: 900px) {
  .banner .banner-hover {
    bottom: 52%;
  }
}
#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: #df7805;
  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(../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 {
  text-align: center;
  position: relative;
}
.home-title h3 {
  font-size: 28rem;
  font-weight: bold;
  line-height: 34rem;
  position: relative;
  z-index: 3;
  color: #ef7e00;
  background: url("../images/dot.png") no-repeat top right;
  padding-right: 23rem;
  display: inline-block;
}
.home-title span {
  display: block;
  font-size: 50rem;
  font-weight: bold;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.home-title p {
  text-stroke: 1px rgba(239, 126, 0, 0.21);
  -webkit-text-stroke: 1px rgba(239, 126, 0, 0.21);
  font-family: Oswald-Bold;
  font-size: 120rem;
  color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  line-height: 100rem;
}
.home-product .home-bottom {
  padding-top: 37rem;
}
.home-product .container {
  width: 1640rem;
}
.fsbanner li {
  float: left;
  width: 10.66666666666667%;
  transition: 0.5s;
}
.fsbanner li .box {
  height: 700rem;
  position: relative;
}
.fsbanner li .box .fenmian {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 1;
  text-align: center;
}
.fsbanner li .box .fenmian:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.49);
}
.fsbanner li .box .fenmian .bt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40rem;
  font-size: 30rem;
  font-weight: bold;
  line-height: 45rem;
  letter-spacing: 20rem;
  color: #df7805;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.fsbanner li .box .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
  padding: 89rem 53rem;
}
.fsbanner li .box .text .bt {
  margin-bottom: 22rem;
}
.fsbanner li .box .text .bt a {
  font-size: 30rem;
  font-weight: bold;
  line-height: 45rem;
  color: #ef7e00;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fsbanner li .box .text .jsh {
  height: 190rem;
  overflow: hidden;
  margin-bottom: 106rem;
}
.fsbanner li .box .text .jsh p a {
  font-size: 16rem;
  line-height: 38rem;
  color: #393d48;
  display: block;
  background: url("../images/dot1.png") no-repeat center left;
  padding-left: 20rem;
}
@media (min-width: 1025px) {
  .fsbanner li .box .text .jsh p a:hover {
    background: url("../images/dot1h.png") no-repeat center left;
    color: #df7805;
  }
}
.fsbanner li:nth-child(2n) .box .fenmian:before {
  background: rgba(57, 54, 55, 0.49);
}
.fsbanner .active {
  width: 68%;
}
.fsbanner .active .box .text {
  display: block;
}
.fsbanner .active .box .fenmian:before {
  display: none;
}
.fsbanner .active .box .fenmian .bt {
  display: none;
}
.bgs li {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home-application .home-bottom {
  padding-top: 140rem;
}
.home-application .menuTabs li,
.home-application .menuTabs .noHas {
  width: 20%;
  float: left;
}
.home-application .menuTabs .box {
  height: 359rem;
  color: #fff;
}
.home-application .menuTabs .box {
  padding: 64rem 37rem 20rem 37rem;
  cursor: pointer;
  z-index: 1;
  transition: all 0.5s;
  position: relative;
  text-align: center;
}
.home-application .menuTabs .pic {
  position: relative;
  width: 95rem;
  margin: 0 auto;
  transition: 0.5s;
  margin-bottom: 11rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.home-application .menuTabs .pic .mh {
  display: none;
}
.home-application .menuTabs .title {
  font-size: 24rem;
  font-weight: 700;
  line-height: 58rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-application .menuTabs .box:hover .pic {
  background: #fff;
}
.home-application .menuTabs .box:hover .pic .m {
  display: none;
}
.home-application .menuTabs .box:hover .pic .mh {
  display: block;
}
.home-application .menuTabs .active .box {
  background: url("../images/bg1.png") no-repeat top center;
  background-size: 255rem;
}
.home-application .menuTabs .active .box .pic {
  background: #fff;
}
.home-application .menuTabs .active .box .pic .m {
  display: none;
}
.home-application .menuTabs .active .box .pic .mh {
  display: block;
}
.home-jishu .home-title span {
  font-size: 60rem;
}
.home-jishu .home-bottom {
  text-align: center;
  padding-top: 6rem;
}
.home-jishu .p {
  font-size: 50rem;
  margin-bottom: 126rem;
  color: #d3d3d3;
}
.home-jishu .more a {
  margin: 0 auto;
}
.home-fuwu .home-title {
  text-align: left;
  margin-bottom: 53rem;
}
.home-fuwu .left {
  float: left;
  width: 37%;
}
.home-fuwu .p {
  font-size: 16rem;
  line-height: 28rem;
  height: 308rem;
  overflow: hidden;
  margin-bottom: 101rem;
  color: #ffffff;
}
.home-fuwu .right {
  width: 1081rem;
  position: absolute;
  top: -45rem;
  right: 48rem;
  height: 768rem;
}
.home-fuwu .right .area {
  width: 49rem;
  height: 49rem;
  position: absolute;
  background: url("../images/guang.png") no-repeat center center;
  background-size: 100%;
  transition: 0.5s;
}
.home-fuwu .right .area1 {
  top: 269rem;
  left: 167rem;
}
.home-fuwu .right .scale {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.home-fuwu .right .area2 {
  top: 515rem;
  left: 252rem;
}
.home-fuwu .right .area3 {
  top: 498rem;
  left: 461rem;
}
.home-fuwu .right .area4 {
  top: 520rem;
  left: 523rem;
}
.home-fuwu .right .area5 {
  top: 615rem;
  left: 433rem;
}
.home-fuwu .right .area6 {
  top: 647rem;
  left: 540rem;
}
.home-fuwu .right .area7 {
  top: 589rem;
  left: 511rem;
}
.home-fuwu .right .area8 {
  top: 648rem;
  left: 612rem;
}
.home-fuwu .right .area9 {
  top: 386rem;
  left: 464rem;
}
.home-fuwu .right .area10 {
  top: 434rem;
  left: 540rem;
}
.home-fuwu .right .area11 {
  top: 499rem;
  left: 621rem;
}
.home-fuwu .right .area12 {
  top: 546rem;
  left: 614rem;
}
.home-fuwu .right .area13 {
  top: 344rem;
  left: 503rem;
}
.home-fuwu .right .area14 {
  top: 485rem;
  left: 684rem;
}
.home-fuwu .right .area15 {
  top: 610rem;
  left: 700rem;
}
.home-fuwu .right .area16 {
  top: 574rem;
  left: 719rem;
}
.home-fuwu .right .area17 {
  top: 538rem;
  left: 681rem;
}
.home-fuwu .right .area18 {
  top: 382rem;
  left: 598rem;
}
.home-fuwu .right .area19 {
  top: 426rem;
  left: 621rem;
}
.home-fuwu .right .area20 {
  top: 381rem;
  left: 703rem;
}
.home-fuwu .right .area21 {
  top: 367rem;
  left: 643rem;
}
.home-fuwu .right .area22 {
  top: 304rem;
  left: 674rem;
}
.home-fuwu .right .area23 {
  top: 269rem;
  left: 759rem;
}
.home-fuwu .right .area24 {
  top: 233rem;
  left: 815rem;
}
.home-fuwu .right .area25 {
  top: 147rem;
  left: 853rem;
}
.home-fuwu .right .area26 {
  top: 476rem;
  left: 756rem;
}
.home-fuwu .right .area27 {
  top: 528rem;
  left: 760rem;
}
.home-news .home-title {
  text-align: left;
  float: left;
}
.home-news .home-title span {
  color: #000;
}
.home-news .h-right {
  float: right;
  padding-top: 37rem;
}
.home-news .h-right ul li {
  float: left;
  margin-left: 20rem;
}
.home-news .h-right ul li a {
  width: 147rem;
  line-height: 49rem;
  font-size: 18rem;
  padding: 0 10rem;
  color: #2a2a2a;
  border: solid 1rem #a4aeb6;
  display: block;
  text-align: center;
}
@media (min-width: 1025px) {
  .home-news .h-right ul li:hover a {
    border: solid 1rem #df7805;
    background: #df7805;
    color: #fff;
  }
}
.home-news .home-bottom {
  padding-top: 97rem;
  position: relative;
}
.home-news .home-bottom .btns {
  text-align: center;
  padding-top: 40rem;
}
.home-news .home-bottom .btns span {
  width: 48rem;
  height: 48rem;
  line-height: 48rem;
  display: inline-block;
  vertical-align: top;
  background-color: #efeff1;
  cursor: pointer;
  border-radius: 50%;
  font-size: 30rem;
}
@media (min-width: 1025px) {
  .home-news .home-bottom .btns span:hover {
    background: #df7805;
    color: #fff;
  }
}
.home-news .home-bottom .btns a {
  display: inline-block;
  vertical-align: top;
  width: 100rem;
  height: 46rem;
  background: #ef7e00 url(../images/menu.png) no-repeat center center;
  border-radius: 23rem;
}
.newslist {
  margin: 0 -19rem;
}
.newslist li {
  width: 33.33333333%;
  float: left;
  padding: 0 19rem;
}
.newslist li a {
  display: block;
  padding: 24rem 35rem;
  background-color: #f6f6f6;
}
.newslist li .date {
  font-size: 12rem;
  line-height: 40rem;
  color: #9e9e9e;
}
.newslist li .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 34rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
  color: #030f1b;
  margin-bottom: 15rem;
}
.newslist li .p {
  font-size: 16rem;
  color: #555555;
  border-top: 1px solid rgba(17, 29, 46, 0.07);
  color: #888888;
  padding-top: 7rem;
  padding-bottom: 18rem;
}
.newslist li .p p {
  line-height: 33rem;
  height: 66rem;
  overflow: hidden;
}
.newslist li .more1 {
  margin-top: 20rem;
  font-size: 14rem;
  text-align: left;
  color: #2c2c2c;
}
.newslist li .pic:after {
  padding-bottom: 64.47368421%;
}
@media (min-width: 1025px) {
  .newslist li:hover a {
    background-color: #f6f6f6;
    box-shadow: 0rem 0rem 28rem 0 rgba(181, 181, 181, 0.33);
  }
  .newslist li:hover .bt {
    color: #df7805;
  }
  .newslist li:hover .pic img {
    transform: scale(1.04);
  }
  .newslist li:hover .more1 {
    color: #df7805;
  }
}
.footer {
  background: #3d3a3a;
  background-size: 100%;
}
.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer-top {
  padding: 81rem 0  29rem 0;
  border-bottom: solid 1px rgba(226, 222, 219, 0.29);
}
.footer-top .h3 {
  float: left;
  font-size: 28rem;
  line-height: 45rem;
  font-weight: bold;
  color: #ffffff;
}
.footer-top .input {
  float: right;
  position: relative;
}
.footer-top .input input {
  width: 391rem;
  height: 45rem;
  padding: 0 120rem 0 16rem;
  background: #fff;
  font-size: 16rem;
  color: #ffffff;
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1rem 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: 43rem;
  height: 43rem;
  background: #df7805 url(../images/more2.png) no-repeat center center;
  background-size: 25rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  color: #fff;
}
.footer-bottom {
  padding-top: 86rem;
  padding-bottom: 56rem;
}
.footer-bottom .footer-left {
  float: right;
  width: 17%;
}
.footer-bottom .footer-left .h3 {
  color: #fff;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 1rem;
  margin-bottom: 21rem;
}
.footer-bottom .footer-left .f1 {
  margin-bottom: 26rem;
}
.footer-bottom .footer-left .f1 span {
  font-size: 14rem;
  line-height: 21rem;
  color: #c3c3c3;
  background: url(../images/f01.png) no-repeat center left;
  background-size: 13rem;
  padding-left: 24rem;
}
.footer-bottom .footer-left .f1 p {
  font-size: 32rem;
  line-height: 49rem;
  font-family: Oswald-Bold;
  color: #fff;
}
.footer-bottom .footer-left .f1 p a {
  color: #fff;
  display: block;
}
.footer-bottom .footer-left .f2,
.footer-bottom .footer-left .f4,
.footer-bottom .footer-left .f3 {
  margin-bottom: 13rem;
}
.footer-bottom .footer-left .f2 a,
.footer-bottom .footer-left .f4 a,
.footer-bottom .footer-left .f3 a,
.footer-bottom .footer-left .f2 p,
.footer-bottom .footer-left .f4 p,
.footer-bottom .footer-left .f3 p {
  font-size: 14rem;
  line-height: 21rem;
  color: #c3c3c3;
  background: url(../images/f02.png) no-repeat center left;
  background-size: 14rem;
  padding-left: 29rem;
  display: block;
}
.footer-bottom .footer-left .f4 a {
  background: url(../images/f04.png) no-repeat center left;
  background-size: 14rem;
}
.footer-bottom .footer-left .f3 p {
  background: url(../images/f03.png) no-repeat left 3px;
  background-size: 14rem;
}
.footer-bottom .footer-left .socialMedia {
  margin-top: 37rem;
}
.footer-bottom .footer-left .socialMedia .list li {
  display: inline-block;
  padding: 0 3rem 0 0;
}
.footer-bottom .footer-left .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .icon {
  /* border: 1rem #555555 solid; */
  display: block;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  /* opacity: 0.6; */
  background-size: 40rem !important;
}
.footer-bottom .footer-left .socialMedia .list .icon-1 {
  background: url(../images/wx.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-2 {
  background: url(../images/qq.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-3 {
  background: url(../images/wb.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-4 {
  background: url(../images/dy.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: 1rem #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: left;
  width: 81%;
}
.footer-bottom .footer-list ul li {
  width: 14%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  max-width: 100%;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 1rem;
  padding-right: 5rem;
  padding-bottom: 17rem;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 14rem;
  line-height: 32rem;
  color: #dcdcdc;
  margin: 0;
  padding: 0;
  padding-left: 10rem;
  border: 0;
  font-weight: normal;
  position: relative;
}
.footer-bottom .footer-list ul li ul li a:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2rem;
}
.footer-bottom .footer-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.footer-copyright {
  text-align: left;
  padding: 11rem 0;
  line-height: 24rem;
  background-color: rgba(34, 34, 34, 0.62);
  font-size: 13rem;
  color: rgba(255, 255, 255, 0.49);
}
.footer-copyright a {
  font-size: 13rem;
  color: rgba(255, 255, 255, 0.49);
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner img {
  margin: 0 auto;
  display: block;
}
.inbanner .m {
  position: relative;
}
.inbanner .mh {
  display: none;
}
.inbanner .item {
  position: relative;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  padding-top: 100rem;
}
.inbanner .banner-hover .h1 {
  font-size: 48rem;
  font-weight: bold;
  color: #ffffff;
  background: url("../images/yin.png") no-repeat top left;
  padding-top: 20rem;
  background-size: 30rem;
}
.inbanner .banner-hover .current {
  color: #fff;
  font-size: 16rem;
  line-height: 24rem;
}
.inbanner .banner-hover .current a {
  color: #fff;
}
.inbanner .banner-hover .current b {
  font-weight: normal;
}
.second-nav {
  border-bottom: solid 1rem #c9c9c9;
}
.second-nav ul li {
  float: left;
  margin-right: 64rem;
}
.second-nav ul li a {
  font-size: 18rem;
  color: #ffffff;
  display: block;
  line-height: 65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200rem;
  position: relative;
}
.second-nav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3rem;
  background-color: #df7805;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .second-nav ul li:hover a:after {
    width: 100%;
  }
}
.second-nav ul li.active a:after {
  width: 100%;
}
.content {
  min-height: 500px;
  padding: 78rem 0;
}
.border {
  border-bottom: 4rem solid #4c4747;
}
.home-title1 {
  text-align: left;
}
.home-title1 h3 {
  font-size: 30rem;
}

.home-title1 .subtit {
  font-size: 20rem;
  color:#fff;
}
.zuzhi .home-p {
  font-size: 16rem;
  color: #c6c6c6;
  margin-top: 21rem;
  margin-bottom: 41rem;
}
.zhenwei .zhenwei-info {
  padding-top: 59rem;
	font-size: 16rem;
	line-height: 28rem;
	color: #ffffff;
}
.zhenwei .zhenwei-info .left {
  float: right;
  width: 28%;
}
.zhenwei .zhenwei-info .right {
  float: left;
  width: 63%;
}

.zhenwei .zhenwei-info .h3 {
    font-weight: bold;
    font-family: Oswald-Bold;
    font-size: 24rem;
    color: #ef7e00;
    margin-bottom: 34rem;
}

.zhenwei .zhenwei-info p {
  margin-bottom: 15rem;
}

.zhenwei .zhenwei-info .p {
    font-size: 18rem;
    margin-bottom: 15rem;
}

.zhenwei .zhenwei-info .right .color {
    font-weight: bold;
    color: #ef7e00;
	padding:0 5px;
}

.zhuanjia .zhuanjia-info {
  font-size: 16rem;
  line-height: 28rem;
  padding-top: 32rem;
  color: #ffffff;
}
.zhuanjia .zhuanjia-info .h3 {
  font-weight: bold;
  font-family: Oswald-Bold;
  font-size: 24rem;
  color: #ef7e00;
  margin-bottom: 34rem;
}
.zhuanjia .zhuanjia-info p {
  margin-bottom: 15rem;
}
.zhuanjia .zhuanjia-info .p {
  font-size: 18rem;
  margin-bottom: 15rem;
}
.case .case-info {
  padding-top: 37rem;
}
.case .case-info .list ul li {
  float: left;
  width: 25%;
  margin-bottom: 16rem;
  position: relative;
}
.case .case-info .list ul li:after {
  content: '';
  display: block;
  width: 6rem;
  height: 6rem;
  background: #ef7e00;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3rem;
  border-radius: 50%;
}
.case .case-info .list ul li .box {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10rem;
  font-size: 16rem;
  line-height: 30rem;
  padding-left: 16rem;
  color: #ffffff;
}
.caselist {
  margin: 0 -26rem;
  padding-top: 54rem;
}
.caselist li {
  width: 33.33333333%;
  float: left;
  padding: 0 26rem;
  margin-bottom: 51rem;
}
.caselist li .box {
  border: 1px solid #d3d3d3;
  background-color: #d3d3d3;
  padding-bottom: 10rem;
}
.caselist li .pic:after {
  padding-bottom: 71.91011236%;
}
.caselist li .pic:before {
  content: '';
  display: block;
  width: calc(100% - 32rem);
  height: 18rem;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 16rem;
  z-index: 55;
}
.caselist li .bt {
  text-align: center;
  font-size: 18rem;
  color: #222222;
  padding: 0 10rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 78rem;
  background-color: #ffffff;
  margin: 0 16rem;
  position: relative;
}
.xiaoshou {
  position: relative;
  background: url("../images/bg2.jpg") no-repeat top center;
  background-size: cover;
  padding: 123rem 0 28rem 0;
}
.xiaoshou .home-fuwu {
  position: relative;
  min-height: 760rem;
}
.xiaoshou .home-fuwu .left {
  padding-top: 67rem;
}
.asideleft {
  float: left;
  width: 15%;
}
.asideleft .list {
  padding: 31rem 0;
}
.asideleft .list ul li {
  margin-bottom: 34rem;
}
.asideleft .list ul li a {
  display: block;
  font-size: 20rem;
  font-weight: bold;
  line-height: 41rem;
  padding-left: 37rem;
  background: url("../images/jia.png") no-repeat center left;
  background-size: 18rem;
  color: #fefefe;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.asideleft .list ul li ul {
  display: none;
  padding: 10rem 37rem;
}
.asideleft .list ul li ul li {
  margin-bottom: 16rem;
}
.asideleft .list ul li ul li a {
  background: url("../images/dot2.png") no-repeat center left !important;
  padding-left: 23rem;
  background-size: 12rem !important;
  font-size: 16rem;
  line-height: 33rem;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .asideleft .list ul li ul li:hover > a {
    background: url("../images/dot2h.png") no-repeat center left !important;
    background-size: 12rem !important;
    color: #df7805;
  }
}
.asideleft .list ul li ul .active > a {
  background: url("../images/dot2h.png") no-repeat center left !important;
  background-size: 12rem !important;
  color: #df7805;
}
@media (min-width: 1025px) {
  .asideleft .list ul li:hover > a {
    background: url("../images/jian.png") no-repeat center left;
    background-size: 18rem;
  }
}
.asideleft .list ul > li > ul > li:last-child {
    margin-bottom: 0;
}
.asideleft .list ul .active > a {
  background: url("../images/jian.png") no-repeat center left;
  background-size: 18rem;
}
.asideleft .list ul .active ul {
  display: block;
}
.asideright {
  float: right;
  width: 81%;
  margin-top: -9rem;
}
.asideright .h3 {
  line-height: 40rem;
  color: #ffffff;
  margin-bottom: 37rem;
  border-bottom: 1px solid #504e4e;
}
.asideright .h3 span {
  font-size: 20rem;
  font-weight: bold;
}
.asideright .h3 img {
  display: inline-block;
  margin: 0 5rem;
}
.asideright .h3 b {
  font-size: 18rem;
  font-weight: normal;
}
.productlist {
  margin: 0 -45rem;
  padding-bottom: 38rem;
}
.productlist li {
  width: 33.33333333%;
  float: left;
  padding: 0 25rem;
  margin-bottom: 40rem;
}
.productlist li .box {
  padding: 0 20rem;
  background: url("../images/bg.png") no-repeat bottom center;
  background-size: 100%;
}
.productlist li .pic:after {
  padding-bottom: 126.15384615%;
}
.productlist li .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #df7805;
  background: rgba(239, 126, 0, 0.33);
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
.productlist li .bt {
  font-size: 16rem;
  line-height: 34rem;
  color: #ffffff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 9rem;
}
@media (min-width: 1025px) {
  .productlist li:hover .pic img {
    transform: scale(1.05);
  }
  .productlist li:hover .pic:before {
    opacity: 1;
  }
  .productlist li:hover .bt {
    color: #df7805;
  }
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  font-family: arial;
  line-height: 16px;
}
.page em {
  font-style: normal;
  font-size: 14px;
  line-height: 38px;
  vertical-align: middle;
}
.page a,
.page span {
  color: #999999;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 38px;
  height: 40px;
  border-radius: 40px;
  margin: 0 7px;
  padding: 0 0;
  background: none;
  border: 1px solid #eeeeee;
  vertical-align: middle;
}
.page a svg,
.page span svg {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  margin-left: 5px;
}
.page a.cur,
.page span.cur,
.page a.active,
.page span.active,
.page a:hover,
.page span:hover {
  background: #df7805;
  border: 1px solid #df7805;
  color: #fff;
}
.page a.prev,
.page span.prev,
.page a.next,
.page span.next {
  background: none;
  color: #999999;
  border: none !important;
}
.page a.prev:hover,
.page span.prev:hover,
.page a.next:hover,
.page span.next:hover {
  color: #df7805;
}
.contact {
  padding-bottom: 0 !important;
}
.contact01 .text {
  float: left;
  width: 60%;
  padding-bottom: 86rem;
}
.contact01 .text .bt {
  font-size: 40rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 49rem;
  margin-bottom: 17rem;
}
.contact01 .text .bt span {
  color: #ef7e00;
}
.contact01 .text .p {
  font-size: 20rem;
  font-weight: bold;
  color: #fff;
}
.contact01 .text .p1 {
  font-size: 20rem;
  color: #fff;
}
.contact01 .text .p1 a {
  color: #fff;
}
.contact01 .ewm {
  float: right;
  text-align: center;
  padding-top: 112rem;
  font-size: 16rem;
  line-height: 25rem;
  letter-spacing: 7rem;
  color: #2c2c2c;
}
.contact01 .ewm .item {
  width: 150rem;
  float: left;
  margin-left: 68rem;
}
.contact01 .ewm img {
  box-shadow: 0rem 0rem 20rem 0rem rgba(0, 0, 0, 0.15);
}
.contact01 .ewm p {
  padding-top: 6rem;
}
.contact02 {
  position: relative;
  min-height: 520rem;
  margin-bottom: 83rem;
}
.contact02 .text {
  float: left;
  width: 28%;
  padding-top: 23rem;
}
.contact02 .text .bt {
  font-size: 26rem;
  font-weight: bold;
  color: #fff;
}
.contact02 .text .span {
  font-size: 16rem;
  margin-bottom: 58rem;
  font-family: Oswald-Regular;
  color: #fff;
}
.contact02 .text .item {
  margin-bottom: 40rem;
}
.contact02 .text .item .p {
  font-size: 16rem;
  color: #fff;
}
.contact02 .text .item .p a {
  text-decoration: underline;
  color: #fff;
}
.contact02 #allmap {
  height: 520rem;
  width: 62%;
  position: absolute;
  left: 38%;
  top: 0;
}
#allmap img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL {
  display: none;
}
.contact03 {
  padding: 78rem 0 78rem 0;
  position: relative;
  background: #373434;
  background-size: cover;
}
.contact03 .inside-message {
  margin-top: 48rem;
}
.contact03 .inside-message .list {
  position: relative;
}
.contact03 .inside-message li {
  width: 50%;
  float: left;
  padding: 0 8rem 21rem 8rem;
  position: relative;
}
.contact03 .inside-message .box {
  position: relative;
}
.contact03 .input-form,
.contact03 select,
.contact03 textarea {
  width: 100%;
  height: 48rem;
  background-color: #ffffff;
  border: solid 1rem #d1d1d1;
  font-size: 16rem;
  padding-left: 36rem;
  color: #959595;
}
.contact03 .red {
  position: absolute;
  top: 13rem;
  left: 17rem;
  color: #ff0000;
}
.contact03 .verifyDiv {
  float: left;
}
.contact03 .span {
  color: #ff0000;
  display: block;
  padding-left: 18rem;
}
.contact03 .span span {
  font-size: 16rem;
  line-height: 43rem;
  color: #08060b;
}
.contact03 textarea {
  padding-top: 17rem;
  height: 145rem;
  padding-left: 20rem;
}
.contact03 .submit {
  display: block;
  float: left;
  color: #fff;
  font-size: 16rem;
  text-align: center;
  border: 0;
  width: 199rem;
  line-height: 48px;
  margin-left: 20rem;
  background-color: #df7805;
}
.honor {
  padding-bottom: 0 !important;
}
.honor .honor-bottom {
  padding-top: 19rem;
  padding-bottom: 59rem;
}
.honor .honor-bottom .h3 {
  font-family: Oswald-Bold;
  font-size: 20rem;
  margin-bottom: 31rem;
  color: #c6c6c6;
}
.honor .honor-bottom .jsh {
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
  letter-spacing: -1rem;
}
.honor .honor-bottom .jsh p {
  position: relative;
  padding-left: 10rem;
  margin-bottom: 16rem;
}
.honor .honor-bottom .jsh p:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  background: #ef7e00;
  position: absolute;
  left: 0;
  top: 14rem;
  border-radius: 50%;
}
.honor02 {
  padding: 78rem 0;
  background: url("../images/hbg.jpg") no-repeat top center;
  background-size: cover;
}
.honor02 .honorlist {
  padding-bottom: 30px;
}
.honor02 .honorlist li {
  width: 25%;
  float: left;
}
.honor02 .honorlist li .box {
  border: 1px solid #454242;
  background-color: #232323;
}
.honor02 .honorlist li .pic:after {
  padding-bottom: 107%;
}
.honor02 .honorlist li .bt {
  font-size: 18rem;
  line-height: 24rem;
  margin-top: 7rem;
  margin-bottom: 5rem;
  height: 48rem;
  overflow: hidden;
  padding: 0 55rem 0 20rem;
  color: #ffffff;
  background: url("../images/fangda.png") no-repeat 91% top;
}
@media (min-width: 1025px) {
  .honor02 .honorlist li:hover .pic img {
    transform: scale(1.05);
  }
}
.app {
  padding-bottom: 0 !important;
}
.applist li {
  position: relative;
}
.applist li:after {
  content: '';
  display: block;
  width: 10000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5000px;
  background: #373434;
  z-index: 1;
}
.applist li .box {
  display: block;
  overflow: hidden;
  min-height: 485rem;
  background: #373434;
}
    .applist li .box .img {
        float: left;
        width: 966rem;
        position: absolute;
        right: 50%;
        z-index: 3;
        height: 100%;
        overflow: hidden;
    } 
.applist li .box .img img {
  width: 100%;
}
.applist li .box .text {
  float: right;
  width: 50%;
  padding-left: 82rem;
  padding-top: 67rem;
  position: relative;
  z-index: 3;
}
.applist li .box .text .pic {
  width: 95rem;
  margin-bottom: 25rem;
}
.applist li .box .text span {
  font-family: Oswald-Bold;
  font-size: 20rem;
  color: #616161;
  text-transform: uppercase;
}
.applist li .box .text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
  margin-top: 58rem;
  margin-bottom: 14rem;
}
.applist li:nth-child(2n) .box .text {
  padding-left: 0;
  padding-right: 56rem;
  float: left;
}
.applist li:nth-child(2n) .box .img {
  right: auto;
  left: 50%;
}
.join {
  padding-bottom: 0 !important;
}
.join01 {
  padding-top: 58rem;
}
.join01 ul {
  overflow: hidden;
  padding-bottom: 27rem;
}
.join01 ul li {
  margin-bottom: 62rem;
  position: relative;
  overflow: hidden;
}
.join01 ul li .box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.join01 ul li .box .img {
  float: left;
  width: 50.7%;
  display: inline-block;
}
.join01 ul li .box .text {
  float: right;
  width: 51.3%;
  padding-left: 104rem;
  display: inline-block;
  vertical-align: top;
}
.join01 ul li .box .text .home-title h3 {
  font-size: 25rem;
  background: none;
}
.join01 ul li .box .text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
  margin-top: 38rem;
}
.join01 ul li:nth-child(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.join01 ul li:nth-child(2n) .box .text {
  padding-left: 0;
  padding-right: 56rem;
}
.join02 {
  padding: 79rem 0;
  background-color: #373434;
}
.join02 .job2 {
  margin-top: 59rem;
}
.join02 .job2 span {
  position: relative;
  z-index: 2;
  text-align: left;
}
.join02 .job2 .span-01 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.join02 .job2 .span-02 {
  display: none;
  font-size: 16rem;
  color: #ffffff;
}
.join02 .job2 dl {
  margin-bottom: 30rem;
  background: rgba(242, 246, 253, 0.4);
}
.join02 .job2 dt {
  background: rgba(242, 246, 253, 0.4);
  overflow: hidden;
  padding: 32rem 53rem;
  cursor: pointer;
  font-size: 25rem;
  color: #ffffff;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  line-height: 38rem;
}
.join02 .job2 dt::after {
  content: '';
  display: block;
  width: 41rem;
  height: 41rem;
  position: absolute;
  top: 50%;
  right: 38rem;
  z-index: 1;
  margin-top: -20rem;
  transition: all 0.5s;
  background: url("../images/shouqi.png") no-repeat center center;
  background-size: 100%;
}
.join02 .job2 dt:hover:after {
  background: url("../images/zhankai.png") no-repeat center center;
  background-size: 100%;
}
.join02 .job2 dd {
  height: 0;
  font-size: 16rem;
  line-height: 32rem;
  color: #ffffff;
  overflow: hidden;
}
.join02 .job2 dd .nr {
  padding: 40rem 190rem 31rem 54rem;
  position: relative;
  overflow: hidden;
}
.join02 .job2 dd .nr p {
  margin-bottom: 12rem;
}
.join02 .job2 .cur dt {
  background: #ef7e00;
  padding: 23rem 53rem;
}
.join02 .job2 .cur dt:after {
  background: url("../images/zhankai.png") no-repeat center center;
  background-size: 100%;
}
.join02 .job2 .cur dt .span-02 {
  display: block;
}
.join02 .job2 .cur dd {
  height: auto;
}
.join02 .job2 .p-01 {
  font-weight: 700;
  font-size: 18rem;
}
.join02 .job2 .red {
  color: #ff0000;
}
.join02 .job2 .send {
  position: absolute;
  bottom: 70rem;
  right: 37rem;
}
@media (min-width: 1025rem) {
  .join02 .job2 .send:hover a {
    background: #cb6d05;
    color: #fff;
  }
}
.join02 .job2 .send a {
  display: inline-block;
  float: right;
  padding: 0 21rem;
  width: 147rem;
  background-color: #df7805;
  line-height: 43rem;
  color: #fff;
  font-size: 16rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-top: 15rem solid #d1d1d1;
}
.join02 .job2 .send i {
  margin-left: 5rem;
  vertical-align: top;
  display: inline-block;
  background: url(../images/toudi.png) no-repeat center center;
  background-size: 100%;
  width: 25rem;
  height: 43rem;
}
.fuwu .list {
  height: 525rem;
  overflow: hidden;
  margin-top: 56rem;
}
.fuwu .list li {
  width: 50%;
  float: left;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  overflow: hidden;
  cursor: pointer;
}
.fuwu .list li .box {
  height: 525rem;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.fuwu .list .title {
  font-size: 20rem;
  line-height: 30rem;
  color: #ffffff;
  margin-bottom: 15rem;
  margin-top: 62rem;
}
.fuwu .list .info {
  font-size: 14rem;
  line-height: 26rem;
  color: #ffffff;
}
.fuwu .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  padding: 0 55rem 92rem 55rem;
}
.fuwu .pic {
  width: 70rem;
}
@media (min-width: 1025px) {
  .fuwu .list:hover li {
    width: 27.5%;
  }
  .fuwu .list li:hover,
  .fuwu .list li.cur {
    width: 72.5%;
  }
  .fuwu .list li:hover .hover,
  .fuwu .list li.cur .hover {
    padding: 0 96rem 85rem 96rem;
  }
  .fuwu .list li:hover .hover .info,
  .fuwu .list li.cur .hover .info {
    font-size: 16rem;
  }
}
.fuwu .list1 {
  margin-top: 74rem;
  background-color: #ffffff;
  box-shadow: 6rem 5rem 65rem 0rem rgba(0, 0, 0, 0.14);
}
.fuwu .list1 ul li {
  width: 25%;
  text-align: center;
  float: left;
  position: relative;
}
.fuwu .list1 ul li:after {
  content: '';
  display: block;
  width: 1rem;
  height: 120rem;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  margin-top: -60rem;
  right: 0;
}
.fuwu .list1 ul li .box {
  padding: 53rem 10rem 35rem 10rem;
}
.fuwu .list1 ul li .text .bt {
  font-size: 80rem;
  font-family: 'Roboto-Bold';
  color: #e37e0e;
  margin-bottom: 13rem;
}
.fuwu .list1 ul li .text .bt i {
  font-style: normal;
}
.fuwu .list1 ul li .text .bt span {
  text-transform: uppercase;
  width: 70rem;
  line-height: 32rem;
  text-align: center;
  background-color: #f6f6f6;
  font-size: 16rem;
  color: #666666;
  display: inline-block;
  vertical-align: top;
  border-radius: 30rem;
}
.fuwu .list1 ul li .text .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #5e5e5e;
}
.fuwu .tel {
  font-size: 50rem;
  color: #e37e0e;
  line-height: 56rem;
  font-family: 'Roboto-Bold';
  text-align: center;
  margin-top: 108rem;
}
.fuwu .tel a {
  display: inline-block;
  vertical-align: top;
  color: #e37e0e;
}
.fuwu .tel p {
  display: inline-block;
  margin: 0 auto;
  background: url("../images/phone3.png") no-repeat center left;
  background-size: 42rem;
  padding-left: 50rem;
}
.fuwu .tel span {
  font-size: 20rem;
  line-height: 28rem;
  color: #fff;
  font-family: "microsoft yahei";
  display: inline-block;
  vertical-align: top;
  padding-right: 10rem;
  margin-right: 10rem;
  border-right: solid 1px #e5e5e5;
}
.news-one {
  position: relative;
  margin-bottom: 81rem;
}
.news-one .slick-list {
  overflow: hidden;
}
.news-one .list {
  position: relative;
  z-index: 5;
  padding-bottom: 81rem;
}
.news-one .list li .box {
  position: relative;
  min-height: 406rem;
  padding-right: 655rem;
  padding-left: 62rem;
  padding-top: 57rem;
  background: #373434;
  box-shadow: -2rem 0rem 10rem 0rem rgba(51, 51, 51, 0.1);
}
.news-one .list li .box .pic {
  width: 630rem;
  position: absolute;
  top: 0;
  right: 0;
}
.news-one .list li .box .pic img {
  transition: 0.5s;
}
.news-one .list li .box .pic:after {
  padding-bottom: 64.47368421%;
}
.news-one .list li .box .text .date {
  font-size: 16rem;
  line-height: 24rem;
  color: #ffffff;
}
.news-one .list li .box .text .date:after {
  content: '';
  display: block;
  width: 25rem;
  height: 2rem;
  background-color: #df7805;
  margin-top: 8rem;
}
.news-one .list li .box .text .bt {
  font-size: 30rem;
  font-weight: bold;
  color: #fff;

  margin-bottom: 9rem;
}
.news-one .list li .box .text .jsh {
  font-size: 16rem;
  line-height: 28rem;
  color: #ffffff;
  margin-bottom: 20rem;
  height: 112rem;
  overflow: hidden;
  margin-top: 28rem;
}
@media (min-width: 1025px) {
  .news-one .list li:hover .pic img {
    transform: scale(1.04);
  }
  .news-one .list li:hover .text .bt {
    color: #df7805;
  }
}
.news-one .slick-dots {
  z-index: 10;
  width: 56%;
  height: 2rem;
  left: 22%;
  background: #e1e1e1;
  bottom: 15rem;
}
.news-one .slick-dots li {
  padding: 0;
  width: 33.333333%;
  height: 2rem;
  display: block;
  margin: 0;
  float: left;
}
.news-one .slick-dots li button {
  width: 100%;
  height: 2rem;
  padding: 0;
  display: block;
  background: #e1e1e1;
}
.news-one .slick-dots li button:before {
  content: "";
  display: none !important;
}
.news-one .slick-dots .slick-active button {
  background: #df7805;
}
.news-one .slick-dots .slick-active button:before {
  color: transparent;
  display: none !important;
}
.news-one .slick-prev:before,
.news-one .slick-next:before {
  content: '';
}
.news-one .slick-prev,
.news-one .slick-next {
  border: 1rem solid #dedede;
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.news-one .slick-prev {
  background: url("../images/zuo.png") no-repeat center center !important;
  left: 18%;
  background-size: 16rem !important;
}
@media (min-width: 1025px) {
  .news-one .slick-prev:hover {
    border: 1px solid #df7805;
    background: url("../images/zuoh.png") no-repeat center center !important;
    background-size: 16rem !important;
  }
}
.news-one .slick-next {
  background: url("../images/you.png") no-repeat center center !important;
  right: 18%;
  background-size: 16rem !important;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .news-one .slick-next:hover {
    border: 1px solid #df7805;
    background: url("../images/youh.png") no-repeat center center !important;
    background-size: 16rem !important;
  }
}
.news .newslist {
  padding-bottom: 40rem;
}
.news .newslist li {
  margin-bottom: 38rem;
}
.news-bottom {
  padding: 57rem 48rem;
  margin-bottom: 83rem;
  /* background-color: #312e2e; */
  background-color: #fff;
}
.h01 {
  font-size: 42rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 33rem;
}
.ne-p {
  font-size: 18rem;
  line-height: 36rem;
  text-align: center;
  color: #ffffff;
}
.h02 {
  text-align: center;
  font-size: 16rem;
  line-height: 36rem;
  color: #909191;
  padding-bottom: 36rem;
  padding-top: 12rem;
}
.h02 span {
  padding: 0 16rem;
}
.h02 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4rem;
}
.news-info {
  font-size: 18rem;
  line-height: 36rem;
  /* color: #ffffff; */
  color: #000;
}
.news-info p {
  margin-bottom: 20rem;
}
.news-show {
  position: relative;
  z-index: 2;
  padding-bottom: 0 !important;
}
.share {
  text-align: center;
  margin-bottom: 42rem;
}
.share a {
  width: 42rem;
  height: 42rem;
  /* background-color: #9e9e9e; */
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  border-radius: 50%;
}
.biaoqian {
  margin-bottom: 48rem;
}
.biaoqian span {
  font-size: 18rem;
  line-height: 31rem;
  font-weight: bold;
  /* color: #fff; */
  color: #000;
  display: inline-block;
  vertical-align: top;
}
.biaoqian a {
  min-width: 85rem;
  height: 31rem;
  line-height: 31rem;
  text-align: center;
  border-radius: 4rem;
  padding: 0 10rem;
  font-size: 16rem;
  /* color: #fff; */
  color: #333;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 260rem;
}
@media (min-width: 1025px) {
  .biaoqian a:hover {
    background-color: #df7805;
	color: #fff; 
  }
}
.list-page-news {
  position: relative;
  font-size: 14rem;
  color: #fff;
}
.list-page-news ul {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.list-page-news li {
  width: 50%;
  float: left;
  padding: 0 147rem 0 0;
}
@media (min-width: 1025px) {
  .list-page-news li:hover p a {
    background: #df7805;
  }
}
.list-page-news li:nth-child(2) {
  padding: 0 0 0 147rem;
}
.list-page-news li p {
  line-height: 77rem;
  overflow: hidden;
  background-color: #4e4a4a;
  color: #fff;
}
.list-page-news li p a {
  color: #fff;
  text-align: left;
  display: block;
  padding: 0 20rem;
  font-size: 16rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-page-news .fanhui {
  top: 0;
  left: 50%;
  width: 246rem;
  line-height: 77rem;
  background-color: #4e4a4a;
  text-align: center;
  vertical-align: top;
  margin-left: -123rem;
  font-size: 16rem;
  position: absolute;
  z-index: 3;
  color: #fff;
  overflow: hidden;
  display: block;
}
.list-page-news .fanhui:hover {
  background-color: #df7805;
}
.related {
  padding: 80rem 0;
  background-color: #312e2e;
}
.related-title {
  color: #fff;
  font-size: 30rem;
  font-weight: bold;
  background: url("../images/n-title.png") no-repeat center left;
  padding-left: 74rem;
  background-size: 49rem;
  line-height: 51rem;
  margin-bottom: 60rem;
}
.abt {
  position: relative;
  padding-top: 36rem;
  height: 140rem;
}
.abt span {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
  margin-bottom: 8rem;
  display: block;
}
.abt p {
  font-family: Oswald-Bold;
  font-size: 147rem;
  line-height: 140rem;
  color: #c6c6c6;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
}
.abt h3 {
  font-size: 38rem;
  font-weight: bold;
  line-height: 43rem;
  letter-spacing: 2rem;
  color: #ffffff;
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 40rem 0;
  background: url("../images/abg1.png") no-repeat top center;
  background-size: 100%;
}
.about01 .text {
  width: 73.5%;
  display: inline-block;
  vertical-align: top;
}
.about01 .text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
  margin-top: 35rem;
}
.about01 .text .p p {
  margin-bottom: 18rem;
}
.youshi {
  padding-top: 28rem;
  margin: 0 -32rem;
  padding-bottom: 112rem;
  text-align: center;
  font-size: 0;
}
.youshi li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 32rem;
  position: relative;
}
.youshi li:after {
  content: '';
  display: block;
  right: 0;
  position: absolute;
  top: 30%;
  width: 1rem;
  height: 27rem;
  background-color: #c5c5c5;
  opacity: 0.3;
}
.youshi li .box {
  position: relative;
  transition: 0.5s;
}
.youshi li .num {
  margin-bottom: 5rem;
  height: 61rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  color: #ed7d01;
  font-size: 18rem;
}
.youshi li .num .counter,
.youshi li .num .counter1 {
  font-size: 55rem;
  font-weight: bold;
  line-height: 61rem;
  font-family: 'Oswald-Bold';
}
.youshi li .num b {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 3rem;
  font-weight: normal;
}
.youshi li .h3 {
  font-size: 18rem;
  line-height: 30rem;
  color: #c5c5c5;
  margin-top: 9rem;
}
.youshi li:nth-last-child(1):after {
  display: none;
}
.aboutlist {
  position: relative;
}
.aboutlist li {
  overflow: hidden;
}
.aboutlist li .pic:after {
  padding-bottom: 49.79166667%;
}
.aboutlist .slick-prev,
.aboutlist .slick-next {
  width: 44rem;
  height: 44rem;
  margin-top: -22rem;
  background: rgba(237, 125, 1, 0.62) url(../images/prev-02.png) no-repeat center center !important;
  background-size: 10rem !important;
  left: 0;
  z-index: 4;
}
.aboutlist .slick-prev:before,
.aboutlist .slick-next:before {
  content: '';
}
@media (min-width: 1025px) {
  .aboutlist .slick-prev:hover,
  .aboutlist .slick-next:hover {
    background: #ed7d01 url(../images/prev-02.png) no-repeat center center !important;
    background-size: 10rem !important;
  }
}
.aboutlist .slick-next {
  left: auto;
  right: 0;
  background: rgba(237, 125, 1, 0.62) url(../images/next-02.png) no-repeat center center !important;
  background-size: 10rem !important;
}
@media (min-width: 1025px) {
  .aboutlist .slick-next:hover {
    background: #ed7d01 url(../images/next-02.png) no-repeat center center !important;
    background-size: 10rem !important;
  }
}
.about04 {
  padding: 80rem 0 89rem 0;
  background: #383433 url("../images/bg4.jpg") no-repeat center center;
  background-size: 100%;
  position: relative;
}
.about04 .nr {
  background-position: center 148rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.about04 .list li {
  float: left;
  width: 16.66666667%;
}
.about04 .list li.li-1 {
  padding-top: 446rem;
}
.about04 .list li.li-2 {
  padding-top: 128rem;
}
.about04 .list li.li-3 {
  padding-top: 387rem;
}
.about04 .list li.li-4 {
  padding-top: 40rem;
}
.about04 .list li.li-5 {
  padding-top: 318rem;
}
.about04 .list li.li-6 {
  padding-top: 0px;
}
.about04 .list .item {
  float: left;
}
.about04 .list .year {
  font-family: Oswald-Bold;
  color: #fff;
  font-size: 40rem;
  font-style: italic;
  padding-left: 35rem;
  position: relative;
}
.about04 .list .icon {
  display: block;
  width: 18rem;
  height: 18rem;
  border: 1px #fff solid;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.about04 .list .icon:before {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  border: 3px #fff solid;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about04 .list .info {
  color: #fff;
  font-size: 14rem;
  line-height: 20rem;
  /* height: 48rem; */
  overflow: hidden;
  padding-left: 35rem;
}
@media (min-width: 1025px) {
  .about04 .list .box:hover .year {
    color: #df7805;
  }
  .about04 .list .box:hover .info {
    color: #df7805;
  }
  .about04 .list .box:hover .icon {
    border: 1px #df7805 solid;
  }
  .about04 .list .box:hover .icon:before {
    border: 3px #df7805 solid;
  }
}
.about04 .btns {
  text-align: center;
  margin-top: 49rem;
}
.about04 .prev,
.about04 .next {
  display: inline-block;
  width: 44rem;
  height: 44rem;
  background: #dadada;
  position: relative;
  z-index: 9;
}
.about04 .prev:before,
.about04 .next:before {
  content: "";
}
.about04 .prev:hover,
.about04 .next:hover {
  background: #df7805;
}
.about04 .prev:hover:before,
.about04 .next:hover:before {
  color: #fff;
}
.about04 .prev {
  background: #e0e0e0 url("../images/prev-01.png") no-repeat center center !important;
  background-size: 10rem !important;
}
.about04 .prev:hover {
  background: #df7805 url("../images/prev-02.png") no-repeat center center !important;
  background-size: 10rem !important;
}
.about04 .next {
  background: #e0e0e0 url("../images/next-01.png") no-repeat center center !important;
  background-size: 10rem !important;
}
.about04 .next:hover {
  background: #df7805 url("../images/next-02.png") no-repeat center center !important;
  background-size: 10rem !important;
}
.product-show {
  padding-bottom: 0 !important;
}
.product-bottom {
  position: relative;
  padding-bottom: 84rem;
}
.leftbox {
  width: 42%;
  float: left;
  padding-right: 118rem;
  position: relative;
}
.leftbox .pic {
  background: #fff;
  display: block;
  position: relative;
}
.leftbox .pic:after {
  padding-bottom: 126.15384615%;
}
.leftbox .bigimg {
  border: solid 1px #dddddd;
}
.leftbox .bigimg > div {
  display: block !important;
}
.leftbox .bigimg > div div {
  display: block !important;
}
.leftbox .bigimg .pic {
  display: block;
  position: relative;
}
.leftbox .smallimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 104rem;
  height: 100%;
  padding: 23rem 0;
}
.leftbox .smallimg .slick-slide {
  padding: 3rem 0;
}
.leftbox .smallimg .slick-slide .pic {
  border: solid 1px #dddddd;
}
.leftbox .smallimg .slick-current .pic {
  border-color: #df7805;
}
.leftbox .slick-prev,
.leftbox .slick-next {
  width: 100%;
  height: 20rem;
  border: 0;
  margin-top: 0;
  top: 0;
  left: 0;
}
.leftbox .slick-prev:before,
.leftbox .slick-next:before {
  content: '';
}
.leftbox .slick-prev {
  background: #808080 url(../images/shang.png) no-repeat center center !important;
}
.leftbox .slick-prev:hover {
  background: #df7805 url(../images/shang.png) no-repeat center center !important;
}
.leftbox .slick-next {
  top: auto;
  bottom: 0;
  background: #808080 url(../images/xiah.png) no-repeat center center !important;
}
.leftbox .slick-next:hover {
  background: #df7805 url(../images/xiah.png) no-repeat center center !important;
}
.rightbox {
  width: 50.9%;
  float: right;
  position: relative;
  min-height: 375rem;
  z-index: 2;
  margin-top: -5rem;
}
.rightbox h1 {
  font-size: 34rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 18rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 17rem;
}
.rightbox .txt {
  font-size: 16rem;
  line-height: 32rem;
  color: #ffffff;
  margin-bottom: 92rem;
  min-height: 224rem;
}
.rightbox .txt b {
  color: #333;
}
.rightbox .phone1 a {
  width: 220rem;
  background-color: #ef7e00;
  line-height: 55rem;
  color: #fff;
  font-size: 20rem;
  display: block;
  text-align: center;
  float: left;
  margin-right: 15rem;
}
.rightbox .phone1 .xunjia {
  background-color: #999999;
}
.product-show1 {
  overflow: hidden;
  padding-bottom: 35rem;
}
.product-show1 .p-info {
  margin-bottom: 50rem;
  position: relative;
}
.product-show1 .p-info .home-title {
  margin-bottom: 28rem;
  position: relative;
}
.product-show1 .p-info .home-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #504e4e;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.product-show1 .p-info .home-title h3 {
  background-color: #3d3a3b;
}
.product-show1 .p-info .p-nr {
  font-size: 16rem;
  line-height: 32rem;
  color: #ffffff;
}

.product-show1 .p-info .p-nr table td{
	border:1px solid #fff;
	padding:10px;
}

.pitem04 {
  padding-bottom: 75rem;
  padding-top: 86rem;
  position: relative;
}
.pitem04:after {
  content: '';
  display: block;
  width: 1920rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -240rem;
  background: #312e2e;
}
.pitem04 .related-title {
  position: relative;
  z-index: 2;
}
.pitem04 .item-bottom {
  border: solid 1px #ef7e00;
  overflow: hidden;
  border-bottom: 6rem solid #ef7e00;
  position: relative;
  z-index: 2;
}
.pitem04 .item-bottom .info {
  background: #fff;
  overflow: hidden;
}
.pitem04 .img {
  float: left;
  width: 44.5%;
}
.pitem04 .img img {
  display: block;
}
.pitem04 .form {
  float: right;
  width: 51.5%;
  padding-top: 31rem;
  padding-right: 23rem;
}
.pitem04 .form .p {
  font-size: 18rem;
  line-height: 29rem;
  color: #2a2a2a;
  background: url("../images/dui.png") no-repeat center left;
  background-size: 29rem;
  padding-left: 40rem;
  margin-bottom: 23rem;
}
.pitem04 .form ul {
  margin: 0 -15rem;
}
.pitem04 .form ul li {
  float: left;
  width: 50%;
  padding: 0 15rem;
  margin-bottom: 12rem;
}
.pitem04 .form ul li .span {
  font-size: 16rem;
  line-height: 32rem;
  margin-bottom: 6rem;
  color: #080f15;
}
.pitem04 .form ul li .span span {
  color: #de021c;
}
.pitem04 .form ul li .input,
.pitem04 .form ul li textarea {
  height: 52rem;
  border-radius: 4rem;
  border: solid 1rem #c7c7c7;
  width: 100%;
  color: #999999;
  padding: 0 10rem;
}
.pitem04 .form ul li textarea {
  padding: 10rem;
  height: 122rem;
}
.pitem04 .form ul li .submit {
  width: 173rem;
  line-height: 57rem;
  background-color: #ef7e00;
  border-radius: 2rem;
  font-size: 18rem;
  color: #ffffff;
  text-align: center;
  display: block;
}
.related1 {
  background: none;
  margin-top: 0;
  padding: 77rem 0 0 0;
}
.related1 .related-title1 {
  background: url("../images/re.png") no-repeat center left;
  background-size: 41rem;
}
.related-title2 {
  background: url("../images/re1.png") no-repeat center left;
  background-size: 52rem;
  margin-bottom: 35rem;
  position: relative;
  z-index: 3;
}
.related2 {
  background: none;
  margin-top: 0;
  position: relative;
}
.related2:after {
  content: '';
  display: block;
  width: 1920rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -240rem;
  background: #312e2e;
}
.related2 .related-title {
  position: relative;
  z-index: 3;
}
.height {
  height: 1px;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
}
.newslist2 {
  position: relative;
  z-index: 3;
}
.newslist2 li {
  border-top: 1px solid rgba(206, 201, 195, 0.21);
  border-bottom: 1px solid rgba(206, 201, 195, 0.21);
  position: relative;
}
.newslist2 li .box {
  position: relative;
  padding: 25rem 0 25rem 175rem;
}
.newslist2 li .date {
  position: absolute;
  top: 31rem;
  left: 0;
  width: 70rem;
  text-align: right;
}
.newslist2 li .date span {
  line-height: 26rem;
  background-color: #ef7e00;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.newslist2 li .date .h4 {
  font-size: 14rem;
  text-align: right;
  color: #eff1f0;
}
.newslist2 li .bt {
  font-size: 20rem;
  font-weight: bold;
  line-height: 33rem;
  margin-bottom: 15rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #eff1f0;
}
.newslist2 li .p {
  font-size: 16rem;
  line-height: 28rem;
  overflow: hidden;
  height: 56px;
  color: #eff1f0;
}
@media (min-width: 1023px) {
  .newslist2 li:hover .bt {
    color: #df7805;
  }
}
.video {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .banner .banner-hover .bt {
    font-size: 50rem;
    line-height: 60rem;
    margin-bottom: 23rem;
  }
  .banner .banner-hover .p {
    font-size: 40rem;
    line-height: 50rem;
    margin-bottom: 40rem;
  }
  .banner .banner-hover {
    bottom: 54%;
  }
}
/*@media(max-width:1200px){
  .section {
    height: auto;
  }
  .bg {
    padding-top: 0;
    background: none !important;
  }
  .bg img {
    display: block;
  }
  .home {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 40px 0;
  }
  .home-jishu{
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
  }
  .home-fuwu{
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;

  }
  .home-news{
    background: #fff !important;
  }
  .fsbanner li {
    width: 50%;
  }
}
@media(max-width:1023px){

  .sitemap {
    li {
      padding-bottom: 15px;
      margin-bottom: 15px;
      .top {
        font-size: 16px;
      }
      .bot {
        margin-top: 10px;
        a {
          font-size: 14px;
          margin-right: 10px;
        }
        p{
          margin-top:5px;
        }
      }
    }
  }
  .banner .img{
    background: none !important;
  }
  .banner .img {
    height: auto;
  }
  .banner .img img {
    display: block;
  }
  .home-title span {
    font-size: 22px;
  }
  .home-title p {
    font-size: 40px;
    line-height: 60px;
  }
  .home-product .home-bottom {
    padding-top: 20px;
  }
  .home-fuwu .left {
    float: none;
  }
  .home-fuwu .right {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
  }
  .home-fuwu .left {
    width: 100%;
  }
  .fsbanner li .box {
    height: 260px;
  }
  .fsbanner li .box .fenmian .bt {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .home-application .home-bottom {
    padding-top: 20px;
  }
  .home-application .menuTabs .title {
    font-size: 14px;
    line-height: 30px;
  }
  .home-application .menuTabs .pic {
    width: 60px;
    margin-bottom: 10px;
  }
  .home-application .menuTabs li, .home-application .menuTabs .noHas {
    width: 33.333333333%;
  }
  .home-application .menuTabs .active .box {
    background-size: 150px;
    background: none !important;
  }
  .home-application .menuTabs .box {
    padding:0 10px 20px 10px;
  }
  .home-application .menuTabs .box {
    height: auto;
  }
  .home-jishu .home-title span {
    font-size: 30px;
  }
  .home-jishu .home-bottom {
    padding-top: 10px;
  }
  .home-jishu .p {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .home-fuwu .p {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    margin-bottom: 20px;
  }

  .home-fuwu .right{
    padding-top:20px;
  }
  .home-fuwu .right .area{
    display: none;
  }
  .home-news .home-bottom {
    padding-top: 20px;
    position: relative;
  }
  .home-news .home-bottom .btns {
    padding-top: 20px;
  }
  .home-news .home-bottom .btns span {
    width: 30px;
    height: 30px;
    line-height:30px;
    font-size: 18px;
  }
  .home-news .h-right {
    float: none;
    padding-top: 20px;
  }
  .home-news .home-title {
    float: none;
  }
  .home-news .h-right ul li {
    margin-left: 0;
    margin-right: 10px;
  }
  .home-news .h-right ul li a {
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 5px;
  }
  .home-news .home-bottom .btns a {
    width: 60px;
    height: 30px;
    border-radius: 30px;
    margin:0 5px;
  }
  .banner .banner-hover .span {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .banner .banner-hover .bt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .banner .banner-hover .p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .banner .banner-hover .p span {
    font-size: 18px;
    border-top: 1px solid #ef7e00;
    border-bottom: 1px solid #ef7e00;
    padding: 0 10px;
  }
  .banner .banner-hover {
    bottom: auto;
    top: 75px;
  }
  .inbanner img{
    width:100%;
  }
  .inbanner .m{
    display: none;
  }
  .inbanner .mh{
    display: block;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }
  .home {
    z-index: 5;
  }
  .section {
    z-index: 2;
  }
  .section1 {
    z-index: 4;
  }
  .header {
    height: 60px;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.9);
    border:0;
    z-index:99999;
  }
  .header .logo a img {
    width: 94px;
  }
  .header .logo {
    margin-top: 17.5px;
    margin-left: 0;
  }
  .nav {
    display: none;
  }
  .header .header-right {
    margin-right: 0;
    padding-top: 28rem;
  }
  .header .header-right .search-main .form-control {
    width: 120px;
    height: 30px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 30px;
  }
  .header .header-right .search-main .btn {
    width: 30px;
    height: 30px;
    background-size: 13px;
  }
  .header .header-right .zhenwei {
    display: none;
  }
  .header .header-right .menu {
    display: block;
  }
  .inbanner .banner-hover .h1 {
    font-size: 26px;
    padding-top: 20px;
    background-size: 15px;
  }
  .inbanner .banner-hover .current {
    font-size: 14px;
    line-height: 25px;
  }
  .inbanner .banner-hover {
    padding-top: 60px;
  }
  .second-nav ul li {
    margin-right: 0;
    padding-right:0;
    width:120px;
  }
  .second-nav ul li a {
    font-size: 14px;
    line-height:40px;
    max-width: inherit;
    width:100%;
  }
  .applist li .box .img {
    width: 100%;
    position: relative;
    right: auto;
    img{
      width:100%;
    }
  }
  .applist li .box {
    min-height: 0;
  }
  .applist li .box .text {
    width: 100%;
    padding:20px 0;
  }
  .applist li .box .text .pic {
    width: 50px;
    margin-bottom: 10px;
  }
  .applist li .box .text span {
    font-size: 16px;
  }
  .applist li .box .text .p {
    font-size:14px;
    line-height:25px;
    margin-top:10px;
    margin-bottom:0;
  }
  .applist li:nth-child(2n) .box .text {
    padding-left: 0;
    padding-right: 0;
  }
  .applist li:nth-child(2n) .box .img {
    right: auto;
    left: auto;
  }
  .home-title h3 {
    font-size: 20px;
    line-height: 30px;
    padding-right: 24px;
  }
  .home-title1 h3 {
    font-size: 20px;
  }
  .footer-top {
    padding: 20px 0;
  }
  .footer-top .h3 {
    float: none;
    font-size: 20px;
    line-height:30px;
  }
  .footer-top .input{
    position: relative;
    width:100%;
  }
  .footer-top .input input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    margin-left: 0;
    margin-top:10px;
  }
  .footer-top .input a {
    width: 40px;
    height: 40px;
    background-size: 25px;
    top: auto;
    right: 0;
    bottom:0;
  }
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-bottom .footer-list{
    display: none;
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-left .h3 {
    font-size:16px;
    letter-spacing: 1rem;
    margin-bottom: 10px;
  }
  .footer-bottom .footer-left .f1 {
    margin-bottom:5px;
  }
  .footer-bottom .footer-left .f1 span {
    font-size: 14px;
    line-height: 20px;
    background-size: 13px;
    padding-left: 24px;
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-bottom .footer-left .f2,
  .footer-bottom .footer-left .f4,
  .footer-bottom .footer-left .f3 {
    margin-bottom: 5px;
  }
  .footer-bottom .footer-left .f2 a,
  .footer-bottom .footer-left .f4 a,
  .footer-bottom .footer-left .f3 a,
  .footer-bottom .footer-left .f2 p,
  .footer-bottom .footer-left .f4 p,
  .footer-bottom .footer-left .f3 p {
    font-size: 14px;
    line-height: 20px;
    background-size: 14px;
    padding-left: 29px;
  }
  .footer-bottom .footer-left .f4 a {
    background-size: 14px;
  }
  .footer-bottom .footer-left .f3 p {
    background-size: 14px;
  }
  .footer-bottom .footer-left .socialMedia {
    margin-top: 10px;
  }
  .footer-bottom .footer-left .socialMedia .list li {
    padding: 0 5px 0 0;
  }
  .footer-bottom .footer-left .socialMedia .list .icon {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
  }
  .footer-copyright {
    padding: 11px 0;
    line-height: 24px;
    font-size: 13px;
  }
  .footer-copyright a {
    font-size: 13px;
  }
  .content {
    padding: 40px 0;
  }
  .asideleft{
    display: none;
  }
  .asideright{
    width:100%;
    margin-top:0;
  }
  .asideright .h3 {
    line-height: 40px;
    margin-bottom: 20px;
  }
  .asideright .h3 span {
    font-size: 16px;
  }
  .asideright .h3 img {
    margin: 0 5px;
  }
  .asideright .h3 b {
    font-size: 16px;
  }
  .productlist {
    margin: 0 -5px;
    padding-bottom:10px;
  }
  .productlist li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 14px;
  }
  .productlist li .box {
    padding: 0;
  }
  .productlist li .bt {
    font-size: 14px;
    line-height: 30px;
    margin-top:0;
  }
  .page a, .page span{
    display: none;
  }
  .page a.prev, .page span.prev, .page a.next, .page span.next{
    display: inline-block;
  }
.case .case-info {
  padding-top:20px;
}
.case .case-info .list ul li {
  width: 50%;
  margin-bottom: 5px;
}
.case .case-info .list ul li:after {
  width: 4px;
  height: 4px;
  margin-top: -2px;
}
.case .case-info .list ul li .box {
  padding-right: 10px;
  font-size: 14px;
  line-height: 25px;
  padding-left: 10px;
}
  .caselist {
    margin: 0 -5px;
    padding-top:20px;
  }
  .caselist li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 14px;
  }
  .caselist li .box {
    padding-bottom:10px;
  }
  .caselist li .pic:before {
    width: calc(100% - 32rem);
    height: 10px;
    left: 4px;
  }
  .caselist li .bt {
    font-size:14px;
    padding: 0 10px;
    line-height: 40px;
    margin: 0 4px;
  }
  .news-one {
    margin-bottom: 20px;
  }
  .news-one .list {
    padding-bottom: 30px;
  }
  .news-one .list li .box {
    min-height: 0;
    padding: 10px;
  }
  .news-one .list li .box .pic {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .news-one .list li .box .text .date {
    font-size: 12px;
    line-height: 22px;
  }
  .news-one .list li .box .text .date:after {
    width: 25px;
    height: 2px;
    background-color: #df7805;
    margin-top: 5px;
  }
  .news-one .list li .box .text .bt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .news-one .list li .box .text .jsh {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    height: 50px;
    margin-top:10px;
  }
  .news-one .slick-dots {
    width: 56%;
    bottom: 0;
  }
  .news-one .slick-dots li {
    height: 2px;
  }
  .news-one .slick-dots li button {
    height: 2px;
  }
  .more a, .more p {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
  }
  .news-one .slick-prev, .news-one .slick-next{
    display: none !important;
  }
  .news .newslist {
    padding-bottom: 20px;
  }
  .news .newslist li {
    margin-bottom: 15px;
  }
  .newslist {
    margin: 0 -5px;
  }
  .newslist li {
    padding: 0 5px;
    width:50%;
  }
  .newslist li .date {
    font-size: 12px;
    line-height: 22px;
  }
  .newslist li a {
    padding: 7px;
  }
  .newslist li .bt {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .newslist li .p {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .newslist li .p p {
    line-height: 22px;
    height: 44px;
  }
  .newslist li .more1 {
    margin-top: 5px;
    font-size: 12px;
  }
  .h01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ne-p {
    font-size: 13px;
    line-height: 22px;
  }
  .h02 {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .share {
    margin-bottom: 10px;
  }
  .share a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .news-bottom {
    padding: 20px;
    margin-bottom:30px;
  }
  .news-info {
    font-size: 14px;
    line-height: 23px;
  }
  .biaoqian span {
    font-size: 14px;
    line-height: 24px;
  }
  .biaoqian a {
    min-width: 60px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 12px;
    max-width: 120px;
  }
  .list-page-news {
    font-size: 14px;
  }
  .list-page-news li {
    width: 100%;
    margin-bottom:10px;
    padding: 0;
  }
  .list-page-news .fanhui {
    left: auto;
    width: 100px;
    line-height: 30px;
    margin-left: 0;
    font-size: 12px;
    position: relative;
  }
  .list-page-news li:nth-child(2) {
    padding: 0;
  }
  .list-page-news li p {
    line-height: 30px;
  }
  .related {

    padding: 30px 0;
    .newslist{
      li{
        width:100%/3;
      }
    }
  }
  .related1 {
    padding: 30px 0 0 0;
  }
  .related-title {
    font-size: 20px;
    padding-left: 30px;
    background-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .header .header-right {
    padding-top: 15px;
  }
  .zhuanjia .zhuanjia-info {
    font-size: 14px;
    line-height: 25px;
    padding-top: 20px;
  }
  .zhuanjia .zhuanjia-info .h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .zhuanjia .zhuanjia-info p {
    margin-bottom: 5px;
  }
  .zhuanjia .zhuanjia-info .p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .fuwu .list li .box {
    height: auto;
  }
  .fuwu .list .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .fuwu .list .info {
    font-size: 14px;
    line-height: 25px;
  }
  .fuwu .hover {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding:40px 20px;
  }
  .fuwu .pic {
    width:40px;
  }
  .fuwu .list {
    height:auto;
    margin-top: 20px;
  }
  .fuwu .list li {
    width: 100%;
  }
  .fuwu .list1 {
    margin-top: 20px;
    background-color: #ffffff;
    box-shadow: 6rem 5rem 65rem 0rem rgba(0, 0, 0, 0.14);
  }
  .fuwu .list1 ul li {
    width: 50%;
    text-align: center;
    float: left;
    position: relative;
  }
  .fuwu .list1 ul li:after {
    content: '';
    display: block;
    width: 1rem;
    height: 120rem;
    background: #e5e5e5;
    position: absolute;
    top: 50%;
    margin-top: -60rem;
    right: 0;
  }
  .fuwu .list1 ul li .box {
    padding:10px;
  }
  .fuwu .list1 ul li .text .bt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .fuwu .list1 ul li .text .bt span {
    width: 50px;
    line-height: 25px;
    font-size: 12px;
    border-radius: 30px;
  }
  .fuwu .list1 ul li .text .p {
    font-size: 14px;
    line-height: 25px;
  }
  .fuwu .tel {
    font-size: 26px;
    line-height: 40px;
    margin-top: 20px;
  }
  .fuwu .tel p {
    background-size: 20px;
    padding-left:30px;
  }
  .fuwu .tel span {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .join01 {
    padding-top: 20px;
  }
  .join01 ul {
    padding-bottom:20px;
  }
  .join01 ul li {
    margin-bottom: 10px;
  }
  .join01 ul li .box {
    display: block;
  }
  .join01 ul li .box .img {
    width: 100%;
  }
  .join01 ul li .box .text {
    width: 100%;
    padding:20px 0;
  }
  .join01 ul li .box .text .home-title h3 {
    font-size: 16px;
  }
  .join01 ul li .box .text .p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .join01 ul li:nth-child(2n) .box .text {
    padding-left: 0;
    padding-right: 0;
  }
  .join02 {
    padding: 40px 0;
  }
  .join02 .job2 {
    margin-top:20px;
  }
  .join02 .job2 .span-02 {
    font-size: 14px;
  }
  .join02 .job2 dl {
    margin-bottom:20px;
  }
  .join02 .job2 dt {
    padding:20px 30px 20px 20px;
    font-size:16px;
    line-height: 25px;
  }
  .join02 .job2 dt::after {
    width: 20px;
    height: 20px;
    right: 10px;
    margin-top: -10px;
  }
  .join02 .job2 dd {
    height: 0;
    font-size: 14px;
    line-height: 25px;
  }
  .join02 .job2 dd .nr {
    padding: 20px;
  }
  .join02 .job2 dd .nr p {
    margin-bottom: 5px;
  }
  .join02 .job2 .cur dt {
    padding: 20px;
  }
  .join02 .job2 .p-01 {
    font-size: 16px;
  }
  .join02 .job2 .send a {
    padding: 0 18px;
    width: 125px;
    line-height: 40px;
    font-size: 14px;
    border-top: 5px solid #d1d1d1;
  }
  .join02 .job2 .send i {
    margin-left: 5px;
    width: 20px;
    height: 40px;
  }
  .join02 .job2 .send {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .abt {
    padding-top: 10px;
    height: 60px;
  }
  .abt span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .abt p {
    font-size: 57px;
    line-height: 60px;
  }
  .abt h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .text{
    width:100%;
  }
  .about01 .text .p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
  .about01 .text .p p {
    margin-bottom: 5px;
  }
  .youshi {
    padding-top:20px;
    padding-bottom: 40px;
  }
  .youshi li {
    width: 33.33333%;
  }
  .youshi li .num {
    margin-bottom: 5px;
    height: 40px;
    font-size: 14px;
  }
  .youshi li .num .counter,
  .youshi li .num .counter1 {
    font-size: 30px;
    line-height: 40px;
  }
  .youshi li .num b {
    margin-left: 3px;
  }
  .youshi li .h3 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
  }
  .aboutlist .slick-prev,
  .aboutlist .slick-next {
    width:30px;
    height:30px;
    margin-top: -15px;
    background-size: 8px !important;
  }
  .aboutlist .slick-next {
    background-size: 8px !important;
  }
  .about04 {
    padding:40px 0;
  }
  .about04 .nr {
    background: none !important;
  }
  .about04 .list li {
    float: left;
    width: 50%;
  }
  .about04 .list li.li-1 {
    padding-top: 0;
  }
  .about04 .list li.li-2 {
    padding-top: 0;
  }
  .about04 .list li.li-3 {
    padding-top: 0;
  }
  .about04 .list li.li-4 {
    padding-top: 0;
  }
  .about04 .list li.li-5 {
    padding-top:0;
  }
  .about04 .list li.li-6 {
    padding-top: 0px;
  }
  .about04 .list .year {
    font-size: 18px;
    padding-left:20px;
  }
  .about04 .list .icon {
    width: 18px;
    height: 18px;
  }
  .about04 .list .icon:before {
    width: 10px;
    height: 10px;
  }
  .about04 .list .info {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    padding-left: 20px;
  }

  .about04 .btns {
    margin-top: 20px;
  }
  .about04 .prev,
  .about04 .next {
    width: 30px;
    height: 30px;
  }
  .about04 .prev {
    background-size: 8px !important;
  }
  .about04 .next {
    background-size: 8px !important;
  }
  .honor .honor-bottom {
    padding-top: 20px;
    padding-bottom:20px;
  }
  .honor .honor-bottom .h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .honor .honor-bottom .jsh {
    font-size: 14px;
    line-height: 25px;
  }
  .honor .honor-bottom .jsh p {
    padding-left: 10px;
    margin-bottom: 5px;
  }
  .honor .honor-bottom .jsh p:after {
    width: 4px;
    height: 4px;
    top: 12px;
  }
  .honor02 {
    padding: 40px 0;
  }

  .honor02 .honorlist li .bt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 7px;
    margin-bottom: 5px;
    height: 48px;
    padding: 0 55px 0 20px;
  }
  .zuzhi .home-p {
    font-size: 14px;
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .contact01 .text {
    width: 100%;
    padding-bottom: 26px;
  }
  .contact01 .text .bt {
    font-size: 22px;
    margin-top: 19px;
    margin-bottom: 7px;
  }
  .contact01 .text .p {
    font-size:16px;
  }
  .contact01 .text .p1 {
    font-size: 16px;
  }
  .second-nav ul li a:after {
    height: 2px;
  }
  .contact02 #allmap {
    height: 400px;
  }
  .contact02 .text {
    padding-top:24px;
  }
  .contact02 .text .span {
    margin-bottom: 25px;
  }
  .contact02 .text .bt {
    font-size: 22px;
  }
  .contact02 .text .span {
    font-size: 14px;
  }
  .contact02 .text .item {
    margin-bottom: 27px;
  }
  .contact02 .text .item .p {
    font-size: 14px;
  }
  .contact02 {
    min-height: 0;
  }
  .contact03 {
    padding: 40px 0 0 0;
  }
  .contact03 .inside-message {
    margin-top: 25px;
  }
  .contact03 .inside-message li {
    padding: 0 6px 20px 6px;
  }
  .contact03 .input-form,
  .contact03 select,
  .contact03 textarea {
    height: 44px;
    font-size: 14px;
    padding-left: 20px;
  }

  .contact03 .span {
    padding-left: 18px;
  }
  .contact03 .span span {
    font-size: 14px;
    line-height: 35px;
  }
  .contact03 textarea {
    padding-top: 17px;
    height: 145px;
    padding-left: 20px;
  }
  .verify-wrap {
    width: 290px !important;
    margin-bottom:20px;
  }
  .contact03 .submit {
    font-size: 14px;
    width: 139px;
    line-height: 49px;
    margin-left: 20px;
  }
  .product-bottom {
    padding-bottom: 30px;
  }
  .leftbox {
    width: 100%;
    padding-right: 0;
  }
  .leftbox .smallimg {
    display:none;
  }
  .rightbox {
    width: 100%;
    min-height: 0;
    margin-top: 10px;
  }
  .rightbox h1 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .rightbox .txt {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    min-height: 100px;
  }
  .rightbox .phone1 a {
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    margin-right:10px;
  }
  .product-show1 {
    padding-bottom: 30px;
  }
  .product-show1 .p-info {
    margin-bottom: 20px;
  }
  .product-show1 .p-info .home-title {
    margin-bottom: 10px;
  }
  .product-show1 .p-info .p-nr {
    font-size: 14px;
    line-height: 25px;
  }
  .pitem04 {
    padding:30px 15px;
    margin:0 -15px;
  }
  .pitem04:after {
    width: 100%;
    right:0;
  }
  .related1 .productlist li{
    width:33.333333%;
  }
  .pitem04 .form {
    padding-top: 20px;
    padding-right: 20px;
  }
  .pitem04 .form .p {
    font-size: 16px;
    line-height: 25px;
    background-size: 20px;
    padding-left:30px;
    margin-bottom: 10px;
  }
  .pitem04 .form ul {
    margin: 0 -10px;
  }
  .pitem04 .form ul li {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .pitem04 .form ul li .span {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .pitem04 .form ul li .input,
  .pitem04 .form ul li textarea {
    height: 40px;
    width: 100%;
    padding: 0 10px;
  }
  .pitem04 .form ul li textarea {
    padding: 10px;
    height: 100px;
  }
  .pitem04 .form ul li .submit {
    width: 100px;
    line-height: 40px;
    font-size: 14px;
  }
  .related2:after {
    width: 100%;
    right:0;
  }
  .related2{
    margin:0 -15px;
    padding:30px 15px;
  }
  .newslist2 li .box {
    padding: 20px 0 20px 100px;
  }
  .newslist2 li .date {
    top: 20px;
    width: 70px;
  }
  .newslist2 li .date span {
    line-height:23px;
    padding: 0 5px;
  }
  .newslist2 li .date .h4 {
    font-size: 12px;
  }
  .newslist2 li .bt {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .newslist2 li .p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .xiaoshou .home-fuwu .left {
    padding-top: 0;
  }
  .xiaoshou .home-fuwu .p{
    height:auto;
  }
  .list-page-news li p a {
    font-size: 14px;
  }
}
@media(max-width:768px){
  .second-nav .container{
    overflow-x: auto;
    width: 100%;
  }
  .second-nav ul{
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    height:50px;
  }
  .honor02 .honorlist li {
    width:50%;
  }
  .contact02 .text {
    width: 100%;
  }
  .contact02 #allmap {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  .contact03 .inside-message li {
    width: 100%;
  }
  .related1 .related-title1 {
    background-size: 20px;
  }
}
@media(max-width:500px){
  .related {
    .newslist{
      li{
        width:100%;
        margin-bottom:15px;
      }
    }
  }
  .contact03 .submit {
    margin-left: 0;
  }
  .fsbanner li .box {
    height: 200px;
  }
  .related1 .productlist li {
    width: 100%;
    margin-bottom:20px;
  }
  .pitem04 .form {
    width: 100%;
    padding:20px;
  }
  .pitem04 .img {
    width: 100%;
  }
  .pitem04 .form ul li {
    width: 100%;
  }
}*/
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../font/Montserrat-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../font/Roboto-Thin.woff2') format('woff2'), url('../font/Roboto-Thin.woff') format('woff'), url('../font/Roboto-Thin.ttf') format('truetype'), url('../font/Roboto-Thin.eot') format('embedded-opentype'), url('../font/Roboto-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../font/Oswald-Regular.woff2') format('woff2'), url('../font/Oswald-Regular.woff') format('woff'), url('../font/Oswald-Regular.ttf') format('truetype'), url('../font/Oswald-Regular.eot') format('embedded-opentype'), url('../font/Oswald-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-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);
  }
}
