﻿
*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:200;
	text-decoration:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{ 
	border:none;
}
a img{
	border:none;
}
a:link{
	color: #333333;
	}
a:visited{
	color: #333333;
	}
a:hover{
	color: #d99a6a;
	text-decoration:none;
	}
a:active{
	color: #333333;
	}
p,div{
	color:#99928f;
	font-size:12px;
	}
body{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background:#fff;
	}
html{
	height: 100%;
}
.iconfont{
	font-size: 24px;
	color: #fff;
}
.container{
    position: relative;
    max-width: 6.4rem;
    margin: 0 auto;
}
#page-box:after,.product-list:after,.i-factory:after,.pro-list:after,.swiper-slide:after, .contact:after{
	content:'';
	clear:both;
	display:table;
	
	}
.cur{
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  	-webkit-animation: slideInDown 1s;
    animation: slideInDown 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999999;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
#top{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
	width: 100%;
    height: 75px;
	padding: 0 10px;
	background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
	z-index: 9999;
}

.logo{
	width: 3rem;
    max-width: 200px;
}

.logo img{
	width: 100%;
}
.nav-bar-tip{
	display: inline-block;
    vertical-align: middle;
	font-size: 14px;
	padding-right: 5px;
}
.nav-bar{
	display: inline-block;
	vertical-align: middle;
}
.nav-bar [class^="line"] {
    background: #c79a8f;
    height: 3px;
    margin-bottom: 6px;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.nav-bar .line1{
	width: 30px;
}
.nav-bar .line2{
	width: 25px;
}
.nav-bar .line3{
	width: 20px;
}
.nav-bar .line3:last-of-type {
    margin-bottom: 0;
}
.nav-bar.on .line1 {
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
}
.nav-bar.on .line2 {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, -40, 0);
    transform: matrix(1, 0, 0, 1, -40, 0);
}
.nav-bar.on .line3 {
    width: 30px;
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
}
.layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: all .3s;
    -webkit-transition: all .3s;
    pointer-events: none;
}

#nav{
    position: fixed;
    pointer-events: none;
	top: 75px;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
#nav.over{
	display: block;
    pointer-events: auto;
}
#nav.over .layer {
    opacity: 1;
    pointer-events: auto;
}

.nav-list {
	position: relative;
    margin-left: 100%;
    width: 80%;
	padding: 20px 0;
    background: #c79a8f;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#nav.over .nav-list{
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.nav-item {
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #e3b5a9;
	margin-bottom: 10px;
	padding-left: 15px;
	overflow: hidden;
}
.nav-item>a {
	display: block;
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}
.two-menu {
	margin: 7px 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.two-menu li {
	display: inline-block;
	margin-right: 15px;
}
.two-menu li a {
	color: #ededed;
	font-size: 14px;
}
#page-box{
    transition: all .3s;
    -webkit-transition: all .3s;
}
#page-box.out {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
}
.index-tit{
    text-align: center;
}
.index-tit h2{
	position: relative;
	display: inline-block;
	color: #c79a8f;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	z-index: 5;
	text-transform: uppercase;
}
.index-tit span{
	background: #ffdddd;
    display: block;
    width: 300px;
    height: 3px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.index-tit span::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    left: 50%;
    margin-left: -20px;
    background: #000;
}
.index-tit p{
	margin-top: 15px;
    line-height: 24px;
    font-size: 15px;
    color: #99928f;
}
.banner{
	height: 5rem;
	overflow: hidden;
	}
