@charset "utf-8";

#contents .news_topics .article_news_list {
  margin-top: 40px;
}
#contents .news_topics .article_news_list li {
  margin-bottom: 20px;
}
#contents .news_topics .article_news_list .photo {
  float: left;
  width: 38.3%;
}
#contents .news_topics .article_news_list .photo img {
  width: 100%;
  max-width: 295px;
  height: auto;
  max-height: 190px;
}
#contents .news_topics .article_news_list dl {
  float: left;
  width: 72%;
  padding: 5px 5px;
}
#contents .news_topics .article_news_list dl dt {
  width: 100%;
  padding-top: 5px;
}
#contents .news_topics .article_news_list dl dt span {
  display: block;
  float: left;
}
#contents .news_topics .article_news_list dl dt .icon {
  font-size: 117%;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 22px 3px;
  margin-right: 12px;
}
#contents .news_topics .article_news_list dl dt .icon.operation {
  background-color: #fea600;
}
#contents .news_topics .article_news_list dl dt .icon.contribution {
  background-color: #94ce49;
}
#contents .news_topics .article_news_list dl dt .icon.talents {
  background-color: #14bea3;
}
#contents .news_topics .article_news_list dl dt .date {
  font-size: 134%;
  color: #959595;
}
#contents .news_topics .article_news_list dl .news_title {
  font-size: 134%;
  color: #000000;
  line-height: 1.45;
  padding: 16px 0 12px;
}
#contents .news_topics .article_news_list dl .news_text {
  height: 72px;
  font-size: 117%;
  color: #707070;
  line-height: 1.7; 
  text-indent: 28px;
}
#contents .news_topics .article_news_list dl .news_text img {
  display:  none !important;
}
#contents .news_topics .article_news_list dl .news_text span {
  font-size: 100% !important;
  color: #707070 !important;
}

#contents .max_banner .banner_text .btn_play,
#contents .btn_more {
  text-align: center;
}
#contents .max_banner .banner_text .btn_play span,
#contents .btn_more a {
  display: inline-block;
  font-size: 134%;
  color: #ffffff;
  padding: 12px 38px;
  background-color: #b62883;
  border-radius: 1px;
}
#contents .max_banner .banner_text .btn_play .pause {
  display: none;
}
#contents .max_banner .btn_down a:hover,
#contents .max_banner .banner_text .btn_play span:hover,
#contents .btn_more a:hover,
#contents .btn_list li a:hover img,
#contents .news_topics .hot_news dl .category_date a:hover,
#contents .news_topics .news_list dl dt a.notice:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70 );
  opacity: 0.7;
}
#contents .max_banner {
  position: relative;
}
#contents .max_banner .aeon_video {
  position: relative;
  text-align: center;
}
#contents .max_banner .aeon_video .max_img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#contents .max_banner .aeon_video .max_img img {
  width: auto;
  height: 100%;
}
#contents .max_banner .aeon_video .banner_video {
  width: auto;
  margin: 0 auto;
}
#contents .max_banner .banner_text {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background: url(../../img/index/bg-banner_text.png) 0 0 repeat;
  top: 0;
  left: 0;
}
#contents .max_banner .banner_text .banner_title {
  font-size: 400%;
  font-weight: normal;
  padding-top: 290px;
}
#contents .max_banner .banner_text .text {
  font-size: 184%;
}
#contents .max_banner .banner_text .btn_play span {
  font-size: 150%;
  padding: 10px 34px;
  margin-top: 32px;
  cursor: pointer;
}
#contents .max_banner .btn_down {
  display: table;
  width: 100%;
  margin-top: 62px;
  position: absolute;
  bottom: 14%;
  z-index: 200;
}
#contents .max_banner .btn_down a {
  display: inline-block;
  font-size: 117%;
  color: #ffffff;
}
#contents .max_banner .btn_down a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#contents .max_banner .btn_down a span img {
  padding: 0 10px;
  position: relative;
  animation: mouse_move .5s ease-in-out .5s infinite;
  -webkit-animation: mouse_move .5s ease-in-out .5s infinite;
  -webkit-animation-direction:alternate;
  animation-direction:alternate;
}
@keyframes mouse_move
{
0% {top:0;}
100% {top:5px;}
}
#contents .max_banner .urgent {
  position: absolute;
  width: 100%;
  font-size: 134%;
  line-height: 1.8;
  text-align: center;
  padding: 12px 0 0 0;
  background-color: rgba(255,255,255,0.7);
  left: 0;
  bottom: 0;
  display: none;
  z-index: 300;
}

