﻿
.news_box {
  background: #f6f6f6;
  padding-bottom: 60px;
}

.news_box .box {
  background: #fff;
  padding: 60px 90px;
}

.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: #1a58ab;
}

.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: #1a58ab;
}

.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;
}

.news_list ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #dcdcdc;
  padding: 30px 0;
}

.news_list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.news_list ul li .img {
  width: 226px;
  height: 153px;
  float: left;
  position: relative;
}

.news_list ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news_list ul li .text {
  float: right;
  width: 750px;
}

.news_list ul li .text .bt {
  color: #333333;
  font-size: 20px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news_list ul li .text p {
  margin-top: 5px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news_list ul li .con_btn {
  margin-top: 8px;
  color: #999999;
  font-size: 14px;
}

.news_list ul li .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_list ul li .con_btn span {
  float: left;
}

.news_list ul li .more {
  margin-top: 11px;
  display: block;
  width: 112px;
  line-height: 32px;
  border: 1px solid #f6f6f6;
  color: #b9b9b9;
  text-align: center;
  text-transform: uppercase;
}

.news_list .bottom {
  text-align: center;
  background: #f2f2f2;
  line-height: 44px;
  height: 44px;
}

.news_list .bottom a {
  display: block;
  color: #666666;
  font-size: 15px;
  text-transform: uppercase;
}

.news_list .bottom a i {
  background: url(../images/s4.jpg) no-repeat left center;
  width: 31px;
  height: 9px;
  display: inline-block;
  margin-left: 9px;
  position: relative;
  top: -1px;
}

.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;
}

.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: 305px 90px 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(../images/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: #9fc550;
  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(../images/dh1.png) no-repeat center center;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.contact_banner .container .bottom a:nth-child(1) i {
  background: url(../images/dh2.png) no-repeat center center;
}

.contact_banner .container .bottom a:nth-child(2) i {
  background: url(../images/dh2.png) no-repeat center center;
}

.contact_top .box {
  padding: 0 90px;
  position: relative;
  top: -160px;
}

.contact_top .box ul li {
  float: left;
  width: 32%;
  background: #fcfcfc;
  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: #9fc550;
}

.contact_top .box ul li:hover h3 {
  color: #fff;
}

.contact_top .box ul li:hover .t {
  color: #fff;
}

.feedback .box {
  position: relative;
  top: -80px;
  padding: 0 90px;
}

.feedback .box .title3 h3 {
  color: #333333;
  font-size: 30px;
}

.feedback .box .title3 p {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

.feedback .box ul {
  margin-top: 30px;
}

.feedback .box ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.feedback .box ul li input {
  float: left;
  width: 250px;
  border: 1px solid #F6F6F6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  line-height: 50px;
  font-family: "微软雅黑";
  font-size: 14px;
  padding: 0 15px;
  color: #666;
}

.feedback .box ul li textarea {
  width: 100%;
  height: 130px;
  border: 1px solid #F6F6F6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-family: "微软雅黑";
  font-size: 14px;
  padding: 15px;
  color: #666;
}

.feedback .box ul li .text span {
  float: left;
  line-height: 50px;
  color: #999999;
}

.feedback .box ul li .text div {
  float: left;
  line-height: 50px;
}

.feedback .box ul li .text div em {
  color: #999999;
  float: left;
  font-style: normal;
  margin-right: 30px;
  background: url(../images/feedback1.jpg) no-repeat left 19px;
  padding-left: 20px;
}

.feedback .box ul li .text div em.cur {
  background-image: url(../images/feedback2.jpg);
}

.feedback .box ul li .btn {
  width: 135px;
  line-height: 45px;
  background: #9fc550;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 16px;
}

.feedback .box ul li .t {
  float: left;
  line-height: 45px;
  margin-left: 20px;
  color: #999999;
}

.feedback .box #map {
  margin-top: 40px;
  width: 100%;
  height: 600px;
}

/**2018-7-5**/
.nybanner {
  overflow: hidden;
  position: relative;
}

.design_box {
  position: absolute;
  left: 0;
  bottom: 62px;
  width: 100%;
}

.design_box ul {
  background: url(../images/design_b1.png);
}

.design_box ul li {
  float: left;
  width: 25%;
  height: 165px;
  border-left: 1px solid #18110a;
  padding-left: 5%;
  padding-top: 3%;
}

.design_box ul li .icon {
  float: left;
  line-height: 0;
}

.design_box ul li .text {
  float: left;
  margin-left: 20px;
  padding-top: 8px;
}

.design_box ul li .text h3 {
  color: #959391;
  font-size: 24px;
  font-family: DINEngschriftStd;
  font-weight: normal;
}

.design_box ul li .text p {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}

.design_box2 {
  padding: 100px 0;
}

.design_box2 .left {
  float: left;
  width: 40%;
  padding-top: 35px;
}

.design_box2 .left h3 {
  margin-top: 25px;
  color: #000000;
  font-size: 32px;
  text-align: left;
}

.design_box2 .left .t {
  margin-top: 15px;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}

.design_box2 .left a {
  margin-top: 65px;
  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;
}

.design_box2 .right {
  float: right;
  line-height: 0;
  width: 40%;
}

.design_box3 {
  background: #f6f6f6;
  padding: 100px 0;
}

.design_box3 .left {
  float: left;
  line-height: 0;
  width: 56%;
}

.design_box3 .right {
  width: 44%;
  float: right;
}

.design_box3 .right .img {
  display: block;
  width: 100%;
  line-height: 0;
}

.design_box3 .right .text {
  padding-top: 20px;
  padding-left: 11%;
  margin-bottom: 35px;
}

.design_box3 .right .text h3 {
  color: #000000;
  font-size: 32px;
}

.design_box3 .right .text i {
  margin: 18px 0;
  display: block;
  width: 32px;
  height: 3px;
  background: #c2c2c2;
}

.design_box3 .right .text h4 {
  color: #000000;
  font-size: 22px;
  font-weight: normal;
}

.design_box3 .right .text p {
  margin-top: 12px;
  line-height: 30px;
  color: #666666;
  font-size: 18px;
}

.title_bt {
  font-size: 16px;
  margin: 81px 0 0 15px;
  float: left;
  color: #666666;
}

.design_box4 {
  background: url(../images/design_bg.jpg) no-repeat center center / cover;
  padding: 112px 0 126px;
}

.design_box4 .title h3 {
  color: #fff;
}

.design_box4 .title .title_bt {
  color: #ffffff;
}

.design_box4 ol {
  margin-top: 100px;
}

.design_box4 ol li {
  float: left;
  width: 40%;
  border-right: 1px solid #545453;
  padding: 0 5%;
}

.design_box4 ol li .icon {
  line-height: 0;
}

.design_box4 ol li h3 {
  margin-top: 24px;
  color: #fff;
  font-size: 24px;
}

.design_box4 ol li h3 span {
  font-size: 26px;
  color: #818181;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 10px;
}

.design_box4 ol li p {
  margin-top: 12px;
  color: #cccccc;
  font-size: 16px;
  line-height: 26px;
}

.design_box4 ol li:first-child {
  padding-left: 0;
  width: 30%;
}

.design_box4 ol li:last-child {
  width: 30%;
  border-right: none;
  padding-right: 0;
}

.design_box5 {
  padding-bottom: 50px;
}

.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(../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;
}

.news_info {
  padding-top: 30px;
}

.news_info .box {
  padding: 70px 90px;
}
/**about**/
.about_box {
  background: url(../images/about_bg.jpg) no-repeat center top / cover;
  padding: 90px 0;
}

.about_box .box {
  margin-top: 35px;
}

.about_box .box .img {
  line-height: 0;
  width: 100%;
  text-align: center;
}

.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(../images/about_bg2.jpg) no-repeat center center / cover;
  padding: 130px 0;
}

.about_box2 .box {
  float: right;
  width: 832px;
  background: #fff;
  padding: 70px 75px;
}

.about_box2 .box .t {
  margin-top: 30px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.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_box3 {
  background: #f6f6f6;
  padding: 80px 0;
}

.about_box3 .t {
  margin-top: 25px;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}

.about_box3 .yjhd_box {
  background: #333333;
  margin-top: 40px;
}

.about_box3 .yjhd_box .box .text {
  float: left;
  width: 24.5%;
  padding: 90px 3% 0;
}

.about_box3 .yjhd_box .box .text .date {
  color: #616161;
  font-size: 40px;
  font-family: DINEngschriftStd;
  position: relative;
}

.about_box3 .yjhd_box .box .text .date:before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 24px;
  height: 17px;
  background: url(../images/about_b1.jpg) no-repeat center center / cover;
}

.about_box3 .yjhd_box .box .text h3 {
  margin-top: 50px;
  font-size: 32px;
  color: #fff;
}

.about_box3 .yjhd_box .box .text i {
  margin: 25px 0;
  display: block;
  width: 28px;
  height: 4px;
  background: #5c5c5c;
}

.about_box3 .yjhd_box .box .text p {
  color: #cccccc;
  font-size: 16px;
  line-height: 28px;
}

.about_box3 .yjhd_box .box .img {
  float: right;
  width: 75.5%;
  line-height: 0;
}

.about_box3 .yjhd_box .slick-dots {
  bottom: 35px;
  text-align: left;
  padding-left: 45px;
}

.about_box3 .yjhd_box .slick-dots li button {
  width: 46px;
  height: 2px;
  background: #5c5c5c;
}

.about_box3 .yjhd_box .slick-dots li.slick-active button {
  background: #ffffff;
}

.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;
}

