@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0px;
  outline: none;
}
table {
    border: 1px solid #000;
}
table td {
    border: 1px solid #000;
    padding: 8px;
    line-height: 1.3 !important;
}
table td p {
  line-height: 1.3 !important;
}
header, nav, footer, menu {
  display: block;
}
dt {
  font-weight: 300;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  outline-style: none;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #333;
  outline-offset: 0;
  outline: 0;
}
.form-control:focus,
.form-control {
  box-shadow: none;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
  outline: 0;
}
body {
  font-family: "Source Han Sans CN","noto sans","microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333;
  position: relative;
  background-color: #fff;
}
/*1*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
input::placeholder {
  color: #999999;
  font-size: 14px;
}
input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}
input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.form-control::placeholder {
  font-size: 14px;
}
.clear {
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}
.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}
.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.display-flex-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.width1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.pad_t85 {
  padding-top: 85px;
}
.pad_b85 {
  padding-bottom: 85px;
}
.pad_b20 {
  padding-bottom: 20px;
}
.pad_b50 {
  padding-bottom: 50px;
}
.relative {
  position: relative;
}
.overflow {
  overflow: hidden;
}
.bg_f0f0f0 {
  background-color: #f0f0f0;
}

.container-fluid {
  padding-left: 7.8125%;
  padding-right: 7.8125%;
}
/*******头部********/
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding-left: 4.1667%;
  padding-right: 4.1667%;
}
header .logo {
  position: relative;
  padding: 0.75rem 0;
}
header .logo a {
  position: relative;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/logo.png);
  width: 3.95rem;
  height: 1.7rem;
  display: block;
}
.menubox {
  position: relative;
}
.menus {}
.menus-list {
  position: relative;
  padding-right: 0.25rem;
}
.menus-list li {
  position: relative;
  float: left;
  margin-right: 1.25rem;
}
.menus-list li a {
  color: #ffffff;
  font-size: 20px;
}
.menus-list li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.semantic-button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  text-align: inherit;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header__menu-button {
  display: block;
  text-align: center;
  position: relative;
  width: 32px;
  height: 32px;
}
.icon--menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  position: absolute;
  height: 1.2px;
  width: 26px;
  left: 50%;
  top: 50%;
  margin-left: -13px;
}
.icon--menu:before, 
.icon--menu:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
}
.icon--menu:before {
  top: 8px;
}
.icon--menu:after {
  top: -8px;
}

.header__menu-button.is-active .icon--menu {
  background-color: transparent;
}
.header__menu-button.is-active .icon--menu:before, 
.header__menu-button.is-active .icon--menu:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0 !important;
  background-color: #111111;
}
.header__menu-button.is-active .icon--menu:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.header__menu-button.is-active .icon--menu:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.menu_toggle2 {
  position: absolute;
  right: 1.75rem;
  top: 1.0rem;
}

body.active {
  overflow: hidden;
}
.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000;
  overflow-y: auto;
  -webkit-transition: right .45s ease-in-out;
     -moz-transition: right .45s ease-in-out;
      -ms-transition: right .45s ease-in-out;
       -o-transition: right .45s ease-in-out;
          transition: right .45s ease-in-out;
}
.menu.active {
  right: 0;
}
.menu_fixed {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: pointer;
  -webkit-transition: left .45s ease-in-out;
     -moz-transition: left .45s ease-in-out;
      -ms-transition: left .45s ease-in-out;
       -o-transition: left .45s ease-in-out;
          transition: left .45s ease-in-out;
}
.menu_fixed.active {
  left: 0;
}
.menu_box {
  padding: 3.0rem 1.75rem 1.75rem;
}
.menu_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.menu_nav dl {
  margin-bottom: 0.55rem;
}
.menu_nav dl dt {
  font-size: 0.7rem;
  color: #111111;
  margin-bottom: 0.375rem;
}
.menu_nav dl dd {
  margin-bottom: 0.375rem;
}
.menu_nav dl dd a {
  color: rgba(17, 17, 17, 0.6);
  font-size: 0.45rem;
}
.menu_submit {
  padding-bottom: 1.75rem;
}
.menu_submit .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #111111;
  height: 1.375rem;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}
