.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/neiye-title.otf');
}
@font-face {
  font-family: chinaFont;
  src: url('../font/SourceHanSansCN-Bold.otf');
}
@font-face {
  font-family: enFont;
  src: url('../font/庞门正道标题.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: 200px;
  height: 35px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 6px;
  background: #f18b29;
  letter-spacing: 2px;
}
@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(../images/search.png) no-repeat center;
}
.pc-banner {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
.pc-banner .swiper-container-1 {
  width: 100%;
  height: auto;
}
.pc-banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.pc-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
}
.top {
  width: 100%;
  background: #000;
  height: 48px;
  overflow: hidden;
  position: relative;
}
.top p {
  color: #fff;
  font-size: 14px;
  line-height: 48px;
}
.top a span {
  position: relative;
  z-index: 2;
}
.top a.a1 {
  margin-right: 3px;
  float: left;
  z-index: 2;
  position: relative;
  width: 111px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
}
.top a.a1:after {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #f18b29;
  display: block;
  content: '';
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.top a.a1:hover:after {
  height: 100%;
}
.top a.a2 {
  float: left;
  z-index: 2;
  position: relative;
  width: 111px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
}
.top a.a2:after {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #f18b29;
  display: block;
  content: '';
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.top a.a2:hover:after {
  height: 100%;
}
.top a.ico2 {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(../images/wx.png) no-repeat center;
  margin-top: 11px;
  margin-right: 35px;
  z-index: 2;
  position: relative;
}
.top a.ico3 {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(../images/qq.png) no-repeat center;
  margin-top: 11px;
  margin-right: 24px;
  z-index: 2;
  position: relative;
}
#header_bar {
  background: #fff;
  color: #fff;
  position: relative;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
}
#header_bar .headerg-box {
  height: 104px;
}
#header_bar .headerg-box .header-logo {
  line-height: 104px;
}
#header_bar .headerg-box .header-logo a {
  position: relative;
  float: left;
}
#header_bar .headerg-box .header-logo a img {
  outline: none;
  position: relative;
}
#header_bar .headerg-box .brand {
  float: left;
  margin-top: 40px;
  margin-left: 25px;
}
#header_bar .headerg-box .brand b {
  line-height: 25px;
  display: block;
}
#header_bar .headerg-box .h-tel {
  float: right;
}
#header_bar .headerg-box .h-tel p {
  color: #333333;
  font-size: 16px;
  float: right;
  line-height: 104px;
}
#header_bar .headerg-box .h-tel p b {
  font-size: 18px;
}
#header_bar .headerg-box .h-tel p:nth-of-type(2) {
  margin-right: 37px;
}
#nav_bar {
  position: relative;
  width: 100%;
  background: #2f5084;
}
#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 {
  background: #f18b29;
}
#nav_bar .nav-box .list_none .nav-li:hover:before {
  bottom: 0;
}
#nav_bar .nav-box .list_none .nav-li:hover .sc-ul {
  z-index: 5;
  height: auto;
  opacity: 1;
  top: 57px;
}
#nav_bar .nav-box .list_none .nav-li:hover .sc-ul .sc-li a {
  display: block;
  width: 100%;
  height: 100%;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul {
  position: absolute;
  left: 0;
  top: 80px;
  height: 0;
  text-align: center;
  overflow: hidden;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  opacity: 0;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li {
  color: #fff;
  font-size: 14px;
  background: rgba(116, 115, 115, 0.2);
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li:after {
  position: absolute;
  width: 164px;
  height: 1px;
  border-bottom: 1px dashed #fff;
  display: block;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li a {
  display: block;
  padding: 14.5px 0;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li:last-child:after {
  border-bottom: none;
}
#nav_bar .nav-box .list_none .nav-li .sc-ul .sc-li:hover {
  color: #2f5084;
}
#nav_bar .nav-box .list_none .nav-li:first-child .nav-li-a:before {
  display: block;
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 24px;
  border-right: 1px dashed #9eacc0;
}
#nav_bar .nav-box .list_none .nav-li:before {
  background: url(../images/sj.png) no-repeat;
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  display: block;
  content: '';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a {
  display: block;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  text-align: center;
  z-index: 99;
  padding-right: 88px;
  padding-left: 88px;
  position: relative;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a:after {
  display: block;
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 24px;
  border-right: 1px dashed #9aaac2;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a span {
  display: block;
  color: #fff;
}
.main-content {
  position: relative;
  z-index: 4;
  background: #fff;
  width: 100%;
  min-width: 1200px;
}
.main-title h2 {
  color: #3a434a;
  font-size: 45px;
  text-align: center;
  position: relative;
  padding-top: 45px;
  margin: 0 auto;
  font-weight: bold;
}
.main-title h6 {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-top: -43px;
  z-index: 2;
  position: relative;
  letter-spacing: 6px;
}
.project-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background: #f0f1f3;
  padding-bottom: 52px;
}
.project-bar .main-title h2 {
  color: #d5d5d5;
}
.project-bar .main-title h6 {
  color: #2f5084;
}
.project-bar .p-type {
  width: 100%;
  position: relative;
  height: 105px;
  margin-top: 50px;
}
.project-bar .p-type .p-type-list ul {
  width: 100%;
  margin: 0 auto;
}
.project-bar .p-type .p-type-list ul li {
  height: 105px;
  width: 12.5%;
  float: left;
  position: relative;
}
.project-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;
}
.project-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%);
}
.project-bar .p-type .p-type-list ul li a:hover {
  background: url("../images/p-type-bg2.png") no-repeat center;
}
.project-bar .p-type .p-type-list ul li a:hover b {
  color: #fff;
}
.project-bar .sc5-wrapper {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 40px;
}
.project-bar .sc5-wrapper .swiper-button-prev {
  background: #d8d8d8 url("../images/pl.png") no-repeat center;
  height: 80px;
  width: 35px;
  outline: none;
  left: 37px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.project-bar .sc5-wrapper .swiper-button-prev:hover {
  background: #f18b29 url("../images/pl.png") no-repeat center;
}
.project-bar .sc5-wrapper .swiper-button-next {
  background: #d8d8d8 url("../images/pr.png") no-repeat center;
  height: 80px;
  width: 35px;
  outline: none;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  right: 37px;
}
.project-bar .sc5-wrapper .swiper-button-next:hover {
  background: #f18b29 url("../images/pr.png") no-repeat center;
}
.project-bar .sc5-wrapper .swiper-container-5 {
  width: 1232px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  position: relative;
}
.project-bar .sc5-wrapper .swiper-container-5:before {
  position: absolute;
  width: 1200px;
  background: #fff;
  height: 490px;
  content: '';
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.project-bar .sc5-wrapper .swiper-container-5 ul {
  padding: 20px;
  width: 1160px;
  margin: 0 auto;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide {
  position: relative;
  overflow: hidden;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide > a button {
  margin-left: 90px;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide > a button:hover {
  background-color: #2d98b4;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide .p-img {
  width: 460px;
  height: 456px;
  position: relative;
  float: left;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide .p-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide div {
  width: 513px;
  margin-left: 90px;
  float: left;
  height: 390px;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide div span {
  font-size: 24px;
  color: #333;
  display: block;
  margin-top: 38px;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide div b {
  font-size: 24px;
  color: #333333;
  display: block;
  margin-bottom: 35px;
  letter-spacing: 3px;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide div h6 {
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide div small {
  color: #666666;
  font-size: 15px;
  display: block;
  line-height: 40px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 200px;
  overflow-y: auto;
  /*滚动条样式*/
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide div small::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide div small::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.project-bar .sc5-wrapper .swiper-container-5 ul .swiper-slide div small::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.project-bar .big-type ul li {
  width: 600px;
  height: 255px;
  float: left;
  position: relative;
}
.project-bar .big-type ul li:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 90%;
  border: 1px solid #fff;
  display: block;
  content: '';
}
.project-bar .big-type ul li b {
  font-size: 24px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 15px;
}
.project-bar .big-type ul li small {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 100;
  width: 510px;
  margin: 0 auto;
  line-height: 21px;
}
.project-bar .big-type ul li:nth-child(1) a .pm {
  background: #fff;
  color: #2f5084;
}
.project-bar .big-type ul li:nth-child(1) a .pm span {
  color: #2f5084;
}
.project-bar .big-type ul li:nth-child(1) a .pm:hover {
  background: #2f5084;
}
.project-bar .big-type ul li:nth-child(1) a .pm:hover span {
  color: #fff;
}
.project-bar .big-type ul li a {
  display: block;
  width: 200px;
  margin: 0 auto;
  height: 35px;
  margin-top: 20px;
}
.project-bar .big-type ul li a .pm {
  background: #2f5084;
}
.project-bar .big-type ul li a .pm:hover {
  background: #fff;
}
.project-bar .big-type ul li a .pm:hover span {
  color: #2f5084;
}
.about-bar {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/combg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
}
.about-bar .ab-context {
  margin-top: 40px;
}
.about-bar .ab-context .ab-txt {
  width: 50%;
  float: right;
}
.about-bar .ab-context .ab-txt b {
  color: #fff;
  font-size: 20px;
  position: relative;
  margin-left: 47px;
  display: block;
  letter-spacing: 2px;
}
.about-bar .ab-context .ab-txt small {
  color: #999999;
  font-size: 10px;
  display: block;
  position: relative;
  font-weight: 100;
  line-height: 30px;
  width: 500px;
  margin-left: 47px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-bar .ab-context .ab-txt p {
  color: #d3d2d1;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 19px;
  margin-left: 47px;
  line-height: 35px;
  margin-top: 4px;
}
.about-bar .ab-context .ab-txt a {
  display: block;
}
.about-bar .ab-context .ab-txt a button {
  margin-left: 47px;
  cursor: pointer;
}
.about-bar .ab-context .ab-txt a button:hover {
  background-color: #2d98b4;
}
.about-bar .ab-context .ab-pic {
  width: 50%;
  float: left;
  position: relative;
  z-index: 2;
}
.about-bar .ab-context .ab-pic:before {
  position: absolute;
  left: -8px;
  top: -8px;
  height: 8px;
  width: 310px;
  background: #e9eaec;
  display: block;
  content: '';
}
.about-bar .ab-context .ab-pic:after {
  position: absolute;
  left: -8px;
  top: -8px;
  height: 240px;
  width: 8px;
  background: #e9eaec;
  display: block;
  content: '';
}
.about-bar .ab-context .ab-pic .swiper-slide {
  width: 590px;
  height: 363px;
}
.about-bar .ab-context .ab-pic .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-bar .ab-context .ab-pic .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #dcdcdc;
  border-radius: inherit;
  margin-right: 8px;
}
.about-bar .ab-context .ab-pic .swiper-pagination-bullet-active {
  color: #fff;
  background: #f18b29;
  border-radius: inherit;
}
.about-bar .ab-context .ab-pic .swiper-pagination {
  padding-right: 20px;
  text-align: right;
}
.about-bar ul {
  background: rgba(252, 254, 252, 0.1);
  height: 90px;
  width: 100%;
  margin-top: 45px;
  overflow: hidden;
}
.about-bar ul li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.about-bar ul li div {
  height: 61px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.about-bar ul li p {
  height: 61px;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.about-bar ul li small {
  display: block;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 65px;
}
.about-bar ul li:nth-child(1) div {
  background: url("../images/a1.png") no-repeat center;
  background-size: 49px;
}
.about-bar ul li:nth-child(1) p {
  background: url("../images/a1h.png") no-repeat center;
  background-size: 65px;
}
.about-bar ul li:nth-child(1):hover div {
  opacity: 0;
}
.about-bar ul li:nth-child(1):hover p {
  opacity: 1;
  background-size: 49px;
}
.about-bar ul li:nth-child(2) div {
  background: url("../images/a2.png") no-repeat center;
  background-size: 49px;
}
.about-bar ul li:nth-child(2) p {
  background: url("../images/a2h.png") no-repeat center;
  background-size: 65px;
}
.about-bar ul li:nth-child(2):hover div {
  opacity: 0;
}
.about-bar ul li:nth-child(2):hover p {
  opacity: 1;
  background-size: 49px;
}
.about-bar ul li:nth-child(3) div {
  background: url("../images/a3.png") no-repeat center;
  background-size: 49px;
}
.about-bar ul li:nth-child(3) p {
  background: url("../images/a3h.png") no-repeat center;
  background-size: 65px;
}
.about-bar ul li:nth-child(3):hover div {
  opacity: 0;
}
.about-bar ul li:nth-child(3):hover p {
  opacity: 1;
  background-size: 49px;
}
.about-bar ul li:nth-child(4) div {
  background: url("../images/a4.png") no-repeat center;
  background-size: 61px;
}
.about-bar ul li:nth-child(4) p {
  background: url("../images/a4h.png") no-repeat center;
  background-size: 75px;
}
.about-bar ul li:nth-child(4):hover div {
  opacity: 0;
}
.about-bar ul li:nth-child(4):hover p {
  opacity: 1;
  background-size: 61px;
}
/*产品列表，左侧展示*/
.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: #345ba0;
  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-bar {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  position: relative;
}
.footer-bar .f-bt {
  overflow: hidden;
  height: 47px;
  line-height: 47px;
  font-size: 12px;
  color: #fff;
  background: #0e192a;
  position: relative;
  z-index: 5;
}
.news-bar {
  padding-bottom: 80px;
  overflow: hidden;
  background: #fff;
}
.news-bar .main-title {
  margin-bottom: 50px;
}
.news-bar .main-title h2 {
  color: #d5d5d5;
}
.news-bar .main-title h6 {
  color: #2f5084;
}
.news-bar .nl {
  float: left;
  width: 540px;
  height: 465px;
  background: #f8f8f8;
}
.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 .pm {
  margin-top: 20px;
}
.news-bar .nl .nc > a .pm:hover {
  background-color: #2d98b4;
}
.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: #2f5084;
}
.news-bar .nr li:hover div:after {
  background: #2f5084;
}
.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: #666666;
  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: #999999;
  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;
}
.message-bar {
  background: #f3f3f3;
  height: 615px;
}
.message-bar .main-title {
  margin-bottom: 50px;
}
.message-bar .main-title h2 {
  color: #d5d5d5;
}
.message-bar .main-title h6 {
  color: #2f5084;
}
.message-bar .mess-top {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.message-bar .mess-middle-box {
  margin-bottom: 50px;
  height: 113px;
  font-size: 14px;
  color: #666666;
}
.message-bar .mess-middle-box .mess-middle li {
  width: 300px;
  height: 113px;
  border-right: 1px solid #DADADA;
  list-style: none;
}
.message-bar .mess-middle-box .mess-middle li:nth-child(2) div {
  width: 230px;
  margin: 0 auto;
  margin-top: 5px;
}
.message-bar .mess-middle-box .mess-middle li:nth-child(2) div a {
  float: left;
  margin-right: 30px;
  line-height: 45px;
}
.message-bar .mess-middle-box .mess-middle li:nth-child(2) div a:nth-of-type(3n) {
  margin-right: 0;
}
.message-bar .mess-middle-box .mess-middle li:nth-child(3) p {
  line-height: 35px;
  text-align: left;
  margin-left: 46px;
}
.message-bar .mess-middle-box .mess-middle li:nth-child(4) p {
  width: 216px;
  margin: 0 auto;
  line-height: 35px;
}
.message-bar .message-i-item {
  padding-bottom: 30px;
}
.message-bar .message-i-item h3 {
  font-size: 18px;
  font-family: "Microsoft Yahei";
  color: #1c1c1c;
  line-height: 36px;
  position: relative;
  padding-left: 11px;
  padding-bottom: 12px;
}
.message-bar .message-i-item h3::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 36px;
  background-color: #1c1c1c;
}
.message-bar .message-i-item p {
  color: #7f7f7f;
}
.message-bar .message-form .message-form-inp input {
  width: 360px;
  height: 49px;
  line-height: 49px;
  border: none;
  display: block;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  background: #fff;
  color: #999;
}
.message-bar .message-form .message-form-text textarea {
  width: 486px;
  height: 180px;
  background: #fff;
  padding: 10px 15px;
  border: none;
  color: #999;
  margin-left: 30px;
}
.message-bar .message-form .message-form-submit {
  text-align: center;
}
.message-bar .message-form .message-form-submit input {
  width: 240px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #f18b29;
  letter-spacing: 1px;
  font-weight: bold;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  color: #fff;
  border: none;
  margin: 0 auto;
  margin-top: 25px;
  cursor: pointer;
}
.message-bar .message-form .message-form-submit input:hover {
  opacity: 0.8;
}
.message-bar .message-form .code {
  margin-left: 22px;
  margin-top: 22px;
}
.message-bar .message-form .code img {
  margin-right: 21px;
}
.message-bar .message-form .code img:nth-of-type(2) {
  margin-right: 0;
  padding: 8px;
  background: #fff;
}
.adv-bar {
  border-top: 40px solid #f18b29;
  height: 720px;
  width: 100%;
  overflow: hidden;
  background: url("../images/ysbg.jpg") no-repeat center;
}
.adv-bar h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  font-weight: 400;
  background: url("../images/ystbg.png") no-repeat center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.adv-bar h2 img {
  margin-left: 15px;
  margin-right: 15px;
}
.adv-bar .adv-content {
  position: relative;
}
.adv-bar .adv-content .advl {
  background: url("../images/ystu.png") no-repeat;
  width: 100%;
  height: 657px;
  position: absolute;
  left: 0;
  top: 0;
}
.adv-bar .adv-content .advr {
  width: 697px;
  position: absolute;
  right: 0;
  top: 0;
}
.adv-bar .adv-content .advr ul li {
  float: right;
  height: 150px;
  margin-bottom: 74px;
}
.adv-bar .adv-content .advr ul li > div {
  margin-left: 152px;
  margin-bottom: 15px;
}
.adv-bar .adv-content .advr ul li:nth-child(1) {
  width: 694px;
}
.adv-bar .adv-content .advr ul li:nth-child(1) div {
  margin-left: 181px;
}
.adv-bar .adv-content .advr ul li:nth-child(2) {
  width: 601px;
}
.adv-bar .adv-content .advr ul li:nth-child(2) small {
  width: 380px;
}
.adv-bar .adv-content .advr ul li:nth-child(3) {
  width: 694px;
}
.adv-bar .adv-content .advr ul li:nth-child(3) div {
  margin-left: 181px;
}
.adv-bar .adv-content .advr ul li span {
  width: 50px;
  height: 43px;
  background: url(../images/sjx.png) no-repeat center;
  text-align: center;
  line-height: 54px;
  color: #2f5084;
  font-size: 24px;
  display: block;
  float: left;
  margin-right: 18px;
}
.adv-bar .adv-content .advr ul li b {
  font-size: 24px;
  color: #fff;
  display: block;
}
.adv-bar .adv-content .advr ul li small {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 445px;
  float: right;
  line-height: 28px;
  letter-spacing: 1px;
}