.about_gsxw .fwdt_box .fwdt_div ul li {
  float: left;
  width: 48%;
}

.about_gsxw .fwdt_box .fwdt_div ul li:nth-child(2n) {
  float: right;
}

.about_gsxw .fwdt_box .fwdt_div ul li .img {
  line-height: 0;
  overflow: hidden;
}

.about_gsxw .fwdt_box .fwdt_div ul li .text_con {
  padding-top: 20px;
}

.about_gsxw .fwdt_box .fwdt_div ul li .text_con .bt {
  line-height: 30px;
}

.about_gsxw .fwdt_box .fwdt_div ul li .text_con .bt h3 {
  font-weight: normal;
  float: left;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  color: #000;
}

.about_gsxw .fwdt_box .fwdt_div ul li .text_con .bt span {
  float: right;
  color: #000;
  font-size: 20px;
}

.about_gsxw .fwdt_box .fwdt_div ul li .text_con p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
/**marketing**/
.marketing_box {
  padding: 80px 0;
}

.marketing_box ol {
  margin-top: 60px;
}

.marketing_box ol li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  padding: 0 3%;
}

.marketing_box ol li .icon {
  line-height: 0;
}

.marketing_box ol li .text {
  margin-top: 20px;
}

.marketing_box ol li .text h3 {
  color: #333333;
  font-size: 22px;
}

