﻿HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
  border: none;
  font-family: "Source Han Sans CN";
  margin: 0px;
  padding: 0px;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("../fonts/SourceHanSansCN-Regular.ttf");
}
@font-face {
  font-family: "ZhenyanGB";
  src: url("../fonts/ZhenyanGB.ttf");
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #ffffff;
}
a:focus,
a:hover {
  /* color: #23527c; */
  text-decoration: none !important;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input[type=submit],
input[type=button] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
img {
  border: none;
}
ul,
ol,
li {
  list-style-type: none;
}
/*公共方法*/
.clear {
  clear: both;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.cursor {
  cursor: pointer;
}
.nav>li>a:hover {
  text-decoration: none;
  background: none !important;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
}
/* 首页 */
.header {
  background: url(../images/navbk.png) repeat-x;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 130px;
  position: relative;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.logo {
  width: 22%;
}
.logo img {
  /* width: 100%; */
  margin-top: 26px;
}
.logo span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
  opacity: 1;
}
.head-r {
  width: 78%;
}
.clearfix {
  zoom: 1;
}
.nav-one li {
  float: left;
}
.container {
  padding: 0 0 !important;
}
.nav-one li a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0px;
  color: #333333;
  opacity: 1;
}
.nav-one li a:hover {
  color: #0355A6;
}
.head-tel {
  margin-top: 25px;
}
.head-tel {
  width: 22%;
  margin-top: 18px;
  padding: 0 35px 0 0;
}
.fr {
  float: right;
}
.head-tel input {
  height: 29px;
  border: 1px solid rgb(115, 174, 233);
  box-shadow: 0px 3px 6px #CEE0F2;
  opacity: 1;
  /* border-radius: 100px; */
  padding: 0 15px;
}
.head-tel .btn-default {
  width: 32px;
  height: 29px;
  border: 1px solid rgb(115, 174, 233);
  box-shadow: 0px 3px 6px #CEE0F2;
  background: #ffffff;
  padding: 3px;
}
.head-tel .input-group-btn {
  margin-left: -1px;
  margin-top: 0px;
  display: block;
  /* height: 38px; */
}
.head-tel .input-group {
  display: flex;
}
.head-tel span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0px;
  color: #333333;
  /* margin-bottom: 10px; */
  margin-bottom: 7px;
  display: block;
}
.nav-one li {
  float: left;
  width: 18.2%;
  text-align: center;
}
.nav-one {
  width: 77%;
  margin-left: -3.8%;
  margin-top: 28px;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.fl {
  float: left;
}
.nav-two {
  margin-top: 26px;
  margin-left: 2%;
}
.nav-two li {
  float: left;
  width: 12.2%;
  text-align: center;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.nav-two li a {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 0px;
  color: #FFFFFF
}
.nav-two li.active:after,
.nav-two li:hover:after {
  /* width: 100%; */
  display: block;
}
.nav-two li:after {
  background: url(../images/xian.png) no-repeat;
  background-size: 100%;
  -o-background-size: cover;
  background-size: cover;
  width: 87px;
  height: 1px;
  content: "";
  display: none;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -43.5px;
}
/* 首页banner */
.swiper1 {
  width: 100%;
  /* height: 300px; */
}
.swiper1 .swiper-pagination-bullet {
  width: 195px;
  height: auto;
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
opacity: 1;
background:none;
}
/* .swiper1 .swiper-pagination-bullet:hover {
  background: #FF0000;
} */
.swiper1 .swiper-pagination {
  bottom: 110px !important;
  left: 117px !important;
  z-index: 9999999999999999 !important;
  position: absolute;
  width: 41% !important;
}
/* .swiper1 .swiper-horizontal>.swiper-pagination-bullets,
.swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper1 .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 39% !important;
} */
.banner_case img {
  width: 100%;
  /* height: 1000px; */
}
.swiper-wrapper .banner_cp {
  /* background: url(../images/banner_bk.png); */
  background-size: 100% 100%;
  /* height: 900px; */
  padding: 70px 0 120px 0;
}
.swiper-wrapper .banner_cp .container h3 {
  font-size: 60px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.swiper-wrapper .banner_cp .container h3 b {
  font-size: 80px;
  font-family: ZhenyanGB;
  font-weight: 400;
  color: #FF0000;
}
.swiper-wrapper .banner_cp .container p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.banner_cp .container p b {
  font-size: 30px;
  font-weight: 400;
  color: #FF0000;
}
.cp_banL span {
  font-size: 23px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 42px;
    color: #333333;
}
.cp_banL span img {
  margin-top: -7px;
  margin-right: 9px;
}
.cp_banL p b a {
  font-size: 30px !important;
    font-weight: 400 !important;
    color: #FF0000 !important;
    display: contents !important;
}
.cp_banL a {
  width: 130px;
  background: #0355A6;
  border-radius: 100px;
  padding: 5px 0px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #f8f7f7;
  margin-top: 20px;
  display: block;
  text-align: center;
}
.cp_banL a:hover {
  color: #ffffff;
  background: #FF0000;
}
/* .swiper1 .swiper-pagination .yuan_red{
    width:10px;
    height: 10px;
    border-radius:50%;
    background:#FF0000;
    bottom: 200px !important;
    left: -369px !important;
    position: absolute;
}*/
/* .swiper1 .swiper-pagination-bullet-active {
  color: #ffffff;
  background: #FF0000;
} */
.cp_banR img {
  width: 100%;
}
.swiper1 .swiper-button-prev {
  display: none;
}
.swiper1 .swiper-button-next {
  right: 51%;
  left: auto;
  top: 78%;
}
.swiper1 .swiper-button-next:after {
  content: none;
}
/* two */
/* .index_two{
    background: url(../images/two_bk.png);
    background-size: 100% 100%;
    height: 810px;
    position: relative;
    top: -45%;
    z-index: 1;
}
.index_two .in_tit{
    position: absolute;
    top: 370px;
    text-align: center;
    margin: 0 auto;
}
.index_two .in_tit span{
 color: #EEEEEE;
opacity: 0.1;
font-size: 50px;
font-family: ZhenyanGB;
font-weight: 400;
}
 */
.dex_ba_wrap {
  background-size: 100% 100% !important;
    background: url(../images/big_bannerbk.png) no-repeat top center;
}
.swiper1 .swiper-pagination-bullet-active{
  color: #FF0000;
}
.index_two .in_tit span {
  color: #EEEEEE;
  opacity: 0.1;
  font-size: 90px;
  font-family: Source Han Sans CN;
  font-weight: bold;
}
.index_two {
  text-align: center;
  padding-bottom: 60px;
}
.index_two .in_tit h3 {
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #FFFFFF;
  margin-top: -55px;
}
.index_two .in_tit p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.index_cpwrap .index_cpbox {
  display: flex;
  align-items: center;
  margin: 28px 0 0 0;
}
.index_cpwrap .xian {
  width: 1px;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  border-radius: 0px;
  margin: 0 15px;
}
.index_cpbox p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 30px;
}
.index_cpbox {
  float: left;
  width: 24%;
}
/* .index_cpbox .xian1 img{
    width: 283px;
} */
.index_title span {
  color: rgb(109, 109, 109);
  opacity: 0.1;
  font-size: 90px;
  font-family: Source Han Sans CN;
  font-weight: bold;
}
.index_title {
  padding-top: 50px !important;
}
.index_title {
  text-align: center;
}
.index_title h3 {
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #333333;
  margin-top: -60px;
}
.index_title p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #333333;
}
.all {
  width: 100%;
  margin: 100px auto;
  height: auto;
}
.all .top {
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.all .top span {
  background: url(../images/yuan1.png)no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  width: 190px;
  text-align: center;
  color: #000;
  padding: 0 0;
  font-size: 24px;
  height: 24px;
  line-height: 20px;
}
.all .top .btn {
  background: url(../images/yuan2.png)no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  font-weight: 800;
  font-size: 28px;
}
.all ul {
  width: 100%;
  /* overflow: hidden; */
}
.all ul li {
  width: 100%;
  /* background: skyblue; */
  list-style: none;
  color: #000;
  text-align: center;
  display: none;
  height: auto !important;
  padding: 20px 0;
}
.all ul .newContent {
  display: block;
}
.swiper2 {
  /* width: 100%; */
  height: 540px;
  /* height: 760px; */
  position: relative;
  color: #000;
  margin: 0;
  padding: 0;
}
.swiper2 .swiper-slide {
  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;
}
.swiper2 .swiper-horizontal>.swiper-pagination-bullets,
.swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper2 .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 2px !important;
  left: 0;
}
.swiper2 .swiper-horizontal>.swiper-pagination-progressbar,
.swiper2 .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper2 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 34%;
  height: 4px;
  left: 33%;
  bottom: 0 !important;
  top: auto;
}
.ind_cpwrap {
  width: 390px;
  height: 390px;
  opacity: 1;
  border-radius: 20px;
  background: #EEEEEE;
  box-shadow: 0px 0px 18px 0px rgba(8, 57, 98, 0.4800);
  position: relative;
}
.ind_cpwraptxt {
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  text-align: left;
  padding: 10px 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ind_cpwraptxt img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none
}
.swiper-slide-active .ind_cpwraptxt img {
  display: block;
  width: 88px;
}
.ind_cpwraptxt h3 {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 48px; */
  color: #333333;
  width:75%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.swiper2 .swiper-slide-active {
  transform: scale(1.2);
}
.ind_cpwraptxt p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #333333;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body {
  background: #f0f3fa;
  min-width: 1024px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
/* 样式开始 */
.index-case {
  overflow: hidden;
}
.index-case .txt,
.index-pro .txt {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.index-pro .txt a {
  color: #999;
}
.index-pro .txt a:hover {
  color: #da251d;
}
.flipster {
  display: block;
  margin: 70px auto 10px;
  width: 100%;
  position: relative;
  height: 650px !important;
}
.flip-item,
.flip-items {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.flip-items {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.flip-item {
  position: absolute;
  opacity: 1;
}
.flip-future,
.flip-next,
.flip-past,
.flip-prev {
  cursor: pointer;
}
.flip-item img {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flipster-coverflow .flip-items {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  position: relative;
  padding-top: 2%;
  padding-bottom: 5%;
}
.flipster-coverflow .flip-item {
  display: block;
  -webkit-transition: all 175ms ease-in-out;
  -moz-transition: all 175ms ease-in-out;
  -o-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  position: absolute;
  width: 30%;
}
.flipster-coverflow .flip-content {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster-coverflow .flip-past .flip-content {
  -webkit-transform: rotateY(55deg) scale(0.75);
  -moz-transform: rotateY(55deg) scale(0.75);
  -o-transform: rotateY(55deg) scale(0.75);
  -ms-transform: rotateY(55deg) scale(0.75);
  transform: rotateY(55deg) scale(0.75);
}
.flipster-coverflow .flip-future .flip-content {
  -webkit-transform: rotateY(-55deg) scale(0.75);
  -moz-transform: rotateY(-55deg) scale(0.75);
  -o-transform: rotateY(-55deg) scale(0.75);
  -ms-transform: rotateY(-55deg) scale(0.75);
  transform: rotateY(-55deg) scale(0.75);
}
.flipster-coverflow.no-rotate .flip-past .flip-content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster-coverflow.no-rotate .flip-future .flip-content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster-coverflow .flip-current .flip-content {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.flipster-coverflow .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.flipster-carousel .flip-items {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.flipster-carousel .flip-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.flipster-carousel .flip-item:after {
  background: rgba(0, 0, 0, 0.7) repeat;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.no-csstransforms .flipster-carousel .flip-item {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.flipster-carousel .flip-items .pic {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  width: 720px;
}
.flipster-carousel .flip-current .pic {
  /* border-top-left-radius: 30px;
  border-top-right-radius: 30px; */
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flipster-carousel .flip-current:hover .pic {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.flipster-carousel .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0) scale(0.65);
  -moz-transform: translateX(-80%) translateZ(0) scale(0.65);
  -o-transform: translateX(-80%) translateZ(0) scale(0.65);
  -ms-transform: translateX(-80%) translateZ(0) scale(0.65);
  transform: translateX(-80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-past {
  -webkit-transform: translateX(-56%) scale(0.5);
  -moz-transform: translateX(-56%) scale(0.5);
  -o-transform: translateX(-56%) scale(0.5);
  -ms-transform: translateX(-56%) scale(0.5);
  transform: translateX(-56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-past {
  left: -20%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
  -moz-transform: translateX(80%) translateZ(0) scale(0.65);
  -o-transform: translateX(80%) translateZ(0) scale(0.65);
  -ms-transform: translateX(80%) translateZ(0) scale(0.65);
  transform: translateX(80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-future {
  -webkit-transform: translateX(56%) scale(0.5);
  -moz-transform: translateX(56%) scale(0.5);
  -o-transform: translateX(56%) scale(0.5);
  -ms-transform: translateX(56%) scale(0.5);
  transform: translateX(56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-future {
  left: 88%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-prev {
  /* -webkit-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
    -moz-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
    -o-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
    -ms-transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8);
    transform: translateX(-74%) translateZ(0) rotateY(68deg) scale(0.8); */
  transform: translateX(-92%) translateZ(0) rotateY(50deg) scale(0.8);
  -webkit-transform: translateX(-92%) translateZ(0) rotateY(50deg) scale(0.8);
  -moz-transform: translateX(-92%) translateZ(0) rotateY(50deg) scale(0.8);
  -o-transform: translateX(-92%) translateZ(0) rotateY(50deg) scale(0.8);
  -ms-transform: translateX(-92%) translateZ(0) rotateY(50deg) scale(0.8);
  transform: translateX(-92%) translateZ(0) rotateY(50deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
  -moz-transform: translateX(-60%) translateZ(0) scale(0.8);
  -o-transform: translateX(-60%) translateZ(0) scale(0.8);
  -ms-transform: translateX(-60%) translateZ(0) scale(0.8);
  transform: translateX(-60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-prev {
  -webkit-transform: translateX(-24%) scale(0.75);
  -moz-transform: translateX(-24%) scale(0.75);
  -o-transform: translateX(-24%) scale(0.75);
  -ms-transform: translateX(-24%) scale(0.75);
  transform: translateX(-24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-prev {
  left: -9%;
  top: 20%;
  width: 75%;
  height: 75%;
}
.flipster-carousel .flip-next {
  /* -webkit-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
    -moz-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
    -o-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
    -ms-transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8);
    transform: translateX(74%) translateZ(0) rotateY(-68deg) scale(0.8); */
  transform: translateX(92%) translateZ(0) rotateY(-50deg) scale(0.8);
  -webkit-transform: translateX(92%) translateZ(0) rotateY(-50deg) scale(0.8);
  -moz-transform: translateX(92%) translateZ(0) rotateY(-50deg) scale(0.8);
  -o-transform: translateX(92%) translateZ(0) rotateY(-50deg) scale(0.8);
  -ms-transform: translateX(92%) translateZ(0) rotateY(-50deg) scale(0.8);
}
.flipster-carousel .flip-future,
.flipster-carousel .flip-past {
  z-index: 1;
  -webkit-transition-delay: 87.5ms;
  -moz-transition-delay: 87.5ms;
  -o-transition-delay: 87.5ms;
  transition-delay: 87.5ms;
}
.flipster-carousel .flip-next,
.flipster-carousel .flip-prev {
  z-index: 2;
  -webkit-transition-delay: 0.058s;
  -moz-transition-delay: 0.058s;
  -o-transition-delay: 0.058s;
  transition-delay: 0.058s;
}
.flip-content {
  position: relative;
}
.flip-content a {
  overflow: hidden;
  display: block;
}
.flip-content .xq {
  background: #234b83;
  display: none;
  position: absolute;
  bottom: -50px;
  left: 45%;
  margin-left: -198px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1600);
  opacity: 1;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  z-index: 100;
  width: 504px;
}
.flip-content .xq:hover {
  background: -webkit-linear-gradient(left, #3b72ad, #234b83);
  background: -o-linear-gradient(right, #3b72ad, #234b83);
  background: -moz-linear-gradient(right, #3b72ad, #234b83);
  background: -moz-linear-gradient(left, #3b72ad, #234b83);
  background: -o-linear-gradient(left, #3b72ad, #234b83);
  background: linear-gradient(to right, #3b72ad, #234b83);
}
.flip-content .xq .box {
  float: left;
  margin-right: 60px;
}
.flip-content .xq .box h3 {
  display: block;
  margin: 0 0;
}
.flip-content .xq a {
  float: right;
}
.flip-content .xq .box h3 a {
  float: none;
}
.flip-items a .mianfe {
  margin-top: 29px;
  width: 115px;
  /* height: 36px; */
  display: block;
  position: absolute;
  bottom: -51px;
  right: 11%;
  z-index: 1111;
  display: none;
}
.flip-current a .mianfe {
  display: block;
}
.index_three {
  background: url(../images/three_bk.png);
  background-size: 100% 100%;
}
.index_four {
  background: url(../images/four_bk.png);
  background-size: 100% 100%;
  /* height: 1390px; */
}
.epcc_box {
  text-align: center;
}
.epcc_box img {
  margin: 20px auto;
}
.flip-content .xq:hover a img {
  animation: lh 0.8s infinite;
  -moz-animation: lh 0.8s infinite;
  -webkit-animation: lh 0.8s infinite;
  -o-animation: lh 0.8s infinite;
}
@-webkit-keyframes lh {
  0%,
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes lh {
  0%,
  100% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes lh {
  0%,
  100% {
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lh {
  0%,
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.flip-current .xq.on {
  display: block;
}
.flip-content .xq .box h3 a {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #25282F !important;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.flip-content .xq p {
  font-size: 18px;
}
.flip-content .xq a {
  display: inline-block;
}
.flipster-carousel .flip-current {
  z-index: 999;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.058s;
  -moz-transition-delay: 0.058s;
  -o-transition-delay: 0.058s;
  transition-delay: 0.058s;
}
.flipster-carousel .flip-current:after {
  background: 0 0;
  position: static;
}
.flip-current .pic {
  border: 5px solid #fff;
}
.flipster-carousel .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: rotateY(0) translateX(0) scale(0.5);
  -moz-transform: rotateY(0) translateX(0) scale(0.5);
  -o-transform: rotateY(0) translateX(0) scale(0.5);
  -ms-transform: rotateY(0) translateX(0) scale(0.5);
  transform: rotateY(0) translateX(0) scale(0.5);
  -webkit-transition-delay: 0.116s;
  -moz-transition-delay: 0.116s;
  -o-transition-delay: 0.116s;
  transition-delay: 0.116s;
}
/* 首页案例 */
.index-five {
  padding-top: 60px;
  margin: 100px 0;
  background: url(../images/incase_bk.png) no-repeat top center;
  background-size: 100% 100%;
}
.case-show.slick-slide img {
  transform: none;
  display: inline-block;
  margin:0 0;
}
.case-slick.slick-initialized .slick-slide:focus {
  outline: none;
}
.case-slick .slick-dots li button {
  content: "";
  display: block;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  margin-right: 32px;
  border-radius: 50%;
  border: 2px solid #0355A6;
  text-indent: -9999px;
  padding: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.case-slick.slick-slider .slick-active button {
  width: 28px;
  height: 28px;
  border: none;
  background: -webkit-linear-gradient(left, #0C2B47 0%, #0355A6 100%);
  background: -moz-linear-gradient(left, #0C2B47 0%, #0355A6 100%);
  background: -ms-linear-gradient(left, #0C2B47 0%, #0355A6 100%);
  background: -o-linear-gradient(left, #0C2B47 0%#0355A6 100%);
  background: linear-gradient(to right, #0C2B47 0%, #0355A6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C2B47, endColorstr=#0355A6, GradientType=1);
  position: relative;
  box-shadow: 0px 5px 5px rgba(3, 85, 166, .13);
}
.case-slick .slick-dots .slick-active button:after {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  width: 30px;
  height: 2px;
  background: -webkit-linear-gradient(left, #0355A6 0%, transparent 100%);
  background: -moz-linear-gradient(left, #9F3B4E 0%, transparent 100%);
  background: -ms-linear-gradient(left, #9F3B4E 0%, transparent 100%);
  background: -o-linear-gradient(left, #9F3B4E 0%, transparent 100%);
  background: linear-gradient(to right, #9F3B4E 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9F3B4E, endColorstr=transparent, GradientType=1);
}
.case-slick .slick-dots li.slick-active button:before {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 5px 5px rgba(228, 0, 52, .13);
  -moz-box-shadow: inset 0px 5px 5px rgba(228, 0, 52, .13);
  -ms-box-shadow: inset 0px 5px 5px rgba(228, 0, 52, .13);
  -o-box-shadow: inset 0px 5px 5px rgba(228, 0, 52, .13);
  box-shadow: inset 0px 5px 5px rgba(228, 0, 52, .13);
}
.case-slick .slick-dots li:last-child.slick-active button:after {
  display: none;
}
.show-tit.show-tits:before {
  background: url(../newimages/tit-fl02.png) no-repeat;
}
.show-tit.show-tits:after {
  background: url(../newimages/tit-fr02.png) no-repeat;
}
.show-tit.show-tits h2,
.show-tit.show-tits h2 a {
  color: #FFF;
}
.show-tit.show-tits h2 a:hover {
  color: #E93A47;
}
.slick-dots {
  position: absolute;
  bottom: -100px!important;}

.yidong_box span{
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  /* line-height: 0px; */
  color: #FFFFFF;
  opacity: 0.2;
  display: block;
  margin-top: -1px;
}





.case-show {
  margin-top: 70px;
  margin-bottom: 40px;
  color: #2D203B;
}
.case-show .case-main {
  position: relative;
  /* top: 50px; */
}
.qinghua img{
  width: 100%;
}
.case-show .case-main:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 83%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 8px 21px rgba(13, 43, 71, .13);
  -moz-box-shadow: 0px 8px 21px rgba(13, 43, 71, .13);
  -ms-box-shadow: 0px 8px 21px rgba(13, 43, 71, .13);
  -o-box-shadow: 0px 8px 21px rgba(13, 43, 71, .13);
  box-shadow: 0px 8px 21px rgba(13, 43, 71, .13);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  border: none;
  border: 1px solid #EEEEEE \9;
}
.case-pic {
  position: relative;
  z-index: 0;
  padding-bottom: 173px;
  float: left;
  margin-left: 2%;
  width: 45%;
}
.case-pic>a {
  display: block;
  position: relative;
  padding-top: 68%;
  margin: 0 26px;
}
.case-pic:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  height: 70%;
  -webkit-border-radius: 60px 60px 0 0;
  -moz-border-radius: 60px 60px 0 0;
  -ms-border-radius: 60px 60px 0 0;
  -o-border-radius: 60px 60px 0 0;
  border-radius: 60px 60px 0 0;
  background: linear-gradient(180deg, #0355A6 0%, #003366 100%);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1600);
  opacity: 1;
  border-radius: 30px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0355A6, endColorstr=#0C2B47, GradientType=1);
  z-index: -1;
}
.case-pic>a img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}
.case-msgs {
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 30px;
  background: #FFF;
  -webkit-box-shadow: 0 0 21px rgba(13, 43, 71, .2);
  -moz-box-shadow: 0 0 21px rgba(13, 43, 71, .2);
  -ms-box-shadow: 0 0 21px rgba(13, 43, 71, .2);
  -o-box-shadow: 0 0 21px rgba(13, 43, 71, .2);
  box-shadow: 0 0 21px rgba(13, 43, 71, .2);
  -webkit-border-radius: 0 30px 30px 30px;
  -moz-border-radius: 0 30px 30px 30px;
  -ms-border-radius: 0 30px 30px 30px;
  -o-border-radius: 0 30px 30px 30px;
  border-radius: 0 30px 30px 30px;
}
.case-msgs:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -13px;
  width: 13px;
  height: 13px;
}
.case-tit {
  margin-bottom: 10px;
}
.case-tit strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}
.case-tit i {
  margin-left: 15px;
}
.case-tit i img {
  width: 17px;
  height: 17px;
  margin-left: 4px;
}
.case-msg span {
  display: inline-block;
  vertical-align: middle;
  width: 11%;
}
.case-msg span img {
  width: 62px;
  height: auto;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 21, 69, .2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 21, 69, .2);
  -ms-box-shadow: 0px 5px 20px rgba(0, 21, 69, .2);
  -o-box-shadow: 0px 5px 20px rgba(0, 21, 69, .2);
  box-shadow: 0px 5px 20px rgba(0, 21, 69, .2);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.case-msg p {
  display: inline-block;
  vertical-align: middle;
  width: 87%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.totop {
  right: 45px;
  cursor: pointer;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0px;
  color: #FFFFFF;
  z-index: 999999;
  margin-top: 20px;
}
.case-info {
  float: left;
  position: relative;
  width: 43%;
  margin: 50px 3% 0 2%;
}
.case-info h3 {
  margin-bottom: 45px;
  margin-top: 0px
}
.case-info h3 a {
  color: #FFF;
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  /* padding: 0 10px; */
  display: -webkit-box;
}
.case-info p {
  font-size: 18px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* margin-bottom: 12px; */
}
.case-info p span {
  font-weight: bold;
}
.case-info p img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 9px;
}
.case-info ul {
  margin: 40px 0 35px;
}
.case-info ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.case-info ul li>a {
  display: block;
  background: url(../images/case-type.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
}
.case-info ul li>a img {
  width: 76%;
  height: auto;
  margin-bottom: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.case-info ul li:hover a img {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case-info ul li p {
  margin-top: 12px;
}
.case-info ul li p a {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #2D203B;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case-info ul li p a:hover {
  font-weight: bold;
}
.wrap {
  width: 98%;
  max-width: 1440px;
  /* margin: 0 auto; */
}
.btn-show {
  position: relative;
  z-index: 0;
  line-height: 60px;
  overflow: hidden;
  /* top: 30px; */
}
.btn-show:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  /* width: 12px;
  height: 12px; */
  margin-top: -6px;
  background: url(../images/yuan.png) no-repeat;
  z-index: -2;
  width: 25px;
  height: 25px;
}
.btn-show i {
  display: inline-block;
  width: 19%;
  text-align: center;
  font-size: 14px;
  position: relative;
  left: 50%;
  z-index: 1;
  background: #FFFFFF;
  top: 3px;
}
.btn-show:after {
  content: '';
  position: absolute;
  left: 24px;
  top: 56%;
  width: 94%;
  height: 1px;
  /* background-color: #25262B; */
  z-index: -2;
  border: 1px dashed #003F7E;
}
.btn-show .btn-line {
  width: 130px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #003F7E;
  opacity: 1;
  border-radius: 100px;
  color: #333333;
  text-align: center;
  position: absolute;
  left: 20%;
  top: 12px;
  font-size: 18px;
  line-height: 40px;
}
.case-main .btn-task {
  width: 130px;
  height: 120px;
  background: linear-gradient(180deg, #0355A6 0%, #003F7E 100%);
  opacity: 1;
  border-radius: 60px 0px 55px 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 29px;
}
.btn-task b {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 32px;
  color: #FFFFFF;
}
.btn-task span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0px;
  color: #FFFFFF;
}
.index-five .index_title {
  padding-top: 0 !important;
}
.index-five .index_title span {
  color: #EEEEEE;
  opacity: 0.1;
}
.ind_cpwraptxt h3 a{
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 48px; */
  color: #333333;
}
.index-five .index_title h3 {
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 0px;
  color: #FFFFFF;
}
.index_newsleft {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 0 !important;
  width: 49% !important;
  height: 462px;
}
.index_newsleft a img {
  width: 100%;
  transition: .5s;
}
.index_news {
  margin-top: 90px;
}
.index_newsleft img:hover {
  transform: scale(1.1);
  transition: .5s;
}
.index_newsleft .xi_txt {
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 51, 102, 0) 0%, #003366 100%);
  opacity: 1;
  border-radius: 0px 0px 30px 30px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 40px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  line-height: 80px;
}
.xi_txt span {
  font-weight: 400;
}
.xi_txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 62%;
}
.news_txt h4 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 37px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.news_txt p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.newsright_box {
  float: left;
}
.news_txt {
  padding: 0 0 0px 30px;
}
.index_newsright {
  margin-left: 1%;
}
.news_txt span {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  /* letter-spacing: 25px; */
  margin-top: 30px;
  display: block;
}
.news_txt span img {
  margin: -6px 0 0 0;
}
.newsright_box2 {
  margin-top: 28px;
}
.newsright_box:hover img {
  transform: scale(1.1);
  transition: .5s;
}
.right_boximg {
  overflow: hidden;
  padding: 0 0 !important;
  border-radius: 10px;
}
.right_boximg img {
  width: 100%;
  transition: .5s;
}
.index_seven {
  margin-top: 60px;
}
.index_seven li .txt {
  display: flex;
  align-items: center;
}
.index_seven li {
  display: flex;
  /* background:paleturquoise; */
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.index_seven ul li .txt p {
  margin: 0px 0px !important;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 500px;
  transition: all .3s
}
.index_seven ul li {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #999999;
  width: 46%;
  float: left;
  margin: 12px 2%;
}
.index_seven li .txt img {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.index_seven ul li:hover a p {
  padding-left: 10px;
  color: #0355A6;
  transition: all .3s
}
.index_footer p{
  margin: 0 0 3px;
}
.index_footer {
  background-size: 100% 100% !important;
  background: url(../images/footer.jpg);
  /* height: 370px; */
  margin-top: 60px;
  padding: 65px 0 15px 0;
}
.cpxq_right .product_box{
  width:auto;
}
.index_footer h3 {
  margin: 0 0 20px 0 !important;
  font-weight: 800;
    color: #FFFFFF;
}
.index_footer .col-lg-2 {
  padding: 0 0 !important;
  text-align: left;
  width: 11% !important;
}
.index_footer h3 a {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 3px;
}
.index_footer p a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 3px;
}
.foot_lian p {
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 16px;
}
.foot_lian p img {
  margin: -2px 10px 0 0
}
.index_footer .col-lg-3 {
  width: 33% !important;
}
.foot_lian p a{
  letter-spacing: 1px;
}
.yqlj p{
  font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.yqlj p a{
  margin-right: 15px;
letter-spacing: 1px;
}
.index_footer .foot_weix {
  text-align: center;
}
.index_footer .foot_weix p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 19px;
}
.yyzz{
  padding-top:25px;
  border-top: solid 1px #FFFFFF;
  text-align: center;
  font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
/* margin-top:20px ; */
display: block;
}
.index_footer .container {
  margin-bottom: 30px;
}
.index_seven .col-lg-2 h3:hover a {
  color: #000;
}
/* 解决方案 */
.breadcrumb {
  position: absolute;
  top: 30px;
  background: none !important;
  font-size: 18px;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
  padding: 8px 0px;
}
.erji_banner {
  position: relative;
}
.breadcrumb img {
  padding: 0px 12px 0 0;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #FFFFFF;
  content: ">\00a0" !important;
}
.breadcrumb li.active,
.breadcrumb li a {
  color: #FFFFFF;
}
.erji_banner .container .txt {
  position: absolute;
  top: 150px;
  width: 70%;
}
.erji_banner .container .txt b {
  font-size: 80px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 8px;
  /* opacity: 0.5; */
}
.erji_banner .container .txt h2 {
  font-size: 55px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #FFFFFF;
  margin-top: -76px;
  letter-spacing: 2px;
}
.erji_banner .container .txt span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 35px;
  color: #FFFFFF;
}
.jjfa_title .col-lg-3 {
  background: #EEEEEE;
  opacity: 1;
  text-align: center;
  margin-left: 1%;
  width: 24%;
  margin-bottom: 20px;
  padding: 14px 0;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #333333;
}
.jjfa_title ul {
  /* margin:80px 0; */
  display: block;
}
.jjfa_title .active {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #FFFFFF;
  background: #0355A6;
}
.jjfa_erjitit {
  text-align: center;
  margin: 80px 0 50px 0;
}
.contjjfa {
  margin: 80px 0 0 0;
}
.jjfa_erjitit span {
  color: #eeeeee;
  font-size: 48px;
  font-family: Source Han Sans CN;
  font-weight: bold;
}
.jjfa_erjitit h4 {
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  margin-top: -40px;
  color: #333333;
}
.chai_fa p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}
.chai_fa {
  width: 17%;
  float: left;
  margin-right: 3%;
}
.jzlj p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.weihai .jzlj {
  width: 22%;
  float: left;
  margin-right: 3%;
}
.jzlj_box {
  text-align: center;
  width: 23%;
}
.jzlj_box img {
  margin-bottom: 20px;
}
.jzlj_box p {
  width: 100%;
  height: 100px;
  background: #6699CC;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
  padding: 15px 55px;
}
.jzlj_box .xian {
  width: 100%;
  height: 1px;
  background: #6699CC;
  margin: 15px 0;
  display: block;
}
.jzlj_box span {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.jzlj_box {
  float: left;
  margin-right: 2%;
}
.gongyi {
  position: relative;
}
.bian_box {
  width: 40%;
  /* height: 450px; */
  border: 2px dashed #0355A6;
  opacity: 1;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.bian_box .bian p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #333333;
}
.bian_box .bian {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1600);
  padding: 30px;
  border-radius: 20px;
}
.youshi {
  width: 31%;
  text-align: center;
  float: left;
  margin-right: 2%;
}
.youshi b {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 60px;
  color: #333333;
  /* margin-top: 15px; */
}
.swiper3 .case-main {
  position: relative;
  margin: 80px 0 50px 0;
}
.case-main::before {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 83%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1600);
  opacity: 1;
  border-radius: 0px 60px 60px 0px;
}
.swiper3 .case-info h3 a {
  font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;

}
.swiper3 .swiper-pagination-bullet {
    width: 17%;
    height: 50px;
    background: #FFFFFF;
    border: 1px dashed #707070;
    opacity: 1;
    border-radius: 0;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 50px;
    margin: 0 1% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    display: -webkit-box;
}
.swiper3 .swiper-pagination{
  display: flex;
  justify-content: center;
}












.swiper3 .swiper-pagination-bullet-active {
  background: #0355A6;
  color: #fff;
}
.swiper3 .swiper-pagination {
  top: 1px;
  bottom: auto !important;
}
.index_fourr .index_title {
  padding-top: 50px !important;
}
.ianli .fangan {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 38px;
  color: #333333;
  opacity: 1;
}
.nengqu p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1600);
  padding: 20px 0;
}
.nengqu {
  width: 32%;
  text-align: center;
  float: left;
  margin-right: 1%;
}
.nengqu img {
  width: 100%;
  transition: .5s;
}
.nengqu img:hover {
  transform: scale(1.1);
  transition: .5s;
}
.nengqubox {
  overflow: hidden;
}
.tedianbox .tedian {
  text-align: center;
  width: 18%;
}
.tedian p {
  font-size: 19px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.tedian .gongi {
  background: url(../images/gongyibk.png);
  background-size: 100% 100%;
  height: 60px;
  margin: 20px 0;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 42px;
  color: #FFFFFF;
}
.tedian {
  float: left;
  margin-right: 2%;
}
.yaodianbox .yaodian p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
  padding: 16px;
  height: 90px;
}
.yaodianbox .yaodian {
  width: 31%;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1600);
  opacity: 1;
  border-radius: 20px;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
}
.yaodianbox .yaodian img {
  width: 100%;
}
.wanbei p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1600);
  height: 86px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.wanbei {
  width: 18%;
  float: left;
  margin-right: 2%;
}
.shuangxian {
  width: 18%;
  position: relative;
  float: left;
  margin-right: 2%;
  text-align: center;
}
.shuangxian p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  background: #0D61A5;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  bottom: -11px;
  width: 100%;
  border-radius: 10px;
}
.jianli .fangan {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.jingjibox {
  display: flex;
}
.jingji .kingji_txt {
  padding: 99px 175px 0 59px;
  text-align: justify;
}
.jingji .kingji_txt b {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.jingji .kingji_txt p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.jingjibox .jingji {
  width: 33%;
}
.jjfa_tt img {
  width: 100%;
  margin-top: 50px;
}
.ziyuanhua img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1600);
  border-radius: 50%;
}
.ziyuanhua {
  width: 17%;
  text-align: center;
}
.ziyuanhua p {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #6699CC;
  margin-top: 20px;
}
.ziyuanhua_box {
  display: flex;
}
.zongh {
  display: flex;
  margin-bottom: 30px;
}
.guding {
  background: #EEEEEE;
  padding: 60px;
}
.zongh img {
  width: 80%;
}
.guding .xtt b {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 40px; */
  color: #003F7E;
}
.guding .xtt span {
  font-size: 28px;
  background-image: -webkit-linear-gradient(180deg, #6699CC 0%, #035FA6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  font-weight: bold;
}
.guding .xtt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.guding p {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: justify;
}
.jianz_p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #333333;
}
.zz_img img {
  width: 32%;
  margin-right: 1%;
}
.zz_img {
  margin-top: 27px;
}
.jjfa_erjitit p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-top: 60px;
}
.yituos img {
  width: 100%;
}
.liangyong p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 35px;
}
.yidong_box .suzi {
  font-size: 48px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1600);
  background: #6699CC;
  opacity: 1;
  border-radius: 20px 0px 00px 20px;
  padding: 9px 12px;
    text-align: center;
}
.yidong_box .suzi_box {
  background: #CEE0F2;
  opacity: 1;
  border-radius: 0px 20px 20px 0px;
  width: 96%;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  padding: 34px 9px;
}
.yidong_box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.duanduan {
  /* position: relative; */
  background: url(../images/duandian_bk.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 31%;
  text-align: center;
  /* height: 243px; */
  padding: 78px 0;
  float: left;
  margin-right: 2%;
}
.duanduan p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin-top: 30px;
}
/* 产品中心 */
.breadcrumb2 {
  color: #333333;
}
.breadcrumb2>li+li:before {
  padding: 0 5px;
  color: #333333 !important;
}
.breadcrumb2 li.active,
.breadcrumb2 li a {
  color: #333333;
}
.erji_banner .container .txt2 b {
  color: rgba(111, 147, 181, 0.5);
}
.erji_banner .container .txt2 h2 {
  color: #333333;
}
.erji_banner .container .txt2 span {
  color: #333333;
}
.erji_banner .container .txt3 b {
  color: rgba(111, 147, 181, 0.5);
}
.erji_banner .container .txt3 h2 {
  color: #333333;
}
.erji_banner .container .txt3 span {
  color: #333333;
}
.product_erjitit ul li {
  width: 18%;
  /* height: 50px; */
  background: #EEEEEE;
  float: left;
  margin-right: 2%;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  color: #333333;
}
.product_erjitit ul li.active {
  background: #0355A6;
  color: #FFFFFF;
}
.product_erjitit {
  padding: 120px 50px !important
}
.product_boxon {
  background: #E8EFFF;
  border-radius: 20px 20px 0px 0px;
}
.product_box p {
  color: #333333;
  text-align: center;
  padding: 12px 32px;
  height: 50px;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.product_box {
  width: 31%;
  float: left;
  border-radius: 20px;
  margin-right: 2%;
  margin-bottom: 30px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.product_box:hover {
  box-shadow: 0px 6px 20px rgb(0 0 0 / 16%);
  /* margin-top: 2px; */
}
.product_boxon img {
  width: 100%;
}
.fenen .fenye {
  text-align: center;
  display: block;
}
.fenen .pagination {
  /* display: flex; */
}
.pagination>li {
  display: inline-flex !important;
  margin: 0 4px;
}
.pagination>li>a {
  font-size: 14px;
  color: #333333 !important;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: white !important;
  background: #0355A6 !important;
  /* border-color: #ddd; */
}
.tiaozhuan .form-control {
  display: block;
  width: 30%;
  padding: 8px 7px;
}
.tiaozhuan2 a {
  margin-left: -112px !important;
}
.prodel_box span {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  padding: 32px 70px 16px 17px;
  background: #EEEEEE;
  opacity: 1;
  border-radius: 0px 0px 100px 0px;
  position: absolute;
  bottom: -30px;
}
.prodel_box {
  position: relative;
  height: 600px;
}
.prodel_box .prodel_img {
  position: absolute;
}
.chanp_wrap {
  margin-top: 100px;
}
.prodel_box span b {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  /* line-height: 0px; */
  color: #FF0E07;
}
    .prodel_box span b a {
        color: #FF0E07;
    }

    .xq_liuright .bu {
        font-size: 48px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        /* line-height: 36px; */
        color: #333333;
        margin-top: -145px;
    }
.xq_liuright p span{
  color: #0355A6;
}
.xq_liuright .shu_box{
  padding-top: 43px;
}
















.cp_del1 .breadcrumb {
  position: absolute;
  top: 8px;
}
.jinliao_box {
  background: #0355A6;
  display: flex;
  /* padding:60px 50px; */
  border-radius: 0px 120px 120px 0px;
}
.jinliao_box span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #FFFFFF;
}
.jinliao_box p {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #FFFFFF;
}
.prodel_img img {
  width: 100%;
  border-radius: 100px 0px 100px 0px;
}
.chanp_wrap .col-lg-8 {
  padding: 0 0;
  width: 60%;
}
.chanp_wrap .col-lg-4 {
  padding: 0 0;
  width: 40%;
}
.jinliao_box div {
  padding: 60px 27px 60px 46px;
  text-align: center;
}
.chanp_wrap .col-lg-4 h3 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 48px;
  margin-left: 40px;
}
.chanp_wrap .col-lg-4 .chp {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #333333;
  margin-left: 40px;
  margin-bottom: 30px;
  display: block;
}

.shiyong p b {
  font-size: 22px;
}











.shiyong p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
  margin: 10px 45px 0 38px;
}

.chanp_xiangq a {
  width: 20%;
  background: #EEEEEE;
  float: left;
  align-items: center;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
  text-align: center;
  display: flex;
}
.chanp_x {
  margin-top: 100px;
}
/* .chanp_xiangq  {
   display:flex;
 } */

.cpxq_right .ccpp_tit{
  margin: 100px 0 30px 0;
}



.chanp_xiangq .jianjie:hover {
  background: #0355A6;
  color: #FFFFFF;
}
.chanp_xiangq a .jianjie {
  padding: 25px 95px;
}
.ccpp_tit {
  display: inline-flex;
  width: 300px;
  margin: 50px 0 30px 0;
}
.ccpp_tit .txt {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #C7C7C7;
}
.ccpp_tit .txt b {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin: -11px 0px 0px 0px;
  display: block;
}
.ccpp_tit img {
  width: 30px;
  height: 34px;
  margin-top: 5px;
}
.cpxq_left .chanp_lianj p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  /* margin-top: 35px; */
  line-height: 30px;
}
.chanp_img {
  display: inline-table;
}
.chanp_img .col-lg-12 {
  width: 100%;
  margin-top: 20px;
  border-radius: 40px;
}
.chanp_lianj .col-lg-6 img {
  height: 300px;
  margin-top: 40px;
  width: 100%;
  border-radius: 40px;
  /* margin-bottom: 100px; */
}
.ggyl_img {
  display: flex;
  align-content: space-between;
}
.ggyl_img img {
  margin-right: 81px;
  margin-bottom: 50px;
}
.cp_youshib {
  /* height: 780px; */
  background: #e6eff8;
  border-radius: 40px;
  padding: 59px 20px 10px 38px;
}
.cp_youshibone {
  /* height: 145px; */
  border-top: #B8CED9 1px dashed;
  border-left: #ffffff 1px dashed;
  position: relative;
  padding: 27px 40px;
  margin-bottom: 20px;
}
.jianhua img {
  margin-top: -10px;
  margin-right: 25px;
  margin-left: 7px;
}
.jianhua b {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.jianhua {
  background: #e6eff8;
  /* width: 220px; */
  margin: -17px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.cp_youshibone .shuzi {
  /* color: #6699CC; */
  color: rgba(102, 153, 204, 0.5);
  font-size: 37px;
  font-weight: bold;
  background: #e6eff8;
  position: absolute;
  right: 0px;
  top: -27px;
  width: 92px;
  text-align: center;
}
.cp_youshitxt {
  /* height: 100px; */
  background: #FFFFFF;
  opacity: 1;
  border-radius: 20px;
  padding: 20px;
}
.cp_youshitxt p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #333333;
}
.chanp_img img {
  width: 100%;
  margin: 30px auto auto auto;
}
.jishu p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  /*margin-bottom: 30px;*/
}
/* table{
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
} */
.pure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.pure-table td {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 18px 0px;
  text-align: center;
}
.pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 13px 0;
  text-align: center;
}
.pure-table thead {
  background: #6699CC;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #FFFFFF;
  text-align: left;
  vertical-align: bottom;
}
.pure-table td {
  background-color: transparent;
}
.pure-table-odd td {
  background-color: #ffffff;
}
.pure-table td {
  background-color: transparent;
  font-size: 20px;
}
tr {
  border-bottom: 1px solid #cbcbcb;
}
.bann_duan {
  width: 50%;
  display: block;
}
.pure-table-odd {
  background: #CEE0F2;
}
.cpxq_right .product_box {
  width: 100%;
}
.xq_liuyanwrap {
  height: 610px;
  background: #0355A6;
  opacity: 1;
  border-radius: 50px 0px 0px 0px;
  margin-top: 212px;
  padding: 70px;
}
.xq_liuyanleft {
  /* height: 700px; */
  background: url(../images/ly_bk.png);
  background-size: 100% 100%;
}
.col-lg-6.xq_liuyanleft {
  margin-top: -220px;
  padding: 100px 80px;
}
.xq_liuyanleft p span {
  width: 10px;
  height: 10px;
  background: #0355A6;
  border-radius: 50%;
  display: block;
  margin: 5px;
}
.xq_liuyanleft p {
  display: flex;
}
.xq_liuyanleft h3 {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin-top: -30px;
}
/* 在线留言 */
.liuyan_box {
  border-bottom: 1px solid #77C2E9;
  margin-bottom: 40px;
  display: flex;
}
.zaixian_x .form-control {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.liuyan_box img {
  width: 28px;
  height: 28px;
  margin: 34px;
}
.zaixian_x input {
  border: none;
  height: 90px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  /* line-height: 36px; */
  background: none !important;
  padding: 0 20px;
}
.zaixian_x .text-btn {
  width: 150px;
  height: 50px;
  background: #6699CC;
  opacity: 1;
  border-radius: 10px 0px 0px 30px;
  text-align: center;
  position: absolute;
  right: -50px;
  bottom: -140px;
}
.zaixian_x .text-btn input {
  height: 50px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 36px;
  color: #FFFFFF !important;
}
.zaixian_x {
  position: relative;
}
.xq_liuyanright {
  height: 465px;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 0px;
  padding: 0 0 !important;
}
.newsjitit ul li {
  width: 31%;
}
.product_erjitit li:hover {
  background: #0355A6;
  color: #FFFFFF;
}
.news_cenbox a .product_boxon img {
  border-radius: 20px 20px 0px 0px;
  /* height: 340px; */
}
.news_cenbox a .product_boxon {
  border-radius: 20px 20px 0px 0px;
}
.xinwen_left h1 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 48px;
  color: #333333;
  margin-bottom: 30px;
}
.xinwen_left {
  margin: 80px 0;
}
.xinwen_left .shijian {
  display: flex;
  margin: 50px 0 0 0;
}
.xinwen_left .shijian p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin-right: 30px;
}
.xinwen_left .shijian p img {
  margin: 0px 9px 6px 0;
}
.xinwen_left span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 30px; */
  color: #333333;
  margin-top: 15px;
  display: block;
}
.chakan {
  height: 50px;
  background: url(../images/cha_bk.png);
  background-size: 100% 100%;
  width: 310px;
  padding: 0px 0 0px 200px;
}
.chakan a {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 50px;
  color: #333333;
}
.shibox {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.newsneirong {
  margin-top: 60px;
}
.newsneirong p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}
.tuisong {
  width: 100%;
  height: 60px;
  background: #EEEEEE;
  margin-top: 50px;
}
.tuisongleft {
  width: 50%;
  height: 60px;
  display: flex;
  border-right: 1px solid #DBDBDB;
}
.tuisongright {
  width: 50%;
  height: 60px;
  display: flex;
}
.tuisongleft .shang {
  width: 80px;
  height: 60px;
  background: #DBDBDB;
  line-height: 60px;
}
.tuisong .col-lg-6 {
  padding: 0 0;
}
.tuisongleft a,
.tuisongright a {
  line-height: 60px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  padding: 0 0px 0 7px;
}
.tuisongleft a {
  padding: 0 0;
}
.shang .icon {
  width: 14px;
  height: 12px;
}
.shangtxt a {
  padding-left: 7px;
}
.tuisongright .shang {
  width: 80px;
  height: 60px;
  background: #DBDBDB;
  line-height: 60px;
}
.shangtxtwu,
.shangtxt,
.shang {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.shangtxt:hover a {
  color: #0355A6;
}
.shang:hover a {
  color: #0355A6;
}
.shangtxt a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* padding: 0 40px; */
}
.xq_liuright .tigong{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
/* line-height: 36px; */
color: #FFFFFF;
}























.shangtxt {
  width: 83%;
  line-height: 60px;
  padding: 0 10px;
  text-align: center;
}
/* 特色服务 */
.epco_what p,
.epc_youshi p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #333333;
  text-align: justify;
}
.zongrti_box {
  background: url(../images/epc_ysbk.png);
  background-size: 100% 100%;
  height: 295px;
  width: 31%;
  text-align: center;
  margin: 100px 1%;
  position: relative;
  float: left;
}
.epc_ystxt {
  width: 100%;
  /* height: 160px; */
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 0px 20px 20px 20px;
  padding: 35px 30px;
  position: absolute;
  bottom: -77px;
}
.epc_ystxt .tit h4 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #333333;
}
.epc_ystxt .tit span {
  font-size: 20px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, rgba(206, 224, 242, 0.5), rgb(39, 128, 216, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #057BCC;
}
.epc_ystxt .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.epc_ystxt p {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin-top: 15px;
}
.zongrti_box img {
  margin-top: -30px;
  width: 92%;
  border-radius: 30px 30px 0px 0px;

}
.epc_whybox {
  background: url(../images/epc_whybk.jpg);
  background-size: 100% 100%;
  height: 440px;
  width: 45%;
}
.epc_ystxt p {
  text-align: left;
}
.epc_whybox .epc_ystxt {
  height: 216px;
}
.ecp_fwbox {
  background: url(../images/epc_fubk.jpg);
  background-size: 100% 100%;
  height: 270px;
  width: 23%;
  text-align: center;
  padding: 97px 20px 36px 20px;
  margin-top: 150px;
  float: left;
  margin-right: 2%;
}
.ecp_fwbox .txt h4 {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin-top: -25px;
}
.ecp_fwbox .txt p {
  font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
    margin-top: 18px;
}
.ecp_fwbox img {
  margin-top: -297px;
}
.guiza_al {
  width: 24%;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.guiza_al h3 {
  height: 46px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  margin: auto;
  /* left: 12%; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.guiza_al span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #FFFFFF;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.anan {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.guiza_al .txt {
  /* text-align: center;
    padding: 0 20px;
    display: block; */
  width: 100%;
}
.epc_rzbox .txt b {
  font-size: 37px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #EEEEEE;
}
.epc_rzwrap .epc_rzbox {
  width: 32%;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 20px;
  /* height: 410px; */
  margin-top: 60px;
}
.epc_rzbox .txt h3 {
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #003F7E;
  margin-top: -45px;
}
.epc_rzbox .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.epc_rzimg {
  background: #CEE0F2;
  opacity: 1;
  border-radius: 20px;
}
.epc_rzboxwrap {
  display: flex;
  justify-content: space-between;
}
.epc_sodabox .epc_soda {
  width: 23%;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 20px;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 0 60px 0;
}
    .epc_sodabox .epc_soda .shuzi {
        width: 160px;
        background: #CEE0F2;
        opacity: 1;
        border-radius: 0px 0px 20px 20px;
        font-size: 30px;
        font-weight: bold;
        line-height: 18px;
        color: #FFFFFF;
        margin: 0 auto;
        padding: 15px 0;
    }
.epc_soda img {
  margin: 49px 0 38px 0;
}
.epc_sodabox .epc_soda .da {
  width: 36px;
  height: 6px;
  background: #6699CC;
  opacity: 1;
  border-radius: 4px;
  margin: 10px auto;
  display: block;
}
.epc_sodabox .epc_soda b {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  margin: 0 auto;
  display: block;
}
.epc_sodabox .epc_soda span {
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  /* margin: 10px 0 0 0; */
  display: block;
}
.epc_sodabox {
  display: flex;
  justify-content: space-between;
}
.epc_ywwrap {
  height: 780px;
  background: #EEEEEE;
  /* opacity: 0.5; */
  border-radius: 0px;
  padding: 40px 0 60px 0;
}
.epc_ywwrap .jjfa_erjitit span {
  color: black;
  opacity: 0.1;
}
.epc_ywwrap .jjfa_erjitit h4 {
  color: black;
}
.qiyetxt span {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  margin: 10px 0;
  display: block;
}
.qiyetxt {
  padding: 20px 30px 10px 28px;
  height: 140px;
}
.qiyebox {
  width: 16.65%;
  text-align: center;
  background: #FFFFFF;
  /* float: left; */
}
.qiyebox_wrap {
  display: flex;
}
.qiyebox img:nth-child(2) {
  width: 100%;
}
.epc_zil {
  text-align: center;
}
.epc_zil img {
  width: 100%;
  margin: 20px auto;
}
.epc_jiaoyi .epc_jg {
  /* height: 170px; */
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  width: 31%;
  padding: 38px 30px;
  border-radius: 31px;
}
.epc_jgbox .epc_jg .txt b {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin-bottom: 20px;
  display: block;
}
.epc_jgbox .epc_jg {
  display: flex;
}
.epc_jgbox .epc_jg img {
  width: 30px;
  height: 30px;
  margin: -4px 20px 0 1px;
}
.epc_jgbox {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.epc_rzlc img {
  width: 100%;
}
.epc_sj .tigao {
  width: 47%;
  /* height: 440px; */
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  padding: 20px 0;
  float: left;
  margin-right: 2%;
}
.epc_sj .tigao {
  position: relative;
}
.epc_sj .tigao .tigap {
  background: url(../images/tigaop.png);
  background-size: 100% 100%;
  height: 232px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 40px 60px 0 60px;
}
.tigao img {
  margin: 0 auto;
  display: block;
}
.tigao .tigap b {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 40px;
  color: #003F7E;
  margin-bottom: 20px;
  display: block;
}
.tigao .tigap p {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 35px;
  color: #333333;
}
.epc_sj .tigao .link {
  background: url(../images/linkbk.png);
  background-size: 100% 100%;
  width: 200px;
  height: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* 轮播 */
.swiper4 {
  height: 600px;
}
.swiper4 .swiper-wrapper {
  padding-top: 30px;
}
.duoyang_box {
  /* width: 620px; */
  /* height: 600px; */
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 20px;
  margin: 11px;
  padding: 15px 30px;
}
    .duoyang_box .title .sz {
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        color: rgba(51, 51, 51, 0.1);
    }
.duoyang_box .title .sb h4 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  margin-left: -10px;
}
.duoyang_box .title .sb {
  display: flex;
  align-items: center;
  /* margin-top: -40px; */
}
.duoyang_box .title .liji img {
  width: 100px;
  height: 40px;
  border-radius: 10px;
}
.duoyang_box .title .sb img {
  width: 26px;
  height: 30px;
  opacity: 1;
}
.duoyang_box .title .sbdy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  margin-top: -35px;
  align-items: center;
}
.duoyang_box p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.duoyang_box .rang span {
  width: 100%;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  border-right: 4px solid #035FA6;
  border-left: 4px solid #035FA6;
  padding: 0 40px;
}
.duoyang_box .rang {
  background: #6699CC;
  opacity: 1;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  padding: 5px 0;
}
.swiper4 .swiper-slide-active {
  transform: scale(1.2);
  margin-top: 30px;
}
.guanli_box {
  width: 16.658%;
  background: #EEEEEE;
  text-align: center;
  float: left;
}
.guanli_box b {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.guanli_box .txt p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  height: 63px;
}
.guanli_box .txt {
  padding: 15px 28px;
}
.epc_gl .guanli {
  height: 487px;
}
/* 配件服务 */
.peijain p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.xianzbox .xianz {
  width: 25%;
  float: left;
  text-align: center;
}
.xianzbox .xianz p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.xianzbox2 {
  width: 80%;
  margin: 0 auto;
}
.xianzbox2 .xianz {
  width: 32%;
  margin-top: 30px;
}
.nmpj {
  /* height: 650px; */
  background: #EEEEEE;
  border-radius: 0px;
  margin-top: 60px;
  padding: 60px 0;
}
.ct_bk {
  /* height: 270px; */
  background: url(../images/ct_bk.png) no-repeat;
  background-size: 100% 100%;
  width: 23%;
  padding: 20px 30px;
  text-align: center;
  float: left;
  margin-right: 1%
}
.ct_bk img {
  margin-top: -60px;
}
.ct_bk b {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.ct_bk p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.yinboxc {
  width: 16.65%;
  background: #EEEEEE;
  float: left;
}
.yinboxc .txt .suzi1 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #0355A6;
}
.yinboxc .txt p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
}
.yinboxc .txt {
  padding: 50px 25px;
}
.zuanli_warp {
  /* height: 1100px; */
  background: #EEEEEE;
  margin-top: 120px;
  padding: 10px 0 50px 0;
}
.wrap img {
  width: 11.5%;
  margin-right: 0.6%;
  margin-bottom: 15px;
}
.epc_yww .jjfa_erjitit span {
  color: black;
  opacity: 0.1;
}
/* 关于我们 */
.aboutwrap_title a li {
  float: left;
  margin-right: 2%;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  text-align: center;
  text-align: center;
  padding: 10px 0;
  color: #333333;
  width: 31%;
  background: #EEEEEE;
}
.aboutwrap_title ul li.active {
  background: #0355A6;
  color: #FFFFFF;
}
.aboutwrap_title {
  padding: 120px 150px !important;
}
.gs_jjleft h3 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* line-height: 0px; */
  color: #333333;
}
.gs_jjleft p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /* line-height: 0px; */
  color: #333333;
  margin-top: 40px;
}
.gs_jjleft a {
  background: #0355A6;
  opacity: 1;
  border-radius: 10px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
  margin-top: 36px;
  display: block;
  width: 240px;
  text-align: center;
}
.gs_jjleft a:hover {
  background: rgb(218, 229, 240);
}
.gs_jjright .blue {
  width: 550px;
  height: 360px;
  background: #0355A6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 20px;
  float: right;
}
.gs_jjright .blue video {
  margin-top: -40px;
  /* width: 100%; */
  height: 100%;
  margin-left: -40px;
}
.gs_gczhans p,
.gs_quanxin p {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.gs_gczhans img {
  margin-top: 36px;
}
.xilie {
  width: 31%;
  background: #FFFFFF;
  border: 10px solid #CEE0F2;
  opacity: 1;
  border-radius: 30px;
  text-align: center;
  padding: 36px;
  margin-top: 100px;
  float: left;
  margin-right: 2%;
}
.gs_quanxin p {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.gs_quanxin .xilie h3 {
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.gs_quanxin .xilie p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
}
.jigou_ewrap {
  padding-bottom: 60px;
  background: rgba(238, 238, 238, 0.51);
  margin-top: 60px;
}
.jigou_ewrap .jjfa_erjitit span {
  color: black;
  opacity: 0.1;
}
.jigou_ewrap p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.qinghua p {
  background: #EEEEEE;
  padding: 10px;
  margin-top: 40px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  height: 110px;
  color: #333333;
}
.qinghua_box {
  margin-top: 30px;
}
.qinghua {
  width: 24%;
}
.qinghua_box {
  display: flex;
  justify-content: space-between;
}
.qida p {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.qida img {
  width: 100%;
  margin: 30px auto;
}
.hezuo img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-left: 1%;
  width: 9.5%;
  margin-bottom: 20px;
}
.swiper5 {
  /* width: 600px; */
  /* height: 600px; */
  padding: 40px 0 !important;
}
.swiper5 .swiper-slide img {
  width: 100%;
}
.swiper5 .swiper-slide-active {
  transform: scale(1.3);
  margin-top: 8px;
  /* margin-top: -50px; */
  z-index: 9999999;
}
.rzzz img {
  width: 23%;
  margin-right: 1.5%;
  margin-bottom: 20px;
}
.shubox {
  text-align: center;
  width: 18%;
  float: left;
  margin-right: 2%;
}
.shubox p {
  text-align: center;
  background: #EEEEEE;
  margin-top: 20px;
  padding: 10px 0;
}
.shubox img {
  width: 100%;
}
.shubox p b {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #999999;
}
.shubox p span {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.huiyi_box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.huiyi {
  width: 32%;
}
.huiyi img {
  width: 100%;
}
.huiyi p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.erji_banner img.ban {
  width: 100%;
  position: relative;
}
.erji_banner img.txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lianxi_ww .lian_box {
  text-align: center;
  width: 25%;
}
.lianxi_ww .lian_box p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin: 30px 0 10px auto;
}
    .lianxi_ww .lian_box a {
        font-size: 36px;
        font-weight: bold;
        color: #0355A6;
    }
.lianxi_wrap {
  display: flex;
  justify-content: space-between;
}
.lianxi_ww .lian_box span {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.lian_box .zaixian {
  background: #0355A6;
  border-radius: 30px;
  font-size: 20px !important;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF !important;
  padding: 5px 20px;
}
.xq_liuright .su_box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 80px;
  text-align: center;
  background-color: #ffffff;
  width: 49%;
  padding: 20px 7px;
}
.xq_liuright .su_box p span {
  font-size: 90px;
  font-weight: bold;
  color: #035FA6;
}
.xq_liuright .su_box p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.xq_liuright .susu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
/* 404 */
.yesiling {
  text-align: center;
}
.yesiling img {
  margin: 250px 0 0 0;
}
.yesiling p {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  letter-spacing: 10px;
  margin-top: 136px;
  margin-bottom: 45px;
}
.yesiling a {
  width: 140px;
  background: linear-gradient(180deg, #6699CC 0%, #035FA6 100%);
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 47px;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 5px 20px;
  margin-top: 30px;
}
.xiaoxun {
  width: 160px;
  height: 400px;
  background: linear-gradient(180deg, #0355A6 0%, #003F7E 100%);
  opacity: 1;
  border-radius: 80px;
  position: fixed;
  right: 0;
  top: 30%;
  text-align: center;
z-index: 9999999999;
}
.xiaoxun img.zhenren {
  margin-top: -60px;
}
.xiaoxun .txtbox {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 20px;
  width: 150px;
  /* height: 200px; */
  padding: 10px 6px;
  margin: 0 auto;
}
.txtbox a {
  background: #0355A6;
  opacity: 1;
  border-radius: 20px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 20px 0;
  display: block;
}
.xiaoxun .sanjiao {
  margin: 10px 0;
}
.fix-top {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.top a:hover {
  color: white;
}
.txtbox div a:hover {
  color: white;
}
.baoj {
  width: 170px;
  background: url(../images/lianjjbk.png) no-repeat;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  right: 183px;
  top: 46%;
  text-align: center;
  padding: 14px 0;
  display: none;
  /* display:block; */
}
.txtbox .baojia:hover .baoj {
  display: block;
}
.all .top span:hover{
  cursor:pointer;
}
#menuwu ul ,   #menuwu ul li{
  list-style: none;
}
#menuwu li{
  float: left;
  margin-right: 2%;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  text-align: center;
  text-align: center;
  padding: 10px 0;
  color: #333333;
  width: 31%;
  background: #EEEEEE;
  margin-top:80px;
}
#menuwu li.on{
  background: #0355A6;
  opacity: 1;
  color: #FFFFFF;
}
.bg{
  width: 100%;
}
.clear{
  clear: both;
}
#tab-con .tab-block{
  display: none;
}
#tab-con .on{
  display: block;
}
/* 404 */
.yesiling {
  text-align: center;
}
.yesiling img {
  margin: 250px 0 0 0;
}
.yesiling p {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  letter-spacing: 10px;
  margin-top: 136px;
  margin-bottom: 45px;
}
.yesiling a {
  width: 140px;
  background: linear-gradient(180deg, #6699CC 0%, #035FA6 100%);
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 47px;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 5px 20px;
  margin-top: 30px;
}

.col-lg-7.col-md-7.gs_jjright {
  padding-top: 50px;
}


@media (min-width: 1200px) {
  .container {
    width: 1440px !important;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1280px !important;
  }
  /* body {
  font-size:80% !important;
} */
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1100px !important;
    padding: 0 10px;
  }
  .product_erjitit {
    padding: 120px 0px !important;
}
  .ecp_fwbox img {
    margin-top: -238px;
}
.ecp_fwbox .txt p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  margin-top: 18px;
}

.ecp_fwbox {

  height: 236px;}


  .ecp_fwbox .txt h4 {
    font-size: 25px;}

    .erji_banner .container .txt {
      position: absolute;
      top: 97px;
      width: 70%;
  }

  .boxo_ing img.zz {
    width: 491px;
    height: 256px;
}
.ziyiji .jianfu .left {
  background: #0355A6;
  padding: 45px 30px;
}

.pssb_left .nav-tabs li a {

  padding: 7px 54px;
}
.tab-pane .box {
  width: 28%;}

  .pssb_right b {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    text-indent: 0;
    text-align: center;
    width: 71%;
    position: absolute;
    bottom: 47%;
    left: 17%;
    background: #0355A6;
}
.pssb_right .box {
  width: 28%;
  float: left;
  margin: 30px 10px;
}





}

.zongrti_box  .epc_ystxt {
  width: 100%;
  /* height: 160px; */
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  opacity: 1;
  border-radius: 0px 20px 20px 20px;
  padding: 35px 30px;
  position: absolute;
  bottom: -95px;
}
.epc_whybox .epc_ystxt {
  height: 216px;
  bottom: -73px;
}

@media screen and (max-width: 1680px) {
  .nav-one {
    width: 67%;
    margin-left: 1%;
    margin-top: 40px;
  }
}
#LRfloater0{
  display: none;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .baoj {

    right: 142px;
    top: 39%;
  }

  .qinghua p {

    font-size: 20px;
    height: 80px;
  }


  .boxo_ing img.zz {
    width: 491px;
    height: 256px;
}
.ziyiji .jianfu .left {
  background: #0355A6;
  padding: 45px 30px;
}

.pssb_left .nav-tabs li a {

  padding: 7px 69px !important;
}
.tab-pane .box {
  width: 28%;}

  .pssb_right b {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    text-indent: 0;
    text-align: center;
    width: 71%;
    position: absolute;
    bottom: 47%  !important;
    left: 17%;
    background: #0355A6;
}
.pssb_right .box {
  width: 28%;
  float: left;
  margin: 30px 10px;
}












  .xiaoxun {
    width: 140px;
    height: 340px;
  }


    .xiaoxun .txtbox {

      width: 127px;}

      .txtbox a {
        margin: 10px 0;
        font-size: 15px;}











  .xianzbox2 .xianz {
    width: 31%;
    margin-top: 30px;
    margin-left: 15px;
}


  .zongrti_box  .epc_ystxt {
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    opacity: 1;
    border-radius: 0px 20px 20px 20px;
    padding: 16px 30px;
    position: absolute;
    bottom: -82px;
  }
  .zongrti_box {
    background: url(../images/epc_ysbk.png);
    background-size: 100% 100%;
    height: 250px;}



  .epc_whybox .epc_ystxt {
    height: 216px;
    bottom: -91px;
  }

  .epc_whybox {
    background: url(../images/epc_whybk.jpg) no-repeat;
    background-size: 100% 100%;
    height: 391px;}






























  .dex_ba_wrap {
    background-size: 100% 100% !important;
    background: url(../images/big_bannerbk.png);
    /* height: 900px; */
}
.swiper1 .swiper-pagination {
  bottom: 67px !important;
  left: 56px !important;
  width: 45% !important;
}
.swiper1 .swiper-button-next {
  right: 48%;
  left: auto;
  top: 85%;
}
  .xq_liuyanleft h3 {
    font-size: 23px;
  }
  .zaixian_x .text-btn {
    right: -54px;
    bottom: -141px;
}

.xq_liuright .tigong{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
/* line-height: 36px; */
color: #FFFFFF;
}

  .xq_liuright .su_box p span {
    font-size: 73px;}
    .guding .xtt b {
      font-size: 26px;}
  .swiper2 .swiper-slide-active {
    transform: scale(1.1);
}
.flip-items a .mianfe{
  right: 41px;
}
.flipster-carousel .flip-items .pic {
  box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
  width: 646px;
}
  .index_two {
    text-align: center;
    margin-top: 80px;
}
  .index_seven ul li .txt p {
    width: 440px;
  }
  .index_newsleft {
    height: 409px;
    width: 43% !important;
}
.yinboxc .txt {
  padding: 40px 25px;
}
.guanli_box .txt {
  padding: 25px 28px;
}
  .index_footer p a {
    font-size: 13px;}
  .case-info h3 a {
    color: #FFF;
    font-size: 27px;}
    .btn-show i {
      display: inline-block;
      width: 32%;}
      .btn-show {
        top: -25px;
    }
    .index_title {
      padding-top: 29px !important;
  }
  .yinboxc .txt p {
    font-size: 17px;}
    .erji_banner img.txt {
      width: 63%;}
  .container {
    width: 90%;
    max-width: 1220px;
  }
  .jinliao_box p {
    font-size: 30px;
  }
  .prodel_box span {
    bottom: 28px;
  }
  .ggyl_img img {
    margin-right: 44px;
  }
  .nav-one {
    margin-left: 2%;
    margin-top: 31px;
  }
  .swiper-wrapper .banner_cp .container h3 {
    font-size: 52px;}
  .logo img {
    margin-top: 28px;
  }
  .nav-one li {
    float: left;
    width: 17.5%;
  }
  .index_seven ul li {
    font-size: 15px;
  }
  .bian_box .bian p {
    font-size: 18px;
  }
  .swiper3 .case-info h3 a {
    font-size: 31px;
  }
  .yaodianbox .yaodian p {
    height: 123px;
  }
  .chanp_xiangq a .jianjie {
    padding: 16px 79px;
}
.duoyang_box .rang span {
  padding: 0 13px;
}
.guanli_box b {
  font-size: 23px;}
  .guanli_box .txt p {
    font-size: 14px;}
    .jjfa_erjitit {
      text-align: center;
      margin: 60px 0 40px 0;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
}
.ggyl p{
  font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    /* margin-top: 35px; */
    line-height: 30px;
}
/* 装潢垃圾 */
.weohai_le p {
    line-height: 34px;
    margin-top: 14px;
    font-size: 16px;
}

.wei_wrap {
    margin-top: 50px;
    display: flex;
    align-items: center;
}



.byx {
    margin-top: 50px;
}

    .byx p {
        line-height: 34px;
        margin-top: 14px;
        font-size: 14px;
        text-align: center;
    }

.boxo_ing img.zz {
    width: 600px;
    height: 300px;
}

.boxo_ing {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.xx {
    float: right;
    /* margin-right: 19%; */
    margin: 3% 19% 3% 0;
}

.fenlei_wrap {
    border: #0355A6 1px solid;
    width: 100%;
    display: flow-root;
    padding: 0px 30px 30px 30px;
}

    .fenlei_wrap .imglam img {
        width: 20%;
    }

    .fenlei_wrap .imglam {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }


    .fenlei_wrap .jiabox p {
        width: 20%;
        background: #0355A6;
        color: #fff;
        text-align: center;
    }

    .fenlei_wrap .jiabox {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }

        .fenlei_wrap .jiabox span {
            color: #0355A6;
            font-size: 30px;
            font-weight: bold;
        }


.ziyijiwrap h2 {
    text-align: center;
    font-weight: normal;
    font-size: 45px;
    margin-top: 50px;
}

    .ziyijiwrap h2 span {
        color: #0355A6;
        font-weight: bold;
    }

.ziyijiwrap p {
    margin-top: 14px;
    font-size: 18px;
    text-align: center;
}

.ziyiji .jianfu .left p {
    font-size: 16px;
    padding-top: 15px;
    text-align: left;
    color: #ffffff;
    margin-top: 10px;
    line-height: 30px;
}

.ziyiji .jianfu .left h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}


.ziyiji .jianfu .left {
    background: #0355A6;
    padding: 60px 30px;
}

.ziyiji .jianfu .right img {
    width: 100%;
    height: 292px;
}

.ziyiji .jianfu .right {
    padding: 0 0;
}

.ziyiji .jianfu {
    margin-top: 30px;
}

.pssb_left h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pssb_left p {
    line-height: 32px;
    text-indent: 2em;
    padding-top: 18px;
    font-size: 19px;
}

.pssb_left b {
    padding-top: 14px;
    font-size: 20px;
    text-align: left;
}

.pssb_left .nav-tabs li a {
    background: #0355A6 !important;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    padding: 7px 80px;
}

.pssb_left .nav-tabs li {
    margin: 20px 0;
}

.pssb_left .nav-tabs {
    border: none;
}


.nav-tabs li.active a {
    background: #eeeeee !important;
    color: #0355A6 !important;
    border: none !important;
}


.tab-pane .box {
    width: 30%;
    float: left;
    margin: 30px 10px;
}

    .tab-pane .box p {
        text-align: center !important;
        text-indent: 0em;
    }

.pssb_right h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pssb_right p {
    line-height: 32px;
    text-indent: 2em;
    padding-top: 18px;
    font-size: 19px;
}

.pssb_right hr {
    background: #0355A6;
    height: 2px;
    width: 100%;
    margin: 64px 0
}

.pssb_right b {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    text-indent: 0;
    text-align: center;
    width: 63%;
    position: absolute;
    bottom: 50.5%;
    left: 20%;
    background: #0355A6;
}

.pssb_right .box {
    width: 30%;
    float: left;
    margin: 30px 10px;
}

    .pssb_right .box p {
        line-height: 32px;
        text-indent: 0em;
        padding-top: 18px;
        font-size: 19px;
        text-align: center;
    }

.boxwrap {
    overflow: hidden;
}

.ziyiji .yid b {
    color: #0355A6;
    text-align: center;
    font-size: 24px;
}

.ziyiji .yid {
    text-align: center;
    margin-top: 68px;
    display: inline-block;
    width: 100%;
}

    .ziyiji .yid p {
        padding-top: 18px;
        font-size: 18px;
    }

    .ziyiji .yid .box {
        float: left;
        width: 25%;
    }

        .ziyiji .yid .box img {
            width: 100%;
        }
/* 装潢垃圾结束 */

/*
.index_cpwrap{
  display: flex;
}

 */






