.no-img img {
  display: none;
}

.minheight {
  min-height: calc(100vh - 446px);
  padding-bottom: 20px;
}

div.content-img {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
div.content-img img {
  width: 100%;
  color: #fff;
}

a.twinkleBtn {
  padding: 7px 14px;
  border: 2px solid #666666;
  color: #272636;
  display: inline-block;
  margin-top: 30px;
  transition: 0.3s ease;
}
a.twinkleBtn:hover {
  color: #fff;
  background-color: #272636;
}

header {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  background: rgba(45, 51, 85, 0.4);
}
header .header-left {
  float: left;
}
header .header-left .text {
  float: left;
  padding-left: 20px;
  color: #fff;
}
header .header-left .text h2 {
  font-size: 22px;
  font-weight: bolder;
  padding: 6px 0 15px;
}
header .header-right {
  float: right;
  padding: 10px 0;
}
header .logo {
  height: 60px;
  float: left;
}
header .logo img {
  height: 100%;
}
header .navbar-collapse > ul > li {
  float: left;
  color: #fff;
  position: relative;
}
header .navbar-collapse > ul > li > a {
  transition: all 0.3s;
  font-size: 16px;
  padding: 10px 14px;
}
header .navbar-collapse > ul > li.active > a, header .navbar-collapse > ul > li:hover > a {
  color: #9397ef;
  font-weight: bolder;
}
header .navbar-collapse > ul > li.open > a {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #9397ef;
  font-weight: bolder;
}
header .navbar-collapse > ul > li.language a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}
header .navbar-collapse > ul > li.language img {
  height: 30px;
}
header .navbar-collapse > ul > li .dropdown-menu {
  background: rgba(45, 51, 85, 0.6);
  box-shadow: 0px 0px 2px #fff !important;
}
header .navbar-collapse > ul > li .dropdown-menu li {
  text-align: center;
}
header .navbar-collapse > ul > li .dropdown-menu li a {
  color: #fff;
  padding: 10px;
}
header .navbar-collapse > ul > li .dropdown-menu li.active a, header .navbar-collapse > ul > li .dropdown-menu li:hover a {
  color: #9397ef;
  background-color: transparent;
}

.banner-text {
    position: absolute; /* 设置绝对定位 */
    top: 50%; /* 让文本居于图片顶部的中间位置 */
    left: 50%; /* 让文本居于图片左边的中间位置 */
    transform: translate(-50%, -50%); /* 通过transform属性进行水平、垂直居中 */
}

    .banner-text h2 {
        font-size: 48px;
        color: #fff;
        text-shadow: 2px 2px 2px #929292;
        line-height: 120px;
    }

    .banner-text p {
        color: #fff;
        font-size: 24px;
        line-height: 40px;
    }

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

.index-title {
  position: relative;
  margin-bottom: 50px;
}
.index-title::before {
  content: " ";
  width: 85px;
  height: 3px;
  background: #2d3356;
  position: absolute;
  left: 0;
  top: 0;
}
.index-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  padding: 18px 0 14px 0;
}
.index-title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}
.index-title .twinkleBtn {
  float: right;
  margin-top: -60px;
}

