﻿@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0 auto;
  background: #fff;
  max-width: 1920px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all;
  word-wrap: break-word;
}
a:link,
a:visited {
  text-decoration: none;
  outline: 0;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
ul {
  padding: 0;
}
li {
  zoom: 1;
  vertical-align: middle;
}
ol {
  margin: 0;
  padding: 0;
  padding-left: 36px;
}
fieldset,
img {
  border: 0;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
}
div {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 0;
  width: 100%;
}
th,
td {
  padding: 0;
}
input,
textarea {
  font-family: arial;
  font-size: 14px;
}
input {
  outline: 0;
}
textarea {
  outline: 0;
}
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-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
::-webkit-input-placeholder {
  color: #4b4b4b;
}
:-moz-placeholder {
  color: #4b4b4b;
  opacity: 1;
}
::-moz-placeholder {
  color: #4b4b4b;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #4b4b4b;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  clear: both;
}
.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;
}
/*ie8判断*/
.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: 20px;
  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;
}
#container {
  overflow: hidden;
  position: relative;
  background: #000000;
}
.phone-nav {
  position: fixed;
  right: 15px;
  top: 0;
  line-height: 44px;
  display: none;
  color: #666;
  z-index: 6667;
}
.phone-nav svg {
  width: 21px;
  fill: #fff;
  vertical-align: middle;
}
#menu {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 60px 0;
}
#menu .search {
  position: relative;
  overflow: hidden;
}
#menu .search .form-control {
  border: 1px solid #c7c7c7;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 0 20px;
  background: none;
}
#menu .search .form-control:focus {
  border: 1px solid #7df7ff;
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #7df7ff url(../images/search.png) no-repeat center center;
  background-size: 15px;
  border: 0;
  height: 40px;
  width: 40px;
  color: #fff;
}
#menu ul {
  overflow: hidden;
  padding: 0 20px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  display: block;
  line-height: 48px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  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: 14px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  border: 0;
}
#menu ul li ul li:before {
  display: none;
}
#menu ul li ul ul {
  display: block;
}
#menu ul li ul ul li a {
  text-transform: capitalize;
  padding: 0 10px;
  font-weight: normal;
  color: #666;
}
#menu ul .active i {
  background: url("../images/arrow2.png") no-repeat center center;
  background-size: 13px;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 20px;
  top: 14px;
  background: url(../images/jia.png) no-repeat center center;
  border-radius: 50%;
  background-size: 20px;
  transform: rotate(45deg);
}
#menu.show1 {
  top: 0;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#fp-nav {
  display: none !important;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.85rem;
}
.header {
  width: 100%;
  z-index: 55;
  padding-top: 0.52rem;
  padding-bottom: 0.37rem;
  position: absolute;
  top: 0;
  left: 0;
}
.header .logo {
  float: left;
  width: 38.5%;
  display: block;
  padding-top: 0.32rem;
  padding-left: 0.29rem;
}
.header .box {
  float: right;
  padding-right: 0.45rem;
}
.header .info {
  text-align: right;
  margin-bottom: 0.19rem;
}
.header .info .search {
  position: relative;
  float: right;
}
.header .info .search input {
  font-family: "FolioBT-Medium";
  color: #000000;
  font-size: 0.17rem;
  width: 2.85rem;
  height: 0.31rem;
  border: 0;
  border-radius: 30px;
  padding: 0 0.3rem;
  background: #7df7ff;
}
.header .info .search a {
  color: #fff;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  height: 0.31rem;
  width: 0.56rem;
  background: url("../images/search.png") no-repeat center center;
  background-size: 0.16rem;
}
.header .info .share {
  margin-right: 0.52rem;
  float: right;
}
.share a {
  display: inline-block;
  vertical-align: top;
  width: 0.31rem;
  height: 0.31rem;
  margin-left: 0.33rem;
}
.share .f {
  background: url("../images/fb.png") no-repeat center center;
  background-size: 0.14rem;
}
.share .n {
  background: url("../images/tw.png") no-repeat center center;
  background-size: 0.24rem;
}
.share .y {
  background: url("../images/Youtube.png") no-repeat center center;
  background-size: 0.3rem;
}
.share .i {
  background: url("../images/insta.png") no-repeat center center;
  background-size: 0.26rem;
}
.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 12px 0 rgba(111, 111, 111, 0.38);
  z-index: 5;
}
.height {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1.9rem;
}
.nav {
  float: right;
  padding-top: 0.15rem;
}
.nav ul {
  float: right;
  font-family: "FolioBT-Medium";
}
.nav li {
  float: left;
  color: #000;
  font-size: 0.17rem;
  padding-left: 0.36rem;
  position: relative;
}
.nav li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.5rem;
  position: relative;
}
.nav li a:after {
  content: '';
  display: block;
  width: 0;
  background: #7df7ff;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: 0.5s;
}
.nav li a:before {
  content: '';
  display: block;
  width: 0;
  background: rgba(255, 255, 255, 0.1);
  height: 0.04rem;
  position: absolute;
  bottom: 0;
  right: 50%;
  transition: 0.5s;
}
.nav li a:hover:after {
  width: 50%;
}
.nav li a:hover:before {
  width: 50%;
}
.nav li .subnav {
  position: absolute;
  top: 0.49rem;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  padding: 10px 0;
}
.nav li .subnav .list {
  padding: 0.3rem;
  width: 6.5rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 12px 0 rgba(111, 111, 111, 0.38);
  border-radius: 5px;
  overflow: hidden;
}
.nav li .subnav .list .item {
  width: 50%;
  float: left;
}
.nav li .subnav h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  font-family: "Gothic725 Blk-BT-Black";
}
.nav li .subnav h3:after {
  content: '';
  display: block;
  width: 40px;
  background: #7df7ff;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.nav li .subnav ul {
  float: none;
}
.nav li .subnav ul li {
  float: none;
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  max-height: 65px;
    overflow: hidden;
    margin: 5px 0;
}
.nav li .subnav ul li a {
  display: block;
  line-height: 0.3rem;
  text-transform: capitalize;
  color: #000;
  padding: 0;
}
.nav li .subnav ul li a:before,
.nav li .subnav ul li a:after {
  display: none !important;
}
.nav li .subnav ul li a:hover {
  text-decoration: underline;
  color: #7df7ff;
}
.nav li .subnav ul li a:hover:after,
.nav li .subnav ul li a:hover:before {
  display: none !important;
}
.nav li.active a:after {
  width: 50%;
}
.nav li.active a:before {
  width: 50%;
}
.home-banner {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
.home-banner .home-banner-slick {
  position: relative;
}
.home-banner .home-banner-slick .slick-list {
  position: relative;
  display: block;
}
.home-banner .home-banner-slick .item {
  position: relative;
  overflow: hidden;
}
.home-banner .home-banner-slick .item img {
  display: block;
  transition: 5s;
  width: 100%;
}
.home-banner .home-banner-slick .item .img1 {
  display: none;
}
.home-banner .home-banner-slick .item .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.home-banner .home-banner-slick .item .banner-hover .info {
  padding: 0 0.79rem;
}
.home-banner .home-banner-slick .item .banner-hover .bt {
  font-size: 0.5rem;
  font-weight: bold;
  color: #7df7ff;
  line-height: 0.66rem;
  margin-bottom: 0.11rem;
}
.home-banner .home-banner-slick .item .banner-hover .p {
  font-size: 0.32rem;
  margin-bottom: 0.76rem;
}
.home-banner .home-banner-slick .slick-current .banner-hover .span {
  -webkit-animation: 1s fadeInUp2 ease;
  animation: 1s fadeInUp2 ease;
}
.home-banner .home-banner-slick .slick-current .banner-hover .bt {
  -webkit-animation: 1.5s fadeInUp2 ease;
  animation: 1.5s fadeInUp2 ease;
}
.home-banner .home-banner-slick .slick-current .banner-hover .p {
  -webkit-animation: 2s fadeInUp2 ease;
  animation: 2s fadeInUp2 ease;
}
.home-banner .home-banner-slick .slick-current .banner-hover .more {
  -webkit-animation: 2.5s fadeInUp2 ease;
  animation: 2.5s fadeInUp2 ease;
}
.home-banner .home-banner-slick .slick-dots {
  z-index: 9;
  bottom: .77rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.home-banner .home-banner-slick .slick-dots li {
  float: none;
  width: .12rem;
  height: .12rem;
  margin: 0 .10rem;
}
.home-banner .home-banner-slick .slick-dots li button {
  padding: 0;
}
.home-banner .home-banner-slick .slick-dots li button:before {
  content: "";
  width: .12rem;
  height: .12rem;
  background: none;
  border-radius: 50%;
  border: .03rem solid #fff;
  opacity: 1;
}
.home-banner .home-banner-slick .slick-dots .slick-active button:before {
  border: 0.03rem solid #7df7ff;
}
.home-banner .home-banner-slick .slick-prev,
.home-banner .home-banner-slick .slick-next {
  width: 74px;
  height: 74px;
  border-radius: 10px;
  margin-top: -37px;
  z-index: 5;
}
.home-banner .home-banner-slick .slick-prev:before,
.home-banner .home-banner-slick .slick-next:before {
  content: '';
}
@media (min-width: 1025px) {
  .home-banner .home-banner-slick .slick-prev:hover,
  .home-banner .home-banner-slick .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.58);
  }
}
.home-banner .home-banner-slick .slick-prev {
  left: 50px;
  background: rgba(0, 0, 0, 0.18) url("../images/left.png") no-repeat center center;
}
.home-banner .home-banner-slick .slick-next {
  right: 50px;
  background: rgba(0, 0, 0, 0.18) url("../images/right.png") no-repeat center center;
}
.home-banner .home-banner-slick .slick-active a img {
  transition: 5s;
  animation: mymove4 5s;
}
.home-about {
  background: #fff;
}
.home-about .img {
  float: left;
  width: 50%;
}
.home-about .text {
  float: right;
  width: 50%;
  padding: 1.34rem 1.00rem .30rem .48rem;
}
.home-about .text .bt {
  font-size: 0.66rem;
  color: #023548;
  line-height: 0.58rem;
  font-family: "Gothic725 Blk-BT-Black";
  margin-bottom: .51rem;
}
.home-about .text .jsh {
  font-family: "FuturaStd-Medium";
  font-size: 0.22rem;
  color: #023548;
  line-height: 0.58rem;
  width: 82%;
  margin-bottom: .88rem;
}
.more a,
.more p {
  font-size: 0.19rem;
  color: #023548;
  display: inline-block;
  padding: 0 0.11rem;
  position: relative;
  font-family: "FuturaStd-Medium";
}
.more a:after,
.more p:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #7df7ff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.more a:before,
.more p:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #023548;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .more a:hover:before {
    width: 100%;
    left: 0;
  }
}
.home-title {
  text-align: center;
  padding-top: 1.17rem;
  padding-bottom: .81rem;
  background: #222222;
  color: #fff;
  font-family: "Gothic725 Blk-BT-Black";
  font-size: 0.66rem;
}
.home-title a,
.home-title p {
  display: block;
  color: #fff;
  background: url("../images/arrow.png") no-repeat bottom center;
  padding-bottom: 0.84rem;
  background-size: 0.6rem;
}
.box-hover {
  position: absolute;
  z-index: 5;
  text-align: right;
  max-width: 100%;
  padding-right: 0.1rem;
}
.box-hover .bt {
  font-size: 0.29rem;
  color: #000000;
  text-transform: uppercase;
  font-family: "FuturaBT-Book";
  padding-left: 0.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.box-hover .more1 {
  font-size: 0.2rem;
  color: #333;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Light";
  background: url("../images/arrowicon2.png") no-repeat center left;
  padding-left: 0.3rem;
  background-size: 0.23rem;
  display: inline-block;
}
.home-product .left-top {
  width: 12.02rem;
  overflow: hidden;
  float: left;
}
.home-product .right-top {
  width: 5.48rem;
  overflow: hidden;
  float: left;
  padding-left: 0.02rem;
}
.home-product .left-bottom {
  width: 5.12rem;
  overflow: hidden;
  float: left;
  padding-right: 0.02rem;
}
.home-product .center-bottom {
  width: 3.42rem;
  overflow: hidden;
  float: left;
  padding-right: 0.02rem;
}
.home-product .right-bottom {
  width: 8.96rem;
  overflow: hidden;
  float: left;
}
.home-product .box {
  float: left;
  width: 33.333333%;
  margin-bottom: 0.02rem;
}
.home-product .box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.home-product .box a .pic {
  z-index: 1;
}
@media (min-width: 1025px) {
  .home-product .box a:hover .pic img {
    transform: scale(1.04);
  }
}
.home-product .box1 {
  width: 5.4rem;
  padding-right: 0.02rem;
}
.home-product .box1 .info {
  height: 5.76rem;
  background: #6a849d;
  padding-top: 0.3rem;
  padding-left: 1.28rem;
  position: relative;
}
.home-product .box1 .info:after {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 10%;
  left: 36.3%;
  border-bottom: 1px solid #fff;
  transform: rotate(133deg);
}
.home-product .box1 .info .list {
  font-family: "helveticaneueltstd-thcn";
  font-size: 0.13rem;
  width: 50%;
  color: #fff;
  background: url("../images/arrowicon.png") no-repeat top left;
  padding-left: 0.3rem;
  background-size: 0.22rem;
}
.home-product .box1 .info .list a {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-product .box1 .info .list a:hover {
  text-decoration: underline;
}
.home-product .box1 .info .title {
  font-family: "AvantGarde-Demi";
  color: #fff;
  position: absolute;
  font-size: 0.3rem;
  line-height: 0.4rem;
  text-transform: uppercase;
  width: 50%;
  right: 0.2rem;
  bottom: 0.8rem;
}
.home-product .box2 {
  width: 6.62rem;
}
.home-product .box2 .pic {
  height: 5.76rem;
}
.home-product .box2 .pic:after {
  padding-bottom: 87.40515933%;
}
.home-product .box2 .box-hover {
  top: 0;
  left: 0;
  padding-top: 0.6rem;
  padding-left: 1rem;
}
.home-product .box3 {
  width: 3.48rem;
  padding-right: 0.02rem;
}
.home-product .box3 .pic {
  height: 5.36rem;
}
.home-product .box3 .pic:after {
  padding-bottom: 154.9132948%;
}
.home-product .box3 .box-hover {
  top: 0;
  left: 0;
  padding-top: 0.15rem;
  padding-left: 0.3rem;
}
.home-product .box4 {
  width: 8.54rem;
}
.home-product .box4 .pic {
  height: 5.36rem;
}
.home-product .box4 .pic:after {
  padding-bottom: 62.76346604%;
}
.home-product .box4 .box-hover {
  top: 0;
  left: 0;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
}
.home-product .box5 {
  width: 100%;
}
.home-product .box5 .pic {
  height: 2.86rem;
}
.home-product .box5 .pic:after {
  padding-bottom: 52.38095238%;
}
.home-product .box5 .box-hover {
  top: 0;
  left: 0;
  padding-top: 0.15rem;
  padding-left: 0.6rem;
}
.home-product .box6 {
  width: 100%;
}
.home-product .box6 .pic {
  height: 5.38rem;
}
.home-product .box6 .pic:after {
  padding-bottom: 98.53479853%;
}
.home-product .box6 .box-hover {
  top: 0;
  right: 0;
  padding-top: 0.7rem;
  padding-right: 0.3rem;
}
.home-product .box7 {
  width: 100%;
}
.home-product .box7 .pic {
  height: 2.86rem;
}
.home-product .box7 .pic:after {
  padding-bottom: 52.38095238%;
}
.home-product .box7 .box-hover {
  top: 0;
  left: 0;
  padding-top: 0.15rem;
  padding-left: 0.3rem;
}
.home-product .box8 {
  width: 100%;
}
.home-product .box8 .pic {
  height: 4.18rem;
}
.home-product .box8 .pic:after {
  padding-bottom: 81.96078431%;
}
.home-product .box8 .box-hover {
  top: 0;
  left: 0;
  padding-top: 0.15rem;
  padding-left: 0.3rem;
}
.home-product .box9 {
  width: 100%;
}
.home-product .box9 .pic {
  height: 4rem;
}
.home-product .box9 .pic:after {
  padding-bottom: 78.43137255%;
}
.home-product .box9 .box-hover {
  bottom: 0;
  left: 0;
  padding-bottom: 0.5rem;
  padding-left: 0.14rem;
}
.home-product .box10 {
  width: 100%;
}
.home-product .box10 .pic {
  height: 8.2rem;
}
.home-product .box10 .pic:after {
  padding-bottom: 241.17647059%;
}
.home-product .box10 .box-hover {
  bottom: 0;
  right: 0;
  padding-bottom: 0.9rem;
  padding-right: 0.2rem;
}
.home-product .box11 {
  width: 4.22rem;
  padding-right: 0.02rem;
}
.home-product .box11 .pic {
  height: 5.4rem;
}
.home-product .box11 .pic:after {
  padding-bottom: 128.57142857%;
}
.home-product .box11 .box-hover {
  bottom: 0;
  right: 0;
  padding-bottom: 0.45rem;
  padding-right: 0.2rem;
}
.home-product .box12 {
  width: 4.74rem;
}
.home-product .box12 .pic {
  height: 5.4rem;
}
.home-product .box12 .pic:after {
  padding-bottom: 114.40677966%;
}
.home-product .box12 .box-hover {
  top: 0;
  left: 0;
  padding-top: 0.15rem;
  padding-left: 0.3rem;
}
.home-product .box13 {
  width: 100%;
}
.home-product .box13 .pic {
  height: 2.78rem;
}
.home-product .box13 .pic:after {
  padding-bottom: 31.02678571%;
}
.home-product .box13 .box-hover {
  top: 0;
  right: 0;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
}
.home-product .box14 {
  width: 100%;
}
.home-product .box14 .pic {
  height: 3.48rem;
}
.home-product .box14 .pic:after {
  padding-bottom: 102.35294118%;
}
.home-product .box14 .box-hover {
  bottom: 0;
  right: 0;
  padding-bottom: 0.2rem;
  padding-right: 0.2rem;
}
.home-product .box15 {
  width: 100%;
}
.home-product .box15 .pic {
  height: 4.7rem;
}
.home-product .box15 .pic:after {
  padding-bottom: 138.23529412%;
}
.home-product .box15 .box-hover {
  top: 0;
  left: 0;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
}
.home-product .box16 {
  width: 12.02rem;
}
.home-product .box16 .pic {
  height: 3.9rem;
}
.home-product .box16 .pic:after {
  padding-bottom: 32.44592346%;
}
.home-product .box17 {
  width: 100%;
}
.home-product .box17 .pic {
  height: 6.8rem;
}
.home-product .box17 .pic:after {
  padding-bottom: 124.54212454%;
}
.home-product .home-bottom1 .box2 .box-hover {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  padding-bottom: 0.4rem;
  padding-right: .2rem;
}
.home-product .home-bottom1 .box3 .box-hover {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  padding-bottom: 0.4rem;
  padding-right: .2rem;
}
.home-product .home-bottom1 .box4 .box-hover {
  top: 0;
  left: auto;
  right: 0;
  padding-top: 0.4rem;
  padding-right: 0.25rem;
}
.home-product .home-bottom1 .box5 .box-hover {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  padding-bottom: 0.4rem;
  padding-right: .2rem;
}
.home-product .home-bottom1 .box7 .box-hover {
  top: auto;
  left: 0;
  bottom: 0;
  padding-bottom: 0.15rem;
  padding-left: 0.2rem;
}
.home-product .home-bottom1 .box8 .box-hover {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  padding-bottom: 0.4rem;
  padding-right: .2rem;
}
.home-product .home-bottom1 .box11 .box-hover {
  bottom: 0;
  right: 0;
  padding-bottom: 0.45rem;
  padding-right: 0.2rem;
}
.home-product .home-bottom1 .box12 .box-hover {
  top: 0;
  left: 0;
  padding-top: 0.15rem;
  padding-left: 0.3rem;
}
.home-product .home-bottom1 .box13 .box-hover {
  left: 0;
  right: auto;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
}
.home-partner .img {
  margin-top: 19px;
}
.home-partner .info {
  padding-bottom: 1.66rem;
  background: #222222;
}
.home-dibu {
  padding: 1.95rem 0 4.04rem 0;
}
.home-dibu .bt {
  color: #000000;
  font-size: 0.66rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gothic725 Blk-BT-Black";
  margin-bottom: 0.2rem;
}
.home-dibu .jsh {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 56%;
  font-size: 0.22rem;
  line-height: 0.43rem;
  font-family: "FuturaStd-Medium";
}
.footer {
  color: #fff;
  font-size: 0.17rem;
  background: #000000;
  padding: 2.39rem 0 1rem 0;
}
.footer a:hover {
  color: #7df7ff !important;
}
.footer .container {
  padding: 0 0.54rem;
}
.footer .left {
  width: 31%;
  float: left;
  font-family: "AvantGarde-Demi";
}
.footer .left p {
  padding-left: 1.14rem;
}
.footer .share {
  padding-left: .97rem;
  margin-top: .86rem;
}
.footer p.copy {
  font-size: 0.29rem;
  margin-top: 0.68rem;
  padding: 0;
}
.footer h3 {
  font-weight: normal;
  font-size: 0.36rem;
  line-height: 0.4rem;
  letter-spacing: 3px;
  padding-bottom: 0.05rem;
  font-family: "AvantGarde-Demi";
}
.footer .link {
  width: 19%;
  float: left;
  padding-top: 0.46rem;
  padding-left: 0.54rem;
}
.footer .link ul {
  padding-top: 0.39rem;
}
.footer .link li {
  position: relative;
  font-family: "FolioBT-Medium";
  margin-bottom: 0.28rem;
  text-transform: uppercase;
}
.footer .link li:before {
  top: 50%;
  left: 0;
  content: "";
  width: 0.32rem;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  background: #fff;
}
.footer .link li a {
  color: #fff;
  display: block;
  padding-left: 0.54rem;
}
.footer .link1 {
  width: 23%;
  padding-left: 0.36rem;
}
.footer .contact {
  width: 25%;
  float: right;
  padding-top: 0.42rem;
  font-family: "ITCAvantGardeStd-Bk";
}
.footer .contact p {
  padding-left: 0.5rem;
  margin-top: 0.4rem;
  position: relative;
  line-height: 0.3rem;
  font-size: 0.2rem;
}
.footer .contact p img {
  top: 1px;
  left: 6px;
  position: absolute;
  max-width: 0.31rem;
}
.footer .contact p a {
  color: #fff;
}
.footer .contact .last img {
  max-width: 100%;
}
.inbanner {
  position: relative;
}
.inbanner .img1 {
  display: none;
}
.inbanner .text-hover {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  transform: translateY(-75%);
}
.inbanner .text-hover .bt {
  font-size: 0.66rem;
  font-family: "Gothic725 Blk-BT-Black";
  text-align: center;
  margin-bottom: 0.78rem;
}
.inbanner .text-hover .jsh {
  font-size: 0.22rem;
  line-height: 0.43rem;
  font-family: "FuturaStd-Medium";
  width: 56%;
  margin: 0 auto;
}
.inbanner .text-hover .jsh a {
  color: #fff;
}
.inbanner03 .text-hover {
  transform: translateY(-49%);
}
.inbanner03 .text-hover .bt {
  text-align: left;
  width: 56%;
  line-height: 0.65rem;
  margin: 0  0 .28rem 22%;
}
.inbanner03 .text-hover .jsh {
  width: 67%;
  margin: 0  0 0 22%;
}
.inbanner04 .text-hover {
  transform: translateY(-45%);
}
.inbanner04 .text-hover .bt {
  text-align: left;
  width: 50%;
  float: right;
  padding-left: 0.34rem;
  line-height: 0.65rem;
  margin: 0  5% 0 0;
  border-left: 0.04rem solid #7df7ff;
}
.inbanner02 .text-hover {
  transform: translateY(-25%);
}
.inbanner02 .text-hover .bt {
  text-align: left;
  width: 50%;
  line-height: 0.65rem;
  margin: 0 0 0 15%;
}
.blogs {
  padding: 0.36rem 0;
}
.bloglist {
  margin: 0 -0.17rem 0.4rem -0.17rem;
}
.bloglist li {
  width: 50%;
  float: left;
  padding: 0 0.17rem;
  margin-bottom: 0.38rem;
}
.bloglist li .box {
  background: #fff;
}
.bloglist li .pic:after {
  padding-bottom: 80%;
}
.bloglist li .text {
  font-family: "FuturaStd-Medium";
  padding: .64rem .60rem .76rem 1.30rem;
}
.bloglist li .text .date {
  font-size: 0.36rem;
  color: #797979;
  margin-bottom: 0.21rem;
}
.bloglist li .text .bt {
  font-size: 0.29rem;
  color: #002527;
  line-height: 0.57rem;
  height: 1.14rem;
  overflow: hidden;
  margin-bottom: 0.19rem;
}
.bloglist li .text .more p {
  float: right;
}
@media (min-width: 1025px) {
  .bloglist li:hover .pic img {
    transform: scale(1.05);
  }
  .bloglist li:hover .text .more p:before {
    width: 100%;
    left: 0;
  }
}
.partnerlist {
  margin-bottom: 0 !important;
}
.partnerlist li {
  margin-bottom: 0;
  margin-top: 0.35rem;
}
.partnerlist li .pic:after {
  padding-bottom: 87.20930233%;
}
.partnerlist li .text {
  padding: .52rem;
  text-align: center;
}
.partnerlist li .text .bt {
  font-size: 0.36rem;
}
@media (min-width: 1025px) {
  .partnerlist li:hover .pic img {
    transform: scale(1.05);
  }
}
.blogs-show {
  padding: 0.9rem 0;
  font-family: "FuturaStd-Medium";
}
.blogs-show .n-img {
  float: right;
  max-width: 6.5rem;
  margin-left: 0.5rem;
}
.blogs-show a {
  color: #fff;
}
.blogs-show a:hover {
  text-decoration: underline;
}
.blogs-show .date {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.21rem;
  overflow: hidden;
  line-height: 1;
}
.blogs-show .date .tag {
  float: left;
  margin-right: 0.1rem;
  position: relative;
}
.blogs-show .date .tag:before {
  position: absolute;
  content: '';
  bottom: 3px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #7df7ff;
  transition: inherit;
  z-index: -1;
}
.blogs-show .date .time {
  float: left;
}
.blogs-show .blog-post-title {
  color: #fff;
  line-height: 0.76rem;
  margin-bottom: 0.3rem;
  font-size: 0.66rem;
  font-family: "Gothic725 Blk-BT-Black";
}
.blogs-show .blog-post-content {
  font-size: 0.22rem;
  line-height: 0.43rem;
  color: #fff;
}
.blogs-show .blog-post-content p {
  margin-bottom: 0.5rem;
}
.blogs-show .blog-post-content .re {
  color: #adabab;
}
.blogs-show .blog-post-content .re a {
  color: #7df7ff;
}
.blogs-show .blog-post-content .re a:hover {
  color: #53a5aa;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 0.18rem;
}
.page a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  vertical-align: top;
  -webkit-transition: background .5s;
  transition: background .5s;
  border: 1px solid #f1f1f1;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover,
.page .cpb {
  background: #7df7ff;
  color: #fff;
  border: 1px solid #7df7ff;
}
.page a.prev,
.page a.next {
  color: #ffffff;
}
.page a.prev {
  margin-right: 5px;
  width: 106px;
}
.page a.prev:hover {
  color: #ffffff;
}
.page a.next {
  margin-left: 5px;
  width: 106px;
}
.page a.next:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.sustainability {
  background: #fff;
}
.sustainability .sus-list {
  width: 28.3%;
  float: left;
  padding: .52rem .37rem;
  border-right: 1px solid #797979;
  border-bottom: 1px solid #797979;
}
.sustainability .sus-list ul li {
  margin-bottom: 0.53rem;
}
.sustainability .sus-list ul li a {
  font-size: 0.28rem;
  color: #000000;
  font-family: "FuturaStd-Medium";
}
.sustainability .sus-list ul li a .num {
  margin-bottom: 0.1rem;
}
.sustainability .sus-right {
  float: right;
  width: 71.7%;
}
.sustainability .sus-right .item {
  position: relative;
}
.sustainability .sus-right .item .ding {
  font-size: 0.28rem;
  color: #000000;
  padding: 0 .46rem .23rem .46rem;
  font-family: "FuturaStd-Medium";
  border-bottom: 1px solid #797979;
}
.sustainability .sus-right .item .ding .num:after {
  content: '';
  display: block;
  width: 1.05rem;
  height: 2px;
  background: #797979;
}
.sustainability .sus-right .item .info {
  padding: 0.55rem 0 0.43rem .52rem;
}
.sustainability .sus-right .item .info .h3 {
  color: #000000;
  font-size: 0.38rem;
  font-family: "Gothic725 Blk-BT-Black";
  margin-bottom: 0.32rem;
}
.sustainability .sus-right .item .info .jsh {
  font-size: 0.22rem;
  color: #000000;
  font-family: "FuturaStd-Medium";
  line-height: 0.72rem;
  overflow: hidden;
  margin-bottom: 0.07rem;
}
.sustainability .sus-right .item .info .jsh ul {
  margin: 0 -0.67rem;
}
.sustainability .sus-right .item .info .jsh ul li {
  width: 50%;
  float: left;
  padding: 0 0.67rem;
}
.sustainability .sus-right .item .info .jsh .p {
  display: inline-block;
  vertical-align: middle;
  width: 43%;
}
.sustainability .sus-right .item .info .jsh .img1 {
  display: inline-block;
  vertical-align: middle;
  width: 56%;
}
.contact01 {
  padding: .55rem 0 2.54rem 0;
  background: #fff;
}
.contact01 .contact-title {
  font-size: 0.66rem;
  font-family: "Gothic725 Blk-BT-Black";
  text-align: center;
  margin-bottom: 1.2rem;
  color: #000;
}
.contact01 ul {
  padding: 0 1.4rem;
}
.contact01 ul li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  padding: 0 0.71rem;
}
.contact01 ul li .pic {
  width: 1.00rem;
  margin: 0 auto;
}
.contact01 ul li .text {
  padding-top: 0.5rem;
}
.contact01 ul li .text .bt {
  font-size: 0.29rem;
  color: #000000;
  font-family: "FranklinGothic-Demi";
  margin-bottom: 0.25rem;
}
.contact01 ul li .text .jsh {
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.44rem;
  font-family: "FuturaStd-Medium";
}
.contact01 ul li .text .jsh a {
  color: #000;
}
.contact02 {
  padding-bottom: 0.44rem;
  background: #222;
}
.contact02 ul {
  margin: 0 -0.1rem;
}
.contact02 ul li {
  width: 33.33333333%;
  float: left;
  font-size: 0.31rem;
  padding: 0 0.1rem;
  line-height: 0.43rem;
  font-family: "FuturaStd-Medium";
}
.contact02 ul li .pic:after {
  padding-bottom: 84.48275862%;
}
.contact02 ul li a {
  color: #fff;
  text-align: center;
  display: block;
}
.contact02 ul li a .text {
  padding-top: 0.53rem;
}
.contact02 ul li .bt {
  margin-top: 0.64rem;
}
.contact-bottom {
  position: relative;
  background: #222;
}
.contact-bottom .contact-title {
  text-align: center;
  position: relative;
  margin-bottom: .29rem;
}
.contact-bottom .contact-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}
.contact-bottom .contact-title span {
  position: relative;
  z-index: 2;
  font-size: .29rem;
  color: #7df7ff;
  padding: 0 0.35rem;
  font-family: "FuturaStd-Medium";
  background: #222222;
}
.contact-bottom .contact-message {
  padding: 0 3.16rem .28rem 3.16rem;
}
.contact-bottom .contact-message .btn {
  text-align: center;
}
.contact-bottom .contact-message a.s {
  width: 1.26rem;
  height: .54rem;
  line-height: .54rem;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0 .40rem;
  font-size: .20rem;
  font-family: "ITCAvantGardeStd-Bk";
}
@media (min-width: 1025px) {
  .contact-bottom .contact-message a.s:hover {
    background: #59b0b6;
    color: #fff;
  }
}
.contact-bottom .contact-message .submit1 {
  color: #000000;
  background: #a8a8a8;
}
.contact-bottom .contact-message .submit2 {
  color: #fff;
  background: #7df7ff;
}
.message {
  padding: .5rem 0 0 0;
}
.message li {
  margin-bottom: 0.42rem;
}
.message li input,
.message li textarea {
  width: 100%;
  height: .63rem;
  border: 2px solid #787878;
  background: #fff;
  font-size: 0.3rem;
  color: #000000;
  padding: 0 0.23rem;
  font-weight: bold;
  font-family: "FuturaStd-Medium";
}
.message li input::-webkit-input-placeholder,
.message li textarea::-webkit-input-placeholder {
  color: #000;
}
.message li input:-moz-placeholder,
.message li textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.message li input::-moz-placeholder,
.message li textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.message li input:-ms-input-placeholder,
.message li textarea:-ms-input-placeholder {
  color: #000;
}
.message li input:focus,
.message li textarea:focus {
  border: 2px solid #7df7ff;
}
.message li textarea {
  padding: 0.2rem 0.23rem;
  height: 1.75rem;
}
.message li a.submit {
  width: 2.82rem;
  height: .63rem;
  line-height: 0.63rem;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 0.32rem;
  font-family: "ITCAvantGardeStd-Bk";
  background: #7df7ff;
}
@media (min-width: 1025px) {
  .message li a.submit:hover {
    background: #59b0b6;
  }
}
.partner .list {
  background: #222;
}
.partner .list .item .info {
  padding: 1.54rem 15.7%;
}
.partner .list .item .bt {
  color: #ffffff;
  font-size: 0.43rem;
  line-height: 0.43rem;
  margin-bottom: 0.27rem;
  font-family: "Gothic725 Blk-BT-Black";
}
.partner .list .item .jsh {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.36rem;
  font-family: "FuturaStd-Medium";
}
.partner .list .item .jsh ul {
  line-height: 0.57rem;
  color: #7df7ff;
}
.partner .list .item .jsh ul a {
  color: #7df7ff;
}
.partner .list .item .jsh ul a:hover {
  text-decoration: underline;
}
.partner .list .item .img {
  position: relative;
}
.partner .list .item .img .hover {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  font-size: 0.58rem;
  line-height: 0.72rem;
  width: 100%;
  transform: translateY(-50%);
  font-family: "Gothic725 Blk-BT-Black";
}
.partner .list .item .img .hover a {
  color: #fff;
}
.partner .list .item .img .hover a:hover {
  text-decoration: underline;
}
.about01 .item {
  position: relative;
}
.about01 .item .img {
  width: 50%;
  float: left;
}
.about01 .item .text {
  float: right;
  width: 50%;
  color: #fff;
  padding: 1.22rem 1.70rem 1.42rem .50rem;
}
.about01 .item .text .bt {
  font-size: 0.66rem;
  font-family: "Gothic725 Blk-BT-Black";
  margin-bottom: .20rem;
}
.about01 .item .text .jsh {
  font-size: 0.22rem;
  line-height: 0.58rem;
  font-family: "FuturaStd-Medium";
}
.about01 .item .text .more {
  position: absolute;
  bottom: 1.18rem;
}
.about01 .item .text .more a {
  color: #fff;
}
.about01 .item:nth-child(2n) .img {
  float: right;
}
.about01 .item:nth-child(2n) .text {
  float: left;
  padding: 1.22rem .50rem  1.22rem 1.70rem;
}
.about02list {
  text-align: center;
  font-size: 0;
  padding: 2.43rem 0 .99rem 0px;
}
.about02list li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.about02list li .text {
  color: #fff;
}
.about02list li .num {
  font-family: "Montserrat-Bold";
  font-size: 0.86rem;
  margin-bottom: 0.15rem;
  line-height: 0.98rem;
}
.about02list li .num span {
  vertical-align: middle;
}
.about02list li .info {
  font-size: 0.29rem;
  font-family: "Montserrat-Bold";
}
.about02list li .span {
  font-family: "FuturaBT-Book";
  font-size: 0.22rem;
}
.aline {
  width: 2px;
  height: 0.56rem;
  margin: 0 auto;
  background: #69ced4;
}
.aimg1 {
  margin-top: 0.78rem;
}
.aimg1 img {
  width: 13.29rem;
}
.about-title {
  font-size: 0.66rem;
  font-family: "Gothic725 Blk-BT-Black";
  text-align: center;
  color: #fff;
}
.bg2 {
  padding-bottom: 1.5rem;
}
.acontact {
  padding-top: 0.76rem;
  padding-bottom: 2.80rem;
  overflow: hidden;
  position: relative;
}
.acontact ul li {
  float: left;
  width: 33.33333333%;
  color: #fff;
  padding: 0 0.6rem;
  text-align: center;
  font-family: "FuturaStd-Medium";
}
.acontact ul li a {
  color: #fff;
}
.acontact ul li .box {
  display: inline-block;
  text-align: left;
}
.acontact ul li p {
  padding-left: 0.45rem;
  margin-bottom: 0.13rem;
  position: relative;
  line-height: 0.22rem;
  font-size: 0.19rem;
}
.acontact ul li p b {
  font-size: 0.28rem;
}
.acontact ul li p img {
  top: 2px;
  left: 6px;
  position: absolute;
  max-width: 0.23rem;
}
.acontact ul li p .map {
  background: url("../images/arrowicon1.png") no-repeat center right;
  padding-right: 0.6rem;
  background-size: 0.22rem;
  display: inline-block;
  vertical-align: top;
}
.about03 {
  position: relative;
}
.about03 .pro-max {
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.about03 .pro-max .item {
  position: relative;
}
.about03 .pro-max .item .pic:after {
  padding-bottom: 41.5625%;
}
.about03 .pro-max .item .hover {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 11%;
  z-index: 4;
  width: 23%;
  transform: translateY(-50%);
}
.about03 .pro-max .item .hover .bt {
  color: #7df7ff;
  font-size: 0.58rem;
  font-family: "Gothic725 Blk-BT-Black";
}
.about03 .pro-max .item .hover .jsh {
  font-size: 0.3rem;
  line-height: 0.44rem;
  font-family: "FuturaStd-Medium";
  color: #fff;
}
.about03 .pro-min {
  width: 100%;
  padding: 0.06rem 2rem;
  position: absolute;
  bottom: .26rem;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.61);
}
.about03 .pro-min .getIndex {
  padding: 0 9px;
}
.about03 .pro-min .getIndex .item {
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
  font-family: "Gothic725 Blk-BT-Black";
  cursor: pointer;
}
.about03 .pro-min .slick-current .item {
  color: #7df7ff;
}
.about04 .img {
  margin: 0.24rem 0 1.22rem 0;
}
.about04 .img img {
  width: 0.6rem;
}
.about04 .bg {
  padding: 1.59rem 0 1.19rem 0;
}
.about05 {
  padding: 0.73rem 0 0 0;
  background: #fff;
}
.about05 .about-title {
  color: #002527;
  margin-bottom: 0.06rem;
}
.about05 .jsh {
  font-size: 0.22rem;
  color: #000;
  text-align: center;
  width: 36%;
  margin: 0 auto;
  line-height: 0.43rem;
  margin-bottom: 0.16rem;
}
.inbanner01 .text-hover .bt {
  width: 67%;
  margin-left: 22%;
  text-align: left;
  line-height: 0.66rem;
  margin-bottom: 0.3rem;
}
.inbanner01 .text-hover .jsh {
  width: 66%;
  margin: 0 0 0 22%;
}
.pro-list {
  padding: 1.20rem 1.80rem .96rem 1.80rem;
}
.pro-list ul {
  font-size: 0;
  margin: 0 -0.1rem;
}
.pro-list ul li {
  width: 16.66666667%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 0.1rem;
  margin-bottom: 0.73rem;
  font-family: "FuturaStd-Medium";
}
.pro-list ul li .pic {
  margin: 0 auto;
  width: 1.2rem;
}
.pro-list ul li .bt {
  font-size: 0.35rem;
  line-height: 0.58rem;
  color: #fff;
  margin-top: 0.23rem;
}
.pro1 {
  padding: 0 1.33rem 0 2.00rem;
}
.pro1 .text {
  float: left;
  width: 33%;
  color: #fff;
  font-family: "FuturaStd-Medium";
}
.pro1 .text .bt {
  font-size: 0.36rem;
  line-height: 0.58rem;
  margin-bottom: 0.52rem;
}
.pro1 .text .jsh {
  font-size: 0.22rem;
  line-height: 0.36rem;
  margin-bottom: 0.76rem;
}
.pro1 .right {
  float: right;
  width: 61.118%;
}
.more3 a {
  width: 3.42rem;
  line-height: 0.47rem;
  font-size: 0.3rem;
  color: #000;
  text-align: center;
  display: block;
  float: right;
  background: #7df7ff;
}
.more3 a:hover {
  background: #59b0b6;
}
.product .bg {
  padding-bottom: 1.7rem;
  background: #222222;
}
.product .bg1 {
  padding-top: 1.18rem;
  background: #222222;
}
.product .bg1 .list {
  padding: 0.29rem 1.51rem 1.31rem 0.51rem;
}
.product .bg1 .list .item {
  margin-bottom: 0.19rem;
}
.product .bg1 .list .item .title {
  color: #fff;
  padding-left: 0.45rem;
}
.product .bg1 .list .item .title h3 {
  font-size: 0.66rem;
  font-family: "Gothic725 Blk-BT-Black";
}
.product .bg1 .list .item .title p {
  font-family: "FuturaStd-Medium";
  font-size: 0.22rem;
  display:block!important;
}
.product .bg1 .list .item ul {
  padding-top: .88rem;
  margin: 0 -0.21rem;
}
.product .bg1 .list .item ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 0.21rem;
}
.product .bg1 .list .item ul li .pic {
  background: #fff;
}
.product .bg1 .list .item ul li .pic:after {
  padding-bottom: 71.11111111%;
}
.product .bg1 .list .item ul li .nr {
  color: #fff;
  font-family: "FuturaStd-Medium";
  padding-top: 0.17rem;
}
.product .bg1 .list .item ul li .h3 {
  font-size: 0.26rem;
  line-height: 0.28rem;
  margin-bottom: 0.06rem;
  text-align: center;
  overflow: hidden;
  height:0.58rem;
}
.product .bg1 .list .item ul li .p {
  font-size: 0.22rem;
  line-height: 0.36rem;
  margin-bottom: 0.76rem;
  overflow: hidden;
  height: 1.08rem;
  display:none;
}
@media (min-width: 1025px) {
  .product .bg1 .list .item ul li:hover .pic img {
    transform: scale(1.04);
  }
}
.product .bg1 .list .item .last {
  margin: 0 -0.05rem;
}
.product .bg1 .list .item .last li {
  width: 25%;
  padding: 0 0.05rem;
}
.more4 {
  position: relative;
  width: 3.42rem;
  font-family: "FuturaStd-Medium";
  float: right;
}
.more4 span {
  width: 100%;
  line-height: 0.47rem;
  font-size: 0.3rem;
  color: #000;
  text-align: center;
  display: block;
  float: right;
  background: #7df7ff;
  cursor: pointer;
}
.more4 ul {
  position: absolute;
  top: 0.47rem;
  left: 0;
  width: 100%;
  background: #222;
  border-top: 2px solid #fff;
  display: none;
  padding: 0.1rem 0;
}
.more4 ul li a {
  line-height: 0.47rem;
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  display: block;
}
.more4 ul li a:hover {
  text-decoration: underline;
}
.more4:hover ul {
  display: block;
}
.inbanner00 .text-hover {
  transform: translateY(-38%);
}
.inbanner00 .text-hover .bt {
  width: 55%;
  margin-left: 23%;
  text-align: left;
  line-height: 0.66rem;
  margin-bottom: 0.5rem;
}
.inbanner00 .text-hover .jsh {
  width: 70%;
  margin: 0 0 0 17%;
  text-align: center;
}
.inbanner00 .text-hover ul li {
  width: 33.33333333%;
  float: left;
}
.pbg {
  padding: 0.87rem 0;
  background: url("../images/pbg1.png") no-repeat top center;
  background-size: cover;
}
.pbg .hover {
  float: right;
  color: #fff;
  font-family: "FuturaStd-Medium";
  width: 35%;
  padding-right: 1.2rem;
}
.pbg .hover .bt {
  font-size: 0.36rem;
  line-height: 0.58rem;
  margin-bottom: 0.15rem;
}
.pbg .hover .jsh {
  font-size: 0.22rem;
  line-height: 0.36rem;
  margin-bottom: 1.2rem;
}
.pbg .hover .more3 {
  padding-right: 44px;
}
.pbg .hover .more3 a {
  width: 2.6rem;
  line-height: 0.36rem;
  font-size: 0.23rem;
}
@font-face {
  font-family: "Gothic725 Blk-BT-Black";
  src: url("../font/Gothic725 Blk-BT-Black.woff2") format("woff2"), url("../font/Gothic725 Blk-BT-Black.woff") format("woff"), url("../font/Gothic725 Blk-BT-Black.ttf") format("truetype"), url("../font/Gothic725 Blk-BT-Black.eot") format("embedded-opentype"), url("../font/Gothic725 Blk-BT-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Light";
  src: url("../font/RobotoCondensed-Light.woff2") format("woff2"), url("../font/RobotoCondensed-Light.woff") format("woff"), url("../font/RobotoCondensed-Light.ttf") format("truetype"), url("../font/RobotoCondensed-Light.eot") format("embedded-opentype"), url("../font/RobotoCondensed-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaBT-Book";
  src: url(../font/FuturaBT-Book.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FranklinGothic-Demi";
  src: url(../font/FranklinGothic-Demi.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneueltstd-thcn";
  src: url(../font/helveticaneueltstd-thcn.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FolioBT-Medium";
  src: url(../font/FolioBT-Medium.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd-Medium";
  src: url(../font/FuturaStd-Medium.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BaskervilleCyrLTStd-Upright";
  src: url(../font/FuturaStd-Medium.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvantGarde-Demi";
  src: url(../font/AvantGarde-Demi.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(../font/Montserrat-Bold.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ITCAvantGardeStd-Bk";
  src: url(../font/ITCAvantGardeStd-Bk.otf);
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1600px) {
  .home-product .box1 .info {
    padding-left: 0.7rem;
  }
}
@media (max-width: 1140px) {
  .header .container {
    padding: 0 0.3rem;
  }
  .nav li {
    padding-left: 0.2rem;
  }
}
@media (max-width: 992px) {
  .phone-nav {
    display: block;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .container {
    padding: 0 15px;
  }
  .header .logo {
    padding-top: 0;
  }
  .header .box {
    display: none;
  }
  .footer {
    font-size: 14px;
    padding: 30px 0;
  }
  .footer .left {
    width: 100%;
  }
  .footer .left p {
    padding-left: 0;
  }
  .footer .left p img {
    width: 200px;
  }
  .footer p.copy {
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
  }
  .footer .share {
    padding-left: 0;
    margin-top: 10px;
  }
  .footer .link {
    display: none;
  }
  .footer .contact {
    width: 100%;
    padding-top: 20px;
  }
  .footer h3 {
    font-size: 18px;
    line-height: 30PX;
    padding-bottom: 0;
  }
  .footer .contact p img {
    max-width: 20px;
    top: 4px;
  }
  .footer .contact p {
    padding-left: 33px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
  }
  .footer .contact .last {
    padding-left: 0;
  }
  .footer .contact .last img {
    max-width: 300px;
    top: auto;
    position: relative;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .home-banner .home-banner-slick .item .img {
    display: none;
  }
  .home-banner .home-banner-slick .item .img1 {
    display: block;
  }
  .home-title a,
  .home-title p {
    padding-bottom: 35px;
    background-size: 28px;
  }
  .home-title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 22px;
  }
  .home-partner .img {
    margin-top: 0;
  }
  .home-partner .info {
    padding-bottom: 30px;
  }
  .home-about .text {
    padding: 20px;
  }
  .home-about .text .bt {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .home-about .text .jsh {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 10px;
  }
  .home-dibu {
    padding: 110px 0;
  }
  .home-dibu .bt {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .home-dibu .jsh {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .home-product .home-bottom {
    text-align: center;
  }
  .home-product .home-bottom > div {
    display: inline-block;
    vertical-align: top;
  }
  .home-product .box1 .info .list {
    display: none;
  }
  .box-hover .bt {
    font-size: 14px;
    padding-left: 5px;
  }
  .box-hover .more1 {
    font-size: 12px;
    padding-left: 17px;
    background-size: 11px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .text-hover .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .inbanner .text-hover .jsh {
    font-size: 14px;
    line-height: 22px;
  }
  .inbanner01 .text-hover .bt {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .more3 a {
    width: 120px;
    line-height: 30px;
    font-size: 14px;
  }
  .inbanner00 .text-hover .bt {
    width: 100%;
    margin-left: 0;
    line-height: 30px;
  }
  .inbanner00 .text-hover .jsh {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .pro-list {
    padding: 20px;
  }
  .pro-list ul {
    margin: 0 -8px;
  }
  .pro-list ul li .pic {
    width: 50px;
  }
  .pro-list ul li .bt {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .pro-list ul li {
    padding: 0 8px;
    margin-bottom: 15px;
  }
  .inbanner01 .text-hover .bt {
    width: 100%;
    margin-left: 0;
  }
  .inbanner01 .text-hover .jsh {
    width: 100%;
    margin: 0;
  }
  .inbanner .text-hover {
    transform: translateY(-50%);
  }
  .pro1 {
    padding: 0 20px;
  }
  .pro1 .text .bt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .pro1 .text .jsh {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .product .bg {
    padding-bottom: 20px;
  }
  .product .bg1 {
    padding-top: 20px;
  }
  .product .bg1 .list {
    padding: 20px;
  }
  .product .bg1 .list .item .title h3 {
    font-size: 24px;
  }
  .product .bg1 .list .item .title p {
    font-size: 16px;
  }
  .product .bg1 .list .item .title {
    padding-left: 0;
  }
  .product .bg1 .list .item ul {
    padding-top: 20px;
    margin: 0 -8px;
  }
  .product .bg1 .list .item ul li {
    padding: 0 8px;
  }
  .product .bg1 .list .item ul li .nr {
    padding-top: 10px;
  }
  .product .bg1 .list .item ul li .h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .product .bg1 .list .item ul li .p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    height: 66px;
  }
  .product .bg1 .list .item {
    margin-bottom: 20px;
  }
  .product .bg1 .list .item .last li {
    padding: 0 5px;
  }
  .product .bg1 .list .item .last {
    margin: 0 -5px;
  }
  .more4 span {
    line-height: 30px;
    font-size: 14px;
  }
  .more4 {
    width: 150px;
  }
  .pbg {
    padding: 40px;
  }
  .pbg .hover {
    padding-right: 0;
    width: 50%;
  }
  .pbg .hover .bt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .pbg .hover .jsh {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .pbg .hover .more3 {
    padding-right: 0;
  }
  .pbg .hover .more3 a {
    width: 120px;
    line-height: 30px;
    font-size: 14px;
  }
  .share a {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .share .i {
    background-size: 26px;
  }
  .share .y {
    background-size: 30px;
  }
  .share .n {
    background-size: 24px;
  }
  .share .f {
    background-size: 14px;
  }
  .inbanner02 .text-hover .bt {
    width: 100%;
    line-height: 30px;
    margin: 0;
  }
  .about01 .item .text .bt {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .about01 .item .text .jsh {
    font-size: 14px;
    line-height: 22px;
  }
  .about01 .item .text .more {
    position: absolute;
    bottom: 20px;
  }
  .about02list {
    padding: 20px;
  }
  .about02list li .num {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 40px;
  }
  .inbanner .text-hover .jsh {
    width: 100%;
  }
  .contact01 .contact-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contact01 ul li .pic {
    width: 30px;
  }
  .contact01 ul li .text {
    padding-top: 10px;
  }
  .contact01 ul li .text .bt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contact01 ul li .text .jsh {
    font-size: 14px;
    line-height: 22px;
  }
  .contact01 {
    padding: 30px 0;
  }
  .contact02 ul li .bt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact02 ul li {
    font-size: 14px;
    line-height: 25px;
  }
  .contact-bottom .contact-title span {
    font-size: 20px;
    padding: 0 20px;
  }
  .contact-bottom .contact-title {
    margin-bottom: 10px;
  }
  .message li input,
  .message li textarea {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .message li {
    margin-bottom: 10px;
  }
  .contact-bottom .contact-message {
    padding: 20px;
  }
  .contact-bottom .contact-message a.s {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    margin: 0 5px;
    font-size: 14px;
  }
  .message li textarea {
    padding: 10px;
    height: 100px;
  }
  .blogs {
    padding: 30px 0;
  }
  .bloglist li .text {
    padding: 10px;
    overflow: hidden;
  }
  .bloglist li .text .date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .bloglist li .text .bt {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 10px;
  }
  .more a,
  .more p {
    font-size: 12px;
    padding: 0 10px;
  }
  .bloglist li {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .bloglist {
    margin: 0 -8px 10px -8px;
  }
  .partner .list .item .bt {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .partner .list .item .bt br {
    display: none;
  }
  .partner .list .item .jsh {
    font-size: 14px;
    line-height: 22px;
  }
  .partner .list .item .info {
    padding: 20px;
  }
  .partner .list .item .jsh ul {
    line-height: 22px;
  }
  .partner .list .item .img .hover {
    font-size: 14px;
    line-height: 22px;
  }
  .inbanner04 .text-hover .bt {
    width: 100%;
    padding-left: 10px;
    line-height: 30px;
    margin: 0;
  }
  .inbanner03 .text-hover .jsh {
    margin: 0;
  }
  .inbanner03 .text-hover .bt {
    width: 100%;
    line-height: 25px;
    margin: 0;
  }
  .sustainability .sus-list {
    display: none;
  }
  .sustainability .sus-right {
    width: 100%;
  }
  .sustainability .sus-right .item .ding {
    font-size: 16px;
    padding: 5px 15px 10px 15px;
  }
  .sustainability .sus-right .item .info {
    padding: 15px;
  }
  .sustainability .sus-right .item .info .h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sustainability .sus-right .item .info .jsh {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .sustainability .sus-right .item .info .jsh ul li {
    width: 100%;
  }
  .sustainability .sus-right .item .info .jsh .p {
    width: 100%;
    margin-bottom: 5px;
  }
  .inbanner .text-hover .jsh {
    display: none;
  }
  .about01 .item .img {
    width: 100%;
  }
  .about01 .item .text {
    width: 100%;
    padding: 20px 20px 50px 20px !important;
  }
  .about02list li {
    width: 33.333333%;
  }
  .about02list li .info {
    font-size: 14px;
  }
  .acontact {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .acontact ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .acontact ul li p {
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 12px;
  }
  .acontact ul li p br {
    display: none;
  }
  .acontact ul li p img {
    top: 3px;
    max-width: 15px;
  }
  .about-title {
    font-size: 22px;
  }
  .bg2 {
    padding-bottom: 20px;
  }
  .about03 .pro-max .item .hover .bt {
    font-size: 18px;
  }
  .about03 .pro-max .item .hover .jsh {
    font-size: 14px;
    line-height: 22px;
  }
  .about03 .pro-max .item .hover .jsh br {
    display: none;
  }
  .about03 .pro-max .item .hover {
    left: 5%;
    width: 53%;
  }
  .about03 .pro-min {
    padding: 10px;
    position: relative;
    bottom: auto;
  }
  .about03 .pro-min .getIndex .item {
    font-size: 12px;
  }
  .about04 .bg {
    padding: 30px 0;
  }
  .about04 .img {
    margin: 10px 0;
  }
  .about04 .img img {
    width: 28px;
  }
  .about05 {
    padding: 30px 0 0 0;
  }
  .about05 .about-title {
    margin-bottom: 10px;
  }
  .about05 .jsh {
    font-size: 14px;
    width: 100%;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .header .logo {
    width: 242px;
    padding-left: 0;
  }
  .blogs-show .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .blogs-show .date .tag {
    margin-right: 5px;
  }
  .blogs-show .date .tag:before {
    bottom: 1px;
  }
  .blogs-show .blog-post-title {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .blogs-show .n-img {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .blogs-show .blog-post-content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .about02list li {
    width: 100%;
  }
  .about02list li .span {
    font-size: 12px;
  }
  .pro1 .right {
    width: 100%;
  }
  .pro1 .text {
    width: 100%;
    margin-bottom: 10px;
  }
  .pro-list ul li {
    width: 33.333333%;
  }
  .product .bg1 .list .item .last li {
    width: 50%;
  }
  .product .bg1 .list .item ul li {
    width: 100%;
  }
  .pbg .hover {
    width: 100%;
  }
  .contact01 ul li {
    width: 100%;
  }
  .contact02 ul li {
    width: 100%;
  }
  .home-product .box {
    width: 100% !important;
    margin-bottom: 2px;
  }
  .home-product .box .pic {
    height: auto !important;
  }
  .home-product .left-top {
    width: 100%;
  }
  .home-product .home-bottom > div {
    display: block;
  }
  .home-product .box1 {
    display: none;
  }
  .home-product .right-top {
    width: 100%;
    padding-left: 0;
  }
  .home-product .left-bottom,
  .home-product .center-bottom,
  .home-product .right-bottom {
    width: 100%;
    padding-right: 0;
  }
  .home-about .img {
    width: 100%;
  }
  .home-about .text {
    width: 100%;
  }
  .box-hover {
    padding: 15px !important;
  }
}
.bread {
  text-align: left;
  color: #fff;
  font-size: 16px;
  padding: 25px 0;
  border-bottom: 1px #333 solid;
  font-family: "FuturaBT-Book";
  text-transform: uppercase;
}
.bread img {
  margin-right: 5px;
  max-height: 20px;
  vertical-align: top;
  display: inline-block;
}
.bread a {
  color: #fff;
}
.bread span {
  color: #fff;
  font-weight: bold;
}


/*站点地图*/
#mapa {
    margin:30px 0;
}

#mapa a {
    margin:  200px;
    font-size: 24px;
    color: #fff;
}

#site_foot .link li {
    float: left;
}

.site-map {
	margin: 0 auto 40px auto;
	font-size: 16px;
	overflow: hidden
}

.site-map dl {
	border: #fff solid 1px;
	border-top: #fff solid 2px;
	border-bottom: none;
	margin: 20px 0 20px 0
}

.site-map dl dt {
	background: #000000;
	color: #0053a8;
	font-size: 16px;
	line-height: 50px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 0 0 20px;
	width: 100%;
	text-align: left;
	clear: both
}

.site-map dl dt a {
	color: #fff
}

.site-map dl dt a:hover {
	color: #7df7ff
}

.site-map dl dt img {
	margin-left: 20px
}

.site-map dl dd {
	line-height: 40px;
	overflow: hidden;
	padding-top: 10px;
	clear: both
}

.site-map dl dd .p2 {
	padding: 10px 0 0 20px;
	clear: both
}

.site-map dl dd .p2 a {
	color: #155f32;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.site-map dl dd .p2 a:hover {
	color: #155f32
}

.site-map dl dd>div {
	clear: both;
	overflow: hidden;
	line-height: 40px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 10px 20px 20px 10px
}

.site-map dl dd>div a {
	color: #fff;
	float: left;
	padding: 0 10px 0 10px
}

.site-map dl dd>div a:hover {
	color: #7df7ff;
	background: #7df7ff;
	color: #fff
}

.site-map dl:hover {
	background: rgba(21, 95, 50, 0.05)
}

@media (max-width: 1366px) {
    #mapa a {
        margin: 140px;
    }
    #mapa a {
        font-size: 22px;
    }
    .footer .link1 {
        padding-left: 0.26rem;
    }
}

@media (max-width: 1281px) {
    #mapa a {
        margin: 135px;
    }
    #mapa a {
        font-size: 20px;
    }
    .footer .link1 {
        padding-left: 0.16rem;
    }
    .home-product .right-top {
        width: 5.47rem;
    }

    .home-product .box12 {
        width: 4.72rem;
    }
    .home-product .right-bottom {
        width: 8.95rem;
    }
}

.about01 .item .pic:after {
    padding-bottom: 114%;
}

@media (max-width: 600px) {
    .home-product .right-top {
        width: 100%;
    }
    .home-product .right-bottom {
       width: 100%;
    }
    #mapa {
        display: none;
    }
    .more4 ul {
        position: absolute;
        top: 1.47rem;
    }
    .more4 ul li {
        height: 1.5em;
        margin: 10px 0;
    }

}




.product-show{
    margin-top:1.85rem;
    padding-top:0.84rem;
    padding-bottom:0.84rem;
background: #fff;
}


.product-show .left {
    float: left;
    width: 56.5%;
}
.product-show .left .pro-max {
    background: #fff;
    text-align: center;
    margin-bottom: 0.11rem;
}
.product-show .left .pro-max img {
    text-align: center;
    margin: 0 auto;
}

.product-show .left .pic:after{
padding-bottom:98.6394%;
}
.product-show .left .pro-min {
    margin: 0 -0.08rem;
}
.product-show .left .pro-min .getIndex {
    padding: 0 0.08rem;
}
.product-show .right {
    float: right;
    width: 38.2%;
    padding-right: 0.78rem;
}
.product-show .right .bt {
    font-size: 0.28rem;
    color: #000;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    text-align: center;
}
.product-show .right dl {
    margin-bottom: 13px;
    overflow: hidden;
}
.product-show .right dl dt {
    display: block;
    margin-bottom: 0.2rem;
    cursor: pointer;
    line-height: 0.46rem;
    transition: width 2s;
    padding-right:10px;

}
.product-show .right dl dt span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:0.2rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-right: 20px;
    background: url(../images/more1.png) no-repeat center right;
    background-size: 10px;
    border-bottom:1px solid #cccccc;
}

.product-show .right .list_dt {
    color: #fff;
    cursor: pointer;
    position: relative;
}
.product-show .right #open {
    margin-bottom: 0;
}
.product-show .right #open span {
    background: url(../images/more2.png) no-repeat center right;
    background-size: 10px;
}
.product-show .right .jobsub {
    display: none;
    padding-bottom: 0.42rem;
    font-size: 0.18rem;
    color: #000;
    line-height: 27px;
    padding-top: 0.2rem;
    font-weight: bold;
}
.product-show .right .jobsub p {

}


.product-show .right ul {
    margin-top:0.36rem;
}
.product-show .right ul li {
    overflow: hidden;
    margin-bottom: 0.14rem;
}
.product-show .right ul li .box {
    border: 2px solid #787878;
    position: relative;
    overflow: hidden;
    padding-left: 1.22rem;
}
.product-show .right ul li .box span {
    width: 1.22rem;
    line-height: 0.4rem;
    color: #000;
    height: 0.4rem;
    font-size: 0.18rem;
    display: block;
    float: left;
    background: #d8d8d8;
    padding: 0 0 0 0.11rem;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #787878;
}
.product-show .right ul li .box span img {
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}
.product-show .right ul li .box span .icon1 {
    width: 0.18rem;
}
.product-show .right ul li .box span .icon2 {
    width: 0.24rem;
}
.product-show .right ul li .box input {
    height: 0.4rem;
    border: 0;
    width: 100%;
    float: left;
    font-size: 0.2rem;
    color: #000;
    text-align: center;
}
.product-show .right ul li textarea {
    width: 100%;
    height: 1.86rem;
    border: 0;
    font-size: 0.2rem;
    color: #000;
    padding: 0.1rem;
    overflow: hidden;
    display: block;
}
.product-show .right ul li select {
    width: 1.88rem;
    height: 0.44rem;
    padding: 0 0.1rem;
    font-size: 0.18rem;
    color: #000;
    text-align: center;
    appearance: none;
    border: 2px solid #787878;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    float: left;
}
.product-show .right ul li select::-ms-expand {
    display: none;
}
.product-show .right ul li p {
    font-size: 0.24rem;
    line-height: 0.32rem;
}
.product-show .right ul li .submit {
    display: block;
    line-height: 0.4rem;
    height: 0.44rem;
    width: 3.9rem;
    text-align: center;
    color: #000;
    font-size: 0.18rem;
    float: right;
    background: #7df7ff;
    border:2px solid #787878;
}



@media(max-width:768px){
    .product-show .left {
        width: 100%;
    }
    .product-show {
        margin-top: 45px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-show .right {
        width: 100%;
        padding-right: 0;
        padding-top:20px;
    }
    .product-show .right .bt {
        font-size: 18px;
    }
    .product-show .right dl dt span {
        font-size: 14px;
    }
    .product-show .right dl dt {
        line-height: 25px;
    }
    .product-show .right .jobsub {
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px;
    }
    .product-show .right ul li .box input {
        height: 25px;
        font-size: 14px;
    }
    .product-show .right ul li .box span {
        width: 75px;
        line-height: 25px;
        height: 25px;
        font-size: 14px;
        padding: 0 0 0 5px;
    }
    .product-show .right ul li textarea {
        height: 100px;
        font-size: 14px;
        padding: 10px;
    }
    .product-show .right ul li select {
        width: 140px;
        height: 28px;
        padding: 0 5px;
        font-size: 14px;
    }
    .product-show .right ul li .submit {
        line-height: 24px;
        height: 28px;
        width: 200px;
        font-size: 14px;
    }
    .product-show .right ul li .box span .icon2 {
        width: 11px;
    }
    .product-show .right ul li .box span .icon1 {
        width: 11px;
    }
}

.product-show .right .img .title{
	font-size: 0.2rem;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	text-transform: uppercase;
	padding-right: 20px;
	line-height: 0.46rem;
}

.product-show .right .list_dt:last-child{margin-bottom:0;}

.cookie {
	background: #fff;
    color: #333;
    clear: both;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);max-width:400px;
}
.cookie .container{width:100%;padding:0}

.cookie .left {
	width: 100%;
	float: left;
	 
 padding-bottom:10px;
	padding-top: 15px;
	padding-right: 0;
}

.cookie .left img {
	float: left;
	margin-right: 20px;
}

.cookie .left h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;padding-bottom:10px;
}

.cookie .left p {
	font-size: 13px;line-height:20px;
}

.cookie .right {
	height: 150px;
	width: 33%;
	float: right;
	background: #0d61a4;
	border-left: 2px #fff solid;
	text-align: center;
	padding-top: 55px;
}

.cookie .privacy{color:#666;text-decoration:underline;display:block;margin-bottom:15px;margin-top:10px;}

.cookie .a-01 {
	line-height: 38px;
	display: block;
	padding-left: .7rem;
	padding-right: .8rem;
	color: #3;
	border: 2px  solid rgb(51,51,51);
	border-radius: 20px;
	background: transparent;
	transition: all .5s;
 margin-right:10px;text-align:center;
}

.cookie .a-03{margin-bottom: 10px;
    margin-top: 15px;
    background: #333;
    color: #fff;}

.cookie .a-01:hover {
	background: #333;
	color: #fff;
}

.cookie .a-02 {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	margin-left: 10px;
}

@media (max-width: 1023px) {
	.cookie {
		display: flex;
	}
	.cookie .left {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}
	.cookie .left img {
		width: 30px;
	}
	.cookie .left h4 {
		font-size: 16px;
	}
	.cookie .left p {
		font-size: 12px;
	}
	.cookie .right {
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}

			.cookie {
				bottom: 45px;
			}
			.cookie .left {
				padding-left: 0;
				padding-top: 0;
				padding-bottom: 0;
			}
}
.hidden{display:none}