body{
	font-family:"メイリオ", "Meiryo", sans-serif,"微软雅黑";
}
html,body{
	height:auto;
}
ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
ul li{
	list-style: none;
}
dl{
	margin-bottom: 0px;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}
input{
	outline:none;
}
textarea{
	outline:none;
}
button{
	outline:none;
}

@media (min-width: 768px){
	.container {
		width: 1200px;
	}
}


/**头部**/
.header{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#f2f2f2;
}
.header .header-search{
	width: 20%;
	float: left;
}
.header .header-search form{
	background-color: #FFF;
	height: 30px;
	border-radius: 4px;
}
.header .header-search form input{
	width: 80%;
	height: 30px;
	border: 1px solid #FFF;
	padding-left: 10px;
	border-radius: 4px;
}
.header .header-search form button{
	width: 20%;
	height: 30px;
	background-color: #ffffff;
	border: none;
	border-radius: 4px;
}
.header .yuy{
	width:10%;
	float:left;
	margin-left: 2%;
	margin-top: 5px;
	cursor: pointer;
	position: relative;
}
.header .yuy dl{
	position: absolute;
	top: 25px;
	left:0;
	width:100px;
	margin-left:-25px;
	padding: 5px;
	background-color: #FFF;
	text-align: center;
	display: none;
	z-index: 9999;
}
.header .yuy dl dd{
	margin-top: 5px;
}
.header .yuy dl dd a{
	color:#333;
}
.header-logo{
	width: 13%;
	float: right;
}


/**导航**/
.index-nav{
	position: absolute;
	top: 55px;
	left: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	z-index: 999;
}
.nav{
	padding-top: 5px;
	padding-bottom: 5px;
	/*position: relative;*/
}
.nav-box{
	position: relative;
}
.nav .logo{
	width:30%;
	float: left;
}
.nav .nav-list{
	width: 60%;
	float: right;
}
.nav .nav-list{
	margin-top: 2px;
}
.nav .nav-list ul li{
	float: left;
}
.nav .nav-list ul li a{
	display: block;
	padding-top: 25px;
	padding-bottom:25px;
	padding-left: 35px;
	color: #333333;
}
.nav .nav-list ul li a:hover{
	color:#44701f;
	font-weight: bold;
}
.nav .nav-list ul li.active a{
	color:#44701f;
	font-weight: bold;
}

