@charset "UTF-8";
/*新的基础样式*/
/* 整站通用样式 全站兼容标准IE8+*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  font-size: 64px;
}
header,
nav,
footer,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td,
iframe,
label,
b,
strong {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
  border: 0;
}
q {
  quotes: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
a img {
  border: 0;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-margin-after: 0;
  font-size: 100%;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
body {
  font-family: Microsoft YaHei,Helvetica,Arial,Arial;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  overflow-y: auto;
  overflow-x: hidden;
  color: #333;
  font-size: 14px;
}
body.cover:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
body.window:before {
  position: fixed;
  _position: absolute;
}
body.html:before {
  position: absolute;
}
i,
em,
b {
  font-style: normal;
}
:before,
:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input::-ms-clear {
  display: none;
}
/*下边三个占位符一定不能写在一起，不然会失效*/
:-moz-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
:focus,
:invalid {
  outline: none;
}
textarea {
  resize: none !important;
}
.clear {
  clear: both !important;
  float: none !important;
  zoom: 1\9;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
  clear: both !important;
  float: none !important;
  zoom: 1\9;
  float: none;
}
.clearfix {
  clear: both !important;
  zoom: 1\9 !important;
  float: none !important;
  zoom: 1\9;
  overflow: hidden;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  clear: both !important;
  float: none !important;
  zoom: 1\9;
  float: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  clear: both !important;
  float: none !important;
  zoom: 1\9;
  float: none;
}
 .sjnone{display:none;}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  body {
    overflow-x: auto;
    overflow-y: hidden;
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .common {
    width: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 320px) {
  .common {
    width: auto;
    padding: 0 10px;
  }
}
.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.u-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-ells,
.u-ells3,
.u-ells4,
.u-ells5,
.u-ells6 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.flex-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.flex-box .expansion {
  position: static;
  display: inline-block;
  padding-bottom: 100%;
  width: 0.1px;
  vertical-align: middle;
}
.flex-box > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.Vcenter,
.Hcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.Vcenter {
  height: auto;
  width: 100%;
  min-height: 100%;
}
.Hcenter {
  width: auto;
  min-width: 100%;
  height: 100%;
  max-width: none;
}
.Vcenter-full,
.Hcenter-full {
  position: absolute;
}
.Vcenter-full {
  width: auto;
  height: 100%;
  left: 50%;
  top: 0;
  min-width: 1px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.Hcenter-full {
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  min-height: 1px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
body {
  _background-image: url(about:blank);
  /*用浏览器空白页面作为背景*/
  _background-attachment: fixed;
  /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}
/*半透明背景*/
.black5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.black8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.fixed {
  position: fixed;
  _position: absolute;
}
.fixed-top {
  position: fixed;
  _position: absolute;
  top: 0;
}
.fixed-bottom {
  position: fixed;
  _position: absolute;
  bottom: 0;
}
/*全屏插件，为了方便横竖居中，使用表格*/
.FullScreenPlugin {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 55555;
}
/*禁用*/
.disabled,
[disabled] {
  cursor: not-allowed !important;
}
.index-main {
  position: absolute;
  width: 100%;
  height: 100%;
}
.index-main .index-main__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-main .index-main__img .index-main__left {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index-main .index-main__img .index-main__left img {
  min-width: 100%;
  min-height: 100%;
}
.index-main .index-main__img .index-main__right {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
}
.index-main .index-main__img .index-main__right img {
  min-width: 100%;
  min-height: 100%;
}
.index-main .index-main__link {
  position: absolute;
  width: 41.66%;
  height: 18.89%;
  top: 38%;
}
.index-main .index-main__link.furniture {
  right: 10.5%;
}
.index-main .index-main__link.instrument {
  left: 10.5%;
}
.index-main .index-main__logo {
  position: absolute;
  left: 2%;
  top: 4%;
  width: 80px;
  height: 77px;
  z-index: 20;
}
.index-main .index-main__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-main .index-main__click {
  position: absolute;
  right: 2.5%;
  top: 4%;
  background-color: #4553a0;
  width: 66px;
  height: 56px;
  padding: 9px 16px;
  z-index: 21;
  text-align: center;
  font-size: 36px;
  color: #fff;
  -webkit-text-stroke: 3px #4553a0;
}
.index-main .index-main__click.active {
  text-align: center;
  padding: 0 16px;
  font-size: 52px;
  background-color: transparent;
  -webkit-text-stroke: 8px #fff;
  color: #4553a0;
}
.index-scroll {
  position: absolute;
  overflow: hidden;
  left: 7.5%;
  bottom: 8%;
  width: 85%;
}
.index-scroll .index-scroll__li {
  float: left;
  height: 174px;
  width: auto;
}
.index-scroll .index-scroll__link {
  display: block;
  height: 174px;
  width: 250px;
  margin-right: 20px;
  position: relative;
}
.index-scroll .index-scroll__link:hover .index-scroll__title {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.index-scroll .index-scroll__link .index-scroll__title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  font-size: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
}
.index-scroll .index-scroll__link .index-scroll__title:after {
  content: '';
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
}
.index-scroll .index-scroll__link .index-scroll__title span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  width: 90%;
}
.index-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
  opacity: 0;
  background: url(../image/bg2.png) no-repeat center center #fff;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.index-nav.active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.index-nav .index-nav__content {
  width: 920px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.index-nav .index-nav__li {
  margin-bottom: 30px;
}
.index-nav .index-nav__li:last-child {
  margin-bottom: 0;
}
.index-nav .index-nav__link {
  display: block;
  font-size: 36px;
  color: #999;
}
.index-nav .index-nav__link:hover {
  font-weight: bold;
  color: #4553a0;
  text-decoration: underline;
}
.index-nav .index-nav__right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  width: 356px;
}
.index-nav .index-nav__right .index-nav__search--title {
  color: #4553a0;
  font-size: 36px;
  margin-bottom: 26px;
}
.index-nav .index-nav__group {
  position: relative;
}
.index-nav .index-nav__group input {
  display: block;
  border: 0;
  font-size: 24px;
  line-height: 52px;
  border-bottom: 2px solid #999;
  width: 100%;
}
.index-nav .index-nav__group .fa {
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 30px;
  color: #999;
}
.header {
  height: 96px;
}
.header .header-logo {
  padding: 10px 0;
}
.header .header-logo img {
  display: block;
  width: auto;
  height: 76px;
}
.header .header-right {
  padding-top: 40px;
}
.header .header-nav .header-li {
  float: left;
  padding: 0 24px;
  position: relative;
  height: 56px;
  line-height: 56px;
}
.header .header-nav .header-li:hover .head-subtype {
  display: block;
}
.header .header-nav .header-li:hover .header-link {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
.header .header-nav .header-link {
  text-transform: uppercase;
  color: #666;
  font-size: 16px;
}
.header .header-nav .header-link.cur {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
.header .header-search {
  width: 210px;
  margin-left: 43px;
  padding: 10px 0 0;
}
.header .header-search__group {
  position: relative;
}
.header .header-search__group input {
  display: block;
  border: 0;
  line-height: 30px;
  border-bottom: 1px solid #999;
  width: 100%;
}
.header .header-search__group .fa {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 16px;
  color: #999;
}
.header .head-subtype {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: none;
}
.header .head-subtype .head-subtype__link {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  color: #999;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
}
.header .head-subtype .head-subtype__link:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.header .head-subtype .head-subtype__link:hover {
  color: #333;
}
.phone-header {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 6px 0;
  background-color: #fff;
  border-bottom: 1px solid #4553a0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  height: 60px;
  overflow: hidden;
}
.phone-header.trans {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translate(-260px, 0);
  -webkit-transform: translate(-260px, 0);
  -moz-transform: translate(-260px, 0);
  -ms-transform: translate(-260px, 0);
  -o-transform: translate(-260px, 0);
}
.phone-header .phone-header-img {
  height: 48px;
  padding: 0 10px;
}
.phone-header .phone-header-img img {
  display: block;
  height: 100%;
  width: auto;
}
.phone-header .header-phone-language {
  margin: 10px 0;
  line-height: 30px;
}
.phone-header .header-phone-language span,
.phone-header .header-phone-language a {
  color: #4553a0;
  display: inline-block;
  line-height: 14px;
}
.phone-header .header-phone-language span {
  padding-left: 6px;
  margin-left: 6px;
  font-size: 16px;
  border-left: 1px solid #4553a0;
}
.phone-header .header-fa {
  background-color: #4553a0;
  color: #fff;
  font-size: 24px;
  margin: 9px 10px;
  width: 36px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 24px;
  -webkit-text-stroke: 1px #4553a0;
  text-align: center;
}
.phone-header .header-fa i {
  display: inline-block;
  vertical-align: middle;
}
.phone-nav {
  display: none;
  position: fixed;
  width: 260px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #4553a0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translate(260px, 0);
  -webkit-transform: translate(260px, 0);
  -moz-transform: translate(260px, 0);
  -ms-transform: translate(260px, 0);
  -o-transform: translate(260px, 0);
  z-index: 111;
}
.phone-nav.trans {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.phone-nav .phone-nav-ul {
  margin: 10px 0 16px;
}
.phone-nav .phone-nav-li {
  position: relative;
}
.phone-nav .phone-nav-li.cur .phone-nav-subtype {
  max-height: 300px;
  padding: 0 10px 15px 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.phone-nav .phone-nav-li.cur .phone-nav-span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.phone-nav .phone-nav-link,
.phone-nav .phone-subtype-link {
  display: block;
  text-transform: capitalize;
  padding: 0 16px 0 32px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 0.25rem;
  position: relative;
}
.phone-nav .phone-nav-link.cur,
.phone-nav .phone-subtype-link.cur,
.phone-nav .phone-nav-link:hover,
.phone-nav .phone-subtype-link:hover {
  color: #fff;
}
.phone-nav .phone-nav-span {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 16px;
  font-size: 0.375rem;
  color: #fff;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.phone-nav .phone-nav-subtype {
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.footer {
  padding: 90px 0;
  background-color: #363f49;
}
.footer .footer-left {
  width: 655px;
}
.footer .footer-nav {
  padding-bottom: 24px;
  border-bottom: 1px solid #576778;
  width: 100%;
}
.footer .footer-nav .footer-li {
  float: left;
  padding: 0 57px 0 0;
}
.footer .footer-nav .footer-li:last-child {
  padding: 0;
}
.footer .footer-nav .footer-link {
  color: #fff;
  line-height: 30px;
}
.footer .footer-nav .footer-link:hover {
  color: #5b70e2;
}
.footer .footer-copyright {
  padding-top: 18px;
  color: #fff;
}
.footer .footer-copyright span {
  display: inline-block;
}
.footer .footer-copyright a {
  display: inline-block;
  color: #fff;
  line-height: 24px;
}
.footer .footer-copyright a:hover {
  color: #5b70e2;
}
.footer .footer-center {
  padding-left: 97px;
  color: #fff;
  line-height: 30px;
}
.footer .footer-right {
  padding-top: 16px;
}
.flex-up {
  position: fixed;
  right: -190px;
  z-index: 105;
  bottom: 50%;
  margin-bottom: -84px;
}
.flex-up .flex-list {
  background-color: #4553a0;
  height: 60px;
  width: 90px;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  padding-right: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  padding: 8px 0 0;
}
.flex-up .flex-list:last-child {
  border: 0;
}
.flex-up .flex-list.flex-list-phone {
  width: 250px;
}
.flex-up .flex-list .fl {
  width: 90px;
}
.flex-up .flex-list .fr {
  width: 160px;
  font-size: 0.3125rem;
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  border-left: 1px solid #fff;
}
.flex-up .flex-list .fa {
  display: block;
  vertical-align: middle;
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 0.4062rem;
}
.flex-up .flex-list span {
  color: #fff;
  display: block;
  width: 60px;
  text-align: center;
  font-size: 12px;
}
.flex-up .flex-list:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -webkit-transform: translate(-20px);
  -ms-transform: translate(-20px);
  -o-transform: translate(-20px);
  transform: translate(-20px);
  background-color: #333;
}
.flex-up .flex-list.flex-list-phone:hover {
  -webkit-transform: translate(180px);
  -ms-transform: translate(180px);
  -o-transform: translate(180px);
  transform: translate(-180px);
}
.flex-up .flex-list.flex-list-weixin:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.flex-up .flex-list-weixin {
  position: relative;
}
.flex-up .flex-list-weixin img {
-webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    /* position: absolute; */
    /* left: -140px; */
    /* top: -40px; */
    width: 140px;
    height: 140px;
    margin: 0 10px;
}
.lwjsg {
    position: absolute;
    right: 90px;
    top: -40px;
    display: flex;
    align-items: center;
}
.lwjsg img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}
.searchs {
  position: relative;
}
.searchs:hover .searchs-img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.searchs .searchs-img {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.5);
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.searchs .searchs-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
}
.position-about {
  position: fixed;
  z-index: 106;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.position-about.cur {
  display: block;
}
.position-about .position-about-close {
  text-align: right;
}
.position-about .position-about-close .fa {
  font-size: 32px;
  color: #fff;
  padding: 20px;
}
.position-about .position-about-img {
  position: absolute;
  left: 50%;
  top: 50%;
}
.position-about .position-about-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.bar .bar-img {
  display: block;
  width: 100%;
}
.main {
  padding-bottom: 48px;
}
.main .main-title {
  margin-bottom: 18px;
  padding: 35px 0;
  border-bottom: 1px solid #666;
  font-size: 30px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.main .main-title span {
  padding-left: 10px;
  color: #333;
  font-size: 14px;
}
.main .main-left {
  width: 23.75%;
}
.main .main-right {
  width: 76.25%;
  padding-left: 36px;
}
.main-menu {
  border: 1px solid #333;
}
.main-menu .main-menu__li {
  padding: 0 6px;
}
.main-menu .main-menu__li:last-child .main-menu__link {
  border-bottom: 0;
}
.main-menu .main-menu__link {
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dotted #333;
  color: #666;
  padding-left: 15%;
  font-size: 0;
  text-transform: capitalize;
}
.main-menu .main-menu__link:hover span,
.main-menu .main-menu__link.cur span {
  color: #333;
  font-weight: bold;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  padding-right: 25px;
}
.main-menu .main-menu__link:hover i,
.main-menu .main-menu__link.cur i {
  color: #333;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.main-menu .main-menu__link i {
  display: none;
}
.main-menu .main-menu__link span {
  font-size: 16px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  display: inline-block;
  max-width: 85%;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-contact {
  border: 1px solid #999;
  margin-top: 20px;
}
.main-contact .main-contact__title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #999;
  text-align: center;
}
.main-contact .main-contact__title span {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.main-contact .main-contact__title .main-contact__rotate {
  display: inline-block;
  transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  -o-transform: rotate(22.5deg);
}
.main-contact .main-contact__title .fa {
  font-size: 20px;
}
.main-contact .main-contact__content {
  width: 80%;
  margin: 0 auto;
}
.main-contact .main-contact__content .main-contact__tel {
  margin: 14px 0;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 60px;
  border-bottom: 1px solid #333;
  font-family: Arial;
}
.main-contact .main-contact__content .main-contact__group {
  padding-bottom: 18px;
}
.main-contact .main-contact__content .main-contact__group p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.ewmds img {
    width: 48%;
    margin: 0 1%;
}
.about .about-title {
  color: #333;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.about .about-content {
  padding: 20px 0;
}
.about .about-content .about-content__html {
  line-height: 30px;
  color: #666;
}
.about .about-content .about-content__html img {
  max-width: 100%;
}
.partner-ul {
  font-size: 0;
  margin: 0 -9px;
}
.partner-ul .partner-li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
}
.partner-ul .partner-link {
  display: block;
}
.partner-ul .partner-link .partner-link__img {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 90px;
  text-align: center;
  overflow: hidden;
}
.partner-ul .partner-link .partner-link__img:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
}
.partner-ul .partner-link .partner-link__img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.partner-ul .partner-link p {
  padding: 10px 0 16px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.factory-list {
  margin: 0 -14px;
}
.factory-list .factory-li {
  float: left;
  padding: 0 14px 24px;
  width: 50%;
}
.aptitude-list {
  margin: 0 -28px;
}
.aptitude-list .aptitude-li {
  float: left;
  padding: 0 28px 28px;
  width: 50%;
}
.aptitude-list .aptitude-title {
  line-height: 26px;
  color: #333;
  padding: 16px 0 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pagetion {
  padding-top: 20px;
  text-align: center;
  font-size: 0;
}
.pagetion .pagetion-link {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #999;
  margin: 0 5px;
}
.pagetion .pagetion-link:hover,
.pagetion .pagetion-link.cur {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeeeee;
  color: #333;
}
.furniture .furniture-lists {
  margin: 30px -10px;
  display: block;
}
.furniture .furniture-lists .furniture-lists--li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}
.furniture .furniture-lists .furniture-lists--link {
  display: block;
}
.furniture .furniture-lists .furniture-lists--link:hover .furniture-lists--img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.furniture .furniture-lists .furniture-lists--link:hover .furniture-lists--title {
  color: #4553a0;
}
.furniture .furniture-lists .furniture-lists--scale {
  overflow: hidden;
  width: 100%;
}
.furniture .furniture-lists .furniture-lists--img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.furniture .furniture-lists .furniture-lists--title {
  font-size: 16px;
  line-height: 30px;
  padding: 16px 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #333;
}
.furniture .furniture-product {
  padding: 36px 0 0;
}
.furniture .furniture-product .furniture-product__top {
  font-size: 0;
}
.furniture .furniture-product .furniture-product__top .furniture-product__top--link {
  width: 50%;
  display: inline-block;
  font-size: 18px;
  line-height: 60px;
  color: #333;
  text-align: center;
  background-color: #eee;
}
.furniture .furniture-product .furniture-product__top .furniture-product__top--link.active {
  background-color: #4553a0;
  color: #fff;
}
.furniture .furniture-product .furniture-lists {
  margin: 30px -15px;
  display: none;
}
.furniture .furniture-product .furniture-lists.active {
  display: block;
}
.furniture .furniture-product .furniture-lists .furniture-lists--li {
  padding: 0 15px;
}
.furniture .furniture-title {
  border-bottom: 1px solid #666;
  margin-bottom: 18px;
}
.furniture .furniture-title .furniture-title__link {
  padding: 35px 0;
  display: block;
}
.furniture .furniture-title .furniture-title__link:hover .furniture-title__right {
  color: #4553a0;
}
.furniture .furniture-title .furniture-title__left {
  font-size: 30px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}
.furniture .furniture-title .furniture-title__left span {
  font-size: 14px;
  padding-left: 10px;
  color: #333;
}
.furniture .furniture-title .furniture-title__right {
  line-height: 24px;
  padding-top: 12px;
  color: #333333;
}
.furniture .furniture-service__lists {
  margin: 36px -10px 0;
}
.furniture .furniture-service__lists .furniture-service__lists--li {
  float: left;
  width: 16.66%;
  padding: 0 10px;
}
.furniture .furniture-service__lists .furniture-service__lists--link {
  display: block;
  background-color: #eee;
  height: 160px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
}
.furniture .furniture-service__lists .furniture-service__lists--link:hover {
  background-color: #4553a0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.furniture .furniture-service__lists .furniture-service__lists--link:hover .furniture-service__lists--title {
  color: #fff;
}
.furniture .furniture-service__lists .furniture-service__lists--span1 {
  position: absolute;
  left: 0;
  top: 0;
  border-top: 80px solid #fff;
  border-right: 45px solid transparent;
}
.furniture .furniture-service__lists .furniture-service__lists--span2 {
  position: absolute;
  right: 0;
  top: 0;
  border-top: 80px solid #fff;
  border-left: 45px solid transparent;
}
.furniture .furniture-service__lists .furniture-service__lists--span3 {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 80px solid #fff;
  border-right: 45px solid transparent;
}
.furniture .furniture-service__lists .furniture-service__lists--span4 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 80px solid #fff;
  border-left: 45px solid transparent;
}
.furniture .furniture-service__lists .furniture-service__lists--img {
  text-align: center;
  height: 110px;
}
.furniture .furniture-service__lists .furniture-service__lists--img img {
  display: inline-block;
  vertical-align: middle;
}
.furniture .furniture-service__lists .furniture-service__lists--img:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
}
.furniture .furniture-service__lists .furniture-service__lists--title {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #333;
}
.furniture .furniture-solution .furniture-lists .furniture-lists--li {
  width: 25%;
}
.furniture .furniture-instrument .furniture-lists .furniture-lists--li {
  width: 20%;
}
.furniture .furniture-bg .furniture-bg__img {
  display: block;
  width: 100%;
}
.furniture .furniture-news .furniture-news__cate {
  margin-top: 30px;
  text-align: right;
  font-size: 0;
}
.furniture .furniture-news .furniture-news__cate .furniture-news__cate--link {
  padding: 0 14px;
  line-height: 14px;
  font-size: 14px;
  color: #333;
  display: inline-block;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #b0b0b0;
}
.furniture .furniture-news .furniture-news__cate .furniture-news__cate--link:hover,
.furniture .furniture-news .furniture-news__cate .furniture-news__cate--link.active {
  color: #4453a0;
}
.furniture .furniture-news .furniture-news__cate .furniture-news__cate--link:first-child {
  border-left: 0;
}
.furniture .furniture-news .furniture-news__cate .furniture-news__cate--link:last-child {
  border-right: 0;
}
.furniture .furniture-news .furniture-news__content {
  padding-left: 30px;
}
.furniture .furniture-news .furniture-news__left {
  width: 44%;
}
.furniture .furniture-news .furniture-news__left:hover .furniture-news__left--img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.furniture .furniture-news .furniture-news__left .furniture-news__left--time {
  line-height: 30px;
  color: #999;
}
.furniture .furniture-news .furniture-news__left .furniture-news__left--title {
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.furniture .furniture-news .furniture-news__left .furniture-news__left--scale {
  overflow: hidden;
  width: 100%;
}
.furniture .furniture-news .furniture-news__left .furniture-news__left--img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.furniture .furniture-news .furniture-news__left .furniture-news__left--more {
  margin-top: 25px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  background-color: #4453a0;
  text-align: center;
}
.furniture .furniture-news .furniture-news__left .furniture-news__left--more span {
  display: inline-block;
  vertical-align: middle;
}
.furniture .furniture-news .furniture-news__left .furniture-news__left--more .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 5px;
}
.furniture .furniture-news .furniture-news__lists {
  width: 49.6%;
  padding: 22px 4px 4px;
  display: none;
}
.furniture-news__left{
  display:none;
}

.furniture .furniture-news .furniture-news__lists.active {
  display: block;
}
.furniture-news__left.show {
  display: block;
}
.furniture .furniture-news .furniture-news__lists .furniture-news__lists--link {
  display: block;
  padding: 21px;
  border-bottom: 1px solid #ccc;
}
.furniture .furniture-news .furniture-news__lists .furniture-news__lists--link:hover {
  box-shadow: 0 0 10px 3px #f5f5f5;
  border-bottom: 1px solid #fff;
}
.furniture .furniture-news .furniture-news__lists .furniture-news__lists--link:hover .furniture-news__lists--title {
  color: #4453a0;
}
.furniture .furniture-news .furniture-news__lists .furniture-news__lists--time {
  line-height: 24px;
  color: #666;
}
.furniture .furniture-news .furniture-news__lists .furniture-news__lists--title {
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
}
.furniture .furniture-news .furniture-news__lists .furniture-news__lists--title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  margin-top: -2px;
  background-color: #333;
}
.furniture .furniture-news .furniture-news__lists .furniture-news__lists--desc {
  line-height: 24px;
  height: 48px;
  color: #666;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product .product-cate {
  font-size: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 26px;
}
.product .product-cate .product-cate__link {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 17px;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.product .product-cate .product-cate__link.active,
.product .product-cate .product-cate__link:hover {
  background-color: #eee;
  font-weight: bold;
  color: #333;
}
.product .product-lists {
  margin: 0 -10px;
}
.product .product-lists .product-lists__li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}
.product .product-lists .product-lists__link {
  display: block;
}
.product .product-lists .product-lists__link:hover .product-lists__img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.product .product-lists .product-lists__link:hover .product-lists__title {
  color: #4453a0;
}
.product .product-lists .product-lists__scale {
  overflow: hidden;
  width: 100%;
}
.product .product-lists .product-lists__img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.product .product-lists .product-lists__title {
  padding: 11px 0 21px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.productItem .productItem-title {
  text-align: center;
  font-size: 24px;
  color: #333;
  line-height: 30px;
}
.productItem .productItem-time {
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
  padding: 6px 0;
}
.productItem .productItem-time .productItem-time__span {
  padding: 0 16px;
}
.productItem .productItem-content {
  padding: 28px 0;
  color: #666;
  line-height: 24px;
}
.productItem .productItem-content img {
  max-width: 100%;
}
.productItem .productItem-page .productItem-page__link {
  font-size: 12px;
  line-height: 30px;
  color: #999;
}
.productItem .productItem-page .productItem-page__link:hover {
  color: #333;
}
.solution {
  margin-top: 16px;
}
.solution .solution-lists {
  margin: 24px -10px;
  display: block;
}
.solution .solution-lists .solution-lists--li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}
.solution .solution-lists .solution-lists--link {
  display: block;
}
.solution .solution-lists .solution-lists--link:hover .solution-lists--img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.solution .solution-lists .solution-lists--link:hover .solution-lists--title {
  color: #4553a0;
}
.solution .solution-lists .solution-lists--scale {
  overflow: hidden;
  width: 100%;
}
.solution .solution-lists .solution-lists--img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.solution .solution-lists .solution-lists--title {
  font-size: 16px;
  line-height: 30px;
  padding: 16px 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #333;
}
.solution .solution-title {
  border-bottom: 1px solid #666;
  margin-bottom: 18px;
}
.solution .solution-title .solution-title__link {
  padding: 16px 0;
  display: block;
}
.solution .solution-title .solution-title__link:hover .solution-title__right {
  color: #4553a0;
}
.solution .solution-title .solution-title__left {
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
.solution .solution-title .solution-title__left span {
  padding-left: 10px;
  color: #333;
}
.solution .solution-title .solution-title__right {
  line-height: 24px;
  padding-top: 12px;
  color: #333333;
}
.service .service-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 18px 0;
}
.service .service-title.service-title__before {
  padding-left: 18px;
  position: relative;
}
.service .service-title.service-title__before:before {
  content: '';
  display: block;
  left: 0;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.service .service-group {
  padding-bottom: 10px;
}
.service .service-group p {
  line-height: 30px;
  color: #666;
}
.service .service-group p.bold {
  font-weight: bold;
}
.service .service-module {
  margin: 0 -8px;
}
.service .service-module .service-module__item {
  padding: 0 8px;
  width: 20%;
  float: left;
  margin-bottom: 16px;
}
.service .service-module .service-module__desc {
  height: 90px;
  line-height: 90px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.service .service-module .service-module__desc:hover {
  border: 1px solid #fff;
}
.service .service-module .service-module__desc:hover .service-module__desc--word {
  color: #333;
  font-weight: bold;
}
.service .service-module .service-module__desc:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
}
.service .service-module .service-module__desc .service-module__desc--word {
  width: 86%;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  color: #666;
}
.service .service-flow {
  padding: 20px 0;
}
.service .service-flow .service-flow__item {
  float: left;
  width: 12.5%;
  text-align: center;
  background-color: #fdfdfd;
  height: 46px;
  line-height: 46px;
}
.service .service-flow .service-flow__item:nth-child(2n) {
  width: 16.66%;
  background-color: #f0f0f0;
  position: relative;
}
.service .service-flow .service-flow__item:nth-child(2n) .service-flow__item--span {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 46px;
}
.service .service-flow .service-flow__item:nth-child(2n) .service-flow__item--span:before {
  content: '';
  right: 0;
  top: 0;
  position: absolute;
  padding-right: 30px;
  border-bottom: 23px solid transparent;
  border-right: 16px solid #fdfdfd;
  z-index: 10;
}
.service .service-flow .service-flow__item:nth-child(2n) .service-flow__item--span:after {
  content: '';
  right: 0;
  bottom: 0;
  position: absolute;
  padding-right: 30px;
  border-top: 23px solid transparent;
  border-right: 16px solid #fdfdfd;
  z-index: 10;
}
.service .service-flow .service-flow__item:nth-child(2n):before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  padding-right: 30px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 15px solid #fdfdfd;
}
.service .service-flow .service-flow__item:nth-child(2n):after {
  content: '';
  right: 0;
  top: 50%;
  margin-top: -42px;
  position: absolute;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
  border-left: 30px solid #f0f0f0;
  z-index: -2;
}
.service .service-regulation .service-regulation__item {
  float: left;
  width: 50%;
  line-height: 30px;
  color: #333;
}
.news .news-one {
  display: block;
  margin-bottom: 18px;
}
.news .news-one:hover .news-one__img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.news .news-one__left {
  overflow: hidden;
  width: 34.2%;
}
.news .news-one__left .news-one__img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.news .news-one__right {
  width: 63%;
}
.news .news-one__right .news-one__title {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-one__right .news-one__desc {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
  color: #666;
}
.news .news-one__right .news-one__bottom {
  margin-top: 20px;
}
.news .news-one__right .news-one__time {
  font-size: 12px;
  line-height: 40px;
  color: #999;
}
.news .news-one__right .news-one__more {
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  text-align: center;
}
.news .news-one__right .news-one__more img {
  display: inline-block;
}
.news .news-lists {
  margin-bottom: 16px;
}
.news .news-lists .news-lists__link {
  display: block;
  border-bottom: 1px dotted #eee;
  padding: 26px 20px 26px 0;
}
.news .news-lists .news-lists__link:hover {
  background-color: #f1f1f1;
}
.news .news-lists .news-lists__left {
  width: 10%;
  text-align: center;
  line-height: 30px;
  color: #333;
}
.news .news-lists .news-lists__left .news-lists__left--day {
  font-size: 40px;
}
.news .news-lists .news-lists__right {
  width: 85%;
}
.news .news-lists .news-lists__right .news-lists__right--title {
  padding-left: 10px;
  margin-bottom: 6px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #333;
  position: relative;
}
.news .news-lists .news-lists__right .news-lists__right--title::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 2px;
  height: 2px;
  background: #333;
}
.news .news-lists .news-lists__right .news-lists__right--desc {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.newsItem .newsItem-title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}
.newsItem .newsItem-time {
  font-size: 12px;
  line-height: 30px;
  color: #999;
  text-align: center;
  border-bottom: 1px dotted #eee;
  padding-bottom: 8px;
}
.newsItem .newsItem-time .newsItem-time__span {
  padding: 0 15px;
}
.newsItem .newsItem-content {
  padding: 24px 0;
  line-height: 24px;
  color: #666;
}
.newsItem .newsItem-content img {
  max-width: 100%;
}
.newsItem .newsItem-content p img {
  max-width: 100%;
}
.newsItem .newsItem-page .newsItem-page__link {
  line-height: 30px;
  color: #999;
}
.newsItem .newsItem-page .newsItem-page__link:hover {
  color: #333;
}
.contact {
  padding-bottom: 12px;
}
.contact .contact-ul {
  padding-bottom: 48px;
}
.contact .contact-li {
  width: 24%;
  float: left;
}
.contact .contact-li:nth-child(2) {
  width: 52%;
}
.contact .contact-li .contact-li__img {
  display: block;
  margin: 36px auto 14px;
}
.contact .contact-li .contact-li__word {
  line-height: 30px;
  color: #333;
  text-align: center;
}
.contact .contact-li .contact-li__word .contact-li__word--group {
  display: inline-block;
}
.contact .contact-li .contact-li__word a {
  color: #333;
  padding: 0 6px;
}
.contact .contact-li .contact-li__word a:hover {
  color: #4453a0;
}
.contact .contact-form {
  background-color: #f7f7f7;
  padding: 40px 40px 15px;
  margin-bottom: 40px;
  width: 100%;
  display: block;
}
.contact .contact-form .contact-form__left {
  width: 50%;
  padding-right: 25px;
}
.contact .contact-form .contact-form__group {
  margin-bottom: 25px;
}
.contact .contact-form .contact-form__group span {
  line-height: 40px;
  float: left;
  width: 80px;
  display: block;
}
.contact .contact-form .contact-form__group input {
  width: calc(100% - 80px);
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.contact .contact-form .contact-form__group textarea {
  width: calc(100% - 80px);
  height: 170px;
  line-height: 30px;
  padding: 0 15px;
}
.contact .contact-form .contact-form__right {
  width: 50%;
  padding-left: 25px;
}
.contact .contact-form .contact-form__submit {
  display: block;
  margin-left: 80px;
  width: calc(100% - 80px);
  height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
}
.contact .contact-form .contact-form__submit:hover {
  background-color: #fdfdfd;
}
.contact #BaiduMap {
  height: 600px;
}




.regionStart-nav-lists {
  margin: 24px 0 32px;
}
.regionStart-nav-lists .regionStart-nav-li {
  position: relative;
  border-bottom: 1px solid #fff;
}
.regionStart-nav-lists .regionStart-nav-li.cur .regionStart-nav-subtype {
  display: block;
}
.regionStart-nav-lists .regionStart-nav-li.cur .regionStart-nav-link {
  font-weight: bold;
}
.regionStart-nav-lists .regionStart-nav-li.cur .regionStart-nav-link:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  right: 24px;
  top: 16px;
}
.regionStart-nav-lists .regionStart-nav-link,
.regionStart-nav-lists .regionStart-subtype-link {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dotted #fff;
  padding-left: 40px;
}
.regionStart-nav-lists .regionStart-nav-link:last-child,
.regionStart-nav-lists .regionStart-subtype-link:last-child {
  border-bottom: 0;
}
.regionStart-nav-lists .regionStart-nav-link {
  background: #21215d;
  border-bottom: 0;
}
.regionStart-nav-lists .regionStart-nav-link:after {
  content: "\f105";
  display: block;
  position: absolute;
  right: 24px;
  top: 14px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.375rem;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.regionStart-nav-lists .regionStart-nav-subtype {
  display: none;
  background: #42539e;
  padding: 0 10px;
}

.regionStart-contact {
  border: 0;
}
.regionStart-contact .main-contact__title {
  background: #42539e;
  color: #fff;
}
.regionStart-contact .main-contact__title span {
  color: #fff;
}
.show{
  display: block !important;
}
.rpioss img {
    width: 46%;
    margin: 0 1%;
}







