@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;
}
body {
  font-family: arial;
  font-size: 14rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  -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: url(../index.jpg) no-repeat top center;
  background-size: 100%;
}
.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;
  background-size: 100px;
  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: #486fb4;
  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;
  }
}
.header {
  height: 120rem;
  width: 100%;
  z-index: 777;
  transition: 0.7s;
  position: fixed;
}
.header .logo {
  padding: 0;
  float: left;
  margin-top: 38rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 251rem;
  z-index: 5;
  transition: 0.5s;
}
.header .header-right {
  float: right;
  padding-top: 40rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #486fb4;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .menu a {
  display: block;
}
.header .header-right .menu a svg {
  width: 30px;
  margin-top: 15px;
  fill: #486fb4;
  vertical-align: middle;
  transform: rotate(180deg);
}
.headerFixed {
  background: #ececec;
}
.nav {
  float: right;
  margin-right: -35rem;
}
.nav ul li {
  text-align: center;
  float: left;
  margin-left: 32rem;
  position: relative;
}
.nav ul li a {
  display: inline-block;
  font-size: 18rem;
  color: #333333;
  line-height: 40rem;
  width: 123rem;
  border-radius: 19px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}
.nav ul li .subnav {
  position: absolute;
  top: 40rem;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  display: none;
  padding-top: 40rem;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 10rem;
  background-color: #fff;
  position: relative;
}
.nav ul li .subnav ul:after {
  content: '';
  display: block;
  width: 21rem;
  height: 12rem;
  background: url(../images/sanjiao.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: -12rem;
  left: 50%;
  margin-left: -10rem;
}
.nav ul li .subnav ul li {
  padding: 0;
  margin: 0;
  float: none;
  background: none;
}
.nav ul li .subnav ul li a {
  font-size: 14rem;
  color: #666;
  display: block;
  width: 100%;
  letter-spacing: 0;
  line-height: 45rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
  background: none;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover {
    background-color: #486fb4;
  }
  .nav ul li .subnav ul li:hover a {
    color: #fff;
  }
}
.nav ul li:hover a {
  color: #fff;
  background-color: #4c72b1;
}
.nav ul li:nth-child(3) .subnav {
  width: 240px;
  margin-left: -120px;
}
.nav ul .active a {
  color: #fff;
  background-color: #4c72b1;
}
#menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 60px 15px;
}
#menu ul {
  overflow: hidden;
  padding: 0 20px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 18px;
  color: #000;
  display: block;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #486fb4;
  text-align: center;
  background: url(../images/arrow1.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li ul {
  display: none;
  padding: 10px 0;
}
#menu ul li ul li a {
  font-size: 15px;
  line-height: 40px;
  color: #333;
  border: 0;
  font-weight: normal;
}
#menu ul li ul li:before {
  display: none;
}
#menu ul li ul ul {
  display: block;
  padding: 0 10px;
}
#menu ul li ul ul li a {
  font-size: 14px;
  color: #666;
}
#menu ul .active i:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 20px;
  top: 14px;
  border-radius: 50%;
  background: url('../images/closed.png') no-repeat center center;
  background-size: 24px;
}
#menu.show1 {
  right: 0;
}
.banner {
  color: #fff;
  text-align: left;
}
.banner .item {
  position: relative;
}
.banner .img {
  position: relative;
  z-index: 1;
}
.banner .img1 {
  display: none;
}
.banner .banner-hover {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 6;
}
.banner .banner-hover .bt {
  margin-bottom: 14rem;
  font-size: 38rem;
  font-weight: bold;
  color: #486fb4;
}
.banner .banner-hover .bt img {
  width: 252rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 17rem;
}
.banner .banner-hover .span {
  font-size: 16rem;
  line-height: 30rem;
  letter-spacing: 1.55rem;
  color: #666666;
  width: 40%;
  margin-bottom: 46rem;
}
.banner .banner-hover .search-main {
  position: relative;
  width: 408rem;
  height: 57rem;
  padding: 5rem;
  background-color: #486fb4;
}
.banner .banner-hover .search-main .form-control {
  text-align: left;
  border: 0;
  font-size: 14rem;
  letter-spacing: 1rem;
  color: #999999;
  vertical-align: top;
  padding: 0 15rem;
  -webkit-appearance: none;
  background: none;
  width: 347rem;
  height: 47rem;
  background-color: #ffffff;
}
.banner .banner-hover .search-main .btn {
  top: 0;
  border: 0;
  right: 0;
  width: 57rem;
  height: 57rem;
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  background-size: 26rem;
}
.banner .slick-current .p {
  animation: 1.5s fadeInUp2 alternate;
}
.banner .slick-current .search-main {
  animation: 4s fadeInUp2 alternate;
}
.banner .slick-current .bt {
  animation: 2s fadeInUp2 alternate;
}
.banner .slick-current .span {
  animation: 2.5s fadeInUp2 alternate;
}
.banner .slick-current .more {
  animation: 3s fadeInUp2 alternate;
}
.banner .slick-dots li {
  margin: 0 10px;
}
.banner .slick-dots li button:before {
  width: 12rem;
  height: 24rem;
  margin-top: 13rem;
  background-color: #1e57a3;
  border-radius: 20rem;
  border: 0;
}
.banner .slick-dots li.slick-active button:before {
  height: 37rem;
  margin-top: 0;
  background-color: #8ec31f;
  border: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 666;
}
.sitemap {
  padding: 40rem 0;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top:hover {
  color: #486fb4;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 18rem;
  color: #454545;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: #486fb4;
}
.footer {
  padding-top: 65rem;
  background-color: #486fb4;
}
@media (min-width: 1025px) {
  .footer a:hover {
    text-decoration: underline;
  }
}
.footer .img {
  width: 251rem;
}
.footer .footer-center {
  padding-top: 64rem;
  padding-bottom: 41rem;
}
.footer .footer-center ul {
  float: left;
  width: 15%;
}
.footer .footer-center ul li a {
  font-size: 24rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.98);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-right: 10rem;
}
.footer .footer-center ul li p {
  font-size: 24rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.98);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-right: 10rem;
}
.footer .footer-center ul ul {
  float: none;
  width: 100%;
  padding-top: 13rem;
}
.footer .footer-center ul ul li a {
  display: block;
  font-size: 18rem;
  font-weight: normal;
  line-height: 60rem;
  color: rgba(255, 255, 255, 0.98);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10rem;
}
.footer .footer-center > ul:nth-child(2) {
  width: 24%;
}
.footer .footer-center > ul:nth-last-child(1) {
  float: right;
  width: 26%;
}
.footer .footer-center > ul:nth-last-child(1) .jsh {
  padding-top: 22rem;
}
.footer .footer-center > ul:nth-last-child(1) .jsh span {
  font-size: 18rem;
  line-height: 42rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
.footer .footer-center > ul:nth-last-child(1) .jsh .p {
  padding-top: 20rem;
  margin-bottom: 6rem;
  overflow: hidden;
}
.footer .footer-center > ul:nth-last-child(1) .jsh .p a {
  float: left;
  margin-right: 21rem;
  width: 50rem;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .footer .footer-center > ul:nth-last-child(1) .jsh .p a:hover {
    margin-top: -5rem;
  }
}
.footer .footer-center > ul:nth-last-child(1) .jsh .info {
  font-size: 18rem;
  line-height: 42rem;
  letter-spacing: 0.5rem;
  font-family: 'Roboto-Thin';
  color: #ffffff;
}
.footer .footer-center > ul:nth-last-child(1) .jsh .info a {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.footer .copyright {
  border-top: 1px solid rgba(254, 254, 254, 0.5);
  font-size: 16rem;
  letter-spacing: 1rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 27rem 0;
}
.footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.header1 {
  background: #ececec;
}
.content {
  margin-top: 120rem;
  padding: 55rem 0 79rem 0;
  min-height: 500rem;
}
.current {
  letter-spacing: 0.2rem;
  font-size: 16rem;
  color: #353535;
}
.current img {
  width: 15rem;
  margin-top: 4rem;
  display: inline-block;
  vertical-align: top;
}
.current a {
  color: #353535;
}
@media (min-width: 1025px) {
  .current a:hover {
    color: #486fb4;
  }
}
.current b {
  font-weight: normal;
  color: #486fb4;
}
.product {
  background: #f3f3f3;
}
.product .bt {
  color: #486fb4;
  font-weight: bold;
  font-size: 24rem;
  margin-top: 49rem;
  padding-bottom: 2rem;
  margin-bottom: 20rem;
  border-bottom: 1px solid #dbdbdb;
}
.product .span {
  font-size: 14rem;
  letter-spacing: 0.5rem;
  margin-top: -11rem;
  color: #666666;
}
.productlist {
  margin: 0 -60rem;
}
.productlist li {
  width: 25%;
  float: left;
  margin-bottom: 11rem;
  padding: 0 60rem;
}
.productlist li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15rem;
  line-height: 48rem;
  padding-right: 20rem;
  border-bottom: 1px dotted #e1e1e1;
  background: url(../images/more.png) no-repeat center right;
  background-size: 7rem;
}
@media (min-width: 1025px) {
  .productlist li:hover a {
    color: #486fb4;
  }
}
.productlist1 {
  margin: 0 -50rem;
  font-size: 0;
}
.productlist1 li {
  padding: 0 50rem;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.productlist1 li .box {
  position: relative;
}
.productlist1 li .hover {
  width: 100%;
  padding: 6rem 19rem;
  background: #fff;
  transition: 0.5s;
  display: none;
  position: absolute;
  z-index: 4;
}
.productlist1 li .hover:after {
  content: '';
  display: block;
  width: 21rem;
  height: 12rem;
  background: url(../images/sanjiao.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: -12rem;
  left: 50%;
  margin-left: -10rem;
}
.productlist1 li .hover span {
  font-size: 14rem;
  line-height: 32rem;
  letter-spacing: 1rem;
  display: block;
  margin-bottom: 4rem;
  color: #666666;
}
.productlist1 li .hover ul {
  margin: 0 -8rem;
}
.productlist1 li .hover ul li {
  width: 50%;
  float: left;
  height: auto;
  padding: 0 8rem;
}
.productlist1 li .hover ul li a {
  border: solid 1rem #dcdddd;
  display: block;
  background: none;
  padding: 0;
}
.productlist1 li .hover ul li .pic:after {
  padding-bottom: 92%;
}
@media (min-width: 1025px) {
  .productlist1 li .hover ul li:hover a {
    border: solid 1rem #486fb4;
  }
  .productlist1 li .hover ul li:hover .pic img {
    transform: scale(1.04);
  }
}
@media (min-width: 1025px) {
  .productlist1 li:hover .hover {
    display: block;
  }
}
.productlist2 {
  margin: 0 -8rem;
  padding-top: 28rem;
  padding-bottom: 28rem;
}
.productlist2 li {
  width: 20%;
  float: left;
  margin-bottom: 13rem;
  padding: 0 8rem;
}
.productlist2 li a {
  display: block;
  font-size: 15rem;
}
.productlist2 li .box {
  padding: 9rem 9rem 16rem 9rem;
}
.productlist2 li .pic:after {
  padding-bottom: 92%;
}
.productlist2 li .text {
  padding-top: 6rem;
}
.productlist2 li .text .h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 3rem;
}
.productlist2 li .text .p {
  border-top: 1px solid #dedede;
  font-size: 14rem;
  line-height: 32rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
  border-bottom: 1px solid #dedede;
}
.productlist2 li .text .p span {
  margin-right: 20rem;
}
.productlist2 li .text .p span:nth-last-child(1) {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .productlist2 li:hover a {
    color: #486fb4;
  }
  .productlist2 li:hover .box {
    background: #fff;
    box-shadow: 0rem 0rem 10rem 0rem rgba(204, 204, 204, 0.5);
  }
  .productlist2 li:hover .pic img {
    transform: scale(1.04);
  }
}
.page {
  text-align: center;
  overflow: hidden;
}
.page a {
  display: inline-block;
  line-height: 36px;
  padding: 0 10px;
  color: #595757;
  height: 38px;
  min-width: 38px;
  text-align: center;
  margin: 0 6px;
  font-size: 13px;
  border: solid 1px #dcdddd;
  font-family: arial;
  vertical-align: top;
}
.page a:hover {
  background: #486fb4;
  color: #fff;
  border: 1px solid #486fb4;
}
.page span {
  display: inline-block;
  line-height: 36px;
  padding: 0 10px;
  min-width: 38px;
  text-align: center;
  color: #595757;
  height: 38px;
  margin: 0 6px;
  font-size: 13px;
  border: solid 1px #dcdddd;
  font-family: arial;
  vertical-align: top;
}
.page .num1 {
  padding: 0;
  width: 46px;
  vertical-align: middle;
}
.page .num2 {
  padding: 0;
  width: 59px;
  vertical-align: middle;
}
.page .num3 {
  padding: 0;
  width: 59px;
  vertical-align: middle;
}
.page .num4 {
  padding: 0;
  width: 46px;
  vertical-align: middle;
}
.page .cpb {
  background: #486fb4;
  color: #fff;
  border: 1px solid #486fb4;
}
@media (max-width: 768px) {
  .page a,
  .page span {
    display: none;
  }
  .page .prev,
  .page .next {
    display: inline-block;
  }
}
.date-info {
  padding-top: 29rem;
}
.aside {
  float: left;
  width: 21%;
  padding: 20rem 25rem;
  background: #fff;
}
.aside ul li a {
  display: block;
  font-size: 18rem;
  line-height: 60rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .aside ul li:hover a {
    color: #486fb4;
  }
}
.aside ul .active a {
  color: #486fb4;
}
.inmain-right {
  float: right;
  width: 76%;
  padding: 30rem 55rem;
  background: #fff;
}
.inmain-right .inmain-title {
  padding-bottom: 9rem;
  border-bottom: solid 2rem #efefef;
}
.inmain-right .inmain-title h1 {
  font-size: 16rem;
  font-weight: bold;
  line-height: 38rem;
  color: #3e3a39;
  float: left;
  text-transform: uppercase;
}
.inmain-right .inmain-title a {
  width: 131rem;
  line-height: 38rem;
  background-color: #4c72b1;
  border-radius: 17rem;
  float: right;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .inmain-right .inmain-title a:hover {
    background: #304a78;
  }
}
.date-nr {
  font-size: 16rem;
  line-height: 30rem;
  padding: 11rem 0;
  color: #333333;
  letter-spacing: 0.2rem;
  min-height: 350rem;
}
.date-nr .hp {
  font-size: 16rem;
  font-weight: bold;
  line-height: 56rem;
  margin: 0;
  color: #3e3a39;
}
.table {
  border: solid 1rem #4c72b1;
}
.table td {
  padding: 9rem 10rem;
  font-size: 14rem;
  line-height: 20rem;
  border: solid 1rem #4c72b1;
  border-right: 0;
  border-left: 0;
}
.table tr:nth-child(1) {
  background-color: #4c72b1;
}
.table tr:nth-child(1) td {
  color: #fff;
  font-size: 16rem;
}
.news-info {
  padding-top: 36rem;
}
.news-list {
  overflow: hidden;
}
.news-list li {
  margin-bottom: 25rem;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25rem;
}
.news-list li .box {
  position: relative;
  padding-left: 257rem;
  cursor: pointer;
  min-height: 125rem;
}
.news-list li .pic {
  width: 238rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news-list li .pic img {
  transition: 0.5s;
}
.news-list li .pic:after {
  padding-bottom: 53.36134454%;
}
.news-list li .text {
  position: relative;
  padding-right: 128rem;
}
.news-list li .text .bt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 7rem;
  margin-bottom: 6rem;
  font-size: 19rem;
  color: #000000;
}
.news-list .info span {
  color: #999999;
  font-size: 13rem;
  margin-right: 44rem;
}
.news-list li .text .jsh {
  font-size: 16rem;
  color: #999999;
  line-height: 24rem;
  height: 48rem;
  overflow: hidden;
  margin-bottom: 10rem;
}
.news-list li .text .date {
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 106rem;
  width: 72px;
}
.news-list li .text .date div {
  font-size: 43rem;
  color: #999999;
  font-weight: lighter;
  text-align: center;
}
.news-list li .text .date p {
  color: #999999;
  font-size: 13rem;
  text-align: center;
}
.news-list li .text .date .more {
  display: block;
  width: 72px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 10px;
  color: #999999;
  border: 1px solid #999999;
  background-color: #fff;
  margin-top: 5rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .news-list li:hover .date .more {
    background: #486fb4;
    color: #ffffff;
    transition: 0.3s;
    border: 1px solid #486fb4;
  }
  .news-list li:hover .pic img {
    transform: scale(1.03);
  }
  .news-list li:hover .text .bt {
    color: #486fb4;
  }
}
.news {
  background: #f3f3f3;
}
.news .page {
  font-size: 0;
}
.news .page a {
  font-size: 14px;
  line-height: 26px;
  min-width: 30px;
  height: 28px;
  width: 30px;
  background: #fff;
}
@media (min-width: 1025px) {
  .news .page a:hover {
    background-color: #486fb4;
  }
}
.news .page a.prev,
.news .page a.next {
  width: 60px;
  margin: 0 0 0 -1px;
}
.news-show {
  background: #f3f3f3;
}
.h1 {
  text-align: center;
  font-size: 24rem;
  font-weight: bold;
  margin-top: 20rem;
  margin-bottom: 70rem;
  color: #333333;
}
.news-p {
  font-size: 16rem;
  line-height: 32rem;
  letter-spacing: 0.5rem;
  padding-bottom: 90rem;
  color: #333333;
}
.prev-next {
  overflow: hidden;
  color: #666;
  font-size: 18rem;
}
.prev-next .return {
  line-height: 90rem;
  height: 90rem;
  overflow: hidden;
  position: relative;
  padding-left: 95rem;
  float: left;
  margin-bottom: 0;
  width: 17%;
  margin: 0 0.5%;
  background: #f7f7f7 url(../images/mumu.png) no-repeat 50rem center;
}
.prev-next .news-prev {
  line-height: 90rem;
  height: 90rem;
  overflow: hidden;
  position: relative;
  padding-left: 85rem;
  float: left;
  margin-bottom: 0;
  width: 41%;
  background: #f7f7f7;
  padding-right: 70rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next .news-next {
  line-height: 90rem;
  height: 90rem;
  overflow: hidden;
  position: relative;
  padding-right: 85rem;
  float: left;
  margin-bottom: 0;
  width: 41%;
  background: #f7f7f7;
  padding-left: 70rem;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next .news-prev span {
  position: absolute;
  left: 30rem;
  top: 0;
  display: inline-block;
  width: 60rem;
  font-family: 宋体;
  text-align: center;
}
.prev-next .news-next span {
  position: absolute;
  right: 30rem;
  top: 0;
  display: inline-block;
  width: 60rem;
  font-family: 宋体;
  text-align: center;
}
.prev-next li a {
  color: #666;
  display: block;
}
.prev-next li p {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prev-next li:hover a {
  color: #486fb4;
}
.about {
  background: #f3f3f3;
}
.about .video {
  margin-top: 30rem;
}
.about ul {
  margin: 0 -11rem;
  padding-top: 24rem;
}
.about ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 11rem;
}
.about ul li .box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 11rem;
  box-shadow: 7rem 11rem 9rem 1rem rgba(24, 113, 178, 0.26);
}
.about ul li .pic:after {
  padding-bottom: 60.94808126%;
}
.about .about-p {
  font-size: 19rem;
  line-height: 32rem;
  letter-spacing: 1rem;
  padding: 53rem 0 0 0;
  color: #232323;
}
.about .about-p .h3 {
  font-weight: bold;
  font-size: 19rem;
}
.support {
  background: #f3f3f3;
}
.support-info {
  margin: 0 auto;
  width: 76%;
  margin-top: 30rem;
  padding: 76rem 85rem;
  background: #fff;
  overflow: hidden;
}
.support-info .bt1 {
  line-height: 75rem;
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 1rem;
  padding-left: 50rem;
  margin-bottom: 3rem;
  color: #333333;
}
.support-info .bt1 img {
  float: left;
  width: 75rem;
  margin-right: 14rem;
}
.support-info .span {
  font-size: 14rem;
  line-height: 32rem;
  padding-left: 52rem;
  letter-spacing: 0.3rem;
  color: #333333;
}
.support-info .h3 {
  font-size: 20rem;
  font-weight: bold;
  line-height: 32rem;
  letter-spacing: 1rem;
  padding-left: 52rem;
  margin-top: 38rem;
  margin-bottom: 7rem;
  color: #333333;
}
.support-info .checked {
  margin-left: 52rem;
  position: relative;
}
.support-info .checked .box1 {
  position: relative;
  padding: 20rem;
  cursor: pointer;
  background: #ffffff url(../images/more1.png) no-repeat 94% center;
  border: solid 1rem #4c72b1;
}
.support-info .checked .box1 .pic {
  width: 50rem;
  position: absolute;
  top: 25rem;
  left: 46rem;
}
.support-info .checked .box1 .text {
  padding-left: 95rem;
  padding-right: 55rem;
}
.support-info .checked .box1 .text .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 32rem;
  padding-left: 0;
  color: #4c72b1;
}
.support-info .checked .box1 .text .p {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
}
.support-info .checked ul {
  display: none;
  position: absolute;
  top: 116rem;
  background-color: #fff;
  left: 0;
  width: 100%;
  height: 524rem;
  overflow: auto !important;
  border: 1px solid #ccc;
}
.support-info .list li {
  margin-bottom: 25rem;
}
.support-info .list li .box {
  position: relative;
  padding: 20rem;
}
.support-info .list li .box .pic {
  width: 50rem;
  position: absolute;
  top: 25rem;
  left: 46rem;
}
.support-info .list li .box .text {
  padding-left: 95rem;
}
.support-info .list li .box .text .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 32rem;
  padding-left: 0;
  color: #4c72b1;
}
.support-info .list li .box .text .p {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .support-info .list li:hover {
    background: #f4f5f7;
  }
}
.form {
  padding-left: 52rem;
  padding-top: 29rem;
}
.form li {
  margin-bottom: 25rem;
}
.form li span {
  font-size: 16rem;
  font-weight: bold;
  color: #666666;
  display: block;
  margin-bottom: 5rem;
}
.form li span font {
  color: #ff0000;
}
.form li input,
.form li select,
.form li textarea {
  height: 54rem;
  width: 100%;
  background-color: #fafbfc;
  border-radius: 5rem;
  border: solid 2rem #e6e6e6;
  padding: 0 15rem;
}
.form li select::-ms-expand {
  display: none;
}
.form li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fafbfc url(../images/more1.png) no-repeat scroll 97% center;
  background-size: 15rem;
}
.form li textarea {
  padding: 15rem;
  height: 199rem;
}
.form li .info {
  border-radius: 5rem;
  border: dashed 1rem #e6e6e6;
  text-align: center;
  padding: 30rem;
  overflow: hidden;
}
.form li .info p {
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
.form li .tijiao,
.form li .quxiao {
  width: 88rem;
  line-height: 41rem;
  text-align: center;
  color: #fff;
  background-color: #4c72b1;
  border-radius: 21rem;
  display: block;
  float: left;
  margin-right: 5rem;
  font-size: 16rem;
}
@media (min-width: 1025px) {
  .form li .tijiao:hover,
  .form li .quxiao:hover {
    background-color: #37558a;
    color: #fff;
  }
}
.form li .quxiao {
  background: none;
  color: #666666;
}
.fileUploadContent .box {
  margin-top: 10px;
}
.fileUploadContent .fileItem {
  border: solid thin #dddddd;
  width: 142rem;
  height: 142rem;
  float: left;
  margin: 10rem;
  text-align: left;
  border-radius: 5px;
  vertical-align: top;
  position: relative;
  padding: 10rem;
}
.fileUploadContent .fileItem .progress {
  height: 10px;
  width: 100%;
}
.fileUploadContent .fileItem .progress > .progress_inner {
  background-color: #4c72b1;
  width: 0%;
  height: 10px;
  border-radius: 10px;
}
.fileUploadContent .fileItem .progress .error {
  background-color: red;
}
.fileUploadContent .fileItem .status {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
}
.fileUploadContent .fileItem .status i {
  display: block;
  float: left;
  width: 15rem;
  height: 15rem;
  cursor: pointer;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15rem;
}
.fileUploadContent .fileItem .fileName {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
  clear: both;
  padding: 2px 2px;
}
.fileUploadContent .uploadBts > div .selectFileBt {
  border: none;
  color: #666666;
  font-size: 15px;
  cursor: pointer;
  width: 88rem;
  line-height: 41rem;
  background-color: #f5f6f7;
  margin: 0 auto;
  text-align: center;
}
.fileUploadContent .uploadBts > div .selectFileBt:hover {
  color: #fff;
  background-color: #486fb4;
}
.fileUploadContent .uploadBts > div i {
  font-size: 35px;
  color: #4c72b1;
  cursor: pointer;
}
.fileUploadContent .subberProgress {
  padding: 5px;
  display: none;
}
.fileUploadContent .subberProgress .progress {
  border: solid thin #4c72b1;
  height: 20px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.fileUploadContent .subberProgress .progress > div {
  background-color: #4c72b1;
  width: 0%;
  height: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
  color: #ffffff;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari 鍜� Chrome */
  -o-transition: width 0.5s;
  /* Opera */
  transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
}
.product-show .p-top {
  padding: 0 20rem;
  margin-top: 30rem;
  font-size: 24rem;
  font-weight: bold;
  line-height: 64rem;
  background-color: #4c72b1;
  border-radius: 10rem;
  color: #ffffff;
}
.product-show .p-center {
  padding: 42rem 0;
}
.product-show .p-center .left {
  width: 31%;
  float: left;
}
.product-show .p-center .left .pic:after {
  padding-bottom: 93%;
}
.product-show .p-center .left .big {
  background-color: #ffffff;
  border: solid 1rem #dcdddd;
  position: relative;
}
.product-show .p-center .left .big a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37rem;
  height: 34rem;
  background: #dcdddd url(../images/search1.png) no-repeat center center;
  background-size: 19rem;
}
.product-show .p-center .left .big .h3 {
  width: 100%;
  position: absolute;
  top: 16rem;
  left: 0;
  padding: 0 20rem;
  font-size: 14rem;
  line-height: 32rem;
  color: #4c72b1;
}
.product-show .p-center .left .small {
  padding-top: 6rem;
}
.product-show .p-center .left .small .pic {
  width: 85rem;
  display: inline-block;
  vertical-align: middle;
  border: solid 1rem #999999;
}
.product-show .p-center .left .small .p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14rem;
  line-height: 32rem;
  padding-left: 19rem;
  color: #4c72b1;
}
.product-show .p-center .right {
  float: right;
  width: 65%;
  padding-top: 11rem;
}
.product-show .p-center .right table td {
  font-size: 14rem;
  padding: 8rem 0;
  color: #666666;
}
.product-show .p-center .right table tr:first-child td {
  font-size: 16rem;
}
.product-show .p-center .right .contact {
  width: 131rem;
  line-height: 38rem;
  background-color: #4c72b1;
  border-radius: 17rem;
  margin-top: 22rem;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .product-show .p-center .right .contact:hover {
    background-color: #334f81;
  }
}
.product-show .p-select {
  margin-bottom: 30rem;
}
.product-show .p-select span {
  font-size: 14rem;
  font-weight: bold;
  line-height: 26rem;
  width: 24%;
  float: left;
  color: #333333;
}
.product-show .p-select span select {
  font-size: 14rem;
  height: 26rem;
  font-weight: bold;
  border: 0;
  color: #999999;
}
.product-show .p-select span select::-ms-expand {
  display: none;
}
.product-show .p-select span select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(../images/arrow1.png) no-repeat scroll 97% center;
  background-size: 15rem;
  padding-right: 21rem;
  padding-right: 33rem;
  margin-left: 18rem;
}
.product-show .p-select .Purity {
  color: #999999;
}
.product-show .p-select .pdf {
  float: right;
  width: 52%;
}
.product-show .p-select .pdf a {
  float: right;
  color: #999999;
  background: url(../images/pdf.png) no-repeat center left;
  background-size: 19rem;
  padding-left: 23rem;
  margin-left: 10rem;
}
.product-show .p-title {
  font-size: 20rem;
  font-weight: bold;
  line-height: 56rem;
  height: 56rem;
  color: #4c72b1;
  border-bottom: 3rem solid #dcdddd;
}
.product-show .p-title span {
  display: inline-block;
  height: 57rem;
  border-bottom: 3rem solid #4c72b1;
}
.product-show .p-list {
  border-bottom: 3rem solid #dcdddd;
}
.product-show .p-list ul li {
  float: left;
  margin-right: 130rem;
}
.product-show .p-list ul li a {
  display: block;
  font-size: 18rem;
  font-weight: bold;
  padding: 35rem 0 5rem 0;
  color: #333333;
  position: relative;
}
.product-show .p-list ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 3rem;
  background: #486fb4;
  position: absolute;
  bottom: -3rem;
  left: 0;
}
.product-show .p-list ul .active a:after {
  width: 100%;
}
.product-show .p-show .p-info {
  display: none;
  padding: 40rem 0;
  overflow: hidden;
}
.product-show .productlist2 li a {
  padding-top: 10rem;
}
.table3 table {
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
}
.table3 tr td {
  font-size: 14rem;
  font-weight: bold;
  padding: 10rem 10rem;
  border-bottom: 2px solid #efefef;
  color: #666666;
  border-right: 2px solid #efefef;
}
.table3 tr td:nth-child(2n) {
  border-right: none;
}
.table4 table tr td {
  font-size: 14rem;
  line-height: 24rem;
  padding: 30rem;
  vertical-align: top;
  color: #666666;
}
.table4 table tr td:first-child {
  font-size: 18rem;
  font-weight: bold;
  width: 20%;
  color: #333333;
}
.table4 table tr:nth-child(2n) {
  background-color: #ebecec;
}
/*cookie*/
.cookie {
  font-size: 14px;
  line-height: 22px;
  background: #bbb;
  color: #fff;
  clear: both;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
}

