@charset "UTF-8";
/*scss 公共*/
.btn {
  padding: 12px 30px;
  background-color: #EC545F;
  font-size: 16px;
  color: #FFF;
  display: inline-block;
}

.btn:hover {
  color: #FFF;
  background-color: #1C7EB8;
}

.btn .icon {
  display: inline-block;
  width: 24px;
  height: 10px;
  margin-right: 5px;
  background: url("../images/arrow.png") no-repeat;
}

/*header start*/
.main {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.header {
  padding-top: 10px;
}

.logo {
  position: absolute;
  height: 99px;
  left: 0;
  width: 25%;
  top: 10px;
  background: url("../images/logobg.jpg") no-repeat 100% 100%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 80px;
  padding-top: 17px;
  z-index: 2;
}

.logo:after {
  content: '';
  position: absolute;
  right: 50%;
  width: 50%;
  height: 100%;
  background-color: #FFF;
  top: 0;
  z-index: -1;
}

.header-top, .header-bot {
  padding: 0 15% 0 25%;
}

.header-top {
  height: 74px;
  box-sizing: border-box;
  padding-top: 20px;
}

.header-top .lan-box {
  float: right;
  margin-left: 5%;
  display: none;
}

.header-top .web-share {
  float: right;
}

.header-top .web-share a {
  color: #1C7EB8;
  display: inline-block;
  padding: 0 5px;
}

.header-top .top-lx {
  float: right;
}

.top-lx {
  font-size: 16px;
  columns: #9D9B9B;
  font-weight: bold;
  width: 62%;
  display: flex;
  justify-content: space-between;
}

.top-lx a {
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 34px;
}

.top-lx a:hover {
  color: #1C7EB8;
}

.top-lx .tel {
  background-image: url("../images/index-tel.png");
}

.top-lx .mail {
  background-image: url("../images/index-mail.png");
}

.lan-box {
  float: right;
  display: flex;
  align-items: center;
  cursor: pointer;
  float: right;
}

.lan-box dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lan-box:hover dd {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.lan-box:hover .arrow {
  transform: rotate(-180deg);
}

.lan-box .arrow {
  margin: 0 5px;
}

.lan-box em {
  color: #666666;
  font-weight: bold;
  font-size: 20px;
}

.lan-box dl {
  position: relative;
}

.lan-box dd {
  position: absolute;
  right: 0;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  transform-origin: top left;
  background: rgba(0, 0, 0, 0.8);
  max-width: 100%;
  padding: 0 20px;
  line-height: 30px;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  z-index: 9;
}

.lan-box dd a {
  display: block;
  color: #fff;
}

.lan-box dd a:hover {
  text-decoration: underline;
}

.lan-box .arrow {
  display: inline-block;
  width: 10px;
  background: url("../images/arrow.png") no-repeat 50% 50%;
  height: 6px;
  transition: all 0.3s;
}

.lan-box .lang {
  width: 27px;
  height: 27px;
  display: inline-block;
  background: url("../images/yuyan.png") no-repeat 50% 50%;
}

.header-bot {
  background: linear-gradient(80.61319deg, #487BBE 30%, #6BBCCF);
  position: relative;
}

.pc-nav {
  position: relative;
  padding-right: 60px;
  z-index: 4;
}

.pc-nav .head-sertbn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("../images/ser.png") no-repeat;
}

.pc-nav ul {
  display: flex;
  justify-content: space-between;
}

.pc-nav li {
  float: left;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
}

.pc-nav li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  transform: translateX(-50%);
  background-color: #90AF4E;
  transition: all 0.3s;
}

.pc-nav li.cur:after, .pc-nav li:hover:after {
  width: 65%;
}

.pc-nav li:hover .erji {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.pc-nav li:hover > a:after {
  visibility: visible;
  opacity: 1;
  width: 48px;
}

.pc-nav li > a {
  color: #fff;
  padding: 24px 14px;
  display: block;
  position: relative;
}

.pc-nav li .erji {
  position: absolute;
  min-width: 220px;
  z-index: 2;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  top: 105%;
  background-color: #FFF;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.pc-nav li .erji.wauto {
  width: auto;
}

.pc-nav li .erji.wauto dd {
  white-space: nowrap;
}

.pc-nav li .erji dd {
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 8px;
}
.pc-nav li .erji dd p{
  padding-top: 10px;
  padding-left: 20px;
}
.pc-nav li .erji dd p a{
  display: block;
  transition: all 0.3s;
}
.pc-nav li .erji dd  a:hover{
  padding-left: 10px;
}
.pc-nav li .erji dd:nth-last-of-type(1) {
  margin-bottom: 0;
}

.pc-nav li .erji dd a {
  transition: all 0.3s;
}

.pc-nav li .erji dd a:hover {
  color: #1C7EB8;
}

/*header end*/
/*footer start*/
.footer {
  background: url("../images/footbg.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #9CAEB9;
  padding-top: 60px;
}

.foot-nav {
  font-size: 16px;
}

.foot-nav h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
}

.foot-nav .line {
  height: 1px;
  width: 60px;
  margin: 13px 0;
  background-color: #6A7684;
}

.foot-nav a {
  color: #9CAEB9;
}

.foot-nav a:hover {
  color: #FFF;
}

.foot-nav li {
  float: left;
  width: 60%;
  box-sizing: border-box;
}

.foot-nav li:nth-child(1) {
  width: 25%;
}

.foot-nav li:nth-child(1) dd {
  background-position: 0 4px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.foot-nav li:nth-child(1) .add {
  background-image: url("../images/foot-add.png");
}

.foot-nav li:nth-child(1) .tel {
  background-image: url("../images/foot-tel.png");
}

.foot-nav li:nth-child(1) .mail {
  background-image: url("../images/foot-mail.png");
}

.foot-nav li dd {
  margin-bottom: 12px;
}

.foot-nav li:nth-child(3) {
  float: right;
  width: 15%;
}

.foot-nav li:nth-child(2) {
  padding: 0 10%;
}

.foot-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 16px 0;
  font-size: 16px;
}

.foot-copy p {
  float: left;
  line-height: 28px;
}

.foot-copy a {
  color: #9CAEB9;
}

.foot-copy .web-share {
  float: right;
}

.foot-copy .web-share a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  background-color: #505E6F;
  margin-left: 5px;
}

.foot-copy .web-share a:hover {
  background-color: #B71022;
}

.foot-copy .web-share .iconfont {
  color: #FFF;
}

/*footer end*/
/*轮播图start*/
.banner {
  max-width: 1920px;
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
}

.banner .banner-content {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(0%);
  width: 100%;
  z-index: 9;
  color: #FFF;
}

.banner .banner-content .top-sub {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 13px 0;
  margin-bottom: 20px;
}

.banner .banner-content .top-sub:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background: url("../images/banner-titbg.png") repeat-x;
}

