﻿

/* CSS Document */
/*切图：zcy*/
html {
  overflow-x: auto;
  overflow-y: auto;
}

html, body {
  overflow: visible !important;
}

@font-face {
  font-family: 'dineng';
  src: url('../font/dinengschrift.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

* {
  padding: 0;
  margin: 0;
  outline: none !important;
}

ul, ol, li {
  list-style-type: none;
}

body, button, input, select, textarea {
  font-family: 'Microsoft yahei', Arial;
  font-size: 12px;
}

body {
  /* overflow: hidden; */
}

code, kbd, pre, samp {
  font-family: 'Microsoft yahei', Arial;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

img {
  border: 0;
  max-width: 100%;
}

li {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-family: 'Microsoft yahei', Arial;
}

input, table, tr, td {
  margin: 0;
  padding: 0;
  border: none;
}

button, table {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  float: left;
  width: 100%;
  /* overflow: hidden; */
}

select {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft yahei', Arial;
  border: none;
}

textarea {
  resize: none;
  outline: none;
}

label {
  margin-bottom: 0;
  font-weight: normal;
}

input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  justify-content: center;
  display: flex;
}

.on_2 .topnav .search_i .search_ico {
  width: 38px;
  height: 38px;
  margin-top: 25px;
  border: solid 1px #b0b0b0;
  background: url(../image/top8_h.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.on_1 .topnav .search_i .search_ico {
  width: 38px;
  height: 38px;
  margin-top: 25px;
  border: solid 1px #b0b0b0;
  background: url(../image/top8_h.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.bdshare_dialog_box {
  display: none !important;
}

.pz_top.on_2 {
  top: -40px;
  background: #fff;
}

.pz_top.on_2 .topnav {
  height: 70px;
}

.pz_top.on_2 .topnav .logo {
  margin-top: 10px;
  width: 280px;
}

.pz_top.on_2 .topnav .menu, .pz_top.on_2 .topnav .menu ul .nli, .pz_top.on_2 .topnav .search_i {
  height: 70px;
}

.pz_top.on_2 .topnav .menu ul .nli span>a {
  height: 70px;
  line-height: 70px;
  color: #000;
}

.pz_top.on_2 .topnav .lang, .pz_top.on_2 .topnav .search_i .search_ico {
  margin-top: 16px;
}

.pz_top.on_1 {
  top: -40px;
  background: #fff;
}

.on_1 .logo1 {
  display: block;
}

.pz_top.on_1 .topnav {
  height: 70px;
}

.pz_top.on_1 .topnav .logo {
  margin-top: 10px;
  width: 280px;
}

.pz_top.on_1 .topnav .menu, .pz_top.on_1 .topnav .menu ul .nli, .pz_top.on_1 .topnav .search_i {
  height: 70px;
}

.pz_top.on_1 .topnav .menu ul .nli span>a {
  height: 70px;
  line-height: 70px;
  color: #000;
}

.pz_top.on_1 .topnav .lang, .pz_top.on_1 .topnav .search_i .search_ico {
  margin-top: 16px;
}

.topnav .topnav_right {
  float: right;
}

@media screen and (max-width: 1023px) {
  .topnav .logo2 img {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
    padding: 0 15px;
  }

  .b-pro-txt {
    left: 50%;
  }
}

/*-------------------</END 重置>-----------------------*/
.b-banner {
  position: relative;
  justify-content: center;
  display: flex;
}

.b-banner img {
  width: 100%;
}

.about-bottom, .examples, .b-probox, .news-box {
  margin-bottom: 100px;
}

.pz_down {
  /* margin-top: 100px; */
}

.b-banner>.container {
  position: absolute;
  bottom: 100px;
}

.b-banner-txt {
  color: #fff;
}

.b-banner-txt h4 {
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 24px;
}

.b-banner-txt h1 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 20px;
}

.b-banner-txt p a {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .b-banner {
    height: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .b-banner {
    margin-top: 60px;
  }

  .b-banner>.container {
    position: absolute;
    bottom: calc(50% - 40px);
  }

  .b-banner-txt {
    text-align: center;
  }

  .b-banner-txt h4 {
    line-height: 10px;
    margin-bottom: 10px;
  }

  .b-banner-txt h1 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.title-nav {
  margin-top: 80px;
  margin-bottom: 20px;
}

.nav-box {
  height: 40px;
  background: #1d2088;
  margin: 10px 0;
}

.nav-box:hover {
  background: #ed6d00;
  /* background-image: linear-gradient(120deg, #ed6d00, #1d2088); */
}

.nav-box a {
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  display: block;
}

.title-nav .active {
  background: #ed6d00;
  /* background-image: linear-gradient(120deg, #ed6d00, #1d2088); */
}

.about-bj {
  background: url(../image/GS.png) fixed;
}

.on_2 .logo .logo1 {
  display: none;
}

.on_2 .logo .logo2 {
  display: block;
}

.on_1 .logo .logo1 {
  display: none;
}

.on_1 .logo .logo2 {
  display: block;
}

@media screen and (max-width: 1023px) {
  .about-bj {
    background: url(../image/GS1.png) fixed no-repeat bottom;
    background-size: 100%
  }

  .about-left {
    padding-bottom: 0 !important;
  }
}

.about-box {
  /* height: 500px; */
  margin-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-left {
  padding-bottom: 100px;
}

.about-right {
  margin-top: 125px;
}

.about-left h1 {
  color: #1d2088;
  font-weight: bold;
  font-family: "dineng";
  font-size: 48px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.about-left p {
  margin-top: 10px;
  font-size: 16px;
}

.szjz {
  margin-top: 50px;
}

.value,
.value2,
.value3,
.value4 {
  font-family: "dineng";
  font-size: 72px;
  color: #1d2088;
  margin-top: 20px;
  float: left;
  line-height: 30px;
}

.szjz>span {
  font-family: "dineng";
  float: left;
  margin-top: 40px;
  font-size: 32px;
  margin-left: 10px;
  line-height: 10px;
}

.about-bottom {
  background: #fff;
}

.about-txt {
  background: #fff;
  /* text-align: center; */
  font-size: 16px;
  line-height: 32px;
  padding-top: 50px;
}

/* 工厂 */
.about-left-txt {
  margin-top: 80px;
}

.example {
  margin-bottom: 20px;
  background: #f6f6f6;
  padding: 10px 20px;
}

/* .examplex:hover img {
  width: 120%;
  height: 120%;
} */
/* 产品 */
.b-product-bj {
  background: url(../image/BGS.png) fixed bottom center no-repeat;
}

.b-probox {
  margin-top: 100px;
}

.proLi {
  transition: all 0.5s ease;
  border: 1px solid rgba(243, 243, 243, 1);
  overflow: hidden;
  position: relative;
  margin: 20px 0px;
  background: #fff;
}

.proTitle {
  position: relative;
  text-align: center;
  padding: 0 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
  height: 70px;
  line-height: 70px;
  transition: all .5s ease;
}

.proImgBox {
  position: relative;
  width: 100%;
  /* height: 0px;
  padding-bottom: 80%; */
  overflow: hidden;
}

.lookMore {
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  color: #ed6d00;
}

.proTitle::before {
  content: '';
  position: absolute;
  left: -170px;
  top: -70px;
  width: 140px;
  height: 140px;
  background-color: #1d2088;
  transform: rotate(45deg);
  transition: all .5s ease;
}

.proLi:hover .proTitle::before {
  left: -100px;
}

.proLink::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #1d2088;
  transition: all .5s ease;
}

.proLi:hover .proLink::after {
  width: 100%;
}

.lookMore .icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.proLi:hover .proImg {
  transform: scale(1.1);
}

.proTitle svg {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
}

.proImg {
  transition: all 2s ease .5s;
}

/* ---------多图展示----------- */
.exzoom {
  box-sizing: border-box;
}

.exzoom * {
  box-sizing: border-box;
}

.exzoom .exzoom_img_box {
  background: #fff;
  position: relative;
}

.exzoom .exzoom_img_box .exzoom_main_img {
  display: block;
  width: 100%;
}

.exzoom .exzoom_preview {
  margin: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
}

.exzoom .exzoom_preview .exzoom_preview_img {
  position: relative;
  max-width: initial !important;
  max-height: initial !important;
  left: 0;
  top: 0;
}

.exzoom .exzoom_nav {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  left: 0px;
  background: #f5f5f5f5;
}

.exzoom .exzoom_nav .exzoom_nav_inner {
  position: absolute;
  left: 20px !important;
  top: 0;
  margin: 0;
}

.exzoom .exzoom_nav .exzoom_nav_inner span {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  float: left;
  background: #fff;
}

.exzoom .exzoom_nav .exzoom_nav_inner span.current {
  border: 1px solid #f60;
}

.exzoom .exzoom_nav .exzoom_nav_inner span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.exzoom .exzoom_btn {
  position: relative;
  margin: 0;
}

.exzoom .exzoom_btn a {
  display: block;
  width: 15px;
  border: 1px solid #ddd;
  height: 100px;
  line-height: 100px;
  background: #eee;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -101px;
  text-decoration: none;
  color: #999;
}

.exzoom .exzoom_btn a:hover {
  background: #f60;
  color: #fff;
}

.exzoom .exzoom_btn a.exzoom_next_btn {
  left: auto;
  right: -25px;
}

.exzoom .exzoom_zoom {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 5;
  cursor: pointer;
}

.exzoom .exzoom_img_ul_outer {
  border: 1px solid #ddd;
  position: absolute;
  overflow: hidden;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  float: left;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
  width: 100%;
}

.content {
  width: 100%;
  /* height: 400px; */
  position: relative;
  margin: 0 auto;
}

.b-pro-txt {
  position: absolute;
}

.exzoom {
  width: 50%;
}

.exzoom_img_box {
  float: left;
}

.b-pro-txt {
  left: 55%;
}

.pro_content h3 {
  font-size: 30px;
  line-height: 72px;
}

.pro_content p {
  font-size: 16px;
  line-height: 36px;
}

.b-product-box {
  margin-top: 50px;
}

.pro_content a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 20px 0 20px 0;
  border-radius: 4px;
  background: #ed6d00;
  color: #fff;
}

.other_right {
  height: auto;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 30px;
  min-height: 500px;
  position: relative;
  width: 100%;
}

.other_right h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-indent: 10px;
  margin-bottom: 22px
}

.other_right h3::after {
  position: absolute;
  width: 170px;
  height: 2px;
  background: #e45517;
  left: 0;
  bottom: 0;
  content: ''
}

.fyoi {
  position: relative;
  bottom: 0;
  width: 100%;
}

.ql-snow {
  min-height: 450px;
  padding: 30px 0;
}

.b-product-box-bj {
  background: #f5f5f5f5;
  padding: 50px 12%;
}

#other {
  margin-top: 50px;
  margin-bottom: 80px;
}

/* messages */
.messages-box {
  padding: 60px 50px;
  width: 100%;
  margin: 0px auto 0;
  box-shadow: 0px 0px 8px #dedede;
  background: #fff;
  opacity: 0.85;
}

.messages-title {
  font-size: 18px;
  line-height: 36px;
}

.messlist input {
  width: 100%;
  height: 50px;
  box-shadow: inset 0px 0px 8px #dedede;
  padding: 10px;
}

.messtxt input {
  width: 100%;
  height: 200px;
  box-shadow: inset 0px 0px 8px #dedede;
  padding: 10px;
}

.messbtn {
  background: #ed6d00;
  width: 240px;
  height: 40px;
  margin-top: 30px;
}

.messbtn input {
  display: block;
  margin: 0 auto;
  height: 100%;
  background: #fff0;
  font-size: 18px;
  color: #fff;
}

/* news */
#banner {
  width: 100%;
  height: 500px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

#banner #picUl li {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%
}

#banner #picUl li img {
  width: 100%;
}

#banner #tab {
  width: 62px;
  height: 100%;
  position: absolute;
  right: 0;
  background: #F4F7FA;
  ;
}

#banner #tab li {
  width: 100%;
  text-align: center;
  position: relative;
}

#banner #tab li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 20px;
}

