@charset "gb2312";
@charset "utf-8";
body {
  border: 0;
}
.top_bg {
  width: 100%;
  height: 70px;
  background: #333;
  z-index: 999;
  float: left;
}
img {
  border: 0;
}
.pager ul {
  float: right;
  width: auto;
  padding: 15px 0 0 0;
  margin-bottom: 30px;
}
.pager ul li {
  width: auto;
  float: left;
  line-height: normal;
  padding: 10px 0 0 0;
  background: none;
  border: 0;
  margin: 0 0 0 2px;
}
.pager a {
  background: #cecece;
  font-size: 12px;
  color: #484848;
  font-family: "微软雅黑";
  float: left;
  height: auto;
  padding: 6px 10px;
  margin: 0px 1px;
}
.pager span {
  padding: 4px 10px;
  margin: 0px 0px;
  font-size: 12px;
}
.pager .now {
  background-color: #88b910;
  color: #ffffff;
  border-color: #313131;
}
.pager a:hover {
  background-color: #88b910;
  color: #ffffff;
  border-color: #313131;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

/* 主站导航*/
.miniNav_bg {
  width: 100%;
  height: 35px;
  background: #eee;
  float: left;
  border-bottom: #ccc 1px solid;
  position: absolute;
  top: 0;
  z-index: 99;
}
.miniNav {
  width: 95%;
  margin: 0 auto;
  background-color: ccc;
  line-height: 35px;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.hi {
  float: left;
  width: 440px;
}
.hi strong {
  color: #f00;
}
.hi a {
  padding-left: 15px;
  color: #00f;
}
.nav1 {
  float: right;
}
.nav1 ul li {
  float: left;
  width: 75px;
  text-align: center;
}
.nav1 ul li a {
  color: #666;
}
.nav1 ul li a:hover {
  color: #fff;
}
.nav1 ul li:hover {
  background-color: #333;
  color: #999;
}
.isdronmenu {
  width: 75px;
  background: url(http://www.szzs360.com/shop/style/images/navbg1.png) #eee;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.isdronmenu:hover {
  background: url(http://www.szzs360.com/shop/style/images/navbg0.png) #333;
  background-repeat: no-repeat;
  background-position: bottom left;
}

/*-------- 主站下拉菜单 --------------*/
.dropMenu {
  position: absolute;
  top: 0;
  z-index: 100;
  visibility: hidden;
  margin-top: 0px;
  margin-left: -10px;
  border-top: 0;
  background-color: #333;
  padding: 10px 12px;
  width: 240px;
}
.dropMenu li {
  float: left;
  width: 80px;
  height: 32px;
  line-height: 32px;
  font-family: "微软雅黑";
}
.dropMenu li a {
  display: block;
  color: #eee;
  font-size: 14px;
}
.dropMenu a:hover {
  text-decoration: ccc;
  color: #f00;
}

/* 搜索栏 */
.search_bg {
  width: 100%;
  height: 55px;
  float: left;
  margin: 25px 0;
}
.search {
  width: 95%;
  margin: 0 auto;
  background-color: ccc;
  height: 55px;
  line-height: 55px;
}
.search_logo {
  float: left;
  width: 500px;
  margin-top: -10px;
  display: flex;
  align-items: center;
}
.search_logo span{
  margin-top: -10px;
  font-size: 28px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.searchbox {
  float: right;
  border: 2px solid #88b910;
  height: 35px;
  margin: 10px auto 0 auto;
  width: 570px;
}
.search select {
  display: none;
}
.search .select_box {
  font-size: 14px;
  color: #999999;
  width: 120px;
  line-height: 35px;
  float: left;
  position: relative;
}
.search .select_showbox {
  height: 35px;
  background: url(http://www.szzs360.com/shop/style/images/search_ico.png)
    no-repeat 85px center;
  text-indent: 1.5em;
}
.search .select_showbox.active {
  background: url(http://www.szzs360.com/shop/style/images/search_ico_hover.png)
    no-repeat 85px center;
}
.search .select_option {
  border: 2px solid #88b910;
  border-top: none;
  display: none;
  left: -2px;
  top: 35px;
  position: absolute;
  z-index: 99;
  background: #fff;
}
.search .select_option li {
  text-indent: 1.5em;
  width: 110px;
  cursor: pointer;
}
.search .select_option li.selected {
  background-color: #f3f3f3;
  color: #999;
}
.search .select_option li.hover {
  background: #bebebe;
  color: #fff;
}
.search input.inp_srh,
.search input.btn_srh {
  border: none;
  background: none;
  height: 35px;
  line-height: 35px;
  float: left;
}
.search input.inp_srh {
  outline: none;
  width: 450px;
  padding-left: 20px;
  color: #333;
  font-size: 15px;
}
.search input.btn_srh {
  background: #88b910;
  color: #fff;
  font-size: 15px;
  width: 100px;
}

/* 店铺导航 */
.top {
  width: 95%;
  margin: 0 auto;
  height: 70px;
  overflow: hidden;
}
.logo {
  width: 30%;
  float: left;
  height: 48px;
  line-height: 47px;
  font-size: 20px;
  overflow: hidden;
  color: #fff;
  bottom: 0;
}
.logo img {
  width: auto;
  height: 100%;
  display: none;
}
.nav {
  float: left;
  z-index: 100;
  border-bottom: #fff 15px solid;
}
.nav ul {
  float: left;
  margin-left: 180px;
}
.nav ul li {
  float: left;
  border-left: 1px dotted #444;
  line-height: 70px;
  text-align: center;
  width: 188px;
}
.nav ul li a {
  height: 70px;
  float: left;
  text-align: center;
  width: 188px;
  line-height: 70px;
  font-size: 16px;
  color: #fff;
}
.nav ul li a:hover {
  background: #88b910;
  width: 188px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  height: 70px;
  display: block;
}
.nav ul li a.cur {
  background: #88b910;
  width: 188px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  height: 70px;
  display: block;
}

.dhcl {
  width: 480px;
  clear: both;
  line-height: 15px;
  height: 15px;
}

/*首页banner*/
.banner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flexslider .slides > li {
  display: none;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
}
.flex-container {
  zoom: 1;
  position: relative;
}

.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1;
}
.flex-caption {
  width: 96%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}

.flex-direction-nav li a {
  width: 30px;
  height: 56px;
  margin: 0px 0 0;
  display: block;
  background: url(http://www.szzs360.com/shop/style/images/button.png) no-repeat
    0 0;
  position: absolute;
  top: 38%;
  text-indent: -9999px;
  cursor: pointer;
}
.flex-direction-nav li a.next {
  background-position: -30px 0;
  right: 50px;
}
.flex-direction-nav li a.prev {
  background-position: 0 0;
  left: 50px;
}
.flex-direction-nav li a.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 2%;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav li a {
  width: 25px;
  height: 4px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-nav li a:hover {
  background-position: 0 -12px;
}
.flex-control-nav li a.active {
  background: #2d9feb;
  cursor: default;
}

.arrowDown {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  text-align: center;
}

.arrowDown i {
  display: inline-block;
  width: 34px;
  height: 20px;
  background: url(http://www.szzs360.com/shop/style/images/arrow-down.png)
    no-repeat center top;
  -webkit-animation: arrowDown 1s infinite linear;
  cursor: pointer;
}

@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 6px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

/*首页-主体样式 */
.m {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.i_about {
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
}
.i_about_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.i_about_title h1 {
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  color: #000;
  font-size: 36px;
  background: url(http://www.szzs360.com/shop/style/images/line.png) no-repeat
    bottom center;
  padding-bottom: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.i_about_title h1 SPAN {
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
  float: left;
  color: #999;
  font-size: 38px;
}
.i_about_n {
  width: 80%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 4%;
  font-family: "微软雅黑";
  display: flex;
  color: #666;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
.i_about_n .desc{
  margin-left: 100px;
}

.shortcut {
  width: 100%;
  padding-bottom: 6%;
  position: relative;
  z-index: 101;
  overflow: hidden;
}
.shortcut li {
  width: 25%;
  position: relative;
  overflow: hidden;
  float: left;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  top: 0px;
}
.shortcut li em {
  width: 25%;
  margin: 0 auto;
}
.shortcut a {
  display: block;
  width: 100%;
  text-align: center;
}
.shortcut a img {
  width: 142px;
  height: 142px;
  margin: 0 auto;
}
.shortcut a span {
  line-height: 18px;
  font-family: arial;
  color: #333333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  clear: both;
  transition: all 1s;
  -webkit-transition: all 1s;
  margin: 22px 0 0 0;
  display: block;
  width: 100%;
  text-align: center;
}
.shortcut a .imgH {
  left: -50%;
  transition: all 0.2s ease;
  position: absolute;
  -webkit-transition: all 0.2s ease;
}
.shortcut a:hover {
  text-decoration: none;
}
.shortcut a .imgH:hover {
  display: block;
  left: 20.7%;
}
.shortcut a:hover span {
  animation: img4 0.8s linear infinite alternate;
  -webkit-animation: img4 1s linear infinite alternate;
}

a.seemore:link {
  font-size: 14px;
  background-color: #f00;
  color: #fff;
  padding: 3px 25px 5px 25px;
  margin-top: 25px;
}
a.seemore:visited {
  font-size: 14px;
  background-color: #f00;
  color: #fff;
  padding: 3px 25px 5px 25px;
  margin-top: 25px;
}
a.seemore:hover {
  font-size: 14px;
  background-color: #f00;
  color: #ff0;
  padding: 3px 25px 5px 25px;
  margin-top: 25px;
}
a.seemore:active {
  font-size: 14px;
  background-color: #f00;
  color: #fff;
  padding: 3px 25px 5px 25px;
  margin-top: 25px;
}

.m1 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #eee;
}
.i_case {
  width: 100%;
  margin: 0 auto;
  margin-top: 3%;
}
.i_case_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.i_case_title h1 {
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  color: #e60000;
  font-size: 30px;
  padding-bottom: 14px;
  font-weight: lighter;
  text-align: center;
  margin: 0 auto;
  background: url(http://www.szzs360.com/shop/style/images/line.png) no-repeat
    bottom center;
}
.i_case_title h1 SPAN {
  padding-top: 8px;
  width: 100%;
  text-align: center;
  float: left;
  color: #999;
  font-size: 38px;
}
.i_case_n {
  width: 97%;
  margin: 0 auto;
  margin-top: 2%;
}
.DtiasNv {
  max-width: 1200px;
  margin: 0px auto;
  margin-bottom: 20px;
}
.DtiasNv {
  position: relative;
}
.DtiasNv {
  clear: both;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
}
.DtiasNv a {
  display: inline-block;
  color: #be0e29;
  font-family: "微软雅黑";
  font-size: 16px;
  margin: 0px 25px;
}
.DtiasNv a span {
  font-size: 12px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #fff;
  padding: 0px 10px;
  border-radius: 16px;
  background: #d2d1d1;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.DtiasNv a.curscs span {
  background: #be0e29;
}
.DtiasNv a {
  color: #333;
}
.DtiasNv a:hover {
  color: #be0e29;
}
.DtiasNv a.curensQhs {
  color: #be0e29;
}
.DtiasNv a.curensQhs span {
  background: #be0e29;
}
.DtiasNvDUN a {
  margin: 0px 5px;
}

.m2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #333;
}

/*首页-案例样式 */
.isotope {
  width: 70%;
  margin: 0 auto;
}
.isotope .works-desc{
  flex: 1;
  margin-left: 150px;
  font-family: "微软雅黑";
  color: #666;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
}
.isotope ul {
  position: relative;
}
.isotope .item {
  width: 24.5%;
  margin: 0;
  float: left;
  overflow: hidden;
}
.isotope .item .cont {
  display: block;
  overflow: hidden;
  border: 15px solid #eee;
}
.trans {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.isotope .item .cont > div {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.isotope .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.isotope .item img:hover {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.isotope .item .title {
  display: block;
  background: url(http://www.szzs360.com/shop/style/images/ico-2.png) 95% center
    no-repeat #fff;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0px 45px 15px 20px;
  font-size: 12px;
  color: #999;
}
.isotope .item .title-en {
  padding: 15px 0 0px 0;
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
}
.isotope .item h5 {
  font-weight: normal;
  font-family: "微软雅黑";
  overflow: hidden;
  line-height: 25px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.isotope .item:hover .title-en {
  color: #d20000;
  font-weight: bold;
}
.isotope .item:hover img {
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.05, 1.05);
}
.isotope .item:hover .title {
  background-color: transparent;
  background: url(http://www.szzs360.com/shop/style/images/ico-2.png) 95% center
    no-repeat #ffffff;
  color: #666666;
}
.img-box {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.icon-box {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  width: 100%;
  height: 100%;
}
.isotope .item:hover .icon-box {
  background: url(http://www.szzs360.com/shop/style/images/j_img.png) no-repeat
    center center #000;
  transition: background-color 0.4s;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.i_contact {
  width: 95%;
  margin: 0 auto;
  margin-top: 3%;
}
.i_contact_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.i_contact_title h1 {
  width: 100%;
  font-family: "微软雅黑";
  color: #fff;
  font-size: 30px;
  padding-bottom: 14px;
  font-weight: lighter;
  text-align: center;
  margin: 0 auto;
  background: url(line.png) no-repeat bottom center;
}
.i_contact_title h1 SPAN {
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
  float: left;
  color: #999;
  font-size: 38px;
}
.i_contact_n {
  width: 100%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 6%;
  font-family: "微软雅黑";
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.i_contact_n a {
  font-family: "微软雅黑";
  color: #fff;
  font-size: 16px;
  line-height: 38px;
}
.get {
  display: inline-block;
  border: 2px solid #fff;
  padding: 14px 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
}
.get:hover {
  display: inline-block;
  transition: background-color 0.4s;
  border: 2px solid #fff;
  background: #fff;
  padding: 14px 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ce0000;
  font-size: 14px;
  margin: 0 auto;
}

.m3 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3%;
  background: #e4e4e4;
}

.link {
  width: 95%;
  margin: 0 auto;
  margin-top: 0;
  font-size: 12px;
  color: #ccc;
  font-family: "微软雅黑";
}
.link a {
  color: #ccc;
  font-family: "微软雅黑";
}
.i_news {
  width: 95%;
  margin: 0 auto;
  margin-top: 4%;
}
.i_news_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.i_news_title h1 {
  width: 296px;
  font-family: "微软雅黑";
  color: #3d3d3d;
  font-size: 30px;
  background: url(http://www.szzs360.com/shop/style/images/line.png) no-repeat
    bottom center;
  padding-bottom: 14px;
  font-weight: lighter;
  text-align: center;
  margin: 0 auto;
}
.i_news_title h1 SPAN {
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
  float: left;
  color: #999;
  font-size: 38px;
}
.i_news_n {
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
}
.blog_sel {
  height: 40px;
  line-height: 40px;
  padding-bottom: 28px;
  text-align: center;
}
.blog_sel a {
  color: #333;
  font-size: 16px;
  font-family: "微软雅黑";
  width: auto;
  padding: 0 33px;
}
.blog_sel a.blog_on {
  color: #d3001e;
  background: url(http://www.szzs360.com/shop/style/images/blog_cur.jpg)
    no-repeat bottom;
  padding-bottom: 16px;
}
.blog {
  width: 1100px;
  margin: 0 auto;
}
.blog_l {
  width: 28%;
  min-height: 314px;
  background-color: #fff;
}
.blog_r {
  width: 70%;
  min-height: 314px;
}
.blog_img {
  position: relative;
  width: 100%;
}
.blog_img img {
  display: block;
  width: 100%;
}
.blog_infor {
  padding: 16px 12px 0 12px;
}
.blog_title a,
.blog_Rmore b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog_title a {
  color: #6f9400;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.blog_intro {
  color: #818181;
  font-size: 12px;
  font-family: "微软雅黑";
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  padding-top: 6px;
  margin-bottom: 6px;
}
.blog_wel span {
  font-size: 12px;
  font-family: Arial;
  color: #666;
  padding-left: 20px;
}
.blog_wel1 {
  background: url(http://www.szzs360.com/shop/style/images/blog_icon1.png)
    no-repeat left;
}
.blog_wel2 {
  background: url(http://www.szzs360.com/shop/style/images/blog_icon2.png)
    no-repeat left;
}
.blog_list ul {
  float: left;
}
.blog_list li {
  float: left;
  margin: 0 3% 22px 0;
  display: inline;
  background-color: #fff;
  position: relative;
  width: 47%;
  height: 90px;
}
.blog_list li a {
  display: block;
  width: 99%;
  height: 86px;
  border: 2px solid #fff;
}
.blog_list li a span {
  display: block;
  cursor: pointer;
  font-size: 12px;
  font-family: "微软雅黑";
}
.blog_Rtime {
  width: 58px;
  height: 48px;
  margin: 3.8% 0 0 3.8%;
  padding-top: 10px;
  background-color: #444;
  text-align: center;
}
.blog_Rtime em,
.blog_Rtime b {
  display: block;
  font-family: Arial;
  color: #fff;
}
.blog_Rtime b {
  font-size: 24px;
}
.blog_Rtime em {
  font-style: normal;
  font-size: 12px;
}
.blog_Rmore {
  width: 73%;
  margin: 3.8% 3.8% 0 0;
}
.blog_Rmore b {
  color: #333;
  display: block;
  width: 230px;
  height: 24px;
  font-size: 12px;
  font-family: "微软雅黑";
}
.blog_Rmore span {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.blog_list li a .blog_more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(http://www.szzs360.com/shop/style/images/blog_mbd.jpg)
    no-repeat;
  width: 12px;
  height: 12px;
  display: none;
}
.blog_list li a:hover {
  border: 2px solid #6f9400;
}
.blog_list li a:hover .blog_more {
  display: block;
}
.blog_list li a:hover .blog_Rtime {
  background-color: #6f9400;
}
.blog_list li a:hover .blog_Rmore b {
  color: #6f9400;
}

.blog_infTop {
  height: auto;
  overflow: hidden;
  padding-bottom: 4px;
}
.blog_time {
  width: 23%;
  height: 68px;
  background-color: #a1c900;
  z-index: 10;
}
.blog_time span {
  display: block;
  font-size: 12px;
  font-family: Arial;
  color: #fff;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.blog_time span.blog_y {
  font-size: 30px;
}
.blog_day {
  background-color: #6f9400;
}
.blog_infR {
  width: 73%;
}
.blog_title {
  padding: 6px 0 8px;
}
.blog_wel2 {
  float: right;
}
.blog_infR .blog_title a {
  display: block;
  height: 24px;
  font-family: "微软雅黑";
}
.fr {
  float: right;
}
.fl {
  float: left;
}

.pagea {
  background-color: #9c0;
  color: #fff;
  border: #666 1px solid;
  padding: 2px 10px;
  font-size: 14px;
  margin-left: 15px;
}

/*首页-底部样式 */
.footer {
  width: 100%;
  margin: 0 auto;
  background: #141414;
  padding-bottom: 10px;
  overflow: hidden;
}
.bottom {
  width: 21%;
  margin: 0 auto;
  height: 190px;
  margin-top: 40px;
}
.bottom_nav {
  /* float: left; */
  margin-left: 150px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #999;
  line-height: 28px;
}
.bottom_nav span {
  font-size: 14px;
  line-height: 20px;
  background-color: #444;
}
.ewm {
  float: left;
  width: 170px;
}
.ewm img {
  height: 140px;
}

/*关于我们样式 */
.bannerlist {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 0 0;
  overflow: hidden;
  text-align: center;
}
.bannerlist img {
  width: 100%;
}
.bannerlist01 {
  width: 100%;
  float: left;
  font-weight: normal;
  padding: 20px 0 25px 0;
  background: #88b910;
  overflow: hidden;
  text-align: center;
}
.bannerlist01 h1 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  font-family: Tahoma, Geneva, sans-serif;
  background: url(http://www.szzs360.com/shop/style/images/h-line1.png)
    no-repeat center bottom;
}
.bannerlist01 p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding-top: 15px;
  font-family: "微软雅黑";
}
.dqwz {
  width: 95%;
  margin: 20px auto;
  overflow: hidden;
  z-index: 99999;
  position: relative;
  font-size: 12px;
  font-family: "微软雅黑";
  text-align: left;
}
.dqwz span {
  float: right;
  background: url(http://www.szzs360.com/shop/style/images/home.png) no-repeat 0
    1px;
  padding-left: 20px;
}
.service {
  width: 100%;
  float: left;
  margin-top: -2.3%;
}
.about {
  width: 95%;
  margin: 0 auto;
  margin-top: 4%;
  margin-bottom: 5%;
}
.about_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.about_title h1 {
  width: 100%;
  font-family: "微软雅黑";
  color: #474747;
  font-size: 28px;
  background: url(http://www.szzs360.com/shop/style/images/line.png) no-repeat
    bottom center;
  padding-bottom: 14px;
  text-align: center;
  margin: 0 auto;
}
.about_title h1 em {
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
  float: left;
}
.about_n {
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
  line-height: 35px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
  border-bottom: #ccc 1px solid;
  padding-bottom: 20px;
}
.about_n a {
  line-height: 35px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
}
.about_n img {
  width: 100%;
  margin-top: 3%;
}

.about_cert {
  width: 100%;
  margin-top: 3%;
}
 {
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
  line-height: 35px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
  border-bottom: #ccc 1px solid;
  padding-bottom: 20px;
}
.about_cert ul li {
  float: left;
  width: 31%;
  margin: 1%;
}
.about_cert ul li img {
  width: 100%;
}
.pro_all {
  float: right;
  width: 82%;
  border-left: #ccc 1px solid;
}
.pro_right {
  float: left;
  width: 13%;
  font-size: 16px;
  line-height: 28px;
}
.pro_right h1 {
  font-size: 19px;
  font-weight: bold;
  color: #f00;
  line-height: 40px;
}
.pro_right h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 35px;
}
.pro_lb {
  width: 100%;
}
.pro_lb ul li {
  float: left;
  width: 30%;
  margin-left: 3%;
  margin-top: 2.3%;
  text-align: center;
  height: 226px;
  overflow: hidden;
  border: #ccc 1px solid;
  background-color: #eee;
}
.pro_lb ul li img {
  height: 180px;
  border: 0;
}

.m_c {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  float: left;
  overflow: hidden;
  background: url(http://www.szzs360.com/shop/style/images/404bg.jpg) no-repeat
    center top;
  min-height: 735px;
}
.list404 {
  width: 50%;
  margin: 0 auto;
}
.list404 h1 {
  width: 26%;
  margin: 0 auto;
  margin-top: 20%;
}
.list404 h1 img {
  width: 100%;
}
.list404 p {
  width: 60%;
  margin: 0 auto;
  margin-top: 0%;
  font-size: 31px;
  line-height: 30px;
  font-family: "微软雅黑";
  color: #787878;
  font-weight: bold;
}
.list404 p span {
  width: 100%;
  margin: 0 auto;
  margin-top: 0%;
  font-size: 20px;
  font-family: "微软雅黑";
  color: #b0b0b0;
}
.list404 ul {
  width: 65%;
  margin: 0 auto;
  margin-top: 4.5%;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #787878;
}
.list404 ul li {
  width: 24%;
  float: left;
  margin-top: 0%;
  font-family: "微软雅黑";
  color: #787878;
  line-height: 33px;
  margin: 0 1px;
}
.list404 ul li a {
  width: 100%;
  float: left;
  background: #c8251e;
  color: #fff;
  font-family: "微软雅黑";
  text-align: center;
}

.n1 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: url(http://www.szzs360.com/shop/style/images/bg01.jpg) no-repeat
    center top;
  min-height: 613px;
}
.culture {
  width: 84%;
  margin: 0 auto;
  margin-top: 4%;
  margin-bottom: 5%;
}
.culture_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.culture_title h1 {
  width: 100%;
  font-family: "微软雅黑";
  color: #fff;
  font-size: 28px;
  background: url(http://www.szzs360.com/shop/style/images/line.png) no-repeat
    bottom center;
  padding-bottom: 14px;
  text-align: center;
  margin: 0 auto;
}
.culture_title h1 em {
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
  float: left;
}
.culture_n {
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
  line-height: 28px;
  font-family: "微软雅黑";
  font-size: 14px;
}
.culture_n ul {
  width: 100%;
  float: left;
}
.culture_n ul li {
  width: 33.3%;
  background: #ffffff;
  min-height: 200px;
  float: left;
}
.culture_n ul li.c2 {
  width: 33.3%;
  background: #af2f23;
  float: left;
}
.culture_n ul li.c4,
.culture_n ul li.c6 {
  width: 33.3%;
  background: #868686;
  float: left;
}
.culture_n ul li.c1 dt {
  width: 13%;
  float: left;
  margin: 46px 0 0 50px;
}
.culture_n ul li.c1 dt img {
  width: 100%;
  float: left;
}
.culture_n ul li.c1 dd {
  width: 40%;
  float: right;
  margin: 46px 15% 0 0;
}
.culture_n ul li.c1 dd h1 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 18px;
}
.culture_n ul li.c1 dd p {
  width: 100%;
  float: left;
  font-weight: normal;
  color: #888;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.culture_n ul li.c2 dt {
  width: 13%;
  float: left;
  margin: 46px 0 0 50px;
}
.culture_n ul li.c2 dt img {
  width: 100%;
  float: left;
}
.culture_n ul li.c2 dd {
  width: 40%;
  float: right;
  margin: 46px 15% 0 0;
}
.culture_n ul li.c2 dd h1 {
  width: 100%;
  float: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 18px;
}
.culture_n ul li.c2 dd p {
  width: 100%;
  float: left;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.culture_n ul li.c3 dt {
  width: 13%;
  float: left;
  margin: 46px 0 0 50px;
}
.culture_n ul li.c3 dt img {
  width: 100%;
  float: left;
}
.culture_n ul li.c3 dd {
  width: 40%;
  float: right;
  margin: 46px 15% 0 0;
}
.culture_n ul li.c3 dd h1 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 18px;
}
.culture_n ul li.c3 dd p {
  width: 100%;
  float: left;
  font-weight: normal;
  color: #888;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.culture_n ul li.c4 dt {
  width: 13%;
  float: left;
  margin: 46px 0 0 50px;
}
.culture_n ul li.c4 dt img {
  width: 100%;
  float: left;
}
.culture_n ul li.c4 dd {
  width: 40%;
  float: right;
  margin: 46px 15% 0 0;
}
.culture_n ul li.c4 dd h1 {
  width: 100%;
  float: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 18px;
}
.culture_n ul li.c4 dd p {
  width: 100%;
  float: left;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.culture_n ul li.c5 dt {
  width: 13%;
  float: left;
  margin: 46px 0 0 50px;
}
.culture_n ul li.c5 dt img {
  width: 100%;
  float: left;
}
.culture_n ul li.c5 dd {
  width: 40%;
  float: right;
  margin: 46px 15% 0 0;
}
.culture_n ul li.c5 dd h1 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 18px;
}
.culture_n ul li.c5 dd p {
  width: 100%;
  float: left;
  font-weight: normal;
  color: #888;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.culture_n ul li.c6 dt {
  width: 13%;
  float: left;
  margin: 46px 0 0 50px;
}
.culture_n ul li.c6 dt img {
  width: 100%;
  float: left;
}
.culture_n ul li.c6 dd {
  width: 40%;
  float: right;
  margin: 46px 15% 0 0;
}
.culture_n ul li.c6 dd h1 {
  width: 100%;
  float: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 18px;
}
.culture_n ul li.c6 dd p {
  width: 100%;
  float: left;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.Sp {
  width: 82%;
  margin: 0 auto;
  margin-top: 4%;
}
.Sp_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.Sp_title h1 {
  width: 100%;
  font-family: "微软雅黑";
  color: #474747;
  font-size: 30px;
  background: url(http://www.szzs360.com/shop/style/images/line.png) no-repeat
    bottom center;
  padding-bottom: 14px;
  text-align: center;
  margin: 0 auto;
}
.Sp_title h1 em {
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
  float: left;
}
.Sp_title p {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  margin-top: 1%;
  line-height: 22px;
  font-family: "微软雅黑";
  font-size: 16px;
}
.Sp_n {
  width: 100%;
  margin: 0 auto;
  margin-top: 6%;
}
.service_list {
  height: auto;
  overflow: hidden;
  padding: 0px 0 106px;
}
.service_list li {
  width: 157px;
  float: left;
  margin-bottom: 20px;
  font-family: "微软雅黑";
}
.service_list li span {
  display: block;
  cursor: pointer;
}
.service_icon {
  display: block;
  background-image: url(http://www.szzs360.com/shop/style/images/service_tipimg.png);
  width: 100px;
  height: 100px;
  margin-left: 28px;
}
.service_icon1 {
  background-position: 0 0;
}
.service_icon2 {
  background-position: -159px 0;
}
.service_icon3 {
  background-position: -317px 0;
}
.service_icon4 {
  background-position: -476px 0;
}
.service_icon5 {
  background-position: -635px 0;
}
.service_icon6 {
  background-position: -793px 0;
}
.service_icon7 {
  background-position: -952px 0;
}
.service_list li:hover .service_icon1 {
  background-position: 0 -122px;
}
.service_list li:hover .service_icon2 {
  background-position: -156px -122px;
}
.service_list li:hover .service_icon3 {
  background-position: -317px -122px;
}
.service_list li:hover .service_icon4 {
  background-position: -476px -122px;
}
.service_list li:hover .service_icon5 {
  background-position: -635px -122px;
}
.service_list li:hover .service_icon6 {
  background-position: -793px -122px;
}
.service_list li:hover .service_icon7 {
  background-position: -952px -122px;
}
.service_name,
.service_intro {
  width: 120px;
  padding-left: 18px;
  text-align: center;
}
.service_name {
  color: #333;
  font-size: 16px;
  padding: 18px 0 8px 18px;
}
.service_intro {
  color: #484848;
  font-size: 12px;
}
.service_list li:hover span {
  color: #6f9400;
}

/*服务项目样式 */
.ser-box {
  width: 50%;
  padding: 50px 0;
  text-align: center;
  float: left;
  overflow: hidden;
}
.ser-box .picimg {
  width: 142px;
  height: 142px;
  display: inline-block;
}
.ser-box .txt {
  text-align: center;
  margin: 15px 0;
  height: 47px;
}
.ser-box .con {
  padding: 0 20%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 20px;
  color: #ababab;
  margin-top: 20px;
}
.ser-box .bg1 {
  background: url(http://www.szzs360.com/shop/style/images/ser-1.png) no-repeat;
}
.ser-box:hover .bg1 {
  background: url(http://www.szzs360.com/shop/style/images/ser-01.png) no-repeat;
}
.ser-box .bg2 {
  background: url(http://www.szzs360.com/shop/style/images/ser-2.png) no-repeat;
}
.ser-box:hover .bg2 {
  background: url(http://www.szzs360.com/shop/style/images/ser-02.png) no-repeat;
}
.ser-box .bg3 {
  background: url(http://www.szzs360.com/shop/style/images/ser-3.png) no-repeat;
}
.ser-box:hover .bg3 {
  background: url(http://www.szzs360.com/shop/style/images/ser-03.png) no-repeat;
}
.ser-box .bg4 {
  background: url(http://www.szzs360.com/shop/style/images/ser-4.png) no-repeat;
}
.ser-box:hover .bg4 {
  background: url(http://www.szzs360.com/shop/style/images/ser-04.png) no-repeat;
}
.ser-box .zx {
  margin-top: 30px;
  display: inline-block;
}
.ser-box .zx {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.ser-box:hover .zx {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.ser-box .zx a {
  display: block;
  width: 113px;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background: #828f91;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.ser-box .zx a:hover {
  background: #d00000;
}
.ser-box .t1 {
  background: url(http://www.szzs360.com/shop/style/images/web-1.png) center
    no-repeat;
}
.ser-box:hover .t1 {
  background: url(http://www.szzs360.com/shop/style/images/web-2.png) center
    no-repeat;
}
.ser-box .t2 {
  background: url(http://www.szzs360.com/shop/style/images/ui-2.png) center
    no-repeat;
}
.ser-box:hover .t2 {
  background: url(http://www.szzs360.com/shop/style/images/ui-1.png) center
    no-repeat;
}
.ser-box .t3 {
  background: url(http://www.szzs360.com/shop/style/images/app-1.png) center
    no-repeat;
}
.ser-box:hover .t3 {
  background: url(http://www.szzs360.com/shop/style/images/app-2.png) center
    no-repeat;
}
.ser-box .t4 {
  background: url(http://www.szzs360.com/shop/style/images/pm-1.png) center
    no-repeat;
}
.ser-box:hover .t4 {
  background: url(http://www.szzs360.com/shop/style/images/pm-2.png) center
    no-repeat;
}
.ser-bg1 {
  background: #f4f4f4;
}
.ser-bg2 {
  background: #fff;
}
.ser-bg2:hover,
.ser-bg1:hover {
}
@media (max-width: 480px) {
  .ser-box {
    width: 100%;
  }
}
/*客户案例样式 */
.case {
  width: 95%;
  margin: 0 auto;
  margin-top: 0%;
}
.case_n {
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
  float: left;
}
.case_detail {
  width: 95%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 5%;
}
.ny_ptab {
  padding: 10px 0 22px;
  height: 25px;
  line-height: 25px;
}
.ny_ptab ul li {
  height: 25px;
  line-height: 25px;
  float: left;
  margin-right: 17px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.ny_ptab ul li.longer1 {
  width: 115px;
}
.ny_ptab ul li a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-family: "Microsoft YaHei";
}
.ny_ptab ul li a:link,
.ny_ptab ul li a:active,
.ny_ptab ul li a:visited {
  color: #333;
}
.ny_ptab ul li a:hover,
.ny_ptab ul li a.hover {
  color: #e6002e;
}
.ny_ptab ul li.tab_spaces {
  width: 7px;
  background: url(http://www.szzs360.com/shop/style/images/news2.gif) 0 0
    no-repeat;
}
.news_list {
  padding-bottom: 20px;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}
.case_detail_left {
  width: 72%;
  float: left;
  border-right: #ccc 1px solid;
  padding-right: 25px;
}
.case_detail_left img {
  width: 100%;
  margin-bottom: 10px;
}
.case_detial_right {
  width: 24%;
  float: right;
  padding-top: 0px;
}
.caseXqDivLa h1 {
  height: 28px;
  border-left: 4px solid #cb0505;
  font-size: 18px;
  color: #333;
  font-family: "微软雅黑";
  line-height: 28px;
  padding-left: 12px;
  overflow: hidden;
}
.caseXqDivLa h1 em {
  font-style: normal;
  font-size: 34px;
  margin-top: 2px;
  font-family: Arial, Helvetica, sans-serif;
  float: right;
  font-weight: normal;
}
.caseXqDivLa h1 em a {
  color: #777777;
}
.caseXqDivLa .strt {
  line-height: 35px;
  margin-top: 3px;
  font-size: 14px;
  color: #7a7a7a;
  font-family: "微软雅黑";
  clear: both;
}
.caseXqDivLa .strtA {
  height: 20px;
  clear: both;
  clear: both;
  margin-top: 3px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.caseXqDivLa .strtA img {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -3px;
}
.caseXqDivLa .strtA span {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #7a7a7a;
  float: left;
  width: 118px;
}
.caseXqDivLa .p {
  line-height: 26px;
  float: left;
  font-size: 13px;
  font-family: "微软雅黑";
  color: #666;
  margin-top: 8px;
}
.caseXqDivLa .lianx {
  line-height: 24px;
  width: 100%;
  font-size: 13px;
  font-family: "微软雅黑";
  margin-top: 15px;
  float: left;
}
.caseXqDivLa .lianx .a1 {
  display: block;
  padding: 5px 28px 5px 20px;
  margin-top: 5px;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #fff;
  border-radius: 0 18px 18px 0;
  background: #be0e29;
}
.caseXqDivLa .lianx span {
  float: left;
}
.caseXqDivLa .lianx em {
  float: right;
}
.caseXqDivLa .lianx em ul {
  float: right;
}
.caseXqDivLa .lianx em ul li {
  float: left;
  width: 45px;
  height: 45px;
  padding: 0 5px;
  overflow: hidden;
}
.caseXqDivLa .lianx em ul li.prev_btn a {
  background: url(http://www.szzs360.com/shop/style/images/rbtn.png) 0 0
    no-repeat;
}
.caseXqDivLa .lianx em ul li.prev_btn a:hover {
  background: url(http://www.szzs360.com/shop/style/images/rbtn.png) 0 -47px no-repeat;
}
.caseXqDivLa .lianx em ul li a {
  width: 45px;
  height: 45px;
  display: block;
}
.caseXqDivLa .lianx em ul li.next_btn a {
  background: url(http://www.szzs360.com/shop/style/images/rbtn.png) -88px 0 no-repeat;
}
.caseXqDivLa .lianx em ul li.next_btn a:hover {
  background: url(http://www.szzs360.com/shop/style/images/rbtn.png) -88px -47px
    no-repeat;
}
.details_box_right_news ul li {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #666;
  line-height: 28px;
}
.details_box_right_news ul li a {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #666;
}
.productimg {
  width: 100%;
  font-size: 16px;
  line-height: 35px;
  font-family: "微软雅黑";
  color: #333;
}
.productimg a {
  font-size: 16px;
  line-height: 35px;
  font-family: "微软雅黑";
  color: #333;
}
.productimg h1 {
  font-size: 20px;
  color: #f00;
  background-color: #f5f5f5;
  padding-left: 20px;
}
.productimg img {
  max-width: 776px;
}
.productimg table {
  width: 100%;
  border: #ccc 1px solid;
}

/*新闻动态样式 */
.news {
  width: 95%;
  margin: 0 auto;
  margin-top: 2%;
}
.news_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.news_title ul {
  font-family: "微软雅黑";
  color: #e60000;
  float: left;
}
.news_title ul li {
  font-family: "微软雅黑";
  color: #e60000;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.news_title ul li a {
  font-family: "微软雅黑";
  display: block;
  background: #676869;
  color: #fff;
  padding: 8px 22px;
  font-size: 14px;
  float: left;
}
.news_n {
  width: 100%;
  float: left;
  padding-bottom: 1%;
}
.news_title ul li.dq a {
  font-family: "微软雅黑";
  display: block;
  background: #88b910;
  color: #fff;
  padding: 8px 22px;
  font-size: 14px;
  float: left;
}
.news_n {
  width: 100%;
  float: left;
  padding-bottom: 1%;
}
.news_n ul {
  width: 100%;
  float: left;
}
.news_n ul li {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2.5%;
  margin-top: 2.5%;
}
.news_n ul li dt {
  width: 19%;
  float: left;
}
.news_n ul li dt img {
  width: 100%;
  float: left;
}
.news_n ul li dd {
  width: 79%;
  float: right;
}
.news_n ul li dd h1 {
  width: 100%;
  float: left;
  line-height: 33px;
  font-family: "微软雅黑";
  font-size: 17px;
}
.news_n ul li dd p {
  width: 100%;
  float: left;
  line-height: 24px;
  margin-top: 10px;
  color: #666666;
  font-family: "微软雅黑";
  font-size: 14px;
}
.news_n ul li dd span {
  float: left;
  line-height: 22px;
  margin-top: 10px;
  color: #999;
  font-family: "微软雅黑";
  font-size: 12px;
}
.news_n ul li dd em {
  float: right;
  font-style: normal;
  line-height: 22px;
  margin-top: 10px;
  color: #666666;
  font-family: "微软雅黑";
  font-size: 14px;
}
.news_n ul li dd em a {
  display: block;
  padding: 7px 15px;
  color: #88b910;
  border: 1px solid #88b910;
}
.ny_n {
  padding-bottom: 20px;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}
.new_left {
  width: 76%;
  float: left;
  border-right: #ccc 1px solid;
}
.new_left_title {
  width: 100%;
  border-bottom: 1px solid #ccc;
  float: left;
}
.new_left_title h1 {
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-family: "微软雅黑";
  float: left;
}
.new_left_title p {
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  font-family: "微软雅黑";
  float: left;
}
.new_left_title p span {
  margin: 0 10px;
}
.new_left_n {
  width: 98%;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  line-height: 35px;
  padding-top: 18px;
  font-size: 16px;
  font-family: "微软雅黑";
  float: left;
}

.new_left_n img {
  max-width: 97%;
}
.detailsNext_left {
  width: 100%;
  float: left;
  margin-top: 8px;
  font-size: 14px;
  color: #f00;
  font-weight: bold;
}
.detailsNext_left p {
  float: left;
  font-size: 13px;
  color: #666666;
  font-family: "微软雅黑";
}
.detailsNext_left p.f {
  float: right;
}
.details_box_right {
  width: 22%;
  float: right;
}
.details_box_rihgt_demo {
  margin-bottom: 30px;
}
.details_box_rihgt_demo ul li {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  line-height: 28px;
}
.details_box_rihgt_demo ul li a {
  color: #666;
}
.details_box_right h5 {
  font-size: 20px;
  color: #8c8c8c;
  font-family: "微软雅黑";
  font-weight: normal;
  margin-bottom: 10px;
}
.details_box_rihgt_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.details_box_rihgt_img img {
  width: 100%;
}
.details_box_rihgt_img p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 30px;
  font-family: "微软雅黑";
  font-size: 14px;
  left: 0;
  color: #fff;
}
.details_news_box {
  border-bottom: 1px solid #dbdbdb;
  line-height: 26px;
  margin-bottom: 10px;
}
.details_news_box .title {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
}
.details_news_box .time {
  font-size: 12px;
  color: #b1b0b0;
  font-family: Arial, Helvetica, sans-serif;
}
.details_news_box .info {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #8c8c8c;
  margin-bottom: 10px;
}
/*联系我们样式 */
.contact {
  width: 82%;
  margin: 0 auto;
  margin-top: 2%;
}
.cont_usleft {
  float: left;
  width: 15%;
  padding-top: 33px;
  padding-left: 17px;
}
.cont_usright {
  width: 78%;
  float: right;
  padding-top: 33px;
}
.cont_us_txt {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #000000;
  font-weight: 100;
  line-height: 27px;
  padding-bottom: 21px;
}
.contxt {
  overflow: hidden;
  zoom: 1;
  padding-bottom: 25px;
}
.tmsoo_contxt_cn {
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 35px;
}
.tmsoo_contxt_en {
  float: right;
  width: 411px;
  float: right;
  line-height: 23px;
  font-size: 12px;
  color: #333;
}
.post_bot {
  padding-bottom: 30px;
}
.post_bot img {
  width: 100%;
}
.submit_top {
  line-height: 33px;
  padding-bottom: 17px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #000;
}
.sb_top {
  overflow: hidden;
  zoom: 1;
}
.submit_bot {
  padding-bottom: 11px;
}
.sumit_input {
  margin: 0 16px 11px 0;
  padding: 2px 2px 2px 10px;
  width: 328px;
  height: 34px;
  background: #f2f2f2;
  outline: none;
  float: left;
}
.input_submits {
  width: 328px;
  height: 34px;
  line-height: 34px;
  background: none;
  border: none;
  outline: none;
  color: #666;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.sumit_input2 {
  margin: 0 0 11px 0;
  width: 340px;
  height: 34px;
  float: left;
}
.checkcode {
  width: 94%;
  height: 34px;
  padding: 2px 2px 2px 10px;
  line-height: 34px;
  background: none;
  outline: none;
  border: none;
  color: #666;
  margin-top: -2px;
  margin-left: -2px;
  background: #f2f2f2;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.sb_area_inputs {
  width: 100%;
  height: 92px;
  padding: 5px 1px 3px 10px;
  border: none;
  color: #666;
  background: #f2f2f2;
  margin-right: 13px;
  float: left;
}
.sb_aiarea {
  width: 99%;
  line-height: 23px;
  height: 92px;
  background: none;
  outline: none;
  border: none;
  color: #666;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.ly_tip {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
  padding-bottom: 50px;
}
.ly {
  width: 177px;
  line-height: 43px;
  height: 42px;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  background: #cd1100;
  font-family: "Microsoft YaHei";
}
.sumit_input2 table {
  width: 100%;
}

/* leftsead */
#leftsead {
  width: 161px;
  height: 290px;
  position: fixed;
  top: 250px;
  right: 0px;
  z-index: 100;
}
*html #leftsead {
  margin-top: 258px;
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop));
}
#leftsead li {
  width: 161px;
  height: 52px;
  font-family: "微软雅黑";
}
#leftsead li img {
  float: right;
}
#leftsead li a {
  height: 49px;
  float: right;
  display: block;
  min-width: 47px;
  max-width: 161px;
}
#leftsead li a .shows {
  display: block;
}
#leftsead li a .hides {
  margin-right: -143px;
  cursor: pointer;
  cursor: hand;
}
#leftsead li a.youhui .hides {
  display: none;
  position: absolute;
  right: 143px;
}
#leftsead li a.youhui .2wm {
  display: none;
  position: absolute;
  right: 143px;
}
#p2 {
  width: 122px;
  background-color: #bb0000;
  height: 47px;
  margin-left: 37px;
  border: 1px solid #bb0000;
  text-align: center;
  line-height: 47px;
}
#p3 {
  width: 112px;
  background-color: #bb0000;
  height: 47px;
  margin-left: 47px;
  border: 1px solid #bb0000;
  text-align: center;
  line-height: 47px;
}
#p1 {
  width: 47px;
  height: 49px;
  float: left;
}

.sitemap {
  width: 100%;
  float: left;
  padding-bottom: 80px;
  padding-top: 20px;
}
.sitemap li {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}
.sitemap li dt {
  width: 100%;
  font-size: 15px;
  line-height: 35px;
  font-family: "微软雅黑";
  float: left;
}
.sitemap li dt h1 {
  font-size: 15px;
  border-left: 3px solid #d20000;
  padding-left: 8px;
  line-height: 17px;
  height: 17px;
  font-family: "微软雅黑";
  float: left;
}
.sitemap li dd {
  width: 100%;
  font-size: 14px;
  line-height: 35px;
  font-family: "微软雅黑";
  float: left;
}
.sitemap li dd ol {
  width: 100%;
  font-size: 13px;
  line-height: 35px;
  margin-top: 3px;
  font-family: "微软雅黑";
  float: left;
}
.sitemap li dd ol li {
  width: auto;
  padding: 0 20px 0 0;
  margin: 0;
  border: 0;
  font-size: 13px;
  line-height: 35px;
  font-family: "微软雅黑";
  float: left;
}

/*首页-响应式案例样式 */
@media all and (max-width: 1920px) {
  .logo {
    margin: 0.6% 0 0 0;
  }
  .i_contact_title h1 em {
    margin: 2% 0;
    margin-bottom: 0;
  }
  .blog_list li {
    height: 98px;
  }
  .blog_Rtime {
    margin: 3.4% 0 0 3.8%;
  }
  .blog_list li a {
    height: 94px;
    width: 99.4%;
  }
  .blog_Rmore {
    width: 79%;
    margin: 3.5% 3.8% 0 0;
  }
  .blog_l {
    min-height: 337px;
  }
  .shortcut a:hover .imgH {
    display: block;
    left: 31.8%;
  }
  .shortcut a .imgH {
    left: -80%;
    top: 0;
  }
  .NavMore {
    display: none;
  }
}
@media all and (max-width: 1680px) {
  .shortcut a:hover .imgH {
    display: block;
    left: 29.2%;
  }
}
@media all and (max-width: 1660px) {
  .shortcut a:hover .imgH {
    display: block;
    left: 28.2%;
  }
  .blog_Rmore {
    width: 76%;
  }
  .blog_Rtime {
    margin: 3.8% 0 0 3.8%;
  }
}
@media all and (max-width: 1440px) {
  .shortcut a:hover .imgH {
    display: block;
    left: 25.81%;
  }
  .blog_Rmore {
    width: 75%;
    margin: 3.8% 3.8% 0 0;
  }
  .blog_Rtime {
    margin: 4.3% 0 0 3.8%;
  }
  .logo {
    margin: 0.7% 0 0 0;
  }
}
@media all and (max-width: 1366px) {
  .shortcut a:hover .imgH {
    display: block;
    left: 24.45%;
  }
  .blog_Rmore {
    width: 73%;
    margin: 4% 3.8% 0 0;
  }
  .blog_Rtime {
    margin: 4.5% 0 0 3.8%;
  }
}
@media all and (max-width: 1280px) {
  .isotope .item {
    width: 33.33%;
    margin: 0;
  }
  .blog_title a {
    font-size: 14px;
  }
  .shortcut a:hover .imgH {
    display: block;
    left: 22.45%;
  }
  .shortcut a .imgH {
    left: -90%;
  }
}

@media all and (max-width: 1152px) {
  .blog_l {
    display: none;
  }
  .blog_r {
    width: 100%;
  }
  .shortcut a:hover .imgH {
    left: 19.45%;
  }
  .blog_Rmore {
    width: 77%;
    margin: 3.5% 3.8% 0 0;
  }
  .blog_Rtime {
    margin: 3.7% 0 0 3.5%;
  }
  .ewm {
    display: none;
  }
  .NavMore {
    display: block;
    margin-right: 1rem;
    float: right;
    margin-top: 1.5em;
    z-index: 100;
  }
  .top {
    width: 95%;
  }
  .logo strong {
    font-size: 0.8em;
  }
  .logo img {
    display: none;
  }
  .nav {
    float: right;
    display: none;
    width: 15%;
    position: absolute;
    right: 0;
    top: 70px;
  }
  .nav ul {
    float: left;
  }
  .nav ul li {
    float: left;
    border-left: 0;
    width: 100%;
    background: #88b910;
    line-height: 50px;
    text-align: center;
  }
  .nav ul li a {
    font-family: "微软雅黑";
    height: 50px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
  }
  .nav ul li a:hover {
    font-family: "微软雅黑";
    background: #414141;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    height: 50px;
    display: block;
  }
  .nav ul li a.cur {
    font-family: "微软雅黑";
    background: #414141;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    height: 50px;
    display: block;
  }
  .nav ul li.Navlilis {
    display: none;
  }
}
@media all and (max-width: 1192px) {
  .blog_l {
    display: none;
  }
  .blog_r {
    width: 100%;
  }
  .logo img {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .logo {
    width: 95%;
  }
  .logo img {
    display: none;
  }
  .isotope .item .title {
    padding: 5px 35px 15px 15px;
    font-size: 12px;
    color: #999;
  }
  .isotope .item .title-en {
    padding: 15px 0 0px 0;
    text-transform: uppercase;
    color: #666;
    font-size: 16px;
  }
  .blog_Rmore {
    width: 76%;
    margin: 3.6% 3.8% 0 0;
  }
  .blog_Rtime {
    margin: 3.9% 0 0 3.5%;
  }
  .ewm {
    display: none;
  }
  .foot dl dt {
    width: 100%;
    text-align: center;
  }
  .shortcut a:hover .imgH {
    left: 15.45%;
  }
  .culture_n ul li {
    width: 50%;
    min-height: 200px;
    float: left;
  }
  .culture_n ul li.c2 {
    width: 50%;
  }
  .culture_n ul li.c4,
  .culture_n ul li.c6 {
    width: 50%;
  }
  .pro_right {
    display: none;
  }
}
@media all and (max-width: 875px) {
  .top {
    width: 95%;
    font-size: 1em;
  }
  .logo {
    width: 70%;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
  }
  .logo img {
    display: none;
  }
  .miniNav_bg {
    display: none;
  }
  .search_bg {
    display: none;
  }
  .blog_list li {
    width: 100%;
  }
  .blog_Rmore {
    width: 83%;
    margin: 2.6% 3.8% 0 0;
  }
  .blog_Rtime {
    margin: 2.5% 0 0 2.5%;
  }
  .blog_list li a {
    height: 94px;
    width: 99.6%;
  }
  .pro_right {
    display: none;
  }
  .banner {
    padding: 10px 0 0 0;
    z-index: 0;
  }
  .bannerlist01 {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 0;
  }
  .bannerlist01 h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .dqwz {
    position: relative;
    z-index: 0;
  }
  .news_n ul li dd {
    width: 100%;
  }
  .news_n ul li dt {
    display: none;
  }
  .case_detail_left {
    width: 99%;
    border-right: 0;
    padding-right: 0;
  }
  .case_detial_right {
    display: none;
  }
  .pro_right {
    width: 0;
    display: none;
  }
  .pro_all {
    width: 100%;
    border-left: 0;
  }
  .case_detail {
    width: 99%;
    clear: both;
  }
  .pro_lb ul li {
    float: left;
    width: 43%;
    margin-left: 4%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
  }
  .pro_lb ul li img {
    width: 100%;
    height: 120px;
    border: 0;
  }
}

@media all and (max-width: 800px) {
  .logo {
    width: 70%;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    font-size: 1em;
  }
  .logo img {
    display: none;
  }
  .miniNav_bg {
    display: none;
  }
  .search_bg {
    display: none;
  }
  .logo {
    margin: 1.3% 0 0 0;
  }
  .isotope .item {
    width: 50%;
  }
  .case_list {
    padding: 0 3%;
  }
  .isotope .item .title {
    background: url(ico-2.png) 95% center no-repeat #fff;
  }
  .isotope .item:hover .title {
    background: url(http://www.szzs360.com/shop/style/images/ico-2.png) 95%
      center no-repeat #ffffff;
  }
  .blog_list li {
    width: 100%;
  }
  .blog_Rtime {
    margin: 1.9% 0 0 2.8%;
  }
  .blog_Rmore {
    width: 83%;
    margin: 2.6% 3.8% 0 0;
  }
  .blog_Rtime {
    margin: 2.5% 0 0 2.5%;
  }
  .shortcut a:hover .imgH {
    left: 6.3%;
  }
  .banner {
    padding: 10px 0 0 0;
    z-index: 0;
  }
  .bannerlist01 {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 0;
  }
  .bannerlist01 h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .dqwz {
    position: relative;
    z-index: 0;
  }
  .news_n ul li dd {
    width: 100%;
  }
  .news_n ul li dt {
    display: none;
  }
  .case_detail_left {
    width: 99%;
    border-right: 0;
    padding-right: 0;
  }
  .case_detial_right {
    display: none;
  }
  .pro_all {
    width: 100%;
    border-left: 0;
  }
  .case_detail {
    width: 100%;
    clear: both;
  }
  .pro_lb ul li {
    float: left;
    width: 43%;
    margin-left: 4%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
  }
  .pro_lb ul li img {
    width: 100%;
    height: 120px;
    border: 0;
  }
  .case_detail {
    width: 99%;
    clear: both;
  }
  .pro_lb ul li {
    float: left;
    width: 43%;
    margin-left: 4%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
  }
  .pro_lb ul li img {
    width: 100%;
    height: 120px;
    border: 0;
  }
}
@media all and (max-width: 768px) {
  .logo {
    width: 70%;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    font-size: 1em;
  }
  .logo img {
    display: none;
  }
  .isotope .item .title {
    background: url(ico-2.png) 95% center no-repeat #fff;
  }
  .isotope .item:hover .title {
    background: url(http://www.szzs360.com/shop/style/images/ico-2.png) 95%
      center no-repeat #ffffff;
  }
  .shortcut a:hover .imgH {
    left: 5%;
  }
  .i_contact_n {
    margin-top: 10%;
  }
  .banner {
    padding: 10px 0 0 0;
    z-index: 0;
  }
  .bannerlist01 {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 0;
  }
  .bannerlist01 h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .dqwz {
    position: relative;
    z-index: 0;
  }
  .news_n ul li dd {
    width: 100%;
  }
  .news_n ul li dt {
    display: none;
  }
  .case_detail_left {
    width: 99%;
    border-right: 0;
    padding-right: 0;
  }
  .case_detial_right {
    display: none;
  }
  .pro_all {
    width: 100%;
    border-left: 0;
  }
  .case_detail {
    width: 99%;
    clear: both;
  }
  .pro_lb ul li {
    float: left;
    width: 43%;
    margin-left: 4%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
  }
  .pro_lb ul li img {
    width: 100%;
    height: 120px;
    border: 0;
  }
}
@media all and (max-width: 640px) {
  .logo {
    width: 70%;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    font-size: 1em;
  }
  .logo img {
    display: none;
  }
  .miniNav_bg {
    display: none;
  }
  .search_bg {
    display: none;
  }
  .top {
    width: 95%;
  }
  .logo {
    margin: 12px 0 0 0;
  }
  .logo img {
    width: 65%;
  }
  .top_bg {
    height: 58px;
  }
  .banner {
    padding: 10px 0 0 0;
    z-index: 0;
  }
  .NavMore {
    margin-top: 1.15em;
    margin-right: 0;
  }
  .bannerlist01 {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 0;
  }
  .bannerlist01 h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .dqwz {
    position: relative;
    z-index: 0;
  }
  .isotope .item {
    width: 50%;
  }
  .case_list {
    padding: 0 3%;
  }
  .isotope .item .title {
    background: url(ico-2.png) 95% center no-repeat #fff;
  }
  .isotope .item:hover .title {
    background: url(http://www.szzs360.com/shop/style/images/ico-2.png) 95%
      center no-repeat #ffffff;
  }
  .blog_list li {
    width: 100%;
  }
  .blog_Rtime {
    margin: 5% 0 0 4.3%;
  }
  .blog_Rmore {
    width: 70%;
    margin: 5% 3.8% 0 0;
  }
  .shortcut a:hover .imgH {
    left: 6.3%;
  }
  .i_contact_title h1 {
    font-size: 20px;
  }
  .get {
    padding: 8px 12px;
    font-size: 12px;
    margin-top: 20px;
  }
  .get:hover {
    padding: 8px 12px;
    font-size: 12px;
    margin-top: 20px;
  }
  .i_news {
    margin-top: 10%;
  }
  .i_news_title h1 em img {
    width: 20%;
  }
  .i_news_title h1 {
    font-size: 20px;
  }
  .i_case_title h1 em img {
    width: 46%;
  }
  .i_case_title h1 {
    font-size: 19px;
  }
  .i_about {
    margin-top: 8%;
  }
  .i_about_title p {
    font-size: 13px;
    width: 97%;
    margin-top: 5%;
  }
  .i_about_title h1 em img {
    width: 60%;
  }
  .i_about_title h1 {
    font-size: 18px;
  }
  .i_case {
    margin-top: 8%;
  }
  .i_case_n {
    margin-top: 4%;
  }
  .DtiasNv {
    margin-bottom: 0px;
  }
  .DtiasNv a {
    font-size: 13px;
  }
  .blog_sel a {
    padding: 0 13px;
    font-size: 14px;
  }
  .i_contact {
    margin-top: 10%;
  }
  .i_contact_n {
    margin-bottom: 8%;
  }
  .shortcut li {
    width: 50%;
  }
  .flex-direction-nav li a {
    display: none;
  }
  .shortcut a img {
    width: 80%;
    height: auto;
  }
  .shortcut a {
    margin-bottom: 12%;
  }
  .shortcut a span {
    font-size: 14px;
  }
  .shortcut a .imgH {
    top: 0;
  }
  .nav {
    width: 38%;
    top: 58px;
  }
  .bannerlist {
    padding: 58px 0 0 0;
  }
  .about {
    margin-top: 8%;
    margin-bottom: 10%;
  }
  .about_title h1 em img {
    width: 30%;
  }
  .about_title h1 {
    font-size: 20px;
  }
  .about_n {
    font-size: 14px;
  }
  .culture {
    margin-top: 8%;
  }
  .culture_title h1 em img {
    width: 20%;
  }
  .culture_title h1 {
    font-size: 20px;
  }
  .Sp {
    margin-top: 8%;
    width: 98%;
  }
  .Sp_title h1 em img {
    width: 27%;
  }
  .Sp_title h1 {
    font-size: 20px;
  }
  .Sp_title p {
    font-size: 13px;
    margin-top: 10px;
  }
  .service_list li {
    width: 157px;
    margin-left: 3%;
    float: left;
    margin-bottom: 20px;
  }
  .news {
    margin-top: 5%;
    width: 92%;
  }
  .news_n ul li dd h1 {
    font-size: 14px;
    line-height: 22px;
  }
  .news_n ul li dd p {
    font-size: 13px;
  }
  .news_n ul li dd {
    width: 100%;
  }
  .news_n ul li dt {
    display: none;
  }
  .cont_usleft {
    display: none;
  }
  .cont_usright {
    width: 100%;
  }
  .new_left {
    width: 100%;
  }
  .details_box_right {
    display: none;
  }
  .detailsNext_left p.f {
    float: left;
    margin-top: 7px;
  }
  .case_detail_left {
    width: 100%;
    float: right;
    margin-top: 30px;
    font-size: 16px;
    font-family: "微软雅黑";
  }
  .case_detial_right {
    width: 100%;
    float: left;
  }
  .culture_n ul {
    margin-top: 4%;
  }
  .culture_n ul li {
    width: 50%;
    min-height: 140px;
    float: left;
  }
  .culture_n ul li.c2 {
    width: 50%;
  }
  .culture_n ul li.c4,
  .culture_n ul li.c6 {
    width: 50%;
  }
  .culture_n ul li.c1 dt {
    width: 23%;
    float: left;
    margin: 32px 0 0 20px;
  }
  .culture_n ul li.c1 dd {
    width: 40%;
    margin: 32px 15% 0 0;
  }
  .culture_n ul li.c1 dd h1 {
    font-size: 14px;
    line-height: 19px;
  }
  .culture_n ul li.c1 dd p {
    font-size: 14px;
    margin-top: 3px;
  }
  .culture_n ul li.c2 dt,
  .culture_n ul li.c3 dt,
  .culture_n ul li.c4 dt,
  .culture_n ul li.c5 dt,
  .culture_n ul li.c6 dt {
    width: 23%;
    float: left;
    margin: 32px 0 0 20px;
  }
  .culture_n ul li.c2 dd,
  .culture_n ul li.c3 dd,
  .culture_n ul li.c4 dd,
  .culture_n ul li.c5 dd,
  .culture_n ul li.c6 dd {
    width: 40%;
    margin: 32px 15% 0 0;
  }
  .culture_n ul li.c2 dd h1,
  .culture_n ul li.c3 dd h1,
  .culture_n ul li.c4 dd h1,
  .culture_n ul li.c5 dd h1,
  .culture_n ul li.c6 dd h1 {
    font-size: 14px;
    line-height: 19px;
  }
  .culture_n ul li.c2 dd p,
  .culture_n ul li.c3 dd p,
  .culture_n ul li.c4 dd p,
  .culture_n ul li.c5 dd p,
  .culture_n ul li.c6 dd p {
    font-size: 14px;
    margin-top: 3px;
  }
  .culture_n ul li.c3 {
    float: right;
  }
  .culture_n ul li.c4 {
    float: left;
  }
  .case_detail_left {
    width: 99%;
    border-right: 0;
    padding-right: 0;
  }
  .case_detial_right {
    display: none;
  }
  .pro_all {
    width: 100%;
    border-left: 0;
  }
  .case_detail {
    width: 99%;
    clear: both;
  }
  .pro_lb ul li {
    float: left;
    width: 43%;
    margin-left: 4%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
  }
  .pro_lb ul li img {
    width: 100%;
    height: 120px;
    border: 0;
  }
}

@media all and (max-width: 479px) {
  .logo {
    width: 70%;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    font-size: 1em;
  }
  .logo img {
    display: none;
  }
  .bannerlist01 {
    padding: 30px 0 0 0;
    position: relative;
    z-index: 0;
  }
  .bannerlist01 h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .banner {
    padding: 10px 0 0 0;
    z-index: 0;
  }
  .isotope .item {
    width: 50%;
  }
  .isotope .item .img-box {
    width: 100%;
    height: auto;
  }
  .miniNav_bg {
    display: none;
  }
  .search_bg {
    display: none;
  }
  .dqwz {
    position: relative;
    z-index: 0;
  }
  .news_n ul li dd {
    width: 100%;
  }
  .news_n ul li dt {
    display: none;
  }
  .case_detail_left {
    width: 99%;
    border-right: 0;
    padding-right: 0;
  }
  .case_detial_right {
    display: none;
  }
  .pro_all {
    width: 100%;
    border-left: 0;
  }
  .case_detail {
    width: 99%;
    clear: both;
  }
  .pro_lb ul li {
    float: left;
    width: 43%;
    margin-left: 4%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
  }
  .pro_lb ul li img {
    width: 100%;
    height: 120px;
    border: 0;
  }
}
@media all and (max-width: 369px) {
  .logo {
    width: 70%;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    font-size: 1em;
  }
  .logo img {
    display: none;
  }
  .banner {
    padding: 10px 0 0 0;
    z-index: 0;
  }
  .shortcut a:hover .imgH {
    left: 10%;
  }
  .miniNav_bg {
    display: none;
  }
  .search_bg {
    display: none;
  }
  .bannerlist01 {
    padding: 30px 0 0 0;
    position: relative;
    z-index: 0;
  }
  .bannerlist01 h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .dqwz {
    position: relative;
    z-index: 0;
  }
  .news_n ul li dd {
    width: 100%;
  }
  .news_n ul li dt {
    display: none;
  }
  .case_detail_left {
    width: 99%;
    border-right: 0;
    padding-right: 0;
  }
  .case_detial_right {
    display: none;
  }
  .pro_all {
    width: 100%;
    border-left: 0;
  }
  .case_detail {
    width: 99%;
    clear: both;
  }
  .pro_lb ul li {
    float: left;
    width: 43%;
    margin-left: 4%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
  }
  .pro_lb ul li img {
    width: 100%;
    height: 120px;
    border: 0;
  }
}
@media all and (max-width: 360px) {
  .banner {
    padding: 10px 0 0 0;
    z-index: 0;
    text-align: center;
  }
  .shortcut a:hover .imgH {
    left: 10%;
  }
  .miniNav_bg {
    display: none;
  }
  .search_bg {
    display: none;
  }
  .bannerlist01 {
    padding: 30px 0 0 0;
    position: relative;
    z-index: 0;
  }
  .bannerlist01 h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .dqwz {
    position: relative;
    z-index: 0;
  }
  .news_n ul li dd {
    width: 100%;
  }
  .news_n ul li dt {
    display: none;
  }
  .case_detail_left {
    width: 99%;
    border-right: 0;
    padding-right: 0;
  }
  .case_detial_right {
    display: none;
  }
  .pro_all {
    width: 100%;
    border-left: 0;
  }
  .case_detail {
    width: 99%;
    clear: both;
  }
  .pro_lb ul li {
    float: left;
    width: 43%;
    margin-left: 4%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
  }
  .pro_lb ul li img {
    width: 100%;
    height: 120px;
    border: 0;
  }
}
@media all and (max-width: 320px) {
  .banner {
    padding: 10px 0 0 0;
    z-index: 0;
    text-align: center;
  }
  .shortcut a:hover .imgH {
    left: 10%;
  }
  .service_list li {
    width: 157px;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .miniNav_bg {
    display: none;
  }
  .search_bg {
    display: none;
  }
  .bannerlist01 {
    padding: 30px 0 0 0;
    position: relative;
    z-index: 0;
  }
  .bannerlist01 h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .dqwz {
    position: relative;
    z-index: 0;
  }
  .news_n ul li dd {
    width: 100%;
  }
  .news_n ul li dt {
    display: none;
  }
  .case_detail_left {
    width: 99%;
    border-right: 0;
    padding-right: 0;
  }
  .case_detial_right {
    display: none;
  }
  .pro_all {
    width: 100%;
    border-left: 0;
  }
  .case_detail {
    width: 99%;
    clear: both;
  }
  .pro_lb ul li {
    float: left;
    width: 43%;
    margin-left: 4%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
  }
  .pro_lb ul li img {
    width: 100%;
    height: 120px;
    border: 0;
  }
}
