.wm {
  width: 1200px;
  margin: 0 auto;
}
ul,
li {
  list-style-type: none;
}
.clear {clear: both; line-height:0; padding:0px; margin:0px;}

@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);
  }
}
.demo {
  color: #17459c;
  font-size: 16px;
}
.yahei {
  font-family: "Microsoft Yahei";
}
@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 .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: #585858;
  height: 42px;
  overflow: hidden;
  position: relative;
}
.top:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 29.4%;
  content: '';
  display: block;
  background: #129ead;
}
.top p {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 42px;
}
.top a {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.top a.a1 {
  background: url(../images/dots.png) no-repeat right top 17px;
  padding-right: 10px;
  margin-right: 10px;
  float: left;
  z-index: 2;
  position: relative;
}
.top a.a2 {
  float: left;
  z-index: 2;
  position: relative;
}
.top a:hover {
  color: #fff;
}
.top a.ico1 {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(../images/wb.png) no-repeat center;
  margin-top: 9px;
  margin-left: 18px;
  margin-right: 5px;
  z-index: 2;
  position: relative;
}
.top a.ico2 {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url("../images/wx.png") no-repeat center;
  margin-top: 9px;
  margin-right: 5px;
  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: 9px;
  margin-right: 5px;
  z-index: 2;
  position: relative;
}
.top .tel {
  color: #fff;
  font-size: 22px;
  background: url("../images/tel.png") no-repeat left;
  position: relative;
  z-index: 2;
  font-family: Impact!important;
  padding-left: 30px;
  margin-left: 60px;
  font-weight: 100;
}
#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;
}
#header_bar .headerg-box .header-logo a {
  position: relative;
  float: left;
  width: 330px;
}
#header_bar .headerg-box .header-logo a:after {
  position: absolute;
  right: 0;
  top: 50%;
  height: 44px;
  width: 0.25px;
  content: '';
  display: block;
  transform: translateY(-50%);
}
#header_bar .headerg-box .header-logo a img {
  outline: none;
  position: relative;
   max-width:330px;

}
#header_bar .headerg-box .brand {
  float: left;
  margin-top: 41px;
  margin-left: 20px;
}
#header_bar .headerg-box .brand b {
  display: block;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 25px;
}
#header_bar .headerg-box .brand small {
  display: block;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
}
#header_bar .headerg-box .h-tel {
  width: 225px;
  float: right;
  margin-top: 32px;
}
#header_bar .headerg-box .h-tel > div {
  background: url(../images/h-tel.png) no-repeat left;
  padding-left: 58px;
}
#header_bar .headerg-box .h-tel > div small {
  display: block;
  font-size: 14px;
  color: #282828;
}
#header_bar .headerg-box .h-tel > div b {
  display: block;
  font-size: 26px;
  color: #0992e0;
  font-family: Impact;
  font-weight: 100;
}
#nav_bar {
  position: relative;
  width: 100%;
  background: #0863b8;
}
#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(../images/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 {
  background: #17459c;
}
#nav_bar .nav-box .list_none .nav-li:hover: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: 18px;
  text-align: center;
  z-index: 99;
  padding-right: 41px;
  padding-left: 41px;
  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: #F1F1F1;
  width: 1px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 26px;
}
#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: #222222;
  font-size: 30px;
  text-align: center;
  position: relative;
  padding-top: 55px;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.main-title h2:after {
  width: 45px;
  display: block;
  content: '';
  height: 4px;
  background: #17459c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.main-title h6 {
  color: #a5a5a5;
  text-align: center;
  font-size: 16px;
  margin-bottom: 28px;
}
.project-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.project-bar ul li {
  width: 166px;
  height: 166px;
  background: url(../images/libg1.png) no-repeat center;
  position: relative;
  border-radius: 50%;
  float: left;
  margin-right: 40px;
}
.project-bar ul li u {
  display: block;
  width: 166px;
  height: 166px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/libg.png) no-repeat center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.project-bar ul li .cl {
  clip: rect(0px, 166px, 166px, 83px);
}
.project-bar ul li .cr {
  clip: rect(0px, 83px, 166px, 0px);
}
.project-bar ul li:hover .cl {
  clip: rect(0px, 166px, -10px, 83px);
}
.project-bar ul li:hover .cr {
  clip: rect(166px, 83px, 166px, 0px);
}
.project-bar ul li:nth-child(6n) {
  margin-right: 0;
}
.project-bar ul li p {
  color: #282828;
  font-size: 16px;
  text-align: center;
}
.project-bar ul li:nth-child(1) div {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: url("../images/pj1.png") no-repeat center;
  margin-top:8px;
}
.project-bar ul li:nth-child(2) div {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: url("../images/pj2.png") no-repeat center;
  margin-top:8px;
}
.project-bar ul li:nth-child(3) div {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: url("../images/pj3.png") no-repeat center;
  margin-top:8px;
}
.project-bar ul li:nth-child(4) div {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: url("../images/pj4.png") no-repeat center;
  margin-top:8px;
}
.project-bar ul li:nth-child(5) div {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: url("../images/pj5.png") no-repeat center;
  margin-top:8px;
}
.project-bar ul li:nth-child(6) div {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: url("../images/pj6.png") no-repeat center;
  margin-top:8px;
}
.about-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  padding-top: 82px;
}
.about-bar .ab-txt {
  width: 314px;
  float: left;
  margin-right: 42px;
}
.about-bar .ab-txt h2 {
  color: #222222;
  font-size: 30px;
}
.about-bar .ab-txt small {
  color: #b1b1b1;
  font-size: 16px;
  display: block;
  position: relative;
}
.about-bar .ab-txt small:after {
  position: absolute;
  bottom: -22px;
  left: 0;
  display: block;
  width: 310px;
  height: 1px;
  background: #CBCBCB;
  content: '';
}
.about-bar .ab-txt p {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 100;
  margin-top: 35px;
  line-height: 26px;
}
.about-bar .ab-txt a {
  display: block;
  width: 224px;
  height: 43px;
  background: #17459c url("../images/jt.png") no-repeat right 18px center;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
  margin-top: 29px;
  text-indent: 34px;
}
.about-bar .ab-pic {
  width: 844px;
  float: right;
}
.about-bar .ab-pic .swiper-container-2 {
  width: 100%;
  height: 100%;
}
.about-bar .ab-pic .swiper-container-2 .swiper-slide {
  width: 420px;
  height: 280px;
  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;
}
.about-bar .ab-pic .swiper-container-2 .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-bar .ab-pic .nowadays {
  overflow: hidden;
  margin-top: 33px;
}
.about-bar .ab-pic .nowadays p {
  background: url(../images/tel1.png) no-repeat left;
  width: 325px;
  float: left;
  padding-left: 44px;
}
.about-bar .ab-pic .nowadays p small {
  color: #232323;
  font-size: 14px;
  float: left;
  line-height: 39px;
}
.about-bar .ab-pic .nowadays p b {
  color: #232323;
  font-size: 26px;
  font-family: Impact;
  font-weight: 100;
}
.about-bar .ab-pic .nowadays div {
  float: right;
  width: 260px;
  position: relative;
}
.about-bar .ab-pic .nowadays div a {
  display: block;
  float: left;
  width: 120px;
  height: 30px;
  background: #333;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.about-bar .ab-pic .nowadays div a.a1 {
  margin-right: 20px;
}
.about-bar .ab-pic .nowadays div a.a2 {
  background: #129ead;
}
.team-bar {
  width: 100%;
  margin-top: 45px;
  background: #f7f7f7;
  padding-bottom: 54px;
  border-bottom: 1px solid #DCDCDC;
}
.team-bar .team-bg {
  background: url("../images/teambg.jpg") no-repeat center top;
  height: 410px;
}
.team-bar .team-bg h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  text-align: center;
  padding-top: 68px;
  padding-bottom: 6px;
}
.team-bar .team-bg h2 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
}
.team-bar .team-bg small {
  display: block;
  color: #fff;
  opacity: 0.35;
  text-align: center;
  width: 412px;
  margin: 0 auto;
  line-height: 25px;
  font-weight: 100;
}
.team-bar .swiper-container-3 {
  width: 100%;
  height: 100%;
  margin-top: -110px;
}
.team-bar .swiper-container-3 .swiper-slide div {
  width: 235px;
  height: 311px;
  padding: 6px;
  background: #fff;
}
.team-bar .swiper-container-3 .swiper-slide div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-bar .swiper-container-3 .swiper-slide p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #1d1d1d;
  height: 38px;
  background: #fff;
  line-height: 38px;
  padding-bottom: 6px;
}
/*产品列表，左侧展示*/
.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: #129ead;
  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;
  background: #252526;
  padding-top: 52px;
}
.footer-bar .footer-top {
  margin-bottom: 77px;
  height: 210px;
}
.footer-bar .footer-top .f-tel {
  width: 322px;
  height: 210px;
  float: left;
  text-align: center;
  border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-tel p {
  font-size: 16px;
  color: #fff;
  margin-top: 37px;
}
.footer-bar .footer-top .f-tel h2 {
  color: #25a0ff;
  font-size: 40px;
  font-weight: 500;
  font-family: Impact!important;
}
.footer-bar .footer-top .f-tel span {
  color: #afafaf;
  font-size: 14px;
}
.footer-bar .footer-top .f-nav {
  width: 362px;
  height: 210px;
  float: left;
  border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-nav h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 31px;
  margin-left: 89px;
}
.footer-bar .footer-top .f-nav ul {
  width: 158px;
  height: 145px;
  margin: 0 auto;
}
.footer-bar .footer-top .f-nav ul li {
  width: 59px;
  margin-right: 40px;
  margin-bottom: 22px;
  float: left;
}
.footer-bar .footer-top .f-nav ul li:nth-child(2n) {
  margin-right: 0;
}
.footer-bar .footer-top .f-nav ul li a {
  color: #989898;
  font-size: 14px;
}
.footer-bar .footer-top .f-contact {
  width: 330px;
  height: 210px;
  float: left;
  border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-contact h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
.footer-bar .footer-top .f-contact ul {
  width: 173px;
  height: 109px;
  margin: 0 auto;
}
.footer-bar .footer-top .f-contact ul li {
  color: #929292;
  font-size: 14px;
  margin-bottom: 17px;
}
.footer-bar .footer-top .f-code {
  width: 183px;
  height: 210px;
  float: left;
}
.footer-bar .footer-top .f-code img {
  float: right;
  width: 118px;
  height: 118px;
  margin-bottom: 16px;
}
.footer-bar .footer-top .f-code p {
  float: right;
  width: 118px;
  text-align: center;
  color: #7f7f7f;
  font-size: 12px;
  margin-bottom: 2px;
}
.footer-bar .f-bt {
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  border-top: 1px solid #4D4D4D;
  font-size: 14px;
  color: #848484;
}
.product-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  height: 562px;
  position: relative;
}
.product-bar .wm {
  position: relative;
}
.product-bar .wm .swiper-container-5 ul {
  padding: 28px 0;
}
.product-bar .wm .swiper-container-5 ul .swiper-slide {
  position: relative;
}
.product-bar .wm .swiper-container-5 ul .swiper-slide div {
  height: 309px;
  position: relative;
  border: 1px solid #E5E5E5;
  width: 98.8%;
  margin: 0 auto;
}
.product-bar .wm .swiper-container-5 ul .swiper-slide div img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.product-bar .wm .swiper-container-5 ul .swiper-slide p{ text-align:center; color:#000; line-height:40px;}
.product-bar .wm .swiper-button-prev-5 {
  background: url("../images/nl.png") no-repeat;
  width: 54px;
  height: 54px;
  left: -130px;
  top: 65%;
  outline: none;
}
.product-bar .wm .swiper-button-next-5 {
  background: url("../images/nr.png") no-repeat;
  width: 54px;
  height: 54px;
  right: -130px;
  top: 65%;
  outline: none;
}
.news-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 75px;
}
.news-bar .news-left {
  width: 800px;
  float: left;
}
.news-bar .news-left .news-title {
  width: 800px;
  height: 40px;
}
.news-bar .news-left .news-title h2 {
  float: left;
  color: #253d99;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.news-bar .news-left .news-title h4 {
  float: left;
  margin-left: 80px;
  line-height: 40px;
}
.news-bar .news-left .news-title h4 .n1 {
  color: #253d99;
  font-weight: bold;
  font-size: 20px;
}
.news-bar .news-left .news-title h4 .n2 {
  color: #363636;
  font-size: 20px;
}
.news-bar .news-left .news-title > a {
  width: 129px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  float: right;
  background: #17459c;
  color: #fff;
  font-size: 14px;
  margin-top: 4px;
}
.news-bar .news-left .news-content .first-news {
  padding-top: 35px;
  width: 372px;
  float: left;
}
.news-bar .news-left .news-content .first-news .fn-img {
  width: 372px;
  height: 230px;
}
.news-bar .news-left .news-content .first-news .fn-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.news-bar .news-left .news-content .first-news .fn-desc {
  width: 372px;
  background: #f5f5f5;
}
.news-bar .news-left .news-content .first-news .fn-desc h3 {
  padding-top: 18px;
  line-height: 30px;
}
.news-bar .news-left .news-content .first-news .fn-desc h3 b {
  float: left;
  width: 60%;
  display: block;
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 28px;
}
.news-bar .news-left .news-content .first-news .fn-desc h3 small {
  float: right;
  color: #8d8d8d;
  font-size: 14px;
  margin-right: 28px;
}
.news-bar .news-left .news-content .first-news .fn-desc h4 {
  color: #999999;
  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;
}
.news-bar .news-left .news-content .other-news {
  float: right;
}
.news-bar .news-left .news-content .other-news a {
  display: block;
  width: 387px;
}
.news-bar .news-left .news-content .other-news a .ot-txt {
  margin-top: 33px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 14px;
}
.news-bar .news-left .news-content .other-news a .ot-txt .ot-time {
  float: left;
  width: 48px;
}
.news-bar .news-left .news-content .other-news a .ot-txt .ot-time b {
  display: block;
  color: #363636;
  font-size: 46px;
  font-family: Impact;
  line-height: 45px;
}
.news-bar .news-left .news-content .other-news a .ot-txt .ot-time small {
  display: block;
  color: #363636;
  font-size: 12px;
}
.news-bar .news-left .news-content .other-news a .ot-txt .ot-desc {
  width: 316px;
  float: right;
}
.news-bar .news-left .news-content .other-news a .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-left .news-content .other-news a .ot-txt .ot-desc span.ots1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #363636;
  font-size: 18px;
  line-height: 30px;
}
.news-bar .news-left .news-content .other-news a .ot-txt .ot-desc span.ots2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  font-size: 14px;
}
.news-bar .news-left .news-content .other-news a .ot-txt .ot-desc span:hover {
  color: #129ead;
}
.go_order{
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background: #111f44;
    border: none;
    margin-top: 50px;
    outline: none;
}
.go_order:hover{
    background: #f00f0d;
}
.order-content{
    padding: 20px 30px;
    background: #fff;
}

.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}
.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .dwid{
    width: 375px;
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #111f44;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #f00f0d;
}