.menu_submit .form-control::placeholder {
  font-size: 18px;
}
.menu_submit input.form-control {
  width: 51.22%;
}
.menu_submit select.form-control {
  width: 26.83%;
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;
  background: url("../images/icon05.jpg") no-repeat right center;
}
.menu_submit .btn {
  border: 1px solid #000000;
  width: 15.85%;
  height: 1.375rem;
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
}
/*********尾部************/
#footer {
  color: #999999;
  background-color: #222222;
  padding: 2.125rem 0 0.9rem;
}
.footer-nav {
  background: #222222;
  padding-bottom: 1.0rem;
  color: #999999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.9rem;
}
.footer-nav .footer-text {}
.footer-nav .footer-text li {
  float: left;
}
.footer-nav .footer-text li a {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  padding-right: 0.7rem;
}
.footer-nav .footer-text li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.35rem;
  height: 16px;
  width: 1px;
  margin-top: -8px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-nav .footer-text li:last-child a:after {
  display: none;
}
.footer-nav .footer-text li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer-nav .design {
  font-size: 18px;
}

#footer .design a,
#footer .copyright a {
  color: #999999;
}
#footer .copyright {
  font-size: 18px;
}
#footer .share li {
  float: left;
  margin-left: 1.125rem;
  position: relative;
}
#footer .share li .share_mode {
  position: absolute;
  bottom: 120%;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  padding-bottom: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .45s ease-in-out;
     -moz-transition: all .45s ease-in-out;
      -ms-transition: all .45s ease-in-out;
       -o-transition: all .45s ease-in-out;
          transition: all .45s ease-in-out;
}
#footer .share li:hover .share_mode {
  opacity: 1;
  bottom: 100%;
  visibility: visible;
}
.copyrightIcon {
  margin-top: 10px;
  line-height: 1.6;
}
.copyrightIcon p {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 24px;
  background-image: url(../images/icon1.svg);
}
.copyrightIcon p:nth-child(3) {
  background-image: url(../images/icon2.svg)
}
.copyrightIcon p:nth-child(4) {
  background-image: url(../images/icon3.svg)
}
.copyrightIcon p:nth-child(5) {
  background-image: url(../images/icon4.svg)
}
/*****主体开始*******/
#banner {
  position: relative;
}
#banner .text {
  position: absolute;
  top: 45%;
  left: 0;
  color: #ffffff;
  width: 100%;
}
#banner .text .title {
  font-size: 1.45rem;
  padding-bottom: 0.35rem;
}
#banner .text .text_box {
  max-width: 540px;
  line-height: 1.8;
}
.banner_progressbar div {
  height: 0.125rem;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.7);
}
.banner_progressbar div.active {
  width: 100%;
  -webkit-transition: width 5s;
     -moz-transition: width 5s;
      -ms-transition: width 5s;
       -o-transition: width 5s;
          transition: width 5s;
}