.marketing_box ol li .text p {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.marketing_box .img {
  margin-top: 60px;
  line-height: 0;
}

.marketing_box2 {
  background: url(../images/marketing_bg.jpg) no-repeat center center / cover;
  background-size: 100% 100%;
  padding: 242px 0;
}

.marketing_box2 .box {
  margin-left: 335px;
}

.marketing_box2 .box .img {
  float: left;
  line-height: 0;
  width: 28.4%;
}

.marketing_box2 .box .text {
  float: left;
  max-width: 642px;
  width: 100%;
  margin-left: 30px;
}

.marketing_box2 .box .text h4 {
  color: #ffffff;
  font-size: 73px;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  line-height: 66px;
}

.marketing_box2 .box .text i {
  width: 240px;
  height: 3px;
  background: #595555;
  display: block;
  margin: 20px 0 30px;
}

.marketing_box2 .box .text h3 {
  color: #ffffff;
  font-size: 32px;
}

.marketing_box2 .box .text p {
  margin-top: 12px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}

.marketing_box2 .box .text a {
  margin-top: 65px;
  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;
}

.marketing_box3 {
  background: #f6f6f6;
  padding: 100px 0;
}

.marketing_box3 .left {
  float: left;
  width: 50%;
  padding: 0 3% 0 9%;
}

.marketing_box3 .left ol li {
  float: left;
  margin-top: 70px;
  width: 48%;
}

.marketing_box3 .left ol li:nth-child(2n) {
  float: right;
}

.marketing_box3 .left ol li .icon {
  line-height: 0;
}

.marketing_box3 .left ol li .t {
  padding-top: 15px;
}

.marketing_box3 .left ol li .t h3 {
  color: #333333;
  font-size: 22px;
  font-weight: normal;
}

.marketing_box3 .left ol li .t p {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

.marketing_box3 .right {
  float: right;
  width: 50%;
  line-height: 0;
}

.marketing_box4 {
  background: url(../images/marketing_bg2.jpg) no-repeat center top / cover;
  padding: 160px 0;
}

.marketing_box4 ol li {
  float: left;
  width: 44%;
}

.marketing_box4 ol li:first-child + li {
  float: right;
  margin-top: 65px;
}

.marketing_box4 ol li .top .icon {
  float: left;
  line-height: 0;
}

.marketing_box4 ol li .top .text {
  float: left;
  margin-left: 20px;
}

.marketing_box4 ol li .top .text h4 {
  font-size: 28px;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  color: #6b6b6b;
  font-weight: normal;
  line-height: 30px;
}

.marketing_box4 ol li .top .text h3 {
  margin-top: 5px;
  color: #ffffff;
  font-size: 28px;
}

.marketing_box4 ol li dl {
  margin-top: 58px;
}

.marketing_box4 ol li dl dt,
.marketing_box4 ol li dl dd {
  width: 42%;
}

.marketing_box4 ol li dl dt h3,
.marketing_box4 ol li dl dd h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px solid #424242;
  padding-bottom: 16px;
}

.marketing_box4 ol li dl dt p,
.marketing_box4 ol li dl dd p {
  margin-top: 12px;
  color: #d0d0d0;
  font-size: 14px;
  line-height: 24px;
}

.marketing_box4 ol li a {
  margin-top: 100px;
  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;
}

.marketing_box5 {
  background: url(../images/marketing_bg3.jpg) no-repeat center center / cover;
  min-height: 1072px;
  padding-top: 100px;
}

.marketing_box5 .box {
  float: right;
  max-width: 540px;
  width: 100%;
}

.marketing_box5 .box h3 {
  margin-top: 35px;
  color: #010101;
  font-size: 32px;
}

.marketing_box5 .box p {
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.home_case .top .gdzx_R a.more {
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: #cccccc;
  color: #fff;
}
/**planning**/
.planning_box {
  background: url(../images/planning_bg.jpg) no-repeat center center / cover;
  padding-top: 90px;
  min-height: 821px;
}

.planning_box .box {
  max-width: 905px;
  width: 100%;
  float: left;
}

.planning_box .box ol {
  margin-top: 50px;
}

.planning_box .box ol li {
  float: left;
  background: #fff;
  width: 49.9%;
  padding: 45px 5% 40px;
  margin-bottom: 0.2%;
}

.planning_box .box ol li .icon {
  float: left;
  line-height: 0;
  width: 63px;
  text-align: right;
}

.planning_box .box ol li .text {
  float: right;
  width: 78%;
  margin-top: -5px;
}

.planning_box .box ol li .text h3 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
}

.planning_box .box ol li .text p {
  margin-top: 5px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.planning_box .box ol li:nth-child(2n) {
  float: right;
}

.planning_box .box ol li:nth-child(2) {
  margin-top: 7%;
}

.planning_box .box ol li.last {
  background: none;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
  font-size: 18px;
  color: #d9d9d9;
}

.planning_box2 .left span:before {
  background-image: url(../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(../images/planning_bg2.jpg) no-repeat center center / cover;
  padding: 175px 0 140px;
}

.planning_box3 ol li {
  float: left;
  width: 25%;
  padding-left: 3%;
}

.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: 20px;
  font-weight: normal;
}

.planning_box3 ol li .text p {
  margin-top: 5px;
  color: #fff;
  font-size: 16px;
}

.planning_box4 .right ol li .text {
  height: auto;
  bottom: 5%;
  top: auto;
  background: #fff;
  padding: 8% 5%;
}

.planning_box4 .right ol li .text h3 {
  color: #333333;
}

.planning_box4 .right ol li .text p {
  color: #333333;
}

@media (max-width: 1680px) {
  .home_lilian .text {
    max-width: 510px;
  }

  .home_lilian .img_box {
    max-width: 805px;
  }

  .news_box .box {
    padding: 70px;
  }

  .news_box .box .left {
    max-width: 930px;
  }

  .news_list ul li .text {
    width: 680px;
  }

  .news_box .box .right {
    max-width: 270px;
  }

  .news_box .box .right .wz_con li .text {
    width: 147px;
  }

  .news_box .box .right .wz_con li .text .con_btn {
    font-size: 12px;
  }

  .news_box .box .right .wz_con li .text .con_btn a {
    margin-right: 5px;
  }

  .pinpai_box .box .img {
    max-width: 580px;
  }

  .pinpai_box .box .text .t {
    font-size: 16px;
    line-height: 26px;
  }

  .pinpai_box3 .box .con {
    max-width: 760px;
  }

  .baozhaun_box .right {
    max-width: 880px;
  }

  .baozhaun_box3 .box .right {
    max-width: 740px;
  }

  .baozhaun_box3 .box .right ul li {
    width: 47%;
  }

  .haibao_box ul li .text {
    margin-top: 52px;
    min-height: 314px;
  }

  .about_gsxw .fwdt_box .top .title .title_bt,
  .design_box5 .top .title .title_bt {
    display: none;
  }

  .marketing_box2 .box {
    margin-left: 154px;
  }

  .marketing_box3 .left ol li {
    margin-top: 28px;
  }

  .marketing_box5 {
    min-height: 943px;
  }

  .planning_box2 .right {
    padding-top: 88px;
  }
}

@media (max-width: 1600px) {
  .header .nav ul li {
    margin-right: 30px;
  }

  .home_lilian .img_box {
    max-width: 50%;
    min-height: 600px;
  }

  .home_lilian .text {
    padding-top: 54px;
  }

  .home_lilian .text .con .t,
  .home_about .text p {
    font-size: 14px;
    line-height: 24px;
  }

  .home_about {
    min-height: 680px;
    padding-top: 95px;
  }

  .links .links_con {
    max-width: 872px;
  }

  .news_box .box {
    padding: 70px;
  }

  .news_box .box .left {
    max-width: 68%;
  }

  .news_list ul li .text {
    width: 68%;
  }

  .news_box .box .right {
    width: 30%;
  }

  .contact_top .box {
    top: -110px;
  }

  .contact_top .box ul li {
    padding: 65px 30px;
  }

  .contact_top .box ul li .t {
    font-size: 14px;
  }

  .contact_top .box ul li .t em {
    width: 226px;
  }

  .feedback .box {
    top: -60px;
  }

  .pinpai_box .box {
    padding: 0;
  }

  .kongjian_box .box {
    padding: 0;
  }

  .kongjian_box ul {
    padding-left: 0;
    padding-right: 0;
  }

  .baozhaun_box .left {
    padding-left: 0;
  }

  .baozhaun_box .right {
    max-width: 847px;
    padding-right: 0;
  }

  .baozhaun_box3 .box .right {
    max-width: 704px;
    padding-left: 54px;
  }

  .haibao_box ul li .text {
    margin-top: 50px;
    min-height: 299px;
    padding-top: 45px;
  }

  .design_box6 .right .text ol li .t p {
    font-size: 14px;
  }

  .design_box6 .right .text ol li .t .bt {
    font-size: 16px;
  }

  .design_box6 .right {
    padding-top: 80px;
  }

  .marketing_box2 {
    padding: 130px 0;
  }

  .marketing_box2 .box {
    margin-left: 92px;
  }

  .marketing_box4 {
    padding: 108px 0;
  }

  .marketing_box5 {
    min-height: 898px;
  }
}

@media (max-width: 1440px) {
  .header .icon {
    padding-left: 0;
  }

  .header .nav ul li {
    margin-right: 25px;
  }

  .home_service .left .con p {
    font-size: 16px;
  }

  .home_service .right ul li .text .t {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
  }

  .home_service .right ul li .text .con p {
    font-size: 14px;
  }

  .home_tezheng ol li p {
    font-size: 14px;
    line-height: 24px;
    overflow: auto;
    height: auto;
  }

  .home_tezheng ol li {
    margin-top: 48px;
  }

  .home_tezheng ol li::before {
    height: 100%;
  }

  .home_case .box ul li .text h4 {
    font-size: 18px;
  }

  .home_case .box ul li .text h3 {
    font-size: 16px;
  }

  .home_case .box ul li .text p {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    margin-top: 5px;
  }

  .home_case .box ul li .text span {
    width: 35px;
    height: 35px;
    top: 20px;
    right: 25px;
  }

  .home_case .box ul li .text {
    padding: 20px;
  }

  .home_about .img {
    margin-left: 175px;
  }

  .home_about {
    padding: 90px 0;
    min-height: 0;
  }

  .links .links_con {
    max-width: 773px;
  }

  .footer .left .foot_nav a {
    margin-left: 20px;
  }

  .news_box .box .left {
    max-width: 70%;
  }

  .news_list ul li .text {
    width: 68%;
  }

  .news_box .box .right {
    width: 28%;
  }

  .news_box .box .right .wz_con li .text {
    width: 58%;
  }

  .news_box .box {
    padding: 50px 20px;
  }

  .contact_top .box,
  .feedback .box,
  .case_show .box {
    padding: 0;
  }

  .contact_top .box ul li .t em {
    width: 238px;
  }

  .contact_banner .container {
    padding: 205px 0 0;
  }

  .pinpai_box .box .img {
    width: 50%;
  }

  .pinpai_box .box .text .t {
    font-size: 14px;
    line-height: 24px;
  }

  .pinpai_box {
    padding: 70px 0;
  }

  .pinpai_box3 .box .con {
    width: 50%;
    min-height: 0;
  }

  .pinpai_box3 .box .con {
    padding: 50px 25px;
  }

  .pinpai_box3 .box .con ul li .t {
    width: 68%;
  }

  .pinpai_box3 .box .con ul li .t p {
    font-size: 14px;
    line-height: 24px;
  }

  .pinpai_box3 .box .con ul li .t h3 {
    font-size: 18px;
  }

  .pinpai_box3 .box .con ul li {
    margin-bottom: 50px;
  }

  .pinpai_box3 .box .con ul li:nth-child(3),
  .pinpai_box3 .box .con ul li:nth-child(4) {
    margin-bottom: 0;
  }

  .pinpai_box3 .box .con {
    top: 26px;
  }

  .pinpai_box3 {
    padding-top: 70px;
  }

  .kongjian_box ul li {
    padding: 30px;
  }

  .baozhaun_box3 .box .right ul li .text h3 {
    font-size: 18px;
  }

  .kongjian_box .box .left p,
  .kongjian_box ul li p,
  .baozhaun_box3 .box .right ul li .text p,
  .baozhaun_box3 .box .left p,
  .baozhaun_box .right ul li .text p,
  .title2 p,
  .baozhaun_box2 .box ul li .text p {
    font-size: 14px;
    line-height: 24px;
  }

  .baozhaun_box3 .box .right ul li {
    width: 48%;
  }

  .baozhaun_box3 .box {
    padding: 100px 40px 0;
  }

  .baozhaun_box3 .box {
    min-height: 675px;
  }

  .baozhaun_box2 .box {
    padding: 60px 40px;
  }

  .haibao_box ul li .text {
    margin-top: 45px;
    padding: 60px 20px 0;
    min-height: 269px;
  }

  .haibao_box ul li .text h3 {
    font-size: 20px;
  }

  .haibao_box ul li .text .t {
    font-size: 14px;
    line-height: 24px;
  }

  .title_bt {
    font-size: 14px;
  }

  .marketing_box2 .box {
    margin-left: 0;
  }

  .about_box .box .t,
  .about_box .box .text .right,
  .about_box2 .box .t,
  .about_box2 .box ol li p,
  .about_box3 .t,
  .about_box3 .yjhd_box .box .text p,
  .about_box4 .left p,
  .design_box2 .left .t,
  .design_box3 .right .text p,
  .design_box4 ol li p,
  .marketing_box5 .box p,
  .marketing_box2 .box .text p,
  .planning_box .box ol li .text p,
  .planning_box2 .right .text .tit,
  .planning_box3 ol li .text p {
    font-size: 14px;
    line-height: 24px;
  }

  .about_box .box .text .left .bt {
    font-size: 82px;
  }

  .about_box2 {
    padding: 80px 0;
  }

  .about_box2 .box {
    width: 680px;
    padding: 50px;
  }

  .about_box3 .yjhd_box .box .text h3 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 18px;
  }

  .about_box3 .yjhd_box .slick-dots {
    padding-left: 32px;
  }

  .about_box4 .container .img_bg {
    width: 16%;
  }

  .about_box4 .left h3 {
    margin-top: 30px;
  }

  .about_box4 .right ol li .text h3 {
    font-size: 22px;
    font-weight: normal;
  }

  .about_box4 .right ol li .text h3 span {
    font-size: 14px;
  }

  .about_box4 .right ol li .text p {
    font-size: 12px;
    line-height: 18px;
  }

  .home_news .gdzx_box ul li .bt h3 {
    max-width: 73%;
  }

  .design_box2 .left {
    padding-top: 0;
  }

  .design_box2 .right {
    width: 45%;
  }

  .design_box3 .right .text {
    margin-bottom: 12px;
  }

  .design_box6 .right .text ol li {
    margin-top: 15px;
  }

  .design_box ul li {
    height: 148px;
  }

  .marketing_box2 .box .text a {
    margin-top: 55px;
  }

  .planning_box .box ol li {
    padding: 35px 5% 30px;
  }

  .planning_box {
    min-height: 756px;
  }

  .planning_box3 ol {
    padding: 70px 0;
  }

  .about_box4 .left p {
    line-height: 18px;
  }
}

@media (max-width: 1366px) {
  .home_service,
  .home_tezheng,
  .home_case,
  .pinpai_box2 {
    padding: 70px 0;
  }

  .home_lilian .text {
    max-width: 45%;
  }

  .home_lilian .text .con {
    margin-top: 20px;
  }

  .home_lilian .img_box .img {
    width: 75%;
  }

  .home_lilian .img_box .img2 {
    width: 60%;
  }

  .home_case {
    padding-bottom: 50px;
  }

  .home_about .img {
    margin-left: 0;
  }

  .home_about .text i {
    height: 80px;
  }

  .home_about .text {
    max-width: 760px;
  }

  .home_news .fwdt_box {
    padding: 70px;
  }

  .home_news .gdzx_box {
    padding: 70px 70px 30px;
  }

  .home_news .gdzx_box ul li .bt h3 {
    font-size: 16px;
  }

  .home_news .gdzx_box ul li .bt span {
    font-size: 16px;
  }

  .home_news {
    padding-bottom: 60px;
  }

  .links .links_con {
    max-width: 720px;
  }

  .home_news .fwdt_box .fwdt_div ul li:hover .text {
    padding-top: 56px;
  }

  .contact_banner .container h3,
  .case_banner h3,
  .case_show .box h1 {
    font-size: 28px;
  }

  .home_lilian .text .con h3,
  .home_service .left .con h3,
  .contact_top .box ul li h3,
  .feedback .box .title3 h3,
  .pinpai_box .box .text h3,
  .ny_title h3,
  .baozhaun_box .left h3,
  .title2 h3 {
    font-size: 22px;
  }

  .ny_title h3 {
    margin-top: 65px;
  }

  .title h3 {
    font-size: 22px;
    margin-top: 76px;
  }

  .pinpai_box2 .box ul li h3,
  .kongjian_box .box .left h3 {
    font-size: 22px;
  }

  .contact_top .box ul li .t em {
    width: 210px;
  }

  .pinpai_box3 .box .text .bt h3 {
    font-size: 22px;
  }

  .pinpai_box3 .box .text .bt h4 {
    font-size: 30px;
  }

  .pinpai_box3 .box .text .bt {
    top: 96px;
    left: 70px;
    padding-top: 51px;
  }

  .pinpai_box3 .box .con {
    padding: 30px 25px;
  }

  .ny_title p {
    font-size: 14px;
    margin-top: 74px;
  }

  .pinpai_box5 .box {
    padding: 50px 70px;
  }

  .pinpai_box5 .box ul li .text .bt h3,
  .pinpai_box5 .box ul li .text .bt span {
    font-size: 18px;
  }

  .pinpai_box5 .box .top .ny_title ul li {
    font-size: 20px;
  }

  .pinpai_box5 .box .top .ny_title ul li.cur,
  .baozhaun_box3 .box .left h3 {
    font-size: 22px;
  }

  .pinpai_box5 {
    padding-bottom: 70px;
  }

  .baozhaun_box {
    min-height: 500px;
  }

  .baozhaun_box .right {
    max-width: 715px;
    padding-left: 60px;
    padding-top: 40px;
  }

  .baozhaun_box .right ul li {
    width: 48%;
  }

  .baozhaun_box .right ul li {
    margin-top: 65px;
  }

  .baozhaun_box .left {
    padding-top: 126px;
  }

  .baozhaun_box3 .box .right {
    max-width: 647px;
  }

  .baozhaun_box3 .box .right ul li .icon {
    width: 46px;
  }

  .haibao_box ul li .text {
    margin-top: 42px;
    min-height: 256px;
  }

  .title_bt {
    margin-top: 86px;
  }

  .about_box,
  .about_box2,
  .about_box3,
  .about_box4,
  .design_box2,
  .design_box3,
  .design_box4,
  .marketing_box,
  .marketing_box3,
  .marketing_box4,
  .planning_box,
  .planning_box3 {
    padding: 70px 0;
  }

  .marketing_box2 {
    padding: 80px 0;
  }

  .news_info .box {
    padding: 50px 70px;
  }

  .about_box3 .yjhd_box .box .text .date {
    font-size: 24px;
  }

  .about_box4 .left h3,
  .design_box2 .left h3,
  .design_box3 .right .text h3,
  .design_box4 ol li h3 span,
  .design_box6 .right .text h3,
  .marketing_box2 .box .text h3,
  .marketing_box4 ol li .top .text h3,
  .marketing_box5 .box h3 {
    font-size: 22px;
  }

  .about_gsxw .fwdt_box .fwdt_div ul li .text_con .bt h3,
  .design_box3 .right .text h4,
  .design_box4 ol li h3,
  .design_box6 .right .text h4,
  .marketing_box3 .left ol li .t h3,
  .marketing_box4 ol li dl dt h3,
  .marketing_box4 ol li dl dd h3,
  .planning_box .box ol li .text h3,
  .planning_box3 ol li .text h3 {
    font-size: 18px;
  }

  .about_gsxw .fwdt_box .fwdt_div ul li .text_con .bt span {
    font-size: 18px;
  }

  .design_box4 ol {
    margin-top: 70px;
  }

  .design_box6 .right .text h3 {
    margin-top: 26px;
  }

  .design_box ul li .text p {
    font-size: 20px;
    font-weight: normal;
  }

  .marketing_box2 .box .text h4 {
    font-size: 44px;
    line-height: 45px;
  }

  .marketing_box3 .left ol li {
    width: 47%;
  }

  .marketing_box4 ol li dl dt,
  .marketing_box4 ol li dl dd {
    width: 47%;
  }

  .marketing_box4 ol li a {
    margin-top: 50px;
  }

  .marketing_box5 {
    background-size: 100% 100%;
    min-height: 760px;
  }

  .planning_box .box ol li.last {
    padding-bottom: 0;
  }

  .planning_box {
    min-height: 718px;
  }

  .planning_box2 .right .text a {
    margin-top: 45px;
  }

  .planning_box3 ol li .icon img {
    height: 60px;
  }
}

@media (max-width: 1280px) {
  .kongjian_box .box .left {
    width: 350px;
  }

  .pinpai_box3 .box .con ul li {
    width: 48%;
  }

  .pinpai_box3 .box .con ul li .t h3 {
    font-size: 16px;
  }

  .pinpai_box3 .box .con ul li .t {
    margin-top: 0;
  }

  .pinpai_box3 .box .con ul li {
    margin-bottom: 38px;
  }

  .home_service .right {
    width: 76%;
  }

  .design_box ul li .icon img {
    height: 50px;
  }

  .design_box ul li .text h3 {
    font-size: 16px;
  }

  .design_box ul li .text p {
    font-size: 14px;
  }

  .design_box ul li {
    height: 110px;
  }

  .design_box6 .right {
    padding-top: 55px;
  }

  .design_box2 .left a {
    margin-top: 45px;
  }

  .footer .left .foot_nav a {
    font-size: 14px;
  }

  .marketing_box3 .left ol li .icon img {
    height: 30px;
  }

  .marketing_box3 .left ol li .t p {
    height: 110px;
  }

  .marketing_box5 {
    min-height: 680px;
  }

  .about_box4 .left h3 {
    margin-top: 18px;
  }

  .about_box4 .left p {
    margin-top: 5px;
  }

  .home_about .text {
    max-width: 660px;
    float: right;
    margin-left: 0;
  }

  .links .links_con {
    max-width: 650px;
  }

  .haibao_box ul li .text {
    margin-top: 40px;
    min-height: 239px;
    padding-top: 32px;
  }

  .baozhaun_box .right {
    max-width: 680px;
  }

  .baozhaun_box2 .box ul li .text {
    width: 206px;
    height: 206px;
    padding-top: 44px;
  }

  .baozhaun_box3 .box .right {
    max-width: 576px;
  }

  .contact_banner .container {
    padding-top: 165px;
  }

  .contact_top .box ul li .t em {
    width: 182px;
  }

  .feedback .box ul li .text div em {
    margin-right: 24px;
  }

  .news_list ul li .text {
    width: 65%;
  }

  .news_box .box .right .wz_con li .text {
    width: 56%;
  }

  .pinpai_box4 .top .ny_title p {
    display: none;
  }
}

.inputerror {
  border: 1px solid #f00 !important;
  background-color: #ffe6e6 !important;
}

@-webkit-keyframes inputerrors {
  0% {
    background-color: #fff;
  }

  100% {
    background-color: #ffe6e6;
  }
}

.inputerror {
  animation: inputerrors 0.5s 3 ease;
}

.fx_btn.bdsharebuttonbox a {
  background: none;
  width: 20px;
  height: 16px !important;
  padding: 0;
  margin: 0 0 0 10px;
  float: left;
}

.fx_btn.bdsharebuttonbox a.bds_weixin {
  background: url(../images/s5.jpg) no-repeat center center;
}

.fx_btn.bdsharebuttonbox a.bds_tsina {
  background: url(../images/s6.jpg) no-repeat center center;
}

.fx_btn.bdsharebuttonbox a.bds_sqq {
  background: url(../images/fx_icon3.jpg) no-repeat center center;
}

.fx_btn.bdsharebuttonbox a.bds_qzone {
  background: url(../images/s7.jpg) no-repeat center center;
}

.page a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  color: #666666;
  font-size: 14px;
  margin: 0 1px;
  transition: all .5s;
  padding: 0 16px;
}

