
body {
  min-width: 1320px;
}

.w1320 {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  width: 100%;
  height: auto;
  min-height: 641px;
}

.banner .banner-swip {
  width: 100%;
  height: auto;
}

.banner .banner-swip .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;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  position: relative;
}

.banner .banner-swip .swiper-slide img {
  width: 100%;
  height: 100%;
}

.banner .banner-swip .swiper-slide .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1320px;
  height: 368px;
  zoom: 1;
  overflow: hidden;
}

.banner .banner-swip .swiper-slide .box .slide-box {
  width: 540px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  text-align: left;
  float: left;
}

.banner .banner-swip .swiper-slide .box .slide-box .title {
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  font-family: "syhtB";
}

.banner .banner-swip .swiper-slide .box .slide-box .wen {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 30px;
}

.banner .banner-swip .swiper-slide .box .slide-box a {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  color: #112e8a;
  font-family: "syhtM";
  margin-top: 70px;
}

.banner .banner-swip .swiper-button-next {
  right: 58px;
}

.banner .banner-swip .swiper-button-prev {
  left: 58px;
}

.banner .banner-swip .swiper-button-next, .banner .banner-swip .swiper-button-prev {
  width: 18px;
  height: 26px;
  background-size: cover;
}

.banner .banner-swip .swiper-button-next {
  background-image: url("static/image/slide-right.png");
  cursor: pointer;
}

.banner .banner-swip .swiper-button-prev {
  background-image: url("static/image/slid-left.png");
  cursor: pointer;
}

.banner .banner-swip .swiper-button-prev.swiper-button-disabled {
  background-image: url("static/image/slid-leftw.png");
  opacity: 1;
}

.banner .banner-swip .swiper-button-next.swiper-button-disabled {
  background-image: url("static/image/slid-righth.png");
  opacity: 1;
}

.banner .banner-swip .swiper-pagination-bullet {
  width: 60px;
  height: 2px;
  background: #d3d3d3;
  border-radius: 0px;
  position: relative;
}

.banner .banner-swip .swiper-pagination-bullet::before {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #112e8a;
  left: 0;
  top: 0;
  content: "";
  clear: both;
}

.banner .banner-swip .swiper-pagination-bullet-active {
  position: relative;
}

.banner .banner-swip .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: width 3s ease-out;
  -webkit-transition: width 3s ease-out;
  -moz-transition: width 3s ease-out;
}

.banner .banner-swip .banner-pag {
  text-align: left;
  padding-left: 300px;
}

.index-prod {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding-bottom: 90px;
}