.swiper-container,.swiper-container1 {
	width: 100%;
	height: 100%;
}
.swiper-container:hover,.swiper-container1:hover{
	cursor:pointer;
	}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	overflow: hidden;

	/* Center slide text vertically */
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
*/}
.swiper-slide img {
	display: block;
    width: 100%;
    height: auto;
}
.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 25px !important;
	left: 0;
	right: 0;
	text-align: center;
}
.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #1e2996;
	margin: 0 5px !important;
	opacity: 1;
}
.banner .banner-paper .swiper-pagination-bullet {
	background: #fff;
}
.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}
.banner-paper .swiper-pagination-bullet-active {
    border: solid 2px #d99a6a;
    border-radius: 50%;
    background: none !important;
}
#about{
	padding: 0.4rem 0 0  0;
	background: #f8f9fa;
}
.about-box{
	position: relative;
	padding: 0.4rem 0.2rem;
}
.about-pic{
	border-radius: 15px;
	margin-bottom: 0.3rem;
    overflow: hidden;
}
.about-content .about-pic img{
    display: block;
    width: 100%;
    max-width: 6rem;
}
.about-content .about-instro p{
	font-size: 16px;
	margin-bottom: 10px;
}
.about-content .about-num{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
}
.about-content .about-num dl{
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 2.9rem;
	padding: 15px;
	margin-bottom: 0.2rem;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
}
.about-content .about-num dl dt .icon{
	font-size: 36px;
    color: #000;
    background: linear-gradient(250deg,#ff810b 0,#d99a6a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-content .about-num dl dd{
	text-align: center;
}
.about-content .about-num dl dd h2{
    font-size: 30px;
    color: #000;
    font-family: "AlimamaShuHeiTi-Bold";
    font-weight: bold;
    margin: 2px 0;
}
.about-content .about-num dl dd span{
	font-size: 16px;
}
.about-content .about-num dl dd p{
	font-size: 14px;
	color: #686868;
}
.about-list-card{
    height: 100%;
	margin-top: 40px;
}
.about-list-card a{
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	margin-bottom: 0.2rem;
	padding: 40px 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
	z-index: 9;
}
.about-list-card a:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.about-tit{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}
.about-tit .iconfont {
    display: block;
	color: #d2c4b7;
	font-size: 40px;
    margin: 0 auto 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.about-tit .icon-2 {
    background-position: -60px 0;
}
.about-tit .icon-3 {
    background-position: -120px 0;
}
.about-list-card a:hover .about-tit .iconfont {
    transform: rotateY(180deg);
}
.about-list-card .about-tit h3{
	font-size: 20px;
	margin-bottom: 15px;
    font-weight: 400;
	color: #c79a8f;
}
.about-list-card a:hover .about-tit h3{
	color: #dd0000;
}
.about-tit p{
	text-align: center;
	font-size: 16px;
	color: #99928f;
}

#product{
	padding: 0.4rem 0.2rem;
}
.product-box{
	display: flex;
	flex-direction: column;
	margin-top: 0.4rem;
}

.product-list{
	margin: 0.3rem -0.1rem 0 -0.1rem;
}
.product-list .swiper-container {
    padding-bottom: 45px;
}
.product-list .swiper-pagination-bullet-active{
	background: #c79a8f;
}
.product-list a.pro-box{
	display: block;
	position: relative;
	width: 2.9rem;
    margin: 0 0.1rem;
	border-radius: 0 0 5px 5px;
    border: 1px solid #ebebeb;
	overflow: hidden;

}
.product-list a .pro-img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.9rem;
	overflow: hidden;
	margin: 0 auto;
}