.page a:hover, .page a.cur {
  background: #222222;
  border-color: #222222;
  color: #fff;
}

/*新增NEW右侧-2018.7.11*/
.xiaotong {
  margin-top: 20px;
  margin-bottom: 20px;
}

.xiaotong li {
  float: left;
  width: auto;
  height: 35px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 0 10px 8px 0;
  padding: 0 1em;
}

.xiaotong li a {
  display: block;
  text-align: center;
  line-height: 33px;
  color: #777777;
  font-size: 14px;
}
/*右侧边栏样式*/
.sidebar-box {
  position: fixed;
  right: 0;
  bottom: 10%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  z-index: 1000;
}

.sidebar li {
  width: 50px;
  height: 50px;
  background-color: #EAEAEA;
  /*padding: 15px;*/
  position: relative;
  text-align: right;
  border-bottom: 1px solid #DBDBDB;
  transition: all 0.5s ease-in-out;
}

.sidebar li+li {
}

.sidebar li i {
  width: 50px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1100;
  background-color: #EAEAEA;
  transition: all 0.5s ease-in-out;
}

.sidebar li a {
  display: block;
  width: 100%;
}

.sidebar li .text {
  width: 220px;
  font-size: 14px;
  color: #181818;
  font-weight: 600;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  text-align: left;
  z-index: 10;
}

