/*
* 公共
*/
.maintain {
  max-width: 1200px;
  margin: 0 auto;
}
.web-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 10px 160px 0;
  text-align: right;
  z-index: 5;
}
.bg0 {
  background-color: #000000;
}
.logo-box {
  float: left;
  width: 175px;
  height: 80px;
}
.logo-box img {
  width: 100%;
  height: 100%;
}
.head-nav {
  margin-top: 16px;
}
.head-nav ._tell {
  display: none;
  font-size: 0;
  vertical-align: middle;
}
.head-nav ._tell .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 1;
  margin-right: 11px;
  color: #fff;
}
.head-nav ._tell span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 1;
}
.head-nav .input-box {
  width: 205px;
  margin-left: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  padding: 2px 12px;
}
.head-nav .input-box a {
  display: inline-block;
  vertical-align: middle;
}
.head-nav .input-box .iconfont {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  margin-right: 7px;
}
.head-nav .input-box input {
  width: calc(100% - 30px);
  display: inline-block;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  -webkit-box-shadow: none;
}
.head-nav .input-box input::placeholder {
  color: #ffffff;
}
.head-nav .nav-b {
  margin-top: 12px;
}
.head-nav ul,
.head-nav .navr-a {
  display: inline-block;
  vertical-align: middle;
}
.head-nav li {
  display: inline-block;
  padding-bottom: 10px;
}
.head-nav li a {
  display: inline-block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.head-nav li a:hover {
  box-shadow: 0 2px 0 #fff;
}
.head-nav .on {
  box-shadow: 0 2px 0 #fff;
}
.head-nav li::after {
  content: "/";
  margin: 0 10px;
  font-size: 16px;
  color: #ffffff;
}
.head-nav li:last-child::after {
  content: "";
}
.head-nav .navr-a {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 1;
  margin-left: 33px;
  padding-bottom: 10px;
}
.head-nav .navr-a .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.head-nav .navr-a span {
  display: inline-block;
  vertical-align: middle;
}
.nav-b-h5 {
  display: none;
  float: right;
  text-align: right;
  position: relative;
}
.nav-b-h5 .navr-a {
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 16px;
}
.nav-b-h5 .navr-a .iconfont {
  font-size: 36px;
}
.nav-b-h5 .navr-a + .navr-a {
  margin-left: 15px;
}
.nav-b-h5 .nav {
  padding: 0 8px;
}
.h5nav-list {
  display: none;
  position: absolute;
  right: 10px;
  top: 40px;
  z-index: 10;
  width: 160px;
  background-color: #fff;
  padding: 5px 15px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.h5nav-list a {
  display: block;
  padding: 12px 20px;
  text-align: center;
  color: #333;
  font-size: 16px;
  border-bottom: 1px dashed #989898;
}
.h5nav-list a:nth-child(7),
.h5nav-list a:last-child {
  border-bottom: none;
}
.h5nav-list a:hover {
  color: #EB1C12;
}
.h5nav-list .on {
  color: #EB1C12;
}
.h5nav-list .none {
  display: none;
}
.home-header {
  padding: 40px 160px 0 100px;
}
.home-header .logo-box {
  margin-left: 100px;
}
.home-header ._tell {
  display: inline-block;
}
.home-header .nav-b {
  margin-top: 20px;
}
.home-header .head-nav {
  margin-top: 0;
}
.home-title {
  text-align: center;
}
.home-title ._eng {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #EB1C12;
  line-height: 1;
  opacity: 0.4;
  margin-bottom: 20px;
}
.home-title h4 {
  position: relative;
  font-size: 34px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  z-index: 1;
  letter-spacing: 2px;
}
.home-title span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 6px;
  background: #EB1C12;
  display: inline-block;
  z-index: 0;
}
.web-footer {
  width: 100vw;
  background: #EB1C12;
}
.web-footer .top-link {
  display: none;
  text-align: center;
  width: 100vw;
  height: 55px;
  background: #EB1C12;
}
.web-footer .top-link li {
  display: inline-block;
}
.web-footer .top-link a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  line-height: 55px;
  color: #FFFFFF;
}
.web-footer .top-link li::after {
  content: '|';
  margin: 0 20px;
  font-size: 14px;
  color: #ffffff;
}
.web-footer .top-link li:last-child::after {
  content: '';
  margin: 0;
}
.web-footer .footer-t {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
.web-footer .l-box {
  max-width: 340px;
}
.web-footer .l-box p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 24px;
}
.web-footer .c-box {
  padding-left: 50px;
  font-size: 0;
}
.web-footer .c-box .img-box {
  display: inline-block;
  width: 106px;
  text-align: center;
  margin-left: 20px;
}
.web-footer .c-box img {
  width: 106px;
  height: 106px;
  margin-bottom: 20px;
}
.web-footer .c-box span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 1;
}
.web-footer .c-box p {
  display: none;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 5px;
  cursor: pointer;
}
.web-footer .c-box .show {
  display: inline-block !important;
}
.web-footer .r-box .iconfont {
  font-size: 50px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.web-footer .r-box .txt {
  display: inline-block;
  vertical-align: middle;
}
.web-footer .r-box p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 1;
}
.web-footer .r-box h4 {
  font-size: 26px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 6px;
}
.web-footer .footer-b {
  padding: 20px 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.web-footer .footer-b img {
  display: inline-block;
    vertical-align: middle;
    width: 120px;
    padding: 10px;
    margin-right: 100px;
}
.flo-right {
  display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 40px 0 20px 100px;
    border-left: 2px solid #fff;
}
.flo-right p {
  margin-bottom: 25px;
}
.flo-right .logtell{
  display: none;
}
.web-footer .login a {
  display: inline-block;
  margin-right: 20px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 16px;
  background-color: #fff;
  color: #222;
  border-radius: 2px;
}
.web-footer a{color: #fff;margin-right: 12px;}
.bgfff {
  background-color: #ffffff;
  padding: 40px 0;
}
.bgf6 {
  background-color: #f6f6f6;
  padding: 60px 0;
}
.banner-box {
  width: 100vw;
  height: 500px;
  position: relative;
}
.home-banner {
  height: 1080px;
}
.banner-banner .swiper-wrapper {
  width: 100vw;
  height: 1080px;
  position: relative;
}
.banner-box .bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
}
.banner-box .swiper-slide {
  position: relative;
  display: block;
  width: 1920px;
  height: 100%;
  overflow: hidden;
}
.pronav-box {
  display: none;
  position: absolute;
  width: 100%;
  top: 92px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.pronav-box ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.pronav-box li {
  margin-top: 30px;
  max-width: 33%;
  min-width: 33%;
  border-right: 1px solid #CDCDCD;
}
.pronav-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.pronav-box img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}
.pronav-box .txt {
  text-align: center;
  position: relative;
}
.pronav-box .txt p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 1;
}
.pronav-box .txt span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  line-height: 1;
  color: #333333;
}
.pronav-box li:nth-child(3),
.pronav-box li:nth-child(6),
.pronav-box li:nth-child(9) {
  border-right: none;
}
.pronav-box li:hover .txt p,
.pronav-box li:hover .txt span {
  color: #EB1C12;
}
.banner-title {
  position: absolute;
  bottom: 100px;
  left: 20%;
  z-index: 1;
}
.banner-title h2 {
  font-size: 40px;
  font-family: FZY3JW;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 20px;
}
.banner-title p {
  font-size: 20px;
  font-family: FZY3JW;
  color: #FFFFFF;
  line-height: 1;
}
.pagination {
  margin: 20px auto 0;
  padding-bottom: 100px;
  text-align: center;
  font-size: 0;
}
.pagination span {
  display: inline-block;
  width: 34px;
  line-height: 34px;
  padding: 0;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  border-radius: 2px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #CDCDCD;
}
.pagination span a{color: #333;display: block;}
.pagination span a:active{color: #fff;}
.pagination .iconfont {
  display: inline-block;
  font-size: 12px;
  color: #333333;
}
.pagination span + span {
  margin-left: 10px;
}
.pagination span:hover {
  color: #E83428;
  border-color: #E83428;
}
.pagination span:hover .iconfont {
  color: #E83428;
}
.pagination .on {
  background-color: #E83428;
  border-color: #E83428;
  color: #ffffff;
}
.pagination .on:hover {
  background-color: #E83428;
  border-color: #E83428;
  color: #ffffff;
  cursor: default;
}
.page-title {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  margin: 30px auto;
}
.page-title h4 {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 1;
}
.page-title span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #EB1C12;
}
.pd50 {
  padding: 0 50px;
}
.pd100 {
  padding: 0 100px;
}
.swiper-slide {
  width: 100%;
  height: 276px;
}
.swiper-slide img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/*
* 首页
*/
.home-banner {
  height: auto;
  position: relative;
  margin-bottom: 40px;
}
.home-banner .bg {
  position: unset;
  width: 100%;
  min-height: 300px;
  transform: translateX(0);
}
.home-banner .pronav-box {
  top: 124px;
}
.icon-ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 30px auto 0;
}
.icon-ul li {
  max-width: 33%;
  min-width: 33%;
  padding: 50px 0 20px;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.icon-ul img {
  height: 100px;
  display: block;
  margin: 0 auto 50px;
}
.icon-ul .txt {
  min-height: 42px;
}
.icon-ul p {
  text-align: center;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 1;
}
.icon-ul span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 1;
  margin-top: 4px;
}
.icon-ul li:hover p,
.icon-ul li:hover span {
  color: #EB1C12;
}
.icon-ul li:hover img {
  animation: swing 500ms;
  animation-iteration-count: 1;
}
.icon-ul li:nth-child(3),
.icon-ul li:nth-child(6),
.icon-ul li:nth-child(9) {
  border-right: none;
}
.icon-ul li:nth-child(7),
.icon-ul li:nth-child(8),
.icon-ul li:nth-child(9) {
  border-bottom: none;
}
.home-place .maintain {
  margin: 60px auto 0;
  background-color: #ffffff;
  height: 722px;
  position: relative;
}
.home-place .right {
  width: calc(100% - 290px);
  height: 100%;
  position: relative;
}
.home-place .top-img .img-box {
  width: 100%;
  height: 316px;
  border: 1px solid #CDCDCD;
  overflow: hidden;
}
.home-place .top-img .img-box img {
  width: 100%;
  height: 100%;
  transition: 500ms;
  transform: scale(1);
}
.home-place .top-img h4 {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.home-place .top-img p {
  padding: 0 20px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 33px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.home-place .top-img:hover h4 {
  color: #EB1C12;
}
.home-place .top-img:hover img {
  animation: pulse 1s;
  animation-iteration-count: 1;
}
.home-place .bot-img {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.home-place .bot-img li {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  overflow: hidden;
}
.home-place .bot-img li + li {
  margin-left: 20px;
}
.home-place .bot-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-place .bot-img img {
  width: 100%;
  height: 100%;
}
.home-place .bot-img p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 28px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  padding-left: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-place .bot-img li:hover img {
  animation: pulse 1s;
  animation-iteration-count: 1;
}
.homeplace-nav {
  width: 268px;
  border: 1px solid #CDCDCD;
}
.homeplace-nav li {
  position: relative;
  cursor: pointer;
}
.homeplace-nav p {
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.homeplace-nav span {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid red;
  border-bottom: 5px solid transparent;
}
.homeplace-nav li:nth-child(2n+1) {
  background: #EDEDED;
}
.homeplace-nav .on {
  background: #EB1C12 !important;
}
.homeplace-nav .on p {
  color: #ffffff;
}
.homeplace-nav .on span {
  display: block;
}
.homeplace-nav li:hover p {
  color: #EB1C12;
}
.homeplace-nav .on:hover p {
  color: #ffffff;
}
.homeabout .home-title {
  position: relative;
  text-align: left;
  padding-top: 19px;
}
.homeabout .home-title ._eng {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 34px;
  opacity: 0.2;
  font-family: MicrosoftYaHei;
  font-weight: bold;
}
.homeabout .home-title span {
  left: 0;
  transform: translateX(0);
}
.homeabout .left {
  width: 49%;
}
.homeabout .left p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.homeabout .left a {
  display: block;
  width: 150px;
  height: 48px;
  background: #EB1C12;
  border-radius: 24px;
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 48px;
}
.homeabout ._h2-box {
  margin-top: 20px;
  position: relative;
}
.homeabout ._h2-box h2 {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 84px;
}
.homeabout ._h2-box p {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 66px;
  font-family: MicrosoftYaHei;
  color: #EB1C12;
  line-height: 1;
  opacity: 0.1;
}
.homeabout .right {
  width: 50%;
  max-width: 592px;
  max-height: 350px;
  position: relative;
}
.homeabout .videomask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.homeabout .videomask .iconfont {
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homeabout #myvideo {
  width: 100%;
  max-height: 350px;
}
.homenums {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.homenums li {
  display: inline-block;
}
.homenums h4 {
  font-size: 19px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #EB1C12;
  line-height: 1;
  margin-bottom: 12px;
}
.homenums em {
  display: block;
  width: 25px;
  height: 3px;
  background: #EB1C12;
  margin-bottom: 22px;
}
.homenums p {
  font-size: 32px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 14px;
}
.homenums span {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 1;
}
.homenums li:hover p {
  animation: swing 500ms;
  animation-iteration-count: 1;
}
.homepartner ul {
  font-size: 0;
  margin-right: -19px;
  margin-top: 60px;
}
.homepartner li {
  display: inline-block;
  width: 30%;
  max-width: 215px;
  margin: 0 20px 20px 0;
  /*height: 80px;*/
  border: 1px solid #cccccc;
  overflow: hidden;
  padding: 8px;
}
.homepartner li img {
  width: 100%;
  /*height: 100%;*/
}
.homepartner li:hover img {
  animation: pulse 1s;
  animation-iteration-count: 1;
}
.homepartner .link-box {
  margin-top: 30px;
}
.homepartner .link-box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.homepartner .link-box a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 88px;
  height: 40px;
}
.homepartner .link-box img {
  width: 100%;
  height: 100%;
}
/*
* 产品中心
*/
.pro-main {
  padding-bottom: 100px;
}
.pro-main .left {
  width: 300px;
  position: relative;
}
.pro-main .search-box {
  margin-bottom: 40px;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 7px 20px 10px 20px;
  font-size: 0;
}
.pro-main .search-box input {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  font-size: 16px;
  width: calc(100% - 20px);
}
.pro-main .search-box a {
  margin-top: 2px;
  float: right;
}
.pro-main .search-box .iconfont {
  color: #666666;
  font-size: 20px;
  line-height: 1;
}
.pro-main .top-txt {
  padding: 26px 0 26px 50px;
  background: #EB1C12;
}
.pro-main .top-txt h2 {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 8px;
}
.pro-main .top-txt p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.5;
  line-height: 1;
}
.pro-main .nav-box {
  background-color: #fff;
}
.pro-main .nav-box ul {
  padding: 0 10px;
}
.pro-main .nav-box .title {
  padding: 0px 10px;
  border-top: 1px dashed #989898;
  position: relative;
}
.pro-main .nav-box .title i {
  width: 100%;
  height: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  padding: 20px 10px;
}
.pro-main .nav-box li:first-child .title {
  border-top: none;
}
.pro-main .nav-box h4 {
  max-width: calc(100% - 20px);
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  display: inline-block;
  padding: 15px 0;
}
.pro-main .nav-box .i-down {
  font-size: 16px;
  line-height: 24px;
}
.pro-main .nav-box .on h4,
.pro-main .nav-box .on i {
  color: #EB1C12;
}
.pro-main .nav-box .list i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333333;
}
.pro-main .nav-box a {
  display: block;
  padding: 15px 10px 15px 26px;
  border-top: 1px dashed #989898;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  position: relative;
}
.pro-main .nav-box .active {
  padding-left: 36px;
  color: #EB1C12;
}
.pro-main .nav-box .active i {
  left: 20px;
  background-color: #EB1C12;
}
.pro-main .nav-box .title:hover h4,
.pro-main .nav-box .title:hover i {
  color: #EB1C12;
}
.pro-main .nav-box a:hover {
  color: #EB1C12;
}
.pro-main .nav-box a:hover i {
  background-color: #EB1C12;
}
.pro-main .right {
  width: calc(100% - 340px);
}
.pro-main .pagination {
  padding-left: 300px;
}
.pro-main-h5 .prolist-ul .img-box img {
  width: 50%;
  height: auto;
}
.pro-main-h5 .prolist-ul .txt {
  width: 100%;
  padding-top: 0;
}
.pro-main-h5 .prolist-ul h4 {
  text-align: center;
  margin-bottom: 0;
}
.pro-main .prolist-ul .txtgo {
  display: none;
}
.prolist-ul {
  font-size: 0;
  margin-left: -10px;
}
.prolist-ul li {
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  max-width: 280px;
  width: 48%;
  margin-left: 10px;
  margin-bottom: 10px;
}
.prolist-ul li .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #333333;
}
.prolist-ul .img-box {
  width: 100%;
  height: 232px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.prolist-ul .img-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
}
.prolist-ul .txt {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0 20px;
  width: calc(100% - 30px);
}
.prolist-ul h4 {
  margin-bottom: 12px;
  line-height: 1;
  padding: 0 5px 0 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.prolist-ul p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  padding: 0 5px 0 20px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.prolist-ul li:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.prolist-ul li:hover h4,
.prolist-ul li:hover .iconfont {
  color: #EB1C12;
}
.prolist-ul li:hover .img-box {
  animation: pulse 1s;
  animation-iteration-count: 1;
}
.promain-top {
  width: 100%;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: -1px 2px 9px 1px rgba(205, 205, 205, 0.5);
  border-radius: 10px;
  font-size: 0;
}
.promain-top .swiper-box {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  font-size: 0;
}
.promain-top .img-box {
  width: 300px;
  height: 300px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #989898;
  margin: 0 auto;
}
.promain-top .img-box img {
  width: 100%;
  height: 100%;
}
.promain-top .text-box {
  width: 100%;
  max-width: calc(100% - 370px);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 80px;
}
.promain-top .text-box h2 {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.promain-top .text-box p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #666666;
  line-height: 1;
  margin-top: 14px;
}
.promain-top .text-box a {
  width: 180px;
  height: 50px;
  background: #EB1C12;
  display: block;
  margin-top: 40px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  text-align: center;
  line-height: 50px;
  color: #FFFFFF;
}
.promain-top .text-box .tell {
  margin-top: 20px;
  color: #333333;
  font-weight: 400;
}
.promain-top .slide-box {
  font-size: 0;
  text-align: left;
}
.promain-top .slide-box i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #777;
  cursor: pointer;
}
.promain-top .slide-box ul {
  font-size: 0;
  text-align: left;
}
.promain-top .slide-box ul .on span {
  display: inline-block;
}
.promain-top .slide-box .iconfont {
  font-size: 30px;
  line-height: 60px;
  color: #989898;
  margin-top: 20px;
}
.promain-top .slide-box .prev {
  margin-right: 10px;
}
.promain-top .slide-box .tempWrap {
  margin: 20px auto 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: left;
}
.promain-top .slide-box li {
  position: relative;
  display: inline-block;
  width: 75px !important;
  padding-right: 15px;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
}
.promain-top .slide-box li .img-in {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.promain-top .slide-box li .img-in img {
  width: 100%;
  height: 100%;
}
.promain-top .slide-box li span {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #EB1C12;
}
.promain-top .swiper-container {
  display: none;
  border: 1px solid #989898;
  border-radius: 10px;
}
.promain-top .swiper-pagination {
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 6px;
  width: 50px;
  text-align: center;
  right: 0;
  left: unset;
  bottom: 0;
  border-radius: 10px 0 0 0;
}
.promain-nav {
  width: 100%;
  height: 58px;
  background: #FFFFFF;
  font-size: 0;
  margin-top: 20px;
  box-shadow: -1px 2px 9px 1px rgba(205, 205, 205, 0.5);
}
.promain-nav li {
  display: inline-block;
  font-size: 18px;
  line-height: 58px;
  font-family: MicrosoftYaHei;
  padding: 0 30px;
  color: #000000;
  cursor: pointer;
}
.promain-nav li:hover {
  color: #EB1C12;
}
.promain-nav .on {
  color: #ffffff;
  background: #EB1C12;
}
.promain-nav .on:hover {
  color: #ffffff;
}
.promain-item {
  width: 100%;
  padding: 40px;
  margin-top: 20px;
  background: #FFFFFF;
  box-shadow: -1px 2px 9px 1px rgba(205, 205, 205, 0.5);
}
.promain-item p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
}
.promain-item p i {
  display: inline-block;
  margin-right: 10px;
}
.promain-item a {
  display: block;
  color: #333333;
  line-height: 30px;
  font-size: 16px;
}
.promain-item .others {
  width: 125px;
  height: 30px;
  border: 1px solid #989898;
  font-family: MicrosoftYaHei;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
.promain-item a:hover {
  border-color: #EB1C12;
  color: #EB1C12;
}
.promain-item video {
  width: 100%;
}
/*
* 解决方案
*/
.solut-list {
  margin: 50px -30px 50px 0;
  font-size: 0;
}
.solut-list li {
  width: 30%;
  max-width: 380px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 40px;
  background-color: #fff;
}
.solut-list .img-box {
  width: 100%;
  overflow: hidden;
  padding: 8px;
}
.solut-list .img-box img {
  width: 100%;
  height: 100%;
}
.solut-list .txt-box {
  padding: 30px 50px;
}
.solut-list .txt-box h4 {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.solut-list .txt-box p {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  white-space: nowrap;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  margin-top: 14px;
}
.solut-list .txt-box span {
  display: block;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #EB1C12;
  margin-top: 30px;
  line-height: 1;
}
.solut-list li:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.solut-list li:hover h4 {
  color: #EB1C12;
}
.solut-list li:hover img {
  animation: pulse 1s;
  animation-iteration-count: 1;
}
.solut-h2 {
  text-align: center;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #333333;
  padding-bottom: 28px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #989898;
}
.solut-h2 span {
  display: block;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 1;
  margin-top: 22px;
}
.solut-main .rich-box {
  padding: 0 100px 30px;
}
.solut-main .rich-box p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
  /*text-indent: 2rem;*/
  letter-spacing: 1px;
  text-align: justify;
}
.solut-main .rich-box img {
  width: calc(100% - 100px);
  display: block;
  margin: 30px auto;
  max-width: 100%;
}
.solut-main .rich-box .from {
  text-align: right;
}
.solut-main .prolist-ul {
  margin-left: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.solut-main .prolist-ul li {
  max-width: 380px;
  flex: 1;
  margin-left: 0;
  margin-bottom: 30px;
}
.solut-main .prolist-ul li + li {
  margin-left: 30px;
}
.solut-main .prolist-ul .img-box {
  height: 320px;
}
.solut-main .case-list {
  margin-bottom: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.solut-main .case-list li {
  flex: 1;
  height: auto;
}
.solut-link {
  border-top: 1px dashed #989898;
  padding: 20px 100px 0;
}
.solut-link a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.solut-link a:hover {
  text-decoration: underline !important;
  color: #0264C3;
}
/*
* 项目案例
*/
.case-list {
  margin: 50px -30px 50px 0;
  font-size: 0;
}
.case-list li {
  display: inline-block;
  width: 30%;
  max-width: 380px;
  height: 400px;
  margin-right: 30px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.case-list img {
  width: 100%;
  height: 100%;
}
.case-list p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: MicrosoftYaHei;
  padding-left: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case-list li:hover img {
  animation: pulse 1s;
  animation-iteration-count: 1;
}
.dropdown-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  position: relative;
}
.dropdown-box button {
  padding: 15px 20px;
  background-color: #ffffff;
  width: 165px;
  border: 1px solid #989898;
  text-align: left;
  position: relative;
}
.dropdown-box span {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 1;
}
.dropdown-box .iconfont {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  float: right;
}
.dropdown-box ul {
  display: none;
  position: absolute;
  left: 0;
  top: 51px;
  width: 165px;
  border: 1px solid #989898;
  border-top: none;
  padding: 0 12px;
  z-index: 10;
  background-color: #ffffff;
}
.dropdown-box li {
  padding: 15px 0;
  border-bottom: 1px dashed #989898;
}
.dropdown-box li a {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  text-align: center;
}
.dropdown-box li:last-child {
  border-bottom: none;
}
.dropdown-box .on a {
  color: #EB1C12;
}
.dropdown-box .active {
  border-color: #EB1C12;
}
.dropdown-box .active span,
.dropdown-box .active .iconfont {
  color: #EB1C12;
}
/*
* 服务支持
*/
.service-body .pagination {
  text-align: left;
  padding-left: 50px;
}
.service-body .link-list {
  padding: 20px 50px;
}
.service-body .link-list li {
  padding: 12px 20px;
  border-bottom: 1px dashed #989898;
}
.service-body .link-list a {
  display: block;
  color: #333333;
  line-height: 30px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.service-body .link-list p {
  display: inline-block;
  width: calc(100% - 100px);
  color: #333333;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-body .link-list span {
  float: right;
}
.service-body .link-list li:hover a,
.service-body .link-list li:hover p,
.service-body .link-list li:hover span {
  color: #EB1C12;
}
.servi-nav {
  font-size: 0;
  border-bottom: 1px solid #989898;
  height: 60px;
}
.servi-nav a {
  display: inline-block;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #000000;
  padding-bottom: 40px;
  line-height: 1;
}
.servi-nav a + a {
  margin-left: 100px;
}
.servi-nav .on {
  color: #EB1C12;
  box-shadow: 0 2px 0 #EB1C12;
}
.servi-nav a:hover {
  color: #EB1C12;
}
.servi-list {
  padding: 20px 0;
}
.servi-list li {
  font-size: 0;
  padding: 30px 50px;
  border-bottom: 1px solid #989898;
}
.servi-list .video-box {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
}
.servi-list .video-box video {
  width: 100%;
}
.servi-list .text-box {
  width: calc(100% - 450px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}
.servi-list h4 {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.servi-list h6 {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 1;
  margin: 15px 0 36px;
}
.servi-list p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.servi-list a {
  display: inline-block;
  height: 30px;
  border: 1px solid #CDCDCD;
  border-radius: 15px;
  margin-top: 36px;
  text-align: center;
  padding: 1px 10px 0px 12px;
}
.servi-list a span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.servi-list a .iconfont {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 14px;
  color: #666666;
}
.servi-list li:hover a {
  border-color: #EB1C12;
}
.servi-list li:hover h4,
.servi-list li:hover span,
.servi-list li:hover .iconfont {
  color: #EB1C12;
}
/*
* 关于我们
*/
.about-body .servi-nav {
  padding: 0 120px;
}
.about-body .adv-p {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 1;
  margin: 30px auto;
  text-align: center;
}
.about-body .cont-p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 1;
  margin: 30px auto;
  text-align: center;
}
.about-body .img-bglist {
  font-size: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.about-body .img-bglist li {
  max-width: 390px;
  width: 33%;
  height: 500px;
  position: relative;
}
.about-body .img-bglist img {
  width: 100%;
  height: 100%;
}
.about-body .img-bglist .mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.about-body .img-bglist ._center {
  width: 100%;
  padding: 20px 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-body .img-bglist .iconfont {
  font-size: 56px;
  color: #fff;
  line-height: 1;
}
.about-body .img-bglist h4 {
  margin: 16px 0;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
.about-body .img-bglist p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}
.about-body .img-bglist li:hover .mask {
  display: block;
}
.about-body .slide-box {
  position: relative;
  margin: 0 auto 60px;
}
.about-body .slide-box .tempWrap {
  width: 100% !important;
}
.about-body .slide-box ul {
  font-size: 0;
}
.about-body .slide-box li {
  display: inline-block;
}
.about-body .slide-box li img {
  width: 100%;
  height: 100%;
}
.about-body .prev,
.about-body .next {
  width: 40px;
  height: 40px;
  background: #989898;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
}
.about-body .prev .iconfont,
.about-body .next .iconfont {
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
}
.about-body .prev {
  left: -50px;
}
.about-body .next {
  right: -50px;
}
.about-body .prev:hover .iconfont,
.about-body .next:hover .iconfont {
  color: #EB1C12;
}
.about-body .honor-slide .prev,
.about-body .honor-slide .next {
  border-radius: 50%;
}
.about-body .honor-slide .prev {
  left: -80px;
}
.about-body .honor-slide .next {
  right: -80px;
}
.about-list {
  padding-left: 22px;
}
.about-list li {
  position: relative;
  padding: 0 0 40px 50px;
  border-left: 1px dashed #EB1C12;
}
.about-list .i-box {
  position: absolute;
  left: -30px;
  top: 0;
  width: 60px;
  height: 72px;
  background-color: #fff;
}
.about-list .iconfont {
  font-size: 60px;
  background: linear-gradient(to top, #e52027, #f1af53);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
}
.about-list h4 {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin-bottom: 15px;
  padding-top: 10px;
  line-height: 1;
}
.about-list p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.about-list li:last-child {
  border-left: none;
}
.about-slide li {
  width: 380px !important;
  height: 200px;
  padding-right: 20px;
}
.about-swiper,
.honor-swiper {
  display: none;
  border: 1px solid #989898;
  border-radius: 10px;
}
.about-swiper .swiper-slide img,
.honor-swiper .swiper-slide img {
  width: 100%;
}
.about-swiper .swiper-pagination-bullet-active,
.honor-swiper .swiper-pagination-bullet-active {
  background-color: #EB1C12;
}
.honor-slide li {
  width: 320px !important;
  height: 240px;
  padding-right: 20px;
}
.news-nav {
  width: 220px;
  margin-top: 50px;
  font-size: 0;
}
.news-nav h2 {
  width: 100%;
  height: 120px;
  background: #EB1C12;
  line-height: 120px;
  text-align: center;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.news-nav p {
  display: block;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  border-bottom: 1px dashed #989898;
  cursor: pointer;
}
.news-nav p a{color: #333333;}
.news-nav .on a {
  color: #EB1C12;
}
.news-nav p:hover a{
  color: #EB1C12;
}
.news-body {
  margin-top: 50px;
  width: calc(100% - 280px);
}
.news-body ul {
  margin-bottom: 50px;
}
.news-body li {
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(102, 102, 102, 0.3);
  padding: 20px;
}
.news-body a {
  display: block;
  font-size: 0;
}
.news-body .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.news-body .img-box img {
  width: 100%;
  height: 100%;
}
.news-body .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 340px);
  margin-left: 40px;
}
.news-body h4 {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 10px;
}
.news-body h6 {
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
  height: 48px;
  margin-bottom: 38px;
}
.news-body p {
  display: inline-block;
}
.news-body p span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  margin-left: 8px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.news-body p + p {
  margin-left: 50px;
}
.news-body .iconfont {
  font-size: 18px;
  line-height: 1;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}
.news-body p:last-child .iconfont {
  font-size: 24px;
}
.news-body li:hover img {
  animation: pulse 1s;
  animation-iteration-count: 1;
}
.news-body li:hover h4 {
  color: #EB1C12;
}
.news-body .pagination {
  text-align: left;
}
.map-box {
  width: 100%;
  height: 700px;
}
.map-box img {
  height: 100%;
}
.contact-ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 90px 0 60px;
}
.contact-ul li {
  width: 33%;
  max-width: 315px;
  min-height: 315px;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  padding: 92px 40px 30px;
  box-shadow: 0 1px 10px #d9d9d9;
  text-align: center;
}
.contact-ul li::before,
.contact-ul li::after {
  position: absolute;
  content: "";
  bottom: 12px;
  left: 15px;
  top: 80%;
  width: 45%;
  background: #999999;
  z-index: -1;
  -webkit-box-shadow: 0 20px 15px #999999;
  -moz-box-shadow: 0 20px 15px #999999;
  box-shadow: 0 20px 15px #999999;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.contact-ul li::after {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;
  left: auto;
}
.contact-ul .i-out {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  position: absolute;
  top: -79px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px;
  background: linear-gradient(90deg, #0091ff, #00e0ff);
}
.contact-ul .iconfont {
  display: block;
  border: 24px solid #ffffff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-size: 38px;
  line-height: 90px;
  color: #fff;
}
.contact-ul h2 {
  font-size: 20px;
  color: #666;
  line-height: 1;
  margin-bottom: 20px;
}
.contact-ul p {
  min-height: 80px;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.contact-ul a {
  display: inline-block;
  margin: 20px auto 0;
  padding: 0 28px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(90deg, #0091ff, #00e0ff);
}
.contact-ul li:nth-child(2) .i-out,
.contact-ul li:nth-child(2) a {
  background: linear-gradient(90deg, #00cfe9, #00fdcd);
}
.contact-ul li:last-child .i-out,
.contact-ul li:last-child a {
  background: linear-gradient(90deg, #f35656, #ff4379);
}
.contact-form {
  font-size: 0;
  margin-right: -60px;
  text-align: center;
  padding-top: 50px;
}
.contact-form .input-box {
  display: inline-block;
  margin-bottom: 45px;
  height: 56px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #666;
  margin-right: 60px;
  width: 50%;
  max-width: 470px;
  text-align: left;
}
.contact-form span {
  line-height: 56px;
  font-size: 20px;
  color: #666;
}
.contact-form input {
  display: inline-block;
  font-size: 20px;
  width: calc(100% - 65px);
}
.contact-form .area-box {
  width: 100%;
  max-width: 1000px;
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #666;
  font-size: 20px;
  text-align: left;
}
.contact-form .area-box textarea {
  width: 100%;
  height: 100%;
}
.contact-btn {
  display: block;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 400px;
  height: 50px;
  background: linear-gradient(90deg, #EB1C12 0%, #ED524A 100%);
  box-shadow: 0px 2px 4px 0px rgba(102, 102, 102, 0.7);
  border-radius: 10px;
  line-height: 50px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  text-align: center;
}

/* 新修改的联系我们 */
.kuaijie{ width: 100%; margin: 30px 0; border-bottom: 1px solid #d9d9d9; line-height: 50px;}
.kuaijie span{ font-size: 1.5em; color: #666;}
.kuai_lie{ margin: 20px 0;}
.kuai_lie ul{ display: flex; }
.kuai_lie ul li{   width: 25%; margin: 0 0 20px;}
.kuai_lie ul li a{ display:block; width:90%; height:50px; line-height:50px; margin:0 auto; text-align:center; border-radius:25px; border:2px solid #fff; box-shadow:2px 2px 2px 0 rgba(0,0,0,.4); font-size:22px; color:#333333;
  background:-moz-linear-gradient(top,#ffffff,#dddddd);/*Mozilla*/
  background: -webkit-linear-gradient(top,#ffffff,#dddddd);
  background: -o-linear-gradient(top,#ffffff, #dddddd);
  background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#dddddd 100%); /* W3C */
  }
.kuai_lie ul li a span{ padding-left:44px;}

.guanzhu{ margin: 20px 0;}
.guanzhu ul{ display: flex;flex-wrap:nowrap;}
.guanzhu ul li{ width:50% ;  text-align: center;}
.guanzhu ul li .picc{ width:180px; height:180px; margin:0 auto ; overflow:hidden;}
.guanzhu ul li .picc img{ width:180px; height:180px;}
.guanzhu ul li p{ line-height:34px; font-size:1.3em; color: #666;}

.conta{ margin: 20px 0;}
.conta h3{ font-size: 1.6em; line-height: 2.2em;}
.conta p{ font-size: 1em;}

.yang_tu{ width: 100%; text-align: center; margin: 20px 0;}
.yang_tu img{max-width: 100%;}
.liuyan{padding: 20px 0 0 0; border-top: 1px solid #dddddd;}

.contact-boxs{margin-top: 40px;}
.row11{ width: 100%;overflow: hidden; display: flex; margin: 0 0 10px;}
.row11 span{
	float: left; padding: 0 10px 0; width: 15%;
	position: relative;
	font-size: 15px;
	color: #666;
  text-align: right;
  line-height: 42px;
}
.row11 span::after{
	content: "";
	width: 9px;
	height: 9px;
	position: absolute;
	right: -7px;
	top: 0;	}
.row11 input,.row11 textarea{
	width:80%;
	height: 42px;
	border: 1px solid #ccc;
}
.row11 textarea{
	min-height: 200px;
}
.row11 i{ color: #EB1C12;}
.sub_mint_order button{
	font-size: 19px;
	text-align: center;
	color: #fff;
	width: 264px;
	height: 50px;
	line-height: 50px;
	background: #EB1C12;
	margin-top: 30px; margin-left: 15%;
	border: none;
	border-radius: 4px;
}

.zixun{ margin: 20px 0;}
.dingzhi{margin: 20px 0;}
.dingzhi ul{ display: flex; flex-wrap:wrap}
.dingzhi ul li{ width: 16.6666%;}
.dingzhi ul li img{ width: 100%;}
.dingpp p{ text-align: center; font-size: 16px;}
.zixun h5{ font-size: 18px; line-height: 40px; font-weight: bold; margin: 10px 0;}
.linn{ background: #f3f3f5; padding: 10px; width: 95%;}
.linn_main{border: 1px dashed #cacaca; padding:10px 15px;}
.linn_main p{ font-size: 15px;}


/*
* 响应式适配
*/
@media only screen and (max-width: 1200px) {
  .web-header {
    padding: 20px;
  }
  .home-header {
    padding: 20px;
  }
  .home-header .logo-box {
    margin-left: 0;
  }
  .homeplace-nav {
    width: 168px;
  }
  .pronav-box {
    top: 102px;
  }
  .home-banner .pronav-box {
    top: 94px;
  }
  .home-place .right {
    width: calc(100% - 188px);
  }
  .homeabout {
    padding: 0 20px;
  }
  .homenums {
    padding: 0 20px;
  }
  .web-footer .footer-t {
    padding: 50px 20px;
  }
  .web-footer .footer-b {
    padding: 20px;
  }
  .pro-main .left {
    margin-left: 20px;
  }
  .pro-main .right {
    width: calc(100% - 360px);
    margin-right: 20px;
  }
  .solut-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .solut-list li {
    margin-right: 20px;
  }
  .servi-nav .maintain {
    padding: 0 40px;
  }
  .about-body .servi-nav {
    padding: 0;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .about-slide li {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
.home-banner .bg {
  height: auto;
  min-height: auto;
}
.homenums {
  width: 100%;
  overflow-x: scroll;
  overflow-y: clip;
  white-space: nowrap;
  display: block;
  flex-flow: nowrap;
  justify-content: unset;
}
.homenums li + li {
  margin-left: 40px;
}
  .logo-box {
    width: 100px;
    height: auto;
  }
  .nav-b-h5 {
    margin-left: 20px;
  }
  .home-header .head-nav {
    margin-top: 10px;
  }
  .home-header .head-nav .nav-b {
    display: none;
  }
  .home-header .nav-b-h5 {
    display: block;
  }
  .head-nav {
    margin-top: 10px;
  }
  .head-nav .nav-t {
    display: inline-block;
  }
  .head-nav .input-box {
    margin-left: 20px;
  }
  .head-nav ._tell {
    margin-left: 20px;
  }
  .head-nav ._tell .iconfont {
    font-size: 20px;
  }
  .head-nav ._tell span {
    font-size: 14px;
  }
  .head-nav .nav-b {
    margin-top: 20px;
  }
  .head-nav .navr-a {
    margin-left: 0;
  }
  .case-list {
    margin-right: -20px;
  }
  .case-list li {
    width: 31%;
    height: 320px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .pro-main .left {
    width: 200px;
  }
  .pro-main .right {
    width: calc(100% - 260px);
  }
  .pro-main .pagination {
    padding-left: 200px;
  }
  .web-footer .l-box {
    max-width: 100%;
  }
  .web-footer .c-box {
    padding-left: 0;
  }
  .web-footer .c-box p {
    display: block;
  }
  .web-footer .c-box .img-box {
    display: none;
    margin-left: 0;
    margin-right: 20px;
  }
  .web-footer .c-box img {
    margin-bottom: 10px;
  }
  .web-footer .r-box {
    margin-top: 20px;
  }
  .promain-top .swiper-box {
    max-width: 100%;
  }
  .promain-top .text-box {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .promain-top .slide-box {
    text-align: center;
  }
  .promain-top .text-box a {
    float: right;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  .solut-main .rich-box {
    padding: 0 40px 30px;
  }
  .solut-main .case-list {
    margin-right: -20px;
  }
  .solut-main .case-list li {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .solut-main .prolist-ul li {
    border: none;
  }
  .solut-main .prolist-ul li + li {
    margin-left: 20px;
  }
  .solut-main .prolist-ul .img-box {
    height: 240px;
  }
  .solut-link {
    padding: 20px 40px 0;
  }
  .dropdown-box {
    margin: 0 0 0 50px;
  }
  .servi-nav .maintain {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .servi-nav a + a {
    margin-left: 50px;
  }
  .about-slide,
  .honor-slide {
    display: none;
  }
  .about-swiper,
  .honor-swiper {
    display: block;
  }
  .news-nav {
    float: unset;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 20px;
    padding: 0 20px;
  }
  .news-nav h2 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .news-nav p {
    padding: 10px 0;
    font-size: 16px;
  }
  .news-body {
    width: 100%;
    float: unset;
    padding: 0 20px;
  }
  .news-body .pagination {
    text-align: center;
  }
  .contact-ul li {
    padding: 92px 10px 30px;
  }
  .contact-ul p {
    font-size: 14px;
  }
  .contact-form {
    padding: 0 20px;
    margin-right: 0;
  }
  .contact-form .input-box {
    width: 48%;
    margin-right: 0;
  }
  .contact-form .input-box:nth-child(2n+1) {
    margin-right: 20px;
  }
  .service-body .pagination {
    text-align: center;
  }

  .banner-title {
    bottom: 100px;
    left: 9%;
  }
  .banner-title h2 {
    font-size: 35px;margin-bottom: 5px;
  }
  .promain-top .text-box a {
    float: right;
    margin-top: 5px;
  }
  .promain-top .text-box a.screen_width{display: none;}
}
@media only screen and (min-width: 1000px) {
.promain-top .text-box h2 a {
    display: none;
  }
  .promain-top .text-box a.screen_width{display: block;}
}
@media only screen and (max-width: 768px) {
  .nav-b-h5 {
    margin-left: 0px;
  }
  .web-header {
    padding: 5px 10px;
  }
  .web-header .nav-b {
    display: none;
  }
  .web-header .nav-b-h5 {
    display: block;
  }
  .home-banner {
    margin-bottom: 10px;
  }
  .home-header ._tell {
    display: none;
  }
  .nav-b-h5 .navr-a {
    font-size: 14px;
  }
  .nav-b-h5 .navr-a .nav {
    padding: 0 2px;
  }
  .nav-b-h5 .navr-a .iconfont {
    font-size: 30px;
  }
  .nav-b-h5 .navr-a:first-child,
  .nav-b-h5 .navr-a:nth-child(2) {
    display: none;
  }
  .h5nav-list a:nth-child(7) {
    border-bottom: 1px dashed #989898;
  }
  .h5nav-list .none {
    display: block;
  }
  .bgfff,
  .bgf6 {
    padding: 20px 0;
  }
  .home-title ._eng {
    font-size: 18px;
  }
  .home-title h4 {
    font-size: 28px;
  }
  .home-title span {
    width: 120px;
  }
  .icon-ul li {
    padding: 20px 0 10px;
  }
  .icon-ul img {
    height: 40px;
    margin-bottom: 20px;
  }
  .icon-ul p {
    font-size: 16px;
    line-height: 20px;
  }
  .icon-ul span {
    font-size: 12px;
    line-height: 16px;
  }
  .home-place {
    padding-bottom: 50px;
  }
  .home-place .maintain {
    margin-top: 20px;
    height: auto;
  }
  .home-place .right {
    /*float: none;
    width: 100%;
    height: auto;*/
    width: calc(100% - 86px);
  }
  .home-place .top-img p {
    font-size: 16px;
  }
  .home-place .bot-img {
    position: static;
    margin-top: 20px;
  }
  .home-place .bot-img li + li {
    margin-left: 0;
  }
  .homeplace-nav {
    /*float: none;
    width: 100%;
    overflow-x: scroll;
    font-size: 0;*/
    white-space: nowrap;
    width: 80px;
  }
  .homeplace-nav li {
    /*display: inline-block;*/
    width: 80px;
  }
  .homeplace-nav .on span {
    display: none;
  }
  .homeplace-nav p {
    font-size: 16px;
    padding: 1px 10px;
    line-height: 45px;
  }
  .homeabout .left,
  .homeabout .right {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .homeabout .home-title ._eng {
    font-size: 28px;
  }
  .homeabout .left a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
  }
  .homeabout ._h2-box p {
    font-size: 46px;
  }
  .homeabout ._h2-box h2 {
    font-size: 20px;
    line-height: 50px;
  }
  .homepartner ul {
    margin-top: 30px;
  }
  .homepartner li {
    margin: 0 10px 10px 0;
  }
  .homepartner .link-box {
    padding-left: 10px;
  }
  .web-footer .top-link {
    display: none;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 20px;
  }
  .web-footer .footer-t {
    display: none;
    padding: 10px 20px;
  }
  .web-footer .footer-b {
    padding: 10px 20px 10px;
    line-height: 20px;
    position: relative;
    text-align: center;
  }
  .web-footer .r-box {
    display: none;
  }
  .web-footer .l-box {
    margin-bottom: 10px;
  }
  .web-footer .footer-b img {
    width: 80px;
    margin-right: 20px;
  }
  .web-footer .flo-right {
    padding: 10px 0 10px 20px;
    width: calc(100% - 140px);
  }
  .web-footer .flo-right p {
    margin-bottom: 10px;
  }
  .web-footer .login {
    margin-top: -10px;
  }
  .web-footer .login a {
    display: inline-block;
    font-size: 12px;
  }
  .banner-box {
    height: 238px;
  }
  .banner-box .bg {
    width: 900px;
  }
  .home-banner .bg {
    width: 100%;
  }
  .banner-title {
    bottom: 50px;
    left: 5%;
  }
  .banner-title h2 {
    font-size: 23px;margin-bottom: 5px;
  }
  .banner-title p{ font-size: 16px;}
  .case-list {
    margin: 30px -1px 30px 0;
  }
  .case-list li {
    width: 50%;
    border-bottom: 1px solid #D5D5D5;
    margin: 0;
    padding: 8px;
  }
  .case-list li:nth-child(2n+1) {
    border-right: 1px solid #D5D5D5;
  }
  .case-list li:last-child,
  .case-list li:nth-last-child(2) {
    border-bottom: none;
  }
  .case-list p {
    font-size: 16px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
    display: block;
  }
  .pro-main {
    padding-top: 20px;
  }
  .pro-main .left,
  .pro-main .right {
    float: none;
    width: 100%;
    margin: 0;
  }
  .pro-main .pagination {
    padding-left: 0;
  }
  .pro-main .right {
    margin-top: 20px;
  }
  .pro-main .search-box {
    position: absolute;
    right: 15px;
    top: 15px;
    width: calc(100% - 150px);
    margin-bottom: 0;
  }
  .pro-main .top-txt {
    padding: 15px 30px;
  }
  .pro-main .top-txt h2 {
    font-size: 20px;
  }
  .pro-main .nav-box ul {
    display: none;
  }
  .pro-main .nav-box h4 {
    padding: 8px 0;
    font-size: 16px;
  }
  .pro-main .nav-box a {
    font-size: 14px;
    padding: 8px 10px 8px 26px;
  }
  .pro-main .nav-box .title i {
    padding: 10px;
  }
  .prolist-ul {
    margin-left: 0;
    margin-right: -1px;
  }
  .prolist-ul li {
    max-width: 100%;
    margin: 0;
    width: 50%;
    border-radius: 0;
    border-bottom: 1px solid #D5D5D5;
  }
  .prolist-ul li:nth-child(2n+1) {
    border-right: 1px solid #D5D5D5;
  }
  .prolist-ul li:last-child {
    border-bottom: none;
  }
  .pro-main .prolist-ul li{
    width: 100%;
    background-color: #fff;
    text-align: center;
    margin-bottom: -14px;
    padding: 20px 0;
  }
  .pro-main .prolist-ul .img-box {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 120px;
  }
  .pro-main .prolist-ul .img-box img {
    width: 100%;
    height: auto;
  }
  .pro-main .prolist-ul .txt {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: left;
    padding-left: 30px;
  }
  .pro-main .prolist-ul li .iconfont {
    display: none;
  }
  .pro-main .prolist-ul h4 {
    line-height: 20px;
    height: auto;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .pro-main .prolist-ul p {
    padding: 0;
  }
  .pro-main .prolist-ul .txtgo {
    display: block;
    background: #EB1C12;
    line-height: 24px;
    color: #fff;
    font-size: 13px;
    margin-top: 20px;
    width: 130px;
    text-align: center;
  }
  .pro-main-h5 .prolist-ul .txt{
    padding: 0;
    width: 100%;
  }
  .pro-main-h5 .prolist-ul li a {
    display: block;
    width: 100%;
  }
  .pro-main-h5 .prolist-ul .img-box {
    width: 100%;
  }
  .pagination {
    padding-bottom: 40px;
  }
  .promain-nav {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .promain-nav li {
    padding: 0 15px;
  }
  .promain-item {
    padding: 20px 20px 30px;
  }
  .promain-item .others {
    margin-top: 20px;
  }
  .promain-top {
    padding: 20px;
  }
  .promain-top .img-box,
  .promain-top .slide-box {
    display: none;
  }
  .promain-top .swiper-container {
    display: block;
  }
  .promain-top .text-box h2 {
    font-size: 20px;
  }
  .promain-top .text-box p {
    font-size: 14px;
  }
  .solut-list {
    padding: 0;
    margin-right: -1px;
    margin-top: 0;
  }
  .solut-list li {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #D5D5D5;
  }
  .solut-list li:nth-child(2n+1) {
    border-right: 1px solid #D5D5D5;
  }
  .solut-list li:last-child,
  .solut-list li:nth-last-child(2) {
    border-bottom: none;
  }
  .solut-list .txt-box {
    padding: 20px;
  }
  .solut-list .txt-box h4 {
    font-size: 18px;
  }
  .dropdown-box {
    margin: 0 0 0 20px;
  }
  .dropdown-box span {
    font-size: 16px;
  }
  .pagination span + span {
    margin-left: 0;
  }
  .pagination span {
    width: 30px;
    line-height: 30px;
  }
  .solut-main .rich-box {
    padding: 0 20px 20px;
  }
  .solut-main .rich-box img {
    margin: 20px auto;
    width: 100%;
  }
  .solut-main .case-list {
    margin-top: 20px;
    margin-right: 0;
  }
  .solut-main .case-list li {
    margin-right: 0;
  }
  .solut-main .case-list p {
    font-size: 16px;
  }
  .solut-main .prolist-ul {
    display: block;
  }
  .solut-main .prolist-ul li {
    border-bottom: 1px solid #D5D5D5;
    border-right: none;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .solut-main .prolist-ul li:last-child {
    border-bottom: none;
  }
  .solut-main .prolist-ul li + li {
    margin-left: 0;
  }
  .solut-main .prolist-ul .img-box {
    height: 180px;
  }
  .solut-link {
    padding: 20px 20px 0;
  }
  .solut-link .left,
  .solut-link .right {
    float: unset;
    width: 100%;
  }
  .servi-nav {
    height: 40px;
  }
  .servi-nav .maintain {
    padding: 0 20px;
  }
  .servi-nav a {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .servi-nav a + a {
    margin-left: 10px;
  }
  .servi-list li {
    padding: 20px;
  }
  .servi-list .video-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .servi-list .text-box {
    width: 100%;
    margin-left: 0;
  }
  .servi-list h6 {
    margin: 10px 0 15px;
  }
  .servi-list p {
    font-size: 14px;
  }
  .servi-list a {
    float: right;
    margin-top: 20px;
  }
  .service-body .link-list {
    padding: 20px;
  }
  .service-body .link-list li {
    padding: 10px 0 0;
  }
  .service-body .link-list p {
    font-size: 14px;
    line-height: 24px;
    width: calc(100% - 80px);
  }
  .service-body .link-list a {
    font-size: 12px;
    line-height: 24px;
  }
  .service-body .pagination {
    padding-left: 0;
  }
  .about-body .img-bglist {
    margin-bottom: 0;
  }
  .about-body .img-bglist li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .about-body .img-bglist .mask {
    display: block;
  }
  .about-body .cont-p {
    font-size: 14px;
  }
  .pd50,
  .pd100 {
    padding: 0 20px;
  }
  .news-body li {
    margin-bottom: 20px;
  }
  .news-body .img-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-body .txt-box {
    width: 100%;
    margin-left: 0;
  }
  .news-body h6 {
    margin-bottom: 20px;
  }
  .contact-ul {
    padding: 20px 0;
  }
  .contact-ul li {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    min-height: auto;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 130px;
  }
  .contact-ul .i-out {
    width: 100px;
    height: 100px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact-ul .iconfont {
    line-height: 50px;
    font-size: 32px;
  }
  .contact-ul p {
    min-height: auto;
  }
  .map-box {
    height: 400px;
  }
  .contact-form .input-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
    height: 44px;
  }
  .contact-form span {
    font-size: 14px;
    line-height: 44px;
  }
  .contact-form .area-box {
    font-size: 14px;
  }
  .contact-form input {
    width: calc(100% - 45px);
  }
  .contact-form .input-box:nth-child(2n+1) {
    margin-right: 0;
  }
  .contact-btn {
    max-width: 300px;
    font-size: 16px;
  }


/* 新修改的联系我们 */
.phone{ padding: 0 20px;}
.kuaijie{ margin: 20px 0 15px;}
.kuai_lie ul {  flex-wrap:wrap; margin: 0;}
.kuai_lie ul li{ width: 100%;}
.kuai_lie ul li a{width: 60%;margin: 3px auto;}
.kuai_lie ul li a span{ font-size: 18px;}
.kuaijie span{ font-size: 1.2em;}
.guanzhu ul{display: block;}
.guanzhu ul li{width: 100%;text-align: center;}

.row11 span{ width: 30%;}
.sub_mint_order button{ margin-left: 32%;}
.dingzhi ul li{ width: 33.333333%;}

.homenums h4{font-size: 14px;}
.homenums p{font-size: 18px;line-height: 0.5;display: inline-block;}
.homenums li + li{margin-left: 12px;}
.sub_mint_order button{width: 225px;}

.row11 span{padding: 0px;}
.row11 i{padding: 0 5px;}
.pro-main-h5 .prolist-ul .img-box img{width: 30%;}
.prolist-ul h4{font-size: 18px; padding: 0;}
.prolist-ul li{background-color: rgba(0, 0, 0, 0.1);}
.prolist-ul .img-box{background: #fff;}
.login{float: none;display: block;margin-top: 8px;}
}


@media only screen and (max-width: 414px) {
  .news-nav h2{display: none;}
  .news-nav{margin-top: 0px;}
  .pro-main-h5 .prolist-ul li {
    width: 50% !important;
  }
  .logo-box {
    width: 80px;
  }
  .home-header .head-nav {
    margin-top: 5px;
  }
  .head-nav .nav-t {
    width: calc(100% - 150px);
  }
  .head-nav .input-box {
    margin-left: 12px;
    width: 100%;
  }
  .h5nav-list {
    width: 120px;
    padding: 0 10px;
  }
  .h5nav-list a {
    padding: 8px 10px;
    font-size: 14px;
  }
  .banner-title h2 {
    font-size: 28px;
  }
  .banner-title p {
    font-size: 18px;
  }
  .home-place .top-img .img-box {
    height: 240px;
  }
  .dropdown-box {
    margin-left: 10px;
  }
  .dropdown-box li {
    padding: 10px 0;
  }
  .dropdown-box li a {
    font-size: 14px;
  }
  .dropdown-box button {
    width: 140px;
  }
  .dropdown-box span {
    font-size: 14px;
  }
  .dropdown-box ul {
    width: 140px;
  }
  .case-list li {
    height: 240px;
  }
  .prolist-ul li {
    width: 100%;
    border-bottom: 1px solid #D5D5D5 !important;
  }
  .prolist-ul li:last-child {
    /*border-bottom: none !important;*/
  }
  .prolist-ul .img-box {
    height: 188px;
  }
  .prolist-ul .txt {
    padding-top: 10px;
  }
  .prolist-ul h4 {
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    line-height: 18px;
  }
  .pro-main {
    padding-top: 0px;
  }
  .pro-main .nav-box h4 {
    font-size: 14px;
  }
  .pro-main .nav-box a {
    font-size: 12px;
  }
  .pro-main .nav-box .title i {
    padding: 8px;
  }
  .promain-nav {
    height: 48px;
  }
  .promain-nav li {
    font-size: 16px;
    line-height: 48px;
    padding: 0 10px;
  }
  .promain-item {
    margin-top: 10px;
    padding: 15px 15px 20px;
  }
  .promain-top .text-box a {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .solut-list .txt-box h4 {
    font-size: 16px;
  }
  .solut-list .txt-box p {
    font-size: 12px;
  }
  .solut-list .txt-box span {
    margin-top: 20px;
  }
  .pagination span:hover {
    border-color: #CDCDCD;
    color: #333333;
  }
  .pagination span:hover .iconfont {
    color: #333333;
  }
  .web-footer .top-link li::after {
    margin: 0 10px;
  }
  .solut-h2 {
    font-size: 20px;
  }
  .page-title {
    margin: 20px auto;
  }
  .page-title h4 {
    font-size: 20px;
  }
  .page-title span {
    width: 90px;
  }
  .solut-main {
    padding-bottom: 0;
  }
  .solut-main .case-list {
    display: block;
  }
  .solut-main .case-list li {
    width: 100%;
    max-width: 100%;
  }
  .solut-link {
    padding: 20px 10px;
  }
  .pd50,
  .pd100 {
    padding: 0 10px;
  }
  .about-list li {
    padding: 0 0 20px 30px;
  }
  .about-list .i-box {
    height: 60px;
  }
  .about-list .iconfont {
    font-size: 50px;
  }
  .about-body .adv-p {
    font-size: 16px;
  }
  .news-nav {
    padding: 0;
  }
  .news-body {
    margin-top: 20px;
    padding: 0;
  }
  .news-body li {
    margin-bottom: 10px;
  }
  .news-body h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .contact-ul h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-ul p {
    line-height: 20px;
  }

  .promain-top .text-box a {
    float: right;
    margin-top: 5px;
  }

  .sub_mint_order button{width: 125px;}
  .banner-title h2 {font-size: 22px;margin-bottom: 5px; }
  .homeabout .videomask .iconfont {
    display: none;
  }
  .servi-nav .maintain {
    display: flex;
  }
  .servi-nav .maintain a {
    flex: 1;
  }
  .yang_tu p{
    display: block;
    overflow-x: scroll;
  }
}
