.wm {
  width: 1200px;
  margin: 0 auto;
}
@font-face {
  font-family: mFont;
  src: url('../font/IMPACT.TTF');
}
ul,
li {
  list-style-type: none;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.yahei {
  font-family: "Microsoft Yahei";
}
@keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
  }
}
@keyframes warn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
}
@keyframes warn1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
}
@keyframes breath {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.header-bar {
  width: 100%;
  min-width: 1200px;
  background: #fff;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.header-bar .headerg-box {
  height: 154px;
}
.header-bar .headerg-box .header-logo {
  margin-top: 50px;
}
.header-bar .headerg-box .header-logo .logo-img {
  outline: 0;
  background: url(../images/logo-r.png) no-repeat right;
  padding-right: 30px;
  float: left;
  margin-right: 30px;
}
.header-bar .headerg-box .header-logo p {
  float: left;
  width: 208px;
  line-height: 28px;
}
.header-bar .headerg-box .header-logo p span {
  color: #8f8f8f;
  font-size: 14px;
}
.header-bar .headerg-box .tel {
  float: right;
  height: 57px;
  background: url(../images/tel.png) no-repeat left 2px top 6px;
  border-radius: 25px;
  margin-top: 46px;
}
.header-bar .headerg-box .tel div {
  margin-left: 64px;
}
.header-bar .headerg-box .tel div span {
  color: #303030;
  font-size: 30px;
  display: block;
  font-family: mFont!important;
}
.header-bar .headerg-box .tel div .sale {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.header-bar .headerg-box .code {
  float: right;
  margin-top: 50px;
  margin-right: 23px;
}
#nav_bar {
  width: 100%;
  min-width: 1200px;
  position: relative;
  height: 50px;
  overflow: hidden;
  background: #232323;
}
#nav_bar .nav-box {
  position: relative;
  color: #fff;
}
#nav_bar .nav-box .list_none {
  width: 100%;
  margin: 0 auto;
  height: 50px;
}
#nav_bar .nav-box .list_none .nav-li {
  position: relative;
  float: left;
  height: 50px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
#nav_bar .nav-box .list_none .nav-li:hover {
  background: #e57317;
}
#nav_bar .nav-box .list_none .nav-li:hover a {
  color: #fff;
}
#nav_bar .nav-box .list_none .nav-li:last-child a {
  background: none;
}
#nav_bar .nav-box .list_none a {
  background: url(../images/nav-right.png) no-repeat center right;
  display: block;
  width: 133px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  position: relative;
  height: 50px;
  color: #fff;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
