* {
  font-size: 16px;
}
.title-1 {
  font-size: 35px;
  font-weight: bold;
}
.detail {
  font-size: 20px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.back {
  position: fixed;
  right: 150px;
  bottom: 50px;
  z-index: 999;
  text-align: center;
  background: #999;
  color: #fff;
  cursor: pointer;
}
.po-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hv-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.txt-indent {
  text-indent: 2em;
}
.showItem {
  display: show;
}
.hideItem {
  display: none;
}
.ab {
  position: absolute;
}
.relv {
  position: relative;
}
.txt-center {
  text-align: center;
}
.mr-15 {
  margin-right: 15px;
}
.mt-50 {
  margin-top: 50px;
}
.mtb-10 {
  margin: 10px 0;
}
.mtb-15 {
  margin: 15px 0;
}
.mtb-20 {
  margin: 20px 0;
}
.mtb-40 {
  margin: 40px 0;
}
.ptb-20 {
  padding: 20px 0 0;
}
.pb-25 {
  padding-bottom: 25px;
}
.arrow-up {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-25%) rotateZ(45deg);
  -moz-transform: translateY(-25%) rotateZ(45deg);
  -ms-transform: translateY(-25%) rotate(45deg);
  -o-transform: translateY(-25%) rotateZ(45deg);
  transform: translateY(-25%) rotateZ(45deg);
  border: 5px solid #5A9BC5;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.arrow-down {
  position: absolute;
  top: 36%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
  -moz-transform: translateY(-50%) rotateZ(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotateZ(45deg);
  transform: translateY(-50%) rotateZ(45deg);
  border: 5px solid #5A9BC5;
  border-left-color: transparent;
  border-top-color: transparent;
}
.title1 img.left {
  width: 100px;
  height: 15px;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.title1 img.right {
  width: 100px;
  height: auto;
}
.seemore {
  width: 80px;
  padding: 8px 20px;
  background: #0072DD;
  color: #fff;
  border-radius: 10px;
  margin: 20px auto;
  font-size: 14px;
  cursor: pointer;
}
.top_nav {
  background: #fff;
}
.top_nav .logo {
  width: 20%;
  float: left;
}
.top_nav .menu {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top_nav .menu img {
  width: 70%;
  height: 70%;
}
.top_nav .nav {
  min-height: 66px;
  padding: 15px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_nav .nav_menu {
  list-style: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.top_nav .nav_menu li {
  display: inline-block;
  line-height: 40px;
  position: relative;
}
.top_nav .nav_menu li.hasmenu {
  width: 150px;
}
.top_nav .nav_menu li a {
  text-decoration: none;
  color: #000;
  padding: 10px 30px;
}
.top_nav .nav_menu li dl.nav-child {
  display: none;
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  min-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 0;
}
.top_nav .nav_menu li dl.nav-child dd {
  line-height: 18px;
  padding: 5px;
  width: 260px;
  padding: 15px 0;
}
.top_nav .nav_menu li dl.nav-child dd:hover a {
  color: #0072DD;
}
.top_nav .nav_menu li dl.nav-child dd a {
  text-align: center;
  font-size: 0.9375rem;
}
.top_nav .nav_menu li:hover a {
  color: #5A9BC5;
}
.top_nav .nav_menu li.active:after,
.top_nav .nav_menu li.hover:after {
  content: '';
  width: 100%;
  height: 0.25rem;
  top: auto;
  bottom: 0;
  background: #0072DD;
}
.top_nav .nav_menu li.active a,
.top_nav .nav_menu li.hover a {
  color: #5A9BC5;
}
.top_nav .nav_menu li.active dl.nav-child a,
.top_nav .nav_menu li.hover dl.nav-child a {
  color: #000;
}
.nav_menu_left {
  position: absolute;
  top: 66px;
  width: 100%;
  height: -webkit-calc(34%);
  height: -moz-calc(34%);
  height: calc(100% - 66px);
  background: transparent;
  z-index: 999;
  color: #000;
}
.nav_menu_left .layui-nav-side {
  top: 66px;
  width: 100vw;
}
.nav_menu_left .layui-nav-side a {
  text-align: center;
}
.swiper-pagination {
  bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
}
.swiper-button-prev,
.swiper-button-next {
  width: 1.875rem !important;
  height: 2.1875rem !important;
  -o-background-size: 1.875rem 2.1875rem !important;
  background-size: 1.875rem 2.1875rem !important;
  padding: 0.625rem 0.3125rem;
  border-radius: 5px;
  background: #000;
  opacity: 0.5;
}
.wrap {
  background: #edeff0;
}
.wrap .produce_center .tab_item {
  text-align: center;
  cursor: pointer;
  margin: 10px 0;
  min-height: 80px;
}
.wrap .produce_center .tab_item div {
  font-size: 14px;
  padding: 22px 0;
  border-radius: 20px;
  height: 3.75rem;
  width: 80%;
}
.wrap .produce_center .tab_item div:hover {
  background: #0072DD;
  color: #fff;
}
.wrap .produce_center .tab_item div.active {
  background: #0072DD;
  color: #fff;
}
.wrap .produce_center .tab-content {
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px 50px;
  position: relative;
  cursor: pointer;
}
.wrap .produce_center .tab-content h3 {
  font-weight: 700;
}
.wrap .produce_center .tab-content .intro-arrow-left,
.wrap .produce_center .tab-content .intro-arrow-right {
  font-size: 80px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: block!important;
}
.wrap .produce_center .tab-content .intro-arrow-left {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  -moz-transform: translateY(-50%) rotateZ(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotateZ(180deg);
  transform: translateY(-50%) rotateZ(180deg);
  left: -105px;
}
.wrap .produce_center .tab-content .intro-arrow-right {
  right: -105px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap .produce_center .tab-content > div .intro-right {
  font-size: 18px;
  line-height: 22px;
}
.wrap .produce_center .solution .resolve-btn {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  margin: 0 auto;
}
.wrap .produce_center .solution .resolve-btn .circle {
  font-size: 24px;
}
.wrap .produce_center .solution .lr {
  min-height: 348px;
  cursor: pointer;
}
.wrap .produce_center .solution .lr .left {
  background: #BABBBD;
  min-height: 348px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap .produce_center .solution .lr .right {
  background: #273FA9;
  color: #fff;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  min-height: 348px;
}
.wrap .produce_center .solution .lr .right .content {
  line-height: 26px;
}
.wrap .produce_center .solution .lr .right .seemore {
  text-align: center;
  margin: 20px 0;
}
.wrap .produce_center .solution .quality {
  height: 450px;
  background: url('../image/quality.jpg') no-repeat center center;
  -o-background-size: 100%;
  background-size: 100%;
  color: #fff;
}
.wrap .produce_center .solution .quality img {
  width: 3.125rem;
  height: 2.225rem;
  margin: 10px 0;
}
.wrap .produce_center .solution .quality > div > div {
  height: 90%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
.wrap .produce_center .solution .quality .quality-item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 92%;
  height: 90%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(8, 8, 8, 0.7);
  min-height: 130px;
  border-radius: 8px;
  cursor: pointer;
}
.wrap .produce_center .solution .quality .quality-item:hover {
  background: #0072DD;
}
.wrap .produce_center .solution .quality .quality-item div {
  font-size: 1.0625rem;
  text-align: center;
}
.wrap .produce_center .solution .security {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wrap .produce_center .solution .security h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.wrap .produce_center .solution .security .security-item {
  min-height: 420px;
  text-align: center;
  border-radius: 15px;
  width: 90%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  margin-left: 5%;
  padding: 50px 30px;
  color: rgba(8, 8, 8, 0.7);
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
}
.wrap .produce_center .solution .security .security-item:hover {
  box-shadow: 0 0 25px grey;
}
#footer {
  position: relative;
  color: #fff;
}
#footer .footer-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(90, 134, 198, 0.8);
  z-index: 200;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}
#footer .footer-content .com-info {
  margin-top: 30px;
}
#footer .footer-content .com-info .intro-ad {
  margin: 25px 0;
}
#footer .footer-content .com-info .intro-ad span {
  font-size: 18px;
}
#footer .footer-content .form-wrap {
  margin: 35px 0;
  padding: 20px 0;
  background: #fff;
  color: #000;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}
#footer .footer-content .form-wrap .sub-form > div {
  margin: 15px;
}
#footer .footer-content .form-wrap .sub-form label {
  display: inline-block;
  width: 80px;
  text-align: right;
}
#footer .footer-content .form-wrap .sub-form textarea {
  resize: none;
}
#footer .footer-content .form-wrap .sub-form input {
  height: 20px;
  background: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
}
#footer .footer-content .form-wrap .sub-form textarea {
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
#footer .footer-content h2 {
  font-size: 28px;
}
#footer .footer-content h3 {
  font-size: 16px;
  line-height: 28px;
}
#footer .footer-content a {
  color: #fff;
}
.footer-copyright {
  position: absolute;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 12px;
  background: #233752;
  color: #fff;
  z-index: 300;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .nav_menu {
    display: none;
  }
  .menu {
    display: block!important;
  }
  .layui-container .logo {
    width: 201px;
  }
  .wrap .produce_center .tab_item div {
    height: 2.875rem;
  }
  .wrap .produce_center .tab-content .intro-arrow-left,
  .wrap .produce_center .tab-content .intro-arrow {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .layui-container .logo {
    width: 171px;
  }
}
@media screen and (min-width: 992px) {
  .nav_menu_left {
    display: none!important;
  }
  .tab_item {
    font-size: 14px!important;
  }
}