.index-prod .tops {
  width: 1320px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.index-prod .tops .left {
  width: 50%;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.index-prod .tops .left i {
  width: 36px;
  height: 40px;
  background-image: url("static/image/icons.png");
  background-position: 0 -33px;
  display: inline-block;
}

.index-prod .tops .left span {
  display: inline-block;
  font-size: 30px;
  margin-left: 15px;
  height: 40px;
  line-height: 40px;
}

.index-prod .tops .right {
  position: relative;
  width: 75px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.index-prod .tops .right .swiper-button-next {
  width: 32px;
  height: 32px;
  background-image: url("static/image/icons.png");
  background-position: -2px -208px;
  position: static;
  background-size: auto;
  margin-top: 0;
  outline: none;
}

.index-prod .tops .right .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-image: url("static/image/icons.png");
  background-position: -2px -256px;
  position: static;
  background-size: auto;
  margin-top: 0;
  outline: none;
}

.index-prod .tops .right .swiper-button-next:hover {
  background-position: -45px -208px;
}

.index-prod .tops .right .swiper-button-prev:hover {
  background-position: -45px -256px;
}

.index-prod .swiper-container {
  width: 1340px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 10px;
}

.index-prod .swiper-slide {
  /* 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;
  width: 420px;
  height: 587px;
  border-radius: 3px;
  position: relative;
  transition: 0.5s;
}

.index-prod .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-prod .swiper-slide .img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: all 0.3s;
}

.index-prod .swiper-slide .block {
  width: 360px;
  height: 140px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 30px;
  left: 30px;
  transition: 0.3s;
  border-right: 3px solid #dddddd;
}

.index-prod .swiper-slide .block .top {
  width: 100%;
  padding: 30px 30px 15px;
  font-size: 20px;
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-prod .swiper-slide .block .bot {
  width: 100%;
  padding: 0 30px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index-prod .swiper-slide .block .bot a {
  display: inline;
  word-break: break-all;
  color: #999;
  transition: all 0.3s;
}

.index-prod .swiper-slide .block .bot a:hover {
  color: #40b134;
}

.index-prod .swiper-slide:hover {
  box-shadow: 0px 5px 6px rgba(0, 19, 81, 0.25);
}

.index-prod .swiper-slide:hover .top {
  color: #112e8a;
}

.index-prod .swiper-slide:hover .block {
  border-right: 3px solid #112e8a;
}

.index-about {
  width: 100%;
}

.index-about .tops {
  width: 100%;
  height: 150px;
  background-color: #112e8a;
}

.index-about .tops .w1320 {
  display: flex;
  align-items: center;
  padding-top: 65px;
}

.index-about .tops i {
  width: 38px;
  height: 36px;
  display: inline-block;
  background-image: url("static/image/icons.png");
  background-position: 0 -95px;
}

.index-about .tops span {
  display: inline-block;
  width: 200px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 30px;
  margin-left: 15px;
}

.index-about .line2 {
  width: 100%;
  height: 200px;
}

.index-about .line2 .left {
  width: 50%;
  height: 100%;
  background-color: #112e8a;
  float: left;
}

.index-about .line2 .right {
  width: 50%;
  height: 100%;
  background-color: #a90000;
  float: left;
}

.index-about .line3 {
  width: 100%;
}

.index-about .line3 > .left {
  width: 870px;
  height: 770px;
  float: left;
  margin-top: -200px;
}

.index-about .line3 > .left .img {
  width: 870px;
  height: 570px;
  position: relative;
}

.index-about .line3 > .left .img img {
  width: 100%;
  height: 100%;
}

.index-about .line3 > .left .img i.play {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("static/image/10.png");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.index-about .line3 > .left .bot {
  width: 870px;
  height: 200px;
  background-color: #fff;
}

.index-about .line3 > .left .bot .left {
  width: 100%;
  height: 200px;
  float: left;
  padding: 30px;
}

.index-about .line3 > .left .bot .left .title {
  width: 100%;
  font-size: 24px;
}

.index-about .line3 > .left .bot .left .desc {
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 1.8em;
  margin-top: 20px;
}

.index-about .line3 > .right {
  width: 420px;
  float: left;
  margin-left: 30px;
  margin-top: -120px;
}

.index-about .line3 > .right .top {
  width: 100%;
  display: flex;
  align-items: center;
}

.index-about .line3 > .right .top i {
  width: 33px;
  height: 33px;
  background-image: url("static/image/icons.png");
  background-position: -2px -153px;
}

.index-about .line3 > .right .top span {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 30px;
  margin-left: 15px;
  color: #fff;
}

.index-about .line3 > .right .bot {
  width: 100%;
  height: 610px;
  margin-top: 45px;
  position: relative;
}

.index-about .line3 > .right .bot .img {
  width: 100%;
  height: 610px;
}

.index-about .line3 > .right .bot .img img {
  width: 100%;
  height: 100%;
}

.index-about .line3 > .right .bot .block {
  width: 380px;
  height: 570px;
  border: 1px solid #ccc;
  position: absolute;
  top: 20px;
  left: 20px;
}

.index-about .line3 > .right .bot .block .items {
  width: 240px;
  margin: 310px auto 0;
}

.index-about .line3 > .right .bot .block .items .item {
  width: 240px;
  height: 50px;
  transition: 0.3s;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.index-about .line3 > .right .bot .block .items .item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #333;
}

.index-about .line3 > .right .bot .block .items .item:hover {
  background: #9f0606;
}

.index-about .line3 > .right .bot .block .items .item:hover a {
  color: #fff;
}

.video-layer {
  background-color: #000;
}

.video-layer .layui-layer-content {
  width: 800px;
  height: 450px;
  overflow: hidden !important;
}

.video-layer video {
  width: 800px;
  height: 450px;
}

.index-news {
  width: 100%;
}

.index-news .item {
  width: 645px;
  height: 540px;
  float: left;
}

.index-news .item a {
  display: block;
}

.index-news .item .img {
  width: 100%;
  height: 390px;
  border-radius: 3px 3px 0px 0px;
  position: relative;
  overflow: hidden;
}

.index-news .item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.index-news .item .img img:hover {
  transform: scale(1.1);
}

.index-news .item .bot {
  width: 100%;
  padding: 30px;
  background-color: #fff;
}

.index-news .item .bot .title {
  width: 100%;
  font-size: 20px;
}

.index-news .item .bot .desc {
  width: 100%;
  color: #999;
  font-size: 14px;
  margin-top: 15px;
}

.index-news .item:nth-child(2n+1) span {
  background-color: rgba(25, 84, 165, 0.8);
}

.index-news .item:nth-child(2n) {
  margin-left: 30px;
}

.index-news .item:nth-child(2n) span {
  background-color: rgba(64, 177, 52, 0.8);
}

.culture {
  width: 1320px;
  margin: 40px auto 0;
  display: flex;
  height: auto;
}

.culture li {
  width: 420px;
  height: 691px;
  background: #ffffff;
  padding-bottom: 45px;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 30px;
}

.culture li .img-box {
  width: 100%;
  height: 341px;
  overflow: hidden;
}

.culture li .img-box img {
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
}

.culture li .title {
  display: flex;
  margin-top: 30px;
  padding: 0 30px;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 15px;
}

.culture li .title h1 {
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}

.culture li .title h2 {
  color: #999999;
  font-size: 24px;
}

.culture li .con {
  width: 100%;
  height: 240px;
  overflow: auto;
}

.culture li .con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.culture li .con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px #112e8a;
  background: #535353;
}

.culture li .con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 3px #112e8a;
  border-radius: 3px;
  background: #ededed;
}

.culture li .con p {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 15px;
}

.culture li:hover .img-box img {
  transform: scale(1.1);
  transition: all ease 0.8s;
}

.culture li:nth-child(3n) {
  margin-right: 0;
}

.honour {
  width: 1320px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.honour li {
  width: 420px;
  height: 691px;
  background: #ffffff;
  margin-bottom: 30px;
  margin-right: 30px;
}

.honour li .pic {
  width: 100%;
  height: 610px;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}

.honour li .pic img {
  width: 100%;
  height: 100%;
}

.honour li .name {
  width: 100%;
  height: 80px;
  padding: 0 30px;
  box-sizing: border-box;
  line-height: 80px;
  font-size: 20px;
  color: #666666;
}

.honour li:nth-child(3n) {
  margin-right: 0;
}

.product {
  width: 1320px;
  height: auto;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.product .li {
  width: 420px;
  height: 587px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 30px;
  transition: all ease 0.8s;
  margin-right: 30px;
}

.product .li img {
  width: 100%;
  height: 100%;
}

.product .li .intro {
  width: 358px;
  height: 140px;
  border-right: 2px solid #dddddd;
  background: #f5f5f5;
  padding: 25px 30px;
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all ease 0.8s;
}

.product .li .intro h2 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
  transition: all ease 0.8s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product .li .intro p {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product .li:hover {
  box-shadow: 0 3px 20px 3px #bfc3d0;
  transition: all ease 0.8s;
}

.product .li:hover .intro {
  border-right: 2px solid #112e8a;
  transition: border ease 0.8s;
}

.product .li:hover .intro h2 {
  color: #112e8a;
  transition: color ease 0.8s;
}

.product .li:nth-child(3n) {
  margin-right: 0;
}

.benefits {
  width: 1320px;
  height: auto;
  margin: 40px auto 0;
}

.benefits a {
  width: 100%;
  height: 260px;
  display: inline-flex;
  background: #ffffff;
  margin-bottom: 30px;
}

.benefits a .imgbox {
  width: 419px;
  height: 100%;
  border-right: 1px solid #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.benefits a .imgbox img {
  max-width: 100%;
  transition: all ease 0.8s;
}

.benefits a .desc {
  width: 900px;
  padding: 49px 32px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefits a .desc h1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.benefits a .desc p {
  font-size: 16px;
  line-height: 24px;
  height: auto;
  color: #999999;
  margin-bottom: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.benefits a .desc span {
  font-size: 14px;
  color: #666666;
}

.benefits a:hover .imgbox img {
  transform: scale(1.1);
  transition: all ease 0.8s;
}

.benefits a:hover .desc h1, .benefits a:hover .desc span {
  color: #112e8a;
}

.ps {
  width: 1320px;
  min-height: 90px;
  display: flex;
  line-height: 30px;
  align-items: flex-start;
  margin: 40px auto 30px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}

.ps p {
  flex-shrink: 0;
  color: #333333;
  font-size: 16px;
}

.ps span {
  color: #707070;
}

.technical {
  width: 1320px;
  height: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.technical a {
  width: 420px;
  height: 456px;
  display: block;
  background: #ffffff;
  margin-bottom: 30px;
  margin-right: 30px;
}

.technical a .imgbox {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.technical a .imgbox img {
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
}

.technical a .intro {
  height: 196px;
  padding: 29px;
  box-sizing: border-box;
  position: relative;
}

.technical a .intro h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.technical a .intro p {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.technical a .intro span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 14px;
  color: #666666;
}

.technical a:hover .imgbox img {
  transform: scale(1.1);
  transition: all ease 0.8s;
}

.technical a:nth-child(3n) {
  margin-right: 0;
}

.equipment {
  width: 1320px;
  height: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.equipment a {
  width: 420px;
  height: 640px;
  display: block;
  background: #ffffff;
  margin-bottom: 30px;
  margin-right: 30px;
}

.equipment a .imgbox {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.equipment a .imgbox img {
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
}

.equipment a .intro {
  height: 380px;
  padding: 29px;
  box-sizing: border-box;
  position: relative;
}

.equipment a .intro h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}

.equipment a .intro p {
  height: 240px;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 30px;
  overflow: auto;
}

.equipment a .intro p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.equipment a .intro p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px #112e8a;
  background: #535353;
}

.equipment a .intro p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #112e8a;
  border-radius: 3px;
  background: #EDEDED;
}

.equipment a .intro span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 14px;
  color: #666666;
}

.equipment a:hover .imgbox img {
  transform: scale(1.1);
  transition: all ease 0.8s;
}

.equipment a:nth-child(3n) {
  margin-right: 0;
}

.demo {
  width: 1320px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

.demo li {
  width: 420px;
  height: 260px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 31px 30px 0;
  box-sizing: border-box;
  margin-bottom: 30px;
  transition: all ease 0.8s;
  margin-right: 30px;
}

.demo li .demopic {
  width: 100%;
  height: 149px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo li .demopic img {
  max-width: 100%;
}

.demo li .option {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}

.demo li .option a {
  display: inline-flex;
  font-size: 20px;
  color: #333333;
  align-items: center;
}

.demo li .option a div {
  margin-left: 10px;
  width: 20px;
  height: 17px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 17px;
  transition: all ease 0.8s;
}

.demo li .option span {
  width: 1px;
  height: 20px;
  background: #dddddd;
  display: block;
  margin: 0 25px;
}

.demo li:hover {
  box-shadow: 0 3px 20px 3px #bfc3d0;
  transition: all ease 0.8s;
}

.demo li:hover .option a {
  color: #112e8a;
}

.demo li:hover .option a:first-child div {
  background-image: url("static/image/pic35.png") !important;
  transition: all ease 0.8s;
}

.demo li:hover .option a:last-child div {
  background-image: url("static/image/pic36.png") !important;
  transition: all ease 0.8s;
}

.demo li:nth-child(3n) {
  margin-right: 0;
}

.prod-top {
  width: 1320px;
  height: 650px;
  background: #ffffff;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  box-sizing: border-box;
}

.prod-top .lunbo {
  width: 50%;
  height: 100%;
  border-right: 1px solid #f5f5f5;
  padding: 0 30px;
  box-sizing: border-box;
}

.prod-top .lunbo .swiper-container {
  width: 100%;
  height: 100%;
}

.prod-top .lunbo .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.prod-top .lunbo .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.prod-top .lunbo .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.prod-top .info {
  width: 50%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.prod-top .info h1 {
  font-size: 26px;
  color: #333333;
  line-height: 40px;
  border-bottom: 2px solid #333333;
  padding-bottom: 15px;
}

.prod-top .info .con {
  width: 100%;
  height: 390px;
  overflow: auto;
}

.prod-top .info .con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.prod-top .info .con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px #112e8a;
  background: #535353;
}

.prod-top .info .con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #112e8a;
  border-radius: 3px;
  background: #EDEDED;
}

.prod-top .info .con h3 {
  font-size: 16px;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 20px;
}

.prod-top .info .con p {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}

.prod-top .info a {
  width: 160px;
  height: 50px;
  background: #112e8a;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.cons {
  width: 1320px;
  height: auto;
  background: #ffffff;
  margin: 20px auto 0;
  padding-bottom: 30px;
  padding: 0 30px;
  box-sizing: border-box;
}

.cons .title {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cons .title p {
  font-size: 18px;
  color: #999999;
  width: auto;
}

.cons .title span {
  width: 534px;
  height: 1px;
  background: #f5f5f5;
  display: block;
}

.cons .con {
  padding: 0 0 30px;
}

.cons .con p {
  color: #666666;
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 20px;
}

.cons .con img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.map {
  width: 1320px;
  padding: 40px;
  box-sizing: border-box;
  height: auto;
  background: #ffffff;
  margin: 40px auto 20px;
}

.map #mymap {
  width: 1240px;
  height: 390px;
  margin: auto;
}

.map #mymap .BMapLabel {
  border: none !important;
  left: -119px !important;
  top: -68px !important;
}

.map #mymap .info-line {
  width: 260px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}

.map #mymap .info-line div {
  width: 100%;
  height: 50px;
  background: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #666666;
  box-shadow: 0px 0px 20px 1px #8c9ed7;
}

.map #mymap .info-line i {
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.map .contact {
  width: 100%;
  height: 120px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.map .contact .list {
  width: 400px;
  height: 100%;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all ease 0.5s;
}

.map .contact .list span {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}

.map .contact .list div {
  font-size: 16px;
  color: #666666;
  transition: all ease 0.5s;
}

.map .contact .list:first-child:hover {
  background: #112e8a;
  transition: all ease 0.5s;
}

.map .contact .list:first-child:hover span {
  background-image: url("static/image/pic49.png") !important;
  transition: all ease 0.5s;
}

.map .contact .list:first-child:hover div {
  color: #ffffff;
  transition: all ease 0.5s;
}

.map .contact .list:last-child:hover {
  background: #112e8a;
  transition: all ease 0.5s;
}

.map .contact .list:last-child:hover span {
  background-image: url("static/image/pic50.png") !important;
  transition: all ease 0.5s;
}

.map .contact .list:last-child:hover div {
  color: #ffffff;
  transition: all ease 0.5s;
}

.map .contact .active {
  background: #112e8a;
}

.map .contact .active div {
  color: #ffffff;
}

.form {
  width: 1320px;
  padding: 35px 40px 40px;
  box-sizing: border-box;
  background: #ffffff;
  margin: auto;
}

.form .message {
  width: 130px;
  height: auto;
  font-size: 24px;
  color: #004da2;
  font-weight: bold;
  border-bottom: 2px solid #004da2;
  margin-bottom: 30px;
}

.form .whole {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form .whole .input {
  width: 610px;
  height: 60px;
  background: #f4f4f4;
  position: relative;
}

.form .whole .input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  padding: 0 53px;
  box-sizing: border-box;
}

.form .whole .input label {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.form .whole .code {
  width: 315px;
  display: flex;
  justify-content: space-between;
}

.form .whole .code input {
  width: 152px;
  height: 60px;
  padding: 0 20px;
  border: none;
  outline: none;
  background: #f4f4f4;
  border-radius: 0;
  box-sizing: border-box;
}

.form .whole .code img {
  width: 128px;
  height: 60px;
}

.form .whole .submit {
  width: 185px;
  height: 60px;
  background: #112e8a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 0;
  outline: none;
}

.form .whole .submit img {
  margin-left: 20px;
}

.form .textarea {
  width: 100%;
  height: 130px;
  background: #f4f4f4;
  position: relative;
  margin-bottom: 20px;
}

.form .textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
  background: transparent;
  border-radius: 0;
  padding: 20px 53px;
  box-sizing: border-box;
}

.form .textarea label {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.join {
  width: 1320px;
  height: auto;
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  margin: 40px auto 0;
}

.join .list {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.join .list .fold {
  width: 100%;
  height: 70px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}

.join .list .fold p {
  font-size: 16px;
  color: #666666;
}

.join .list .fold p span {
  color: #333333;
}

.join .list .active {
  background: #112e8a;
}

.join .list .active p {
  color: #ffffff;
}

.join .list .active p span {
  color: #ffffff;
}

.join .list .con {
  padding: 0 40px 40px;
  background: #f5f5f5;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

.join .list .con h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin: 40px 0 25px;
}

.join .list .con p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.join .list .con a {
  margin-top: 40px;
  width: 180px;
  height: 50px;
  background: #d60000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
}

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 40px;
}

.join-form .line {
  width: 100%;
  height: 36px;
  display: inline-block;
}

.join-form .line .label {
  height: 36px;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 36px;
}

.join-form .line input {
  display: inline-block;
  float: left;
  width: 438px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f1f5fd;
  padding: 0 10px;
}

.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1px solid #f1f5fd;
  padding: 10px;
  resize: none;
}

.join-form .line .load {
  width: 438px;
  height: 25px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  display: inline-block;
  float: left;
}

.join-form .line img {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: 34px;
}

.join-form .line button {
  width: 120px;
  height: 38px;
  border-radius: 4px;
  background-color: #112e8a;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
}

.join-form .line.heightauto {
  height: auto;
}

/*
     FILE ARCHIVED ON 05:43:30 Jan 02, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:12:56 Jul 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.886
  exclusion.robots: 0.074
  exclusion.robots.policy: 0.036
  esindex: 0.029
  cdx.remote: 41.298
  LoadShardBlock: 196.577 (3)
  PetaboxLoader3.datanode: 229.428 (5)
  PetaboxLoader3.resolve: 236.348 (3)
  load_resource: 350.756 (2)
*/