#banner #tab .active a {
  color: #fff;
}

#banner #tab li span {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -6px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #ed6d00 transparent transparent;
  display: none;
}

#banner #tab li.active {
  background: #ed6d00;
}

#banner #tab li.active .on {
  display: block;
}

#pic {
  width: 60%;
}

#banner #tab {
  width: 40%;
}

.b-news-txt {
  float: left;
  width: 80px;
  background: #1d2088;
  height: 500px;
  position: absolute;
  color: #fff;
  padding-left: 10px;
  font-weight: bold;
}

.b-news-txt h1 {
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 20px;
}

.b-news-txt h5 {
  font-weight: bold;
  opacity: 0.8;
}

.b-news-txt p {
  opacity: 0.8;
  position: absolute;
  bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  writing-mode: vertical-lr;
}

.b-news-img {
  float: right;
  width: calc(100% - 80px)
}

.news-left {
  /* padding-bottom: 100px; */
  padding: 0 15px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.news-left h1 {
  color: #1d2088;
  font-weight: bold;
  font-family: "dineng";
  font-size: 48px;
  letter-spacing: 5px;
}

.news-left p {
  margin-top: 10px;
  font-size: 16px;
}

.b-news-box {
  padding: 0 15px;
}

.news-box1 .txt {
  border: 1px solid #ccc;
  padding: 15px 30px;
}

.news-box1 .txt h4 {
  line-height: 36px;
  color: #999;
}

.news-box1 svg {
  height: 36px;
  margin-right: 10px;
}

.news-time {
  margin-top: 20px;
}

.news-box1 .img img, .b-news-img img {
  transition: All 2s;
}

.news-box1:hover .img img {
  transform: scale(1.2);
}

.b-news-img:hover img {
  transform: scale(1.2);
}

.news-box1 .img, .b-news-img {
  overflow: hidden;
}

.b-news-detail {
  margin: 100px auto;
}

.b-news-detail>article {
  min-height: 500px;
}

.sx {
  margin-top: 80px;
}

.b-news-detail-p {
  margin-top: 40px;
}

.BMap_mask {
  width: 100%;
}

.about-text {
  margin-bottom: 100px;
}

.ueditor_baidumap {
  /* width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px; */
}

.con-map {
  overflow: hidden;
  margin-top: 50px !important;
}

.b-map {
  position: relative;
  overflow: hidden;
  height: 500px;
}

@media screen and (max-width: 1023px) {
  .ueditor_baidumap {
    /* margin-left: -960px !important; */
  }
}

.img video {
  width: 100%;
  height: 500px;
}

.ryzzz {
  margin-bottom: 50px;
}

.ryzzz h4 {
  margin: 10px 0 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #1d2088;
  font-family: "dineng";
  font-size: 26px;
}

.ryzzz div a img {
  margin: 10px 0;
}

.pager .active a {
  background: #1d2088;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .pz_down {
    display: none;
  }

  .b-pro-txt {
    display: none;
  }

  .exzoom {
    width: 100%;
  }
}

.szjz-box p {
  font-size: 18px;
  margin-top: 25px;
  letter-spacing: 1px;
}
