.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/NUM.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);
  }
}
.yahei {
  font-family: "Microsoft Yahei";
}
.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;
}
.top {
  width: 100%;
  background: #ffffff;
  height: 34px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.top p {
  color: #808080;
  font-size: 14px;
  line-height: 34px;
}
.top a {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.top a.ico1 {
  padding-right: 13px;
  border-right: 2px solid #a7a7a7;
}
.top a.ico1:hover {
  color: #0051a3;
}
.top a.ico2 {
  padding-left: 13px;
}
.top a.ico2:hover {
  color: #0051a3;
}
#header_bar {
  background: #fff;
  color: #fff;
  position: relative;
  z-index: 8;
  width: 100%;
  font-size: 12px;
}
#header_bar .headerg-box {
  height: 118px;
}
#header_bar .headerg-box .header-logo a {
  position: relative;
  float: left;
  line-height: 118px;
}
#header_bar .headerg-box .header-logo a:after {
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  height: 45px;
  width: 1px;
  background: #cdcdcd;
  content: '';
  display: block;
}
#header_bar .headerg-box .header-logo a img {
  outline: none;
  position: relative;
  margin-right: 20px;
}
#header_bar .headerg-box .header-logo .remark {
  float: left;
  margin-left: 13px;
}
#header_bar .headerg-box .header-logo .remark b {
  font-size: 20px;
  color: #424141;
  display: block;
}
#header_bar .headerg-box .header-logo .remark small {
  display: block;
  color: #808080;
  font-size: 16px;
  margin-top: 36px;
}
#header_bar .headerg-box .h-tel {
  float: right;
  margin-top: 24px;
}
#header_bar .headerg-box .h-tel p {
  display: block;
  color: #4b4b4b;
  font-size: 16px;
  background-image: url("../images/tel1.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 100;
  padding-left: 30px;
  float: right;
}
#header_bar .headerg-box .h-tel small {
  display: block;
  color: #ff9600;
  font-size: 32px;
  font-family: Impact;
}
#nav_bar {
  position: relative;
  width: 100%;
}
#nav_bar:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  background: #065bb1;
  top: 0;
  left: 0;
}
#nav_bar:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  background: #0051a3;
  top: 50%;
  left: 0;
}
#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 .nav-li-a {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  text-align: center;
  z-index: 99;
  padding-right: 34.5px;
  padding-left: 34.5px;
  position: relative;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a:before {
  background: #c93e48;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: '';
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  z-index: 0;
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a:after {
  background: #00478e;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: '';
}
#nav_bar .nav-box .list_none .nav-li .nav-li-a:hover:before {
  height: 100%;
}
#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: #333333;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}
.main-title h2:before {
  position: absolute;
  left: 441px;
  top: 0;
  content: '';
  background: url(../images/titlebg.png) repeat-y;
  background-size: contain;
  width: 5px;
  height: 35px;
  display: block;
}
.main-title h2:after {
  position: absolute;
  right: 441px;
  top: 0;
  content: '';
  background: url(../images/titlebg.png) repeat-y;
  background-size: contain;
  width: 5px;
  height: 35px;
  display: block;
}
.main-title h6 {
  color: #4e4e4e;
  text-align: center;
  font-size: 18px;
  margin-bottom: 28px;
  position: relative;
}
.main-title h6 span {
  display: block;
  width: 50px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #ff9600;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
}
.main-title h6 span:before {
  position: absolute;
  left: 64px;
  width: 209px;
  height: 1px;
  background: #858585;
  display: block;
  content: '';
  top: 50%;
  transform: translateY(-50%);
}
.main-title h6 span:after {
  background: #858585;
  width: 209px;
  right: 64px;
  position: absolute;
  height: 1px;
  display: block;
  content: '';
  top: 50%;
  transform: translateY(-50%);
}
.about-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  padding-top: 74px;
}
.about-bar .abl {
  width: 39.5%;
  height: 500px;
  float: left;
}
.about-bar .abl img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-bar .abr {
  width: 60.5%;
  height: 500px;
  float: right;
  background: url("../images/comrbg.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.about-bar .abr li {
  width: 800px;
  position: relative;
  height: 114px;
  margin-bottom: 30px;
}
.about-bar .abr li:nth-child(1) {
  margin-top: 48px;
}
.about-bar .abr li:nth-child(1) i {
  background: #ffffff url("../images/a1.png") no-repeat center;
}
.about-bar .abr li:nth-child(2) i {
  background: #ffffff url("../images/a2.png") no-repeat center;
}
.about-bar .abr li:nth-child(3) i {
  background: #ffffff url("../images/a3.png") no-repeat center;
}
.about-bar .abr li i {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  position: absolute;
  left: -37px;
}
.about-bar .abr li div {
  margin-left: 77px;
  border-bottom: 1px solid #206cbd;
  padding-bottom: 20px;
}
.about-bar .abr li div b {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}
.about-bar .abr li div small {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  line-height: 28px;
}
.pro-bar {
  width: 100%;
  min-width: 1200px;
  padding-top: 60px;
}
.pro-bar .p-type {
  width: 282px;
  float: left;
  position: relative;
}
.pro-bar .p-type .p-type-list .type-title {
  height: 58px;
  background: #0051a3;
  position: relative;
}
.pro-bar .p-type .p-type-list .type-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  background: #ff9600;
  height: 100%;
  display: block;
  content: '';
}
.pro-bar .p-type .p-type-list .type-title:after {
  width: 0;
  height: 0;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ff9600;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
}
.pro-bar .p-type .p-type-list .type-title p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: url(../images/next.png) no-repeat right 16px center;
  padding-left: 28px;
  line-height: 58px;
}
.pro-bar .p-type .p-type-list ul {
  padding-top: 12px;
  background: #272727;
  height: 338px;
  margin-bottom: 19px;
}
.pro-bar .p-type .p-type-list ul li {
  height: 40px;
  background: url(../images/jt.png) no-repeat left 23px center;
}
.pro-bar .p-type .p-type-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro-bar .p-type .p-type-list ul li a b {
  display: block;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  width: 258px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  line-height: 40px;
  color: #ff8a00;
  font-size: 16px;
  text-indent: 41px;
}
.pro-bar .p-type .p-type-list ul li a:hover b {
  color: #fff;
}
.pro-bar .p-type .p-type-list .side-link-bt {
  background: #272727;
  height: 200px;
}
.pro-bar .p-type .p-type-list .side-link-bt small {
  display: block;
  color: #ff9600;
  font-size: 14px;
  margin-left: 23px;
  line-height: 28px;
}
.pro-bar .p-type .p-type-list .side-link-bt small:first-child {
  padding-top: 15px;
}
.pro-bar .index-pro-list {
  margin-top: 50px;
}
.pro-bar .index-pro-list .swiper-container-2 {
  width: 886px;
  float: right;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li {
  height: 334px;
  position: relative;
  background: #f0f0f0;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li i {
  font-size: 14px;
  position: absolute;
  right: 3px;
  top: 8px;
  display: block;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #fff;
  z-index: 99;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li:after {
  width: 0;
  height: 0;
  border-color: transparent #c93e48;
  border-width: 0 60px 60px 0;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: '';
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li p {
  width: 267px;
  height: 244px;
  background: #f0f0f0;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li p img {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  object-fit: contain;
  width: 100%;
  height: 100%;
  background: #fff;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li:hover:after {
  border-color: transparent #ff8a00;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li:hover img {
  transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li:hover h4 b,
.pro-bar .index-pro-list .swiper-container-2 .pro-list li:hover h4 small {
  color: #ff8a00;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li h4 {
  height: 55px;
  position: relative;
  background: #f0f0f0;
  margin-top: 8px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li h4 b {
  width: 90%;
  font-weight: 500;
  text-indent: 18px;
  display: block;
  color: #343434;
  letter-spacing: 1px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 16px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li h4 small {
  width: 90%;
  display: block;
  color: #989898;
  font-size: 14px;
  text-indent: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pro-bar .index-pro-list .swiper-container-2 .pro-list li:hover span {
  color: #0051a3;
}
/*产品列表，左侧展示*/
.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: #7ca3e5;
  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: #323232;
  transition: all 1s ease 0s;
}
.pro-left-bar .inside_pro_list .expmenu li .header1 span {
  font-size: 16px;
  color: #fff;
}
.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: #0051a3;
}
.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: #2756a3;
  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: #7ca3e5;
  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;
  background: #2f3340;
  padding-top: 44px;
}
.footer-bar .footer-top {
  overflow: hidden;
  padding-bottom: 38px;
}
.footer-bar .footer-top .f-nav {
  width: 322px;
  float: left;
}
.footer-bar .footer-top .f-nav b {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 24px;
}
.footer-bar .footer-top .f-nav ul {
  width: 152px;
}
.footer-bar .footer-top .f-nav ul li {
  margin-right: 24px;
  float: left;
  margin-bottom: 14px;
}
.footer-bar .footer-top .f-nav ul li:nth-child(2n) {
  margin-right: 0;
}
.footer-bar .footer-top .f-nav ul li a {
  color: #707177;
  font-size: 14px;
}
.footer-bar .footer-top .f-link {
  float: left;
  padding-right: 62px;
  width: 248px;
}
.footer-bar .footer-top .f-link b {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 24px;
}
.footer-bar .footer-top .f-link ul li {
  margin-bottom: 14px;
}
.footer-bar .footer-top .f-link ul li a {
  color: #707177;
  font-size: 14px;
}
.footer-bar .footer-top .f-contact {
  float: left;
  padding-right: 32px;
  width: 262px;
}
.footer-bar .footer-top .f-contact b {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 24px;
}
.footer-bar .footer-top .f-contact p {
  color: #fff;
  font-size: 30px;
  font-family: numFont!important;
}
.footer-bar .footer-top .f-contact p:nth-of-type(1) {
  margin-top: -10px;
}
.footer-bar .footer-top .f-contact a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c93e48;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.footer-bar .footer-top .f-code {
  width: 153px;
  float: right;
  background: url(../images/ewm_bg.png) no-repeat left top 24px;
}
.footer-bar .footer-top .f-code img {
  float: right;
  width: 104px;
  height: 104px;
  padding: 10px;
  margin-bottom: 10px;
}
.footer-bar .footer-top .f-code p {
  float: right;
  width: 126px;
  text-align: center;
  color: #dfdfdf;
  font-size: 14px;
}
.footer-bar .f-bt {
  overflow: hidden;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #3d414f;
  font-size: 14px;
  color: #848484;
}
.case-bar {
  width: 100%;
  min-width: 1200px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-bottom: 67px;
  padding-top: 67px;
}
.case-bar .wm {
  position: relative;
}
.case-bar .wm .swiper-container-5 ul {
  margin-top: 5px;
}
.case-bar .wm .swiper-container-5 ul .swiper-slide {
  position: relative;
}
.case-bar .wm .swiper-container-5 ul .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.case-bar .wm .swiper-container-5 ul .swiper-slide:hover .case-name {
  background: #ff9600;
}
.case-bar .wm .swiper-container-5 ul .swiper-slide:hover .case-name span {
  color: #fff;
}
.case-bar .wm .swiper-container-5 ul .swiper-slide p {
  height: 236px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.case-bar .wm .swiper-container-5 ul .swiper-slide p img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.case-bar .wm .swiper-container-5 ul .swiper-slide .case-name {
  width: 100%;
  height: 46px;
  text-align: center;
  background: #fff;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.case-bar .wm .swiper-container-5 ul .swiper-slide .case-name span {
  color: #4a4a4a;
  line-height: 46px;
  font-size: 16px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar {
  padding-top: 66px;
  overflow: hidden;
  padding-bottom: 58px;
}
.news-bar .news-left {
  width: 725px;
  float: left;
}
.news-bar .news-left .news-title {
  width: 725px;
  height: 60px;
  line-height: 60px;
  background: #f6f6f6;
  margin-bottom: 34px;
}
.news-bar .news-left .news-title a {
  display: block;
  text-align: center;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-left .news-title a:nth-of-type(1) {
  float: left;
  width: 158px;
  background: #0051a3;
  color: #fff;
  font-size: 20px;
}
.news-bar .news-left .news-title a:nth-of-type(2) {
  float: left;
  width: 158px;
  color: #353535;
  font-size: 20px;
}
.news-bar .news-left .news-title a:nth-of-type(3) {
  color: #949494;
  float: right;
  padding-right: 22px;
}
.news-bar .news-left .news-title a:nth-of-type(3):hover {
  color: #0051a3;
}
.news-bar .news-left .news-content {
  overflow: hidden;
  margin-bottom: 14px;
}
.news-bar .news-left .news-content .ncl {
  width: 268px;
  height: 176px;
  float: left;
}
.news-bar .news-left .news-content .ncl img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-bar .news-left .news-content .ncr {
  float: right;
  width: 430px;
}
.news-bar .news-left .news-content .ncr div b {
  display: block;
  color: #262626;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-bar .news-left .news-content .ncr div small {
  display: block;
  color: #858585;
  font-size: 14px;
  font-weight: 100;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-bar .news-left .news-content .ncr ul {
  margin-top: 33px;
}
.news-bar .news-left .news-content .ncr ul li {
  overflow: hidden;
  line-height: 39px;
}
.news-bar .news-left .news-content .ncr ul li span {
  color: #262626;
  font-size: 16px;
  float: left;
}
.news-bar .news-left .news-content .ncr ul li i {
  float: right;
  color: #858585;
  font-size: 14px;
  font-weight: 100;
}
.news-bar .news-left .news-content1 {
  margin-bottom: 0;
}
.news-bar .news-left .news-content1 ul {
  margin-top: 0!important;
}
.news-bar .news-left .news-content1 ul li:nth-child(1) {
  margin-top: -10px;
}
.news-bar .news-right {
  width: 418px;
  height: 470px;
  float: right;
  background: #f6f6f6;
}
.news-bar .news-right p {
  width: 100%;
  height: 60px;
  background: #0051a3 url(../images/mess.png) no-repeat left 30px center;
  color: #fff;
  text-indent: 68px;
  font-size: 20px;
  line-height: 60px;
}
.news-bar .news-right form {
  padding-top: 25px;
}
.news-bar .news-right form div {
  text-align: center;
}
.news-bar .news-right form ::-webkit-input-placeholder {
  color: #959595;
  font-size: 16px;
  text-indent: 15px;
}
.news-bar .news-right form :-moz-placeholder {
  color: #959595;
  font-size: 16px;
  text-indent: 15px;
}
.news-bar .news-right form ::-moz-placeholder {
  color: #959595;
  font-size: 16px;
  text-indent: 15px;
}
.news-bar .news-right form :-ms-input-placeholder {
  color: #959595;
  font-size: 16px;
  text-indent: 15px;
}
.news-bar .news-right form input {
  width: 364px;
  height: 52px;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
.news-bar .news-right form input.captcha {
  width: 160px;
  height: 50px;
}
.news-bar .news-right form textarea {
  width: 364px;
  height: 98px;
  margin-bottom: 10px;
}
.news-bar .news-right form #submit {
  background: #c93e48;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
