.home_brand {
  width: 100%;
	height: 100%;
  overflow: hidden;
  padding: 0px;
  background-size: cover;
}
.home_brand .sd_imgbox {
  height: 100%;
}
.home_brand .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 54px;
  color: #ffffff;
  text-align: center;
}
.home_brand .description {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.7;
  text-align: center;
  margin: 20px 0 45px;
}
.home_brand .home_brand_content {
  width: 100%;
  height: 100%;
	min-height: 400px;
  overflow: hidden;
}
.home_brand ul {
  min-width: 100%;
  height: 100%;
  margin: 0 -5px;
  text-align: left;
}
.home_brand li {
  display: inline-block;
  width: 20%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.home_brand li.open {
  width: 60%;
}
.home_brand li.open .cover_box {
  opacity: 0;
  filter: alpha(opacity=0);
}
.home_brand li.open .innner_box {
  z-index: 8;
}
.home_brand li.open .innner_box_txt {
  bottom: 45px;
  opacity: 1;
}
.home_brand li .cover_box {
  width: 100% !important;
  height: 100%;
  position: absolute !important;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.home_brand li .cover_box .sd_imgbox {
  position: absolute !important;
  width: 100%;
}
.home_brand li .cover_txt {
  /*display: inline-block;*/
  position: absolute;
  max-width: 100%;
	width: 100%;
	height: auto;
	min-height: 60px;
	left: 0;
	top: 50%;
	/*margin: -75px auto 0;*/
	transform: translateY(-50%);
}
.home_brand li .cover_txt p {
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  /*opacity: 0.6;*/
  margin-bottom: 5px;
  /*font-weight: bold;*/
	margin-bottom: 15px;
}
.home_brand li .cover_txt .cover_title {
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
.home_brand li .cover_txt .link {
  font-size: 14px;
  color: #ffffff;
	height: 30px;
	line-height: 30px;
	border:1px solid #fff;
	border-radius: 15px;
	width: 7.6em;
    margin: 60px auto 0;
}
.home_brand li .cover_txt .link a{color: #fff;}
.home_brand li .innner_box {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.home_brand li .innner_box img {
  display: inline-block;
  width: /*100%*/auto;
  min-width: 100%;
  height: 100%;
  max-height: inherit !important;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.home_brand li .innner_box_txt {
  position: absolute;
  /*bottom: 100px;*/
  left: 0;
	top: 50%;
  /*line-height: normal;*/
  width: 100%;
	height: 170px;
	margin-top: -75px;
  text-align: right;
  padding: 0 100px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  opacity: 0;
	box-sizing: border-box;
}
.home_brand li .innner_box_txt p {
  font-size: 16px;
  color: #ffffff;
	line-height: 150%;
}
.home_brand li .innner_box_abc {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.home_brand li .innner_box_abc img {
  height: 100%;
  width: auto;
}
.home_brand li .innner_box_title h2 {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  display: block;
	margin-bottom: 15px;
	font-weight: bold;
}
.home_brand li .innner_box_title p.tit2{font-size: 22px;}
.home_brand li .innner_box_title p.tit3{font-size: 18px;}
.home_brand li .innner_box_title p.sd_link {
  font-size: 14px;
  color: #ffffff;
	height: 30px;
	line-height: 30px;
	border:1px solid #fff;
	border-radius: 15px;
	width: 7.6em;
    margin-top: 30px;
	float: right;
	text-align: center;
}
.home_brand li .innner_box_title a {
  color: #ffffff;
  position: relative;
}
.home_brand li .innner_box_title a:hover {
  color: #fff !important;
}
.home_brand li .innner_box_title a:hover i {
  color: #fff !important;
}
.home_brand li .innner_box_title a i {
  font-size: 18px;
  vertical-align: baseline;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.home_brand li .icon_open {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  z-index: 2;
  cursor: pointer;
}
.home_brand li .icon_open img {
  display: block;
  width: 100%;
  height: 100%;
}
.home_shedderShow .home_brand li .icon_open {
  display: block;
}
.home_shedderShow .home_brand li .icon_close {
  display: none;
}
.home_shedderShow .home_brand li.open .icon_open {
  display: none;
}
.home_shedderShow .home_brand li.open .icon_close {
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .myscroll {
    height: 439px !important;
  }
  .home_brand .title {
    font-size: 36px;
    line-height: 42px;
  }
  .home_brand .description {
    margin: 15px 0 30px;
  }
  .home_brand .home_brand_content {
    height: 400px;
  }
  .home_brand ul {
    margin: 0;
  }
  .home_brand li {
    line-height: 400px;
  }
  .home_brand li.open .innner_box_txt {
    bottom: 45px;
  }
  .home_brand li .cover_txt p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .home_brand li .cover_txt .cover_title {
    font-size: 24px;
    line-height: 30px;
  }
  .home_brand li .innner_box_txt {
    bottom: 100px;
    padding: 0 45px;
  }
  .home_brand li .innner_box_txt p {
    font-size: 14px;
  }
  .home_brand li .innner_box_title h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .home_brand li .innner_box_title a {
    font-size: 14px;
    line-height: 26px;
  }
  .home_brand li .innner_box_title a i {
    font-size: 16px;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  .myscroll {
    height: 400px !important;
  }
  .home_brand .title {
    font-size: 36px;
    line-height: 42px;
  }
  .home_brand .description {
    margin: 15px 0 30px;
  }
  .home_brand .home_brand_content {
    height: 600px;
  }
  .home_brand ul {
    height: auto;
    margin: 0;
  }
  .home_brand li {
    width: 100%;
    height: 120px;
    line-height: 120px;
    border: none;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }
  .home_brand li.open {
    height: 350px;
    width: 100%;
  }
  .home_brand li.open .innner_box_txt {
    bottom: 30px;
  }
  .home_brand li .innner_box {
    height: 350px;
  }
  .home_brand li .cover_txt p {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .home_brand li .cover_txt .cover_title {
    font-size: 24px;
    line-height: 30px;
  }
  .home_brand li .innner_box_txt {
    bottom: 100px;
    padding: 0 30px;
  }
  .home_brand li .innner_box_txt p {
    font-size: 14px;
    margin-top: 15px;
  }
  .home_brand li .innner_box_title h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .home_brand li .innner_box_title a {
    font-size: 14px;
    line-height: 26px;
  }
  .home_brand li .innner_box_title a i {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .myscroll {
    height: 400px !important;
  }
  .home_brand .title {
    font-size: 36px;
    line-height: 42px;
  }
  .home_brand .description {
    margin: 15px 0 30px;
  }
  .home_brand .home_brand_content {
    height: 600px;
  }
  .home_brand ul {
    height: auto;
    margin: 0;
  }
  .home_brand li {
    width: 100%;
    height: 120px;
    line-height: 120px;
    border: none;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }
  .home_brand li.open {
    height: 350px;
    width: 100%;
  }
  .home_brand li.open .innner_box_txt {
    bottom: 30px;
  }
  .home_brand li .innner_box {
    height: 350px;
  }
  .home_brand li .cover_txt p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .home_brand li .cover_txt .cover_title {
    font-size: 24px;
    line-height: 30px;
  }
  .home_brand li .innner_box_txt {
    bottom: 100px;
    padding: 0 30px;
  }
  .home_brand li .innner_box_txt p {
    font-size: 14px;
    margin-top: 15px;
  }
  .home_brand li .innner_box_title h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .home_brand li .innner_box_title a {
    font-size: 14px;
    line-height: 26px;
  }
  .home_brand li .innner_box_title a i {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .myscroll {
    height: 320px !important;
  }
  .myscroll li {
    height: 40px;
  }
  .home_brand .title {
    font-size: 28px;
    line-height: 34px;
  }
  .home_brand .description {
    margin: 15px 0 25px;
    font-size: 14px;
    line-height: 1.75;
  }
  .home_brand .home_brand_content {
    height: 600px;
  }
  .home_brand ul {
    height: auto;
    margin: 0;
  }
  .home_brand li {
    width: 100%;
    height: 120px;
    line-height: 120px;
    border: none;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }
  .home_brand li.open {
    height: 300px;
    width: 100%;
  }
  .home_brand li.open .innner_box_txt {
    bottom: 20px;
  }
  .home_brand li .innner_box {
    height: 300px;
  }
  .home_brand li .cover_txt p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .home_brand li .cover_txt .cover_title {
    font-size: 24px;
    line-height: 30px;
  }
  .home_brand li .innner_box_txt {
    bottom: 100px;
    padding: 0 20px;
  }
  .home_brand li .innner_box_txt p {
    font-size: 12px;
    margin-top: 10px;
  }
  .home_brand li .innner_box_title h2 {
    font-size: 24px;
    line-height: 22px;
  }
  .home_brand li .innner_box_title a {
    font-size: 14px;
    line-height: 22px;
  }
  .home_brand li .innner_box_title a i {
    font-size: 16px;
  }
	.home_brand li .cover_txt .link{display: none;}
	.home_brand li .cover_txt{height: 60px;}
	.home_brand li .cover_txt .sd_text{font-size: 18px;}
}


.o_g {
  display: block;
  *zoom: 1;
  width: 100%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0!important;
  line-height: auto;
}
.o_g:after {
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
