@charset "UTF-8";
/*====================================================================================
■01.Banner
■02.TOP PAGE
====================================================================================*/
/*====================================================================================
■01.Banner
====================================================================================*/
/*====================================================================================
■02.TOP PAGE
====================================================================================*/
#mainimg {
    position: relative;
    margin: 0 auto;
    z-index: 9;
    width: 100%;
	height: 32.5%;
}
.mainislider {
	width: 100%;
    z-index: 9;
    position: relative;
}
.mainislider li {
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
}
.mainislider li a {
  display: inline-block;
}
.mainislider li img {
	width: 100% !important;
	height: auto !important;
}
.mainislider li.slide01{
    background-size: cover;
    background-position: center center;
}
.mainislider li.slide02{
    background-size: cover;
    background-position: center center;
}
/* .mainislider li.slide03{
    background-size: cover;
    background-position: center center;
}
.mainislider li.slide04{
    background-size: cover;
    background-position: center center;
} */
.mainislider img {
    max-width: auto;
    width: auto;
    height: 100%;
    z-index: 9;
}
.bgbtnmore {
    background: url(../common_img/bgbtnmore2.png) no-repeat center center;
    display: inline-block;
    width: 205px;
    min-height: 41px;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.bgbtnmore a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: normal;
    font-size: 13px;
    padding-top: 3px;
    position: relative;
}
.bgbtnmore a:after {
    position: absolute;
    content: "";
    background: url(../images/arrbutton_wr.png) no-repeat right center;
    width: 24px;
    height: 7px;
    right: 30px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bgbtnmore a:hover:after {
    right: 20px;
}
.bgbtnmore:hover {
    opacity: 0.7;
}
.section_dream {
    background: url(../images/bg_dream.png) no-repeat center top;
    height: 768px;
    margin-top: 40px;
    padding: 170px 0;
}
.section_dream p {
    font-weight: 300;
    line-height: 2.8;
}
.section_dream .bgbtnmore {
    margin-top: 30px;
}
.section_pro {
    background: url(../images/bg_product.png) no-repeat center top;
    height: 560px;
    margin-top: 40px;
    padding: 55px 0;
    width: 100%;
    overflow-x: hidden;
}
.section_pro .slider_items {
    width: 1140px;
    margin: 0 auto;
}
.section_pro .slider_items .boxitem {
    background: #fff;
    height: 450px;
    padding: 0 50px;
    margin: 0 10px;
    outline: none;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section_pro .slider_items .boxitem h3 {
    font-size: 28px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.section_pro .slider_items .boxitem h3 span {
    font-size: 18px;
}
.section_pro .slider_items .boxitem .price {
    font-size: 16px;
    font-weight: bold;
}
.section_pro .slider_items .boxitem .txt {
    line-height: 2.2;
    font-weight: 100;
    text-align: justify;
    margin-top: 40px;
}
.section_pro .slider_items .boxitem .bgbtnmore {
    text-align: center;
    margin-top: 40px;
}
.section_pro .slider_items .boxitem .bgbtnmore a {
    display: block;
    line-height: 37px;
}
.section_pro .slider_items .boxitem .flewtxt {
    width: 520px;
}
.section_pro .slider_items .boxitem .fleximg {
    width: 361px;
}
.section_story {
    background: url(../images/bg_story.png) no-repeat center top;
    height: 532px;
    margin-top: 30px;
    padding: 50px 0;
}
.section_story .txt {
    font-weight: 100;
}
.section_story .flexrowbetween {
    border-top: 1px solid #000;
    padding-top: 50px;
    margin-top: 40px;

}
.section_story .top_item .flexcol4 {
	width: 20%;
}

.section_story a {
    text-decoration: none;
}
.section_story .top_item .flexcol4 img {
	width: 150px;
}
.section_story a h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.tnd_h4{
    line-height:23px;
}
.section_story a p {
    font-size: 12px;
    font-weight: 200;
}
.section_link {
    margin-top: 3px;
    position: relative;
}
.section_link a {
    text-decoration: none;
    position: relative;
    display: block;
}
.section_link h3 {
    font-size: 35px;
    padding-top: 190px;
}
.section_link p{
    display: block;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0px;
    background: rgba(0,0,0,0.5);
    height: 100%;
    padding-top: 129px;
}
.section_link h3:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 7px;
}
.section_link .flexrow1 {
    width: 55%;
    margin: 3px 0;
    height: 300px;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.section_link .flexrow2 {
    width: 45%;
    margin: 3px 0;
    height: 300px;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.section_link .bgdream {
    background: url(../images/bgdream.png) no-repeat center center;
    position: relative;
    z-index: 10;
}
.section_link .bgdream h3 {
    color: #fff;
    text-align: right;
    position: relative;
    padding-right: 15px;
}
.section_link .bgdream h3:after {
    position: absolute;
    content: '';
    background: url(../images/arrbutton_wr.png);
    width: 24px;
    height: 7px;
    right: 15px;
    bottom: -10px;
}
.section_link .bgsnow {
    background: url(../images/bgsnow.png) no-repeat center center;
    position: relative;
    z-index: 99;
}
.section_link .bgsnow h3 {
    color: #000;
    text-align: right;
    position: relative;
    padding-right: 15px;
}
.section_link .bgsnow h3:after {
    position: absolute;
    content: '';
    background: url(../images/arrbutton_br.png);
    width: 24px;
    height: 7px;
    right: 15px;
    bottom: -10px;
}
.section_link .bgcinde {
    background: url(../images/bgcinde.png) no-repeat left center;
}
.section_link .bgcandy {
    background: url(../images/bgcandy.png) no-repeat left center;
}
.section_link .maintxt2 {
    width: 1000px;
    position: absolute;
    margin: 0 auto;
    top: 3px;
    left: 50%;
    margin-left: -500px;
    z-index: 1;
}
.section_link .maintxt2 h3 {
    text-align: right;
    color: #000;
}
.section_link .maintxt2 h3:after {
    position: absolute;
    content: "";
    background: url(../images/arrbutton_br.png);
    width: 24px;
    height: 7px;
    right: 15px;
    bottom: -10px;
}
.section_link .maintxt4 {
    width: 1000px;
    position: absolute;
    margin: 0 auto;
    top: 310px;
    left: 50%;
    margin-left: -500px;
    z-index: 2;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.section_link .maintxt4 h3 {
    text-align: right;
    color: #fff;
}
.section_link .maintxt4 h3:after {
    position: absolute;
    content: "";
    background: url(../images/arrbutton_wr.png);
    width: 24px;
    height: 7px;
    right: 15px;
    bottom: -10px;
}
.section_link .bgtransition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* cursor: pointer; */
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.section_link .bgdreamhover {
    background: url(../images/bgdream_on.png) no-repeat center center;
}
.section_link .bgcindehover {
    background: url(../images/bgcinde_on.png) no-repeat left center;
}
.section_link .bgsnowhover {
    background: url(../images/bgsnow_on.png) no-repeat center center;
}
.section_link .bgcandyhover {
    background: url(../images/bgcandy_on.png) no-repeat left center;
}
.section_link .hoverbox:hover .bgtransition {
    opacity: 1;
}
.section_news {
    padding: 80px 0;
    padding-bottom: 0;
}
.section_news .flexrowbetween {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section_news .infonew {
    height: 120px;
    overflow-y: scroll;
    width: 820px;
    padding-left: 50px;
}
.section_news .infonew dl:first-child {
    margin-top: 10px;
}
.section_news .infonew dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px 0;
    line-height: normal;
}
.section_news .infonew dl dt {
    font-weight: bold;
    margin-right: 40px;
}
.section_news .bgbtnmore {
    margin-top: 50px;
}
.section_news .bgbtnmore a {
    height: 40px;
    line-height: 40px;
}
section.banner_ttg{
    background: url('../images/tnd_bg.jpg');
    background-size: cover;
    text-align: center;
}
section.banner_ttg2{
    background: url('../images/bg_ttg2.jpg');
}
section.banner_ttg2 li {
	position: relative;
	height: 300px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
section.banner_ttg2 li a{
	background-repeat: no-repeat;
	background-size: auto 100%;
}
section.banner_ttg2 li .maintxt4 {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
section.banner_ttg2 li .maintxt4 h3 {
	font-size: 35px;
}
section.banner_ttg2 li .maintxt4 h3:after {
    position: absolute;
    content: "";
    background: url(../images/arrbutton_br.png);
    width: 24px;
    height: 7px;
    right: 15px;
    bottom: -10px;
}
section.banner_ttg2 li .maintxt4 h3 span {
	display: block;
	font-size: 24px;
}
section.banner_ttg2 li .maintxt4 h3 span i{
	font-style: normal;
	font-size: 15px;
}
section.banner_ttg2 li:nth-child(1) {
	width: 30%;
	background-image: url(../images/bgcandy.png);
	background-position: 20% center;
}
section.banner_ttg2 li:nth-child(1) a {
	background-image: url(../images/bgcandy.png);
	background-position: 20% center;
}
section.banner_ttg2 li:nth-child(1) a:hover {
	background-image: url(../images/bgcandy_on.png);
}
section.banner_ttg2 li:nth-child(2) {
	width: 50%;
	background-image: url(../images/bn_ttg2.jpg);
	background-position: left center;
	text-align: right;
}
section.banner_ttg2 li:nth-child(2):hover {
	opacity: 0.7;
}
section.banner_ttg2 li:nth-child(3):hover {
	opacity: 0.7;
}
section.banner_ttg2 li:nth-child(2) .maintxt4 {
	left: auto;
	right: 20px;
	transform: translateY(-50%);
	color: #000;
}
section.banner_ttg2 li:nth-child(3) {
	width: 20%;
	background-image: url(../images/bn_ttg3.jpg);
	background-position: center;
}
section.banner_ttg2 li a{
	display: block;
	width: 100%;
	height: 100%;
}
.w1220{
    margin: auto;
    width: 1220px;
    text-align: right;
}

.topproducts .flexrowbetween {
  width: 1220px;
  margin-right: auto;
  margin-left:  auto;
}
.topproducts .boxitem {
    border-bottom: 1px solid #fee0e1;
    padding-bottom: 60px;
    margin-bottom: 50px;
    width: 220px;
    transform: scale(0.9);
}
.topproducts .boxitem .bgimage {
    position: relative;
    height: 210px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topproducts .boxitem .bgimage img {
    max-height: 210px;
    max-width: 220px;
}
.topproducts .boxitem .bgimage:after {
    background: url(../product/images/bg_imgitem.png) no-repeat center center;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 220px;
    height: 210px;
    z-index: 0;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.topproducts .boxitem .bgimage:hover {
    opacity: 0.7;
}
.topproducts .boxitem .bgimage:hover:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.topproducts .boxitem h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.topproducts .boxitem .price {
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 10px;
}
.topproducts .boxitem .bgbtnmore {
    margin-top: 25px;
}
.topproducts .boxitem .bgbtnmore a {
    line-height: 36px;
}

.section_recommend,
.section_pickup {
  margin-top: 30px;
  background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(../images/bg_story.png);
  background-size: cover;
  background-repeat: repeat-x, no-repeat;
  background-position: center center;
}