.index-about {
  padding: 100px 0;
  background: url(../images/about-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.index-about .index-title h2,
.index-about .index-title h3 {
  color: #fff;
}
.index-about .about-box p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.index-about .about-box .h1 {
  padding: 34px 0 13px 0;
  color: #fff;
}
.index-about .about-box ul {
  margin-top: 30px;
}
.index-about .about-box ul li {
  float: left;
  margin-left: 35px;
  display: block;
  text-align: center;
  padding: 16px 48px;
  background: #f4f4f4;
}
.index-about .about-box ul li:nth-child(1) {
  margin-left: 0;
}
.index-about .about-box ul li img {
  height: 30px;
}
.index-about .about-box ul li p {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
}

.index-product {
  padding: 100px 0;
}
.index-product .product-box {
  display: inline-block;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.product-list {
  position: relative;
  margin-bottom: 30px;
}
.product-list div.content-img {
  height: 175px;
}
.product-list .fbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease;
  background: #2d3356b3;
}
.product-list .fbox .font {
  border: 1px solid #ffffff;
  position: absolute;
  left: 13px;
  right: 13px;
  top: 13px;
  bottom: 13px;
  text-align: center;
  color: #ffffff;
  padding-top: 20%;
}
.product-list .fbox .font h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
.product-list .fbox .font h3 {
  font-size: 24px;
}
.product-list:hover .fbox {
  opacity: 1;
}
.product-list p {
  position: absolute;
  border: 0;
  width: 100%;
  margin-top: 15px;
}

.index-youshi {
  padding: 100px 0;
}
.index-youshi .youshi-left {
  float: left;
  width: 50%;
}
.index-youshi .youshi-right {
  float: right;
  width: 50%;
}
.index-youshi .youshi-right .youshi-bg {
  height: 714px;
  background: url(../images/youshi5.jpg) no-repeat center center;
  background-size: cover;
}

.youshi-list {
  float: left;
  width: calc(50% - 1px);
  margin: 0 0 2px 2px;
  text-align: center;
  background: #f4f4f4;
  position: relative;
  padding: 50px 0;
  transition: all 0.3s;
  overflow: hidden;
}
.youshi-list:nth-child(odd) {
  margin: 0;
}
.youshi-list h2 {
  color: #333;
  font-weight: bold;
  padding: 13px 0 21px 0;
  transition: all 0.3s;
}
.youshi-list p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 0 49px;
  height: 112px;
  transition: all 0.3s;
  text-align: left;
}
.youshi-list:hover {
  background-color: #2d3355;
}
.youshi-list:hover h2,
.youshi-list:hover p {
  color: #fff;
}

.index-youshi2 {
  padding: 100px 0;
}
.index-youshi2 .col-md-12 {
  padding: 20px 0;
  border-top: 1px solid #efefef;
}
.index-youshi2 .col-md-12:nth-child(1) {
  border-top: 0;
}
.index-youshi2 .youshi2-text {
  padding: 30px;
}
.index-youshi2 .youshi2-text h2 {
  font-size: 30px;
}
.index-youshi2 .youshi2-text h2 span {
  color: #2d3356;
}
.index-youshi2 .youshi2-text h3 {
  font-size: 20px;
  padding: 15px 0 40px;
}
.index-youshi2 .youshi2-text p {
  line-height: 1.8;
}
.index-youshi2 .youshi2-img.b {
  display: none;
}

.index-news {
  padding: 100px 0;
}
.index-news .news-box {
  display: inline-block;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.news-list {
  border: 3px solid #dedede;
  font-size: 14px;
  padding: 20px 24px 17px 24px;
  line-height: 24px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.news-list h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  height: 3.2em;
  transition: all 0.3s;
  overflow: hidden;
}
.news-list p {
  color: #666666;
  padding: 10px 0;
  line-height: 1.6;
  min-height: 64px;
}
.news-list:hover {
  border-color: #2d3356;
}
.news-list:hover h2 {
  color: #2d3356;
}

footer {
  background: #2d3356;
  padding: 100px 0;
}
footer .footer-left {
  float: left;
}
footer .footer-left img {
  margin-bottom: 20px;
}
footer .footer-list {
  margin-left: 50px;
}
footer .footer-list ul {
  float: left;
  margin-left: 30px;
}
footer .footer-list ul:nth-child(1) {
  margin-left: 15px;
}
footer .footer-list ul li a {
  line-height: 2;
  color: #fff;
  white-space: nowrap;
}
footer .footer-right {
  float: right;
}
footer .footer-right h2 {
  font-size: 20px;
  color: #ffffff;
}
footer .footer-right h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
}
footer .footer-right p {
  color: #ffffff;
      line-height: 1.6;
}
footer .footer-right .bottom {
  padding-top: 46px;
}
footer .footer-right .bottom p {
  color: #999999;
  line-height: 2;
}

.footMenu {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #474747;
  border-top: 1px solid #eee;
  background-color: #2d3356;
  z-index: 999;
}
.footMenu > div {
  border-right: 1px solid #eee;
  padding: 5px 0 0;
}
.footMenu > div:nth-last-child(1) {
  border-right: 0;
}
.footMenu i {
  color: #fff;
  font-size: 30px;
}
.footMenu p {
  color: #fff;
  font-size: 14px;
  line-height: 2em;
}

#toolbar {
  width: 70px;
  position: fixed;
  top: 40%;
  right: 2px;
  z-index: 29;
  border-right: 1px solid #2d3356;
  padding: 11px 0 5px;
}
#toolbar > ul {
  position: relative;
  margin-bottom: 0;
}
#toolbar > ul > li {
  margin-bottom: 6px;
  position: relative;
  right: -1px;
  width: 100%;
  display: inline-block;
}
#toolbar > ul > li > div {
  width: 70px;
  height: 70px;
  float: right;
  transition: all 0.6s ease;
  background-color: rgba(45, 51, 86, 0.8);
  border: 1px solid #2d3356;
  position: relative;
  overflow: hidden;
}
#toolbar > ul > li > div i {
  width: 100%;
  font-size: 26px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  margin-top: 10px;
}
#toolbar > ul > li > div i span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
#toolbar > ul > li > div p {
  width: 140px;
  height: 100%;
  margin: 0;
  padding: 10px 0;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#toolbar > ul > li > div div.toolbarBg {
  width: 0%;
  height: 100%;
  background: rgba(45, 51, 86, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.8s ease;
}
#toolbar > ul > li > div img {
  width: 200px;
  position: absolute;
  right: 70px;
  bottom: 0;
  transition: all 0s;
  opacity: 0;
  border: 1px solid #2d3356;
  user-select: none;
}
#toolbar > ul > li.w200.active:hover > div, #toolbar > ul > li.w200 > div p {
  width: 200px;
}
#toolbar > ul > li.active:hover > div {
  width: 150px;
  overflow: initial;
}
#toolbar > ul > li.active:hover > div i {
  display: none;
}
#toolbar > ul > li.active:hover > div p {
  display: block;
}
#toolbar > ul > li.active:hover > div img {
  right: 149px;
  transition: all 0.6s;
  opacity: 1;
}
#toolbar > ul > li.active:hover > div div.toolbarBg {
  width: 100%;
}

.BNtop {
  padding: 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}
.BNtop h4 {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin: 10px 0;
  padding-left: 10px;
}

.detailsText {
  font-size: 16px;
  letter-spacing: 2px;
}
.detailsText p {
  line-height: 2em;
}

/*# sourceMappingURL=style.css.map */