#contents .max_banner .urgent p {
  display: table;
  text-align: center;
  margin: 0 auto;
  height: 38px;
  min-height: 38px;
}
#contents .max_banner .urgent p span,
#contents .max_banner .urgent p text {
  display: table-cell;
  vertical-align: top;
}
#contents .max_banner .urgent p span marquee {
  width: 400px;
  padding: 0;
  margin: 0;
}
#contents .max_banner .urgent p span marquee span {
  display: block;
  overflow: scroll;
}
#contents .max_banner .urgent p span.date {
  padding-left: 35px;
  background: url(../../img/index/bg-urgent.png) left 3px no-repeat;
}
#contents .btn_list {
  padding: 40px 0 50px;
  background: url(../../img/index/bg-wave_pink.jpg) left bottom repeat-x;
}
#contents .btn_list ul li {
  float: left;
  margin-left: 40px;
}
#contents .btn_list ul li:first-child {
  margin-left: 0;
}
#contents .news_topics {
  padding: 60px 0;
  background-color: #fef4f8;
}
#contents .news_topics .section_title {
  position: relative;
}
#contents .news_topics .section_title:before,
#contents .news_topics .section_title:after {
  position: absolute;
  content: "";
  display: block;
  width: 350px;
  height: 2px;
  background-color: #b62883;
  top: 50%;
  margin-top: -1px;
}
#contents .news_topics .section_title:before {
  left: 0;
}
#contents .news_topics .section_title:after {
  right: 0;
}
#contents .news_topics .section_title span {
  display: block;
  font-weight: bold;
  color: #b62883;
  line-height: 1.2;
  text-align: center;
}
#contents .news_topics .section_title .en {
  font-size: 283%;
}
#contents .news_topics .section_title .ca {
  font-size: 167%;
}
#contents .news_topics .hot_news {
  margin: 40px 0;
}
#contents .news_topics .hot_news dl {
  float: left;
  width: 265px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 #e7e7e7;
  margin-left: 13px;
}
#contents .news_topics .hot_news dl.operation {
  border-bottom: 3px solid #fea600;
}
#contents .news_topics .hot_news dl.talents {
  border-bottom: 3px solid #14bea3;
}
#contents .news_topics .hot_news dl.contribution {
  border-bottom: 3px solid #94ce49;
}
#contents .news_topics .hot_news dl:first-child {
  margin-left: 0;
}
#contents .news_topics .hot_news dl dt {
  position: relative;
}
#contents .news_topics .hot_news dl dt img {
  width: 100%;
  max-height: 160px;
}
#contents .news_topics .hot_news dl dt .icon_new {
  width: 50px;
  position: absolute;
  font-size: 125%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 13px 0;
  background-color: #b62883;
  border-radius: 50%;
  top: 5px;
  right: 5px;
}
#contents .news_topics .hot_news dl dd {
  padding: 0 20px;
}
#contents .news_topics .hot_news dl .category_date {
  font-size: 117%;
  color: #898989;
  padding-top: 15px;
}
#contents .news_topics .hot_news dl .category_date a {
  display: inline-block;
  color: #ffffff;
  padding: 4px 22px;
  border-radius: 15px;
  margin-right: 25px;
}
#contents .news_topics .hot_news dl.operation .category_date a {
  background-color: #fea600;
}
#contents .news_topics .hot_news dl.talents .category_date a {
  background-color: #14bea3;
}
#contents .news_topics .hot_news dl.contribution .category_date a {
  background-color: #94ce49;
}
#contents .news_topics .hot_news dl .news_title {
  font-size: 134%;
  line-height: 1.7;
  padding: 11px 20px 52px;
}
#contents .news_topics .news_list {
  box-shadow: 0 0 10px 0 #e7e7e7;
  margin-bottom: 37px;
}
#contents .news_topics .news_list dl {
  padding: 28px 10px 22px;
  background-color: #ffffff;
}
#contents .news_topics .news_list dl:nth-child(2n) {
  background-color: #f7f7f7;
}
#contents .news_topics .news_list dl:after {
  content: "";
  display: block;
  clear: both;
}
#contents .news_topics .news_list dl dt,
#contents .news_topics .news_list dl dd {
  float: left;
  font-size: 134%;
}
#contents .news_topics .news_list dl dt {
  color: #959595;
  padding: 0 22px;
}
#contents .news_topics .news_list dl dt a.notice {
  display: inline-block;
  font-size: 87.5%;
  color: #ffffff;
  padding: 4px 22px;
  border-radius: 15px;
  margin-left: 24px;
}
#contents .news_topics .news_list dl dt .notice.operation {
  background-color: #fea600;
}
#contents .news_topics .news_list dl dt .notice.talents {
  background-color: #14bea3;
}
#contents .news_topics .news_list dl dt .notice.contribution {
  background-color: #94ce49;
}
#contents .news_topics .news_list dl dd {
  width: 73%;
}
#contents .own_brand {
  background: url(../../img/index/bg-own_brand.jpg) left bottom repeat-x #fef4f8;
}
#contents .own_brand .inner {
  background: url(../../img/index/bg-own_brand_inner.jpg) 0 0 repeat;
}
#contents .own_brand .own_brand_inner {
  background: url(../../img/index/img-own_brand.png) 27px bottom no-repeat;
  border: 3px solid #a70064;
  padding: 18px 37px 17px 27px;
}
#contents .own_brand .brand_text,
#contents .own_brand .logo_topvalu,
#contents .own_brand .tagline {
  float: left;
}
#contents .own_brand .brand_text {
  margin-left: 30%;
}
#contents .own_brand .text {
  margin: 8px 0 44px 0;
}
#contents .own_brand .tagline {
  margin-left: 48px;
}
#contents .own_brand .tagline p {
  font-size: 167%;
  color: #313131;
  line-height: 1.5;
}
#contents .own_brand .tagline .special {
  padding: 16px 0 10px 0;
}
#contents .own_brand .goods ul {
  display: table;
}
#contents .own_brand .goods ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-left: 19px;
}
#contents .own_brand .goods ul li:first-child {
  padding-left: 0;
}
#contents .own_brand .btn_more {
  float: right;
  margin-top: 23%;
}
#contents .shop_list {
  margin: 65px 0 55px;
}
#contents .shop_list li {
  margin-right: 26px;
}
.shop_list .bx-wrapper {
  margin: 0 auto;
}
@media screen and (max-width : 1200px) {
 
#contents .max_banner .banner_text .banner_title {
  padding-top: 15%;
}
#contents .max_banner .banner_text .btn_play span {
  margin-top: 2%;
}
#contents .max_banner .btn_down {
  margin-top: 3%;
}
#contents .btn_list ul li{
  width: 31%;
  text-align: center;
  margin-left: 3.5%;
}
#contents .btn_list ul li img {
  width: 100%;
  max-width: 340px;
  height: auto;
}
#contents .news_topics .section_title:before,
#contents .news_topics .section_title:after {
  width: 31.5%;
}
#contents .news_topics .hot_news dl {
  width: 24%;
  margin-left: 1.3%;
}
#contents .news_topics .hot_news dl img {
  width: 100%;
  height: 140px;
}
#contents .news_topics .hot_news dl dd {
  padding: 0 4%;
}
#contents .news_topics .hot_news dl .category_date a {
  padding: 4px 13px;
  margin-right: 4%;
}
#contents .news_topics .news_list dl dd {
  width: 63%;
}
#contents .own_brand .own_brand_inner {
  background-size: 25% auto;
  padding: 18px 20px 17px 15px;
}
#contents .own_brand .brand_text {
  width: 52%;
  margin-left: 28%;
}
#contents .own_brand .brand_text .logo_topvalu {
  width: 28%;
}
#contents .own_brand .brand_text .logo_topvalu img {
  width: 100%;
  height: auto;
}
#contents .own_brand .tagline {
  width: 65%;
  margin-left: 7%;
}
#contents .own_brand .tagline p {
  font-size: 150%;
}
#contents .own_brand .tagline .special img {
  width: 100%;
  height: auto;
}
#contents .own_brand .goods ul {
  display: table;
  width: 100%;
}
#contents .own_brand .goods ul li {
  padding-left: 3%;
}
#contents .own_brand .goods ul li img {
  width: 80%;
  height: auto;
}
#contents .own_brand .btn_more a {
  padding: 8px 25px;
}
#contents .shop_list img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-prev {
  left: -10px;
}
.bx-wrapper .bx-next {
  right: -10px;
}
}
@media screen and (max-width : 979px) {
#contents .news_topics .hot_news dl img {
  width: 100%;
}
#contents .own_brand .tagline p {
  font-size: 117%;
}
}
@media screen and (max-width : 767px) {
#contents .max_banner .banner_text .btn_play span,
#contents .btn_more a {
  display: inline-block;
  font-size: 134%;
  color: #ffffff;
  padding: 12px 38px;
  background-color: #b62883;
  border-radius: 1px;
}
#contents .max_banner {
  position: relative;
}
#contents .max_banner .aeon_video {
  text-align: center;
  min-height: 180px;
}
#contents .max_banner .banner_video {
  width: 100% !important;
  height: auto !important;
}
@media all and (orientation : landscape) { 
#contents .max_banner .aeon_video {
  min-height: 319px;
}
} 
#contents .max_banner .aeon_video .banner_video {
  width: auto;
  margin: 0 auto;
}
#contents .max_banner .aeon_video .max_img img {
  width: 100%;
  height: auto;
}
#contents .max_banner .banner_text .banner_title {
  font-size: 22px;
  padding-top: 8%;
}
#contents .max_banner .banner_text .text {
  font-size: 16px;
}
#contents .max_banner .banner_text .btn_play span {
  font-size: 14px;
  padding: 5px 17px;
  margin-top: 4%;
}
#contents .max_banner .btn_down {
  display: none;
}
#contents .max_banner .urgent {
  font-size: 14px;
  padding: 6px 0 2px 0;
}
#contents .max_banner .urgent p {
  display: table;
  width: 100%;
  height: 18px;
  max-height: 18px;
  min-height: auto;
  text-align: left;
}
#contents .max_banner .urgent p span {
  line-height: 1.4;
  vertical-align: middle;
}
#contents .max_banner .urgent p span marquee {
  width: auto;
  padding-top: 2px;
}
#contents .max_banner .urgent p span.date {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  background-position: left center;
  background-size: 15px auto;
}
#contents .btn_list {
  padding: 20px 0 25px;
}
#contents .btn_list ul li {
  width: 31%;
  margin-left: 3.5%;
}
#contents .btn_list ul li img {
  max-width: 185px;
}
#contents .news_topics {
  padding: 30px 0;
}
#contents .news_topics .section_title:before,
#contents .news_topics .section_title:after {
  width: 12.5%;
  height: 3px;
  margin-top: -1.5px;
}
#contents .news_topics .section_title .en {
  font-size: 22px;
}
#contents .news_topics .section_title .ca {
  font-size: 16px;
}
#contents .news_topics .hot_news {
  margin: 20px 0 0 0;
}
#contents .news_topics .hot_news dl {
  float: left;
  width: 48%;
  margin: 0 0 20px 0;
}
#contents .news_topics .hot_news dl:nth-child(even) {
  float: right;
}
#contents .news_topics .hot_news dl dt .icon_new {
  width: 40px;
  font-size: 13px;
  text-align: center;
  padding: 9px 0;
}
#contents .news_topics .hot_news dl dd {
  padding: 0 10px;
}
#contents .news_topics .hot_news dl .category_date {
  font-size: 12px;
  padding-top: 6px;
}
#contents .news_topics .hot_news dl .category_date a {
  padding: 2px 4%;
  margin-right: 5px;
}
#contents .news_topics .hot_news dl .news_title {
  font-size: 14px;
  padding: 10px 10px 20px;
}
#contents .news_topics .news_list {
  margin-bottom: 20px;
}
#contents .news_topics .news_list dl {
  padding: 14px 10px;
}
#contents .news_topics .news_list dl dt:after {
  content: "";
  display: block;
  clear: both;
}
#contents .news_topics .news_list dl dd {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}
#contents .news_topics .news_list dl dt {
  font-size: 14px;
  padding: 0;
}
#contents .news_topics .news_list dl dt span {
  float: right;
}
#contents .news_topics .news_list dl dt a.notice {
  font-size: 12px;
  margin: 0 12px 0 0;
}
#contents .news_topics .news_list dl dt .date {
  padding-top: 3px;
}
#contents .own_brand .inner {
  background: none;
}
#contents .shop_list {
  margin: 32px 0 28px 0;
}
.bx-wrapper .bx-controls-direction a {
  display: none;
}
}