@charset 'utf-8';
/* 轮播图开始 */
#wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 600px;
}
/*#wrap img {*/
  /*width: 100%;*/
/*}*/
#wrap .banner {
  position:absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s;
}
#wrap .tab {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#wrap .tab span {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 3px;
  background: rgba(105,105,105,0.5);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  border: 2px solid #887B6E;
}
#wrap .tab span.on {
  background:#E2CEB7;
}
#wrap .tab span:hover {
  background:#E2CEB7;
}
#wrap .prev {
  position: absolute;
  left: 20px;
  top: 280px;
  width: 0px;
  height: 69px;
  overflow: hidden;
  transition: width 1s;
  background: url("../images/left.png");
  cursor: pointer;
}
#wrap .next {
  position: absolute;
  right: 20px;
  top: 280px;
  width: 0px;
  height: 69px;
  overflow: hidden;
  transition: width 1s;
  background: url("../images/right.png");
  cursor: pointer;
}
#wrap:hover .prev, #wrap:hover .next {
  width: 64px;
  height: 69px;
  transition: width 1s;
}
/* 轮播图结束 */

.background {
  height: 600px;
  position: relative;
  background-image: url("../images/background1.jpg");
}
.background .slogan {
  width: 500px;
  color: #36222c;
  font-size: 32px;
  position: absolute;
  top: 200px;
  left: 1200px;
}
.background .slogan2 {
  width: 500px;
  color: #36222c;
  font-size: 32px;
  position: absolute;
  top: 200px;
  left: 990px;
  transition: all .5s ease-out 0s;
}
.background .slogan span, .background .slogan2 span {
  color: #36222c;
  font-size: 38px;
  font-weight: bold;
}
.background .button {
  position: absolute;
  top: 350px;
  left: 990px;
}
.background .button a {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eee8e8;
  font-size: 20px;
}
.background .button a:hover {
  color: #ed3da1;
  border: 1px solid #ed3da1;
}
/* hs-brand 开始 */
.bg-white {
  width: 100%;
  height: 600px;
  background: #fff;
  padding: 40px 0;
}
.hs-brand {
  width: 1200px;
  height: 400px;
  margin: 100px auto;
  background: #f4f4f4;
}
.hs-brand .img-group {
  width: 820px;
  display: inline-block;
}
.hs-brand .description {
  width: 370px;
  height: 400px;
  display: inline-block;
  vertical-align: top;
}
.hs-brand .description .slogan-title {
  transform: scaleX(0);
}
.hs-brand .description .slogantitle2 {
  transform: scaleX(1);
  transform-origin: 100% 0;
  transition: transform ease .5s;
}
.hs-brand .description .brand-slogan {
  color: #ff0060;
  font-size: 28px;
  font-weight: bolder;
  padding: 90px 0 0 50px;
}
.hs-brand .description p {
  color: #999;
  font-size: 22px;
  margin: 5px 0;
  padding: 10px 0 0 50px;
}
.hs-brand .description a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  color: #666;
  font-size: 20px;
  margin: 40px 0 0 0;
  border: 1px solid #666;
}
.hs-brand .description .brand a:hover {
  color: #ed3da1;
  border: 1px solid #ed3da1;
}
/* hs-brand 结束 */

/* 视频展示 开始*/
.background-video {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/background2.jpg");
}
.background-video .container {
  width: 1200px;
}
.background-video .right {
  float: right;
  width: 610px;
}
.big-img {
  display: inline-block;
  position: relative;
  width: 580px;
  height: 335px;
}
.big-img img {
  position: relative;
  width: 580px;
  height: 335px;
  max-width: 100%;
}
.big-img .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.big-img .info p {
  color: #fff;
  font-size: 30px;
  line-height: 300px;
}
.big-img a:hover .info {
  opacity: 1;
}
.small-img {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 167px;
  margin: 0 auto;
}
.small-img {
  position: relative;
  width: 300px;
  height: 167px;
  max-width: 100%;
}
.small-img .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.small-img .info p {
  color: #fff;
  font-size: 18px;
  line-height: 150px;
}
.small-img a:hover .info {
  opacity: 1;
}
/* 视频展示 结束 */

/* 最新资讯 开始 */
.latest-news {
  margin: 0 auto;
  height: 574px;
}
.latest-news .title {
  width: 120px;
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  font-size: 26px;
  margin-bottom: 40px;
  color: #333;
}
.latest-news .title p:last-child {
  font-size: 16px;
  margin: 10px 0;
  text-align: center;
}
.latest-news .article {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.latest-news .article div {
  display: inline-block;
  width: 380px;
  background: #fff;
  margin: 0 5px;
}
.latest-news .article img {
  width: 380px;
  height: 190px;
  transform: scaleX(0);
}
.latest-news .article2 img {
  width: 380px;
  height: 190px;
  transform: scaleX(1);
  transform-origin: 100% 0;
  transition: transform 1s;
}
.latest-news .article p, .latest-news .article span {
  transform: scaleX(0);
}
.latest-news .article2 p, .latest-news .article2 span {
  transform: scaleX(1);
  transform-origin: 100% 0;
  transition: transform 1s;
}
.latest-news .article .news-title {
  font-size: 18px;
  color: #666;
  margin: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.latest-news .article .news-title:hover {
  color: #ed3da1;
}
.latest-news .article .new-desc {
  color: #808080;
  font-size: 19px;
  line-height: 2;
  margin: 15px;
}
.latest-news .article .new-label {
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  color: #999;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 20px 15px;
  border: 1px solid #ccc;
}
/* 最新资讯 结束 */
