.search-box {
  padding: 20px 0;
  background-color: #fafafa;
}
.search-box .search-box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-box .search-box-content .search .input-box {
  width: 530px;
  border: 1px solid #ccc;
}
.search-box .search-box-content .search .input-box input {
  width: 472px;
  outline: none;
  border: none;
  line-height: 40px;
  padding-left: 5px;
}
.search-box .search-box-content .search .input-box button {
  outline: none;
  border: none;
  width: 56px;
  background-color: #ccc;
  line-height: 40px;
  text-align: center;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.search-box .search-box-content .search .search-text {
  margin-top: 20px;
}
.search-box .search-box-content .search .search-text span {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  cursor: pointer;
}
.search-box .search-box-content .service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 30px 0 20px;
  margin-left: 50px;
}
.search-box .search-box-content .service .icon {
  width: 100px;
  height: 100px;
}
.search-box .search-box-content .service .icon img {
  width: 100%;
  height: 100%;
}
.search-box .search-box-content .service .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-box .search-box-content .service .text .text1 {
  color: #666;
}
.search-box .search-box-content .service .text .service-tel {
  font-size: 34px;
  color: #0058b1;
}
.search-box .search-box-content .erweima {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.search-box .search-box-content .erweima .erweima-img {
  width: 98px;
  height: 98px;
}
.search-box .search-box-content .erweima .erweima-img img {
  width: 100%;
  height: 100%;
}
.search-box .search-box-content .erweima .text {
  margin-left: 5px;
  width: 20px;
  font-size: 14px;
  color: #666;
}
.customers {
  padding: 50px 0;
}
.customers .customers-header {
  position: relative;
  font-size: 80px;
  color: #f0f0f2;
}
.customers .customers-header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  color: #0058b1;
  font-size: 24px;
  border: 1px solid #0058b1;
  padding: 5px 10px;
  background-color: #fff;
}
.customers .slideTxtBox {
  position: relative;
  width: 1100px;
  margin: 10px auto;
}
.customers .slideTxtBox .bd ul li {
  width: 20%;
}
.customers .slideTxtBox .bd ul li a img {
  width: 100%;
  padding: 0 10px;
}
.customers .slideTxtBox .prev,
.customers .slideTxtBox .next {
  display: block;
  width: 30px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.customers .slideTxtBox .prev:hover,
.customers .slideTxtBox .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.customers .slideTxtBox .prev {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.customers .slideTxtBox .next {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pro .pro-header {
  background-color: #0058b1;
  padding-top: 20px;
}
.pro .pro-header .pro-header-box {
  position: relative;
  border-bottom: 5px solid #ea1919;
}
.pro .pro-header .title {
  position: relative;
  width: 228px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-size: 30px;
}
.pro .pro-header .title::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -170px;
  display: block;
  content: "";
  width: 150px;
  height: 0;
  border-bottom: 1px solid #4a86e8;
}
.pro .pro-header .title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -170px;
  display: block;
  content: "";
  width: 150px;
  height: 0;
  border-bottom: 1px solid #4a86e8;
}
.pro .pro-header .intro {
  color: #fff;
  font-size: 39px;
  margin: 20px 0px 50px 0px;
}
.pro .pro-header .sub-box {
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #ea1919;
  height: 50px;
  line-height: 50px;
  padding: 0 100px;
  color: #fff;
  font-size: 24px;
}
.pro .content-list {
  padding: 50px 0;
}
.pro .content-list .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pro .content-list .item .item-img {
  width: 50%;
  padding-right: 50px;
  margin-bottom: 50px;
}
.pro .content-list .item .item-img img {
  width: 100%;
}
.pro .content-list .item .paddingR {
  padding-right: 50px;
}
.pro .content-list .item .paddingL {
  padding-left: 50px;
}
.pro .content-list .item .line {
  position: relative;
  width: 0;
  border-left: 1px solid #ccc;
}
.pro .content-list .item .line .text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72px;
  height: 72px;
  background-color: #198ede;
  border-radius: 50%;
  line-height: 72px;
  text-align: center;
  font-size: 22px;
  color: #Fff;
}
.pro .content-list .item .item-content {
  width: 50%;
  padding-left: 50px;
  margin-bottom: 50px;
}
.process {
  height: 280px;
  background-color: #0058b1;
}
.process .process-content {
  position: relative;
  border-top: 5px solid #ea1919;
  padding-left: 208px;
}
.process .process-content .process-left {
  position: absolute;
  top: -21px;
  left: 0;
  width: 208px;
  height: 296px;
  background-color: #ea1919;
  color: #fff;
  text-align: center;
}
.process .process-content .process-left .sub-title {
  font-size: 22px;
  margin-top: 20px;
}
.process .process-content .process-left .title {
  font-size: 28px;
}
.process .process-content .process-left .service .icon {
  width: 49px;
  height: 49px;
  margin: 20px auto;
}
.process .process-content .process-left .service .icon img {
  width: 100%;
  height: 100%;
}
.process .process-content .process-left .service .service-text {
  font-size: 14px;
}
.process .process-content .process-left .service .tel {
  font-size: 22px;
  line-height: 35px;
}
.process .process-content .process-left .service .more {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border: 2px solid #fff;
  margin: 10px 0;
}
.process .process-content .process-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 280px;
}
.process .process-content .process-right .content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.process .process-content .process-right .content-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.process .process-content .process-right .content-list .item .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78px;
  height: 78px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.process .process-content .process-right .content-list .item .icon .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 50%;
}
.process .process-content .process-right .content-list .item .item-title {
  font-size: 14px;
  color: #fff;
}
.process .process-content .process-right .content-list .right {
  margin: 0 20px;
  margin-top: 25px;
  font-size: 24px;
  color: #fff;
}
.goods {
  padding: 20px 0;
}
.goods .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.goods .section-content .section-left {
  width: 210px;
}
.goods .section-content .section-left .section-left-box1 {
  padding: 25px 0;
  text-align: center;
  background-color: #0058B1;
}
.goods .section-content .section-left .section-left-box1 .title {
  font-size: 22px;
  color: #fff;
}
.goods .section-content .section-left .section-left-box1 .en-title {
  font-size: 12px;
  color: #fff;
}
.goods .section-content .section-left .section-left-box2 {
  margin-top: 10px;
  background-color: #f7f7f7;
}
.goods .section-content .section-left .section-left-box2 a {
  display: block;
  line-height: 55px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.goods .section-content .section-left .section-left-box2 a:last-child {
  border-bottom: none;
}
.goods .section-content .section-left .section-left-box2 a:hover {
  background-color: #ea1919;
  color: #fff;
}
.goods .section-content .section-left .section-left-box2 .active {
  background-color: #ea1919;
  color: #fff;
}
.goods .section-content .section-left .more {
  display: block;
  line-height: 100px;
  text-align: center;
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.goods .section-content .section-left .more:hover {
  background-color: #ea1919;
  color: #fff;
}
.goods .section-content .section-left .section-left-box3 {
  margin-top: 10px;
}
.goods .section-content .section-left .section-left-box3 .box-header {
  padding: 15px 0;
  text-align: center;
  background-color: #0058B1;
}
.goods .section-content .section-left .section-left-box3 .box-header .title {
  font-size: 22px;
  color: #fff;
}
.goods .section-content .section-left .section-left-box3 .box-header .en-title {
  font-size: 12px;
  color: #fff;
}
.goods .section-content .section-left .section-left-box3 .box-content {
  padding: 20px 10px;
  border: 1px solid #ccc;
}
.goods .section-content .section-left .section-left-box3 .box-content ul li {
  font-size: 13px;
  color: #666;
  margin: 10px 0;
}
.goods .section-content .section-right {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.goods .section-content .section-right .current-location {
  border-bottom: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
}
.goods .section-content .section-right .current-location a {
  font-size: 14px;
  color: #333;
}
.goods .section-content .section-right .current-location a:hover {
  text-decoration: underline;
}
.goods .section-content .section-right .content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.goods .section-content .section-right .content-list .item {
  width: 23%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1%;
  margin-bottom: 1%;
}
.goods .section-content .section-right .content-list .item:nth-child(4n) {
  margin-right: 0px;
}
.goods .section-content .section-right .content-list .item .item-img {
  width: 100%;
  height: 215px;
}
.goods .section-content .section-right .content-list .item .item-img img {
  width: 100%;
  height: 100%;
}
.goods .section-content .section-right .content-list .item .title {
  display: block;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 35px;
}
.goods .section-content .section-right .content-list .item .price {
  font-size: 14px;
  color: #acacac;
}
.goods .section-content .section-right .content-list .item .price span {
  font-size: 18px;
  color: #ff3c00;
}
.goods .section-content .section-right .goods-content {
  padding: 15px;
}
.goods .section-content .section-right .goods-content .goods-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.goods .section-content .section-right .goods-content .goods-content-header .show-img .img-box {
  width: 400px;
}
.goods .section-content .section-right .goods-content .goods-content-header .show-img .img-box img {
  width: 100%;
}
.goods .section-content .section-right .goods-content .goods-content-header .goods-intro {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.goods .section-content .section-right .goods-content .goods-content-header .goods-intro .goods-title {
  font-size: 20px;
  color: #454545;
  border-bottom: 1px solid #e2e2e2;
  line-height: 33px;
  margin-bottom: 10px;
}
.goods .section-content .section-right .goods-content .goods-content-header .goods-intro .market-price {
  font-size: 14px;
  color: #898989;
  text-decoration: line-through;
}
.goods .section-content .section-right .goods-content .goods-content-header .goods-intro .price {
  color: #454545;
  font-size: 14px;
}
.goods .section-content .section-right .goods-content .goods-content-header .goods-intro .price span {
  font-size: 20px;
  color: #ff5022;
}
.goods .section-content .section-right .goods-content .content {
  margin: 10px 0;
}
.case {
  width: 100%;
  background-color: #f7f7f7;
  padding: 50px 0;
}
.case h2 {
  font-size: 30px;
  color: #666;
}
.case .en-name {
  font-size: 14px;
  color: #5a5a5a;
}
.case .slideTxtBox1 .bd ul {
  width: 100%;
}
.case .slideTxtBox1 .bd ul li {
  width: 400px;
  padding: 10px;
  text-align: center;
}
.case .slideTxtBox1 .bd ul li a img {
  width: 100%;
  height: 260px;
}
.about {
  background-image: -webkit-linear-gradient(top, #0058b1 70%, #ffffff 0);
  min-width: 1200px;
  padding-top: 40px;
}
.about .about-content {
  position: relative;
}
.about .about-content .about-left {
  position: absolute;
  top: -20px;
  left: 0;
}
.about .about-content .about-left .title {
  font-size: 30px;
  color: #fff;
  padding: 10px 0;
}
.about .about-content .about-left .title span {
  font-size: 16px;
  font-weight: 400;
}
.about .about-content .about-left .line {
  width: 85px;
  height: 0;
  border-bottom: 3px solid #fff;
}
.about .about-content .about-left img {
  width: 520px;
  height: 318px;
  margin-top: 21px;
}
.about .about-content .about-right {
  height: 382px;
  width: 859px;
  background-color: #fff;
  margin-left: 341px;
  padding: 20px 20px 10px 200px;
}
.about .about-content .about-right .more {
  display: block;
  width: 126px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #ea1919;
  border: 2px solid #ea1919;
  margin: 10px auto;
}
.about .slide-box {
  background-color: #f7f7f7;
  padding: 20px 0;
  margin-top: 20px;
}
.about .slide-box .slide-box-header {
  padding: 0 15px;
}
.about .slide-box .slide-box-header .title {
  font-size: 21px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.about .slide-box .slide-box-header .title span {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 400;
}
.about .slide-box .slideTxtBox2 {
  position: relative;
  width: 1100px;
  margin: 20px auto;
}
.about .slide-box .slideTxtBox2 ul li {
  width: 23%;
  margin: 0 10px;
}
.about .slide-box .slideTxtBox2 .prev,
.about .slide-box .slideTxtBox2 .next {
  display: block;
  width: 30px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.about .slide-box .slideTxtBox2 .prev:hover,
.about .slide-box .slideTxtBox2 .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.about .slide-box .slideTxtBox2 .prev {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about .slide-box .slideTxtBox2 .next {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news {
  padding: 20px 0;
}
.news .news-box-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.news .news-box-header .icon {
  width: 40px;
  height: 40px;
}
.news .news-box-header .icon img {
  width: 100%;
  height: 100%;
}
.news .news-box-header .title {
  font-size: 22px;
  color: #434343;
}
.news .news-box-header .title span {
  font-size: 14px;
}
.news .news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news .news-container .news-box {
  width: 32%;
}
.news .news-container .news-box:nth-child(2) {
  margin: 0 1%;
}
.news .news-container .news-box .news-box-content {
  border: 1px solid #ccc;
}
.news .news-container .news-box .news-box-content .news-list .item-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.news .news-container .news-box .news-box-content .news-list .item-first .item-img {
  width: 130px;
  height: 90px;
  margin-right: 5px;
}
.news .news-container .news-box .news-box-content .news-list .item-first .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.news .news-container .news-box .news-box-content .news-list .item-first .item-img a img {
  width: 100%;
  height: 100%;
}
.news .news-container .news-box .news-box-content .news-list .item-first .item-intro {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .news-container .news-box .news-box-content .news-list .item-first .item-intro .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #434343;
}
.news .news-container .news-box .news-box-content .news-list .item-first .item-intro a {
  font-size: 12px;
  color: #cf0202;
}
.news .news-container .news-box .news-box-content .news-list .item {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .news-container .news-box .news-box-content .news-list .item .title {
  font-size: 13px;
  color: #5a5a5a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-container .news-box .news-box-content .news-list .item .date {
  font-size: 12px;
  color: #9f9f9f;
}