/*cookie*/
.cookie.hidden {
	display:none;
}
.cookie .container {
  display: flex;
  position: relative;
}
.cookie .left {
  flex: 1;
  float: left;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}
.cookie .left .icon {
  float: left;
  margin-right: 20px;
  width: 40px;
}
.cookie .shm {
  flex: 1;
}
.cookie .title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: normal;
  font-style: italic;
  display: none;
}
.cookie .right {
  border-left: 1px rgba(255, 255, 255, 0.2) solid;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie .a-1 {
  min-width: 200px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: #486fb4;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  border-radius: 3px;
  background: #efefef;
  transition: all 0.5s;
}
.cookie .a-1:hover {
  background: #fff;
  color: #486fb4;
}
.cookie .a-2 {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
}
.cookie .hidden {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cookie {
    font-size: 12px;
    line-height: 18px;
  }
  .cookie .left {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cookie .left .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .cookie .title {
    font-size: 16px;
  }
  .cookie .a-1 {
    min-width: 60px;
    line-height: 28px;
  }
  .cookie .right {
    padding-left: 10px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap {
    padding: 20px 0;
  }
  .sitemap li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top {
    font-size: 16px;
  }
  .sitemap li .bot {
    margin-top: 5px;
  }
  .sitemap li .bot a {
    font-size: 14px;
    margin-right: 10px;
  }
  .container {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .banner .img1 {
    display: block;
  }
  .banner .img1 img {
    width: 100%;
  }
  .banner .img {
    display: none;
  }
  .banner .banner-hover {
    top: 50%;
    transform: translateY(-50%);
  }
  .header {
    height: 60px;
  }
  .header .logo a img {
    width: 140px;
  }
  .header .logo {
    margin-top: 15px;
  }
  .nav {
    display: none;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right {
    padding-top: 12px;
  }
  .banner .banner-hover .bt {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .banner .banner-hover .bt img {
    width: 128px;
    margin-left: 10px;
  }
  .banner .banner-hover .span {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 20px;
  }
  .banner .banner-hover .search-main {
    width: 100%;
    height: 40px;
    padding: 5px 40px 5px 5px;
  }
  .banner .banner-hover .search-main .form-control {
    font-size: 14px;
    padding: 0 10px;
    width: 100%;
    height: 30px;
  }
  .banner .banner-hover .search-main .btn {
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
  .footer .img {
    width: 140px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .footer-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footer-center > ul {
    display: none;
  }
  .footer .footer-center > ul:nth-last-child(1) {
    width: 100%;
    display: block;
  }
  .footer .footer-center ul li p {
    font-size: 18px;
    padding-right: 0;
  }
  .footer .footer-center > ul:nth-last-child(1) .jsh span {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
  }
  .footer .footer-center > ul:nth-last-child(1) .jsh .p a {
    margin-right: 10px;
    width: 30px;
  }
  .footer .footer-center > ul:nth-last-child(1) .jsh .info {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .footer .copyright {
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 0;
  }
  .content {
    margin-top: 60px;
    padding: 20px 0;
    min-height: 400px;
  }
  .current {
    letter-spacing: 0;
    font-size: 14px;
  }
  .current img {
    width: 15px;
    margin-top: 1px;
  }
  .product .bt {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .productlist li a {
    font-size: 14px;
    line-height: 30px;
    padding-right: 20px;
    background: url(../images/more.png) no-repeat center right;
    background-size: 7px;
  }
  .productlist li {
    width: 100%;
    margin-bottom: 10px;
  }
  .productlist1 li {
    height: auto;
  }
  .product .span {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 0;
  }
  .productlist2 li {
    width: 25%;
    margin-bottom: 10px;
    padding: 0 4px;
  }
  .productlist2 li .box {
    padding: 0;
  }
  .productlist2 {
    margin: 0 -3px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .productlist2 li .text {
    padding-top: 5px;
  }
  .productlist2 li a {
    font-size: 14px;
  }
  .productlist2 li .text .h3 {
    margin-bottom: 5px;
  }
  .productlist2 li .text .p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    text-overflow: initial;
    white-space: normal;
  }
  .productlist2 li .text .p span {
    margin-right: 5px;
  }
  .aside {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }
  .aside ul li a {
    font-size: 14px;
    line-height: 30px;
  }
  .inmain-right .inmain-title h1 {
    font-size: 16px;
    width: 100%;
    line-height: 30px;
  }
  .inmain-right {
    width: 100%;
    padding: 20px;
  }
  .inmain-right .inmain-title {
    padding-bottom: 5px;
  }
  .inmain-right .inmain-title a {
    width: 100px;
    line-height: 30px;
    border-radius: 30px;
    float: left;
  }
  .date-nr {
    font-size: 14px;
    line-height: 25px;
    padding: 20px 0;
    letter-spacing: 0;
    min-height: 200px;
  }
  .date-nr .hp {
    font-size: 16px;
    line-height: 30px;
  }
  .table {
    border: solid 1px #4c72b1;
    width: 100% !important;
  }
  .table tr:nth-child(1) td {
    font-size: 16px;
  }
  .table td {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    border: solid 1px #4c72b1;
    border-right: 0;
    border-left: 0;
  }
  .h1 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .news-p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    padding-bottom: 20px;
  }
  .support-info {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
  }
  .support-info .bt1 img {
    width: 35px;
    margin-right: 5px;
  }
  .support-info .bt1 {
    line-height: 35px;
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 0;
    margin-bottom: 5px;
  }
  .support-info .span {
    font-size: 14px;
    line-height: 22px;
    padding-left: 0;
    letter-spacing: 0;
  }
  .support-info .h3 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .support-info .list li .box .text .p {
    font-size: 14px;
    line-height: 22px;
  }
  .support-info .list li .box .pic {
    width: 30px;
    top: 5px;
    left: 0;
  }
  .support-info .list li .box {
    padding: 5px;
  }
  .support-info .list li .box .text {
    padding-left: 35px;
  }
  .support-info .list li .box .text .bt {
    font-size: 16px;
    line-height: 25px;
  }
  .support-info .checked {
    margin-left: 0;
  }
  .form {
    padding-left: 0;
    padding-top: 10px;
  }
  .support-info .checked .box1 .text .p {
    font-size: 13px;
    line-height: 22px;
  }
  .support-info .checked .box1 .pic {
    width: 30px;
    top: 5px;
    left: 0;
  }
  .support-info .checked .box1 {
    padding: 5px;
  }
  .support-info .checked .box1 .text {
    padding-left: 35px;
    padding-right: 31px;
  }
  .support-info .checked .box1 .text .bt {
    font-size: 16px;
    line-height: 25px;
  }
  .support-info .checked ul {
    top: 105%;
    height: 255px;
    padding: 10px;
  }
  .date-info {
    padding-top: 20px;
  }
  .form li span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form li input,
  .form li select,
  .form li textarea {
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
  }
  .form li .info p {
    font-size: 12px;
    line-height: 25px;
  }
  .form li .info {
    padding: 10px;
  }
  .fileUploadContent .uploadBts > div .selectFileBt {
    font-size: 13px;
    width: 100px;
    line-height: 30px;
  }
  .fileUploadContent .fileItem {
    width: 65px;
    height: 65px;
    margin: 5px;
    padding: 5px;
  }
  .fileUploadContent .fileItem .status {
    bottom: 5px;
    right: 5px;
  }
  .fileUploadContent .fileItem .status i {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  .form li .tijiao,
  .form li .quxiao {
    width: 60px;
    line-height: 30px;
    border-radius: 30px;
    margin-right: 5px;
    font-size: 14px;
  }
  .form li {
    margin-bottom: 10px;
  }
  .news-info {
    padding-top: 20px;
  }
  .news-list li .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .news-list li .text {
    padding-right: 0;
  }
  .news-list li .box {
    padding-left: 0;
    min-height: 0;
  }
  .news-list li .text .bt {
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .news-list li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    padding: 0 5px;
    padding-bottom: 10px;
  }
  .news-list {
    margin: 0 -5px;
  }
  .news-list li .text .jsh {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 5px;
  }
  .news-list .info span {
    font-size: 12px;
    margin-right: 5px;
  }
  .news-list li .text .date {
    display: none;
  }
  .about .video {
    margin-top: 20px;
  }
  .about .about-p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 20px 0 0 0;
  }
  .about .about-p .h3 {
    font-size: 16px;
  }
  .product-show .p-top {
    padding: 0 10px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 10px;
  }
  .product-show .p-center .left {
    width: 100%;
  }
  .product-show .p-center .left .big .h3 {
    top: 5px;
    left: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .product-show .p-center .left .big a {
    width: 32px;
    height: 32px;
    background-size: 19px;
  }
  .product-show .p-center .left .small {
    padding-top: 5px;
  }
  .product-show .p-center .left .small .pic {
    width: 150px;
  }
  .product-show .p-center .left .small .p {
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
  }
  .product-show .p-center .right {
    width: 100%;
    padding-top: 10px;
  }
  .product-show .p-center .right table td {
    font-size: 12px;
    padding: 5px 0;
  }
  .product-show .p-center .right table tr:first-child td {
    font-size: 14px;
  }
  .product-show .p-center .right .contact {
    width: 100px;
    line-height: 30px;
    border-radius: 30px;
    margin-top: 10px;
  }
  .product-show .p-center {
    padding: 20px 0;
  }
  .product-show .p-select {
    margin-bottom: 10px;
  }
  .product-show .p-select span {
    font-size: 14px;
    line-height: 23px;
    width: 100% !important;
  }
  .product-show .p-select span select {
    font-size: 14px;
    height: 23px;
  }
  .product-show .p-select span select {
    background: #ffffff url(../images/arrow1.png) no-repeat scroll 97% center;
    background-size: 10px;
    padding-right: 20px;
    margin-left: 5px;
  }
  .product-show .p-select .pdf {
    float: left;
  }
  .product-show .p-select .pdf a {
    background-size: 16px;
    padding-left: 20px;
    margin-left: 0;
    float: left;
    margin-right: 10px;
  }
  .product-show .p-title {
    font-size: 18px;
    line-height: 30px;
    height: auto;
    border-bottom: 1px solid #dcdddd;
  }
  .product-show .p-title span {
    height: 30px;
    border-bottom: none;
  }
  .product-show .p-list ul li a {
    font-size: 14px;
    padding: 20px 0 5px 0;
  }
  .product-show .p-list ul li {
    margin-right: 10px;
  }
  .product-show .p-show .p-info {
    padding: 20px 0;
  }
  .table3 table {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .table3 tr td {
    font-size: 14px;
    padding: 10px;
  }
  .table4 table tr td {
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
  }
  .table4 table tr td:first-child {
    font-size: 16px;
  }
  .prev-next {
    font-size: 12px;
  }
  .prev-next .return {
    line-height: 40px;
    height: 40px;
    width: 100%;
    margin:0;
    padding:0 20px;
    background: #f7f7f7;
  }
  .prev-next .news-prev {
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding:0 20px;
  }
  .prev-next .news-next {
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding:0 20px;
  }
  .prev-next .news-prev span {
    display:none;
  }
  .prev-next .news-next span {
    display:none;
  }
}
@media (max-width: 500px) {
  .productlist2 li {
    width: 50%;
  }
}
@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.ttf');
  src: url('../font/Oswald-Regular.eot');
  src: url('../font/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Oswald-Regular.woff2') format('woff2'), url('../font/Oswald-Regular.woff') format('woff'), url('../font/Oswald-Regular.svg#Oswald-Regular') format('svg'), url('../font/Oswald-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
.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;
}
.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 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;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@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;
}