.home_banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #5475e2;
  background-position: center;
  display: block;
  height: 100vh;
  width: 100%;
}
.home-product {
  position: relative;
  padding: 2.5rem 0 1rem;
}
.home-product::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 7.8125%;
  width: 92.1875%;
  height: 1px;
  background-color: #e5e5e5;
}
.home-product-swiper {
  padding-bottom: 2.5rem;
}
.home-product-swiper .swiper-pagination-bullet,
.applications-swiper .swiper-pagination-bullet,
.qualification-swiper .swiper-pagination-bullet,
.development-swiper .swiper-pagination-bullet {
  border: 1px solid #b7b5b5;
  background-color: transparent;
  opacity: 1;
  width: 0.275rem;
  height: 0.275rem;
  margin: 0 0.2rem;
}
.home-product-swiper .swiper-pagination-bullet-active,
.applications-swiper .swiper-pagination-bullet-active,
.qualification-swiper .swiper-pagination-bullet-active,
.development-swiper .swiper-pagination-bullet-active {
  background-color: #0d1b66;
  border-color: #0d1b66;
  opacity: 1;
}
.home-product .img {
  text-align: center;
  padding: 0.5rem 0;
  height: 287px;
  overflow: hidden;
  line-height: 247px;
}
.home-product .img img {
  max-height: 100%;
}
.home-product .text {}
.home-product .text .title {
  font-size: 0.6rem;
  margin-bottom: 6px;
}
.home-product .text p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home-company {
  padding: 3.0rem 0 3.5rem;
}
.home-company .title {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}
.home-company .text {
  padding-right: 23.93%;
  position: relative;
}
.home-company .text .text_box_p {
  line-height: 1.8;
}
.home-company .web_more {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.home-smart {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 11.25rem 0 3.25rem;
}
.home-smart .text {
  font-size: 18px;
  color: #ffffff;
  max-width: 650px;
}
.home-smart .title {
  font-size: 1.25rem;
  padding-bottom: 0.75rem;
}
.home-smart .text .text_box {
  line-height: 1.8;
}
.home-news {
  position: relative;
  padding: 1.5rem 0;
}
.home-news::after,
.news-products::after {
  content: '';
  position: absolute;
  top: 0;
  left: 7.8125%;
  width: 92.1875%;
  height: 1px;
  background-color: #e5e5e5;
}
.news-list {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.news-list li {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  margin-bottom: 1rem;
}
.news-list .news_label {
  font-size: 18px;
  padding-bottom: 0.25rem;
}
.news-list .title {
  font-size: 0.70rem;
  color: #000;
  line-height: 1.5;
  padding: 0 0 0.5rem;
}
.news-list .time {
  font-size: 18px;
  color: #111111;
}
.news-click {
  cursor: pointer;
}

.home-applications {
  padding: 3.75rem 0 2.5rem;
}
.home-applications .container-fluid {
  padding-right: 0;
}
.home-applications .applications-title {
  font-size: 1.25rem;
  padding-bottom: 1.0rem;
  border-bottom: 1px solid #e5e5e5;
  text-transform: capitalize;
}
.applications-swiper {
  padding-bottom: 1.75rem;
}
.applications-list li .text {
  padding: 2.75rem 10% 1.5rem 0;
}
.applications-list li .title {
  font-size: 0.7rem;
  padding-bottom: 0.65rem;
}
.applications-list li p {
  font-size: 17px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.applications-list li .time {
  display: none;
}
.applications-list li .img {
  height: 8.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*内页开始*/
.banner-fixed {
  position: relative;
}
.banner-fixed .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 19.375rem;
  width: 100%;
  position: relative;
}
.banner-fixed .text {
  position: absolute;
  bottom: 5.75rem;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #ffffff;
}
.banner-fixed .text-box {
  font-size: 1.9rem;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
/*关于我们*/
/*标题*/
.w-title {
  color: #000000;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  text-transform: capitalize;
}
.w-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.9rem;
  height: 1px;
  background-color: #e5e5e5;
}
.w-title.text-center::after {
  left: 50%;
  margin-left: -0.95rem;
}
.bg_f2f2f2 {
  background-color: #f2f2f2;
}
.about .text_box {
  width: 45%;
}
.about .img {
  width: 46%;
}
.about {
  padding: 2.65rem 0;
}
.about .text,
.culture .text,
.capability .text {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 1.0rem;
}
.about .text p,
.culture .text p,
.capability .text p {
  padding-bottom: 0.625rem;
}
.culture {
  padding: 5.25rem 0;
}
.culture .text {
  width: 58%;
  margin: 0 auto;
  text-align: center;
}
.culture .web_more {
  margin: 0 auto;
}
.development {
  padding: 4.125rem 0;
  background-image: url(../images/development-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.development-swiper {
  padding-bottom: 1.0rem;
  position: relative;
}
.development-swiper::after {
  content: '';
  width: 92%;
  height: 1px;
  position: absolute;
  top: 215px;
  left: 4%;
  background-color: #e8e8e8;
}
.development-swiper li {
  height: 430px;
}
.development-swiper li .con {
  font-size: 18px;
  padding: 1.25rem 0;
  height: 215px;
  position: relative;
}
.development-swiper li .con::after {
  content: '';
  position: absolute;
  top: 206px;
  left: 50%;
  width: 19px;
  height: 19px;
  background: url(../images/icon04.jpg) no-repeat center;
}
.development-swiper li .title {
  font-size: 0.75rem;
  padding-bottom: 0.15rem;
}
.development-swiper li:nth-child(2n-1) {
  position: relative;
  padding-top: 215px;
}
.development-swiper li:nth-child(2n-1) .con::after {
  top: -9px;
}
.capability {
  padding: 4.5rem 0;
  background-image: url(../images/capability-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.capability .w-title {
  color: #ffffff;
}
.capability .w-title::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
}
.capability .text {
  width: 49.38%;
  margin: 0 auto;
  color: #ffffff;
}
.capability .web_more {
  border-color: #ffffff;
  color: #ffffff;
  margin: 0 auto;
}
.qualification {
  padding: 3.0rem 0 3.25rem;
}
.qualification-swiper {
  padding-bottom: 2.25rem;
}
.qualification-swiper .swiper-pagination,
.development-swiper .swiper-pagination {
  bottom: 0;
}
.customer-box {
  width: 60.58%;
}
.customer-box li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.fqa {
  padding: 3.0rem 0;
}
.fqa .panel-group {
  margin-bottom: 2.0rem;
}
.fqa .panel-group .panel {
  box-shadow: none;
  border: none;
  background-color: #f2f2f2;
}
.fqa .panel-group .panel+.panel {
  margin-top: 0;
}
.fqa .panel-group .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}
.fqa .panel-group .panel-body {
  height: auto;
  padding: 30px 28px;
  color: #333333;
  line-height: 1.8;
  font-size: 20px;
  border-top: none !important;
  border-bottom: 1px solid #d9d9d9;
}
.fqa .panel-group .panel-heading a {
  color: #000000;
  display: block;
  font-size: 0.7rem;
  background-color: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  text-transform: capitalize;
  position: relative;
}
.fqa .panel-group .panel-heading a div.problem-title {
  padding: 0.7rem;
  margin-right: 2.5rem;
  position: relative;
}
.fqa .problem-hover {
  width: 2.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.fqa .problem-hover:after, 
.fqa .problem-hover:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #0d1b66;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.fqa .problem-hover:after {
  width: 3px;
  height: 23px;
  top: -100%;
  margin-top: -11.5px;
  margin-left: -1.5px;
}
.fqa .problem-hover:before {
  height: 3px;
  width: 23px;
  margin-left: -11.5px;
  margin-top: -1.5px;
}
.fqa .panel-group .panel-heading a.collapsed .problem-hover:after {
  top: 50%;
}
.fqa .panel-group .panel-heading a.collapsed {
  background: #f2f2f2;
}
.fqa .web_more {
  margin: 0 auto;
}
/*服务*/
.service.fqa .panel-group .panel,
.service.fqa .panel-group .panel-heading a,
.service.fqa .panel-group .panel-heading a.collapsed {
  background-color: #ffffff;
}
.download {
  background-color: #192170;
  padding: 2.9rem 0;
}
.download .w-title {
  color: #ffffff;
}
.download .w-title::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.download-list {
  padding-bottom: 2.0rem;
}
.download-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 0;
  position: relative;
  color: #ffffff;
}
.download-list li .title {
  font-size: 0.7rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  width: 70%;
}
.download-list li .download_button {
  color: #ffffff;
  font-size: 18px;
  padding-left: 0.8rem;
  background: url(../images/icon05.png) no-repeat left center;
  background-size: 0.4rem 0.35rem;
}
.download-list li .time {
  font-size: 18px;
}
.download .web_more {
  border-color: #ffffff;
  color: #ffffff;
  margin: 0 auto;
}
.training {
  padding: 3.75rem 0 2.0rem;
}
.training .web_more {
  margin: 0.75rem auto 0;
}
.w_r {
  padding: 2.75rem 0;
}
.w_r_list {
  padding-bottom: 1.5rem;
}
.w_r_list li {
  border-bottom: 1px solid #d9d9d9;
  padding: 1.125rem 1.0rem;
}
.w_r_list li .title {
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
  position: relative;
  color: #111;
}
.w_r_list li .title i {
  position: absolute;
  top: 50%;
  left: -1.0rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.375rem;
  border-radius: 100%;
  background-color: #0d1b66;
  color: #ffffff;
  font-size: 18px;
  font-style: inherit;
  line-height: 0.75rem;
  text-align: center;
}
.w_r_list li .text {
  font-size: 18px;
  line-height: 1.6;
}
.w_r .web_more {
  margin: 0 auto;
}
/*新闻中心*/
.web_more {
  position: relative;
  width: 4.75rem;
  height: 1.375rem;
  text-align: center;
  line-height: 1.325rem;
  border: 1px solid #0d1b66;
  color: #0d1b66;
  cursor: pointer;
  display: block;
  text-transform: capitalize;
}
.news {
  padding: 3.25rem 0 4.25rem;
  overflow: hidden;
}
.news .container-fluid {
  padding-right: 0;
}
.news .applications-list {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.news .applications-list li {
  padding-left: 0.5px;
  padding-right: 0.5px;
  margin-bottom: 2.0rem;
}
.news .applications-list li .text {
  padding: 0.75rem 10% 1.5rem 0;
  height: 254px;
}
.news .applications-list li .time {
  display: none;
}
.news .web_more,
.news-products .web_more {
  margin: 0 auto;
}
.news-products {
  padding: 3.0rem 0 4.125rem;
  position: relative;
}
.news-products .news-list {
  padding-bottom: 0.25rem;
}
.news-products .news-list li {
  margin-bottom: 1.5rem;
}


/*弹框*/
.text_hidden {
  display: none;
}
.details-click {
  cursor: pointer;
}
.details {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}
.details.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.details-bg.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.details-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}
.details-con {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.details-box {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.details-box .title {
  font-size: 1rem;
  color: #111111;
  position: relative;
  padding-bottom: 0.5rem;
}
.details-box .title::after,
.details-product .technical_information::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 150%;
  background-color: #e5e5e5;
}
.details-box .time {
  font-size: 18px;
  color: #333333;
  padding: 0.6rem 0 1.5rem;
}
.details-box .text {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
}
.details-product .details-product-banner {
  background-color: #f2f2f2;
  width: 100%;
}
.details-product .details-product-banner .box {
  height: 100vh;
}
.details-product .details-product-banner .box .con {
  width: 50%;
  padding-bottom: 3.75rem;
}
.details-product .details-product-banner .box .title {
  font-size: 1.35rem;
  color: #111;
  padding-bottom: 0.45rem;
}
.details-product .details-product-banner .box .con_box {
  font-size: 0.6rem;
  color: #333333;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.details-product .details-product-banner .box .img {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-product .technical_information {
  position: relative;
  padding: 2.5rem 0 1.0rem;
}
.details-product .application_information {
  padding: 1.0rem 0 3.5rem;
}
.details-product .application_information .title,
.details-product .technical_information .title {
  font-size: 0.75rem;
  padding-bottom: 0.375rem;
}
.details-product .application_information .con,
.details-product .technical_information .con {
  font-size: 18px;
  line-height: 1.8;
}
.details-product .product-details-img {
  padding-bottom: 3.5rem;
  line-height: 1.8;
}

.details-close {
  position: fixed;
  top: 1.25rem;
  right: 1.65rem;
  z-index: 99;
  height: 2.525rem;
  width: 2.525rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -ms-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  border-radius: 100px;
}
.details-close>img {
  border-radius: 100px;
}
.details-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 0 0 #0d1b66;
  -webkit-animation: zoom 1.3s infinite;
}
.details-close:hover:after {
  -webkit-animation: none;
}
.details-close:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(13, 27, 102, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0px rgba(13, 27, 102, 0);
  }
}
/*产品*/
.product {
  padding: 3.0rem 0 3.75rem;
}
.product_submit {
  padding-bottom: 2.0rem;
}
.product_submit_box .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #e5e5e5;
  height: 1.375rem;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}
.product_submit_box .form-control::placeholder {
  font-size: 20px;
  color: #333333;
}
.product_submit_box input.form-control {
  width: 54.93%;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.product_submit_box .select_ul {
  width: 17.28%;
  margin-left: 0.75rem;
  position: relative;
}
.product_submit_box .select_ul .select_ul_title {
  height: 1.375rem;
  line-height: 1.375rem;
  border-bottom: 2px solid #e5e5e5;
  background: url("../images/icon05.jpg") no-repeat right center;
}
.product_submit_box .select_ul:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.product_submit_box .select_ul ul {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .30s ease-in-out;
     -moz-transition: all .30s ease-in-out;
      -ms-transition: all .30s ease-in-out;
       -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out;
}
.product_submit_box .select_ul ul li+li {
  border-top: 1px solid #e5e5e5;
}
.product_submit_box .select_ul ul li a  {
  padding: 0.375rem 0.75rem;
  display: block;
  font-size: 16px;
}
.product_submit_box .select_ul ul li a:hover {
  color: #999;
}
.product_submit .text {
  font-size: 20px;
  color: #333333;
  padding-top: 0.75rem;
}
.product_submit .text span {
  color: #0d1b66;
}
.product-list {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.product-list li {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
}
.product-list li .box {
  background-color: #f2f2f2;
  height: 16.25rem;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 2.0rem;
}
.product-list li .box .title {
  font-size: 0.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0.875rem;
}
.product-list li .box .title span {
  display: block;
  background: url(../images/icon06.jpg) no-repeat right center;
  background-size: 1.025rem 0.575rem;
}
/*渐变效果样式*/
.animation-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.animation-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.animation-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}