.sidebar li .icon01 {
  background: url('../images/aside-img01.png') no-repeat center #EAEAEA;
}

.sidebar li .icon02 {
  background: url('../images/aside-img02.png') no-repeat center #EAEAEA;
}

.sidebar li .icon03 {
  background: url('../images/aside-img03.png') no-repeat center #EAEAEA;
}

.sidebar li .icon04 {
  background: url('../images/aside-img04.png') no-repeat center #EAEAEA;
}

.sidebar li .icon05 {
  background: url('../images/aside-img05.png') no-repeat center #EAEAEA;
}

.sidebar li .icon06 {
  background: url('../images/aside-img06.png') no-repeat center #EAEAEA;
}

.sidebar:hover li {
  width: 250px;
}

.sidebar:hover li .text {
  left: 30px;
}

.sidebar li:hover {
  background-color: #181818;
}

.sidebar li:hover .text {
  color: #FFFFFF;
}

.sidebar li:hover .icon01 {
  background: url('../images/aside-img001.png') no-repeat center #181818;
}

.sidebar li:hover .icon02 {
  background: url('../images/aside-img002.png') no-repeat center #181818;
}

.sidebar li:hover .icon03 {
  background: url('../images/aside-img003.png') no-repeat center #181818;
}

.sidebar li:hover .icon04 {
  background: url('../images/aside-img004.png') no-repeat center #181818;
}

.sidebar li:hover .icon05 {
  background: url('../images/aside-img005.png') no-repeat center #181818;
}

.sidebar li:hover .icon06 {
  background: url('../images/aside-img006.png') no-repeat center #181818;
}

@media (max-width:1024px) {
  .sidebar-box {
    display: none;
  }
}

@media (max-width:1280px) {
  .home_case .top .gdzx_R a,.home_news .gdzx_box .top .gdzx_R a {
    padding: 0 12px;
  }
}

.m_w1920 {
  /*max-width: 1920px;*/
  margin: 0 auto;
}
/* .banner img,
.nybanner img{
	width: 100%;
} */

@media (max-width:1680px ) {
  .case_show .right .float_box {
    width: 19.7%;
  }
}

/**2018-8-2**/
.planning_b1,.planning_b2,.planning_b3,.planning_b_icon,
.design_w1,.design_w2,.design_w3,
.logo_w1,.logo_w2,.packaging_w1,.poster_w1,.space_w1,
.marketing_w1,.marketing_w2,.marketing_w_icon,
.about_w1,.about_w2,.about_w_icon,.news_w1 {
  position: absolute;
  line-height: 0;
}

.planning_b1 {
  width: 15.78125%;
  left: 50%;
  top: 24%;
  margin-left: -8.4%;
}

.planning_b2 {
  width: 35.125%;
  top: 46%;
  left: 50%;
  margin-left: -17.5%;
}

.planning_b3,.design_w2,.marketing_w2 {
  top: 32%;
  right: 8.8%;
  width: 1.875%;
}

.planning_b_icon,.design_w3 {
  bottom: 19%;
  width: 2.6%;
  left: 50%;
  margin-left: -1.3%;
}

.design_w1 {
  width: 33.3333%;
  left: 8.9%;
  top: 32%;
}

.design_w3 {
  left: 8.9%;
  margin-left: 0;
  bottom: auto;
  top: 58%;
}

.logo_w1 {
  width: 32.4479%;
  left: 13.5%;
  top: 37%;
}

.logo_w2 {
  width: 34.0625%;
  right: 13.5%;
  top: 35%;
}

.packaging_w1 {
  width: 36.25%;
  left: 13.5%;
  top: 35%;
}

.poster_w1 {
  right: 13.5%;
  top: 36%;
  width: 31.302%;
}

.space_w1 {
  width: 25.677%;
  right: 13.5%;
  top: 36%;
}

.marketing_w1 {
  width: 30.57%;
  left: 8.9%;
  top: 32%;
}

.marketing_w_icon {
  width: 2.6%;
  left: 8.9%;
  margin-left: 0;
  top: 65%;
}

.about_w1 {
  width: 28.90625%;
  left: 8.9%;
  top: 34%;
}

.about_w2 {
  top: 32%;
  right: 8.8%;
  width: 1.875%;
}

.about_w_icon {
  width: 2.6%;
  left: 8.9%;
  margin-left: 0;
  top: 62%;
}

.news_w1 {
  width: 24.58%;
  left: 13.5%;
  top: 42%;
}
/*2018.8.21*/
.da .img img {
  transition: all 1.2s;
  -o-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  width: 100%;
}

.da ul li:hover .img img {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/*2018.8.24  首页最新服务动态样式*/
.text1 {
  padding-top: 20px;
}

.text1 h3 {
  font-weight: normal;
  float: left;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  color: #000;
}

.text1 span {
  float: right;
  color: #000;
  font-size: 20px;
}

.text1 p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
/*2018.9.8增加上下一页与面包屑*/
.fanpian p {
  width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fanpian p:nth-child(1) {
  float: left;
}

.fanpian p:nth-child(2) {
  float: right;
}

.fanpian p a {
  color: #666;
}

.mianbaoxue {
  background: #fff;
  padding: 15px 90px 15px 90px;
}

.mianbaoxue p a,.mianbaoxue p span {
  color: #999;
}

/*.nybanner img{
	opacity: 0;
}*/

.header .icon a.t_en {
  color: #fff;
  position: relative;
  padding-left: 36px;
  display: inline;
  line-height: initial;
}

.header .icon a.t_en:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../images/t_en.png)center center/cover;
  background-repeat: no-repeat;
  width: 31px;
  height: 20px;
}

.header .nav ul li:last-child {
  margin-right: 15px;
}

.t_huoban {
  background: #f3f3f3;
  padding: 54px 0 110px;
}

