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: 40px 0;
}
._w_case_code > div {
  width: 1200px;
  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 30px;
}
._w_case_code > div > .case_tab_user ul li:hover a {
  color: #E6212A;
}
._w_case_code > div > .case_tab_user ul li a {
  padding: 0px 20px;
  height: 74px;
  font-size: 18px;
  color: #b4b4b4;
  display: block;
  transition: all .3s ease;
}
._w_case_code > div > .case_tab_user ul li.active a {
  border-bottom: 2px solid #E6212A;
  color: #E6212A;
}
.Culture {
  background: #fff;
}
.Culture img {
    max-width: 100%;
    height: 100% !important;
}
.Culture > div:nth-child(1) {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.Culture > div:nth-child(1) img {
  width: 100%;
}
.Culture .Culture_up {
  padding: 50px 100px;
}
.Culture .Culture_up p {
  margin-bottom: 10px;
}
.Culture .Culture_up p img {
  max-width: 100%;
}
.Culture .Culture_up h4 {
  color: #373737;
  font-size: 18px;
  line-height: 60px;
  font-weight: 400;
}
.Culture .Culture_up p {
  font-size: 14px;
  margin-top: 20px;
  color: #5a5a5a;
  line-height: 30px;
}
.Culture .ly-history {
  width: 100%;
  padding: 50px 290px 50px 230px;
  box-sizing: border-box;
}
.Culture .ly-history .ly-title {
  line-height: 30px;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.Culture .ly-history .ly-li {
  width: 100%;
}
.Culture .ly-history .ly-li li {
  width: 100%;
  padding-bottom: 80px;
  padding-left: 160px;
  box-sizing: border-box;
  position: relative;
}
.Culture .ly-history .ly-li li:last-child {
  padding-bottom: 0;
}
.Culture .ly-history .ly-li li:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 70px;
  position: absolute;
  background: #e0e0e0;
  z-index: 1;
}
.Culture .ly-history .ly-li li:after {
  content: "";
  width: 14px;
  height: 14px;
  top: 0;
  left: 63px;
  position: absolute;
  z-index: 3;
  background: #E4202A;
  border-radius: 50%;
}
.Culture .ly-history .ly-li li b {
  position: absolute;
  top: 0px;
  left: 20px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.Culture .ly-history .ly-li li p {
  line-height: 25px;
  color: #585858;
  font-size: 14px;
}
#con {
  width: 100%;
  padding: 50px 30px;
  box-sizing: border-box;
  /*下面代码是兼容各个浏览器的，并实现了四列，没两列之间间距为30px，*/
  -moz-column-count: 3;
  -moz-column-gap: 30px;
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  -o-column-count: 3;
  -o-column-gap: 30px;
}
#con .ly-li {
  padding: 0;
  margin-bottom: 25px;
  min-height: 100px;
  box-sizing: border-box;
  display: inline-block;
}
#con .ly-li img {
  width: 100%;
  display: block;
}
.Aptitude_honor {
  padding: 30px;
}
.Aptitude_honor > ul:nth-child(1) {
  overflow: hidden;
}
.Aptitude_honor > ul:nth-child(1) li {
  float: left;
  margin-left: 2.6%;
  width: 23%;
  height: 165px;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
}
.Aptitude_honor > ul:nth-child(1) li img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.Aptitude_honor > ul {
  overflow: hidden;
}
.Aptitude_honor > ul li {
  float: left;
  margin-left: 2.6%;
  width: 23%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
}
.Aptitude_honor > ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.Aptitude_honor .li_pake {
  margin-left: 0 !important;
}
.Aptitude_honor li:hover img {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
}
.eject {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.eject > div {
  overflow: hidden;
  width: 730px;
  height: 345px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.eject > div span {
  display: inline-block;
}
.eject > div > div:nth-child(1) {
  cursor: pointer;
  transform: scale(0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #565656;
  text-align: center;
  float: left;
  margin-top: 150px;
}
.eject > div > div:nth-child(1) > span:nth-child(1) {
  margin-top: 7px;
  width: 26px;
  height: 32px;
  background: url('/phpcms/templates/default/content/picture/eject.png') no-repeat 0 0;
}
.eject > div > div:nth-child(2) {
  float: left;
  width: 550px;
  height: 345px;
  background: #fff;
  padding: 40px;
  margin: 0 40px;
  overflow: hidden;
}
.eject > div > div:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.eject > div > div:nth-child(2) span {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 105px;
  width: 36px;
  height: 36px;
  background: url('/phpcms/templates/default/content/picture/eject.png') no-repeat -68px 0;
}
.eject > div > div:nth-child(3) {
  cursor: pointer;
  transform: scale(0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #565656;
  text-align: center;
  float: left;
  margin-top: 150px;
}
.eject > div > div:nth-child(3) > span:nth-child(1) {
  margin-top: 7px;
  width: 26px;
  height: 32px;
  background: url('/phpcms/templates/default/content/picture/eject.png') no-repeat -35px 0;
}
._w_organization {
  padding: 30px 60px;
}
._w_organization div {
  padding: 20px;
  border: 1px solid #EAEAEA;
  margin-top: 20px;
}
._w_organization div img {
  width: 100%;
}
._w_organization h4 {
  color: #000000;
}
.ly-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  display: none;
}
.ly-layer .ly-content {
  width: 800px;
  height: auto;
  padding-top: 200px;
  box-sizing: border-box;
  margin: 0px auto;
  position: relative;
}
.ly-layer .ly-content .ly-img {
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
}
.ly-layer .ly-content .ly-img img {
  width: 100%;
  display: block;
}
.ly-layer .ly-content span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 185px;
  right: -15px;
  z-index: 2;
  background: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.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 .Culture > div:nth-child(1) {
    height: auto;
  }
  ._w_case_code > div .Culture .Culture_up {
    width: 100%;
    padding: 10px 0px;
  }
  ._w_case_code > div .Culture .Culture_up p {
    margin-bottom: 10px;
  }
  ._w_case_code > div .Culture .Culture_up p img {
    max-width: 100%;
  }
  ._w_case_code > div .Culture .ly-history {
    padding: 20px 0px;
  }
  ._w_case_code > div .Culture .ly-history .ly-li li {
    padding-bottom: 20px;
    padding-left: 80px;
  }
  ._w_case_code > div .Culture .ly-history .ly-li li b {
    left: 5px;
  }
  ._w_case_code > div .Culture .ly-history .ly-li li:after {
    left: 43px;
  }
  ._w_case_code > div .Culture .ly-history .ly-li li:before {
    left: 50px;
  }
  ._w_case_code > div .Culture .ly-history .ly-li li:last-child {
    padding-bottom: 0;
  }
  ._w_case_code > div .Culture .ly-honor#con {
    padding: 20px 0px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -o-column-count: 2;
    -o-column-gap: 10px;
  }
  ._w_case_code > div .Culture ._w_organization {
    padding: 20px 0px;
  }
}
<!--耗时1764542152.6571秒-->