@charset "UTF-8";
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.zoomMask {
  position: absolute;
  background: url("../images/move-box.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}

/* reset start */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

body {
  /*font-family: Microsoft YaHei UI, Source Han Sans CN Normal, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif, Helvetica, Microsoft Yahei, 寰\e1bf蒋闆呴粦, Arial;*/
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;;
}
@font-face{font-family:"Montserrat";font-style:italic;font-weight:100;font-display:swap;src:url("../fonts/montserrat.woff2") format("woff2");
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input {
  border: none;
  background: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

em,
i {
  font-style: normal;
}

figure {
  margin: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 1.4;
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, Arial, SCREEN GP Sans SC, PingFang SC, Hiragino Sans GB, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  overflow-x: hidden;
}

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

a {
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
}

span {
  vertical-align: middle;
}

/*reset end */
/*布局公共样式 S*/
.hover-cover {
  overflow: hidden;
}

.hover-cover .img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hover-cover:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wraper {
  width: 100%;
}

.full-bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.box-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
}

.ellipsis-2,
.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  -webkit-line-clamp: 3;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.display-middle {
  display: inline-block;
  vertical-align: middle;
}

.display-table {
  display: table;
}

.display-cell {
  display: table-cell;
  vertical-align: middle;
}

.clearfix:after {
  clear: both;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.page .pagination-bar {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}
.page .pagination-bar li{
   display: inline-block;
  vertical-align: middle;
  margin: 0 5px;  
}
.page .pagination-bar li a{
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f7f7f7;
  font-size: 14px;
  color: #23231f;
  padding: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  cursor: pointer;
}

.page .pagination-bar li .iconfont {
  font-size: 14px;
}

.page .pagination-bar li.disabled a{
  cursor: not-allowed;
}

.page .pagination-bar li.active a,
.page .pagination-bar li:hover a{
  color: #fff;
  background-color: #095bb1;
}

.page .pagination-bar li.first,
.page .pagination-bar li.last,
.page .pagination-bar li.next,
.page .pagination-bar li.prev {
  font-family: simsun;
}

.page .pagination-bar li.prev a,
.page .pagination-bar li.next a{
    background-repeat: no-repeat;
    background-position: center center;
}
.page .pagination-bar li.prev a{
    background-image: url('../images/pagination_prev_icon.png');
}
.page .pagination-bar li.next a{
    background-image: url('../images/pagination_next_icon.png');
}
.page .pagination-bar li.prev:hover a{
    background-image: url('../images/pagination_prev_on_icon.png');
}
.page .pagination-bar li.next:hover a{
    background-image: url('../images/pagination_next_on_icon.png');
}
.page .dplayer-menu.dplayer-menu-show,
.page .dplayer-menu {
  display: none !important;
}

.page .play-shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.page .playvideo-box {
  position: fixed;
  width: 62%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
}

.page .playvideo-box .video-container {
  position: relative;
}

.page .playvideo-box .close-icon {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 30;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page .playvideo-box .close-icon:hover {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.page .playvideo-box .close-icon .iconfont {
  font-size: 30px;
}

.page .playvideo-box .common-video {
  width: 100%;
}

.page .section-tit {
  text-align: center;
  margin-bottom: 70px;
}

.page .section-tit .tit {
  color: #333333;
  font-size: 36px;
  position: relative;
  display: inline-block;
}

.page .section-tit .bar {
  width: 61px;
  height: 6px;
  background-color: #095bb1;
  display: inline-block;
  margin-bottom: 20px;
}

.page .section-tit .sub-tit {
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}

.page .anim-show .bar {
  -webkit-animation: fadeInUp 0.6s;
  animation: fadeInUp 0.6s;
}

.page .anim-show .tit {
  -webkit-animation: fadeInDown 0.7s;
  animation: fadeInDown 0.7s;
}

.page .anim-show.list {
  -webkit-animation: fadeInUp 0.6s;
  animation: fadeInUp 0.6s;
}

.page .introduce .anim-show .icon-play {
  -webkit-animation: fadeInUp 0.6s;
  animation: fadeInUp 0.6s;
}

.page .introduce .anim-show .lg-txt {
  -webkit-animation: fadeInUp 0.7s ease 0.1s;
  animation: fadeInUp 0.7s ease 0.1s;
}

.page .introduce .anim-show .sm-txt {
  -webkit-animation: fadeInUp 0.8s ease 0.3s;
  animation: fadeInUp 0.8s ease 0.3s;
}

.page .introduce .bg {
  padding: 165px;
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.page .introduce .bg .icon-play {
  cursor: pointer;
}

.page .introduce .bg .lg-txt {
  font-size: 40px;
  margin: 1.5% 0;
}

.page .introduce .bg .sm-txt {
  font-size: 20px;
  margin-bottom: 5%;
}

.page .page-tit {
  text-align: center;
  margin-bottom: 75px;
}

.page .page-tit .tit {
  font-size: 36px;
  font-weight: bolder;
}

.page .page-tit .tit .color {
  color: #095bb1;
}

.page .page-tit .subtit {
  font-size: 18px;
  padding-top: 20px;
  color: rgba(0, 0, 0, 0.6);
  width: 58%;
  margin: auto;
  line-height: 1.8;
}

.page .header-placebar {
  padding-top: 90px;
  background: #000;
}

.page-tool-guid {
  background: #f9f9f9;
  padding: 30px 0;
  font-size: 16px;
}

.page-tool-guid .left {
  float: left;
}

.page-tool-guid .right {
  float: right;
}

.page-tool-guid .to-path {
  color: #a7a7a7;
}

.page-tool-guid .to-path:hover {
  color: #095bb1;
}

.page-tool-guid .icon {
  font-size: 14px;
  color: #a7a7a7;
}

.page-tool-guid .pro-menu a {
  display: inline-block;
  padding: 0 30px;
  margin-left: 15px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page-tool-guid .pro-menu a::after {
  width: 100%;
  left: 0;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page-tool-guid .pro-menu a:hover,
.page-tool-guid .pro-menu a.active {
  color: #095bb1;
}

.page-tool-guid .pro-menu a:hover::after,
.page-tool-guid .pro-menu a.active::after {
  background: #095bb1;
}

.page .news .list li {
  padding: 0 10px;
}

.page .news .list li .inner {
  background: #f5f5f5;
}

.page .news .list li a {
  background: #fff;
  display: block;
}

.page .news .list li .meta {
  padding: 25px 20px;
}

.page .news .list li .meta .page .news .list li .date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0 25px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page .news .list li .date {
  float: left;
}

.page .news .list li .more {
  float: right;
  font-size: 16px;
  color: #999999;
}

.page .news .list li .date .iconfont {
  vertical-align: middle;
  margin-right: 5px;
  color: #666666;
}

.page .news .list li .title {
  font-size: 20px;
  line-height: 1.6;
  margin: 5% 0 0;
  color: #000;
}

.page .news .list li .read {
  color: #75777a;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
}

.page .news .list li:hover .title {
  color: #095bb1;
  text-decoration: underline;
}

.page .news .list li:hover .read {
  color: #095bb1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.page .news .cover-box {
  padding-top: 71.134%;
}

.page .news .contact {
  color: #fff;
}

.page .news .contact .contact-bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 7% 8%;
}

.page .news .contact .tit {
  font-size: 18px;
}

.page .news .contact .slogn {
  font-size: 34px;
  font-weight: bold;
  padding-top: 5%;
}

.page .news .contact .desc {
  line-height: 1.8;
  font-size: 14px;
  padding: 10% 0;
}

.page .news .anim-show.contact {
  -webkit-animation: fadeInUp 0.6s;
  animation: fadeInUp 0.6s;
}

.page .more-btn {
  height: 48px;
  background-color: #095bb1;
  padding: 0 49px;
  font-size: 18px;
  display: inline-block;
  line-height: 48px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 24px;
  color: #fff;
}

.page .more-btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.page .cover-box {
  position: relative;
}

.page .cover-box .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  /*transform: translate(-50%,-50%);*/
  /*-o-object-fit: cover;*/
  /*object-fit: cover;*/
}
.page .cover-box .cover-img .img{
    max-width: 100%;
  height: 100%;
}
.page .page-banner {
  color: #ffffff;
  text-align: center;
  position: relative;
}

.page .page-banner .place-img {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.page .page-banner .banner-txt {
  width: 100%;
  height: 100%;
}

.page .page-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page .page-banner .txt-lg {
  font-size: 40px;
  font-weight: bold;
}

.page .page-banner .txt-sm {
  padding-top: 20px;
  margin: auto;
  width: 55%;
}
.page-introduce .page-banner .bg{
    left: -130px;
    width: calc(100% + 130px);
    background-position: 130px 0;
}
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.container {
  width: 78.125%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-fluid {
  margin-left: 0;
  margin-right: 0;
}

.fixed-top {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.fixed-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

.js-lightBox {
  cursor: pointer;
}

.lightBox-view img {
  display: block;
  display: none;
  border: 0px;
  margin: 0px !important;
}

.lightBox-popupMask {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
  /* IE */
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.lightBox-popup {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0%;
  left: 50%;
  height: 50%;
  background-color: white;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8%;
}

.lightBox-popup .lightBox-btn {
  /*  position: absolute; top:0; */
  display: inline-block;
  height: 100%;
  width: 50%;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  filter: alpha(opacity=20);
  /* IE */
}

.lightBox-popup .lightBox-btn:hover {
  filter: alpha(opacity=100);
  /* IE */
  opacity: 1;
}

.lightBox-popup .lightBox-prev-btn,
.lightBox-popup .lightBox-next-btn {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  font-family: "iconfont";
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

.lightBox-popup .lightBox-prev-btn {
  float: left;
  margin-left: 15px;
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.lightBox-popup .lightBox-prev-btn::before {
  content: "\e76e";
}

.lightBox-popup .lightBox-next-btn {
  float: right;
  margin-right: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lightBox-popup .lightBox-next-btn::before {
  content: "\e76e";
}

.lightBox-popup .lightBox-prev-btn.disable {
  opacity: 0.3;
  cursor: default;
}

.lightBox-popup .lightBox-next-btn.disable {
  opacity: 0.3;
  cursor: default;
}

.lightBox-view {
  position: relative;
  overflow: hidden;
}

.lightBox-view .lightBox-title {
  display: none;
}

.lightBox-view .lightBox-current-index {
  margin-top: 5px;
  display: block;
  font-style: italic;
  display: none;
}

.lightBox-view .lightBox-close {
  float: right;
  display: block;
  width: 30px;
  height: 35px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: -59px 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: "iconfont";
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.lightBox-view .lightBox-close::before {
  content: "\e723";
}

.lightBox-popup .btn-position {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar-l:before {
  content: "\e611";
}

.icon-liuyanfill:before {
  content: "\e743";
}

.icon-liuyan:before {
  content: "\e744";
}

.icon-saoma:before {
  content: "\e749";
}

.icon-shaixuan:before {
  content: "\e74a";
}

.icon-shezhi:before {
  content: "\e74c";
}

.icon-shenfen:before {
  content: "\e74d";
}

.icon-shizhongfill:before {
  content: "\e74e";
}

.icon-shizhong:before {
  content: "\e74f";
}

.icon-sousuo:before {
  content: "\e752";
}

.icon-sousuoleimu:before {
  content: "\e754";
}

.icon-tuikuan:before {
  content: "\e75a";
}

.icon-xihuanfill:before {
  content: "\e760";
}

.icon-xihuan:before {
  content: "\e761";
}

.icon-xinxifill:before {
  content: "\e762";
}

.icon-xinxi:before {
  content: "\e763";
}

.icon-zuobiaofill:before {
  content: "\e768";
}

.icon-zuobiao:before {
  content: "\e769";
}

.icon-dibu:before {
  content: "\e76a";
}

.icon-dingbu:before {
  content: "\e76c";
}

.icon-xiangshang1:before {
  content: "\e76d";
}

.icon-xiangshang2:before {
  content: "\e76e";
}

.icon-xiangshang3:before {
  content: "\e76f";
}

.icon-xiangxia1:before {
  content: "\e771";
}

.icon-xiangxia2:before {
  content: "\e772";
}

.icon-xiangxia3:before {
  content: "\e773";
}

.icon-xiangxia5:before {
  content: "\e774";
}

.icon-xiangyou1:before {
  content: "\e775";
}

.icon-xiangyou2:before {
  content: "\e776";
}

.icon-xiangyou3fill:before {
  content: "\e777";
}

.icon-xiangyou3:before {
  content: "\e778";
}

.icon-xiangzuo1:before {
  content: "\e779";
}

.icon-xiangzuo2:before {
  content: "\e77a";
}

.icon-xiangji1fill:before {
  content: "\e77e";
}

.icon-xiangji1:before {
  content: "\e77f";
}

.icon-xiangji2:before {
  content: "\e780";
}

.icon-shuaxin:before {
  content: "\e782";
}

.icon-hongbao:before {
  content: "\e784";
}

.icon-xinyongqia:before {
  content: "\e785";
}

.icon-salefill:before {
  content: "\e78a";
}

.icon-sale:before {
  content: "\e78b";
}

.icon-zengsong:before {
  content: "\e78c";
}

.icon-androidgengduo:before {
  content: "\e78d";
}

.icon-leimu:before {
  content: "\e78e";
}

.icon-zantongfill:before {
  content: "\e793";
}

.icon-zantong:before {
  content: "\e794";
}

.icon-pinpai:before {
  content: "\e7b8";
}

.icon-xiangbao:before {
  content: "\e7ba";
}

.icon-yishouchu:before {
  content: "\e7bb";
}

.icon-danxuanfill:before {
  content: "\e71e";
}

.icon-danxuan:before {
  content: "\e71f";
}

.icon-fangxingweixuanzhong:before {
  content: "\e720";
}

.icon-fangxingxuanzhongfill:before {
  content: "\e721";
}

.icon-fangxingxuanzhong:before {
  content: "\e722";
}

.icon-guanbi1:before {
  content: "\e723";
}

.icon-guanbi2fill:before {
  content: "\e724";
}

.icon-guanbi2:before {
  content: "\e725";
}

.icon-jiahao:before {
  content: "\e726";
}

.icon-jiahao1:before {
  content: "\e727";
}

.icon-jiahao2fill:before {
  content: "\e728";
}

.icon-jianhao:before {
  content: "\e729";
}

.icon-tishifill:before {
  content: "\e72a";
}

.icon-tishi:before {
  content: "\e72b";
}

.icon-wenhaofill:before {
  content: "\e72c";
}

.icon-wenhao:before {
  content: "\e72d";
}

.icon-xuanze:before {
  content: "\e72e";
}

.icon-yuanxingxuanzhongfill:before {
  content: "\e730";
}

.icon-yuanxingxuanzhong:before {
  content: "\e731";
}

.icon-biaoxingfill:before {
  content: "\e732";
}

.icon-biaoxing:before {
  content: "\e733";
}

.icon-dianpufill:before {
  content: "\e735";
}

.icon-dianpu:before {
  content: "\e736";
}

.icon-dingdan:before {
  content: "\e737";
}

.icon-fankui:before {
  content: "\e738";
}

.icon-fenxiang:before {
  content: "\e739";
}

.icon-gengduo:before {
  content: "\e73a";
}

.icon-gouwuchefill:before {
  content: "\e73c";
}

.icon-gouwuche:before {
  content: "\e73d";
}

.icon-gouwudai:before {
  content: "\e73e";
}

.icon-qiapianxingshi:before {
  content: "\e73f";
}

.icon-liebiaoxingshi:before {
  content: "\e742";
}

/*布局公共样式 E*/
.header {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}

.header .header-action .action-wrap {
  background-color: #095bb1;
  color: #fff;
  position: relative;
}

.header .header-action .action-wrap .select-lang-ul {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 12px;
  background: #095bb1;
  color: #000;
  font-size: 14px;
  text-align: center;
  z-index: 10;
  color: #fff;
  margin-top: 50px;
  padding: 10px 0;
  display: none;
  opacity: 0;
}

.header .header-action .action-wrap .select-lang-ul li {
  padding: 5px;
  cursor: pointer;
}

.header .header-container {
  padding-right: 4.1666vw;
}

.header .logo-wrap {
  width: auto;
  float: left;
  padding: 10px 4.1666vw;
  background-color: #095bb1;
}

.header .logo-wrap .logo-img {
  height: 60px;
}

.header .header-action {
  text-align: right;
  float: right;
  margin: 20px 0;
}

.header .header-action .action-wrap {
  background-color: #095bb1;
  border-radius: 24px;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
}

.header .header-action .action-toggle .lag-name {
  padding: 0 20px 0 10px;
}

.header .header-action .action-toggle .lag-name a {
  cursor: unset;
}

.header .header-action .action-toggle .lag-toggle {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .header-action .action-toggle .lag-toggle.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .header-action .space {
  vertical-align: middle;
  margin: 0 2px;
}

.header .header-action .lang {
  font-size: 16px;
  vertical-align: middle;
}

.header .header-action .lang.cur {
  color: #095bb1;
}

.header .header-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu {
  text-align: center;
  margin: 0 auto;
  width: auto;
}

.header .menu .nav {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.header .menu .nav li,
.header .menu .nav a {
  position: relative;
  white-space: nowrap;
}

.header .menu .nav > li {
  display: inline-block;
  padding: 0 35px;
  height: 60px;
  line-height: 60px;
}

.header .menu .nav > li a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 22px;
  position: relative;
  z-index: 1;
  font-weight: bolder;
}

.header .menu .nav > li a .border {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 70px;
  height: 4px;
  background-color: #095bb1;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.header .menu .nav > li.active > a,
.header .menu .nav > li:hover > a {
  color: #095bb1;
  cursor: pointer;
}

.header .menu .nav > li.active > a .border,
.header .menu .nav > li:hover > a .border {
  visibility: visible;
  opacity: 1;
}

.header .menu .nav > li:nth-child(3) .link > .icon-xiangshang2,
.header .menu .nav > li:nth-child(3) .link > .icon-xiangshang2 {
  display: none;
}

.header .menu .nav > li:nth-child(3) .link > .icon-xiangxia2,
.header .menu .nav > li:nth-child(3) .link > .icon-xiangxia2 {
  display: inline;
}

.header .menu .nav > li:nth-child(3):hover .link > .icon-xiangshang2 {
  display: inline;
}

.header .menu .nav > li:nth-child(3).active .link > .icon-xiangxia2 {
  display: inline;
}

.header .menu .nav > li:nth-child(3):hover .link > .icon-xiangxia2 {
  display: none;
}

.header .menu .icon {
  font-size: 13px;
  padding-left: 5px;
}

.header .menu .nav li .third {
  position: relative;
  -webkit-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.2);
}

.header .menu .nav ul {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.2);
}

.header .menu .nav ul li a {
  font-weight: normal;
  color: #000;
}

.header .menu .nav ul li a:hover {
  background: #095bb1;
  color: #fff;
}

.header .menu .nav li ul,
.header .menu .nav li .third {
  position: absolute;
  top: 100%;
  width: auto;
  min-width: 100%;
  display: none;
  border-radius: 4px;
}

.header .menu .nav li > ul > li {
  border-radius: 4px;
}

.header .menu .nav li > ul > li a {
  color: #000;
}

/*.header .menu .nav li > ul > li:nth-child(1) { border-radius: 4px 4px 0 0; }*/
/*.header .menu .nav li > ul > li:nth-child(1) > a { border-radius: 4px 4px 0 0; }*/
/*.header .menu .nav li > ul > li:last-child { border-radius: 0 0 4px 4px; }*/
/*.header .menu .nav li > ul > li:last-child > a { border-radius: 0 0 4px 4px; }*/
.header .menu .nav ul li {
  background: #fff;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f6f6f6;
}

/*.header .menu .nav ul li:last-child { border-width: 0; }*/
.header .menu .nav li ul a {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  white-space: nowrap;
  padding: 0 5px;
}

.header .menu .nav li ul > li a .iconfont {
  display: none;
}

.header .menu .nav li ul > li:hover > a > .iconfont {
  display: inline-block;
}

/*.header .menu .nav>li>ul>li>ul{top:0;left: calc(100% + 2px);left:;z-index:10;}*/
.header .menu .nav li .third {
  top: 0;
  left: calc(100% + 2px);
  z-index: 2;
}

/*.header .menu .nav li .third a:nth-child(1) { border-radius: 4px 4px 0 0; }*/
/*.header .menu .nav  li .third a:last-child { border-radius: 0 0 4px 4px; }*/
.header .menu .nav li .four {
  top: 0;
  left: calc(100% + 2px);
  z-index: 2;
}

/*.header .menu .nav  li .four a:nth-child(1) { border-radius: 4px 4px 0 0; }*/
/*.header .menu .nav li .four a:last-child { border-radius: 0 0 4px 4px; }*/
.mheader-right {
  float: right;
  display: none;
}

.mobile-menu {
  float: left;
  margin-left: 15px;
}

.mobile-menu .bar {
  width: 27px;
  height: 20px;
  margin: 15px 0;
  position: relative;
}

.mobile-menu .bar span {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 3px;
  background: #095bb1;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mobile-menu .bar .b-0 {
  top: 5px;
}

.mobile-menu .bar .b-1 {
  top: 12px;
}

.mobile-menu .bar .b-2 {
  top: 19px;
}

.mobile-menu .bar.open .b-0 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
}

.mobile-menu .bar.open .b-1 {
  width: 0;
}

.mobile-menu .bar.open .b-2 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
}

.select-menu {
  float: left;
  position: relative;
  z-index: 90010;
  margin-left:15px;
}

.select-menu i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 90px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  z-index: 90010;
  right: 0;
}

.select-menu-ul li {
  padding: 8% 0 ;
  font-size: 14px;
  text-align: center;
  color: #095bb1;
}

.select-menu-ul li:hover {
  background: #f2f2f2;
}

.select-menu-div {
  position: relative;
  height: 36px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
}

.select-menu-div .icon {
  font-size: 16px;
  color: #095bb1;
  font-weight: bolder;
  margin-left: 20px;
}

.select-menu-ul li.select-this {
  background: #095bb1;
  color: #fff;
}

.select-menu-input {
  margin-left: 3%;
  border: 0;
  height: 29px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 25px;
  text-align: right;
}

.select-menu-i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* mobile menu s*/
#menu li.active > a {
  color: #095bb1;
}

.m-menu-nav {
  display: none;
}

.m-menu-nav.menu-open {
  display: block;
}

.leftMenu a {
  text-decoration: none;
  display: block;
  margin-right: 50px;
  font-size: 17px;
}

.leftMenu {
  background: #fff;
  left: -10000px;
  top: 50px;
  height: 100%;
  width: 100%;
  z-index: 90002;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  overflow: auto;
  padding-top: 25px;
}

.leftMenu::-webkit-scrollbar-thumb {
  display: none;
}

.leftMenu.menu-open {
  left: 0;
}

.leftMenu ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.leftMenu ul li {
  position: relative;
  padding: 10px 0 7px 15px;
  overflow: hidden;
}

.leftMenu ul li.hasChild .down-menu {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.leftMenu ul li.hasChild.open > .down-menu::before {
  content: "\e76e";
}

.f2,
.f3 {
  height: 0;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
}

.leftMenu .f2 a,
.leftMenu .f3 a {
  font-size: 15px;
}

.menu-dark-backdrop {
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.menu-dark-backdrop.in {
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

/* mobile menu e*/
.footer {
  background: #242628;
  padding-top: 60px;
  color: #c8c8c8;
  overflow: hidden;
}

.footer-top {
  padding-bottom: 40px;
}

.footer-top .logo-link {
  float: left;
  padding-top: 20px;
}

.footer-top .qrcode {
  float: right;
  white-space: nowrap;
  word-break: break-all;
  font-size: 16px;
}

.footer-top .qrcode span {
  display: inline-block;
}

.footer-top .qrcode .text {
  padding-left: 20px;
  line-height: 2;
}

.footer-top .logo-wrap {
  margin-right: 65px;
}

.footer-top .logo-wrap .logo-img {
  height: 60px;
}

.footer-top .form-links {
  width: 310px;
  height: 50px;
  border: solid 1px #333333;
  background: #242628;
}

.footer-top .links a {
  margin-right: 20px;
}

.footer-top .tlang {
  position: relative;
  display: inline-block;
  padding-top: 20px;
}

.footer-top .tlang .icon-down {
  font-size: 16px;
}

.footer-top .tlang .t-txt {
  padding-right: 20px;
}

.footer-top .tlang .t-group {
  width: 150%;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 0;
  display: none;
}

.footer-top .tlang .t-group .toparrow {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #fff;
}

.footer-top .tlang .t-group a {
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
}

.footer-top .dl {
  padding-top: 50px;
  line-height: 1.8;
  font-size: 15px;
}

.footer-top .dl dt {
  float: left;
}

.footer-top .dl dd a:hover {
  color: #fff;
}

.footer-top .menu {
  color: #fff;
}

.footer-top .menu li {
  float: left;
  padding: 0 3%;
  font-size: 15px;
}

.footer-top .menu li:nth-child(1) {
  padding-left: 0;
}

.footer-top .menu li:hover {
  color: #095bb1;
}

.footer-top .qr-wrap {
  float: right;
  text-align: center;
}

.footer-top .qr-wrap .qrcode {
  height: 90rpx;
}

.footer-top .qr-wrap p {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.footer.anim-show .footer-top {
  -webkit-animation: fadeInUp 0.9s;
  animation: fadeInUp 0.9s;
}

.footer.anim-show .copyright {
  -webkit-animation: fadeInUp 0.9s;
  animation: fadeInUp 0.9s;
}

.footer-mid {
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-mid .menu {
  float: left;
  width: 100%;
}

.footer-mid .menu li {
  font-size: 16px;
  color: #c8c8c8;
  float: left;
  padding: 0 5%;
}

.footer-mid .share-link {
  float: right;
}
.footer-mid .share-link li {
  margin-right: 20px;
}

.footer1 {
  padding: 30px 0 0;
  background: url(../images/footer_bg.png) no-repeat left top/cover;
  color: #ffffff;
}
.footer1 .row {
  margin-left: 0;
  margin-right: 0;
}
.footer1 .logo-img {
  height: 50px;
}
.footer1 .company-name {
  margin-top: 20px;
  font-size: 20px;
}
.footer1 .contact-list {
  font-size: 14px;
  margin-top: 15px;
}
.footer1 .contact-list .item {
  margin-bottom: 15px;
  padding-right: 15px;
}
.footer1 .contact-list .icon {
  margin-right: 5px;
}
.footer1 .contact-list .phone {
  float: left;
}
.footer1 .contact-list .phone + .phone {
  margin-left: 40px;
}
.footer1 .share-link {
  padding-top: 5px;
}

.footer-copyright {
  padding-top: 30px;
  margin-top:20px;
  border-top: 1px solid #5a8edb;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #dae4f1;
}
.footer-copyright .design {
  float: right;
}

.footer-href .href-title {
  font-size: 22px;
}
.footer-href .href-list {
  padding-top: 20px;
}

.footer-href li {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-bar {
  /*display: none;*/
  position: fixed;
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #095bb1;
  -webkit-box-shadow: 0px 0px 5px 0px #f0f0f0;
          box-shadow: 0px 0px 5px 0px #f0f0f0;
  border-radius: 6px;
  width: 60px;
}
.contact-bar .close-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  border: 2px solid #ddd;
  position: absolute;
  left: -20px;
  top: -15px;
  background: #fff;
  display: none;
}
.contact-bar .close-btn img {
  height: 14px;
}
.contact-bar li {
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.contact-bar li:hover > .absbox {
  right: 60px;
  opacity: 1;
}
.contact-bar li.phone .absbox {
  height: 100%;
}
.contact-bar li .info {
  position: relative;
  z-index: 10;
  padding: 15px 0;
}
.contact-bar li:last-child {
  border-width: 0;
  border-radius: 0 0 10px 10px;
}
.contact-bar li .name {
  margin-top: 7px;
  display: none;
}
.contact-bar li .absbox {
  position: absolute;
  top: 0;
  z-index: 3;
  background: #095bb1;
  min-height: 60px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  color:#fff;
}
.contact-bar li .absbox .qrcode {
  width: 140px;
  height: 140px;
  padding: 10px;
}
.contact-bar li .absbox img {
  width: 100%;
  height: 100%;
}
.contact-bar li .absbox .phone {
  width: auto;
  padding: 0 40px;
  height: 60px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-bar li.scrolltop {
  background-color: #095bb1;
  color: #fff;
  cursor: pointer;
}
.contact-bar li.scrolltop p{
    display: none;
}
.share-link li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
}
.share-link li:hover .code-box {
  display: block;
}
.share-link li .icon {
  cursor: pointer;
}
.share-link li .icon-box {
  position: relative;
}
.share-link li .code-box {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 160px;
  height: 160px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  background: #fff;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.share-link li .code-box .code-img {
  width: 100%;
}

.footer-btm {
  margin-top: 60px;
  padding-top: 70px;
  border-top: 1px solid #8d8d8d;
  padding-top: 25px;
  padding-bottom: 30px;
  font-size: 14px;
  color: #a6a6a6;
}

.footer-btm .design {
  float: right;
}

/* 页面样式 S*/
.page-news .main {
  padding: 60px 0;
  background: #f5f5f5;
}

.page-news .news .contact .contact-bg {
  height: 690px;
  padding: 8% 7%;
}

.page-news .hot-news-wrap {
  background: #fff;
  padding: 90px 0;
}

.page-news .hot-news {
  background-color: #f5f5f5;
}

.page-news .hot-news .cover {
  float: left;
  width: 600px;
}

.page-news .hot-news .cover-box {
  padding-top: 71.666%;
}

.page-news .hot-news .meta {
  width: 100%;
  padding-left: 640px;
}

.page-news .hot-news .date {
  display: inline-block;
  background: #fff;
  font-size: 16px;
  color: #666666;
  padding: 12px 30px;
  margin-top: 50px;
}

.page-news .hot-news .title {
  margin-top: 55px;
  padding-right: 20px;
  font-size: 24px;
  color: #000000;
}

.page-news .hot-news:hover .title {
  text-decoration: underline;
  color: #095bb1;
  color: #095bb1;
}

.page-news .hot-news .more {
  margin-top: 85px;
  background-color: #095bb1;
  border-radius: 24px;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}

.page-news .pagination-bar {
  margin-top: 5px;
}

.page-news .more-btn {
  margin-top: 20px;
}

.page-news .news li {
  margin-bottom: 45px;
}

.page-news .news .list li .inner {
  background: #fff;
}

.page-news .detail {
  background: #fff;
  padding: 55px 40px 45px;
}

.page-news .detail .news-base {
  text-align: center;
}

.page-news .detail .tit {
  font-size: 36px;
  font-weight: bolder;
}

.page-news .detail .date {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 25px;
}

.page-news .detail .content {
  padding-top: 60px;
  padding-bottom: 90px;
  line-height: 2 !important;
  text-align: justify !important;
}

.page-news .detail .content img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.page-news .detail .guid {
  border-top: 2px solid #ddd;
  padding-top: 30px;
}

.page-news .detail .guid-box {
  float: left;
}

.page-news .detail .back-btn {
  color: #fff;
  display: inline-block;
  float: right;
  background-color: #095bb1;
  border-radius: 26px;
  padding: 15px 52px;
  margin-top: 45px;
  font-size: 18px;
}

.page-news .detail .guid .item {
  padding-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-news .detail .guid .item a:hover {
  color: #095bb1;
}

.page-introduce .main {
  padding-top: 110px;
}

.page-introduce .intro-tit {
  color: #333333;
  font-size: 20px;
  padding-bottom: 25px;
}

.page-introduce .introduce-content {
  padding-bottom: 115px;
  font-size: 16px;
}

.page-introduce .left {
  width: 46.66666%;
  float: left;
}
.page-introduce .left .company-cover{
    height:100%;
    position: relative;
}
.page-introduce .left img {
  width: 100%;
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-introduce .right {
  width: 53.3333333%;
  float: left;
  padding-left: 40px;
}
.page-introduce .company-title{
    width: 53.3333333%;
    float:right;
}
.page-introduce .company {
  color: #111;
  font-weight: bolder;
  font-size: 36px;
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 5%;
  margin-left: 40px;
}
.page-introduce .company::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #095bb1;
  width: 60px;
  height: 6px;
}

.page-introduce .desc {
  color: #6a6a6a;
  line-height: 1.8;
  text-align: justify;
  font-size: 16px;
}

.page-introduce .dboxs {
  margin-top: 70px;
  margin-bottom: 100px;
  margin-left: -2%;
}

.page-introduce .dboxs .dbox {
  width: 48%;
  float: left;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 2px 3px 0px #e9e9e9;
  box-shadow: 3px 2px 3px 0px #e9e9e9;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  margin-left: 2%;
  padding: 35px 4%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page-introduce .dboxs .dbox .hide {
  display: none;
}

.page-introduce .dboxs .dbox:hover {
  background: #095bb1;
}

.page-introduce .dboxs .dbox:hover .hide {
  display: inline-block;
}

.page-introduce .dboxs .dbox:hover .show {
  display: none;
}

.page-introduce .dboxs .dbox:hover dt,
.page-introduce .dboxs .dbox:hover dd {
  color: #fff;
}

.page-introduce .dboxs .dbox:hover .meta {
  border-color: #fff;
}

.page-introduce .dboxs .icons {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10%;
}

.page-introduce .dboxs .icons img {
  height: 60px;
}

.page-introduce .dboxs .meta {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.page-introduce .dboxs dt {
  font-size: 38px;
  font-weight: bold;
}

.page-introduce .dboxs dd {
  font-size: 16px;
  color: #39383e;
}

.page-introduce .more-btn {
  display: none;
}

.page-introduce .introduce .bg .sm-txt {
  margin-bottom: 0;
}

.page-introduce .section {
  padding-top: 90px;
  padding-bottom: 110px;
}

.page-introduce .section-tit .section-desc {
  text-align: center;
  font-size: 18px;
  color: #666666;
  width: 34%;
  text-align: center;
  margin: 35px auto 80px;
}

.page-introduce .introduce-value {
  background: #f8f8f8;
}
.page-introduce .introduce-value .hide {
  display: none;
}
.page-introduce .introduce-value .show {
  display: inline-block;
}
.page-introduce .introduce-value .list-items {
  margin-right: -17px;
  margin-left: -17px;
}
.page-introduce .introduce-value .item-list {
  padding: 0 17px;
}
.page-introduce .introduce-value .item-inner {
  text-align: center;
  padding: 60px 30px 45px;
  height: 320px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.page-introduce .introduce-value .item-inner:hover {
  background-color: #095bb1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(41, 41, 41, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(41, 41, 41, 0.05);
}
.page-introduce .introduce-value .item-inner:hover .item-tit {
  color: #fff;
}
.page-introduce .introduce-value .item-inner:hover .item-desc {
  color: #fff;
}
.page-introduce .introduce-value .item-inner:hover .hide {
  display: inline-block;
}
.page-introduce .introduce-value .item-inner:hover .show {
  display: none;
}
.page-introduce .introduce-value .item-icon img {
  height: 64px;
}
.page-introduce .introduce-value .item-tit {
  font-size: 24px;
  color: #000000;
  margin-top: 40px;
}
.page-introduce .introduce-value .item-desc {
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
}

.page-introduce .introduce-scene {
  padding-bottom: 70px;
}

.page-introduce .introduce-scene .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-introduce .introduce-scene .swiper-pagination-bullet-active {
  background-color: #095bb1;
}

.page-introduce .introduce-scene .swiper-container {
  padding: 0 0 30px;
}

.page-introduce .introduce-scene .swiper-button-prev,
.page-introduce .introduce-scene .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 42px;
  background-size: cover;
}

.page-introduce .introduce-scene .swiper-box {
  position: relative;
  padding: 0 30px;
}

.page-introduce .introduce-scene .swiper-button-prev,
.page-introduce .introduce-scene .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -35px;
}

.page-introduce .introduce-scene .swiper-button-prev {
  background-image: url(../images/swiper_prev_icon.png);
  left: -50px;
}

.page-introduce .introduce-scene .swiper-button-prev:hover {
  background-image: url(../images/swiper_prev_icon_hover.png);
}

.page-introduce .introduce-scene .swiper-button-next {
  background-image: url(../images/swiper_next_icon.png);
  right: -50px;
}

.page-introduce .introduce-scene .swiper-button-next:hover {
  background-image: url(../images/swiper_next_icon_hover.png);
}

.page-introduce .introduce-scene .list-items {
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.page-introduce .introduce-scene .item-list {
  padding-left: 10px;
  padding-right: 10px;
}

.page-introduce .introduce-scene .img-box {
  float: left;
  padding: 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-introduce .introduce-scene .img-box .item-inner {
  position: relative;
  padding-top: 21.3541vw;
  cursor: pointer;
}

.page-introduce .introduce-scene .img-box:nth-child(1) {
  width: 57.33%;
  padding-right: 10px;
}

.page-introduce .introduce-scene .img-box:nth-child(2) {
  width: 41.333%;
  padding-left: 10px;
}

.page-introduce .introduce-scene .img-box:nth-child(3) {
  width: 41.333%;
  padding-right: 10px;
}

.page-introduce .introduce-scene .img-box:nth-child(4) {
  width: 57.33%;
  padding-left: 10px;
}

.page-introduce .introduce-scene .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.page-introduce .introduce-culture {
  background: url(../images/cuture_bg.png) no-repeat left top/cover;
}

.page-introduce .introduce-culture .swiper-box {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.page-introduce .introduce-culture .swiper-box .swiper-button-prev {
  left: 0;
  background-image: url(../images/culture_prev.png);
}
.page-introduce .introduce-culture .swiper-box .swiper-button-prev:hover {
  background-image: url(../images/culture_prev_a.png);
}

.page-introduce .introduce-culture .swiper-box .swiper-button-next {
  right: 0;
  background-image: url(../images/culture_next.png);
}
.page-introduce .introduce-culture .swiper-box .swiper-button-next:hover {
  background-image: url(../images/culture_next_a.png);
}

.page-introduce .introduce-culture .swiper-box .swiper-button {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 30px;
}

.page-introduce .introduce-culture .swiper-slide .img-box {
  position: relative;
  padding-top: 75%;
}

.page-introduce .introduce-culture .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-introduce .introduce-culture li {
  padding-left: 17px;
  padding-right: 17px;
}

.page-introduce .introduce-culture .row {
  margin-left: -17px;
  margin-right: -17px;
}

.page-introduce .introduce-culture .img-box {
  width: 100%;
  padding-top: 75.71428%;
  position: relative;
  cursor: pointer;
}

.page-introduce .introduce-culture .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  display: block;
  vertical-align: top;
}

.current-position {
  background-color: #f6f6f6;
  padding: 17px 0;
  font-size: 18px;
  color: #666666;
}
.current-position span {
  font-size: 18px;
}

.page-product .main {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 100px;
}
.page-product .menu-title {
  background-color: #095bb1;
  font-size: 26px;
  color: #ffffff;
  padding: 25px 0 25px 30px;
}
.page-product .menu-box {
  padding-right: 55px;
}
.page-product .navMenu li .menu-head.active {
  color: #095bb1;
}
.page-product .navMenu li .menu-head.active .toggle-icon {
  background-image: url(../images/menu_icon_open.png);
}
.page-product .menu-head {
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  padding: 10px 0;
}
.page-product .menu-head a {
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 30px;
}
.page-product .menu-head .toggle-icon {
  width: 16px;
  height: 30px;
  float: right;
  background: url(../images/menu_icon_close.png) no-repeat right center;
  position: relative;
  z-index: 10;
}
.page-product .menu-list {
  background: #f6f6f6;
  padding: 0 30px 40px;
}
.page-product .menu-list .menu-body {
  display: none;
}
.page-product .menu-list .menu-body a {
  display: block;
  font-size: 18px;
}
.page-product .menu-list .menu-body a:hover {
  color: #095bb1;
}
.page-product .menu-list .list-column {
  border-bottom: 1px solid #e3e3e3;
  padding: 25px 0;
}
.page-product ul li .sub-menu .sub-menu li a {
  margin-bottom: 10px;
  padding-left: 10px;
}
.page-product .product-list {
  padding-top: 50px;
}

.product-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.product-title::before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #095bb1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-title .name {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  float: left;
}

.product-title .search-tool {
  float: right;
}

.product-title .search-tool .search-toggle {
  background: #fff;
  line-height: 1;
}
.product-title .search-tool .search-toggle button{
    vertical-align: middle;
}
.page-product .pro-list {
  margin-right: -18px;
  margin-left: -18px;
  margin-top: 50px;
}
.page-product .pro-list li {
  float: left;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 36px;
}
.page-product .pro-list .inner {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.page-product .pro-list .hover-cover {
  position: relative;
}
.page-product .pro-list .cover-box {
  padding-top: 82%;
  width: 100%;
}

.detail-about .product-list .cover-box {
  background: #dbdbde;
}

.page-search {
  background: #f2f2f2;
}
.page-search .search-box {
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
}
.page-search .search-input {
  width: calc(100% - 360px);
  height: 64px;
  background-color: #ffffff;
  float: left;
  padding-left: 30px;
}
.page-search .search-btn {
  width: 320px;
  height: 64px;
  background-color: #095bb1;
  font-size: 20px;
  color: #ffffff;
}
.page-search .search-btn img {
  margin-right: 10px;
}
.page-search .search-result {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 115px;
}
.page-search .pro-list {
  padding-top: 50px;
  margin-left: -18px;
  margin-right: -18px;
}
.page-search .pro-list .cover-box {
  padding-top: 82%;
  width: 100%;
}
.page-search .pro-list li {
  float: left;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 36px;
}

.product-detail .detail-column {
  margin-bottom: 60px;
  padding-top:1px;
}
.product-detail .detail-column .product-title.hide-title{
    display: none;
}
.product-detail .detail-infos {
  margin-top: 35px;
}

.product-detail .detail-infos p,
.product-detail .detail-infos span
{
  white-space: normal !important; /* 覆盖父级的 nowrap */
  overflow-wrap: break-word !important;
}

.product-detail .detail-base .row {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.product-detail .detail-base .base-left{
  float: left;
}
.product-detail .detail-base .base-left {
  width: 460px;
}
.product-detail .detail-base .base-right {
  padding-left: 500px;
}
.product-detail .detail-base .mobile-thumbnail-swiper {
  display: none;
}
.product-detail .detail-base .pro-thumbnail-list {
  overflow: hidden;
}
.product-detail .detail-base .pro-thumbnail-list .img-slide {
  width: 100%;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  height: 112px;
}
.product-detail .detail-base .pro-thumbnail-list .img-box {
  width: 100%;
  height: 112px;
  position: relative;
}
.product-detail .detail-base .pro-thumbnail-list img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-detail .detail-base .pro-thumbnail-list .slick-vertical .slick-slide {
  border-width: 0;
}
.product-detail .detail-base .pro-thumbnail-big {
  background-color: #fff;
  position: relative;
  height: 460px;
  width: 460px;
  cursor: pointer;
}
.product-detail .detail-base .pro-thumbnail-big .probig-box{
    display: none;
}
.product-detail .detail-base .pro-thumbnail-big .probig-box.active{
    display: block;
}
.product-detail .detail-base .pro-thumbnail-big a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-detail .detail-base .pro-thumbnail-big img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.product-detail .detail-base .pro-title {
  font-size: 30px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.product-detail .detail-base .pro-price {
  font-size: 24px;
  color: #d8261c;
  margin-top: 22px;
}
.product-detail .detail-base .pro-size {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  line-height: 2;
}
.product-detail .detail-base .pro-link {
  margin-top: 90px;
  height: 32px;
}
.product-detail .detail-base .pro-link .icon {
  width: 32px;
  height: 32px;
}
.product-detail .detail-base .pro-contact {
  margin-top: 40px;
}
.product-detail .detail-base .pro-contact .btn {
  width: 200px;
  height: 60px;
  border-width: 0px;
  background: transparent;
  outline: none;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #095bb1;
  display: block;
  float: left;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  color: #095bb1;
}
.product-detail .detail-base .pro-contact .btn + .btn {
  margin-left: 20px;
}
.product-detail .detail-base .pro-contact .btn.active {
  background-color: #095bb1;
  color: #fff;
}
.product-detail .detail-base .thumbnail-swiper {
  height: 106px;
  overflow: hidden;
  margin-top: 15px;
}
.product-detail .detail-base .thumbnail-swiper img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail .detail-base .thumbnail-swiper .img-box {
  width: 106px;
  height: 106px;
  position: relative;
  background: #fff;
}
.product-detail .detail-base .slick-slide.slick-current .img-box {
  border: 1px solid #095bb1;
}
.product-detail .product-title {
  font-size: 32px;
  color: #111111;
  padding-top: 25px;
}
.product-detail .details {
  background: #fff;
  padding: 0 40px 1px;
}
.product-detail .detail-content .detail-infos {
  font-size: 18px;
  color: #333333;
  line-height: 2;
}
.product-detail .detail-content .detail-infos .uedit-file{
    text-decoration: underline;
    color:#095bb1;
}
.product-detail .detail-remark .remark-notice {
  font-size: 18px;
  color: #666666;
  margin-bottom: 35px;
}
.product-detail .detail-remark .detail-infos {
  font-size: 18px;
  color: #333333;
}
.product-detail .detail-remark .form-item {
  margin-bottom: 16px;
}
.product-detail .detail-remark .form-item span,
.product-detail .detail-remark .form-item .input-box {
  vertical-align: middle;
}
.product-detail .detail-remark .form-item input::-webkit-input-placeholder, .product-detail .detail-remark .form-item textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #666;
}
.product-detail .detail-remark .form-item input::-moz-placeholder, .product-detail .detail-remark .form-item textarea::-moz-placeholder {
  font-size: 16px;
  color: #666;
}
.product-detail .detail-remark .form-item input:-ms-input-placeholder, .product-detail .detail-remark .form-item textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #666;
}
.product-detail .detail-remark .form-item input::-ms-input-placeholder, .product-detail .detail-remark .form-item textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #666;
}
.product-detail .detail-remark .form-item input::placeholder,
.product-detail .detail-remark .form-item textarea::placeholder {
  font-size: 16px;
  color: #666;
}
.product-detail .detail-remark span {
  text-align: right;
  width: 80px;
  line-height: 56px;
}
.product-detail .detail-remark input {
  background-color: #ffffff;
  font-size: 16px;
  padding-left: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #cccccc;
}
.product-detail .detail-remark textarea {
  width: 100%;
  border-width: 0;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #cccccc;
  font-family: Arial;
}
.product-detail .detail-remark .code-item input {
  float: left;
  width: calc(100% - 102px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-detail .detail-remark .code-item img {
  width: 92px;
  height: 50px;
  float: right;
  cursor: pointer;
}
.product-detail .detail-remark .textarea-item span,
.product-detail .detail-remark .textarea-item .input-box {
  display: inline-block;
  vertical-align: top;
}
.product-detail .detail-remark .textarea-item .input-box {
  width: 100%;
}
.product-detail .detail-remark .submit-item {
  margin-top: 30px;
}
.product-detail .detail-remark .submit-item .btn {
  min-width: 300px;
  height: 60px;
  border-width: 0px;
  outline: none;
  font-size: 18px;
  color: #ffffff;
  background-color: #8e8e8e;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #095bb1;
  display: block;
  padding:0 30px;
}
.product-detail .table-content{
    max-width: 100%;
    overflow-x: scroll;
}
.page-contact .main {
  padding-top: 70px;
}

.page-contact .list {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 100px;
}

.page-contact .list li {
  float: left;
  padding: 0 15px;
  width: 33.333%;
}

.page-contact .list.anim-show li:nth-child(1) {
  -webkit-animation: fadeInUp 0.8s ease;
  animation: fadeInUp 0.8s ease;
}

.page-contact .list.anim-show li:nth-child(2) {
  -webkit-animation: fadeInUp 0.8s ease 0.3s;
  animation: fadeInUp 0.8s ease 0.3s;
}

.page-contact .list.anim-show li:nth-child(3) {
  -webkit-animation: fadeInUp 0.8s ease 0.5s;
  animation: fadeInUp 0.8s ease 0.5s;
}

.page-contact .list .inner {
  background-color: #ffffff;
  -webkit-box-shadow: 3px 2px 3px 0px rgba(233, 233, 233, 0.03);
  box-shadow: 3px 2px 3px 0px rgba(233, 233, 233, 0.03);
  border-radius: 10px;
  border: solid 1px #eeeeee;
  padding: 50px 0;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page-contact .list .inner .hide {
  display: none;
}

.page-contact .list .inner .name {
  color: rgba(57, 56, 62, 0.6);
  padding-top: 60px;
  padding-bottom: 20px;
}

.page-contact .list .inner .txt {
  font-size: 24px;
  font-weight: bolder;
}

.page-contact .list .inner:hover {
  border-color: #095bb1;
}

.page-contact .list .inner:hover .txt {
  color: #095bb1;
}

.page-contact .list .inner:hover .show {
  display: none;
}

.page-contact .list .inner:hover .hide {
  display: inline-block;
}

.page-contact .contact-form {
  padding: 100px 0;
  background: #f5f5f5;
}
.page-contact .contact-form .anim-show {
  -webkit-animation: fadeInUp 0.9s;
          animation: fadeInUp 0.9s;
}
.page-contact .contact-form .form-title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 65px;
}
.page-contact .contact-form .form-item {
  padding: 0 18px;
  margin-bottom: 20px;
}
.page-contact .contact-form .form-item input {
  height: 52px;
  background-color: #ffffff;
  
}
.page-contact .contact-form input,
.page-contact .contact-form textarea {
  width: 100%;
  font-size: 16px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border:1px solid #095bb1;
  font-family: Arial;
}
.page-contact .contact-form input::-webkit-input-placeholder, .page-contact .contact-form textarea::-webkit-input-placeholder {
  color: #666666;
}
.page-contact .contact-form input::-moz-placeholder, .page-contact .contact-form textarea::-moz-placeholder {
  color: #666666;
}
.page-contact .contact-form input:-ms-input-placeholder, .page-contact .contact-form textarea:-ms-input-placeholder {
  color: #666666;
}
.page-contact .contact-form input::-ms-input-placeholder, .page-contact .contact-form textarea::-ms-input-placeholder {
  color: #666666;
}
.page-contact .contact-form input::placeholder,
.page-contact .contact-form textarea::placeholder {
  color: #666666;
}
.page-contact .contact-form textarea {
  padding: 15px;
  height: 120px;
  outline: none;
  background: #fff;
}
.page-contact .btn {
  min-width: 300px;
  padding:0 50px;
  height: 60px;
  background-color: #095bb1;
  font-size: 18px;
  color: #ffffff;
  display: block;
  outline: none;
  height: 60px;
  border-radius: 30px;
  margin: 40px auto 0;
}

.page-service .main {
  padding-top: 80px;
}

.page-service .list-wrap {
  padding-bottom: 100px;
}

.page-service .list li .inner {
  -webkit-box-shadow: 2px 1px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 10px -4px rgba(0, 0, 0, 0.2);
}

.page-service .intro-tit {
  color: #333333;
  font-size: 20px;
  padding-bottom: 25px;
  padding-top: 35px;
}

.page-service .left {
  padding-right: 1%;
}

.page-service .company {
  color: #333333;
  font-weight: bolder;
  font-size: 34px;
  padding-top: 25px;
  border-top: 2px solid #095bb1;
  display: inline-block;
}

.page-service .intro-list {
  padding-top: 60px;
}

.page-service .intro-list .item {
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #39383e;
  font-size: 20px;
  cursor: pointer;
}

.page-service .intro-list .item .icon {
  margin-right: 7px;
}

.page-service .intro-list .item:hover {
  color: #095bb1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.page-service .about {
  padding-bottom: 120px;
}

.page-service .intropic-wrap {
  text-align: right;
  padding-left: 3%;
}

.page-service .intro-pic {
  max-width: 100%;
  width: 100%;
}

.page-service .anim-show.about {
  -webkit-animation: fadeInUp 0.6s;
  animation: fadeInUp 0.6s;
}

.page-pro .pagination-bar {
  text-align: center;
}

.page-pro .main {
  padding-top: 80px;
  padding-bottom: 100px;
}

.page-pro .pro-list {
  margin-left: -2%;
  margin-right: -2%;
  margin-top: -40px;
  padding-bottom: 35px;
}

.page-pro .pro-list li {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 33.333%;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page-pro .pro-list li:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.page-pro .pro-list .cover-box {
  padding-top: 55%;
  width: 100%;
}

.page-pro .pro-list .hover-cover {
  position: relative;
}

.page-pro .pro-list .cover {
  position: relative;
}

.page-pro .pro-list .tit-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
}

.page-pro .pro-list .cover-tit {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-pro .pro-list .inner {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 2px 1px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 10px -2px rgba(0, 0, 0, 0.2);
}

.page-pro .pro-list .icon-wrap {
  padding: 80px 0;
  text-align: center;
}

.page-pro .pro-list .icon-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50px;
}

.page-pro .pro-list .name {
  padding: 25px 0;
  background: #f9f9f9;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.page-pro .pro-list .meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px 0 30px 0;
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: solid 6px #095bb1;
}

.page-pro .pro-list .meta .tit {
  color: #095bb1;
  font-size: 22px;
  font-weight: bold;
}

.page-pro .pro-list .code {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #c9c9c9;
  font-size: 16px;
}

.page-pro .pro-list .meta .desc {
  color: #b1b0b0;
  padding: 15px 15px 0 15px;
}

.page-pro .pro-list li:hover .tit-box {
  opacity: 0;
}

.page-pro .pro-list li:hover .inner {
  -webkit-box-shadow: 3px 2px 10px 5px #e9e9e9;
  box-shadow: 3px 2px 10px 5px #e9e9e9;
}

.page-pro .pro-list li:hover .meta {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page-pro .pro-list li:hover .code {
  color: #000;
}

.page-pro .prolist .cover-box {
  padding-top: 82%;
}

.page-pro .prolist .meta {
  padding: 30px 0;
}

.page-pro .pro-slide {
  padding-bottom: 70px;
}

.page-pro .slide-wrap {
  overflow: hidden;
  padding-right: 35px;
}

.page-pro .slide-wrap .swiper-slide {
  background: #000;
}

.page-pro .slide-wrap .swiper-slide img {
  width: 100%;
  display: block;
}

.page-pro .slide-wrap .swiper-pagination-bullet {
  background: #fff;
}

.page-pro .slide-wrap .swiper-pagination-bullet-active {
  background-color: #095bb1;
}

.page-pro .slide-info {
  padding-left: 10px;
  padding-top: 25px;
}

.page-pro .slide-info .info-tit {
  font-size: 40px;
  padding-bottom: 30px;
  border-bottom: solid 4px #095bb1;
  margin-bottom: 60px;
}

.page-pro .slide-info .item {
  margin-bottom: 20px;
  font-size: 20px;
}

.page-pro .slide-info .item span {
  color: #989898;
}

.page-pro .pro-content .pro-menu {
  font-size: 20px;
  background-color: #f9f9f9;
}

.page-pro .pro-content .pro-menu .target-menu {
  z-index: 999;
}

.page-pro .pro-content .pro-menu li {
  margin-left: 65px;
  padding: 30px 0;
  display: block;
  float: left;
  cursor: pointer;
}

.page-pro .pro-content .pro-menu .cur {
  color: #095bb1;
  border-bottom: 2px solid #095bb1;
}

.page-pro .pro-content .d-column {
  padding-bottom: 110px;
}

.page-pro .pro-content .pbar {
  background: #f7f7f7;
  height: 10px;
}

.page-pro .pro-content .d-tit {
  padding-top: 70px;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 2px;
}

.page-pro .pro-content .d-tit span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 2px solid #095bb1;
}

.page-pro .pro-content .d-detail {
  margin-top: 60px;
  font-size: 20px !important;
}

.page-pro .pro-content .d-detail p {
  line-height: 2.4 !important;
}

.page-pro .pro-content .d-detail img {
  display: block !important;
  width: 100%;
}

.page-pro .table-list {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -15px;
}

.page-pro .table-list .item {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px;
  width: 50%;
  float: left;
}

.page-pro .table-list .cover-box {
  padding-top: 75%;
}

.page-pro .video-list {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -15px;
}

.page-pro .video-list .item {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px;
  width: 50%;
  float: left;
  position: relative;
}

.page-pro .video-list .cover-box {
  padding-top: 75%;
}

.page-pro .video-list .play-icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  border: 3px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  z-index: 10;
}

.page-pro .video-list .play-icon .iconfont {
  font-size: 40px;
}

.page-pro .show-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}

.page-pro .show-list .cover-box {
  padding-top: 75%;
}

.page-pro .show-list .item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  width: 25%;
  float: left;
}

.page-pro .table-detail {
  width: 100%;
  padding-bottom: 0 !important;
}

.page-pro .table-detail .d-detail {
  width: 100%;
  background: #f7f7f7;
  overflow-x: scroll;
  margin-top: 0;
}

.page-pro .table-detail .d-detail::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
  display: none;
}

.page-pro .table-detail .table-tit {
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  padding: 12px 0;
  background: #095bb1;
  width: 100%;
  margin-top: 60px;
}

.page-pro .table-detail table {
  width: 100%;
}

.page-pro .table-detail tr {
  border-bottom: 1px dashed #ddd;
}

.page-pro .table-detail td {
  font-size: 18px;
  white-space: nowrap;
}

.page-pro .table-detail td:first-child {
  text-align: center;
  width: 20%;
  padding: 0 10px;
}

.page-pro .table-detail td:first-child span {
  border-right: 1px solid #ddd;
  display: block;
  padding: 3px 8px;
}

.page-pro .table-detail td:nth-child(2) > div span {
  border-left: 0;
}

.page-pro .table-detail td > div {
  padding: 15px 5px;
  border-bottom: 1px dashed #ddd;
}

.page-pro .table-detail td > div:last-child {
  border-width: 0;
}

.page-pro .table-detail td > div span {
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.search-tool {
  margin-right: 50px;
  position: relative;
  display: inline-block;
}

.search-tool .search-toggle {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #f0f0f0;
  border-radius: 24px;
  border:1px solid #095bb1;
}
.header .search-tool .search-toggle input {
  width: 300px;
  font-size: 16px;
  margin-right: 15px;
  height: 22px;
  vertical-align: middle;
}
.product-title .search-tool .search-toggle input {
  width: 300px;
  font-size: 16px;
  margin-right: 15px;
  height: 22px;
  vertical-align: middle;
}

.search-tool .search-bar {
  width: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  padding: 50px 0;
  display: none;
  background: #fff;
}

.search-tool .search-box {
  height: 64px;
  background-color: #f2f2f2;
  width: 528px;
  padding-right: 30px;
  text-align: left;
  position: relative;
}

.search-tool .search-content {
  width: auto;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -100px;
}

.search-tool .search-bar .search-close {
  float: right;
  cursor: pointer;
}

.search-tool .search-bar input {
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
  width: 82%;
}

.search-tool .search-bar .search-btn {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 30px;
}

.search-tool .search-bar .search-close {
  padding: 20px 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.m-menu-nav .search-toggle {
  display: none;
}

.m-menu-nav .mmenu-search-tool {
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
  height: 50px;
  margin-bottom: 20px;
  clear: both;
}

.m-menu-nav .search-bar {
  position: relative;
  background-color: #095bb1;
  padding: 8px 0 0 8px;
}

.m-menu-nav .search-bar {
  position: relative;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  height: 42px;
}

.m-menu-nav .search-bar input {
  height: 24px;
  background-color: #ffffff;
  font-size: 14px;
  float: left;
  color: #000;
  padding-left: 10px;
  width: calc(100% - 70px);
}

.m-menu-nav .search-bar .search-btn {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  width: 50px;
  color: #fff;
  float: right;
}

.m-menu-sider {
  overflow-y: scroll;
  height: calc(100vh - 80px);
}

.page-pro .infos-row {
  padding-right: 50px;
  font-size: 18px;
}

.page-pro .infos-row td {
  width: 50%;
  padding-bottom: 20px;
  vertical-align: top;
}

.page-pro .infos-row span {
  color: #989898;
}

.page-pro .infos-row .last-detail {
  padding-top: 10px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media screen and (max-width:1901px){
    .header .search-tool{
        margin-right: 20px;
    }
    .header .search-tool .search-toggle input{
        width:320px;
    }
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media screen and (max-width:1881px){
    .page-index .banner .banner-content .lg{
        font-size:48px;
    }
}
@media screen and (max-width: 1781px) {
    .header .search-tool{
        margin-right:20px;
    }
  
  .header .menu .nav > li {
    padding: 0 20px;
  }
  .header .search-tool .search-toggle input {
    width: 280px;
  }
  
}
@media screen and (max-width: 1681px) {
    .page-introduce .page-banner .bg{
        left:-115px;
        width:calc(100% + 115px);
        background-position: 115px 0;
    }
  .header .header-action .lang {
    font-size: 13px;
  }
  .header .header-action .action-toggle .lag-name{
      padding:0 10px;
  }
  .header .menu .nav > li {
    padding: 0 15px;
  }
  .search-tool .search-bar {
    padding: 40px 0;
    font-size: 14px;
  }
  .search-tool .search-box {
    width: 454px;
  }
  .search-result .result-title {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .search-result .result-title span {
    font-size: 14px;
    padding-left: 15px;
  }
  .search-result .pro-list {
    padding-bottom: 60px;
    margin-top: 0;
  }
  .page .section-tit .tit {
    font-size: 32px;
  }
  .page .section-tit {
    margin-bottom: 60px;
  }
  .page-index .comm-section {
    padding: 70px 0;
  }
  .page .news .cover-box {
    padding-top: 60%;
  }
  .page .news .list li .meta {
    padding-top: 25px;
  }
  .page .pagination-bar li {
    height: 35px;
    min-width: 35px;
    line-height: 35px;
    padding: 0;
  }
  .page-search .search-btn {
    width: 230px;
  }
  .page-search .search-input {
    width: calc(100% - 270px);
  }
  .page-index .service .list li .img-box {
    padding: 40px 0 0;
  }
  .page-index .service .list li .img-box img {
    height: 60px;
  }
  .page-index .service {
    padding: 25px 0;
  }
  .page-index .pro-list .meta {
    padding: 20px 10px;
    font-size: 18px;
  }
  .page-index .introduce .content {
    padding: 50px 0;
  }
  .page-index .introduce .swiper-container {
    padding-bottom: 60px;
  }
  .page-index .introduce .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .page-index .comment .partner-content {
    padding-bottom: 50px;
    padding-top: 180px;
  }
  .page-index {
    padding-bottom: 30px;
  }
  .page-index .introduce .about {
    padding-top: 70px;
  }
  .page-index .service .list li {
    padding: 50px 30px;
  }
  .page-index .banner .banner-content .lg {
    font-size: 52px;
  }
  .page-introduce .dboxs .dbox {
    padding: 30px 3%;
  }
  .page-pro .slide-info {
    padding-top: 30px;
  }
  .page .introduce .bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page .introduce .bg .lg-txt {
    font-size: 34px;
  }
  .page-introduce .main {
    padding-top: 80px;
  }
  .page-introduce .introduce-content {
    padding-bottom: 100px;
  }
  .page-introduce .section {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .page-introduce .section-tit .section-desc {
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .page-introduce .introduce-value .item-tit {
    margin-top: 30px;
    font-size: 22px;
  }
  .page-introduce .introduce-value .item-desc {
    margin-top: 15px;
  }
  .page-product .main {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .page-product .menu-title {
    font-size: 24px;
    padding: 20px 0 20px 20px;
  }
  .product-title {
    font-size: 28px;
  }
  .page-product .menu-list .list-column {
    padding: 15px 0;
  }
  .product-list .meta {
    padding: 20px 0;
    font-size: 18px;
  }
  .page-product .menu-list {
    padding: 25px 15px;
  }
  .page .pagination-bar {
    margin-top: 35px;
  }
  .product-detail .detail-base .pro-contact .btn {
    width: 160px;
  }
  .product-detail .detail-base .pro-title {
    font-size: 26px;
  }
  .product-detail .detail-base .pro-link{
      margin-top:40px;
  }
  .product-detail .detail-column {
    margin-bottom: 50px;
  }
  .product-detail .detail-remark .submit-item .btn {
    min-width: 160px;
    height: 50px;
    font-size: 16px;
  }
  .page .page-tit .tit {
    font-size: 28px;
  }
  .page-contact .list .inner .txt {
    font-size: 20px;
  }
  .page-contact .contact-form {
    padding: 70px 0;
  }
  .page-contact .contact-form .form-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .page-contact .btn {
    min-width: 170px;
    padding:0 20px;
    height: 50px;
    font-size: 16px;
  }
  .footer {
    padding-top: 40px;
  }
  .page .news .list li .title {
    font-size: 16px;
  }
  .page .news .list li .more {
    font-size: 14px;
    line-height: 24px;
  }
  .page .news .list li .title {
    margin-top: 3%;
  }
  .page .news .list li .meta {
    padding: 15px;
  }
  .page-contact .list {
    padding-bottom: 70px;
  }
  .header .search-tool{
      margin-right: 20px;
  }
  .header .search-tool .search-toggle input{
      /*width:275px;*/
  }
}
@media screen and (max-width: 1561px) {
  .page-product .menu-box {
    padding-right: 35px;
  }
  .product-detail {
    padding-left: 0;
  }
  .header .menu .nav > li{
      padding:0 12px;
  }
  .lang-en .header .menu .nav > li{
      padding:0 25px;
  }
  .header .menu .nav > li a{
      font-size:18px;
  }
  .header .header-action .action-wrap{
      padding:10px;
  }
  .header .header-action .action-toggle .lag-name{
      padding:0 10px;
  }
  /*.header .search-tool .search-toggle input{*/
  /*    width:200px;*/
  /*    font-size: 14px;*/
  /*}*/
  
}

@media screen and (max-width: 1441px) {
    .page-introduce .page-banner .bg{
        left:-80px;
        width:calc(100% + 80px);
        background-position: 80px 0;
    }
    .search-tool{
        margin-right: 20px;
    }
  .page-search .search-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-search .search-btn {
    width: 185px;
    height: 50px;
    font-size: 16px;
  }
  .page-search .search-input {
    width: calc(100% - 225px);
    height: 50px;
  }
  .page-pro .infos-row {
    font-size: 15px;
  }
  .container {
    width: 86%;
  }
  .header .menu .nav > li a {
    font-size: 15px;
  }
  .page-index .service .list li .img-box {
    padding: 45px 0 0;
  }
  .page-index .service .list li .img-box img {
    height: 50px;
  }
  .page-index .service {
    padding: 30px 0;
  }
  .page .news .contact {
    width: 25%;
  }
  .page .news .cover-box {
    padding-top: 50%;
  }
  .page .news .list li .meta {
    padding-top: 15px;
  }
  .page .news .list li .title {
    margin: 3% 0 1% 0;
    font-size: 18px;
  }
  .page .news .list li .read {
    font-size: 14px;
  }
  .page .news .contact .contact-bg {
    height: 400px;
  }
  .page .news .contact .desc {
    padding: 2% 0;
  }
  .page .news .contact .slogn {
    padding-top: 2%;
  }
  .page-contact .list .inner .txt {
    font-size: 18px;
  }
  .page-contact .list .inner .name {
    padding-top: 40px;
  }
  .page-service .company {
    font-size: 30px;
  }
  .page-service .intro-list .item {
    font-size: 18px;
  }
  .page-service .intro-list {
    padding-top: 45px;
  }
  .page-introduce .dboxs .icons {
    padding-right: 9%;
  }
  .page-introduce .dboxs .meta {
    padding-left: 9%;
  }
  .page-pro .slide-info .info-tit {
    font-size: 34px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .page-pro .pro-content .d-tit {
    font-size: 32px;
  }
  .page-pro .pro-content .d-detail {
    font-size: 16px !important;
  }
  .page-pro .pro-content .d-column {
    padding-bottom: 70px;
  }
  .header .header-action .lang {
    font-size: 12px;
  }
  .page-news .news .list li {
    margin-bottom: 20px;
  }
  .search-result .result-title {
    font-size: 16px;
    padding-top: 30px;
  }
  .page-index .comm-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-index .comm-section.pro {
    padding-bottom: 60px;
  }
  .page .section-tit {
    margin-bottom: 50px;
  }
  .page-index .pro-tablist li {
    font-size: 16px;
  }
  .page-index .pro-list li {
    margin-top: 30px;
  }
  .page-index .pro-list .meta {
    padding: 15px 10px;
    font-size: 16px;
  }
  .page .introduce .bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .page-index .introduce .content {
    padding: 60px 0;
  }
  .footer-top .form-links {
    width: 220px;
  }
  .footer-mid {
    padding-top: 40px;
  }
  .footer-btm {
    margin-top: 40px;
  }
 
  .contact-bar li .info {
    padding: 10px 0;
  }
  .contact-bar li .absbox{
      min-height: 50px;
  }
  .contact-bar li .absbox .phone{
      height: 50px;
  }
  .contact-bar li .absbox .qrcode {
    width: 120px;
    height: 120px;
  }
  .page-product .menu-title {
    font-size: 20px;
    padding: 15px 20px;
  }
  .product-title {
    font-size: 24px;
  }
  .page-product .menu-list {
    padding: 20px 15px;
  }
  .search-tool .search-bar {
    padding: 40px 0;
  }
  .search-tool .search-box {
    height: 50px;
  }
  .search-tool .search-bar .search-btn,
  .search-tool .search-bar input {
    height: 50px;
    line-height: 50px;
  }
  .search-tool .search-bar .search-btn {
    padding: 0 20px;
  }
  .search-tool .search-bar .search-close {
    padding: 11px 0;
  }
  .page-introduce .introduce-scene .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    bottom: 40px;
  }
  .page-introduce .section {
    padding: 60px 0;
  }
  .page-introduce .introduce-culture .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-introduce .introduce-culture li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .menu .nav > li a .border {
    bottom: -13px;
  }
  .page-index .comment .item-comment .item-avatar img {
    width: 70px;
    height: 70px;
  }
  .page-index .comment .item-comment .item-name-wrap {
    padding-left: 80px;
  }
  .page-index .comment .item-name {
    margin: 10px 0;
    font-size: 20px;
  }
  .page-index .comment .partner-content {
    padding-bottom: 40px;
    padding-top: 170px;
  }
  .header .header-action {
    margin: 22px 0;
  }
  .search-tool .search-toggle {
    padding: 7px 15px;
  }
  .header .header-action .action-wrap {
    padding: 8px 15px;
  }
  .page .more-btn {
    font-size: 16px;
    padding: 0 35px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
  }
  .page-index .introduce .company-name {
    font-size: 32px;
  }
  .page-introduce .company{
      margin-left: 20px;
  }
  .page-introduce .right {
    padding-left: 20px;
  }
  .page-introduce .company {
    font-size: 32px;
  }
  .page-introduce .introduce-content {
    padding-bottom: 80px;
  }
  .product-detail .detail-base .base-left {
    width: 380px;
  }
  .product-detail .detail-base .pro-thumbnail-big {
    width: 380px;
    height: 380px;
  }
  .product-detail .detail-base .base-right{
      padding-left:410px;
  }
  .product-detail .detail-base .pro-link {
    margin-top: 50px;
  }
  .product-detail .detail-base .pro-contact .btn {
    width: 140px;
    height: 50px;
    line-height: 50px;
  }
  .product-detail .detail-base .thumbnail-swiper .img-box {
    width: 90px;
    height: 90px;
  }
  .product-detail .product-title {
    font-size: 26px;
  }
  .product-detail .details {
    padding: 0 30px 40px;
  }
  .product-detail .detail-column {
    margin-bottom: 30px;
  }
  .product-detail .detail-remark .remark-notice {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .product-detail .detail-remark input {
    height: 48px;
  }
  .page-product .main {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .page-news .hot-news .cover {
    width: 510px;
  }
  .page-news .hot-news .meta {
    padding-left: 540px;
  }
  .page-news .hot-news .date {
    padding: 10px 20px;
  }
  .page-news .hot-news .title {
    font-size: 22px;
  }
  .page-news .hot-news .more {
    font-size: 16px;
    padding: 0 35px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
  }
  .page-contact .contact-form .form-item input {
    height: 48px;
  }
  .page-news .detail {
    padding: 40px 30px;
  }
  .page-news .detail .tit {
    font-size: 28px;
  }
  .page-news .detail .guid .item {
    padding-top: 20px;
  }
  .page-news .detail .back-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 35px;
    font-size: 16px;
  }
  .page-news .hot-news-wrap {
    padding: 70px 0;
  }
  .page-index .service .list li .name {
    font-size: 20px;
  }
  .page-index .introduce .picture .tit {
    padding: 25px 0;
    font-size: 20px;
  }
  .page-index .comment .item-desc {
    padding: 20px 10px 25px;
  }
  .page-contact .list {
    padding-bottom: 70px;
  }
  .product-title .name {
    font-size: 30px;
  }
  /*.header .search-tool .search-toggle input{*/
  /*    width:180px;*/
  /*}*/
  /*.lang-it .header .search-tool .search-toggle input{*/
  /*    width:325px;*/
  /*}*/
  /*.lang-pt .header .search-tool .search-toggle input{*/
  /*    width:180px;*/
  /*}*/
}
@media screen and (min-width:1367px){
    .page-introduce .left{
        height: auto!important;
    }
    .page-introduce .left img{
        position: relative;
    }
}
@media screen and (max-width: 1367px) {
  .page-index .banner .banner-content .lg {
    font-size: 56px;
  }
  .page .news .list {
    width: 100%;
  }
  .page .news .cover-box {
    padding-top: 75%;
  }
  .footer-top .menu li {
    padding: 0 2%;
  }
  .page-introduce .company {
    font-size: 26px;
  }
  .page .section-tit .tit {
    font-size: 32px;
  }
  .page .introduce .bg .lg-txt {
    font-size: 32px;
    margin: 2% 0;
  }
  .page .more-btn {
    height: 45px;
    line-height: 45px;
  }
  .page .introduce .bg .sm-txt {
    font-size: 18px;
  }
  .page-pro .slide-info .item {
    margin-bottom: 15px;
  }
  .page-news .pagination-bar {
    text-align: center;
  }
  .page .section-tit .tit {
    font-size: 30px;
  }
  .page-introduce .introduce-content {
    padding-bottom: 80px;
  }
  .page .introduce .bg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-index .introduce .picture {
    padding-bottom: 50px;
  }
  .page-index .service .list li .desc {
    font-size: 15px;
  }
  .page-index .comment .partner-content {
    padding-top: 155px;
    padding-bottom: 20px;
  }
  .page-introduce .introduce-value .list-items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-introduce .introduce-value .item-list {
    padding: 0 10px;
  }
  .page-introduce .main {
    padding-top: 60px;
  }
  .page-introduce .introduce-content {
    padding-bottom: 60px;
  }
  .page-introduce .introduce-value .item-tit {
    font-size: 20px;
  }
  .page-introduce .introduce-value .item-desc {
    font-size: 14px;
  }
  .page-introduce .introduce-value .item-icon img {
    height: 50px;
  }
  .page-introduce .section-tit .section-desc {
    font-size: 16px;
  }
  .page-introduce .introduce-scene .swiper-button-next {
    right: -30px;
  }
  .page-introduce .introduce-scene .swiper-button-prev {
    left: -30px;
  }
  .search-tool .search-toggle input {
    font-size: 15px;
  }
  .page .pro-list .meta {
    padding: 15px 10px;
  }
  .page .pro-list .meta .tit {
    font-size: 16px;
  }
  /*.header .search-tool .search-toggle input {*/
  /*  width: 140px;*/
  /*}*/
  /*.lang-en .header .search-tool .search-toggle input{*/
  /*    width: 320px;*/
  /*    margin-right: 10px;*/
  /*}*/
  .lang-en .header .menu .nav > li{
      padding:0 15px;
  }
}
@media screen and (max-width: 1281px) {
  .page-introduce .page-banner .bg{
      left:-60px;
      width:calc(100% + 60px);
      background-position: 60px 0;
  }
  .page-introduce .dboxs .dbox {
    padding: 25px 2%;
  }
  
  .header .menu .nav > li {
    padding: 0 12px;
  }
  
  .search-tool .search-box {
    width: 410px;
  }
  .search-tool .search-content {
    margin-left: -60px;
  }
  .header .menu .nav > li a {
    font-size: 14px;
  }
  .header .header-action .action-wrap {
    padding: 8px 10px;
  }
  .page-introduce .dboxs dd {
    font-size: 14px;
  }
  .page .news .contact .slogn {
    font-size: 24px;
  }
  .search-tool {
    margin-right: 10px;
  }
  .product-detail .detail-base .pro-contact .btn {
    width: 130px;
    height: 45px;
    line-height: 45px;
  }
  .product-detail .detail-base .pro-title {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .product-detail .detail-base .pro-price {
    margin-top: 15px;
  }
  .product-detail .detail-base .pro-link .icon {
    width: 28px;
    height: 28px;
  }
  .product-detail .detail-base .base-left {
    /*float: none;*/
  }
  .product-detail .detail-base .base-right {
    padding-left: 400px;
    /*float: none;*/
    /*display: block;*/
  }
  .header .search-tool .search-toggle input {
   margin-right: 5px;
   width: 108px;
  }
  
  .lang-en .header .menu .nav > li{
      padding:0 15px;
  }
  .lang-en .header .menu .nav > li a{
      font-size:18px;
  }
   .lang-es .header .search-tool .search-toggle input{
        width:230px;
   }
  .lang-en .header .search-tool .search-toggle input{
      width:200px;
      
  }
  .lang-it .header .search-tool .search-toggle input{
      width:230px;
  }
   .lang-pt .header .search-tool .search-toggle input{
        width:240px;
   }
    .lang-fr .header .search-tool .search-toggle input{
        width:260px;
   }
}
@media screen and (max-width: 1181px){
    .header .header-action .action-toggle .lag-name{
        padding:0 5px;
    }
    .header .menu .nav > li{
        padding:0 10px;
    }
}
@media screen and (max-width: 1080px) {
  .mheader-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .page .header-placebar {
    padding-top: 60px;
  }
  .header .container {
    width: 98%;
  }
  .footer1 .logo-wrap .logo-img,
  .header .logo-wrap .logo-img {
    height: 35px;
  }
  .header .menu {
    display: none;
  }
  .header-action {
    display: none;
  }
  .page .news .list {
    padding-right: 0;
  }
  .page .news .contact {
    display: none;
  }
  .page-introduce .dboxs .icons {
    padding-right: 5%;
  }
  .page-introduce .dboxs .icons img {
    height: 36px;
  }
  .page-introduce .dboxs .meta {
    padding-left: 5%;
  }
  .page .pagination-bar {
    text-align: center;
  }
  .page-tool-guid .pro-menu a {
    padding: 0;
  }
  .footer-top .menu {
    padding-top: 20px;
  }
  .footer-top .qr-wrap {
    float: left;
    padding-top: 20px;
  }
  .footer-top .dl {
    padding-top: 20px;
  }
  .page-introduce .desc {
    padding-left: 0;
    padding-top: 25px;
  }
  .product-detail .detail-base .pro-thumbnail-big{
      margin:0 auto;
  }
   .product-detail .detail-base .base-left {
    width: 100%;
    float:none;
  }
  .product-detail .detail-base .base-right{
      padding-left: 0;
  }
  
}
@media screen and (max-width: 991px) {
  .footer-href {
    padding-top: 25px;
  }
  .footer1 .share-link {
    padding-bottom: 20px;
  }
  .page-index .introduce .more-btn{
      float:none;
      margin-top:25px;
  }
}
@media screen and (max-width: 798px) {
    .page-introduce .page-banner .bg{
        left: 0;
        width: calc(100% + 70px);
        background-position: -35px 0;
    }
    .footer-href .href-box:last-child .href-list{
        padding-left:0;
    }
    .page-index .pro-tablist li{
        width:auto;
        flex:auto 0 0;
    }
  .page-index .commnet-swiper {
    display: none;
  }
  .page-index .m-commnet-swiper {
    display: block;
  }
  .page-index .comment .swiper-button {
    width: 30px;
    height: 30px;
    background-size: 28px 28px;
    margin-top: 0;
  }
  .page-search .search-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-search .search-btn {
    width: 80px;
    height: 45px;
    font-size: 14px;
  }
  .page-search .search-input {
    height: 45px;
    padding-left: 10px;
    font-size: 14px;
    width: calc(100% - 100px);
  }
  .page-search .search-btn img {
    margin-right: 5px;
  }
  .header .header-wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .mobile-menu .bar {
    /*margin-right: 20px;*/
  }
  .contact-bar {
    width: 44px;
    border-radius: 6px;
    /*overflow: hidden;*/
    /*top: inherit;*/
    /*bottom: 10vh;*/
    /*-webkit-transform: 0;*/
            /*transform: 0;*/
  }
  .contact-bar li .info {
    padding: 8px 0;
  }
  .contact-bar li .info .icon img {
    height: 25px;
  }
  .contact-bar li .name {
    display: none;
  }
  .contact-bar li:last-child {
    border-radius: 0 0 6px 6px;
  }
  .contact-bar li .absbox {
    /*width: 120px;*/
    /*height: 120px;*/
  }
  .contact-bar li:hover > .absbox {
    right: 44px;
  }
  .page-index .banner .swiper-pagination {
    bottom: 20px;
  }
  .page-index .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  .page-index .partner .brand-list {
    padding-top: 0;
  }
  .page-index .partner .brand-list li {
    width: 33.333%;
    font-size: 14px;
  }
  .page-index .partner .brand-list li span {
    font-size: 14px;
  }
  .page-index .partner .brand-list li .img-wrap {
    height: 60px;
    line-height: 60px;
  }
  .page-index .comment .swiper-content {
    padding: 0;
  }
  .page-index .comment .item-img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .page-index .comment .item-img img {
    width: 60px;
    height: 60px;
  }
  .page-index .comment .item-name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .page-index .comment .swiper-slide {
    padding: 12px;
  }
  .page-index .comment .m-swiper-wrapper {
    padding: 0 10px;
    display: block;
  }
  .page-index .comment .item-info {
    width: 100%;
    padding-left: 0;
  }
  .page-index .comment .item-desc {
    font-size: 14px;
  }
  .page-index .comment .item-desc {
    padding-top: 15px;
    margin-top: 15px;
    background-size: 15px;
  }
  body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .container {
    width: 92%;
  }
  .page .playvideo-box {
    width: 95%;
  }
  .page .news .contact {
    margin-top: 30px;
  }
  .page-index .pro-tablist a {
    white-space: nowrap;
    /*max-width: 105px;*/
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page .page-banner .place-img{
    height: 170px;
  }
  .page .page-banner .txt-lg {
    font-size: 20px;
  }
  .page .page-banner .txt-sm {
    width: 75%;
    font-size: 14px;
    display: none;
  }
  .scrolltop p {
    display: none;
  }
  .scrolltop span::before {
    content: "\e76c";
  }
  .page-tool-guid {
    padding: 12px 0;
    font-size: 14px;
  }
  .page-pro .main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page .page-tit .tit {
    font-size: 20px;
  }
  .page .page-tit .subtit {
    width: 90%;
    font-size: 15px;
    padding-top: 15px;
  }
  .page .page-tit {
    margin-bottom: 35px;
  }
  .page-index .banner .banner-content .sm {
    font-size: 14px;
    padding: 0 2%;
  }
  .page-index .banner .banner-content .lg {
    font-size: 20px;
  }
  .page .more-btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .page-index .banner .slick-dots li {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }
  .page-index .comm-section {
    padding: 40px 0;
  }
  .page-index .comm-section.pro {
    background-size: cover;
  }
  .page .section-tit .bar {
    margin-bottom: 8px;
  }
  .page .section-tit {
    margin-bottom: 30px;
  }
  .page-index .pro-tablist a {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .page-index .pro-tablist li img {
    height: 20px;
  }
  .page-index .pro-list {
    padding-top: 5px;
  }
  .page-index .pro-list li {
    width: 50%;
    margin-top: 20px;
  }
  .page-index .pro-list .meta {
    padding: 10px;
  }
  .page-index .pro-list .meta .tit {
    font-size: 16px;
  }
  .page-index .pro-list .meta .desc {
    font-size: 14px;
    padding-top: 5px;
  }
  .page .section-tit .tit {
    font-size: 20px;
  }
  .page-introduce .section-tit .section-desc {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 5%;
    width: 80%;
  }
  .page-introduce .introduce-value .item-inner {
    padding: 25px 10px;
  }
  .page-introduce .introduce-value .item-tit {
    font-size: 18px;
    margin-top: 20px;
  }
  .page-introduce .introduce-value .item-desc {
    font-size: 14px;
    margin-top: 15px;
  }
  .page-introduce .introduce-value .list-items {
    margin-right: -12px;
    margin-right: -12px;
  }
  .page-introduce .introduce-value .item-list {
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-introduce .introduce-value .item-inner img {
    height: 40px;
  }
  .page .introduce .bg {
    padding: 4% 3%;
  }
  .page-index .introduce .about {
    padding-top: 40px;
  }
  .page-index .introduce .company-name {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .page .introduce .bg .icon-play img {
    height: 40px;
  }
  .page .introduce .bg .lg-txt {
    font-size: 16px;
  }
  .page .introduce .bg .sm-txt {
    font-size: 14px;
  }
  .page-introduce .introduce-scene .item-list {
    float: none;
    margin-bottom: 12px;
  }
  .page-introduce .introduce-scene .item-inner {
    padding-top: 0;
  }
  .page-introduce .introduce-scene .list-items {
    margin-bottom: 0;
  }
  .page-introduce .introduce-culture .swiper-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-introduce .introduce-culture .swiper-box .swiper-button {
    background-size: 12px 20px;
  }
  .page-index .introduce .content {
    padding: 30px 0;
    display: inherit;
  }
  .page-index .introduce .content .desc {
    padding-right: 0;
    width: 100%;
  }
  .page-index .introduce .swiper-container {
    padding-bottom: 40px;
  }
  .page-index .introduce .pc-company-swiper {
    display: none;
  }
  .page-index .introduce .mobile-company-swiper {
    display: block;
    padding-bottom: 50px;
  }
  .page-index .introduce .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .page-index .introduce .dboxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
  }
  .page-index .introduce .content .dbox {
    margin-left: 0;
    height: auto !important;
    width: 44%;
    /*-webkit-box-shadow: 3px 2px 12px 0px #e9e9e9;*/
    /*box-shadow: 3px 2px 12px 0px #e9e9e9;*/
  }
  .page-index .introduce .icons img {
    height: 30px;
  }
  .page-index .introduce .content .dbox dt {
    font-size: 22px;
  }
  .page-index .introduce .content .dbox dd {
    font-size: 13px;
  }
  .page-index .service .list li {
    width: 50%;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .page-index .service .list li .img-box {
    padding: 35px 0 0;
  }
  .page-index .service .list li .name {
    padding: 20px 0 15px;
    font-size: 16px;
  }
  .page-index .service {
    padding: 20px 10px;
    font-size: 12px;
  }
  .page-index .comm-section.service {
    background-color: #fbfafa;
    background-size: cover;
  }
  .page-index .introduce .content .desc {
    font-size: 14px !important;
  }
  .page-index .service .list li .img-box img {
    height: 40px;
  }
  .page-index .service .list li .inner {
    -webkit-box-shadow: 3px 2px 12px 0px #e9e9e9;
    box-shadow: 3px 2px 12px 0px #e9e9e9;
  }
  .page .news .cover {
    width: 100%;
    float: none;
  }
  .page .news .list {
    padding-right: 0;
  }
  .page .news .list {
    width: auto;
    margin: 0 -2%;
    height: auto !important;
    margin-bottom: -20px;
  }
  .page .news .list li {
    width: 50%;
    padding: 0 2%;
    float: left;
    margin-bottom:15px;
  }
  .page .news .list li .date .iconfont {
    font-size: 14px;
    margin-right: 0;
  }
  .page .news .list li .meta {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page .news .list li .date {
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
  }
  .page .news .list li .title {
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  .page .news .list li .read {
    font-size: 12px;
    padding: 0 10px;
  }
  .page .news .contact .tit {
    font-size: 16px;
  }
  .page .news .contact .slogn {
    font-size: 20px;
  }
  .page .news .contact {
    display: none;
  }
  .page .pagination-bar {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    float: none;
  }
  .page .pagination-bar li {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    float: none;
  }
  .page-news .pagination-bar {
    margin-top: 25px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .logo-wrap {
    text-align: center;
  }
  .footer .logo-img {
    height: 40px;
  }
  .footer .tlang {
    display: none;
  }
  .footer-top {
    padding-bottom: 30px;
  }
  .footer-top .links {
    text-align: center;
  }
  .footer-top .links a {
    margin: 0 10px;
  }
  .footer-top .menu {
    display: none;
  }
  .footer-top .dl {
    display: none;
  }
  .footer-top .qr-wrap {
    float: none;
    text-align: center;
    padding-top: 20px;
  }
  .footer-top .qr-wrap p {
    font-size: 12px;
    padding-top: 5px;
  }
  .footer-top .logo-link {
    padding-top: 0;
    float: none;
  }
  .footer-top .form-links {
    width: 60%;
    float: none;
  }
  .footer-top .qrcode {
    float: none;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .footer-top .qrcode .text {
    padding-left: 15px;
  }
  .footer-mid {
    padding-top: 30px;
  }
  .footer-mid .menu {
    float: none;
    margin-left: 4%;
  }
  .footer-mid .menu li {
    font-size: 14px;
    padding: 0 2.1%;
  }
  .footer-mid .share-link {
    float: none;
    margin-top: 20px;
    margin-left: 4%;
  }
  .share-link .icon {
    height: 30px;
  }
  .footer-btm {
    margin-top: 30px;
    padding: 20px 0;
  }
  .copyright {
    font-size: 12px;
  }
  .page-introduce .main {
    padding-top: 40px;
  }
  .page-introduce .intro-tit {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .page-introduce .introduce-content {
    padding-bottom: 40px;
  }
  .page-introduce .company {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
  }
  .page-introduce .left {
    padding-right: 0;
    width: 100%;
  }
  .page-introduce .company-title{
      width:100%;
  }
  .page-introduce .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    font-size: 14px;
  }
  .page-introduce .dboxs {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-introduce .dboxs .dbox {
    margin: 0 8px;
    text-align: center;
  }
  .page-introduce .dboxs .icons {
    padding-right: 0;
    display: block;
  }
  .page-introduce .dboxs .icons img {
    height: 35px;
  }
  .page-introduce .dboxs .meta {
    padding-left: 0;
    border-width: 0;
  }
  .page-introduce .dboxs dt {
    font-size: 22px;
    padding: 7px 0;
  }
  .page-introduce .dboxs dd {
    font-size: 12px;
  }
  .page-introduce .section {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .page-pro .pro-list li {
    width: 50%;
  }
  .page-pro .pro-list .inner {
    border-radius: 6px;
  }
  .page-pro .pro-list .name {
    padding: 15px 0;
    font-size: 16px;
  }
  .page-pro .pro-list li {
    margin-top: 25px;
  }
  .page-pro .pro-list {
    padding-bottom: 15px;
  }
  .page-pro .slide-wrap {
    padding-right: 0;
  }
  .page-pro .slide-info {
    padding-left: 0;
  }
  .page-pro .pro-slide {
    padding-bottom: 30px;
  }
  .page-pro .slide-info .info-tit {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-width: 1px;
  }
  .page-pro .slide-info .item {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .page-pro .pro-content .pro-menu.fixed-top {
    top: 56px;
  }
  .page-pro .pro-content .pro-menu li {
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 0;
  }
  .page-pro .pro-content .d-tit {
    padding-top: 30px;
    font-size: 16px;
    text-align: center;
  }
  .page-pro .pro-content .d-tit span {
    padding-bottom: 10px;
  }
  .page-pro .pro-content .d-detail {
    margin-top: 30px;
  }
  .page-pro .table-detail .d-detail {
    margin-top: 0;
  }
  .page-pro .pro-content .d-detail p {
    line-height: 1.8 !important;
    font-size: 14px;
    text-align: justify;
  }
  .page-pro .pro-content .d-column {
    padding-bottom: 30px;
  }
  .page-pro .show-list .item {
    width: 50%;
  }
  .page-pro .table-list {
    margin-right: -5px;
    margin-left: -5px;
  }
  .page-pro .table-list .item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-pro .video-list .play-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .page-pro .video-list .play-icon .iconfont {
    font-size: 22px;
  }
  .page-pro .table-detail .table-tit {
    font-size: 16px;
    margin-top: 30px;
  }
  .page-pro .table-detail td {
    font-size: 14px;
  }
  .page-pro .table-detail td:first-child {
    padding: 0 5px;
  }
  .page-pro .table-detail td > div {
    font-size: 14px;
    padding: 10px 5px;
  }
  .page-pro .table-detail td > div span {
    padding-left: 5px;
  }
  .page-product .main {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .page-product .menu-box {
    padding-right: 0;
    float: none;
  }
  .page-product .product-detail {
    float: none;
    padding-left: 0;
    margin-top: 25px;
  }
  .product-detail .detail-column {
    margin-bottom: 30px;
  }
  .product-detail .detail-content .detail-infos {
    font-size: 16px;
    margin-top: 25px;
  }
  .product-detail .detail-remark .detail-infos {
    font-size: 16px;
    margin-top: 20px;
  }
  .product-detail .detail-remark .form-item span, .product-detail .detail-remark .form-item .input-box {
    display: block;
  }
  .product-detail .detail-remark input {
    margin-left: 0;
    height: 42px;
    line-height: 42px;
  }
  .product-detail .detail-remark span {
    line-height: 1;
    margin-bottom: 12px;
  }
  .product-detail .detail-remark .textarea-item .input-box,
  .product-detail .detail-remark .input-box {
    width: 100%;
    margin-left: 0;
  }
  .product-detail .detail-remark .code-item img {
    height: 42px;
  }
  .product-detail .detail-remark span {
    width: auto;
    text-align: left;
  }
  .product-detail .detail-remark textarea,
  .product-detail .detail-remark input {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea::-webkit-input-placeholder, .product-detail .detail-remark input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea::-moz-placeholder, .product-detail .detail-remark input::-moz-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea:-ms-input-placeholder, .product-detail .detail-remark input:-ms-input-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea::-ms-input-placeholder, .product-detail .detail-remark input::-ms-input-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea::placeholder,
  .product-detail .detail-remark input::placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark .submit-item .btn {
    min-width: 120px;
    height: 42px;
    font-size: 15px;
  }
  .product-detail .detail-base .pro-thumbnail-list {
    float: none;
    height: auto;
    width: calc(100% + 15px);
  }
  .product-detail .detail-base .pro-thumbnail-list .img-slide {
    margin-right: 15px;
  }
  .product-detail .detail-base .pro-thumbnail-big {
    float: none;
    display: block;
    margin: 0;
  }
  .product-detail .detail-base {
    height: auto;
  }
  .product-detail .detail-base .row {
    float: none;
    padding: 0;
    margin: 0;
  }
  .product-detail .detail-base .pro-title {
    margin-top: 20px;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .product-detail .detail-base .pro-price {
    font-size: 18px;
  }
  .product-detail .detail-base .pro-size {
    font-size: 14px;
  }
  .product-detail .detail-base .pro-contact {
    text-align: center;
  }
  .product-detail .detail-base .pro-contact .btn {
    width: 120px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
  }
  .product-detail .detail-base .pro-thumbnail-big {
    height: 320px;
    width: 320px;
    margin: 0 auto;
  }

  .product-detail .details {
    padding: 0 20px 10px;
  }
  .product-detail .product-title {
    padding-top: 15px;
    font-size: 18px;
  }
  .product-detail .detail-remark input {
    padding-left: 10px;
    font-size: 14px;
  }
  .product-detail .detail-remark input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark input::-moz-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark input:-ms-input-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark input::-ms-input-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark input::placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea {
    height: 120px;
    padding: 10px;
    font-size: 14px;
  }
  .product-detail .detail-remark textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea::-moz-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .product-detail .detail-remark textarea::placeholder {
    font-size: 14px;
  }
  .page-product .menu-title {
    font-size: 16px;
    background: #fff;
    color: #333;
    padding: 10px;
  }
  .page-product .menu-list {
    padding: 0 10px 15px;
  }
  .page-product .menu-head {
    font-size: 16px;
  }
  .page-product .menu-list .list-column {
    padding: 10px 0;
  }
  .page-product .menu-list .menu-body {
    padding-top: 10px;
  }
  .page-product .menu-list .menu-body a {
    font-size: 14px;
  }
  .product-title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .product-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .product-list li {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }
  .product-list .meta {
    padding: 10px 0;
    font-size: 14px;
  }
  .page-product .product-main {
    float: none;
    padding-top: 20px;
  }
  .page-product .product-list {
    padding-top: 30px;
  }
  .page-tool-guid .left {
    float: none;
  }
  .page-tool-guid .right {
    float: none;
    padding: 15px 0 10px 0;
    text-align: center;
  }
  .page-tool-guid .pro-menu a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 0;
    font-size: 16px;
  }
  .page-tool-guid .pro-menu a::after {
    bottom: -10px;
  }
  .page-service .main {
    padding-top: 40px;
  }
  .page-service .list-wrap {
    padding-bottom: 20px;
  }
  .page-service .intro-tit {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .page-service .company {
    font-size: 20px;
    padding-top: 15px;
  }
  .page-service .intro-list {
    padding-top: 30px;
  }
  .page-service .intro-list .item {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page-service .intro-list .item .iconfont {
    font-size: 14px;
  }
  .page-service .about {
    padding-bottom: 40px;
  }
  .page-service .intropic-wrap {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }
  .page-service .intropic-wrap img {
    width: 100%;
  }
  .page-news .main {
    padding: 40px 0;
  }
  .page .news .list a {
    -webkit-box-shadow: 3px 2px 12px 0px #e9e9e9;
    box-shadow: 3px 2px 12px 0px #e9e9e9;
  }
  .page-news .detail .tit {
    font-size: 16px;
  }
  .page-news .detail .date {
    font-size: 14px;
    padding-top: 10px;
  }
  .page-news .detail .content {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 14px !important;
  }
  .page-news .detail .guid {
    border-width: 1px;
    padding-top: 10px;
  }
  .page-news .detail .guid .item {
    padding-top: 10px;
    font-size: 14px;
  }
  .page-contact .main {
    padding-top: 45px;
  }
  .page-contact .list {
    padding: 20px 0 30px 0;
  }
  .page-contact .list li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .page-contact .list .inner {
    height: auto !important;
    padding: 20px 0;
    border-radius: 10px;
  }
  .page-contact .list .icons img {
    height: 22px;
  }
  .page-contact .list .inner .name {
    padding: 10px 0;
  }
  .page-contact .list .inner .txt {
    font-size: 14px;
    padding: 0 10px;
  }
  .page-contact .contact-form {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .page-contact .contact-form .form-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .page-contact .contact-form input, .page-contact .contact-form textarea {
    font-size: 14px;
  }
  .page-contact .contact-form .form-item input {
    height: 36px;
    padding-left: 10px;
  }
  .page-contact .contact-form .form-items {
    margin-bottom: 0;
  }
  .page-contact .contact-form .form-item {
    margin-bottom: 12px;
  }
  .page-contact .contact-form textarea {
    padding: 10px;
    height: 90px;
  }
  .page-contact .btn {
    margin-top: 20px;
    font-size: 15px;
    width: 140px;
    height: 40px;
  }
  .lightBox-popup .lightBox-prev-btn,
  .lightBox-popup .lightBox-next-btn {
    width: 36px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
  }
  .page-pro .pro-content .pro-menu .target-menu ul {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .page-pro .pro-content .pro-menu .target-menu ul::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }
  .page-pro .pro-content .pro-menu .target-menu li {
    display: inline-block;
    float: none;
  }
  .page-product .menu-head {
    padding: 0;
  }
  .contact-bar li:nth-child(1) {
    /*display: none;*/
  }
  .contact-bar li:nth-child(2) {
    /*display: none;*/
  }
  .contact-bar li:nth-child(3) {
    /*display: none;*/
  }
  .footer1 {
    padding: 6% 0 0;
  }
  .footer1 .company-name {
    font-size: 15px;
  }
  .footer1 .contact-list {
    font-size: 14px;
  }
  .footer1 .contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
  .footer1 .share-link {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .footer-href {
    padding-top: 0;
  }
  .footer-href .href-box{
      float:none;
      display: block;
      width:100%;
  }
  
  .footer-href .href-title {
    font-size: 16px;
  }
  .footer-href .href-list {
    padding-top: 10px;
  }
  .footer-href li {
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
  }
  .page-introduce .introduce-scene .swiper-button-next {
    right: -10px;
  }
  .page-introduce .introduce-scene .swiper-button-prev {
    left: -10px;
  }
  .page-introduce .introduce-scene .swiper-button-prev, .page-introduce .introduce-scene .swiper-button-next {
    margin-top: -20px;
    width: 22px;
    height: 22px;
  }
  .page-introduce .introduce-scene .swiper-box {
    padding: 0 20px 0;
  }
  .page-introduce .introduce-scene .img-box {
    padding-bottom: 10px;
  }
  .page-introduce .introduce-scene .img-box:nth-child(1),
  .page-introduce .introduce-scene .img-box:nth-child(2),
  .page-introduce .introduce-scene .img-box:nth-child(3),
  .page-introduce .introduce-scene .img-box:nth-child(4) {
    width: 50%;
  }
  .page-introduce .introduce-scene .img-box:nth-child(1) {
    padding-right: 5px;
  }
  .page-introduce .introduce-scene .img-box:nth-child(2) {
    padding-left: 5px;
  }
  .page-introduce .introduce-scene .img-box:nth-child(3) {
    padding-right: 5px;
  }
  .page-introduce .introduce-scene .img-box:nth-child(4) {
    padding-left: 5px;
  }
  .share-link li .code-box {
    width: 140px;
    height: 140px;
    bottom: 32px;
  }
  .footer-copyright {
    padding: 15px 0;
    margin-top: 10px;
  }
  .current-position {
    font-size: 14px;
  }
  .current-position span {
    margin: 0;
    vertical-align: middle;
    font-size: 13px;
  }
  .current-position a {
    line-height: 27px;
    vertical-align: middle;
  }
  .product-detail .detail-base .mobile-thumbnail-swiper {
    display: block;
  }
  .page-introduce .introduce-scene .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .footer1 .contact-list .icon img {
    height: 18px;
    max-width: 18px;
  }
  .page-introduce .introduce-culture .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-introduce .introduce-culture li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .page-index .banner .banner-img {
    height: 170px;
  }
  .page-index .banner .swiper-pagination {
    bottom: 4px;
  }
  .page-index .banner .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
  .header .header-container {
    padding-right: 0;
  }
  .search-result .result-title {
    padding-top: 20px;
  }
  .search-result .pro-list {
    padding-bottom: 30px;
  }
  .page-pro .pro-list li {
    margin-top: 20px;
  }
  .page-index .pro-tablist a {
    padding-bottom: 10px;
  }
  .page-index .pro-tablist li .title {
    background-size: 20px auto;
  }
  .page-index .pro-tablist li .item-icon-on {
    height: 24px;
  }
  .page-index .pro-more {
    margin-top: 40px;
  }
  .page-index .pro-tablist a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-index .service .list li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-index .service .list li .img-box {
    padding: 20px 0 0;
  }
  .page-index .service .list li .img-box img {
    height: 28px;
  }
  .page-index .service {
    font-size: 16px;
    padding: 0 10px;
  }
  .page-index .service .list li .desc {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-index .service .list li + li {
    border-width: 0;
  }
  .page-index .service .list li .inner {
    -webkit-box-shadow: 1px 2px 5px 0px #e9e9e9;
            box-shadow: 1px 2px 5px 0px #e9e9e9;
  }
  .page-index .comment .partner-content {
    padding-top: 90px;
    margin-top: -50px;
  }
  .page-index .comment .partner-list::before, .page-index .comment .partner-list::after {
    width: 80px;
  }
  .page-index .comment .partner-list li {
    width: 160px;
    margin-right: 12px;
  }
  .page-index .comm-section {
    padding: 40px 0 0;
  }
  .page .news .list li .more {
    display: none;
  }
  .page .news .list li .date {
    white-space: nowrap;
  }
  .page .section-tit .sub-tit {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer1 {
    background-image: none;
    background-color: #095bb1;
  }
  .footer1 .contact-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-copyright .design {
    float: none;
    margin-top: 10px;
    display: block;
    font-size: 12px;
  }
  .page-introduce .left {
    width: 100%;
    float: none;
    height: auto !important;
  }
  .page-introduce .left img{
      position: relative;
      height: auto;
  }
  .page-introduce .right {
    width: 100%;
    float: none;
    padding-left: 0;
    height: auto !important;
  }
  .page-introduce .section.introduce-scene {
    padding-bottom: 20px;
  }
  .product-title .name {
    font-size: 20px;
    float: none;
  }
  .product-title .search-tool {
    float: none;
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
  }
  .product-title .search-tool .search-toggle input {
    width: calc(100% - 50px);
  }
  .product-title .search-tool .search-toggle img {
    height: 18px;
  }
  .page-product .pro-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-product .pro-list li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
 
  .page-news .hot-news-wrap {
    padding: 45px 0 40px;
  }
  .page-news .hot-news .cover {
    width: 100%;
    float: none;
    height: auto !important;
  }
  .page-news .hot-news .meta {
    width: 100%;
    float: none;
    height: auto !important;
    padding: 0 10px 20px;
  }
  .page-news .hot-news .date {
    margin-top: 25px;
    padding: 5px 10px;
  }
  .page-news .hot-news .title {
    font-size: 16px;
    margin-top: 20px;
  }
  .page-news .hot-news .more {
    margin-top: 20px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .page-search .search-result {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .page-news .detail .back-btn {
    float: none;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin-top: 25px;
  }
  .product-detail .detail-base .thumbnail-swiper .img-box {
    width: 80px;
    height: 80px;
  }
}


/*富文本表格*/
table {
  width: 100%; /* 使表格宽度铺满整个容器 */
  border-collapse: collapse; /* 合并单元格边框 */
}
td, th {
  border: 1px solid #ddd; /* 单元格边框 */
  padding: 8px; /* 内边距 */
  text-align: center; /* 文本居中 */
}
th {
  background-color: #f2f2f2; /* 表头背景颜色 */
}

/*其他补充*/
.ad-url{
  cursor: pointer;
}

img{
  max-width: 100%;
}