body {
  font-family: "微软雅黑" !important;
  margin: 0;
  padding: 0;
}

table {
  max-width: 100%;
  background: transparent;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  color: #333
}

ul,
li,
img,
p,
h1,
h2,
h3,
h4,
h5,
input,
dd,
dl,
ol,
dt,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

a {
  text-decoration: none !important;
}

.clearfix {
  clear: both;
}


header {
  width: 100%;
  height: 49px;
  background: #e6e6e6;
}

.nr {
  width: 1360px;
  height: 49px;
  margin: 0 auto;
}

.nr_left {
  width: 500px;
  height: 49px;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 49px;
  padding-left: 10px;
}

.nr_right {
  width: 220px;
  height: 49px;
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 49px;
}

.nr_right a {
  color: #666;
}

.logol {
  width: 100%;
  height: 122px;
}

.logol-main {
  width: 1360px;
  height: 122px;
  margin: 0 auto;
}

.logol-main-left {
  width: 940px;
  height: 122px;
  float: left;
}

.logol-main-left img {
  width: 100px;
  height: 61px;
  margin-top: 36px;
  float: left;
}

.logol-main-left .text-logo {
  display: inline-block;
  width: 240px;
  height: 61px;
  margin-top: 36px;
  float: left;
  text-align: center;
  line-height: 61px;
  font-size: 40px;
  font-weight: bold;
  color: var(--color);
}

.logol-main-left-wz {
  width: 680px;
  height: 90px;
  float: left;
  margin-left: 20px;
  margin-top: 16px;
  border-left: 1px solid #ccc;
}

.logol-title-one {
  color: var(--color);
  font-weight: 600;
  font-size: 26px;
  display: block;
  text-align: left;
  line-height: 66px;
  /* width: 580px; */
  height: 66px;
  margin-left: 20px;
}

.logol-title-two {
  color: #333;
  font-size: 20px;
  display: block;
  text-align: left;
  line-height: 30px;
  width: 664px;
  height: 30px;
  margin-left: 20px;
}

.logol-main-right {
  width: 300px;
  height: 122px;
  float: right;
}

.logol-main-right-left img {
  width: 52px;
  height: 52px;
  float: left;
  margin-left: 0px;
  margin-top: 35px;
}

.logol-main-right-right {
  width: 200px;
  height: 100px;
  float: left;
  text-align: left;
  line-height: 40px;
  color: #333;
  font-size: 18px;
  margin-top: 22px;
  margin-left: 10px;
}

.logol-main-right-right b {
  font-weight: 550;
  color: var(--color);
  font-size: 30px;
  font-family: arial;
}

/* 导航的css */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.navBar {
  position: relative;
  z-index: 1;
  background: #333333;
  color: #fff;
  height: 66px;
  line-height: 66px;
  margin-top: 10px;
}

.nav {
  width: 1360px;
  margin: 0 auto;
  font-family: "Microsoft YaHei", SimSun, SimHei;
}

.nav a {
  color: #fff;
}

.nav h3 {
  float: left;
  font-size: 100%;
  font-weight: normal;
  font-size: 18px;
}

.nav .m {
  float: left;
  position: relative;
  width: 130px;
  text-align: center;
}

.nav .s {
  float: left;
  width: 9px;
  text-align: center;
  color: #eee;
}

.nav h3 a {
  display: block;
  width: 130px;
  height: 66px;
  line-height: 66px;
  text-decoration: none;
}

.nav h3 a:hover {
  background: var(--color);
  color: #fff;
}

.nav .nav-css-header a:hover{
  color: #fff;
}

.active {
  color: #fff;
  background: var(--color);
}

.banner,
.fullSlide,
.fullSlide .bd li,
.fullSlide .bd li a {
  height: 800px;
}

.fullSlide {
  width: 100%;
  position: relative;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 800px !important;
}

.fullSlide .bd ul {
  width: 100% !important;
  height: 800px !important;
}

.fullSlide .bd li {
  width: 100% !important;
  overflow: hidden;
  text-align: center;
  background-position: center top;
}

.fullSlide .bd li a {
  display: block;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100px;
  height: 8px;
  margin: 1px;
  overflow: hidden;
  background: #DEDEDE;
  line-height: 999px;
}

.fullSlide .hd ul .on {
  background: var(--color);
}

.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 5%;
  z-index: 1;
  width: 40px;
  height: 60px;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
  width: 73px;
  height: 73px;
}

.fullSlide .prev {
  background: url(../images/left1s.png) no-repeat;
}

.fullSlide .next {
  left: auto;
  right: 5%;
  background: url(../images/right1s.png) no-repeat;
}


.search {
  width: 100%;
  height: 46px;
  background: #eee;
}

.searchn {
  width: 1360px;
  height: 46px;
  margin: 0 auto;
}

