@charset "utf-8";
/***star.content***/
h1	{
	font-weight:400;
	display:inline-block;
}


/***end.content***/
/***star.index***/
#banner_bg	{
	background-image: url(../images/bn_bg.png);
	min-height: 895px;
	background-position: bottom;
	overflow: hidden;
	position: relative;
}
#banner_bg .pc	{
}
#banner	{
    margin: 0px auto;
    padding: 58px 15px;
    text-align: center;
}
#banner_bg .title {
	z-index:20;
	position:relative;
	margin-top: 78px;
}

#banner_bg .title a	{
	width: 118px;
	height: 10px;
	display: block;
	background-image: url(../images/bn_title.png);
	background-repeat: no-repeat;
	padding: 30px 0 160px 0;
	margin: -176px auto 0 auto;
	position: relative;
	-webkit-animation: scrollTop 1s linear infinite alternate;
	-moz-animation: scrollTop 1s linear infinite alternate;
	-ms-animation: scrollTop 1s linear infinite alternate;
	-o-animation: scrollTop 1s linear infinite alternate;
	animation: scrollTop 1s linear infinite alternate;
}
#banner_bg .pc video {
	margin-top: -313px;
	margin-bottom: -245px;
}

#banner_bg .bottom {
	margin-top: -225px;
	display: inline-block;
	z-index: 10;
	position: relative;
}
@-webkit-keyframes scrollTop {
	0% {
	-webkit-transform:translate(0,0)
}
100% {
	-webkit-transform:translate(0,10px)
}
}@-moz-keyframes scrollTop {
	0% {
	-moz-transform:translate(0,0)
}
100% {
	-moz-transform:translate(0,10px)
}
}@-ms-keyframes scrollTop {
	0% {
	-ms-transform:translate(0,0)
}
100% {
	-ms-transform:translate(0,10px)
}
}@-o-keyframes scrollTop {
	0% {
	-o-transform:translate(0,0)
}
100% {
	-o-transform:translate(0,10px)
}
}@keyframes scrollTop {
	0% {
	transform:translate(0,0)
}
100% {
	transform:translate(0,10px)
}
}
#banner_bg .title a:hover	{
	background-image: url(../images/bn_title2.png);
}

#index_about	{
	color: #472518;
	line-height: 180%;
	font-size: 16px;
	padding: 80px 15px 80px 15px !important;
	text-align:center;
	background: none;
	margin-top: -420px;
	position: relative;
	z-index: 30;
}

#index_about img	{
	margin-bottom: 50px;
}
#index_news #title	{
	margin-bottom:30px;
	text-align:center;
}
#index_news ul li {
	position:relative;
	border-top:1px solid rgba(165,133,81,0.3);
	border-bottom:1px solid rgba(165,133,81,0.3);
	margin-top:-1px;
	padding:20px 30px;
}
#index_news ul li .date {
	margin-right:30px;
}
#index_news ul li .test {
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
    max-width: calc(100% - 160px);
}
#index_news ul li a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#index_news ul li a:hover ~ div {
	text-decoration: underline;
}
#index_news ul li div {
	display:inline-block;
	vertical-align:top;
}
#index_news .title	,#index_news .text		{
	display:inline-block;
	vertical-align:top;

}
#index_news .title	{
    color: #004B6D;
    font-weight: bold;
    width: 30%;
}
#index_news .title img:first-child	{
	margin-bottom:10%;
}
#index_news .text	{
    color: #585341;
    font-size: 0.85em;
    padding: 0 3%;
    width: 62%;
    letter-spacing: 0px;
    font-weight: 100;
}
#index_movie_bg	{
	background-image: url(../images/index_movie_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#index_movie	{

}
#index_movie .title	{
	text-align:center;
	padding:50px 0;
}
.mv	{
	text-align:center;
	max-width: 1025px;
	margin: auto;
}

.youtubecontent{
position: relative;
padding-top: 30px; height: 0; overflow: hidden;
}
.youtubecontent{
padding-bottom: 56.25%;
}
.youtubecontent iframe,
.youtubecontent object,
.youtubecontent embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.more	{
	text-align:right;
	margin: 20px 0;
}
.more a:hover	{
	opacity:0.8;
}
#index_products	{
	padding-top:80px;
	width:100%;

}
#index_products ul li	{
	margin-left:-1px;
}
#index_products ul li:hover	{

}

.cohicePig{position: fixed;right: 30px;top: 55%;z-index: 99999999;background:rgba(246, 241, 235, .8);/*padding: 5px 10px;*/border-radius: 8px;}

.cohicePig a:hover{opacity: .7;}

/***end.index***/
@media print, screen and (max-width: 1640px){
#banner_bg	{
	min-height:inherit;
}
#banner_bg .pc video {
	margin-top: -250px;
}
#banner	{
	padding-top:40px;
	padding-bottom:40px;
	max-width: 480px;
}
#banner_bg .title {
	margin-top: 9px;
}
#banner_bg .title a	{
	margin-top:-26px;
	padding: 30px 0 25px 0;
}
#banner_bg .bottom {
	margin-top: -98px;
}
#index_about {
	margin-top: -360px;
}

}

@media print, screen and (max-width: 1240px){
#index_about {
	margin-top: -57px;
}

}

@media print, screen and (max-width:999px){
/***star.content***/
h1	{
	overflow: auto;
    display: block;
}
#content.contentIndex	{
	width: 90%;
}
/***end.content***/

/***star.index***/

#banner_bg .title a	{
	margin-top: -33px;
	padding-bottom: 16px;
}


#banner	{
    padding: 40px 20px 60px 20px;
}

#index_about ul li div	{
	display:block;
}
#index_news ul li .test {
	max-width:inherit;
	margin-top:15px;
}

#index_news ul li div	{
	display:block;
}
#index_news .text	{
	  border-left: 0;
	  padding:3% 0;
	  display:block;
	  font-size:1em;
}
#index_news ul li	{
	padding-right:0;
	padding-left:0;
}
#index_news .title img:first-child	{
	margin:3% 0;
}
#index_movie_bg	{
	background-image:none;
}

.cohicePig{max-width: 80px;top: inherit;bottom: 128px;right: 15px;}
/***end.index***/
