@charset "utf-8";
/* huxiuzhi 2015.12.31 */
* { margin: 0; padding: 0; }
html,body,div,button,input,select,textarea,li,ul,p {
  border:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-box-sizing: border-box;
  -o-box-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {font-size: 100%;padding:0;margin:0}
ul,ol,li,i,em {list-style: none;font-style:normal; padding:0;margin:0;}
input,button,a {outline:none;text-decoration: none;}
.btn,select {-webkit-appearance: none;}
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
body {
  margin: 0 auto; padding:0; 
  font-family: "microsoft yahei", sans-self;
  -webkit-text-size-adjust: none; 
  background:#fff url(../images/body_head.jpg) no-repeat top center;
}
.sectionWrap {background: url(../images/body_foot.jpg) no-repeat bottom center;}
.cls:after{ content:""; display:block; height:0;  clear:both;  visibility:hidden; }
.box {width:1200px; margin:0 auto 20px; position:relative}
.logo {
	background: url(../images/a_logo.png) no-repeat;
	position:absolute; top:15px;left:0; 
	width:182px; height: 40px;
}
.header {padding:60px 0 0;}
.header div {text-indent: -9999px;}
.header .pic1 {background: url(../images/a_txt1.png) no-repeat 60% center; height: 400px;  }
.header .pic2 {background: url(../images/a_txt2.png) no-repeat center center; 
	height: 172px; width:694px;
	position: absolute; top:200px; left:275px;
}
.header .pic3 {background: url(../images/a_txt3.png) no-repeat center center; height: 150px; margin-top:60px;}
.bg_t {background: url(../images/bg_t.png) no-repeat; height: 69px;}
.bg_b {background: url(../images/bg_b.png) no-repeat; height: 69px;}
.box_con {background: url(../images/bg_c.png) repeat-y;  }
.box_con_title {position:absolute; top:30px; width:100%; font-size:30px; text-align: center; }
.box_con_content {padding:20px 40px 0;}
.box1 .fl {width:410px;}
.box1 .bt {margin:60px 0;}

.mb30 {margin-bottom: 30px;}
.box2 .fl {width:560px;}
.box4 .fl {width:420px; height:250px; background:url(../images/lay4.1_bt.png) no-repeat 0 center; }
.box4 .fr {width:600px; height: 320px; background:url(../images/lay4.1_fla.png) no-repeat;}
.box6 .bt {text-align: right; margin-bottom:-50px;}
.box7 .flower {
	background: url(../images/lay7_bt.png) no-repeat 45% center;
	height: 248px;	
}
.box7 .cup {
	background:url(../images/lay7_fla.png) no-repeat  center center;
	height: 370px; margin-top:-140px;
}
#footer {background:url(../images/foot.png) no-repeat center; height: 244px;}
.ico {
	   animation: minMax 4s linear infinite;
  -webkit-animation: minMax 4s linear infinite;
}
@keyframes minMax { 
  0% {
     transform: scale(1);
  }
  50% {
     transform: scale(0.9);
  }
  100% {
   transform: scale(1);
  }
}

@-webkit-keyframes minMax { 
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
  -webkit-transform: scale(1);
  }
}

/* 适配 */
@media only screen and  (max-width: 320px) {

}

@media only screen and (min-width:321px) and (max-width:375px) {
   
} 

@media only screen and (min-width:376px) and (max-width:621px)  {

}
