body,
ul,
div,
html,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
ul {
  list-style: none;
}
.f_f {
  float: left;
}
.f_r {
  float: right;
}
.l_q {
  clear: none;
}
._w_case_code {
  background: #F1F1F1;
  padding: 20px 0;
}
._w_case_code > div {
  width: 1220px;
  position: relative;
  margin: auto;
}
._w_case_code > div > .case_tab_user {
  background: #000000;
  height: 41px;
  line-height: 40px;
  border-bottom: 1px solid #e62129;
  box-sizing: border-box;
  color: #B4B4B4;
  text-align: left;
}
._w_case_code > div > .case_tab_user ul {
  overflow: hidden;
}
._w_case_code > div > .case_tab_user ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0px 10px;
}
._w_case_code > div > .case_tab_user ul li a {
  padding: 0px 20px;
  height: 74px;
  font-size: 18px;
  color: #b4b4b4;
  display: block;
}
._w_case_code > div > .case_tab_user ul li.active a {
  border-bottom: 2px solid #E6212A;
  color: #E6212A;
}
.op_left {
  margin-top: 0 !important;
}
.push_left {
  margin-left: 0 !important;
}
.case_img_switch {
  padding: 10px 15px;
  background: #fff;
  box-sizing: border-box;
}
.case_img_switch ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.case_img_switch ul li {
  cursor: pointer;
  margin-bottom: 1px;
  margin-top: 10px;
  /*float: left;*/
  width: 25%;
  padding: 0px 10px;
  box-sizing: border-box;
}
.case_img_switch ul li .ly-img {
  padding: 2px;
  box-sizing: border-box;
  position: relative;
}
.case_img_switch ul li .ly-img img {
  width: 100%;
  _height: 300px;
  transition: all 0.5s;
}
.case_img_switch ul li .ly-img h1 {
  font-size: 16px;
  color: #626262;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  padding: 6px 1px 6px 1px;
}
.case_img_switch ul li .ly-img .ly-bg-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2px solid #E4202A;
  display: none;
}
.case_img_switch ul li:hover .ly-bg-line {
  display: block;
}
.case_img_switch ul li:hover h1 {
  color: #E6212A;
}
.case_img_switch ul li:hover img {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.corder_color {
  color: #E4202A !important;
}
.case_page {
  background: #fff;
  padding: 20px;
}
.case_page > div {
  -width: 160px;
  height: 20px;
  position: relative;
  margin: auto;
}
.case_page > div ul {
  overflow: hidden;
  float: left;
  width: 80px;
}
.case_page > div li:nth-child(1) {
  margin-left: 0 !important;
}
.case_page > div li {
  float: left;
  margin-left: 10px;
  font-size: 13px;
  color: #595959;
}
.case_page > div div:nth-child(1) {
  float: left;
  width: 25px;
  height: 25px;
  background: #F6F6F6;
  margin-top: -4px;
  margin-right: 10px;
  text-align: center;
  line-height: 23px;
  border-radius: 5px;
  cursor: pointer;
}
.case_page > div div:nth-child(1) span {
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url('../picture/switch.png') no-repeat -20px 0;
}
.case_page > div div:nth-child(1):hover {
  width: 25px;
  height: 25px;
  background: #E6212A;
  margin-top: -4px;
  margin-right: 10px;
  text-align: center;
  line-height: 23px;
  border-radius: 5px;
  cursor: pointer;
}
.case_page > div div:nth-child(1):hover span {
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url('../picture/switch.png') no-repeat 0 0;
}
.case_page > div div:nth-child(3) {
  float: right;
  width: 25px;
  height: 25px;
  background: #F6F6F6;
  margin-top: -4px;
  margin-right: 10px;
  text-align: center;
  line-height: 23px;
  border-radius: 5px;
  cursor: pointer;
}
.case_page > div div:nth-child(3) span {
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url('../picture/switch.png') no-repeat -12px 0;
}
.case_page > div div:nth-child(3):hover {
  width: 25px;
  height: 25px;
  background: #E6212A;
  margin-top: -4px;
  margin-right: 10px;
  text-align: center;
  line-height: 23px;
  border-radius: 5px;
  cursor: pointer;
}
.case_page > div div:nth-child(3):hover span {
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url('../picture/switch.png') no-repeat -27px 0;
}
.box {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .hander {
    height: 60px;
  }
  .hander .w_lp .w_log {
    width: 56px;
    height: 60px;
  }
  .hander .w_lp .w_nav .w_language {
    display: none;
  }
  .hander .w_lp .w_nav .venus-menu {
    top: 60px;
  }
  .hander .w_lp .w_nav .venus-menu .showhide {
    height: 60px;
    top: -100px;
  }
  .hander .w_lp .w_nav .venus-menu .showhide.ly-cation .icon em:first-child {
    margin-top: 18px;
  }
  .hander .w_lp .w_nav .venus-menu .showhide.ly-cation .icon em:last-child {
    margin-top: -16px;
  }
  .hander .w_lp .w_nav .venus-menu .showhide span.icon {
    margin: 52px 20px 0px;
  }
  .hander .w_lp .w_nav .venus-menu .showhide span.icon em {
    width: 40px;
    height: 4px;
    margin-bottom: 11px;
  }
  ._w_case_code {
    width: 100%;
    padding: 20px 15px;
    background: #fff;
    box-sizing: border-box;
  }
  ._w_case_code > div {
    width: 100%;
  }
  ._w_case_code > div .case_tab_user {
    width: 100%;
    height: auto;
    line-height: 40px;
    border-bottom: none;
  }
  ._w_case_code > div .case_tab_user ul {
    font-size: 0;
    text-align: left;
    padding: 5px 0px 0;
  }
  ._w_case_code > div .case_tab_user ul li {
    width: 33.33333333%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
  }
  ._w_case_code > div .case_tab_user ul li a {
    font-size: 12px;
    padding: 0;
    height: 40px;
    line-height: 30px;
    display: inline-block;
  }
  ._w_case_code > div .case_tab_user ul li.active a {
    font-weight: 600;
  }
  ._w_case_code > div .case_img_switch {
    padding: 0px;
  }
  ._w_case_code > div .case_img_switch ul li {
    width: 49%;
    margin-right: 2%;
    padding: 0;
  }
  ._w_case_code > div .case_img_switch ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  ._w_case_code > div .case_img_switch ul li .ly-img {
    padding: 0;
  }
  ._w_case_code > div .case_img_switch ul li .ly-img img {
    _height: 143px;
    display: block;
  }
  .case_img_switch ul li .ly-img h1 {
    font-size: 12px;
  }
}

/*Xerxes-Zaki start*/
.zx-shebei-detail h4 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  padding: 30px 0 40px;
}
.zx-shebei-detail p {
  color: #666;
  font-size: 16px;
  line-height: 2;
}
/*Xerxes-Zaki end*/

