@charset "UTF-8";
@font-face {
  font-family: HelveticaNeueLTPro-Roman;
  src: url(../font/HelveticaNeueLTPro-Roman.otf); }

@font-face {
  font-family: Impact;
  src: url(../font/impact.ttf); }

@font-face {
  font-family: HelveticaNeueLTPro-BlkCn;
  src: url(../font/HelveticaNeueLTPro-BlkCn.otf); }

@font-face {
  font-family: HelveticaNeueLTPro-Bd;
  src: url(../font/HelveticaNeueLTPro-Bd.otf); }

@font-face {
  font-family: HelveticaNeueLTPro-Lt;
  src: url(../font/HelveticaNeueLTPro-Lt.otf); }

@font-face {
  font-family: HelveticaNeueLTPro-Ex;
  src: url(../font/HelveticaNeueLTPro-Ex.otf); }

@font-face {
  font-family: HelveticaNeueLTPro-LtEx;
  src: url(../font/HelveticaNeueLTPro-LtEx.otf); }

@font-face {
  font-family: HelveticaNeueLTPro-Md;
  src: url(../font/HelveticaNeueLTPro-Md.otf); }

@font-face {
  font-family: BellGothicStd-Bold;
  src: url(../font/BellGothic-Bold.otf); }

@font-face {
  font-family: HelveticaNeueLTPro-Hv;
  src: url(../font/HelveticaNeueLTPro-Hv.otf); }

@font-face {
  font-family: HelveticaNeueLTPro-BdCn;
  src: url(../font/HelveticaNeueLTPro-BdCn.otf); }

@font-face {
  font-family: MicrosoftSansSerif;
  src: url(../font/MS-Sans-Serif.fon); }

/* 分页 */
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #101010;
  line-height: 40px;
  cursor: pointer;
  border: solid 1px #f1f1f1;
  margin-left: 5px; }

.pagination a:first-child {
  margin-left: 0; }

