.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('/App/Home/View/Default/Public/font/neiye-title.otf');
}
@font-face {
  font-family: chinaFont;
  src: url('/App/Home/View/Default/Public/font/OTRIAL.OTF');
} */
@font-face {
  font-family: enFont;
  src: url('../font/pangmen.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);
  }
}
.demo {
  color: #17459c;
  font-size: 16px;
}
.yahei {
  font-family: "Microsoft Yahei";
}
.pm {
  width: 218px;
  height: 40px;
  border: 3px solid #d2d2d2;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 40px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pm:hover {
  color: #f0631e;
  border: 3px solid #f0631e;
}
@keyframes breath {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
.search {
  float: left;
}
.search form {
  margin-top: 42px;
  margin-left: 42px;
}
.search form .input__field--minoru {
  float: left;
  width: 388px;
  height: 38px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  border-radius: 25px;
  text-indent: 25px;
  background: #fff;
  border: 1px solid #B9B9B9;
}
.search form .input__label-content {
  outline: none;
  cursor: pointer;
  float: left;
  border: none;
  margin-left: -40px;
  width: 22px;
  height: 44px;
  background: url(../image/search.png) no-repeat center;
}
.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 {
  cursor: grab;
}
.top {
  width: 100%;
  background: #e9e9e9;
  height: 36px;
  overflow: hidden;
  position: relative;
}
.top p {
  color: #717171;
  font-size: 12px;
  line-height: 36px;
}
.top a {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.top a.a1 {
  padding-right: 8px;
  margin-right: 8px;
  float: left;
  z-index: 2;
  position: relative;
}
.top a.a2 {
  float: left;
  z-index: 2;
  position: relative;
}
.top a:hover {
  color: #13589f;
}
.top a.ico1 {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(../image/wb.png) no-repeat center;
  margin-top: 5px;
  margin-left: 18px;
  margin-right: 5px;
  z-index: 2;
  position: relative;
}
.top a.ico1:hover {
  background: url(../image/wbh.png) no-repeat center;
}
.top a.ico2 {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url("../image/wx.png") no-repeat center;
  margin-top: 5px;
  margin-right: 5px;
  z-index: 2;
  position: relative;
}
.top a.ico2:hover {
  background: url(../image/wxh.png) no-repeat center;
}
.top a.ico3 {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url("../image/qq.png") no-repeat center;
  margin-top: 5px;
  margin-right: 5px;
  z-index: 2;
  position: relative;
}
.top a.ico3:hover {
  background: url(../image/qqh.png) no-repeat center;
}
#header_bar {
  background: #fff;
  color: #fff;
  position: relative;
  z-index: 8;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
}
#header_bar .headerg-box {
  height: 130px;
}
#header_bar .headerg-box .header-logo {
  line-height: 130px;
}
#header_bar .headerg-box .header-logo a {
  position: relative;
  float: left;
}
#header_bar .headerg-box .header-logo a:after {
  position: absolute;
  right: -29px;
  top: 55%;
  height: 39px;
  width: 0.25px;
  content: '';
  border: 0.25px dashed #CBCBCB;
  display: block;
  transform: translateY(-50%);
}
#header_bar .headerg-box .header-logo a img {
  outline: none;
  position: relative;
  height: 130px;
}
#header_bar .headerg-box .brand {
  float: left;
  margin-top: 48px;
  margin-left: 51px;
}
#header_bar .headerg-box .brand b {
  display: block;
  color: #2a2a2a;
  font-size: 24px;
  line-height: 25px;
  font-family: chinaFont!important;
  font-weight: normal;
}
#header_bar .headerg-box .brand b i {
  color: #13589f;
  font-family: chinaFont!important;
}
#header_bar .headerg-box .brand small {
  display: block;
  color: #242424;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
}
#header_bar .headerg-box .h-tel {
  width: 225px;
  float: right;
  margin-top: 36px;
}
#header_bar .headerg-box .h-tel > div {
  background: url(../image/h-tel.png) no-repeat left;
  padding-left: 60px;
}
#header_bar .headerg-box .h-tel > div small {
  display: block;
  font-size: 16px;
  color: #242424;
  font-weight: lighter;
}
#header_bar .headerg-box .h-tel > div b {
  display: block;
  font-size: 21px;
  color: #F00;
  font-weight: 400;
}
#nav_bar {
  position: relative;
  width: 100%;
  background: #2a2a2a;
}
#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:last-child .nav-li-a:after {
  width: 0;
}
#nav_bar .nav-box .list_none .nav-li:before {
  background: #ffffff url(../image/sj.png) no-repeat center;
  width: 0px;
  height: 0px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  display: block;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
