.h992 {
  display: block;
}
.s992 {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  line-height: 112px;
  height: 112px;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 46%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #dfdfdf;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 80px;
}
header > div .logo .logo_text a h3 {
  font-size: 30px;
  color: #0653a3;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
header > div .logo .logo_text a p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 54%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 180px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 20%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #e6f2f8;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #e6f2f8;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #0653a3;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 150px;
  border-left: 1px solid #dfdfdf;
  padding-left: 20px;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #0653a3;
  line-height: 30px;
  text-align: center;
}
header > div nav .tool > div h3 {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
header > div nav .tool > p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
footer {
  background-color: #202328;
  overflow: hidden;
}
footer > div {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer > div .left {
  width: 30%;
}
footer > div .left h3 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
footer > div .left h3::after {
  margin-top: 16px;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
footer > div .left ul li {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
footer > div .center {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer > div .center dl {
  width: 25%;
}
footer > div .center dl dt {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
footer > div .center dl dt::after {
  margin-top: 16px;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
footer > div .center dl dd a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
footer > div .right {
  width: 20%;
}
footer > div .right .img {
  width: 60%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
footer > div .right .img img {
  width: 100%;
}
footer > div .right .text {
  width: 60%;
}
footer > div .right .text h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer > div .right .text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer > div.icp {
  background-color: #000;
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
footer > div.icp a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  padding: 0 20px;
}
.n_nav_list {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.n_nav_list > div {
  line-height: 90px;
  position: relative;
  overflow: initial;
}
.n_nav_list > div::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div .list {
  line-height: inherit;
  float: left;
}
.n_nav_list > div .list ul {
  line-height: inherit;
  overflow: hidden;
}
.n_nav_list > div .list ul li {
  float: left;
  padding: 0 36px;
  line-height: inherit;
  height: 90px;
  box-sizing: border-box;
}
.n_nav_list > div .list ul li a {
  font-size: 16px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .list ul li:hover {
  background-image: url(../images/nav_list_hover.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.n_nav_list > div .list ul li:hover a {
  color: #0653a3;
  font-weight: 700;
}
.n_nav_list > div .list ul li.hover a {
  color: #0653a3;
  font-weight: 700;
}
.n_nav_list > div .list .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.n_nav_list > div .list .search p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 40px;
}
.n_nav_list > div .list .search p span {
  font-weight: bold;
}
.n_nav_list > div .list .search > div {
  width: 240px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.n_nav_list > div .list .search > div input {
  width: 100%;
  background-color: #e6f2f8;
  line-height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  border-radius: 25px;
}
.n_nav_list > div .list .search > div button {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 24px;
  z-index: 6;
  cursor: pointer;
}
.n_nav_list > div .list .search > div button i {
  font-size: 30px;
  color: #333;
}
.n_nav_list > div .backhome {
  line-height: inherit;
  float: right;
}
.n_nav_list > div .backhome a {
  font-size: 15px;
  color: #999;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .backhome a i {
  margin-right: 10px;
}
.pageList {
  margin-top: 40px;
  padding-bottom: 100px;
}
.pageList ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageList ul li {
  display: inline-block;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  margin: 0 2px;
}
.pageList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
}
.n_banner {
  overflow: hidden;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: top center;
  position: relative;
  margin-top: 100px;
}
.n_banner.about_banner {
  background-image: url(../images/about_banner.jpg);
}
.n_banner.news_banner {
  background-image: url(../images/news_banner.jpg);
}
.n_banner.product_banner {
  background-image: url(../images/product_banner.jpg);
}
.n_banner.shipin_banner {
  background-image: url(../images/shipin_banner.jpg);
}
.n_banner.shebei_banner {
  background-image: url(../images/shebei_banner.jpg);
}
.n_banner.contact_banner {
  background-image: url(../images/contact_banner.jpg);
}
.n_banner > div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.n_banner > div .text h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  text-shadow: 0 1px 0px #959595;
}
.n_banner > div .text p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-shadow: 0 1px 0px #959595;
}
.tanchu {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.tanchu .t_content {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tanchu .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #063190;
  padding: 16px;
  cursor: pointer;
}
@keyframes elementUpDown {
  0% {
    transform: translate(-50%, 10px);
  }
  25% {
    transform: translate(-50%, -10px);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  75% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
.icon {
  width: 8px;
  height: 8px;
  background: #ea5514;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.animate-wave {
  width: 34px;
  height: 34px;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@-webkit-keyframes opac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.animate-wave * {
  background: #ea5514;
  position: absolute;
  border-radius: 50%;
  animation: opac 6s infinite;
}
.animate-wave .w2 {
  animation-delay: 1s;
}
.animate-wave .w3 {
  animation-delay: 2s;
}
.animate-wave .w4 {
  animation-delay: 3s;
}
.animate-wave .w5 {
  animation-delay: 4s;
}
.animate-wave .w6 {
  animation-delay: 5s;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  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;
}
.n_title h3 {
  font-size: 36px;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.n_title h3 span {
  color: #0653a3;
}
.n_title h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ea5514;
  margin: 14px auto 0;
}
.n_title h3.hide::after {
  display: none;
}
.n_title p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.n_title.center {
  margin-top: 120px;
}
.n_title.center h3 {
  text-align: center;
  display: block;
}
.n_title.center p {
  text-align: center;
}
.n_title.line::after {
  margin-top: 40px;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #ea5514;
}
.n_more {
  width: 240px;
  height: 50px;
  background-color: #0653a3;
  margin-top: 50px;
}
.n_more a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.pro_title {
  background-color: #0653a3;
  display: inline-block;
  line-height: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 50px;
}
.pro_title h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
.pro_title h3::before {
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  background-color: #fff;
  margin-right: 10px;
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cNav .control {
  background-color: #ea5514 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cNav .control h4 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.cNav .control i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.imgShow {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.imgShow.on {
  padding-bottom: 100vh;
}
.imgShow .imgShow_box {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.imgShow .imgShow_box .img img {
  width: 100%;
}
.imgShow .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.imgShow .btn .left {
  opacity: 0.4;
}
.imgShow .btn .right {
  opacity: 0.4;
}
.imgShow .closed {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #063190;
  padding: 16px;
  cursor: pointer;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 40px;
  transform: rotate(-90deg);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}
.index .part01 {
  padding-top: 120px;
}
.index .part01 .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part01 .title h3 span {
  color: #0653a3;
}
.index .part01 .title h3::after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  margin: 14px auto;
  background-color: #0653a3;
}
.index .part01 .title p {
  margin-top: 24px;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part01 .product_list {
  width: 94%;
  margin: 50px auto 60px;
}
.index .part01 .product_list ul {
  overflow: hidden;
}
.index .part01 .product_list ul li {
  float: left;
  margin-right: 0.7%;
  margin-bottom: 0.7%;
  width: 20.4%;
  overflow: hidden;
}
.index .part01 .product_list ul li.item1 {
  width: 18%;
}
.index .part01 .product_list ul li.item2 {
  margin-right: 0;
}
.index .part01 .product_list ul li.item3 {
  width: 36.7%;
}
.index .part01 .product_list ul li.item4 {
  margin-right: 0;
}
.index .part01 .product_list ul li:hover a .mask {
  bottom: 0;
}
.index .part01 .product_list ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.index .part01 .product_list ul li a .img {
  width: 100%;
  height: 0px;
  padding-bottom: 260px;
}
.index .part01 .product_list ul li a .img img {
  width: 100%;
}
.index .part01 .product_list ul li a .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part01 .product_list ul li a .text h3 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.index .part01 .product_list ul li a .mask {
  width: 100%;
  position: absolute;
  bottom: -280px;
  left: 0;
  background-color: #0653a3;
  height: 100%;
  transition: all 0.5s ease;
}
.index .part01 .product_list ul li a .mask > div {
  display: block;
  width: 80%;
  margin: 40px auto;
}
.index .part01 .product_list ul li a .mask > div h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .product_list ul li a .mask > div h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.index .part01 .product_list ul li a .mask > div p {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  margin-bottom: 32px;
}
.index .part01 .product_list ul li a .mask > div span {
  display: block;
  width: 40%;
  line-height: 35px;
  color: #666;
  text-align: center;
  background: #fff;
}
.index .part02 {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #e6f2f8;
}
.index .part02 > div {
  overflow: hidden;
}
.index .part02 > div .top .title {
  width: 228px;
  margin-bottom: 20px;
}
.index .part02 > div .top .title h3 {
  font-size: 42px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part02 > div .top .title h3 span {
  color: #0653a3;
}
.index .part02 > div .top .title h3::after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  margin-top: 14px;
  background-color: #0653a3;
}
.index .part02 > div .top .about_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .part02 > div .top .about_content > .gy {
  width: 70%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.index .part02 > div .top .about_content .more {
  width: 200px;
  margin-left: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.index .part02 > div .top .about_content .more > a {
  display: block;
  width: 100%;
  background-color: #0653a3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 > div .top .about_content .more > a > p {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}
.index .part02 > div .top .about_content .more > a i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.index .part02 > div .bottom {
  margin-top: 60px;
  width: 100%;
}
.index .part02 > div .bottom ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index .part02 > div .bottom ul li {
  width: 13%;
  height: 500px;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
  background-size: cover;
}
.index .part02 > div .bottom ul li.on {
  width: 42%;
}
.index .part02 > div .bottom ul li.on .textBox1 {
  display: none;
}
.index .part02 > div .bottom ul li.on .textBox2 {
  opacity: 1;
  transition: all 0.5s ease;
}
.index .part02 > div .bottom ul li:nth-child(1) {
  background-image: url(../images/index_aboutimg1.jpg);
}
.index .part02 > div .bottom ul li:nth-child(2) {
  background-image: url(../images/index_aboutimg2.jpg);
  margin-top: 30px;
}
.index .part02 > div .bottom ul li:nth-child(3) {
  background-image: url(../images/index_aboutimg3.jpg);
  margin-top: -30px;
}
.index .part02 > div .bottom ul li:nth-child(4) {
  background-image: url(../images/index_aboutimg4.jpg);
  margin-top: 30px;
}
.index .part02 > div .bottom ul li:nth-child(5) {
  background-image: url(../images/index_aboutimg5.jpg);
}
.index .part02 > div .bottom ul li .textBox1 {
  width: 100%;
  display: block;
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 3;
}
.index .part02 > div .bottom ul li .textBox1 .img {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 3;
}
.index .part02 > div .bottom ul li .textBox1 .img img {
  width: initial;
  display: block;
  margin: 0 auto 20px;
}
.index .part02 > div .bottom ul li .textBox1 .img h3 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.index .part02 > div .bottom ul li .textBox1 .img h3::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto;
}
.index .part02 > div .bottom ul li .textBox2 {
  width: 480px;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 2;
}
.index .part02 > div .bottom ul li .textBox2 h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 34px;
}
.index .part02 > div .bottom ul li .textBox2 p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
.index .part02 > div .bottom ul li .textBox2 a {
  margin-top: 50px;
  display: block;
  width: 240px;
  color: #fff;
  font-size: 16px;
}
.index .part02 > div .bottom ul li .textBox2 a i {
  margin-left: 20px;
}
.index .part02 > div .bottom ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.4);
}
.index .part03 .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part03 .title h3 span {
  color: #0653a3;
}
.index .part03 .title h3::after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  margin: 14px auto;
  background-color: #0653a3;
}
.index .part03 .title p {
  margin-top: 24px;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part03 .swiper-container {
  margin-top: 60px;
}
.index .part03 .swiper-container ul li {
  position: relative;
}
.index .part03 .swiper-container ul li::after {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .part03 .swiper-container ul li .img {
  height: 0;
  overflow: hidden;
  padding-bottom: 400px;
}
.index .part03 .swiper-container ul li .img img {
  width: 100%;
}
.index .part03 .swiper-container ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.index .part03 .swiper-container ul li .text h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.index .part03 .swiper-container ul li .text h3::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0653a3;
  margin: 0 auto;
  margin-top: 10px;
}
.index .part03 .swiper-container ul li .text p {
  width: 80%;
  margin: 0 auto 36px;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.index .part04 {
  background-color: #e6f2f8;
  width: 100%;
  height: auto;
  margin-top: 80px;
  overflow: hidden;
}
.index .part04 > div .title {
  padding-top: 80px;
}
.index .part04 > div .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part04 > div .title h3 span {
  color: #0653a3;
}
.index .part04 > div .title h3::after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  margin: 14px auto;
  background-color: #0653a3;
}
.index .part04 > div .title p {
  margin-top: 24px;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part04 > div .news_list {
  margin-top: 50px;
  margin-bottom: 80px;
}
.index .part04 > div .news_list ul li a .img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 280px;
}
.index .part04 > div .news_list ul li a .img img {
  width: 100%;
}
.index .part04 > div .news_list ul li a .text {
  padding: 20px;
}
.index .part04 > div .news_list ul li a .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
}
.index .part04 > div .news_list ul li a .text .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 > div .news_list ul li a .text .date .left {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 > div .news_list ul li a .text .date .right .img {
  width: initial;
}
.index .part05 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.index .part05 .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part05 .title h3 span {
  color: #0653a3;
}
.index .part05 .title h3::after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  margin: 14px auto;
  background-color: #0653a3;
}
.index .part05 .title p {
  margin-top: 24px;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part05 .content {
  margin-top: 30px;
  padding-top: 50px;
  border-top: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .content .c_item {
  width: 50%;
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  box-sizing: border-box;
  height: 420px;
  background-size: cover;
  padding: 50px;
  position: relative;
  cursor: pointer;
}
.index .part05 .content .c_item:nth-of-type(2n) {
  border-right: none;
}
.index .part05 .content .c_item:nth-of-type(n + 3) {
  border-bottom: none;
}
.index .part05 .content .c_item.on .mask {
  opacity: 1;
}
.index .part05 .content .c_item .b1 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.index .part05 .content .c_item .b1 .img {
  margin-right: 20px;
}
.index .part05 .content .c_item .b1 .text em {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}
.index .part05 .content .c_item .b1 .text h3 {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part05 .content .c_item .b2 {
  position: relative;
  z-index: 2;
}
.index .part05 .content .c_item .b2 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.index .part05 .content .c_item .b2 p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.index .part05 .content .c_item .mask {
  position: absolute;
  background-color: #0653a3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.about .main {
  background-color: #e6f2f8;
  overflow: hidden;
}
.about .main > div {
  margin-top: 120px;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
}
.about .main > div .left {
  width: 100% !important;
  float: none;
}
.about .main > div .left .title {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about .main > div .left .title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 55px;
  height: 3px;
  background: #00c0ff;
}
.about .main > div .left .title strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #333333;
  font-size: 28px;
}
.about .main > div .left .title span {
  display: block;
  line-height: 1;
  color: #7f8692;
  font-size: 16px;
}
.about .main > div .left .title p {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-transform: uppercase;
  line-height: 1;
  color: #bfbfbf;
  font-size: 56px;
  opacity: 0.12;
  font-family: "SourceHanSerifCN-Heavy";
}
.about .main > div .left .left_text {
  margin-top: 36px;
}
.about .main > div .left .left_text p {
  color: #333333;
  font-size: 16px;
  text-indent: 2em;
  line-height: 2;
  text-align: justify;
}
.about .main > div .right {
  width: 44%;
  float: right;
  margin-left: 6%;
  margin-top: 40px;
}
.about .main > div .right .img {
  width: 100%;
}
.about .main > div .right .img img {
  width: 100%;
}
.cultrue .main {
  background-color: #e6f2f8;
  overflow: hidden;
}
.cultrue .main > div {
  margin-top: 120px;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 40px;
}
.cultrue .main > div .t1 {
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.cultrue .main > div .t1 h3 {
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.cultrue .main > div .t1 h3 span {
  color: #0653a3;
}
.cultrue .main > div .t1 p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.cultrue .main > div .cultrue_list {
  margin-top: 50px;
}
.cultrue .main > div .cultrue_list .cultrue_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cultrue .main > div .cultrue_list .cultrue_item .cultrue_item_left {
  width: 50%;
  height: 365px;
  background-color: #0653a3;
  padding: 40px;
  box-sizing: border-box;
}
.cultrue .main > div .cultrue_list .cultrue_item .cultrue_item_left h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.cultrue .main > div .cultrue_list .cultrue_item .cultrue_item_left h4 {
  margin-bottom: 30px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-weight: 400;
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cultrue .main > div .cultrue_list .cultrue_item .cultrue_item_left p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.cultrue .main > div .cultrue_list .cultrue_item .cultrue_item_right {
  width: 50%;
  height: 365px;
  overflow: hidden;
}
.cultrue .main > div .cultrue_list .cultrue_item .cultrue_item_right .img img {
/*  height: 365px; */
  filter: grayscale(100%);
  object-fit: cover;
  transition: all 0.5s ease;
}
.cultrue .main > div .cultrue_list .cultrue_item:nth-of-type(2) .cultrue_item_left {
  background-color: #000;
}
.cultrue .main > div .cultrue_list .cultrue_item:nth-of-type(2) .cultrue_item_right .img img {
  filter: grayscale(0%);
}
.cultrue .main > div .cultrue_list .cultrue_item:hover .img img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.workShop .main {
  background-color: #e6f2f8;
  overflow: hidden;
}
.workShop .main > div {
  margin-top: 120px;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 40px;
}
.workShop .main > div .t1 {
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.workShop .main > div .t1 h3 {
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.workShop .main > div .t1 h3 span {
  color: #0653a3;
}
.workShop .main > div .t1 p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.workShop .main > div .workShop_list {
  margin-top: 50px;
}
.workShop .main > div .workShop_list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.workShop .main > div .workShop_list ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.workShop .main > div .workShop_list ul li:nth-of-type(4n) {
  margin-right: 0;
}
.workShop .main > div .workShop_list ul li .img {
  width: 100%;
}
.workShop .main > div .workShop_list ul li .img img {
  width: 100%;
}
.workShop .main > div .workShop_list ul li .text {
  background-color: #0653a3;
}
.workShop .main > div .workShop_list ul li .text p {
  font-size: 15px;
  color: #fff;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}
.fwcn .main {
  background-color: #e6f2f8;
  overflow: hidden;
}
.fwcn .main > div {
  margin-top: 120px;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 40px;
}
.fwcn .main > div .t1 {
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.fwcn .main > div .t1 h3 {
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.fwcn .main > div .t1 h3 span {
  color: #0653a3;
}
.fwcn .main > div .t1 p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.fwcn .main > div .fwcn_list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fwcn .main > div .fwcn_list .left {
  width: 50%;
}
.fwcn .main > div .fwcn_list .left .img img {
  width: 100%;
}
.fwcn .main > div .fwcn_list .right {
  width: 44%;
}
.fwcn .main > div .fwcn_list .right .r_item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #dfdfdf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fwcn .main > div .fwcn_list .right .r_item .t2 {
  margin-right: 14px;
}
.fwcn .main > div .fwcn_list .right .r_item .t2 h3 {
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  font-family: Impact;
  text-align: left;
}
.fwcn .main > div .fwcn_list .right .r_item .tx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fwcn .main > div .fwcn_list .right .r_item .tx i {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon1.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.fwcn .main > div .fwcn_list .right .r_item .tx p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.liucheng .main {
  background-color: #e6f2f8;
  overflow: hidden;
}
.liucheng .main > div {
  margin-top: 120px;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 40px;
}
.liucheng .main > div .t1 {
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.liucheng .main > div .t1 h3 {
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.liucheng .main > div .t1 h3 span {
  color: #0653a3;
}
.liucheng .main > div .t1 p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.liucheng .main > div .content .img {
  width: 100%;
}
.liucheng .main > div .content .img img {
  display: block;
  margin: 0 auto;
  width: initial;
}
.product_list {
  width: 100%;
}
.product_list .main {
  width: 100%;
  background: url(../images/part02_bg.jpg) no-repeat top center;
  background-size: cover;
}
.product_list .main > div {
  overflow: hidden;
}
.product_list .main > div .title {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.product_list .main > div .title .t1 h3 {
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.product_list .main > div .title .t1 h3 span {
  color: #0653a3;
}
.product_list .main > div .title .t1 p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product_list .main > div .title > p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.product_list .main > div .title > p span {
  font-weight: bold;
  display: block;
}
.product_list .main > div .list {
  margin-top: 40px;
}
.product_list .main > div .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product_list .main > div .list ul li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 32px;
}
.product_list .main > div .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product_list .main > div .list ul li a:hover .img img {
  transform: scale(1.1);
}
.product_list .main > div .list ul li a:hover .txt {
  background-color: #264e93;
}
.product_list .main > div .list ul li a:hover .txt .name h3 {
  color: #fff;
}
.product_list .main > div .list ul li a:hover .txt .name span {
  color: #fff;
}
.product_list .main > div .list ul li a:hover .txt .more {
  border: 1px solid #ffffff66;
}
.product_list .main > div .list ul li a:hover .txt .more i {
  color: #fff;
}
.product_list .main > div .list ul li a .img {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 360px;
}
.product_list .main > div .list ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.product_list .main > div .list ul li a .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 32px 26px 20px;
  background-color: #f6f7fb;
  margin-top: 4px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.product_list .main > div .list ul li a .txt .name h3 {
  font-size: 18px;
  line-height: 1;
  color: #333;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.product_list .main > div .list ul li a .txt .name span {
  font-size: 18px;
  line-height: 1;
  color: #999;
  text-align: left;
  font-weight: normal;
}
.product_list .main > div .list ul li a .txt .more {
  width: 36px;
  height: 36px;
  border: 1px solid #a6bcd7;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
}
.product_list .main > div .list ul li a .txt .more i {
  font-weight: bold;
  color: #2d3f8b;
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 100px;
  background: url(../images/part02_bg.jpg) no-repeat top center;
  background-size: cover !important;
}
.proDetailed .main > div .title {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.proDetailed .main > div .title .t1 h3 {
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.proDetailed .main > div .title .t1 h3 span {
  color: #0653a3;
}
.proDetailed .main > div .title .t1 p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.proDetailed .main > div .title > p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .title > p span {
  font-weight: bold;
  display: block;
}
.proDetailed .main > div .pro_box {
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
}
.proDetailed .main > div .pro_box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box::before {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box .m_proDetailed_left {
  float: left;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .m_proDetailedimg {
  width: 80%;
  margin: 0 auto;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .m_proDetailedimg img {
  width: 100%;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .s_img {
  width: 16%;
  height: 100%;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  position: relative;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .s_img .imgBtnLeft {
  width: 100%;
  height: 28px;
  background-color: #0653a3;
  position: absolute;
  top: 0;
  text-align: center;
  cursor: pointer;
  line-height: 28px;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .s_img .imgBtnLeft i {
  display: block;
  color: #fff;
  transform: rotateZ(-90deg);
}
.proDetailed .main > div .pro_box .m_proDetailed_left .s_img .imgBtnRight {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  background-color: #0653a3;
  text-align: center;
  cursor: pointer;
  line-height: 28px;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .s_img .imgBtnRight i {
  display: block;
  color: #fff;
  transform: rotateZ(90deg);
}
.proDetailed .main > div .pro_box .m_proDetailed_left .s_img .sImgBox {
  margin-top: 30px;
  padding: 6px;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .s_img .sImgBox ul li {
  margin-bottom: 6px;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .s_img .sImgBox ul li img {
  width: 100%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right {
  float: right;
  width: 45%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
  padding-top: 30px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) p span {
  font-size: 20px;
  color: #0653a3;
  font-weight: 700;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan {
  margin-top: 40px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title {
  margin-top: 0;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title h3 {
  font-size: 15px;
  font-weight: bold;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt {
  margin-top: 12px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt a {
  display: inline-block;
  margin-right: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre {
  margin-top: 20px;
  padding: 10px;
  width: 50%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next {
  margin-top: 12px;
  padding: 10px;
  width: 50%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.proDetailed .main > div .pro_canshu {
  margin-top: 60px;
}
.proDetailed .main > div .pro_canshu .canshuTitle {
  border-bottom: 1px solid #dfdfdf;
}
.proDetailed .main > div .pro_canshu .canshuTitle h3 {
  width: 240px;
  background-color: #0653a3;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}
.proDetailed .main > div .pro_canshu .pro_canshu_content {
  background-color: #fff;
  min-height: 160px;
  padding: 50px;
}
.proDetailed .main > div .pro_canshu .pro_canshu_content p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
  text-indent: 2em;
}
.proDetailed .main > div .other {
  overflow: hidden;
}
.proDetailed .main > div .other .title {
  margin-bottom: 30px;
}
.proDetailed .main > div .other .title h3 {
  font-size: 24px;
  font-weight: bold;
}
.proDetailed .main > div .other ul li .img img {
  width: 100%;
}
.proDetailed .main > div .other ul li .txt {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .other ul li .txt i {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.news .main {
  overflow: hidden;
}
.news .main .news_title .t1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news .main .news_title .t1 h3 {
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.news .main .news_title .t1 h3 span {
  color: #0653a3;
}
.news .main .news_title .t1 p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news .main .news_list ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}
.news .main .news_list ul li.active {
  background-color: #194989;
  box-shadow: 1px 1px 16px #b9b9b9;
}
.news .main .news_list ul li.active a .news_sub2 .news_sub2_sub1 h3 {
  color: #fff;
}
.news .main .news_list ul li.active a .news_sub2 .news_sub2_sub1 p {
  color: #fff;
}
.news .main .news_list ul li.active a .news_sub2_sub2 .vNum {
  color: #fff;
}
.news .main .news_list ul li.active a .news_sub2_sub2 .date {
  color: #fff;
}
.news .main .news_list ul li a .news_sub1 {
  width: 300px;
  height: 200px;
  overflow: hidden;
  float: left;
}
.news .main .news_list ul li a .news_sub1 img {
  width: 100%;
}
.news .main .news_list ul li a .news_sub2 {
  float: right;
  width: calc(100% - 360px);
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 21px;
  background-color: #194989;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub1 p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 .vNum {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 .vNum i {
  font-size: 24px;
  padding-right: 6px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 .date {
  font-size: 14px;
}
.news_detailed .main .ct .detailed .sub1 h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.news_detailed .main .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_detailed .main .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_detailed .main .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_detailed .main .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_detailed .main .ct .detailed .sub2 .np div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_detailed .main .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_detailed .main .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
.contact .main > div .top {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left {
  width: 49%;
}
.contact .main > div .top .top_left .title {
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}
.contact .main > div .top .top_left .title h3 {
  font-size: 36px;
  color: #0653a3;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact .main > div .top .top_left .title p {
  font-size: 32px;
  color: #0653a3;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main > div .top .top_left .content {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left .content .erweima {
  width: 40%;
  margin-right: 4%;
}
.contact .main > div .top .top_left .content .erweima img {
  border: 1px solid #dfdfdf;
  width: 100%;
}
.contact .main > div .top .top_left .content .info {
  width: 56%;
}
.contact .main > div .top .top_left .content .info h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 32px;
}
.contact .main > div .top .top_left .content .info p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
}
.contact .main > div .top .top_left .content .info .hot_tel {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left .content .info .hot_tel span {
  font-size: 18px;
  color: #0653a3;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4px;
}
.contact .main > div .top .top_left .content .info .hot_tel p {
  margin-left: 20px;
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}
.contact .main > div .top .top_right {
  width: 46%;
}
.contact .main > div .top .top_right h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main > div .top .top_right .message {
  margin-top: 20px;
}
.contact .main > div .top .top_right .message .ms1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 {
  width: 49%;
  height: 60px;
  background-color: #e6f2f8;
  box-sizing: border-box;
  padding: 10px 20px;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e6f2f8;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms2 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 {
  width: 49%;
  height: 60px;
  background-color: #e6f2f8;
  box-sizing: border-box;
  padding: 10px 20px;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e6f2f8;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms3 {
  margin-top: 16px;
  background-color: #e6f2f8;
  height: 200px;
  box-sizing: border-box;
  padding: 20px;
}
.contact .main > div .top .top_right .message .ms3 textarea {
  width: 100%;
  height: 100%;
}
.contact .main > div .top .top_right .message .ms4 {
  margin-top: 20px;
  width: 100%;
}
.contact .main > div .top .top_right .message .ms4 button {
  width: 100%;
  height: 56px;
  background-color: #0653a3;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
}
.contact .main > div .bottom {
  margin-top: 60px;
  margin-bottom: 100px;
}
.s2560 {
  display: none;
}
/* @media screen and (min-width: 1921px) {
  .s2560 {
    display: block;
  }
  header > div nav ul li a {
    font-size: 18px;
  }
  .index .part01 .product_list ul li a .img {
    height: 320px;
    padding-bottom: 0;
  }
  .index .part01 .product_list {
    width: 80%;
  }
  .index .part01 .product_list ul li a .img img {
    object-fit: cover;
  }
  .index .part01 .product_list ul li a .mask {
    bottom: -320px;
  }
  .index .part02 {
    height: 672px;
  }
  .product_list .main > div .list ul li a .img {
    padding-bottom: 470px;
  }
} */
@media screen and (max-width: 1680px) {
  .index .part01 .part01_content > div .left {
    height: 540px;
  }
  .fwcn .main > div .fwcn_list .left {
    width: 48%;
  }
  .fwcn .main > div .fwcn_list .right {
    width: 48%;
  }
  .product_list .main > div .list ul li a .img {
    padding-bottom: 280px;
  }
}
@media screen and (max-width: 1440px) {
  header {
    height: 90px;
    line-height: 90px;
  }
  header > div .logo {
    width: 40%;
  }
  header > div nav {
    width: 58%;
  }
  .index .part01 .part01_content > div .left {
    height: 540px;
  }
  .fwcn .main > div .fwcn_list .left {
    width: 48%;
  }
  .fwcn .main > div .fwcn_list .right {
    width: 48%;
  }
  .product_list .main > div .list ul li a .img {
    padding-bottom: 280px;
  }
  header > div .logo .logo_text h3 {
    font-size: 20px !important;
  }
  header > div .logo .logo_text p {
    font-size: 16px !important;
  }
  header > div .logo .logo_img img {
    height: 60px !important;
  }
  header > div nav ul li a {
    font-size: 14px !important;
  }
  header > div nav ul li .menu .menu_item a {
    font-size: 13px !important;
  }
  .index .part01 .title h3 {
    font-size: 24px;
  }
  .index .part01 .title p {
    margin-top: 20px;
  }
  .index .part01 .product_list ul li a .img {
    padding-bottom: 220px;
  }
  .index .part01 .product_list {
    margin-top: 40px;
  }
  .index .part02 {
    height: 372px;
  }
  .index .part02 > div .top .about_content .more > a > p {
    font-size: 14px;
    line-height: 50px;
  }
  .index .part02 > div .bottom ul li {
    height: 330px;
  }
  .index .part02 {
    height: 550px;
  }
  .index .part02 > div .top .title h3 {
    font-size: 24px;
  }
  .index .part02 > div .bottom ul li .textBox2 {
    top: 24%;
    width: 390px;
  }
  .index .part02 > div .bottom ul li .textBox2 h3 {
    font-size: 20px;
  }
  .index .part02 > div .top .about_content > p {
    font-size: 14px;
  }
  .index .part02 > div .bottom ul li .textBox1 .img img {
    width: 40px;
  }
  .index .part03 .title h3 {
    font-size: 24px;
  }
  .index .part03 .swiper-container ul li .img {
    padding-bottom: 310px;
  }
  .index .part04 > div .title h3 {
    font-size: 24px;
  }
  .index .part04 > div .news_list ul li a .img {
    padding-bottom: 190px;
  }
  .index .part03 .swiper-container ul li .text h3 {
    font-size: 16px;
  }
  .index .part03 .swiper-container ul li .text p {
    font-size: 14px;
  }
  .index .part04 > div .news_list ul li a .text h3 {
    font-size: 15px;
  }
  .index .part02 > div .bottom ul li .textBox1 .img h3 {
    font-size: 16px;
  }
  .index .part02 > div .bottom ul li .textBox2 p {
    font-size: 14px;
  }
  .index .part02 > div .bottom ul li .textBox2 a {
    font-size: 13px;
  }
  .index .part05 .title h3 {
    font-size: 24px;
  }
  .index .part05 .title p {
    font-size: 14px;
  }
  .index .part03 .title p {
    font-size: 14px;
  }
  .index .part01 .title p {
    font-size: 14px;
  }
  .index .part04 > div .title p {
    font-size: 14px;
  }
  .index .part01 {
    padding-top: 80px;
  }
  .index .part02 {
    padding-top: 60px;
    margin-top: 80px;
  }
  .index .part05 {
    margin: 80px auto;
  }
  .index .part05 .content {
    padding-top: 40px;
  }
  .index .part05 .content .c_item {
    height: 290px;
  }
  .index .part05 .content .c_item .b1 .img {
    width: 60px;
  }
  .index .part05 .content .c_item .b1 .img img {
    width: 100%;
  }
  .index .part05 .content .c_item .b1 .text h3 {
    font-size: 18px;
  }
  .index .part05 .content .c_item .b1 .text em {
    margin-bottom: 6px;
  }
  .index .part05 .content .c_item .b1 {
    margin-bottom: 30px;
  }
  .index .part05 .content .c_item .b2 p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .index .part05 .content .c_item .b2 h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .index .part01 .product_list ul li a .text h3 {
    font-size: 15px;
  }
  .index .part01 .product_list ul li a .mask > div h3 {
    font-size: 16px;
  }
  .index .part01 .product_list ul li a .mask > div {
    margin: 30px auto;
  }
  .index .part01 .product_list ul li a .mask > div p {
    font-size: 13px;
    margin-bottom: 38px;
  }
  .index .part01 .product_list ul li a .mask > div span {
    font-size: 12px;
    width: 50%;
  }
  footer > div.icp a {
    font-size: 14px;
  }
  footer > div .left h3 {
    font-size: 16px;
  }
  footer > div .left ul li {
    font-size: 13px;
    line-height: 2.5;
  }
  footer > div .center dl dt {
    font-size: 16px;
  }
  footer > div .center dl dd a {
    font-size: 13px;
  }
  footer > div .right .text h3 {
    margin-top: 16px;
    font-size: 16px;
  }
  footer > div .right .text p {
    font-size: 14px;
  }
  footer > div.icp a {
    font-size: 13px;
  }
  .n_banner {
    height: 360px;
    margin-top: 100px;
  }
  .n_banner > div .text h3 {
    font-size: 26px;
  }
  .n_banner > div .text p {
    font-size: 16px;
  }
  .n_nav_list > div .list ul li a {
    font-size: 15px;
  }
  .n_nav_list > div {
    line-height: 80px;
  }
  .n_nav_list > div .list ul li {
    height: 80px;
  }
  .n_nav_list > div .backhome a {
    font-size: 13px;
  }
  .about .main > div {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .about .main > div .left .title strong {
    font-size: 20px;
  }
  .about .main > div .left .title p {
    font-size: 30px;
  }
  .about .main > div .left .title {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .about .main > div .left .title span {
    font-size: 15px;
  }
  .about .main > div .left .left_text p {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .cultrue .main > div {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .cultrue .main > div .t1 h3 {
    font-size: 20px;
  }
  .cultrue .main > div .t1 {
    margin-top: 10px;
  }
  .cultrue .main > div .cultrue_list .cultrue_item .cultrue_item_left p {
    font-size: 14px;
  }
  .cultrue .main > div .cultrue_list .cultrue_item .cultrue_item_left h3 {
    font-size: 20px;
  }
  .cultrue .main > div .cultrue_list .cultrue_item .cultrue_item_left h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .workShop .main > div .t1 {
    margin-top: 10px;
  }
  .workShop .main > div .t1 h3 {
    font-size: 20px;
  }
  .workShop .main > div .workShop_list {
    margin-top: 30px;
  }
  .workShop .main > div .workShop_list ul li .text p {
    font-size: 14px;
  }
  .fwcn .main > div .t1 {
    margin-top: 10px;
  }
  .fwcn .main > div .t1 h3 {
    font-size: 20px;
  }
  .fwcn .main > div .fwcn_list .right .r_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fwcn .main > div .fwcn_list .right .r_item .tx p {
    font-size: 14px;
  }
  .fwcn .main > div .fwcn_list .right .r_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .fwcn .main > div .fwcn_list .right .r_item .t2 {
    width: 40px;
  }
  .fwcn .main > div .fwcn_list .right .r_item .tx {
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .fwcn .main > div .fwcn_list .right .r_item .tx p {
    width: calc(100% - 30px);
  }
  .workShop .main > div {
    margin-top: 80px;
  }
  .fwcn .main > div {
    margin-top: 80px;
  }
  .liucheng .main > div {
    margin-top: 80px;
  }
  .liucheng .main > div .t1 {
    margin-top: 10px;
  }
  .liucheng .main > div .t1 h3 {
    font-size: 20px;
  }
  .product_list .main > div .title .t1 h3 {
    font-size: 20px;
  }
  .product_list .main > div .title > p {
    font-size: 15px;
  }
  .product_list .main > div .list ul li a .img {
    padding-bottom: 220px;
  }
  .product_list .main > div .list ul li a .txt {
    padding: 10px 26px 10px;
  }
  .product_list .main > div .list ul li a .txt .more {
    width: 20px;
    height: 20px;
    border: 1px solid #a6bcd7;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
  }
  .product_list .main > div .list ul li a .txt .more i {
    font-size: 14px;
  }
  .product_list .main > div .list ul li a .txt .name h3 {
    margin-bottom: 0;
    font-size: 15px;
  }
  .product_list .main > div .list ul li {
    margin-bottom: 20px;
  }
  .proDetailed .main > div .title .t1 h3 {
    font-size: 20px;
  }
  .proDetailed .main > div .title {
    margin-top: 80px;
  }
  .proDetailed .main > div .title > p {
    font-size: 15px;
  }
  .proDetailed .main > div .pro_box {
    margin-top: 40px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 18px;
    font-weight: 700;
  }
  .proDetailed .main > div .other ul li .txt p {
    font-size: 14px;
  }
  .news .main .news_title {
    margin-top: 80px;
  }
  .news .main .news_title .t1 h3 {
    font-size: 20px;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3 {
    font-size: 16px;
  }
  .news .main .news_list ul li {
    padding: 20px;
    margin-bottom: 20px;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3::after {
    margin-top: 14px;
    height: 2px;
    width: 40px;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 p {
    font-size: 14px;
  }
  .news_detailed .main .ct .detailed .sub1 h3 {
    font-size: 20px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .contact .main > div .top .top_left .title p {
    font-size: 22px;
  }
  .contact .main > div .top .top_left .title h3 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .contact .main > div .top .top_left .content .info h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .contact .main > div .top .top_left .content .info p {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .contact .main > div .top .top_right h3 {
    font-size: 18px;
  }
  .contact .main > div .top .top_right .message .ms3 {
    height: 150px;
  }
}