.banner .banner-content .top-sub:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: url("../images/banner-titbg.png") repeat-x;
}

.banner .banner-content .tit {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner .banner-content .bot-sub {
	margin-top:20px;
  line-height: 1.4;
  font-size: 30px;
}

.banner .see-btn {
  margin-top: 30px;
  background-color: #1C7EB8;
  font-size: 16px;
  font-weight: 800;
  color: #FFF;
  padding: 14px 40px;
  display: inline-block;
}

.banner .see-btn .icon {
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("../images/right-arow.png") no-repeat;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .swiper-slide .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.banner .swiper-slide .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box img {
  width: 100%;
  height: auto;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.6;
  border-radius: inherit;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 0.6s;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
  border-radius: 25px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-slide .banner-content {
  transform: translateY(50%);
  opacity: 0;
}

.ani-slide .banner-content {
  transform: translateY(-50%);
  opacity: 1;
  transition: all .6s;
}

.banner-ny {
  position: relative;
}

.banner-ny .ny-b-tit {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 64px;
  color: #FFF;
  z-index: 2;
  text-align: center;
  width: 100%;
  font-weight: normal;
  text-transform: uppercase;
}

.banner-ny img {
  max-width: 100%;
}

.banner-ny .error-text {
  background: #f2f2f2;
  text-align: center;
  padding-bottom: 30px;
}

.banner-ny .error-text .e-tit {
  font-size: 320px;
  line-height: 1;
  font-weight: 900;
  color: #1C7EB8;
}

.banner-ny .error-text .e-p {
  font-size: 36px;
  color: #1C7EB8;
  line-height: 1;
}

/*轮播图end*/
.inner-banner .ib-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner .ib-inner .ib-tit {
  text-align: center;
}

.inner-banner .ib-inner .ib-tit h4 {
  display: inline-block;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px #000000;
  font-weight: normal;
  position: relative;
}

.inner-banner .ib-inner .ib-tit h4:after {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../images/inner-banner-tit-l.png) no-repeat center;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -5px;
}

.inner-banner .ib-inner .ib-tit h4:before {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../images/inner-banner-tit-r.png) no-repeat center;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -5px;
}

.crumbs-box {
  padding: 10px 0;
  font-size: 12px;
  margin-bottom: 40px;
}

.crumbs-box .home {
  background: url("../images/home.png") no-repeat 0 50%;
  padding-left: 28px;
  text-transform: capitalize;
}

.crumbs-box a {
  color: #888;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #1C7EB8;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 15px;
  color: #888;
}

.crumbs-box span {
  color: #999;
}

/*公共样式定义 start*/
.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1350 {
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1560 {
  max-width: 1560px;
  margin: 0 auto;
  width: 100%;
}

.paddbot-100 {
  padding-bottom: 100px;
}

.paddbot-50 {
  padding-bottom: 50px;
}

/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #B71022;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a {
  display: inline-flex;
  font-size: 18px;
  color: #666;
  width: 60px;
  height: 60px;
  line-height: 60px;
  justify-content: center;
  background: transparent;
  border: 1px solid #967E8D;
  border-right: none;
}

.page-box .page-inner a.next {
  border-right: 1px solid #967E8D;
}

.page-box .page-inner .current {
  display: inline-flex;
  font-size: 18px;
  color: #666;
  width: 60px;
  height: 60px;
  line-height: 60px;
  justify-content: center;
  background: transparent;
}

.page-box .page-inner .page-list {
  display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
  color: #fff;
  transition: all 0.4s;
  background: #1C7EB8;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

.page-box .page-inner .page-list .current.act,
.page-box .page-inner .page-list .current:hover {
  color: #295a83;
  transition: all 0.4s;
}

.page-box .page-inner .current.prev {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.page-box .page-inner .current.next {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.page-box .page-inner .current.prev.no-drop,
.page-box .page-inner .current.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

/*分页 end*/
.imgshow {
  overflow: hidden;
}

.imgshow img {
  transition: all 0.3s;
  max-width: 100%;
}

/*公共样式定义 end*/
.title {
  margin: 70px 0 60px;
}

.title.ny-type {
  margin-top: 0;
}

.title h2 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.title .line {
  width: 68px;
  height: 4px;
  background: linear-gradient(80.61319deg, #487BBE 30%, #6BBCCF 100%);
  margin: 8px auto 0;
}

.product-list .imgshow {
  position: relative;
}

.product-list li:hover .imgshow img {
  transform: scale(1.03);
}

.product-list li:hover .text {
  visibility: visible;
  opacity: 1;
}

.product-list .text {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(81deg, rgba(72, 123, 190, 0.77) 0%, rgba(107, 188, 207, 0.77));
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.product-list .text p {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
}

.product-list .text .see-more {
  background: url("../images/index-pro-see.png") no-repeat;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  margin-top: 15%;
}

.product-list h3 {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 20px;
}

.product-list h3 a {
  color: #333;
}

.index-pro-swiper {
  padding: 0 100px;
  position: relative;
}

.index-pro-swiper .index-pro-btn {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -29px;
  border-radius: 50%;
  border: 3px solid #1C7EB8;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.index-pro-swiper .index-pro-btn:hover {
  background-color: #1C7EB8;
}

.index-pro-swiper .index-pro-btn.index-pro-prev {
  left: 10px;
  background-image: url("../images/index-pro-prev.png");
}

.index-pro-swiper .index-pro-btn.index-pro-prev:hover {
  background-image: url("../images/index-pro-prev-h.png");
}

.index-pro-swiper .index-pro-btn.index-pro-next {
  right: 10px;
  background-image: url("../images/index-pro-next.png");
}

.index-pro-swiper .index-pro-btn.index-pro-next:hover {
  background-image: url("../images/index-pro-next-h.png");
}

.index-pro-swiper .swiper-slide:hover .imgshow img {
  transform: scale(1.03);
}

.index-pro-swiper .swiper-slide:hover .text {
  visibility: visible;
  opacity: 1;
}

.index-wedo-grid {
  margin-top: 90px;
  position: relative;
  padding: 70px 0 1px;
}

.index-wedo-grid:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: url("../images/index-wedo-bg.jpg") no-repeat;
  background-size: cover;
  z-index: -1;
}

.index-wedo-grid .text {
  padding-right: 340px;
  position: relative;
}

.index-wedo-grid .text h2 {
  font-size: 40px;
  color: #333;
}

.index-wedo-grid .text .line {
  width: 68px;
  height: 4px;
  background: linear-gradient(80.61319deg, #487BBE 30%, #6BBCCF 100%);
  margin: 8px 0 50px;
}

.index-wedo-grid .text p {
  font-size: 16px;
  color: #888;
  line-height: 1.385;
  font-weight: 600;
}

.index-wedo-grid .text .see-btn {
  border: 1px solid #1C7EB8;
  font-size: 16px;
  font-weight: 800;
  color: #1C7EB8;
  padding: 14px 40px;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.index-wedo-grid .text .see-btn .iconfont {
  font-size: 22px;
  margin-left: 5px;
}

.index-wedo-grid .text .see-btn:hover {
  background-color: #1C7EB8;
  border-color: #1C7EB8;
  color: #FFF;
}

.index-wedo-grid .text .see-btn:hover .iconfont {
  color: #FFF;
}

.index-wedo-grid .wedo-bot {
  margin-top: 50px;
  border: 1px solid #E3E3E3;
  padding: 20px;
  position: relative;
}

.index-wedo-grid .wedo-bot .index-wedo-list {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 80%;
  box-sizing: border-box;
  background-color: #F9F9F9;
  overflow: hidden;
}

.index-wedo-grid .wedo-bot .index-wedo-list li {
  padding: 40px 0;
  width: 33.33%;
  float: left;
  text-align: center;
}

.index-wedo-grid .wedo-bot .index-wedo-list li a {
  display: block;
}

.index-wedo-grid .wedo-bot .index-wedo-list li .icon {
  display: inline-block;
  height: 65px;
}

.index-wedo-grid .wedo-bot .index-wedo-list li .icon .h-img {
  display: none;
}

.index-wedo-grid .wedo-bot .index-wedo-list li .icon img {
  vertical-align: middle;
}

.index-wedo-grid .wedo-bot .index-wedo-list li:hover {
  background: linear-gradient(80.61319deg, #487BBE 0%, #6BBCCF 100%);
}

.index-wedo-grid .wedo-bot .index-wedo-list li:hover h3 {
  color: #FFF;
}

.index-wedo-grid .wedo-bot .index-wedo-list li:hover .icon img {
  display: none;
}

.index-wedo-grid .wedo-bot .index-wedo-list li:hover .icon .h-img {
  display: inline-block;
}

.index-wedo-grid .wedo-bot .index-wedo-list h3 {
  font-size: 22px;
  color: #333;
  font-weight: 800;
  margin-top: 15px;
}

.index-referce-grid .m-width-1280 {
  position: relative;
  padding-bottom: 60px;
}

.index-referce-grid .m-width-1280:after {
  content: '';
  position: absolute;
  bottom: 0px;
  top: 30%;
  width: 50%;
  background-color: #F3F8FB;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.index-referce-grid h3 {
  font-size: 43px;
  text-decoration: underline;
  font-weight: normal;
}

.index-referce-grid h3 a {
  color: #17181B;
}

.index-referce-grid h3:hover a {
  color: #B71022;
}

.index-referce-grid h4 {
  font-size: 32px;
  color: #1A1A1A;
  font-weight: normal;
  margin: 30px 0 40px;
}

.index-referce-grid .text {
  float: left;
  width: 40%;
  padding-top: 10%;
}

.index-referce-grid .text-p {
  color: #888888;
  font-size: 16px;
  margin-bottom: 50px;
  height: 270px;
}

.index-referce-grid .imgshow {
  float: right;
  width: 55%;
}

.index-referce-grid .see-btn {
  border: 1px solid #1C7EB8;
  font-size: 16px;
  font-weight: 800;
  color: #1C7EB8;
  padding: 14px 40px;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-right: 5px;
}

.index-referce-grid .see-btn .iconfont {
  font-size: 20px;
}

.index-referce-grid .see-btn:hover {
  color: #FFF;
  background: linear-gradient(80.61319deg, #487BBE 0%, #6BBCCF 100%);
}

.index-referce-grid .see-btn:hover .icon {
  background: url("../images/right-arow.png") no-repeat;
}

.index-referce-grid .swiper-pagination {
  width: auto;
  right: 0;
  left: auto;
}

.index-referce-grid .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.index-referce-grid .swiper-pagination-bullet-active {
  background-color: #1C7EB8;
}

.index-referce-grid .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.index-news-grid {
  margin-top: 70px;
  background: url("../images/index-news-bg.jpg") no-repeat;
  padding: 1px 0 100px;
}

.index-news-list li {
  margin-right: 3.5%;
  width: 31%;
  float: left;
  position: relative;
  overflow: hidden;
}

.index-news-list li:hover .imgshow {
  opacity: 1;
  visibility: visible;
}

.index-news-list li:hover .text {
  background: linear-gradient(80.61319deg, rgba(72, 123, 190, 0.64) 0%, rgba(107, 188, 207, 0.64) 100%);
}

.index-news-list li:hover .text h3 a, .index-news-list li:hover .text p, .index-news-list li:hover .text .date, .index-news-list li:hover .text .see-more .iconfont {
  color: #FFF;
}

.index-news-list li .imgshow {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
}

.index-news-list li .text {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  background-color: #FFF;
  padding: 30px;
  box-sizing: border-box;
}

.index-news-list li:nth-child(3n) {
  margin-right: 0;
}

.index-news-list li .date {
  color: #231E1B;
  font-size: 14px;
  font-weight: 500;
}

.index-news-list li h3 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0;
}

.index-news-list li h3 a {
  color: #231E1B;
  font-size: 20px;
  font-weight: 700;
}

.index-news-list li p {
  font-size: 16px;
  color: #9D9B9B;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.index-news-list li .see-more {
  color: #000;
  display: block;
  text-align: right;
}

.index-news-list li .see-more .iconfont {
  font-size: 26px;
}

#menuWap {
  display: none;
}

.content-product .product-list li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}

.content-product .product-list li:nth-child(3n) {
  margin-right: 0;
}

.prodis-gall .gall-tips {
  width: 50%;
  float: right;
}

.prodis-gall .gall-tips .web-share {
  margin: 30px 0;
}

.prodis-gall .gall-tips .web-share a {
  display: inline-block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  border-radius: 50%;
}

.prodis-gall .gall-tips .web-share a .iconfont {
  color: #1C7EB8;
  font-size: 18px;
}

.prodis-gall .gall-box {
  float: left;
  width: 46.5%;
  position: relative;
  box-sizing: border-box;
}

.prodis-gall .gall-box .gallery-thumbs {
  margin-top: 15px;
}

.prodis-gall .gall-box .swiper-button-next,
.prodis-gall .gall-box .swiper-button-prev {
  background-color: #1c7eb8;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: -22px;
  border-radius: 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.3;
}

.prodis-gall .gall-box .swiper-button-next .iconfont,
.prodis-gall .gall-box .swiper-button-prev .iconfont {
  font-weight: bold;
  color: #FFF;
}

.prodis-gall .gall-box .swiper-button-next:hover,
.prodis-gall .gall-box .swiper-button-prev:hover {
  background-color: #1C7EB8;
  opacity: 1;
}

.prodis-gall .gall-box .swiper-button-next {
  right: 10px;
  background-image: url("../images/index-pro-next-h.png");
}

.prodis-gall .gall-box .swiper-button-prev {
  left: 10px;
  background-image: url("../images/index-pro-prev-h.png");
}

.prodis-gall .gall-box .swiper-slide {
  position: relative;
}

.prodis-gall .gall-box .swiper-slide.hasfd:after {
  opacity: 1;
}

.prodis-gall .gall-box .swiper-slide:after {
  content: '';
  width: 36px;
  height: 36px;
  background: url("../images/fangda.png") no-repeat 50% 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0;
}

.prodis-gall .gall-box .swiper-slide img {
  width: 100%;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
}

.prodis-gall .gall-box .swiper-slide.swiper-slide-thumb-active img {
  border-color: #B71022;
}

.gall-tips {
  float: right;
  width: 50%;
  box-sizing: border-box;
}

.gall-tips .tit {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.gall-tips .prodis-des {
  color: #666;
  font-size: 16px;
  height: 365px;
}

.gall-tips .prodis-des h4 {
  font-size: 16px;
  margin: 0px 0 25px;
  font-weight: bold;
}

.gall-tips .prodis-des p {
  color: #888;
  font-weight: bold;
}

.gall-tips .links {
  flex-wrap: wrap;
  margin-top: 40px;
}

.gall-tips .links .icon {
  width: 18px;
  height: 18px;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gall-tips .links .icon img {
  flex-shrink: 0;
}

.gall-tips .links .icon_img_h {
  display: none;
}

.gall-tips .links a {
  float: left;
  width: 31%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 3.5%;
  margin-bottom: 2%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.04);
  color: #1C7EB8;
  font-size: 16px;
  font-weight: bold;
}

.gall-tips .links a:nth-of-type(3) {
  margin-right: 0;
}

.gall-tips .links a:hover {
  background-color: #1C7EB8;
  color: #FFF;
}

.gall-tips .links a:hover .icon_img_h {
  display: inline-block;
}

.gall-tips .links a:hover .icon_img {
  display: none;
}

.detail-tit {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin: 80px 0 55px;
  text-align: center;
}

.detail-tit h3 {
  text-transform: uppercase;
  line-height: 1.2;
}

.prodis_detail .text {
  line-height: 1.7;
  font-size: 18px;
  color: #888;
}

.table-text {
  width: 100%;
}

.m-table {
  overflow-x: auto;
}

.m-table table {
  width: 100%;
  color: #666;
  font-size: 16px;
}

.m-table table td {
  border: 1px solid #fff;
  padding: 15px 30px;
  width: 50%;
  text-align: center;
}

.m-table table tr {
  background-color: rgba(28, 126, 184, 0.03);
}

.m-table table tr:nth-child(odd) {
  background-color: rgba(28, 126, 184, 0.1);
}

.related-video .imgshow {
  position: relative;
}

.related-video .icon {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94px;
  height: 94px;
  margin: -47px 0 0 -47px;
  background: url("../images/play.png") no-repeat;
  transition: all 0.3s;
}

.related-video .icon:hover {
  transform: scale(1.03);
}

.theme.swiper-button-next, .theme.swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #1C7EB8;
  box-sizing: border-box;
  background: none;
  text-align: center;
  line-height: 48px;
  color: #BFBFBF;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: -24px;
}

.theme.swiper-button-next:hover, .theme.swiper-button-prev:hover {
  border-color: #1C7EB8;
  background-color: #1C7EB8;
}

.theme .iconfont {
  font-size: 20px;
}

.theme.swiper-button-next {
  right: 0;
  background-image: url("../images/index-pro-next.png");
}

.theme.swiper-button-next:hover {
  background-image: url("../images/index-pro-next-h.png");
}

.theme.swiper-button-prev {
  left: 0;
  background-image: url("../images/index-pro-prev.png");
}

.theme.swiper-button-prev:hover {
  background-image: url("../images/index-pro-prev-h.png");
}

.pro-swiper {
  position: relative;
  padding: 0 60px;
}

.msg-title {
  font-size: 34px;
  color: #222;
  text-align: center;
  margin: 60px 0 55px;
}

.index-message-grid {
  margin-top: 70px;
  padding: 1px 0 80px;
  background: url("../images/msg-bg.jpg") no-repeat 50% 50px;
  background-size: cover;
}

.app-tab-item {
  margin-bottom: 60px;
}

.app-tab-item ul {
  display: flex;
  /* text-align: center; */
}

.app-tab-item li {
  display: inline-block;
  padding: 8px;
  text-align: center;
  line-height: 1;
  min-width: 210px;
  margin-right:8px;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid #1C7EB8;
}
.app-tab-item li:nth-last-child(1){
  margin-right: 0;
}
.app-tab-item li:hover, .app-tab-item li.cur {
  background-color: #1C7EB8;
}

.app-tab-item li:hover a, .app-tab-item li.cur a {
  color: #FFF;
}

.app-tab-item li a {
  font-size: 16px;
  font-weight: bold;
  color: #1C7EB8;
}

.app-list h3 {
  margin: 15px 0;
  font-size: 20px;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-list h3 a {
  color: #000;
}

.app-list p {
  color: #888;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  transition: all 0.3s;
}

.app-list .text {
  padding: 15px 30px;
}

.app-list li:hover .imgshow img {
  transform: scale(1.03);
}

.app-list li:hover .text {
  background-color: #1C7EB8;
}

.app-list li:hover h3 a {
  color: #FFF;
}

.app-list li:hover p {
  color: #FFF;
}

.content-app .app-list li {
  float: left;
  width: 48%;
  margin-bottom: 40px;
}

.content-app .app-list li:nth-child(2n) {
  float: right;
}

.refer-list li {
  position: relative;
  margin-bottom: 110px;
  /* padding-right: 45%; */
  overflow: hidden;
}

.refer-list li:after {
  content: '';
  position: absolute;
  width: 53%;
  height: 105%;
  background-color: #F3F8FB;
  z-index: 1;
  top: 35px;
  left: 18%;
}

.refer-list li:nth-child(2n) .imgshow{
 float: right;
}

.refer-list li:nth-child(2n) .text {
  float: left;
}

.refer-list li:nth-child(2n):after {
  left: auto;
  right: 18%;
}

.refer-list li:hover .imgshow img {
  transform: scale(1.03);
}

.refer-list h3 {
  font-size: 43px;
  text-decoration: underline;
  font-weight: normal;
}

.refer-list h3 a {
  color: #17181B;
}

.refer-list h3:hover a {
  color: #1C7EB8;
}

.refer-list h4 {
  font-size: 32px;
  color: #1A1A1A;
  font-weight: normal;
  margin: 30px 0 40px;
}

.refer-list .text {
  width: 45%;
  /* position: absolute; */
  right: 0;
  top:4%;
  float: right;
  /* transform: translateY(-50%); */
  z-index: 2;
  box-sizing: border-box;
  padding: 0 5%;
  position: relative;
  z-index: 10;
}

.refer-list .text-p {
  color: #888888;
  font-size: 16px;
  margin-bottom: 50px;
}

.refer-list .imgshow {
  position: relative;
  z-index: 3;
  width: 50%;
  float: left;
}

.ser-sys-list {
  margin-bottom: 50px;
}

.ser-sys-list ul {
  display: flex;
  justify-content: space-between;
}

.ser-sys-list li {
  width: 30%;
  flex-shrink: 0;
  border: 6px solid #1C7EB8;
  border-radius: 108px 0px 108px 0px;
  padding: 70px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
  font-size: 16px;
  color: #888;
  line-height: 1.8;
  font-weight: bold;
}

.ser-sys-list li:hover {
  border-color: transparent;
}

.ser-sys-list li:hover .icon {
  opacity: 0;
}

.ser-sys-list li:hover .imgshow {
  visibility: visible;
  opacity: 1;
}

.ser-sys-list li:hover p {
  opacity: 0;
}

.ser-sys-list li .imgshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.ser-sys-list li:nth-child(3n) {
  margin-right: 0;
}

.ser-sys-list li .icon {
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 60px 0 0 60px;
  margin: 0 -6px -6px 0;
  border-radius: 50% 0 0 0;
  z-index: 1;
}

.ser-sys-list li p {
  position: relative;
  z-index: 2;
}

.about-info .title {
  margin-bottom: 140px;
}

.about-info .about-text {
  position: relative;
}

.about-info .about-text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 90%;
  z-index: 1;
  height: 100%;
  background: #678cb8 url("../images/about-bg.png") no-repeat 100% 110%;
}

.about-info .text {
  float: left;
  width: 31%;
  color: #FFF;
  font-size: 18px;
  box-sizing: border-box;
  padding: 60px 50px 80px;
  line-height: 1.8;
  position: relative;
  z-index: 3;

}
.about-info .text .text-p{
  height: 420px;
}
.about-info .imgshow {
  float: right;
  width: 65%;
  margin-top: -68px;
  position: relative;
  z-index: 3;
}

.about-info .imgshow .icon {
  position: absolute;
  transition: all 0.3s;
  left: 50%;
  top: 50%;
  width: 104px;
  height: 104px;
  background: url("../images/about-play.png") no-repeat;
  margin: -52px 0 0 -52px;
  cursor: pointer;
}

.about-info .imgshow .icon:hover {
  transform: scale(1.03);
}

.his-swiper {
  position: relative;
  background: url("../images/hist-bg.jpg") no-repeat 0 100%;
}

.his-swiper .m-width-1440 {
  box-sizing: border-box;
  padding: 0 60px;
  position: relative;
}

.his-swiper .m-width-1440 .theme.swiper-button-next, .his-swiper .m-width-1440 .theme.swiper-button-prev {
  top: 90px;
  margin-top: 0;
}

.his-swiper:after {
  content: '';
  position: absolute;
  top: 152px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
  z-index: 1;
}

.his-swiper .swiper-container {
  z-index: 2;
  padding: 20px 0 160px;
}

.his-swiper .swiper-slide {
  text-align: center;
  padding: 65px 0;
}

.his-swiper .swiper-slide:after {
  content: '';
  position: absolute;
  top: 132px;
  left: 0;
  height: 1px;
  background-color: #ECECEC;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.his-swiper .swiper-slide.swiper-slide-active {
  background-color: #FFF;
  box-shadow: 0px 2px 19px 5px rgba(0, 0, 0, 0.05);
}

.his-swiper .swiper-slide.swiper-slide-active:after {
  opacity: 1;
}

.his-swiper .swiper-slide.swiper-slide-active .dot {
  border-color: #666666;
}

.his-swiper .swiper-slide.swiper-slide-active .dot:after {
  opacity: 0;
}

.his-swiper .swiper-slide.swiper-slide-active .year {
  color: #444;
}

.his-swiper .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #FFF;
}

.his-swiper .dot:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #A8A8A8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.his-swiper .text {
  padding: 0 25px 0px;
  color: #888888;
  font-size: 16px;
  line-height: 25px;
  height: 225px;
  overflow: hidden;
}

.his-swiper .line {
  display: inline-block;
  width: 1px;
  height: 23px;
  background: #E4E4E4;
  margin: 5px auto;
}

.his-swiper .year {
  font-size: 24px;
  color: #A8A8A8;
  height: 60px;
  line-height: 60px;
}

.team-list ul {
  display: flex;
  flex-wrap: wrap;
}

.team-list li {
  overflow: hidden;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}

.team-list li:nth-child(3), .team-list li:nth-child(5) {
  margin-right: 0;
}

.team-list li:nth-child(5) {
  background-color: #01568F;
  width: 66%;
}

.team-list li:nth-child(5) .text {
  color: #FFF;
  padding: 30px 60px;
  font-size: 16px;
  line-height: 1.8;
}

.about-fac .swiper-slide {
  width: 386px;
  position: relative;
}

.about-fac .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 126, 184, 0.4);
  z-index: 1;
  transition: all 0.5s;
  transform: scale(0);
}

.about-fac .swiper-slide:hover:after {
  transform: scale(1);
}

.about-fac .swiper-slide:hover .icon {
  visibility: visible;
  opacity: 1;
}

.about-fac .swiper-slide .icon {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("../images/fangda.png") no-repeat;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.img-class .layui-layer-content {
  text-align: center;
  padding: 20px 0;
}

.img-class .layui-layer-content img {
  max-width: 100%;
  height: auto;
}

.honor-swiper {
  padding: 30px 80px 80px;
  position: relative;
  background: url("../images/about-honor-bg.jpg") no-repeat 50% 0px;
}

.honor-swiper .theme.swiper-button-next, .honor-swiper .theme.swiper-button-prev {
  margin-top: -80px;
}

.honor-swiper .imgshow {
  padding: 16px;
  background: url("../images/honor-bg.jpg") no-repeat 50% 50%;
  background-size: 100%;
  z-index: 1;
  position: relative;
}

.honor-swiper .imgshow:hover {
  cursor: pointer;
}

.honor-swiper .swiper-container {
  padding-bottom: 80px;
}

.honor-swiper .swiper-slide {
  transition: all 0.3s;
}

.honor-swiper .swiper-slide.swiper-slide-active {
  top: 80px;
}

.honor-swiper .swiper-slide.swiper-slide-prev, .honor-swiper .swiper-slide.swiper-slide-next {
  top: 40px;
}

.faq-box .imgshow {
  float: left;
  width: 36%;
}

.faq-box .faq-list {
  float: right;
  width: 60%;
}

.faq-list .num {
  color: #1C7EB8;
  padding-right: 5px;
}

.faq-list li {
  position: relative;
  padding: 0 50px 0px 0;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.faq-list li:hover, .faq-list li.cur {
  cursor: pointer;
}

.faq-list li:hover .text, .faq-list li.cur .text {
  display: block;
}

.faq-list li:hover .icon:before, .faq-list li.cur .icon:before {
  height: 0px;
}

.faq-list li:hover h3, .faq-list li.cur h3 {
  background-color: #1C7EB8;
  color: #FFF;
}

.faq-list li:hover h3 .num, .faq-list li.cur h3 .num {
  background: url("../images/faq-icon2.png") no-repeat 50% 50%;
}

.faq-list li:hover .icon:after, .faq-list li:hover .icon:before, .faq-list li.cur .icon:after, .faq-list li.cur .icon:before {
  background-color: #FFF;
}

.faq-list li .text {
  display: none;
  transition: all 0.3s;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 18px 10px rgba(0, 0, 0, 0.04);
}

.faq-list li .text p {
  color: #888;
  line-height: 2;
}

.faq-list li .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.faq-list li .icon:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #B4B4B4;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -10px;
}

.faq-list li .icon:before {
  transition: all 0.3s;
  content: '';
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #B4B4B4;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -1px;
}

.faq-list li h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 20px;
  color: #444444;
  background: #F5F5F5;
  padding: 18px 20px 18px 100px;
}

.faq-list li h3 .num {
  position: absolute;
  left: 40px;
  top: 19px;
  width: 30px;
  background: url("../images/faq-icon.png") no-repeat 50% 50%;
  height: 30px;
  line-height: 1;
}

.con-list {
  /* margin-top: -117px; */
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}

.con-list ul {
  display: flex;
  justify-content: center;
}

.con-list li {
  padding: 40px 70px;
  box-sizing: border-box;
  width: 28%;
  margin: 0 17px;
  background: #FFFFFF;
  box-shadow: 0px 13px 17px 3px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.con-list .icon {
  display: inline-block;
  height: 60px;
  margin-bottom: 20px;
}

.con-list p {
  line-height: 24px;
}

.con-list p a {
  color: #888888;
  font-size: 14px;
}

.con-list p a:hover {
  color: #B71022;
}

.content-news .news-list li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 60px;
}

.content-news .news-list li:nth-child(3n) {
  margin-right: 0;
}

.news-list li {
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.news-list li:hover .text {
  opacity: 0;
  visibility: hidden;
}

.news-list li:hover .text-h {
  opacity: 1;
  visibility: visible;
}

.news-list li:hover .text-h .see-more {
  position: initial;
}

.news-list .imgshow img {
  width: 100%;
}

.news-list .text {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  background-color: #FFF;
  padding: 12px 60px 12px 30px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: all 0.3s;
}

.news-list .text-h {
  transition: all 0.3s;
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  padding: 50px 40px 12px 40px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 90%;
  top: 10px;
  transition: all 0.3s;
  background-color: rgba(53, 106, 165, 0.64);
}

.news-list .text-h h3 a, .news-list .text-h p, .news-list .text-h .date, .news-list .text-h .see-more {
  color: #FFF;
}

.news-list:nth-child(3n) {
  margin-right: 0;
}

.news-list .date {
  color: #231E1B;
  font-size: 14px;
  font-weight: 500;
}

.news-list h3 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0;
}

.news-list h3 a {
  color: #231E1B;
  font-size: 20px;
  font-weight: 700;
}

.news-list p {
  font-size: 16px;
  color: #9D9B9B;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.news-list .see-more {
  position: absolute;
  right: 60px;
  bottom: 10px;
  color: #000;
  display: block;
  text-align: right;
}

.news-list .see-more .iconfont {
  font-size: 26px;
}

.content-case-detail .tit {
  text-align: center;
  font-size: 34px;
  color: #222;
  font-weight: bold;
}

.content-case-detail .d-time {
  font-size: 14px;
  text-align: center;
  color: #231E1B;
  font-weight: 600;
  margin-top: 10px;
}

.content-case-detail .web-share {
  text-align: center;
  margin: 10px 0 40px;
}

.content-case-detail .web-share .iconfont {
  font-size: 16px;
}

.content-case-detail .web-share a {
  margin-right: 6px;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  color: #1C7EB8;
  text-align: center;
  line-height: 28px;
}

.content-case-detail .text {
  font-size: 16px;
  color: #888;
  line-height: 1.56;
}

.content-case-detail .text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.content-case-detail .text .d-table {
  width: 80%;
  margin: 0 auto;
}

.content-case-detail .text .d-table td {
  padding: 10px;
  text-align: center;
}

.content-case-detail .text .d-table td img {
  max-width: 100%;
}

.detail-page {
  margin-top: 60px;
}

.detail-page a {
  display: block;
  color: #666;
  margin-bottom: 5px;
  font-weight: bold;
}

.detail-page a:hover {
  color: #1C7EB8;
}

.detail-page .iconfont {
  padding-right: 10px;
}

@media only screen and (max-width: 1466px) {
  .index-referce-grid .text-p{
    height: 170px;
  }
  .refer-list .text{transform: translateY(0);top: 0;}
  .refer-list .text-p{height: 265px;overflow: hidden;margin-bottom: 0;}
  .gall-tips .prodis-des{
    height: 290px;
  }
  .index-referce-grid .text{
    padding-top: 0;
  }
  .ser-sys-list li {
    border-radius: 20px 0 20px 0;
    padding: 20px 20px 40px 20px;
  }
  .ser-sys-list li .icon img {
    width: 60px;
  }
  .ser-sys-list li .imgshow {
    display: none;
  }
  .ser-sys-list li:hover {
    border: 6px solid #1C7EB8;
  }
  .ser-sys-list li:hover p {
    opacity: 1;
  }
  .ser-sys-list li:hover .icon {
    opacity: 1;
  }
  .inner-20 {
    padding: 0 20px;
  }
  .m-width-1280, .m-width-1440 {
    max-width: 1000px;
  }
  .pc-nav li {
    font-size: 16px;
  }
  .pc-nav li > a {
    padding: 20px 0;
  }
  .top-lx {
    font-size: 14px;
  }
  .banner .banner-content .tit {
    font-size: 32px;
  }
  .index-referce-grid h3 {
    font-size: 36px;
  }
  .index-referce-grid .see-btn {
    font-size: 14px;
    padding: 10px;
  }
  .page-box .page-inner a, .page-box .page-inner .current {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .gall-tips .links a {
    font-size: 14px;
  }
  .index-message-grid {
    padding-bottom: 30px;
  }
  .msg-title {
    margin: 30px 0;
  }
  .app-tab-item li {
    min-width: auto;
  }
  .refer-list h3 {
    font-size: 30px;
  }
  .refer-list h4 {
    font-size: 24px;
    margin: 15px 0;
  }
  .about-info .text {
    font-size: 12px;
    padding: 25px;
  }
  .con-list li {
    padding: 40px 15px;
  }
  .service-odm-list .icon {
    width: 100px;
    height: 100px;
  }
  .service-odm-list .arrow-bot {
    top: 155px;
  }
}

@media only screen and (max-width: 1200px) {
  .top-lx {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1000px) {
  .ser-sys-list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .ser-sys-list li .icon{
    padding: 10px 0 0 10px;
  }
  .ser-sys-list ul{display: block;}
  .gall-tips .prodis-des{
    height: auto;
  }
  .index-referce-grid .text-p {
    height: auto;
  }
  .header-top, .header-bot, .logo:after {
    display: none;
  }
  .logo {
    background: none;
    padding: 0;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    width: auto;
    height: auto;
  }
  .logo img {
    height: 50px;
  }
  .header {
    padding: 0 20px;
    position: relative;
  }
  #menuWap {
    display: block;
  }
  #menuPc {
    display: none;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: relative;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #1C7EB8;
    /* box-shadow: 0 1px 1px #000000; */
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner-content {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .title h2 {
    font-size: 28px;
  }
  .index-wedo-grid .text {
    padding-right: 0;
  }
  .index-wedo-grid {
    margin-top: 0;
    padding-top: 30px;
  }
  .index-wedo-grid:after {
    display: none;
  }
  .index-wedo-grid .text h2 {
    font-size: 28px;
    color: #333;
  }
  .index-wedo-grid .text p {
    color: #333;
  }
  .index-wedo-grid .text .see-btn {
    margin-top: 20px;
    position: initial;
    transform: translateY(0);
    border-color: #1C7EB8;
    color: #1C7EB8;
  }
  .index-wedo-grid .text .see-btn:hover {
    color: #FFF;
  }
  .index-wedo-grid .wedo-bot .index-wedo-list {
    position: initial;
    transform: translateX(0);
    width: 100%;
    border-radius: 0;
    padding: 15px 0;
  }
  .index-wedo-grid .wedo-bot .index-wedo-list h3 {
    font-size: 12px;
  }
  .index-wedo-grid .wedo-bot .index-wedo-list li {
    padding: 10px 0;
  }
  .index-wedo-grid .wedo-bot {
    padding-bottom: 0;
  }
  .index-referce-grid .imgshow, .index-referce-grid .text {
    width: 100%;
  }
  .index-referce-grid h3 {
    font-size: 24px;
  }
  .index-referce-grid h4 {
    font-size: 18px;
    margin: 15px 0;
  }
  .index-referce-grid .swiper-pagination {
    text-align: center;
    bottom: 0px;
  }
  .index-referce-grid .m-width-1280 {
    padding-bottom: 0;
  }
  .index-referce-grid .swiper-container {
    padding-bottom: 50px;
  }
  .index-news-grid {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .index-news-list li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  .index-news-list li .text {
    padding: 10px;
  }
  .footer {
    padding-top: 0;
  }
  .foot-nav {
    display: none;
  }
  .foot-copy p {
    text-align: center;
  }
  .foot-copy .web-share {
    padding-top: 10px;
    text-align: center;
    width: 100%;
  }
  .banner-ny .ny-b-tit {
    display: none;
  }
  .title {
    margin: 30px 0;
  }
  .crumbs-box {
    margin-bottom: 30px;
  }
  .app-tab-item {
    margin-bottom: 25px;
    display: none;
  }
  .app-list .text {
    padding: 10px;
  }
  .app-list h3 {
    font-size: 16px;
    margin: 0;
  }
  .content-app .app-list li {
    margin-bottom: 20px;
  }
  .page-box {
    padding-top: 30px;
  }
  .paddbot-100 {
    padding-bottom: 30px;
  }
  .prodis-gall .gall-box, .prodis-gall .gall-tips {
    width: 100%;
  }
  .prodis-gall .gall-tips {
    margin-top: 20px;
  }
  .gall-tips .tit {
    font-size: 24px;
  }
  .prodis-gall .gall-tips .web-share {
    margin: 15px 0;
  }
  .gall-tips .links a {
    width: 100%;
    margin-right: 0;
  }
  .detail-tit {
    font-size: 30px;
    margin: 30px auto;
  }
  .product-list .text {
    display: none;
  }
  .content-product .product-list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .content-product .product-list li:nth-child(2n) {
    float: right;
  }
  .product-list h3 {
    font-size: 16px;
  }
  .related-video .icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    margin: -20px 0 0 -20px;
  }
  .refer-list li {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .refer-list h3 {
    font-size: 20px;
  }
  .refer-list h4 {
    font-size: 16px;
  }
  .refer-list .text-p {
    margin-bottom: 0;
  }
  .refer-list li:after {
    display: none;
  }
  .refer-list li:nth-child(2n) {
    padding-left: 0;
  }
  .refer-list .imgshow, .refer-list .text {
    width: 100%;
  }
  .refer-list .text {
    margin-top: 20px;
    position: initial;
    transform: translateY(0);
  }
  .service-odm-list dl {
    display: none;
  }
  .service-odm-list li {
    width: 50%;
    margin-bottom: 25px;
  }
  .service-odm-list h3 {
    height: 48px;
    overflow: hidden;
  }
  .service-list li {
    padding-left: 0;
  }
  .service-list .line {
    margin: 15px auto;
  }
  .service-list h3 {
    text-align: center;
  }
  .service-list li .icon {
    position: initial;
    margin: 0 auto 20px;
  }
  .about-info .imgshow, .about-info .text, .about-info .about-text:after {
    width: 100%;
  }
  .team-list li, .team-list li:nth-child(5) {
    width: 100%;
    margin-right: 0;
  }
  .team-list li:nth-child(5) .text {
    padding: 20px;
  }
  .honor-swiper .swiper-slide.swiper-slide-active {
    top: 0;
  }
  .honor-swiper .swiper-slide.swiper-slide-prev, .honor-swiper .swiper-slide.swiper-slide-next {
    top: 0;
  }
  .honor-swiper {
    padding: 30px 60px;
  }
  .faq-box .imgshow, .faq-box .faq-list {
    width: 100%;
  }
  .faq-list li {
    padding-right: 0;
  }
  .faq-list li h3 {
    padding: 8px 50px 8px 60px;
  }
  .faq-list li h3 .num {
    left: 20px;
  }
  .faq-list li h3 {
    font-size: 18px;
  }
  .content-news .news-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .content-case-detail .tit {
    font-size: 30px;
    line-height: 1.2;
  }
  .content-case-detail .web-share {
    margin: 20px 0;
  }
  .content-case-detail .text .d-table {
    width: 100%;
  }
  .con-list {
    margin-top: 0;
  }
  .con-list ul {
    flex-direction: column;
  }
  .con-list li {
    padding: 20px;
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .search-tool .search-tool-inner {
    width: 100%;
  }
  .search-warp .search-tool {
    padding: 20px 0;
  }
  .search-list ul li .li-inner .img-box,
  .search-list ul li .li-inner .img-text {
    width: 100%;
  }
  .search-list ul li .li-inner {
    padding: 20px;
  }
  .search-list ul li .li-inner .img-text {
    margin-top: 20px;
  }
  .search-list .img-text .t a {
    white-space: normal;
  }
  .banner-ny .error-text .e-tit {
    font-size: 100px;
  }
  .banner-ny .error-text .e-p {
    font-size: 18px;
    line-height: 1.5;
  }
  .index-message-grid {
    margin-top: 0;
    background: none;
  }
}