.t_huoban .t_huoban_lb {
  background: #fff;
  margin-top: 52px;
}

.t_huoban .t_huoban_lb ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 58px;
}

.t_huoban .t_huoban_lb ul li .img {
  line-height: 0;
}

.t_huoban .t_huoban_lb ul li .wenzi {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}

.t_huoban .t_huoban_lb ul li:nth-child(1),
.t_huoban .t_huoban_lb ul li:nth-child(2),
.t_huoban .t_huoban_lb ul li:nth-child(3),
.t_huoban .t_huoban_lb ul li:nth-child(5),
.t_huoban .t_huoban_lb ul li:nth-child(6),
.t_huoban .t_huoban_lb ul li:nth-child(7) {
  border-right: 1px solid #f5f5f5;
}

.t_huoban .t_huoban_lb ul li:nth-child(1),
.t_huoban .t_huoban_lb ul li:nth-child(2),
.t_huoban .t_huoban_lb ul li:nth-child(3),
.t_huoban .t_huoban_lb ul li:nth-child(4) {
  border-bottom: 1px solid #f5f5f5;
}

.case_banner .t_hengxian {
  width: 106px;
  height: 1px;
  background: #fff;
  display: inline-block;
}

.case_box .case_list ul li .img {
  position: relative;
}

.case_box .case_list ul li .img .t_zhezhao {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(34, 34, 34, 0.9);
  z-index: 9999999999999;
  transition: all 1.2s;
  -o-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  opacity: 0;
}

.case_box .case_list ul li .img .t_zhezhao .t_zhezhao_img {
  top: 50%;
  margin-top: -90px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  opacity: 0;
  height: 180px;
}

.case_box .case_list ul li .img .t_zhezhao p {
  font-size: 15px;
  color: #cccccc;
  margin-top: 38px;
}

.case_box .case_list ul li:hover .img .t_zhezhao {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 1;
}

.case_box .case_list ul li:hover  .t_zhezhao .t_zhezhao_img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 1;
}

#nybanner .img_box {
  width: 100%;
}

.bd_weixin_popup {
  min-height: 320px;
}

.case_box .case_list ul li .img {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.case_box .case_list ul li:hover .img {
  background-size: 120% 120%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.case_box .case_list ul li .img:before {
  content: "";
  display: block;
  padding-top: 79.5%;
}

/* .pinpai_box5 .box ul li .img img{
	width: 100%;
}
.home_case .box ul li .img img{
	width: 100%;
} */
.pinpai_box5 .box ul li .img {
  text-align: center;
}

.about_box4 .right ol li .img {
  text-align: center;
}

.about_box4 .right ol li .img img {
  width: auto;
}

.da .img {
  text-align: center;
}

.da .img img {
  width: auto;
}

.haibao_box ul li #t1 {
  text-align: right;
}

.haibao_box ul li #t2 {
  text-align: right;
}

.case_box {
  padding: 55px 0 20px;
}

.planning_box {
  /*  background: url(../images/planning_bg.jpg) no-repeat center center #f6f6f6; */
}

.home_case .box ul li .img {
  text-align: center;
}

.home_news .fwdt_box .fwdt_div ul li .img img {
  width: auto;
}

.home_news .fwdt_box .fwdt_div ul li .img {
  text-align: center;
}