#banner {
  overflow: hidden;
}
#bannerbar .banner-box {
  position: relative;
  height: 553px;
  display: block;
}
#bannerbar .banner-box dl {
  background: url("../images/bannerbt.png") no-repeat bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59px;
}
#bannerbar .banner-box dl dd {
  float: left;
  margin-right: 176px;
  line-height: 59px;
}
#bannerbar .banner-box dl dd:nth-of-type(2) i,
#bannerbar .banner-box dl dd:nth-of-type(4) i {
  line-height: 47px;
}
#bannerbar .banner-box dl dd:nth-of-type(4) {
  margin-right: 0px;
}
#bannerbar .banner-box dl dd i {
  color: #ff8522;
  font-size: 20px;
  float: left;
  margin-right: 10px;
}
#bannerbar .banner-box dl dd span {
  color: #e6e6e6;
  font-size: 14px;
}
#bannerbar #banner {
  width: 1920px;
  height: 553px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -360px;
}
.flexslider {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  line-height: 99em;
  overflow: hidden;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
  margin: 0 50px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background-position: 0 0;
}
.flexslider li img {
  width: 100%;
}
.index_product {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  height: 694px;
}
.index_product .wm {
  position: relative;
}
.index_product .wm .pro-t {
  overflow: hidden;
  width: 681px;
  margin: 0 auto;
  margin-top: 77px;
  background: url(../images/protbg.png) no-repeat bottom center;
  padding-bottom: 26px;
}
.index_product .wm .pro-t h2 {
  font-size: 34px;
}
.index_product .wm .pro-t h2.t1 {
  color: #1f1f1f;
  float: left;
  background: url("../images/prot.png") no-repeat right;
  padding-right: 20px;
}
.index_product .wm .pro-t h2.t2 {
  color: #0b6db9;
  float: left;
  padding-left: 15px;
}
.index_product .wm h5 {
  text-align: center;
  color: #7a7a7a;
  font-size: 14px;
  margin-top: 29px;
  padding-bottom: 66px;
}
.index_product .pro_zs {
  width: 1200px;
  overflow: hidden;
}
.index_product .pro_zs #fczs_gd ul {
  width: 1530px;
  height: 650px;
  overflow: hidden;
}
.index_product .pro_zs #fczs_gd ul li {
  width: 280px;
  float: left;
  margin-right: 26px;
  margin-bottom: 39px;
  list-style: none;
  position: relative;
}
.index_product .pro_zs #fczs_gd ul li:hover a .pro i {
  top: 0;
}
.index_product .pro_zs #fczs_gd ul li a {
  display: block;
}
.index_product .pro_zs #fczs_gd ul li a .pro {
  display: block;
  width: 280px;
  height: 264px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.index_product .pro_zs #fczs_gd ul li a .pro i {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url("../images/search.png") no-repeat top 70px center;
  display: block;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.index_product .pro_zs #fczs_gd ul li a .pro i span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 167px;
  left: 50%;
  transform: translateX(-50%);
}
.index_product .pro_zs #fczs_gd ul li a .pro img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_product .pro_zs #fczs_gd ul li a p {
  text-align: center;
  width: 278px;
  line-height: 56px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2c2c2c;
  font-size: 16px;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  position: relative;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