.product-list a .pro-img img{
	display: block;
	width: 100%;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.product-list a:hover .pro-img img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.product-list a h3{
	font-size: 15px;
	padding: 20px 5px;
    color: #c79a8f;
    text-align: center;
	text-shadow: 0 1px 0 #fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-list a:hover h3{
	color: #fff;
	background: #f93;
	text-shadow: none;
}

.news{
	padding: 0.4rem 0;
}
.news-list{
	padding: 0.4rem 0.2rem 0 0.2rem;
}
.news-list a{
	display: block;
	margin-bottom: 0.2rem;
	border: 1px solid #eee;
    border-radius: 0 0 14px 14px;
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.news-list a:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    cursor: pointer;
}
.news-list a:hover{
	cursor: pointer;
}
.news-list a:hover .news-txt h2, .news-list a:hover .news-txt p{
	color: #dd0000;
}
.news-img{
    width: 6rem;
    height: 3rem;
	display: flex;
	align-items: center;
    overflow: hidden;
}
.news-img img{
	display: block;
	max-width: 6rem;
}
.news-txt{
	padding: 20px 15px;
}
.news-txt h2{
	color: #c79a8f;
	font-size: 20px;
}
.news-txt p{
    margin-top: 5px;
    color: #99928f;
    font-size: 15px;
}
.news .more{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	overflow: hidden;
}
.news .more .cin-btn {
    position: relative;
}

.contact{
	padding: 0.4rem 0.2rem 0.2rem 0.2rem;
	background: #f8f9fa;
}
.contact-tit{
	display: flex;
	align-items: center;
	padding: 0 0 20px 0;
}
.contact-tit .circle{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff; 
    border: 2px solid #c79a8f;
}
.contact-tit h2{
	color: #c79a8f;
	padding-left: 5px;
	font-size: 20px;
	font-weight: 400;
}
.contact-box{
	margin-top: 0.3rem;
}
.contact-list li{
    margin-bottom: 0.25rem;
    background: #fff;
    padding: 20px;
}

.contact-content dl{
	display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    overflow: hidden;
}
.contact-content dl dt{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.contact-content dl dt span{
    color: #d2c4b7;
    font-size: 22px;
    padding-right: 6px;
}
.contact-content dl dt h4 {
    font-size: 16px;
	color: #c79a8f;
}

.contact-content dl dd{
	color: #333;
	font-size: 16px;
}
.contact-content dl dd p.address{
	font-size: 16px;
}


#quick-nav{
	position: fixed;
	width: 100%;
	background: #000;
    filter: Alpha(opacity=85);
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9900;
}
.quick-nav-list{
	display: flex;
	align-items: center;
	height: 60px;
}
.quick-nav-list dl{
    width: 33.33%;
    text-align: center;
    float: left;
    border-right: 1px solid #303030;
}
.quick-nav-list dl:first-child{
	border-left: none;
}
.quick-nav-list dl:last-child{
	border-right: none;
}
.quick-nav-list dl a{
	display: block;
}
.quick-nav-list dl dt img{
	display: block;
	width: 25px;
	margin: 0 auto;
	margin-bottom: 2px;
}
.quick-nav-list dd{
	color: #fff;
	font-size: 13px;
}

.i-banner img{
	display: block;
	width: 100%;
}
.inner{
	padding: 0.4rem 0 0 0;
}
.i-menu-list{
	padding: 0 0.1rem;
	margin-top: 0.3rem;
	text-align: center;
}
.i-menu-list a{
	display: inline-block;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px 10px;
	margin: 0 10px 10px 10px;
    text-shadow: 0 1px 0 #fff;
    background: #f5f5f5;
}
.i-content{
	padding: 0 0.2rem;
}
.i-content-pic{
	text-align: center;
	margin-top: 0.2rem;
}
.i-content-pic .pro-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i-content-pic img{
	display: block;
	max-width: 6rem;
	margin: 0 auto;
}
.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 25px !important;
	left: 0;
	right: 0;
	text-align: center;
}
.banner-paper .swiper-pagination-bullet {
	background: #eee;
}
.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}
.banner-paper .swiper-pagination-bullet-active {
    border: solid 2px #c79a8f;
    border-radius: 50%;
    background: none !important;
}

.i-content h1{
	font-weight: 400;
	text-align: center;
	font-size: 26px;
	color: #c79a8f;
}
.i-details{
	padding-top: 0.4rem;
}
.i-details img{
	max-width: 6rem;
	margin-bottom: 5px;
}
.i-details p{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.8;
}
.i-about-pic{
	margin-bottom: 10px;
}
.i-about-pic img{
	display: block;
	width: 100%;
	max-width: 640px;
}
.i-about-content{
	padding: 0 0.1rem;
}
.i-about-content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 26px;
    text-align: justify;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}
.i-about-content img{
	width: 100%;
}
.i-contact-inner{
	background: #f8f9fa;
	padding: 0;
}
.i-product-list{
	display: flex;
    flex-wrap: wrap;
	margin: 0 0.1rem 0 0.1rem;
	margin-top: 30px;
}
.i-product-list a.pro-box{
	margin-bottom: 0.2rem;
}
#copy{
	position:relative;
	padding:10px 0.1rem;
	background:#9c8d84;
	border-top: 1px solid #afa199;
	margin-top: auto;
	}
#copy p{
	margin: 2px 0;
    text-align: center;
    font-size: 12px;
}
#copy p, #copy p a{
	color: #c9c9c9;
}
.cin-btn{
	display: flex;
	align-items: center;
	justify-content: center;
    vertical-align: middle;
    height: 44px;
    width: 120px;
    line-height: 44px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #d2c4b7;
    color: #000;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 26px;
    cursor: pointer;
	user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.cin-btn:hover::before {
    pointer-events: none;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}
@keyframes wave {
    0% {
        background: rgba(0,0,0,.25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}