@charset "utf-8";

/* CSS Document */
.index_bg{ 
	/*background:url(../images/index_bg.png) no-repeat #fbf7ec; */
	/*background-size:100% 100%;*/
	background-image: url(../images/indexbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.maodian{
	position: absolute;
	left: 50%;
	top: 50%;
	/*border:1px solid red;*/
	width: 10%;
	margin-left: -10%;
	margin-top: -7%;
	transform: rotate(45deg);
	height: 35%;
}
.maodian a{
	display: block;
	width: 100%;height: 100%;
}
.logo{ text-align:center; padding-top:50px;}
.hello{ color:#01334e; font-family:"JNMYT"; padding-top:40px; padding-left:65px; font-size:1rem; position:relative;}
.hello_order{ position:absolute; right:65px; top:20px;}
.hello_order img{ width:14rem;}
.list{ width:100%; padding-top:45px; padding-left:65px; padding-right:65px;}
.list ul{ width:100%;}
.list ul li{ width:24.3%; float:left; margin-right:0.93333%; margin-bottom:0.93333%; line-height:0;}
.list ul li:nth-child(4n+4){ margin-right:0;}
.list ul li img{ max-width:100%;}