body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
select,
input,
textarea {
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0 !important;
  outline: none !important;
  background: none;
  border-radius: 0;
}
.img-auto img {
  width: 100% !important;
  height: auto !important;
}
.img-mauto img {
  max-width: 100% !important;
  height: auto !important;
}
.my-input {
  border-radius: 2px;
  border: 1px solid #cccccc;
  width: 100%;
  transition: all 0.3s;
  padding: 5px 15px;
}
.my-input:focus {
  border-color: #d9333f;
}
.my-radio {
  width: 20px;
  height: 20px;
  border: 2px solid #cccccc;
  position: relative;
  cursor: pointer;
}
.my-radio:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  background-color: #cccccc;
}
.my-radio:checked {
  border-color: #d9333f;
}
.my-radio:checked:after {
  background-color: #d9333f;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d9333f;
  text-decoration: none;
}
.c-black1 {
  color: #333333;
}
.c-black2 {
  color: #666666;
}
.a-black2 {
  color: #666666;
}
.a-black2:hover {
  color: #d9333f;
}
.a-w-b {
  color: #ffffff;
}
.a-w-b:hover {
  color: #d9333f;
}
.c-white {
  color: #ffffff;
}
.c-blue {
  color: #d9333f;
}
.h-w-b {
  background-color: #ffffff;
  transition: all 0.3s;
} 
.h-w-b:hover {
  background-color: #d9333f !important;
  color: #ffffff !important;
}
.h-b-bs {
  background-color: #d9333f;
  transition: all 0.3s;
  color: white;
  cursor: pointer;
}
.h-b-bs:hover {
  background-color: #d9333f;
  color: #ffffff;
}
.h-w-hs:hover {
  background-color: #EEEFEF;
}
.bt1 {
  border-left: 2px solid #d9333f;
  line-height: 1.1;
  position: relative;
}
.bt1:after {
  content: "";
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.bt1 span {
  position: relative;
  background-color: white;
  display: inline-block;
  padding: 0 10px;
  z-index: 100;
}
.bg-jb {
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.7));
}
.bg-jb-aft {
  position: relative;
}
.bg-jb-aft:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5));
}
#dituContent * {
  box-sizing: content-box;
}
.animate-box {
  opacity: 0;
}
.dhjt {
  position: relative;
  overflow: hidden;
}
.dhjt:after {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  right: 10px;
  top: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    border-top: none;
  }
}
.head-pc {
  height: 96px;
  background-color: rgba(29, 83, 151, 0.8);
  padding: 20px 5% 0 5%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
@media (min-width: 992px) {
  .head-pc {
    display: block;
  }
}
.head-pc .logo {
  height: 56px;
  width: auto;
  float: left;
}
.head-pc .logo img {
  height: 100%;
  width: auto;
}
.head-pc .nr1 {
  float: left;
  margin-left: 5%;
}
.head-pc .nr1 h4 {
  margin-top: 0;
  color: white;
}
.head-pc .xl-btn {
  padding: 5px 20px 10px 20px;
  float: left;
  font-size: 21px;
  border-top-left-radius: 5px ;
  border-top-right-radius: 5px ;
  transition: all 0.3s;
}
.head-pc .xl-btn i {
  display: inline-block;
  transition: all 0.3s;
}
.head-pc .xl-btn > a {
  color: #ffffff;
}
.head-pc .xl-btn > div {
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.head-pc .xl-btn:hover {
  background-color: #F5F5F5;
}
.head-pc .xl-btn:hover i {
  transform: rotate(180deg);
}
.head-pc .xl-btn:hover > a {
  color: #d9333f;
}
.head-pc .xl-btn:hover > div {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .head-phone {
    display: none;
  }
}
.head-phone .open-box .icon-close {
  visibility: hidden;
  transition: all .5s ease;
  opacity: 0;
}
.head-phone .open-box .icon-view-list {
  visibility: visible;
  transition: all .5s ease;
  opacity: 1;
}
.head-phone .open-box.act .icon-close {
  visibility: visible;
  opacity: 1;
}
.head-phone .open-box.act .icon-view-list {
  visibility: hidden;
  opacity: 0;
}
.head-phone .box {
  transform-style: preserve-3d;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: top center 0;
  transition: all .5s ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
}
.head-phone .box.act {
  transform: perspective(600px) rotateY(0deg);
}
.head-phone .box .dh-w .dh-1 {
  background-color: #F5F5F5;
  transition: all 0.3s;
}
.head-phone .box .dh-w .dh-1:hover {
  background-color: #ffffff;
}
.head-phone .box .dh-w .dh-1:active {
  background-color: #A7DBF0 !important;
}
.head-phone .box .dh-w.act .dh-1 {
  background-color: #ffffff;
}
.foot-pc {
  display: none;
}
@media (min-width: 992px) {
  .foot-pc {
    display: block;
  }
}
@media (min-width: 992px) {
  .foot-phone {
    display: none;
  }
}
.foot-phone .dh-w .dh-1 {
  background-color: #F5F5F5;
  transition: all 0.3s;
}
.foot-phone .dh-w .dh-1:hover {
  background-color: #ffffff;
}
.foot-phone .dh-w .dh-1:active {
  background-color: #A7DBF0 !important;
}
.foot-phone .dh-w.act .dh-1 {
  background-color: #ffffff;
}
.dibu .left {
  text-align: center;
}
.dibu .right {
  text-align: center;
}
@media (min-width: 992px) {
  .dibu .left {
    text-align: left;
  }
  .dibu .right {
    text-align: right;
  }
}
.dingzhi .left {
  text-align: center;
  margin-bottom: 10px;
}
.dingzhi .left a {
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 10px 20px;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 20px;
}
.dingzhi .right {
  text-align: center;
}
@media (min-width: 992px) {
  .dingzhi .left {
    text-align: left;
    float: left;
    margin-bottom: 0;
  }
  .dingzhi .left a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
    width: auto;
    margin-bottom: 0;
  }
  .dingzhi .right {
    text-align: left;
    float: right;
  }
}
.y-dh {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
}
.y-dh a {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #666666;
}
.y-dh a:nth-last-of-type(1) {
  border: none;
}
.y-dh a:hover {
  color: #d9333f;
}
.y-dh a.act {
  background-color: #d9333f;
  color: white;
}
.default .swiper-container {
  width: 100%;
  height: 100vh;
}
.default .swiper-container .swiper-slide {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.default .swiper-container .swiper-slide .title {
  font-size: 35px;
  font-weight: bold;
}
.default .swiper-container .swiper-slide .subtitle {
  font-size: 21px;
}
.default .swiper-container .swiper-slide .text {
  font-size: 14px;
  line-height: 1.3;
}
.default .cp-list .cp-item {
  padding: 0 2%;
}
.default .cp-list .cp-item a {
  display: block;
}
.default .cp-list .cp-item a img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: block;
}
.default .cp-list .cp-item a .name {
  font-size: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .default .cp-list .cp-item {
    border-bottom: none;
  }
  .default .banner-text1 {
    margin: 20% auto 0 24.3% !important;
  }
}
.about-gsjs {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .about-gsjs {
    padding-top: 96px;
  }
}
.about-contact {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .about-contact {
    padding-top: 96px;
  }
  .about-contact .dizhi > div:last-child {
    border: none !important;
  }
}
.about-hxsl {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .about-hxsl {
    padding-top: 96px;
  }
}
.about-fwln {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .about-fwln {
    padding-top: 96px;
  }
}
.news-index {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .news-index {
    padding-top: 96px;
  }
}
@media (min-width: 992px) {
  .prod-index .banner-text1 {
    margin: 20% auto 0 24.3% !important;
  }
}
.prod-det {
  padding-top: 60px;
}
.prod-det .m-d {
  display: block;
  margin-bottom: 8px;
}
.prod-det .cs-dh {
  border-top: 2px solid #cccccc;
  padding: 10px 0;
  cursor: pointer;
  font-size: 14px;
}
.prod-det .cs-dh i {
  display: block;
  font-size: 24px;
}
.prod-det .cs-dh:hover,
.prod-det .cs-dh.act {
  border-top: 2px solid #d9333f;
  color: #d9333f;
}
@media (min-width: 992px) {
  .prod-det {
    padding-top: 96px;
  }
  .prod-det .cs-dh {
    font-size: 18px;
  }
  .prod-det .cs-dh i {
    display: inline;
    font-size: 30px;
  }
  .prod-det .m-d {
    display: inline;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .prod-dingzhi .banner-text1 {
    margin: 20% auto 0 24.3% !important;
  }
}
.anli-index {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .anli-index {
    padding-top: 96px;
  }
}
.anli-det {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .anli-det {
    padding-top: 96px;
  }
}
.jjfa {
  padding-top: 60px;
}
.jjfa .pc-5 {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .jjfa {
    padding-top: 96px;
  }
  .jjfa .pc-5 {
    width: 20%;
  }
}
.zzfw {
  padding-top: 60px;
}
.zzfw .zx-list a:hover .xm {
  background-color: #3399CC ;
  color: white;
}
.zzfw .zx-list a .xm {
  background-color: #EEEEEE;
}
@media (min-width: 992px) {
  .zzfw {
    padding-top: 96px;
  }
}
.bzzx {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .bzzx {
    padding-top: 96px;
  }
}