/*产品列表，左侧展示*/
.pro-list ul {
  margin-bottom: 55px;
}
.pro-list ul li {
  float: left;
  width: 177px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #DADADA;
  border-bottom: none;
  margin-right: 25px;
}
.pro-list ul li:last-child {
  border-bottom: 1px solid #DADADA;
  margin-right: 0px;
}
.pro-list ul li:hover a {
  background: #e57317;
}
.pro-list ul li:hover a span {
  color: #fff;
}
.pro-list ul li:hover a i {
  opacity: 1;
}
.pro-list ul li a {
  display: block;
  background: #aaaaaa;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  position: relative;
}
.pro-list ul li a span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.pro-list ul li a i {
  background: url(../images/sj.png) no-repeat bottom;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  width: 14px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  opacity: 0;
}
/*产品列表，左侧展示 end*/
.about-bar {
  width: 100%;
  overflow: hidden;
  padding-bottom: 68px;
}
.about-bar .pro-t {
  overflow: hidden;
  width: 477px;
  margin: 0 auto;
  margin-top: 77px;
  background: url(../images/protbg.png) no-repeat bottom center;
  padding-bottom: 26px;
}
.about-bar .pro-t h2 {
  font-size: 34px;
}
.about-bar .pro-t h2.t1 {
  color: #1f1f1f;
  float: left;
  background: url("../images/prot.png") no-repeat right;
  padding-right: 20px;
}
.about-bar .pro-t h2.t2 {
  color: #0b6db9;
  float: left;
  padding-left: 15px;
}
.about-bar h5 {
  text-align: center;
  color: #7a7a7a;
  font-size: 14px;
  margin-top: 29px;
  padding-bottom: 66px;
}
.about-bar .about-bt .about-type li {
  width: 297px;
  height: 146px;
  float: left;
  text-align: center;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  margin-right: 4px;
  padding-top: 18px;
  position: relative;
  background: #8d8d8d;
}
.about-bar .about-bt .about-type li:last-child {
  margin-right: 0px;
}
.about-bar .about-bt .about-type li:hover {
  background: #16519e;
}
.about-bar .about-bt .about-type li:hover i {
  opacity: 1;
}
.about-bar .about-bt .about-type li i {
  background: url("../images/sj2.png") no-repeat top;
  display: block;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: 11px;
  width: 34px;
  opacity: 0;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.about-bar .about-bt .about-type li span {
  color: #fff;
  font-size: 44px;
  display: block;
  width: 124px;
  height: 64px;
  background: url("../images/adv-icon.png") no-repeat left center;
  margin: 0 auto;
}
.about-bar .about-bt .about-type li h3 {
  color: #fff;
  font-size: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.about-bar .about-bt .about-type li h4 {
  color: #fff;
  font-size: 14px;
}
.about-bar .about-bt .about-content {
  width: 100%;
  min-width: 1200px;
  height: 530px;
  overflow: hidden;
  position: relative;
}
.about-bar .about-bt .about-content ul li {
  height: 530px;
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.about-bar .about-bt .about-content ul li .advbg {
  background: url(../images/advbg.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 108px;
  width: 580px;
  height: 315px;
}
.about-bar .about-bt .about-content ul li .advbg h3 {
  color: #262626;
  font-size: 34px;
  font-weight: bold;
  margin-top: 57px;
  margin-left: 65px;
}
.about-bar .about-bt .about-content ul li .advbg h4 {
  color: #5f5f5f;
  font-size: 14px;
  margin-top: 19px;
  margin-left: 65px;
  line-height: 30px;
  width: 469px;
}
.about-bar .about-bt .about-content ul li .advbg a {
  display: block;
  width: 126px;
  height: 36px;
  background: #262626;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  margin-left: 65px;
}
.about-bar .about-bt .about-content ul li:nth-child(1) {
  background: url("../images/adv1.png") no-repeat center;
  background-size: cover;
}
.about-bar .about-bt .about-content ul li:nth-child(1) a {
  margin-top: 56px;
}
.about-bar .about-bt .about-content ul li:nth-child(2) {
  background: url("../images/adv2.png") no-repeat center;
  background-size: cover;
}
.about-bar .about-bt .about-content ul li:nth-child(2) a {
  margin-top: 26px;
}
.about-bar .about-bt .about-content ul li:nth-child(3) {
  background: url("../images/adv3.png") no-repeat center;
  background-size: cover;
}
.about-bar .about-bt .about-content ul li:nth-child(3) a {
  margin-top: 26px;
}
.about-bar .about-bt .about-content ul li:nth-child(4) {
  background: url("../images/adv4.png") no-repeat center;
  background-size: cover;
}
.about-bar .about-bt .about-content ul li:nth-child(4) a {
  margin-top: 26px;
}
.news-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.news-bar .news-left {
  float: left;
}
.news-bar .news-left .news-title {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-bottom: 4px;
  border-bottom: 1px solid #C1C1C1;
}
.news-bar .news-left .news-title .right {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: bold;
  padding-top: 2px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.news-bar .news-left .news-title .right:hover {
  color: #16519e;
}
.news-bar .news-left .news-title li {
  float: left;
  margin-right: 44px;
}
.news-bar .news-left .news-title li:hover {
  border-bottom: 2px solid #16519e;
}
.news-bar .news-left .news-title li:nth-child(1) {
  background: url("../images/wb.png") no-repeat left center;
  padding-left: 30px;
}
.news-bar .news-left .news-title li:nth-child(2) {
  background: url("../images/dt.png") no-repeat left center;
  padding-left: 23px;
}
.news-bar .news-left .news-title li a {
  color: #191919;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.news-bar .news-left .news-content ul {
  overflow: hidden;
  float: left;
  padding-top: 10px;
}
.news-bar .news-left .news-content .first-news {
  padding-top: 35px;
  width: 475px;
  float: left;
}
.news-bar .news-left .news-content .first-news:hover .fn-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-bar .news-left .news-content .first-news .fn-img {
  width: 475px;
  height: 222px;
  overflow: hidden;
}
.news-bar .news-left .news-content .first-news .fn-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.news-bar .news-left .news-content .first-news .fn-desc {
  width: 475px;
}
.news-bar .news-left .news-content .first-news .fn-desc h3 {
  color: #272727;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 12px;
}
.news-bar .news-left .news-content .first-news .fn-desc h4 {
  color: #adadad;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 77px;
}
.news-bar .news-left .news-content .other-news {
  width: 618px;
  float: right;
  height: 72px;
  border-bottom: 1px dashed #BBBBBB;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.news-bar .news-left .news-content .other-news:last-child {
  border: none;
}
.news-bar .news-left .news-content .other-news a {
  display: block;
}
.news-bar .news-left .news-content .other-news:hover .ot-desc span,
.news-bar .news-left .news-content .other-news:hover .time i {
  color: #16519e;
}
.news-bar .news-left .news-content .other-news .time {
  width: 100px;
  height: 100%;
  background-size: 1px 40px;
  float: right;
  text-align: center;
}
.news-bar .news-left .news-content .other-news .time i {
  font-size: 16px;
  color: #343434;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  display: block;
  line-height: 72px;
}
.news-bar .news-left .news-content .other-news .ot-desc {
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.news-bar .news-left .news-content .other-news .ot-desc span {
  font-size: 16px;
  color: #343434;
  line-height: 72px;
  text-indent: 25px;
  display: block;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  background: url("../images/red.png") no-repeat left center;
}
.footer-bar {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  background: #252526;
  padding-top: 52px;
}
.footer-bar .footer-top {
  margin-bottom: 77px;
  height: 210px;
}
.footer-bar .footer-top .f-tel {
  width: 322px;
  height: 210px;
  float: left;
  text-align: center;
  border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-tel p {
  font-size: 16px;
  color: #fff;
  margin-top: 37px;
}
.footer-bar .footer-top .f-tel h2 {
  color: #25a0ff;
  font-size: 40px;
  font-weight: 500;
  font-family: mFont!important;
}
.footer-bar .footer-top .f-tel span {
  color: #afafaf;
  font-size: 14px;
}
.footer-bar .footer-top .f-nav {
  width: 362px;
  height: 210px;
  float: left;
  border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-nav h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 31px;
  margin-left: 89px;
}
.footer-bar .footer-top .f-nav ul {
  width: 158px;
  height: 145px;
  margin: 0 auto;
}
.footer-bar .footer-top .f-nav ul li {
  width: 59px;
  margin-right: 40px;
  margin-bottom: 22px;
  float: left;
}
.footer-bar .footer-top .f-nav ul li:nth-child(2n) {
  margin-right: 0;
}
.footer-bar .footer-top .f-nav ul li a {
  color: #989898;
  font-size: 14px;
}
.footer-bar .footer-top .f-contact {
  width: 330px;
  height: 210px;
  float: left;
  border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-contact h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 57px;
}
.footer-bar .footer-top .f-contact ul {
  width: 173px;
  height: 109px;
  margin: 0 auto;
}
.footer-bar .footer-top .f-contact ul li {
  color: #929292;
  font-size: 14px;
  margin-bottom: 30px;
}
.footer-bar .footer-top .f-code {
  width: 183px;
  height: 210px;
  float: left;
}
.footer-bar .footer-top .f-code img {
  float: right;
  width: 118px;
  height: 118px;
  margin-bottom: 16px;
}
.footer-bar .footer-top .f-code p {
  float: right;
  width: 118px;
  text-align: center;
  color: #7f7f7f;
  font-size: 12px;
  margin-bottom: 2px;
}
.footer-bar .f-bt {
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  border-top: 1px solid #4D4D4D;
  font-size: 14px;
  color: #848484;
}