/**pc端产品二级**/
.nav-cp-list{
	padding-top: 0px;
	position: absolute;
	top:68px;
	left: 0px;
	/*display: none;*/
	height: 0px;
	overflow: hidden;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	z-index:9999;
}
.nav-cp-list.active{
	height: 337px;
	overflow: hidden;
	padding-top: 10px;
}
.mr_frbox{
	height:auto;
	margin-bottom: 0px;
}
.mr_frUl .tempWrap{
	width: 100%!important;
}
.mr_frBtnL{
	float:left;
	display:block;
	height: 50px;
	width: 40px;
	background: url(../images/nav-prev.png) no-repeat center center;
	background-color:#cccccc;
	margin:58px 11px 0px 0px;
	cursor:pointer;
	display:inline;
	position: static;
	bottom:45px;
	left: 50%;
	/*margin-left: -55px;*/
	float: left;
}
.mr_frUl{
	float:left;
	height:auto;
	width:90%;
	display: block;
	margin: 0 auto;
}
.mr_frBtnR{
	float:right;
	display: block;
	height: 50px;
	width: 40px;
	background: url(../images/nav-next.png) no-repeat center center;
	background-color:#cccccc;
	cursor:pointer;
	position:static;
	float: right;
	bottom: 45px;
	right: 50%;
	margin-top: 58px;
	/*margin-right: -55px;*/
}
/*.mr_frBtnR:hover{
	background-color:#db261d;
	}*/
	.mr_frUl ul li{
		display:inline;
		float:left;
		height:auto;
		width:19%;
		margin-right:0px;
		overflow:hidden;
		margin-left:6px;
		margin-right:6px;
		position: relative;
		text-align: center;
	}
	.mr_frUl ul li .moment-icon{
		position: absolute;
		top: 150px;
		left: 50%;
		margin-left:-64px;
	}
	.nav .nav-list .mr_frUl ul li a{
		display: block;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.mr_frUl ul li img{
		display:block;
		margin-bottom:0px;
	}
	.mr_frUl ul li .moment-img{
		position: relative;
	}
	.mr_frUl ul li a p{
		font-size:14px;
		color: #383837;
		margin-top: 20px;
	}
	.mr_frUl ul li a:hover p{
		color:#44701f;
	}

	.nav-cp-box{
		background-color: rgba(255,255,255,0.9);
		position: relative;
		padding-top:50px;
		padding-bottom:25px;
	}
	.nav-cp-box::after{
		content: "";
		position: absolute;
		top:-10px;
		left:54%;
		width: 14px;
		height: 10px;
		background: url(../images/nav-icon.png) no-repeat;
		z-index: 9999;
	}
	.nav-cp dl{
		display: none;
	}

	/**脚注**/
	.foot{
		background-color: #f6f6f6;
		padding-top: 13px;
		padding-bottom: 15px;
		border-bottom: 1px solid #cccccc;
	}
	.foot .foot-logo{
		width: 30%;
		float: left;
	}
	.foot .foot-right{
		width: 65%;
		float: right;
	}
	.foot .foot-right ul li{
		width: 33.33%;
		float: left;
		margin-top: 5px;
	}
	.foot .foot-right ul li dl{
		margin-top: 7px;
	}
	.foot .foot-right ul li dl dt{
		width: 13%;
		float: left;
	}
	.foot .foot-right ul li dl dd{
		width: 87%;
		float:left;
		margin-top: 2px;
	}
	.footer{
		background-color: #f6f6f6;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.footer .footer-fx{
		width: 20%;
		float:left;
	}
	.footer .footer-jz{
		width: 60%;
		float:left;
		text-align: center;
		margin-top: 6px;
	}
	.footer .footer-jz p{
		font-size:14px;
		color:#383837;
	}
	.footer .footer-ta{
		width: 20%;
		float: right;
		text-align: right;
	}
	.footer .footer-ta p{
		font-size:14px;
		color:#383837;
		margin-top: 5px;
	}

	.menu-button{
		display: none;
	}


	@media(max-width: 767px){
		/**头部**/
		.header .header-search {
			width: 55%;
			float: left;
		}
		.header .yuy {
			width: 23%;
			float: left;
			margin-left: 4%;
			margin-top: 5px;
			cursor: pointer;
			position: relative;
		}
		.header-logo {
			width: 18%;
			margin-top: 8px;
			float: right;
		}
		.nav-cp-list {
			padding-top: 10px;
			position: absolute;
			top: 68px;
			left: 0px;
			width: 100%;
			display: none;
		}
		.nav .nav-list {
			width: 100%;
			float: right;
			display: none;
		}

		/**按钮**/
		.menu-button{
			display: block;
			width: 25px;
			height: 30px;
			margin-top: 4px;
			margin-left: 10px;
			margin-right: 5px;
			float:right;
			margin-top: 10px;
			margin-right: 20px;
		}
		.menu-button .mobile-menu-line {
			width: 100%;
			background: #231f20;
			height: 2px;
			margin-top: 4px;
		}
		.menu-button .mobile-menu-line#mobile-menu-line1 {
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-moz-transition: all 0.5s;
		}
		.menu-button .mobile-menu-line#mobile-menu-line2 {
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-moz-transition: all 0.5s;
		}
		.menu-button .mobile-menu-line#mobile-menu-line3 {
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-moz-transition: all 0.5s;
		}
		.menu-button.active .mobile-menu-line#mobile-menu-line1{
			transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
		}
		.menu-button.active .mobile-menu-line#mobile-menu-line2{
			display: none;
		}
		.menu-button.active .mobile-menu-line#mobile-menu-line3{
			transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			margin-top: -2px;
		}
		.nav .nav-list ul li {
			width: 100%;
			float: left;
			position: relative;
		}
		.nav .nav-list ul li.active a {
			color: #44701f;
			font-weight: bold;
		}
		.nav .nav-list ul li a {
			display: block;
			padding-top: 15px;
			padding-bottom: 10px;
			padding-left: 15px;
			color: #333333;
			width: 90%;
		}
		.nav-list-icon{
			display: inline-block;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 10px;
			top: 12px;
			z-index: 99;
		}
		.nav-list-icon:before{
			content: "";
			border-top: 1px solid rgba(0,0,0,.4);
			border-bottom: 1px solid rgba(0,0,0,.4);
			height: 0;
			width: 16px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-top: -1px;
			margin-left: -8px;
			transition: all 0.25s;
			-webkit-transition: all 0.25s;
			-o-transition: all 0.25s;
			-ms-transition: all 0.25s;
			-moz-transition: all 0.25s;
		}
		.nav-list-icon:after{
			content: "";
			border-left: 1px solid rgba(0,0,0,.4);
			border-right: 1px solid rgba(0,0,0,.4);
			height: 16px;
			width: 0;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -1px;
			margin-top: -8px;
			transition: all 0.25s;
			-webkit-transition: all 0.25s;
			-o-transition: all 0.25s;
			-ms-transition: all 0.25s;
			-moz-transition: all 0.25s;
		}
		.nav-list-icon.nav-list-icon-active:after{
			transform: rotate(90deg);
		}

		.nav .nav-list ul li dl dd a{
			display: block;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 25px;
			color: #333333;
			font-size: 13px;
		}
		.index-nav {
			position:static;
			top: 55px;
			left: 0px;
			width: 100%;
			background-color: rgba(255,255,255,0.6);
			z-index: 999;
		}


		/**脚注**/
		.foot .foot-right {
			width: 100%;
			float: right;
		}
		.foot .foot-right ul li {
			width: 50%;
			float: left;
			margin-top: 5px;
		}
		.foot .foot-right ul li dl dt {
			width: 15%;
			float: left;
		}
		.foot .foot-right ul li dl dd {
			width: 85%;
			float: left;
			margin-top: 2px;
		}
		.footer .footer-fx {
			width: 100%;
			float: left;
		}
		.footer .footer-jz {
			width: 100%;
			float: left;
			text-align: center;
			margin-top: 6px;
		}
		.footer .footer-ta {
			width: 100%;
			float: right;
			text-align: right;
		}

	}