/* 浏览器样式初始化 */
/* 768px（1em=16px） */
@font-face {
  font-family: 'DINEngschriftStd';
  src: url('../fonts/DINEngschriftStd.eot');
  src: url('../fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'), url('../fonts/DINEngschriftStd.woff') format('woff'), url('../fonts/DINEngschriftStd.ttf') format('truetype'), url('../fonts/DINEngschriftStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.w95 {
  width: 95% !important;
  margin: 0 auto;
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}

ol,
ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

/* 首页效果 */
.main-title {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}

/* 首页效果结束 */
.hawk_menu {
  position: fixed !important;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ccc;
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  z-index: 999;
}

/* 浏览器样式初始化 end*/
.newsbanner {
  overflow: hidden;
  position: relative;
}

.newsbanner img {
  width: 100%;
  float: left;
}

.news_w1 {
  position: absolute;
  width: 24.58%;
  left: 2.5%;
  top: 50%;
  color: #fff;
  font-weight: bold;
}

.case-bannerbg {
  background-color: #333333;
}

.case-bannerbg .left {
  background-color: #E90000;
}

.case-banner {
  padding: 110px 0;
  margin: 0px;
  width: 100%;
  height: 510px;
  overflow: hidden;
}

.case-banner .left {
  width: 15%;
  height: 400px;
  float: left;
  padding: 100px 40px;
  font-size: 66px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 78px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.case-banner .left>p {
  font-size: 66px;
}

.case-banner .right {
  float: left;
  width: 85%;
  height: 400px;
  padding: 51px 0 0 60px;
}

.case-banner .right>p:nth-child(1) {
  font-size: 18px;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: normal;
}

.case-banner .right>p:nth-child(2) {
  font-family: PingFangSC-Medium;
  font-size: 46px;
  line-height: 1.3;
  color: #FFFFFF;
}

.case-banner .right .tag {
  margin-top: 17px;
}

.case-banner .right .tag a {
  font-size: 18px;
  color: #FFFFFF;
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  border-right: 1px solid #fff;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
}

.case-banner .right .tag a:nth-child(1) {
  padding-left: 0px;
}

.case-banner .right .tag a:nth-lachild(1) {
  border: none;
  padding-right: 0;
}

.case-banner .right .line {
  opacity: 0.5;
  background: #FFFFFF;
  width: 100%;
  height: 1px;
  margin: 30px auto;
}

.case-banner .right .introduce {
  font-size: 14px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 1.3;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.case-banner .right .introduce h1 {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}


/*内页二级菜单*/
.bNav {
  background: #fff;
}

.bNav ul {
  margin: 0px;
  list-style: none;
}

.bNav li {
  float: left;
  width: 240px;
}

.bNav li img {
  width: 54px;
  height: 54px;
  margin: 0 auto;
}

.bNav .pd {
  display: block;
  text-align: center;
  padding: 20px 0 35px 0;
  color: #3b3b3b;
}

.bNav6 li {
  width: 16.6666%;
}

.bNav5 li {
  width: 240px;
}

.bNav4 li {
  width: 240px;
}

/*.bNav3 li{ width:33.3333%;}*/

.bNav .img {
  height: 1em;
  line-height: 1;
  position: relative;
  color: #606060;
  z-index: 2;
  margin-bottom: 10px;
  font-size: 54px;
}

.bNav .text {}

.bNav .h3 {
  font-size: 16px;
}

.bNav .em {
  font-size: 12px;
  line-height: 1;
  color: #9fa0a0;
  transform: scale(0.9, 0.9);
  text-transform: uppercase;
}

.bNav .p {
  position: absolute;
  bottom: 100%;
  left: 0px;
  right: 0px;
  background: #E90000;
  color: #fff;
  padding: 20px 30px;
  line-height: 1.2;
  opacity: 0;
  transition: 1s opacity;
}


.bNav li.active .pd {
  color: #fff;
  background: #E90000;
}

.bNav li.elementor-item-active .pd {
  color: #fff;
  background: #E90000;
}

.bNav li.active .img,
.bNav li.elementor-item-active .img {
  color: #fff;
}

.bNav li.active .em,
.bNav li.elementor-item-active .em {
  color: #fff;
}

.bNav li.active .pd:before,
.bNav li.elementor-item-active .pd:before {
  opacity: 1;
}

.bNav li:hover .p {
  opacity: 1;
}

.bNav li.active img {
  -moz-filter: brightness(200%);
  -webkit-filter: brightness(200%);
  -ms-filter: brightness(200%);
  filter: brightness(200%);
}

.bNav li:hover img {
  -moz-filter: brightness(200%);
  -webkit-filter: brightness(200%);
  -ms-filter: brightness(200%);
  filter: brightness(200%);
}

/* 首页Banner */
.main-bannerinfo {
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.main-bannerinfo h1 {
  font-size: 50px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
  font-weight: normal;
}

.main-bannertxt {
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.main-bannernum {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  margin-bottom: -70px;
  padding: 0px;
  z-index: 10;
}

.main-bannernum ul {
  height: 140px;
  background-color: #fff;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #fd4539;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px;
  padding: 15px 10px 25px 10px;
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.main-bannernum li {
  text-align: center;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.main-bannernum li::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.main-bannernum li:last-child:after {
  display: none;
}

.main-bannernum li span {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  color: #fd4539;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.main-bannernum li p {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}


.elementor-element.elementor-element-623f16c:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-623f16c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #DB0000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-element.elementor-element-623f16c {
  display: flex;
  flex-direction: column;
  container-widget-width: 100%;
  container-widget-height: initial;
  container-widget-flex-grow: 0;
  container-widget-align-self: initial;
  flex-wrap-mobile: wrap;
  overlay-opacity: 0.85;
  padding: 220px 0;
}

.elementor-element.elementor-element-623f16c::before,
.elementor-element.elementor-element-623f16c>.elementor-background-video-container::before,
.elementor-element.elementor-element-623f16c>.e-con-inner>.elementor-background-video-container::before,
.elementor-element.elementor-element-623f16c>.elementor-background-slideshow::before,
.elementor-element.elementor-element-623f16c>.e-con-inner>.elementor-background-slideshow::before,
.elementor-element.elementor-element-623f16c>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #DB0000;
  background-overlay: '';
}

.elementor-element.elementor-element-623f16c.e-con {
  flex-grow: 0;
  flex-shrink: 0;
}

.elementor-widget-heading .elementor-heading-title {
  font-weight: 600;
  color: #fff;
}

.elementor-element.elementor-element-d1ece8d {
  text-align: center;
}

.elementor-element.elementor-element-d1ece8d .elementor-heading-title {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}

.elementor-element.elementor-element-f6a31ce {
  text-align: center;
}

.elementor-element.elementor-element-f6a31ce .elementor-heading-title {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.elementor-element.elementor-element-b411eb9 {
  text-align: center;
}

.elementor-element.elementor-element-b411eb9 .elementor-heading-title {
  font-weight: 400;
  line-height: 1.8em;
  color: #fff;
}

.elementor-kit-58 {
  --e-global-color-primary: #DB0000;
  --e-global-color-secondary: #585858;
  --e-global-color-text: #585858;
  --e-global-color-accent: #B8B8B8;
  --e-global-color-a0acc19: #000000;
  --e-global-color-e151eb5: #FFFFFF;
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-line-height: 1.8em;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-b31ef73-font-size: 60px;
  --e-global-typography-b31ef73-font-weight: 400;
  --e-global-typography-1b44bab-font-size: 40px;
  --e-global-typography-1b44bab-font-weight: 400;
  --e-global-typography-ddbce3b-font-size: 60px;
  --e-global-typography-ddbce3b-font-weight: 700;
  --e-global-typography-d2cc7ca-font-size: 40px;
  --e-global-typography-d2cc7ca-font-weight: 400;
  --e-global-typography-d2cc7ca-line-height: 1.5em;
  --e-global-typography-226422c-font-size: 28px;
  --e-global-typography-226422c-font-weight: 400;
  --e-global-typography-226422c-line-height: 1.4em;
  --e-global-typography-53d215a-font-size: 20px;
  --e-global-typography-53d215a-font-weight: 400;
  color: var(--e-global-color-primary);
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

/* 新闻展示 */
.news-mainindex {
  background-color: #f3f3f3;
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}

.news-main {
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;
}

.news-mainlist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.news-mainlist ul {
  margin: 0px -15px;
  padding: 0px;
}

.news-mainlist li {
  width: 33.333%;
  margin: 0px;
  padding: 0px 15px;
  overflow: hidden;
  float: left;
}

.news-mainlisttitle {
  border-bottom: 1px solid #ccc;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}

.news-mainlisttitle h3 {
  font-size: 20px;
  line-height: 35px;
  margin: 5px 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
}

.news-mainlisttitle a {
  font-size: 14px;
  line-height: 25px;
  background-color: #E90000;
  color: #fff;
  border-radius: 5px;
  margin: 10px 0px;
  padding: 0px 10px;
  overflow: hidden;
  float: right;
}

.news-mainlistinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.news-mainlistinfo ul {
  margin: 0px;
}

.news-mainlistinfo li {
  width: 100%;
  font-size: 12px;
  line-height: 25px;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.news-mainlistinfo li a {
  color: #333;
  font-size: 13px;
  width: auto;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  float: left;
}

.news-mainlistinfo li:firchild a {
  width: 100%;
}

.news-mainlistinfo li span {
  font-size: 12px;
  text-align: right;
  float: right;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.news-mainlistinfo li:firchild {
  margin-bottom: 15px;
}

.news-mainlistimg {
  width: 180px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
}

.news-mainlistimg img {
  width: 100%;
}

.news-mainlisttxt {
  width: calc(100% - 195px);
  padding: 0px 5px 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
  position: relative;
}

.news-mainlisttxt h3 {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #E90000;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-mainlisttxt p {
  height: 80px;
  line-height: 20px;
  color: #999;
  padding: 0px;
  margin: 0px 0px 25px;
  white-space: initial;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.news-mainlisttxt span {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  position: absolute;
  bottom: 0;
  right: 0px;
}

.index-adinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.index-adinfo p {
  margin: 0px;
}

.index-adinfo img {
  width: 100%;
}

.index-itemall {
  background-color: #eee;
  padding: 30px 0px 20px;
  margin: 0px;
  overflow: hidden;
}

.index-iteminfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.index-iteminfo li {
  width: 14.285%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}

.index-iteminfo dl {
  padding: 0px;
  margin: 0px auto;
  overflow: hidden;
  display: table;
}

.index-iteminfo dt {
  line-height: 35px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #666;
  margin: 0px 0px 10px;
  padding: 0px;
  overflow: hidden;
}

.index-iteminfo dd {
  font-size: 13px;
  line-height: 30px;
  width: 100%;
  text-align: left;
  color: #666;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}


/* 首页客户 */
.main-customall {
  padding: 0px 0px 20px;
  margin: 0px;
  overflow: hidden;
}

.main-custotxtbg {
  background-color: #E90000;
  padding: 60px 0px 90px;
  margin: 0px 0px 30px;
  overflow: hidden;
}

.main-custotxt {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.main-custotxt p {
  margin: 0px;
}

.main-custotxt strong {
  font-size: 50px;
  font-weight: 600;
}

.main-customlist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.main-customlist ul {
  display: flex;
  flex-wrap: wrap;
}

.main-customlist li {
  width: 11.1111111%;
  padding: 10px;
  position: relative;
  /*border: 1px solid #f6f6f6;*/
  background: #fff;
}

.main-customlist li img {
  display: block;
  width: 100%;
  filter: grayscale(100%);
}

.main-customlist li:hover img {
  filter: grayscale(0);
}

/* 案例分类 */
.main-casetype {
  padding: 60px 0px 50px;
  margin: 0px;
  overflow: hidden;
}

.main-casetype .type-list {
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 15px 0px 20px;
  overflow: hidden;
}

.main-casetype .type-list .active {
  color: #fd4539;
}

.main-casetype .type-list a {
  display: inline-block;
  padding: 0px 40px;
  line-height: 30px;
  color: #888889;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
}

.main-casetype .type-list a:after {
  position: absolute;
  top: 15%;
  right: -3px;
  width: 1px;
  height: 70%;
  content: '';
  background-color: #ddd;
}

.main-casetype .type-list a:last-child:after {
  display: none;
}

.main-casetype .type-list a:hover {
  background-color: #fd4539;
  color: #fff;
}


.post-2326 .elementor-post__thumbnail {
  border: 1px solid #eee;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

a.elementor-post__thumbnail__link {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

a.elementor-post__thumbnail__link:hover .elementor-post__thumbnail img {
  transform: scale(1.15581);
}

.case-type span {
  max-width: 33%;
  font-size: 12px;
  color: #999999;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  margin-right: 10px;
  margin-bottom: 8px;
  background: #EEEEEE;
  border-color: #EEEEEE;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: left;
}

.case-type a {
  max-width: 33%;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  margin-right: 10px;
  margin-bottom: 8px;
  float: left;
}

.case-nyone:hover .case-nyoneimg img {
  transform: scale(1.1, 1.1);
}

.case-nyoneimg img {
  max-width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.case-detailsall {
  padding: 40px 0px 30px;
  margin: 0px auto;
  overflow: hidden;
}

.case-details-title {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.case-details-title h1 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  margin: 0px;
}

.case-details-title .txt {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  padding: 30px 0 0 0;
}

.case-detailsinfo {
  font-size: 13px;
  line-height: 25px;
  color: #333;
}

.case-detailsinfo p {
  margin: 0px;
}

.case-details-list-name {
  color: #333;
  font-size: 15px;
  padding: 30px 0px 5px;
  overflow: hidden;
}

.case-details-list-info {
  font-size: 14px;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.case-details-box {
  font-size: 14px;
  line-height: 2em;
  color: #333;
  margin-bottom: 0px;
  overflow: hidden;
}

.case-details-box img {
  width: 100% !important;
}

.case-details-box a img {
  width: auto !important;
}

.case-detailslist {
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;
}

.case-detailslisttitle {
  text-align: center;
  line-height: 2;
  font-size: 24px;
  margin: 0px 0px 20px;
}

.case-detailslisttitle span {
  margin: 0px 0.7em;
}

.case-detailslist ul {
  display: grid;
  column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.case-detailslist li {
  margin: 0px 0px 15px;
  padding: 0px;
  overflow: hidden;
}

/* 设计服务 */
.pinpai_box {
  background: url(/templates/default/images/service_bg1.jpg) no-repeat center center / cover;
  padding: 140px 0;
}

.pinpai_box .box {
  padding: 0 90px;
}

.pinpai_box .box .img {
  float: left;
  max-width: 662px;
  width: 100%;
  line-height: 0;
}

.pinpai_box .box .text {
  float: right;
  width: 46%;
}

.pinpai_box .box .text h4 {
  color: #cccccc;
  font-size: 50px;
  text-transform: uppercase;
  font-family: DINEngschriftStd;
}

.pinpai_box .box .text h3 {
  margin-top: 10px;
  font-size: 32px;
  color: #333333;
  font-weight: bold;
}

.pinpai_box .box .text .t {
  margin-top: 25px;
  color: #333333;
  font-size: 18px;
  line-height: 36px;
}

.pinpai_box2 {
  background: url(/templates/default/images/service_bg2.jpg) no-repeat center center / cover;
  padding: 80px 0 90px;
}

.pinpai_box2 .ny_title h3,
.pinpai_box2 .ny_title h2 {
  color: #fff;
  font-weight: bold;
}

.pinpai_box2 .box ul {
  margin-top: 60px;
}

.pinpai_box2 .box ul li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  min-height: 352px;
  border-right: 1px solid #3e3e3d;
  padding-top: 50px;
}

.pinpai_box2 .box ul li:last-child {
  border-right: none;
}

.pinpai_box2 .box ul li .icon {
  line-height: 0;
}

.pinpai_box2 .box ul li h3 {
  margin-top: 32px;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
}

.pinpai_box2 .box ul li p {
  margin-top: 10px;
  color: #cccccc;
  font-size: 15px;
  line-height: 24px;
}

.ny_title span {
  float: left;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: DINEngschriftStd;
  color: #999999;
  line-height: 50px;
}

.ny_title h3,
.ny_title h2 {
  float: left;
  color: #333;
  font-size: 30px;
  margin: 54px 20px 0 15px;
}

.ny_title p {
  margin-top: 68px;
  float: left;
  color: #CCCCCC;
  font-size: 16px;
}

.pinpai_box3 {
  background: url(/templates/default/images/service_bg3.jpg) no-repeat top center / cover #f6f6f6;
  padding-top: 230px;
}

.pinpai_box3 .box {
  position: relative;
}

.pinpai_box3 .box .text {
  width: 100%;
  position: relative;
}

.pinpai_box3 .box .text .img {
  display: block;
  line-height: 0;
}

.pinpai_box3 .box .text .bt {
  position: absolute;
  left: 90px;
  top: 168px;
  background: url(/templates/default/images/pinpai_pic1.png) no-repeat left center;
  height: 222px;
  padding: 34px 0 0 56px;
}

.pinpai_box3 .box .text .bt h4 {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: DINEngschriftStd;
  margin-bottom: .5rem;
}

.pinpai_box3 .box .text .bt h3,
.pinpai_box3 .box .text .bt h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

.pinpai_box3 .box .con {
  position: absolute;
  right: 90px;
  top: -132px;
  min-height: 560px;
  width: 910px;
  background: url(/templates/default/images/pinpai_pic2.png);
  padding: 115px 62px 0;
}

.pinpai_box3 .box .con ul li {
  float: left;
  margin-bottom: 105px;
  width: 47%;
}

.pinpai_box3 .box .con ul li:nth-child(2n) {
  float: right;
}

.pinpai_box3 .box .con ul li .icon {
  float: left;
  width: 62px;
  line-height: 0;
}

.pinpai_box3 .box .con ul li .t {
  margin-top: -5px;
  float: right;
  width: 76%;
}

.pinpai_box3 .box .con ul li .t h3 {
  color: #333333;
  font-size: 22px;
}

.pinpai_box3 .box .con ul li .t p {
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.pinpai_box4 {
  background: #f6f6f6;
}

.pinpai_box4 .top .ny_title {
  float: left;
}

.pinpai_box4 .top .ny_title span {
  color: #b3b3b3;
}

.pinpai_box4 .top .ny_title h3,
.pinpai_box4 .top .ny_title h2 {
  color: #333333;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

.pinpai_box4 .top .ny_title p {
  color: #666666;
}

.pinpai_box4 .top .more {
  float: right;
  margin-top: 54px;
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-family: DINEngschriftStd;
  background: #cccccc;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
}

.pinpai_box4 .box ul {
  width: 24.25%;
  margin-right: 1%;
}

.pinpai_box4 .box ul li {
  float: left;
  margin-bottom: 4%;
}

.pinpai_box4 .box ul li .text {
  padding: 20px;
}

.pinpai_box4 .box ul li .text span {
  width: 35px;
  height: 35px;
  top: 20px;
  right: 25px;
}

.pinpai_box4 .box ul li .text h4 {
  font-size: 18px;
}

.pinpai_box4 .box ul li .text h3 {
  font-size: 16px;
}

.pinpai_box4 .box ul li .text p {
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  margin-top: 5px;
}

.pinpai_box4 .box2 ul {
  width: 32%;
  margin-right: 2%;
}

.pinpai_box4 .box2 ul li {
  margin-bottom: 6%;
}

.pinpai_box5 {
  background: #f6f6f6;
  padding-bottom: 100px;
}

.pinpai_box5 .box {
  background: #fff;
  padding: 50px;
}

.pinpai_box5 .box .top .ny_title {
  float: left;
}

.pinpai_box5 .box .top .ny_title span {
  color: #b4b4b4;
  display: block;
}

.pinpai_box5 .box .top .ny_title ul {
  float: left;
  margin-top: 5px;
}

.pinpai_box5 .box .top .ny_title ul li {
  display: inline-block;
  float: left;
  width: auto;
  line-height: 40px;
  cursor: pointer;
  color: #585858;
  font-size: 24px;
  margin-right: 40px;
  margin-top: 5px;
}

.pinpai_box5 .box .top .ny_title ul li h2 {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

.pinpai_box5 .box .top .ny_title ul li.cur {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
}

.pinpai_box5 .box .top .more {
  float: right;
  margin-top: 50px;
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-family: DINEngschriftStd;
  background: #cccccc;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
}

.pinpai_box5 .box ul {
  margin-top: 40px;
}

.pinpai_box5 .box ul li {
  float: left;
  width: 48%;
}

.pinpai_box5 .box ul li:nth-child(2n) {
  float: right;
}

.pinpai_box5 .box ul li .img {
  line-height: 0;
  overflow: hidden;
}

.pinpai_box5 .box ul li .text {
  padding-top: 20px;
}

.pinpai_box5 .box ul li .text .bt {
  line-height: 30px;
}

.pinpai_box5 .box ul li .text .bt h3 {
  font-weight: normal;
  float: left;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  color: #000;
}

.pinpai_box5 .box ul li .text .bt span {
  float: right;
  color: #000;
  font-size: 20px;
}

.pinpai_box5 .box ul li .text p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}


/* 案例推荐 */
.home_case {
  padding: 80px 0;
}

.home_case .top .title {
  float: left;
}

.home_case .top .gdzx_R {
  margin-top: 60px;
  float: right;
}

.home_case .top .gdzx_R .list {
  float: left;
}

.home_case .top .gdzx_R a {
  display: block;
  float: left;
  line-height: 44px;
  color: #666666;
  font-size: 16px;
  background: #ededed;
  margin-left: 3px;
  padding: 0 20px;
}

.home_case .top .gdzx_R a i {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.home_case .top .gdzx_R a .i1 {
  top: 3px;
  width: 13px;
  height: 17px;
  background: url(/templates/default/images/home_case_icon1.png) no-repeat center center;
}

.home_case .top .gdzx_R a .i2 {
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(/templates/default/images/home_case_icon2.png) no-repeat center center;
}

.home_case .top .gdzx_R a .i3 {
  top: 4px;
  width: 12px;
  height: 20px;
  background: url(/templates/default/images/home_case_icon3.png) no-repeat center center;
}

.home_case .top .gdzx_R a .i4 {
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(/templates/default/images/home_case_icon4.png) no-repeat center center;
}

.home_case .top .gdzx_R a .i5 {
  width: 12px;
  height: 12px;
  background: url(/templates/default/images/home_case_icon5.png) no-repeat center center;
}

.home_case .top .gdzx_R a:hover,
.home_case .top .gdzx_R a.cur {
  color: #fff;
  background: #333333;
}

.home_case .top .gdzx_R a:hover .i1,
.home_case .top .gdzx_R a.cur .i1 {
  background: url(/templates/default/images/home_case_icon01.png) no-repeat center center;
}

.home_case .top .gdzx_R a:hover .i2,
.home_case .top .gdzx_R a.cur .i2 {
  background: url(/templates/default/images/home_case_icon02.png) no-repeat center center;
}

.home_case .top .gdzx_R a:hover .i3,
.home_case .top .gdzx_R a.cur .i3 {
  background: url(/templates/default/images/home_case_icon03.png) no-repeat center center;
}

.home_case .top .gdzx_R a:hover .i4,
.home_case .top .gdzx_R a.cur .i4 {
  background: url(/templates/default/images/home_case_icon04.png) no-repeat center center;
}

.home_case .top .gdzx_R a:hover .i5,
.home_case .top .gdzx_R a.cur .i5 {
  background: url(/templates/default/images/home_case_icon05.png) no-repeat center center;
}

.home_case .top {
  margin-bottom: 50px;
}

.home_case .home_case_con .box {
  display: none;
}

.home_case .home_case_con .box:first-child {
  display: block;
}

.home_case .box ul {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.home_case .box ul:last-child {
  margin-right: 0;
}

.home_case .box ul li {
  width: 100%;
  float: left;
  margin-bottom: 6%;
  position: relative;
}

.home_case .box ul li .img {
  line-height: 0;
  overflow: hidden;
}

.home_case .box ul li .text {
  opacity: 0;
  position: absolute;
  left: 2%;
  bottom: 12px;
  width: 96%;
  background: rgba(255, 255, 255, 0.9);
  padding: 45px 38px;
  transition: all .5s;
}

.home_case .box ul li .text span {
  position: absolute;
  right: 34px;
  top: 39px;
  width: 50px;
  height: 50px;
}

.home_case .box ul li .text h4 {
  font-family: DINEngschriftStd;
  color: #333333;
  font-size: 32px;
  text-transform: uppercase;
  display: none;
}

.home_case .box ul li .text i {
  display: block;
  width: 17px;
  height: 3px;
  background: #cccccc;
  /*margin: 15px 0;*/
}

.home_case .box ul li .text h3 {
  font-size: 22px;
  font-weight: normal;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home_case .box ul li .text p {
  margin-top: 10px;
  color: #333333;
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.home_case .box ul li:hover .text {
  opacity: 1;
}

/* 广告宣传服务 */
.haibao_box {
  background: #f6f6f6;
  padding-top: 65px;
}

.haibao_box ul {
  margin-top: 70px;
}

.haibao_box ul li {
  float: left;
  width: 50%;
}

.haibao_box ul li .img {
  float: left;
  width: 50%;
}

.haibao_box ul li .text {
  margin-top: 59px;
  width: 50%;
  background: #1f222f;
  float: left;
  min-height: 356px;
  padding: 90px 38px 0;
}

.haibao_box ul li .text h3 {
  color: #ffffff;
  font-size: 24px;
}

.haibao_box ul li .text .t {
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.title2 {
  text-align: center;
}

.title2 h4 {
  color: #999999;
  font-size: 50px;
  text-transform: uppercase;
  font-family: DINEngschriftStd;
}

.title2 h3,
.title2 h2 {
  color: #333333;
  font-size: 30px;
}

.title2 p {
  margin-top: 5px;
  color: #999999;
  font-size: 16px;
}

.title2 i {
  display: block;
  width: 34px;
  height: 2px;
  background: #000000;
  margin-top: 48px;
  margin: 25px auto;
}

/* 品牌提升 */
.brand_box {
  background: url(/templates/default/images/brand_bg.jpg) no-repeat center top #ffffff;
  padding-bottom: 70px;
}

.brand_box .box {
  padding: 0;
}

.brand_box .box .left {
  float: left;
  padding-top: 210px;
}

.brand_box .box .left h4 {
  color: #999999;
  font-size: 50px;
  text-transform: uppercase;
  font-family: DINEngschriftStd;
}

.brand_box .box .left h3,
.brand_box .box .left h2 {
  margin-top: 5px;
  color: #333333;
  font-size: 30px;
}

.brand_box .box .left p {
  margin-top: 22px;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

.brand_box .box .left i {
  display: block;
  width: 34px;
  height: 2px;
  background: #333333;
  margin-top: 25px;
}

.brand_box .box .right {
  margin-top: 75px;
  float: right;
  width: 610px;
  background: url(/templates/default/images/brand_bg2.png) no-repeat center 30px;
}

.brand_box .box .right span {
  width: 550px;
  margin: 0 auto;
  line-height: 0;
  background: #fff;
  padding: 10px;
  display: block;
}

.brand_box ul {
  padding: 70px 0 0;
}

.brand_box ul li {
  float: left;
  background: #fcfcfc;
  width: 32%;
  padding: 50px 60px;
  margin-right: 2%;
}

.brand_box ul li:nth-child(3n) {
  margin-right: 0;
}

.brand_box ul li .bt span {
  width: 64px;
  float: left;
  height: 50px;
}

.brand_box ul li .bt h3 {
  color: #333333;
  font-size: 24px;
  float: left;
  margin-left: 18px;
  line-height: 48px;
}

.brand_box ul li .bt .s1 {
  background: url(/templates/default/images/brand_icon1.png) no-repeat left center;
}

.brand_box ul li .bt .s2 {
  background: url(/templates/default/images/brand_icon2.png) no-repeat left center;
}

.brand_box ul li .bt .s3 {
  background: url(/templates/default/images/brand_icon3.png) no-repeat left center;
}

.brand_box ul li p {
  margin-top: 18px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.brand_box ul li:hover {
  background: #fd4539;
}

.brand_box ul li:hover .bt h3 {
  color: #fff;
}

.brand_box ul li:hover .bt .s1 {
  background: url(/templates/default/images/brand_icon01.png) no-repeat left center;
}

.brand_box ul li:hover .bt .s2 {
  background: url(/templates/default/images/brand_icon02.png) no-repeat left center;
}

.brand_box ul li:hover .bt .s3 {
  background: url(/templates/default/images/brand_icon03.png) no-repeat left center;
}

.brand_box ul li:hover p {
  color: #fff;
}

/* 关于 */
.container {
  width: 100%;
  margin: 0 auto;
}

/**about**/
.about_box {
  background: url(/uploads/image/about_bg.jpg) no-repeat center top / cover;
  padding: 90px 0;
}

.about_box .box {
  margin-top: 35px;
  width: 40%;
  margin: 0 auto;
}

.about_box .box .img {
  line-height: 0;
}

.maxbox .title {
  background: url(/uploads/image/title_bg.png) no-repeat left center;
  height: 103px;
}

.maxbox .title span {
  float: left;
  color: #adadad;
  font-size: 32px;
  text-transform: uppercase;
  display: block;
  font-family: DINEngschriftStd;
  margin-left: 63px;
  margin-top: 44px;
  line-height: 32px;
}

.maxbox .title h3,
.maxbox .title h2 {
  color: #333333;
  float: left;
  font-size: 32px;
  margin-left: 20px;
  margin-top: 64px;
  font-weight: bold;
}

.maxbox .title_bt {
  font-size: 16px;
  margin: 81px 0 0 15px;
  float: left;
  color: #666666;
}

.about_box .box .t {
  margin-top: 20px;
  text-align: center;
  color: #666666;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
}

.about_box .box .text {
  text-align: center;
  margin-top: 45px;
}

.about_box .box .text .left {
  display: inline-block;
}

.about_box .box .text .left .bt {
  color: #777777;
  font-size: 122px;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  line-height: 80px;
}

.about_box .box .text .left p {
  margin-left: 5px;
  margin-top: 10px;
  text-align: left;
  color: #888888;
  font-size: 23px;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  position: relative;
}

.about_box .box .text .left p:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 13px;
  width: 18px;
  height: 3px;
  background: #888888;
}

.about_box .box .text .right {
  position: relative;
  top: -2px;
  text-align: left;
  margin-left: 25px;
  display: inline-block;
  color: #777777;
  font-size: 18px;
  line-height: 32px;
  width: 522px;
}

.about_box2 {
  background: url(/uploads/image/aboutlz.png) no-repeat center center / cover;
  padding: 130px 0;
}

.about_box2 .box {
  float: right;
  width: 832px;
  background: #fff;
  padding: 70px 50px;
}

.about_box2 .box .t {
  margin-top: 30px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.about_box2 .box .t p {
  text-indent: 2em;
}

.about_box2 .box ol {
  margin-top: 40px;
}

.about_box2 .box ol li {
  float: left;
  text-align: center;
  position: relative;
  padding: 0 30px;
}

.about_box2 .box ol li:first-child {
  padding-left: 0;
}

.about_box2 .box ol li:last-child {
  padding-right: 0;
}

.about_box2 .box ol li:last-child:before {
  display: none;
}

.about_box2 .box ol li .bt {
  font-family: DINEngschriftStd;
  color: #333333;
  font-size: 50px;
}

.about_box2 .box ol li p {
  color: #999999;
  font-size: 18px;
}

.about_box2 .box ol li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 72px;
  background: #e0e0e0;
}


.about_box4 {
  background: #333333;
  padding: 100px 0 70px;
}

.about_box4 .container {
  position: relative;
}

.about_box4 .container .img_bg {
  position: absolute;
  left: 0;
  bottom: 4%;
  line-height: 0;
}

.about_box4 .left {
  float: left;
  width: 24.5%;
  padding-right: 3%;
}

.about_box4 .left h3 {
  color: #ffffff;
  font-size: 32px;
  margin-top: 48px;
}

.about_box4 .left p {
  margin-top: 15px;
  color: #cccccc;
  font-size: 16px;
  line-height: 28px;
}

.about_box4 .right {
  float: right;
  width: 75.5%;
}

.about_box4 .right ol li {
  float: left;
  width: 32%;
  position: relative;
  margin-bottom: 2%;
  margin-right: 2%;
}

.about_box4 .right ol li:nth-child(3n) {
  margin-right: 0;
}

.about_box4 .right ol li .img {
  line-height: 0;
  overflow: hidden;
}

.about_box4 .right ol li .img img {
  width: 100%;
}

.about_box4 .right ol li .text {
  display: none;
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.9);
  padding: 12% 5% 0;
}

.about_box4 .right ol li .text h3 {
  border-bottom: 1px solid #484849;
  color: #ffffff;
  font-size: 32px;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.about_box4 .right ol li .text h3 span {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 15px;
}

.about_box4 .right ol li .text p {
  margin-top: 12px;
  color: #CCC;
  font-size: 14px;
  line-height: 24px;
}

.about_box4 .right ol li:hover .text {
  display: block;
}

/* 服务理念 */
.design_box6 {
  background: #333333;
}

.design_box6 .left {
  float: left;
  width: 50%;
  line-height: 0;
}

.design_box6 .left span {
  display: block;
  position: relative;
  width: 100%;
}

.design_box6 .left span:before {
  content: "";
  position: absolute;
  right: -25px;
  top: 203px;
  width: 25px;
  height: 50px;
  background: url(/templates/default/images/design_b2.jpg) no-repeat center center / cover;
}

.design_box6 .right {
  float: right;
  width: 50%;
  padding: 125px 8.9% 0 5.3%;
}

.design_box6 .right .text h3 {
  margin-top: 40px;
  font-size: 32px;
  color: #ffffff;
}

.design_box6 .right .text h4 {
  margin-top: 6px;
  color: #e8e8e8;
  font-size: 24px;
  font-weight: normal;
}

.design_box6 .right .text ol li {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.design_box6 .right .text ol li .icon {
  float: left;
  line-height: 0;
  width: 12%;
}

.design_box6 .right .text ol li .t {
  float: right;
  width: 85%;
  margin-top: -5px;
}

.design_box6 .right .text ol li .t .bt {
  color: #fff;
  font-size: 20px;
}

.design_box6 .right .text ol li .t p {
  color: #e8e8e8;
  font-size: 15px;
  margin-top: 5px;
}


.planning_box2 .left span:before {
  background-image: url(/templates/default/images/planning_b1.jpg);
}

.planning_box2 .right .text .tit {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #e0e0e0;
}

.planning_box2 .right .text a {
  margin-top: 80px;
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 4px;
  background: #f0f0f0;
}



.planning_box3 {
  padding: 90px 0;
  background: #f6f6f6;
}

.planning_box3 ol {
  margin-top: 50px;
  background: url(/templates/default/images/planning_bg2.jpg) no-repeat center center / cover;
  padding: 175px 0 140px;
}

.planning_box3 ol li {
  float: left;
  width: 25%;
  padding-left: 6%;
}

.planning_box3 ol li .icon {
  line-height: 0;
}

.planning_box3 ol li .text {
  padding-top: 40px;
}

.planning_box3 ol li .text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}

.planning_box3 ol li .text p {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
}

/**planning**/
.service_box {
  background: url(/uploads/image/planning_bg.jpg) no-repeat center center / cover;
  padding-top: 90px;
  min-height: 821px;
}

.service_box .box {
  max-width: 905px;
  width: 100%;
  float: left;
  padding-bottom: 30px;
}

.service_box .box ol {
  margin-top: 50px;
}

.service_box .box ol li {
  float: left;
  background: #fff;
  width: 49.9%;
  padding: 45px 5% 40px;
  margin-bottom: 0.2%;
}

.service_box .box ol li .icon {
  float: left;
  line-height: 0;
  width: 63px;
  text-align: right;
}

.service_box .box ol li .text {
  float: right;
  width: 78%;
  margin-top: -5px;
}

.service_box .box ol li .text h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.service_box .box ol li .text p {
  margin-top: 5px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.service_box .box ol li:nth-child(2n) {
  float: right;
}

.service_box .box ol li:nth-child(2) {
  margin-top: 7%;
}

.service_box .box ol li.last {
  background: none;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  font-size: 18px;
  color: #d9d9d9;
}

.service_box2 .left span:before {
  background-image: url(../images/planning_b1.jpg);
}

.service_box2 .right .text .tit {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #e0e0e0;
}

.service_box2 .right .text a {
  margin-top: 80px;
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 4px;
  background: #f0f0f0;
}

.service_box3 {
  padding: 90px 0;
  background: #f6f6f6;
}

.service_box3 ol {
  margin-top: 50px;
  background: url(../images/planning_bg2.jpg) no-repeat center center / cover;
  padding: 175px 0 140px;
}

.service_box3 ol li {
  float: left;
  width: 25%;
  padding-left: 6%;
}

.service_box3 ol li .icon {
  line-height: 0;
}

.service_box3 ol li .text {
  padding-top: 40px;
}

.service_box3 ol li .text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}

.service_box3 ol li .text p {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
}

.service_box4 .right ol li .text {
  height: auto;
  bottom: 5%;
  top: auto;
  background: #fff;
  padding: 8% 5%;
}

.service_box4 .right ol li .text h3 {
  color: #333333;
}

.service_box4 .right ol li .text p {
  color: #333333;
}

/* 联系 */
.contact_banner {
  position: relative;
}

.contact_banner .container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 10% 2.5% 0;
  color: #ffffff;
}

.contact_banner .container h3 {
  font-size: 36px;
  font-weight: normal;
}

.contact_banner .container p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 30px;
}

.contact_banner .container .dh {
  width: 450px;
  margin-top: 12px;
  font-size: 25px;
  font-weight: bold;
  background: url(/uploads/image/dh.png) no-repeat left top;
  padding-left: 43px;
  border-bottom: 1px dotted #939b9f;
  padding-bottom: 15px;
}

.contact_banner .container .dh span {
  display: inline-block;
  margin-right: 20px;
}

.contact_banner .container .dh span:last-child {
  margin-right: 0;
}

.contact_banner .container .bottom {
  margin-top: 25px;
}

.contact_banner .container .bottom a {
  display: block;
  width: 135px;
  line-height: 45px;
  background: #666;
  border-radius: 3px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}

.contact_banner .container .bottom a i {
  display: inline-block;
  width: 17px;
  height: 19px;
  background: url(/uploads/image/dh1.png) no-repeat center center;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.contact_banner .container .bottom a:nth-child(1) i {
  background: url(/uploads/image/dh2.png) no-repeat center center;
}

.contact_banner .container .bottom a:nth-child(2) i {
  background: url(/uploads/image/dh2.png) no-repeat center center;
}

.contact_top .box {
  padding: 0 2.5%;
  position: relative;
  top: -160px;
}

.contact_top .box ul li {
  float: left;
  width: 32%;
  background: #fafafa;
  text-align: center;
  padding: 65px 50px;
  text-align: left;
  margin-right: 2%;
}

.contact_top .box ul li:nth-child(3n) {
  margin-right: 0;
}

.contact_top .box ul li h3 {
  text-align: center;
  color: #333333;
  font-size: 26px;
}

.contact_top .box ul li .t {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.contact_top .box ul li .t p {
  margin: 10px 0;
}

.contact_top .box ul li .t span {
  float: left;
  width: 75px;
  text-align: right;
}

.contact_top .box ul li .t em {
  float: left;
  font-style: normal;
  width: 263px;
}

.contact_top .box ul li:hover {
  background: #666;
}

.contact_top .box ul li:hover h3 {
  color: #fff;
}

.contact_top .box ul li:hover .t {
  color: #fff;
}

/* 服务 */
.main-customizedall {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main-customizedallbg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.main-customizedall .container {
  position: relative;
  z-index: 5;
}

.main-customizedinfo {
  color: #fff;
  padding: 0px 60px 0px 0px;
  margin: 0px;
  overflow: hidden;
}

.main-customizedinfo span {
  display: block;
  font-size: 20px;
  line-height: 25px;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}

.main-customizedinfo h3 {
  font-size: 50px;
  line-height: 1.3;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}

.main-customizedinfo p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}

.main-customizedinfo a {
  display: inline-block;
  background-color: #E90000;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 30px;
  margin: 0px;
  overflow: hidden;
}

.main-customizedlist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.main-customizedlist ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding-inline-start: 0px !important;
}

.main-customizedlist li {
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  height: 120px;
  line-height: 80px;
  text-align: center;
  padding: 20px 10px;
  margin: 0px 0px 20px;
  overflow: hidden;
}

.main-customizedlist li:hover {
  background-color: #E90000;
  color: #fff;
}




.elementor-element.elementor-element-b5c94c3>.elementor-container {
  max-width: 100%;
}

.elementor-element.elementor-element-e616da6 .elementor-heading-title {
  color: #E90000;
  font-size: 34px;
  font-weight: normal;
}

.elementor-element.elementor-element-e616da6>.elementor-widget-container {
  margin: 50px 0px 50px 0px;
  padding: 0px 10px 0px 10px;
}

.elementor-element.elementor-element-966e026>.elementor-container {
  max-width: 100%;
}

.elementor-element.elementor-element-966e026 {
  margin-top: 0px;
  margin-bottom: 150px;
}


.elementor-element .elementor-posts-container {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  padding-top: 50px;
}

.elementor-msie .elementor-element .elementor-post {
  padding-right: calc(30px/2);
  padding-left: calc(30px/2);
  padding-bottom: 35px;
}

.elementor-msie .elementor-element .elementor-posts-container {
  margin-left: calc(-30px/2);
  margin-right: calc(-30px/2);
}

.elementor-element .elementor-post__card {
  padding-top: 0px;
  padding-bottom: 0px;
}

.elementor-element .elementor-post__text {
  padding: 0px;
  margin-top: 0px;
}

.elementor-element .elementor-post__meta-data {
  padding: 10px 17px;
}

.elementor-element .elementor-post__avatar {
  padding-right: 17px;
  padding-left: 17px;
}

.elementor-element .elementor-post__title,
.elementor-element .elementor-post__title a {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #222222;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.elementor-element .elementor-post__excerpt p {
  line-height: 0.1em;
}

.elementor-element .elementor-post__excerpt {
  margin-bottom: 37px;
}

/* 侧栏 */
.news_show h1 {
  color: #333333;
  font-size: 24px;
}

.news_show .date {
  margin-top: 20px;
  line-height: 24px;
}

.news_show .date .da {
  float: left;
  display: table;
}

.news_show .date .da span {
  float: left;
  display: inline-block;
  color: #888888;
  font-size: 14px;
  margin-right: 16px;
}

.news_show .date .fx {
  line-height: 24px;
  float: right;
  display: table;
}

.news_show .date .fx span {
  display: inline-block;
  float: left;
  color: #888888;
  font-size: 14px;
}

.news_show .date .fx div {
  margin-top: 2px;
  float: left;
  display: table;
}

.news_show .date .fx div a {
  height: 16px;
  display: block;
  float: left;
  margin-left: 10px;
}

.news_show .g_newstop {
  position: relative;
  margin-top: 25px;
  background: #fafafa;
  padding: 30px;
}

.news_show .g_newstop p {
  color: #777777;
  font-size: 14px;
  line-height: 26px;
}

.news_show .detail {
  padding-top: 30px;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}

.news_box .box .left {
  max-width: 1000px;
  width: 100%;
  float: left;
}

.news_box .box .left .tit {
  border-bottom: 1px solid #dee1e1;
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 24px;
}

.news_box .box .left .tit span {
  color: #333;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
}

.news_box .box .right {
  float: right;
  max-width: 305px;
  width: 100%;
}

.news_box .box .right .ol_list {
  margin-bottom: 30px;
}

.news_box .box .right .ol_list li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #dcdcdc;
  padding: 30px 0;
}

.news_box .box .right .ol_list li:first-child {
  padding-top: 0;
}

.news_box .box .right .ol_list li .img {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.news_box .box .right .ol_list li .text {
  padding-top: 15px;
}

.news_box .box .right .ol_list li .text h3 {
  color: #333333;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
}

.news_box .box .right .ol_list li .text p {
  margin-top: 5px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news_box .box .right .ol_list li .text .con_btn {
  margin-top: 8px;
  color: #999999;
  font-size: 14px;
}

.news_box .box .right .ol_list li .text .con_btn a {
  float: left;
  display: block;
  color: #999999;
  margin-right: 18px;
  background: url(../images/s1.jpg) no-repeat left center;
  padding-left: 20px;
}

.news_box .box .right .ol_list li .text .con_btn span {
  float: left;
}

.news_box .box .right .ol_list li .text .more {
  margin-top: 11px;
  display: block;
  width: 112px;
  line-height: 32px;
  border: 1px solid #f6f6f6;
  color: #b9b9b9;
  text-align: center;
  text-transform: uppercase;
}

.news_box .box .right .tit {
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  position: relative;
}

.news_box .box .right .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 16px;
  background: #E90000;
}

.news_box .box .right .tit span {
  padding-left: 18px;
  position: relative;
}

.news_box .box .right .tit span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 84px;
  height: 2px;
  background: #E90000;
}

.news_box .box .right .wz_con {
  margin-top: 20px;
}

.news_box .box .right .wz_con li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.news_box .box .right .wz_con li:last-child {
  margin-bottom: 0;
}

.news_box .box .right .wz_con li .img {
  float: left;
  width: 109px;
  height: 74px;
  display: block;
  position: relative;
}

.news_box .box .right .wz_con li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news_box .box .right .wz_con li .text {
  width: 185px;
  float: right;
}

.news_box .box .right .wz_con li .text .bt {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news_box .box .right .wz_con li .text .con_btn {
  margin-top: 5px;
  color: #999999;
  font-size: 14px;
}

.news_box .box .right .wz_con li .text .con_btn a {
  float: left;
  display: block;
  color: #999999;
  margin-right: 18px;
  background: url(../images/s1.jpg) no-repeat left center;
  padding-left: 20px;
}

.news_box .box .right .wz_con li .text .con_btn span {
  float: left;
}

.newscat {
  margin-top: 20px;
  margin-bottom: 20px;
}

.newscat li {
  float: left;
  width: auto;
  height: 35px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 0 10px 8px 0;
  padding: 0 1em;
}

.newscat li a {
  display: block;
  text-align: center;
  line-height: 33px;
  color: #777777;
  font-size: 14px;
}

.socialbox {
  padding-top: 50px;
}

.socialbox .name {
  font-family: "Noto Sans SC";
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  color: #101010;
}

.socialbox .text1 {
  font-family: "Noto Sans SC";
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  color: #101010;
  margin-top: 20px;
}

.socialbox .text2 {
  font-family: "Montserrat-Bold";
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  color: #101010;
  margin-top: 10px;
}

.socialbox .text3 {
  font-family: "Noto Sans SC";
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  color: #101010;
  margin-top: 20px;
}

.socialbox .img {
  width: 175px;
  height: 177px;
  margin-top: 90px;
}

.socialbox .img img {
  width: 100%;
}

.socialbox .list {
  width: 100%;
  display: flex;
  margin-top: 90px;
}

.socialbox .list .item {
  width: 110px;
  margin-right: 10px;
}

.socialbox .list .item img {
  width: 100%;
}

.socialbox .list .item .text {
  font-family: "Noto Sans SC";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999;
  text-align: center;
}

.news-details-note {
  font-size: 13px;
  line-height: 2;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: center;
}

.news-details-page {
  background: #eee;
  text-align: center;
  margin: 20px 0px 0px;
  overflow: hidden;
}

.news-details-page a {
  line-height: 30px;
  color: #fd4539;
  font-size: 14px;
  width: 47%;
  padding: 0.5% 1.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

.news-details-page a:hover {
  background: #fd4539;
  color: #fff;
}

.news-details-page .text-start {
  text-align: left !important;
}

.news-details-page .float-start {
  float: left !important;
}

.news-details-page .text-end {
  text-align: right !important;
}

.news-details-page .float-end {
  float: right !important;
}

/* 新闻分类页 */
ul.newsList {
  width: 100%;
  height: auto;
  padding-top: 5px
}

ul.newsList li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}

ul.newsList li::before {
  content: " ";
  width: 0;
  height: 1px;
  background-color: #E90000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .8s ease;
}

ul.newsList li::after {
  content: " ";
  width: 0;
  height: 1px;
  background-color: #E90000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .8s ease;
}

ul.newsList li:hover::before {
  width: 100%;
  transition: all .8s ease;
}

ul.newsList li:hover::after {
  width: 100%;
  transition: all .8s ease;
}

ul.newsList li .img {
  width: 226px;
  height: 153px;
  position: absolute;
  left: 0;
  top: 30px;
  overflow: hidden;
  transition: all .4s ease;
}

ul.newsList li .circleImage {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

ul.newsList li .img img {
  width: 100%;
  height: auto
}

ul.newsList li dl {
  padding-left: 255px;
}

ul.newsList li dl dt {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  height: 30px;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
}

ul.newsList li dl dt a {
  color: #333;
}

ul.newsList li dl dd {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  max-height: 72px;
  overflow: hidden;
}

ul.newsList li dl dd.setting {
  margin-top: 10px;
  height: 24px;
  overflow: hidden;
}

ul.newsList li dd.setting span {
  color: #b5b5b5;
}

ul.newsList li dd.setting span:first-child {
  color: #b5b5b5;
  padding-right: 40px
}

ul.newsList li a {
  display: block;
  padding: 30px;
  height: 213px;
  transition: all .4s ease;
  color: #333;
}


ul.newsList li:hover a {
  box-shadow: 0 0 10px #ccc;
  transition: all .4s ease;
}

ul.newsList li:hover a .img {
  transform: translateX(10px);
  transition: all .4s;
}

/* footer */
.footewm li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0 15px;
}

.footewm li img {
  width: 100%;
}

.footewm li p {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}


@media (max-width: 1600px) {
  .pc {
    display: block !important;
  }

  .mobile {
    display: none !important;
  }
  .case-banner {
    padding: 100px 0;
    height: 500px;
  }
  .contact_banner .container {
    padding: 10% 90px 0;
  }
  .contact_top .box {
    top: -100px;
  }
  /* footer */
  .footewm li p {
    font-size: 12px;
  }
  .elementor-133 .elementor-element.elementor-element-13e24b8c .elementor-heading-title,
  .elementor-133 .elementor-element.elementor-element-503088d6 .elementor-heading-title,
  .elementor-133 .elementor-element.elementor-element-4ad2d097 .elementor-heading-title {
    font-size: 16px;
  }
}


@media (max-width: 1200px) {
  .pc {
    display: block !important;
  }

  .mobile {
    display: none !important;
  }

  .contact_banner .container {
    padding: 160px 90px 0;
  }

  /* about */
  .design_box6 .right {
    padding: 50px 5% 0 5%;
  }

  .planning_box2 .right .text a {
    margin-top: 10px;
  }

  /* join */
  .Best-Partner-list .Partner-Info .jobtitle {
    font-size: 32px;
  }

  .Best-Partner-list .Partner-Info {
    padding: 50px 0 48px 0;
  }

  .title2 h3,
  .title2 h2 {
    font-weight: bold;
  }

  .newsbanner {
    padding-top: 90px;
  }

  /* case */

  .case-banner .right .line {
    display: none;
  }

  /* service */
  .pinpai_box .box {
    padding: 0;
  }

  .pinpai_box {
    padding-top: 50px;
  }

  .pinpai_box3 .box .con {
    right: 30px;
    top: -100px;
    min-height: 460px;
    width: 55%;
    padding: 115px 62px 0;
  }

  /* banner */
  .case-banner {
    padding: 90px 0 0 0;
    margin: 0px;
    width: 100%;
    height: 410px;
    overflow: hidden;
  }

  .case-banner .left {
    width: 15%;
    height: 320px;
    padding: 100px 40px;
    font-size: 44px;
    line-height: 56px;
  }

  /* footer */
  .footewm li p {
    padding: 10px 0;
    font-size: 10px;
    font-weight: normal;
  }

  .elementor-133 .elementor-element.elementor-element-13e24b8c .elementor-heading-title,
  .elementor-133 .elementor-element.elementor-element-503088d6 .elementor-heading-title,
  .elementor-133 .elementor-element.elementor-element-4ad2d097 .elementor-heading-title {
    font-size: 16px;
  }
}

@media(max-width:991px) {

  /* 首页 */
  .pc {
    display: none !important;
  }

  .main-customizedinfo h3 {
    font-size: 34px;
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .main-title {
    margin-bottom: 15px;
  }

  .main-title h3 {
    font-size: 36px;
  }

  .main-custotxt {
    font-size: 15px;
    line-height: 1.6;
  }

  .main-custotxt strong {
    font-size: 28px;
  }

  .main-customlist li {
    width: 33.33333%;
    padding: 5px;
  }

  .news-mainlist ul {
    margin: 0px;
  }

  .news-mainlist li {
    width: 100%;
    padding: 0px;
  }

  .main-casetype .type-list a {
    display: block;
    float: left;
    width: 33.333%;
    padding: 0px !important;
  }

  .elementor-element .elementor-posts-container {
    padding-top: 0px;
  }

}

@media(max-width:768px) {

  .pinpai_box3 {
    padding-top: 0;
  }

  .pinpai_box3 .box .con ul li {
    margin-bottom: 50px;
    width: 50%;
  }

  .news_box .box .right {
    max-width: 100%;
  }

  /* 首页 */
  .elementor-element.elementor-element-623f16c {
    padding: 150px 0;
  }

  .main-customizedinfo h3 {
    font-size: 34px;
  }

  .main-customizedlist li {
    font-size: 16px;
  }

  .main-customizedinfo {
    padding: 0px;
  }

  .elementor-element.elementor-element-d1ece8d .elementor-heading-title {
    font-size: 34px;
  }

  .elementor-element.elementor-element-f6a31ce .elementor-heading-title {
    font-size: 24px;
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .main-title {
    margin-bottom: 15px;
  }

  .main-title h3 {
    font-size: 36px;
  }

  .main-custotxt {
    font-size: 15px;
    line-height: 1.6;
  }

  .main-custotxt strong {
    font-size: 28px;
  }

  .main-customlist li {
    width: 33.33333%;
    padding: 5px;
  }

  .news-mainlist ul {
    margin: 0px;
  }

  .news-mainlist li {
    width: 100%;
    padding: 0px;
  }

  .main-casetype .type-list a {
    display: block;
    float: left;
    width: 33.333%;
    padding: 0px !important;
  }

  .elementor-element .elementor-posts-container {
    padding-top: 0px;
  }

  .elementor-element.elementor-element-e616da6 .elementor-heading-title {
    font-size: 22px;
    line-height: 1.5em;
  }

  .elementor-element.elementor-element-966e026 {
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .w95 {
    max-width: 95% !important;
    margin: 0 auto;
  }

  /* 联系页 */
  .contact_banner {
    min-height: 300px;
    background-color: #E90000;
  }

  .contact_banner .container {
    padding: 15px;
    top: 50px;
  }

  .contact_banner .container h3 {
    font-size: 24px;
    font-weight: normal;
  }

  .contact_banner .container p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
  }

  .contact_banner .container .dh {
    width: 100%;
    margin-top: 12px;
    font-size: 25px;
    font-weight: bold;
    background: url(/uploads/image/dh.png) no-repeat left top;
    padding-left: 43px;
    border-bottom: 1px dotted #939b9f;
    padding-bottom: 15px;
  }

  .contact_banner .container .dh span {
    display: inline-block;
    margin-right: 20px;
  }

  .contact_banner .container .dh span:last-child {
    margin-right: 0;
  }


  /* 案例 */
  /* 二级菜单 */
  .bNav .img {
    font-size: 32px;
  }

  /* banner */
  .case-banner {
    padding: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }

  .case-banner .w95 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 85px 15px 30px;
  }

  .case-banner .left {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    background: none;
    padding: 0;
    flex: none;
  }

  .case-banner .left span {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    margin: 0px;
  }

  .case-banner .left p {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    margin: 0px;
  }

  .case-banner .right {
    width: 100%;
    background: none;
    padding-top: 10px;
    padding-left: 0;
    height: auto;
    flex: none;
  }

  .case-banner .right p:nth-child(1) {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }

  .case-banner .right p:nth-child(2) {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .case-banner .right .line {
    display: block;
    opacity: 1;
    margin: 0 auto;
    margin-top: 10px;
    height: 20px;
    width: 20px;
    background: url(../images/main/mobile_desc_white.png) center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }

  .case-banner .tag,
  .case-banner .introduce {
    display: none !important;
  }

  /* box1 */

  .about_box {
    padding: 15px 0;
  }

  .maxbox .title_bt {
    font-size: 12px;
    margin: 0 0 0 15px;
    float: left;
    color: #666666;
  }

  .maxbox .title h3,
  .maxbox .title h2 {
    color: #333333;
    float: left;
    font-size: 32px;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    width: 100%;
  }

  .about_box .box {
    width: 100%;
  }

  .about_box .box .t {
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .about_box .box .t p {
    margin-bottom: 0;
  }

  .about_box2 {
    padding: 20px 0;
  }

  .about_box2 .box {
    float: right;
    width: 100%;
    padding: 20px;
  }

  .about_box2 .box ol,
  .service_box .box ol {
    list-style-type: none;
    padding-left: 0;
  }

  .about_box2 .box ol li {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 15px;
  }

  .about_box2 .box ol li:before {
    display: none;
  }

  .service_box .box ol li {
    float: left;
    background: #fff;
    width: 49%;
    padding: 30px;
    margin-bottom: 2%;
  }

  .service_box .box ol li .text {
    float: right;
    width: 100%;
  }

  .service_box .box ol li .text h3 {
    font-size: 18px;
  }

  .service_box .box ol li .text p {
    font-size: 14px;
  }

  .ny_title h3,
  .ny_title h2 {
    font-weight: bold;
    color: #333;
    font-size: 32px;
    margin: 0;
  }

  .ny_title p {
    margin-top: 10px;
    font-size: 14px;
  }

  .home_case .box ul {
    float: left;
    width: 100%;
    margin: 0;
  }

  .pinpai_box5 .box {
    background: #fff;
    padding: 30px;
  }

  .pinpai_box5 .box ul li {
    width: 100%;
  }

  /**planning**/
  .service_box {
    padding-top: 30px;
  }

  /* team */
  .about_box4 .left {
    float: left;
    width: 100%;
    padding: 0;
  }

  .about_box4 .left h3 {
    margin-top: 0;
  }

  .about_box4 .right {
    width: 100%;
  }

  /* 服务理念 */
  .design_box6 .left {
    width: 100%;
  }

  .design_box6 .right {
    width: 100%;
    padding: 15px;
  }

  .planning_box3 {
    padding: 0;
  }

  .planning_box3 ol {
    margin: 0;
    padding: 30px 0 0 0;
  }

  .planning_box3 ol li {
    float: left;
    width: 50%;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .planning_box3 ol li .icon {
    line-height: 0;
    text-align: center;
  }

  .planning_box3 ol li .text {
    padding-top: 20px 15px;
    text-align: center;
  }

  .planning_box3 ol li .text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
  }

  .planning_box3 ol li .text p {
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
  }

  /* 新闻 */

  /* 设计服务 */

  .pinpai_box {
    padding: 30px 0;
  }

  .pinpai_box .box {
    padding: 0;
  }

  .pinpai_box .box .img,
  .pinpai_box .box .img img {
    width: 100%;
  }

  .pinpai_box .box .text {
    float: right;
    width: 100%;
  }

  .pinpai_box .box .text h4 {
    font-size: 32px;
  }

  .pinpai_box .box .text h3 {
    margin-top: 10px;
    font-size: 30px;
    color: #000000;
  }

  .pinpai_box .box .text .t {
    font-size: 14px;
    line-height: 22px;
  }

  .pinpai_box2 {
    padding: 80px 0 90px;
  }

  .pinpai_box2 .ny_title h3,
  .pinpai_box2 .ny_title h2 {
    color: #fff;
  }

  .pinpai_box2 .box ul {
    margin-top: 60px;
  }

  .pinpai_box2 .box ul li {
    width: 100%;
    border-right: none;
    padding-top: 50px;
  }

  .pinpai_box2 .box ul li:last-child {
    border-right: none;
  }

  .pinpai_box2 .box ul li .icon {
    line-height: 0;
  }

  .pinpai_box2 .box ul li h3 {
    margin-top: 32px;
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
  }

  .pinpai_box2 .box ul li p {
    margin-top: 10px;
    color: #cccccc;
    font-size: 15px;
    line-height: 24px;
  }

  .pinpai_box3 .box .con {
    position: unset !important;
    width: 100%;
    padding: 15px;
  }

  .pinpai_box3 .box .con ul li .t {
    margin-top: 0;
    float: left;
    width: 100%;
  }

  /* 设计服务-广告宣传 */
  .haibao_box ul {
    margin-top: 30px;
  }

  .haibao_box ul li {
    float: left;
    width: 1000%;
  }

  .haibao_box ul li .img {
    float: left;
    width: 50%;
  }

  .haibao_box ul li .text {
    margin-top: 59px;
    width: 50%;
    background: #1f222f;
    float: left;
    min-height: 356px;
    padding: 90px 38px 0;
  }

  .brand_box {
    margin-bottom: 0;
  }

  .brand_box .box {
    padding: 0;
  }

  .brand_box .box .left {
    float: left;
    padding-top: 30px;
  }

  .brand_box .box .right {
    margin-top: 0;
    width: 100%;
  }

  .brand_box .box .right span {
    width: 100%;
  }

  .brand_box ul {
    padding: 0;
  }

  .brand_box ul li {
    width: 100%;
    padding: 30px;
    margin: 0;
  }

  .brand_box .box .left p {
    margin: 0;
  }

  .brand_box .box .left i {
    margin-bottom: 25px;
  }

  /* 联系 */

  .contact_top .box {
    padding: 0px;
    top: 0px;
  }

  .contact_top .box ul li {
    float: left;
    width: 100%;
    background: #fafafa;
    text-align: center;
    padding: 10px;
    text-align: left;
    margin-bottom: 2%;
  }

  .contact_top .box ul li:first-child {
    margin-top: 15px;
  }

  .contact_top .box ul li:nth-child(3n) {
    margin-bottom: 0;
  }

  .contact_top .box ul li h3 {
    text-align: center;
    color: #333333;
    font-size: 26px;
  }

  .contact_top .box ul li .t {
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
  }

  .contact_top .box ul li .t p {
    margin: 10px 0;
  }

  .contact_top .box ul li .t span {
    float: left;
    width: 75px;
    text-align: right;
  }

  .contact_top .box ul li .t em {
    float: left;
    font-style: normal;
    width: 263px;
  }

  .contact_top .box ul li:hover {
    background: #666;
  }

  .contact_top .box ul li:hover h3 {
    color: #fff;
  }

  .contact_top .box ul li:hover .t {
    color: #fff;
  }

  /* footer */
  .footewm li p {
    padding: 10px 0;
    font-size: 12px;
  }
}