.wm {
  width: 1200px;
  margin: 0 auto;
}
ul,
li {
  list-style-type: none;
}
@keyframes service-img {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@font-face {
  font-family: numFont;
  src: url('../font/IMPACT.TTF');
}
@-webkit-keyframes imgScale {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
.bannerImg {
  animation: imgScale 3s ease-in-out infinite alternate;
  -webkit-animation: imgScale 3s ease-in-out infinite alternate;
}
.yahei {
  font-family: "Microsoft Yahei";
}
@keyframes breath {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
.top {
  height: 28px;
  width: 100%;
  line-height: 28px;
  background: #333333;
}
.top .right span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.pc-banner {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
.pc-banner .banner_container {
  position: relative;
  width: 100%;
  z-index: 1;
}
.pc-banner .banner_container .banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.pc-banner .banner_container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
}
.pc-banner .banner_container .swiper-container {
  width: 100%;
  height: 100%;
}
.pc-banner .banner_container .swiper-slide {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}
.pc-banner .banner_container .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: grab;
}
#header_bar {
  background: #fff;
  color: #fff;
  position: relative;
  z-index: 8;
  width: 100%;
  font-size: 12px;
}
#header_bar .headerg-box {
  height: 130px;
}
#header_bar .headerg-box .header-logo {
  line-height: 130px;
  position: relative;
  margin-right: 40px;
}
#header_bar .headerg-box .header-logo a {
  float: left;
  width: 590px;
}
#header_bar .headerg-box .header-logo a img {
  outline: none;
}
#header_bar .headerg-box .tel .t_num {
  background: url(../images/tel.png) no-repeat left;
  padding-left: 50px;
  margin-top: 36px;
}
#header_bar .headerg-box .tel .t_num p {
  color: #333333;
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 4px;
}
#header_bar .headerg-box .tel .t_num .num {
  display: block;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}
#nav_bar {
  width: 100%;
  min-width: 1200px;
  z-index: 2;
  position: relative;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
#nav_bar .nav-box .list_none .nav-li {
  position: relative;
  float: left;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