.header .nav ul li:last-child {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.caseshow_banner {
  background: url(../images/t_anli_xq.jpg) no-repeat center center / cover;
  background-size: 100% 100%;
  padding: 200px 0 0;
}

.caseshow_banner .box {
  max-width: 100%;
  width: 100%;
  padding: 0 35px;
  text-align: center;
}

.caseshow_banner .t_xq_tou {
  max-width: 1600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.caseshow_banner .t_xq_tou_1,.caseshow_banner .t_xq_tou_2 {
  line-height: 0;
}

.case_show {
  background: #fff;
}

.case_show .case_show_1 {
  margin-top: 104px;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.case_show .case_show_2 {
  margin-top: 60px;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.case_show .case_show_1 h2,.case_show .case_show_2 h2 {
  color: #333333;
  font-weight: initial;
  font-size: 28px;
  margin-bottom: 15px;
}

.case_show .case_show_1 p,.case_show .case_show_2 p {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  font-weight: lighter;
}

.case_show .case_show_3 {
  text-align: center;
  margin-bottom: 70px;
}

.case_show .case_show_3 .sexi {
  margin-top: 35px;
  display: inline-block;
}

.case_show .case_show_3 .sexi li {
  float: left;
  margin-right: 30px;
}

.case_show .case_show_3 .sexi li .icon {
  margin-right: 16px;
  float: left;
  padding: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

.case_show .case_show_3  .sexi li .icon span {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50px;
}

.case_show .case_show_3 .sexi li .text {
  padding-top: 5px;
  float: left;
  color: #b5b5b5;
  font-size: 14px;
  line-height: 24px;
}

.case_show .case_show_3 .sexi li .text p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

.case_show .t_anli_zs .t_anli_zs_c {
  max-width: 1600px;
  margin: 0 auto;
}

.case_show .t_anli_zs .t_anli_zs_c p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}

.caseshow_banner .fwnr {
  color: #ababab;
  font-size: 16px;
  line-height: 36px;
  font-weight: lighter;
  text-align: center;
  max-width: 1600px;
  display: inline-block;
}

.caseshow_banner .t {
  color: #ababab;
  font-size: 16px;
  line-height: 36px;
  font-weight: lighter;
  text-align: center;
  max-width: 1600px;
  display: inline-block;
}

.t_xq_miaosu {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 3100px) {
  .planning_box .box {
    max-width: 1105px;
  }
}

@media (max-width: 2200px) {
  .planning_box .box {
    max-width: 1005px;
  }
}

@media (max-width: 2000px) {
  .planning_box .box {
    max-width: 905px;
  }
}

@media (max-width: 1800px) {
  .marketing_box3 .left ol li {
    height: 180px;
  }
}

.logo_lb ul {
  margin-top: 60px;
}

.logo_lb ul li {
  float: left;
  width: 16.66666%;
  text-align: center;
  margin-bottom: 60px;
}

.a2 .mtit .wenzi {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 10px;
  line-height: 36px;
}

.a2 .mtit p.xian {
  background: #6a738a;
}

.a2 .mtit .en {
  font-size: 32px;
  color: #a2a8b6;
  font-family: DINEngschriftStd;
  text-transform: uppercase;
}

.gengduo {
  text-align: center;
}

.gengduo .gengduo_a {
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #9198a9;
  display: inline-block;
  padding: 0 36px;
  line-height: 42px;
}

.gengduo .gengduo_a span {
  font-size: 18px;
  font-family: 宋体;
  padding-left: 10px;
}

.t_zixunxiala {
  margin-top: 25px;
  display: none;
}

.t_zixunxiala  li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.t_zixunxiala li a {
  color: #666666;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  width: 7.65rem;
  float: left;
  margin-right: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t_zixunxiala li i {
  display: inline-block;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid #C7C7C7;
  border-radius: 50%;
  vertical-align: middle;
}

.t_zixunxiala  li a:nth-child(3n) {
  margin-right: 0;
}

.t_news_jt {
  text-align: center;
  margin: 0 auto;
}

.t_news_jt a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 5px;
  background: url(../images/xiala.png)center center/cover;
  transition: transform .3s;
}

.t_news_jt_2 a {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: transform .3s;
}


/* 2020-7-7 */
.m_w1920 {
  margin: 0 auto;
}

.caseshowmo {
  background: #212121;
  padding-top: 200px;
  text-align: center;
}

.caseshowmo .box h3 {
  color: #ffffff;
  font-size: 35px;
  font-weight: normal
}

.caseshowmo .box .fwnr {
  color: #e9e9e9;
  font-size: 16px;
  line-height: 30px;
  max-width: 1040px;
  margin: 15px auto 0;
}

.caseshowmo .box .img {
  line-height: 0;
  margin-top: 50px;
}

.casemoShowTop {
  background: #f2f2f2;
  padding: 40px 0;
  text-align: center;
}

.casemoShowTop h3 {
  color: #333333;
  font-size: 16px;
}

.casemoShowTop .textMO:first-child {
  margin-left: 100px;
}

.casemoShowTop .textMO {
  float: left;
  width: 380px;
  text-align: left;
}

.casemoShowTop .textMO .icon {
  float: left;
  width: 83px;
}

.casemoShowTop .textMO .text {
  float: right;
  width: 285px;
}

.casemoShowTop .textMO .text .t {
  margin-top: 5px;
  color: #666666;
  font-size: 13px;
  line-height: 20px;
}

.casemoShowTop .textMian {
  float: left;
  width: 462px;
  text-align: left;
  margin: 0 70px;
}

.casemoShowTop .textMian ul {
  margin-top: 8px;
}

.casemoShowTop .textMian ul li {
  float: left;
  width: 154px;
}

.casemoShowTop .textMian ul li .bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  float: left;
}

.casemoShowTop .textMian ul li .d {
  float: left;
  width: 70px;
  margin-left: 10px;
  padding-top: 12px;
}

.casemoShowTop .textMian ul li .d span {
  color: #888888;
  font-size: 14px
}

.casemoShowTop .textMian ul li .d p {
  margin-top: 5px;
  color: #666666;
  font-size: 14px;
  font-family: arial;
}

.casemoShowDetail {
  padding-bottom: 100px;
}

.casemoShowDetail .showText1 {
  padding-top: 0px;
  text-align: center;
}

.casemoShowDetail .showText1 h3 {
  color: #777777;
  font-size: 24px;
  font-weight: normal;
  display: none;
}

.casemoShowDetail .showText1 .t {
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  max-width: 875px;
  width: 100%;
  margin: 15px auto 0;
  display: none;
}

.casemoShowDetail .showText1 .showimg {
  margin-top: 60px;
}

.ued_Wz {
  position: absolute;
  left: 8%;
  top: 31%;
  width: 33%;
  line-height: 0;
}

.ued_Wz2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  line-height: 0;
}

.ued_Wz2 img {
  width: 70%;
}

.ued_yw {
  position: absolute;
  top: 32%;
  right: 8.8%;
  width: 1.875%;
}

.uedBtn {
  position: absolute;
  width: 66px;
  height: 66px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.uedBtn a {
  display: block;
  width: 100%;
  height: 100%;
}

.uedBox {
  padding: 90px 0;
  background: #f6f6f6;
}

.uedBox ul {
  margin-top: 40px;
}

.uedBox ul li {
  float: left;
  width: 32%;
  background: #fff;
  margin-right: 2%;
}

.uedBox ul li:nth-child(3n) {
  margin-right: 0;
}

.uedBox ul li .img {
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.uedBox ul li .img span.s2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}

.uedBox ul li .img span.s1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
}

.uedBox ul li .img img {
  width: 100%;
  max-width: 200%;
}

.uedBox ul li .icon {
  width: 70px;
  height: 70px;
  margin: -35px auto 0;
  line-height: 0;
  position: relative;
}

.uedBox ul li .icon.icon1 {
  background: url(../images/uedboxicon1.png) no-repeat center center;
}

.uedBox ul li .icon.icon2 {
  background: url(../images/uedboxicon2.png) no-repeat center center;
}

.uedBox ul li .icon.icon3 {
  background: url(../images/uedboxicon3.png) no-repeat center center;
}

.uedBox ul li:hover .icon.icon1 {
  background: url(../images/uedboxicon01.png) no-repeat center center;
}

.uedBox ul li:hover .icon.icon2 {
  background: url(../images/uedboxicon02.png) no-repeat center center;
}

.uedBox ul li:hover .icon.icon3 {
  background: url(../images/uedboxicon03.png) no-repeat center center;
}

.uedBox ul li .text {
  text-align: center;
  padding: 10px 15px 35px;
}

.uedBox ul li .text h3 {
  color: #333333;
  font-size: 20px;
}

.uedBox ul li .text p {
  color: #808080;
  font-size: 14px;
  line-height: 22px;
  max-width: 335px;
  width: 100%;
  margin: 10px auto 0;
}

.uedBox2 {
  padding-top: 90px;
}

.uedBox2 .uedboxText {
  margin-top: -90px;
  position: relative;
}

.uedBox2 .uedboxText .bg {
  line-height: 0;
}

.uedBox2 .uedboxText .bg img {
  width: 100%;
}

.uedBox2 .uedboxText .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.uedBox2 .uedboxText .box .img {
  float: left;
  width: 47%;
  margin-bottom: 11px;
  line-height: 0;
}

.uedBox2 .uedboxText .box .img img {
  width: 100%;
}

.uedBox2 .uedboxText .box .text {
  float: right;
  width: 40%;
  padding-top: 35px;
}

.uedBox2 .uedboxText .box .text span {
  display: block;
  color: #fff;
  font-size: 20px;
  opacity: .3;
  text-transform: uppercase;
  font-family: "DINEngschriftStd";
}

.uedBox2 .uedboxText .box .text h3 {
  color: #fff;
  font-size: 34px;
  margin-top: 5px;
}

.uedBox2 .uedboxText .box .text i.xian {
  display: block;
  width: 23px;
  height: 3px;
  background: #464646;
  margin: 20px 0;
}

.uedBox2 .uedboxText .box .text .bt {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.uedBox2 .uedboxText .box .text p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.uedBox2 .uedboxText .box .text ul {
  margin-top: 50px;
}

.uedBox2 .uedboxText .box .text ul li {
  float: left;
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.uedBox2 .uedboxText .box .text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #363636;
}

.uedBox2 .uedboxText .box .text ul li:first-child {
  padding-left: 0;
}

.uedBox2 .uedboxText .box .text ul li:first-child::before {
  display: none;
}

.uedBox2 .uedboxText .box .text ul li .icon img {
  height: 44px;
  margin-bottom: 10px;
}

.uedBox2 .uedboxText .box .text ul li p {
  color: #ffffff;
  font-size: 14px;
  opacity: .59;
}

.uedBox2 .uedboxText .box .img span.s1 {
  float: left;
  width: 38%;
}

.uedBox2 .uedboxText .box .img span.s2 {
  float: left;
  width: 38%;
  margin-left: -7%;
}

.uedBox2 .uedboxText .box .img span.s3 {
  float: right;
  width: 38%;
  margin-left: -7%;
}

.uedBox2 .uedboxText2 {
  margin-top: -224px;
  position: relative;
  z-index: 2;
}

.uedBox2 .uedboxText2 .box .text {
  float: left;
  padding-top: 180px;
}

.uedBox2 .uedboxText2 .box .img {
  float: right;
  width: 44%;
  margin-bottom: 54px;
}

.uedBox2 .uedboxText3 {
  position: relative;
  z-index: 2;
  margin-top: -223px;
}

.uedBox2 .uedboxText3 .box .text {
  margin-bottom: 350px;
}

.uedBox3 {
  padding: 90px 0;
  background: #f6f6f6;
}

.uedBox3 .title .moreBtn {
  float: right;
  display: block;
  margin-top: 54px;
  line-height: 45px;
  background: #ebebeb;
  min-width: 112px;
  margin-left: 7px;
  text-align: center;
  color: #555555;
  font-size: 15px;
}

.uedBox3 .title .moreBtn:hover {
  background: #333333;
  color: #fff;
}

.uedBox3 .tabBtn {
  float: right;
  margin-top: 10px;
}

.uedBox3 .tabBtn span {
  display: block;
  float: left;
  line-height: 45px;
  background: #ebebeb;
  min-width: 112px;
  margin-left: 7px;
  text-align: center;
  color: #555555;
  font-size: 15px;
  cursor: pointer;
}

.uedBox3 .tabBtn span.cur,
.uedBox3 .tabBtn span:hover {
  background: #333333;
  color: #fff;
}

.uedBox3 .uedBoxCase {
  margin-top: 50px;
  margin-left: -15px;
}

.uedBox3 .uedBoxCase a {
  display: block;
  margin-left: 15px;
}

.uedBox3 .uedBoxCase a img {
  width: 100%;
}

.uedBox3 .uedBoxCase .slick-prev,
.uedBox3 .uedBoxCase .slick-next {
  width: 26px;
  height: 48px;
  margin-top: -24px;
  border: none;
}

.uedBox3 .uedBoxCase .slick-prev {
  background: url(../images/uedprev.jpg) no-repeat center center;
  left: -45px;
}

.uedBox3 .uedBoxCase .slick-next {
  background: url(../images/uednext.jpg) no-repeat center center;
  right: -60px;
}

.uedBox4 {
  padding: 90px 0;
  background: url(../images/uedbox4bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.uedBox4 .title h3 {
  color: #fff;
}

.uedBox4 .title p {
  color: #fff;
}

.uedBox4 .box {
  background: url(../images/uedbox4bg02.png) no-repeat center center;
  width: 2227px;
  height: 708px;
  margin-left: -58px;
  margin-top: 50px;
}

.uedBox4 .box .left {
  float: left;
  width: 74%;
}

.uedBox4 .box .left ul {
  padding-left: 58px;
  padding-top: 65px;
}

.uedBox4 .box .left ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 20px 50px;
  height: 182px;
  position: relative;
  margin-bottom: 15px;
}

.uedBox4 .box .left ul li:nth-child(3n) {
  margin-right: 0;
}

.uedBox4 .box .left ul li .t {
  float: left;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.uedBox4 .box .left ul li .t h3 {
  color: #fff;
  font-size: 20px;
  font-weight: normal
}

.uedBox4 .box .left ul li .t p {
  color: #666666;
  font-size: 14px;
  font-family: "DINEngschriftStd";
  text-transform: uppercase;
  margin-top: 5px;
}

.uedBox4 .box .left ul li .icon {
  float: right;
  line-height: 0;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.uedBox4 .box .right {
  float: right;
  width: 25%;
  padding-right: 35px;
  text-align: center;
  padding-top: 190px;
}

.uedBox4 .box .right h3 {
  color: #fff;
  font-size: 20px;
  font-weight: normal
}

.uedBox4 .box .right h4 {
  color: #666666;
  font-size: 24px;
  font-family: "DINEngschriftStd";
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 20px;
}

.uedBox4 .box .right .icon {
  line-height: 0;
  margin-top: 45px;
}

.uedBox5 {
  background: #f6f6f6;
  padding: 90px 0;
}

.uedBox5 .box {
  background: #fff;
  padding: 70px 90px;
}

.uedBox5 .box .title .moreBtn {
  float: right;
  display: block;
  margin-top: 54px;
  line-height: 45px;
  background: #ebebeb;
  min-width: 112px;
  margin-left: 7px;
  text-align: center;
  color: #555555;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "DINEngschriftStd";
  letter-spacing: 2px;
}

.uedBox5 .box ul {
  margin-top: 50px;
}

.uedBox5 .box ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.uedBox5 .box ul li:nth-child(3n) {
  margin-right: 0;
}

.uedBox5 .box ul li .img {
  line-height: 0;
  overflow: hidden;
}

.uedBox5 .box ul li .text {
  padding-top: 20px;
}

.uedBox5 .box ul li .text .bt {
  line-height: 30px;
}

.uedBox5 .box ul li .text .bt h3 {
  color: #000000;
  font-size: 22px;
  float: left;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.uedBox5 .box ul li .text .bt span {
  float: right;
  color: #000000;
  font-size: 26px;
  font-family: arial;
}

.uedBox5 .box ul li .text p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}

@media(max-width:1920px) {
  .uedBox2 .uedboxText3 .box .text {
    margin-bottom: 190px;
  }

  .uedBox4 .box {
    background: url(../images/uedbox4bg2.png) no-repeat center center;
    width: 1660px;
    height: 519px;
    margin-left: -45px;
    margin-top: 50px;
  }

  .uedBox4 .box .left ul {
    padding-left: 45px;
    padding-top: 45px;
  }

  .uedBox4 .box .left ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 20px 50px;
    height: 131px;
    position: relative;
    margin-bottom: 15px;
  }

  .uedBox4 .box .left ul li:nth-child(3n) {
    margin-right: 0;
  }

  .uedBox4 .box .left ul li .t {
    float: left;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .uedBox4 .box .left ul li .t h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal
  }

  .uedBox4 .box .left ul li .t p {
    color: #666666;
    font-size: 14px;
    font-family: "DINEngschriftStd";
    text-transform: uppercase;
    margin-top: 5px;
  }

  .uedBox4 .box .left ul li .icon {
    float: right;
    line-height: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .uedBox4 .box .right {
    float: right;
    width: 25%;
    padding-right: 35px;
    text-align: center;
    padding-top: 100px;
  }

  .uedBox4 .box .right h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal
  }

  .uedBox4 .box .right h4 {
    color: #666666;
    font-size: 24px;
    font-family: "DINEngschriftStd";
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
  }

  .uedBox4 .box .right .icon {
    line-height: 0;
    margin-top: 45px;
  }
}

@media(max-width:1680px) {
  .casemoShowTop .textMian {
    margin: 0 30px;
  }

  .casemoShowTop .textMO:first-child {
    margin-left: 50px;
  }

  .uedBox3 .title p {
    display: none;
  }

  .uedBox4 .box {
    width: 1450px;
    height: 454px;
    background-size: cover;
  }

  .uedBox4 .box .left ul li {
    height: 113px;
  }

  .uedBox4 .box .right {
    padding-top: 80px;
  }

  .uedBox4 .box .right .icon {
    width: 160px;
    margin: 40px auto 0;
  }
}

@media(max-width:1600px) {
  .casemoShowTop .textMO:first-child {
    margin-left: 0;
  }
}

@media(max-width:1440px) {
  .casemoShowTop .textMO {
    width: 360px;
  }

  .casemoShowTop .textMO .text {
    width: 265px;
  }

  .casemoShowTop .textMian {
    margin: 0 20px;
    width: 420px;
  }

  .casemoShowTop .textMian ul li {
    width: 140px;
  }

  .uedBox4 .box {
    width: 1250px;
    height: 391px;
  }

  .uedBox4 .box .left ul li {
    height: 93px;
  }

  .uedBox4 .box .left ul li .t {
    left: 15px;
  }

  .uedBox4 .box .left ul li .icon {
    right: 20px;
  }

  .uedBox4 .box .right .icon {
    width: 120px;
    margin-top: 20px;
  }

  .uedBox5 .box {
    padding: 60px;
  }

  .uedBox5 .box ul li .text .bt h3 {
    font-size: 18px;
  }

  .uedBox5 .box ul li .text .bt span {
    font-size: 16px;
  }

  .uedBox2 .uedboxText .box .text {
    padding-top: 0;
  }

  .uedBox2 .uedboxText2 .box .text {
    padding-top: 100px;
  }

  .uedBox2 .uedboxText3 .box .text {
    margin-bottom: 105px;
  }
}

@media(max-width:1366px) {
  .casemoShowTop .textMO {
    width: 320px;
  }

  .casemoShowTop .textMO .text {
    width: 225px;
  }

  .uedBox2 .uedboxText .box .text ul {
    margin-top: 20px;
  }

  .uedBox4 .box {
    width: 1180px;
    height: 369px;
  }

  .uedBox4 .box .left ul li {
    height: 88px;
  }
}

@media(max-width:1280px) {
  .casemoShowTop .textMO {
    width: 300px;
  }

  .casemoShowTop .textMO .icon {
    width: 65px;
  }

  .casemoShowTop .textMian {
    margin: 0 20px;
    width: 400px;
  }

  .casemoShowTop .textMian ul li .bg {
    width: 50px;
    height: 50px;
  }

  .casemoShowTop .textMian ul li {
    width: 132px;
  }

  .casemoShowTop .textMian ul li .d {
    padding-top: 5px;
  }
}

.uedBtn img {
  animation: godown 1.5s infinite;
  -webkit-animation: godown 1.5s infinite;
}

@-webkit-keyframes godown {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    opacity: 0;
  }
}

@keyframes godown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 30px);
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
  }
}

.uedBox ul li .img span.s1,
.uedBox ul li .img span.s2 {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.uedBox ul li:hover .img span.s1,
.uedBox ul li:hover .img span.s2 {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.xb h3 {
  float: left;
}

.xb p {
  float: left;
  margin-top: 29px;
  margin-left: 10px;
}

.uedBox3 .uedBoxCase a .lll {
  font-size: 18px;
  margin-top: 13px;
  color: #333333;
}
/*.casemoShowTop{position: relative;}

.t_dingwei{
  display: block;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width:
}*/
@media(max-width:6000px) {
  .t_dingwei {
    max-width: 62%;
  }
}

@media(max-width:2000px) {
  .t_dingwei {
    max-width: 82%;
  }
}

.t_zixunxiala li {
}

.t_zixunxiala li a {
  float: left;
  padding: 30px 0 14px;
  width: 30%;
  margin-right: 3.33%;
  border-bottom: 1px solid #e1e1e1;
}

.t_zixunxiala li a:nth-child(3n) {
  margin-right: 0;
}

.t_zixunxiala li .bt {
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t_zixunxiala li .js {
  font-size: 14px;
  color: #666666;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
}

.t_zixunxiala li .bq {
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}

.a4 .gengduo .gengduo_a {
  background: #d6d6d6;
  color: #333333;
  border: none;
  margin-top: 30px;
}

#newBridge .nb-webim-light-message-0 .nb-webim-light-message-content {
  background: #efefef !important;
}