@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;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
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: 'Microsoft YaHei';
}
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: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.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: 1400rem;
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 800rem;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup video {
  display: block;
  max-width: 100%;
}
#privacyPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.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 zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@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;
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../font/Montserrat-Regular.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Bold;
  src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  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: 400px;
  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: #ffcd11;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.inside-message-2 {
  z-index: 10000;
  position: fixed;
  width: 600rem;
  background: #fff;
  background-size: 100%;
  bottom: 10rem;
  right: 10rem;
  height: 480rem;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.inside-message-2 .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f5f9;
}
.inside-message-2 .dialog_header .title {
  width: 100%;
  font-size: 22rem;
  font-weight: bold;
  color: #000000;
  line-height: 49rem;
}
.inside-message-2 .dialog_header .close {
  position: absolute;
  width: 49rem;
  height: 49rem;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 49rem;
  font-size: 30rem;
  color: #000;
  cursor: pointer;
}
.inside-message-2 .item {
  padding: 26rem 45rem 26rem 23rem;
}
.inside-message-2 .item ul li {
  margin-bottom: 14rem;
}
.inside-message-2 .item ul li .box {
  position: relative;
  padding-left: 105rem;
}
.inside-message-2 .item ul li .box input,
.inside-message-2 .item ul li .box textarea {
  width: 100%;
  height: 41rem;
  border: 1px solid #cccccc;
  background: none;
  display: block;
  overflow: hidden;
  padding: 0 18rem;
  font-size: 14rem;
}
.inside-message-2 .item ul li .box textarea {
  height: 110rem;
  padding: 10rem 18rem;
}
.inside-message-2 .item ul li .box label {
  font-size: 16rem;
  line-height: 41rem;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.inside-message-2 .item ul li .box label i {
  color: #d90716;
  margin-right: 7rem;
}
.inside-message-2 .item ul li .box .input {
  position: relative;
}
.inside-message-2 .item ul li .box .input input {
  border: 0;
  line-height: 74rem;
  height: 74rem;
  margin-left: 2rem;
  padding: 0;
}
.inside-message-2 .item ul li .box .input input:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 74rem;
  height: 74rem;
  background-color: #ffffff;
  border: solid 1rem #cccccc;
  z-index: 22;
}
.inside-message-2 .item ul li .box .input input:before {
  z-index: 24;
  content: '+';
  display: block;
  font-size: 30rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 74rem;
  height: 72rem;
  line-height: 72rem;
  text-align: center;
}
.inside-message-2 .item ul li .more a {
  float: right;
}
.sitemap {
  padding: 68rem 0;
}
.sitemap ul {
  padding-top: 40rem;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top1:hover {
  color: #ffcd11;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: #ffcd11;
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.fix {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.top {
  background-color: #fafafa;
  border-bottom: 1px solid #eeeeee;
  line-height: 37rem;
}
.top a {
  margin-left: 37rem;
}
@media (min-width: 1025px) {
  .top a:hover {
    color: #ffcd11;
  }
}
.header {
  height: 82rem;
  background: #fff;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.2s;
  padding-top: 17rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 106rem;
  z-index: 5;
  transition: 0.5s;
}
.header .header-right {
  float: right;
}
.nav {
  transition: 0.2s;
  float: right;
}
.nav ul {
  position: relative;
  z-index: 1;
}
.nav ul li {
  text-align: center;
  float: left;
  position: relative;
  margin-left: 162rem;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  line-height: 82rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.nav ul li .subnav {
  width: 160rem;
  position: absolute;
  top: 80rem;
  left: 50%;
  margin-left: -80rem;
  display: none;
  z-index: 333;
}
.nav ul li .subnav ul {
  background: #fff;
  overflow: hidden;
  width: 100%;
  float: none;
  padding: 15rem 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.nav ul li .subnav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 15rem;
  line-height: 50rem;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
  font-weight: normal !important;
}
.nav ul li .subnav ul li a:after {
  display: none !important;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    color: #ffcd11 !important;
    font-weight: bold !important;
  }
}
.nav ul li:hover a {
  color: #ffcd11;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a {
  color: #ffcd11;
}
.headerfix {
  background: #fff;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.height {
  height: 1px;
  position: absolute;
  top: -82rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 82rem;
}
.search {
  padding: 22rem 0;
}
.nsearch {
  margin-bottom: 61rem;
  z-index: 44;
  position: relative;
  width: 880rem;
  margin: 0 auto;
  border: 2rem solid #ffcd11;
  border-radius: 0rem 4rem 4rem 0rem;
  background: #fff;
}
.nsearch .left {
  float: left;
  width: 170rem;
  height: 48rem;
  font-size: 14rem;
  border-right: 1px solid #efefef;
}
.nsearch .info {
  position: relative;
  float: right;
}
.nsearch .info input {
  width: 700rem;
  height: 48rem;
  background: none;
  padding: 0 20rem;
  border: 0;
  font-size: 16rem;
}
.nsearch .info a {
  width: 120rem;
  height: 48rem;
  line-height: 48rem;
  font-size: 18rem;
  font-weight: bold;
  color: #000000;
  background: #ffcd11 url(../images/search.png) no-repeat 33rem center;
  padding-left: 58rem;
  background-size: 16rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
}
.combo-select {
  position: relative;
  cursor: pointer;
}
.combo-select .combo-input {
  margin-bottom: 0;
}
.combo-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 48rem;
  padding-right: 60rem;
  border-radius: 3rem;
  cursor: pointer;
  padding: 0 20rem !important;
  background: none;
  font-size: 14rem;
}
.combo-input:focus {
  outline: none;
}
.combo-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 14rem;
  width: 40rem;
  color: #999999;
  background: url(../images/more1.png) no-repeat center center;
  background-size: 8rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.combo-open .combo-arrow {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.combo-focus input {
  font-size: 14rem;
}
.combo-select select {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  opacity: 0;
}
@media only screen and (min-width: 960px) {
  .combo-select select {
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    margin: 0;
  }
}
.option-selected {
  color: #ffcd11;
}
.option-hover {
  color: #ffcd11;
}
.option-item {
  cursor: pointer;
}
.option-item:hover {
  color: #ffcd11;
}
.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0;
}
.option-disabled {
  opacity: 0.5;
}
.combo-dropdown {
  position: absolute;
  z-index: 444;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  display: none;
  background: #fff;
  box-shadow: 0px 10px 32px 0px rgba(38, 38, 38, 0.18);
  padding: 20rem;
}
.combo-dropdown li {
  margin: 0 !important;
  line-height: 36rem;
  width: 100% !important;
  text-align: left;
  color: #262626;
  font-size: 14rem;
}
.combo-open .combo-dropdown {
  display: block;
}
.hot {
  width: 880rem;
  margin: 0 auto;
  font-size: 13rem;
  line-height: 33rem;
  color: rgba(102, 102, 102, 0.7);
  margin-top: 4rem;
  background: url(../images/hot.png) no-repeat 13rem 7rem;
  background-size: 12rem;
  padding-left: 34rem;
}
.hot span {
  color: #333333;
}
.hot a {
  color: rgba(102, 102, 102, 0.7);
  margin-left: 6rem;
  margin-right: 13rem;
}
.banner {
  padding-bottom: 60rem;
}
.banner .container {
  display: flex;
}
.banner .left {
  width: 18.5%;
  float: left;
  padding: 20rem;
  background-color: #ffffff;
  border-radius: 8rem;
}
.banner .left .title {
  font-size: 20rem;
  padding-left: 41rem;
  font-weight: bold;
  line-height: 60rem;
  color: #000000;
  background: url(../images/fl.png) no-repeat 10rem center;
  background-size: 23rem;
}
.banner .left ul li a {
  display: block;
  font-size: 18rem;
  font-weight: bold;
  line-height: 60rem;
  color: #000000;
  position: relative;
  padding-left: 40rem;
}
.banner .left ul li a .pic {
  width: 25rem;
  position: absolute;
  top: 18rem;
  left: 11rem;
}
@media (min-width: 1025px) {
  .banner .left ul li a:hover {
    background: #f0f0f0;
    color: #ffcd11;
  }
}
.banner .center {
  float: left;
  width: 63%;
  padding: 0 20rem;
}
.banner .right {
  width: 18.5%;
  float: left;
  padding: 36rem 20rem 20rem 20rem;
  background: #fffcfc;
  border-radius: 8rem;
}
.banner .right .huanying {
  position: relative;
  line-height: 55rem;
  padding-left: 72rem;
  font-size: 18rem;
  color: #000000;
}
.banner .right .huanying .pic {
  width: 55rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.banner .right .list {
  border-top: 1px solid #ebe8e8;
  margin-top: 30rem;
  padding-top: 15rem;
}
.banner .right .list span {
  font-size: 16rem;
  line-height: 34rem;
  color: #ffcd11;
  display: inline-block;
}
.banner .right .list span:after {
  content: '';
  display: block;
  width: 11rem;
  height: 3rem;
  background-color: #ffcd11;
  margin: 0 auto 6rem auto;
}
.banner .right .list ul li a {
  display: block;
  font-size: 14rem;
  line-height: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #666666;
}
@media (min-width: 1025px) {
  .banner .right .list ul li a:hover {
    color: #ffcd11;
  }
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
  border-radius: 8rem;
}
.swiper-renewal-main img {
  display: block;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  bottom: 60rem;
  left: 0;
  width: 100%;
  padding: 0 57rem;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.more a,
.more p {
  width: 138rem;
  line-height: 42rem;
  background-color: #ffcd11;
  border-radius: 30rem;
  text-align: center;
  font-size: 16rem;
  display: block;
  color: #000000;
  position: relative;
  overflow: hidden;
}
.more a:after,
.more p:after {
  width: 100rem;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform: skewx(-25deg);
  transform: skewx(-25deg);
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 2;
  content: '';
  display: block;
}
@media (min-width: 1025px) {
  .more a:hover:after {
    left: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
}
.floor {
  padding-bottom: 50rem;
}
.floor .left {
  border-radius: 8rem;
  float: left;
  width: 18.5%;
}
.floor .left .text {
  padding: 57rem 31rem;
}
.floor .left .bt {
  font-size: 22rem;
  font-weight: bold;
  color: #fffcfc;
}
.floor .left .p {
  font-size: 14rem;
  padding-top: 16rem;
  margin-bottom: 28rem;
  color: #fffcfc;
}
.floor .right {
  float: left;
  width: 81.5%;
  padding: 27rem 27rem 0 27rem;
}
.floor .info {
  background: #fff;
  display: flex;
}
.more1 a,
.more1 p {
  width: 33rem;
  height: 33rem;
  background: url(../images/more.png) no-repeat center center;
  background-size: 100%;
}
.prolist {
  margin: 0 -15rem;
}
.prolist li {
  width: 25%;
  float: left;
  padding: 0 15rem;
  margin-bottom: 30rem;
}
.prolist li .box {
  border-radius: 4rem;
  border: solid 1rem #e8e8e8;
  overflow: hidden;
  background-color: #fff;
}
.prolist li .text {
  padding: 0 11rem 16rem 11rem;
}
.prolist li .text .span {
  line-height: 45rem;
}
.prolist li .text .span span {
  width: 50%;
  float: left;
  font-size: 14rem;
  color: #666666;
}
.prolist li .text .span p {
  float: right;
  width: 50%;
  font-size: 20rem;
  font-weight: bold;
  color: #ef1f1f;
  text-align: right;
}
.prolist li .text .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 32rem;
  color: #303030;
  height: 64rem;
  overflow: hidden;
  width: 100%;
}
.prolist li .pic:after {
  padding-bottom: 62.90322581%;
}
@media (min-width: 1025px) {
  .prolist li:hover .pic img {
    transform: scale(1.04);
  }
}
.home-youshi {
  padding: 25rem 0 18rem 0;
  background: #fff;
}
.home-youshi ul li {
  width: 25%;
  float: left;
  font-size: 24rem;
  line-height: 100rem;
  padding: 0 6rem;
  color: #14160c;
}
.home-youshi ul li .box {
  position: relative;
  padding-left: 110rem;
}
.home-youshi ul li .pic {
  width: 100rem;
  position: absolute;
  top: 0;
  left: 0;
}
.home-youshi ul li:nth-child(1) {
  width: 27%;
}
.home-youshi ul li:nth-child(2) {
  width: 27.5%;
}
.home-youshi ul li:nth-child(3) {
  width: 26.5%;
}
.home-youshi ul li:nth-child(4) {
  width: 18%;
}
.home-main {
  padding-bottom: 86rem;
  background: #f2f5f9;
}
.footer {
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}
.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer-bottom {
  padding-top: 61rem;
  padding-bottom: 76rem;
}
.footer-bottom .footer-left {
  float: left;
  width: 36%;
}
.footer-bottom .footer-left .f1 {
  margin-bottom: 12rem;
  background: url(../images/f01.png) no-repeat top left;
  background-size: 63rem;
  line-height: 63rem;
  padding-left: 83rem;
}
.footer-bottom .footer-left .f1 span {
  font-size: 18rem;
  font-weight: bold;
  color: #ffffff;
}
.footer-bottom .footer-left .f3 {
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 34rem;
}
.footer-bottom .footer-left .f3 p {
  padding-left: 39rem;
  margin-bottom: 5rem;
}
.footer-bottom .footer-left .f3 a {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 10rem;
}
.footer-bottom .footer-left .f3 p.x1 {
  background: url(../images/x1.png) no-repeat left 9rem;
  background-size: 17rem;
}
.footer-bottom .footer-left .f3 p.x2 {
  background: url(../images/x2.png) no-repeat left 10rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .f3 p.x3 {
  background: url(../images/x3.png) no-repeat left 10rem;
  background-size: 18rem;
}
.footer-bottom .footer-left .f3 p.x4 {
  background: url(../images/x4.png) no-repeat left 8rem;
  background-size: 17rem;
}
.footer-bottom .footer-left .f3 p.x5 {
  background: url(../images/x5.png) no-repeat left 8rem;
  background-size: 16rem;
}
.footer-bottom .socialMedia {
  margin-top: 103rem;
}
.footer-bottom .socialMedia .list li {
  display: inline-block;
  padding: 0 5rem 0 0;
  width: auto !important;
  float: right !important;
}
.footer-bottom .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .socialMedia .list .icon {
  border: solid 1px #fff;
  display: block;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background-size: 38rem !important;
  opacity: 0.6;
}
@media (min-width: 1025px) {
  .footer-bottom .socialMedia .list .icon:hover {
    opacity: 1;
  }
}
.footer-bottom .socialMedia .list .icon-11 {
  background: url(../images/sprite00.png) no-repeat center center;
}
.footer-bottom .socialMedia .list .icon-22 {
  background: url(../images/sprite01.png) no-repeat center center;
}
.footer-bottom .socialMedia .list .icon-33 {
  background: url(../images/sprite02.png) no-repeat center center;
}
.footer-bottom .socialMedia .list .icon-44 {
  background: url(../images/sprite03.png) no-repeat center center;
}
.footer-bottom .socialMedia .list .down {
  display: none;
  color: #666;
  font-size: 14rem;
  align-items: center;
  width: 120rem;
  cursor: initial;
  padding-bottom: 20rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60rem;
}
.footer-bottom .socialMedia .list .down .txt {
  margin-right: 10rem;
}
.footer-bottom .socialMedia .list .down .ewm {
  width: 119rem;
  position: relative;
}
.footer-bottom .socialMedia .list .down .ewm:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10rem 8rem 0 8rem;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  margin-left: -7rem;
}
.footer-bottom .socialMedia .list .active .down {
  display: flex;
}
.footer-bottom .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer-bottom .socialMedia .list .box:hover .down {
  display: flex;
}
.footer-bottom .footer-list {
  float: right;
  width: 52.5%;
  padding-top: 17rem;
}
.footer-bottom .footer-list ul li {
  width: 28%;
  float: left;
}
.footer-bottom .footer-list ul li a,
.footer-bottom .footer-list ul li h3 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
  max-width: 100%;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 1rem;
  padding-right: 5rem;
  padding-bottom: 33rem;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 16rem;
  line-height: 34rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  position: relative;
  margin-bottom: 5rem;
}
.footer-bottom .footer-list ul li .p {
  font-size: 16rem;
  line-height: 34rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5rem;
}
.footer-bottom .footer-list ul li .search1 {
  border: solid 1rem #ffffff;
  position: relative;
  margin-top: 37rem;
}
.footer-bottom .footer-list ul li .search1 input {
  width: 100%;
  height: 48rem;
  font-size: 16rem;
  background: none;
  color: #ffcd11;
  padding: 0 90rem 0 11rem;
  border: 0;
}
.footer-bottom .footer-list ul li .search1 input::-webkit-input-placeholder {
  color: #ffcd11;
}
.footer-bottom .footer-list ul li .search1 input:-moz-placeholder {
  color: #ffcd11;
  opacity: 1;
}
.footer-bottom .footer-list ul li .search1 input::-moz-placeholder {
  color: #ffcd11;
  opacity: 1;
}
.footer-bottom .footer-list ul li .search1 input:-ms-input-placeholder {
  color: #ffcd11;
}
.footer-bottom .footer-list ul li .search1 a {
  width: 84rem;
  line-height: 48rem;
  font-size: 16rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.23);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.footer-bottom .footer-list ul li:nth-child(2) {
  width: 23%;
}
.footer-bottom .footer-list ul li:nth-last-child(1) {
  width: 45%;
  float: right;
}
.footer-copyright {
  padding: 18rem 0;
  font-size: 14rem;
  line-height: 22rem;
  color: rgba(255, 255, 255, 0.48);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.48);
}
.floatRigth {
  position: fixed;
  z-index: 100;
  right: 10rem;
  bottom: 150rem;
}
.floatRigth img {
  vertical-align: top;
}
.floatRigth .kftx {
  margin-bottom: 20rem;
  position: relative;
}
.floatRigth .kftx .pic {
  width: 54rem;
  height: 54rem;
  border-radius: 50%;
  border: 1px #ffcd11 solid;
  overflow: hidden;
  margin: auto;
}
.floatRigth .kftx .pic:before {
  content: '';
  display: block;
  margin: auto;
  width: 100rem;
  height: 100rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -50rem;
  margin-left: -50rem;
  border-radius: 50%;
  border: 1rem #ffcd11 solid;
  opacity: 0;
  -webkit-animation: ripple 1s ease-out 2s infinite;
  animation: ripple 1s ease-out 2s infinite;
}
.floatRigth .kftx .cilcle {
  width: 54rem;
  height: 54rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.floatRigth .kftx .cilcle:before {
  content: '';
  display: block;
  margin: auto;
  width: 160rem;
  height: 160rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -80rem;
  margin-left: -80rem;
  border-radius: 50%;
  background: #fff;
  border: 1rem #ffcd11 solid;
  opacity: 0;
  -webkit-animation: ripple 3s ease-out 0s infinite;
  animation: ripple 3s ease-out 0s infinite;
}
.floatRigth .kftx .cilcle:after {
  content: '';
  display: block;
  margin: auto;
  width: 160rem;
  height: 160rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -80rem;
  margin-left: -80rem;
  border-radius: 50%;
  background: #fff;
  border: 1rem #ffcd11 solid;
  opacity: 0;
  -webkit-animation: ripple 2s ease-out 0s infinite;
  animation: ripple 2s ease-out 0s infinite;
}
.floatRigth li {
  width: 70rem;
  height: 70rem;
  margin-bottom: 8rem;
  position: relative;
}
.floatRigth li .returnTopBtn {
  height: 50rem;
}
.floatRigth li .returnTopBtn .title {
  display: none;
}
.floatRigth li:last-child {
  margin-bottom: 0;
}
.floatRigth .box {
  display: block;
  cursor: pointer;
  background-color: #fff;
  border: 1rem #ffcd11 solid;
  color: #333;
  font-size: 14rem;
  text-align: center;
  line-height: 13rem;
  width: 70rem;
  height: 70rem;
  border-radius: 5rem;
  padding: 10rem 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.floatRigth .title {
  line-height: 20rem;
}
.floatRigth .icon {
  width: 30rem;
  height: 30rem;
  line-height: 30rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
}
.floatRigth .icon svg {
  width: 20rem;
  height: 20rem;
  fill: #ffcd11;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.floatRigth .hoverDiv {
  cursor: initial;
  border-radius: 5rem;
  border: 1rem #ffcd11 solid;
  background-color: #fff;
  width: 120rem;
  color: #333;
  font-size: 16rem;
  line-height: 38rem;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -200rem;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.floatRigth .hoverDivC {
  padding-left: 0;
  text-align: center;
  position: relative;
}
.floatRigth .hoverTel {
  color: #ffcd11;
  font-size: 18rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  width: 160rem;
  top: 5rem;
}
.floatRigth .ewm {
  width: 160rem;
  height: 160rem;
  text-align: left;
  padding: 5rem 5rem;
}
.floatRigth .box:hover {
  background: #ffcd11;
  color: #fff;
}
.floatRigth .box:hover .hoverDiv {
  right: 100%;
}
.floatRigth .box:hover .icon svg {
  fill: #fff;
}
.floatRigth .zcyl .box {
  border-color: #f72967;
}
.floatRigth .zcyl .box svg {
  fill: #f72967;
}
.floatRigth .zcyl .box:hover {
  background-color: #f72967;
}

@media (max-width:1280px){
	.floatRigth li {
	  width: 60px;
	  height: 60px;
	  margin-bottom: 8px;
	  position: relative;
	}
	.floatRigth li .returnTopBtn {
	  height: 50px;
	}
	.floatRigth li .returnTopBtn .title {
	  display: none;
	}
	.floatRigth li:last-child {
	  margin-bottom: 0;
	}
	.floatRigth .box {
	  font-size: 12px;
	  line-height: 14px;
	  width: 60px;
	  height: 60px;
	  border-radius: 5px;
	  padding: 10px 0 0 0;
	}
	.floatRigth .title {
	  line-height: 20px;
	}
	.floatRigth .icon {
	  width: 30px;
	  height: 30px;
	  line-height: 30p;
	}
	.floatRigth .icon svg {
	  width: 20px;
	  height: 20px;
	}
	.floatRigth .hoverDiv {
	  border-radius: 5px;
	  border: 1px #ffcd11 solid;
	  width: 120px;
	  color: #333;
	  font-size: 14px;
	  line-height: 30px;
	  right: -200px;
	}

	.floatRigth .hoverTel {
	  font-size: 16px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  width: 160px;
	  top: 5px;
	}
	.floatRigth .ewm {
	  width: 160px;
	  height: 160px;
	  padding: 5px;
	}
}

@media screen and (max-width: 1023px) {
  .floatRigth {
    display: none;
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.current {
  float: right;
  line-height: 25rem;
  font-size: 14rem;
  color: #6f6f6f;
  background: url(../images/home.png) no-repeat center left;
  padding-left: 22rem;
  background-size: 17rem;
}
.current a {
  color: #6f6f6f;
}
.current b {
  font-weight: normal;
}
.filterPro {
  color: #58595c;
  font-size: 16rem;
  margin-bottom: 30rem;
  padding: 6rem 20rem 0 20rem;
  line-height: 54rem;
}
.filterPro:after {
  content: '';
  display: block;
  clear: both;
}
.filterPro a {
  color: #58595c;
}
.filterPro .title {
  margin-bottom: 25rem;
}
.filterPro .title .text {
  float: left;
  font-size: 18rem;
  font-weight: bold;
  line-height: 25rem;
  color: #000000;
}
.filterPro .title .text .pic {
  float: left;
  width: 25rem;
}
.filterPro .title .text span {
  font-size: 16rem;
  line-height: 25rem;
  color: #000000;
  font-weight: normal;
}
.filterPro .title .text span b {
  font-weight: normal;
  color: #ffcd11;
}
.filterPro .left {
  border: solid 1px #e0e0e0;
  display: flex;
  line-height: 46rem;
  background: #fff;
}
.filterPro .left > a {
  display: inline-block;
  text-align: center;
  padding: 0 21rem;
  font-size: 14rem;
  color: #000000;
  border-right: solid 1px #e0e0e0;
}
.filterPro .left > a:hover {
  color: #ffcd11;
}
.filterPro .left > a.active {
  color: #ffcd11;
}
.filterPro .left i {
  font-style: initial;
  margin-left: 15rem;
}
.filterPro .left i svg {
  width: 14rem;
  display: inline-block;
  fill: #c0c0c0;
}
.filterPro .jg {
  border-right: solid 1px #e0e0e0;
  color: #000000;
  padding: 0 21rem;
  font-size: 14rem;
}
.filterPro .jg a {
  display: inline-flex;
  align-items: center;
  color: #000000;
}
.filterPro .jg a.active{
  color: #ffcd11;
}
.filterPro .up-down {
  height: 20rem;
  display: inline-block;
  font-style: initial;
  line-height: 10rem;
  vertical-align: top;
  font-size: 16rem;
  font-size: 0;
}
.filterPro .up-down .up {
  display: block;
  cursor: pointer;
}
.filterPro .up-down .down {
  display: block;
  cursor: pointer;
}
.filterPro .up-down .up,
.filterPro .up-down .down {
  height: 10rem;
}
.filterPro .up-down .up:hover svg,
.filterPro .up-down .down:hover svg {
  fill: #ffcd11;
}
.filterPro .up-down .up.active svg,
.filterPro .up-down .down.active svg {
  fill: #ffcd11;
}
.filterPro .priceQujian {
  position: relative;
  padding: 0 20rem;
  z-index: 1;
  border-right: solid 1px #e0e0e0;
}
.filterPro .priceQujian input {
  width: 80rem;
  height: 33rem;
  background-color: #f0f0f0;
  border: 0;
  padding: 0 5rem;
  font-size: 14rem;
  -moz-appearance: textfield;
  text-align: center;
}
.filterPro .priceQujian input::-webkit-outer-spin-button,
.filterPro .priceQujian input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filterPro .priceQujian input:focus {
  border-color: #ffcd11;
}
.filterPro .priceQujian .price-edit {
  width: 100%;
  padding: 50rem 20rem 15rem 20rem;
  line-height: 30rem;
  font-size: 12rem;
  background-color: #fff;
  border: 1rem solid #999;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.filterPro .priceQujian .price-edit .confirmBtn {
  width: 46rem;
  line-height: 24rem;
  height: 26rem;
  border: 1rem solid #ccc;
  text-align: center;
  background: #f7f7f7;
  color: #333;
}
.filterPro .priceQujian .price-edit .confirmBtn:hover {
  background: #ffcd11;
  border-color: #ffcd11;
  color: #fff;
}
.filterPro .priceQujian .price-edit .emptyBtn {
  color: #ffcd11;
}
.filterPro .priceQujian .price-edit .emptyBtn:hover {
  color: #ffcd11;
}
.filterPro .priceQujian:hover .price-edit {
  display: flex;
}
.product-bottom {
  padding-top: 50rem;
}
.prolist1 {
  padding-bottom: 33rem;
}
.prolist1 li {
  width: 20%;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  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 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #cdcdcd;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background: #ffcd11;
  -webkit-box-shadow: 0 0 0 1px #fff;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
.current1 {
  float: none;
}
.product-top {
  padding: 60rem 0 152rem 0;
}
.product-top .left {
  float: left;
  width: 45.7%;
  position: relative;
}
.product-top .left .pic:after {
  padding-bottom: 62.5%;
}
.product-top .left .mySwiper2 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 4rem 4rem 0rem 0rem;
  border: solid 1rem #e8e8e8;
}
.product-top .left .info {
  position: relative;
  padding: 0 40rem;
  margin-top: 20rem;
}
.product-top .left .mySwiper {
  width: 100%;
  overflow: hidden;
}
.product-top .left .mySwiper .pic {
  border-radius: 4rem 4rem 0rem 0rem;
  border: solid 1rem #e8e8e8;
  background: #fff;
}
.product-top .left .mySwiper .swiper-slide {
  overflow: hidden;
}
.product-top .left .mySwiper .swiper-button-next,
.product-top .left .mySwiper .swiper-button-prev {
  width: 18rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  z-index: 3;
}
.product-top .left .mySwiper .swiper-button-next:after,
.product-top .left .mySwiper .swiper-button-prev:after {
  color: #cccccc;
  font-size: 30rem;
}
@media (min-width: 1025px) {
  .product-top .left .mySwiper .swiper-button-next:hover:after,
  .product-top .left .mySwiper .swiper-button-prev:hover:after {
    color: #ffcd11;
  }
}
.product-top .left .mySwiper .swiper-button-next {
  left: auto;
  right: 0;
}
.product-top .left .mySwiper .swiper-slide-thumb-active .pic {
  border: solid 1px #ffcd11;
}
.product-top .right {
  float: right;
  width: 45.4%;
}
.product-top .right .bt {
  font-size: 42rem;
  font-weight: bold;
  color: #303030;
}
.product-top .right .span {
  font-size: 38rem;
  margin-bottom: 34rem;
  color: #ef1f1f;
}
.product-top .right .jsh {
  font-size: 18rem;
  line-height: 32rem;
  min-height: 217rem;
  margin-bottom: 7rem;
  color: #333;
}
.product-top .right .jsh span {
  color: #7a7a7a;
}
.product-top .right .jsh p {
  margin-bottom: 21rem;
}
.product-top .right .btn a {
  width: 162rem;
  height: 50rem;
  margin-right: 20rem;
  display: block;
  float: left;
  border-radius: 30rem;
}
@media (min-width: 1025px) {
  .product-top .right .btn a:hover {
    text-decoration: underline;
  }
}
.product-top .right .btn .zx {
  background: #ffcd11 url(../images/co.png) no-repeat 21rem center;
  background-size: 30rem;
  font-size: 18rem;
  line-height: 50rem;
  letter-spacing: 1rem;
  color: #000000;
  padding-left: 56rem;
  position: relative;
}
.product-top .right .btn .zx:after {
  content: '';
  display: block;
  width: 9rem;
  height: 100%;
  background: url(../images/more1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 10rem;
}
.product-top .right .btn .rx {
  background: url(../images/down.png) no-repeat 36rem center;
  background-size: 19rem;
  font-size: 16rem;
  line-height: 48rem;
  border: solid 1rem #000000;
  color: #000000;
  padding-left: 64rem;
  position: relative;
}
.product-show .home-title {
  font-size: 42rem;
  font-weight: bold;
  letter-spacing: 1rem;
  color: #000000;
  text-align: center;
}
.product-show .prolist {
  margin-top: 40rem;
}
.about {
  padding: 68rem 0;
}
.about .about-bottom {
  padding-top: 23rem;
}
.about .about-bottom .left {
  float: left;
  width: 52%;
  padding-top: 22rem;
}
.about .about-bottom .left .jsh {
  font-size: 18rem;
  line-height: 36rem;
  color: #000000;
}
.about .about-bottom .left .p {
  font-size: 18rem;
  line-height: 40rem;
  color: #000000;
}
.about .about-bottom .left .p p {
  margin-bottom: 14rem;
}
.about .about-bottom .left .p b {
  color: #ffcd11;
}
.about .about-bottom .right {
  float: right;
  width: 42%;
  position: relative;
}
.about .about-bottom .right a {
  display: block;
}
.about .about-bottom .right a .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90rem;
  height: 90rem;
  background: url(../images/v.png) no-repeat center center;
  background-size: 100%;
  transform: translate(-50%, -50%);
}
.inmain-title {
  font-size: 42rem;
  font-weight: bold;
  color: #000000;
}
.inmain-title:after {
  content: '';
  display: block;
  width: 78rem;
  height: 6rem;
  margin-top: 8rem;
  background-color: #ffcd11;
}
.inmain-title1 {
  text-align: center;
}
.inmain-title1:after {
  margin: 8rem auto 0 auto;
}
.contact {
  padding-top: 54rem;
  overflow: hidden;
}
.contact .contact-bottom {
  padding-bottom: 84rem;
}
.contact .contact-bottom ul {
  padding-top: 48rem;
  margin: 0 -20rem;
}
.contact .contact-bottom ul li {
  float: left;
  text-align: center;
  width: 33.33333333%;
  padding: 0 20rem;
  margin-bottom: 38rem;
}
.contact .contact-bottom ul li .box {
  height: 320rem;
  padding: 46rem 20rem 10rem 20rem;
  background: #fff;
}
.contact .contact-bottom ul li .pic {
  width: 84rem;
  margin: 0 auto;
  background: #ffcd11;
  border-radius: 50%;
}
.contact .contact-bottom ul li .text {
  padding-top: 19rem;
}
.contact .contact-bottom ul li .bt {
  font-size: 22rem;
  color: #000000;
  margin-bottom: 19rem;
}
.contact .contact-bottom ul li .p {
  font-size: 20rem;
  color: #000000;
  font-weight: bold;
  line-height: 32rem;
}
.contact .contact-bottom ul li .p a {
  color: #000000;
  display: block;
}
@media (min-width: 1025px) {
  .contact .contact-bottom ul li:hover .box {
    box-shadow: 0rem 0rem 18rem 0rem rgba(0, 42, 70, 0.19);
  }
}
.map {
  width: 1938rem;
  position: relative;
  /*left: 50%;
  margin-left: -969rem;*/
}
.map img {
  display: block;
}
.contact02 {
  padding: 69rem 0 20rem 0;
  position: relative;
}
.contact02 .inside-message {
  background-color: #ffffff;
  box-shadow: 0rem 8rem 25rem 0rem rgba(120, 120, 120, 0.18);
  margin-top: 42rem;
  padding: 66rem 47rem 21rem 47rem;
}
.contact02 .inside-message .list {
  position: relative;
}
.contact02 .inside-message li {
  width: 33.3333333%;
  float: left;
  padding: 0 8rem 44rem 8rem;
  position: relative;
}
.contact02 .inside-message .box {
  position: relative;
}
.contact02 .input-form,
.contact02 select,
.contact02 textarea {
  height: 52rem;
  width: 100%;
  border: none;
  border-bottom: 1rem solid #eaeaea;
  background: none;
  font-size: 16rem;
  padding-left: 168rem;
  color: #888;
}
.contact02 .red {
  position: absolute;
  top: 0;
  left: 17rem;
  font-size: 16rem;
  line-height: 52rem;
  color: #333333;
}
.contact02 .red font {
  color: #d90716;
}
.contact02 .red img {
  width: 20rem;
  margin-right: 10rem;
  display: inline-block;
  vertical-align: middle;
}
.contact02 .span {
  color: #ff0000;
  display: block;
  padding-left: 18rem;
}
.contact02 .span span {
  font-size: 16rem;
  line-height: 43rem;
  color: #08060b;
}
.contact02 .verifyDiv {
  float: right;
}
.contact02 textarea {
  padding-top: 66rem;
  height: 111rem;
  padding-left: 23rem;
}
.contact02 .tongyi {
  float: left;
  font-size: 16rem;
  line-height: 43rem;
  color: #333333;
}
.contact02 .tongyi input {
  width: 11rem;
  height: 12rem;
  background-color: #ffffff;
  border: solid 1rem #a6a6a6;
  opacity: 0.57;
}
.contact02 .tongyi .bt {
  display: inline-block;
  cursor: pointer;
}
.contact02 .tongyi label {
  position: relative;
}
.contact02 .tongyi label .bt {
  user-select: none;
  position: relative;
  cursor: pointer;
  padding: 0 10rem 0 28rem;
  font-size: 15rem;
  line-height: 20rem;
  vertical-align: top;
  color: #555;
  margin-bottom: 10rem;
}
.contact02 .tongyi label .bt:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20rem;
  height: 20rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2rem;
  transition: all 0.15s ease;
}
.contact02 .tongyi label input {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.contact02 .tongyi label input:checked {
  border: 0 !important;
  background: none;
}
.contact02 .tongyi label input:checked + .bt {
  color: #333;
}
.contact02 .tongyi label input:checked + .bt:after {
  border-color: #ffcd11;
  background-color: #ffcd11;
}
.contact02 .tongyi label input:checked + .bt:before {
  left: 7rem;
  top: 3rem;
  width: 6rem;
  height: 11rem;
  border: solid #fff;
  border-width: 0 3rem 3rem 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: '';
  z-index: 1;
}
@media (min-width: 1025px) {
  .contact02 .tongyi label:hover .bt:after {
    border-color: #898989;
    box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0.075);
  }
}
.contact02 .col-2 {
  text-align: center;
}
.contact02 .more a {
  margin: 0 auto;
}
.verify-wrap {
  width: 390rem !important;
  height: 45rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify-wrap .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 45rem;
  height: 45rem;
  background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 22rem;
  z-index: 2;
  cursor: move;
  border: 1px solid #e1e1e1;
}
.verify-wrap .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg?t=1) no-repeat center center;
  background-size: 22rem;
  border: 1px solid #e1e1e1;
}
.verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 45rem;
  width: 0;
  background-color: #ffcd11;
  color: #fff;
  font-size: 16rem;
  text-align: center;
  line-height: 45rem;
}
.verify-wrap .fix-tips,
.verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #51555c;
  z-index: 1;
  line-height: 45rem;
  font-size: 14rem;
  text-align: center;
  padding-left: 50rem;
}
.verify-wrap .verify-msg {
  background-color: #ffcd11;
  color: #fff;
  display: none;
  padding-left: 0;
  padding-right: 47rem;
}
.nlist {
  background-color: #ffffff;
  border: solid 1rem #e0e0e0;
  margin-top: 31rem;
  margin-bottom: 49rem;
}
.nlist ul li {
  float: left;
}
.nlist ul li a {
  display: block;
  width: 100rem;
  padding: 0 5rem;
  line-height: 47rem;
  font-size: 14rem;
  color: #000000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  border-right: 1px solid #e0e0e0;
}
@media (min-width: 1025px) {
  .nlist ul li:hover a {
    color: #ffcd11;
  }
}
.nlist ul .active a {
  color: #ffcd11;
}
.news-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 46rem;
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li .box {
  position: relative;
  min-height: 335rem;
  padding-left: 600rem;
  padding-right: 30rem;
  padding-top: 36rem;
  background: #ffffff url(../images/e0.png) no-repeat top right;
  background-size: cover;
  box-shadow: 0rem 2rem 10rem 0rem rgba(10, 28, 51, 0.16);
  border-radius: 12rem;
  overflow: hidden;
}
.news-one .list li .box .pic {
  width: 540rem;
  border-radius: 12rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news-one .list li .box .pic img {
  transition: 0.5s;
}
.news-one .list li .box .pic:after {
  padding-bottom: 62.03703704%;
}
.news-one .list li .box .text .date {
  font-size: 14rem;
  color: #000000;
  margin-bottom: 12rem;
  background: url(../images/date.png) no-repeat center left;
  background-size: 16rem;
  padding-left: 25rem;
}
.news-one .list li .box .text .bt {
  font-size: 28rem;
  font-weight: bold;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 20rem;
}
.news-one .list li .box .text .jsh {
  font-size: 16rem;
  line-height: 30rem;
  color: #333333;
  margin-bottom: 33rem;
  height: 60rem;
  overflow: hidden;
}
.news-one .list li .box .text .more p {
  margin: 0;
}
@media (min-width: 1025px) {
  .news-one .list li:hover .pic img {
    transform: scale(1.04);
  }
  .news-one .list li:hover .text .bt {
    color: #ffcd11;
  }
  .news-one .list li:hover .text .more p:after {
    left: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
}
.btn {
  position: relative;
  height: 34rem;
  margin-bottom: 85rem;
}
.btn .swiper-button-prev:after,
.btn .swiper-button-next:after {
  content: '';
}
.btn .swiper-button-prev,
.btn .swiper-button-next {
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.btn .swiper-button-prev {
  background: url('../images/left2.png') no-repeat center center !important;
  left: 22%;
  background-size: 17rem !important;
}
@media (min-width: 1025px) {
  .btn .swiper-button-prev:hover {
    border: 1px solid #ffcd11;
  }
}
.btn .swiper-button-next {
  background: url('../images/right2.png') no-repeat center center !important;
  right: 22%;
  background-size: 17rem !important;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .btn .swiper-button-next:hover {
    border: 1px solid #ffcd11;
  }
}
.btn .swiper-pagination {
  height: 2px;
  width: 50%;
  left: 25%;
  top: 16rem;
  background: #e1e1e1;
}
.btn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffcd11;
}
.newslist {
  margin: 0 -17rem;
  padding-bottom: 45rem;
}
.newslist li {
  width: 25%;
  float: left;
  padding: 0 17rem;
  margin-bottom: 30rem;
}
.newslist li .box {
  border-radius: 12rem;
  overflow: hidden;
}
.newslist li .pic:after {
  padding-bottom: 62.03703704%;
}
.newslist li .text {
  padding: 16rem 21rem;
  background: #fff;
}
.newslist li .text .bt {
  font-size: 20rem;
  line-height: 35rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 27rem;
  height: 70rem;
  overflow: hidden;
}
.newslist li .text .date {
  font-size: 14rem;
  color: #000000;
  margin-bottom: 12rem;
  background: url(../images/date.png) no-repeat center left;
  background-size: 16rem;
  padding-left: 25rem;
}
@media (min-width: 1025px) {
  .newslist li:hover .box {
    background-color: #fbfdfe;
    box-shadow: 0rem 0rem 18rem 0rem rgba(0, 42, 70, 0.19);
  }
  .newslist li:hover .pic img {
    transform: scale(1.1);
  }
  .newslist li:hover .text .bt {
    color: #ffcd11;
  }
  .newslist li:hover .text .more p {
    background: #ffcd11;
    border: 1px solid #ffcd11;
    color: #fff;
  }
}
.news-show .h1 {
  text-align: center;
  font-size: 32rem;
  margin-bottom: 30rem;
  font-weight: bold;
  color: #000000;
}
.news-show .h2 {
  font-size: 15rem;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 22rem;
  margin-bottom: 44rem;
  text-align: center;
  color: #bdbdbd;
}
.news-show .h2 span {
  margin: 0 40rem;
  padding-left: 22rem;
}
.news-show .h2 .date {
  background: url(../images/date1.png) no-repeat center left;
  background-size: 16rem;
}
.news-show .h2 .ren {
  background: url(../images/renyuanguanli_.png) no-repeat center left;
  background-size: 16rem;
}
.news-show .h2 .liulan {
  background: url(../images/yan.png) no-repeat center left;
  background-size: 16rem;
}
.news-show .left {
  font-size: 18rem;
  margin-top: 35rem;
  line-height: 34rem;
  padding: 56px 100rem 128rem 100rem;
  background-color: #fff;
  color: #333333;
}
.news-show .left .jsh {
  padding-bottom: 112rem;
}
.news-show .left p {
  margin-bottom: 12rem;
}
.news-show .left .share {
  text-align: right;
  overflow: hidden;
  margin-bottom: 52rem;
  width: 100%;
}
.news-show .left .share .dib {
  display: inline-block;
  font-size: 16rem;
}
.news-show .left .bdshare-button-style0-16 {
  float: right;
}
.news-show .left .bdshare-button-style0-16 a {
  background-size: 100% 100% !important;
  background-position: center !important;
  width: 30rem !important;
  height: 30rem !important;
  padding-left: 0 !important;
  margin: 0 3rem !important;
  display: block;
  float: left;
}
.news-show .left .bdshare-button-style0-16 .bds_tqq {
  background-image: url(../images/share-qq.png) !important;
}
.news-show .left .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/share-weixin.png) !important;
}
.news-show .left .bdshare-button-style0-16 .bds_tqz {
  background-image: url(../images/share-qzone.png) !important;
}
.news-show .left .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/share-weibo.png) !important;
}
.inside-pagenews li {
  font-size: 16rem;
  overflow: hidden;
  line-height: 31rem;
  border-bottom: dashed 1rem #ddd;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.inside-pagenews li span {
  color: #fff;
  font-size: 16rem;
  padding: 0 6rem;
  text-align: center;
  width: 63rem;
  background-color: #a2a2a2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.inside-pagenews li a {
  display: block;
  padding-left: 70rem;
  position: relative;
  padding-right: 75rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.inside-pagenews li i {
  float: right;
  font-size: 14rem;
  padding-left: 20rem;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
}
.inside-pagenews li:nth-last-child(1) {
  border-bottom: 0;
}
.tag {
  color: #333333;
  font-size: 14rem;
  margin-top: 18rem;
  padding-top: 4rem;
  padding-right: 90rem;
  line-height: 30rem;
  position: relative;
  border-top: solid 1rem #ffcd11;
}
.tag a {
  color: #333;
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
  max-width: 160rem;
  margin-right: 26rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  line-height: 30rem;
}
.tag .fh {
  right: 0;
  top: 0;
  width: 86rem;
  height: 30rem;
  line-height: 30rem;
  text-align: center;
  position: absolute;
  background: #ffcd11;
}
.tag .fh a {
  color: #333;
  margin: 0;
}
.related {
  padding-top: 91rem;
}
.related .inmain-title {
  text-align: center;
  margin-bottom: 48rem;
}
.related .inmain-title:after {
  display: none;
}
.related .newslist {
  padding-bottom: 0;
}