#nav_bar .nav-box .list_none .nav-li:hover .sc-ul {
  height: auto;
}
#nav_bar .nav-box .list_none .nav-li:hover .sc-ul .sc-li a {
  padding: 12px 0;
  display: block;
  width: 100%;
  height: 100%;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul {
  position: absolute;
  left: -45px;
  top: 60px;
  height: 0;
  text-align: center;
  overflow: hidden;
  transition: 1s;
  -webkit-transition: 1s;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li {
  color: #999;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}


#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li a {
  display: inline;
  padding: 0px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li:last-child {
  border-bottom: none;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li:hover {
  background: #0c9fd8;
  border-bottom: 1px solid #92c0e6;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li:hover:last-child {
  border-bottom: none;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li:hover a {
  color: #fff;
}
#nav_bar .nav-box .list_none .nav-li:first-child:before {
  display: block;
  content: '';
  background: #E6E6E6;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  z-index: 99;
  padding-right: 57.5px;
  padding-left: 57.5px;
  position: relative;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a:after {
  display: block;
  content: '';
  background: #E6E6E6;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a:before {
  display: block;
  content: '';
  background: #ef8e3b;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a span {
  display: block;
  color: #5d5d5d;
  z-index: 99;
  position: relative;
}
#nav_bar .nav-box .list_none .nav-li:hover .nav-li-a {
  color: #ef8e3b;
}
#nav_bar .nav-box .list_none .nav-li:hover .nav-li-a:before {
  width: 100%;
}
#nav_bar .nav-box .list_none .nav-li:hover .nav-li-a span i,
#nav_bar .nav-box .list_none .nav-li:hover .nav-li-a span {
  color: #ef8e3b;
}
.main-content {
  position: relative;
  z-index: 4;
  background: #fff;
  width: 100%;
  min-width: 1200px;
}
.main-title {
  text-align: center;
}
.main-title h3 {
  background: url(../images/tbg.png) no-repeat center;
  text-align: center;
  height: 45px;
  width: 100%;
  position: relative;
}
.main-title h3 b {
  color: #F0F0F0;
  font-size: 50px;
  display: block;
  line-height: 45px;
  letter-spacing: 10px;
  font-weight: 400;
}
.main-title h3 small {
  color: #008BC0;
  font-size: 30px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  font-weight: 600;
  letter-spacing: 5px;
}
.main-title p {
  font-size: 14px;
  color: #999999;
  letter-spacing: 16px;
}
.news-bar {
  padding-bottom: 80px;
  overflow: hidden;
  background: #0c9fd8;
}
.news-bar .main-title {
  margin-top: 80px;
  margin-bottom: 60px;
}
.news-bar .main-title h3 {
  background: url("../images/tbg2.png") no-repeat center;
}
.news-bar .main-title h3 b {
  letter-spacing: 3px;
  color: #39BCEF;
}
.news-bar .main-title h3 small {
  color: #fff;
}
.news-bar .main-title p {
  color: #fff;
}
.news-bar .nl {
  float: left;
  width: 540px;
  height: 465px;
  background: #fff;
}
.news-bar .nl .nc {
  width: 410px;
  margin: 0 auto;
}
.news-bar .nl .nc h3 {
  margin: 32px 0 10px 0;
}
.news-bar .nl .nc h3 b {
  color: #999;
  font-size: 20px;
  font-weight: 100;
}
.news-bar .nl .nc p {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.news-bar .nl .nc small {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
  display: block;
}
.news-bar .nl .nc a {
  display: block;
  width: 210px;
  height: 35px;
  line-height: 35px;
  position: relative;
  color: #fff;
  background: #ef8e3b;
  text-align: center;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  margin-top: 20px;
}
.news-bar .nl .nc a:hover {
  box-shadow: 0 0 15px #fff inset;
}
.news-bar .nr {
  float: right;
  width: 600px;
}
.news-bar .nr li {
  height: 154px;
  border-bottom: 1px solid #EBEBEB;
}
.news-bar .nr li:first-child a {
  border-top: 1px solid #EBEBEB;
}
.news-bar .nr li:hover span,
.news-bar .nr li:hover p,
.news-bar .nr li:hover small,
.news-bar .nr li:hover small:after {
  color: #fff;
}
.news-bar .nr li:hover div:after {
  background: #fff;
}
.news-bar .nr li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-bar .nr li a h3 {
  text-align: center;
  float: right;
  padding-top: 38px;
}
.news-bar .nr li a h3 span {
  font-size: 20px;
  color: #EBEBEB;
  font-weight: 100;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .nr li a > div {
  height: 75px;
  float: left;
  width: 502px;
  position: relative;
}
.news-bar .nr li a > div:after {
  display: block;
  content: '';
  width: 1px;
  height: 18px;
  position: absolute;
  right: -60px;
  top: 86px;
  background: #E5E5E5;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .nr li a > div p {
  font-size: 16px;
  color: #8ddfff;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .nr li a > div small {
  font-size: 14px;
  color: #8ddfff;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  position: relative;
  display: block;
  width: 490px;
}
.news-bar .nr li a > div small:after {
  position: absolute;
  right: -102px;
  content: '→';
  color: #E5E5E5;
  top: 5px;
  display: block;
  font-size: 20px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pro-bar {
  width: 100%;
  min-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../images/probg.png") no-repeat center;
  background-size: cover;
}
.pro-bar .main-title {
  margin-bottom: 55px;
}
.pro-bar .main-title p {
  color: #fff;
}
.pro-bar .main-title h3 {
  background: url("../images/tbg2.png") no-repeat center;
}
.pro-bar .main-title h3 b {
  color: #fff;
  opacity: 0.1;
}
.pro-bar .main-title h3 small {
  color: #fff;
}
.pro-bar .p-type {
  width: 1200px;
  position: relative;
  height: 105px;
  margin: 0 auto;
}
.pro-bar .p-type .p-type-list ul {
  width: 795px;
  margin-left:auto;
  margin-right:auto;
}
.pro-bar .p-type .p-type-list ul li {
  height: 105px;
  width: 25%;
  float: left;
  position: relative;
}
.pro-bar .p-type .p-type-list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #0068B7;
  background: url("../images/p-type-bg.png") no-repeat center;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pro-bar .p-type .p-type-list ul li a b {
  display: block;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
}
.pro-bar .p-type .p-type-list ul li a:hover {
  background: url("../images/p-type-bg2.png") no-repeat center;
}
.pro-bar .p-type .p-type-list ul li a:hover b {
  color: #fff;
}
.pro-bar .index-pro-list {
  margin-top: 50px;
}
.pro-bar .index-pro-list .swiper-container-2 {
  width: 1200px;
  float: right;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li:hover div:after {
  content: url("../images/pbg2.png");
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li:hover p {
  border: 4px solid #ef8e3b;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li div {
  height: 317px;
  position: relative;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li div:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  content: url("../images/pbg.png");
  width: 100%;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li div p {
  height: 285px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  border: 4px solid #008BC0;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li div p img {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border: 0;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li:hover img {
  transform: scale(1.1) translateZ(0);
  -webkit-transform: scale(1.1) translateZ(0);
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li h4 {
  height: 46px;
  width: 100%;
  position: relative;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  margin-top: 6px;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li h4 span {
  display: block;
  width: 246px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.why {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.why .why-title {
  position: relative;
  width: 100%;
  height: 86px;
  margin-bottom: 50px;
}
.why .why-title i {
  display: block;
  width: 613px;
  height: 58px;
  border: 2px solid #0c9fd8;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
  z-index: 1;
}
.why .why-title h4 {
  width: 307px;
  height: 44px;
  border-radius: 25px;
  background: #0c9fd8;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  font-size: 22px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
}
.why .why-title small {
  width: 256px;
  height: 28px;
  background: #fff;
  display: block;
  text-align: center;
  line-height: 28px;
  margin: 0 auto;
  font-size: 18px;
  color: #666666;
  position: absolute;
  bottom: -10px;
  transform: translate(-50%);
  left: 50%;
  z-index: 2;
}
.why .rs-t {
  overflow: hidden;
}
.why .rs-t i {
  display: block;
  float: left;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  color: #fff;
  font-style: italic;
  background: #008bc0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 30px;
  margin-right: 20px;
}
.why .rs-t div b {
  display: block;
  color: #333333;
  font-size: 20px;
  margin-top: 6px;
}
.why .rs-t div small {
  font-size: 14px;
  color: #999999;
}
.why .rs-c {
  color: #666666;
  width: 480px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-left: 48px;
  margin-top: 10px;
  background: url(../images/jt.png) no-repeat left top 10px;
  padding-left: 38px;
  padding-bottom: 24px;
}
.why .reason1 {
  background: url(../images/ys1.jpg) no-repeat right;
}
.why .reason2 {
  overflow: hidden;
  margin-top: 50px;
}
.why .reason2 .left {
  background: url(../images/ys2.jpg) no-repeat left;
  width: 600px;
  height: 394px;
}
.why .reason2 .right {
  padding-top: 108px;
  border-top: 13px solid #eee;
}
.ys-bar {
  height: 142px;
  width: 100%;
  min-width: 1200px;
  background: url("../images/ys.jpg") no-repeat center;
  overflow: hidden;
}
.ys-bar .left div {
  background: url(../images/tel2.png) no-repeat left center;
  padding-left: 60px;
  padding-top: 40px;
  height: 100px;
}
.ys-bar .left div p {
  color: #ffffff;
  font-size: 18px;
}
.ys-bar .left div h5 {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}
.ys-bar .right p {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}
.ys-bar .right div {
  width: 606px;
  overflow: hidden;
  margin-top: 10px;
}
.ys-bar .right div h2 {
  float: left;
  font-weight: bold;
  font-size: 30px;
  color: #ef8e3b;
}
.ys-bar .right div h3 {
  float: right;
  font-size: 22px;
  color: #0b65a4;
  font-weight: bold;
  width: 374px;
  height: 38px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  text-align: center;
  line-height: 38px;
  margin-top: 5px;
}
.about-bar {
  width: 100%;
  min-width: 1200px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.about-bar .service {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  height: 100px;
  margin-top: 55px;
}
.about-bar .service li {
  float: left;
  width: 25%;
  padding-top: 20px;
  position: relative;
}
.about-bar .service li:nth-child(1) {
  background: url(../images/a1.png) no-repeat left center;
  background-position-y: 33px;
  background-position-x: 12px;
}
.about-bar .service li:nth-child(1):before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 1px;
  background: #e5e5e5;
  content: '';
}
.about-bar .service li:nth-child(2) {
  background: url(../images/a2.png) no-repeat left center;
  background-position-y: 29px;
  background-position-x: 12px;
}
.about-bar .service li:nth-child(3) {
  background: url(../images/a3.png) no-repeat left center;
  background-position-y: 29px;
  background-position-x: 12px;
}
.about-bar .service li:nth-child(4) {
  background: url(../images/a4.png) no-repeat left center;
  background-position-y: 33px;
  background-position-x: 12px;
}
.about-bar .service li:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  width: 1px;
  background: #e5e5e5;
  content: '';
}
.about-bar .service li b {
  color: #333333;
  font-size: 16px;
  display: block;
  padding-left: 84px;
  letter-spacing: 2px;
}
.about-bar .service li small {
  color: #999999;
  font-size: 14px;
  display: block;
  padding-left: 84px;
  width: 190px;
  letter-spacing: 1px;
}
.about-bar .about_l {
  width: 567px;
}
.about-bar .about_l b {
  display: block;
  font-size: 20px;
  color: #383838;
}
.about-bar .about_l span {
  display: block;
  color: #666666;
  font-size: 14px;
  margin-top: 20px;
  line-height: 31px;
}
.about-bar .about_l a {
  display: block;
  color: #ef8e3b;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
.about-bar .about_l i {
  position: relative;
  display: block;
  width: 550px;
  background: #f2f2f2;
  height: 30px;
  overflow: hidden;
}
.about-bar .about_l i em {
  position: relative;
  display: block;
}
.about-bar .about_l i em:before {
  position: absolute;
  left: -15px;
  top: 0;
  background: #0c9fd8;
  content: '';
  display: block;
  transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  width: 425px;
  height: 30px;
}
.about-bar .right {
  width: 600px;
  position: relative;
}
.about-bar .right .intro-img {
  width: 100%;
  height: 346px;
}
.about-bar .right .intro-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.adv-bar {
  background: url(../images/advbg.jpg) no-repeat center;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.adv-bar .left .p1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 600px;
  padding-top: 30px;
  text-indent: 40px;
}
.adv-bar .left .p2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 600px;
  text-indent: 88px;
}
.adv-bar .left b {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 5px;
  opacity: 0.8;
  display: block;
  margin-top: 20px;
}
.adv-bar .left small {
  display: block;
  opacity: 0.3;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.adv-bar .right {
  width: 212px;
  text-align: center;
}
.adv-bar .right p {
  color: #0c9fd8;
  font-size: 18px;
  width: 212px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #fff;
  margin-top: 55px;
}
.adv-bar .right b {
  color: #fff;
  font-size: 24px;
  display: block;
  margin-top: 10px;
}
.service-bar {
  padding-top: 80px;
  width: 100%;
  min-width: 1200px;
  padding-bottom: 80px;
}
.service-bar .main-title {
  margin-bottom: 55px;
}
.service-bar .main-title h3 {
  background: url("../images/tbg2.png") no-repeat center;
}
.service-bar .main-title h3 b {
  letter-spacing: 3px;
}
.service-bar ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-bar ul li {
  padding: 5px;
  border: 1px solid #E9E9E9;
  float: left;
}
.service-bar ul li:nth-child(3) {
  margin-right: 0;
}
.service-bar ul li:hover h3 {
  background: #EF8E3B;
}
.service-bar ul li:hover:nth-child(1) div {
  background: #f6c07a url("../images/jishu.png") no-repeat left 60px center;
}
.service-bar ul li:hover:nth-child(2) div {
  background: #f6c07a url("../images/shiyan.png") no-repeat left 60px center;
}
.service-bar ul li:hover:nth-child(3) div {
  background: #f6c07a url("../images/zulin.png") no-repeat left 60px center;
}
.service-bar ul li h3 {
  width: 370px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #C6C6C6;
  font-size: 24px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.service-bar ul li div {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  width: 100%;
  height: 152px;
}
.service-bar ul li div p {
  color: #666666;
  font-size: 16px;
  width: 170px;
  height: 54px;
  float: right;
  margin-right: 44px;
  margin-top: 54px;
}
.service-bar ul li:nth-child(1) div {
  background: #dcdcdc url("../images/jishu.png") no-repeat left 50px center;
}
.service-bar ul li:nth-child(2) div {
  background: #dcdcdc url("../images/shiyan.png") no-repeat left 50px center;
}
.service-bar ul li:nth-child(3) div {
  background: #dcdcdc url("../images/zulin.png") no-repeat left 50px center;
}
.case-bar {
  width: 100%;
  min-width: 1200px;
  background: url("../images/casebg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 576px;
  padding-top: 56px;
}
.case-bar .wm p {
  line-height: 50px;
  margin-bottom: 35px;
  margin-top: 15px;
}
.case-bar .wm p b {
  color: #fff;
  font-size: 48px;
}
.case-bar .wm p sub {
  font-size: 20px;
  color: #fff;
  margin-left: 15px;
  letter-spacing: 3px;
}
.case-bar .wm p a {
  float: right;
  font-size: 14px;
  color: #fff;
  display: block;
}
.case-bar .wm p a sub {
  font-size: 14px!important;
  letter-spacing: 0px!important;
}
.case-bar .wm .swiper-container-3 .case-list .swiper-slide div {
  height: 216px;
  overflow: hidden;
  width: 90%;
  background: #fff;
  padding: 12px;
}
.case-bar .wm .swiper-container-3 .case-list .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case-bar .wm .swiper-container-3 .case-list .swiper-slide span {
  display: block;
  color: #525252;
  font-size: 18px;
  padding: 15px 12px 0px 12px;
  background: #fff;
  width: 90%;
}
.case-bar .wm .swiper-container-3 .case-list .swiper-slide i {
  background: #fff;
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  width: 90%;
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-bar .wm .swiper-container-3 .case-list .swiper-slide h3 {
  background: #fff;
  width: 90%;
  padding: 12px;
}
.case-bar .wm .swiper-container-3 .case-list .swiper-slide h3 a {
  display: block;
  width: 94px;
  height: 30px;
  background: #ef8e3b;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.case-bar .wm .swiper-container-3 .case-list .swiper-slide h3 a:hover {
  opacity: 0.9;
}
/*产品列表，左侧展示*/
.pro-left-bar {
  float: left;
}
.pro-left-bar .pro_list_title {
  background: url(../images/sidebar-t.png) no-repeat;
  background-size: cover;
  width: 252px;
  height: 70px;
  text-align: center;
}
.pro-left-bar .pro_list_title h2 {
  padding-top: 16px;
  padding-left: 18px;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  font-family: "Microsoft Yahei";
}
.pro-left-bar .pro_list_title h5 {
  font-size: 14px;
  color: #90A2CC;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Microsoft Yahei";
  display: block;
  padding-top: 8px;
}
.pro-left-bar .pro_list_title h6 {
  font-size: 16px;
  color: #fff;
}
.pro-left-bar .inside_pro_list .expmenu {
  list-style: none !important;
  background: #fff;
  padding-top: 13px;
  width: 252px;
}
.pro-left-bar .inside_pro_list .expmenu li {
  list-style: none !important;
  margin-bottom: 11px;
}
.pro-left-bar .inside_pro_list .expmenu li .header1 {
  width: 100%;
  height: 47px;
  font-size: 14px;
  line-height: 47px;
  text-align: center;
  background: #F1F1F1;
  transition: all 1s ease 0s;
}
.pro-left-bar .inside_pro_list .expmenu li .header1 span {
  font-size: 16px;
  color: #777777;
}
.pro-left-bar .inside_pro_list .expmenu li .header1 span a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pro-left-bar .inside_pro_list .expmenu li .header1 span a:hover {
  background: #ef8e3b;
  color: #fff;
}
.pro-left-bar .sidebar-search {
  background: url("../images/sidebar-search-bg.png") no-repeat center;
  background-size: 100%;
  width: 253px;
  height: 114px;
}
.pro-left-bar .sidebar-search form {
  width: 226px;
  margin: 0 auto;
  padding-top: 38px;
}
.pro-left-bar .sidebar-search form input {
  width: 160px;
  height: 28px;
  border-radius: 25px 0 0 25px;
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.5) inset;
  border: 1px solid #D9D9D9;
  line-height: 28px;
  padding-left: 18px;
}
.pro-left-bar .sidebar-search form input::-webkit-input-placeholder {
  color: #d4d4d4;
  font-size: 12px;
  text-align: left;
}
.pro-left-bar .sidebar-search form label button {
  border: none;
}
.pro-left-bar .sidebar-search form label button span {
  display: block;
  outline: none;
  width: 43px;
  height: 30px;
  line-height: 30px;
  background: #2c61b9;
  color: #fff;
  border-radius: 0px 25px 25px 0px;
  margin-left: -5px;
  cursor: pointer;
}
.pro-left-bar .type-bottom {
  height: 303px;
  width: 253px;
  margin-top: 20px;
  text-align: center;
}
.pro-left-bar .type-bottom .type-bt-t {
  width: 253px;
  height: 63px;
  background: url("../images/sidebar-t.png") no-repeat top center;
  margin-bottom: -1px;
}
.pro-left-bar .type-bottom .type-bt-t h2 {
  padding-top: 14px;
  padding-left: 18px;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  font-family: "Microsoft Yahei";
}
.pro-left-bar .type-bottom .type-bt-t h5 {
  font-size: 14px;
  color: #90A2CC;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Microsoft Yahei";
  display: block;
  padding-top: 8px;
}
.pro-left-bar .type-bottom .type-bt-t h6 {
  font-size: 16px;
  color: #fff;
}
.pro-left-bar .type-bottom ul li {
  height: 32px;
  border-bottom: 1px dashed #B0B0B0;
  text-align: left;
}
.pro-left-bar .type-bottom ul li:last-child {
  border-bottom: none;
}
.pro-left-bar .type-bottom ul li div {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  float: left;
}
.pro-left-bar .type-bottom ul li p {
  display: inline;
  color: #B0B0B0;
  font-size: 12px;
  width: 36px;
  line-height: 29px;
}
.pro-left-bar .type-bottom ul li p span {
  display: inline-block;
}
/*产品列表，左侧展示 end*/
.footer-bottom {
  width: 100%;
  min-width: 1200px;
  background: #242424;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: #cdcdcd;
}
.footer-bottom .ftl {
  width: 443px;
  padding-top: 56px;
}
.footer-bottom .ftr {
  width: 748px;
  position: relative;
  margin-bottom: 15px;
}
.footer-bottom .ftr ul {
  overflow: hidden;
  border-bottom: 1px dashed #3D3D3D;
  padding-bottom: 32px;
  margin-bottom: 8px;
  padding-top: 38px;
}
.footer-bottom .ftr ul li {
  float: left;
  margin-right: 59px;
}
.footer-bottom .ftr ul li:nth-child(7) {
  margin-right: 0;
}
.footer-bottom .ftr .ma {
  width: 146px;
  margin-right: 12px;
}
.footer-bottom .ftr .f-link .fls1 {
  background: url(../images/f-tel.png) no-repeat left;
  padding-left: 35px;
  margin-right: 24px;
  line-height: 40px;
  display: block;
}
.footer-bottom .ftr .f-link .fls2 {
  background: url(../images/f-mail.png) no-repeat left;
  padding-left: 35px;
}
.footer-bottom .ftr .f-link p {
  background: url("../images/f-add.png") no-repeat left;
  padding-left: 35px;
  line-height: 40px;
}
.footer-bottom .ftr .f-link .right span {
  float: right;
  margin-left: 10px;
  width: 15px;
}
.footer-bottom .ftr .f-link .right span.s1 {
  margin-top: 42px;
}
.footer-bottom a {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.footer-bottom a:hover {
  color: #fff;
}
.footer-bottom .fbt {
  line-height: 68px;
  border-top: 2px solid #3A3A3A;
}



/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:250px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#26c540 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0099cc url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ww{text-indent:0;background:#0bc1a5 url(../images/fixCont.png) no-repeat 0 -169px;}
.yb_bar .yb_ercode{background:#e93c8c url(../images/fixCont.png) no-repeat 0 -224px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
.yb_ww a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}