#nav_bar .nav-box .list_none .nav-li:hover,
#nav_bar .nav-box .list_none .nav-li.active {
  background: #f0631e;
}
#nav_bar .nav-box .list_none .nav-li:hover:before,
#nav_bar .nav-box .list_none .nav-li.active:before {
  width: 18px;
  height: 18px;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  z-index: 99;
  padding-right: 45px;
  padding-left: 45px;
  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: #646464;
  width: 1px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 27px;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a span {
  display: block;
  color: #fff;
  z-index: 99;
  position: relative;
}
.main-content {
  position: relative;
  z-index: 4;
  background: #fff;
  width: 100%;
  min-width: 1200px;
}
.main-title h2 {
  color: #13589f;
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-top: 55px;
  width: 213px;
  margin: 0 auto;
  font-weight: bold;
}
.main-title h2:before {
  width: 37px;
  display: block;
  content: '';
  height: 1px;
  background: #b8b8b8;
  position: absolute;
  left: -50px;
  bottom: 17px;
}
.main-title h2:after {
  width: 37px;
  display: block;
  content: '';
  height: 1px;
  background: #b8b8b8;
  position: absolute;
  right: -50px;
  bottom: 17px;
}
.main-title h6 {
  color: #202020;
  text-align: center;
  font-size: 26px;
  margin-bottom: 14px;
  font-weight: bold;
}
.project-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.project-bar .pro-more {
  margin: 0 auto;
  width: 374px;
  margin-bottom: 50px;
}
.project-bar .pro-more i {
  display: block;
  float: left;
  width: 269px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #13589f;
  line-height: 42px;
}
.project-bar .pro-more a {
  display: block;
  float: left;
  width: 105px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #f0631e;
  line-height: 42px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.project-bar .pro-more a:hover {
  opacity: 0.9;
}
.project-bar .pro-type li {
  width: 360.66666667px;
  float: left;
  margin-right: 59px;
  margin-right: 35px;
}
.project-bar .pro-type li:nth-child(1) div b {
  background: url("../image/p1.png") no-repeat left top;
}
.project-bar .pro-type li:nth-child(2) div b {
  background: url("../image/p2.png") no-repeat left top;
}
.project-bar .pro-type li:nth-child(3) {
  margin-right: 0;
}
.project-bar .pro-type li:nth-child(3) div b {
  background: url("../image/p3.png") no-repeat left top;
}
.project-bar .pro-type li div {
  background: url(../image/pbt.png) no-repeat bottom;
  height: 65px;
}
.project-bar .pro-type li div b {
  color: #13589f;
  font-size: 20px;
  float: left;
  display: block;
  height: 44px;
  padding-left: 70px;
  padding-left: 0;
  padding-bottom: 15px;
  line-height: 44px;
}
.project-bar .pro-type li div a {
  float: right;
  color: #262626;
  font-size: 14px;
  line-height: 44px;
}
.project-bar .pro-type li div a:hover {
  color: #13589f;
}
.project-bar .pro-type li p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.project-bar .pro-type li p a span {
  color: #222222;
  font-size: 16px;
}
.project-bar .pro-type li p a span:hover {
  color: #13589f;
}
.project-bar .swiper-container-5 ul {
  padding: 45px 0;
}
.project-bar .swiper-container-5 ul .swiper-slide {
  position: relative;
  overflow: hidden;
}
.project-bar .swiper-container-5 ul .swiper-slide:hover div {
  height: 0;
}
.project-bar .swiper-container-5 ul .swiper-slide:hover span {
  height: 100%;
}
.project-bar .swiper-container-5 ul .swiper-slide:hover span img {
  opacity: 1;
  top: 120px;
}
.project-bar .swiper-container-5 ul .swiper-slide:hover span b {
  opacity: 1;
  top: 156px;
}
.project-bar .swiper-container-5 ul .swiper-slide p {
  height: 299px;
  position: relative;
  margin: 0 auto;
}
.project-bar .swiper-container-5 ul .swiper-slide p img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.project-bar .swiper-container-5 ul .swiper-slide div {
  width: 100%;
  height: 65px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.project-bar .swiper-container-5 ul .swiper-slide div small {
  display: block;
  font-size: 18px;
  color: #e9e9e9;
  text-align: center;
  line-height: 65px;
}
.project-bar .swiper-container-5 ul .swiper-slide span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 91, 172, 0.74);
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.project-bar .swiper-container-5 ul .swiper-slide span img {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  opacity: 0;
}
.project-bar .swiper-container-5 ul .swiper-slide span b {
  position: absolute;
  top: 136px;
  color: #fff;
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  opacity: 0;
}
.about-bar {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
  position: relative;
}
.about-bar:before {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  background: #dedede;
  height: 1px;
  width: 50%;
  left: 0;
}
.about-bar .ab-txt {
  width: 50%;
  float: left;
}
.about-bar .ab-txt h2 {
  color: #1e1e1e;
  font-size: 32px;
  margin-left: 360px;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 25px;
}
.about-bar .ab-txt h6 {
  color: #1e1e1e;
  font-size: 16px;
  display: block;
  position: relative;
  margin-left: 360px;
  font-weight: 100;
  line-height: 30px;
  width: 500px;
}
.about-bar .ab-txt p {
  color: #222222;
  font-size: 14px;
  font-weight: 100;
  margin-top: 45px;
  margin-left: 360px;
  line-height: 35px;
  width: 510px;
  margin-bottom: 45px;
}
.about-bar .ab-txt a {
  width: 176px;
  float: left;
  margin-left: 360px;
}
.about-bar .ab-txt ul {
  background: #005bac;
  height: 127px;
  padding-left: 300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 45px;
}
.about-bar .ab-txt ul li:nth-child(1) div {
  background: url("../image/a1.png") no-repeat top;
}
.about-bar .ab-txt ul li:nth-child(2) div {
  background: url("../image/a2.png") no-repeat top;
}
.about-bar .ab-txt ul li:nth-child(3) div {
  background: url("../image/a3.png") no-repeat top;
}
.about-bar .ab-txt ul li div {
  width: 109px;
  height: 94px;
  padding-top: 50px;
  text-align: center;
  margin-top: 50px;
}
.about-bar .ab-txt ul li b {
  font-size: 16px;
  color: #fff;
}
.about-bar .ab-txt ul li small {
  opacity: 0.3;
  color: #fff;
  font-size: 12px;
}
.about-bar .ab-pic {
  width: 50%;
  height: 639px;
  float: right;
  position: relative;
  z-index: 2;
}
.about-bar .ab-pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-index {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.adv-bar {
  width: 100%;
  background: url("../image/ys-bar.jpg") no-repeat center;
  position: relative;
  background-size: cover;
  padding-top: 92px;
  padding-bottom: 130px;
  background-attachment: fixed;
}
/*.adv-bar .to_adv {*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  /*top: -44px;*/
  /*width: 60px;*/
  /*height: 60px;*/
  /*text-align: center;*/
  /*background: #f0631e;*/
  /*z-index: 99;*/
/*}*/
/*.adv-bar .to_adv span {*/
  /*z-index: 9;*/
  /*position: relative;*/
  /*display: block;*/
  /*background-image: url("../images/jia.png");*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*width: 60px;*/
  /*height: 60px;*/
/*}*/
.adv-bar .to_adv:before {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  width: 60px;
  height: 0;
  position: absolute;
  background: #13589f;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
}
.adv-bar .to_adv:hover:before {
  height: 60px;
}
.adv-bar .to_adv:hover span {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.adv-bar .wm {
  position: relative;
}
.adv-bar .wm h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.adv-bar .wm .adv-img {
  position: relative;
  margin-top: 20px;
  width: 762px;
  height: 443px;
  overflow: hidden;
}
.adv-bar .wm .adv-img div {
  width: 762px;
  height: 443px;
}
.adv-bar .wm .adv-img div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.adv-bar .wm .adv-img .xq {
  height: 98px;
  width: 762px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
}
.adv-bar .wm .adv-img .xq span {
  color: #ffffff;
  font-size: 16px;
  margin-left: 73px;
  display: block;
  width: 448px;
  line-height: 30px;
  margin-top: 18px;
}
.adv-bar .wm .adv-img .xq a {
  top: 0;
  background: #13589f url(../image/plus.png) no-repeat top 16px center;
  width: 98px;
  height: 98px;
  display: block;
  position: absolute;
  right: 0;
  text-align: center;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.adv-bar .wm .adv-img .xq a:after {
  position: absolute;
  content: '';
  display: block;
  height: 0;
  width: 100%;
  top: 0;
  right: 0;
  background: #f0631e url(../image/plus.png) no-repeat top 16px center;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.adv-bar .wm .adv-img .xq a:hover:after {
  height: 100%;
}
.adv-bar .wm .adv-img .xq a i {
  color: #fff;
  font-size: 16px;
  line-height: 133px;
  position: relative;
  z-index: 5;
  display: block;
}
.adv-bar .wm .adv-title {
  height: 530px;
  width: 539px;
  background: url(../image/ysbg.png) no-repeat;
  position: absolute;
  right: 0;
  top: 7px;
  padding-top: 47px;
}
.adv-bar .wm .adv-title:after {
  position: absolute;
  right: 356px;
  top: 36px;
  display: block;
  content: '';
  height: 450px;
  width: 2px;
  background: #fff;
}
.adv-bar .wm .adv-title li {
  width: 358px;
  height: 80px;
  line-height: 80px;
  margin-left: 181px;
  text-indent: 22px;
  cursor: pointer;
  position: relative;
}
.adv-bar .wm .adv-title li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background: #f0631e;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  display: block;
  content: '';
  height: 100%;
}
.adv-bar .wm .adv-title li:hover:before {
  width: 100%;
}
.adv-bar .wm .adv-title li p b {
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 5;
}
.adv-bar .wm .adv-title li p small {
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 5;
}
/*产品列表，左侧展示*/
.pro-left-bar {
  float: left;
}
.pro-left-bar .pro_list_title {
  background: url(../image/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.active .header1 span a,
.pro-left-bar .inside_pro_list .expmenu li .header1 span a:hover {
  background: #13589f;
  color: #fff;
}
.pro-left-bar .sidebar-search {
  background: url("../image/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("../image/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-bar {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  padding-top: 59px;
  position: relative;
}
.footer-bar:before {
  width: 100%;
  background: #262626;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  height: 100%;
}
.footer-bar:after {
  position: absolute;
  width: 656px;
  background: #202020;
  top: 0;
  display: block;
  content: '';
  right: 0;
  height: 100%;
}
.footer-bar .footer-top {
  margin-bottom: 60px;
  height: 303px;
}
.footer-bar .footer-top .f-left {
  width: 903px;
  height: 210px;
  float: left;
  z-index: 2;
  position: relative;
}
.footer-bar .footer-top .f-left .f-form {
  margin-top: 40px;
}
.footer-bar .footer-top .f-left .f-form span {
  color: #fff;
  font-size: 16px;
  float: left;
  line-height: 34px;
}
.footer-bar .footer-top .f-left .f-form input {
  width: 210px;
  height: 34px;
  background: #f5f5f5;
  border: none;
  outline: none;
  margin-right: 9px;
}
.footer-bar .footer-top .f-left .f-form ::-webkit-input-placeholder {
  color: #242424;
  font-size: 14px;
  text-indent: 16px;
}
.footer-bar .footer-top .f-left .f-form #submit {
  width: 123px;
  height: 36px;
  background: #f3711b;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.footer-bar .footer-top .f-left .f-form #submit:hover {
  opacity: 0.9;
}
.footer-bar .footer-top .f-left .ftb {
  margin-top: 60px;
}
.footer-bar .footer-top .f-left .ftb .ftbl {
  float: left;
  width: 498px;
}
.footer-bar .footer-top .f-left .ftb .ftbl p {
  font-size: 14px;
  color: #fff;
  background: url(../image/f-tel.png) no-repeat left center;
  padding-left: 38px;
}
.footer-bar .footer-top .f-left .ftb .ftbl h2 {
  color: #F00;
  font-size: 40px;
  font-weight: 500;
  font-family: Impact!important;
}
.footer-bar .footer-top .f-left .ftb .ftbl span {
  color: #8c8c8c;
  font-size: 14px;
}
.footer-bar .footer-top .f-left .ftb .ftbr {
  float: left;
}
.footer-bar .footer-top .f-left .ftb .ftbr li {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 30px;
}
.footer-bar .footer-top .f-right {
  width: 237px;
  height: 210px;
  float: left;
  position: relative;
  z-index: 2;
  padding-left: 60px;
}
.footer-bar .footer-top .f-right div {
  position: absolute;
  right: 0;
  top: 45px;
  background: url(../image/fsj.png) no-repeat left bottom 15px;
  width: 134px;
  height: 134px;
  padding-left: 11px;
}
.footer-bar .footer-top .f-right div img {
  width: 120px;
  padding: 7px;
  background: #fff;
}
.footer-bar .footer-top .f-right ul li {
  width: 48px;
  height: 50px;
  margin-bottom: 15px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.footer-bar .footer-top .f-right ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-bar .footer-top .f-right ul li:nth-child(1) {
  background: url("../image/f-qq.png") no-repeat center;
}
.footer-bar .footer-top .f-right ul li:nth-child(1):hover {
  background: url("../image/f-qqh.png") no-repeat center;
}
.footer-bar .footer-top .f-right ul li:nth-child(2) {
  background: url("../image/f-email.png") no-repeat center;
}
.footer-bar .footer-top .f-right ul li:nth-child(2):hover {
  background: url("../image/f-emailh.png") no-repeat center;
}
.footer-bar .footer-top .f-right ul li:nth-child(3) {
  background: url("../image/f-wx.png") no-repeat center;
}
.footer-bar .footer-top .f-right > a {
  width: 98px;
  height: 40px;
  display: block;
  background: #0586e2 url(../image/zx.png) no-repeat left 16px center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 47px;
  line-height: 40px;
  margin-top: 78px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.footer-bar .footer-top .f-right > a:hover {
  opacity: 0.9;
}
.footer-bar .f-bt {
  overflow: hidden;
  height: 51px;
  line-height: 51px;
  font-size: 12px;
  color: #5e5e5e;
  background: #151515;
  position: relative;
  z-index: 5;
}
.news-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 55px;
}
.news-bar .news-type {
  margin-top: 40px;
  margin-bottom: 20px;
}
.news-bar .news-type ul {
  width: 315px;
  float: left;
}
.news-bar .news-type ul li {
  float: left;
}
.news-bar .news-type ul li:nth-child(1) a {
  background: #ffffff url("../image/industry.png") no-repeat left 17px center;
}
.news-bar .news-type ul li:nth-child(1) a:hover {
  background: #13589f url("../image/industryh.png") no-repeat left 17px center;
  color: #fff;
}
.news-bar .news-type ul li:nth-child(2) a {
  background: #ffffff url("../image/news.png") no-repeat left 17px center;
}
.news-bar .news-type ul li:nth-child(2) a:hover {
  background: #13589f url("../image/newsh.png") no-repeat left 17px center;
  color: #fff;
}
.news-bar .news-type ul li a {
  display: block;
  width: 80px;
  height: 34px;
  line-height: 34px;
  padding-left: 42px;
  font-size: 16px;
  margin-right: 27px;
  border-radius: 20px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-type p {
  float: right;
  font-size: 16px;
  line-height: 34px;
  color: #888888;
}
.news-bar .news-title h2 {
  color: #005bac;
  font-size: 40px;
  text-align: center;
  font-family: enFont;
  height: 52px;
}
.news-bar .news-title h4 {
  color: #1f1f1f;
  font-size: 24px;
  text-align: center;
  font-weight: 100;
  background: url(../image/nline.png) no-repeat bottom;
  height: 66px;
}
.news-bar .news-content {
  margin-bottom: 45px;
}
.news-bar .news-content .first-news {
  width: 473px;
  height: 341px;
  float: left;
}
.news-bar .news-content .first-news a {
  display: block;
}
.news-bar .news-content .first-news a:hover .fn-desc:after {
  height: 100%;
}
.news-bar .news-content .first-news a .fn-img {
  width: 473px;
  height: 341px;
}
.news-bar .news-content .first-news a .fn-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.news-bar .news-content .first-news a .fn-desc {
  width: 473px;
  background: #005bac;
  position: relative;
}
.news-bar .news-content .first-news a .fn-desc:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  background: #f0631e;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-content .first-news a .fn-desc h3 {
  padding-top: 12px;
  line-height: 30px;
  position: relative;
  z-index: 3;
}
.news-bar .news-content .first-news a .fn-desc h3 b {
  float: left;
  width: 60%;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 28px;
}
.news-bar .news-content .first-news a .fn-desc h3 small {
  float: right;
  color: #f3f3f3;
  font-size: 16px;
  margin-right: 28px;
}
.news-bar .news-content .first-news a .fn-desc h4 {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  padding-left: 28px;
  padding-right: 23px;
  width: 321px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 18px;
  opacity: 0.6;
  position: relative;
  z-index: 3;
}
.news-bar .news-content .other-news {
  float: right;
  width: 704px;
}
.news-bar .news-content .other-news .ot-txt {
  background: #f3f3f3;
  width: 340px;
  height: 426px;
  float: left;
  margin-right: 23px;
}
.news-bar .news-content .other-news .ot-txt:nth-of-type(2) {
  margin-right: 0;
}
.news-bar .news-content .other-news .ot-txt .ot-img {
  width: 340px;
  height: 200px;
}
.news-bar .news-content .other-news .ot-txt .ot-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.news-bar .news-content .other-news .ot-txt .ot-desc {
  width: 316px;
  float: right;
}
.news-bar .news-content .other-news .ot-txt .ot-desc span {
  font-size: 14px;
  color: #323232;
  line-height: 40px;
  text-indent: 15px;
  display: block;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-content .other-news .ot-txt .ot-desc span.ots1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 12px;
}
.news-bar .news-content .other-news .ot-txt .ot-desc span.ots2 {
  color: #a4a4a4;
  font-size: 14px;
  width: 278px;
  line-height: 30px;
  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; 
}
.news-bar .news-content .other-news .ot-txt .ot-a {
  width: 50px;
  height: 50px;
  background: url(../image/news-more.png) no-repeat;
  display: block;
  margin-top: 146px;
  margin-left: 37px;
  background-position: right;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-content .other-news .ot-txt .ot-a:hover {
  background-position: left;
}
.pc {display: block;}
.wap {display: none;}

@media screen and (max-width: 960px) {
  body {overflow-x: hidden; width: 100%;min-width: auto;}
  .wm {width: 100%;}
  .pc {display: none;}
  .wap {display: block;}

  .top p.left {padding: 0 15px;}
  .top .right {display: none;}

  #header_bar .headerg-box { height: 60px; }
  #header_bar .headerg-box .header-logo {line-height: 60px;height: 60px;}
  #header_bar .headerg-box .header-logo a img { height: 60px;}
  
  #header_bar .headerg-box .h-tel {display: none;}
  #header_bar .headerg-box .header-logo a:after {right: -10px;}
  #header_bar .headerg-box .brand { margin-top: 8px; margin-left: 15px; }
  #header_bar .headerg-box .brand b {font-size: 16px;}
  #header_bar .headerg-box .brand small {font-size: 12px;}

  #nav_bar .nav-box .list_none .nav-li { width: 25%;}
  #nav_bar .nav-box .list_none .nav-li .nav-li-a { width: 100%; display: block; height: 45px; line-height: 45px; padding-right: 0; padding-left: 0; white-space: nowrap; }
  #nav_bar .nav-box .list_none .nav-li:before {display: none;}
  .pc-banner {min-width: auto;}
  .pc-banner .banner_container .swiper-slide img {width: 100%;}

  .main-content {min-width: auto;}
  .project-bar {min-width: auto;}
  .main-title h2 {width: 100%;}
  .project-bar .pro-more {width: 100%;display: flex;justify-content: center;}


  .pro-left-bar {float: none;}
  .pro-left-bar .pro_list_title {width: calc(100% - 30px);margin: 0 15px;}
  .pro-left-bar .pro_list_title h5 {text-align: right;padding-right: 15px;padding-top: 10px;}
  .pro-left-bar .pro_list_title h6 {text-align: right;padding-right: 25px;}

  .pro-left-bar .inside_pro_list {margin: 0 15px;}
  .pro-left-bar .inside_pro_list .expmenu {width: auto;;display: flex;flex-wrap: wrap;margin-left: -15px;}
  .pro-left-bar .inside_pro_list .expmenu li {width: 50%;padding-left: 15px;box-sizing: border-box;}

  .pro-left-bar .sidebar-search {width: calc(100% - 30px);margin: 0 15px;height: 65px;}
  .pro-left-bar .sidebar-search form {width: 100%;padding-top: 16px;text-align: center;}
  .pro-left-bar .sidebar-search form input {width: 200px;}
  .pro-left-bar .type-bottom {display: none;}

  .inside-right {width: 100% !important;float: none !important;margin-top: 30px;}
  .inside-right > div {margin: 0 15px;}

  .inside-right .desc {display: flex;flex-wrap: wrap;margin-left: -15px;}
  .inside-prorl-item {width: 50%;float: none;padding-left: 15px;box-sizing: border-box;margin-right: 0;}
  .inside-prorl-item .inside-prorl-item-img {width: 100%;height: 0;padding-bottom: 100%;}
  .inside-prorl-item .inside-prorl-title {line-height: 45px;height: 45px;}

  .about-index {margin-left: 15px;margin-right: 15px;width: auto;}
  .about-index img {width: 100%;}
  .about-index h2 {font-size: 24px; font-weight: bold; text-align: center; visibility: visible; animation-name: fadeInUpSmall; margin: 15px 0 20px;}
  .about-index p {font-family: 15px;color: #666;line-height: 1.8;margin-top: 25px; }


  .adv-bar {padding-bottom: 35px;padding-top: 40px;}
  .adv-bar .wm .adv-img {width: 100%;height: 100%;}
  .adv-bar .wm h2 {margin-left: 15px;margin-right: 15px;}
  .adv-bar .wm .adv-img div {width: 100%;height: 100%;}
  .adv-bar .wm .adv-img .xq {width: 100%;}
  .adv-bar .wm .adv-img .xq span {width: auto;margin-left: 15px;margin-right: 15px;}

  .adv-bar .wm .adv-title {position: relative;width: 100%;height: 100%;background: none;padding-top: 15px;}
  .adv-bar .wm .adv-title li {width: auto;margin-left: 15px;line-height: 45px;height: 45px;}
  .adv-bar .wm .adv-title:after {right: auto;left: 15px;height: 185px;}

  .news-bar {min-width: auto;}
  .news-bar .news-type p {margin: 0 15px;}
  .news-bar .news-content {margin: 0 15px;}
  .news-bar .news-content .first-news {width: 100%;height: auto;float: none;}
  .news-bar .news-content .first-news a .fn-img {width: 100%;height: auto;}
  .news-bar .news-content .first-news a .fn-desc {width: 100%;}
  
  .news-bar .news-content .other-news {width: 100%;float: none;margin-top: 30px;}
  .news-bar .news-content .other-news .ot-txt {width: 100%;float: none;height: auto;padding-bottom: 30px;}
  .news-bar .news-content .other-news .ot-txt .ot-img {width: 100%;height: auto;}
  .news-bar .news-content .other-news .ot-txt .ot-desc {width: 100%;}
  .news-bar .news-content .other-news .ot-txt .ot-desc span.ots2 {width: 100%;}
  .news-bar .news-content .other-news .ot-a {margin-left: 15px;margin-top: 20px;}
  .news-bar .news-content .other-news .ot-txt:nth-of-type(2) {margin-top: 30px;}
  .news-bar .news-content .other-news .ot-txt .ot-desc {float: none;}
  .news-bar .news-content .other-news .ot-txt .ot-a {margin-top: 30px;margin-left: 15px;}
  .news-bar .pm {margin-top: 30px;}

  .footer-bar {min-width: auto;}
  .footer-bar .footer-top {height: auto;margin-bottom: 30px;}
  .footer-bar .footer-top .f-left {width: auto;float: none;margin: 0 15px;height: auto;}
  .footer-bar .footer-top .f-right {width: auto;float: none;margin: 0 15px;height: auto;display: none;}
  .footer-bar .footer-top .f-left .f-form input {width: 100%;margin: 5px 0;}

  .footer-bar .footer-top .f-left .ftb .ftbl {width: auto;float: none;}

  .inside-box {min-width: auto;}

  .jogger span {display: none;}

  .pro-info .front {width: 100%;margin-right: 0;float: none;}
  .pro-info .details {width: 100%;float: none;margin-top: 20px;}

  .inside-right.newslist {margin: 0;}
  .concompanycon .mynews li a h4 {margin-left: 15px;margin-top: 15px;}
  .concompanycon .mynews li a h6 {width: auto;margin-left: 15px;margin-right: 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
  .concompanycon .mynews li {height: auto;padding-bottom: 15px;}
  .concompanycon .mynews li a span {display: none;}
  .concompanycon .mynews li a h5 i {margin-left: 15px;padding-left: 25px;}

  .inside-r-list .inside-rn-content p img {width: 100%;height: auto;}
  .jobs a {left: auto;right: 15px;}
  .inside-right.job {width: auto !important;margin-top: 20px;}
  .inside-right .desct {margin: 0;}
  .inside-right .content {margin: 0;}
  
  .link_way {float: none;min-width: auto;width: 100%;}








}