.key {
  width: 600px;
  height: 46px;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 46px;
  padding-left: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.key a {
  color: #666;
}

.frame {
  width: 328px;
  height: 37px;
  float: right;
  margin-top: 9px;
  margin-right: 75px;
}

.frame_z {
  width: 276px;
  height: 26px;
  border: 1px #a7a7a7 solid;
  float: left;
}

.frame_z input {
  width: 251px;
  height: 26px;
  background: none;
  border: none;
  outline: none;
  padding-left: 10px;
}

.frame_y {
  width: 42px;
  height: 28px;
  float: left;
}

.frame_y input {
  width: 42px;
  height: 28px;
  cursor: pointer;
  background: var(--color);
  color: white;
}


/* 清除浮动 */
.clearfix12:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix12 {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/* 利金流程 */
.dzlij_waterc {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.dzlij_watercimg {
  width: 1360px;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
}

.dzlij_watercimg a img {
  width: 951px;
  height: 28px;
}

.dzlij_waterconet {
  width: 1360px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.dzlij_waterconet1 {
  width: 190px;
  float: left;
}

.dzlij_watericon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dzlij_watericon img {
  width: 60px;
  height: 60px;
}

.dzlij_watertitley,
.dzlij_watertitlez {
  text-transform: uppercase;
  text-align: center;
}

.dzlij_watertitley {
  margin-top: 20px;
  font-size: 12px;
}

.dzlij_watertitlez {
  margin-top: 4px;
  font-size: 20px;
}

.dzlij_watertitley a {
  color: #666;
}

.dzlij_watertitlez a {
  color: #333333;
}

.dzlij_waterconet1:hover .dzlij_watertitley a {
  color: var(--color);
}

.dzlij_waterconet1:hover .dzlij_watertitlez a {
  color: var(--color);
}

.dzlij_waterconet1:hover .dzlij_watericon img {
  transform-origin: 50% 50%;
  animation: xz 2s linear 0s infinite;

}

@keyframes xz {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* 产品中心 */
/* 所有大标题 */
.hm_anytitel {
  text-align: center;
  margin-top: 70px;
}

.hm_anytitel>h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color);
}

.hm_anytitel>h2 span {

  color: #333;
}

.hm_anytitel>p {
  font-size: 24px;
  color: #666666;
  margin-top: 10px;
}

/* 内页产品中心 */
.project_center {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 10px 0 60px 0;
}

.tabPanel {
  width: 1360px;
  height: auto;
  margin: 40px auto 20px auto;
}

.tabPanelTwo {
  width: 1360px;
  height: auto;
  margin: 30px auto 20px auto;
  display: flex;
}

.prj_cta1,
.panes {
  /* float: left; */
}

.prj_cta1 {
  /* width: 270px; */
  height: auto;
  /* background-color: var(--color); */
  /* text-align: center; */
}

.prj_cta1_two {
  margin-left: 15px;
}

.prjrtitel {
  width: 270px;
  height: 114px;
  color: #FFF;
}

.prj_cta3 a {
  color: #333;
}

.prjrtitel2 {
  font-size: 14px;
  margin-top: -25px;
}


.tabPanel .prj_cta2_two .prj_cta3:hover {
  background-color: var(--color);
  color: #fff;
}

.tabPanel .prj_cta2_two .prj_cta3:hover a {
  color: #fff;
}

.prjrtitel1 {
  font-size: 36px;
  line-height: 114px;

}

.productstelTwo {
  background-color: #f7f7f7;
  padding: 0 15px 15px 15px;

}

.productstipone1Two {
  display: flex;
  margin-bottom: 5px;
  color: #666;
}

.productstel {
  background-color: var(--color);
  height: 100px;
  width: 251px;
}

.productsteipone,
.productstipone1 {
  /* float: left; */
  color: #333;
}

.productsteipone img {
  width: 60px;
  height: 60px;
  margin-top: 18px;
  margin-left: 12px;
}

.productstipone1 {
  text-align: left;
  margin-top: 20px;
  margin-left: 8px;
}

.productstipone2 {
  font-size: 16px;
}

.productstipone3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.prj_cta2 {
  /* width: 240px; */
  height: auto;
  /* background-color: #FFF; */
  padding-bottom: 16px;
  padding-top: 8px;
  /* margin: 10px auto; */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.prj_cta2>li {
  height: auto;
  /* width: 240px; */
  /* margin-top: 20px; */
  font-size: 18px;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.prj_cta3 {
  /* width: 200px; */
  /* height: 44px; */
  /* margin: 10px auto; */
  /* line-height: 44px; */
  /* border: 1px solid #ccc; */
}

.lian_xite_4 {
  margin-top: 20px;
  width: 240px;
  height: auto;
  padding: 10px 0;
  padding-left: 30px;
  border-top: 1px solid #FFFFFF;
  text-align: left;
}

.lian_xitel {
  font-size: 22px;
}

.lian_xite3 {
  font-size: 18px;
  margin-top: 10px;
}

.tabPanel ul {
  height: auto;
  list-style-type: none;
}

.tabPanel ul li {
  list-style-type: none;
}

.tabPanel .hit .prj_cta3 {
  /* border: 0; */
  border: 1px solid var(--color);
  color: var(--color);
}

.panes_pro {
  /* width: 920px; */
  height: auto;
  /* float: left; */
}

.panes_pro1 {
  color: #666666;
  width: 870px;
  height: auto;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
  margin-left: 14px;
}

.wf_more {
  float: right;
  margin-right: 18px;
}

.panes_pro1 a {
  color: #666666;
  margin-left: 16px;
}

.panes {
  /* width: 920px; */
  height: auto;
  /* padding: 16px 10px; */
  width: 100%;
}

.pane {
  /* display:none; */
  /* width: 920px; */
  /* padding: 15px; */
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  justify-content: space-evenly;
  /* padding-top: 15px; */

}

.pane-project-small {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  justify-content: space-evenly;
}

.dzlj_projects-small{
  width: 220px;
  margin-bottom: 10px;
  position: relative;
}

.dzlj_projects1-small{
  width: 220px;
  height: 80px;
}

.dzlj_projects-small:hover .dzlj_projects1-small a img {
  transform: scale(1.1);
}

.dzlj_projects1-small img{
  width: 220px;
  height: 80px;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.project-image-cover {
  display: none;
  width: 430px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(212, 4, 44, 0.85);
  transition-duration: 3s;
}

.dzlj_projects3-three a {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 400px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  line-height: 2;
}

.dzlj_projects3-three a:hover{
  color: #fff;
}

.project-image-cover-add {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-image-cover-add img {
  width: 30px;
  height: 30px;

}

.dzlj_projects:hover .project-image-cover {
  display: block;
  cursor: pointer;
}

.dzlj_projects {
  width: 430px;
  /* float: left; */
  /* margin-left: 25px; */
  /* margin-top: 16px; */
  margin-bottom: 10px;
  position: relative;
}

.dzlj_projects1 {
  width: 430px;
  height: 300px;
}

.dzlj_projects1 img{
  width: 430px;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.dzlj_projects:hover .dzlj_projects1 a img {
  transform: scale(1.1);
}

.dzlj_projects2 {
  width: 272px;
  height: 48px;
  background-color: #333333;
}

.dzlj_projects3 {
  margin-top: 10px;
  /* margin-left: 10px; */
  /* width: 140px; */
  /* float: left; */
  font-size: 16px;
  text-align: center;

}

.dzlj_projects3-two {
  margin-top: 30px;
}

.dzlj_projects3 a {
  display: block;
  color: #FFFFFF;
  /* width: 272px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dzlj_projects3-two a {
  font-size: 20px;
  font-weight: bold;
}

.dzlj_projects3-two a:hover{
  color: #fff;
}

.dzlj_projects4 {
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.dzlj_projects4 img {
  width: 30px;
  height: 30px;
}

.dzlj_projects:hover .dzlj_projects2 {
  background-color: var(--color);
}

.hm_projectr2 {
  float: left;
  width: 270px;
  height: 202.5px;
  margin-top: 14px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}

.hm_projectr3 {
  width: 270px;
  height: 202.5px
}

.hm_projectr3 img {
  width: 270px;
  height: 202.5px
}

.hm_projectr4 {
  z-index: 2;
  line-height: 46px;
  color: #FFF;
  text-align: center;
  width: 270px;
  height: 46px;
  position: absolute;
  top: 157px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hm_projectr2:hover .hm_projectr4 {
  transition: height 1s;
  -webkit-transition: height 1s;
  /* Safari */
  top: 0;
  height: 202.5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.hm_projectr2:hover .hm_projectr5 {
  margin-top: 50px;
  font-size: 20px;

}

.hm_projectr6,
.hm_projectr7,
.hm_projectr7 a {
  display: none;
}

.hm_projectr2:hover .hm_projectr6,
.hm_projectr7 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  /* Safari */
  display: block;
}

.hm_projectr2:hover .hm_projectr7>a {
  display: block;
}

.hm_projectr6 {
  margin-top: -20px;
}

.hm_projectr5 {
  font-size: 16px;
}

.hm_projectr7 a {
  text-decoration: none;
  color: #FFF;
}

/*横幅*/
.hf {
  width: 100%;
  height: 297px;
  background: url(../images/hengfu_02.jpg) no-repeat center;
}

.hf_z {
  width: 1360px;
  height: 297px;
  margin: 0 auto;
}

.hf_right1 {
  font-size: 22px !important;
}

.hf_right {
  width: 272px;
  height: 56px;
  margin-top: 72px;
  float: right;
}

.hf_right p {
  float: left;
  font-size: 34px;
  font-family: arial;
  width: 289px;
  color: #fff;
  margin-top: 6px;
}

.hf_right a {
  display: block;
  float: left;
  width: 232px;
  height: 52px;
  line-height: 70px;
  text-align: center;
  color: #FFF;
}

/* 优势 */
.ltzj_ys {
  width: 100%;
  height: auto;
}

.ltzj_ysc {
  width: 1360px;
  margin: 40px auto;
}

.ltzn_xxk {
  width: 1360px;
  height: 430px;
}

.ltzj_ysl,
.ltzj_ys2 {
  width: 600px;
  height: 430px;
  float: left;
}

.ltzj_ysl img {
  width: 600px;
  height: 430px;
}

.ltzj_ys2 h2 {
  color: #333;
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
}

.ltzj_xbt {
  color: #888;
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
  text-transform: uppercase;
}

.ltzn_box {
  margin: 30px auto;
  width: 80px;
  height: 2px;
  background-color: black;
}

.ltzn_connet1 {
  width: 500px;
  margin: 40px auto;
  line-height: 34px;
  color: #666666;
  font-size: 16px;
  text-indent: 2rem;
}

.ltzn_btnz {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  margin: 0 auto;
}

.ltzn_btnz a {
  color: #FFF;
  font-size: 18px;
}

.ltzn_xxk {
  display: none;
}

.ltzj_list {
  margin: 20px auto;
  width: 1360px;
}

.ltzn_first {
  width: 360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.ltzn_first li {
  list-style: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #e5e5e5;
  text-align: center;
  float: left;
  line-height: 56px;
  font-size: 24px;
}

.ltzn_first .cit {
  background-color: var(--color);
  color: #FFF;
}

/* 成功案例 */
.letzn_case h2,
.letzn_case h2 span,
.letzn_case p {
  color: #FFF;
}

.kczh_yytd {
  width: 100%;
  margin-top: 80px;
  height: 830px;
  background-color: #f9f9f9;
  padding: 10px 0 40px 0;
  background-image: url(../images/casebj_02.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.kczh_yytdt h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.kczh_yytd2 {
  width: 1360px;
  overflow: hidden;
  margin: 0 auto;
}

.kczh_yytd1 {
  width: 600px;
  height: 450px;
  margin: 60px auto 30px auto;
}

.bot_lbimg img {
  width: 600px !important;
  height: 450px !important;
}

.bot_lbimg {
  list-style-type: none;
  width: 600px !important;
  height: 450px !important;

}

.ltzn_casem {
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #FFF;
}

.ltzn_casem a {
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
}

.bot_lbimgme {
  list-style: none;
  width: 600px !important;
  height: 450px !important;
  position: relative;
}

.bot_lbimgme .carousel-btn {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: 0px;
  cursor: pointer;
}

.bot_lbimgme .carousel-prev-btn {
  left: -105px;
  background: url(../images/leftyt.png) no-repeat;
  background-size: 100% 100%;
}

.bot_lbimgme .carousel-next-btn {
  right: -105px;
  background: url(../images/rightyt.png) no-repeat;
  background-size: 100% 100%;
}

.ft-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ft-carousel .carousel-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
  float: left;
  height: 100%;
}

.ft-carousel .carousel-item img {
  width: 100%;
}

.ft-carousel .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.ft-carousel .carousel-indicators span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
  background-color: var(--color);
}

.ft-carousel .carousel-btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 45px;
  margin-top: -25px;
  cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
  left: 0;
  background: url(../img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
  right: 0;
  background: url(../img/next.png) no-repeat;
}

/* 九大门牌 */
.qyfc {
  width: 1360px;
  height: 306px;
  margin: 80px auto;
}

.slideGroup12 {
  width: 1360px;
  text-align: left;
}

.slideGroup12 .parHd1 {
  height: 40px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.slideGroup12 .parHd1 ul {
  float: left;
  position: absolute;
  top: -1px;
  height: 40px;
  width: 411px;
}

.slideGroup12 .parHd1 ul li {
  float: left;
  cursor: pointer;
  color: #333;
  float: left;
  font-size: 18px;
  text-align: center;
}

.slideGroup12 .parHd1 ul li.on {
  height: 40px;
  color: #fff;
  background-color: var(--color);
  color: #FFF;
  font-size: 18px;
}

.slideGroup12 .slideBox12 {
  overflow: hidden;
  zoom: 1;
  padding: 10px 16px 10px 45px;
  position: relative;
}

.slideGroup12 .sPrev,
.slideGroup12 .sNext {
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
  width: 30px;
  height: 155px;
  border: 1px solid #ddd;
  background: url(../images/icoLeft.gif) center center no-repeat #f4f4f4;
}

.slideGroup12 .sNext {
  left: auto;
  right: 5px;
  background: url(../img/icoRight.gif) center center no-repeat #f4f4f4;
}

.slideGroup12 .sPrev:hover,
.slideGroup .sNext:hover {
  border-color: #0054b2;
}

.slideGroup12 .parBd1 ul {
  overflow: hidden;
  zoom: 1;
}

.slideGroup12 .parBd1 ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.slideGroup12 .parBd1 ul li .pic {
  text-align: center;
}

.slideGroup12 .parBd1 ul li .pic img {
  width: 259px;
  height: 194px;
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}

.slideGroup12 .parBd1 ul li .pic a:hover img {
  border-color: #999;
}

.slideGroup12 .parBd1 ul li .title {
  line-height: 24px;
  font-size: 18px;
  color: #333;
}

.slideGroup12 .parBd1 ul li .title a {
  color: #333;
}

.ltzn_qyfc {
  text-align: center;
  font-size: 30px;
  color: var(--color);
  font-weight: bold;
}

.ltzn_qyfcs {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

/* 关于 */

/*关于瑞泰*/
.about {
  padding: 66px 0 60px;
  font-size: 0;
}

.ab {
  width: 1360px;
  margin: 0 auto;
}

.about dl dt {
  width: 600px;
  float: left;
}

.about dl dt img {
  width: 578px;
  height: 378px;
  padding: 10px;
  border: #e9e9e9 1px solid;
}

.about dl dd {
  width: 565px;
  float: left;
  padding: 0 0 0 35px;
}

.about dl dd h5 {
  height: 73px;
  line-height: 70px;
  background: url(../images/ab_line.gif) no-repeat 0 70px;
  overflow: hidden;
}

.about dl dd h5 a {
  font-size: 22px;
  color: #333;
}

.about dl dd h5 a:hover {
  color: var(--color);
  text-decoration: none;
}

.about dl dd p {
  font-size: 16px;
  color: #8e8e8e;
  height: 192px;
  line-height: 30px;
  padding: 15px 0 0;
  overflow: hidden;
}

.about dl dd p a {
  font-size: 16px;
  color: var(--color);
  display: block;
}

/* 新闻 */

/* 新闻问答 */
.con dl dd {
  /* float: right; */
  width: 400px;
  /* height: 120px; */
  overflow: hidden;
  padding-right: 13px;
  float: left;
}

.con {
  /* width:714px; */
  font-size: 16px;
  /* display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  justify-content: space-evenly; */
  display: flex;

}

.conWrap {
  margin-top: 30px;
}

.left-article-news-time-all {
  background-color: #969393;
  padding: 7px 0;
  text-align: center;
  width: 65px;
}

.left-article-news-time-big {

  color: #fff;
}

.left-article-news-time-small {
  font-size: 14px;
  color: #fff;
}

.article-news-content {
  border: 1px solid #eee;
  padding: 10px;
}

.article-news-content-two{
  border: 1px solid #eee;
  padding: 10px;
  width: 48%;
  margin-right: 10px;
}

.article-news-content-left,.article-news-content-right{
  width: 50%;
}

.article-news-content-left{
  display: flex;
}

.right-article-news-two{
  margin: 10px 0;
}

.right-article-news-two-times{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.pane-sation-handel-two {
  /* display: none; */
  /* width: 920px; */
  /* padding: 15px; */
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  justify-content: space-evenly;
  /* padding-top: 15px; */
}

.article-news-content-two-list{
  background-color: #fff;
  padding: 15px;
  
}

.contactForm_center_box{
  width: 1360px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 40px;
}

.contactForm_center_box_big{
  background: url(../images/foot1_bg.png) no-repeat center top;
  background-size: cover;
}

.right-article-news-two p{
  font-size: 14px;
  margin-top: 15px;

  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 23px;
}

.left-article-news-time-big {
  display: block;
  font-family: Impact;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 1px;
}

.article-news-content-two-img{
  width: 100%;
}

.article-news-content-two-img-self{
  width: 100%;
}

.con p {
  color: #666;
  margin-top: 5px;
}

.con a {
  color: #333333;
}

.article-news-content a {
  display: flex;
  align-items: center;
}

.right-article-news {
  margin-left: 10px;

}

.article-news-content:hover {
  border-color: var(--color);
}

.article-news-content:hover .left-article-news-time-all {
  background-color: var(--color);
}

.article-news-content:hover .right-article-news {
  color: var(--color);
}

.con dl {
  margin-bottom: 20px;
}

.con dl dt {
  float: left;
  width: 183px;
  height: 137px;
}

.xw_left {
  float: left;
}

.hasMoreTab .bd {
  clear: both;
  position: relative;
  margin-top: 14px;
  /* height: 467px; */
}

.xw_right {
  /* float: right; width: 700px;  */
  height: auto;
  overflow: hidden;
}

/* .xw_right img {
  width: 181px;
  height: 135px;
  border: 1px #ccc solid;
} */

.hasMoreTab {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hasMoreTab .hd {
  /* line-height: 30px;
    height: 30px;
    position: relative;
    padding-right: 10px; */
  /* border-left: 4px solid #333333; */
  /* padding-left: 10px; */

}

.hasMoreTab .hd ul {
  display: flex;
  justify-content: center;
}

.xw {
  width: 1360px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 0 60px;
}

.wd {
  height: 40px;
  display: inline;
}

.wd b {
  width: 420px;
  font-weight: normal;
  color: #333333;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  border-left: 4px solid #333333;
  padding-left: 10px;
  display: block;
}

.wd_nr {
  width: 459px;
  height: auto;
  float: left;
  display: inline-block;
  margin-top: 10px;
}

.wd_nr a {
  width: 459px;
  height: auto;
}

.wd_nr a img {
  display: block;
  width: 456px;
  height: 280px;
  border: 1px solid #ccc;
}

.wd_nr ul {
  width: 459px;
}

.wd_nr ul li {
  color: #666;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding-left: 16px;
  /* background:url(../images/q.png) no-repeat 0 17px; */
  width: 443px;
}

.wd_nr ul li a {
  color: #666;
}

.hasMoreTab .hd li {

  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 18px;
  /* color: #333333; */

  padding: 15px 20px;
  margin: 0 10px;
}

.hasMoreTab .hd li.on {
  /* color: var(--color); */
  background-color: var(--color);
  color: #fff;
}

/* 弹框 */
/* 版权 */
.kczh_botquan {
  width: 100%;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.7);
}

.kczh_erdtk {
  height: 160px;
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 0px;
}

.kczh_botquan1 {
  width: 1360px;
  margin: 0 auto;
  padding: 10px 0;
}

.kczh_botquan1 p {
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.kczh_botquan1 p span {
  margin-left: 10px;
}

.kczh_botquan1 p span a {
  color: #fff;
}

.kczh_cardcontent1 p a {
  color: #333333;
}

.kczh_toldfamily {
  margin-top: 16px;
}

.kczh_toldfamily span {
  color: #FFF;
  margin-left: 20px;
}

.kczh_toldfamily input {
  width: 250px;
  height: 30px;
  font-size: 18px;
  border: 0;
  text-indent: 1rem;
  -webkit-appearance: none;
}

.submit_btn {
  width: 120px !important;
  height: 40px !important;
  cursor: pointer;
  text-align: center;
  text-indent: 0rem !important;
  margin-left: 20px;
  border: 0;
  background-color: var(--color);
  color: #FFF;
}

.colose_tkhide {
  font-size: 20px;
  color: #FFF;
  float: right;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

.fanhui111 {
  width: 30px;
  height: 160px;
  float: right;
  background-color: var(--color);
  display: block;
  z-index: 100;
  margin-top: 200px;
  position: fixed;
  text-align: center;
  margin-left: 90px;
  padding: 10px 0;
}

.fanhui111 a {
  color: #fff;
  font-size: 16px;
}

.fanhui111 a img {
  width: 26px;
  height: 26px;
}

.login-body {
  padding: 60px 15px;
  color: #444;
  height: 148px;
}

.ipt {
  border: solid 1px #d2d2d2;
  border-left-color: #ccc;
  border-top-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 #f8f8f8;
  background-color: #fff;
  padding: 4px 6px;
  height: 21px;
  line-height: 21px;
  color: #555;
  width: 180px;
  vertical-align: baseline;
}

.dform {
  text-align: center;
}

.signin {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
}

.signin h4 {
  color: #999;
  font-weight: 100;
  margin-bottom: 20px;
  font-size: 12px;
}

.signin li {
  padding-left: 80px;
  margin-bottom: 15px;
}

.signin ol {
  list-style-type: none;
}

.signin li strong {
  float: left;
  margin-left: -80px;
  width: 80px;
  text-align: right;
  line-height: 32px;
}

.signin .btn {
  margin-bottom: 10px;
}

.signin p {
  font-size: 12px;
  color: #999;
}

.theme-desc,
.theme-version {
  padding-top: 0
}

.body-color {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none
}

.hide-body {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 40%;
  width: 1000px;
  height: 618px;
  margin: -180px 0 0 -330px;
  border-radius: 5px;
  border: solid 2px #666;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px #666;

}

.close-window {
  border-bottom: 1px solid #ddd;
  padding: 1px;
  position: relative;
  text-align: center;
}

.bottom {
  margin-top: 180px;
}

.close-window {
  background-color: var(--color);
}

.close-window .close {
  float: right;
  color: #fff;
  padding: 5px;
  margin: -2px -5px -5px;
  font: bold 14px/14px simsun;
  text-shadow: 0 1px 0 #ddd
}

.close-window .close:hover {
  color: #444;
}

.taoke_tle {
  color: #fff;
  font-size: 26px;
}

.btn-primary {
  background-color: var(--color);
  border: 0;
  color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.tk_bigbt {
  font-size: 30px;
  color: var(--color);
}

.tk_fbt {
  margin-top: 10px;
}

.tkconnetj,
.signin {
  float: left;
}

.tkconnetj {
  width: 200px;
  height: 100px;
  margin-top: 85px;
  margin-left: 80px;
}

.bot_yxsm1 {
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
}


/*产品直通车*/
.gjc {
  width: 1180px;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  background: #f4f4f4;
  margin: 10px auto;
  padding: 10px;
}

.gjc p {
  font-size: 24px;
  color: var(--color);
  border-bottom: 1px solid #CCCCCC;
  height: 40px;
  line-height: 40px;
}

.ztcfl {
  height: auto;
  overflow: hidden;
}

.ztcfl b {
  font-size: 16px;
  color: #333;
  float: left;
}

.ztcfl ul li {
  float: left;
  font-size: 16px;
  color: #333;
}

.ztcfl ul li a {
  padding: 10px 5px;
  color: #333;
}

/*link*/
.lk {
  width: 1360px;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}

.lk_title {
  height: 50px;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  color: #333;
  font-size: 18px;
}

.lk_title span {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--color);
  font-weight: bold;
}

.lk_nr {
  height: auto;
  margin-top: 10px;
}

.lk_nr li {
  height: 20px;
  padding: 0 10px;
  float: left;
}

.lk_nr li a {
  color: #666;
  font-size: 14px;
}

/*版尾*/
.bw {
  width: 100%;
  /* height: 50px; */
  overflow: hidden;
}

.bw_z {
  width: 1360px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.bw_logo {
  float: left;
  width: 240px;
  height: 63px;
  margin: 90px 110px 0px 54px;
}

.bw_logo img {
  width: 230px;
  height: 133px;
}

.xx {
  width: 530px;
  height: 220px;
  float: left;
  margin-top: 28px;
  margin-left: 26px;
}

.xx p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 30px;
}

.xx p a {
  color: #fff;
}

.ewm_bj {
  width: 162px;
  float: left;
  /* background-color: rgba(225, 225, 225, 0.5); */
  /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
  margin: 28px 0 0 20px;
}

.ewm_bj img {
  width: 127px;
  height: 127px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.ewm_bj p {
  text-align: center;
  height: 22px;
  color: #fff;
  /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  font-size: 14px;
  margin: 10px 0;
}

@media \0screen\,screen\9 {

  /* 只支持IE6、7、8 */
  .ewm_bj {
    background-color: #fff;
    filter: Alpha(opacity=50);
    position: static;
    /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom: 1;
    /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
}

/*客服*/
.floating_ck {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 1000;
}

.floating_ck dl dd {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #333;
  border-bottom: solid 1px #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 20%;
  cursor: pointer;
}

.floating_ck dl dd:hover {
  background-color: var(--color);
  border-bottom: solid 1px var(--color);
}

.floating_ck dl dd:hover .floating_left {
  display: block;
}

.words {
  background-image: url(../images/zxicon.png);
}

.quote {
  background-image: url(../images/kficon.png);
}

.qrcord {
  background-image: url(../images/erweima.png);
}

.return {
  background-image: url(../images/fanhui.png);
}

.floating_ck dd span {
  color: #fff;
  display: block;
  padding-top: 54px;
}

.floating_left {
  position: absolute;
  left: -160px;
  top: 0px;
  width: 160px;
  height: 80px;
  background-color: var(--color);
  border-bottom: solid 1px #783d02;
  display: none;
}

.floating_left a {
  color: #fff;
  line-height: 80px;
}

.floating_ewm {
  height: 260px;
  top: -180px;
}

.floating_ewm i {
  display: block;
  width: 127px;
  height: 127px;
  margin: auto;
  margin-top: 9px;
  margin-right: 22px
}

.floating_ewm i img {
  width: 127px;
  height: 127px;
}

.floating_ewm p {
  color: #fff;
  margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
  font-size: 12px;
  line-height: 20px;
  padding-top: 10px;
}

.floating_ewm .qrcord_p02 {
  font-size: 18px;
}

/* 案例 */
.wf_casecenter {
  width: 100%;
  margin-top: 80px;
}

.wf_case {
  width: 1360px;
  margin: 40px auto;
}

.wf_casefirst {
  width: 288px;
  height: 472px;
  background-color: #f8f8f8;
  padding: 1px 0;
  float: left;
  margin-left: 6px;
  margin-right: 6px;
}

.wf_caseimg {
  width: 240px;
  height: 180px;
  margin-top: 20px;
  margin-left: 20px;
}

.wf_caseimg img {
  width: 240px;
  height: 180px;
}

.wf_casetitel {
  font-size: 22px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-left: 20px;
  color: #333333;
}

.wf_caseconent {
  width: 240px;
  margin-left: 20px;
  margin-top: 20px;
  line-height: 26px;
}

.wf_caseconent a {
  font-size: 16px;
  color: #666;
}

.wf_casetz {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #666;
  margin-left: 80px;
  margin-top: 20px;
}

.wf_casetz a {
  font-size: 16px;
  color: #666;
}

.wf_casefirst:hover .wf_casetz {
  background-color: var(--color);
  border: 0;
}

.wf_casefirst:hover .wf_casetz a {
  color: #FFF;
}

/* 企业风采 */

.ysqyfc_s {
  width: 300px;
  margin: 20px auto;
  border: none !important;
}

.ysqyfc_s ul li {
  width: 120px;
  height: 40px;
  border: 1px solid #ccc;
  line-height: 40px;
}

/* 分页 */
.pagenation {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 20px;
}

.pagenation a {
  color: #666;
}

.active1 {
  color: #000000 !important;
}

/* 推荐产品 */
.project_info {
  width: 1360px;
  overflow: hidden;
  margin: 0 auto;
}

hr {
  color: #999999;
}

.project_in1 {
  width: 1360px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.project_in2 {
  float: left;
  width: 274px;
  height: 231px;
  position: relative;
  margin: 10px 0px 30px 13px;
}

.project_in3 {
  width: 274px;
  height: 231px;
}

.project_in3 img {
  width: 274px;
  height: 231px;
}

.project_in4 {
  width: 274px;
  height: 231px;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.project_in2:hover .project_in4 {
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 231px;
}

.project_in4 a {
  color: #ffffff;
}

/* 推荐新闻 */
.tjxw {
  width: 1360px;
  overflow: hidden;
  margin: 20px auto;
}

.tjxw-title {
  width: 100%;
  height: 45px;
  background-color: #333;
  padding-left: 10px;
  font-size: 24px;
  color: #fff;
  line-height: 45px;
}

.tjxw-neirong {
  width: 1360px;
  height: auto;
  margin-top: 20px;
}

.tjxw ul li {
  width: 580px;
  height: 40px;
  font-size: 16px;
  color: #333;
  float: left;
  border-bottom: 1px dashed #ccc;
  line-height: 40px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.tjxw ul li a {
  float: left;
  width: 280px;
  display: block;
  color: #333;
}

.tjxw ul li a:hover {
  color: var(--color);
  padding-left: 10px;
}

.tjxw ul li i {
  float: right;
  width: 130px;
  display: block;
  font-style: normal;
  font-size: 14px;
  font-family: arial;
}

.tjxw ul li em {
  float: right;
  width: 100px;
  display: block;
  font-style: normal;
  font-size: 14px;
  font-family: arial;
}

/*当前*/
.current {
  width: 1360px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}

.current p {
  font-size: 16px;
  color: #666;
  float: left;
}

.current a {
  display: block;
  color: #666;
  float: left;
}

/*企业风采*/
.qyfc {
  width: 1360px;
  height: 306px;
  margin: 60px auto;
}

.slideGroup1 {
  width: 1360px;
  text-align: left;
}

.slideGroup1 .parHd1 {
  height: 40px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.slideGroup1 .parHd1 ul {
  float: left;
  position: absolute;
  top: -1px;
  height: 40px;
  width: 411px;
}

.slideGroup1 .parHd1 ul li {
  float: left;
  cursor: pointer;
  color: #333;
  float: left;
  font-size: 18px;
  text-align: center;
}

.slideGroup1 .parHd1 ul li.on {
  height: 40px;
  color: #fff;
  background-color: var(--color);
  color: #FFF;
  font-size: 18px;
}

.slideGroup1 .slideBox1 {
  overflow: hidden;
  zoom: 1;
  padding: 10px 16px 10px 45px;
  position: relative;
}

.slideGroup1 .sPrev,
.slideGroup1 .sNext {
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
  width: 30px;
  height: 155px;
  border: 1px solid #ddd;
  background: url(../images/icoLeft.gif) center center no-repeat #f4f4f4;
}

.slideGroup1 .sNext {
  left: auto;
  right: 5px;
  background: url(../img/icoRight.gif) center center no-repeat #f4f4f4;
}

.slideGroup1 .sPrev:hover,
.slideGroup .sNext:hover {
  border-color: #0054b2;
}

.slideGroup1 .parBd1 ul {
  overflow: hidden;
  zoom: 1;
}

.slideGroup1 .parBd1 ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.slideGroup1 .parBd1 ul li .pic {
  text-align: center;
}

.slideGroup1 .parBd1 ul li .pic img {
  width: 259px;
  height: 194px;
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}

.slideGroup1 .parBd1 ul li .pic a:hover img {
  border-color: #999;
}

.slideGroup1 .parBd1 ul li .title {
  line-height: 24px;
  font-size: 18px;
  color: #333;
}

.slideGroup1 .parBd1 ul li .title a {
  color: #333;
}

/*产品直通车*/
.gjc {
  width: 1180px;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  background: #f0f0f0;
  margin: 10px auto;
  padding: 10px;
}

.gjc p {
  font-size: 24px;
  color: var(--color);
  border-bottom: 1px solid #CCCCCC;
  height: 40px;
  line-height: 40px;
}

.ztcfl {
  height: auto;
  overflow: hidden;
}

.ztcfl b {
  font-size: 16px;
  color: #333;
  float: left;
}

.ztcfl ul li {
  float: left;
  font-size: 16px;
  color: #333;
}

.ztcfl ul li a {
  padding: 10px 5px;
  color: #333;
}

/*link*/
.lk {
  width: 1360px;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}

.lk_title {
  height: 50px;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  color: #333;
  font-size: 18px;
}

.lk_title span {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--color);
  font-weight: bold;
}

.lk_nr {
  height: auto;
  margin-top: 10px;
}

.lk_nr li {
  height: 20px;
  padding: 0 10px;
  float: left;
}

.lk_nr li a {
  color: #666;
  font-size: 14px;
}

/*公共区域*/
.Central {
  width: 1360px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

.hb_tit {
  height: 46px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hb_tit h2,
.hb_tit h3,
.hb_tit h4 {
  font-size: 30px;
  text-align: center;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  color: var(--color);
  width: 893px;
  display: block;
}

.hb_tit h3 {
  width: 821px;
}

.hb_tit h4 {
  width: 764px;
}

.hb_tit h2 i,
.hb_tit h3 i,
.hb_tit h4 i {
  font-style: normal;
  float: left;
  display: block;
}

.hb_tit h2 span,
.hb_tit h3 span,
.hb_tit h4 span {
  color: #999999;
  border-bottom: 1px solid #ccc;
  width: 300px;
  position: relative;
  top: 22px;
  display: block;
  float: left;
  margin: 0 10px;
}

.scrollBox {
  width: 100%;
  padding: 10px;
}

.scrollBox .piclist,
.scrollBox .piclist1 {
  overflow: hidden;
  zoom: 1;
}

.scrollBox .ohbox {
  overflow: hidden;
  position: relative;
  width: 1180px;
  left: 0px;
}

.scrollBox {
  position: relative;
  overflow: hidden;
  zoom: 1;
  top: -16px;
  right: 0px;
}

.scrollBox .piclist li {
  margin: 0 2px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
}

.scrollBox .piclist li .pic {
  text-align: center;
  background-color: #efeeef;
}

.scrollBox .piclist li .pic img {
  width: 283px;
  height: 160px;
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}

.scrollBox .piclist_1 li .pic img {
  width: 272px;
  height: 203px;
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}

.scrollBox .piclist li .pic a:hover img {
  border-color: #999;
}

.scrollBox .piclist li .title {
  line-height: 18px;
  margin-top: 8px;
}

.scrollBox .piclist li .title a {
  color: #333;
}

/* 内页产品 */

/*放大镜*/
.cpzs21 {
  float: left;
  float: left;
  width: 357px;
  height: 272px;
}

.fdj_11 {
  height: auto;
  overflow: hidden;
  float: left;
}

.cpfjx1 {
  height: 270px;
}

.js_right1 {
  width: 490px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-left: 20px;
}

.js_right1 li {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.js_right1 li.li54 {
  height: 40px;
  border-bottom: 1px dashed #ccc;
  line-height: 40px;
  overflow: hidden;
  font-size: 20px;
  color: #333;
}

.js_right1 li a {
  color: #333;
}

.js_right1 li .ljdjzx {
  width: 139px;
  height: 33px;
  margin: 10px 0 0 0;
}

.js_right1 li .sp7 {
  color: var(--color);
  font-size: 24px;
}

.cpnr2 .about2 {
  height: auto;
  overflow: hidden;
  margin: 10px;
}

/* .cpnr2 .about2 p{line-height: 30px;font-size: 14px;color: #666666;text-indent: 30px;} */
/* .cpnr2 .about2 p img{display: block; width:700px;height:500px;margin: 0 auto;border: 1px solid #ccc;} */
.cpnr2 ul.about3 {
  margin-top: 8px;
  border: 1px solid #ccc;
  border-top: none;
  height: 262px;
  width: 741px;
}

.cpnr2 ul.about3 h4 {
  color: #0066d2;
  font-size: 14px;
  padding-left: 8px;
  background: url(../images/base754.gif) no-repeat center;
  height: 36px;
  line-height: 36px;
  margin-bottom: 6px;
}

.cpnr2 ul.about3 li {
  width: 360px;
  height: 50px;
  margin-right: 8px;
  display: inline;
  color: #666;
  float: left;
}

.cpnr2 ul.about3 li.last2 {
  width: 450px;
  height: 75px;
}

.cpnr2 ul.about3 li b {
  color: red;
}

.cpnr2 ul.about3 li span {
  width: 8px;
  color: red;
  float: left;
  text-align: center;
  line-height: 22px;
  height: 22px;
  background: none;
}

.cpnr2 ul.about3 li label {
  vertical-align: top;
  line-height: 1.2;
}

.cpnr2 ul.about3 li textarea {
  height: 46px;
  width: 368px;
  overflow: hidden;
  resize: none;
  font-size: 14px;
  color: #666;
  outline: none;
  border: 1px solid #c9c9c9;
  background: #fff;
}

.cpnr2 {
  width: 940px;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #eee;
}

.cpnr2-two {
  height: auto;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding: 10px;
}

.MagicZoom img {
  width: 353px;
  height: 264px;
  border: 1px solid #ccc;
}

/*新闻、产品详情内页*/
.cp_right i {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  font-style: normal;
}

.cp_right i b {
  display: block;
  width: 240px;
  float: left;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}

.cp_right i b a {
  color: #666;
}

.tt {
  height: auto;
  overflow: hidden;
  padding: 0 10px;
}

.lxdz {
  height: 18px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.tt dl {
  float: left;
  width: 500px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
}

.tt dl dt {
  font-size: 16px;
  color: #333;
  float: left;
}

.tt dl dd {
  font-size: 16px;
  color: #333;
  float: left;
}

.tt dl dd a {
  color: #333;
}

/*单页码*/
.syy-box {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.syy {
  width: 450px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.syy li {
  font-size: 14px;
  height: 40px;
  color: #666;
  text-align: left;
  line-height: 40px;
}

.syy li .sp7 {
  line-height: bold;
}

.syy li a {
  color: #666;
  font-weight: bold;
}

/* 内页案例 */
.dzlj_projects2qw {
  width: 272px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.dzlj_projects1 {
  overflow: hidden;
}

.dzlj_projects2qw a {
  color: #666;
}

.dzlj_projectsbig:hover .dzlj_projects1 img {
  transform: scale(1.1);
  transition: 1s;
}

.dzlj_projectsbig:hover .dzlj_projects2qw a {
  color: var(--color);
}

.prjrtitel2 {
  text-transform: uppercase;
}

/*内页新闻*/
/*新闻中心展示*/


.alxw-right {


  /* width: 896px; */
  height: auto;
  /* margin-left:30px; */
  /*margin-top: 30px;*/

}

.no1 {
  /* width: 896px; */
  height: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px #ccc solid;
  overflow: hidden;
  display: flex;
}

.no1:hover {
  /* border: 1px var(--color) solid; */
  box-shadow: 0 0 10px #999;
  cursor: pointer;
}


.no1-left {
  /* width: 214px;
height: 160px; */
  /* float: left; */
  padding: 20px;

}

.no1-left img {
  /* width:194px; */
  height: 140px;
  display: block;
  border: 1px #ccc solid;
  object-fit: cover;
}

.no1-right {
  /* width: 850px;
height: 184px; */
  /* float: left;	 */
  margin-top: 20px;
  margin-left: 10px;
}

.xw-biaoti {

  /* width: 512px; */

  height: 60px;

  font-size: 18px;

  text-align: left;

  line-height: 60px;

}

.xw-biaoti a {

  color: #333;

}

.no1:hover .xw-biaoti a {

  color: var(--color);
}

.btn_zx {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ff9000;
}

.btn_zx a {
  color: #ffffff;
}

.no1-right p {
  height: 110px;
  font-size: 16px;
  color: #888;
  text-align: left;
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px 0 0;

  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;

}

/* 右侧推荐 */
.tjxw-title-two {
  /* height: 45px; */
  /* background-color: var(--color); */
  padding-left: 10px;
  font-size: 18px;
  color: #333;
  /* line-height: 45px; */
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  border-left: 5px solid var(--color);
  margin-bottom: 10px;
}

.tjxw-title-two-line {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.inner_case_right {
  background-color: #f7f7f7;
  padding: 5px 15px 15px 15px;

}

.inner_case_right ul li a {
  color: #666;
}

.inner_case_right ul li a p {
  margin: 5px 0;
  text-align: center;
  color: #333;
}

.inner_case_right ul li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}

.inner_case_right ul li a img {
  width: 280px;
  height: 160px;
  object-fit: cover;
}

/*推荐案例*/
.inner_case {
  width: 1360px;
  height: 300px;
  overflow: hidden;
  margin: 30px auto 0 auto;
}

.inner_case_title {
  width: 1198px;
  height: 40px;
  background: #f5f5f5;
  border: 1px #ccc solid;
}

.inner_case b {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin-left: 10px;
}

.inner_case ul {
  width: 1360px;
  height: 235px;
  overflow: hidden;
  margin-top: 20px;
}

.inner_case ul li {
  width: 262px;
  height: 235px;
  float: left;
  margin-left: 14px;
  margin-right: 24px;
}

.inner_case li img {
  width: 260px;
  height: 195px;
  border: 1px #ccc solid;
  object-fit: cover;
}

.inner_case li a {
  display: block;
  text-align: center;
  color: #333;
  line-height: 30px;
}

.inner_case p {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 30px;
}

.inner_case p:hover {
  color: #333;
}

.dzlj_projects2qw {
  width: 272px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  object-fit: cover;
}

.dzlj_projects1 {
  overflow: hidden;
}

.dzlj_projects2qw a {
  color: #666;
}

.dzlj_projectsbig:hover .dzlj_projects1 img {
  transform: scale(1.1);
  transition: 1s;
}

.dzlj_projectsbig:hover .dzlj_projects2qw a {
  color: var(--color);
}

.banner-img-css {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dzlij_watercimg_bjgw span {
  font-size: 40px;
  font-weight: bold;
  color: var(--color);
}

.dzlij_watercimg_bjgw_title {
  color: #333 !important;
}

/* 案例 */

.anli {
  width: 100%;
  margin-bottom: 80px;
}

.anlitit {
  font-size: 40px;
  color: #453d3a;
  font-weight: bold;
  padding: 50px 0px;
  text-align: center;
}

.anc {
  width: 1360px;
  margin: 0 auto;
  height: auto;
}

.anc li {
  display: inline-block;
  margin-left: 30px;
  margin-top: 40px;
}

.anc li:hover .altex {
  background-color: #c50000;
}

.anc li:hover .altex a {
  color: #fff;
}

.alimg {
  width: 360px;
  height: 270px;
}

.alimg img {
  width: 360px;
  height: 270px;
  object-fit: cover;
}

.altex {
  width: 360px;
  height: 48px;
  background: #e5e5e5;
  text-align: center;
  font-size: 18px;
}

.altex a {
  line-height: 48px;
  color: #333;
}

.lc {
  width: 100%;
  height: 391px;
  background: url(../images/lcbg.jpg)no-repeat center;
}

.lccen {
  width: 1360px;
  height: 100px;
  margin: 0 auto;
  padding-top: 315px;
  text-align: center;
}

.lccen b {
  font-size: 30px;
  font-family: arial;
  color: #453d3a;
  margin-left: 50px;
}

.lccen a {
  padding: 5px 25px;
  background: #f6aa03;
  color: white;
  margin-left: 20px;
}

.myCarouselEl {
  /* background-color: #333333; */
}

.carouse-item {
  /* width: 1920px; */
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.carouse-item-box {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
  width: 100%;
}

.carouse-item-box img {}

.carouse-item-title {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

/* 横幅1 */

.widthtitel1 {
  width: 100%;
  height: 260px;
  background-image: url(../images/tyu_10.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.widthtitel2 {
  margin: 0 auto;
  width: 1360px;
  height: 220px;
  padding-top: 34px;
}

.widthtitel3 {
  width: 1360px;
  text-align: center;
  margin: 0 auto;
}

.widthtitel4 {
  width: 282px;
  height: 40px;
  margin-top: 10px;
}

.widthtitel4 span {
  font-size: 26px;
  color: #FFFFFF;
}

.widthtitel6 {
  margin-left: 20px;
}

.widthtitel7 {
  margin-top: 8px;
  width: 450px;
  height: 26px;
  font-size: 20px;
  color: #FFFFFF;
  float: left;

}

.widthtitel9 {
  width: 525px;
  height: 84px;
  margin: 0 auto;
  background-color: rgba(51, 51, 51, 0.8);
}

.widthtitel9 img {
  margin-left: 22px;
  width: 41px;
  height: 41px;
  display: block;
  float: left;
  margin-top: 20px;
}

.widthtitel9_2,
.widthtitel9_1q,
.widthtitel9_1 {
  margin-top: 20px;
}

.widthtitel9_1 {
  width: 220px;
  height: 35px;
  font-size: 24px;
  color: #FFFFFF;
  margin-left: -10px;
  display: block;
  float: left;
  margin-top: 24px;
}

.widthtitel9_1q {
  width: 100px;
  height: 35px;
  margin-top: 28px;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  float: left;
}

.widthtitel3q {
  width: 874px;
  height: 68px;
  margin: 0 auto;
  padding-top: 12px;
  background-color: var(--color);
}

.widthtitel9_2 a {
  text-decoration: none;
  color: #fff;
}

.widthtitel9_2 a:hover{
  color: #fff;
}

.widthtitel9_2 {
  margin-left: 30px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  float: left;
  display: block;
  border: 1px solid #FFFFFF;
  font-size: 16px;
}

.widthtitel3q1 {
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
}

.widthtitel3q2 {
  font-size: 30px;
  color: #FFF;
  margin-left: 20px;
}

/* 优势 */

.good_idear {
  background-color: #f9f9f9;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.good_idear1 {
  width: 1360px;
  height: auto;
  margin: 60px 0;
}

.good_idearct {
  width: 1360px;
  height: auto;
  margin: 80px auto;
  background-color: #FFF;
  padding: 40px 0;
}

.good_idear2 {
  width: 1360px;
  height: auto;
}

.good_idear3,
.good_idear4 {
  float: left;
  width: 600px;
}

.good_idear3a,
.good_idear4a {
  float: right;
  width: 600px;
}

.good_idear3a {
  margin-right: 70px;
}

.good_idear4a {
  margin-left: 70px;
}

.good_idear3 {
  width: 700px;
  height: auto;
  margin-left: 70px;
}

.good_idear3_a {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  width: 420px;
  padding-top: 14px;
}

.good_idear3_b {
  margin-top: 20px;
  width: 435px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-left: 68px;
}

.good_idear3_c {
  line-height: 40px;
  width: 110px;
  height: 40px;
  margin-top: 30px;
  text-align: center;
  background-color: var(--color);
  margin-left: 68px;
}

.good_idear3_c a {
  color: #FFF;
}

.good_idear4 {
  width: 450px;
  height: 276px;
  margin-left: 70px;
}

.good_idear4 img {
  width: 450px;
  height: 276px;
}

.good_idear3q {
  width: 710px;
  height: 98px;
  /* background-image: url(../images/uuuf_03.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  background-color: var(--color);
}

.good_idear3_a1,
.good_idear3_a {
  margin-left: 36px;
  text-transform: uppercase;
  color: #fff;
}

.good_idear3_a1 {
  margin-top: 6px;
  color: #fff;
}

.good_idear3qw1,
.good_idear3qw {
  float: left;
}

.good_idear3qw1 {
  font-size: 50px;
  color: #FFFFFF;
  margin-left: 18px;
  margin-top: 6px;
  font-weight: 600;
}

.contact-info {
  margin-bottom: 15px;
}

.contact-info i {
  font-size: 20px;
  color: var(--color);
}

.contact-info h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}

#contact {
  background: #fff;
  position: relative;
  overflow: hidden;
}

#contact .contact-block {
  overflow: hidden;
}

.contact-info i {
  font-size: 20px;
  color: var(--color);
}

.form-control {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all .3s;
  transition: all .3s
}

.form-control-two {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}

.form-control:focus {
  border: 1px solid var(--color);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  background-color: var(--color);
}

.dzlij_watercimg_style_css {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.advantage {
  background: url(../images/bg10.jpg);
  height: 532px;
}

.advantage .advantage_content {
  max-width: 1360px;
  margin: 0 auto;
}

.advantage .advantage_content .advantage_content_list {
  padding-top: 80px;
  padding-left: 47px;
  height: 532px;
  width: 20%;
  margin-left: 5%;
  float: left;
}

.advantage .advantage_content .advantage_content_list:nth-child(1) {
  background: url(../images/bn3.png) no-repeat 0% 0%;
  margin-left: 0px;
}

.advantage .advantage_content .advantage_content_list:nth-child(2) {
  background: url(../images/bn4.png) no-repeat 0% 0%;
}

.advantage .advantage_content .advantage_content_list:nth-child(3) {
  background: url(../images/bn5.png) no-repeat 0% 0%;
}

.advantage .advantage_content .advantage_content_list:nth-child(4) {
  background: url(../images/bn6.png) no-repeat 0% 0%;
}

.advantage .advantage_content .advantage_content_list .content_list_title {
  font-size: 70px;
  color: #fff;
  font-family: "Impact";
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.advantage .advantage_content .advantage_content_list .content_list_title:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--color);
  left: 0;
  bottom: 0px;
}

.fl {
  float: left;
}

.advantage .advantage_content .advantage_content_list .content_list_body p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.advantage .advantage_content .advantage_content_list .content_list_body p:last-child {
  margin-bottom: 0px;
}

.xw_news_content {
  margin-top: 60px;
}

.prj_cta2_two {
  padding-bottom: 10px;
}

.prj_cta2_two .prj_cta3 {
  padding: 10px 20px;
  margin: 0 10px;
  color: #333;
}

.tabPanel .prj_cta2_two .hit .prj_cta3 {
  background-color: var(--color);
  color: #fff;
}

.prj_cta2_two .hit .prj_cta3 a {
  color: #fff;
}

.prj_cta1_two {
  border-bottom: 1px solid #eee;
}

.panes_pro_two {
  padding-top: 10px;
}

.tjxw-title-three {
  border-bottom: 1px solid #eee;
}

.tjxw ul .tjxw-news-li {
  width: 667px;
  margin-bottom: 0;
}

.tjxw-neirong-two {
  margin-top: 0;
}

.tabPanelTwoContanier {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pane_news_item {
  width: 80%;
}

.news-list-right {
  width: 20%;
  padding-left: 15px;
}

/* 超出一行不显示 */
.overfolwOneLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-content-section {
  /* padding-left: 10px; */
  display: flex;
}

.section-about {
  padding: 0 10px 10px 10px;
  width: 70%;
}

.section-about h3 {
  border-left: 4px solid var(--color);
  padding-left: 10px;
  font-weight: bold;
}

.about-p-text-content {
  margin-top: 10px;
  color: #666;
}

.about-p-text-content b {
  font-size: 18px;
  color: #333;
}

.about-right-box {
  width: 30%;
}

.about-right-box-image {}

.about-right-box-image img {
  width: 100%;
}

.abouts-content-box-ad {
  width: 1360px;
  margin: 20px auto;
  margin-top: 0;
}

.abouts-content-box-ad-contanier {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  justify-content: space-evenly;
}

.abouts-content-box-ad-item {
  border: 1px solid #eee;
  padding: 20px;
}

.abouts-content-box-ad-item:hover {
  border-color: var(--color);
  cursor: pointer;
}

.abouts-content-box-ad-item-num {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.abouts-content-box-ad-item-text {
  font-size: 14px;
  color: #666;
}

.abouts-content-box-ad-item-title {
  font-size: 16px;
  color: #333;
}

.app_footer {
  height: 150px;
  width: 100%;
  background: var(--color) url(../image/bn48.png) no-repeat 50% 50%;
  text-align: center;
  line-height: 150px;
}

.app_footer a {
  display: inline-block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  color: var(--color);
  font-size: 16px;
  background: #fff;
}

.app_footer a:hover {
  width: 295px;
  color: var(--color);
}

.WeChat_footer {
  background: var(--color) url(../images/bn48.png) no-repeat 50% 50%;
  margin-bottom: -10px;
}

.WeChat_footer a {
  color: var(--color);
}

.conact-text-content {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  padding-bottom: 60px;
}

.conact-item-text {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px dotted #eee;
  margin-bottom: 5px;
}

.conact-item-text-icon {
  background-color: var(--color);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 6px;
}

.conact-item-text-icon img {
  width: 22px;
  height: 22px;
}

.conact-item-text-right {
  margin-left: 10px;
  font-size: 16px;
  color: #333;
}

.conact-main-title {
  background-color: #fff;
  padding: 20px 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.conact-main-title span {
  font-size: 18px;
  font-weight: normal;
  color: var(--color);
}

.IndexService_content {
  max-width: 1360px;
  margin: 0 auto;
  padding: 75px 0px;
}

.ServiceWebsite {
  /* background: #fff; */
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left {
  width: 74%
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #e5e5e5;
  padding: 30px 0px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  padding-right: 2%;
  margin-bottom: 2%;
  -webkit-transform: all 0.5s ease 0s;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(3n) {
  margin-right: 0px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon {
  font-size: 45px;
  color: #999999;
  width: 40%;
  text-align: center;
  line-height: 76px;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet {
  width: 58%;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dd {
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: bold;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dt p {
  font-size: 13px;
  color: #666666;
  line-height: 22px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:hover .left_list_icon {
  color: var(--color);
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:hover .left_list_contnet dd {
  color: var(--color);
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:hover {}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(1) .left_list_icon {
  font-size: 70px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(2) .left_list_icon {
  font-size: 60px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(4) .left_list_icon {
  font-size: 75px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(5) .left_list_icon {
  font-size: 55px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(6) .left_list_icon {
  font-size: 60px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(7) .left_list_icon {
  font-size: 50px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(8) .left_list_icon {
  font-size: 70px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(9) .left_list_icon {
  font-size: 55px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(7) {
  margin-bottom: 0px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(8) {
  margin-bottom: 0px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(9) {
  margin-bottom: 0px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right {
  border: 1px solid #e5e5e5;
  width: 23%;
  text-align: center;
  padding: 47px 0px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title {
  margin-bottom: 53px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dd {
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: bold;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dt {
  font-size: 16px;
  color: #999999;
  margin-bottom: 30px;
}

.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title p {
  font-size: 14px;
  color: var(--color);
}

.fr {
  float: right;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  zoom: 1;
}

.content_right_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.package-content-box {
  width: 1360px;
  margin: 20px auto;
}

.package-content-box-contanier {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-item {
  background-color: #fff;
  padding: 15px;
  padding-bottom: 25px;
}

.package-content-box-item-img {
  width: 100%;
  display: flex;
  height: 206px;
  object-fit: cover;
}

.package-content-box-item h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 20px 15px;
}

.package-content-box-item-price {
  font-size: 18px;
  color: var(--color);
  margin-bottom: 10px;
  display: block;
}

.package-content-box-item-price strong {
  font-size: 30px;
  /* font-weight: normal; */
}

.package-content-box-item-text {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  padding: 0 30px;
  overflow: hidden;
}

.package-content-box-item-text span{
  color: #333;
  display: block;
  /* float: left;
  margin-right: 30px; */
}

.package-content-box-item-text-pinpai-icon{
  margin-top: 40px;
}

.package-content-box-item-text-pinpai-icon img{
  width: 200px;
}

.package-content-box-item-button {
  background-color: var(--color);
  border-radius: 4px;
  padding: 12px 20px;
  margin-top: 15px;
  display: flex;
  width: 220px;
  margin: 0 auto;
  margin-top: 10px;
  justify-content: center;
}

.package-content-box-item-button img {
  width: 20px;
  height: 20px;
}

.package-content-box-item-button span {
  color: #fff;
  margin-left: 5px;
}

.package-content-tips {
  text-align: center;
  color: red;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

.programdev-info-content {
  width: 1360px;
  margin: 20px auto;
  font-size: 16px;
  color: #333;
  line-height: 2;
  text-indent: 2em;
}

.programdev-info-advantage {
  width: 1360px;
  margin: 20px auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.programdev-info-item {
  background-color: #fff;
  padding: 15px;
}

.programdev-info-item-title {
  font-size: 20px;
}

.programdev-info-item-title span {
  color: var(--color);
  font-size: 30px;
  font-weight: bold;
}

.programdev-info-item p {
  margin-top: 25px;
  font-size: 15px;
  color: #666;
}

.programdev-info-bussines {
  width: 1360px;
  margin: 20px auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  justify-content: space-evenly;
  text-align: center;
  padding-top: 20px;
}

.programdev-info-bussines-item {
  background-color: #fff;
  padding: 15px;
}

.programdev-info-bussines-item-img img {
  width: 100%;
  height: 208px;
  object-fit: cover;
}

.programdev-info-bussines-item h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.programdev-info-bussines-item p {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 300px;
}

.programdev-info-help-item {
  background-color: #fff;
  padding: 20px 15px;
}

.programdev-info-help-item-img {
  width: 120px;
  height: 120px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.programdev-info-help-item-img img {
  height: 70px;
  width: 70px;
}

.programdev-info-help-item h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.programdev-info-help-item p {
  color: #666;
  font-size: 16px;
}

.IndexService_content_body {
  width: 1360px;
  margin: 20px auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  justify-content: space-evenly;
  text-align: center;
  padding-top: 20px;
}

.IndexService_content_body a {
  color: #333;
  background-color: #fff;
  padding: 20px;
}

.body_list_title {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.body_list_content {
  font-size: 14px;
  color: #666;
}

.body_list_classification {
  padding-top: 30px;
}

.list_classification_list {
  width: 50%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.list_classification_list:nth-child(3),
.list_classification_list:nth-child(4) {
  border-bottom: none;
}

.list_classification_list:nth-child(2),
.list_classification_list:nth-child(4) {
  border-right: none;
}

.list_classification_list .iconfont {
  font-size: 28px;
}

.list_classification_list:hover .iconfont,
.list_classification_list:hover dd i,
.list_classification_list:hover dt {
  color: var(--color);
}

.list_classification_list dt {
  color: #666;
  font-weight: normal;
}

.list_classification_list dd i {
  font-size: 28px;
  /* display: block; */
  margin-bottom: 8px;
  margin-top: 6px;
}

/* 二级菜单 */
.sencond-nav-box{
  position: absolute;
  left: 0;
  top: 66px;
  z-index: 10000;
  background-color: var(--color);
  display: none;
}

.navBar .nav li:hover{
  background-color: var(--color);
}
.navBar .nav li:hover .sencond-nav-box{
  display: block;
}

.sencond-nav-box{
  width: 100%;
}

.sencond-nav-box-item{
  border-top: 1px solid #fff;
  height: 40px;
  line-height: 40px;
}

.sencond-nav-box-item a{
  color: #fff;
}

.sencond-nav-box-item a:hover{
  color: #fff;
}

.inner_case_right ul li:hover a{
  color: var(--color);
}

.yszm_about{
	/* background-image: url(../images/aboutbj_02.jpg); */
	/* background-size: 100% 100%;
	background-repeat: no-repeat; */
  background-color: #f9f9f9;
	width: 100%;
	height: 439px;
	margin-top: 70px;
}
.yszm_about1{
	width: 1200px;
	margin: 0 auto;
}
.yszm_about2,.yszm_about3{
	float: left;
}
.yszm_about2{
	width: 600px;
	height: 440px;
}
.yszm_about2 img{
	width: 600px;
	height: 440px;
}
.yszm_about3{
	margin-top: 40px;
	width: 600px;
	color: #FFF;
	margin-left: -144px;
	height: 354px;
	/* background-color: rgba(33, 105, 190, 0.8); */
	-webkit-transition: all 0.5s;
    cursor: pointer;
    background-color: var(--color);
}
.yszm_about3:hover{
	margin-left: -100px;
	/* background-color: rgba(33, 105, 190, 1); */
}
.yszm_about4,.yszm_about5,.yszm_about6{
	width: 540px;
	margin-left: 50px;
}
.yszm_about4{
	font-size: 26px;
	margin-top: 50px;
}
.yszm_about5{
	width: 20px;
	height: 2px;
	background-color: #FFF;
	margin-top: 10px;
}
.yszm_about6{
	margin-top: 20px;
	line-height: 30px;
	width: 500px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.yszm_about7{
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 20px;
	margin-left: 50px;
}
.yszm_about7 a{
	color: #FFF;
}
.bw_logo_text{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.web-content1-box h3 {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

.web-content1-box p {
  color: #666;
  line-height: 1.8em;
  margin-top: 10px;
}

.web-content1-box {
  margin-top: 40px;
}

.uk-text-right {
  text-align: right !important;
}
.uk-width-medium-1-3, .uk-width-medium-2-6 {
  width: 33.333%;
}

.uk-grid-collapse{
  display: flex;
}

.tabPanel-full-case{
  width: 1360px;
  margin: 0 auto;
}

.tabPanel-full-case-slogin{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.tabPanel-full-case-slogin col{
  width: 33.33%;
}

.tabPanel-full-case-slogin .col i{
  display: block;
  font-style: normal;
  font-size: 50px;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 86px;
  border-radius: 50%;
  border: #999 2px solid;
  margin: 0 auto;
}

.tabPanel-full-case-slogin li p {
  font-size: 15px;
  margin-top: 10px;
}

.page-h5-two {
  position: relative;
  width: 100%;
  margin: 40px 0;
}

.page-h5-two img {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
}

.page-h5-two div h3 {
  color: #fff;
  font-weight: normal;
  width: 100%;
  font-size: 1.5em;
  text-align: right;
}

.page-h5-two .page-h5-two-box {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.9);
}

.page-h5-two-box-two{
  width: 100%;
  
}

.page-h5-two div p {
  height: 2px;
  background: #eee;
  width: 20%;
  margin: 10px 0;
  margin-left: 80%;
}

.page-h5-two div h2{
  margin-bottom: 10px;
}

.page-h5-two div h2 b {
  font-weight: normal;
  display: block;
  color: #fff;
  font-size: 0.6em;
}

.page-h5-two div h2 c {
  font-weight: normal;
  display: block;
  color: #ccc;
  font-size: 0.5em;
  line-height: 2em;
}

.package-content-box-contanier-two{
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.whatBox .what-name {
  font-size: 25px;
  line-height: 35px;
  margin-top: 20px;
}

.whatBox .what-cours {
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}

.whatBox {
  padding: 15px;
  background-color: #f9f9f9;
}

.whatBox .sw_imgBox img{
  width: 100%;
  
}

.whatBox .sw_imgBox{
  background-color: var(--color);
  display: block;
  width: 120px;
  height: 120px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-top: 20px;
}

.package-content-box-contanier-three{
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  justify-content: space-evenly;
  text-align: center;
  
}

.lenBox .imgBox{
  text-align: center;
}

.lenBox{
  padding: 15px 0;
  border: 1px solid #eee;
}
.lenBox .imgBox i{
  background: #fff;
  font-size: 100px;
}

.lenBox .textBox {
  text-align: center;
  font-size: 24px;
  color: #4b4c4d;
  margin-top: 10px;
}

.package-content-box-contanier-six{
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-item{
  border-radius: 4px;
  border: 1px solid var(--color);
  padding: 20px;

}

.package-content-box-item-img-box{
  background-color: var(--color);
  padding: 20px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
}

.package-content-box-item-img-box img{
  width: 100%;
}

.package-content-box-item h3{
  margin: 20px 0;
  font-weight: bold;
}

.package-content-box-flex{
  display: flex;
}

.package-content-box-left-img{
  width: 50%;
}

.package-content-box-right h2{
  font-size: 24px;
  font-weight: bold;
}

.package-content-box-right-content{
  margin-top: 100px;
}

.package-content-box-right-content-item{
  margin: 20px 0;
}

.package-content-box-right-content-item h4{
  font-size: 18px;
  display: flex;
  align-items: center;
}

.package-content-box-right-content-item h4 span{
  background-color: var(--color);
  border-radius: 50%;
  /* padding: 10px; */
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-right: 10px;
}

.package-content-box-right-content-item p{
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}

.package-content-box-contanier-senven{
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-seo-item{
  border: 1px solid var(--color);
  padding: 20px;
}

.package-content-box-seo-item h4{
  margin-bottom: 20px;
  font-size: 22px;
}

.package-content-box-seo-center{
  width: 100px;
  height: 100px;
  position: absolute;
  left: 628px;
  top: 90px;
  background-color: var(--color);
  padding: 20px;
  border-radius: 50%;
}

.package-content-box-seo-center img{
  width: 100%;
}

.package-content-box-contanier-egiht .package-content-box-item{
  border: none;
}

.package-content-box-item-img-two{
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

.package-content-box-item-two{
  background-color: #fff;
  
}

.hxy_bussines_content{
  background-image: url(../images/bjtubussines.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 4em 0 5em;
}

.hxy_bussines_content .gallery .item h3 {
  font-weight: 400;
  font-size: 2.1em;
  margin: 0;
  padding: 0.5em 0;
  text-align: left;
  color: #fff;
}

.hxy_bussines_content .zcon {
  width: 1360px;
  margin: 0 auto;
}

.hxy_bussines_content .client-says {
  font-weight: 100;
  font-size: 0.96em;
  margin: 1em 0;
  text-indent: 0;
  line-height: 1.9em;
  margin-bottom: 25px;
  color: #acacac;
}

.hxy_bussines_content .ixq_item h4 {
  font-size: 17px;
  padding-top: 1px;
  font-weight: 400;
}

.hxy_bussines_content .ixq_item {
  margin-bottom: 20px;
  color: #fff;
}

.hxy_bussines_content .gallery .item {
  height: 100%;
  overflow: hidden;
  text-align: left;
  margin: 0 20px 0 0;
  cursor: pointer;
}

.hxy_bussines_content .ixq_item i {
  display: inline-block;
  float: left;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-family: 'Impact';
  text-align: center;
  background: #ff6a64;
  color: #fff;
  margin-right: 15px;
  font-size: 26px;
  font-style: normal;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}

.hxy_bussines_content .ixq_item p {
  color: #acacac;
}

.hxy_bussines_content .client-pic {
  padding-top: 85px;
}

.hxy_bussines_content .ixq_item:hover .title,.hxy_bussines_content .ixq_item:hover .text{
  padding-left: 80px;
  transition: 0.5s all;
}

.hxy_bussines_content_two{
  width: 1360px;
  margin: 0 auto;
}

.hxy_bussines_content_two .services-list ul{
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.hxy_bussines_content_two .services-list li {
  background: #e6e6e6;
  height: 166px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  display: block;
}

.hxy_bussines_content_two .services-list li a span.service-icon {
  background-position: -41px 0px;
}

.hxy_bussines_content_two .services-list li a span.service-icon1 {
  background-position: -212px 0px;
}

.hxy_bussines_content_two .services-list li a span.service-icon2 {
  background-position: -386px 0px;
}

.hxy_bussines_content_two .services-list li a span.service-icon3 {
  background-position: -558px 0px;
}

.hxy_bussines_content_two .services-list li a span.service-icon4 {
  background-position: -730px 0px;
}

.hxy_bussines_content_two .services-list li a span.service-icon5 {
  background-position: -902px 0px;
}

.hxy_bussines_content_two .services-list li a span.service-icon6 {
  background-position: -1075px 0px;
}

.hxy_bussines_content_two .services-list li a span.service-icon7 {
  background-position: -41px -170px;
}

.hxy_bussines_content_two .services-list li a span.service-icon8 {
  background-position: -212px -170px;
}

.hxy_bussines_content_two .services-list li a span.service-icon9 {
  background-position: -386px -170px;
}

.hxy_bussines_content_two .services-list li a span.service-icon10 {
  background-position: -558px -170px;
}

.hxy_bussines_content_two .services-list li a span.service-icon11 {
  background-position: -730px -170px;
}

.hxy_bussines_content_two .services-list li a span.service-icon12 {
  background-position: -902px -170px;
}

.hxy_bussines_content_two .services-list li a span.service-icon13 {
  background-position: -1075px -170px;
}

.hxy_bussines_content_two .services-list li a span {
  width: 83px;
  height: 108px;
  display: inline-block;
  background: url(../images/bg_5.png) no-repeat 0px 0px;
}

.hxy_bussines_content_two .services-list li a span.service-icon15{
  /* background-image: url(../images/kuaishou.jpg); */
}

.service-icon15-kuaishou-home-css{
  width: 40px;
  margin-top: 38px;
}

.hxy_bussines_content_two .services-list li a label {
  display: block;
  font-weight: 300;
  font-size: 0.9em;
  margin: 0.5em 0 0;
  color: #444;
  height: 20px;
  text-align: center;
  width: 100%;
  padding: 0 1em;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  box-sizing: border-box;
}

.package-content-box-contanier-nine{
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-item-three{
  background-color: #f9f9f9;
  padding: 15px;
}

.package-content-box-item-three h2{
  color: var(--color);
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  margin-top: 15px;
}

.package-content-box-item-three-text{
  text-align: left;
  line-height: 30px;
}

.package-content-box-item-three-line{
  height: 2px;
  width: 20%;
  background-color: var(--color);
  margin: 15px auto;
  display: block;
}

.package-content-box-item-three-froue h2{
  text-align: center;
  color: var(--color);
  font-weight: bold;
  margin-top: 15px;
}

.package-content-box-item-three-froue .package-content-box-item-three-text{
  text-align: center;
}

.package-content-box-item-three-froue-img{
  background-color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 15px auto;
  padding: 25px;
}

.package-content-box-item-three-froue-img img{
  width: 60px;
  height: 60px;
}

.package-content-box-contanier-ten{
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.hxy-seo-image-box{
  width: 1360px;
  margin: 0 auto;
}

.hxy-seo-image-box img{
  width: 100%;
}

.hxy-seo-image-box-conact{
  width: 1360px;
  background-image: url(../images/conact-bg.jpg);
  background-size: cover;
  height: 32.125em;
  margin: 0 auto;
  position: relative;
}

.hxy-seo-image-box-conact-form{
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
}

.hxy-seo-image-box-conact-form-title{
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
}

.hxy-seo-image-box-conact-two{
  height: 36.125em;
  background-image: url(../images/severice-bg-seo-vedio-3.jpg);
}

.fullcasecreative-content{
  overflow: hidden;
  width: 1360px;
  margin: 0 auto;
  margin-top: 40px;
}

.fullcasecreative-content-left{
  width: 54.14%;
  height: 379px;
  float: left;
}

.fullcasecreative-content-right{
  width: 37.29%;
  float: right;
}
.fullcasecreative-content-left-img{
  background-image: url(../images/new_about_left.jpg);
  width: 100%;
  height: 379px;
  
}

.motion{
  transition: all 0.5s ease-in-out;
}
.fullcasecreative-content-left:hover .fullcasecreative-content-left-img{
  transform: scale(1.1);
}

.fullcasecreative-content-right-text{
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-family: "Microsoft YaHei";
  margin-top: 7px;
}

.new-about-fullcasecreative-content-box{
  position: relative;
}

.new-about-fullcasecreative-content-box-right{
  position: absolute;
  right: 0;
  top: 0;
}

.new-about-fullcasecreative-content-box-right img{
  width: 300px;
  z-index: -1;
}

.fullcasecreative-content-left-two{
  width: 45.86%;
  float: right;
  height: 258px;
  border-top: 6px solid #91d923;
}

.fullcasecreative-content-right-two{
  float: left;
}

.fullcasecreative-content-left-img-two{
  width: 100%;
  height: 258px;
  background-image: url(../images/new_about_left-2.jpg);
}

.fullcasecreative-content-left-two:hover .fullcasecreative-content-left-img-two{
  transform: scale(1.1);
}

.fullcasecreative-content-right-two-main{
  
  color: #666;
  line-height: 26px;
  font-family: "Microsoft YaHei";
  padding: 63px 5% 0 12%;
}

.fullcasecreative-content-right-two-main p{
  margin-bottom: 25px;
  font-size: 16px;
}

.package-content-box-contanier-fullcase{
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-item-fullcase{
  padding: 20px;
}

.package-content-box-item-fullcase-box{
  width: 163px;
  height: 163px;
  border: 2px solid #eee;
  margin: 0 auto 60px;
  padding: 20px;
}

.package-content-box-item-fullcase-box-img{
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.package-content-box-item-fullcase-box-img.one{
  background-image: url(../images/neirongyingxiao-nomal.png);
}

.package-content-box-item-fullcase-box-img.two{
  background-image: url(../images/shuziyingxiao-nomal.png);
  background-size: 98% 98%;
}

.package-content-box-item-fullcase-box-img.three{
  background-image: url(../images/juzhenyingxiao-nomal.png);
}



.package-content-box-item-fullcase-box:hover{
  border-color: var(--color);
  margin-top: -30px;
}

.package-content-box-item-fullcase-box:hover .package-content-box-item-fullcase-box-img.one{
  background-image: url(../images/neirongyingxiao-nomal-active.png);
}

.package-content-box-item-fullcase-box:hover .package-content-box-item-fullcase-box-img.two{
  background-image: url(../images/shuziyingxiao-active.png);
}

.package-content-box-item-fullcase-box:hover .package-content-box-item-fullcase-box-img.three{
  background-image: url(../images/juzhenyingxiao-active.png);
}

.package-content-box-item-fullcase h3{
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 8px;
}

.package-content-box-item-fullcase-box-text{
  font-size: 18px;
  line-height: 25px;
  min-height: 150px;
}

.package-content-box-contanier-fullcase-bussines{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-item-fullcase-bussines{
  background-color: #fff;
  padding: 10px;
  position: relative;
  height: 550px;
  overflow: hidden;
}

.package-content-box-item-fullcase-bussines:hover{
  background-color: var(--color);
}

.package-content-box-item-fullcase-bussines:hover h2{
  color: #fff;
}

.package-content-box-item-fullcase-bussines:hover .package-content-box-item-fullcase-bussines-text{
  color: #fff;
}

.package-content-box-item-fullcase-bussines h2{
  font-size: 30px;
  color: #333;
  line-height: 50px;
  margin: 70px 0 18px;
}

.package-content-box-item-fullcase-bussines-text{
  padding: 0 10px;
  font-size: 18px;
  color: #333;
  line-height: 34px;
  min-height: 136px;
}

.package-content-box-item-fullcase-bussines-bottom-image{
  background-color: var(--color);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0px 6px 9.9px 0.1px rgba(0, 0, 0, 0.24);
  position: absolute;
  right: -45px;
  bottom: 73px;
}

.package-content-box-item-fullcase-bussines-bottom-image img{
  width: 84px;
  height: 84px;
  margin-top: 35px;
  margin-left: -25px;
}

.advantage-item{
  margin-bottom: 153px;
}

.advantage-item .pic{
  width: 56.57%;
  height: 596px;
  margin-right: 52px;
  background: #e7e7eb;
  float: right;
}

.new-advantage-main .imgBg{
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.advantage-item .pic .imgBg {
  width: 100%;
  height: 596px;
  margin: -57px 0 0 52px;
}

.package-content-box-item-fullcase-youshi{
  background-image: url(../images/new_advantage_pic1.jpg);
}

.advantage-item .main .title {
  font-size: 42px;
  color: #333;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
  position: relative;
}

.advantage-item .main {
  width: 31.43%;
  text-align: right;
  float: left;
  position: relative;
  margin-top: 144px;
  z-index: 0;
}

.advantage-item .main .title {
  font-size: 42px;
  color: #333;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
  position: relative;
}

.advantage-item .main .txt h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.advantage-item .main .txt h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 36px;
  line-height: 44px;
}

.advantage-item .main .txt {
  font-size: 18px;
  color: #333;
  line-height: 27px;
  z-index: 5;
  position: relative;
}

.advantage-item .main .ask {
  display: block;
  width: 133px;
  height: 232px;
  background: url(../images/new_ask_icon.png) no-repeat;
  position: absolute;
  left: 63px;
  top: -46px;
  z-index: 1;
}

.package-content-box-item-fullcase-two{
  background-image: url(../images/new_advantage_pic2.jpg);
}

.advantage-item:last-child {
  margin-bottom: 0;
}

.advantage-item:nth-child(2n) .pic {
  float: left;
  margin-right: 0;
  margin-left: 52px;
}

.advantage-item:nth-child(2n) .pic .imgBg {
  margin-left: -52px;
}

.advantage-item:nth-child(2n) .main {
  text-align: left;
  float: right;
}

.advantage-item:nth-child(2n) .main .ask {
  left: auto;
  right: 63px;
}

.package-content-box-item-fullcase-three{
  height: 540px;
  position: relative;
  top: 0;
  background: url(../images/new_advantage_bg1.jpg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}

.package-content-box-item-fullcase-three .txt{
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-family: "Microsoft YaHei";
}

.package-content-box-item-fullcase-three h2{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 110px;
  font-family: "Microsoft YaHei";
}

.package-content-box-item-fullcase-three.two{
  background-image: url(../images/new_advantage_bg2.jpg);
}

.package-content-box-item-fullcase-three.three{
  background-image: url(../images/new_advantage_bg3.jpg);
}

.package-content-box-item-fullcase-three.frou{
  background-image: url(../images/new_advantage_bg4.jpg);
}

.package-content-box-item-fullcase-three-icon img{
  width: 60px;
  height: 60px;
}

.package-content-box-item-fullcase-three-icon{
  margin-top: 90px;
  margin-bottom: 40px;
}

.package-content-box-contanier-cases-list{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.new-caseitem .mid-img {
  width: 100%;
  height: 357px;
}

.new-caseitem .top-img {
  width: 100%;
  height: 260px;
  cursor: pointer;
  overflow: hidden;
}

.r_title_hxy{
  width: 1360px;
  color: #4b4c4d;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}

.r_title_hxy .zn{
  font-size: 26px;
  color: #333;
}

.r_title_hxy .en {
  color: #b9bcbd;
  font-size: 18px;
}

.youshi2_1bg {
  height: 80px;
  text-align: center;
  margin-bottom: 25px;
}

.youshi2_1bg img {
  width: 80px;
  height: 80px;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.youshi2_1tit {
  text-align: center;
  font-size: 20px;
  color: #4b4c4d;
}

.youshi2_1dec {
  font-size: 14px;
  color: #4b4c4d;
  line-height: 27px;
  margin: 0 38px;
  text-align: center;
  margin-top: 12px;
}

.package-content-box-contanier-three-youshi{
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-contanier-fullcase-liucheng {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-liucheng-item {

}
.package-content-box-liucheng-item .liucheng-num{
  background: var(--color);
  border-radius: 100%;
  box-shadow: 0px 0px 20px var(--color);
  font-size: 45px;
  height: 70px;
  width: 70px;
  font-weight: 400;
  display: inline-block;
  line-height: 70px;
  color: #fff;
}

.package-content-box-liucheng-item .liucheng-title{
  display: block;
  font-size: 20px;
  vertical-align: middle;
  color: #444;
  margin-top: 20px;
}

.hongshu-page-header{
  /* margin-top: 0px; */
  display: flex;
  justify-content: center;
}

.hongshu-page-header-item{
  background-color: var(--color);
  color: #fff;
  text-align: center;
  margin-right: 40px;
  padding: 15px 40px;
  font-size: 16px;
  border-radius: 4px;
  width: 260px;
}

.hongshu-page-header-content{
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 30px;
  color: #666;
}

.hongshu-youshi-content{
  display: flex;
  background-color: #f7f7f7;
  padding: 20px;
}

.hongshu-youshi-content-left,.hongshu-youshi-content-center,.hongshu-youshi-content-right{
  width: 33.33%;
}

.hongshu-youshi-content-center img{
  width: 100%;
}

.hongshu-youshi-content-left-text,.hongshu-youshi-content-right-text{
  width: 250px;
  line-height: 30px;
  font-size: 14px;
}

.hongshu-youshi-content-left{
  overflow: hidden;
}
.hongshu-youshi-content-left-text{
  text-align: right;
  float: right;
}

.hongshu-youshi-content-left-text.one{
  margin-top: 30px;
}

.hongshu-youshi-content-left-text.two{
  margin-top: 90px;
  margin-right: 55px;
}

.hongshu-youshi-content-left-text.three{
  margin-top: 90px;
}

.hongshu-youshi-content-right-text.one{
  margin-top: 30px;
}

.hongshu-youshi-content-right-text.two{
  margin-top: 55px;
  margin-left: 55px;
}

.hongshu-youshi-content-right-text.three{
  margin-top: 80px;
}

.package-content-box-contanier-hongshu{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-item-hongshu-content h4{
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.package-content-box-item-hongshu-content{
  height: 580px;
}

.package-content-box-contanier-hongshu .package-content-box-item h2{
  font-size: 30px;
}

.package-content-box-hongshu-number{
  background-color: var(--color);
  padding: 15px;
}

.package-content-box-hongshu-number-box{
  width: 94%;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  justify-content: space-evenly;
  text-align: center;
  border-radius: 50px;
}

.package-content-box-hongshu-number-box-item.border{
  border-right: 2px solid;
  border-color: #333;
}

.package-content-box-hongshu-number-box-item p{
  font-size: 36px;
  font-weight: bold;
}

.package-content-box-hongshu-number-box-item h3{
  font-size: 16px;
  color: #5a5a5a;
}

.package-content-box-contanier-hongshu-anli{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  justify-content: space-evenly;
}

.package-content-box-item-hongshu-cases{
  
}

.package-content-box-item-hongshu-cases a img{
  width: 100%;
  height: 200px;
}

.package-content-box-item-hongshu-cases a h2{
  font-size: 14px;
  color: #5A5A5A;
  font-weight: bold;
  /* margin: 15px 0; */
  padding: 6px 0;
}

.package-content-box-item-hongshu-cases a p{
  font-size: 12px;
  color: #666;
}

.package-content-box-item-hongshu-content-case{
  margin-top: 6px;
  font-size: 12px;
}

.package-content-box-item-hongshu-zhongcao img{
  width: 80%;
  height: 355px;
  margin: 0 auto;
  margin-top: 54px;
}

.package-content-box-item-hongshu-zhongcao{
  background-image: url(../images/hongshuzhongcao-case-bg.png);
  background-size: 100% 103%;
  background-repeat: no-repeat;
  width: 100%;
  height: 458px;
  overflow: hidden;
}

.hongshu-yingxiao-play-box-item{
  border: 1px solid var(--color);
  border-radius: 6px;
  overflow: hidden;
  height: 228px;
}

.hongshu-yingxiao-play-box-item:nth-child(even){
  margin-top: 100px;
}

.hongshu-yingxiao-play-box-item img{
  width: 100%;
  height: 228px;
  object-fit: cover;
}

.hongshu-yingxiao-play-box-item-click{
  background-color: var(--color);
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.hongshu-yingxiao-play-box-item-click a{
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.hongshu-yingxiao-play-box-item-click a:hover{
  color: #fff;
}

.hongshu-zhongcao-koc-yingxiao{
  display: flex;
}

.hongshu-zhongcao-koc-yingxiao-left,.hongshu-zhongcao-koc-yingxiao-right{
  width: 50%;
}

.hongshu-zhongcao-koc-yingxiao-left{
  padding-left: 50px;
}

.hongshu-zhongcao-koc-yingxiao-left img{
  width: 90%;
}

.package-content-box-big-contanier{
  background-color: rgb(246, 233, 233);
  padding: 20px;
}

.hongshu-zhongcao-koc-yingxiao-left h2{
  font-weight: bold;
  color: var(--color);
  margin-bottom: 20px;
  font-size: 40px;
}

.hongshu-zhongcao-koc-yingxiao-left-button{
  width: 208px;
  height: 33px;
  text-align: center;
  margin: 20px auto;
  background-color: var(--color);
  line-height: 33px;
  color: #fff;
  font-weight: bold;
}

.hongshu-zhongcao-koc-yingxiao-right img{
  width: 271px;
  height: 361px;
  object-fit: cover;
}

.hongshu-zhongcao-koc-yingxiao-right{
  position: relative;
  padding-left: 100px;
}

.hongshu-zhongcao-koc-yingxiao-right-text{
  width: 288px;
  height: 351px;
  padding: 10px;
  background-color: var(--color);
  position: absolute;
  top: 118px;
  left: 260px;
}

.hongshu-zhongcao-koc-yingxiao-right-text-content{
  border: 2px solid #fff;
  text-align: center;
  height: 330px;
}

.hongshu-zhongcao-koc-yingxiao-right-text-content-button{
  background-color: #fff;
  color: var(--color);
  padding: 10px 20px;
  width: 130px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 60px;
}

.hongshu-zhongcao-koc-yingxiao-right-text-content p{
  color: #fff;
  width: 188px;
  margin: 0 auto;
  height: 168px;
  margin-top: 30px;
}

.hxy-seo-image-box-hongshu-serach{
  position: relative;
  width: 877px;
}

.hxy-seo-image-box-hongshu-serach-content{
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  width: 770px;
}

.hxy-seo-image-box-hongshu-serach-content p{
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px;
}

.hxy-seo-image-box-hongshu-serach-content.one{
  top: 540px;
  left: 60px;
}

.hxy-seo-image-box-hongshu-serach-content.two{
  top: 1000px;
  left: 60px;
}

.hxy-seo-image-box-hongshu-serach-content.two p{
  margin-top: 10px;
}

.hxy-seo-image-box-hongshu-serach-content.three{
  top: 1380px;
  left: 60px;
}

.xiaohongshu-serach-bottom{
  width: 877px;
  margin: 0 auto;
  background-color: var(--color);
  padding: 40px 20px;
  display: flex;
}

.xiaohongshu-serach-bottom-left,.xiaohongshu-serach-bottom-right{
  width: 50%;
  color: #fff;
}

.xiaohongshu-serach-bottom-left h2{
  font-weight: bold;
}

.xiaohongshu-serach-bottom-left p{
  font-size: 20px;
  margin-top: 15px;
}

.xiaohongshu-serach-bottom-right{
  display: flex;
  /* align-items: center; */
}
.xiaohongshu-serach-bottom-right-icon{
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xiaohongshu-serach-bottom-right-icon img{
  width: 60px;
  height: 60px;
}

.right-content{
  margin-left: 20px;
  font-size: 20px;
}

.right-content a{
  color: #fff;
  margin-top: 20px;
  display: block;
}

.right-content a:hover{
  color: #fff;
}

.cases-button p {
  background-color: var(--color);
  font-size: 19px;
  font-family: SimHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 9px;
  padding: 15px 100px;
  margin: 54px 0 54px 0;
}

.hxy-cases3{
  background-color: #f9f9f9;
}

.cases-button{
  display: flex;
  justify-content: center;
}

.hxy-cases3-wrapper{
  width: 1360px;
  margin: 0 auto;
  padding: 20px;
}

.hxy-cases3-cases-nav2{
  margin: auto;
  position: relative;
  padding: 145px 0;
}

.cases-top, .cases-bottom {
  float: left;
  width: 11%;
  position: relative;
  cursor: pointer;
}

.hxy-cases3-cases-nav2 .cases_xia2 {
  background-color: #ffffff;
  height: 169px;
}

.hxy-cases3-cases-nav2 .cases_xia2 h2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding-top: 30px;
}

.hxy-cases3-cases-nav2 .cases_xia2 p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-bottom: 67px;
  line-height: 24px;
  width: 80%;
  margin: auto;
}

.hxy-cases3-cases-nav2 .cases_yuan {
  background: var(--color);
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  position: relative;
}

.hxy-cases3-cases-nav2 .cases_yuan img{
  margin-left: 18px;
}

.hxy-cases3-cases-nav2 .cases_xian {
  width: 2px;
  height: 60px;
  background: var(--color);
  margin: auto;
}

.hxy-cases3-cases-nav2 .cases_dian {
  width: 100%;
  height: 24px;
  background: var(--color);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hxy-cases3-cases-nav2 .cases_dian span{
  background-color: #fff;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
}

.hxy-cases3-cases-nav2 .cases-bottom {
  margin-top: 143px;
  position: relative;
}

.hxy-cases3-cases-nav2 .cases-bottom .nav {
  text-align: center;
  position: absolute;
  width: 220px;
  bottom: -126px;
  left: -37%;
  margin-top: 252px;
  margin-left: 12px;
}

.hxy-cases3-cases-nav2 .nav {
  text-align: center;
  position: absolute;
  width: 220px;
  top: -126px;
  left: -27%;
}

.hxy-cases3-cases-nav2 .cases-bottom .nav h2 {
  padding-top: 57px;
}

.package-content-box-contanier-kuaishou-header{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.kuaishou-header-cases-class{
  text-align: center;
}

.kuaishou-header-cases-class{
  font-size: 16px;
  cursor: pointer;
  padding: 20px 0;
}

.kuaishou-header-cases-class.active{
  color: #fff;
}

#package-content-box-contanier-kuaishou-cases-show{
  min-height: 600px;
}

.package-content-box-contanier-kuaishou-content{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  justify-content: space-evenly;
  margin-top: 20px;
}

.package-content-box-contanier-kuaishou-item{
  border: 1px solid #eee;
  padding: 15px;
  text-align: center;
}

.package-content-box-contanier-kuaishou-item img{
  height: 250px;
}

.hxy-cases4{
  width: 100%;
  overflow: hidden;
  margin-bottom: 58px;
  position: relative;
  background-color: #F9F9F9;
}

.hxy-cases4 .cases4_left {
  text-align: right;
  color: #ffffff;
  padding: 59px 86px 0 0;
}

.hxy-cases4 .cases4_left {
  background-image: url(../images/tuanduibeijing.png);
}

.hxy-cases4 .cases4_left h2 {
  font-size: 38px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 39px;
}

.hxy-cases4 .cases4_left li {
  height: 86px;
  margin-bottom: 55px;
}

.hxy-cases4 .cases4_left li h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 157, 4, 1);
  line-height: 28px;
  margin-top: 19px;
  margin-bottom: 18px;
}

.hxy-cases4 .cases4_left li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
  width: 55%;
  float: right;
  text-align: left;
}

.hxy-cases4 .cases4_right{
  text-align: left;
  padding: 59px 0 0 86px;
  background-color: #F9F9F9;
}

.hxy-cases4 .cases4_right h2 {
  font-size: 38px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  float: left;
  margin-bottom: 38px;
}

.hxy-cases4 .cases4_right h3 {
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 45px;
  margin-left: 200px;
}

.vases4_right_button2 {
  text-align: center;
  width: 700px;
}

.hxy-cases4 .cases4_right ul li {
  overflow: hidden;
}

.hxy-cases4 .cases4_right ul li div {
  /* float: left; */
  position: relative;
}

.vases4_right_left{
  float: left;
}

.vases4_right_right{
  float: left;
}

.vases4_right_left img {
  margin-bottom: 21px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 26px;
}

.vases4_right_right .p_xm, .vases4_right_right .p_zw {
  float: left;
}

.vases4_right_right p {
  margin: 10px;
}

.hxy-cases4 .cases4_right ul li div {
  /* float: left; */
  position: relative;
}

.vases4_right_right .right_vases_news {
  padding: 10px;
  background-color: #4581FB;
  background-repeat: no-repeat;
  width: 400px;
  border-radius: 10px;
  margin-left: 20px;
}

.vases4_right_right span {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #4581FB;
  display: block;
  position: absolute;
  top: 12px;
  left: -10px;
}

.vases4_right_right div p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hxy-cases4 .p_xm_new, .hxy-cases4 .p_zw{
  color: #333;
}

.vases4_right_button2 button {
  background-color: #4581FB;
  font-size: 19px;
  font-family: SimHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  padding: 15px 50px;
  margin: 54px 0 54px 0;
  height: 50px !important;
}

.hxy-cases4 .cases4_center {
  position: absolute;
  left: calc(50% - 43px);
  top: 81px;
}

.hxy-cases4 .cases4_center div {
  width: 86px;
  height: 86px;
  margin-top: 55px;
}

.project_center_rongyuzhi{
  background-image: url(../images/tuanduibeijing.png);
  width: 100%;
  
}

.rongyuzizhi_css{
  background-color: #eee;
  width: 400px;
  height: 520px;
}

.rongyuzizhitupian-img{
  width: 100%;
  height: 446px;
}

.el-carousel__item h3 {
  color: #fff;
  text-align: center;
  margin-top: 13px;
}

.el-carousel__item p{
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.package-content-box-contanier-douyin-show{
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-item-douyin-show{
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.package-content-box-douyin-show-item-left{
  width: 120px;
  height: 120px;
  /* border-radius: 50%; */
  /* background-color: var(--color); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-content-box-douyin-show-item-left img{
  width: 80px;
  height: 80px;
  /* background-color: #fff;
  border-radius: 50%; */
}

.package-content-douyin-show-box-item-right{
  margin-left: 10px;
}

.package-content-douyin-show-box-item-right h2{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.package-content-douyin-show-box-item-right p{
  margin-top: 15px;
  line-height: 24px;
  color: #666;
  text-align: left;
}

.package-content-box-douyin-show-item-left-img-box{
  width: 120px;
}

.package-content-box-item-douyin-youshi{
  background-color: #fff;
}

.package-content-box-contanier-douyin-youshi{
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  justify-content: space-evenly;
  text-align: center;
}

.package-content-box-item-douyin-youshi{
  padding: 30px 20px;
  background-color: #fff;
}

.package-content-box-item-douyin-youshi-icon{
  font-size: 30px;
}

.package-content-box-item-douyin-youshi h3{
  margin: 30px 0;
}

.package-content-box-item-douyin-youshi p{
  color: #666;
  line-height: 30px;
}

.hxy-seo-image-box-douyin img{
  width: 100%;
}

.hxy-seo-image-box-full-box{
  width: 100%;
}

.hxy-seo-image-box-full-box img{
  width: 100%;
}

.vdeio-contaneier-big-box-content{
  text-align: center;
  background-image: url(../images/zhibodaihuo-image7-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 213px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.vdeio-contaneier-big-box h2{
  font-size: 48px;
  color: #3A434B;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding-top: 60px;
}

.vdeio-contaneier-big-box p{
  font-size: 18px;
  color: #393939;
  margin-top: 16px;
  font-weight: 400;
  text-align: center;
}

.vdeio-contaneier-big-box-content-left a{
  display: block;
  width: 150px;
  height: 50px;
  border: 1px solid var(--color);
  background: #FFFFFF;
  opacity: 1;
  border-radius: 25px;
  color: var(--color);
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.vdeio-contaneier-big-box-content-left.right a{
  background-color: var(--color);
  color: #fff;
}

.hxy-three-bottom-canct-us{
  background-image: url(../images/shuziren-bg-bottom.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 528px;
}

.hxy-three-bottom-canct-us-text-content{
  text-align: left;
}

.hxy-three-bottom-canct-us h2{
  font-size: 40px;
  margin-top: 20px;
}

.hxy-three-bottom-canct-us p{
  font-size: 24px;
  margin-top: 20px;
}

.hxy-three-bottom-canct-us-text-content-buttun{
  padding: 20px 10px;
  background-color: var(--color);
  color: #fff;
  border-radius: 4px;
  font-size: 24px;
  width: 240px;
  text-align: center;
  margin-top: 30px;
}