.pagination a:hover {
  background-color: #a12e29;
  color: #fff; }

.pagination .current {
  background-color: #a12e29;
  color: #fff; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-container .swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

/* 热门产品 */
.hotPoduct {
  width: 100%;
  margin-top: 70px;
  font-size: 0;
  position: relative; }

.hotPoduct .hotPoduct-title {
  font-size: 30px;
  font-family: "HelveticaNeueLTPro-Ex";
  color: #767676;
  text-align: center; }

.hotPoduct .hotPoduct-line {
  width: 90%;
  height: 1px;
  margin: 0 auto;
  margin-top: 15px;
  background-color: #c1c1c1;
  position: relative; }

.hotPoduct .hotPoduct-line .hotPoduct-line-blue {
  width: 10%;
  height: 5px;
  margin: 0 auto;
  background-color: #293d62;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px; }

.hotPoduct .hotPoduct-swi {
  width: 100%;
  margin-top: 50px;
  position: relative; }

.hotPoduct .hotPoduct-swi .hotPoduct-swi-item {
  width: 95%;
  padding: 10px;
  border: solid 1px #c9c9c9; }

.hotPoduct .hotPoduct-swi .hotPoduct-swi-item .hotPoduct-swi-item-box {
  position: relative; }

.hotPoduct .hotPoduct-swi .hotPoduct-swi-item .hotPoduct-swi-item-box .hotPoduct-swi-item-box-logo {
  position: absolute;
  top: 0;
  left: 5%; }

.hotPoduct .hotPoduct-swi .hotPoduct-swi-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.hotPoduct .hotPoduct-swi .hotPoduct-swi-icon {
  width: 35px;
  height: 35px;
  font-size: 25px;
  color: #676767;
  text-align: center;
  line-height: 35px;
  background-color: #e0e0e0;
  border-radius: 50%;
  cursor: default; }

.hotPoduct .hotPoduct-swi .hotPoduct-left {
  position: absolute;
  left: 2px;
  top: 45%;
  z-index: 5; }

.hotPoduct .hotPoduct-swi .hotPoduct-right {
  position: absolute;
  right: 2px;
  top: 45%;
  z-index: 5; }

/* 菜单按钮 */
.product-body-right-listBtn {
  font-size: 30px;
  color: #000;
  position: absolute;
  left: 0;
  top: -30px;
  display: none; }

/* 菜单栏 */
.product-body-left {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  background-color: #fff; }

.product-body-left2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 5;
  transform: translateX(0);
  transition: 1s; }

.acitve {
  background-color: #9e2a2b; }

.menu {
  width: 100%; }

.menu .menu-title {
  font-size: 24px;
  font-family: "HelveticaNeueLTPro-Ex";
  color: #2b2b2b; }

.menu .menu-line {
  width: 60px;
  height: 2px;
  background-color: #b2b2b2;
  margin-top: 7px; }

.menu .menu-list {
  margin-top: 20px; }

.menu .menu-list .menu-list-item {
  background-color: #f9f9f9;
  padding: 13px;
  margin-top: 20px;
  cursor: pointer;
  color: #1a2130;
  position: relative; }

.menu .menu-list .menu-list-item2 {
  background-color: #9e2a2b;
  color: #f9f9f9; }

.menu .menu-list .menu-list-item:first-child {
  margin-top: 0; }

.menu .menu-list .menu-list-item .menu-list-item-title {
  font-size: 16px;
  font-family: "HelveticaNeueLTPro-Md";
  display: inline-block;
  vertical-align: middle;
  width: 80%; }

.menu .menu-list .menu-list-item i {
  font-size: 18px;
  color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9%; }

.menu .menu-list .menu-list-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.menu .menu-list .menu-list-item:hover {
  background-color: #9e2a2b; }

.menu .menu-list .menu-list-item:hover .menu-list-item-title {
  color: #f9f9f9; }

.menu .menu-list .menu-list-item:hover i {
  display: inline-block; }

.menu .menu-list .active {
  background-color: #9e2a2b; }

.menu .menu-list .active .menu-list-item-title {
  color: #fff; }

.menu .menu-list .active i {
  display: inline-block; }

.menu .menu-down {
  display: block;
  margin-top: 90px; }

/* 标题下红线 */
.slop-line {
  width: 100%; }

.slop-line .slop-line-red {
  width: 15%;
  height: 1px;
  background-color: #a12e29;
  margin: 0 auto;
  margin-top: 25px; }

.slop-line .slop-line-red .slop-line-red-trans {
  width: 30%;
  height: 120%;
  margin: 0 auto;
  background-color: #fff; }

.slop-line .slop-line-red .slop-line-red-trans .slop-line-red-trans-redline {
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background-color: #a12e29;
  transform: rotate(-60deg); }

/* 顶部*/
.top-way {
  width: 100%;
  background-color: #1c1c1c;
  color: #fff;
  padding: 20px 0;
  position: relative; }

.top-way .top-way-line {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.top-way .top-way-line .top-way-line-local i {
  font-size: 25px;
  vertical-align: middle; }

.top-way .top-way-line .top-way-line-local span {
  font-size: 14px;
  font-family: "HelveticaNeueLTPro-Md";
  vertical-align: middle; }

.top-way .top-way-line .top-way-line-btnlist {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.top-way .top-way-line .top-way-line-btnlist ul {
  display: flex; }

.top-way .top-way-line .top-way-line-btnlist .top-way-line-btnlist-item {
  margin-right: 50px; }

.top-way .top-way-line .top-way-line-btnlist .top-way-line-btnlist-item a {
  font-size: 15px; }
  .top-way .top-way-line .top-way-line-btnlist .top-way-line-btnlist-item a:hover {
    color: #999; }

.top-way .top-way-line .top-way-line-btnlist .top-way-line-btnlist-sel {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: none;
  color: #fff;
  font-size: 15px;
  font-family: "BellGothicStd-Bold";
  font-weight: bold; }

.top-way .top-way-line .top-way-line-btnlist .top-way-line-btnlist-sel option {
  background-color: #1c1c1c;
  border: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  outline: none; }

.top-way .top-way-line .top-way-line-btnlist .top-way-line-btnlist-sel:focus {
  outline: none; }

/* logo */
.top-logo {
  width: 95%;
  max-width: 1200px;
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

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

.top-logo .top-logo-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 17px; }

.top-logo .top-logo-box .top-logo-box-item {
  font-size: 18px;
  color: #293d62;
  margin-right: 19px; }

.top-logo .top-logo-box .top-logo-box-item .top-logo-box-item-i {
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 20px;
  font-family: "HelveticaNeueLTPro-Lt";
  line-height: 40px;
  border: solid 1px #293d62;
  color: #293d62;
  border-radius: 50%;
  padding: 2px; }

.top-logo .top-logo-box .top-logo-box-btn {
  font-size: 14px;
  font-family: "HelveticaNeueLTPro-Md";
  color: #fff;
  font-weight: bold;
  background-color: #9e2a2b;
  border: solid 1px transparent;
  border-radius: 5px;
  padding: 15px 20px;
  cursor: pointer; }

.top-logo .top-logo-box .top-logo-box-btn:hover {
  color: #9e2a2b;
  background-color: #fff;
  border: solid 1px #9e2a2b; }

/* 导航 */
.nav {
  width: 100%;
  background-color: #293d62;
  position: relative; }

.nav .nav-list {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

.nav .nav-list .active {
  background-color: #9e2a2b; }

.nav .nav-list .nav-list-item {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 2%;
  color: #fff;
  font-size: 18px;
  font-family: HelveticaNeueLTPro-Md; }

.nav .nav-list .nav-list-item:hover {
  background-color: #9e2a2b; }

.nav .nav-visList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: none; }

.nav .nav-visList .nav-visList-item {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 2%;
  color: #fff;
  font-size: 18px; }

.nav .nav-visList .nav-visList-item:active {
  background-color: #9e2a2b; }

.nav .nav-showList {
  width: 100%;
  background-color: #293d62;
  border-top: solid 1px #fff;
  position: absolute;
  left: 0;
  z-index: 6;
  display: none; }

.nav .nav-showList .nav-showList-item {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 12px 0;
  border-bottom: solid 1px #fff; }

.nav .nav-showList .nav-showList-item:active {
  background-color: #9e2a2b; }

.nav .nav-search {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background-color: #293d62;
  position: absolute;
  left: 0;
  z-index: 6;
  display: none; }

.nav .nav-search .nav-search-inp {
  width: 30%;
  border: none;
  font-size: 18px;
  padding: 3px 5px;
  vertical-align: middle; }

.nav .nav-search .nav-search-sub {
  border: none;
  background: none;
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  margin-left: 10px; }

.nav2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6; }

/* 横幅 */
.banner-about {
  background-image: url(../img/about/aboutBan.jpg); }

.banner {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .banner .banner-body {
    width: 95%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }

.banner .banner-title {
  font-size: 45px;
  font-family: HelveticaNeueLTPro-BdCn;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase; }

/* 询盘 */
.message {
  width: 100%;
  margin-top: 70px;
  font-size: 0%;
  position: relative; }

.message .message-title {
  font-size: 51px;
  font-family: "HelveticaNeueLTPro-Ex";
  color: #3e3e3e; }

.message .message-info {
  font-size: 15px;
  font-family: "HelveticaNeueLTPro-LtEx";
  color: #555555;
  margin-top: 10px; }

.message .message-form {
  width: 100%;
  margin-top: 30px; }

.message .message-form .message-form-box1 {
  width: 100%; }

.message .message-form .message-form-box2 {
  width: 100%;
  margin-top: 30px;
  padding-left: 12px;
  text-align: right; }

.message .message-form .message-form-input {
  border: solid 1px #343434;
  padding: 15px 5px;
  resize: none;
  font-size: 15px; }

.message .message-form .message-form-input::-webkit-input-placeholder {
  color: #555;
  font-size: 15px; }

.message .message-form .message-name {
  width: 100%;
  display: block; }

.message .message-form .message-email {
  width: 100%;
  display: block;
  margin-top: 20px; }

.message .message-form .message-msg {
  width: 100%;
  height: 96px;
  margin-top: 30px; }

.message .message-form .message-code {
  width: 46%; }

.message .message-form .message-btn {
  width: 21%;
  background: none;
  cursor: pointer; }

.message .message-form .message-btn:last-child {
  margin-left: 3%; }

.message .message-form .message-btn:hover {
  color: #fff;
  background-color: #343434; }

/* 底部 */
.bot {
  width: 100%;
  position: relative;
  background: url(../img/botBg.png) no-repeat;
  background-size: cover;
  padding-top: 1px;
  padding-bottom: 10px; }

.bot .bot-bg {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0; }

.bot .bot-box {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 120px; }

.bot .bot-box .bot-box-list {
  width: 100%; }

.bot .bot-box .bot-box-list .bot-box-list-ul {
  display: flex; }

.bot .bot-box .bot-box-list .bot-box-list-item {
  display: inline-block;
  vertical-align: top; }

.bot .bot-box .bot-box-list .bot-intr {
  width: 25%; }

.bot .bot-box .bot-box-list .bot-intr .bot-intr-info {
  width: 90%;
  font-size: 14px;
  font-family: "HelveticaNeueLTPro-Roman";
  line-height: 22px;
  color: #b8b8b8;
  margin-top: 25px; }

.bot .bot-box .bot-box-list .bot-intr .bot-intr-link {
  display: block;
  width: 125px;
  font-size: 12px;
  font-family: "HelveticaNeueLTPro-Roman";
  text-align: center;
  padding: 10px 0;
  background-color: #1a2130;
  margin-top: 25px; }

.bot .bot-box .bot-box-list .bot-intr .bot-intr-link:hover {
  background-color: #9e2a2b; }

.bot .bot-box .bot-box-list .bot-nav {
  margin-top: 30px;
  width: 17%; }

.bot .bot-box .bot-box-list .bot-nav .bot-nav-title {
  font-size: 24px;
  font-family: "HelveticaNeueLTPro-Hv";
  color: #fff; }

.bot .bot-box .bot-box-list .bot-nav ul {
  margin-top: 55px;
  margin-left: 18px; }

.bot .bot-box .bot-box-list .bot-nav .bot-nav-item {
  list-style: disc;
  color: #fff;
  font-size: 15px;
  font-family: "HelveticaNeueLTPro-Roman";
  margin-top: 5px; }

.bot .bot-box .bot-box-list .bot-nav .bot-nav-item a {
  color: #b8b8b8;
  width: 100%;
  height: 100%; }

.bot .bot-box .bot-box-list .bot-nav .bot-nav-item:first-child {
  margin-top: 0; }

.bot .bot-box .bot-box-list .bot-product {
  margin-top: 30px;
  width: 40%; }

.bot .bot-box .bot-box-list .bot-product .bot-product-title {
  font-size: 24px;
  color: #fff; }

.bot .bot-box .bot-box-list .bot-product .bot-product-box {
  margin-top: 55px; }

.bot .bot-box .bot-box-list .bot-product .bot-product-box .bot-product-box-list {
  display: flex;
  vertical-align: top;
  /* -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2; */
  flex-direction: column;
  flex-wrap: wrap;
  height: 210px; }

.bot .bot-box .bot-box-list .bot-product .bot-product-box .bot-product-box-list .bot-product-box-list-item {
  list-style: disc;
  color: #fff;
  font-size: 15px;
  margin-top: 5px;
  margin-left: 16px; }

.bot .bot-box .bot-box-list .bot-product .bot-product-box .bot-product-box-list .bot-product-box-list-item a {
  color: #b8b8b8;
  font-family: "HelveticaNeueLTPro-Roman";
  width: 100%;
  height: 100%; }
  .bot .bot-box .bot-box-list .bot-product .bot-product-box .bot-product-box-list .bot-product-box-list-item a:hover {
    color: #999; }

.bot .bot-box .bot-box-list .bot-product .bot-product-box .bot-product-box-list .bot-product-box-list-item:first-child {
  margin-top: 0; }

.bot .bot-box .bot-box-list .bot-contact {
  width: 17%;
  margin-top: 30px; }

.bot .bot-box .bot-box-list .bot-contact .bot-contact-title {
  font-size: 24px;
  color: #fff; }

.bot .bot-box .bot-box-list .bot-contact .bot-contact-list {
  margin-top: 55px; }

.bot .bot-box .bot-box-list .bot-contact .bot-contact-list .bot-contact-list-item {
  font-size: 0;
  margin-top: 20px; }

.bot .bot-box .bot-box-list .bot-contact .bot-contact-list .bot-contact-list-item .bot-contact-list-item-left {
  display: inline-block;
  vertical-align: top;
  width: 20%; }

.bot .bot-box .bot-box-list .bot-contact .bot-contact-list .bot-contact-list-item .bot-contact-list-item-left i {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #1a2130;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center; }

.bot .bot-box .bot-box-list .bot-contact .bot-contact-list .bot-contact-list-item .bot-contact-list-item-right {
  display: inline-block;
  vertical-align: top;
  width: 80%; }

.bot .bot-box .bot-box-list .bot-contact .bot-contact-list .bot-contact-list-item .bot-contact-list-item-right .bot-contact-list-item-right-title {
  font-size: 19px;
  font-family: "HelveticaNeueLTPro-Roman";
  color: #b8b8b8; }

.bot .bot-box .bot-box-list .bot-contact .bot-contact-list .bot-contact-list-item .bot-contact-list-item-right .bot-contact-list-item-right-info {
  font-size: 13px;
  font-family: "HelveticaNeueLTPro-Md";
  color: #fff;
  margin-top: 5px; }

.bot .bot-box .bot-box-list .bot-contact .bot-contact-list .bot-contact-list-item:first-child {
  margin-top: 0; }

.bot .bot-box .bot-box-foot {
  width: 100%;
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.bot .bot-box .bot-box-foot .bot-box-foot-word {
  font-family: ArialMT;
  font-size: 12px;
  color: #fff; }

.bot .bot-box .bot-box-foot .bot-box-foot-list {
  display: flex; }

.bot .bot-box .bot-box-foot .bot-box-foot-list .bot-box-foot-list-item {
  display: inline;
  vertical-align: middle;
  margin-right: 40px; }

.bot .bot-box .bot-box-foot .bot-box-foot-list .bot-box-foot-list-item a {
  color: #909090; }

/* welcome*/
.index-welcome {
  width: 100%;
  font-size: 0;
  position: relative; }

.index-welcome .index-welcome-img {
  width: 100%; }

.index-welcome .index-welcome-msg {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%; }

.index-welcome .index-welcome-msg .index-welcome-msg-t {
  font-size: 67px;
  font-family: HelveticaNeueLTPro-BlkCn; }

.index-welcome .index-welcome-msg .index-welcome-msg-info {
  font-family: HelveticaNeueLTPro-Roman;
  font-size: 22px;
  line-height: 36px;
  color: #b8b8b8;
  width: 70%;
  margin-top: 35px; }

.index-welcome .index-welcome-msg .index-welcome-msg-btn {
  display: block;
  width: 15%;
  font-size: 15px;
  background-color: #a12e29;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  font-weight: bold; }
  .index-welcome .index-welcome-msg .index-welcome-msg-btn:hover {
    background-color: #293d62; }

/* 主页 about */
.index-about {
  width: 95%;
  max-width: 1200px;
  margin: 60px auto 80px;
  font-size: 0;
  position: relative; }

.index-about .index-about-top-line {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  height: 1px;
  background-color: #c0c0c0; }

.index-about .index-about-top-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #c0c0c0; }

.index-about .index-about-body-title {
  width: 60%;
  font-size: 30px;
  font-family: "HelveticaNeueLTPro-BdCn";
  color: #1a2130;
  margin: 10px 0;
  margin-left: 10%; }

.index-about .index-about-body-red {
  color: #a12e29; }

.index-about .index-about-body-info {
  width: 55%;
  background-color: #293d62;
  padding: 30px 10%;
  padding-bottom: 40px; }

.index-about .index-about-body-info span {
  display: block;
  width: 85%;
  font-size: 18px;
  color: #fff;
  line-height: 24px; }

.index-about .index-about-body-btn {
  display: block;
  background-color: #a12e29;
  font-size: 18px;
  color: #fff;
  margin-left: 10%;
  padding: 20px 0;
  width: 15%;
  text-align: center;
  margin-top: -20px; }

.index-about .index-about-body-rea {
  font-size: 17px;
  color: #1a2130;
  margin-left: 10%;
  margin-top: 40px; }

.index-about .index-about-body-call {
  font-size: 24px;
  color: #1a2130;
  margin-left: 10%;
  margin-top: 10px; }

.index-about .index-about-body-box {
  width: 33%;
  position: absolute;
  top: 43px;
  right: 0; }

.index-about .index-about-body-box .index-about-body-box-bg {
  width: 100%; }

.index-about .index-about-body-box .index-about-body-box-img {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 10%; }

/* Product Categories */
.index-pro {
  width: 100%;
  font-size: 0;
  position: relative; }

.index-pro .index-pro-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 800px;
  background-color: #1a2130; }

.index-pro .index-pro-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 800px;
  background-color: #a12e29; }

.index-pro .index-pro-box {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 15%; }

.index-pro .index-pro-box .index-pro-box-intr {
  display: inline-block;
  vertical-align: top;
  width: 30%; }

.index-pro .index-pro-box .index-pro-box-intr .index-pro-box-line {
  width: 15%;
  height: 4px;
  background-color: #fff; }

.index-pro .index-pro-box .index-pro-box-intr .index-pro-box-title {
  font-size: 56px;
  color: #a12e29;
  margin-top: 50px; }

.index-pro .index-pro-box .index-pro-box-intr .index-pro-box-info {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 40px; }

.index-pro .index-pro-box .index-pro-box-intr .index-pro-box-btn {
  display: block;
  width: 45%;
  font-size: 24px;
  color: #fff;
  border-bottom: solid 1px #fff;
  margin-top: 60px;
  padding-bottom: 10px; }

.index-pro .index-pro-box .index-pro-box-list {
  display: inline-block;
  width: 85%;
  background-color: #fff;
  padding: 20px 0;
  position: absolute;
  right: -18%;
  top: 0; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item {
  display: inline-block;
  vertical-align: top;
  width: 27%;
  font-family: "HelveticaNeueLTPro-Roman";
  font-weight: 545;
  text-align: center;
  margin: 0 3%;
  position: relative; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item .index-pro-box-list-item-img {
  width: 80%;
  margin: 0 auto; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item .index-pro-box-list-item-img img {
  width: 100%;
  transition: 1s; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item .index-pro-box-list-item-cla {
  font-size: 16px;
  color: #1a2130;
  margin-top: 10px; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item .index-pro-box-list-item-name {
  font-size: 18px;
  color: #1a2130;
  margin-top: 10px; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item .index-pro-box-list-item-read {
  display: block;
  font-size: 18px;
  margin-top: 10px; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item .index-pro-box-list-item-read .index-pro-box-list-item-read-line {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  height: 1px;
  background-color: #1a2130;
  margin-right: 10px; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item .index-pro-box-list-item-read .index-pro-box-list-item-read-more {
  display: inline-block;
  vertical-align: middle;
  color: #1a2130; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item .index-pro-box-list-item-more {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item:hover .index-pro-box-list-item-cla {
  color: #a12e29; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item:hover .index-pro-box-list-item-name {
  color: #a12e29; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item:hover .index-pro-box-list-item-read-more {
  color: #a12e29; }

.index-pro .index-pro-box .index-pro-box-list .index-pro-box-list-item:hover .index-pro-box-list-item-img img {
  transform: scale(1.3);
  transition: 1s; }

/* Product Categories(invisiable) */
.index-pro-invisiable {
  width: 100%;
  font-size: 0;
  position: relative;
  display: none; }

.index-pro-invisiable .index-pro-invisiable-left {
  width: 100%;
  background-color: #1a2130;
  padding: 1px 0; }

.index-pro-invisiable .index-pro-invisiable-left .index-pro-invisiable-intr {
  width: 95%;
  margin: 30px auto; }

.index-pro-invisiable .index-pro-invisiable-left .index-pro-invisiable-intr .index-pro-invisiable-line {
  width: 5%;
  height: 4px;
  background-color: #fff; }

.index-pro-invisiable .index-pro-invisiable-left .index-pro-invisiable-intr .index-pro-invisiable-title {
  font-size: 56px;
  color: #a12e29;
  margin-top: 50px; }

.index-pro-invisiable .index-pro-invisiable-left .index-pro-invisiable-intr .index-pro-invisiable-info {
  font-size: 18px;
  color: #fff;
  margin-top: 40px; }

.index-pro-invisiable .index-pro-invisiable-left .index-pro-invisiable-intr .index-pro-invisiable-btn {
  display: block;
  width: 22%;
  font-size: 24px;
  color: #fff;
  border-bottom: solid 1px #fff;
  margin-top: 60px;
  padding-bottom: 10px; }

.index-pro-invisiable .index-pro-invisiable-right {
  width: 100%;
  background-color: #a12e29;
  padding: 1px 0; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list {
  width: 95%;
  margin: 30px auto;
  background-color: #fff;
  padding: 20px 0; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  text-align: center;
  cursor: pointer; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item .index-pro-invisiable-list-item-img {
  width: 80%;
  margin: 0 auto; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item .index-pro-invisiable-list-item-img img {
  width: 100%; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item .index-pro-invisiable-list-item-cla {
  font-size: 16px;
  color: #1a2130;
  margin-top: 10px; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item .index-pro-invisiable-list-item-name {
  font-size: 18px;
  color: #1a2130;
  margin-top: 10px; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item .index-pro-invisiable-list-item-read {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item .index-pro-invisiable-list-item-read .index-pro-invisiable-list-item-read-line {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  height: 1px;
  background-color: #1a2130;
  margin-right: 10px; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item .index-pro-invisiable-list-item-read .index-pro-invisiable-list-item-read-more {
  display: inline-block;
  vertical-align: middle;
  color: #1a2130; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item:hover .index-pro-invisiable-list-item-cla {
  color: #a12e29; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item:hover .index-pro-invisiable-list-item-name {
  color: #a12e29; }

.index-pro-invisiable .index-pro-invisiable-right .index-pro-invisiable-list .index-pro-invisiable-list-item:hover .index-pro-invisiable-list-item-read-more {
  color: #a12e29; }

/* Company News */
.index-news {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto;
  margin-bottom: 80px;
  font-size: 0;
  position: relative; }

.index-news .index-news-title {
  text-align: center;
  font-size: 36px;
  color: #1a2130; }

.index-news .index-news-line {
  width: 100%; }

.index-news .index-news-line .index-news-line-red {
  width: 15%;
  height: 1px;
  background-color: #a12e29;
  margin: 0 auto;
  margin-top: 25px; }

.index-news .index-news-line .index-news-line-red .index-news-line-red-trans {
  width: 30%;
  height: 120%;
  margin: 0 auto;
  background-color: #fff; }

.index-news .index-news-line .index-news-line-red .index-news-line-red-trans .index-news-line-red-trans-redline {
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background-color: #a12e29;
  transform: rotate(-60deg); }

.index-news .index-news-swi {
  width: 100%;
  height: 100%;
  margin-top: 65px; }

.index-news .index-news-swi .index-news-swi-box {
  width: 100%;
  border-bottom: solid 1px transparent;
  position: relative;
  background-color: #eeeeee; }

.index-news .index-news-swi .index-news-swi-box .index-news-swi-box-img {
  overflow: hidden;
  font-size: 0; }

.index-news .index-news-swi .index-news-swi-box .index-news-swi-box-img img {
  transition: 1s; }

.index-news .index-news-swi .index-news-swi-box p {
  width: 90%;
  margin: 0 auto; }

.index-news .index-news-swi .index-news-swi-box img {
  width: 100%;
  height: 200px;
  object-fit: cover; }

.index-news .index-news-swi .index-news-swi-box .index-news-swi-box-date {
  width: 71px;
  height: 70px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #1a2130;
  border: solid 2px #eeeeee;
  border-radius: 50%;
  position: relative;
  margin-top: -50px;
  padding-top: 1px; }

.index-news .index-news-swi .index-news-swi-box .index-news-swi-box-date .index-news-swi-box-date-1 {
  margin-top: 10px; }

.index-news .index-news-swi .index-news-swi-box .index-news-swi-box-date .index-news-swi-box-date-2 {
  margin-top: 5px; }

/* .index-news .index-news-swi .index-news-swi-box .index-news-swi-box-date p {
					width: 70%;
					margin: 0 auto;
          margin-top: 10px;
					word-wrap:break-word; 
					} */
.index-news .index-news-swi .index-news-swi-box .index-news-swi-box-title {
  font-size: 18px;
  color: #303030;
  margin-top: 15px;
  text-align: center; }

.index-news .index-news-swi .index-news-swi-box .index-news-swi-box-info {
  font-size: 14px;
  color: #515151;
  line-height: 24px;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

/* .index-news .index-news-swi .index-news-swi-box p{
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 8;
					overflow: hidden;
				} */
.index-news .index-news-swi .index-news-swi-box .index-news-swi-box-more {
  font-size: 14px;
  text-align: center;
  color: #515151;
  width: 22%;
  margin: 25px auto;
  text-decoration: underline; }

.index-news .index-news-swi .index-news-swi-box .index-news-swi-box-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.index-news .index-news-swi .index-news-swi-box:hover {
  border-bottom: solid 1px #a12e29; }

.index-news .index-news-swi .index-news-swi-box:hover .index-news-swi-box-date {
  background-color: #a12e29; }

.index-news .index-news-swi .index-news-swi-box:hover img {
  transform: scale(1.2);
  transition: 1s; }

.index-news .index-news-next {
  border: solid 1px #6c6c6c;
  color: #6c6c6c;
  background-color: #fff;
  position: absolute;
  right: -50px;
  top: 55%;
  padding: 15px 8px;
  font-size: 19px;
  cursor: pointer;
  z-index: 2; }

.index-news .index-news-next:hover {
  border: solid 1px #a12e29;
  color: #a12e29; }

.index-news .index-news-next:focus {
  outline: none; }

.index-news .index-news-prev {
  border: solid 1px #6c6c6c;
  color: #6c6c6c;
  background-color: #fff;
  position: absolute;
  left: -50px;
  top: 55%;
  padding: 15px 8px;
  font-size: 19px;
  cursor: pointer;
  z-index: 2; }

.index-news .index-news-prev:hover {
  border: solid 1px #a12e29;
  color: #a12e29; }

.index-news .index-news-prev:focus {
  outline: none; }

/* Free Consultation */
.index-free {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: -70px;
  font-size: 0; }

.index-free .index-free-bg {
  width: 100%;
  height: 430px;
  background-color: #293d62;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.index-free .index-free-box {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1px; }

.index-free .index-free-box .index-free-box-reday {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 70px; }

.index-free .index-free-box .index-free-box-title {
  font-size: 60px;
  font-family: "HelveticaNeueLTPro-Bd";
  color: #fff;
  text-align: center; }

.index-free .index-free-box .index-free-box-con {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 70px; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl {
  width: 85%;
  margin: 0 auto; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 1px; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch .index-free-box-con-bl-touch-title {
  margin-top: 75px;
  font-size: 30px;
  color: #1a2130; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch .index-free-box-con-bl-touch-info {
  margin-top: 30px;
  font-size: 18px;
  color: #c4c4c4;
  width: 79%; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch .index-free-box-con-bl-touch-info span {
  color: #293d62; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch .index-free-box-con-bl-touch-list {
  width: 79%;
  margin-top: 40px; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch .index-free-box-con-bl-touch-list .index-free-box-con-bl-touch-list-item {
  width: 100%;
  margin-bottom: 40px; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch .index-free-box-con-bl-touch-list .index-free-box-con-bl-touch-list-item .index-free-box-con-bl-touch-list-item-icon {
  width: 10%;
  display: inline-block;
  vertical-align: top; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch .index-free-box-con-bl-touch-list .index-free-box-con-bl-touch-list-item .index-free-box-con-bl-touch-list-item-icon i {
  font-size: 20px;
  color: #293d62; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch .index-free-box-con-bl-touch-list .index-free-box-con-bl-touch-list-item .index-free-box-con-bl-touch-list-item-words {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 15px;
  color: #a6a6a6; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch .index-free-box-con-bl-touch-list .index-free-box-con-bl-touch-list-item:last-child {
  margin-bottom: 0; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-touch img {
  width: 100%; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 1px 0; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req .index-free-box-con-bl-req-title {
  margin-top: 70px;
  font-size: 30px;
  color: #1a2130; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req .index-free-box-con-bl-req-form {
  margin-top: 20px;
  font-size: 0; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req .index-free-box-con-bl-req-form .index-free-box-con-bl-req-form-input {
  display: block;
  background-color: #f0f6f7;
  border: solid 1px #d8e5e7;
  resize: none;
  width: 96%;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  /* Firefox */
  -webkit-box-sizing: content-box;
  /* Safari */
  padding: 20px 5px;
  margin-top: 20px;
  font-size: 15px; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req .index-free-box-con-bl-req-form .index-free-box-con-bl-req-form-input:focus {
  background-color: #fff;
  outline: none; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req .index-free-box-con-bl-req-form .free-name {
  display: inline-block;
  vertical-align: middle;
  width: 45%; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req .index-free-box-con-bl-req-form .free-phone {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  margin-left: 4%; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req .index-free-box-con-bl-req-form .free-msg {
  height: 150px;
  padding-bottom: 0; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req .index-free-box-con-bl-req-form .free-sub {
  background-color: #293d62;
  color: #fff;
  cursor: pointer;
  margin-top: 25px; }

.index-free .index-free-box .index-free-box-con .index-free-box-con-bl .index-free-box-con-bl-req .index-free-box-con-bl-req-form .free-sub:focus {
  color: #000; }

/* 联系我们 */
.contact {
  width: 95%;
  max-width: 1200px;
  margin: 90px auto;
  position: relative;
  font-size: 0; }

.contact .contact-part {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.contact .contact-part .contact-part-title {
  font-size: 30px;
  font-family: "HelveticaNeueLTPro-Bd";
  color: #1a2130; }

.contact .contact-part .contact-part-info {
  font-size: 16px;
  font-family: "HelveticaNeueLTPro-Lt";
  line-height: 30px;
  color: #c0c0c0;
  width: 90%;
  margin-top: 20px; }

.contact .contact-part .contact-part-list {
  width: 90%; }

.contact .contact-part .contact-part-list .contact-part-list-item {
  margin-top: 70px; }

.contact .contact-part .contact-part-list .contact-part-list-item .contact-part-list-item-icon {
  display: inline-block;
  vertical-align: top;
  width: 10%; }

.contact .contact-part .contact-part-list .contact-part-list-item .contact-part-list-item-icon i {
  display: block;
  width: 55px;
  height: 55px;
  font-size: 20px;
  background-color: #284272;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 55px; }

.contact .contact-part .contact-part-list .contact-part-list-item .contact-part-list-item-info {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  margin-left: 5%; }

.contact .contact-part .contact-part-list .contact-part-list-item .contact-part-list-item-info .contact-part-list-item-info-title {
  font-size: 18px;
  color: #1d1a1a; }

.contact .contact-part .contact-part-list .contact-part-list-item .contact-part-list-item-info .contact-part-list-item-info-word {
  font-size: 15px;
  color: #a6a6a6;
  margin-top: 10px; }

.contact .contact-part .contact-part-list .contact-part-list-item:first-child .contact-part-list-item-icon i {
  font-size: 25px; }

.contact .contact-part .contact-part-form {
  margin-top: 20px;
  font-size: 0; }

.contact .contact-part .contact-part-form .contact-part-form-input {
  display: block;
  border: solid 1px #e4e4e4;
  padding: 20px 5px;
  width: 96%;
  font-size: 15px;
  resize: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  /* Firefox */
  -webkit-box-sizing: content-box;
  /* Safari */ }

.contact .contact-part .contact-part-form .contact-name {
  display: inline-block;
  vertical-align: top;
  width: 45%; }

.contact .contact-part .contact-part-form .contact-phone {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-left: 4%; }

.contact .contact-part .contact-part-form .contact-email {
  margin-top: 20px; }

.contact .contact-part .contact-part-form .contact-msg {
  margin-top: 20px;
  height: 155px; }

.contact .contact-part .contact-part-form .contact-code {
  margin-top: 15px; }

.contact .contact-part .contact-part-form .contact-sub {
  margin-top: 20px;
  background-color: #293d62;
  font-size: 18px;
  color: #fff; }

.contact .contact-map {
  width: 100%;
  margin: 100px auto; }

.contact .contact-map .contact-map-title {
  font-size: 30px;
  font-family: "HelveticaNeueLTPro-Bd";
  color: #1a2130;
  text-align: center; }

.contact .contact-map .contact-map-line {
  width: 100%; }

.contact .contact-map .contact-map-line .contact-map-line-red {
  width: 15%;
  height: 1px;
  background-color: #a12e29;
  margin: 0 auto;
  margin-top: 25px; }

.contact .contact-map .contact-map-line .contact-map-line-red .contact-map-line-red-trans {
  width: 30%;
  height: 120%;
  margin: 0 auto;
  background-color: #fff; }

.contact .contact-map .contact-map-line .contact-map-line-red .contact-map-line-red-trans .contact-map-line-red-trans-redline {
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background-color: #a12e29;
  transform: rotate(-60deg); }

.contact .contact-map .contact-map-m {
  width: 99%;
  height: 493px;
  border: solid 8px #4d515a;
  margin-top: 50px; }

/* 关于我们 */
.about {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 0; }

.about .about-pro1 {
  width: 100%;
  font-size: 0; }

.about .about-pro1 .about-pro1-box {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.about .about-pro1 .about-pro1-box .about-pro1-box-ad {
  font-size: 20px;
  color: #565656;
  text-transform: capitalize; }

.about .about-pro1 .about-pro1-box .about-pro1-box-title {
  font-size: 32px;
  font-family: "HelveticaNeueLTPro-Lt";
  color: #2e2b2b;
  width: 90%;
  margin-top: 20px; }

.about .about-pro1 .about-pro1-box .about-pro1-box-info {
  font-size: 18px;
  font-family: "HelveticaNeueLTPro-Lt";
  line-height: 36px;
  color: #565656;
  width: 90%;
  margin-top: 30px; }

.about .about-pro1 .about-pro1-box .about-pro1-box-link {
  display: block;
  width: 40%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #a12e29;
  padding: 15px 0;
  margin-top: 30px; }

.about .about-pro1 .about-pro1-box .about-pro1-box-img {
  width: 100%;
  transition: 1s; }

.about .about-pro1 .about-pro1-box .about-pro1-box-img:hover {
  transform: scale(1.2);
  transition: 1s; }

.about .about-pro1 .about-pro1-box:last-child {
  overflow: hidden; }

.about .about-pro2 {
  width: 100%;
  text-align: center;
  background-color: #293d62;
  color: #fff;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 80px; }

.about .about-pro2 .about-pro2-title {
  font-size: 36px;
  font-family: "HelveticaNeueLTPro-Bd"; }

.about .about-pro2 .about-pro2-line {
  margin-top: 20px; }

.about .about-pro2 .about-pro2-info {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 18px;
  font-family: "HelveticaNeueLTPro-Roman";
  line-height: 30px; }

.about .about-pro3 {
  width: 100%;
  font-size: 0;
  margin-top: 60px;
  padding-top: 1px; }

.about .about-pro3 .about-pro3-box {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.about .about-pro3 .about-pro3-box .about-pro3-box-title {
  font-size: 24px;
  font-family: "MicrosoftSansSerif";
  color: #151515;
  margin-top: 40px; }

.about .about-pro3 .about-pro3-box .about-pro3-box-line {
  width: 30%;
  height: 1px;
  background-color: #565656;
  margin-top: 10px; }

.about .about-pro3 .about-pro3-box .about-pro3-box-info {
  width: 90%;
  font-size: 18px;
  font-family: "HelveticaNeueLTPro-Lt";
  line-height: 36px;
  color: #8c8c8c;
  margin-top: 40px; }

.about .about-pro3 .about-pro3-box .about-pro3-box-img {
  width: 100%;
  transition: 1s; }

.about .about-pro3 .about-pro3-box .about-pro3-box-img:hover {
  transform: scale(1.2);
  transition: 1s; }

.about .about-pro3 .about-pro3-box:last-child {
  overflow: hidden; }

.about .about-pro4 {
  width: 100%;
  margin-top: 20px;
  font-size: 0; }

.about .about-pro4 .about-pro4-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  overflow: hidden; }

.about .about-pro4 .about-pro4-box .about-pro4-box-img {
  width: 100%;
  transition: 1s; }

.about .about-pro4 .about-pro4-box .about-pro4-box-img:hover {
  transform: scale(1.2);
  transition: 1s; }

.about .about-pro4 .about-pro4-box .about-pro4-box-title {
  font-size: 24px;
  color: #151515;
  margin-top: 150px; }

.about .about-pro4 .about-pro4-box .about-pro4-box-line {
  width: 30%;
  height: 1px;
  background-color: #565656;
  margin-top: 10px; }

.about .about-pro4 .about-pro4-box .about-pro4-box-info {
  font-size: 18px;
  line-height: 36px;
  color: #8c8c8c;
  margin-top: 40px; }

.about .about-pro4 .about-pro4-box:last-child {
  width: 45%;
  margin-left: 5%; }

.about .about-factory {
  width: 100%;
  margin-top: 85px; }

.about .about-factory .about-factory-title {
  font-size: 36px;
  font-family: "HelveticaNeueLTPro-Bd";
  color: #1a2130;
  text-align: center; }

.about .about-factory .about-factory-box {
  margin-top: 50px;
  font-size: 0; }

.about .about-factory .about-factory-box .about-factory-box-cla {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  overflow: hidden;
  position: relative; }

.about .about-factory .about-factory-box .about-factory-box-cla .about-factory-box-cla-img {
  width: 100%;
  transition: 1s; }

.about .about-factory .about-factory-box .about-factory-box-cla .about-factory-box-cla-white {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  opacity: 0;
  transition: 1s;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%; }

.about .about-factory .about-factory-box .about-factory-box-cla .about-factory-box-cla-name {
  font-size: 30px;
  font-family: "HelveticaNeueLTPro-Md";
  color: #1e1f20;
  text-align: center; }

.about .about-factory .about-factory-box .about-factory-box-cla a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.about .about-factory .about-factory-box .about-factory-box-cla:last-child {
  margin-left: 2%; }

.about .about-factory .about-factory-box .about-factory-box-cla:hover .about-factory-box-cla-img {
  transform: scale(1.2);
  transition: 1s; }

.about .about-factory .about-factory-box .about-factory-box-cla:hover .about-factory-box-cla-white {
  opacity: 1;
  transition: 1s; }

/* 新闻 */
.news {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 80px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.news .news-left2 {
  width: 50%;
  background-color: #fff;
  padding: 10px 0;
  padding-right: 2%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translateX(0);
  transition: 1s; }

.news .news-left {
  width: 30%;
  background-color: #fff; }

.news .news-left-search {
  width: 100%;
  border: solid 1px #d4d4d4; }

.news .news-left-search .news-left-search-inp {
  display: inline-block;
  vertical-align: middle;
  width: 77%;
  border: none;
  font-size: 18px;
  padding: 15px 0;
  padding-left: 30px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */ }

.news .news-left-search .news-left-search-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 12px;
  font-size: 23px;
  background-color: #a12e29;
  color: #fff;
  cursor: pointer;
  float: right; }

.news .news-left-cate {
  width: 100%;
  padding: 45px 0;
  border: solid 1px #d4d4d4;
  font-size: 18px;
  margin-top: 35px; }

.news .news-left-cate .news-left-cate-title {
  width: 80%;
  margin: 0 auto;
  color: #3a3a3a;
  font-family: "HelveticaNeueLTPro-Md";
  border-bottom: solid 1px #c2c2c2;
  padding-bottom: 15px; }

.news .news-left-cate .news-left-cate-list {
  width: 80%;
  margin: 0 auto; }

.news .news-left-cate .news-left-cate-list .news-left-cate-list-item {
  width: 100%;
  margin-top: 25px; }

.news .news-left-cate .news-left-cate-list .news-left-cate-list-item a {
  color: #3a3a3a;
  font-family: "HelveticaNeueLTPro-Roman"; }

.news .news-left-cate .news-left-cate-list .news-left-cate-list-item:hover a {
  color: #9e2a2b; }

.news .news-left-cate .news-left-cate-list .news-left-cate-list-item .newsact {
  color: #9e2a2b; }

.news .news-left-recent {
  margin-top: 45px;
  padding: 40px 0;
  border: solid 1px #d4d4d4; }

.news .news-left-recent .news-left-recent-title {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  color: #3a3a3a;
  border-bottom: solid 1px #c2c2c2;
  padding-bottom: 15px; }

.news .news-left-recent .news-left-recent-list {
  width: 80%;
  margin: 0 auto; }

.news .news-left-recent .news-left-recent-list .news-left-recent-list-item {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  position: relative; }

.news .news-left-recent .news-left-recent-list .news-left-recent-list-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.news .news-left-recent .news-left-recent-list .news-left-recent-list-item .news-left-recent-list-item-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 100px;
  height: 100px; }

.news .news-left-recent .news-left-recent-list .news-left-recent-list-item .news-left-recent-list-item-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.news .news-left-recent .news-left-recent-list .news-left-recent-list-item .news-left-recent-list-item-box .news-left-recent-list-item-box-title {
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.news .news-left-recent .news-left-recent-list .news-left-recent-list-item .news-left-recent-list-item-box .news-left-recent-list-item-box-date {
  color: #676767;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.news .news-left-recent .news-left-recent-list .news-left-recent-list-item .news-left-recent-list-item-box:last-child {
  width: 55%;
  margin-left: 5%; }

.news .news-right {
  width: 65%; }

.news .news-right .news-right-btn {
  font-size: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  display: none; }

.news .news-right .news-right-btn:active {
  color: #a12e29; }

.news .news-right .news-right-list .news-right-list-item {
  width: 100%;
  border: solid 1px #d4d4d4;
  margin-top: 65px; }

.news .news-right .news-right-list .news-right-list-item .news-right-list-item-box {
  margin: 0 40px;
  margin-top: 30px; }

.news .news-right .news-right-list .news-right-list-item .news-right-list-item-date {
  font-family: HelveticaNeueLTPro-Roman;
  font-size: 20px;
  color: #767676; }

.news .news-right .news-right-list .news-right-list-item .news-right-list-item-date b {
  font-family: Impact;
  font-size: 30px;
  color: #333333;
  margin-right: 10px; }

.news .news-right .news-right-list .news-right-list-item .news-right-list-item-title {
  font-family: HelveticaNeueLTPro-Bd;
  font-size: 30px;
  color: #303030;
  margin-top: 20px; }

.news .news-right .news-right-list .news-right-list-item .news-right-list-item-info {
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 15px;
  line-height: 24px;
  color: #9a9a9a;
  margin-top: 20px; }

.news .news-right .news-right-list .news-right-list-item .news-right-list-item-link {
  display: block;
  width: 20%;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #293d62;
  border-radius: 20px;
  padding: 10px 0;
  margin-top: 24px;
  margin-bottom: 40px; }

.news .news-right .news-right-list .news-right-list-item .news-right-list-item-link:hover {
  background-color: #9e2a2b; }

.news .news-right .news-right-list .news-right-list-item:first-child {
  margin-top: 0; }

.news .news-right .news-right-page {
  width: 100%;
  margin-top: 50px; }

.news .news-right .news-right-page .news-right-page-list {
  text-align: center; }

.news .news-right .news-right-page .news-right-page-list .news-right-page-list-item {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #101010;
  line-height: 40px;
  cursor: pointer;
  border: solid 1px #f1f1f1;
  margin-left: 5px; }

.news .news-right .news-right-page .news-right-page-list .news-right-page-list-item:first-child {
  margin-left: 0; }

.news .news-right .news-right-page .news-right-page-list .news-right-page-list-item:hover {
  background-color: #a12e29;
  color: #fff; }

.news .news-detail {
  width: 65%; }

.news .news-detail .news-detail-img {
  font-size: 0; }

.news .news-detail .news-detail-box {
  margin-top: 30px; }

.news .news-detail .news-detail-date {
  font-family: HelveticaNeueLTPro-Roman;
  font-size: 20px;
  color: #767676; }

.news .news-detail .news-detail-date b {
  font-family: Impact;
  font-size: 30px;
  color: #333;
  margin-right: 10px; }

.news .news-detail .news-detail-title {
  font-family: HelveticaNeueLTPro-Bd;
  font-size: 30px;
  color: #303030;
  margin-top: 20px; }

.news .news-detail .news-detail-desc {
  font-family: HelveticaNeueLTPro-Lt;
  font-size: 15px;
  line-height: 24px;
  color: #9a9a9a;
  margin-top: 20px; }

/* 技术 */
.tech {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 60px;
  font-size: 0;
  position: relative; }

.tech .tech-body {
  width: 100%;
  font-size: 0;
  position: relative; }

.tech .tech-body .tech-body-left {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  background-color: #fff; }

.tech .tech-body .tech-body-left2 {
  width: 50%;
  background-color: #fff;
  padding: 20px 0;
  position: absolute;
  left: -3px;
  top: -10px;
  z-index: 5;
  transition: 1s;
  transform: translateX(0); }

.tech .tech-body .tech-body-right {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin-left: 5%;
  position: relative; }

.tech .tech-body .tech-body-right .tab {
  display: none; }

.tech .tech-body .tech-body-right .tabshow {
  display: block; }

.tech .tech-body .tech-body-right .tech-body-right-btn {
  font-size: 30px;
  position: absolute;
  top: -35px;
  left: 0;
  display: none; }

.tech .tech-body .tech-body-right .tech-body-right-btn:active {
  color: #a12e29; }

.tech .tech-body .tech-body-right .tech-body-right-line {
  width: 100%;
  height: 2px;
  background: #333; }

.tech .tech-body .tech-body-right .tech-body-right-title {
  font-size: 24px;
  color: #4b4b4b;
  text-align: center;
  width: 70%;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px; }

.tech .tech-body .tech-body-right .tech-body-right-list {
  width: 100%; }

.tech .tech-body .tech-body-right .tech-body-right-list .tech-body-right-list-item {
  margin-top: 60px; }

.tech .tech-body .tech-body-right .tech-body-right-list .tech-body-right-list-item .tech-body-right-list-item-img {
  display: inline-block;
  vertical-align: top;
  width: 45%; }

.tech .tech-body .tech-body-right .tech-body-right-list .tech-body-right-list-item .tech-body-right-list-item-img img {
  width: 100%; }

.tech .tech-body .tech-body-right .tech-body-right-list .tech-body-right-list-item .tech-body-right-list-item-words {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-left: 5%;
  padding-top: 1px;
  position: relative; }

.tech .tech-body .tech-body-right .tech-body-right-list .tech-body-right-list-item .tech-body-right-list-item-words .tech-body-right-list-item-words-title {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: bold;
  margin-top: 20px; }

.tech .tech-body .tech-body-right .tech-body-right-list .tech-body-right-list-item .tech-body-right-list-item-words .tech-body-right-list-item-words-title:last-child {
  margin-top: 0; }

.tech .tech-body .tech-body-right .tech-body-right-list .tech-body-right-list-item .tech-body-right-list-item-words .tech-body-right-list-item-words-info {
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  letter-spacing: 1px;
  margin-top: 50px; }

.tech .tech-body .tech-body-right .tech-body-right-list .tech-body-right-list-item .tech-body-right-list-item-words .tech-body-right-list-item-words-info:last-child {
  margin-top: 30px; }

.tech .tech-body .tech-body-right .tech-body-right-list .tech-body-right-list-item .tech-body-right-list-item-words i {
  font-size: 30px;
  color: #9e2a2b;
  position: absolute;
  top: 15px;
  left: -20px; }

.tech .tech-body .tech-body-right .tech-body-right-measure {
  width: 100%;
  margin-top: 40px;
  font-size: 0; }

.tech .tech-body .tech-body-right .tech-body-right-table {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 40px; }

.tech .tech-body .tech-body-right .tech-body-right-table table {
  border: none; }

.tech .tech-body .tech-body-right .tech-body-right-table .tech-body-right-table-cell {
  display: inline-block;
  vertical-align: middle;
  width: 32.8%;
  padding: 20px 0;
  background-color: #cddaf1;
  border: solid 1px #4b4b4b; }

.tech .tech-body .tech-body-right .tech-body-right-sup {
  width: 97%;
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #d0d0d0;
  margin-top: 30px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-arr {
  font-size: 30px;
  color: #9e2a2b;
  position: absolute;
  top: -5px;
  left: 0; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-title {
  font-size: 20px;
  color: #1c1c1c; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-info {
  font-size: 16px;
  line-height: 26px;
  color: #4b4b4b;
  margin-top: 20px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari {
  width: 100%;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  margin-top: 10px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-icon {
  font-size: 20px;
  color: #9e2a2b;
  position: absolute;
  top: 0;
  left: 0; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-title {
  color: #202020; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box {
  width: 100%;
  margin-top: 15px;
  display: flex; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 {
  color: #4b4b4b;
  display: inline-block;
  vertical-align: middle; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal1-1 {
  position: relative;
  top: -10px;
  left: 13px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal1-2 {
  display: inline-block;
  width: 37px;
  height: 1px;
  background-color: #000;
  position: relative;
  left: -15px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal1-3 {
  position: relative;
  top: 16px;
  left: -53px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal1-4 {
  position: relative;
  left: -46px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal2-1 {
  position: relative;
  top: -12px;
  left: 13px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal2-2 {
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #000;
  position: relative;
  left: -24px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal2-3 {
  position: absolute;
  top: 55px;
  left: 38px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal2-4 {
  position: relative;
  left: -27px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal3-1 {
  position: relative;
  top: -10px;
  left: 13px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal3-2 {
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 40px;
  top: 48px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal3-3 {
  position: relative;
  top: 16px;
  left: -53px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal3-4 {
  position: relative;
  left: -46px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal4-1 {
  position: absolute;
  top: 25px;
  left: 55px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal4-2 {
  display: inline-block;
  width: 115px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 41px;
  top: 48px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal4-3 {
  position: relative;
  top: 15px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal4-4 {
  position: relative;
  left: 2px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal5-1 {
  position: relative;
  top: -10px;
  left: 9px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal5-2 {
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #000;
  position: relative;
  left: -43px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal5-3 {
  position: absolute;
  top: 55px;
  left: 60px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-1 .tech-cal5-4 {
  position: relative;
  left: -45px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-2 {
  color: #4b4b4b;
  display: inline-block;
  vertical-align: middle; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-2 .tech-body-right-sup-ari-2-item {
  margin-top: 5px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-ari .tech-body-right-sup-ari-box .tech-body-right-sup-ari-2 .tech-body-right-sup-ari-2-item:first-child {
  margin-top: 0; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-bush {
  width: 100%;
  margin-top: 15px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-bush .tech-body-right-sup-bush-box {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-bush .tech-body-right-sup-bush-box img {
  width: 100%; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list {
  width: 98%;
  padding-left: 6px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item {
  width: 100%; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info {
  width: 95%;
  padding-left: 15px;
  font-size: 16px;
  color: #202020;
  position: relative; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info .tech-body-right-sup-list-item-info-icon {
  color: #9e2a2b;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info .tech-body-right-sup-list-item-info-title {
  margin-top: 20px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info .tech-body-right-sup-list-item-info-words {
  margin-top: 20px;
  line-height: 26px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info .tech-body-right-sup-list-item-info-box {
  width: 100%;
  font-size: 0; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info .tech-body-right-sup-list-item-info-box .tech-body-right-sup-list-item-info-box-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  font-size: 15px;
  margin-top: 15px; }
  .tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info .tech-body-right-sup-list-item-info-box .tech-body-right-sup-list-item-info-box-item .tech-body-right-sup-list-item-info-box-item-title {
    line-height: 22px;
    min-height: 42px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info .tech-body-right-sup-list-item-info-box .tech-body-right-sup-list-item-info-box-item .tech-body-right-sup-list-item-info-box-item-tab {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-top: 25px; }
  .tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info .tech-body-right-sup-list-item-info-box .tech-body-right-sup-list-item-info-box-item .tech-body-right-sup-list-item-info-box-item-tab p {
    line-height: 23px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-info .tech-body-right-sup-list-item-info-box .tech-body-right-sup-list-item-info-box-item:last-child {
  margin-left: 2%; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-list .tech-body-right-sup-list-item .tech-body-right-sup-list-item-img {
  margin-top: 40px; }

.tech .tech-body .tech-body-right .tech-body-right-sup .tech-body-right-sup-img {
  margin-top: 55px; }

.tech .tech-body .tech-body-right .tech-body-right-sup:first-child {
  margin-top: 0; }

/* 产品 */
.product {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 60px; }

.product .product-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.product .product-body .product-body-right {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin-left: 5%;
  position: relative; }

.product .product-body .product-body-right .product-body-right-listBtn:active {
  color: #9e2a2b; }

.product .product-body .product-body-right .product-body-right-item {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin-right: 8%;
  margin-bottom: 50px; }
  .product .product-body .product-body-right .product-body-right-item:nth-child(2n) {
    margin-right: 0; }

.product .product-body .product-body-right .product-body-right-item .product-body-right-item-box {
  width: 100%;
  padding: 15px;
  border: solid 1px #c9c9c9;
  position: relative; }

.product .product-body .product-body-right .product-body-right-item .product-body-right-item-box .product-body-right-item-box-bg {
  width: 100%;
  background-color: #e2e2e2; }
  .product .product-body .product-body-right .product-body-right-item .product-body-right-item-box .product-body-right-item-box-bg .product-body-right-item-box-bg-img {
    font-size: 0; }
    .product .product-body .product-body-right .product-body-right-item .product-body-right-item-box .product-body-right-item-box-bg .product-body-right-item-box-bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .product .product-body .product-body-right .product-body-right-item .product-body-right-item-box .product-body-right-item-box-bg .product-body-right-item-box-bg-whole {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s; }

.product .product-body .product-body-right .product-body-right-item .product-body-right-item-box .product-body-right-item-box-bg .product-body-right-item-box-bg-black {
  width: 80%;
  height: 80%;
  background-color: rgba(41, 61, 98, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.product .product-body .product-body-right .product-body-right-item .product-body-right-item-box .product-body-right-item-box-bg .product-body-right-item-box-bg-title {
  font-size: 24px;
  font-family: "HelveticaNeueLTPro-Md";
  color: #fff;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word; }

.product .product-body .product-body-right .product-body-right-item .product-body-right-item-box .product-body-right-item-box-bg .product-body-right-item-box-bg-logo {
  position: absolute;
  top: 0;
  left: 5%; }

.product .product-body .product-body-right .product-body-right-item .product-body-right-item-box a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.product .product-body .product-body-right .product-body-right-item .product-body-right-item-box:hover .product-body-right-item-box-bg .product-body-right-item-box-bg-whole {
  opacity: 1; }

.product .product-body .product-body-right .product-body-right-item:last-child {
  margin-bottom: 0; }

.product .product-body .product-body-right .product-body-right-item:nth-last-child(2) {
  margin-bottom: 0; }

/* 产品详情 */
.proDetail {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 60px;
  font-size: 0;
  position: relative; }

.proDetail .proDetail-body {
  width: 100%;
  font-size: 0; }

.proDetail .proDetail-body .proDetail-body-right {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin-left: 5%; }

.proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-top {
  width: 95%;
  padding: 15px 30px;
  border: solid 1px #c9c9c9; }

.proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-top .proDetail-body-right-top-bg {
  width: 100%;
  background-color: #e9e2ce; }

.proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-top .proDetail-body-right-top-bg .proDetail-body-right-top-bg-img {
  width: 60%;
  margin: 0 auto;
  background-color: #bdb293; }

.proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-top .proDetail-body-right-top-bg .proDetail-body-right-top-bg-img img {
  display: block;
  width: 95%;
  margin: 0 auto; }

.proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-intro {
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
  position: relative; }

.proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-intro .proDetail-body-right-intro-line {
  width: 100%;
  height: 2px;
  background-color: #303030;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  z-index: -1; }

.proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-intro .proDetail-body-right-intro-title {
  font-size: 48px;
  font-family: "HelveticaNeueLTPro-BlkCn";
  color: #4b4b4b;
  text-align: center;
  background: #fff;
  min-width: 40%;
  max-width: 80%;
  margin: 0 auto;
  word-break: break-word; }

.proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-intro-info {
  font-size: 18px;
  font-family: "HelveticaNeueLTPro-Roman";
  color: #363633;
  line-height: 28px;
  margin-top: 45px; }
  .proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-intro-info p {
    text-indent: 2em; }

.proDetail .proDetail-body .proDetail-body-right .proDetail-body-right-intro-table {
  width: 100% !important;
  font-size: 18px !important;
  color: #4b4b4b !important;
  text-align: center !important;
  margin-top: 30px !important;
  /* background-color: #cddaf1; */ }

/* 标准尺寸 */
.standard {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 60px;
  font-size: 0;
  position: relative; }

.standard .standard-body {
  width: 100%;
  font-size: 0; }

.standard .standard-body .standard-body-right {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin-left: 5%; }
  .standard .standard-body .standard-body-right .standard-body-right-mat {
    margin-top: 30px; }

.standard .standard-body .standard-body-right .standard-body-right-top {
  width: 95%;
  padding: 15px 20px;
  border: solid 1px #c9c9c9; }

.standard .standard-body .standard-body-right .standard-body-right-top .standard-body-right-top-img {
  width: 100%;
  background-color: #e2e2e2;
  text-align: center; }

.standard .standard-body .standard-body-right .standard-body-right-top .standard-body-right-top-img img {
  width: 50%; }

.standard .standard-body .standard-body-right .standard-body-right-title {
  width: 100%;
  margin-top: 25px; }

.standard .standard-body .standard-body-right .standard-body-right-title .standard-body-right-title-word {
  font-size: 24px;
  color: #767676;
  text-align: center; }

.standard .standard-body .standard-body-right .standard-body-right-title .standard-body-right-title-line {
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  margin-top: 20px;
  position: relative; }

.standard .standard-body .standard-body-right .standard-body-right-title .standard-body-right-title-line .standard-body-right-title-ao {
  width: 10%;
  height: 5px;
  background-color: #293d62;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px; }

.standard .standard-body .standard-body-right .standard-body-right-title .standard-body-right-title-img {
  width: 100%; }

.standard .standard-body .standard-body-right .standard-body-right-title .standard-body-right-title-img img {
  width: 100%; }

.standard .standard-body .standard-body-right .standard-body-right-list {
  width: 100%; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item {
  width: 100%;
  margin-top: 40px; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item .standard-body-right-list-item-box {
  width: 95%;
  padding: 9px 15px;
  border: solid 2px #48403d; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item .standard-body-right-list-item-box .standard-body-right-list-item-box-left {
  display: inline-block;
  vertical-align: top;
  width: 30%; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item .standard-body-right-list-item-box .standard-body-right-list-item-box-right {
  display: inline-block;
  vertical-align: top;
  width: 70%; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item .standard-body-right-list-btn {
  font-size: 18px;
  color: #000;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 0;
  background-color: #e2e2e2;
  border-radius: 25px;
  cursor: pointer; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item .standard-body-right-list-btn:hover {
  color: #fff;
  background-color: #9e2a2b; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item .standard-body-right-list-item-black {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  display: none; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item .standard-body-right-list-item-size {
  position: fixed;
  top: 10%;
  left: 30%;
  z-index: 6;
  display: none; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item .standard-body-right-list-item-size .standard-body-right-list-item-size-img {
  display: inline-block;
  vertical-align: top; }

.standard .standard-body .standard-body-right .standard-body-right-list .standard-body-right-list-item .standard-body-right-list-item-size .standard-body-right-list-item-size-clo {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  color: #333; }

/* 证书 */
.certify {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto; }

.certify .certify-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.certify .certify-list .certify-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px; }

/* 返回顶部按钮 */
.gotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 5px;
  cursor: pointer; }
  .gotop i {
    font-size: 18px;
    color: #fff; }

.gotop2 {
  display: none; }
